@univerjs-pro/collaboration-client 0.24.0 → 0.25.0-insiders.20260604-29ebbff

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 (102) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -0
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -0
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -0
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -0
  32. package/lib/es/locale/it-IT.js +1 -0
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -0
  36. package/lib/es/locale/pt-BR.js +1 -0
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -0
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -0
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -0
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -0
  53. package/lib/locale/it-IT.js +1 -0
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -0
  57. package/lib/locale/pt-BR.js +1 -0
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -0
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +6 -0
  65. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +3 -0
  66. package/lib/types/facade/f-collaboration.d.ts +1 -1
  67. package/lib/types/locale/ar-SA.d.ts +3 -0
  68. package/lib/types/locale/ca-ES.d.ts +1 -1
  69. package/lib/types/locale/de-DE.d.ts +3 -0
  70. package/lib/types/locale/en-US.d.ts +39 -37
  71. package/lib/types/locale/es-ES.d.ts +1 -1
  72. package/lib/types/locale/fr-FR.d.ts +1 -1
  73. package/lib/types/locale/id-ID.d.ts +3 -0
  74. package/lib/types/locale/it-IT.d.ts +3 -0
  75. package/lib/types/locale/pl-PL.d.ts +3 -0
  76. package/lib/types/locale/pt-BR.d.ts +3 -0
  77. package/lib/types/locale/ru-RU.d.ts +1 -1
  78. package/lib/types/locale/zh-HK.d.ts +3 -0
  79. package/lib/types/locale/zh-TW.d.ts +1 -1
  80. package/lib/types/services/local-cache/local-cache.service.d.ts +1 -0
  81. package/lib/umd/facade.js +1 -1
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ar-SA.js +1 -0
  84. package/lib/umd/locale/ca-ES.js +1 -1
  85. package/lib/umd/locale/de-DE.js +1 -0
  86. package/lib/umd/locale/en-US.js +1 -1
  87. package/lib/umd/locale/es-ES.js +1 -1
  88. package/lib/umd/locale/fa-IR.js +1 -1
  89. package/lib/umd/locale/fr-FR.js +1 -1
  90. package/lib/umd/locale/id-ID.js +1 -0
  91. package/lib/umd/locale/it-IT.js +1 -0
  92. package/lib/umd/locale/ja-JP.js +1 -1
  93. package/lib/umd/locale/ko-KR.js +1 -1
  94. package/lib/umd/locale/pl-PL.js +1 -0
  95. package/lib/umd/locale/pt-BR.js +1 -0
  96. package/lib/umd/locale/ru-RU.js +1 -1
  97. package/lib/umd/locale/sk-SK.js +1 -1
  98. package/lib/umd/locale/vi-VN.js +1 -1
  99. package/lib/umd/locale/zh-CN.js +1 -1
  100. package/lib/umd/locale/zh-HK.js +1 -0
  101. package/lib/umd/locale/zh-TW.js +1 -1
  102. package/package.json +14 -13
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- const _0x11c52d=_0x1d24;(function(_0x14bb66,_0x1b875e){const _0x1d4a09=_0x1d24,_0x522942=_0x14bb66();while(!![]){try{const _0x32db88=parseInt(_0x1d4a09(0xad))/0x1+-parseInt(_0x1d4a09(0xc5))/0x2*(-parseInt(_0x1d4a09(0x9e))/0x3)+-parseInt(_0x1d4a09(0xbb))/0x4+parseInt(_0x1d4a09(0x9b))/0x5*(parseInt(_0x1d4a09(0xb3))/0x6)+parseInt(_0x1d4a09(0xa8))/0x7+-parseInt(_0x1d4a09(0x99))/0x8*(-parseInt(_0x1d4a09(0xa3))/0x9)+-parseInt(_0x1d4a09(0x96))/0xa*(parseInt(_0x1d4a09(0x9c))/0xb);if(_0x32db88===_0x1b875e)break;else _0x522942['push'](_0x522942['shift']());}catch(_0x3a6958){_0x522942['push'](_0x522942['shift']());}}}(_0x2ec3,0xed145),Object[_0x11c52d(0xba)](exports,Symbol[_0x11c52d(0xac)],{'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`);function _0x2ec3(){const _0x32c076=['752DzNqHs','entityInit$','833015ZVisUT','11TxuWOR','getUnitId','2722431CjbWES','disposeWithMe','pipe','Inject','FEventName','32868qYZrHL','decorate','loadSheet','Event','extend','2010064CyNmWV','SnapshotService','fireEvent','switchMap','toStringTag','665727bkaCgG','_initialize','subscribe','CollaborationController','FBase','FEnum','42ultSHe','loadActiveSheet','CollaborationStatus','loadSheetAsync','DisposableCollection','loadServerUnit','getCollaboration','defineProperty','5534640eKmYYD','toDisposable','CollaborationStatusChanged','_injector','length','registerEventHandler','state','readyForCollab','DataLoaderService','loadUnitOfRevision','2ZOyghY','NOT_COLLAB','values','loadServerUnitOfRevision','_collaborationController','FUniver','_handler','getUniverSheet','FCollaboration','add','_univerInstanceService','subscribeCollaborators','getCollabEntity','loadUnit','_snapshotService','from','get','10151280ygLFnq','status','getCollaborationStatus'];_0x2ec3=function(){return _0x32c076;};return _0x2ec3();}var a=class extends t[_0x11c52d(0xb2)]{get[_0x11c52d(0xb5)](){return e['CollaborationStatus'];}};t[_0x11c52d(0xb2)][_0x11c52d(0xa7)](a);var o=class extends t[_0x11c52d(0xa2)]{get[_0x11c52d(0xbd)](){return'CollaborationStatusChanged';}};function _0x1d24(_0x48bc2c,_0x7b28e6){_0x48bc2c=_0x48bc2c-0x8c;const _0x2ec34c=_0x2ec3();let _0x1d241f=_0x2ec34c[_0x48bc2c];return _0x1d241f;}t[_0x11c52d(0xa2)][_0x11c52d(0xa7)](o);function s(_0x175ddc,_0x114e76){return function(_0x2137da,_0x32f97e){_0x114e76(_0x2137da,_0x32f97e,_0x175ddc);};}function c(_0x34784a,_0x4517b2,_0x22a74e,_0x17add6){const _0x5483d2=_0x11c52d;var _0xd3e451=arguments[_0x5483d2(0xbf)],_0x13ee00=_0xd3e451<0x3?_0x4517b2:_0x17add6===null?_0x17add6=Object['getOwnPropertyDescriptor'](_0x4517b2,_0x22a74e):_0x17add6,_0x6dabd3;if(typeof Reflect=='object'&&typeof Reflect[_0x5483d2(0xa4)]=='function')_0x13ee00=Reflect[_0x5483d2(0xa4)](_0x34784a,_0x4517b2,_0x22a74e,_0x17add6);else{for(var _0x453dc8=_0x34784a[_0x5483d2(0xbf)]-0x1;_0x453dc8>=0x0;_0x453dc8--)(_0x6dabd3=_0x34784a[_0x453dc8])&&(_0x13ee00=(_0xd3e451<0x3?_0x6dabd3(_0x13ee00):_0xd3e451>0x3?_0x6dabd3(_0x4517b2,_0x22a74e,_0x13ee00):_0x6dabd3(_0x4517b2,_0x22a74e))||_0x13ee00);}return _0xd3e451>0x3&&_0x13ee00&&Object[_0x5483d2(0xba)](_0x4517b2,_0x22a74e,_0x13ee00),_0x13ee00;}let l=class extends t[_0x11c52d(0xb1)]{constructor(_0x408e7f,_0x1ca230,_0x73d89d,_0x1d1b1c,_0x18aaa2){const _0x22b689=_0x11c52d;super(),this[_0x22b689(0xcb)]=_0x408e7f,this[_0x22b689(0xbe)]=_0x1ca230,this[_0x22b689(0x8f)]=_0x73d89d,this['_snapshotService']=_0x1d1b1c,this[_0x22b689(0xc9)]=_0x18aaa2;}async[_0x11c52d(0xb4)](){return this['loadActiveSheetAsync']();}async['loadActiveSheetAsync'](){throw Error('[FCollaboration]:\x20this\x20method\x20should\x20be\x20override.');}async[_0x11c52d(0xa5)](_0x249668){const _0x3ac9fa=_0x11c52d;return this[_0x3ac9fa(0xb6)](_0x249668);}async[_0x11c52d(0xb6)](_0x51e516,_0x179751){const _0x5ae268=_0x11c52d;return await this[_0x5ae268(0x93)]['loadSheet'](_0x51e516,0x0,_0x179751)?(await this[_0x5ae268(0xc9)][_0x5ae268(0xc2)](_0x51e516),this['_handler'][_0x5ae268(0x8c)](_0x51e516)):null;}[_0x11c52d(0x90)](_0x4e5c00,_0x4d3ca7){const _0x461445=_0x11c52d;return(0x0,n[_0x461445(0xbc)])(this[_0x461445(0xbe)][_0x461445(0x95)](e['MemberService'])['waitForRoom$'](_0x4e5c00)[_0x461445(0xa0)]((0x0,i[_0x461445(0xab)])(_0x1e3898=>_0x1e3898['members$']))[_0x461445(0xaf)](_0x320713=>_0x4d3ca7(Array[_0x461445(0x94)](_0x320713[_0x461445(0xc7)]()))));}[_0x11c52d(0x98)](_0x47bbb0){const _0x5ece07=_0x11c52d;var _0x581f70;let _0x61c350;if(_0x47bbb0)_0x61c350=_0x47bbb0;else{let _0x23023e=this[_0x5ece07(0x8f)]['getFocusedUnit']();_0x61c350=_0x23023e==null?void 0x0:_0x23023e[_0x5ece07(0x9d)]();}if(!_0x61c350)return e[_0x5ece07(0xb5)][_0x5ece07(0xc6)];let _0x364132=this[_0x5ece07(0xc9)][_0x5ece07(0x91)](_0x61c350);return(_0x581f70=_0x364132==null?void 0x0:_0x364132[_0x5ece07(0xc1)][_0x5ece07(0x97)])==null?e[_0x5ece07(0xb5)]['NOT_COLLAB']:_0x581f70;}};l=c([s(0x1,(0x0,n['Inject'])(n['Injector'])),s(0x2,n['IUniverInstanceService']),s(0x3,(0x0,n[_0x11c52d(0xa1)])(r[_0x11c52d(0xa9)])),s(0x4,(0x0,n[_0x11c52d(0xa1)])(e[_0x11c52d(0xb0)]))],l);var u=class extends t[_0x11c52d(0xca)]{[_0x11c52d(0xae)](_0x48b254){const _0x574323=_0x11c52d;let _0x49d06f=_0x48b254['get'](e[_0x574323(0xb0)]);this[_0x574323(0x9f)](this[_0x574323(0xc0)](this[_0x574323(0xa6)][_0x574323(0xbd)],()=>{const _0x49a15e=_0x574323;let _0x47e663=new n[(_0x49a15e(0xb7))](),_0x266532=_0x49d06f[_0x49a15e(0x9a)]['subscribe'](_0x382d82=>{const _0x157005=_0x49a15e;let _0x361945=_0x382d82['status$']['subscribe'](_0x570b65=>{const _0x41bf46=_0x1d24;let _0x538f20={'unitId':_0x382d82['unitID'],'status':_0x570b65};this[_0x41bf46(0xaa)](this['Event'][_0x41bf46(0xbd)],_0x538f20);});_0x47e663[_0x157005(0x8e)]((0x0,n[_0x157005(0xbc)])(_0x361945));});return _0x47e663['add']((0x0,n[_0x49a15e(0xbc)])(_0x266532)),_0x47e663;}));}[_0x11c52d(0xb9)](){const _0x3fe59d=_0x11c52d;return this[_0x3fe59d(0xbe)]['createInstance'](l,{'getUniverSheet':_0x398e34=>this[_0x3fe59d(0x8c)](_0x398e34)});}[_0x11c52d(0xb8)](_0x11e147,_0x9db088,_0x55cc37){const _0x31d53e=_0x11c52d;return this[_0x31d53e(0xbe)]['get'](e[_0x31d53e(0xc3)])[_0x31d53e(0x92)](_0x11e147,_0x9db088,_0x55cc37);}[_0x11c52d(0xc8)](_0x335f61,_0x374508,_0x5aabd0){const _0x40c506=_0x11c52d;return this[_0x40c506(0xbe)][_0x40c506(0x95)](e[_0x40c506(0xc3)])[_0x40c506(0xc4)](_0x335f61,_0x374508,_0x5aabd0);}};t[_0x11c52d(0xca)][_0x11c52d(0xa7)](u),Object['defineProperty'](exports,_0x11c52d(0x8d),{'enumerable':!0x0,'get':function(){return l;}});
1
+ const _0x302106=_0x45ff;(function(_0x23bf49,_0x576efe){const _0x419f7f=_0x45ff,_0xf90b33=_0x23bf49();while(!![]){try{const _0x25358e=-parseInt(_0x419f7f(0xb7))/0x1*(-parseInt(_0x419f7f(0xa7))/0x2)+-parseInt(_0x419f7f(0xb2))/0x3+parseInt(_0x419f7f(0xbc))/0x4+-parseInt(_0x419f7f(0xd1))/0x5+-parseInt(_0x419f7f(0xb3))/0x6+-parseInt(_0x419f7f(0xad))/0x7*(-parseInt(_0x419f7f(0xb5))/0x8)+parseInt(_0x419f7f(0xba))/0x9;if(_0x25358e===_0x576efe)break;else _0xf90b33['push'](_0xf90b33['shift']());}catch(_0x4382ec){_0xf90b33['push'](_0xf90b33['shift']());}}}(_0x2bdd,0x35b74),Object[_0x302106(0xcc)](exports,Symbol[_0x302106(0xdc)],{'value':_0x302106(0xb1)}));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[_0x302106(0xbf)]{get[_0x302106(0xcb)](){const _0x59f397=_0x302106;return e[_0x59f397(0xcb)];}};t[_0x302106(0xbf)][_0x302106(0xa3)](a);var o=class extends t['FEventName']{get[_0x302106(0xb6)](){const _0x3d89b5=_0x302106;return _0x3d89b5(0xb6);}};function _0x45ff(_0x743c26,_0x5c38fb){_0x743c26=_0x743c26-0x9a;const _0x2bdd95=_0x2bdd();let _0x45ffd3=_0x2bdd95[_0x743c26];return _0x45ffd3;}t['FEventName']['extend'](o);function s(_0x4cfbca,_0x3f561e){return function(_0x2b0913,_0xeab3c6){_0x3f561e(_0x2b0913,_0xeab3c6,_0x4cfbca);};}function _0x2bdd(){const _0x5d29de=['disposeWithMe','_collaborationController','2179953LbqPnB','decorate','1703480HAEIjX','loadActiveSheet','loadSheet','FEnum','_snapshotService','IUniverInstanceService','Inject','waitForRoom$','MemberService','loadServerUnitOfRevision','subscribe','get','getUnitId','getOwnPropertyDescriptor','[FCollaboration]:\x20this\x20method\x20should\x20be\x20override.','CollaborationStatus','defineProperty','loadUnit','FUniver','toDisposable','entityInit$','1765660yrFtjC','createInstance','loadSheetAsync','values','Injector','getFocusedUnit','add','unitID','length','DisposableCollection','state','toStringTag','subscribeCollaborators','switchMap','loadActiveSheetAsync','getCollaborationStatus','getCollabEntity','FCollaboration','_handler','from','Event','members$','_initialize','extend','getWorkbook','_univerInstanceService','loadUnitOfRevision','1096PeiSEK','DataLoaderService','SnapshotService','FBase','status','_injector','59822ftMDeT','object','CollaborationController','NOT_COLLAB','Module','428199QOsUox','2092512mBfFkt','loadServerUnit','264PUDQyQ','CollaborationStatusChanged','209qhntLv'];_0x2bdd=function(){return _0x5d29de;};return _0x2bdd();}function c(_0x3becca,_0x2967ce,_0x572081,_0x3593e1){const _0x21c026=_0x302106;var _0x1c5f35=arguments['length'],_0x59eb21=_0x1c5f35<0x3?_0x2967ce:_0x3593e1===null?_0x3593e1=Object[_0x21c026(0xc9)](_0x2967ce,_0x572081):_0x3593e1,_0x375847;if(typeof Reflect==_0x21c026(0xae)&&typeof Reflect[_0x21c026(0xbb)]=='function')_0x59eb21=Reflect['decorate'](_0x3becca,_0x2967ce,_0x572081,_0x3593e1);else{for(var _0x35daf7=_0x3becca[_0x21c026(0xd9)]-0x1;_0x35daf7>=0x0;_0x35daf7--)(_0x375847=_0x3becca[_0x35daf7])&&(_0x59eb21=(_0x1c5f35<0x3?_0x375847(_0x59eb21):_0x1c5f35>0x3?_0x375847(_0x2967ce,_0x572081,_0x59eb21):_0x375847(_0x2967ce,_0x572081))||_0x59eb21);}return _0x1c5f35>0x3&&_0x59eb21&&Object[_0x21c026(0xcc)](_0x2967ce,_0x572081,_0x59eb21),_0x59eb21;}let l=class extends t[_0x302106(0xaa)]{constructor(_0x4597f8,_0x54c72e,_0x26b817,_0x12be68,_0x28f774){const _0x16850c=_0x302106;super(),this[_0x16850c(0x9e)]=_0x4597f8,this[_0x16850c(0xac)]=_0x54c72e,this['_univerInstanceService']=_0x26b817,this[_0x16850c(0xc0)]=_0x12be68,this[_0x16850c(0xb9)]=_0x28f774;}async[_0x302106(0xbd)](){return this['loadActiveSheetAsync']();}async[_0x302106(0x9a)](){const _0x261f8d=_0x302106;throw Error(_0x261f8d(0xca));}async[_0x302106(0xbe)](_0x5c8f72){return this['loadSheetAsync'](_0x5c8f72);}async[_0x302106(0xd3)](_0x4e64d0,_0x364cc9){const _0x52001e=_0x302106;return await this[_0x52001e(0xc0)][_0x52001e(0xbe)](_0x4e64d0,0x0,_0x364cc9)?(await this[_0x52001e(0xb9)]['readyForCollab'](_0x4e64d0),this['_handler'][_0x52001e(0xa4)](_0x4e64d0)):null;}[_0x302106(0xdd)](_0x5cfab1,_0x10889a){const _0x3741f0=_0x302106;return(0x0,n[_0x3741f0(0xcf)])(this[_0x3741f0(0xac)][_0x3741f0(0xc7)](e[_0x3741f0(0xc4)])[_0x3741f0(0xc3)](_0x5cfab1)['pipe']((0x0,i[_0x3741f0(0xde)])(_0x15a80f=>_0x15a80f[_0x3741f0(0xa1)]))[_0x3741f0(0xc6)](_0x35fa80=>_0x10889a(Array[_0x3741f0(0x9f)](_0x35fa80[_0x3741f0(0xd4)]()))));}[_0x302106(0x9b)](_0x2e1bb2){const _0x26edc7=_0x302106;var _0x11a921;let _0x82b4c5;if(_0x2e1bb2)_0x82b4c5=_0x2e1bb2;else{let _0x26c093=this[_0x26edc7(0xa5)][_0x26edc7(0xd6)]();_0x82b4c5=_0x26c093==null?void 0x0:_0x26c093[_0x26edc7(0xc8)]();}if(!_0x82b4c5)return e[_0x26edc7(0xcb)][_0x26edc7(0xb0)];let _0xfd5848=this[_0x26edc7(0xb9)][_0x26edc7(0x9c)](_0x82b4c5);return(_0x11a921=_0xfd5848==null?void 0x0:_0xfd5848[_0x26edc7(0xdb)][_0x26edc7(0xab)])==null?e['CollaborationStatus'][_0x26edc7(0xb0)]:_0x11a921;}};l=c([s(0x1,(0x0,n['Inject'])(n[_0x302106(0xd5)])),s(0x2,n[_0x302106(0xc1)]),s(0x3,(0x0,n[_0x302106(0xc2)])(r[_0x302106(0xa9)])),s(0x4,(0x0,n[_0x302106(0xc2)])(e[_0x302106(0xaf)]))],l);var u=class extends t[_0x302106(0xce)]{[_0x302106(0xa2)](_0x492dad){const _0x73b7b0=_0x302106;let _0x3311f5=_0x492dad['get'](e[_0x73b7b0(0xaf)]);this[_0x73b7b0(0xb8)](this['registerEventHandler'](this[_0x73b7b0(0xa0)]['CollaborationStatusChanged'],()=>{const _0x986969=_0x73b7b0;let _0x510f8c=new n[(_0x986969(0xda))](),_0x44e866=_0x3311f5[_0x986969(0xd0)][_0x986969(0xc6)](_0x45bd8f=>{const _0xae01f2=_0x986969;let _0x209bb1=_0x45bd8f['status$'][_0xae01f2(0xc6)](_0x4e36f5=>{const _0x267308=_0xae01f2;let _0x46c80b={'unitId':_0x45bd8f[_0x267308(0xd8)],'status':_0x4e36f5};this['fireEvent'](this['Event'][_0x267308(0xb6)],_0x46c80b);});_0x510f8c[_0xae01f2(0xd7)]((0x0,n[_0xae01f2(0xcf)])(_0x209bb1));});return _0x510f8c[_0x986969(0xd7)]((0x0,n[_0x986969(0xcf)])(_0x44e866)),_0x510f8c;}));}['getCollaboration'](){const _0x43608e=_0x302106;return this[_0x43608e(0xac)][_0x43608e(0xd2)](l,{'getWorkbook':_0x2aaf87=>this[_0x43608e(0xa4)](_0x2aaf87)});}[_0x302106(0xb4)](_0xe05be4,_0x4965bc,_0xb54baf){const _0x1d775d=_0x302106;return this[_0x1d775d(0xac)]['get'](e['DataLoaderService'])[_0x1d775d(0xcd)](_0xe05be4,_0x4965bc,_0xb54baf);}[_0x302106(0xc5)](_0x5d401c,_0x53f643,_0x3c7394){const _0x14b425=_0x302106;return this[_0x14b425(0xac)][_0x14b425(0xc7)](e[_0x14b425(0xa8)])[_0x14b425(0xa6)](_0x5d401c,_0x53f643,_0x3c7394);}};t['FUniver']['extend'](u),Object[_0x302106(0xcc)](exports,_0x302106(0x9d),{'enumerable':!0x0,'get':function(){return l;}});