yach.open.jssdk 4.4.11-beta.2 → 4.4.11-beta.4

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 (622) hide show
  1. package/dist/yach_jssdk_4.4.11-beta.4.js +1 -0
  2. package/es/api/app/custom/talYoungFilesUpload.d.ts +38 -0
  3. package/es/api/app/custom/talYoungFilesUpload.js +16 -0
  4. package/es/api/biz/chat/chooseConversationByCorpId.d.ts +36 -0
  5. package/es/api/biz/chat/chooseConversationByCorpId.js +8 -0
  6. package/es/api/biz/chat/openSingleChat.d.ts +10 -0
  7. package/es/api/biz/chat/openSingleChat.js +8 -0
  8. package/es/api/biz/chat/openSquad.d.ts +8 -0
  9. package/es/api/biz/chat/openSquad.js +8 -0
  10. package/es/api/biz/chat/openTeamChat.d.ts +10 -0
  11. package/es/api/biz/chat/openTeamChat.js +8 -0
  12. package/es/api/biz/chat/pickConversation.d.ts +19 -0
  13. package/es/api/biz/chat/pickConversation.js +19 -0
  14. package/es/api/biz/chat/sendP2PMsg.d.ts +10 -0
  15. package/es/api/biz/chat/sendP2PMsg.js +8 -0
  16. package/es/api/biz/contact/complexPicker.d.ts +62 -0
  17. package/es/api/biz/contact/complexPicker.js +8 -0
  18. package/es/api/biz/contact/departmentsPicker.d.ts +35 -0
  19. package/es/api/biz/contact/departmentsPicker.js +8 -0
  20. package/es/api/biz/group/groupComplexPicker.d.ts +33 -0
  21. package/es/api/biz/group/groupComplexPicker.js +8 -0
  22. package/es/api/biz/map/multipointView.d.ts +21 -0
  23. package/es/api/biz/map/multipointView.js +19 -0
  24. package/es/api/biz/map/view.d.ts +13 -0
  25. package/es/api/biz/map/view.js +19 -0
  26. package/es/api/biz/navigation/close.d.ts +8 -0
  27. package/es/api/biz/navigation/close.js +9 -0
  28. package/es/api/biz/navigation/goBack.d.ts +7 -0
  29. package/es/api/biz/navigation/goBack.js +19 -0
  30. package/es/api/biz/navigation/quit.d.ts +8 -0
  31. package/es/api/biz/navigation/quit.js +15 -0
  32. package/es/api/biz/navigation/replace.d.ts +8 -0
  33. package/es/api/biz/navigation/replace.js +8 -0
  34. package/es/api/biz/navigation/setIcon.d.ts +12 -0
  35. package/es/api/biz/navigation/setIcon.js +27 -0
  36. package/es/api/biz/navigation/setLeft.d.ts +9 -0
  37. package/es/api/biz/navigation/setLeft.js +31 -0
  38. package/es/api/biz/navigation/setMenu.d.ts +20 -0
  39. package/es/api/biz/navigation/setMenu.js +25 -0
  40. package/es/api/biz/navigation/setPanGestureEnable.d.ts +9 -0
  41. package/es/api/biz/navigation/setPanGestureEnable.js +26 -0
  42. package/es/api/biz/navigation/setRight.d.ts +13 -0
  43. package/es/api/biz/navigation/setRight.js +31 -0
  44. package/es/api/biz/navigation/setTitle.d.ts +11 -0
  45. package/es/api/biz/navigation/setTitle.js +8 -0
  46. package/es/api/biz/navigation/setTitleExpandIcon.d.ts +9 -0
  47. package/es/api/biz/navigation/setTitleExpandIcon.js +25 -0
  48. package/es/api/biz/navigation/setWindowBig.d.ts +9 -0
  49. package/es/api/biz/navigation/setWindowBig.js +16 -0
  50. package/es/api/biz/navigation/tencentMeeting.d.ts +23 -0
  51. package/es/api/biz/navigation/tencentMeeting.js +8 -0
  52. package/es/api/biz/navigation/tencentMeetingBegin.d.ts +7 -0
  53. package/es/api/biz/navigation/tencentMeetingBegin.js +8 -0
  54. package/es/api/biz/navigation/updateExpandTitle.d.ts +8 -0
  55. package/es/api/biz/navigation/updateExpandTitle.js +8 -0
  56. package/es/api/biz/telephone/call.d.ts +9 -0
  57. package/es/api/biz/telephone/call.js +19 -0
  58. package/es/api/biz/telephone/showCallMenu.d.ts +12 -0
  59. package/es/api/biz/telephone/showCallMenu.js +19 -0
  60. package/es/api/biz/util/addAppToNav.d.ts +9 -0
  61. package/es/api/biz/util/addAppToNav.js +23 -0
  62. package/es/api/biz/util/assistantCreate.d.ts +11 -0
  63. package/es/api/biz/util/assistantCreate.js +23 -0
  64. package/es/api/biz/util/authFinish.d.ts +11 -0
  65. package/es/api/biz/util/authFinish.js +19 -0
  66. package/es/api/biz/util/authStart.d.ts +9 -0
  67. package/es/api/biz/util/authStart.js +19 -0
  68. package/es/api/biz/util/chosen.d.ts +15 -0
  69. package/es/api/biz/util/chosen.js +19 -0
  70. package/es/api/biz/util/clipboardFileUpload.d.ts +7 -0
  71. package/es/api/biz/util/clipboardFileUpload.js +8 -0
  72. package/es/api/biz/util/closeWindow.d.ts +8 -0
  73. package/es/api/biz/util/closeWindow.js +15 -0
  74. package/es/api/biz/util/complain.d.ts +12 -0
  75. package/es/api/biz/util/complain.js +8 -0
  76. package/es/api/biz/util/copy.d.ts +11 -0
  77. package/es/api/biz/util/copy.js +23 -0
  78. package/es/api/biz/util/createModifySchedule.d.ts +26 -0
  79. package/es/api/biz/util/createModifySchedule.js +15 -0
  80. package/es/api/biz/util/datepicker.d.ts +14 -0
  81. package/es/api/biz/util/datepicker.js +19 -0
  82. package/es/api/biz/util/datetimepicker.d.ts +14 -0
  83. package/es/api/biz/util/datetimepicker.js +19 -0
  84. package/es/api/biz/util/disableScreenCapture.d.ts +8 -0
  85. package/es/api/biz/util/disableScreenCapture.js +19 -0
  86. package/es/api/biz/util/downloadFile.d.ts +9 -0
  87. package/es/api/biz/util/downloadFile.js +8 -0
  88. package/es/api/biz/util/entergroupCheck.d.ts +11 -0
  89. package/es/api/biz/util/entergroupCheck.js +23 -0
  90. package/es/api/biz/util/externalLinkPreviewFile.d.ts +11 -0
  91. package/es/api/biz/util/externalLinkPreviewFile.js +8 -0
  92. package/es/api/biz/util/feedback.d.ts +11 -0
  93. package/es/api/biz/util/feedback.js +8 -0
  94. package/es/api/biz/util/focus.d.ts +7 -0
  95. package/es/api/biz/util/focus.js +23 -0
  96. package/es/api/biz/util/getConfig.d.ts +13 -0
  97. package/es/api/biz/util/getConfig.js +19 -0
  98. package/es/api/biz/util/getSingleWebviewData.d.ts +8 -0
  99. package/es/api/biz/util/getSingleWebviewData.js +8 -0
  100. package/es/api/biz/util/getTogetherConfig.d.ts +11 -0
  101. package/es/api/biz/util/getTogetherConfig.js +23 -0
  102. package/es/api/biz/util/getToken.d.ts +11 -0
  103. package/es/api/biz/util/getToken.js +19 -0
  104. package/es/api/biz/util/injectScript.d.ts +9 -0
  105. package/es/api/biz/util/injectScript.js +8 -0
  106. package/es/api/biz/util/invoice.d.ts +12 -0
  107. package/es/api/biz/util/invoice.js +15 -0
  108. package/es/api/biz/util/knowledgeBaseSelect.d.ts +21 -0
  109. package/es/api/biz/util/knowledgeBaseSelect.js +23 -0
  110. package/es/api/biz/util/knowledgeSelectParams.d.ts +14 -0
  111. package/es/api/biz/util/knowledgeSelectParams.js +19 -0
  112. package/es/api/biz/util/lorebaseRefreshNodeWebview.d.ts +11 -0
  113. package/es/api/biz/util/lorebaseRefreshNodeWebview.js +19 -0
  114. package/es/api/biz/util/lorebaseShowList.d.ts +11 -0
  115. package/es/api/biz/util/lorebaseShowList.js +19 -0
  116. package/es/api/biz/util/mediaFileUpload.d.ts +26 -0
  117. package/es/api/biz/util/mediaFileUpload.js +15 -0
  118. package/es/api/biz/util/mediaFileUploadV2.d.ts +26 -0
  119. package/es/api/biz/util/mediaFileUploadV2.js +15 -0
  120. package/es/api/biz/util/onlineDocmentOpenTeamChat.d.ts +10 -0
  121. package/es/api/biz/util/onlineDocmentOpenTeamChat.js +23 -0
  122. package/es/api/biz/util/open.d.ts +9 -0
  123. package/es/api/biz/util/open.js +8 -0
  124. package/es/api/biz/util/openAudioPlayer.d.ts +17 -0
  125. package/es/api/biz/util/openAudioPlayer.js +23 -0
  126. package/es/api/biz/util/openFutureGroup.d.ts +10 -0
  127. package/es/api/biz/util/openFutureGroup.js +23 -0
  128. package/es/api/biz/util/openLink.d.ts +8 -0
  129. package/es/api/biz/util/openLink.js +8 -0
  130. package/es/api/biz/util/openMediaFileDialog.d.ts +23 -0
  131. package/es/api/biz/util/openMediaFileDialog.js +15 -0
  132. package/es/api/biz/util/openMediaFileDialogV2.d.ts +23 -0
  133. package/es/api/biz/util/openMediaFileDialogV2.js +16 -0
  134. package/es/api/biz/util/openPublish.d.ts +22 -0
  135. package/es/api/biz/util/openPublish.js +15 -0
  136. package/es/api/biz/util/openSingleWebview.d.ts +23 -0
  137. package/es/api/biz/util/openSingleWebview.js +15 -0
  138. package/es/api/biz/util/openSlidePanel.d.ts +11 -0
  139. package/es/api/biz/util/openSlidePanel.js +15 -0
  140. package/es/api/biz/util/openTalYoungToTopic.d.ts +6 -0
  141. package/es/api/biz/util/openTalYoungToTopic.js +15 -0
  142. package/es/api/biz/util/openTogetherEyeWebview.d.ts +11 -0
  143. package/es/api/biz/util/openTogetherEyeWebview.js +23 -0
  144. package/es/api/biz/util/openUserSchedule.d.ts +11 -0
  145. package/es/api/biz/util/openUserSchedule.js +23 -0
  146. package/es/api/biz/util/openVideoPlayer.d.ts +28 -0
  147. package/es/api/biz/util/openVideoPlayer.js +23 -0
  148. package/es/api/biz/util/previewFile.d.ts +11 -0
  149. package/es/api/biz/util/previewFile.js +8 -0
  150. package/es/api/biz/util/previewImage.d.ts +9 -0
  151. package/es/api/biz/util/previewImage.js +8 -0
  152. package/es/api/biz/util/proxy.d.ts +13 -0
  153. package/es/api/biz/util/proxy.js +8 -0
  154. package/es/api/biz/util/pushWorkMsg.d.ts +10 -0
  155. package/es/api/biz/util/pushWorkMsg.js +15 -0
  156. package/es/api/biz/util/remind.d.ts +15 -0
  157. package/es/api/biz/util/remind.js +23 -0
  158. package/es/api/biz/util/resetSessionUnread.d.ts +8 -0
  159. package/es/api/biz/util/resetSessionUnread.js +21 -0
  160. package/es/api/biz/util/rouseApp.d.ts +12 -0
  161. package/es/api/biz/util/rouseApp.js +15 -0
  162. package/es/api/biz/util/savePic.d.ts +8 -0
  163. package/es/api/biz/util/savePic.js +19 -0
  164. package/es/api/biz/util/scan.d.ts +11 -0
  165. package/es/api/biz/util/scan.js +19 -0
  166. package/es/api/biz/util/screen.d.ts +15 -0
  167. package/es/api/biz/util/screen.js +15 -0
  168. package/es/api/biz/util/selectDepartment.d.ts +9 -0
  169. package/es/api/biz/util/selectDepartment.js +8 -0
  170. package/es/api/biz/util/share.d.ts +12 -0
  171. package/es/api/biz/util/share.js +19 -0
  172. package/es/api/biz/util/takePicture.d.ts +13 -0
  173. package/es/api/biz/util/takePicture.js +8 -0
  174. package/es/api/biz/util/topicEvent.d.ts +13 -0
  175. package/es/api/biz/util/topicEvent.js +27 -0
  176. package/es/api/biz/util/uploadAttachment.d.ts +61 -0
  177. package/es/api/biz/util/uploadAttachment.js +8 -0
  178. package/es/api/biz/util/weeklyRead.d.ts +5 -0
  179. package/es/api/biz/util/weeklyRead.js +23 -0
  180. package/es/api/biz/util/yachEvent.d.ts +12 -0
  181. package/es/api/biz/util/yachEvent.js +27 -0
  182. package/es/api/biz/util/zfbAuth.d.ts +10 -0
  183. package/es/api/biz/util/zfbAuth.js +19 -0
  184. package/es/api/biz/webViewMessage/send.d.ts +7 -0
  185. package/es/api/biz/webViewMessage/send.js +15 -0
  186. package/es/api/common.typings.d.ts +9 -0
  187. package/es/api/common.typings.js +0 -0
  188. package/es/api/device/audio/download.d.ts +8 -0
  189. package/es/api/device/audio/download.js +19 -0
  190. package/es/api/device/audio/onPlayEnd.d.ts +7 -0
  191. package/es/api/device/audio/onPlayEnd.js +19 -0
  192. package/es/api/device/audio/onRecordEnd.d.ts +7 -0
  193. package/es/api/device/audio/onRecordEnd.js +19 -0
  194. package/es/api/device/audio/onRecordEnd_v2.d.ts +7 -0
  195. package/es/api/device/audio/onRecordEnd_v2.js +19 -0
  196. package/es/api/device/audio/pause.d.ts +8 -0
  197. package/es/api/device/audio/pause.js +19 -0
  198. package/es/api/device/audio/play.d.ts +8 -0
  199. package/es/api/device/audio/play.js +19 -0
  200. package/es/api/device/audio/resume.d.ts +8 -0
  201. package/es/api/device/audio/resume.js +19 -0
  202. package/es/api/device/audio/startRecord.d.ts +8 -0
  203. package/es/api/device/audio/startRecord.js +19 -0
  204. package/es/api/device/audio/startRecord_v2.d.ts +8 -0
  205. package/es/api/device/audio/startRecord_v2.js +19 -0
  206. package/es/api/device/audio/stop.d.ts +8 -0
  207. package/es/api/device/audio/stop.js +19 -0
  208. package/es/api/device/audio/stopRecord.d.ts +7 -0
  209. package/es/api/device/audio/stopRecord.js +19 -0
  210. package/es/api/device/audio/stopRecord_v2.d.ts +7 -0
  211. package/es/api/device/audio/stopRecord_v2.js +19 -0
  212. package/es/api/device/base/checkStepPermission.d.ts +8 -0
  213. package/es/api/device/base/checkStepPermission.js +19 -0
  214. package/es/api/device/base/getPhoneInfo.d.ts +16 -0
  215. package/es/api/device/base/getPhoneInfo.js +19 -0
  216. package/es/api/device/base/getUUID.d.ts +10 -0
  217. package/es/api/device/base/getUUID.js +23 -0
  218. package/es/api/device/connection/getNetworkType.d.ts +10 -0
  219. package/es/api/device/connection/getNetworkType.js +19 -0
  220. package/es/api/device/connection/isAtTal.d.ts +10 -0
  221. package/es/api/device/connection/isAtTal.js +21 -0
  222. package/es/api/device/connection/startNetworkChangeWatch.d.ts +8 -0
  223. package/es/api/device/connection/startNetworkChangeWatch.js +23 -0
  224. package/es/api/device/geolocation/get.d.ts +42 -0
  225. package/es/api/device/geolocation/get.js +19 -0
  226. package/es/api/device/geolocation/getSwitch.d.ts +10 -0
  227. package/es/api/device/geolocation/getSwitch.js +15 -0
  228. package/es/api/device/notification/actionSheet.d.ts +21 -0
  229. package/es/api/device/notification/actionSheet.js +19 -0
  230. package/es/api/device/notification/alert.d.ts +13 -0
  231. package/es/api/device/notification/alert.js +23 -0
  232. package/es/api/device/notification/confirm.d.ts +16 -0
  233. package/es/api/device/notification/confirm.js +23 -0
  234. package/es/api/device/notification/hidePreloader.d.ts +12 -0
  235. package/es/api/device/notification/hidePreloader.js +32 -0
  236. package/es/api/device/notification/showPreloader.d.ts +18 -0
  237. package/es/api/device/notification/showPreloader.js +32 -0
  238. package/es/api/device/notification/toast.d.ts +15 -0
  239. package/es/api/device/notification/toast.js +8 -0
  240. package/es/api/device/notification/vibrate.d.ts +8 -0
  241. package/es/api/device/notification/vibrate.js +19 -0
  242. package/es/api/device/system/getLang.d.ts +10 -0
  243. package/es/api/device/system/getLang.js +8 -0
  244. package/es/api/device/system/setLight.d.ts +8 -0
  245. package/es/api/device/system/setLight.js +19 -0
  246. package/es/api/initAPI.d.ts +6 -0
  247. package/es/api/initAPI.js +22 -0
  248. package/es/api/primary/createTab.d.ts +13 -0
  249. package/es/api/primary/createTab.js +15 -0
  250. package/es/api/primary/exitFullScreen.d.ts +7 -0
  251. package/es/api/primary/exitFullScreen.js +15 -0
  252. package/es/api/primary/fullScreen.d.ts +7 -0
  253. package/es/api/primary/fullScreen.js +15 -0
  254. package/es/api/primary/updateTab.d.ts +9 -0
  255. package/es/api/primary/updateTab.js +15 -0
  256. package/es/api/primary/weeklyShare.d.ts +13 -0
  257. package/es/api/primary/weeklyShare.js +15 -0
  258. package/es/api/private/nativeEvent.d.ts +13 -0
  259. package/es/api/private/nativeEvent.js +26 -0
  260. package/es/api/runtime/permission/requestAuthCode.d.ts +12 -0
  261. package/es/api/runtime/permission/requestAuthCode.js +8 -0
  262. package/es/api/ui/pullToRefresh/disable.d.ts +7 -0
  263. package/es/api/ui/pullToRefresh/disable.js +19 -0
  264. package/es/api/ui/pullToRefresh/enable.d.ts +7 -0
  265. package/es/api/ui/pullToRefresh/enable.js +19 -0
  266. package/es/api/ui/pullToRefresh/stop.d.ts +7 -0
  267. package/es/api/ui/pullToRefresh/stop.js +19 -0
  268. package/es/api/ui/webViewBounce/disable.d.ts +7 -0
  269. package/es/api/ui/webViewBounce/disable.js +15 -0
  270. package/es/api/util/domainStorage/getItem.d.ts +12 -0
  271. package/es/api/util/domainStorage/getItem.js +19 -0
  272. package/es/api/util/domainStorage/removeItem.d.ts +9 -0
  273. package/es/api/util/domainStorage/removeItem.js +19 -0
  274. package/es/api/util/domainStorage/setItem.d.ts +11 -0
  275. package/es/api/util/domainStorage/setItem.js +19 -0
  276. package/es/api/util/tool/flushLog.d.ts +7 -0
  277. package/es/api/util/tool/flushLog.js +15 -0
  278. package/es/api/util/tool/log.d.ts +9 -0
  279. package/es/api/util/tool/log.js +15 -0
  280. package/es/index.d.ts +355 -0
  281. package/es/index.js +372 -0
  282. package/es/lib/bridge/index.d.ts +2 -0
  283. package/es/lib/bridge/index.js +2 -0
  284. package/es/lib/bridge/mobile.d.ts +13 -0
  285. package/es/lib/bridge/mobile.js +178 -0
  286. package/es/lib/bridge/pc.d.ts +4 -0
  287. package/es/lib/bridge/pc.js +86 -0
  288. package/es/lib/helper/apiHelper.d.ts +2 -0
  289. package/es/lib/helper/apiHelper.js +8 -0
  290. package/es/lib/helper/codeMap.d.ts +2 -0
  291. package/es/lib/helper/codeMap.js +6 -0
  292. package/es/lib/helper/event.d.ts +9 -0
  293. package/es/lib/helper/event.js +40 -0
  294. package/es/lib/helper/pcIframe.d.ts +27 -0
  295. package/es/lib/helper/pcIframe.js +174 -0
  296. package/es/lib/index.d.ts +4 -0
  297. package/es/lib/index.js +78 -0
  298. package/es/lib/sdk/index.d.ts +19 -0
  299. package/es/lib/sdk/index.js +169 -0
  300. package/es/lib/sdk/sdk.typings.d.ts +86 -0
  301. package/es/lib/sdk/sdk.typings.js +7 -0
  302. package/es/utils/bpitLog.d.ts +16 -0
  303. package/es/utils/bpitLog.js +62 -0
  304. package/es/utils/compareVersions.d.ts +58 -0
  305. package/es/utils/compareVersions.js +165 -0
  306. package/es/utils/console.d.ts +4 -0
  307. package/es/utils/console.js +44 -0
  308. package/es/utils/env.d.ts +3 -0
  309. package/es/utils/env.js +47 -0
  310. package/es/utils/index.d.ts +4 -0
  311. package/es/utils/index.js +20 -0
  312. package/libs/api/app/custom/talYoungFilesUpload.d.ts +38 -0
  313. package/libs/api/app/custom/talYoungFilesUpload.js +24 -0
  314. package/libs/api/biz/chat/chooseConversationByCorpId.d.ts +36 -0
  315. package/libs/api/biz/chat/chooseConversationByCorpId.js +15 -0
  316. package/libs/api/biz/chat/openSingleChat.d.ts +10 -0
  317. package/libs/api/biz/chat/openSingleChat.js +15 -0
  318. package/libs/api/biz/chat/openSquad.d.ts +8 -0
  319. package/libs/api/biz/chat/openSquad.js +15 -0
  320. package/libs/api/biz/chat/openTeamChat.d.ts +10 -0
  321. package/libs/api/biz/chat/openTeamChat.js +15 -0
  322. package/libs/api/biz/chat/pickConversation.d.ts +19 -0
  323. package/libs/api/biz/chat/pickConversation.js +26 -0
  324. package/libs/api/biz/chat/sendP2PMsg.d.ts +10 -0
  325. package/libs/api/biz/chat/sendP2PMsg.js +15 -0
  326. package/libs/api/biz/contact/complexPicker.d.ts +62 -0
  327. package/libs/api/biz/contact/complexPicker.js +15 -0
  328. package/libs/api/biz/contact/departmentsPicker.d.ts +35 -0
  329. package/libs/api/biz/contact/departmentsPicker.js +15 -0
  330. package/libs/api/biz/group/groupComplexPicker.d.ts +33 -0
  331. package/libs/api/biz/group/groupComplexPicker.js +15 -0
  332. package/libs/api/biz/map/multipointView.d.ts +21 -0
  333. package/libs/api/biz/map/multipointView.js +26 -0
  334. package/libs/api/biz/map/view.d.ts +13 -0
  335. package/libs/api/biz/map/view.js +26 -0
  336. package/libs/api/biz/navigation/close.d.ts +8 -0
  337. package/libs/api/biz/navigation/close.js +16 -0
  338. package/libs/api/biz/navigation/goBack.d.ts +7 -0
  339. package/libs/api/biz/navigation/goBack.js +26 -0
  340. package/libs/api/biz/navigation/quit.d.ts +8 -0
  341. package/libs/api/biz/navigation/quit.js +22 -0
  342. package/libs/api/biz/navigation/replace.d.ts +8 -0
  343. package/libs/api/biz/navigation/replace.js +15 -0
  344. package/libs/api/biz/navigation/setIcon.d.ts +12 -0
  345. package/libs/api/biz/navigation/setIcon.js +34 -0
  346. package/libs/api/biz/navigation/setLeft.d.ts +9 -0
  347. package/libs/api/biz/navigation/setLeft.js +38 -0
  348. package/libs/api/biz/navigation/setMenu.d.ts +20 -0
  349. package/libs/api/biz/navigation/setMenu.js +32 -0
  350. package/libs/api/biz/navigation/setPanGestureEnable.d.ts +9 -0
  351. package/libs/api/biz/navigation/setPanGestureEnable.js +33 -0
  352. package/libs/api/biz/navigation/setRight.d.ts +13 -0
  353. package/libs/api/biz/navigation/setRight.js +38 -0
  354. package/libs/api/biz/navigation/setTitle.d.ts +11 -0
  355. package/libs/api/biz/navigation/setTitle.js +15 -0
  356. package/libs/api/biz/navigation/setTitleExpandIcon.d.ts +9 -0
  357. package/libs/api/biz/navigation/setTitleExpandIcon.js +32 -0
  358. package/libs/api/biz/navigation/setWindowBig.d.ts +9 -0
  359. package/libs/api/biz/navigation/setWindowBig.js +24 -0
  360. package/libs/api/biz/navigation/tencentMeeting.d.ts +23 -0
  361. package/libs/api/biz/navigation/tencentMeeting.js +15 -0
  362. package/libs/api/biz/navigation/tencentMeetingBegin.d.ts +7 -0
  363. package/libs/api/biz/navigation/tencentMeetingBegin.js +15 -0
  364. package/libs/api/biz/navigation/updateExpandTitle.d.ts +8 -0
  365. package/libs/api/biz/navigation/updateExpandTitle.js +15 -0
  366. package/libs/api/biz/telephone/call.d.ts +9 -0
  367. package/libs/api/biz/telephone/call.js +26 -0
  368. package/libs/api/biz/telephone/showCallMenu.d.ts +12 -0
  369. package/libs/api/biz/telephone/showCallMenu.js +26 -0
  370. package/libs/api/biz/util/addAppToNav.d.ts +9 -0
  371. package/libs/api/biz/util/addAppToNav.js +30 -0
  372. package/libs/api/biz/util/assistantCreate.d.ts +11 -0
  373. package/libs/api/biz/util/assistantCreate.js +30 -0
  374. package/libs/api/biz/util/authFinish.d.ts +11 -0
  375. package/libs/api/biz/util/authFinish.js +26 -0
  376. package/libs/api/biz/util/authStart.d.ts +9 -0
  377. package/libs/api/biz/util/authStart.js +26 -0
  378. package/libs/api/biz/util/chosen.d.ts +15 -0
  379. package/libs/api/biz/util/chosen.js +26 -0
  380. package/libs/api/biz/util/clipboardFileUpload.d.ts +7 -0
  381. package/libs/api/biz/util/clipboardFileUpload.js +15 -0
  382. package/libs/api/biz/util/closeWindow.d.ts +8 -0
  383. package/libs/api/biz/util/closeWindow.js +22 -0
  384. package/libs/api/biz/util/complain.d.ts +12 -0
  385. package/libs/api/biz/util/complain.js +15 -0
  386. package/libs/api/biz/util/copy.d.ts +11 -0
  387. package/libs/api/biz/util/copy.js +30 -0
  388. package/libs/api/biz/util/createModifySchedule.d.ts +26 -0
  389. package/libs/api/biz/util/createModifySchedule.js +22 -0
  390. package/libs/api/biz/util/datepicker.d.ts +14 -0
  391. package/libs/api/biz/util/datepicker.js +26 -0
  392. package/libs/api/biz/util/datetimepicker.d.ts +14 -0
  393. package/libs/api/biz/util/datetimepicker.js +26 -0
  394. package/libs/api/biz/util/disableScreenCapture.d.ts +8 -0
  395. package/libs/api/biz/util/disableScreenCapture.js +26 -0
  396. package/libs/api/biz/util/downloadFile.d.ts +9 -0
  397. package/libs/api/biz/util/downloadFile.js +15 -0
  398. package/libs/api/biz/util/entergroupCheck.d.ts +11 -0
  399. package/libs/api/biz/util/entergroupCheck.js +30 -0
  400. package/libs/api/biz/util/externalLinkPreviewFile.d.ts +11 -0
  401. package/libs/api/biz/util/externalLinkPreviewFile.js +15 -0
  402. package/libs/api/biz/util/feedback.d.ts +11 -0
  403. package/libs/api/biz/util/feedback.js +15 -0
  404. package/libs/api/biz/util/focus.d.ts +7 -0
  405. package/libs/api/biz/util/focus.js +30 -0
  406. package/libs/api/biz/util/getConfig.d.ts +13 -0
  407. package/libs/api/biz/util/getConfig.js +26 -0
  408. package/libs/api/biz/util/getSingleWebviewData.d.ts +8 -0
  409. package/libs/api/biz/util/getSingleWebviewData.js +15 -0
  410. package/libs/api/biz/util/getTogetherConfig.d.ts +11 -0
  411. package/libs/api/biz/util/getTogetherConfig.js +30 -0
  412. package/libs/api/biz/util/getToken.d.ts +11 -0
  413. package/libs/api/biz/util/getToken.js +26 -0
  414. package/libs/api/biz/util/injectScript.d.ts +9 -0
  415. package/libs/api/biz/util/injectScript.js +15 -0
  416. package/libs/api/biz/util/invoice.d.ts +12 -0
  417. package/libs/api/biz/util/invoice.js +23 -0
  418. package/libs/api/biz/util/knowledgeBaseSelect.d.ts +21 -0
  419. package/libs/api/biz/util/knowledgeBaseSelect.js +30 -0
  420. package/libs/api/biz/util/knowledgeSelectParams.d.ts +14 -0
  421. package/libs/api/biz/util/knowledgeSelectParams.js +26 -0
  422. package/libs/api/biz/util/lorebaseRefreshNodeWebview.d.ts +11 -0
  423. package/libs/api/biz/util/lorebaseRefreshNodeWebview.js +26 -0
  424. package/libs/api/biz/util/lorebaseShowList.d.ts +11 -0
  425. package/libs/api/biz/util/lorebaseShowList.js +26 -0
  426. package/libs/api/biz/util/mediaFileUpload.d.ts +26 -0
  427. package/libs/api/biz/util/mediaFileUpload.js +23 -0
  428. package/libs/api/biz/util/mediaFileUploadV2.d.ts +26 -0
  429. package/libs/api/biz/util/mediaFileUploadV2.js +23 -0
  430. package/libs/api/biz/util/onlineDocmentOpenTeamChat.d.ts +10 -0
  431. package/libs/api/biz/util/onlineDocmentOpenTeamChat.js +30 -0
  432. package/libs/api/biz/util/open.d.ts +9 -0
  433. package/libs/api/biz/util/open.js +15 -0
  434. package/libs/api/biz/util/openAudioPlayer.d.ts +17 -0
  435. package/libs/api/biz/util/openAudioPlayer.js +30 -0
  436. package/libs/api/biz/util/openFutureGroup.d.ts +10 -0
  437. package/libs/api/biz/util/openFutureGroup.js +30 -0
  438. package/libs/api/biz/util/openLink.d.ts +8 -0
  439. package/libs/api/biz/util/openLink.js +15 -0
  440. package/libs/api/biz/util/openMediaFileDialog.d.ts +23 -0
  441. package/libs/api/biz/util/openMediaFileDialog.js +23 -0
  442. package/libs/api/biz/util/openMediaFileDialogV2.d.ts +23 -0
  443. package/libs/api/biz/util/openMediaFileDialogV2.js +24 -0
  444. package/libs/api/biz/util/openPublish.d.ts +22 -0
  445. package/libs/api/biz/util/openPublish.js +22 -0
  446. package/libs/api/biz/util/openSingleWebview.d.ts +23 -0
  447. package/libs/api/biz/util/openSingleWebview.js +22 -0
  448. package/libs/api/biz/util/openSlidePanel.d.ts +11 -0
  449. package/libs/api/biz/util/openSlidePanel.js +22 -0
  450. package/libs/api/biz/util/openTalYoungToTopic.d.ts +6 -0
  451. package/libs/api/biz/util/openTalYoungToTopic.js +23 -0
  452. package/libs/api/biz/util/openTogetherEyeWebview.d.ts +11 -0
  453. package/libs/api/biz/util/openTogetherEyeWebview.js +30 -0
  454. package/libs/api/biz/util/openUserSchedule.d.ts +11 -0
  455. package/libs/api/biz/util/openUserSchedule.js +30 -0
  456. package/libs/api/biz/util/openVideoPlayer.d.ts +28 -0
  457. package/libs/api/biz/util/openVideoPlayer.js +30 -0
  458. package/libs/api/biz/util/previewFile.d.ts +11 -0
  459. package/libs/api/biz/util/previewFile.js +15 -0
  460. package/libs/api/biz/util/previewImage.d.ts +9 -0
  461. package/libs/api/biz/util/previewImage.js +15 -0
  462. package/libs/api/biz/util/proxy.d.ts +13 -0
  463. package/libs/api/biz/util/proxy.js +15 -0
  464. package/libs/api/biz/util/pushWorkMsg.d.ts +10 -0
  465. package/libs/api/biz/util/pushWorkMsg.js +23 -0
  466. package/libs/api/biz/util/remind.d.ts +15 -0
  467. package/libs/api/biz/util/remind.js +30 -0
  468. package/libs/api/biz/util/resetSessionUnread.d.ts +8 -0
  469. package/libs/api/biz/util/resetSessionUnread.js +28 -0
  470. package/libs/api/biz/util/rouseApp.d.ts +12 -0
  471. package/libs/api/biz/util/rouseApp.js +23 -0
  472. package/libs/api/biz/util/savePic.d.ts +8 -0
  473. package/libs/api/biz/util/savePic.js +26 -0
  474. package/libs/api/biz/util/scan.d.ts +11 -0
  475. package/libs/api/biz/util/scan.js +26 -0
  476. package/libs/api/biz/util/screen.d.ts +15 -0
  477. package/libs/api/biz/util/screen.js +22 -0
  478. package/libs/api/biz/util/selectDepartment.d.ts +9 -0
  479. package/libs/api/biz/util/selectDepartment.js +15 -0
  480. package/libs/api/biz/util/share.d.ts +12 -0
  481. package/libs/api/biz/util/share.js +26 -0
  482. package/libs/api/biz/util/takePicture.d.ts +13 -0
  483. package/libs/api/biz/util/takePicture.js +15 -0
  484. package/libs/api/biz/util/topicEvent.d.ts +13 -0
  485. package/libs/api/biz/util/topicEvent.js +34 -0
  486. package/libs/api/biz/util/uploadAttachment.d.ts +61 -0
  487. package/libs/api/biz/util/uploadAttachment.js +15 -0
  488. package/libs/api/biz/util/weeklyRead.d.ts +5 -0
  489. package/libs/api/biz/util/weeklyRead.js +30 -0
  490. package/libs/api/biz/util/yachEvent.d.ts +12 -0
  491. package/libs/api/biz/util/yachEvent.js +34 -0
  492. package/libs/api/biz/util/zfbAuth.d.ts +10 -0
  493. package/libs/api/biz/util/zfbAuth.js +26 -0
  494. package/libs/api/biz/webViewMessage/send.d.ts +7 -0
  495. package/libs/api/biz/webViewMessage/send.js +22 -0
  496. package/libs/api/common.typings.d.ts +9 -0
  497. package/libs/api/common.typings.js +1 -0
  498. package/libs/api/device/audio/download.d.ts +8 -0
  499. package/libs/api/device/audio/download.js +26 -0
  500. package/libs/api/device/audio/onPlayEnd.d.ts +7 -0
  501. package/libs/api/device/audio/onPlayEnd.js +26 -0
  502. package/libs/api/device/audio/onRecordEnd.d.ts +7 -0
  503. package/libs/api/device/audio/onRecordEnd.js +26 -0
  504. package/libs/api/device/audio/onRecordEnd_v2.d.ts +7 -0
  505. package/libs/api/device/audio/onRecordEnd_v2.js +26 -0
  506. package/libs/api/device/audio/pause.d.ts +8 -0
  507. package/libs/api/device/audio/pause.js +26 -0
  508. package/libs/api/device/audio/play.d.ts +8 -0
  509. package/libs/api/device/audio/play.js +26 -0
  510. package/libs/api/device/audio/resume.d.ts +8 -0
  511. package/libs/api/device/audio/resume.js +26 -0
  512. package/libs/api/device/audio/startRecord.d.ts +8 -0
  513. package/libs/api/device/audio/startRecord.js +26 -0
  514. package/libs/api/device/audio/startRecord_v2.d.ts +8 -0
  515. package/libs/api/device/audio/startRecord_v2.js +26 -0
  516. package/libs/api/device/audio/stop.d.ts +8 -0
  517. package/libs/api/device/audio/stop.js +26 -0
  518. package/libs/api/device/audio/stopRecord.d.ts +7 -0
  519. package/libs/api/device/audio/stopRecord.js +26 -0
  520. package/libs/api/device/audio/stopRecord_v2.d.ts +7 -0
  521. package/libs/api/device/audio/stopRecord_v2.js +26 -0
  522. package/libs/api/device/base/checkStepPermission.d.ts +8 -0
  523. package/libs/api/device/base/checkStepPermission.js +26 -0
  524. package/libs/api/device/base/getPhoneInfo.d.ts +16 -0
  525. package/libs/api/device/base/getPhoneInfo.js +26 -0
  526. package/libs/api/device/base/getUUID.d.ts +10 -0
  527. package/libs/api/device/base/getUUID.js +30 -0
  528. package/libs/api/device/connection/getNetworkType.d.ts +10 -0
  529. package/libs/api/device/connection/getNetworkType.js +26 -0
  530. package/libs/api/device/connection/isAtTal.d.ts +10 -0
  531. package/libs/api/device/connection/isAtTal.js +28 -0
  532. package/libs/api/device/connection/startNetworkChangeWatch.d.ts +8 -0
  533. package/libs/api/device/connection/startNetworkChangeWatch.js +30 -0
  534. package/libs/api/device/geolocation/get.d.ts +42 -0
  535. package/libs/api/device/geolocation/get.js +26 -0
  536. package/libs/api/device/geolocation/getSwitch.d.ts +10 -0
  537. package/libs/api/device/geolocation/getSwitch.js +22 -0
  538. package/libs/api/device/notification/actionSheet.d.ts +21 -0
  539. package/libs/api/device/notification/actionSheet.js +26 -0
  540. package/libs/api/device/notification/alert.d.ts +13 -0
  541. package/libs/api/device/notification/alert.js +30 -0
  542. package/libs/api/device/notification/confirm.d.ts +16 -0
  543. package/libs/api/device/notification/confirm.js +30 -0
  544. package/libs/api/device/notification/hidePreloader.d.ts +12 -0
  545. package/libs/api/device/notification/hidePreloader.js +40 -0
  546. package/libs/api/device/notification/showPreloader.d.ts +18 -0
  547. package/libs/api/device/notification/showPreloader.js +40 -0
  548. package/libs/api/device/notification/toast.d.ts +15 -0
  549. package/libs/api/device/notification/toast.js +15 -0
  550. package/libs/api/device/notification/vibrate.d.ts +8 -0
  551. package/libs/api/device/notification/vibrate.js +26 -0
  552. package/libs/api/device/system/getLang.d.ts +10 -0
  553. package/libs/api/device/system/getLang.js +15 -0
  554. package/libs/api/device/system/setLight.d.ts +8 -0
  555. package/libs/api/device/system/setLight.js +26 -0
  556. package/libs/api/initAPI.d.ts +6 -0
  557. package/libs/api/initAPI.js +29 -0
  558. package/libs/api/primary/createTab.d.ts +13 -0
  559. package/libs/api/primary/createTab.js +22 -0
  560. package/libs/api/primary/exitFullScreen.d.ts +7 -0
  561. package/libs/api/primary/exitFullScreen.js +22 -0
  562. package/libs/api/primary/fullScreen.d.ts +7 -0
  563. package/libs/api/primary/fullScreen.js +22 -0
  564. package/libs/api/primary/updateTab.d.ts +9 -0
  565. package/libs/api/primary/updateTab.js +22 -0
  566. package/libs/api/primary/weeklyShare.d.ts +13 -0
  567. package/libs/api/primary/weeklyShare.js +22 -0
  568. package/libs/api/private/nativeEvent.d.ts +13 -0
  569. package/libs/api/private/nativeEvent.js +33 -0
  570. package/libs/api/runtime/permission/requestAuthCode.d.ts +12 -0
  571. package/libs/api/runtime/permission/requestAuthCode.js +15 -0
  572. package/libs/api/ui/pullToRefresh/disable.d.ts +7 -0
  573. package/libs/api/ui/pullToRefresh/disable.js +26 -0
  574. package/libs/api/ui/pullToRefresh/enable.d.ts +7 -0
  575. package/libs/api/ui/pullToRefresh/enable.js +26 -0
  576. package/libs/api/ui/pullToRefresh/stop.d.ts +7 -0
  577. package/libs/api/ui/pullToRefresh/stop.js +26 -0
  578. package/libs/api/ui/webViewBounce/disable.d.ts +7 -0
  579. package/libs/api/ui/webViewBounce/disable.js +22 -0
  580. package/libs/api/util/domainStorage/getItem.d.ts +12 -0
  581. package/libs/api/util/domainStorage/getItem.js +26 -0
  582. package/libs/api/util/domainStorage/removeItem.d.ts +9 -0
  583. package/libs/api/util/domainStorage/removeItem.js +26 -0
  584. package/libs/api/util/domainStorage/setItem.d.ts +11 -0
  585. package/libs/api/util/domainStorage/setItem.js +26 -0
  586. package/libs/api/util/tool/flushLog.d.ts +7 -0
  587. package/libs/api/util/tool/flushLog.js +22 -0
  588. package/libs/api/util/tool/log.d.ts +9 -0
  589. package/libs/api/util/tool/log.js +22 -0
  590. package/libs/index.d.ts +355 -0
  591. package/libs/index.js +1232 -0
  592. package/libs/lib/bridge/index.d.ts +2 -0
  593. package/libs/lib/bridge/index.js +32 -0
  594. package/libs/lib/bridge/mobile.d.ts +13 -0
  595. package/libs/lib/bridge/mobile.js +185 -0
  596. package/libs/lib/bridge/pc.d.ts +4 -0
  597. package/libs/lib/bridge/pc.js +93 -0
  598. package/libs/lib/helper/apiHelper.d.ts +2 -0
  599. package/libs/lib/helper/apiHelper.js +15 -0
  600. package/libs/lib/helper/codeMap.d.ts +2 -0
  601. package/libs/lib/helper/codeMap.js +13 -0
  602. package/libs/lib/helper/event.d.ts +9 -0
  603. package/libs/lib/helper/event.js +48 -0
  604. package/libs/lib/helper/pcIframe.d.ts +27 -0
  605. package/libs/lib/helper/pcIframe.js +182 -0
  606. package/libs/lib/index.d.ts +4 -0
  607. package/libs/lib/index.js +86 -0
  608. package/libs/lib/sdk/index.d.ts +19 -0
  609. package/libs/lib/sdk/index.js +177 -0
  610. package/libs/lib/sdk/sdk.typings.d.ts +86 -0
  611. package/libs/lib/sdk/sdk.typings.js +14 -0
  612. package/libs/utils/bpitLog.d.ts +16 -0
  613. package/libs/utils/bpitLog.js +69 -0
  614. package/libs/utils/compareVersions.d.ts +58 -0
  615. package/libs/utils/compareVersions.js +173 -0
  616. package/libs/utils/console.d.ts +4 -0
  617. package/libs/utils/console.js +53 -0
  618. package/libs/utils/env.d.ts +3 -0
  619. package/libs/utils/env.js +53 -0
  620. package/libs/utils/index.d.ts +4 -0
  621. package/libs/utils/index.js +51 -0
  622. package/package.json +1 -1
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ var _Object$defineProperty = require("@babel/runtime-corejs3/core-js/object/define-property");
4
+ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
5
+ _Object$defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.flushLog = flushLog;
9
+ var _initAPI = _interopRequireDefault(require("../../initAPI"));
10
+ var apiName = 'util.tool.flushLog';
11
+ var pc = {
12
+ vs: '1.7.0'
13
+ };
14
+ var platform = {
15
+ pc: pc
16
+ };
17
+ function flushLog(params) {
18
+ (0, _initAPI["default"])(apiName, {
19
+ params: params,
20
+ platform: platform
21
+ });
22
+ }
@@ -0,0 +1,9 @@
1
+ import { IError } from '../../common.typings';
2
+ export interface IUtilToolLogParams {
3
+ module: string;
4
+ logStr: string;
5
+ onSuccess?: () => void;
6
+ onFail?: (err: IError) => void;
7
+ }
8
+ declare function writeLog(params: IUtilToolLogParams): void;
9
+ export { writeLog };
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ var _Object$defineProperty = require("@babel/runtime-corejs3/core-js/object/define-property");
4
+ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
5
+ _Object$defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.writeLog = writeLog;
9
+ var _initAPI = _interopRequireDefault(require("../../initAPI"));
10
+ var apiName = 'util.tool.writeLog';
11
+ var pc = {
12
+ vs: '1.7.0'
13
+ };
14
+ var platform = {
15
+ pc: pc
16
+ };
17
+ function writeLog(params) {
18
+ (0, _initAPI["default"])(apiName, {
19
+ params: params,
20
+ platform: platform
21
+ });
22
+ }
@@ -0,0 +1,355 @@
1
+ /**util*/
2
+ import { openMediaFileDialogV2 } from './api/biz/util/openMediaFileDialogV2';
3
+ import { mediaFileUploadV2 } from './api/biz/util/mediaFileUploadV2';
4
+ import { openLink } from './api/biz/util/openLink';
5
+ import { feedback } from './api/biz/util/feedback';
6
+ import { open } from './api/biz/util/open';
7
+ import { openSlidePanel } from './api/biz/util/openSlidePanel';
8
+ import { share } from './api/biz/util/share';
9
+ import { previewFile } from './api/biz/util/previewFile';
10
+ import { previewImage } from './api/biz/util/previewImage';
11
+ import { downloadFile } from './api/biz/util/downloadFile';
12
+ import { uploadAttachment } from './api/biz/util/uploadAttachment';
13
+ import { clipboardFileUpload } from './api/biz/util/clipboardFileUpload';
14
+ import { proxy } from './api/biz/util/proxy';
15
+ import { datepicker } from './api/biz/util/datepicker';
16
+ import { datetimepicker } from './api/biz/util/datetimepicker';
17
+ import { scan } from './api/biz/util/scan';
18
+ import { view as mapView } from './api/biz/map/view';
19
+ import { multipointView } from './api/biz/map/multipointView';
20
+ import { chosen } from './api/biz/util/chosen';
21
+ import { openSingleWebview } from './api/biz/util/openSingleWebview';
22
+ import { getSingleWebviewData } from './api/biz/util/getSingleWebviewData';
23
+ import { injectScript } from './api/biz/util/injectScript';
24
+ import { closeWindow } from './api/biz/util/closeWindow';
25
+ import { remind } from './api/biz/util/remind';
26
+ import { takePicture } from './api/biz/util/takePicture';
27
+ import { openAudioPlayer } from './api/biz/util/openAudioPlayer';
28
+ import { openVideoPlayer } from './api/biz/util/openVideoPlayer';
29
+ import { openMediaFileDialog } from './api/biz/util/openMediaFileDialog';
30
+ import { mediaFileUpload } from './api/biz/util/mediaFileUpload';
31
+ import { invoice } from './api/biz/util/invoice';
32
+ import { pushWorkMsg } from './api/biz/util/pushWorkMsg';
33
+ import { openTalYoungToTopic } from './api/biz/util/openTalYoungToTopic';
34
+ import { getToken } from './api/biz/util/getToken';
35
+ import { authStart } from './api/biz/util/authStart';
36
+ import { authFinish } from './api/biz/util/authFinish';
37
+ import { assistantCreate } from './api/biz/util/assistantCreate';
38
+ import { yachEvent } from './api/biz/util/yachEvent';
39
+ import { topicEvent } from './api/biz/util/topicEvent';
40
+ import { openTogetherEyeWebview } from './api/biz/util/openTogetherEyeWebview';
41
+ import { getTogetherConfig } from './api/biz/util/getTogetherConfig';
42
+ import { rouseApp } from './api/biz/util/rouseApp';
43
+ import { externalLinkPreviewFile } from './api/biz/util/externalLinkPreviewFile';
44
+ import { zfbAuth } from './api/biz/util/zfbAuth';
45
+ import { savePic } from './api/biz/util/savePic';
46
+ import { complain } from './api/biz/util/complain';
47
+ import { selectDepartment } from './api/biz/util/selectDepartment';
48
+ import { createModifySchedule } from './api/biz/util/createModifySchedule';
49
+ import { openUserSchedule } from './api/biz/util/openUserSchedule';
50
+ import { onlineDocmentOpenTeamChat } from './api/biz/util/onlineDocmentOpenTeamChat';
51
+ import { entergroupCheck } from './api/biz/util/entergroupCheck';
52
+ import { resetSessionUnread } from './api/biz/util/resetSessionUnread';
53
+ import { weeklyRead } from './api/biz/util/weeklyRead';
54
+ import { disableScreenCapture } from './api/biz/util/disableScreenCapture';
55
+ import { openFutureGroup } from './api/biz/util/openFutureGroup';
56
+ import { knowledgeBaseSelect } from './api/biz/util/knowledgeBaseSelect';
57
+ import { knowledgeSelectParams } from './api/biz/util/knowledgeSelectParams';
58
+ import { lorebaseShowList } from './api/biz/util/lorebaseShowList';
59
+ import { lorebaseRefreshNodeWebview } from './api/biz/util/lorebaseRefreshNodeWebview';
60
+ import { copy } from './api/biz/util/copy';
61
+ import { openPublish } from './api/biz/util/openPublish';
62
+ import { getConfig } from './api/biz/util/getConfig';
63
+ import { focus } from './api/biz/util/focus';
64
+ /**navigation*/
65
+ import { setIcon } from './api/biz/navigation/setIcon';
66
+ import { setTitle } from './api/biz/navigation/setTitle';
67
+ import { setMenu } from './api/biz/navigation/setMenu';
68
+ import { close } from './api/biz/navigation/close';
69
+ import { replace as replacePage } from './api/biz/navigation/replace';
70
+ import { quit } from './api/biz/navigation/quit';
71
+ import { setRight } from './api/biz/navigation/setRight';
72
+ import { setTitleExpandIcon } from './api/biz/navigation/setTitleExpandIcon';
73
+ import { updateExpandTitle } from './api/biz/navigation/updateExpandTitle';
74
+ import { setLeft } from './api/biz/navigation/setLeft';
75
+ import { goBack } from './api/biz/navigation/goBack';
76
+ import { setWindowBig } from './api/biz/navigation/setWindowBig';
77
+ import { tencentMeeting } from './api/biz/navigation/tencentMeeting';
78
+ import { tencentMeetingBegin } from './api/biz/navigation/tencentMeetingBegin';
79
+ import { setPanGestureEnable } from './api/biz/navigation/setPanGestureEnable';
80
+ /**contact*/
81
+ import { complexPicker } from './api/biz/contact/complexPicker';
82
+ import { departmentsPicker } from './api/biz/contact/departmentsPicker';
83
+ /** group*/
84
+ import { groupComplexPicker } from './api/biz/group/groupComplexPicker';
85
+ /** chat*/
86
+ import { chooseConversationByCorpId } from './api/biz/chat/chooseConversationByCorpId';
87
+ import { pickConversation } from './api/biz/chat/pickConversation';
88
+ import { openSingleChat } from './api/biz/chat/openSingleChat';
89
+ import { openTeamChat } from './api/biz/chat/openTeamChat';
90
+ import { openSquad } from './api/biz/chat/openSquad';
91
+ import { sendP2PMsg } from './api/biz/chat/sendP2PMsg';
92
+ import { createTab } from './api/primary/createTab';
93
+ import { updateTab } from './api/primary/updateTab';
94
+ import { weeklyShare } from './api/primary/weeklyShare';
95
+ import { fullScreen } from './api/primary/fullScreen';
96
+ import { exitFullScreen } from './api/primary/exitFullScreen';
97
+ import { requestAuthCode } from './api/runtime/permission/requestAuthCode';
98
+ /** device */
99
+ import { showPreloader, showCustomOverlayContent } from './api/device/notification/showPreloader';
100
+ import { hidePreloader, hideCustomOverlayContent } from './api/device/notification/hidePreloader';
101
+ import { vibrate } from './api/device/notification/vibrate';
102
+ import { toast } from './api/device/notification/toast';
103
+ import { actionSheet } from './api/device/notification/actionSheet';
104
+ import { getPhoneInfo } from './api/device/base/getPhoneInfo';
105
+ import { alert } from './api/device/notification/alert';
106
+ import { confirm } from './api/device/notification/confirm';
107
+ import { get as getGeolocation } from './api/device/geolocation/get';
108
+ import { getSwitch as getGeolocationSwitch } from './api/device/geolocation/getSwitch';
109
+ import { getLang } from './api/device/system/getLang';
110
+ import { startRecord } from './api/device/audio/startRecord';
111
+ import { stopRecord } from './api/device/audio/stopRecord';
112
+ import { onRecordEnd } from './api/device/audio/onRecordEnd';
113
+ import { download as downloadAudio } from './api/device/audio/download';
114
+ import { play as playAudio } from './api/device/audio/play';
115
+ import { pause as pauseAudio } from './api/device/audio/pause';
116
+ import { stop as stopAudio } from './api/device/audio/stop';
117
+ import { onPlayEnd } from './api/device/audio/onPlayEnd';
118
+ import { resume as resumeAudio } from './api/device/audio/resume';
119
+ import { getNetworkType } from './api/device/connection/getNetworkType';
120
+ import { isAtTal } from './api/device/connection/isAtTal';
121
+ import { startNetworkChangeWatch } from './api/device/connection/startNetworkChangeWatch';
122
+ import { getUUID } from './api/device/base/getUUID';
123
+ import { checkStepPermission } from './api/device/base/checkStepPermission';
124
+ import { onRecordEnd_v2 } from './api/device/audio/onRecordEnd_v2';
125
+ import { startRecord_v2 } from './api/device/audio/startRecord_v2';
126
+ import { stopRecord_v2 } from './api/device/audio/stopRecord_v2';
127
+ import { setLight } from './api/device/system/setLight';
128
+ /** telephone */
129
+ import { showCallMenu } from './api/biz/telephone/showCallMenu';
130
+ import { call } from './api/biz/telephone/call';
131
+ /** ui */
132
+ import { disable as webViewBounceDisable } from './api/ui/webViewBounce/disable';
133
+ import { enable as pullToRefreshEnable } from './api/ui/pullToRefresh/enable';
134
+ import { stop as pullToRefreshStop } from './api/ui/pullToRefresh/stop';
135
+ import { disable as pullToRefreshDisable } from './api/ui/pullToRefresh/disable';
136
+ import { getItem } from './api/util/domainStorage/getItem';
137
+ import { setItem } from './api/util/domainStorage/setItem';
138
+ import { removeItem } from './api/util/domainStorage/removeItem';
139
+ import { writeLog } from './api/util/tool/log';
140
+ import { flushLog } from './api/util/tool/flushLog';
141
+ import { nativeEvent } from './api/private/nativeEvent';
142
+ import { capturePage } from './api/biz/util/screen';
143
+ import { send as webViewMessageSend } from './api/biz/webViewMessage/send';
144
+ import { talYoungFilesUpload } from './api/app/custom/talYoungFilesUpload';
145
+ import { addAppToNav } from './api/biz/util/addAppToNav';
146
+ declare const version: string, sdkVersion: string, env: import("./lib/sdk/sdk.typings").IENV, platform: import("./lib/sdk/sdk.typings").ENV_ENUM, platformV2: import("./lib/sdk/sdk.typings").PlatformV2Props, config: (configParams: import("./lib/sdk/sdk.typings").IConfigParams) => void, ready: (readyCallback: () => void) => void, error: (callback: (err: any) => void) => void, on: (methodName: string, listener: (e: any) => void) => void, off: (methodName: string, listener: (e: any) => void) => void;
147
+ export { version, sdkVersion, env, platform, platformV2, config, ready, error, on, off, openLink, feedback, open, openSlidePanel, share, previewFile, previewImage, downloadFile, uploadAttachment, clipboardFileUpload, proxy, datepicker, scan, chosen, openSingleWebview, getSingleWebviewData, injectScript, closeWindow, showCallMenu, call, setIcon, setTitle, setMenu, close, replacePage, quit, setRight, setTitleExpandIcon, updateExpandTitle, setLeft, goBack, complexPicker, departmentsPicker, groupComplexPicker, chooseConversationByCorpId, pickConversation, openSingleChat, openTeamChat, openSquad, sendP2PMsg, mapView, multipointView, requestAuthCode, createTab, updateTab, weeklyShare, fullScreen, exitFullScreen, showPreloader, showCustomOverlayContent, hidePreloader, hideCustomOverlayContent, vibrate, toast, alert, confirm, getPhoneInfo, getUUID, checkStepPermission, getGeolocation, getGeolocationSwitch, getLang, startRecord, stopRecord, onRecordEnd, downloadAudio, playAudio, pauseAudio, stopAudio, onPlayEnd, resumeAudio, getNetworkType, isAtTal, startNetworkChangeWatch, webViewBounceDisable, pullToRefreshEnable, pullToRefreshStop, pullToRefreshDisable, getItem, setItem, removeItem, writeLog, flushLog, remind, takePicture, datetimepicker, actionSheet, webViewMessageSend, talYoungFilesUpload, openAudioPlayer, openVideoPlayer, openMediaFileDialog, openMediaFileDialogV2, mediaFileUpload, mediaFileUploadV2, invoice, pushWorkMsg, openTalYoungToTopic, getToken, authStart, authFinish, assistantCreate, yachEvent, topicEvent, openTogetherEyeWebview, getTogetherConfig, rouseApp, externalLinkPreviewFile, savePic, zfbAuth, complain, onRecordEnd_v2, startRecord_v2, stopRecord_v2, selectDepartment, setWindowBig, tencentMeeting, tencentMeetingBegin, createModifySchedule, onlineDocmentOpenTeamChat, entergroupCheck, resetSessionUnread, weeklyRead, openFutureGroup, knowledgeBaseSelect, knowledgeSelectParams, lorebaseShowList, lorebaseRefreshNodeWebview, openPublish, setLight, openUserSchedule, disableScreenCapture, setPanGestureEnable, addAppToNav, copy, capturePage, getConfig, focus, nativeEvent, };
148
+ declare const _default: {
149
+ version: string;
150
+ sdkVersion: string;
151
+ env: import("./lib/sdk/sdk.typings").IENV;
152
+ platform: import("./lib/sdk/sdk.typings").ENV_ENUM;
153
+ platformV2: import("./lib/sdk/sdk.typings").PlatformV2Props;
154
+ config: (configParams: import("./lib/sdk/sdk.typings").IConfigParams) => void;
155
+ ready: (readyCallback: () => void) => void;
156
+ error: (callback: (err: any) => void) => void;
157
+ on: (methodName: string, listener: (e: any) => void) => void;
158
+ off: (methodName: string, listener: (e: any) => void) => void;
159
+ biz: {
160
+ util: {
161
+ openLink: typeof openLink;
162
+ feedback: typeof feedback;
163
+ focus: typeof focus;
164
+ open: typeof open;
165
+ openSlidePanel: typeof openSlidePanel;
166
+ share: typeof share;
167
+ previewFile: typeof previewFile;
168
+ previewImage: typeof previewImage;
169
+ downloadFile: typeof downloadFile;
170
+ uploadAttachment: typeof uploadAttachment;
171
+ clipboardFileUpload: typeof clipboardFileUpload;
172
+ proxy: typeof proxy;
173
+ datepicker: typeof datepicker;
174
+ datetimepicker: typeof datetimepicker;
175
+ scan: typeof scan;
176
+ chosen: typeof chosen;
177
+ openSingleWebview: typeof openSingleWebview;
178
+ getSingleWebviewData: typeof getSingleWebviewData;
179
+ injectScript: typeof injectScript;
180
+ onlineDocmentOpenTeamChat: typeof onlineDocmentOpenTeamChat;
181
+ entergroupCheck: typeof entergroupCheck;
182
+ resetSessionUnread: typeof resetSessionUnread;
183
+ weeklyRead: typeof weeklyRead;
184
+ openFutureGroup: typeof openFutureGroup;
185
+ closeWindow: typeof closeWindow;
186
+ remind: typeof remind;
187
+ takePicture: typeof takePicture;
188
+ openAudioPlayer: typeof openAudioPlayer;
189
+ openVideoPlayer: typeof openVideoPlayer;
190
+ openMediaFileDialog: typeof openMediaFileDialog;
191
+ openMediaFileDialogV2: typeof openMediaFileDialogV2;
192
+ mediaFileUpload: typeof mediaFileUpload;
193
+ mediaFileUploadV2: typeof mediaFileUploadV2;
194
+ invoice: typeof invoice;
195
+ pushWorkMsg: typeof pushWorkMsg;
196
+ openTalYoungToTopic: typeof openTalYoungToTopic;
197
+ getToken: typeof getToken;
198
+ authStart: typeof authStart;
199
+ authFinish: typeof authFinish;
200
+ assistantCreate: typeof assistantCreate;
201
+ yachEvent: typeof yachEvent;
202
+ topicEvent: typeof topicEvent;
203
+ openTogetherEyeWebview: typeof openTogetherEyeWebview;
204
+ getTogetherConfig: typeof getTogetherConfig;
205
+ rouseApp: typeof rouseApp;
206
+ externalLinkPreviewFile: typeof externalLinkPreviewFile;
207
+ savePic: typeof savePic;
208
+ zfbAuth: typeof zfbAuth;
209
+ complain: typeof complain;
210
+ selectDepartment: typeof selectDepartment;
211
+ createModifySchedule: typeof createModifySchedule;
212
+ openUserSchedule: typeof openUserSchedule;
213
+ disableScreenCapture: typeof disableScreenCapture;
214
+ addAppToNav: typeof addAppToNav;
215
+ knowledgeBaseSelect: typeof knowledgeBaseSelect;
216
+ knowledgeSelectParams: typeof knowledgeSelectParams;
217
+ lorebaseShowList: typeof lorebaseShowList;
218
+ lorebaseRefreshNodeWebview: typeof lorebaseRefreshNodeWebview;
219
+ copy: typeof copy;
220
+ openPublish: typeof openPublish;
221
+ capturePage: typeof capturePage;
222
+ getConfig: typeof getConfig;
223
+ };
224
+ telephone: {
225
+ showCallMenu: typeof showCallMenu;
226
+ call: typeof call;
227
+ };
228
+ navigation: {
229
+ setIcon: typeof setIcon;
230
+ setTitle: typeof setTitle;
231
+ setMenu: typeof setMenu;
232
+ close: typeof close;
233
+ replace: typeof replacePage;
234
+ quit: typeof quit;
235
+ setRight: typeof setRight;
236
+ setTitleExpandIcon: typeof setTitleExpandIcon;
237
+ updateExpandTitle: typeof updateExpandTitle;
238
+ setLeft: typeof setLeft;
239
+ goBack: typeof goBack;
240
+ setWindowBig: typeof setWindowBig;
241
+ tencentMeeting: typeof tencentMeeting;
242
+ tencentMeetingBegin: typeof tencentMeetingBegin;
243
+ setPanGestureEnable: typeof setPanGestureEnable;
244
+ };
245
+ contact: {
246
+ complexPicker: typeof complexPicker;
247
+ departmentsPicker: typeof departmentsPicker;
248
+ };
249
+ group: {
250
+ groupComplexPicker: typeof groupComplexPicker;
251
+ };
252
+ chat: {
253
+ chooseConversationByCorpId: typeof chooseConversationByCorpId;
254
+ pickConversation: typeof pickConversation;
255
+ openSingleChat: typeof openSingleChat;
256
+ openTeamChat: typeof openTeamChat;
257
+ openSquad: typeof openSquad;
258
+ sendP2PMsg: typeof sendP2PMsg;
259
+ };
260
+ map: {
261
+ view: typeof mapView;
262
+ multipointView: typeof multipointView;
263
+ };
264
+ webViewMessage: {
265
+ send: typeof webViewMessageSend;
266
+ };
267
+ };
268
+ runtime: {
269
+ permission: {
270
+ requestAuthCode: typeof requestAuthCode;
271
+ };
272
+ };
273
+ primary: {
274
+ createTab: typeof createTab;
275
+ updateTab: typeof updateTab;
276
+ weeklyShare: typeof weeklyShare;
277
+ fullScreen: typeof fullScreen;
278
+ exitFullScreen: typeof exitFullScreen;
279
+ };
280
+ device: {
281
+ notification: {
282
+ showPreloader: typeof showPreloader;
283
+ showCustomOverlayContent: typeof showCustomOverlayContent;
284
+ hidePreloader: typeof hidePreloader;
285
+ hideCustomOverlayContent: typeof hideCustomOverlayContent;
286
+ vibrate: typeof vibrate;
287
+ toast: typeof toast;
288
+ alert: typeof alert;
289
+ confirm: typeof confirm;
290
+ actionSheet: typeof actionSheet;
291
+ };
292
+ base: {
293
+ getPhoneInfo: typeof getPhoneInfo;
294
+ getUUID: typeof getUUID;
295
+ checkStepPermission: typeof checkStepPermission;
296
+ };
297
+ geolocation: {
298
+ get: typeof getGeolocation;
299
+ getSwitch: typeof getGeolocationSwitch;
300
+ };
301
+ system: {
302
+ getLang: typeof getLang;
303
+ setLight: typeof setLight;
304
+ };
305
+ audio: {
306
+ startRecord: typeof startRecord;
307
+ stopRecord: typeof stopRecord;
308
+ onRecordEnd: typeof onRecordEnd;
309
+ download: typeof downloadAudio;
310
+ play: typeof playAudio;
311
+ pause: typeof pauseAudio;
312
+ stop: typeof stopAudio;
313
+ onPlayEnd: typeof onPlayEnd;
314
+ resume: typeof resumeAudio;
315
+ onRecordEnd_v2: typeof onRecordEnd_v2;
316
+ startRecord_v2: typeof startRecord_v2;
317
+ stopRecord_v2: typeof stopRecord_v2;
318
+ };
319
+ connection: {
320
+ getNetworkType: typeof getNetworkType;
321
+ isAtTal: typeof isAtTal;
322
+ startNetworkChangeWatch: typeof startNetworkChangeWatch;
323
+ };
324
+ };
325
+ ui: {
326
+ webViewBounce: {
327
+ disable: typeof webViewBounceDisable;
328
+ };
329
+ pullToRefresh: {
330
+ enable: typeof pullToRefreshEnable;
331
+ stop: typeof pullToRefreshStop;
332
+ disable: typeof pullToRefreshDisable;
333
+ };
334
+ };
335
+ util: {
336
+ domainStorage: {
337
+ getItem: typeof getItem;
338
+ setItem: typeof setItem;
339
+ removeItem: typeof removeItem;
340
+ };
341
+ tool: {
342
+ writeLog: typeof writeLog;
343
+ flushLog: typeof flushLog;
344
+ };
345
+ };
346
+ app: {
347
+ custom: {
348
+ talYoungFilesUpload: typeof talYoungFilesUpload;
349
+ };
350
+ };
351
+ private: {
352
+ nativeEvent: typeof nativeEvent;
353
+ };
354
+ };
355
+ export default _default;