hylid-bridge 1.0.4 → 1.0.5

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 (987) hide show
  1. package/lib/appEnv/clients.d.ts +7 -0
  2. package/lib/appEnv/clients.js +37 -0
  3. package/lib/appEnv/index.d.ts +17 -0
  4. package/lib/appEnv/index.js +47 -0
  5. package/lib/appEnv/utils.d.ts +4 -0
  6. package/lib/appEnv/utils.js +19 -0
  7. package/lib/bridges.js +2196 -1357
  8. package/lib/clients/mp/lazada/crossPay.d.ts +2 -3
  9. package/lib/clients/mp/lazada/crossPay.js +2 -11
  10. package/lib/clients/mp/lazada/custom.d.ts +6 -0
  11. package/lib/clients/mp/lazada/custom.js +6 -0
  12. package/lib/clients/mp/lazada/generated.d.ts +175 -0
  13. package/lib/clients/mp/lazada/generated.js +282 -0
  14. package/lib/clients/mp/lazada/index.d.ts +111 -54
  15. package/lib/clients/mp/lazada/index.js +19 -104
  16. package/lib/clients/mp/taobao/crossPay.d.ts +2 -3
  17. package/lib/clients/mp/taobao/crossPay.js +2 -11
  18. package/lib/clients/mp/taobao/custom.d.ts +7 -0
  19. package/lib/clients/mp/taobao/custom.js +8 -0
  20. package/lib/clients/mp/taobao/generated.d.ts +63 -0
  21. package/lib/clients/mp/taobao/generated.js +90 -0
  22. package/lib/clients/mp/taobao/index.d.ts +3 -51
  23. package/lib/clients/mp/taobao/index.js +19 -98
  24. package/lib/clients/{mp-web/intl → mp_web/cn}/crossPay.d.ts +0 -0
  25. package/lib/clients/mp_web/cn/crossPay.js +8 -0
  26. package/lib/clients/mp_web/cn/custom.d.ts +6 -0
  27. package/lib/clients/mp_web/cn/custom.js +6 -0
  28. package/lib/clients/mp_web/cn/generated.d.ts +46 -0
  29. package/lib/clients/mp_web/cn/generated.js +82 -0
  30. package/lib/clients/mp_web/cn/getAppIdSync.d.ts +2 -0
  31. package/lib/clients/mp_web/cn/getAppIdSync.js +3 -0
  32. package/lib/clients/mp_web/cn/index.d.ts +48 -0
  33. package/lib/clients/mp_web/cn/index.js +19 -0
  34. package/lib/clients/mp_web/intl/custom.d.ts +6 -0
  35. package/lib/clients/mp_web/intl/custom.js +6 -0
  36. package/lib/clients/mp_web/intl/generated.d.ts +160 -0
  37. package/lib/clients/mp_web/intl/generated.js +270 -0
  38. package/lib/clients/mp_web/intl/getAppIdSync.d.ts +2 -0
  39. package/lib/clients/mp_web/intl/getAppIdSync.js +3 -0
  40. package/lib/clients/mp_web/intl/getOpenUserInfo.d.ts +3 -0
  41. package/lib/clients/mp_web/intl/getOpenUserInfo.js +44 -0
  42. package/lib/clients/mp_web/intl/index.d.ts +162 -0
  43. package/lib/clients/mp_web/intl/index.js +19 -0
  44. package/lib/clients/web/cn/alert.d.ts +2 -0
  45. package/lib/clients/web/cn/alert.js +2 -0
  46. package/lib/clients/web/cn/clearStorage.d.ts +2 -0
  47. package/lib/clients/web/cn/clearStorage.js +2 -0
  48. package/lib/clients/web/cn/confirm.d.ts +2 -0
  49. package/lib/clients/web/cn/confirm.js +2 -0
  50. package/lib/clients/web/cn/custom.d.ts +31 -0
  51. package/lib/clients/web/cn/custom.js +56 -0
  52. package/lib/clients/web/cn/datePicker.d.ts +2 -0
  53. package/lib/clients/web/cn/datePicker.js +2 -0
  54. package/lib/clients/web/cn/downloadFile.d.ts +2 -0
  55. package/lib/clients/web/cn/downloadFile.js +2 -0
  56. package/lib/clients/web/cn/generated.d.ts +94 -0
  57. package/lib/clients/web/cn/generated.js +154 -0
  58. package/lib/clients/web/cn/getLocation.d.ts +2 -0
  59. package/lib/clients/web/cn/getLocation.js +2 -0
  60. package/lib/clients/web/cn/getNetworkType.d.ts +2 -0
  61. package/lib/clients/web/cn/getNetworkType.js +2 -0
  62. package/lib/clients/web/cn/getStorage.d.ts +2 -0
  63. package/lib/clients/web/cn/getStorage.js +2 -0
  64. package/lib/clients/web/cn/index.d.ts +30 -130
  65. package/lib/clients/web/cn/index.js +19 -208
  66. package/lib/clients/web/cn/navigateBack.d.ts +2 -0
  67. package/lib/clients/web/cn/navigateBack.js +2 -0
  68. package/lib/clients/web/cn/navigateTo.d.ts +2 -0
  69. package/lib/clients/web/cn/navigateTo.js +2 -0
  70. package/lib/clients/web/cn/offAccelerometerChange.d.ts +2 -0
  71. package/lib/clients/web/cn/offAccelerometerChange.js +2 -0
  72. package/lib/clients/web/cn/offCompassChange.d.ts +2 -0
  73. package/lib/clients/web/cn/offCompassChange.js +2 -0
  74. package/lib/clients/web/cn/onAccelerometerChange.d.ts +2 -0
  75. package/lib/clients/web/cn/onAccelerometerChange.js +2 -0
  76. package/lib/clients/web/cn/onCompassChange.d.ts +2 -0
  77. package/lib/clients/web/cn/onCompassChange.js +2 -0
  78. package/lib/clients/web/cn/reLaunch.d.ts +2 -0
  79. package/lib/clients/web/cn/reLaunch.js +2 -0
  80. package/lib/clients/web/cn/redirectTo.d.ts +2 -0
  81. package/lib/clients/web/cn/redirectTo.js +2 -0
  82. package/lib/clients/web/cn/request.d.ts +2 -0
  83. package/lib/clients/web/cn/request.js +2 -0
  84. package/lib/clients/web/cn/saveFile.d.ts +2 -0
  85. package/lib/clients/web/cn/saveFile.js +2 -0
  86. package/lib/clients/web/cn/setNavigationBar.d.ts +2 -0
  87. package/lib/clients/web/cn/setNavigationBar.js +2 -0
  88. package/lib/clients/web/cn/setStorage.d.ts +2 -0
  89. package/lib/clients/web/cn/setStorage.js +2 -0
  90. package/lib/clients/web/cn/setTabBarStyle.d.ts +2 -0
  91. package/lib/clients/web/cn/setTabBarStyle.js +2 -0
  92. package/lib/clients/web/cn/showActionSheet.d.ts +2 -0
  93. package/lib/clients/web/cn/showActionSheet.js +2 -0
  94. package/lib/clients/web/cn/showAuthGuide.d.ts +2 -0
  95. package/lib/clients/web/cn/showAuthGuide.js +2 -0
  96. package/lib/clients/web/cn/showToast.d.ts +2 -0
  97. package/lib/clients/web/cn/showToast.js +2 -0
  98. package/lib/clients/web/cn/startPullDownRefresh.d.ts +2 -0
  99. package/lib/clients/web/cn/startPullDownRefresh.js +2 -0
  100. package/lib/clients/web/cn/stopPullDownRefresh.d.ts +2 -0
  101. package/lib/clients/web/cn/stopPullDownRefresh.js +2 -0
  102. package/lib/clients/web/cn/uploadFile.d.ts +2 -0
  103. package/lib/clients/web/cn/uploadFile.js +2 -0
  104. package/lib/clients/web/intl/alert.d.ts +2 -0
  105. package/lib/clients/web/intl/alert.js +2 -0
  106. package/lib/clients/web/intl/clearStorage.d.ts +2 -0
  107. package/lib/clients/web/intl/clearStorage.js +2 -0
  108. package/lib/clients/web/intl/confirm.d.ts +2 -0
  109. package/lib/clients/web/intl/confirm.js +2 -0
  110. package/lib/clients/web/intl/custom.d.ts +31 -0
  111. package/lib/clients/web/intl/custom.js +56 -0
  112. package/lib/clients/web/intl/datePicker.d.ts +2 -0
  113. package/lib/clients/web/intl/datePicker.js +2 -0
  114. package/lib/clients/web/intl/downloadFile.d.ts +2 -0
  115. package/lib/clients/web/intl/downloadFile.js +2 -0
  116. package/lib/clients/web/intl/generated.d.ts +128 -0
  117. package/lib/clients/web/intl/generated.js +210 -0
  118. package/lib/clients/web/intl/getLocation.d.ts +2 -0
  119. package/lib/clients/web/intl/getLocation.js +2 -0
  120. package/lib/clients/web/intl/getNetworkType.d.ts +2 -0
  121. package/lib/clients/web/intl/getNetworkType.js +2 -0
  122. package/lib/clients/web/intl/getStorage.d.ts +2 -0
  123. package/lib/clients/web/intl/getStorage.js +2 -0
  124. package/lib/clients/web/intl/index.d.ts +61 -131
  125. package/lib/clients/web/intl/index.js +19 -210
  126. package/lib/clients/web/intl/navigateBack.d.ts +2 -0
  127. package/lib/clients/web/intl/navigateBack.js +2 -0
  128. package/lib/clients/web/intl/navigateTo.d.ts +2 -0
  129. package/lib/clients/web/intl/navigateTo.js +2 -0
  130. package/lib/clients/web/intl/offAccelerometerChange.d.ts +2 -0
  131. package/lib/clients/web/intl/offAccelerometerChange.js +2 -0
  132. package/lib/clients/web/intl/offCompassChange.d.ts +2 -0
  133. package/lib/clients/web/intl/offCompassChange.js +2 -0
  134. package/lib/clients/web/intl/onAccelerometerChange.d.ts +2 -0
  135. package/lib/clients/web/intl/onAccelerometerChange.js +2 -0
  136. package/lib/clients/web/intl/onCompassChange.d.ts +2 -0
  137. package/lib/clients/web/intl/onCompassChange.js +2 -0
  138. package/lib/clients/web/intl/reLaunch.d.ts +2 -0
  139. package/lib/clients/web/intl/reLaunch.js +2 -0
  140. package/lib/clients/web/intl/redirectTo.d.ts +2 -0
  141. package/lib/clients/web/intl/redirectTo.js +2 -0
  142. package/lib/clients/web/intl/request.d.ts +2 -0
  143. package/lib/clients/web/intl/request.js +2 -0
  144. package/lib/clients/web/intl/saveFile.d.ts +2 -0
  145. package/lib/clients/web/intl/saveFile.js +2 -0
  146. package/lib/clients/web/intl/setNavigationBar.d.ts +2 -0
  147. package/lib/clients/web/intl/setNavigationBar.js +2 -0
  148. package/lib/clients/web/intl/setStorage.d.ts +2 -0
  149. package/lib/clients/web/intl/setStorage.js +2 -0
  150. package/lib/clients/web/intl/setTabBarStyle.d.ts +2 -0
  151. package/lib/clients/web/intl/setTabBarStyle.js +2 -0
  152. package/lib/clients/web/intl/showActionSheet.d.ts +2 -0
  153. package/lib/clients/web/intl/showActionSheet.js +2 -0
  154. package/lib/clients/web/intl/showAuthGuide.d.ts +2 -0
  155. package/lib/clients/web/intl/showAuthGuide.js +2 -0
  156. package/lib/clients/web/intl/showToast.d.ts +2 -0
  157. package/lib/clients/web/intl/showToast.js +2 -0
  158. package/lib/clients/web/intl/startPullDownRefresh.d.ts +2 -0
  159. package/lib/clients/web/intl/startPullDownRefresh.js +2 -0
  160. package/lib/clients/web/intl/stopPullDownRefresh.d.ts +2 -0
  161. package/lib/clients/web/intl/stopPullDownRefresh.js +2 -0
  162. package/lib/clients/web/intl/uploadFile.d.ts +2 -0
  163. package/lib/clients/web/intl/uploadFile.js +2 -0
  164. package/lib/common/apis/custom/mp/crossPay.d.ts +3 -0
  165. package/lib/common/apis/custom/mp/crossPay.js +7 -0
  166. package/lib/common/apis/custom/mp_web/getAppIdSync.d.ts +2 -0
  167. package/lib/common/apis/custom/mp_web/getAppIdSync.js +6 -0
  168. package/lib/common/apis/custom/web/alert.d.ts +3 -0
  169. package/lib/common/apis/custom/web/alert.js +41 -0
  170. package/lib/common/apis/custom/web/clearStorage.d.ts +3 -0
  171. package/lib/common/apis/custom/web/clearStorage.js +8 -0
  172. package/lib/common/apis/custom/web/confirm.d.ts +3 -0
  173. package/lib/common/apis/custom/web/confirm.js +46 -0
  174. package/lib/common/apis/custom/web/datePicker.d.ts +3 -0
  175. package/lib/common/apis/custom/web/datePicker.js +49 -0
  176. package/lib/common/apis/custom/web/downloadFile.d.ts +3 -0
  177. package/lib/common/apis/custom/web/downloadFile.js +58 -0
  178. package/lib/common/apis/custom/web/getLocation.d.ts +3 -0
  179. package/lib/common/apis/custom/web/getLocation.js +43 -0
  180. package/lib/common/apis/custom/web/getNetworkType.d.ts +3 -0
  181. package/lib/common/apis/custom/web/getNetworkType.js +31 -0
  182. package/lib/common/apis/custom/web/getStorage.d.ts +3 -0
  183. package/lib/common/apis/custom/web/getStorage.js +32 -0
  184. package/lib/common/apis/custom/web/navigateBack.d.ts +3 -0
  185. package/lib/common/apis/custom/web/navigateBack.js +44 -0
  186. package/lib/common/apis/custom/web/navigateTo.d.ts +3 -0
  187. package/lib/common/apis/custom/web/navigateTo.js +7 -0
  188. package/lib/common/apis/custom/web/offAccelerometerChange.d.ts +3 -0
  189. package/lib/common/apis/custom/web/offAccelerometerChange.js +25 -0
  190. package/lib/common/apis/custom/web/offCompassChange.d.ts +3 -0
  191. package/lib/common/apis/custom/web/offCompassChange.js +25 -0
  192. package/lib/common/apis/custom/web/onAccelerometerChange.d.ts +3 -0
  193. package/lib/common/apis/custom/web/onAccelerometerChange.js +25 -0
  194. package/lib/common/apis/custom/web/onCompassChange.d.ts +3 -0
  195. package/lib/common/apis/custom/web/onCompassChange.js +25 -0
  196. package/lib/common/apis/custom/web/reLaunch.d.ts +3 -0
  197. package/lib/common/apis/custom/web/reLaunch.js +7 -0
  198. package/lib/common/apis/custom/web/redirectTo.d.ts +3 -0
  199. package/lib/common/apis/custom/web/redirectTo.js +14 -0
  200. package/lib/common/apis/custom/web/request.d.ts +3 -0
  201. package/lib/common/apis/custom/web/request.js +85 -0
  202. package/lib/common/apis/custom/web/saveFile.d.ts +3 -0
  203. package/lib/common/apis/custom/web/saveFile.js +42 -0
  204. package/lib/common/apis/custom/web/setNavigationBar.d.ts +3 -0
  205. package/lib/common/apis/custom/web/setNavigationBar.js +62 -0
  206. package/lib/common/apis/custom/web/setStorage.d.ts +3 -0
  207. package/lib/common/apis/custom/web/setStorage.js +42 -0
  208. package/lib/common/apis/custom/web/setTabBarStyle.d.ts +3 -0
  209. package/lib/common/apis/custom/web/setTabBarStyle.js +25 -0
  210. package/lib/common/apis/custom/web/showActionSheet.d.ts +3 -0
  211. package/lib/common/apis/custom/web/showActionSheet.js +44 -0
  212. package/lib/common/apis/custom/web/showAuthGuide.d.ts +3 -0
  213. package/lib/common/apis/custom/web/showAuthGuide.js +25 -0
  214. package/lib/common/apis/custom/web/showToast.d.ts +3 -0
  215. package/lib/common/apis/custom/web/showToast.js +25 -0
  216. package/lib/common/apis/custom/web/startPullDownRefresh.d.ts +3 -0
  217. package/lib/common/apis/custom/web/startPullDownRefresh.js +7 -0
  218. package/lib/common/apis/custom/web/stopPullDownRefresh.d.ts +3 -0
  219. package/lib/common/apis/custom/web/stopPullDownRefresh.js +7 -0
  220. package/lib/common/apis/custom/web/uploadFile.d.ts +3 -0
  221. package/lib/common/apis/custom/web/uploadFile.js +47 -0
  222. package/lib/common/apis/generated/APRegionRPC.d.ts +2 -0
  223. package/lib/common/apis/generated/APRegionRPC.js +4 -0
  224. package/lib/common/apis/generated/addFatigueAction.d.ts +2 -0
  225. package/lib/common/apis/generated/addFatigueAction.js +4 -0
  226. package/lib/common/apis/generated/addPhoneContact.d.ts +3 -0
  227. package/lib/common/apis/generated/addPhoneContact.js +4 -0
  228. package/lib/common/apis/generated/alert.d.ts +3 -0
  229. package/lib/common/apis/generated/alert.js +4 -0
  230. package/lib/common/apis/generated/apDisableJSAPI.d.ts +2 -0
  231. package/lib/common/apis/generated/apDisableJSAPI.js +4 -0
  232. package/lib/common/apis/generated/appxrpc.d.ts +4 -0
  233. package/lib/common/apis/generated/appxrpc.js +4 -0
  234. package/lib/common/apis/generated/batchQueryCdpSpaceInfo.d.ts +2 -0
  235. package/lib/common/apis/generated/batchQueryCdpSpaceInfo.js +4 -0
  236. package/lib/common/apis/generated/chooseImage.d.ts +3 -0
  237. package/lib/common/apis/generated/chooseImage.js +4 -0
  238. package/lib/common/apis/generated/choosePhoneContact.d.ts +3 -0
  239. package/lib/common/apis/generated/choosePhoneContact.js +4 -0
  240. package/lib/common/apis/generated/clearStorage.d.ts +3 -0
  241. package/lib/common/apis/generated/clearStorage.js +4 -0
  242. package/lib/common/apis/generated/clearStorageSync.d.ts +2 -0
  243. package/lib/common/apis/generated/clearStorageSync.js +4 -0
  244. package/lib/common/apis/generated/closeBluetoothAdapter.d.ts +3 -0
  245. package/lib/common/apis/generated/closeBluetoothAdapter.js +4 -0
  246. package/lib/common/apis/generated/closeSocket.d.ts +3 -0
  247. package/lib/common/apis/generated/closeSocket.js +4 -0
  248. package/lib/common/apis/generated/confirm.d.ts +3 -0
  249. package/lib/common/apis/generated/confirm.js +4 -0
  250. package/lib/common/apis/generated/connectBLEDevice.d.ts +3 -0
  251. package/lib/common/apis/generated/connectBLEDevice.js +4 -0
  252. package/lib/common/apis/generated/connectSocket.d.ts +3 -0
  253. package/lib/common/apis/generated/connectSocket.js +4 -0
  254. package/lib/common/apis/generated/createAnimation.d.ts +3 -0
  255. package/lib/common/apis/generated/createAnimation.js +4 -0
  256. package/lib/common/apis/generated/createWebViewContext.d.ts +3 -0
  257. package/lib/common/apis/generated/createWebViewContext.js +4 -0
  258. package/lib/common/apis/generated/crossPay.d.ts +3 -0
  259. package/lib/common/apis/generated/crossPay.js +4 -0
  260. package/lib/common/apis/generated/datePicker.d.ts +3 -0
  261. package/lib/common/apis/generated/datePicker.js +4 -0
  262. package/lib/common/apis/generated/disconnectBLEDevice.d.ts +3 -0
  263. package/lib/common/apis/generated/disconnectBLEDevice.js +4 -0
  264. package/lib/common/apis/generated/downloadFile.d.ts +3 -0
  265. package/lib/common/apis/generated/downloadFile.js +4 -0
  266. package/lib/common/apis/generated/exitApp.d.ts +2 -0
  267. package/lib/common/apis/generated/exitApp.js +4 -0
  268. package/lib/common/apis/generated/getAppIdSync.d.ts +2 -0
  269. package/lib/common/apis/generated/getAppIdSync.js +4 -0
  270. package/lib/common/apis/generated/getAppToken.d.ts +2 -0
  271. package/lib/common/apis/generated/getAppToken.js +4 -0
  272. package/lib/common/apis/generated/getAuthCode.d.ts +3 -0
  273. package/lib/common/apis/generated/getAuthCode.js +4 -0
  274. package/lib/common/apis/generated/getBLEDeviceCharacteristics.d.ts +3 -0
  275. package/lib/common/apis/generated/getBLEDeviceCharacteristics.js +4 -0
  276. package/lib/common/apis/generated/getBLEDeviceServices.d.ts +3 -0
  277. package/lib/common/apis/generated/getBLEDeviceServices.js +4 -0
  278. package/lib/common/apis/generated/getBatteryInfo.d.ts +3 -0
  279. package/lib/common/apis/generated/getBatteryInfo.js +4 -0
  280. package/lib/common/apis/generated/getBluetoothAdapterState.d.ts +3 -0
  281. package/lib/common/apis/generated/getBluetoothAdapterState.js +4 -0
  282. package/lib/common/apis/generated/getBluetoothDevices.d.ts +3 -0
  283. package/lib/common/apis/generated/getBluetoothDevices.js +4 -0
  284. package/lib/common/apis/generated/getClipboard.d.ts +3 -0
  285. package/lib/common/apis/generated/getClipboard.js +4 -0
  286. package/lib/common/apis/generated/getComponentAuth.d.ts +2 -0
  287. package/lib/common/apis/generated/getComponentAuth.js +4 -0
  288. package/lib/common/apis/generated/getConnectedBluetoothDevices.d.ts +3 -0
  289. package/lib/common/apis/generated/getConnectedBluetoothDevices.js +4 -0
  290. package/lib/common/apis/generated/getFileInfo.d.ts +6 -0
  291. package/lib/common/apis/generated/getFileInfo.js +4 -0
  292. package/lib/common/apis/generated/getImageInfo.d.ts +3 -0
  293. package/lib/common/apis/generated/getImageInfo.js +4 -0
  294. package/lib/common/apis/generated/getLocation.d.ts +3 -0
  295. package/lib/common/apis/generated/getLocation.js +4 -0
  296. package/lib/common/apis/generated/getNetworkType.d.ts +3 -0
  297. package/lib/common/apis/generated/getNetworkType.js +4 -0
  298. package/lib/common/apis/generated/getOpenUserInfo.d.ts +3 -0
  299. package/lib/common/apis/generated/getOpenUserInfo.js +4 -0
  300. package/lib/common/apis/generated/getPaymentCode.d.ts +2 -0
  301. package/lib/common/apis/generated/getPaymentCode.js +4 -0
  302. package/lib/common/apis/generated/getPhoneNumber.d.ts +2 -0
  303. package/lib/common/apis/generated/getPhoneNumber.js +4 -0
  304. package/lib/common/apis/generated/getSavedFileInfo.d.ts +3 -0
  305. package/lib/common/apis/generated/getSavedFileInfo.js +4 -0
  306. package/lib/common/apis/generated/getSavedFileList.d.ts +3 -0
  307. package/lib/common/apis/generated/getSavedFileList.js +4 -0
  308. package/lib/common/apis/generated/getScreenBrightness.d.ts +5 -0
  309. package/lib/common/apis/generated/getScreenBrightness.js +4 -0
  310. package/lib/common/apis/generated/getServerTime.d.ts +5 -0
  311. package/lib/common/apis/generated/getServerTime.js +4 -0
  312. package/lib/common/apis/generated/getSetting.d.ts +3 -0
  313. package/lib/common/apis/generated/getSetting.js +4 -0
  314. package/lib/common/apis/generated/getSiteInfo.d.ts +5 -0
  315. package/lib/common/apis/generated/getSiteInfo.js +4 -0
  316. package/lib/common/apis/generated/getStorage.d.ts +3 -0
  317. package/lib/common/apis/generated/getStorage.js +4 -0
  318. package/lib/common/apis/generated/getStorageSync.d.ts +6 -0
  319. package/lib/common/apis/generated/getStorageSync.js +4 -0
  320. package/lib/common/apis/generated/getSystemInfo.d.ts +3 -0
  321. package/lib/common/apis/generated/getSystemInfo.js +4 -0
  322. package/lib/common/apis/generated/hideBackHome.d.ts +2 -0
  323. package/lib/common/apis/generated/hideBackHome.js +4 -0
  324. package/lib/common/apis/generated/hideKeyboard.d.ts +2 -0
  325. package/lib/common/apis/generated/hideKeyboard.js +4 -0
  326. package/lib/common/apis/generated/hideLoading.d.ts +3 -0
  327. package/lib/common/apis/generated/hideLoading.js +4 -0
  328. package/lib/common/apis/generated/hideNavigationBarLoading.d.ts +2 -0
  329. package/lib/common/apis/generated/hideNavigationBarLoading.js +4 -0
  330. package/lib/common/apis/generated/hideTabBar.d.ts +3 -0
  331. package/lib/common/apis/generated/hideTabBar.js +4 -0
  332. package/lib/common/apis/generated/hideToast.d.ts +3 -0
  333. package/lib/common/apis/generated/hideToast.js +4 -0
  334. package/lib/common/apis/generated/inquireQuote.d.ts +2 -0
  335. package/lib/common/apis/generated/inquireQuote.js +4 -0
  336. package/lib/common/apis/generated/isInstalledApp.d.ts +2 -0
  337. package/lib/common/apis/generated/isInstalledApp.js +4 -0
  338. package/lib/common/apis/generated/makePhoneCall.d.ts +4 -0
  339. package/lib/common/apis/generated/makePhoneCall.js +4 -0
  340. package/lib/common/apis/generated/multiLevelSelect.d.ts +3 -0
  341. package/lib/common/apis/generated/multiLevelSelect.js +4 -0
  342. package/lib/common/apis/generated/navigateBack.d.ts +3 -0
  343. package/lib/common/apis/generated/navigateBack.js +4 -0
  344. package/lib/common/apis/generated/navigateBackMiniProgram.d.ts +3 -0
  345. package/lib/common/apis/generated/navigateBackMiniProgram.js +4 -0
  346. package/lib/common/apis/generated/navigateTo.d.ts +3 -0
  347. package/lib/common/apis/generated/navigateTo.js +4 -0
  348. package/lib/common/apis/generated/navigateToBizScene.d.ts +2 -0
  349. package/lib/common/apis/generated/navigateToBizScene.js +4 -0
  350. package/lib/common/apis/generated/navigateToMiniProgram.d.ts +3 -0
  351. package/lib/common/apis/generated/navigateToMiniProgram.js +4 -0
  352. package/lib/common/apis/generated/notifyBLECharacteristicValueChange.d.ts +3 -0
  353. package/lib/common/apis/generated/notifyBLECharacteristicValueChange.js +4 -0
  354. package/lib/common/apis/generated/offAccelerometerChange.d.ts +3 -0
  355. package/lib/common/apis/generated/offAccelerometerChange.js +4 -0
  356. package/lib/common/apis/generated/offBLECharacteristicValueChange.d.ts +3 -0
  357. package/lib/common/apis/generated/offBLECharacteristicValueChange.js +4 -0
  358. package/lib/common/apis/generated/offBLEConnectionStateChanged.d.ts +3 -0
  359. package/lib/common/apis/generated/offBLEConnectionStateChanged.js +4 -0
  360. package/lib/common/apis/generated/offBluetoothAdapterStateChange.d.ts +3 -0
  361. package/lib/common/apis/generated/offBluetoothAdapterStateChange.js +4 -0
  362. package/lib/common/apis/generated/offBluetoothDeviceFound.d.ts +3 -0
  363. package/lib/common/apis/generated/offBluetoothDeviceFound.js +4 -0
  364. package/lib/common/apis/generated/offCompassChange.d.ts +3 -0
  365. package/lib/common/apis/generated/offCompassChange.js +4 -0
  366. package/lib/common/apis/generated/offMemoryWarning.d.ts +4 -0
  367. package/lib/common/apis/generated/offMemoryWarning.js +4 -0
  368. package/lib/common/apis/generated/offSocketClose.d.ts +3 -0
  369. package/lib/common/apis/generated/offSocketClose.js +4 -0
  370. package/lib/common/apis/generated/offSocketError.d.ts +3 -0
  371. package/lib/common/apis/generated/offSocketError.js +4 -0
  372. package/lib/common/apis/generated/offSocketMessage.d.ts +3 -0
  373. package/lib/common/apis/generated/offSocketMessage.js +4 -0
  374. package/lib/common/apis/generated/offSocketOpen.d.ts +3 -0
  375. package/lib/common/apis/generated/offSocketOpen.js +4 -0
  376. package/lib/common/apis/generated/offUserCaptureScreen.d.ts +2 -0
  377. package/lib/common/apis/generated/offUserCaptureScreen.js +4 -0
  378. package/lib/common/apis/generated/onAccelerometerChange.d.ts +3 -0
  379. package/lib/common/apis/generated/onAccelerometerChange.js +4 -0
  380. package/lib/common/apis/generated/onBLECharacteristicValueChange.d.ts +3 -0
  381. package/lib/common/apis/generated/onBLECharacteristicValueChange.js +4 -0
  382. package/lib/common/apis/generated/onBLEConnectionStateChanged.d.ts +3 -0
  383. package/lib/common/apis/generated/onBLEConnectionStateChanged.js +4 -0
  384. package/lib/common/apis/generated/onBluetoothAdapterStateChange.d.ts +3 -0
  385. package/lib/common/apis/generated/onBluetoothAdapterStateChange.js +4 -0
  386. package/lib/common/apis/generated/onBluetoothDeviceFound.d.ts +3 -0
  387. package/lib/common/apis/generated/onBluetoothDeviceFound.js +4 -0
  388. package/lib/common/apis/generated/onCompassChange.d.ts +3 -0
  389. package/lib/common/apis/generated/onCompassChange.js +4 -0
  390. package/lib/common/apis/generated/onMemoryWarning.d.ts +4 -0
  391. package/lib/common/apis/generated/onMemoryWarning.js +4 -0
  392. package/lib/common/apis/generated/onSocketClose.d.ts +3 -0
  393. package/lib/common/apis/generated/onSocketClose.js +4 -0
  394. package/lib/common/apis/generated/onSocketError.d.ts +3 -0
  395. package/lib/common/apis/generated/onSocketError.js +4 -0
  396. package/lib/common/apis/generated/onSocketMessage.d.ts +3 -0
  397. package/lib/common/apis/generated/onSocketMessage.js +4 -0
  398. package/lib/common/apis/generated/onSocketOpen.d.ts +3 -0
  399. package/lib/common/apis/generated/onSocketOpen.js +4 -0
  400. package/lib/common/apis/generated/onUserCaptureScreen.d.ts +2 -0
  401. package/lib/common/apis/generated/onUserCaptureScreen.js +4 -0
  402. package/lib/common/apis/generated/openBluetoothAdapter.d.ts +3 -0
  403. package/lib/common/apis/generated/openBluetoothAdapter.js +4 -0
  404. package/lib/common/apis/generated/openDocument.d.ts +6 -0
  405. package/lib/common/apis/generated/openDocument.js +4 -0
  406. package/lib/common/apis/generated/openSchemeWithBacking.d.ts +2 -0
  407. package/lib/common/apis/generated/openSchemeWithBacking.js +4 -0
  408. package/lib/common/apis/generated/openSetting.d.ts +3 -0
  409. package/lib/common/apis/generated/openSetting.js +4 -0
  410. package/lib/common/apis/generated/pageScrollTo.d.ts +3 -0
  411. package/lib/common/apis/generated/pageScrollTo.js +4 -0
  412. package/lib/common/apis/generated/paySignCenter.d.ts +2 -0
  413. package/lib/common/apis/generated/paySignCenter.js +4 -0
  414. package/lib/common/apis/generated/previewImage.d.ts +3 -0
  415. package/lib/common/apis/generated/previewImage.js +4 -0
  416. package/lib/common/apis/generated/prompt.d.ts +3 -0
  417. package/lib/common/apis/generated/prompt.js +4 -0
  418. package/lib/common/apis/generated/reLaunch.d.ts +3 -0
  419. package/lib/common/apis/generated/reLaunch.js +4 -0
  420. package/lib/common/apis/generated/readBLECharacteristicValue.d.ts +3 -0
  421. package/lib/common/apis/generated/readBLECharacteristicValue.js +4 -0
  422. package/lib/common/apis/generated/redirectTo.d.ts +3 -0
  423. package/lib/common/apis/generated/redirectTo.js +4 -0
  424. package/lib/common/apis/generated/regionFetchAllApps.d.ts +2 -0
  425. package/lib/common/apis/generated/regionFetchAllApps.js +4 -0
  426. package/lib/common/apis/generated/regionSearchAppsByKeywords.d.ts +2 -0
  427. package/lib/common/apis/generated/regionSearchAppsByKeywords.js +4 -0
  428. package/lib/common/apis/generated/removeSavedFile.d.ts +3 -0
  429. package/lib/common/apis/generated/removeSavedFile.js +4 -0
  430. package/lib/common/apis/generated/removeStorage.d.ts +3 -0
  431. package/lib/common/apis/generated/removeStorage.js +4 -0
  432. package/lib/common/apis/generated/removeStorageSync.d.ts +4 -0
  433. package/lib/common/apis/generated/removeStorageSync.js +4 -0
  434. package/lib/common/apis/generated/request.d.ts +3 -0
  435. package/lib/common/apis/generated/request.js +4 -0
  436. package/lib/common/apis/generated/rpc.d.ts +2 -0
  437. package/lib/common/apis/generated/rpc.js +4 -0
  438. package/lib/common/apis/generated/saveFile.d.ts +3 -0
  439. package/lib/common/apis/generated/saveFile.js +4 -0
  440. package/lib/common/apis/generated/saveImage.d.ts +3 -0
  441. package/lib/common/apis/generated/saveImage.js +4 -0
  442. package/lib/common/apis/generated/scan.d.ts +3 -0
  443. package/lib/common/apis/generated/scan.js +4 -0
  444. package/lib/common/apis/generated/sendSocketMessage.d.ts +3 -0
  445. package/lib/common/apis/generated/sendSocketMessage.js +4 -0
  446. package/lib/common/apis/generated/setBackgroundColor.d.ts +3 -0
  447. package/lib/common/apis/generated/setBackgroundColor.js +4 -0
  448. package/lib/common/apis/generated/setCanPullDown.d.ts +4 -0
  449. package/lib/common/apis/generated/setCanPullDown.js +4 -0
  450. package/lib/common/apis/generated/setClipboard.d.ts +3 -0
  451. package/lib/common/apis/generated/setClipboard.js +4 -0
  452. package/lib/common/apis/generated/setKeepScreenOn.d.ts +3 -0
  453. package/lib/common/apis/generated/setKeepScreenOn.js +4 -0
  454. package/lib/common/apis/generated/setNavigationBar.d.ts +3 -0
  455. package/lib/common/apis/generated/setNavigationBar.js +4 -0
  456. package/lib/common/apis/generated/setOptionMenu.d.ts +3 -0
  457. package/lib/common/apis/generated/setOptionMenu.js +4 -0
  458. package/lib/common/apis/generated/setScreenBrightness.d.ts +3 -0
  459. package/lib/common/apis/generated/setScreenBrightness.js +4 -0
  460. package/lib/common/apis/generated/setStorage.d.ts +3 -0
  461. package/lib/common/apis/generated/setStorage.js +4 -0
  462. package/lib/common/apis/generated/setStorageSync.d.ts +5 -0
  463. package/lib/common/apis/generated/setStorageSync.js +4 -0
  464. package/lib/common/apis/generated/setTabBarStyle.d.ts +2 -0
  465. package/lib/common/apis/generated/setTabBarStyle.js +4 -0
  466. package/lib/common/apis/generated/showActionSheet.d.ts +2 -0
  467. package/lib/common/apis/generated/showActionSheet.js +4 -0
  468. package/lib/common/apis/generated/showAuthGuide.d.ts +3 -0
  469. package/lib/common/apis/generated/showAuthGuide.js +4 -0
  470. package/lib/common/apis/generated/showLoading.d.ts +3 -0
  471. package/lib/common/apis/generated/showLoading.js +4 -0
  472. package/lib/common/apis/generated/showNavigationBarLoading.d.ts +2 -0
  473. package/lib/common/apis/generated/showNavigationBarLoading.js +4 -0
  474. package/lib/common/apis/generated/showToast.d.ts +3 -0
  475. package/lib/common/apis/generated/showToast.js +4 -0
  476. package/lib/common/apis/generated/signContract.d.ts +3 -0
  477. package/lib/common/apis/generated/signContract.js +4 -0
  478. package/lib/common/apis/generated/startApp.d.ts +2 -0
  479. package/lib/common/apis/generated/startApp.js +4 -0
  480. package/lib/common/apis/generated/startBizService.d.ts +2 -0
  481. package/lib/common/apis/generated/startBizService.js +4 -0
  482. package/lib/common/apis/generated/startBluetoothDevicesDiscovery.d.ts +3 -0
  483. package/lib/common/apis/generated/startBluetoothDevicesDiscovery.js +4 -0
  484. package/lib/common/apis/generated/startPullDownRefresh.d.ts +2 -0
  485. package/lib/common/apis/generated/startPullDownRefresh.js +4 -0
  486. package/lib/common/apis/generated/stopBluetoothDevicesDiscovery.d.ts +3 -0
  487. package/lib/common/apis/generated/stopBluetoothDevicesDiscovery.js +4 -0
  488. package/lib/common/apis/generated/stopPullDownRefresh.d.ts +2 -0
  489. package/lib/common/apis/generated/stopPullDownRefresh.js +4 -0
  490. package/lib/common/apis/generated/switchTab.d.ts +3 -0
  491. package/lib/common/apis/generated/switchTab.js +4 -0
  492. package/lib/common/apis/generated/thirdPartyAuthForAc.d.ts +2 -0
  493. package/lib/common/apis/generated/thirdPartyAuthForAc.js +4 -0
  494. package/lib/common/apis/generated/tradePay.d.ts +3 -0
  495. package/lib/common/apis/generated/tradePay.js +4 -0
  496. package/lib/common/apis/generated/uploadApdidToken.d.ts +2 -0
  497. package/lib/common/apis/generated/uploadApdidToken.js +4 -0
  498. package/lib/common/apis/generated/uploadFile.d.ts +3 -0
  499. package/lib/common/apis/generated/uploadFile.js +4 -0
  500. package/lib/common/apis/generated/vibrate.d.ts +3 -0
  501. package/lib/common/apis/generated/vibrate.js +4 -0
  502. package/lib/common/apis/generated/watchShake.d.ts +3 -0
  503. package/lib/common/apis/generated/watchShake.js +4 -0
  504. package/lib/common/apis/generated/writeBLECharacteristicValue.d.ts +3 -0
  505. package/lib/common/apis/generated/writeBLECharacteristicValue.js +4 -0
  506. package/lib/common/call/index.d.ts +11 -0
  507. package/lib/common/call/index.js +89 -0
  508. package/lib/common/call/mp.d.ts +2 -0
  509. package/lib/common/call/mp.js +6 -0
  510. package/lib/common/call/mpWeb.d.ts +4 -0
  511. package/lib/common/call/mpWeb.js +50 -0
  512. package/lib/common/call/web.d.ts +2 -0
  513. package/lib/common/call/web.js +32 -0
  514. package/lib/common/canIUse.d.ts +3 -0
  515. package/lib/common/canIUse.js +152 -0
  516. package/lib/common/constants.d.ts +17 -0
  517. package/lib/common/constants.js +27 -1
  518. package/lib/common/init-mp-web-channel.js +3 -3
  519. package/lib/common/logger.d.ts +21 -0
  520. package/lib/common/logger.js +44 -0
  521. package/lib/common/notFound.d.ts +2 -0
  522. package/lib/common/notFound.js +12 -0
  523. package/lib/index.d.ts +5 -5
  524. package/lib/index.js +5 -5
  525. package/lib/umd/1.0.4/index.js +1 -1
  526. package/lib/umd/1.0.5/index.js +1 -0
  527. package/package.json +2 -2
  528. package/lib/appEnv.d.ts +0 -12
  529. package/lib/appEnv.js +0 -79
  530. package/lib/clients/mp/lazada/getAppIdSync.d.ts +0 -3
  531. package/lib/clients/mp/lazada/getAppIdSync.js +0 -7
  532. package/lib/clients/mp/lazada/hideNavigationBarLoading.d.ts +0 -3
  533. package/lib/clients/mp/lazada/hideNavigationBarLoading.js +0 -6
  534. package/lib/clients/mp/lazada/showNavigationBarLoading.d.ts +0 -3
  535. package/lib/clients/mp/lazada/showNavigationBarLoading.js +0 -6
  536. package/lib/clients/mp/lazada/tradePay.d.ts +0 -3
  537. package/lib/clients/mp/lazada/tradePay.js +0 -11
  538. package/lib/clients/mp/taobao/tradePay.d.ts +0 -3
  539. package/lib/clients/mp/taobao/tradePay.js +0 -11
  540. package/lib/clients/mp-web/cn/crossPay.d.ts +0 -3
  541. package/lib/clients/mp-web/cn/crossPay.js +0 -8
  542. package/lib/clients/mp-web/cn/index.d.ts +0 -91
  543. package/lib/clients/mp-web/cn/index.js +0 -88
  544. package/lib/clients/mp-web/intl/APRegionRPC.d.ts +0 -3
  545. package/lib/clients/mp-web/intl/APRegionRPC.js +0 -7
  546. package/lib/clients/mp-web/intl/addFatigueAction.d.ts +0 -3
  547. package/lib/clients/mp-web/intl/addFatigueAction.js +0 -7
  548. package/lib/clients/mp-web/intl/apDisableJSAPI.d.ts +0 -3
  549. package/lib/clients/mp-web/intl/apDisableJSAPI.js +0 -7
  550. package/lib/clients/mp-web/intl/appxrpc.d.ts +0 -3
  551. package/lib/clients/mp-web/intl/appxrpc.js +0 -7
  552. package/lib/clients/mp-web/intl/batchQueryCdpSpaceInfo.d.ts +0 -3
  553. package/lib/clients/mp-web/intl/batchQueryCdpSpaceInfo.js +0 -7
  554. package/lib/clients/mp-web/intl/choosePhoneContact.d.ts +0 -3
  555. package/lib/clients/mp-web/intl/choosePhoneContact.js +0 -7
  556. package/lib/clients/mp-web/intl/crossPay.js +0 -7
  557. package/lib/clients/mp-web/intl/exitApp.d.ts +0 -3
  558. package/lib/clients/mp-web/intl/exitApp.js +0 -7
  559. package/lib/clients/mp-web/intl/getAppToken.d.ts +0 -3
  560. package/lib/clients/mp-web/intl/getAppToken.js +0 -7
  561. package/lib/clients/mp-web/intl/getComponentAuth.d.ts +0 -3
  562. package/lib/clients/mp-web/intl/getComponentAuth.js +0 -7
  563. package/lib/clients/mp-web/intl/getPaymentCode.d.ts +0 -3
  564. package/lib/clients/mp-web/intl/getPaymentCode.js +0 -7
  565. package/lib/clients/mp-web/intl/getPhoneNumber.d.ts +0 -3
  566. package/lib/clients/mp-web/intl/getPhoneNumber.js +0 -7
  567. package/lib/clients/mp-web/intl/getServerTime.d.ts +0 -3
  568. package/lib/clients/mp-web/intl/getServerTime.js +0 -7
  569. package/lib/clients/mp-web/intl/getSetting.d.ts +0 -3
  570. package/lib/clients/mp-web/intl/getSetting.js +0 -7
  571. package/lib/clients/mp-web/intl/getSiteInfo.d.ts +0 -3
  572. package/lib/clients/mp-web/intl/getSiteInfo.js +0 -7
  573. package/lib/clients/mp-web/intl/index.d.ts +0 -149
  574. package/lib/clients/mp-web/intl/index.js +0 -140
  575. package/lib/clients/mp-web/intl/inquireQuote.d.ts +0 -3
  576. package/lib/clients/mp-web/intl/inquireQuote.js +0 -7
  577. package/lib/clients/mp-web/intl/isInstalledApp.d.ts +0 -3
  578. package/lib/clients/mp-web/intl/isInstalledApp.js +0 -7
  579. package/lib/clients/mp-web/intl/navigateToBizScene.d.ts +0 -3
  580. package/lib/clients/mp-web/intl/navigateToBizScene.js +0 -7
  581. package/lib/clients/mp-web/intl/openSchemeWithBacking.d.ts +0 -3
  582. package/lib/clients/mp-web/intl/openSchemeWithBacking.js +0 -7
  583. package/lib/clients/mp-web/intl/paySignCenter.d.ts +0 -3
  584. package/lib/clients/mp-web/intl/paySignCenter.js +0 -7
  585. package/lib/clients/mp-web/intl/regionFetchAllApps.d.ts +0 -3
  586. package/lib/clients/mp-web/intl/regionFetchAllApps.js +0 -7
  587. package/lib/clients/mp-web/intl/regionSearchAppsByKeywords.d.ts +0 -3
  588. package/lib/clients/mp-web/intl/regionSearchAppsByKeywords.js +0 -7
  589. package/lib/clients/mp-web/intl/rpc.d.ts +0 -3
  590. package/lib/clients/mp-web/intl/rpc.js +0 -7
  591. package/lib/clients/mp-web/intl/signContract.d.ts +0 -3
  592. package/lib/clients/mp-web/intl/signContract.js +0 -7
  593. package/lib/clients/mp-web/intl/startApp.d.ts +0 -3
  594. package/lib/clients/mp-web/intl/startApp.js +0 -7
  595. package/lib/clients/mp-web/intl/startBizService.d.ts +0 -3
  596. package/lib/clients/mp-web/intl/startBizService.js +0 -7
  597. package/lib/clients/mp-web/intl/thirdPartyAuthForAc.d.ts +0 -3
  598. package/lib/clients/mp-web/intl/thirdPartyAuthForAc.js +0 -7
  599. package/lib/clients/mp-web/intl/uploadApdidToken.d.ts +0 -3
  600. package/lib/clients/mp-web/intl/uploadApdidToken.js +0 -7
  601. package/lib/clients/web/intl/getSiteInfo.d.ts +0 -3
  602. package/lib/clients/web/intl/getSiteInfo.js +0 -51
  603. package/lib/common/mp/alert.d.ts +0 -3
  604. package/lib/common/mp/alert.js +0 -7
  605. package/lib/common/mp/clearStorage.d.ts +0 -3
  606. package/lib/common/mp/clearStorage.js +0 -7
  607. package/lib/common/mp/clearStorageSync.d.ts +0 -3
  608. package/lib/common/mp/clearStorageSync.js +0 -7
  609. package/lib/common/mp/confirm.d.ts +0 -3
  610. package/lib/common/mp/confirm.js +0 -7
  611. package/lib/common/mp/createAnimation.d.ts +0 -3
  612. package/lib/common/mp/createAnimation.js +0 -7
  613. package/lib/common/mp/createWebViewContext.d.ts +0 -3
  614. package/lib/common/mp/createWebViewContext.js +0 -7
  615. package/lib/common/mp/getClipboard.d.ts +0 -3
  616. package/lib/common/mp/getClipboard.js +0 -7
  617. package/lib/common/mp/getLocation.d.ts +0 -3
  618. package/lib/common/mp/getLocation.js +0 -7
  619. package/lib/common/mp/getNetworkType.d.ts +0 -3
  620. package/lib/common/mp/getNetworkType.js +0 -7
  621. package/lib/common/mp/getStorage.d.ts +0 -3
  622. package/lib/common/mp/getStorage.js +0 -7
  623. package/lib/common/mp/getStorageSync.d.ts +0 -3
  624. package/lib/common/mp/getStorageSync.js +0 -7
  625. package/lib/common/mp/getSystemInfo.d.ts +0 -3
  626. package/lib/common/mp/getSystemInfo.js +0 -7
  627. package/lib/common/mp/hideBackHome.d.ts +0 -3
  628. package/lib/common/mp/hideBackHome.js +0 -7
  629. package/lib/common/mp/hideKeyboard.d.ts +0 -3
  630. package/lib/common/mp/hideKeyboard.js +0 -7
  631. package/lib/common/mp/hideLoading.d.ts +0 -3
  632. package/lib/common/mp/hideLoading.js +0 -7
  633. package/lib/common/mp/hideTabBar.d.ts +0 -3
  634. package/lib/common/mp/hideTabBar.js +0 -7
  635. package/lib/common/mp/hideToast.d.ts +0 -3
  636. package/lib/common/mp/hideToast.js +0 -7
  637. package/lib/common/mp/navigateBack.d.ts +0 -3
  638. package/lib/common/mp/navigateBack.js +0 -7
  639. package/lib/common/mp/navigateTo.d.ts +0 -3
  640. package/lib/common/mp/navigateTo.js +0 -7
  641. package/lib/common/mp/offMemoryWarning.d.ts +0 -3
  642. package/lib/common/mp/offMemoryWarning.js +0 -7
  643. package/lib/common/mp/onMemoryWarning.d.ts +0 -3
  644. package/lib/common/mp/onMemoryWarning.js +0 -7
  645. package/lib/common/mp/pageScrollTo.d.ts +0 -3
  646. package/lib/common/mp/pageScrollTo.js +0 -7
  647. package/lib/common/mp/prompt.d.ts +0 -3
  648. package/lib/common/mp/prompt.js +0 -7
  649. package/lib/common/mp/reLaunch.d.ts +0 -3
  650. package/lib/common/mp/reLaunch.js +0 -7
  651. package/lib/common/mp/redirectTo.d.ts +0 -3
  652. package/lib/common/mp/redirectTo.js +0 -7
  653. package/lib/common/mp/removeStorage.d.ts +0 -3
  654. package/lib/common/mp/removeStorage.js +0 -7
  655. package/lib/common/mp/removeStorageSync.d.ts +0 -3
  656. package/lib/common/mp/removeStorageSync.js +0 -7
  657. package/lib/common/mp/request.d.ts +0 -3
  658. package/lib/common/mp/request.js +0 -7
  659. package/lib/common/mp/scan.d.ts +0 -3
  660. package/lib/common/mp/scan.js +0 -7
  661. package/lib/common/mp/setBackgroundColor.d.ts +0 -3
  662. package/lib/common/mp/setBackgroundColor.js +0 -7
  663. package/lib/common/mp/setCanPullDown.d.ts +0 -3
  664. package/lib/common/mp/setCanPullDown.js +0 -7
  665. package/lib/common/mp/setClipboard.d.ts +0 -3
  666. package/lib/common/mp/setClipboard.js +0 -7
  667. package/lib/common/mp/setNavigationBar.d.ts +0 -3
  668. package/lib/common/mp/setNavigationBar.js +0 -7
  669. package/lib/common/mp/setStorage.d.ts +0 -3
  670. package/lib/common/mp/setStorage.js +0 -7
  671. package/lib/common/mp/setStorageSync.d.ts +0 -3
  672. package/lib/common/mp/setStorageSync.js +0 -7
  673. package/lib/common/mp/setTabBarStyle.d.ts +0 -3
  674. package/lib/common/mp/setTabBarStyle.js +0 -7
  675. package/lib/common/mp/showActionSheet.d.ts +0 -3
  676. package/lib/common/mp/showActionSheet.js +0 -7
  677. package/lib/common/mp/showAuthGuide.d.ts +0 -3
  678. package/lib/common/mp/showAuthGuide.js +0 -7
  679. package/lib/common/mp/showLoading.d.ts +0 -3
  680. package/lib/common/mp/showLoading.js +0 -7
  681. package/lib/common/mp/showToast.d.ts +0 -3
  682. package/lib/common/mp/showToast.js +0 -7
  683. package/lib/common/mp/startPullDownRefresh.d.ts +0 -3
  684. package/lib/common/mp/startPullDownRefresh.js +0 -7
  685. package/lib/common/mp/stopPullDownRefresh.d.ts +0 -3
  686. package/lib/common/mp/stopPullDownRefresh.js +0 -7
  687. package/lib/common/mp/switchTab.d.ts +0 -3
  688. package/lib/common/mp/switchTab.js +0 -7
  689. package/lib/common/mp-web/alert.d.ts +0 -3
  690. package/lib/common/mp-web/alert.js +0 -9
  691. package/lib/common/mp-web/chooseImage.d.ts +0 -3
  692. package/lib/common/mp-web/chooseImage.js +0 -9
  693. package/lib/common/mp-web/clearStorage.d.ts +0 -3
  694. package/lib/common/mp-web/clearStorage.js +0 -9
  695. package/lib/common/mp-web/confirm.d.ts +0 -3
  696. package/lib/common/mp-web/confirm.js +0 -9
  697. package/lib/common/mp-web/getAppIdSync.d.ts +0 -3
  698. package/lib/common/mp-web/getAppIdSync.js +0 -9
  699. package/lib/common/mp-web/getAuthCode.d.ts +0 -3
  700. package/lib/common/mp-web/getAuthCode.js +0 -9
  701. package/lib/common/mp-web/getClipboard.d.ts +0 -3
  702. package/lib/common/mp-web/getClipboard.js +0 -9
  703. package/lib/common/mp-web/getImageInfo.d.ts +0 -3
  704. package/lib/common/mp-web/getImageInfo.js +0 -9
  705. package/lib/common/mp-web/getLocation.d.ts +0 -3
  706. package/lib/common/mp-web/getLocation.js +0 -9
  707. package/lib/common/mp-web/getNetworkType.d.ts +0 -3
  708. package/lib/common/mp-web/getNetworkType.js +0 -9
  709. package/lib/common/mp-web/getPhoneNumber.d.ts +0 -3
  710. package/lib/common/mp-web/getPhoneNumber.js +0 -9
  711. package/lib/common/mp-web/getStorage.d.ts +0 -3
  712. package/lib/common/mp-web/getStorage.js +0 -9
  713. package/lib/common/mp-web/getSystemInfo.d.ts +0 -3
  714. package/lib/common/mp-web/getSystemInfo.js +0 -9
  715. package/lib/common/mp-web/hideKeyboard.d.ts +0 -3
  716. package/lib/common/mp-web/hideKeyboard.js +0 -9
  717. package/lib/common/mp-web/hideLoading.d.ts +0 -3
  718. package/lib/common/mp-web/hideLoading.js +0 -9
  719. package/lib/common/mp-web/hideNavigationBarLoading.d.ts +0 -3
  720. package/lib/common/mp-web/hideNavigationBarLoading.js +0 -9
  721. package/lib/common/mp-web/hideToast.d.ts +0 -3
  722. package/lib/common/mp-web/hideToast.js +0 -9
  723. package/lib/common/mp-web/makePhoneCall.d.ts +0 -3
  724. package/lib/common/mp-web/makePhoneCall.js +0 -9
  725. package/lib/common/mp-web/multiLevelSelect.d.ts +0 -3
  726. package/lib/common/mp-web/multiLevelSelect.js +0 -9
  727. package/lib/common/mp-web/navigateBack.d.ts +0 -3
  728. package/lib/common/mp-web/navigateBack.js +0 -9
  729. package/lib/common/mp-web/navigateBackMiniProgram.d.ts +0 -3
  730. package/lib/common/mp-web/navigateBackMiniProgram.js +0 -9
  731. package/lib/common/mp-web/navigateTo.d.ts +0 -3
  732. package/lib/common/mp-web/navigateTo.js +0 -9
  733. package/lib/common/mp-web/navigateToMiniProgram.d.ts +0 -3
  734. package/lib/common/mp-web/navigateToMiniProgram.js +0 -9
  735. package/lib/common/mp-web/previewImage.d.ts +0 -3
  736. package/lib/common/mp-web/previewImage.js +0 -9
  737. package/lib/common/mp-web/prompt.d.ts +0 -3
  738. package/lib/common/mp-web/prompt.js +0 -9
  739. package/lib/common/mp-web/reLaunch.d.ts +0 -3
  740. package/lib/common/mp-web/reLaunch.js +0 -9
  741. package/lib/common/mp-web/redirectTo.d.ts +0 -3
  742. package/lib/common/mp-web/redirectTo.js +0 -9
  743. package/lib/common/mp-web/removeStorage.d.ts +0 -3
  744. package/lib/common/mp-web/removeStorage.js +0 -9
  745. package/lib/common/mp-web/request.d.ts +0 -3
  746. package/lib/common/mp-web/request.js +0 -9
  747. package/lib/common/mp-web/saveImage.d.ts +0 -3
  748. package/lib/common/mp-web/saveImage.js +0 -9
  749. package/lib/common/mp-web/scan.d.ts +0 -3
  750. package/lib/common/mp-web/scan.js +0 -9
  751. package/lib/common/mp-web/setClipboard.d.ts +0 -3
  752. package/lib/common/mp-web/setClipboard.js +0 -9
  753. package/lib/common/mp-web/setNavigationBar.d.ts +0 -3
  754. package/lib/common/mp-web/setNavigationBar.js +0 -9
  755. package/lib/common/mp-web/setOptionMenu.d.ts +0 -3
  756. package/lib/common/mp-web/setOptionMenu.js +0 -9
  757. package/lib/common/mp-web/setStorage.d.ts +0 -3
  758. package/lib/common/mp-web/setStorage.js +0 -9
  759. package/lib/common/mp-web/showAuthGuide.d.ts +0 -3
  760. package/lib/common/mp-web/showAuthGuide.js +0 -9
  761. package/lib/common/mp-web/showLoading.d.ts +0 -3
  762. package/lib/common/mp-web/showLoading.js +0 -9
  763. package/lib/common/mp-web/showNavigationBarLoading.d.ts +0 -3
  764. package/lib/common/mp-web/showNavigationBarLoading.js +0 -9
  765. package/lib/common/mp-web/showToast.d.ts +0 -3
  766. package/lib/common/mp-web/showToast.js +0 -9
  767. package/lib/common/mp-web/tradePay.d.ts +0 -3
  768. package/lib/common/mp-web/tradePay.js +0 -9
  769. package/lib/common/mp-web/vibrate.d.ts +0 -3
  770. package/lib/common/mp-web/vibrate.js +0 -9
  771. package/lib/common/mp-web-call copy.d.ts +0 -4
  772. package/lib/common/mp-web-call copy.js +0 -76
  773. package/lib/common/mp-web-call.d.ts +0 -4
  774. package/lib/common/mp-web-call.js +0 -50
  775. package/lib/common/mp-web-call2.d.ts +0 -4
  776. package/lib/common/mp-web-call2.js +0 -54
  777. package/lib/common/notImplemented.d.ts +0 -2
  778. package/lib/common/notImplemented.js +0 -5
  779. package/lib/common/web/addPhoneContact.d.ts +0 -3
  780. package/lib/common/web/addPhoneContact.js +0 -51
  781. package/lib/common/web/alert.d.ts +0 -3
  782. package/lib/common/web/alert.js +0 -54
  783. package/lib/common/web/chooseImage.d.ts +0 -3
  784. package/lib/common/web/chooseImage.js +0 -51
  785. package/lib/common/web/clearStorage.d.ts +0 -3
  786. package/lib/common/web/clearStorage.js +0 -49
  787. package/lib/common/web/closeBluetoothAdapter.d.ts +0 -3
  788. package/lib/common/web/closeBluetoothAdapter.js +0 -51
  789. package/lib/common/web/closeSocket.d.ts +0 -3
  790. package/lib/common/web/closeSocket.js +0 -51
  791. package/lib/common/web/confirm.d.ts +0 -3
  792. package/lib/common/web/confirm.js +0 -61
  793. package/lib/common/web/connectBLEDevice.d.ts +0 -3
  794. package/lib/common/web/connectBLEDevice.js +0 -51
  795. package/lib/common/web/connectSocket.d.ts +0 -3
  796. package/lib/common/web/connectSocket.js +0 -51
  797. package/lib/common/web/datePicker.d.ts +0 -3
  798. package/lib/common/web/datePicker.js +0 -59
  799. package/lib/common/web/disconnectBLEDevice.d.ts +0 -3
  800. package/lib/common/web/disconnectBLEDevice.js +0 -51
  801. package/lib/common/web/downloadFile.d.ts +0 -3
  802. package/lib/common/web/downloadFile.js +0 -68
  803. package/lib/common/web/getAuthCode.d.ts +0 -3
  804. package/lib/common/web/getAuthCode.js +0 -51
  805. package/lib/common/web/getBLEDeviceCharacteristics.d.ts +0 -3
  806. package/lib/common/web/getBLEDeviceCharacteristics.js +0 -51
  807. package/lib/common/web/getBLEDeviceServices.d.ts +0 -3
  808. package/lib/common/web/getBLEDeviceServices.js +0 -51
  809. package/lib/common/web/getBatteryInfo.d.ts +0 -3
  810. package/lib/common/web/getBatteryInfo.js +0 -51
  811. package/lib/common/web/getBluetoothAdapterState.d.ts +0 -3
  812. package/lib/common/web/getBluetoothAdapterState.js +0 -51
  813. package/lib/common/web/getBluetoothDevices.d.ts +0 -3
  814. package/lib/common/web/getBluetoothDevices.js +0 -51
  815. package/lib/common/web/getClipboard.d.ts +0 -3
  816. package/lib/common/web/getClipboard.js +0 -51
  817. package/lib/common/web/getConnectedBluetoothDevices.d.ts +0 -3
  818. package/lib/common/web/getConnectedBluetoothDevices.js +0 -51
  819. package/lib/common/web/getFileInfo.d.ts +0 -3
  820. package/lib/common/web/getFileInfo.js +0 -51
  821. package/lib/common/web/getImageInfo.d.ts +0 -3
  822. package/lib/common/web/getImageInfo.js +0 -51
  823. package/lib/common/web/getLocation.d.ts +0 -3
  824. package/lib/common/web/getLocation.js +0 -53
  825. package/lib/common/web/getNetworkType.d.ts +0 -3
  826. package/lib/common/web/getNetworkType.js +0 -39
  827. package/lib/common/web/getPhoneNumber.d.ts +0 -3
  828. package/lib/common/web/getPhoneNumber.js +0 -51
  829. package/lib/common/web/getSavedFileInfo.d.ts +0 -3
  830. package/lib/common/web/getSavedFileInfo.js +0 -51
  831. package/lib/common/web/getSavedFileList.d.ts +0 -3
  832. package/lib/common/web/getSavedFileList.js +0 -51
  833. package/lib/common/web/getScreenBrightness.d.ts +0 -3
  834. package/lib/common/web/getScreenBrightness.js +0 -51
  835. package/lib/common/web/getServerTime.d.ts +0 -3
  836. package/lib/common/web/getServerTime.js +0 -51
  837. package/lib/common/web/getSetting.d.ts +0 -3
  838. package/lib/common/web/getSetting.js +0 -51
  839. package/lib/common/web/getStorage.d.ts +0 -3
  840. package/lib/common/web/getStorage.js +0 -53
  841. package/lib/common/web/getSystemInfo.d.ts +0 -3
  842. package/lib/common/web/getSystemInfo.js +0 -19
  843. package/lib/common/web/hideKeyboard.d.ts +0 -3
  844. package/lib/common/web/hideKeyboard.js +0 -7
  845. package/lib/common/web/hideLoading.d.ts +0 -3
  846. package/lib/common/web/hideLoading.js +0 -7
  847. package/lib/common/web/hideNavigationBarLoading.d.ts +0 -3
  848. package/lib/common/web/hideNavigationBarLoading.js +0 -7
  849. package/lib/common/web/hideToast.d.ts +0 -3
  850. package/lib/common/web/hideToast.js +0 -51
  851. package/lib/common/web/multiLevelSelect.d.ts +0 -3
  852. package/lib/common/web/multiLevelSelect.js +0 -51
  853. package/lib/common/web/navigateBack.d.ts +0 -3
  854. package/lib/common/web/navigateBack.js +0 -53
  855. package/lib/common/web/navigateBackMiniProgram.d.ts +0 -3
  856. package/lib/common/web/navigateBackMiniProgram.js +0 -51
  857. package/lib/common/web/navigateTo.d.ts +0 -3
  858. package/lib/common/web/navigateTo.js +0 -49
  859. package/lib/common/web/navigateToMiniProgram.d.ts +0 -3
  860. package/lib/common/web/navigateToMiniProgram.js +0 -51
  861. package/lib/common/web/notifyBLECharacteristicValueChange.d.ts +0 -3
  862. package/lib/common/web/notifyBLECharacteristicValueChange.js +0 -51
  863. package/lib/common/web/offAccelerometerChange.d.ts +0 -3
  864. package/lib/common/web/offAccelerometerChange.js +0 -51
  865. package/lib/common/web/offBLECharacteristicValueChange.d.ts +0 -3
  866. package/lib/common/web/offBLECharacteristicValueChange.js +0 -51
  867. package/lib/common/web/offBLEConnectionStateChanged.d.ts +0 -3
  868. package/lib/common/web/offBLEConnectionStateChanged.js +0 -51
  869. package/lib/common/web/offBluetoothAdapterStateChange.d.ts +0 -3
  870. package/lib/common/web/offBluetoothAdapterStateChange.js +0 -51
  871. package/lib/common/web/offBluetoothDeviceFound.d.ts +0 -3
  872. package/lib/common/web/offBluetoothDeviceFound.js +0 -51
  873. package/lib/common/web/offCompassChange.d.ts +0 -3
  874. package/lib/common/web/offCompassChange.js +0 -51
  875. package/lib/common/web/offSocketClose.d.ts +0 -3
  876. package/lib/common/web/offSocketClose.js +0 -51
  877. package/lib/common/web/offSocketError.d.ts +0 -3
  878. package/lib/common/web/offSocketError.js +0 -51
  879. package/lib/common/web/offSocketMessage.d.ts +0 -3
  880. package/lib/common/web/offSocketMessage.js +0 -51
  881. package/lib/common/web/offSocketOpen.d.ts +0 -3
  882. package/lib/common/web/offSocketOpen.js +0 -51
  883. package/lib/common/web/offUserCaptureScreen.d.ts +0 -3
  884. package/lib/common/web/offUserCaptureScreen.js +0 -51
  885. package/lib/common/web/onAccelerometerChange.d.ts +0 -3
  886. package/lib/common/web/onAccelerometerChange.js +0 -51
  887. package/lib/common/web/onBLECharacteristicValueChange.d.ts +0 -3
  888. package/lib/common/web/onBLECharacteristicValueChange.js +0 -51
  889. package/lib/common/web/onBLEConnectionStateChanged.d.ts +0 -3
  890. package/lib/common/web/onBLEConnectionStateChanged.js +0 -51
  891. package/lib/common/web/onBluetoothAdapterStateChange.d.ts +0 -3
  892. package/lib/common/web/onBluetoothAdapterStateChange.js +0 -51
  893. package/lib/common/web/onBluetoothDeviceFound.d.ts +0 -3
  894. package/lib/common/web/onBluetoothDeviceFound.js +0 -51
  895. package/lib/common/web/onCompassChange.d.ts +0 -3
  896. package/lib/common/web/onCompassChange.js +0 -51
  897. package/lib/common/web/onSocketClose.d.ts +0 -3
  898. package/lib/common/web/onSocketClose.js +0 -51
  899. package/lib/common/web/onSocketError.d.ts +0 -3
  900. package/lib/common/web/onSocketError.js +0 -51
  901. package/lib/common/web/onSocketMessage.d.ts +0 -3
  902. package/lib/common/web/onSocketMessage.js +0 -51
  903. package/lib/common/web/onSocketOpen.d.ts +0 -3
  904. package/lib/common/web/onSocketOpen.js +0 -51
  905. package/lib/common/web/onUserCaptureScreen.d.ts +0 -3
  906. package/lib/common/web/onUserCaptureScreen.js +0 -51
  907. package/lib/common/web/openBluetoothAdapter.d.ts +0 -3
  908. package/lib/common/web/openBluetoothAdapter.js +0 -51
  909. package/lib/common/web/openDocument.d.ts +0 -3
  910. package/lib/common/web/openDocument.js +0 -51
  911. package/lib/common/web/openSetting.d.ts +0 -3
  912. package/lib/common/web/openSetting.js +0 -51
  913. package/lib/common/web/previewImage.d.ts +0 -3
  914. package/lib/common/web/previewImage.js +0 -51
  915. package/lib/common/web/reLaunch.d.ts +0 -3
  916. package/lib/common/web/reLaunch.js +0 -49
  917. package/lib/common/web/readBLECharacteristicValue.d.ts +0 -3
  918. package/lib/common/web/readBLECharacteristicValue.js +0 -51
  919. package/lib/common/web/redirectTo.d.ts +0 -3
  920. package/lib/common/web/redirectTo.js +0 -18
  921. package/lib/common/web/removeSavedFile.d.ts +0 -3
  922. package/lib/common/web/removeSavedFile.js +0 -51
  923. package/lib/common/web/removeStorage.d.ts +0 -3
  924. package/lib/common/web/removeStorage.js +0 -49
  925. package/lib/common/web/request.d.ts +0 -3
  926. package/lib/common/web/request.js +0 -94
  927. package/lib/common/web/saveFile.d.ts +0 -3
  928. package/lib/common/web/saveFile.js +0 -52
  929. package/lib/common/web/saveImage.d.ts +0 -3
  930. package/lib/common/web/saveImage.js +0 -51
  931. package/lib/common/web/scan.d.ts +0 -3
  932. package/lib/common/web/scan.js +0 -51
  933. package/lib/common/web/sendSocketMessage.d.ts +0 -3
  934. package/lib/common/web/sendSocketMessage.js +0 -51
  935. package/lib/common/web/setBackgroundColor.d.ts +0 -3
  936. package/lib/common/web/setBackgroundColor.js +0 -51
  937. package/lib/common/web/setCanPullDown.d.ts +0 -3
  938. package/lib/common/web/setCanPullDown.js +0 -51
  939. package/lib/common/web/setClipboard.d.ts +0 -3
  940. package/lib/common/web/setClipboard.js +0 -51
  941. package/lib/common/web/setKeepScreenOn.d.ts +0 -3
  942. package/lib/common/web/setKeepScreenOn.js +0 -51
  943. package/lib/common/web/setNavigationBar.d.ts +0 -3
  944. package/lib/common/web/setNavigationBar.js +0 -79
  945. package/lib/common/web/setOptionMenu.d.ts +0 -3
  946. package/lib/common/web/setOptionMenu.js +0 -51
  947. package/lib/common/web/setScreenBrightness.d.ts +0 -3
  948. package/lib/common/web/setScreenBrightness.js +0 -51
  949. package/lib/common/web/setStorage.d.ts +0 -3
  950. package/lib/common/web/setStorage.js +0 -52
  951. package/lib/common/web/setTabBarStyle.d.ts +0 -3
  952. package/lib/common/web/setTabBarStyle.js +0 -51
  953. package/lib/common/web/showActionSheet.d.ts +0 -3
  954. package/lib/common/web/showActionSheet.js +0 -54
  955. package/lib/common/web/showAuthGuide.d.ts +0 -3
  956. package/lib/common/web/showAuthGuide.js +0 -51
  957. package/lib/common/web/showLoading.d.ts +0 -3
  958. package/lib/common/web/showLoading.js +0 -51
  959. package/lib/common/web/showNavigationBarLoading.d.ts +0 -3
  960. package/lib/common/web/showNavigationBarLoading.js +0 -7
  961. package/lib/common/web/showToast.d.ts +0 -3
  962. package/lib/common/web/showToast.js +0 -53
  963. package/lib/common/web/signContract.d.ts +0 -3
  964. package/lib/common/web/signContract.js +0 -51
  965. package/lib/common/web/startBluetoothDevicesDiscovery.d.ts +0 -3
  966. package/lib/common/web/startBluetoothDevicesDiscovery.js +0 -51
  967. package/lib/common/web/startPullDownRefresh.d.ts +0 -3
  968. package/lib/common/web/startPullDownRefresh.js +0 -7
  969. package/lib/common/web/stopBluetoothDevicesDiscovery.d.ts +0 -3
  970. package/lib/common/web/stopBluetoothDevicesDiscovery.js +0 -51
  971. package/lib/common/web/stopPullDownRefresh.d.ts +0 -3
  972. package/lib/common/web/stopPullDownRefresh.js +0 -7
  973. package/lib/common/web/switchTab.d.ts +0 -3
  974. package/lib/common/web/switchTab.js +0 -51
  975. package/lib/common/web/uploadFile.d.ts +0 -3
  976. package/lib/common/web/uploadFile.js +0 -54
  977. package/lib/common/web/vibrate.d.ts +0 -3
  978. package/lib/common/web/vibrate.js +0 -51
  979. package/lib/common/web/watchShake.d.ts +0 -3
  980. package/lib/common/web/watchShake.js +0 -51
  981. package/lib/common/web/writeBLECharacteristicValue.d.ts +0 -3
  982. package/lib/common/web/writeBLECharacteristicValue.js +0 -51
  983. package/lib/common/web-call.d.ts +0 -4
  984. package/lib/common/web-call.js +0 -20
  985. package/lib/umd/1.0.1/index.js +0 -1
  986. package/lib/umd/1.0.2/index.js +0 -1
  987. package/lib/umd/1.0.3/index.js +0 -1
@@ -0,0 +1 @@
1
+ !function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.my=n():e.my=n()}(window,(function(){return function(e){var n={};function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var o in e)t.d(r,o,function(n){return e[n]}.bind(null,o));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="",t(t.s=3)}([function(e,n){e.exports=function(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,n,t){var r=t(2);e.exports=function(e,n){if(null==e)return{};var t,o,i=r(e,n);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)t=a[o],n.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(i[t]=e[t])}return i},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,n){e.exports=function(e,n){if(null==e)return{};var t,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)t=i[r],n.indexOf(t)>=0||(o[t]=e[t]);return o},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,n,t){"use strict";t.r(n),t.d(n,"addFatigueAction",(function(){return Po})),t.d(n,"addPhoneContact",(function(){return Ao})),t.d(n,"alert",(function(){return jo})),t.d(n,"apDisableJSAPI",(function(){return Bo})),t.d(n,"appxrpc",(function(){return To})),t.d(n,"APRegionRPC",(function(){return Do})),t.d(n,"batchQueryCdpSpaceInfo",(function(){return ko})),t.d(n,"chooseImage",(function(){return Eo})),t.d(n,"choosePhoneContact",(function(){return Lo})),t.d(n,"clearStorage",(function(){return Fo})),t.d(n,"clearStorageSync",(function(){return xo})),t.d(n,"closeBluetoothAdapter",(function(){return No})),t.d(n,"closeSocket",(function(){return Ro})),t.d(n,"confirm",(function(){return Uo})),t.d(n,"connectBLEDevice",(function(){return Vo})),t.d(n,"connectSocket",(function(){return _o})),t.d(n,"createAnimation",(function(){return zo})),t.d(n,"createWebViewContext",(function(){return Jo})),t.d(n,"crossPay",(function(){return Ko})),t.d(n,"datePicker",(function(){return Qo})),t.d(n,"disconnectBLEDevice",(function(){return Go})),t.d(n,"downloadFile",(function(){return qo})),t.d(n,"exitApp",(function(){return Ho})),t.d(n,"getAppIdSync",(function(){return $o})),t.d(n,"getAppToken",(function(){return Yo})),t.d(n,"getAuthCode",(function(){return Xo})),t.d(n,"getBatteryInfo",(function(){return Zo})),t.d(n,"getBLEDeviceCharacteristics",(function(){return ei})),t.d(n,"getBLEDeviceServices",(function(){return ni})),t.d(n,"getBluetoothAdapterState",(function(){return ti})),t.d(n,"getBluetoothDevices",(function(){return ri})),t.d(n,"getClipboard",(function(){return oi})),t.d(n,"getComponentAuth",(function(){return ii})),t.d(n,"getConnectedBluetoothDevices",(function(){return ai})),t.d(n,"getFileInfo",(function(){return ci})),t.d(n,"getImageInfo",(function(){return pi})),t.d(n,"getLocation",(function(){return ui})),t.d(n,"getNetworkType",(function(){return li})),t.d(n,"getOpenUserInfo",(function(){return si})),t.d(n,"getPaymentCode",(function(){return fi})),t.d(n,"getPhoneNumber",(function(){return di})),t.d(n,"getSavedFileInfo",(function(){return bi})),t.d(n,"getSavedFileList",(function(){return vi})),t.d(n,"getScreenBrightness",(function(){return yi})),t.d(n,"getServerTime",(function(){return gi})),t.d(n,"getSetting",(function(){return Wi})),t.d(n,"getSiteInfo",(function(){return Ci})),t.d(n,"getStorage",(function(){return hi})),t.d(n,"getStorageSync",(function(){return mi})),t.d(n,"getSystemInfo",(function(){return Oi})),t.d(n,"hideBackHome",(function(){return wi})),t.d(n,"hideKeyboard",(function(){return Ii})),t.d(n,"hideLoading",(function(){return Si})),t.d(n,"hideNavigationBarLoading",(function(){return Mi})),t.d(n,"hideTabBar",(function(){return Pi})),t.d(n,"hideToast",(function(){return Ai})),t.d(n,"inquireQuote",(function(){return ji})),t.d(n,"isInstalledApp",(function(){return Bi})),t.d(n,"makePhoneCall",(function(){return Ti})),t.d(n,"multiLevelSelect",(function(){return Di})),t.d(n,"navigateBack",(function(){return ki})),t.d(n,"navigateBackMiniProgram",(function(){return Ei})),t.d(n,"navigateTo",(function(){return Li})),t.d(n,"navigateToBizScene",(function(){return Fi})),t.d(n,"navigateToMiniProgram",(function(){return xi})),t.d(n,"notifyBLECharacteristicValueChange",(function(){return Ni})),t.d(n,"offAccelerometerChange",(function(){return Ri})),t.d(n,"offBLECharacteristicValueChange",(function(){return Ui})),t.d(n,"offBLEConnectionStateChanged",(function(){return Vi})),t.d(n,"offBluetoothAdapterStateChange",(function(){return _i})),t.d(n,"offBluetoothDeviceFound",(function(){return zi})),t.d(n,"offCompassChange",(function(){return Ji})),t.d(n,"offMemoryWarning",(function(){return Ki})),t.d(n,"offSocketClose",(function(){return Qi})),t.d(n,"offSocketError",(function(){return Gi})),t.d(n,"offSocketMessage",(function(){return qi})),t.d(n,"offSocketOpen",(function(){return Hi})),t.d(n,"offUserCaptureScreen",(function(){return $i})),t.d(n,"onAccelerometerChange",(function(){return Yi})),t.d(n,"onBLECharacteristicValueChange",(function(){return Xi})),t.d(n,"onBLEConnectionStateChanged",(function(){return Zi})),t.d(n,"onBluetoothAdapterStateChange",(function(){return ea})),t.d(n,"onBluetoothDeviceFound",(function(){return na})),t.d(n,"onCompassChange",(function(){return ta})),t.d(n,"onMemoryWarning",(function(){return ra})),t.d(n,"onSocketClose",(function(){return oa})),t.d(n,"onSocketError",(function(){return ia})),t.d(n,"onSocketMessage",(function(){return aa})),t.d(n,"onSocketOpen",(function(){return ca})),t.d(n,"onUserCaptureScreen",(function(){return pa})),t.d(n,"openBluetoothAdapter",(function(){return ua})),t.d(n,"openDocument",(function(){return la})),t.d(n,"openSchemeWithBacking",(function(){return sa})),t.d(n,"openSetting",(function(){return fa})),t.d(n,"pageScrollTo",(function(){return da})),t.d(n,"paySignCenter",(function(){return ba})),t.d(n,"previewImage",(function(){return va})),t.d(n,"prompt",(function(){return ya})),t.d(n,"readBLECharacteristicValue",(function(){return ga})),t.d(n,"redirectTo",(function(){return Wa})),t.d(n,"regionFetchAllApps",(function(){return Ca})),t.d(n,"regionSearchAppsByKeywords",(function(){return ha})),t.d(n,"reLaunch",(function(){return ma})),t.d(n,"removeSavedFile",(function(){return Oa})),t.d(n,"removeStorage",(function(){return wa})),t.d(n,"removeStorageSync",(function(){return Ia})),t.d(n,"request",(function(){return Sa})),t.d(n,"rpc",(function(){return Ma})),t.d(n,"saveFile",(function(){return Pa})),t.d(n,"saveImage",(function(){return Aa})),t.d(n,"scan",(function(){return ja})),t.d(n,"sendSocketMessage",(function(){return Ba})),t.d(n,"setBackgroundColor",(function(){return Ta})),t.d(n,"setCanPullDown",(function(){return Da})),t.d(n,"setClipboard",(function(){return ka})),t.d(n,"setKeepScreenOn",(function(){return Ea})),t.d(n,"setNavigationBar",(function(){return La})),t.d(n,"setOptionMenu",(function(){return Fa})),t.d(n,"setScreenBrightness",(function(){return xa})),t.d(n,"setStorage",(function(){return Na})),t.d(n,"setStorageSync",(function(){return Ra})),t.d(n,"setTabBarStyle",(function(){return Ua})),t.d(n,"showActionSheet",(function(){return Va})),t.d(n,"showAuthGuide",(function(){return _a})),t.d(n,"showLoading",(function(){return za})),t.d(n,"showNavigationBarLoading",(function(){return Ja})),t.d(n,"showToast",(function(){return Ka})),t.d(n,"signContract",(function(){return Qa})),t.d(n,"startApp",(function(){return Ga})),t.d(n,"startBizService",(function(){return qa})),t.d(n,"startBluetoothDevicesDiscovery",(function(){return Ha})),t.d(n,"startPullDownRefresh",(function(){return $a})),t.d(n,"stopBluetoothDevicesDiscovery",(function(){return Ya})),t.d(n,"stopPullDownRefresh",(function(){return Xa})),t.d(n,"switchTab",(function(){return Za})),t.d(n,"thirdPartyAuthForAc",(function(){return ec})),t.d(n,"tradePay",(function(){return nc})),t.d(n,"uploadApdidToken",(function(){return tc})),t.d(n,"uploadFile",(function(){return rc})),t.d(n,"vibrate",(function(){return oc})),t.d(n,"watchShake",(function(){return ic})),t.d(n,"writeBLECharacteristicValue",(function(){return ac})),t.d(n,"appEnv",(function(){return h})),t.d(n,"getEnv",(function(){return C})),t.d(n,"canIUse",(function(){return yc})),t.d(n,"call",(function(){return L}));var r,o,i,a,c,p={};t.r(p),t.d(p,"addFatigueAction",(function(){return Po})),t.d(p,"addPhoneContact",(function(){return Ao})),t.d(p,"alert",(function(){return jo})),t.d(p,"apDisableJSAPI",(function(){return Bo})),t.d(p,"appxrpc",(function(){return To})),t.d(p,"APRegionRPC",(function(){return Do})),t.d(p,"batchQueryCdpSpaceInfo",(function(){return ko})),t.d(p,"chooseImage",(function(){return Eo})),t.d(p,"choosePhoneContact",(function(){return Lo})),t.d(p,"clearStorage",(function(){return Fo})),t.d(p,"clearStorageSync",(function(){return xo})),t.d(p,"closeBluetoothAdapter",(function(){return No})),t.d(p,"closeSocket",(function(){return Ro})),t.d(p,"confirm",(function(){return Uo})),t.d(p,"connectBLEDevice",(function(){return Vo})),t.d(p,"connectSocket",(function(){return _o})),t.d(p,"createAnimation",(function(){return zo})),t.d(p,"createWebViewContext",(function(){return Jo})),t.d(p,"crossPay",(function(){return Ko})),t.d(p,"datePicker",(function(){return Qo})),t.d(p,"disconnectBLEDevice",(function(){return Go})),t.d(p,"downloadFile",(function(){return qo})),t.d(p,"exitApp",(function(){return Ho})),t.d(p,"getAppIdSync",(function(){return $o})),t.d(p,"getAppToken",(function(){return Yo})),t.d(p,"getAuthCode",(function(){return Xo})),t.d(p,"getBatteryInfo",(function(){return Zo})),t.d(p,"getBLEDeviceCharacteristics",(function(){return ei})),t.d(p,"getBLEDeviceServices",(function(){return ni})),t.d(p,"getBluetoothAdapterState",(function(){return ti})),t.d(p,"getBluetoothDevices",(function(){return ri})),t.d(p,"getClipboard",(function(){return oi})),t.d(p,"getComponentAuth",(function(){return ii})),t.d(p,"getConnectedBluetoothDevices",(function(){return ai})),t.d(p,"getFileInfo",(function(){return ci})),t.d(p,"getImageInfo",(function(){return pi})),t.d(p,"getLocation",(function(){return ui})),t.d(p,"getNetworkType",(function(){return li})),t.d(p,"getOpenUserInfo",(function(){return si})),t.d(p,"getPaymentCode",(function(){return fi})),t.d(p,"getPhoneNumber",(function(){return di})),t.d(p,"getSavedFileInfo",(function(){return bi})),t.d(p,"getSavedFileList",(function(){return vi})),t.d(p,"getScreenBrightness",(function(){return yi})),t.d(p,"getServerTime",(function(){return gi})),t.d(p,"getSetting",(function(){return Wi})),t.d(p,"getSiteInfo",(function(){return Ci})),t.d(p,"getStorage",(function(){return hi})),t.d(p,"getStorageSync",(function(){return mi})),t.d(p,"getSystemInfo",(function(){return Oi})),t.d(p,"hideBackHome",(function(){return wi})),t.d(p,"hideKeyboard",(function(){return Ii})),t.d(p,"hideLoading",(function(){return Si})),t.d(p,"hideNavigationBarLoading",(function(){return Mi})),t.d(p,"hideTabBar",(function(){return Pi})),t.d(p,"hideToast",(function(){return Ai})),t.d(p,"inquireQuote",(function(){return ji})),t.d(p,"isInstalledApp",(function(){return Bi})),t.d(p,"makePhoneCall",(function(){return Ti})),t.d(p,"multiLevelSelect",(function(){return Di})),t.d(p,"navigateBack",(function(){return ki})),t.d(p,"navigateBackMiniProgram",(function(){return Ei})),t.d(p,"navigateTo",(function(){return Li})),t.d(p,"navigateToBizScene",(function(){return Fi})),t.d(p,"navigateToMiniProgram",(function(){return xi})),t.d(p,"notifyBLECharacteristicValueChange",(function(){return Ni})),t.d(p,"offAccelerometerChange",(function(){return Ri})),t.d(p,"offBLECharacteristicValueChange",(function(){return Ui})),t.d(p,"offBLEConnectionStateChanged",(function(){return Vi})),t.d(p,"offBluetoothAdapterStateChange",(function(){return _i})),t.d(p,"offBluetoothDeviceFound",(function(){return zi})),t.d(p,"offCompassChange",(function(){return Ji})),t.d(p,"offMemoryWarning",(function(){return Ki})),t.d(p,"offSocketClose",(function(){return Qi})),t.d(p,"offSocketError",(function(){return Gi})),t.d(p,"offSocketMessage",(function(){return qi})),t.d(p,"offSocketOpen",(function(){return Hi})),t.d(p,"offUserCaptureScreen",(function(){return $i})),t.d(p,"onAccelerometerChange",(function(){return Yi})),t.d(p,"onBLECharacteristicValueChange",(function(){return Xi})),t.d(p,"onBLEConnectionStateChanged",(function(){return Zi})),t.d(p,"onBluetoothAdapterStateChange",(function(){return ea})),t.d(p,"onBluetoothDeviceFound",(function(){return na})),t.d(p,"onCompassChange",(function(){return ta})),t.d(p,"onMemoryWarning",(function(){return ra})),t.d(p,"onSocketClose",(function(){return oa})),t.d(p,"onSocketError",(function(){return ia})),t.d(p,"onSocketMessage",(function(){return aa})),t.d(p,"onSocketOpen",(function(){return ca})),t.d(p,"onUserCaptureScreen",(function(){return pa})),t.d(p,"openBluetoothAdapter",(function(){return ua})),t.d(p,"openDocument",(function(){return la})),t.d(p,"openSchemeWithBacking",(function(){return sa})),t.d(p,"openSetting",(function(){return fa})),t.d(p,"pageScrollTo",(function(){return da})),t.d(p,"paySignCenter",(function(){return ba})),t.d(p,"previewImage",(function(){return va})),t.d(p,"prompt",(function(){return ya})),t.d(p,"readBLECharacteristicValue",(function(){return ga})),t.d(p,"redirectTo",(function(){return Wa})),t.d(p,"regionFetchAllApps",(function(){return Ca})),t.d(p,"regionSearchAppsByKeywords",(function(){return ha})),t.d(p,"reLaunch",(function(){return ma})),t.d(p,"removeSavedFile",(function(){return Oa})),t.d(p,"removeStorage",(function(){return wa})),t.d(p,"removeStorageSync",(function(){return Ia})),t.d(p,"request",(function(){return Sa})),t.d(p,"rpc",(function(){return Ma})),t.d(p,"saveFile",(function(){return Pa})),t.d(p,"saveImage",(function(){return Aa})),t.d(p,"scan",(function(){return ja})),t.d(p,"sendSocketMessage",(function(){return Ba})),t.d(p,"setBackgroundColor",(function(){return Ta})),t.d(p,"setCanPullDown",(function(){return Da})),t.d(p,"setClipboard",(function(){return ka})),t.d(p,"setKeepScreenOn",(function(){return Ea})),t.d(p,"setNavigationBar",(function(){return La})),t.d(p,"setOptionMenu",(function(){return Fa})),t.d(p,"setScreenBrightness",(function(){return xa})),t.d(p,"setStorage",(function(){return Na})),t.d(p,"setStorageSync",(function(){return Ra})),t.d(p,"setTabBarStyle",(function(){return Ua})),t.d(p,"showActionSheet",(function(){return Va})),t.d(p,"showAuthGuide",(function(){return _a})),t.d(p,"showLoading",(function(){return za})),t.d(p,"showNavigationBarLoading",(function(){return Ja})),t.d(p,"showToast",(function(){return Ka})),t.d(p,"signContract",(function(){return Qa})),t.d(p,"startApp",(function(){return Ga})),t.d(p,"startBizService",(function(){return qa})),t.d(p,"startBluetoothDevicesDiscovery",(function(){return Ha})),t.d(p,"startPullDownRefresh",(function(){return $a})),t.d(p,"stopBluetoothDevicesDiscovery",(function(){return Ya})),t.d(p,"stopPullDownRefresh",(function(){return Xa})),t.d(p,"switchTab",(function(){return Za})),t.d(p,"thirdPartyAuthForAc",(function(){return ec})),t.d(p,"tradePay",(function(){return nc})),t.d(p,"uploadApdidToken",(function(){return tc})),t.d(p,"uploadFile",(function(){return rc})),t.d(p,"vibrate",(function(){return oc})),t.d(p,"watchShake",(function(){return ic})),t.d(p,"writeBLECharacteristicValue",(function(){return ac})),function(e){e.READY="ready",e.LOADED="loaded"}(r||(r={})),function(e){e.web="web",e.mpWeb="mp_web",e.mp="mp"}(o||(o={})),(a=i||(i={})).ua="ua",a.app="app",function(e){e.webCn="web_cn",e.webIntl="web_intl",e.mpWebIntl="mp_web_intl",e.mpWebCn="mp_web_cn",e.mpLazada="mp_lazada",e.mpTaobao="mp_taobao"}(c||(c={}));var u=function(e){return function(n){return toString.call(n)==="[object ".concat(e,"]")}},l=u("Function"),s=function(e){return"NaN"===parseInt(""+e,10).toString()};u("String");function f(e,n){if(!e)return n;var t;try{t=JSON.parse(e)}catch(e){t=n}return t}var d=function(e){try{if(window.my)return void(e&&e(r.READY));var n=document.createElement("script");n.src="https://appx/web-view.min.js",n.onload=function(){var t=n.readyState;(void 0===t||/^(loaded|complete)$/.test(t))&&(n.onload=null,e&&e(r.LOADED))},(document.getElementsByTagName("head")[0]||document.body).appendChild(n)}catch(n){e&&e(null)}},b=function(e){return e.replace(/^([a-z])/,(function(e,n){return n.toUpperCase()}))},v=function(){try{return/iPad|iPhone|iPod/.test(window.navigator.userAgent)&&!window.MSStream}catch(e){return!1}}(),y=[{name:c.mpWebIntl,regs:[/alipayIDE/i],detectType:i.ua,type:o.mpWeb},{name:c.mpWebIntl,regs:[/miniprogram/i,/griver/i],detectType:i.ua,type:o.mpWeb},{name:c.mpWebCn,regs:[/miniprogram/i,/alipay/i,/^((?!griver).)*$/i],detectType:i.ua,type:o.mpWeb},{name:c.webIntl,regs:[/^((?!miniprogram).)*$/i,/griver/i],detectType:i.ua,type:o.web},{name:c.webCn,regs:[/^((?!miniprogram).)*$/i,/alipay/i,/^((?!griver).)*$/i],detectType:i.ua,type:o.web},{name:c.mpTaobao,regs:[/taobao|tb/i],detectType:i.app,type:o.mp},{name:c.mpLazada,regs:[/lazada|la/i],detectType:i.app,type:o.mp}];var g,W,C=(g={},W=!1,function(){if(W)return g;var e=function(){var e="",n="";try{e=window.navigator.userAgent,n="ua"}catch(t){e=(my.getSystemInfoSync()||{}).app,n="app"}return{info:e,detectType:n}}(),n=e.info,t=e.detectType,r=y.filter((function(e){return e.detectType===t})).find((function(e){return e.regs.every((function(e){return e.test(n)}))}))||{name:c.mpLazada,type:o.mp},i=r.name,a=r.type,p=y.reduce((function(e,n){var t=n.name,r="is"+t.split("_").map(b).join("");return t===i&&(g.client=i),e[r]=t===i,e}),{});return g.appEnv=p,g.platform=a,W=!0,g}),h=C().appEnv,m=h,O=function(e,n){var t,r="".concat(e," is not found");null==n||null===(t=n.fail)||void 0===t||t.call(n,{error:-1,errorMessage:r}),console.warn(r)},w=t(0),I=t.n(w),S=t(1),M=t.n(S);function P(e,n){var t=window;(function(){var e=window;return new Promise((function(n){e.AlipayJSBridge?n(!0):document.addEventListener("AlipayJSBridgeReady",(function(){n(!0)}),!1)}))})().then((function(){return t.AlipayJSBridge.call(e,n,(function(e){var t=n||{},r=t.success,o=t.fail,i=t.complete;e.error?null==o||o(e):null==r||r(e),null==i||i(e)}))}))}function A(e){var n=e.apiName,t=e.options,r=e.isSync,o=window,i=n+"_"+Math.floor(1e6*Math.random());t&&(o.miniProgramAPICallbackArray[i]=t),o.my.postMessage({type:"apiCall",api:n,serialId:i,options:t,isSync:r})}function j(e,n,t){d((function(o){var i=window;if(o===r.LOADED&&i.JSBRIDGE_WAITING_QUEUE.length)do{A(i.JSBRIDGE_WAITING_QUEUE.shift())}while(i.JSBRIDGE_WAITING_QUEUE.length);o?A({apiName:e,options:n,isSync:t}):i.JSBRIDGE_WAITING_QUEUE.push({apiName:e,options:n,isSync:t})}))}var B=["success","fail","complete"];function T(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function D(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?T(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):T(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var k=function(e){return e},E={isSync:!1,modify:{success:k,fail:k,complete:k}};function L(e,n,t){var r=n||{},i=r.success,a=r.fail,c=r.complete,p=M()(r,B),u=t||E,l=u.isSync,s=u.modify,f=void 0===s?E.modify:s,d=D(D({},p),{},{success:function(e){var n;return null==i?void 0:i(null==f||null===(n=f.success)||void 0===n?void 0:n.call(f,e))},fail:function(e){var n;return null==a?void 0:a(null==f||null===(n=f.fail)||void 0===n?void 0:n.call(f,e))},complete:function(e){var n;return null==c?void 0:c(null==f||null===(n=f.complete)||void 0===n?void 0:n.call(f,e))}});switch(C().platform){case o.mp:return function(e,n){return my[e]?my[e](n):my.call(e,n)}(e,d);case o.web:return P(e,d);case o.mpWeb:return j(e,d,l)}}var F=L,x=function(e){return F("alert",e)},N=function(e){return F("chooseImage",e)},R=function(e){return F("clearStorage",e)},U=function(e){return F("confirm",e)},V=function(e){return j("tradePay",e)},_=function(e){return F("getAppIdSync",e,{isSync:!0})},z=_,J=function(e){return F("getAuthCode",e)},K=function(e){return F("getClipboard",e)},Q=function(e){return F("getImageInfo",e)},G=function(e){return F("getLocation",e)},q=function(e){return F("getNetworkType",e)},H=function(e){return F("getPhoneNumber",e)},$=function(e){return F("getStorage",e)},Y=function(e){return F("getSystemInfo",e)},X=function(e){return F("hideKeyboard",e)},Z=function(e){return F("hideLoading",e)},ee=function(e){return F("hideNavigationBarLoading",e)},ne=function(e){return F("hideToast",e)},te=function(e){return F("makePhoneCall",e)},re=function(e){return F("multiLevelSelect",e)},oe=function(e){return F("navigateBack",e)},ie=function(e){return F("navigateBackMiniProgram",e)},ae=function(e){return F("navigateTo",e)},ce=function(e){return F("navigateToMiniProgram",e)},pe=function(e){return F("previewImage",e)},ue=function(e){return F("prompt",e)},le=function(e){return F("redirectTo",e)},se=function(e){return F("reLaunch",e)},fe=function(e){return F("removeStorage",e)},de=function(e){return F("request",e)},be=function(e){return F("saveImage",e)},ve=function(e){return F("scan",e)},ye=function(e){return F("setClipboard",e)},ge=function(e){return F("setNavigationBar",e)},We=function(e){return F("setOptionMenu",e)},Ce=function(e){return F("setStorage",e)},he=function(e){return F("showAuthGuide",e)},me=function(e){return F("showLoading",e)},Oe=function(e){return F("showNavigationBarLoading",e)},we=function(e){return F("showToast",e)},Ie=function(e){return F("tradePay",e)},Se=function(e){return F("vibrate",e)},Me=function(e){return F("addFatigueAction",e)},Pe=function(e){return F("addPhoneContact",e)},Ae=function(e){return F("apDisableJSAPI",e)},je=function(e){return F("appxrpc",e)},Be=function(e){return F("APRegionRPC",e)},Te=function(e){return F("batchQueryCdpSpaceInfo",e)},De=function(e){return F("choosePhoneContact",e)},ke=function(e){return F("closeBluetoothAdapter",e)},Ee=function(e){return F("closeSocket",e)},Le=function(e){return F("connectBLEDevice",e)},Fe=function(e){return F("connectSocket",e)},xe=function(e){return F("crossPay",e)},Ne=function(e){return F("datePicker",e)},Re=function(e){return F("disconnectBLEDevice",e)},Ue=function(e){return F("downloadFile",e)},Ve=function(e){return F("exitApp",e)},_e=_,ze=function(e){return F("getAppToken",e)},Je=function(e){return F("getBatteryInfo",e)},Ke=function(e){return F("getBLEDeviceCharacteristics",e)},Qe=function(e){return F("getBLEDeviceServices",e)},Ge=function(e){return F("getBluetoothAdapterState",e)},qe=function(e){return F("getBluetoothDevices",e)},He=function(e){return F("getComponentAuth",e)},$e=function(e){return F("getConnectedBluetoothDevices",e)},Ye=function(e){return F("getFileInfo",e)};function Xe(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function Ze(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Xe(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Xe(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var en=function(e){L("getAuthUserInfo",{},{modify:{success:function(n){var t=n.emailAddress;L("getOpenUserInfo",e,{modify:{success:function(e){var n={response:Ze(Ze({},e),{},{email:t})};return{response:JSON.stringify(n)}}}})}}})},nn=function(e){return F("getPaymentCode",e)},tn=function(e){return F("getSavedFileInfo",e)},rn=function(e){return F("getSavedFileList",e)},on=function(e){return F("getScreenBrightness",e)},an=function(e){return F("getServerTime",e)},cn=function(e){return F("getSetting",e)},pn=function(e){return F("getSiteInfo",e)},un=function(e){return F("hideBackHome",e)},ln=function(e){return F("hideTabBar",e)},sn=function(e){return F("inquireQuote",e)},fn=function(e){return F("isInstalledApp",e)},dn=function(e){return F("navigateToBizScene",e)},bn=function(e){return F("notifyBLECharacteristicValueChange",e)},vn=function(e){return F("offAccelerometerChange",e)},yn=function(e){return F("offBLECharacteristicValueChange",e)},gn=function(e){return F("offBLEConnectionStateChanged",e)},Wn=function(e){return F("offBluetoothAdapterStateChange",e)},Cn=function(e){return F("offBluetoothDeviceFound",e)},hn=function(e){return F("offCompassChange",e)},mn=function(e){return F("offMemoryWarning",e)},On=function(e){return F("offSocketClose",e)},wn=function(e){return F("offSocketError",e)},In=function(e){return F("offSocketMessage",e)},Sn=function(e){return F("offSocketOpen",e)},Mn=function(e){return F("offUserCaptureScreen",e)},Pn=function(e){return F("onAccelerometerChange",e)},An=function(e){return F("onBLECharacteristicValueChange",e)},jn=function(e){return F("onBLEConnectionStateChanged",e)},Bn=function(e){return F("onBluetoothAdapterStateChange",e)},Tn=function(e){return F("onBluetoothDeviceFound",e)},Dn=function(e){return F("onCompassChange",e)},kn=function(e){return F("onMemoryWarning",e)},En=function(e){return F("onSocketClose",e)},Ln=function(e){return F("onSocketError",e)},Fn=function(e){return F("onSocketMessage",e)},xn=function(e){return F("onSocketOpen",e)},Nn=function(e){return F("onUserCaptureScreen",e)},Rn=function(e){return F("openBluetoothAdapter",e)},Un=function(e){return F("openDocument",e)},Vn=function(e){return F("openSchemeWithBacking",e)},_n=function(e){return F("openSetting",e)},zn=function(e){return F("pageScrollTo",e)},Jn=function(e){return F("paySignCenter",e)},Kn=function(e){return F("readBLECharacteristicValue",e)},Qn=function(e){return F("regionFetchAllApps",e)},Gn=function(e){return F("regionSearchAppsByKeywords",e)},qn=function(e){return F("removeSavedFile",e)},Hn=function(e){return F("rpc",e)},$n=function(e){return F("saveFile",e)},Yn=function(e){return F("sendSocketMessage",e)},Xn=function(e){return F("setBackgroundColor",e)},Zn=function(e){return F("setCanPullDown",e)},et=function(e){return F("setKeepScreenOn",e)},nt=function(e){return F("setScreenBrightness",e)},tt=function(e){return F("setTabBarStyle",e)},rt=function(e){return F("showActionSheet",e)},ot=function(e){return F("signContract",e)},it=function(e){return F("startApp",e)},at=function(e){return F("startBizService",e)},ct=function(e){return F("startBluetoothDevicesDiscovery",e)},pt=function(e){return F("startPullDownRefresh",e)},ut=function(e){return F("stopBluetoothDevicesDiscovery",e)},lt=function(e){return F("stopPullDownRefresh",e)},st=function(e){return F("switchTab",e)},ft=function(e){return F("thirdPartyAuthForAc",e)},dt=function(e){return F("uploadApdidToken",e)},bt=function(e){return F("uploadFile",e)},vt=function(e){return F("watchShake",e)},yt=function(e){return F("writeBLECharacteristicValue",e)},gt=["content","buttonText"];function Wt(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var Ct=function(e){var n=e||{},t=n.content,r=n.buttonText,o=M()(n,gt);F("alert",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Wt(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Wt(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({message:t,button:r},o))},ht=Ct,mt=function(e){F("clearTinyLocalStorage",e)},Ot=mt,wt=["confirmButtonText","cancelButtonText","content"];function It(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var St=function(e){var n=e||{},t=n.confirmButtonText,r=n.cancelButtonText,o=n.content,i=M()(n,wt);F("confirm",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?It(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):It(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({okButton:t,cancelButton:r,message:o},i))},Mt=St,Pt=["type","format","currentDate","startDate","endDate"];function At(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var jt=function(e){var n=e||{},t=(n.type,n.format),r=(n.currentDate,n.startDate),o=n.endDate,i=M()(n,Pt);F("datePicker",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?At(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):At(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({mode:t,beginDate:r,minDate:r,maxDate:o},i))},Bt=jt,Tt=["url"];function Dt(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var kt=[{type:"image",exts:["jpg","jpeg","png","bmp","gif"]},{type:"video",exts:["mp4","3gp","avi","wmv"]},{type:"audio",exts:["mp3","wma","wav"]}],Et=function(e){var n,t,r=e||{},o=r.url,i=M()(r,Tt),a=null===(n=o.match(/\.(\w+)$/))||void 0===n?void 0:n[1];F("downloadFile",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Dt(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Dt(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({url:o,type:null===(t=kt.find((function(e){return e.exts.includes(a||"png")})))||void 0===t?void 0:t.type},i))},Lt=Et,Ft=["type"];function xt(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var Nt=function(e){var n=e||{},t=n.type,r=M()(n,Ft);F("getCurrentLocation",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?xt(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):xt(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({bizType:"alipayIntl",requestType:t},r))},Rt=Nt;function Ut(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function Vt(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Ut(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Ut(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var _t=function(e){F("getNetworkType",e,{modify:{success:function(e){return Vt(Vt({},e),{},{networkType:e.networkInfo.toLocaleUpperCase()})}}})},zt=_t;function Jt(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function Kt(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Jt(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Jt(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var Qt=function(e){F("getAPDataStorage",e,{modify:{success:function(e){return Kt(Kt({},e),{},{data:f(e.data,{})})}}})},Gt=Qt,qt=["delta"];function Ht(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var $t=function(e){var n=e||{},t=n.delta,r=void 0===t?1:t,o=M()(n,qt);F("popTo",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Ht(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Ht(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({index:-r},o))},Yt=$t,Xt=function(e){F("pushWindow",e)},Zt=Xt;function er(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var nr=function(e){F("watchShake",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?er(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):er(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({monitorAccelerometer:!1},e))},tr=nr;function rr(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var or=function(e){F("watchShake",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?rr(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):rr(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({monitorCompass:!1},e))},ir=or;function ar(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var cr=function(e){F("watchShake",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?ar(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ar(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({monitorAccelerometer:!0},e))},pr=cr;function ur(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var lr=function(e){F("watchShake",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?ur(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ur(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({monitorCompass:!0},e))},sr=lr,fr=function(e){var n=e||{},t=n.url,r=n.success,o=n.complete;window.location.replace(t),null==r||r({}),null==o||o({})},dr=fr,br=function(e){F("pushWindow",e)},vr=br,yr=["headers","data","dataType"];function gr(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function Wr(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?gr(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):gr(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var Cr=function(e){var n=e||{},t=n.headers,r=n.data,o=n.dataType,i=M()(n,yr),a=[];if(!v)for(var c in t){t[c],a.push()}var p=function(e){var n=e;switch(o){case"json":n=f(e,{});break;case"base64":n=e.startsWith("data:")?e:"data:application/json;base64,"+e;break;case"text":n=e}return n};F("httpRequest",Wr({headers:v?t:a,data:JSON.stringify(r),dataType:o},i),{modify:{success:function(e){return Wr(Wr({},e),{},{data:p(e.data)})}}})},hr=Cr,mr=["apFilePath"];function Or(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var wr=function(e){var n=e||{},t=n.apFilePath,r=M()(n,mr);F("saveFile",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Or(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Or(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({tempFilePath:t},r))},Ir=wr,Sr=function(e){var n=e.title,t=e.image,r=e.backgroundColor,o=e.borderBottomColor,i=e.reset,a=e.success,c=e.complete,p=e.fail;(n||t)&&F("setTitle",{title:n,image:t});var u=Number.parseInt((null==o?void 0:o.slice(1))||"ffffff",16),l=r?Number.parseInt(r.slice(1),16):"";F("setBarBottomLineColor",{color:u},{modify:{fail:function(e){return s(u)?(e.error=2,e.errorMessage="The color value is illegal.",e):e}}});var f={success:a,complete:c,fail:p};l&&Object.assign(f,{color:l||"ffffff"}),i&&Object.assign(f,{reset:i}),F("setTitleColor",f,{modify:{fail:function(e){return i?e:s(l)?(e.error=2,e.errorMessage="The color value is illegal.",e):e}}})},Mr=Sr,Pr=["data"];function Ar(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var jr=function(e){var n=e||{},t=n.data,r=M()(n,Pr);F("setAPDataStorage",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Ar(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Ar(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({value:JSON.stringify(t)},r))},Br=jr;function Tr(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var Dr=function(e){F("setTabBar",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Tr(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Tr(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({actionType:"setTabbarStyle"},e))},kr=Dr,Er=["items","cancelButtonText"];function Lr(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var Fr=function(e){var n=e||{},t=n.items,r=n.cancelButtonText,o=M()(n,Er);F("actionSheet",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Lr(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Lr(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({btns:t,cancelBtn:r},o))},xr=Fr;function Nr(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var Rr=function(e){F("showAuthGuide",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Nr(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Nr(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({bizType:"alipayIntl"},e))},Ur=Rr;function Vr(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var _r=function(e){F("toast",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Vr(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Vr(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({content:""},e))},zr=_r,Jr=function(){F("firePullToRefresh")},Kr=Jr,Qr=function(){F("restorePullToRefresh")},Gr=Qr,qr=["success","complete","fail","fileName","fileType"];function Hr(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var $r=function(e){var n=e||{},t=(n.success,n.complete,n.fail,n.fileName),r=n.fileType,o=M()(n,qr);F("uploadFile",function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?Hr(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Hr(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({name:t,type:r},o))},Yr=$r,Xr=Ct,Zr=mt,eo=St,no=jt,to=Et,ro=Nt,oo=_t,io=function(e){return F("getOpenUserInfo",e)},ao=Qt,co=$t,po=Xt,uo=nr,lo=or,so=cr,fo=lr,bo=fr,vo=br,yo=Cr,go=wr,Wo=Sr,Co=jr,ho=Dr,mo=Fr,Oo=Rr,wo=_r,Io=Jr,So=Qr,Mo=$r,Po=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["addFatigueAction"].concat(n)):m.isMpWebIntl?Me.apply(void 0,n):m.isWebCn?O.apply(void 0,["addFatigueAction"].concat(n)):m.isWebIntl?Me.apply(void 0,n):void 0},Ao=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["addPhoneContact"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Pe.apply(void 0,n):void 0},jo=function(){return m.isMpWebCn||m.isMpWebIntl?x.apply(void 0,arguments):m.isWebCn?ht.apply(void 0,arguments):m.isWebIntl?Xr.apply(void 0,arguments):void 0},Bo=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["apDisableJSAPI"].concat(n)):m.isMpWebIntl?Ae.apply(void 0,n):m.isWebCn?O.apply(void 0,["apDisableJSAPI"].concat(n)):m.isWebIntl?Ae.apply(void 0,n):void 0},To=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["appxrpc"].concat(n)):m.isMpWebIntl?je.apply(void 0,n):m.isWebCn?O.apply(void 0,["appxrpc"].concat(n)):m.isWebIntl?je.apply(void 0,n):void 0},Do=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["APRegionRPC"].concat(n)):m.isMpWebIntl?Be.apply(void 0,n):m.isWebCn?O.apply(void 0,["APRegionRPC"].concat(n)):m.isWebIntl?Be.apply(void 0,n):void 0},ko=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["batchQueryCdpSpaceInfo"].concat(n)):m.isMpWebIntl?Te.apply(void 0,n):m.isWebCn?O.apply(void 0,["batchQueryCdpSpaceInfo"].concat(n)):m.isWebIntl?Te.apply(void 0,n):void 0},Eo=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?N.apply(void 0,arguments):void 0},Lo=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["choosePhoneContact"].concat(n)):m.isMpWebIntl?De.apply(void 0,n):m.isWebCn?O.apply(void 0,["choosePhoneContact"].concat(n)):m.isWebIntl?De.apply(void 0,n):void 0},Fo=function(){return m.isMpWebCn||m.isMpWebIntl?R.apply(void 0,arguments):m.isWebCn?Ot.apply(void 0,arguments):m.isWebIntl?Zr.apply(void 0,arguments):void 0},xo=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?O.apply(void 0,["clearStorageSync"].concat(n)):void 0},No=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["closeBluetoothAdapter"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?ke.apply(void 0,n):void 0},Ro=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["closeSocket"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Ee.apply(void 0,n):void 0},Uo=function(){return m.isMpWebCn||m.isMpWebIntl?U.apply(void 0,arguments):m.isWebCn?Mt.apply(void 0,arguments):m.isWebIntl?eo.apply(void 0,arguments):void 0},Vo=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["connectBLEDevice"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Le.apply(void 0,n):void 0},_o=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["connectSocket"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Fe.apply(void 0,n):void 0},zo=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?O.apply(void 0,["createAnimation"].concat(n)):void 0},Jo=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?O.apply(void 0,["createWebViewContext"].concat(n)):void 0},Ko=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?V.apply(void 0,n):m.isMpWebIntl?xe.apply(void 0,n):m.isWebCn||m.isWebIntl?O.apply(void 0,["crossPay"].concat(n)):void 0},Qo=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["datePicker"].concat(n)):m.isMpWebIntl?Ne.apply(void 0,n):m.isWebCn?Bt.apply(void 0,n):m.isWebIntl?no.apply(void 0,n):void 0},Go=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["disconnectBLEDevice"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Re.apply(void 0,n):void 0},qo=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["downloadFile"].concat(n)):m.isMpWebIntl?Ue.apply(void 0,n):m.isWebCn?Lt.apply(void 0,n):m.isWebIntl?to.apply(void 0,n):void 0},Ho=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["exitApp"].concat(n)):m.isMpWebIntl?Ve.apply(void 0,n):m.isWebCn?O.apply(void 0,["exitApp"].concat(n)):m.isWebIntl?Ve.apply(void 0,n):void 0},$o=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?z.apply(void 0,n):m.isMpWebIntl?_e.apply(void 0,n):m.isWebCn||m.isWebIntl?O.apply(void 0,["getAppIdSync"].concat(n)):void 0},Yo=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getAppToken"].concat(n)):m.isMpWebIntl?ze.apply(void 0,n):m.isWebCn?O.apply(void 0,["getAppToken"].concat(n)):m.isWebIntl?ze.apply(void 0,n):void 0},Xo=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?J.apply(void 0,arguments):void 0},Zo=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getBatteryInfo"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Je.apply(void 0,n):void 0},ei=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getBLEDeviceCharacteristics"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Ke.apply(void 0,n):void 0},ni=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getBLEDeviceServices"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Qe.apply(void 0,n):void 0},ti=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getBluetoothAdapterState"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Ge.apply(void 0,n):void 0},ri=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getBluetoothDevices"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?qe.apply(void 0,n):void 0},oi=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?K.apply(void 0,arguments):void 0},ii=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getComponentAuth"].concat(n)):m.isMpWebIntl?He.apply(void 0,n):m.isWebCn?O.apply(void 0,["getComponentAuth"].concat(n)):m.isWebIntl?He.apply(void 0,n):void 0},ai=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getConnectedBluetoothDevices"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?$e.apply(void 0,n):void 0},ci=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getFileInfo"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Ye.apply(void 0,n):void 0},pi=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?Q.apply(void 0,arguments):void 0},ui=function(){return m.isMpWebCn||m.isMpWebIntl?G.apply(void 0,arguments):m.isWebCn?Rt.apply(void 0,arguments):m.isWebIntl?ro.apply(void 0,arguments):void 0},li=function(){return m.isMpWebCn||m.isMpWebIntl?q.apply(void 0,arguments):m.isWebCn?zt.apply(void 0,arguments):m.isWebIntl?oo.apply(void 0,arguments):void 0},si=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getOpenUserInfo"].concat(n)):m.isMpWebIntl?en.apply(void 0,n):m.isWebCn?O.apply(void 0,["getOpenUserInfo"].concat(n)):m.isWebIntl?io.apply(void 0,n):void 0},fi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getPaymentCode"].concat(n)):m.isMpWebIntl?nn.apply(void 0,n):m.isWebCn?O.apply(void 0,["getPaymentCode"].concat(n)):m.isWebIntl?nn.apply(void 0,n):void 0},di=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?H.apply(void 0,arguments):void 0},bi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getSavedFileInfo"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?tn.apply(void 0,n):void 0},vi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getSavedFileList"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?rn.apply(void 0,n):void 0},yi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getScreenBrightness"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?on.apply(void 0,n):void 0},gi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getServerTime"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?an.apply(void 0,n):void 0},Wi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getSetting"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?cn.apply(void 0,n):void 0},Ci=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["getSiteInfo"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?pn.apply(void 0,n):void 0},hi=function(){return m.isMpWebCn||m.isMpWebIntl?$.apply(void 0,arguments):m.isWebCn?Gt.apply(void 0,arguments):m.isWebIntl?ao.apply(void 0,arguments):void 0},mi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?O.apply(void 0,["getStorageSync"].concat(n)):void 0},Oi=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?Y.apply(void 0,arguments):void 0},wi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["hideBackHome"].concat(n)):m.isMpWebIntl?un.apply(void 0,n):m.isWebCn?O.apply(void 0,["hideBackHome"].concat(n)):m.isWebIntl?un.apply(void 0,n):void 0},Ii=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?X.apply(void 0,arguments):void 0},Si=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?Z.apply(void 0,arguments):void 0},Mi=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?ee.apply(void 0,arguments):void 0},Pi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["hideTabBar"].concat(n)):m.isMpWebIntl?ln.apply(void 0,n):m.isWebCn?O.apply(void 0,["hideTabBar"].concat(n)):m.isWebIntl?ln.apply(void 0,n):void 0},Ai=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?ne.apply(void 0,arguments):void 0},ji=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["inquireQuote"].concat(n)):m.isMpWebIntl?sn.apply(void 0,n):m.isWebCn?O.apply(void 0,["inquireQuote"].concat(n)):m.isWebIntl?sn.apply(void 0,n):void 0},Bi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["isInstalledApp"].concat(n)):m.isMpWebIntl?fn.apply(void 0,n):m.isWebCn?O.apply(void 0,["isInstalledApp"].concat(n)):m.isWebIntl?fn.apply(void 0,n):void 0},Ti=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn||m.isMpWebIntl?te.apply(void 0,n):m.isWebCn||m.isWebIntl?O.apply(void 0,["makePhoneCall"].concat(n)):void 0},Di=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?re.apply(void 0,arguments):void 0},ki=function(){return m.isMpWebCn||m.isMpWebIntl?oe.apply(void 0,arguments):m.isWebCn?Yt.apply(void 0,arguments):m.isWebIntl?co.apply(void 0,arguments):void 0},Ei=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?ie.apply(void 0,arguments):void 0},Li=function(){return m.isMpWebCn||m.isMpWebIntl?ae.apply(void 0,arguments):m.isWebCn?Zt.apply(void 0,arguments):m.isWebIntl?po.apply(void 0,arguments):void 0},Fi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["navigateToBizScene"].concat(n)):m.isMpWebIntl?dn.apply(void 0,n):m.isWebCn?O.apply(void 0,["navigateToBizScene"].concat(n)):m.isWebIntl?dn.apply(void 0,n):void 0},xi=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?ce.apply(void 0,arguments):void 0},Ni=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["notifyBLECharacteristicValueChange"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?bn.apply(void 0,n):void 0},Ri=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offAccelerometerChange"].concat(n)):m.isMpWebIntl?vn.apply(void 0,n):m.isWebCn?tr.apply(void 0,n):m.isWebIntl?uo.apply(void 0,n):void 0},Ui=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offBLECharacteristicValueChange"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?yn.apply(void 0,n):void 0},Vi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offBLEConnectionStateChanged"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?gn.apply(void 0,n):void 0},_i=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offBluetoothAdapterStateChange"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Wn.apply(void 0,n):void 0},zi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offBluetoothDeviceFound"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Cn.apply(void 0,n):void 0},Ji=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offCompassChange"].concat(n)):m.isMpWebIntl?hn.apply(void 0,n):m.isWebCn?ir.apply(void 0,n):m.isWebIntl?lo.apply(void 0,n):void 0},Ki=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offMemoryWarning"].concat(n)):m.isMpWebIntl?mn.apply(void 0,n):m.isWebCn?O.apply(void 0,["offMemoryWarning"].concat(n)):m.isWebIntl?mn.apply(void 0,n):void 0},Qi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offSocketClose"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?On.apply(void 0,n):void 0},Gi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offSocketError"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?wn.apply(void 0,n):void 0},qi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offSocketMessage"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?In.apply(void 0,n):void 0},Hi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offSocketOpen"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Sn.apply(void 0,n):void 0},$i=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["offUserCaptureScreen"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Mn.apply(void 0,n):void 0},Yi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onAccelerometerChange"].concat(n)):m.isMpWebIntl?Pn.apply(void 0,n):m.isWebCn?pr.apply(void 0,n):m.isWebIntl?so.apply(void 0,n):void 0},Xi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onBLECharacteristicValueChange"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?An.apply(void 0,n):void 0},Zi=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onBLEConnectionStateChanged"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?jn.apply(void 0,n):void 0},ea=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onBluetoothAdapterStateChange"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Bn.apply(void 0,n):void 0},na=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onBluetoothDeviceFound"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Tn.apply(void 0,n):void 0},ta=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onCompassChange"].concat(n)):m.isMpWebIntl?Dn.apply(void 0,n):m.isWebCn?sr.apply(void 0,n):m.isWebIntl?fo.apply(void 0,n):void 0},ra=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onMemoryWarning"].concat(n)):m.isMpWebIntl?kn.apply(void 0,n):m.isWebCn?O.apply(void 0,["onMemoryWarning"].concat(n)):m.isWebIntl?kn.apply(void 0,n):void 0},oa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onSocketClose"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?En.apply(void 0,n):void 0},ia=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onSocketError"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Ln.apply(void 0,n):void 0},aa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onSocketMessage"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Fn.apply(void 0,n):void 0},ca=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onSocketOpen"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?xn.apply(void 0,n):void 0},pa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["onUserCaptureScreen"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Nn.apply(void 0,n):void 0},ua=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["openBluetoothAdapter"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Rn.apply(void 0,n):void 0},la=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["openDocument"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Un.apply(void 0,n):void 0},sa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["openSchemeWithBacking"].concat(n)):m.isMpWebIntl?Vn.apply(void 0,n):m.isWebCn?O.apply(void 0,["openSchemeWithBacking"].concat(n)):m.isWebIntl?Vn.apply(void 0,n):void 0},fa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["openSetting"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?_n.apply(void 0,n):void 0},da=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["pageScrollTo"].concat(n)):m.isMpWebIntl?zn.apply(void 0,n):m.isWebCn?O.apply(void 0,["pageScrollTo"].concat(n)):m.isWebIntl?zn.apply(void 0,n):void 0},ba=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["paySignCenter"].concat(n)):m.isMpWebIntl?Jn.apply(void 0,n):m.isWebCn?O.apply(void 0,["paySignCenter"].concat(n)):m.isWebIntl?Jn.apply(void 0,n):void 0},va=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?pe.apply(void 0,arguments):void 0},ya=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn||m.isMpWebIntl?ue.apply(void 0,n):m.isWebCn||m.isWebIntl?O.apply(void 0,["prompt"].concat(n)):void 0},ga=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["readBLECharacteristicValue"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Kn.apply(void 0,n):void 0},Wa=function(){return m.isMpWebCn||m.isMpWebIntl?le.apply(void 0,arguments):m.isWebCn?dr.apply(void 0,arguments):m.isWebIntl?bo.apply(void 0,arguments):void 0},Ca=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["regionFetchAllApps"].concat(n)):m.isMpWebIntl?Qn.apply(void 0,n):m.isWebCn?O.apply(void 0,["regionFetchAllApps"].concat(n)):m.isWebIntl?Qn.apply(void 0,n):void 0},ha=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["regionSearchAppsByKeywords"].concat(n)):m.isMpWebIntl?Gn.apply(void 0,n):m.isWebCn?O.apply(void 0,["regionSearchAppsByKeywords"].concat(n)):m.isWebIntl?Gn.apply(void 0,n):void 0},ma=function(){return m.isMpWebCn||m.isMpWebIntl?se.apply(void 0,arguments):m.isWebCn?vr.apply(void 0,arguments):m.isWebIntl?vo.apply(void 0,arguments):void 0},Oa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["removeSavedFile"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?qn.apply(void 0,n):void 0},wa=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?fe.apply(void 0,arguments):void 0},Ia=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?O.apply(void 0,["removeStorageSync"].concat(n)):void 0},Sa=function(){return m.isMpWebCn||m.isMpWebIntl?de.apply(void 0,arguments):m.isWebCn?hr.apply(void 0,arguments):m.isWebIntl?yo.apply(void 0,arguments):void 0},Ma=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["rpc"].concat(n)):m.isMpWebIntl?Hn.apply(void 0,n):m.isWebCn?O.apply(void 0,["rpc"].concat(n)):m.isWebIntl?Hn.apply(void 0,n):void 0},Pa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["saveFile"].concat(n)):m.isMpWebIntl?$n.apply(void 0,n):m.isWebCn?Ir.apply(void 0,n):m.isWebIntl?go.apply(void 0,n):void 0},Aa=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?be.apply(void 0,arguments):void 0},ja=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?ve.apply(void 0,arguments):void 0},Ba=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["sendSocketMessage"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Yn.apply(void 0,n):void 0},Ta=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["setBackgroundColor"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Xn.apply(void 0,n):void 0},Da=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["setCanPullDown"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?Zn.apply(void 0,n):void 0},ka=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?ye.apply(void 0,arguments):void 0},Ea=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["setKeepScreenOn"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?et.apply(void 0,n):void 0},La=function(){return m.isMpWebCn||m.isMpWebIntl?ge.apply(void 0,arguments):m.isWebCn?Mr.apply(void 0,arguments):m.isWebIntl?Wo.apply(void 0,arguments):void 0},Fa=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?We.apply(void 0,arguments):void 0},xa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["setScreenBrightness"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?nt.apply(void 0,n):void 0},Na=function(){return m.isMpWebCn||m.isMpWebIntl?Ce.apply(void 0,arguments):m.isWebCn?Br.apply(void 0,arguments):m.isWebIntl?Co.apply(void 0,arguments):void 0},Ra=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?O.apply(void 0,["setStorageSync"].concat(n)):void 0},Ua=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["setTabBarStyle"].concat(n)):m.isMpWebIntl?tt.apply(void 0,n):m.isWebCn?kr.apply(void 0,n):m.isWebIntl?ho.apply(void 0,n):void 0},Va=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["showActionSheet"].concat(n)):m.isMpWebIntl?rt.apply(void 0,n):m.isWebCn?xr.apply(void 0,n):m.isWebIntl?mo.apply(void 0,n):void 0},_a=function(){return m.isMpWebCn||m.isMpWebIntl?he.apply(void 0,arguments):m.isWebCn?Ur.apply(void 0,arguments):m.isWebIntl?Oo.apply(void 0,arguments):void 0},za=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?me.apply(void 0,arguments):void 0},Ja=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?Oe.apply(void 0,arguments):void 0},Ka=function(){return m.isMpWebCn||m.isMpWebIntl?we.apply(void 0,arguments):m.isWebCn?zr.apply(void 0,arguments):m.isWebIntl?wo.apply(void 0,arguments):void 0},Qa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["signContract"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?ot.apply(void 0,n):void 0},Ga=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["startApp"].concat(n)):m.isMpWebIntl?it.apply(void 0,n):m.isWebCn?O.apply(void 0,["startApp"].concat(n)):m.isWebIntl?it.apply(void 0,n):void 0},qa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["startBizService"].concat(n)):m.isMpWebIntl?at.apply(void 0,n):m.isWebCn?O.apply(void 0,["startBizService"].concat(n)):m.isWebIntl?at.apply(void 0,n):void 0},Ha=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["startBluetoothDevicesDiscovery"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?ct.apply(void 0,n):void 0},$a=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["startPullDownRefresh"].concat(n)):m.isMpWebIntl?pt.apply(void 0,n):m.isWebCn?Kr.apply(void 0,n):m.isWebIntl?Io.apply(void 0,n):void 0},Ya=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["stopBluetoothDevicesDiscovery"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?ut.apply(void 0,n):void 0},Xa=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["stopPullDownRefresh"].concat(n)):m.isMpWebIntl?lt.apply(void 0,n):m.isWebCn?Gr.apply(void 0,n):m.isWebIntl?So.apply(void 0,n):void 0},Za=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["switchTab"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?st.apply(void 0,n):void 0},ec=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["thirdPartyAuthForAc"].concat(n)):m.isMpWebIntl?ft.apply(void 0,n):m.isWebCn?O.apply(void 0,["thirdPartyAuthForAc"].concat(n)):m.isWebIntl?ft.apply(void 0,n):void 0},nc=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn||m.isMpWebIntl?Ie.apply(void 0,n):m.isWebCn||m.isWebIntl?O.apply(void 0,["tradePay"].concat(n)):void 0},tc=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["uploadApdidToken"].concat(n)):m.isMpWebIntl?dt.apply(void 0,n):m.isWebCn?O.apply(void 0,["uploadApdidToken"].concat(n)):m.isWebIntl?dt.apply(void 0,n):void 0},rc=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["uploadFile"].concat(n)):m.isMpWebIntl?bt.apply(void 0,n):m.isWebCn?Yr.apply(void 0,n):m.isWebIntl?Mo.apply(void 0,n):void 0},oc=function(){return m.isMpWebCn||m.isMpWebIntl||m.isWebCn||m.isWebIntl?Se.apply(void 0,arguments):void 0},ic=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["watchShake"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?vt.apply(void 0,n):void 0},ac=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return m.isMpWebCn?O.apply(void 0,["writeBLECharacteristicValue"].concat(n)):m.isMpWebIntl||m.isWebCn||m.isWebIntl?yt.apply(void 0,n):void 0},cc={crossPay:V,getAppIdSync:z};function pc(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function uc(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?pc(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):pc(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var lc=uc(uc({},{alert:x,chooseImage:N,clearStorage:R,confirm:U,getAuthCode:J,getClipboard:K,getImageInfo:Q,getLocation:G,getNetworkType:q,getPhoneNumber:H,getStorage:$,getSystemInfo:Y,hideKeyboard:X,hideLoading:Z,hideNavigationBarLoading:ee,hideToast:ne,makePhoneCall:te,multiLevelSelect:re,navigateBack:oe,navigateBackMiniProgram:ie,navigateTo:ae,navigateToMiniProgram:ce,previewImage:pe,prompt:ue,redirectTo:le,reLaunch:se,removeStorage:fe,request:de,saveImage:be,scan:ve,setClipboard:ye,setNavigationBar:ge,setOptionMenu:We,setStorage:Ce,showAuthGuide:he,showLoading:me,showNavigationBarLoading:Oe,showToast:we,tradePay:Ie,vibrate:Se}),cc),sc={getAppIdSync:_e,getOpenUserInfo:en};function fc(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function dc(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?fc(Object(t),!0).forEach((function(n){I()(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):fc(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var bc=dc(dc({},{addFatigueAction:Me,addPhoneContact:Pe,alert:x,apDisableJSAPI:Ae,appxrpc:je,APRegionRPC:Be,batchQueryCdpSpaceInfo:Te,chooseImage:N,choosePhoneContact:De,clearStorage:R,closeBluetoothAdapter:ke,closeSocket:Ee,confirm:U,connectBLEDevice:Le,connectSocket:Fe,crossPay:xe,datePicker:Ne,disconnectBLEDevice:Re,downloadFile:Ue,exitApp:Ve,getAppToken:ze,getAuthCode:J,getBatteryInfo:Je,getBLEDeviceCharacteristics:Ke,getBLEDeviceServices:Qe,getBluetoothAdapterState:Ge,getBluetoothDevices:qe,getClipboard:K,getComponentAuth:He,getConnectedBluetoothDevices:$e,getFileInfo:Ye,getImageInfo:Q,getLocation:G,getNetworkType:q,getPaymentCode:nn,getPhoneNumber:H,getSavedFileInfo:tn,getSavedFileList:rn,getScreenBrightness:on,getServerTime:an,getSetting:cn,getSiteInfo:pn,getStorage:$,getSystemInfo:Y,hideBackHome:un,hideKeyboard:X,hideLoading:Z,hideNavigationBarLoading:ee,hideTabBar:ln,hideToast:ne,inquireQuote:sn,isInstalledApp:fn,makePhoneCall:te,multiLevelSelect:re,navigateBack:oe,navigateBackMiniProgram:ie,navigateTo:ae,navigateToBizScene:dn,navigateToMiniProgram:ce,notifyBLECharacteristicValueChange:bn,offAccelerometerChange:vn,offBLECharacteristicValueChange:yn,offBLEConnectionStateChanged:gn,offBluetoothAdapterStateChange:Wn,offBluetoothDeviceFound:Cn,offCompassChange:hn,offMemoryWarning:mn,offSocketClose:On,offSocketError:wn,offSocketMessage:In,offSocketOpen:Sn,offUserCaptureScreen:Mn,onAccelerometerChange:Pn,onBLECharacteristicValueChange:An,onBLEConnectionStateChanged:jn,onBluetoothAdapterStateChange:Bn,onBluetoothDeviceFound:Tn,onCompassChange:Dn,onMemoryWarning:kn,onSocketClose:En,onSocketError:Ln,onSocketMessage:Fn,onSocketOpen:xn,onUserCaptureScreen:Nn,openBluetoothAdapter:Rn,openDocument:Un,openSchemeWithBacking:Vn,openSetting:_n,pageScrollTo:zn,paySignCenter:Jn,previewImage:pe,prompt:ue,readBLECharacteristicValue:Kn,redirectTo:le,regionFetchAllApps:Qn,regionSearchAppsByKeywords:Gn,reLaunch:se,removeSavedFile:qn,removeStorage:fe,request:de,rpc:Hn,saveFile:$n,saveImage:be,scan:ve,sendSocketMessage:Yn,setBackgroundColor:Xn,setCanPullDown:Zn,setClipboard:ye,setKeepScreenOn:et,setNavigationBar:ge,setOptionMenu:We,setScreenBrightness:nt,setStorage:Ce,setTabBarStyle:tt,showActionSheet:rt,showAuthGuide:he,showLoading:me,showNavigationBarLoading:Oe,showToast:we,signContract:ot,startApp:it,startBizService:at,startBluetoothDevicesDiscovery:ct,startPullDownRefresh:pt,stopBluetoothDevicesDiscovery:ut,stopPullDownRefresh:lt,switchTab:st,thirdPartyAuthForAc:ft,tradePay:Ie,uploadApdidToken:dt,uploadFile:bt,vibrate:Se,watchShake:vt,writeBLECharacteristicValue:yt}),sc),vc={addFatigueAction:[c.mpTaobao,c.webCn,c.mpWebCn],addPhoneContact:[c.mpTaobao,c.mpWebCn],alert:[],apDisableJSAPI:[c.mpTaobao,c.webCn,c.mpWebCn],appxrpc:[c.mpTaobao,c.webCn,c.mpWebCn],APRegionRPC:[c.mpTaobao,c.webCn,c.mpWebCn],batchQueryCdpSpaceInfo:[c.mpTaobao,c.webCn,c.mpWebCn],chooseImage:[c.mpTaobao],choosePhoneContact:[c.mpTaobao,c.webCn,c.mpWebCn],clearStorage:[],clearStorageSync:[c.webCn,c.webIntl,c.mpWebCn,c.mpWebIntl],closeBluetoothAdapter:[c.mpTaobao,c.mpWebCn],closeSocket:[c.mpTaobao,c.mpWebCn],confirm:[],connectBLEDevice:[c.mpTaobao,c.mpWebCn],connectSocket:[c.mpTaobao,c.mpWebCn],createAnimation:[c.webCn,c.webIntl,c.mpWebCn,c.mpWebIntl],createWebViewContext:[c.webCn,c.webIntl,c.mpWebCn,c.mpWebIntl],crossPay:[c.webCn,c.webIntl],datePicker:[c.mpTaobao,c.mpWebCn],disconnectBLEDevice:[c.mpTaobao,c.mpWebCn],downloadFile:[c.mpTaobao,c.mpWebCn],exitApp:[c.mpTaobao,c.webCn,c.mpWebCn],getAppIdSync:[c.mpTaobao,c.webCn,c.webIntl],getAppToken:[c.mpTaobao,c.webCn,c.mpWebCn],getAuthCode:[],getBatteryInfo:[c.mpTaobao,c.mpWebCn],getBLEDeviceCharacteristics:[c.mpTaobao,c.mpWebCn],getBLEDeviceServices:[c.mpTaobao,c.mpWebCn],getBluetoothAdapterState:[c.mpTaobao,c.mpWebCn],getBluetoothDevices:[c.mpTaobao,c.mpWebCn],getClipboard:[],getComponentAuth:[c.mpTaobao,c.webCn,c.mpWebCn],getConnectedBluetoothDevices:[c.mpTaobao,c.mpWebCn],getFileInfo:[c.mpTaobao,c.mpWebCn],getImageInfo:[c.mpTaobao],getLocation:[],getNetworkType:[],getOpenUserInfo:[c.webCn,c.mpWebCn],getPaymentCode:[c.mpTaobao,c.webCn,c.mpWebCn],getPhoneNumber:[c.mpTaobao],getSavedFileInfo:[c.mpTaobao,c.mpWebCn],getSavedFileList:[c.mpTaobao,c.mpWebCn],getScreenBrightness:[c.mpTaobao,c.mpWebCn],getServerTime:[c.mpTaobao,c.mpWebCn],getSetting:[c.mpTaobao,c.mpWebCn],getSiteInfo:[c.mpTaobao,c.mpWebCn],getStorage:[],getStorageSync:[c.webCn,c.webIntl,c.mpWebCn,c.mpWebIntl],getSystemInfo:[],hideBackHome:[c.webCn,c.mpWebCn],hideKeyboard:[],hideLoading:[],hideNavigationBarLoading:[c.mpTaobao],hideTabBar:[c.webCn,c.mpWebCn],hideToast:[],inquireQuote:[c.mpTaobao,c.webCn,c.mpWebCn],isInstalledApp:[c.mpTaobao,c.webCn,c.mpWebCn],makePhoneCall:[c.mpTaobao,c.webCn,c.webIntl],multiLevelSelect:[c.mpTaobao],navigateBack:[],navigateBackMiniProgram:[c.mpTaobao],navigateTo:[],navigateToBizScene:[c.mpTaobao,c.webCn,c.mpWebCn],navigateToMiniProgram:[c.mpTaobao],notifyBLECharacteristicValueChange:[c.mpTaobao,c.mpWebCn],offAccelerometerChange:[c.mpTaobao,c.mpWebCn],offBLECharacteristicValueChange:[c.mpTaobao,c.mpWebCn],offBLEConnectionStateChanged:[c.mpTaobao,c.mpWebCn],offBluetoothAdapterStateChange:[c.mpTaobao,c.mpWebCn],offBluetoothDeviceFound:[c.mpTaobao,c.mpWebCn],offCompassChange:[c.mpTaobao,c.mpWebCn],offMemoryWarning:[c.webCn,c.mpWebCn],offSocketClose:[c.mpTaobao,c.mpWebCn],offSocketError:[c.mpTaobao,c.mpWebCn],offSocketMessage:[c.mpTaobao,c.mpWebCn],offSocketOpen:[c.mpTaobao,c.mpWebCn],offUserCaptureScreen:[c.mpTaobao,c.mpWebCn],onAccelerometerChange:[c.mpTaobao,c.mpWebCn],onBLECharacteristicValueChange:[c.mpTaobao,c.mpWebCn],onBLEConnectionStateChanged:[c.mpTaobao,c.mpWebCn],onBluetoothAdapterStateChange:[c.mpTaobao,c.mpWebCn],onBluetoothDeviceFound:[c.mpTaobao,c.mpWebCn],onCompassChange:[c.mpTaobao,c.mpWebCn],onMemoryWarning:[c.webCn,c.mpWebCn],onSocketClose:[c.mpTaobao,c.mpWebCn],onSocketError:[c.mpTaobao,c.mpWebCn],onSocketMessage:[c.mpTaobao,c.mpWebCn],onSocketOpen:[c.mpTaobao,c.mpWebCn],onUserCaptureScreen:[c.mpTaobao,c.mpWebCn],openBluetoothAdapter:[c.mpTaobao,c.mpWebCn],openDocument:[c.mpTaobao,c.mpWebCn],openSchemeWithBacking:[c.mpTaobao,c.webCn,c.mpWebCn],openSetting:[c.mpTaobao,c.mpWebCn],pageScrollTo:[c.webCn,c.mpWebCn],paySignCenter:[c.mpTaobao,c.webCn,c.mpWebCn],previewImage:[c.mpTaobao],prompt:[c.webCn,c.webIntl],readBLECharacteristicValue:[c.mpTaobao,c.mpWebCn],redirectTo:[],regionFetchAllApps:[c.mpTaobao,c.webCn,c.mpWebCn],regionSearchAppsByKeywords:[c.mpTaobao,c.webCn,c.mpWebCn],reLaunch:[],removeSavedFile:[c.mpTaobao,c.mpWebCn],removeStorage:[],removeStorageSync:[c.webCn,c.webIntl,c.mpWebCn,c.mpWebIntl],request:[],rpc:[c.mpTaobao,c.webCn,c.mpWebCn],saveFile:[c.mpTaobao,c.mpWebCn],saveImage:[c.mpTaobao],scan:[],sendSocketMessage:[c.mpTaobao,c.mpWebCn],setBackgroundColor:[c.mpWebCn],setCanPullDown:[c.mpWebCn],setClipboard:[],setKeepScreenOn:[c.mpTaobao,c.mpWebCn],setNavigationBar:[],setOptionMenu:[c.mpTaobao],setScreenBrightness:[c.mpTaobao,c.mpWebCn],setStorage:[],setStorageSync:[c.webCn,c.webIntl,c.mpWebCn,c.mpWebIntl],setTabBarStyle:[c.mpWebCn],showActionSheet:[c.mpWebCn],showAuthGuide:[],showLoading:[],showNavigationBarLoading:[c.mpTaobao],showToast:[],signContract:[c.mpTaobao,c.mpWebCn],startApp:[c.mpTaobao,c.webCn,c.mpWebCn],startBizService:[c.mpTaobao,c.webCn,c.mpWebCn],startBluetoothDevicesDiscovery:[c.mpTaobao,c.mpWebCn],startPullDownRefresh:[c.mpWebCn],stopBluetoothDevicesDiscovery:[c.mpTaobao,c.mpWebCn],stopPullDownRefresh:[c.mpWebCn],switchTab:[c.mpWebCn],thirdPartyAuthForAc:[c.mpTaobao,c.webCn,c.mpWebCn],tradePay:[c.webCn,c.webIntl],uploadApdidToken:[c.mpTaobao,c.webCn,c.mpWebCn],uploadFile:[c.mpTaobao,c.mpWebCn],vibrate:[c.mpTaobao],watchShake:[c.mpTaobao,c.mpWebCn],writeBLECharacteristicValue:[c.mpTaobao,c.mpWebCn]},yc=function(e){return e in vc&&!vc[e].includes(C().client)};n.default=p;!function(){try{if(h.isMpWebCn||h.isMpWebIntl){var e,n=window,t=function(t){var r=t.serialId,o=t.result;if(r)!function(e,n){var t=n||{},r=t.success,o=t.fail,i=t.complete;e.error&&l(o)?o(e):l(r)&&r(e),l(i)&&i(e)}(o,n.miniProgramAPICallbackArray[r]),delete n.miniProgramAPICallbackArray[r];else if(e){var i;null===(i=e)||void 0===i||i(t)}};n.miniProgramAPICallbackArray={},n.JSBRIDGE_WAITING_QUEUE=[],d((function(){n.my.onMessage&&(e=n.my.onMessage),n.my.onMessage=function(e){t(e)},Object.assign(n.my,h.isMpWebCn?lc:bc)}))}}catch(e){console.log(e)}}()}]).default}));
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "hylid-bridge",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "main": "lib/index.js",
5
5
  "description": "Unite Api For AliPay Plus MiniProgram Project.",
6
6
  "scripts": {
7
7
  "build": "gulp build",
8
8
  "dev": "gulp dev",
9
- "gen": "node scripts/generateAPI.js"
9
+ "gen": "node scripts/gen.js"
10
10
  },
11
11
  "files": [
12
12
  "lib"
package/lib/appEnv.d.ts DELETED
@@ -1,12 +0,0 @@
1
- interface AppEnv {
2
- isMpLazada: boolean;
3
- isMpTaobao: boolean;
4
- isWebIntl: boolean;
5
- isWebCn: boolean;
6
- isMpWebIntl: boolean;
7
- isMpWebCn: boolean;
8
- }
9
- declare let appEnv: AppEnv;
10
- declare function setAppEnv(config: AppEnv | (() => AppEnv)): void;
11
- export default appEnv;
12
- export { appEnv, setAppEnv };
package/lib/appEnv.js DELETED
@@ -1,79 +0,0 @@
1
- import { upFirst } from './common/utils';
2
- import initMpWebChannel from './common/init-mp-web-channel';
3
- var clientType = [{
4
- name: 'mp_web_intl',
5
- regs: [/alipayIDE/i],
6
- type: 'ua'
7
- }, {
8
- name: 'web_cn',
9
- regs: [/^((?!miniprogram).)*$/i, /alipay/i],
10
- type: 'ua'
11
- }, {
12
- name: 'web_intl',
13
- regs: [/^((?!miniprogram).)*$/i, /griver/i],
14
- type: 'ua'
15
- }, {
16
- name: 'mp_web_cn',
17
- regs: [/miniprogram/i, /alipay/i],
18
- type: 'ua'
19
- }, {
20
- name: 'mp_web_intl',
21
- regs: [/miniprogram|alipayIDE/i, /griver/i],
22
- type: 'ua'
23
- }, {
24
- name: 'mp_taobao',
25
- regs: [/taobao|tb/i],
26
- type: 'app'
27
- }, {
28
- name: 'mp_lazada',
29
- regs: [/lazada|la/i],
30
- type: 'app'
31
- }];
32
-
33
- function getEnv() {
34
- var client = '';
35
- var test = '';
36
- var testTarget = '';
37
-
38
- try {
39
- var env = window;
40
- test = env.navigator.userAgent;
41
- testTarget = 'ua';
42
- } catch (e) {
43
- // @ts-ignore
44
- var app = (my.getSystemInfoSync() || {}).app;
45
- test = app;
46
- testTarget = 'app';
47
- }
48
-
49
- var target = clientType.filter(function (_a) {
50
- var type = _a.type;
51
- return type === testTarget;
52
- }).find(function (client) {
53
- return client.regs.every(function (reg) {
54
- return reg.test(test);
55
- });
56
- });
57
- client = (target === null || target === void 0 ? void 0 : target.name) || 'mp_lazada';
58
- return clientType.reduce(function (result, _a) {
59
- var name = _a.name;
60
- var key = 'is' + name.split('_').map(upFirst).join('');
61
- var current = name === client;
62
- result[key] = current;
63
- if (current) console.log("Note: your code is running at " + key);
64
- return result;
65
- }, {});
66
- }
67
-
68
- var appEnv = getEnv();
69
-
70
- function setAppEnv(config) {
71
- appEnv = typeof config === 'function' ? config() : config;
72
-
73
- if (appEnv.isMpWebCn || appEnv.isMpWebIntl) {
74
- initMpWebChannel();
75
- }
76
- }
77
-
78
- export default appEnv;
79
- export { appEnv, setAppEnv };
@@ -1,3 +0,0 @@
1
- import { PickMPAttr } from '../../../types';
2
- declare const getAppIdSync: PickMPAttr<'getAppIdSync'>;
3
- export default getAppIdSync;
@@ -1,7 +0,0 @@
1
- // Auto Generated
2
- // @ts-ignore
3
- var getAppIdSync = function getAppIdSync() {
4
- return my.getAppIdSync();
5
- };
6
-
7
- export default getAppIdSync;
@@ -1,3 +0,0 @@
1
- import { PickMPAttr } from '../../../types';
2
- declare const hideNavigationBarLoading: PickMPAttr<'hideNavigationBarLoading'>;
3
- export default hideNavigationBarLoading;
@@ -1,6 +0,0 @@
1
- // Auto Generated
2
- var hideNavigationBarLoading = function hideNavigationBarLoading() {
3
- return my.hideNavigationBarLoading();
4
- };
5
-
6
- export default hideNavigationBarLoading;
@@ -1,3 +0,0 @@
1
- import { PickMPAttr } from '../../../types';
2
- declare const showNavigationBarLoading: PickMPAttr<'showNavigationBarLoading'>;
3
- export default showNavigationBarLoading;
@@ -1,6 +0,0 @@
1
- // Auto Generated
2
- var showNavigationBarLoading = function showNavigationBarLoading() {
3
- return my.showNavigationBarLoading();
4
- };
5
-
6
- export default showNavigationBarLoading;
@@ -1,3 +0,0 @@
1
- import { PickMPAttr } from '../../../types';
2
- declare const tradePay: PickMPAttr<'tradePay'>;
3
- export default tradePay;
@@ -1,11 +0,0 @@
1
- var tradePay = function tradePay(opt) {
2
- var paymentUrl = opt.paymentUrl;
3
-
4
- if (paymentUrl) {
5
- console.error('paymentUrl is not supported');
6
- }
7
-
8
- my.tradePay(opt);
9
- };
10
-
11
- export default tradePay;
@@ -1,3 +0,0 @@
1
- import { PickMPAttr } from '../../../types';
2
- declare const tradePay: PickMPAttr<'tradePay'>;
3
- export default tradePay;
@@ -1,11 +0,0 @@
1
- var tradePay = function tradePay(opt) {
2
- var paymentUrl = opt.paymentUrl;
3
-
4
- if (paymentUrl) {
5
- console.error('paymentUrl is not supported');
6
- }
7
-
8
- my.tradePay(opt);
9
- };
10
-
11
- export default tradePay;
@@ -1,3 +0,0 @@
1
- import { PickMPAttr } from '../../../types';
2
- declare const crossPay: PickMPAttr<'tradePay'>;
3
- export default crossPay;
@@ -1,8 +0,0 @@
1
- // crossPay
2
- import call from '../../../common/mp-web-call';
3
-
4
- var crossPay = function crossPay(options) {
5
- call('tradePay', options);
6
- };
7
-
8
- export default crossPay;
@@ -1,91 +0,0 @@
1
- /// <reference types="miniprogram" />
2
- import alert from '../../../common/mp-web/alert';
3
- import chooseImage from '../../../common/mp-web/chooseImage';
4
- import clearStorage from '../../../common/mp-web/clearStorage';
5
- import confirm from '../../../common/mp-web/confirm';
6
- import crossPay from './crossPay';
7
- import getAppIdSync from '../../../common/mp-web/getAppIdSync';
8
- import getAuthCode from '../../../common/mp-web/getAuthCode';
9
- import getClipboard from '../../../common/mp-web/getClipboard';
10
- import getImageInfo from '../../../common/mp-web/getImageInfo';
11
- import getLocation from '../../../common/mp-web/getLocation';
12
- import getNetworkType from '../../../common/mp-web/getNetworkType';
13
- import getPhoneNumber from '../../../common/mp-web/getPhoneNumber';
14
- import getStorage from '../../../common/mp-web/getStorage';
15
- import getSystemInfo from '../../../common/mp-web/getSystemInfo';
16
- import hideKeyboard from '../../../common/mp-web/hideKeyboard';
17
- import hideLoading from '../../../common/mp-web/hideLoading';
18
- import hideNavigationBarLoading from '../../../common/mp-web/hideNavigationBarLoading';
19
- import hideToast from '../../../common/mp-web/hideToast';
20
- import makePhoneCall from '../../../common/mp-web/makePhoneCall';
21
- import multiLevelSelect from '../../../common/mp-web/multiLevelSelect';
22
- import navigateBack from '../../../common/mp-web/navigateBack';
23
- import navigateBackMiniProgram from '../../../common/mp-web/navigateBackMiniProgram';
24
- import navigateTo from '../../../common/mp-web/navigateTo';
25
- import navigateToMiniProgram from '../../../common/mp-web/navigateToMiniProgram';
26
- import previewImage from '../../../common/mp-web/previewImage';
27
- import prompt from '../../../common/mp-web/prompt';
28
- import redirectTo from '../../../common/mp-web/redirectTo';
29
- import reLaunch from '../../../common/mp-web/reLaunch';
30
- import removeStorage from '../../../common/mp-web/removeStorage';
31
- import request from '../../../common/mp-web/request';
32
- import saveImage from '../../../common/mp-web/saveImage';
33
- import scan from '../../../common/mp-web/scan';
34
- import setClipboard from '../../../common/mp-web/setClipboard';
35
- import setNavigationBar from '../../../common/mp-web/setNavigationBar';
36
- import setOptionMenu from '../../../common/mp-web/setOptionMenu';
37
- import setStorage from '../../../common/mp-web/setStorage';
38
- import showAuthGuide from '../../../common/mp-web/showAuthGuide';
39
- import showLoading from '../../../common/mp-web/showLoading';
40
- import showNavigationBarLoading from '../../../common/mp-web/showNavigationBarLoading';
41
- import showToast from '../../../common/mp-web/showToast';
42
- import tradePay from '../../../common/mp-web/tradePay';
43
- import vibrate from '../../../common/mp-web/vibrate';
44
- export { alert, chooseImage, clearStorage, confirm, crossPay, getAppIdSync, getAuthCode, getClipboard, getImageInfo, getLocation, getNetworkType, getPhoneNumber, getStorage, getSystemInfo, hideKeyboard, hideLoading, hideNavigationBarLoading, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, previewImage, prompt, redirectTo, reLaunch, removeStorage, request, saveImage, scan, setClipboard, setNavigationBar, setOptionMenu, setStorage, showAuthGuide, showLoading, showNavigationBarLoading, showToast, tradePay, vibrate, };
45
- declare const _default: {
46
- alert: (args?: AlertArgs | undefined) => void;
47
- chooseImage: (args: ChooseImageArgs) => void;
48
- clearStorage: (args?: AsyncCallback<any> | undefined) => void;
49
- confirm: (args: ConfirmArgs) => void;
50
- crossPay: (args: TradePayArgs) => void;
51
- getAppIdSync: () => string;
52
- getAuthCode: (args: GetAuthCodeArgs) => void;
53
- getClipboard: (args: GetClipboardArgs) => void;
54
- getImageInfo: (args: GetImageInfo) => void;
55
- getLocation: (args: GetLocationArgs) => void;
56
- getNetworkType: (args: GetNetworkTypeArgs) => void;
57
- getPhoneNumber: (args?: any) => void;
58
- getStorage: (args: GetStorage) => void;
59
- getSystemInfo: (args: GetSystemInfoArgs) => void;
60
- hideKeyboard: () => void;
61
- hideLoading: (args?: HideLoadingArgs | undefined) => void;
62
- hideNavigationBarLoading: () => void;
63
- hideToast: (args?: AsyncCallback<any> | undefined) => void;
64
- makePhoneCall: (args: {
65
- number: string;
66
- }) => void;
67
- multiLevelSelect: (args: MultiLevelSelectArgs) => void;
68
- navigateBack: (args: NavigateBackArgs) => void;
69
- navigateBackMiniProgram: (args: NavigateBackMiniProgramArgs) => void;
70
- navigateTo: (args: NavigateToArgs) => void;
71
- navigateToMiniProgram: (args: NavigateToMiniProgramArgs) => void;
72
- previewImage: (args: PreviewImageArgs) => void;
73
- prompt: (args: PromptArgs) => void;
74
- redirectTo: (args: RedirectToArgs) => void;
75
- reLaunch: (args: ReLaunchArgs) => void;
76
- removeStorage: (args: RemoveStorageArgs) => void;
77
- request: (args: RequestArgs) => void;
78
- saveImage: (args: SaveImageArgs) => void;
79
- scan: (args: ScanArgs) => void;
80
- setClipboard: (args: SetClipboardArgs) => void;
81
- setNavigationBar: (args: SetNavigationBarArgs) => void;
82
- setOptionMenu: (args?: (import("../../../types").Common & AsyncCallback<any>) | undefined) => void;
83
- setStorage: (args: SetStorage) => void;
84
- showAuthGuide: (args: ShowAuthGuideArgs) => void;
85
- showLoading: (args?: ShowLoadingArgs | undefined) => void;
86
- showNavigationBarLoading: () => void;
87
- showToast: (args?: ShowToastArgs | undefined) => void;
88
- tradePay: (args: TradePayArgs) => void;
89
- vibrate: (args: AsyncCallback<void>) => void;
90
- };
91
- export default _default;
@@ -1,88 +0,0 @@
1
- // auto generated
2
- import alert from '../../../common/mp-web/alert';
3
- import chooseImage from '../../../common/mp-web/chooseImage';
4
- import clearStorage from '../../../common/mp-web/clearStorage';
5
- import confirm from '../../../common/mp-web/confirm';
6
- import crossPay from './crossPay';
7
- import getAppIdSync from '../../../common/mp-web/getAppIdSync';
8
- import getAuthCode from '../../../common/mp-web/getAuthCode';
9
- import getClipboard from '../../../common/mp-web/getClipboard';
10
- import getImageInfo from '../../../common/mp-web/getImageInfo';
11
- import getLocation from '../../../common/mp-web/getLocation';
12
- import getNetworkType from '../../../common/mp-web/getNetworkType';
13
- import getPhoneNumber from '../../../common/mp-web/getPhoneNumber';
14
- import getStorage from '../../../common/mp-web/getStorage';
15
- import getSystemInfo from '../../../common/mp-web/getSystemInfo';
16
- import hideKeyboard from '../../../common/mp-web/hideKeyboard';
17
- import hideLoading from '../../../common/mp-web/hideLoading';
18
- import hideNavigationBarLoading from '../../../common/mp-web/hideNavigationBarLoading';
19
- import hideToast from '../../../common/mp-web/hideToast';
20
- import makePhoneCall from '../../../common/mp-web/makePhoneCall';
21
- import multiLevelSelect from '../../../common/mp-web/multiLevelSelect';
22
- import navigateBack from '../../../common/mp-web/navigateBack';
23
- import navigateBackMiniProgram from '../../../common/mp-web/navigateBackMiniProgram';
24
- import navigateTo from '../../../common/mp-web/navigateTo';
25
- import navigateToMiniProgram from '../../../common/mp-web/navigateToMiniProgram';
26
- import previewImage from '../../../common/mp-web/previewImage';
27
- import prompt from '../../../common/mp-web/prompt';
28
- import redirectTo from '../../../common/mp-web/redirectTo';
29
- import reLaunch from '../../../common/mp-web/reLaunch';
30
- import removeStorage from '../../../common/mp-web/removeStorage';
31
- import request from '../../../common/mp-web/request';
32
- import saveImage from '../../../common/mp-web/saveImage';
33
- import scan from '../../../common/mp-web/scan';
34
- import setClipboard from '../../../common/mp-web/setClipboard';
35
- import setNavigationBar from '../../../common/mp-web/setNavigationBar';
36
- import setOptionMenu from '../../../common/mp-web/setOptionMenu';
37
- import setStorage from '../../../common/mp-web/setStorage';
38
- import showAuthGuide from '../../../common/mp-web/showAuthGuide';
39
- import showLoading from '../../../common/mp-web/showLoading';
40
- import showNavigationBarLoading from '../../../common/mp-web/showNavigationBarLoading';
41
- import showToast from '../../../common/mp-web/showToast';
42
- import tradePay from '../../../common/mp-web/tradePay';
43
- import vibrate from '../../../common/mp-web/vibrate';
44
- export { alert, chooseImage, clearStorage, confirm, crossPay, getAppIdSync, getAuthCode, getClipboard, getImageInfo, getLocation, getNetworkType, getPhoneNumber, getStorage, getSystemInfo, hideKeyboard, hideLoading, hideNavigationBarLoading, hideToast, makePhoneCall, multiLevelSelect, navigateBack, navigateBackMiniProgram, navigateTo, navigateToMiniProgram, previewImage, prompt, redirectTo, reLaunch, removeStorage, request, saveImage, scan, setClipboard, setNavigationBar, setOptionMenu, setStorage, showAuthGuide, showLoading, showNavigationBarLoading, showToast, tradePay, vibrate };
45
- export default {
46
- alert: alert,
47
- chooseImage: chooseImage,
48
- clearStorage: clearStorage,
49
- confirm: confirm,
50
- crossPay: crossPay,
51
- getAppIdSync: getAppIdSync,
52
- getAuthCode: getAuthCode,
53
- getClipboard: getClipboard,
54
- getImageInfo: getImageInfo,
55
- getLocation: getLocation,
56
- getNetworkType: getNetworkType,
57
- getPhoneNumber: getPhoneNumber,
58
- getStorage: getStorage,
59
- getSystemInfo: getSystemInfo,
60
- hideKeyboard: hideKeyboard,
61
- hideLoading: hideLoading,
62
- hideNavigationBarLoading: hideNavigationBarLoading,
63
- hideToast: hideToast,
64
- makePhoneCall: makePhoneCall,
65
- multiLevelSelect: multiLevelSelect,
66
- navigateBack: navigateBack,
67
- navigateBackMiniProgram: navigateBackMiniProgram,
68
- navigateTo: navigateTo,
69
- navigateToMiniProgram: navigateToMiniProgram,
70
- previewImage: previewImage,
71
- prompt: prompt,
72
- redirectTo: redirectTo,
73
- reLaunch: reLaunch,
74
- removeStorage: removeStorage,
75
- request: request,
76
- saveImage: saveImage,
77
- scan: scan,
78
- setClipboard: setClipboard,
79
- setNavigationBar: setNavigationBar,
80
- setOptionMenu: setOptionMenu,
81
- setStorage: setStorage,
82
- showAuthGuide: showAuthGuide,
83
- showLoading: showLoading,
84
- showNavigationBarLoading: showNavigationBarLoading,
85
- showToast: showToast,
86
- tradePay: tradePay,
87
- vibrate: vibrate
88
- };
@@ -1,3 +0,0 @@
1
- import { PickMPAttr } from '../../../types';
2
- declare const APRegionRPC: PickMPAttr<'APRegionRPC'>;
3
- export default APRegionRPC;
@@ -1,7 +0,0 @@
1
- import call from '../../../common/mp-web-call';
2
-
3
- var APRegionRPC = function APRegionRPC(options) {
4
- call('APRegionRPC', options);
5
- };
6
-
7
- export default APRegionRPC;
@@ -1,3 +0,0 @@
1
- import { PickMPAttr } from '../../../types';
2
- declare const addFatigueAction: PickMPAttr<'addFatigueAction'>;
3
- export default addFatigueAction;
@@ -1,7 +0,0 @@
1
- import call from '../../../common/mp-web-call';
2
-
3
- var addFatigueAction = function addFatigueAction(options) {
4
- call('addFatigueAction', options);
5
- };
6
-
7
- export default addFatigueAction;
@@ -1,3 +0,0 @@
1
- import { PickMPAttr } from '../../../types';
2
- declare const apDisableJSAPI: PickMPAttr<'apDisableJSAPI'>;
3
- export default apDisableJSAPI;