@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.
Files changed (96) hide show
  1. package/README.md +8 -2
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +6 -0
  66. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -2
  67. package/lib/types/facade/f-collaboration.d.ts +40 -0
  68. package/lib/types/index.d.ts +6 -3
  69. package/lib/types/services/attachment-remote/attachment-io.service.d.ts +1 -4
  70. package/lib/types/services/collaboration-session/collaboration-changeset-translator.d.ts +4 -0
  71. package/lib/types/services/collaboration-session/collaboration-client-adapter.d.ts +39 -0
  72. package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
  73. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +14 -14
  74. package/lib/types/services/image-remote/image-io.service.d.ts +2 -4
  75. package/lib/umd/facade.js +1 -1
  76. package/lib/umd/index.js +1 -1
  77. package/lib/umd/locale/ar-SA.js +1 -1
  78. package/lib/umd/locale/ca-ES.js +1 -1
  79. package/lib/umd/locale/de-DE.js +1 -1
  80. package/lib/umd/locale/en-US.js +1 -1
  81. package/lib/umd/locale/es-ES.js +1 -1
  82. package/lib/umd/locale/fa-IR.js +1 -1
  83. package/lib/umd/locale/fr-FR.js +1 -1
  84. package/lib/umd/locale/id-ID.js +1 -1
  85. package/lib/umd/locale/it-IT.js +1 -1
  86. package/lib/umd/locale/ja-JP.js +1 -1
  87. package/lib/umd/locale/ko-KR.js +1 -1
  88. package/lib/umd/locale/pl-PL.js +1 -1
  89. package/lib/umd/locale/pt-BR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-HK.js +1 -1
  95. package/lib/umd/locale/zh-TW.js +1 -1
  96. package/package.json +15 -16
@@ -1 +1 @@
1
- const _0xc89ca8=_0x4b0d;function _0x4b0d(_0x7ab5a2,_0x21255e){_0x7ab5a2=_0x7ab5a2-0xc4;const _0x442d76=_0x442d();let _0x4b0d47=_0x442d76[_0x7ab5a2];return _0x4b0d47;}(function(_0x4a97e1,_0x7fd119){const _0x1a1017=_0x4b0d,_0x2c0660=_0x4a97e1();while(!![]){try{const _0x4f8a02=-parseInt(_0x1a1017(0xcd))/0x1*(parseInt(_0x1a1017(0xd3))/0x2)+-parseInt(_0x1a1017(0xd7))/0x3+-parseInt(_0x1a1017(0xd4))/0x4+parseInt(_0x1a1017(0xc6))/0x5*(-parseInt(_0x1a1017(0xc4))/0x6)+parseInt(_0x1a1017(0xcc))/0x7*(parseInt(_0x1a1017(0xdb))/0x8)+parseInt(_0x1a1017(0xd1))/0x9+parseInt(_0x1a1017(0xce))/0xa*(parseInt(_0x1a1017(0xc5))/0xb);if(_0x4f8a02===_0x7fd119)break;else _0x2c0660['push'](_0x2c0660['shift']());}catch(_0x29eada){_0x2c0660['push'](_0x2c0660['shift']());}}}(_0x442d,0x55fb6));function _0x442d(){const _0x29ad82=['您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','5173398SIUNFD','點擊重新連線','14URqbSA','1894840kyCMrR','加入協作失敗,您的編輯將暫存於本機。','加入協作失敗,請稍後重試,您的編輯將暫存於本機。','11622yBnXLL','認證錯誤','連線失敗,請檢查您的網路。','沒有協作權限,您的編輯將暫存於本機。','8wqHTjj','協作文件數量超過限制,您的編輯將暫存於本機。','744ekZDej','22pekTQK','21355hfuaZZ','伺服器未回應協作請求,您的編輯將儲存在本機。','編輯衝突','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','此文件協作人數已達上限,您的編輯將暫存於本機。','已同步','3441277pIHIBg','947uBJMdf','1497830ZkHAoj','協作衝突'];_0x442d=function(){return _0x29ad82;};return _0x442d();}const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0xc89ca8(0xd2)}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0xc89ca8(0xc8),'notCollab':'本機檔案','synced':_0xc89ca8(0xcb),'syncing':'同步中...','offline':'已離線,編輯將儲存在本機'},'session':{'connection-failed':_0xc89ca8(0xd9),'will-retry':'連線失敗,將在稍後重試連線。','room-full':_0xc89ca8(0xca),'join-failed':_0xc89ca8(0xd6),'room-not-exists':_0xc89ca8(0xd5),'room-permission-denied':_0xc89ca8(0xda),'room-cnt-exceeds':_0xc89ca8(0xdc),'collaboration-timeout':_0xc89ca8(0xc7)},'conflict':{'title':_0xc89ca8(0xcf),'content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':_0xc89ca8(0xd8),'content':'您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。'},'collaboration':{'single-unit':{'warning':_0xc89ca8(0xc9)},'closeRoom':'由於協作房間已關閉,編輯權限已被收回。'},'auth':{'needGotoLoginAlert':_0xc89ca8(0xd0)}}};export{e as default};
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 _0x535688=_0x32d8;(function(_0x1402b6,_0x2926d7){const _0x4c134d=_0x32d8,_0x1a7d1e=_0x1402b6();while(!![]){try{const _0x7d5b21=parseInt(_0x4c134d(0x146))/0x1+parseInt(_0x4c134d(0x15e))/0x2+parseInt(_0x4c134d(0x133))/0x3*(parseInt(_0x4c134d(0x15b))/0x4)+parseInt(_0x4c134d(0x145))/0x5+-parseInt(_0x4c134d(0x164))/0x6+-parseInt(_0x4c134d(0x138))/0x7+-parseInt(_0x4c134d(0x137))/0x8;if(_0x7d5b21===_0x2926d7)break;else _0x1a7d1e['push'](_0x1a7d1e['shift']());}catch(_0x3956d5){_0x1a7d1e['push'](_0x1a7d1e['shift']());}}}(_0x2ecd,0xa9ec4));import{CollaborationController as _0x57c2fa,CollaborationStatus as _0x466a7c,DataLoaderService as _0x3b99ae,MemberService as _0x8775a6}from'@univerjs-pro/collaboration-client';import{FBase as _0x1be2a3,FEnum as _0x24fe2e,FEventName as _0x4d53a3,FUniver as _0x41b409}from'@univerjs/core/facade';import{DisposableCollection as _0x5d55b0,IUniverInstanceService as _0x447d85,Inject as _0x557dd6,Injector as _0x3294ff,toDisposable as _0x330e8e}from'@univerjs/core';import{SnapshotService as _0x5d09fc}from'@univerjs-pro/collaboration';function _0x32d8(_0x580b71,_0x428fb1){_0x580b71=_0x580b71-0x12f;const _0x2ecd8a=_0x2ecd();let _0x32d870=_0x2ecd8a[_0x580b71];return _0x32d870;}import{switchMap as _0x54716c}from'rxjs';var h=class extends _0x24fe2e{get[_0x535688(0x15d)](){return _0x466a7c;}};_0x24fe2e[_0x535688(0x161)](h);var g=class extends _0x4d53a3{get[_0x535688(0x13d)](){const _0x2c6a42=_0x535688;return _0x2c6a42(0x13d);}};_0x4d53a3[_0x535688(0x161)](g);function _0x2ecd(){const _0x309892=['CollaborationStatus','2586416dpmJiv','getWorkbook','loadSheetAsync','extend','_handler','loadServerUnitOfRevision','706176tClWmO','readyForCollab','waitForRoom$','loadBase','loadUnit','getUnitId','3KhGrPy','values','defineProperty','status','12139424Wclfhg','8013082drXEPi','loadDocAsync','loadUnitOfRevision','add','_injector','CollaborationStatusChanged','subscribeCollaborators','loadSlide','_univerInstanceService','NOT_COLLAB','getBase','_collaborationController','status$','3629620jEuWVv','439277EBlBqi','decorate','registerEventHandler','from','state','getPresentation','subscribe','loadDoc','entityInit$','createInstance','pipe','getDocument','loadSheet','_initialize','getOwnPropertyDescriptor','getCollaboration','members$','unitID','_snapshotService','Event','get','4069780GQDdSA','length'];_0x2ecd=function(){return _0x309892;};return _0x2ecd();}function _(_0x579572,_0x1b8beb){return function(_0x527f45,_0xa56f44){_0x1b8beb(_0x527f45,_0xa56f44,_0x579572);};}function v(_0x223de4,_0x72dde8,_0xf7e1c6,_0x44871b){const _0x59109a=_0x535688;var _0x4a3437=arguments[_0x59109a(0x15c)],_0x32e5b7=_0x4a3437<0x3?_0x72dde8:_0x44871b===null?_0x44871b=Object[_0x59109a(0x154)](_0x72dde8,_0xf7e1c6):_0x44871b,_0x5c6f6f;if(typeof Reflect=='object'&&typeof Reflect[_0x59109a(0x147)]=='function')_0x32e5b7=Reflect[_0x59109a(0x147)](_0x223de4,_0x72dde8,_0xf7e1c6,_0x44871b);else{for(var _0x512109=_0x223de4[_0x59109a(0x15c)]-0x1;_0x512109>=0x0;_0x512109--)(_0x5c6f6f=_0x223de4[_0x512109])&&(_0x32e5b7=(_0x4a3437<0x3?_0x5c6f6f(_0x32e5b7):_0x4a3437>0x3?_0x5c6f6f(_0x72dde8,_0xf7e1c6,_0x32e5b7):_0x5c6f6f(_0x72dde8,_0xf7e1c6))||_0x32e5b7);}return _0x4a3437>0x3&&_0x32e5b7&&Object[_0x59109a(0x135)](_0x72dde8,_0xf7e1c6,_0x32e5b7),_0x32e5b7;}let y=class extends _0x1be2a3{constructor(_0x448ef,_0x50e545,_0x52df02,_0x4998c0,_0x14ec50){const _0x2a39d2=_0x535688;super(),this['_handler']=_0x448ef,this['_injector']=_0x50e545,this['_univerInstanceService']=_0x52df02,this[_0x2a39d2(0x158)]=_0x4998c0,this['_collaborationController']=_0x14ec50;}async[_0x535688(0x160)](_0x4e32d6,_0x2ab3b1){const _0x3672a7=_0x535688;return await this[_0x3672a7(0x158)][_0x3672a7(0x152)](_0x4e32d6,0x0,_0x2ab3b1)?(await this[_0x3672a7(0x143)][_0x3672a7(0x165)](_0x4e32d6),this['_handler'][_0x3672a7(0x15f)](_0x4e32d6)):null;}async[_0x535688(0x139)](_0x494075,_0x1c2729){const _0x31859b=_0x535688;return await this[_0x31859b(0x158)][_0x31859b(0x14d)](_0x494075,0x0,_0x1c2729)?(await this['_collaborationController'][_0x31859b(0x165)](_0x494075),this[_0x31859b(0x162)][_0x31859b(0x151)](_0x494075)):null;}async['loadBaseAsync'](_0x2eea37,_0x4ff339){const _0x432834=_0x535688;return await this[_0x432834(0x158)][_0x432834(0x130)](_0x2eea37,0x0,_0x4ff339)?(await this[_0x432834(0x143)][_0x432834(0x165)](_0x2eea37),this['_handler'][_0x432834(0x142)](_0x2eea37)):null;}async['loadSlideAsync'](_0x5dc69f,_0x4d3063){const _0xbdea46=_0x535688;return await this[_0xbdea46(0x158)][_0xbdea46(0x13f)](_0x5dc69f,0x0,_0x4d3063)?(await this[_0xbdea46(0x143)]['readyForCollab'](_0x5dc69f),this[_0xbdea46(0x162)][_0xbdea46(0x14b)](_0x5dc69f)):null;}[_0x535688(0x13e)](_0x4cb2bb,_0x2605cc){const _0x49e669=_0x535688;return _0x330e8e(this[_0x49e669(0x13c)]['get'](_0x8775a6)[_0x49e669(0x12f)](_0x4cb2bb)[_0x49e669(0x150)](_0x54716c(_0x479bfc=>_0x479bfc[_0x49e669(0x156)]))[_0x49e669(0x14c)](_0x538ceb=>_0x2605cc(Array[_0x49e669(0x149)](_0x538ceb[_0x49e669(0x134)]()))));}['getCollaborationStatus'](_0x469b56){const _0x396a3f=_0x535688;var _0x335df9;let _0x123630;if(_0x469b56)_0x123630=_0x469b56;else{let _0x500b38=this[_0x396a3f(0x140)]['getFocusedUnit']();_0x123630=_0x500b38==null?void 0x0:_0x500b38[_0x396a3f(0x132)]();}if(!_0x123630)return _0x466a7c[_0x396a3f(0x141)];let _0x3aeef9=this[_0x396a3f(0x143)]['getCollabEntity'](_0x123630);return(_0x335df9=_0x3aeef9==null?void 0x0:_0x3aeef9[_0x396a3f(0x14a)][_0x396a3f(0x136)])==null?_0x466a7c['NOT_COLLAB']:_0x335df9;}};y=v([_(0x1,_0x557dd6(_0x3294ff)),_(0x2,_0x447d85),_(0x3,_0x557dd6(_0x5d09fc)),_(0x4,_0x557dd6(_0x57c2fa))],y);var b=class extends _0x41b409{[_0x535688(0x153)](_0x38f34c){const _0x469339=_0x535688;let _0x41ada6=_0x38f34c['get'](_0x57c2fa);this['disposeWithMe'](this[_0x469339(0x148)](this[_0x469339(0x159)][_0x469339(0x13d)],()=>{const _0x30e43a=_0x469339;let _0x524dee=new _0x5d55b0(),_0x6ba074=_0x41ada6[_0x30e43a(0x14e)]['subscribe'](_0x51573b=>{const _0x3061f3=_0x30e43a;let _0x42a21e=_0x51573b[_0x3061f3(0x144)][_0x3061f3(0x14c)](_0x28e598=>{const _0x2465c5=_0x3061f3;let _0x19c6f7={'unitId':_0x51573b[_0x2465c5(0x157)],'status':_0x28e598};this['fireEvent'](this['Event']['CollaborationStatusChanged'],_0x19c6f7);});_0x524dee[_0x3061f3(0x13b)](_0x330e8e(_0x42a21e));});return _0x524dee[_0x30e43a(0x13b)](_0x330e8e(_0x6ba074)),_0x524dee;}));}[_0x535688(0x155)](){const _0x20b39b=_0x535688;return this[_0x20b39b(0x13c)][_0x20b39b(0x14f)](y,{'getWorkbook':_0x361d6a=>this[_0x20b39b(0x15f)](_0x361d6a),'getDocument':_0x4c2963=>this[_0x20b39b(0x151)](_0x4c2963),'getPresentation':_0x3c47b2=>this['getPresentation'](_0x3c47b2),'getBase':_0x1ac48f=>this[_0x20b39b(0x142)](_0x1ac48f)});}['loadServerUnit'](_0x2e5000,_0x4e4dbd,_0x53e99e){const _0x2c3715=_0x535688;return this[_0x2c3715(0x13c)][_0x2c3715(0x15a)](_0x3b99ae)[_0x2c3715(0x131)](_0x2e5000,_0x4e4dbd,_0x53e99e);}[_0x535688(0x163)](_0x5f6789,_0x3ecfc9,_0x4515c1){const _0x2bb056=_0x535688;return this[_0x2bb056(0x13c)][_0x2bb056(0x15a)](_0x3b99ae)[_0x2bb056(0x13a)](_0x5f6789,_0x3ecfc9,_0x4515c1);}};_0x41b409[_0x535688(0x161)](b);export{y as FCollaboration};
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};