hylid-bridge 3.2.6 → 3.3.0-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2759) hide show
  1. package/README.md +484 -461
  2. package/canIUse.json +1 -1
  3. package/lib/bridges.d.ts +164 -11
  4. package/lib/bridges.js +781 -475
  5. package/lib/clients/mp/alipay/addPhoneContact.js +1 -1
  6. package/lib/clients/mp/alipay/alert.js +1 -1
  7. package/lib/clients/mp/alipay/canIUse.js +1 -1
  8. package/lib/clients/mp/alipay/chooseImage.js +1 -1
  9. package/lib/clients/mp/alipay/choosePhoneContact.js +1 -1
  10. package/lib/clients/mp/alipay/clearStorage.js +1 -1
  11. package/lib/clients/mp/alipay/clearStorageSync.js +1 -1
  12. package/lib/clients/mp/alipay/closeBluetoothAdapter.js +1 -1
  13. package/lib/clients/mp/alipay/closeSocket.js +1 -1
  14. package/lib/clients/mp/alipay/confirm.js +1 -1
  15. package/lib/clients/mp/alipay/connectBLEDevice.js +1 -1
  16. package/lib/clients/mp/alipay/connectSocket.js +1 -1
  17. package/lib/clients/mp/alipay/createAnimation.js +1 -1
  18. package/lib/clients/mp/alipay/createSelectorQuery.js +1 -1
  19. package/lib/clients/mp/alipay/createWebViewContext.js +1 -1
  20. package/lib/clients/mp/alipay/crossPay.js +1 -1
  21. package/lib/clients/mp/alipay/datePicker.js +1 -1
  22. package/lib/clients/mp/alipay/disconnectBLEDevice.js +1 -1
  23. package/lib/clients/mp/alipay/downloadFile.js +1 -1
  24. package/lib/clients/mp/alipay/getAppIdSync.js +1 -1
  25. package/lib/clients/mp/alipay/getAuthCode.js +1 -1
  26. package/lib/clients/mp/alipay/getBLEDeviceCharacteristics.js +1 -1
  27. package/lib/clients/mp/alipay/getBLEDeviceServices.js +1 -1
  28. package/lib/clients/mp/alipay/getBatteryInfo.js +1 -1
  29. package/lib/clients/mp/alipay/getBluetoothAdapterState.js +1 -1
  30. package/lib/clients/mp/alipay/getBluetoothDevices.js +1 -1
  31. package/lib/clients/mp/alipay/getClipboard.js +1 -1
  32. package/lib/clients/mp/alipay/getConnectedBluetoothDevices.js +1 -1
  33. package/lib/clients/mp/alipay/getFileInfo.js +1 -1
  34. package/lib/clients/mp/alipay/getImageInfo.js +1 -1
  35. package/lib/clients/mp/alipay/getLaunchOptionsSync.js +1 -1
  36. package/lib/clients/mp/alipay/getLocation.js +1 -1
  37. package/lib/clients/mp/alipay/getNetworkType.js +1 -1
  38. package/lib/clients/mp/alipay/getOpenUserInfo.js +1 -1
  39. package/lib/clients/mp/alipay/getSavedFileInfo.js +1 -1
  40. package/lib/clients/mp/alipay/getSavedFileList.js +1 -1
  41. package/lib/clients/mp/alipay/getScreenBrightness.js +1 -1
  42. package/lib/clients/mp/alipay/getServerTime.js +1 -1
  43. package/lib/clients/mp/alipay/getSetting.js +1 -1
  44. package/lib/clients/mp/alipay/getSiteInfo.js +1 -1
  45. package/lib/clients/mp/alipay/getStorage.js +1 -1
  46. package/lib/clients/mp/alipay/getStorageInfoSync.js +1 -1
  47. package/lib/clients/mp/alipay/getStorageSync.js +1 -1
  48. package/lib/clients/mp/alipay/getSystemInfo.js +1 -1
  49. package/lib/clients/mp/alipay/getSystemInfoSync.js +2 -1
  50. package/lib/clients/mp/alipay/hideBackHome.js +1 -1
  51. package/lib/clients/mp/alipay/hideKeyboard.js +1 -1
  52. package/lib/clients/mp/alipay/hideLoading.js +1 -1
  53. package/lib/clients/mp/alipay/hideNavigationBarLoading.js +1 -1
  54. package/lib/clients/mp/alipay/hideTabBar.js +1 -1
  55. package/lib/clients/mp/alipay/hideToast.js +1 -1
  56. package/lib/clients/mp/alipay/index.d.ts +11 -3
  57. package/lib/clients/mp/alipay/index.js +128 -126
  58. package/lib/clients/mp/alipay/makePhoneCall.js +1 -1
  59. package/lib/clients/mp/alipay/multiLevelSelect.js +1 -1
  60. package/lib/clients/mp/alipay/navigateBack.js +1 -1
  61. package/lib/clients/mp/alipay/navigateBackMiniProgram.js +1 -1
  62. package/lib/clients/mp/alipay/navigateTo.js +1 -1
  63. package/lib/clients/mp/alipay/navigateToMiniProgram.js +1 -1
  64. package/lib/clients/mp/alipay/notifyBLECharacteristicValueChange.js +1 -1
  65. package/lib/clients/mp/alipay/offAccelerometerChange.js +1 -1
  66. package/lib/clients/mp/alipay/offBLECharacteristicValueChange.js +1 -1
  67. package/lib/clients/mp/alipay/offBLEConnectionStateChanged.js +1 -1
  68. package/lib/clients/mp/alipay/offBluetoothAdapterStateChange.js +1 -1
  69. package/lib/clients/mp/alipay/offBluetoothDeviceFound.js +1 -1
  70. package/lib/clients/mp/alipay/offCompassChange.js +1 -1
  71. package/lib/clients/mp/alipay/offMemoryWarning.js +1 -1
  72. package/lib/clients/mp/alipay/offSocketClose.js +1 -1
  73. package/lib/clients/mp/alipay/offSocketError.js +1 -1
  74. package/lib/clients/mp/alipay/offSocketMessage.js +1 -1
  75. package/lib/clients/mp/alipay/offSocketOpen.js +1 -1
  76. package/lib/clients/mp/alipay/offUserCaptureScreen.js +1 -1
  77. package/lib/clients/mp/alipay/onAccelerometerChange.js +1 -1
  78. package/lib/clients/mp/alipay/onBLECharacteristicValueChange.js +1 -1
  79. package/lib/clients/mp/alipay/onBLEConnectionStateChanged.js +1 -1
  80. package/lib/clients/mp/alipay/onBluetoothAdapterStateChange.js +1 -1
  81. package/lib/clients/mp/alipay/onBluetoothDeviceFound.js +1 -1
  82. package/lib/clients/mp/alipay/onCompassChange.js +1 -1
  83. package/lib/clients/mp/alipay/onMemoryWarning.js +1 -1
  84. package/lib/clients/mp/alipay/onSocketClose.js +1 -1
  85. package/lib/clients/mp/alipay/onSocketError.js +1 -1
  86. package/lib/clients/mp/alipay/onSocketMessage.js +1 -1
  87. package/lib/clients/mp/alipay/onSocketOpen.js +1 -1
  88. package/lib/clients/mp/alipay/onUserCaptureScreen.js +1 -1
  89. package/lib/clients/mp/alipay/openBluetoothAdapter.js +1 -1
  90. package/lib/clients/mp/alipay/openDocument.js +1 -1
  91. package/lib/clients/mp/alipay/openSetting.js +1 -1
  92. package/lib/clients/mp/alipay/pageScrollTo.js +1 -1
  93. package/lib/clients/mp/alipay/previewImage.js +1 -1
  94. package/lib/clients/mp/alipay/prompt.js +1 -1
  95. package/lib/clients/mp/alipay/reLaunch.js +1 -1
  96. package/lib/clients/mp/alipay/readBLECharacteristicValue.js +1 -1
  97. package/lib/clients/mp/alipay/redirectTo.js +1 -1
  98. package/lib/clients/mp/alipay/removeSavedFile.js +1 -1
  99. package/lib/clients/mp/alipay/removeStorage.js +1 -1
  100. package/lib/clients/mp/alipay/removeStorageSync.js +1 -1
  101. package/lib/clients/mp/alipay/request.js +1 -1
  102. package/lib/clients/mp/alipay/rpc.js +1 -1
  103. package/lib/clients/mp/alipay/saveFile.js +1 -1
  104. package/lib/clients/mp/alipay/saveImage.js +1 -1
  105. package/lib/clients/mp/alipay/scan.js +1 -1
  106. package/lib/clients/mp/alipay/sendSocketMessage.js +1 -1
  107. package/lib/clients/mp/alipay/setBackgroundColor.js +1 -1
  108. package/lib/clients/mp/alipay/setCanPullDown.js +1 -1
  109. package/lib/clients/mp/alipay/setClipboard.js +1 -1
  110. package/lib/clients/mp/alipay/setKeepScreenOn.js +1 -1
  111. package/lib/clients/mp/alipay/setNavigationBar.js +1 -1
  112. package/lib/clients/mp/alipay/setScreenBrightness.js +1 -1
  113. package/lib/clients/mp/alipay/setStorage.js +1 -1
  114. package/lib/clients/mp/alipay/setStorageSync.js +1 -1
  115. package/lib/clients/mp/alipay/setTabBarStyle.js +1 -1
  116. package/lib/clients/mp/alipay/showActionSheet.js +1 -1
  117. package/lib/clients/mp/alipay/showAuthGuide.js +1 -1
  118. package/lib/clients/mp/alipay/showLoading.js +1 -1
  119. package/lib/clients/mp/alipay/showNavigationBarLoading.js +1 -1
  120. package/lib/clients/mp/alipay/showSharePanel.js +1 -1
  121. package/lib/clients/mp/alipay/showToast.js +1 -1
  122. package/lib/clients/mp/alipay/signContract.js +1 -1
  123. package/lib/clients/mp/alipay/startBluetoothDevicesDiscovery.js +1 -1
  124. package/lib/clients/mp/alipay/startPullDownRefresh.js +1 -1
  125. package/lib/clients/mp/alipay/stopBluetoothDevicesDiscovery.js +1 -1
  126. package/lib/clients/mp/alipay/stopPullDownRefresh.js +1 -1
  127. package/lib/clients/mp/alipay/switchTab.js +1 -1
  128. package/lib/clients/mp/alipay/tradePay.d.ts +2 -3
  129. package/lib/clients/mp/alipay/tradePay.js +3 -20
  130. package/lib/clients/mp/alipay/uploadFile.js +1 -1
  131. package/lib/clients/mp/alipay/vibrate.js +1 -1
  132. package/lib/clients/mp/alipay/watchShake.js +1 -1
  133. package/lib/clients/mp/alipay/writeBLECharacteristicValue.js +1 -1
  134. package/lib/clients/mp/alipayhk/addPhoneContact.js +1 -1
  135. package/lib/clients/mp/alipayhk/alert.js +1 -1
  136. package/lib/clients/mp/alipayhk/canIUse.js +1 -1
  137. package/lib/clients/mp/alipayhk/chooseImage.js +1 -1
  138. package/lib/clients/mp/alipayhk/choosePhoneContact.js +1 -1
  139. package/lib/clients/mp/alipayhk/clearStorage.js +1 -1
  140. package/lib/clients/mp/alipayhk/clearStorageSync.js +1 -1
  141. package/lib/clients/mp/alipayhk/closeBluetoothAdapter.js +1 -1
  142. package/lib/clients/mp/alipayhk/closeSocket.js +1 -1
  143. package/lib/clients/mp/alipayhk/confirm.js +1 -1
  144. package/lib/clients/mp/alipayhk/connectBLEDevice.js +1 -1
  145. package/lib/clients/mp/alipayhk/connectSocket.js +1 -1
  146. package/lib/clients/mp/alipayhk/createAnimation.js +1 -1
  147. package/lib/clients/mp/alipayhk/createSelectorQuery.js +1 -1
  148. package/lib/clients/mp/alipayhk/createWebViewContext.js +1 -1
  149. package/lib/clients/mp/alipayhk/datePicker.js +1 -1
  150. package/lib/clients/mp/alipayhk/disconnectBLEDevice.js +1 -1
  151. package/lib/clients/mp/alipayhk/downloadFile.js +1 -1
  152. package/lib/clients/mp/alipayhk/getAppIdSync.js +1 -1
  153. package/lib/clients/mp/alipayhk/getAuthCode.js +1 -1
  154. package/lib/clients/mp/alipayhk/getBLEDeviceCharacteristics.js +1 -1
  155. package/lib/clients/mp/alipayhk/getBLEDeviceServices.js +1 -1
  156. package/lib/clients/mp/alipayhk/getBatteryInfo.js +1 -1
  157. package/lib/clients/mp/alipayhk/getBluetoothAdapterState.js +1 -1
  158. package/lib/clients/mp/alipayhk/getBluetoothDevices.js +1 -1
  159. package/lib/clients/mp/alipayhk/getClipboard.js +1 -1
  160. package/lib/clients/mp/alipayhk/getConnectedBluetoothDevices.js +1 -1
  161. package/lib/clients/mp/alipayhk/getFileInfo.js +1 -1
  162. package/lib/clients/mp/alipayhk/getImageInfo.js +1 -1
  163. package/lib/clients/mp/alipayhk/getLocation.js +1 -1
  164. package/lib/clients/mp/alipayhk/getNetworkType.js +1 -1
  165. package/lib/clients/mp/alipayhk/getOpenUserInfo.js +1 -1
  166. package/lib/clients/mp/alipayhk/getSavedFileInfo.js +1 -1
  167. package/lib/clients/mp/alipayhk/getSavedFileList.js +1 -1
  168. package/lib/clients/mp/alipayhk/getScreenBrightness.js +1 -1
  169. package/lib/clients/mp/alipayhk/getServerTime.js +1 -1
  170. package/lib/clients/mp/alipayhk/getSetting.js +1 -1
  171. package/lib/clients/mp/alipayhk/getSiteInfo.js +1 -1
  172. package/lib/clients/mp/alipayhk/getStorage.js +1 -1
  173. package/lib/clients/mp/alipayhk/getStorageSync.js +1 -1
  174. package/lib/clients/mp/alipayhk/getSystemInfo.js +1 -1
  175. package/lib/clients/mp/alipayhk/getSystemInfoSync.d.ts +2 -0
  176. package/lib/clients/mp/alipayhk/getSystemInfoSync.js +3 -0
  177. package/lib/clients/mp/alipayhk/hideBackHome.js +1 -1
  178. package/lib/clients/mp/alipayhk/hideKeyboard.js +1 -1
  179. package/lib/clients/mp/alipayhk/hideLoading.js +1 -1
  180. package/lib/clients/mp/alipayhk/hideNavigationBarLoading.js +1 -1
  181. package/lib/clients/mp/alipayhk/hideTabBar.js +1 -1
  182. package/lib/clients/mp/alipayhk/hideToast.js +1 -1
  183. package/lib/clients/mp/alipayhk/index.d.ts +7 -2
  184. package/lib/clients/mp/alipayhk/index.js +124 -122
  185. package/lib/clients/mp/alipayhk/makePhoneCall.js +1 -1
  186. package/lib/clients/mp/alipayhk/multiLevelSelect.js +1 -1
  187. package/lib/clients/mp/alipayhk/navigateBack.js +1 -1
  188. package/lib/clients/mp/alipayhk/navigateBackMiniProgram.js +1 -1
  189. package/lib/clients/mp/alipayhk/navigateTo.js +1 -1
  190. package/lib/clients/mp/alipayhk/navigateToMiniProgram.js +1 -1
  191. package/lib/clients/mp/alipayhk/notifyBLECharacteristicValueChange.js +1 -1
  192. package/lib/clients/mp/alipayhk/offAccelerometerChange.js +1 -1
  193. package/lib/clients/mp/alipayhk/offBLECharacteristicValueChange.js +1 -1
  194. package/lib/clients/mp/alipayhk/offBLEConnectionStateChanged.js +1 -1
  195. package/lib/clients/mp/alipayhk/offBluetoothAdapterStateChange.js +1 -1
  196. package/lib/clients/mp/alipayhk/offBluetoothDeviceFound.js +1 -1
  197. package/lib/clients/mp/alipayhk/offCompassChange.js +1 -1
  198. package/lib/clients/mp/alipayhk/offMemoryWarning.js +1 -1
  199. package/lib/clients/mp/alipayhk/offSocketClose.js +1 -1
  200. package/lib/clients/mp/alipayhk/offSocketError.js +1 -1
  201. package/lib/clients/mp/alipayhk/offSocketMessage.js +1 -1
  202. package/lib/clients/mp/alipayhk/offSocketOpen.js +1 -1
  203. package/lib/clients/mp/alipayhk/offUserCaptureScreen.js +1 -1
  204. package/lib/clients/mp/alipayhk/onAccelerometerChange.js +1 -1
  205. package/lib/clients/mp/alipayhk/onBLECharacteristicValueChange.js +1 -1
  206. package/lib/clients/mp/alipayhk/onBLEConnectionStateChanged.js +1 -1
  207. package/lib/clients/mp/alipayhk/onBluetoothAdapterStateChange.js +1 -1
  208. package/lib/clients/mp/alipayhk/onBluetoothDeviceFound.js +1 -1
  209. package/lib/clients/mp/alipayhk/onCompassChange.js +1 -1
  210. package/lib/clients/mp/alipayhk/onMemoryWarning.js +1 -1
  211. package/lib/clients/mp/alipayhk/onSocketClose.js +1 -1
  212. package/lib/clients/mp/alipayhk/onSocketError.js +1 -1
  213. package/lib/clients/mp/alipayhk/onSocketMessage.js +1 -1
  214. package/lib/clients/mp/alipayhk/onSocketOpen.js +1 -1
  215. package/lib/clients/mp/alipayhk/onUserCaptureScreen.js +1 -1
  216. package/lib/clients/mp/alipayhk/openBluetoothAdapter.js +1 -1
  217. package/lib/clients/mp/alipayhk/openDocument.js +1 -1
  218. package/lib/clients/mp/alipayhk/openSetting.js +1 -1
  219. package/lib/clients/mp/alipayhk/pageScrollTo.js +1 -1
  220. package/lib/clients/mp/alipayhk/previewImage.js +1 -1
  221. package/lib/clients/mp/alipayhk/prompt.js +1 -1
  222. package/lib/clients/mp/alipayhk/reLaunch.js +1 -1
  223. package/lib/clients/mp/alipayhk/readBLECharacteristicValue.js +1 -1
  224. package/lib/clients/mp/alipayhk/redirectTo.js +1 -1
  225. package/lib/clients/mp/alipayhk/removeSavedFile.js +1 -1
  226. package/lib/clients/mp/alipayhk/removeStorage.js +1 -1
  227. package/lib/clients/mp/alipayhk/removeStorageSync.js +1 -1
  228. package/lib/clients/mp/alipayhk/request.js +1 -1
  229. package/lib/clients/mp/alipayhk/saveFile.js +1 -1
  230. package/lib/clients/mp/alipayhk/saveImage.js +1 -1
  231. package/lib/clients/mp/alipayhk/scan.js +1 -1
  232. package/lib/clients/mp/alipayhk/sendSocketMessage.js +1 -1
  233. package/lib/clients/mp/alipayhk/setBackgroundColor.js +1 -1
  234. package/lib/clients/mp/alipayhk/setCanPullDown.js +1 -1
  235. package/lib/clients/mp/alipayhk/setClipboard.js +1 -1
  236. package/lib/clients/mp/alipayhk/setKeepScreenOn.js +1 -1
  237. package/lib/clients/mp/alipayhk/setNavigationBar.js +1 -1
  238. package/lib/clients/mp/alipayhk/setScreenBrightness.js +1 -1
  239. package/lib/clients/mp/alipayhk/setStorage.js +1 -1
  240. package/lib/clients/mp/alipayhk/setStorageSync.js +1 -1
  241. package/lib/clients/mp/alipayhk/setTabBarStyle.js +1 -1
  242. package/lib/clients/mp/alipayhk/showActionSheet.js +1 -1
  243. package/lib/clients/mp/alipayhk/showAuthGuide.js +1 -1
  244. package/lib/clients/mp/alipayhk/showLoading.js +1 -1
  245. package/lib/clients/mp/alipayhk/showNavigationBarLoading.js +1 -1
  246. package/lib/clients/mp/alipayhk/showSharePanel.js +1 -1
  247. package/lib/clients/mp/alipayhk/showToast.js +1 -1
  248. package/lib/clients/mp/alipayhk/signContract.js +1 -1
  249. package/lib/clients/mp/alipayhk/startBluetoothDevicesDiscovery.js +1 -1
  250. package/lib/clients/mp/alipayhk/startPullDownRefresh.js +1 -1
  251. package/lib/clients/mp/alipayhk/stopBluetoothDevicesDiscovery.js +1 -1
  252. package/lib/clients/mp/alipayhk/stopPullDownRefresh.js +1 -1
  253. package/lib/clients/mp/alipayhk/switchTab.js +1 -1
  254. package/lib/clients/mp/alipayhk/tradePay.js +1 -1
  255. package/lib/clients/mp/alipayhk/uploadFile.js +1 -1
  256. package/lib/clients/mp/alipayhk/vibrate.js +1 -1
  257. package/lib/clients/mp/alipayhk/watchShake.js +1 -1
  258. package/lib/clients/mp/alipayhk/writeBLECharacteristicValue.js +1 -1
  259. package/lib/clients/mp/chope/addPhoneContact.js +1 -1
  260. package/lib/clients/mp/chope/alert.js +1 -1
  261. package/lib/clients/mp/chope/canIUse.js +1 -1
  262. package/lib/clients/mp/chope/chooseImage.js +1 -1
  263. package/lib/clients/mp/chope/choosePhoneContact.js +1 -1
  264. package/lib/clients/mp/chope/clearStorage.js +1 -1
  265. package/lib/clients/mp/chope/clearStorageSync.js +1 -1
  266. package/lib/clients/mp/chope/closeBluetoothAdapter.js +1 -1
  267. package/lib/clients/mp/chope/closeSocket.js +1 -1
  268. package/lib/clients/mp/chope/confirm.js +1 -1
  269. package/lib/clients/mp/chope/connectBLEDevice.js +1 -1
  270. package/lib/clients/mp/chope/connectSocket.js +1 -1
  271. package/lib/clients/mp/chope/createAnimation.js +1 -1
  272. package/lib/clients/mp/chope/createSelectorQuery.js +1 -1
  273. package/lib/clients/mp/chope/createWebViewContext.js +1 -1
  274. package/lib/clients/mp/chope/datePicker.js +1 -1
  275. package/lib/clients/mp/chope/disconnectBLEDevice.js +1 -1
  276. package/lib/clients/mp/chope/downloadFile.js +1 -1
  277. package/lib/clients/mp/chope/getAppIdSync.js +1 -1
  278. package/lib/clients/mp/chope/getAuthCode.js +1 -1
  279. package/lib/clients/mp/chope/getBLEDeviceCharacteristics.js +1 -1
  280. package/lib/clients/mp/chope/getBLEDeviceServices.js +1 -1
  281. package/lib/clients/mp/chope/getBatteryInfo.js +1 -1
  282. package/lib/clients/mp/chope/getBluetoothAdapterState.js +1 -1
  283. package/lib/clients/mp/chope/getBluetoothDevices.js +1 -1
  284. package/lib/clients/mp/chope/getClipboard.js +1 -1
  285. package/lib/clients/mp/chope/getConnectedBluetoothDevices.js +1 -1
  286. package/lib/clients/mp/chope/getFileInfo.js +1 -1
  287. package/lib/clients/mp/chope/getImageInfo.js +1 -1
  288. package/lib/clients/mp/chope/getLocation.js +1 -1
  289. package/lib/clients/mp/chope/getNetworkType.js +1 -1
  290. package/lib/clients/mp/chope/getOpenUserInfo.js +1 -1
  291. package/lib/clients/mp/chope/getSavedFileInfo.js +1 -1
  292. package/lib/clients/mp/chope/getSavedFileList.js +1 -1
  293. package/lib/clients/mp/chope/getScreenBrightness.js +1 -1
  294. package/lib/clients/mp/chope/getServerTime.js +1 -1
  295. package/lib/clients/mp/chope/getSetting.js +1 -1
  296. package/lib/clients/mp/chope/getSiteInfo.js +1 -1
  297. package/lib/clients/mp/chope/getStorage.js +1 -1
  298. package/lib/clients/mp/chope/getStorageSync.js +1 -1
  299. package/lib/clients/mp/chope/getSystemInfo.js +1 -1
  300. package/lib/clients/mp/chope/getSystemInfoSync.d.ts +2 -0
  301. package/lib/clients/mp/chope/getSystemInfoSync.js +3 -0
  302. package/lib/clients/mp/chope/hideBackHome.js +1 -1
  303. package/lib/clients/mp/chope/hideKeyboard.js +1 -1
  304. package/lib/clients/mp/chope/hideLoading.js +1 -1
  305. package/lib/clients/mp/chope/hideNavigationBarLoading.js +1 -1
  306. package/lib/clients/mp/chope/hideTabBar.js +1 -1
  307. package/lib/clients/mp/chope/hideToast.js +1 -1
  308. package/lib/clients/mp/chope/index.d.ts +7 -2
  309. package/lib/clients/mp/chope/index.js +124 -122
  310. package/lib/clients/mp/chope/makePhoneCall.js +1 -1
  311. package/lib/clients/mp/chope/multiLevelSelect.js +1 -1
  312. package/lib/clients/mp/chope/navigateBack.js +1 -1
  313. package/lib/clients/mp/chope/navigateBackMiniProgram.js +1 -1
  314. package/lib/clients/mp/chope/navigateTo.js +1 -1
  315. package/lib/clients/mp/chope/navigateToMiniProgram.js +1 -1
  316. package/lib/clients/mp/chope/notifyBLECharacteristicValueChange.js +1 -1
  317. package/lib/clients/mp/chope/offAccelerometerChange.js +1 -1
  318. package/lib/clients/mp/chope/offBLECharacteristicValueChange.js +1 -1
  319. package/lib/clients/mp/chope/offBLEConnectionStateChanged.js +1 -1
  320. package/lib/clients/mp/chope/offBluetoothAdapterStateChange.js +1 -1
  321. package/lib/clients/mp/chope/offBluetoothDeviceFound.js +1 -1
  322. package/lib/clients/mp/chope/offCompassChange.js +1 -1
  323. package/lib/clients/mp/chope/offMemoryWarning.js +1 -1
  324. package/lib/clients/mp/chope/offSocketClose.js +1 -1
  325. package/lib/clients/mp/chope/offSocketError.js +1 -1
  326. package/lib/clients/mp/chope/offSocketMessage.js +1 -1
  327. package/lib/clients/mp/chope/offSocketOpen.js +1 -1
  328. package/lib/clients/mp/chope/offUserCaptureScreen.js +1 -1
  329. package/lib/clients/mp/chope/onAccelerometerChange.js +1 -1
  330. package/lib/clients/mp/chope/onBLECharacteristicValueChange.js +1 -1
  331. package/lib/clients/mp/chope/onBLEConnectionStateChanged.js +1 -1
  332. package/lib/clients/mp/chope/onBluetoothAdapterStateChange.js +1 -1
  333. package/lib/clients/mp/chope/onBluetoothDeviceFound.js +1 -1
  334. package/lib/clients/mp/chope/onCompassChange.js +1 -1
  335. package/lib/clients/mp/chope/onMemoryWarning.js +1 -1
  336. package/lib/clients/mp/chope/onSocketClose.js +1 -1
  337. package/lib/clients/mp/chope/onSocketError.js +1 -1
  338. package/lib/clients/mp/chope/onSocketMessage.js +1 -1
  339. package/lib/clients/mp/chope/onSocketOpen.js +1 -1
  340. package/lib/clients/mp/chope/onUserCaptureScreen.js +1 -1
  341. package/lib/clients/mp/chope/openBluetoothAdapter.js +1 -1
  342. package/lib/clients/mp/chope/openDocument.js +1 -1
  343. package/lib/clients/mp/chope/openSetting.js +1 -1
  344. package/lib/clients/mp/chope/pageScrollTo.js +1 -1
  345. package/lib/clients/mp/chope/previewImage.js +1 -1
  346. package/lib/clients/mp/chope/prompt.js +1 -1
  347. package/lib/clients/mp/chope/reLaunch.js +1 -1
  348. package/lib/clients/mp/chope/readBLECharacteristicValue.js +1 -1
  349. package/lib/clients/mp/chope/redirectTo.js +1 -1
  350. package/lib/clients/mp/chope/removeSavedFile.js +1 -1
  351. package/lib/clients/mp/chope/removeStorage.js +1 -1
  352. package/lib/clients/mp/chope/removeStorageSync.js +1 -1
  353. package/lib/clients/mp/chope/request.js +1 -1
  354. package/lib/clients/mp/chope/saveFile.js +1 -1
  355. package/lib/clients/mp/chope/saveImage.js +1 -1
  356. package/lib/clients/mp/chope/scan.js +1 -1
  357. package/lib/clients/mp/chope/sendSocketMessage.js +1 -1
  358. package/lib/clients/mp/chope/setBackgroundColor.js +1 -1
  359. package/lib/clients/mp/chope/setCanPullDown.js +1 -1
  360. package/lib/clients/mp/chope/setClipboard.js +1 -1
  361. package/lib/clients/mp/chope/setKeepScreenOn.js +1 -1
  362. package/lib/clients/mp/chope/setNavigationBar.js +1 -1
  363. package/lib/clients/mp/chope/setScreenBrightness.js +1 -1
  364. package/lib/clients/mp/chope/setStorage.js +1 -1
  365. package/lib/clients/mp/chope/setStorageSync.js +1 -1
  366. package/lib/clients/mp/chope/setTabBarStyle.js +1 -1
  367. package/lib/clients/mp/chope/showActionSheet.js +1 -1
  368. package/lib/clients/mp/chope/showAuthGuide.js +1 -1
  369. package/lib/clients/mp/chope/showLoading.js +1 -1
  370. package/lib/clients/mp/chope/showNavigationBarLoading.js +1 -1
  371. package/lib/clients/mp/chope/showSharePanel.js +1 -1
  372. package/lib/clients/mp/chope/showToast.js +1 -1
  373. package/lib/clients/mp/chope/signContract.js +1 -1
  374. package/lib/clients/mp/chope/startBluetoothDevicesDiscovery.js +1 -1
  375. package/lib/clients/mp/chope/startPullDownRefresh.js +1 -1
  376. package/lib/clients/mp/chope/stopBluetoothDevicesDiscovery.js +1 -1
  377. package/lib/clients/mp/chope/stopPullDownRefresh.js +1 -1
  378. package/lib/clients/mp/chope/switchTab.js +1 -1
  379. package/lib/clients/mp/chope/tradePay.js +1 -1
  380. package/lib/clients/mp/chope/uploadFile.js +1 -1
  381. package/lib/clients/mp/chope/vibrate.js +1 -1
  382. package/lib/clients/mp/chope/watchShake.js +1 -1
  383. package/lib/clients/mp/chope/writeBLECharacteristicValue.js +1 -1
  384. package/lib/clients/mp/dana/addPhoneContact.js +1 -1
  385. package/lib/clients/mp/dana/alert.js +1 -1
  386. package/lib/clients/mp/dana/canIUse.js +1 -1
  387. package/lib/clients/mp/dana/chooseImage.js +1 -1
  388. package/lib/clients/mp/dana/choosePhoneContact.js +1 -1
  389. package/lib/clients/mp/dana/clearStorage.js +1 -1
  390. package/lib/clients/mp/dana/clearStorageSync.js +1 -1
  391. package/lib/clients/mp/dana/closeBluetoothAdapter.js +1 -1
  392. package/lib/clients/mp/dana/closeSocket.js +1 -1
  393. package/lib/clients/mp/dana/confirm.js +1 -1
  394. package/lib/clients/mp/dana/connectBLEDevice.js +1 -1
  395. package/lib/clients/mp/dana/connectSocket.js +1 -1
  396. package/lib/clients/mp/dana/createAnimation.js +1 -1
  397. package/lib/clients/mp/dana/createSelectorQuery.js +1 -1
  398. package/lib/clients/mp/dana/createWebViewContext.js +1 -1
  399. package/lib/clients/mp/dana/datePicker.js +1 -1
  400. package/lib/clients/mp/dana/disconnectBLEDevice.js +1 -1
  401. package/lib/clients/mp/dana/downloadFile.js +1 -1
  402. package/lib/clients/mp/dana/getAppIdSync.js +1 -1
  403. package/lib/clients/mp/dana/getAuthCode.js +1 -1
  404. package/lib/clients/mp/dana/getBLEDeviceCharacteristics.js +1 -1
  405. package/lib/clients/mp/dana/getBLEDeviceServices.js +1 -1
  406. package/lib/clients/mp/dana/getBatteryInfo.js +1 -1
  407. package/lib/clients/mp/dana/getBluetoothAdapterState.js +1 -1
  408. package/lib/clients/mp/dana/getBluetoothDevices.js +1 -1
  409. package/lib/clients/mp/dana/getClipboard.js +1 -1
  410. package/lib/clients/mp/dana/getConnectedBluetoothDevices.js +1 -1
  411. package/lib/clients/mp/dana/getFileInfo.js +1 -1
  412. package/lib/clients/mp/dana/getImageInfo.js +1 -1
  413. package/lib/clients/mp/dana/getLocation.js +1 -1
  414. package/lib/clients/mp/dana/getNetworkType.js +1 -1
  415. package/lib/clients/mp/dana/getOpenUserInfo.js +1 -1
  416. package/lib/clients/mp/dana/getSavedFileInfo.js +1 -1
  417. package/lib/clients/mp/dana/getSavedFileList.js +1 -1
  418. package/lib/clients/mp/dana/getScreenBrightness.js +1 -1
  419. package/lib/clients/mp/dana/getServerTime.js +1 -1
  420. package/lib/clients/mp/dana/getSetting.js +1 -1
  421. package/lib/clients/mp/dana/getSiteInfo.js +1 -1
  422. package/lib/clients/mp/dana/getStorage.js +1 -1
  423. package/lib/clients/mp/dana/getStorageSync.js +1 -1
  424. package/lib/clients/mp/dana/getSystemInfo.js +1 -1
  425. package/lib/clients/mp/dana/getSystemInfoSync.d.ts +2 -0
  426. package/lib/clients/mp/dana/getSystemInfoSync.js +3 -0
  427. package/lib/clients/mp/dana/hideBackHome.js +1 -1
  428. package/lib/clients/mp/dana/hideKeyboard.js +1 -1
  429. package/lib/clients/mp/dana/hideLoading.js +1 -1
  430. package/lib/clients/mp/dana/hideNavigationBarLoading.js +1 -1
  431. package/lib/clients/mp/dana/hideTabBar.js +1 -1
  432. package/lib/clients/mp/dana/hideToast.js +1 -1
  433. package/lib/clients/mp/dana/index.d.ts +7 -2
  434. package/lib/clients/mp/dana/index.js +124 -122
  435. package/lib/clients/mp/dana/makePhoneCall.js +1 -1
  436. package/lib/clients/mp/dana/multiLevelSelect.js +1 -1
  437. package/lib/clients/mp/dana/navigateBack.js +1 -1
  438. package/lib/clients/mp/dana/navigateBackMiniProgram.js +1 -1
  439. package/lib/clients/mp/dana/navigateTo.js +1 -1
  440. package/lib/clients/mp/dana/navigateToMiniProgram.js +1 -1
  441. package/lib/clients/mp/dana/notifyBLECharacteristicValueChange.js +1 -1
  442. package/lib/clients/mp/dana/offAccelerometerChange.js +1 -1
  443. package/lib/clients/mp/dana/offBLECharacteristicValueChange.js +1 -1
  444. package/lib/clients/mp/dana/offBLEConnectionStateChanged.js +1 -1
  445. package/lib/clients/mp/dana/offBluetoothAdapterStateChange.js +1 -1
  446. package/lib/clients/mp/dana/offBluetoothDeviceFound.js +1 -1
  447. package/lib/clients/mp/dana/offCompassChange.js +1 -1
  448. package/lib/clients/mp/dana/offMemoryWarning.js +1 -1
  449. package/lib/clients/mp/dana/offSocketClose.js +1 -1
  450. package/lib/clients/mp/dana/offSocketError.js +1 -1
  451. package/lib/clients/mp/dana/offSocketMessage.js +1 -1
  452. package/lib/clients/mp/dana/offSocketOpen.js +1 -1
  453. package/lib/clients/mp/dana/offUserCaptureScreen.js +1 -1
  454. package/lib/clients/mp/dana/onAccelerometerChange.js +1 -1
  455. package/lib/clients/mp/dana/onBLECharacteristicValueChange.js +1 -1
  456. package/lib/clients/mp/dana/onBLEConnectionStateChanged.js +1 -1
  457. package/lib/clients/mp/dana/onBluetoothAdapterStateChange.js +1 -1
  458. package/lib/clients/mp/dana/onBluetoothDeviceFound.js +1 -1
  459. package/lib/clients/mp/dana/onCompassChange.js +1 -1
  460. package/lib/clients/mp/dana/onMemoryWarning.js +1 -1
  461. package/lib/clients/mp/dana/onSocketClose.js +1 -1
  462. package/lib/clients/mp/dana/onSocketError.js +1 -1
  463. package/lib/clients/mp/dana/onSocketMessage.js +1 -1
  464. package/lib/clients/mp/dana/onSocketOpen.js +1 -1
  465. package/lib/clients/mp/dana/onUserCaptureScreen.js +1 -1
  466. package/lib/clients/mp/dana/openBluetoothAdapter.js +1 -1
  467. package/lib/clients/mp/dana/openDocument.js +1 -1
  468. package/lib/clients/mp/dana/openSetting.js +1 -1
  469. package/lib/clients/mp/dana/pageScrollTo.js +1 -1
  470. package/lib/clients/mp/dana/previewImage.js +1 -1
  471. package/lib/clients/mp/dana/prompt.js +1 -1
  472. package/lib/clients/mp/dana/reLaunch.js +1 -1
  473. package/lib/clients/mp/dana/readBLECharacteristicValue.js +1 -1
  474. package/lib/clients/mp/dana/redirectTo.js +1 -1
  475. package/lib/clients/mp/dana/removeSavedFile.js +1 -1
  476. package/lib/clients/mp/dana/removeStorage.js +1 -1
  477. package/lib/clients/mp/dana/removeStorageSync.js +1 -1
  478. package/lib/clients/mp/dana/request.js +1 -1
  479. package/lib/clients/mp/dana/saveFile.js +1 -1
  480. package/lib/clients/mp/dana/saveImage.js +1 -1
  481. package/lib/clients/mp/dana/scan.js +1 -1
  482. package/lib/clients/mp/dana/sendSocketMessage.js +1 -1
  483. package/lib/clients/mp/dana/setBackgroundColor.js +1 -1
  484. package/lib/clients/mp/dana/setCanPullDown.js +1 -1
  485. package/lib/clients/mp/dana/setClipboard.js +1 -1
  486. package/lib/clients/mp/dana/setKeepScreenOn.js +1 -1
  487. package/lib/clients/mp/dana/setNavigationBar.js +1 -1
  488. package/lib/clients/mp/dana/setScreenBrightness.js +1 -1
  489. package/lib/clients/mp/dana/setStorage.js +1 -1
  490. package/lib/clients/mp/dana/setStorageSync.js +1 -1
  491. package/lib/clients/mp/dana/setTabBarStyle.js +1 -1
  492. package/lib/clients/mp/dana/showActionSheet.js +1 -1
  493. package/lib/clients/mp/dana/showAuthGuide.js +1 -1
  494. package/lib/clients/mp/dana/showLoading.js +1 -1
  495. package/lib/clients/mp/dana/showNavigationBarLoading.js +1 -1
  496. package/lib/clients/mp/dana/showSharePanel.js +1 -1
  497. package/lib/clients/mp/dana/showToast.js +1 -1
  498. package/lib/clients/mp/dana/signContract.js +1 -1
  499. package/lib/clients/mp/dana/startBluetoothDevicesDiscovery.js +1 -1
  500. package/lib/clients/mp/dana/startPullDownRefresh.js +1 -1
  501. package/lib/clients/mp/dana/stopBluetoothDevicesDiscovery.js +1 -1
  502. package/lib/clients/mp/dana/stopPullDownRefresh.js +1 -1
  503. package/lib/clients/mp/dana/switchTab.js +1 -1
  504. package/lib/clients/mp/dana/tradePay.js +1 -1
  505. package/lib/clients/mp/dana/uploadFile.js +1 -1
  506. package/lib/clients/mp/dana/vibrate.js +1 -1
  507. package/lib/clients/mp/dana/watchShake.js +1 -1
  508. package/lib/clients/mp/dana/writeBLECharacteristicValue.js +1 -1
  509. package/lib/clients/mp/demo/APRegionRPC.js +1 -1
  510. package/lib/clients/mp/demo/addFatigueAction.js +1 -1
  511. package/lib/clients/mp/demo/addPhoneContact.js +1 -1
  512. package/lib/clients/mp/demo/alert.js +1 -1
  513. package/lib/clients/mp/demo/apDisableJSAPI.js +1 -1
  514. package/lib/clients/mp/demo/appxrpc.js +1 -1
  515. package/lib/clients/mp/demo/batchQueryCdpSpaceInfo.js +1 -1
  516. package/lib/clients/mp/demo/canIUse.js +1 -1
  517. package/lib/clients/mp/demo/chooseImage.js +1 -1
  518. package/lib/clients/mp/demo/choosePhoneContact.js +1 -1
  519. package/lib/clients/mp/demo/clearStorage.js +1 -1
  520. package/lib/clients/mp/demo/clearStorageSync.js +1 -1
  521. package/lib/clients/mp/demo/closeBluetoothAdapter.js +1 -1
  522. package/lib/clients/mp/demo/closeSocket.js +1 -1
  523. package/lib/clients/mp/demo/confirm.js +1 -1
  524. package/lib/clients/mp/demo/connectBLEDevice.js +1 -1
  525. package/lib/clients/mp/demo/connectSocket.js +1 -1
  526. package/lib/clients/mp/demo/createAnimation.js +1 -1
  527. package/lib/clients/mp/demo/createSelectorQuery.js +1 -1
  528. package/lib/clients/mp/demo/createWebViewContext.js +1 -1
  529. package/lib/clients/mp/demo/datePicker.js +1 -1
  530. package/lib/clients/mp/demo/disconnectBLEDevice.js +1 -1
  531. package/lib/clients/mp/demo/downloadFile.js +1 -1
  532. package/lib/clients/mp/demo/exitApp.js +1 -1
  533. package/lib/clients/mp/demo/getAppIdSync.js +1 -1
  534. package/lib/clients/mp/demo/getAppToken.js +1 -1
  535. package/lib/clients/mp/demo/getAuthCode.js +1 -1
  536. package/lib/clients/mp/demo/getBLEDeviceCharacteristics.js +1 -1
  537. package/lib/clients/mp/demo/getBLEDeviceServices.js +1 -1
  538. package/lib/clients/mp/demo/getBatteryInfo.js +1 -1
  539. package/lib/clients/mp/demo/getBluetoothAdapterState.js +1 -1
  540. package/lib/clients/mp/demo/getBluetoothDevices.js +1 -1
  541. package/lib/clients/mp/demo/getClipboard.js +1 -1
  542. package/lib/clients/mp/demo/getComponentAuth.js +1 -1
  543. package/lib/clients/mp/demo/getConnectedBluetoothDevices.js +1 -1
  544. package/lib/clients/mp/demo/getFileInfo.js +1 -1
  545. package/lib/clients/mp/demo/getImageInfo.js +1 -1
  546. package/lib/clients/mp/demo/getLocation.js +1 -1
  547. package/lib/clients/mp/demo/getNetworkType.js +1 -1
  548. package/lib/clients/mp/demo/getOpenUserInfo.js +1 -1
  549. package/lib/clients/mp/demo/getPaymentCode.js +1 -1
  550. package/lib/clients/mp/demo/getPhoneNumber.js +1 -1
  551. package/lib/clients/mp/demo/getSavedFileInfo.js +1 -1
  552. package/lib/clients/mp/demo/getSavedFileList.js +1 -1
  553. package/lib/clients/mp/demo/getScreenBrightness.js +1 -1
  554. package/lib/clients/mp/demo/getServerTime.js +1 -1
  555. package/lib/clients/mp/demo/getSetting.js +1 -1
  556. package/lib/clients/mp/demo/getSiteInfo.js +1 -1
  557. package/lib/clients/mp/demo/getStorage.js +1 -1
  558. package/lib/clients/mp/demo/getStorageInfo.js +1 -1
  559. package/lib/clients/mp/demo/getStorageInfoSync.js +1 -1
  560. package/lib/clients/mp/demo/getStorageSync.js +1 -1
  561. package/lib/clients/mp/demo/getSystemInfo.js +1 -1
  562. package/lib/clients/mp/demo/getSystemInfoSync.js +1 -1
  563. package/lib/clients/mp/demo/hideBackHome.js +1 -1
  564. package/lib/clients/mp/demo/hideKeyboard.js +1 -1
  565. package/lib/clients/mp/demo/hideLoading.js +1 -1
  566. package/lib/clients/mp/demo/hideNavigationBarLoading.js +1 -1
  567. package/lib/clients/mp/demo/hideOptionButton.js +1 -1
  568. package/lib/clients/mp/demo/hideTabBar.js +1 -1
  569. package/lib/clients/mp/demo/hideToast.js +1 -1
  570. package/lib/clients/mp/demo/index.d.ts +8 -2
  571. package/lib/clients/mp/demo/index.js +148 -148
  572. package/lib/clients/mp/demo/inquireQuote.js +1 -1
  573. package/lib/clients/mp/demo/isInstalledApp.js +1 -1
  574. package/lib/clients/mp/demo/makePhoneCall.js +1 -1
  575. package/lib/clients/mp/demo/multiLevelSelect.js +1 -1
  576. package/lib/clients/mp/demo/navigateBack.js +1 -1
  577. package/lib/clients/mp/demo/navigateBackMiniProgram.js +1 -1
  578. package/lib/clients/mp/demo/navigateTo.js +1 -1
  579. package/lib/clients/mp/demo/navigateToBizScene.js +1 -1
  580. package/lib/clients/mp/demo/navigateToMiniProgram.js +1 -1
  581. package/lib/clients/mp/demo/notifyBLECharacteristicValueChange.js +1 -1
  582. package/lib/clients/mp/demo/offAccelerometerChange.js +1 -1
  583. package/lib/clients/mp/demo/offBLECharacteristicValueChange.js +1 -1
  584. package/lib/clients/mp/demo/offBLEConnectionStateChanged.js +1 -1
  585. package/lib/clients/mp/demo/offBluetoothAdapterStateChange.js +1 -1
  586. package/lib/clients/mp/demo/offBluetoothDeviceFound.js +1 -1
  587. package/lib/clients/mp/demo/offCompassChange.js +1 -1
  588. package/lib/clients/mp/demo/offMemoryWarning.js +1 -1
  589. package/lib/clients/mp/demo/offSocketClose.js +1 -1
  590. package/lib/clients/mp/demo/offSocketError.js +1 -1
  591. package/lib/clients/mp/demo/offSocketMessage.js +1 -1
  592. package/lib/clients/mp/demo/offSocketOpen.js +1 -1
  593. package/lib/clients/mp/demo/offUserCaptureScreen.js +1 -1
  594. package/lib/clients/mp/demo/onAccelerometerChange.js +1 -1
  595. package/lib/clients/mp/demo/onBLECharacteristicValueChange.js +1 -1
  596. package/lib/clients/mp/demo/onBLEConnectionStateChanged.js +1 -1
  597. package/lib/clients/mp/demo/onBluetoothAdapterStateChange.js +1 -1
  598. package/lib/clients/mp/demo/onBluetoothDeviceFound.js +1 -1
  599. package/lib/clients/mp/demo/onCompassChange.js +1 -1
  600. package/lib/clients/mp/demo/onMemoryWarning.js +1 -1
  601. package/lib/clients/mp/demo/onSocketClose.js +1 -1
  602. package/lib/clients/mp/demo/onSocketError.js +1 -1
  603. package/lib/clients/mp/demo/onSocketMessage.js +1 -1
  604. package/lib/clients/mp/demo/onSocketOpen.js +1 -1
  605. package/lib/clients/mp/demo/onUserCaptureScreen.js +1 -1
  606. package/lib/clients/mp/demo/openBluetoothAdapter.js +1 -1
  607. package/lib/clients/mp/demo/openDocument.js +1 -1
  608. package/lib/clients/mp/demo/openSchemeWithBacking.js +1 -1
  609. package/lib/clients/mp/demo/openSetting.js +1 -1
  610. package/lib/clients/mp/demo/pageScrollTo.js +1 -1
  611. package/lib/clients/mp/demo/paySignCenter.js +1 -1
  612. package/lib/clients/mp/demo/previewImage.js +1 -1
  613. package/lib/clients/mp/demo/prompt.js +1 -1
  614. package/lib/clients/mp/demo/reLaunch.js +1 -1
  615. package/lib/clients/mp/demo/readBLECharacteristicValue.js +1 -1
  616. package/lib/clients/mp/demo/redirectTo.js +1 -1
  617. package/lib/clients/mp/demo/regionFetchAllApps.js +1 -1
  618. package/lib/clients/mp/demo/regionSearchAppsByKeywords.js +1 -1
  619. package/lib/clients/mp/demo/removeSavedFile.js +1 -1
  620. package/lib/clients/mp/demo/removeStorage.js +1 -1
  621. package/lib/clients/mp/demo/removeStorageSync.js +1 -1
  622. package/lib/clients/mp/demo/request.js +1 -1
  623. package/lib/clients/mp/demo/rpc.js +1 -1
  624. package/lib/clients/mp/demo/saveFile.js +1 -1
  625. package/lib/clients/mp/demo/saveImage.js +1 -1
  626. package/lib/clients/mp/demo/scan.js +1 -1
  627. package/lib/clients/mp/demo/sendSocketMessage.js +1 -1
  628. package/lib/clients/mp/demo/setBackgroundColor.js +1 -1
  629. package/lib/clients/mp/demo/setCanPullDown.js +1 -1
  630. package/lib/clients/mp/demo/setClipboard.js +1 -1
  631. package/lib/clients/mp/demo/setKeepScreenOn.js +1 -1
  632. package/lib/clients/mp/demo/setNavigationBar.js +1 -1
  633. package/lib/clients/mp/demo/setOptionMenu.js +1 -1
  634. package/lib/clients/mp/demo/setScreenBrightness.js +1 -1
  635. package/lib/clients/mp/demo/setStorage.js +1 -1
  636. package/lib/clients/mp/demo/setStorageSync.js +1 -1
  637. package/lib/clients/mp/demo/setTabBarStyle.js +1 -1
  638. package/lib/clients/mp/demo/showActionSheet.js +1 -1
  639. package/lib/clients/mp/demo/showAuthGuide.js +1 -1
  640. package/lib/clients/mp/demo/showLoading.js +1 -1
  641. package/lib/clients/mp/demo/showNavigationBarLoading.js +1 -1
  642. package/lib/clients/mp/demo/showSharePanel.js +1 -1
  643. package/lib/clients/mp/demo/showToast.js +1 -1
  644. package/lib/clients/mp/demo/signContract.js +1 -1
  645. package/lib/clients/mp/demo/startApp.js +1 -1
  646. package/lib/clients/mp/demo/startBizService.js +1 -1
  647. package/lib/clients/mp/demo/startBluetoothDevicesDiscovery.js +1 -1
  648. package/lib/clients/mp/demo/startPullDownRefresh.js +1 -1
  649. package/lib/clients/mp/demo/stopBluetoothDevicesDiscovery.js +1 -1
  650. package/lib/clients/mp/demo/stopPullDownRefresh.js +1 -1
  651. package/lib/clients/mp/demo/switchTab.js +1 -1
  652. package/lib/clients/mp/demo/thirdPartyAuthForAc.js +1 -1
  653. package/lib/clients/mp/demo/tradePay.js +1 -1
  654. package/lib/clients/mp/demo/uploadApdidToken.js +1 -1
  655. package/lib/clients/mp/demo/uploadFile.js +1 -1
  656. package/lib/clients/mp/demo/vibrate.js +1 -1
  657. package/lib/clients/mp/demo/watchShake.js +1 -1
  658. package/lib/clients/mp/demo/writeBLECharacteristicValue.js +1 -1
  659. package/lib/clients/mp/gcash/addPhoneContact.js +1 -1
  660. package/lib/clients/mp/gcash/alert.js +1 -1
  661. package/lib/clients/mp/gcash/canIUse.js +1 -1
  662. package/lib/clients/mp/gcash/chooseImage.js +1 -1
  663. package/lib/clients/mp/gcash/choosePhoneContact.js +1 -1
  664. package/lib/clients/mp/gcash/clearStorage.js +1 -1
  665. package/lib/clients/mp/gcash/clearStorageSync.js +1 -1
  666. package/lib/clients/mp/gcash/closeBluetoothAdapter.js +1 -1
  667. package/lib/clients/mp/gcash/closeSocket.js +1 -1
  668. package/lib/clients/mp/gcash/confirm.js +1 -1
  669. package/lib/clients/mp/gcash/connectBLEDevice.js +1 -1
  670. package/lib/clients/mp/gcash/connectSocket.js +1 -1
  671. package/lib/clients/mp/gcash/createAnimation.js +1 -1
  672. package/lib/clients/mp/gcash/createSelectorQuery.js +1 -1
  673. package/lib/clients/mp/gcash/createWebViewContext.js +1 -1
  674. package/lib/clients/mp/gcash/datePicker.js +1 -1
  675. package/lib/clients/mp/gcash/disconnectBLEDevice.js +1 -1
  676. package/lib/clients/mp/gcash/downloadFile.js +1 -1
  677. package/lib/clients/mp/gcash/getAppIdSync.js +1 -1
  678. package/lib/clients/mp/gcash/getAuthCode.js +1 -1
  679. package/lib/clients/mp/gcash/getBLEDeviceCharacteristics.js +1 -1
  680. package/lib/clients/mp/gcash/getBLEDeviceServices.js +1 -1
  681. package/lib/clients/mp/gcash/getBatteryInfo.js +1 -1
  682. package/lib/clients/mp/gcash/getBluetoothAdapterState.js +1 -1
  683. package/lib/clients/mp/gcash/getBluetoothDevices.js +1 -1
  684. package/lib/clients/mp/gcash/getClipboard.js +1 -1
  685. package/lib/clients/mp/gcash/getConnectedBluetoothDevices.js +1 -1
  686. package/lib/clients/mp/gcash/getFileInfo.js +1 -1
  687. package/lib/clients/mp/gcash/getImageInfo.js +1 -1
  688. package/lib/clients/mp/gcash/getLocation.js +1 -1
  689. package/lib/clients/mp/gcash/getNetworkType.js +1 -1
  690. package/lib/clients/mp/gcash/getOpenUserInfo.js +1 -1
  691. package/lib/clients/mp/gcash/getSavedFileInfo.js +1 -1
  692. package/lib/clients/mp/gcash/getSavedFileList.js +1 -1
  693. package/lib/clients/mp/gcash/getScreenBrightness.js +1 -1
  694. package/lib/clients/mp/gcash/getServerTime.js +1 -1
  695. package/lib/clients/mp/gcash/getSetting.js +1 -1
  696. package/lib/clients/mp/gcash/getSiteInfo.js +1 -1
  697. package/lib/clients/mp/gcash/getStorage.js +1 -1
  698. package/lib/clients/mp/gcash/getStorageSync.js +1 -1
  699. package/lib/clients/mp/gcash/getSystemInfo.js +1 -1
  700. package/lib/clients/mp/gcash/getSystemInfoSync.d.ts +2 -0
  701. package/lib/clients/mp/gcash/getSystemInfoSync.js +3 -0
  702. package/lib/clients/mp/gcash/hideBackHome.js +1 -1
  703. package/lib/clients/mp/gcash/hideKeyboard.js +1 -1
  704. package/lib/clients/mp/gcash/hideLoading.js +1 -1
  705. package/lib/clients/mp/gcash/hideNavigationBarLoading.js +1 -1
  706. package/lib/clients/mp/gcash/hideTabBar.js +1 -1
  707. package/lib/clients/mp/gcash/hideToast.js +1 -1
  708. package/lib/clients/mp/gcash/index.d.ts +7 -2
  709. package/lib/clients/mp/gcash/index.js +124 -122
  710. package/lib/clients/mp/gcash/makePhoneCall.js +1 -1
  711. package/lib/clients/mp/gcash/multiLevelSelect.js +1 -1
  712. package/lib/clients/mp/gcash/navigateBack.js +1 -1
  713. package/lib/clients/mp/gcash/navigateBackMiniProgram.js +1 -1
  714. package/lib/clients/mp/gcash/navigateTo.js +1 -1
  715. package/lib/clients/mp/gcash/navigateToMiniProgram.js +1 -1
  716. package/lib/clients/mp/gcash/notifyBLECharacteristicValueChange.js +1 -1
  717. package/lib/clients/mp/gcash/offAccelerometerChange.js +1 -1
  718. package/lib/clients/mp/gcash/offBLECharacteristicValueChange.js +1 -1
  719. package/lib/clients/mp/gcash/offBLEConnectionStateChanged.js +1 -1
  720. package/lib/clients/mp/gcash/offBluetoothAdapterStateChange.js +1 -1
  721. package/lib/clients/mp/gcash/offBluetoothDeviceFound.js +1 -1
  722. package/lib/clients/mp/gcash/offCompassChange.js +1 -1
  723. package/lib/clients/mp/gcash/offMemoryWarning.js +1 -1
  724. package/lib/clients/mp/gcash/offSocketClose.js +1 -1
  725. package/lib/clients/mp/gcash/offSocketError.js +1 -1
  726. package/lib/clients/mp/gcash/offSocketMessage.js +1 -1
  727. package/lib/clients/mp/gcash/offSocketOpen.js +1 -1
  728. package/lib/clients/mp/gcash/offUserCaptureScreen.js +1 -1
  729. package/lib/clients/mp/gcash/onAccelerometerChange.js +1 -1
  730. package/lib/clients/mp/gcash/onBLECharacteristicValueChange.js +1 -1
  731. package/lib/clients/mp/gcash/onBLEConnectionStateChanged.js +1 -1
  732. package/lib/clients/mp/gcash/onBluetoothAdapterStateChange.js +1 -1
  733. package/lib/clients/mp/gcash/onBluetoothDeviceFound.js +1 -1
  734. package/lib/clients/mp/gcash/onCompassChange.js +1 -1
  735. package/lib/clients/mp/gcash/onMemoryWarning.js +1 -1
  736. package/lib/clients/mp/gcash/onSocketClose.js +1 -1
  737. package/lib/clients/mp/gcash/onSocketError.js +1 -1
  738. package/lib/clients/mp/gcash/onSocketMessage.js +1 -1
  739. package/lib/clients/mp/gcash/onSocketOpen.js +1 -1
  740. package/lib/clients/mp/gcash/onUserCaptureScreen.js +1 -1
  741. package/lib/clients/mp/gcash/openBluetoothAdapter.js +1 -1
  742. package/lib/clients/mp/gcash/openDocument.js +1 -1
  743. package/lib/clients/mp/gcash/openSetting.js +1 -1
  744. package/lib/clients/mp/gcash/pageScrollTo.js +1 -1
  745. package/lib/clients/mp/gcash/previewImage.js +1 -1
  746. package/lib/clients/mp/gcash/prompt.js +1 -1
  747. package/lib/clients/mp/gcash/reLaunch.js +1 -1
  748. package/lib/clients/mp/gcash/readBLECharacteristicValue.js +1 -1
  749. package/lib/clients/mp/gcash/redirectTo.js +1 -1
  750. package/lib/clients/mp/gcash/removeSavedFile.js +1 -1
  751. package/lib/clients/mp/gcash/removeStorage.js +1 -1
  752. package/lib/clients/mp/gcash/removeStorageSync.js +1 -1
  753. package/lib/clients/mp/gcash/request.js +1 -1
  754. package/lib/clients/mp/gcash/saveFile.js +1 -1
  755. package/lib/clients/mp/gcash/saveImage.js +1 -1
  756. package/lib/clients/mp/gcash/scan.js +1 -1
  757. package/lib/clients/mp/gcash/sendSocketMessage.js +1 -1
  758. package/lib/clients/mp/gcash/setBackgroundColor.js +1 -1
  759. package/lib/clients/mp/gcash/setCanPullDown.js +1 -1
  760. package/lib/clients/mp/gcash/setClipboard.js +1 -1
  761. package/lib/clients/mp/gcash/setKeepScreenOn.js +1 -1
  762. package/lib/clients/mp/gcash/setNavigationBar.js +1 -1
  763. package/lib/clients/mp/gcash/setScreenBrightness.js +1 -1
  764. package/lib/clients/mp/gcash/setStorage.js +1 -1
  765. package/lib/clients/mp/gcash/setStorageSync.js +1 -1
  766. package/lib/clients/mp/gcash/setTabBarStyle.js +1 -1
  767. package/lib/clients/mp/gcash/showActionSheet.js +1 -1
  768. package/lib/clients/mp/gcash/showAuthGuide.js +1 -1
  769. package/lib/clients/mp/gcash/showLoading.js +1 -1
  770. package/lib/clients/mp/gcash/showNavigationBarLoading.js +1 -1
  771. package/lib/clients/mp/gcash/showSharePanel.js +1 -1
  772. package/lib/clients/mp/gcash/showToast.js +1 -1
  773. package/lib/clients/mp/gcash/signContract.js +1 -1
  774. package/lib/clients/mp/gcash/startBluetoothDevicesDiscovery.js +1 -1
  775. package/lib/clients/mp/gcash/startPullDownRefresh.js +1 -1
  776. package/lib/clients/mp/gcash/stopBluetoothDevicesDiscovery.js +1 -1
  777. package/lib/clients/mp/gcash/stopPullDownRefresh.js +1 -1
  778. package/lib/clients/mp/gcash/switchTab.js +1 -1
  779. package/lib/clients/mp/gcash/tradePay.js +1 -1
  780. package/lib/clients/mp/gcash/uploadFile.js +1 -1
  781. package/lib/clients/mp/gcash/vibrate.js +1 -1
  782. package/lib/clients/mp/gcash/watchShake.js +1 -1
  783. package/lib/clients/mp/gcash/writeBLECharacteristicValue.js +1 -1
  784. package/lib/clients/mp/tngd/addPhoneContact.js +1 -1
  785. package/lib/clients/mp/tngd/alert.js +1 -1
  786. package/lib/clients/mp/tngd/canIUse.js +1 -1
  787. package/lib/clients/mp/tngd/chooseImage.js +1 -1
  788. package/lib/clients/mp/tngd/choosePhoneContact.js +1 -1
  789. package/lib/clients/mp/tngd/clearStorage.js +1 -1
  790. package/lib/clients/mp/tngd/clearStorageSync.js +1 -1
  791. package/lib/clients/mp/tngd/closeBluetoothAdapter.js +1 -1
  792. package/lib/clients/mp/tngd/closeSocket.js +1 -1
  793. package/lib/clients/mp/tngd/confirm.js +1 -1
  794. package/lib/clients/mp/tngd/connectBLEDevice.js +1 -1
  795. package/lib/clients/mp/tngd/connectSocket.js +1 -1
  796. package/lib/clients/mp/tngd/createAnimation.js +1 -1
  797. package/lib/clients/mp/tngd/createSelectorQuery.js +1 -1
  798. package/lib/clients/mp/tngd/createWebViewContext.js +1 -1
  799. package/lib/clients/mp/tngd/datePicker.js +1 -1
  800. package/lib/clients/mp/tngd/disconnectBLEDevice.js +1 -1
  801. package/lib/clients/mp/tngd/downloadFile.js +1 -1
  802. package/lib/clients/mp/tngd/getAppIdSync.js +1 -1
  803. package/lib/clients/mp/tngd/getAuthCode.js +1 -1
  804. package/lib/clients/mp/tngd/getBLEDeviceCharacteristics.js +1 -1
  805. package/lib/clients/mp/tngd/getBLEDeviceServices.js +1 -1
  806. package/lib/clients/mp/tngd/getBatteryInfo.js +1 -1
  807. package/lib/clients/mp/tngd/getBluetoothAdapterState.js +1 -1
  808. package/lib/clients/mp/tngd/getBluetoothDevices.js +1 -1
  809. package/lib/clients/mp/tngd/getClipboard.js +1 -1
  810. package/lib/clients/mp/tngd/getConnectedBluetoothDevices.js +1 -1
  811. package/lib/clients/mp/tngd/getFileInfo.js +1 -1
  812. package/lib/clients/mp/tngd/getImageInfo.js +1 -1
  813. package/lib/clients/mp/tngd/getLocation.js +1 -1
  814. package/lib/clients/mp/tngd/getNetworkType.js +1 -1
  815. package/lib/clients/mp/tngd/getOpenUserInfo.js +1 -1
  816. package/lib/clients/mp/tngd/getSavedFileInfo.js +1 -1
  817. package/lib/clients/mp/tngd/getSavedFileList.js +1 -1
  818. package/lib/clients/mp/tngd/getScreenBrightness.js +1 -1
  819. package/lib/clients/mp/tngd/getServerTime.js +1 -1
  820. package/lib/clients/mp/tngd/getSetting.js +1 -1
  821. package/lib/clients/mp/tngd/getSiteInfo.js +1 -1
  822. package/lib/clients/mp/tngd/getStorage.js +1 -1
  823. package/lib/clients/mp/tngd/getStorageSync.js +1 -1
  824. package/lib/clients/mp/tngd/getSystemInfo.js +1 -1
  825. package/lib/clients/mp/tngd/getSystemInfoSync.d.ts +2 -0
  826. package/lib/clients/mp/tngd/getSystemInfoSync.js +3 -0
  827. package/lib/clients/mp/tngd/hideBackHome.js +1 -1
  828. package/lib/clients/mp/tngd/hideKeyboard.js +1 -1
  829. package/lib/clients/mp/tngd/hideLoading.js +1 -1
  830. package/lib/clients/mp/tngd/hideNavigationBarLoading.js +1 -1
  831. package/lib/clients/mp/tngd/hideTabBar.js +1 -1
  832. package/lib/clients/mp/tngd/hideToast.js +1 -1
  833. package/lib/clients/mp/tngd/index.d.ts +7 -2
  834. package/lib/clients/mp/tngd/index.js +124 -122
  835. package/lib/clients/mp/tngd/makePhoneCall.js +1 -1
  836. package/lib/clients/mp/tngd/multiLevelSelect.js +1 -1
  837. package/lib/clients/mp/tngd/navigateBack.js +1 -1
  838. package/lib/clients/mp/tngd/navigateBackMiniProgram.js +1 -1
  839. package/lib/clients/mp/tngd/navigateTo.js +1 -1
  840. package/lib/clients/mp/tngd/navigateToMiniProgram.js +1 -1
  841. package/lib/clients/mp/tngd/notifyBLECharacteristicValueChange.js +1 -1
  842. package/lib/clients/mp/tngd/offAccelerometerChange.js +1 -1
  843. package/lib/clients/mp/tngd/offBLECharacteristicValueChange.js +1 -1
  844. package/lib/clients/mp/tngd/offBLEConnectionStateChanged.js +1 -1
  845. package/lib/clients/mp/tngd/offBluetoothAdapterStateChange.js +1 -1
  846. package/lib/clients/mp/tngd/offBluetoothDeviceFound.js +1 -1
  847. package/lib/clients/mp/tngd/offCompassChange.js +1 -1
  848. package/lib/clients/mp/tngd/offMemoryWarning.js +1 -1
  849. package/lib/clients/mp/tngd/offSocketClose.js +1 -1
  850. package/lib/clients/mp/tngd/offSocketError.js +1 -1
  851. package/lib/clients/mp/tngd/offSocketMessage.js +1 -1
  852. package/lib/clients/mp/tngd/offSocketOpen.js +1 -1
  853. package/lib/clients/mp/tngd/offUserCaptureScreen.js +1 -1
  854. package/lib/clients/mp/tngd/onAccelerometerChange.js +1 -1
  855. package/lib/clients/mp/tngd/onBLECharacteristicValueChange.js +1 -1
  856. package/lib/clients/mp/tngd/onBLEConnectionStateChanged.js +1 -1
  857. package/lib/clients/mp/tngd/onBluetoothAdapterStateChange.js +1 -1
  858. package/lib/clients/mp/tngd/onBluetoothDeviceFound.js +1 -1
  859. package/lib/clients/mp/tngd/onCompassChange.js +1 -1
  860. package/lib/clients/mp/tngd/onMemoryWarning.js +1 -1
  861. package/lib/clients/mp/tngd/onSocketClose.js +1 -1
  862. package/lib/clients/mp/tngd/onSocketError.js +1 -1
  863. package/lib/clients/mp/tngd/onSocketMessage.js +1 -1
  864. package/lib/clients/mp/tngd/onSocketOpen.js +1 -1
  865. package/lib/clients/mp/tngd/onUserCaptureScreen.js +1 -1
  866. package/lib/clients/mp/tngd/openBluetoothAdapter.js +1 -1
  867. package/lib/clients/mp/tngd/openDocument.js +1 -1
  868. package/lib/clients/mp/tngd/openSetting.js +1 -1
  869. package/lib/clients/mp/tngd/pageScrollTo.js +1 -1
  870. package/lib/clients/mp/tngd/previewImage.js +1 -1
  871. package/lib/clients/mp/tngd/prompt.js +1 -1
  872. package/lib/clients/mp/tngd/reLaunch.js +1 -1
  873. package/lib/clients/mp/tngd/readBLECharacteristicValue.js +1 -1
  874. package/lib/clients/mp/tngd/redirectTo.js +1 -1
  875. package/lib/clients/mp/tngd/removeSavedFile.js +1 -1
  876. package/lib/clients/mp/tngd/removeStorage.js +1 -1
  877. package/lib/clients/mp/tngd/removeStorageSync.js +1 -1
  878. package/lib/clients/mp/tngd/request.js +1 -1
  879. package/lib/clients/mp/tngd/saveFile.js +1 -1
  880. package/lib/clients/mp/tngd/saveImage.js +1 -1
  881. package/lib/clients/mp/tngd/scan.js +1 -1
  882. package/lib/clients/mp/tngd/sendSocketMessage.js +1 -1
  883. package/lib/clients/mp/tngd/setBackgroundColor.js +1 -1
  884. package/lib/clients/mp/tngd/setCanPullDown.js +1 -1
  885. package/lib/clients/mp/tngd/setClipboard.js +1 -1
  886. package/lib/clients/mp/tngd/setKeepScreenOn.js +1 -1
  887. package/lib/clients/mp/tngd/setNavigationBar.js +1 -1
  888. package/lib/clients/mp/tngd/setScreenBrightness.js +1 -1
  889. package/lib/clients/mp/tngd/setStorage.js +1 -1
  890. package/lib/clients/mp/tngd/setStorageSync.js +1 -1
  891. package/lib/clients/mp/tngd/setTabBarStyle.js +1 -1
  892. package/lib/clients/mp/tngd/showActionSheet.js +1 -1
  893. package/lib/clients/mp/tngd/showAuthGuide.js +1 -1
  894. package/lib/clients/mp/tngd/showLoading.js +1 -1
  895. package/lib/clients/mp/tngd/showNavigationBarLoading.js +1 -1
  896. package/lib/clients/mp/tngd/showSharePanel.js +1 -1
  897. package/lib/clients/mp/tngd/showToast.js +1 -1
  898. package/lib/clients/mp/tngd/signContract.js +1 -1
  899. package/lib/clients/mp/tngd/startBluetoothDevicesDiscovery.js +1 -1
  900. package/lib/clients/mp/tngd/startPullDownRefresh.js +1 -1
  901. package/lib/clients/mp/tngd/stopBluetoothDevicesDiscovery.js +1 -1
  902. package/lib/clients/mp/tngd/stopPullDownRefresh.js +1 -1
  903. package/lib/clients/mp/tngd/switchTab.js +1 -1
  904. package/lib/clients/mp/tngd/tradePay.js +1 -1
  905. package/lib/clients/mp/tngd/uploadFile.js +1 -1
  906. package/lib/clients/mp/tngd/vibrate.js +1 -1
  907. package/lib/clients/mp/tngd/watchShake.js +1 -1
  908. package/lib/clients/mp/tngd/writeBLECharacteristicValue.js +1 -1
  909. package/lib/clients/mp/truemoney/addPhoneContact.js +1 -1
  910. package/lib/clients/mp/truemoney/alert.js +1 -1
  911. package/lib/clients/mp/truemoney/canIUse.js +1 -1
  912. package/lib/clients/mp/truemoney/chooseImage.js +1 -1
  913. package/lib/clients/mp/truemoney/choosePhoneContact.js +1 -1
  914. package/lib/clients/mp/truemoney/clearStorage.js +1 -1
  915. package/lib/clients/mp/truemoney/clearStorageSync.js +1 -1
  916. package/lib/clients/mp/truemoney/closeBluetoothAdapter.js +1 -1
  917. package/lib/clients/mp/truemoney/closeSocket.js +1 -1
  918. package/lib/clients/mp/truemoney/confirm.js +1 -1
  919. package/lib/clients/mp/truemoney/connectBLEDevice.js +1 -1
  920. package/lib/clients/mp/truemoney/connectSocket.js +1 -1
  921. package/lib/clients/mp/truemoney/createAnimation.js +1 -1
  922. package/lib/clients/mp/truemoney/createSelectorQuery.js +1 -1
  923. package/lib/clients/mp/truemoney/createWebViewContext.js +1 -1
  924. package/lib/clients/mp/truemoney/datePicker.js +1 -1
  925. package/lib/clients/mp/truemoney/disconnectBLEDevice.js +1 -1
  926. package/lib/clients/mp/truemoney/downloadFile.js +1 -1
  927. package/lib/clients/mp/truemoney/getAppIdSync.js +1 -1
  928. package/lib/clients/mp/truemoney/getAuthCode.js +1 -1
  929. package/lib/clients/mp/truemoney/getBLEDeviceCharacteristics.js +1 -1
  930. package/lib/clients/mp/truemoney/getBLEDeviceServices.js +1 -1
  931. package/lib/clients/mp/truemoney/getBatteryInfo.js +1 -1
  932. package/lib/clients/mp/truemoney/getBluetoothAdapterState.js +1 -1
  933. package/lib/clients/mp/truemoney/getBluetoothDevices.js +1 -1
  934. package/lib/clients/mp/truemoney/getClipboard.js +1 -1
  935. package/lib/clients/mp/truemoney/getConnectedBluetoothDevices.js +1 -1
  936. package/lib/clients/mp/truemoney/getFileInfo.js +1 -1
  937. package/lib/clients/mp/truemoney/getImageInfo.js +1 -1
  938. package/lib/clients/mp/truemoney/getLocation.js +1 -1
  939. package/lib/clients/mp/truemoney/getNetworkType.js +1 -1
  940. package/lib/clients/mp/truemoney/getOpenUserInfo.js +1 -1
  941. package/lib/clients/mp/truemoney/getSavedFileInfo.js +1 -1
  942. package/lib/clients/mp/truemoney/getSavedFileList.js +1 -1
  943. package/lib/clients/mp/truemoney/getScreenBrightness.js +1 -1
  944. package/lib/clients/mp/truemoney/getServerTime.js +1 -1
  945. package/lib/clients/mp/truemoney/getSetting.js +1 -1
  946. package/lib/clients/mp/truemoney/getSiteInfo.js +1 -1
  947. package/lib/clients/mp/truemoney/getStorage.js +1 -1
  948. package/lib/clients/mp/truemoney/getStorageSync.js +1 -1
  949. package/lib/clients/mp/truemoney/getSystemInfo.js +1 -1
  950. package/lib/clients/mp/truemoney/getSystemInfoSync.d.ts +2 -0
  951. package/lib/clients/mp/truemoney/getSystemInfoSync.js +3 -0
  952. package/lib/clients/mp/truemoney/hideBackHome.js +1 -1
  953. package/lib/clients/mp/truemoney/hideKeyboard.js +1 -1
  954. package/lib/clients/mp/truemoney/hideLoading.js +1 -1
  955. package/lib/clients/mp/truemoney/hideNavigationBarLoading.js +1 -1
  956. package/lib/clients/mp/truemoney/hideTabBar.js +1 -1
  957. package/lib/clients/mp/truemoney/hideToast.js +1 -1
  958. package/lib/clients/mp/truemoney/index.d.ts +7 -2
  959. package/lib/clients/mp/truemoney/index.js +124 -122
  960. package/lib/clients/mp/truemoney/makePhoneCall.js +1 -1
  961. package/lib/clients/mp/truemoney/multiLevelSelect.js +1 -1
  962. package/lib/clients/mp/truemoney/navigateBack.js +1 -1
  963. package/lib/clients/mp/truemoney/navigateBackMiniProgram.js +1 -1
  964. package/lib/clients/mp/truemoney/navigateTo.js +1 -1
  965. package/lib/clients/mp/truemoney/navigateToMiniProgram.js +1 -1
  966. package/lib/clients/mp/truemoney/notifyBLECharacteristicValueChange.js +1 -1
  967. package/lib/clients/mp/truemoney/offAccelerometerChange.js +1 -1
  968. package/lib/clients/mp/truemoney/offBLECharacteristicValueChange.js +1 -1
  969. package/lib/clients/mp/truemoney/offBLEConnectionStateChanged.js +1 -1
  970. package/lib/clients/mp/truemoney/offBluetoothAdapterStateChange.js +1 -1
  971. package/lib/clients/mp/truemoney/offBluetoothDeviceFound.js +1 -1
  972. package/lib/clients/mp/truemoney/offCompassChange.js +1 -1
  973. package/lib/clients/mp/truemoney/offMemoryWarning.js +1 -1
  974. package/lib/clients/mp/truemoney/offSocketClose.js +1 -1
  975. package/lib/clients/mp/truemoney/offSocketError.js +1 -1
  976. package/lib/clients/mp/truemoney/offSocketMessage.js +1 -1
  977. package/lib/clients/mp/truemoney/offSocketOpen.js +1 -1
  978. package/lib/clients/mp/truemoney/offUserCaptureScreen.js +1 -1
  979. package/lib/clients/mp/truemoney/onAccelerometerChange.js +1 -1
  980. package/lib/clients/mp/truemoney/onBLECharacteristicValueChange.js +1 -1
  981. package/lib/clients/mp/truemoney/onBLEConnectionStateChanged.js +1 -1
  982. package/lib/clients/mp/truemoney/onBluetoothAdapterStateChange.js +1 -1
  983. package/lib/clients/mp/truemoney/onBluetoothDeviceFound.js +1 -1
  984. package/lib/clients/mp/truemoney/onCompassChange.js +1 -1
  985. package/lib/clients/mp/truemoney/onMemoryWarning.js +1 -1
  986. package/lib/clients/mp/truemoney/onSocketClose.js +1 -1
  987. package/lib/clients/mp/truemoney/onSocketError.js +1 -1
  988. package/lib/clients/mp/truemoney/onSocketMessage.js +1 -1
  989. package/lib/clients/mp/truemoney/onSocketOpen.js +1 -1
  990. package/lib/clients/mp/truemoney/onUserCaptureScreen.js +1 -1
  991. package/lib/clients/mp/truemoney/openBluetoothAdapter.js +1 -1
  992. package/lib/clients/mp/truemoney/openDocument.js +1 -1
  993. package/lib/clients/mp/truemoney/openSetting.js +1 -1
  994. package/lib/clients/mp/truemoney/pageScrollTo.js +1 -1
  995. package/lib/clients/mp/truemoney/previewImage.js +1 -1
  996. package/lib/clients/mp/truemoney/prompt.js +1 -1
  997. package/lib/clients/mp/truemoney/reLaunch.js +1 -1
  998. package/lib/clients/mp/truemoney/readBLECharacteristicValue.js +1 -1
  999. package/lib/clients/mp/truemoney/redirectTo.js +1 -1
  1000. package/lib/clients/mp/truemoney/removeSavedFile.js +1 -1
  1001. package/lib/clients/mp/truemoney/removeStorage.js +1 -1
  1002. package/lib/clients/mp/truemoney/removeStorageSync.js +1 -1
  1003. package/lib/clients/mp/truemoney/request.js +1 -1
  1004. package/lib/clients/mp/truemoney/saveFile.js +1 -1
  1005. package/lib/clients/mp/truemoney/saveImage.js +1 -1
  1006. package/lib/clients/mp/truemoney/scan.js +1 -1
  1007. package/lib/clients/mp/truemoney/sendSocketMessage.js +1 -1
  1008. package/lib/clients/mp/truemoney/setBackgroundColor.js +1 -1
  1009. package/lib/clients/mp/truemoney/setCanPullDown.js +1 -1
  1010. package/lib/clients/mp/truemoney/setClipboard.js +1 -1
  1011. package/lib/clients/mp/truemoney/setKeepScreenOn.js +1 -1
  1012. package/lib/clients/mp/truemoney/setNavigationBar.js +1 -1
  1013. package/lib/clients/mp/truemoney/setScreenBrightness.js +1 -1
  1014. package/lib/clients/mp/truemoney/setStorage.js +1 -1
  1015. package/lib/clients/mp/truemoney/setStorageSync.js +1 -1
  1016. package/lib/clients/mp/truemoney/setTabBarStyle.js +1 -1
  1017. package/lib/clients/mp/truemoney/showActionSheet.js +1 -1
  1018. package/lib/clients/mp/truemoney/showAuthGuide.js +1 -1
  1019. package/lib/clients/mp/truemoney/showLoading.js +1 -1
  1020. package/lib/clients/mp/truemoney/showNavigationBarLoading.js +1 -1
  1021. package/lib/clients/mp/truemoney/showSharePanel.js +1 -1
  1022. package/lib/clients/mp/truemoney/showToast.js +1 -1
  1023. package/lib/clients/mp/truemoney/signContract.js +1 -1
  1024. package/lib/clients/mp/truemoney/startBluetoothDevicesDiscovery.js +1 -1
  1025. package/lib/clients/mp/truemoney/startPullDownRefresh.js +1 -1
  1026. package/lib/clients/mp/truemoney/stopBluetoothDevicesDiscovery.js +1 -1
  1027. package/lib/clients/mp/truemoney/stopPullDownRefresh.js +1 -1
  1028. package/lib/clients/mp/truemoney/switchTab.js +1 -1
  1029. package/lib/clients/mp/truemoney/tradePay.js +1 -1
  1030. package/lib/clients/mp/truemoney/uploadFile.js +1 -1
  1031. package/lib/clients/mp/truemoney/vibrate.js +1 -1
  1032. package/lib/clients/mp/truemoney/watchShake.js +1 -1
  1033. package/lib/clients/mp/truemoney/writeBLECharacteristicValue.js +1 -1
  1034. package/lib/clients/mp/wechat/index.js +1 -1
  1035. package/lib/clients/mp/wechat/showToast.d.ts +2 -2
  1036. package/lib/clients/mp/wechat/showToast.js +3 -29
  1037. package/lib/clients/mp_web/alipay/addPhoneContact.js +1 -1
  1038. package/lib/clients/mp_web/alipay/alert.js +1 -1
  1039. package/lib/clients/mp_web/alipay/chooseImage.js +1 -1
  1040. package/lib/clients/mp_web/alipay/choosePhoneContact.js +1 -1
  1041. package/lib/clients/mp_web/alipay/clearStorage.js +1 -1
  1042. package/lib/clients/mp_web/alipay/closeBluetoothAdapter.js +1 -1
  1043. package/lib/clients/mp_web/alipay/closeSocket.js +1 -1
  1044. package/lib/clients/mp_web/alipay/confirm.js +1 -1
  1045. package/lib/clients/mp_web/alipay/connectBLEDevice.js +1 -1
  1046. package/lib/clients/mp_web/alipay/connectSocket.js +1 -1
  1047. package/lib/clients/mp_web/alipay/crossPay.js +1 -1
  1048. package/lib/clients/mp_web/alipay/datePicker.js +1 -1
  1049. package/lib/clients/mp_web/alipay/disconnectBLEDevice.js +1 -1
  1050. package/lib/clients/mp_web/alipay/downloadFile.js +1 -1
  1051. package/lib/clients/mp_web/alipay/getAppId.d.ts +2 -0
  1052. package/lib/clients/mp_web/alipay/getAppId.js +3 -0
  1053. package/lib/clients/mp_web/alipay/getAuthCode.js +1 -1
  1054. package/lib/clients/mp_web/alipay/getBLEDeviceCharacteristics.js +1 -1
  1055. package/lib/clients/mp_web/alipay/getBLEDeviceServices.js +1 -1
  1056. package/lib/clients/mp_web/alipay/getBatteryInfo.js +1 -1
  1057. package/lib/clients/mp_web/alipay/getBluetoothAdapterState.js +1 -1
  1058. package/lib/clients/mp_web/alipay/getBluetoothDevices.js +1 -1
  1059. package/lib/clients/mp_web/alipay/getClipboard.js +1 -1
  1060. package/lib/clients/mp_web/alipay/getConnectedBluetoothDevices.js +1 -1
  1061. package/lib/clients/mp_web/alipay/getCurrentLanguage.d.ts +2 -0
  1062. package/lib/clients/mp_web/alipay/getCurrentLanguage.js +3 -0
  1063. package/lib/clients/mp_web/alipay/getCurrentPages.d.ts +2 -0
  1064. package/lib/clients/mp_web/alipay/getCurrentPages.js +3 -0
  1065. package/lib/clients/mp_web/alipay/getFileInfo.js +1 -1
  1066. package/lib/clients/mp_web/alipay/getImageInfo.js +1 -1
  1067. package/lib/clients/mp_web/alipay/getLocation.js +1 -1
  1068. package/lib/clients/mp_web/alipay/getNetworkType.js +1 -1
  1069. package/lib/clients/mp_web/alipay/getOpenUserInfo.js +1 -1
  1070. package/lib/clients/mp_web/alipay/getPhoneNumber.js +1 -1
  1071. package/lib/clients/mp_web/alipay/getSDKVersion.d.ts +2 -0
  1072. package/lib/clients/mp_web/alipay/getSDKVersion.js +3 -0
  1073. package/lib/clients/mp_web/alipay/getSavedFileInfo.js +1 -1
  1074. package/lib/clients/mp_web/alipay/getSavedFileList.js +1 -1
  1075. package/lib/clients/mp_web/alipay/getScreenBrightness.js +1 -1
  1076. package/lib/clients/mp_web/alipay/getServerTime.js +1 -1
  1077. package/lib/clients/mp_web/alipay/getSetting.js +1 -1
  1078. package/lib/clients/mp_web/alipay/getSiteInfo.js +1 -1
  1079. package/lib/clients/mp_web/alipay/getStorage.js +1 -1
  1080. package/lib/clients/mp_web/alipay/getSystemInfo.js +1 -1
  1081. package/lib/clients/mp_web/alipay/hideBackHome.js +1 -1
  1082. package/lib/clients/mp_web/alipay/hideKeyboard.js +1 -1
  1083. package/lib/clients/mp_web/alipay/hideLoading.js +1 -1
  1084. package/lib/clients/mp_web/alipay/hideNavigationBarLoading.js +1 -1
  1085. package/lib/clients/mp_web/alipay/hideTabBar.js +1 -1
  1086. package/lib/clients/mp_web/alipay/hideToast.js +1 -1
  1087. package/lib/clients/mp_web/alipay/index.d.ts +19 -3
  1088. package/lib/clients/mp_web/alipay/index.js +126 -118
  1089. package/lib/clients/mp_web/alipay/makePhoneCall.js +1 -1
  1090. package/lib/clients/mp_web/alipay/multiLevelSelect.js +1 -1
  1091. package/lib/clients/mp_web/alipay/navigateBack.js +1 -1
  1092. package/lib/clients/mp_web/alipay/navigateBackMiniProgram.js +1 -1
  1093. package/lib/clients/mp_web/alipay/navigateTo.js +1 -1
  1094. package/lib/clients/mp_web/alipay/navigateToMiniProgram.js +1 -1
  1095. package/lib/clients/mp_web/alipay/notifyBLECharacteristicValueChange.js +1 -1
  1096. package/lib/clients/mp_web/alipay/offAccelerometerChange.js +1 -1
  1097. package/lib/clients/mp_web/alipay/offBLECharacteristicValueChange.js +1 -1
  1098. package/lib/clients/mp_web/alipay/offBLEConnectionStateChanged.js +1 -1
  1099. package/lib/clients/mp_web/alipay/offBluetoothAdapterStateChange.js +1 -1
  1100. package/lib/clients/mp_web/alipay/offBluetoothDeviceFound.js +1 -1
  1101. package/lib/clients/mp_web/alipay/offCompassChange.js +1 -1
  1102. package/lib/clients/mp_web/alipay/offMemoryWarning.js +1 -1
  1103. package/lib/clients/mp_web/alipay/offSocketClose.js +1 -1
  1104. package/lib/clients/mp_web/alipay/offSocketError.js +1 -1
  1105. package/lib/clients/mp_web/alipay/offSocketMessage.js +1 -1
  1106. package/lib/clients/mp_web/alipay/offSocketOpen.js +1 -1
  1107. package/lib/clients/mp_web/alipay/offUserCaptureScreen.js +1 -1
  1108. package/lib/clients/mp_web/alipay/onAccelerometerChange.js +1 -1
  1109. package/lib/clients/mp_web/alipay/onBLECharacteristicValueChange.js +1 -1
  1110. package/lib/clients/mp_web/alipay/onBLEConnectionStateChanged.js +1 -1
  1111. package/lib/clients/mp_web/alipay/onBluetoothAdapterStateChange.js +1 -1
  1112. package/lib/clients/mp_web/alipay/onBluetoothDeviceFound.js +1 -1
  1113. package/lib/clients/mp_web/alipay/onCompassChange.js +1 -1
  1114. package/lib/clients/mp_web/alipay/onMemoryWarning.js +1 -1
  1115. package/lib/clients/mp_web/alipay/onSocketClose.js +1 -1
  1116. package/lib/clients/mp_web/alipay/onSocketError.js +1 -1
  1117. package/lib/clients/mp_web/alipay/onSocketMessage.js +1 -1
  1118. package/lib/clients/mp_web/alipay/onSocketOpen.js +1 -1
  1119. package/lib/clients/mp_web/alipay/onUserCaptureScreen.js +1 -1
  1120. package/lib/clients/mp_web/alipay/openBluetoothAdapter.js +1 -1
  1121. package/lib/clients/mp_web/alipay/openDocument.js +1 -1
  1122. package/lib/clients/mp_web/alipay/openSetting.js +1 -1
  1123. package/lib/clients/mp_web/alipay/pageScrollTo.js +1 -1
  1124. package/lib/clients/mp_web/alipay/previewImage.js +1 -1
  1125. package/lib/clients/mp_web/alipay/prompt.js +1 -1
  1126. package/lib/clients/mp_web/alipay/reLaunch.js +1 -1
  1127. package/lib/clients/mp_web/alipay/readBLECharacteristicValue.js +1 -1
  1128. package/lib/clients/mp_web/alipay/redirectTo.js +1 -1
  1129. package/lib/clients/mp_web/alipay/removeSavedFile.js +1 -1
  1130. package/lib/clients/mp_web/alipay/removeStorage.js +1 -1
  1131. package/lib/clients/mp_web/alipay/request.js +1 -1
  1132. package/lib/clients/mp_web/alipay/rpc.js +1 -1
  1133. package/lib/clients/mp_web/alipay/saveFile.js +1 -1
  1134. package/lib/clients/mp_web/alipay/saveImage.js +1 -1
  1135. package/lib/clients/mp_web/alipay/scan.js +1 -1
  1136. package/lib/clients/mp_web/alipay/sendSocketMessage.js +1 -1
  1137. package/lib/clients/mp_web/alipay/setBackgroundColor.js +1 -1
  1138. package/lib/clients/mp_web/alipay/setCanPullDown.js +1 -1
  1139. package/lib/clients/mp_web/alipay/setClipboard.js +1 -1
  1140. package/lib/clients/mp_web/alipay/setKeepScreenOn.js +1 -1
  1141. package/lib/clients/mp_web/alipay/setNavigationBar.js +1 -1
  1142. package/lib/clients/mp_web/alipay/setOptionMenu.js +1 -1
  1143. package/lib/clients/mp_web/alipay/setScreenBrightness.js +1 -1
  1144. package/lib/clients/mp_web/alipay/setStorage.js +1 -1
  1145. package/lib/clients/mp_web/alipay/setTabBarStyle.js +1 -1
  1146. package/lib/clients/mp_web/alipay/showActionSheet.js +1 -1
  1147. package/lib/clients/mp_web/alipay/showAuthGuide.js +1 -1
  1148. package/lib/clients/mp_web/alipay/showLoading.js +1 -1
  1149. package/lib/clients/mp_web/alipay/showNavigationBarLoading.js +1 -1
  1150. package/lib/clients/mp_web/alipay/showSharePanel.js +1 -1
  1151. package/lib/clients/mp_web/alipay/showToast.js +1 -1
  1152. package/lib/clients/mp_web/alipay/signContract.js +1 -1
  1153. package/lib/clients/mp_web/alipay/startBluetoothDevicesDiscovery.js +1 -1
  1154. package/lib/clients/mp_web/alipay/startPullDownRefresh.js +1 -1
  1155. package/lib/clients/mp_web/alipay/stopBluetoothDevicesDiscovery.js +1 -1
  1156. package/lib/clients/mp_web/alipay/stopPullDownRefresh.js +1 -1
  1157. package/lib/clients/mp_web/alipay/switchTab.js +1 -1
  1158. package/lib/clients/mp_web/alipay/tradePay.d.ts +2 -3
  1159. package/lib/clients/mp_web/alipay/tradePay.js +3 -20
  1160. package/lib/clients/mp_web/alipay/uploadFile.js +1 -1
  1161. package/lib/clients/mp_web/alipay/vibrate.js +1 -1
  1162. package/lib/clients/mp_web/alipay/watchShake.js +1 -1
  1163. package/lib/clients/mp_web/alipay/writeBLECharacteristicValue.js +1 -1
  1164. package/lib/clients/mp_web/alipayhk/addPhoneContact.js +1 -1
  1165. package/lib/clients/mp_web/alipayhk/alert.js +1 -1
  1166. package/lib/clients/mp_web/alipayhk/chooseImage.js +1 -1
  1167. package/lib/clients/mp_web/alipayhk/choosePhoneContact.js +1 -1
  1168. package/lib/clients/mp_web/alipayhk/clearStorage.js +1 -1
  1169. package/lib/clients/mp_web/alipayhk/closeBluetoothAdapter.js +1 -1
  1170. package/lib/clients/mp_web/alipayhk/closeSocket.js +1 -1
  1171. package/lib/clients/mp_web/alipayhk/confirm.js +1 -1
  1172. package/lib/clients/mp_web/alipayhk/connectBLEDevice.js +1 -1
  1173. package/lib/clients/mp_web/alipayhk/connectSocket.js +1 -1
  1174. package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +2 -0
  1175. package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.js +3 -0
  1176. package/lib/clients/mp_web/alipayhk/datePicker.js +1 -1
  1177. package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.d.ts +2 -0
  1178. package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.js +3 -0
  1179. package/lib/clients/mp_web/alipayhk/disconnectBLEDevice.js +1 -1
  1180. package/lib/clients/mp_web/alipayhk/downloadFile.js +1 -1
  1181. package/lib/clients/mp_web/alipayhk/getAppId.d.ts +2 -0
  1182. package/lib/clients/mp_web/alipayhk/getAppId.js +3 -0
  1183. package/lib/clients/mp_web/alipayhk/getAuthCode.js +1 -1
  1184. package/lib/clients/mp_web/alipayhk/getBLEDeviceCharacteristics.js +1 -1
  1185. package/lib/clients/mp_web/alipayhk/getBLEDeviceServices.js +1 -1
  1186. package/lib/clients/mp_web/alipayhk/getBatteryInfo.js +1 -1
  1187. package/lib/clients/mp_web/alipayhk/getBluetoothAdapterState.js +1 -1
  1188. package/lib/clients/mp_web/alipayhk/getBluetoothDevices.js +1 -1
  1189. package/lib/clients/mp_web/alipayhk/getClipboard.js +1 -1
  1190. package/lib/clients/mp_web/alipayhk/getConnectedBluetoothDevices.js +1 -1
  1191. package/lib/clients/mp_web/alipayhk/getCurrentLanguage.d.ts +2 -0
  1192. package/lib/clients/mp_web/alipayhk/getCurrentLanguage.js +3 -0
  1193. package/lib/clients/mp_web/alipayhk/getCurrentPages.d.ts +2 -0
  1194. package/lib/clients/mp_web/alipayhk/getCurrentPages.js +3 -0
  1195. package/lib/clients/mp_web/alipayhk/getFileInfo.js +1 -1
  1196. package/lib/clients/mp_web/alipayhk/getImageInfo.js +1 -1
  1197. package/lib/clients/mp_web/alipayhk/getLocation.js +1 -1
  1198. package/lib/clients/mp_web/alipayhk/getNetworkType.js +1 -1
  1199. package/lib/clients/mp_web/alipayhk/getOpenUserInfo.js +1 -1
  1200. package/lib/clients/mp_web/alipayhk/getSDKVersion.d.ts +2 -0
  1201. package/lib/clients/mp_web/alipayhk/getSDKVersion.js +3 -0
  1202. package/lib/clients/mp_web/alipayhk/getSavedFileInfo.js +1 -1
  1203. package/lib/clients/mp_web/alipayhk/getSavedFileList.js +1 -1
  1204. package/lib/clients/mp_web/alipayhk/getScreenBrightness.js +1 -1
  1205. package/lib/clients/mp_web/alipayhk/getServerTime.js +1 -1
  1206. package/lib/clients/mp_web/alipayhk/getSetting.js +1 -1
  1207. package/lib/clients/mp_web/alipayhk/getSiteInfo.js +1 -1
  1208. package/lib/clients/mp_web/alipayhk/getStorage.js +1 -1
  1209. package/lib/clients/mp_web/alipayhk/getSystemInfo.js +1 -1
  1210. package/lib/clients/mp_web/alipayhk/hideBackHome.js +1 -1
  1211. package/lib/clients/mp_web/alipayhk/hideKeyboard.js +1 -1
  1212. package/lib/clients/mp_web/alipayhk/hideLoading.js +1 -1
  1213. package/lib/clients/mp_web/alipayhk/hideNavigationBarLoading.js +1 -1
  1214. package/lib/clients/mp_web/alipayhk/hideTabBar.js +1 -1
  1215. package/lib/clients/mp_web/alipayhk/hideToast.js +1 -1
  1216. package/lib/clients/mp_web/alipayhk/index.d.ts +33 -2
  1217. package/lib/clients/mp_web/alipayhk/index.js +128 -114
  1218. package/lib/clients/mp_web/alipayhk/makePhoneCall.js +1 -1
  1219. package/lib/clients/mp_web/alipayhk/multiLevelSelect.js +1 -1
  1220. package/lib/clients/mp_web/alipayhk/navigateBack.js +1 -1
  1221. package/lib/clients/mp_web/alipayhk/navigateBackMiniProgram.js +1 -1
  1222. package/lib/clients/mp_web/alipayhk/navigateTo.js +1 -1
  1223. package/lib/clients/mp_web/alipayhk/navigateToMiniProgram.js +1 -1
  1224. package/lib/clients/mp_web/alipayhk/notifyBLECharacteristicValueChange.js +1 -1
  1225. package/lib/clients/mp_web/alipayhk/offAccelerometerChange.js +1 -1
  1226. package/lib/clients/mp_web/alipayhk/offBLECharacteristicValueChange.js +1 -1
  1227. package/lib/clients/mp_web/alipayhk/offBLEConnectionStateChanged.js +1 -1
  1228. package/lib/clients/mp_web/alipayhk/offBluetoothAdapterStateChange.js +1 -1
  1229. package/lib/clients/mp_web/alipayhk/offBluetoothDeviceFound.js +1 -1
  1230. package/lib/clients/mp_web/alipayhk/offCompassChange.js +1 -1
  1231. package/lib/clients/mp_web/alipayhk/offMemoryWarning.js +1 -1
  1232. package/lib/clients/mp_web/alipayhk/offSocketClose.js +1 -1
  1233. package/lib/clients/mp_web/alipayhk/offSocketError.js +1 -1
  1234. package/lib/clients/mp_web/alipayhk/offSocketMessage.js +1 -1
  1235. package/lib/clients/mp_web/alipayhk/offSocketOpen.js +1 -1
  1236. package/lib/clients/mp_web/alipayhk/offUserCaptureScreen.js +1 -1
  1237. package/lib/clients/mp_web/alipayhk/onAccelerometerChange.js +1 -1
  1238. package/lib/clients/mp_web/alipayhk/onBLECharacteristicValueChange.js +1 -1
  1239. package/lib/clients/mp_web/alipayhk/onBLEConnectionStateChanged.js +1 -1
  1240. package/lib/clients/mp_web/alipayhk/onBluetoothAdapterStateChange.js +1 -1
  1241. package/lib/clients/mp_web/alipayhk/onBluetoothDeviceFound.js +1 -1
  1242. package/lib/clients/mp_web/alipayhk/onCompassChange.js +1 -1
  1243. package/lib/clients/mp_web/alipayhk/onMemoryWarning.js +1 -1
  1244. package/lib/clients/mp_web/alipayhk/onSocketClose.js +1 -1
  1245. package/lib/clients/mp_web/alipayhk/onSocketError.js +1 -1
  1246. package/lib/clients/mp_web/alipayhk/onSocketMessage.js +1 -1
  1247. package/lib/clients/mp_web/alipayhk/onSocketOpen.js +1 -1
  1248. package/lib/clients/mp_web/alipayhk/onUserCaptureScreen.js +1 -1
  1249. package/lib/clients/mp_web/alipayhk/openBluetoothAdapter.js +1 -1
  1250. package/lib/clients/mp_web/alipayhk/openDocument.js +1 -1
  1251. package/lib/clients/mp_web/alipayhk/openSetting.js +1 -1
  1252. package/lib/clients/mp_web/alipayhk/openURL.d.ts +2 -0
  1253. package/lib/clients/mp_web/alipayhk/openURL.js +3 -0
  1254. package/lib/clients/mp_web/alipayhk/pageScrollTo.js +1 -1
  1255. package/lib/clients/mp_web/alipayhk/previewImage.js +1 -1
  1256. package/lib/clients/mp_web/alipayhk/prompt.js +1 -1
  1257. package/lib/clients/mp_web/alipayhk/reLaunch.js +1 -1
  1258. package/lib/clients/mp_web/alipayhk/readBLECharacteristicValue.js +1 -1
  1259. package/lib/clients/mp_web/alipayhk/redirectTo.js +1 -1
  1260. package/lib/clients/mp_web/alipayhk/removeSavedFile.js +1 -1
  1261. package/lib/clients/mp_web/alipayhk/removeStorage.js +1 -1
  1262. package/lib/clients/mp_web/alipayhk/request.js +1 -1
  1263. package/lib/clients/mp_web/alipayhk/saveFile.js +1 -1
  1264. package/lib/clients/mp_web/alipayhk/saveImage.js +1 -1
  1265. package/lib/clients/mp_web/alipayhk/scan.js +1 -1
  1266. package/lib/clients/mp_web/alipayhk/sendSocketMessage.js +1 -1
  1267. package/lib/clients/mp_web/alipayhk/setBackgroundColor.js +1 -1
  1268. package/lib/clients/mp_web/alipayhk/setCanPullDown.js +1 -1
  1269. package/lib/clients/mp_web/alipayhk/setClipboard.js +1 -1
  1270. package/lib/clients/mp_web/alipayhk/setKeepScreenOn.js +1 -1
  1271. package/lib/clients/mp_web/alipayhk/setNavigationBar.js +1 -1
  1272. package/lib/clients/mp_web/alipayhk/setScreenBrightness.js +1 -1
  1273. package/lib/clients/mp_web/alipayhk/setStorage.js +1 -1
  1274. package/lib/clients/mp_web/alipayhk/setTabBarStyle.js +1 -1
  1275. package/lib/clients/mp_web/alipayhk/showActionSheet.js +1 -1
  1276. package/lib/clients/mp_web/alipayhk/showAuthGuide.js +1 -1
  1277. package/lib/clients/mp_web/alipayhk/showLoading.js +1 -1
  1278. package/lib/clients/mp_web/alipayhk/showNavigationBarLoading.js +1 -1
  1279. package/lib/clients/mp_web/alipayhk/showSharePanel.js +1 -1
  1280. package/lib/clients/mp_web/alipayhk/showToast.js +1 -1
  1281. package/lib/clients/mp_web/alipayhk/signContract.js +1 -1
  1282. package/lib/clients/mp_web/alipayhk/startBluetoothDevicesDiscovery.js +1 -1
  1283. package/lib/clients/mp_web/alipayhk/startPullDownRefresh.js +1 -1
  1284. package/lib/clients/mp_web/alipayhk/stopBluetoothDevicesDiscovery.js +1 -1
  1285. package/lib/clients/mp_web/alipayhk/stopPullDownRefresh.js +1 -1
  1286. package/lib/clients/mp_web/alipayhk/switchTab.js +1 -1
  1287. package/lib/clients/mp_web/alipayhk/tradePay.js +1 -1
  1288. package/lib/clients/mp_web/alipayhk/uploadFile.js +1 -1
  1289. package/lib/clients/mp_web/alipayhk/vibrate.js +1 -1
  1290. package/lib/clients/mp_web/alipayhk/watchShake.js +1 -1
  1291. package/lib/clients/mp_web/alipayhk/writeBLECharacteristicValue.js +1 -1
  1292. package/lib/clients/mp_web/chope/addPhoneContact.js +1 -1
  1293. package/lib/clients/mp_web/chope/alert.js +1 -1
  1294. package/lib/clients/mp_web/chope/chooseImage.js +1 -1
  1295. package/lib/clients/mp_web/chope/choosePhoneContact.js +1 -1
  1296. package/lib/clients/mp_web/chope/clearStorage.js +1 -1
  1297. package/lib/clients/mp_web/chope/closeBluetoothAdapter.js +1 -1
  1298. package/lib/clients/mp_web/chope/closeSocket.js +1 -1
  1299. package/lib/clients/mp_web/chope/confirm.js +1 -1
  1300. package/lib/clients/mp_web/chope/connectBLEDevice.js +1 -1
  1301. package/lib/clients/mp_web/chope/connectSocket.js +1 -1
  1302. package/lib/clients/mp_web/chope/datePicker.js +1 -1
  1303. package/lib/clients/mp_web/chope/disconnectBLEDevice.js +1 -1
  1304. package/lib/clients/mp_web/chope/downloadFile.js +1 -1
  1305. package/lib/clients/mp_web/chope/getAppId.d.ts +2 -0
  1306. package/lib/clients/mp_web/chope/getAppId.js +3 -0
  1307. package/lib/clients/mp_web/chope/getAuthCode.js +1 -1
  1308. package/lib/clients/mp_web/chope/getBLEDeviceCharacteristics.js +1 -1
  1309. package/lib/clients/mp_web/chope/getBLEDeviceServices.js +1 -1
  1310. package/lib/clients/mp_web/chope/getBatteryInfo.js +1 -1
  1311. package/lib/clients/mp_web/chope/getBluetoothAdapterState.js +1 -1
  1312. package/lib/clients/mp_web/chope/getBluetoothDevices.js +1 -1
  1313. package/lib/clients/mp_web/chope/getClipboard.js +1 -1
  1314. package/lib/clients/mp_web/chope/getConnectedBluetoothDevices.js +1 -1
  1315. package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +2 -0
  1316. package/lib/clients/mp_web/chope/getCurrentLanguage.js +3 -0
  1317. package/lib/clients/mp_web/chope/getCurrentPages.d.ts +2 -0
  1318. package/lib/clients/mp_web/chope/getCurrentPages.js +3 -0
  1319. package/lib/clients/mp_web/chope/getFileInfo.js +1 -1
  1320. package/lib/clients/mp_web/chope/getImageInfo.js +1 -1
  1321. package/lib/clients/mp_web/chope/getLocation.js +1 -1
  1322. package/lib/clients/mp_web/chope/getNetworkType.js +1 -1
  1323. package/lib/clients/mp_web/chope/getOpenUserInfo.js +1 -1
  1324. package/lib/clients/mp_web/chope/getSDKVersion.d.ts +2 -0
  1325. package/lib/clients/mp_web/chope/getSDKVersion.js +3 -0
  1326. package/lib/clients/mp_web/chope/getSavedFileInfo.js +1 -1
  1327. package/lib/clients/mp_web/chope/getSavedFileList.js +1 -1
  1328. package/lib/clients/mp_web/chope/getScreenBrightness.js +1 -1
  1329. package/lib/clients/mp_web/chope/getServerTime.js +1 -1
  1330. package/lib/clients/mp_web/chope/getSetting.js +1 -1
  1331. package/lib/clients/mp_web/chope/getSiteInfo.js +1 -1
  1332. package/lib/clients/mp_web/chope/getStorage.js +1 -1
  1333. package/lib/clients/mp_web/chope/getSystemInfo.js +1 -1
  1334. package/lib/clients/mp_web/chope/hideBackHome.js +1 -1
  1335. package/lib/clients/mp_web/chope/hideKeyboard.js +1 -1
  1336. package/lib/clients/mp_web/chope/hideLoading.js +1 -1
  1337. package/lib/clients/mp_web/chope/hideNavigationBarLoading.js +1 -1
  1338. package/lib/clients/mp_web/chope/hideTabBar.js +1 -1
  1339. package/lib/clients/mp_web/chope/hideToast.js +1 -1
  1340. package/lib/clients/mp_web/chope/index.d.ts +15 -2
  1341. package/lib/clients/mp_web/chope/index.js +122 -114
  1342. package/lib/clients/mp_web/chope/makePhoneCall.js +1 -1
  1343. package/lib/clients/mp_web/chope/multiLevelSelect.js +1 -1
  1344. package/lib/clients/mp_web/chope/navigateBack.js +1 -1
  1345. package/lib/clients/mp_web/chope/navigateBackMiniProgram.js +1 -1
  1346. package/lib/clients/mp_web/chope/navigateTo.js +1 -1
  1347. package/lib/clients/mp_web/chope/navigateToMiniProgram.js +1 -1
  1348. package/lib/clients/mp_web/chope/notifyBLECharacteristicValueChange.js +1 -1
  1349. package/lib/clients/mp_web/chope/offAccelerometerChange.js +1 -1
  1350. package/lib/clients/mp_web/chope/offBLECharacteristicValueChange.js +1 -1
  1351. package/lib/clients/mp_web/chope/offBLEConnectionStateChanged.js +1 -1
  1352. package/lib/clients/mp_web/chope/offBluetoothAdapterStateChange.js +1 -1
  1353. package/lib/clients/mp_web/chope/offBluetoothDeviceFound.js +1 -1
  1354. package/lib/clients/mp_web/chope/offCompassChange.js +1 -1
  1355. package/lib/clients/mp_web/chope/offMemoryWarning.js +1 -1
  1356. package/lib/clients/mp_web/chope/offSocketClose.js +1 -1
  1357. package/lib/clients/mp_web/chope/offSocketError.js +1 -1
  1358. package/lib/clients/mp_web/chope/offSocketMessage.js +1 -1
  1359. package/lib/clients/mp_web/chope/offSocketOpen.js +1 -1
  1360. package/lib/clients/mp_web/chope/offUserCaptureScreen.js +1 -1
  1361. package/lib/clients/mp_web/chope/onAccelerometerChange.js +1 -1
  1362. package/lib/clients/mp_web/chope/onBLECharacteristicValueChange.js +1 -1
  1363. package/lib/clients/mp_web/chope/onBLEConnectionStateChanged.js +1 -1
  1364. package/lib/clients/mp_web/chope/onBluetoothAdapterStateChange.js +1 -1
  1365. package/lib/clients/mp_web/chope/onBluetoothDeviceFound.js +1 -1
  1366. package/lib/clients/mp_web/chope/onCompassChange.js +1 -1
  1367. package/lib/clients/mp_web/chope/onMemoryWarning.js +1 -1
  1368. package/lib/clients/mp_web/chope/onSocketClose.js +1 -1
  1369. package/lib/clients/mp_web/chope/onSocketError.js +1 -1
  1370. package/lib/clients/mp_web/chope/onSocketMessage.js +1 -1
  1371. package/lib/clients/mp_web/chope/onSocketOpen.js +1 -1
  1372. package/lib/clients/mp_web/chope/onUserCaptureScreen.js +1 -1
  1373. package/lib/clients/mp_web/chope/openBluetoothAdapter.js +1 -1
  1374. package/lib/clients/mp_web/chope/openDocument.js +1 -1
  1375. package/lib/clients/mp_web/chope/openSetting.js +1 -1
  1376. package/lib/clients/mp_web/chope/pageScrollTo.js +1 -1
  1377. package/lib/clients/mp_web/chope/previewImage.js +1 -1
  1378. package/lib/clients/mp_web/chope/prompt.js +1 -1
  1379. package/lib/clients/mp_web/chope/reLaunch.js +1 -1
  1380. package/lib/clients/mp_web/chope/readBLECharacteristicValue.js +1 -1
  1381. package/lib/clients/mp_web/chope/redirectTo.js +1 -1
  1382. package/lib/clients/mp_web/chope/removeSavedFile.js +1 -1
  1383. package/lib/clients/mp_web/chope/removeStorage.js +1 -1
  1384. package/lib/clients/mp_web/chope/request.js +1 -1
  1385. package/lib/clients/mp_web/chope/saveFile.js +1 -1
  1386. package/lib/clients/mp_web/chope/saveImage.js +1 -1
  1387. package/lib/clients/mp_web/chope/scan.js +1 -1
  1388. package/lib/clients/mp_web/chope/sendSocketMessage.js +1 -1
  1389. package/lib/clients/mp_web/chope/setBackgroundColor.js +1 -1
  1390. package/lib/clients/mp_web/chope/setCanPullDown.js +1 -1
  1391. package/lib/clients/mp_web/chope/setClipboard.js +1 -1
  1392. package/lib/clients/mp_web/chope/setKeepScreenOn.js +1 -1
  1393. package/lib/clients/mp_web/chope/setNavigationBar.js +1 -1
  1394. package/lib/clients/mp_web/chope/setScreenBrightness.js +1 -1
  1395. package/lib/clients/mp_web/chope/setStorage.js +1 -1
  1396. package/lib/clients/mp_web/chope/setTabBarStyle.js +1 -1
  1397. package/lib/clients/mp_web/chope/showActionSheet.js +1 -1
  1398. package/lib/clients/mp_web/chope/showAuthGuide.js +1 -1
  1399. package/lib/clients/mp_web/chope/showLoading.js +1 -1
  1400. package/lib/clients/mp_web/chope/showNavigationBarLoading.js +1 -1
  1401. package/lib/clients/mp_web/chope/showSharePanel.js +1 -1
  1402. package/lib/clients/mp_web/chope/showToast.js +1 -1
  1403. package/lib/clients/mp_web/chope/signContract.js +1 -1
  1404. package/lib/clients/mp_web/chope/startBluetoothDevicesDiscovery.js +1 -1
  1405. package/lib/clients/mp_web/chope/startPullDownRefresh.js +1 -1
  1406. package/lib/clients/mp_web/chope/stopBluetoothDevicesDiscovery.js +1 -1
  1407. package/lib/clients/mp_web/chope/stopPullDownRefresh.js +1 -1
  1408. package/lib/clients/mp_web/chope/switchTab.js +1 -1
  1409. package/lib/clients/mp_web/chope/tradePay.js +1 -1
  1410. package/lib/clients/mp_web/chope/uploadFile.js +1 -1
  1411. package/lib/clients/mp_web/chope/vibrate.js +1 -1
  1412. package/lib/clients/mp_web/chope/watchShake.js +1 -1
  1413. package/lib/clients/mp_web/chope/writeBLECharacteristicValue.js +1 -1
  1414. package/lib/clients/mp_web/dana/addPhoneContact.js +1 -1
  1415. package/lib/clients/mp_web/dana/alert.js +1 -1
  1416. package/lib/clients/mp_web/dana/chooseImage.js +1 -1
  1417. package/lib/clients/mp_web/dana/choosePhoneContact.js +1 -1
  1418. package/lib/clients/mp_web/dana/clearStorage.js +1 -1
  1419. package/lib/clients/mp_web/dana/closeBluetoothAdapter.js +1 -1
  1420. package/lib/clients/mp_web/dana/closeSocket.js +1 -1
  1421. package/lib/clients/mp_web/dana/confirm.js +1 -1
  1422. package/lib/clients/mp_web/dana/connectBLEDevice.js +1 -1
  1423. package/lib/clients/mp_web/dana/connectSocket.js +1 -1
  1424. package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +2 -0
  1425. package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +3 -0
  1426. package/lib/clients/mp_web/dana/datePicker.js +1 -1
  1427. package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +2 -0
  1428. package/lib/clients/mp_web/dana/defineRuntimeConfig.js +3 -0
  1429. package/lib/clients/mp_web/dana/disconnectBLEDevice.js +1 -1
  1430. package/lib/clients/mp_web/dana/downloadFile.js +1 -1
  1431. package/lib/clients/mp_web/dana/getAppId.d.ts +2 -0
  1432. package/lib/clients/mp_web/dana/getAppId.js +3 -0
  1433. package/lib/clients/mp_web/dana/getAuthCode.js +1 -1
  1434. package/lib/clients/mp_web/dana/getBLEDeviceCharacteristics.js +1 -1
  1435. package/lib/clients/mp_web/dana/getBLEDeviceServices.js +1 -1
  1436. package/lib/clients/mp_web/dana/getBatteryInfo.js +1 -1
  1437. package/lib/clients/mp_web/dana/getBluetoothAdapterState.js +1 -1
  1438. package/lib/clients/mp_web/dana/getBluetoothDevices.js +1 -1
  1439. package/lib/clients/mp_web/dana/getClipboard.js +1 -1
  1440. package/lib/clients/mp_web/dana/getConnectedBluetoothDevices.js +1 -1
  1441. package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +2 -0
  1442. package/lib/clients/mp_web/dana/getCurrentLanguage.js +3 -0
  1443. package/lib/clients/mp_web/dana/getCurrentPages.d.ts +2 -0
  1444. package/lib/clients/mp_web/dana/getCurrentPages.js +3 -0
  1445. package/lib/clients/mp_web/dana/getFileInfo.js +1 -1
  1446. package/lib/clients/mp_web/dana/getImageInfo.js +1 -1
  1447. package/lib/clients/mp_web/dana/getLocation.js +1 -1
  1448. package/lib/clients/mp_web/dana/getNetworkType.js +1 -1
  1449. package/lib/clients/mp_web/dana/getOpenUserInfo.js +1 -1
  1450. package/lib/clients/mp_web/dana/getSDKVersion.d.ts +2 -0
  1451. package/lib/clients/mp_web/dana/getSDKVersion.js +3 -0
  1452. package/lib/clients/mp_web/dana/getSavedFileInfo.js +1 -1
  1453. package/lib/clients/mp_web/dana/getSavedFileList.js +1 -1
  1454. package/lib/clients/mp_web/dana/getScreenBrightness.js +1 -1
  1455. package/lib/clients/mp_web/dana/getServerTime.js +1 -1
  1456. package/lib/clients/mp_web/dana/getSetting.js +1 -1
  1457. package/lib/clients/mp_web/dana/getSiteInfo.js +1 -1
  1458. package/lib/clients/mp_web/dana/getStorage.js +1 -1
  1459. package/lib/clients/mp_web/dana/getSystemInfo.js +1 -1
  1460. package/lib/clients/mp_web/dana/hideBackHome.js +1 -1
  1461. package/lib/clients/mp_web/dana/hideKeyboard.js +1 -1
  1462. package/lib/clients/mp_web/dana/hideLoading.js +1 -1
  1463. package/lib/clients/mp_web/dana/hideNavigationBarLoading.js +1 -1
  1464. package/lib/clients/mp_web/dana/hideTabBar.js +1 -1
  1465. package/lib/clients/mp_web/dana/hideToast.js +1 -1
  1466. package/lib/clients/mp_web/dana/index.d.ts +33 -2
  1467. package/lib/clients/mp_web/dana/index.js +128 -114
  1468. package/lib/clients/mp_web/dana/makePhoneCall.js +1 -1
  1469. package/lib/clients/mp_web/dana/multiLevelSelect.js +1 -1
  1470. package/lib/clients/mp_web/dana/navigateBack.js +1 -1
  1471. package/lib/clients/mp_web/dana/navigateBackMiniProgram.js +1 -1
  1472. package/lib/clients/mp_web/dana/navigateTo.js +1 -1
  1473. package/lib/clients/mp_web/dana/navigateToMiniProgram.js +1 -1
  1474. package/lib/clients/mp_web/dana/notifyBLECharacteristicValueChange.js +1 -1
  1475. package/lib/clients/mp_web/dana/offAccelerometerChange.js +1 -1
  1476. package/lib/clients/mp_web/dana/offBLECharacteristicValueChange.js +1 -1
  1477. package/lib/clients/mp_web/dana/offBLEConnectionStateChanged.js +1 -1
  1478. package/lib/clients/mp_web/dana/offBluetoothAdapterStateChange.js +1 -1
  1479. package/lib/clients/mp_web/dana/offBluetoothDeviceFound.js +1 -1
  1480. package/lib/clients/mp_web/dana/offCompassChange.js +1 -1
  1481. package/lib/clients/mp_web/dana/offMemoryWarning.js +1 -1
  1482. package/lib/clients/mp_web/dana/offSocketClose.js +1 -1
  1483. package/lib/clients/mp_web/dana/offSocketError.js +1 -1
  1484. package/lib/clients/mp_web/dana/offSocketMessage.js +1 -1
  1485. package/lib/clients/mp_web/dana/offSocketOpen.js +1 -1
  1486. package/lib/clients/mp_web/dana/offUserCaptureScreen.js +1 -1
  1487. package/lib/clients/mp_web/dana/onAccelerometerChange.js +1 -1
  1488. package/lib/clients/mp_web/dana/onBLECharacteristicValueChange.js +1 -1
  1489. package/lib/clients/mp_web/dana/onBLEConnectionStateChanged.js +1 -1
  1490. package/lib/clients/mp_web/dana/onBluetoothAdapterStateChange.js +1 -1
  1491. package/lib/clients/mp_web/dana/onBluetoothDeviceFound.js +1 -1
  1492. package/lib/clients/mp_web/dana/onCompassChange.js +1 -1
  1493. package/lib/clients/mp_web/dana/onMemoryWarning.js +1 -1
  1494. package/lib/clients/mp_web/dana/onSocketClose.js +1 -1
  1495. package/lib/clients/mp_web/dana/onSocketError.js +1 -1
  1496. package/lib/clients/mp_web/dana/onSocketMessage.js +1 -1
  1497. package/lib/clients/mp_web/dana/onSocketOpen.js +1 -1
  1498. package/lib/clients/mp_web/dana/onUserCaptureScreen.js +1 -1
  1499. package/lib/clients/mp_web/dana/openBluetoothAdapter.js +1 -1
  1500. package/lib/clients/mp_web/dana/openDocument.js +1 -1
  1501. package/lib/clients/mp_web/dana/openSetting.js +1 -1
  1502. package/lib/clients/mp_web/dana/openURL.d.ts +2 -0
  1503. package/lib/clients/mp_web/dana/openURL.js +3 -0
  1504. package/lib/clients/mp_web/dana/pageScrollTo.js +1 -1
  1505. package/lib/clients/mp_web/dana/previewImage.js +1 -1
  1506. package/lib/clients/mp_web/dana/prompt.js +1 -1
  1507. package/lib/clients/mp_web/dana/reLaunch.js +1 -1
  1508. package/lib/clients/mp_web/dana/readBLECharacteristicValue.js +1 -1
  1509. package/lib/clients/mp_web/dana/redirectTo.js +1 -1
  1510. package/lib/clients/mp_web/dana/removeSavedFile.js +1 -1
  1511. package/lib/clients/mp_web/dana/removeStorage.js +1 -1
  1512. package/lib/clients/mp_web/dana/request.js +1 -1
  1513. package/lib/clients/mp_web/dana/saveFile.js +1 -1
  1514. package/lib/clients/mp_web/dana/saveImage.js +1 -1
  1515. package/lib/clients/mp_web/dana/scan.js +1 -1
  1516. package/lib/clients/mp_web/dana/sendSocketMessage.js +1 -1
  1517. package/lib/clients/mp_web/dana/setBackgroundColor.js +1 -1
  1518. package/lib/clients/mp_web/dana/setCanPullDown.js +1 -1
  1519. package/lib/clients/mp_web/dana/setClipboard.js +1 -1
  1520. package/lib/clients/mp_web/dana/setKeepScreenOn.js +1 -1
  1521. package/lib/clients/mp_web/dana/setNavigationBar.js +1 -1
  1522. package/lib/clients/mp_web/dana/setScreenBrightness.js +1 -1
  1523. package/lib/clients/mp_web/dana/setStorage.js +1 -1
  1524. package/lib/clients/mp_web/dana/setTabBarStyle.js +1 -1
  1525. package/lib/clients/mp_web/dana/showActionSheet.js +1 -1
  1526. package/lib/clients/mp_web/dana/showAuthGuide.js +1 -1
  1527. package/lib/clients/mp_web/dana/showLoading.js +1 -1
  1528. package/lib/clients/mp_web/dana/showNavigationBarLoading.js +1 -1
  1529. package/lib/clients/mp_web/dana/showSharePanel.js +1 -1
  1530. package/lib/clients/mp_web/dana/showToast.js +1 -1
  1531. package/lib/clients/mp_web/dana/signContract.js +1 -1
  1532. package/lib/clients/mp_web/dana/startBluetoothDevicesDiscovery.js +1 -1
  1533. package/lib/clients/mp_web/dana/startPullDownRefresh.js +1 -1
  1534. package/lib/clients/mp_web/dana/stopBluetoothDevicesDiscovery.js +1 -1
  1535. package/lib/clients/mp_web/dana/stopPullDownRefresh.js +1 -1
  1536. package/lib/clients/mp_web/dana/switchTab.js +1 -1
  1537. package/lib/clients/mp_web/dana/tradePay.js +1 -1
  1538. package/lib/clients/mp_web/dana/uploadFile.js +1 -1
  1539. package/lib/clients/mp_web/dana/vibrate.js +1 -1
  1540. package/lib/clients/mp_web/dana/watchShake.js +1 -1
  1541. package/lib/clients/mp_web/dana/writeBLECharacteristicValue.js +1 -1
  1542. package/lib/clients/mp_web/demo/APRegionRPC.js +1 -1
  1543. package/lib/clients/mp_web/demo/addFatigueAction.js +1 -1
  1544. package/lib/clients/mp_web/demo/addPhoneContact.js +1 -1
  1545. package/lib/clients/mp_web/demo/alert.js +1 -1
  1546. package/lib/clients/mp_web/demo/apDisableJSAPI.js +1 -1
  1547. package/lib/clients/mp_web/demo/appxrpc.js +1 -1
  1548. package/lib/clients/mp_web/demo/batchQueryCdpSpaceInfo.js +1 -1
  1549. package/lib/clients/mp_web/demo/chooseImage.js +1 -1
  1550. package/lib/clients/mp_web/demo/choosePhoneContact.js +1 -1
  1551. package/lib/clients/mp_web/demo/clearStorage.js +1 -1
  1552. package/lib/clients/mp_web/demo/closeBluetoothAdapter.js +1 -1
  1553. package/lib/clients/mp_web/demo/closeSocket.js +1 -1
  1554. package/lib/clients/mp_web/demo/confirm.js +1 -1
  1555. package/lib/clients/mp_web/demo/connectBLEDevice.js +1 -1
  1556. package/lib/clients/mp_web/demo/connectSocket.js +1 -1
  1557. package/lib/clients/mp_web/demo/datePicker.js +1 -1
  1558. package/lib/clients/mp_web/demo/disconnectBLEDevice.js +1 -1
  1559. package/lib/clients/mp_web/demo/downloadFile.js +1 -1
  1560. package/lib/clients/mp_web/demo/exitApp.js +1 -1
  1561. package/lib/clients/mp_web/demo/getAppId.d.ts +2 -0
  1562. package/lib/clients/mp_web/demo/getAppId.js +3 -0
  1563. package/lib/clients/mp_web/demo/getAppToken.js +1 -1
  1564. package/lib/clients/mp_web/demo/getAuthCode.js +1 -1
  1565. package/lib/clients/mp_web/demo/getBLEDeviceCharacteristics.js +1 -1
  1566. package/lib/clients/mp_web/demo/getBLEDeviceServices.js +1 -1
  1567. package/lib/clients/mp_web/demo/getBatteryInfo.js +1 -1
  1568. package/lib/clients/mp_web/demo/getBluetoothAdapterState.js +1 -1
  1569. package/lib/clients/mp_web/demo/getBluetoothDevices.js +1 -1
  1570. package/lib/clients/mp_web/demo/getClipboard.js +1 -1
  1571. package/lib/clients/mp_web/demo/getComponentAuth.js +1 -1
  1572. package/lib/clients/mp_web/demo/getConnectedBluetoothDevices.js +1 -1
  1573. package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +2 -0
  1574. package/lib/clients/mp_web/demo/getCurrentLanguage.js +3 -0
  1575. package/lib/clients/mp_web/demo/getCurrentPages.d.ts +2 -0
  1576. package/lib/clients/mp_web/demo/getCurrentPages.js +3 -0
  1577. package/lib/clients/mp_web/demo/getFileInfo.js +1 -1
  1578. package/lib/clients/mp_web/demo/getImageInfo.js +1 -1
  1579. package/lib/clients/mp_web/demo/getLocation.js +1 -1
  1580. package/lib/clients/mp_web/demo/getNetworkType.js +1 -1
  1581. package/lib/clients/mp_web/demo/getOpenUserInfo.js +1 -1
  1582. package/lib/clients/mp_web/demo/getPaymentCode.js +1 -1
  1583. package/lib/clients/mp_web/demo/getPhoneNumber.js +1 -1
  1584. package/lib/clients/mp_web/demo/getSDKVersion.d.ts +2 -0
  1585. package/lib/clients/mp_web/demo/getSDKVersion.js +3 -0
  1586. package/lib/clients/mp_web/demo/getSavedFileInfo.js +1 -1
  1587. package/lib/clients/mp_web/demo/getSavedFileList.js +1 -1
  1588. package/lib/clients/mp_web/demo/getScreenBrightness.js +1 -1
  1589. package/lib/clients/mp_web/demo/getServerTime.js +1 -1
  1590. package/lib/clients/mp_web/demo/getSetting.js +1 -1
  1591. package/lib/clients/mp_web/demo/getSiteInfo.js +1 -1
  1592. package/lib/clients/mp_web/demo/getStorage.js +1 -1
  1593. package/lib/clients/mp_web/demo/getSystemInfo.js +1 -1
  1594. package/lib/clients/mp_web/demo/hideBackHome.js +1 -1
  1595. package/lib/clients/mp_web/demo/hideKeyboard.js +1 -1
  1596. package/lib/clients/mp_web/demo/hideLoading.js +1 -1
  1597. package/lib/clients/mp_web/demo/hideNavigationBarLoading.js +1 -1
  1598. package/lib/clients/mp_web/demo/hideOptionButton.js +1 -1
  1599. package/lib/clients/mp_web/demo/hideTabBar.js +1 -1
  1600. package/lib/clients/mp_web/demo/hideToast.js +1 -1
  1601. package/lib/clients/mp_web/demo/index.d.ts +19 -3
  1602. package/lib/clients/mp_web/demo/index.js +146 -138
  1603. package/lib/clients/mp_web/demo/inquireQuote.js +1 -1
  1604. package/lib/clients/mp_web/demo/isInstalledApp.js +1 -1
  1605. package/lib/clients/mp_web/demo/makePhoneCall.js +1 -1
  1606. package/lib/clients/mp_web/demo/multiLevelSelect.js +1 -1
  1607. package/lib/clients/mp_web/demo/navigateBack.js +1 -1
  1608. package/lib/clients/mp_web/demo/navigateBackMiniProgram.js +1 -1
  1609. package/lib/clients/mp_web/demo/navigateTo.js +1 -1
  1610. package/lib/clients/mp_web/demo/navigateToBizScene.js +1 -1
  1611. package/lib/clients/mp_web/demo/navigateToMiniProgram.js +1 -1
  1612. package/lib/clients/mp_web/demo/notifyBLECharacteristicValueChange.js +1 -1
  1613. package/lib/clients/mp_web/demo/offAccelerometerChange.js +1 -1
  1614. package/lib/clients/mp_web/demo/offBLECharacteristicValueChange.js +1 -1
  1615. package/lib/clients/mp_web/demo/offBLEConnectionStateChanged.js +1 -1
  1616. package/lib/clients/mp_web/demo/offBluetoothAdapterStateChange.js +1 -1
  1617. package/lib/clients/mp_web/demo/offBluetoothDeviceFound.js +1 -1
  1618. package/lib/clients/mp_web/demo/offCompassChange.js +1 -1
  1619. package/lib/clients/mp_web/demo/offMemoryWarning.js +1 -1
  1620. package/lib/clients/mp_web/demo/offSocketClose.js +1 -1
  1621. package/lib/clients/mp_web/demo/offSocketError.js +1 -1
  1622. package/lib/clients/mp_web/demo/offSocketMessage.js +1 -1
  1623. package/lib/clients/mp_web/demo/offSocketOpen.js +1 -1
  1624. package/lib/clients/mp_web/demo/offUserCaptureScreen.js +1 -1
  1625. package/lib/clients/mp_web/demo/onAccelerometerChange.js +1 -1
  1626. package/lib/clients/mp_web/demo/onBLECharacteristicValueChange.js +1 -1
  1627. package/lib/clients/mp_web/demo/onBLEConnectionStateChanged.js +1 -1
  1628. package/lib/clients/mp_web/demo/onBluetoothAdapterStateChange.js +1 -1
  1629. package/lib/clients/mp_web/demo/onBluetoothDeviceFound.js +1 -1
  1630. package/lib/clients/mp_web/demo/onCompassChange.js +1 -1
  1631. package/lib/clients/mp_web/demo/onMemoryWarning.js +1 -1
  1632. package/lib/clients/mp_web/demo/onSocketClose.js +1 -1
  1633. package/lib/clients/mp_web/demo/onSocketError.js +1 -1
  1634. package/lib/clients/mp_web/demo/onSocketMessage.js +1 -1
  1635. package/lib/clients/mp_web/demo/onSocketOpen.js +1 -1
  1636. package/lib/clients/mp_web/demo/onUserCaptureScreen.js +1 -1
  1637. package/lib/clients/mp_web/demo/openBluetoothAdapter.js +1 -1
  1638. package/lib/clients/mp_web/demo/openDocument.js +1 -1
  1639. package/lib/clients/mp_web/demo/openSchemeWithBacking.js +1 -1
  1640. package/lib/clients/mp_web/demo/openSetting.js +1 -1
  1641. package/lib/clients/mp_web/demo/pageScrollTo.js +1 -1
  1642. package/lib/clients/mp_web/demo/paySignCenter.js +1 -1
  1643. package/lib/clients/mp_web/demo/previewImage.js +1 -1
  1644. package/lib/clients/mp_web/demo/prompt.js +1 -1
  1645. package/lib/clients/mp_web/demo/reLaunch.js +1 -1
  1646. package/lib/clients/mp_web/demo/readBLECharacteristicValue.js +1 -1
  1647. package/lib/clients/mp_web/demo/redirectTo.js +1 -1
  1648. package/lib/clients/mp_web/demo/regionFetchAllApps.js +1 -1
  1649. package/lib/clients/mp_web/demo/regionSearchAppsByKeywords.js +1 -1
  1650. package/lib/clients/mp_web/demo/removeSavedFile.js +1 -1
  1651. package/lib/clients/mp_web/demo/removeStorage.js +1 -1
  1652. package/lib/clients/mp_web/demo/request.js +1 -1
  1653. package/lib/clients/mp_web/demo/rpc.js +1 -1
  1654. package/lib/clients/mp_web/demo/saveFile.js +1 -1
  1655. package/lib/clients/mp_web/demo/saveImage.js +1 -1
  1656. package/lib/clients/mp_web/demo/scan.js +1 -1
  1657. package/lib/clients/mp_web/demo/sendSocketMessage.js +1 -1
  1658. package/lib/clients/mp_web/demo/setBackgroundColor.js +1 -1
  1659. package/lib/clients/mp_web/demo/setCanPullDown.js +1 -1
  1660. package/lib/clients/mp_web/demo/setClipboard.js +1 -1
  1661. package/lib/clients/mp_web/demo/setKeepScreenOn.js +1 -1
  1662. package/lib/clients/mp_web/demo/setNavigationBar.js +1 -1
  1663. package/lib/clients/mp_web/demo/setOptionMenu.js +1 -1
  1664. package/lib/clients/mp_web/demo/setScreenBrightness.js +1 -1
  1665. package/lib/clients/mp_web/demo/setStorage.js +1 -1
  1666. package/lib/clients/mp_web/demo/setTabBarStyle.js +1 -1
  1667. package/lib/clients/mp_web/demo/showActionSheet.js +1 -1
  1668. package/lib/clients/mp_web/demo/showAuthGuide.js +1 -1
  1669. package/lib/clients/mp_web/demo/showLoading.js +1 -1
  1670. package/lib/clients/mp_web/demo/showNavigationBarLoading.js +1 -1
  1671. package/lib/clients/mp_web/demo/showSharePanel.js +1 -1
  1672. package/lib/clients/mp_web/demo/showToast.js +1 -1
  1673. package/lib/clients/mp_web/demo/signContract.js +1 -1
  1674. package/lib/clients/mp_web/demo/startApp.js +1 -1
  1675. package/lib/clients/mp_web/demo/startBizService.js +1 -1
  1676. package/lib/clients/mp_web/demo/startBluetoothDevicesDiscovery.js +1 -1
  1677. package/lib/clients/mp_web/demo/startPullDownRefresh.js +1 -1
  1678. package/lib/clients/mp_web/demo/stopBluetoothDevicesDiscovery.js +1 -1
  1679. package/lib/clients/mp_web/demo/stopPullDownRefresh.js +1 -1
  1680. package/lib/clients/mp_web/demo/switchTab.js +1 -1
  1681. package/lib/clients/mp_web/demo/thirdPartyAuthForAc.js +1 -1
  1682. package/lib/clients/mp_web/demo/tradePay.js +1 -1
  1683. package/lib/clients/mp_web/demo/uploadApdidToken.js +1 -1
  1684. package/lib/clients/mp_web/demo/uploadFile.js +1 -1
  1685. package/lib/clients/mp_web/demo/vibrate.js +1 -1
  1686. package/lib/clients/mp_web/demo/watchShake.js +1 -1
  1687. package/lib/clients/mp_web/demo/writeBLECharacteristicValue.js +1 -1
  1688. package/lib/clients/mp_web/gcash/addPhoneContact.js +1 -1
  1689. package/lib/clients/mp_web/gcash/alert.js +1 -1
  1690. package/lib/clients/mp_web/gcash/chooseImage.js +1 -1
  1691. package/lib/clients/mp_web/gcash/choosePhoneContact.js +1 -1
  1692. package/lib/clients/mp_web/gcash/clearStorage.js +1 -1
  1693. package/lib/clients/mp_web/gcash/closeBluetoothAdapter.js +1 -1
  1694. package/lib/clients/mp_web/gcash/closeSocket.js +1 -1
  1695. package/lib/clients/mp_web/gcash/confirm.js +1 -1
  1696. package/lib/clients/mp_web/gcash/connectBLEDevice.js +1 -1
  1697. package/lib/clients/mp_web/gcash/connectSocket.js +1 -1
  1698. package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +2 -0
  1699. package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +3 -0
  1700. package/lib/clients/mp_web/gcash/datePicker.js +1 -1
  1701. package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +2 -0
  1702. package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +3 -0
  1703. package/lib/clients/mp_web/gcash/disconnectBLEDevice.js +1 -1
  1704. package/lib/clients/mp_web/gcash/downloadFile.js +1 -1
  1705. package/lib/clients/mp_web/gcash/getAppId.d.ts +2 -0
  1706. package/lib/clients/mp_web/gcash/getAppId.js +3 -0
  1707. package/lib/clients/mp_web/gcash/getAuthCode.js +1 -1
  1708. package/lib/clients/mp_web/gcash/getBLEDeviceCharacteristics.js +1 -1
  1709. package/lib/clients/mp_web/gcash/getBLEDeviceServices.js +1 -1
  1710. package/lib/clients/mp_web/gcash/getBatteryInfo.js +1 -1
  1711. package/lib/clients/mp_web/gcash/getBluetoothAdapterState.js +1 -1
  1712. package/lib/clients/mp_web/gcash/getBluetoothDevices.js +1 -1
  1713. package/lib/clients/mp_web/gcash/getClipboard.js +1 -1
  1714. package/lib/clients/mp_web/gcash/getConnectedBluetoothDevices.js +1 -1
  1715. package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +2 -0
  1716. package/lib/clients/mp_web/gcash/getCurrentLanguage.js +3 -0
  1717. package/lib/clients/mp_web/gcash/getCurrentPages.d.ts +2 -0
  1718. package/lib/clients/mp_web/gcash/getCurrentPages.js +3 -0
  1719. package/lib/clients/mp_web/gcash/getFileInfo.js +1 -1
  1720. package/lib/clients/mp_web/gcash/getImageInfo.js +1 -1
  1721. package/lib/clients/mp_web/gcash/getLocation.js +1 -1
  1722. package/lib/clients/mp_web/gcash/getNetworkType.js +1 -1
  1723. package/lib/clients/mp_web/gcash/getOpenUserInfo.js +1 -1
  1724. package/lib/clients/mp_web/gcash/getSDKVersion.d.ts +2 -0
  1725. package/lib/clients/mp_web/gcash/getSDKVersion.js +3 -0
  1726. package/lib/clients/mp_web/gcash/getSavedFileInfo.js +1 -1
  1727. package/lib/clients/mp_web/gcash/getSavedFileList.js +1 -1
  1728. package/lib/clients/mp_web/gcash/getScreenBrightness.js +1 -1
  1729. package/lib/clients/mp_web/gcash/getServerTime.js +1 -1
  1730. package/lib/clients/mp_web/gcash/getSetting.js +1 -1
  1731. package/lib/clients/mp_web/gcash/getSiteInfo.js +1 -1
  1732. package/lib/clients/mp_web/gcash/getStorage.js +1 -1
  1733. package/lib/clients/mp_web/gcash/getSystemInfo.js +1 -1
  1734. package/lib/clients/mp_web/gcash/hideBackHome.js +1 -1
  1735. package/lib/clients/mp_web/gcash/hideKeyboard.js +1 -1
  1736. package/lib/clients/mp_web/gcash/hideLoading.js +1 -1
  1737. package/lib/clients/mp_web/gcash/hideNavigationBarLoading.js +1 -1
  1738. package/lib/clients/mp_web/gcash/hideTabBar.js +1 -1
  1739. package/lib/clients/mp_web/gcash/hideToast.js +1 -1
  1740. package/lib/clients/mp_web/gcash/index.d.ts +33 -2
  1741. package/lib/clients/mp_web/gcash/index.js +128 -114
  1742. package/lib/clients/mp_web/gcash/makePhoneCall.js +1 -1
  1743. package/lib/clients/mp_web/gcash/multiLevelSelect.js +1 -1
  1744. package/lib/clients/mp_web/gcash/navigateBack.js +1 -1
  1745. package/lib/clients/mp_web/gcash/navigateBackMiniProgram.js +1 -1
  1746. package/lib/clients/mp_web/gcash/navigateTo.js +1 -1
  1747. package/lib/clients/mp_web/gcash/navigateToMiniProgram.js +1 -1
  1748. package/lib/clients/mp_web/gcash/notifyBLECharacteristicValueChange.js +1 -1
  1749. package/lib/clients/mp_web/gcash/offAccelerometerChange.js +1 -1
  1750. package/lib/clients/mp_web/gcash/offBLECharacteristicValueChange.js +1 -1
  1751. package/lib/clients/mp_web/gcash/offBLEConnectionStateChanged.js +1 -1
  1752. package/lib/clients/mp_web/gcash/offBluetoothAdapterStateChange.js +1 -1
  1753. package/lib/clients/mp_web/gcash/offBluetoothDeviceFound.js +1 -1
  1754. package/lib/clients/mp_web/gcash/offCompassChange.js +1 -1
  1755. package/lib/clients/mp_web/gcash/offMemoryWarning.js +1 -1
  1756. package/lib/clients/mp_web/gcash/offSocketClose.js +1 -1
  1757. package/lib/clients/mp_web/gcash/offSocketError.js +1 -1
  1758. package/lib/clients/mp_web/gcash/offSocketMessage.js +1 -1
  1759. package/lib/clients/mp_web/gcash/offSocketOpen.js +1 -1
  1760. package/lib/clients/mp_web/gcash/offUserCaptureScreen.js +1 -1
  1761. package/lib/clients/mp_web/gcash/onAccelerometerChange.js +1 -1
  1762. package/lib/clients/mp_web/gcash/onBLECharacteristicValueChange.js +1 -1
  1763. package/lib/clients/mp_web/gcash/onBLEConnectionStateChanged.js +1 -1
  1764. package/lib/clients/mp_web/gcash/onBluetoothAdapterStateChange.js +1 -1
  1765. package/lib/clients/mp_web/gcash/onBluetoothDeviceFound.js +1 -1
  1766. package/lib/clients/mp_web/gcash/onCompassChange.js +1 -1
  1767. package/lib/clients/mp_web/gcash/onMemoryWarning.js +1 -1
  1768. package/lib/clients/mp_web/gcash/onSocketClose.js +1 -1
  1769. package/lib/clients/mp_web/gcash/onSocketError.js +1 -1
  1770. package/lib/clients/mp_web/gcash/onSocketMessage.js +1 -1
  1771. package/lib/clients/mp_web/gcash/onSocketOpen.js +1 -1
  1772. package/lib/clients/mp_web/gcash/onUserCaptureScreen.js +1 -1
  1773. package/lib/clients/mp_web/gcash/openBluetoothAdapter.js +1 -1
  1774. package/lib/clients/mp_web/gcash/openDocument.js +1 -1
  1775. package/lib/clients/mp_web/gcash/openSetting.js +1 -1
  1776. package/lib/clients/mp_web/gcash/openURL.d.ts +2 -0
  1777. package/lib/clients/mp_web/gcash/openURL.js +3 -0
  1778. package/lib/clients/mp_web/gcash/pageScrollTo.js +1 -1
  1779. package/lib/clients/mp_web/gcash/previewImage.js +1 -1
  1780. package/lib/clients/mp_web/gcash/prompt.js +1 -1
  1781. package/lib/clients/mp_web/gcash/reLaunch.js +1 -1
  1782. package/lib/clients/mp_web/gcash/readBLECharacteristicValue.js +1 -1
  1783. package/lib/clients/mp_web/gcash/redirectTo.js +1 -1
  1784. package/lib/clients/mp_web/gcash/removeSavedFile.js +1 -1
  1785. package/lib/clients/mp_web/gcash/removeStorage.js +1 -1
  1786. package/lib/clients/mp_web/gcash/request.js +1 -1
  1787. package/lib/clients/mp_web/gcash/saveFile.js +1 -1
  1788. package/lib/clients/mp_web/gcash/saveImage.js +1 -1
  1789. package/lib/clients/mp_web/gcash/scan.js +1 -1
  1790. package/lib/clients/mp_web/gcash/sendSocketMessage.js +1 -1
  1791. package/lib/clients/mp_web/gcash/setBackgroundColor.js +1 -1
  1792. package/lib/clients/mp_web/gcash/setCanPullDown.js +1 -1
  1793. package/lib/clients/mp_web/gcash/setClipboard.js +1 -1
  1794. package/lib/clients/mp_web/gcash/setKeepScreenOn.js +1 -1
  1795. package/lib/clients/mp_web/gcash/setNavigationBar.js +1 -1
  1796. package/lib/clients/mp_web/gcash/setScreenBrightness.js +1 -1
  1797. package/lib/clients/mp_web/gcash/setStorage.js +1 -1
  1798. package/lib/clients/mp_web/gcash/setTabBarStyle.js +1 -1
  1799. package/lib/clients/mp_web/gcash/showActionSheet.js +1 -1
  1800. package/lib/clients/mp_web/gcash/showAuthGuide.js +1 -1
  1801. package/lib/clients/mp_web/gcash/showLoading.js +1 -1
  1802. package/lib/clients/mp_web/gcash/showNavigationBarLoading.js +1 -1
  1803. package/lib/clients/mp_web/gcash/showSharePanel.js +1 -1
  1804. package/lib/clients/mp_web/gcash/showToast.js +1 -1
  1805. package/lib/clients/mp_web/gcash/signContract.js +1 -1
  1806. package/lib/clients/mp_web/gcash/startBluetoothDevicesDiscovery.js +1 -1
  1807. package/lib/clients/mp_web/gcash/startPullDownRefresh.js +1 -1
  1808. package/lib/clients/mp_web/gcash/stopBluetoothDevicesDiscovery.js +1 -1
  1809. package/lib/clients/mp_web/gcash/stopPullDownRefresh.js +1 -1
  1810. package/lib/clients/mp_web/gcash/switchTab.js +1 -1
  1811. package/lib/clients/mp_web/gcash/tradePay.js +1 -1
  1812. package/lib/clients/mp_web/gcash/uploadFile.js +1 -1
  1813. package/lib/clients/mp_web/gcash/vibrate.js +1 -1
  1814. package/lib/clients/mp_web/gcash/watchShake.js +1 -1
  1815. package/lib/clients/mp_web/gcash/writeBLECharacteristicValue.js +1 -1
  1816. package/lib/clients/mp_web/mpay/createWithoutAuthRpc.d.ts +2 -0
  1817. package/lib/clients/mp_web/mpay/createWithoutAuthRpc.js +3 -0
  1818. package/lib/clients/mp_web/mpay/defineRuntimeConfig.d.ts +2 -0
  1819. package/lib/clients/mp_web/mpay/defineRuntimeConfig.js +3 -0
  1820. package/lib/clients/mp_web/mpay/getAppId.d.ts +2 -0
  1821. package/lib/clients/mp_web/mpay/getAppId.js +3 -0
  1822. package/lib/clients/mp_web/mpay/getCurrentPages.d.ts +2 -0
  1823. package/lib/clients/mp_web/mpay/getCurrentPages.js +3 -0
  1824. package/lib/clients/mp_web/mpay/getSDKVersion.d.ts +2 -0
  1825. package/lib/clients/mp_web/mpay/getSDKVersion.js +3 -0
  1826. package/lib/clients/mp_web/mpay/index.d.ts +36 -0
  1827. package/lib/clients/mp_web/mpay/index.js +18 -0
  1828. package/lib/clients/mp_web/mpay/openURL.d.ts +2 -0
  1829. package/lib/clients/mp_web/mpay/openURL.js +3 -0
  1830. package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +2 -0
  1831. package/lib/clients/mp_web/mpay/rpcWithAuth.js +3 -0
  1832. package/lib/clients/mp_web/tngd/addPhoneContact.js +1 -1
  1833. package/lib/clients/mp_web/tngd/alert.js +1 -1
  1834. package/lib/clients/mp_web/tngd/chooseImage.js +1 -1
  1835. package/lib/clients/mp_web/tngd/choosePhoneContact.js +1 -1
  1836. package/lib/clients/mp_web/tngd/clearStorage.js +1 -1
  1837. package/lib/clients/mp_web/tngd/closeBluetoothAdapter.js +1 -1
  1838. package/lib/clients/mp_web/tngd/closeSocket.js +1 -1
  1839. package/lib/clients/mp_web/tngd/confirm.js +1 -1
  1840. package/lib/clients/mp_web/tngd/connectBLEDevice.js +1 -1
  1841. package/lib/clients/mp_web/tngd/connectSocket.js +1 -1
  1842. package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +2 -0
  1843. package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +3 -0
  1844. package/lib/clients/mp_web/tngd/datePicker.js +1 -1
  1845. package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +2 -0
  1846. package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +3 -0
  1847. package/lib/clients/mp_web/tngd/disconnectBLEDevice.js +1 -1
  1848. package/lib/clients/mp_web/tngd/downloadFile.js +1 -1
  1849. package/lib/clients/mp_web/tngd/getAppId.d.ts +2 -0
  1850. package/lib/clients/mp_web/tngd/getAppId.js +3 -0
  1851. package/lib/clients/mp_web/tngd/getAuthCode.js +1 -1
  1852. package/lib/clients/mp_web/tngd/getBLEDeviceCharacteristics.js +1 -1
  1853. package/lib/clients/mp_web/tngd/getBLEDeviceServices.js +1 -1
  1854. package/lib/clients/mp_web/tngd/getBatteryInfo.js +1 -1
  1855. package/lib/clients/mp_web/tngd/getBluetoothAdapterState.js +1 -1
  1856. package/lib/clients/mp_web/tngd/getBluetoothDevices.js +1 -1
  1857. package/lib/clients/mp_web/tngd/getClipboard.js +1 -1
  1858. package/lib/clients/mp_web/tngd/getConnectedBluetoothDevices.js +1 -1
  1859. package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +2 -0
  1860. package/lib/clients/mp_web/tngd/getCurrentLanguage.js +3 -0
  1861. package/lib/clients/mp_web/tngd/getCurrentPages.d.ts +2 -0
  1862. package/lib/clients/mp_web/tngd/getCurrentPages.js +3 -0
  1863. package/lib/clients/mp_web/tngd/getFileInfo.js +1 -1
  1864. package/lib/clients/mp_web/tngd/getImageInfo.js +1 -1
  1865. package/lib/clients/mp_web/tngd/getLocation.js +1 -1
  1866. package/lib/clients/mp_web/tngd/getNetworkType.js +1 -1
  1867. package/lib/clients/mp_web/tngd/getOpenUserInfo.js +1 -1
  1868. package/lib/clients/mp_web/tngd/getSDKVersion.d.ts +2 -0
  1869. package/lib/clients/mp_web/tngd/getSDKVersion.js +3 -0
  1870. package/lib/clients/mp_web/tngd/getSavedFileInfo.js +1 -1
  1871. package/lib/clients/mp_web/tngd/getSavedFileList.js +1 -1
  1872. package/lib/clients/mp_web/tngd/getScreenBrightness.js +1 -1
  1873. package/lib/clients/mp_web/tngd/getServerTime.js +1 -1
  1874. package/lib/clients/mp_web/tngd/getSetting.js +1 -1
  1875. package/lib/clients/mp_web/tngd/getSiteInfo.js +1 -1
  1876. package/lib/clients/mp_web/tngd/getStorage.js +1 -1
  1877. package/lib/clients/mp_web/tngd/getSystemInfo.js +1 -1
  1878. package/lib/clients/mp_web/tngd/hideBackHome.js +1 -1
  1879. package/lib/clients/mp_web/tngd/hideKeyboard.js +1 -1
  1880. package/lib/clients/mp_web/tngd/hideLoading.js +1 -1
  1881. package/lib/clients/mp_web/tngd/hideNavigationBarLoading.js +1 -1
  1882. package/lib/clients/mp_web/tngd/hideTabBar.js +1 -1
  1883. package/lib/clients/mp_web/tngd/hideToast.js +1 -1
  1884. package/lib/clients/mp_web/tngd/index.d.ts +33 -2
  1885. package/lib/clients/mp_web/tngd/index.js +128 -114
  1886. package/lib/clients/mp_web/tngd/makePhoneCall.js +1 -1
  1887. package/lib/clients/mp_web/tngd/multiLevelSelect.js +1 -1
  1888. package/lib/clients/mp_web/tngd/navigateBack.js +1 -1
  1889. package/lib/clients/mp_web/tngd/navigateBackMiniProgram.js +1 -1
  1890. package/lib/clients/mp_web/tngd/navigateTo.js +1 -1
  1891. package/lib/clients/mp_web/tngd/navigateToMiniProgram.js +1 -1
  1892. package/lib/clients/mp_web/tngd/notifyBLECharacteristicValueChange.js +1 -1
  1893. package/lib/clients/mp_web/tngd/offAccelerometerChange.js +1 -1
  1894. package/lib/clients/mp_web/tngd/offBLECharacteristicValueChange.js +1 -1
  1895. package/lib/clients/mp_web/tngd/offBLEConnectionStateChanged.js +1 -1
  1896. package/lib/clients/mp_web/tngd/offBluetoothAdapterStateChange.js +1 -1
  1897. package/lib/clients/mp_web/tngd/offBluetoothDeviceFound.js +1 -1
  1898. package/lib/clients/mp_web/tngd/offCompassChange.js +1 -1
  1899. package/lib/clients/mp_web/tngd/offMemoryWarning.js +1 -1
  1900. package/lib/clients/mp_web/tngd/offSocketClose.js +1 -1
  1901. package/lib/clients/mp_web/tngd/offSocketError.js +1 -1
  1902. package/lib/clients/mp_web/tngd/offSocketMessage.js +1 -1
  1903. package/lib/clients/mp_web/tngd/offSocketOpen.js +1 -1
  1904. package/lib/clients/mp_web/tngd/offUserCaptureScreen.js +1 -1
  1905. package/lib/clients/mp_web/tngd/onAccelerometerChange.js +1 -1
  1906. package/lib/clients/mp_web/tngd/onBLECharacteristicValueChange.js +1 -1
  1907. package/lib/clients/mp_web/tngd/onBLEConnectionStateChanged.js +1 -1
  1908. package/lib/clients/mp_web/tngd/onBluetoothAdapterStateChange.js +1 -1
  1909. package/lib/clients/mp_web/tngd/onBluetoothDeviceFound.js +1 -1
  1910. package/lib/clients/mp_web/tngd/onCompassChange.js +1 -1
  1911. package/lib/clients/mp_web/tngd/onMemoryWarning.js +1 -1
  1912. package/lib/clients/mp_web/tngd/onSocketClose.js +1 -1
  1913. package/lib/clients/mp_web/tngd/onSocketError.js +1 -1
  1914. package/lib/clients/mp_web/tngd/onSocketMessage.js +1 -1
  1915. package/lib/clients/mp_web/tngd/onSocketOpen.js +1 -1
  1916. package/lib/clients/mp_web/tngd/onUserCaptureScreen.js +1 -1
  1917. package/lib/clients/mp_web/tngd/openBluetoothAdapter.js +1 -1
  1918. package/lib/clients/mp_web/tngd/openDocument.js +1 -1
  1919. package/lib/clients/mp_web/tngd/openSetting.js +1 -1
  1920. package/lib/clients/mp_web/tngd/openURL.d.ts +2 -0
  1921. package/lib/clients/mp_web/tngd/openURL.js +3 -0
  1922. package/lib/clients/mp_web/tngd/pageScrollTo.js +1 -1
  1923. package/lib/clients/mp_web/tngd/previewImage.js +1 -1
  1924. package/lib/clients/mp_web/tngd/prompt.js +1 -1
  1925. package/lib/clients/mp_web/tngd/reLaunch.js +1 -1
  1926. package/lib/clients/mp_web/tngd/readBLECharacteristicValue.js +1 -1
  1927. package/lib/clients/mp_web/tngd/redirectTo.js +1 -1
  1928. package/lib/clients/mp_web/tngd/removeSavedFile.js +1 -1
  1929. package/lib/clients/mp_web/tngd/removeStorage.js +1 -1
  1930. package/lib/clients/mp_web/tngd/request.js +1 -1
  1931. package/lib/clients/mp_web/tngd/saveFile.js +1 -1
  1932. package/lib/clients/mp_web/tngd/saveImage.js +1 -1
  1933. package/lib/clients/mp_web/tngd/scan.js +1 -1
  1934. package/lib/clients/mp_web/tngd/sendSocketMessage.js +1 -1
  1935. package/lib/clients/mp_web/tngd/setBackgroundColor.js +1 -1
  1936. package/lib/clients/mp_web/tngd/setCanPullDown.js +1 -1
  1937. package/lib/clients/mp_web/tngd/setClipboard.js +1 -1
  1938. package/lib/clients/mp_web/tngd/setKeepScreenOn.js +1 -1
  1939. package/lib/clients/mp_web/tngd/setNavigationBar.js +1 -1
  1940. package/lib/clients/mp_web/tngd/setScreenBrightness.js +1 -1
  1941. package/lib/clients/mp_web/tngd/setStorage.js +1 -1
  1942. package/lib/clients/mp_web/tngd/setTabBarStyle.js +1 -1
  1943. package/lib/clients/mp_web/tngd/showActionSheet.js +1 -1
  1944. package/lib/clients/mp_web/tngd/showAuthGuide.js +1 -1
  1945. package/lib/clients/mp_web/tngd/showLoading.js +1 -1
  1946. package/lib/clients/mp_web/tngd/showNavigationBarLoading.js +1 -1
  1947. package/lib/clients/mp_web/tngd/showSharePanel.js +1 -1
  1948. package/lib/clients/mp_web/tngd/showToast.js +1 -1
  1949. package/lib/clients/mp_web/tngd/signContract.js +1 -1
  1950. package/lib/clients/mp_web/tngd/startBluetoothDevicesDiscovery.js +1 -1
  1951. package/lib/clients/mp_web/tngd/startPullDownRefresh.js +1 -1
  1952. package/lib/clients/mp_web/tngd/stopBluetoothDevicesDiscovery.js +1 -1
  1953. package/lib/clients/mp_web/tngd/stopPullDownRefresh.js +1 -1
  1954. package/lib/clients/mp_web/tngd/switchTab.js +1 -1
  1955. package/lib/clients/mp_web/tngd/tradePay.js +1 -1
  1956. package/lib/clients/mp_web/tngd/uploadFile.js +1 -1
  1957. package/lib/clients/mp_web/tngd/vibrate.js +1 -1
  1958. package/lib/clients/mp_web/tngd/watchShake.js +1 -1
  1959. package/lib/clients/mp_web/tngd/writeBLECharacteristicValue.js +1 -1
  1960. package/lib/clients/mp_web/toss/createWithoutAuthRpc.d.ts +2 -0
  1961. package/lib/clients/mp_web/toss/createWithoutAuthRpc.js +3 -0
  1962. package/lib/clients/mp_web/toss/defineRuntimeConfig.d.ts +2 -0
  1963. package/lib/clients/mp_web/toss/defineRuntimeConfig.js +3 -0
  1964. package/lib/clients/mp_web/toss/getAppId.d.ts +2 -0
  1965. package/lib/clients/mp_web/toss/getAppId.js +3 -0
  1966. package/lib/clients/mp_web/toss/getCurrentPages.d.ts +2 -0
  1967. package/lib/clients/mp_web/toss/getCurrentPages.js +3 -0
  1968. package/lib/clients/mp_web/toss/getSDKVersion.d.ts +2 -0
  1969. package/lib/clients/mp_web/toss/getSDKVersion.js +3 -0
  1970. package/lib/clients/mp_web/toss/index.d.ts +36 -0
  1971. package/lib/clients/mp_web/toss/index.js +18 -0
  1972. package/lib/clients/mp_web/toss/openURL.d.ts +2 -0
  1973. package/lib/clients/mp_web/toss/openURL.js +3 -0
  1974. package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +2 -0
  1975. package/lib/clients/mp_web/toss/rpcWithAuth.js +3 -0
  1976. package/lib/clients/mp_web/truemoney/addPhoneContact.js +1 -1
  1977. package/lib/clients/mp_web/truemoney/alert.js +1 -1
  1978. package/lib/clients/mp_web/truemoney/chooseImage.js +1 -1
  1979. package/lib/clients/mp_web/truemoney/choosePhoneContact.js +1 -1
  1980. package/lib/clients/mp_web/truemoney/clearStorage.js +1 -1
  1981. package/lib/clients/mp_web/truemoney/closeBluetoothAdapter.js +1 -1
  1982. package/lib/clients/mp_web/truemoney/closeSocket.js +1 -1
  1983. package/lib/clients/mp_web/truemoney/confirm.js +1 -1
  1984. package/lib/clients/mp_web/truemoney/connectBLEDevice.js +1 -1
  1985. package/lib/clients/mp_web/truemoney/connectSocket.js +1 -1
  1986. package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +2 -0
  1987. package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +3 -0
  1988. package/lib/clients/mp_web/truemoney/datePicker.js +1 -1
  1989. package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +2 -0
  1990. package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +3 -0
  1991. package/lib/clients/mp_web/truemoney/disconnectBLEDevice.js +1 -1
  1992. package/lib/clients/mp_web/truemoney/downloadFile.js +1 -1
  1993. package/lib/clients/mp_web/truemoney/getAppId.d.ts +2 -0
  1994. package/lib/clients/mp_web/truemoney/getAppId.js +3 -0
  1995. package/lib/clients/mp_web/truemoney/getAuthCode.js +1 -1
  1996. package/lib/clients/mp_web/truemoney/getBLEDeviceCharacteristics.js +1 -1
  1997. package/lib/clients/mp_web/truemoney/getBLEDeviceServices.js +1 -1
  1998. package/lib/clients/mp_web/truemoney/getBatteryInfo.js +1 -1
  1999. package/lib/clients/mp_web/truemoney/getBluetoothAdapterState.js +1 -1
  2000. package/lib/clients/mp_web/truemoney/getBluetoothDevices.js +1 -1
  2001. package/lib/clients/mp_web/truemoney/getClipboard.js +1 -1
  2002. package/lib/clients/mp_web/truemoney/getConnectedBluetoothDevices.js +1 -1
  2003. package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +2 -0
  2004. package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +3 -0
  2005. package/lib/clients/mp_web/truemoney/getCurrentPages.d.ts +2 -0
  2006. package/lib/clients/mp_web/truemoney/getCurrentPages.js +3 -0
  2007. package/lib/clients/mp_web/truemoney/getFileInfo.js +1 -1
  2008. package/lib/clients/mp_web/truemoney/getImageInfo.js +1 -1
  2009. package/lib/clients/mp_web/truemoney/getLocation.js +1 -1
  2010. package/lib/clients/mp_web/truemoney/getNetworkType.js +1 -1
  2011. package/lib/clients/mp_web/truemoney/getOpenUserInfo.js +1 -1
  2012. package/lib/clients/mp_web/truemoney/getSDKVersion.d.ts +2 -0
  2013. package/lib/clients/mp_web/truemoney/getSDKVersion.js +3 -0
  2014. package/lib/clients/mp_web/truemoney/getSavedFileInfo.js +1 -1
  2015. package/lib/clients/mp_web/truemoney/getSavedFileList.js +1 -1
  2016. package/lib/clients/mp_web/truemoney/getScreenBrightness.js +1 -1
  2017. package/lib/clients/mp_web/truemoney/getServerTime.js +1 -1
  2018. package/lib/clients/mp_web/truemoney/getSetting.js +1 -1
  2019. package/lib/clients/mp_web/truemoney/getSiteInfo.js +1 -1
  2020. package/lib/clients/mp_web/truemoney/getStorage.js +1 -1
  2021. package/lib/clients/mp_web/truemoney/getSystemInfo.js +1 -1
  2022. package/lib/clients/mp_web/truemoney/hideBackHome.js +1 -1
  2023. package/lib/clients/mp_web/truemoney/hideKeyboard.js +1 -1
  2024. package/lib/clients/mp_web/truemoney/hideLoading.js +1 -1
  2025. package/lib/clients/mp_web/truemoney/hideNavigationBarLoading.js +1 -1
  2026. package/lib/clients/mp_web/truemoney/hideTabBar.js +1 -1
  2027. package/lib/clients/mp_web/truemoney/hideToast.js +1 -1
  2028. package/lib/clients/mp_web/truemoney/index.d.ts +33 -2
  2029. package/lib/clients/mp_web/truemoney/index.js +128 -114
  2030. package/lib/clients/mp_web/truemoney/makePhoneCall.js +1 -1
  2031. package/lib/clients/mp_web/truemoney/multiLevelSelect.js +1 -1
  2032. package/lib/clients/mp_web/truemoney/navigateBack.js +1 -1
  2033. package/lib/clients/mp_web/truemoney/navigateBackMiniProgram.js +1 -1
  2034. package/lib/clients/mp_web/truemoney/navigateTo.js +1 -1
  2035. package/lib/clients/mp_web/truemoney/navigateToMiniProgram.js +1 -1
  2036. package/lib/clients/mp_web/truemoney/notifyBLECharacteristicValueChange.js +1 -1
  2037. package/lib/clients/mp_web/truemoney/offAccelerometerChange.js +1 -1
  2038. package/lib/clients/mp_web/truemoney/offBLECharacteristicValueChange.js +1 -1
  2039. package/lib/clients/mp_web/truemoney/offBLEConnectionStateChanged.js +1 -1
  2040. package/lib/clients/mp_web/truemoney/offBluetoothAdapterStateChange.js +1 -1
  2041. package/lib/clients/mp_web/truemoney/offBluetoothDeviceFound.js +1 -1
  2042. package/lib/clients/mp_web/truemoney/offCompassChange.js +1 -1
  2043. package/lib/clients/mp_web/truemoney/offMemoryWarning.js +1 -1
  2044. package/lib/clients/mp_web/truemoney/offSocketClose.js +1 -1
  2045. package/lib/clients/mp_web/truemoney/offSocketError.js +1 -1
  2046. package/lib/clients/mp_web/truemoney/offSocketMessage.js +1 -1
  2047. package/lib/clients/mp_web/truemoney/offSocketOpen.js +1 -1
  2048. package/lib/clients/mp_web/truemoney/offUserCaptureScreen.js +1 -1
  2049. package/lib/clients/mp_web/truemoney/onAccelerometerChange.js +1 -1
  2050. package/lib/clients/mp_web/truemoney/onBLECharacteristicValueChange.js +1 -1
  2051. package/lib/clients/mp_web/truemoney/onBLEConnectionStateChanged.js +1 -1
  2052. package/lib/clients/mp_web/truemoney/onBluetoothAdapterStateChange.js +1 -1
  2053. package/lib/clients/mp_web/truemoney/onBluetoothDeviceFound.js +1 -1
  2054. package/lib/clients/mp_web/truemoney/onCompassChange.js +1 -1
  2055. package/lib/clients/mp_web/truemoney/onMemoryWarning.js +1 -1
  2056. package/lib/clients/mp_web/truemoney/onSocketClose.js +1 -1
  2057. package/lib/clients/mp_web/truemoney/onSocketError.js +1 -1
  2058. package/lib/clients/mp_web/truemoney/onSocketMessage.js +1 -1
  2059. package/lib/clients/mp_web/truemoney/onSocketOpen.js +1 -1
  2060. package/lib/clients/mp_web/truemoney/onUserCaptureScreen.js +1 -1
  2061. package/lib/clients/mp_web/truemoney/openBluetoothAdapter.js +1 -1
  2062. package/lib/clients/mp_web/truemoney/openDocument.js +1 -1
  2063. package/lib/clients/mp_web/truemoney/openSetting.js +1 -1
  2064. package/lib/clients/mp_web/truemoney/openURL.d.ts +2 -0
  2065. package/lib/clients/mp_web/truemoney/openURL.js +3 -0
  2066. package/lib/clients/mp_web/truemoney/pageScrollTo.js +1 -1
  2067. package/lib/clients/mp_web/truemoney/previewImage.js +1 -1
  2068. package/lib/clients/mp_web/truemoney/prompt.js +1 -1
  2069. package/lib/clients/mp_web/truemoney/reLaunch.js +1 -1
  2070. package/lib/clients/mp_web/truemoney/readBLECharacteristicValue.js +1 -1
  2071. package/lib/clients/mp_web/truemoney/redirectTo.js +1 -1
  2072. package/lib/clients/mp_web/truemoney/removeSavedFile.js +1 -1
  2073. package/lib/clients/mp_web/truemoney/removeStorage.js +1 -1
  2074. package/lib/clients/mp_web/truemoney/request.js +1 -1
  2075. package/lib/clients/mp_web/truemoney/saveFile.js +1 -1
  2076. package/lib/clients/mp_web/truemoney/saveImage.js +1 -1
  2077. package/lib/clients/mp_web/truemoney/scan.js +1 -1
  2078. package/lib/clients/mp_web/truemoney/sendSocketMessage.js +1 -1
  2079. package/lib/clients/mp_web/truemoney/setBackgroundColor.js +1 -1
  2080. package/lib/clients/mp_web/truemoney/setCanPullDown.js +1 -1
  2081. package/lib/clients/mp_web/truemoney/setClipboard.js +1 -1
  2082. package/lib/clients/mp_web/truemoney/setKeepScreenOn.js +1 -1
  2083. package/lib/clients/mp_web/truemoney/setNavigationBar.js +1 -1
  2084. package/lib/clients/mp_web/truemoney/setScreenBrightness.js +1 -1
  2085. package/lib/clients/mp_web/truemoney/setStorage.js +1 -1
  2086. package/lib/clients/mp_web/truemoney/setTabBarStyle.js +1 -1
  2087. package/lib/clients/mp_web/truemoney/showActionSheet.js +1 -1
  2088. package/lib/clients/mp_web/truemoney/showAuthGuide.js +1 -1
  2089. package/lib/clients/mp_web/truemoney/showLoading.js +1 -1
  2090. package/lib/clients/mp_web/truemoney/showNavigationBarLoading.js +1 -1
  2091. package/lib/clients/mp_web/truemoney/showSharePanel.js +1 -1
  2092. package/lib/clients/mp_web/truemoney/showToast.js +1 -1
  2093. package/lib/clients/mp_web/truemoney/signContract.js +1 -1
  2094. package/lib/clients/mp_web/truemoney/startBluetoothDevicesDiscovery.js +1 -1
  2095. package/lib/clients/mp_web/truemoney/startPullDownRefresh.js +1 -1
  2096. package/lib/clients/mp_web/truemoney/stopBluetoothDevicesDiscovery.js +1 -1
  2097. package/lib/clients/mp_web/truemoney/stopPullDownRefresh.js +1 -1
  2098. package/lib/clients/mp_web/truemoney/switchTab.js +1 -1
  2099. package/lib/clients/mp_web/truemoney/tradePay.js +1 -1
  2100. package/lib/clients/mp_web/truemoney/uploadFile.js +1 -1
  2101. package/lib/clients/mp_web/truemoney/vibrate.js +1 -1
  2102. package/lib/clients/mp_web/truemoney/watchShake.js +1 -1
  2103. package/lib/clients/mp_web/truemoney/writeBLECharacteristicValue.js +1 -1
  2104. package/lib/clients/web/alipay/addPhoneContact.js +1 -1
  2105. package/lib/clients/web/alipay/alert.d.ts +1 -1
  2106. package/lib/clients/web/alipay/alert.js +1 -0
  2107. package/lib/clients/web/alipay/chooseImage.d.ts +2 -2
  2108. package/lib/clients/web/alipay/chooseImage.js +3 -5
  2109. package/lib/clients/web/alipay/choosePhoneContact.d.ts +1 -1
  2110. package/lib/clients/web/alipay/choosePhoneContact.js +1 -0
  2111. package/lib/clients/web/alipay/clearStorage.d.ts +1 -1
  2112. package/lib/clients/web/alipay/clearStorage.js +1 -0
  2113. package/lib/clients/web/alipay/confirm.d.ts +1 -1
  2114. package/lib/clients/web/alipay/confirm.js +1 -0
  2115. package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +2 -0
  2116. package/lib/clients/web/alipay/createWithoutAuthRpc.js +3 -0
  2117. package/lib/clients/web/alipay/crossPay.js +1 -1
  2118. package/lib/clients/web/alipay/datePicker.d.ts +1 -1
  2119. package/lib/clients/web/alipay/datePicker.js +1 -0
  2120. package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +2 -0
  2121. package/lib/clients/web/alipay/defineRuntimeConfig.js +3 -0
  2122. package/lib/clients/web/alipay/downloadFile.d.ts +1 -1
  2123. package/lib/clients/web/alipay/downloadFile.js +1 -0
  2124. package/lib/clients/web/alipay/exitApp.js +1 -1
  2125. package/lib/clients/web/alipay/getAuthCode.d.ts +1 -1
  2126. package/lib/clients/web/alipay/getAuthCode.js +1 -0
  2127. package/lib/clients/web/alipay/getBatteryInfo.js +1 -1
  2128. package/lib/clients/web/alipay/getClipboard.js +1 -1
  2129. package/lib/clients/web/alipay/getCurrentLanguage.d.ts +2 -0
  2130. package/lib/clients/web/alipay/getCurrentLanguage.js +3 -0
  2131. package/lib/clients/web/alipay/getFileInfo.js +1 -1
  2132. package/lib/clients/web/alipay/getImageInfo.js +1 -1
  2133. package/lib/clients/web/alipay/getLocation.d.ts +1 -1
  2134. package/lib/clients/web/alipay/getLocation.js +1 -0
  2135. package/lib/clients/web/alipay/getNetworkType.d.ts +1 -1
  2136. package/lib/clients/web/alipay/getNetworkType.js +1 -0
  2137. package/lib/clients/web/alipay/getPhoneNumber.d.ts +1 -1
  2138. package/lib/clients/web/alipay/getPhoneNumber.js +1 -0
  2139. package/lib/clients/web/alipay/getSavedFileInfo.js +1 -1
  2140. package/lib/clients/web/alipay/getSavedFileList.js +1 -1
  2141. package/lib/clients/web/alipay/getScreenBrightness.js +1 -1
  2142. package/lib/clients/web/alipay/getServerTime.js +1 -1
  2143. package/lib/clients/web/alipay/getSetting.js +1 -1
  2144. package/lib/clients/web/alipay/getSiteInfo.d.ts +1 -1
  2145. package/lib/clients/web/alipay/getSiteInfo.js +1 -1
  2146. package/lib/clients/web/alipay/getStorage.d.ts +1 -1
  2147. package/lib/clients/web/alipay/getStorage.js +1 -0
  2148. package/lib/clients/web/alipay/getSystemInfo.js +1 -1
  2149. package/lib/clients/web/alipay/hideKeyboard.js +1 -1
  2150. package/lib/clients/web/alipay/hideLoading.js +1 -1
  2151. package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +1 -1
  2152. package/lib/clients/web/alipay/hideNavigationBarLoading.js +1 -0
  2153. package/lib/clients/web/alipay/hideToast.js +1 -1
  2154. package/lib/clients/web/alipay/index.d.ts +43 -16
  2155. package/lib/clients/web/alipay/index.js +79 -73
  2156. package/lib/clients/web/alipay/makePhoneCall.js +1 -1
  2157. package/lib/clients/web/alipay/multiLevelSelect.d.ts +1 -1
  2158. package/lib/clients/web/alipay/multiLevelSelect.js +1 -0
  2159. package/lib/clients/web/alipay/navigateBack.d.ts +1 -1
  2160. package/lib/clients/web/alipay/navigateBack.js +1 -0
  2161. package/lib/clients/web/alipay/navigateBackMiniProgram.js +1 -1
  2162. package/lib/clients/web/alipay/navigateTo.d.ts +1 -1
  2163. package/lib/clients/web/alipay/navigateTo.js +1 -0
  2164. package/lib/clients/web/alipay/navigateToMiniProgram.js +1 -1
  2165. package/lib/clients/web/alipay/openDocument.js +1 -1
  2166. package/lib/clients/web/alipay/openSetting.js +1 -1
  2167. package/lib/clients/web/alipay/openURL.d.ts +2 -0
  2168. package/lib/clients/web/alipay/openURL.js +3 -0
  2169. package/lib/clients/web/alipay/previewImage.d.ts +1 -1
  2170. package/lib/clients/web/alipay/previewImage.js +1 -0
  2171. package/lib/clients/web/alipay/prompt.js +1 -1
  2172. package/lib/clients/web/alipay/redirectTo.d.ts +1 -1
  2173. package/lib/clients/web/alipay/redirectTo.js +1 -0
  2174. package/lib/clients/web/alipay/removeSavedFile.js +1 -1
  2175. package/lib/clients/web/alipay/removeStorage.d.ts +1 -1
  2176. package/lib/clients/web/alipay/removeStorage.js +1 -0
  2177. package/lib/clients/web/alipay/request.d.ts +1 -1
  2178. package/lib/clients/web/alipay/request.js +1 -0
  2179. package/lib/clients/web/alipay/rpc.js +1 -1
  2180. package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +2 -0
  2181. package/lib/clients/web/alipay/rpcWithAuthAPlus.js +3 -0
  2182. package/lib/clients/web/alipay/saveFile.js +1 -1
  2183. package/lib/clients/web/alipay/saveImage.d.ts +1 -1
  2184. package/lib/clients/web/alipay/saveImage.js +2 -1
  2185. package/lib/clients/web/alipay/scan.js +1 -1
  2186. package/lib/clients/web/alipay/setClipboard.js +1 -1
  2187. package/lib/clients/web/alipay/setKeepScreenOn.d.ts +1 -1
  2188. package/lib/clients/web/alipay/setKeepScreenOn.js +2 -1
  2189. package/lib/clients/web/alipay/setNavigationBar.d.ts +1 -1
  2190. package/lib/clients/web/alipay/setNavigationBar.js +1 -0
  2191. package/lib/clients/web/alipay/setScreenBrightness.js +1 -1
  2192. package/lib/clients/web/alipay/setStorage.d.ts +1 -1
  2193. package/lib/clients/web/alipay/setStorage.js +1 -0
  2194. package/lib/clients/web/alipay/showActionSheet.d.ts +1 -1
  2195. package/lib/clients/web/alipay/showActionSheet.js +1 -0
  2196. package/lib/clients/web/alipay/showAuthGuide.d.ts +1 -1
  2197. package/lib/clients/web/alipay/showAuthGuide.js +1 -0
  2198. package/lib/clients/web/alipay/showLoading.js +1 -1
  2199. package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +1 -1
  2200. package/lib/clients/web/alipay/showNavigationBarLoading.js +1 -0
  2201. package/lib/clients/web/alipay/showToast.d.ts +1 -1
  2202. package/lib/clients/web/alipay/showToast.js +1 -0
  2203. package/lib/clients/web/alipay/signContract.js +1 -1
  2204. package/lib/clients/web/alipay/startApp.js +1 -1
  2205. package/lib/clients/web/alipay/tradePay.d.ts +2 -3
  2206. package/lib/clients/web/alipay/tradePay.js +3 -20
  2207. package/lib/clients/web/alipay/uploadFile.d.ts +1 -1
  2208. package/lib/clients/web/alipay/uploadFile.js +1 -0
  2209. package/lib/clients/web/alipay/vibrate.js +1 -1
  2210. package/lib/clients/web/demo/APRegionRPC.js +1 -1
  2211. package/lib/clients/web/demo/addFatigueAction.js +1 -1
  2212. package/lib/clients/web/demo/addPhoneContact.js +1 -1
  2213. package/lib/clients/web/demo/alert.d.ts +1 -1
  2214. package/lib/clients/web/demo/alert.js +1 -0
  2215. package/lib/clients/web/demo/apDisableJSAPI.js +1 -1
  2216. package/lib/clients/web/demo/appxrpc.js +1 -1
  2217. package/lib/clients/web/demo/batchQueryCdpSpaceInfo.js +1 -1
  2218. package/lib/clients/web/demo/chooseImage.d.ts +2 -2
  2219. package/lib/clients/web/demo/chooseImage.js +3 -5
  2220. package/lib/clients/web/demo/choosePhoneContact.d.ts +1 -1
  2221. package/lib/clients/web/demo/choosePhoneContact.js +1 -0
  2222. package/lib/clients/web/demo/clearStorage.d.ts +1 -1
  2223. package/lib/clients/web/demo/clearStorage.js +1 -0
  2224. package/lib/clients/web/demo/confirm.d.ts +1 -1
  2225. package/lib/clients/web/demo/confirm.js +1 -0
  2226. package/lib/clients/web/demo/datePicker.d.ts +1 -1
  2227. package/lib/clients/web/demo/datePicker.js +1 -0
  2228. package/lib/clients/web/demo/downloadFile.d.ts +1 -1
  2229. package/lib/clients/web/demo/downloadFile.js +1 -0
  2230. package/lib/clients/web/demo/exitApp.js +1 -1
  2231. package/lib/clients/web/demo/getAppToken.js +1 -1
  2232. package/lib/clients/web/demo/getAuthCode.d.ts +1 -1
  2233. package/lib/clients/web/demo/getAuthCode.js +1 -0
  2234. package/lib/clients/web/demo/getBatteryInfo.js +1 -1
  2235. package/lib/clients/web/demo/getClipboard.js +1 -1
  2236. package/lib/clients/web/demo/getComponentAuth.js +1 -1
  2237. package/lib/clients/web/demo/getCurrentLanguage.d.ts +2 -0
  2238. package/lib/clients/web/demo/getCurrentLanguage.js +3 -0
  2239. package/lib/clients/web/demo/getFileInfo.js +1 -1
  2240. package/lib/clients/web/demo/getImageInfo.js +1 -1
  2241. package/lib/clients/web/demo/getLocation.d.ts +1 -1
  2242. package/lib/clients/web/demo/getLocation.js +1 -0
  2243. package/lib/clients/web/demo/getNetworkType.d.ts +1 -1
  2244. package/lib/clients/web/demo/getNetworkType.js +1 -0
  2245. package/lib/clients/web/demo/getOpenUserInfo.d.ts +2 -1
  2246. package/lib/clients/web/demo/getOpenUserInfo.js +3 -7
  2247. package/lib/clients/web/demo/getPaymentCode.js +1 -1
  2248. package/lib/clients/web/demo/getPhoneNumber.d.ts +1 -1
  2249. package/lib/clients/web/demo/getPhoneNumber.js +1 -0
  2250. package/lib/clients/web/demo/getSavedFileInfo.js +1 -1
  2251. package/lib/clients/web/demo/getSavedFileList.js +1 -1
  2252. package/lib/clients/web/demo/getScreenBrightness.js +1 -1
  2253. package/lib/clients/web/demo/getServerTime.js +1 -1
  2254. package/lib/clients/web/demo/getSetting.js +1 -1
  2255. package/lib/clients/web/demo/getSiteInfo.d.ts +1 -1
  2256. package/lib/clients/web/demo/getSiteInfo.js +1 -1
  2257. package/lib/clients/web/demo/getStorage.d.ts +1 -1
  2258. package/lib/clients/web/demo/getStorage.js +1 -0
  2259. package/lib/clients/web/demo/getSystemInfo.js +1 -1
  2260. package/lib/clients/web/demo/hideKeyboard.js +1 -1
  2261. package/lib/clients/web/demo/hideLoading.js +1 -1
  2262. package/lib/clients/web/demo/hideNavigationBarLoading.d.ts +1 -1
  2263. package/lib/clients/web/demo/hideNavigationBarLoading.js +1 -0
  2264. package/lib/clients/web/demo/hideToast.js +1 -1
  2265. package/lib/clients/web/demo/index.d.ts +22 -20
  2266. package/lib/clients/web/demo/index.js +91 -95
  2267. package/lib/clients/web/demo/inquireQuote.js +1 -1
  2268. package/lib/clients/web/demo/isInstalledApp.js +1 -1
  2269. package/lib/clients/web/demo/makePhoneCall.js +1 -1
  2270. package/lib/clients/web/demo/multiLevelSelect.d.ts +1 -1
  2271. package/lib/clients/web/demo/multiLevelSelect.js +1 -0
  2272. package/lib/clients/web/demo/navigateBack.d.ts +1 -1
  2273. package/lib/clients/web/demo/navigateBack.js +1 -0
  2274. package/lib/clients/web/demo/navigateBackMiniProgram.js +1 -1
  2275. package/lib/clients/web/demo/navigateTo.d.ts +1 -1
  2276. package/lib/clients/web/demo/navigateTo.js +1 -0
  2277. package/lib/clients/web/demo/navigateToBizScene.js +1 -1
  2278. package/lib/clients/web/demo/navigateToMiniProgram.js +1 -1
  2279. package/lib/clients/web/demo/openDocument.js +1 -1
  2280. package/lib/clients/web/demo/openSchemeWithBacking.js +1 -1
  2281. package/lib/clients/web/demo/openSetting.js +1 -1
  2282. package/lib/clients/web/demo/previewImage.d.ts +1 -1
  2283. package/lib/clients/web/demo/previewImage.js +1 -0
  2284. package/lib/clients/web/demo/prompt.js +1 -1
  2285. package/lib/clients/web/demo/redirectTo.d.ts +1 -1
  2286. package/lib/clients/web/demo/redirectTo.js +1 -0
  2287. package/lib/clients/web/demo/regionFetchAllApps.js +1 -1
  2288. package/lib/clients/web/demo/regionSearchAppsByKeywords.js +1 -1
  2289. package/lib/clients/web/demo/removeSavedFile.js +1 -1
  2290. package/lib/clients/web/demo/removeStorage.d.ts +1 -1
  2291. package/lib/clients/web/demo/removeStorage.js +1 -0
  2292. package/lib/clients/web/demo/request.d.ts +1 -1
  2293. package/lib/clients/web/demo/request.js +1 -0
  2294. package/lib/clients/web/demo/rpc.js +1 -1
  2295. package/lib/clients/web/demo/saveFile.js +1 -1
  2296. package/lib/clients/web/demo/saveImage.d.ts +1 -1
  2297. package/lib/clients/web/demo/saveImage.js +2 -1
  2298. package/lib/clients/web/demo/scan.js +1 -1
  2299. package/lib/clients/web/demo/setClipboard.js +1 -1
  2300. package/lib/clients/web/demo/setKeepScreenOn.d.ts +1 -1
  2301. package/lib/clients/web/demo/setKeepScreenOn.js +2 -1
  2302. package/lib/clients/web/demo/setNavigationBar.d.ts +1 -1
  2303. package/lib/clients/web/demo/setNavigationBar.js +1 -0
  2304. package/lib/clients/web/demo/setScreenBrightness.js +1 -1
  2305. package/lib/clients/web/demo/setStorage.d.ts +1 -1
  2306. package/lib/clients/web/demo/setStorage.js +1 -0
  2307. package/lib/clients/web/demo/showActionSheet.d.ts +1 -1
  2308. package/lib/clients/web/demo/showActionSheet.js +1 -0
  2309. package/lib/clients/web/demo/showAuthGuide.d.ts +1 -1
  2310. package/lib/clients/web/demo/showAuthGuide.js +1 -0
  2311. package/lib/clients/web/demo/showLoading.js +1 -1
  2312. package/lib/clients/web/demo/showNavigationBarLoading.d.ts +1 -1
  2313. package/lib/clients/web/demo/showNavigationBarLoading.js +1 -0
  2314. package/lib/clients/web/demo/showToast.d.ts +1 -1
  2315. package/lib/clients/web/demo/showToast.js +1 -0
  2316. package/lib/clients/web/demo/signContract.js +1 -1
  2317. package/lib/clients/web/demo/startApp.js +1 -1
  2318. package/lib/clients/web/demo/startBizService.js +1 -1
  2319. package/lib/clients/web/demo/thirdPartyAuthForAc.js +1 -1
  2320. package/lib/clients/web/demo/tradePay.js +1 -1
  2321. package/lib/clients/web/demo/uploadApdidToken.js +1 -1
  2322. package/lib/clients/web/demo/uploadFile.d.ts +1 -1
  2323. package/lib/clients/web/demo/uploadFile.js +1 -0
  2324. package/lib/clients/web/demo/vibrate.js +1 -1
  2325. package/lib/clients/web/demo/writeBLECharacteristicValue.js +1 -1
  2326. package/lib/clients/web/h5/alert.d.ts +2 -2
  2327. package/lib/clients/web/h5/alert.js +3 -4
  2328. package/lib/clients/web/h5/clearStorage.d.ts +2 -2
  2329. package/lib/clients/web/h5/clearStorage.js +3 -4
  2330. package/lib/clients/web/h5/clearStorageSync.d.ts +2 -1
  2331. package/lib/clients/web/h5/clearStorageSync.js +3 -4
  2332. package/lib/clients/web/h5/confirm.d.ts +2 -1
  2333. package/lib/clients/web/h5/confirm.js +3 -1
  2334. package/lib/clients/web/h5/createSelectorQuery.d.ts +2 -1
  2335. package/lib/clients/web/h5/createSelectorQuery.js +3 -4
  2336. package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +2 -0
  2337. package/lib/clients/web/h5/createWithoutAuthRpc.js +3 -0
  2338. package/lib/clients/web/h5/defineRuntimeConfig.d.ts +2 -0
  2339. package/lib/clients/web/h5/defineRuntimeConfig.js +3 -0
  2340. package/lib/clients/web/h5/exitApp.d.ts +2 -1
  2341. package/lib/clients/web/h5/exitApp.js +3 -4
  2342. package/lib/clients/web/h5/getClipboard.d.ts +2 -2
  2343. package/lib/clients/web/h5/getClipboard.js +3 -4
  2344. package/lib/clients/web/h5/getCurrentLanguage.d.ts +2 -0
  2345. package/lib/clients/web/h5/getCurrentLanguage.js +3 -0
  2346. package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +2 -1
  2347. package/lib/clients/web/h5/getLaunchOptionsSync.js +3 -4
  2348. package/lib/clients/web/h5/getLocation.d.ts +2 -1
  2349. package/lib/clients/web/h5/getLocation.js +3 -4
  2350. package/lib/clients/web/h5/getNetworkType.d.ts +2 -2
  2351. package/lib/clients/web/h5/getNetworkType.js +3 -4
  2352. package/lib/clients/web/h5/getSiteInfo.d.ts +2 -2
  2353. package/lib/clients/web/h5/getSiteInfo.js +3 -4
  2354. package/lib/clients/web/h5/getStorage.d.ts +2 -2
  2355. package/lib/clients/web/h5/getStorage.js +3 -13
  2356. package/lib/clients/web/h5/getStorageSync.d.ts +2 -6
  2357. package/lib/clients/web/h5/getStorageSync.js +3 -5
  2358. package/lib/clients/web/h5/getSystemInfo.d.ts +2 -2
  2359. package/lib/clients/web/h5/getSystemInfo.js +3 -4
  2360. package/lib/clients/web/h5/getSystemInfoSync.d.ts +2 -1
  2361. package/lib/clients/web/h5/getSystemInfoSync.js +3 -4
  2362. package/lib/clients/web/h5/hideLoading.d.ts +2 -1
  2363. package/lib/clients/web/h5/hideLoading.js +3 -1
  2364. package/lib/clients/web/h5/hideToast.d.ts +2 -2
  2365. package/lib/clients/web/h5/hideToast.js +3 -4
  2366. package/lib/clients/web/h5/index.d.ts +28 -8
  2367. package/lib/clients/web/h5/index.js +48 -39
  2368. package/lib/clients/web/h5/makePhoneCall.d.ts +2 -3
  2369. package/lib/clients/web/h5/makePhoneCall.js +3 -4
  2370. package/lib/clients/web/h5/navigateBack.d.ts +2 -2
  2371. package/lib/clients/web/h5/navigateBack.js +3 -4
  2372. package/lib/clients/web/h5/navigateTo.d.ts +2 -2
  2373. package/lib/clients/web/h5/navigateTo.js +3 -4
  2374. package/lib/clients/web/h5/navigateToBizScene.d.ts +2 -2
  2375. package/lib/clients/web/h5/navigateToBizScene.js +3 -4
  2376. package/lib/clients/web/h5/navigateToMiniProgram.d.ts +2 -2
  2377. package/lib/clients/web/h5/navigateToMiniProgram.js +3 -4
  2378. package/lib/clients/web/h5/openURL.d.ts +2 -0
  2379. package/lib/clients/web/h5/openURL.js +3 -0
  2380. package/lib/clients/web/h5/pageScrollTo.d.ts +2 -2
  2381. package/lib/clients/web/h5/pageScrollTo.js +3 -4
  2382. package/lib/clients/web/h5/redirectTo.d.ts +2 -2
  2383. package/lib/clients/web/h5/redirectTo.js +3 -4
  2384. package/lib/clients/web/h5/removeStorage.d.ts +2 -2
  2385. package/lib/clients/web/h5/removeStorage.js +3 -13
  2386. package/lib/clients/web/h5/removeStorageSync.d.ts +2 -4
  2387. package/lib/clients/web/h5/removeStorageSync.js +3 -4
  2388. package/lib/clients/web/h5/request.d.ts +2 -2
  2389. package/lib/clients/web/h5/request.js +3 -4
  2390. package/lib/clients/web/h5/rpc.d.ts +2 -2
  2391. package/lib/clients/web/h5/rpc.js +3 -16
  2392. package/lib/clients/web/h5/setClipboard.d.ts +2 -2
  2393. package/lib/clients/web/h5/setClipboard.js +3 -4
  2394. package/lib/clients/web/h5/setNavigationBar.d.ts +2 -2
  2395. package/lib/clients/web/h5/setNavigationBar.js +3 -4
  2396. package/lib/clients/web/h5/setStorage.d.ts +2 -2
  2397. package/lib/clients/web/h5/setStorage.js +3 -16
  2398. package/lib/clients/web/h5/setStorageSync.d.ts +2 -5
  2399. package/lib/clients/web/h5/setStorageSync.js +3 -7
  2400. package/lib/clients/web/h5/showLoading.d.ts +2 -2
  2401. package/lib/clients/web/h5/showLoading.js +3 -4
  2402. package/lib/clients/web/h5/showToast.d.ts +2 -2
  2403. package/lib/clients/web/h5/showToast.js +3 -4
  2404. package/lib/clients/web/tngdh5ng/alert.d.ts +1 -1
  2405. package/lib/clients/web/tngdh5ng/alert.js +1 -0
  2406. package/lib/clients/web/tngdh5ng/confirm.d.ts +1 -1
  2407. package/lib/clients/web/tngdh5ng/confirm.js +1 -0
  2408. package/lib/clients/web/tngdh5ng/exitApp.js +1 -1
  2409. package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +2 -0
  2410. package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +3 -0
  2411. package/lib/clients/web/tngdh5ng/getLocation.d.ts +1 -1
  2412. package/lib/clients/web/tngdh5ng/getLocation.js +1 -0
  2413. package/lib/clients/web/tngdh5ng/getNetworkType.d.ts +1 -1
  2414. package/lib/clients/web/tngdh5ng/getNetworkType.js +1 -0
  2415. package/lib/clients/web/tngdh5ng/getSystemInfo.js +1 -1
  2416. package/lib/clients/web/tngdh5ng/hideLoading.js +1 -1
  2417. package/lib/clients/web/tngdh5ng/hideToast.js +1 -1
  2418. package/lib/clients/web/tngdh5ng/index.d.ts +3 -1
  2419. package/lib/clients/web/tngdh5ng/index.js +21 -19
  2420. package/lib/clients/web/tngdh5ng/makePhoneCall.js +1 -1
  2421. package/lib/clients/web/tngdh5ng/navigateBack.d.ts +1 -1
  2422. package/lib/clients/web/tngdh5ng/navigateBack.js +1 -0
  2423. package/lib/clients/web/tngdh5ng/navigateTo.d.ts +1 -1
  2424. package/lib/clients/web/tngdh5ng/navigateTo.js +1 -0
  2425. package/lib/clients/web/tngdh5ng/prompt.js +1 -1
  2426. package/lib/clients/web/tngdh5ng/setClipboard.js +1 -1
  2427. package/lib/clients/web/tngdh5ng/setNavigationBar.d.ts +1 -1
  2428. package/lib/clients/web/tngdh5ng/setNavigationBar.js +1 -0
  2429. package/lib/clients/web/tngdh5ng/showLoading.js +1 -1
  2430. package/lib/clients/web/tngdh5ng/showToast.d.ts +1 -1
  2431. package/lib/clients/web/tngdh5ng/showToast.js +1 -0
  2432. package/lib/clients/web/tngdh5ng/vibrate.js +1 -1
  2433. package/lib/code/authLoginSrcCode.d.ts +8 -0
  2434. package/lib/code/authLoginSrcCode.js +282 -0
  2435. package/lib/common/apis/custom/mp/alipay/tradePay.d.ts +3 -0
  2436. package/lib/common/apis/custom/mp/alipay/tradePay.js +20 -0
  2437. package/lib/common/apis/custom/mp/wechat/showToast.d.ts +2 -0
  2438. package/lib/common/apis/custom/mp/wechat/showToast.js +29 -0
  2439. package/lib/common/apis/custom/web/getAppId.d.ts +3 -0
  2440. package/lib/common/apis/custom/web/getAppId.js +8 -0
  2441. package/lib/common/apis/custom/web/getAuthCode.js +9 -2
  2442. package/lib/common/apis/custom/web/getCurrentPages.d.ts +3 -0
  2443. package/lib/common/apis/custom/web/getCurrentPages.js +17 -0
  2444. package/lib/common/apis/custom/web/getSDKVersion.d.ts +3 -0
  2445. package/lib/common/apis/custom/web/getSDKVersion.js +17 -0
  2446. package/lib/common/apis/custom/web/getStorage.js +1 -1
  2447. package/lib/common/apis/custom/web/h5/alert.d.ts +2 -0
  2448. package/lib/common/apis/custom/web/h5/alert.js +4 -0
  2449. package/lib/common/apis/custom/web/h5/clearStorage.d.ts +2 -0
  2450. package/lib/common/apis/custom/web/h5/clearStorage.js +11 -0
  2451. package/lib/common/apis/custom/web/h5/clearStorageSync.d.ts +1 -0
  2452. package/lib/common/apis/custom/web/h5/clearStorageSync.js +4 -0
  2453. package/lib/common/apis/custom/web/h5/confirm.d.ts +1 -0
  2454. package/lib/common/apis/custom/web/h5/confirm.js +1 -0
  2455. package/lib/common/apis/custom/web/h5/createSelectorQuery.d.ts +1 -0
  2456. package/lib/common/apis/custom/web/h5/createSelectorQuery.js +4 -0
  2457. package/lib/common/apis/custom/web/h5/exitApp.d.ts +1 -0
  2458. package/lib/common/apis/custom/web/h5/exitApp.js +4 -0
  2459. package/lib/common/apis/custom/web/h5/getClipboard.d.ts +2 -0
  2460. package/lib/common/apis/custom/web/h5/getClipboard.js +4 -0
  2461. package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.d.ts +1 -0
  2462. package/lib/common/apis/custom/web/h5/getLaunchOptionsSync.js +4 -0
  2463. package/lib/common/apis/custom/web/h5/getLocation.d.ts +1 -0
  2464. package/lib/common/apis/custom/web/h5/getLocation.js +4 -0
  2465. package/lib/common/apis/custom/web/h5/getNetworkType.d.ts +2 -0
  2466. package/lib/common/apis/custom/web/h5/getNetworkType.js +4 -0
  2467. package/lib/common/apis/custom/web/h5/getSiteInfo.d.ts +2 -0
  2468. package/lib/common/apis/custom/web/h5/getSiteInfo.js +4 -0
  2469. package/lib/common/apis/custom/web/h5/getStorage.d.ts +2 -0
  2470. package/lib/common/apis/custom/web/h5/getStorage.js +16 -0
  2471. package/lib/common/apis/custom/web/h5/getStorageSync.d.ts +6 -0
  2472. package/lib/common/apis/custom/web/h5/getStorageSync.js +8 -0
  2473. package/lib/common/apis/custom/web/h5/getSystemInfo.d.ts +2 -0
  2474. package/lib/common/apis/custom/web/h5/getSystemInfo.js +4 -0
  2475. package/lib/common/apis/custom/web/h5/getSystemInfoSync.d.ts +1 -0
  2476. package/lib/common/apis/custom/web/h5/getSystemInfoSync.js +4 -0
  2477. package/lib/common/apis/custom/web/h5/hideLoading.d.ts +1 -0
  2478. package/lib/common/apis/custom/web/h5/hideLoading.js +1 -0
  2479. package/lib/common/apis/custom/web/h5/hideToast.d.ts +2 -0
  2480. package/lib/common/apis/custom/web/h5/hideToast.js +4 -0
  2481. package/lib/common/apis/custom/web/h5/makePhoneCall.d.ts +3 -0
  2482. package/lib/common/apis/custom/web/h5/makePhoneCall.js +4 -0
  2483. package/lib/common/apis/custom/web/h5/navigateBack.d.ts +2 -0
  2484. package/lib/common/apis/custom/web/h5/navigateBack.js +4 -0
  2485. package/lib/common/apis/custom/web/h5/navigateTo.d.ts +2 -0
  2486. package/lib/common/apis/custom/web/h5/navigateTo.js +4 -0
  2487. package/lib/common/apis/custom/web/h5/pageScrollTo.d.ts +2 -0
  2488. package/lib/common/apis/custom/web/h5/pageScrollTo.js +4 -0
  2489. package/lib/common/apis/custom/web/h5/redirectTo.d.ts +2 -0
  2490. package/lib/common/apis/custom/web/h5/redirectTo.js +4 -0
  2491. package/lib/common/apis/custom/web/h5/removeStorage.d.ts +2 -0
  2492. package/lib/common/apis/custom/web/h5/removeStorage.js +14 -0
  2493. package/lib/common/apis/custom/web/h5/removeStorageSync.d.ts +4 -0
  2494. package/lib/common/apis/custom/web/h5/removeStorageSync.js +5 -0
  2495. package/lib/common/apis/custom/web/h5/request.d.ts +2 -0
  2496. package/lib/common/apis/custom/web/h5/request.js +4 -0
  2497. package/lib/common/apis/custom/web/h5/rpc.d.ts +3 -0
  2498. package/lib/common/apis/custom/web/h5/rpc.js +14 -0
  2499. package/lib/common/apis/custom/web/h5/setClipboard.d.ts +2 -0
  2500. package/lib/common/apis/custom/web/h5/setClipboard.js +4 -0
  2501. package/lib/common/apis/custom/web/h5/setNavigationBar.d.ts +2 -0
  2502. package/lib/common/apis/custom/web/h5/setNavigationBar.js +4 -0
  2503. package/lib/common/apis/custom/web/h5/setStorage.d.ts +2 -0
  2504. package/lib/common/apis/custom/web/h5/setStorage.js +15 -0
  2505. package/lib/common/apis/custom/web/h5/setStorageSync.d.ts +5 -0
  2506. package/lib/common/apis/custom/web/h5/setStorageSync.js +6 -0
  2507. package/lib/common/apis/custom/web/h5/showLoading.d.ts +2 -0
  2508. package/lib/common/apis/custom/web/h5/showLoading.js +4 -0
  2509. package/lib/common/apis/custom/web/h5/showToast.d.ts +2 -0
  2510. package/lib/common/apis/custom/web/h5/showToast.js +4 -0
  2511. package/lib/common/apis/custom/web/request.js +1 -1
  2512. package/lib/common/apis/custom/web/setNavigationBar.js +1 -1
  2513. package/lib/common/apis/custom/web/setStorage.js +1 -1
  2514. package/lib/common/apis/generated/mp/getAuthCode.d.ts +8 -2
  2515. package/lib/common/apis/generated/mp/rpc.d.ts +11 -2
  2516. package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +11 -0
  2517. package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.js +7 -0
  2518. package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +5 -0
  2519. package/lib/common/apis/generated/mp_web/defineRuntimeConfig.js +7 -0
  2520. package/lib/common/apis/generated/mp_web/getAuthCode.d.ts +8 -2
  2521. package/lib/common/apis/generated/mp_web/rpc.d.ts +11 -2
  2522. package/lib/common/apis/generated/web/chooseImage.d.ts +11 -0
  2523. package/lib/common/apis/generated/web/chooseImage.js +14 -0
  2524. package/lib/common/apis/generated/web/getOpenUserInfo.d.ts +11 -0
  2525. package/lib/common/apis/generated/web/getOpenUserInfo.js +14 -0
  2526. package/lib/common/apis/generated/web/rpc.d.ts +11 -2
  2527. package/lib/common/apis/generated/web/saveImage.d.ts +9 -0
  2528. package/lib/common/apis/generated/web/saveImage.js +14 -0
  2529. package/lib/common/apis/generated/web/setKeepScreenOn.d.ts +9 -0
  2530. package/lib/common/apis/generated/web/setKeepScreenOn.js +14 -0
  2531. package/lib/common/utils/storage.d.ts +9 -0
  2532. package/lib/common/utils/storage.js +47 -0
  2533. package/lib/dsl.d.ts +2671 -0
  2534. package/lib/{babel-compact.js → dsl.js} +161 -1581
  2535. package/lib/index.js +4 -4
  2536. package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +1 -0
  2537. package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +1 -0
  2538. package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +1 -0
  2539. package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +1 -0
  2540. package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +1 -0
  2541. package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +1 -0
  2542. package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +1 -0
  2543. package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +1 -0
  2544. package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +1 -0
  2545. package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +1 -0
  2546. package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +1 -0
  2547. package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +1 -0
  2548. package/lib/internal/apis/custom/mp_web/alipayhk/openURL.d.ts +2 -0
  2549. package/lib/internal/apis/custom/mp_web/alipayhk/openURL.js +26 -0
  2550. package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +1 -0
  2551. package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +1 -0
  2552. package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +1 -0
  2553. package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +1 -0
  2554. package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +1 -0
  2555. package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +1 -0
  2556. package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +1 -0
  2557. package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +1 -0
  2558. package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +1 -0
  2559. package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +1 -0
  2560. package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +1 -0
  2561. package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +1 -0
  2562. package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +1 -0
  2563. package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +1 -0
  2564. package/lib/internal/apis/custom/mp_web/mpay/openURL.d.ts +2 -0
  2565. package/lib/internal/apis/custom/mp_web/mpay/openURL.js +26 -0
  2566. package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +1 -0
  2567. package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +1 -0
  2568. package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.d.ts +3 -0
  2569. package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +14 -0
  2570. package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +1 -0
  2571. package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +1 -0
  2572. package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +1 -0
  2573. package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +1 -0
  2574. package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +1 -0
  2575. package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +1 -0
  2576. package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +1 -0
  2577. package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +1 -0
  2578. package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +1 -0
  2579. package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +1 -0
  2580. package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +1 -0
  2581. package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +1 -0
  2582. package/lib/internal/apis/custom/mp_web/tngd/openURL.d.ts +6 -0
  2583. package/lib/internal/apis/custom/mp_web/tngd/openURL.js +30 -0
  2584. package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +1 -0
  2585. package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +1 -0
  2586. package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.d.ts +3 -0
  2587. package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +14 -0
  2588. package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +1 -0
  2589. package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +10 -0
  2590. package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +1 -0
  2591. package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +1 -0
  2592. package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +1 -0
  2593. package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +1 -0
  2594. package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +1 -0
  2595. package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +1 -0
  2596. package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +1 -0
  2597. package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +10 -0
  2598. package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +1 -0
  2599. package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +10 -0
  2600. package/lib/internal/apis/custom/mp_web/truemoney/openURL.d.ts +6 -0
  2601. package/lib/internal/apis/custom/mp_web/truemoney/openURL.js +30 -0
  2602. package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +1 -0
  2603. package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +1 -0
  2604. package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +1 -0
  2605. package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +1 -0
  2606. package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +1 -0
  2607. package/lib/internal/apis/custom/web/alipay/openInApp.js +1 -0
  2608. package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +1 -0
  2609. package/lib/internal/apis/custom/web/alipay/openInBrowser.js +1 -0
  2610. package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +1 -0
  2611. package/lib/internal/apis/custom/web/alipay/openOtherApp.js +1 -0
  2612. package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +1 -0
  2613. package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +1 -0
  2614. package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +1 -0
  2615. package/lib/internal/apis/custom/web/alipay/openScanPage.js +1 -0
  2616. package/lib/internal/apis/custom/web/alipay/openURL.d.ts +2 -0
  2617. package/lib/internal/apis/custom/web/alipay/openURL.js +26 -0
  2618. package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +1 -0
  2619. package/lib/internal/apis/custom/web/alipay/openWebURL.js +1 -0
  2620. package/lib/internal/apis/custom/web/createWithoutAuthRpc.d.ts +3 -0
  2621. package/lib/internal/apis/custom/web/createWithoutAuthRpc.js +51 -0
  2622. package/lib/internal/apis/custom/web/defineRuntimeConfig.d.ts +3 -0
  2623. package/lib/internal/apis/custom/web/defineRuntimeConfig.js +9 -0
  2624. package/lib/internal/apis/custom/web/getCurrentLanguage.d.ts +2 -0
  2625. package/lib/internal/apis/custom/web/getCurrentLanguage.js +12 -0
  2626. package/lib/internal/apis/custom/web/h5/openURL.d.ts +2 -0
  2627. package/lib/internal/apis/custom/web/h5/openURL.js +15 -0
  2628. package/lib/internal/apis/custom/web/rpcWithAuthAPlus.d.ts +3 -0
  2629. package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +19 -0
  2630. package/lib/internal/utils/baseOpenUrl.d.ts +15 -0
  2631. package/lib/internal/utils/baseOpenUrl.js +125 -0
  2632. package/lib/internal/utils/index.d.ts +9 -0
  2633. package/lib/internal/utils/index.js +71 -0
  2634. package/lib/internal/utils/language.d.ts +4 -0
  2635. package/lib/internal/utils/language.js +46 -0
  2636. package/lib/internal/utils/network/authLogin.d.ts +8 -0
  2637. package/lib/internal/utils/network/authLogin.js +564 -0
  2638. package/lib/internal/utils/network/index.d.ts +7 -0
  2639. package/lib/internal/utils/network/index.js +244 -0
  2640. package/lib/internal/utils/router.d.ts +35 -0
  2641. package/lib/internal/utils/router.js +157 -0
  2642. package/lib/umd/index.js +1 -1
  2643. package/lib/umd/mp_web_alipay.js +1 -1
  2644. package/lib/umd/mp_web_alipayhk.js +1 -1
  2645. package/lib/umd/mp_web_chope.js +1 -1
  2646. package/lib/umd/mp_web_dana.js +1 -1
  2647. package/lib/umd/mp_web_demo.js +1 -1
  2648. package/lib/umd/mp_web_gcash.js +1 -1
  2649. package/lib/umd/mp_web_mpay.js +2 -0
  2650. package/lib/umd/mp_web_mpay.js.LICENSE.txt +1 -0
  2651. package/lib/umd/mp_web_tngd.js +1 -1
  2652. package/lib/umd/mp_web_toss.js +2 -0
  2653. package/lib/umd/mp_web_toss.js.LICENSE.txt +1 -0
  2654. package/lib/umd/mp_web_truemoney.js +1 -1
  2655. package/lib/umd/web_alipay.js +2 -1
  2656. package/lib/umd/web_alipay.js.LICENSE.txt +1 -0
  2657. package/lib/umd/web_demo.js +1 -1
  2658. package/lib/umd/web_h5.js +1 -1
  2659. package/lib/umd/web_tngdh5ng.js +1 -1
  2660. package/lib/whichCanIUse/index.js +3 -3
  2661. package/lib/whichCanIUse/mp.js +7 -7
  2662. package/lib/whichCanIUse/mp_web.d.ts +2 -0
  2663. package/lib/whichCanIUse/mp_web.js +10 -8
  2664. package/lib/whichCanIUse/web.js +4 -4
  2665. package/package.json +26 -8
  2666. package/lib/clients/mp/demo/crossPay.d.ts +0 -2
  2667. package/lib/clients/mp/demo/crossPay.js +0 -3
  2668. package/lib/clients/mp/demo/onMessage.d.ts +0 -2
  2669. package/lib/clients/mp/demo/onMessage.js +0 -3
  2670. package/lib/clients/mp/demo/postMessage.d.ts +0 -2
  2671. package/lib/clients/mp/demo/postMessage.js +0 -3
  2672. package/lib/clients/mp_web/alipay/canIUse.d.ts +0 -2
  2673. package/lib/clients/mp_web/alipay/canIUse.js +0 -2
  2674. package/lib/clients/mp_web/alipay/getSystemInfoSync.d.ts +0 -2
  2675. package/lib/clients/mp_web/alipay/getSystemInfoSync.js +0 -2
  2676. package/lib/clients/mp_web/alipayhk/canIUse.d.ts +0 -2
  2677. package/lib/clients/mp_web/alipayhk/canIUse.js +0 -2
  2678. package/lib/clients/mp_web/chope/canIUse.d.ts +0 -2
  2679. package/lib/clients/mp_web/chope/canIUse.js +0 -2
  2680. package/lib/clients/mp_web/dana/canIUse.d.ts +0 -2
  2681. package/lib/clients/mp_web/dana/canIUse.js +0 -2
  2682. package/lib/clients/mp_web/demo/canIUse.d.ts +0 -2
  2683. package/lib/clients/mp_web/demo/canIUse.js +0 -2
  2684. package/lib/clients/mp_web/demo/crossPay.d.ts +0 -2
  2685. package/lib/clients/mp_web/demo/crossPay.js +0 -3
  2686. package/lib/clients/mp_web/demo/getSystemInfoSync.d.ts +0 -2
  2687. package/lib/clients/mp_web/demo/getSystemInfoSync.js +0 -3
  2688. package/lib/clients/mp_web/gcash/canIUse.d.ts +0 -2
  2689. package/lib/clients/mp_web/gcash/canIUse.js +0 -2
  2690. package/lib/clients/mp_web/tngd/canIUse.d.ts +0 -2
  2691. package/lib/clients/mp_web/tngd/canIUse.js +0 -2
  2692. package/lib/clients/mp_web/truemoney/canIUse.d.ts +0 -2
  2693. package/lib/clients/mp_web/truemoney/canIUse.js +0 -2
  2694. package/lib/clients/web/alipay/hideOptionButton.d.ts +0 -1
  2695. package/lib/clients/web/alipay/hideOptionButton.js +0 -7
  2696. package/lib/clients/web/alipay/reLaunch.d.ts +0 -2
  2697. package/lib/clients/web/alipay/reLaunch.js +0 -2
  2698. package/lib/clients/web/alipay/setOptionMenu.d.ts +0 -1
  2699. package/lib/clients/web/alipay/setOptionMenu.js +0 -7
  2700. package/lib/clients/web/alipay/setTabBarStyle.d.ts +0 -2
  2701. package/lib/clients/web/alipay/setTabBarStyle.js +0 -2
  2702. package/lib/clients/web/alipay/startPullDownRefresh.d.ts +0 -2
  2703. package/lib/clients/web/alipay/startPullDownRefresh.js +0 -2
  2704. package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +0 -2
  2705. package/lib/clients/web/alipay/stopPullDownRefresh.js +0 -2
  2706. package/lib/clients/web/demo/crossPay.d.ts +0 -2
  2707. package/lib/clients/web/demo/crossPay.js +0 -3
  2708. package/lib/clients/web/demo/hideOptionButton.d.ts +0 -2
  2709. package/lib/clients/web/demo/hideOptionButton.js +0 -3
  2710. package/lib/clients/web/demo/offCompassChange.d.ts +0 -2
  2711. package/lib/clients/web/demo/offCompassChange.js +0 -3
  2712. package/lib/clients/web/demo/offMemoryWarning.d.ts +0 -2
  2713. package/lib/clients/web/demo/offMemoryWarning.js +0 -3
  2714. package/lib/clients/web/demo/onAccelerometerChange.d.ts +0 -2
  2715. package/lib/clients/web/demo/onAccelerometerChange.js +0 -3
  2716. package/lib/clients/web/demo/paySignCenter.d.ts +0 -1
  2717. package/lib/clients/web/demo/paySignCenter.js +0 -7
  2718. package/lib/clients/web/demo/reLaunch.d.ts +0 -2
  2719. package/lib/clients/web/demo/reLaunch.js +0 -2
  2720. package/lib/clients/web/demo/setBackgroundColor.d.ts +0 -2
  2721. package/lib/clients/web/demo/setBackgroundColor.js +0 -3
  2722. package/lib/clients/web/demo/setOptionMenu.d.ts +0 -1
  2723. package/lib/clients/web/demo/setOptionMenu.js +0 -7
  2724. package/lib/clients/web/demo/setTabBarStyle.d.ts +0 -2
  2725. package/lib/clients/web/demo/setTabBarStyle.js +0 -2
  2726. package/lib/clients/web/demo/startPullDownRefresh.d.ts +0 -2
  2727. package/lib/clients/web/demo/startPullDownRefresh.js +0 -2
  2728. package/lib/clients/web/demo/stopPullDownRefresh.d.ts +0 -2
  2729. package/lib/clients/web/demo/stopPullDownRefresh.js +0 -2
  2730. package/lib/clients/web/demo/watchShake.d.ts +0 -2
  2731. package/lib/clients/web/demo/watchShake.js +0 -3
  2732. package/lib/clients/web/h5/getAppIdSync.d.ts +0 -1
  2733. package/lib/clients/web/h5/getAppIdSync.js +0 -4
  2734. package/lib/clients/web/tngdh5ng/getClipboard.d.ts +0 -2
  2735. package/lib/clients/web/tngdh5ng/getClipboard.js +0 -2
  2736. package/lib/common/apis/generated/mp/onMessage.d.ts +0 -2
  2737. package/lib/common/apis/generated/mp/onMessage.js +0 -6
  2738. package/lib/common/apis/generated/mp/postMessage.d.ts +0 -2
  2739. package/lib/common/apis/generated/mp/postMessage.js +0 -4
  2740. package/lib/common/apis/generated/mp_web/canIUse.d.ts +0 -2
  2741. package/lib/common/apis/generated/mp_web/canIUse.js +0 -4
  2742. package/lib/common/apis/generated/mp_web/getSystemInfoSync.d.ts +0 -2
  2743. package/lib/common/apis/generated/mp_web/getSystemInfoSync.js +0 -4
  2744. package/lib/common/apis/generated/web/hideOptionButton.d.ts +0 -3
  2745. package/lib/common/apis/generated/web/hideOptionButton.js +0 -8
  2746. package/lib/common/apis/generated/web/offCompassChange.d.ts +0 -2
  2747. package/lib/common/apis/generated/web/offCompassChange.js +0 -4
  2748. package/lib/common/apis/generated/web/offMemoryWarning.d.ts +0 -4
  2749. package/lib/common/apis/generated/web/offMemoryWarning.js +0 -4
  2750. package/lib/common/apis/generated/web/onAccelerometerChange.d.ts +0 -6
  2751. package/lib/common/apis/generated/web/onAccelerometerChange.js +0 -4
  2752. package/lib/common/apis/generated/web/setBackgroundColor.d.ts +0 -2
  2753. package/lib/common/apis/generated/web/setBackgroundColor.js +0 -4
  2754. package/lib/common/apis/generated/web/watchShake.d.ts +0 -2
  2755. package/lib/common/apis/generated/web/watchShake.js +0 -4
  2756. /package/lib/{appEnv/index.d.ts → appEnv.d.ts} +0 -0
  2757. /package/lib/{appEnv/index.js → appEnv.js} +0 -0
  2758. /package/lib/common/{utils.d.ts → utils/index.d.ts} +0 -0
  2759. /package/lib/common/{utils.js → utils/index.js} +0 -0
@@ -1 +1,2 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};function r(e,t,r){!function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){var n=(r||{}).type,o=void 0===n?"async":n;"async"===o&&window.AlipayJSBridge.call(e,t,(function(e){var r=t||{},n=r.success,o=r.fail,c=r.complete;e.error?null==o||o(e):null==n||n(e),null==c||c(e)})),"callback"===o&&window.AlipayJSBridge.call(e,t)}))}e.d(t,{default:()=>X});function n(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},c=Object.keys(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var c=["content","buttonText"];function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var a=["confirmButtonText","cancelButtonText","content"];function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var p=["format","currentDate","startDate","endDate"];function s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var f={"HH:mm:ss":0,"yyyy-MM-dd":1,"yyyy-MM-dd HH:mm:ss":2};var y=["url"];function O(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var b=[{type:"image",exts:["jpg","jpeg","png","bmp","gif"]},{type:"video",exts:["mp4","3gp","avi","wmv"]},{type:"audio",exts:["mp3","wma","wav"]}];var l=["scopes"];function g(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var j=["type"];function P(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var v=["success"];function d(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function w(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?d(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):d(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function m(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var h=function(e){return function(t){return toString.call(t)==="[object ".concat(e,"]")}},D=(h("Function"),function(e){return"NaN"===parseInt(""+e,10).toString()});function S(e){var t;try{t=JSON.stringify(e)}catch(r){t=e}return t}function T(e,t){if(!e)return t;var r;try{r=JSON.parse(e)}catch(e){r=t}return r}h("String");var E=function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(e){return!1}}(),k=["success"];function B(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function I(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?B(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):B(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var x=["current","urls"];function C(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var L=["headers","data","dataType","success"];function N(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function A(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?N(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):N(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var F=["url"];function M(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function J(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function q(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function H(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?q(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):q(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var K=["data"];function W(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var z=["items","cancelButtonText"];function G(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function R(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function U(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var V=["flowType"],$=["fileName","fileType"];function Q(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}const X={addPhoneContact:function(e){return r("addPhoneContact",e,{type:"async"})},exitApp:function(e){return r("exitApp",e,{type:"async"})},getBatteryInfo:function(e){return r("getBatteryInfo",e,{type:"async"})},getClipboard:function(e){return r("getClipboard",e,{type:"async"})},getFileInfo:function(e){return r("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return r("getImageInfo",e,{type:"async"})},getSavedFileInfo:function(e){return r("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return r("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return r("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return r("getServerTime",e,{type:"async"})},getSetting:function(e){return r("getSetting",e,{type:"async"})},getSiteInfo:function(e){return r("getSiteInfo",e,{type:"async"})},getSystemInfo:function(e){return r("getSystemInfo",e,{type:"async"})},hideKeyboard:function(e){return r("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return r("hideLoading",e,{type:"async"})},hideToast:function(e){return r("hideToast",e,{type:"async"})},makePhoneCall:function(e){return r("makePhoneCall",e,{type:"async"})},navigateBackMiniProgram:function(e){return r("navigateBackMiniProgram",e,{type:"async"})},navigateToMiniProgram:function(e){return r("navigateToMiniProgram",e,{type:"async"})},openDocument:function(e){return r("openDocument",e,{type:"async"})},openSetting:function(e){return r("openSetting",e,{type:"async"})},prompt:function(e){return r("prompt",e,{type:"async"})},removeSavedFile:function(e){return r("removeSavedFile",e,{type:"async"})},rpc:function(e){return r("rpc",e,{type:"async"})},saveFile:function(e){return r("saveFile",e,{type:"async"})},scan:function(e){return r("scan",e,{type:"async"})},setClipboard:function(e){return r("setClipboard",e,{type:"async"})},setScreenBrightness:function(e){return r("setScreenBrightness",e,{type:"async"})},showLoading:function(e){return r("showLoading",e,{type:"async"})},signContract:function(e){return r("signContract",e,{type:"async"})},startApp:function(e){return r("startApp",e,{type:"async"})},crossPay:function(e){return r("crossPay",e,{type:"async"})},vibrate:function(e){return r("vibrate",e,{type:"async"})},alert:function(e){var t=e||{};r("alert",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({message:t.content,button:t.buttonText},o(t,c)))},chooseImage:function(e){return r("chooseImage",e)},choosePhoneContact:function(e){r("contact",e)},clearStorage:function(e){r("clearTinyLocalStorage",e)},confirm:function(e){var t=e||{};r("confirm",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?u(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({okButton:t.confirmButtonText,cancelButton:t.cancelButtonText,message:t.content},o(t,a)))},datePicker:function(e){var t=e||{},c=t.format,i=(t.currentDate,t.startDate),a=t.endDate,u=o(t,p);r("datePicker",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?s(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({mode:f[c||"yyyy-MM-dd"],beginDate:i,minDate:i,maxDate:a},u))},downloadFile:function(e){var t,c,i=e||{},a=i.url,u=o(i,y),p=null===(t=a.match(/\.(\w+)$/))||void 0===t?void 0:t[1];r("downloadFile",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?O(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):O(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({url:a,type:null===(c=b.find((function(e){return e.exts.includes(p||"png")})))||void 0===c?void 0:c.type},u))},getAuthCode:function(e){var t=e||{};r("getAuthCode",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?g(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):g(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({scopeNicks:t.scopes},o(t,l)))},getLocation:function(e){var t=e||{};r("getCurrentLocation",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?P(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):P(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({bizType:"alipayIntl",requestType:t.type},o(t,j)))},getNetworkType:function(e){var t=e.success;r("getNetworkType",w(w({},o(e,v)),{},{success:function(e){t&&t(w(w({},e),{},{networkType:e.networkInfo.toLocaleUpperCase()}))}}))},getPhoneNumber:function(e){r("appxrpc",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?m(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):m(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({requestData:[{method:"getPhoneNumber"}]},e))},getStorage:function(e){var t=e.success;r("getTinyLocalStorage",I(I({},o(e,k)),{},{success:function(e){t&&t(I(I({},e),{},{data:T(e.data,{})}))}}))},hideNavigationBarLoading:function(){r("hideTitleLoading")},multiLevelSelect:function(e){r("beehiveMultilevelSelect",e)},navigateBack:function(e){r("popWindow",{options:e})},navigateTo:function(e){r("pushWindow",e)},previewImage:function(e){var t=e.current,c=e.urls,i=void 0===c?[]:c,a=o(e,x);r("imageViewer",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?C(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):C(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({images:i.map((function(e){return{u:e}})),init:t},a))},redirectTo:function(e){var t=e||{},r=t.url,n=t.success,o=t.complete;window.location.replace(r),null==n||n({}),null==o||o({})},removeStorage:function(e){r("removeTinyLocalStorage",e)},request:function(e){var t=e||{},n=t.headers,c=t.data,i=t.dataType,a=t.success,u=o(t,L),p=[];if(!E)for(var s in n){var f={};f[s]=n[s],p.push(f)}var y=function(e){var t=e;switch(i){case"json":t=T(e,{});break;case"base64":t=e.startsWith("data:")?e:"data:application/json;base64,"+e;break;case"text":t=e}return t};r("httpRequest",A({headers:E?n:p,data:JSON.stringify(c),dataType:i,success:function(e){a&&a(A(A({},e),{},{data:y(e.data)}))}},u))},saveImage:function(e){var t=e||{};r("saveImage",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?M(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):M(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({src:t.url},o(t,F)))},setKeepScreenOn:function(e){r("setScreenAutolock",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?J(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):J(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({actionType:"disable"},e))},setNavigationBar:function(e){var t=e.title,n=e.image,o=e.backgroundColor,c=e.borderBottomColor,i=e.reset,a=e.success,u=e.complete,p=e.fail;(t||n)&&r("setTitle",{title:t,image:n});var s=Number.parseInt((null==c?void 0:c.slice(1))||"ffffff",16),f=o?Number.parseInt(o.slice(1),16):"";r("setBarBottomLineColor",{color:s,fail:function(e){p&&(D(s)&&(e.error=2,e.errorMessage="The color value is illegal."),p(e))}});var y={success:a,complete:u,fail:p};f&&Object.assign(y,{color:f||"ffffff"}),i&&Object.assign(y,{reset:i}),r("setTitleColor",H(H({},y),{},{fail:function(e){p&&(i&&!D(f)||(e.error=2,e.errorMessage="The color value is illegal."),p(e))}}))},setOptionMenu:function(){},setStorage:function(e){var t=e||{},c=t.data,i=o(t,K);r("setTinyLocalStorage",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?W(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):W(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({data:S(c)},i))},showActionSheet:function(e){var t=e||{};r("actionSheet",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?G(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):G(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({btns:t.items,cancelBtn:t.cancelButtonText},o(t,z)))},showAuthGuide:function(e){r("showAuthGuide",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?R(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):R(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({bizType:"alipayIntl"},e))},showNavigationBarLoading:function(){r("showTitleLoading")},showToast:function(e){r("toast",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?U(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):U(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({content:""},e))},tradePay:function(e){var t=e||{};r("a+"===t.flowType?"tradePayCrossApp":"tradePay",o(t,V))},uploadFile:function(e){var t=e||{};r("uploadFile",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Q(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Q(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({name:t.fileName,type:t.fileType},o(t,$)))},hideOptionButton:function(){}};return t.default})()));
1
+ /*! For license information please see web_alipay.js.LICENSE.txt */
2
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{var e={9644:(e,t,n)=>{e.exports=n(5644)},353:(e,t,n)=>{"use strict";var r=n(3044),o=n(6955),a=n(2233),i=n(8030),s=n(7948),c=n(1875),u=n(842),p=n(8560),l=n(1218),f=n(8047),h=n(738);e.exports=function(e){return new Promise((function(t,n){var y,d=e.data,v=e.headers,g=e.responseType;function m(){e.cancelToken&&e.cancelToken.unsubscribe(y),e.signal&&e.signal.removeEventListener("abort",y)}r.isFormData(d)&&r.isStandardBrowserEnv()&&delete v["Content-Type"];var b=new XMLHttpRequest;if(e.auth){var w=e.auth.username||"",O=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";v.Authorization="Basic "+btoa(w+":"+O)}var A=s(e.baseURL,e.url);function S(){if(b){var r="getAllResponseHeaders"in b?c(b.getAllResponseHeaders()):null,a={data:g&&"text"!==g&&"json"!==g?b.response:b.responseText,status:b.status,statusText:b.statusText,headers:r,config:e,request:b};o((function(e){t(e),m()}),(function(e){n(e),m()}),a),b=null}}if(b.open(e.method.toUpperCase(),i(A,e.params,e.paramsSerializer),!0),b.timeout=e.timeout,"onloadend"in b?b.onloadend=S:b.onreadystatechange=function(){b&&4===b.readyState&&(0!==b.status||b.responseURL&&0===b.responseURL.indexOf("file:"))&&setTimeout(S)},b.onabort=function(){b&&(n(new l("Request aborted",l.ECONNABORTED,e,b)),b=null)},b.onerror=function(){n(new l("Network Error",l.ERR_NETWORK,e,b,b)),b=null},b.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||p;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new l(t,r.clarifyTimeoutError?l.ETIMEDOUT:l.ECONNABORTED,e,b)),b=null},r.isStandardBrowserEnv()){var P=(e.withCredentials||u(A))&&e.xsrfCookieName?a.read(e.xsrfCookieName):void 0;P&&(v[e.xsrfHeaderName]=P)}"setRequestHeader"in b&&r.forEach(v,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete v[t]:b.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(b.withCredentials=!!e.withCredentials),g&&"json"!==g&&(b.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&b.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&b.upload&&b.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(y=function(e){b&&(n(!e||e&&e.type?new f:e),b.abort(),b=null)},e.cancelToken&&e.cancelToken.subscribe(y),e.signal&&(e.signal.aborted?y():e.signal.addEventListener("abort",y))),d||(d=null);var x=h(A);x&&-1===["http","https","file"].indexOf(x)?n(new l("Unsupported protocol "+x+":",l.ERR_BAD_REQUEST,e)):b.send(d)}))}},5644:(e,t,n)=>{"use strict";var r=n(3044),o=n(3644),a=n(2215),i=n(2937),s=function e(t){var n=new a(t),s=o(a.prototype.request,n);return r.extend(s,a.prototype,n),r.extend(s,n),s.create=function(n){return e(i(t,n))},s}(n(663));s.Axios=a,s.CanceledError=n(8047),s.CancelToken=n(4089),s.isCancel=n(8041),s.VERSION=n(9241).version,s.toFormData=n(9027),s.AxiosError=n(1218),s.Cancel=s.CanceledError,s.all=function(e){return Promise.all(e)},s.spread=n(783),s.isAxiosError=n(5587),e.exports=s,e.exports.default=s},4089:(e,t,n)=>{"use strict";var r=n(8047);function o(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;this.promise.then((function(e){if(n._listeners){var t,r=n._listeners.length;for(t=0;t<r;t++)n._listeners[t](e);n._listeners=null}})),this.promise.then=function(e){var t,r=new Promise((function(e){n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},o.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},o.source=function(){var e;return{token:new o((function(t){e=t})),cancel:e}},e.exports=o},8047:(e,t,n)=>{"use strict";var r=n(1218);function o(e){r.call(this,null==e?"canceled":e,r.ERR_CANCELED),this.name="CanceledError"}n(3044).inherits(o,r,{__CANCEL__:!0}),e.exports=o},8041:e=>{"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},2215:(e,t,n)=>{"use strict";var r=n(3044),o=n(8030),a=n(946),i=n(6895),s=n(2937),c=n(7948),u=n(7525),p=u.validators;function l(e){this.defaults=e,this.interceptors={request:new a,response:new a}}l.prototype.request=function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},(t=s(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var n=t.transitional;void 0!==n&&u.assertOptions(n,{silentJSONParsing:p.transitional(p.boolean),forcedJSONParsing:p.transitional(p.boolean),clarifyTimeoutError:p.transitional(p.boolean)},!1);var r=[],o=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(o=o&&e.synchronous,r.unshift(e.fulfilled,e.rejected))}));var a,c=[];if(this.interceptors.response.forEach((function(e){c.push(e.fulfilled,e.rejected)})),!o){var l=[i,void 0];for(Array.prototype.unshift.apply(l,r),l=l.concat(c),a=Promise.resolve(t);l.length;)a=a.then(l.shift(),l.shift());return a}for(var f=t;r.length;){var h=r.shift(),y=r.shift();try{f=h(f)}catch(e){y(e);break}}try{a=i(f)}catch(e){return Promise.reject(e)}for(;c.length;)a=a.then(c.shift(),c.shift());return a},l.prototype.getUri=function(e){e=s(this.defaults,e);var t=c(e.baseURL,e.url);return o(t,e.params,e.paramsSerializer)},r.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,n){return this.request(s(n||{},{method:e,url:t,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(e){function t(t){return function(n,r,o){return this.request(s(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}l.prototype[e]=t(),l.prototype[e+"Form"]=t(!0)})),e.exports=l},1218:(e,t,n)=>{"use strict";var r=n(3044);function o(e,t,n,r,o){Error.call(this),this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}r.inherits(o,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var a=o.prototype,i={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach((function(e){i[e]={value:e}})),Object.defineProperties(o,i),Object.defineProperty(a,"isAxiosError",{value:!0}),o.from=function(e,t,n,i,s,c){var u=Object.create(a);return r.toFlatObject(e,u,(function(e){return e!==Error.prototype})),o.call(u,e.message,t,n,i,s),u.name=e.name,c&&Object.assign(u,c),u},e.exports=o},946:(e,t,n)=>{"use strict";var r=n(3044);function o(){this.handlers=[]}o.prototype.use=function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},o.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},o.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=o},7948:(e,t,n)=>{"use strict";var r=n(9192),o=n(8762);e.exports=function(e,t){return e&&!r(t)?o(e,t):t}},6895:(e,t,n)=>{"use strict";var r=n(3044),o=n(8556),a=n(8041),i=n(663),s=n(8047);function c(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new s}e.exports=function(e){return c(e),e.headers=e.headers||{},e.data=o.call(e,e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||i.adapter)(e).then((function(t){return c(e),t.data=o.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return a(t)||(c(e),t&&t.response&&(t.response.data=o.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},2937:(e,t,n)=>{"use strict";var r=n(3044);e.exports=function(e,t){t=t||{};var n={};function o(e,t){return r.isPlainObject(e)&&r.isPlainObject(t)?r.merge(e,t):r.isPlainObject(t)?r.merge({},t):r.isArray(t)?t.slice():t}function a(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:o(void 0,e[n]):o(e[n],t[n])}function i(e){if(!r.isUndefined(t[e]))return o(void 0,t[e])}function s(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:o(void 0,e[n]):o(void 0,t[n])}function c(n){return n in t?o(e[n],t[n]):n in e?o(void 0,e[n]):void 0}var u={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:c};return r.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=u[e]||a,o=t(e);r.isUndefined(o)&&t!==c||(n[e]=o)})),n}},6955:(e,t,n)=>{"use strict";var r=n(1218);e.exports=function(e,t,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?t(new r("Request failed with status code "+n.status,[r.ERR_BAD_REQUEST,r.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}},8556:(e,t,n)=>{"use strict";var r=n(3044),o=n(663);e.exports=function(e,t,n){var a=this||o;return r.forEach(n,(function(n){e=n.call(a,e,t)})),e}},663:(e,t,n)=>{"use strict";var r=n(3044),o=n(8868),a=n(1218),i=n(8560),s=n(9027),c={"Content-Type":"application/x-www-form-urlencoded"};function u(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var p,l={transitional:i,adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(p=n(353)),p),transformRequest:[function(e,t){if(o(t,"Accept"),o(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e))return e;if(r.isArrayBufferView(e))return e.buffer;if(r.isURLSearchParams(e))return u(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString();var n,a=r.isObject(e),i=t&&t["Content-Type"];if((n=r.isFileList(e))||a&&"multipart/form-data"===i){var c=this.env&&this.env.FormData;return s(n?{"files[]":e}:e,c&&new c)}return a||"application/json"===i?(u(t,"application/json"),function(e){if(r.isString(e))try{return(0,JSON.parse)(e),r.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||l.transitional,n=t&&t.silentJSONParsing,o=t&&t.forcedJSONParsing,i=!n&&"json"===this.responseType;if(i||o&&r.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(i){if("SyntaxError"===e.name)throw a.from(e,a.ERR_BAD_RESPONSE,this,null,this.response);throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:n(4684)},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){l.headers[e]=r.merge(c)})),e.exports=l},8560:e=>{"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},9241:e=>{e.exports={version:"0.27.2"}},3644:e=>{"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},8030:(e,t,n)=>{"use strict";var r=n(3044);function o(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var a;if(n)a=n(t);else if(r.isURLSearchParams(t))a=t.toString();else{var i=[];r.forEach(t,(function(e,t){null!=e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),i.push(o(t)+"="+o(e))})))})),a=i.join("&")}if(a){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}},8762:e=>{"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},2233:(e,t,n)=>{"use strict";var r=n(3044);e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,o,a,i){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(o)&&s.push("path="+o),r.isString(a)&&s.push("domain="+a),!0===i&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},9192:e=>{"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},5587:(e,t,n)=>{"use strict";var r=n(3044);e.exports=function(e){return r.isObject(e)&&!0===e.isAxiosError}},842:(e,t,n)=>{"use strict";var r=n(3044);e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=o(window.location.href),function(t){var n=r.isString(t)?o(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},8868:(e,t,n)=>{"use strict";var r=n(3044);e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},4684:e=>{e.exports=null},1875:(e,t,n)=>{"use strict";var r=n(3044),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,a,i={};return e?(r.forEach(e.split("\n"),(function(e){if(a=e.indexOf(":"),t=r.trim(e.substr(0,a)).toLowerCase(),n=r.trim(e.substr(a+1)),t){if(i[t]&&o.indexOf(t)>=0)return;i[t]="set-cookie"===t?(i[t]?i[t]:[]).concat([n]):i[t]?i[t]+", "+n:n}})),i):i}},738:e=>{"use strict";e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},783:e=>{"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},9027:(e,t,n)=>{"use strict";var r=n(3044);e.exports=function(e,t){t=t||new FormData;var n=[];function o(e){return null===e?"":r.isDate(e)?e.toISOString():r.isArrayBuffer(e)||r.isTypedArray(e)?"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}return function e(a,i){if(r.isPlainObject(a)||r.isArray(a)){if(-1!==n.indexOf(a))throw Error("Circular reference detected in "+i);n.push(a),r.forEach(a,(function(n,a){if(!r.isUndefined(n)){var s,c=i?i+"."+a:a;if(n&&!i&&"object"==typeof n)if(r.endsWith(a,"{}"))n=JSON.stringify(n);else if(r.endsWith(a,"[]")&&(s=r.toArray(n)))return void s.forEach((function(e){!r.isUndefined(e)&&t.append(c,o(e))}));e(n,c)}})),n.pop()}else t.append(i,o(a))}(e),t}},7525:(e,t,n)=>{"use strict";var r=n(9241).version,o=n(1218),a={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){a[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var i={};a.transitional=function(e,t,n){function a(e,t){return"[Axios v"+r+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,r,s){if(!1===e)throw new o(a(r," has been removed"+(t?" in "+t:"")),o.ERR_DEPRECATED);return t&&!i[r]&&(i[r]=!0,console.warn(a(r," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,r,s)}},e.exports={assertOptions:function(e,t,n){if("object"!=typeof e)throw new o("options must be an object",o.ERR_BAD_OPTION_VALUE);for(var r=Object.keys(e),a=r.length;a-- >0;){var i=r[a],s=t[i];if(s){var c=e[i],u=void 0===c||s(c,i,e);if(!0!==u)throw new o("option "+i+" must be "+u,o.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new o("Unknown option "+i,o.ERR_BAD_OPTION)}},validators:a}},3044:(e,t,n)=>{"use strict";var r,o=n(3644),a=Object.prototype.toString,i=(r=Object.create(null),function(e){var t=a.call(e);return r[t]||(r[t]=t.slice(8,-1).toLowerCase())});function s(e){return e=e.toLowerCase(),function(t){return i(t)===e}}function c(e){return Array.isArray(e)}function u(e){return void 0===e}var p=s("ArrayBuffer");function l(e){return null!==e&&"object"==typeof e}function f(e){if("object"!==i(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}var h=s("Date"),y=s("File"),d=s("Blob"),v=s("FileList");function g(e){return"[object Function]"===a.call(e)}var m=s("URLSearchParams");function b(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),c(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.call(null,e[o],o,e)}var w,O=(w="undefined"!=typeof Uint8Array&&Object.getPrototypeOf(Uint8Array),function(e){return w&&e instanceof w});e.exports={isArray:c,isArrayBuffer:p,isBuffer:function(e){return null!==e&&!u(e)&&null!==e.constructor&&!u(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){var t="[object FormData]";return e&&("function"==typeof FormData&&e instanceof FormData||a.call(e)===t||g(e.toString)&&e.toString()===t)},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&p(e.buffer)},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:l,isPlainObject:f,isUndefined:u,isDate:h,isFile:y,isBlob:d,isFunction:g,isStream:function(e){return l(e)&&g(e.pipe)},isURLSearchParams:m,isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:b,merge:function e(){var t={};function n(n,r){f(t[r])&&f(n)?t[r]=e(t[r],n):f(n)?t[r]=e({},n):c(n)?t[r]=n.slice():t[r]=n}for(var r=0,o=arguments.length;r<o;r++)b(arguments[r],n);return t},extend:function(e,t,n){return b(t,(function(t,r){e[r]=n&&"function"==typeof t?o(t,n):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,n,r){e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,n&&Object.assign(e.prototype,n)},toFlatObject:function(e,t,n){var r,o,a,i={};t=t||{};do{for(o=(r=Object.getOwnPropertyNames(e)).length;o-- >0;)i[a=r[o]]||(t[a]=e[a],i[a]=!0);e=Object.getPrototypeOf(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:i,kindOfTest:s,endsWith:function(e,t,n){e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;var r=e.indexOf(t,n);return-1!==r&&r===n},toArray:function(e){if(!e)return null;var t=e.length;if(u(t))return null;for(var n=new Array(t);t-- >0;)n[t]=e[t];return n},isTypedArray:O,isFileList:v}},7359:function(e,t,n){var r;e.exports=(r=r||function(e){var t;if("undefined"!=typeof window&&window.crypto&&(t=window.crypto),"undefined"!=typeof self&&self.crypto&&(t=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(t=globalThis.crypto),!t&&"undefined"!=typeof window&&window.msCrypto&&(t=window.msCrypto),!t&&void 0!==n.g&&n.g.crypto&&(t=n.g.crypto),!t)try{t=n(633)}catch(e){}var r=function(){if(t){if("function"==typeof t.getRandomValues)try{return t.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof t.randomBytes)try{return t.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),a={},i=a.lib={},s=i.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=i.WordArray=s.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||p).stringify(this)},concat:function(e){var t=this.words,n=e.words,r=this.sigBytes,o=e.sigBytes;if(this.clamp(),r%4)for(var a=0;a<o;a++){var i=n[a>>>2]>>>24-a%4*8&255;t[r+a>>>2]|=i<<24-(r+a)%4*8}else for(var s=0;s<o;s+=4)t[r+s>>>2]=n[s>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n<e;n+=4)t.push(r());return new c.init(t,e)}}),u=a.enc={},p=u.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],o=0;o<n;o++){var a=t[o>>>2]>>>24-o%4*8&255;r.push((a>>>4).toString(16)),r.push((15&a).toString(16))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r+=2)n[r>>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new c.init(n,t/2)}},l=u.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],o=0;o<n;o++){var a=t[o>>>2]>>>24-o%4*8&255;r.push(String.fromCharCode(a))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>2]|=(255&e.charCodeAt(r))<<24-r%4*8;return new c.init(n,t)}},f=u.Utf8={stringify:function(e){try{return decodeURIComponent(escape(l.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return l.parse(unescape(encodeURIComponent(e)))}},h=i.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,r=this._data,o=r.words,a=r.sigBytes,i=this.blockSize,s=a/(4*i),u=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*i,p=e.min(4*u,a);if(u){for(var l=0;l<u;l+=i)this._doProcessBlock(o,l);n=o.splice(0,u),r.sigBytes-=p}return new c.init(n,p)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),y=(i.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new y.HMAC.init(e,n).finalize(t)}}}),a.algo={});return a}(Math),r)},9174:function(e,t,n){var r;e.exports=(r=n(7359),function(e){var t=r,n=t.lib,o=n.WordArray,a=n.Hasher,i=t.algo,s=[];!function(){for(var t=0;t<64;t++)s[t]=4294967296*e.abs(e.sin(t+1))|0}();var c=i.MD5=a.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,o=e[r];e[r]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var a=this._hash.words,i=e[t+0],c=e[t+1],h=e[t+2],y=e[t+3],d=e[t+4],v=e[t+5],g=e[t+6],m=e[t+7],b=e[t+8],w=e[t+9],O=e[t+10],A=e[t+11],S=e[t+12],P=e[t+13],x=e[t+14],j=e[t+15],E=a[0],T=a[1],C=a[2],I=a[3];E=u(E,T,C,I,i,7,s[0]),I=u(I,E,T,C,c,12,s[1]),C=u(C,I,E,T,h,17,s[2]),T=u(T,C,I,E,y,22,s[3]),E=u(E,T,C,I,d,7,s[4]),I=u(I,E,T,C,v,12,s[5]),C=u(C,I,E,T,g,17,s[6]),T=u(T,C,I,E,m,22,s[7]),E=u(E,T,C,I,b,7,s[8]),I=u(I,E,T,C,w,12,s[9]),C=u(C,I,E,T,O,17,s[10]),T=u(T,C,I,E,A,22,s[11]),E=u(E,T,C,I,S,7,s[12]),I=u(I,E,T,C,P,12,s[13]),C=u(C,I,E,T,x,17,s[14]),E=p(E,T=u(T,C,I,E,j,22,s[15]),C,I,c,5,s[16]),I=p(I,E,T,C,g,9,s[17]),C=p(C,I,E,T,A,14,s[18]),T=p(T,C,I,E,i,20,s[19]),E=p(E,T,C,I,v,5,s[20]),I=p(I,E,T,C,O,9,s[21]),C=p(C,I,E,T,j,14,s[22]),T=p(T,C,I,E,d,20,s[23]),E=p(E,T,C,I,w,5,s[24]),I=p(I,E,T,C,x,9,s[25]),C=p(C,I,E,T,y,14,s[26]),T=p(T,C,I,E,b,20,s[27]),E=p(E,T,C,I,P,5,s[28]),I=p(I,E,T,C,h,9,s[29]),C=p(C,I,E,T,m,14,s[30]),E=l(E,T=p(T,C,I,E,S,20,s[31]),C,I,v,4,s[32]),I=l(I,E,T,C,b,11,s[33]),C=l(C,I,E,T,A,16,s[34]),T=l(T,C,I,E,x,23,s[35]),E=l(E,T,C,I,c,4,s[36]),I=l(I,E,T,C,d,11,s[37]),C=l(C,I,E,T,m,16,s[38]),T=l(T,C,I,E,O,23,s[39]),E=l(E,T,C,I,P,4,s[40]),I=l(I,E,T,C,i,11,s[41]),C=l(C,I,E,T,y,16,s[42]),T=l(T,C,I,E,g,23,s[43]),E=l(E,T,C,I,w,4,s[44]),I=l(I,E,T,C,S,11,s[45]),C=l(C,I,E,T,j,16,s[46]),E=f(E,T=l(T,C,I,E,h,23,s[47]),C,I,i,6,s[48]),I=f(I,E,T,C,m,10,s[49]),C=f(C,I,E,T,x,15,s[50]),T=f(T,C,I,E,v,21,s[51]),E=f(E,T,C,I,S,6,s[52]),I=f(I,E,T,C,y,10,s[53]),C=f(C,I,E,T,O,15,s[54]),T=f(T,C,I,E,c,21,s[55]),E=f(E,T,C,I,b,6,s[56]),I=f(I,E,T,C,j,10,s[57]),C=f(C,I,E,T,g,15,s[58]),T=f(T,C,I,E,P,21,s[59]),E=f(E,T,C,I,d,6,s[60]),I=f(I,E,T,C,A,10,s[61]),C=f(C,I,E,T,h,15,s[62]),T=f(T,C,I,E,w,21,s[63]),a[0]=a[0]+E|0,a[1]=a[1]+T|0,a[2]=a[2]+C|0,a[3]=a[3]+I|0},_doFinalize:function(){var t=this._data,n=t.words,r=8*this._nDataBytes,o=8*t.sigBytes;n[o>>>5]|=128<<24-o%32;var a=e.floor(r/4294967296),i=r;n[15+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),n[14+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),t.sigBytes=4*(n.length+1),this._process();for(var s=this._hash,c=s.words,u=0;u<4;u++){var p=c[u];c[u]=16711935&(p<<8|p>>>24)|4278255360&(p<<24|p>>>8)}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function u(e,t,n,r,o,a,i){var s=e+(t&n|~t&r)+o+i;return(s<<a|s>>>32-a)+t}function p(e,t,n,r,o,a,i){var s=e+(t&r|n&~r)+o+i;return(s<<a|s>>>32-a)+t}function l(e,t,n,r,o,a,i){var s=e+(t^n^r)+o+i;return(s<<a|s>>>32-a)+t}function f(e,t,n,r,o,a,i){var s=e+(n^(t|~r))+o+i;return(s<<a|s>>>32-a)+t}t.MD5=a._createHelper(c),t.HmacMD5=a._createHmacHelper(c)}(Math),r.MD5)},5554:e=>{"use strict";var t="%[a-f0-9]{2}",n=new RegExp("("+t+")|([^%]+?)","gi"),r=new RegExp("("+t+")+","gi");function o(e,t){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;t=t||1;var n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],o(n),o(r))}function a(e){try{return decodeURIComponent(e)}catch(a){for(var t=e.match(n)||[],r=1;r<t.length;r++)t=(e=o(t,r).join("")).match(n)||[];return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(t){return function(e){for(var t={"%FE%FF":"��","%FF%FE":"��"},n=r.exec(e);n;){try{t[n[0]]=decodeURIComponent(n[0])}catch(e){var o=a(n[0]);o!==n[0]&&(t[n[0]]=o)}n=r.exec(e)}t["%C2"]="�";for(var i=Object.keys(t),s=0;s<i.length;s++){var c=i[s];e=e.replace(new RegExp(c,"g"),t[c])}return e}(e)}}},3563:(e,t,n)=>{"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}n(6635);var o=n(5554);function a(e,t){if("string"!=typeof e||"string"!=typeof t)throw new TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];var n=e.indexOf(t);return-1===n?[e]:[e.slice(0,n),e.slice(n+t.length)]}function i(e,t){return t.decode?o(e):e}function s(e){return Array.isArray(e)?e.sort():"object"===r(e)?s(Object.keys(e)).sort((function(e,t){return Number(e)-Number(t)})).map((function(t){return e[t]})):e}function c(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!t.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}t.Qc=function(e,t){var n=function(e){var t;switch(e.arrayFormat){case"index":return function(e,n,r){t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===r[e]&&(r[e]={}),r[e][t[1]]=n):r[e]=n};case"bracket":return function(e,n,r){t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==r[e]?r[e]=[].concat(r[e],n):r[e]=[n]:r[e]=n};case"comma":return function(e,t,n){var r="string"==typeof t&&t.split("").indexOf(",")>-1?t.split(","):t;n[e]=r};default:return function(e,t,n){void 0!==n[e]?n[e]=[].concat(n[e],t):n[e]=t}}}(t=Object.assign({decode:!0,sort:!0,arrayFormat:"none",parseNumbers:!1,parseBooleans:!1},t)),o=Object.create(null);if("string"!=typeof e)return o;if(!(e=e.trim().replace(/^[?#&]/,"")))return o;var u,p,l=!0,f=!1,h=void 0;try{for(var y,d=e.split("&")[Symbol.iterator]();!(l=(y=d.next()).done);l=!0){var v=(u=a(y.value.replace(/\+/g," "),"="),p=2,function(e){if(Array.isArray(e))return e}(u)||function(e,t){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var i,s=e[Symbol.iterator]();!(r=(i=s.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw a}}return n}}(u,p)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()),g=v[0];w=void 0===(w=v[1])?null:i(w,t),n(i(g,t),w,o)}}catch(e){f=!0,h=e}finally{try{l||null==d.return||d.return()}finally{if(f)throw h}}for(var m=0,b=Object.keys(o);m<b.length;m++){var w;if(g=b[m],"object"===r(w=o[g])&&null!==w)for(var O=0,A=Object.keys(w);O<A.length;O++){var S=A[O];w[S]=c(w[S],t)}else o[g]=c(w,t)}return!1===t.sort?o:(!0===t.sort?Object.keys(o).sort():Object.keys(o).sort(t.sort)).reduce((function(e,t){var n=o[t];return Boolean(n)&&"object"===r(n)&&!Array.isArray(n)?e[t]=s(n):e[t]=n,e}),Object.create(null))}},6635:e=>{"use strict";e.exports=function(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}},7375:(e,t)=>{"use strict";var n=Object.prototype.hasOwnProperty;function r(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}function o(e){try{return encodeURIComponent(e)}catch(e){return null}}t.stringify=function(e,t){t=t||"";var r,a,i=[];for(a in"string"!=typeof t&&(t="?"),e)if(n.call(e,a)){if((r=e[a])||null!=r&&!isNaN(r)||(r=""),a=o(a),r=o(r),null===a||null===r)continue;i.push(a+"="+r)}return i.length?t+i.join("&"):""},t.parse=function(e){for(var t,n=/([^=?#&]+)=?([^&]*)/g,o={};t=n.exec(e);){var a=r(t[1]),i=r(t[2]);null===a||null===i||a in o||(o[a]=i)}return o}},7245:e=>{"use strict";e.exports=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},5731:(e,t,n)=>{"use strict";var r=n(7245),o=n(7375),a=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,i=/[\n\r\t]/g,s=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,c=/:\d+$/,u=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,p=/^[a-zA-Z]:/;function l(e){return(e||"").toString().replace(a,"")}var f=[["#","hash"],["?","query"],function(e,t){return d(t.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],h={hash:1,query:1};function y(e){var t,r=("undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{}).location||{},o={},a=typeof(e=e||r);if("blob:"===e.protocol)o=new g(unescape(e.pathname),{});else if("string"===a)for(t in o=new g(e,{}),h)delete o[t];else if("object"===a){for(t in e)t in h||(o[t]=e[t]);void 0===o.slashes&&(o.slashes=s.test(e.href))}return o}function d(e){return"file:"===e||"ftp:"===e||"http:"===e||"https:"===e||"ws:"===e||"wss:"===e}function v(e,t){e=(e=l(e)).replace(i,""),t=t||{};var n,r=u.exec(e),o=r[1]?r[1].toLowerCase():"",a=!!r[2],s=!!r[3],c=0;return a?s?(n=r[2]+r[3]+r[4],c=r[2].length+r[3].length):(n=r[2]+r[4],c=r[2].length):s?(n=r[3]+r[4],c=r[3].length):n=r[4],"file:"===o?c>=2&&(n=n.slice(2)):d(o)?n=r[4]:o?a&&(n=n.slice(2)):c>=2&&d(t.protocol)&&(n=r[4]),{protocol:o,slashes:a||d(o),slashesCount:c,rest:n}}function g(e,t,n){if(e=(e=l(e)).replace(i,""),!(this instanceof g))return new g(e,t,n);var a,s,c,u,h,m,b=f.slice(),w=typeof t,O=this,A=0;for("object"!==w&&"string"!==w&&(n=t,t=null),n&&"function"!=typeof n&&(n=o.parse),a=!(s=v(e||"",t=y(t))).protocol&&!s.slashes,O.slashes=s.slashes||a&&t.slashes,O.protocol=s.protocol||t.protocol||"",e=s.rest,("file:"===s.protocol&&(2!==s.slashesCount||p.test(e))||!s.slashes&&(s.protocol||s.slashesCount<2||!d(O.protocol)))&&(b[3]=[/(.*)/,"pathname"]);A<b.length;A++)"function"!=typeof(u=b[A])?(c=u[0],m=u[1],c!=c?O[m]=e:"string"==typeof c?~(h="@"===c?e.lastIndexOf(c):e.indexOf(c))&&("number"==typeof u[2]?(O[m]=e.slice(0,h),e=e.slice(h+u[2])):(O[m]=e.slice(h),e=e.slice(0,h))):(h=c.exec(e))&&(O[m]=h[1],e=e.slice(0,h.index)),O[m]=O[m]||a&&u[3]&&t[m]||"",u[4]&&(O[m]=O[m].toLowerCase())):e=u(e,O);n&&(O.query=n(O.query)),a&&t.slashes&&"/"!==O.pathname.charAt(0)&&(""!==O.pathname||""!==t.pathname)&&(O.pathname=function(e,t){if(""===e)return t;for(var n=(t||"/").split("/").slice(0,-1).concat(e.split("/")),r=n.length,o=n[r-1],a=!1,i=0;r--;)"."===n[r]?n.splice(r,1):".."===n[r]?(n.splice(r,1),i++):i&&(0===r&&(a=!0),n.splice(r,1),i--);return a&&n.unshift(""),"."!==o&&".."!==o||n.push(""),n.join("/")}(O.pathname,t.pathname)),"/"!==O.pathname.charAt(0)&&d(O.protocol)&&(O.pathname="/"+O.pathname),r(O.port,O.protocol)||(O.host=O.hostname,O.port=""),O.username=O.password="",O.auth&&(~(h=O.auth.indexOf(":"))?(O.username=O.auth.slice(0,h),O.username=encodeURIComponent(decodeURIComponent(O.username)),O.password=O.auth.slice(h+1),O.password=encodeURIComponent(decodeURIComponent(O.password))):O.username=encodeURIComponent(decodeURIComponent(O.auth)),O.auth=O.password?O.username+":"+O.password:O.username),O.origin="file:"!==O.protocol&&d(O.protocol)&&O.host?O.protocol+"//"+O.host:"null",O.href=O.toString()}g.prototype={set:function(e,t,n){var a=this;switch(e){case"query":"string"==typeof t&&t.length&&(t=(n||o.parse)(t)),a[e]=t;break;case"port":a[e]=t,r(t,a.protocol)?t&&(a.host=a.hostname+":"+t):(a.host=a.hostname,a[e]="");break;case"hostname":a[e]=t,a.port&&(t+=":"+a.port),a.host=t;break;case"host":a[e]=t,c.test(t)?(t=t.split(":"),a.port=t.pop(),a.hostname=t.join(":")):(a.hostname=t,a.port="");break;case"protocol":a.protocol=t.toLowerCase(),a.slashes=!n;break;case"pathname":case"hash":if(t){var i="pathname"===e?"/":"#";a[e]=t.charAt(0)!==i?i+t:t}else a[e]=t;break;case"username":case"password":a[e]=encodeURIComponent(t);break;case"auth":var s=t.indexOf(":");~s?(a.username=t.slice(0,s),a.username=encodeURIComponent(decodeURIComponent(a.username)),a.password=t.slice(s+1),a.password=encodeURIComponent(decodeURIComponent(a.password))):a.username=encodeURIComponent(decodeURIComponent(t))}for(var u=0;u<f.length;u++){var p=f[u];p[4]&&(a[p[1]]=a[p[1]].toLowerCase())}return a.auth=a.password?a.username+":"+a.password:a.username,a.origin="file:"!==a.protocol&&d(a.protocol)&&a.host?a.protocol+"//"+a.host:"null",a.href=a.toString(),a},toString:function(e){e&&"function"==typeof e||(e=o.stringify);var t,n=this,r=n.host,a=n.protocol;a&&":"!==a.charAt(a.length-1)&&(a+=":");var i=a+(n.protocol&&n.slashes||d(n.protocol)?"//":"");return n.username?(i+=n.username,n.password&&(i+=":"+n.password),i+="@"):n.password?(i+=":"+n.password,i+="@"):"file:"!==n.protocol&&d(n.protocol)&&!r&&"/"!==n.pathname&&(i+="@"),(":"===r[r.length-1]||c.test(n.hostname)&&!n.port)&&(r+=":"),i+=r+n.pathname,(t="object"==typeof n.query?e(n.query):n.query)&&(i+="?"!==t.charAt(0)?"?"+t:t),n.hash&&(i+=n.hash),i}},g.extractProtocol=v,g.location=y,g.trimLeft=l,g.qs=o,e.exports=g},633:()=>{},7609:(e,t,n)=>{var r=n(7425).default;function o(){"use strict";e.exports=o=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},n=Object.prototype,a=n.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function p(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{p({},"")}catch(e){p=function(e,t,n){return e[t]=n}}function l(e,t,n,r){var o=t&&t.prototype instanceof y?t:y,a=Object.create(o.prototype),i=new j(r||[]);return a._invoke=function(e,t,n){var r="suspendedStart";return function(o,a){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw a;return{value:void 0,done:!0}}for(n.method=o,n.arg=a;;){var i=n.delegate;if(i){var s=S(i,n);if(s){if(s===h)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var c=f(e,t,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===h)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}(e,n,i),a}function f(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=l;var h={};function y(){}function d(){}function v(){}var g={};p(g,s,(function(){return this}));var m=Object.getPrototypeOf,b=m&&m(m(E([])));b&&b!==n&&a.call(b,s)&&(g=b);var w=v.prototype=y.prototype=Object.create(g);function O(e){["next","throw","return"].forEach((function(t){p(e,t,(function(e){return this._invoke(t,e)}))}))}function A(e,t){function n(o,i,s,c){var u=f(e[o],e,i);if("throw"!==u.type){var p=u.arg,l=p.value;return l&&"object"==r(l)&&a.call(l,"__await")?t.resolve(l.__await).then((function(e){n("next",e,s,c)}),(function(e){n("throw",e,s,c)})):t.resolve(l).then((function(e){p.value=e,s(p)}),(function(e){return n("throw",e,s,c)}))}c(u.arg)}var o;this._invoke=function(e,r){function a(){return new t((function(t,o){n(e,r,t,o)}))}return o=o?o.then(a,a):a()}}function S(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,S(e,t),"throw"===t.method))return h;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var r=f(n,e.iterator,t.arg);if("throw"===r.type)return t.method="throw",t.arg=r.arg,t.delegate=null,h;var o=r.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,h):o:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,h)}function P(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function x(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(P,this),this.reset(!0)}function E(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,r=function t(){for(;++n<e.length;)if(a.call(e,n))return t.value=e[n],t.done=!1,t;return t.value=void 0,t.done=!0,t};return r.next=r}}return{next:T}}function T(){return{value:void 0,done:!0}}return d.prototype=v,p(w,"constructor",v),p(v,"constructor",d),d.displayName=p(v,u,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===d||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,v):(e.__proto__=v,p(e,u,"GeneratorFunction")),e.prototype=Object.create(w),e},t.awrap=function(e){return{__await:e}},O(A.prototype),p(A.prototype,c,(function(){return this})),t.AsyncIterator=A,t.async=function(e,n,r,o,a){void 0===a&&(a=Promise);var i=new A(l(e,n,r,o),a);return t.isGeneratorFunction(n)?i:i.next().then((function(e){return e.done?e.value:i.next()}))},O(w),p(w,u,"Generator"),p(w,s,(function(){return this})),p(w,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=E,j.prototype={constructor:j,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(x),!e)for(var t in this)"t"===t.charAt(0)&&a.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function n(n,r){return i.type="throw",i.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r],i=o.completion;if("root"===o.tryLoc)return n("end");if(o.tryLoc<=this.prev){var s=a.call(o,"catchLoc"),c=a.call(o,"finallyLoc");if(s&&c){if(this.prev<o.catchLoc)return n(o.catchLoc,!0);if(this.prev<o.finallyLoc)return n(o.finallyLoc)}else if(s){if(this.prev<o.catchLoc)return n(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return n(o.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&a.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var i=o?o.completion:{};return i.type=e,i.arg=t,o?(this.method="next",this.next=o.finallyLoc,h):this.complete(i)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),h},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),x(n),h}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;x(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:E(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),h}},t}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},7425:e=>{function t(n){return e.exports=t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,t(n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},2841:(e,t,n)=>{var r=n(7609)();e.exports=r;try{regeneratorRuntime=r}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var r={};return(()=>{"use strict";n.d(r,{default:()=>Fn});var e=function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)};function t(t,n,r){e((function(){var e=(r||{}).type,o=void 0===e?"async":e;"async"===o&&window.AlipayJSBridge.call(t,n,(function(e){var t=n||{},r=t.success,o=t.fail,a=t.complete;e.error?null==o||o(e):null==r||r(e),null==a||a(e)})),"callback"===o&&window.AlipayJSBridge.call(t,n)}))}var o=function(){return o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)};var a=function(){return a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},a.apply(this,arguments)};const i=function(e){var n=e||{},r=n.confirmButtonText,o=n.cancelButtonText,i=n.content,s=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["confirmButtonText","cancelButtonText","content"]);t("confirm",a({okButton:r,cancelButton:o,message:i},s))};var s=function(){return s=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},s.apply(this,arguments)},c={"HH:mm:ss":0,"yyyy-MM-dd":1,"yyyy-MM-dd HH:mm:ss":2};const u=function(e){var n=e||{},r=n.format,o=(n.currentDate,n.startDate),a=n.endDate,i=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["format","currentDate","startDate","endDate"]);t("datePicker",s({mode:c[r||"yyyy-MM-dd"],beginDate:o,minDate:o,maxDate:a},i))};var p=function(){return p=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},p.apply(this,arguments)},l=[{type:"image",exts:["jpg","jpeg","png","bmp","gif"]},{type:"video",exts:["mp4","3gp","avi","wmv"]},{type:"audio",exts:["mp3","wma","wav"]}];const f=function(e){var n,r,o=e||{},a=o.url,i=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(o,["url"]),s=null===(n=a.match(/\.(\w+)$/))||void 0===n?void 0:n[1];t("downloadFile",p({url:a,type:null===(r=l.find((function(e){return e.exts.includes(s||"png")})))||void 0===r?void 0:r.type},i))};var h=function(){return h=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},h.apply(this,arguments)};const y=function(e){var n=e||{},r=n.scopes,o=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["scopes"]);t("getAuthCode",h(h({scopeNicks:r},o),{success:function(e){var t;return null===(t=o.success)||void 0===t?void 0:t.call(o,h(h({},e),{authCode:e.authCode||e.authcode}))}}))},d=y;var v=function(){return v=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},v.apply(this,arguments)};const g=function(e){var n=e||{},r=n.type,o=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["type"]);t("getCurrentLocation",v({bizType:"alipayIntl",requestType:r},o))};var m=function(){return m=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},m.apply(this,arguments)};var b=function(){return b=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},b.apply(this,arguments)};function w(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function O(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push([n,e[n]]);return t}var A,S,P,x,j,E,T,C=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n;return t=e,n=[{key:"isString",value:function(e){return"string"==typeof e}},{key:"isFunction",value:function(e){return"function"==typeof e}},{key:"isNotEmpty",value:function(e){return e&&e.length>0}},{key:"isEmpty",value:function(t){return!e.isNotEmpty(t)}},{key:"parseObjectSafe",value:function(e,t){try{return JSON.parse(e)}catch(e){console.warn("parseObjectSafe error: ",e)}return t}},{key:"encodeMap",value:function(e){if(e){var t=[];return O(e).forEach((function(e){var n=e[0],r=e[1];null!=r&&t.push("".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(r)))})),t.length>0?t.join("&"):void 0}}}],null&&w(t.prototype,null),n&&w(t,n),Object.defineProperty(t,"prototype",{writable:!1}),e}();function I(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function N(){var e,t=null===(e=x)||void 0===e?void 0:e.siteName;return C.isNotEmpty(t)?t:(t=(j||(j=function(){var e={};O(R(window.location.search)).forEach((function(t){var n=t[0],r=t[1],o=n.toLowerCase();if("query"===o)try{e.query=R(r)}catch(e){console.warn("parse query error: ",e)}else"referrerinfo"===o?e.referrerInfo=R(r):e[n]=r}));var t=window.location.hash;if(t){var n=t.indexOf("?");e.hashPath=n>0?t.substring(1,n):t.substring(1),e.hashQuery=R(t)}return e}()),j).site,C.isNotEmpty(t)?t:void console.error("no siteName! please specify siteName in initWebPolyfill(...)"))}function R(e){var t,n={};if(C.isEmpty(e))return n;var r=e.indexOf("?");return r>=0&&(e=e.substring(r+1)),null===(t=e.split("&"))||void 0===t||t.forEach((function(e){var t=e.split("=");if(!(t.length<2)){var r=decodeURIComponent(t[0]);n[r]=decodeURIComponent(t[1])}})),n}!function(e){e.EASYPAISA="EASYPAISA",e.TRUEMONEY="TRUEMONEY",e.KAKAOPAY="KAKAOPAY",e.BKASH="BKASH",e.ALIPAY_CN="ALIPAY_CN",e.ALIPAY_HK="ALIPAY_HK",e.ALIPAY_MO="ALIPAY_MO",e.GCASH="GCASH",e.TNG="TNG",e.DANA="DANA"}(A||(A={})),(P=S||(S={})).alipayhk="alipayhk",P.alipaymo="alipaymo",P.gcash="gcash",P.tngd="tngd",P.dana="dana",P.kakaopay="kakaopay",I(I(I(I(I(I({},A.ALIPAY_HK,S.alipayhk),A.ALIPAY_MO,S.alipaymo),A.GCASH,S.gcash),A.DANA,S.dana),A.TNG,S.tngd),A.KAKAOPAY,S.kakaopay),(T=E||(E={})).STABLE="STABLE",T.TEST="TEST",T.PRE="PRE",T.PROD="PROD";var _=function(e){return function(t){return toString.call(t)==="[object ".concat(e,"]")}},M=(_("Function"),function(e){return"NaN"===parseInt(""+e,10).toString()});function k(e){var t;try{t=JSON.stringify(e)}catch(n){t=e}return t}function L(e,t){if(!e)return t;var n;try{n=JSON.parse(e)}catch(e){n=t}return n}_("String");var D=function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(e){return!1}}(),B=function(){return B=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},B.apply(this,arguments)};const W=function(e){var n=e.success,r=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["success"]);t("getTinyLocalStorage",B(B({},r),{success:function(e){n&&n(B(B({},e),{data:L(e.data,{})}))}}))},U=W;var F=function(){return F=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},F.apply(this,arguments)};const q=function(e){var n=e.current,r=e.urls,o=void 0===r?[]:r,a=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["current","urls"]);t("imageViewer",F({images:o.map((function(e){return{u:e}})),init:n},a))},H=function(e){var t=e||{},n=t.url,r=t.success,o=t.complete;window.location.replace(n),null==r||r({}),null==o||o({})};var G=function(){return G=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},G.apply(this,arguments)};const K=function(e){var n=e||{},r=n.headers,o=n.data,a=n.dataType,i=n.success,s=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["headers","data","dataType","success"]),c=[];if(!D)for(var u in r){var p={};p[u]=r[u],c.push(p)}var l=function(e){var t=e;switch(a){case"json":t=L(e,{});break;case"base64":t=e.startsWith("data:")?e:"data:application/json;base64,"+e;break;case"text":t=e}return t};t("httpRequest",G({headers:D?r:c,data:JSON.stringify(o),dataType:a,success:function(e){i&&i(G(G({},e),{data:l(e.data)}))}},s))},Y=K;var V=function(){return V=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},V.apply(this,arguments)};var J=function(){return J=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},J.apply(this,arguments)};const z=function(e){var n=e||{},r=n.data,o=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["data"]);t("setTinyLocalStorage",J({data:k(r)},o))},$=z;var Q=function(){return Q=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Q.apply(this,arguments)};const X=function(e){var n=e||{},r=n.items,o=n.cancelButtonText,a=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["items","cancelButtonText"]);t("actionSheet",Q({btns:r,cancelBtn:o},a))};var Z=function(){return Z=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Z.apply(this,arguments)};var ee=function(){return ee=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ee.apply(this,arguments)};function te(e,t,n){var r=(n||{}).type,o=void 0===r?"async":r;return"sync"===o||(null==n?void 0:n.isSync)?my[e](t):("async"===o&&(my[e]?my[e](t):my.call(e,t)),"callback"===o&&my[e](t),"attribute"===o?my[e]:void 0)}const ne=function(e){var t=e||{};te("a+"===t.flowType?"tradePayCrossApp":"tradePay",function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(t,["flowType"]))};var re=function(){return re=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},re.apply(this,arguments)};const oe=function(e){var n=e||{},r=n.fileName,o=n.fileType,a=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["fileName","fileType"]);t("uploadFile",re({name:r,type:o},a))};function ae(e){return ae="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ae(e)}var ie="";const se=function(){if(!ie){var e=function(){var e;if("object"===("undefined"==typeof window?"undefined":ae(window))){var t=null===(e=window.location.search)||void 0===e?void 0:e.match(/__lang__=([^&]*)/);if(t)return t[1]}}()||function(){var e;if("object"===("undefined"==typeof document?"undefined":ae(document))){var t=null===(e=document.documentElement)||void 0===e?void 0:e.lang;if(t)return t}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":ae(window))){var t=(null===(e=window.navigator)||void 0===e?void 0:e.userAgent)||"",n=(/Language\/([^\s]*)/i.exec(t)||[]).pop();if(n)return n}}()||function(){var e;if("object"===("undefined"==typeof window?"undefined":ae(window))&&window.navigator){var t=window.navigator,n=(null===(e=t.languages)||void 0===e?void 0:e[0])||t.language||t.userLanguage||t.browserLanguage;if(n)return n}}()||"en-US";ie=e.toLowerCase()}return ie};var ce,ue,pe=function(e){return function(t){return new Promise((function(n,r){var o=t||{},a=o.success,i=o.fail,s=o.complete,c=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(o,["success","fail","complete"]);e(c,(function(e){n(e),null==a||a(e),null==s||s(e)}),(function(e){r(e),null==i||i(e),null==s||s(e)}))}))}},le=function(e){return function(t){return toString.call(t)==="[object ".concat(e,"]")}},fe=(le("RegExp"),le("String"),le("Function"),le("Object")),he=(le("Number"),Array.isArray,le("Boolean"),function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.reduce((function(e,t){var n;if(!t)return e;for(var r=Object.entries(t),o=r.length,a=0;a<o;a++){var i=r[a],s=i[0],c=i[1];fe(c)?e[s]=he(e[s],c):Object.assign(e,((n={})[s]=c,n))}return e}),{})}),ye=n(3563),de=n(5731),ve=n.n(de),ge=function(){return ge=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ge.apply(this,arguments)};!function(e){e.openInApp="openinapp",e.openOtherApp="openotherapp",e.openBizScene="openbizscene",e.openPayCodePage="openpaycodepage",e.openApPayCodePage="openappaycodepage",e.openScanPage="openscanpage",e.openInBrowser="openinbrowser"}(ce||(ce={})),function(e){e.scan="scan",e.payCode="payCode"}(ue||(ue={}));var me="caprMode=sync";function be(e,t){var n=e.filter((function(e){return e.match.every((function(e){return e.test(t)}))}));if(n.length){var r=n[0].name;if(n.length>1){var o=n.map((function(e){return e.name})).join(",");Oe("Multiple clients have been identified(".concat(o,"), and the first one(").concat(r,")is used by default."))}return r}}function we(e,t){return Object.keys(e).reduce((function(n,r){return n["is".concat(r)]=t===e[r],n}),{})}function Oe(e){console.info("[hylid-env]: ".concat(e))}var Ae={WEB:"web",MPWEB:"mpweb",MP:"mp"},Se={DEMO:"demo",ALIPAY:"alipay",ALIPAYHK:"alipayhk",TNGD:"tngd",GCASH:"gcash",TRUEMONEY:"truemoney",DANA:"dana",KAKAOPAY:"kakaopay",KAKAOTALK:"kakaotalk",NAVERPAY:"naverpay",MPAY:"mpay",TOSSPAY:"toss",HIPAY:"hipay",CHOPE:"chope",VODAPAY:"vodapay",CHANGIPAY:"changipay",OCBC:"ocbc",MANDIRI:"mandiri",NAYAPAY:"nayapay",TINABA:"tinaba",KASPI:"kaspi",H5:"h5",WECHAT:"wechat",TNGD_H5NG:"tngdh5ng"},Pe=/miniprogram/i,xe=/^((?!miniprogram).)*$/i,je=/griver/i,Ee=/^((?!griver).)*$/i,Te=[{name:Se.DEMO,match:[/demo/]},{name:Se.ALIPAY,match:[/alipay/]},{name:Se.ALIPAYHK,match:[/hk/]},{name:Se.TNGD,match:[/tngd/]},{name:Se.GCASH,match:[/gcash/]},{name:Se.TRUEMONEY,match:[/tmn/]},{name:Se.DANA,match:[/dana/]},{name:Se.TOSSPAY,match:[/toss/]}],Ce=[{name:Se.DEMO,match:[/alipayIDE/i]},{name:Se.ALIPAYHK,match:[Pe,Ee,/AlipayClientHK/]},{name:Se.TNGD,match:[Pe,/TNGKit|Touch 'n Go/]},{name:Se.GCASH,match:[Pe,je,/GCash/]},{name:Se.TRUEMONEY,match:[Pe,je,/TrueMoney/]},{name:Se.ALIPAY,match:[Pe,Ee,/alipay/i]},{name:Se.DEMO,match:[Pe,je]}];function Ie(){return be(Ce,window.navigator.userAgent)}var Ne=[{name:Se.ALIPAYHK,match:[xe,Ee,/AlipayClientHK/]},{name:Se.TNGD,match:[xe,je,/TNGKit|Touch 'n Go/]},{name:Se.TNGD_H5NG,match:[xe,/TNGKit|Touch 'n Go/,/IAPWebH5NG/]},{name:Se.GCASH,match:[xe,je,/GCash/]},{name:Se.TRUEMONEY,match:[xe,je,/TrueMoney/i]},{name:Se.KAKAOPAY,match:[xe,/PAYCLIENT|KAKAOTALK|KAKAOPAY/]},{name:Se.KAKAOTALK,match:[xe,/ALIPAYCONNECT_KAKAO_TALK/]},{name:Se.NAVERPAY,match:[xe,/NAVER/]},{name:Se.MPAY,match:[xe,/mpay|macaupay/i]},{name:Se.TOSSPAY,match:[xe,/Toss/i]},{name:Se.ALIPAY,match:[xe,Ee,/AlipayClient/]},{name:Se.DEMO,match:[xe,je,/GriverDemo/]}];function Re(){return be(Ne,window.navigator.userAgent)||Se.H5}var _e=function(){var e,t;if("undefined"!=typeof wx||"undefined"!=typeof my&&"string"==typeof my.SDKVersion)e="undefined"!=typeof wx?Se.WECHAT:be(Te,my.getSystemInfoSync().app),t=Ae.MP;else{var n=function(){var e,t=(null===(e=window.location.search)||void 0===e?void 0:e.match(/__app__=([^&]*)/))||[],n=t[1],r=(window.location.search.match(/[?&]__platform__=([^?&=]+)/)||[])[1];if((n||r)&&localStorage.setItem("__hy_env__",JSON.stringify({client:n,platform:r})),t[1]){var o=window.location.search.replace(new RegExp("".concat(t[0],"(&)*")),""),a=window.location.hash||"",i="".concat(window.location.pathname).concat(o).concat(a);history.replaceState(null,"",i)}var s=localStorage.getItem("__hy_env__");return s?JSON.parse(s):{}}();n.platform?(t=n.platform,e=n.client||("mpweb"===t?Ie():Re())):(e=n.client||Ie())?t=Ae.MPWEB:(e=Re(),t=Ae.WEB)}return t&&e||Oe("Cannot identify your client."),{client:e,platform:t}}(),Me=_e.client,ke=_e.platform;we(Se,Me),we(Ae,ke);var Le=!1,De=[];function Be(e){return De.push(e),function(){De=De.filter((function(t){return t!==e}))}}function We(t){return Le||(document.addEventListener("onToWebViewMessage",(function(e){var t=e.data.res;if(t&&"message"===t.type){var n=JSON.parse(t.data);De.forEach((function(e){return e(n)}))}})),Le=!0),e((function(){window.AlipayJSBridge.call("postWebViewMessage",{type:"message",detail:t})}))}var Ue={};function Fe(e,t,n){var r=e+"_"+Math.floor(1e6*Math.random());t&&(Ue[r]=t),We({source:"hylid",type:"apiCall",api:e,serialId:r,options:t,config:n,isSync:null==n?void 0:n.isSync})}Be((function(e){var t,n=e,r=n.serialId;if(r&&Ue[r]){var o=Ue[r],a=n.result;if("callback"===(null===(t=n.config)||void 0===t?void 0:t.type)){var i=a||{},s=i._data_;return"success"===i._type_?o(s):o(void 0,s)}var c=o||{},u=c.success,p=c.fail,l=c.complete,f=a||{},h=f._data_,y=f._type_;y?("success"===y&&(null==u||u(h)),"fail"===y&&(null==p||p(h)),null==l||l(h)):((null==a?void 0:a.error)?null==p||p(a):null==u||u(a),null==l||l(a)),delete Ue[r]}})),Fe.onMessage=Be,Fe.postMessage=We,Fe.broadcastGlobalData=function(e,t){We({source:"hylid",type:"broadcast",from:window.location.href,key:e,result:t})},Fe.onReceiveGlobalData=function(e,t){return Be((function(n){var r=n;if("hylid"===r.source&&"broadcast"===r.type&&r.key===e){var o=r.result||{},a=o._data_;return"success"===o._type_?t(a,void 0,r.from):t(void 0,a,r.from)}}))},Fe.onPageEvent=function(e,t){return We({source:"hylid",type:"pageEvent",event:e}),Be((function(n){var r=n;if("hylid"===r.source&&"pageEvent"===r.type&&r.event===e){var o=r.result||{},a=o._data_;return"success"===o._type_?t(a):t(void 0,a)}}))};var qe,He={NOTFOUND:{code:-1,message:function(e){return"".concat(e," is not found")}},NOTALLOWED:{code:-2,message:function(e){return"".concat(e," is not allowed")}},INVALID:{code:-3,message:function(e){return"".concat(e," is invalid")}},NOTBIND:{code:-4,message:function(e){return"".concat(e," exec fail, webviewBridge not bind context")}},PARAMS_ERROR:{code:-5,message:function(e){return"".concat(e," exec fail, params error")}}},Ge=function(e,t,n){var r;void 0===n&&(n={});var o=n.type,a=void 0===o?"async":o,i=function(e,t){void 0===t&&(t="");var n=He.NOTFOUND;return{errorCode:n.code,errorMessage:(0,n.message)(t),errorSouce:"hylid"}}(0,e);if("sync"===a)return i;"callback"===a&&(null==t||t(i)),"async"===a&&(null===(r=null==t?void 0:t.fail)||void 0===r||r.call(t,i))},Ke=((qe={})[Ae.MP]=te,qe[Ae.MPWEB]=Fe,qe[Ae.WEB]=t,qe);function Ye(e,t,n){return ke?Ke[ke](e,t,n):Ge(t,n)}var Ve=function(){return Ye("startApp",{appId:"20000056"})},Je=function(){return Ye("startApp",{appId:"20000056"})},ze=function(){return Ye("startApp",{appId:"10000007"})},$e=function(e){return Ye("pushWindow",e)},Qe=function(e){return Ye("openInBrowser",e)};function Xe(e){var t=e.appId,n=e.path,r=e.launchParams,o="alipays://platformapi/startapp?appId=".concat(t);n&&(o+="&page=".concat(encodeURIComponent(n)));var a="";return r&&(a=Object.keys(r).map((function(e){return"".concat(e,"=").concat(r[e])})).join("&"),o+="&query=".concat(encodeURIComponent(a))),(null==r?void 0:r.chInfo)&&(o+="&chInfo=".concat(r.chInfo)),o}var Ze=function(e){return Ye("pushWindow",{url:Xe(e)})},et=pe((function(e,t,n){!function(e,t,n){if(e)if(e.startsWith("aplus://"))!function(e,t,n){var r,o=new(ve())(e,!0),a=o.host,i=o.pathname,s=o.query;switch(a){case ce.openInApp:t.openInApp(ge({path:i,url:s.url||""},n));break;case ce.openOtherApp:console.log("### openCustomScheme",ce.openOtherApp);var c=s.appId,u=void 0===c?"":c,p=s.path,l=s.launchParams,f=void 0===l?"":l,h=(0,ye.Qc)(f);t.openOtherApp(ge({appId:u,path:p,launchParams:h},n));break;case ce.openBizScene:console.warn("该 API 已弃用, 请使用 aplus://openApPayCodePage 等链接替代"),s.sceneCode===ue.scan?t.openScanPage(n):s.sceneCode===ue.payCode&&t.openApPayCodePage(n);break;case ce.openScanPage:t.openScanPage(n);break;case ce.openPayCodePage:t.openPayCodePage(n);break;case ce.openApPayCodePage:t.openApPayCodePage(n);break;case ce.openInBrowser:t.openInBrowser(ge({url:s.url||""},n));break;default:console.log("[openCustomScheme] 不支持的 routeType: ",a),n.fail&&n.fail((r="openCustomScheme ".concat(a),{error:-102,errorMessage:"[".concat(r,"]: Not Support")}))}}(e,t,n);else if(e.startsWith("/")){var r=function(e){var t=location.pathname.replace(/\/[^/]+.html/,""),n="".concat(location.protocol,"//").concat(location.host).concat(t).concat(e);if(location.search.includes(me)){var r=n.includes("?")?"&":"?";return"".concat(n).concat(r).concat(me)}return n}(e);t.openInApp(ge({url:r},n))}else t.openWebURL(ge({url:e},n))}(e.url,{openWebURL:$e,openInApp:$e,openOtherApp:Ze,openInBrowser:Qe,openPayCodePage:Je,openApPayCodePage:Ve,openScanPage:ze},{success:t,fail:n})}));const tt=et;var nt=function(){return nt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},nt.apply(this,arguments)};const rt=function(e){var t,n=e.appId,r=e.workspaceId,o=void 0===r?"default":r,a=e.defaultGateway,i=e.defaultHeaders,s=e.request,c=n&&o?((t={AppId:n,workspaceId:o})["X-CORS-".concat(n,"-").concat(o)]="1",t):{};return pe((function(e,t,n){var r=e.gateway,o=e.operationType,u=e.headers,p=e.requestData,l=e.timeout;s({url:r||a,method:"POST",timeout:l,headers:nt(nt(nt(nt({"Content-Type":"application/json"},i),{"Operation-Type":o}),c),u),data:p,success:function(e){t({headers:(null==e?void 0:e.headers)||{},resData:(null==e?void 0:e.data)||{}})},fail:n})}))},ot=rt;var at={},it=function(e){at=he(at,e)};it.getRuntimeConfig=function(){return at};const st=it,ct=st;var ut=function(){return ut=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ut.apply(this,arguments)},pt=function(e){return function(t){return new Promise((function(n,r){var o=ut(ut({},t),{success:n,fail:r});e(o)}))}},lt={mp:"Mp",mpweb:"MpWeb",web:"Web"};var ft=function(e,t){var n={};return Object.keys(Ae).forEach((function(r){var o=Ae[r];Object.keys(Se).forEach((function(r){var a,i=Se[r],s="is".concat(lt[o]).concat((a=i).charAt(0).toUpperCase()+a.slice(1).toLowerCase());n[s]=o===e&&i===t}))})),delete n.isMpH5,delete n.isMpTngdh5ng,delete n.isMpWebH5,delete n.isMpWebTngdh5ng,n}(ke,Me);const ht=function(e){return te("getAuthCode",e,{type:"async"})};const yt=function(e){return te("getStorage",e,{type:"async"})};const dt=function(e){return te("request",e,{type:"async"})};const vt=function(e){return te("setStorage",e,{type:"async"})};const gt=function(e){return Fe("getAuthCode",e,{type:"async"})};const mt=function(e){return Fe("getStorage",e,{type:"async"})};const bt=function(e){return Fe("request",e,{type:"async"})};const wt=function(e){return Fe("setStorage",e,{type:"async"})},Ot=rt,At=st,St=rt,Pt=st,xt=rt,jt=st,Et=rt,Tt=st,Ct=rt,It=st,Nt=function(e){return Fe("createWithoutAuthRpc",e,{type:"sync"})},Rt=function(e){return Fe("defineRuntimeConfig",e,{type:"sync"})},_t=y,Mt=W,kt=K,Lt=z,Dt=rt,Bt=st,Wt=y,Ut=W,Ft=K,qt=z,Ht=function(){function e(){}return e.getKey=function(){return"hb-global-storage"},Object.defineProperty(e,"storageValue",{get:function(){return this._storageValue||(this._storageValue=function(){var t=localStorage.getItem(e.getKey());if(t)try{return JSON.parse(t)}catch(e){}}()||{}),this._storageValue},enumerable:!1,configurable:!0}),e.setStorage=function(t,n){this.storageValue[t]=n,localStorage.setItem(e.getKey(),JSON.stringify(this.storageValue))},e.getStorage=function(e){return this.storageValue[e]||null},e.removeStorage=function(t){this.storageValue[t]=void 0,localStorage.setItem(e.getKey(),JSON.stringify(this.storageValue))},e.clearStorage=function(){this._storageValue=void 0,localStorage.setItem(e.getKey(),"{}")},e}(),Gt=function(e){var t=e.key,n=e.success,r=e.fail,o=e.complete;try{var a=Ht.getStorage(t);null==n||n({data:a})}catch(e){null==r||r(e)}null==o||o()};function Kt(e,t,n,r,o,a,i){try{var s=e[a](i),c=s.value}catch(e){return void n(e)}s.done?t(c):Promise.resolve(c).then(r,o)}var Yt=n(2841),Vt=n.n(Yt),Jt=n(9644),zt=n.n(Jt);function $t(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Qt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?$t(Object(n),!0).forEach((function(t){I(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):$t(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Xt(){var e;return e=Vt().mark((function e(t){var n,r,o;return Vt().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t){e.next=2;break}return e.abrupt("return");case 2:n=function(e){if(200!==e)return 19},r=function(e){return"text"===e?"text/plain":"base64"!==e?"application/json":void 0},o={url:t.url,method:t.method,headers:Qt(Qt({},t.headers),{},{Accept:r(t.dataType)}),timeout:t.timeout,withCredentials:!0},"GET"===t.method?o.params=t.data:o.data=t.data,zt().request(o).then((function(e){var r,o;null===(r=t.success)||void 0===r||r.call(t,{status:n(e.status),data:e.data,headers:e.headers}),null===(o=t.complete)||void 0===o||o.call(t,{})})).catch((function(e){var n,r;null===(n=t.fail)||void 0===n||n.call(t,e),null===(r=t.complete)||void 0===r||r.call(t,{})}));case 7:case"end":return e.stop()}}),e)})),Xt=function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){Kt(a,r,o,i,s,"next",e)}function s(e){Kt(a,r,o,i,s,"throw",e)}i(void 0)}))},Xt.apply(this,arguments)}const Zt=function(e){return function(e){return Xt.apply(this,arguments)}(e)},en=function(e){var t=e.key,n=e.data,r=e.success,o=e.fail,a=e.complete;try{Ht.setStorage(t,n),null==r||r()}catch(e){null==o||o(e)}null==a||a()},tn=rt,nn=st;var rn=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},on=pt((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ft.isMpAlipay||ft.isMpAlipayhk||ft.isMpChope||ft.isMpDana||ft.isMpDemo||ft.isMpGcash||ft.isMpTngd||ft.isMpTruemoney?ht.apply(void 0,e):ft.isMpWebAlipay||ft.isMpWebAlipayhk||ft.isMpWebChope||ft.isMpWebDana||ft.isMpWebDemo||ft.isMpWebGcash||ft.isMpWebTngd||ft.isMpWebTruemoney?gt.apply(void 0,e):ft.isWebAlipay?_t.apply(void 0,e):ft.isWebDemo?Wt.apply(void 0,e):Ge.apply(void 0,rn(["getAuthCode"],e,!1))})),an=pt((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ft.isMpAlipay||ft.isMpAlipayhk||ft.isMpChope||ft.isMpDana||ft.isMpDemo||ft.isMpGcash||ft.isMpTngd||ft.isMpTruemoney?yt.apply(void 0,e):ft.isMpWebAlipay||ft.isMpWebAlipayhk||ft.isMpWebChope||ft.isMpWebDana||ft.isMpWebDemo||ft.isMpWebGcash||ft.isMpWebTngd||ft.isMpWebTruemoney?mt.apply(void 0,e):ft.isWebAlipay?Mt.apply(void 0,e):ft.isWebDemo?Ut.apply(void 0,e):ft.isWebH5?Gt.apply(void 0,e):Ge.apply(void 0,rn(["getStorage"],e,!1))})),sn=pt((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ft.isMpAlipay||ft.isMpAlipayhk||ft.isMpChope||ft.isMpDana||ft.isMpDemo||ft.isMpGcash||ft.isMpTngd||ft.isMpTruemoney?vt.apply(void 0,e):ft.isMpWebAlipay||ft.isMpWebAlipayhk||ft.isMpWebChope||ft.isMpWebDana||ft.isMpWebDemo||ft.isMpWebGcash||ft.isMpWebTngd||ft.isMpWebTruemoney?wt.apply(void 0,e):ft.isWebAlipay?Lt.apply(void 0,e):ft.isWebDemo?qt.apply(void 0,e):ft.isWebH5?en.apply(void 0,e):Ge.apply(void 0,rn(["setStorage"],e,!1))})),cn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ft.isMpWebAlipayhk?At.apply(void 0,e):ft.isMpWebDana?Pt.apply(void 0,e):ft.isMpWebGcash?jt.apply(void 0,e):ft.isMpWebTngd?Tt.apply(void 0,e):ft.isMpWebTruemoney?It.apply(void 0,e):ft.isMpWebMpay||ft.isMpWebToss?Rt.apply(void 0,e):ft.isWebAlipay?Bt.apply(void 0,e):ft.isWebH5?nn.apply(void 0,e):Ge.apply(void 0,rn(["defineRuntimeConfig"],e,!1))},un=n(9174),pn=n.n(un),ln=function(){return ln=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ln.apply(this,arguments)},fn=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{c(r.next(e))}catch(e){a(e)}}function s(e){try{c(r.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}c((r=r.apply(e,t||[])).next())}))},hn=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}};function yn(e,t){var n=Pn();return(yn=function(e,t){return n[e-=0]})(e,t)}var dn,vn={TOSS:On(0,-318,0,-325)+On(0,-323,0,-291)+Sn(258,247)+Sn(236,255)+"8v0XGf"+wn(0,-440,0,0,-455),MPAY:wn(0,-464,0,0,-474)+"6C1JVc"+wn(0,-488,0,0,-496)+Sn(235,249)+wn(0,-482,0,0,-464),ALIPAY:Sn(288,272)+wn(0,-502,0,0,-510)+Sn(202,231)+On(0,-241,0,-266)+Sn(296,285)+On(0,-352,0,-322)},gn={TOSS:On(0,-276,0,-279)+Sn(256,245)+On(0,-340,0,-309)+"ds.aut"+Sn(266,239)+On(0,-283,0,-297),MPAY:wn(0,-471,0,0,-463)+Sn(257,245)+On(0,-307,0,-296)+On(0,-280,0,-263)+"h.authlogin",ALIPAY:On(0,-266,0,-279)+Sn(245,245)+"svoyag"+wn(0,-439,0,0,-447)+wn(0,-523,0,0,-495)+wn(0,-511,0,0,-481)},mn=function(e,t){var n={c:function(e,t){return e===t},d:c(0,0,-552,-521),e:function(e,t){return e(t)}},r=vn[t];function o(e,t,n,r,o){return yn(r-948,e)}if(!r&&n[i(-688,0,0,0,-699)](n[c(0,0,-507,-495)],n[c(0,0,-501,-495)]))return{};var a=Date.now();function i(e,t,n,r,o){return yn(e- -702,o)}var s=r+"&ts="+a+"&requestData"+c(0,0,-510,-543)+e[c(0,0,-497,-496)+"tData"]+o(970,0,0,1e3)+"tionTy"+o(1033,0,0,1011)+e[c(0,0,-511,-484)+c(0,0,-497,-511)+"e"];function c(e,t,n,r,o){return yn(r- -549,n)}return{signV2:n[c(0,0,-545,-529)](pn(),s)[i(-652,0,0,0,-668)+"ng"](),ts:a}};function bn(){var e={c:r(-579,0,-597)+r(-587,0,-558)+"cdef",d:function(e,t){return e<t},e:function(e,t){return e!==t},f:r(-520,0,-550),g:r(-539,0,-546),h:function(e,t){return e*t},i:function(e,t){return e|t},j:function(e,t){return e&t}},t=[],n=e[r(-585,0,-587)];function r(e,t,n,r,o){return yn(n- -601,e)}for(var o=0;e[a(0,-57,0,-80)](o,36);o++)e[r(-570,0,-581)](e[a(0,-112,0,-115)],e[i(442,459)])&&(t[o]=n.substr(Math[r(-540,0,-541)](e[a(0,-87,0,-105)](Math[a(0,-123,0,-90)](),16)),1));function a(e,t,n,r,o){return yn(r- -134,t)}function i(e,t,n,r,o){return yn(t-426,e)}return t[14]=i(439,429),t[19]=n[r(-581,0,-594)](e[a(0,-151,0,-124)](e[i(455,483)](t[19],3),8),1),t[8]=t[13]=t[18]=t[23]=a(0,-65,0,-75),t[i(465,465)]("")}function wn(e,t,n,r,o){return yn(o- -511,t)}function On(e,t,n,r,o){return yn(r- -327,t)}var An=function(e){return fn(void 0,void 0,void 0,(function(){function t(e,t,n,r,o){return yn(r-i.c,e)}function n(e,t,n,r,o){return yn(n-926,e)}function r(e,t,n,r,o){return yn(e-a.c,t)}var o,a,i,s,c,u,p,l,f,h,y,d,v,g,m,b,w,O,A,S,P,x,j;return hn(this,(function(E){switch(E.label){case 0:a={c:403},i={c:384},s={c:function(e,t){return e*t},d:function(e){return e()},e:function(e){return e()},f:function(e,t,n){return e(t,n)},g:function(e,t){return e(t)},h:function(e,t){return e!==t},i:n((o={c:934,d:974,e:417,f:381,g:398,h:972,i:969,j:996,k:960,l:935,m:905,n:947,o:417,p:429,q:423,r:438,t:416,u:426,v:439,w:958,x:986,ah:977,ai:961,aj:444,ak:470,al:461,am:470,an:997,ao:383,ap:397,aq:401,ar:396,as:428,at:916,au:931,av:917,aw:465,ax:446,ay:374,az:399,aA:390,aB:394,aC:955,aD:954,aE:926,aF:953,aG:995,aH:1011,aI:420,aJ:397,aK:375,aL:415,aM:471,aN:467,aO:477,aP:384,aQ:973,aR:946,aS:948,aT:968,aU:967,aV:964,aW:998,aX:954,aY:949,aZ:445,b0:413,b1:419,b2:441,b3:418}).c,0,966,0,o.d),j:function(e,t){return e-t},k:function(e,t){return e*t},l:function(e,t){return e-t},m:"nBZiR"},c=s[t(o.e,0,o.f,o.g)](60,1e3),u=s[n(924,o.h,940,0,o.i)](3600,1e3),p=e.httpRequest,l=e.getAuthParams,f=e.saveAuthParams,h=e.getAuthCode,y=e.getAppId,d=e.siteName,v=gn[d],E.label=1;case 1:return E.trys.push([1,,6,7]),[4,s.d(l)];case 2:return g=E.sent(),m="",m=(null==g?void 0:g[n(1e3,o.j,971)])&&(null===(x=null==g?void 0:g[n(949,0,971,o.k)])||void 0===x?void 0:x[n(967,0,o.l,o.m,o.n)])?null===(j=null==g?void 0:g[r(448,468,o.o,o.p)])||void 0===j?void 0:j.token:s[r(423,o.q,o.g,o.r,o.t)](bn),[4,s[t(o.u,o.v,0,o.r)](y)];case 3:return b=E.sent().appId,w={instanceId:m,appId:b},[4,s[n(o.w,o.x,980,o.ah,o.ai)](h)];case 4:return O=E.sent(),w["authCo"+r(o.aj,430,o.ak)]=O[r(o.al,o.v,o.am)+n(975,o.an,967)]||"",A={operationType:v,requestData:JSON[t(o.ao,o.ap,0,o.aq)+t(390,0,0,o.ar)]([w])},S=s.f(mn,A,d),[4,s[r(436,433)](p,ln(ln({},A),{headers:ln({},S)}))];case 5:if(!((P=E.sent())&&P[r(o.as,459)+n(o.at,o.au,947,o.av)]||s[r(432,o.aw,o.as,o.q,o.ax)](s[t(410,0,0,394,o.ay)],s[t(o.az,0,o.aA,o.aB)])))throw P;return s.g(f,{sessionIdLastTime:Date[n(o.aC,o.aD,o.aE,o.aF)](),sessionIdExpiresTime:s[n(1008,o.aG,983,o.aH)](s.k(P[t(371,o.aI,0,o.aJ,o.aK)+t(o.aL,0,0,411)+r(449,o.aM,o.aN,0,o.aO)]||0,1e3),c),clientKeyLastTime:Date[t(o.aA,0,0,o.aP)](),clientKeyExpiresTime:s[n(o.aQ,0,961,o.l,o.aR)](s.c(P[n(o.aS,0,o.aT,o.aU,o.aV)+"KeyExpireTime"]||0,1e3),u),clientKey:P[n(o.aW,0,968)+n(971,o.aX,o.aY)]||"",openId:P[n(949,o.n,937)]||"",token:m}),[3,7];case 6:return s[r(432,o.aZ,o.b0,o.b1)](s[t(o.u,o.aJ,o.b2,o.b3)],s.m)||(dn=void 0),[7];case 7:return[2]}}))}))};function Sn(e,t,n,r,o){return yn(t-223,e)}function Pn(){var e=["now","e403eb","Y2RnWk","4","012345","ae","=","substr","8e8bf2","token","i","openId","ify","sessio","c","4fBX3i","h.auth","string","srewar","f","e","s","payplu","Key","x3pTVp","succes","8yrZzV","nExpir","YvQOw","h","login","svoyag","9uI6g1","g","m","l","5yJGy4","aLhI5S","ionTyp","join","WrLog","de","client","6789ab","random","data","eTime","Ctk","ap.ali","094d20","toStri","JlqiC","&opera","reques","d","pgeFL","Qh","j","authCo","-","floor","a17e0f","0ba7fc","pe=","er.aut","operat"];return(Pn=function(){return e})()}var xn,jn,En,Tn,Cn,In,Nn,Rn,_n,Mn,kn,Ln,Dn=function(e){return fn(void 0,void 0,void 0,(function(){function t(e,t,n,r,o){return yn(t-24,r)}function n(e,t,n,r,a){return yn(a-o.c,n)}var r,o,a,i,s,c,u,p,l,f,h;return hn(this,(function(y){switch(y.label){case 0:return r={c:21,d:42,e:77,f:521,g:570,h:27,i:44,j:500,k:547,l:52,m:70,n:39,o:25,p:87,q:75,r:56,t:53,u:24,v:78,w:65,x:34,as:32},o={c:519},a={c:58},i={c:function(e){return e()},d:function(e,t){return e&&t},e:function(e,t){return e<t},f:function(e,t){return e-t},g:function(e,t){return e===t},h:"cgVrj",i:function(e,t){return e(t)}},s=e.isForceLogin,c=void 0!==s&&s,u=e.getAuthParams,[4,i[t(r.c,38,0,r.d)](u)];case 1:return p=y.sent(),l=p[t(r.e,69,0,73)]||{},f=l.sessionIdExpiresTime,h=l.sessionIdLastTime,i.d(!c,h)&&f&&i[n(r.f,0,r.g,0,539)](i[t(r.h,43,0,26,r.i)](Date[n(r.j,0,534,r.k,519)](),h),f)&&i[t(r.l,57,r.m,r.n,r.o)](i[function(e,t,n,r){return yn(e-a.c,r)}(r.p,r.q,0,r.r)],i[t(0,r.t,0,r.u,r.v)])?[2]:[4,dn=dn||i[t(r.w,r.x,0,42,r.as)](An,e)];case 2:return y.sent(),[2]}}))}))},Bn=function(){return Bn=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Bn.apply(this,arguments)},Wn=((null===(xn=cn.getRuntimeConfig)||void 0===xn?void 0:xn.call(cn))||{}).appId,Un=(jn="ALIPAY",En=an,Tn=sn,Cn=function(){return on({scopes:["auth_base"],appId:Wn})},In=function(){return Promise.resolve({appId:Wn})},Nn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ft.isMpWebAlipayhk?Ot.apply(void 0,e):ft.isMpWebDana?St.apply(void 0,e):ft.isMpWebGcash?xt.apply(void 0,e):ft.isMpWebTngd?Et.apply(void 0,e):ft.isMpWebTruemoney?Ct.apply(void 0,e):ft.isMpWebMpay||ft.isMpWebToss?Nt.apply(void 0,e):ft.isWebAlipay?Dt.apply(void 0,e):ft.isWebH5?tn.apply(void 0,e):Ge.apply(void 0,rn(["createWithoutAuthRpc"],e,!1))}({appId:"WALLET_CN",defaultGateway:"https://imgs-sea-global.alipay.com/imgw.htm",request:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ft.isMpAlipay||ft.isMpAlipayhk||ft.isMpChope||ft.isMpDana||ft.isMpDemo||ft.isMpGcash||ft.isMpTngd||ft.isMpTruemoney?dt.apply(void 0,e):ft.isMpWebAlipay||ft.isMpWebAlipayhk||ft.isMpWebChope||ft.isMpWebDana||ft.isMpWebDemo||ft.isMpWebGcash||ft.isMpWebTngd||ft.isMpWebTruemoney?bt.apply(void 0,e):ft.isWebAlipay?kt.apply(void 0,e):ft.isWebDemo?Ft.apply(void 0,e):ft.isWebH5?Zt.apply(void 0,e):Ge.apply(void 0,rn(["request"],e,!1))}}),Rn="auth-login-storage",_n=null,Mn=function(){return _n||(_n=En({key:Rn}))},kn=function(e){return _n=e,Tn({key:Rn,data:e})},Ln=pe((function(e,t,n){return r=void 0,o=void 0,i=function(){var r,o,a,i,s,c;return function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],r=0}finally{n=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}}(this,(function(u){switch(u.label){case 0:r=e.headers,"string"!=typeof(o=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["headers"])).requestData&&(o.requestData=JSON.stringify(o.requestData)),a=function(e){var t=e.headers,n=e.operationType,a=e.requestData;return new Promise((function(e,i){Nn(Bn(Bn({},o),{requestData:a,headers:Bn(Bn(Bn({},r),t),{"Operation-Type":n}),operationType:n,success:function(t){e(null==t?void 0:t.resData)},fail:function(e){i(e)}}))}))},u.label=1;case 1:return u.trys.push([1,3,,4]),[4,Dn({httpRequest:a,isForceLogin:!1,getAuthParams:Mn,saveAuthParams:kn,getAuthCode:Cn,getAppId:In,siteName:jn})];case 2:return u.sent(),[3,4];case 3:return i=u.sent(),n(i),[2];case 4:return s=mn(o,jn),c=Bn(Bn({},r),s),Nn(Bn(Bn({},o),{headers:c,success:function(e){var r,i;"2000"===(null===(i=null===(r=e.headers)||void 0===r?void 0:r["result-status"])||void 0===i?void 0:i.toString())?Dn({httpRequest:a,isForceLogin:!0,getAuthParams:Mn,saveAuthParams:kn,getAuthCode:Cn,getAppId:In,siteName:jn}).then((function(){Nn(Bn(Bn({},o),{headers:c,success:t,fail:n}))})).catch((function(e){n(e)})):t(e)},fail:n})),[2]}}))},new((a=void 0)||(a=Promise))((function(e,t){function n(e){try{c(i.next(e))}catch(e){t(e)}}function s(e){try{c(i.throw(e))}catch(e){t(e)}}function c(t){var r;t.done?e(t.value):(r=t.value,r instanceof a?r:new a((function(e){e(r)}))).then(n,s)}c((i=i.apply(r,o||[])).next())}));var r,o,a,i})),Ln);const Fn={addPhoneContact:function(e){return t("addPhoneContact",e,{type:"async"})},chooseImage:function(e){return t("chooseImage",e,{type:"async"})},exitApp:function(e){return t("exitApp",e,{type:"async"})},getBatteryInfo:function(e){return t("getBatteryInfo",e,{type:"async"})},getClipboard:function(e){return t("getClipboard",e,{type:"async"})},getFileInfo:function(e){return t("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return t("getImageInfo",e,{type:"async"})},getSavedFileInfo:function(e){return t("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return t("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return t("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return t("getServerTime",e,{type:"async"})},getSetting:function(e){return t("getSetting",e,{type:"async"})},getSystemInfo:function(e){return t("getSystemInfo",e,{type:"async"})},hideKeyboard:function(e){return t("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return t("hideLoading",e,{type:"async"})},hideToast:function(e){return t("hideToast",e,{type:"async"})},makePhoneCall:function(e){return t("makePhoneCall",e,{type:"async"})},navigateBackMiniProgram:function(e){return t("navigateBackMiniProgram",e,{type:"async"})},navigateToMiniProgram:function(e){return t("navigateToMiniProgram",e,{type:"async"})},openDocument:function(e){return t("openDocument",e,{type:"async"})},openSetting:function(e){return t("openSetting",e,{type:"async"})},prompt:function(e){return t("prompt",e,{type:"async"})},removeSavedFile:function(e){return t("removeSavedFile",e,{type:"async"})},rpc:function(e){return t("rpc",e,{type:"async"})},saveFile:function(e){return t("saveFile",e,{type:"async"})},saveImage:function(e){return t("saveImage",e,{type:"async"})},scan:function(e){return t("scan",e,{type:"async"})},setClipboard:function(e){return t("setClipboard",e,{type:"async"})},setKeepScreenOn:function(e){return t("setKeepScreenOn",e,{type:"async"})},setScreenBrightness:function(e){return t("setScreenBrightness",e,{type:"async"})},showLoading:function(e){return t("showLoading",e,{type:"async"})},signContract:function(e){return t("signContract",e,{type:"async"})},startApp:function(e){return t("startApp",e,{type:"async"})},crossPay:function(e){return t("crossPay",e,{type:"async"})},vibrate:function(e){return t("vibrate",e,{type:"async"})},alert:function(e){var n=e||{},r=n.content,a=n.buttonText,i=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(n,["content","buttonText"]);t("alert",o({message:r,button:a},i))},choosePhoneContact:function(e){t("contact",e)},clearStorage:function(e){t("clearTinyLocalStorage",e)},confirm:i,datePicker:u,downloadFile:f,getAuthCode:d,getLocation:g,getNetworkType:function(e){var n=e.success,r=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["success"]);t("getNetworkType",m(m({},r),{success:function(e){n&&n(m(m({},e),{networkType:e.networkInfo.toLocaleUpperCase()}))}}))},getPhoneNumber:function(e){t("appxrpc",b({requestData:[{method:"getPhoneNumber"}]},e))},getSiteInfo:function(e){return function(e){var t=e.success,n=e.fail,r=e.complete;setTimeout((function(){var e=N();e&&e.length?null==t||t({siteName:e}):null==n||n(new Error("siteName is empty!")),null==r||r()}),0)}(e)},getStorage:U,hideNavigationBarLoading:function(){t("hideTitleLoading")},multiLevelSelect:function(e){t("beehiveMultilevelSelect",e)},navigateBack:function(e){t("popWindow",{options:e})},navigateTo:function(e){t("pushWindow",e)},previewImage:q,redirectTo:H,removeStorage:function(e){t("removeTinyLocalStorage",e)},request:Y,setNavigationBar:function(e){var n=e.title,r=e.image,o=e.backgroundColor,a=e.borderBottomColor,i=e.reset,s=e.success,c=e.complete,u=e.fail;(n||r)&&t("setTitle",{title:n,image:r});var p=Number.parseInt((null==a?void 0:a.slice(1))||"ffffff",16),l=o?Number.parseInt(o.slice(1),16):"";t("setBarBottomLineColor",{color:p,fail:function(e){u&&(M(p)&&(e.error=2,e.errorMessage="The color value is illegal."),u(e))}});var f={success:s,complete:c,fail:u};l&&Object.assign(f,{color:l||"ffffff"}),i&&Object.assign(f,{reset:i}),t("setTitleColor",V(V({},f),{fail:function(e){u&&(i&&!M(l)||(e.error=2,e.errorMessage="The color value is illegal."),u(e))}}))},setStorage:$,showActionSheet:X,showAuthGuide:function(e){t("showAuthGuide",Z({bizType:"alipayIntl"},e))},showNavigationBarLoading:function(){t("showTitleLoading")},showToast:function(e){t("toast",ee({content:""},e))},tradePay:ne,uploadFile:oe,getCurrentLanguage:se,openURL:tt,createWithoutAuthRpc:ot,defineRuntimeConfig:ct,rpcWithAuthAPlus:Un}})(),r.default})()));
@@ -0,0 +1 @@
1
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.my=t():e.my=t()}(self,(()=>(()=>{"use strict";var e={d:(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)},t={};function r(e,t,r){!function(e){if(window.AlipayJSBridge)return e();document.addEventListener("AlipayJSBridgeReady",(function(){return e()}),!1)}((function(){var n=(r||{}).type,o=void 0===n?"async":n;"async"===o&&window.AlipayJSBridge.call(e,t,(function(e){var r=t||{},n=r.success,o=r.fail,c=r.complete;e.error?null==o||o(e):null==n||n(e),null==c||c(e)})),"callback"===o&&window.AlipayJSBridge.call(e,t)}))}e.d(t,{default:()=>$});function n(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},c=Object.keys(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var c=["content","buttonText"];function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var a=["confirmButtonText","cancelButtonText","content"];function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var p=["format","currentDate","startDate","endDate"];function s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var f={"HH:mm:ss":0,"yyyy-MM-dd":1,"yyyy-MM-dd HH:mm:ss":2};var y=["url"];function O(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var l=[{type:"image",exts:["jpg","jpeg","png","bmp","gif"]},{type:"video",exts:["mp4","3gp","avi","wmv"]},{type:"audio",exts:["mp3","wma","wav"]}];var b=["scopes"];function g(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var j=["type"];function P(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var d=["success"];function v(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function w(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?v(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):v(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function h(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var m=function(e){return function(t){return toString.call(t)==="[object ".concat(e,"]")}},S=(m("Function"),function(e){return"NaN"===parseInt(""+e,10).toString()});function D(e){var t;try{t=JSON.stringify(e)}catch(r){t=e}return t}function T(e,t){if(!e)return t;var r;try{r=JSON.parse(e)}catch(e){r=t}return r}m("String");var k=function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(e){return!1}}(),E=["success"];function B(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function A(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?B(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):B(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var I=["current","urls"];function C(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var x=["headers","data","dataType","success"];function L(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function F(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?L(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):L(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var N=["url"];function M(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function J(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function q(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function z(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?q(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):q(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var R=["data"];function K(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var W=["items","cancelButtonText"];function H(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Q(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function V(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var G=["fileName","fileType"];function U(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}const $={addFatigueAction:function(e){return r("addFatigueAction",e,{type:"async"})},addPhoneContact:function(e){return r("addPhoneContact",e,{type:"async"})},apDisableJSAPI:function(e){return r("apDisableJSAPI",e,{type:"async"})},appxrpc:function(e){return r("appxrpc",e,{type:"async"})},APRegionRPC:function(e){return r("APRegionRPC",e,{type:"async"})},batchQueryCdpSpaceInfo:function(e){return r("batchQueryCdpSpaceInfo",e,{type:"async"})},exitApp:function(e){return r("exitApp",e,{type:"async"})},getAppToken:function(e){return r("getAppToken",e,{type:"async"})},getBatteryInfo:function(e){return r("getBatteryInfo",e,{type:"async"})},getClipboard:function(e){return r("getClipboard",e,{type:"async"})},getComponentAuth:function(e){return r("getComponentAuth",e,{type:"async"})},getFileInfo:function(e){return r("getFileInfo",e,{type:"async"})},getImageInfo:function(e){return r("getImageInfo",e,{type:"async"})},getPaymentCode:function(e){return r("getPaymentCode",e,{type:"async"})},getSavedFileInfo:function(e){return r("getSavedFileInfo",e,{type:"async"})},getSavedFileList:function(e){return r("getSavedFileList",e,{type:"async"})},getScreenBrightness:function(e){return r("getScreenBrightness",e,{type:"async"})},getServerTime:function(e){return r("getServerTime",e,{type:"async"})},getSetting:function(e){return r("getSetting",e,{type:"async"})},getSiteInfo:function(e){return r("getSiteInfo",e,{type:"async"})},getSystemInfo:function(e){return r("getSystemInfo",e,{type:"async"})},hideKeyboard:function(e){return r("hideKeyboard",e,{type:"async"})},hideLoading:function(e){return r("hideLoading",e,{type:"async"})},hideToast:function(e){return r("hideToast",e,{type:"async"})},inquireQuote:function(e){return r("inquireQuote",e,{type:"async"})},isInstalledApp:function(e){return r("isInstalledApp",e,{type:"async"})},makePhoneCall:function(e){return r("makePhoneCall",e,{type:"async"})},navigateBackMiniProgram:function(e){return r("navigateBackMiniProgram",e,{type:"async"})},navigateToBizScene:function(e){return r("navigateToBizScene",e,{type:"async"})},navigateToMiniProgram:function(e){return r("navigateToMiniProgram",e,{type:"async"})},openDocument:function(e){return r("openDocument",e,{type:"async"})},openSchemeWithBacking:function(e){return r("openSchemeWithBacking",e,{type:"async"})},openSetting:function(e){return r("openSetting",e,{type:"async"})},prompt:function(e){return r("prompt",e,{type:"async"})},regionFetchAllApps:function(e){return r("regionFetchAllApps",e,{type:"async"})},regionSearchAppsByKeywords:function(e){return r("regionSearchAppsByKeywords",e,{type:"async"})},removeSavedFile:function(e){return r("removeSavedFile",e,{type:"async"})},rpc:function(e){return r("rpc",e,{type:"async"})},saveFile:function(e){return r("saveFile",e,{type:"async"})},scan:function(e){return r("scan",e,{type:"async"})},setClipboard:function(e){return r("setClipboard",e,{type:"async"})},setScreenBrightness:function(e){return r("setScreenBrightness",e,{type:"async"})},showLoading:function(e){return r("showLoading",e,{type:"async"})},signContract:function(e){return r("signContract",e,{type:"async"})},startApp:function(e){return r("startApp",e,{type:"async"})},startBizService:function(e){return r("startBizService",e,{type:"async"})},thirdPartyAuthForAc:function(e){return r("thirdPartyAuthForAc",e,{type:"async"})},tradePay:function(e){return r("tradePay",e,{type:"async"})},uploadApdidToken:function(e){return r("uploadApdidToken",e,{type:"async"})},vibrate:function(e){return r("vibrate",e,{type:"async"})},writeBLECharacteristicValue:function(e){return r("writeBLECharacteristicValue",e,{type:"async"})},hideOptionButton:function(e){return r("hideOptionButton",e,{type:"async"})},alert:function(e){var t=e||{};r("alert",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({message:t.content,button:t.buttonText},o(t,c)))},chooseImage:function(e){return r("chooseImage",e)},choosePhoneContact:function(e){r("contact",e)},clearStorage:function(e){r("clearTinyLocalStorage",e)},confirm:function(e){var t=e||{};r("confirm",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?u(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({okButton:t.confirmButtonText,cancelButton:t.cancelButtonText,message:t.content},o(t,a)))},datePicker:function(e){var t=e||{},c=t.format,i=(t.currentDate,t.startDate),a=t.endDate,u=o(t,p);r("datePicker",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?s(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({mode:f[c||"yyyy-MM-dd"],beginDate:i,minDate:i,maxDate:a},u))},downloadFile:function(e){var t,c,i=e||{},a=i.url,u=o(i,y),p=null===(t=a.match(/\.(\w+)$/))||void 0===t?void 0:t[1];r("downloadFile",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?O(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):O(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({url:a,type:null===(c=l.find((function(e){return e.exts.includes(p||"png")})))||void 0===c?void 0:c.type},u))},getAuthCode:function(e){var t=e||{};r("getAuthCode",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?g(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):g(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({scopeNicks:t.scopes},o(t,b)))},getLocation:function(e){var t=e||{};r("getCurrentLocation",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?P(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):P(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({bizType:"alipayIntl",requestType:t.type},o(t,j)))},getNetworkType:function(e){var t=e.success;r("getNetworkType",w(w({},o(e,d)),{},{success:function(e){t&&t(w(w({},e),{},{networkType:e.networkInfo.toLocaleUpperCase()}))}}))},getOpenUserInfo:function(){},getPhoneNumber:function(e){r("appxrpc",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?h(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):h(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({requestData:[{method:"getPhoneNumber"}]},e))},getStorage:function(e){var t=e.success;r("getTinyLocalStorage",A(A({},o(e,E)),{},{success:function(e){t&&t(A(A({},e),{},{data:T(e.data,{})}))}}))},hideNavigationBarLoading:function(){r("hideTitleLoading")},multiLevelSelect:function(e){r("beehiveMultilevelSelect",e)},navigateBack:function(e){r("popWindow",{options:e})},navigateTo:function(e){r("pushWindow",e)},paySignCenter:function(){},previewImage:function(e){var t=e.current,c=e.urls,i=void 0===c?[]:c,a=o(e,I);r("imageViewer",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?C(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):C(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({images:i.map((function(e){return{u:e}})),init:t},a))},redirectTo:function(e){var t=e||{},r=t.url,n=t.success,o=t.complete;window.location.replace(r),null==n||n({}),null==o||o({})},removeStorage:function(e){r("removeTinyLocalStorage",e)},request:function(e){var t=e||{},n=t.headers,c=t.data,i=t.dataType,a=t.success,u=o(t,x),p=[];if(!k)for(var s in n){var f={};f[s]=n[s],p.push(f)}var y=function(e){var t=e;switch(i){case"json":t=T(e,{});break;case"base64":t=e.startsWith("data:")?e:"data:application/json;base64,"+e;break;case"text":t=e}return t};r("httpRequest",F({headers:k?n:p,data:JSON.stringify(c),dataType:i,success:function(e){a&&a(F(F({},e),{},{data:y(e.data)}))}},u))},saveImage:function(e){var t=e||{};r("saveImage",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?M(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):M(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({src:t.url},o(t,N)))},setKeepScreenOn:function(e){r("setScreenAutolock",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?J(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):J(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({actionType:"disable"},e))},setNavigationBar:function(e){var t=e.title,n=e.image,o=e.backgroundColor,c=e.borderBottomColor,i=e.reset,a=e.success,u=e.complete,p=e.fail;(t||n)&&r("setTitle",{title:t,image:n});var s=Number.parseInt((null==c?void 0:c.slice(1))||"ffffff",16),f=o?Number.parseInt(o.slice(1),16):"";r("setBarBottomLineColor",{color:s,fail:function(e){p&&(S(s)&&(e.error=2,e.errorMessage="The color value is illegal."),p(e))}});var y={success:a,complete:u,fail:p};f&&Object.assign(y,{color:f||"ffffff"}),i&&Object.assign(y,{reset:i}),r("setTitleColor",z(z({},y),{},{fail:function(e){p&&(i&&!S(f)||(e.error=2,e.errorMessage="The color value is illegal."),p(e))}}))},setOptionMenu:function(){},setStorage:function(e){var t=e||{},c=t.data,i=o(t,R);r("setTinyLocalStorage",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?K(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):K(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({data:D(c)},i))},showActionSheet:function(e){var t=e||{};r("actionSheet",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?H(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):H(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({btns:t.items,cancelBtn:t.cancelButtonText},o(t,W)))},showAuthGuide:function(e){r("showAuthGuide",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Q(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Q(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({bizType:"alipayIntl"},e))},showNavigationBarLoading:function(){r("showTitleLoading")},showToast:function(e){r("toast",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?V(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):V(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({content:""},e))},uploadFile:function(e){var t=e||{};r("uploadFile",function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?U(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):U(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({name:t.fileName,type:t.fileType},o(t,G)))}};return t.default})()));
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.my=e():t.my=e()}(self,(()=>(()=>{"use strict";var t={d:(e,n)=>{for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e)},e={};function n(t,e,n){!function(t){if(window.AlipayJSBridge)return t();document.addEventListener("AlipayJSBridgeReady",(function(){return t()}),!1)}((function(){var r=(n||{}).type,o=void 0===r?"async":r;"async"===o&&window.AlipayJSBridge.call(t,e,(function(t){var n=e||{},r=n.success,o=n.fail,a=n.complete;t.error?null==o||o(t):null==r||r(t),null==a||a(t)})),"callback"===o&&window.AlipayJSBridge.call(t,e)}))}t.d(e,{default:()=>_});var r=function(){return r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},r.apply(this,arguments)};var o=function(){return o=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},o.apply(this,arguments)};var a=function(){return a=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},a.apply(this,arguments)},i={"HH:mm:ss":0,"yyyy-MM-dd":1,"yyyy-MM-dd HH:mm:ss":2};var c=function(){return c=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},c.apply(this,arguments)},u=[{type:"image",exts:["jpg","jpeg","png","bmp","gif"]},{type:"video",exts:["mp4","3gp","avi","wmv"]},{type:"audio",exts:["mp3","wma","wav"]}];var p=function(){return p=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},p.apply(this,arguments)};var l=function(){return l=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},l.apply(this,arguments)};var s=function(){return s=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},s.apply(this,arguments)};var f=function(){return f=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},f.apply(this,arguments)};function y(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function g(t){var e=[];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.push([n,t[n]]);return e}var d,v,O,b,h,m,w,j=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)}var e,n;return e=t,n=[{key:"isString",value:function(t){return"string"==typeof t}},{key:"isFunction",value:function(t){return"function"==typeof t}},{key:"isNotEmpty",value:function(t){return t&&t.length>0}},{key:"isEmpty",value:function(e){return!t.isNotEmpty(e)}},{key:"parseObjectSafe",value:function(t,e){try{return JSON.parse(t)}catch(t){console.warn("parseObjectSafe error: ",t)}return e}},{key:"encodeMap",value:function(t){if(t){var e=[];return g(t).forEach((function(t){var n=t[0],r=t[1];null!=r&&e.push("".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(r)))})),e.length>0?e.join("&"):void 0}}}],null&&y(e.prototype,null),n&&y(e,n),Object.defineProperty(e,"prototype",{writable:!1}),t}();function P(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function S(){var t,e=null===(t=b)||void 0===t?void 0:t.siteName;return j.isNotEmpty(e)?e:(e=(h||(h=function(){var t={};g(A(window.location.search)).forEach((function(e){var n=e[0],r=e[1],o=n.toLowerCase();if("query"===o)try{t.query=A(r)}catch(t){console.warn("parse query error: ",t)}else"referrerinfo"===o?t.referrerInfo=A(r):t[n]=r}));var e=window.location.hash;if(e){var n=e.indexOf("?");t.hashPath=n>0?e.substring(1,n):e.substring(1),t.hashQuery=A(e)}return t}()),h).site,j.isNotEmpty(e)?e:void console.error("no siteName! please specify siteName in initWebPolyfill(...)"))}function A(t){var e,n={};if(j.isEmpty(t))return n;var r=t.indexOf("?");return r>=0&&(t=t.substring(r+1)),null===(e=t.split("&"))||void 0===e||e.forEach((function(t){var e=t.split("=");if(!(e.length<2)){var r=decodeURIComponent(e[0]);n[r]=decodeURIComponent(e[1])}})),n}!function(t){t.EASYPAISA="EASYPAISA",t.TRUEMONEY="TRUEMONEY",t.KAKAOPAY="KAKAOPAY",t.BKASH="BKASH",t.ALIPAY_CN="ALIPAY_CN",t.ALIPAY_HK="ALIPAY_HK",t.ALIPAY_MO="ALIPAY_MO",t.GCASH="GCASH",t.TNG="TNG",t.DANA="DANA"}(d||(d={})),(O=v||(v={})).alipayhk="alipayhk",O.alipaymo="alipaymo",O.gcash="gcash",O.tngd="tngd",O.dana="dana",O.kakaopay="kakaopay",P(P(P(P(P(P({},d.ALIPAY_HK,v.alipayhk),d.ALIPAY_MO,v.alipaymo),d.GCASH,v.gcash),d.DANA,v.dana),d.TNG,v.tngd),d.KAKAOPAY,v.kakaopay),(w=m||(m={})).STABLE="STABLE",w.TEST="TEST",w.PRE="PRE",w.PROD="PROD";var I=function(t){return function(e){return toString.call(e)==="[object ".concat(t,"]")}},T=(I("Function"),function(t){return"NaN"===parseInt(""+t,10).toString()});function x(t){var e;try{e=JSON.stringify(t)}catch(n){e=t}return e}function C(t,e){if(!t)return e;var n;try{n=JSON.parse(t)}catch(t){n=e}return n}I("String");var B=function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(t){return!1}}(),E=function(){return E=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},E.apply(this,arguments)},k=function(){return k=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},k.apply(this,arguments)},L=function(){return L=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},L.apply(this,arguments)},N=function(){return N=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},N.apply(this,arguments)},F=function(){return F=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},F.apply(this,arguments)},M=function(){return M=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},M.apply(this,arguments)},D=function(){return D=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},D.apply(this,arguments)},K=function(){return K=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},K.apply(this,arguments)},R=function(){return R=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},R.apply(this,arguments)};function Y(t){return Y="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Y(t)}var H="";const _={addFatigueAction:function(t){return n("addFatigueAction",t,{type:"async"})},addPhoneContact:function(t){return n("addPhoneContact",t,{type:"async"})},apDisableJSAPI:function(t){return n("apDisableJSAPI",t,{type:"async"})},appxrpc:function(t){return n("appxrpc",t,{type:"async"})},APRegionRPC:function(t){return n("APRegionRPC",t,{type:"async"})},batchQueryCdpSpaceInfo:function(t){return n("batchQueryCdpSpaceInfo",t,{type:"async"})},chooseImage:function(t){return n("chooseImage",t,{type:"async"})},exitApp:function(t){return n("exitApp",t,{type:"async"})},getAppToken:function(t){return n("getAppToken",t,{type:"async"})},getBatteryInfo:function(t){return n("getBatteryInfo",t,{type:"async"})},getClipboard:function(t){return n("getClipboard",t,{type:"async"})},getComponentAuth:function(t){return n("getComponentAuth",t,{type:"async"})},getFileInfo:function(t){return n("getFileInfo",t,{type:"async"})},getImageInfo:function(t){return n("getImageInfo",t,{type:"async"})},getOpenUserInfo:function(t){return n("getOpenUserInfo",t,{type:"async"})},getPaymentCode:function(t){return n("getPaymentCode",t,{type:"async"})},getSavedFileInfo:function(t){return n("getSavedFileInfo",t,{type:"async"})},getSavedFileList:function(t){return n("getSavedFileList",t,{type:"async"})},getScreenBrightness:function(t){return n("getScreenBrightness",t,{type:"async"})},getServerTime:function(t){return n("getServerTime",t,{type:"async"})},getSetting:function(t){return n("getSetting",t,{type:"async"})},getSystemInfo:function(t){return n("getSystemInfo",t,{type:"async"})},hideKeyboard:function(t){return n("hideKeyboard",t,{type:"async"})},hideLoading:function(t){return n("hideLoading",t,{type:"async"})},hideToast:function(t){return n("hideToast",t,{type:"async"})},inquireQuote:function(t){return n("inquireQuote",t,{type:"async"})},isInstalledApp:function(t){return n("isInstalledApp",t,{type:"async"})},makePhoneCall:function(t){return n("makePhoneCall",t,{type:"async"})},navigateBackMiniProgram:function(t){return n("navigateBackMiniProgram",t,{type:"async"})},navigateToBizScene:function(t){return n("navigateToBizScene",t,{type:"async"})},navigateToMiniProgram:function(t){return n("navigateToMiniProgram",t,{type:"async"})},openDocument:function(t){return n("openDocument",t,{type:"async"})},openSchemeWithBacking:function(t){return n("openSchemeWithBacking",t,{type:"async"})},openSetting:function(t){return n("openSetting",t,{type:"async"})},prompt:function(t){return n("prompt",t,{type:"async"})},regionFetchAllApps:function(t){return n("regionFetchAllApps",t,{type:"async"})},regionSearchAppsByKeywords:function(t){return n("regionSearchAppsByKeywords",t,{type:"async"})},removeSavedFile:function(t){return n("removeSavedFile",t,{type:"async"})},rpc:function(t){return n("rpc",t,{type:"async"})},saveFile:function(t){return n("saveFile",t,{type:"async"})},saveImage:function(t){return n("saveImage",t,{type:"async"})},scan:function(t){return n("scan",t,{type:"async"})},setClipboard:function(t){return n("setClipboard",t,{type:"async"})},setKeepScreenOn:function(t){return n("setKeepScreenOn",t,{type:"async"})},setScreenBrightness:function(t){return n("setScreenBrightness",t,{type:"async"})},showLoading:function(t){return n("showLoading",t,{type:"async"})},signContract:function(t){return n("signContract",t,{type:"async"})},startApp:function(t){return n("startApp",t,{type:"async"})},startBizService:function(t){return n("startBizService",t,{type:"async"})},thirdPartyAuthForAc:function(t){return n("thirdPartyAuthForAc",t,{type:"async"})},tradePay:function(t){return n("tradePay",t,{type:"async"})},uploadApdidToken:function(t){return n("uploadApdidToken",t,{type:"async"})},vibrate:function(t){return n("vibrate",t,{type:"async"})},writeBLECharacteristicValue:function(t){return n("writeBLECharacteristicValue",t,{type:"async"})},alert:function(t){var e=t||{},o=e.content,a=e.buttonText,i=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["content","buttonText"]);n("alert",r({message:o,button:a},i))},choosePhoneContact:function(t){n("contact",t)},clearStorage:function(t){n("clearTinyLocalStorage",t)},confirm:function(t){var e=t||{},r=e.confirmButtonText,a=e.cancelButtonText,i=e.content,c=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["confirmButtonText","cancelButtonText","content"]);n("confirm",o({okButton:r,cancelButton:a,message:i},c))},datePicker:function(t){var e=t||{},r=e.format,o=(e.currentDate,e.startDate),c=e.endDate,u=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["format","currentDate","startDate","endDate"]);n("datePicker",a({mode:i[r||"yyyy-MM-dd"],beginDate:o,minDate:o,maxDate:c},u))},downloadFile:function(t){var e,r,o=t||{},a=o.url,i=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(o,["url"]),p=null===(e=a.match(/\.(\w+)$/))||void 0===e?void 0:e[1];n("downloadFile",c({url:a,type:null===(r=u.find((function(t){return t.exts.includes(p||"png")})))||void 0===r?void 0:r.type},i))},getAuthCode:function(t){var e=t||{},r=e.scopes,o=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["scopes"]);n("getAuthCode",p(p({scopeNicks:r},o),{success:function(t){var e;return null===(e=o.success)||void 0===e?void 0:e.call(o,p(p({},t),{authCode:t.authCode||t.authcode}))}}))},getLocation:function(t){var e=t||{},r=e.type,o=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["type"]);n("getCurrentLocation",l({bizType:"alipayIntl",requestType:r},o))},getNetworkType:function(t){var e=t.success,r=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["success"]);n("getNetworkType",s(s({},r),{success:function(t){e&&e(s(s({},t),{networkType:t.networkInfo.toLocaleUpperCase()}))}}))},getPhoneNumber:function(t){n("appxrpc",f({requestData:[{method:"getPhoneNumber"}]},t))},getSiteInfo:function(t){return function(t){var e=t.success,n=t.fail,r=t.complete;setTimeout((function(){var t=S();t&&t.length?null==e||e({siteName:t}):null==n||n(new Error("siteName is empty!")),null==r||r()}),0)}(t)},getStorage:function(t){var e=t.success,r=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["success"]);n("getTinyLocalStorage",E(E({},r),{success:function(t){e&&e(E(E({},t),{data:C(t.data,{})}))}}))},hideNavigationBarLoading:function(){n("hideTitleLoading")},multiLevelSelect:function(t){n("beehiveMultilevelSelect",t)},navigateBack:function(t){n("popWindow",{options:t})},navigateTo:function(t){n("pushWindow",t)},previewImage:function(t){var e=t.current,r=t.urls,o=void 0===r?[]:r,a=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["current","urls"]);n("imageViewer",k({images:o.map((function(t){return{u:t}})),init:e},a))},redirectTo:function(t){var e=t||{},n=e.url,r=e.success,o=e.complete;window.location.replace(n),null==r||r({}),null==o||o({})},removeStorage:function(t){n("removeTinyLocalStorage",t)},request:function(t){var e=t||{},r=e.headers,o=e.data,a=e.dataType,i=e.success,c=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["headers","data","dataType","success"]),u=[];if(!B)for(var p in r){var l={};l[p]=r[p],u.push(l)}var s=function(t){var e=t;switch(a){case"json":e=C(t,{});break;case"base64":e=t.startsWith("data:")?t:"data:application/json;base64,"+t;break;case"text":e=t}return e};n("httpRequest",L({headers:B?r:u,data:JSON.stringify(o),dataType:a,success:function(t){i&&i(L(L({},t),{data:s(t.data)}))}},c))},setNavigationBar:function(t){var e=t.title,r=t.image,o=t.backgroundColor,a=t.borderBottomColor,i=t.reset,c=t.success,u=t.complete,p=t.fail;(e||r)&&n("setTitle",{title:e,image:r});var l=Number.parseInt((null==a?void 0:a.slice(1))||"ffffff",16),s=o?Number.parseInt(o.slice(1),16):"";n("setBarBottomLineColor",{color:l,fail:function(t){p&&(T(l)&&(t.error=2,t.errorMessage="The color value is illegal."),p(t))}});var f={success:c,complete:u,fail:p};s&&Object.assign(f,{color:s||"ffffff"}),i&&Object.assign(f,{reset:i}),n("setTitleColor",N(N({},f),{fail:function(t){p&&(i&&!T(s)||(t.error=2,t.errorMessage="The color value is illegal."),p(t))}}))},setStorage:function(t){var e=t||{},r=e.data,o=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["data"]);n("setTinyLocalStorage",F({data:x(r)},o))},showActionSheet:function(t){var e=t||{},r=e.items,o=e.cancelButtonText,a=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["items","cancelButtonText"]);n("actionSheet",M({btns:r,cancelBtn:o},a))},showAuthGuide:function(t){n("showAuthGuide",D({bizType:"alipayIntl"},t))},showNavigationBarLoading:function(){n("showTitleLoading")},showToast:function(t){n("toast",K({content:""},t))},uploadFile:function(t){var e=t||{},r=e.fileName,o=e.fileType,a=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(e,["fileName","fileType"]);n("uploadFile",R({name:r,type:o},a))},getCurrentLanguage:function(){if(!H){var t=function(){var t;if("object"===("undefined"==typeof window?"undefined":Y(window))){var e=null===(t=window.location.search)||void 0===t?void 0:t.match(/__lang__=([^&]*)/);if(e)return e[1]}}()||function(){var t;if("object"===("undefined"==typeof document?"undefined":Y(document))){var e=null===(t=document.documentElement)||void 0===t?void 0:t.lang;if(e)return e}}()||function(){var t;if("object"===("undefined"==typeof window?"undefined":Y(window))){var e=(null===(t=window.navigator)||void 0===t?void 0:t.userAgent)||"",n=(/Language\/([^\s]*)/i.exec(e)||[]).pop();if(n)return n}}()||function(){var t;if("object"===("undefined"==typeof window?"undefined":Y(window))&&window.navigator){var e=window.navigator,n=(null===(t=e.languages)||void 0===t?void 0:t[0])||e.language||e.userLanguage||e.browserLanguage;if(n)return n}}()||"en-US";H=t.toLowerCase()}return H}};return e.default})()));