@univerjs-pro/collaboration-client 1.0.0-alpha.2 → 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 _0x3d2533=_0x25c8;function _0x27b1(){const _0x37c3db=['216BuLsuT','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','編輯衝突','343532JhilrH','此文件協作人數已達上限,您的編輯將暫存於本機。','69915bbtlCz','伺服器未回應協作請求,您的編輯將儲存在本機。','492oBGPYn','連線失敗,請檢查您的網路。','加入協作失敗,您的編輯將暫存於本機。','已離線,編輯將儲存在本機','同步中...','您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。','正在擷取伺服器資料...','點擊重新連線','87965inQleH','連線失敗,將在稍後重試連線。','5612406FheadX','5444248OMNDEm','協作文件數量超過限制,您的編輯將暫存於本機。','協作衝突','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','61602NWGCcS','46049157sIYXFm'];_0x27b1=function(){return _0x37c3db;};return _0x27b1();}(function(_0x251d85,_0x3ea4d9){const _0x149bdd=_0x25c8,_0x1f1665=_0x251d85();while(!![]){try{const _0x2463e1=parseInt(_0x149bdd(0x8b))/0x1+parseInt(_0x149bdd(0x84))/0x2+parseInt(_0x149bdd(0x7f))/0x3+parseInt(_0x149bdd(0x80))/0x4+-parseInt(_0x149bdd(0x7d))/0x5*(-parseInt(_0x149bdd(0x8d))/0x6)+parseInt(_0x149bdd(0x89))/0x7*(parseInt(_0x149bdd(0x86))/0x8)+-parseInt(_0x149bdd(0x85))/0x9;if(_0x2463e1===_0x3ea4d9)break;else _0x1f1665['push'](_0x1f1665['shift']());}catch(_0x19ddbc){_0x1f1665['push'](_0x1f1665['shift']());}}}(_0x27b1,0xf0285));const e={'collaboration-client':{'collabClient':{'tooltip':{'reconnect':_0x3d2533(0x7c)}},'collabStatus':{'fetchMiss':_0x3d2533(0x7b),'conflict':_0x3d2533(0x88),'notCollab':'本機檔案','synced':'已同步','syncing':_0x3d2533(0x91),'offline':_0x3d2533(0x90)},'session':{'connection-failed':_0x3d2533(0x8e),'will-retry':_0x3d2533(0x7e),'room-full':_0x3d2533(0x8a),'join-failed':'加入協作失敗,請稍後重試,您的編輯將暫存於本機。','room-not-exists':_0x3d2533(0x8f),'room-permission-denied':'沒有協作權限,您的編輯將暫存於本機。','room-cnt-exceeds':_0x3d2533(0x81),'collaboration-timeout':_0x3d2533(0x8c)},'conflict':{'title':_0x3d2533(0x82),'content':_0x3d2533(0x92)},'permission':{'title':'認證錯誤','content':_0x3d2533(0x87)},'collaboration':{'single-unit':{'warning':'您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。'},'closeRoom':'由於協作房間已關閉,編輯權限已被收回。'},'auth':{'needGotoLoginAlert':_0x3d2533(0x83)}}};function _0x25c8(_0x1141fa,_0x282a30){_0x1141fa=_0x1141fa-0x7b;const _0x27b152=_0x27b1();let _0x25c80c=_0x27b152[_0x1141fa];return _0x25c80c;}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 _0x476c53=_0x3c77;(function(_0x5839fb,_0x3ae386){const _0x4cd1de=_0x3c77,_0x5efe4e=_0x5839fb();while(!![]){try{const _0x546c92=-parseInt(_0x4cd1de(0x1fd))/0x1*(parseInt(_0x4cd1de(0x223))/0x2)+parseInt(_0x4cd1de(0x209))/0x3+parseInt(_0x4cd1de(0x1f2))/0x4*(parseInt(_0x4cd1de(0x21f))/0x5)+parseInt(_0x4cd1de(0x1f6))/0x6+parseInt(_0x4cd1de(0x218))/0x7+parseInt(_0x4cd1de(0x206))/0x8+-parseInt(_0x4cd1de(0x1f7))/0x9*(parseInt(_0x4cd1de(0x1f4))/0xa);if(_0x546c92===_0x3ae386)break;else _0x5efe4e['push'](_0x5efe4e['shift']());}catch(_0x561a5d){_0x5efe4e['push'](_0x5efe4e['shift']());}}}(_0x586c,0xd90ea));import{CollaborationController as _0x3462eb,CollaborationStatus as _0x5a0a55,DataLoaderService as _0x5d1ed8,MemberService as _0x176c5b}from'@univerjs-pro/collaboration-client';import{FBase as _0x51de27,FEnum as _0x20068e,FEventName as _0x5dce4e,FUniver as _0x294afc}from'@univerjs/core/facade';function _0x586c(){const _0x2dfbb0=['waitForRoom$','loadSlideAsync','_initialize','disposeWithMe','defineProperty','extend','length','loadUnit','subscribeCollaborators','loadSheetAsync','8517761NjPyir','Event','loadBaseAsync','function','CollaborationStatusChanged','createInstance','loadSlide','1527980bpCqAC','_univerInstanceService','loadBase','_collaborationController','1238dFSWPf','getBase','object','getCollabEntity','20JXBgCm','loadUnitOfRevision','9908380NMXUFg','get','3337416VtMxTd','27enBSGX','_snapshotService','loadSheet','registerEventHandler','getDocument','members$','1879JwiYWZ','getCollaboration','state','_injector','values','add','subscribe','NOT_COLLAB','readyForCollab','2538224WWTEoF','getFocusedUnit','status$','4219092JotuWl','_handler','fireEvent','from','getWorkbook'];_0x586c=function(){return _0x2dfbb0;};return _0x586c();}import{DisposableCollection as _0xeb5346,IUniverInstanceService as _0x9008ea,Inject as _0x1aa1c8,Injector as _0x2d3a23,toDisposable as _0x455548}from'@univerjs/core';import{SnapshotService as _0x5a891b}from'@univerjs-pro/collaboration';import{switchMap as _0x27306d}from'rxjs';var h=class extends _0x20068e{get['CollaborationStatus'](){return _0x5a0a55;}};_0x20068e['extend'](h);var g=class extends _0x5dce4e{get[_0x476c53(0x21c)](){return'CollaborationStatusChanged';}};_0x5dce4e[_0x476c53(0x213)](g);function _(_0x156f6b,_0x1a4f8e){return function(_0x446c11,_0x31bd42){_0x1a4f8e(_0x446c11,_0x31bd42,_0x156f6b);};}function v(_0x16e09d,_0x166fba,_0x5a99e3,_0x269118){const _0x4f028f=_0x476c53;var _0x27825a=arguments[_0x4f028f(0x214)],_0x39207e=_0x27825a<0x3?_0x166fba:_0x269118===null?_0x269118=Object['getOwnPropertyDescriptor'](_0x166fba,_0x5a99e3):_0x269118,_0x5c96f6;if(typeof Reflect==_0x4f028f(0x225)&&typeof Reflect['decorate']==_0x4f028f(0x21b))_0x39207e=Reflect['decorate'](_0x16e09d,_0x166fba,_0x5a99e3,_0x269118);else{for(var _0x1fdb3e=_0x16e09d['length']-0x1;_0x1fdb3e>=0x0;_0x1fdb3e--)(_0x5c96f6=_0x16e09d[_0x1fdb3e])&&(_0x39207e=(_0x27825a<0x3?_0x5c96f6(_0x39207e):_0x27825a>0x3?_0x5c96f6(_0x166fba,_0x5a99e3,_0x39207e):_0x5c96f6(_0x166fba,_0x5a99e3))||_0x39207e);}return _0x27825a>0x3&&_0x39207e&&Object[_0x4f028f(0x212)](_0x166fba,_0x5a99e3,_0x39207e),_0x39207e;}let y=class extends _0x51de27{constructor(_0x420953,_0x129524,_0x2ffaa5,_0x5b23e4,_0x16cd1d){const _0x331247=_0x476c53;super(),this['_handler']=_0x420953,this[_0x331247(0x200)]=_0x129524,this[_0x331247(0x220)]=_0x2ffaa5,this[_0x331247(0x1f8)]=_0x5b23e4,this[_0x331247(0x222)]=_0x16cd1d;}async[_0x476c53(0x217)](_0x35cfea,_0x4c2b48){const _0x2db665=_0x476c53;return await this[_0x2db665(0x1f8)][_0x2db665(0x1f9)](_0x35cfea,0x0,_0x4c2b48)?(await this[_0x2db665(0x222)][_0x2db665(0x205)](_0x35cfea),this[_0x2db665(0x20a)][_0x2db665(0x20d)](_0x35cfea)):null;}async['loadDocAsync'](_0x51f8f1,_0x616486){const _0x5b0e3a=_0x476c53;return await this[_0x5b0e3a(0x1f8)]['loadDoc'](_0x51f8f1,0x0,_0x616486)?(await this[_0x5b0e3a(0x222)][_0x5b0e3a(0x205)](_0x51f8f1),this[_0x5b0e3a(0x20a)][_0x5b0e3a(0x1fb)](_0x51f8f1)):null;}async[_0x476c53(0x21a)](_0x114df3,_0x43dec6){const _0x3288f7=_0x476c53;return await this[_0x3288f7(0x1f8)][_0x3288f7(0x221)](_0x114df3,0x0,_0x43dec6)?(await this['_collaborationController'][_0x3288f7(0x205)](_0x114df3),this[_0x3288f7(0x20a)]['getBase'](_0x114df3)):null;}async[_0x476c53(0x20f)](_0x57ab71,_0x53c1f4){const _0x4218de=_0x476c53;return await this[_0x4218de(0x1f8)][_0x4218de(0x21e)](_0x57ab71,0x0,_0x53c1f4)?(await this[_0x4218de(0x222)]['readyForCollab'](_0x57ab71),this[_0x4218de(0x20a)]['getPresentation'](_0x57ab71)):null;}[_0x476c53(0x216)](_0x2c7b7d,_0x131b1b){const _0x34e82c=_0x476c53;return _0x455548(this[_0x34e82c(0x200)]['get'](_0x176c5b)[_0x34e82c(0x20e)](_0x2c7b7d)['pipe'](_0x27306d(_0x593e3d=>_0x593e3d[_0x34e82c(0x1fc)]))[_0x34e82c(0x203)](_0x336052=>_0x131b1b(Array[_0x34e82c(0x20c)](_0x336052[_0x34e82c(0x201)]()))));}['getCollaborationStatus'](_0x2dea36){const _0x37ec6a=_0x476c53;var _0x28df97;let _0x4e7a71;if(_0x2dea36)_0x4e7a71=_0x2dea36;else{let _0x171944=this[_0x37ec6a(0x220)][_0x37ec6a(0x207)]();_0x4e7a71=_0x171944==null?void 0x0:_0x171944['getUnitId']();}if(!_0x4e7a71)return _0x5a0a55[_0x37ec6a(0x204)];let _0x50c1b1=this[_0x37ec6a(0x222)][_0x37ec6a(0x1f1)](_0x4e7a71);return(_0x28df97=_0x50c1b1==null?void 0x0:_0x50c1b1[_0x37ec6a(0x1ff)]['status'])==null?_0x5a0a55['NOT_COLLAB']:_0x28df97;}};y=v([_(0x1,_0x1aa1c8(_0x2d3a23)),_(0x2,_0x9008ea),_(0x3,_0x1aa1c8(_0x5a891b)),_(0x4,_0x1aa1c8(_0x3462eb))],y);function _0x3c77(_0x1a6fdb,_0x3534d0){_0x1a6fdb=_0x1a6fdb-0x1f1;const _0x586c18=_0x586c();let _0x3c7748=_0x586c18[_0x1a6fdb];return _0x3c7748;}var b=class extends _0x294afc{[_0x476c53(0x210)](_0x5777b7){const _0x366080=_0x476c53;let _0x543f83=_0x5777b7[_0x366080(0x1f5)](_0x3462eb);this[_0x366080(0x211)](this[_0x366080(0x1fa)](this[_0x366080(0x219)][_0x366080(0x21c)],()=>{const _0x21f9ad=_0x366080;let _0x11a753=new _0xeb5346(),_0x5793dd=_0x543f83['entityInit$']['subscribe'](_0x3513e5=>{const _0xe54f22=_0x3c77;let _0x3a4f3d=_0x3513e5[_0xe54f22(0x208)][_0xe54f22(0x203)](_0x5c47b1=>{const _0x3a6261=_0xe54f22;let _0xb8e473={'unitId':_0x3513e5['unitID'],'status':_0x5c47b1};this[_0x3a6261(0x20b)](this['Event'][_0x3a6261(0x21c)],_0xb8e473);});_0x11a753[_0xe54f22(0x202)](_0x455548(_0x3a4f3d));});return _0x11a753[_0x21f9ad(0x202)](_0x455548(_0x5793dd)),_0x11a753;}));}[_0x476c53(0x1fe)](){const _0x4d8f77=_0x476c53;return this[_0x4d8f77(0x200)][_0x4d8f77(0x21d)](y,{'getWorkbook':_0x5c7581=>this[_0x4d8f77(0x20d)](_0x5c7581),'getDocument':_0x1719f7=>this['getDocument'](_0x1719f7),'getPresentation':_0x499149=>this['getPresentation'](_0x499149),'getBase':_0x3c8a03=>this[_0x4d8f77(0x224)](_0x3c8a03)});}['loadServerUnit'](_0x2ddd21,_0x46a621,_0x2029f1){const _0x209a7f=_0x476c53;return this[_0x209a7f(0x200)][_0x209a7f(0x1f5)](_0x5d1ed8)[_0x209a7f(0x215)](_0x2ddd21,_0x46a621,_0x2029f1);}['loadServerUnitOfRevision'](_0x23108e,_0x4bf4d6,_0x338e35){const _0x41e174=_0x476c53;return this[_0x41e174(0x200)][_0x41e174(0x1f5)](_0x5d1ed8)[_0x41e174(0x1f3)](_0x23108e,_0x4bf4d6,_0x338e35);}};_0x294afc[_0x476c53(0x213)](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};