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/libs/index.js
ADDED
|
@@ -0,0 +1,1158 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js/object/define-property");
|
|
4
|
+
_Object$defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_Object$defineProperty(exports, "actionSheet", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _actionSheet.actionSheet;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
_Object$defineProperty(exports, "addAppToNav", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _addAppToNav.addAppToNav;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
_Object$defineProperty(exports, "alert", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function get() {
|
|
22
|
+
return _alert.alert;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
_Object$defineProperty(exports, "assistantCreate", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: function get() {
|
|
28
|
+
return _assistantCreate.assistantCreate;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
_Object$defineProperty(exports, "authFinish", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function get() {
|
|
34
|
+
return _authFinish.authFinish;
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
_Object$defineProperty(exports, "authStart", {
|
|
38
|
+
enumerable: true,
|
|
39
|
+
get: function get() {
|
|
40
|
+
return _authStart.authStart;
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
_Object$defineProperty(exports, "call", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function get() {
|
|
46
|
+
return _call.call;
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
_Object$defineProperty(exports, "capturePage", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function get() {
|
|
52
|
+
return _screen.capturePage;
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
_Object$defineProperty(exports, "checkStepPermission", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function get() {
|
|
58
|
+
return _checkStepPermission.checkStepPermission;
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
_Object$defineProperty(exports, "chooseConversationByCorpId", {
|
|
62
|
+
enumerable: true,
|
|
63
|
+
get: function get() {
|
|
64
|
+
return _chooseConversationByCorpId.chooseConversationByCorpId;
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
_Object$defineProperty(exports, "chosen", {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
get: function get() {
|
|
70
|
+
return _chosen.chosen;
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
_Object$defineProperty(exports, "clipboardFileUpload", {
|
|
74
|
+
enumerable: true,
|
|
75
|
+
get: function get() {
|
|
76
|
+
return _clipboardFileUpload.clipboardFileUpload;
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
_Object$defineProperty(exports, "close", {
|
|
80
|
+
enumerable: true,
|
|
81
|
+
get: function get() {
|
|
82
|
+
return _close.close;
|
|
83
|
+
}
|
|
84
|
+
});
|
|
85
|
+
_Object$defineProperty(exports, "closeWindow", {
|
|
86
|
+
enumerable: true,
|
|
87
|
+
get: function get() {
|
|
88
|
+
return _closeWindow.closeWindow;
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
_Object$defineProperty(exports, "complain", {
|
|
92
|
+
enumerable: true,
|
|
93
|
+
get: function get() {
|
|
94
|
+
return _complain.complain;
|
|
95
|
+
}
|
|
96
|
+
});
|
|
97
|
+
_Object$defineProperty(exports, "complexPicker", {
|
|
98
|
+
enumerable: true,
|
|
99
|
+
get: function get() {
|
|
100
|
+
return _complexPicker.complexPicker;
|
|
101
|
+
}
|
|
102
|
+
});
|
|
103
|
+
exports.config = void 0;
|
|
104
|
+
_Object$defineProperty(exports, "confirm", {
|
|
105
|
+
enumerable: true,
|
|
106
|
+
get: function get() {
|
|
107
|
+
return _confirm.confirm;
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
_Object$defineProperty(exports, "copy", {
|
|
111
|
+
enumerable: true,
|
|
112
|
+
get: function get() {
|
|
113
|
+
return _copy.copy;
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
_Object$defineProperty(exports, "createModifySchedule", {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function get() {
|
|
119
|
+
return _createModifySchedule.createModifySchedule;
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
_Object$defineProperty(exports, "createTab", {
|
|
123
|
+
enumerable: true,
|
|
124
|
+
get: function get() {
|
|
125
|
+
return _createTab.createTab;
|
|
126
|
+
}
|
|
127
|
+
});
|
|
128
|
+
_Object$defineProperty(exports, "datepicker", {
|
|
129
|
+
enumerable: true,
|
|
130
|
+
get: function get() {
|
|
131
|
+
return _datepicker.datepicker;
|
|
132
|
+
}
|
|
133
|
+
});
|
|
134
|
+
_Object$defineProperty(exports, "datetimepicker", {
|
|
135
|
+
enumerable: true,
|
|
136
|
+
get: function get() {
|
|
137
|
+
return _datetimepicker.datetimepicker;
|
|
138
|
+
}
|
|
139
|
+
});
|
|
140
|
+
exports["default"] = void 0;
|
|
141
|
+
_Object$defineProperty(exports, "departmentsPicker", {
|
|
142
|
+
enumerable: true,
|
|
143
|
+
get: function get() {
|
|
144
|
+
return _departmentsPicker.departmentsPicker;
|
|
145
|
+
}
|
|
146
|
+
});
|
|
147
|
+
_Object$defineProperty(exports, "disableScreenCapture", {
|
|
148
|
+
enumerable: true,
|
|
149
|
+
get: function get() {
|
|
150
|
+
return _disableScreenCapture.disableScreenCapture;
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
_Object$defineProperty(exports, "downloadAudio", {
|
|
154
|
+
enumerable: true,
|
|
155
|
+
get: function get() {
|
|
156
|
+
return _download.download;
|
|
157
|
+
}
|
|
158
|
+
});
|
|
159
|
+
_Object$defineProperty(exports, "downloadFile", {
|
|
160
|
+
enumerable: true,
|
|
161
|
+
get: function get() {
|
|
162
|
+
return _downloadFile.downloadFile;
|
|
163
|
+
}
|
|
164
|
+
});
|
|
165
|
+
_Object$defineProperty(exports, "entergroupCheck", {
|
|
166
|
+
enumerable: true,
|
|
167
|
+
get: function get() {
|
|
168
|
+
return _entergroupCheck.entergroupCheck;
|
|
169
|
+
}
|
|
170
|
+
});
|
|
171
|
+
exports.error = exports.env = void 0;
|
|
172
|
+
_Object$defineProperty(exports, "exitFullScreen", {
|
|
173
|
+
enumerable: true,
|
|
174
|
+
get: function get() {
|
|
175
|
+
return _exitFullScreen.exitFullScreen;
|
|
176
|
+
}
|
|
177
|
+
});
|
|
178
|
+
_Object$defineProperty(exports, "externalLinkPreviewFile", {
|
|
179
|
+
enumerable: true,
|
|
180
|
+
get: function get() {
|
|
181
|
+
return _externalLinkPreviewFile.externalLinkPreviewFile;
|
|
182
|
+
}
|
|
183
|
+
});
|
|
184
|
+
_Object$defineProperty(exports, "feedback", {
|
|
185
|
+
enumerable: true,
|
|
186
|
+
get: function get() {
|
|
187
|
+
return _feedback.feedback;
|
|
188
|
+
}
|
|
189
|
+
});
|
|
190
|
+
_Object$defineProperty(exports, "flushLog", {
|
|
191
|
+
enumerable: true,
|
|
192
|
+
get: function get() {
|
|
193
|
+
return _flushLog.flushLog;
|
|
194
|
+
}
|
|
195
|
+
});
|
|
196
|
+
_Object$defineProperty(exports, "fullScreen", {
|
|
197
|
+
enumerable: true,
|
|
198
|
+
get: function get() {
|
|
199
|
+
return _fullScreen.fullScreen;
|
|
200
|
+
}
|
|
201
|
+
});
|
|
202
|
+
_Object$defineProperty(exports, "getGeolocation", {
|
|
203
|
+
enumerable: true,
|
|
204
|
+
get: function get() {
|
|
205
|
+
return _get.get;
|
|
206
|
+
}
|
|
207
|
+
});
|
|
208
|
+
_Object$defineProperty(exports, "getGeolocationSwitch", {
|
|
209
|
+
enumerable: true,
|
|
210
|
+
get: function get() {
|
|
211
|
+
return _getSwitch.getSwitch;
|
|
212
|
+
}
|
|
213
|
+
});
|
|
214
|
+
_Object$defineProperty(exports, "getItem", {
|
|
215
|
+
enumerable: true,
|
|
216
|
+
get: function get() {
|
|
217
|
+
return _getItem.getItem;
|
|
218
|
+
}
|
|
219
|
+
});
|
|
220
|
+
_Object$defineProperty(exports, "getLang", {
|
|
221
|
+
enumerable: true,
|
|
222
|
+
get: function get() {
|
|
223
|
+
return _getLang.getLang;
|
|
224
|
+
}
|
|
225
|
+
});
|
|
226
|
+
_Object$defineProperty(exports, "getNetworkType", {
|
|
227
|
+
enumerable: true,
|
|
228
|
+
get: function get() {
|
|
229
|
+
return _getNetworkType.getNetworkType;
|
|
230
|
+
}
|
|
231
|
+
});
|
|
232
|
+
_Object$defineProperty(exports, "getPhoneInfo", {
|
|
233
|
+
enumerable: true,
|
|
234
|
+
get: function get() {
|
|
235
|
+
return _getPhoneInfo.getPhoneInfo;
|
|
236
|
+
}
|
|
237
|
+
});
|
|
238
|
+
_Object$defineProperty(exports, "getSingleWebviewData", {
|
|
239
|
+
enumerable: true,
|
|
240
|
+
get: function get() {
|
|
241
|
+
return _getSingleWebviewData.getSingleWebviewData;
|
|
242
|
+
}
|
|
243
|
+
});
|
|
244
|
+
_Object$defineProperty(exports, "getTogetherConfig", {
|
|
245
|
+
enumerable: true,
|
|
246
|
+
get: function get() {
|
|
247
|
+
return _getTogetherConfig.getTogetherConfig;
|
|
248
|
+
}
|
|
249
|
+
});
|
|
250
|
+
_Object$defineProperty(exports, "getToken", {
|
|
251
|
+
enumerable: true,
|
|
252
|
+
get: function get() {
|
|
253
|
+
return _getToken.getToken;
|
|
254
|
+
}
|
|
255
|
+
});
|
|
256
|
+
_Object$defineProperty(exports, "getUUID", {
|
|
257
|
+
enumerable: true,
|
|
258
|
+
get: function get() {
|
|
259
|
+
return _getUUID.getUUID;
|
|
260
|
+
}
|
|
261
|
+
});
|
|
262
|
+
_Object$defineProperty(exports, "goBack", {
|
|
263
|
+
enumerable: true,
|
|
264
|
+
get: function get() {
|
|
265
|
+
return _goBack.goBack;
|
|
266
|
+
}
|
|
267
|
+
});
|
|
268
|
+
_Object$defineProperty(exports, "groupComplexPicker", {
|
|
269
|
+
enumerable: true,
|
|
270
|
+
get: function get() {
|
|
271
|
+
return _groupComplexPicker.groupComplexPicker;
|
|
272
|
+
}
|
|
273
|
+
});
|
|
274
|
+
_Object$defineProperty(exports, "hideCustomOverlayContent", {
|
|
275
|
+
enumerable: true,
|
|
276
|
+
get: function get() {
|
|
277
|
+
return _hidePreloader.hideCustomOverlayContent;
|
|
278
|
+
}
|
|
279
|
+
});
|
|
280
|
+
_Object$defineProperty(exports, "hidePreloader", {
|
|
281
|
+
enumerable: true,
|
|
282
|
+
get: function get() {
|
|
283
|
+
return _hidePreloader.hidePreloader;
|
|
284
|
+
}
|
|
285
|
+
});
|
|
286
|
+
_Object$defineProperty(exports, "injectScript", {
|
|
287
|
+
enumerable: true,
|
|
288
|
+
get: function get() {
|
|
289
|
+
return _injectScript.injectScript;
|
|
290
|
+
}
|
|
291
|
+
});
|
|
292
|
+
_Object$defineProperty(exports, "invoice", {
|
|
293
|
+
enumerable: true,
|
|
294
|
+
get: function get() {
|
|
295
|
+
return _invoice.invoice;
|
|
296
|
+
}
|
|
297
|
+
});
|
|
298
|
+
_Object$defineProperty(exports, "isAtTal", {
|
|
299
|
+
enumerable: true,
|
|
300
|
+
get: function get() {
|
|
301
|
+
return _isAtTal.isAtTal;
|
|
302
|
+
}
|
|
303
|
+
});
|
|
304
|
+
_Object$defineProperty(exports, "knowledgeBaseSelect", {
|
|
305
|
+
enumerable: true,
|
|
306
|
+
get: function get() {
|
|
307
|
+
return _knowledgeBaseSelect.knowledgeBaseSelect;
|
|
308
|
+
}
|
|
309
|
+
});
|
|
310
|
+
_Object$defineProperty(exports, "lorebaseRefreshNodeWebview", {
|
|
311
|
+
enumerable: true,
|
|
312
|
+
get: function get() {
|
|
313
|
+
return _lorebaseRefreshNodeWebview.lorebaseRefreshNodeWebview;
|
|
314
|
+
}
|
|
315
|
+
});
|
|
316
|
+
_Object$defineProperty(exports, "lorebaseShowList", {
|
|
317
|
+
enumerable: true,
|
|
318
|
+
get: function get() {
|
|
319
|
+
return _lorebaseShowList.lorebaseShowList;
|
|
320
|
+
}
|
|
321
|
+
});
|
|
322
|
+
_Object$defineProperty(exports, "mapView", {
|
|
323
|
+
enumerable: true,
|
|
324
|
+
get: function get() {
|
|
325
|
+
return _view.view;
|
|
326
|
+
}
|
|
327
|
+
});
|
|
328
|
+
_Object$defineProperty(exports, "mediaFileUpload", {
|
|
329
|
+
enumerable: true,
|
|
330
|
+
get: function get() {
|
|
331
|
+
return _mediaFileUpload.mediaFileUpload;
|
|
332
|
+
}
|
|
333
|
+
});
|
|
334
|
+
_Object$defineProperty(exports, "multipointView", {
|
|
335
|
+
enumerable: true,
|
|
336
|
+
get: function get() {
|
|
337
|
+
return _multipointView.multipointView;
|
|
338
|
+
}
|
|
339
|
+
});
|
|
340
|
+
exports.on = exports.off = void 0;
|
|
341
|
+
_Object$defineProperty(exports, "onPlayEnd", {
|
|
342
|
+
enumerable: true,
|
|
343
|
+
get: function get() {
|
|
344
|
+
return _onPlayEnd.onPlayEnd;
|
|
345
|
+
}
|
|
346
|
+
});
|
|
347
|
+
_Object$defineProperty(exports, "onRecordEnd", {
|
|
348
|
+
enumerable: true,
|
|
349
|
+
get: function get() {
|
|
350
|
+
return _onRecordEnd.onRecordEnd;
|
|
351
|
+
}
|
|
352
|
+
});
|
|
353
|
+
_Object$defineProperty(exports, "onRecordEnd_v2", {
|
|
354
|
+
enumerable: true,
|
|
355
|
+
get: function get() {
|
|
356
|
+
return _onRecordEnd_v.onRecordEnd_v2;
|
|
357
|
+
}
|
|
358
|
+
});
|
|
359
|
+
_Object$defineProperty(exports, "onlineDocmentOpenTeamChat", {
|
|
360
|
+
enumerable: true,
|
|
361
|
+
get: function get() {
|
|
362
|
+
return _onlineDocmentOpenTeamChat.onlineDocmentOpenTeamChat;
|
|
363
|
+
}
|
|
364
|
+
});
|
|
365
|
+
_Object$defineProperty(exports, "open", {
|
|
366
|
+
enumerable: true,
|
|
367
|
+
get: function get() {
|
|
368
|
+
return _open.open;
|
|
369
|
+
}
|
|
370
|
+
});
|
|
371
|
+
_Object$defineProperty(exports, "openFutureGroup", {
|
|
372
|
+
enumerable: true,
|
|
373
|
+
get: function get() {
|
|
374
|
+
return _openFutureGroup.openFutureGroup;
|
|
375
|
+
}
|
|
376
|
+
});
|
|
377
|
+
_Object$defineProperty(exports, "openLink", {
|
|
378
|
+
enumerable: true,
|
|
379
|
+
get: function get() {
|
|
380
|
+
return _openLink.openLink;
|
|
381
|
+
}
|
|
382
|
+
});
|
|
383
|
+
_Object$defineProperty(exports, "openMediaFileDialog", {
|
|
384
|
+
enumerable: true,
|
|
385
|
+
get: function get() {
|
|
386
|
+
return _openMediaFileDialog.openMediaFileDialog;
|
|
387
|
+
}
|
|
388
|
+
});
|
|
389
|
+
_Object$defineProperty(exports, "openPublish", {
|
|
390
|
+
enumerable: true,
|
|
391
|
+
get: function get() {
|
|
392
|
+
return _openPublish.openPublish;
|
|
393
|
+
}
|
|
394
|
+
});
|
|
395
|
+
_Object$defineProperty(exports, "openSingleChat", {
|
|
396
|
+
enumerable: true,
|
|
397
|
+
get: function get() {
|
|
398
|
+
return _openSingleChat.openSingleChat;
|
|
399
|
+
}
|
|
400
|
+
});
|
|
401
|
+
_Object$defineProperty(exports, "openSingleWebview", {
|
|
402
|
+
enumerable: true,
|
|
403
|
+
get: function get() {
|
|
404
|
+
return _openSingleWebview.openSingleWebview;
|
|
405
|
+
}
|
|
406
|
+
});
|
|
407
|
+
_Object$defineProperty(exports, "openSlidePanel", {
|
|
408
|
+
enumerable: true,
|
|
409
|
+
get: function get() {
|
|
410
|
+
return _openSlidePanel.openSlidePanel;
|
|
411
|
+
}
|
|
412
|
+
});
|
|
413
|
+
_Object$defineProperty(exports, "openSquad", {
|
|
414
|
+
enumerable: true,
|
|
415
|
+
get: function get() {
|
|
416
|
+
return _openSquad.openSquad;
|
|
417
|
+
}
|
|
418
|
+
});
|
|
419
|
+
_Object$defineProperty(exports, "openTalYoungToTopic", {
|
|
420
|
+
enumerable: true,
|
|
421
|
+
get: function get() {
|
|
422
|
+
return _openTalYoungToTopic.openTalYoungToTopic;
|
|
423
|
+
}
|
|
424
|
+
});
|
|
425
|
+
_Object$defineProperty(exports, "openTeamChat", {
|
|
426
|
+
enumerable: true,
|
|
427
|
+
get: function get() {
|
|
428
|
+
return _openTeamChat.openTeamChat;
|
|
429
|
+
}
|
|
430
|
+
});
|
|
431
|
+
_Object$defineProperty(exports, "openTogetherEyeWebview", {
|
|
432
|
+
enumerable: true,
|
|
433
|
+
get: function get() {
|
|
434
|
+
return _openTogetherEyeWebview.openTogetherEyeWebview;
|
|
435
|
+
}
|
|
436
|
+
});
|
|
437
|
+
_Object$defineProperty(exports, "openUserSchedule", {
|
|
438
|
+
enumerable: true,
|
|
439
|
+
get: function get() {
|
|
440
|
+
return _openUserSchedule.openUserSchedule;
|
|
441
|
+
}
|
|
442
|
+
});
|
|
443
|
+
_Object$defineProperty(exports, "openVideoPlayer", {
|
|
444
|
+
enumerable: true,
|
|
445
|
+
get: function get() {
|
|
446
|
+
return _openVideoPlayer.openVideoPlayer;
|
|
447
|
+
}
|
|
448
|
+
});
|
|
449
|
+
_Object$defineProperty(exports, "pauseAudio", {
|
|
450
|
+
enumerable: true,
|
|
451
|
+
get: function get() {
|
|
452
|
+
return _pause.pause;
|
|
453
|
+
}
|
|
454
|
+
});
|
|
455
|
+
_Object$defineProperty(exports, "pickConversation", {
|
|
456
|
+
enumerable: true,
|
|
457
|
+
get: function get() {
|
|
458
|
+
return _pickConversation.pickConversation;
|
|
459
|
+
}
|
|
460
|
+
});
|
|
461
|
+
exports.platformV2 = exports.platform = void 0;
|
|
462
|
+
_Object$defineProperty(exports, "playAudio", {
|
|
463
|
+
enumerable: true,
|
|
464
|
+
get: function get() {
|
|
465
|
+
return _play.play;
|
|
466
|
+
}
|
|
467
|
+
});
|
|
468
|
+
_Object$defineProperty(exports, "previewFile", {
|
|
469
|
+
enumerable: true,
|
|
470
|
+
get: function get() {
|
|
471
|
+
return _previewFile.previewFile;
|
|
472
|
+
}
|
|
473
|
+
});
|
|
474
|
+
_Object$defineProperty(exports, "previewImage", {
|
|
475
|
+
enumerable: true,
|
|
476
|
+
get: function get() {
|
|
477
|
+
return _previewImage.previewImage;
|
|
478
|
+
}
|
|
479
|
+
});
|
|
480
|
+
_Object$defineProperty(exports, "proxy", {
|
|
481
|
+
enumerable: true,
|
|
482
|
+
get: function get() {
|
|
483
|
+
return _proxy.proxy;
|
|
484
|
+
}
|
|
485
|
+
});
|
|
486
|
+
_Object$defineProperty(exports, "pullToRefreshDisable", {
|
|
487
|
+
enumerable: true,
|
|
488
|
+
get: function get() {
|
|
489
|
+
return _disable2.disable;
|
|
490
|
+
}
|
|
491
|
+
});
|
|
492
|
+
_Object$defineProperty(exports, "pullToRefreshEnable", {
|
|
493
|
+
enumerable: true,
|
|
494
|
+
get: function get() {
|
|
495
|
+
return _enable.enable;
|
|
496
|
+
}
|
|
497
|
+
});
|
|
498
|
+
_Object$defineProperty(exports, "pullToRefreshStop", {
|
|
499
|
+
enumerable: true,
|
|
500
|
+
get: function get() {
|
|
501
|
+
return _stop2.stop;
|
|
502
|
+
}
|
|
503
|
+
});
|
|
504
|
+
_Object$defineProperty(exports, "pushWorkMsg", {
|
|
505
|
+
enumerable: true,
|
|
506
|
+
get: function get() {
|
|
507
|
+
return _pushWorkMsg.pushWorkMsg;
|
|
508
|
+
}
|
|
509
|
+
});
|
|
510
|
+
_Object$defineProperty(exports, "quit", {
|
|
511
|
+
enumerable: true,
|
|
512
|
+
get: function get() {
|
|
513
|
+
return _quit.quit;
|
|
514
|
+
}
|
|
515
|
+
});
|
|
516
|
+
exports.ready = void 0;
|
|
517
|
+
_Object$defineProperty(exports, "remind", {
|
|
518
|
+
enumerable: true,
|
|
519
|
+
get: function get() {
|
|
520
|
+
return _remind.remind;
|
|
521
|
+
}
|
|
522
|
+
});
|
|
523
|
+
_Object$defineProperty(exports, "removeItem", {
|
|
524
|
+
enumerable: true,
|
|
525
|
+
get: function get() {
|
|
526
|
+
return _removeItem.removeItem;
|
|
527
|
+
}
|
|
528
|
+
});
|
|
529
|
+
_Object$defineProperty(exports, "replacePage", {
|
|
530
|
+
enumerable: true,
|
|
531
|
+
get: function get() {
|
|
532
|
+
return _replace.replace;
|
|
533
|
+
}
|
|
534
|
+
});
|
|
535
|
+
_Object$defineProperty(exports, "requestAuthCode", {
|
|
536
|
+
enumerable: true,
|
|
537
|
+
get: function get() {
|
|
538
|
+
return _requestAuthCode.requestAuthCode;
|
|
539
|
+
}
|
|
540
|
+
});
|
|
541
|
+
_Object$defineProperty(exports, "resetSessionUnread", {
|
|
542
|
+
enumerable: true,
|
|
543
|
+
get: function get() {
|
|
544
|
+
return _resetSessionUnread.resetSessionUnread;
|
|
545
|
+
}
|
|
546
|
+
});
|
|
547
|
+
_Object$defineProperty(exports, "resumeAudio", {
|
|
548
|
+
enumerable: true,
|
|
549
|
+
get: function get() {
|
|
550
|
+
return _resume.resume;
|
|
551
|
+
}
|
|
552
|
+
});
|
|
553
|
+
_Object$defineProperty(exports, "rouseApp", {
|
|
554
|
+
enumerable: true,
|
|
555
|
+
get: function get() {
|
|
556
|
+
return _rouseApp.rouseApp;
|
|
557
|
+
}
|
|
558
|
+
});
|
|
559
|
+
_Object$defineProperty(exports, "savePic", {
|
|
560
|
+
enumerable: true,
|
|
561
|
+
get: function get() {
|
|
562
|
+
return _savePic.savePic;
|
|
563
|
+
}
|
|
564
|
+
});
|
|
565
|
+
_Object$defineProperty(exports, "scan", {
|
|
566
|
+
enumerable: true,
|
|
567
|
+
get: function get() {
|
|
568
|
+
return _scan.scan;
|
|
569
|
+
}
|
|
570
|
+
});
|
|
571
|
+
exports.sdkVersion = void 0;
|
|
572
|
+
_Object$defineProperty(exports, "selectDepartment", {
|
|
573
|
+
enumerable: true,
|
|
574
|
+
get: function get() {
|
|
575
|
+
return _selectDepartment.selectDepartment;
|
|
576
|
+
}
|
|
577
|
+
});
|
|
578
|
+
_Object$defineProperty(exports, "sendP2PMsg", {
|
|
579
|
+
enumerable: true,
|
|
580
|
+
get: function get() {
|
|
581
|
+
return _sendP2PMsg.sendP2PMsg;
|
|
582
|
+
}
|
|
583
|
+
});
|
|
584
|
+
_Object$defineProperty(exports, "setIcon", {
|
|
585
|
+
enumerable: true,
|
|
586
|
+
get: function get() {
|
|
587
|
+
return _setIcon.setIcon;
|
|
588
|
+
}
|
|
589
|
+
});
|
|
590
|
+
_Object$defineProperty(exports, "setItem", {
|
|
591
|
+
enumerable: true,
|
|
592
|
+
get: function get() {
|
|
593
|
+
return _setItem.setItem;
|
|
594
|
+
}
|
|
595
|
+
});
|
|
596
|
+
_Object$defineProperty(exports, "setLeft", {
|
|
597
|
+
enumerable: true,
|
|
598
|
+
get: function get() {
|
|
599
|
+
return _setLeft.setLeft;
|
|
600
|
+
}
|
|
601
|
+
});
|
|
602
|
+
_Object$defineProperty(exports, "setLight", {
|
|
603
|
+
enumerable: true,
|
|
604
|
+
get: function get() {
|
|
605
|
+
return _setLight.setLight;
|
|
606
|
+
}
|
|
607
|
+
});
|
|
608
|
+
_Object$defineProperty(exports, "setMenu", {
|
|
609
|
+
enumerable: true,
|
|
610
|
+
get: function get() {
|
|
611
|
+
return _setMenu.setMenu;
|
|
612
|
+
}
|
|
613
|
+
});
|
|
614
|
+
_Object$defineProperty(exports, "setPanGestureEnable", {
|
|
615
|
+
enumerable: true,
|
|
616
|
+
get: function get() {
|
|
617
|
+
return _setPanGestureEnable.setPanGestureEnable;
|
|
618
|
+
}
|
|
619
|
+
});
|
|
620
|
+
_Object$defineProperty(exports, "setRight", {
|
|
621
|
+
enumerable: true,
|
|
622
|
+
get: function get() {
|
|
623
|
+
return _setRight.setRight;
|
|
624
|
+
}
|
|
625
|
+
});
|
|
626
|
+
_Object$defineProperty(exports, "setTitle", {
|
|
627
|
+
enumerable: true,
|
|
628
|
+
get: function get() {
|
|
629
|
+
return _setTitle.setTitle;
|
|
630
|
+
}
|
|
631
|
+
});
|
|
632
|
+
_Object$defineProperty(exports, "setTitleExpandIcon", {
|
|
633
|
+
enumerable: true,
|
|
634
|
+
get: function get() {
|
|
635
|
+
return _setTitleExpandIcon.setTitleExpandIcon;
|
|
636
|
+
}
|
|
637
|
+
});
|
|
638
|
+
_Object$defineProperty(exports, "setWindowBig", {
|
|
639
|
+
enumerable: true,
|
|
640
|
+
get: function get() {
|
|
641
|
+
return _setWindowBig.setWindowBig;
|
|
642
|
+
}
|
|
643
|
+
});
|
|
644
|
+
_Object$defineProperty(exports, "share", {
|
|
645
|
+
enumerable: true,
|
|
646
|
+
get: function get() {
|
|
647
|
+
return _share.share;
|
|
648
|
+
}
|
|
649
|
+
});
|
|
650
|
+
_Object$defineProperty(exports, "showCallMenu", {
|
|
651
|
+
enumerable: true,
|
|
652
|
+
get: function get() {
|
|
653
|
+
return _showCallMenu.showCallMenu;
|
|
654
|
+
}
|
|
655
|
+
});
|
|
656
|
+
_Object$defineProperty(exports, "showCustomOverlayContent", {
|
|
657
|
+
enumerable: true,
|
|
658
|
+
get: function get() {
|
|
659
|
+
return _showPreloader.showCustomOverlayContent;
|
|
660
|
+
}
|
|
661
|
+
});
|
|
662
|
+
_Object$defineProperty(exports, "showPreloader", {
|
|
663
|
+
enumerable: true,
|
|
664
|
+
get: function get() {
|
|
665
|
+
return _showPreloader.showPreloader;
|
|
666
|
+
}
|
|
667
|
+
});
|
|
668
|
+
_Object$defineProperty(exports, "startRecord", {
|
|
669
|
+
enumerable: true,
|
|
670
|
+
get: function get() {
|
|
671
|
+
return _startRecord.startRecord;
|
|
672
|
+
}
|
|
673
|
+
});
|
|
674
|
+
_Object$defineProperty(exports, "startRecord_v2", {
|
|
675
|
+
enumerable: true,
|
|
676
|
+
get: function get() {
|
|
677
|
+
return _startRecord_v.startRecord_v2;
|
|
678
|
+
}
|
|
679
|
+
});
|
|
680
|
+
_Object$defineProperty(exports, "stopAudio", {
|
|
681
|
+
enumerable: true,
|
|
682
|
+
get: function get() {
|
|
683
|
+
return _stop.stop;
|
|
684
|
+
}
|
|
685
|
+
});
|
|
686
|
+
_Object$defineProperty(exports, "stopRecord", {
|
|
687
|
+
enumerable: true,
|
|
688
|
+
get: function get() {
|
|
689
|
+
return _stopRecord.stopRecord;
|
|
690
|
+
}
|
|
691
|
+
});
|
|
692
|
+
_Object$defineProperty(exports, "stopRecord_v2", {
|
|
693
|
+
enumerable: true,
|
|
694
|
+
get: function get() {
|
|
695
|
+
return _stopRecord_v.stopRecord_v2;
|
|
696
|
+
}
|
|
697
|
+
});
|
|
698
|
+
_Object$defineProperty(exports, "takePicture", {
|
|
699
|
+
enumerable: true,
|
|
700
|
+
get: function get() {
|
|
701
|
+
return _takePicture.takePicture;
|
|
702
|
+
}
|
|
703
|
+
});
|
|
704
|
+
_Object$defineProperty(exports, "talYoungFilesUpload", {
|
|
705
|
+
enumerable: true,
|
|
706
|
+
get: function get() {
|
|
707
|
+
return _talYoungFilesUpload.talYoungFilesUpload;
|
|
708
|
+
}
|
|
709
|
+
});
|
|
710
|
+
_Object$defineProperty(exports, "tencentMeeting", {
|
|
711
|
+
enumerable: true,
|
|
712
|
+
get: function get() {
|
|
713
|
+
return _tencentMeeting.tencentMeeting;
|
|
714
|
+
}
|
|
715
|
+
});
|
|
716
|
+
_Object$defineProperty(exports, "tencentMeetingBegin", {
|
|
717
|
+
enumerable: true,
|
|
718
|
+
get: function get() {
|
|
719
|
+
return _tencentMeetingBegin.tencentMeetingBegin;
|
|
720
|
+
}
|
|
721
|
+
});
|
|
722
|
+
_Object$defineProperty(exports, "toast", {
|
|
723
|
+
enumerable: true,
|
|
724
|
+
get: function get() {
|
|
725
|
+
return _toast.toast;
|
|
726
|
+
}
|
|
727
|
+
});
|
|
728
|
+
_Object$defineProperty(exports, "topicEvent", {
|
|
729
|
+
enumerable: true,
|
|
730
|
+
get: function get() {
|
|
731
|
+
return _topicEvent.topicEvent;
|
|
732
|
+
}
|
|
733
|
+
});
|
|
734
|
+
_Object$defineProperty(exports, "updateExpandTitle", {
|
|
735
|
+
enumerable: true,
|
|
736
|
+
get: function get() {
|
|
737
|
+
return _updateExpandTitle.updateExpandTitle;
|
|
738
|
+
}
|
|
739
|
+
});
|
|
740
|
+
_Object$defineProperty(exports, "uploadAttachment", {
|
|
741
|
+
enumerable: true,
|
|
742
|
+
get: function get() {
|
|
743
|
+
return _uploadAttachment.uploadAttachment;
|
|
744
|
+
}
|
|
745
|
+
});
|
|
746
|
+
exports.version = void 0;
|
|
747
|
+
_Object$defineProperty(exports, "vibrate", {
|
|
748
|
+
enumerable: true,
|
|
749
|
+
get: function get() {
|
|
750
|
+
return _vibrate.vibrate;
|
|
751
|
+
}
|
|
752
|
+
});
|
|
753
|
+
_Object$defineProperty(exports, "webViewBounceDisable", {
|
|
754
|
+
enumerable: true,
|
|
755
|
+
get: function get() {
|
|
756
|
+
return _disable.disable;
|
|
757
|
+
}
|
|
758
|
+
});
|
|
759
|
+
_Object$defineProperty(exports, "webViewMessageSend", {
|
|
760
|
+
enumerable: true,
|
|
761
|
+
get: function get() {
|
|
762
|
+
return _send.send;
|
|
763
|
+
}
|
|
764
|
+
});
|
|
765
|
+
_Object$defineProperty(exports, "weeklyRead", {
|
|
766
|
+
enumerable: true,
|
|
767
|
+
get: function get() {
|
|
768
|
+
return _weeklyRead.weeklyRead;
|
|
769
|
+
}
|
|
770
|
+
});
|
|
771
|
+
_Object$defineProperty(exports, "weeklyShare", {
|
|
772
|
+
enumerable: true,
|
|
773
|
+
get: function get() {
|
|
774
|
+
return _weeklyShare.weeklyShare;
|
|
775
|
+
}
|
|
776
|
+
});
|
|
777
|
+
_Object$defineProperty(exports, "writeLog", {
|
|
778
|
+
enumerable: true,
|
|
779
|
+
get: function get() {
|
|
780
|
+
return _log.writeLog;
|
|
781
|
+
}
|
|
782
|
+
});
|
|
783
|
+
_Object$defineProperty(exports, "yachEvent", {
|
|
784
|
+
enumerable: true,
|
|
785
|
+
get: function get() {
|
|
786
|
+
return _yachEvent.yachEvent;
|
|
787
|
+
}
|
|
788
|
+
});
|
|
789
|
+
_Object$defineProperty(exports, "zfbAuth", {
|
|
790
|
+
enumerable: true,
|
|
791
|
+
get: function get() {
|
|
792
|
+
return _zfbAuth.zfbAuth;
|
|
793
|
+
}
|
|
794
|
+
});
|
|
795
|
+
var _lib = require("./lib");
|
|
796
|
+
var _openLink = require("./api/biz/util/openLink");
|
|
797
|
+
var _feedback = require("./api/biz/util/feedback");
|
|
798
|
+
var _open = require("./api/biz/util/open");
|
|
799
|
+
var _openSlidePanel = require("./api/biz/util/openSlidePanel");
|
|
800
|
+
var _share = require("./api/biz/util/share");
|
|
801
|
+
var _previewFile = require("./api/biz/util/previewFile");
|
|
802
|
+
var _previewImage = require("./api/biz/util/previewImage");
|
|
803
|
+
var _downloadFile = require("./api/biz/util/downloadFile");
|
|
804
|
+
var _uploadAttachment = require("./api/biz/util/uploadAttachment");
|
|
805
|
+
var _clipboardFileUpload = require("./api/biz/util/clipboardFileUpload");
|
|
806
|
+
var _proxy = require("./api/biz/util/proxy");
|
|
807
|
+
var _datepicker = require("./api/biz/util/datepicker");
|
|
808
|
+
var _datetimepicker = require("./api/biz/util/datetimepicker");
|
|
809
|
+
var _scan = require("./api/biz/util/scan");
|
|
810
|
+
var _view = require("./api/biz/map/view");
|
|
811
|
+
var _multipointView = require("./api/biz/map/multipointView");
|
|
812
|
+
var _chosen = require("./api/biz/util/chosen");
|
|
813
|
+
var _openSingleWebview = require("./api/biz/util/openSingleWebview");
|
|
814
|
+
var _getSingleWebviewData = require("./api/biz/util/getSingleWebviewData");
|
|
815
|
+
var _injectScript = require("./api/biz/util/injectScript");
|
|
816
|
+
var _closeWindow = require("./api/biz/util/closeWindow");
|
|
817
|
+
var _remind = require("./api/biz/util/remind");
|
|
818
|
+
var _takePicture = require("./api/biz/util/takePicture");
|
|
819
|
+
var _openVideoPlayer = require("./api/biz/util/openVideoPlayer");
|
|
820
|
+
var _openMediaFileDialog = require("./api/biz/util/openMediaFileDialog");
|
|
821
|
+
var _mediaFileUpload = require("./api/biz/util/mediaFileUpload");
|
|
822
|
+
var _invoice = require("./api/biz/util/invoice");
|
|
823
|
+
var _pushWorkMsg = require("./api/biz/util/pushWorkMsg");
|
|
824
|
+
var _openTalYoungToTopic = require("./api/biz/util/openTalYoungToTopic");
|
|
825
|
+
var _getToken = require("./api/biz/util/getToken");
|
|
826
|
+
var _authStart = require("./api/biz/util/authStart");
|
|
827
|
+
var _authFinish = require("./api/biz/util/authFinish");
|
|
828
|
+
var _assistantCreate = require("./api/biz/util/assistantCreate");
|
|
829
|
+
var _yachEvent = require("./api/biz/util/yachEvent");
|
|
830
|
+
var _topicEvent = require("./api/biz/util/topicEvent");
|
|
831
|
+
var _openTogetherEyeWebview = require("./api/biz/util/openTogetherEyeWebview");
|
|
832
|
+
var _getTogetherConfig = require("./api/biz/util/getTogetherConfig");
|
|
833
|
+
var _rouseApp = require("./api/biz/util/rouseApp");
|
|
834
|
+
var _externalLinkPreviewFile = require("./api/biz/util/externalLinkPreviewFile");
|
|
835
|
+
var _zfbAuth = require("./api/biz/util/zfbAuth");
|
|
836
|
+
var _savePic = require("./api/biz/util/savePic");
|
|
837
|
+
var _complain = require("./api/biz/util/complain");
|
|
838
|
+
var _selectDepartment = require("./api/biz/util/selectDepartment");
|
|
839
|
+
var _createModifySchedule = require("./api/biz/util/createModifySchedule");
|
|
840
|
+
var _openUserSchedule = require("./api/biz/util/openUserSchedule");
|
|
841
|
+
var _onlineDocmentOpenTeamChat = require("./api/biz/util/onlineDocmentOpenTeamChat");
|
|
842
|
+
var _entergroupCheck = require("./api/biz/util/entergroupCheck");
|
|
843
|
+
var _resetSessionUnread = require("./api/biz/util/resetSessionUnread");
|
|
844
|
+
var _weeklyRead = require("./api/biz/util/weeklyRead");
|
|
845
|
+
var _disableScreenCapture = require("./api/biz/util/disableScreenCapture");
|
|
846
|
+
var _openFutureGroup = require("./api/biz/util/openFutureGroup");
|
|
847
|
+
var _knowledgeBaseSelect = require("./api/biz/util/knowledgeBaseSelect");
|
|
848
|
+
var _lorebaseShowList = require("./api/biz/util/lorebaseShowList");
|
|
849
|
+
var _lorebaseRefreshNodeWebview = require("./api/biz/util/lorebaseRefreshNodeWebview");
|
|
850
|
+
var _copy = require("./api/biz/util/copy");
|
|
851
|
+
var _openPublish = require("./api/biz/util/openPublish");
|
|
852
|
+
var _setIcon = require("./api/biz/navigation/setIcon");
|
|
853
|
+
var _setTitle = require("./api/biz/navigation/setTitle");
|
|
854
|
+
var _setMenu = require("./api/biz/navigation/setMenu");
|
|
855
|
+
var _close = require("./api/biz/navigation/close");
|
|
856
|
+
var _replace = require("./api/biz/navigation/replace");
|
|
857
|
+
var _quit = require("./api/biz/navigation/quit");
|
|
858
|
+
var _setRight = require("./api/biz/navigation/setRight");
|
|
859
|
+
var _setTitleExpandIcon = require("./api/biz/navigation/setTitleExpandIcon");
|
|
860
|
+
var _updateExpandTitle = require("./api/biz/navigation/updateExpandTitle");
|
|
861
|
+
var _setLeft = require("./api/biz/navigation/setLeft");
|
|
862
|
+
var _goBack = require("./api/biz/navigation/goBack");
|
|
863
|
+
var _setWindowBig = require("./api/biz/navigation/setWindowBig");
|
|
864
|
+
var _tencentMeeting = require("./api/biz/navigation/tencentMeeting");
|
|
865
|
+
var _tencentMeetingBegin = require("./api/biz/navigation/tencentMeetingBegin");
|
|
866
|
+
var _setPanGestureEnable = require("./api/biz/navigation/setPanGestureEnable");
|
|
867
|
+
var _complexPicker = require("./api/biz/contact/complexPicker");
|
|
868
|
+
var _departmentsPicker = require("./api/biz/contact/departmentsPicker");
|
|
869
|
+
var _groupComplexPicker = require("./api/biz/group/groupComplexPicker");
|
|
870
|
+
var _chooseConversationByCorpId = require("./api/biz/chat/chooseConversationByCorpId");
|
|
871
|
+
var _pickConversation = require("./api/biz/chat/pickConversation");
|
|
872
|
+
var _openSingleChat = require("./api/biz/chat/openSingleChat");
|
|
873
|
+
var _openTeamChat = require("./api/biz/chat/openTeamChat");
|
|
874
|
+
var _openSquad = require("./api/biz/chat/openSquad");
|
|
875
|
+
var _sendP2PMsg = require("./api/biz/chat/sendP2PMsg");
|
|
876
|
+
var _createTab = require("./api/primary/createTab");
|
|
877
|
+
var _weeklyShare = require("./api/primary/weeklyShare");
|
|
878
|
+
var _fullScreen = require("./api/primary/fullScreen");
|
|
879
|
+
var _exitFullScreen = require("./api/primary/exitFullScreen");
|
|
880
|
+
var _requestAuthCode = require("./api/runtime/permission/requestAuthCode");
|
|
881
|
+
var _showPreloader = require("./api/device/notification/showPreloader");
|
|
882
|
+
var _hidePreloader = require("./api/device/notification/hidePreloader");
|
|
883
|
+
var _vibrate = require("./api/device/notification/vibrate");
|
|
884
|
+
var _toast = require("./api/device/notification/toast");
|
|
885
|
+
var _actionSheet = require("./api/device/notification/actionSheet");
|
|
886
|
+
var _getPhoneInfo = require("./api/device/base/getPhoneInfo");
|
|
887
|
+
var _alert = require("./api/device/notification/alert");
|
|
888
|
+
var _confirm = require("./api/device/notification/confirm");
|
|
889
|
+
var _get = require("./api/device/geolocation/get");
|
|
890
|
+
var _getSwitch = require("./api/device/geolocation/getSwitch");
|
|
891
|
+
var _getLang = require("./api/device/system/getLang");
|
|
892
|
+
var _startRecord = require("./api/device/audio/startRecord");
|
|
893
|
+
var _stopRecord = require("./api/device/audio/stopRecord");
|
|
894
|
+
var _onRecordEnd = require("./api/device/audio/onRecordEnd");
|
|
895
|
+
var _download = require("./api/device/audio/download");
|
|
896
|
+
var _play = require("./api/device/audio/play");
|
|
897
|
+
var _pause = require("./api/device/audio/pause");
|
|
898
|
+
var _stop = require("./api/device/audio/stop");
|
|
899
|
+
var _onPlayEnd = require("./api/device/audio/onPlayEnd");
|
|
900
|
+
var _resume = require("./api/device/audio/resume");
|
|
901
|
+
var _getNetworkType = require("./api/device/connection/getNetworkType");
|
|
902
|
+
var _isAtTal = require("./api/device/connection/isAtTal");
|
|
903
|
+
var _getUUID = require("./api/device/base/getUUID");
|
|
904
|
+
var _checkStepPermission = require("./api/device/base/checkStepPermission");
|
|
905
|
+
var _onRecordEnd_v = require("./api/device/audio/onRecordEnd_v2");
|
|
906
|
+
var _startRecord_v = require("./api/device/audio/startRecord_v2");
|
|
907
|
+
var _stopRecord_v = require("./api/device/audio/stopRecord_v2");
|
|
908
|
+
var _setLight = require("./api/device/system/setLight");
|
|
909
|
+
var _showCallMenu = require("./api/biz/telephone/showCallMenu");
|
|
910
|
+
var _call = require("./api/biz/telephone/call");
|
|
911
|
+
var _disable = require("./api/ui/webViewBounce/disable");
|
|
912
|
+
var _enable = require("./api/ui/pullToRefresh/enable");
|
|
913
|
+
var _stop2 = require("./api/ui/pullToRefresh/stop");
|
|
914
|
+
var _disable2 = require("./api/ui/pullToRefresh/disable");
|
|
915
|
+
var _getItem = require("./api/util/domainStorage/getItem");
|
|
916
|
+
var _setItem = require("./api/util/domainStorage/setItem");
|
|
917
|
+
var _removeItem = require("./api/util/domainStorage/removeItem");
|
|
918
|
+
var _log = require("./api/util/tool/log");
|
|
919
|
+
var _flushLog = require("./api/util/tool/flushLog");
|
|
920
|
+
var _screen = require("./api/biz/util/screen");
|
|
921
|
+
var _send = require("./api/biz/webViewMessage/send");
|
|
922
|
+
var _talYoungFilesUpload = require("./api/app/custom/talYoungFilesUpload");
|
|
923
|
+
var _addAppToNav = require("./api/biz/util/addAppToNav");
|
|
924
|
+
/*biz*****************************/
|
|
925
|
+
/**util*/
|
|
926
|
+
|
|
927
|
+
/**navigation*/
|
|
928
|
+
|
|
929
|
+
/**contact*/
|
|
930
|
+
|
|
931
|
+
/** group*/
|
|
932
|
+
|
|
933
|
+
/** chat*/
|
|
934
|
+
|
|
935
|
+
/* primary*****************************/
|
|
936
|
+
|
|
937
|
+
/* runtime*****************************/
|
|
938
|
+
|
|
939
|
+
/** device */
|
|
940
|
+
|
|
941
|
+
/** telephone */
|
|
942
|
+
|
|
943
|
+
/** ui */
|
|
944
|
+
|
|
945
|
+
// demainStorage
|
|
946
|
+
|
|
947
|
+
// log
|
|
948
|
+
|
|
949
|
+
// screen
|
|
950
|
+
|
|
951
|
+
console.log('add rouseApp ------------>', _rouseApp.rouseApp);
|
|
952
|
+
var _yachSdk$exportSdk = _lib.yachSdk.exportSdk,
|
|
953
|
+
version = exports.version = _yachSdk$exportSdk.version,
|
|
954
|
+
sdkVersion = exports.sdkVersion = _yachSdk$exportSdk.sdkVersion,
|
|
955
|
+
env = exports.env = _yachSdk$exportSdk.env,
|
|
956
|
+
platform = exports.platform = _yachSdk$exportSdk.platform,
|
|
957
|
+
platformV2 = exports.platformV2 = _yachSdk$exportSdk.platformV2,
|
|
958
|
+
config = exports.config = _yachSdk$exportSdk.config,
|
|
959
|
+
ready = exports.ready = _yachSdk$exportSdk.ready,
|
|
960
|
+
error = exports.error = _yachSdk$exportSdk.error,
|
|
961
|
+
on = exports.on = _yachSdk$exportSdk.on,
|
|
962
|
+
off = exports.off = _yachSdk$exportSdk.off;
|
|
963
|
+
var _default = exports["default"] = {
|
|
964
|
+
version: version,
|
|
965
|
+
sdkVersion: sdkVersion,
|
|
966
|
+
env: env,
|
|
967
|
+
platform: platform,
|
|
968
|
+
platformV2: platformV2,
|
|
969
|
+
config: config,
|
|
970
|
+
ready: ready,
|
|
971
|
+
error: error,
|
|
972
|
+
on: on,
|
|
973
|
+
off: off,
|
|
974
|
+
biz: {
|
|
975
|
+
util: {
|
|
976
|
+
openLink: _openLink.openLink,
|
|
977
|
+
feedback: _feedback.feedback,
|
|
978
|
+
open: _open.open,
|
|
979
|
+
openSlidePanel: _openSlidePanel.openSlidePanel,
|
|
980
|
+
share: _share.share,
|
|
981
|
+
previewFile: _previewFile.previewFile,
|
|
982
|
+
previewImage: _previewImage.previewImage,
|
|
983
|
+
downloadFile: _downloadFile.downloadFile,
|
|
984
|
+
uploadAttachment: _uploadAttachment.uploadAttachment,
|
|
985
|
+
clipboardFileUpload: _clipboardFileUpload.clipboardFileUpload,
|
|
986
|
+
proxy: _proxy.proxy,
|
|
987
|
+
datepicker: _datepicker.datepicker,
|
|
988
|
+
datetimepicker: _datetimepicker.datetimepicker,
|
|
989
|
+
scan: _scan.scan,
|
|
990
|
+
chosen: _chosen.chosen,
|
|
991
|
+
openSingleWebview: _openSingleWebview.openSingleWebview,
|
|
992
|
+
getSingleWebviewData: _getSingleWebviewData.getSingleWebviewData,
|
|
993
|
+
injectScript: _injectScript.injectScript,
|
|
994
|
+
onlineDocmentOpenTeamChat: _onlineDocmentOpenTeamChat.onlineDocmentOpenTeamChat,
|
|
995
|
+
entergroupCheck: _entergroupCheck.entergroupCheck,
|
|
996
|
+
resetSessionUnread: _resetSessionUnread.resetSessionUnread,
|
|
997
|
+
weeklyRead: _weeklyRead.weeklyRead,
|
|
998
|
+
openFutureGroup: _openFutureGroup.openFutureGroup,
|
|
999
|
+
closeWindow: _closeWindow.closeWindow,
|
|
1000
|
+
remind: _remind.remind,
|
|
1001
|
+
takePicture: _takePicture.takePicture,
|
|
1002
|
+
openVideoPlayer: _openVideoPlayer.openVideoPlayer,
|
|
1003
|
+
openMediaFileDialog: _openMediaFileDialog.openMediaFileDialog,
|
|
1004
|
+
mediaFileUpload: _mediaFileUpload.mediaFileUpload,
|
|
1005
|
+
invoice: _invoice.invoice,
|
|
1006
|
+
pushWorkMsg: _pushWorkMsg.pushWorkMsg,
|
|
1007
|
+
openTalYoungToTopic: _openTalYoungToTopic.openTalYoungToTopic,
|
|
1008
|
+
getToken: _getToken.getToken,
|
|
1009
|
+
authStart: _authStart.authStart,
|
|
1010
|
+
authFinish: _authFinish.authFinish,
|
|
1011
|
+
assistantCreate: _assistantCreate.assistantCreate,
|
|
1012
|
+
yachEvent: _yachEvent.yachEvent,
|
|
1013
|
+
topicEvent: _topicEvent.topicEvent,
|
|
1014
|
+
openTogetherEyeWebview: _openTogetherEyeWebview.openTogetherEyeWebview,
|
|
1015
|
+
getTogetherConfig: _getTogetherConfig.getTogetherConfig,
|
|
1016
|
+
rouseApp: _rouseApp.rouseApp,
|
|
1017
|
+
externalLinkPreviewFile: _externalLinkPreviewFile.externalLinkPreviewFile,
|
|
1018
|
+
savePic: _savePic.savePic,
|
|
1019
|
+
zfbAuth: _zfbAuth.zfbAuth,
|
|
1020
|
+
complain: _complain.complain,
|
|
1021
|
+
selectDepartment: _selectDepartment.selectDepartment,
|
|
1022
|
+
createModifySchedule: _createModifySchedule.createModifySchedule,
|
|
1023
|
+
openUserSchedule: _openUserSchedule.openUserSchedule,
|
|
1024
|
+
disableScreenCapture: _disableScreenCapture.disableScreenCapture,
|
|
1025
|
+
addAppToNav: _addAppToNav.addAppToNav,
|
|
1026
|
+
knowledgeBaseSelect: _knowledgeBaseSelect.knowledgeBaseSelect,
|
|
1027
|
+
lorebaseShowList: _lorebaseShowList.lorebaseShowList,
|
|
1028
|
+
lorebaseRefreshNodeWebview: _lorebaseRefreshNodeWebview.lorebaseRefreshNodeWebview,
|
|
1029
|
+
copy: _copy.copy,
|
|
1030
|
+
openPublish: _openPublish.openPublish,
|
|
1031
|
+
capturePage: _screen.capturePage
|
|
1032
|
+
},
|
|
1033
|
+
telephone: {
|
|
1034
|
+
showCallMenu: _showCallMenu.showCallMenu,
|
|
1035
|
+
call: _call.call
|
|
1036
|
+
},
|
|
1037
|
+
navigation: {
|
|
1038
|
+
setIcon: _setIcon.setIcon,
|
|
1039
|
+
setTitle: _setTitle.setTitle,
|
|
1040
|
+
setMenu: _setMenu.setMenu,
|
|
1041
|
+
close: _close.close,
|
|
1042
|
+
replace: _replace.replace,
|
|
1043
|
+
quit: _quit.quit,
|
|
1044
|
+
setRight: _setRight.setRight,
|
|
1045
|
+
setTitleExpandIcon: _setTitleExpandIcon.setTitleExpandIcon,
|
|
1046
|
+
updateExpandTitle: _updateExpandTitle.updateExpandTitle,
|
|
1047
|
+
setLeft: _setLeft.setLeft,
|
|
1048
|
+
goBack: _goBack.goBack,
|
|
1049
|
+
setWindowBig: _setWindowBig.setWindowBig,
|
|
1050
|
+
tencentMeeting: _tencentMeeting.tencentMeeting,
|
|
1051
|
+
tencentMeetingBegin: _tencentMeetingBegin.tencentMeetingBegin,
|
|
1052
|
+
setPanGestureEnable: _setPanGestureEnable.setPanGestureEnable
|
|
1053
|
+
},
|
|
1054
|
+
contact: {
|
|
1055
|
+
complexPicker: _complexPicker.complexPicker,
|
|
1056
|
+
departmentsPicker: _departmentsPicker.departmentsPicker
|
|
1057
|
+
},
|
|
1058
|
+
group: {
|
|
1059
|
+
groupComplexPicker: _groupComplexPicker.groupComplexPicker
|
|
1060
|
+
},
|
|
1061
|
+
chat: {
|
|
1062
|
+
chooseConversationByCorpId: _chooseConversationByCorpId.chooseConversationByCorpId,
|
|
1063
|
+
pickConversation: _pickConversation.pickConversation,
|
|
1064
|
+
openSingleChat: _openSingleChat.openSingleChat,
|
|
1065
|
+
openTeamChat: _openTeamChat.openTeamChat,
|
|
1066
|
+
openSquad: _openSquad.openSquad,
|
|
1067
|
+
sendP2PMsg: _sendP2PMsg.sendP2PMsg
|
|
1068
|
+
},
|
|
1069
|
+
map: {
|
|
1070
|
+
view: _view.view,
|
|
1071
|
+
multipointView: _multipointView.multipointView
|
|
1072
|
+
},
|
|
1073
|
+
webViewMessage: {
|
|
1074
|
+
send: _send.send
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
runtime: {
|
|
1078
|
+
permission: {
|
|
1079
|
+
requestAuthCode: _requestAuthCode.requestAuthCode
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
primary: {
|
|
1083
|
+
createTab: _createTab.createTab,
|
|
1084
|
+
weeklyShare: _weeklyShare.weeklyShare,
|
|
1085
|
+
fullScreen: _fullScreen.fullScreen,
|
|
1086
|
+
exitFullScreen: _exitFullScreen.exitFullScreen
|
|
1087
|
+
},
|
|
1088
|
+
device: {
|
|
1089
|
+
notification: {
|
|
1090
|
+
showPreloader: _showPreloader.showPreloader,
|
|
1091
|
+
showCustomOverlayContent: _showPreloader.showCustomOverlayContent,
|
|
1092
|
+
hidePreloader: _hidePreloader.hidePreloader,
|
|
1093
|
+
hideCustomOverlayContent: _hidePreloader.hideCustomOverlayContent,
|
|
1094
|
+
vibrate: _vibrate.vibrate,
|
|
1095
|
+
toast: _toast.toast,
|
|
1096
|
+
alert: _alert.alert,
|
|
1097
|
+
confirm: _confirm.confirm,
|
|
1098
|
+
actionSheet: _actionSheet.actionSheet
|
|
1099
|
+
},
|
|
1100
|
+
base: {
|
|
1101
|
+
getPhoneInfo: _getPhoneInfo.getPhoneInfo,
|
|
1102
|
+
getUUID: _getUUID.getUUID,
|
|
1103
|
+
checkStepPermission: _checkStepPermission.checkStepPermission
|
|
1104
|
+
},
|
|
1105
|
+
geolocation: {
|
|
1106
|
+
get: _get.get,
|
|
1107
|
+
getSwitch: _getSwitch.getSwitch
|
|
1108
|
+
},
|
|
1109
|
+
system: {
|
|
1110
|
+
getLang: _getLang.getLang,
|
|
1111
|
+
setLight: _setLight.setLight
|
|
1112
|
+
},
|
|
1113
|
+
audio: {
|
|
1114
|
+
startRecord: _startRecord.startRecord,
|
|
1115
|
+
stopRecord: _stopRecord.stopRecord,
|
|
1116
|
+
onRecordEnd: _onRecordEnd.onRecordEnd,
|
|
1117
|
+
download: _download.download,
|
|
1118
|
+
play: _play.play,
|
|
1119
|
+
pause: _pause.pause,
|
|
1120
|
+
stop: _stop.stop,
|
|
1121
|
+
onPlayEnd: _onPlayEnd.onPlayEnd,
|
|
1122
|
+
resume: _resume.resume,
|
|
1123
|
+
onRecordEnd_v2: _onRecordEnd_v.onRecordEnd_v2,
|
|
1124
|
+
startRecord_v2: _startRecord_v.startRecord_v2,
|
|
1125
|
+
stopRecord_v2: _stopRecord_v.stopRecord_v2
|
|
1126
|
+
},
|
|
1127
|
+
connection: {
|
|
1128
|
+
getNetworkType: _getNetworkType.getNetworkType,
|
|
1129
|
+
isAtTal: _isAtTal.isAtTal
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
ui: {
|
|
1133
|
+
webViewBounce: {
|
|
1134
|
+
disable: _disable.disable
|
|
1135
|
+
},
|
|
1136
|
+
pullToRefresh: {
|
|
1137
|
+
enable: _enable.enable,
|
|
1138
|
+
stop: _stop2.stop,
|
|
1139
|
+
disable: _disable2.disable
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
util: {
|
|
1143
|
+
domainStorage: {
|
|
1144
|
+
getItem: _getItem.getItem,
|
|
1145
|
+
setItem: _setItem.setItem,
|
|
1146
|
+
removeItem: _removeItem.removeItem
|
|
1147
|
+
},
|
|
1148
|
+
tool: {
|
|
1149
|
+
writeLog: _log.writeLog,
|
|
1150
|
+
flushLog: _flushLog.flushLog
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
app: {
|
|
1154
|
+
custom: {
|
|
1155
|
+
talYoungFilesUpload: _talYoungFilesUpload.talYoungFilesUpload
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
};
|