@univerjs-pro/collaboration-client 1.0.0-alpha.1 → 1.0.0-alpha.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/README.md +8 -2
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +6 -0
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -2
- package/lib/types/facade/f-collaboration.d.ts +40 -0
- package/lib/types/index.d.ts +6 -3
- package/lib/types/services/attachment-remote/attachment-io.service.d.ts +1 -4
- package/lib/types/services/collaboration-session/collaboration-changeset-translator.d.ts +4 -0
- package/lib/types/services/collaboration-session/collaboration-client-adapter.d.ts +39 -0
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +14 -14
- package/lib/types/services/image-remote/image-io.service.d.ts +2 -4
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +15 -16
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x3aaa(_0x4a700a,_0x2500b5){_0x4a700a=_0x4a700a-0x86;const _0x30af31=_0x30af();let _0x3aaa09=_0x30af31[_0x4a700a];return _0x3aaa09;}function _0x30af(){const _0x4fda45=['124yrulDw','連線失敗,將在稍後重試連線。','由於協作房間已關閉,編輯權限已被收回。','此文件協作人數已達上限,您的編輯將暫存於本機。','9AiplCq','1222944DoFFDs','編輯衝突','2468505duTJLi','390EUzXfc','已同步','協作衝突','正在擷取伺服器資料...','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','認證錯誤','伺服器未回應協作請求,您的編輯將儲存在本機。','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','209bVsziQ','4603WFmGBB','28070NLwlBR','3511412YfiksO','本機檔案','協作文件數量超過限制,您的編輯將暫存於本機。','加入協作失敗,您的編輯將暫存於本機。','32UEniai','2463909ThuZuN','已離線,編輯將儲存在本機','同步中...','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','5275740rjwQcz'];_0x30af=function(){return _0x4fda45;};return _0x30af();}const _0x38b178=_0x3aaa;(function(_0x5fe9fa,_0x47265e){const _0x5cc2e9=_0x3aaa,_0x291924=_0x5fe9fa();while(!![]){try{const _0x22e615=-parseInt(_0x5cc2e9(0x88))/0x1*(-parseInt(_0x5cc2e9(0x94))/0x2)+-parseInt(_0x5cc2e9(0x9b))/0x3+parseInt(_0x5cc2e9(0x8a))/0x4+-parseInt(_0x5cc2e9(0x89))/0x5*(-parseInt(_0x5cc2e9(0x9c))/0x6)+-parseInt(_0x5cc2e9(0x8f))/0x7*(parseInt(_0x5cc2e9(0x8e))/0x8)+parseInt(_0x5cc2e9(0x98))/0x9*(-parseInt(_0x5cc2e9(0x93))/0xa)+parseInt(_0x5cc2e9(0x87))/0xb*(parseInt(_0x5cc2e9(0x99))/0xc);if(_0x22e615===_0x47265e)break;else _0x291924['push'](_0x291924['shift']());}catch(_0x5bb7df){_0x291924['push'](_0x291924['shift']());}}}(_0x30af,0xac648));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':'點擊重新連線'}},'collabStatus':{'fetchMiss':_0x38b178(0x9f),'conflict':_0x38b178(0x9a),'notCollab':_0x38b178(0x8b),'synced':_0x38b178(0x9d),'syncing':_0x38b178(0x91),'offline':_0x38b178(0x90)},'session':{'connection-failed':'連線失敗,請檢查您的網路。','will-retry':_0x38b178(0x95),'room-full':_0x38b178(0x97),'join-failed':'加入協作失敗,請稍後重試,您的編輯將暫存於本機。','room-not-exists':_0x38b178(0x8d),'room-permission-denied':'沒有協作權限,您的編輯將暫存於本機。','room-cnt-exceeds':_0x38b178(0x8c),'collaboration-timeout':_0x38b178(0xa2)},'conflict':{'title':_0x38b178(0x9e),'content':_0x38b178(0x86)},'permission':{'title':_0x38b178(0xa1),'content':'您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。'},'collaboration':{'single-unit':{'warning':_0x38b178(0x92)},'closeRoom':_0x38b178(0x96)},'auth':{'needGotoLoginAlert':_0x38b178(0xa0)}}};export{e as default};
|
package/lib/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5d78a5=_0x3639;(function(_0x5cdaf4,_0x11546a){const _0x297f2f=_0x3639,_0x4976e4=_0x5cdaf4();while(!![]){try{const _0x1b1688=-parseInt(_0x297f2f(0x1d4))/0x1*(parseInt(_0x297f2f(0x1d7))/0x2)+parseInt(_0x297f2f(0x1ba))/0x3*(parseInt(_0x297f2f(0x195))/0x4)+-parseInt(_0x297f2f(0x19b))/0x5+parseInt(_0x297f2f(0x1d0))/0x6*(-parseInt(_0x297f2f(0x1c1))/0x7)+-parseInt(_0x297f2f(0x1b9))/0x8*(parseInt(_0x297f2f(0x1a2))/0x9)+-parseInt(_0x297f2f(0x199))/0xa*(-parseInt(_0x297f2f(0x1d3))/0xb)+parseInt(_0x297f2f(0x1d5))/0xc*(parseInt(_0x297f2f(0x1c8))/0xd);if(_0x1b1688===_0x11546a)break;else _0x4976e4['push'](_0x4976e4['shift']());}catch(_0xb6e8dc){_0x4976e4['push'](_0x4976e4['shift']());}}}(_0x3f0e,0x2cc77));import{CollaborationController as _0x1e7124,CollaborationStatus as _0x550de0,DataLoaderService as _0x49dec7,MemberService as _0x3f0d11}from'@univerjs-pro/collaboration-client';import{FBase as _0x3312ac,FEnum as _0x23c8ca,FEventName as _0xfd8d92,FUniver as _0x569220}from'@univerjs/core/facade';import{DisposableCollection as _0x32b43a,IUniverInstanceService as _0x110141,Inject as _0x2ab994,Injector as _0x3c2ee8,toDisposable as _0x2f175a}from'@univerjs/core';import{SnapshotService as _0x27cb23}from'@univerjs-pro/collaboration';import{switchMap as _0x3414aa}from'rxjs';function _0x3f0e(){const _0x4dd1e0=['483mwOYFX','length','unitID','registerEventHandler','readyForCollab','loadServerUnitOfRevision','getCollaborationStatus','24193hXtvbu','disposeWithMe','[FCollaboration]:\x20Cannot\x20flush\x20unit\x20\x22','[FCollaboration]:\x20Cannot\x20flush\x20because\x20no\x20unit\x20is\x20focused\x20or\x20specified.','loadBase','entityInit$','getWorkbook','getFocusedUnit','5874UEgBxZ','getPresentation','getCollaboration','23122AmsXQH','314539LDsZID','4224SUaTCC','_resolveUnitId','2gsHpLP','loadSlide','get','_handler','NOT_COLLAB','_initialize','loadBoard','loadSlideAsync','\x22\x20after\x20','4JzGDen','unsubscribe','loadUnit','\x22\x20is\x20not\x20in\x20collaboration\x20mode.','1070kTrcuf','fireEvent','1704315BvLCtu','[FCollaboration]:\x20Unit\x20\x22','_univerInstanceService','loadDocAsync','_collaborationController','status','Event','212373cyBJmc','CollaborationStatus','extend','loadSheetAsync','members$','subscribeCollaborators','loadSheet','CollaborationStatusChanged','loadServerUnit','values','getOwnPropertyDescriptor','loadUnitOfRevision','decorate','add','getDocument','state','status$','getBase','loadBaseAsync','getBoard','CONFLICT','SYNCED','_injector','24XerfsL','291519BMiWia','object','reject','_snapshotService','loadDoc','getCollabEntity','subscribe'];_0x3f0e=function(){return _0x4dd1e0;};return _0x3f0e();}var h=class extends _0x23c8ca{get[_0x5d78a5(0x1a3)](){return _0x550de0;}};_0x23c8ca[_0x5d78a5(0x1a4)](h);var g=class extends _0xfd8d92{get['CollaborationStatusChanged'](){return'CollaborationStatusChanged';}};function _0x3639(_0x52201a,_0x4736af){_0x52201a=_0x52201a-0x18e;const _0x3f0ee4=_0x3f0e();let _0x36393a=_0x3f0ee4[_0x52201a];return _0x36393a;}_0xfd8d92[_0x5d78a5(0x1a4)](g);function _(_0x346ea6,_0x24d8c3){return function(_0x24f827,_0x5f1aea){_0x24d8c3(_0x24f827,_0x5f1aea,_0x346ea6);};}function v(_0x206870,_0x350b14,_0x19dfc6,_0x77fe80){const _0x1fb804=_0x5d78a5;var _0x2686b2=arguments[_0x1fb804(0x1c2)],_0x2e3a5b=_0x2686b2<0x3?_0x350b14:_0x77fe80===null?_0x77fe80=Object[_0x1fb804(0x1ac)](_0x350b14,_0x19dfc6):_0x77fe80,_0x5040ab;if(typeof Reflect==_0x1fb804(0x1bb)&&typeof Reflect[_0x1fb804(0x1ae)]=='function')_0x2e3a5b=Reflect[_0x1fb804(0x1ae)](_0x206870,_0x350b14,_0x19dfc6,_0x77fe80);else{for(var _0x428eca=_0x206870[_0x1fb804(0x1c2)]-0x1;_0x428eca>=0x0;_0x428eca--)(_0x5040ab=_0x206870[_0x428eca])&&(_0x2e3a5b=(_0x2686b2<0x3?_0x5040ab(_0x2e3a5b):_0x2686b2>0x3?_0x5040ab(_0x350b14,_0x19dfc6,_0x2e3a5b):_0x5040ab(_0x350b14,_0x19dfc6))||_0x2e3a5b);}return _0x2686b2>0x3&&_0x2e3a5b&&Object['defineProperty'](_0x350b14,_0x19dfc6,_0x2e3a5b),_0x2e3a5b;}let y=class extends _0x3312ac{constructor(_0x5d79c4,_0x47e8a4,_0x5e6819,_0x5c1ac8,_0x4cd30f){const _0x42a1ea=_0x5d78a5;super(),this[_0x42a1ea(0x18f)]=_0x5d79c4,this[_0x42a1ea(0x1b8)]=_0x47e8a4,this['_univerInstanceService']=_0x5e6819,this[_0x42a1ea(0x1bd)]=_0x5c1ac8,this[_0x42a1ea(0x19f)]=_0x4cd30f;}async[_0x5d78a5(0x1a5)](_0x200e9b,_0x4dc546){const _0x5e65b5=_0x5d78a5;return await this['_snapshotService'][_0x5e65b5(0x1a8)](_0x200e9b,0x0,_0x4dc546)?(await this['_collaborationController'][_0x5e65b5(0x1c5)](_0x200e9b),this[_0x5e65b5(0x18f)][_0x5e65b5(0x1ce)](_0x200e9b)):null;}async[_0x5d78a5(0x19e)](_0x1f50d9,_0x531327){const _0x5b8fe2=_0x5d78a5;return await this[_0x5b8fe2(0x1bd)][_0x5b8fe2(0x1be)](_0x1f50d9,0x0,_0x531327)?(await this[_0x5b8fe2(0x19f)][_0x5b8fe2(0x1c5)](_0x1f50d9),this[_0x5b8fe2(0x18f)][_0x5b8fe2(0x1b0)](_0x1f50d9)):null;}async[_0x5d78a5(0x1b4)](_0x15d3ee,_0x54cdf1){const _0x1dd247=_0x5d78a5;return await this['_snapshotService'][_0x1dd247(0x1cc)](_0x15d3ee,0x0,_0x54cdf1)?(await this[_0x1dd247(0x19f)]['readyForCollab'](_0x15d3ee),this[_0x1dd247(0x18f)][_0x1dd247(0x1b3)](_0x15d3ee)):null;}async[_0x5d78a5(0x193)](_0x1c54b9,_0x5ad941){const _0x6b70bc=_0x5d78a5;return await this['_snapshotService'][_0x6b70bc(0x1d8)](_0x1c54b9,0x0,_0x5ad941)?(await this[_0x6b70bc(0x19f)]['readyForCollab'](_0x1c54b9),this['_handler']['getPresentation'](_0x1c54b9)):null;}async['loadBoardAsync'](_0x573188,_0x4a41c1){const _0x2cbc9e=_0x5d78a5;return await this[_0x2cbc9e(0x1bd)][_0x2cbc9e(0x192)](_0x573188,0x0,_0x4a41c1)?(await this[_0x2cbc9e(0x19f)][_0x2cbc9e(0x1c5)](_0x573188),this[_0x2cbc9e(0x18f)][_0x2cbc9e(0x1b5)](_0x573188)):null;}[_0x5d78a5(0x1a7)](_0x17ef6e,_0x481d72){const _0x10b68e=_0x5d78a5;return _0x2f175a(this[_0x10b68e(0x1b8)][_0x10b68e(0x18e)](_0x3f0d11)['waitForRoom$'](_0x17ef6e)['pipe'](_0x3414aa(_0x32b6f0=>_0x32b6f0[_0x10b68e(0x1a6)]))['subscribe'](_0x5b48c5=>_0x481d72(Array['from'](_0x5b48c5[_0x10b68e(0x1ab)]()))));}[_0x5d78a5(0x1c7)](_0x211273){const _0x3ddaca=_0x5d78a5;var _0x24a43c;let _0x3a52c0=this[_0x3ddaca(0x1d6)](_0x211273);if(!_0x3a52c0)return _0x550de0[_0x3ddaca(0x190)];let _0x16cd75=this['_collaborationController'][_0x3ddaca(0x1bf)](_0x3a52c0);return(_0x24a43c=_0x16cd75==null?void 0x0:_0x16cd75[_0x3ddaca(0x1b1)][_0x3ddaca(0x1a0)])==null?_0x550de0['NOT_COLLAB']:_0x24a43c;}['flush'](_0x40ccb1,_0x26278d={}){const _0x2b382c=_0x5d78a5;var _0x1e8d19;let _0xab9389=this['_resolveUnitId'](_0x40ccb1);if(!_0xab9389)return Promise[_0x2b382c(0x1bc)](Error(_0x2b382c(0x1cb)));let _0x366cdd=this['_collaborationController'][_0x2b382c(0x1bf)](_0xab9389);if(!_0x366cdd)return Promise['reject'](Error(_0x2b382c(0x19c)+_0xab9389+_0x2b382c(0x198)));let _0x3bece2=_0x366cdd['state'][_0x2b382c(0x1a0)];if(_0x3bece2===_0x550de0[_0x2b382c(0x1b7)])return Promise['resolve']();let _0xc83c29=b(_0xab9389,_0x3bece2);if(_0xc83c29)return Promise[_0x2b382c(0x1bc)](_0xc83c29);let _0x557034=(_0x1e8d19=_0x26278d['timeout'])==null?0x7530:_0x1e8d19;return new Promise((_0x21a20f,_0x3662ea)=>{const _0x4b96b2=_0x2b382c;let _0x46c109=!0x1,_0x3cc416=null,_0x343cdd=setTimeout(()=>{const _0x39841b=_0x3639;_0x46c109=!0x0,_0x3cc416==null||_0x3cc416[_0x39841b(0x196)](),_0x3662ea(Error('[FCollaboration]:\x20Timed\x20out\x20flushing\x20unit\x20\x22'+_0xab9389+_0x39841b(0x194)+_0x557034+'ms.'));},_0x557034),_0x506266=()=>{const _0x50182b=_0x3639;_0x46c109=!0x0,clearTimeout(_0x343cdd),_0x3cc416==null||_0x3cc416[_0x50182b(0x196)]();};_0x3cc416=_0x366cdd[_0x4b96b2(0x1b2)][_0x4b96b2(0x1c0)](_0x1d833f=>{const _0x1567de=_0x4b96b2;if(_0x46c109)return;if(_0x1d833f===_0x550de0[_0x1567de(0x1b7)]){_0x506266(),_0x21a20f();return;}let _0x3db420=b(_0xab9389,_0x1d833f);_0x3db420&&(_0x506266(),_0x3662ea(_0x3db420));});});}[_0x5d78a5(0x1d6)](_0x47e6ee){const _0x284a7d=_0x5d78a5;var _0x21671b;return _0x47e6ee||((_0x21671b=this[_0x284a7d(0x19d)][_0x284a7d(0x1cf)]())==null?void 0x0:_0x21671b['getUnitId']());}};y=v([_(0x1,_0x2ab994(_0x3c2ee8)),_(0x2,_0x110141),_(0x3,_0x2ab994(_0x27cb23)),_(0x4,_0x2ab994(_0x1e7124))],y);function b(_0x3d3c56,_0x508440){const _0x1f7e19=_0x5d78a5;return _0x508440===_0x550de0[_0x1f7e19(0x1b6)]||_0x508440===_0x550de0[_0x1f7e19(0x190)]?Error(_0x1f7e19(0x1ca)+_0x3d3c56+'\x22\x20while\x20collaboration\x20status\x20is\x20'+_0x508440+'.'):null;}var x=class extends _0x569220{[_0x5d78a5(0x191)](_0x259f33){const _0x1e7306=_0x5d78a5;let _0x24e710=_0x259f33[_0x1e7306(0x18e)](_0x1e7124);this[_0x1e7306(0x1c9)](this[_0x1e7306(0x1c4)](this[_0x1e7306(0x1a1)][_0x1e7306(0x1a9)],()=>{const _0xa1bfe0=_0x1e7306;let _0x3d9afe=new _0x32b43a(),_0x4dd55f=_0x24e710[_0xa1bfe0(0x1cd)][_0xa1bfe0(0x1c0)](_0x135695=>{const _0x2e85d0=_0xa1bfe0;let _0x3bd9e9=_0x135695['status$']['subscribe'](_0x5a402e=>{const _0x4ce271=_0x3639;let _0x498073={'unitId':_0x135695[_0x4ce271(0x1c3)],'status':_0x5a402e};this[_0x4ce271(0x19a)](this[_0x4ce271(0x1a1)][_0x4ce271(0x1a9)],_0x498073);});_0x3d9afe[_0x2e85d0(0x1af)](_0x2f175a(_0x3bd9e9));});return _0x3d9afe[_0xa1bfe0(0x1af)](_0x2f175a(_0x4dd55f)),_0x3d9afe;}));}[_0x5d78a5(0x1d2)](){const _0x50d5eb=_0x5d78a5;return this[_0x50d5eb(0x1b8)]['createInstance'](y,{'getWorkbook':_0x2f1fa8=>this[_0x50d5eb(0x1ce)](_0x2f1fa8),'getDocument':_0x374608=>this['getDocument'](_0x374608),'getPresentation':_0x588715=>this[_0x50d5eb(0x1d1)](_0x588715),'getBase':_0x87ae24=>this[_0x50d5eb(0x1b3)](_0x87ae24),'getBoard':_0x36874e=>this[_0x50d5eb(0x1b5)](_0x36874e)});}[_0x5d78a5(0x1aa)](_0x3e869d,_0x349e1a,_0x2d3d58){const _0x300173=_0x5d78a5;return this[_0x300173(0x1b8)][_0x300173(0x18e)](_0x49dec7)[_0x300173(0x197)](_0x3e869d,_0x349e1a,_0x2d3d58);}[_0x5d78a5(0x1c6)](_0x270a81,_0x3f3b16,_0x5a86c7){const _0x27d016=_0x5d78a5;return this[_0x27d016(0x1b8)][_0x27d016(0x18e)](_0x49dec7)[_0x27d016(0x1ad)](_0x270a81,_0x3f3b16,_0x5a86c7);}};_0x569220['extend'](x);export{y as FCollaboration};
|