@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
package/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # @univerjs-pro/collaboration-client
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@univerjs-pro/collaboration-client?style=flat-square)](https://npmjs.com/package/@univerjs-pro/collaboration-client)
4
+ [![license](https://img.shields.io/npm/l/@univerjs-pro/collaboration-client?style=flat-square)](https://npmjs.com/package/@univerjs-pro/collaboration-client)
4
5
  [![downloads](https://img.shields.io/npm/dm/@univerjs-pro/collaboration-client?style=flat-square)](https://npmjs.com/package/@univerjs-pro/collaboration-client)
5
6
 
6
- `@univerjs-pro/collaboration-client` provides client-side collaboration plugin for Univer Pro.
7
+ `@univerjs-pro/collaboration-client` is part of Univer Pro. Client-side collaboration plugin for Univer Pro.
7
8
 
8
9
  ## Package Overview
9
10
 
@@ -32,8 +33,13 @@ univer.registerPlugin(UniverCollaborationClientPlugin);
32
33
  // Merge EnUS into your Univer locale map when this package contributes UI text.
33
34
  ```
34
35
 
36
+ ## Integration Notes
37
+
38
+ - Keep this package on the same version as the other `@univerjs/*` and `@univerjs-pro/*` packages in your application.
39
+ - Import locale files only for the languages your application enables.
40
+ - Use the facade entry when integrating through Univer Facade APIs.
41
+
35
42
  ## Resources
36
43
 
37
44
  - [Documentation](https://docs.univer.ai/guides/pro)
38
45
  - [NPM package](https://npmjs.com/package/@univerjs-pro/collaboration-client)
39
-
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- const _0x1411c3=_0x3caa;(function(_0x5fdbbf,_0x51d0df){const _0x131e79=_0x3caa,_0x5db972=_0x5fdbbf();while(!![]){try{const _0x243a80=-parseInt(_0x131e79(0x20a))/0x1+-parseInt(_0x131e79(0x20d))/0x2+parseInt(_0x131e79(0x209))/0x3+-parseInt(_0x131e79(0x1f3))/0x4+parseInt(_0x131e79(0x1fd))/0x5*(parseInt(_0x131e79(0x1f9))/0x6)+parseInt(_0x131e79(0x211))/0x7+parseInt(_0x131e79(0x214))/0x8;if(_0x243a80===_0x51d0df)break;else _0x5db972['push'](_0x5db972['shift']());}catch(_0x32a474){_0x5db972['push'](_0x5db972['shift']());}}}(_0x2167,0x62c99),Object['defineProperty'](exports,Symbol[_0x1411c3(0x1f7)],{'value':_0x1411c3(0x1f1)}));let e=require('@univerjs-pro/collaboration-client'),t=require('@univerjs/core/facade'),n=require('@univerjs/core'),r=require('@univerjs-pro/collaboration'),i=require('rxjs');var a=class extends t['FEnum']{get[_0x1411c3(0x1fb)](){return e['CollaborationStatus'];}};t[_0x1411c3(0x223)][_0x1411c3(0x1f5)](a);function _0x2167(){const _0x1fe306=['toStringTag','object','6wZvViB','MemberService','CollaborationStatus','state','1404985miuMMQ','length','from','_handler','getDocument','getCollabEntity','loadDocAsync','status','getCollaboration','values','subscribeCollaborators','status$','72162oEbyvA','596405DjXCwd','FEventName','decorate','1036318TrSxgr','getPresentation','getUnitId','loadSheetAsync','4304804spDGLh','readyForCollab','add','4851960XrUjvL','_initialize','SnapshotService','switchMap','_snapshotService','pipe','_collaborationController','getCollaborationStatus','waitForRoom$','FUniver','get','FCollaboration','CollaborationController','toDisposable','Inject','FEnum','loadSheet','loadDoc','disposeWithMe','DisposableCollection','FBase','getWorkbook','getBase','getFocusedUnit','_injector','defineProperty','DataLoaderService','Event','loadBase','Injector','function','NOT_COLLAB','subscribe','getOwnPropertyDescriptor','loadBaseAsync','_univerInstanceService','CollaborationStatusChanged','Module','unitID','29284ZVKOgf','loadSlideAsync','extend','members$'];_0x2167=function(){return _0x1fe306;};return _0x2167();}var o=class extends t[_0x1411c3(0x20b)]{get['CollaborationStatusChanged'](){const _0x59689b=_0x1411c3;return _0x59689b(0x1f0);}};t[_0x1411c3(0x20b)][_0x1411c3(0x1f5)](o);function s(_0x55cd4e,_0x2cc36b){return function(_0x3e0bcd,_0xb31329){_0x2cc36b(_0x3e0bcd,_0xb31329,_0x55cd4e);};}function _0x3caa(_0x118f76,_0x17f163){_0x118f76=_0x118f76-0x1f0;const _0x216732=_0x2167();let _0x3caabe=_0x216732[_0x118f76];return _0x3caabe;}function c(_0x4aeb47,_0x4b60ec,_0x47b9c7,_0x400706){const _0x4df428=_0x1411c3;var _0x471fe1=arguments[_0x4df428(0x1fe)],_0x568dd0=_0x471fe1<0x3?_0x4b60ec:_0x400706===null?_0x400706=Object[_0x4df428(0x235)](_0x4b60ec,_0x47b9c7):_0x400706,_0x529a51;if(typeof Reflect==_0x4df428(0x1f8)&&typeof Reflect[_0x4df428(0x20c)]==_0x4df428(0x232))_0x568dd0=Reflect[_0x4df428(0x20c)](_0x4aeb47,_0x4b60ec,_0x47b9c7,_0x400706);else{for(var _0x58488c=_0x4aeb47[_0x4df428(0x1fe)]-0x1;_0x58488c>=0x0;_0x58488c--)(_0x529a51=_0x4aeb47[_0x58488c])&&(_0x568dd0=(_0x471fe1<0x3?_0x529a51(_0x568dd0):_0x471fe1>0x3?_0x529a51(_0x4b60ec,_0x47b9c7,_0x568dd0):_0x529a51(_0x4b60ec,_0x47b9c7))||_0x568dd0);}return _0x471fe1>0x3&&_0x568dd0&&Object['defineProperty'](_0x4b60ec,_0x47b9c7,_0x568dd0),_0x568dd0;}let l=class extends t[_0x1411c3(0x228)]{constructor(_0x56986c,_0x2e6db7,_0x5c2a9e,_0x1b451f,_0x1209bb){const _0x5ca863=_0x1411c3;super(),this[_0x5ca863(0x200)]=_0x56986c,this['_injector']=_0x2e6db7,this[_0x5ca863(0x237)]=_0x5c2a9e,this[_0x5ca863(0x218)]=_0x1b451f,this[_0x5ca863(0x21a)]=_0x1209bb;}async[_0x1411c3(0x210)](_0x5b43f9,_0x4c18a7){const _0x1154c0=_0x1411c3;return await this[_0x1154c0(0x218)][_0x1154c0(0x224)](_0x5b43f9,0x0,_0x4c18a7)?(await this[_0x1154c0(0x21a)][_0x1154c0(0x212)](_0x5b43f9),this[_0x1154c0(0x200)][_0x1154c0(0x229)](_0x5b43f9)):null;}async[_0x1411c3(0x203)](_0x109c32,_0x1d8e70){const _0x41ee7a=_0x1411c3;return await this['_snapshotService'][_0x41ee7a(0x225)](_0x109c32,0x0,_0x1d8e70)?(await this[_0x41ee7a(0x21a)][_0x41ee7a(0x212)](_0x109c32),this[_0x41ee7a(0x200)][_0x41ee7a(0x201)](_0x109c32)):null;}async[_0x1411c3(0x236)](_0xff7118,_0x53267f){const _0xd9e471=_0x1411c3;return await this[_0xd9e471(0x218)][_0xd9e471(0x230)](_0xff7118,0x0,_0x53267f)?(await this[_0xd9e471(0x21a)][_0xd9e471(0x212)](_0xff7118),this[_0xd9e471(0x200)]['getBase'](_0xff7118)):null;}async[_0x1411c3(0x1f4)](_0x43bb9e,_0x318e9e){const _0x4944d0=_0x1411c3;return await this[_0x4944d0(0x218)]['loadSlide'](_0x43bb9e,0x0,_0x318e9e)?(await this[_0x4944d0(0x21a)]['readyForCollab'](_0x43bb9e),this[_0x4944d0(0x200)][_0x4944d0(0x20e)](_0x43bb9e)):null;}[_0x1411c3(0x207)](_0x1954c3,_0x68c97){const _0x366deb=_0x1411c3;return(0x0,n[_0x366deb(0x221)])(this[_0x366deb(0x22c)][_0x366deb(0x21e)](e[_0x366deb(0x1fa)])[_0x366deb(0x21c)](_0x1954c3)[_0x366deb(0x219)]((0x0,i[_0x366deb(0x217)])(_0x1b93a8=>_0x1b93a8[_0x366deb(0x1f6)]))[_0x366deb(0x234)](_0x5bf536=>_0x68c97(Array[_0x366deb(0x1ff)](_0x5bf536[_0x366deb(0x206)]()))));}[_0x1411c3(0x21b)](_0x482175){const _0x4eca1d=_0x1411c3;var _0x3a1a39;let _0x33ed02;if(_0x482175)_0x33ed02=_0x482175;else{let _0x4b54c5=this['_univerInstanceService'][_0x4eca1d(0x22b)]();_0x33ed02=_0x4b54c5==null?void 0x0:_0x4b54c5[_0x4eca1d(0x20f)]();}if(!_0x33ed02)return e[_0x4eca1d(0x1fb)][_0x4eca1d(0x233)];let _0x188a02=this[_0x4eca1d(0x21a)][_0x4eca1d(0x202)](_0x33ed02);return(_0x3a1a39=_0x188a02==null?void 0x0:_0x188a02[_0x4eca1d(0x1fc)][_0x4eca1d(0x204)])==null?e['CollaborationStatus']['NOT_COLLAB']:_0x3a1a39;}};l=c([s(0x1,(0x0,n[_0x1411c3(0x222)])(n[_0x1411c3(0x231)])),s(0x2,n['IUniverInstanceService']),s(0x3,(0x0,n[_0x1411c3(0x222)])(r[_0x1411c3(0x216)])),s(0x4,(0x0,n[_0x1411c3(0x222)])(e[_0x1411c3(0x220)]))],l);var u=class extends t['FUniver']{[_0x1411c3(0x215)](_0xf4e3cc){const _0x490316=_0x1411c3;let _0x49f1fe=_0xf4e3cc[_0x490316(0x21e)](e[_0x490316(0x220)]);this[_0x490316(0x226)](this['registerEventHandler'](this[_0x490316(0x22f)][_0x490316(0x1f0)],()=>{const _0x492a18=_0x490316;let _0x13582c=new n[(_0x492a18(0x227))](),_0x2fecfe=_0x49f1fe['entityInit$'][_0x492a18(0x234)](_0x24a343=>{const _0x2ff974=_0x492a18;let _0x56512b=_0x24a343[_0x2ff974(0x208)][_0x2ff974(0x234)](_0x363f93=>{const _0x2d3922=_0x2ff974;let _0x159c8b={'unitId':_0x24a343[_0x2d3922(0x1f2)],'status':_0x363f93};this['fireEvent'](this['Event'][_0x2d3922(0x1f0)],_0x159c8b);});_0x13582c[_0x2ff974(0x213)]((0x0,n[_0x2ff974(0x221)])(_0x56512b));});return _0x13582c[_0x492a18(0x213)]((0x0,n[_0x492a18(0x221)])(_0x2fecfe)),_0x13582c;}));}[_0x1411c3(0x205)](){const _0x1081db=_0x1411c3;return this[_0x1081db(0x22c)]['createInstance'](l,{'getWorkbook':_0x189406=>this[_0x1081db(0x229)](_0x189406),'getDocument':_0x2a32a3=>this[_0x1081db(0x201)](_0x2a32a3),'getPresentation':_0x4072d0=>this['getPresentation'](_0x4072d0),'getBase':_0x5210f0=>this[_0x1081db(0x22a)](_0x5210f0)});}['loadServerUnit'](_0x2f0ec1,_0x478cd2,_0x28604c){const _0x3bc22f=_0x1411c3;return this[_0x3bc22f(0x22c)][_0x3bc22f(0x21e)](e[_0x3bc22f(0x22e)])['loadUnit'](_0x2f0ec1,_0x478cd2,_0x28604c);}['loadServerUnitOfRevision'](_0x2e1bbd,_0x396612,_0x1517cc){const _0x58b371=_0x1411c3;return this[_0x58b371(0x22c)][_0x58b371(0x21e)](e[_0x58b371(0x22e)])['loadUnitOfRevision'](_0x2e1bbd,_0x396612,_0x1517cc);}};t[_0x1411c3(0x21d)][_0x1411c3(0x1f5)](u),Object[_0x1411c3(0x22d)](exports,_0x1411c3(0x21f),{'enumerable':!0x0,'get':function(){return l;}});
1
+ const _0x22dc6c=_0x2db4;(function(_0x30c651,_0xc77416){const _0x31d1dc=_0x2db4,_0x4e6800=_0x30c651();while(!![]){try{const _0x459813=parseInt(_0x31d1dc(0x13d))/0x1*(parseInt(_0x31d1dc(0x133))/0x2)+-parseInt(_0x31d1dc(0x140))/0x3+parseInt(_0x31d1dc(0x13a))/0x4*(parseInt(_0x31d1dc(0x11d))/0x5)+-parseInt(_0x31d1dc(0x13e))/0x6+-parseInt(_0x31d1dc(0x151))/0x7*(parseInt(_0x31d1dc(0x11b))/0x8)+-parseInt(_0x31d1dc(0x12c))/0x9+parseInt(_0x31d1dc(0x15c))/0xa*(parseInt(_0x31d1dc(0x157))/0xb);if(_0x459813===_0xc77416)break;else _0x4e6800['push'](_0x4e6800['shift']());}catch(_0x4c9e1c){_0x4e6800['push'](_0x4e6800['shift']());}}}(_0x3038,0xc8ac8),Object['defineProperty'](exports,Symbol[_0x22dc6c(0x14d)],{'value':'Module'}));let e=require('@univerjs-pro/collaboration-client'),t=require('@univerjs/core/facade'),n=require('@univerjs/core'),r=require('@univerjs-pro/collaboration'),i=require('rxjs');var a=class extends t[_0x22dc6c(0x131)]{get[_0x22dc6c(0x160)](){const _0x597418=_0x22dc6c;return e[_0x597418(0x160)];}};t['FEnum']['extend'](a);var o=class extends t[_0x22dc6c(0x155)]{get[_0x22dc6c(0x152)](){const _0x12450a=_0x22dc6c;return _0x12450a(0x152);}};t[_0x22dc6c(0x155)]['extend'](o);function s(_0xa301c8,_0x36d7f4){return function(_0x3e3e32,_0x1a0947){_0x36d7f4(_0x3e3e32,_0x1a0947,_0xa301c8);};}function c(_0x5a0776,_0x18a2ff,_0x56cbed,_0x2f7f5c){const _0x4999bc=_0x22dc6c;var _0x2afd80=arguments[_0x4999bc(0x15f)],_0x3d5ab3=_0x2afd80<0x3?_0x18a2ff:_0x2f7f5c===null?_0x2f7f5c=Object[_0x4999bc(0x15b)](_0x18a2ff,_0x56cbed):_0x2f7f5c,_0x239ac4;if(typeof Reflect=='object'&&typeof Reflect[_0x4999bc(0x164)]==_0x4999bc(0x132))_0x3d5ab3=Reflect[_0x4999bc(0x164)](_0x5a0776,_0x18a2ff,_0x56cbed,_0x2f7f5c);else{for(var _0x4b8595=_0x5a0776[_0x4999bc(0x15f)]-0x1;_0x4b8595>=0x0;_0x4b8595--)(_0x239ac4=_0x5a0776[_0x4b8595])&&(_0x3d5ab3=(_0x2afd80<0x3?_0x239ac4(_0x3d5ab3):_0x2afd80>0x3?_0x239ac4(_0x18a2ff,_0x56cbed,_0x3d5ab3):_0x239ac4(_0x18a2ff,_0x56cbed))||_0x3d5ab3);}return _0x2afd80>0x3&&_0x3d5ab3&&Object[_0x4999bc(0x11c)](_0x18a2ff,_0x56cbed,_0x3d5ab3),_0x3d5ab3;}let l=class extends t[_0x22dc6c(0x122)]{constructor(_0x100bef,_0x1a472a,_0xfae6b0,_0x34fc05,_0x10953){const _0x58716a=_0x22dc6c;super(),this[_0x58716a(0x148)]=_0x100bef,this[_0x58716a(0x167)]=_0x1a472a,this[_0x58716a(0x13b)]=_0xfae6b0,this['_snapshotService']=_0x34fc05,this[_0x58716a(0x120)]=_0x10953;}async[_0x22dc6c(0x14e)](_0x50b05b,_0x395c94){const _0x122546=_0x22dc6c;return await this[_0x122546(0x166)][_0x122546(0x12d)](_0x50b05b,0x0,_0x395c94)?(await this[_0x122546(0x120)][_0x122546(0x127)](_0x50b05b),this[_0x122546(0x148)]['getWorkbook'](_0x50b05b)):null;}async[_0x22dc6c(0x12f)](_0x2cc289,_0x13d52a){const _0x34c794=_0x22dc6c;return await this[_0x34c794(0x166)][_0x34c794(0x121)](_0x2cc289,0x0,_0x13d52a)?(await this['_collaborationController'][_0x34c794(0x127)](_0x2cc289),this[_0x34c794(0x148)][_0x34c794(0x135)](_0x2cc289)):null;}async[_0x22dc6c(0x119)](_0x29c019,_0x3ed054){const _0x6531cc=_0x22dc6c;return await this[_0x6531cc(0x166)][_0x6531cc(0x158)](_0x29c019,0x0,_0x3ed054)?(await this[_0x6531cc(0x120)][_0x6531cc(0x127)](_0x29c019),this[_0x6531cc(0x148)][_0x6531cc(0x14b)](_0x29c019)):null;}async[_0x22dc6c(0x15d)](_0x944fda,_0x43dac3){const _0x3c4e01=_0x22dc6c;return await this[_0x3c4e01(0x166)][_0x3c4e01(0x130)](_0x944fda,0x0,_0x43dac3)?(await this['_collaborationController'][_0x3c4e01(0x127)](_0x944fda),this[_0x3c4e01(0x148)][_0x3c4e01(0x14c)](_0x944fda)):null;}async['loadBoardAsync'](_0x72e7d3,_0x406dbf){const _0x3cdd69=_0x22dc6c;return await this[_0x3cdd69(0x166)][_0x3cdd69(0x168)](_0x72e7d3,0x0,_0x406dbf)?(await this[_0x3cdd69(0x120)][_0x3cdd69(0x127)](_0x72e7d3),this[_0x3cdd69(0x148)]['getBoard'](_0x72e7d3)):null;}['subscribeCollaborators'](_0x1efb1a,_0x14409e){const _0x3622e4=_0x22dc6c;return(0x0,n['toDisposable'])(this[_0x3622e4(0x167)][_0x3622e4(0x113)](e[_0x3622e4(0x116)])[_0x3622e4(0x143)](_0x1efb1a)['pipe']((0x0,i[_0x3622e4(0x149)])(_0x151333=>_0x151333[_0x3622e4(0x146)]))['subscribe'](_0x28078f=>_0x14409e(Array[_0x3622e4(0x126)](_0x28078f[_0x3622e4(0x145)]()))));}[_0x22dc6c(0x159)](_0x285e26){const _0x14f8ad=_0x22dc6c;var _0x48bdd7;let _0x1116d5=this['_resolveUnitId'](_0x285e26);if(!_0x1116d5)return e[_0x14f8ad(0x160)]['NOT_COLLAB'];let _0x3c38e0=this[_0x14f8ad(0x120)][_0x14f8ad(0x125)](_0x1116d5);return(_0x48bdd7=_0x3c38e0==null?void 0x0:_0x3c38e0['state'][_0x14f8ad(0x139)])==null?e[_0x14f8ad(0x160)][_0x14f8ad(0x15a)]:_0x48bdd7;}[_0x22dc6c(0x14f)](_0x3e19d6,_0x3f496f={}){const _0x4fbead=_0x22dc6c;var _0x42725a;let _0x5a8bad=this['_resolveUnitId'](_0x3e19d6);if(!_0x5a8bad)return Promise['reject'](Error(_0x4fbead(0x11f)));let _0xba7d03=this[_0x4fbead(0x120)]['getCollabEntity'](_0x5a8bad);if(!_0xba7d03)return Promise['reject'](Error(_0x4fbead(0x162)+_0x5a8bad+_0x4fbead(0x15e)));let _0x5f048a=_0xba7d03[_0x4fbead(0x156)][_0x4fbead(0x139)];if(_0x5f048a===e['CollaborationStatus'][_0x4fbead(0x154)])return Promise[_0x4fbead(0x114)]();let _0x16b83b=u(_0x5a8bad,_0x5f048a);if(_0x16b83b)return Promise[_0x4fbead(0x115)](_0x16b83b);let _0x320864=(_0x42725a=_0x3f496f[_0x4fbead(0x118)])==null?0x7530:_0x42725a;return new Promise((_0x50447f,_0x5a5dbd)=>{const _0x275dd6=_0x4fbead;let _0x34c6a5=!0x1,_0x2d088b=null,_0x7c7e63=setTimeout(()=>{const _0x1e58e7=_0x2db4;_0x34c6a5=!0x0,_0x2d088b==null||_0x2d088b['unsubscribe'](),_0x5a5dbd(Error(_0x1e58e7(0x128)+_0x5a8bad+'\x22\x20after\x20'+_0x320864+'ms.'));},_0x320864),_0x5c87a6=()=>{const _0x1e3589=_0x2db4;_0x34c6a5=!0x0,clearTimeout(_0x7c7e63),_0x2d088b==null||_0x2d088b[_0x1e3589(0x153)]();};_0x2d088b=_0xba7d03[_0x275dd6(0x144)][_0x275dd6(0x134)](_0x67ffa4=>{const _0x5a02d9=_0x275dd6;if(_0x34c6a5)return;if(_0x67ffa4===e[_0x5a02d9(0x160)][_0x5a02d9(0x154)]){_0x5c87a6(),_0x50447f();return;}let _0x253855=u(_0x5a8bad,_0x67ffa4);_0x253855&&(_0x5c87a6(),_0x5a5dbd(_0x253855));});});}[_0x22dc6c(0x150)](_0x451e4d){const _0xe526eb=_0x22dc6c;var _0x454001;return _0x451e4d||((_0x454001=this[_0xe526eb(0x13b)]['getFocusedUnit']())==null?void 0x0:_0x454001['getUnitId']());}};l=c([s(0x1,(0x0,n[_0x22dc6c(0x142)])(n[_0x22dc6c(0x12a)])),s(0x2,n['IUniverInstanceService']),s(0x3,(0x0,n[_0x22dc6c(0x142)])(r[_0x22dc6c(0x141)])),s(0x4,(0x0,n['Inject'])(e['CollaborationController']))],l);function u(_0x316cae,_0x22430c){const _0x1135a4=_0x22dc6c;return _0x22430c===e[_0x1135a4(0x160)][_0x1135a4(0x136)]||_0x22430c===e[_0x1135a4(0x160)]['NOT_COLLAB']?Error('[FCollaboration]:\x20Cannot\x20flush\x20unit\x20\x22'+_0x316cae+_0x1135a4(0x147)+_0x22430c+'.'):null;}var d=class extends t[_0x22dc6c(0x13f)]{[_0x22dc6c(0x138)](_0x1aa9cd){const _0xbdc720=_0x22dc6c;let _0x11f294=_0x1aa9cd['get'](e['CollaborationController']);this['disposeWithMe'](this[_0xbdc720(0x12e)](this[_0xbdc720(0x161)][_0xbdc720(0x152)],()=>{const _0x40e726=_0xbdc720;let _0xa0f2b=new n['DisposableCollection'](),_0x46b966=_0x11f294['entityInit$']['subscribe'](_0x126c15=>{const _0x5d50a2=_0x2db4;let _0xf0f2bd=_0x126c15['status$'][_0x5d50a2(0x134)](_0x2c52e8=>{const _0x403e5e=_0x5d50a2;let _0x4b5c24={'unitId':_0x126c15['unitID'],'status':_0x2c52e8};this[_0x403e5e(0x12b)](this[_0x403e5e(0x161)][_0x403e5e(0x152)],_0x4b5c24);});_0xa0f2b[_0x5d50a2(0x137)]((0x0,n[_0x5d50a2(0x123)])(_0xf0f2bd));});return _0xa0f2b[_0x40e726(0x137)]((0x0,n[_0x40e726(0x123)])(_0x46b966)),_0xa0f2b;}));}[_0x22dc6c(0x14a)](){const _0x228264=_0x22dc6c;return this[_0x228264(0x167)][_0x228264(0x11a)](l,{'getWorkbook':_0x509e02=>this[_0x228264(0x13c)](_0x509e02),'getDocument':_0x3d75fa=>this['getDocument'](_0x3d75fa),'getPresentation':_0x4b2a69=>this[_0x228264(0x14c)](_0x4b2a69),'getBase':_0x4d8a85=>this[_0x228264(0x14b)](_0x4d8a85),'getBoard':_0x171711=>this[_0x228264(0x129)](_0x171711)});}[_0x22dc6c(0x124)](_0x2c23a1,_0x437d48,_0x1e1000){const _0x38ec88=_0x22dc6c;return this[_0x38ec88(0x167)]['get'](e['DataLoaderService'])[_0x38ec88(0x11e)](_0x2c23a1,_0x437d48,_0x1e1000);}[_0x22dc6c(0x117)](_0x43b121,_0xcd47a,_0x4824e2){const _0x110d8a=_0x22dc6c;return this['_injector']['get'](e['DataLoaderService'])[_0x110d8a(0x163)](_0x43b121,_0xcd47a,_0x4824e2);}};function _0x2db4(_0x3a170a,_0x3eb85a){_0x3a170a=_0x3a170a-0x113;const _0x30382b=_0x3038();let _0x2db429=_0x30382b[_0x3a170a];return _0x2db429;}function _0x3038(){const _0x30d440=['registerEventHandler','loadDocAsync','loadSlide','FEnum','function','146OQPkRM','subscribe','getDocument','CONFLICT','add','_initialize','status','4nyDmYX','_univerInstanceService','getWorkbook','12794Mygora','867216tklkDc','FUniver','2621829EUIBLt','SnapshotService','Inject','waitForRoom$','status$','values','members$','\x22\x20while\x20collaboration\x20status\x20is\x20','_handler','switchMap','getCollaboration','getBase','getPresentation','toStringTag','loadSheetAsync','flush','_resolveUnitId','35DdPQCo','CollaborationStatusChanged','unsubscribe','SYNCED','FEventName','state','116611KujoYc','loadBase','getCollaborationStatus','NOT_COLLAB','getOwnPropertyDescriptor','2140tKOFZF','loadSlideAsync','\x22\x20is\x20not\x20in\x20collaboration\x20mode.','length','CollaborationStatus','Event','[FCollaboration]:\x20Unit\x20\x22','loadUnitOfRevision','decorate','extend','_snapshotService','_injector','loadBoard','get','resolve','reject','MemberService','loadServerUnitOfRevision','timeout','loadBaseAsync','createInstance','255624GPrHJy','defineProperty','179995hTezjG','loadUnit','[FCollaboration]:\x20Cannot\x20flush\x20because\x20no\x20unit\x20is\x20focused\x20or\x20specified.','_collaborationController','loadDoc','FBase','toDisposable','loadServerUnit','getCollabEntity','from','readyForCollab','[FCollaboration]:\x20Timed\x20out\x20flushing\x20unit\x20\x22','getBoard','Injector','fireEvent','11145339DwGWwd','loadSheet'];_0x3038=function(){return _0x30d440;};return _0x3038();}t[_0x22dc6c(0x13f)][_0x22dc6c(0x165)](d),Object[_0x22dc6c(0x11c)](exports,'FCollaboration',{'enumerable':!0x0,'get':function(){return l;}});