@univerjs-pro/collaboration-client 0.17.0 → 0.18.0

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 (95) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/en-US.js +1 -1
  5. package/lib/cjs/locale/es-ES.js +1 -1
  6. package/lib/cjs/locale/fa-IR.js +1 -1
  7. package/lib/cjs/locale/fr-FR.js +1 -1
  8. package/lib/cjs/locale/ja-JP.js +1 -1
  9. package/lib/cjs/locale/ko-KR.js +1 -1
  10. package/lib/cjs/locale/ru-RU.js +1 -1
  11. package/lib/cjs/locale/sk-SK.js +1 -1
  12. package/lib/cjs/locale/vi-VN.js +1 -1
  13. package/lib/cjs/locale/zh-CN.js +1 -1
  14. package/lib/cjs/locale/zh-TW.js +1 -1
  15. package/lib/es/facade.js +1 -1
  16. package/lib/es/index.js +1 -1
  17. package/lib/es/locale/ca-ES.js +1 -1
  18. package/lib/es/locale/en-US.js +1 -1
  19. package/lib/es/locale/es-ES.js +1 -1
  20. package/lib/es/locale/fa-IR.js +1 -1
  21. package/lib/es/locale/fr-FR.js +1 -1
  22. package/lib/es/locale/ja-JP.js +1 -1
  23. package/lib/es/locale/ko-KR.js +1 -1
  24. package/lib/es/locale/ru-RU.js +1 -1
  25. package/lib/es/locale/sk-SK.js +1 -1
  26. package/lib/es/locale/vi-VN.js +1 -1
  27. package/lib/es/locale/zh-CN.js +1 -1
  28. package/lib/es/locale/zh-TW.js +1 -1
  29. package/lib/facade.js +1 -1
  30. package/lib/index.js +1 -1
  31. package/lib/locale/ca-ES.js +1 -1
  32. package/lib/locale/en-US.js +1 -1
  33. package/lib/locale/es-ES.js +1 -1
  34. package/lib/locale/fa-IR.js +1 -1
  35. package/lib/locale/fr-FR.js +1 -1
  36. package/lib/locale/ja-JP.js +1 -1
  37. package/lib/locale/ko-KR.js +1 -1
  38. package/lib/locale/ru-RU.js +1 -1
  39. package/lib/locale/sk-SK.js +1 -1
  40. package/lib/locale/vi-VN.js +1 -1
  41. package/lib/locale/zh-CN.js +1 -1
  42. package/lib/locale/zh-TW.js +1 -1
  43. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +8 -5
  44. package/lib/types/controllers/collaboration/collaboration-state.d.ts +6 -4
  45. package/lib/types/controllers/collaboration/collaboration.controller.d.ts +4 -3
  46. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +4 -4
  47. package/lib/types/controllers/config.schema.d.ts +2 -2
  48. package/lib/types/controllers/telemetry.d.ts +1 -1
  49. package/lib/types/facade/f-collaboration.d.ts +6 -4
  50. package/lib/types/facade/f-event.d.ts +2 -2
  51. package/lib/types/facade/f-univer.d.ts +1 -1
  52. package/lib/types/locale/ca-ES.d.ts +1 -1
  53. package/lib/types/locale/es-ES.d.ts +1 -1
  54. package/lib/types/locale/fa-IR.d.ts +1 -1
  55. package/lib/types/locale/fr-FR.d.ts +1 -1
  56. package/lib/types/locale/ja-JP.d.ts +1 -1
  57. package/lib/types/locale/ko-KR.d.ts +1 -1
  58. package/lib/types/locale/ru-RU.d.ts +1 -1
  59. package/lib/types/locale/sk-SK.d.ts +1 -1
  60. package/lib/types/locale/vi-VN.d.ts +1 -1
  61. package/lib/types/locale/zh-CN.d.ts +1 -1
  62. package/lib/types/locale/zh-TW.d.ts +1 -1
  63. package/lib/types/plugin.d.ts +1 -1
  64. package/lib/types/services/auth-server/authz-io-http.service.d.ts +3 -2
  65. package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
  66. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +6 -4
  67. package/lib/types/services/collaboration-ui-event/collaboration-ui-event.d.ts +1 -1
  68. package/lib/types/services/comment/comment.service.d.ts +2 -2
  69. package/lib/types/services/data-loader/data-loader.service.d.ts +3 -2
  70. package/lib/types/services/image-remote/image-io.service.d.ts +6 -4
  71. package/lib/types/services/local-cache/local-cache.service.d.ts +4 -4
  72. package/lib/types/services/member/member.service.d.ts +4 -3
  73. package/lib/types/services/mention-server/mention-io-http.service.d.ts +2 -1
  74. package/lib/types/services/network-condition/network-condition.service.d.ts +2 -2
  75. package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +2 -1
  76. package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +2 -2
  77. package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +2 -2
  78. package/lib/types/services/socket/collaboration-socket.service.d.ts +9 -6
  79. package/lib/types/services/socket/serialize.d.ts +1 -1
  80. package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +4 -2
  81. package/lib/umd/facade.js +1 -1
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/en-US.js +1 -1
  85. package/lib/umd/locale/es-ES.js +1 -1
  86. package/lib/umd/locale/fa-IR.js +1 -1
  87. package/lib/umd/locale/fr-FR.js +1 -1
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.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-TW.js +1 -1
  95. package/package.json +14 -13
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- 'use strict';const _0x22fca2=_0x5238;(function(_0x279363,_0x1565b0){const _0x54ae6a=_0x5238,_0x4b4107=_0x279363();while(!![]){try{const _0xa89aee=-parseInt(_0x54ae6a(0x161))/0x1+-parseInt(_0x54ae6a(0x157))/0x2*(parseInt(_0x54ae6a(0x183))/0x3)+-parseInt(_0x54ae6a(0x168))/0x4*(parseInt(_0x54ae6a(0x147))/0x5)+parseInt(_0x54ae6a(0x15d))/0x6*(parseInt(_0x54ae6a(0x154))/0x7)+parseInt(_0x54ae6a(0x17c))/0x8+parseInt(_0x54ae6a(0x149))/0x9*(-parseInt(_0x54ae6a(0x185))/0xa)+parseInt(_0x54ae6a(0x16f))/0xb;if(_0xa89aee===_0x1565b0)break;else _0x4b4107['push'](_0x4b4107['shift']());}catch(_0x505e4e){_0x4b4107['push'](_0x4b4107['shift']());}}}(_0x2e25,0x36567));Object[_0x22fca2(0x14a)](exports,Symbol[_0x22fca2(0x177)],{'value':_0x22fca2(0x143)});function _0x2e25(){const _0x90b513=['switchMap','_snapshotService','registerEventHandler','toDisposable','FBase','74946itCfHM','MemberService','loadUnitOfRevision','Event','186027oQBBMd','SnapshotService','from','loadServerUnit','loadSheet','loadSheetAsync','members$','184sDtigH','loadActiveSheet','_univerInstanceService','NOT_COLLAB','DataLoaderService','fireEvent','getCollaboration','7037635yjjXZU','IUniverInstanceService','FEventName','subscribe','loadServerUnitOfRevision','FCollaboration','DisposableCollection','extend','toStringTag','get','disposeWithMe','length','entityInit$','1790272GjLdfR','getFocusedUnit','Inject','waitForRoom$','_handler','Injector','status$','15pRnqTl','createInstance','491390yIIfXZ','getOwnPropertyDescriptor','_initialize','Module','_injector','FEnum','loadActiveSheetAsync','14930VGGSpX','getCollaborationStatus','45ThYFxx','defineProperty','status','FUniver','getUniverSheet','CollaborationStatus','CollaborationStatusChanged','CollaborationController','add','_collaborationController','subscribeCollaborators','7fjVRgc','state','getUnitId','33766vRHtKQ'];_0x2e25=function(){return _0x90b513;};return _0x2e25();}const s=require('@univerjs-pro/collaboration-client'),l=require('@univerjs/core/facade'),n=require('@univerjs/core'),h=require('@univerjs-pro/collaboration'),d=require('rxjs');class v extends l['FEnum']{get['CollaborationStatus'](){const _0x2e7ab0=_0x22fca2;return s[_0x2e7ab0(0x14e)];}}l[_0x22fca2(0x145)][_0x22fca2(0x176)](v);class C{get[_0x22fca2(0x14f)](){const _0x5a479c=_0x22fca2;return _0x5a479c(0x14f);}}l[_0x22fca2(0x171)][_0x22fca2(0x176)](C);function _0x5238(_0x24bae4,_0xbf4169){_0x24bae4=_0x24bae4-0x142;const _0x2e25fe=_0x2e25();let _0x52381f=_0x2e25fe[_0x24bae4];return _0x52381f;}var S=Object[_0x22fca2(0x186)],g=(_0x140c1b,_0x552852,_0x6f92ae,_0xb6f562)=>{const _0x13f729=_0x22fca2;for(var _0x5e6cc1=_0xb6f562>0x1?void 0x0:_0xb6f562?S(_0x552852,_0x6f92ae):_0x552852,_0x16c6cf=_0x140c1b[_0x13f729(0x17a)]-0x1,_0x5894eb;_0x16c6cf>=0x0;_0x16c6cf--)(_0x5894eb=_0x140c1b[_0x16c6cf])&&(_0x5e6cc1=_0x5894eb(_0x5e6cc1)||_0x5e6cc1);return _0x5e6cc1;},b=(_0x2635d1,_0x222f0d)=>(_0x39cd76,_0x4a1227)=>_0x222f0d(_0x39cd76,_0x4a1227,_0x2635d1);exports[_0x22fca2(0x174)]=class extends l[_0x22fca2(0x15c)]{constructor(_0x2f43ce,_0x55e31f,_0x1d4067,_0x385207,_0x253b3a){const _0x326046=_0x22fca2;super(),this[_0x326046(0x180)]=_0x2f43ce,this[_0x326046(0x144)]=_0x55e31f,this[_0x326046(0x16a)]=_0x1d4067,this['_snapshotService']=_0x385207,this['_collaborationController']=_0x253b3a;}async[_0x22fca2(0x169)](){const _0xd62d9e=_0x22fca2;return this[_0xd62d9e(0x146)]();}async[_0x22fca2(0x146)](){throw new Error('[FCollaboration]:\x20this\x20method\x20should\x20be\x20override.');}async[_0x22fca2(0x165)](_0x209cb4){const _0x4147ca=_0x22fca2;return this[_0x4147ca(0x166)](_0x209cb4);}async[_0x22fca2(0x166)](_0x3effef,_0x371f33){const _0x591907=_0x22fca2;return await this[_0x591907(0x159)]['loadSheet'](_0x3effef,0x0,_0x371f33)?(await this[_0x591907(0x152)]['readyForCollab'](_0x3effef),this[_0x591907(0x180)]['getUniverSheet'](_0x3effef)):null;}[_0x22fca2(0x153)](_0x1509ef,_0x2e6035){const _0x22357b=_0x22fca2,_0x5b6999=this[_0x22357b(0x144)]['get'](s[_0x22357b(0x15e)])[_0x22357b(0x17f)](_0x1509ef)['pipe'](d[_0x22357b(0x158)](_0x336d8a=>_0x336d8a[_0x22357b(0x167)]))[_0x22357b(0x172)](_0x3c9a57=>_0x2e6035(Array[_0x22357b(0x163)](_0x3c9a57['values']())));return n[_0x22357b(0x15b)](_0x5b6999);}[_0x22fca2(0x148)](_0x30708a){const _0x486c68=_0x22fca2;var _0x384972;let _0x2a7ad8;if(_0x30708a)_0x2a7ad8=_0x30708a;else{const _0x50182b=this[_0x486c68(0x16a)][_0x486c68(0x17d)]();_0x2a7ad8=_0x50182b==null?void 0x0:_0x50182b[_0x486c68(0x156)]();}if(!_0x2a7ad8)return s[_0x486c68(0x14e)][_0x486c68(0x16b)];const _0x14e998=this[_0x486c68(0x152)]['getCollabEntity'](_0x2a7ad8);return(_0x384972=_0x14e998==null?void 0x0:_0x14e998[_0x486c68(0x155)][_0x486c68(0x14b)])!=null?_0x384972:s['CollaborationStatus'][_0x486c68(0x16b)];}},exports[_0x22fca2(0x174)]=g([b(0x1,n['Inject'](n[_0x22fca2(0x181)])),b(0x2,n[_0x22fca2(0x170)]),b(0x3,n[_0x22fca2(0x17e)](h[_0x22fca2(0x162)])),b(0x4,n['Inject'](s[_0x22fca2(0x150)]))],exports[_0x22fca2(0x174)]);class _ extends l['FUniver']{[_0x22fca2(0x142)](_0x5ff518){const _0x3f3ab2=_0x22fca2,_0x428ecc=_0x5ff518[_0x3f3ab2(0x178)](s[_0x3f3ab2(0x150)]);this[_0x3f3ab2(0x179)](this[_0x3f3ab2(0x15a)](this[_0x3f3ab2(0x160)][_0x3f3ab2(0x14f)],()=>{const _0x389919=_0x3f3ab2,_0x21cf37=new n[(_0x389919(0x175))](),_0x31e557=_0x428ecc[_0x389919(0x17b)][_0x389919(0x172)](_0x4e469d=>{const _0x2b57da=_0x389919,_0xa4e1b0=_0x4e469d[_0x2b57da(0x182)][_0x2b57da(0x172)](_0x1500af=>{const _0x13f93f=_0x2b57da;this[_0x13f93f(0x16d)](this[_0x13f93f(0x160)][_0x13f93f(0x14f)],{'unitId':_0x4e469d['unitID'],'status':_0x1500af});});_0x21cf37[_0x2b57da(0x151)](n[_0x2b57da(0x15b)](_0xa4e1b0));});return _0x21cf37[_0x389919(0x151)](n[_0x389919(0x15b)](_0x31e557)),_0x21cf37;}));}[_0x22fca2(0x16e)](){const _0x362ad3=_0x22fca2;return this[_0x362ad3(0x144)][_0x362ad3(0x184)](exports[_0x362ad3(0x174)],{'getUniverSheet':_0x106092=>this[_0x362ad3(0x14d)](_0x106092)});}[_0x22fca2(0x164)](_0x303b3f,_0x2babce,_0x4314f6){const _0xe89ba5=_0x22fca2;return this[_0xe89ba5(0x144)][_0xe89ba5(0x178)](s[_0xe89ba5(0x16c)])['loadUnit'](_0x303b3f,_0x2babce,_0x4314f6);}[_0x22fca2(0x173)](_0x4e2ee8,_0x5cd66b,_0x2005ac){const _0xabd210=_0x22fca2;return this[_0xabd210(0x144)][_0xabd210(0x178)](s['DataLoaderService'])[_0xabd210(0x15f)](_0x4e2ee8,_0x5cd66b,_0x2005ac);}}l[_0x22fca2(0x14c)][_0x22fca2(0x176)](_);
1
+ const _0x8b4ed5=_0x3b8b;(function(_0x48f46e,_0x463f11){const _0x54d4da=_0x3b8b,_0x4a1e66=_0x48f46e();while(!![]){try{const _0xfba520=parseInt(_0x54d4da(0x1ab))/0x1*(-parseInt(_0x54d4da(0x1bc))/0x2)+parseInt(_0x54d4da(0x1ca))/0x3*(parseInt(_0x54d4da(0x1d6))/0x4)+parseInt(_0x54d4da(0x1e9))/0x5*(-parseInt(_0x54d4da(0x1d5))/0x6)+parseInt(_0x54d4da(0x1df))/0x7+-parseInt(_0x54d4da(0x1c3))/0x8*(parseInt(_0x54d4da(0x1b3))/0x9)+-parseInt(_0x54d4da(0x1d4))/0xa*(parseInt(_0x54d4da(0x1ce))/0xb)+-parseInt(_0x54d4da(0x1da))/0xc*(-parseInt(_0x54d4da(0x1c8))/0xd);if(_0xfba520===_0x463f11)break;else _0x4a1e66['push'](_0x4a1e66['shift']());}catch(_0x496fef){_0x4a1e66['push'](_0x4a1e66['shift']());}}}(_0x44d2,0x6f066),Object[_0x8b4ed5(0x1e6)](exports,Symbol['toStringTag'],{'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 _0x44d2(){const _0x5d82ec=['_snapshotService','object','function','defineProperty','loadServerUnitOfRevision','Injector','210fBAtLT','FEnum','getUniverSheet','FEventName','30181iBXFFK','add','decorate','loadUnitOfRevision','_initialize','_collaborationController','CollaborationStatusChanged','CollaborationController','562131iGVzaY','_univerInstanceService','pipe','SnapshotService','getUnitId','NOT_COLLAB','Event','loadSheetAsync','subscribe','14WYbDqj','MemberService','getCollaborationStatus','[FCollaboration]:\x20this\x20method\x20should\x20be\x20override.','_injector','FBase','registerEventHandler','56NdQZxf','loadActiveSheetAsync','FUniver','extend','DisposableCollection','1069289LVhIqE','loadServerUnit','6smjcDV','Inject','CollaborationStatus','length','8041341xlkrWE','get','status','status$','getOwnPropertyDescriptor','toDisposable','10RyAKhg','10782rEzpWy','1047884KnUXiw','loadActiveSheet','subscribeCollaborators','disposeWithMe','96qpjknj','fireEvent','FCollaboration','unitID','from','5094439Ukrslz','createInstance','getCollabEntity','DataLoaderService'];_0x44d2=function(){return _0x5d82ec;};return _0x44d2();}function _0x3b8b(_0x230006,_0x1dbf13){_0x230006=_0x230006-0x1a9;const _0x44d292=_0x44d2();let _0x3b8bb7=_0x44d292[_0x230006];return _0x3b8bb7;}var a=class extends t[_0x8b4ed5(0x1ea)]{get['CollaborationStatus'](){const _0xd350d2=_0x8b4ed5;return e[_0xd350d2(0x1cc)];}};t[_0x8b4ed5(0x1ea)][_0x8b4ed5(0x1c6)](a);var o=class{get[_0x8b4ed5(0x1b1)](){const _0x314883=_0x8b4ed5;return _0x314883(0x1b1);}};t[_0x8b4ed5(0x1aa)][_0x8b4ed5(0x1c6)](o);function s(_0x2d9532,_0x58525){return function(_0x31ea75,_0xfa7b6f){_0x58525(_0x31ea75,_0xfa7b6f,_0x2d9532);};}function c(_0x73d860,_0x567384,_0x4ca3f7,_0x3ce85d){const _0x40e4ca=_0x8b4ed5;var _0x153bb1=arguments[_0x40e4ca(0x1cd)],_0xe643e2=_0x153bb1<0x3?_0x567384:_0x3ce85d===null?_0x3ce85d=Object[_0x40e4ca(0x1d2)](_0x567384,_0x4ca3f7):_0x3ce85d,_0xc2339f;if(typeof Reflect==_0x40e4ca(0x1e4)&&typeof Reflect['decorate']==_0x40e4ca(0x1e5))_0xe643e2=Reflect[_0x40e4ca(0x1ad)](_0x73d860,_0x567384,_0x4ca3f7,_0x3ce85d);else{for(var _0x15711e=_0x73d860[_0x40e4ca(0x1cd)]-0x1;_0x15711e>=0x0;_0x15711e--)(_0xc2339f=_0x73d860[_0x15711e])&&(_0xe643e2=(_0x153bb1<0x3?_0xc2339f(_0xe643e2):_0x153bb1>0x3?_0xc2339f(_0x567384,_0x4ca3f7,_0xe643e2):_0xc2339f(_0x567384,_0x4ca3f7))||_0xe643e2);}return _0x153bb1>0x3&&_0xe643e2&&Object['defineProperty'](_0x567384,_0x4ca3f7,_0xe643e2),_0xe643e2;}let l=class extends t[_0x8b4ed5(0x1c1)]{constructor(_0x4ab8fd,_0x212f61,_0x51f203,_0x5715e7,_0x224edd){const _0x1eec70=_0x8b4ed5;super(),this['_handler']=_0x4ab8fd,this['_injector']=_0x212f61,this['_univerInstanceService']=_0x51f203,this[_0x1eec70(0x1e3)]=_0x5715e7,this[_0x1eec70(0x1b0)]=_0x224edd;}async[_0x8b4ed5(0x1d7)](){const _0x214a8d=_0x8b4ed5;return this[_0x214a8d(0x1c4)]();}async[_0x8b4ed5(0x1c4)](){const _0x261a4a=_0x8b4ed5;throw Error(_0x261a4a(0x1bf));}async['loadSheet'](_0x42c707){const _0x31b71e=_0x8b4ed5;return this[_0x31b71e(0x1ba)](_0x42c707);}async[_0x8b4ed5(0x1ba)](_0xce6049,_0x3bbfbb){const _0x3996d6=_0x8b4ed5;return await this['_snapshotService']['loadSheet'](_0xce6049,0x0,_0x3bbfbb)?(await this[_0x3996d6(0x1b0)]['readyForCollab'](_0xce6049),this['_handler']['getUniverSheet'](_0xce6049)):null;}[_0x8b4ed5(0x1d8)](_0x30ec84,_0xa701f0){const _0x3a5134=_0x8b4ed5;return(0x0,n[_0x3a5134(0x1d3)])(this[_0x3a5134(0x1c0)][_0x3a5134(0x1cf)](e[_0x3a5134(0x1bd)])['waitForRoom$'](_0x30ec84)[_0x3a5134(0x1b5)]((0x0,i['switchMap'])(_0x4a1644=>_0x4a1644['members$']))[_0x3a5134(0x1bb)](_0x2b81de=>_0xa701f0(Array[_0x3a5134(0x1de)](_0x2b81de['values']()))));}[_0x8b4ed5(0x1be)](_0x506a8){const _0x56539c=_0x8b4ed5;var _0x596826;let _0x52a49c;if(_0x506a8)_0x52a49c=_0x506a8;else{let _0x243c92=this[_0x56539c(0x1b4)]['getFocusedUnit']();_0x52a49c=_0x243c92==null?void 0x0:_0x243c92[_0x56539c(0x1b7)]();}if(!_0x52a49c)return e[_0x56539c(0x1cc)][_0x56539c(0x1b8)];let _0x420fb9=this[_0x56539c(0x1b0)][_0x56539c(0x1e1)](_0x52a49c);return(_0x596826=_0x420fb9==null?void 0x0:_0x420fb9['state'][_0x56539c(0x1d0)])==null?e[_0x56539c(0x1cc)][_0x56539c(0x1b8)]:_0x596826;}};l=c([s(0x1,(0x0,n[_0x8b4ed5(0x1cb)])(n[_0x8b4ed5(0x1e8)])),s(0x2,n['IUniverInstanceService']),s(0x3,(0x0,n['Inject'])(r[_0x8b4ed5(0x1b6)])),s(0x4,(0x0,n['Inject'])(e['CollaborationController']))],l);var u=class extends t[_0x8b4ed5(0x1c5)]{[_0x8b4ed5(0x1af)](_0x5572ed){const _0x36151f=_0x8b4ed5;let _0x3940b3=_0x5572ed['get'](e[_0x36151f(0x1b2)]);this[_0x36151f(0x1d9)](this[_0x36151f(0x1c2)](this[_0x36151f(0x1b9)][_0x36151f(0x1b1)],()=>{const _0x338379=_0x36151f;let _0xd41185=new n[(_0x338379(0x1c7))](),_0x3b5400=_0x3940b3['entityInit$'][_0x338379(0x1bb)](_0x4d3ab6=>{const _0x3a2c6d=_0x338379;let _0xc513ea=_0x4d3ab6[_0x3a2c6d(0x1d1)][_0x3a2c6d(0x1bb)](_0x4579a8=>{const _0x139ac4=_0x3a2c6d;this[_0x139ac4(0x1db)](this[_0x139ac4(0x1b9)][_0x139ac4(0x1b1)],{'unitId':_0x4d3ab6[_0x139ac4(0x1dd)],'status':_0x4579a8});});_0xd41185['add']((0x0,n['toDisposable'])(_0xc513ea));});return _0xd41185[_0x338379(0x1ac)]((0x0,n['toDisposable'])(_0x3b5400)),_0xd41185;}));}['getCollaboration'](){const _0x5f13aa=_0x8b4ed5;return this[_0x5f13aa(0x1c0)][_0x5f13aa(0x1e0)](l,{'getUniverSheet':_0x12fd44=>this[_0x5f13aa(0x1a9)](_0x12fd44)});}[_0x8b4ed5(0x1c9)](_0x51e1cd,_0x611153,_0x2e8e83){const _0x3153c5=_0x8b4ed5;return this[_0x3153c5(0x1c0)][_0x3153c5(0x1cf)](e[_0x3153c5(0x1e2)])['loadUnit'](_0x51e1cd,_0x611153,_0x2e8e83);}[_0x8b4ed5(0x1e7)](_0x25a5b2,_0x11c119,_0x3754a7){const _0x48cd0a=_0x8b4ed5;return this['_injector']['get'](e[_0x48cd0a(0x1e2)])[_0x48cd0a(0x1ae)](_0x25a5b2,_0x11c119,_0x3754a7);}};t['FUniver']['extend'](u),Object[_0x8b4ed5(0x1e6)](exports,_0x8b4ed5(0x1dc),{'enumerable':!0x0,'get':function(){return l;}});