yach.open.jssdk 4.4.3-beta1 → 4.4.3-beta3
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.
- package/dist/yach_jssdk_4.4.3-beta2.js +1 -0
- package/es/api/app/custom/talYoungFilesUpload.d.ts +38 -0
- package/es/api/app/custom/talYoungFilesUpload.js +16 -0
- package/es/api/biz/chat/chooseConversationByCorpId.d.ts +36 -0
- package/es/api/biz/chat/chooseConversationByCorpId.js +8 -0
- package/es/api/biz/chat/openSingleChat.d.ts +10 -0
- package/es/api/biz/chat/openSingleChat.js +8 -0
- package/es/api/biz/chat/openSquad.d.ts +8 -0
- package/es/api/biz/chat/openSquad.js +8 -0
- package/es/api/biz/chat/openTeamChat.d.ts +10 -0
- package/es/api/biz/chat/openTeamChat.js +8 -0
- package/es/api/biz/chat/pickConversation.d.ts +19 -0
- package/es/api/biz/chat/pickConversation.js +19 -0
- package/es/api/biz/chat/sendP2PMsg.d.ts +10 -0
- package/es/api/biz/chat/sendP2PMsg.js +8 -0
- package/es/api/biz/contact/complexPicker.d.ts +62 -0
- package/es/api/biz/contact/complexPicker.js +8 -0
- package/es/api/biz/contact/departmentsPicker.d.ts +35 -0
- package/es/api/biz/contact/departmentsPicker.js +8 -0
- package/es/api/biz/group/groupComplexPicker.d.ts +33 -0
- package/es/api/biz/group/groupComplexPicker.js +8 -0
- package/es/api/biz/map/multipointView.d.ts +21 -0
- package/es/api/biz/map/multipointView.js +19 -0
- package/es/api/biz/map/view.d.ts +13 -0
- package/es/api/biz/map/view.js +19 -0
- package/es/api/biz/navigation/close.d.ts +8 -0
- package/es/api/biz/navigation/close.js +9 -0
- package/es/api/biz/navigation/goBack.d.ts +7 -0
- package/es/api/biz/navigation/goBack.js +19 -0
- package/es/api/biz/navigation/quit.d.ts +8 -0
- package/es/api/biz/navigation/quit.js +15 -0
- package/es/api/biz/navigation/replace.d.ts +8 -0
- package/es/api/biz/navigation/replace.js +8 -0
- package/es/api/biz/navigation/setIcon.d.ts +12 -0
- package/es/api/biz/navigation/setIcon.js +27 -0
- package/es/api/biz/navigation/setLeft.d.ts +9 -0
- package/es/api/biz/navigation/setLeft.js +31 -0
- package/es/api/biz/navigation/setMenu.d.ts +20 -0
- package/es/api/biz/navigation/setMenu.js +25 -0
- package/es/api/biz/navigation/setPanGestureEnable.d.ts +9 -0
- package/es/api/biz/navigation/setPanGestureEnable.js +26 -0
- package/es/api/biz/navigation/setRight.d.ts +13 -0
- package/es/api/biz/navigation/setRight.js +31 -0
- package/es/api/biz/navigation/setTitle.d.ts +11 -0
- package/es/api/biz/navigation/setTitle.js +8 -0
- package/es/api/biz/navigation/setTitleExpandIcon.d.ts +9 -0
- package/es/api/biz/navigation/setTitleExpandIcon.js +25 -0
- package/es/api/biz/navigation/setWindowBig.d.ts +9 -0
- package/es/api/biz/navigation/setWindowBig.js +16 -0
- package/es/api/biz/navigation/tencentMeeting.d.ts +23 -0
- package/es/api/biz/navigation/tencentMeeting.js +8 -0
- package/es/api/biz/navigation/tencentMeetingBegin.d.ts +7 -0
- package/es/api/biz/navigation/tencentMeetingBegin.js +8 -0
- package/es/api/biz/navigation/updateExpandTitle.d.ts +8 -0
- package/es/api/biz/navigation/updateExpandTitle.js +8 -0
- package/es/api/biz/telephone/call.d.ts +9 -0
- package/es/api/biz/telephone/call.js +19 -0
- package/es/api/biz/telephone/showCallMenu.d.ts +12 -0
- package/es/api/biz/telephone/showCallMenu.js +19 -0
- package/es/api/biz/util/addAppToNav.d.ts +9 -0
- package/es/api/biz/util/addAppToNav.js +23 -0
- package/es/api/biz/util/assistantCreate.d.ts +11 -0
- package/es/api/biz/util/assistantCreate.js +23 -0
- package/es/api/biz/util/authFinish.d.ts +11 -0
- package/es/api/biz/util/authFinish.js +19 -0
- package/es/api/biz/util/authStart.d.ts +9 -0
- package/es/api/biz/util/authStart.js +19 -0
- package/es/api/biz/util/chosen.d.ts +15 -0
- package/es/api/biz/util/chosen.js +19 -0
- package/es/api/biz/util/clipboardFileUpload.d.ts +7 -0
- package/es/api/biz/util/clipboardFileUpload.js +8 -0
- package/es/api/biz/util/closeWindow.d.ts +8 -0
- package/es/api/biz/util/closeWindow.js +15 -0
- package/es/api/biz/util/complain.d.ts +12 -0
- package/es/api/biz/util/complain.js +8 -0
- package/es/api/biz/util/copy.d.ts +11 -0
- package/es/api/biz/util/copy.js +19 -0
- package/es/api/biz/util/createModifySchedule.d.ts +26 -0
- package/es/api/biz/util/createModifySchedule.js +15 -0
- package/es/api/biz/util/datepicker.d.ts +14 -0
- package/es/api/biz/util/datepicker.js +19 -0
- package/es/api/biz/util/datetimepicker.d.ts +14 -0
- package/es/api/biz/util/datetimepicker.js +19 -0
- package/es/api/biz/util/disableScreenCapture.d.ts +8 -0
- package/es/api/biz/util/disableScreenCapture.js +19 -0
- package/es/api/biz/util/downloadFile.d.ts +9 -0
- package/es/api/biz/util/downloadFile.js +8 -0
- package/es/api/biz/util/entergroupCheck.d.ts +11 -0
- package/es/api/biz/util/entergroupCheck.js +23 -0
- package/es/api/biz/util/externalLinkPreviewFile.d.ts +11 -0
- package/es/api/biz/util/externalLinkPreviewFile.js +8 -0
- package/es/api/biz/util/feedback.d.ts +11 -0
- package/es/api/biz/util/feedback.js +8 -0
- package/es/api/biz/util/getSingleWebviewData.d.ts +8 -0
- package/es/api/biz/util/getSingleWebviewData.js +8 -0
- package/es/api/biz/util/getTogetherConfig.d.ts +11 -0
- package/es/api/biz/util/getTogetherConfig.js +23 -0
- package/es/api/biz/util/getToken.d.ts +11 -0
- package/es/api/biz/util/getToken.js +19 -0
- package/es/api/biz/util/injectScript.d.ts +9 -0
- package/es/api/biz/util/injectScript.js +8 -0
- package/es/api/biz/util/invoice.d.ts +12 -0
- package/es/api/biz/util/invoice.js +15 -0
- package/es/api/biz/util/knowledgeBaseSelect.d.ts +21 -0
- package/es/api/biz/util/knowledgeBaseSelect.js +15 -0
- package/es/api/biz/util/lorebaseRefreshNodeWebview.d.ts +11 -0
- package/es/api/biz/util/lorebaseRefreshNodeWebview.js +19 -0
- package/es/api/biz/util/lorebaseShowList.d.ts +11 -0
- package/es/api/biz/util/lorebaseShowList.js +19 -0
- package/es/api/biz/util/mediaFileUpload.d.ts +26 -0
- package/es/api/biz/util/mediaFileUpload.js +15 -0
- package/es/api/biz/util/onlineDocmentOpenTeamChat.d.ts +10 -0
- package/es/api/biz/util/onlineDocmentOpenTeamChat.js +23 -0
- package/es/api/biz/util/open.d.ts +9 -0
- package/es/api/biz/util/open.js +8 -0
- package/es/api/biz/util/openFutureGroup.d.ts +10 -0
- package/es/api/biz/util/openFutureGroup.js +23 -0
- package/es/api/biz/util/openLink.d.ts +8 -0
- package/es/api/biz/util/openLink.js +8 -0
- package/es/api/biz/util/openMediaFileDialog.d.ts +23 -0
- package/es/api/biz/util/openMediaFileDialog.js +15 -0
- package/es/api/biz/util/openPublish.d.ts +20 -0
- package/es/api/biz/util/openPublish.js +21 -0
- package/es/api/biz/util/openSingleWebview.d.ts +23 -0
- package/es/api/biz/util/openSingleWebview.js +15 -0
- package/es/api/biz/util/openSlidePanel.d.ts +11 -0
- package/es/api/biz/util/openSlidePanel.js +15 -0
- package/es/api/biz/util/openTalYoungToTopic.d.ts +6 -0
- package/es/api/biz/util/openTalYoungToTopic.js +15 -0
- package/es/api/biz/util/openTogetherEyeWebview.d.ts +11 -0
- package/es/api/biz/util/openTogetherEyeWebview.js +23 -0
- package/es/api/biz/util/openUserSchedule.d.ts +11 -0
- package/es/api/biz/util/openUserSchedule.js +23 -0
- package/es/api/biz/util/openVideoPlayer.d.ts +27 -0
- package/es/api/biz/util/openVideoPlayer.js +23 -0
- package/es/api/biz/util/previewFile.d.ts +11 -0
- package/es/api/biz/util/previewFile.js +8 -0
- package/es/api/biz/util/previewImage.d.ts +9 -0
- package/es/api/biz/util/previewImage.js +8 -0
- package/es/api/biz/util/proxy.d.ts +13 -0
- package/es/api/biz/util/proxy.js +8 -0
- package/es/api/biz/util/pushWorkMsg.d.ts +10 -0
- package/es/api/biz/util/pushWorkMsg.js +15 -0
- package/es/api/biz/util/remind.d.ts +15 -0
- package/es/api/biz/util/remind.js +23 -0
- package/es/api/biz/util/resetSessionUnread.d.ts +8 -0
- package/es/api/biz/util/resetSessionUnread.js +21 -0
- package/es/api/biz/util/rouseApp.d.ts +12 -0
- package/es/api/biz/util/rouseApp.js +15 -0
- package/es/api/biz/util/savePic.d.ts +8 -0
- package/es/api/biz/util/savePic.js +19 -0
- package/es/api/biz/util/scan.d.ts +11 -0
- package/es/api/biz/util/scan.js +19 -0
- package/es/api/biz/util/screen.d.ts +15 -0
- package/es/api/biz/util/screen.js +15 -0
- package/es/api/biz/util/selectDepartment.d.ts +9 -0
- package/es/api/biz/util/selectDepartment.js +8 -0
- package/es/api/biz/util/share.d.ts +12 -0
- package/es/api/biz/util/share.js +19 -0
- package/es/api/biz/util/takePicture.d.ts +13 -0
- package/es/api/biz/util/takePicture.js +8 -0
- package/es/api/biz/util/topicEvent.d.ts +13 -0
- package/es/api/biz/util/topicEvent.js +27 -0
- package/es/api/biz/util/uploadAttachment.d.ts +55 -0
- package/es/api/biz/util/uploadAttachment.js +8 -0
- package/es/api/biz/util/weeklyRead.d.ts +5 -0
- package/es/api/biz/util/weeklyRead.js +23 -0
- package/es/api/biz/util/yachEvent.d.ts +12 -0
- package/es/api/biz/util/yachEvent.js +27 -0
- package/es/api/biz/util/zfbAuth.d.ts +10 -0
- package/es/api/biz/util/zfbAuth.js +19 -0
- package/es/api/biz/webViewMessage/send.d.ts +7 -0
- package/es/api/biz/webViewMessage/send.js +15 -0
- package/es/api/common.typings.d.ts +9 -0
- package/es/api/common.typings.js +0 -0
- package/es/api/device/audio/download.d.ts +8 -0
- package/es/api/device/audio/download.js +19 -0
- package/es/api/device/audio/onPlayEnd.d.ts +7 -0
- package/es/api/device/audio/onPlayEnd.js +19 -0
- package/es/api/device/audio/onRecordEnd.d.ts +7 -0
- package/es/api/device/audio/onRecordEnd.js +19 -0
- package/es/api/device/audio/onRecordEnd_v2.d.ts +7 -0
- package/es/api/device/audio/onRecordEnd_v2.js +19 -0
- package/es/api/device/audio/pause.d.ts +8 -0
- package/es/api/device/audio/pause.js +19 -0
- package/es/api/device/audio/play.d.ts +8 -0
- package/es/api/device/audio/play.js +19 -0
- package/es/api/device/audio/resume.d.ts +8 -0
- package/es/api/device/audio/resume.js +19 -0
- package/es/api/device/audio/startRecord.d.ts +8 -0
- package/es/api/device/audio/startRecord.js +19 -0
- package/es/api/device/audio/startRecord_v2.d.ts +8 -0
- package/es/api/device/audio/startRecord_v2.js +19 -0
- package/es/api/device/audio/stop.d.ts +8 -0
- package/es/api/device/audio/stop.js +19 -0
- package/es/api/device/audio/stopRecord.d.ts +7 -0
- package/es/api/device/audio/stopRecord.js +19 -0
- package/es/api/device/audio/stopRecord_v2.d.ts +7 -0
- package/es/api/device/audio/stopRecord_v2.js +19 -0
- package/es/api/device/base/checkStepPermission.d.ts +8 -0
- package/es/api/device/base/checkStepPermission.js +19 -0
- package/es/api/device/base/getPhoneInfo.d.ts +16 -0
- package/es/api/device/base/getPhoneInfo.js +19 -0
- package/es/api/device/base/getUUID.d.ts +10 -0
- package/es/api/device/base/getUUID.js +23 -0
- package/es/api/device/connection/getNetworkType.d.ts +10 -0
- package/es/api/device/connection/getNetworkType.js +19 -0
- package/es/api/device/connection/isAtTal.d.ts +10 -0
- package/es/api/device/connection/isAtTal.js +21 -0
- package/es/api/device/geolocation/get.d.ts +42 -0
- package/es/api/device/geolocation/get.js +19 -0
- package/es/api/device/geolocation/getSwitch.d.ts +10 -0
- package/es/api/device/geolocation/getSwitch.js +15 -0
- package/es/api/device/notification/actionSheet.d.ts +15 -0
- package/es/api/device/notification/actionSheet.js +19 -0
- package/es/api/device/notification/alert.d.ts +13 -0
- package/es/api/device/notification/alert.js +23 -0
- package/es/api/device/notification/confirm.d.ts +16 -0
- package/es/api/device/notification/confirm.js +23 -0
- package/es/api/device/notification/hidePreloader.d.ts +12 -0
- package/es/api/device/notification/hidePreloader.js +32 -0
- package/es/api/device/notification/showPreloader.d.ts +18 -0
- package/es/api/device/notification/showPreloader.js +32 -0
- package/es/api/device/notification/toast.d.ts +15 -0
- package/es/api/device/notification/toast.js +8 -0
- package/es/api/device/notification/vibrate.d.ts +8 -0
- package/es/api/device/notification/vibrate.js +19 -0
- package/es/api/device/system/getLang.d.ts +10 -0
- package/es/api/device/system/getLang.js +8 -0
- package/es/api/device/system/setLight.d.ts +8 -0
- package/es/api/device/system/setLight.js +19 -0
- package/es/api/initAPI.d.ts +6 -0
- package/es/api/initAPI.js +22 -0
- package/es/api/primary/createTab.d.ts +13 -0
- package/es/api/primary/createTab.js +15 -0
- package/es/api/primary/exitFullScreen.d.ts +7 -0
- package/es/api/primary/exitFullScreen.js +15 -0
- package/es/api/primary/fullScreen.d.ts +7 -0
- package/es/api/primary/fullScreen.js +15 -0
- package/es/api/primary/weeklyShare.d.ts +13 -0
- package/es/api/primary/weeklyShare.js +15 -0
- package/es/api/runtime/permission/requestAuthCode.d.ts +12 -0
- package/es/api/runtime/permission/requestAuthCode.js +8 -0
- package/es/api/ui/pullToRefresh/disable.d.ts +7 -0
- package/es/api/ui/pullToRefresh/disable.js +19 -0
- package/es/api/ui/pullToRefresh/enable.d.ts +7 -0
- package/es/api/ui/pullToRefresh/enable.js +19 -0
- package/es/api/ui/pullToRefresh/stop.d.ts +7 -0
- package/es/api/ui/pullToRefresh/stop.js +19 -0
- package/es/api/ui/webViewBounce/disable.d.ts +7 -0
- package/es/api/ui/webViewBounce/disable.js +15 -0
- package/es/api/util/domainStorage/getItem.d.ts +12 -0
- package/es/api/util/domainStorage/getItem.js +19 -0
- package/es/api/util/domainStorage/removeItem.d.ts +9 -0
- package/es/api/util/domainStorage/removeItem.js +19 -0
- package/es/api/util/domainStorage/setItem.d.ts +11 -0
- package/es/api/util/domainStorage/setItem.js +19 -0
- package/es/api/util/tool/flushLog.d.ts +7 -0
- package/es/api/util/tool/flushLog.js +15 -0
- package/es/api/util/tool/log.d.ts +9 -0
- package/es/api/util/tool/log.js +15 -0
- package/es/index.d.ts +335 -0
- package/es/index.js +352 -0
- package/es/lib/bridge/index.d.ts +2 -0
- package/es/lib/bridge/index.js +2 -0
- package/es/lib/bridge/mobile.d.ts +13 -0
- package/es/lib/bridge/mobile.js +178 -0
- package/es/lib/bridge/pc.d.ts +4 -0
- package/es/lib/bridge/pc.js +86 -0
- package/es/lib/helper/apiHelper.d.ts +2 -0
- package/es/lib/helper/apiHelper.js +8 -0
- package/es/lib/helper/codeMap.d.ts +2 -0
- package/es/lib/helper/codeMap.js +6 -0
- package/es/lib/helper/event.d.ts +9 -0
- package/es/lib/helper/event.js +40 -0
- package/es/lib/helper/pcIframe.d.ts +44 -0
- package/es/lib/helper/pcIframe.js +150 -0
- package/es/lib/index.d.ts +4 -0
- package/es/lib/index.js +78 -0
- package/es/lib/sdk/index.d.ts +19 -0
- package/es/lib/sdk/index.js +169 -0
- package/es/lib/sdk/sdk.typings.d.ts +85 -0
- package/es/lib/sdk/sdk.typings.js +7 -0
- package/es/utils/bpitLog.d.ts +16 -0
- package/es/utils/bpitLog.js +62 -0
- package/es/utils/compareVersions.d.ts +58 -0
- package/es/utils/compareVersions.js +165 -0
- package/es/utils/console.d.ts +4 -0
- package/es/utils/console.js +44 -0
- package/es/utils/env.d.ts +3 -0
- package/es/utils/env.js +45 -0
- package/es/utils/index.d.ts +4 -0
- package/es/utils/index.js +20 -0
- package/libs/api/app/custom/talYoungFilesUpload.d.ts +38 -0
- package/libs/api/app/custom/talYoungFilesUpload.js +24 -0
- package/libs/api/biz/chat/chooseConversationByCorpId.d.ts +36 -0
- package/libs/api/biz/chat/chooseConversationByCorpId.js +15 -0
- package/libs/api/biz/chat/openSingleChat.d.ts +10 -0
- package/libs/api/biz/chat/openSingleChat.js +15 -0
- package/libs/api/biz/chat/openSquad.d.ts +8 -0
- package/libs/api/biz/chat/openSquad.js +15 -0
- package/libs/api/biz/chat/openTeamChat.d.ts +10 -0
- package/libs/api/biz/chat/openTeamChat.js +15 -0
- package/libs/api/biz/chat/pickConversation.d.ts +19 -0
- package/libs/api/biz/chat/pickConversation.js +26 -0
- package/libs/api/biz/chat/sendP2PMsg.d.ts +10 -0
- package/libs/api/biz/chat/sendP2PMsg.js +15 -0
- package/libs/api/biz/contact/complexPicker.d.ts +62 -0
- package/libs/api/biz/contact/complexPicker.js +15 -0
- package/libs/api/biz/contact/departmentsPicker.d.ts +35 -0
- package/libs/api/biz/contact/departmentsPicker.js +15 -0
- package/libs/api/biz/group/groupComplexPicker.d.ts +33 -0
- package/libs/api/biz/group/groupComplexPicker.js +15 -0
- package/libs/api/biz/map/multipointView.d.ts +21 -0
- package/libs/api/biz/map/multipointView.js +26 -0
- package/libs/api/biz/map/view.d.ts +13 -0
- package/libs/api/biz/map/view.js +26 -0
- package/libs/api/biz/navigation/close.d.ts +8 -0
- package/libs/api/biz/navigation/close.js +16 -0
- package/libs/api/biz/navigation/goBack.d.ts +7 -0
- package/libs/api/biz/navigation/goBack.js +26 -0
- package/libs/api/biz/navigation/quit.d.ts +8 -0
- package/libs/api/biz/navigation/quit.js +22 -0
- package/libs/api/biz/navigation/replace.d.ts +8 -0
- package/libs/api/biz/navigation/replace.js +15 -0
- package/libs/api/biz/navigation/setIcon.d.ts +12 -0
- package/libs/api/biz/navigation/setIcon.js +34 -0
- package/libs/api/biz/navigation/setLeft.d.ts +9 -0
- package/libs/api/biz/navigation/setLeft.js +38 -0
- package/libs/api/biz/navigation/setMenu.d.ts +20 -0
- package/libs/api/biz/navigation/setMenu.js +32 -0
- package/libs/api/biz/navigation/setPanGestureEnable.d.ts +9 -0
- package/libs/api/biz/navigation/setPanGestureEnable.js +33 -0
- package/libs/api/biz/navigation/setRight.d.ts +13 -0
- package/libs/api/biz/navigation/setRight.js +38 -0
- package/libs/api/biz/navigation/setTitle.d.ts +11 -0
- package/libs/api/biz/navigation/setTitle.js +15 -0
- package/libs/api/biz/navigation/setTitleExpandIcon.d.ts +9 -0
- package/libs/api/biz/navigation/setTitleExpandIcon.js +32 -0
- package/libs/api/biz/navigation/setWindowBig.d.ts +9 -0
- package/libs/api/biz/navigation/setWindowBig.js +24 -0
- package/libs/api/biz/navigation/tencentMeeting.d.ts +23 -0
- package/libs/api/biz/navigation/tencentMeeting.js +15 -0
- package/libs/api/biz/navigation/tencentMeetingBegin.d.ts +7 -0
- package/libs/api/biz/navigation/tencentMeetingBegin.js +15 -0
- package/libs/api/biz/navigation/updateExpandTitle.d.ts +8 -0
- package/libs/api/biz/navigation/updateExpandTitle.js +15 -0
- package/libs/api/biz/telephone/call.d.ts +9 -0
- package/libs/api/biz/telephone/call.js +26 -0
- package/libs/api/biz/telephone/showCallMenu.d.ts +12 -0
- package/libs/api/biz/telephone/showCallMenu.js +26 -0
- package/libs/api/biz/util/addAppToNav.d.ts +9 -0
- package/libs/api/biz/util/addAppToNav.js +30 -0
- package/libs/api/biz/util/assistantCreate.d.ts +11 -0
- package/libs/api/biz/util/assistantCreate.js +30 -0
- package/libs/api/biz/util/authFinish.d.ts +11 -0
- package/libs/api/biz/util/authFinish.js +26 -0
- package/libs/api/biz/util/authStart.d.ts +9 -0
- package/libs/api/biz/util/authStart.js +26 -0
- package/libs/api/biz/util/chosen.d.ts +15 -0
- package/libs/api/biz/util/chosen.js +26 -0
- package/libs/api/biz/util/clipboardFileUpload.d.ts +7 -0
- package/libs/api/biz/util/clipboardFileUpload.js +15 -0
- package/libs/api/biz/util/closeWindow.d.ts +8 -0
- package/libs/api/biz/util/closeWindow.js +22 -0
- package/libs/api/biz/util/complain.d.ts +12 -0
- package/libs/api/biz/util/complain.js +15 -0
- package/libs/api/biz/util/copy.d.ts +11 -0
- package/libs/api/biz/util/copy.js +26 -0
- package/libs/api/biz/util/createModifySchedule.d.ts +26 -0
- package/libs/api/biz/util/createModifySchedule.js +22 -0
- package/libs/api/biz/util/datepicker.d.ts +14 -0
- package/libs/api/biz/util/datepicker.js +26 -0
- package/libs/api/biz/util/datetimepicker.d.ts +14 -0
- package/libs/api/biz/util/datetimepicker.js +26 -0
- package/libs/api/biz/util/disableScreenCapture.d.ts +8 -0
- package/libs/api/biz/util/disableScreenCapture.js +26 -0
- package/libs/api/biz/util/downloadFile.d.ts +9 -0
- package/libs/api/biz/util/downloadFile.js +15 -0
- package/libs/api/biz/util/entergroupCheck.d.ts +11 -0
- package/libs/api/biz/util/entergroupCheck.js +30 -0
- package/libs/api/biz/util/externalLinkPreviewFile.d.ts +11 -0
- package/libs/api/biz/util/externalLinkPreviewFile.js +15 -0
- package/libs/api/biz/util/feedback.d.ts +11 -0
- package/libs/api/biz/util/feedback.js +15 -0
- package/libs/api/biz/util/getSingleWebviewData.d.ts +8 -0
- package/libs/api/biz/util/getSingleWebviewData.js +15 -0
- package/libs/api/biz/util/getTogetherConfig.d.ts +11 -0
- package/libs/api/biz/util/getTogetherConfig.js +30 -0
- package/libs/api/biz/util/getToken.d.ts +11 -0
- package/libs/api/biz/util/getToken.js +26 -0
- package/libs/api/biz/util/injectScript.d.ts +9 -0
- package/libs/api/biz/util/injectScript.js +15 -0
- package/libs/api/biz/util/invoice.d.ts +12 -0
- package/libs/api/biz/util/invoice.js +23 -0
- package/libs/api/biz/util/knowledgeBaseSelect.d.ts +21 -0
- package/libs/api/biz/util/knowledgeBaseSelect.js +22 -0
- package/libs/api/biz/util/lorebaseRefreshNodeWebview.d.ts +11 -0
- package/libs/api/biz/util/lorebaseRefreshNodeWebview.js +26 -0
- package/libs/api/biz/util/lorebaseShowList.d.ts +11 -0
- package/libs/api/biz/util/lorebaseShowList.js +26 -0
- package/libs/api/biz/util/mediaFileUpload.d.ts +26 -0
- package/libs/api/biz/util/mediaFileUpload.js +23 -0
- package/libs/api/biz/util/onlineDocmentOpenTeamChat.d.ts +10 -0
- package/libs/api/biz/util/onlineDocmentOpenTeamChat.js +30 -0
- package/libs/api/biz/util/open.d.ts +9 -0
- package/libs/api/biz/util/open.js +15 -0
- package/libs/api/biz/util/openFutureGroup.d.ts +10 -0
- package/libs/api/biz/util/openFutureGroup.js +30 -0
- package/libs/api/biz/util/openLink.d.ts +8 -0
- package/libs/api/biz/util/openLink.js +15 -0
- package/libs/api/biz/util/openMediaFileDialog.d.ts +23 -0
- package/libs/api/biz/util/openMediaFileDialog.js +23 -0
- package/libs/api/biz/util/openPublish.d.ts +20 -0
- package/libs/api/biz/util/openPublish.js +29 -0
- package/libs/api/biz/util/openSingleWebview.d.ts +23 -0
- package/libs/api/biz/util/openSingleWebview.js +22 -0
- package/libs/api/biz/util/openSlidePanel.d.ts +11 -0
- package/libs/api/biz/util/openSlidePanel.js +22 -0
- package/libs/api/biz/util/openTalYoungToTopic.d.ts +6 -0
- package/libs/api/biz/util/openTalYoungToTopic.js +23 -0
- package/libs/api/biz/util/openTogetherEyeWebview.d.ts +11 -0
- package/libs/api/biz/util/openTogetherEyeWebview.js +30 -0
- package/libs/api/biz/util/openUserSchedule.d.ts +11 -0
- package/libs/api/biz/util/openUserSchedule.js +30 -0
- package/libs/api/biz/util/openVideoPlayer.d.ts +27 -0
- package/libs/api/biz/util/openVideoPlayer.js +30 -0
- package/libs/api/biz/util/previewFile.d.ts +11 -0
- package/libs/api/biz/util/previewFile.js +15 -0
- package/libs/api/biz/util/previewImage.d.ts +9 -0
- package/libs/api/biz/util/previewImage.js +15 -0
- package/libs/api/biz/util/proxy.d.ts +13 -0
- package/libs/api/biz/util/proxy.js +15 -0
- package/libs/api/biz/util/pushWorkMsg.d.ts +10 -0
- package/libs/api/biz/util/pushWorkMsg.js +23 -0
- package/libs/api/biz/util/remind.d.ts +15 -0
- package/libs/api/biz/util/remind.js +30 -0
- package/libs/api/biz/util/resetSessionUnread.d.ts +8 -0
- package/libs/api/biz/util/resetSessionUnread.js +28 -0
- package/libs/api/biz/util/rouseApp.d.ts +12 -0
- package/libs/api/biz/util/rouseApp.js +23 -0
- package/libs/api/biz/util/savePic.d.ts +8 -0
- package/libs/api/biz/util/savePic.js +26 -0
- package/libs/api/biz/util/scan.d.ts +11 -0
- package/libs/api/biz/util/scan.js +26 -0
- package/libs/api/biz/util/screen.d.ts +15 -0
- package/libs/api/biz/util/screen.js +22 -0
- package/libs/api/biz/util/selectDepartment.d.ts +9 -0
- package/libs/api/biz/util/selectDepartment.js +15 -0
- package/libs/api/biz/util/share.d.ts +12 -0
- package/libs/api/biz/util/share.js +26 -0
- package/libs/api/biz/util/takePicture.d.ts +13 -0
- package/libs/api/biz/util/takePicture.js +15 -0
- package/libs/api/biz/util/topicEvent.d.ts +13 -0
- package/libs/api/biz/util/topicEvent.js +34 -0
- package/libs/api/biz/util/uploadAttachment.d.ts +55 -0
- package/libs/api/biz/util/uploadAttachment.js +15 -0
- package/libs/api/biz/util/weeklyRead.d.ts +5 -0
- package/libs/api/biz/util/weeklyRead.js +30 -0
- package/libs/api/biz/util/yachEvent.d.ts +12 -0
- package/libs/api/biz/util/yachEvent.js +34 -0
- package/libs/api/biz/util/zfbAuth.d.ts +10 -0
- package/libs/api/biz/util/zfbAuth.js +26 -0
- package/libs/api/biz/webViewMessage/send.d.ts +7 -0
- package/libs/api/biz/webViewMessage/send.js +22 -0
- package/libs/api/common.typings.d.ts +9 -0
- package/libs/api/common.typings.js +1 -0
- package/libs/api/device/audio/download.d.ts +8 -0
- package/libs/api/device/audio/download.js +26 -0
- package/libs/api/device/audio/onPlayEnd.d.ts +7 -0
- package/libs/api/device/audio/onPlayEnd.js +26 -0
- package/libs/api/device/audio/onRecordEnd.d.ts +7 -0
- package/libs/api/device/audio/onRecordEnd.js +26 -0
- package/libs/api/device/audio/onRecordEnd_v2.d.ts +7 -0
- package/libs/api/device/audio/onRecordEnd_v2.js +26 -0
- package/libs/api/device/audio/pause.d.ts +8 -0
- package/libs/api/device/audio/pause.js +26 -0
- package/libs/api/device/audio/play.d.ts +8 -0
- package/libs/api/device/audio/play.js +26 -0
- package/libs/api/device/audio/resume.d.ts +8 -0
- package/libs/api/device/audio/resume.js +26 -0
- package/libs/api/device/audio/startRecord.d.ts +8 -0
- package/libs/api/device/audio/startRecord.js +26 -0
- package/libs/api/device/audio/startRecord_v2.d.ts +8 -0
- package/libs/api/device/audio/startRecord_v2.js +26 -0
- package/libs/api/device/audio/stop.d.ts +8 -0
- package/libs/api/device/audio/stop.js +26 -0
- package/libs/api/device/audio/stopRecord.d.ts +7 -0
- package/libs/api/device/audio/stopRecord.js +26 -0
- package/libs/api/device/audio/stopRecord_v2.d.ts +7 -0
- package/libs/api/device/audio/stopRecord_v2.js +26 -0
- package/libs/api/device/base/checkStepPermission.d.ts +8 -0
- package/libs/api/device/base/checkStepPermission.js +26 -0
- package/libs/api/device/base/getPhoneInfo.d.ts +16 -0
- package/libs/api/device/base/getPhoneInfo.js +26 -0
- package/libs/api/device/base/getUUID.d.ts +10 -0
- package/libs/api/device/base/getUUID.js +30 -0
- package/libs/api/device/connection/getNetworkType.d.ts +10 -0
- package/libs/api/device/connection/getNetworkType.js +26 -0
- package/libs/api/device/connection/isAtTal.d.ts +10 -0
- package/libs/api/device/connection/isAtTal.js +28 -0
- package/libs/api/device/geolocation/get.d.ts +42 -0
- package/libs/api/device/geolocation/get.js +26 -0
- package/libs/api/device/geolocation/getSwitch.d.ts +10 -0
- package/libs/api/device/geolocation/getSwitch.js +22 -0
- package/libs/api/device/notification/actionSheet.d.ts +15 -0
- package/libs/api/device/notification/actionSheet.js +26 -0
- package/libs/api/device/notification/alert.d.ts +13 -0
- package/libs/api/device/notification/alert.js +30 -0
- package/libs/api/device/notification/confirm.d.ts +16 -0
- package/libs/api/device/notification/confirm.js +30 -0
- package/libs/api/device/notification/hidePreloader.d.ts +12 -0
- package/libs/api/device/notification/hidePreloader.js +40 -0
- package/libs/api/device/notification/showPreloader.d.ts +18 -0
- package/libs/api/device/notification/showPreloader.js +40 -0
- package/libs/api/device/notification/toast.d.ts +15 -0
- package/libs/api/device/notification/toast.js +15 -0
- package/libs/api/device/notification/vibrate.d.ts +8 -0
- package/libs/api/device/notification/vibrate.js +26 -0
- package/libs/api/device/system/getLang.d.ts +10 -0
- package/libs/api/device/system/getLang.js +15 -0
- package/libs/api/device/system/setLight.d.ts +8 -0
- package/libs/api/device/system/setLight.js +26 -0
- package/libs/api/initAPI.d.ts +6 -0
- package/libs/api/initAPI.js +29 -0
- package/libs/api/primary/createTab.d.ts +13 -0
- package/libs/api/primary/createTab.js +22 -0
- package/libs/api/primary/exitFullScreen.d.ts +7 -0
- package/libs/api/primary/exitFullScreen.js +22 -0
- package/libs/api/primary/fullScreen.d.ts +7 -0
- package/libs/api/primary/fullScreen.js +22 -0
- package/libs/api/primary/weeklyShare.d.ts +13 -0
- package/libs/api/primary/weeklyShare.js +22 -0
- package/libs/api/runtime/permission/requestAuthCode.d.ts +12 -0
- package/libs/api/runtime/permission/requestAuthCode.js +15 -0
- package/libs/api/ui/pullToRefresh/disable.d.ts +7 -0
- package/libs/api/ui/pullToRefresh/disable.js +26 -0
- package/libs/api/ui/pullToRefresh/enable.d.ts +7 -0
- package/libs/api/ui/pullToRefresh/enable.js +26 -0
- package/libs/api/ui/pullToRefresh/stop.d.ts +7 -0
- package/libs/api/ui/pullToRefresh/stop.js +26 -0
- package/libs/api/ui/webViewBounce/disable.d.ts +7 -0
- package/libs/api/ui/webViewBounce/disable.js +22 -0
- package/libs/api/util/domainStorage/getItem.d.ts +12 -0
- package/libs/api/util/domainStorage/getItem.js +26 -0
- package/libs/api/util/domainStorage/removeItem.d.ts +9 -0
- package/libs/api/util/domainStorage/removeItem.js +26 -0
- package/libs/api/util/domainStorage/setItem.d.ts +11 -0
- package/libs/api/util/domainStorage/setItem.js +26 -0
- package/libs/api/util/tool/flushLog.d.ts +7 -0
- package/libs/api/util/tool/flushLog.js +22 -0
- package/libs/api/util/tool/log.d.ts +9 -0
- package/libs/api/util/tool/log.js +22 -0
- package/libs/index.d.ts +335 -0
- package/libs/index.js +1158 -0
- package/libs/lib/bridge/index.d.ts +2 -0
- package/libs/lib/bridge/index.js +32 -0
- package/libs/lib/bridge/mobile.d.ts +13 -0
- package/libs/lib/bridge/mobile.js +185 -0
- package/libs/lib/bridge/pc.d.ts +4 -0
- package/libs/lib/bridge/pc.js +93 -0
- package/libs/lib/helper/apiHelper.d.ts +2 -0
- package/libs/lib/helper/apiHelper.js +15 -0
- package/libs/lib/helper/codeMap.d.ts +2 -0
- package/libs/lib/helper/codeMap.js +13 -0
- package/libs/lib/helper/event.d.ts +9 -0
- package/libs/lib/helper/event.js +48 -0
- package/libs/lib/helper/pcIframe.d.ts +44 -0
- package/libs/lib/helper/pcIframe.js +158 -0
- package/libs/lib/index.d.ts +4 -0
- package/libs/lib/index.js +86 -0
- package/libs/lib/sdk/index.d.ts +19 -0
- package/libs/lib/sdk/index.js +177 -0
- package/libs/lib/sdk/sdk.typings.d.ts +85 -0
- package/libs/lib/sdk/sdk.typings.js +14 -0
- package/libs/utils/bpitLog.d.ts +16 -0
- package/libs/utils/bpitLog.js +69 -0
- package/libs/utils/compareVersions.d.ts +58 -0
- package/libs/utils/compareVersions.js +173 -0
- package/libs/utils/console.d.ts +4 -0
- package/libs/utils/console.js +53 -0
- package/libs/utils/env.d.ts +3 -0
- package/libs/utils/env.js +51 -0
- package/libs/utils/index.d.ts +4 -0
- package/libs/utils/index.js +51 -0
- package/package.json +1 -1
package/es/index.d.ts
ADDED
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
/**util*/
|
|
2
|
+
import { openLink } from './api/biz/util/openLink';
|
|
3
|
+
import { feedback } from './api/biz/util/feedback';
|
|
4
|
+
import { open } from './api/biz/util/open';
|
|
5
|
+
import { openSlidePanel } from './api/biz/util/openSlidePanel';
|
|
6
|
+
import { share } from './api/biz/util/share';
|
|
7
|
+
import { previewFile } from './api/biz/util/previewFile';
|
|
8
|
+
import { previewImage } from './api/biz/util/previewImage';
|
|
9
|
+
import { downloadFile } from './api/biz/util/downloadFile';
|
|
10
|
+
import { uploadAttachment } from './api/biz/util/uploadAttachment';
|
|
11
|
+
import { clipboardFileUpload } from './api/biz/util/clipboardFileUpload';
|
|
12
|
+
import { proxy } from './api/biz/util/proxy';
|
|
13
|
+
import { datepicker } from './api/biz/util/datepicker';
|
|
14
|
+
import { datetimepicker } from './api/biz/util/datetimepicker';
|
|
15
|
+
import { scan } from './api/biz/util/scan';
|
|
16
|
+
import { view as mapView } from './api/biz/map/view';
|
|
17
|
+
import { multipointView } from './api/biz/map/multipointView';
|
|
18
|
+
import { chosen } from './api/biz/util/chosen';
|
|
19
|
+
import { openSingleWebview } from './api/biz/util/openSingleWebview';
|
|
20
|
+
import { getSingleWebviewData } from './api/biz/util/getSingleWebviewData';
|
|
21
|
+
import { injectScript } from './api/biz/util/injectScript';
|
|
22
|
+
import { closeWindow } from './api/biz/util/closeWindow';
|
|
23
|
+
import { remind } from './api/biz/util/remind';
|
|
24
|
+
import { takePicture } from './api/biz/util/takePicture';
|
|
25
|
+
import { openVideoPlayer } from './api/biz/util/openVideoPlayer';
|
|
26
|
+
import { openMediaFileDialog } from './api/biz/util/openMediaFileDialog';
|
|
27
|
+
import { mediaFileUpload } from './api/biz/util/mediaFileUpload';
|
|
28
|
+
import { invoice } from './api/biz/util/invoice';
|
|
29
|
+
import { pushWorkMsg } from './api/biz/util/pushWorkMsg';
|
|
30
|
+
import { openTalYoungToTopic } from './api/biz/util/openTalYoungToTopic';
|
|
31
|
+
import { getToken } from './api/biz/util/getToken';
|
|
32
|
+
import { authStart } from './api/biz/util/authStart';
|
|
33
|
+
import { authFinish } from './api/biz/util/authFinish';
|
|
34
|
+
import { assistantCreate } from './api/biz/util/assistantCreate';
|
|
35
|
+
import { yachEvent } from './api/biz/util/yachEvent';
|
|
36
|
+
import { topicEvent } from './api/biz/util/topicEvent';
|
|
37
|
+
import { openTogetherEyeWebview } from './api/biz/util/openTogetherEyeWebview';
|
|
38
|
+
import { getTogetherConfig } from './api/biz/util/getTogetherConfig';
|
|
39
|
+
import { rouseApp } from './api/biz/util/rouseApp';
|
|
40
|
+
import { externalLinkPreviewFile } from './api/biz/util/externalLinkPreviewFile';
|
|
41
|
+
import { zfbAuth } from './api/biz/util/zfbAuth';
|
|
42
|
+
import { savePic } from './api/biz/util/savePic';
|
|
43
|
+
import { complain } from './api/biz/util/complain';
|
|
44
|
+
import { selectDepartment } from './api/biz/util/selectDepartment';
|
|
45
|
+
import { createModifySchedule } from './api/biz/util/createModifySchedule';
|
|
46
|
+
import { openUserSchedule } from './api/biz/util/openUserSchedule';
|
|
47
|
+
import { onlineDocmentOpenTeamChat } from './api/biz/util/onlineDocmentOpenTeamChat';
|
|
48
|
+
import { entergroupCheck } from './api/biz/util/entergroupCheck';
|
|
49
|
+
import { resetSessionUnread } from './api/biz/util/resetSessionUnread';
|
|
50
|
+
import { weeklyRead } from './api/biz/util/weeklyRead';
|
|
51
|
+
import { disableScreenCapture } from './api/biz/util/disableScreenCapture';
|
|
52
|
+
import { openFutureGroup } from './api/biz/util/openFutureGroup';
|
|
53
|
+
import { knowledgeBaseSelect } from './api/biz/util/knowledgeBaseSelect';
|
|
54
|
+
import { lorebaseShowList } from './api/biz/util/lorebaseShowList';
|
|
55
|
+
import { lorebaseRefreshNodeWebview } from './api/biz/util/lorebaseRefreshNodeWebview';
|
|
56
|
+
import { copy } from './api/biz/util/copy';
|
|
57
|
+
import { openPublish } from './api/biz/util/openPublish';
|
|
58
|
+
/**navigation*/
|
|
59
|
+
import { setIcon } from './api/biz/navigation/setIcon';
|
|
60
|
+
import { setTitle } from './api/biz/navigation/setTitle';
|
|
61
|
+
import { setMenu } from './api/biz/navigation/setMenu';
|
|
62
|
+
import { close } from './api/biz/navigation/close';
|
|
63
|
+
import { replace as replacePage } from './api/biz/navigation/replace';
|
|
64
|
+
import { quit } from './api/biz/navigation/quit';
|
|
65
|
+
import { setRight } from './api/biz/navigation/setRight';
|
|
66
|
+
import { setTitleExpandIcon } from './api/biz/navigation/setTitleExpandIcon';
|
|
67
|
+
import { updateExpandTitle } from './api/biz/navigation/updateExpandTitle';
|
|
68
|
+
import { setLeft } from './api/biz/navigation/setLeft';
|
|
69
|
+
import { goBack } from './api/biz/navigation/goBack';
|
|
70
|
+
import { setWindowBig } from './api/biz/navigation/setWindowBig';
|
|
71
|
+
import { tencentMeeting } from './api/biz/navigation/tencentMeeting';
|
|
72
|
+
import { tencentMeetingBegin } from './api/biz/navigation/tencentMeetingBegin';
|
|
73
|
+
import { setPanGestureEnable } from './api/biz/navigation/setPanGestureEnable';
|
|
74
|
+
/**contact*/
|
|
75
|
+
import { complexPicker } from './api/biz/contact/complexPicker';
|
|
76
|
+
import { departmentsPicker } from './api/biz/contact/departmentsPicker';
|
|
77
|
+
/** group*/
|
|
78
|
+
import { groupComplexPicker } from './api/biz/group/groupComplexPicker';
|
|
79
|
+
/** chat*/
|
|
80
|
+
import { chooseConversationByCorpId } from './api/biz/chat/chooseConversationByCorpId';
|
|
81
|
+
import { pickConversation } from './api/biz/chat/pickConversation';
|
|
82
|
+
import { openSingleChat } from './api/biz/chat/openSingleChat';
|
|
83
|
+
import { openTeamChat } from './api/biz/chat/openTeamChat';
|
|
84
|
+
import { openSquad } from './api/biz/chat/openSquad';
|
|
85
|
+
import { sendP2PMsg } from './api/biz/chat/sendP2PMsg';
|
|
86
|
+
import { createTab } from './api/primary/createTab';
|
|
87
|
+
import { weeklyShare } from './api/primary/weeklyShare';
|
|
88
|
+
import { fullScreen } from './api/primary/fullScreen';
|
|
89
|
+
import { exitFullScreen } from './api/primary/exitFullScreen';
|
|
90
|
+
import { requestAuthCode } from './api/runtime/permission/requestAuthCode';
|
|
91
|
+
/** device */
|
|
92
|
+
import { showPreloader, showCustomOverlayContent } from './api/device/notification/showPreloader';
|
|
93
|
+
import { hidePreloader, hideCustomOverlayContent } from './api/device/notification/hidePreloader';
|
|
94
|
+
import { vibrate } from './api/device/notification/vibrate';
|
|
95
|
+
import { toast } from './api/device/notification/toast';
|
|
96
|
+
import { actionSheet } from './api/device/notification/actionSheet';
|
|
97
|
+
import { getPhoneInfo } from './api/device/base/getPhoneInfo';
|
|
98
|
+
import { alert } from './api/device/notification/alert';
|
|
99
|
+
import { confirm } from './api/device/notification/confirm';
|
|
100
|
+
import { get as getGeolocation } from './api/device/geolocation/get';
|
|
101
|
+
import { getSwitch as getGeolocationSwitch } from './api/device/geolocation/getSwitch';
|
|
102
|
+
import { getLang } from './api/device/system/getLang';
|
|
103
|
+
import { startRecord } from './api/device/audio/startRecord';
|
|
104
|
+
import { stopRecord } from './api/device/audio/stopRecord';
|
|
105
|
+
import { onRecordEnd } from './api/device/audio/onRecordEnd';
|
|
106
|
+
import { download as downloadAudio } from './api/device/audio/download';
|
|
107
|
+
import { play as playAudio } from './api/device/audio/play';
|
|
108
|
+
import { pause as pauseAudio } from './api/device/audio/pause';
|
|
109
|
+
import { stop as stopAudio } from './api/device/audio/stop';
|
|
110
|
+
import { onPlayEnd } from './api/device/audio/onPlayEnd';
|
|
111
|
+
import { resume as resumeAudio } from './api/device/audio/resume';
|
|
112
|
+
import { getNetworkType } from './api/device/connection/getNetworkType';
|
|
113
|
+
import { isAtTal } from './api/device/connection/isAtTal';
|
|
114
|
+
import { getUUID } from './api/device/base/getUUID';
|
|
115
|
+
import { checkStepPermission } from './api/device/base/checkStepPermission';
|
|
116
|
+
import { onRecordEnd_v2 } from './api/device/audio/onRecordEnd_v2';
|
|
117
|
+
import { startRecord_v2 } from './api/device/audio/startRecord_v2';
|
|
118
|
+
import { stopRecord_v2 } from './api/device/audio/stopRecord_v2';
|
|
119
|
+
import { setLight } from './api/device/system/setLight';
|
|
120
|
+
/** telephone */
|
|
121
|
+
import { showCallMenu } from './api/biz/telephone/showCallMenu';
|
|
122
|
+
import { call } from './api/biz/telephone/call';
|
|
123
|
+
/** ui */
|
|
124
|
+
import { disable as webViewBounceDisable } from './api/ui/webViewBounce/disable';
|
|
125
|
+
import { enable as pullToRefreshEnable } from './api/ui/pullToRefresh/enable';
|
|
126
|
+
import { stop as pullToRefreshStop } from './api/ui/pullToRefresh/stop';
|
|
127
|
+
import { disable as pullToRefreshDisable } from './api/ui/pullToRefresh/disable';
|
|
128
|
+
import { getItem } from './api/util/domainStorage/getItem';
|
|
129
|
+
import { setItem } from './api/util/domainStorage/setItem';
|
|
130
|
+
import { removeItem } from './api/util/domainStorage/removeItem';
|
|
131
|
+
import { writeLog } from './api/util/tool/log';
|
|
132
|
+
import { flushLog } from './api/util/tool/flushLog';
|
|
133
|
+
import { capturePage } from './api/biz/util/screen';
|
|
134
|
+
import { send as webViewMessageSend } from './api/biz/webViewMessage/send';
|
|
135
|
+
import { talYoungFilesUpload } from './api/app/custom/talYoungFilesUpload';
|
|
136
|
+
import { addAppToNav } from './api/biz/util/addAppToNav';
|
|
137
|
+
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;
|
|
138
|
+
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, 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, webViewBounceDisable, pullToRefreshEnable, pullToRefreshStop, pullToRefreshDisable, getItem, setItem, removeItem, writeLog, flushLog, remind, takePicture, datetimepicker, actionSheet, webViewMessageSend, talYoungFilesUpload, openVideoPlayer, openMediaFileDialog, mediaFileUpload, 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, lorebaseShowList, lorebaseRefreshNodeWebview, openPublish, setLight, openUserSchedule, disableScreenCapture, setPanGestureEnable, addAppToNav, copy, capturePage, };
|
|
139
|
+
declare const _default: {
|
|
140
|
+
version: string;
|
|
141
|
+
sdkVersion: string;
|
|
142
|
+
env: import("./lib/sdk/sdk.typings").IENV;
|
|
143
|
+
platform: import("./lib/sdk/sdk.typings").ENV_ENUM;
|
|
144
|
+
platformV2: import("./lib/sdk/sdk.typings").PlatformV2Props;
|
|
145
|
+
config: (configParams: import("./lib/sdk/sdk.typings").IConfigParams) => void;
|
|
146
|
+
ready: (readyCallback: () => void) => void;
|
|
147
|
+
error: (callback: (err: any) => void) => void;
|
|
148
|
+
on: (methodName: string, listener: (e: any) => void) => void;
|
|
149
|
+
off: (methodName: string, listener: (e: any) => void) => void;
|
|
150
|
+
biz: {
|
|
151
|
+
util: {
|
|
152
|
+
openLink: typeof openLink;
|
|
153
|
+
feedback: typeof feedback;
|
|
154
|
+
open: typeof open;
|
|
155
|
+
openSlidePanel: typeof openSlidePanel;
|
|
156
|
+
share: typeof share;
|
|
157
|
+
previewFile: typeof previewFile;
|
|
158
|
+
previewImage: typeof previewImage;
|
|
159
|
+
downloadFile: typeof downloadFile;
|
|
160
|
+
uploadAttachment: typeof uploadAttachment;
|
|
161
|
+
clipboardFileUpload: typeof clipboardFileUpload;
|
|
162
|
+
proxy: typeof proxy;
|
|
163
|
+
datepicker: typeof datepicker;
|
|
164
|
+
datetimepicker: typeof datetimepicker;
|
|
165
|
+
scan: typeof scan;
|
|
166
|
+
chosen: typeof chosen;
|
|
167
|
+
openSingleWebview: typeof openSingleWebview;
|
|
168
|
+
getSingleWebviewData: typeof getSingleWebviewData;
|
|
169
|
+
injectScript: typeof injectScript;
|
|
170
|
+
onlineDocmentOpenTeamChat: typeof onlineDocmentOpenTeamChat;
|
|
171
|
+
entergroupCheck: typeof entergroupCheck;
|
|
172
|
+
resetSessionUnread: typeof resetSessionUnread;
|
|
173
|
+
weeklyRead: typeof weeklyRead;
|
|
174
|
+
openFutureGroup: typeof openFutureGroup;
|
|
175
|
+
closeWindow: typeof closeWindow;
|
|
176
|
+
remind: typeof remind;
|
|
177
|
+
takePicture: typeof takePicture;
|
|
178
|
+
openVideoPlayer: typeof openVideoPlayer;
|
|
179
|
+
openMediaFileDialog: typeof openMediaFileDialog;
|
|
180
|
+
mediaFileUpload: typeof mediaFileUpload;
|
|
181
|
+
invoice: typeof invoice;
|
|
182
|
+
pushWorkMsg: typeof pushWorkMsg;
|
|
183
|
+
openTalYoungToTopic: typeof openTalYoungToTopic;
|
|
184
|
+
getToken: typeof getToken;
|
|
185
|
+
authStart: typeof authStart;
|
|
186
|
+
authFinish: typeof authFinish;
|
|
187
|
+
assistantCreate: typeof assistantCreate;
|
|
188
|
+
yachEvent: typeof yachEvent;
|
|
189
|
+
topicEvent: typeof topicEvent;
|
|
190
|
+
openTogetherEyeWebview: typeof openTogetherEyeWebview;
|
|
191
|
+
getTogetherConfig: typeof getTogetherConfig;
|
|
192
|
+
rouseApp: typeof rouseApp;
|
|
193
|
+
externalLinkPreviewFile: typeof externalLinkPreviewFile;
|
|
194
|
+
savePic: typeof savePic;
|
|
195
|
+
zfbAuth: typeof zfbAuth;
|
|
196
|
+
complain: typeof complain;
|
|
197
|
+
selectDepartment: typeof selectDepartment;
|
|
198
|
+
createModifySchedule: typeof createModifySchedule;
|
|
199
|
+
openUserSchedule: typeof openUserSchedule;
|
|
200
|
+
disableScreenCapture: typeof disableScreenCapture;
|
|
201
|
+
addAppToNav: typeof addAppToNav;
|
|
202
|
+
knowledgeBaseSelect: typeof knowledgeBaseSelect;
|
|
203
|
+
lorebaseShowList: typeof lorebaseShowList;
|
|
204
|
+
lorebaseRefreshNodeWebview: typeof lorebaseRefreshNodeWebview;
|
|
205
|
+
copy: typeof copy;
|
|
206
|
+
openPublish: typeof openPublish;
|
|
207
|
+
capturePage: typeof capturePage;
|
|
208
|
+
};
|
|
209
|
+
telephone: {
|
|
210
|
+
showCallMenu: typeof showCallMenu;
|
|
211
|
+
call: typeof call;
|
|
212
|
+
};
|
|
213
|
+
navigation: {
|
|
214
|
+
setIcon: typeof setIcon;
|
|
215
|
+
setTitle: typeof setTitle;
|
|
216
|
+
setMenu: typeof setMenu;
|
|
217
|
+
close: typeof close;
|
|
218
|
+
replace: typeof replacePage;
|
|
219
|
+
quit: typeof quit;
|
|
220
|
+
setRight: typeof setRight;
|
|
221
|
+
setTitleExpandIcon: typeof setTitleExpandIcon;
|
|
222
|
+
updateExpandTitle: typeof updateExpandTitle;
|
|
223
|
+
setLeft: typeof setLeft;
|
|
224
|
+
goBack: typeof goBack;
|
|
225
|
+
setWindowBig: typeof setWindowBig;
|
|
226
|
+
tencentMeeting: typeof tencentMeeting;
|
|
227
|
+
tencentMeetingBegin: typeof tencentMeetingBegin;
|
|
228
|
+
setPanGestureEnable: typeof setPanGestureEnable;
|
|
229
|
+
};
|
|
230
|
+
contact: {
|
|
231
|
+
complexPicker: typeof complexPicker;
|
|
232
|
+
departmentsPicker: typeof departmentsPicker;
|
|
233
|
+
};
|
|
234
|
+
group: {
|
|
235
|
+
groupComplexPicker: typeof groupComplexPicker;
|
|
236
|
+
};
|
|
237
|
+
chat: {
|
|
238
|
+
chooseConversationByCorpId: typeof chooseConversationByCorpId;
|
|
239
|
+
pickConversation: typeof pickConversation;
|
|
240
|
+
openSingleChat: typeof openSingleChat;
|
|
241
|
+
openTeamChat: typeof openTeamChat;
|
|
242
|
+
openSquad: typeof openSquad;
|
|
243
|
+
sendP2PMsg: typeof sendP2PMsg;
|
|
244
|
+
};
|
|
245
|
+
map: {
|
|
246
|
+
view: typeof mapView;
|
|
247
|
+
multipointView: typeof multipointView;
|
|
248
|
+
};
|
|
249
|
+
webViewMessage: {
|
|
250
|
+
send: typeof webViewMessageSend;
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
runtime: {
|
|
254
|
+
permission: {
|
|
255
|
+
requestAuthCode: typeof requestAuthCode;
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
primary: {
|
|
259
|
+
createTab: typeof createTab;
|
|
260
|
+
weeklyShare: typeof weeklyShare;
|
|
261
|
+
fullScreen: typeof fullScreen;
|
|
262
|
+
exitFullScreen: typeof exitFullScreen;
|
|
263
|
+
};
|
|
264
|
+
device: {
|
|
265
|
+
notification: {
|
|
266
|
+
showPreloader: typeof showPreloader;
|
|
267
|
+
showCustomOverlayContent: typeof showCustomOverlayContent;
|
|
268
|
+
hidePreloader: typeof hidePreloader;
|
|
269
|
+
hideCustomOverlayContent: typeof hideCustomOverlayContent;
|
|
270
|
+
vibrate: typeof vibrate;
|
|
271
|
+
toast: typeof toast;
|
|
272
|
+
alert: typeof alert;
|
|
273
|
+
confirm: typeof confirm;
|
|
274
|
+
actionSheet: typeof actionSheet;
|
|
275
|
+
};
|
|
276
|
+
base: {
|
|
277
|
+
getPhoneInfo: typeof getPhoneInfo;
|
|
278
|
+
getUUID: typeof getUUID;
|
|
279
|
+
checkStepPermission: typeof checkStepPermission;
|
|
280
|
+
};
|
|
281
|
+
geolocation: {
|
|
282
|
+
get: typeof getGeolocation;
|
|
283
|
+
getSwitch: typeof getGeolocationSwitch;
|
|
284
|
+
};
|
|
285
|
+
system: {
|
|
286
|
+
getLang: typeof getLang;
|
|
287
|
+
setLight: typeof setLight;
|
|
288
|
+
};
|
|
289
|
+
audio: {
|
|
290
|
+
startRecord: typeof startRecord;
|
|
291
|
+
stopRecord: typeof stopRecord;
|
|
292
|
+
onRecordEnd: typeof onRecordEnd;
|
|
293
|
+
download: typeof downloadAudio;
|
|
294
|
+
play: typeof playAudio;
|
|
295
|
+
pause: typeof pauseAudio;
|
|
296
|
+
stop: typeof stopAudio;
|
|
297
|
+
onPlayEnd: typeof onPlayEnd;
|
|
298
|
+
resume: typeof resumeAudio;
|
|
299
|
+
onRecordEnd_v2: typeof onRecordEnd_v2;
|
|
300
|
+
startRecord_v2: typeof startRecord_v2;
|
|
301
|
+
stopRecord_v2: typeof stopRecord_v2;
|
|
302
|
+
};
|
|
303
|
+
connection: {
|
|
304
|
+
getNetworkType: typeof getNetworkType;
|
|
305
|
+
isAtTal: typeof isAtTal;
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
ui: {
|
|
309
|
+
webViewBounce: {
|
|
310
|
+
disable: typeof webViewBounceDisable;
|
|
311
|
+
};
|
|
312
|
+
pullToRefresh: {
|
|
313
|
+
enable: typeof pullToRefreshEnable;
|
|
314
|
+
stop: typeof pullToRefreshStop;
|
|
315
|
+
disable: typeof pullToRefreshDisable;
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
util: {
|
|
319
|
+
domainStorage: {
|
|
320
|
+
getItem: typeof getItem;
|
|
321
|
+
setItem: typeof setItem;
|
|
322
|
+
removeItem: typeof removeItem;
|
|
323
|
+
};
|
|
324
|
+
tool: {
|
|
325
|
+
writeLog: typeof writeLog;
|
|
326
|
+
flushLog: typeof flushLog;
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
app: {
|
|
330
|
+
custom: {
|
|
331
|
+
talYoungFilesUpload: typeof talYoungFilesUpload;
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
};
|
|
335
|
+
export default _default;
|