yach.open.jssdk 4.4.3 → 4.4.4-beta.10
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.4-beta.10.js +1 -0
- package/es/api/biz/util/copy.d.ts +11 -0
- package/es/api/biz/util/copy.js +21 -0
- package/es/api/biz/util/knowledgeBaseSelect.js +9 -1
- package/es/api/biz/util/knowledgeSelectParams.d.ts +14 -0
- package/es/api/biz/util/knowledgeSelectParams.js +21 -0
- package/es/api/biz/util/lorebaseRefreshNodeWebview.d.ts +11 -0
- package/es/api/biz/util/lorebaseRefreshNodeWebview.js +21 -0
- package/es/api/biz/util/lorebaseShowList.d.ts +11 -0
- package/es/api/biz/util/lorebaseShowList.js +21 -0
- package/es/api/biz/util/openPublish.d.ts +22 -0
- package/es/api/biz/util/openPublish.js +17 -0
- package/es/api/primary/updateTab.d.ts +9 -0
- package/es/api/primary/updateTab.js +17 -0
- package/es/index.d.ts +13 -1
- package/es/index.js +13 -1
- package/es/lib/bridge/mobile.js +10 -0
- package/es/lib/helper/pcIframe.d.ts +8 -25
- package/es/lib/helper/pcIframe.js +35 -5
- package/es/lib/sdk/sdk.typings.d.ts +1 -0
- package/es/utils/env.js +4 -2
- package/libs/api/biz/util/copy.d.ts +11 -0
- package/libs/api/biz/util/copy.js +32 -0
- package/libs/api/biz/util/knowledgeBaseSelect.js +9 -1
- package/libs/api/biz/util/knowledgeSelectParams.d.ts +14 -0
- package/libs/api/biz/util/knowledgeSelectParams.js +32 -0
- package/libs/api/biz/util/lorebaseRefreshNodeWebview.d.ts +11 -0
- package/libs/api/biz/util/lorebaseRefreshNodeWebview.js +32 -0
- package/libs/api/biz/util/lorebaseShowList.d.ts +11 -0
- package/libs/api/biz/util/lorebaseShowList.js +32 -0
- package/libs/api/biz/util/openPublish.d.ts +22 -0
- package/libs/api/biz/util/openPublish.js +28 -0
- package/libs/api/primary/updateTab.d.ts +9 -0
- package/libs/api/primary/updateTab.js +28 -0
- package/libs/index.d.ts +13 -1
- package/libs/index.js +60 -0
- package/libs/lib/bridge/mobile.js +11 -0
- package/libs/lib/helper/pcIframe.d.ts +8 -25
- package/libs/lib/helper/pcIframe.js +36 -5
- package/libs/lib/sdk/sdk.typings.d.ts +1 -0
- package/libs/utils/env.js +4 -2
- package/package.json +4 -6
- package/dist/yach_jssdk_4.4.3.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
window.yy=function(e){var n={};function t(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,t),i.l=!0,i.exports}return t.m=e,t.c=n,t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:o})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(t.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var i in e)t.d(o,i,function(n){return e[n]}.bind(null,i));return o},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="",t(t.s=7)}([function(e,n,t){"use strict";var o=new function(){var e=this;this.on=function(n,t){if(!n||"function"!=typeof t)throw"eventName is null or handle is not a function, on fail";Array.isArray(e.eventsHandle[n])||(e.eventsHandle[n]=[]),e.eventsHandle[n].push(t)},this.off=function(n,t){if(!n)throw"eventName is null, invoke off fail";if(t){if(Array.isArray(e.eventsHandle[n])){var o=e.eventsHandle[n].indexOf(t);-1!==o&&e.eventsHandle[n].splice(o,1)}}else e.eventsHandle[n]=[]},this.execEvent=function(e,n){Array.isArray(this.eventsHandle[e])&&this.eventsHandle[e].forEach((function(e){try{e(n)}catch(e){console.error(n)}}))},this.eventsHandle={}};n.a=o},function(e,n,t){"use strict";t.d(n,"a",(function(){return a}));var o=t(3);function i(e){if(e)if(e.group)if(e.project)if(e.hasOwnProperty("env"))if(e.hasOwnProperty("version")){var n=["https://es.zhiyinlou.com/log.js?"];n.push("group="+e.group),n.push("&project="+e.project),n.push("&env="+e.env),n.push("&version="+e.version),n.push("&method="+e.method),e.yachid&&n.push("&yachid="+e.yachid),e.workcode&&n.push("&workcode="+e.workcode),e.timestamp&&n.push("×tamp="+e.timestamp),e.errorcode&&n.push("&errorcode="+e.errorcode),e.message&&n.push("&message="+e.message),e.api&&e.time&&(n.push("&api="+e.api),n.push("&load_time="+e.time));var t,o,i=n.join("");t=i,(o=document.createElement("script")).type="text/javascript",o.readyState?o.onreadystatechange=function(){"loaded"!=o.readyState&&"complete"!=o.readyState||(o.onreadystatechange=null,document.getElementsByTagName("head")[0].removeChild(o))}:o.onload=function(){document.getElementsByTagName("head")[0].removeChild(o)},o.src=t,document.getElementsByTagName("head")[0].appendChild(o),"online"!=e.env&&console.log(i)}else console.log("bpit error: need options.version");else console.log("bpit error: need options.env");else console.log("bpit error: need options.project");else console.log("bpit error: need options.group");else console.log("bpit error: need options")}var r=function(){return(r=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)};function a(e){var n=Object(o.a)().env,t=Object(o.a)().version,a=Date.now(),s=r({group:"yach",project:"yach_31_jssdk",env:n,version:t,timestamp:a},e);console.log("jssdk 项目 bpit 上报数据:",s),i(s)}},function(e,n,t){"use strict";t.d(n,"a",(function(){return s}));var o={log:function(){},warn:function(){},error:function(){}};if("undefined"!=typeof window&&window.console&&(o=window.console),"undefined"!=typeof document&&document.body){var i=document.createElement("iframe");i&&i.contentWindow&&i.contentWindow.console&&(i.style.display="none",document.body.appendChild(i),o=i.contentWindow.console)}var r=o.log.bind(o),a=(o.warn.bind(o),o.error.bind(o),"color:#fff;font-weight:bold;border-radius:5px;background:#67c23a;");function s(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return r("%c Yach-jssdk log: ",a,e)}},function(e,n,t){"use strict";var o;function i(){var e="undefined"!=typeof navigator?navigator.userAgent:"",n=/Yach/i.test(e),t=/iPhone|iPad|iPod|iOS/i.test(e)&&n,i=/Android/i.test(e)&&n,r=/YachPc/i.test(e),a=/iPad/i.test(e)&&n,s=/iPhone/i.test(e)&&n,c=/Yachtest/.test(e)&&n,u=/HarmonyOSNext/i.test(e)&&n,d=o.notInYach;return t&&(d=o.ios),i&&(d=o.android),r&&(d=o.pc),{platform:d,platformV2:{inYach:n,inIOS:t,inAndroid:i,inPC:r,inIpad:a,inIPhone:s,inHarmonyNext:u},version:((e.match(/Yach\/[a-zA-Z0-9.-]+/)||[])[0]||"").split("/")[1]||"",language:"undefined"!=typeof navigator?navigator.language:"*",env:c?"test":"online"}}t.d(n,"a",(function(){return i})),function(e){e.pc="pc",e.android="android",e.ios="ios",e.notInYach="notInYach"}(o||(o={}))},function(e,n,t){"use strict";(function(e){var o=t(2),i=t(0),r=function(e,n,t){var o=this;this.genid=function(){var e=Date.now().toString(36);return e+=Math.random().toString(36).substr(3)},this.receiveResponse=function(e){o.callback(e)},this.getPayload=function(){return{msgId:o.id,methodName:o.methodName,moduleId:o.moduleId,body:o.plainMsg,type:"request",invokeType:o.invokeType}},this.id=this.genid(),this.PromiseObj={resolve:null,reject:null},this.methodName=e,this.plainMsg=n,this.invokeType=null==n?void 0:n.invokeType,this.moduleId=null==n?void 0:n.moduleId,this.callback=t},a=new function(){var n=this;this.addPending=function(e){n.pendingMsgs[e.id]=e},this.deletePending=function(e){delete n.pendingMsgs[e.id]},this.getPending=function(e){return this.pendingMsgs[e]},this.invokeAPIInBrowserView=function(e){window.sendTo(e)},this.invokeAPIInWebview=function(e){window.sendToHost(e)},this.invokeAPIInModuleFederation=function(e){window.remoteSendToHost(e)},this.invokeAPI=function(e,t,o){var i;if("moduleFederation"===n.invokeType){t.invokeType=n.invokeType,t.moduleId=n.moduleId,i=new r(e,t,o);var a=JSON.stringify(i.getPayload());n.invokeAPIInModuleFederation(a)}else{i=new r(e,t,o),a=JSON.stringify(i.getPayload());var s=t.invokeType;"browserView"===(void 0===s?"":s)?n.invokeAPIInBrowserView(a):n.invokeAPIInWebview(a)}return n.addPending(i),i},this.handleCallback=function(e,t){var o=e.type,r=e.methodName,a=e.eventName,s=e.msgId,c=e.data,u=void 0===c?{}:c,d=e.code,l=e.message,p=e.msg;if("request"===o)switch(r){case"refresh":window.location.reload();break;case"back":window.history.back();break;case"forward":window.history.forward();break;case"event":i.a.execEvent(a,u);break;case"zoomInClick":var f=document.documentElement.scrollTop||document.body.scrollTop,v=window.location.href;"browserView"===t?window.sendTo(JSON.stringify({type:o,methodName:r,body:{scrollTopVal:f,url:v,title:u&&u.title}})):window.sendToHost(JSON.stringify({type:o,methodName:r,body:{scrollTopVal:f,url:v,title:u&&u.title}}))}else if("response"===o){var m=n.getPending(s);m&&m.receiveResponse({data:u,code:d,message:l||p||u.msg||u.message}),-3!=d&&n.deletePending(s)}},this.init=function(){var e;"moduleFederation"!==n.invokeType?(window.addEventListener("message",(function(e){Object(o.a)("electron res: ",e),n.handleCallback(e.data||{})})),window.receiveBrowserViewData&&window.receiveBrowserViewData((function(e,t){return n.handleCallback(t)}))):null===(e=window.remoteReceiveFromHost)||void 0===e||e.call(window,(function(e){n.handleCallback(e)}),n.moduleId)},this.pendingMsgs={},this.invokeType=window.remoteSendToHost&&window.remoteReceiveFromHost&&e?"moduleFederation":"",this.moduleId=Math.random().toString(36).substring(2,15)};n.a=a}).call(this,t(6))},function(e){e.exports=JSON.parse('{"name":"yach.open.jssdk","version":"4.4.4-beta.10","description":"","module":"./es/index.js","main":"./libs/index.js","files":["es","libs","dist"],"sideEffects":false,"scripts":{"start":"yach del es && tsc -w","build":"node ./tools/run compile","lint":"eslint \'src/**/*.{js,ts}\'","lint-fix":"eslint --fix \'src/**/*.{js,ts}\'","p:beta":"npm publish --tag=beta --access public"},"dependencies":{"@babel/runtime-corejs3":"^7.10.3"},"authors":[{"name":"ostwind","email":"9837438@qq.com"}],"license":"ISC","devDependencies":{"@babel/core":"^7.10.2","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-transform-runtime":"^7.10.1","@babel/preset-env":"^7.9.5","@types/node":"^13.9.8","@typescript-eslint/eslint-plugin":"^2.25.0","@typescript-eslint/parser":"^2.25.0","babel-loader":"^8.1.0","colorful":"^2.1.0","commander":"^5.1.0","dingtalk-jsapi":"^2.10.2","eslint":"^6.8.0","eslint-config-prettier":"^6.10.1","eslint-plugin-prettier":"^3.1.2","gulp":"^4.0.2","gulp-babel":"^8.0.0","gulp-concat":"^2.6.1","gulp-typescript":"^6.0.0-alpha.1","gulp-uglify":"^3.0.2","gulp-umd":"^2.0.0","gulp-util":"^3.0.8","lint-staged":"^10.0.9","prettier":"^2.0.2","qiao.ext.cos":"^0.1.2","ts-loader":"^7.0.1","typescript":"^3.9.7","webpack":"^4.43.0","webpack-cli":"^3.3.11","webpack-merge":"^4.2.2","yach.open.cli":"^1.0.1","npm-cli-login":"1.0.0"}}')},function(e,n){var t,o,i=e.exports={};function r(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(t===setTimeout)return setTimeout(e,0);if((t===r||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:r}catch(e){t=r}try{o="function"==typeof clearTimeout?clearTimeout:a}catch(e){o=a}}();var c,u=[],d=!1,l=-1;function p(){d&&c&&(d=!1,c.length?u=c.concat(u):l=-1,u.length&&f())}function f(){if(!d){var e=s(p);d=!0;for(var n=u.length;n;){for(c=u,u=[];++l<n;)c&&c[l].run();l=-1,n=u.length}c=null,d=!1,function(e){if(o===clearTimeout)return clearTimeout(e);if((o===a||!o)&&clearTimeout)return o=clearTimeout,clearTimeout(e);try{o(e)}catch(n){try{return o.call(null,e)}catch(n){return o.call(this,e)}}}(e)}}function v(e,n){this.fun=e,this.array=n}function m(){}i.nextTick=function(e){var n=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)n[t-1]=arguments[t];u.push(new v(e,n)),1!==u.length||d||s(f)},v.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=m,i.addListener=m,i.once=m,i.off=m,i.removeListener=m,i.removeAllListeners=m,i.emit=m,i.prependListener=m,i.prependOnceListener=m,i.listeners=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(e,n,t){"use strict";t.r(n),t.d(n,"version",(function(){return Zo})),t.d(n,"sdkVersion",(function(){return Qo})),t.d(n,"env",(function(){return ei})),t.d(n,"platform",(function(){return ni})),t.d(n,"platformV2",(function(){return ti})),t.d(n,"config",(function(){return oi})),t.d(n,"ready",(function(){return ii})),t.d(n,"error",(function(){return ri})),t.d(n,"on",(function(){return ai})),t.d(n,"off",(function(){return si})),t.d(n,"openLink",(function(){return E})),t.d(n,"feedback",(function(){return F})),t.d(n,"open",(function(){return A})),t.d(n,"openSlidePanel",(function(){return R})),t.d(n,"share",(function(){return W})),t.d(n,"previewFile",(function(){return B})),t.d(n,"previewImage",(function(){return L})),t.d(n,"downloadFile",(function(){return _})),t.d(n,"uploadAttachment",(function(){return N})),t.d(n,"clipboardFileUpload",(function(){return H})),t.d(n,"proxy",(function(){return U})),t.d(n,"datepicker",(function(){return Y})),t.d(n,"scan",(function(){return $})),t.d(n,"chosen",(function(){return te})),t.d(n,"openSingleWebview",(function(){return ie})),t.d(n,"getSingleWebviewData",(function(){return re})),t.d(n,"injectScript",(function(){return ae})),t.d(n,"closeWindow",(function(){return ce})),t.d(n,"showCallMenu",(function(){return So})),t.d(n,"call",(function(){return zo})),t.d(n,"setIcon",(function(){return Pn})),t.d(n,"setTitle",(function(){return Sn})),t.d(n,"setMenu",(function(){return Cn})),t.d(n,"close",(function(){return In})),t.d(n,"replacePage",(function(){return Mn})),t.d(n,"quit",(function(){return xn})),t.d(n,"setRight",(function(){return Fn})),t.d(n,"setTitleExpandIcon",(function(){return Rn})),t.d(n,"updateExpandTitle",(function(){return Vn})),t.d(n,"setLeft",(function(){return Ln})),t.d(n,"goBack",(function(){return Nn})),t.d(n,"complexPicker",(function(){return $n})),t.d(n,"departmentsPicker",(function(){return Xn})),t.d(n,"groupComplexPicker",(function(){return Zn})),t.d(n,"chooseConversationByCorpId",(function(){return Qn})),t.d(n,"pickConversation",(function(){return nt})),t.d(n,"openSingleChat",(function(){return tt})),t.d(n,"openTeamChat",(function(){return ot})),t.d(n,"openSquad",(function(){return it})),t.d(n,"sendP2PMsg",(function(){return rt})),t.d(n,"mapView",(function(){return Z})),t.d(n,"multipointView",(function(){return ee})),t.d(n,"requestAuthCode",(function(){return ht})),t.d(n,"createTab",(function(){return st})),t.d(n,"updateTab",(function(){return ut})),t.d(n,"weeklyShare",(function(){return lt})),t.d(n,"fullScreen",(function(){return ft})),t.d(n,"exitFullScreen",(function(){return mt})),t.d(n,"showPreloader",(function(){return wt})),t.d(n,"showCustomOverlayContent",(function(){return yt})),t.d(n,"hidePreloader",(function(){return St})),t.d(n,"hideCustomOverlayContent",(function(){return Tt})),t.d(n,"vibrate",(function(){return Ct})),t.d(n,"toast",(function(){return It})),t.d(n,"alert",(function(){return Ft})),t.d(n,"confirm",(function(){return Dt})),t.d(n,"getPhoneInfo",(function(){return Ot})),t.d(n,"getUUID",(function(){return lo})),t.d(n,"checkStepPermission",(function(){return fo})),t.d(n,"getGeolocation",(function(){return Vt})),t.d(n,"getGeolocationSwitch",(function(){return Bt})),t.d(n,"getLang",(function(){return Lt})),t.d(n,"startRecord",(function(){return Nt})),t.d(n,"stopRecord",(function(){return Ut})),t.d(n,"onRecordEnd",(function(){return Yt})),t.d(n,"downloadAudio",(function(){return Gt})),t.d(n,"playAudio",(function(){return $t})),t.d(n,"pauseAudio",(function(){return Zt})),t.d(n,"stopAudio",(function(){return eo})),t.d(n,"onPlayEnd",(function(){return to})),t.d(n,"resumeAudio",(function(){return io})),t.d(n,"getNetworkType",(function(){return ao})),t.d(n,"isAtTal",(function(){return co})),t.d(n,"webViewBounceDisable",(function(){return Io})),t.d(n,"pullToRefreshEnable",(function(){return jo})),t.d(n,"pullToRefreshStop",(function(){return Oo})),t.d(n,"pullToRefreshDisable",(function(){return Fo})),t.d(n,"getItem",(function(){return Do})),t.d(n,"setItem",(function(){return Vo})),t.d(n,"removeItem",(function(){return Bo})),t.d(n,"writeLog",(function(){return _o})),t.d(n,"flushLog",(function(){return Ho})),t.d(n,"remind",(function(){return de})),t.d(n,"takePicture",(function(){return le})),t.d(n,"datetimepicker",(function(){return G})),t.d(n,"actionSheet",(function(){return jt})),t.d(n,"webViewMessageSend",(function(){return qo})),t.d(n,"talYoungFilesUpload",(function(){return Go})),t.d(n,"openVideoPlayer",(function(){return fe})),t.d(n,"openMediaFileDialog",(function(){return ve})),t.d(n,"mediaFileUpload",(function(){return me})),t.d(n,"invoice",(function(){return he})),t.d(n,"pushWorkMsg",(function(){return ge})),t.d(n,"openTalYoungToTopic",(function(){return be})),t.d(n,"getToken",(function(){return ye})),t.d(n,"authStart",(function(){return Pe})),t.d(n,"authFinish",(function(){return Te})),t.d(n,"assistantCreate",(function(){return Ce})),t.d(n,"yachEvent",(function(){return Me})),t.d(n,"topicEvent",(function(){return xe})),t.d(n,"openTogetherEyeWebview",(function(){return Ee})),t.d(n,"getTogetherConfig",(function(){return Ae})),t.d(n,"rouseApp",(function(){return De})),t.d(n,"externalLinkPreviewFile",(function(){return Re})),t.d(n,"savePic",(function(){return Le})),t.d(n,"zfbAuth",(function(){return We})),t.d(n,"complain",(function(){return _e})),t.d(n,"onRecordEnd_v2",(function(){return mo})),t.d(n,"startRecord_v2",(function(){return go})),t.d(n,"stopRecord_v2",(function(){return wo})),t.d(n,"selectDepartment",(function(){return Ne})),t.d(n,"setWindowBig",(function(){return Un})),t.d(n,"tencentMeeting",(function(){return Jn})),t.d(n,"tencentMeetingBegin",(function(){return Yn})),t.d(n,"createModifySchedule",(function(){return Ue})),t.d(n,"onlineDocmentOpenTeamChat",(function(){return Ge})),t.d(n,"entergroupCheck",(function(){return $e})),t.d(n,"resetSessionUnread",(function(){return Ze})),t.d(n,"weeklyRead",(function(){return en})),t.d(n,"openFutureGroup",(function(){return rn})),t.d(n,"knowledgeBaseSelect",(function(){return sn})),t.d(n,"knowledgeSelectParams",(function(){return un})),t.d(n,"lorebaseShowList",(function(){return ln})),t.d(n,"lorebaseRefreshNodeWebview",(function(){return fn})),t.d(n,"openPublish",(function(){return gn})),t.d(n,"setLight",(function(){return ko})),t.d(n,"openUserSchedule",(function(){return Ye})),t.d(n,"disableScreenCapture",(function(){return tn})),t.d(n,"setPanGestureEnable",(function(){return Kn})),t.d(n,"addAppToNav",(function(){return $o})),t.d(n,"copy",(function(){return mn})),t.d(n,"capturePage",(function(){return Jo}));var o=t(3),i=t(1),r=t(2),a=function(e,n){var t=c(e),o=c(n),i=t.pop(),r=o.pop(),a=p(t,o);return 0!==a?a:i&&r?p(i.split("."),r.split(".")):i||r?i?-1:1:0},s=/^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\-]+(?:\.[\da-z\-]+)*))?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?)?)?$/i,c=function(e){if("string"!=typeof e)throw new TypeError("Invalid argument expected string");var n=e.match(s);if(!n)throw new Error("Invalid argument not valid semver ('"+e+"' received)");return n.shift(),n},u=function(e){return"*"===e||"x"===e||"X"===e},d=function(e){var n=parseInt(e,10);return isNaN(n)?e:n},l=function(e,n){if(u(e)||u(n))return 0;var t=function(e,n){return typeof e!=typeof n?[String(e),String(n)]:[e,n]}(d(e),d(n)),o=t[0],i=t[1];return o>i?1:o<i?-1:0},p=function(e,n){for(var t=0;t<Math.max(e.length,n.length);t++){var o=l(e[t]||"0",n[t]||"0");if(0!==o)return o}return 0},f={">":[1],">=":[0,1],"=":[0],"<=":[-1,0],"<":[-1]},v=(Object.keys(f),t(5)),m=function(){function e(e){var n=this;this.invokeAPIConfigMapByMethod={},this.configJsApiList=[],this.platformConfigMap={},this.hadConfig=!1,this.bridgeInitFnPromise=null,this.cacheP={},this.config$=new Promise((function(e,t){n.cacheP.resolve=e,n.cacheP.reject=t})),this.env=e,this.exportSdk={version:e.version,sdkVersion:v.version,env:e,platform:e.platform,platformV2:e.platformV2,config:function(e){void 0===e&&(e={});var t=e.jsApiList,o=void 0===t?[]:t;n.hadConfig?console.log("Config has been executed"):n.bridgeInitFn().then((function(t){t("config",e).then((function(e){n.cacheP.resolve(e),n.hadConfig=!0,n.configJsApiList=o})).catch((function(e){n.cacheP.reject(e)}))}))},ready:function(e){n.bridgeInitFn().then((function(){e()}))},error:function(e){n.config$.catch((function(n){e(n)}))},on:function(t,o){n.bridgeInitFn().then((function(){n.platformConfigMap[e.platform].event.on(t,o)}))},off:function(t,o){n.bridgeInitFn().then((function(){n.platformConfigMap[e.platform].event.off(t,o)}))}}}return e.prototype.setAPI=function(e,n){this.invokeAPIConfigMapByMethod[e]=n},e.prototype.setPlatform=function(e){var n=e.platform;e.bridgeInit;this.platformConfigMap[n]=e},e.prototype.bridgeInitFn=function(){if(this.bridgeInitFnPromise)return this.bridgeInitFnPromise;var e=this.platformConfigMap[this.env.platform];if(e)this.bridgeInitFnPromise=e.bridgeInit();else{var n="Do not support the current environment�"+this.env.platform;this.bridgeInitFnPromise=Promise.reject(new Error(n))}return this.bridgeInitFnPromise},e.prototype._onFail=function(e,n,t,o){Object(i.a)({method:e,errorcode:n,message:t}),o&&"function"==typeof o&&o({code:n,message:t})},e.prototype.invokeAPI=function(e,n){if(n||(n={}),e){var t=this.invokeAPIConfigMapByMethod[e];if(!t)return this._onFail(e,"-1","["+e+"] method is not exist",n.onFail);var o=t[this.env.platform];if(o){var i=o.vs||"0.0.0";if(a(this.env.version,i)<0)return this._onFail(e,"-1","The current application version is "+this.env.version+". This method does not support versions less than "+i,n.onFail);var s=o.paramsDeal?o.paramsDeal(n):n;if("function"==typeof s.onSuccess){var c=s.onSuccess;s.onSuccess=function(e){c(e)}}this.bridgeInitFn().then((function(n){n(e,s).then((function(n){Object(r.a)("SDK 返回结果成功 ",{method:e,params:s,result:n})})).catch((function(n){Object(r.a)("SDK 返回结果失败",{method:e,params:s,error:n})}))})).catch((function(e){console.log("wenai err",e)}))}else this._onFail(e,"-1","["+e+"] method do not support the current platform ("+this.env.platform+")",n.onFail)}},e}(),h=t(4),g=new Map([[0,"onSuccess"],[-1,"onCancel"],[-2,"onFail"],[-3,"onProgress"],[-4,"onSubmit"]]);function b(e){return g.get(e)||"onFail"}var w=function(){return(w=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)},y=function(e,n){return new Promise((function(t,o){return h.a.invokeAPI(e,n,(function(a){var s=a.data,c=a.code,u=a.message,d=parseInt(c),l=b(d),p=n[l];if(Object(r.a)("SDK执行后回调,相关参数 ",{method:e,param:n,data:s,_code:d,message:u,callbackFun:p}),"onFail"!==l)"function"==typeof p&&p(s||u),t({_code:d,message:u,data:s});else{if(Object(i.a)({method:e,errorcode:d,message:u||JSON.stringify(s)||"SDK执行失败回调,相关参数"}),"function"==typeof p){console.log("wenai-code",c,d);var f="[object Object]"===Object.prototype.toString.call(s)?w(w({},s),{code:c,message:u}):{data:s,code:c,message:u};p(u?f:s)}o({_code:d,message:u,data:s})}}))}))},k=t(0),P=function(){return(P=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)};function S(e){if(window.WebViewJavascriptBridge)return e(WebViewJavascriptBridge);if(window.WKWebViewJavascriptBridge)return e(WKWebViewJavascriptBridge);if(window.WVJBCallbacks)return window.WVJBCallbacks.push(e);window.WVJBCallbacks=[e];var n=document.createElement("iframe");n.style.display="none",n.src="https://__bridge_loaded__",document.documentElement.appendChild(n),setTimeout((function(){document.documentElement.removeChild(n)}),0)}var T=function(e,n){return new Promise((function(t,o){var a=P({},n);S((function(s){n.control&&s.registerHandler(e,(function(e){var o=n.onSuccess;delete a.onSuccess,"function"==typeof o&&(o(e),t({code:"0",message:"success"}))})),s.callHandler(e,n,(function(s){var c=s.code,u=s.message,d=s.data,l=parseInt(c),p=b(l),f=a[p];if(Object(r.a)("SDK执行后回调,相关参数 ",{method:e,param:n,data:d,_code:l,message:u,callbackFun:f}),"onFail"===p)return Object(i.a)({method:e,errorcode:l,message:u||JSON.stringify(d)||"SDK执行失败回调,相关参数"}),"function"==typeof f&&f(u?{code:c,message:u}:d),void o({_code:l,message:u,data:d});"function"==typeof f&&f(d||u),t({_code:l,message:u,data:d})}))}))}))},z=function(e,n,t,o){return new(t||(t=Promise))((function(i,r){function a(e){try{c(o.next(e))}catch(e){r(e)}}function s(e){try{c(o.throw(e))}catch(e){r(e)}}function c(e){var n;e.done?i(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(a,s)}c((o=o.apply(e,n||[])).next())}))},C=function(e,n){var t,o,i,r,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return r={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(r[Symbol.iterator]=function(){return this}),r;function s(r){return function(s){return function(r){if(t)throw new TypeError("Generator is already executing.");for(;a;)try{if(t=1,o&&(i=2&r[0]?o.return:r[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,r[1])).done)return i;switch(o=0,i&&(r=[2&r[0],i.value]),r[0]){case 0:case 1:i=r;break;case 4:return a.label++,{value:r[1],done:!1};case 5:a.label++,o=r[1],r=[0];continue;case 7:r=a.ops.pop(),a.trys.pop();continue;default:if(!(i=a.trys,(i=i.length>0&&i[i.length-1])||6!==r[0]&&2!==r[0])){a=0;continue}if(3===r[0]&&(!i||r[1]>i[0]&&r[1]<i[3])){a.label=r[1];break}if(6===r[0]&&a.label<i[1]){a.label=i[1],i=r;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(r);break}i[2]&&a.ops.pop(),a.trys.pop();continue}r=n.call(e,a)}catch(e){r=[6,e],o=0}finally{t=i=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}([r,s])}}},I=Object(o.a)(),M=I.platform,j=new m(I);!function(){var e=this,n={platform:M,authMethod:"config",bridgeInit:"pc"===M?function(){return z(e,void 0,void 0,(function(){return C(this,(function(e){return h.a.init(),[2,y]}))}))}:function(){return new Promise((function(e,n){S((function(n){Object(r.a)("注册resume事件 "),n.registerHandler("resume",(function(e){Object(r.a)("resume监听到回调,相关参数 ",{resData:e}),k.a.execEvent("resume",e)})),Object(r.a)("注册unreadMsgAction事件 "),n.registerHandler("unreadMsgAction",(function(e){Object(r.a)("unreadMsgAction监听到回调,相关参数 ",{resData:e}),k.a.execEvent("unreadMsgAction",e)})),Object(r.a)("注册webViewMsgReceive事件 "),n.registerHandler("webViewMsgReceive",(function(e){Object(r.a)("webViewMsgReceive监听到回调,相关参数 ",{resData:e}),k.a.execEvent("webViewMsgReceive",e)})),n.registerHandler("pushWorkMsg",(function(e){Object(r.a)("pushWorkMsg监听到回调,相关参数 ",{resData:e}),k.a.execEvent("pushWorkMsg",e)})),n.registerHandler("getTogetherCallback",(function(e){Object(r.a)("getTogetherCallback监听到回调,相关参数 ",{resData:e}),k.a.execEvent("getTogetherCallback",e)})),n.registerHandler("sendMsgCommon",(function(e){Object(r.a)("sendMsgCommon ",{resData:e}),k.a.execEvent("sendMsgCommon",e)})),n.registerHandler("toolbarClickEvent",(function(e,n){Object(r.a)("toolbarClickEvent ",{resData:e});var t={data:e,callback:n};k.a.execEvent("toolbarClickEvent",t)})),e()}))})).then((function(){return T}))},event:{on:function(e,n){k.a.on(e,n)},off:function(e,n){k.a.off(e,n)}}};j.setPlatform(n)}();var x={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"0.0.0"}};var O=function(e,n){var t=n.params,o=void 0===t?{}:t,i=n.platform,r=void 0===i?x:i;j.setAPI(e,r),j.invokeAPI(e,o)};function E(e){O("biz.util.openLink",{params:e})}function F(e){O("biz.util.feedback",{params:e})}function A(e){O("biz.util.open",{params:e})}var D={pc:{vs:"0.0.0"}};function R(e){O("biz.util.openSlidePanel",{params:e,platform:D})}var V={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function W(e){O("biz.util.share",{params:e,platform:V})}function B(e){O("biz.util.previewFile",{params:e})}function L(e){O("biz.util.previewImage",{params:e})}function _(e){O("biz.util.downloadFile",{params:e})}function N(e){O("biz.util.uploadAttachment",{params:e})}function H(e){O("biz.util.clipboardFileUpload",{params:e})}function U(e){O("biz.util.proxy",{params:e})}var J={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Y(e){O("biz.util.datepicker",{params:e,platform:J})}var q={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function G(e){O("biz.util.datetimepicker",{params:e,platform:q})}var K={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function $(e){O("biz.util.scan",{params:e,platform:K})}var X={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Z(e){O("biz.map.view",{params:e,platform:X})}var Q={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function ee(e){O("biz.map.multipointView",{params:e,platform:Q})}var ne={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function te(e){O("biz.util.chosen",{params:e,platform:ne})}var oe={pc:{vs:"0.0.0"}};function ie(e){O("biz.util.openSingleWebview",{params:e,platform:oe})}function re(e){O("biz.util.getSingleWebviewData",{params:e})}function ae(e){O("biz.util.injectScript",{params:e})}var se={pc:{vs:"0.0.0"}};function ce(e){O("biz.util.closeWindow",{params:e,platform:se})}var ue={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"0.0.0"}};function de(e){O("biz.util.remind",{params:e,platform:ue})}function le(e){O("biz.util.takePicture",{params:e})}var pe={pc:{vs:"0.0.0"},ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function fe(e){O("biz.util.openVideoPlayer",{params:e,platform:pe})}function ve(e){O("biz.util.openMediaFileDialog",{params:e})}function me(e){O("biz.util.mediaFileUpload",{params:e})}function he(e){O("biz.util.invoice",{params:e})}function ge(e){O("biz.util.pushWorkMsg",{params:e})}function be(e){O("biz.util.openTalYoungToTopic",{params:e})}var we={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function ye(e){O("biz.util.getToken",{params:e,platform:we})}var ke={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Pe(e){O("biz.util.authStart",{params:e,platform:ke})}var Se={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Te(e){O("biz.util.authFinish",{params:e,platform:Se})}var ze={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Ce(e){O("biz.util.assistantCreate",{params:e,platform:ze})}var Ie={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"0.0.0"}};function Me(e){O("biz.util.yachEvent",{params:e,platform:Ie})}var je={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"0.0.0"}};function xe(e){O("biz.util.topicEvent",{params:e,platform:je})}var Oe={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"0.0.0"}};function Ee(e){O("biz.util.openTogetherEyeWebview",{params:e,platform:Oe})}var Fe={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"0.0.0"}};function Ae(e){O("biz.util.getTogetherConfig",{params:e,platform:Fe})}function De(e){O("biz.util.rouseApp",{params:e})}function Re(e){O("biz.util.externalLinkPreviewFile",{params:e})}var Ve={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function We(e){O("biz.util.zfbAuth",{params:e,platform:Ve})}var Be={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Le(e){O("biz.util.savePic",{params:e,platform:Be})}function _e(e){O("biz.util.complain",{params:e})}function Ne(e){O("biz.util.selectDepartment",{params:e})}var He={pc:{vs:"0.0.0"}};function Ue(e){O("biz.util.createModifySchedule",{params:e,platform:He})}var Je={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"0.0.0"}};function Ye(e){O("biz.util.openUserSchedule",{params:e,platform:Je})}var qe={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"0.0.0"}};function Ge(e){O("onlineDocmentOpenTeamChat",{params:e,platform:qe})}var Ke={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"1.8.0"}};function $e(e){O("biz.util.entergroupCheck",{params:e,platform:Ke})}var Xe={pc:{vs:"1.8.0"}};function Ze(e){O("biz.util.resetSessionUnread",{params:e,platform:Xe})}var Qe={pc:{vs:"1.9.3.1"},ios:{vs:"1.9.3.1"},android:{vs:"1.9.3.1"}};function en(e){O("biz.util.weeklyRead",{params:e,platform:Qe})}var nn={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function tn(e){O("biz.util.disableScreenCapture",{params:e,platform:nn})}var on={pc:{vs:"1.8.8"},ios:{vs:"1.8.8"},android:{vs:"1.8.8"}};function rn(e){O("biz.util.openFutureGroup",{params:e,platform:on})}var an={pc:{vs:"1.8.8"},ios:{vs:"1.9.12"},android:{vs:"1.9.12"}};function sn(e){O("biz.util.knowledgeBaseSelect",{params:e,platform:an})}var cn={ios:{vs:"1.9.12"},android:{vs:"1.9.12"}};function un(e){O("biz.util.knowledgeSelectParams",{params:e,platform:cn})}var dn={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function ln(e){O("biz.util.lorebaseShowList",{params:e,platform:dn})}var pn={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function fn(e){O("biz.util.lorebaseRefreshNodeWebview",{params:e,platform:pn})}var vn={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function mn(e){O("biz.util.copy",{params:e,platform:vn})}var hn={pc:{vs:"1.8.8"}};function gn(e){O("biz.util.openPublish",{params:e,platform:hn})}var bn=function(){return(bn=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)};function wn(e){return function(n){return bn(bn({},e),n)}}var yn=wn({control:!0,showIcon:!0,iconIndex:1}),kn={ios:{vs:"0.0.0",paramsDeal:yn},android:{vs:"0.0.0",paramsDeal:yn}};function Pn(e){O("biz.navigation.setIcon",{params:e,platform:kn})}function Sn(e){O("biz.navigation.setTitle",{params:e})}var Tn=wn({control:!0}),zn={ios:{vs:"0.0.0",paramsDeal:Tn},android:{vs:"0.0.0",paramsDeal:Tn}};function Cn(e){O("biz.navigation.setMenu",{params:e,platform:zn})}function In(e){O("biz.navigation.close",{params:e})}function Mn(e){O("biz.navigation.replace",{params:e})}var jn={pc:{vs:"0.0.0"}};function xn(e){O("biz.navigation.quit",{params:e,platform:jn})}var On=wn({show:!0,control:!1,text:""}),En={ios:{vs:"0.0.0",paramsDeal:On},android:{vs:"0.0.0",paramsDeal:On},pc:{vs:"0.0.0"}};function Fn(e){O("biz.navigation.setRight",{params:e,platform:En})}var An=wn({control:!0}),Dn={ios:{vs:"0.0.0",paramsDeal:An},android:{vs:"0.0.0",paramsDeal:An}};function Rn(e){O("biz.navigation.setTitleExpandIcon",{params:e,platform:Dn})}function Vn(e){O("biz.navigation.updateExpandTitle",{params:e})}var Wn=wn({show:!0,control:!1,text:""}),Bn={ios:{vs:"0.0.0",paramsDeal:Wn},android:{vs:"0.0.0",paramsDeal:Wn},pc:{vs:"0.0.0"}};function Ln(e){O("biz.navigation.setLeft",{params:e,platform:Bn})}var _n={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Nn(e){O("biz.navigation.goBack",{params:e,platform:_n})}var Hn={pc:{vs:"0.0.0"}};function Un(e){O("biz.navigation.setWindowBig",{params:e,platform:Hn})}function Jn(e){O("biz.navigation.tencentMeeting",{params:e})}function Yn(e){O("biz.navigation.tencentMeetingBegin",{params:e})}var qn=wn({nativePanEnable:!0,webPanEnable:!0}),Gn={ios:{vs:"0.0.0",paramsDeal:qn},android:{vs:"0.0.0",paramsDeal:qn}};function Kn(e){O("biz.navigation.setPanGestureEnable",{params:e,platform:Gn})}function $n(e){O("biz.contact.complexPicker",{params:e})}function Xn(e){O("biz.contact.departmentsPicker",{params:e})}function Zn(e){O("biz.group.groupComplexPicker",{params:e})}function Qn(e){O("biz.chat.chooseConversationByCorpId",{params:e})}var et={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function nt(e){O("biz.chat.pickConversation",{params:e,platform:et})}function tt(e){O("biz.chat.openSingleChat",{params:e})}function ot(e){O("biz.chat.openTeamChat",{params:e})}function it(e){O("biz.chat.openSquad",{params:e})}function rt(e){O("biz.chat.sendP2PMsg",{params:e})}var at={pc:{vs:"0.0.0"}};function st(e){O("primary.createTab",{params:e,platform:at})}var ct={pc:{vs:"1.9.12"}};function ut(e){O("primary.updateTab",{params:e,platform:ct})}var dt={pc:{vs:"0.0.0"}};function lt(e){O("primary.weeklyShare",{params:e,platform:dt})}var pt={pc:{vs:"0.0.0"}};function ft(e){O("primary.fullScreen",{params:e,platform:pt})}var vt={pc:{vs:"0.0.0"}};function mt(e){O("primary.exitFullScreen",{params:e,platform:vt})}function ht(e){O("runtime.permission.requestAuthCode",{params:e})}var gt={vs:"1.9.9"},bt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:gt};function wt(e){O("device.notification.showPreloader",{params:e,platform:bt})}function yt(e){O("device.notification.showCustomOverlayContent",{params:e,platform:{pc:gt}})}var kt={vs:"1.9.9"},Pt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:kt};function St(e){O("device.notification.hidePreloader",{params:e,platform:Pt})}function Tt(e){O("device.notification.hideCustomOverlayContent",{params:e,platform:{pc:kt}})}var zt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Ct(e){O("device.notification.vibrate",{params:e,platform:zt})}function It(e){O("device.notification.toast",{params:e})}var Mt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function jt(e){O("device.notification.actionSheet",{params:e,platform:Mt})}var xt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Ot(e){O("device.base.getPhoneInfo",{params:e,platform:xt})}var Et={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"0.0.0"}};function Ft(e){O("device.notification.alert",{params:e,platform:Et})}var At={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"0.0.0"}};function Dt(e){O("device.notification.confirm",{params:e,platform:At})}var Rt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Vt(e){O("device.geolocation.get",{params:e,platform:Rt})}var Wt={android:{vs:"0.0.0"}};function Bt(e){O("device.geolocation.getSwitch",{params:e,platform:Wt})}function Lt(e){O("device.system.getLang",{params:e})}var _t={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Nt(e){O("device.audio.startRecord",{params:e,platform:_t})}var Ht={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Ut(e){O("device.audio.stopRecord",{params:e,platform:Ht})}var Jt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Yt(e){O("device.audio.onRecordEnd",{params:e,platform:Jt})}var qt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Gt(e){O("device.audio.download",{params:e,platform:qt})}var Kt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function $t(e){O("device.audio.play",{params:e,platform:Kt})}var Xt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Zt(e){O("device.audio.pause",{params:e,platform:Xt})}var Qt={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function eo(e){O("device.audio.stop",{params:e,platform:Qt})}var no={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function to(e){O("device.audio.onPlayEnd",{params:e,platform:no})}var oo={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function io(e){O("device.audio.resume",{params:e,platform:oo})}var ro={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function ao(e){O("device.connection.getNetworkType",{params:e,platform:ro})}var so={pc:{vs:"0.0.0"}};function co(e){O("device.connection.isAtTal",{params:e,platform:so})}var uo={ios:{vs:"0.0.0"},android:{vs:"0.0.0"},pc:{vs:"1.8.1"}};function lo(e){O("device.base.getUUID",{params:e,platform:uo})}var po={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function fo(e){O("device.base.checkStepPermission",{params:e,platform:po})}var vo={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function mo(e){O("device.audio.onRecordEnd_v2",{params:e,platform:vo})}var ho={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function go(e){O("device.audio.startRecord_v2",{params:e,platform:ho})}var bo={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function wo(e){O("device.audio.stopRecord_v2",{params:e,platform:bo})}var yo={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function ko(e){O("device.system.setLight",{params:e,platform:yo})}var Po={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function So(e){O("biz.telephone.showCallMenu",{params:e,platform:Po})}var To={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function zo(e){O("biz.telephone.call",{params:e,platform:To})}var Co={ios:{vs:"0.0.0"}};function Io(e){O("ui.webViewBounce.disable",{params:e,platform:Co})}var Mo={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function jo(e){O("ui.pullToRefresh.enable",{params:e,platform:Mo})}var xo={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Oo(e){O("ui.pullToRefresh.stop",{params:e,platform:xo})}var Eo={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Fo(e){O("ui.pullToRefresh.disable",{params:e,platform:Eo})}var Ao={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Do(e){O("util.domainStorage.getItem",{params:e,platform:Ao})}var Ro={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Vo(e){O("util.domainStorage.setItem",{params:e,platform:Ro})}var Wo={ios:{vs:"0.0.0"},android:{vs:"0.0.0"}};function Bo(e){O("util.domainStorage.removeItem",{params:e,platform:Wo})}var Lo={pc:{vs:"1.7.0"}};function _o(e){O("util.tool.writeLog",{params:e,platform:Lo})}var No={pc:{vs:"1.7.0"}};function Ho(e){O("util.tool.flushLog",{params:e,platform:No})}var Uo={pc:{vs:"1.9.9"}};function Jo(e){O("biz.util.capturePage",{params:e,platform:Uo})}var Yo={ios:{vs:"0.0.0"}};function qo(e){O("biz.webViewMessage.send",{params:e,platform:Yo})}function Go(e){O("app.custom.talYoungFilesUpload",{params:e})}var Ko={ios:{vs:"1.8.8"},android:{vs:"1.8.8"},pc:{vs:"1.8.8"}};function $o(e){O("biz.util.addAppToNav",{params:e,platform:Ko})}console.log("add rouseApp ------------\x3e",De);var Xo=j.exportSdk,Zo=Xo.version,Qo=Xo.sdkVersion,ei=Xo.env,ni=Xo.platform,ti=Xo.platformV2,oi=Xo.config,ii=Xo.ready,ri=Xo.error,ai=Xo.on,si=Xo.off;n.default={version:Zo,sdkVersion:Qo,env:ei,platform:ni,platformV2:ti,config:oi,ready:ii,error:ri,on:ai,off:si,biz:{util:{openLink:E,feedback:F,open:A,openSlidePanel:R,share:W,previewFile:B,previewImage:L,downloadFile:_,uploadAttachment:N,clipboardFileUpload:H,proxy:U,datepicker:Y,datetimepicker:G,scan:$,chosen:te,openSingleWebview:ie,getSingleWebviewData:re,injectScript:ae,onlineDocmentOpenTeamChat:Ge,entergroupCheck:$e,resetSessionUnread:Ze,weeklyRead:en,openFutureGroup:rn,closeWindow:ce,remind:de,takePicture:le,openVideoPlayer:fe,openMediaFileDialog:ve,mediaFileUpload:me,invoice:he,pushWorkMsg:ge,openTalYoungToTopic:be,getToken:ye,authStart:Pe,authFinish:Te,assistantCreate:Ce,yachEvent:Me,topicEvent:xe,openTogetherEyeWebview:Ee,getTogetherConfig:Ae,rouseApp:De,externalLinkPreviewFile:Re,savePic:Le,zfbAuth:We,complain:_e,selectDepartment:Ne,createModifySchedule:Ue,openUserSchedule:Ye,disableScreenCapture:tn,addAppToNav:$o,knowledgeBaseSelect:sn,knowledgeSelectParams:un,lorebaseShowList:ln,lorebaseRefreshNodeWebview:fn,copy:mn,openPublish:gn,capturePage:Jo},telephone:{showCallMenu:So,call:zo},navigation:{setIcon:Pn,setTitle:Sn,setMenu:Cn,close:In,replace:Mn,quit:xn,setRight:Fn,setTitleExpandIcon:Rn,updateExpandTitle:Vn,setLeft:Ln,goBack:Nn,setWindowBig:Un,tencentMeeting:Jn,tencentMeetingBegin:Yn,setPanGestureEnable:Kn},contact:{complexPicker:$n,departmentsPicker:Xn},group:{groupComplexPicker:Zn},chat:{chooseConversationByCorpId:Qn,pickConversation:nt,openSingleChat:tt,openTeamChat:ot,openSquad:it,sendP2PMsg:rt},map:{view:Z,multipointView:ee},webViewMessage:{send:qo}},runtime:{permission:{requestAuthCode:ht}},primary:{createTab:st,updateTab:ut,weeklyShare:lt,fullScreen:ft,exitFullScreen:mt},device:{notification:{showPreloader:wt,showCustomOverlayContent:yt,hidePreloader:St,hideCustomOverlayContent:Tt,vibrate:Ct,toast:It,alert:Ft,confirm:Dt,actionSheet:jt},base:{getPhoneInfo:Ot,getUUID:lo,checkStepPermission:fo},geolocation:{get:Vt,getSwitch:Bt},system:{getLang:Lt,setLight:ko},audio:{startRecord:Nt,stopRecord:Ut,onRecordEnd:Yt,download:Gt,play:$t,pause:Zt,stop:eo,onPlayEnd:to,resume:io,onRecordEnd_v2:mo,startRecord_v2:go,stopRecord_v2:wo},connection:{getNetworkType:ao,isAtTal:co}},ui:{webViewBounce:{disable:Io},pullToRefresh:{enable:jo,stop:Oo,disable:Fo}},util:{domainStorage:{getItem:Do,setItem:Vo,removeItem:Bo},tool:{writeLog:_o,flushLog:Ho}},app:{custom:{talYoungFilesUpload:Go}}}}]).default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IError } from '../../common.typings';
|
|
2
|
+
export interface IBizUtilCopyResult {
|
|
3
|
+
data?: Object;
|
|
4
|
+
}
|
|
5
|
+
export interface IBizUtilCopyParams {
|
|
6
|
+
text: string;
|
|
7
|
+
onSuccess?: (data: IBizUtilCopyResult) => void;
|
|
8
|
+
onFail?: (err: IError) => void;
|
|
9
|
+
}
|
|
10
|
+
declare function copy(params: IBizUtilCopyParams): void;
|
|
11
|
+
export { copy };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import initAPI from '../../initAPI';
|
|
2
|
+
var ios = {
|
|
3
|
+
vs: '0.0.0'
|
|
4
|
+
};
|
|
5
|
+
var android = {
|
|
6
|
+
vs: '0.0.0'
|
|
7
|
+
};
|
|
8
|
+
var platform = {
|
|
9
|
+
ios: ios,
|
|
10
|
+
android: android
|
|
11
|
+
};
|
|
12
|
+
var apiName = 'biz.util.copy';
|
|
13
|
+
|
|
14
|
+
function copy(params) {
|
|
15
|
+
initAPI(apiName, {
|
|
16
|
+
params: params,
|
|
17
|
+
platform: platform
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { copy };
|
|
@@ -2,8 +2,16 @@ import initAPI from '../../initAPI';
|
|
|
2
2
|
var pc = {
|
|
3
3
|
vs: '1.8.8'
|
|
4
4
|
};
|
|
5
|
+
var ios = {
|
|
6
|
+
vs: '1.9.12'
|
|
7
|
+
};
|
|
8
|
+
var android = {
|
|
9
|
+
vs: '1.9.12'
|
|
10
|
+
};
|
|
5
11
|
var platform = {
|
|
6
|
-
pc: pc
|
|
12
|
+
pc: pc,
|
|
13
|
+
ios: ios,
|
|
14
|
+
android: android
|
|
7
15
|
};
|
|
8
16
|
var apiName = 'biz.util.knowledgeBaseSelect';
|
|
9
17
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IError } from '../../common.typings';
|
|
2
|
+
export interface KnowledgeSelectParamsParamsResult {
|
|
3
|
+
code: number;
|
|
4
|
+
message: string;
|
|
5
|
+
data: any;
|
|
6
|
+
}
|
|
7
|
+
export interface KnowledgeSelectParamsParams {
|
|
8
|
+
type: number;
|
|
9
|
+
result: KnowledgeSelectParamsParamsResult;
|
|
10
|
+
onSuccess?: (res: KnowledgeSelectParamsParamsResult) => void;
|
|
11
|
+
onFail?: (err: IError) => void;
|
|
12
|
+
}
|
|
13
|
+
declare function knowledgeSelectParams(params: KnowledgeSelectParamsParams): void;
|
|
14
|
+
export { knowledgeSelectParams };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import initAPI from '../../initAPI';
|
|
2
|
+
var ios = {
|
|
3
|
+
vs: '1.9.12'
|
|
4
|
+
};
|
|
5
|
+
var android = {
|
|
6
|
+
vs: '1.9.12'
|
|
7
|
+
};
|
|
8
|
+
var platform = {
|
|
9
|
+
ios: ios,
|
|
10
|
+
android: android
|
|
11
|
+
};
|
|
12
|
+
var apiName = 'biz.util.knowledgeSelectParams';
|
|
13
|
+
|
|
14
|
+
function knowledgeSelectParams(params) {
|
|
15
|
+
initAPI(apiName, {
|
|
16
|
+
params: params,
|
|
17
|
+
platform: platform
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { knowledgeSelectParams };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IError } from '../../common.typings';
|
|
2
|
+
export interface IBizUtilLorebaseRefreshNodeWebviewResult {
|
|
3
|
+
data?: Object;
|
|
4
|
+
}
|
|
5
|
+
export interface IBizUtilLorebaseRefreshNodeWebviewParams {
|
|
6
|
+
link: string;
|
|
7
|
+
onSuccess?: (data: IBizUtilLorebaseRefreshNodeWebviewResult) => void;
|
|
8
|
+
onFail?: (err: IError) => void;
|
|
9
|
+
}
|
|
10
|
+
declare function lorebaseRefreshNodeWebview(params: IBizUtilLorebaseRefreshNodeWebviewParams): void;
|
|
11
|
+
export { lorebaseRefreshNodeWebview };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import initAPI from '../../initAPI';
|
|
2
|
+
var ios = {
|
|
3
|
+
vs: '0.0.0'
|
|
4
|
+
};
|
|
5
|
+
var android = {
|
|
6
|
+
vs: '0.0.0'
|
|
7
|
+
};
|
|
8
|
+
var platform = {
|
|
9
|
+
ios: ios,
|
|
10
|
+
android: android
|
|
11
|
+
};
|
|
12
|
+
var apiName = 'biz.util.lorebaseRefreshNodeWebview';
|
|
13
|
+
|
|
14
|
+
function lorebaseRefreshNodeWebview(params) {
|
|
15
|
+
initAPI(apiName, {
|
|
16
|
+
params: params,
|
|
17
|
+
platform: platform
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { lorebaseRefreshNodeWebview };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IError } from '../../common.typings';
|
|
2
|
+
export interface IBizUtilLorebaseShowListResult {
|
|
3
|
+
data?: Object;
|
|
4
|
+
}
|
|
5
|
+
export interface IBizUtilLorebaseShowListParams {
|
|
6
|
+
isShow: Boolean;
|
|
7
|
+
onSuccess?: (data: IBizUtilLorebaseShowListResult) => void;
|
|
8
|
+
onFail?: (err: IError) => void;
|
|
9
|
+
}
|
|
10
|
+
declare function lorebaseShowList(params: IBizUtilLorebaseShowListParams): void;
|
|
11
|
+
export { lorebaseShowList };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import initAPI from '../../initAPI';
|
|
2
|
+
var ios = {
|
|
3
|
+
vs: '0.0.0'
|
|
4
|
+
};
|
|
5
|
+
var android = {
|
|
6
|
+
vs: '0.0.0'
|
|
7
|
+
};
|
|
8
|
+
var platform = {
|
|
9
|
+
ios: ios,
|
|
10
|
+
android: android
|
|
11
|
+
};
|
|
12
|
+
var apiName = 'biz.util.lorebaseShowList';
|
|
13
|
+
|
|
14
|
+
function lorebaseShowList(params) {
|
|
15
|
+
initAPI(apiName, {
|
|
16
|
+
params: params,
|
|
17
|
+
platform: platform
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { lorebaseShowList };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IError } from '../../common.typings';
|
|
2
|
+
export interface IOpenPublishResult {
|
|
3
|
+
code: number;
|
|
4
|
+
message: string;
|
|
5
|
+
data: any;
|
|
6
|
+
}
|
|
7
|
+
export interface IOpenPublishParams {
|
|
8
|
+
squadId?: string;
|
|
9
|
+
squadName?: string;
|
|
10
|
+
publishType?: 'publish' | 'forward';
|
|
11
|
+
multiple?: boolean;
|
|
12
|
+
topicType: '0' | '1' | '2';
|
|
13
|
+
TopicTypeMultiple?: boolean;
|
|
14
|
+
content?: string;
|
|
15
|
+
pic?: string;
|
|
16
|
+
video?: string;
|
|
17
|
+
url?: string;
|
|
18
|
+
onSuccess?: (res: IOpenPublishResult) => void;
|
|
19
|
+
onFail?: (err: IError) => void;
|
|
20
|
+
}
|
|
21
|
+
declare function openPublish(params: IOpenPublishParams): void;
|
|
22
|
+
export { openPublish };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import initAPI from '../../initAPI';
|
|
2
|
+
var pc = {
|
|
3
|
+
vs: '1.8.8'
|
|
4
|
+
};
|
|
5
|
+
var platform = {
|
|
6
|
+
pc: pc
|
|
7
|
+
};
|
|
8
|
+
var apiName = 'biz.util.openPublish';
|
|
9
|
+
|
|
10
|
+
function openPublish(params) {
|
|
11
|
+
initAPI(apiName, {
|
|
12
|
+
params: params,
|
|
13
|
+
platform: platform
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { openPublish };
|
|
@@ -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,17 @@
|
|
|
1
|
+
import initAPI from '../initAPI';
|
|
2
|
+
var apiName = 'primary.updateTab';
|
|
3
|
+
var pc = {
|
|
4
|
+
vs: '1.9.12'
|
|
5
|
+
};
|
|
6
|
+
var platform = {
|
|
7
|
+
pc: pc
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
function updateTab(params) {
|
|
11
|
+
initAPI(apiName, {
|
|
12
|
+
params: params,
|
|
13
|
+
platform: platform
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { updateTab };
|
package/es/index.d.ts
CHANGED
|
@@ -51,6 +51,11 @@ import { weeklyRead } from './api/biz/util/weeklyRead';
|
|
|
51
51
|
import { disableScreenCapture } from './api/biz/util/disableScreenCapture';
|
|
52
52
|
import { openFutureGroup } from './api/biz/util/openFutureGroup';
|
|
53
53
|
import { knowledgeBaseSelect } from './api/biz/util/knowledgeBaseSelect';
|
|
54
|
+
import { knowledgeSelectParams } from './api/biz/util/knowledgeSelectParams';
|
|
55
|
+
import { lorebaseShowList } from './api/biz/util/lorebaseShowList';
|
|
56
|
+
import { lorebaseRefreshNodeWebview } from './api/biz/util/lorebaseRefreshNodeWebview';
|
|
57
|
+
import { copy } from './api/biz/util/copy';
|
|
58
|
+
import { openPublish } from './api/biz/util/openPublish';
|
|
54
59
|
/**navigation*/
|
|
55
60
|
import { setIcon } from './api/biz/navigation/setIcon';
|
|
56
61
|
import { setTitle } from './api/biz/navigation/setTitle';
|
|
@@ -80,6 +85,7 @@ import { openTeamChat } from './api/biz/chat/openTeamChat';
|
|
|
80
85
|
import { openSquad } from './api/biz/chat/openSquad';
|
|
81
86
|
import { sendP2PMsg } from './api/biz/chat/sendP2PMsg';
|
|
82
87
|
import { createTab } from './api/primary/createTab';
|
|
88
|
+
import { updateTab } from './api/primary/updateTab';
|
|
83
89
|
import { weeklyShare } from './api/primary/weeklyShare';
|
|
84
90
|
import { fullScreen } from './api/primary/fullScreen';
|
|
85
91
|
import { exitFullScreen } from './api/primary/exitFullScreen';
|
|
@@ -131,7 +137,7 @@ import { send as webViewMessageSend } from './api/biz/webViewMessage/send';
|
|
|
131
137
|
import { talYoungFilesUpload } from './api/app/custom/talYoungFilesUpload';
|
|
132
138
|
import { addAppToNav } from './api/biz/util/addAppToNav';
|
|
133
139
|
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;
|
|
134
|
-
export { version, sdkVersion, env, platform, platformV2, config, ready, error, on, off, openLink, feedback, open, openSlidePanel, share, previewFile, previewImage, downloadFile, uploadAttachment, clipboardFileUpload, proxy, datepicker, scan, chosen, openSingleWebview, getSingleWebviewData, injectScript, closeWindow, showCallMenu, call, setIcon, setTitle, setMenu, close, replacePage, quit, setRight, setTitleExpandIcon, updateExpandTitle, setLeft, goBack, complexPicker, departmentsPicker, groupComplexPicker, chooseConversationByCorpId, pickConversation, openSingleChat, openTeamChat, openSquad, sendP2PMsg, mapView, multipointView, requestAuthCode, createTab, weeklyShare, fullScreen, exitFullScreen, showPreloader, showCustomOverlayContent, hidePreloader, hideCustomOverlayContent, vibrate, toast, alert, confirm, getPhoneInfo, getUUID, checkStepPermission, getGeolocation, getGeolocationSwitch, getLang, startRecord, stopRecord, onRecordEnd, downloadAudio, playAudio, pauseAudio, stopAudio, onPlayEnd, resumeAudio, getNetworkType, isAtTal, webViewBounceDisable, pullToRefreshEnable, pullToRefreshStop, pullToRefreshDisable, getItem, setItem, removeItem, writeLog, flushLog, remind, takePicture, datetimepicker, actionSheet, webViewMessageSend, talYoungFilesUpload, openVideoPlayer, openMediaFileDialog, mediaFileUpload, invoice, pushWorkMsg, openTalYoungToTopic, getToken, authStart, authFinish, assistantCreate, yachEvent, topicEvent, openTogetherEyeWebview, getTogetherConfig, rouseApp, externalLinkPreviewFile, savePic, zfbAuth, complain, onRecordEnd_v2, startRecord_v2, stopRecord_v2, selectDepartment, setWindowBig, tencentMeeting, tencentMeetingBegin, createModifySchedule, onlineDocmentOpenTeamChat, entergroupCheck, resetSessionUnread, weeklyRead, openFutureGroup, knowledgeBaseSelect, setLight, openUserSchedule, disableScreenCapture, setPanGestureEnable, addAppToNav, capturePage, };
|
|
140
|
+
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, webViewBounceDisable, pullToRefreshEnable, pullToRefreshStop, pullToRefreshDisable, getItem, setItem, removeItem, writeLog, flushLog, remind, takePicture, datetimepicker, actionSheet, webViewMessageSend, talYoungFilesUpload, openVideoPlayer, openMediaFileDialog, mediaFileUpload, invoice, pushWorkMsg, openTalYoungToTopic, getToken, authStart, authFinish, assistantCreate, yachEvent, topicEvent, openTogetherEyeWebview, getTogetherConfig, rouseApp, externalLinkPreviewFile, savePic, zfbAuth, complain, onRecordEnd_v2, startRecord_v2, stopRecord_v2, selectDepartment, setWindowBig, tencentMeeting, tencentMeetingBegin, createModifySchedule, onlineDocmentOpenTeamChat, entergroupCheck, resetSessionUnread, weeklyRead, openFutureGroup, knowledgeBaseSelect, knowledgeSelectParams, lorebaseShowList, lorebaseRefreshNodeWebview, openPublish, setLight, openUserSchedule, disableScreenCapture, setPanGestureEnable, addAppToNav, copy, capturePage, };
|
|
135
141
|
declare const _default: {
|
|
136
142
|
version: string;
|
|
137
143
|
sdkVersion: string;
|
|
@@ -196,6 +202,11 @@ declare const _default: {
|
|
|
196
202
|
disableScreenCapture: typeof disableScreenCapture;
|
|
197
203
|
addAppToNav: typeof addAppToNav;
|
|
198
204
|
knowledgeBaseSelect: typeof knowledgeBaseSelect;
|
|
205
|
+
knowledgeSelectParams: typeof knowledgeSelectParams;
|
|
206
|
+
lorebaseShowList: typeof lorebaseShowList;
|
|
207
|
+
lorebaseRefreshNodeWebview: typeof lorebaseRefreshNodeWebview;
|
|
208
|
+
copy: typeof copy;
|
|
209
|
+
openPublish: typeof openPublish;
|
|
199
210
|
capturePage: typeof capturePage;
|
|
200
211
|
};
|
|
201
212
|
telephone: {
|
|
@@ -249,6 +260,7 @@ declare const _default: {
|
|
|
249
260
|
};
|
|
250
261
|
primary: {
|
|
251
262
|
createTab: typeof createTab;
|
|
263
|
+
updateTab: typeof updateTab;
|
|
252
264
|
weeklyShare: typeof weeklyShare;
|
|
253
265
|
fullScreen: typeof fullScreen;
|
|
254
266
|
exitFullScreen: typeof exitFullScreen;
|
package/es/index.js
CHANGED
|
@@ -55,6 +55,11 @@ import { weeklyRead } from './api/biz/util/weeklyRead';
|
|
|
55
55
|
import { disableScreenCapture } from './api/biz/util/disableScreenCapture';
|
|
56
56
|
import { openFutureGroup } from './api/biz/util/openFutureGroup';
|
|
57
57
|
import { knowledgeBaseSelect } from './api/biz/util/knowledgeBaseSelect';
|
|
58
|
+
import { knowledgeSelectParams } from './api/biz/util/knowledgeSelectParams';
|
|
59
|
+
import { lorebaseShowList } from './api/biz/util/lorebaseShowList';
|
|
60
|
+
import { lorebaseRefreshNodeWebview } from './api/biz/util/lorebaseRefreshNodeWebview';
|
|
61
|
+
import { copy } from './api/biz/util/copy';
|
|
62
|
+
import { openPublish } from './api/biz/util/openPublish';
|
|
58
63
|
/**navigation*/
|
|
59
64
|
|
|
60
65
|
import { setIcon } from './api/biz/navigation/setIcon';
|
|
@@ -90,6 +95,7 @@ import { sendP2PMsg } from './api/biz/chat/sendP2PMsg';
|
|
|
90
95
|
/* primary*****************************/
|
|
91
96
|
|
|
92
97
|
import { createTab } from './api/primary/createTab';
|
|
98
|
+
import { updateTab } from './api/primary/updateTab';
|
|
93
99
|
import { weeklyShare } from './api/primary/weeklyShare';
|
|
94
100
|
import { fullScreen } from './api/primary/fullScreen';
|
|
95
101
|
import { exitFullScreen } from './api/primary/exitFullScreen';
|
|
@@ -160,7 +166,7 @@ var _yachSdk$exportSdk = yachSdk.exportSdk,
|
|
|
160
166
|
error = _yachSdk$exportSdk.error,
|
|
161
167
|
on = _yachSdk$exportSdk.on,
|
|
162
168
|
off = _yachSdk$exportSdk.off;
|
|
163
|
-
export { version, sdkVersion, env, platform, platformV2, config, ready, error, on, off, openLink, feedback, open, openSlidePanel, share, previewFile, previewImage, downloadFile, uploadAttachment, clipboardFileUpload, proxy, datepicker, scan, chosen, openSingleWebview, getSingleWebviewData, injectScript, closeWindow, showCallMenu, call, setIcon, setTitle, setMenu, close, replacePage, quit, setRight, setTitleExpandIcon, updateExpandTitle, setLeft, goBack, complexPicker, departmentsPicker, groupComplexPicker, chooseConversationByCorpId, pickConversation, openSingleChat, openTeamChat, openSquad, sendP2PMsg, mapView, multipointView, requestAuthCode, createTab, weeklyShare, fullScreen, exitFullScreen, showPreloader, showCustomOverlayContent, hidePreloader, hideCustomOverlayContent, vibrate, toast, alert, confirm, getPhoneInfo, getUUID, checkStepPermission, getGeolocation, getGeolocationSwitch, getLang, startRecord, stopRecord, onRecordEnd, downloadAudio, playAudio, pauseAudio, stopAudio, onPlayEnd, resumeAudio, getNetworkType, isAtTal, webViewBounceDisable, pullToRefreshEnable, pullToRefreshStop, pullToRefreshDisable, getItem, setItem, removeItem, writeLog, flushLog, remind, takePicture, datetimepicker, actionSheet, webViewMessageSend, talYoungFilesUpload, openVideoPlayer, openMediaFileDialog, mediaFileUpload, invoice, pushWorkMsg, openTalYoungToTopic, getToken, authStart, authFinish, assistantCreate, yachEvent, topicEvent, openTogetherEyeWebview, getTogetherConfig, rouseApp, externalLinkPreviewFile, savePic, zfbAuth, complain, onRecordEnd_v2, startRecord_v2, stopRecord_v2, selectDepartment, setWindowBig, tencentMeeting, tencentMeetingBegin, createModifySchedule, onlineDocmentOpenTeamChat, entergroupCheck, resetSessionUnread, weeklyRead, openFutureGroup, knowledgeBaseSelect, setLight, openUserSchedule, disableScreenCapture, setPanGestureEnable, addAppToNav, capturePage };
|
|
169
|
+
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, webViewBounceDisable, pullToRefreshEnable, pullToRefreshStop, pullToRefreshDisable, getItem, setItem, removeItem, writeLog, flushLog, remind, takePicture, datetimepicker, actionSheet, webViewMessageSend, talYoungFilesUpload, openVideoPlayer, openMediaFileDialog, mediaFileUpload, invoice, pushWorkMsg, openTalYoungToTopic, getToken, authStart, authFinish, assistantCreate, yachEvent, topicEvent, openTogetherEyeWebview, getTogetherConfig, rouseApp, externalLinkPreviewFile, savePic, zfbAuth, complain, onRecordEnd_v2, startRecord_v2, stopRecord_v2, selectDepartment, setWindowBig, tencentMeeting, tencentMeetingBegin, createModifySchedule, onlineDocmentOpenTeamChat, entergroupCheck, resetSessionUnread, weeklyRead, openFutureGroup, knowledgeBaseSelect, knowledgeSelectParams, lorebaseShowList, lorebaseRefreshNodeWebview, openPublish, setLight, openUserSchedule, disableScreenCapture, setPanGestureEnable, addAppToNav, copy, capturePage };
|
|
164
170
|
export default {
|
|
165
171
|
version: version,
|
|
166
172
|
sdkVersion: sdkVersion,
|
|
@@ -225,6 +231,11 @@ export default {
|
|
|
225
231
|
disableScreenCapture: disableScreenCapture,
|
|
226
232
|
addAppToNav: addAppToNav,
|
|
227
233
|
knowledgeBaseSelect: knowledgeBaseSelect,
|
|
234
|
+
knowledgeSelectParams: knowledgeSelectParams,
|
|
235
|
+
lorebaseShowList: lorebaseShowList,
|
|
236
|
+
lorebaseRefreshNodeWebview: lorebaseRefreshNodeWebview,
|
|
237
|
+
copy: copy,
|
|
238
|
+
openPublish: openPublish,
|
|
228
239
|
capturePage: capturePage
|
|
229
240
|
},
|
|
230
241
|
telephone: {
|
|
@@ -278,6 +289,7 @@ export default {
|
|
|
278
289
|
},
|
|
279
290
|
primary: {
|
|
280
291
|
createTab: createTab,
|
|
292
|
+
updateTab: updateTab,
|
|
281
293
|
weeklyShare: weeklyShare,
|
|
282
294
|
fullScreen: fullScreen,
|
|
283
295
|
exitFullScreen: exitFullScreen
|
package/es/lib/bridge/mobile.js
CHANGED
|
@@ -73,6 +73,16 @@ var mobileBridgeInit = function mobileBridgeInit() {
|
|
|
73
73
|
});
|
|
74
74
|
Event.execEvent('sendMsgCommon', resData);
|
|
75
75
|
});
|
|
76
|
+
bridge.registerHandler('toolbarClickEvent', function (resData, responseCallback) {
|
|
77
|
+
log("toolbarClickEvent ", {
|
|
78
|
+
resData: resData
|
|
79
|
+
});
|
|
80
|
+
var responseData = {
|
|
81
|
+
data: resData,
|
|
82
|
+
callback: responseCallback
|
|
83
|
+
};
|
|
84
|
+
Event.execEvent('toolbarClickEvent', responseData);
|
|
85
|
+
});
|
|
76
86
|
resolve();
|
|
77
87
|
});
|
|
78
88
|
});
|
|
@@ -3,41 +3,24 @@ declare global {
|
|
|
3
3
|
sendToHost: any;
|
|
4
4
|
sendTo: any;
|
|
5
5
|
receiveBrowserViewData: any;
|
|
6
|
+
remoteSendToHost?: (payload: string) => void;
|
|
7
|
+
remoteReceiveFromHost?: (callback: (result: Record<string, any>) => void, moduleId?: string) => void;
|
|
6
8
|
}
|
|
7
9
|
}
|
|
8
|
-
|
|
9
|
-
invokeType?: 'browserView' | '';
|
|
10
|
-
[propName: string]: any;
|
|
11
|
-
}
|
|
12
|
-
declare class GenPostMsg {
|
|
13
|
-
private id;
|
|
14
|
-
private PromiseObj;
|
|
15
|
-
private methodName;
|
|
16
|
-
private plainMsg;
|
|
17
|
-
callback: (v: any) => void;
|
|
18
|
-
result: Promise<any>;
|
|
19
|
-
invokeType: 'browserView' | '';
|
|
20
|
-
constructor(method: string, param: APIParams, callback: any);
|
|
21
|
-
genid: () => string;
|
|
22
|
-
receiveResponse: (data: any) => void;
|
|
23
|
-
getPayload: () => {
|
|
24
|
-
msgId: string;
|
|
25
|
-
methodName: string;
|
|
26
|
-
body: object;
|
|
27
|
-
type: string;
|
|
28
|
-
invokeType: "" | "browserView";
|
|
29
|
-
};
|
|
30
|
-
}
|
|
10
|
+
declare type InvokeType = 'browserView' | 'moduleFederation' | '';
|
|
31
11
|
declare class Frame {
|
|
32
12
|
pendingMsgs: {};
|
|
13
|
+
invokeType?: InvokeType;
|
|
14
|
+
moduleId?: string;
|
|
33
15
|
constructor();
|
|
34
16
|
addPending: (e: any) => void;
|
|
35
17
|
deletePending: (e: any) => void;
|
|
36
18
|
getPending: (t: any) => any;
|
|
37
19
|
invokeAPIInBrowserView: (payload: string) => void;
|
|
38
20
|
invokeAPIInWebview: (payload: string) => void;
|
|
39
|
-
|
|
40
|
-
|
|
21
|
+
invokeAPIInModuleFederation: (payload: string) => void;
|
|
22
|
+
invokeAPI: (method: string, param: any, callback: any) => any;
|
|
23
|
+
handleCallback: (datas: any, invokeType?: InvokeType) => void;
|
|
41
24
|
init: () => void;
|
|
42
25
|
}
|
|
43
26
|
declare const frame: Frame;
|
|
@@ -25,6 +25,7 @@ var GenPostMsg = function GenPostMsg(method, param, callback) {
|
|
|
25
25
|
return {
|
|
26
26
|
msgId: _this.id,
|
|
27
27
|
methodName: _this.methodName,
|
|
28
|
+
moduleId: _this.moduleId,
|
|
28
29
|
body: _this.plainMsg,
|
|
29
30
|
type: 'request',
|
|
30
31
|
invokeType: _this.invokeType
|
|
@@ -39,6 +40,7 @@ var GenPostMsg = function GenPostMsg(method, param, callback) {
|
|
|
39
40
|
this.methodName = method;
|
|
40
41
|
this.plainMsg = param;
|
|
41
42
|
this.invokeType = param === null || param === void 0 ? void 0 : param.invokeType;
|
|
43
|
+
this.moduleId = param === null || param === void 0 ? void 0 : param.moduleId;
|
|
42
44
|
this.callback = callback; // this.result = new Promise(
|
|
43
45
|
// function (resolve, reject) {
|
|
44
46
|
// this.PromiseObj = {
|
|
@@ -74,14 +76,31 @@ var Frame = function Frame() {
|
|
|
74
76
|
window.sendToHost(payload);
|
|
75
77
|
};
|
|
76
78
|
|
|
79
|
+
this.invokeAPIInModuleFederation = function (payload) {
|
|
80
|
+
window.remoteSendToHost(payload);
|
|
81
|
+
};
|
|
82
|
+
|
|
77
83
|
this.invokeAPI = function (method, param, callback) {
|
|
78
|
-
var genPostMsg
|
|
84
|
+
var genPostMsg;
|
|
85
|
+
|
|
86
|
+
if (_this2.invokeType === 'moduleFederation') {
|
|
87
|
+
param.invokeType = _this2.invokeType;
|
|
88
|
+
param.moduleId = _this2.moduleId;
|
|
89
|
+
genPostMsg = new GenPostMsg(method, param, callback);
|
|
90
|
+
|
|
91
|
+
var payload = _JSON$stringify(genPostMsg.getPayload());
|
|
92
|
+
|
|
93
|
+
_this2.invokeAPIInModuleFederation(payload);
|
|
94
|
+
} else {
|
|
95
|
+
genPostMsg = new GenPostMsg(method, param, callback);
|
|
79
96
|
|
|
80
|
-
|
|
97
|
+
var _payload = _JSON$stringify(genPostMsg.getPayload());
|
|
98
|
+
|
|
99
|
+
var _param$invokeType = param.invokeType,
|
|
100
|
+
invokeType = _param$invokeType === void 0 ? '' : _param$invokeType;
|
|
101
|
+
invokeType === 'browserView' ? _this2.invokeAPIInBrowserView(_payload) : _this2.invokeAPIInWebview(_payload);
|
|
102
|
+
} // 调用时传入 moduleId
|
|
81
103
|
|
|
82
|
-
var _param$invokeType = param.invokeType,
|
|
83
|
-
invokeType = _param$invokeType === void 0 ? '' : _param$invokeType;
|
|
84
|
-
invokeType === 'browserView' ? _this2.invokeAPIInBrowserView(payload) : _this2.invokeAPIInWebview(payload);
|
|
85
104
|
|
|
86
105
|
_this2.addPending(genPostMsg);
|
|
87
106
|
|
|
@@ -163,6 +182,15 @@ var Frame = function Frame() {
|
|
|
163
182
|
};
|
|
164
183
|
|
|
165
184
|
this.init = function () {
|
|
185
|
+
var _a;
|
|
186
|
+
|
|
187
|
+
if (_this2.invokeType === 'moduleFederation') {
|
|
188
|
+
(_a = window.remoteReceiveFromHost) === null || _a === void 0 ? void 0 : _a.call(window, function (response) {
|
|
189
|
+
_this2.handleCallback(response);
|
|
190
|
+
}, _this2.moduleId);
|
|
191
|
+
return;
|
|
192
|
+
}
|
|
193
|
+
|
|
166
194
|
window.addEventListener('message', function (msg) {
|
|
167
195
|
log('electron res: ', msg);
|
|
168
196
|
|
|
@@ -174,6 +202,8 @@ var Frame = function Frame() {
|
|
|
174
202
|
};
|
|
175
203
|
|
|
176
204
|
this.pendingMsgs = {};
|
|
205
|
+
this.invokeType = window.remoteSendToHost && window.remoteReceiveFromHost && process ? 'moduleFederation' : '';
|
|
206
|
+
this.moduleId = Math.random().toString(36).substring(2, 15);
|
|
177
207
|
};
|
|
178
208
|
|
|
179
209
|
var frame = new Frame();
|
package/es/utils/env.js
CHANGED
|
@@ -12,7 +12,8 @@ function getENV() {
|
|
|
12
12
|
inPC = /YachPc/i.test(ua),
|
|
13
13
|
inIpad = /iPad/i.test(ua) && inYach,
|
|
14
14
|
inIPhone = /iPhone/i.test(ua) && inYach,
|
|
15
|
-
isTest = /Yachtest/.test(ua) && inYach
|
|
15
|
+
isTest = /Yachtest/.test(ua) && inYach,
|
|
16
|
+
inHarmonyNext = /HarmonyOSNext/i.test(ua) && inYach; // platform
|
|
16
17
|
|
|
17
18
|
var platform = ENV_ENUM.notInYach;
|
|
18
19
|
|
|
@@ -41,7 +42,8 @@ function getENV() {
|
|
|
41
42
|
inAndroid: inAndroid,
|
|
42
43
|
inPC: inPC,
|
|
43
44
|
inIpad: inIpad,
|
|
44
|
-
inIPhone: inIPhone
|
|
45
|
+
inIPhone: inIPhone,
|
|
46
|
+
inHarmonyNext: inHarmonyNext
|
|
45
47
|
},
|
|
46
48
|
version: version,
|
|
47
49
|
language: language,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IError } from '../../common.typings';
|
|
2
|
+
export interface IBizUtilCopyResult {
|
|
3
|
+
data?: Object;
|
|
4
|
+
}
|
|
5
|
+
export interface IBizUtilCopyParams {
|
|
6
|
+
text: string;
|
|
7
|
+
onSuccess?: (data: IBizUtilCopyResult) => void;
|
|
8
|
+
onFail?: (err: IError) => void;
|
|
9
|
+
}
|
|
10
|
+
declare function copy(params: IBizUtilCopyParams): void;
|
|
11
|
+
export { copy };
|