@univerjs-pro/collaboration-client 1.0.0-alpha.2 → 1.0.0-alpha.4

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 (97) 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 +8 -2
  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/data-loader/data-loader.service.d.ts +1 -1
  75. package/lib/types/services/image-remote/image-io.service.d.ts +2 -4
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +15 -16
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- const _0x8a6054=_0x4e5e;(function(_0x54b0aa,_0x5a64c9){const _0x320258=_0x4e5e,_0x1dafdd=_0x54b0aa();while(!![]){try{const _0x35a540=parseInt(_0x320258(0x3a4))/0x1*(parseInt(_0x320258(0x2b8))/0x2)+parseInt(_0x320258(0x215))/0x3+parseInt(_0x320258(0x2b9))/0x4+parseInt(_0x320258(0x34c))/0x5+parseInt(_0x320258(0x3e7))/0x6*(parseInt(_0x320258(0x2cb))/0x7)+-parseInt(_0x320258(0x31b))/0x8+-parseInt(_0x320258(0x229))/0x9*(parseInt(_0x320258(0x395))/0xa);if(_0x35a540===_0x5a64c9)break;else _0x1dafdd['push'](_0x1dafdd['shift']());}catch(_0xf8e8ed){_0x1dafdd['push'](_0x1dafdd['shift']());}}}(_0x13e4,0x5addb));import{ApplyBaseJson1Mutation as _0x3f56f6}from'@univerjs-pro/bases';import{CollaborationEvent as _0xaf3ca4,CompressMutationService as _0x3076ce,EmptyMutationInfo as _0x5ee03a,ISnapshotServerService as _0x17f9a7,ITransformService as _0x3a7b09,RevisionService as _0x2ae16f,SnapshotService as _0x298033,UniverCollaborationPlugin as _0x1e3474,b64DecodeUnicode as _0x53de1d,isTransformChangesetsSuccess as _0x6b1d9c,isTransformMutationsWithChangesetFailure as _0x9ff381,isTransformMutationsWithChangesetSuccess as _0x3b86d9,mapDocumentTypeToUniverInstanceType as _0x352118,parseChangesetToProtocol as _0x1302d1,parseProtocolChangeset as _0x5aeffd,textEncoder as _0x59abbe,uuidv4 as _0x5f1132}from'@univerjs-pro/collaboration';import{CommandType as _0x5e8c41,DependentOn as _0x3ad841,Disposable as _0x4dd34b,DisposableCollection as _0x1d27be,IAuthzIoService as _0x3854b9,ICommandService as _0x1b4da7,IConfigService as _0x29206e,IContextService as _0x190113,ILogService as _0x2b6744,IMentionIOService as _0xa55784,IPermissionService as _0x4fbdaa,IUndoRedoService as _0x5995ce,IUniverInstanceService as _0x3ca986,Inject as _0xaba5e9,Injector as _0x126fc9,JSONX as _0x330f55,LocalUndoRedoService as _0x6d510e,LocaleService as _0x5d1c63,MentionType as _0x212032,Optional as _0x44ad0b,Plugin as _0x4c6e74,Quantity as _0x419f27,Rectangle as _0x519e4d,RxDisposable as _0x2cad8a,Tools as _0x4d0fc4,UniverInstanceType as _0x21be62,UserManagerService as _0x319e28,Workbook as _0x593fc2,createIdentifier as _0x1460b1,generateRandomId as _0x2f5c77,isInternalEditorID as _0x576038,merge as _0x18c740,mergeOverrideWithDependencies as _0x4845fd,registerDependencies as _0x4a7397,resolveWithBasePath as _0x1715f8,sequenceExecute as _0x50d83a,toDisposable as _0x38efac,touchDependencies as _0x363b5d}from'@univerjs/core';import{DocStateChangeManagerService as _0x31afd,RichTextEditingMutation as _0x58b552}from'@univerjs/docs';import{InsertSheetMutation as _0x4b75c9,SetSelectionsOperation as _0x7c2e48,SheetPermissionInitController as _0x3e6270,SheetsSelectionsService as _0x40d635,WorkbookEditablePermission as _0x15b1fe}from'@univerjs/sheets';import{BehaviorSubject as _0xe5e901,ReplaySubject as _0x542921,Subject as _0x40a752,concatMap as _0x521ccf,firstValueFrom as _0x277b96,map as _0x3e2b04,merge as _0x6051a6,of as _0x286aef,shareReplay as _0x350751,take as _0x207f3d,takeUntil as _0x433254}from'rxjs';import{CmdRspCode as _0x98405f,CombCmd as _0x4741b3,ErrorCode as _0x5abdf9,FileSource as _0x1e4ced}from'@univerjs/protocol';import{ITelemetryService as _0x5ab129}from'@univerjs/telemetry';import{delay as _0x10be0c,filter as _0x53e111,map as _0x3685dc,take as _0x23c1e7,takeUntil as _0x4b0be1}from'rxjs/operators';import{AddSlidePageMutation as _0xaa3f77,EnsureSlideMasterPageMutation as _0x2a139f,MoveSlidePageMutation as _0x399910,RemoveSlidePageMutation as _0x42ca93}from'@univerjs-pro/slides';import{HTTPRequest as _0x2e2e88,HTTPService as _0xbf1860,ISocketService as _0x5c41dd,MergeInterceptorFactory as _0x15b5e1,ThresholdInterceptorFactory as _0x266a98,UniverNetworkPlugin as _0x2fe6ef}from'@univerjs/network';import{UniverLicensePlugin as _0x236b97,getGlobalObject as _0x217b08}from'@univerjs-pro/license';import{DRAWING_IMAGE_ALLOW_IMAGE_LIST as _0x1581da,IImageIoService as _0x536aa2,ImageSourceType as _0x4f5e7e,ImageUploadStatusType as _0x2d0a7a,getDrawingImageAllowSize as _0x38298b}from'@univerjs/drawing';import{cbc as _0x1ba736}from'@noble/ciphers/aes.js';import{concatBytes as _0x2a1100,randomBytes as _0xafcec8,utf8ToBytes as _0x23c2da}from'@noble/ciphers/utils.js';const F=_0x8a6054(0x39d),gt={},_t='ws://127.0.0.1:8000/universer-api/comb/connect',vt='/universer-api/user/session-ticket',yt=_0x8a6054(0x28e),bt=_0x8a6054(0x460),xt=0x4e20,St=_0x8a6054(0x353),Ct=_0x8a6054(0x369),wt=0x3e8,Tt=_0x8a6054(0x2c9),Et='/universer-api/uniscript';function Dt(_0x433ec4){const _0x18c206=_0x8a6054;return JSON[_0x18c206(0x331)](_0x433ec4)[_0x18c206(0x2fb)];}function Ot(_0xf23c71){'@babel/helpers - typeof';const _0xe75240=_0x8a6054;return Ot=typeof Symbol==_0xe75240(0x39a)&&typeof Symbol[_0xe75240(0x219)]=='symbol'?function(_0x1c0f97){return typeof _0x1c0f97;}:function(_0x3f2d9e){const _0x18060f=_0xe75240;return _0x3f2d9e&&typeof Symbol==_0x18060f(0x39a)&&_0x3f2d9e[_0x18060f(0x232)]===Symbol&&_0x3f2d9e!==Symbol[_0x18060f(0x323)]?_0x18060f(0x377):typeof _0x3f2d9e;},Ot(_0xf23c71);}function kt(_0xa8bc97,_0x27a7e4){const _0x500bde=_0x8a6054;if(Ot(_0xa8bc97)!=_0x500bde(0x244)||!_0xa8bc97)return _0xa8bc97;var _0x2634fb=_0xa8bc97[Symbol[_0x500bde(0x342)]];if(_0x2634fb!==void 0x0){var _0x48ef5b=_0x2634fb[_0x500bde(0x1f6)](_0xa8bc97,_0x27a7e4||'default');if(Ot(_0x48ef5b)!=_0x500bde(0x244))return _0x48ef5b;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x27a7e4===_0x500bde(0x469)?String:Number)(_0xa8bc97);}function At(_0x2f41f4){const _0x4ee3d4=_0x8a6054;var _0xc0fac1=kt(_0x2f41f4,_0x4ee3d4(0x469));return Ot(_0xc0fac1)==_0x4ee3d4(0x377)?_0xc0fac1:_0xc0fac1+'';}function I(_0xc49c0f,_0x224393,_0x3a5c9d){const _0x303dab=_0x8a6054;return(_0x224393=At(_0x224393))in _0xc49c0f?Object[_0x303dab(0x36c)](_0xc49c0f,_0x224393,{'value':_0x3a5c9d,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0xc49c0f[_0x224393]=_0x3a5c9d,_0xc49c0f;}let jt=function(_0x58e774){const _0x598585=_0x8a6054;return _0x58e774[_0x598585(0x2c2)]=_0x598585(0x2c2),_0x58e774[_0x598585(0x34d)]=_0x598585(0x34d),_0x58e774[_0x598585(0x456)]=_0x598585(0x456),_0x58e774['CLOSE_ROOM']=_0x598585(0x261),_0x58e774['JOIN_ROOM_FAILED']=_0x598585(0x224),_0x58e774['SOCKET_FAILED_RETRY']=_0x598585(0x44f),_0x58e774['SOCKET_FAILED']=_0x598585(0x426),_0x58e774['SUBMIT_CHANGESET_TIMEOUT']=_0x598585(0x207),_0x58e774;}({});var L=class{constructor(){const _0x3217e0=_0x8a6054;I(this,_0x3217e0(0x3ac),new _0x40a752()),I(this,_0x3217e0(0x39b),this[_0x3217e0(0x3ac)][_0x3217e0(0x2a7)]());}[_0x8a6054(0x264)](_0x5b3a9c){this['_event$']['next'](_0x5b3a9c);}},Mt=class{constructor(){const _0x2121fe=_0x8a6054;I(this,_0x2121fe(0x23c),new _0x40a752()),I(this,_0x2121fe(0x2b2),this['_commentUpdate$'][_0x2121fe(0x2a7)]());}[_0x8a6054(0x326)](_0x1a6470){const _0x154c0d=_0x8a6054;this['_commentUpdate$'][_0x154c0d(0x23e)](_0x1a6470);}};function R(_0x3330bc,_0x5cf6b5){return function(_0xd7834a,_0x5e057b){_0x5cf6b5(_0xd7834a,_0x5e057b,_0x3330bc);};}function z(_0x2185c4,_0x4cf367,_0x2b5a74,_0x524510){const _0x18e1dc=_0x8a6054;var _0x3240c0=arguments[_0x18e1dc(0x2fb)],_0x54dd99=_0x3240c0<0x3?_0x4cf367:_0x524510===null?_0x524510=Object['getOwnPropertyDescriptor'](_0x4cf367,_0x2b5a74):_0x524510,_0x26a067;if(typeof Reflect==_0x18e1dc(0x244)&&typeof Reflect['decorate']==_0x18e1dc(0x39a))_0x54dd99=Reflect[_0x18e1dc(0x233)](_0x2185c4,_0x4cf367,_0x2b5a74,_0x524510);else{for(var _0x4037e4=_0x2185c4[_0x18e1dc(0x2fb)]-0x1;_0x4037e4>=0x0;_0x4037e4--)(_0x26a067=_0x2185c4[_0x4037e4])&&(_0x54dd99=(_0x3240c0<0x3?_0x26a067(_0x54dd99):_0x3240c0>0x3?_0x26a067(_0x4cf367,_0x2b5a74,_0x54dd99):_0x26a067(_0x4cf367,_0x2b5a74))||_0x54dd99);}return _0x3240c0>0x3&&_0x54dd99&&Object[_0x18e1dc(0x36c)](_0x4cf367,_0x2b5a74,_0x54dd99),_0x54dd99;}let B=class extends _0x4dd34b{constructor(_0x11a8b0,_0x39b9de){const _0x1035fa=_0x8a6054;super(),this[_0x1035fa(0x42c)]=_0x11a8b0,this[_0x1035fa(0x2b0)]=_0x39b9de,I(this,_0x1035fa(0x2e5),new Map()),I(this,_0x1035fa(0x2d7),new _0x40a752()),this[_0x1035fa(0x368)](_0x6051a6(this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x21be62['UNIVER_SHEET'])[_0x1035fa(0x320)](_0x3685dc(_0x42729e=>_0x42729e[_0x1035fa(0x2c1)]())),this[_0x1035fa(0x42c)][_0x1035fa(0x365)](_0x21be62[_0x1035fa(0x28a)])[_0x1035fa(0x320)](_0x3685dc(_0x43c2bf=>_0x43c2bf[_0x1035fa(0x2c1)]())),this[_0x1035fa(0x42c)][_0x1035fa(0x365)](_0x21be62[_0x1035fa(0x2ee)])[_0x1035fa(0x320)](_0x3685dc(_0x59bff0=>_0x59bff0[_0x1035fa(0x2c1)]())))[_0x1035fa(0x2f8)](_0x5179d8=>this[_0x1035fa(0x1f9)](_0x5179d8)));}[_0x8a6054(0x2a1)](_0x3a692f){const _0x55f5ab=_0x8a6054;return this[_0x55f5ab(0x2e5)][_0x55f5ab(0x3b6)](_0x3a692f)?_0x286aef(this[_0x55f5ab(0x2e5)][_0x55f5ab(0x44e)](_0x3a692f)):this['_roomCreated$'][_0x55f5ab(0x320)](_0x3685dc(_0x28bfce=>{const _0x525fd6=_0x55f5ab;if(_0x28bfce===_0x3a692f)return this[_0x525fd6(0x2e5)][_0x525fd6(0x44e)](_0x28bfce);}));}[_0x8a6054(0x3a3)](_0x31da4e){const _0xb62af5=_0x8a6054;this['_userManagerService'][_0xb62af5(0x3a3)](_0x31da4e);}[_0x8a6054(0x351)](){const _0x174c76=_0x8a6054;return this[_0x174c76(0x2b0)][_0x174c76(0x351)]();}[_0x8a6054(0x462)](_0x23bbaf,_0x394eb5){const _0x307a07=_0x8a6054;let _0x383db1=this[_0x307a07(0x2e5)][_0x307a07(0x44e)](_0x23bbaf);_0x383db1||(_0x383db1=new Nt(),this[_0x307a07(0x2e5)]['set'](_0x23bbaf,_0x383db1),this[_0x307a07(0x2d7)][_0x307a07(0x23e)](_0x23bbaf)),_0x383db1[_0x307a07(0x462)](_0x394eb5);}['removeMember'](_0x1521b2,_0x779959){const _0x38a209=_0x8a6054;let _0x6b0d76=this['_roomMembers']['get'](_0x1521b2);_0x6b0d76&&_0x6b0d76[_0x38a209(0x21c)](_0x779959);}[_0x8a6054(0x448)](_0x33ff16){const _0x1a533d=_0x8a6054;return this['_roomMembers'][_0x1a533d(0x44e)](_0x33ff16);}['getMember'](_0x5945ad,_0x27229e){const _0x2663fa=_0x8a6054;let _0x19d60c=this[_0x2663fa(0x2e5)][_0x2663fa(0x44e)](_0x5945ad);if(_0x19d60c)return _0x19d60c['getMember'](_0x27229e);}['_removeRoom'](_0x51d076){const _0x276a25=_0x8a6054;let _0x37ba04=this[_0x276a25(0x2e5)][_0x276a25(0x44e)](_0x51d076);_0x37ba04&&(_0x37ba04[_0x276a25(0x457)](),this[_0x276a25(0x2e5)]['delete'](_0x51d076));}[_0x8a6054(0x457)](){const _0x104971=_0x8a6054;this[_0x104971(0x2e5)][_0x104971(0x380)](_0x346ad6=>_0x346ad6[_0x104971(0x457)]()),this[_0x104971(0x2e5)][_0x104971(0x2b6)](),this['_roomCreated$']['complete']();}};B=z([R(0x0,_0x3ca986),R(0x1,_0xaba5e9(_0x319e28))],B);var Nt=class extends _0x4dd34b{constructor(..._0x4b13a8){const _0xa1f4ca=_0x8a6054;super(..._0x4b13a8),I(this,_0xa1f4ca(0x250),new Map()),I(this,_0xa1f4ca(0x2d2),new _0xe5e901(this[_0xa1f4ca(0x250)])),I(this,'members$',this[_0xa1f4ca(0x2d2)]['asObservable']());}['dispose'](){const _0x5ac5de=_0x8a6054;this['_members'][_0x5ac5de(0x2b6)](),this['_members$'][_0x5ac5de(0x2f1)]();}['updateMember'](_0x287b0c){const _0x3ff2a6=_0x8a6054;this[_0x3ff2a6(0x250)][_0x3ff2a6(0x2f4)](_0x287b0c[_0x3ff2a6(0x36a)],_0x287b0c),this['_emitMembers']();}[_0x8a6054(0x21c)](_0xa98eb1){const _0x14dae6=_0x8a6054;this[_0x14dae6(0x250)][_0x14dae6(0x24b)](_0xa98eb1),this[_0x14dae6(0x31a)]();}['getMember'](_0x5aa2a3){const _0x11ae89=_0x8a6054;return this[_0x11ae89(0x250)][_0x11ae89(0x44e)](_0x5aa2a3);}[_0x8a6054(0x399)](){const _0x26b1c1=_0x8a6054;return Array[_0x26b1c1(0x437)](this[_0x26b1c1(0x250)][_0x26b1c1(0x41e)]());}[_0x8a6054(0x31a)](){const _0x596982=_0x8a6054;this[_0x596982(0x2d2)][_0x596982(0x23e)](this[_0x596982(0x250)]);}};let Pt=function(_0x43c115){const _0x1d116e=_0x8a6054;return _0x43c115[_0x43c115[_0x1d116e(0x379)]=0x0]='IDLE',_0x43c115[_0x43c115[_0x1d116e(0x384)]=0x1]='JOINING',_0x43c115[_0x43c115[_0x1d116e(0x340)]=0x2]=_0x1d116e(0x340),_0x43c115[_0x43c115[_0x1d116e(0x237)]=0x3]='ONLINE',_0x43c115;}({});const Ft={[_0x98405f[_0x8a6054(0x3d5)]]:_0x8a6054(0x3b9),[_0x98405f[_0x8a6054(0x3ce)]]:'session.room-full',[_0x98405f[_0x8a6054(0x3d2)]]:_0x8a6054(0x3c2),[_0x98405f[_0x8a6054(0x310)]]:_0x8a6054(0x273),[_0x98405f['GLOBAL_ROOMS_CNT_EXCEEDS']]:_0x8a6054(0x3a1)};let It=class extends _0x2cad8a{get[_0x8a6054(0x440)](){const _0x4b16b1=_0x8a6054;return this['_sessionStatus$'][_0x4b16b1(0x421)]();}constructor(_0x1c38e9,_0x52fae1,_0x546a74,_0xed99c7,_0x5da87a,_0xf8ab53,_0x2cac90,_0x190264){const _0x14e728=_0x8a6054;super(),this[_0x14e728(0x311)]=_0x1c38e9,this[_0x14e728(0x31e)]=_0x546a74,this[_0x14e728(0x34a)]=_0xed99c7,this[_0x14e728(0x38e)]=_0x5da87a,this[_0x14e728(0x445)]=_0xf8ab53,this[_0x14e728(0x316)]=_0x2cac90,this['_telemetryService']=_0x190264,I(this,'_sessionStatus$',new _0xe5e901(0x0)),I(this,'sessionStatus$',this[_0x14e728(0x283)][_0x14e728(0x2a7)]()),I(this,_0x14e728(0x3ac),new _0x40a752()),I(this,_0x14e728(0x39b),this[_0x14e728(0x3ac)]['asObservable']()),I(this,'_socket',void 0x0),I(this,_0x14e728(0x3a8),void 0x0),I(this,_0x14e728(0x3c1),void 0x0),I(this,_0x14e728(0x44b),!0x1),I(this,_0x14e728(0x40a),null),this[_0x14e728(0x44b)]=!!this['_telemetryService'],_0x52fae1[_0x14e728(0x320)](_0x433254(this[_0x14e728(0x348)]))[_0x14e728(0x2f8)](_0x402db6=>{const _0xf64751=_0x14e728;if(_0x402db6!==void 0x0){if(this[_0xf64751(0x383)]=_0x402db6,_0x402db6)this['_joinRoom'](_0x402db6),this[_0xf64751(0x3a8)]=_0x402db6[_0xf64751(0x400)][_0xf64751(0x2f8)](_0x13e42c=>{const _0x37e04d=_0xf64751;_0x13e42c[_0x37e04d(0x3dd)]===this['_unitID']&&this[_0x37e04d(0x30e)](_0x13e42c);});else{var _0x2c0207;this[_0xf64751(0x1f3)](),this[_0xf64751(0x283)][_0xf64751(0x23e)](0x2),(_0x2c0207=this[_0xf64751(0x3a8)])==null||_0x2c0207[_0xf64751(0x30d)](),this[_0xf64751(0x3a8)]=null;}}});}[_0x8a6054(0x2c6)](){const _0x53267c=_0x8a6054;var _0x3a5ddc,_0x397d84;return(_0x3a5ddc=(_0x397d84=this[_0x53267c(0x383)])==null?void 0x0:_0x397d84[_0x53267c(0x36a)])==null?null:_0x3a5ddc;}[_0x8a6054(0x457)](){const _0x4a674c=_0x8a6054;super['dispose'](),this[_0x4a674c(0x282)](),this['dispose$'][_0x4a674c(0x23e)](),this[_0x4a674c(0x348)][_0x4a674c(0x2f1)]();}[_0x8a6054(0x282)](){const _0xdcf8c4=_0x8a6054;var _0x30bdb6,_0x55cb83;this[_0xdcf8c4(0x1f3)](),(_0x30bdb6=this[_0xdcf8c4(0x383)])==null||_0x30bdb6[_0xdcf8c4(0x20d)]({'cmd':_0x4741b3[_0xdcf8c4(0x3b5)],'data':{'roomID':this['_unitID']}}),(_0x55cb83=this[_0xdcf8c4(0x383)])==null||_0x55cb83[_0xdcf8c4(0x282)](),this['_event$'][_0xdcf8c4(0x2f1)](),this[_0xdcf8c4(0x283)][_0xdcf8c4(0x2f1)]();}['_onCombEvent'](_0x57017c){const _0x1842a8=_0x8a6054;_0x57017c['cmd']===_0x4741b3[_0x1842a8(0x3cb)]?this[_0x1842a8(0x312)](_0x57017c):_0x57017c[_0x1842a8(0x39f)]===_0x4741b3[_0x1842a8(0x336)]&&this[_0x1842a8(0x1fc)](_0x57017c);}[_0x8a6054(0x3b1)](_0xe4d2f2){const _0x10c7a4=_0x8a6054;this[_0x10c7a4(0x283)][_0x10c7a4(0x23e)](0x1),_0xe4d2f2[_0x10c7a4(0x20d)]({'cmd':_0x4741b3['JOIN'],'routeKey':this[_0x10c7a4(0x311)],'routeType':'','data':{'rooms':[{'roomID':this[_0x10c7a4(0x311)]}]}});}[_0x8a6054(0x312)](_0x5d4444){const _0x3d7f74=_0x8a6054;var _0x53f575;if(_0x5d4444[_0x3d7f74(0x433)]in Ft){this[_0x3d7f74(0x316)][_0x3d7f74(0x264)]({'id':_0x3d7f74(0x224),'data':Ft[_0x5d4444['code']]}),this[_0x3d7f74(0x283)][_0x3d7f74(0x23e)](0x2);return;}this[_0x3d7f74(0x283)][_0x3d7f74(0x23e)](0x3);let _0x1e99e0=(_0x53f575=_0x5d4444['data']['roomInfos'][this[_0x3d7f74(0x311)]])==null?void 0x0:_0x53f575[_0x3d7f74(0x450)];_0x1e99e0&&_0x1e99e0[_0x3d7f74(0x380)](_0x449c7b=>this[_0x3d7f74(0x38e)][_0x3d7f74(0x462)](this[_0x3d7f74(0x311)],_0x449c7b));}[_0x8a6054(0x1fc)](_0x15aad9){const _0x1925c4=_0x8a6054;try{let _0x5ef0f7=_0x15aad9['data'];switch(_0x5ef0f7[_0x1925c4(0x2d0)]){case _0xaf3ca4[_0x1925c4(0x225)]:this[_0x1925c4(0x2ae)](_0x5ef0f7),this[_0x1925c4(0x3ac)][_0x1925c4(0x23e)](_0x5ef0f7);break;case _0xaf3ca4[_0x1925c4(0x276)]:this[_0x1925c4(0x43c)](_0x5ef0f7),this[_0x1925c4(0x3ac)][_0x1925c4(0x23e)](_0x5ef0f7);break;case _0xaf3ca4[_0x1925c4(0x360)]:case _0xaf3ca4[_0x1925c4(0x393)]:this[_0x1925c4(0x2be)](),this[_0x1925c4(0x34f)](),this[_0x1925c4(0x3ac)][_0x1925c4(0x23e)](_0x5ef0f7);break;case _0xaf3ca4['MSG_FOR_ERROR']:this[_0x1925c4(0x31e)][_0x1925c4(0x2c0)]('save\x20fail\x20reason\x20is\x20'+JSON[_0x1925c4(0x331)](_0x5ef0f7)),this['_event$'][_0x1925c4(0x23e)](_0x5ef0f7);break;case _0xaf3ca4[_0x1925c4(0x405)]:this[_0x1925c4(0x445)]['onCommentUpdate'](_0x5ef0f7[_0x1925c4(0x21e)]),this['_event$'][_0x1925c4(0x23e)](_0x5ef0f7);break;default:this[_0x1925c4(0x3ac)][_0x1925c4(0x23e)](_0x5ef0f7);}}catch(_0x5035f9){this['_logService'][_0x1925c4(0x2c0)](_0x5035f9,_0x15aad9);}}[_0x8a6054(0x2ae)](_0x1f2f10){const _0x2cab82=_0x8a6054;this[_0x2cab82(0x38e)]['updateMember'](this[_0x2cab82(0x311)],_0x1f2f10[_0x2cab82(0x21e)]);}[_0x8a6054(0x43c)](_0x3ec7a2){const _0x3c592c=_0x8a6054;this[_0x3c592c(0x38e)][_0x3c592c(0x21c)](this[_0x3c592c(0x311)],_0x3ec7a2[_0x3c592c(0x21e)][_0x3c592c(0x36a)]);}async[_0x8a6054(0x20d)](_0x1f579e,_0x43a70a){const _0x3382b5=_0x8a6054;if(this[_0x3382b5(0x440)]!==0x3||!this['_socket'])throw Error('[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!');try{_0x1f579e[_0x3382b5(0x2d0)]===_0xaf3ca4[_0x3382b5(0x3cd)]&&(this[_0x3382b5(0x435)](),this[_0x3382b5(0x248)](_0x1f579e)),this[_0x3382b5(0x383)]['send']({'cmd':_0x4741b3[_0x3382b5(0x222)],'routeKey':_0x43a70a,'routeType':'','data':_0x1f579e});}catch(_0x193aa9){this[_0x3382b5(0x31e)][_0x3382b5(0x2c0)](_0x193aa9);}}['_scheduleCollaborationTimeoutTimer'](){const _0x1b0be7=_0x8a6054;var _0x1f002e;this[_0x1b0be7(0x3c1)]=setTimeout(()=>{const _0xfc66d3=_0x1b0be7;this['_collaborationTimeoutTimer']=null,this[_0xfc66d3(0x316)][_0xfc66d3(0x264)]({'id':_0xfc66d3(0x207)});},(_0x1f002e=this[_0x1b0be7(0x34a)][_0x1b0be7(0x278)](_0x1b0be7(0x460)))==null?xt:_0x1f002e);}[_0x8a6054(0x34f)](){const _0x5a5e77=_0x8a6054;this[_0x5a5e77(0x3c1)]&&(clearTimeout(this[_0x5a5e77(0x3c1)]),this[_0x5a5e77(0x3c1)]=null);}[_0x8a6054(0x248)](_0x1f3d21){if(!this['_shouldReportTelemetry'])return;let {data:_0x4aeea0}=_0x1f3d21,{unitID:_0x180a15,changeset:_0x17490e}=_0x4aeea0,{mutations:_0x38da3d,type:_0x3f0a7b}=_0x17490e;this['_telemetryInfo']={'unitId':_0x180a15,'type':_0x3f0a7b,'startTime':performance['now'](),'stopTime':0x0,'duration':0x0,'size':Dt(_0x38da3d)};}[_0x8a6054(0x2be)](){const _0xf05028=_0x8a6054;if(this['_shouldReportTelemetry']){if(!this[_0xf05028(0x40a)]){this[_0xf05028(0x31e)][_0xf05028(0x2c0)](_0xf05028(0x425),_0xf05028(0x29b));return;}this[_0xf05028(0x40a)][_0xf05028(0x410)]=performance[_0xf05028(0x2f3)](),this[_0xf05028(0x40a)][_0xf05028(0x38f)]=this[_0xf05028(0x40a)]['stopTime']-this[_0xf05028(0x40a)][_0xf05028(0x239)],this[_0xf05028(0x3ee)][_0xf05028(0x367)](_0xf05028(0x223),this[_0xf05028(0x40a)]),this[_0xf05028(0x40a)]=null;}}[_0x8a6054(0x1f3)](){const _0x4703e2=_0x8a6054;this[_0x4703e2(0x40a)]=null;}};It=z([R(0x2,_0x2b6744),R(0x3,_0x29206e),R(0x4,_0xaba5e9(B)),R(0x5,_0xaba5e9(Mt)),R(0x6,_0xaba5e9(L)),R(0x7,_0x44ad0b(_0x5ab129))],It);const V=_0x1460b1(_0x8a6054(0x404));function Lt(_0x43c1b4){const _0x5e5476=_0x8a6054;return _0x5e5476(0x200)+_0x43c1b4;}function Rt(_0x1e94db){const _0x569908=_0x8a6054;let {unitID:_0x4b7585,mutations:_0x5185c3}=_0x1e94db;return{'unitId':_0x4b7585,'subUnitId':_0x5185c3['length']>0x0?_0x5185c3[0x0][_0x569908(0x3e9)]['subUnitId']:null};}let zt=class{constructor(_0x29ac82,_0x47b7f2,_0x4d90f6){const _0x2b0a20=_0x8a6054;this[_0x2b0a20(0x21a)]=_0x29ac82,this[_0x2b0a20(0x216)]=_0x47b7f2,this[_0x2b0a20(0x23b)]=_0x4d90f6;}[_0x8a6054(0x27e)](_0x377b4f){const _0x4c26d0=_0x8a6054;var _0x1d0d04,_0x36b429;let _0x1e2016=this[_0x4c26d0(0x21a)][_0x4c26d0(0x44e)](_0x40d635),{unitId:_0x3b13e9,subUnitId:_0x170e2c}=Rt(_0x377b4f),_0x2f86fc=_0x1e2016==null?void 0x0:_0x1e2016['getWorkbookSelections'](_0x3b13e9)[_0x4c26d0(0x2d9)](),_0x41430d=(_0x1d0d04=this[_0x4c26d0(0x23b)][_0x4c26d0(0x2bb)](_0x3b13e9))==null||(_0x1d0d04=_0x1d0d04['getActiveSheet']())==null?void 0x0:_0x1d0d04[_0x4c26d0(0x2c5)]();if(_0x2f86fc[_0x4c26d0(0x2fb)]===0x0||!_0x3b13e9||!_0x170e2c)return;let _0x59bdb6=[{'id':_0x7c2e48['id'],'params':{'unitId':_0x3b13e9,'subUnitId':_0x41430d,'selections':_0x4d0fc4[_0x4c26d0(0x20c)](_0x2f86fc)}}],_0x4f66bd=this['_transformService'][_0x4c26d0(0x254)](_0x377b4f,_0x59bdb6);if(!_0x3b86d9(_0x4f66bd))throw _0x4f66bd['error'];let _0x1c38d9=(_0x36b429=_0x4f66bd[_0x4c26d0(0x1fb)][0x0])==null||(_0x36b429=_0x36b429[_0x4c26d0(0x3e9)])==null?void 0x0:_0x36b429[_0x4c26d0(0x37e)];if(Array[_0x4c26d0(0x37f)](_0x1c38d9)&&_0x1c38d9[_0x4c26d0(0x2fb)]){if(_0x1c38d9[_0x4c26d0(0x2fb)]===_0x59bdb6[0x0][_0x4c26d0(0x3e9)][_0x4c26d0(0x37e)]['length']&&_0x1c38d9[_0x4c26d0(0x413)]((_0x4ad7e7,_0x44e0d6)=>_0x519e4d[_0x4c26d0(0x3ff)](_0x4ad7e7[_0x4c26d0(0x2ab)],_0x59bdb6[0x0][_0x4c26d0(0x3e9)][_0x4c26d0(0x37e)][_0x44e0d6][_0x4c26d0(0x2ab)])))return;this[_0x4c26d0(0x21a)]['get'](_0x1b4da7)['executeCommand'](_0x7c2e48['id'],{'unitId':_0x3b13e9,'subUnitId':_0x41430d,'selections':_0x1c38d9});}}};zt=z([R(0x0,_0xaba5e9(_0x126fc9)),R(0x1,_0x3a7b09),R(0x2,_0x3ca986)],zt);const H=_0x1460b1(_0x8a6054(0x36e));let Bt=function(_0x3e1cdc){const _0x3f9b80=_0x8a6054;return _0x3e1cdc[_0x3e1cdc[_0x3f9b80(0x408)]=0x0]=_0x3f9b80(0x408),_0x3e1cdc[_0x3e1cdc[_0x3f9b80(0x339)]=0x1]=_0x3f9b80(0x339),_0x3e1cdc;}({});function Vt(_0x46c76e){const _0x159b10=_0x8a6054;var _0x288766;return!!((_0x288766=_0x46c76e[_0x159b10(0x3e9)])!=null&&_0x288766[_0x159b10(0x266)]);}const Ht=new Set([_0x4b75c9['id']]),Ut=new Set([_0xaa3f77['id'],_0x2a139f['id'],_0x399910['id'],_0x42ca93['id']]);function Wt(_0x51084a,_0x2a1037=Ht){const _0x46032d=_0x8a6054;let _0x48bc78=[];for(let _0x2a4b6c of _0x51084a){if(_0x2a1037[_0x46032d(0x3b6)](_0x2a4b6c['id'])){if(_0x48bc78['length']>0x0)break;_0x48bc78[_0x46032d(0x27a)](_0x2a4b6c);break;}if(Vt(_0x2a4b6c)){if(_0x48bc78[_0x46032d(0x2fb)]>0x0)break;_0x48bc78[_0x46032d(0x27a)](_0x2a4b6c);break;}_0x48bc78[_0x46032d(0x27a)](_0x2a4b6c);}return _0x48bc78;}function Gt(_0x3a5333,_0x34d90d,_0x3713a4,_0x4194ec,_0x4635c0){const _0x2e41d7=_0x8a6054;var _0x1f45d6,_0x3b3d40,_0x2c3e83,_0x2f7d38;let _0x39be3d=Wt(_0x3a5333),_0x290ca8=(_0x1f45d6=(_0x3b3d40=_0x4635c0[_0x2e41d7(0x351)]())==null?void 0x0:_0x3b3d40['userID'])==null?_0x2e41d7(0x416):_0x1f45d6,_0x146ec9=(_0x2c3e83=(_0x2f7d38=_0x4635c0['getCurrentUser']())==null?void 0x0:_0x2f7d38[_0x2e41d7(0x36a)])==null?_0x2e41d7(0x416):_0x2c3e83;return{'changeset':{'unitID':_0x34d90d,'type':_0x352118(_0x3713a4[_0x2e41d7(0x218)](_0x34d90d)),'baseRev':_0x4194ec[_0x2e41d7(0x35a)](_0x34d90d),'revision':0x0,'userID':_0x290ca8,'memberID':_0x146ec9,'mutations':_0x39be3d},'pendingMutations':_0x3a5333[_0x2e41d7(0x3c4)](_0x39be3d['length'])};}const Kt=Gt;function qt(_0x3efb74,_0x5489f4,_0x45d1c9,_0x33d9a9,_0x4676a2){return Gt(_0x3efb74,_0x5489f4,_0x45d1c9,_0x33d9a9,_0x4676a2);}function Jt(_0x2a627c,_0x24c2cb,_0x5f23b0,_0x2821c3,_0x466dec){const _0x1f52e6=_0x8a6054;var _0x549805,_0x55ac98,_0x513ad6,_0x173c7e;let _0x3e8a95=Wt(_0x2a627c,Ut),_0x45873e=(_0x549805=(_0x55ac98=_0x466dec[_0x1f52e6(0x351)]())==null?void 0x0:_0x55ac98[_0x1f52e6(0x43e)])==null?'unknown':_0x549805,_0x5d2a58=(_0x513ad6=(_0x173c7e=_0x466dec[_0x1f52e6(0x351)]())==null?void 0x0:_0x173c7e[_0x1f52e6(0x36a)])==null?_0x1f52e6(0x416):_0x513ad6;return{'changeset':{'unitID':_0x24c2cb,'type':_0x352118(_0x5f23b0['getUnitType'](_0x24c2cb)),'baseRev':_0x2821c3[_0x1f52e6(0x35a)](_0x24c2cb),'revision':0x0,'userID':_0x45873e,'memberID':_0x5d2a58,'mutations':_0x3e8a95},'pendingMutations':_0x2a627c[_0x1f52e6(0x3c4)](_0x3e8a95['length'])};}function Yt(_0x47a7a8,_0x5970f0,_0x5c369d,_0x167bd1,_0x45c573){const _0x5f4135=_0x8a6054;var _0x1d1531,_0x476009,_0x320b99,_0x5b028b;let _0x4fc6c6=_0x47a7a8[_0x5f4135(0x309)]((_0x45953c,_0x2033cb)=>{const _0x2d5d2f=_0x5f4135;let _0x3aec27=_0x45953c[_0x45953c[_0x2d5d2f(0x2fb)]-0x1],{id:_0x9e8cd6}=_0x3aec27==null?{}:_0x3aec27,{id:_0x20ba21,type:_0x2ef022}=_0x2033cb,_0x547365=_0x2033cb[_0x2d5d2f(0x3e9)];if(_0x9e8cd6&&_0x9e8cd6!==_0x20ba21)throw Error(_0x2d5d2f(0x2c8)+_0x9e8cd6+'\x20-\x20'+_0x20ba21+'.');if(!_0x3aec27)return[{'id':_0x20ba21,'type':_0x2ef022,'params':{'unitId':_0x547365[_0x2d5d2f(0x33e)],'textRanges':_0x547365[_0x2d5d2f(0x2ea)],'actions':_0x547365['actions']}}];let _0x5d171a=_0x3aec27[_0x2d5d2f(0x3e9)];return Xt(_0x5d171a[_0x2d5d2f(0x290)],_0x547365[_0x2d5d2f(0x290)])?[..._0x45953c[_0x2d5d2f(0x3c4)](0x0,-0x1),{..._0x3aec27,'id':_0x20ba21,'type':_0x2ef022,'params':{'unitId':_0x547365[_0x2d5d2f(0x33e)],'textRanges':_0x547365[_0x2d5d2f(0x2ea)],'actions':_0x330f55[_0x2d5d2f(0x46a)](_0x5d171a[_0x2d5d2f(0x290)],_0x547365['actions'])}}]:[..._0x45953c,{'id':_0x20ba21,'type':_0x2ef022,'params':{'unitId':_0x547365[_0x2d5d2f(0x33e)],'textRanges':_0x547365[_0x2d5d2f(0x2ea)],'actions':_0x547365[_0x2d5d2f(0x290)]}}];},[]),_0x46e35f=(_0x1d1531=(_0x476009=_0x45c573[_0x5f4135(0x351)]())==null?void 0x0:_0x476009[_0x5f4135(0x43e)])==null?_0x5f4135(0x416):_0x1d1531,_0x49cd87=(_0x320b99=(_0x5b028b=_0x45c573[_0x5f4135(0x351)]())==null?void 0x0:_0x5b028b[_0x5f4135(0x36a)])==null?'unknown':_0x320b99;return{'changeset':{'unitID':_0x5970f0,'type':_0x352118(_0x5c369d['getUnitType'](_0x5970f0)),'baseRev':_0x167bd1[_0x5f4135(0x35a)](_0x5970f0),'revision':0x0,'userID':_0x46e35f,'memberID':_0x49cd87,'mutations':_0x4fc6c6},'pendingMutations':_0x47a7a8[_0x5f4135(0x3c4)](_0x47a7a8[_0x5f4135(0x2fb)])};}function Xt(_0x4c34cd,_0x21698c){return Zt(_0x4c34cd)&&Zt(_0x21698c)&&!Qt(_0x4c34cd)&&!Qt(_0x21698c);}function Zt(_0x25da6d){const _0x2caadf=_0x8a6054;return $t(_0x25da6d)[_0x2caadf(0x288)](_0x17bc3d=>en(_0x17bc3d)&&_0x17bc3d['et']===_0x2caadf(0x242));}function Qt(_0x5df46e){const _0x1cdbeb=_0x8a6054;return $t(_0x5df46e)[_0x1cdbeb(0x288)](_0x2b60e6=>Array[_0x1cdbeb(0x37f)](_0x2b60e6)||typeof _0x2b60e6==_0x1cdbeb(0x469)||typeof _0x2b60e6==_0x1cdbeb(0x447));}function $t(_0x4b9e76){const _0x4892f7=_0x8a6054;if(!Array[_0x4892f7(0x37f)](_0x4b9e76))return[];let _0x15753b=_0x4b9e76[_0x4892f7(0x2de)](_0x4892f7(0x3a5))?_0x4b9e76:_0x4b9e76[_0x4892f7(0x21f)](_0x54e125=>Array['isArray'](_0x54e125)&&_0x54e125[_0x4892f7(0x2de)](_0x4892f7(0x3a5)));if(!Array[_0x4892f7(0x37f)](_0x15753b))return[];let _0x4e90ce=_0x15753b[_0x4892f7(0x461)]('body');return _0x4e90ce===-0x1?[]:_0x15753b[_0x4892f7(0x3c4)](_0x4e90ce+0x1);}function en(_0x54a0d9){const _0x46de9f=_0x8a6054;return typeof _0x54a0d9==_0x46de9f(0x244)&&!!_0x54a0d9&&!Array[_0x46de9f(0x37f)](_0x54a0d9);}function tn(_0x217d76,_0x55b10b){const _0x5e72ec=_0x8a6054;let _0x4276a8=new _0x542921(0x1);return setTimeout(()=>_0x4276a8[_0x5e72ec(0x23e)](_0x55b10b),_0x217d76),_0x4276a8[_0x5e72ec(0x2a7)]()[_0x5e72ec(0x320)](_0x207f3d(0x1));}var nn,rn,an;let on=function(_0xaa6f49){const _0x31315e=_0x8a6054;return _0xaa6f49[_0x31315e(0x2fc)]=_0x31315e(0x3e5),_0xaa6f49[_0x31315e(0x297)]=_0x31315e(0x46b),_0xaa6f49['PENDING']=_0x31315e(0x452),_0xaa6f49['AWAITING']='awaiting',_0xaa6f49[_0x31315e(0x2e8)]=_0x31315e(0x389),_0xaa6f49[_0x31315e(0x43b)]=_0x31315e(0x366),_0xaa6f49[_0x31315e(0x456)]=_0x31315e(0x234),_0xaa6f49[_0x31315e(0x340)]=_0x31315e(0x289),_0xaa6f49;}({});const sn=0x4e20,cn=0x2bf20;var U=class{constructor(_0x91786c,_0xe83cae,_0x2144dc,_0x5913cf,_0x578130,_0x14fe69,_0x4af729,_0x26f90f,_0x5c073c){const _0x4c25d6=_0x8a6054;this['unitID']=_0x91786c,this[_0x4c25d6(0x466)]=_0xe83cae,this[_0x4c25d6(0x3ab)]=_0x578130,this[_0x4c25d6(0x238)]=_0x14fe69,this[_0x4c25d6(0x255)]=_0x4af729,this[_0x4c25d6(0x412)]=_0x26f90f,this[_0x4c25d6(0x3bd)]=_0x5c073c,I(this,_0x4c25d6(0x2a0),null),I(this,_0x4c25d6(0x420),[]),this[_0x4c25d6(0x2a0)]=_0x2144dc,this[_0x4c25d6(0x420)]=_0x5913cf;}[_0x8a6054(0x3ec)](_0x5b91fb){const _0x5395f0=_0x8a6054;let _0x3f007e=this[_0x5395f0(0x412)][_0x5395f0(0x35a)](this[_0x5395f0(0x33a)]);return _0x5b91fb[_0x5395f0(0x446)]>_0x3f007e+0x1?(this[_0x5395f0(0x3ab)][_0x5395f0(0x230)]({'from':_0x3f007e,'to':_0x5b91fb[_0x5395f0(0x446)]-0x1}),!0x0):!0x1;}[_0x8a6054(0x271)](_0x23de59){const _0x47c6ff=_0x8a6054;this['_undoRedoService'][_0x47c6ff(0x26b)](this['unitID'],_0x23de59);}[_0x8a6054(0x24e)](_0x448d57){const _0x2166df=_0x8a6054;var _0x400dd6,_0x453890;(_0x400dd6=(_0x453890=this[_0x2166df(0x3ab)])[_0x2166df(0x260)])==null||_0x400dd6[_0x2166df(0x1f6)](_0x453890,_0x448d57);}[_0x8a6054(0x24f)](_0x4bfe5b){const _0x5d4fa0=_0x8a6054;var _0x391d50,_0x411eb3;return(_0x391d50=(_0x411eb3=this[_0x5d4fa0(0x3ab)])['onTransformIME'])==null?void 0x0:_0x391d50['call'](_0x411eb3,_0x4bfe5b);}['_transformStateCache'](_0x2ec649){const _0x23d3df=_0x8a6054;var _0x1554c2,_0x4a2da5;return(_0x1554c2=(_0x4a2da5=this[_0x23d3df(0x3ab)])['onTransformState'])==null?void 0x0:_0x1554c2[_0x23d3df(0x1f6)](_0x4a2da5,_0x2ec649);}[_0x8a6054(0x3e6)](_0x17689c){const _0x3bcdc9=_0x8a6054;var _0x131584,_0x4e1fb6,_0x3229e2;return(_0x131584=(_0x4e1fb6=(_0x3229e2=this[_0x3bcdc9(0x3ab)])['onTransformRemoteChangesetByIMECache'])==null?void 0x0:_0x4e1fb6[_0x3bcdc9(0x1f6)](_0x3229e2,_0x17689c))==null?_0x17689c:_0x131584;}[_0x8a6054(0x370)](_0x53180a){const _0x336363=_0x8a6054;var _0x563e98,_0x4e7827,_0x5151ea;return(_0x563e98=(_0x4e7827=(_0x5151ea=this[_0x336363(0x3ab)])[_0x336363(0x346)])==null?void 0x0:_0x4e7827['call'](_0x5151ea,_0x53180a))==null?_0x53180a:_0x563e98;}[_0x8a6054(0x391)](_0x5a3366){const _0x3d6b60=_0x8a6054;if(this[_0x3d6b60(0x466)]===_0x21be62[_0x3d6b60(0x28a)]){let {unitID:_0x5354b9,mutations:_0x4e4934,memberID:_0x21b1e1}=_0x5a3366,_0x1a2f8e=_0x4e4934[_0x3d6b60(0x2fb)]>0x0?_0x4e4934[0x0][_0x3d6b60(0x3e9)][_0x3d6b60(0x2ea)]:[];if(Array[_0x3d6b60(0x37f)](_0x1a2f8e)&&_0x1a2f8e[_0x3d6b60(0x2fb)]>0x0){var _0x15f1c1,_0x43e505;(_0x15f1c1=(_0x43e505=this[_0x3d6b60(0x3ab)])[_0x3d6b60(0x356)])==null||_0x15f1c1[_0x3d6b60(0x1f6)](_0x43e505,{'unitID':_0x5354b9,'memberID':_0x21b1e1,'textRanges':_0x1a2f8e});}}}[_0x8a6054(0x304)](){const _0x53d9de=_0x8a6054;var _0x1459db;(_0x1459db=this[_0x53d9de(0x3bd)])==null||_0x1459db[_0x53d9de(0x429)](this[_0x53d9de(0x33a)],this[_0x53d9de(0x466)],this['_awaitingChangeset'],this['_pendingMutations']);}[_0x8a6054(0x38a)](){const _0x223e62=_0x8a6054;return this['_revisionService'][_0x223e62(0x35a)](this['unitID']);}[_0x8a6054(0x32e)](){const _0x44ec10=_0x8a6054;this[_0x44ec10(0x412)][_0x44ec10(0x36f)](this['unitID']);}[_0x8a6054(0x3f4)](_0x2769a0){const _0x43a08e=_0x8a6054;let _0x1dc53b=this['_transformRemoteChangesetByIMECache'](_0x2769a0);_0x1dc53b=this[_0x43a08e(0x370)](_0x1dc53b);let _0x118d69=_0x50d83a(_0x1dc53b[_0x43a08e(0x444)],this[_0x43a08e(0x238)],{'fromCollab':!0x0});if(!_0x118d69[_0x43a08e(0x411)]){var _0x2e7e92;throw _0x118d69[_0x43a08e(0x2c0)]instanceof Error?_0x118d69['error']:Error((_0x2e7e92=_0x118d69['error'])==null?'[CollaborationState]:\x20apply\x20error!':_0x2e7e92);}this[_0x43a08e(0x24f)](_0x1dc53b),this[_0x43a08e(0x208)](_0x1dc53b),this[_0x43a08e(0x271)](_0x2769a0),this[_0x43a08e(0x24e)](_0x1dc53b),this[_0x43a08e(0x391)](_0x1dc53b),this['_incrementRevisionNumber']();}};let W=class extends U{constructor(_0x1794a1,_0x2db36f,_0x31207f,_0x40fd33,_0x4039a4,_0x3df65f,_0x1c3596,_0x1ea950,_0x31432a,_0x5c8581){const _0x398c56=_0x8a6054;super(_0x1794a1,_0x2db36f,null,[],_0x31207f,_0x1c3596,_0x3df65f,_0x40fd33,_0x5c8581),this[_0x398c56(0x21a)]=_0x4039a4,this[_0x398c56(0x31e)]=_0x1ea950,this[_0x398c56(0x216)]=_0x31432a,this[_0x398c56(0x284)]=_0x5c8581,I(this,_0x398c56(0x2d3),_0x398c56(0x46b));}[_0x8a6054(0x453)](_0x18b650){const _0x4d3790=_0x8a6054;let _0x3d7182=this[_0x4d3790(0x21a)][_0x4d3790(0x275)](G,this['unitID'],this['type'],[_0x18b650],this[_0x4d3790(0x3ab)]);return _0x3d7182[_0x4d3790(0x40c)](),_0x3d7182[_0x4d3790(0x304)](),_0x3d7182;}[_0x8a6054(0x45b)](_0x4271e0){const _0x2f04fe=_0x8a6054;if(this[_0x2f04fe(0x3ec)](_0x4271e0))return this[_0x2f04fe(0x21a)][_0x2f04fe(0x275)](X,this[_0x2f04fe(0x33a)],this['type'],null,[],null,[_0x4271e0],this[_0x2f04fe(0x3ab)]);try{let _0x5d69ac=this['_transformService'][_0x2f04fe(0x254)](_0x4271e0,[_0x5ee03a]);if(_0x3b86d9(_0x5d69ac)){let {c1Prime:_0x81d4e}=_0x5d69ac;return this['_executeRemoteChangeset'](_0x81d4e),this;}throw _0x5d69ac[_0x2f04fe(0x2c0)];}catch(_0x40c808){return this[_0x2f04fe(0x31e)][_0x2f04fe(0x2c0)](_0x40c808),this[_0x2f04fe(0x38c)](!0x1);}}[_0x8a6054(0x38c)](_0x134495){const _0xf87a3a=_0x8a6054;return this['_injector'][_0xf87a3a(0x275)](J,this[_0xf87a3a(0x33a)],this[_0xf87a3a(0x466)],null,[],this[_0xf87a3a(0x3ab)],_0x134495);}['onRemoteAck'](_0x38ef9a){const _0x4e4f5d=_0x8a6054;if(_0x38ef9a[_0x4e4f5d(0x446)]<=this[_0x4e4f5d(0x38a)]())return this;throw Error('[SyncedState]:\x20received\x20acknowledgement.');}[_0x8a6054(0x388)](){throw Error('[SyncedState]:\x20received\x20rejection.');}[_0x8a6054(0x2f9)](){return this;}[_0x8a6054(0x374)](){const _0x1ded6c=_0x8a6054;return this[_0x1ded6c(0x21a)]['createInstance'](Y,this['unitID'],this[_0x1ded6c(0x466)],null,[],this['_handler']);}['toggleOnline'](){return this;}[_0x8a6054(0x2c4)](){throw Error('[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x8a6054(0x3b4)](){const _0x54d3e2=_0x8a6054;let _0x4a6e16=this['_revisionService'][_0x54d3e2(0x35a)](this[_0x54d3e2(0x33a)]);return this[_0x54d3e2(0x3ab)][_0x54d3e2(0x230)]({'from':_0x4a6e16,'to':0x0}),this[_0x54d3e2(0x21a)]['createInstance'](X,this[_0x54d3e2(0x33a)],this['type'],null,[],null,[],this[_0x54d3e2(0x3ab)]);}};W=z([R(0x3,_0xaba5e9(_0x2ae16f)),R(0x4,_0xaba5e9(_0x126fc9)),R(0x5,_0x5995ce),R(0x6,_0x1b4da7),R(0x7,_0x2b6744),R(0x8,_0x3a7b09),R(0x9,_0x44ad0b(V))],W);let G=nn=class extends U{constructor(_0x341b01,_0x330347,_0x6e653c,_0xc39367,_0x42f8fd,_0x31ad0b,_0xdc09c8,_0x2a6c48,_0x30ec3f,_0x406a8a,_0x52a9dc,_0x303f0b,_0x334204,_0x38291a){const _0x3155d8=_0x8a6054;super(_0x341b01,_0x330347,null,_0x6e653c,_0xc39367,_0x30ec3f,_0x334204,_0x31ad0b,_0x38291a),this['_injector']=_0x42f8fd,this[_0x3155d8(0x38e)]=_0xdc09c8,this['_logService']=_0x2a6c48,this[_0x3155d8(0x34a)]=_0x406a8a,this[_0x3155d8(0x216)]=_0x52a9dc,this[_0x3155d8(0x42c)]=_0x303f0b,I(this,'status',_0x3155d8(0x452)),I(this,_0x3155d8(0x28c),null),I(this,_0x3155d8(0x231),null);}[_0x8a6054(0x453)](_0x5c2e57){const _0x390bda=_0x8a6054;return this['_pendingMutations'][_0x390bda(0x27a)](_0x5c2e57),this[_0x390bda(0x304)](),this;}[_0x8a6054(0x45b)](_0x217718){const _0x4078d5=_0x8a6054;if(this[_0x4078d5(0x3ec)](_0x217718))return this[_0x4078d5(0x428)](),this[_0x4078d5(0x21a)]['createInstance'](X,this['unitID'],this['type'],null,this['_pendingMutations'],null,[_0x217718],this[_0x4078d5(0x3ab)]);try{let _0x36c82a=this['_transformService'][_0x4078d5(0x254)](_0x217718,this[_0x4078d5(0x420)]);if(_0x3b86d9(_0x36c82a)){let {c1Prime:_0x44b966,m2Prime:_0x41d304}=_0x36c82a;this[_0x4078d5(0x3f4)](_0x44b966);let _0x4b457b=this[_0x4078d5(0x21a)][_0x4078d5(0x275)](nn,this[_0x4078d5(0x33a)],this['type'],_0x41d304,this['_handler']);this[_0x4078d5(0x428)]();let _0x4b0104=new Date()[_0x4078d5(0x431)](),_0x5d7b31=this[_0x4078d5(0x28c)]?Math[_0x4078d5(0x439)](this[_0x4078d5(0x28c)]-_0x4b0104,0x0):this[_0x4078d5(0x220)]();return _0x4b457b['_schedule'](_0x5d7b31),_0x4b457b;}throw _0x36c82a['error'];}catch(_0x2fa705){return this['_logService'][_0x4078d5(0x2c0)](_0x2fa705),this[_0x4078d5(0x38c)](!0x1);}}[_0x8a6054(0x22d)](_0x18c197){const _0x2c7417=_0x8a6054;if(_0x18c197[_0x2c7417(0x446)]<=this[_0x2c7417(0x38a)]())return this;throw Error(_0x2c7417(0x3df));}[_0x8a6054(0x388)](){const _0x84f8a0=_0x8a6054;throw Error(_0x84f8a0(0x29c));}[_0x8a6054(0x2f9)](){return this;}['toggleOffline'](){const _0x609cd8=_0x8a6054;return this[_0x609cd8(0x428)](),this[_0x609cd8(0x21a)][_0x609cd8(0x275)](Y,this[_0x609cd8(0x33a)],this[_0x609cd8(0x466)],null,this[_0x609cd8(0x420)],this['_handler']);}['toggleOnline'](){return this;}[_0x8a6054(0x40c)](_0x302713){const _0x53a1b4=_0x8a6054;let _0x5a100f=_0x302713==null?this[_0x53a1b4(0x220)]():_0x302713;this['_scheduleCompleteTimestamp']=new Date()[_0x53a1b4(0x431)]()+_0x5a100f,this['_sendingTimer']=setTimeout(()=>{const _0x7d4c02=_0x53a1b4;this['_clearScheduledTask']();let _0x248322=null;switch(this['type']){case _0x21be62[_0x7d4c02(0x322)]:_0x248322=Kt(this[_0x7d4c02(0x420)],this['unitID'],this[_0x7d4c02(0x42c)],this[_0x7d4c02(0x412)],this[_0x7d4c02(0x38e)]);break;case _0x21be62['UNIVER_DOC']:_0x248322=this[_0x7d4c02(0x420)]['every'](_0x3bde8b=>_0x3bde8b['id']===_0x58b552['id'])?Yt(this['_pendingMutations'],this[_0x7d4c02(0x33a)],this[_0x7d4c02(0x42c)],this[_0x7d4c02(0x412)],this['_memberService']):Kt(this[_0x7d4c02(0x420)],this[_0x7d4c02(0x33a)],this[_0x7d4c02(0x42c)],this[_0x7d4c02(0x412)],this[_0x7d4c02(0x38e)]);break;case _0x21be62['UNIVER_SLIDE']:_0x248322=Jt(this[_0x7d4c02(0x420)],this[_0x7d4c02(0x33a)],this['_univerInstanceService'],this[_0x7d4c02(0x412)],this[_0x7d4c02(0x38e)]);break;case _0x21be62[_0x7d4c02(0x2ee)]:_0x248322=qt(this['_pendingMutations'],this[_0x7d4c02(0x33a)],this[_0x7d4c02(0x42c)],this['_revisionService'],this[_0x7d4c02(0x38e)]);break;default:throw Error(_0x7d4c02(0x42d)+this[_0x7d4c02(0x466)]+_0x7d4c02(0x3c3));}let {changeset:_0x5537c2,pendingMutations:_0x403b29}=_0x248322;this[_0x7d4c02(0x3ab)][_0x7d4c02(0x2e6)](_0x5537c2);let _0x20b7fb=_0x403b29['length']?this[_0x7d4c02(0x21a)][_0x7d4c02(0x275)](q,this[_0x7d4c02(0x33a)],this[_0x7d4c02(0x466)],_0x5537c2,_0x403b29,this['_handler'],void 0x0):this['_injector'][_0x7d4c02(0x275)](K,this[_0x7d4c02(0x33a)],this[_0x7d4c02(0x466)],_0x5537c2,this[_0x7d4c02(0x3ab)]);_0x20b7fb[_0x7d4c02(0x304)](),this[_0x7d4c02(0x3ab)][_0x7d4c02(0x2dc)](this,_0x20b7fb);},_0x5a100f);}[_0x8a6054(0x220)](){const _0x31e55d=_0x8a6054;var _0x57991e;let _0x3a18dc=this['_configService'][_0x31e55d(0x278)](F);return(_0x57991e=_0x3a18dc==null?void 0x0:_0x3a18dc['sendChangesetTimeout'])==null?0x7d0:_0x57991e;}[_0x8a6054(0x2c4)](){const _0x96b9d7=_0x8a6054;throw Error(_0x96b9d7(0x2a2));}[_0x8a6054(0x428)](){const _0x364fdd=_0x8a6054;this[_0x364fdd(0x231)]!=null&&(clearTimeout(this[_0x364fdd(0x231)]),this[_0x364fdd(0x231)]=null);}[_0x8a6054(0x38c)](_0x2e8e1b){const _0x260db0=_0x8a6054;return this[_0x260db0(0x428)](),this['_injector'][_0x260db0(0x275)](J,this[_0x260db0(0x33a)],this['type'],null,this[_0x260db0(0x420)],this[_0x260db0(0x3ab)],_0x2e8e1b);}};G=nn=z([R(0x4,_0xaba5e9(_0x126fc9)),R(0x5,_0xaba5e9(_0x2ae16f)),R(0x6,_0xaba5e9(B)),R(0x7,_0x2b6744),R(0x8,_0x1b4da7),R(0x9,_0x29206e),R(0xa,_0x3a7b09),R(0xb,_0x3ca986),R(0xc,_0x5995ce),R(0xd,_0x44ad0b(V))],G);let K=rn=class extends U{constructor(_0x6f72c,_0x3d341b,_0x16f6e3,_0x3d7e08,_0x4a9269,_0x2b21a6,_0x4de04a,_0x764007,_0x1a5638,_0x3f63d7,_0x5e19ee){const _0x5a5c7f=_0x8a6054;super(_0x6f72c,_0x3d341b,_0x16f6e3,[],_0x3d7e08,_0x4de04a,_0x3f63d7,_0x2b21a6,_0x5e19ee),this['_injector']=_0x4a9269,this[_0x5a5c7f(0x31e)]=_0x764007,this[_0x5a5c7f(0x216)]=_0x1a5638,I(this,_0x5a5c7f(0x2d3),'awaiting'),I(this,_0x5a5c7f(0x332),0x0),I(this,_0x5a5c7f(0x37a),0x0),I(this,_0x5a5c7f(0x296),void 0x0),I(this,_0x5a5c7f(0x34e),void 0x0);}[_0x8a6054(0x453)](_0x482a5b){const _0x5cbb0d=_0x8a6054;this[_0x5cbb0d(0x428)]();let _0x1f63b2=this[_0x5cbb0d(0x21a)][_0x5cbb0d(0x275)](q,this[_0x5cbb0d(0x33a)],this[_0x5cbb0d(0x466)],this['_awaitingChangeset'],[_0x482a5b],this[_0x5cbb0d(0x3ab)],this[_0x5cbb0d(0x296)]);return _0x1f63b2[_0x5cbb0d(0x304)](),_0x1f63b2;}[_0x8a6054(0x45b)](_0x510d7f){const _0xf06a51=_0x8a6054;if(this[_0xf06a51(0x3ec)](_0x510d7f))return this['_clearScheduledTask'](),this[_0xf06a51(0x21a)]['createInstance'](X,this['unitID'],this['type'],this[_0xf06a51(0x2a0)],[],null,[_0x510d7f],this['_handler']);try{let _0xa1ccc6=this['_transformService']['transformChangesets']([_0x510d7f],[this[_0xf06a51(0x2a0)]],!0x1);if(_0x6b1d9c(_0xa1ccc6)){let {c1Prime:_0x47329c,c2Prime:_0x1f14f9}=_0xa1ccc6;this['_executeRemoteChangeset'](_0x47329c[0x0]),_0x1f14f9[0x0][_0xf06a51(0x20f)]=this[_0xf06a51(0x38a)](),this[_0xf06a51(0x428)]();let _0x3a04ad=this[_0xf06a51(0x21a)][_0xf06a51(0x275)](rn,this['unitID'],this[_0xf06a51(0x466)],_0x1f14f9[0x0],this['_handler']);return _0x3a04ad[_0xf06a51(0x304)](),_0x3a04ad;}throw _0xa1ccc6['error'];}catch(_0x228de1){return this[_0xf06a51(0x31e)][_0xf06a51(0x2c0)](_0x228de1),this[_0xf06a51(0x38c)](!0x1);}}[_0x8a6054(0x22d)](_0x242ae2){const _0x1eb2e9=_0x8a6054;this[_0x1eb2e9(0x428)]();let _0x2c48ed=this[_0x1eb2e9(0x412)][_0x1eb2e9(0x35a)](this['unitID']);if(_0x242ae2[_0x1eb2e9(0x446)]<=_0x2c48ed)return this;if(this['_checkMissing'](_0x242ae2))return this[_0x1eb2e9(0x21a)][_0x1eb2e9(0x275)](X,this['unitID'],this['type'],this['_awaitingChangeset'],[],_0x242ae2[_0x1eb2e9(0x446)],[],this['_handler']);this[_0x1eb2e9(0x32e)]();let _0x404b6c=this[_0x1eb2e9(0x21a)]['createInstance'](W,this[_0x1eb2e9(0x33a)],this[_0x1eb2e9(0x466)],this[_0x1eb2e9(0x3ab)]);return _0x404b6c[_0x1eb2e9(0x304)](),_0x404b6c;}[_0x8a6054(0x388)](_0x33b21d){const _0x4f6878=_0x8a6054;return this[_0x4f6878(0x38c)](!!(_0x33b21d!=null&&_0x33b21d['isPermissionRej']));}[_0x8a6054(0x2f9)](_0x494bda){const _0x24a3d8=_0x8a6054;return this[_0x24a3d8(0x37a)]>cn?this[_0x24a3d8(0x374)]():(this[_0x24a3d8(0x296)]=tn(this[_0x24a3d8(0x332)],{'timeout':this[_0x24a3d8(0x332)],'reqId':_0x494bda[_0x24a3d8(0x22e)]}),this[_0x24a3d8(0x34e)]=this[_0x24a3d8(0x296)][_0x24a3d8(0x2f8)](({reqId:_0x4af1c6,timeout:_0x5413d2})=>{const _0x2d6f28=_0x24a3d8;this[_0x2d6f28(0x358)](_0x4af1c6,_0x5413d2);}),this);}[_0x8a6054(0x374)](){const _0x4d2134=_0x8a6054;return this['_clearScheduledTask'](),this[_0x4d2134(0x21a)]['createInstance'](Y,this[_0x4d2134(0x33a)],this[_0x4d2134(0x466)],this[_0x4d2134(0x2a0)],[],this[_0x4d2134(0x3ab)]);}['toggleOnline'](){return this;}[_0x8a6054(0x2c4)](){const _0xb87d51=_0x8a6054;this[_0xb87d51(0x3ab)][_0xb87d51(0x2e6)](this[_0xb87d51(0x2a0)]);}['_onConflict'](_0x235052){const _0x31345b=_0x8a6054;return this[_0x31345b(0x428)](),this[_0x31345b(0x21a)][_0x31345b(0x275)](J,this[_0x31345b(0x33a)],this[_0x31345b(0x466)],this[_0x31345b(0x2a0)],[],this[_0x31345b(0x3ab)],_0x235052);}[_0x8a6054(0x358)](_0x1eb041,_0x257ab9){const _0x21b0d3=_0x8a6054;var _0x4f931f;_0x1eb041===((_0x4f931f=this['_awaitingChangeset'])==null?void 0x0:_0x4f931f[_0x21b0d3(0x22e)])&&(this[_0x21b0d3(0x2c4)](),this[_0x21b0d3(0x332)]=_0x257ab9===0x0?0x3e8:Math[_0x21b0d3(0x23a)](_0x257ab9*0x2,sn),this[_0x21b0d3(0x37a)]+=this[_0x21b0d3(0x332)]);}[_0x8a6054(0x428)](){const _0xaf814e=_0x8a6054;var _0x2bb089;(_0x2bb089=this[_0xaf814e(0x34e)])==null||_0x2bb089[_0xaf814e(0x30d)](),this[_0xaf814e(0x332)]=0x0,this[_0xaf814e(0x37a)]=0x0;}};K=rn=z([R(0x4,_0xaba5e9(_0x126fc9)),R(0x5,_0xaba5e9(_0x2ae16f)),R(0x6,_0x1b4da7),R(0x7,_0x2b6744),R(0x8,_0x3a7b09),R(0x9,_0x5995ce),R(0xa,_0x44ad0b(V))],K);let q=an=class extends U{constructor(_0x1a4221,_0x1736a1,_0x2a0cd4,_0x1e2f36,_0x41b26e,_0x5ce046,_0x1316c4,_0x32a18,_0x449969,_0x207e97,_0x291390,_0x232d0a,_0xa4eb5c){const _0x5085e0=_0x8a6054;super(_0x1a4221,_0x1736a1,_0x2a0cd4,_0x1e2f36,_0x41b26e,_0x449969,_0x232d0a,_0x32a18,_0xa4eb5c),this['_injector']=_0x1316c4,this[_0x5085e0(0x31e)]=_0x207e97,this['_transformService']=_0x291390,this[_0x5085e0(0x284)]=_0xa4eb5c,I(this,'status',_0x5085e0(0x389)),I(this,_0x5085e0(0x332),0x0),I(this,_0x5085e0(0x37a),0x0),I(this,_0x5085e0(0x296),void 0x0),I(this,_0x5085e0(0x34e),void 0x0),_0x5ce046&&(this[_0x5085e0(0x296)]=_0x5ce046,this[_0x5085e0(0x34e)]=this[_0x5085e0(0x296)][_0x5085e0(0x2f8)](({reqId:_0x49f55a,timeout:_0x48c3ca})=>{this['_resendWithTimeout'](_0x49f55a,_0x48c3ca);}));}[_0x8a6054(0x453)](_0x189c13){const _0x405b6d=_0x8a6054;return this['_pendingMutations'][_0x405b6d(0x27a)](_0x189c13),this;}['onRemoteChangeset'](_0x225888){const _0x223cf9=_0x8a6054;if(this[_0x223cf9(0x3ec)](_0x225888))return this[_0x223cf9(0x428)](),this[_0x223cf9(0x21a)][_0x223cf9(0x275)](X,this[_0x223cf9(0x33a)],this[_0x223cf9(0x466)],this['_awaitingChangeset'],this[_0x223cf9(0x420)],null,[_0x225888],this[_0x223cf9(0x3ab)]);try{let _0x22c477=this[_0x223cf9(0x216)][_0x223cf9(0x301)]([_0x225888],[this[_0x223cf9(0x2a0)]],!0x1);if(_0x6b1d9c(_0x22c477)){let {c1Prime:_0x498492,c2Prime:_0xf2d468}=_0x22c477,_0x52d1e0=this[_0x223cf9(0x216)][_0x223cf9(0x254)](_0x498492[0x0],this[_0x223cf9(0x420)]);if(_0x3b86d9(_0x52d1e0)){let {c1Prime:_0x1072da,m2Prime:_0x3d5ffa}=_0x52d1e0;return this[_0x223cf9(0x3f4)](_0x1072da),_0xf2d468[0x0]['baseRev']=this[_0x223cf9(0x38a)](),this['_clearScheduledTask'](),this[_0x223cf9(0x21a)][_0x223cf9(0x275)](an,this['unitID'],this[_0x223cf9(0x466)],_0xf2d468[0x0],_0x3d5ffa,this[_0x223cf9(0x3ab)],void 0x0);}throw _0x52d1e0[_0x223cf9(0x2c0)];}throw _0x22c477[_0x223cf9(0x2c0)];}catch(_0x51f19d){return this[_0x223cf9(0x31e)][_0x223cf9(0x2c0)](_0x51f19d),this[_0x223cf9(0x38c)](!0x1);}}[_0x8a6054(0x22d)](_0x3ada28){const _0x1597dc=_0x8a6054;this[_0x1597dc(0x428)]();let _0x412dda=this[_0x1597dc(0x38a)]();if(_0x3ada28[_0x1597dc(0x446)]<=_0x412dda)return this;if(this[_0x1597dc(0x3ec)](_0x3ada28))return this[_0x1597dc(0x21a)][_0x1597dc(0x275)](X,this[_0x1597dc(0x33a)],this['type'],this[_0x1597dc(0x2a0)],this['_pendingMutations'],_0x3ada28[_0x1597dc(0x446)],[],this[_0x1597dc(0x3ab)]);this['_incrementRevisionNumber']();let _0xa0e13a=this[_0x1597dc(0x21a)][_0x1597dc(0x275)](G,this[_0x1597dc(0x33a)],this['type'],this['_pendingMutations'],this[_0x1597dc(0x3ab)]);return _0xa0e13a[_0x1597dc(0x40c)](),_0xa0e13a['_updateLocalCache'](),_0xa0e13a;}['onRemoteRej'](_0x205e70){const _0x14d04f=_0x8a6054;return this[_0x14d04f(0x38c)](!!(_0x205e70!=null&&_0x205e70['isPermissionRej']));}[_0x8a6054(0x2f9)](_0x43b057){const _0x5ebdae=_0x8a6054;return this[_0x5ebdae(0x37a)]>cn?this[_0x5ebdae(0x374)]():(this[_0x5ebdae(0x296)]=tn(this[_0x5ebdae(0x332)],{'timeout':this['_resendTimeout'],'reqId':_0x43b057[_0x5ebdae(0x22e)]}),this['_sender']=this['_resendTimer'][_0x5ebdae(0x2f8)](({reqId:_0xbc864e,timeout:_0x43362c})=>{const _0x3a82c7=_0x5ebdae;this[_0x3a82c7(0x358)](_0xbc864e,_0x43362c);}),this);}['toggleOffline'](){const _0x4cb13f=_0x8a6054;return this[_0x4cb13f(0x428)](),this[_0x4cb13f(0x21a)]['createInstance'](Y,this[_0x4cb13f(0x33a)],this[_0x4cb13f(0x466)],this['_awaitingChangeset'],this[_0x4cb13f(0x420)],this['_handler']);}[_0x8a6054(0x324)](){return this;}[_0x8a6054(0x2c4)](){const _0x4eac56=_0x8a6054;this['_handler'][_0x4eac56(0x2e6)](this[_0x4eac56(0x2a0)]);}[_0x8a6054(0x38c)](_0x23186d){const _0x36eab0=_0x8a6054;return this[_0x36eab0(0x428)](),this[_0x36eab0(0x21a)]['createInstance'](J,this['unitID'],this['type'],null,this['_pendingMutations'],this['_handler'],_0x23186d);}[_0x8a6054(0x358)](_0x5a47ea,_0x238c22){const _0x36b20d=_0x8a6054;var _0x4a0baf;_0x5a47ea===((_0x4a0baf=this[_0x36b20d(0x2a0)])==null?void 0x0:_0x4a0baf['reqId'])&&(this[_0x36b20d(0x2c4)](),this['_resendTimeout']=_0x238c22===0x0?0x3e8:Math[_0x36b20d(0x23a)](_0x238c22*0x2,sn),this[_0x36b20d(0x37a)]+=this['_resendTimeout']);}[_0x8a6054(0x428)](){const _0x48c1cf=_0x8a6054;var _0x30863b;(_0x30863b=this[_0x48c1cf(0x34e)])==null||_0x30863b[_0x48c1cf(0x30d)](),this[_0x48c1cf(0x332)]=0x0,this[_0x48c1cf(0x37a)]=0x0;}};q=an=z([R(0x6,_0xaba5e9(_0x126fc9)),R(0x7,_0xaba5e9(_0x2ae16f)),R(0x8,_0x1b4da7),R(0x9,_0x2b6744),R(0xa,_0x3a7b09),R(0xb,_0x5995ce),R(0xc,_0x44ad0b(V))],q);let J=class extends U{constructor(_0x6aade5,_0x4104bc,_0x2d75f2,_0x99a561,_0x37059c,_0x30b2f6=!0x1,_0x9b5f86,_0x17c1f4,_0x309919,_0x976c64,_0x4be6a8,_0x4eccc9,_0x5215d6){const _0x8886c8=_0x8a6054;super(_0x6aade5,_0x4104bc,_0x2d75f2,_0x99a561,_0x37059c,_0x17c1f4,_0x309919,_0x976c64,_0x5215d6),this['_isPermissionRej']=_0x30b2f6,this['_permissionService']=_0x9b5f86,this['_localeService']=_0x4be6a8,this[_0x8886c8(0x316)]=_0x4eccc9,this[_0x8886c8(0x284)]=_0x5215d6,I(this,_0x8886c8(0x2d3),_0x8886c8(0x234)),this['_showConflictNotification'](),this[_0x8886c8(0x357)](),this[_0x8886c8(0x28d)]();}['appendMutation'](){return this;}[_0x8a6054(0x45b)](){return this;}['onRemoteAck'](){return this;}['onRemoteRej'](){return this;}[_0x8a6054(0x2f9)](){return this;}['toggleOffline'](){return this;}[_0x8a6054(0x324)](){return this;}['resend'](){const _0x20e99f=_0x8a6054;throw Error(_0x20e99f(0x434));}[_0x8a6054(0x357)](){const _0x3f403f=_0x8a6054;var _0x26e53b,_0xfdbe0f,_0x5cef76;(_0x26e53b=this[_0x3f403f(0x3bd)])==null||(_0xfdbe0f=_0x26e53b['backupOfflineData'])==null||(_0xfdbe0f=_0xfdbe0f[_0x3f403f(0x1f6)](_0x26e53b,this[_0x3f403f(0x33a)],'conflict'))==null||_0xfdbe0f[_0x3f403f(0x247)](()=>void 0x0),(_0x5cef76=this[_0x3f403f(0x3bd)])==null||_0x5cef76[_0x3f403f(0x429)](this[_0x3f403f(0x33a)],this[_0x3f403f(0x466)],null,[]);}['_showConflictNotification'](){const _0x1cc2ed=_0x8a6054;this[_0x1cc2ed(0x44a)]?this[_0x1cc2ed(0x316)][_0x1cc2ed(0x264)]({'id':_0x1cc2ed(0x34d)}):this[_0x1cc2ed(0x316)][_0x1cc2ed(0x264)]({'id':_0x1cc2ed(0x456)});}['_disableEditing'](){const _0x5ec92c=_0x8a6054;this['_permissionService'][_0x5ec92c(0x2dd)](new _0x15b1fe(this['unitID'])['id'],!0x1);}};J=z([R(0x6,_0xaba5e9(_0x4fbdaa)),R(0x7,_0x1b4da7),R(0x8,_0x5995ce),R(0x9,_0xaba5e9(_0x2ae16f)),R(0xa,_0xaba5e9(_0x5d1c63)),R(0xb,_0xaba5e9(L)),R(0xc,_0x44ad0b(V))],J);let Y=class extends U{constructor(_0x1113bc,_0x3cd82d,_0x71eb03,_0x27b0f2,_0x204fb7,_0x460999,_0x151406,_0x5ddb17,_0x3924b0,_0x47be4b){const _0x130331=_0x8a6054;super(_0x1113bc,_0x3cd82d,_0x71eb03,_0x27b0f2,_0x204fb7,_0x5ddb17,_0x3924b0,_0x151406,_0x47be4b),this['_injector']=_0x460999,I(this,_0x130331(0x2d3),_0x130331(0x289));}['appendMutation'](_0x680dc){const _0x392541=_0x8a6054;return this[_0x392541(0x420)][_0x392541(0x27a)](_0x680dc),this[_0x392541(0x304)](),this;}[_0x8a6054(0x45b)](_0x22fa77){const _0x82874e=_0x8a6054;throw Error(_0x82874e(0x204));}[_0x8a6054(0x22d)](){const _0x107015=_0x8a6054;throw Error(_0x107015(0x3d3));}[_0x8a6054(0x388)](){throw Error('[OfflineState]:\x20received\x20rejection.');}[_0x8a6054(0x2f9)](){return this;}[_0x8a6054(0x374)](){return this;}[_0x8a6054(0x324)](){const _0x49670a=_0x8a6054;let {_injector:_0x120118,_pendingMutations:_0x18c07a,_awaitingChangeset:_0x1ba804,unitID:_0x559108,_handler:_0xc5ecbb,type:_0x277aca}=this,_0xf00237=ln(_0x120118,_0x559108,_0x277aca,_0x1ba804,_0x18c07a,_0xc5ecbb);return _0xf00237 instanceof G?_0xf00237[_0x49670a(0x40c)]():(_0xf00237 instanceof q||_0xf00237 instanceof K)&&_0xf00237[_0x49670a(0x2c4)](),_0xf00237;}['resend'](){throw Error('[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.');}};Y=z([R(0x5,_0xaba5e9(_0x126fc9)),R(0x6,_0xaba5e9(_0x2ae16f)),R(0x7,_0x1b4da7),R(0x8,_0x5995ce),R(0x9,_0x44ad0b(V))],Y);let X=class extends U{constructor(_0x42c699,_0x411e63,_0x26581f,_0x5d6323,_0x1a1b14,_0x32a82c,_0x5f0207,_0x1ebd0b,_0x5ca377,_0x4b60eb,_0x3a7b79,_0x10f938,_0x4b45d4,_0x418368){const _0x4159e3=_0x8a6054;super(_0x42c699,_0x411e63,_0x26581f,_0x5d6323,_0x5f0207,_0x3a7b79,_0x10f938,_0x5ca377,_0x418368),this['_acknowledgedAwaitingRevision']=_0x1a1b14,this[_0x4159e3(0x2c7)]=_0x32a82c,this[_0x4159e3(0x21a)]=_0x1ebd0b,this[_0x4159e3(0x31e)]=_0x4b60eb,this[_0x4159e3(0x216)]=_0x4b45d4,this['localCacheService']=_0x418368,I(this,_0x4159e3(0x2d3),_0x4159e3(0x366));}['onMissedChangesetFetched'](_0x4ec830){const _0x28ae06=_0x8a6054;try{if(this['_handleRemoteChangesets'](_0x4ec830)[_0x28ae06(0x30b)])throw Error(_0x28ae06(0x279));if(this[_0x28ae06(0x423)]([...this[_0x28ae06(0x2c7)]]['sort']((_0x510a69,_0x512e94)=>_0x510a69[_0x28ae06(0x446)]-_0x512e94[_0x28ae06(0x446)]))[_0x28ae06(0x30b)])return this['_queuedRemoteChangesets']=[],this['_updateLocalCache'](),this[_0x28ae06(0x3ab)]['onMissingChangesets']({'from':this['_getCurrentRevision'](),'to':0x0}),this;let _0x1cb5c2=this[_0x28ae06(0x2a0)],_0x1b7452=this[_0x28ae06(0x420)],_0x433942;if(_0x1cb5c2&&_0x1b7452[_0x28ae06(0x2fb)]!==0x0)_0x433942=this[_0x28ae06(0x21a)][_0x28ae06(0x275)](q,this['unitID'],this[_0x28ae06(0x466)],_0x1cb5c2,_0x1b7452,this[_0x28ae06(0x3ab)],void 0x0);else{if(_0x1cb5c2&&_0x1b7452[_0x28ae06(0x2fb)]===0x0)_0x1cb5c2['baseRev']=this[_0x28ae06(0x38a)](),_0x433942=this['_injector']['createInstance'](K,this['unitID'],this['type'],_0x1cb5c2,this[_0x28ae06(0x3ab)]);else{if(_0x1b7452[_0x28ae06(0x2fb)]!==0x0){let _0x1b5e32=this['_injector'][_0x28ae06(0x275)](G,this[_0x28ae06(0x33a)],this[_0x28ae06(0x466)],_0x1b7452,this[_0x28ae06(0x3ab)]);_0x1b5e32[_0x28ae06(0x40c)](),_0x433942=_0x1b5e32;}else _0x433942=this[_0x28ae06(0x21a)]['createInstance'](W,this[_0x28ae06(0x33a)],this[_0x28ae06(0x466)],this['_handler']);}}return _0x433942[_0x28ae06(0x304)](),_0x433942;}catch(_0x4deae1){return this[_0x28ae06(0x31e)]['error'](_0x28ae06(0x263),_0x28ae06(0x256),_0x4deae1),this[_0x28ae06(0x21a)]['createInstance'](J,this['unitID'],this[_0x28ae06(0x466)],this[_0x28ae06(0x2a0)],this[_0x28ae06(0x420)],this[_0x28ae06(0x3ab)],!0x1);}}[_0x8a6054(0x423)](_0x213de7){const _0x2eea72=_0x8a6054;this[_0x2eea72(0x403)]();for(let _0x34d294=0x0;_0x34d294<_0x213de7[_0x2eea72(0x2fb)];_0x34d294++){let _0x316c0d=_0x213de7[_0x34d294],_0x1b02b9=this[_0x2eea72(0x38a)]();if(!(_0x316c0d['revision']<=_0x1b02b9)){if(_0x316c0d[_0x2eea72(0x446)]>_0x1b02b9+0x1)return{'missingChangesets':!0x0};if(this[_0x2eea72(0x2e1)](_0x316c0d)){this[_0x2eea72(0x20e)]();continue;}this[_0x2eea72(0x32f)](_0x316c0d),this['_acknowledgeAwaitingIfReady']();}}return{'missingChangesets':!0x1};}[_0x8a6054(0x32f)](_0x52d2c0){const _0x7403cd=_0x8a6054;let _0x23bdd3=_0x52d2c0,_0x1a9d9c=this[_0x7403cd(0x2a0)];if(_0x1a9d9c){let _0x4b6539=this[_0x7403cd(0x216)][_0x7403cd(0x301)]([_0x52d2c0],[_0x1a9d9c],!0x1);if(!_0x6b1d9c(_0x4b6539))throw _0x4b6539['error'];_0x23bdd3=_0x4b6539[_0x7403cd(0x2b7)][0x0],_0x1a9d9c=_0x4b6539['c2Prime'][0x0];}let _0x6c8d92=this[_0x7403cd(0x420)];if(_0x6c8d92[_0x7403cd(0x2fb)]){let _0x2ddea8=this[_0x7403cd(0x216)]['transformMutationsWithChangeset'](_0x23bdd3,_0x6c8d92);if(!_0x3b86d9(_0x2ddea8))throw _0x2ddea8['error'];_0x23bdd3=_0x2ddea8['c1Prime'],_0x6c8d92=_0x2ddea8['m2Prime'];}this[_0x7403cd(0x3f4)](_0x23bdd3),_0x1a9d9c&&(_0x1a9d9c[_0x7403cd(0x20f)]=this[_0x7403cd(0x38a)]()),this['_awaitingChangeset']=_0x1a9d9c,this['_pendingMutations']=_0x6c8d92;}[_0x8a6054(0x403)](){const _0x2c213b=_0x8a6054;if(!this['_awaitingChangeset']||this[_0x2c213b(0x42e)]==null)return;let _0x239c5c=this[_0x2c213b(0x38a)]();if(this[_0x2c213b(0x42e)]<=_0x239c5c)throw Error(_0x2c213b(0x401)+this[_0x2c213b(0x42e)]+'.');this[_0x2c213b(0x42e)]===_0x239c5c+0x1&&this[_0x2c213b(0x20e)]();}[_0x8a6054(0x20e)](){const _0x128b27=_0x8a6054;this[_0x128b27(0x32e)](),this[_0x128b27(0x2a0)]=null,this['_acknowledgedAwaitingRevision']=null;}['_isEchoedAwaitingChangeset'](_0x972d9f){const _0x4d9ea1=_0x8a6054;let _0x16534b=this[_0x4d9ea1(0x2a0)];return!_0x16534b||!_0x16534b[_0x4d9ea1(0x2ba)]||_0x16534b[_0x4d9ea1(0x22e)]===null||_0x16534b[_0x4d9ea1(0x22e)]===void 0x0?!0x1:_0x972d9f['unitID']===_0x16534b[_0x4d9ea1(0x33a)]&&_0x972d9f[_0x4d9ea1(0x2ba)]===_0x16534b[_0x4d9ea1(0x2ba)]&&_0x972d9f['reqId']===_0x16534b[_0x4d9ea1(0x22e)];}[_0x8a6054(0x2c4)](){throw Error('[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x8a6054(0x453)](_0x5887c0){const _0x56b5e0=_0x8a6054;return this[_0x56b5e0(0x420)]['push'](_0x5887c0),this;}[_0x8a6054(0x45b)](_0x2528e2){const _0x3d6831=_0x8a6054;return this[_0x3d6831(0x2c7)]['push'](_0x2528e2),this;}['onRemoteAck'](_0xce1fd5){const _0x52a891=_0x8a6054;if(this[_0x52a891(0x2a0)]){let _0x56fe67=this[_0x52a891(0x38a)]();return _0xce1fd5[_0x52a891(0x446)]<=_0x56fe67||(_0x56fe67+0x1===_0xce1fd5[_0x52a891(0x446)]?(this[_0x52a891(0x32e)](),this['_awaitingChangeset']=null,this[_0x52a891(0x42e)]=null):this[_0x52a891(0x42e)]=_0xce1fd5[_0x52a891(0x446)]),this;}if(_0xce1fd5[_0x52a891(0x446)]<=this[_0x52a891(0x38a)]())return this;throw Error('[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!');}['onRemoteRej'](_0x3a81db){const _0x22f356=_0x8a6054;return this[_0x22f356(0x38c)](!!(_0x3a81db!=null&&_0x3a81db[_0x22f356(0x352)]));}[_0x8a6054(0x2f9)](){return this;}['toggleOffline'](){const _0x3553a0=_0x8a6054;return this[_0x3553a0(0x21a)]['createInstance'](Y,this[_0x3553a0(0x33a)],this[_0x3553a0(0x466)],this[_0x3553a0(0x2a0)],this[_0x3553a0(0x420)],this[_0x3553a0(0x3ab)]);}['toggleOnline'](){return this;}[_0x8a6054(0x38c)](_0x121ac3){const _0x4e75f8=_0x8a6054;return this['_injector'][_0x4e75f8(0x275)](J,this[_0x4e75f8(0x33a)],this['type'],this[_0x4e75f8(0x2a0)],this[_0x4e75f8(0x420)],this['_handler'],_0x121ac3);}};X=z([R(0x7,_0xaba5e9(_0x126fc9)),R(0x8,_0xaba5e9(_0x2ae16f)),R(0x9,_0x2b6744),R(0xa,_0x1b4da7),R(0xb,_0x5995ce),R(0xc,_0x3a7b09),R(0xd,_0x44ad0b(V))],X);function ln(_0x5efc66,_0x22c0ba,_0x58cf07,_0x2dadc5,_0x4b7a94,_0x411887){const _0x196ce6=_0x8a6054;return _0x2dadc5&&_0x4b7a94[_0x196ce6(0x2fb)]?_0x5efc66['createInstance'](q,_0x22c0ba,_0x58cf07,_0x2dadc5,_0x4b7a94,_0x411887,void 0x0):_0x2dadc5?_0x5efc66['createInstance'](K,_0x22c0ba,_0x58cf07,_0x2dadc5,_0x411887):_0x4b7a94[_0x196ce6(0x2fb)]?_0x5efc66[_0x196ce6(0x275)](G,_0x22c0ba,_0x58cf07,_0x4b7a94,_0x411887):_0x5efc66[_0x196ce6(0x275)](W,_0x22c0ba,_0x58cf07,_0x411887);}let Z=class extends _0x2cad8a{get[_0x8a6054(0x32a)](){const _0x5edae9=_0x8a6054;return this[_0x5edae9(0x2e4)];}constructor(_0x42f1d8,_0x4a3e02,_0x985d39,_0x2315b9,_0x307e59,_0x4ec7e4,_0x2c3b6e,_0x480efd,_0x3e3102,_0x974c9a,_0x190170,_0x1f9590,_0x12aac2,_0x215cb6){const _0x4a2ef8=_0x8a6054;super(),this[_0x4a2ef8(0x33a)]=_0x42f1d8,this[_0x4a2ef8(0x27c)]=_0x4a3e02,this[_0x4a2ef8(0x33c)]=_0x985d39,this['_injector']=_0x2315b9,this[_0x4a2ef8(0x29a)]=_0x307e59,this['_localeService']=_0x4ec7e4,this[_0x4a2ef8(0x412)]=_0x2c3b6e,this[_0x4a2ef8(0x2f5)]=_0x480efd,this['_univerInstanceService']=_0x3e3102,this[_0x4a2ef8(0x31e)]=_0x974c9a,this[_0x4a2ef8(0x238)]=_0x190170,this['_permissionService']=_0x1f9590,this['_singleActiveUnitService']=_0x12aac2,this[_0x4a2ef8(0x3bd)]=_0x215cb6,I(this,'_state$',new _0xe5e901(null)),I(this,_0x4a2ef8(0x2b5),this[_0x4a2ef8(0x2af)][_0x4a2ef8(0x2a7)]()),I(this,_0x4a2ef8(0x2e4),void 0x0),I(this,_0x4a2ef8(0x245),!0x1),I(this,_0x4a2ef8(0x467),''),I(this,_0x4a2ef8(0x26e),0x0),I(this,_0x4a2ef8(0x417),this[_0x4a2ef8(0x2b5)][_0x4a2ef8(0x320)](_0x3e2b04(_0x1c014f=>_0x1c014f?_0x1c014f[_0x4a2ef8(0x2d3)]:'offline'),_0x350751({'bufferSize':0x1,'refCount':!0x0}))),I(this,_0x4a2ef8(0x1f4),!0x1),I(this,'_remoteChangesetQueue',[]);}async[_0x8a6054(0x25b)](){const _0x41329f=_0x8a6054;if(this[_0x41329f(0x32a)])throw Error(_0x41329f(0x3d0));await this[_0x41329f(0x41c)]();}['pauseCollaboration'](){return this['_collaborationPaused']=!0x0,_0x38efac(()=>{const _0x2287f3=_0x4e5e;this[_0x2287f3(0x245)]=!0x1,this['_exhaustRemoteChangesetQueue']();});}['onLocalMutation'](_0x21309b){this['_onLocalMutation'](_0x21309b);}[_0x8a6054(0x307)](_0x495af5){const _0x6f7739=_0x8a6054;this[_0x6f7739(0x2e4)]=_0x495af5,this['_state$']['next'](_0x495af5);}async['_init'](){const _0x45e1aa=_0x8a6054;if(this[_0x45e1aa(0x307)](await this[_0x45e1aa(0x3e1)]()),this[_0x45e1aa(0x277)]){var _0x4e5b1b;(_0x4e5b1b=this[_0x45e1aa(0x277)])==null||_0x4e5b1b['editingUnit'](this[_0x45e1aa(0x33a)]),this['disposeWithMe'](this['_singleActiveUnitService'][_0x45e1aa(0x3fd)](this[_0x45e1aa(0x33a)])[_0x45e1aa(0x2f8)](_0x3b0fa4=>{const _0x3951df=_0x45e1aa;this['_logService'][_0x3951df(0x252)](_0x3951df(0x2eb),_0x3951df(0x2a4),_0x3b0fa4),_0x3b0fa4===0x1?(this['_eventService']['emitEvent']({'id':_0x3951df(0x2c2)}),this[_0x3951df(0x361)][_0x3951df(0x2dd)](new _0x15b1fe(this[_0x3951df(0x33a)])['id'],!0x1),this[_0x3951df(0x361)][_0x3951df(0x3b2)](!0x1)):(this[_0x3951df(0x361)][_0x3951df(0x2dd)](new _0x15b1fe(this[_0x3951df(0x33a)])['id'],!0x0),this[_0x3951df(0x361)][_0x3951df(0x3b2)](!0x0));}));}let _0x51342b=!0x1;return this[_0x45e1aa(0x368)](this[_0x45e1aa(0x27c)][_0x45e1aa(0x37b)][_0x45e1aa(0x2f8)](_0x248c46=>{const _0x1ee810=_0x45e1aa;_0x248c46===0x3?this['_toggleOnline'](_0x51342b):_0x248c46===0x2&&(_0x51342b=!0x0,this[_0x1ee810(0x3f8)]());})),this[_0x45e1aa(0x368)](this[_0x45e1aa(0x27c)]['event$'][_0x45e1aa(0x2f8)](_0x4983fb=>{const _0x512eeb=_0x45e1aa;try{switch(_0x4983fb[_0x512eeb(0x2d0)]){case _0xaf3ca4['NEW_CHANGESETS']:this[_0x512eeb(0x3d9)](_0x5aeffd(_0x4983fb['data']));break;case _0xaf3ca4[_0x512eeb(0x360)]:this[_0x512eeb(0x390)](_0x4983fb['data']);break;case _0xaf3ca4[_0x512eeb(0x32b)]:this['_onRemoteRejected']();break;case _0xaf3ca4['CHANGESET_SHOULD_RETRY']:this['_onRemoteRetry'](_0x4983fb[_0x512eeb(0x21e)]);break;case _0xaf3ca4[_0x512eeb(0x29f)]:this[_0x512eeb(0x3a7)](_0x4983fb[_0x512eeb(0x21e)][_0x512eeb(0x2f7)][_0x512eeb(0x3bc)](_0x261a9a=>_0x5aeffd(_0x261a9a)));break;case _0xaf3ca4['PERMISSION_REJ']:this[_0x512eeb(0x22a)]({'isPermissionRej':!0x0});break;case _0xaf3ca4['UNISCRIPT_RUN']:break;}}catch(_0x5aae42){throw console[_0x512eeb(0x2c0)]('Error\x20on\x20receiving\x20event',_0x5aae42),_0x5aae42;}})),this['_state'];}[_0x8a6054(0x330)](){this['_transitionLocked']=!0x1;}[_0x8a6054(0x1f7)](){const _0x487ec0=_0x8a6054;if(this[_0x487ec0(0x1f4)])throw Error('[CollaborationEntity]:\x20cannot\x20lock\x20transition\x20twice!\x20This\x20is\x20an\x20implementation\x20error,\x20meaning\x20you\x20transit\x20the\x20collaboration\x20state\x20again\x20in\x20the\x20process\x20of\x20a\x20previous\x20transition.\x20This\x20should\x20never\x20happen.');this['_transitionLocked']=!0x0;}[_0x8a6054(0x2b4)](_0x5f3888){const _0x1508b6=_0x8a6054;this[_0x1508b6(0x1f7)](),this[_0x1508b6(0x307)](this[_0x1508b6(0x2e4)]['appendMutation'](_0x5f3888)),this['_unlockTransition']();}[_0x8a6054(0x3d9)](_0x206ec5){const _0x5e8bb7=_0x8a6054;if(!(_0x206ec5[_0x5e8bb7(0x446)]<=this[_0x5e8bb7(0x412)][_0x5e8bb7(0x35a)](this[_0x5e8bb7(0x33a)]))){if(this[_0x5e8bb7(0x245)]){this['_remoteChangesetQueue'][_0x5e8bb7(0x27a)](_0x206ec5);return;}this[_0x5e8bb7(0x299)](_0x206ec5);}}[_0x8a6054(0x2fd)](){const _0x4ead4e=_0x8a6054;this[_0x4ead4e(0x422)][_0x4ead4e(0x380)](_0x52b415=>this[_0x4ead4e(0x299)](_0x52b415)),this[_0x4ead4e(0x422)]=[];}[_0x8a6054(0x299)](_0x4a8ef0){const _0x196023=_0x8a6054;let _0x3a5a7f=this[_0x196023(0x29a)][_0x196023(0x221)]['fetchThroughInterceptors'](this[_0x196023(0x29a)][_0x196023(0x221)][_0x196023(0x2f0)]()['COMPRESS_MUTATION_APPLY'])(_0x4a8ef0[_0x196023(0x444)],null)||_0x4a8ef0[_0x196023(0x444)],_0x295795={..._0x4a8ef0,'mutations':_0x3a5a7f};this[_0x196023(0x1f7)](),this[_0x196023(0x307)](this[_0x196023(0x2e4)][_0x196023(0x45b)](_0x295795)),this[_0x196023(0x330)]();}[_0x8a6054(0x390)](_0x5efa2d){const _0x556a41=_0x8a6054;this[_0x556a41(0x1f7)](),this[_0x556a41(0x307)](this[_0x556a41(0x2e4)]['onRemoteAck'](_0x5efa2d)),this[_0x556a41(0x330)]();}[_0x8a6054(0x22a)](_0x5d4c40){const _0x4f2402=_0x8a6054;this[_0x4f2402(0x1f7)](),this[_0x4f2402(0x307)](this['_state'][_0x4f2402(0x388)](_0x5d4c40)),this['_unlockTransition']();}['_onRemoteRetry'](_0x2bcbb1){const _0x5691cb=_0x8a6054;this['_lockTransition'](),this[_0x5691cb(0x307)](this[_0x5691cb(0x2e4)][_0x5691cb(0x2f9)](_0x2bcbb1)),this['_unlockTransition']();}[_0x8a6054(0x3a7)](_0x2ca512){const _0xcae279=_0x8a6054;if(!(this[_0xcae279(0x2e4)]instanceof X))throw TypeError(_0xcae279(0x40b));let _0x423cd4=_0x2ca512[_0xcae279(0x3bc)](_0x1febeb=>{const _0x507451=_0xcae279;let _0x511910=this[_0x507451(0x29a)][_0x507451(0x221)][_0x507451(0x3a9)](this['_compressMutationService'][_0x507451(0x221)][_0x507451(0x2f0)]()[_0x507451(0x3e2)])(_0x1febeb[_0x507451(0x444)],null)||_0x1febeb['mutations'];return{..._0x1febeb,'mutations':_0x511910};});this['_lockTransition'](),this['_updateState'](this[_0xcae279(0x2e4)]['onMissedChangesetFetched'](_0x423cd4)),this[_0xcae279(0x330)]();}[_0x8a6054(0x3f8)](){const _0x402d20=_0x8a6054;this[_0x402d20(0x1f7)](),this[_0x402d20(0x307)](this[_0x402d20(0x2e4)][_0x402d20(0x374)]()),this['_unlockTransition']();}[_0x8a6054(0x359)](_0x4f58ec=!0x1){const _0x261613=_0x8a6054;this[_0x261613(0x1f7)](),this['_updateState'](this['_state'][_0x261613(0x324)]()),this['_unlockTransition']();let _0x39f7bb=this['_state'];_0x4f58ec&&_0x39f7bb instanceof W&&(this[_0x261613(0x1f7)](),this[_0x261613(0x307)](_0x39f7bb['fetchMiss']()),this[_0x261613(0x330)]());}async[_0x8a6054(0x3e1)](){return new Promise(_0x5d9f1f=>{const _0x1989f9=_0x4e5e;this[_0x1989f9(0x27c)][_0x1989f9(0x37b)]['pipe'](_0x207f3d(0x1))[_0x1989f9(0x2f8)](async _0x54b9e2=>{const _0x2b72bb=_0x1989f9;_0x5d9f1f(await this[_0x2b72bb(0x3cf)](_0x54b9e2===0x3));});});}['_createHandler'](){const _0x3fc132=_0x8a6054;let _0x5ad7b9=this[_0x3fc132(0x33a)];return{'onStateChange':(_0x24ad98,_0x23ddbd)=>{const _0x39c957=_0x3fc132;if(_0x24ad98!==this[_0x39c957(0x2e4)])throw Error(_0x39c957(0x22b)+_0x24ad98[_0x39c957(0x2d3)]+_0x39c957(0x3c0)+_0x23ddbd[_0x39c957(0x2d3)]+_0x39c957(0x24c)+this['_state'][_0x39c957(0x2d3)]);this['_updateState'](_0x23ddbd);},'onSendChangeset':_0x237105=>{const _0x3bbcc6=_0x3fc132;_0x237105[_0x3bbcc6(0x2ba)]||(_0x237105[_0x3bbcc6(0x2ba)]=this['_changesetSessionId'],_0x237105['reqId']=++this[_0x3bbcc6(0x26e)]);let _0x1d04e8={'eventID':_0xaf3ca4[_0x3bbcc6(0x3cd)],'data':{'unitID':_0x237105[_0x3bbcc6(0x33a)],'unitType':this[_0x3bbcc6(0x33c)],'changeset':_0x237105,'memberID':this[_0x3bbcc6(0x27c)][_0x3bbcc6(0x2c6)]()}};this[_0x3bbcc6(0x27c)][_0x3bbcc6(0x20d)](_0x1d04e8,this[_0x3bbcc6(0x33a)]);},'onMissingChangesets':({from:_0x106fe6,to:_0x4e5733})=>{const _0xf8c40=_0x3fc132;this['_logService'][_0xf8c40(0x252)](_0xf8c40(0x2eb),'fetching\x20missing\x20changesets\x20from\x20'+_0x106fe6+_0xf8c40(0x3dc)+_0x4e5733);let _0x1bc8f1={'eventID':_0xaf3ca4[_0xf8c40(0x236)],'data':{'unitID':_0x5ad7b9,'unitType':this[_0xf8c40(0x33c)],'from':_0x106fe6,'to':_0x4e5733}};this['session']['send'](_0x1bc8f1,this[_0xf8c40(0x33a)]);}};}async['_createInitialStateImpl'](_0x448e48){const _0x4c5624=_0x8a6054;var _0x54c82d,_0x44c606,_0x7023e3;let _0x3a51e9=await((_0x54c82d=this[_0x4c5624(0x3bd)])==null?void 0x0:_0x54c82d[_0x4c5624(0x3af)](this['unitID'])),_0x2cf672=(_0x44c606=_0x3a51e9==null?void 0x0:_0x3a51e9[_0x4c5624(0x444)])==null?[]:_0x44c606,_0x25c2ca=(_0x7023e3=_0x3a51e9==null?void 0x0:_0x3a51e9[_0x4c5624(0x2d1)])==null?null:_0x7023e3,_0x41f21f=!!(_0x25c2ca!=null&&_0x25c2ca[_0x4c5624(0x2ba)])&&!!(_0x25c2ca!=null&&_0x25c2ca['reqId']);this[_0x4c5624(0x467)]=_0x41f21f?_0x25c2ca[_0x4c5624(0x2ba)]:_0x5f1132(),this[_0x4c5624(0x26e)]=_0x41f21f?_0x25c2ca[_0x4c5624(0x22e)]:0x0;let _0x36dd21=this['unitID'];try{this[_0x4c5624(0x3fa)](_0x25c2ca,_0x2cf672);}catch(_0x4161b3){this[_0x4c5624(0x31e)][_0x4c5624(0x2c0)](_0x4161b3);}let _0x4846d3=this['_createHandler']();if(_0x448e48){let _0xdb7617=ln(this[_0x4c5624(0x21a)],_0x36dd21,this['_type'],_0x25c2ca,_0x2cf672,_0x4846d3);return _0xdb7617 instanceof G?_0xdb7617[_0x4c5624(0x40c)]():(_0xdb7617 instanceof q||_0xdb7617 instanceof K)&&_0xdb7617['resend'](),_0xdb7617;}return this[_0x4c5624(0x21a)][_0x4c5624(0x275)](Y,_0x36dd21,this[_0x4c5624(0x33c)],_0x25c2ca,_0x2cf672,_0x4846d3);}[_0x8a6054(0x3fa)](_0x36610f,_0x3c6012){const _0x3ffc63=_0x8a6054;var _0x1c05d2,_0x1c71af;let _0x51d217=this[_0x3ffc63(0x29a)][_0x3ffc63(0x221)][_0x3ffc63(0x3a9)](this['_compressMutationService'][_0x3ffc63(0x221)][_0x3ffc63(0x2f0)]()[_0x3ffc63(0x3e2)]);(_0x1c05d2=_0x51d217((_0x36610f==null?void 0x0:_0x36610f[_0x3ffc63(0x444)])||[],null))==null||_0x1c05d2[_0x3ffc63(0x380)](_0x4e44a7=>this[_0x3ffc63(0x238)][_0x3ffc63(0x246)](_0x4e44a7['id'],_0x4e44a7[_0x3ffc63(0x3e9)])),(_0x1c71af=_0x51d217(_0x3c6012||[],null))==null||_0x1c71af[_0x3ffc63(0x380)](_0x5e968a=>this[_0x3ffc63(0x238)][_0x3ffc63(0x246)](_0x5e968a['id'],_0x5e968a[_0x3ffc63(0x3e9)]));}};Z=z([R(0x3,_0xaba5e9(_0x126fc9)),R(0x4,_0xaba5e9(_0x3076ce)),R(0x5,_0xaba5e9(_0x5d1c63)),R(0x6,_0xaba5e9(_0x2ae16f)),R(0x7,_0xaba5e9(L)),R(0x8,_0x3ca986),R(0x9,_0x2b6744),R(0xa,_0x1b4da7),R(0xb,_0x4fbdaa),R(0xc,_0x44ad0b(H)),R(0xd,_0x44ad0b(V))],Z);let un=class extends Z{constructor(_0x15c3ce,_0x3d3c21,_0x4bc8eb,_0x59cf76,_0x1cc758,_0x158227,_0x46cb8a,_0x5ef9a3,_0x27d7e3,_0x3b023c,_0x9acad4,_0x1604ee,_0x4a8e6c,_0x5ac7b5,_0x5d417c){const _0x40e6be=_0x8a6054;super(_0x15c3ce,_0x4bc8eb,_0x3d3c21,_0x59cf76,_0x1cc758,_0x158227,_0x46cb8a,_0x5ef9a3,_0x27d7e3,_0x3b023c,_0x9acad4,_0x1604ee,_0x5ac7b5,_0x5d417c),this[_0x40e6be(0x33a)]=_0x15c3ce,this[_0x40e6be(0x466)]=_0x3d3c21,this['_docStateChangeManagerService']=_0x4a8e6c,I(this,_0x40e6be(0x2e0),null);}[_0x8a6054(0x44c)](_0xbaaa78){const _0x5b9cc1=_0x8a6054;this[_0x5b9cc1(0x2e0)]=_0xbaaa78;}['dispose'](){const _0x535424=_0x8a6054;this[_0x535424(0x2e0)]=null,super[_0x535424(0x457)]();}[_0x8a6054(0x45e)](){const _0x493982=_0x8a6054;let _0x7cf009=super[_0x493982(0x45e)]();return _0x7cf009[_0x493982(0x33d)]=_0x1e102e=>{const _0x40e202=_0x493982;var _0x8e7ebc,_0x289beb;return(_0x8e7ebc=this[_0x40e202(0x2e0)])==null||(_0x289beb=_0x8e7ebc[_0x40e202(0x33d)])==null?void 0x0:_0x289beb['call'](_0x8e7ebc,_0x1e102e);},_0x7cf009[_0x493982(0x3f0)]=_0x498eed=>{const _0x373a96=_0x493982;var _0x566c09,_0x564478;return(_0x566c09=this['_handlerCallback'])==null||(_0x564478=_0x566c09[_0x373a96(0x3f0)])==null?void 0x0:_0x564478[_0x373a96(0x1f6)](_0x566c09,_0x498eed);},_0x7cf009[_0x493982(0x260)]=_0x342744=>{const _0x58848a=_0x493982;var _0x493301,_0x1dba1e;return(_0x493301=this[_0x58848a(0x2e0)])==null||(_0x1dba1e=_0x493301[_0x58848a(0x260)])==null?void 0x0:_0x1dba1e['call'](_0x493301,_0x342744);},_0x7cf009[_0x493982(0x356)]=_0xc87ff8=>{const _0x5f44b3=_0x493982;var _0x2ba5c1,_0x3905d5;return(_0x2ba5c1=this[_0x5f44b3(0x2e0)])==null||(_0x3905d5=_0x2ba5c1[_0x5f44b3(0x356)])==null?void 0x0:_0x3905d5[_0x5f44b3(0x1f6)](_0x2ba5c1,_0xc87ff8);},_0x7cf009['onTransformRemoteChangesetByIMECache']=_0x4f24b8=>{const _0x4f126b=_0x493982;var _0x2460fb,_0x5b9a99,_0x432fb6;return(_0x2460fb=(_0x5b9a99=this[_0x4f126b(0x2e0)])==null||(_0x432fb6=_0x5b9a99['onTransformRemoteChangesetByIMECache'])==null?void 0x0:_0x432fb6['call'](_0x5b9a99,_0x4f24b8))==null?_0x4f24b8:_0x2460fb;},_0x7cf009['onTransformRemoteChangesetByStateCache']=_0x1ae500=>{const _0x214b57=_0x493982;var _0x4d1b4f,_0x3969dd,_0x4ab939;return(_0x4d1b4f=(_0x3969dd=this['_handlerCallback'])==null||(_0x4ab939=_0x3969dd[_0x214b57(0x346)])==null?void 0x0:_0x4ab939[_0x214b57(0x1f6)](_0x3969dd,_0x1ae500))==null?_0x1ae500:_0x4d1b4f;},_0x7cf009;}async['_init'](){const _0x530b91=_0x8a6054;if(this[_0x530b91(0x3f6)]==null)throw Error(_0x530b91(0x262));let _0x300443=await super[_0x530b91(0x41c)]();return this['disposeWithMe'](this[_0x530b91(0x3f6)][_0x530b91(0x2fe)]['subscribe'](_0x8ea769=>{const _0xcf479c=_0x530b91;if(_0x8ea769==null||_0x8ea769['unitId']!==this['unitID'])return;let {commandId:_0x51b354,redoState:_0x1e9da3,unitId:_0x54ab00}=_0x8ea769,_0x491f2b={'id':_0x51b354,'type':_0x5e8c41['MUTATION'],'params':{'unitId':_0x54ab00,'actions':_0x1e9da3[_0xcf479c(0x290)],'textRanges':null}};this['_onLocalMutation'](_0x491f2b);})),this[_0x530b91(0x368)](this[_0x530b91(0x238)]['onMutationExecutedForCollab']((_0x5f3c49,_0x517ed0)=>{const _0x5a4d63=_0x530b91;if(_0x5f3c49['type']!==_0x5e8c41[_0x5a4d63(0x28f)]||_0x517ed0!=null&&_0x517ed0[_0x5a4d63(0x343)]||_0x517ed0!=null&&_0x517ed0[_0x5a4d63(0x269)]||_0x5f3c49['id']===_0x58b552['id'])return;let _0x5ed864=_0x5f3c49['params'];if((_0x5ed864==null?void 0x0:_0x5ed864['unitId'])!==this[_0x5a4d63(0x33a)])return;let _0x4441f1=_0x5f3c49,_0x131b7d=this[_0x5a4d63(0x29a)][_0x5a4d63(0x221)][_0x5a4d63(0x3a9)](this[_0x5a4d63(0x29a)]['interceptor'][_0x5a4d63(0x2f0)]()['COMPRESS_MUTATION_SEND'])([_0x4441f1],this['_univerInstanceService'])||[_0x4441f1];this[_0x5a4d63(0x2b4)](_0x131b7d[0x0]);})),_0x300443;}};function _0x4e5e(_0x53e40b,_0x323fad){_0x53e40b=_0x53e40b-0x1f3;const _0x13e4ec=_0x13e4();let _0x4e5eb4=_0x13e4ec[_0x53e40b];return _0x4e5eb4;}un=z([R(0x3,_0xaba5e9(_0x126fc9)),R(0x4,_0xaba5e9(_0x3076ce)),R(0x5,_0xaba5e9(_0x5d1c63)),R(0x6,_0xaba5e9(_0x2ae16f)),R(0x7,_0xaba5e9(L)),R(0x8,_0x3ca986),R(0x9,_0x2b6744),R(0xa,_0x1b4da7),R(0xb,_0x4fbdaa),R(0xc,_0x44ad0b(_0x31afd)),R(0xd,_0x44ad0b(H)),R(0xe,_0x44ad0b(V))],un);let dn=class extends Z{constructor(_0x2b8ed9,_0x2ddb3f,_0x2df603,_0x49995f,_0xf0f935,_0x534b30,_0x10352a,_0x2ebded,_0x3efbf8,_0x42de40,_0x5d96c5,_0x3a081f,_0xeccb7f,_0x2cf9ca){const _0x20e9ac=_0x8a6054;super(_0x2b8ed9,_0x2df603,_0x2ddb3f,_0x49995f,_0xf0f935,_0x534b30,_0x10352a,_0x2ebded,_0x3efbf8,_0x42de40,_0x5d96c5,_0x3a081f,_0xeccb7f,_0x2cf9ca),this[_0x20e9ac(0x33a)]=_0x2b8ed9,this['type']=_0x2ddb3f;}async[_0x8a6054(0x41c)](){const _0x183476=_0x8a6054;let _0x5b0b1b=await super[_0x183476(0x41c)]();return this['disposeWithMe'](this[_0x183476(0x238)][_0x183476(0x38d)]((_0x8ddcf0,_0x4e6f0e)=>{const _0x4b3b72=_0x183476;if(_0x8ddcf0['type']!==_0x5e8c41[_0x4b3b72(0x28f)]||_0x4e6f0e!=null&&_0x4e6f0e[_0x4b3b72(0x343)]||_0x4e6f0e!=null&&_0x4e6f0e[_0x4b3b72(0x269)]||_0x8ddcf0['id']!==_0x3f56f6['id'])return;let _0x485287=_0x8ddcf0['params'];if((_0x485287==null?void 0x0:_0x485287['unitId'])!==this[_0x4b3b72(0x33a)])return;let _0x1dbbff=_0x8ddcf0,_0x488694=this[_0x4b3b72(0x29a)][_0x4b3b72(0x221)][_0x4b3b72(0x3a9)](this[_0x4b3b72(0x29a)][_0x4b3b72(0x221)]['getInterceptPoints']()[_0x4b3b72(0x442)])([_0x1dbbff],this['_univerInstanceService'])||[_0x1dbbff];this[_0x4b3b72(0x2b4)](_0x488694[0x0]);})),_0x5b0b1b;}};dn=z([R(0x3,_0xaba5e9(_0x126fc9)),R(0x4,_0xaba5e9(_0x3076ce)),R(0x5,_0xaba5e9(_0x5d1c63)),R(0x6,_0xaba5e9(_0x2ae16f)),R(0x7,_0xaba5e9(L)),R(0x8,_0x3ca986),R(0x9,_0x2b6744),R(0xa,_0x1b4da7),R(0xb,_0x4fbdaa),R(0xc,_0x44ad0b(H)),R(0xd,_0x44ad0b(V))],dn);let fn=class extends Z{constructor(_0x1014f8,_0x22d5ad,_0x4df9bf,_0x1aa76f,_0x2d55fe,_0x15d4e9,_0x4284ec,_0x4a62c4,_0x48dc3a,_0x2384ec,_0xd3ffbd,_0x42ce41,_0x279444,_0xfed492,_0x4c7d71){const _0x3ad1fc=_0x8a6054;super(_0x1014f8,_0x4df9bf,_0x22d5ad,_0x1aa76f,_0x2d55fe,_0x15d4e9,_0x4284ec,_0x48dc3a,_0x2384ec,_0xd3ffbd,_0x42ce41,_0x279444,_0xfed492,_0x4c7d71),this['unitID']=_0x1014f8,this[_0x3ad1fc(0x466)]=_0x22d5ad,this[_0x3ad1fc(0x31d)]=_0x4a62c4;}[_0x8a6054(0x45e)](){const _0x5ca4d9=_0x8a6054;let _0x58d0a6=super[_0x5ca4d9(0x45e)]();return _0x58d0a6[_0x5ca4d9(0x260)]=_0x23919e=>this[_0x5ca4d9(0x31d)][_0x5ca4d9(0x27e)](_0x23919e),_0x58d0a6;}async[_0x8a6054(0x41c)](){const _0x5a765f=_0x8a6054;let _0x249a31=await super['_init']();return this[_0x5a765f(0x368)](this[_0x5a765f(0x238)][_0x5a765f(0x38d)]((_0x51c626,_0x527a6c)=>{const _0x53dd84=_0x5a765f;if(_0x51c626[_0x53dd84(0x466)]!==_0x5e8c41[_0x53dd84(0x28f)]||_0x527a6c!=null&&_0x527a6c[_0x53dd84(0x343)]||_0x527a6c!=null&&_0x527a6c[_0x53dd84(0x269)])return;let _0x1f947a=_0x51c626[_0x53dd84(0x3e9)];if((_0x1f947a==null?void 0x0:_0x1f947a[_0x53dd84(0x33e)])!==this[_0x53dd84(0x33a)])return;let _0x36d62b=_0x51c626,_0x1cc54a=this[_0x53dd84(0x29a)]['interceptor'][_0x53dd84(0x3a9)](this['_compressMutationService'][_0x53dd84(0x221)][_0x53dd84(0x2f0)]()['COMPRESS_MUTATION_SEND'])([_0x36d62b],this[_0x53dd84(0x42c)])||[_0x36d62b];this[_0x53dd84(0x2b4)](_0x1cc54a[0x0]);})),_0x249a31;}};fn=z([R(0x3,_0xaba5e9(_0x126fc9)),R(0x4,_0xaba5e9(_0x3076ce)),R(0x5,_0xaba5e9(_0x5d1c63)),R(0x6,_0xaba5e9(_0x2ae16f)),R(0x7,_0xaba5e9(zt)),R(0x8,_0xaba5e9(L)),R(0x9,_0x3ca986),R(0xa,_0x2b6744),R(0xb,_0x1b4da7),R(0xc,_0x4fbdaa),R(0xd,_0x44ad0b(H)),R(0xe,_0x44ad0b(V))],fn);let pn=class extends Z{constructor(_0x54e3e9,_0x31fb73,_0x1ebed3,_0xa3cc53,_0x378731,_0x42e3c2,_0x4883be,_0x24f80e,_0x586882,_0x152914,_0x4d3892,_0x51bd8a,_0x1241e7,_0x542373){const _0x24b96b=_0x8a6054;super(_0x54e3e9,_0x1ebed3,_0x31fb73,_0xa3cc53,_0x378731,_0x42e3c2,_0x4883be,_0x24f80e,_0x586882,_0x152914,_0x4d3892,_0x51bd8a,_0x1241e7,_0x542373),this['unitID']=_0x54e3e9,this[_0x24b96b(0x466)]=_0x31fb73;}async['_init'](){const _0x3d94ff=_0x8a6054;let _0x10e866=await super[_0x3d94ff(0x41c)]();return this[_0x3d94ff(0x368)](this['_commandService'][_0x3d94ff(0x38d)]((_0x3609c1,_0x120aa6)=>{const _0x410ef7=_0x3d94ff;if(_0x3609c1[_0x410ef7(0x466)]!==_0x5e8c41['MUTATION']||_0x120aa6!=null&&_0x120aa6['fromCollab']||_0x120aa6!=null&&_0x120aa6[_0x410ef7(0x269)])return;let _0x3bf483=_0x3609c1[_0x410ef7(0x3e9)];if((_0x3bf483==null?void 0x0:_0x3bf483[_0x410ef7(0x33e)])!==this[_0x410ef7(0x33a)])return;let _0x98b27=_0x3609c1,_0x133643=this['_compressMutationService'][_0x410ef7(0x221)][_0x410ef7(0x3a9)](this['_compressMutationService'][_0x410ef7(0x221)][_0x410ef7(0x2f0)]()['COMPRESS_MUTATION_SEND'])([_0x98b27],this[_0x410ef7(0x42c)])||[_0x98b27];this['_onLocalMutation'](_0x133643[0x0]);})),_0x10e866;}};pn=z([R(0x3,_0xaba5e9(_0x126fc9)),R(0x4,_0xaba5e9(_0x3076ce)),R(0x5,_0xaba5e9(_0x5d1c63)),R(0x6,_0xaba5e9(_0x2ae16f)),R(0x7,_0xaba5e9(L)),R(0x8,_0x3ca986),R(0x9,_0x2b6744),R(0xa,_0x1b4da7),R(0xb,_0x4fbdaa),R(0xc,_0x44ad0b(H)),R(0xd,_0x44ad0b(V))],pn);const mn=_0x1460b1(_0x8a6054(0x213));function hn(_0xcbd1ae){const _0x5e4e52=_0x8a6054;let _0x2ef1e6=_0xcbd1ae[_0x5e4e52(0x21e)],_0x434589=JSON[_0x5e4e52(0x397)](_0x2ef1e6);switch(_0x434589[_0x5e4e52(0x39f)]){case _0x4741b3['HEARTBEAT']:case _0x4741b3[_0x5e4e52(0x20a)]:{let _0x421f61=_0x434589[_0x5e4e52(0x385)];return{..._0x434589,'data':_0x421f61,'cmd':_0x434589['cmd']};}case _0x4741b3[_0x5e4e52(0x3cb)]:{let _0x5c357b=_0x434589[_0x5e4e52(0x3c5)];return{..._0x434589,'data':_0x5c357b,'cmd':_0x434589['cmd']};}case _0x4741b3[_0x5e4e52(0x336)]:{let _0x16425d=_0x434589['collaMsg'];switch(_0x16425d[_0x5e4e52(0x2d0)]){case _0xaf3ca4['PERMISSION_REJ']:var _0x14cb0f;return{..._0x434589,'data':{..._0x16425d,'data':(_0x14cb0f=_0x16425d[_0x5e4e52(0x337)])==null?void 0x0:_0x14cb0f['cs']},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4[_0x5e4e52(0x360)]:var _0x70e24e;return{..._0x434589,'data':{..._0x16425d,'data':(_0x70e24e=_0x16425d['csAckEvent'])==null?void 0x0:_0x70e24e['cs']},'cmd':_0x434589['cmd']};case _0xaf3ca4[_0x5e4e52(0x3ae)]:var _0x309b6c;return{..._0x434589,'data':{..._0x16425d,'data':(_0x309b6c=_0x16425d[_0x5e4e52(0x454)])==null?void 0x0:_0x309b6c['cs']},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4['CHANGESET_REJ']:var _0x46577c;return{..._0x434589,'data':{..._0x16425d,'data':(_0x46577c=_0x16425d[_0x5e4e52(0x2d4)])==null?void 0x0:_0x46577c['cs']},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4[_0x5e4e52(0x393)]:var _0x162d34;return{..._0x434589,'data':{..._0x16425d,'data':(_0x162d34=_0x16425d[_0x5e4e52(0x3e3)])==null?void 0x0:_0x162d34['cs']},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4[_0x5e4e52(0x203)]:return{..._0x434589,'data':{..._0x16425d,'data':_0x16425d[_0x5e4e52(0x443)]},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4['USERS_ENTER']:return{..._0x434589,'data':{..._0x16425d,'data':_0x16425d[_0x5e4e52(0x3ed)]},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4[_0x5e4e52(0x276)]:return{..._0x434589,'data':{..._0x16425d,'data':_0x16425d[_0x5e4e52(0x43d)]},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4[_0x5e4e52(0x40e)]:return{..._0x434589,'data':{..._0x16425d,'data':_0x16425d[_0x5e4e52(0x1f8)]},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4[_0x5e4e52(0x22f)]:case _0xaf3ca4[_0x5e4e52(0x2ff)]:return{..._0x434589,'data':{..._0x16425d,'data':_0x16425d[_0x5e4e52(0x45f)]},'cmd':_0x434589['cmd']};case _0xaf3ca4[_0x5e4e52(0x20b)]:return{..._0x434589,'data':{..._0x16425d,'data':_0x16425d[_0x5e4e52(0x1f8)]},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4['MSG_FOR_ERROR']:return{..._0x434589,'data':_0x16425d,'cmd':_0x434589['cmd']};case _0xaf3ca4['COMMENT_UPDATE']:return{..._0x434589,'data':{..._0x16425d,'data':_0x16425d[_0x5e4e52(0x25e)]},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4[_0x5e4e52(0x458)]:return{..._0x434589,'data':{..._0x16425d,'data':_0x16425d['updatePermissionObjEvent']},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4[_0x5e4e52(0x3bf)]:return{..._0x434589,'data':{..._0x16425d,'data':_0x16425d[_0x5e4e52(0x3fb)]},'cmd':_0x434589[_0x5e4e52(0x39f)]};case _0xaf3ca4['UNISCRIPT_RUN']:return{..._0x434589,'data':{..._0x16425d,'data':_0x16425d['uniscriptRunEvent']},'cmd':_0x434589[_0x5e4e52(0x39f)]};default:return _0x434589;}}default:return _0x434589;}}function gn(_0x45786b){const _0x5dc514=_0x8a6054;switch(_0x45786b[_0x5dc514(0x39f)]){case _0x4741b3[_0x5dc514(0x26f)]:case _0x4741b3['HELLO']:return JSON['stringify']({'cmd':_0x45786b[_0x5dc514(0x39f)],'routeKey':_0x45786b['routeKey']});case _0x4741b3[_0x5dc514(0x222)]:{let _0x444091;switch(_0x45786b[_0x5dc514(0x21e)][_0x5dc514(0x2d0)]){case _0xaf3ca4[_0x5dc514(0x203)]:_0x444091={'eventID':_0xaf3ca4[_0x5dc514(0x203)],'updateCursorEvent':_0x45786b['data'][_0x5dc514(0x21e)]};break;case _0xaf3ca4['USERS_LEAVE']:_0x444091={'eventID':_0xaf3ca4[_0x5dc514(0x276)],'leaveEvent':_0x45786b[_0x5dc514(0x21e)][_0x5dc514(0x21e)]};break;case _0xaf3ca4[_0x5dc514(0x225)]:_0x444091={'eventID':_0xaf3ca4['USERS_ENTER'],'joinEvent':_0x45786b[_0x5dc514(0x21e)][_0x5dc514(0x21e)]};break;case _0xaf3ca4[_0x5dc514(0x40e)]:_0x444091={'eventID':_0xaf3ca4[_0x5dc514(0x40e)],'liveShareNewHost':_0x45786b[_0x5dc514(0x21e)][_0x5dc514(0x21e)]};break;case _0xaf3ca4['LIVESHARE_OPERATION']:_0x444091={'eventID':_0xaf3ca4[_0x5dc514(0x2ff)],'liveShareOperation':_0x45786b['data'][_0x5dc514(0x21e)]};break;case _0xaf3ca4[_0x5dc514(0x20b)]:_0x444091={'eventID':_0xaf3ca4[_0x5dc514(0x20b)],'liveShareTerminate':_0x45786b[_0x5dc514(0x21e)]['data']};break;case _0xaf3ca4[_0x5dc514(0x26c)]:_0x444091={'eventID':_0xaf3ca4[_0x5dc514(0x26c)],'liveShareRequestHost':_0x45786b[_0x5dc514(0x21e)]['data']};break;case _0xaf3ca4[_0x5dc514(0x22f)]:_0x444091={'eventID':_0xaf3ca4['LIVESHARE_FETCH_OPERATIONS']};break;default:_0x444091={'eventID':_0x45786b[_0x5dc514(0x21e)][_0x5dc514(0x2d0)]};}return JSON[_0x5dc514(0x331)]({'cmd':_0x45786b[_0x5dc514(0x39f)],'routeKey':_0x45786b[_0x5dc514(0x3dd)],'collaMsg':_0x444091});}case _0x4741b3[_0x5dc514(0x3cb)]:return JSON[_0x5dc514(0x331)]({'cmd':_0x45786b[_0x5dc514(0x39f)],'routeKey':_0x45786b[_0x5dc514(0x3dd)],'joinReq':_0x45786b[_0x5dc514(0x21e)]});case _0x4741b3[_0x5dc514(0x3b5)]:return JSON[_0x5dc514(0x331)]({'cmd':_0x45786b[_0x5dc514(0x39f)],'routeKey':_0x45786b[_0x5dc514(0x3dd)],'leaveReq':_0x45786b[_0x5dc514(0x21e)]});default:throw Error('[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!');}}const _n=_0x1460b1('univer-pro.collaboration-client-socket-service');function vn(_0x28e291,_0x3fa323,_0x4a802c){const _0x4c5db5=_0x8a6054;return _0x28e291+'/'+_0x3fa323+_0x4c5db5(0x40d)+_0x4a802c+'/new_changes';}let yn=class extends _0x4dd34b{constructor(_0x4726c7,_0x327f7d,_0x4b359b,_0x53ed92,_0x183ba8){const _0x35bc08=_0x8a6054;super(),this[_0x35bc08(0x21a)]=_0x4726c7,this[_0x35bc08(0x291)]=_0x327f7d,this[_0x35bc08(0x34a)]=_0x4b359b,this[_0x35bc08(0x31e)]=_0x53ed92,this[_0x35bc08(0x328)]=_0x183ba8;}[_0x8a6054(0x209)](_0x299cf0){const _0x286187=_0x8a6054;let _0x249a66=this[_0x286187(0x21a)][_0x286187(0x44e)](_0x5c41dd);if(!_0x249a66)throw Error('[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!');let _0x110dd8=_0x249a66[_0x286187(0x3b7)](_0x299cf0);if(!_0x110dd8)throw Error(_0x286187(0x202));let _0x504a63=new _0x1d27be(),_0xa40fbb=new _0x40a752();_0x504a63[_0x286187(0x214)](_0x110dd8[_0x286187(0x424)][_0x286187(0x2f8)](_0x2c727a=>_0xa40fbb['next'](_0x2c727a))),_0x504a63[_0x286187(0x214)](_0x38efac(()=>_0xa40fbb[_0x286187(0x2f1)]()));let _0x22618c=new _0x40a752();_0x504a63[_0x286187(0x214)](_0x110dd8[_0x286187(0x3f5)][_0x286187(0x2f8)](_0x95972e=>_0x22618c['next'](_0x95972e))),_0x504a63['add'](_0x38efac(()=>_0x22618c[_0x286187(0x2f1)]()));let _0x55f8f6=new _0x40a752();_0x504a63[_0x286187(0x214)](_0x110dd8[_0x286187(0x400)][_0x286187(0x2f8)](_0x26f989=>{let _0x287fdf=hn(_0x26f989);_0x55f8f6['next'](_0x287fdf);})),_0x504a63['add'](_0x38efac(()=>_0x55f8f6[_0x286187(0x2f1)]()));let _0x5e7716,_0x2e1f37=()=>{const _0x1e6efe=_0x286187;_0x22618c[_0x1e6efe(0x23e)](new Event('connection\x20error')),_0xa40fbb[_0x1e6efe(0x23e)](new Event(_0x1e6efe(0x259))),_0x5e7716[_0x1e6efe(0x282)]();};return _0x5e7716={'memberID':'','close$':_0xa40fbb[_0x286187(0x2a7)](),'error$':_0x22618c[_0x286187(0x2a7)](),'open$':_0x110dd8[_0x286187(0x30f)],'message$':_0x55f8f6[_0x286187(0x2a7)](),'send':_0x1f2542=>{const _0x23c641=_0x286187;if(_0x1f2542[_0x23c641(0x39f)]===_0x4741b3[_0x23c641(0x222)]){if(_0x1f2542[_0x23c641(0x21e)][_0x23c641(0x2d0)]===_0xaf3ca4[_0x23c641(0x3cd)]){this[_0x23c641(0x32d)](_0x5e7716,_0x1f2542[_0x23c641(0x21e)])[_0x23c641(0x247)](_0x21fac8=>{const _0x5f46d0=_0x23c641;this[_0x5f46d0(0x31e)][_0x5f46d0(0x2c0)](_0x21fac8),_0x2e1f37();});return;}if(_0x1f2542['data'][_0x23c641(0x2d0)]===_0xaf3ca4[_0x23c641(0x236)]){let _0x270723=_0x1f2542[_0x23c641(0x21e)];this['_fetchMissChangesets'](_0x270723)[_0x23c641(0x23f)](_0x4dda24=>{const _0x42e7a8=_0x23c641;_0x55f8f6[_0x42e7a8(0x23e)]({'cmd':_0x4741b3[_0x42e7a8(0x336)],'code':_0x98405f['OK'],'routeKey':_0x270723['data'][_0x42e7a8(0x33a)],'routeType':'','data':{'eventID':_0xaf3ca4[_0x42e7a8(0x29f)],'data':{'changesets':_0x4dda24}}});})['catch'](_0x4471cc=>{const _0x4ac67f=_0x23c641;this[_0x4ac67f(0x31e)][_0x4ac67f(0x2c0)](_0x4471cc),_0x2e1f37();});return;}}_0x110dd8[_0x23c641(0x20d)](gn(_0x1f2542));},'close':()=>{const _0x3e63ef=_0x286187;_0x110dd8['close'](),_0x504a63[_0x3e63ef(0x457)]();}},_0x5e7716;}async[_0x8a6054(0x32d)](_0x3bb226,_0x4c53bc){const _0x3a1f4a=_0x8a6054;var _0xca4812;let {unitType:_0x3a8bc9,unitID:_0x355c5a,changeset:_0x25d364}=_0x4c53bc['data'],_0x413ad4={'unitID':_0x355c5a,'memberID':_0x3bb226[_0x3a1f4a(0x36a)],'type':_0x3a8bc9,'changeset':_0x1302d1(_0x25d364)},_0x460a5d=this[_0x3a1f4a(0x34a)]['getConfig'](F),_0x1efef1=vn((_0xca4812=_0x460a5d==null?void 0x0:_0x460a5d[_0x3a1f4a(0x24a)])==null?'/universer-api/comb':_0xca4812,_0x3a8bc9,_0x355c5a);try{await this[_0x3a1f4a(0x291)][_0x3a1f4a(0x375)](_0x1efef1,{'body':_0x413ad4});}catch(_0xb4cc97){throw this[_0x3a1f4a(0x31e)][_0x3a1f4a(0x2c0)](_0x3a1f4a(0x425),_0x3a1f4a(0x2e3)),_0xb4cc97;}}async[_0x8a6054(0x41a)](_0x3a560d){const _0x5c5ea7=_0x8a6054;let {unitID:_0x3baf4e,from:_0x92798a,to:_0x3ebc9d,unitType:_0x96569e}=_0x3a560d[_0x5c5ea7(0x21e)];return(await this[_0x5c5ea7(0x328)][_0x5c5ea7(0x2e7)]({'metadata':void 0x0},{'unitID':_0x3baf4e,'type':_0x96569e,'from':_0x92798a,'to':_0x3ebc9d}))[_0x5c5ea7(0x2f7)][_0x5c5ea7(0x3bc)](_0x263e9e=>((_0x263e9e[_0x5c5ea7(0x444)]===null||_0x263e9e[_0x5c5ea7(0x444)]===void 0x0)&&(_0x263e9e[_0x5c5ea7(0x444)]=[]),_0x263e9e));}};yn=z([R(0x0,_0xaba5e9(_0x126fc9)),R(0x1,_0xaba5e9(_0xbf1860)),R(0x2,_0x29206e),R(0x3,_0x2b6744),R(0x4,_0x17f9a7)],yn);let Q=class extends _0x4dd34b{get[_0x8a6054(0x383)](){const _0x41e395=_0x8a6054;return this[_0x41e395(0x2ce)][_0x41e395(0x421)]();}constructor(_0x1cf501,_0xc261d2,_0x4f5625,_0x1aec1a,_0x5534b4,_0x1da82b){const _0x435f7d=_0x8a6054;super(),this['_injector']=_0x1cf501,this[_0x435f7d(0x31e)]=_0xc261d2,this[_0x435f7d(0x34a)]=_0x4f5625,this['_socketService']=_0x1aec1a,this[_0x435f7d(0x316)]=_0x5534b4,this['_networkConditionService']=_0x1da82b,I(this,_0x435f7d(0x2ce),new _0xe5e901(void 0x0)),I(this,_0x435f7d(0x43a),this[_0x435f7d(0x2ce)][_0x435f7d(0x2a7)]()),I(this,_0x435f7d(0x2df),null),I(this,'_sessions',new Map()),I(this,_0x435f7d(0x37c),new _0xe5e901(0x0)),I(this,_0x435f7d(0x417),this[_0x435f7d(0x37c)][_0x435f7d(0x2a7)]()),I(this,'_socketReady',!0x1),I(this,'_retryConnectingTimer',void 0x0),I(this,'_retryCount',0x0),I(this,_0x435f7d(0x3a8),null),I(this,'_sendHeartbeatTimer',void 0x0),I(this,_0x435f7d(0x382),void 0x0),this['_listenToNetworkCondition']();}[_0x8a6054(0x345)](){const _0x10c23d=_0x8a6054;this[_0x10c23d(0x430)]&&this[_0x10c23d(0x368)](this[_0x10c23d(0x430)]['online$']['subscribe'](_0x1c5b81=>{const _0x50a361=_0x10c23d;_0x1c5b81&&!this[_0x50a361(0x383)]&&this[_0x50a361(0x3ef)](),_0x1c5b81||this[_0x50a361(0x36b)]();}));}[_0x8a6054(0x457)](){const _0x4ea328=_0x8a6054;var _0x286d46;super[_0x4ea328(0x457)](),(_0x286d46=this[_0x4ea328(0x3a8)])==null||_0x286d46[_0x4ea328(0x30d)](),this[_0x4ea328(0x3a8)]=null,this[_0x4ea328(0x341)](),this[_0x4ea328(0x43f)](),this['_clearHeartbeatTimer'](),this['_sessions'][_0x4ea328(0x380)](_0x4cbe5a=>_0x4cbe5a[_0x4ea328(0x457)]()),this[_0x4ea328(0x427)][_0x4ea328(0x2b6)](),this[_0x4ea328(0x37c)][_0x4ea328(0x2f1)]();}async['requireSession'](_0x2e10c1){const _0x5e763a=_0x8a6054;if(this[_0x5e763a(0x427)][_0x5e763a(0x3b6)](_0x2e10c1))return this[_0x5e763a(0x427)][_0x5e763a(0x44e)](_0x2e10c1);this[_0x5e763a(0x2fa)]();let _0x913a64=this['_injector'][_0x5e763a(0x275)](It,_0x2e10c1,this[_0x5e763a(0x2ce)][_0x5e763a(0x2a7)]());return this[_0x5e763a(0x427)][_0x5e763a(0x2f4)](_0x2e10c1,_0x913a64),_0x913a64;}[_0x8a6054(0x1fa)](_0x4c73b0){const _0x25f2dd=_0x8a6054;let _0x3d7f0f=this[_0x25f2dd(0x427)]['get'](_0x4c73b0);if(_0x3d7f0f&&(this[_0x25f2dd(0x427)][_0x25f2dd(0x24b)](_0x4c73b0),_0x3d7f0f[_0x25f2dd(0x282)]()),!this[_0x25f2dd(0x427)]['size']){var _0x48880d;(_0x48880d=this[_0x25f2dd(0x383)])==null||_0x48880d[_0x25f2dd(0x282)]();}}['reconnect'](){const _0x1277e6=_0x8a6054;this[_0x1277e6(0x249)]=0x0,this[_0x1277e6(0x341)](),this[_0x1277e6(0x396)]();}[_0x8a6054(0x341)](){const _0x49fff0=_0x8a6054;this['_retryConnectingTimer']!=null&&(clearTimeout(this[_0x49fff0(0x349)]),this[_0x49fff0(0x349)]=null);}async['_createSocket'](){const _0x4fc3e7=_0x8a6054;var _0x32b4d1;let _0x372c14=this['_configService']['getConfig'](F),_0x52937b=(_0x32b4d1=_0x372c14==null?void 0x0:_0x372c14['collabWebSocketUrl'])==null?_t:_0x32b4d1,_0xe9b592=await this[_0x4fc3e7(0x2e2)]['createSocket'](_0x52937b);return this[_0x4fc3e7(0x2df)]=_0xe9b592,_0xe9b592;}async['_tryEnsureSocket'](){const _0x1f6b4f=_0x8a6054;try{var _0x438e43,_0xf10f8f;let _0x315a5c=(_0x438e43=(_0xf10f8f=this['_socket'])==null?this['_candidateSocket']:_0xf10f8f)==null?await this[_0x1f6b4f(0x2cd)]():_0x438e43;if(_0x315a5c){var _0x16b8f6;let _0x688257=_0x315a5c[_0x1f6b4f(0x20d)];_0x315a5c[_0x1f6b4f(0x20d)]=_0xb4756=>(_0xb4756[_0x1f6b4f(0x39f)]!==_0x4741b3[_0x1f6b4f(0x3b5)]&&this['_rescheduleHeartbeat'](),_0x688257[_0x1f6b4f(0x3aa)](_0x315a5c,[_0xb4756])),(_0x16b8f6=this[_0x1f6b4f(0x3a8)])==null||_0x16b8f6[_0x1f6b4f(0x30d)](),this[_0x1f6b4f(0x3a8)]=null,this[_0x1f6b4f(0x3a8)]=_0x315a5c[_0x1f6b4f(0x400)][_0x1f6b4f(0x2f8)](_0xa50232=>this[_0x1f6b4f(0x35e)](_0x315a5c,_0xa50232)),_0x315a5c['error$'][_0x1f6b4f(0x320)](_0x23c1e7(0x1))[_0x1f6b4f(0x2f8)](_0x94c662=>this[_0x1f6b4f(0x31e)][_0x1f6b4f(0x2c0)](_0x1f6b4f(0x3f9),_0x94c662)),_0x315a5c[_0x1f6b4f(0x30f)][_0x1f6b4f(0x320)](_0x23c1e7(0x1))[_0x1f6b4f(0x2f8)](()=>{const _0x94d930=_0x1f6b4f;this[_0x94d930(0x33b)](_0x315a5c);}),_0x315a5c['close$'][_0x1f6b4f(0x320)](_0x23c1e7(0x1))[_0x1f6b4f(0x2f8)](_0x429b1f=>{const _0x173d43=_0x1f6b4f;this[_0x173d43(0x31e)][_0x173d43(0x252)](_0x173d43(0x206),'socket\x20close',_0x429b1f),this[_0x173d43(0x2d8)]();});}}catch(_0x2beaf6){this[_0x1f6b4f(0x31e)][_0x1f6b4f(0x2c0)](_0x2beaf6),this[_0x1f6b4f(0x2d8)]();}}[_0x8a6054(0x33b)](_0x59dce1){const _0x312b8=_0x8a6054;this['_logService'][_0x312b8(0x252)](_0x312b8(0x206),_0x312b8(0x44d)),_0x59dce1[_0x312b8(0x20d)]({'cmd':_0x4741b3['HELLO']}),this[_0x312b8(0x30c)]();}[_0x8a6054(0x36b)](){const _0x1ed0ca=_0x8a6054;this[_0x1ed0ca(0x42a)]=!0x1,this[_0x1ed0ca(0x2df)]=null,this['_status$'][_0x1ed0ca(0x23e)](0x2),this[_0x1ed0ca(0x2ce)][_0x1ed0ca(0x23e)](null),this[_0x1ed0ca(0x43f)](),this['_clearHeartbeatTimer']();}[_0x8a6054(0x2d8)](){const _0x5591c4=_0x8a6054;var _0x531895;this[_0x5591c4(0x36b)](),this[_0x5591c4(0x249)]<((_0x531895=this[_0x5591c4(0x34a)]['getConfig'](_0x5591c4(0x353)))==null?0x3:_0x531895)?(this[_0x5591c4(0x316)][_0x5591c4(0x264)]({'id':_0x5591c4(0x44f)}),this[_0x5591c4(0x396)]()):this['_collaborationUIEventService'][_0x5591c4(0x264)]({'id':_0x5591c4(0x426)});}[_0x8a6054(0x396)](){const _0x335e53=_0x8a6054;var _0x2a57de;let _0x1a9a2e=this[_0x335e53(0x249)],_0x245210=this[_0x335e53(0x34a)][_0x335e53(0x278)](F),_0x37f3a5=_0x1a9a2e===0x0?0x0:((_0x2a57de=_0x245210==null?void 0x0:_0x245210['retryConnectingInterval'])==null?0x4e20:_0x2a57de)*0x2**_0x1a9a2e;this[_0x335e53(0x349)]=setTimeout(()=>{const _0x440a33=_0x335e53;clearTimeout(this[_0x440a33(0x349)]),this['_retryConnectingTimer']=null,this[_0x440a33(0x2fa)]();},_0x37f3a5),this[_0x335e53(0x249)]+=0x1;}['_onMessage'](_0xf6c6ef,_0x207b7a){const _0x28a7b6=_0x8a6054;let {cmd:_0x32ea25}=_0x207b7a;_0x32ea25===_0x4741b3[_0x28a7b6(0x20a)]&&!this[_0x28a7b6(0x42a)]&&(_0xf6c6ef[_0x28a7b6(0x36a)]=_0x207b7a[_0x28a7b6(0x21e)][_0x28a7b6(0x36a)],this['_socket$'][_0x28a7b6(0x23e)](_0xf6c6ef),this[_0x28a7b6(0x37c)]['next'](0x3),this[_0x28a7b6(0x42a)]=!0x0,this[_0x28a7b6(0x2df)]=null),_0x32ea25===_0x4741b3[_0x28a7b6(0x26f)]&&this['_clearTimeoutTimer'](),this[_0x28a7b6(0x30c)]();}[_0x8a6054(0x30c)](){const _0x4472a4=_0x8a6054;var _0x136211;this[_0x4472a4(0x3c7)](),this[_0x4472a4(0x414)]=setTimeout(()=>this[_0x4472a4(0x45d)](),(_0x136211=this[_0x4472a4(0x34a)][_0x4472a4(0x278)](_0x4472a4(0x28e)))==null?0x7530:_0x136211);}[_0x8a6054(0x45d)](){const _0x530415=_0x8a6054;this[_0x530415(0x383)][_0x530415(0x20d)]({'cmd':_0x4741b3[_0x530415(0x26f)]}),this[_0x530415(0x455)]();}[_0x8a6054(0x455)](){const _0x575c1a=_0x8a6054;var _0x14d795;this[_0x575c1a(0x382)]=setTimeout(()=>this['_onConnectionFailed'](),(_0x14d795=this['_configService']['getConfig'](_0x575c1a(0x460)))==null?xt:_0x14d795);}[_0x8a6054(0x3c7)](){const _0x2ccd0d=_0x8a6054;this[_0x2ccd0d(0x414)]!=null&&(clearTimeout(this[_0x2ccd0d(0x414)]),this[_0x2ccd0d(0x414)]=null);}[_0x8a6054(0x43f)](){const _0x4f5d3f=_0x8a6054;this[_0x4f5d3f(0x382)]!=null&&(clearTimeout(this[_0x4f5d3f(0x382)]),this[_0x4f5d3f(0x382)]=null);}};Q=z([R(0x0,_0xaba5e9(_0x126fc9)),R(0x1,_0x2b6744),R(0x2,_0x29206e),R(0x3,_n),R(0x4,_0xaba5e9(L)),R(0x5,_0x44ad0b(mn))],Q);let bn=class extends _0x2cad8a{constructor(_0xc7d23f,_0x232341,_0x3f3e9f,_0x518650){const _0xe46c2b=_0x8a6054;var _0xa358ab;super(),this[_0xe46c2b(0x21a)]=_0xc7d23f,this[_0xe46c2b(0x2bd)]=_0x232341,this[_0xe46c2b(0x34a)]=_0x3f3e9f,this['_univerInstanceService']=_0x518650,I(this,_0xe46c2b(0x2cc),new Map()),I(this,_0xe46c2b(0x387),new _0x40a752()),I(this,'entityInit$',this[_0xe46c2b(0x387)][_0xe46c2b(0x2a7)]()),((_0xa358ab=this[_0xe46c2b(0x34a)]['getConfig'](_0xe46c2b(0x39d)))==null?void 0x0:_0xa358ab['enableCollaboration'])!==!0x1&&this[_0xe46c2b(0x41c)]();}['dispose'](){const _0x1d203f=_0x8a6054;super['dispose'](),this['_entities'][_0x1d203f(0x380)](_0x31b7a6=>_0x31b7a6[_0x1d203f(0x457)]()),this[_0x1d203f(0x2cc)]['clear']();}[_0x8a6054(0x29d)](_0x5abe1b){var _0x1cfba6;return(_0x1cfba6=this['_entities']['get'](_0x5abe1b))==null?null:_0x1cfba6;}[_0x8a6054(0x42b)](_0x20d4b2){const _0x545f69=_0x8a6054;let _0x599621=this['getCollabEntity'](_0x20d4b2);return _0x599621?_0x286aef(_0x599621):this['_entityInit$'][_0x545f69(0x320)](_0x53e111(_0x1f216f=>_0x1f216f[_0x545f69(0x33a)]===_0x20d4b2));}['readyForCollab'](_0x10123d){const _0x59211d=_0x8a6054;return _0x277b96(this['getCollabEntity$'](_0x10123d)[_0x59211d(0x320)](_0x3685dc(()=>void 0x0)));}[_0x8a6054(0x41c)](){const _0x2739ff=_0x8a6054;this[_0x2739ff(0x42c)][_0x2739ff(0x23d)](_0x21be62['UNIVER_SHEET'])[_0x2739ff(0x320)](_0x433254(this[_0x2739ff(0x348)]),_0x10be0c(0x10))['subscribe'](async _0x151c46=>{const _0x17d2ea=_0x2739ff;let _0x1dec74=_0x151c46[_0x17d2ea(0x313)][_0x17d2ea(0x2c1)](),_0xf9c7ee=await this[_0x17d2ea(0x2bc)](_0x1dec74,_0x21be62[_0x17d2ea(0x322)]);this['_entities']['set'](_0x1dec74,_0xf9c7ee);}),this[_0x2739ff(0x42c)][_0x2739ff(0x23d)](_0x21be62[_0x2739ff(0x28a)])[_0x2739ff(0x320)](_0x433254(this[_0x2739ff(0x348)]),_0x10be0c(0x10))[_0x2739ff(0x320)](_0x53e111(_0x5db62a=>!_0x5db62a[_0x2739ff(0x313)][_0x2739ff(0x2c1)]()[_0x2739ff(0x26d)]('__')))['subscribe'](async _0x24a3e9=>{const _0x23a816=_0x2739ff;let _0x4d1d3f=_0x24a3e9[_0x23a816(0x313)][_0x23a816(0x2c1)](),_0x18c200=await this['_startCollaboration'](_0x4d1d3f,_0x21be62[_0x23a816(0x28a)]);this[_0x23a816(0x2cc)][_0x23a816(0x2f4)](_0x4d1d3f,_0x18c200);}),this[_0x2739ff(0x42c)][_0x2739ff(0x23d)](_0x21be62['UNIVER_SLIDE'])['pipe'](_0x433254(this[_0x2739ff(0x348)]),_0x10be0c(0x10))[_0x2739ff(0x2f8)](async _0x26ce99=>{const _0x54ad78=_0x2739ff;let _0x4b3455=_0x26ce99[_0x54ad78(0x313)][_0x54ad78(0x2c1)](),_0x31e0bd=await this[_0x54ad78(0x2bc)](_0x4b3455,_0x21be62['UNIVER_SLIDE']);this['_entities']['set'](_0x4b3455,_0x31e0bd);}),this['_univerInstanceService'][_0x2739ff(0x23d)](_0x21be62[_0x2739ff(0x2ee)])[_0x2739ff(0x320)](_0x433254(this[_0x2739ff(0x348)]),_0x10be0c(0x10))[_0x2739ff(0x2f8)](async _0x402d69=>{const _0x132067=_0x2739ff;let _0x1e7efc=_0x402d69[_0x132067(0x313)][_0x132067(0x2c1)](),_0xb4e9bf=await this['_startCollaboration'](_0x1e7efc,_0x21be62[_0x132067(0x2ee)]);this[_0x132067(0x2cc)]['set'](_0x1e7efc,_0xb4e9bf);}),_0x6051a6(this[_0x2739ff(0x42c)]['getTypeOfUnitDisposed$'](_0x21be62['UNIVER_SHEET']),this[_0x2739ff(0x42c)][_0x2739ff(0x365)](_0x21be62[_0x2739ff(0x28a)]),this[_0x2739ff(0x42c)][_0x2739ff(0x365)](_0x21be62[_0x2739ff(0x3e0)]),this[_0x2739ff(0x42c)][_0x2739ff(0x365)](_0x21be62['UNIVER_BASE']))[_0x2739ff(0x320)](_0x433254(this[_0x2739ff(0x348)]))[_0x2739ff(0x2f8)](_0x56b2be=>{const _0x593e35=_0x2739ff;let _0x4802e5=_0x56b2be['getUnitId'](),_0x955376=this[_0x593e35(0x2cc)][_0x593e35(0x44e)](_0x4802e5);_0x955376&&(_0x955376['dispose'](),this['_entities'][_0x593e35(0x24b)](_0x4802e5));});}async[_0x8a6054(0x2bc)](_0x3d4db5,_0x4d7d8c){const _0x33a609=_0x8a6054;let _0x238511=await this['_collabSessionService'][_0x33a609(0x298)](_0x3d4db5),_0x18ae0f=this[_0x33a609(0x21a)][_0x33a609(0x275)](this['_getCtorByUniverInstanceType'](_0x4d7d8c),_0x3d4db5,_0x4d7d8c,_0x238511);return await _0x18ae0f[_0x33a609(0x25b)](),this['_entityInit$'][_0x33a609(0x23e)](_0x18ae0f),_0x18ae0f;}[_0x8a6054(0x210)](_0x50f25c){const _0x53d693=_0x8a6054;switch(_0x50f25c){case _0x21be62[_0x53d693(0x28a)]:return un;case _0x21be62[_0x53d693(0x322)]:return fn;case _0x21be62[_0x53d693(0x3e0)]:return pn;case _0x21be62[_0x53d693(0x2ee)]:return dn;default:throw Error(_0x53d693(0x459)+_0x50f25c);}}};bn=z([R(0x0,_0xaba5e9(_0x126fc9)),R(0x1,_0xaba5e9(Q)),R(0x2,_0x29206e),R(0x3,_0x3ca986)],bn);var xn='@univerjs-pro/collaboration-client',Sn=_0x8a6054(0x30a);let Cn=class extends _0x4dd34b{constructor(_0x2b9ff5,_0xc1a4d9){const _0x3a0aa6=_0x8a6054;super(),this[_0x3a0aa6(0x42c)]=_0x2b9ff5,this[_0x3a0aa6(0x34a)]=_0xc1a4d9,this[_0x3a0aa6(0x41c)]();}['_init'](){const _0x48d509=_0x8a6054;this[_0x48d509(0x368)](this[_0x48d509(0x42c)][_0x48d509(0x3a6)][_0x48d509(0x2f8)](()=>{const _0x276cab=_0x48d509;var _0x5b242f;let _0x4fb0ba=this[_0x276cab(0x42c)]['getFocusedUnit'](),_0x185bcf=(_0x5b242f=this[_0x276cab(0x34a)][_0x276cab(0x278)]('DEFAULT_FILE_NAME'))==null?'Univer':_0x5b242f;_0x4fb0ba instanceof _0x593fc2&&(_0x185bcf=_0x4fb0ba[_0x276cab(0x286)]),document[_0x276cab(0x270)]=_0x185bcf;}));}};Cn=z([R(0x0,_0x3ca986),R(0x1,_0x29206e)],Cn);function _0x13e4(){const _0x58d3e4=['size','_joinRoom','setShowComponents','_updateStatus','fetchMiss','LEAVE','has','createSocket','_snapshotService','session.join-failed','filter','encrypt','map','_localCacheService','_initCloseConn','SHOULD_CLOSE_CONN','\x0aAfter:\x20','_collaborationTimeoutTimer','session.room-not-exists','\x20in\x20_schedule.','slice','joinRsp','downloadEndpointUrl','_clearHeartbeatTimer','_undoStacks','reject','roles','JOIN','location','SUBMIT_CHANGESET','JOIN_ROOM_FULL','_createInitialStateImpl','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','localeService','JOIN_ROOM_NOT_EXISTS','[OfflineState]:\x20received\x20acknowledgement.','socketService','FAIL','file','copyFileMeta','?size=','_onRemoteChangeset','src','_unitInfo$','\x20to\x20','routeKey','[CollaborationUndoRedoService]','[PendingState]:\x20received\x20acknowledgement.','UNIVER_SLIDE','_createInitialState','COMPRESS_MUTATION_APPLY','csShouldRetryEvent','getImage','not_collab','_transformRemoteChangesetByIMECache','936mXsWLH','_getSignURL','params','getUploadOptions','createCollaborator','_checkMissing','joinEvent','_telemetryService','reconnect','onTransformState','resolve','disableLocalCache','getImageSourceCache','_executeRemoteChangeset','error$','_docStateChangeManagerService','getDeserializedSheetBlock','_toggleOffline','[CollaborationSessionService]:\x20socket\x20error','_replayCachedMutations','shouldCloseConn','findIndex','getUnitStatus$','ERROR_IMAGE_TYPE','equals','message$','[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20','_initMergeInterceptor','_acknowledgeAwaitingIfReady','collaboration-client.local-cache-service','COMMENT_UPDATE','_cfgEnableObjInherit','/object','NO_OTHER_CLIENTS_EDITING','ERROR_EXCEED_SIZE','_telemetryInfo','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','_schedule','/unit/','LIVESHARE_NEW_HOST','[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.','stopTime','result','_revisionService','every','_sendHeartbeatTimer','splice','unknown','status$','POST','reverse','_fetchMissChangesets','updateCollaborator','_init','_getUndoStack','values','[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.','_pendingMutations','getValue','_remoteChangesetQueue','_handleRemoteChangesets','close$','[CollaborationSession]','SOCKET_FAILED','_sessions','_clearScheduledTask','updateOfflineData','_socketReady','getCollabEntity$','_univerInstanceService','[PendingState]:\x20unhandled\x20univer\x20type:\x20','_acknowledgedAwaitingRevision','/role','_networkConditionService','getTime','listRoles','code','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','_scheduleCollaborationTimeoutTimer','/collaborator','from','_collaborationSessionService','max','socket$','FETCH_MISS','_onUserLeave','leaveEvent','userID','_clearTimeoutTimer','sessionStatus','_waitCount','COMPRESS_MUTATION_SEND','updateCursorEvent','mutations','_commentService','revision','number','getRoom','&assign=','_isPermissionRej','_shouldReportTelemetry','addHandlerCallback','socket\x20open.','get','SOCKET_FAILED_RETRY','members','subject','pending','appendMutation','newCsEvent','_waitForHeartbeatResponse','CONFLICT','dispose','UPDATE_PERMISSION_OBJ','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','saveSheetBlock','onRemoteChangeset','unitLoaded$','_sendHeartbeat','_createHandler','liveShareOperation','HEARTBEAT_TIMEOUT','indexOf','updateMember','FileId','_decreaseWaiting','objectActions','type','_changesetSessionId','endsWith','string','compose','synced','_throwTelemetryCollaborationNewChangeset','_transitionLocked','append','call','_lockTransition','liveShareNewHost','_removeRoom','closeSession','m2Prime','_onRecvEvent','getUnitOnRev','__Key__','[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.','unit-cache-','sheets','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','UPDATE_CURSOR','[OfflineState]:\x20received\x20changeset.','_transformStack','[CollaborationSessionService]','SUBMIT_CHANGESET_TIMEOUT','_transformStateCache','_doCreateSocket','HELLO','LIVESHARE_TERMINATE','deepClone','send','_acknowledgeAwaiting','baseRev','_getCtorByUniverInstanceType','workbook','[UniverCollaborationClientPlugin]','univer-pro.collaboration-client.network-condition.service','add','947214ecGWpI','_transformService','[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.','getUnitType','iterator','_injector','enableOfflineEditing','removeMember','readAsDataURL','data','find','_getSendChangesetTimeout','interceptor','INGEST','collaboration_new_changeset','JOIN_ROOM_FAILED','USERS_ENTER','UNIVER_COLLABORATION_CLIENT_PLUGIN','override','encode','572661GqVqkV','_onRemoteRejected','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','/rev/','onRemoteAck','reqId','LIVESHARE_FETCH_OPERATIONS','onMissingChangesets','_sendingTimer','constructor','decorate','conflict','getLatestCsReqIdBySid','FETCH_MISSING','ONLINE','_commandService','startTime','min','_instanceService','_commentUpdate$','getTypeOfUnitAdded$','next','then','fromCharCode','objectID','text-x','url','object','_collaborationPaused','executeCommand','catch','_startTelemetryCollaborationNewChangeset','_retryCount','collabSubmitChangesetUrl','delete','\x0aCurrent:\x20','OPTIONAL','_transformSelections','_transformIMECache','_members','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','debug','/universer-api/snapshot/','transformMutationsWithChangeset','_undoRedoService','failed\x20to\x20apply\x20missed\x20changesets!','_clearRedo','transformStack\x20failed!','connection\x20error','[DataLoaderService]','init','base-ui.attachment-io.service','People','commentUpdateEvent','?url=','onTransformSelections','CLOSE_ROOM','[DocCollaborationEntity]:\x20DocStateChangeManagerService\x20is\x20required.\x20Register\x20UniverDocsPlugin\x20before\x20collaboration.','[FetchMissState]','emitEvent','_registerDependencies','__splitChunk__','put','collaboration-client.auth.needGotoLoginAlert','onlyLocal','getResourcesRequest','transformUndoRedo','LIVESHARE_REQUEST_HOST','startsWith','_changesetReqId','HEARTBEAT','title','_transformUndoredo','maxSize','session.room-permission-denied','/universer-api/file/{fileID}/sign-url','createInstance','USERS_LEAVE','_singleActiveUnitService','getConfig','[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.','push','_change$','session','rev','transformSelections','/universer-api/stream/file/upload','requestParams','/allowed','close','_sessionStatus$','localCacheService','snapshot','name','_getRedoStack','some','offline','UNIVER_DOC','update','_scheduleCompleteTimestamp','_disableEditing','HEARTBEAT_INTERVAL','MUTATION','actions','_httpService','getSheetBlock','originalMeta','/object/','[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!','_resendTimer','SYNCED','requireSession','_applyRemoteChangeset','_compressMutationService','telemetry\x20info\x20is\x20not\x20initialized','[PendingState]:\x20received\x20rejection.','getCollabEntity','URL','PSEUDO_FETCH_MISSING_RESULT','_awaitingChangeset','waitForRoom$','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','/universer-api/authz','editing\x20status\x20changed\x20to','responseType','cfgEnableObjInherit','asObservable','upload','initWorkbookPermissionChange','/universer-api/snapshot','range','setCfgEnableObjInherit','getFocusedUnit','_onUserJoin','_state$','_userManagerService','authzUrl','commentUpdate$','loginUrlKey','_onLocalMutation','state$','clear','c1Prime','1405396ypgWgd','859680fDUTRf','sid','getUnit','_startCollaboration','_collabSessionService','_stopTelemetryCollaborationNewChangeset','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','error','getUnitId','OTHER_CLIENT_EDITING','loadDoc','resend','getSheetId','getMemberID','_queuedRemoteChangesets','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','_imageSourceCache','31360JiFWwZ','_entities','_createSocket','_socket$','version','eventID','awaitingChangeset','_members$','status','csRejEvent','onload','Failed\x20to\x20update\x20permission\x20point','_roomCreated$','_onConnectionFailed','getCurrentSelections','setConfig','setWaitCount','onStateChange','updatePermissionPoint','includes','_candidateSocket','_handlerCallback','_isEchoedAwaitingChangeset','_socketService','submit\x20changeset\x20error!','_state','_roomMembers','onSendChangeset','fetchMissingChangesets','AWAITING_WITH_PENDING','origin','textRanges','[CollaborationEntity]','objectType','_substituteRedoStack','UNIVER_BASE','avatar','getInterceptPoints','complete','/block/','now','set','_eventService','loadUnit','changesets','subscribe','onRemoteRetry','_tryEnsureSocket','length','NOT_COLLAB','_exhaustRemoteChangesetQueue','docStateChange$','LIVESHARE_OPERATION','collaborators','transformChangesets','ERROR_IMAGE','_replaceFileID','_updateLocalCache','pluginName','_redoStacks','_updateState','uploadFileServerUrl','reduce','1.0.0-alpha.2','missingChangesets','_rescheduleHeartbeat','unsubscribe','_onCombEvent','open$','JOIN_ROOM_PERMISSION_DENIED','_unitID','_onJoinRoomEvent','unit','BASE64','headers','_collaborationUIEventService','PERSON','href','deleteCollaborator','_emitMembers','2591864eISikV','resourceIDs','_sheetTransformSelectionsService','_logService','_substituteUndoStack','pipe','toString','UNIVER_SHEET','prototype','toggleOnline','refreshPermission','onCommentUpdate','snapshotServerUrl','_snapshotServerService','withCredentials','state','CHANGESET_REJ','_getDownloadEndpointURL','_submitChangeset','_incrementRevisionNumber','_transformAndApplyRemoteChangeset','_unlockTransition','stringify','_resendTimeout','_initRequestHeader','entries','charCodeAt','RECV','permissionRejEvent','registerHTTPInterceptor','OTHER_CLIENTS_EDITING','unitID','_onConnectionOpen','_type','onTransformIME','unitId','accept','OFFLINE','_clearRetryConnectingTimer','toPrimitive','fromCollab','_upload','_listenToNetworkCondition','onTransformRemoteChangesetByStateCache','method','dispose$','_retryConnectingTimer','_configService','&source=','818860DGVLhg','PERMISSION_DENIED','_sender','_clearCollaborationTimeoutTimer','saveImage','getCurrentUser','isPermissionRej','RETRY_CONNECTING_MAX_COUNT','UnitEmbedded','x-univer-host','onSyncEditingCollabCursor','_clearLocalCache','_resendWithTimeout','_toggleOnline','getCurrentRevOfUnit','_clearUndo','objects','unitId\x20is\x20not\x20found','_onMessage','allowed','CHANGESET_ACK','_permissionService','UUID','_getUploadFileURL','loadBase','getTypeOfUnitDisposed$','fetch_missing','capture','disposeWithMe','LOCAL_CACHE_INTERVAL','memberID','_onOffline','defineProperty','loadSheet','univer-pro.collaboration-client.single-active-unit-service','incrementRevOfUnit','_transformRemoteChangesetByStateCache','encodeURIComponent','_unitLoaded$','listCollaborators','toggleOffline','post','_getLoginPath','symbol','_getAPIPrefixPath','IDLE','_maxTotalRetryTimeout','sessionStatus$','_status$','packageName','selections','isArray','forEach','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','_timeoutTimer','_socket','JOINING','infoRsp','saveChangeset','_entityInit$','onRemoteRej','awaiting_with_pending','_getCurrentRevision','list','_onConflict','onMutationExecutedForCollab','_memberService','duration','_onRemoteACK','_syncEditingCollabCursor','/-/object/-/batch_allowed','CHANGESET_SHOULD_RETRY','_getAPIPrefix','220XpZodT','_tryReconnect','parse','getSnapshotAPIPath','getAllMembers','function','event$','_getConfig','collaboration-client.config','_initDependencies','cmd','_config','session.room-cnt-exceeds','_HTTPService','setCurrentUser','1KJqhwd','body','focused$','_onFetchMissResult','_socketMessageSubscription','fetchThroughInterceptors','apply','_handler','_event$','SUCCUSS','NEW_CHANGESETS','loadOfflineData'];_0x13e4=function(){return _0x58d3e4;};return _0x13e4();}let wn=function(_0x409408){const _0x17d975=_0x8a6054;return _0x409408[_0x17d975(0x29e)]=_0x17d975(0x29e),_0x409408[_0x17d975(0x362)]=_0x17d975(0x362),_0x409408[_0x17d975(0x314)]=_0x17d975(0x314),_0x409408;}({});const Tn=_0x1460b1(_0x8a6054(0x25c));let En=class{constructor(_0x3ff959,_0x4bc407,_0x455bb1){const _0x532001=_0x8a6054;this[_0x532001(0x291)]=_0x3ff959,this[_0x532001(0x34a)]=_0x4bc407,this['_univerInstanceService']=_0x455bb1;}[_0x8a6054(0x3ea)](){const _0x2865d6=_0x8a6054;var _0x5bec90;return(_0x5bec90=this[_0x2865d6(0x39c)]()['attachment'])==null?{}:_0x5bec90;}async['saveAttachment'](_0x2b63b1){const _0x5b47a5=_0x8a6054;let _0x344616=this[_0x5b47a5(0x3ea)]();if(Dn(_0x2b63b1,_0x344616),_0x344616[_0x5b47a5(0x2a8)])return _0x344616['upload'](_0x2b63b1);let _0x2fd308=await this[_0x5b47a5(0x344)](_0x2b63b1);return{'id':_0x2fd308,'name':_0x2b63b1[_0x5b47a5(0x286)],'mimeType':_0x2b63b1[_0x5b47a5(0x466)],'size':_0x2b63b1['size'],'sourceType':_0x5b47a5(0x362),'source':_0x2fd308};}async[_0x8a6054(0x344)](_0x5371c0){const _0x34b772=_0x8a6054;let _0xacb645=this[_0x34b772(0x42c)][_0x34b772(0x2ad)](),_0x530bfe=_0xacb645==null?void 0x0:_0xacb645[_0x34b772(0x2c1)]();if(!_0x530bfe)throw Error(_0x34b772(0x40f));let _0x408123=new FormData();_0x408123[_0x34b772(0x1f5)](_0x34b772(0x3d6),_0x5371c0);let _0x2270ba=this[_0x34b772(0x363)]()+'?size='+_0x5371c0[_0x34b772(0x3b0)][_0x34b772(0x321)]()+_0x34b772(0x34b)+_0x1e4ced[_0x34b772(0x354)]+_0x34b772(0x449)+encodeURIComponent(_0x530bfe),_0x30983f=(await this['_httpService'][_0x34b772(0x375)](_0x2270ba,{'body':_0x408123}))[_0x34b772(0x3a5)]['FileId'];if(typeof _0x30983f!=_0x34b772(0x469)||!_0x30983f)throw Error(_0x34b772(0x41f));return _0x30983f;}[_0x8a6054(0x363)](){const _0x12ee8e=_0x8a6054;var _0x3e0d16;return(_0x3e0d16=this['_getConfig']()['uploadFileServerUrl'])==null?_0x12ee8e(0x27f):_0x3e0d16;}[_0x8a6054(0x39c)](){const _0x1ba6cb=_0x8a6054;var _0x1dfdd1;return(_0x1dfdd1=this[_0x1ba6cb(0x34a)][_0x1ba6cb(0x278)](_0x1ba6cb(0x39d)))==null?{}:_0x1dfdd1;}};En=z([R(0x0,_0xaba5e9(_0xbf1860)),R(0x1,_0xaba5e9(_0x29206e)),R(0x2,_0xaba5e9(_0x3ca986))],En);function Dn(_0x270295,_0x538b03){const _0xcf5371=_0x8a6054;var _0x5b8b9e;if(_0x538b03[_0xcf5371(0x272)]!=null&&_0x270295[_0xcf5371(0x3b0)]>_0x538b03[_0xcf5371(0x272)])throw Error('[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.');if((_0x5b8b9e=_0x538b03['accept'])!=null&&_0x5b8b9e[_0xcf5371(0x2fb)]&&!_0x538b03[_0xcf5371(0x33f)]['some'](_0xf5a6f8=>_0x270295[_0xcf5371(0x466)]===_0xf5a6f8||_0x270295[_0xcf5371(0x286)]['endsWith'](_0xf5a6f8)||_0xf5a6f8[_0xcf5371(0x468)]('/*')&&_0x270295[_0xcf5371(0x466)][_0xcf5371(0x26d)](_0xf5a6f8[_0xcf5371(0x3c4)](0x0,-0x1))))throw Error(_0xcf5371(0x1ff));}let On=class{constructor(_0x1b7a8e,_0x552b0a,_0x166a78){const _0x4e663b=_0x8a6054;this[_0x4e663b(0x34a)]=_0x1b7a8e,this[_0x4e663b(0x291)]=_0x552b0a,this['localeService']=_0x166a78,this[_0x4e663b(0x25b)]();}[_0x8a6054(0x25b)](){const _0x2a2765=_0x8a6054;this[_0x2a2765(0x291)]['registerHTTPInterceptor']({'priority':0x1,'interceptor':(_0x56ca2c,_0x5bf58b)=>_0x5bf58b(_0x56ca2c)[_0x2a2765(0x320)](_0x521ccf(async _0xbb7d75=>{const _0x2e65e7=_0x2a2765;let _0x4ed104=_0xbb7d75;if(_0x4ed104[_0x2e65e7(0x2d3)]===0x191){if(typeof window>'u')throw Error(_0x2e65e7(0x217));if(window['confirm'](this[_0x2e65e7(0x3d1)]['t'](_0x2e65e7(0x268)))){let _0x147f10=window[_0x2e65e7(0x371)](window[_0x2e65e7(0x3cc)][_0x2e65e7(0x318)]);window[_0x2e65e7(0x3cc)][_0x2e65e7(0x318)]=this[_0x2e65e7(0x376)]()+_0x2e65e7(0x25f)+_0x147f10;}}return _0x4ed104;}))});}[_0x8a6054(0x376)](){const _0x4a572f=_0x8a6054;var _0x303a64;let _0x5bc357=this[_0x4a572f(0x34a)]['getConfig'](F);return(_0x303a64=_0x5bc357==null?void 0x0:_0x5bc357[_0x4a572f(0x2b3)])==null?'/universer-api/oidc/authpage':_0x303a64;}};On=z([R(0x0,_0x29206e),R(0x1,_0xaba5e9(_0xbf1860)),R(0x2,_0xaba5e9(_0x5d1c63))],On);let kn=class extends _0x4dd34b{constructor(_0x3ae99c,_0x2c2521){const _0x2ac7f2=_0x8a6054;super(),this[_0x2ac7f2(0x3a2)]=_0x3ae99c,this[_0x2ac7f2(0x34a)]=_0x2c2521,I(this,_0x2ac7f2(0x406),!0x1),this['_initMergeInterceptor']();}[_0x8a6054(0x402)](){const _0x32e357=_0x8a6054;let _0x530d37=this;this[_0x32e357(0x368)](this[_0x32e357(0x3a2)]['registerHTTPInterceptor']({'priority':0x3e7,'interceptor':_0x15b5e1({'isMatch'(_0x1d7087){const _0x2622d0=_0x32e357;var _0x2325b6;if(_0x1d7087[_0x2622d0(0x347)]===_0x2622d0(0x418)&&(_0x2325b6=_0x1d7087[_0x2622d0(0x280)])!=null&&_0x2325b6[_0x2622d0(0x3a5)]){let {objectID:_0x410341,objectType:_0x4cc694}=_0x1d7087[_0x2622d0(0x280)][_0x2622d0(0x3a5)]||{};if(!_0x410341||_0x4cc694===void 0x0)return!0x1;let _0x502a61=_0x530d37['_getAPIPrefixPath']()+'/'+_0x4cc694+_0x2622d0(0x294)+_0x410341+_0x2622d0(0x281);if(_0x1d7087[_0x2622d0(0x243)]===_0x502a61)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x5a9b8b){const _0x30b98c=_0x32e357;var _0x57ae50;return(_0x57ae50=_0x5a9b8b[_0x30b98c(0x280)])==null?void 0x0:_0x57ae50['body'];},'mergeParamsToRequest'(_0x43d2ea,_0x5f510a){const _0x12f941=_0x32e357;let _0x429bbc=_0x530d37[_0x12f941(0x378)]()+_0x12f941(0x392),_0x42e39d=_0x43d2ea[_0x12f941(0x309)]((_0x229c89,_0x16ff06)=>{const _0x34d42a=_0x12f941;let {unitID:_0x2e56e2,objectID:_0x11006d,objectType:_0x2ca044,actions:_0x1bcd57}=_0x16ff06;return _0x229c89[_0x2e56e2]||(_0x229c89[_0x2e56e2]={}),_0x229c89[_0x2e56e2][_0x11006d]||(_0x229c89[_0x2e56e2][_0x11006d]={'objectID':_0x11006d,'objectType':_0x2ca044,'actions':[]}),_0x229c89[_0x2e56e2][_0x11006d][_0x34d42a(0x290)]['push'](..._0x1bcd57),_0x229c89;},{}),_0x4adbb5=[];for(let _0x1a5191 in _0x42e39d)for(let _0x5e34e4 in _0x42e39d[_0x1a5191]){let {actions:_0x29c036,objectType:_0x2ec062}=_0x42e39d[_0x1a5191][_0x5e34e4],_0x4c29e3=[...new Set(_0x29c036)];_0x4adbb5['push']({'unitID':_0x1a5191,'objectID':_0x5e34e4,'objectType':_0x2ec062,'actions':_0x4c29e3});}return new _0x2e2e88(_0x12f941(0x418),_0x429bbc,{'headers':_0x5f510a['headers'],'withCredentials':_0x5f510a[_0x12f941(0x329)],'responseType':_0x5f510a[_0x12f941(0x2a5)],'body':{'requests':_0x4adbb5}});}},{'distributeResult'(_0x1eba9f,_0xc6b3b1){const _0x3bfe15=_0x32e357;let {objectActions:_0x343d9d}=_0x1eba9f;return _0xc6b3b1[_0x3bfe15(0x3bc)](_0x56bf5d=>{const _0x10cd43=_0x3bfe15;let {unitID:_0x4c34ee,objectID:_0x2fe635,actions:_0x471bb5}=_0x56bf5d,_0x16a0d0=_0x343d9d['find'](_0xa07c7b=>_0xa07c7b[_0x10cd43(0x33a)]===_0x4c34ee&&_0xa07c7b['objectID']===_0x2fe635);return{'config':_0x56bf5d,'result':{'actions':_0x471bb5[_0x10cd43(0x3bc)](_0xbe55bf=>_0x16a0d0==null?void 0x0:_0x16a0d0['actions'][_0x10cd43(0x21f)](_0x158136=>_0x158136['action']===_0xbe55bf))[_0x10cd43(0x3ba)](_0x394943=>!!_0x394943),'error':_0x1eba9f[_0x10cd43(0x2c0)]}};});}})}));}[_0x8a6054(0x378)](){const _0x40373f=_0x8a6054;var _0x5c90c0;let _0x53fc80=this['_configService']['getConfig'](F);return(_0x5c90c0=_0x53fc80==null?void 0x0:_0x53fc80['authzUrl'])==null?_0x40373f(0x2a3):_0x5c90c0;}async['create'](_0x400190){const _0x54987a=_0x8a6054;let _0x2ebe02=this[_0x54987a(0x378)]()+'/'+_0x400190[_0x54987a(0x2ec)]+_0x54987a(0x407);return(await this[_0x54987a(0x3a2)][_0x54987a(0x375)](_0x2ebe02,{'body':_0x400190}))[_0x54987a(0x3a5)][_0x54987a(0x241)]||'';}async[_0x8a6054(0x38b)](_0x1a136e){const _0x23cfd7=_0x8a6054;let _0x347150=this[_0x23cfd7(0x378)]()+'/-/object/list';return(await this[_0x23cfd7(0x3a2)]['post'](_0x347150,{'body':_0x1a136e}))[_0x23cfd7(0x3a5)][_0x23cfd7(0x35c)];}async[_0x8a6054(0x28b)](_0x1afee9){const _0x234c96=_0x8a6054;var _0xaa09da;let _0x547903=this[_0x234c96(0x378)]()+'/'+_0x1afee9[_0x234c96(0x2ec)]+_0x234c96(0x294)+_0x1afee9[_0x234c96(0x241)],_0x1512da=await this[_0x234c96(0x3a2)][_0x234c96(0x267)](_0x547903,{'body':_0x1afee9});if((_0x1512da==null||(_0xaa09da=_0x1512da[_0x234c96(0x3a5)])==null||(_0xaa09da=_0xaa09da[_0x234c96(0x2c0)])==null?void 0x0:_0xaa09da[_0x234c96(0x433)])!==0x1)throw Error(_0x234c96(0x2d6));}async[_0x8a6054(0x35f)](_0x2de0e9){const _0x678251=_0x8a6054;let _0x40203c=this[_0x678251(0x378)]()+'/'+_0x2de0e9['objectType']+'/object/'+_0x2de0e9['objectID']+_0x678251(0x281);return(await this['_HTTPService']['post'](_0x40203c,{'body':_0x2de0e9}))[_0x678251(0x3a5)]['actions'];}async['batchAllowed'](_0x4e623a){const _0x38b613=_0x8a6054;let _0x4a7dd8=this[_0x38b613(0x378)]()+'/-/object/-/batch_allowed';return(await this[_0x38b613(0x3a2)][_0x38b613(0x375)](_0x4a7dd8,{'body':{'requests':_0x4e623a}}))[_0x38b613(0x3a5)][_0x38b613(0x465)];}async[_0x8a6054(0x432)](_0x151cc7){const _0x3cdc4a=_0x8a6054;let _0x22970a=this[_0x3cdc4a(0x378)]()+'/'+_0x151cc7['objectType']+_0x3cdc4a(0x42f),_0x8b175f=await this[_0x3cdc4a(0x3a2)][_0x3cdc4a(0x375)](_0x22970a,{'body':_0x151cc7});return{'roles':_0x8b175f[_0x3cdc4a(0x3a5)][_0x3cdc4a(0x3ca)],'actions':_0x8b175f[_0x3cdc4a(0x3a5)][_0x3cdc4a(0x290)]};}async[_0x8a6054(0x319)](_0x414a96){const _0x4e984c=_0x8a6054;let _0x45f72f=this[_0x4e984c(0x378)]()+_0x4e984c(0x436);await this[_0x4e984c(0x3a2)][_0x4e984c(0x24b)](_0x45f72f,{'params':{'collaboratorID':_0x414a96['collaboratorID'],'objectID':_0x414a96[_0x4e984c(0x241)],'unitID':_0x414a96[_0x4e984c(0x33a)]}});}async[_0x8a6054(0x41b)](_0x3c2889){const _0x50a0fc=_0x8a6054;let _0x193b35=this[_0x50a0fc(0x378)]()+_0x50a0fc(0x436);await this[_0x50a0fc(0x3a2)]['patch'](_0x193b35,{'body':_0x3c2889});}async[_0x8a6054(0x3eb)](_0x9de592){const _0x69db39=_0x8a6054;let _0x440e44=this[_0x69db39(0x378)]()+_0x69db39(0x436);await this['_HTTPService'][_0x69db39(0x375)](_0x440e44,{'body':_0x9de592});}async[_0x8a6054(0x373)](_0x708703){const _0x1d3abb=_0x8a6054;var _0x533641;let _0x45e692=this[_0x1d3abb(0x378)]()+_0x1d3abb(0x436),_0xcf1bc=await this[_0x1d3abb(0x3a2)][_0x1d3abb(0x44e)](_0x45e692,{'params':{'objectID':_0x708703['objectID'],'unitID':_0x708703[_0x1d3abb(0x33a)]}});return this['setCfgEnableObjInherit']((_0x533641=_0xcf1bc['body'][_0x1d3abb(0x2a6)])==null?!0x1:_0x533641),_0xcf1bc['body'][_0x1d3abb(0x300)];}async['putCollaborators'](_0x9c48a6){const _0x2ae24f=_0x8a6054;let _0x3120d9=this[_0x2ae24f(0x378)]()+_0x2ae24f(0x436);await this[_0x2ae24f(0x3a2)]['put'](_0x3120d9,{'body':_0x9c48a6});}[_0x8a6054(0x2ac)](_0xac6272){const _0x3491a4=_0x8a6054;this[_0x3491a4(0x406)]=_0xac6272;}['getCfgEnableObjInherit'](){const _0x13f5ae=_0x8a6054;return this[_0x13f5ae(0x406)];}};kn=z([R(0x0,_0xaba5e9(_0xbf1860)),R(0x1,_0xaba5e9(_0x29206e))],kn);function An(_0x2a1dd4){const _0x2acefb=_0x8a6054;let _0x55061=atob(_0x2a1dd4),_0x202be2=new Uint8Array(_0x55061[_0x2acefb(0x2fb)]);for(let _0x39b2b2=0x0;_0x39b2b2<_0x55061['length'];_0x39b2b2++)_0x202be2[_0x39b2b2]=_0x55061[_0x2acefb(0x335)](_0x39b2b2);return _0x202be2;}function jn(_0x1c2d15){const _0x255f24=_0x8a6054;let _0x12680e='';for(let _0x3b6b49=0x0;_0x3b6b49<_0x1c2d15[_0x255f24(0x2fb)];_0x3b6b49++)_0x12680e+=String[_0x255f24(0x240)](_0x1c2d15[_0x3b6b49]);return btoa(_0x12680e);}function Mn(_0xfc969d,_0x262cf5){const _0x162f46=_0x8a6054;let _0x586b50=An(_0x262cf5),_0x3d54b6=_0xafcec8(0x10);return jn(_0x2a1100(_0x3d54b6,_0x1ba736(_0x586b50,_0x3d54b6)[_0x162f46(0x3bb)](_0x23c2da(_0xfc969d))));}function Nn(){const _0x57583f=_0x8a6054;let _0x426727=_0x217b08()[_0x57583f(0x1fe)];if(typeof window<'u'&&window['location']!==void 0x0&&_0x426727){let _0xa600cb={'time':Math['floor'](Date['now']()/0x3e8),'domain':location['hostname']};return Mn(JSON[_0x57583f(0x331)](_0xa600cb),_0x426727);}}let Pn=class{constructor(_0x5ebdf5){const _0x35db76=_0x8a6054;this[_0x35db76(0x291)]=_0x5ebdf5,this[_0x35db76(0x333)]();}[_0x8a6054(0x333)](){const _0xd529f4=_0x8a6054;this['_httpService'][_0xd529f4(0x338)]({'interceptor':(_0xbff54b,_0x5e6eb5)=>{const _0x322eb6=_0xd529f4;let _0x537f28=Nn();return _0x537f28&&_0xbff54b[_0x322eb6(0x315)][_0x322eb6(0x2f4)](_0x322eb6(0x355),_0x537f28),_0x5e6eb5(_0xbff54b);}});}};Pn=z([R(0x0,_0xaba5e9(_0xbf1860))],Pn);let Fn=class extends _0x2cad8a{constructor(_0x169e8c,_0x127ae2,_0x3ae685){const _0x166fa6=_0x8a6054;super(),this[_0x166fa6(0x31e)]=_0x169e8c,this[_0x166fa6(0x3b8)]=_0x127ae2,this[_0x166fa6(0x3bd)]=_0x3ae685,I(this,'_unitInfo$',new _0xe5e901(null)),I(this,_0x166fa6(0x372),new _0x40a752()),I(this,'unitInfo$',this[_0x166fa6(0x3db)]['asObservable']()),I(this,_0x166fa6(0x45c),this[_0x166fa6(0x372)][_0x166fa6(0x2a7)]());}['dispose'](){const _0x4f4cd3=_0x8a6054;super[_0x4f4cd3(0x457)](),this[_0x4f4cd3(0x372)]['complete'](),this[_0x4f4cd3(0x3db)][_0x4f4cd3(0x2f1)]();}async['loadUnitOfRevision'](_0x3aad8a,_0x5dc639,_0x3acb94){const _0x259f3c=_0x8a6054;this[_0x259f3c(0x3db)][_0x259f3c(0x23e)]({'unitId':_0x3aad8a,'type':_0x5dc639});let _0x2a0623=null;switch(_0x5dc639){case _0x21be62['UNIVER_SHEET']:_0x2a0623=await this[_0x259f3c(0x3b8)][_0x259f3c(0x36d)](_0x3aad8a,_0x3acb94);break;case _0x21be62[_0x259f3c(0x28a)]:_0x2a0623=await this['_snapshotService'][_0x259f3c(0x2c3)](_0x3aad8a,_0x3acb94);break;case _0x21be62['UNIVER_SLIDE']:_0x2a0623=await this[_0x259f3c(0x3b8)]['loadSlide'](_0x3aad8a,_0x3acb94);break;case _0x21be62['UNIVER_BASE']:_0x2a0623=await this[_0x259f3c(0x3b8)][_0x259f3c(0x364)](_0x3aad8a,_0x3acb94);break;default:this[_0x259f3c(0x31e)]['error'](_0x259f3c(0x25a),_0x259f3c(0x2bf));break;}return _0x2a0623&&this[_0x259f3c(0x372)][_0x259f3c(0x23e)](_0x2a0623),_0x2a0623;}async[_0x8a6054(0x2f6)](_0x45d4f0,_0x340ecc,_0x5861f3){const _0x5479e1=_0x8a6054;var _0x3d01d2;this[_0x5479e1(0x3db)][_0x5479e1(0x23e)]({'unitId':_0x45d4f0,'type':_0x340ecc,'subUnitId':_0x5861f3});let _0x50d3fb=0x0,_0x13e24a=await((_0x3d01d2=this[_0x5479e1(0x3bd)])==null?void 0x0:_0x3d01d2[_0x5479e1(0x3af)](_0x45d4f0));return _0x13e24a&&(_0x13e24a['awaitingChangeset']||_0x13e24a['mutations'][_0x5479e1(0x2fb)]!==0x0)&&(_0x50d3fb=_0x13e24a[_0x5479e1(0x27d)]),_0x50d3fb===0x0&&this[_0x5479e1(0x31e)]['debug'](_0x5479e1(0x25a),_0x5479e1(0x381)),this['loadUnitOfRevision'](_0x45d4f0,_0x340ecc,_0x50d3fb);}};Fn=z([R(0x0,_0x2b6744),R(0x1,_0xaba5e9(_0x298033)),R(0x2,_0x44ad0b(V))],Fn);let In=class{constructor(_0x364108,_0x167401,_0x17799a){const _0xb95991=_0x8a6054;this['_httpService']=_0x364108,this[_0xb95991(0x34a)]=_0x167401,this[_0xb95991(0x42c)]=_0x17799a,I(this,_0xb95991(0x441),0x0),I(this,'_change$',new _0x40a752()),I(this,'change$',this[_0xb95991(0x27b)]),I(this,_0xb95991(0x2ca),new Map());}[_0x8a6054(0x2db)](_0x31e707){const _0x284329=_0x8a6054;this['_waitCount']=_0x31e707,this[_0x284329(0x27b)][_0x284329(0x23e)](_0x31e707);}[_0x8a6054(0x3f3)](_0xe9eb0e,_0x254afa){const _0x1c2730=_0x8a6054;if(_0x254afa===_0x4f5e7e[_0x1c2730(0x314)]){let _0x35624d=new Image();return _0x35624d[_0x1c2730(0x3da)]=_0xe9eb0e,_0x35624d;}return this['_imageSourceCache'][_0x1c2730(0x44e)](_0xe9eb0e);}['addImageSourceCache'](_0x5a27be,_0x23e0bb,_0x1efb20){const _0x4f33c3=_0x8a6054;_0x23e0bb===_0x4f5e7e['BASE64']||_0x1efb20==null||this[_0x4f33c3(0x2ca)][_0x4f33c3(0x2f4)](_0x5a27be,_0x1efb20);}async[_0x8a6054(0x3e4)](_0x571ba1){const _0x22d30a=_0x8a6054;try{let _0x4fe945=this[_0x22d30a(0x303)](this[_0x22d30a(0x3e8)](),''+_0x571ba1),_0x210d58=(await this['_httpService']['get'](_0x4fe945))[_0x22d30a(0x3a5)];if(_0x210d58[_0x22d30a(0x2c0)]&&_0x210d58[_0x22d30a(0x2c0)][_0x22d30a(0x433)]===_0x5abdf9['OK']){let _0x11c7c1=_0x1715f8(_0x210d58[_0x22d30a(0x243)],this[_0x22d30a(0x32c)]());return Promise[_0x22d30a(0x3f1)](_0x11c7c1);}return Promise[_0x22d30a(0x3c9)](_0x210d58['error']);}catch(_0x5a3386){return Promise['reject'](_0x5a3386);}}async[_0x8a6054(0x350)](_0x535f75){const _0x3da4a0=_0x8a6054;let _0x565920='';if(!_0x1581da[_0x3da4a0(0x2de)](_0x535f75[_0x3da4a0(0x466)]))return this[_0x3da4a0(0x464)](),Promise[_0x3da4a0(0x3c9)](Error(_0x2d0a7a[_0x3da4a0(0x3fe)]));if(_0x535f75[_0x3da4a0(0x3b0)]>_0x38298b())return this['_decreaseWaiting'](),Promise['reject'](Error(_0x2d0a7a[_0x3da4a0(0x409)]));try{let _0x24f16e=new FormData();_0x24f16e[_0x3da4a0(0x1f5)]('file',_0x535f75);let _0x1c9290=this[_0x3da4a0(0x42c)][_0x3da4a0(0x2ad)](),_0x4f434c=_0x1c9290==null?void 0x0:_0x1c9290[_0x3da4a0(0x2c1)]();if(!_0x4f434c)throw Error(_0x3da4a0(0x35d));let _0x2e2a88=this[_0x3da4a0(0x363)]()+_0x3da4a0(0x3d8)+_0x535f75[_0x3da4a0(0x3b0)][_0x3da4a0(0x321)]()+_0x3da4a0(0x34b)+_0x1e4ced[_0x3da4a0(0x354)]+_0x3da4a0(0x449)+encodeURIComponent(_0x4f434c),_0xfb931d={'body':_0x24f16e},_0x20eca0=(await this[_0x3da4a0(0x291)][_0x3da4a0(0x375)](_0x2e2a88,_0xfb931d))[_0x3da4a0(0x3a5)];if(typeof _0x20eca0[_0x3da4a0(0x463)]!=_0x3da4a0(0x469))return this[_0x3da4a0(0x464)](),Promise[_0x3da4a0(0x3c9)](Error(_0x2d0a7a[_0x3da4a0(0x302)]));_0x565920=_0x20eca0[_0x3da4a0(0x463)];}catch{return this[_0x3da4a0(0x464)](),Promise[_0x3da4a0(0x3c9)](Error(_0x2d0a7a[_0x3da4a0(0x302)]));}return new Promise((_0x42d385,_0xa54da8)=>{const _0x52d539=_0x3da4a0;let _0x3c5870=new FileReader();_0x3c5870[_0x52d539(0x21d)](_0x535f75),_0x3c5870[_0x52d539(0x2d5)]=_0x3e9844=>{const _0x5218e2=_0x52d539;var _0x4823dc;let _0x152641=(_0x4823dc=_0x3e9844['target'])==null?void 0x0:_0x4823dc['result'];if(_0x152641==null){this['_decreaseWaiting'](),_0xa54da8(Error(_0x2d0a7a['ERROR_IMAGE']));return;}_0x42d385({'imageId':_0x2f5c77(0x6),'imageSourceType':_0x4f5e7e[_0x5218e2(0x362)],'source':_0x565920,'base64Cache':_0x152641,'status':_0x2d0a7a[_0x5218e2(0x3ad)]}),this['_decreaseWaiting']();};});}['_getUploadFileURL'](){const _0x5f27b2=_0x8a6054;var _0x23cfc3;let _0x395199=this[_0x5f27b2(0x34a)][_0x5f27b2(0x278)](F);return(_0x23cfc3=_0x395199==null?void 0x0:_0x395199[_0x5f27b2(0x308)])==null?_0x5f27b2(0x27f):_0x23cfc3;}['_getSignURL'](){const _0x181e63=_0x8a6054;var _0x39135d;let _0x29b401=this[_0x181e63(0x34a)][_0x181e63(0x278)](F);return(_0x39135d=_0x29b401==null?void 0x0:_0x29b401['signUrlServerUrl'])==null?_0x181e63(0x274):_0x39135d;}[_0x8a6054(0x32c)](){const _0x323f98=_0x8a6054;var _0x4c2c30;let _0x3eba72=this[_0x323f98(0x34a)]['getConfig'](F);return(_0x4c2c30=_0x3eba72==null?void 0x0:_0x3eba72[_0x323f98(0x3c6)])==null?location[_0x323f98(0x2e9)]:_0x4c2c30;}[_0x8a6054(0x303)](_0x2077e9,_0x19cf7c){return _0x2077e9['replace']('{fileID}',_0x19cf7c);}[_0x8a6054(0x464)](){const _0x3e4d15=_0x8a6054;--this[_0x3e4d15(0x441)],this[_0x3e4d15(0x27b)][_0x3e4d15(0x23e)](this[_0x3e4d15(0x441)]);}};In=z([R(0x0,_0xaba5e9(_0xbf1860)),R(0x1,_0x29206e),R(0x2,_0xaba5e9(_0x3ca986))],In);let Ln=class{constructor(_0x1478e2,_0xe8a230){const _0x28e802=_0x8a6054;this[_0x28e802(0x34a)]=_0x1478e2,this['_HTTPService']=_0xe8a230;}['_getAPIPrefixPath'](){const _0x136396=_0x8a6054;var _0x1f89ce;let _0x5d1b02=this[_0x136396(0x34a)]['getConfig'](F);return(_0x1f89ce=_0x5d1b02==null?void 0x0:_0x5d1b02[_0x136396(0x2b1)])==null?_0x136396(0x2a3):_0x1f89ce;}async['list'](_0x24568c){const _0x142df1=_0x8a6054;let _0x6e5b99=this[_0x142df1(0x378)]()+_0x142df1(0x436);return{'list':[{'title':_0x142df1(0x25d),'mentions':(await this[_0x142df1(0x3a2)]['get'](_0x6e5b99,{'params':{'objectID':_0x24568c['unitId'],'unitID':_0x24568c[_0x142df1(0x33e)]}}))[_0x142df1(0x3a5)][_0x142df1(0x300)]['map'](_0x10f24f=>({'objectId':_0x10f24f['id'],'name':_0x10f24f[_0x142df1(0x451)][_0x142df1(0x286)],'metadata':{'icon':_0x10f24f[_0x142df1(0x451)][_0x142df1(0x2ef)]},'label':_0x10f24f[_0x142df1(0x451)][_0x142df1(0x286)],'objectType':_0x212032[_0x142df1(0x317)]})),'metadata':{},'type':_0x212032[_0x142df1(0x317)]}]};}};Ln=z([R(0x0,_0xaba5e9(_0x29206e)),R(0x1,_0xaba5e9(_0xbf1860))],Ln);let Rn=class extends _0x2cad8a{constructor(_0x4f0760,_0xcac522,_0x4730ff,_0x56fd5b,_0x8db5b7){const _0x2605dd=_0x8a6054;super(),this['_injector']=_0x4f0760,this[_0x2605dd(0x42c)]=_0xcac522,this['_permissionService']=_0x4730ff,this[_0x2605dd(0x438)]=_0x56fd5b,this['_collaborationUIEventService']=_0x8db5b7,this['_initUnitPermissionChange'](),this['_initCloseConn']();}[_0x8a6054(0x3be)](){const _0x2313f9=_0x8a6054;let _0x5903cd=async _0x3d94c6=>{const _0x10f7a0=_0x4e5e;(await this[_0x10f7a0(0x438)]['requireSession'](_0x3d94c6))[_0x10f7a0(0x39b)][_0x10f7a0(0x320)](_0x53e111(_0x34b91e=>_0x34b91e[_0x10f7a0(0x2d0)]===_0xaf3ca4[_0x10f7a0(0x3bf)]),_0x4b0be1(this[_0x10f7a0(0x348)]))[_0x10f7a0(0x2f8)](_0x1473aa=>{const _0x381231=_0x10f7a0;let {reason:_0x55acf5}=_0x1473aa[_0x381231(0x21e)];this['_collaborationUIEventService'][_0x381231(0x264)]({'id':_0x381231(0x261),'data':_0x55acf5}),this['_permissionService'][_0x381231(0x2dd)](new _0x15b1fe(_0x3d94c6)['id'],!0x1),this[_0x381231(0x438)][_0x381231(0x1fa)](_0x3d94c6);});};_0x6051a6(this[_0x2313f9(0x42c)]['getTypeOfUnitAdded$'](_0x21be62['UNIVER_SHEET']),this[_0x2313f9(0x42c)][_0x2313f9(0x23d)](_0x21be62[_0x2313f9(0x28a)]),this[_0x2313f9(0x42c)]['getTypeOfUnitAdded$'](_0x21be62[_0x2313f9(0x2ee)]))[_0x2313f9(0x320)](_0x3685dc(_0x51a346=>_0x51a346[_0x2313f9(0x313)]['getUnitId']()),_0x53e111(_0x38ac72=>!_0x576038(_0x38ac72)),_0x4b0be1(this[_0x2313f9(0x348)]))[_0x2313f9(0x2f8)](_0x279f26=>{_0x5903cd(_0x279f26);});}['_initUnitPermissionChange'](){const _0x2cfb08=_0x8a6054;let _0x1bb763=async _0xfcf426=>{const _0x1e0c33=_0x4e5e;let _0x19fc36=await this['_collaborationSessionService'][_0x1e0c33(0x298)](_0xfcf426),_0x3a5dc9=this[_0x1e0c33(0x21a)][_0x1e0c33(0x44e)](_0x3e6270);_0x19fc36[_0x1e0c33(0x39b)][_0x1e0c33(0x320)](_0x53e111(_0x32d7d8=>_0x32d7d8['eventID']===_0xaf3ca4['UPDATE_PERMISSION_OBJ']),_0x4b0be1(this['dispose$']))['subscribe'](_0x19d5f9=>{const _0x52fe7c=_0x1e0c33;let {objectId:_0x10433b}=_0x19d5f9[_0x52fe7c(0x21e)];_0x10433b===_0xfcf426?_0x3a5dc9[_0x52fe7c(0x2a9)](_0xfcf426):_0x3a5dc9[_0x52fe7c(0x325)](_0xfcf426,_0x10433b);});};_0x6051a6(this[_0x2cfb08(0x42c)][_0x2cfb08(0x23d)](_0x21be62[_0x2cfb08(0x322)]))[_0x2cfb08(0x320)](_0x3685dc(_0x1b27a7=>_0x1b27a7[_0x2cfb08(0x313)]['getUnitId']()),_0x53e111(_0x30cf3f=>!_0x576038(_0x30cf3f)),_0x4b0be1(this[_0x2cfb08(0x348)]))['subscribe'](_0x26fecd=>{_0x1bb763(_0x26fecd);});}};Rn=z([R(0x0,_0xaba5e9(_0x126fc9)),R(0x1,_0x3ca986),R(0x2,_0x4fbdaa),R(0x3,_0xaba5e9(Q)),R(0x4,_0xaba5e9(L))],Rn);let zn=class{constructor(_0x3f0fb5,_0xb070b7){const _0x31f3a3=_0x8a6054;this[_0x31f3a3(0x34a)]=_0x3f0fb5,this['_httpService']=_0xb070b7;}async[_0x8a6054(0x1fd)](_0x224baf,_0x48a99c){const _0x58b493=_0x8a6054;var _0x10b1fe;let {unitID:_0x386485,type:_0x1b8c4d,revision:_0xf160a6=0x0}=_0x48a99c,_0x2232ce=this[_0x58b493(0x398)]()+'/'+_0x1b8c4d+_0x58b493(0x40d)+_0x386485+_0x58b493(0x22c)+_0xf160a6,_0x2839b8=(await this[_0x58b493(0x291)][_0x58b493(0x44e)](_0x2232ce))[_0x58b493(0x3a5)],_0x225025=(_0x10b1fe=_0x2839b8[_0x58b493(0x285)])==null?void 0x0:_0x10b1fe[_0x58b493(0x211)];if(_0x225025){let _0x227dea=_0x225025==null?void 0x0:_0x225025[_0x58b493(0x293)];_0x225025[_0x58b493(0x293)]=_0x59abbe[_0x58b493(0x228)](_0x53de1d(_0x227dea)),Object[_0x58b493(0x334)](_0x225025[_0x58b493(0x201)])[_0x58b493(0x380)](([,_0xc64667])=>{const _0x4231bb=_0x58b493;let _0x43c670=_0xc64667['originalMeta'];_0xc64667[_0x4231bb(0x293)]=_0x59abbe['encode'](_0x53de1d(_0x43c670));});}return _0x2839b8;}async[_0x8a6054(0x292)](_0x52616d,_0x3aab2f){const _0x48f22b=_0x8a6054;let {unitID:_0x482ad5,type:_0x575e51,blockID:_0x1fa4aa}=_0x3aab2f,_0x3e8425=this[_0x48f22b(0x394)]()+'/'+_0x575e51+_0x48f22b(0x40d)+_0x482ad5+_0x48f22b(0x2f2)+_0x1fa4aa;return(await this[_0x48f22b(0x291)][_0x48f22b(0x44e)](_0x3e8425))[_0x48f22b(0x3a5)];}async[_0x8a6054(0x3f7)](_0x50130c,_0x3e66a1){const _0x52be6a=_0x8a6054;let {unitID:_0x247c96,type:_0x46cf99,blockID:_0x13698b}=_0x3e66a1,_0x15ebaf=this[_0x52be6a(0x394)]()+_0x52be6a(0x2f2)+_0x46cf99+_0x52be6a(0x40d)+_0x247c96+_0x52be6a(0x2f2)+_0x13698b;return(await this[_0x52be6a(0x291)]['get'](_0x15ebaf))['body'];}async[_0x8a6054(0x2e7)](_0x5b6715,_0x19d7b9){const _0xbe9a83=_0x8a6054;let {unitID:_0x1ab577,type:_0x524c6c,from:_0x124512,to:_0xd5543b}=_0x19d7b9,_0x516c5e=this[_0xbe9a83(0x394)]()+'/'+_0x524c6c+'/unit/'+_0x1ab577+'/fetchmissing?from='+_0x124512+'&to='+_0xd5543b;return(await this[_0xbe9a83(0x291)][_0xbe9a83(0x44e)](_0x516c5e))[_0xbe9a83(0x3a5)];}['getSnapshotAPIPath'](){const _0x52d30b=_0x8a6054;var _0x110c96;return(_0x110c96=this['_configService']['getConfig']('SNAPSHOT_URL_KEY'))==null?this[_0x52d30b(0x394)]():_0x110c96;}[_0x8a6054(0x394)](){const _0x49b341=_0x8a6054;var _0x1a5fc3;let _0x5cf0a0=this[_0x49b341(0x34a)][_0x49b341(0x278)](F);return(_0x1a5fc3=_0x5cf0a0==null?void 0x0:_0x5cf0a0[_0x49b341(0x327)])==null?_0x49b341(0x2aa):_0x1a5fc3;}async[_0x8a6054(0x26a)](_0x5dc5d9,_0x1b6c00){const _0x192110=_0x8a6054;let _0x1d4a03=_0x192110(0x253)+_0x1b6c00[_0x192110(0x466)]+_0x192110(0x40d)+_0x1b6c00[_0x192110(0x33a)]+'/resources';return(await this[_0x192110(0x291)]['get'](_0x1d4a03,{'params':{'resourceId':JSON[_0x192110(0x331)](_0x1b6c00[_0x192110(0x31c)])}}))[_0x192110(0x3a5)];}['saveSnapshot'](){const _0x2e29cf=_0x8a6054;throw Error(_0x2e29cf(0x251));}['updateSnapshot'](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x8a6054(0x45a)](){const _0x5e9356=_0x8a6054;throw Error(_0x5e9356(0x251));}[_0x8a6054(0x386)](){const _0x51c25a=_0x8a6054;throw Error(_0x51c25a(0x251));}[_0x8a6054(0x3d7)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x8a6054(0x235)](){const _0x47ea15=_0x8a6054;throw Error(_0x47ea15(0x251));}};zn=z([R(0x0,_0x29206e),R(0x1,_0xaba5e9(_0xbf1860))],zn);let Bn=class extends _0x6d510e{constructor(_0x461a6b,_0x46e66d,_0x1bb8cf,_0x2825f2,_0x377ffd){const _0x5de724=_0x8a6054;super(_0x461a6b,_0x46e66d,_0x1bb8cf),this['_transformService']=_0x2825f2,this[_0x5de724(0x31e)]=_0x377ffd;}['transformUndoRedo'](_0x1f9f20,_0x2348d7){const _0x5e7cee=_0x8a6054;let _0x3f90dc=this[_0x5e7cee(0x41d)](_0x1f9f20);if(_0x3f90dc)try{let _0x51522f=this[_0x5e7cee(0x205)](_0x3f90dc,_0x2348d7);this[_0x5e7cee(0x31f)](_0x1f9f20,_0x51522f);}catch(_0x2f1d6b){this[_0x5e7cee(0x31e)][_0x5e7cee(0x2c0)](_0x5e7cee(0x3de),_0x2f1d6b),this[_0x5e7cee(0x35b)](_0x1f9f20);}let _0x15d672=this['_getRedoStack'](_0x1f9f20);if(_0x15d672)try{let _0x4fc82a=this['_transformStack'](_0x15d672,_0x2348d7);this[_0x5e7cee(0x2ed)](_0x1f9f20,_0x4fc82a);}catch(_0xacbf77){this[_0x5e7cee(0x31e)][_0x5e7cee(0x2c0)](_0xacbf77),this[_0x5e7cee(0x257)](_0x1f9f20);}}[_0x8a6054(0x35b)](_0x57511b){const _0x4edd3d=_0x8a6054;let _0x3c5c89=this[_0x4edd3d(0x41d)](_0x57511b);_0x3c5c89&&(_0x3c5c89[_0x4edd3d(0x2fb)]=0x0,this['_updateStatus']());}['_clearRedo'](_0xbc3be7){const _0x36a4a5=_0x8a6054;let _0x4e35dc=this[_0x36a4a5(0x287)](_0xbc3be7);_0x4e35dc&&(_0x4e35dc['length']=0x0,this[_0x36a4a5(0x3b3)]());}[_0x8a6054(0x31f)](_0x18916b,_0x177b0a){const _0x4082bb=_0x8a6054;this[_0x4082bb(0x3c8)][_0x4082bb(0x2f4)](_0x18916b,_0x177b0a),this[_0x4082bb(0x3b3)]();}[_0x8a6054(0x2ed)](_0x20fcc0,_0x53248c){const _0x139ecc=_0x8a6054;this[_0x139ecc(0x306)][_0x139ecc(0x2f4)](_0x20fcc0,_0x53248c),this[_0x139ecc(0x3b3)]();}[_0x8a6054(0x205)](_0x2a7420,_0x26a3fd){const _0x1f0379=_0x8a6054;let _0x1782a4=[],_0x2fa1cd=_0x26a3fd,_0x239790=_0x26a3fd;for(let _0x35e5e6=_0x2a7420[_0x1f0379(0x2fb)]-0x1;_0x35e5e6>=0x0;_0x35e5e6--){let {unitID:_0x1a4df3,undoMutations:_0x3a1114,redoMutations:_0x3a50b5}=_0x2a7420[_0x35e5e6],_0x4c7c84=this['_transformService'][_0x1f0379(0x254)](_0x2fa1cd,_0x3a1114),_0x3bc5a2=this['_transformService'][_0x1f0379(0x254)](_0x239790,_0x3a50b5);if(_0x9ff381(_0x4c7c84)||_0x9ff381(_0x3bc5a2)){this[_0x1f0379(0x31e)][_0x1f0379(0x2c0)](_0x1f0379(0x3de),_0x1f0379(0x258),_0x4c7c84,_0x3bc5a2);break;}_0x2fa1cd=_0x4c7c84[_0x1f0379(0x2b7)],_0x239790=_0x3bc5a2[_0x1f0379(0x2b7)],_0x1782a4[_0x1f0379(0x27a)]({'unitID':_0x1a4df3,'undoMutations':_0x4c7c84[_0x1f0379(0x1fb)],'redoMutations':_0x3bc5a2[_0x1f0379(0x1fb)]});}return _0x1782a4[_0x1f0379(0x419)]();}};Bn=z([R(0x0,_0x3ca986),R(0x1,_0x1b4da7),R(0x2,_0x190113),R(0x3,_0x3a7b09),R(0x4,_0x2b6744)],Bn);let $=class extends _0x4c6e74{constructor(_0x239a21=gt,_0x258bfd,_0x362a6d,_0x28e8f6){const _0x21bc9e=_0x8a6054;super(),this[_0x21bc9e(0x3a0)]=_0x239a21,this['_logService']=_0x258bfd,this[_0x21bc9e(0x21a)]=_0x362a6d,this[_0x21bc9e(0x34a)]=_0x28e8f6;let {..._0x481081}=_0x18c740({},gt,this[_0x21bc9e(0x3a0)]);if(!_0x481081[_0x21bc9e(0x3d4)])throw Error(_0x21bc9e(0x295));this[_0x21bc9e(0x3a0)]=_0x481081,this[_0x21bc9e(0x34a)][_0x21bc9e(0x2da)](F,_0x481081);}['onStarting'](){const _0x372e43=_0x8a6054;this[_0x372e43(0x265)](),this[_0x372e43(0x39e)]();}[_0x8a6054(0x265)](){const _0x27eaac=_0x8a6054;var _0x2ba7e6,_0x30115b;this[_0x27eaac(0x21a)][_0x27eaac(0x3b6)](_0x5995ce)&&this[_0x27eaac(0x31e)]['error'](_0x27eaac(0x212),'you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!');let _0x2cb9f5=_0x4845fd([[_0x5995ce,{'useClass':Bn}],[Q],[B],[zt],[On],[Pn],[Mt],[Rn],[L],[Fn],[_n,{'useClass':this[_0x27eaac(0x3a0)][_0x27eaac(0x3d4)]}],[_0x17f9a7,{'useClass':zn}],[_0x3854b9,{'useClass':kn}],[_0x536aa2,{'useClass':In}],[Tn,{'useClass':En}],[_0xa55784,{'useClass':Ln}],[bn],[Cn]],(_0x2ba7e6=this[_0x27eaac(0x3a0)])==null?void 0x0:_0x2ba7e6[_0x27eaac(0x227)]);if(!((_0x30115b=this[_0x27eaac(0x3a0)])!=null&&_0x30115b['enableSingleActiveInstanceLock'])){let _0x35606e=_0x2cb9f5[_0x27eaac(0x3fc)](([_0x1a7ead])=>_0x1a7ead===H);_0x35606e!==-0x1&&_0x2cb9f5[_0x27eaac(0x415)](_0x35606e,0x1);}_0x4a7397(this['_injector'],_0x2cb9f5);}[_0x8a6054(0x39e)](){const _0x2bde15=_0x8a6054;var _0x1e6251,_0xca2413;if(this[_0x2bde15(0x21a)][_0x2bde15(0x44e)](_0xbf1860)[_0x2bde15(0x338)]({'priority':0x14,'interceptor':_0x266a98({'maxParallel':0x6})}),!((_0x1e6251=this['_config'])!=null&&_0x1e6251[_0x2bde15(0x21b)])){var _0x36b138;(_0x36b138=this['_injector'][_0x2bde15(0x44e)](V,_0x419f27[_0x2bde15(0x24d)]))==null||_0x36b138[_0x2bde15(0x3f2)]();}(_0xca2413=this[_0x2bde15(0x3a0)])!=null&&_0xca2413['enableAuthServer']&&_0x363b5d(this[_0x2bde15(0x21a)],[[On]]),_0x363b5d(this['_injector'],[[Pn],[bn],[Rn]]);}};I($,_0x8a6054(0x305),_0x8a6054(0x226)),I($,_0x8a6054(0x37d),xn),I($,_0x8a6054(0x2cf),Sn),$=z([_0x3ad841(_0x236b97,_0x1e3474,_0x2fe6ef),R(0x1,_0x2b6744),R(0x2,_0xaba5e9(_0x126fc9)),R(0x3,_0x29206e)],$);export{wn as AttachmentSourceType,kn as AuthzIoHttpService,K as AwaitingState,q as AwaitingWithPendingState,F as COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY,En as CollaborationAttachmentIoService,bn as CollaborationController,Z as CollaborationEntity,In as CollaborationImageIoService,It as CollaborationSession,Q as CollaborationSessionService,yn as CollaborationSocketService,on as CollaborationStatus,jt as CollaborationUIEventId,L as CollaborationUIEventService,Bn as CollaborativeUndoRedoService,Mt as CommentService,J as ConflictState,_t as DEFAULT_COLLAB_WEB_SOCKET_URL,Et as DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT,vt as DEFAULT_WS_SESSION_TICKET_URL,Fn as DataLoaderService,un as DocCollaborationEntity,X as FetchingMissState,yt as HEARTBEAT_INTERVAL_KEY,bt as HEARTBEAT_TIMEOUT_KEY,Tn as IAttachmentIoService,_n as ICollaborationSocketService,V as ILocalCacheService,mn as INetworkConditionService,H as ISingleActiveUnitService,wt as LOCAL_CACHE_INTERVAL,Ct as LOCAL_CACHE_INTERVAL_KEY,B as MemberService,Ln as MentionIoHttpService,Y as OfflineState,G as PendingState,Tt as REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY,St as RETRY_CONNECTING_MAX_COUNT_KEY,Pt as SessionStatus,fn as SheetCollaborationEntity,zt as SheetTransformSelectionsService,zn as SnapshotServerOverHTTPService,W as SyncedState,Bt as UnitStatus,$ as UniverCollaborationClientPlugin,hn as deserializeToCombResponse,Lt as getLocalCacheKey,gn as serializeCombRequest};
1
+ function _0x1478(_0x11f4de,_0x17f767){_0x11f4de=_0x11f4de-0x13a;const _0x4225d3=_0x4225();let _0x14780a=_0x4225d3[_0x11f4de];return _0x14780a;}const _0x128a93=_0x1478;(function(_0x7fc0e6,_0xafd850){const _0x5c907c=_0x1478,_0x5dfef6=_0x7fc0e6();while(!![]){try{const _0x472f5f=-parseInt(_0x5c907c(0x1f2))/0x1*(-parseInt(_0x5c907c(0x168))/0x2)+parseInt(_0x5c907c(0x25e))/0x3*(parseInt(_0x5c907c(0x3ab))/0x4)+parseInt(_0x5c907c(0x250))/0x5*(parseInt(_0x5c907c(0x38f))/0x6)+-parseInt(_0x5c907c(0x274))/0x7*(-parseInt(_0x5c907c(0x1a3))/0x8)+-parseInt(_0x5c907c(0x16c))/0x9+parseInt(_0x5c907c(0x29d))/0xa*(-parseInt(_0x5c907c(0x19a))/0xb)+-parseInt(_0x5c907c(0x292))/0xc;if(_0x472f5f===_0xafd850)break;else _0x5dfef6['push'](_0x5dfef6['shift']());}catch(_0x426b46){_0x5dfef6['push'](_0x5dfef6['shift']());}}}(_0x4225,0x2263a));import{CollaborationEvent as _0x17c782,CompressMutationService as _0x2c8338,EmptyMutationInfo as _0x4cdf13,ISnapshotServerService as _0x308163,ITransformService as _0xa32c02,RevisionService as _0x41f50e,SnapshotService as _0x3b5530,UniverCollaborationPlugin as _0x46e417,b64DecodeUnicode as _0x4934e7,isTransformChangesetsSuccess as _0x4680e5,isTransformMutationsWithChangesetFailure as _0x23563d,isTransformMutationsWithChangesetSuccess as _0x25be66,mapDocumentTypeToUniverInstanceType as _0x1b5cee,parseChangesetToProtocol as _0x1d83e7,parseProtocolChangeset as _0x599160,textEncoder as _0xda62e4,uuidv4 as _0x48aba6}from'@univerjs-pro/collaboration';import{CommandType as _0x5ba872,DependentOn as _0x21dd03,Disposable as _0x403d15,DisposableCollection as _0x201dd7,IAuthzIoService as _0x1bfb1e,ICommandService as _0x3b4b60,IConfigService as _0x46ffbd,IContextService as _0x5422b8,IImageIoService as _0x5c8c50,ILogService as _0x470483,IMentionIOService as _0x29f169,IPermissionService as _0x511b30,IUndoRedoService as _0x3fb98b,IUniverInstanceService as _0x450b7c,ImageSourceType as _0x1a4dce,ImageUploadStatusType as _0x4b1921,Inject as _0x37b5e1,Injector as _0x56145d,JSONX as _0xeedbec,LocalUndoRedoService as _0x3f75c5,LocaleService as _0x5ae389,MentionType as _0xb97631,Optional as _0x29c9af,Plugin as _0xfc0aa6,Quantity as _0x562e14,Rectangle as _0x4aac13,RxDisposable as _0x738f09,Tools as _0x4bb715,UniverInstanceType as _0x61571e,UserManagerService as _0x5296e6,Workbook as _0x661ea8,createIdentifier as _0xd7efb5,generateRandomId as _0x5d54f0,isInternalEditorID as _0x19de86,merge as _0x3859b9,mergeOverrideWithDependencies as _0x5bf09e,registerDependencies as _0x5c219a,resolveWithBasePath as _0x1bb22f,sequenceExecute as _0x148db0,toDisposable as _0x2296ca,touchDependencies as _0x434981}from'@univerjs/core';import{DocStateChangeManagerService as _0x31c7bd,RichTextEditingMutation as _0x5e08a2}from'@univerjs/docs';import{InsertSheetMutation as _0x2a80a3,SetSelectionsOperation as _0x509da1,SheetPermissionInitController as _0x35ea61,SheetsSelectionsService as _0xbb4558,WorkbookEditablePermission as _0x1283c2}from'@univerjs/sheets';import{BehaviorSubject as _0x4e690d,ReplaySubject as _0x3c466e,Subject as _0x10b8bf,concatMap as _0x35e512,firstValueFrom as _0x23f22b,map as _0x30823e,merge as _0x1171fb,of as _0x66fadd,shareReplay as _0xa2739d,take as _0x2611e8,takeUntil as _0x138428}from'rxjs';import{CmdRspCode as _0x38a2c1,CombCmd as _0x10f422,ErrorCode as _0x15bc37,FileSource as _0xe4d98}from'@univerjs/protocol';import{ITelemetryService as _0x1f54b5}from'@univerjs/telemetry';import{delay as _0x6221fb,filter as _0x3784e6,map as _0xcf767d,take as _0x250149,takeUntil as _0x310870}from'rxjs/operators';import{AddSlidePageMutation as _0xcca844,EnsureSlideMasterPageMutation as _0x5cef66,MoveSlidePageMutation as _0xeb237e,RemoveSlidePageMutation as _0x2081e8}from'@univerjs-pro/slides';import{HTTPRequest as _0xb81b46,HTTPService as _0x1fd0e9,ISocketService as _0x4f0a93,MergeInterceptorFactory as _0x5bcb2b,ThresholdInterceptorFactory as _0x172db3,UniverNetworkPlugin as _0x20222a}from'@univerjs/network';import{UniverLicensePlugin as _0x6aad63,getGlobalObject as _0x497abb}from'@univerjs-pro/license';import{cbc as _0xd1e016}from'@noble/ciphers/aes.js';import{concatBytes as _0xe751ad,randomBytes as _0x2416e6,utf8ToBytes as _0x2947e3}from'@noble/ciphers/utils.js';import{DRAWING_IMAGE_ALLOW_IMAGE_LIST as _0x1e72e6,getDrawingImageAllowSize as _0x59aa17}from'@univerjs/drawing';const L=_0x128a93(0x14b),pt={},mt=_0x128a93(0x1b9),ht=_0x128a93(0x2b1),gt='HEARTBEAT_INTERVAL',_t='HEARTBEAT_TIMEOUT',vt=0x4e20,yt=_0x128a93(0x271),bt=_0x128a93(0x365),xt=0x3e8,St=_0x128a93(0x1be),Ct='/universer-api/uniscript';function wt(_0x2e5a5d){const _0x305a25=_0x128a93;return JSON[_0x305a25(0x297)](_0x2e5a5d)[_0x305a25(0x2c4)];}function Tt(_0x3d4e19){'@babel/helpers - typeof';const _0x5ad65c=_0x128a93;return Tt=typeof Symbol==_0x5ad65c(0x37b)&&typeof Symbol[_0x5ad65c(0x220)]==_0x5ad65c(0x1dc)?function(_0x3605d7){return typeof _0x3605d7;}:function(_0x229210){const _0x30c498=_0x5ad65c;return _0x229210&&typeof Symbol==_0x30c498(0x37b)&&_0x229210[_0x30c498(0x3cc)]===Symbol&&_0x229210!==Symbol[_0x30c498(0x32e)]?_0x30c498(0x1dc):typeof _0x229210;},Tt(_0x3d4e19);}function Et(_0x1397b0,_0x4490fc){const _0x949c77=_0x128a93;if(Tt(_0x1397b0)!=_0x949c77(0x2c1)||!_0x1397b0)return _0x1397b0;var _0x432251=_0x1397b0[Symbol['toPrimitive']];if(_0x432251!==void 0x0){var _0x4e304b=_0x432251['call'](_0x1397b0,_0x4490fc||_0x949c77(0x1f3));if(Tt(_0x4e304b)!='object')return _0x4e304b;throw TypeError(_0x949c77(0x208));}return(_0x4490fc===_0x949c77(0x39f)?String:Number)(_0x1397b0);}function Dt(_0x3ffab2){var _0x4f4f3a=Et(_0x3ffab2,'string');return Tt(_0x4f4f3a)=='symbol'?_0x4f4f3a:_0x4f4f3a+'';}function R(_0xff1f6c,_0x5151d1,_0x4604d4){return(_0x5151d1=Dt(_0x5151d1))in _0xff1f6c?Object['defineProperty'](_0xff1f6c,_0x5151d1,{'value':_0x4604d4,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0xff1f6c[_0x5151d1]=_0x4604d4,_0xff1f6c;}let Ot=function(_0x2c7d66){const _0x5c63af=_0x128a93;return _0x2c7d66['OTHER_CLIENT_EDITING']='OTHER_CLIENT_EDITING',_0x2c7d66[_0x5c63af(0x28b)]=_0x5c63af(0x28b),_0x2c7d66['CONFLICT']=_0x5c63af(0x316),_0x2c7d66[_0x5c63af(0x187)]=_0x5c63af(0x187),_0x2c7d66[_0x5c63af(0x2fe)]=_0x5c63af(0x2fe),_0x2c7d66[_0x5c63af(0x28e)]='SOCKET_FAILED_RETRY',_0x2c7d66['SOCKET_FAILED']=_0x5c63af(0x2f2),_0x2c7d66[_0x5c63af(0x28a)]='SUBMIT_CHANGESET_TIMEOUT',_0x2c7d66;}({});var z=class{constructor(){const _0xd08e62=_0x128a93;R(this,_0xd08e62(0x37f),new _0x10b8bf()),R(this,_0xd08e62(0x160),this[_0xd08e62(0x37f)][_0xd08e62(0x1a1)]());}[_0x128a93(0x173)](_0xc568b5){const _0x18e0dc=_0x128a93;this['_event$'][_0x18e0dc(0x1d9)](_0xc568b5);}},kt=class{constructor(){const _0x30579f=_0x128a93;R(this,'_commentUpdate$',new _0x10b8bf()),R(this,_0x30579f(0x309),this['_commentUpdate$'][_0x30579f(0x1a1)]());}[_0x128a93(0x3d2)](_0x315088){const _0x7a334=_0x128a93;this[_0x7a334(0x258)][_0x7a334(0x1d9)](_0x315088);}};function B(_0x55189c,_0x4825d5){return function(_0xeccd7b,_0xe2ced7){_0x4825d5(_0xeccd7b,_0xe2ced7,_0x55189c);};}function V(_0x51e7b9,_0xb470f,_0x47bb8f,_0x4f175d){const _0x345499=_0x128a93;var _0x1e3e87=arguments[_0x345499(0x2c4)],_0x21889e=_0x1e3e87<0x3?_0xb470f:_0x4f175d===null?_0x4f175d=Object[_0x345499(0x3d3)](_0xb470f,_0x47bb8f):_0x4f175d,_0x312be7;if(typeof Reflect==_0x345499(0x2c1)&&typeof Reflect[_0x345499(0x18c)]==_0x345499(0x37b))_0x21889e=Reflect[_0x345499(0x18c)](_0x51e7b9,_0xb470f,_0x47bb8f,_0x4f175d);else{for(var _0x34cd80=_0x51e7b9[_0x345499(0x2c4)]-0x1;_0x34cd80>=0x0;_0x34cd80--)(_0x312be7=_0x51e7b9[_0x34cd80])&&(_0x21889e=(_0x1e3e87<0x3?_0x312be7(_0x21889e):_0x1e3e87>0x3?_0x312be7(_0xb470f,_0x47bb8f,_0x21889e):_0x312be7(_0xb470f,_0x47bb8f))||_0x21889e);}return _0x1e3e87>0x3&&_0x21889e&&Object['defineProperty'](_0xb470f,_0x47bb8f,_0x21889e),_0x21889e;}let H=class extends _0x403d15{constructor(_0x4b490c,_0x4740bf){const _0x29e256=_0x128a93;super(),this[_0x29e256(0x312)]=_0x4b490c,this[_0x29e256(0x278)]=_0x4740bf,R(this,_0x29e256(0x161),new Map()),R(this,_0x29e256(0x2cb),new _0x10b8bf()),this[_0x29e256(0x2ef)](_0x1171fb(this[_0x29e256(0x312)][_0x29e256(0x1cc)](_0x61571e[_0x29e256(0x146)])['pipe'](_0xcf767d(_0x14d15a=>_0x14d15a[_0x29e256(0x3ac)]())),this['_univerInstanceService'][_0x29e256(0x1cc)](_0x61571e[_0x29e256(0x306)])[_0x29e256(0x190)](_0xcf767d(_0x502dc9=>_0x502dc9[_0x29e256(0x3ac)]())),this['_univerInstanceService'][_0x29e256(0x1cc)](_0x61571e[_0x29e256(0x313)])[_0x29e256(0x190)](_0xcf767d(_0x46aa66=>_0x46aa66[_0x29e256(0x3ac)]())),this[_0x29e256(0x312)]['getTypeOfUnitDisposed$'](_0x61571e[_0x29e256(0x1c5)])[_0x29e256(0x190)](_0xcf767d(_0x25a07f=>_0x25a07f[_0x29e256(0x3ac)]())))[_0x29e256(0x1eb)](_0x105758=>this['_removeRoom'](_0x105758)));}['waitForRoom$'](_0x514716){const _0x4a97a3=_0x128a93;return this[_0x4a97a3(0x161)][_0x4a97a3(0x3cd)](_0x514716)?_0x66fadd(this['_roomMembers']['get'](_0x514716)):this[_0x4a97a3(0x2cb)][_0x4a97a3(0x190)](_0xcf767d(_0x313ca2=>{const _0x1fe6b1=_0x4a97a3;if(_0x313ca2===_0x514716)return this['_roomMembers'][_0x1fe6b1(0x2f1)](_0x313ca2);}));}[_0x128a93(0x273)](_0x379e35){const _0x61c84a=_0x128a93;this[_0x61c84a(0x278)]['setCurrentUser'](_0x379e35);}[_0x128a93(0x2da)](){const _0x1c48f6=_0x128a93;return this[_0x1c48f6(0x278)][_0x1c48f6(0x2da)]();}[_0x128a93(0x35a)](_0x3a7c5a,_0x41b80b){const _0x5f4343=_0x128a93;let _0x50bebc=this[_0x5f4343(0x161)][_0x5f4343(0x2f1)](_0x3a7c5a);_0x50bebc||(_0x50bebc=new At(),this['_roomMembers'][_0x5f4343(0x225)](_0x3a7c5a,_0x50bebc),this['_roomCreated$'][_0x5f4343(0x1d9)](_0x3a7c5a)),_0x50bebc[_0x5f4343(0x35a)](_0x41b80b);}[_0x128a93(0x175)](_0x26df37,_0x126208){const _0x2ee241=_0x128a93;let _0x1a9c20=this['_roomMembers'][_0x2ee241(0x2f1)](_0x26df37);_0x1a9c20&&_0x1a9c20[_0x2ee241(0x175)](_0x126208);}[_0x128a93(0x35e)](_0x7424d){const _0x4eeb83=_0x128a93;return this[_0x4eeb83(0x161)]['get'](_0x7424d);}[_0x128a93(0x2c6)](_0x261b98,_0x42feaf){const _0x36865d=_0x128a93;let _0x5d540b=this[_0x36865d(0x161)][_0x36865d(0x2f1)](_0x261b98);if(_0x5d540b)return _0x5d540b[_0x36865d(0x2c6)](_0x42feaf);}[_0x128a93(0x240)](_0x18e5d4){const _0x14c853=_0x128a93;let _0xc3a7bb=this[_0x14c853(0x161)][_0x14c853(0x2f1)](_0x18e5d4);_0xc3a7bb&&(_0xc3a7bb['dispose'](),this[_0x14c853(0x161)][_0x14c853(0x1ff)](_0x18e5d4));}['dispose'](){const _0x3bba46=_0x128a93;this[_0x3bba46(0x161)][_0x3bba46(0x3b6)](_0xffffa4=>_0xffffa4[_0x3bba46(0x358)]()),this[_0x3bba46(0x161)]['clear'](),this[_0x3bba46(0x2cb)][_0x3bba46(0x320)]();}};H=V([B(0x0,_0x450b7c),B(0x1,_0x37b5e1(_0x5296e6))],H);var At=class extends _0x403d15{constructor(..._0x564e02){const _0x8e1706=_0x128a93;super(..._0x564e02),R(this,_0x8e1706(0x3c9),new Map()),R(this,_0x8e1706(0x286),new _0x4e690d(this['_members'])),R(this,_0x8e1706(0x1ef),this[_0x8e1706(0x286)][_0x8e1706(0x1a1)]());}[_0x128a93(0x358)](){const _0x47f679=_0x128a93;this[_0x47f679(0x3c9)][_0x47f679(0x24a)](),this['_members$']['complete']();}[_0x128a93(0x35a)](_0x3be72b){const _0x20adab=_0x128a93;this['_members'][_0x20adab(0x225)](_0x3be72b[_0x20adab(0x329)],_0x3be72b),this[_0x20adab(0x298)]();}['removeMember'](_0x5300ff){const _0x49f090=_0x128a93;this[_0x49f090(0x3c9)]['delete'](_0x5300ff),this[_0x49f090(0x298)]();}[_0x128a93(0x2c6)](_0x561662){const _0x2887b4=_0x128a93;return this[_0x2887b4(0x3c9)][_0x2887b4(0x2f1)](_0x561662);}[_0x128a93(0x198)](){const _0x13a87a=_0x128a93;return Array['from'](this[_0x13a87a(0x3c9)][_0x13a87a(0x1c7)]());}[_0x128a93(0x298)](){const _0x378eb2=_0x128a93;this['_members$'][_0x378eb2(0x1d9)](this[_0x378eb2(0x3c9)]);}};function jt(_0x3ca039,_0x209aa5){const _0x183fdc=_0x128a93;if(Nt(_0x3ca039))return _0x209aa5;if(_0x209aa5['eventID']===_0x17c782['SUBMIT_CHANGESET']){var _0x7da2d6;let _0x30b761=Rt(_0x3ca039),_0x21aee6=_0x209aa5;return{..._0x21aee6,'data':{..._0x21aee6[_0x183fdc(0x204)],'unitID':_0x3ca039[_0x183fdc(0x348)]['unitId'],'unitType':(_0x7da2d6=_0x3ca039['target']['unitType'])==null?_0x21aee6['data'][_0x183fdc(0x1ac)]:_0x7da2d6,'changeset':_0x30b761[_0x183fdc(0x33a)](_0x21aee6[_0x183fdc(0x204)][_0x183fdc(0x3b0)],zt(_0x3ca039))}};}if(_0x209aa5[_0x183fdc(0x2b7)]===_0x17c782[_0x183fdc(0x24f)]){var _0x5e67c0;let _0x28bae5=_0x209aa5;return{..._0x28bae5,'data':{..._0x28bae5[_0x183fdc(0x204)],'unitID':_0x3ca039[_0x183fdc(0x348)]['unitId'],'unitType':(_0x5e67c0=_0x3ca039[_0x183fdc(0x348)]['unitType'])==null?_0x28bae5[_0x183fdc(0x204)][_0x183fdc(0x1ac)]:_0x5e67c0}};}return _0x209aa5;}function Mt(_0x23f0a0,_0x52e0f8){const _0x1ce1a3=_0x128a93;if(Nt(_0x23f0a0))return[_0x52e0f8];switch(_0x52e0f8[_0x1ce1a3(0x2b7)]){case _0x17c782['NEW_CHANGESETS']:return[Pt(_0x23f0a0,_0x52e0f8)];case _0x17c782[_0x1ce1a3(0x16e)]:return[It(_0x23f0a0,_0x52e0f8)];case _0x17c782[_0x1ce1a3(0x377)]:return[Ft(_0x23f0a0,_0x52e0f8)];default:return[_0x52e0f8];}}function Nt(_0x1a5a26){const _0x17be33=_0x128a93;return _0x1a5a26['target'][_0x17be33(0x351)]==null&&_0x1a5a26[_0x17be33(0x348)][_0x17be33(0x285)]===_0x1a5a26['localUnitId']&&!_0x1a5a26['changeset'];}function Pt(_0x1b96a1,_0x1766c4){const _0x535a02=_0x128a93;return{..._0x1766c4,'data':_0x1d83e7(Lt(_0x1b96a1,_0x599160(_0x1766c4[_0x535a02(0x204)])))};}function Ft(_0x596d03,_0x131121){const _0x37d5a4=_0x128a93;return{..._0x131121,'data':Lt(_0x596d03,_0x131121[_0x37d5a4(0x204)])};}function It(_0x36dec0,_0x29d6c8){const _0x5581d6=_0x128a93;let _0x1dfa12=_0x29d6c8[_0x5581d6(0x204)];return{..._0x29d6c8,'data':{..._0x1dfa12,'changesets':_0x1dfa12[_0x5581d6(0x16a)][_0x5581d6(0x24e)](_0x53a30a=>_0x1d83e7(Lt(_0x36dec0,_0x599160(_0x53a30a))))}};}function Lt(_0x5c79ac,_0x18ee7e){const _0x4f8e98=_0x128a93;return Rt(_0x5c79ac)[_0x4f8e98(0x1ed)](_0x18ee7e,zt(_0x5c79ac));}function Rt(_0x4db6d4){const _0x41413d=_0x128a93;if(!_0x4db6d4[_0x41413d(0x3b0)])throw Error(_0x41413d(0x203));return _0x4db6d4['changeset'];}function zt(_0x232da1){const _0x283d10=_0x128a93;return{'localUnitId':_0x232da1['localUnitId'],'unitType':_0x232da1['unitType'],'target':_0x232da1[_0x283d10(0x348)]};}let Bt=function(_0x1a9a96){const _0x1f5e7e=_0x128a93;return _0x1a9a96[_0x1a9a96[_0x1f5e7e(0x39a)]=0x0]=_0x1f5e7e(0x39a),_0x1a9a96[_0x1a9a96['JOINING']=0x1]='JOINING',_0x1a9a96[_0x1a9a96[_0x1f5e7e(0x29a)]=0x2]=_0x1f5e7e(0x29a),_0x1a9a96[_0x1a9a96[_0x1f5e7e(0x1cb)]=0x3]=_0x1f5e7e(0x1cb),_0x1a9a96;}({});const Vt={[_0x38a2c1[_0x128a93(0x212)]]:'session.join-failed',[_0x38a2c1[_0x128a93(0x311)]]:'session.room-full',[_0x38a2c1[_0x128a93(0x193)]]:_0x128a93(0x34a),[_0x38a2c1['JOIN_ROOM_PERMISSION_DENIED']]:_0x128a93(0x368),[_0x38a2c1[_0x128a93(0x367)]]:_0x128a93(0x232)};let Ht=class extends _0x738f09{get[_0x128a93(0x3b2)](){const _0x8b2cff=_0x128a93;return this[_0x8b2cff(0x1d1)][_0x8b2cff(0x1a9)]();}constructor(_0x2d12f1,_0x583542,_0x4868d4,_0x25177a,_0x327de0,_0x8691f8,_0x3dfdbe,_0x1e94ea){const _0x108b89=_0x128a93;super(),this['_identity']=_0x2d12f1,this[_0x108b89(0x346)]=_0x4868d4,this[_0x108b89(0x280)]=_0x25177a,this[_0x108b89(0x3aa)]=_0x327de0,this[_0x108b89(0x321)]=_0x8691f8,this[_0x108b89(0x30c)]=_0x3dfdbe,this[_0x108b89(0x3b8)]=_0x1e94ea,R(this,_0x108b89(0x1d1),new _0x4e690d(0x0)),R(this,_0x108b89(0x206),this[_0x108b89(0x1d1)][_0x108b89(0x1a1)]()),R(this,_0x108b89(0x37f),new _0x10b8bf()),R(this,_0x108b89(0x160),this['_event$'][_0x108b89(0x1a1)]()),R(this,_0x108b89(0x185),void 0x0),R(this,_0x108b89(0x393),void 0x0),R(this,_0x108b89(0x154),void 0x0),R(this,_0x108b89(0x1a4),!0x1),R(this,_0x108b89(0x1e4),null),this[_0x108b89(0x1a4)]=!!this[_0x108b89(0x3b8)],_0x583542[_0x108b89(0x190)](_0x138428(this['dispose$']))[_0x108b89(0x1eb)](_0x2b555e=>{const _0x59da57=_0x108b89;if(_0x2b555e!==void 0x0){if(this[_0x59da57(0x185)]=_0x2b555e,_0x2b555e)this[_0x59da57(0x304)](_0x2b555e),this[_0x59da57(0x393)]=_0x2b555e[_0x59da57(0x3bd)][_0x59da57(0x1eb)](_0x33486e=>{const _0x1b1278=_0x59da57;_0x33486e[_0x1b1278(0x2b2)]===this[_0x1b1278(0x153)][_0x1b1278(0x348)][_0x1b1278(0x285)]&&this[_0x1b1278(0x14c)](_0x33486e);});else{var _0x121b02;this[_0x59da57(0x3c6)](),this[_0x59da57(0x1d1)][_0x59da57(0x1d9)](0x2),(_0x121b02=this[_0x59da57(0x393)])==null||_0x121b02['unsubscribe'](),this['_socketMessageSubscription']=null;}}});}[_0x128a93(0x2bb)](){const _0x373daa=_0x128a93;var _0x55b986,_0x10eba0;return(_0x55b986=(_0x10eba0=this[_0x373daa(0x185)])==null?void 0x0:_0x10eba0[_0x373daa(0x329)])==null?null:_0x55b986;}['dispose'](){const _0x22d59e=_0x128a93;super['dispose'](),this['close'](),this['dispose$']['next'](),this[_0x22d59e(0x245)][_0x22d59e(0x320)]();}['close'](){const _0x49d132=_0x128a93;var _0x48a3b6;this['_throwTelemetryCollaborationNewChangeset'](),(_0x48a3b6=this[_0x49d132(0x185)])==null||_0x48a3b6[_0x49d132(0x317)]({'cmd':_0x10f422[_0x49d132(0x237)],'data':{'roomID':this[_0x49d132(0x153)][_0x49d132(0x348)][_0x49d132(0x285)]}}),this[_0x49d132(0x37f)][_0x49d132(0x320)](),this[_0x49d132(0x1d1)][_0x49d132(0x320)]();}[_0x128a93(0x14c)](_0x34a84b){const _0x4579ba=_0x128a93;_0x34a84b[_0x4579ba(0x17b)]===_0x10f422['JOIN']?this['_onJoinRoomEvent'](_0x34a84b):_0x34a84b[_0x4579ba(0x17b)]===_0x10f422[_0x4579ba(0x1fb)]&&this[_0x4579ba(0x32a)](_0x34a84b);}['_joinRoom'](_0x4590fa){const _0x4f26dd=_0x128a93;this[_0x4f26dd(0x1d1)][_0x4f26dd(0x1d9)](0x1),_0x4590fa[_0x4f26dd(0x317)]({'cmd':_0x10f422[_0x4f26dd(0x1ea)],'routeKey':this['_identity'][_0x4f26dd(0x348)][_0x4f26dd(0x285)],'routeType':'','data':{'rooms':[{'roomID':this[_0x4f26dd(0x153)][_0x4f26dd(0x348)][_0x4f26dd(0x285)]}]}});}['_onJoinRoomEvent'](_0x5ecc9e){const _0x1539d3=_0x128a93;var _0x1441b6;if(_0x5ecc9e[_0x1539d3(0x23a)]in Vt){this['_collaborationUIEventService'][_0x1539d3(0x173)]({'id':_0x1539d3(0x2fe),'data':Vt[_0x5ecc9e[_0x1539d3(0x23a)]]}),this['_sessionStatus$'][_0x1539d3(0x1d9)](0x2);return;}this[_0x1539d3(0x1d1)][_0x1539d3(0x1d9)](0x3);let _0x552db0=(_0x1441b6=_0x5ecc9e[_0x1539d3(0x204)]['roomInfos'][this['_identity'][_0x1539d3(0x348)][_0x1539d3(0x285)]])==null?void 0x0:_0x1441b6['members'];_0x552db0&&_0x552db0['forEach'](_0x52d11a=>this['_memberService']['updateMember'](this[_0x1539d3(0x153)][_0x1539d3(0x19c)],_0x52d11a));}[_0x128a93(0x32a)](_0x5b7e2c){const _0x12d07f=_0x128a93;try{let _0x500f1e=Mt(this[_0x12d07f(0x153)],_0x5b7e2c[_0x12d07f(0x204)]);for(let _0x241793 of _0x500f1e)switch(_0x241793[_0x12d07f(0x2b7)]){case _0x17c782[_0x12d07f(0x14e)]:this[_0x12d07f(0x25a)](_0x241793),this[_0x12d07f(0x37f)][_0x12d07f(0x1d9)](_0x241793);break;case _0x17c782[_0x12d07f(0x310)]:this['_onUserLeave'](_0x241793),this[_0x12d07f(0x37f)][_0x12d07f(0x1d9)](_0x241793);break;case _0x17c782[_0x12d07f(0x3bb)]:case _0x17c782[_0x12d07f(0x377)]:this[_0x12d07f(0x27f)](),this['_clearCollaborationTimeoutTimer'](),this[_0x12d07f(0x37f)][_0x12d07f(0x1d9)](_0x241793);break;case _0x17c782['MSG_FOR_ERROR']:this[_0x12d07f(0x346)][_0x12d07f(0x22c)](_0x12d07f(0x2ff)+JSON[_0x12d07f(0x297)](_0x241793)),this['_event$'][_0x12d07f(0x1d9)](_0x241793);break;case _0x17c782[_0x12d07f(0x3be)]:this[_0x12d07f(0x321)][_0x12d07f(0x3d2)](_0x241793['data']),this[_0x12d07f(0x37f)][_0x12d07f(0x1d9)](_0x241793);break;default:this[_0x12d07f(0x37f)][_0x12d07f(0x1d9)](_0x241793);}}catch(_0x281204){this[_0x12d07f(0x346)][_0x12d07f(0x22c)](_0x281204,_0x5b7e2c);}}['_onUserJoin'](_0xe2e9b2){const _0xa7291e=_0x128a93;this[_0xa7291e(0x3aa)][_0xa7291e(0x35a)](this[_0xa7291e(0x153)][_0xa7291e(0x19c)],_0xe2e9b2[_0xa7291e(0x204)]);}['_onUserLeave'](_0x45bd5a){const _0x95d886=_0x128a93;this[_0x95d886(0x3aa)]['removeMember'](this[_0x95d886(0x153)]['localUnitId'],_0x45bd5a[_0x95d886(0x204)][_0x95d886(0x329)]);}async[_0x128a93(0x317)](_0x4e97eb,_0x45472e){const _0x4095a3=_0x128a93;if(this[_0x4095a3(0x3b2)]!==0x3||!this[_0x4095a3(0x185)])throw Error(_0x4095a3(0x2d3));try{let _0x176603=jt(this[_0x4095a3(0x153)],_0x4e97eb);_0x176603[_0x4095a3(0x2b7)]===_0x17c782[_0x4095a3(0x328)]&&(this['_scheduleCollaborationTimeoutTimer'](),this['_startTelemetryCollaborationNewChangeset'](_0x176603)),this[_0x4095a3(0x185)][_0x4095a3(0x317)]({'cmd':_0x10f422[_0x4095a3(0x31d)],'routeKey':this[_0x4095a3(0x153)][_0x4095a3(0x348)][_0x4095a3(0x285)],'routeType':'','data':_0x176603});}catch(_0x57a499){this[_0x4095a3(0x346)][_0x4095a3(0x22c)](_0x57a499);}}[_0x128a93(0x22f)](){const _0xacc8d5=_0x128a93;var _0x5138c1;this['_collaborationTimeoutTimer']=setTimeout(()=>{const _0x3f304c=_0x1478;this[_0x3f304c(0x154)]=null,this[_0x3f304c(0x30c)][_0x3f304c(0x173)]({'id':_0x3f304c(0x28a)});},(_0x5138c1=this[_0xacc8d5(0x280)][_0xacc8d5(0x1bc)](_0xacc8d5(0x1b3)))==null?vt:_0x5138c1);}['_clearCollaborationTimeoutTimer'](){const _0x507a29=_0x128a93;this[_0x507a29(0x154)]&&(clearTimeout(this[_0x507a29(0x154)]),this[_0x507a29(0x154)]=null);}[_0x128a93(0x337)](_0x2d575f){const _0x1320a2=_0x128a93;if(!this['_shouldReportTelemetry'])return;let {data:_0x2f93f8}=_0x2d575f,{unitID:_0x3d259e,changeset:_0x4b2013}=_0x2f93f8,{mutations:_0x15f9f5,type:_0x23d98e}=_0x4b2013;this['_telemetryInfo']={'unitId':_0x3d259e,'type':_0x23d98e,'startTime':performance[_0x1320a2(0x334)](),'stopTime':0x0,'duration':0x0,'size':wt(_0x15f9f5)};}['_stopTelemetryCollaborationNewChangeset'](){const _0x2e24ea=_0x128a93;if(this[_0x2e24ea(0x1a4)]){if(!this[_0x2e24ea(0x1e4)]){this['_logService'][_0x2e24ea(0x22c)]('[CollaborationSession]',_0x2e24ea(0x23c));return;}this['_telemetryInfo'][_0x2e24ea(0x2e8)]=performance[_0x2e24ea(0x334)](),this['_telemetryInfo']['duration']=this[_0x2e24ea(0x1e4)][_0x2e24ea(0x2e8)]-this[_0x2e24ea(0x1e4)][_0x2e24ea(0x1c6)],this[_0x2e24ea(0x3b8)][_0x2e24ea(0x2ed)](_0x2e24ea(0x251),this[_0x2e24ea(0x1e4)]),this[_0x2e24ea(0x1e4)]=null;}}[_0x128a93(0x3c6)](){const _0x4356ad=_0x128a93;this[_0x4356ad(0x1e4)]=null;}};Ht=V([B(0x2,_0x470483),B(0x3,_0x46ffbd),B(0x4,_0x37b5e1(H)),B(0x5,_0x37b5e1(kt)),B(0x6,_0x37b5e1(z)),B(0x7,_0x29c9af(_0x1f54b5))],Ht);const U=_0xd7efb5(_0x128a93(0x222));function Ut(_0x339e4c){const _0x230d36=_0x128a93;return _0x230d36(0x13c)+_0x339e4c;}function Wt(_0x12f057){const _0x35413c=_0x128a93;let {unitID:_0x4e019f,mutations:_0x38fb71}=_0x12f057;return{'unitId':_0x4e019f,'subUnitId':_0x38fb71[_0x35413c(0x2c4)]>0x0?_0x38fb71[0x0][_0x35413c(0x2dd)][_0x35413c(0x21d)]:null};}let Gt=class{constructor(_0x42601d,_0x1431d4,_0x32ebc2){const _0x515746=_0x128a93;this[_0x515746(0x349)]=_0x42601d,this[_0x515746(0x247)]=_0x1431d4,this[_0x515746(0x259)]=_0x32ebc2;}[_0x128a93(0x2e4)](_0x3342d7){const _0x9fd406=_0x128a93;var _0x401fb4,_0x2d65bd;let _0x3ecdd0=this[_0x9fd406(0x349)]['get'](_0xbb4558),{unitId:_0x2d7ad2,subUnitId:_0x135b53}=Wt(_0x3342d7),_0x4b9e32=_0x3ecdd0==null?void 0x0:_0x3ecdd0[_0x9fd406(0x1d8)](_0x2d7ad2)[_0x9fd406(0x224)](),_0xfc817=(_0x401fb4=this[_0x9fd406(0x259)][_0x9fd406(0x3a1)](_0x2d7ad2))==null||(_0x401fb4=_0x401fb4[_0x9fd406(0x189)]())==null?void 0x0:_0x401fb4['getSheetId']();if(_0x4b9e32[_0x9fd406(0x2c4)]===0x0||!_0x2d7ad2||!_0x135b53)return;let _0x5e9f46=[{'id':_0x509da1['id'],'params':{'unitId':_0x2d7ad2,'subUnitId':_0xfc817,'selections':_0x4bb715[_0x9fd406(0x339)](_0x4b9e32)}}],_0x2622d1=this[_0x9fd406(0x247)][_0x9fd406(0x1d7)](_0x3342d7,_0x5e9f46);if(!_0x25be66(_0x2622d1))throw _0x2622d1[_0x9fd406(0x22c)];let _0x1707d4=(_0x2d65bd=_0x2622d1['m2Prime'][0x0])==null||(_0x2d65bd=_0x2d65bd['params'])==null?void 0x0:_0x2d65bd[_0x9fd406(0x216)];if(Array[_0x9fd406(0x3b5)](_0x1707d4)&&_0x1707d4[_0x9fd406(0x2c4)]){if(_0x1707d4[_0x9fd406(0x2c4)]===_0x5e9f46[0x0]['params'][_0x9fd406(0x216)][_0x9fd406(0x2c4)]&&_0x1707d4[_0x9fd406(0x1bf)]((_0x10e75e,_0x1e8c8e)=>_0x4aac13[_0x9fd406(0x256)](_0x10e75e['range'],_0x5e9f46[0x0]['params'][_0x9fd406(0x216)][_0x1e8c8e]['range'])))return;this[_0x9fd406(0x349)]['get'](_0x3b4b60)['executeCommand'](_0x509da1['id'],{'unitId':_0x2d7ad2,'subUnitId':_0xfc817,'selections':_0x1707d4});}}};Gt=V([B(0x0,_0x37b5e1(_0x56145d)),B(0x1,_0xa32c02),B(0x2,_0x450b7c)],Gt);const W=_0xd7efb5(_0x128a93(0x362));let Kt=function(_0x543c45){const _0x297673=_0x128a93;return _0x543c45[_0x543c45[_0x297673(0x2b5)]=0x0]=_0x297673(0x2b5),_0x543c45[_0x543c45['OTHER_CLIENTS_EDITING']=0x1]=_0x297673(0x381),_0x543c45;}({});function qt(_0x221717){const _0x3d1aa3=_0x128a93;var _0x56c1da;return!!((_0x56c1da=_0x221717[_0x3d1aa3(0x2dd)])!=null&&_0x56c1da[_0x3d1aa3(0x31e)]);}const Jt=new Set([_0x2a80a3['id']]),Yt=new Set([_0xcca844['id'],_0x5cef66['id'],_0xeb237e['id'],_0x2081e8['id']]);function Xt(_0x20730a,_0xa04c43=Jt){const _0x126942=_0x128a93;let _0x5610df=[];for(let _0x268ca4 of _0x20730a){if(_0xa04c43[_0x126942(0x3cd)](_0x268ca4['id'])){if(_0x5610df['length']>0x0)break;_0x5610df[_0x126942(0x263)](_0x268ca4);break;}if(qt(_0x268ca4)){if(_0x5610df['length']>0x0)break;_0x5610df[_0x126942(0x263)](_0x268ca4);break;}_0x5610df[_0x126942(0x263)](_0x268ca4);}return _0x5610df;}function Zt(_0x5769eb,_0xc03f32,_0x4d281d,_0x1e435f,_0x565803){const _0x1fca76=_0x128a93;var _0x3cebf8,_0x5f0fbf,_0x449e17,_0xe6a6d5;let _0x2d531d=Xt(_0x5769eb),_0x2604bf=(_0x3cebf8=(_0x5f0fbf=_0x565803[_0x1fca76(0x2da)]())==null?void 0x0:_0x5f0fbf[_0x1fca76(0x33e)])==null?_0x1fca76(0x262):_0x3cebf8,_0x59804a=(_0x449e17=(_0xe6a6d5=_0x565803[_0x1fca76(0x2da)]())==null?void 0x0:_0xe6a6d5[_0x1fca76(0x329)])==null?_0x1fca76(0x262):_0x449e17;return{'changeset':{'unitID':_0xc03f32,'type':_0x1b5cee(_0x4d281d[_0x1fca76(0x1e6)](_0xc03f32)),'baseRev':_0x1e435f['getCurrentRevOfUnit'](_0xc03f32),'revision':0x0,'userID':_0x2604bf,'memberID':_0x59804a,'mutations':_0x2d531d},'pendingMutations':_0x5769eb[_0x1fca76(0x2e2)](_0x2d531d[_0x1fca76(0x2c4)])};}function Qt(_0x5e246b,_0x5cc8f2,_0x32b9e4,_0x4e9733,_0x3c7d97){const _0x51ee7f=_0x128a93;var _0x418c47,_0x564a69,_0x439104,_0x14b1ce;let _0x2bf2b0=Xt(_0x5e246b,Yt),_0x47fa27=(_0x418c47=(_0x564a69=_0x3c7d97['getCurrentUser']())==null?void 0x0:_0x564a69['userID'])==null?_0x51ee7f(0x262):_0x418c47,_0x17e6d3=(_0x439104=(_0x14b1ce=_0x3c7d97[_0x51ee7f(0x2da)]())==null?void 0x0:_0x14b1ce[_0x51ee7f(0x329)])==null?_0x51ee7f(0x262):_0x439104;return{'changeset':{'unitID':_0x5cc8f2,'type':_0x1b5cee(_0x32b9e4[_0x51ee7f(0x1e6)](_0x5cc8f2)),'baseRev':_0x4e9733[_0x51ee7f(0x235)](_0x5cc8f2),'revision':0x0,'userID':_0x47fa27,'memberID':_0x17e6d3,'mutations':_0x2bf2b0},'pendingMutations':_0x5e246b[_0x51ee7f(0x2e2)](_0x2bf2b0[_0x51ee7f(0x2c4)])};}function $t(_0x50dc11,_0x568e26,_0x9ad8df,_0x4b9096,_0x525fad){const _0x172334=_0x128a93;var _0x5cc139,_0x7e71ac,_0x3d6ada,_0xc2e918;let _0x1bc2a8=_0x50dc11[_0x172334(0x276)]((_0x4d25a,_0xb356ec)=>{const _0x934ec2=_0x172334;let _0x58aa11=_0x4d25a[_0x4d25a[_0x934ec2(0x2c4)]-0x1],{id:_0x1e39ee}=_0x58aa11==null?{}:_0x58aa11,{id:_0x4d7823,type:_0x13d7e2}=_0xb356ec,_0x538be0=_0xb356ec[_0x934ec2(0x2dd)];if(_0x1e39ee&&_0x1e39ee!==_0x4d7823)throw Error('Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20'+_0x1e39ee+_0x934ec2(0x1c1)+_0x4d7823+'.');if(!_0x58aa11)return[{'id':_0x4d7823,'type':_0x13d7e2,'params':{'unitId':_0x538be0[_0x934ec2(0x285)],'textRanges':_0x538be0[_0x934ec2(0x1d3)],'actions':_0x538be0[_0x934ec2(0x1a2)]}}];let _0x2a9619=_0x58aa11[_0x934ec2(0x2dd)];return en(_0x2a9619,_0x538be0)?[..._0x4d25a[_0x934ec2(0x2e2)](0x0,-0x1),{..._0x58aa11,'id':_0x4d7823,'type':_0x13d7e2,'params':{'unitId':_0x538be0['unitId'],'textRanges':_0x538be0[_0x934ec2(0x1d3)],'actions':_0xeedbec[_0x934ec2(0x34d)](_0x2a9619[_0x934ec2(0x1a2)],_0x538be0[_0x934ec2(0x1a2)])}}]:[..._0x4d25a,{'id':_0x4d7823,'type':_0x13d7e2,'params':{'unitId':_0x538be0[_0x934ec2(0x285)],'textRanges':_0x538be0['textRanges'],'actions':_0x538be0[_0x934ec2(0x1a2)]}}];},[]),_0x111c24=(_0x5cc139=(_0x7e71ac=_0x525fad[_0x172334(0x2da)]())==null?void 0x0:_0x7e71ac[_0x172334(0x33e)])==null?'unknown':_0x5cc139,_0x43ab35=(_0x3d6ada=(_0xc2e918=_0x525fad[_0x172334(0x2da)]())==null?void 0x0:_0xc2e918['memberID'])==null?_0x172334(0x262):_0x3d6ada;return{'changeset':{'unitID':_0x568e26,'type':_0x1b5cee(_0x9ad8df['getUnitType'](_0x568e26)),'baseRev':_0x4b9096['getCurrentRevOfUnit'](_0x568e26),'revision':0x0,'userID':_0x111c24,'memberID':_0x43ab35,'mutations':_0x1bc2a8},'pendingMutations':_0x50dc11[_0x172334(0x2e2)](_0x50dc11[_0x172334(0x2c4)])};}function en(_0x473393,_0x1bd628){const _0x3f3b57=_0x128a93;return!tn(_0x473393)&&!tn(_0x1bd628)&&nn(_0x473393['actions'],_0x1bd628[_0x3f3b57(0x1a2)]);}function tn(_0x25380d){const _0x5ee50f=_0x128a93;return _0x25380d[_0x5ee50f(0x3a5)]!==void 0x0;}function nn(_0x53d050,_0x226019){return rn(_0x53d050)&&rn(_0x226019)&&!on(_0x53d050)&&!on(_0x226019)&&!an(_0x53d050)&&!an(_0x226019);}function rn(_0x2ef15d){const _0x59cf1a=_0x128a93;return sn(_0x2ef15d)[_0x59cf1a(0x233)](_0x46747b=>cn(_0x46747b)&&_0x46747b['et']==='text-x');}function an(_0x2c849e){const _0x2141df=_0x128a93;return sn(_0x2c849e)[_0x2141df(0x233)](_0x37af92=>Array[_0x2141df(0x3b5)](_0x37af92)||typeof _0x37af92==_0x2141df(0x39f)||typeof _0x37af92==_0x2141df(0x354));}function on(_0x5cb627){const _0x49eda5=_0x128a93;return sn(_0x5cb627)[_0x49eda5(0x233)](_0x5d62f9=>!cn(_0x5d62f9)||_0x5d62f9['et']!==_0x49eda5(0x324)||!Array[_0x49eda5(0x3b5)](_0x5d62f9['e'])?!0x1:_0x5d62f9['e']['some'](_0xcba999=>!cn(_0xcba999)||!cn(_0xcba999['body'])?!0x1:Object[_0x49eda5(0x32e)][_0x49eda5(0x176)][_0x49eda5(0x214)](_0xcba999[_0x49eda5(0x3b7)],'tables')||Object[_0x49eda5(0x32e)][_0x49eda5(0x176)][_0x49eda5(0x214)](_0xcba999[_0x49eda5(0x3b7)],'columnGroups')||Object['prototype'][_0x49eda5(0x176)][_0x49eda5(0x214)](_0xcba999[_0x49eda5(0x3b7)],_0x49eda5(0x17c))));}function sn(_0x42dd83){const _0x5bd4e8=_0x128a93;if(!Array[_0x5bd4e8(0x3b5)](_0x42dd83))return[];let _0x2839f2=_0x42dd83['includes'](_0x5bd4e8(0x3b7))?_0x42dd83:_0x42dd83[_0x5bd4e8(0x1b2)](_0x34dbea=>Array[_0x5bd4e8(0x3b5)](_0x34dbea)&&_0x34dbea['includes'](_0x5bd4e8(0x3b7)));if(!Array[_0x5bd4e8(0x3b5)](_0x2839f2))return[];let _0x34a9c3=_0x2839f2['indexOf'](_0x5bd4e8(0x3b7));return _0x34a9c3===-0x1?[]:_0x2839f2[_0x5bd4e8(0x2e2)](_0x34a9c3+0x1);}function cn(_0x186126){const _0xf7807f=_0x128a93;return typeof _0x186126=='object'&&!!_0x186126&&!Array[_0xf7807f(0x3b5)](_0x186126);}function ln(_0x2beff0,_0x2f1b91){const _0x2b8fa5=_0x128a93;let _0x551452=new _0x3c466e(0x1);return setTimeout(()=>_0x551452[_0x2b8fa5(0x1d9)](_0x2f1b91),_0x2beff0),_0x551452[_0x2b8fa5(0x1a1)]()[_0x2b8fa5(0x190)](_0x2611e8(0x1));}var un,dn,fn;let pn=function(_0x11321c){const _0x3d4e44=_0x128a93;return _0x11321c[_0x3d4e44(0x16f)]=_0x3d4e44(0x2af),_0x11321c['SYNCED']='synced',_0x11321c[_0x3d4e44(0x369)]=_0x3d4e44(0x39e),_0x11321c['AWAITING']=_0x3d4e44(0x221),_0x11321c[_0x3d4e44(0x344)]=_0x3d4e44(0x3ad),_0x11321c['FETCH_MISS']=_0x3d4e44(0x34c),_0x11321c[_0x3d4e44(0x316)]=_0x3d4e44(0x20b),_0x11321c['OFFLINE']=_0x3d4e44(0x2c7),_0x11321c;}({});const mn=0x4e20,hn=0x2bf20;var G=class{constructor(_0x1b3ca4,_0x459928,_0xeb9693,_0x2dc5f9,_0x39b328,_0xe42e9,_0x4b30ef,_0x4d9385,_0x57f226){const _0x3236e7=_0x128a93;this['unitID']=_0x1b3ca4,this[_0x3236e7(0x2b6)]=_0x459928,this[_0x3236e7(0x2e5)]=_0x39b328,this['_commandService']=_0xe42e9,this['_undoRedoService']=_0x4b30ef,this[_0x3236e7(0x2eb)]=_0x4d9385,this[_0x3236e7(0x1fe)]=_0x57f226,R(this,_0x3236e7(0x13b),null),R(this,_0x3236e7(0x1de),[]),this[_0x3236e7(0x13b)]=_0xeb9693,this['_pendingMutations']=_0x2dc5f9;}[_0x128a93(0x289)](_0x9a076){const _0x548df5=_0x128a93;let _0x2b2234=this[_0x548df5(0x2eb)][_0x548df5(0x235)](this['unitID']);return _0x9a076[_0x548df5(0x380)]>_0x2b2234+0x1?(this[_0x548df5(0x2e5)][_0x548df5(0x15c)]({'from':_0x2b2234,'to':_0x9a076[_0x548df5(0x380)]-0x1}),!0x0):!0x1;}[_0x128a93(0x20f)](_0x2560b2){const _0x371c05=_0x128a93;this[_0x371c05(0x319)][_0x371c05(0x184)](this[_0x371c05(0x2d2)],_0x2560b2);}[_0x128a93(0x326)](_0x33e23f){const _0xc9518d=_0x128a93;var _0x427f6d,_0x2871c7;(_0x427f6d=(_0x2871c7=this['_handler'])[_0xc9518d(0x35c)])==null||_0x427f6d['call'](_0x2871c7,_0x33e23f);}['_transformIMECache'](_0xfd377e){const _0x30b796=_0x128a93;var _0x45aa81,_0xf0ecaf;return(_0x45aa81=(_0xf0ecaf=this[_0x30b796(0x2e5)])[_0x30b796(0x2a1)])==null?void 0x0:_0x45aa81[_0x30b796(0x214)](_0xf0ecaf,_0xfd377e);}[_0x128a93(0x36f)](_0x4367b0){const _0x1f7083=_0x128a93;var _0x86f08e,_0x36ad24;return(_0x86f08e=(_0x36ad24=this[_0x1f7083(0x2e5)])['onTransformState'])==null?void 0x0:_0x86f08e[_0x1f7083(0x214)](_0x36ad24,_0x4367b0);}[_0x128a93(0x2a5)](_0x1b07da){const _0x265fdb=_0x128a93;var _0x3586dc,_0x26e619,_0x2a8a98;return(_0x3586dc=(_0x26e619=(_0x2a8a98=this[_0x265fdb(0x2e5)])[_0x265fdb(0x333)])==null?void 0x0:_0x26e619[_0x265fdb(0x214)](_0x2a8a98,_0x1b07da))==null?_0x1b07da:_0x3586dc;}[_0x128a93(0x3a0)](_0x41d854){var _0x313316,_0x1dc21b,_0x4d04a6;return(_0x313316=(_0x1dc21b=(_0x4d04a6=this['_handler'])['onTransformRemoteChangesetByStateCache'])==null?void 0x0:_0x1dc21b['call'](_0x4d04a6,_0x41d854))==null?_0x41d854:_0x313316;}[_0x128a93(0x191)](_0x582c58){const _0x5a3c86=_0x128a93;if(this['type']===_0x61571e[_0x5a3c86(0x306)]){let {unitID:_0x379500,mutations:_0x5338fc,memberID:_0x3cd80c}=_0x582c58,_0x11e33e=_0x5338fc['length']>0x0?_0x5338fc[0x0]['params']['textRanges']:[];if(Array[_0x5a3c86(0x3b5)](_0x11e33e)&&_0x11e33e[_0x5a3c86(0x2c4)]>0x0){var _0x29e451,_0x4972d1;(_0x29e451=(_0x4972d1=this[_0x5a3c86(0x2e5)])[_0x5a3c86(0x2df)])==null||_0x29e451[_0x5a3c86(0x214)](_0x4972d1,{'unitID':_0x379500,'memberID':_0x3cd80c,'textRanges':_0x11e33e});}}}['_updateLocalCache'](){const _0x106fda=_0x128a93;var _0x57890a;(_0x57890a=this['_localCacheService'])==null||_0x57890a['updateOfflineData'](this[_0x106fda(0x2d2)],this[_0x106fda(0x2b6)],this[_0x106fda(0x13b)],this[_0x106fda(0x1de)]);}[_0x128a93(0x2b4)](){const _0x263af2=_0x128a93;return this[_0x263af2(0x2eb)][_0x263af2(0x235)](this['unitID']);}['_incrementRevisionNumber'](){const _0x1fe170=_0x128a93;this['_revisionService'][_0x1fe170(0x199)](this[_0x1fe170(0x2d2)]);}['_executeRemoteChangeset'](_0x21ed79){const _0x10b031=_0x128a93;let _0x52374c=this[_0x10b031(0x2a5)](_0x21ed79);_0x52374c=this['_transformRemoteChangesetByStateCache'](_0x52374c);let _0x307146=_0x148db0(_0x52374c[_0x10b031(0x36c)],this['_commandService'],{'fromCollab':!0x0});if(!_0x307146[_0x10b031(0x3ce)]){var _0x3e06ae;throw _0x307146['error']instanceof Error?_0x307146[_0x10b031(0x22c)]:Error((_0x3e06ae=_0x307146['error'])==null?'[CollaborationState]:\x20apply\x20error!':_0x3e06ae);}this[_0x10b031(0x1ab)](_0x52374c),this['_transformStateCache'](_0x52374c),this[_0x10b031(0x20f)](_0x21ed79),this[_0x10b031(0x326)](_0x52374c),this[_0x10b031(0x191)](_0x52374c),this[_0x10b031(0x25b)]();}};let K=class extends G{constructor(_0x398d21,_0x520b20,_0x2747f1,_0x21c762,_0x295e07,_0x343370,_0x34076d,_0x77c346,_0x1225e7,_0x4de5f1){const _0x2e8d34=_0x128a93;super(_0x398d21,_0x520b20,null,[],_0x2747f1,_0x34076d,_0x343370,_0x21c762,_0x4de5f1),this[_0x2e8d34(0x349)]=_0x295e07,this['_logService']=_0x77c346,this[_0x2e8d34(0x247)]=_0x1225e7,this[_0x2e8d34(0x226)]=_0x4de5f1,R(this,_0x2e8d34(0x2a9),_0x2e8d34(0x2e0));}[_0x128a93(0x28c)](_0x327f70){const _0x22c8db=_0x128a93;let _0x2284df=this['_injector'][_0x22c8db(0x279)](q,this['unitID'],this['type'],[_0x327f70],this[_0x22c8db(0x2e5)]);return _0x2284df[_0x22c8db(0x1e5)](),_0x2284df['_updateLocalCache'](),_0x2284df;}['onRemoteChangeset'](_0x29820f){const _0x18b615=_0x128a93;if(this['_checkMissing'](_0x29820f))return this[_0x18b615(0x349)][_0x18b615(0x279)](Q,this[_0x18b615(0x2d2)],this[_0x18b615(0x2b6)],null,[],null,[_0x29820f],this[_0x18b615(0x2e5)]);try{let _0x3238fa=this['_transformService']['transformMutationsWithChangeset'](_0x29820f,[_0x4cdf13]);if(_0x25be66(_0x3238fa)){let {c1Prime:_0x4b310a}=_0x3238fa;return this[_0x18b615(0x2cc)](_0x4b310a),this;}throw _0x3238fa[_0x18b615(0x22c)];}catch(_0x50fa77){return this['_logService'][_0x18b615(0x22c)](_0x50fa77),this[_0x18b615(0x1c4)](!0x1);}}['_onConflict'](_0x50d338){const _0x4a7379=_0x128a93;return this[_0x4a7379(0x349)]['createInstance'](X,this[_0x4a7379(0x2d2)],this[_0x4a7379(0x2b6)],null,[],this['_handler'],_0x50d338);}[_0x128a93(0x29c)](_0x4b219f){const _0x365f97=_0x128a93;if(_0x4b219f[_0x365f97(0x380)]<=this['_getCurrentRevision']())return this;throw Error(_0x365f97(0x2ad));}['onRemoteRej'](){const _0x3c039f=_0x128a93;throw Error(_0x3c039f(0x302));}['onRemoteRetry'](){return this;}[_0x128a93(0x24c)](){const _0x50300d=_0x128a93;return this[_0x50300d(0x349)][_0x50300d(0x279)](Z,this[_0x50300d(0x2d2)],this['type'],null,[],this['_handler']);}['toggleOnline'](){return this;}['resend'](){throw Error('[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.');}['fetchMiss'](){const _0x33089a=_0x128a93;let _0x128407=this['_revisionService'][_0x33089a(0x235)](this[_0x33089a(0x2d2)]);return this[_0x33089a(0x2e5)][_0x33089a(0x15c)]({'from':_0x128407,'to':0x0}),this[_0x33089a(0x349)][_0x33089a(0x279)](Q,this['unitID'],this['type'],null,[],null,[],this['_handler']);}};K=V([B(0x3,_0x37b5e1(_0x41f50e)),B(0x4,_0x37b5e1(_0x56145d)),B(0x5,_0x3fb98b),B(0x6,_0x3b4b60),B(0x7,_0x470483),B(0x8,_0xa32c02),B(0x9,_0x29c9af(U))],K);let q=un=class extends G{constructor(_0x3f401a,_0x131fe1,_0x5cd0db,_0x4971e3,_0x441c12,_0x1b29d5,_0x481b85,_0x47a0ba,_0xe456eb,_0x2105e4,_0x1cbe20,_0x5a19ce,_0x5a2cc6,_0x3959f5){const _0xde6d35=_0x128a93;super(_0x3f401a,_0x131fe1,null,_0x5cd0db,_0x4971e3,_0xe456eb,_0x5a2cc6,_0x1b29d5,_0x3959f5),this[_0xde6d35(0x349)]=_0x441c12,this['_memberService']=_0x481b85,this['_logService']=_0x47a0ba,this[_0xde6d35(0x280)]=_0x2105e4,this[_0xde6d35(0x247)]=_0x1cbe20,this['_univerInstanceService']=_0x5a19ce,R(this,_0xde6d35(0x2a9),_0xde6d35(0x39e)),R(this,_0xde6d35(0x248),null),R(this,'_sendingTimer',null);}[_0x128a93(0x28c)](_0x4607b8){const _0x295990=_0x128a93;return this['_pendingMutations'][_0x295990(0x263)](_0x4607b8),this[_0x295990(0x275)](),this;}[_0x128a93(0x162)](_0x3e7206){const _0x167ece=_0x128a93;if(this['_checkMissing'](_0x3e7206))return this['_clearScheduledTask'](),this['_injector'][_0x167ece(0x279)](Q,this['unitID'],this['type'],null,this[_0x167ece(0x1de)],null,[_0x3e7206],this[_0x167ece(0x2e5)]);try{let _0x39df57=this[_0x167ece(0x247)][_0x167ece(0x1d7)](_0x3e7206,this[_0x167ece(0x1de)]);if(_0x25be66(_0x39df57)){let {c1Prime:_0x721e8e,m2Prime:_0x4a3f8f}=_0x39df57;this['_executeRemoteChangeset'](_0x721e8e);let _0x2e0aaa=this['_injector'][_0x167ece(0x279)](un,this[_0x167ece(0x2d2)],this[_0x167ece(0x2b6)],_0x4a3f8f,this[_0x167ece(0x2e5)]);this[_0x167ece(0x332)]();let _0x10b395=new Date()[_0x167ece(0x327)](),_0x5311aa=this[_0x167ece(0x248)]?Math['max'](this[_0x167ece(0x248)]-_0x10b395,0x0):this[_0x167ece(0x16d)]();return _0x2e0aaa[_0x167ece(0x1e5)](_0x5311aa),_0x2e0aaa;}throw _0x39df57[_0x167ece(0x22c)];}catch(_0x295e41){return this['_logService'][_0x167ece(0x22c)](_0x295e41),this[_0x167ece(0x1c4)](!0x1);}}[_0x128a93(0x29c)](_0x15a6d0){const _0x26659e=_0x128a93;if(_0x15a6d0[_0x26659e(0x380)]<=this[_0x26659e(0x2b4)]())return this;throw Error(_0x26659e(0x21e));}[_0x128a93(0x2cf)](){const _0x50c70d=_0x128a93;throw Error(_0x50c70d(0x2e9));}['onRemoteRetry'](){return this;}[_0x128a93(0x24c)](){const _0x12b6cb=_0x128a93;return this['_clearScheduledTask'](),this['_injector'][_0x12b6cb(0x279)](Z,this[_0x12b6cb(0x2d2)],this['type'],null,this[_0x12b6cb(0x1de)],this[_0x12b6cb(0x2e5)]);}['toggleOnline'](){return this;}['_schedule'](_0x2ca991){const _0x4bcdcf=_0x128a93;let _0x54da7f=_0x2ca991==null?this[_0x4bcdcf(0x16d)]():_0x2ca991;this[_0x4bcdcf(0x248)]=new Date()['getTime']()+_0x54da7f,this[_0x4bcdcf(0x20a)]=setTimeout(()=>{const _0x290cf0=_0x4bcdcf;this[_0x290cf0(0x332)]();let _0x4b68fb=null;switch(this[_0x290cf0(0x2b6)]){case _0x61571e[_0x290cf0(0x146)]:_0x4b68fb=Zt(this['_pendingMutations'],this[_0x290cf0(0x2d2)],this[_0x290cf0(0x312)],this[_0x290cf0(0x2eb)],this[_0x290cf0(0x3aa)]);break;case _0x61571e[_0x290cf0(0x306)]:_0x4b68fb=this[_0x290cf0(0x1de)][_0x290cf0(0x1bf)](_0x4bd1e0=>_0x4bd1e0['id']===_0x5e08a2['id'])?$t(this[_0x290cf0(0x1de)],this[_0x290cf0(0x2d2)],this['_univerInstanceService'],this[_0x290cf0(0x2eb)],this[_0x290cf0(0x3aa)]):Zt(this[_0x290cf0(0x1de)],this[_0x290cf0(0x2d2)],this[_0x290cf0(0x312)],this[_0x290cf0(0x2eb)],this[_0x290cf0(0x3aa)]);break;case _0x61571e[_0x290cf0(0x164)]:_0x4b68fb=Qt(this[_0x290cf0(0x1de)],this[_0x290cf0(0x2d2)],this[_0x290cf0(0x312)],this[_0x290cf0(0x2eb)],this[_0x290cf0(0x3aa)]);break;case _0x61571e['UNIVER_BOARD']:_0x4b68fb=Zt(this[_0x290cf0(0x1de)],this[_0x290cf0(0x2d2)],this[_0x290cf0(0x312)],this[_0x290cf0(0x2eb)],this[_0x290cf0(0x3aa)]);break;case _0x61571e[_0x290cf0(0x1c5)]:_0x4b68fb=Zt(this['_pendingMutations'],this[_0x290cf0(0x2d2)],this[_0x290cf0(0x312)],this['_revisionService'],this[_0x290cf0(0x3aa)]);break;default:throw Error(_0x290cf0(0x14a)+this['type']+_0x290cf0(0x205));}let {changeset:_0x1893ee,pendingMutations:_0x237c47}=_0x4b68fb;this['_handler'][_0x290cf0(0x3a4)](_0x1893ee);let _0x55163e=_0x237c47['length']?this[_0x290cf0(0x349)][_0x290cf0(0x279)](Y,this[_0x290cf0(0x2d2)],this[_0x290cf0(0x2b6)],_0x1893ee,_0x237c47,this[_0x290cf0(0x2e5)],void 0x0):this[_0x290cf0(0x349)][_0x290cf0(0x279)](J,this[_0x290cf0(0x2d2)],this[_0x290cf0(0x2b6)],_0x1893ee,this['_handler']);_0x55163e[_0x290cf0(0x275)](),this['_handler'][_0x290cf0(0x3c4)](this,_0x55163e);},_0x54da7f);}[_0x128a93(0x16d)](){const _0x415c7e=_0x128a93;var _0x13a4ef;let _0x1249f6=this['_configService'][_0x415c7e(0x1bc)](L);return(_0x13a4ef=_0x1249f6==null?void 0x0:_0x1249f6['sendChangesetTimeout'])==null?0x7d0:_0x13a4ef;}[_0x128a93(0x29f)](){const _0x26ca6c=_0x128a93;throw Error(_0x26ca6c(0x163));}[_0x128a93(0x332)](){const _0x433820=_0x128a93;this[_0x433820(0x20a)]!=null&&(clearTimeout(this[_0x433820(0x20a)]),this[_0x433820(0x20a)]=null);}[_0x128a93(0x1c4)](_0x30c98f){const _0x4c2046=_0x128a93;return this[_0x4c2046(0x332)](),this[_0x4c2046(0x349)][_0x4c2046(0x279)](X,this[_0x4c2046(0x2d2)],this[_0x4c2046(0x2b6)],null,this[_0x4c2046(0x1de)],this['_handler'],_0x30c98f);}};q=un=V([B(0x4,_0x37b5e1(_0x56145d)),B(0x5,_0x37b5e1(_0x41f50e)),B(0x6,_0x37b5e1(H)),B(0x7,_0x470483),B(0x8,_0x3b4b60),B(0x9,_0x46ffbd),B(0xa,_0xa32c02),B(0xb,_0x450b7c),B(0xc,_0x3fb98b),B(0xd,_0x29c9af(U))],q);let J=dn=class extends G{constructor(_0x354914,_0x353f76,_0x339365,_0x3dc496,_0x523401,_0x1f351e,_0x2b2837,_0x2c46e3,_0x4510b9,_0x5364eb,_0x19e27d){const _0x2944f2=_0x128a93;super(_0x354914,_0x353f76,_0x339365,[],_0x3dc496,_0x2b2837,_0x5364eb,_0x1f351e,_0x19e27d),this[_0x2944f2(0x349)]=_0x523401,this[_0x2944f2(0x346)]=_0x2c46e3,this[_0x2944f2(0x247)]=_0x4510b9,R(this,_0x2944f2(0x2a9),_0x2944f2(0x221)),R(this,_0x2944f2(0x3c8),0x0),R(this,_0x2944f2(0x1da),0x0),R(this,_0x2944f2(0x15f),void 0x0),R(this,_0x2944f2(0x2f6),void 0x0);}['appendMutation'](_0x46bb7b){const _0x3b55c1=_0x128a93;this[_0x3b55c1(0x332)]();let _0x2af83b=this['_injector'][_0x3b55c1(0x279)](Y,this[_0x3b55c1(0x2d2)],this[_0x3b55c1(0x2b6)],this[_0x3b55c1(0x13b)],[_0x46bb7b],this[_0x3b55c1(0x2e5)],this['_resendTimer']);return _0x2af83b['_updateLocalCache'](),_0x2af83b;}[_0x128a93(0x162)](_0x1eb044){const _0x570676=_0x128a93;if(this[_0x570676(0x289)](_0x1eb044))return this['_clearScheduledTask'](),this['_injector'][_0x570676(0x279)](Q,this[_0x570676(0x2d2)],this[_0x570676(0x2b6)],this['_awaitingChangeset'],[],null,[_0x1eb044],this['_handler']);try{let _0x4c8495=this['_transformService'][_0x570676(0x22a)]([_0x1eb044],[this['_awaitingChangeset']],!0x1);if(_0x4680e5(_0x4c8495)){let {c1Prime:_0x308659,c2Prime:_0xff759}=_0x4c8495;this[_0x570676(0x2cc)](_0x308659[0x0]),_0xff759[0x0]['baseRev']=this[_0x570676(0x2b4)](),this[_0x570676(0x332)]();let _0x4577d2=this[_0x570676(0x349)][_0x570676(0x279)](dn,this[_0x570676(0x2d2)],this[_0x570676(0x2b6)],_0xff759[0x0],this['_handler']);return _0x4577d2[_0x570676(0x275)](),_0x4577d2;}throw _0x4c8495['error'];}catch(_0x12a074){return this[_0x570676(0x346)]['error'](_0x12a074),this['_onConflict'](!0x1);}}[_0x128a93(0x29c)](_0x5d3f39){const _0x196d1b=_0x128a93;this[_0x196d1b(0x332)]();let _0x3fbca2=this[_0x196d1b(0x2eb)]['getCurrentRevOfUnit'](this[_0x196d1b(0x2d2)]);if(_0x5d3f39[_0x196d1b(0x380)]<=_0x3fbca2)return this;if(this['_checkMissing'](_0x5d3f39))return this[_0x196d1b(0x349)][_0x196d1b(0x279)](Q,this[_0x196d1b(0x2d2)],this[_0x196d1b(0x2b6)],this[_0x196d1b(0x13b)],[],_0x5d3f39[_0x196d1b(0x380)],[],this['_handler']);this['_incrementRevisionNumber']();let _0xaf54ea=this[_0x196d1b(0x349)][_0x196d1b(0x279)](K,this[_0x196d1b(0x2d2)],this[_0x196d1b(0x2b6)],this['_handler']);return _0xaf54ea[_0x196d1b(0x275)](),_0xaf54ea;}[_0x128a93(0x2cf)](_0x8cf242){const _0x2f4eb3=_0x128a93;return this[_0x2f4eb3(0x1c4)](!!(_0x8cf242!=null&&_0x8cf242[_0x2f4eb3(0x307)]));}[_0x128a93(0x19b)](_0x2a719a){const _0x39e28e=_0x128a93;return this['_maxTotalRetryTimeout']>hn?this[_0x39e28e(0x24c)]():(this['_resendTimer']=ln(this[_0x39e28e(0x3c8)],{'timeout':this['_resendTimeout'],'reqId':_0x2a719a[_0x39e28e(0x211)]}),this[_0x39e28e(0x2f6)]=this[_0x39e28e(0x15f)]['subscribe'](({reqId:_0x2d0643,timeout:_0x104ce3})=>{const _0x898d8b=_0x39e28e;this[_0x898d8b(0x336)](_0x2d0643,_0x104ce3);}),this);}[_0x128a93(0x24c)](){const _0x4b36a1=_0x128a93;return this[_0x4b36a1(0x332)](),this[_0x4b36a1(0x349)][_0x4b36a1(0x279)](Z,this[_0x4b36a1(0x2d2)],this[_0x4b36a1(0x2b6)],this[_0x4b36a1(0x13b)],[],this[_0x4b36a1(0x2e5)]);}[_0x128a93(0x249)](){return this;}[_0x128a93(0x29f)](){const _0x182260=_0x128a93;this[_0x182260(0x2e5)][_0x182260(0x3a4)](this[_0x182260(0x13b)]);}['_onConflict'](_0x1f2084){const _0x3131c2=_0x128a93;return this[_0x3131c2(0x332)](),this[_0x3131c2(0x349)][_0x3131c2(0x279)](X,this[_0x3131c2(0x2d2)],this[_0x3131c2(0x2b6)],this[_0x3131c2(0x13b)],[],this[_0x3131c2(0x2e5)],_0x1f2084);}[_0x128a93(0x336)](_0x4b9e21,_0x425382){const _0x5217f9=_0x128a93;var _0xa2dd01;_0x4b9e21===((_0xa2dd01=this[_0x5217f9(0x13b)])==null?void 0x0:_0xa2dd01[_0x5217f9(0x211)])&&(this[_0x5217f9(0x29f)](),this[_0x5217f9(0x3c8)]=_0x425382===0x0?0x3e8:Math[_0x5217f9(0x3c1)](_0x425382*0x2,mn),this[_0x5217f9(0x1da)]+=this[_0x5217f9(0x3c8)]);}[_0x128a93(0x332)](){const _0x26b154=_0x128a93;var _0x32cdaf;(_0x32cdaf=this['_sender'])==null||_0x32cdaf[_0x26b154(0x3b9)](),this['_resendTimeout']=0x0,this[_0x26b154(0x1da)]=0x0;}};J=dn=V([B(0x4,_0x37b5e1(_0x56145d)),B(0x5,_0x37b5e1(_0x41f50e)),B(0x6,_0x3b4b60),B(0x7,_0x470483),B(0x8,_0xa32c02),B(0x9,_0x3fb98b),B(0xa,_0x29c9af(U))],J);let Y=fn=class extends G{constructor(_0x10e5ed,_0x56045,_0x5c3d2e,_0x2effe9,_0x8d27cf,_0x386c9d,_0x519b28,_0x478df8,_0xbcf17,_0x5bc354,_0x276a71,_0x39bac2,_0x2b4bdd){const _0x4d8c1c=_0x128a93;super(_0x10e5ed,_0x56045,_0x5c3d2e,_0x2effe9,_0x8d27cf,_0xbcf17,_0x39bac2,_0x478df8,_0x2b4bdd),this[_0x4d8c1c(0x349)]=_0x519b28,this['_logService']=_0x5bc354,this['_transformService']=_0x276a71,this[_0x4d8c1c(0x226)]=_0x2b4bdd,R(this,'status',_0x4d8c1c(0x3ad)),R(this,_0x4d8c1c(0x3c8),0x0),R(this,_0x4d8c1c(0x1da),0x0),R(this,_0x4d8c1c(0x15f),void 0x0),R(this,_0x4d8c1c(0x2f6),void 0x0),_0x386c9d&&(this[_0x4d8c1c(0x15f)]=_0x386c9d,this['_sender']=this[_0x4d8c1c(0x15f)][_0x4d8c1c(0x1eb)](({reqId:_0x5aaf79,timeout:_0x85e49})=>{const _0x9ddb78=_0x4d8c1c;this[_0x9ddb78(0x336)](_0x5aaf79,_0x85e49);}));}[_0x128a93(0x28c)](_0x58f9b1){const _0x10eb75=_0x128a93;return this[_0x10eb75(0x1de)][_0x10eb75(0x263)](_0x58f9b1),this;}[_0x128a93(0x162)](_0x21fd0b){const _0x17c7bc=_0x128a93;if(this[_0x17c7bc(0x289)](_0x21fd0b))return this['_clearScheduledTask'](),this[_0x17c7bc(0x349)]['createInstance'](Q,this['unitID'],this['type'],this['_awaitingChangeset'],this[_0x17c7bc(0x1de)],null,[_0x21fd0b],this[_0x17c7bc(0x2e5)]);try{let _0x2af506=this['_transformService'][_0x17c7bc(0x22a)]([_0x21fd0b],[this['_awaitingChangeset']],!0x1);if(_0x4680e5(_0x2af506)){let {c1Prime:_0x190081,c2Prime:_0x2f34b4}=_0x2af506,_0x645cfa=this[_0x17c7bc(0x247)][_0x17c7bc(0x1d7)](_0x190081[0x0],this[_0x17c7bc(0x1de)]);if(_0x25be66(_0x645cfa)){let {c1Prime:_0x2050a9,m2Prime:_0x526bf5}=_0x645cfa;return this[_0x17c7bc(0x2cc)](_0x2050a9),_0x2f34b4[0x0][_0x17c7bc(0x2f0)]=this['_getCurrentRevision'](),this[_0x17c7bc(0x332)](),this['_injector']['createInstance'](fn,this[_0x17c7bc(0x2d2)],this[_0x17c7bc(0x2b6)],_0x2f34b4[0x0],_0x526bf5,this[_0x17c7bc(0x2e5)],void 0x0);}throw _0x645cfa['error'];}throw _0x2af506['error'];}catch(_0x57f890){return this[_0x17c7bc(0x346)][_0x17c7bc(0x22c)](_0x57f890),this[_0x17c7bc(0x1c4)](!0x1);}}[_0x128a93(0x29c)](_0x3bf594){const _0x1e2efa=_0x128a93;this[_0x1e2efa(0x332)]();let _0x10cdc2=this[_0x1e2efa(0x2b4)]();if(_0x3bf594[_0x1e2efa(0x380)]<=_0x10cdc2)return this;if(this[_0x1e2efa(0x289)](_0x3bf594))return this[_0x1e2efa(0x349)][_0x1e2efa(0x279)](Q,this[_0x1e2efa(0x2d2)],this[_0x1e2efa(0x2b6)],this[_0x1e2efa(0x13b)],this['_pendingMutations'],_0x3bf594[_0x1e2efa(0x380)],[],this['_handler']);this[_0x1e2efa(0x25b)]();let _0x33ff6b=this['_injector'][_0x1e2efa(0x279)](q,this[_0x1e2efa(0x2d2)],this[_0x1e2efa(0x2b6)],this[_0x1e2efa(0x1de)],this['_handler']);return _0x33ff6b[_0x1e2efa(0x1e5)](),_0x33ff6b['_updateLocalCache'](),_0x33ff6b;}[_0x128a93(0x2cf)](_0x5d68a1){return this['_onConflict'](!!(_0x5d68a1!=null&&_0x5d68a1['isPermissionRej']));}[_0x128a93(0x19b)](_0x5c6164){const _0x2451d7=_0x128a93;return this[_0x2451d7(0x1da)]>hn?this[_0x2451d7(0x24c)]():(this[_0x2451d7(0x15f)]=ln(this[_0x2451d7(0x3c8)],{'timeout':this[_0x2451d7(0x3c8)],'reqId':_0x5c6164[_0x2451d7(0x211)]}),this[_0x2451d7(0x2f6)]=this[_0x2451d7(0x15f)][_0x2451d7(0x1eb)](({reqId:_0x596564,timeout:_0x5219ef})=>{this['_resendWithTimeout'](_0x596564,_0x5219ef);}),this);}[_0x128a93(0x24c)](){const _0x39358e=_0x128a93;return this['_clearScheduledTask'](),this[_0x39358e(0x349)][_0x39358e(0x279)](Z,this[_0x39358e(0x2d2)],this[_0x39358e(0x2b6)],this[_0x39358e(0x13b)],this[_0x39358e(0x1de)],this['_handler']);}[_0x128a93(0x249)](){return this;}[_0x128a93(0x29f)](){const _0x1a66a5=_0x128a93;this['_handler'][_0x1a66a5(0x3a4)](this[_0x1a66a5(0x13b)]);}[_0x128a93(0x1c4)](_0x59ac9a){const _0x2bc74c=_0x128a93;return this[_0x2bc74c(0x332)](),this[_0x2bc74c(0x349)]['createInstance'](X,this['unitID'],this['type'],null,this[_0x2bc74c(0x1de)],this[_0x2bc74c(0x2e5)],_0x59ac9a);}[_0x128a93(0x336)](_0x4994e7,_0x4043d6){const _0x4b8280=_0x128a93;var _0x2d4da0;_0x4994e7===((_0x2d4da0=this['_awaitingChangeset'])==null?void 0x0:_0x2d4da0[_0x4b8280(0x211)])&&(this[_0x4b8280(0x29f)](),this['_resendTimeout']=_0x4043d6===0x0?0x3e8:Math[_0x4b8280(0x3c1)](_0x4043d6*0x2,mn),this[_0x4b8280(0x1da)]+=this[_0x4b8280(0x3c8)]);}['_clearScheduledTask'](){const _0x2f997f=_0x128a93;var _0x5c681f;(_0x5c681f=this[_0x2f997f(0x2f6)])==null||_0x5c681f[_0x2f997f(0x3b9)](),this[_0x2f997f(0x3c8)]=0x0,this[_0x2f997f(0x1da)]=0x0;}};Y=fn=V([B(0x6,_0x37b5e1(_0x56145d)),B(0x7,_0x37b5e1(_0x41f50e)),B(0x8,_0x3b4b60),B(0x9,_0x470483),B(0xa,_0xa32c02),B(0xb,_0x3fb98b),B(0xc,_0x29c9af(U))],Y);let X=class extends G{constructor(_0x15a8ec,_0x23943c,_0x3b642b,_0x2e325c,_0x13dc42,_0x185662=!0x1,_0x20a603,_0x1554b6,_0x5cf22e,_0x1b1ba3,_0x1c5d6e,_0x3f0ef8,_0x89e7c3){const _0x43b8d0=_0x128a93;super(_0x15a8ec,_0x23943c,_0x3b642b,_0x2e325c,_0x13dc42,_0x1554b6,_0x5cf22e,_0x1b1ba3,_0x89e7c3),this[_0x43b8d0(0x17d)]=_0x185662,this[_0x43b8d0(0x2be)]=_0x20a603,this[_0x43b8d0(0x35f)]=_0x1c5d6e,this['_collaborationUIEventService']=_0x3f0ef8,this[_0x43b8d0(0x226)]=_0x89e7c3,R(this,_0x43b8d0(0x2a9),_0x43b8d0(0x20b)),this[_0x43b8d0(0x1df)](),this[_0x43b8d0(0x295)](),this[_0x43b8d0(0x361)]();}[_0x128a93(0x28c)](){return this;}[_0x128a93(0x162)](){return this;}[_0x128a93(0x29c)](){return this;}[_0x128a93(0x2cf)](){return this;}[_0x128a93(0x19b)](){return this;}[_0x128a93(0x24c)](){return this;}[_0x128a93(0x249)](){return this;}[_0x128a93(0x29f)](){const _0x1a6901=_0x128a93;throw Error(_0x1a6901(0x272));}[_0x128a93(0x295)](){const _0xe36d1a=_0x128a93;var _0x351f0d,_0x3ee655,_0x1730fc;(_0x351f0d=this[_0xe36d1a(0x1fe)])==null||(_0x3ee655=_0x351f0d['backupOfflineData'])==null||(_0x3ee655=_0x3ee655[_0xe36d1a(0x214)](_0x351f0d,this[_0xe36d1a(0x2d2)],_0xe36d1a(0x20b)))==null||_0x3ee655[_0xe36d1a(0x296)](()=>void 0x0),(_0x1730fc=this[_0xe36d1a(0x1fe)])==null||_0x1730fc[_0xe36d1a(0x3cb)](this[_0xe36d1a(0x2d2)],this[_0xe36d1a(0x2b6)],null,[]);}[_0x128a93(0x1df)](){const _0xd4cdee=_0x128a93;this[_0xd4cdee(0x17d)]?this[_0xd4cdee(0x30c)][_0xd4cdee(0x173)]({'id':_0xd4cdee(0x28b)}):this[_0xd4cdee(0x30c)][_0xd4cdee(0x173)]({'id':_0xd4cdee(0x316)});}[_0x128a93(0x361)](){const _0x51b71f=_0x128a93;this[_0x51b71f(0x2be)][_0x51b71f(0x197)](new _0x1283c2(this[_0x51b71f(0x2d2)])['id'],!0x1);}};X=V([B(0x6,_0x37b5e1(_0x511b30)),B(0x7,_0x3b4b60),B(0x8,_0x3fb98b),B(0x9,_0x37b5e1(_0x41f50e)),B(0xa,_0x37b5e1(_0x5ae389)),B(0xb,_0x37b5e1(z)),B(0xc,_0x29c9af(U))],X);let Z=class extends G{constructor(_0x4e3c7c,_0x1a19e4,_0x414f4c,_0x266842,_0x5ed5e1,_0x2c1874,_0x20b4cd,_0x1c971a,_0x5187b0,_0x226550){const _0x1e2304=_0x128a93;super(_0x4e3c7c,_0x1a19e4,_0x414f4c,_0x266842,_0x5ed5e1,_0x1c971a,_0x5187b0,_0x20b4cd,_0x226550),this[_0x1e2304(0x349)]=_0x2c1874,R(this,_0x1e2304(0x2a9),_0x1e2304(0x2c7));}[_0x128a93(0x28c)](_0x4acaf6){const _0x311032=_0x128a93;return this[_0x311032(0x1de)][_0x311032(0x263)](_0x4acaf6),this[_0x311032(0x275)](),this;}[_0x128a93(0x162)](_0x12dc26){const _0x696c2d=_0x128a93;throw Error(_0x696c2d(0x391));}[_0x128a93(0x29c)](){throw Error('[OfflineState]:\x20received\x20acknowledgement.');}[_0x128a93(0x2cf)](){const _0x480d4f=_0x128a93;throw Error(_0x480d4f(0x26b));}[_0x128a93(0x19b)](){return this;}[_0x128a93(0x24c)](){return this;}['toggleOnline'](){const _0x1e322a=_0x128a93;let {_injector:_0x307a19,_pendingMutations:_0x5d8b5e,_awaitingChangeset:_0x4f76f9,unitID:_0x4fbde8,_handler:_0x5696b0,type:_0x3357af}=this,_0x143c3f=gn(_0x307a19,_0x4fbde8,_0x3357af,_0x4f76f9,_0x5d8b5e,_0x5696b0);return _0x143c3f instanceof q?_0x143c3f['_schedule']():(_0x143c3f instanceof Y||_0x143c3f instanceof J)&&_0x143c3f[_0x1e322a(0x29f)](),_0x143c3f;}['resend'](){const _0x305eb6=_0x128a93;throw Error(_0x305eb6(0x21c));}};Z=V([B(0x5,_0x37b5e1(_0x56145d)),B(0x6,_0x37b5e1(_0x41f50e)),B(0x7,_0x3b4b60),B(0x8,_0x3fb98b),B(0x9,_0x29c9af(U))],Z);let Q=class extends G{constructor(_0x49ca94,_0x22be2a,_0x183b84,_0x58fae0,_0x39f666,_0x57f7d2,_0x2afd79,_0x3f19e9,_0x233d7e,_0x53f692,_0x30fda4,_0x390545,_0x86a84,_0x2cad4e){const _0x4670bd=_0x128a93;super(_0x49ca94,_0x22be2a,_0x183b84,_0x58fae0,_0x2afd79,_0x30fda4,_0x390545,_0x233d7e,_0x2cad4e),this[_0x4670bd(0x38e)]=_0x39f666,this[_0x4670bd(0x244)]=_0x57f7d2,this[_0x4670bd(0x349)]=_0x3f19e9,this[_0x4670bd(0x346)]=_0x53f692,this['_transformService']=_0x86a84,this[_0x4670bd(0x226)]=_0x2cad4e,R(this,'status',_0x4670bd(0x34c));}['onMissedChangesetFetched'](_0xd2d819){const _0x1ac4eb=_0x128a93;try{if(this[_0x1ac4eb(0x158)](_0xd2d819)[_0x1ac4eb(0x2aa)])throw Error(_0x1ac4eb(0x2c5));if(this[_0x1ac4eb(0x158)]([...this[_0x1ac4eb(0x244)]][_0x1ac4eb(0x30d)]((_0x12cd85,_0x1e871a)=>_0x12cd85[_0x1ac4eb(0x380)]-_0x1e871a[_0x1ac4eb(0x380)]))['missingChangesets'])return this['_queuedRemoteChangesets']=[],this[_0x1ac4eb(0x275)](),this[_0x1ac4eb(0x2e5)][_0x1ac4eb(0x15c)]({'from':this[_0x1ac4eb(0x2b4)](),'to':0x0}),this;let _0x3d4ff7=this[_0x1ac4eb(0x13b)],_0x51e622=this[_0x1ac4eb(0x1de)],_0x484540;if(_0x3d4ff7&&_0x51e622[_0x1ac4eb(0x2c4)]!==0x0)_0x484540=this[_0x1ac4eb(0x349)]['createInstance'](Y,this[_0x1ac4eb(0x2d2)],this[_0x1ac4eb(0x2b6)],_0x3d4ff7,_0x51e622,this['_handler'],void 0x0);else{if(_0x3d4ff7&&_0x51e622[_0x1ac4eb(0x2c4)]===0x0)_0x3d4ff7[_0x1ac4eb(0x2f0)]=this[_0x1ac4eb(0x2b4)](),_0x484540=this['_injector'][_0x1ac4eb(0x279)](J,this[_0x1ac4eb(0x2d2)],this['type'],_0x3d4ff7,this['_handler']);else{if(_0x51e622[_0x1ac4eb(0x2c4)]!==0x0){let _0x110c74=this[_0x1ac4eb(0x349)]['createInstance'](q,this[_0x1ac4eb(0x2d2)],this['type'],_0x51e622,this['_handler']);_0x110c74['_schedule'](),_0x484540=_0x110c74;}else _0x484540=this[_0x1ac4eb(0x349)][_0x1ac4eb(0x279)](K,this['unitID'],this[_0x1ac4eb(0x2b6)],this[_0x1ac4eb(0x2e5)]);}}return _0x484540[_0x1ac4eb(0x275)](),_0x484540;}catch(_0x1b1692){return this[_0x1ac4eb(0x346)][_0x1ac4eb(0x22c)](_0x1ac4eb(0x375),_0x1ac4eb(0x3ba),_0x1b1692),this[_0x1ac4eb(0x349)][_0x1ac4eb(0x279)](X,this[_0x1ac4eb(0x2d2)],this['type'],this['_awaitingChangeset'],this[_0x1ac4eb(0x1de)],this[_0x1ac4eb(0x2e5)],!0x1);}}[_0x128a93(0x158)](_0x5eb277){const _0x41e3bd=_0x128a93;this[_0x41e3bd(0x2c3)]();for(let _0x46333a=0x0;_0x46333a<_0x5eb277['length'];_0x46333a++){let _0x37c83b=_0x5eb277[_0x46333a],_0x5ae501=this['_getCurrentRevision']();if(!(_0x37c83b[_0x41e3bd(0x380)]<=_0x5ae501)){if(_0x37c83b['revision']>_0x5ae501+0x1)return{'missingChangesets':!0x0};if(this['_isEchoedAwaitingChangeset'](_0x37c83b)){this['_acknowledgeAwaiting']();continue;}this[_0x41e3bd(0x303)](_0x37c83b),this[_0x41e3bd(0x2c3)]();}}return{'missingChangesets':!0x1};}[_0x128a93(0x303)](_0x30110d){const _0x2fc828=_0x128a93;let _0xd3b315=_0x30110d,_0x4805cc=this[_0x2fc828(0x13b)];if(_0x4805cc){let _0x565a00=this[_0x2fc828(0x247)][_0x2fc828(0x22a)]([_0x30110d],[_0x4805cc],!0x1);if(!_0x4680e5(_0x565a00))throw _0x565a00[_0x2fc828(0x22c)];_0xd3b315=_0x565a00[_0x2fc828(0x2a4)][0x0],_0x4805cc=_0x565a00['c2Prime'][0x0];}let _0x5d7f4b=this[_0x2fc828(0x1de)];if(_0x5d7f4b['length']){let _0x1d4bc1=this['_transformService'][_0x2fc828(0x1d7)](_0xd3b315,_0x5d7f4b);if(!_0x25be66(_0x1d4bc1))throw _0x1d4bc1[_0x2fc828(0x22c)];_0xd3b315=_0x1d4bc1['c1Prime'],_0x5d7f4b=_0x1d4bc1['m2Prime'];}this['_executeRemoteChangeset'](_0xd3b315),_0x4805cc&&(_0x4805cc[_0x2fc828(0x2f0)]=this[_0x2fc828(0x2b4)]()),this[_0x2fc828(0x13b)]=_0x4805cc,this['_pendingMutations']=_0x5d7f4b;}[_0x128a93(0x2c3)](){const _0x3eab8c=_0x128a93;if(!this['_awaitingChangeset']||this[_0x3eab8c(0x38e)]==null)return;let _0x7df3f5=this[_0x3eab8c(0x2b4)]();if(this[_0x3eab8c(0x38e)]<=_0x7df3f5)throw Error(_0x3eab8c(0x242)+this[_0x3eab8c(0x38e)]+'.');this[_0x3eab8c(0x38e)]===_0x7df3f5+0x1&&this[_0x3eab8c(0x3d4)]();}[_0x128a93(0x3d4)](){const _0x298401=_0x128a93;this[_0x298401(0x25b)](),this[_0x298401(0x13b)]=null,this[_0x298401(0x38e)]=null;}[_0x128a93(0x2a0)](_0x3434d3){const _0x12c39c=_0x128a93;let _0x3bedf1=this[_0x12c39c(0x13b)];return!_0x3bedf1||!_0x3bedf1[_0x12c39c(0x21f)]||_0x3bedf1[_0x12c39c(0x211)]===null||_0x3bedf1[_0x12c39c(0x211)]===void 0x0?!0x1:_0x3434d3['unitID']===_0x3bedf1[_0x12c39c(0x2d2)]&&_0x3434d3[_0x12c39c(0x21f)]===_0x3bedf1[_0x12c39c(0x21f)]&&_0x3434d3['reqId']===_0x3bedf1[_0x12c39c(0x211)];}[_0x128a93(0x29f)](){const _0x200576=_0x128a93;throw Error(_0x200576(0x392));}[_0x128a93(0x28c)](_0x111508){const _0xe2b1cd=_0x128a93;return this[_0xe2b1cd(0x1de)][_0xe2b1cd(0x263)](_0x111508),this;}[_0x128a93(0x162)](_0x157031){const _0xebe187=_0x128a93;return this[_0xebe187(0x244)][_0xebe187(0x263)](_0x157031),this;}['onRemoteAck'](_0x3bbcc2){const _0x5237fd=_0x128a93;if(this['_awaitingChangeset']){let _0x4b3c3c=this[_0x5237fd(0x2b4)]();return _0x3bbcc2[_0x5237fd(0x380)]<=_0x4b3c3c||(_0x4b3c3c+0x1===_0x3bbcc2['revision']?(this[_0x5237fd(0x25b)](),this[_0x5237fd(0x13b)]=null,this[_0x5237fd(0x38e)]=null):this[_0x5237fd(0x38e)]=_0x3bbcc2[_0x5237fd(0x380)]),this;}if(_0x3bbcc2['revision']<=this[_0x5237fd(0x2b4)]())return this;throw Error(_0x5237fd(0x1c0));}[_0x128a93(0x2cf)](_0x7795e2){const _0x1150c1=_0x128a93;return this[_0x1150c1(0x1c4)](!!(_0x7795e2!=null&&_0x7795e2['isPermissionRej']));}['onRemoteRetry'](){return this;}[_0x128a93(0x24c)](){const _0x4c01a5=_0x128a93;return this['_injector'][_0x4c01a5(0x279)](Z,this[_0x4c01a5(0x2d2)],this['type'],this['_awaitingChangeset'],this[_0x4c01a5(0x1de)],this[_0x4c01a5(0x2e5)]);}[_0x128a93(0x249)](){return this;}[_0x128a93(0x1c4)](_0x3d6651){const _0x4d6cdf=_0x128a93;return this[_0x4d6cdf(0x349)][_0x4d6cdf(0x279)](X,this[_0x4d6cdf(0x2d2)],this['type'],this['_awaitingChangeset'],this[_0x4d6cdf(0x1de)],this[_0x4d6cdf(0x2e5)],_0x3d6651);}};Q=V([B(0x7,_0x37b5e1(_0x56145d)),B(0x8,_0x37b5e1(_0x41f50e)),B(0x9,_0x470483),B(0xa,_0x3b4b60),B(0xb,_0x3fb98b),B(0xc,_0xa32c02),B(0xd,_0x29c9af(U))],Q);function gn(_0x5384fa,_0x3b1088,_0x2f2d46,_0x5ccd10,_0x562808,_0x54a2b2){const _0x420b16=_0x128a93;return _0x5ccd10&&_0x562808[_0x420b16(0x2c4)]?_0x5384fa[_0x420b16(0x279)](Y,_0x3b1088,_0x2f2d46,_0x5ccd10,_0x562808,_0x54a2b2,void 0x0):_0x5ccd10?_0x5384fa['createInstance'](J,_0x3b1088,_0x2f2d46,_0x5ccd10,_0x54a2b2):_0x562808['length']?_0x5384fa[_0x420b16(0x279)](q,_0x3b1088,_0x2f2d46,_0x562808,_0x54a2b2):_0x5384fa[_0x420b16(0x279)](K,_0x3b1088,_0x2f2d46,_0x54a2b2);}let $=class extends _0x738f09{get[_0x128a93(0x3bf)](){return this['_state'];}constructor(_0x4dc23a,_0x1eb7f8,_0x3eebaa,_0x383046,_0xbcd84a,_0x1d77e9,_0x4f688d,_0x4f9711,_0x11c3a5,_0x2247e0,_0x5a9db4,_0x4604cc,_0x300394,_0x4fd337){const _0x152e6b=_0x128a93;super(),this['unitID']=_0x4dc23a,this[_0x152e6b(0x207)]=_0x1eb7f8,this[_0x152e6b(0x166)]=_0x3eebaa,this['_injector']=_0x383046,this[_0x152e6b(0x25f)]=_0xbcd84a,this['_localeService']=_0x1d77e9,this[_0x152e6b(0x2eb)]=_0x4f688d,this[_0x152e6b(0x1c8)]=_0x4f9711,this['_univerInstanceService']=_0x11c3a5,this[_0x152e6b(0x346)]=_0x2247e0,this[_0x152e6b(0x3a7)]=_0x5a9db4,this[_0x152e6b(0x2be)]=_0x4604cc,this[_0x152e6b(0x3b3)]=_0x300394,this['_localCacheService']=_0x4fd337,R(this,_0x152e6b(0x3cf),new _0x4e690d(null)),R(this,_0x152e6b(0x241),this[_0x152e6b(0x3cf)][_0x152e6b(0x1a1)]()),R(this,_0x152e6b(0x1e8),void 0x0),R(this,_0x152e6b(0x21b),!0x1),R(this,_0x152e6b(0x18e),''),R(this,_0x152e6b(0x3a6),0x0),R(this,'status$',this[_0x152e6b(0x241)][_0x152e6b(0x190)](_0x30823e(_0x1b2800=>_0x1b2800?_0x1b2800[_0x152e6b(0x2a9)]:_0x152e6b(0x2c7)),_0xa2739d({'bufferSize':0x1,'refCount':!0x0}))),R(this,_0x152e6b(0x29b),!0x1),R(this,'_remoteChangesetQueue',[]);}async[_0x128a93(0x308)](){const _0x33c31d=_0x128a93;if(this['state'])throw Error('[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.');await this[_0x33c31d(0x2d4)]();}[_0x128a93(0x3d9)](){const _0x586007=_0x128a93;return this[_0x586007(0x21b)]=!0x0,_0x2296ca(()=>{const _0xaf1451=_0x586007;this[_0xaf1451(0x21b)]=!0x1,this[_0xaf1451(0x385)]();});}[_0x128a93(0x34f)](_0x123460){const _0x2de1a1=_0x128a93;this[_0x2de1a1(0x177)](_0x123460);}[_0x128a93(0x2e3)](_0x53d22f){const _0x59f920=_0x128a93;this[_0x59f920(0x1e8)]=_0x53d22f,this[_0x59f920(0x3cf)][_0x59f920(0x1d9)](_0x53d22f);}async[_0x128a93(0x2d4)](){const _0x4cae35=_0x128a93;if(this[_0x4cae35(0x2e3)](await this[_0x4cae35(0x266)]()),this[_0x4cae35(0x3b3)]){var _0x513dcb;(_0x513dcb=this[_0x4cae35(0x3b3)])==null||_0x513dcb[_0x4cae35(0x183)](this['unitID']),this[_0x4cae35(0x2ef)](this[_0x4cae35(0x3b3)][_0x4cae35(0x301)](this[_0x4cae35(0x2d2)])[_0x4cae35(0x1eb)](_0xcbb6c4=>{const _0x11c1f2=_0x4cae35;this[_0x11c1f2(0x346)][_0x11c1f2(0x284)]('[CollaborationEntity]',_0x11c1f2(0x34b),_0xcbb6c4),_0xcbb6c4===0x1?(this[_0x11c1f2(0x1c8)][_0x11c1f2(0x173)]({'id':_0x11c1f2(0x353)}),this[_0x11c1f2(0x2be)]['updatePermissionPoint'](new _0x1283c2(this[_0x11c1f2(0x2d2)])['id'],!0x1),this[_0x11c1f2(0x2be)]['setShowComponents'](!0x1)):(this['_permissionService'][_0x11c1f2(0x197)](new _0x1283c2(this['unitID'])['id'],!0x0),this['_permissionService'][_0x11c1f2(0x357)](!0x0));}));}let _0x3637d1=!0x1;return this['disposeWithMe'](this[_0x4cae35(0x207)][_0x4cae35(0x206)][_0x4cae35(0x1eb)](_0xb6b353=>{const _0x1b349c=_0x4cae35;_0xb6b353===0x3?this['_toggleOnline'](_0x3637d1):_0xb6b353===0x2&&(_0x3637d1=!0x0,this[_0x1b349c(0x1dd)]());})),this['disposeWithMe'](this['session'][_0x4cae35(0x160)][_0x4cae35(0x1eb)](_0x1b807a=>{const _0x13b890=_0x4cae35;try{switch(_0x1b807a['eventID']){case _0x17c782[_0x13b890(0x2d8)]:this[_0x13b890(0x19d)](_0x599160(_0x1b807a[_0x13b890(0x204)]));break;case _0x17c782['CHANGESET_ACK']:this[_0x13b890(0x181)](_0x1b807a[_0x13b890(0x204)]);break;case _0x17c782['CHANGESET_REJ']:this[_0x13b890(0x170)]();break;case _0x17c782['CHANGESET_SHOULD_RETRY']:this[_0x13b890(0x140)](_0x1b807a[_0x13b890(0x204)]);break;case _0x17c782[_0x13b890(0x16e)]:this[_0x13b890(0x1d6)](_0x1b807a[_0x13b890(0x204)][_0x13b890(0x16a)]['map'](_0x1d0adc=>_0x599160(_0x1d0adc)));break;case _0x17c782[_0x13b890(0x315)]:this[_0x13b890(0x170)]({'isPermissionRej':!0x0});break;case _0x17c782[_0x13b890(0x293)]:break;}}catch(_0x4c260e){throw console[_0x13b890(0x22c)](_0x13b890(0x1ec),_0x4c260e),_0x4c260e;}})),this[_0x4cae35(0x1e8)];}['_unlockTransition'](){const _0x144d00=_0x128a93;this[_0x144d00(0x29b)]=!0x1;}[_0x128a93(0x387)](){const _0x48aeef=_0x128a93;if(this[_0x48aeef(0x29b)])throw Error(_0x48aeef(0x29e));this[_0x48aeef(0x29b)]=!0x0;}[_0x128a93(0x177)](_0x206d6d){const _0x2fc839=_0x128a93;this['_lockTransition'](),this['_updateState'](this[_0x2fc839(0x1e8)]['appendMutation'](_0x206d6d)),this[_0x2fc839(0x13f)]();}[_0x128a93(0x19d)](_0x493743){const _0x26ade8=_0x128a93;if(!(_0x493743[_0x26ade8(0x380)]<=this[_0x26ade8(0x2eb)][_0x26ade8(0x235)](this['unitID']))){if(this[_0x26ade8(0x21b)]){this[_0x26ade8(0x1a7)][_0x26ade8(0x263)](_0x493743);return;}this[_0x26ade8(0x239)](_0x493743);}}['_exhaustRemoteChangesetQueue'](){const _0x6f73e3=_0x128a93;this['_remoteChangesetQueue'][_0x6f73e3(0x3b6)](_0x34232e=>this[_0x6f73e3(0x239)](_0x34232e)),this['_remoteChangesetQueue']=[];}[_0x128a93(0x239)](_0x3809b1){const _0x1a0c39=_0x128a93;let _0x180f46=this['_compressMutationService']['interceptor'][_0x1a0c39(0x38a)](this[_0x1a0c39(0x25f)][_0x1a0c39(0x1d0)][_0x1a0c39(0x223)]()[_0x1a0c39(0x268)])(_0x3809b1[_0x1a0c39(0x36c)],null)||_0x3809b1[_0x1a0c39(0x36c)],_0x335b03={..._0x3809b1,'mutations':_0x180f46};this[_0x1a0c39(0x387)](),this['_updateState'](this[_0x1a0c39(0x1e8)][_0x1a0c39(0x162)](_0x335b03)),this['_unlockTransition']();}[_0x128a93(0x181)](_0x3a76ad){const _0x30b769=_0x128a93;this[_0x30b769(0x387)](),this[_0x30b769(0x2e3)](this[_0x30b769(0x1e8)][_0x30b769(0x29c)](_0x3a76ad)),this[_0x30b769(0x13f)]();}[_0x128a93(0x170)](_0x53e57e){const _0x506c0b=_0x128a93;this['_lockTransition'](),this[_0x506c0b(0x2e3)](this[_0x506c0b(0x1e8)][_0x506c0b(0x2cf)](_0x53e57e)),this[_0x506c0b(0x13f)]();}[_0x128a93(0x140)](_0x560fff){const _0x2df15b=_0x128a93;this['_lockTransition'](),this['_updateState'](this['_state'][_0x2df15b(0x19b)](_0x560fff)),this['_unlockTransition']();}[_0x128a93(0x1d6)](_0x5b89a0){const _0x48ae01=_0x128a93;if(!(this[_0x48ae01(0x1e8)]instanceof Q))throw TypeError('[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!');let _0x3c216b=_0x5b89a0[_0x48ae01(0x24e)](_0x10c2f5=>{const _0x1a6d99=_0x48ae01;let _0x65c3fb=this[_0x1a6d99(0x25f)]['interceptor'][_0x1a6d99(0x38a)](this[_0x1a6d99(0x25f)][_0x1a6d99(0x1d0)][_0x1a6d99(0x223)]()[_0x1a6d99(0x268)])(_0x10c2f5[_0x1a6d99(0x36c)],null)||_0x10c2f5[_0x1a6d99(0x36c)];return{..._0x10c2f5,'mutations':_0x65c3fb};});this[_0x48ae01(0x387)](),this[_0x48ae01(0x2e3)](this['_state'][_0x48ae01(0x2d0)](_0x3c216b)),this[_0x48ae01(0x13f)]();}[_0x128a93(0x1dd)](){const _0x469d3a=_0x128a93;this[_0x469d3a(0x387)](),this[_0x469d3a(0x2e3)](this[_0x469d3a(0x1e8)]['toggleOffline']()),this[_0x469d3a(0x13f)]();}[_0x128a93(0x172)](_0x41520d=!0x1){const _0x4f9e74=_0x128a93;this['_lockTransition'](),this[_0x4f9e74(0x2e3)](this[_0x4f9e74(0x1e8)][_0x4f9e74(0x249)]()),this[_0x4f9e74(0x13f)]();let _0x2703a2=this[_0x4f9e74(0x1e8)];_0x41520d&&_0x2703a2 instanceof K&&(this['_lockTransition'](),this[_0x4f9e74(0x2e3)](_0x2703a2[_0x4f9e74(0x350)]()),this['_unlockTransition']());}async[_0x128a93(0x266)](){return new Promise(_0x208946=>{const _0x43af64=_0x1478;this['session'][_0x43af64(0x206)][_0x43af64(0x190)](_0x2611e8(0x1))[_0x43af64(0x1eb)](async _0x39e560=>{const _0x5cb3b8=_0x43af64;_0x208946(await this[_0x5cb3b8(0x2d5)](_0x39e560===0x3));});});}[_0x128a93(0x157)](){const _0x71eb52=_0x128a93;let _0x27f213=this[_0x71eb52(0x2d2)];return{'onStateChange':(_0x21edf3,_0x2909ec)=>{const _0x941dba=_0x71eb52;if(_0x21edf3!==this[_0x941dba(0x1e8)])throw Error('[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20'+_0x21edf3[_0x941dba(0x2a9)]+_0x941dba(0x2a3)+_0x2909ec['status']+_0x941dba(0x399)+this['_state'][_0x941dba(0x2a9)]);this[_0x941dba(0x2e3)](_0x2909ec);},'onSendChangeset':_0x3e0ad7=>{const _0x24b8b3=_0x71eb52;_0x3e0ad7[_0x24b8b3(0x21f)]||(_0x3e0ad7[_0x24b8b3(0x21f)]=this[_0x24b8b3(0x18e)],_0x3e0ad7[_0x24b8b3(0x211)]=++this[_0x24b8b3(0x3a6)]);let _0x527d21={'eventID':_0x17c782[_0x24b8b3(0x328)],'data':{'unitID':_0x3e0ad7[_0x24b8b3(0x2d2)],'unitType':this['_type'],'changeset':_0x3e0ad7,'memberID':this[_0x24b8b3(0x207)][_0x24b8b3(0x2bb)]()}};this['session'][_0x24b8b3(0x317)](_0x527d21,this[_0x24b8b3(0x2d2)]);},'onMissingChangesets':({from:_0x4210a2,to:_0x467d5c})=>{const _0x5d0115=_0x71eb52;this[_0x5d0115(0x346)]['debug'](_0x5d0115(0x341),_0x5d0115(0x3c3)+_0x4210a2+'\x20to\x20'+_0x467d5c);let _0x39d958={'eventID':_0x17c782['FETCH_MISSING'],'data':{'unitID':_0x27f213,'unitType':this['_type'],'from':_0x4210a2,'to':_0x467d5c}};this[_0x5d0115(0x207)][_0x5d0115(0x317)](_0x39d958,this[_0x5d0115(0x2d2)]);}};}async[_0x128a93(0x2d5)](_0x38ec3f){const _0x2fcf20=_0x128a93;var _0x3800b5,_0x54d011,_0xabaf1f;let _0x3a50d7=await((_0x3800b5=this[_0x2fcf20(0x1fe)])==null?void 0x0:_0x3800b5[_0x2fcf20(0x1cd)](this[_0x2fcf20(0x2d2)])),_0x47a860=(_0x54d011=_0x3a50d7==null?void 0x0:_0x3a50d7['mutations'])==null?[]:_0x54d011,_0x18658b=(_0xabaf1f=_0x3a50d7==null?void 0x0:_0x3a50d7[_0x2fcf20(0x1f1)])==null?null:_0xabaf1f,_0x946a1f=!!(_0x18658b!=null&&_0x18658b[_0x2fcf20(0x21f)])&&!!(_0x18658b!=null&&_0x18658b[_0x2fcf20(0x211)]);this['_changesetSessionId']=_0x946a1f?_0x18658b[_0x2fcf20(0x21f)]:_0x48aba6(),this[_0x2fcf20(0x3a6)]=_0x946a1f?_0x18658b[_0x2fcf20(0x211)]:0x0;let _0x4400d7=this[_0x2fcf20(0x2d2)];try{this[_0x2fcf20(0x13d)](_0x18658b,_0x47a860);}catch(_0x4e06b5){this[_0x2fcf20(0x346)]['error'](_0x4e06b5);}let _0xfb21a4=this[_0x2fcf20(0x157)]();if(_0x38ec3f){let _0x443e9d=gn(this[_0x2fcf20(0x349)],_0x4400d7,this[_0x2fcf20(0x166)],_0x18658b,_0x47a860,_0xfb21a4);return _0x443e9d instanceof q?_0x443e9d['_schedule']():(_0x443e9d instanceof Y||_0x443e9d instanceof J)&&_0x443e9d[_0x2fcf20(0x29f)](),_0x443e9d;}return this[_0x2fcf20(0x349)][_0x2fcf20(0x279)](Z,_0x4400d7,this[_0x2fcf20(0x166)],_0x18658b,_0x47a860,_0xfb21a4);}['_replayCachedMutations'](_0x2f70f2,_0x52aa98){const _0x3c6a3f=_0x128a93;var _0x9f4752,_0x13d520;let _0x51016e=this['_compressMutationService'][_0x3c6a3f(0x1d0)][_0x3c6a3f(0x38a)](this[_0x3c6a3f(0x25f)]['interceptor'][_0x3c6a3f(0x223)]()['COMPRESS_MUTATION_APPLY']);(_0x9f4752=_0x51016e((_0x2f70f2==null?void 0x0:_0x2f70f2[_0x3c6a3f(0x36c)])||[],null))==null||_0x9f4752[_0x3c6a3f(0x3b6)](_0x3c9399=>this[_0x3c6a3f(0x3a7)][_0x3c6a3f(0x1e0)](_0x3c9399['id'],_0x3c9399['params'])),(_0x13d520=_0x51016e(_0x52aa98||[],null))==null||_0x13d520[_0x3c6a3f(0x3b6)](_0x496b90=>this[_0x3c6a3f(0x3a7)][_0x3c6a3f(0x1e0)](_0x496b90['id'],_0x496b90['params']));}};$=V([B(0x3,_0x37b5e1(_0x56145d)),B(0x4,_0x37b5e1(_0x2c8338)),B(0x5,_0x37b5e1(_0x5ae389)),B(0x6,_0x37b5e1(_0x41f50e)),B(0x7,_0x37b5e1(z)),B(0x8,_0x450b7c),B(0x9,_0x470483),B(0xa,_0x3b4b60),B(0xb,_0x511b30),B(0xc,_0x29c9af(W)),B(0xd,_0x29c9af(U))],$);let _n=class extends ${constructor(_0x17907a,_0x3db338,_0x50e7a0,_0x32f697,_0x59ac2d,_0x1c100d,_0x14d4ee,_0x312766,_0x4e1c4c,_0x27372e,_0x18e109,_0x232504,_0x2cc3c0,_0xada028,_0x4dc465){const _0x2aa395=_0x128a93;super(_0x17907a,_0x50e7a0,_0x3db338,_0x32f697,_0x59ac2d,_0x1c100d,_0x14d4ee,_0x312766,_0x4e1c4c,_0x27372e,_0x18e109,_0x232504,_0xada028,_0x4dc465),this[_0x2aa395(0x2d2)]=_0x17907a,this[_0x2aa395(0x2b6)]=_0x3db338,this[_0x2aa395(0x1bd)]=_0x2cc3c0,R(this,_0x2aa395(0x264),null);}['addHandlerCallback'](_0x52645b){const _0x416500=_0x128a93;this[_0x416500(0x264)]=_0x52645b;}[_0x128a93(0x358)](){const _0x40573a=_0x128a93;this[_0x40573a(0x264)]=null,super['dispose']();}[_0x128a93(0x157)](){const _0x1ec574=_0x128a93;let _0x58972d=super[_0x1ec574(0x157)]();return _0x58972d[_0x1ec574(0x2a1)]=_0xa656b9=>{const _0x903952=_0x1ec574;var _0x2f11a2,_0x46f25e;return(_0x2f11a2=this[_0x903952(0x264)])==null||(_0x46f25e=_0x2f11a2[_0x903952(0x2a1)])==null?void 0x0:_0x46f25e[_0x903952(0x214)](_0x2f11a2,_0xa656b9);},_0x58972d[_0x1ec574(0x236)]=_0xd645d2=>{const _0xb03402=_0x1ec574;var _0x3466b7,_0x2b3f5f;return(_0x3466b7=this[_0xb03402(0x264)])==null||(_0x2b3f5f=_0x3466b7[_0xb03402(0x236)])==null?void 0x0:_0x2b3f5f[_0xb03402(0x214)](_0x3466b7,_0xd645d2);},_0x58972d['onTransformSelections']=_0x893bba=>{const _0x3ec81c=_0x1ec574;var _0x326449,_0x15faf4;return(_0x326449=this[_0x3ec81c(0x264)])==null||(_0x15faf4=_0x326449['onTransformSelections'])==null?void 0x0:_0x15faf4[_0x3ec81c(0x214)](_0x326449,_0x893bba);},_0x58972d[_0x1ec574(0x2df)]=_0x4c5201=>{const _0x479b82=_0x1ec574;var _0xe44756,_0x938bbe;return(_0xe44756=this['_handlerCallback'])==null||(_0x938bbe=_0xe44756[_0x479b82(0x2df)])==null?void 0x0:_0x938bbe[_0x479b82(0x214)](_0xe44756,_0x4c5201);},_0x58972d['onTransformRemoteChangesetByIMECache']=_0x14e219=>{const _0x5c563a=_0x1ec574;var _0x273d56,_0xfb471,_0x3918f8;return(_0x273d56=(_0xfb471=this['_handlerCallback'])==null||(_0x3918f8=_0xfb471[_0x5c563a(0x333)])==null?void 0x0:_0x3918f8['call'](_0xfb471,_0x14e219))==null?_0x14e219:_0x273d56;},_0x58972d['onTransformRemoteChangesetByStateCache']=_0x40e612=>{const _0x48f606=_0x1ec574;var _0xdf972b,_0x30da03,_0xbdaaba;return(_0xdf972b=(_0x30da03=this[_0x48f606(0x264)])==null||(_0xbdaaba=_0x30da03['onTransformRemoteChangesetByStateCache'])==null?void 0x0:_0xbdaaba[_0x48f606(0x214)](_0x30da03,_0x40e612))==null?_0x40e612:_0xdf972b;},_0x58972d;}async[_0x128a93(0x2d4)](){const _0x285c15=_0x128a93;let _0x4d274c=await super[_0x285c15(0x2d4)]();return this[_0x285c15(0x2ef)](this[_0x285c15(0x1bd)]['docStateChange$'][_0x285c15(0x1eb)](_0x227eb8=>{const _0x1d7bd3=_0x285c15;if(_0x227eb8==null||_0x227eb8[_0x1d7bd3(0x285)]!==this[_0x1d7bd3(0x2d2)])return;let {commandId:_0x3ce5f3,redoState:_0x393655,unitId:_0x430beb}=_0x227eb8,_0x100ac0={'id':_0x3ce5f3,'type':_0x5ba872[_0x1d7bd3(0x2a2)],'params':{'unitId':_0x430beb,'actions':_0x393655[_0x1d7bd3(0x1a2)],'textRanges':null}};this[_0x1d7bd3(0x177)](_0x100ac0);})),this[_0x285c15(0x2ef)](this[_0x285c15(0x3a7)]['onMutationExecutedForCollab']((_0x1edf3a,_0x77e72d)=>{const _0x1f0f38=_0x285c15;if(_0x1edf3a[_0x1f0f38(0x2b6)]!==_0x5ba872[_0x1f0f38(0x2a2)]||_0x77e72d!=null&&_0x77e72d[_0x1f0f38(0x15a)]||_0x77e72d!=null&&_0x77e72d['onlyLocal']||_0x1edf3a['id']===_0x5e08a2['id'])return;let _0x1421bb=_0x1edf3a[_0x1f0f38(0x2dd)];if((_0x1421bb==null?void 0x0:_0x1421bb[_0x1f0f38(0x285)])!==this[_0x1f0f38(0x2d2)])return;let _0x37af89=_0x1edf3a,_0x16a851=this[_0x1f0f38(0x25f)][_0x1f0f38(0x1d0)]['fetchThroughInterceptors'](this[_0x1f0f38(0x25f)][_0x1f0f38(0x1d0)][_0x1f0f38(0x223)]()[_0x1f0f38(0x1e1)])([_0x37af89],this[_0x1f0f38(0x312)])||[_0x37af89];this['_onLocalMutation'](_0x16a851[0x0]);})),_0x4d274c;}};_n=V([B(0x3,_0x37b5e1(_0x56145d)),B(0x4,_0x37b5e1(_0x2c8338)),B(0x5,_0x37b5e1(_0x5ae389)),B(0x6,_0x37b5e1(_0x41f50e)),B(0x7,_0x37b5e1(z)),B(0x8,_0x450b7c),B(0x9,_0x470483),B(0xa,_0x3b4b60),B(0xb,_0x511b30),B(0xc,_0x37b5e1(_0x31c7bd)),B(0xd,_0x29c9af(W)),B(0xe,_0x29c9af(U))],_n);let vn=class extends ${constructor(_0x320539,_0x5cdb31,_0x2f3995,_0x319b5e,_0x5065cb,_0x12e364,_0x1eaca9,_0x3f5e10,_0x58a251,_0x221c39,_0x4cf8b9,_0x3cbfe8,_0x4ee8fe,_0x2dfbe5){const _0x5f007a=_0x128a93;super(_0x320539,_0x2f3995,_0x5cdb31,_0x319b5e,_0x5065cb,_0x12e364,_0x1eaca9,_0x3f5e10,_0x58a251,_0x221c39,_0x4cf8b9,_0x3cbfe8,_0x4ee8fe,_0x2dfbe5),this['unitID']=_0x320539,this[_0x5f007a(0x2b6)]=_0x5cdb31;}async['_init'](){const _0x23b09a=_0x128a93;let _0x256552=await super[_0x23b09a(0x2d4)]();return this['disposeWithMe'](this[_0x23b09a(0x3a7)][_0x23b09a(0x323)]((_0x48be5f,_0x14bfa6)=>{const _0x239839=_0x23b09a;if(_0x48be5f[_0x239839(0x2b6)]!==_0x5ba872[_0x239839(0x2a2)]||_0x14bfa6!=null&&_0x14bfa6['fromCollab']||_0x14bfa6!=null&&_0x14bfa6[_0x239839(0x283)])return;let _0x185ae3=_0x48be5f[_0x239839(0x2dd)];if((_0x185ae3==null?void 0x0:_0x185ae3[_0x239839(0x285)])!==this[_0x239839(0x2d2)])return;let _0x12e52b=_0x48be5f,_0xf7ab7e=this[_0x239839(0x25f)]['interceptor'][_0x239839(0x38a)](this[_0x239839(0x25f)][_0x239839(0x1d0)][_0x239839(0x223)]()[_0x239839(0x1e1)])([_0x12e52b],this[_0x239839(0x312)])||[_0x12e52b];this[_0x239839(0x177)](_0xf7ab7e[0x0]);})),_0x256552;}};vn=V([B(0x3,_0x37b5e1(_0x56145d)),B(0x4,_0x37b5e1(_0x2c8338)),B(0x5,_0x37b5e1(_0x5ae389)),B(0x6,_0x37b5e1(_0x41f50e)),B(0x7,_0x37b5e1(z)),B(0x8,_0x450b7c),B(0x9,_0x470483),B(0xa,_0x3b4b60),B(0xb,_0x511b30),B(0xc,_0x29c9af(W)),B(0xd,_0x29c9af(U))],vn);let yn=class extends ${constructor(_0x31a1e3,_0x13f769,_0xa8c231,_0x3e8c23,_0x1c2dd5,_0x4cfbd9,_0x353f63,_0x1912e7,_0x24d34e,_0x14e99d,_0x4ebb25,_0x568b1d,_0x37140f,_0x46d9f6,_0x4aa739){const _0xe8cc85=_0x128a93;super(_0x31a1e3,_0xa8c231,_0x13f769,_0x3e8c23,_0x1c2dd5,_0x4cfbd9,_0x353f63,_0x24d34e,_0x14e99d,_0x4ebb25,_0x568b1d,_0x37140f,_0x46d9f6,_0x4aa739),this[_0xe8cc85(0x2d2)]=_0x31a1e3,this[_0xe8cc85(0x2b6)]=_0x13f769,this[_0xe8cc85(0x2c2)]=_0x1912e7;}['_createHandler'](){const _0x295d71=_0x128a93;let _0x29784a=super[_0x295d71(0x157)]();return _0x29784a[_0x295d71(0x35c)]=_0x5b65ed=>this[_0x295d71(0x2c2)][_0x295d71(0x2e4)](_0x5b65ed),_0x29784a;}async[_0x128a93(0x2d4)](){const _0x335e7a=_0x128a93;let _0x154950=await super[_0x335e7a(0x2d4)]();return this[_0x335e7a(0x2ef)](this['_commandService'][_0x335e7a(0x323)]((_0x2dd323,_0x445c85)=>{const _0x5cfcc4=_0x335e7a;if(_0x2dd323[_0x5cfcc4(0x2b6)]!==_0x5ba872[_0x5cfcc4(0x2a2)]||_0x445c85!=null&&_0x445c85['fromCollab']||_0x445c85!=null&&_0x445c85['onlyLocal'])return;let _0x6968c5=_0x2dd323[_0x5cfcc4(0x2dd)];if((_0x6968c5==null?void 0x0:_0x6968c5['unitId'])!==this['unitID'])return;let _0x233ae7=_0x2dd323,_0x2a882d=this[_0x5cfcc4(0x25f)]['interceptor'][_0x5cfcc4(0x38a)](this[_0x5cfcc4(0x25f)]['interceptor'][_0x5cfcc4(0x223)]()[_0x5cfcc4(0x1e1)])([_0x233ae7],this[_0x5cfcc4(0x312)])||[_0x233ae7];this['_onLocalMutation'](_0x2a882d[0x0]);})),_0x154950;}};yn=V([B(0x3,_0x37b5e1(_0x56145d)),B(0x4,_0x37b5e1(_0x2c8338)),B(0x5,_0x37b5e1(_0x5ae389)),B(0x6,_0x37b5e1(_0x41f50e)),B(0x7,_0x37b5e1(Gt)),B(0x8,_0x37b5e1(z)),B(0x9,_0x450b7c),B(0xa,_0x470483),B(0xb,_0x3b4b60),B(0xc,_0x511b30),B(0xd,_0x29c9af(W)),B(0xe,_0x29c9af(U))],yn);let bn=class extends ${constructor(_0x1e5b38,_0x5ef580,_0x30e34b,_0x5d4fef,_0xc39ca5,_0x2e1940,_0x4bb279,_0x1dcb2c,_0xc955d4,_0x1d92c2,_0x31f375,_0x6c50eb,_0x5ea8e5,_0x2cd95b){const _0x1370df=_0x128a93;super(_0x1e5b38,_0x30e34b,_0x5ef580,_0x5d4fef,_0xc39ca5,_0x2e1940,_0x4bb279,_0x1dcb2c,_0xc955d4,_0x1d92c2,_0x31f375,_0x6c50eb,_0x5ea8e5,_0x2cd95b),this[_0x1370df(0x2d2)]=_0x1e5b38,this['type']=_0x5ef580;}async['_init'](){const _0x46b583=_0x128a93;let _0x242067=await super['_init']();return this[_0x46b583(0x2ef)](this[_0x46b583(0x3a7)]['onMutationExecutedForCollab']((_0x244b26,_0x34f8fb)=>{const _0x12961a=_0x46b583;if(_0x244b26['type']!==_0x5ba872[_0x12961a(0x2a2)]||_0x34f8fb!=null&&_0x34f8fb[_0x12961a(0x15a)]||_0x34f8fb!=null&&_0x34f8fb[_0x12961a(0x283)])return;let _0x5bb9e0=_0x244b26[_0x12961a(0x2dd)];if((_0x5bb9e0==null?void 0x0:_0x5bb9e0['unitId'])!==this['unitID'])return;let _0x124f70=_0x244b26,_0x30de37=this['_compressMutationService']['interceptor']['fetchThroughInterceptors'](this[_0x12961a(0x25f)][_0x12961a(0x1d0)][_0x12961a(0x223)]()[_0x12961a(0x1e1)])([_0x124f70],this[_0x12961a(0x312)])||[_0x124f70];this[_0x12961a(0x177)](_0x30de37[0x0]);})),_0x242067;}};bn=V([B(0x3,_0x37b5e1(_0x56145d)),B(0x4,_0x37b5e1(_0x2c8338)),B(0x5,_0x37b5e1(_0x5ae389)),B(0x6,_0x37b5e1(_0x41f50e)),B(0x7,_0x37b5e1(z)),B(0x8,_0x450b7c),B(0x9,_0x470483),B(0xa,_0x3b4b60),B(0xb,_0x511b30),B(0xc,_0x29c9af(W)),B(0xd,_0x29c9af(U))],bn);let xn=class extends ${constructor(_0x3370f3,_0x358c5a,_0x2f7b09,_0x3ccd87,_0x5e0221,_0x2fac49,_0x39522b,_0x5dc7ce,_0x55fa50,_0x444830,_0x252bf,_0x21b8f5,_0x3b96e3,_0x394b17){const _0xbb7f9f=_0x128a93;super(_0x3370f3,_0x2f7b09,_0x358c5a,_0x3ccd87,_0x5e0221,_0x2fac49,_0x39522b,_0x5dc7ce,_0x55fa50,_0x444830,_0x252bf,_0x21b8f5,_0x3b96e3,_0x394b17),this[_0xbb7f9f(0x2d2)]=_0x3370f3,this['type']=_0x358c5a;}async[_0x128a93(0x2d4)](){const _0x22215f=_0x128a93;let _0x3a3e40=await super['_init']();return this[_0x22215f(0x2ef)](this[_0x22215f(0x3a7)][_0x22215f(0x323)]((_0x1c1ae7,_0x4c7b7a)=>{const _0x115a68=_0x22215f;if(_0x1c1ae7['type']!==_0x5ba872['MUTATION']||_0x4c7b7a!=null&&_0x4c7b7a[_0x115a68(0x15a)]||_0x4c7b7a!=null&&_0x4c7b7a[_0x115a68(0x283)])return;let _0x1e61db=_0x1c1ae7['params'];if((_0x1e61db==null?void 0x0:_0x1e61db[_0x115a68(0x285)])!==this[_0x115a68(0x2d2)])return;let _0x508ac9=_0x1c1ae7,_0x5c31d1=this[_0x115a68(0x25f)][_0x115a68(0x1d0)][_0x115a68(0x38a)](this[_0x115a68(0x25f)][_0x115a68(0x1d0)][_0x115a68(0x223)]()[_0x115a68(0x1e1)])([_0x508ac9],this['_univerInstanceService'])||[_0x508ac9];this[_0x115a68(0x177)](_0x5c31d1[0x0]);})),_0x3a3e40;}};xn=V([B(0x3,_0x37b5e1(_0x56145d)),B(0x4,_0x37b5e1(_0x2c8338)),B(0x5,_0x37b5e1(_0x5ae389)),B(0x6,_0x37b5e1(_0x41f50e)),B(0x7,_0x37b5e1(z)),B(0x8,_0x450b7c),B(0x9,_0x470483),B(0xa,_0x3b4b60),B(0xb,_0x511b30),B(0xc,_0x29c9af(W)),B(0xd,_0x29c9af(U))],xn);const Sn=_0xd7efb5('univer-pro.collaboration-client.network-condition.service');function Cn(_0xc040d6){const _0x413fd1=_0x128a93;let _0x5a988c=_0xc040d6['data'],_0x5d6bda=JSON['parse'](_0x5a988c);switch(_0x5d6bda[_0x413fd1(0x17b)]){case _0x10f422[_0x413fd1(0x38d)]:case _0x10f422['HELLO']:{let _0x44bd6f=_0x5d6bda[_0x413fd1(0x2fc)];return{..._0x5d6bda,'data':_0x44bd6f,'cmd':_0x5d6bda['cmd']};}case _0x10f422['JOIN']:{let _0x530b8d=_0x5d6bda[_0x413fd1(0x331)];return{..._0x5d6bda,'data':_0x530b8d,'cmd':_0x5d6bda[_0x413fd1(0x17b)]};}case _0x10f422['RECV']:{let _0x4b2cfb=_0x5d6bda[_0x413fd1(0x1e9)];switch(_0x4b2cfb[_0x413fd1(0x2b7)]){case _0x17c782[_0x413fd1(0x315)]:var _0x5b414b;return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':(_0x5b414b=_0x4b2cfb[_0x413fd1(0x2d9)])==null?void 0x0:_0x5b414b['cs']},'cmd':_0x5d6bda['cmd']};case _0x17c782[_0x413fd1(0x3bb)]:var _0x3e5a18;return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':(_0x3e5a18=_0x4b2cfb[_0x413fd1(0x265)])==null?void 0x0:_0x3e5a18['cs']},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782[_0x413fd1(0x2d8)]:var _0x1c7fb2;return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':(_0x1c7fb2=_0x4b2cfb[_0x413fd1(0x1f9)])==null?void 0x0:_0x1c7fb2['cs']},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782[_0x413fd1(0x383)]:var _0xd3958c;return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':(_0xd3958c=_0x4b2cfb[_0x413fd1(0x246)])==null?void 0x0:_0xd3958c['cs']},'cmd':_0x5d6bda['cmd']};case _0x17c782[_0x413fd1(0x377)]:var _0x59876c;return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':(_0x59876c=_0x4b2cfb[_0x413fd1(0x22b)])==null?void 0x0:_0x59876c['cs']},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782[_0x413fd1(0x22d)]:return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':_0x4b2cfb[_0x413fd1(0x1f5)]},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782[_0x413fd1(0x14e)]:return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':_0x4b2cfb[_0x413fd1(0x347)]},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782['USERS_LEAVE']:return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':_0x4b2cfb['leaveEvent']},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782[_0x413fd1(0x330)]:return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':_0x4b2cfb['liveShareNewHost']},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782[_0x413fd1(0x28d)]:case _0x17c782[_0x413fd1(0x213)]:return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':_0x4b2cfb['liveShareOperation']},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782['LIVESHARE_TERMINATE']:return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':_0x4b2cfb[_0x413fd1(0x188)]},'cmd':_0x5d6bda['cmd']};case _0x17c782['MSG_FOR_ERROR']:return{..._0x5d6bda,'data':_0x4b2cfb,'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782[_0x413fd1(0x3be)]:return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':_0x4b2cfb[_0x413fd1(0x36a)]},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782[_0x413fd1(0x3a8)]:return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':_0x4b2cfb[_0x413fd1(0x1d4)]},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782['SHOULD_CLOSE_CONN']:return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':_0x4b2cfb[_0x413fd1(0x18a)]},'cmd':_0x5d6bda[_0x413fd1(0x17b)]};case _0x17c782[_0x413fd1(0x293)]:return{..._0x5d6bda,'data':{..._0x4b2cfb,'data':_0x4b2cfb['uniscriptRunEvent']},'cmd':_0x5d6bda['cmd']};default:return _0x5d6bda;}}default:return _0x5d6bda;}}function wn(_0x18c91b){const _0x4fa9c7=_0x128a93;switch(_0x18c91b[_0x4fa9c7(0x17b)]){case _0x10f422[_0x4fa9c7(0x38d)]:case _0x10f422[_0x4fa9c7(0x294)]:return JSON[_0x4fa9c7(0x297)]({'cmd':_0x18c91b['cmd'],'routeKey':_0x18c91b[_0x4fa9c7(0x2b2)]});case _0x10f422[_0x4fa9c7(0x31d)]:{let _0x17e4c7;switch(_0x18c91b[_0x4fa9c7(0x204)][_0x4fa9c7(0x2b7)]){case _0x17c782['UPDATE_CURSOR']:_0x17e4c7={'eventID':_0x17c782[_0x4fa9c7(0x22d)],'updateCursorEvent':_0x18c91b[_0x4fa9c7(0x204)][_0x4fa9c7(0x204)]};break;case _0x17c782[_0x4fa9c7(0x310)]:_0x17e4c7={'eventID':_0x17c782['USERS_LEAVE'],'leaveEvent':_0x18c91b[_0x4fa9c7(0x204)]['data']};break;case _0x17c782[_0x4fa9c7(0x14e)]:_0x17e4c7={'eventID':_0x17c782[_0x4fa9c7(0x14e)],'joinEvent':_0x18c91b['data'][_0x4fa9c7(0x204)]};break;case _0x17c782[_0x4fa9c7(0x330)]:_0x17e4c7={'eventID':_0x17c782[_0x4fa9c7(0x330)],'liveShareNewHost':_0x18c91b[_0x4fa9c7(0x204)][_0x4fa9c7(0x204)]};break;case _0x17c782[_0x4fa9c7(0x213)]:_0x17e4c7={'eventID':_0x17c782[_0x4fa9c7(0x213)],'liveShareOperation':_0x18c91b['data'][_0x4fa9c7(0x204)]};break;case _0x17c782['LIVESHARE_TERMINATE']:_0x17e4c7={'eventID':_0x17c782[_0x4fa9c7(0x38c)],'liveShareTerminate':_0x18c91b[_0x4fa9c7(0x204)][_0x4fa9c7(0x204)]};break;case _0x17c782[_0x4fa9c7(0x390)]:_0x17e4c7={'eventID':_0x17c782[_0x4fa9c7(0x390)],'liveShareRequestHost':_0x18c91b[_0x4fa9c7(0x204)][_0x4fa9c7(0x204)]};break;case _0x17c782['LIVESHARE_FETCH_OPERATIONS']:_0x17e4c7={'eventID':_0x17c782[_0x4fa9c7(0x28d)]};break;default:_0x17e4c7={'eventID':_0x18c91b['data'][_0x4fa9c7(0x2b7)]};}return JSON['stringify']({'cmd':_0x18c91b[_0x4fa9c7(0x17b)],'routeKey':_0x18c91b[_0x4fa9c7(0x2b2)],'collaMsg':_0x17e4c7});}case _0x10f422[_0x4fa9c7(0x1ea)]:return JSON[_0x4fa9c7(0x297)]({'cmd':_0x18c91b['cmd'],'routeKey':_0x18c91b[_0x4fa9c7(0x2b2)],'joinReq':_0x18c91b['data']});case _0x10f422[_0x4fa9c7(0x237)]:return JSON[_0x4fa9c7(0x297)]({'cmd':_0x18c91b[_0x4fa9c7(0x17b)],'routeKey':_0x18c91b[_0x4fa9c7(0x2b2)],'leaveReq':_0x18c91b['data']});default:throw Error(_0x4fa9c7(0x243));}}const Tn=_0xd7efb5('univer-pro.collaboration-client-socket-service');function En(_0x4f8947,_0x3d42e4,_0x4ffe2a){const _0x55dea3=_0x128a93;return _0x4f8947+'/'+_0x3d42e4+'/unit/'+_0x4ffe2a+_0x55dea3(0x1c3);}let Dn=class extends _0x403d15{constructor(_0x12a24b,_0x5b5ada,_0x57432f,_0x35fbfd,_0x2234da){const _0xa3ac23=_0x128a93;super(),this['_injector']=_0x12a24b,this[_0xa3ac23(0x261)]=_0x5b5ada,this[_0xa3ac23(0x280)]=_0x57432f,this[_0xa3ac23(0x346)]=_0x35fbfd,this['_snapshotServerService']=_0x2234da;}['_doCreateSocket'](_0x1c15d0){const _0x16b3e3=_0x128a93;let _0x34ef02=this[_0x16b3e3(0x349)][_0x16b3e3(0x2f1)](_0x4f0a93);if(!_0x34ef02)throw Error(_0x16b3e3(0x144));let _0x284e49=_0x34ef02[_0x16b3e3(0x1b5)](_0x1c15d0);if(!_0x284e49)throw Error(_0x16b3e3(0x3d5));let _0x595179=new _0x201dd7(),_0x1cb4b9=new _0x10b8bf();_0x595179[_0x16b3e3(0x159)](_0x284e49[_0x16b3e3(0x148)][_0x16b3e3(0x1eb)](_0x4838fb=>_0x1cb4b9[_0x16b3e3(0x1d9)](_0x4838fb))),_0x595179[_0x16b3e3(0x159)](_0x2296ca(()=>_0x1cb4b9['complete']()));let _0x1321df=new _0x10b8bf();_0x595179[_0x16b3e3(0x159)](_0x284e49[_0x16b3e3(0x277)][_0x16b3e3(0x1eb)](_0x25d268=>_0x1321df[_0x16b3e3(0x1d9)](_0x25d268))),_0x595179['add'](_0x2296ca(()=>_0x1321df['complete']()));let _0x287592=new _0x10b8bf();_0x595179[_0x16b3e3(0x159)](_0x284e49[_0x16b3e3(0x3bd)][_0x16b3e3(0x1eb)](_0x5ee89d=>{const _0x4a116f=_0x16b3e3;let _0x277ac0=Cn(_0x5ee89d);_0x287592[_0x4a116f(0x1d9)](_0x277ac0);})),_0x595179[_0x16b3e3(0x159)](_0x2296ca(()=>_0x287592[_0x16b3e3(0x320)]()));let _0x46fc39,_0x26e562=()=>{const _0x316cec=_0x16b3e3;_0x1321df[_0x316cec(0x1d9)](new Event(_0x316cec(0x3a3))),_0x1cb4b9[_0x316cec(0x1d9)](new Event(_0x316cec(0x3a3))),_0x46fc39['close']();};return _0x46fc39={'memberID':'','close$':_0x1cb4b9[_0x16b3e3(0x1a1)](),'error$':_0x1321df['asObservable'](),'open$':_0x284e49[_0x16b3e3(0x2d7)],'message$':_0x287592[_0x16b3e3(0x1a1)](),'send':_0x326e28=>{const _0x4b396b=_0x16b3e3;if(_0x326e28[_0x4b396b(0x17b)]===_0x10f422[_0x4b396b(0x31d)]){if(_0x326e28[_0x4b396b(0x204)]['eventID']===_0x17c782[_0x4b396b(0x328)]){this[_0x4b396b(0x195)](_0x46fc39,_0x326e28[_0x4b396b(0x204)])[_0x4b396b(0x296)](_0x66e5b4=>{const _0x1272d6=_0x4b396b;this[_0x1272d6(0x346)][_0x1272d6(0x22c)](_0x66e5b4),_0x26e562();});return;}if(_0x326e28[_0x4b396b(0x204)][_0x4b396b(0x2b7)]===_0x17c782[_0x4b396b(0x24f)]){let _0x2e5766=_0x326e28[_0x4b396b(0x204)];this['_fetchMissChangesets'](_0x2e5766)[_0x4b396b(0x2fd)](_0x57bc7e=>{const _0x1c3e9b=_0x4b396b;_0x287592['next']({'cmd':_0x10f422[_0x1c3e9b(0x1fb)],'code':_0x38a2c1['OK'],'routeKey':_0x2e5766['data'][_0x1c3e9b(0x2d2)],'routeType':'','data':{'eventID':_0x17c782['PSEUDO_FETCH_MISSING_RESULT'],'data':{'changesets':_0x57bc7e}}});})[_0x4b396b(0x296)](_0x497ba6=>{const _0x2831e3=_0x4b396b;this[_0x2831e3(0x346)][_0x2831e3(0x22c)](_0x497ba6),_0x26e562();});return;}}_0x284e49[_0x4b396b(0x317)](wn(_0x326e28));},'close':()=>{const _0x39c271=_0x16b3e3;_0x284e49['close'](),_0x595179[_0x39c271(0x358)]();}},_0x46fc39;}async['_submitChangeset'](_0x218a68,_0xe13a87){const _0x261ee3=_0x128a93;var _0x699004;let {unitType:_0x4b5cab,unitID:_0x3ec13c,changeset:_0x348dd3}=_0xe13a87[_0x261ee3(0x204)],_0xab524c={'unitID':_0x3ec13c,'memberID':_0x218a68[_0x261ee3(0x329)],'type':_0x4b5cab,'changeset':_0x1d83e7(_0x348dd3)},_0x24fd8c=this[_0x261ee3(0x280)][_0x261ee3(0x1bc)](L),_0xa94225=En((_0x699004=_0x24fd8c==null?void 0x0:_0x24fd8c[_0x261ee3(0x1aa)])==null?_0x261ee3(0x3c2):_0x699004,_0x4b5cab,_0x3ec13c);try{await this[_0x261ee3(0x261)]['post'](_0xa94225,{'body':_0xab524c});}catch(_0x1e1307){throw this[_0x261ee3(0x346)][_0x261ee3(0x22c)](_0x261ee3(0x342),_0x261ee3(0x2f3)),_0x1e1307;}}async[_0x128a93(0x2f4)](_0x251b3d){const _0x2147f5=_0x128a93;let {unitID:_0x315723,from:_0x5a687d,to:_0xeb1e10,unitType:_0x392e42}=_0x251b3d[_0x2147f5(0x204)];return(await this['_snapshotServerService'][_0x2147f5(0x36d)]({'metadata':void 0x0},{'unitID':_0x315723,'type':_0x392e42,'from':_0x5a687d,'to':_0xeb1e10}))['changesets'][_0x2147f5(0x24e)](_0x33bd59=>((_0x33bd59['mutations']===null||_0x33bd59[_0x2147f5(0x36c)]===void 0x0)&&(_0x33bd59[_0x2147f5(0x36c)]=[]),_0x33bd59));}};Dn=V([B(0x0,_0x37b5e1(_0x56145d)),B(0x1,_0x37b5e1(_0x1fd0e9)),B(0x2,_0x46ffbd),B(0x3,_0x470483),B(0x4,_0x308163)],Dn);const On=_0xd7efb5(_0x128a93(0x378));function kn(_0x3befc8={}){const _0x35829f=_0x128a93;return _0x3befc8[_0x35829f(0x39c)]?{'resolveUnit':_0x3befc8['resolveUnit']}:{'resolveUnit':_0x3c53a9=>({'target':{'unitId':_0x3c53a9['unitId'],'unitType':_0x3c53a9[_0x35829f(0x1ac)]}})};}function An(_0x17e6db,_0x5adaf2,_0x4be4f5){const _0x43f334=_0x128a93;var _0x96561c;let _0x446c73=_0x4be4f5[_0x43f334(0x348)][_0x43f334(0x351)];if(_0x446c73!=null&&_0x446c73[_0x43f334(0x396)]()==='')throw Error('COLLABORATION_ENDPOINT_INVALID');if(!_0x4be4f5['target'][_0x43f334(0x285)])throw Error(_0x43f334(0x149));return{'localUnitId':_0x17e6db,'unitType':_0x5adaf2,'target':{'endpoint':_0x446c73,'unitId':_0x4be4f5[_0x43f334(0x348)][_0x43f334(0x285)],'unitType':(_0x96561c=_0x4be4f5['target'][_0x43f334(0x1ac)])==null?_0x5adaf2:_0x96561c},'changeset':_0x4be4f5[_0x43f334(0x3b0)]};}let jn=class extends _0x403d15{constructor(_0x4b3901,_0x2198f5,_0x201819,_0x4a516f,_0x4da80d,_0x3d626c,_0x3123bc){const _0x2b6d7e=_0x128a93;super(),this['_injector']=_0x4b3901,this['_logService']=_0x2198f5,this[_0x2b6d7e(0x280)]=_0x201819,this['_socketService']=_0x4a516f,this[_0x2b6d7e(0x30c)]=_0x4da80d,this[_0x2b6d7e(0x389)]=_0x3d626c,this[_0x2b6d7e(0x27c)]=_0x3123bc,R(this,_0x2b6d7e(0x3d7),new Map()),R(this,_0x2b6d7e(0x299),new Map()),R(this,_0x2b6d7e(0x37c),new Map()),R(this,'_socketChannels',new Map()),R(this,'socket$',this[_0x2b6d7e(0x3a9)](void 0x0)['socket$'][_0x2b6d7e(0x1a1)]()),R(this,_0x2b6d7e(0x2b3),new _0x4e690d(0x0)),R(this,_0x2b6d7e(0x3b1),this[_0x2b6d7e(0x2b3)]['asObservable']()),this['_listenToNetworkCondition']();}[_0x128a93(0x1f7)](){const _0x38c647=_0x128a93;this[_0x38c647(0x27c)]&&this[_0x38c647(0x2ef)](this['_networkConditionService']['online$'][_0x38c647(0x1eb)](_0x38e5ed=>{const _0x5e5d58=_0x38c647;_0x38e5ed&&this[_0x5e5d58(0x25c)](),_0x38e5ed||this[_0x5e5d58(0x1b1)][_0x5e5d58(0x3b6)](_0x162cc2=>this[_0x5e5d58(0x182)](_0x162cc2));}));}[_0x128a93(0x358)](){const _0x2f0a48=_0x128a93;super[_0x2f0a48(0x358)](),this[_0x2f0a48(0x1b1)][_0x2f0a48(0x3b6)](_0x43159b=>{const _0x3c62e4=_0x2f0a48;var _0xcfaaf5,_0x545df4;(_0xcfaaf5=_0x43159b['socketMessageSubscription'])==null||_0xcfaaf5[_0x3c62e4(0x3b9)](),_0x43159b[_0x3c62e4(0x31f)]=null,this['_clearRetryConnectingTimer'](_0x43159b),this[_0x3c62e4(0x1a0)](_0x43159b),this[_0x3c62e4(0x19e)](_0x43159b),(_0x545df4=_0x43159b[_0x3c62e4(0x2a8)][_0x3c62e4(0x1a9)]())==null||_0x545df4[_0x3c62e4(0x2b0)](),_0x43159b[_0x3c62e4(0x2a8)]['complete']();}),this[_0x2f0a48(0x1b1)][_0x2f0a48(0x24a)](),this['_sessions'][_0x2f0a48(0x3b6)](_0x3cdeb9=>_0x3cdeb9[_0x2f0a48(0x358)]()),this['_sessions'][_0x2f0a48(0x24a)](),this['_sessionChannels']['clear'](),this[_0x2f0a48(0x2b3)][_0x2f0a48(0x320)]();}async[_0x128a93(0x1b0)](_0x21dc43,_0x428f1c){const _0x2af588=_0x128a93;if(this[_0x2af588(0x3d7)][_0x2af588(0x3cd)](_0x21dc43))return this[_0x2af588(0x3d7)][_0x2af588(0x2f1)](_0x21dc43);let _0x2a355d=this[_0x2af588(0x299)][_0x2af588(0x2f1)](_0x21dc43);if(_0x2a355d)return _0x2a355d;let _0x191a23=this[_0x2af588(0x219)](_0x21dc43,_0x428f1c);this['_pendingSessions'][_0x2af588(0x225)](_0x21dc43,_0x191a23);try{return await _0x191a23;}finally{this[_0x2af588(0x299)][_0x2af588(0x1ff)](_0x21dc43);}}async[_0x128a93(0x219)](_0x3b5e20,_0x58835e){const _0x44e99a=_0x128a93;let _0x5a49b4=await this[_0x44e99a(0x15e)](_0x3b5e20,_0x58835e),_0x26f0e6=this['_getSocketChannel'](_0x5a49b4[_0x44e99a(0x348)][_0x44e99a(0x351)]);this[_0x44e99a(0x1ae)](_0x26f0e6);let _0x2b10be=this[_0x44e99a(0x349)][_0x44e99a(0x279)](Ht,_0x5a49b4,_0x26f0e6[_0x44e99a(0x2a8)][_0x44e99a(0x1a1)]());return this[_0x44e99a(0x3d7)][_0x44e99a(0x225)](_0x3b5e20,_0x2b10be),this[_0x44e99a(0x37c)][_0x44e99a(0x225)](_0x3b5e20,_0x26f0e6[_0x44e99a(0x388)]),_0x2b10be;}[_0x128a93(0x2b9)](_0x1db69a){const _0x402af4=_0x128a93;let _0x37b395=this[_0x402af4(0x3d7)]['get'](_0x1db69a),_0xfc79eb=this[_0x402af4(0x37c)][_0x402af4(0x2f1)](_0x1db69a);if(_0x37b395&&(this[_0x402af4(0x3d7)][_0x402af4(0x1ff)](_0x1db69a),this['_sessionChannels'][_0x402af4(0x1ff)](_0x1db69a),_0x37b395[_0x402af4(0x2b0)]()),_0xfc79eb&&!this[_0x402af4(0x23b)](_0xfc79eb)){var _0x51505b;let _0x426f31=this[_0x402af4(0x1b1)]['get'](_0xfc79eb);_0x426f31==null||(_0x51505b=_0x426f31[_0x402af4(0x2a8)][_0x402af4(0x1a9)]())==null||_0x51505b[_0x402af4(0x2b0)]();}}[_0x128a93(0x25c)](){const _0x3e14b3=_0x128a93;(this[_0x3e14b3(0x1b1)][_0x3e14b3(0x2d6)]?[...this['_socketChannels'][_0x3e14b3(0x1c7)]()]:[this['_getSocketChannel'](void 0x0)])[_0x3e14b3(0x3b6)](_0x1a08bb=>{const _0x501d84=_0x3e14b3;_0x1a08bb[_0x501d84(0x17f)]=0x0,this['_clearRetryConnectingTimer'](_0x1a08bb),this[_0x501d84(0x30f)](_0x1a08bb);});}[_0x128a93(0x18b)](_0x575709){const _0x13f505=_0x128a93;_0x575709[_0x13f505(0x37e)]!=null&&(clearTimeout(_0x575709[_0x13f505(0x37e)]),_0x575709[_0x13f505(0x37e)]=null);}async['_createSocket'](_0x404055){const _0x4f16ac=_0x128a93;var _0x1a81de,_0x366d14;let _0xeb0e8a=this[_0x4f16ac(0x280)][_0x4f16ac(0x1bc)](L),_0x54dcb0=(_0x1a81de=(_0x366d14=_0x404055[_0x4f16ac(0x351)])==null?_0xeb0e8a==null?void 0x0:_0xeb0e8a['collabWebSocketUrl']:_0x366d14)==null?mt:_0x1a81de,_0x2d1634=await this['_socketService'][_0x4f16ac(0x1b5)](_0x54dcb0);return _0x404055['candidateSocket']=_0x2d1634,_0x2d1634;}async[_0x128a93(0x1ae)](_0x37f35b){const _0x1f3e70=_0x128a93;try{var _0x48717a,_0x512d0d;let _0x56ff7b=(_0x48717a=(_0x512d0d=_0x37f35b[_0x1f3e70(0x2a8)][_0x1f3e70(0x1a9)]())==null?_0x37f35b['candidateSocket']:_0x512d0d)==null?await this[_0x1f3e70(0x229)](_0x37f35b):_0x48717a;if(_0x56ff7b){var _0x1808b3;let _0x5d6a88=_0x56ff7b['send'];_0x56ff7b[_0x1f3e70(0x317)]=_0x314c0b=>(_0x314c0b[_0x1f3e70(0x17b)]!==_0x10f422[_0x1f3e70(0x237)]&&this[_0x1f3e70(0x186)](_0x37f35b),_0x5d6a88['apply'](_0x56ff7b,[_0x314c0b])),(_0x1808b3=_0x37f35b[_0x1f3e70(0x31f)])==null||_0x1808b3[_0x1f3e70(0x3b9)](),_0x37f35b[_0x1f3e70(0x31f)]=null,_0x37f35b['socketMessageSubscription']=_0x56ff7b[_0x1f3e70(0x3bd)][_0x1f3e70(0x1eb)](_0x2ceb12=>this[_0x1f3e70(0x2e6)](_0x37f35b,_0x56ff7b,_0x2ceb12)),_0x56ff7b[_0x1f3e70(0x277)][_0x1f3e70(0x190)](_0x250149(0x1))[_0x1f3e70(0x1eb)](_0x180b31=>this['_logService']['error'](_0x1f3e70(0x3d1),_0x180b31)),_0x56ff7b[_0x1f3e70(0x2d7)][_0x1f3e70(0x190)](_0x250149(0x1))['subscribe'](()=>{const _0x541b48=_0x1f3e70;this[_0x541b48(0x17a)](_0x37f35b,_0x56ff7b);}),_0x56ff7b['close$']['pipe'](_0x250149(0x1))[_0x1f3e70(0x1eb)](_0xde8964=>{const _0x80aa3f=_0x1f3e70;this['_logService']['debug'](_0x80aa3f(0x17e),_0x80aa3f(0x23d),_0xde8964),this['_onConnectionFailed'](_0x37f35b);});}}catch(_0xf47468){this['_logService']['error'](_0xf47468),this[_0x1f3e70(0x15d)](_0x37f35b);}}[_0x128a93(0x17a)](_0x1c8df9,_0x4f1afc){const _0x92fa72=_0x128a93;this[_0x92fa72(0x346)]['debug'](_0x92fa72(0x17e),_0x92fa72(0x167)),_0x4f1afc['send']({'cmd':_0x10f422[_0x92fa72(0x294)]}),this[_0x92fa72(0x186)](_0x1c8df9);}[_0x128a93(0x182)](_0x5d5372){const _0x50d036=_0x128a93;_0x5d5372[_0x50d036(0x230)]=!0x1,_0x5d5372['candidateSocket']=null,this[_0x50d036(0x2b3)][_0x50d036(0x1d9)](0x2),_0x5d5372[_0x50d036(0x2a8)][_0x50d036(0x1d9)](null),this[_0x50d036(0x1a0)](_0x5d5372),this[_0x50d036(0x19e)](_0x5d5372);}[_0x128a93(0x15d)](_0x4dfb74){const _0x3657af=_0x128a93;var _0x57f136;this['_onOffline'](_0x4dfb74),this['_hasSessionsForEndpoint'](_0x4dfb74[_0x3657af(0x388)])&&(_0x4dfb74[_0x3657af(0x17f)]<((_0x57f136=this['_configService'][_0x3657af(0x1bc)](_0x3657af(0x271)))==null?0x3:_0x57f136)?(this[_0x3657af(0x30c)][_0x3657af(0x173)]({'id':'SOCKET_FAILED_RETRY'}),this[_0x3657af(0x30f)](_0x4dfb74)):this['_collaborationUIEventService'][_0x3657af(0x173)]({'id':'SOCKET_FAILED'}));}[_0x128a93(0x30f)](_0x269e7c){const _0x15c860=_0x128a93;var _0x55e4f3;let _0x2734b9=_0x269e7c[_0x15c860(0x17f)],_0x682cc6=this[_0x15c860(0x280)][_0x15c860(0x1bc)](L),_0x3807e0=_0x2734b9===0x0?0x0:((_0x55e4f3=_0x682cc6==null?void 0x0:_0x682cc6['retryConnectingInterval'])==null?0x4e20:_0x55e4f3)*0x2**_0x2734b9;_0x269e7c['retryConnectingTimer']=setTimeout(()=>{const _0xb75431=_0x15c860;clearTimeout(_0x269e7c[_0xb75431(0x37e)]),_0x269e7c['retryConnectingTimer']=null,this['_tryEnsureSocket'](_0x269e7c);},_0x3807e0),_0x269e7c['retryCount']+=0x1;}async['_resolveSessionIdentity'](_0x32e34a,_0xa437e1){const _0x41802c=_0x128a93;return An(_0x32e34a,_0xa437e1,await this[_0x41802c(0x389)][_0x41802c(0x39c)]({'unitId':_0x32e34a,'unitType':_0xa437e1}));}[_0x128a93(0x2e6)](_0x107b5a,_0x1916bd,_0x7759fe){const _0x762140=_0x128a93;let {cmd:_0x571105}=_0x7759fe;_0x571105===_0x10f422[_0x762140(0x294)]&&!_0x107b5a['socketReady']&&(_0x1916bd['memberID']=_0x7759fe['data']['memberID'],_0x107b5a['socket$'][_0x762140(0x1d9)](_0x1916bd),this[_0x762140(0x2b3)][_0x762140(0x1d9)](0x3),_0x107b5a['socketReady']=!0x0,_0x107b5a[_0x762140(0x291)]=null),_0x571105===_0x10f422[_0x762140(0x38d)]&&this[_0x762140(0x1a0)](_0x107b5a),this[_0x762140(0x186)](_0x107b5a);}[_0x128a93(0x23b)](_0x3854ca){const _0x42250f=_0x128a93;return[...this[_0x42250f(0x37c)][_0x42250f(0x1c7)]()][_0x42250f(0x233)](_0x1ae148=>_0x1ae148===_0x3854ca);}[_0x128a93(0x3a9)](_0x193740){const _0x4421e5=_0x128a93;let _0x556416=_0x193740==null?'':_0x193740,_0x382f66=this[_0x4421e5(0x1b1)][_0x4421e5(0x2f1)](_0x556416);if(_0x382f66)return _0x382f66;let _0x1932be={'endpointKey':_0x556416,'endpoint':_0x193740,'socket$':new _0x4e690d(void 0x0),'candidateSocket':null,'socketReady':!0x1,'socketMessageSubscription':null,'retryConnectingTimer':null,'retryCount':0x0,'sendHeartbeatTimer':null,'timeoutTimer':null};return this[_0x4421e5(0x1b1)][_0x4421e5(0x225)](_0x556416,_0x1932be),_0x1932be;}['_rescheduleHeartbeat'](_0x293611){const _0x50efc1=_0x128a93;var _0x4287bc;this[_0x50efc1(0x19e)](_0x293611),_0x293611[_0x50efc1(0x31c)]=setTimeout(()=>this[_0x50efc1(0x16b)](_0x293611),(_0x4287bc=this[_0x50efc1(0x280)]['getConfig'](_0x50efc1(0x257)))==null?0x7530:_0x4287bc);}['_sendHeartbeat'](_0x4ef1b9){const _0x50c985=_0x128a93;_0x4ef1b9['socket$'][_0x50c985(0x1a9)]()[_0x50c985(0x317)]({'cmd':_0x10f422[_0x50c985(0x38d)]}),this['_waitForHeartbeatResponse'](_0x4ef1b9);}[_0x128a93(0x376)](_0x546c23){const _0x2e8adc=_0x128a93;var _0x16296a;_0x546c23[_0x2e8adc(0x2b8)]=setTimeout(()=>this[_0x2e8adc(0x15d)](_0x546c23),(_0x16296a=this[_0x2e8adc(0x280)][_0x2e8adc(0x1bc)](_0x2e8adc(0x1b3)))==null?vt:_0x16296a);}[_0x128a93(0x19e)](_0x5d596f){const _0x2c9f5d=_0x128a93;_0x5d596f[_0x2c9f5d(0x31c)]!=null&&(clearTimeout(_0x5d596f['sendHeartbeatTimer']),_0x5d596f[_0x2c9f5d(0x31c)]=null);}[_0x128a93(0x1a0)](_0xfd1b3){const _0x23ecae=_0x128a93;_0xfd1b3[_0x23ecae(0x2b8)]!=null&&(clearTimeout(_0xfd1b3[_0x23ecae(0x2b8)]),_0xfd1b3[_0x23ecae(0x2b8)]=null);}};jn=V([B(0x0,_0x37b5e1(_0x56145d)),B(0x1,_0x470483),B(0x2,_0x46ffbd),B(0x3,Tn),B(0x4,_0x37b5e1(z)),B(0x5,On),B(0x6,_0x29c9af(Sn))],jn);let Mn=class extends _0x738f09{constructor(_0x439304,_0x431e39,_0xb448f6,_0x218e18){const _0x450a47=_0x128a93;var _0x1bb29a;super(),this[_0x450a47(0x349)]=_0x439304,this[_0x450a47(0x37d)]=_0x431e39,this[_0x450a47(0x280)]=_0xb448f6,this[_0x450a47(0x312)]=_0x218e18,R(this,'_entities',new Map()),R(this,_0x450a47(0x255),new _0x10b8bf()),R(this,'entityInit$',this['_entityInit$'][_0x450a47(0x1a1)]()),((_0x1bb29a=this[_0x450a47(0x280)][_0x450a47(0x1bc)](_0x450a47(0x14b)))==null?void 0x0:_0x1bb29a[_0x450a47(0x287)])!==!0x1&&this[_0x450a47(0x2d4)]();}[_0x128a93(0x358)](){const _0x51245a=_0x128a93;super['dispose'](),this['_entities']['forEach'](_0x387151=>_0x387151[_0x51245a(0x358)]()),this['_entities'][_0x51245a(0x24a)]();}[_0x128a93(0x2ba)](_0x3bd1b9){const _0x16cb50=_0x128a93;var _0x3b3612;return(_0x3b3612=this[_0x16cb50(0x1db)][_0x16cb50(0x2f1)](_0x3bd1b9))==null?null:_0x3b3612;}['getCollabEntity$'](_0x25d9cf){const _0x3df1fe=_0x128a93;let _0x4ec2f9=this['getCollabEntity'](_0x25d9cf);return _0x4ec2f9?_0x66fadd(_0x4ec2f9):this[_0x3df1fe(0x255)][_0x3df1fe(0x190)](_0x3784e6(_0x17e380=>_0x17e380[_0x3df1fe(0x2d2)]===_0x25d9cf));}[_0x128a93(0x2a7)](_0x17863f){const _0x381fd2=_0x128a93;return _0x23f22b(this[_0x381fd2(0x218)](_0x17863f)[_0x381fd2(0x190)](_0xcf767d(()=>void 0x0)));}[_0x128a93(0x2d4)](){const _0x569383=_0x128a93;this[_0x569383(0x312)][_0x569383(0x227)](_0x61571e[_0x569383(0x146)])[_0x569383(0x190)](_0x138428(this[_0x569383(0x245)]),_0x6221fb(0x10))[_0x569383(0x1eb)](async _0x5dd8ba=>{const _0x23ceab=_0x569383;let _0x11a097=_0x5dd8ba[_0x23ceab(0x24b)][_0x23ceab(0x3ac)](),_0x26660c=await this['_startCollaboration'](_0x11a097,_0x61571e[_0x23ceab(0x146)]);this[_0x23ceab(0x1db)][_0x23ceab(0x225)](_0x11a097,_0x26660c);}),this[_0x569383(0x312)][_0x569383(0x227)](_0x61571e['UNIVER_DOC'])['pipe'](_0x138428(this[_0x569383(0x245)]),_0x6221fb(0x10))[_0x569383(0x190)](_0x3784e6(_0x42a4c1=>!_0x42a4c1['unit']['getUnitId']()['startsWith']('__')))[_0x569383(0x1eb)](async _0x542aff=>{const _0x3b08a5=_0x569383;let _0x33c955=_0x542aff[_0x3b08a5(0x24b)]['getUnitId'](),_0x34e86a=await this[_0x3b08a5(0x28f)](_0x33c955,_0x61571e[_0x3b08a5(0x306)]);this[_0x3b08a5(0x1db)][_0x3b08a5(0x225)](_0x33c955,_0x34e86a);}),this[_0x569383(0x312)][_0x569383(0x227)](_0x61571e[_0x569383(0x164)])[_0x569383(0x190)](_0x138428(this[_0x569383(0x245)]),_0x6221fb(0x10))[_0x569383(0x1eb)](async _0x38f48d=>{const _0x46cb38=_0x569383;let _0x37e599=_0x38f48d[_0x46cb38(0x24b)][_0x46cb38(0x3ac)](),_0x462e43=await this[_0x46cb38(0x28f)](_0x37e599,_0x61571e[_0x46cb38(0x164)]);this[_0x46cb38(0x1db)][_0x46cb38(0x225)](_0x37e599,_0x462e43);}),this[_0x569383(0x312)][_0x569383(0x227)](_0x61571e[_0x569383(0x313)])['pipe'](_0x138428(this[_0x569383(0x245)]),_0x6221fb(0x10))[_0x569383(0x1eb)](async _0x4ae650=>{const _0x45cce7=_0x569383;let _0x196437=_0x4ae650[_0x45cce7(0x24b)][_0x45cce7(0x3ac)](),_0x15356f=await this[_0x45cce7(0x28f)](_0x196437,_0x61571e['UNIVER_BOARD']);this[_0x45cce7(0x1db)][_0x45cce7(0x225)](_0x196437,_0x15356f);}),this[_0x569383(0x312)][_0x569383(0x227)](_0x61571e[_0x569383(0x1c5)])[_0x569383(0x190)](_0x138428(this[_0x569383(0x245)]),_0x6221fb(0x10))[_0x569383(0x1eb)](async _0x2fa449=>{const _0x3af29f=_0x569383;let _0x359c32=_0x2fa449['unit'][_0x3af29f(0x3ac)](),_0x5cca79=await this[_0x3af29f(0x28f)](_0x359c32,_0x61571e[_0x3af29f(0x1c5)]);this[_0x3af29f(0x1db)][_0x3af29f(0x225)](_0x359c32,_0x5cca79);}),_0x1171fb(this[_0x569383(0x312)][_0x569383(0x1cc)](_0x61571e['UNIVER_SHEET']),this[_0x569383(0x312)][_0x569383(0x1cc)](_0x61571e[_0x569383(0x306)]),this[_0x569383(0x312)][_0x569383(0x1cc)](_0x61571e['UNIVER_SLIDE']),this['_univerInstanceService'][_0x569383(0x1cc)](_0x61571e[_0x569383(0x313)]),this[_0x569383(0x312)][_0x569383(0x1cc)](_0x61571e['UNIVER_BASE']))[_0x569383(0x190)](_0x138428(this[_0x569383(0x245)]))['subscribe'](_0x43a44f=>{const _0x2b28d8=_0x569383;let _0x3c6af8=_0x43a44f[_0x2b28d8(0x3ac)](),_0x100511=this[_0x2b28d8(0x1db)][_0x2b28d8(0x2f1)](_0x3c6af8);_0x100511&&(_0x100511[_0x2b28d8(0x358)](),this['_entities'][_0x2b28d8(0x1ff)](_0x3c6af8));});}async[_0x128a93(0x28f)](_0x51f93b,_0x292167){const _0x1a9f35=_0x128a93;let _0x285370=await this['_collabSessionService']['requireSession'](_0x51f93b),_0xcf3619=this[_0x1a9f35(0x349)][_0x1a9f35(0x279)](this[_0x1a9f35(0x352)](_0x292167),_0x51f93b,_0x292167,_0x285370);return await _0xcf3619[_0x1a9f35(0x308)](),this[_0x1a9f35(0x255)][_0x1a9f35(0x1d9)](_0xcf3619),_0xcf3619;}[_0x128a93(0x352)](_0x53ba68){const _0x37bfbe=_0x128a93;switch(_0x53ba68){case _0x61571e[_0x37bfbe(0x306)]:return _n;case _0x61571e['UNIVER_SHEET']:return yn;case _0x61571e[_0x37bfbe(0x164)]:return bn;case _0x61571e[_0x37bfbe(0x313)]:return xn;case _0x61571e[_0x37bfbe(0x1c5)]:return vn;default:throw Error(_0x37bfbe(0x238)+_0x53ba68);}}};Mn=V([B(0x0,_0x37b5e1(_0x56145d)),B(0x1,_0x37b5e1(jn)),B(0x2,_0x46ffbd),B(0x3,_0x450b7c)],Mn);var Nn=_0x128a93(0x192),Pn='1.0.0-alpha.4';let Fn=class extends _0x403d15{constructor(_0x325ff3,_0x4e3633){const _0x54353c=_0x128a93;super(),this[_0x54353c(0x312)]=_0x325ff3,this[_0x54353c(0x280)]=_0x4e3633,this[_0x54353c(0x2d4)]();}['_init'](){const _0x4d5426=_0x128a93;this[_0x4d5426(0x2ef)](this[_0x4d5426(0x312)]['focused$'][_0x4d5426(0x1eb)](()=>{const _0x57096a=_0x4d5426;var _0x55e37e;let _0x48ec81=this[_0x57096a(0x312)][_0x57096a(0x179)](),_0x56743b=(_0x55e37e=this['_configService'][_0x57096a(0x1bc)](_0x57096a(0x3a2)))==null?_0x57096a(0x209):_0x55e37e;_0x48ec81 instanceof _0x661ea8&&(_0x56743b=_0x48ec81[_0x57096a(0x1d2)]),document[_0x57096a(0x194)]=_0x56743b;}));}};Fn=V([B(0x0,_0x450b7c),B(0x1,_0x46ffbd)],Fn);let In=function(_0x2b1149){const _0x3bd25b=_0x128a93;return _0x2b1149['URL']=_0x3bd25b(0x1f6),_0x2b1149[_0x3bd25b(0x1b4)]='UUID',_0x2b1149[_0x3bd25b(0x282)]=_0x3bd25b(0x282),_0x2b1149;}({});const Ln=_0xd7efb5(_0x128a93(0x1b8));let Rn=class{constructor(_0x4d3a14,_0x666ed8,_0x1981c5){const _0x2bab84=_0x128a93;this[_0x2bab84(0x261)]=_0x4d3a14,this[_0x2bab84(0x280)]=_0x666ed8,this[_0x2bab84(0x312)]=_0x1981c5;}[_0x128a93(0x1bb)](){const _0x385ee1=_0x128a93;var _0x36b4a1;return(_0x36b4a1=this[_0x385ee1(0x150)]()[_0x385ee1(0x2fb)])==null?{}:_0x36b4a1;}async[_0x128a93(0x25d)](_0x3f60ea){const _0x344499=_0x128a93;let _0x4fbdb7=this[_0x344499(0x1bb)]();if(zn(_0x3f60ea,_0x4fbdb7),_0x4fbdb7[_0x344499(0x1a8)])return _0x4fbdb7['upload'](_0x3f60ea);let _0x1d9815=await this[_0x344499(0x151)](_0x3f60ea);return{'id':_0x1d9815,'name':_0x3f60ea[_0x344499(0x1d2)],'mimeType':_0x3f60ea['type'],'size':_0x3f60ea[_0x344499(0x2d6)],'sourceType':_0x344499(0x1b4),'source':_0x1d9815};}async['_upload'](_0x87843e){const _0x1dfcbf=_0x128a93;let _0x23b2bf=this[_0x1dfcbf(0x312)]['getFocusedUnit'](),_0x2b3d81=_0x23b2bf==null?void 0x0:_0x23b2bf[_0x1dfcbf(0x3ac)]();if(!_0x2b3d81)throw Error(_0x1dfcbf(0x217));let _0x1ec8ea=new FormData();_0x1ec8ea[_0x1dfcbf(0x2a6)](_0x1dfcbf(0x26d),_0x87843e);let _0x47c7ff=this[_0x1dfcbf(0x2ce)]()+_0x1dfcbf(0x1f0)+_0x87843e['size']['toString']()+'&source='+_0xe4d98[_0x1dfcbf(0x1e2)]+_0x1dfcbf(0x290)+encodeURIComponent(_0x2b3d81),_0xe33883=(await this[_0x1dfcbf(0x261)][_0x1dfcbf(0x21a)](_0x47c7ff,{'body':_0x1ec8ea}))[_0x1dfcbf(0x3b7)][_0x1dfcbf(0x382)];if(typeof _0xe33883!='string'||!_0xe33883)throw Error(_0x1dfcbf(0x386));return _0xe33883;}[_0x128a93(0x2ce)](){const _0x300511=_0x128a93;var _0x59b861;return(_0x59b861=this[_0x300511(0x150)]()['uploadFileServerUrl'])==null?_0x300511(0x27a):_0x59b861;}[_0x128a93(0x150)](){const _0x17ae8d=_0x128a93;var _0xe88ae5;return(_0xe88ae5=this['_configService'][_0x17ae8d(0x1bc)](_0x17ae8d(0x14b)))==null?{}:_0xe88ae5;}};Rn=V([B(0x0,_0x37b5e1(_0x1fd0e9)),B(0x1,_0x37b5e1(_0x46ffbd)),B(0x2,_0x37b5e1(_0x450b7c))],Rn);function zn(_0x181814,_0x1802ee){const _0x596ee3=_0x128a93;var _0x29074e;if(_0x1802ee[_0x596ee3(0x1af)]!=null&&_0x181814[_0x596ee3(0x2d6)]>_0x1802ee[_0x596ee3(0x1af)])throw Error(_0x596ee3(0x34e));if((_0x29074e=_0x1802ee[_0x596ee3(0x180)])!=null&&_0x29074e[_0x596ee3(0x2c4)]&&!_0x1802ee[_0x596ee3(0x180)][_0x596ee3(0x233)](_0x3e6325=>_0x181814[_0x596ee3(0x2b6)]===_0x3e6325||_0x181814[_0x596ee3(0x1d2)][_0x596ee3(0x322)](_0x3e6325)||_0x3e6325['endsWith']('/*')&&_0x181814['type'][_0x596ee3(0x3ae)](_0x3e6325[_0x596ee3(0x2e2)](0x0,-0x1))))throw Error(_0x596ee3(0x2ee));}function _0x4225(){const _0x2dd933=['/collaborator','_roomCreated$','_executeRemoteChangeset','enableAuthServer','_getUploadFileURL','onRemoteRej','onMissedChangesetFetched','location','unitID','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','_init','_createInitialStateImpl','size','open$','NEW_CHANGESETS','permissionRejEvent','getCurrentUser','src','_getAPIPrefix','params','Failed\x20to\x20update\x20permission\x20point','onSyncEditingCollabCursor','synced','responseType','slice','_updateState','transformSelections','_handler','_onMessage','ERROR_IMAGE_TYPE','stopTime','[PendingState]:\x20received\x20rejection.','/allowed','_revisionService','snapshot','capture','[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.','disposeWithMe','baseRev','get','SOCKET_FAILED','submit\x20changeset\x20error!','_fetchMissChangesets','SUCCUSS','_sender','roles','_updateStatus','url','action','attachment','infoRsp','then','JOIN_ROOM_FAILED','save\x20fail\x20reason\x20is\x20','_initCloseConn','getUnitStatus$','[SyncedState]:\x20received\x20rejection.','_transformAndApplyRemoteChangeset','_joinRoom','/-/object/-/batch_allowed','UNIVER_DOC','isPermissionRej','init','commentUpdate$','[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!','collaboratorID','_collaborationUIEventService','sort','/role','_tryReconnect','USERS_LEAVE','JOIN_ROOM_FULL','_univerInstanceService','UNIVER_BOARD','loadSheet','PERMISSION_REJ','CONFLICT','send','fromCharCode','_undoRedoService','enableSingleActiveInstanceLock','batchAllowed','sendHeartbeatTimer','INGEST','__splitChunk__','socketMessageSubscription','complete','_commentService','endsWith','onMutationExecutedForCollab','text-x','addImageSourceCache','_transformSelections','getTime','SUBMIT_CHANGESET','memberID','_onRecvEvent','readAsDataURL','_decreaseWaiting','findIndex','prototype','charCodeAt','LIVESHARE_NEW_HOST','joinRsp','_clearScheduledTask','onTransformRemoteChangesetByIMECache','now','floor','_resendWithTimeout','_startTelemetryCollaborationNewChangeset','disableLocalCache','deepClone','toRemote','_getUndoStack','getDeserializedSheetBlock','loadSlide','userID','loadDoc','getResourcesRequest','[CollaborationEntity]','[CollaborationSession]','update','AWAITING_WITH_PENDING','_getDownloadEndpointURL','_logService','joinEvent','target','_injector','session.room-not-exists','editing\x20status\x20changed\x20to','fetch_missing','compose','[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.','onLocalMutation','fetchMiss','endpoint','_getCtorByUniverInstanceType','OTHER_CLIENT_EDITING','number','getLatestCsReqIdBySid','&to=','setShowComponents','dispose','transformStack\x20failed!','updateMember','reject','onTransformSelections','setWaitCount','getRoom','_localeService','list','_disableEditing','univer-pro.collaboration-client.single-active-unit-service','encode','_snapshotService','LOCAL_CACHE_INTERVAL','put','GLOBAL_ROOMS_CNT_EXCEEDS','session.room-permission-denied','PENDING','commentUpdateEvent','workbook','mutations','fetchMissingChangesets','requestParams','_transformStateCache','_getLoginPath','/object','hostname','POST','pluginName','[FetchMissState]','_waitForHeartbeatResponse','CHANGESET_SHOULD_RETRY','univer-pro.collaboration-client-adapter-service','headers','/universer-api/oidc/authpage','function','_sessionChannels','_collabSessionService','retryConnectingTimer','_event$','revision','OTHER_CLIENTS_EDITING','FileId','CHANGESET_REJ','_undoStacks','_exhaustRemoteChangesetQueue','[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.','_lockTransition','endpointKey','_adapter','fetchThroughInterceptors','_unitInfo$','LIVESHARE_TERMINATE','HEARTBEAT','_acknowledgedAwaitingRevision','223752avKiOe','LIVESHARE_REQUEST_HOST','[OfflineState]:\x20received\x20changeset.','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','_socketMessageSubscription','/universer-api/snapshot','encodeURIComponent','trim','avatar','_config','\x0aCurrent:\x20','IDLE','_initDependencies','resolveUnit','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','pending','string','_transformRemoteChangesetByStateCache','getUnit','DEFAULT_FILE_NAME','connection\x20error','onSendChangeset','isCompositionEnd','_changesetReqId','_commandService','UPDATE_PERMISSION_OBJ','_getSocketChannel','_memberService','10868hIKYQe','getUnitId','awaiting_with_pending','startsWith','objectType','changeset','status$','sessionStatus','_singleActiveUnitService','subject','isArray','forEach','body','_telemetryService','unsubscribe','failed\x20to\x20apply\x20missed\x20changesets!','CHANGESET_ACK','deleteCollaborator','message$','COMMENT_UPDATE','state','_change$','min','/universer-api/comb','fetching\x20missing\x20changesets\x20from\x20','onStateChange','includes','_throwTelemetryCollaborationNewChangeset','_registerDependencies','_resendTimeout','_members','withCredentials','updateOfflineData','constructor','has','result','_state$','objectID','[CollaborationSessionService]:\x20socket\x20error','onCommentUpdate','getOwnPropertyDescriptor','_acknowledgeAwaiting','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','entries','_sessions','_getSignURL','pauseCollaboration','signUrlServerUrl','_awaitingChangeset','unit-cache-','_replayCachedMutations','allowed','_unlockTransition','_onRemoteRetry','/universer-api/snapshot/','rev','ERROR_EXCEED_SIZE','[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!','loadBoard','UNIVER_SHEET','setConfig','close$','COLLABORATION_SESSION_TARGET_UNIT_ID_REQUIRED','[PendingState]:\x20unhandled\x20univer\x20type:\x20','collaboration-client.config','_onCombEvent','method','USERS_ENTER','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','_getConfig','_upload','cfgEnableObjInherit','_identity','_collaborationTimeoutTimer','m2Prime','_cfgEnableObjInherit','_createHandler','_handleRemoteChangesets','add','fromCollab','loadBase','onMissingChangesets','_onConnectionFailed','_resolveSessionIdentity','_resendTimer','event$','_roomMembers','onRemoteChangeset','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','UNIVER_SLIDE','packageName','_type','socket\x20open.','1020VsiaBR','/block/','changesets','_sendHeartbeat','1546641NMqpaV','_getSendChangesetTimeout','PSEUDO_FETCH_MISSING_RESULT','NOT_COLLAB','_onRemoteRejected','loginUrlKey','_toggleOnline','emitEvent','[CollaborationUndoRedoService]','removeMember','hasOwnProperty','_onLocalMutation','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','getFocusedUnit','_onConnectionOpen','cmd','blockRanges','_isPermissionRej','[CollaborationSessionService]','retryCount','accept','_onRemoteACK','_onOffline','editingUnit','transformUndoRedo','_socket','_rescheduleHeartbeat','CLOSE_ROOM','liveShareNewHost','getActiveSheet','shouldCloseConn','_clearRetryConnectingTimer','decorate','localeService','_changesetSessionId','_unitLoaded$','pipe','_syncEditingCollabCursor','@univerjs-pro/collaboration-client','JOIN_ROOM_NOT_EXISTS','title','_submitChangeset','_replaceFileID','updatePermissionPoint','getAllMembers','incrementRevOfUnit','45364bZcxGZ','onRemoteRetry','localUnitId','_onRemoteChangeset','_clearHeartbeatTimer','_initUnitPermissionChange','_clearTimeoutTimer','asObservable','actions','16kzPUrD','_shouldReportTelemetry','objects','saveImage','_remoteChangesetQueue','upload','getValue','collabSubmitChangesetUrl','_transformIMECache','unitType','originalMeta','_tryEnsureSocket','maxSize','requireSession','_socketChannels','find','HEARTBEAT_TIMEOUT','UUID','createSocket','toString','{fileID}','base-ui.attachment-io.service','ws://127.0.0.1:8000/universer-api/comb/connect','loadUnit','getUploadOptions','getConfig','_docStateChangeManagerService','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','every','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','\x20-\x20','downloadEndpointUrl','/new_changes','_onConflict','UNIVER_BASE','startTime','values','_eventService','ERROR_IMAGE','_imageSourceCache','ONLINE','getTypeOfUnitDisposed$','loadOfflineData','create','setCfgEnableObjInherit','interceptor','_sessionStatus$','name','textRanges','updatePermissionObjEvent','onload','_onFetchMissResult','transformMutationsWithChangeset','getWorkbookSelections','next','_maxTotalRetryTimeout','_entities','symbol','_toggleOffline','_pendingMutations','_showConflictNotification','executeCommand','COMPRESS_MUTATION_SEND','UnitEmbedded','splice','_telemetryInfo','_schedule','getUnitType','/unit/','_state','collaMsg','JOIN','subscribe','Error\x20on\x20receiving\x20event','toLocal','getSheetBlock','members$','?size=','awaitingChangeset','502hPOdkq','default','SNAPSHOT_URL_KEY','updateCursorEvent','URL','_listenToNetworkCondition','_substituteUndoStack','newCsEvent','UNIVER_COLLABORATION_CLIENT_PLUGIN','RECV','authzUrl','_initMergeInterceptor','_localCacheService','delete','saveSheetBlock','_initRequestHeader','__Key__','COLLABORATION_CHANGESET_TRANSLATION_REQUIRED','data','\x20in\x20_schedule.','sessionStatus$','session','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','Univer','_sendingTimer','conflict','listRoles','_waitCount','_getRedoStack','_transformUndoredo','origin','reqId','FAIL','LIVESHARE_OPERATION','call','/-/object/list','selections','[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.','getCollabEntity$','_createSession','post','_collaborationPaused','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','subUnitId','[PendingState]:\x20received\x20acknowledgement.','sid','iterator','awaiting','collaboration-client.local-cache-service','getInterceptPoints','getCurrentSelections','set','localCacheService','getTypeOfUnitAdded$','_substituteRedoStack','_createSocket','transformChangesets','csShouldRetryEvent','error','UPDATE_CURSOR','registerHTTPInterceptor','_scheduleCollaborationTimeoutTimer','socketReady','_collaborationSessionService','session.room-cnt-exceeds','some','People','getCurrentRevOfUnit','onTransformState','LEAVE','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','_applyRemoteChangeset','code','_hasSessionsForEndpoint','telemetry\x20info\x20is\x20not\x20initialized','socket\x20close','getUnitOnRev','collaborators','_removeRoom','state$','[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','_queuedRemoteChangesets','dispose$','csRejEvent','_transformService','_scheduleCompleteTimestamp','toggleOnline','clear','unit','toggleOffline','filter','map','FETCH_MISSING','10PVUKbS','collaboration_new_changeset','[DataLoaderService]','_HTTPService','override','_entityInit$','equals','HEARTBEAT_INTERVAL','_commentUpdate$','_instanceService','_onUserJoin','_incrementRevisionNumber','reconnect','saveAttachment','285VaIOoz','_compressMutationService','confirm','_httpService','unknown','push','_handlerCallback','csAckEvent','_createInitialState','/object/','COMPRESS_MUTATION_APPLY','_redoStacks','_clearUndo','[OfflineState]:\x20received\x20rejection.','_transformStack','file','saveChangeset','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','&source=','RETRY_CONNECTING_MAX_COUNT','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','setCurrentUser','703507iYgFcm','_updateLocalCache','reduce','error$','_userManagerService','createInstance','/universer-api/stream/file/upload','updateSnapshot','_networkConditionService','replace','resourceIDs','_stopTelemetryCollaborationNewChangeset','_configService','saveSnapshot','BASE64','onlyLocal','debug','unitId','_members$','enableCollaboration','uploadFileServerUrl','_checkMissing','SUBMIT_CHANGESET_TIMEOUT','PERMISSION_DENIED','appendMutation','LIVESHARE_FETCH_OPERATIONS','SOCKET_FAILED_RETRY','_startCollaboration','&assign=','candidateSocket','5526216nPVDJO','UNISCRIPT_RUN','HELLO','_clearLocalCache','catch','stringify','_emitMembers','_pendingSessions','OFFLINE','_transitionLocked','onRemoteAck','40WzUtLa','[CollaborationEntity]:\x20cannot\x20lock\x20transition\x20twice!\x20This\x20is\x20an\x20implementation\x20error,\x20meaning\x20you\x20transit\x20the\x20collaboration\x20state\x20again\x20in\x20the\x20process\x20of\x20a\x20previous\x20transition.\x20This\x20should\x20never\x20happen.','resend','_isEchoedAwaitingChangeset','onTransformIME','MUTATION','\x0aAfter:\x20','c1Prime','_transformRemoteChangesetByIMECache','append','readyForCollab','socket$','status','missingChangesets','/resources','getImage','[SyncedState]:\x20received\x20acknowledgement.','loadUnitOfRevision','not_collab','close','/universer-api/user/session-ticket','routeKey','_status$','_getCurrentRevision','NO_OTHER_CLIENTS_EDITING','type','eventID','timeoutTimer','closeSession','getCollabEntity','getMemberID','/rev/','_getAPIPrefixPath','_permissionService','/universer-api/authz','getSnapshotAPIPath','object','_sheetTransformSelectionsService','_acknowledgeAwaitingIfReady','length','[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.','getMember','offline','copyFileMeta','resolve'];_0x4225=function(){return _0x2dd933;};return _0x4225();}let Bn=class{constructor(_0x23b1de,_0x5e928a,_0x1b2074){const _0x556517=_0x128a93;this['_configService']=_0x23b1de,this['_httpService']=_0x5e928a,this[_0x556517(0x18d)]=_0x1b2074,this[_0x556517(0x308)]();}['init'](){const _0x4fd035=_0x128a93;this[_0x4fd035(0x261)][_0x4fd035(0x22e)]({'priority':0x1,'interceptor':(_0x20fc5c,_0x2f459d)=>_0x2f459d(_0x20fc5c)[_0x4fd035(0x190)](_0x35e512(async _0x4060bb=>{const _0x3db3fa=_0x4fd035;let _0xfa75b3=_0x4060bb;if(_0xfa75b3[_0x3db3fa(0x2a9)]===0x191){if(typeof window>'u')throw Error('[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.');if(window[_0x3db3fa(0x260)](this[_0x3db3fa(0x18d)]['t']('collaboration-client.auth.needGotoLoginAlert'))){let _0x16bc60=window[_0x3db3fa(0x395)](window['location']['href']);window[_0x3db3fa(0x2d1)]['href']=this[_0x3db3fa(0x370)]()+'?url='+_0x16bc60;}}return _0xfa75b3;}))});}[_0x128a93(0x370)](){const _0xef4d2c=_0x128a93;var _0x743675;let _0x12b6a3=this[_0xef4d2c(0x280)]['getConfig'](L);return(_0x743675=_0x12b6a3==null?void 0x0:_0x12b6a3[_0xef4d2c(0x171)])==null?_0xef4d2c(0x37a):_0x743675;}};Bn=V([B(0x0,_0x46ffbd),B(0x1,_0x37b5e1(_0x1fd0e9)),B(0x2,_0x37b5e1(_0x5ae389))],Bn);let Vn=class extends _0x403d15{constructor(_0x48b178,_0x1b9446){const _0x3fec86=_0x128a93;super(),this[_0x3fec86(0x253)]=_0x48b178,this[_0x3fec86(0x280)]=_0x1b9446,R(this,_0x3fec86(0x156),!0x1),this['_initMergeInterceptor']();}[_0x128a93(0x1fd)](){const _0x410ebd=_0x128a93;let _0x3ec484=this;this[_0x410ebd(0x2ef)](this['_HTTPService'][_0x410ebd(0x22e)]({'priority':0x3e7,'interceptor':_0x5bcb2b({'isMatch'(_0x2fc931){const _0x5094dd=_0x410ebd;var _0x56d99e;if(_0x2fc931[_0x5094dd(0x14d)]===_0x5094dd(0x373)&&(_0x56d99e=_0x2fc931[_0x5094dd(0x36e)])!=null&&_0x56d99e[_0x5094dd(0x3b7)]){let {objectID:_0x11ecef,objectType:_0xf96ca8}=_0x2fc931[_0x5094dd(0x36e)][_0x5094dd(0x3b7)]||{};if(!_0x11ecef||_0xf96ca8===void 0x0)return!0x1;let _0x34e3c4=_0x3ec484[_0x5094dd(0x2bd)]()+'/'+_0xf96ca8+_0x5094dd(0x267)+_0x11ecef+_0x5094dd(0x2ea);if(_0x2fc931[_0x5094dd(0x2f9)]===_0x34e3c4)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x78b36f){const _0x1ba6b7=_0x410ebd;var _0x5afa1e;return(_0x5afa1e=_0x78b36f[_0x1ba6b7(0x36e)])==null?void 0x0:_0x5afa1e[_0x1ba6b7(0x3b7)];},'mergeParamsToRequest'(_0x295d73,_0xe1f9bc){const _0xdb152d=_0x410ebd;let _0x117012=_0x3ec484[_0xdb152d(0x2bd)]()+_0xdb152d(0x305),_0x5522b3=_0x295d73[_0xdb152d(0x276)]((_0x245e1d,_0x465815)=>{const _0x3fdee9=_0xdb152d;let {unitID:_0x3a5cd4,objectID:_0x5d985b,objectType:_0x214515,actions:_0x5bcd8c}=_0x465815;return _0x245e1d[_0x3a5cd4]||(_0x245e1d[_0x3a5cd4]={}),_0x245e1d[_0x3a5cd4][_0x5d985b]||(_0x245e1d[_0x3a5cd4][_0x5d985b]={'objectID':_0x5d985b,'objectType':_0x214515,'actions':[]}),_0x245e1d[_0x3a5cd4][_0x5d985b][_0x3fdee9(0x1a2)][_0x3fdee9(0x263)](..._0x5bcd8c),_0x245e1d;},{}),_0x419643=[];for(let _0x378e8b in _0x5522b3)for(let _0x4a22db in _0x5522b3[_0x378e8b]){let {actions:_0x13cdcf,objectType:_0x6de48c}=_0x5522b3[_0x378e8b][_0x4a22db],_0x5d1fe9=[...new Set(_0x13cdcf)];_0x419643[_0xdb152d(0x263)]({'unitID':_0x378e8b,'objectID':_0x4a22db,'objectType':_0x6de48c,'actions':_0x5d1fe9});}return new _0xb81b46(_0xdb152d(0x373),_0x117012,{'headers':_0xe1f9bc[_0xdb152d(0x379)],'withCredentials':_0xe1f9bc[_0xdb152d(0x3ca)],'responseType':_0xe1f9bc[_0xdb152d(0x2e1)],'body':{'requests':_0x419643}});}},{'distributeResult'(_0x342089,_0x2dfdf1){const _0x3df1d0=_0x410ebd;let {objectActions:_0x4ff045}=_0x342089;return _0x2dfdf1[_0x3df1d0(0x24e)](_0x236eda=>{const _0x666757=_0x3df1d0;let {unitID:_0xdaa03b,objectID:_0x5d4f60,actions:_0x233da4}=_0x236eda,_0x31f2ae=_0x4ff045['find'](_0x5f1b91=>_0x5f1b91['unitID']===_0xdaa03b&&_0x5f1b91[_0x666757(0x3d0)]===_0x5d4f60);return{'config':_0x236eda,'result':{'actions':_0x233da4[_0x666757(0x24e)](_0x56da51=>_0x31f2ae==null?void 0x0:_0x31f2ae[_0x666757(0x1a2)]['find'](_0x26dff9=>_0x26dff9[_0x666757(0x2fa)]===_0x56da51))[_0x666757(0x24d)](_0x4bddc3=>!!_0x4bddc3),'error':_0x342089[_0x666757(0x22c)]}};});}})}));}[_0x128a93(0x2bd)](){const _0x4cd5aa=_0x128a93;var _0x4669b9;let _0x14207a=this[_0x4cd5aa(0x280)][_0x4cd5aa(0x1bc)](L);return(_0x4669b9=_0x14207a==null?void 0x0:_0x14207a[_0x4cd5aa(0x1fc)])==null?_0x4cd5aa(0x2bf):_0x4669b9;}async[_0x128a93(0x1ce)](_0x254b94){const _0x26192d=_0x128a93;let _0x261d5e=this['_getAPIPrefixPath']()+'/'+_0x254b94[_0x26192d(0x3af)]+_0x26192d(0x371);return(await this[_0x26192d(0x253)]['post'](_0x261d5e,{'body':_0x254b94}))[_0x26192d(0x3b7)][_0x26192d(0x3d0)]||'';}async[_0x128a93(0x360)](_0x2d66fd){const _0x2b49cc=_0x128a93;let _0x49eceb=this['_getAPIPrefixPath']()+_0x2b49cc(0x215);return(await this['_HTTPService'][_0x2b49cc(0x21a)](_0x49eceb,{'body':_0x2d66fd}))[_0x2b49cc(0x3b7)][_0x2b49cc(0x1a5)];}async[_0x128a93(0x343)](_0x2880dc){const _0x18fdbe=_0x128a93;var _0xd267d6;let _0x57e0a6=this[_0x18fdbe(0x2bd)]()+'/'+_0x2880dc[_0x18fdbe(0x3af)]+_0x18fdbe(0x267)+_0x2880dc[_0x18fdbe(0x3d0)],_0x115bbc=await this[_0x18fdbe(0x253)][_0x18fdbe(0x366)](_0x57e0a6,{'body':_0x2880dc});if((_0x115bbc==null||(_0xd267d6=_0x115bbc['body'])==null||(_0xd267d6=_0xd267d6[_0x18fdbe(0x22c)])==null?void 0x0:_0xd267d6[_0x18fdbe(0x23a)])!==0x1)throw Error(_0x18fdbe(0x2de));}async[_0x128a93(0x13e)](_0x4b9421){const _0xf7bafe=_0x128a93;let _0x17bf20=this[_0xf7bafe(0x2bd)]()+'/'+_0x4b9421[_0xf7bafe(0x3af)]+'/object/'+_0x4b9421[_0xf7bafe(0x3d0)]+_0xf7bafe(0x2ea);return(await this['_HTTPService'][_0xf7bafe(0x21a)](_0x17bf20,{'body':_0x4b9421}))[_0xf7bafe(0x3b7)][_0xf7bafe(0x1a2)];}async[_0x128a93(0x31b)](_0x5d9573){const _0x71ac85=_0x128a93;let _0x3df77d=this['_getAPIPrefixPath']()+_0x71ac85(0x305);return(await this[_0x71ac85(0x253)]['post'](_0x3df77d,{'body':{'requests':_0x5d9573}}))[_0x71ac85(0x3b7)]['objectActions'];}async[_0x128a93(0x20c)](_0x394b67){const _0xd3113b=_0x128a93;let _0x2fec7c=this[_0xd3113b(0x2bd)]()+'/'+_0x394b67[_0xd3113b(0x3af)]+_0xd3113b(0x30e),_0x57e4d5=await this['_HTTPService'][_0xd3113b(0x21a)](_0x2fec7c,{'body':_0x394b67});return{'roles':_0x57e4d5[_0xd3113b(0x3b7)][_0xd3113b(0x2f7)],'actions':_0x57e4d5[_0xd3113b(0x3b7)]['actions']};}async[_0x128a93(0x3bc)](_0x11bf98){const _0x4ecce6=_0x128a93;let _0x4f7ea5=this['_getAPIPrefixPath']()+_0x4ecce6(0x2ca);await this[_0x4ecce6(0x253)][_0x4ecce6(0x1ff)](_0x4f7ea5,{'params':{'collaboratorID':_0x11bf98[_0x4ecce6(0x30b)],'objectID':_0x11bf98[_0x4ecce6(0x3d0)],'unitID':_0x11bf98[_0x4ecce6(0x2d2)]}});}async['updateCollaborator'](_0x92c611){const _0x383438=_0x128a93;let _0x5ad565=this[_0x383438(0x2bd)]()+_0x383438(0x2ca);await this[_0x383438(0x253)]['patch'](_0x5ad565,{'body':_0x92c611});}async['createCollaborator'](_0x1151a1){const _0x13b343=_0x128a93;let _0x4cde2b=this[_0x13b343(0x2bd)]()+_0x13b343(0x2ca);await this[_0x13b343(0x253)][_0x13b343(0x21a)](_0x4cde2b,{'body':_0x1151a1});}async['listCollaborators'](_0x23cab6){const _0x202ab4=_0x128a93;var _0x3e9da7;let _0x188dbc=this['_getAPIPrefixPath']()+_0x202ab4(0x2ca),_0x5cc3ad=await this[_0x202ab4(0x253)]['get'](_0x188dbc,{'params':{'objectID':_0x23cab6['objectID'],'unitID':_0x23cab6[_0x202ab4(0x2d2)]}});return this[_0x202ab4(0x1cf)]((_0x3e9da7=_0x5cc3ad['body'][_0x202ab4(0x152)])==null?!0x1:_0x3e9da7),_0x5cc3ad[_0x202ab4(0x3b7)][_0x202ab4(0x23f)];}async['putCollaborators'](_0xf88b3f){const _0x456b8d=_0x128a93;let _0x57c292=this['_getAPIPrefixPath']()+_0x456b8d(0x2ca);await this[_0x456b8d(0x253)][_0x456b8d(0x366)](_0x57c292,{'body':_0xf88b3f});}[_0x128a93(0x1cf)](_0x367254){const _0x142f0e=_0x128a93;this[_0x142f0e(0x156)]=_0x367254;}['getCfgEnableObjInherit'](){const _0x38bdff=_0x128a93;return this[_0x38bdff(0x156)];}};Vn=V([B(0x0,_0x37b5e1(_0x1fd0e9)),B(0x1,_0x37b5e1(_0x46ffbd))],Vn);function Hn(_0x376895){const _0x5460c1=_0x128a93;let _0x5c1e6a=atob(_0x376895),_0xb5796f=new Uint8Array(_0x5c1e6a[_0x5460c1(0x2c4)]);for(let _0x2f181d=0x0;_0x2f181d<_0x5c1e6a[_0x5460c1(0x2c4)];_0x2f181d++)_0xb5796f[_0x2f181d]=_0x5c1e6a[_0x5460c1(0x32f)](_0x2f181d);return _0xb5796f;}function Un(_0x177c14){const _0x50dcb8=_0x128a93;let _0xb5dd34='';for(let _0x159f8d=0x0;_0x159f8d<_0x177c14['length'];_0x159f8d++)_0xb5dd34+=String[_0x50dcb8(0x318)](_0x177c14[_0x159f8d]);return btoa(_0xb5dd34);}function Wn(_0x178d93,_0x3d81ce){let _0x2b3acb=Hn(_0x3d81ce),_0x2b4d35=_0x2416e6(0x10);return Un(_0xe751ad(_0x2b4d35,_0xd1e016(_0x2b3acb,_0x2b4d35)['encrypt'](_0x2947e3(_0x178d93))));}function Gn(){const _0x4e8707=_0x128a93;let _0x5df4d4=_0x497abb()[_0x4e8707(0x202)];if(typeof window<'u'&&window[_0x4e8707(0x2d1)]!==void 0x0&&_0x5df4d4){let _0x491feb={'time':Math[_0x4e8707(0x335)](Date[_0x4e8707(0x334)]()/0x3e8),'domain':location[_0x4e8707(0x372)]};return Wn(JSON[_0x4e8707(0x297)](_0x491feb),_0x5df4d4);}}let Kn=class{constructor(_0x16eaf9){const _0x36e40a=_0x128a93;this['_httpService']=_0x16eaf9,this[_0x36e40a(0x201)]();}[_0x128a93(0x201)](){this['_httpService']['registerHTTPInterceptor']({'interceptor':(_0x16d8d5,_0x295e0e)=>{const _0x422805=_0x1478;let _0x573869=Gn();return _0x573869&&_0x16d8d5[_0x422805(0x379)][_0x422805(0x225)]('x-univer-host',_0x573869),_0x295e0e(_0x16d8d5);}});}};Kn=V([B(0x0,_0x37b5e1(_0x1fd0e9))],Kn);let qn=class extends _0x738f09{constructor(_0x3d3011,_0x28dac6,_0x6b0460){const _0xf9e2ed=_0x128a93;super(),this[_0xf9e2ed(0x346)]=_0x3d3011,this['_snapshotService']=_0x28dac6,this['_localCacheService']=_0x6b0460,R(this,_0xf9e2ed(0x38b),new _0x4e690d(null)),R(this,_0xf9e2ed(0x18f),new _0x10b8bf()),R(this,'unitInfo$',this[_0xf9e2ed(0x38b)][_0xf9e2ed(0x1a1)]()),R(this,'unitLoaded$',this[_0xf9e2ed(0x18f)][_0xf9e2ed(0x1a1)]());}[_0x128a93(0x358)](){const _0x15778a=_0x128a93;super[_0x15778a(0x358)](),this[_0x15778a(0x18f)][_0x15778a(0x320)](),this[_0x15778a(0x38b)]['complete']();}async[_0x128a93(0x2ae)](_0x5b8b7c,_0x34a640,_0x2eae75,_0x269f70){const _0x3853c0=_0x128a93;this['_unitInfo$']['next']({'unitId':_0x5b8b7c,'type':_0x34a640,'subUnitId':_0x269f70});let _0x5d088a=null;switch(_0x34a640){case _0x61571e['UNIVER_SHEET']:_0x5d088a=await this[_0x3853c0(0x364)][_0x3853c0(0x314)](_0x5b8b7c,_0x2eae75,void 0x0,{'initialSubUnitId':_0x269f70});break;case _0x61571e[_0x3853c0(0x306)]:_0x5d088a=await this[_0x3853c0(0x364)][_0x3853c0(0x33f)](_0x5b8b7c,_0x2eae75);break;case _0x61571e['UNIVER_SLIDE']:_0x5d088a=await this[_0x3853c0(0x364)][_0x3853c0(0x33d)](_0x5b8b7c,_0x2eae75);break;case _0x61571e[_0x3853c0(0x313)]:_0x5d088a=await this[_0x3853c0(0x364)][_0x3853c0(0x145)](_0x5b8b7c,_0x2eae75);break;case _0x61571e[_0x3853c0(0x1c5)]:_0x5d088a=await this[_0x3853c0(0x364)][_0x3853c0(0x15b)](_0x5b8b7c,_0x2eae75);break;default:this['_logService'][_0x3853c0(0x22c)](_0x3853c0(0x252),_0x3853c0(0x178));break;}return _0x5d088a&&this[_0x3853c0(0x18f)][_0x3853c0(0x1d9)](_0x5d088a),_0x5d088a;}async[_0x128a93(0x1ba)](_0x2f9a19,_0x12c157,_0x1a1567){const _0xfb946b=_0x128a93;var _0x3310b0;this[_0xfb946b(0x38b)][_0xfb946b(0x1d9)]({'unitId':_0x2f9a19,'type':_0x12c157,'subUnitId':_0x1a1567});let _0x5c1036=0x0,_0x34e586=await((_0x3310b0=this[_0xfb946b(0x1fe)])==null?void 0x0:_0x3310b0[_0xfb946b(0x1cd)](_0x2f9a19));return _0x34e586&&(_0x34e586[_0xfb946b(0x1f1)]||_0x34e586[_0xfb946b(0x36c)][_0xfb946b(0x2c4)]!==0x0)&&(_0x5c1036=_0x34e586[_0xfb946b(0x142)]),_0x5c1036===0x0&&this['_logService'][_0xfb946b(0x284)](_0xfb946b(0x252),_0xfb946b(0x14f)),this['loadUnitOfRevision'](_0x2f9a19,_0x12c157,_0x5c1036,_0x1a1567);}};qn=V([B(0x0,_0x470483),B(0x1,_0x37b5e1(_0x3b5530)),B(0x2,_0x29c9af(U))],qn);let Jn=class{constructor(_0x46f7f2,_0x2f8467,_0x2f2714){const _0x5e91a5=_0x128a93;this['_httpService']=_0x46f7f2,this[_0x5e91a5(0x280)]=_0x2f8467,this[_0x5e91a5(0x312)]=_0x2f2714,R(this,_0x5e91a5(0x20d),0x0),R(this,_0x5e91a5(0x3c0),new _0x10b8bf()),R(this,'change$',this[_0x5e91a5(0x3c0)]),R(this,_0x5e91a5(0x1ca),new Map());}[_0x128a93(0x35d)](_0x3bf2ab){const _0x4521db=_0x128a93;this[_0x4521db(0x20d)]=_0x3bf2ab,this[_0x4521db(0x3c0)]['next'](_0x3bf2ab);}['getImageSourceCache'](_0x4eb0ff,_0x4d9bb8){const _0x4795bf=_0x128a93;if(_0x4d9bb8===_0x1a4dce[_0x4795bf(0x282)]){let _0x2356ab=new Image();return _0x2356ab[_0x4795bf(0x2db)]=_0x4eb0ff,_0x2356ab;}return this[_0x4795bf(0x1ca)][_0x4795bf(0x2f1)](_0x4eb0ff);}[_0x128a93(0x325)](_0x339479,_0x21344c,_0x169e1e){const _0x285981=_0x128a93;_0x21344c===_0x1a4dce['BASE64']||_0x169e1e==null||this['_imageSourceCache'][_0x285981(0x225)](_0x339479,_0x169e1e);}async[_0x128a93(0x2ac)](_0x28712c){const _0x15dd97=_0x128a93;try{let _0xcc59b9=this[_0x15dd97(0x196)](this[_0x15dd97(0x3d8)](),''+_0x28712c),_0x48479c=(await this[_0x15dd97(0x261)][_0x15dd97(0x2f1)](_0xcc59b9))[_0x15dd97(0x3b7)];if(_0x48479c[_0x15dd97(0x22c)]&&_0x48479c['error']['code']===_0x15bc37['OK']){let _0x12201a=_0x1bb22f(_0x48479c[_0x15dd97(0x2f9)],this[_0x15dd97(0x345)]());return Promise[_0x15dd97(0x2c9)](_0x12201a);}return Promise[_0x15dd97(0x35b)](_0x48479c[_0x15dd97(0x22c)]);}catch(_0x50e0c7){return Promise[_0x15dd97(0x35b)](_0x50e0c7);}}async[_0x128a93(0x1a6)](_0x455355){const _0xd9e8c4=_0x128a93;let _0x1626b3='';if(!_0x1e72e6[_0xd9e8c4(0x3c5)](_0x455355[_0xd9e8c4(0x2b6)]))return this[_0xd9e8c4(0x32c)](),Promise[_0xd9e8c4(0x35b)](Error(_0x4b1921[_0xd9e8c4(0x2e7)]));if(_0x455355[_0xd9e8c4(0x2d6)]>_0x59aa17())return this[_0xd9e8c4(0x32c)](),Promise[_0xd9e8c4(0x35b)](Error(_0x4b1921[_0xd9e8c4(0x143)]));try{let _0x2f7af0=new FormData();_0x2f7af0['append'](_0xd9e8c4(0x26d),_0x455355);let _0x40f9d6=this[_0xd9e8c4(0x312)][_0xd9e8c4(0x179)](),_0x1cb10e=_0x40f9d6==null?void 0x0:_0x40f9d6[_0xd9e8c4(0x3ac)]();if(!_0x1cb10e)throw Error('unitId\x20is\x20not\x20found');let _0x2566f8=this[_0xd9e8c4(0x2ce)]()+_0xd9e8c4(0x1f0)+_0x455355['size'][_0xd9e8c4(0x1b6)]()+_0xd9e8c4(0x270)+_0xe4d98[_0xd9e8c4(0x1e2)]+_0xd9e8c4(0x290)+encodeURIComponent(_0x1cb10e),_0x52f2ad={'body':_0x2f7af0},_0x31f4a3=(await this[_0xd9e8c4(0x261)]['post'](_0x2566f8,_0x52f2ad))['body'];if(typeof _0x31f4a3[_0xd9e8c4(0x382)]!=_0xd9e8c4(0x39f))return this['_decreaseWaiting'](),Promise[_0xd9e8c4(0x35b)](Error(_0x4b1921[_0xd9e8c4(0x1c9)]));_0x1626b3=_0x31f4a3[_0xd9e8c4(0x382)];}catch{return this[_0xd9e8c4(0x32c)](),Promise[_0xd9e8c4(0x35b)](Error(_0x4b1921['ERROR_IMAGE']));}return new Promise((_0x3eeff3,_0x4547b8)=>{const _0x37f185=_0xd9e8c4;let _0x2a655f=new FileReader();_0x2a655f[_0x37f185(0x32b)](_0x455355),_0x2a655f[_0x37f185(0x1d5)]=_0x29ff2a=>{const _0x1f37e6=_0x37f185;var _0x257745;let _0x20b2e7=(_0x257745=_0x29ff2a[_0x1f37e6(0x348)])==null?void 0x0:_0x257745['result'];if(_0x20b2e7==null){this[_0x1f37e6(0x32c)](),_0x4547b8(Error(_0x4b1921[_0x1f37e6(0x1c9)]));return;}_0x3eeff3({'imageId':_0x5d54f0(0x6),'imageSourceType':_0x1a4dce[_0x1f37e6(0x1b4)],'source':_0x1626b3,'base64Cache':_0x20b2e7,'status':_0x4b1921[_0x1f37e6(0x2f5)]}),this['_decreaseWaiting']();};});}[_0x128a93(0x2ce)](){const _0x2e6be2=_0x128a93;var _0x255207;let _0x196b3b=this[_0x2e6be2(0x280)][_0x2e6be2(0x1bc)](L);return(_0x255207=_0x196b3b==null?void 0x0:_0x196b3b[_0x2e6be2(0x288)])==null?_0x2e6be2(0x27a):_0x255207;}[_0x128a93(0x3d8)](){const _0x583c28=_0x128a93;var _0x4d380d;let _0x2f85e3=this['_configService'][_0x583c28(0x1bc)](L);return(_0x4d380d=_0x2f85e3==null?void 0x0:_0x2f85e3[_0x583c28(0x13a)])==null?'/universer-api/file/{fileID}/sign-url':_0x4d380d;}[_0x128a93(0x345)](){const _0x17e6da=_0x128a93;var _0x3b20cf;let _0x310a9c=this[_0x17e6da(0x280)][_0x17e6da(0x1bc)](L);return(_0x3b20cf=_0x310a9c==null?void 0x0:_0x310a9c[_0x17e6da(0x1c2)])==null?location[_0x17e6da(0x210)]:_0x3b20cf;}['_replaceFileID'](_0x463e8a,_0x79ef97){const _0x23da17=_0x128a93;return _0x463e8a[_0x23da17(0x27d)](_0x23da17(0x1b7),_0x79ef97);}[_0x128a93(0x32c)](){const _0x341f91=_0x128a93;--this[_0x341f91(0x20d)],this['_change$'][_0x341f91(0x1d9)](this[_0x341f91(0x20d)]);}};Jn=V([B(0x0,_0x37b5e1(_0x1fd0e9)),B(0x1,_0x46ffbd),B(0x2,_0x37b5e1(_0x450b7c))],Jn);let Yn=class{constructor(_0x4cb451,_0x59124b){this['_configService']=_0x4cb451,this['_HTTPService']=_0x59124b;}[_0x128a93(0x2bd)](){const _0x2864a0=_0x128a93;var _0x4e458b;let _0x461d45=this[_0x2864a0(0x280)][_0x2864a0(0x1bc)](L);return(_0x4e458b=_0x461d45==null?void 0x0:_0x461d45[_0x2864a0(0x1fc)])==null?_0x2864a0(0x2bf):_0x4e458b;}async['list'](_0x272d2c){const _0x4cd1be=_0x128a93;let _0x3a90a7=this[_0x4cd1be(0x2bd)]()+_0x4cd1be(0x2ca);return{'list':[{'title':_0x4cd1be(0x234),'mentions':(await this['_HTTPService'][_0x4cd1be(0x2f1)](_0x3a90a7,{'params':{'objectID':_0x272d2c[_0x4cd1be(0x285)],'unitID':_0x272d2c['unitId']}}))[_0x4cd1be(0x3b7)][_0x4cd1be(0x23f)][_0x4cd1be(0x24e)](_0x49d320=>({'objectId':_0x49d320['id'],'name':_0x49d320[_0x4cd1be(0x3b4)]['name'],'metadata':{'icon':_0x49d320[_0x4cd1be(0x3b4)][_0x4cd1be(0x397)]},'label':_0x49d320[_0x4cd1be(0x3b4)][_0x4cd1be(0x1d2)],'objectType':_0xb97631['PERSON']})),'metadata':{},'type':_0xb97631['PERSON']}]};}};Yn=V([B(0x0,_0x37b5e1(_0x46ffbd)),B(0x1,_0x37b5e1(_0x1fd0e9))],Yn);let Xn=class extends _0x738f09{constructor(_0x4fd83b,_0x32f63a,_0x2b16a2,_0x45ef8f,_0x2da328){const _0x4333ef=_0x128a93;super(),this[_0x4333ef(0x349)]=_0x4fd83b,this[_0x4333ef(0x312)]=_0x32f63a,this[_0x4333ef(0x2be)]=_0x2b16a2,this['_collaborationSessionService']=_0x45ef8f,this['_collaborationUIEventService']=_0x2da328,this['_initUnitPermissionChange'](),this[_0x4333ef(0x300)]();}[_0x128a93(0x300)](){const _0x13ae0d=_0x128a93;let _0x20696a=async _0x31f3b4=>{const _0x36afeb=_0x1478;(await this[_0x36afeb(0x231)][_0x36afeb(0x1b0)](_0x31f3b4))[_0x36afeb(0x160)][_0x36afeb(0x190)](_0x3784e6(_0xae04be=>_0xae04be[_0x36afeb(0x2b7)]===_0x17c782['SHOULD_CLOSE_CONN']),_0x310870(this[_0x36afeb(0x245)]))['subscribe'](_0x57eeb4=>{const _0x247b97=_0x36afeb;let {reason:_0x19088e}=_0x57eeb4[_0x247b97(0x204)];this[_0x247b97(0x30c)][_0x247b97(0x173)]({'id':_0x247b97(0x187),'data':_0x19088e}),this[_0x247b97(0x2be)][_0x247b97(0x197)](new _0x1283c2(_0x31f3b4)['id'],!0x1),this[_0x247b97(0x231)]['closeSession'](_0x31f3b4);});};_0x1171fb(this[_0x13ae0d(0x312)]['getTypeOfUnitAdded$'](_0x61571e[_0x13ae0d(0x146)]),this[_0x13ae0d(0x312)][_0x13ae0d(0x227)](_0x61571e[_0x13ae0d(0x306)]),this[_0x13ae0d(0x312)][_0x13ae0d(0x227)](_0x61571e[_0x13ae0d(0x313)]),this[_0x13ae0d(0x312)][_0x13ae0d(0x227)](_0x61571e[_0x13ae0d(0x1c5)]))['pipe'](_0xcf767d(_0x5917e7=>_0x5917e7[_0x13ae0d(0x24b)][_0x13ae0d(0x3ac)]()),_0x3784e6(_0x54b7f4=>!_0x19de86(_0x54b7f4)),_0x310870(this[_0x13ae0d(0x245)]))[_0x13ae0d(0x1eb)](_0x4d670d=>{_0x20696a(_0x4d670d);});}[_0x128a93(0x19f)](){const _0x1c6af0=_0x128a93;let _0x4ddf54=async _0x25401a=>{const _0x23790e=_0x1478;let _0x39785a=await this[_0x23790e(0x231)][_0x23790e(0x1b0)](_0x25401a),_0x4e63d2=this[_0x23790e(0x349)]['get'](_0x35ea61);_0x39785a[_0x23790e(0x160)]['pipe'](_0x3784e6(_0x508171=>_0x508171[_0x23790e(0x2b7)]===_0x17c782[_0x23790e(0x3a8)]),_0x310870(this[_0x23790e(0x245)]))['subscribe'](_0x233263=>{const _0x1cd599=_0x23790e;let {objectId:_0x11ad08}=_0x233263[_0x1cd599(0x204)];_0x11ad08===_0x25401a?_0x4e63d2['initWorkbookPermissionChange'](_0x25401a):_0x4e63d2['refreshPermission'](_0x25401a,_0x11ad08);});};_0x1171fb(this[_0x1c6af0(0x312)][_0x1c6af0(0x227)](_0x61571e[_0x1c6af0(0x146)]))['pipe'](_0xcf767d(_0x12b14a=>_0x12b14a['unit'][_0x1c6af0(0x3ac)]()),_0x3784e6(_0x210569=>!_0x19de86(_0x210569)),_0x310870(this[_0x1c6af0(0x245)]))[_0x1c6af0(0x1eb)](_0x353cf9=>{_0x4ddf54(_0x353cf9);});}};Xn=V([B(0x0,_0x37b5e1(_0x56145d)),B(0x1,_0x450b7c),B(0x2,_0x511b30),B(0x3,_0x37b5e1(jn)),B(0x4,_0x37b5e1(z))],Xn);let Zn=class{constructor(_0x19c55c,_0x4552fb){const _0x3b7023=_0x128a93;this[_0x3b7023(0x280)]=_0x19c55c,this['_httpService']=_0x4552fb;}async[_0x128a93(0x23e)](_0x4a1522,_0x5b56a6){const _0x1c038f=_0x128a93;var _0x44b861;let {unitID:_0x198fb7,type:_0x5a57d1,revision:_0x13e2f8=0x0}=_0x5b56a6,_0x432ff9=this[_0x1c038f(0x2c0)]()+'/'+_0x5a57d1+'/unit/'+_0x198fb7+_0x1c038f(0x2bc)+_0x13e2f8,_0x389118=(await this[_0x1c038f(0x261)][_0x1c038f(0x2f1)](_0x432ff9))[_0x1c038f(0x3b7)],_0x2290c8=(_0x44b861=_0x389118[_0x1c038f(0x2ec)])==null?void 0x0:_0x44b861[_0x1c038f(0x36b)];if(_0x2290c8){let _0x4134f1=_0x2290c8==null?void 0x0:_0x2290c8['originalMeta'];_0x2290c8[_0x1c038f(0x1ad)]=_0xda62e4[_0x1c038f(0x363)](_0x4934e7(_0x4134f1)),Object[_0x1c038f(0x3d6)](_0x2290c8['sheets'])['forEach'](([,_0x174e08])=>{const _0x2e46fe=_0x1c038f;let _0x4290ba=_0x174e08[_0x2e46fe(0x1ad)];_0x174e08[_0x2e46fe(0x1ad)]=_0xda62e4[_0x2e46fe(0x363)](_0x4934e7(_0x4290ba));});}return _0x389118;}async[_0x128a93(0x1ee)](_0x5cc8c5,_0x3d3106){const _0x4c992d=_0x128a93;let {unitID:_0x318e59,type:_0x50ff66,blockID:_0x15cce1}=_0x3d3106,_0x53e1c4=this[_0x4c992d(0x2dc)]()+'/'+_0x50ff66+_0x4c992d(0x1e7)+_0x318e59+_0x4c992d(0x169)+_0x15cce1;return(await this[_0x4c992d(0x261)][_0x4c992d(0x2f1)](_0x53e1c4))[_0x4c992d(0x3b7)];}async[_0x128a93(0x33c)](_0x9b2d69,_0x5744f3){const _0x3c952d=_0x128a93;let {unitID:_0x256f2d,type:_0x1c8c92,blockID:_0x39ca6c}=_0x5744f3,_0x5e928d=this[_0x3c952d(0x2dc)]()+'/block/'+_0x1c8c92+_0x3c952d(0x1e7)+_0x256f2d+_0x3c952d(0x169)+_0x39ca6c;return(await this[_0x3c952d(0x261)][_0x3c952d(0x2f1)](_0x5e928d))[_0x3c952d(0x3b7)];}async[_0x128a93(0x36d)](_0xf3fdb4,_0x535eaf){const _0x407570=_0x128a93;let {unitID:_0x25d6f7,type:_0x4bbc3b,from:_0x54b975,to:_0x4c606b}=_0x535eaf,_0x5119ae=this[_0x407570(0x2dc)]()+'/'+_0x4bbc3b+_0x407570(0x1e7)+_0x25d6f7+'/fetchmissing?from='+_0x54b975+_0x407570(0x356)+_0x4c606b;return(await this[_0x407570(0x261)]['get'](_0x5119ae))['body'];}[_0x128a93(0x2c0)](){const _0x44e5d3=_0x128a93;var _0x56191f;return(_0x56191f=this[_0x44e5d3(0x280)][_0x44e5d3(0x1bc)](_0x44e5d3(0x1f4)))==null?this[_0x44e5d3(0x2dc)]():_0x56191f;}[_0x128a93(0x2dc)](){const _0x2e5efe=_0x128a93;var _0x16b005;let _0x2e2da7=this[_0x2e5efe(0x280)][_0x2e5efe(0x1bc)](L);return(_0x16b005=_0x2e2da7==null?void 0x0:_0x2e2da7['snapshotServerUrl'])==null?_0x2e5efe(0x394):_0x16b005;}async[_0x128a93(0x340)](_0x3c7c0e,_0x37d5f0){const _0x727569=_0x128a93;let _0x508e43=_0x727569(0x141)+_0x37d5f0[_0x727569(0x2b6)]+'/unit/'+_0x37d5f0[_0x727569(0x2d2)]+_0x727569(0x2ab);return(await this[_0x727569(0x261)][_0x727569(0x2f1)](_0x508e43,{'params':{'resourceId':JSON[_0x727569(0x297)](_0x37d5f0[_0x727569(0x27e)])}}))[_0x727569(0x3b7)];}[_0x128a93(0x281)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x128a93(0x27b)](){const _0x168226=_0x128a93;throw Error(_0x168226(0x39d));}[_0x128a93(0x200)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x128a93(0x26e)](){const _0x5e94d4=_0x128a93;throw Error(_0x5e94d4(0x39d));}[_0x128a93(0x2c8)](){const _0x36bb1d=_0x128a93;throw Error(_0x36bb1d(0x39d));}[_0x128a93(0x355)](){const _0x3b3f77=_0x128a93;throw Error(_0x3b3f77(0x39d));}};Zn=V([B(0x0,_0x46ffbd),B(0x1,_0x37b5e1(_0x1fd0e9))],Zn);let Qn=class extends _0x3f75c5{constructor(_0x178ca1,_0x3bba07,_0x5d1a6a,_0x5e9629,_0x3f5835){const _0x4332d3=_0x128a93;super(_0x178ca1,_0x3bba07,_0x5d1a6a),this['_transformService']=_0x5e9629,this[_0x4332d3(0x346)]=_0x3f5835;}['transformUndoRedo'](_0x522c12,_0x3586c7){const _0x5ee0bd=_0x128a93;let _0x29aeb4=this[_0x5ee0bd(0x33b)](_0x522c12);if(_0x29aeb4)try{let _0x37a728=this[_0x5ee0bd(0x26c)](_0x29aeb4,_0x3586c7);this[_0x5ee0bd(0x1f8)](_0x522c12,_0x37a728);}catch(_0x4ce98c){this['_logService']['error'](_0x5ee0bd(0x174),_0x4ce98c),this['_clearUndo'](_0x522c12);}let _0x498923=this[_0x5ee0bd(0x20e)](_0x522c12);if(_0x498923)try{let _0x201d97=this['_transformStack'](_0x498923,_0x3586c7);this[_0x5ee0bd(0x228)](_0x522c12,_0x201d97);}catch(_0x536228){this[_0x5ee0bd(0x346)][_0x5ee0bd(0x22c)](_0x536228),this['_clearRedo'](_0x522c12);}}[_0x128a93(0x26a)](_0xa85172){const _0x2f1d63=_0x128a93;let _0x452fa7=this[_0x2f1d63(0x33b)](_0xa85172);_0x452fa7&&(_0x452fa7[_0x2f1d63(0x2c4)]=0x0,this[_0x2f1d63(0x2f8)]());}['_clearRedo'](_0x1b0381){const _0x35b2e4=_0x128a93;let _0x294470=this['_getRedoStack'](_0x1b0381);_0x294470&&(_0x294470[_0x35b2e4(0x2c4)]=0x0,this[_0x35b2e4(0x2f8)]());}['_substituteUndoStack'](_0x446de1,_0x2ba07c){const _0x5194c5=_0x128a93;this[_0x5194c5(0x384)][_0x5194c5(0x225)](_0x446de1,_0x2ba07c),this[_0x5194c5(0x2f8)]();}['_substituteRedoStack'](_0x27dcba,_0x551db4){const _0x563fe6=_0x128a93;this[_0x563fe6(0x269)][_0x563fe6(0x225)](_0x27dcba,_0x551db4),this['_updateStatus']();}[_0x128a93(0x26c)](_0x26b48e,_0x3bf120){const _0xc0f155=_0x128a93;let _0x1e5db8=[],_0x3324b2=_0x3bf120,_0x1f1b42=_0x3bf120;for(let _0x49a165=_0x26b48e['length']-0x1;_0x49a165>=0x0;_0x49a165--){let {unitID:_0x2b6069,undoMutations:_0x8aecd5,redoMutations:_0x5dea97}=_0x26b48e[_0x49a165],_0x363675=this[_0xc0f155(0x247)][_0xc0f155(0x1d7)](_0x3324b2,_0x8aecd5),_0x2ecc1a=this[_0xc0f155(0x247)][_0xc0f155(0x1d7)](_0x1f1b42,_0x5dea97);if(_0x23563d(_0x363675)||_0x23563d(_0x2ecc1a)){this[_0xc0f155(0x346)][_0xc0f155(0x22c)](_0xc0f155(0x174),_0xc0f155(0x359),_0x363675,_0x2ecc1a);break;}_0x3324b2=_0x363675[_0xc0f155(0x2a4)],_0x1f1b42=_0x2ecc1a[_0xc0f155(0x2a4)],_0x1e5db8[_0xc0f155(0x263)]({'unitID':_0x2b6069,'undoMutations':_0x363675[_0xc0f155(0x155)],'redoMutations':_0x2ecc1a[_0xc0f155(0x155)]});}return _0x1e5db8['reverse']();}};Qn=V([B(0x0,_0x450b7c),B(0x1,_0x3b4b60),B(0x2,_0x5422b8),B(0x3,_0xa32c02),B(0x4,_0x470483)],Qn);let $n=class extends _0xfc0aa6{constructor(_0x1c8749=pt,_0x30e0b3,_0x356f9b,_0x11f107){const _0x83b51f=_0x128a93;super(),this[_0x83b51f(0x398)]=_0x1c8749,this[_0x83b51f(0x346)]=_0x30e0b3,this[_0x83b51f(0x349)]=_0x356f9b,this[_0x83b51f(0x280)]=_0x11f107;let {..._0x48389f}=_0x3859b9({},pt,this[_0x83b51f(0x398)]);if(!_0x48389f['socketService'])throw Error(_0x83b51f(0x30a));this[_0x83b51f(0x398)]=_0x48389f,this['_configService'][_0x83b51f(0x147)](L,_0x48389f);}['onStarting'](){const _0x59153d=_0x128a93;this[_0x59153d(0x3c7)](),this[_0x59153d(0x39b)]();}[_0x128a93(0x3c7)](){const _0x3cb7b9=_0x128a93;var _0x50322b,_0x48d765;this[_0x3cb7b9(0x349)][_0x3cb7b9(0x3cd)](_0x3fb98b)&&this['_logService'][_0x3cb7b9(0x22c)]('[UniverCollaborationClientPlugin]',_0x3cb7b9(0x26f));let _0x41259f=_0x5bf09e([[_0x3fb98b,{'useClass':Qn}],[On,{'useValue':kn()}],[jn],[H],[Gt],[Bn],[Kn],[kt],[Xn],[z],[qn],[Tn,{'useClass':this[_0x3cb7b9(0x398)]['socketService']}],[_0x308163,{'useClass':Zn}],[_0x1bfb1e,{'useClass':Vn}],[_0x5c8c50,{'useClass':Jn}],[Ln,{'useClass':Rn}],[_0x29f169,{'useClass':Yn}],[Mn],[Fn]],(_0x50322b=this['_config'])==null?void 0x0:_0x50322b[_0x3cb7b9(0x254)]);if(!((_0x48d765=this[_0x3cb7b9(0x398)])!=null&&_0x48d765[_0x3cb7b9(0x31a)])){let _0x51d49f=_0x41259f[_0x3cb7b9(0x32d)](([_0x104c76])=>_0x104c76===W);_0x51d49f!==-0x1&&_0x41259f[_0x3cb7b9(0x1e3)](_0x51d49f,0x1);}_0x5c219a(this[_0x3cb7b9(0x349)],_0x41259f);}['_initDependencies'](){const _0x438e55=_0x128a93;var _0x448f42,_0x2d5adc;if(this['_injector']['get'](_0x1fd0e9)['registerHTTPInterceptor']({'priority':0x14,'interceptor':_0x172db3({'maxParallel':0x6})}),!((_0x448f42=this[_0x438e55(0x398)])!=null&&_0x448f42['enableOfflineEditing'])){var _0x41d889;(_0x41d889=this['_injector'][_0x438e55(0x2f1)](U,_0x562e14['OPTIONAL']))==null||_0x41d889[_0x438e55(0x338)]();}(_0x2d5adc=this[_0x438e55(0x398)])!=null&&_0x2d5adc[_0x438e55(0x2cd)]&&_0x434981(this[_0x438e55(0x349)],[[Bn]]),_0x434981(this[_0x438e55(0x349)],[[Kn],[Mn],[Xn]]);}};R($n,_0x128a93(0x374),_0x128a93(0x1fa)),R($n,_0x128a93(0x165),Nn),R($n,'version',Pn),$n=V([_0x21dd03(_0x6aad63,_0x46e417,_0x20222a),B(0x1,_0x470483),B(0x2,_0x37b5e1(_0x56145d)),B(0x3,_0x46ffbd)],$n);export{In as AttachmentSourceType,Vn as AuthzIoHttpService,J as AwaitingState,Y as AwaitingWithPendingState,vn as BaseCollaborationEntity,xn as BoardCollaborationEntity,L as COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY,Rn as CollaborationAttachmentIoService,Mn as CollaborationController,$ as CollaborationEntity,Jn as CollaborationImageIoService,Ht as CollaborationSession,jn as CollaborationSessionService,Dn as CollaborationSocketService,pn as CollaborationStatus,Ot as CollaborationUIEventId,z as CollaborationUIEventService,Qn as CollaborativeUndoRedoService,kt as CommentService,X as ConflictState,mt as DEFAULT_COLLAB_WEB_SOCKET_URL,Ct as DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT,ht as DEFAULT_WS_SESSION_TICKET_URL,qn as DataLoaderService,_n as DocCollaborationEntity,Q as FetchingMissState,gt as HEARTBEAT_INTERVAL_KEY,_t as HEARTBEAT_TIMEOUT_KEY,Ln as IAttachmentIoService,On as ICollaborationClientAdapterService,Tn as ICollaborationSocketService,U as ILocalCacheService,Sn as INetworkConditionService,W as ISingleActiveUnitService,xt as LOCAL_CACHE_INTERVAL,bt as LOCAL_CACHE_INTERVAL_KEY,H as MemberService,Yn as MentionIoHttpService,Z as OfflineState,q as PendingState,St as REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY,yt as RETRY_CONNECTING_MAX_COUNT_KEY,Bt as SessionStatus,yn as SheetCollaborationEntity,Gt as SheetTransformSelectionsService,bn as SlideCollaborationEntity,Zn as SnapshotServerOverHTTPService,K as SyncedState,Kt as UnitStatus,$n as UniverCollaborationClientPlugin,kn as createUniverCollaborationAdapter,Cn as deserializeToCombResponse,Ut as getLocalCacheKey,wn as serializeCombRequest};