yach.open.jssdk 4.4.10-beta.2 → 4.4.10-beta.3
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.10-beta.3.js +1 -0
- package/es/api/biz/navigation/close.d.ts +1 -0
- package/es/api/biz/navigation/tencentMeeting.d.ts +1 -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/copy.d.ts +11 -0
- package/es/api/biz/util/copy.js +19 -0
- package/es/api/biz/util/focus.d.ts +7 -0
- package/es/api/biz/util/focus.js +23 -0
- package/es/api/biz/util/getConfig.d.ts +13 -0
- package/es/api/biz/util/getConfig.js +19 -0
- package/es/api/biz/util/knowledgeBaseSelect.d.ts +21 -0
- package/es/api/biz/util/knowledgeBaseSelect.js +23 -0
- package/es/api/biz/util/knowledgeSelectParams.d.ts +14 -0
- package/es/api/biz/util/knowledgeSelectParams.js +19 -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/mediaFileUploadV2.d.ts +26 -0
- package/es/api/biz/util/mediaFileUploadV2.js +15 -0
- package/es/api/biz/util/openAudioPlayer.d.ts +17 -0
- package/es/api/biz/util/openAudioPlayer.js +23 -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/openMediaFileDialogV2.d.ts +23 -0
- package/es/api/biz/util/openMediaFileDialogV2.js +16 -0
- package/es/api/biz/util/openPublish.d.ts +22 -0
- package/es/api/biz/util/openPublish.js +15 -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/topicEvent.d.ts +13 -0
- package/es/api/biz/util/topicEvent.js +27 -0
- package/es/api/biz/util/weeklyRead.d.ts +5 -0
- package/es/api/biz/util/weeklyRead.js +23 -0
- package/es/api/device/connection/startNetworkChangeWatch.d.ts +8 -0
- package/es/api/device/connection/startNetworkChangeWatch.js +23 -0
- package/es/api/device/notification/actionSheet.d.ts +6 -0
- package/es/api/device/notification/hidePreloader.d.ts +6 -1
- package/es/api/device/notification/hidePreloader.js +15 -2
- package/es/api/device/notification/showPreloader.d.ts +10 -1
- package/es/api/device/notification/showPreloader.js +15 -2
- package/es/api/primary/updateTab.d.ts +9 -0
- package/es/api/primary/updateTab.js +15 -0
- package/es/index.d.ts +41 -3
- package/es/index.js +44 -5
- package/es/lib/bridge/mobile.js +61 -20
- package/es/lib/bridge/pc.js +50 -8
- package/es/lib/helper/pcIframe.d.ts +8 -25
- package/es/lib/helper/pcIframe.js +34 -8
- package/es/lib/index.js +2 -2
- package/es/lib/sdk/index.js +13 -4
- package/es/lib/sdk/sdk.typings.d.ts +2 -0
- package/es/utils/console.d.ts +1 -1
- package/es/utils/console.js +2 -2
- package/es/utils/env.js +7 -3
- package/es/utils/index.js +1 -1
- package/libs/api/biz/navigation/close.d.ts +1 -0
- package/libs/api/biz/navigation/tencentMeeting.d.ts +1 -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/copy.d.ts +11 -0
- package/libs/api/biz/util/copy.js +26 -0
- package/libs/api/biz/util/focus.d.ts +7 -0
- package/libs/api/biz/util/focus.js +30 -0
- package/libs/api/biz/util/getConfig.d.ts +13 -0
- package/libs/api/biz/util/getConfig.js +26 -0
- package/libs/api/biz/util/knowledgeBaseSelect.d.ts +21 -0
- package/libs/api/biz/util/knowledgeBaseSelect.js +30 -0
- package/libs/api/biz/util/knowledgeSelectParams.d.ts +14 -0
- package/libs/api/biz/util/knowledgeSelectParams.js +26 -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/mediaFileUploadV2.d.ts +26 -0
- package/libs/api/biz/util/mediaFileUploadV2.js +23 -0
- package/libs/api/biz/util/openAudioPlayer.d.ts +17 -0
- package/libs/api/biz/util/openAudioPlayer.js +30 -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/openMediaFileDialogV2.d.ts +23 -0
- package/libs/api/biz/util/openMediaFileDialogV2.js +24 -0
- package/libs/api/biz/util/openPublish.d.ts +22 -0
- package/libs/api/biz/util/openPublish.js +22 -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/topicEvent.d.ts +13 -0
- package/libs/api/biz/util/topicEvent.js +34 -0
- package/libs/api/biz/util/weeklyRead.d.ts +5 -0
- package/libs/api/biz/util/weeklyRead.js +30 -0
- package/libs/api/device/connection/startNetworkChangeWatch.d.ts +8 -0
- package/libs/api/device/connection/startNetworkChangeWatch.js +30 -0
- package/libs/api/device/notification/actionSheet.d.ts +6 -0
- package/libs/api/device/notification/hidePreloader.d.ts +6 -1
- package/libs/api/device/notification/hidePreloader.js +15 -1
- package/libs/api/device/notification/showPreloader.d.ts +10 -1
- package/libs/api/device/notification/showPreloader.js +15 -1
- package/libs/api/initAPI.js +1 -2
- package/libs/api/primary/updateTab.d.ts +9 -0
- package/libs/api/primary/updateTab.js +22 -0
- package/libs/index.d.ts +41 -3
- package/libs/index.js +186 -25
- package/libs/lib/bridge/mobile.js +64 -25
- package/libs/lib/bridge/pc.js +53 -13
- package/libs/lib/helper/event.js +1 -2
- package/libs/lib/helper/pcIframe.d.ts +8 -25
- package/libs/lib/helper/pcIframe.js +35 -10
- package/libs/lib/index.js +3 -4
- package/libs/lib/sdk/index.js +13 -5
- package/libs/lib/sdk/sdk.typings.d.ts +2 -0
- package/libs/lib/sdk/sdk.typings.js +0 -1
- package/libs/utils/compareVersions.js +4 -8
- package/libs/utils/console.d.ts +1 -1
- package/libs/utils/console.js +2 -2
- package/libs/utils/env.js +7 -3
- package/libs/utils/index.js +1 -1
- package/package.json +1 -3
- package/dist/yach_jssdk_4.3.3.js +0 -1
|
@@ -5,6 +5,7 @@ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequ
|
|
|
5
5
|
_Object$defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
+
exports.showCustomOverlayContent = showCustomOverlayContent;
|
|
8
9
|
exports.showPreloader = showPreloader;
|
|
9
10
|
var _initAPI = _interopRequireDefault(require("../../initAPI"));
|
|
10
11
|
var apiName = 'device.notification.showPreloader';
|
|
@@ -14,13 +15,26 @@ var ios = {
|
|
|
14
15
|
var android = {
|
|
15
16
|
vs: '0.0.0'
|
|
16
17
|
};
|
|
18
|
+
var pc = {
|
|
19
|
+
vs: '1.9.9'
|
|
20
|
+
};
|
|
17
21
|
var platform = {
|
|
18
22
|
ios: ios,
|
|
19
|
-
android: android
|
|
23
|
+
android: android,
|
|
24
|
+
pc: pc
|
|
20
25
|
};
|
|
21
26
|
function showPreloader(params) {
|
|
22
27
|
(0, _initAPI["default"])(apiName, {
|
|
23
28
|
params: params,
|
|
24
29
|
platform: platform
|
|
25
30
|
});
|
|
31
|
+
}
|
|
32
|
+
var apiNameCustom = 'device.notification.showCustomOverlayContent';
|
|
33
|
+
function showCustomOverlayContent(params) {
|
|
34
|
+
(0, _initAPI["default"])(apiNameCustom, {
|
|
35
|
+
params: params,
|
|
36
|
+
platform: {
|
|
37
|
+
pc: pc
|
|
38
|
+
}
|
|
39
|
+
});
|
|
26
40
|
}
|
package/libs/api/initAPI.js
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IError } from '../common.typings';
|
|
2
|
+
export interface IPrimaryUpdateTab {
|
|
3
|
+
/** 应用标题 */
|
|
4
|
+
title?: string;
|
|
5
|
+
onSuccess?: () => void;
|
|
6
|
+
onFail?: (err: IError) => void;
|
|
7
|
+
}
|
|
8
|
+
declare function updateTab(params: IPrimaryUpdateTab): void;
|
|
9
|
+
export { updateTab };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js/object/define-property");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
5
|
+
_Object$defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.updateTab = updateTab;
|
|
9
|
+
var _initAPI = _interopRequireDefault(require("../initAPI"));
|
|
10
|
+
var apiName = 'primary.updateTab';
|
|
11
|
+
var pc = {
|
|
12
|
+
vs: '1.9.12'
|
|
13
|
+
};
|
|
14
|
+
var platform = {
|
|
15
|
+
pc: pc
|
|
16
|
+
};
|
|
17
|
+
function updateTab(params) {
|
|
18
|
+
(0, _initAPI["default"])(apiName, {
|
|
19
|
+
params: params,
|
|
20
|
+
platform: platform
|
|
21
|
+
});
|
|
22
|
+
}
|
package/libs/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/**util*/
|
|
2
|
+
import { openMediaFileDialogV2 } from './api/biz/util/openMediaFileDialogV2';
|
|
3
|
+
import { mediaFileUploadV2 } from './api/biz/util/mediaFileUploadV2';
|
|
2
4
|
import { openLink } from './api/biz/util/openLink';
|
|
3
5
|
import { feedback } from './api/biz/util/feedback';
|
|
4
6
|
import { open } from './api/biz/util/open';
|
|
@@ -22,6 +24,7 @@ import { injectScript } from './api/biz/util/injectScript';
|
|
|
22
24
|
import { closeWindow } from './api/biz/util/closeWindow';
|
|
23
25
|
import { remind } from './api/biz/util/remind';
|
|
24
26
|
import { takePicture } from './api/biz/util/takePicture';
|
|
27
|
+
import { openAudioPlayer } from './api/biz/util/openAudioPlayer';
|
|
25
28
|
import { openVideoPlayer } from './api/biz/util/openVideoPlayer';
|
|
26
29
|
import { openMediaFileDialog } from './api/biz/util/openMediaFileDialog';
|
|
27
30
|
import { mediaFileUpload } from './api/biz/util/mediaFileUpload';
|
|
@@ -33,6 +36,7 @@ import { authStart } from './api/biz/util/authStart';
|
|
|
33
36
|
import { authFinish } from './api/biz/util/authFinish';
|
|
34
37
|
import { assistantCreate } from './api/biz/util/assistantCreate';
|
|
35
38
|
import { yachEvent } from './api/biz/util/yachEvent';
|
|
39
|
+
import { topicEvent } from './api/biz/util/topicEvent';
|
|
36
40
|
import { openTogetherEyeWebview } from './api/biz/util/openTogetherEyeWebview';
|
|
37
41
|
import { getTogetherConfig } from './api/biz/util/getTogetherConfig';
|
|
38
42
|
import { rouseApp } from './api/biz/util/rouseApp';
|
|
@@ -46,7 +50,17 @@ import { openUserSchedule } from './api/biz/util/openUserSchedule';
|
|
|
46
50
|
import { onlineDocmentOpenTeamChat } from './api/biz/util/onlineDocmentOpenTeamChat';
|
|
47
51
|
import { entergroupCheck } from './api/biz/util/entergroupCheck';
|
|
48
52
|
import { resetSessionUnread } from './api/biz/util/resetSessionUnread';
|
|
53
|
+
import { weeklyRead } from './api/biz/util/weeklyRead';
|
|
49
54
|
import { disableScreenCapture } from './api/biz/util/disableScreenCapture';
|
|
55
|
+
import { openFutureGroup } from './api/biz/util/openFutureGroup';
|
|
56
|
+
import { knowledgeBaseSelect } from './api/biz/util/knowledgeBaseSelect';
|
|
57
|
+
import { knowledgeSelectParams } from './api/biz/util/knowledgeSelectParams';
|
|
58
|
+
import { lorebaseShowList } from './api/biz/util/lorebaseShowList';
|
|
59
|
+
import { lorebaseRefreshNodeWebview } from './api/biz/util/lorebaseRefreshNodeWebview';
|
|
60
|
+
import { copy } from './api/biz/util/copy';
|
|
61
|
+
import { openPublish } from './api/biz/util/openPublish';
|
|
62
|
+
import { getConfig } from './api/biz/util/getConfig';
|
|
63
|
+
import { focus } from './api/biz/util/focus';
|
|
50
64
|
/**navigation*/
|
|
51
65
|
import { setIcon } from './api/biz/navigation/setIcon';
|
|
52
66
|
import { setTitle } from './api/biz/navigation/setTitle';
|
|
@@ -76,13 +90,14 @@ import { openTeamChat } from './api/biz/chat/openTeamChat';
|
|
|
76
90
|
import { openSquad } from './api/biz/chat/openSquad';
|
|
77
91
|
import { sendP2PMsg } from './api/biz/chat/sendP2PMsg';
|
|
78
92
|
import { createTab } from './api/primary/createTab';
|
|
93
|
+
import { updateTab } from './api/primary/updateTab';
|
|
79
94
|
import { weeklyShare } from './api/primary/weeklyShare';
|
|
80
95
|
import { fullScreen } from './api/primary/fullScreen';
|
|
81
96
|
import { exitFullScreen } from './api/primary/exitFullScreen';
|
|
82
97
|
import { requestAuthCode } from './api/runtime/permission/requestAuthCode';
|
|
83
98
|
/** device */
|
|
84
|
-
import { showPreloader } from './api/device/notification/showPreloader';
|
|
85
|
-
import { hidePreloader } from './api/device/notification/hidePreloader';
|
|
99
|
+
import { showPreloader, showCustomOverlayContent } from './api/device/notification/showPreloader';
|
|
100
|
+
import { hidePreloader, hideCustomOverlayContent } from './api/device/notification/hidePreloader';
|
|
86
101
|
import { vibrate } from './api/device/notification/vibrate';
|
|
87
102
|
import { toast } from './api/device/notification/toast';
|
|
88
103
|
import { actionSheet } from './api/device/notification/actionSheet';
|
|
@@ -103,6 +118,7 @@ import { onPlayEnd } from './api/device/audio/onPlayEnd';
|
|
|
103
118
|
import { resume as resumeAudio } from './api/device/audio/resume';
|
|
104
119
|
import { getNetworkType } from './api/device/connection/getNetworkType';
|
|
105
120
|
import { isAtTal } from './api/device/connection/isAtTal';
|
|
121
|
+
import { startNetworkChangeWatch } from './api/device/connection/startNetworkChangeWatch';
|
|
106
122
|
import { getUUID } from './api/device/base/getUUID';
|
|
107
123
|
import { checkStepPermission } from './api/device/base/checkStepPermission';
|
|
108
124
|
import { onRecordEnd_v2 } from './api/device/audio/onRecordEnd_v2';
|
|
@@ -122,10 +138,12 @@ import { setItem } from './api/util/domainStorage/setItem';
|
|
|
122
138
|
import { removeItem } from './api/util/domainStorage/removeItem';
|
|
123
139
|
import { writeLog } from './api/util/tool/log';
|
|
124
140
|
import { flushLog } from './api/util/tool/flushLog';
|
|
141
|
+
import { capturePage } from './api/biz/util/screen';
|
|
125
142
|
import { send as webViewMessageSend } from './api/biz/webViewMessage/send';
|
|
126
143
|
import { talYoungFilesUpload } from './api/app/custom/talYoungFilesUpload';
|
|
144
|
+
import { addAppToNav } from './api/biz/util/addAppToNav';
|
|
127
145
|
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;
|
|
128
|
-
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, hidePreloader, 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, openTogetherEyeWebview, getTogetherConfig, rouseApp, externalLinkPreviewFile, savePic, zfbAuth, complain, onRecordEnd_v2, startRecord_v2, stopRecord_v2, selectDepartment, setWindowBig, tencentMeeting, tencentMeetingBegin, createModifySchedule, onlineDocmentOpenTeamChat, entergroupCheck, resetSessionUnread, setLight, openUserSchedule, disableScreenCapture, setPanGestureEnable, };
|
|
146
|
+
export { version, sdkVersion, env, platform, platformV2, config, ready, error, on, off, openLink, feedback, open, openSlidePanel, share, previewFile, previewImage, downloadFile, uploadAttachment, clipboardFileUpload, proxy, datepicker, scan, chosen, openSingleWebview, getSingleWebviewData, injectScript, closeWindow, showCallMenu, call, setIcon, setTitle, setMenu, close, replacePage, quit, setRight, setTitleExpandIcon, updateExpandTitle, setLeft, goBack, complexPicker, departmentsPicker, groupComplexPicker, chooseConversationByCorpId, pickConversation, openSingleChat, openTeamChat, openSquad, sendP2PMsg, mapView, multipointView, requestAuthCode, createTab, updateTab, weeklyShare, fullScreen, exitFullScreen, showPreloader, showCustomOverlayContent, hidePreloader, hideCustomOverlayContent, vibrate, toast, alert, confirm, getPhoneInfo, getUUID, checkStepPermission, getGeolocation, getGeolocationSwitch, getLang, startRecord, stopRecord, onRecordEnd, downloadAudio, playAudio, pauseAudio, stopAudio, onPlayEnd, resumeAudio, getNetworkType, isAtTal, startNetworkChangeWatch, webViewBounceDisable, pullToRefreshEnable, pullToRefreshStop, pullToRefreshDisable, getItem, setItem, removeItem, writeLog, flushLog, remind, takePicture, datetimepicker, actionSheet, webViewMessageSend, talYoungFilesUpload, openAudioPlayer, openVideoPlayer, openMediaFileDialog, openMediaFileDialogV2, mediaFileUpload, mediaFileUploadV2, invoice, pushWorkMsg, openTalYoungToTopic, getToken, authStart, authFinish, assistantCreate, yachEvent, topicEvent, openTogetherEyeWebview, getTogetherConfig, rouseApp, externalLinkPreviewFile, savePic, zfbAuth, complain, onRecordEnd_v2, startRecord_v2, stopRecord_v2, selectDepartment, setWindowBig, tencentMeeting, tencentMeetingBegin, createModifySchedule, onlineDocmentOpenTeamChat, entergroupCheck, resetSessionUnread, weeklyRead, openFutureGroup, knowledgeBaseSelect, knowledgeSelectParams, lorebaseShowList, lorebaseRefreshNodeWebview, openPublish, setLight, openUserSchedule, disableScreenCapture, setPanGestureEnable, addAppToNav, copy, capturePage, getConfig, focus, };
|
|
129
147
|
declare const _default: {
|
|
130
148
|
version: string;
|
|
131
149
|
sdkVersion: string;
|
|
@@ -141,6 +159,7 @@ declare const _default: {
|
|
|
141
159
|
util: {
|
|
142
160
|
openLink: typeof openLink;
|
|
143
161
|
feedback: typeof feedback;
|
|
162
|
+
focus: typeof focus;
|
|
144
163
|
open: typeof open;
|
|
145
164
|
openSlidePanel: typeof openSlidePanel;
|
|
146
165
|
share: typeof share;
|
|
@@ -160,12 +179,17 @@ declare const _default: {
|
|
|
160
179
|
onlineDocmentOpenTeamChat: typeof onlineDocmentOpenTeamChat;
|
|
161
180
|
entergroupCheck: typeof entergroupCheck;
|
|
162
181
|
resetSessionUnread: typeof resetSessionUnread;
|
|
182
|
+
weeklyRead: typeof weeklyRead;
|
|
183
|
+
openFutureGroup: typeof openFutureGroup;
|
|
163
184
|
closeWindow: typeof closeWindow;
|
|
164
185
|
remind: typeof remind;
|
|
165
186
|
takePicture: typeof takePicture;
|
|
187
|
+
openAudioPlayer: typeof openAudioPlayer;
|
|
166
188
|
openVideoPlayer: typeof openVideoPlayer;
|
|
167
189
|
openMediaFileDialog: typeof openMediaFileDialog;
|
|
190
|
+
openMediaFileDialogV2: typeof openMediaFileDialogV2;
|
|
168
191
|
mediaFileUpload: typeof mediaFileUpload;
|
|
192
|
+
mediaFileUploadV2: typeof mediaFileUploadV2;
|
|
169
193
|
invoice: typeof invoice;
|
|
170
194
|
pushWorkMsg: typeof pushWorkMsg;
|
|
171
195
|
openTalYoungToTopic: typeof openTalYoungToTopic;
|
|
@@ -174,6 +198,7 @@ declare const _default: {
|
|
|
174
198
|
authFinish: typeof authFinish;
|
|
175
199
|
assistantCreate: typeof assistantCreate;
|
|
176
200
|
yachEvent: typeof yachEvent;
|
|
201
|
+
topicEvent: typeof topicEvent;
|
|
177
202
|
openTogetherEyeWebview: typeof openTogetherEyeWebview;
|
|
178
203
|
getTogetherConfig: typeof getTogetherConfig;
|
|
179
204
|
rouseApp: typeof rouseApp;
|
|
@@ -185,6 +210,15 @@ declare const _default: {
|
|
|
185
210
|
createModifySchedule: typeof createModifySchedule;
|
|
186
211
|
openUserSchedule: typeof openUserSchedule;
|
|
187
212
|
disableScreenCapture: typeof disableScreenCapture;
|
|
213
|
+
addAppToNav: typeof addAppToNav;
|
|
214
|
+
knowledgeBaseSelect: typeof knowledgeBaseSelect;
|
|
215
|
+
knowledgeSelectParams: typeof knowledgeSelectParams;
|
|
216
|
+
lorebaseShowList: typeof lorebaseShowList;
|
|
217
|
+
lorebaseRefreshNodeWebview: typeof lorebaseRefreshNodeWebview;
|
|
218
|
+
copy: typeof copy;
|
|
219
|
+
openPublish: typeof openPublish;
|
|
220
|
+
capturePage: typeof capturePage;
|
|
221
|
+
getConfig: typeof getConfig;
|
|
188
222
|
};
|
|
189
223
|
telephone: {
|
|
190
224
|
showCallMenu: typeof showCallMenu;
|
|
@@ -237,6 +271,7 @@ declare const _default: {
|
|
|
237
271
|
};
|
|
238
272
|
primary: {
|
|
239
273
|
createTab: typeof createTab;
|
|
274
|
+
updateTab: typeof updateTab;
|
|
240
275
|
weeklyShare: typeof weeklyShare;
|
|
241
276
|
fullScreen: typeof fullScreen;
|
|
242
277
|
exitFullScreen: typeof exitFullScreen;
|
|
@@ -244,7 +279,9 @@ declare const _default: {
|
|
|
244
279
|
device: {
|
|
245
280
|
notification: {
|
|
246
281
|
showPreloader: typeof showPreloader;
|
|
282
|
+
showCustomOverlayContent: typeof showCustomOverlayContent;
|
|
247
283
|
hidePreloader: typeof hidePreloader;
|
|
284
|
+
hideCustomOverlayContent: typeof hideCustomOverlayContent;
|
|
248
285
|
vibrate: typeof vibrate;
|
|
249
286
|
toast: typeof toast;
|
|
250
287
|
alert: typeof alert;
|
|
@@ -281,6 +318,7 @@ declare const _default: {
|
|
|
281
318
|
connection: {
|
|
282
319
|
getNetworkType: typeof getNetworkType;
|
|
283
320
|
isAtTal: typeof isAtTal;
|
|
321
|
+
startNetworkChangeWatch: typeof startNetworkChangeWatch;
|
|
284
322
|
};
|
|
285
323
|
};
|
|
286
324
|
ui: {
|
package/libs/index.js
CHANGED
|
@@ -10,6 +10,12 @@ _Object$defineProperty(exports, "actionSheet", {
|
|
|
10
10
|
return _actionSheet.actionSheet;
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
|
+
_Object$defineProperty(exports, "addAppToNav", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _addAppToNav.addAppToNav;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
13
19
|
_Object$defineProperty(exports, "alert", {
|
|
14
20
|
enumerable: true,
|
|
15
21
|
get: function get() {
|
|
@@ -40,6 +46,12 @@ _Object$defineProperty(exports, "call", {
|
|
|
40
46
|
return _call.call;
|
|
41
47
|
}
|
|
42
48
|
});
|
|
49
|
+
_Object$defineProperty(exports, "capturePage", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function get() {
|
|
52
|
+
return _screen.capturePage;
|
|
53
|
+
}
|
|
54
|
+
});
|
|
43
55
|
_Object$defineProperty(exports, "checkStepPermission", {
|
|
44
56
|
enumerable: true,
|
|
45
57
|
get: function get() {
|
|
@@ -95,6 +107,12 @@ _Object$defineProperty(exports, "confirm", {
|
|
|
95
107
|
return _confirm.confirm;
|
|
96
108
|
}
|
|
97
109
|
});
|
|
110
|
+
_Object$defineProperty(exports, "copy", {
|
|
111
|
+
enumerable: true,
|
|
112
|
+
get: function get() {
|
|
113
|
+
return _copy.copy;
|
|
114
|
+
}
|
|
115
|
+
});
|
|
98
116
|
_Object$defineProperty(exports, "createModifySchedule", {
|
|
99
117
|
enumerable: true,
|
|
100
118
|
get: function get() {
|
|
@@ -175,12 +193,24 @@ _Object$defineProperty(exports, "flushLog", {
|
|
|
175
193
|
return _flushLog.flushLog;
|
|
176
194
|
}
|
|
177
195
|
});
|
|
196
|
+
_Object$defineProperty(exports, "focus", {
|
|
197
|
+
enumerable: true,
|
|
198
|
+
get: function get() {
|
|
199
|
+
return _focus.focus;
|
|
200
|
+
}
|
|
201
|
+
});
|
|
178
202
|
_Object$defineProperty(exports, "fullScreen", {
|
|
179
203
|
enumerable: true,
|
|
180
204
|
get: function get() {
|
|
181
205
|
return _fullScreen.fullScreen;
|
|
182
206
|
}
|
|
183
207
|
});
|
|
208
|
+
_Object$defineProperty(exports, "getConfig", {
|
|
209
|
+
enumerable: true,
|
|
210
|
+
get: function get() {
|
|
211
|
+
return _getConfig.getConfig;
|
|
212
|
+
}
|
|
213
|
+
});
|
|
184
214
|
_Object$defineProperty(exports, "getGeolocation", {
|
|
185
215
|
enumerable: true,
|
|
186
216
|
get: function get() {
|
|
@@ -253,6 +283,12 @@ _Object$defineProperty(exports, "groupComplexPicker", {
|
|
|
253
283
|
return _groupComplexPicker.groupComplexPicker;
|
|
254
284
|
}
|
|
255
285
|
});
|
|
286
|
+
_Object$defineProperty(exports, "hideCustomOverlayContent", {
|
|
287
|
+
enumerable: true,
|
|
288
|
+
get: function get() {
|
|
289
|
+
return _hidePreloader.hideCustomOverlayContent;
|
|
290
|
+
}
|
|
291
|
+
});
|
|
256
292
|
_Object$defineProperty(exports, "hidePreloader", {
|
|
257
293
|
enumerable: true,
|
|
258
294
|
get: function get() {
|
|
@@ -277,6 +313,30 @@ _Object$defineProperty(exports, "isAtTal", {
|
|
|
277
313
|
return _isAtTal.isAtTal;
|
|
278
314
|
}
|
|
279
315
|
});
|
|
316
|
+
_Object$defineProperty(exports, "knowledgeBaseSelect", {
|
|
317
|
+
enumerable: true,
|
|
318
|
+
get: function get() {
|
|
319
|
+
return _knowledgeBaseSelect.knowledgeBaseSelect;
|
|
320
|
+
}
|
|
321
|
+
});
|
|
322
|
+
_Object$defineProperty(exports, "knowledgeSelectParams", {
|
|
323
|
+
enumerable: true,
|
|
324
|
+
get: function get() {
|
|
325
|
+
return _knowledgeSelectParams.knowledgeSelectParams;
|
|
326
|
+
}
|
|
327
|
+
});
|
|
328
|
+
_Object$defineProperty(exports, "lorebaseRefreshNodeWebview", {
|
|
329
|
+
enumerable: true,
|
|
330
|
+
get: function get() {
|
|
331
|
+
return _lorebaseRefreshNodeWebview.lorebaseRefreshNodeWebview;
|
|
332
|
+
}
|
|
333
|
+
});
|
|
334
|
+
_Object$defineProperty(exports, "lorebaseShowList", {
|
|
335
|
+
enumerable: true,
|
|
336
|
+
get: function get() {
|
|
337
|
+
return _lorebaseShowList.lorebaseShowList;
|
|
338
|
+
}
|
|
339
|
+
});
|
|
280
340
|
_Object$defineProperty(exports, "mapView", {
|
|
281
341
|
enumerable: true,
|
|
282
342
|
get: function get() {
|
|
@@ -289,6 +349,12 @@ _Object$defineProperty(exports, "mediaFileUpload", {
|
|
|
289
349
|
return _mediaFileUpload.mediaFileUpload;
|
|
290
350
|
}
|
|
291
351
|
});
|
|
352
|
+
_Object$defineProperty(exports, "mediaFileUploadV2", {
|
|
353
|
+
enumerable: true,
|
|
354
|
+
get: function get() {
|
|
355
|
+
return _mediaFileUploadV.mediaFileUploadV2;
|
|
356
|
+
}
|
|
357
|
+
});
|
|
292
358
|
_Object$defineProperty(exports, "multipointView", {
|
|
293
359
|
enumerable: true,
|
|
294
360
|
get: function get() {
|
|
@@ -326,6 +392,18 @@ _Object$defineProperty(exports, "open", {
|
|
|
326
392
|
return _open.open;
|
|
327
393
|
}
|
|
328
394
|
});
|
|
395
|
+
_Object$defineProperty(exports, "openAudioPlayer", {
|
|
396
|
+
enumerable: true,
|
|
397
|
+
get: function get() {
|
|
398
|
+
return _openAudioPlayer.openAudioPlayer;
|
|
399
|
+
}
|
|
400
|
+
});
|
|
401
|
+
_Object$defineProperty(exports, "openFutureGroup", {
|
|
402
|
+
enumerable: true,
|
|
403
|
+
get: function get() {
|
|
404
|
+
return _openFutureGroup.openFutureGroup;
|
|
405
|
+
}
|
|
406
|
+
});
|
|
329
407
|
_Object$defineProperty(exports, "openLink", {
|
|
330
408
|
enumerable: true,
|
|
331
409
|
get: function get() {
|
|
@@ -338,6 +416,18 @@ _Object$defineProperty(exports, "openMediaFileDialog", {
|
|
|
338
416
|
return _openMediaFileDialog.openMediaFileDialog;
|
|
339
417
|
}
|
|
340
418
|
});
|
|
419
|
+
_Object$defineProperty(exports, "openMediaFileDialogV2", {
|
|
420
|
+
enumerable: true,
|
|
421
|
+
get: function get() {
|
|
422
|
+
return _openMediaFileDialogV.openMediaFileDialogV2;
|
|
423
|
+
}
|
|
424
|
+
});
|
|
425
|
+
_Object$defineProperty(exports, "openPublish", {
|
|
426
|
+
enumerable: true,
|
|
427
|
+
get: function get() {
|
|
428
|
+
return _openPublish.openPublish;
|
|
429
|
+
}
|
|
430
|
+
});
|
|
341
431
|
_Object$defineProperty(exports, "openSingleChat", {
|
|
342
432
|
enumerable: true,
|
|
343
433
|
get: function get() {
|
|
@@ -599,12 +689,24 @@ _Object$defineProperty(exports, "showCallMenu", {
|
|
|
599
689
|
return _showCallMenu.showCallMenu;
|
|
600
690
|
}
|
|
601
691
|
});
|
|
692
|
+
_Object$defineProperty(exports, "showCustomOverlayContent", {
|
|
693
|
+
enumerable: true,
|
|
694
|
+
get: function get() {
|
|
695
|
+
return _showPreloader.showCustomOverlayContent;
|
|
696
|
+
}
|
|
697
|
+
});
|
|
602
698
|
_Object$defineProperty(exports, "showPreloader", {
|
|
603
699
|
enumerable: true,
|
|
604
700
|
get: function get() {
|
|
605
701
|
return _showPreloader.showPreloader;
|
|
606
702
|
}
|
|
607
703
|
});
|
|
704
|
+
_Object$defineProperty(exports, "startNetworkChangeWatch", {
|
|
705
|
+
enumerable: true,
|
|
706
|
+
get: function get() {
|
|
707
|
+
return _startNetworkChangeWatch.startNetworkChangeWatch;
|
|
708
|
+
}
|
|
709
|
+
});
|
|
608
710
|
_Object$defineProperty(exports, "startRecord", {
|
|
609
711
|
enumerable: true,
|
|
610
712
|
get: function get() {
|
|
@@ -665,12 +767,24 @@ _Object$defineProperty(exports, "toast", {
|
|
|
665
767
|
return _toast.toast;
|
|
666
768
|
}
|
|
667
769
|
});
|
|
770
|
+
_Object$defineProperty(exports, "topicEvent", {
|
|
771
|
+
enumerable: true,
|
|
772
|
+
get: function get() {
|
|
773
|
+
return _topicEvent.topicEvent;
|
|
774
|
+
}
|
|
775
|
+
});
|
|
668
776
|
_Object$defineProperty(exports, "updateExpandTitle", {
|
|
669
777
|
enumerable: true,
|
|
670
778
|
get: function get() {
|
|
671
779
|
return _updateExpandTitle.updateExpandTitle;
|
|
672
780
|
}
|
|
673
781
|
});
|
|
782
|
+
_Object$defineProperty(exports, "updateTab", {
|
|
783
|
+
enumerable: true,
|
|
784
|
+
get: function get() {
|
|
785
|
+
return _updateTab.updateTab;
|
|
786
|
+
}
|
|
787
|
+
});
|
|
674
788
|
_Object$defineProperty(exports, "uploadAttachment", {
|
|
675
789
|
enumerable: true,
|
|
676
790
|
get: function get() {
|
|
@@ -696,6 +810,12 @@ _Object$defineProperty(exports, "webViewMessageSend", {
|
|
|
696
810
|
return _send.send;
|
|
697
811
|
}
|
|
698
812
|
});
|
|
813
|
+
_Object$defineProperty(exports, "weeklyRead", {
|
|
814
|
+
enumerable: true,
|
|
815
|
+
get: function get() {
|
|
816
|
+
return _weeklyRead.weeklyRead;
|
|
817
|
+
}
|
|
818
|
+
});
|
|
699
819
|
_Object$defineProperty(exports, "weeklyShare", {
|
|
700
820
|
enumerable: true,
|
|
701
821
|
get: function get() {
|
|
@@ -721,6 +841,8 @@ _Object$defineProperty(exports, "zfbAuth", {
|
|
|
721
841
|
}
|
|
722
842
|
});
|
|
723
843
|
var _lib = require("./lib");
|
|
844
|
+
var _openMediaFileDialogV = require("./api/biz/util/openMediaFileDialogV2");
|
|
845
|
+
var _mediaFileUploadV = require("./api/biz/util/mediaFileUploadV2");
|
|
724
846
|
var _openLink = require("./api/biz/util/openLink");
|
|
725
847
|
var _feedback = require("./api/biz/util/feedback");
|
|
726
848
|
var _open = require("./api/biz/util/open");
|
|
@@ -744,6 +866,7 @@ var _injectScript = require("./api/biz/util/injectScript");
|
|
|
744
866
|
var _closeWindow = require("./api/biz/util/closeWindow");
|
|
745
867
|
var _remind = require("./api/biz/util/remind");
|
|
746
868
|
var _takePicture = require("./api/biz/util/takePicture");
|
|
869
|
+
var _openAudioPlayer = require("./api/biz/util/openAudioPlayer");
|
|
747
870
|
var _openVideoPlayer = require("./api/biz/util/openVideoPlayer");
|
|
748
871
|
var _openMediaFileDialog = require("./api/biz/util/openMediaFileDialog");
|
|
749
872
|
var _mediaFileUpload = require("./api/biz/util/mediaFileUpload");
|
|
@@ -755,6 +878,7 @@ var _authStart = require("./api/biz/util/authStart");
|
|
|
755
878
|
var _authFinish = require("./api/biz/util/authFinish");
|
|
756
879
|
var _assistantCreate = require("./api/biz/util/assistantCreate");
|
|
757
880
|
var _yachEvent = require("./api/biz/util/yachEvent");
|
|
881
|
+
var _topicEvent = require("./api/biz/util/topicEvent");
|
|
758
882
|
var _openTogetherEyeWebview = require("./api/biz/util/openTogetherEyeWebview");
|
|
759
883
|
var _getTogetherConfig = require("./api/biz/util/getTogetherConfig");
|
|
760
884
|
var _rouseApp = require("./api/biz/util/rouseApp");
|
|
@@ -768,7 +892,17 @@ var _openUserSchedule = require("./api/biz/util/openUserSchedule");
|
|
|
768
892
|
var _onlineDocmentOpenTeamChat = require("./api/biz/util/onlineDocmentOpenTeamChat");
|
|
769
893
|
var _entergroupCheck = require("./api/biz/util/entergroupCheck");
|
|
770
894
|
var _resetSessionUnread = require("./api/biz/util/resetSessionUnread");
|
|
895
|
+
var _weeklyRead = require("./api/biz/util/weeklyRead");
|
|
771
896
|
var _disableScreenCapture = require("./api/biz/util/disableScreenCapture");
|
|
897
|
+
var _openFutureGroup = require("./api/biz/util/openFutureGroup");
|
|
898
|
+
var _knowledgeBaseSelect = require("./api/biz/util/knowledgeBaseSelect");
|
|
899
|
+
var _knowledgeSelectParams = require("./api/biz/util/knowledgeSelectParams");
|
|
900
|
+
var _lorebaseShowList = require("./api/biz/util/lorebaseShowList");
|
|
901
|
+
var _lorebaseRefreshNodeWebview = require("./api/biz/util/lorebaseRefreshNodeWebview");
|
|
902
|
+
var _copy = require("./api/biz/util/copy");
|
|
903
|
+
var _openPublish = require("./api/biz/util/openPublish");
|
|
904
|
+
var _getConfig = require("./api/biz/util/getConfig");
|
|
905
|
+
var _focus = require("./api/biz/util/focus");
|
|
772
906
|
var _setIcon = require("./api/biz/navigation/setIcon");
|
|
773
907
|
var _setTitle = require("./api/biz/navigation/setTitle");
|
|
774
908
|
var _setMenu = require("./api/biz/navigation/setMenu");
|
|
@@ -794,6 +928,7 @@ var _openTeamChat = require("./api/biz/chat/openTeamChat");
|
|
|
794
928
|
var _openSquad = require("./api/biz/chat/openSquad");
|
|
795
929
|
var _sendP2PMsg = require("./api/biz/chat/sendP2PMsg");
|
|
796
930
|
var _createTab = require("./api/primary/createTab");
|
|
931
|
+
var _updateTab = require("./api/primary/updateTab");
|
|
797
932
|
var _weeklyShare = require("./api/primary/weeklyShare");
|
|
798
933
|
var _fullScreen = require("./api/primary/fullScreen");
|
|
799
934
|
var _exitFullScreen = require("./api/primary/exitFullScreen");
|
|
@@ -820,6 +955,7 @@ var _onPlayEnd = require("./api/device/audio/onPlayEnd");
|
|
|
820
955
|
var _resume = require("./api/device/audio/resume");
|
|
821
956
|
var _getNetworkType = require("./api/device/connection/getNetworkType");
|
|
822
957
|
var _isAtTal = require("./api/device/connection/isAtTal");
|
|
958
|
+
var _startNetworkChangeWatch = require("./api/device/connection/startNetworkChangeWatch");
|
|
823
959
|
var _getUUID = require("./api/device/base/getUUID");
|
|
824
960
|
var _checkStepPermission = require("./api/device/base/checkStepPermission");
|
|
825
961
|
var _onRecordEnd_v = require("./api/device/audio/onRecordEnd_v2");
|
|
@@ -837,44 +973,50 @@ var _setItem = require("./api/util/domainStorage/setItem");
|
|
|
837
973
|
var _removeItem = require("./api/util/domainStorage/removeItem");
|
|
838
974
|
var _log = require("./api/util/tool/log");
|
|
839
975
|
var _flushLog = require("./api/util/tool/flushLog");
|
|
976
|
+
var _screen = require("./api/biz/util/screen");
|
|
840
977
|
var _send = require("./api/biz/webViewMessage/send");
|
|
841
978
|
var _talYoungFilesUpload = require("./api/app/custom/talYoungFilesUpload");
|
|
979
|
+
var _addAppToNav = require("./api/biz/util/addAppToNav");
|
|
842
980
|
/*biz*****************************/
|
|
843
981
|
/**util*/
|
|
982
|
+
|
|
844
983
|
/**navigation*/
|
|
984
|
+
|
|
845
985
|
/**contact*/
|
|
986
|
+
|
|
846
987
|
/** group*/
|
|
988
|
+
|
|
847
989
|
/** chat*/
|
|
990
|
+
|
|
848
991
|
/* primary*****************************/
|
|
992
|
+
|
|
849
993
|
/* runtime*****************************/
|
|
994
|
+
|
|
850
995
|
/** device */
|
|
996
|
+
|
|
851
997
|
/** telephone */
|
|
998
|
+
|
|
852
999
|
/** ui */
|
|
1000
|
+
|
|
853
1001
|
// demainStorage
|
|
1002
|
+
|
|
854
1003
|
// log
|
|
1004
|
+
|
|
1005
|
+
// screen
|
|
1006
|
+
|
|
855
1007
|
console.log('add rouseApp ------------>', _rouseApp.rouseApp);
|
|
856
1008
|
var _yachSdk$exportSdk = _lib.yachSdk.exportSdk,
|
|
857
|
-
version = _yachSdk$exportSdk.version,
|
|
858
|
-
sdkVersion = _yachSdk$exportSdk.sdkVersion,
|
|
859
|
-
env = _yachSdk$exportSdk.env,
|
|
860
|
-
platform = _yachSdk$exportSdk.platform,
|
|
861
|
-
platformV2 = _yachSdk$exportSdk.platformV2,
|
|
862
|
-
config = _yachSdk$exportSdk.config,
|
|
863
|
-
ready = _yachSdk$exportSdk.ready,
|
|
864
|
-
error = _yachSdk$exportSdk.error,
|
|
865
|
-
on = _yachSdk$exportSdk.on,
|
|
866
|
-
off = _yachSdk$exportSdk.off;
|
|
867
|
-
exports
|
|
868
|
-
exports.on = on;
|
|
869
|
-
exports.error = error;
|
|
870
|
-
exports.ready = ready;
|
|
871
|
-
exports.config = config;
|
|
872
|
-
exports.platformV2 = platformV2;
|
|
873
|
-
exports.platform = platform;
|
|
874
|
-
exports.env = env;
|
|
875
|
-
exports.sdkVersion = sdkVersion;
|
|
876
|
-
exports.version = version;
|
|
877
|
-
var _default = {
|
|
1009
|
+
version = exports.version = _yachSdk$exportSdk.version,
|
|
1010
|
+
sdkVersion = exports.sdkVersion = _yachSdk$exportSdk.sdkVersion,
|
|
1011
|
+
env = exports.env = _yachSdk$exportSdk.env,
|
|
1012
|
+
platform = exports.platform = _yachSdk$exportSdk.platform,
|
|
1013
|
+
platformV2 = exports.platformV2 = _yachSdk$exportSdk.platformV2,
|
|
1014
|
+
config = exports.config = _yachSdk$exportSdk.config,
|
|
1015
|
+
ready = exports.ready = _yachSdk$exportSdk.ready,
|
|
1016
|
+
error = exports.error = _yachSdk$exportSdk.error,
|
|
1017
|
+
on = exports.on = _yachSdk$exportSdk.on,
|
|
1018
|
+
off = exports.off = _yachSdk$exportSdk.off;
|
|
1019
|
+
var _default = exports["default"] = {
|
|
878
1020
|
version: version,
|
|
879
1021
|
sdkVersion: sdkVersion,
|
|
880
1022
|
env: env,
|
|
@@ -889,6 +1031,7 @@ var _default = {
|
|
|
889
1031
|
util: {
|
|
890
1032
|
openLink: _openLink.openLink,
|
|
891
1033
|
feedback: _feedback.feedback,
|
|
1034
|
+
focus: _focus.focus,
|
|
892
1035
|
open: _open.open,
|
|
893
1036
|
openSlidePanel: _openSlidePanel.openSlidePanel,
|
|
894
1037
|
share: _share.share,
|
|
@@ -908,12 +1051,17 @@ var _default = {
|
|
|
908
1051
|
onlineDocmentOpenTeamChat: _onlineDocmentOpenTeamChat.onlineDocmentOpenTeamChat,
|
|
909
1052
|
entergroupCheck: _entergroupCheck.entergroupCheck,
|
|
910
1053
|
resetSessionUnread: _resetSessionUnread.resetSessionUnread,
|
|
1054
|
+
weeklyRead: _weeklyRead.weeklyRead,
|
|
1055
|
+
openFutureGroup: _openFutureGroup.openFutureGroup,
|
|
911
1056
|
closeWindow: _closeWindow.closeWindow,
|
|
912
1057
|
remind: _remind.remind,
|
|
913
1058
|
takePicture: _takePicture.takePicture,
|
|
1059
|
+
openAudioPlayer: _openAudioPlayer.openAudioPlayer,
|
|
914
1060
|
openVideoPlayer: _openVideoPlayer.openVideoPlayer,
|
|
915
1061
|
openMediaFileDialog: _openMediaFileDialog.openMediaFileDialog,
|
|
1062
|
+
openMediaFileDialogV2: _openMediaFileDialogV.openMediaFileDialogV2,
|
|
916
1063
|
mediaFileUpload: _mediaFileUpload.mediaFileUpload,
|
|
1064
|
+
mediaFileUploadV2: _mediaFileUploadV.mediaFileUploadV2,
|
|
917
1065
|
invoice: _invoice.invoice,
|
|
918
1066
|
pushWorkMsg: _pushWorkMsg.pushWorkMsg,
|
|
919
1067
|
openTalYoungToTopic: _openTalYoungToTopic.openTalYoungToTopic,
|
|
@@ -922,6 +1070,7 @@ var _default = {
|
|
|
922
1070
|
authFinish: _authFinish.authFinish,
|
|
923
1071
|
assistantCreate: _assistantCreate.assistantCreate,
|
|
924
1072
|
yachEvent: _yachEvent.yachEvent,
|
|
1073
|
+
topicEvent: _topicEvent.topicEvent,
|
|
925
1074
|
openTogetherEyeWebview: _openTogetherEyeWebview.openTogetherEyeWebview,
|
|
926
1075
|
getTogetherConfig: _getTogetherConfig.getTogetherConfig,
|
|
927
1076
|
rouseApp: _rouseApp.rouseApp,
|
|
@@ -932,7 +1081,16 @@ var _default = {
|
|
|
932
1081
|
selectDepartment: _selectDepartment.selectDepartment,
|
|
933
1082
|
createModifySchedule: _createModifySchedule.createModifySchedule,
|
|
934
1083
|
openUserSchedule: _openUserSchedule.openUserSchedule,
|
|
935
|
-
disableScreenCapture: _disableScreenCapture.disableScreenCapture
|
|
1084
|
+
disableScreenCapture: _disableScreenCapture.disableScreenCapture,
|
|
1085
|
+
addAppToNav: _addAppToNav.addAppToNav,
|
|
1086
|
+
knowledgeBaseSelect: _knowledgeBaseSelect.knowledgeBaseSelect,
|
|
1087
|
+
knowledgeSelectParams: _knowledgeSelectParams.knowledgeSelectParams,
|
|
1088
|
+
lorebaseShowList: _lorebaseShowList.lorebaseShowList,
|
|
1089
|
+
lorebaseRefreshNodeWebview: _lorebaseRefreshNodeWebview.lorebaseRefreshNodeWebview,
|
|
1090
|
+
copy: _copy.copy,
|
|
1091
|
+
openPublish: _openPublish.openPublish,
|
|
1092
|
+
capturePage: _screen.capturePage,
|
|
1093
|
+
getConfig: _getConfig.getConfig
|
|
936
1094
|
},
|
|
937
1095
|
telephone: {
|
|
938
1096
|
showCallMenu: _showCallMenu.showCallMenu,
|
|
@@ -985,6 +1143,7 @@ var _default = {
|
|
|
985
1143
|
},
|
|
986
1144
|
primary: {
|
|
987
1145
|
createTab: _createTab.createTab,
|
|
1146
|
+
updateTab: _updateTab.updateTab,
|
|
988
1147
|
weeklyShare: _weeklyShare.weeklyShare,
|
|
989
1148
|
fullScreen: _fullScreen.fullScreen,
|
|
990
1149
|
exitFullScreen: _exitFullScreen.exitFullScreen
|
|
@@ -992,7 +1151,9 @@ var _default = {
|
|
|
992
1151
|
device: {
|
|
993
1152
|
notification: {
|
|
994
1153
|
showPreloader: _showPreloader.showPreloader,
|
|
1154
|
+
showCustomOverlayContent: _showPreloader.showCustomOverlayContent,
|
|
995
1155
|
hidePreloader: _hidePreloader.hidePreloader,
|
|
1156
|
+
hideCustomOverlayContent: _hidePreloader.hideCustomOverlayContent,
|
|
996
1157
|
vibrate: _vibrate.vibrate,
|
|
997
1158
|
toast: _toast.toast,
|
|
998
1159
|
alert: _alert.alert,
|
|
@@ -1028,7 +1189,8 @@ var _default = {
|
|
|
1028
1189
|
},
|
|
1029
1190
|
connection: {
|
|
1030
1191
|
getNetworkType: _getNetworkType.getNetworkType,
|
|
1031
|
-
isAtTal: _isAtTal.isAtTal
|
|
1192
|
+
isAtTal: _isAtTal.isAtTal,
|
|
1193
|
+
startNetworkChangeWatch: _startNetworkChangeWatch.startNetworkChangeWatch
|
|
1032
1194
|
}
|
|
1033
1195
|
},
|
|
1034
1196
|
ui: {
|
|
@@ -1057,5 +1219,4 @@ var _default = {
|
|
|
1057
1219
|
talYoungFilesUpload: _talYoungFilesUpload.talYoungFilesUpload
|
|
1058
1220
|
}
|
|
1059
1221
|
}
|
|
1060
|
-
};
|
|
1061
|
-
exports["default"] = _default;
|
|
1222
|
+
};
|