@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
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 _0x225f28=_0x352d;(function(_0x268505,_0x16695a){const _0x2db265=_0x352d,_0x395578=_0x268505();while(!![]){try{const _0x220911=parseInt(_0x2db265(0x1af))/0x1*(parseInt(_0x2db265(0x1b9))/0x2)+-parseInt(_0x2db265(0x1bf))/0x3*(parseInt(_0x2db265(0x19f))/0x4)+parseInt(_0x2db265(0x1dd))/0x5+parseInt(_0x2db265(0x1b5))/0x6+-parseInt(_0x2db265(0x1d6))/0x7*(parseInt(_0x2db265(0x1a9))/0x8)+parseInt(_0x2db265(0x1c7))/0x9+-parseInt(_0x2db265(0x1d8))/0xa;if(_0x220911===_0x16695a)break;else _0x395578['push'](_0x395578['shift']());}catch(_0xaad526){_0x395578['push'](_0x395578['shift']());}}}(_0x2e50,0x6ac7e),Object['defineProperty'](exports,Symbol[_0x225f28(0x1c1)],{'value':_0x225f28(0x1d7)}));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['CollaborationStatus'](){const _0x1a91fd=_0x225f28;return e[_0x1a91fd(0x1a5)];}};function _0x352d(_0x527f46,_0x19c795){_0x527f46=_0x527f46-0x19b;const _0x2e5064=_0x2e50();let _0x352d88=_0x2e5064[_0x527f46];return _0x352d88;}t['FEnum'][_0x225f28(0x1c5)](a);var o=class extends t[_0x225f28(0x1d5)]{get[_0x225f28(0x1cf)](){return'CollaborationStatusChanged';}};t[_0x225f28(0x1d5)][_0x225f28(0x1c5)](o);function s(_0x170952,_0x437ee6){return function(_0x34b33d,_0x33dbd5){_0x437ee6(_0x34b33d,_0x33dbd5,_0x170952);};}function c(_0x439a78,_0x4da654,_0x57e2d1,_0x48fb07){const _0x4734ba=_0x225f28;var _0x8231da=arguments['length'],_0x26f680=_0x8231da<0x3?_0x4da654:_0x48fb07===null?_0x48fb07=Object[_0x4734ba(0x1b4)](_0x4da654,_0x57e2d1):_0x48fb07,_0x2848b8;if(typeof Reflect=='object'&&typeof Reflect['decorate']==_0x4734ba(0x1a7))_0x26f680=Reflect[_0x4734ba(0x1b2)](_0x439a78,_0x4da654,_0x57e2d1,_0x48fb07);else{for(var _0x42ec80=_0x439a78[_0x4734ba(0x1d1)]-0x1;_0x42ec80>=0x0;_0x42ec80--)(_0x2848b8=_0x439a78[_0x42ec80])&&(_0x26f680=(_0x8231da<0x3?_0x2848b8(_0x26f680):_0x8231da>0x3?_0x2848b8(_0x4da654,_0x57e2d1,_0x26f680):_0x2848b8(_0x4da654,_0x57e2d1))||_0x26f680);}return _0x8231da>0x3&&_0x26f680&&Object[_0x4734ba(0x1b0)](_0x4da654,_0x57e2d1,_0x26f680),_0x26f680;}let l=class extends t[_0x225f28(0x1a0)]{constructor(_0xafdec5,_0x139c22,_0x2ab067,_0x3ea69a,_0x426840){const _0x215199=_0x225f28;super(),this[_0x215199(0x1d9)]=_0xafdec5,this[_0x215199(0x1ac)]=_0x139c22,this[_0x215199(0x1b3)]=_0x2ab067,this[_0x215199(0x1a8)]=_0x3ea69a,this[_0x215199(0x1cd)]=_0x426840;}async['loadSheetAsync'](_0x209c7d,_0x19b30f){const _0x38aea7=_0x225f28;return await this[_0x38aea7(0x1a8)][_0x38aea7(0x1ad)](_0x209c7d,0x0,_0x19b30f)?(await this['_collaborationController'][_0x38aea7(0x19e)](_0x209c7d),this[_0x38aea7(0x1d9)][_0x38aea7(0x1c6)](_0x209c7d)):null;}async['loadDocAsync'](_0x28e1de,_0x2f9153){const _0x364ca1=_0x225f28;return await this[_0x364ca1(0x1a8)][_0x364ca1(0x1a4)](_0x28e1de,0x0,_0x2f9153)?(await this[_0x364ca1(0x1cd)][_0x364ca1(0x19e)](_0x28e1de),this[_0x364ca1(0x1d9)][_0x364ca1(0x1b6)](_0x28e1de)):null;}async[_0x225f28(0x1ab)](_0x231434,_0x30613e){const _0x56986f=_0x225f28;return await this['_snapshotService'][_0x56986f(0x1b1)](_0x231434,0x0,_0x30613e)?(await this[_0x56986f(0x1cd)][_0x56986f(0x19e)](_0x231434),this[_0x56986f(0x1d9)]['getBase'](_0x231434)):null;}async[_0x225f28(0x1d4)](_0x2f1939,_0x365bc6){const _0x358a73=_0x225f28;return await this[_0x358a73(0x1a8)][_0x358a73(0x1cc)](_0x2f1939,0x0,_0x365bc6)?(await this['_collaborationController'][_0x358a73(0x19e)](_0x2f1939),this[_0x358a73(0x1d9)][_0x358a73(0x1da)](_0x2f1939)):null;}[_0x225f28(0x1c9)](_0x1c7e6e,_0x5aa6ba){const _0x10f042=_0x225f28;return(0x0,n[_0x10f042(0x19d)])(this[_0x10f042(0x1ac)][_0x10f042(0x1a1)](e[_0x10f042(0x1c8)])[_0x10f042(0x1bb)](_0x1c7e6e)['pipe']((0x0,i[_0x10f042(0x1c4)])(_0x14b035=>_0x14b035[_0x10f042(0x1ae)]))[_0x10f042(0x1c3)](_0x1e0cd5=>_0x5aa6ba(Array[_0x10f042(0x1a3)](_0x1e0cd5['values']()))));}[_0x225f28(0x1db)](_0x224219){const _0x26a33d=_0x225f28;var _0xab9145;let _0x4cb467;if(_0x224219)_0x4cb467=_0x224219;else{let _0x1261e8=this[_0x26a33d(0x1b3)]['getFocusedUnit']();_0x4cb467=_0x1261e8==null?void 0x0:_0x1261e8['getUnitId']();}if(!_0x4cb467)return e[_0x26a33d(0x1a5)][_0x26a33d(0x1dc)];let _0x3f541c=this['_collaborationController'][_0x26a33d(0x19c)](_0x4cb467);return(_0xab9145=_0x3f541c==null?void 0x0:_0x3f541c[_0x26a33d(0x1c2)][_0x26a33d(0x1d2)])==null?e[_0x26a33d(0x1a5)][_0x26a33d(0x1dc)]:_0xab9145;}};function _0x2e50(){const _0x9ef573=['508653VAWwgb','MemberService','subscribeCollaborators','_initialize','registerEventHandler','loadSlide','_collaborationController','DisposableCollection','CollaborationStatusChanged','loadUnitOfRevision','length','status','Inject','loadSlideAsync','FEventName','23317sxLYSI','Module','3177030SIifhq','_handler','getPresentation','getCollaborationStatus','NOT_COLLAB','2712840CJtDSx','loadUnit','add','getCollabEntity','toDisposable','readyForCollab','8NhJDFP','FBase','get','fireEvent','from','loadDoc','CollaborationStatus','Event','function','_snapshotService','344iFMzgC','CollaborationController','loadBaseAsync','_injector','loadSheet','members$','22133WXUmrk','defineProperty','loadBase','decorate','_univerInstanceService','getOwnPropertyDescriptor','1022496IZwkLq','getDocument','SnapshotService','loadServerUnit','14BtSIyA','Injector','waitForRoom$','FCollaboration','getBase','FUniver','39183hvuCZk','DataLoaderService','toStringTag','state','subscribe','switchMap','extend','getWorkbook'];_0x2e50=function(){return _0x9ef573;};return _0x2e50();}l=c([s(0x1,(0x0,n[_0x225f28(0x1d3)])(n[_0x225f28(0x1ba)])),s(0x2,n['IUniverInstanceService']),s(0x3,(0x0,n[_0x225f28(0x1d3)])(r[_0x225f28(0x1b7)])),s(0x4,(0x0,n[_0x225f28(0x1d3)])(e[_0x225f28(0x1aa)]))],l);var u=class extends t['FUniver']{[_0x225f28(0x1ca)](_0x453dca){const _0x488c86=_0x225f28;let _0x2ed9d9=_0x453dca[_0x488c86(0x1a1)](e[_0x488c86(0x1aa)]);this['disposeWithMe'](this[_0x488c86(0x1cb)](this[_0x488c86(0x1a6)][_0x488c86(0x1cf)],()=>{const _0x2717c9=_0x488c86;let _0x140d5f=new n[(_0x2717c9(0x1ce))](),_0x202eaa=_0x2ed9d9['entityInit$'][_0x2717c9(0x1c3)](_0x1fa515=>{const _0x197768=_0x2717c9;let _0x5c0cd9=_0x1fa515['status$']['subscribe'](_0x4a07c4=>{const _0x3db917=_0x352d;let _0x2894a3={'unitId':_0x1fa515['unitID'],'status':_0x4a07c4};this[_0x3db917(0x1a2)](this[_0x3db917(0x1a6)][_0x3db917(0x1cf)],_0x2894a3);});_0x140d5f[_0x197768(0x19b)]((0x0,n[_0x197768(0x19d)])(_0x5c0cd9));});return _0x140d5f[_0x2717c9(0x19b)]((0x0,n[_0x2717c9(0x19d)])(_0x202eaa)),_0x140d5f;}));}['getCollaboration'](){const _0x16b70f=_0x225f28;return this['_injector']['createInstance'](l,{'getWorkbook':_0x38c983=>this[_0x16b70f(0x1c6)](_0x38c983),'getDocument':_0x53724b=>this[_0x16b70f(0x1b6)](_0x53724b),'getPresentation':_0x1be431=>this[_0x16b70f(0x1da)](_0x1be431),'getBase':_0x28a9b6=>this[_0x16b70f(0x1bd)](_0x28a9b6)});}[_0x225f28(0x1b8)](_0x4b677b,_0x5e4cc2,_0x33c9a6){const _0xf13905=_0x225f28;return this[_0xf13905(0x1ac)][_0xf13905(0x1a1)](e['DataLoaderService'])[_0xf13905(0x1de)](_0x4b677b,_0x5e4cc2,_0x33c9a6);}['loadServerUnitOfRevision'](_0x4155ea,_0x41f4b2,_0x1d8cd2){const _0x2de469=_0x225f28;return this['_injector'][_0x2de469(0x1a1)](e[_0x2de469(0x1c0)])[_0x2de469(0x1d0)](_0x4155ea,_0x41f4b2,_0x1d8cd2);}};t[_0x225f28(0x1be)][_0x225f28(0x1c5)](u),Object['defineProperty'](exports,_0x225f28(0x1bc),{'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;}});