@univerjs-pro/collaboration-client 1.0.0-alpha.1 → 1.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/README.md +8 -2
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +6 -0
  66. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -2
  67. package/lib/types/facade/f-collaboration.d.ts +40 -0
  68. package/lib/types/index.d.ts +6 -3
  69. package/lib/types/services/attachment-remote/attachment-io.service.d.ts +1 -4
  70. package/lib/types/services/collaboration-session/collaboration-changeset-translator.d.ts +4 -0
  71. package/lib/types/services/collaboration-session/collaboration-client-adapter.d.ts +39 -0
  72. package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
  73. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +14 -14
  74. package/lib/types/services/image-remote/image-io.service.d.ts +2 -4
  75. package/lib/umd/facade.js +1 -1
  76. package/lib/umd/index.js +1 -1
  77. package/lib/umd/locale/ar-SA.js +1 -1
  78. package/lib/umd/locale/ca-ES.js +1 -1
  79. package/lib/umd/locale/de-DE.js +1 -1
  80. package/lib/umd/locale/en-US.js +1 -1
  81. package/lib/umd/locale/es-ES.js +1 -1
  82. package/lib/umd/locale/fa-IR.js +1 -1
  83. package/lib/umd/locale/fr-FR.js +1 -1
  84. package/lib/umd/locale/id-ID.js +1 -1
  85. package/lib/umd/locale/it-IT.js +1 -1
  86. package/lib/umd/locale/ja-JP.js +1 -1
  87. package/lib/umd/locale/ko-KR.js +1 -1
  88. package/lib/umd/locale/pl-PL.js +1 -1
  89. package/lib/umd/locale/pt-BR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-HK.js +1 -1
  95. package/lib/umd/locale/zh-TW.js +1 -1
  96. package/package.json +15 -16
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- const _0x41987a=_0x19aa;(function(_0x2f6cb4,_0x296f9a){const _0x514c44=_0x19aa,_0x3a1334=_0x2f6cb4();while(!![]){try{const _0x231dc4=parseInt(_0x514c44(0x16a))/0x1*(parseInt(_0x514c44(0x147))/0x2)+parseInt(_0x514c44(0x2dc))/0x3+parseInt(_0x514c44(0x317))/0x4+parseInt(_0x514c44(0x1a4))/0x5+parseInt(_0x514c44(0x12a))/0x6+parseInt(_0x514c44(0x347))/0x7+-parseInt(_0x514c44(0x117))/0x8*(parseInt(_0x514c44(0x1ef))/0x9);if(_0x231dc4===_0x296f9a)break;else _0x3a1334['push'](_0x3a1334['shift']());}catch(_0x2e5c51){_0x3a1334['push'](_0x3a1334['shift']());}}}(_0x4eb4,0xe01b5));import{ApplyBaseJson1Mutation as _0x53142b}from'@univerjs-pro/bases';import{CollaborationEvent as _0x37e6b9,CompressMutationService as _0x1a5da1,EmptyMutationInfo as _0x40fa1e,ISnapshotServerService as _0x14a7d0,ITransformService as _0x9f9abc,RevisionService as _0x3fc7dd,SnapshotService as _0x26ae5a,UniverCollaborationPlugin as _0x4c7889,b64DecodeUnicode as _0x2e4bf2,isTransformChangesetsSuccess as _0x14770a,isTransformMutationsWithChangesetFailure as _0x507887,isTransformMutationsWithChangesetSuccess as _0x1e803a,mapDocumentTypeToUniverInstanceType as _0x24bc02,parseChangesetToProtocol as _0x15881f,parseProtocolChangeset as _0x14e41b,textEncoder as _0x563765,uuidv4 as _0x2d97c4}from'@univerjs-pro/collaboration';import{CommandType as _0x5df0cd,DependentOn as _0x122824,Disposable as _0x5eef44,DisposableCollection as _0x2fc8ea,IAuthzIoService as _0x521642,ICommandService as _0x2ee379,IConfigService as _0x180533,IContextService as _0x5213af,ILogService as _0x4e6776,IMentionIOService as _0x313406,IPermissionService as _0x1e2fb3,IUndoRedoService as _0x9c7bc9,IUniverInstanceService as _0x124498,Inject as _0x3ad2a9,Injector as _0x203225,JSONX as _0x3f440c,LocalUndoRedoService as _0x3984a0,LocaleService as _0x4a5570,MentionType as _0x3a5319,Optional as _0x1e3f17,Plugin as _0x2e0d95,Quantity as _0x5b40f0,Rectangle as _0x53c185,RxDisposable as _0x5f3021,Tools as _0x595fc4,UniverInstanceType as _0x4c1fb5,UserManagerService as _0x528178,Workbook as _0x5b84da,createIdentifier as _0x25425e,generateRandomId as _0x4f78e5,isInternalEditorID as _0x2f3dff,merge as _0x203db1,mergeOverrideWithDependencies as _0x1c9838,registerDependencies as _0x3d3e90,resolveWithBasePath as _0x407e43,sequenceExecute as _0xf17e94,toDisposable as _0x1c7184,touchDependencies as _0x56a100}from'@univerjs/core';import{DocStateChangeManagerService as _0xf4830c,RichTextEditingMutation as _0x2e4ccc}from'@univerjs/docs';import{InsertSheetMutation as _0x4cb7fa,SetSelectionsOperation as _0x39389e,SheetPermissionInitController as _0x3e8474,SheetsSelectionsService as _0x2af039,WorkbookEditablePermission as _0x12238f}from'@univerjs/sheets';import{BehaviorSubject as _0x1d9402,ReplaySubject as _0x94717b,Subject as _0x206e3c,concatMap as _0x58febc,firstValueFrom as _0x4a9cf1,map as _0x1f7c57,merge as _0x2a9d61,of as _0x17f9f,shareReplay as _0x4e2a1b,take as _0x2fb4c6,takeUntil as _0x5dc313}from'rxjs';import{CmdRspCode as _0x42b7f8,CombCmd as _0x42f7c9,ErrorCode as _0x17396f,FileSource as _0x194984}from'@univerjs/protocol';import{ITelemetryService as _0x52074e}from'@univerjs/telemetry';import{delay as _0x4fa145,filter as _0x53386c,map as _0x252691,take as _0x18c870,takeUntil as _0x14fd58}from'rxjs/operators';import{AddSlidePageMutation as _0x311e67,EnsureSlideMasterPageMutation as _0x151b53,MoveSlidePageMutation as _0x4a0b1d,RemoveSlidePageMutation as _0x1ccdaf}from'@univerjs-pro/slides';import{HTTPRequest as _0x440c7e,HTTPService as _0x27178d,ISocketService as _0xcc93f,MergeInterceptorFactory as _0x52324b,ThresholdInterceptorFactory as _0x4a9968,UniverNetworkPlugin as _0x36a0f0}from'@univerjs/network';import{UniverLicensePlugin as _0x18c18b,getGlobalObject as _0x2f49f7}from'@univerjs-pro/license';import{DRAWING_IMAGE_ALLOW_IMAGE_LIST as _0x4c7c04,IImageIoService as _0x5d3bb6,ImageSourceType as _0x11f9af,ImageUploadStatusType as _0x5785a8,getDrawingImageAllowSize as _0xd89f51}from'@univerjs/drawing';import{cbc as _0x8b182e}from'@noble/ciphers/aes.js';import{concatBytes as _0x5d9300,randomBytes as _0xee0b57,utf8ToBytes as _0x1677f9}from'@noble/ciphers/utils.js';const F=_0x41987a(0x14f),gt={},_t=_0x41987a(0x1bc),vt='/universer-api/user/session-ticket',yt='HEARTBEAT_INTERVAL',bt=_0x41987a(0x320),xt=0x4e20,St=_0x41987a(0x309),Ct='LOCAL_CACHE_INTERVAL',wt=0x3e8,Tt=_0x41987a(0x2b8),Et=_0x41987a(0x345);function Dt(_0x429f87){const _0x57e9e5=_0x41987a;return JSON[_0x57e9e5(0x231)](_0x429f87)[_0x57e9e5(0x2ca)];}function Ot(_0x668bcc){'@babel/helpers - typeof';const _0x36ac5f=_0x41987a;return Ot=typeof Symbol==_0x36ac5f(0x1a8)&&typeof Symbol[_0x36ac5f(0x16b)]==_0x36ac5f(0x2d7)?function(_0x52fe93){return typeof _0x52fe93;}:function(_0x4a7c6f){const _0x21e605=_0x36ac5f;return _0x4a7c6f&&typeof Symbol==_0x21e605(0x1a8)&&_0x4a7c6f[_0x21e605(0x35d)]===Symbol&&_0x4a7c6f!==Symbol['prototype']?'symbol':typeof _0x4a7c6f;},Ot(_0x668bcc);}function kt(_0x2a4bc4,_0x2a3260){const _0x55d30a=_0x41987a;if(Ot(_0x2a4bc4)!='object'||!_0x2a4bc4)return _0x2a4bc4;var _0x7af8ab=_0x2a4bc4[Symbol[_0x55d30a(0x2f4)]];if(_0x7af8ab!==void 0x0){var _0x44b191=_0x7af8ab[_0x55d30a(0x115)](_0x2a4bc4,_0x2a3260||_0x55d30a(0x153));if(Ot(_0x44b191)!=_0x55d30a(0x365))return _0x44b191;throw TypeError(_0x55d30a(0x1a0));}return(_0x2a3260==='string'?String:Number)(_0x2a4bc4);}function At(_0x1dcdba){const _0x2b29c5=_0x41987a;var _0x235ffd=kt(_0x1dcdba,'string');return Ot(_0x235ffd)==_0x2b29c5(0x2d7)?_0x235ffd:_0x235ffd+'';}function I(_0x681f43,_0x2f93a6,_0x290228){const _0x2a4eea=_0x41987a;return(_0x2f93a6=At(_0x2f93a6))in _0x681f43?Object[_0x2a4eea(0x331)](_0x681f43,_0x2f93a6,{'value':_0x290228,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x681f43[_0x2f93a6]=_0x290228,_0x681f43;}let jt=function(_0x2df3ee){const _0x5252cc=_0x41987a;return _0x2df3ee[_0x5252cc(0x16c)]='OTHER_CLIENT_EDITING',_0x2df3ee[_0x5252cc(0x21f)]='PERMISSION_DENIED',_0x2df3ee['CONFLICT']='CONFLICT',_0x2df3ee[_0x5252cc(0x118)]=_0x5252cc(0x118),_0x2df3ee['JOIN_ROOM_FAILED']=_0x5252cc(0x252),_0x2df3ee['SOCKET_FAILED_RETRY']=_0x5252cc(0x1d7),_0x2df3ee[_0x5252cc(0x27c)]=_0x5252cc(0x27c),_0x2df3ee[_0x5252cc(0x298)]=_0x5252cc(0x298),_0x2df3ee;}({});var L=class{constructor(){const _0x3c272d=_0x41987a;I(this,_0x3c272d(0x157),new _0x206e3c()),I(this,_0x3c272d(0x143),this[_0x3c272d(0x157)][_0x3c272d(0x275)]());}[_0x41987a(0x1b3)](_0x1ae82d){const _0x41be8f=_0x41987a;this[_0x41be8f(0x157)][_0x41be8f(0x285)](_0x1ae82d);}},Mt=class{constructor(){const _0xb08dd=_0x41987a;I(this,'_commentUpdate$',new _0x206e3c()),I(this,_0xb08dd(0x14e),this[_0xb08dd(0x2c6)]['asObservable']());}['onCommentUpdate'](_0x305cde){const _0x34d8e8=_0x41987a;this[_0x34d8e8(0x2c6)][_0x34d8e8(0x285)](_0x305cde);}};function R(_0x5b839d,_0x5b672a){return function(_0x520d9f,_0x763317){_0x5b672a(_0x520d9f,_0x763317,_0x5b839d);};}function z(_0x84bdc2,_0x347fe5,_0x163837,_0x2ba50c){const _0xa2410c=_0x41987a;var _0xa20935=arguments[_0xa2410c(0x2ca)],_0x578250=_0xa20935<0x3?_0x347fe5:_0x2ba50c===null?_0x2ba50c=Object[_0xa2410c(0x323)](_0x347fe5,_0x163837):_0x2ba50c,_0x4ecab3;if(typeof Reflect==_0xa2410c(0x365)&&typeof Reflect[_0xa2410c(0x34c)]==_0xa2410c(0x1a8))_0x578250=Reflect['decorate'](_0x84bdc2,_0x347fe5,_0x163837,_0x2ba50c);else{for(var _0x1d0d02=_0x84bdc2[_0xa2410c(0x2ca)]-0x1;_0x1d0d02>=0x0;_0x1d0d02--)(_0x4ecab3=_0x84bdc2[_0x1d0d02])&&(_0x578250=(_0xa20935<0x3?_0x4ecab3(_0x578250):_0xa20935>0x3?_0x4ecab3(_0x347fe5,_0x163837,_0x578250):_0x4ecab3(_0x347fe5,_0x163837))||_0x578250);}return _0xa20935>0x3&&_0x578250&&Object['defineProperty'](_0x347fe5,_0x163837,_0x578250),_0x578250;}let B=class extends _0x5eef44{constructor(_0x4e9cd8,_0x3094fb){const _0xde51a9=_0x41987a;super(),this[_0xde51a9(0x286)]=_0x4e9cd8,this[_0xde51a9(0x36c)]=_0x3094fb,I(this,_0xde51a9(0x184),new Map()),I(this,_0xde51a9(0x22a),new _0x206e3c()),this[_0xde51a9(0x1f9)](_0x2a9d61(this[_0xde51a9(0x286)][_0xde51a9(0x1b6)](_0x4c1fb5[_0xde51a9(0x15d)])['pipe'](_0x252691(_0x45d8f9=>_0x45d8f9[_0xde51a9(0x1d9)]())),this['_univerInstanceService'][_0xde51a9(0x1b6)](_0x4c1fb5[_0xde51a9(0x35e)])['pipe'](_0x252691(_0x2a8056=>_0x2a8056[_0xde51a9(0x1d9)]())),this[_0xde51a9(0x286)][_0xde51a9(0x1b6)](_0x4c1fb5[_0xde51a9(0x25d)])[_0xde51a9(0x154)](_0x252691(_0x150da9=>_0x150da9[_0xde51a9(0x1d9)]())))[_0xde51a9(0x1f2)](_0x5ffded=>this[_0xde51a9(0x145)](_0x5ffded)));}[_0x41987a(0x2bb)](_0x1bf4c8){const _0x2e5482=_0x41987a;return this[_0x2e5482(0x184)][_0x2e5482(0x330)](_0x1bf4c8)?_0x17f9f(this[_0x2e5482(0x184)]['get'](_0x1bf4c8)):this[_0x2e5482(0x22a)][_0x2e5482(0x154)](_0x252691(_0x5059d1=>{const _0x52b817=_0x2e5482;if(_0x5059d1===_0x1bf4c8)return this[_0x52b817(0x184)]['get'](_0x5059d1);}));}['setCurrentUser'](_0x439af7){const _0x1a02f=_0x41987a;this[_0x1a02f(0x36c)][_0x1a02f(0x36a)](_0x439af7);}[_0x41987a(0x29b)](){const _0x59d2b3=_0x41987a;return this[_0x59d2b3(0x36c)][_0x59d2b3(0x29b)]();}['updateMember'](_0x10902b,_0x4d682b){const _0x2d4877=_0x41987a;let _0x24c8f6=this[_0x2d4877(0x184)][_0x2d4877(0x11d)](_0x10902b);_0x24c8f6||(_0x24c8f6=new Nt(),this[_0x2d4877(0x184)][_0x2d4877(0x103)](_0x10902b,_0x24c8f6),this[_0x2d4877(0x22a)][_0x2d4877(0x285)](_0x10902b)),_0x24c8f6[_0x2d4877(0x212)](_0x4d682b);}[_0x41987a(0x1b8)](_0xc157f1,_0x2d468c){const _0xc12e04=_0x41987a;let _0x30b653=this[_0xc12e04(0x184)][_0xc12e04(0x11d)](_0xc157f1);_0x30b653&&_0x30b653[_0xc12e04(0x1b8)](_0x2d468c);}[_0x41987a(0x287)](_0xdbea2b){const _0x5472c8=_0x41987a;return this[_0x5472c8(0x184)][_0x5472c8(0x11d)](_0xdbea2b);}[_0x41987a(0x161)](_0x7a877,_0x2540a0){const _0x448079=_0x41987a;let _0x40181c=this[_0x448079(0x184)][_0x448079(0x11d)](_0x7a877);if(_0x40181c)return _0x40181c['getMember'](_0x2540a0);}[_0x41987a(0x145)](_0x8a8919){const _0x53edeb=_0x41987a;let _0x2f5722=this['_roomMembers'][_0x53edeb(0x11d)](_0x8a8919);_0x2f5722&&(_0x2f5722[_0x53edeb(0x31e)](),this[_0x53edeb(0x184)][_0x53edeb(0x23f)](_0x8a8919));}['dispose'](){const _0x58d69b=_0x41987a;this[_0x58d69b(0x184)][_0x58d69b(0x329)](_0x30637f=>_0x30637f[_0x58d69b(0x31e)]()),this['_roomMembers'][_0x58d69b(0x281)](),this[_0x58d69b(0x22a)][_0x58d69b(0x2a9)]();}};B=z([R(0x0,_0x124498),R(0x1,_0x3ad2a9(_0x528178))],B);var Nt=class extends _0x5eef44{constructor(..._0x4a4898){const _0x5eff56=_0x41987a;super(..._0x4a4898),I(this,_0x5eff56(0x18b),new Map()),I(this,_0x5eff56(0x191),new _0x1d9402(this[_0x5eff56(0x18b)])),I(this,_0x5eff56(0x27b),this[_0x5eff56(0x191)][_0x5eff56(0x275)]());}[_0x41987a(0x31e)](){const _0x16dae4=_0x41987a;this[_0x16dae4(0x18b)][_0x16dae4(0x281)](),this[_0x16dae4(0x191)]['complete']();}[_0x41987a(0x212)](_0x2a1061){const _0x190560=_0x41987a;this['_members'][_0x190560(0x103)](_0x2a1061[_0x190560(0x32d)],_0x2a1061),this[_0x190560(0x375)]();}['removeMember'](_0x594503){const _0x25fd52=_0x41987a;this[_0x25fd52(0x18b)][_0x25fd52(0x23f)](_0x594503),this[_0x25fd52(0x375)]();}[_0x41987a(0x161)](_0x3bd234){const _0x62328e=_0x41987a;return this['_members'][_0x62328e(0x11d)](_0x3bd234);}[_0x41987a(0x36b)](){const _0x2139b9=_0x41987a;return Array[_0x2139b9(0x301)](this[_0x2139b9(0x18b)][_0x2139b9(0x131)]());}['_emitMembers'](){const _0x4feceb=_0x41987a;this['_members$'][_0x4feceb(0x285)](this[_0x4feceb(0x18b)]);}};let Pt=function(_0x34a086){const _0x66e807=_0x41987a;return _0x34a086[_0x34a086[_0x66e807(0x319)]=0x0]=_0x66e807(0x319),_0x34a086[_0x34a086[_0x66e807(0x2ce)]=0x1]=_0x66e807(0x2ce),_0x34a086[_0x34a086['OFFLINE']=0x2]=_0x66e807(0x210),_0x34a086[_0x34a086['ONLINE']=0x3]='ONLINE',_0x34a086;}({});const Ft={[_0x42b7f8[_0x41987a(0x30e)]]:_0x41987a(0x186),[_0x42b7f8[_0x41987a(0x21c)]]:'session.room-full',[_0x42b7f8[_0x41987a(0x324)]]:'session.room-not-exists',[_0x42b7f8[_0x41987a(0x1ed)]]:_0x41987a(0x274),[_0x42b7f8[_0x41987a(0x13a)]]:_0x41987a(0x14d)};function _0x19aa(_0x2fafee,_0x3f7d5d){_0x2fafee=_0x2fafee-0xf3;const _0x4eb463=_0x4eb4();let _0x19aa73=_0x4eb463[_0x2fafee];return _0x19aa73;}let It=class extends _0x5f3021{get[_0x41987a(0x21e)](){const _0x42b945=_0x41987a;return this[_0x42b945(0x374)][_0x42b945(0x314)]();}constructor(_0x1f73a9,_0x2d847f,_0x4a12f0,_0x153266,_0x273bf7,_0x2c9d47,_0x3a2a9e,_0x4183da){const _0xc47bd8=_0x41987a;super(),this[_0xc47bd8(0x2f2)]=_0x1f73a9,this[_0xc47bd8(0x235)]=_0x4a12f0,this[_0xc47bd8(0x18a)]=_0x153266,this[_0xc47bd8(0x19b)]=_0x273bf7,this[_0xc47bd8(0x121)]=_0x2c9d47,this[_0xc47bd8(0x33a)]=_0x3a2a9e,this[_0xc47bd8(0x162)]=_0x4183da,I(this,_0xc47bd8(0x374),new _0x1d9402(0x0)),I(this,'sessionStatus$',this[_0xc47bd8(0x374)][_0xc47bd8(0x275)]()),I(this,_0xc47bd8(0x157),new _0x206e3c()),I(this,'event$',this[_0xc47bd8(0x157)][_0xc47bd8(0x275)]()),I(this,'_socket',void 0x0),I(this,_0xc47bd8(0x299),void 0x0),I(this,_0xc47bd8(0x33c),void 0x0),I(this,_0xc47bd8(0x24e),!0x1),I(this,_0xc47bd8(0x204),null),this['_shouldReportTelemetry']=!!this['_telemetryService'],_0x2d847f[_0xc47bd8(0x154)](_0x5dc313(this[_0xc47bd8(0x312)]))[_0xc47bd8(0x1f2)](_0x1c92a1=>{const _0xefcd67=_0xc47bd8;if(_0x1c92a1!==void 0x0){if(this['_socket']=_0x1c92a1,_0x1c92a1)this[_0xefcd67(0x1b0)](_0x1c92a1),this[_0xefcd67(0x299)]=_0x1c92a1[_0xefcd67(0x13f)]['subscribe'](_0x333f86=>{const _0x16ce81=_0xefcd67;_0x333f86[_0x16ce81(0x366)]===this['_unitID']&&this['_onCombEvent'](_0x333f86);});else{var _0x780c50;this[_0xefcd67(0x208)](),this[_0xefcd67(0x374)][_0xefcd67(0x285)](0x2),(_0x780c50=this[_0xefcd67(0x299)])==null||_0x780c50[_0xefcd67(0x1a1)](),this['_socketMessageSubscription']=null;}}});}[_0x41987a(0x1f4)](){const _0x15c3b8=_0x41987a;var _0xdf3e08,_0x2af96b;return(_0xdf3e08=(_0x2af96b=this[_0x15c3b8(0x187)])==null?void 0x0:_0x2af96b['memberID'])==null?null:_0xdf3e08;}[_0x41987a(0x31e)](){const _0x20f303=_0x41987a;super[_0x20f303(0x31e)](),this[_0x20f303(0x277)](),this[_0x20f303(0x312)]['next'](),this[_0x20f303(0x312)][_0x20f303(0x2a9)]();}[_0x41987a(0x277)](){const _0x7ee457=_0x41987a;var _0x58d03e,_0x3b5bb1;this[_0x7ee457(0x208)](),(_0x58d03e=this[_0x7ee457(0x187)])==null||_0x58d03e['send']({'cmd':_0x42f7c9[_0x7ee457(0x1a3)],'data':{'roomID':this[_0x7ee457(0x2f2)]}}),(_0x3b5bb1=this[_0x7ee457(0x187)])==null||_0x3b5bb1['close'](),this[_0x7ee457(0x157)][_0x7ee457(0x2a9)](),this[_0x7ee457(0x374)][_0x7ee457(0x2a9)]();}[_0x41987a(0x2a5)](_0x1f5565){const _0x1640b7=_0x41987a;_0x1f5565[_0x1640b7(0x193)]===_0x42f7c9[_0x1640b7(0x1f7)]?this[_0x1640b7(0x2e8)](_0x1f5565):_0x1f5565[_0x1640b7(0x193)]===_0x42f7c9[_0x1640b7(0x1e6)]&&this[_0x1640b7(0x306)](_0x1f5565);}[_0x41987a(0x1b0)](_0x5d3a02){const _0x384760=_0x41987a;this[_0x384760(0x374)][_0x384760(0x285)](0x1),_0x5d3a02[_0x384760(0x35c)]({'cmd':_0x42f7c9[_0x384760(0x1f7)],'routeKey':this[_0x384760(0x2f2)],'routeType':'','data':{'rooms':[{'roomID':this['_unitID']}]}});}[_0x41987a(0x2e8)](_0x4e47d1){const _0x57863e=_0x41987a;var _0x4abbd0;if(_0x4e47d1[_0x57863e(0x2c8)]in Ft){this[_0x57863e(0x33a)][_0x57863e(0x1b3)]({'id':_0x57863e(0x252),'data':Ft[_0x4e47d1['code']]}),this['_sessionStatus$']['next'](0x2);return;}this['_sessionStatus$'][_0x57863e(0x285)](0x3);let _0x308758=(_0x4abbd0=_0x4e47d1[_0x57863e(0x22c)][_0x57863e(0xfd)][this['_unitID']])==null?void 0x0:_0x4abbd0[_0x57863e(0x339)];_0x308758&&_0x308758[_0x57863e(0x329)](_0x468bca=>this[_0x57863e(0x19b)][_0x57863e(0x212)](this[_0x57863e(0x2f2)],_0x468bca));}['_onRecvEvent'](_0x411c85){const _0x38e6bf=_0x41987a;try{let _0x3d6323=_0x411c85[_0x38e6bf(0x22c)];switch(_0x3d6323['eventID']){case _0x37e6b9[_0x38e6bf(0xf9)]:this['_onUserJoin'](_0x3d6323),this[_0x38e6bf(0x157)][_0x38e6bf(0x285)](_0x3d6323);break;case _0x37e6b9[_0x38e6bf(0x17b)]:this[_0x38e6bf(0x1bf)](_0x3d6323),this[_0x38e6bf(0x157)][_0x38e6bf(0x285)](_0x3d6323);break;case _0x37e6b9[_0x38e6bf(0x280)]:case _0x37e6b9[_0x38e6bf(0x34e)]:this[_0x38e6bf(0x2d0)](),this['_clearCollaborationTimeoutTimer'](),this[_0x38e6bf(0x157)][_0x38e6bf(0x285)](_0x3d6323);break;case _0x37e6b9[_0x38e6bf(0x108)]:this[_0x38e6bf(0x235)][_0x38e6bf(0x2fa)]('save\x20fail\x20reason\x20is\x20'+JSON[_0x38e6bf(0x231)](_0x3d6323)),this['_event$'][_0x38e6bf(0x285)](_0x3d6323);break;case _0x37e6b9[_0x38e6bf(0x262)]:this[_0x38e6bf(0x121)][_0x38e6bf(0x263)](_0x3d6323['data']),this[_0x38e6bf(0x157)][_0x38e6bf(0x285)](_0x3d6323);break;default:this['_event$'][_0x38e6bf(0x285)](_0x3d6323);}}catch(_0x337b62){this[_0x38e6bf(0x235)][_0x38e6bf(0x2fa)](_0x337b62,_0x411c85);}}[_0x41987a(0x17d)](_0x165db7){const _0x54e43d=_0x41987a;this[_0x54e43d(0x19b)][_0x54e43d(0x212)](this[_0x54e43d(0x2f2)],_0x165db7['data']);}[_0x41987a(0x1bf)](_0x29d492){const _0x451b0e=_0x41987a;this['_memberService'][_0x451b0e(0x1b8)](this[_0x451b0e(0x2f2)],_0x29d492[_0x451b0e(0x22c)][_0x451b0e(0x32d)]);}async['send'](_0x466654,_0x519779){const _0x2195e1=_0x41987a;if(this[_0x2195e1(0x21e)]!==0x3||!this[_0x2195e1(0x187)])throw Error(_0x2195e1(0x2d4));try{_0x466654[_0x2195e1(0x2d5)]===_0x37e6b9[_0x2195e1(0x23c)]&&(this[_0x2195e1(0x25c)](),this[_0x2195e1(0x179)](_0x466654)),this[_0x2195e1(0x187)][_0x2195e1(0x35c)]({'cmd':_0x42f7c9[_0x2195e1(0x2e9)],'routeKey':_0x519779,'routeType':'','data':_0x466654});}catch(_0x231ca9){this['_logService'][_0x2195e1(0x2fa)](_0x231ca9);}}[_0x41987a(0x25c)](){const _0x5330bf=_0x41987a;var _0x9f23b1;this[_0x5330bf(0x33c)]=setTimeout(()=>{const _0x33d403=_0x5330bf;this[_0x33d403(0x33c)]=null,this[_0x33d403(0x33a)][_0x33d403(0x1b3)]({'id':_0x33d403(0x298)});},(_0x9f23b1=this['_configService']['getConfig'](_0x5330bf(0x320)))==null?xt:_0x9f23b1);}[_0x41987a(0x1e4)](){const _0x4e3306=_0x41987a;this[_0x4e3306(0x33c)]&&(clearTimeout(this[_0x4e3306(0x33c)]),this[_0x4e3306(0x33c)]=null);}[_0x41987a(0x179)](_0x35999c){const _0x212336=_0x41987a;if(!this[_0x212336(0x24e)])return;let {data:_0x20f97a}=_0x35999c,{unitID:_0x2a025,changeset:_0x283e25}=_0x20f97a,{mutations:_0x37dfcf,type:_0x565d00}=_0x283e25;this[_0x212336(0x204)]={'unitId':_0x2a025,'type':_0x565d00,'startTime':performance[_0x212336(0x12c)](),'stopTime':0x0,'duration':0x0,'size':Dt(_0x37dfcf)};}[_0x41987a(0x2d0)](){const _0x426d72=_0x41987a;if(this['_shouldReportTelemetry']){if(!this[_0x426d72(0x204)]){this[_0x426d72(0x235)][_0x426d72(0x2fa)]('[CollaborationSession]',_0x426d72(0x10e));return;}this[_0x426d72(0x204)]['stopTime']=performance[_0x426d72(0x12c)](),this[_0x426d72(0x204)][_0x426d72(0x122)]=this[_0x426d72(0x204)][_0x426d72(0x1df)]-this['_telemetryInfo'][_0x426d72(0x270)],this[_0x426d72(0x162)][_0x426d72(0x258)](_0x426d72(0x2ed),this[_0x426d72(0x204)]),this[_0x426d72(0x204)]=null;}}[_0x41987a(0x208)](){const _0x30692e=_0x41987a;this[_0x30692e(0x204)]=null;}};It=z([R(0x2,_0x4e6776),R(0x3,_0x180533),R(0x4,_0x3ad2a9(B)),R(0x5,_0x3ad2a9(Mt)),R(0x6,_0x3ad2a9(L)),R(0x7,_0x1e3f17(_0x52074e))],It);const V=_0x25425e(_0x41987a(0x11b));function Lt(_0x5da517){return'unit-cache-'+_0x5da517;}function Rt(_0x488fb0){const _0x350e01=_0x41987a;let {unitID:_0x276b70,mutations:_0x437879}=_0x488fb0;return{'unitId':_0x276b70,'subUnitId':_0x437879['length']>0x0?_0x437879[0x0][_0x350e01(0x232)][_0x350e01(0x2fb)]:null};}let zt=class{constructor(_0xa87be,_0x4ddb8f,_0x46a04f){const _0x5bb562=_0x41987a;this[_0x5bb562(0x29c)]=_0xa87be,this[_0x5bb562(0x326)]=_0x4ddb8f,this['_instanceService']=_0x46a04f;}[_0x41987a(0x2fc)](_0x5c4106){const _0x3c4ba8=_0x41987a;var _0x313f36,_0x28457e;let _0x1b8c00=this[_0x3c4ba8(0x29c)][_0x3c4ba8(0x11d)](_0x2af039),{unitId:_0x3109a4,subUnitId:_0x1db25d}=Rt(_0x5c4106),_0x252ca2=_0x1b8c00==null?void 0x0:_0x1b8c00[_0x3c4ba8(0x113)](_0x3109a4)['getCurrentSelections'](),_0x276064=(_0x313f36=this[_0x3c4ba8(0x2de)][_0x3c4ba8(0x1ce)](_0x3109a4))==null||(_0x313f36=_0x313f36[_0x3c4ba8(0x30f)]())==null?void 0x0:_0x313f36['getSheetId']();if(_0x252ca2['length']===0x0||!_0x3109a4||!_0x1db25d)return;let _0x27eeee=[{'id':_0x39389e['id'],'params':{'unitId':_0x3109a4,'subUnitId':_0x276064,'selections':_0x595fc4[_0x3c4ba8(0x2a1)](_0x252ca2)}}],_0x423515=this[_0x3c4ba8(0x326)][_0x3c4ba8(0xf5)](_0x5c4106,_0x27eeee);if(!_0x1e803a(_0x423515))throw _0x423515[_0x3c4ba8(0x2fa)];let _0x20e770=(_0x28457e=_0x423515[_0x3c4ba8(0x134)][0x0])==null||(_0x28457e=_0x28457e['params'])==null?void 0x0:_0x28457e[_0x3c4ba8(0x334)];if(Array['isArray'](_0x20e770)&&_0x20e770[_0x3c4ba8(0x2ca)]){if(_0x20e770[_0x3c4ba8(0x2ca)]===_0x27eeee[0x0][_0x3c4ba8(0x232)][_0x3c4ba8(0x334)][_0x3c4ba8(0x2ca)]&&_0x20e770[_0x3c4ba8(0xff)]((_0x4b0e55,_0x597c07)=>_0x53c185[_0x3c4ba8(0x28b)](_0x4b0e55[_0x3c4ba8(0x176)],_0x27eeee[0x0]['params']['selections'][_0x597c07][_0x3c4ba8(0x176)])))return;this['_injector'][_0x3c4ba8(0x11d)](_0x2ee379)[_0x3c4ba8(0x336)](_0x39389e['id'],{'unitId':_0x3109a4,'subUnitId':_0x276064,'selections':_0x20e770});}}};zt=z([R(0x0,_0x3ad2a9(_0x203225)),R(0x1,_0x9f9abc),R(0x2,_0x124498)],zt);const H=_0x25425e(_0x41987a(0x304));let Bt=function(_0x5011fe){const _0x29e9f8=_0x41987a;return _0x5011fe[_0x5011fe[_0x29e9f8(0x311)]=0x0]='NO_OTHER_CLIENTS_EDITING',_0x5011fe[_0x5011fe['OTHER_CLIENTS_EDITING']=0x1]=_0x29e9f8(0xf7),_0x5011fe;}({});function Vt(_0xcf952b){const _0xf4a377=_0x41987a;var _0x12fb62;return!!((_0x12fb62=_0xcf952b['params'])!=null&&_0x12fb62[_0xf4a377(0x1b4)]);}const Ht=new Set([_0x4cb7fa['id']]),Ut=new Set([_0x311e67['id'],_0x151b53['id'],_0x4a0b1d['id'],_0x1ccdaf['id']]);function Wt(_0x545912,_0x50d9da=Ht){const _0x29b203=_0x41987a;let _0x29ff79=[];for(let _0x6a1170 of _0x545912){if(_0x50d9da[_0x29b203(0x330)](_0x6a1170['id'])){if(_0x29ff79['length']>0x0)break;_0x29ff79[_0x29b203(0x27f)](_0x6a1170);break;}if(Vt(_0x6a1170)){if(_0x29ff79[_0x29b203(0x2ca)]>0x0)break;_0x29ff79[_0x29b203(0x27f)](_0x6a1170);break;}_0x29ff79[_0x29b203(0x27f)](_0x6a1170);}return _0x29ff79;}function Gt(_0x4bfea7,_0xc67b06,_0x32ce4c,_0x2da275,_0x30ce72){const _0xbfdd91=_0x41987a;var _0xce1c66,_0x28fb2b,_0x17662c,_0x13162a;let _0xd1fa1b=Wt(_0x4bfea7),_0x2ac989=(_0xce1c66=(_0x28fb2b=_0x30ce72['getCurrentUser']())==null?void 0x0:_0x28fb2b[_0xbfdd91(0x155)])==null?_0xbfdd91(0x1cf):_0xce1c66,_0x529337=(_0x17662c=(_0x13162a=_0x30ce72[_0xbfdd91(0x29b)]())==null?void 0x0:_0x13162a[_0xbfdd91(0x32d)])==null?_0xbfdd91(0x1cf):_0x17662c;return{'changeset':{'unitID':_0xc67b06,'type':_0x24bc02(_0x32ce4c[_0xbfdd91(0x1f1)](_0xc67b06)),'baseRev':_0x2da275[_0xbfdd91(0x15c)](_0xc67b06),'revision':0x0,'userID':_0x2ac989,'memberID':_0x529337,'mutations':_0xd1fa1b},'pendingMutations':_0x4bfea7['slice'](_0xd1fa1b[_0xbfdd91(0x2ca)])};}const Kt=Gt;function qt(_0x18ca12,_0x22b2d0,_0xee2272,_0x23e9f7,_0x13bdd7){return Gt(_0x18ca12,_0x22b2d0,_0xee2272,_0x23e9f7,_0x13bdd7);}function Jt(_0x597208,_0x307cfd,_0x25f102,_0x152994,_0x2f8154){const _0x50a9a6=_0x41987a;var _0x1e5e52,_0x4c6ede,_0x547a88,_0x35d039;let _0x525ffa=Wt(_0x597208,Ut),_0x495674=(_0x1e5e52=(_0x4c6ede=_0x2f8154[_0x50a9a6(0x29b)]())==null?void 0x0:_0x4c6ede[_0x50a9a6(0x155)])==null?'unknown':_0x1e5e52,_0x34c519=(_0x547a88=(_0x35d039=_0x2f8154[_0x50a9a6(0x29b)]())==null?void 0x0:_0x35d039['memberID'])==null?_0x50a9a6(0x1cf):_0x547a88;return{'changeset':{'unitID':_0x307cfd,'type':_0x24bc02(_0x25f102[_0x50a9a6(0x1f1)](_0x307cfd)),'baseRev':_0x152994['getCurrentRevOfUnit'](_0x307cfd),'revision':0x0,'userID':_0x495674,'memberID':_0x34c519,'mutations':_0x525ffa},'pendingMutations':_0x597208['slice'](_0x525ffa['length'])};}function Yt(_0x261cdd,_0x295f26,_0x1e01c8,_0x52b61a,_0x5a8ece){const _0x4dd1e4=_0x41987a;var _0x2c481e,_0x3af911,_0x2906c3,_0x447d53;let _0x4f0c73=_0x261cdd['reduce']((_0x5e74b3,_0x5e1bc0)=>{const _0x56dcdb=_0x19aa;let _0x46499b=_0x5e74b3[_0x5e74b3[_0x56dcdb(0x2ca)]-0x1],{id:_0x2d5d2b}=_0x46499b==null?{}:_0x46499b,{id:_0x1fe007,type:_0x1a085}=_0x5e1bc0,_0x5e8ac9=_0x5e1bc0[_0x56dcdb(0x232)];if(_0x2d5d2b&&_0x2d5d2b!==_0x1fe007)throw Error(_0x56dcdb(0x1b1)+_0x2d5d2b+_0x56dcdb(0x160)+_0x1fe007+'.');if(!_0x46499b)return[{'id':_0x1fe007,'type':_0x1a085,'params':{'unitId':_0x5e8ac9[_0x56dcdb(0x2f0)],'textRanges':_0x5e8ac9[_0x56dcdb(0x20c)],'actions':_0x5e8ac9[_0x56dcdb(0x2dd)]}}];let _0x509293=_0x46499b[_0x56dcdb(0x232)];return Xt(_0x509293[_0x56dcdb(0x2dd)],_0x5e8ac9[_0x56dcdb(0x2dd)])?[..._0x5e74b3[_0x56dcdb(0x2e3)](0x0,-0x1),{..._0x46499b,'id':_0x1fe007,'type':_0x1a085,'params':{'unitId':_0x5e8ac9[_0x56dcdb(0x2f0)],'textRanges':_0x5e8ac9[_0x56dcdb(0x20c)],'actions':_0x3f440c[_0x56dcdb(0x2e4)](_0x509293[_0x56dcdb(0x2dd)],_0x5e8ac9['actions'])}}]:[..._0x5e74b3,{'id':_0x1fe007,'type':_0x1a085,'params':{'unitId':_0x5e8ac9[_0x56dcdb(0x2f0)],'textRanges':_0x5e8ac9[_0x56dcdb(0x20c)],'actions':_0x5e8ac9['actions']}}];},[]),_0x388080=(_0x2c481e=(_0x3af911=_0x5a8ece[_0x4dd1e4(0x29b)]())==null?void 0x0:_0x3af911[_0x4dd1e4(0x155)])==null?_0x4dd1e4(0x1cf):_0x2c481e,_0x498a83=(_0x2906c3=(_0x447d53=_0x5a8ece[_0x4dd1e4(0x29b)]())==null?void 0x0:_0x447d53['memberID'])==null?'unknown':_0x2906c3;return{'changeset':{'unitID':_0x295f26,'type':_0x24bc02(_0x1e01c8[_0x4dd1e4(0x1f1)](_0x295f26)),'baseRev':_0x52b61a[_0x4dd1e4(0x15c)](_0x295f26),'revision':0x0,'userID':_0x388080,'memberID':_0x498a83,'mutations':_0x4f0c73},'pendingMutations':_0x261cdd[_0x4dd1e4(0x2e3)](_0x261cdd[_0x4dd1e4(0x2ca)])};}function Xt(_0x1499fc,_0x221682){return Zt(_0x1499fc)&&Zt(_0x221682)&&!Qt(_0x1499fc)&&!Qt(_0x221682);}function Zt(_0x27fff2){const _0x3ac424=_0x41987a;return $t(_0x27fff2)[_0x3ac424(0x2ea)](_0x56ce43=>en(_0x56ce43)&&_0x56ce43['et']===_0x3ac424(0x268));}function Qt(_0x58fe79){const _0xda5b7c=_0x41987a;return $t(_0x58fe79)[_0xda5b7c(0x2ea)](_0x554633=>Array[_0xda5b7c(0x273)](_0x554633)||typeof _0x554633=='string'||typeof _0x554633==_0xda5b7c(0x1ee));}function $t(_0x380fac){const _0x553da5=_0x41987a;if(!Array['isArray'](_0x380fac))return[];let _0x43d338=_0x380fac['includes'](_0x553da5(0x1bd))?_0x380fac:_0x380fac[_0x553da5(0x363)](_0xa42fdb=>Array['isArray'](_0xa42fdb)&&_0xa42fdb[_0x553da5(0x256)](_0x553da5(0x1bd)));if(!Array[_0x553da5(0x273)](_0x43d338))return[];let _0x43353f=_0x43d338[_0x553da5(0x30d)](_0x553da5(0x1bd));return _0x43353f===-0x1?[]:_0x43d338['slice'](_0x43353f+0x1);}function en(_0x3616d4){const _0x519ac9=_0x41987a;return typeof _0x3616d4==_0x519ac9(0x365)&&!!_0x3616d4&&!Array[_0x519ac9(0x273)](_0x3616d4);}function tn(_0xdcb3a,_0xb43f50){const _0x2d743a=_0x41987a;let _0x349245=new _0x94717b(0x1);return setTimeout(()=>_0x349245[_0x2d743a(0x285)](_0xb43f50),_0xdcb3a),_0x349245['asObservable']()['pipe'](_0x2fb4c6(0x1));}var nn,rn,an;let on=function(_0x41b317){const _0x4f0b71=_0x41987a;return _0x41b317['NOT_COLLAB']=_0x4f0b71(0x18c),_0x41b317['SYNCED']=_0x4f0b71(0x26e),_0x41b317['PENDING']=_0x4f0b71(0x2d9),_0x41b317['AWAITING']=_0x4f0b71(0x25e),_0x41b317[_0x4f0b71(0x2bd)]=_0x4f0b71(0x2c5),_0x41b317[_0x4f0b71(0x167)]='fetch_missing',_0x41b317[_0x4f0b71(0x291)]=_0x4f0b71(0x33f),_0x41b317[_0x4f0b71(0x210)]='offline',_0x41b317;}({});const sn=0x4e20,cn=0x2bf20;var U=class{constructor(_0x53f053,_0x2ad5c7,_0x17d24f,_0x2eae47,_0xc74e15,_0x5cefcd,_0x5f5c50,_0x44e9f0,_0x4e2c50){const _0x265b89=_0x41987a;this[_0x265b89(0x23d)]=_0x53f053,this['type']=_0x2ad5c7,this[_0x265b89(0x1ff)]=_0xc74e15,this[_0x265b89(0x1c5)]=_0x5cefcd,this[_0x265b89(0x20a)]=_0x5f5c50,this[_0x265b89(0x24a)]=_0x44e9f0,this[_0x265b89(0x367)]=_0x4e2c50,I(this,_0x265b89(0x27e),null),I(this,_0x265b89(0x1c0),[]),this['_awaitingChangeset']=_0x17d24f,this[_0x265b89(0x1c0)]=_0x2eae47;}[_0x41987a(0x2d8)](_0x1513c9){const _0x5cf495=_0x41987a;let _0x11c234=this[_0x5cf495(0x24a)][_0x5cf495(0x15c)](this[_0x5cf495(0x23d)]);return _0x1513c9['revision']>_0x11c234+0x1?(this[_0x5cf495(0x1ff)]['onMissingChangesets']({'from':_0x11c234,'to':_0x1513c9[_0x5cf495(0x35f)]-0x1}),!0x0):!0x1;}[_0x41987a(0x1e2)](_0x4764d6){const _0x742bae=_0x41987a;this[_0x742bae(0x20a)][_0x742bae(0x1aa)](this['unitID'],_0x4764d6);}[_0x41987a(0xf8)](_0x3ca648){const _0x1cf95c=_0x41987a;var _0x31c5b0,_0x142798;(_0x31c5b0=(_0x142798=this[_0x1cf95c(0x1ff)])[_0x1cf95c(0x205)])==null||_0x31c5b0[_0x1cf95c(0x115)](_0x142798,_0x3ca648);}[_0x41987a(0x354)](_0x5e352c){const _0x5c370e=_0x41987a;var _0x50c758,_0x142503;return(_0x50c758=(_0x142503=this[_0x5c370e(0x1ff)])[_0x5c370e(0x373)])==null?void 0x0:_0x50c758[_0x5c370e(0x115)](_0x142503,_0x5e352c);}['_transformStateCache'](_0x5db391){const _0x49aef1=_0x41987a;var _0x22bdfc,_0x579134;return(_0x22bdfc=(_0x579134=this[_0x49aef1(0x1ff)])[_0x49aef1(0x1b9)])==null?void 0x0:_0x22bdfc[_0x49aef1(0x115)](_0x579134,_0x5db391);}['_transformRemoteChangesetByIMECache'](_0x4ee52d){const _0x4a9ee6=_0x41987a;var _0x294ada,_0x47b593,_0xc14dea;return(_0x294ada=(_0x47b593=(_0xc14dea=this[_0x4a9ee6(0x1ff)])['onTransformRemoteChangesetByIMECache'])==null?void 0x0:_0x47b593[_0x4a9ee6(0x115)](_0xc14dea,_0x4ee52d))==null?_0x4ee52d:_0x294ada;}[_0x41987a(0x1c4)](_0x4f6002){const _0x456ddb=_0x41987a;var _0x307b71,_0x9ec44a,_0x57c732;return(_0x307b71=(_0x9ec44a=(_0x57c732=this['_handler'])[_0x456ddb(0x1ac)])==null?void 0x0:_0x9ec44a['call'](_0x57c732,_0x4f6002))==null?_0x4f6002:_0x307b71;}['_syncEditingCollabCursor'](_0x5ebea5){const _0x3a6549=_0x41987a;if(this[_0x3a6549(0x130)]===_0x4c1fb5[_0x3a6549(0x35e)]){let {unitID:_0x3c3955,mutations:_0x7e3f13,memberID:_0x477b11}=_0x5ebea5,_0x521b86=_0x7e3f13[_0x3a6549(0x2ca)]>0x0?_0x7e3f13[0x0][_0x3a6549(0x232)][_0x3a6549(0x20c)]:[];if(Array['isArray'](_0x521b86)&&_0x521b86[_0x3a6549(0x2ca)]>0x0){var _0xcf7918,_0x40e9cd;(_0xcf7918=(_0x40e9cd=this[_0x3a6549(0x1ff)])[_0x3a6549(0x2a8)])==null||_0xcf7918[_0x3a6549(0x115)](_0x40e9cd,{'unitID':_0x3c3955,'memberID':_0x477b11,'textRanges':_0x521b86});}}}[_0x41987a(0x2e1)](){const _0x16d438=_0x41987a;var _0x26f4ce;(_0x26f4ce=this[_0x16d438(0x367)])==null||_0x26f4ce[_0x16d438(0x2c1)](this['unitID'],this['type'],this['_awaitingChangeset'],this[_0x16d438(0x1c0)]);}[_0x41987a(0x150)](){const _0x3bb747=_0x41987a;return this[_0x3bb747(0x24a)][_0x3bb747(0x15c)](this['unitID']);}[_0x41987a(0x141)](){const _0x34bd0b=_0x41987a;this['_revisionService']['incrementRevOfUnit'](this[_0x34bd0b(0x23d)]);}[_0x41987a(0x245)](_0x521245){const _0x4717c1=_0x41987a;let _0x128df6=this[_0x4717c1(0x368)](_0x521245);_0x128df6=this[_0x4717c1(0x1c4)](_0x128df6);let _0x1cd3c1=_0xf17e94(_0x128df6[_0x4717c1(0x172)],this[_0x4717c1(0x1c5)],{'fromCollab':!0x0});if(!_0x1cd3c1[_0x4717c1(0x372)]){var _0x42de67;throw _0x1cd3c1[_0x4717c1(0x2fa)]instanceof Error?_0x1cd3c1[_0x4717c1(0x2fa)]:Error((_0x42de67=_0x1cd3c1[_0x4717c1(0x2fa)])==null?_0x4717c1(0x2ac):_0x42de67);}this[_0x4717c1(0x354)](_0x128df6),this[_0x4717c1(0x1f8)](_0x128df6),this['_transformUndoredo'](_0x521245),this[_0x4717c1(0xf8)](_0x128df6),this[_0x4717c1(0x10b)](_0x128df6),this[_0x4717c1(0x141)]();}};let W=class extends U{constructor(_0x5ed4df,_0x892e55,_0xcd3476,_0x4f6d00,_0x49012f,_0x1a81be,_0x2f8f35,_0x23d6c8,_0x1c2a67,_0x3c0e4a){const _0x2a54d0=_0x41987a;super(_0x5ed4df,_0x892e55,null,[],_0xcd3476,_0x2f8f35,_0x1a81be,_0x4f6d00,_0x3c0e4a),this[_0x2a54d0(0x29c)]=_0x49012f,this[_0x2a54d0(0x235)]=_0x23d6c8,this[_0x2a54d0(0x326)]=_0x1c2a67,this[_0x2a54d0(0x138)]=_0x3c0e4a,I(this,'status',_0x2a54d0(0x26e));}[_0x41987a(0x20d)](_0xee3c24){const _0x2a8639=_0x41987a;let _0x4c381d=this[_0x2a8639(0x29c)][_0x2a8639(0x247)](G,this[_0x2a8639(0x23d)],this[_0x2a8639(0x130)],[_0xee3c24],this[_0x2a8639(0x1ff)]);return _0x4c381d['_schedule'](),_0x4c381d['_updateLocalCache'](),_0x4c381d;}['onRemoteChangeset'](_0x1b88c1){const _0x59c0b4=_0x41987a;if(this[_0x59c0b4(0x2d8)](_0x1b88c1))return this['_injector'][_0x59c0b4(0x247)](X,this[_0x59c0b4(0x23d)],this[_0x59c0b4(0x130)],null,[],null,[_0x1b88c1],this[_0x59c0b4(0x1ff)]);try{let _0x359c55=this[_0x59c0b4(0x326)]['transformMutationsWithChangeset'](_0x1b88c1,[_0x40fa1e]);if(_0x1e803a(_0x359c55)){let {c1Prime:_0x848afb}=_0x359c55;return this[_0x59c0b4(0x245)](_0x848afb),this;}throw _0x359c55['error'];}catch(_0x7a31f7){return this['_logService'][_0x59c0b4(0x2fa)](_0x7a31f7),this['_onConflict'](!0x1);}}[_0x41987a(0x18d)](_0x47f5ff){const _0x551586=_0x41987a;return this[_0x551586(0x29c)]['createInstance'](J,this['unitID'],this[_0x551586(0x130)],null,[],this['_handler'],_0x47f5ff);}[_0x41987a(0x1e0)](_0x351222){const _0xdc68e0=_0x41987a;if(_0x351222['revision']<=this[_0xdc68e0(0x150)]())return this;throw Error(_0xdc68e0(0x209));}[_0x41987a(0x142)](){const _0x44b6b3=_0x41987a;throw Error(_0x44b6b3(0x164));}[_0x41987a(0x264)](){return this;}[_0x41987a(0x2f6)](){const _0x2292cf=_0x41987a;return this['_injector'][_0x2292cf(0x247)](Y,this[_0x2292cf(0x23d)],this[_0x2292cf(0x130)],null,[],this[_0x2292cf(0x1ff)]);}[_0x41987a(0x350)](){return this;}['resend'](){const _0x5cfd4c=_0x41987a;throw Error(_0x5cfd4c(0x2be));}[_0x41987a(0x338)](){const _0x1f9875=_0x41987a;let _0x5e2f33=this[_0x1f9875(0x24a)][_0x1f9875(0x15c)](this['unitID']);return this[_0x1f9875(0x1ff)]['onMissingChangesets']({'from':_0x5e2f33,'to':0x0}),this['_injector'][_0x1f9875(0x247)](X,this[_0x1f9875(0x23d)],this[_0x1f9875(0x130)],null,[],null,[],this[_0x1f9875(0x1ff)]);}};W=z([R(0x3,_0x3ad2a9(_0x3fc7dd)),R(0x4,_0x3ad2a9(_0x203225)),R(0x5,_0x9c7bc9),R(0x6,_0x2ee379),R(0x7,_0x4e6776),R(0x8,_0x9f9abc),R(0x9,_0x1e3f17(V))],W);let G=nn=class extends U{constructor(_0x5a0eac,_0x36ac2f,_0x1b65d8,_0x835a2b,_0x393196,_0x326958,_0x20e340,_0x4ba60d,_0x2246fe,_0x1e198c,_0x3b7478,_0x5ce4ff,_0x58d8a0,_0x5870bd){const _0x1b9462=_0x41987a;super(_0x5a0eac,_0x36ac2f,null,_0x1b65d8,_0x835a2b,_0x2246fe,_0x58d8a0,_0x326958,_0x5870bd),this[_0x1b9462(0x29c)]=_0x393196,this[_0x1b9462(0x19b)]=_0x20e340,this['_logService']=_0x4ba60d,this[_0x1b9462(0x18a)]=_0x1e198c,this[_0x1b9462(0x326)]=_0x3b7478,this['_univerInstanceService']=_0x5ce4ff,I(this,_0x1b9462(0x128),_0x1b9462(0x2d9)),I(this,'_scheduleCompleteTimestamp',null),I(this,_0x1b9462(0x341),null);}['appendMutation'](_0x11c992){const _0x1bcd6d=_0x41987a;return this[_0x1bcd6d(0x1c0)][_0x1bcd6d(0x27f)](_0x11c992),this[_0x1bcd6d(0x2e1)](),this;}[_0x41987a(0x36d)](_0x22ab43){const _0x37ab38=_0x41987a;if(this['_checkMissing'](_0x22ab43))return this[_0x37ab38(0x2b4)](),this['_injector'][_0x37ab38(0x247)](X,this[_0x37ab38(0x23d)],this['type'],null,this[_0x37ab38(0x1c0)],null,[_0x22ab43],this[_0x37ab38(0x1ff)]);try{let _0x5d73a3=this[_0x37ab38(0x326)]['transformMutationsWithChangeset'](_0x22ab43,this[_0x37ab38(0x1c0)]);if(_0x1e803a(_0x5d73a3)){let {c1Prime:_0x1a57da,m2Prime:_0x28ebfd}=_0x5d73a3;this['_executeRemoteChangeset'](_0x1a57da);let _0x425e9d=this[_0x37ab38(0x29c)][_0x37ab38(0x247)](nn,this['unitID'],this[_0x37ab38(0x130)],_0x28ebfd,this[_0x37ab38(0x1ff)]);this[_0x37ab38(0x2b4)]();let _0x580af5=new Date()[_0x37ab38(0x1ad)](),_0x148c9f=this[_0x37ab38(0x195)]?Math[_0x37ab38(0x361)](this['_scheduleCompleteTimestamp']-_0x580af5,0x0):this['_getSendChangesetTimeout']();return _0x425e9d[_0x37ab38(0x28e)](_0x148c9f),_0x425e9d;}throw _0x5d73a3[_0x37ab38(0x2fa)];}catch(_0x2145fc){return this[_0x37ab38(0x235)][_0x37ab38(0x2fa)](_0x2145fc),this[_0x37ab38(0x18d)](!0x1);}}[_0x41987a(0x1e0)](_0x36a90f){const _0x1528fa=_0x41987a;if(_0x36a90f[_0x1528fa(0x35f)]<=this[_0x1528fa(0x150)]())return this;throw Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x41987a(0x142)](){const _0x4e0f70=_0x41987a;throw Error(_0x4e0f70(0x17f));}[_0x41987a(0x264)](){return this;}[_0x41987a(0x2f6)](){const _0x20faa1=_0x41987a;return this[_0x20faa1(0x2b4)](),this[_0x20faa1(0x29c)][_0x20faa1(0x247)](Y,this[_0x20faa1(0x23d)],this['type'],null,this['_pendingMutations'],this['_handler']);}['toggleOnline'](){return this;}[_0x41987a(0x28e)](_0x4c6ada){const _0x45f1a3=_0x41987a;let _0x15effa=_0x4c6ada==null?this['_getSendChangesetTimeout']():_0x4c6ada;this[_0x45f1a3(0x195)]=new Date()[_0x45f1a3(0x1ad)]()+_0x15effa,this[_0x45f1a3(0x341)]=setTimeout(()=>{const _0x11ba5e=_0x45f1a3;this[_0x11ba5e(0x2b4)]();let _0x310716=null;switch(this[_0x11ba5e(0x130)]){case _0x4c1fb5[_0x11ba5e(0x15d)]:_0x310716=Kt(this[_0x11ba5e(0x1c0)],this[_0x11ba5e(0x23d)],this[_0x11ba5e(0x286)],this[_0x11ba5e(0x24a)],this[_0x11ba5e(0x19b)]);break;case _0x4c1fb5[_0x11ba5e(0x35e)]:_0x310716=this[_0x11ba5e(0x1c0)][_0x11ba5e(0xff)](_0x2678ca=>_0x2678ca['id']===_0x2e4ccc['id'])?Yt(this['_pendingMutations'],this[_0x11ba5e(0x23d)],this['_univerInstanceService'],this[_0x11ba5e(0x24a)],this[_0x11ba5e(0x19b)]):Kt(this[_0x11ba5e(0x1c0)],this[_0x11ba5e(0x23d)],this[_0x11ba5e(0x286)],this[_0x11ba5e(0x24a)],this['_memberService']);break;case _0x4c1fb5['UNIVER_SLIDE']:_0x310716=Jt(this[_0x11ba5e(0x1c0)],this[_0x11ba5e(0x23d)],this[_0x11ba5e(0x286)],this[_0x11ba5e(0x24a)],this['_memberService']);break;case _0x4c1fb5['UNIVER_BASE']:_0x310716=qt(this[_0x11ba5e(0x1c0)],this['unitID'],this[_0x11ba5e(0x286)],this[_0x11ba5e(0x24a)],this[_0x11ba5e(0x19b)]);break;default:throw Error(_0x11ba5e(0x1ae)+this[_0x11ba5e(0x130)]+_0x11ba5e(0x2d6));}let {changeset:_0x18fc83,pendingMutations:_0x3bb3a0}=_0x310716;this[_0x11ba5e(0x1ff)][_0x11ba5e(0x259)](_0x18fc83);let _0x3ef5a1=_0x3bb3a0[_0x11ba5e(0x2ca)]?this[_0x11ba5e(0x29c)][_0x11ba5e(0x247)](q,this[_0x11ba5e(0x23d)],this[_0x11ba5e(0x130)],_0x18fc83,_0x3bb3a0,this[_0x11ba5e(0x1ff)],void 0x0):this[_0x11ba5e(0x29c)][_0x11ba5e(0x247)](K,this[_0x11ba5e(0x23d)],this[_0x11ba5e(0x130)],_0x18fc83,this[_0x11ba5e(0x1ff)]);_0x3ef5a1[_0x11ba5e(0x2e1)](),this['_handler'][_0x11ba5e(0x200)](this,_0x3ef5a1);},_0x15effa);}[_0x41987a(0x190)](){const _0x3768a9=_0x41987a;var _0x29ee3a;let _0x14255d=this[_0x3768a9(0x18a)][_0x3768a9(0x1ba)](F);return(_0x29ee3a=_0x14255d==null?void 0x0:_0x14255d['sendChangesetTimeout'])==null?0x7d0:_0x29ee3a;}['resend'](){const _0x30a5ef=_0x41987a;throw Error(_0x30a5ef(0x1f3));}[_0x41987a(0x2b4)](){const _0x2b1384=_0x41987a;this['_sendingTimer']!=null&&(clearTimeout(this[_0x2b1384(0x341)]),this[_0x2b1384(0x341)]=null);}[_0x41987a(0x18d)](_0x17f66b){const _0x14b42e=_0x41987a;return this[_0x14b42e(0x2b4)](),this[_0x14b42e(0x29c)]['createInstance'](J,this[_0x14b42e(0x23d)],this[_0x14b42e(0x130)],null,this['_pendingMutations'],this['_handler'],_0x17f66b);}};G=nn=z([R(0x4,_0x3ad2a9(_0x203225)),R(0x5,_0x3ad2a9(_0x3fc7dd)),R(0x6,_0x3ad2a9(B)),R(0x7,_0x4e6776),R(0x8,_0x2ee379),R(0x9,_0x180533),R(0xa,_0x9f9abc),R(0xb,_0x124498),R(0xc,_0x9c7bc9),R(0xd,_0x1e3f17(V))],G);let K=rn=class extends U{constructor(_0x346608,_0x2574e0,_0x157706,_0x2eba02,_0x9a1cd0,_0x5166a0,_0x2eae48,_0x935ccc,_0x51b33d,_0x4ebd1e,_0x3f2b5d){const _0x5ac709=_0x41987a;super(_0x346608,_0x2574e0,_0x157706,[],_0x2eba02,_0x2eae48,_0x4ebd1e,_0x5166a0,_0x3f2b5d),this[_0x5ac709(0x29c)]=_0x9a1cd0,this['_logService']=_0x935ccc,this[_0x5ac709(0x326)]=_0x51b33d,I(this,_0x5ac709(0x128),_0x5ac709(0x25e)),I(this,_0x5ac709(0x233),0x0),I(this,_0x5ac709(0x1e1),0x0),I(this,'_resendTimer',void 0x0),I(this,'_sender',void 0x0);}['appendMutation'](_0x9713a4){const _0x434240=_0x41987a;this['_clearScheduledTask']();let _0x1cad40=this['_injector'][_0x434240(0x247)](q,this[_0x434240(0x23d)],this[_0x434240(0x130)],this[_0x434240(0x27e)],[_0x9713a4],this['_handler'],this['_resendTimer']);return _0x1cad40['_updateLocalCache'](),_0x1cad40;}[_0x41987a(0x36d)](_0x2bdabf){const _0x2d624e=_0x41987a;if(this[_0x2d624e(0x2d8)](_0x2bdabf))return this['_clearScheduledTask'](),this['_injector'][_0x2d624e(0x247)](X,this['unitID'],this[_0x2d624e(0x130)],this[_0x2d624e(0x27e)],[],null,[_0x2bdabf],this[_0x2d624e(0x1ff)]);try{let _0x2165d7=this[_0x2d624e(0x326)][_0x2d624e(0x1ab)]([_0x2bdabf],[this[_0x2d624e(0x27e)]],!0x1);if(_0x14770a(_0x2165d7)){let {c1Prime:_0x518778,c2Prime:_0x2d9fa7}=_0x2165d7;this[_0x2d624e(0x245)](_0x518778[0x0]),_0x2d9fa7[0x0][_0x2d624e(0x11e)]=this[_0x2d624e(0x150)](),this[_0x2d624e(0x2b4)]();let _0x9cd213=this[_0x2d624e(0x29c)]['createInstance'](rn,this[_0x2d624e(0x23d)],this[_0x2d624e(0x130)],_0x2d9fa7[0x0],this[_0x2d624e(0x1ff)]);return _0x9cd213[_0x2d624e(0x2e1)](),_0x9cd213;}throw _0x2165d7[_0x2d624e(0x2fa)];}catch(_0x2dc91a){return this[_0x2d624e(0x235)]['error'](_0x2dc91a),this['_onConflict'](!0x1);}}['onRemoteAck'](_0x1f7293){const _0x715456=_0x41987a;this['_clearScheduledTask']();let _0x13cd61=this[_0x715456(0x24a)][_0x715456(0x15c)](this[_0x715456(0x23d)]);if(_0x1f7293[_0x715456(0x35f)]<=_0x13cd61)return this;if(this[_0x715456(0x2d8)](_0x1f7293))return this[_0x715456(0x29c)][_0x715456(0x247)](X,this[_0x715456(0x23d)],this[_0x715456(0x130)],this[_0x715456(0x27e)],[],_0x1f7293['revision'],[],this[_0x715456(0x1ff)]);this[_0x715456(0x141)]();let _0x47415e=this[_0x715456(0x29c)][_0x715456(0x247)](W,this[_0x715456(0x23d)],this[_0x715456(0x130)],this['_handler']);return _0x47415e[_0x715456(0x2e1)](),_0x47415e;}[_0x41987a(0x142)](_0x5e78c7){const _0x1e0081=_0x41987a;return this['_onConflict'](!!(_0x5e78c7!=null&&_0x5e78c7[_0x1e0081(0x21a)]));}[_0x41987a(0x264)](_0x348465){const _0x444ef2=_0x41987a;return this[_0x444ef2(0x1e1)]>cn?this['toggleOffline']():(this[_0x444ef2(0x22b)]=tn(this['_resendTimeout'],{'timeout':this[_0x444ef2(0x233)],'reqId':_0x348465['reqId']}),this[_0x444ef2(0x22e)]=this[_0x444ef2(0x22b)][_0x444ef2(0x1f2)](({reqId:_0x3841c0,timeout:_0x479cd0})=>{const _0x436c8f=_0x444ef2;this[_0x436c8f(0x1be)](_0x3841c0,_0x479cd0);}),this);}['toggleOffline'](){const _0x118e58=_0x41987a;return this[_0x118e58(0x2b4)](),this[_0x118e58(0x29c)]['createInstance'](Y,this[_0x118e58(0x23d)],this[_0x118e58(0x130)],this[_0x118e58(0x27e)],[],this[_0x118e58(0x1ff)]);}['toggleOnline'](){return this;}[_0x41987a(0x2ba)](){const _0x496cb4=_0x41987a;this[_0x496cb4(0x1ff)][_0x496cb4(0x259)](this[_0x496cb4(0x27e)]);}[_0x41987a(0x18d)](_0x10a031){const _0xa42451=_0x41987a;return this[_0xa42451(0x2b4)](),this[_0xa42451(0x29c)][_0xa42451(0x247)](J,this[_0xa42451(0x23d)],this[_0xa42451(0x130)],this['_awaitingChangeset'],[],this['_handler'],_0x10a031);}['_resendWithTimeout'](_0x93cab7,_0x5f0490){const _0x2deb8e=_0x41987a;var _0x42bb79;_0x93cab7===((_0x42bb79=this[_0x2deb8e(0x27e)])==null?void 0x0:_0x42bb79[_0x2deb8e(0x1c9)])&&(this[_0x2deb8e(0x2ba)](),this[_0x2deb8e(0x233)]=_0x5f0490===0x0?0x3e8:Math[_0x2deb8e(0x2bf)](_0x5f0490*0x2,sn),this['_maxTotalRetryTimeout']+=this[_0x2deb8e(0x233)]);}['_clearScheduledTask'](){const _0x49aa19=_0x41987a;var _0x4be1fb;(_0x4be1fb=this[_0x49aa19(0x22e)])==null||_0x4be1fb['unsubscribe'](),this[_0x49aa19(0x233)]=0x0,this[_0x49aa19(0x1e1)]=0x0;}};K=rn=z([R(0x4,_0x3ad2a9(_0x203225)),R(0x5,_0x3ad2a9(_0x3fc7dd)),R(0x6,_0x2ee379),R(0x7,_0x4e6776),R(0x8,_0x9f9abc),R(0x9,_0x9c7bc9),R(0xa,_0x1e3f17(V))],K);let q=an=class extends U{constructor(_0x1c0621,_0x250b21,_0x21ffd7,_0x11ec8c,_0x367936,_0x4d4c99,_0x1aa8fb,_0x1e3d31,_0x5a99a8,_0x522420,_0x41817c,_0x1c15af,_0x508f84){const _0x5690e7=_0x41987a;super(_0x1c0621,_0x250b21,_0x21ffd7,_0x11ec8c,_0x367936,_0x5a99a8,_0x1c15af,_0x1e3d31,_0x508f84),this[_0x5690e7(0x29c)]=_0x1aa8fb,this[_0x5690e7(0x235)]=_0x522420,this[_0x5690e7(0x326)]=_0x41817c,this[_0x5690e7(0x138)]=_0x508f84,I(this,_0x5690e7(0x128),_0x5690e7(0x2c5)),I(this,'_resendTimeout',0x0),I(this,'_maxTotalRetryTimeout',0x0),I(this,_0x5690e7(0x22b),void 0x0),I(this,_0x5690e7(0x22e),void 0x0),_0x4d4c99&&(this[_0x5690e7(0x22b)]=_0x4d4c99,this[_0x5690e7(0x22e)]=this[_0x5690e7(0x22b)]['subscribe'](({reqId:_0x2dc61f,timeout:_0x371b07})=>{const _0x1ab980=_0x5690e7;this[_0x1ab980(0x1be)](_0x2dc61f,_0x371b07);}));}['appendMutation'](_0x2919f5){const _0x5378d5=_0x41987a;return this[_0x5378d5(0x1c0)][_0x5378d5(0x27f)](_0x2919f5),this;}[_0x41987a(0x36d)](_0x457c10){const _0x37dfc5=_0x41987a;if(this[_0x37dfc5(0x2d8)](_0x457c10))return this[_0x37dfc5(0x2b4)](),this['_injector'][_0x37dfc5(0x247)](X,this[_0x37dfc5(0x23d)],this['type'],this[_0x37dfc5(0x27e)],this[_0x37dfc5(0x1c0)],null,[_0x457c10],this[_0x37dfc5(0x1ff)]);try{let _0x15fc73=this[_0x37dfc5(0x326)][_0x37dfc5(0x1ab)]([_0x457c10],[this[_0x37dfc5(0x27e)]],!0x1);if(_0x14770a(_0x15fc73)){let {c1Prime:_0x39ed7a,c2Prime:_0x4dcda4}=_0x15fc73,_0x47021a=this[_0x37dfc5(0x326)][_0x37dfc5(0xf5)](_0x39ed7a[0x0],this[_0x37dfc5(0x1c0)]);if(_0x1e803a(_0x47021a)){let {c1Prime:_0x40934f,m2Prime:_0x3175a8}=_0x47021a;return this[_0x37dfc5(0x245)](_0x40934f),_0x4dcda4[0x0][_0x37dfc5(0x11e)]=this[_0x37dfc5(0x150)](),this[_0x37dfc5(0x2b4)](),this[_0x37dfc5(0x29c)][_0x37dfc5(0x247)](an,this[_0x37dfc5(0x23d)],this[_0x37dfc5(0x130)],_0x4dcda4[0x0],_0x3175a8,this[_0x37dfc5(0x1ff)],void 0x0);}throw _0x47021a[_0x37dfc5(0x2fa)];}throw _0x15fc73['error'];}catch(_0x2f0f5d){return this[_0x37dfc5(0x235)][_0x37dfc5(0x2fa)](_0x2f0f5d),this[_0x37dfc5(0x18d)](!0x1);}}[_0x41987a(0x1e0)](_0x23f81b){const _0x5bb80e=_0x41987a;this[_0x5bb80e(0x2b4)]();let _0xb63766=this[_0x5bb80e(0x150)]();if(_0x23f81b['revision']<=_0xb63766)return this;if(this[_0x5bb80e(0x2d8)](_0x23f81b))return this[_0x5bb80e(0x29c)][_0x5bb80e(0x247)](X,this[_0x5bb80e(0x23d)],this[_0x5bb80e(0x130)],this[_0x5bb80e(0x27e)],this[_0x5bb80e(0x1c0)],_0x23f81b['revision'],[],this[_0x5bb80e(0x1ff)]);this['_incrementRevisionNumber']();let _0x20af1c=this['_injector'][_0x5bb80e(0x247)](G,this[_0x5bb80e(0x23d)],this[_0x5bb80e(0x130)],this['_pendingMutations'],this[_0x5bb80e(0x1ff)]);return _0x20af1c['_schedule'](),_0x20af1c['_updateLocalCache'](),_0x20af1c;}[_0x41987a(0x142)](_0x281ae8){const _0x2319c2=_0x41987a;return this['_onConflict'](!!(_0x281ae8!=null&&_0x281ae8[_0x2319c2(0x21a)]));}[_0x41987a(0x264)](_0x4cdbf7){const _0x3b5a1e=_0x41987a;return this[_0x3b5a1e(0x1e1)]>cn?this[_0x3b5a1e(0x2f6)]():(this['_resendTimer']=tn(this['_resendTimeout'],{'timeout':this[_0x3b5a1e(0x233)],'reqId':_0x4cdbf7[_0x3b5a1e(0x1c9)]}),this[_0x3b5a1e(0x22e)]=this[_0x3b5a1e(0x22b)]['subscribe'](({reqId:_0x1656a,timeout:_0x508d68})=>{const _0x243714=_0x3b5a1e;this[_0x243714(0x1be)](_0x1656a,_0x508d68);}),this);}[_0x41987a(0x2f6)](){const _0x1c2a31=_0x41987a;return this['_clearScheduledTask'](),this[_0x1c2a31(0x29c)]['createInstance'](Y,this[_0x1c2a31(0x23d)],this[_0x1c2a31(0x130)],this['_awaitingChangeset'],this['_pendingMutations'],this['_handler']);}[_0x41987a(0x350)](){return this;}['resend'](){const _0x24115f=_0x41987a;this['_handler'][_0x24115f(0x259)](this[_0x24115f(0x27e)]);}[_0x41987a(0x18d)](_0x2abe35){const _0x21130e=_0x41987a;return this[_0x21130e(0x2b4)](),this[_0x21130e(0x29c)][_0x21130e(0x247)](J,this[_0x21130e(0x23d)],this[_0x21130e(0x130)],null,this[_0x21130e(0x1c0)],this[_0x21130e(0x1ff)],_0x2abe35);}[_0x41987a(0x1be)](_0x258fbf,_0x477b48){const _0x24101a=_0x41987a;var _0x43e1f6;_0x258fbf===((_0x43e1f6=this[_0x24101a(0x27e)])==null?void 0x0:_0x43e1f6[_0x24101a(0x1c9)])&&(this['resend'](),this[_0x24101a(0x233)]=_0x477b48===0x0?0x3e8:Math[_0x24101a(0x2bf)](_0x477b48*0x2,sn),this[_0x24101a(0x1e1)]+=this[_0x24101a(0x233)]);}[_0x41987a(0x2b4)](){const _0x3da429=_0x41987a;var _0x215741;(_0x215741=this['_sender'])==null||_0x215741[_0x3da429(0x1a1)](),this[_0x3da429(0x233)]=0x0,this[_0x3da429(0x1e1)]=0x0;}};q=an=z([R(0x6,_0x3ad2a9(_0x203225)),R(0x7,_0x3ad2a9(_0x3fc7dd)),R(0x8,_0x2ee379),R(0x9,_0x4e6776),R(0xa,_0x9f9abc),R(0xb,_0x9c7bc9),R(0xc,_0x1e3f17(V))],q);let J=class extends U{constructor(_0x19ceb1,_0x4ab98e,_0x3f4cc2,_0x368dd0,_0x487466,_0x2a85fe=!0x1,_0x550d9d,_0x5db562,_0x5e5062,_0x895947,_0x507219,_0x126670,_0x1af778){const _0x2076ef=_0x41987a;super(_0x19ceb1,_0x4ab98e,_0x3f4cc2,_0x368dd0,_0x487466,_0x5db562,_0x5e5062,_0x895947,_0x1af778),this[_0x2076ef(0x22f)]=_0x2a85fe,this['_permissionService']=_0x550d9d,this[_0x2076ef(0x293)]=_0x507219,this[_0x2076ef(0x33a)]=_0x126670,this[_0x2076ef(0x138)]=_0x1af778,I(this,_0x2076ef(0x128),'conflict'),this['_showConflictNotification'](),this[_0x2076ef(0x1eb)](),this[_0x2076ef(0x148)]();}[_0x41987a(0x20d)](){return this;}[_0x41987a(0x36d)](){return this;}[_0x41987a(0x1e0)](){return this;}[_0x41987a(0x142)](){return this;}['onRemoteRetry'](){return this;}['toggleOffline'](){return this;}[_0x41987a(0x350)](){return this;}[_0x41987a(0x2ba)](){const _0x5a3b79=_0x41987a;throw Error(_0x5a3b79(0x1e8));}['_clearLocalCache'](){const _0x54d273=_0x41987a;var _0x5a90df,_0x22086a,_0x1b270c;(_0x5a90df=this[_0x54d273(0x367)])==null||(_0x22086a=_0x5a90df[_0x54d273(0x126)])==null||(_0x22086a=_0x22086a[_0x54d273(0x115)](_0x5a90df,this[_0x54d273(0x23d)],_0x54d273(0x33f)))==null||_0x22086a['catch'](()=>void 0x0),(_0x1b270c=this['_localCacheService'])==null||_0x1b270c[_0x54d273(0x2c1)](this[_0x54d273(0x23d)],this[_0x54d273(0x130)],null,[]);}[_0x41987a(0x335)](){const _0x47ed4e=_0x41987a;this['_isPermissionRej']?this['_collaborationUIEventService'][_0x47ed4e(0x1b3)]({'id':_0x47ed4e(0x21f)}):this[_0x47ed4e(0x33a)][_0x47ed4e(0x1b3)]({'id':_0x47ed4e(0x291)});}[_0x41987a(0x148)](){const _0x44eb75=_0x41987a;this[_0x44eb75(0x321)][_0x44eb75(0x1db)](new _0x12238f(this[_0x44eb75(0x23d)])['id'],!0x1);}};J=z([R(0x6,_0x3ad2a9(_0x1e2fb3)),R(0x7,_0x2ee379),R(0x8,_0x9c7bc9),R(0x9,_0x3ad2a9(_0x3fc7dd)),R(0xa,_0x3ad2a9(_0x4a5570)),R(0xb,_0x3ad2a9(L)),R(0xc,_0x1e3f17(V))],J);let Y=class extends U{constructor(_0x369ade,_0x5cd762,_0x457057,_0x2fc7e6,_0x4a87f8,_0x4be911,_0x41e540,_0x3ee37b,_0x20d861,_0x12971a){const _0x4a85cb=_0x41987a;super(_0x369ade,_0x5cd762,_0x457057,_0x2fc7e6,_0x4a87f8,_0x3ee37b,_0x20d861,_0x41e540,_0x12971a),this[_0x4a85cb(0x29c)]=_0x4be911,I(this,_0x4a85cb(0x128),'offline');}[_0x41987a(0x20d)](_0xce19a6){const _0x137ab7=_0x41987a;return this[_0x137ab7(0x1c0)][_0x137ab7(0x27f)](_0xce19a6),this[_0x137ab7(0x2e1)](),this;}[_0x41987a(0x36d)](_0x113bab){throw Error('[OfflineState]:\x20received\x20changeset.');}['onRemoteAck'](){const _0xc45e15=_0x41987a;throw Error(_0xc45e15(0x166));}[_0x41987a(0x142)](){const _0x2e210f=_0x41987a;throw Error(_0x2e210f(0x2d1));}[_0x41987a(0x264)](){return this;}[_0x41987a(0x2f6)](){return this;}['toggleOnline'](){const _0x5b3dfa=_0x41987a;let {_injector:_0x2febde,_pendingMutations:_0x69608a,_awaitingChangeset:_0x173381,unitID:_0x5c598f,_handler:_0x928555,type:_0x161a6a}=this,_0xe5308b=ln(_0x2febde,_0x5c598f,_0x161a6a,_0x173381,_0x69608a,_0x928555);return _0xe5308b instanceof G?_0xe5308b[_0x5b3dfa(0x28e)]():(_0xe5308b instanceof q||_0xe5308b instanceof K)&&_0xe5308b['resend'](),_0xe5308b;}[_0x41987a(0x2ba)](){const _0x3e0f0f=_0x41987a;throw Error(_0x3e0f0f(0x217));}};Y=z([R(0x5,_0x3ad2a9(_0x203225)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x2ee379),R(0x8,_0x9c7bc9),R(0x9,_0x1e3f17(V))],Y);let X=class extends U{constructor(_0x2da333,_0x405c4c,_0x472dc5,_0xed4fb0,_0x4a91d3,_0x481fee,_0x14bb46,_0x40af05,_0x5afc55,_0x1fce9b,_0x153240,_0x54c769,_0x388c2f,_0x3843b5){const _0x262697=_0x41987a;super(_0x2da333,_0x405c4c,_0x472dc5,_0xed4fb0,_0x14bb46,_0x153240,_0x54c769,_0x5afc55,_0x3843b5),this[_0x262697(0x112)]=_0x4a91d3,this[_0x262697(0x2f9)]=_0x481fee,this['_injector']=_0x40af05,this[_0x262697(0x235)]=_0x1fce9b,this[_0x262697(0x326)]=_0x388c2f,this['localCacheService']=_0x3843b5,I(this,'status',_0x262697(0x360));}['onMissedChangesetFetched'](_0x172d8b){const _0x2c575e=_0x41987a;try{if(this[_0x2c575e(0x207)](_0x172d8b)['missingChangesets'])throw Error(_0x2c575e(0x1da));if(this[_0x2c575e(0x207)]([...this[_0x2c575e(0x2f9)]][_0x2c575e(0x254)]((_0x1ade24,_0x2f06d5)=>_0x1ade24[_0x2c575e(0x35f)]-_0x2f06d5[_0x2c575e(0x35f)]))[_0x2c575e(0x279)])return this[_0x2c575e(0x2f9)]=[],this['_updateLocalCache'](),this[_0x2c575e(0x1ff)][_0x2c575e(0x12f)]({'from':this[_0x2c575e(0x150)](),'to':0x0}),this;let _0x4901de=this[_0x2c575e(0x27e)],_0x4aa082=this[_0x2c575e(0x1c0)],_0x4993f5;if(_0x4901de&&_0x4aa082[_0x2c575e(0x2ca)]!==0x0)_0x4993f5=this[_0x2c575e(0x29c)]['createInstance'](q,this['unitID'],this[_0x2c575e(0x130)],_0x4901de,_0x4aa082,this[_0x2c575e(0x1ff)],void 0x0);else{if(_0x4901de&&_0x4aa082[_0x2c575e(0x2ca)]===0x0)_0x4901de[_0x2c575e(0x11e)]=this['_getCurrentRevision'](),_0x4993f5=this['_injector']['createInstance'](K,this[_0x2c575e(0x23d)],this[_0x2c575e(0x130)],_0x4901de,this[_0x2c575e(0x1ff)]);else{if(_0x4aa082['length']!==0x0){let _0x1fff99=this[_0x2c575e(0x29c)][_0x2c575e(0x247)](G,this[_0x2c575e(0x23d)],this[_0x2c575e(0x130)],_0x4aa082,this[_0x2c575e(0x1ff)]);_0x1fff99[_0x2c575e(0x28e)](),_0x4993f5=_0x1fff99;}else _0x4993f5=this['_injector'][_0x2c575e(0x247)](W,this[_0x2c575e(0x23d)],this['type'],this[_0x2c575e(0x1ff)]);}}return _0x4993f5[_0x2c575e(0x2e1)](),_0x4993f5;}catch(_0x25b6f4){return this[_0x2c575e(0x235)][_0x2c575e(0x2fa)]('[FetchMissState]',_0x2c575e(0x109),_0x25b6f4),this[_0x2c575e(0x29c)][_0x2c575e(0x247)](J,this[_0x2c575e(0x23d)],this['type'],this[_0x2c575e(0x27e)],this[_0x2c575e(0x1c0)],this['_handler'],!0x1);}}['_handleRemoteChangesets'](_0x287c62){const _0x44ed6a=_0x41987a;this['_acknowledgeAwaitingIfReady']();for(let _0x4883f3=0x0;_0x4883f3<_0x287c62[_0x44ed6a(0x2ca)];_0x4883f3++){let _0x58487e=_0x287c62[_0x4883f3],_0x2e5d3d=this[_0x44ed6a(0x150)]();if(!(_0x58487e[_0x44ed6a(0x35f)]<=_0x2e5d3d)){if(_0x58487e[_0x44ed6a(0x35f)]>_0x2e5d3d+0x1)return{'missingChangesets':!0x0};if(this['_isEchoedAwaitingChangeset'](_0x58487e)){this[_0x44ed6a(0x151)]();continue;}this[_0x44ed6a(0x182)](_0x58487e),this[_0x44ed6a(0x30c)]();}}return{'missingChangesets':!0x1};}[_0x41987a(0x182)](_0x618c58){const _0x370791=_0x41987a;let _0x217659=_0x618c58,_0x21c5c3=this[_0x370791(0x27e)];if(_0x21c5c3){let _0x12843c=this[_0x370791(0x326)][_0x370791(0x1ab)]([_0x618c58],[_0x21c5c3],!0x1);if(!_0x14770a(_0x12843c))throw _0x12843c[_0x370791(0x2fa)];_0x217659=_0x12843c[_0x370791(0x197)][0x0],_0x21c5c3=_0x12843c[_0x370791(0x219)][0x0];}let _0x4b9231=this['_pendingMutations'];if(_0x4b9231[_0x370791(0x2ca)]){let _0x578356=this['_transformService'][_0x370791(0xf5)](_0x217659,_0x4b9231);if(!_0x1e803a(_0x578356))throw _0x578356['error'];_0x217659=_0x578356[_0x370791(0x197)],_0x4b9231=_0x578356[_0x370791(0x134)];}this[_0x370791(0x245)](_0x217659),_0x21c5c3&&(_0x21c5c3[_0x370791(0x11e)]=this[_0x370791(0x150)]()),this[_0x370791(0x27e)]=_0x21c5c3,this[_0x370791(0x1c0)]=_0x4b9231;}['_acknowledgeAwaitingIfReady'](){const _0x152dc4=_0x41987a;if(!this['_awaitingChangeset']||this['_acknowledgedAwaitingRevision']==null)return;let _0x13f5d1=this[_0x152dc4(0x150)]();if(this[_0x152dc4(0x112)]<=_0x13f5d1)throw Error('[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20'+this[_0x152dc4(0x112)]+'.');this[_0x152dc4(0x112)]===_0x13f5d1+0x1&&this[_0x152dc4(0x151)]();}['_acknowledgeAwaiting'](){const _0x353bff=_0x41987a;this[_0x353bff(0x141)](),this[_0x353bff(0x27e)]=null,this[_0x353bff(0x112)]=null;}['_isEchoedAwaitingChangeset'](_0x1655f0){const _0xc26f6d=_0x41987a;let _0x195431=this['_awaitingChangeset'];return!_0x195431||!_0x195431[_0xc26f6d(0x1fb)]||_0x195431['reqId']===null||_0x195431[_0xc26f6d(0x1c9)]===void 0x0?!0x1:_0x1655f0[_0xc26f6d(0x23d)]===_0x195431[_0xc26f6d(0x23d)]&&_0x1655f0['sid']===_0x195431['sid']&&_0x1655f0[_0xc26f6d(0x1c9)]===_0x195431[_0xc26f6d(0x1c9)];}[_0x41987a(0x2ba)](){const _0x4dac28=_0x41987a;throw Error(_0x4dac28(0x1d4));}[_0x41987a(0x20d)](_0x5e7dd9){const _0x4c2a71=_0x41987a;return this[_0x4c2a71(0x1c0)]['push'](_0x5e7dd9),this;}[_0x41987a(0x36d)](_0x419208){const _0x18edbe=_0x41987a;return this[_0x18edbe(0x2f9)]['push'](_0x419208),this;}[_0x41987a(0x1e0)](_0x386a4e){const _0x1d926a=_0x41987a;if(this[_0x1d926a(0x27e)]){let _0x29cdaf=this['_getCurrentRevision']();return _0x386a4e[_0x1d926a(0x35f)]<=_0x29cdaf||(_0x29cdaf+0x1===_0x386a4e[_0x1d926a(0x35f)]?(this[_0x1d926a(0x141)](),this['_awaitingChangeset']=null,this[_0x1d926a(0x112)]=null):this[_0x1d926a(0x112)]=_0x386a4e['revision']),this;}if(_0x386a4e[_0x1d926a(0x35f)]<=this[_0x1d926a(0x150)]())return this;throw Error(_0x1d926a(0x1bb));}[_0x41987a(0x142)](_0x444560){const _0x222203=_0x41987a;return this['_onConflict'](!!(_0x444560!=null&&_0x444560[_0x222203(0x21a)]));}['onRemoteRetry'](){return this;}['toggleOffline'](){const _0x54ca21=_0x41987a;return this[_0x54ca21(0x29c)]['createInstance'](Y,this[_0x54ca21(0x23d)],this[_0x54ca21(0x130)],this[_0x54ca21(0x27e)],this['_pendingMutations'],this['_handler']);}[_0x41987a(0x350)](){return this;}[_0x41987a(0x18d)](_0x5794a6){const _0x5e963d=_0x41987a;return this[_0x5e963d(0x29c)][_0x5e963d(0x247)](J,this['unitID'],this[_0x5e963d(0x130)],this[_0x5e963d(0x27e)],this[_0x5e963d(0x1c0)],this[_0x5e963d(0x1ff)],_0x5794a6);}};X=z([R(0x7,_0x3ad2a9(_0x203225)),R(0x8,_0x3ad2a9(_0x3fc7dd)),R(0x9,_0x4e6776),R(0xa,_0x2ee379),R(0xb,_0x9c7bc9),R(0xc,_0x9f9abc),R(0xd,_0x1e3f17(V))],X);function ln(_0x1fada9,_0x2c52a2,_0x124dde,_0x32ec32,_0xca1c33,_0x3e61f4){const _0x20d209=_0x41987a;return _0x32ec32&&_0xca1c33[_0x20d209(0x2ca)]?_0x1fada9['createInstance'](q,_0x2c52a2,_0x124dde,_0x32ec32,_0xca1c33,_0x3e61f4,void 0x0):_0x32ec32?_0x1fada9['createInstance'](K,_0x2c52a2,_0x124dde,_0x32ec32,_0x3e61f4):_0xca1c33['length']?_0x1fada9[_0x20d209(0x247)](G,_0x2c52a2,_0x124dde,_0xca1c33,_0x3e61f4):_0x1fada9[_0x20d209(0x247)](W,_0x2c52a2,_0x124dde,_0x3e61f4);}let Z=class extends _0x5f3021{get[_0x41987a(0x100)](){return this['_state'];}constructor(_0x154e90,_0x18dac3,_0xdbf462,_0x5a72f8,_0x60a7af,_0x465c77,_0x2af5ca,_0xec4d1b,_0x55eaba,_0x5a9934,_0x6ba55c,_0x4c5ee6,_0x212259,_0x3914da){const _0x1064a7=_0x41987a;super(),this[_0x1064a7(0x23d)]=_0x154e90,this[_0x1064a7(0x1c7)]=_0x18dac3,this[_0x1064a7(0x1fe)]=_0xdbf462,this[_0x1064a7(0x29c)]=_0x5a72f8,this[_0x1064a7(0x1a7)]=_0x60a7af,this[_0x1064a7(0x293)]=_0x465c77,this[_0x1064a7(0x24a)]=_0x2af5ca,this[_0x1064a7(0x174)]=_0xec4d1b,this[_0x1064a7(0x286)]=_0x55eaba,this[_0x1064a7(0x235)]=_0x5a9934,this[_0x1064a7(0x1c5)]=_0x6ba55c,this['_permissionService']=_0x4c5ee6,this['_singleActiveUnitService']=_0x212259,this[_0x1064a7(0x367)]=_0x3914da,I(this,_0x1064a7(0x229),new _0x1d9402(null)),I(this,_0x1064a7(0x302),this[_0x1064a7(0x229)][_0x1064a7(0x275)]()),I(this,_0x1064a7(0x1f5),void 0x0),I(this,'_collaborationPaused',!0x1),I(this,_0x1064a7(0x163),''),I(this,_0x1064a7(0x36f),0x0),I(this,'status$',this[_0x1064a7(0x302)][_0x1064a7(0x154)](_0x1f7c57(_0x447ece=>_0x447ece?_0x447ece[_0x1064a7(0x128)]:_0x1064a7(0x342)),_0x4e2a1b({'bufferSize':0x1,'refCount':!0x0}))),I(this,_0x1064a7(0x139),!0x1),I(this,_0x1064a7(0x185),[]);}async[_0x41987a(0x2ab)](){const _0x28568b=_0x41987a;if(this[_0x28568b(0x100)])throw Error('[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.');await this[_0x28568b(0x2cf)]();}['pauseCollaboration'](){const _0x8b40d3=_0x41987a;return this[_0x8b40d3(0x2b2)]=!0x0,_0x1c7184(()=>{const _0x420c55=_0x8b40d3;this[_0x420c55(0x2b2)]=!0x1,this[_0x420c55(0x292)]();});}[_0x41987a(0x25f)](_0x1faf29){const _0x1c6188=_0x41987a;this[_0x1c6188(0x181)](_0x1faf29);}[_0x41987a(0x2b9)](_0x4cae2e){const _0x3b214b=_0x41987a;this[_0x3b214b(0x1f5)]=_0x4cae2e,this[_0x3b214b(0x229)][_0x3b214b(0x285)](_0x4cae2e);}async[_0x41987a(0x2cf)](){const _0x27f89b=_0x41987a;if(this[_0x27f89b(0x2b9)](await this[_0x27f89b(0x106)]()),this[_0x27f89b(0x1a9)]){var _0x4c60c9;(_0x4c60c9=this[_0x27f89b(0x1a9)])==null||_0x4c60c9[_0x27f89b(0x177)](this[_0x27f89b(0x23d)]),this[_0x27f89b(0x1f9)](this[_0x27f89b(0x1a9)][_0x27f89b(0x337)](this[_0x27f89b(0x23d)])['subscribe'](_0x436a5a=>{const _0x4684e3=_0x27f89b;this[_0x4684e3(0x235)][_0x4684e3(0x2d3)](_0x4684e3(0x2a4),_0x4684e3(0x12d),_0x436a5a),_0x436a5a===0x1?(this[_0x4684e3(0x174)][_0x4684e3(0x1b3)]({'id':_0x4684e3(0x16c)}),this[_0x4684e3(0x321)][_0x4684e3(0x1db)](new _0x12238f(this['unitID'])['id'],!0x1),this[_0x4684e3(0x321)][_0x4684e3(0x1e3)](!0x1)):(this[_0x4684e3(0x321)][_0x4684e3(0x1db)](new _0x12238f(this[_0x4684e3(0x23d)])['id'],!0x0),this[_0x4684e3(0x321)]['setShowComponents'](!0x0));}));}let _0x387b6b=!0x1;return this['disposeWithMe'](this['session'][_0x27f89b(0x282)][_0x27f89b(0x1f2)](_0xb3df2=>{const _0x30e0a3=_0x27f89b;_0xb3df2===0x3?this[_0x30e0a3(0x18f)](_0x387b6b):_0xb3df2===0x2&&(_0x387b6b=!0x0,this['_toggleOffline']());})),this[_0x27f89b(0x1f9)](this[_0x27f89b(0x1c7)][_0x27f89b(0x143)]['subscribe'](_0x2232d6=>{const _0xae28a4=_0x27f89b;try{switch(_0x2232d6[_0xae28a4(0x2d5)]){case _0x37e6b9[_0xae28a4(0x2f7)]:this[_0xae28a4(0x2b1)](_0x14e41b(_0x2232d6[_0xae28a4(0x22c)]));break;case _0x37e6b9[_0xae28a4(0x280)]:this[_0xae28a4(0x357)](_0x2232d6[_0xae28a4(0x22c)]);break;case _0x37e6b9[_0xae28a4(0x2ad)]:this['_onRemoteRejected']();break;case _0x37e6b9['CHANGESET_SHOULD_RETRY']:this['_onRemoteRetry'](_0x2232d6[_0xae28a4(0x22c)]);break;case _0x37e6b9['PSEUDO_FETCH_MISSING_RESULT']:this['_onFetchMissResult'](_0x2232d6['data'][_0xae28a4(0x173)][_0xae28a4(0x288)](_0x3271a0=>_0x14e41b(_0x3271a0)));break;case _0x37e6b9['PERMISSION_REJ']:this[_0xae28a4(0x238)]({'isPermissionRej':!0x0});break;case _0x37e6b9[_0xae28a4(0x283)]:break;}}catch(_0x2fc0c0){throw console[_0xae28a4(0x2fa)](_0xae28a4(0x272),_0x2fc0c0),_0x2fc0c0;}})),this[_0x27f89b(0x1f5)];}['_unlockTransition'](){const _0x49807c=_0x41987a;this[_0x49807c(0x139)]=!0x1;}['_lockTransition'](){const _0x1d67db=_0x41987a;if(this['_transitionLocked'])throw Error(_0x1d67db(0x1dc));this['_transitionLocked']=!0x0;}[_0x41987a(0x181)](_0xde60d4){const _0x3fa6f7=_0x41987a;this[_0x3fa6f7(0x371)](),this['_updateState'](this[_0x3fa6f7(0x1f5)][_0x3fa6f7(0x20d)](_0xde60d4)),this[_0x3fa6f7(0x241)]();}['_onRemoteChangeset'](_0x1a51d9){const _0x3b66c8=_0x41987a;if(!(_0x1a51d9[_0x3b66c8(0x35f)]<=this[_0x3b66c8(0x24a)][_0x3b66c8(0x15c)](this[_0x3b66c8(0x23d)]))){if(this[_0x3b66c8(0x2b2)]){this[_0x3b66c8(0x185)][_0x3b66c8(0x27f)](_0x1a51d9);return;}this['_applyRemoteChangeset'](_0x1a51d9);}}[_0x41987a(0x292)](){const _0x58296f=_0x41987a;this[_0x58296f(0x185)][_0x58296f(0x329)](_0x54345d=>this['_applyRemoteChangeset'](_0x54345d)),this[_0x58296f(0x185)]=[];}[_0x41987a(0x20e)](_0x143076){const _0x5c7d70=_0x41987a;let _0x2d004d=this['_compressMutationService'][_0x5c7d70(0x1b7)][_0x5c7d70(0x2ec)](this[_0x5c7d70(0x1a7)][_0x5c7d70(0x1b7)][_0x5c7d70(0x107)]()['COMPRESS_MUTATION_APPLY'])(_0x143076['mutations'],null)||_0x143076[_0x5c7d70(0x172)],_0x568610={..._0x143076,'mutations':_0x2d004d};this[_0x5c7d70(0x371)](),this[_0x5c7d70(0x2b9)](this[_0x5c7d70(0x1f5)][_0x5c7d70(0x36d)](_0x568610)),this['_unlockTransition']();}[_0x41987a(0x357)](_0x1d7416){const _0x5dae43=_0x41987a;this[_0x5dae43(0x371)](),this[_0x5dae43(0x2b9)](this[_0x5dae43(0x1f5)][_0x5dae43(0x1e0)](_0x1d7416)),this[_0x5dae43(0x241)]();}[_0x41987a(0x238)](_0x4c08b1){const _0x314a29=_0x41987a;this['_lockTransition'](),this[_0x314a29(0x2b9)](this['_state'][_0x314a29(0x142)](_0x4c08b1)),this[_0x314a29(0x241)]();}[_0x41987a(0x353)](_0x358a68){const _0x3a81c3=_0x41987a;this[_0x3a81c3(0x371)](),this[_0x3a81c3(0x2b9)](this[_0x3a81c3(0x1f5)][_0x3a81c3(0x264)](_0x358a68)),this[_0x3a81c3(0x241)]();}[_0x41987a(0x370)](_0x553212){const _0x245041=_0x41987a;if(!(this['_state']instanceof X))throw TypeError(_0x245041(0x2d2));let _0x85bd40=_0x553212['map'](_0x4fbc62=>{const _0x8cc0b9=_0x245041;let _0x31110a=this[_0x8cc0b9(0x1a7)][_0x8cc0b9(0x1b7)]['fetchThroughInterceptors'](this[_0x8cc0b9(0x1a7)][_0x8cc0b9(0x1b7)][_0x8cc0b9(0x107)]()[_0x8cc0b9(0x228)])(_0x4fbc62[_0x8cc0b9(0x172)],null)||_0x4fbc62[_0x8cc0b9(0x172)];return{..._0x4fbc62,'mutations':_0x31110a};});this[_0x245041(0x371)](),this[_0x245041(0x2b9)](this['_state'][_0x245041(0x169)](_0x85bd40)),this['_unlockTransition']();}['_toggleOffline'](){const _0x2eb032=_0x41987a;this[_0x2eb032(0x371)](),this[_0x2eb032(0x2b9)](this['_state'][_0x2eb032(0x2f6)]()),this[_0x2eb032(0x241)]();}[_0x41987a(0x18f)](_0x109588=!0x1){const _0x4d054a=_0x41987a;this['_lockTransition'](),this[_0x4d054a(0x2b9)](this['_state'][_0x4d054a(0x350)]()),this[_0x4d054a(0x241)]();let _0x213bcc=this[_0x4d054a(0x1f5)];_0x109588&&_0x213bcc instanceof W&&(this[_0x4d054a(0x371)](),this[_0x4d054a(0x2b9)](_0x213bcc['fetchMiss']()),this[_0x4d054a(0x241)]());}async['_createInitialState'](){return new Promise(_0x481c3d=>{const _0x135f54=_0x19aa;this[_0x135f54(0x1c7)]['sessionStatus$'][_0x135f54(0x154)](_0x2fb4c6(0x1))[_0x135f54(0x1f2)](async _0x50cbee=>{_0x481c3d(await this['_createInitialStateImpl'](_0x50cbee===0x3));});});}[_0x41987a(0x31b)](){const _0x132b38=_0x41987a;let _0x2fd5c0=this[_0x132b38(0x23d)];return{'onStateChange':(_0x4da084,_0x85744d)=>{const _0x553b6e=_0x132b38;if(_0x4da084!==this[_0x553b6e(0x1f5)])throw Error('[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20'+_0x4da084[_0x553b6e(0x128)]+_0x553b6e(0x2e5)+_0x85744d[_0x553b6e(0x128)]+_0x553b6e(0x10a)+this[_0x553b6e(0x1f5)]['status']);this['_updateState'](_0x85744d);},'onSendChangeset':_0x58cfe2=>{const _0x2d48f8=_0x132b38;_0x58cfe2[_0x2d48f8(0x1fb)]||(_0x58cfe2[_0x2d48f8(0x1fb)]=this[_0x2d48f8(0x163)],_0x58cfe2[_0x2d48f8(0x1c9)]=++this[_0x2d48f8(0x36f)]);let _0x33d215={'eventID':_0x37e6b9[_0x2d48f8(0x23c)],'data':{'unitID':_0x58cfe2[_0x2d48f8(0x23d)],'unitType':this[_0x2d48f8(0x1fe)],'changeset':_0x58cfe2,'memberID':this[_0x2d48f8(0x1c7)]['getMemberID']()}};this[_0x2d48f8(0x1c7)][_0x2d48f8(0x35c)](_0x33d215,this[_0x2d48f8(0x23d)]);},'onMissingChangesets':({from:_0x113ca0,to:_0x5f4879})=>{const _0x405d30=_0x132b38;this[_0x405d30(0x235)][_0x405d30(0x2d3)](_0x405d30(0x2a4),_0x405d30(0x239)+_0x113ca0+'\x20to\x20'+_0x5f4879);let _0x3dd8e5={'eventID':_0x37e6b9['FETCH_MISSING'],'data':{'unitID':_0x2fd5c0,'unitType':this['_type'],'from':_0x113ca0,'to':_0x5f4879}};this[_0x405d30(0x1c7)][_0x405d30(0x35c)](_0x3dd8e5,this[_0x405d30(0x23d)]);}};}async[_0x41987a(0x32f)](_0x47b4e9){const _0x50fdef=_0x41987a;var _0xf0ac1b,_0x100756,_0x3086eb;let _0xd95ea0=await((_0xf0ac1b=this['_localCacheService'])==null?void 0x0:_0xf0ac1b[_0x50fdef(0x221)](this['unitID'])),_0x5dddfe=(_0x100756=_0xd95ea0==null?void 0x0:_0xd95ea0[_0x50fdef(0x172)])==null?[]:_0x100756,_0x11204a=(_0x3086eb=_0xd95ea0==null?void 0x0:_0xd95ea0['awaitingChangeset'])==null?null:_0x3086eb,_0x5e5c70=!!(_0x11204a!=null&&_0x11204a[_0x50fdef(0x1fb)])&&!!(_0x11204a!=null&&_0x11204a[_0x50fdef(0x1c9)]);this[_0x50fdef(0x163)]=_0x5e5c70?_0x11204a[_0x50fdef(0x1fb)]:_0x2d97c4(),this[_0x50fdef(0x36f)]=_0x5e5c70?_0x11204a[_0x50fdef(0x1c9)]:0x0;let _0x343702=this[_0x50fdef(0x23d)];try{this[_0x50fdef(0x271)](_0x11204a,_0x5dddfe);}catch(_0x44bc47){this[_0x50fdef(0x235)]['error'](_0x44bc47);}let _0x42cd21=this['_createHandler']();if(_0x47b4e9){let _0x9e4a58=ln(this[_0x50fdef(0x29c)],_0x343702,this['_type'],_0x11204a,_0x5dddfe,_0x42cd21);return _0x9e4a58 instanceof G?_0x9e4a58[_0x50fdef(0x28e)]():(_0x9e4a58 instanceof q||_0x9e4a58 instanceof K)&&_0x9e4a58[_0x50fdef(0x2ba)](),_0x9e4a58;}return this[_0x50fdef(0x29c)][_0x50fdef(0x247)](Y,_0x343702,this['_type'],_0x11204a,_0x5dddfe,_0x42cd21);}[_0x41987a(0x271)](_0x3d914c,_0x2ed08a){const _0xc394cd=_0x41987a;var _0x3b49e3,_0x578a14;let _0x266012=this[_0xc394cd(0x1a7)][_0xc394cd(0x1b7)][_0xc394cd(0x2ec)](this['_compressMutationService']['interceptor'][_0xc394cd(0x107)]()[_0xc394cd(0x228)]);(_0x3b49e3=_0x266012((_0x3d914c==null?void 0x0:_0x3d914c['mutations'])||[],null))==null||_0x3b49e3[_0xc394cd(0x329)](_0x11fa59=>this[_0xc394cd(0x1c5)]['executeCommand'](_0x11fa59['id'],_0x11fa59['params'])),(_0x578a14=_0x266012(_0x2ed08a||[],null))==null||_0x578a14[_0xc394cd(0x329)](_0x7e1f6b=>this['_commandService'][_0xc394cd(0x336)](_0x7e1f6b['id'],_0x7e1f6b[_0xc394cd(0x232)]));}};Z=z([R(0x3,_0x3ad2a9(_0x203225)),R(0x4,_0x3ad2a9(_0x1a5da1)),R(0x5,_0x3ad2a9(_0x4a5570)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x3ad2a9(L)),R(0x8,_0x124498),R(0x9,_0x4e6776),R(0xa,_0x2ee379),R(0xb,_0x1e2fb3),R(0xc,_0x1e3f17(H)),R(0xd,_0x1e3f17(V))],Z);let un=class extends Z{constructor(_0x271ffa,_0xefc4,_0x2cd6d2,_0x27f24d,_0x1e8bed,_0x1e813e,_0x53c511,_0x28ed96,_0x2ab4a8,_0x3d6bbf,_0xbb18f1,_0x4b8383,_0x1d2921,_0x31cd94,_0x18bbb3){const _0x31a55d=_0x41987a;super(_0x271ffa,_0x2cd6d2,_0xefc4,_0x27f24d,_0x1e8bed,_0x1e813e,_0x53c511,_0x28ed96,_0x2ab4a8,_0x3d6bbf,_0xbb18f1,_0x4b8383,_0x31cd94,_0x18bbb3),this[_0x31a55d(0x23d)]=_0x271ffa,this[_0x31a55d(0x130)]=_0xefc4,this[_0x31a55d(0x376)]=_0x1d2921,I(this,_0x31a55d(0x348),null);}[_0x41987a(0x358)](_0x8b53b6){const _0x532c41=_0x41987a;this[_0x532c41(0x348)]=_0x8b53b6;}['dispose'](){const _0x9e4775=_0x41987a;this[_0x9e4775(0x348)]=null,super[_0x9e4775(0x31e)]();}[_0x41987a(0x31b)](){const _0x52bcfb=_0x41987a;let _0x566ddf=super['_createHandler']();return _0x566ddf['onTransformIME']=_0x48386d=>{const _0x1b0c4f=_0x19aa;var _0x5eac38,_0x34e7a8;return(_0x5eac38=this[_0x1b0c4f(0x348)])==null||(_0x34e7a8=_0x5eac38[_0x1b0c4f(0x373)])==null?void 0x0:_0x34e7a8['call'](_0x5eac38,_0x48386d);},_0x566ddf['onTransformState']=_0x22bda5=>{const _0x49c808=_0x19aa;var _0x2822aa,_0x5a3e07;return(_0x2822aa=this[_0x49c808(0x348)])==null||(_0x5a3e07=_0x2822aa['onTransformState'])==null?void 0x0:_0x5a3e07[_0x49c808(0x115)](_0x2822aa,_0x22bda5);},_0x566ddf[_0x52bcfb(0x205)]=_0x261924=>{const _0x247480=_0x52bcfb;var _0x11e41d,_0x3a7a59;return(_0x11e41d=this['_handlerCallback'])==null||(_0x3a7a59=_0x11e41d[_0x247480(0x205)])==null?void 0x0:_0x3a7a59[_0x247480(0x115)](_0x11e41d,_0x261924);},_0x566ddf[_0x52bcfb(0x2a8)]=_0x77365c=>{const _0x45739a=_0x52bcfb;var _0x15841b,_0x75b774;return(_0x15841b=this[_0x45739a(0x348)])==null||(_0x75b774=_0x15841b[_0x45739a(0x2a8)])==null?void 0x0:_0x75b774['call'](_0x15841b,_0x77365c);},_0x566ddf[_0x52bcfb(0x13d)]=_0x4cd729=>{const _0x5113cb=_0x52bcfb;var _0x3b08fc,_0xddd0f6,_0x14d36e;return(_0x3b08fc=(_0xddd0f6=this[_0x5113cb(0x348)])==null||(_0x14d36e=_0xddd0f6[_0x5113cb(0x13d)])==null?void 0x0:_0x14d36e[_0x5113cb(0x115)](_0xddd0f6,_0x4cd729))==null?_0x4cd729:_0x3b08fc;},_0x566ddf[_0x52bcfb(0x1ac)]=_0x16c023=>{const _0x525b78=_0x52bcfb;var _0x5341c8,_0x31e445,_0x237196;return(_0x5341c8=(_0x31e445=this[_0x525b78(0x348)])==null||(_0x237196=_0x31e445['onTransformRemoteChangesetByStateCache'])==null?void 0x0:_0x237196[_0x525b78(0x115)](_0x31e445,_0x16c023))==null?_0x16c023:_0x5341c8;},_0x566ddf;}async[_0x41987a(0x2cf)](){const _0x106100=_0x41987a;if(this['_docStateChangeManagerService']==null)throw Error(_0x106100(0x248));let _0x3dc2c1=await super[_0x106100(0x2cf)]();return this['disposeWithMe'](this[_0x106100(0x376)][_0x106100(0x35b)][_0x106100(0x1f2)](_0x42f718=>{const _0x26d579=_0x106100;if(_0x42f718==null||_0x42f718[_0x26d579(0x2f0)]!==this[_0x26d579(0x23d)])return;let {commandId:_0x6081db,redoState:_0x2f7b48,unitId:_0x4b8835}=_0x42f718,_0x2b89c6={'id':_0x6081db,'type':_0x5df0cd[_0x26d579(0x214)],'params':{'unitId':_0x4b8835,'actions':_0x2f7b48[_0x26d579(0x2dd)],'textRanges':null}};this[_0x26d579(0x181)](_0x2b89c6);})),this[_0x106100(0x1f9)](this[_0x106100(0x1c5)][_0x106100(0x294)]((_0x386157,_0x119242)=>{const _0x1f9766=_0x106100;if(_0x386157[_0x1f9766(0x130)]!==_0x5df0cd[_0x1f9766(0x214)]||_0x119242!=null&&_0x119242['fromCollab']||_0x119242!=null&&_0x119242[_0x1f9766(0x36e)]||_0x386157['id']===_0x2e4ccc['id'])return;let _0x3bcd06=_0x386157[_0x1f9766(0x232)];if((_0x3bcd06==null?void 0x0:_0x3bcd06['unitId'])!==this[_0x1f9766(0x23d)])return;let _0x13e5ee=_0x386157,_0x286803=this[_0x1f9766(0x1a7)][_0x1f9766(0x1b7)]['fetchThroughInterceptors'](this[_0x1f9766(0x1a7)][_0x1f9766(0x1b7)][_0x1f9766(0x107)]()[_0x1f9766(0x2f1)])([_0x13e5ee],this[_0x1f9766(0x286)])||[_0x13e5ee];this[_0x1f9766(0x181)](_0x286803[0x0]);})),_0x3dc2c1;}};un=z([R(0x3,_0x3ad2a9(_0x203225)),R(0x4,_0x3ad2a9(_0x1a5da1)),R(0x5,_0x3ad2a9(_0x4a5570)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x3ad2a9(L)),R(0x8,_0x124498),R(0x9,_0x4e6776),R(0xa,_0x2ee379),R(0xb,_0x1e2fb3),R(0xc,_0x1e3f17(_0xf4830c)),R(0xd,_0x1e3f17(H)),R(0xe,_0x1e3f17(V))],un);let dn=class extends Z{constructor(_0x5699aa,_0x52aba5,_0x38db00,_0x2b8f4e,_0x202288,_0x5e0009,_0x2e3e32,_0x977dfe,_0x64228a,_0x3474b8,_0x2ba714,_0x24ed00,_0x533aa2,_0x4223e1){const _0x137f30=_0x41987a;super(_0x5699aa,_0x38db00,_0x52aba5,_0x2b8f4e,_0x202288,_0x5e0009,_0x2e3e32,_0x977dfe,_0x64228a,_0x3474b8,_0x2ba714,_0x24ed00,_0x533aa2,_0x4223e1),this[_0x137f30(0x23d)]=_0x5699aa,this['type']=_0x52aba5;}async['_init'](){const _0x45f0fd=_0x41987a;let _0x199e88=await super[_0x45f0fd(0x2cf)]();return this[_0x45f0fd(0x1f9)](this[_0x45f0fd(0x1c5)]['onMutationExecutedForCollab']((_0x3a9e8c,_0x266b2d)=>{const _0x34f3a1=_0x45f0fd;if(_0x3a9e8c['type']!==_0x5df0cd[_0x34f3a1(0x214)]||_0x266b2d!=null&&_0x266b2d[_0x34f3a1(0x124)]||_0x266b2d!=null&&_0x266b2d[_0x34f3a1(0x36e)]||_0x3a9e8c['id']!==_0x53142b['id'])return;let _0x399dbe=_0x3a9e8c['params'];if((_0x399dbe==null?void 0x0:_0x399dbe[_0x34f3a1(0x2f0)])!==this[_0x34f3a1(0x23d)])return;let _0x2de051=_0x3a9e8c,_0x5b3c46=this['_compressMutationService'][_0x34f3a1(0x1b7)][_0x34f3a1(0x2ec)](this[_0x34f3a1(0x1a7)][_0x34f3a1(0x1b7)][_0x34f3a1(0x107)]()[_0x34f3a1(0x2f1)])([_0x2de051],this[_0x34f3a1(0x286)])||[_0x2de051];this[_0x34f3a1(0x181)](_0x5b3c46[0x0]);})),_0x199e88;}};dn=z([R(0x3,_0x3ad2a9(_0x203225)),R(0x4,_0x3ad2a9(_0x1a5da1)),R(0x5,_0x3ad2a9(_0x4a5570)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x3ad2a9(L)),R(0x8,_0x124498),R(0x9,_0x4e6776),R(0xa,_0x2ee379),R(0xb,_0x1e2fb3),R(0xc,_0x1e3f17(H)),R(0xd,_0x1e3f17(V))],dn);let fn=class extends Z{constructor(_0x3b67fb,_0x3d9066,_0x2904ae,_0x34e87f,_0x2cd3f1,_0x15a2e1,_0x3c46dc,_0x4de007,_0xcad0c0,_0x2d3204,_0x113d2d,_0x1b4863,_0x41b84e,_0xf1e470,_0xf661dc){const _0x3b6047=_0x41987a;super(_0x3b67fb,_0x2904ae,_0x3d9066,_0x34e87f,_0x2cd3f1,_0x15a2e1,_0x3c46dc,_0xcad0c0,_0x2d3204,_0x113d2d,_0x1b4863,_0x41b84e,_0xf1e470,_0xf661dc),this[_0x3b6047(0x23d)]=_0x3b67fb,this[_0x3b6047(0x130)]=_0x3d9066,this[_0x3b6047(0x159)]=_0x4de007;}['_createHandler'](){const _0x11dfc0=_0x41987a;let _0x16fda0=super[_0x11dfc0(0x31b)]();return _0x16fda0[_0x11dfc0(0x205)]=_0x42f248=>this[_0x11dfc0(0x159)][_0x11dfc0(0x2fc)](_0x42f248),_0x16fda0;}async[_0x41987a(0x2cf)](){const _0x52a20f=_0x41987a;let _0x3fceef=await super[_0x52a20f(0x2cf)]();return this[_0x52a20f(0x1f9)](this[_0x52a20f(0x1c5)]['onMutationExecutedForCollab']((_0x4b8df,_0x311d5c)=>{const _0x38d88b=_0x52a20f;if(_0x4b8df[_0x38d88b(0x130)]!==_0x5df0cd[_0x38d88b(0x214)]||_0x311d5c!=null&&_0x311d5c[_0x38d88b(0x124)]||_0x311d5c!=null&&_0x311d5c[_0x38d88b(0x36e)])return;let _0x2b08d0=_0x4b8df[_0x38d88b(0x232)];if((_0x2b08d0==null?void 0x0:_0x2b08d0[_0x38d88b(0x2f0)])!==this[_0x38d88b(0x23d)])return;let _0x29fa0e=_0x4b8df,_0x2bc90b=this[_0x38d88b(0x1a7)][_0x38d88b(0x1b7)][_0x38d88b(0x2ec)](this[_0x38d88b(0x1a7)]['interceptor'][_0x38d88b(0x107)]()[_0x38d88b(0x2f1)])([_0x29fa0e],this[_0x38d88b(0x286)])||[_0x29fa0e];this[_0x38d88b(0x181)](_0x2bc90b[0x0]);})),_0x3fceef;}};fn=z([R(0x3,_0x3ad2a9(_0x203225)),R(0x4,_0x3ad2a9(_0x1a5da1)),R(0x5,_0x3ad2a9(_0x4a5570)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x3ad2a9(zt)),R(0x8,_0x3ad2a9(L)),R(0x9,_0x124498),R(0xa,_0x4e6776),R(0xb,_0x2ee379),R(0xc,_0x1e2fb3),R(0xd,_0x1e3f17(H)),R(0xe,_0x1e3f17(V))],fn);let pn=class extends Z{constructor(_0x555d77,_0x549010,_0x55e5ac,_0x2b913b,_0xdcce06,_0xcb554e,_0x5a6f52,_0x30cd54,_0x6c52e7,_0x597aec,_0x5c059c,_0x3f41ee,_0x1a1b45,_0x53afd0){const _0x159ee4=_0x41987a;super(_0x555d77,_0x55e5ac,_0x549010,_0x2b913b,_0xdcce06,_0xcb554e,_0x5a6f52,_0x30cd54,_0x6c52e7,_0x597aec,_0x5c059c,_0x3f41ee,_0x1a1b45,_0x53afd0),this['unitID']=_0x555d77,this[_0x159ee4(0x130)]=_0x549010;}async['_init'](){const _0x235e61=_0x41987a;let _0x5ed020=await super['_init']();return this[_0x235e61(0x1f9)](this[_0x235e61(0x1c5)][_0x235e61(0x294)]((_0x25e603,_0x4564db)=>{const _0x16255c=_0x235e61;if(_0x25e603[_0x16255c(0x130)]!==_0x5df0cd[_0x16255c(0x214)]||_0x4564db!=null&&_0x4564db[_0x16255c(0x124)]||_0x4564db!=null&&_0x4564db[_0x16255c(0x36e)])return;let _0x366b26=_0x25e603[_0x16255c(0x232)];if((_0x366b26==null?void 0x0:_0x366b26[_0x16255c(0x2f0)])!==this[_0x16255c(0x23d)])return;let _0x5bb821=_0x25e603,_0xf2b7dc=this[_0x16255c(0x1a7)][_0x16255c(0x1b7)][_0x16255c(0x2ec)](this['_compressMutationService'][_0x16255c(0x1b7)][_0x16255c(0x107)]()['COMPRESS_MUTATION_SEND'])([_0x5bb821],this['_univerInstanceService'])||[_0x5bb821];this[_0x16255c(0x181)](_0xf2b7dc[0x0]);})),_0x5ed020;}};pn=z([R(0x3,_0x3ad2a9(_0x203225)),R(0x4,_0x3ad2a9(_0x1a5da1)),R(0x5,_0x3ad2a9(_0x4a5570)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x3ad2a9(L)),R(0x8,_0x124498),R(0x9,_0x4e6776),R(0xa,_0x2ee379),R(0xb,_0x1e2fb3),R(0xc,_0x1e3f17(H)),R(0xd,_0x1e3f17(V))],pn);const mn=_0x25425e('univer-pro.collaboration-client.network-condition.service');function hn(_0x357371){const _0x2ee081=_0x41987a;let _0xeb0f6e=_0x357371[_0x2ee081(0x22c)],_0x449b7a=JSON[_0x2ee081(0x27d)](_0xeb0f6e);switch(_0x449b7a[_0x2ee081(0x193)]){case _0x42f7c9[_0x2ee081(0x32c)]:case _0x42f7c9['HELLO']:{let _0x19f22c=_0x449b7a['infoRsp'];return{..._0x449b7a,'data':_0x19f22c,'cmd':_0x449b7a[_0x2ee081(0x193)]};}case _0x42f7c9[_0x2ee081(0x1f7)]:{let _0x2fcd3e=_0x449b7a[_0x2ee081(0x2c0)];return{..._0x449b7a,'data':_0x2fcd3e,'cmd':_0x449b7a[_0x2ee081(0x193)]};}case _0x42f7c9[_0x2ee081(0x1e6)]:{let _0x31e17e=_0x449b7a[_0x2ee081(0x269)];switch(_0x31e17e['eventID']){case _0x37e6b9['PERMISSION_REJ']:var _0x4f9e2c;return{..._0x449b7a,'data':{..._0x31e17e,'data':(_0x4f9e2c=_0x31e17e[_0x2ee081(0x211)])==null?void 0x0:_0x4f9e2c['cs']},'cmd':_0x449b7a['cmd']};case _0x37e6b9[_0x2ee081(0x280)]:var _0x3d51c1;return{..._0x449b7a,'data':{..._0x31e17e,'data':(_0x3d51c1=_0x31e17e[_0x2ee081(0x1d3)])==null?void 0x0:_0x3d51c1['cs']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x2f7)]:var _0x43d890;return{..._0x449b7a,'data':{..._0x31e17e,'data':(_0x43d890=_0x31e17e[_0x2ee081(0x276)])==null?void 0x0:_0x43d890['cs']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x2ad)]:var _0x6a4287;return{..._0x449b7a,'data':{..._0x31e17e,'data':(_0x6a4287=_0x31e17e['csRejEvent'])==null?void 0x0:_0x6a4287['cs']},'cmd':_0x449b7a['cmd']};case _0x37e6b9[_0x2ee081(0x34e)]:var _0x45b94f;return{..._0x449b7a,'data':{..._0x31e17e,'data':(_0x45b94f=_0x31e17e[_0x2ee081(0x251)])==null?void 0x0:_0x45b94f['cs']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x26c)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x1d8)]},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0xf9)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e['joinEvent']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9['USERS_LEAVE']:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x1cd)]},'cmd':_0x449b7a['cmd']};case _0x37e6b9['LIVESHARE_NEW_HOST']:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x15f)]},'cmd':_0x449b7a['cmd']};case _0x37e6b9[_0x2ee081(0x1b2)]:case _0x37e6b9[_0x2ee081(0x30a)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e['liveShareOperation']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x149)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e['liveShareNewHost']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x108)]:return{..._0x449b7a,'data':_0x31e17e,'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x262)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x2c9)]},'cmd':_0x449b7a['cmd']};case _0x37e6b9['UPDATE_PERMISSION_OBJ']:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x253)]},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x2aa)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x2cc)]},'cmd':_0x449b7a['cmd']};case _0x37e6b9[_0x2ee081(0x283)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x135)]},'cmd':_0x449b7a[_0x2ee081(0x193)]};default:return _0x449b7a;}}default:return _0x449b7a;}}function gn(_0x460439){const _0x1aed32=_0x41987a;switch(_0x460439[_0x1aed32(0x193)]){case _0x42f7c9['HEARTBEAT']:case _0x42f7c9[_0x1aed32(0x25a)]:return JSON[_0x1aed32(0x231)]({'cmd':_0x460439[_0x1aed32(0x193)],'routeKey':_0x460439['routeKey']});case _0x42f7c9[_0x1aed32(0x2e9)]:{let _0x36804f;switch(_0x460439[_0x1aed32(0x22c)][_0x1aed32(0x2d5)]){case _0x37e6b9['UPDATE_CURSOR']:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x26c)],'updateCursorEvent':_0x460439[_0x1aed32(0x22c)][_0x1aed32(0x22c)]};break;case _0x37e6b9[_0x1aed32(0x17b)]:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x17b)],'leaveEvent':_0x460439['data'][_0x1aed32(0x22c)]};break;case _0x37e6b9[_0x1aed32(0xf9)]:_0x36804f={'eventID':_0x37e6b9['USERS_ENTER'],'joinEvent':_0x460439[_0x1aed32(0x22c)][_0x1aed32(0x22c)]};break;case _0x37e6b9['LIVESHARE_NEW_HOST']:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x227)],'liveShareNewHost':_0x460439['data'][_0x1aed32(0x22c)]};break;case _0x37e6b9[_0x1aed32(0x30a)]:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x30a)],'liveShareOperation':_0x460439[_0x1aed32(0x22c)]['data']};break;case _0x37e6b9[_0x1aed32(0x149)]:_0x36804f={'eventID':_0x37e6b9['LIVESHARE_TERMINATE'],'liveShareTerminate':_0x460439[_0x1aed32(0x22c)][_0x1aed32(0x22c)]};break;case _0x37e6b9[_0x1aed32(0x175)]:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x175)],'liveShareRequestHost':_0x460439[_0x1aed32(0x22c)][_0x1aed32(0x22c)]};break;case _0x37e6b9[_0x1aed32(0x1b2)]:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x1b2)]};break;default:_0x36804f={'eventID':_0x460439['data']['eventID']};}return JSON['stringify']({'cmd':_0x460439[_0x1aed32(0x193)],'routeKey':_0x460439[_0x1aed32(0x366)],'collaMsg':_0x36804f});}case _0x42f7c9['JOIN']:return JSON['stringify']({'cmd':_0x460439['cmd'],'routeKey':_0x460439['routeKey'],'joinReq':_0x460439[_0x1aed32(0x22c)]});case _0x42f7c9[_0x1aed32(0x1a3)]:return JSON[_0x1aed32(0x231)]({'cmd':_0x460439[_0x1aed32(0x193)],'routeKey':_0x460439['routeKey'],'leaveReq':_0x460439[_0x1aed32(0x22c)]});default:throw Error('[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!');}}const _n=_0x25425e('univer-pro.collaboration-client-socket-service');function vn(_0x2ad820,_0x177623,_0x2e3b2c){const _0x191c25=_0x41987a;return _0x2ad820+'/'+_0x177623+'/unit/'+_0x2e3b2c+_0x191c25(0x307);}let yn=class extends _0x5eef44{constructor(_0x3bbc7b,_0x305e51,_0x417a68,_0x424844,_0x57815f){const _0x435b01=_0x41987a;super(),this[_0x435b01(0x29c)]=_0x3bbc7b,this[_0x435b01(0x234)]=_0x305e51,this[_0x435b01(0x18a)]=_0x417a68,this[_0x435b01(0x235)]=_0x424844,this[_0x435b01(0x333)]=_0x57815f;}[_0x41987a(0x11f)](_0x5794a1){const _0x24d96b=_0x41987a;let _0x15900f=this[_0x24d96b(0x29c)][_0x24d96b(0x11d)](_0xcc93f);if(!_0x15900f)throw Error('[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!');let _0x29ba10=_0x15900f[_0x24d96b(0x284)](_0x5794a1);if(!_0x29ba10)throw Error(_0x24d96b(0x104));let _0x14f207=new _0x2fc8ea(),_0x189002=new _0x206e3c();_0x14f207[_0x24d96b(0x1d6)](_0x29ba10[_0x24d96b(0x15a)][_0x24d96b(0x1f2)](_0x400fe9=>_0x189002[_0x24d96b(0x285)](_0x400fe9))),_0x14f207['add'](_0x1c7184(()=>_0x189002[_0x24d96b(0x2a9)]()));let _0xa14537=new _0x206e3c();_0x14f207['add'](_0x29ba10[_0x24d96b(0x27a)][_0x24d96b(0x1f2)](_0x121940=>_0xa14537['next'](_0x121940))),_0x14f207[_0x24d96b(0x1d6)](_0x1c7184(()=>_0xa14537[_0x24d96b(0x2a9)]()));let _0x301fb9=new _0x206e3c();_0x14f207[_0x24d96b(0x1d6)](_0x29ba10[_0x24d96b(0x13f)]['subscribe'](_0x194a4f=>{const _0x45d31e=_0x24d96b;let _0x1e26d1=hn(_0x194a4f);_0x301fb9[_0x45d31e(0x285)](_0x1e26d1);})),_0x14f207[_0x24d96b(0x1d6)](_0x1c7184(()=>_0x301fb9['complete']()));let _0x58bb16,_0x2e3627=()=>{const _0x5eaa15=_0x24d96b;_0xa14537[_0x5eaa15(0x285)](new Event(_0x5eaa15(0x123))),_0x189002[_0x5eaa15(0x285)](new Event(_0x5eaa15(0x123))),_0x58bb16[_0x5eaa15(0x277)]();};return _0x58bb16={'memberID':'','close$':_0x189002[_0x24d96b(0x275)](),'error$':_0xa14537[_0x24d96b(0x275)](),'open$':_0x29ba10[_0x24d96b(0x146)],'message$':_0x301fb9[_0x24d96b(0x275)](),'send':_0x18b7fe=>{const _0x341ad8=_0x24d96b;if(_0x18b7fe[_0x341ad8(0x193)]===_0x42f7c9['INGEST']){if(_0x18b7fe[_0x341ad8(0x22c)][_0x341ad8(0x2d5)]===_0x37e6b9['SUBMIT_CHANGESET']){this[_0x341ad8(0x2f5)](_0x58bb16,_0x18b7fe['data'])[_0x341ad8(0x322)](_0x175806=>{const _0x17ac5a=_0x341ad8;this[_0x17ac5a(0x235)][_0x17ac5a(0x2fa)](_0x175806),_0x2e3627();});return;}if(_0x18b7fe[_0x341ad8(0x22c)][_0x341ad8(0x2d5)]===_0x37e6b9[_0x341ad8(0x332)]){let _0x40c18e=_0x18b7fe[_0x341ad8(0x22c)];this['_fetchMissChangesets'](_0x40c18e)['then'](_0x3190ce=>{const _0x4fb36a=_0x341ad8;_0x301fb9[_0x4fb36a(0x285)]({'cmd':_0x42f7c9[_0x4fb36a(0x1e6)],'code':_0x42b7f8['OK'],'routeKey':_0x40c18e['data'][_0x4fb36a(0x23d)],'routeType':'','data':{'eventID':_0x37e6b9[_0x4fb36a(0x349)],'data':{'changesets':_0x3190ce}}});})['catch'](_0x3c488c=>{const _0x39ecaa=_0x341ad8;this[_0x39ecaa(0x235)][_0x39ecaa(0x2fa)](_0x3c488c),_0x2e3627();});return;}}_0x29ba10[_0x341ad8(0x35c)](gn(_0x18b7fe));},'close':()=>{const _0x51275=_0x24d96b;_0x29ba10[_0x51275(0x277)](),_0x14f207[_0x51275(0x31e)]();}},_0x58bb16;}async['_submitChangeset'](_0x133f1e,_0x1f5046){const _0x107e0e=_0x41987a;var _0x2e7c4c;let {unitType:_0x834720,unitID:_0x437619,changeset:_0x49b2cb}=_0x1f5046[_0x107e0e(0x22c)],_0x441056={'unitID':_0x437619,'memberID':_0x133f1e['memberID'],'type':_0x834720,'changeset':_0x15881f(_0x49b2cb)},_0x5602a3=this['_configService'][_0x107e0e(0x1ba)](F),_0x465738=vn((_0x2e7c4c=_0x5602a3==null?void 0x0:_0x5602a3[_0x107e0e(0x105)])==null?_0x107e0e(0x32e):_0x2e7c4c,_0x834720,_0x437619);try{await this['_httpService'][_0x107e0e(0x206)](_0x465738,{'body':_0x441056});}catch(_0x2ae0e6){throw this[_0x107e0e(0x235)]['error']('[CollaborationSession]','submit\x20changeset\x20error!'),_0x2ae0e6;}}async[_0x41987a(0x351)](_0x19548d){const _0x3b7bf4=_0x41987a;let {unitID:_0x407875,from:_0x29a3df,to:_0xf54697,unitType:_0x378173}=_0x19548d[_0x3b7bf4(0x22c)];return(await this['_snapshotServerService'][_0x3b7bf4(0x2bc)]({'metadata':void 0x0},{'unitID':_0x407875,'type':_0x378173,'from':_0x29a3df,'to':_0xf54697}))[_0x3b7bf4(0x173)][_0x3b7bf4(0x288)](_0x3fb283=>((_0x3fb283[_0x3b7bf4(0x172)]===null||_0x3fb283[_0x3b7bf4(0x172)]===void 0x0)&&(_0x3fb283[_0x3b7bf4(0x172)]=[]),_0x3fb283));}};function _0x4eb4(){const _0x12ff52=['error','subUnitId','transformSelections','[CollaborationUndoRedoService]','DEFAULT_FILE_NAME','packageName','file','from','state$','headers','univer-pro.collaboration-client.single-active-unit-service','URL','_onRecvEvent','/new_changes','_getDownloadEndpointURL','RETRY_CONNECTING_MAX_COUNT','LIVESHARE_OPERATION','[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.','_acknowledgeAwaitingIfReady','indexOf','FAIL','getActiveSheet','_entities','NO_OTHER_CLIENTS_EDITING','dispose$','_initRequestHeader','getValue','signUrlServerUrl','ERROR_IMAGE_TYPE','4541320EgRobp','unitId\x20is\x20not\x20found','IDLE','_upload','_createHandler','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','enableAuthServer','dispose','change$','HEARTBEAT_TIMEOUT','_permissionService','catch','getOwnPropertyDescriptor','JOIN_ROOM_NOT_EXISTS','subject','_transformService','[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.','FileId','forEach','fromCharCode','_getSignURL','HEARTBEAT','memberID','/universer-api/comb','_createInitialStateImpl','has','defineProperty','FETCH_MISSING','_snapshotServerService','selections','_showConflictNotification','executeCommand','getUnitStatus$','fetchMiss','members','_collaborationUIEventService','BASE64','_collaborationTimeoutTimer','encrypt','online$','conflict','_entityInit$','_sendingTimer','offline','ERROR_EXCEED_SIZE','_clearTimeoutTimer','/universer-api/uniscript','loadBase','875973AjfuRn','_handlerCallback','PSEUDO_FETCH_MISSING_RESULT','addImageSourceCache','getTypeOfUnitAdded$','decorate','_retryConnectingTimer','CHANGESET_SHOULD_RETRY','UUID','toggleOnline','_fetchMissChangesets','resourceIDs','_onRemoteRetry','_transformIMECache','/role','href','_onRemoteACK','addHandlerCallback','url','x-univer-host','docStateChange$','send','constructor','UNIVER_DOC','revision','fetch_missing','max','/object','find','_getUploadFileURL','object','routeKey','_localCacheService','_transformRemoteChangesetByIMECache','getSnapshotAPIPath','setCurrentUser','getAllMembers','_userManagerService','onRemoteChangeset','onlyLocal','_changesetReqId','_onFetchMissResult','_lockTransition','result','onTransformIME','_sessionStatus$','_emitMembers','_docStateChangeManagerService','OPTIONAL','&source=','transformMutationsWithChangeset','_clearHeartbeatTimer','OTHER_CLIENTS_EDITING','_transformSelections','USERS_ENTER','_snapshotService','initWorkbookPermissionChange','_getRedoStack','roomInfos','entityInit$','every','state','string','unitInfo$','set','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','collabSubmitChangesetUrl','_createInitialState','getInterceptPoints','MSG_FOR_ERROR','failed\x20to\x20apply\x20missed\x20changesets!','\x0aCurrent:\x20','_syncEditingCollabCursor','_imageSourceCache','_waitCount','telemetry\x20info\x20is\x20not\x20initialized','getImage','/-/object/list','saveChangeset','_acknowledgedAwaitingRevision','getWorkbookSelections','attachment','call','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','40320216pGtQYD','CLOSE_ROOM','UPDATE_PERMISSION_OBJ','_sendHeartbeat','collaboration-client.local-cache-service','onload','get','baseRev','_doCreateSocket','/universer-api/snapshot/','_commentService','duration','connection\x20error','fromCollab','reduce','backupOfflineData','_HTTPService','status','_candidateSocket','6501966rPYtYd','readyForCollab','now','editing\x20status\x20changed\x20to','requestParams','onMissingChangesets','type','values','_socket$','requireSession','m2Prime','uniscriptRunEvent','_sendHeartbeatTimer','_listenToNetworkCondition','localCacheService','_transitionLocked','GLOBAL_ROOMS_CNT_EXCEEDS','_undoStacks','/collaborator','onTransformRemoteChangesetByIMECache','_tryEnsureSocket','message$','/universer-api/snapshot','_incrementRevisionNumber','onRemoteRej','event$','/unit/','_removeRoom','open$','1970476byMpRQ','_disableEditing','LIVESHARE_TERMINATE','enableOfflineEditing','objectID','1.0.0-alpha.1','session.room-cnt-exceeds','commentUpdate$','collaboration-client.config','_getCurrentRevision','_acknowledgeAwaiting','replace','default','pipe','userID','_networkConditionService','_event$','_clearRetryConnectingTimer','_sheetTransformSelectionsService','close$','_initCloseConn','getCurrentRevOfUnit','UNIVER_SHEET','saveAttachment','liveShareNewHost','\x20-\x20','getMember','_telemetryService','_changesetSessionId','[SyncedState]:\x20received\x20rejection.','update','[OfflineState]:\x20received\x20acknowledgement.','FETCH_MISS','apply','onMissedChangesetFetched','1bvlsxq','iterator','OTHER_CLIENT_EDITING','encode','reconnect','SNAPSHOT_URL_KEY','responseType','_getAPIPrefix','mutations','changesets','_eventService','LIVESHARE_REQUEST_HOST','range','editingUnit','saveSheetBlock','_startTelemetryCollaborationNewChangeset','awaitingChangeset','USERS_LEAVE','_rescheduleHeartbeat','_onUserJoin','disableLocalCache','[PendingState]:\x20received\x20rejection.','uploadFileServerUrl','_onLocalMutation','_transformAndApplyRemoteChangeset','transformStack\x20failed!','_roomMembers','_remoteChangesetQueue','session.join-failed','_socket','_unitLoaded$','_timeoutTimer','_configService','_members','not_collab','_onConflict','accept','_toggleOnline','_getSendChangesetTimeout','_members$','loadSheet','cmd','/block/','_scheduleCompleteTimestamp','loadUnit','c1Prime','_clearRedo','PERSON','getFocusedUnit','_memberService','collaborators','[UniverCollaborationClientPlugin]','__Key__','hostname','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','unsubscribe','_onOffline','LEAVE','5773225aPKIUi','status$','localeService','_compressMutationService','function','_singleActiveUnitService','transformUndoRedo','transformChangesets','onTransformRemoteChangesetByStateCache','getTime','[PendingState]:\x20unhandled\x20univer\x20type:\x20','maxSize','_joinRoom','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','LIVESHARE_FETCH_OPERATIONS','emitEvent','__splitChunk__','version','getTypeOfUnitDisposed$','interceptor','removeMember','onTransformState','getConfig','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','ws://127.0.0.1:8000/universer-api/comb/connect','body','_resendWithTimeout','_onUserLeave','_pendingMutations','setWaitCount','_getUndoStack','originalMeta','_transformRemoteChangesetByStateCache','_commandService','_decreaseWaiting','session','rev','reqId','loadSlide','/object/','_initDependencies','leaveEvent','getUnit','unknown','{fileID}','resolve','avatar','csAckEvent','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','_initMergeInterceptor','add','SOCKET_FAILED_RETRY','updateCursorEvent','getUnitId','[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.','updatePermissionPoint','[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.','getCollabEntity$','upload','stopTime','onRemoteAck','_maxTotalRetryTimeout','_transformUndoredo','setShowComponents','_clearCollaborationTimeoutTimer','getCollabEntity','RECV','[CollaborationSessionService]','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','/fetchmissing?from=','getCfgEnableObjInherit','_clearLocalCache','name','JOIN_ROOM_PERMISSION_DENIED','number','9dlRfFd','base-ui.attachment-io.service','getUnitType','subscribe','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','getMemberID','_state','downloadEndpointUrl','JOIN','_transformStateCache','disposeWithMe','HEARTBEAT_INTERVAL','sid','objectType','UnitEmbedded','_type','_handler','onStateChange','getUploadOptions','/universer-api/authz','endsWith','_telemetryInfo','onTransformSelections','post','_handleRemoteChangesets','_throwTelemetryCollaborationNewChangeset','[SyncedState]:\x20received\x20acknowledgement.','_undoRedoService','_getAPIPrefixPath','textRanges','appendMutation','_applyRemoteChangeset','[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.','OFFLINE','permissionRejEvent','updateMember','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','MUTATION','@univerjs-pro/collaboration-client','withCredentials','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','batchAllowed','c2Prime','isPermissionRej','_collaborationSessionService','JOIN_ROOM_FULL','_replaceFileID','sessionStatus','PERMISSION_DENIED','_onMessage','loadOfflineData','listCollaborators','append','&to=','socket\x20close','/allowed','LIVESHARE_NEW_HOST','COMPRESS_MUTATION_APPLY','_state$','_roomCreated$','_resendTimer','data','toString','_sender','_isPermissionRej','collaboratorID','stringify','params','_resendTimeout','_httpService','_logService','_config','location','_onRemoteRejected','fetching\x20missing\x20changesets\x20from\x20','_createSocket','/-/object/-/batch_allowed','SUBMIT_CHANGESET','unitID','/rev/','delete','_registerDependencies','_unlockTransition','method','size','setConfig','_executeRemoteChangeset','socket\x20open.','createInstance','[DocCollaborationEntity]:\x20DocStateChangeManagerService\x20is\x20required.\x20Register\x20UniverDocsPlugin\x20before\x20collaboration.','_socketService','_revisionService','POST','collabWebSocketUrl','_cfgEnableObjInherit','_shouldReportTelemetry','_substituteRedoStack','override','csShouldRetryEvent','JOIN_ROOM_FAILED','updatePermissionObjEvent','sort','_onConnectionFailed','includes','enableSingleActiveInstanceLock','capture','onSendChangeset','HELLO','Univer','_scheduleCollaborationTimeoutTimer','UNIVER_BASE','awaiting','onLocalMutation','_getLoginPath','entries','COMMENT_UPDATE','onCommentUpdate','onRemoteRetry','_waitForHeartbeatResponse','_tryReconnect','getUnitOnRev','text-x','collaMsg','UNIVER_SLIDE','_startCollaboration','UPDATE_CURSOR','cfgEnableObjInherit','synced','sheets','startTime','_replayCachedMutations','Error\x20on\x20receiving\x20event','isArray','session.room-permission-denied','asObservable','newCsEvent','close','_retryCount','missingChangesets','error$','members$','SOCKET_FAILED','parse','_awaitingChangeset','push','CHANGESET_ACK','clear','sessionStatus$','UNISCRIPT_RUN','createSocket','next','_univerInstanceService','getRoom','map','deleteCollaborator','_updateStatus','equals','ERROR_IMAGE','[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.','_schedule','_change$','[DataLoaderService]','CONFLICT','_exhaustRemoteChangesetQueue','_localeService','onMutationExecutedForCollab','reverse','?url=','unit','SUBMIT_CHANGESET_TIMEOUT','_socketMessageSubscription','Failed\x20to\x20update\x20permission\x20point','getCurrentUser','_injector','filter','loginUrlKey','create','title','deepClone','_status$','copyFileMeta','[CollaborationEntity]','_onCombEvent','loadUnitOfRevision','put','onSyncEditingCollabCursor','complete','SHOULD_CLOSE_CONN','init','[CollaborationState]:\x20apply\x20error!','CHANGESET_REJ','onStarting','createCollaborator','setCfgEnableObjInherit','_onRemoteChangeset','_collaborationPaused','registerHTTPInterceptor','_clearScheduledTask','_socketReady','_sessions','_getConfig','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','_updateState','resend','waitForRoom$','fetchMissingChangesets','AWAITING_WITH_PENDING','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','min','joinRsp','updateOfflineData','_transformStack','_collabSessionService','target','awaiting_with_pending','_commentUpdate$','&assign=','code','commentUpdateEvent','length','loadDoc','shouldCloseConn','_clearUndo','JOINING','_init','_stopTelemetryCollaborationNewChangeset','[OfflineState]:\x20received\x20rejection.','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','debug','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','eventID','\x20in\x20_schedule.','symbol','_checkMissing','pending','retryConnectingInterval','authzUrl','4421865MsEyGb','actions','_instanceService','socketService','UNIVER_COLLABORATION_CLIENT_PLUGIN','_updateLocalCache','_unitInfo$','slice','compose','\x0aAfter:\x20','reject','encodeURIComponent','_onJoinRoomEvent','INGEST','some','refreshPermission','fetchThroughInterceptors','collaboration_new_changeset','collaboration-client.auth.needGotoLoginAlert','_substituteUndoStack','unitId','COMPRESS_MUTATION_SEND','_unitID','_getCtorByUniverInstanceType','toPrimitive','_submitChangeset','toggleOffline','NEW_CHANGESETS','enableCollaboration','_queuedRemoteChangesets'];_0x4eb4=function(){return _0x12ff52;};return _0x4eb4();}yn=z([R(0x0,_0x3ad2a9(_0x203225)),R(0x1,_0x3ad2a9(_0x27178d)),R(0x2,_0x180533),R(0x3,_0x4e6776),R(0x4,_0x14a7d0)],yn);let Q=class extends _0x5eef44{get[_0x41987a(0x187)](){const _0x5d4a9d=_0x41987a;return this[_0x5d4a9d(0x132)]['getValue']();}constructor(_0x5b6092,_0x4b2532,_0x3446aa,_0x4fccfe,_0x13fecc,_0x254a4f){const _0x58bd8e=_0x41987a;super(),this[_0x58bd8e(0x29c)]=_0x5b6092,this[_0x58bd8e(0x235)]=_0x4b2532,this[_0x58bd8e(0x18a)]=_0x3446aa,this[_0x58bd8e(0x249)]=_0x4fccfe,this[_0x58bd8e(0x33a)]=_0x13fecc,this[_0x58bd8e(0x156)]=_0x254a4f,I(this,_0x58bd8e(0x132),new _0x1d9402(void 0x0)),I(this,'socket$',this[_0x58bd8e(0x132)][_0x58bd8e(0x275)]()),I(this,_0x58bd8e(0x129),null),I(this,_0x58bd8e(0x2b6),new Map()),I(this,_0x58bd8e(0x2a2),new _0x1d9402(0x0)),I(this,_0x58bd8e(0x1a5),this[_0x58bd8e(0x2a2)][_0x58bd8e(0x275)]()),I(this,_0x58bd8e(0x2b5),!0x1),I(this,_0x58bd8e(0x34d),void 0x0),I(this,_0x58bd8e(0x278),0x0),I(this,'_socketMessageSubscription',null),I(this,_0x58bd8e(0x136),void 0x0),I(this,_0x58bd8e(0x189),void 0x0),this[_0x58bd8e(0x137)]();}[_0x41987a(0x137)](){const _0x15b673=_0x41987a;this[_0x15b673(0x156)]&&this[_0x15b673(0x1f9)](this[_0x15b673(0x156)][_0x15b673(0x33e)][_0x15b673(0x1f2)](_0x549190=>{const _0x481893=_0x15b673;_0x549190&&!this['_socket']&&this[_0x481893(0x16e)](),_0x549190||this[_0x481893(0x1a2)]();}));}[_0x41987a(0x31e)](){const _0x5d1cc5=_0x41987a;var _0x236320;super[_0x5d1cc5(0x31e)](),(_0x236320=this[_0x5d1cc5(0x299)])==null||_0x236320[_0x5d1cc5(0x1a1)](),this[_0x5d1cc5(0x299)]=null,this[_0x5d1cc5(0x158)](),this[_0x5d1cc5(0x344)](),this[_0x5d1cc5(0xf6)](),this[_0x5d1cc5(0x2b6)][_0x5d1cc5(0x329)](_0x11281c=>_0x11281c[_0x5d1cc5(0x31e)]()),this[_0x5d1cc5(0x2b6)][_0x5d1cc5(0x281)](),this[_0x5d1cc5(0x2a2)][_0x5d1cc5(0x2a9)]();}async['requireSession'](_0xc3b5ed){const _0x48e132=_0x41987a;if(this[_0x48e132(0x2b6)][_0x48e132(0x330)](_0xc3b5ed))return this[_0x48e132(0x2b6)]['get'](_0xc3b5ed);this[_0x48e132(0x13e)]();let _0x5002bc=this[_0x48e132(0x29c)][_0x48e132(0x247)](It,_0xc3b5ed,this['_socket$'][_0x48e132(0x275)]());return this[_0x48e132(0x2b6)][_0x48e132(0x103)](_0xc3b5ed,_0x5002bc),_0x5002bc;}['closeSession'](_0xe24ce7){const _0x38a405=_0x41987a;let _0x507f1c=this[_0x38a405(0x2b6)]['get'](_0xe24ce7);if(_0x507f1c&&(this['_sessions'][_0x38a405(0x23f)](_0xe24ce7),_0x507f1c[_0x38a405(0x277)]()),!this[_0x38a405(0x2b6)][_0x38a405(0x243)]){var _0x508b6b;(_0x508b6b=this[_0x38a405(0x187)])==null||_0x508b6b['close']();}}[_0x41987a(0x16e)](){const _0x319e49=_0x41987a;this['_retryCount']=0x0,this[_0x319e49(0x158)](),this[_0x319e49(0x266)]();}[_0x41987a(0x158)](){const _0x14aa92=_0x41987a;this['_retryConnectingTimer']!=null&&(clearTimeout(this['_retryConnectingTimer']),this[_0x14aa92(0x34d)]=null);}async['_createSocket'](){const _0x27de24=_0x41987a;var _0x34d61c;let _0x5b291f=this['_configService'][_0x27de24(0x1ba)](F),_0x4fdc21=(_0x34d61c=_0x5b291f==null?void 0x0:_0x5b291f[_0x27de24(0x24c)])==null?_t:_0x34d61c,_0x302044=await this[_0x27de24(0x249)][_0x27de24(0x284)](_0x4fdc21);return this[_0x27de24(0x129)]=_0x302044,_0x302044;}async[_0x41987a(0x13e)](){const _0x241109=_0x41987a;try{var _0x21ad6e,_0x3e9244;let _0x306cae=(_0x21ad6e=(_0x3e9244=this[_0x241109(0x187)])==null?this[_0x241109(0x129)]:_0x3e9244)==null?await this[_0x241109(0x23a)]():_0x21ad6e;if(_0x306cae){var _0x3f392a;let _0x3af33f=_0x306cae[_0x241109(0x35c)];_0x306cae[_0x241109(0x35c)]=_0x4cabf4=>(_0x4cabf4[_0x241109(0x193)]!==_0x42f7c9[_0x241109(0x1a3)]&&this[_0x241109(0x17c)](),_0x3af33f[_0x241109(0x168)](_0x306cae,[_0x4cabf4])),(_0x3f392a=this[_0x241109(0x299)])==null||_0x3f392a['unsubscribe'](),this[_0x241109(0x299)]=null,this[_0x241109(0x299)]=_0x306cae[_0x241109(0x13f)][_0x241109(0x1f2)](_0x55f048=>this[_0x241109(0x220)](_0x306cae,_0x55f048)),_0x306cae[_0x241109(0x27a)][_0x241109(0x154)](_0x18c870(0x1))[_0x241109(0x1f2)](_0xbd985e=>this[_0x241109(0x235)][_0x241109(0x2fa)]('[CollaborationSessionService]:\x20socket\x20error',_0xbd985e)),_0x306cae[_0x241109(0x146)][_0x241109(0x154)](_0x18c870(0x1))[_0x241109(0x1f2)](()=>{this['_onConnectionOpen'](_0x306cae);}),_0x306cae[_0x241109(0x15a)][_0x241109(0x154)](_0x18c870(0x1))['subscribe'](_0x32e8eb=>{const _0x2b2d7a=_0x241109;this[_0x2b2d7a(0x235)]['debug'](_0x2b2d7a(0x1e7),_0x2b2d7a(0x225),_0x32e8eb),this['_onConnectionFailed']();});}}catch(_0x55d01a){this[_0x241109(0x235)]['error'](_0x55d01a),this[_0x241109(0x255)]();}}['_onConnectionOpen'](_0x15dc8c){const _0x5f409a=_0x41987a;this[_0x5f409a(0x235)]['debug']('[CollaborationSessionService]',_0x5f409a(0x246)),_0x15dc8c[_0x5f409a(0x35c)]({'cmd':_0x42f7c9[_0x5f409a(0x25a)]}),this[_0x5f409a(0x17c)]();}[_0x41987a(0x1a2)](){const _0x3e2648=_0x41987a;this['_socketReady']=!0x1,this[_0x3e2648(0x129)]=null,this[_0x3e2648(0x2a2)][_0x3e2648(0x285)](0x2),this['_socket$']['next'](null),this[_0x3e2648(0x344)](),this[_0x3e2648(0xf6)]();}['_onConnectionFailed'](){const _0x10b6e6=_0x41987a;var _0x5529e3;this['_onOffline'](),this[_0x10b6e6(0x278)]<((_0x5529e3=this[_0x10b6e6(0x18a)][_0x10b6e6(0x1ba)]('RETRY_CONNECTING_MAX_COUNT'))==null?0x3:_0x5529e3)?(this[_0x10b6e6(0x33a)]['emitEvent']({'id':_0x10b6e6(0x1d7)}),this['_tryReconnect']()):this[_0x10b6e6(0x33a)][_0x10b6e6(0x1b3)]({'id':_0x10b6e6(0x27c)});}[_0x41987a(0x266)](){const _0x4f6c8a=_0x41987a;var _0x3a9b26;let _0x1f9926=this[_0x4f6c8a(0x278)],_0x5352bc=this['_configService'][_0x4f6c8a(0x1ba)](F),_0x45d370=_0x1f9926===0x0?0x0:((_0x3a9b26=_0x5352bc==null?void 0x0:_0x5352bc[_0x4f6c8a(0x2da)])==null?0x4e20:_0x3a9b26)*0x2**_0x1f9926;this[_0x4f6c8a(0x34d)]=setTimeout(()=>{const _0x4f8283=_0x4f6c8a;clearTimeout(this[_0x4f8283(0x34d)]),this[_0x4f8283(0x34d)]=null,this[_0x4f8283(0x13e)]();},_0x45d370),this[_0x4f6c8a(0x278)]+=0x1;}['_onMessage'](_0x5b0d88,_0x502359){const _0x68bfee=_0x41987a;let {cmd:_0x21a483}=_0x502359;_0x21a483===_0x42f7c9[_0x68bfee(0x25a)]&&!this['_socketReady']&&(_0x5b0d88[_0x68bfee(0x32d)]=_0x502359[_0x68bfee(0x22c)][_0x68bfee(0x32d)],this[_0x68bfee(0x132)][_0x68bfee(0x285)](_0x5b0d88),this[_0x68bfee(0x2a2)][_0x68bfee(0x285)](0x3),this[_0x68bfee(0x2b5)]=!0x0,this['_candidateSocket']=null),_0x21a483===_0x42f7c9[_0x68bfee(0x32c)]&&this[_0x68bfee(0x344)](),this[_0x68bfee(0x17c)]();}[_0x41987a(0x17c)](){const _0x2834ce=_0x41987a;var _0x8e06f5;this[_0x2834ce(0xf6)](),this[_0x2834ce(0x136)]=setTimeout(()=>this[_0x2834ce(0x11a)](),(_0x8e06f5=this[_0x2834ce(0x18a)]['getConfig'](_0x2834ce(0x1fa)))==null?0x7530:_0x8e06f5);}[_0x41987a(0x11a)](){const _0x14b16d=_0x41987a;this[_0x14b16d(0x187)][_0x14b16d(0x35c)]({'cmd':_0x42f7c9[_0x14b16d(0x32c)]}),this[_0x14b16d(0x265)]();}['_waitForHeartbeatResponse'](){const _0xea3bdc=_0x41987a;var _0x30be3e;this[_0xea3bdc(0x189)]=setTimeout(()=>this[_0xea3bdc(0x255)](),(_0x30be3e=this[_0xea3bdc(0x18a)][_0xea3bdc(0x1ba)](_0xea3bdc(0x320)))==null?xt:_0x30be3e);}[_0x41987a(0xf6)](){const _0x3d5df3=_0x41987a;this[_0x3d5df3(0x136)]!=null&&(clearTimeout(this[_0x3d5df3(0x136)]),this[_0x3d5df3(0x136)]=null);}[_0x41987a(0x344)](){const _0x521fed=_0x41987a;this['_timeoutTimer']!=null&&(clearTimeout(this[_0x521fed(0x189)]),this[_0x521fed(0x189)]=null);}};Q=z([R(0x0,_0x3ad2a9(_0x203225)),R(0x1,_0x4e6776),R(0x2,_0x180533),R(0x3,_n),R(0x4,_0x3ad2a9(L)),R(0x5,_0x1e3f17(mn))],Q);let bn=class extends _0x5f3021{constructor(_0x426a69,_0x5ec8da,_0x5e996c,_0x3387f3){const _0x342eb0=_0x41987a;var _0x596f21;super(),this['_injector']=_0x426a69,this[_0x342eb0(0x2c3)]=_0x5ec8da,this[_0x342eb0(0x18a)]=_0x5e996c,this[_0x342eb0(0x286)]=_0x3387f3,I(this,_0x342eb0(0x310),new Map()),I(this,_0x342eb0(0x340),new _0x206e3c()),I(this,_0x342eb0(0xfe),this['_entityInit$'][_0x342eb0(0x275)]()),((_0x596f21=this[_0x342eb0(0x18a)]['getConfig'](_0x342eb0(0x14f)))==null?void 0x0:_0x596f21[_0x342eb0(0x2f8)])!==!0x1&&this[_0x342eb0(0x2cf)]();}['dispose'](){const _0x352a82=_0x41987a;super[_0x352a82(0x31e)](),this[_0x352a82(0x310)][_0x352a82(0x329)](_0x3e23f6=>_0x3e23f6[_0x352a82(0x31e)]()),this[_0x352a82(0x310)][_0x352a82(0x281)]();}[_0x41987a(0x1e5)](_0x41fce1){const _0x4dba00=_0x41987a;var _0xa67b00;return(_0xa67b00=this[_0x4dba00(0x310)][_0x4dba00(0x11d)](_0x41fce1))==null?null:_0xa67b00;}[_0x41987a(0x1dd)](_0x4f17e0){const _0x5d27cc=_0x41987a;let _0x5cd514=this[_0x5d27cc(0x1e5)](_0x4f17e0);return _0x5cd514?_0x17f9f(_0x5cd514):this[_0x5d27cc(0x340)][_0x5d27cc(0x154)](_0x53386c(_0x9b840b=>_0x9b840b['unitID']===_0x4f17e0));}[_0x41987a(0x12b)](_0x3ebe9d){const _0x1031e6=_0x41987a;return _0x4a9cf1(this[_0x1031e6(0x1dd)](_0x3ebe9d)[_0x1031e6(0x154)](_0x252691(()=>void 0x0)));}['_init'](){const _0x36a7ac=_0x41987a;this[_0x36a7ac(0x286)]['getTypeOfUnitAdded$'](_0x4c1fb5[_0x36a7ac(0x15d)])[_0x36a7ac(0x154)](_0x5dc313(this['dispose$']),_0x4fa145(0x10))['subscribe'](async _0x1a58e5=>{const _0x254f41=_0x36a7ac;let _0x34c393=_0x1a58e5[_0x254f41(0x297)][_0x254f41(0x1d9)](),_0x5e7d44=await this['_startCollaboration'](_0x34c393,_0x4c1fb5[_0x254f41(0x15d)]);this[_0x254f41(0x310)][_0x254f41(0x103)](_0x34c393,_0x5e7d44);}),this[_0x36a7ac(0x286)][_0x36a7ac(0x34b)](_0x4c1fb5[_0x36a7ac(0x35e)])[_0x36a7ac(0x154)](_0x5dc313(this[_0x36a7ac(0x312)]),_0x4fa145(0x10))[_0x36a7ac(0x154)](_0x53386c(_0x35999a=>!_0x35999a['unit']['getUnitId']()['startsWith']('__')))[_0x36a7ac(0x1f2)](async _0x32d43c=>{const _0xcd2808=_0x36a7ac;let _0x50331c=_0x32d43c[_0xcd2808(0x297)][_0xcd2808(0x1d9)](),_0x53446e=await this[_0xcd2808(0x26b)](_0x50331c,_0x4c1fb5[_0xcd2808(0x35e)]);this[_0xcd2808(0x310)][_0xcd2808(0x103)](_0x50331c,_0x53446e);}),this[_0x36a7ac(0x286)]['getTypeOfUnitAdded$'](_0x4c1fb5[_0x36a7ac(0x26a)])[_0x36a7ac(0x154)](_0x5dc313(this[_0x36a7ac(0x312)]),_0x4fa145(0x10))['subscribe'](async _0x8c6fed=>{const _0x16974e=_0x36a7ac;let _0x1b8561=_0x8c6fed[_0x16974e(0x297)]['getUnitId'](),_0x3270ab=await this[_0x16974e(0x26b)](_0x1b8561,_0x4c1fb5['UNIVER_SLIDE']);this[_0x16974e(0x310)][_0x16974e(0x103)](_0x1b8561,_0x3270ab);}),this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x4c1fb5[_0x36a7ac(0x25d)])[_0x36a7ac(0x154)](_0x5dc313(this['dispose$']),_0x4fa145(0x10))[_0x36a7ac(0x1f2)](async _0x325ac4=>{const _0x41a6eb=_0x36a7ac;let _0x433c65=_0x325ac4[_0x41a6eb(0x297)][_0x41a6eb(0x1d9)](),_0x10176e=await this[_0x41a6eb(0x26b)](_0x433c65,_0x4c1fb5[_0x41a6eb(0x25d)]);this[_0x41a6eb(0x310)][_0x41a6eb(0x103)](_0x433c65,_0x10176e);}),_0x2a9d61(this[_0x36a7ac(0x286)]['getTypeOfUnitDisposed$'](_0x4c1fb5[_0x36a7ac(0x15d)]),this[_0x36a7ac(0x286)][_0x36a7ac(0x1b6)](_0x4c1fb5['UNIVER_DOC']),this[_0x36a7ac(0x286)]['getTypeOfUnitDisposed$'](_0x4c1fb5[_0x36a7ac(0x26a)]),this[_0x36a7ac(0x286)]['getTypeOfUnitDisposed$'](_0x4c1fb5['UNIVER_BASE']))[_0x36a7ac(0x154)](_0x5dc313(this[_0x36a7ac(0x312)]))[_0x36a7ac(0x1f2)](_0x193c1d=>{const _0x50b3e6=_0x36a7ac;let _0xeb3f8d=_0x193c1d[_0x50b3e6(0x1d9)](),_0x152702=this[_0x50b3e6(0x310)][_0x50b3e6(0x11d)](_0xeb3f8d);_0x152702&&(_0x152702[_0x50b3e6(0x31e)](),this[_0x50b3e6(0x310)][_0x50b3e6(0x23f)](_0xeb3f8d));});}async[_0x41987a(0x26b)](_0x5e354b,_0x29d20f){const _0x3df126=_0x41987a;let _0x16e8ff=await this[_0x3df126(0x2c3)][_0x3df126(0x133)](_0x5e354b),_0xbc42b1=this['_injector'][_0x3df126(0x247)](this[_0x3df126(0x2f3)](_0x29d20f),_0x5e354b,_0x29d20f,_0x16e8ff);return await _0xbc42b1[_0x3df126(0x2ab)](),this['_entityInit$'][_0x3df126(0x285)](_0xbc42b1),_0xbc42b1;}[_0x41987a(0x2f3)](_0x524a7d){const _0x2ea7b6=_0x41987a;switch(_0x524a7d){case _0x4c1fb5[_0x2ea7b6(0x35e)]:return un;case _0x4c1fb5[_0x2ea7b6(0x15d)]:return fn;case _0x4c1fb5[_0x2ea7b6(0x26a)]:return pn;case _0x4c1fb5[_0x2ea7b6(0x25d)]:return dn;default:throw Error(_0x2ea7b6(0x31c)+_0x524a7d);}}};bn=z([R(0x0,_0x3ad2a9(_0x203225)),R(0x1,_0x3ad2a9(Q)),R(0x2,_0x180533),R(0x3,_0x124498)],bn);var xn=_0x41987a(0x215),Sn=_0x41987a(0x14c);let Cn=class extends _0x5eef44{constructor(_0xef677e,_0x1cb105){const _0x128f68=_0x41987a;super(),this[_0x128f68(0x286)]=_0xef677e,this['_configService']=_0x1cb105,this['_init']();}[_0x41987a(0x2cf)](){const _0x12588e=_0x41987a;this['disposeWithMe'](this[_0x12588e(0x286)]['focused$']['subscribe'](()=>{const _0x376cb7=_0x12588e;var _0x2b3b2c;let _0x4ff6b5=this[_0x376cb7(0x286)][_0x376cb7(0x19a)](),_0x215184=(_0x2b3b2c=this[_0x376cb7(0x18a)][_0x376cb7(0x1ba)](_0x376cb7(0x2fe)))==null?_0x376cb7(0x25b):_0x2b3b2c;_0x4ff6b5 instanceof _0x5b84da&&(_0x215184=_0x4ff6b5[_0x376cb7(0x1ec)]),document[_0x376cb7(0x2a0)]=_0x215184;}));}};Cn=z([R(0x0,_0x124498),R(0x1,_0x180533)],Cn);let wn=function(_0x48233a){const _0x3b841f=_0x41987a;return _0x48233a['URL']=_0x3b841f(0x305),_0x48233a[_0x3b841f(0x34f)]=_0x3b841f(0x34f),_0x48233a[_0x3b841f(0x33b)]=_0x3b841f(0x33b),_0x48233a;}({});const Tn=_0x25425e(_0x41987a(0x1f0));let En=class{constructor(_0x2894b4,_0x3f90d4,_0x22f6f5){const _0x5b5f39=_0x41987a;this[_0x5b5f39(0x234)]=_0x2894b4,this[_0x5b5f39(0x18a)]=_0x3f90d4,this[_0x5b5f39(0x286)]=_0x22f6f5;}['getUploadOptions'](){const _0x1cedcf=_0x41987a;var _0xfabdb1;return(_0xfabdb1=this[_0x1cedcf(0x2b7)]()[_0x1cedcf(0x114)])==null?{}:_0xfabdb1;}async[_0x41987a(0x15e)](_0x302343){const _0x550f14=_0x41987a;let _0x3218fc=this[_0x550f14(0x201)]();if(Dn(_0x302343,_0x3218fc),_0x3218fc['upload'])return _0x3218fc[_0x550f14(0x1de)](_0x302343);let _0x542099=await this[_0x550f14(0x31a)](_0x302343);return{'id':_0x542099,'name':_0x302343[_0x550f14(0x1ec)],'mimeType':_0x302343[_0x550f14(0x130)],'size':_0x302343['size'],'sourceType':'UUID','source':_0x542099};}async[_0x41987a(0x31a)](_0x487348){const _0x2f5f40=_0x41987a;let _0x34afc4=this[_0x2f5f40(0x286)][_0x2f5f40(0x19a)](),_0x2c30a8=_0x34afc4==null?void 0x0:_0x34afc4['getUnitId']();if(!_0x2c30a8)throw Error(_0x2f5f40(0x28d));let _0x1ac1d7=new FormData();_0x1ac1d7['append'](_0x2f5f40(0x300),_0x487348);let _0x3c8658=this[_0x2f5f40(0x364)]()+'?size='+_0x487348[_0x2f5f40(0x243)][_0x2f5f40(0x22d)]()+_0x2f5f40(0xf4)+_0x194984[_0x2f5f40(0x1fd)]+_0x2f5f40(0x2c7)+encodeURIComponent(_0x2c30a8),_0x61a34b=(await this['_httpService'][_0x2f5f40(0x206)](_0x3c8658,{'body':_0x1ac1d7}))[_0x2f5f40(0x1bd)][_0x2f5f40(0x328)];if(typeof _0x61a34b!=_0x2f5f40(0x101)||!_0x61a34b)throw Error('[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.');return _0x61a34b;}[_0x41987a(0x364)](){const _0x7e2f40=_0x41987a;var _0x59772a;return(_0x59772a=this[_0x7e2f40(0x2b7)]()['uploadFileServerUrl'])==null?'/universer-api/stream/file/upload':_0x59772a;}[_0x41987a(0x2b7)](){const _0x4b2935=_0x41987a;var _0x5d14d7;return(_0x5d14d7=this[_0x4b2935(0x18a)]['getConfig']('collaboration-client.config'))==null?{}:_0x5d14d7;}};En=z([R(0x0,_0x3ad2a9(_0x27178d)),R(0x1,_0x3ad2a9(_0x180533)),R(0x2,_0x3ad2a9(_0x124498))],En);function Dn(_0x5be235,_0x4bd9d8){const _0xd33dfe=_0x41987a;var _0x239429;if(_0x4bd9d8[_0xd33dfe(0x1af)]!=null&&_0x5be235[_0xd33dfe(0x243)]>_0x4bd9d8['maxSize'])throw Error(_0xd33dfe(0x30b));if((_0x239429=_0x4bd9d8['accept'])!=null&&_0x239429[_0xd33dfe(0x2ca)]&&!_0x4bd9d8[_0xd33dfe(0x18e)][_0xd33dfe(0x2ea)](_0x445106=>_0x5be235[_0xd33dfe(0x130)]===_0x445106||_0x5be235[_0xd33dfe(0x1ec)][_0xd33dfe(0x203)](_0x445106)||_0x445106['endsWith']('/*')&&_0x5be235[_0xd33dfe(0x130)]['startsWith'](_0x445106[_0xd33dfe(0x2e3)](0x0,-0x1))))throw Error(_0xd33dfe(0x327));}let On=class{constructor(_0x5c1b9b,_0x5d2f6f,_0x578583){const _0x2da264=_0x41987a;this[_0x2da264(0x18a)]=_0x5c1b9b,this[_0x2da264(0x234)]=_0x5d2f6f,this[_0x2da264(0x1a6)]=_0x578583,this[_0x2da264(0x2ab)]();}[_0x41987a(0x2ab)](){const _0x48171c=_0x41987a;this[_0x48171c(0x234)][_0x48171c(0x2b3)]({'priority':0x1,'interceptor':(_0x1948e0,_0x560db7)=>_0x560db7(_0x1948e0)['pipe'](_0x58febc(async _0x3e2f22=>{const _0x12af84=_0x48171c;let _0x2d5ac0=_0x3e2f22;if(_0x2d5ac0[_0x12af84(0x128)]===0x191){if(typeof window>'u')throw Error(_0x12af84(0x20f));if(window['confirm'](this[_0x12af84(0x1a6)]['t'](_0x12af84(0x2ee)))){let _0x51feef=window[_0x12af84(0x2e7)](window[_0x12af84(0x237)]['href']);window['location'][_0x12af84(0x356)]=this['_getLoginPath']()+_0x12af84(0x296)+_0x51feef;}}return _0x2d5ac0;}))});}[_0x41987a(0x260)](){const _0x42ba6d=_0x41987a;var _0x3d9ef4;let _0x19e310=this['_configService'][_0x42ba6d(0x1ba)](F);return(_0x3d9ef4=_0x19e310==null?void 0x0:_0x19e310[_0x42ba6d(0x29e)])==null?'/universer-api/oidc/authpage':_0x3d9ef4;}};On=z([R(0x0,_0x180533),R(0x1,_0x3ad2a9(_0x27178d)),R(0x2,_0x3ad2a9(_0x4a5570))],On);let kn=class extends _0x5eef44{constructor(_0x16b2f7,_0x3367f6){const _0x38c5e7=_0x41987a;super(),this[_0x38c5e7(0x127)]=_0x16b2f7,this[_0x38c5e7(0x18a)]=_0x3367f6,I(this,'_cfgEnableObjInherit',!0x1),this[_0x38c5e7(0x1d5)]();}[_0x41987a(0x1d5)](){const _0x47d288=_0x41987a;let _0x1eb47a=this;this[_0x47d288(0x1f9)](this[_0x47d288(0x127)][_0x47d288(0x2b3)]({'priority':0x3e7,'interceptor':_0x52324b({'isMatch'(_0x55c42d){const _0x272297=_0x47d288;var _0x4bb038;if(_0x55c42d[_0x272297(0x242)]==='POST'&&(_0x4bb038=_0x55c42d[_0x272297(0x12e)])!=null&&_0x4bb038[_0x272297(0x1bd)]){let {objectID:_0x48f302,objectType:_0x5e563d}=_0x55c42d[_0x272297(0x12e)]['body']||{};if(!_0x48f302||_0x5e563d===void 0x0)return!0x1;let _0x3caaaf=_0x1eb47a[_0x272297(0x20b)]()+'/'+_0x5e563d+_0x272297(0x1cb)+_0x48f302+_0x272297(0x226);if(_0x55c42d[_0x272297(0x359)]===_0x3caaaf)return!0x0;}return!0x1;},'getParamsFromRequest'(_0xa79b36){const _0x3ab977=_0x47d288;var _0x252aa1;return(_0x252aa1=_0xa79b36[_0x3ab977(0x12e)])==null?void 0x0:_0x252aa1[_0x3ab977(0x1bd)];},'mergeParamsToRequest'(_0x4cb462,_0x1a3da6){const _0x163458=_0x47d288;let _0x16fcda=_0x1eb47a[_0x163458(0x20b)]()+'/-/object/-/batch_allowed',_0x351927=_0x4cb462[_0x163458(0x125)]((_0x26ab34,_0x4ff41b)=>{const _0x4166f1=_0x163458;let {unitID:_0x1efd82,objectID:_0x4956e1,objectType:_0x2e107b,actions:_0x50bc21}=_0x4ff41b;return _0x26ab34[_0x1efd82]||(_0x26ab34[_0x1efd82]={}),_0x26ab34[_0x1efd82][_0x4956e1]||(_0x26ab34[_0x1efd82][_0x4956e1]={'objectID':_0x4956e1,'objectType':_0x2e107b,'actions':[]}),_0x26ab34[_0x1efd82][_0x4956e1]['actions'][_0x4166f1(0x27f)](..._0x50bc21),_0x26ab34;},{}),_0x4b515f=[];for(let _0x5b85a4 in _0x351927)for(let _0x484b07 in _0x351927[_0x5b85a4]){let {actions:_0x521721,objectType:_0x22b486}=_0x351927[_0x5b85a4][_0x484b07],_0x5c56dc=[...new Set(_0x521721)];_0x4b515f[_0x163458(0x27f)]({'unitID':_0x5b85a4,'objectID':_0x484b07,'objectType':_0x22b486,'actions':_0x5c56dc});}return new _0x440c7e(_0x163458(0x24b),_0x16fcda,{'headers':_0x1a3da6[_0x163458(0x303)],'withCredentials':_0x1a3da6[_0x163458(0x216)],'responseType':_0x1a3da6[_0x163458(0x170)],'body':{'requests':_0x4b515f}});}},{'distributeResult'(_0x3448f2,_0x475408){const _0xcbe008=_0x47d288;let {objectActions:_0x5efdb5}=_0x3448f2;return _0x475408[_0xcbe008(0x288)](_0x36fbe8=>{const _0x95af8d=_0xcbe008;let {unitID:_0x56114a,objectID:_0x386419,actions:_0x140ab9}=_0x36fbe8,_0x3be000=_0x5efdb5[_0x95af8d(0x363)](_0x40cb7a=>_0x40cb7a[_0x95af8d(0x23d)]===_0x56114a&&_0x40cb7a['objectID']===_0x386419);return{'config':_0x36fbe8,'result':{'actions':_0x140ab9['map'](_0x17ce54=>_0x3be000==null?void 0x0:_0x3be000['actions'][_0x95af8d(0x363)](_0x298478=>_0x298478['action']===_0x17ce54))[_0x95af8d(0x29d)](_0x1a24d4=>!!_0x1a24d4),'error':_0x3448f2['error']}};});}})}));}[_0x41987a(0x20b)](){const _0x6ef0b6=_0x41987a;var _0xeac96f;let _0x1280f7=this[_0x6ef0b6(0x18a)][_0x6ef0b6(0x1ba)](F);return(_0xeac96f=_0x1280f7==null?void 0x0:_0x1280f7[_0x6ef0b6(0x2db)])==null?_0x6ef0b6(0x202):_0xeac96f;}async[_0x41987a(0x29f)](_0x170047){const _0x2ebd89=_0x41987a;let _0x6be3b6=this[_0x2ebd89(0x20b)]()+'/'+_0x170047['objectType']+_0x2ebd89(0x362);return(await this['_HTTPService']['post'](_0x6be3b6,{'body':_0x170047}))[_0x2ebd89(0x1bd)]['objectID']||'';}async['list'](_0x510a16){const _0x28e143=_0x41987a;let _0x2ef3ce=this[_0x28e143(0x20b)]()+_0x28e143(0x110);return(await this[_0x28e143(0x127)]['post'](_0x2ef3ce,{'body':_0x510a16}))[_0x28e143(0x1bd)]['objects'];}async[_0x41987a(0x165)](_0x19242a){const _0x94ffc=_0x41987a;var _0x59d0aa;let _0x5e248d=this['_getAPIPrefixPath']()+'/'+_0x19242a['objectType']+'/object/'+_0x19242a[_0x94ffc(0x14b)],_0x46d44c=await this[_0x94ffc(0x127)][_0x94ffc(0x2a7)](_0x5e248d,{'body':_0x19242a});if((_0x46d44c==null||(_0x59d0aa=_0x46d44c[_0x94ffc(0x1bd)])==null||(_0x59d0aa=_0x59d0aa[_0x94ffc(0x2fa)])==null?void 0x0:_0x59d0aa['code'])!==0x1)throw Error(_0x94ffc(0x29a));}async['allowed'](_0x3b57a9){const _0x2b79c7=_0x41987a;let _0x203df4=this[_0x2b79c7(0x20b)]()+'/'+_0x3b57a9[_0x2b79c7(0x1fc)]+_0x2b79c7(0x1cb)+_0x3b57a9[_0x2b79c7(0x14b)]+_0x2b79c7(0x226);return(await this['_HTTPService'][_0x2b79c7(0x206)](_0x203df4,{'body':_0x3b57a9}))[_0x2b79c7(0x1bd)][_0x2b79c7(0x2dd)];}async[_0x41987a(0x218)](_0x5a22fa){const _0x47c29c=_0x41987a;let _0x3a2a13=this[_0x47c29c(0x20b)]()+_0x47c29c(0x23b);return(await this['_HTTPService'][_0x47c29c(0x206)](_0x3a2a13,{'body':{'requests':_0x5a22fa}}))[_0x47c29c(0x1bd)]['objectActions'];}async['listRoles'](_0x5217f1){const _0x358e8c=_0x41987a;let _0x5c3903=this['_getAPIPrefixPath']()+'/'+_0x5217f1[_0x358e8c(0x1fc)]+_0x358e8c(0x355),_0x5d5bee=await this[_0x358e8c(0x127)]['post'](_0x5c3903,{'body':_0x5217f1});return{'roles':_0x5d5bee[_0x358e8c(0x1bd)]['roles'],'actions':_0x5d5bee[_0x358e8c(0x1bd)][_0x358e8c(0x2dd)]};}async[_0x41987a(0x289)](_0x15afc4){const _0x3c58e1=_0x41987a;let _0x1ead33=this['_getAPIPrefixPath']()+_0x3c58e1(0x13c);await this[_0x3c58e1(0x127)][_0x3c58e1(0x23f)](_0x1ead33,{'params':{'collaboratorID':_0x15afc4[_0x3c58e1(0x230)],'objectID':_0x15afc4[_0x3c58e1(0x14b)],'unitID':_0x15afc4[_0x3c58e1(0x23d)]}});}async['updateCollaborator'](_0x321a53){const _0x591b3f=_0x41987a;let _0x22032b=this[_0x591b3f(0x20b)]()+_0x591b3f(0x13c);await this[_0x591b3f(0x127)]['patch'](_0x22032b,{'body':_0x321a53});}async[_0x41987a(0x2af)](_0x5c0a6b){const _0x14a407=_0x41987a;let _0x4b0d9a=this[_0x14a407(0x20b)]()+'/collaborator';await this[_0x14a407(0x127)]['post'](_0x4b0d9a,{'body':_0x5c0a6b});}async[_0x41987a(0x222)](_0x57ecd6){const _0x516c2c=_0x41987a;var _0x13f2ec;let _0x1e022c=this['_getAPIPrefixPath']()+'/collaborator',_0x73cdef=await this[_0x516c2c(0x127)][_0x516c2c(0x11d)](_0x1e022c,{'params':{'objectID':_0x57ecd6[_0x516c2c(0x14b)],'unitID':_0x57ecd6[_0x516c2c(0x23d)]}});return this[_0x516c2c(0x2b0)]((_0x13f2ec=_0x73cdef['body'][_0x516c2c(0x26d)])==null?!0x1:_0x13f2ec),_0x73cdef[_0x516c2c(0x1bd)][_0x516c2c(0x19c)];}async['putCollaborators'](_0xaa51a3){const _0x145ab0=_0x41987a;let _0x1c7f60=this[_0x145ab0(0x20b)]()+_0x145ab0(0x13c);await this[_0x145ab0(0x127)][_0x145ab0(0x2a7)](_0x1c7f60,{'body':_0xaa51a3});}[_0x41987a(0x2b0)](_0x235027){this['_cfgEnableObjInherit']=_0x235027;}[_0x41987a(0x1ea)](){const _0x390999=_0x41987a;return this[_0x390999(0x24d)];}};kn=z([R(0x0,_0x3ad2a9(_0x27178d)),R(0x1,_0x3ad2a9(_0x180533))],kn);function An(_0x46deec){const _0x572475=_0x41987a;let _0x4c7bf5=atob(_0x46deec),_0xd0ae15=new Uint8Array(_0x4c7bf5[_0x572475(0x2ca)]);for(let _0x3c9446=0x0;_0x3c9446<_0x4c7bf5[_0x572475(0x2ca)];_0x3c9446++)_0xd0ae15[_0x3c9446]=_0x4c7bf5['charCodeAt'](_0x3c9446);return _0xd0ae15;}function jn(_0x159ef0){const _0x2de428=_0x41987a;let _0x449e38='';for(let _0x2d1be8=0x0;_0x2d1be8<_0x159ef0['length'];_0x2d1be8++)_0x449e38+=String[_0x2de428(0x32a)](_0x159ef0[_0x2d1be8]);return btoa(_0x449e38);}function Mn(_0x2089d7,_0x2787cf){const _0x1bf057=_0x41987a;let _0x543170=An(_0x2787cf),_0x9b75f4=_0xee0b57(0x10);return jn(_0x5d9300(_0x9b75f4,_0x8b182e(_0x543170,_0x9b75f4)[_0x1bf057(0x33d)](_0x1677f9(_0x2089d7))));}function Nn(){const _0x5322cb=_0x41987a;let _0x512dc2=_0x2f49f7()[_0x5322cb(0x19e)];if(typeof window<'u'&&window[_0x5322cb(0x237)]!==void 0x0&&_0x512dc2){let _0x1b2d16={'time':Math['floor'](Date['now']()/0x3e8),'domain':location[_0x5322cb(0x19f)]};return Mn(JSON[_0x5322cb(0x231)](_0x1b2d16),_0x512dc2);}}let Pn=class{constructor(_0x7b0000){const _0xe4e2a3=_0x41987a;this[_0xe4e2a3(0x234)]=_0x7b0000,this['_initRequestHeader']();}[_0x41987a(0x313)](){const _0x48b20e=_0x41987a;this[_0x48b20e(0x234)][_0x48b20e(0x2b3)]({'interceptor':(_0x44f0d1,_0x38bdaa)=>{const _0x2f0aaa=_0x48b20e;let _0x3162d6=Nn();return _0x3162d6&&_0x44f0d1[_0x2f0aaa(0x303)]['set'](_0x2f0aaa(0x35a),_0x3162d6),_0x38bdaa(_0x44f0d1);}});}};Pn=z([R(0x0,_0x3ad2a9(_0x27178d))],Pn);let Fn=class extends _0x5f3021{constructor(_0x373cea,_0x4869dd,_0x34c775){const _0x4de1ba=_0x41987a;super(),this[_0x4de1ba(0x235)]=_0x373cea,this[_0x4de1ba(0xfa)]=_0x4869dd,this['_localCacheService']=_0x34c775,I(this,_0x4de1ba(0x2e2),new _0x1d9402(null)),I(this,_0x4de1ba(0x188),new _0x206e3c()),I(this,_0x4de1ba(0x102),this[_0x4de1ba(0x2e2)][_0x4de1ba(0x275)]()),I(this,'unitLoaded$',this[_0x4de1ba(0x188)]['asObservable']());}[_0x41987a(0x31e)](){const _0x1fa544=_0x41987a;super['dispose'](),this[_0x1fa544(0x188)]['complete'](),this[_0x1fa544(0x2e2)][_0x1fa544(0x2a9)]();}async[_0x41987a(0x2a6)](_0x70d2cd,_0x5a34ac,_0x3b528f){const _0x339d3a=_0x41987a;this[_0x339d3a(0x2e2)][_0x339d3a(0x285)]({'unitId':_0x70d2cd,'type':_0x5a34ac});let _0x56dfb9=null;switch(_0x5a34ac){case _0x4c1fb5[_0x339d3a(0x15d)]:_0x56dfb9=await this['_snapshotService'][_0x339d3a(0x192)](_0x70d2cd,_0x3b528f);break;case _0x4c1fb5[_0x339d3a(0x35e)]:_0x56dfb9=await this['_snapshotService'][_0x339d3a(0x2cb)](_0x70d2cd,_0x3b528f);break;case _0x4c1fb5[_0x339d3a(0x26a)]:_0x56dfb9=await this['_snapshotService'][_0x339d3a(0x1ca)](_0x70d2cd,_0x3b528f);break;case _0x4c1fb5[_0x339d3a(0x25d)]:_0x56dfb9=await this['_snapshotService'][_0x339d3a(0x346)](_0x70d2cd,_0x3b528f);break;default:this['_logService']['error'](_0x339d3a(0x290),_0x339d3a(0x116));break;}return _0x56dfb9&&this[_0x339d3a(0x188)][_0x339d3a(0x285)](_0x56dfb9),_0x56dfb9;}async[_0x41987a(0x196)](_0x471f4f,_0x1e2a0d,_0x310cce){const _0x17e1f8=_0x41987a;var _0x54b780;this[_0x17e1f8(0x2e2)][_0x17e1f8(0x285)]({'unitId':_0x471f4f,'type':_0x1e2a0d,'subUnitId':_0x310cce});let _0x32a9e5=0x0,_0x297383=await((_0x54b780=this[_0x17e1f8(0x367)])==null?void 0x0:_0x54b780[_0x17e1f8(0x221)](_0x471f4f));return _0x297383&&(_0x297383[_0x17e1f8(0x17a)]||_0x297383[_0x17e1f8(0x172)][_0x17e1f8(0x2ca)]!==0x0)&&(_0x32a9e5=_0x297383[_0x17e1f8(0x1c8)]),_0x32a9e5===0x0&&this['_logService']['debug'](_0x17e1f8(0x290),'fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this['loadUnitOfRevision'](_0x471f4f,_0x1e2a0d,_0x32a9e5);}};Fn=z([R(0x0,_0x4e6776),R(0x1,_0x3ad2a9(_0x26ae5a)),R(0x2,_0x1e3f17(V))],Fn);let In=class{constructor(_0x1dd35e,_0x211653,_0x21fe79){const _0xeeff68=_0x41987a;this[_0xeeff68(0x234)]=_0x1dd35e,this[_0xeeff68(0x18a)]=_0x211653,this[_0xeeff68(0x286)]=_0x21fe79,I(this,_0xeeff68(0x10d),0x0),I(this,'_change$',new _0x206e3c()),I(this,_0xeeff68(0x31f),this[_0xeeff68(0x28f)]),I(this,_0xeeff68(0x10c),new Map());}[_0x41987a(0x1c1)](_0x31bae1){const _0x53d961=_0x41987a;this[_0x53d961(0x10d)]=_0x31bae1,this[_0x53d961(0x28f)]['next'](_0x31bae1);}['getImageSourceCache'](_0x311381,_0x1479da){const _0x506718=_0x41987a;if(_0x1479da===_0x11f9af[_0x506718(0x33b)]){let _0x1010df=new Image();return _0x1010df['src']=_0x311381,_0x1010df;}return this['_imageSourceCache'][_0x506718(0x11d)](_0x311381);}[_0x41987a(0x34a)](_0x10ca23,_0x44d5a7,_0x48d77e){const _0x5c45d0=_0x41987a;_0x44d5a7===_0x11f9af[_0x5c45d0(0x33b)]||_0x48d77e==null||this[_0x5c45d0(0x10c)]['set'](_0x10ca23,_0x48d77e);}async[_0x41987a(0x10f)](_0x51e8e0){const _0x40d970=_0x41987a;try{let _0x55a6c9=this[_0x40d970(0x21d)](this[_0x40d970(0x32b)](),''+_0x51e8e0),_0x39e553=(await this[_0x40d970(0x234)][_0x40d970(0x11d)](_0x55a6c9))['body'];if(_0x39e553[_0x40d970(0x2fa)]&&_0x39e553[_0x40d970(0x2fa)][_0x40d970(0x2c8)]===_0x17396f['OK']){let _0x5e7828=_0x407e43(_0x39e553['url'],this[_0x40d970(0x308)]());return Promise[_0x40d970(0x1d1)](_0x5e7828);}return Promise[_0x40d970(0x2e6)](_0x39e553['error']);}catch(_0xd852a6){return Promise[_0x40d970(0x2e6)](_0xd852a6);}}async['saveImage'](_0x37d233){const _0x38aa0b=_0x41987a;let _0x2b30bc='';if(!_0x4c7c04[_0x38aa0b(0x256)](_0x37d233[_0x38aa0b(0x130)]))return this['_decreaseWaiting'](),Promise[_0x38aa0b(0x2e6)](Error(_0x5785a8[_0x38aa0b(0x316)]));if(_0x37d233['size']>_0xd89f51())return this[_0x38aa0b(0x1c6)](),Promise[_0x38aa0b(0x2e6)](Error(_0x5785a8[_0x38aa0b(0x343)]));try{let _0x415f1a=new FormData();_0x415f1a[_0x38aa0b(0x223)](_0x38aa0b(0x300),_0x37d233);let _0x27c512=this[_0x38aa0b(0x286)][_0x38aa0b(0x19a)](),_0x324e7c=_0x27c512==null?void 0x0:_0x27c512['getUnitId']();if(!_0x324e7c)throw Error(_0x38aa0b(0x318));let _0x3e0d69=this[_0x38aa0b(0x364)]()+'?size='+_0x37d233[_0x38aa0b(0x243)][_0x38aa0b(0x22d)]()+'&source='+_0x194984['UnitEmbedded']+_0x38aa0b(0x2c7)+encodeURIComponent(_0x324e7c),_0x239ab0={'body':_0x415f1a},_0x2b376c=(await this['_httpService'][_0x38aa0b(0x206)](_0x3e0d69,_0x239ab0))['body'];if(typeof _0x2b376c[_0x38aa0b(0x328)]!=_0x38aa0b(0x101))return this[_0x38aa0b(0x1c6)](),Promise[_0x38aa0b(0x2e6)](Error(_0x5785a8['ERROR_IMAGE']));_0x2b30bc=_0x2b376c[_0x38aa0b(0x328)];}catch{return this[_0x38aa0b(0x1c6)](),Promise[_0x38aa0b(0x2e6)](Error(_0x5785a8[_0x38aa0b(0x28c)]));}return new Promise((_0x417a5f,_0x285ddf)=>{const _0x569399=_0x38aa0b;let _0x298a78=new FileReader();_0x298a78['readAsDataURL'](_0x37d233),_0x298a78[_0x569399(0x11c)]=_0x20c7f6=>{const _0x5a9ef0=_0x569399;var _0x15cd19;let _0x1cd237=(_0x15cd19=_0x20c7f6[_0x5a9ef0(0x2c4)])==null?void 0x0:_0x15cd19[_0x5a9ef0(0x372)];if(_0x1cd237==null){this[_0x5a9ef0(0x1c6)](),_0x285ddf(Error(_0x5785a8[_0x5a9ef0(0x28c)]));return;}_0x417a5f({'imageId':_0x4f78e5(0x6),'imageSourceType':_0x11f9af[_0x5a9ef0(0x34f)],'source':_0x2b30bc,'base64Cache':_0x1cd237,'status':_0x5785a8['SUCCUSS']}),this[_0x5a9ef0(0x1c6)]();};});}[_0x41987a(0x364)](){const _0x323dce=_0x41987a;var _0x52e3dd;let _0x4525d9=this[_0x323dce(0x18a)][_0x323dce(0x1ba)](F);return(_0x52e3dd=_0x4525d9==null?void 0x0:_0x4525d9[_0x323dce(0x180)])==null?'/universer-api/stream/file/upload':_0x52e3dd;}['_getSignURL'](){const _0xbfb7cb=_0x41987a;var _0x121cfa;let _0x56f356=this['_configService'][_0xbfb7cb(0x1ba)](F);return(_0x121cfa=_0x56f356==null?void 0x0:_0x56f356[_0xbfb7cb(0x315)])==null?'/universer-api/file/{fileID}/sign-url':_0x121cfa;}[_0x41987a(0x308)](){const _0x405e7a=_0x41987a;var _0x1a5517;let _0x21d780=this['_configService'][_0x405e7a(0x1ba)](F);return(_0x1a5517=_0x21d780==null?void 0x0:_0x21d780[_0x405e7a(0x1f6)])==null?location['origin']:_0x1a5517;}[_0x41987a(0x21d)](_0x522831,_0x36c21a){const _0x408c17=_0x41987a;return _0x522831[_0x408c17(0x152)](_0x408c17(0x1d0),_0x36c21a);}[_0x41987a(0x1c6)](){const _0x17c33d=_0x41987a;--this['_waitCount'],this[_0x17c33d(0x28f)][_0x17c33d(0x285)](this['_waitCount']);}};In=z([R(0x0,_0x3ad2a9(_0x27178d)),R(0x1,_0x180533),R(0x2,_0x3ad2a9(_0x124498))],In);let Ln=class{constructor(_0x2001e,_0x4f0a03){const _0x337595=_0x41987a;this[_0x337595(0x18a)]=_0x2001e,this[_0x337595(0x127)]=_0x4f0a03;}['_getAPIPrefixPath'](){const _0x2646be=_0x41987a;var _0x312a55;let _0x3fdb69=this[_0x2646be(0x18a)][_0x2646be(0x1ba)](F);return(_0x312a55=_0x3fdb69==null?void 0x0:_0x3fdb69[_0x2646be(0x2db)])==null?'/universer-api/authz':_0x312a55;}async['list'](_0x4217f7){const _0xe6c43d=_0x41987a;let _0x4ea64e=this['_getAPIPrefixPath']()+_0xe6c43d(0x13c);return{'list':[{'title':'People','mentions':(await this[_0xe6c43d(0x127)][_0xe6c43d(0x11d)](_0x4ea64e,{'params':{'objectID':_0x4217f7[_0xe6c43d(0x2f0)],'unitID':_0x4217f7[_0xe6c43d(0x2f0)]}}))[_0xe6c43d(0x1bd)]['collaborators'][_0xe6c43d(0x288)](_0x336f2d=>({'objectId':_0x336f2d['id'],'name':_0x336f2d[_0xe6c43d(0x325)][_0xe6c43d(0x1ec)],'metadata':{'icon':_0x336f2d[_0xe6c43d(0x325)][_0xe6c43d(0x1d2)]},'label':_0x336f2d[_0xe6c43d(0x325)][_0xe6c43d(0x1ec)],'objectType':_0x3a5319[_0xe6c43d(0x199)]})),'metadata':{},'type':_0x3a5319[_0xe6c43d(0x199)]}]};}};Ln=z([R(0x0,_0x3ad2a9(_0x180533)),R(0x1,_0x3ad2a9(_0x27178d))],Ln);let Rn=class extends _0x5f3021{constructor(_0x58329d,_0xb47671,_0x380fbb,_0x17ca43,_0x21bc83){const _0x5acca8=_0x41987a;super(),this[_0x5acca8(0x29c)]=_0x58329d,this[_0x5acca8(0x286)]=_0xb47671,this[_0x5acca8(0x321)]=_0x380fbb,this[_0x5acca8(0x21b)]=_0x17ca43,this[_0x5acca8(0x33a)]=_0x21bc83,this['_initUnitPermissionChange'](),this[_0x5acca8(0x15b)]();}['_initCloseConn'](){const _0x3a1e99=_0x41987a;let _0x3e636a=async _0x215950=>{const _0x334cd7=_0x19aa;(await this[_0x334cd7(0x21b)]['requireSession'](_0x215950))[_0x334cd7(0x143)][_0x334cd7(0x154)](_0x53386c(_0x522838=>_0x522838[_0x334cd7(0x2d5)]===_0x37e6b9[_0x334cd7(0x2aa)]),_0x14fd58(this[_0x334cd7(0x312)]))[_0x334cd7(0x1f2)](_0x318c1b=>{const _0x32a649=_0x334cd7;let {reason:_0x272f4f}=_0x318c1b['data'];this['_collaborationUIEventService'][_0x32a649(0x1b3)]({'id':_0x32a649(0x118),'data':_0x272f4f}),this[_0x32a649(0x321)][_0x32a649(0x1db)](new _0x12238f(_0x215950)['id'],!0x1),this['_collaborationSessionService']['closeSession'](_0x215950);});};_0x2a9d61(this['_univerInstanceService'][_0x3a1e99(0x34b)](_0x4c1fb5['UNIVER_SHEET']),this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x4c1fb5[_0x3a1e99(0x35e)]),this[_0x3a1e99(0x286)][_0x3a1e99(0x34b)](_0x4c1fb5[_0x3a1e99(0x25d)]))['pipe'](_0x252691(_0xe2285f=>_0xe2285f[_0x3a1e99(0x297)]['getUnitId']()),_0x53386c(_0x5e62a3=>!_0x2f3dff(_0x5e62a3)),_0x14fd58(this[_0x3a1e99(0x312)]))['subscribe'](_0x278a4d=>{_0x3e636a(_0x278a4d);});}['_initUnitPermissionChange'](){const _0x2f564c=_0x41987a;let _0x5144cb=async _0x252b20=>{const _0xc32998=_0x19aa;let _0x4c20b7=await this['_collaborationSessionService'][_0xc32998(0x133)](_0x252b20),_0x3f3566=this[_0xc32998(0x29c)][_0xc32998(0x11d)](_0x3e8474);_0x4c20b7['event$']['pipe'](_0x53386c(_0x220f54=>_0x220f54['eventID']===_0x37e6b9[_0xc32998(0x119)]),_0x14fd58(this['dispose$']))[_0xc32998(0x1f2)](_0x448a3c=>{const _0x239336=_0xc32998;let {objectId:_0x4bf2f8}=_0x448a3c['data'];_0x4bf2f8===_0x252b20?_0x3f3566[_0x239336(0xfb)](_0x252b20):_0x3f3566[_0x239336(0x2eb)](_0x252b20,_0x4bf2f8);});};_0x2a9d61(this[_0x2f564c(0x286)][_0x2f564c(0x34b)](_0x4c1fb5[_0x2f564c(0x15d)]))[_0x2f564c(0x154)](_0x252691(_0x5ab1a1=>_0x5ab1a1['unit']['getUnitId']()),_0x53386c(_0x126ce6=>!_0x2f3dff(_0x126ce6)),_0x14fd58(this['dispose$']))['subscribe'](_0x58f84e=>{_0x5144cb(_0x58f84e);});}};Rn=z([R(0x0,_0x3ad2a9(_0x203225)),R(0x1,_0x124498),R(0x2,_0x1e2fb3),R(0x3,_0x3ad2a9(Q)),R(0x4,_0x3ad2a9(L))],Rn);let zn=class{constructor(_0x239fae,_0x5c4774){const _0x5f36e5=_0x41987a;this[_0x5f36e5(0x18a)]=_0x239fae,this['_httpService']=_0x5c4774;}async[_0x41987a(0x267)](_0xd7e820,_0x5c7b3d){const _0x54f6bb=_0x41987a;var _0x4c4373;let {unitID:_0x18c777,type:_0x20c246,revision:_0x2c80a4=0x0}=_0x5c7b3d,_0xb65920=this[_0x54f6bb(0x369)]()+'/'+_0x20c246+'/unit/'+_0x18c777+_0x54f6bb(0x23e)+_0x2c80a4,_0x4f63d6=(await this[_0x54f6bb(0x234)][_0x54f6bb(0x11d)](_0xb65920))[_0x54f6bb(0x1bd)],_0x581e0e=(_0x4c4373=_0x4f63d6['snapshot'])==null?void 0x0:_0x4c4373['workbook'];if(_0x581e0e){let _0x51bf10=_0x581e0e==null?void 0x0:_0x581e0e['originalMeta'];_0x581e0e['originalMeta']=_0x563765[_0x54f6bb(0x16d)](_0x2e4bf2(_0x51bf10)),Object[_0x54f6bb(0x261)](_0x581e0e[_0x54f6bb(0x26f)])[_0x54f6bb(0x329)](([,_0x21440f])=>{const _0x5d5ec8=_0x54f6bb;let _0x28966d=_0x21440f['originalMeta'];_0x21440f[_0x5d5ec8(0x1c3)]=_0x563765[_0x5d5ec8(0x16d)](_0x2e4bf2(_0x28966d));});}return _0x4f63d6;}async['getSheetBlock'](_0x3fb8e0,_0x9d5a1a){const _0x4166cc=_0x41987a;let {unitID:_0x455fa8,type:_0x509aeb,blockID:_0x45597f}=_0x9d5a1a,_0x3546b2=this['_getAPIPrefix']()+'/'+_0x509aeb+_0x4166cc(0x144)+_0x455fa8+'/block/'+_0x45597f;return(await this[_0x4166cc(0x234)][_0x4166cc(0x11d)](_0x3546b2))[_0x4166cc(0x1bd)];}async['getDeserializedSheetBlock'](_0xc5292a,_0x308845){const _0x17aaa1=_0x41987a;let {unitID:_0xeed0b0,type:_0x29553e,blockID:_0x5c4a01}=_0x308845,_0x2bcdc2=this['_getAPIPrefix']()+_0x17aaa1(0x194)+_0x29553e+_0x17aaa1(0x144)+_0xeed0b0+_0x17aaa1(0x194)+_0x5c4a01;return(await this[_0x17aaa1(0x234)][_0x17aaa1(0x11d)](_0x2bcdc2))[_0x17aaa1(0x1bd)];}async[_0x41987a(0x2bc)](_0x49e866,_0xd8d2b6){const _0x4c1dc7=_0x41987a;let {unitID:_0x3d0b75,type:_0x427e1f,from:_0x34aba2,to:_0x3ada04}=_0xd8d2b6,_0x542750=this[_0x4c1dc7(0x171)]()+'/'+_0x427e1f+_0x4c1dc7(0x144)+_0x3d0b75+_0x4c1dc7(0x1e9)+_0x34aba2+_0x4c1dc7(0x224)+_0x3ada04;return(await this[_0x4c1dc7(0x234)][_0x4c1dc7(0x11d)](_0x542750))[_0x4c1dc7(0x1bd)];}[_0x41987a(0x369)](){const _0x17f5ec=_0x41987a;var _0x3a63d1;return(_0x3a63d1=this['_configService']['getConfig'](_0x17f5ec(0x16f)))==null?this[_0x17f5ec(0x171)]():_0x3a63d1;}['_getAPIPrefix'](){const _0x693702=_0x41987a;var _0x4a3ad7;let _0x1d727d=this[_0x693702(0x18a)][_0x693702(0x1ba)](F);return(_0x4a3ad7=_0x1d727d==null?void 0x0:_0x1d727d['snapshotServerUrl'])==null?_0x693702(0x140):_0x4a3ad7;}async['getResourcesRequest'](_0x393147,_0x3d688a){const _0x3ae8d=_0x41987a;let _0x42889f=_0x3ae8d(0x120)+_0x3d688a[_0x3ae8d(0x130)]+_0x3ae8d(0x144)+_0x3d688a['unitID']+'/resources';return(await this[_0x3ae8d(0x234)][_0x3ae8d(0x11d)](_0x42889f,{'params':{'resourceId':JSON['stringify'](_0x3d688a[_0x3ae8d(0x352)])}}))[_0x3ae8d(0x1bd)];}['saveSnapshot'](){const _0x47784a=_0x41987a;throw Error(_0x47784a(0x213));}['updateSnapshot'](){const _0x107a25=_0x41987a;throw Error(_0x107a25(0x213));}[_0x41987a(0x178)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x41987a(0x111)](){const _0x25c192=_0x41987a;throw Error(_0x25c192(0x213));}[_0x41987a(0x2a3)](){const _0x315028=_0x41987a;throw Error(_0x315028(0x213));}['getLatestCsReqIdBySid'](){const _0x55797b=_0x41987a;throw Error(_0x55797b(0x213));}};zn=z([R(0x0,_0x180533),R(0x1,_0x3ad2a9(_0x27178d))],zn);let Bn=class extends _0x3984a0{constructor(_0x3217e5,_0x36cfdf,_0xca7fc3,_0x5723d6,_0x35e508){const _0x1d4eee=_0x41987a;super(_0x3217e5,_0x36cfdf,_0xca7fc3),this[_0x1d4eee(0x326)]=_0x5723d6,this[_0x1d4eee(0x235)]=_0x35e508;}[_0x41987a(0x1aa)](_0x5d8e4e,_0xfac225){const _0x3a7cb4=_0x41987a;let _0x2dfe15=this['_getUndoStack'](_0x5d8e4e);if(_0x2dfe15)try{let _0x4237be=this[_0x3a7cb4(0x2c2)](_0x2dfe15,_0xfac225);this[_0x3a7cb4(0x2ef)](_0x5d8e4e,_0x4237be);}catch(_0x4b0044){this[_0x3a7cb4(0x235)][_0x3a7cb4(0x2fa)](_0x3a7cb4(0x2fd),_0x4b0044),this[_0x3a7cb4(0x2cd)](_0x5d8e4e);}let _0x399a72=this[_0x3a7cb4(0xfc)](_0x5d8e4e);if(_0x399a72)try{let _0x527f4e=this[_0x3a7cb4(0x2c2)](_0x399a72,_0xfac225);this['_substituteRedoStack'](_0x5d8e4e,_0x527f4e);}catch(_0x331910){this['_logService'][_0x3a7cb4(0x2fa)](_0x331910),this['_clearRedo'](_0x5d8e4e);}}[_0x41987a(0x2cd)](_0x5e3e0b){const _0x5c3144=_0x41987a;let _0x54682f=this[_0x5c3144(0x1c2)](_0x5e3e0b);_0x54682f&&(_0x54682f['length']=0x0,this['_updateStatus']());}[_0x41987a(0x198)](_0x13b0ad){const _0x498931=_0x41987a;let _0x2e4a15=this['_getRedoStack'](_0x13b0ad);_0x2e4a15&&(_0x2e4a15['length']=0x0,this[_0x498931(0x28a)]());}[_0x41987a(0x2ef)](_0x962399,_0x501bc9){const _0x2367c7=_0x41987a;this[_0x2367c7(0x13b)][_0x2367c7(0x103)](_0x962399,_0x501bc9),this[_0x2367c7(0x28a)]();}[_0x41987a(0x24f)](_0x4eb1e6,_0xa98f5d){this['_redoStacks']['set'](_0x4eb1e6,_0xa98f5d),this['_updateStatus']();}[_0x41987a(0x2c2)](_0x234379,_0x51e56a){const _0x96bda7=_0x41987a;let _0x16ad94=[],_0x5df35d=_0x51e56a,_0x34c9aa=_0x51e56a;for(let _0x16e3ae=_0x234379['length']-0x1;_0x16e3ae>=0x0;_0x16e3ae--){let {unitID:_0x2497b4,undoMutations:_0x3eefcd,redoMutations:_0x564c8c}=_0x234379[_0x16e3ae],_0x442875=this[_0x96bda7(0x326)][_0x96bda7(0xf5)](_0x5df35d,_0x3eefcd),_0x576e6a=this[_0x96bda7(0x326)][_0x96bda7(0xf5)](_0x34c9aa,_0x564c8c);if(_0x507887(_0x442875)||_0x507887(_0x576e6a)){this[_0x96bda7(0x235)][_0x96bda7(0x2fa)](_0x96bda7(0x2fd),_0x96bda7(0x183),_0x442875,_0x576e6a);break;}_0x5df35d=_0x442875['c1Prime'],_0x34c9aa=_0x576e6a['c1Prime'],_0x16ad94[_0x96bda7(0x27f)]({'unitID':_0x2497b4,'undoMutations':_0x442875[_0x96bda7(0x134)],'redoMutations':_0x576e6a['m2Prime']});}return _0x16ad94[_0x96bda7(0x295)]();}};Bn=z([R(0x0,_0x124498),R(0x1,_0x2ee379),R(0x2,_0x5213af),R(0x3,_0x9f9abc),R(0x4,_0x4e6776)],Bn);let $=class extends _0x2e0d95{constructor(_0x7720de={},_0x48fe4c,_0x6a3958,_0x30b832){const _0x517d48=_0x41987a;super(),this[_0x517d48(0x236)]=_0x7720de,this['_logService']=_0x48fe4c,this[_0x517d48(0x29c)]=_0x6a3958,this[_0x517d48(0x18a)]=_0x30b832;let {..._0x444605}=_0x203db1({},gt,_0x7720de);if(!_0x444605[_0x517d48(0x2df)])throw Error('[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!');this['_config']=_0x444605,this[_0x517d48(0x18a)][_0x517d48(0x244)](F,_0x444605);}[_0x41987a(0x2ae)](){const _0x5a33af=_0x41987a;this[_0x5a33af(0x240)](),this[_0x5a33af(0x1cc)]();}['_registerDependencies'](){const _0x30e705=_0x41987a;var _0x5c2ba7,_0x153e71;this[_0x30e705(0x29c)]['has'](_0x9c7bc9)&&this[_0x30e705(0x235)][_0x30e705(0x2fa)](_0x30e705(0x19d),'you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!');let _0x2d8982=_0x1c9838([[_0x9c7bc9,{'useClass':Bn}],[Q],[B],[zt],[On],[Pn],[Mt],[Rn],[L],[Fn],[_n,{'useClass':this['_config'][_0x30e705(0x2df)]}],[_0x14a7d0,{'useClass':zn}],[_0x521642,{'useClass':kn}],[_0x5d3bb6,{'useClass':In}],[Tn,{'useClass':En}],[_0x313406,{'useClass':Ln}],[bn],[Cn]],(_0x5c2ba7=this[_0x30e705(0x236)])==null?void 0x0:_0x5c2ba7[_0x30e705(0x250)]);if(!((_0x153e71=this[_0x30e705(0x236)])!=null&&_0x153e71[_0x30e705(0x257)])){let _0x40d95c=_0x2d8982['findIndex'](([_0x27fd21])=>_0x27fd21===H);_0x40d95c!==-0x1&&_0x2d8982['splice'](_0x40d95c,0x1);}_0x3d3e90(this[_0x30e705(0x29c)],_0x2d8982);}[_0x41987a(0x1cc)](){const _0xd1159c=_0x41987a;var _0x447e71,_0x593fc9;if(this[_0xd1159c(0x29c)][_0xd1159c(0x11d)](_0x27178d)[_0xd1159c(0x2b3)]({'priority':0x14,'interceptor':_0x4a9968({'maxParallel':0x6})}),!((_0x447e71=this['_config'])!=null&&_0x447e71[_0xd1159c(0x14a)])){var _0x402c89;(_0x402c89=this[_0xd1159c(0x29c)][_0xd1159c(0x11d)](V,_0x5b40f0[_0xd1159c(0xf3)]))==null||_0x402c89[_0xd1159c(0x17e)]();}(_0x593fc9=this[_0xd1159c(0x236)])!=null&&_0x593fc9[_0xd1159c(0x31d)]&&_0x56a100(this[_0xd1159c(0x29c)],[[On]]),_0x56a100(this['_injector'],[[Pn],[bn],[Rn]]);}};I($,'pluginName',_0x41987a(0x2e0)),I($,_0x41987a(0x2ff),xn),I($,_0x41987a(0x1b5),Sn),$=z([_0x122824(_0x18c18b,_0x4c7889,_0x36a0f0),R(0x1,_0x4e6776),R(0x2,_0x3ad2a9(_0x203225)),R(0x3,_0x180533)],$);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
+ const _0x3c69ef=_0x43c7;(function(_0x41ec24,_0x380d63){const _0x15f7a2=_0x43c7,_0x176c06=_0x41ec24();while(!![]){try{const _0x22fe91=-parseInt(_0x15f7a2(0x39c))/0x1*(-parseInt(_0x15f7a2(0x21b))/0x2)+parseInt(_0x15f7a2(0x404))/0x3*(parseInt(_0x15f7a2(0x307))/0x4)+parseInt(_0x15f7a2(0x1e6))/0x5+parseInt(_0x15f7a2(0x1aa))/0x6+parseInt(_0x15f7a2(0x264))/0x7+parseInt(_0x15f7a2(0x2dc))/0x8+-parseInt(_0x15f7a2(0x361))/0x9;if(_0x22fe91===_0x380d63)break;else _0x176c06['push'](_0x176c06['shift']());}catch(_0x576bf1){_0x176c06['push'](_0x176c06['shift']());}}}(_0x36d7,0x186d6));import{CollaborationEvent as _0x43102b,CompressMutationService as _0x4e166f,EmptyMutationInfo as _0x59ed8b,ISnapshotServerService as _0xf3e9c6,ITransformService as _0x3a995f,RevisionService as _0x2d7797,SnapshotService as _0x45d3b5,UniverCollaborationPlugin as _0x493098,b64DecodeUnicode as _0x14b14d,isTransformChangesetsSuccess as _0x23d0df,isTransformMutationsWithChangesetFailure as _0x18826e,isTransformMutationsWithChangesetSuccess as _0x30d694,mapDocumentTypeToUniverInstanceType as _0x4e1660,parseChangesetToProtocol as _0x4835ca,parseProtocolChangeset as _0x131ca5,textEncoder as _0x9afde9,uuidv4 as _0x15262c}from'@univerjs-pro/collaboration';import{CommandType as _0x537f94,DependentOn as _0x25f04d,Disposable as _0x1c670c,DisposableCollection as _0x4fc3ed,IAuthzIoService as _0x3c91dc,ICommandService as _0x4705e0,IConfigService as _0x1f37e4,IContextService as _0x6a8ee3,IImageIoService as _0x80c08d,ILogService as _0x5c3e7f,IMentionIOService as _0x3ae42a,IPermissionService as _0x36da45,IUndoRedoService as _0x4aa991,IUniverInstanceService as _0x344fe1,ImageSourceType as _0xb1e59a,ImageUploadStatusType as _0x320d1a,Inject as _0xe230cc,Injector as _0x31a56e,JSONX as _0x42c2de,LocalUndoRedoService as _0x1faad3,LocaleService as _0x9a407d,MentionType as _0x3a7b55,Optional as _0x2b3cfa,Plugin as _0x2c6762,Quantity as _0x46b617,Rectangle as _0x4038f3,RxDisposable as _0x50b38b,Tools as _0x52d975,UniverInstanceType as _0x9a8e4e,UserManagerService as _0x55a0a7,Workbook as _0x19ddfe,createIdentifier as _0x27db79,generateRandomId as _0x5c124c,isInternalEditorID as _0x5bdd45,merge as _0x507159,mergeOverrideWithDependencies as _0x23d6dd,registerDependencies as _0xa204e3,resolveWithBasePath as _0x6dad3d,sequenceExecute as _0x8d0c4b,toDisposable as _0x4a5ee8,touchDependencies as _0x17b45d}from'@univerjs/core';import{DocStateChangeManagerService as _0x4be2f8,RichTextEditingMutation as _0x386ca6}from'@univerjs/docs';import{InsertSheetMutation as _0x11df8b,SetSelectionsOperation as _0x1b5157,SheetPermissionInitController as _0x2be84a,SheetsSelectionsService as _0x173cd0,WorkbookEditablePermission as _0x1413a3}from'@univerjs/sheets';import{BehaviorSubject as _0x296086,ReplaySubject as _0x464a6c,Subject as _0x59eece,concatMap as _0x55ed4c,firstValueFrom as _0x34da10,map as _0x37ecf3,merge as _0x4802bd,of as _0x282a93,shareReplay as _0x1c2ab6,take as _0x40acda,takeUntil as _0x48361a}from'rxjs';import{CmdRspCode as _0x1d3aac,CombCmd as _0x5b7fe7,ErrorCode as _0x291ad4,FileSource as _0x316b67}from'@univerjs/protocol';import{ITelemetryService as _0x2f845e}from'@univerjs/telemetry';import{delay as _0x58575b,filter as _0x26acea,map as _0xf99eb3,take as _0x3b77de,takeUntil as _0x241cda}from'rxjs/operators';import{AddSlidePageMutation as _0x3d73f2,EnsureSlideMasterPageMutation as _0x27d579,MoveSlidePageMutation as _0x1fa40d,RemoveSlidePageMutation as _0x46d741}from'@univerjs-pro/slides';import{HTTPRequest as _0x200900,HTTPService as _0x32d10d,ISocketService as _0x313930,MergeInterceptorFactory as _0x392035,ThresholdInterceptorFactory as _0x4e8da6,UniverNetworkPlugin as _0x3667b4}from'@univerjs/network';import{UniverLicensePlugin as _0x6b7911,getGlobalObject as _0x1c22a4}from'@univerjs-pro/license';import{cbc as _0x89c1d1}from'@noble/ciphers/aes.js';import{concatBytes as _0x1ecd97,randomBytes as _0x3911d9,utf8ToBytes as _0x3329bb}from'@noble/ciphers/utils.js';import{DRAWING_IMAGE_ALLOW_IMAGE_LIST as _0x43c969,getDrawingImageAllowSize as _0x3e4b91}from'@univerjs/drawing';const L=_0x3c69ef(0x268),pt={},mt=_0x3c69ef(0x2de),ht=_0x3c69ef(0x1e1),gt=_0x3c69ef(0x37e),_t=_0x3c69ef(0x2a9),vt=0x4e20,yt=_0x3c69ef(0x317),bt=_0x3c69ef(0x23e),xt=0x3e8,St=_0x3c69ef(0x22f),Ct='/universer-api/uniscript';function wt(_0x4c1e0a){const _0x2179b1=_0x3c69ef;return JSON[_0x2179b1(0x2f7)](_0x4c1e0a)[_0x2179b1(0x3a1)];}function Tt(_0x66cb47){'@babel/helpers - typeof';const _0x25c290=_0x3c69ef;return Tt=typeof Symbol==_0x25c290(0x35a)&&typeof Symbol['iterator']==_0x25c290(0x391)?function(_0x35729d){return typeof _0x35729d;}:function(_0x4c91b6){const _0x29e11b=_0x25c290;return _0x4c91b6&&typeof Symbol==_0x29e11b(0x35a)&&_0x4c91b6[_0x29e11b(0x36a)]===Symbol&&_0x4c91b6!==Symbol[_0x29e11b(0x401)]?'symbol':typeof _0x4c91b6;},Tt(_0x66cb47);}function Et(_0x491656,_0x2e0eb1){const _0x375a4b=_0x3c69ef;if(Tt(_0x491656)!=_0x375a4b(0x1e0)||!_0x491656)return _0x491656;var _0x568cc9=_0x491656[Symbol['toPrimitive']];if(_0x568cc9!==void 0x0){var _0x5f077e=_0x568cc9[_0x375a4b(0x1db)](_0x491656,_0x2e0eb1||_0x375a4b(0x3de));if(Tt(_0x5f077e)!=_0x375a4b(0x1e0))return _0x5f077e;throw TypeError(_0x375a4b(0x22c));}return(_0x2e0eb1===_0x375a4b(0x3e7)?String:Number)(_0x491656);}function Dt(_0xdbae83){const _0x401606=_0x3c69ef;var _0x606781=Et(_0xdbae83,'string');return Tt(_0x606781)==_0x401606(0x391)?_0x606781:_0x606781+'';}function R(_0x11d019,_0x5b3cbb,_0x1f0252){const _0x130528=_0x3c69ef;return(_0x5b3cbb=Dt(_0x5b3cbb))in _0x11d019?Object[_0x130528(0x3c4)](_0x11d019,_0x5b3cbb,{'value':_0x1f0252,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x11d019[_0x5b3cbb]=_0x1f0252,_0x11d019;}let Ot=function(_0x41b070){const _0x1cb5a2=_0x3c69ef;return _0x41b070['OTHER_CLIENT_EDITING']='OTHER_CLIENT_EDITING',_0x41b070[_0x1cb5a2(0x300)]=_0x1cb5a2(0x300),_0x41b070['CONFLICT']='CONFLICT',_0x41b070[_0x1cb5a2(0x3bd)]=_0x1cb5a2(0x3bd),_0x41b070['JOIN_ROOM_FAILED']='JOIN_ROOM_FAILED',_0x41b070[_0x1cb5a2(0x18f)]='SOCKET_FAILED_RETRY',_0x41b070[_0x1cb5a2(0x343)]=_0x1cb5a2(0x343),_0x41b070[_0x1cb5a2(0x28b)]=_0x1cb5a2(0x28b),_0x41b070;}({});var z=class{constructor(){const _0x10708f=_0x3c69ef;R(this,_0x10708f(0x367),new _0x59eece()),R(this,_0x10708f(0x1b7),this[_0x10708f(0x367)][_0x10708f(0x1cc)]());}['emitEvent'](_0x360f14){const _0x2a9982=_0x3c69ef;this[_0x2a9982(0x367)]['next'](_0x360f14);}},kt=class{constructor(){const _0x5be539=_0x3c69ef;R(this,_0x5be539(0x1a9),new _0x59eece()),R(this,'commentUpdate$',this[_0x5be539(0x1a9)][_0x5be539(0x1cc)]());}[_0x3c69ef(0x38b)](_0x1f9537){const _0x2d596f=_0x3c69ef;this[_0x2d596f(0x1a9)]['next'](_0x1f9537);}};function B(_0xb7d947,_0x266c38){return function(_0x573a10,_0x11d86e){_0x266c38(_0x573a10,_0x11d86e,_0xb7d947);};}function V(_0x4ab4c4,_0x46c620,_0xf0975b,_0x14152a){const _0x19eedd=_0x3c69ef;var _0x44fe1e=arguments[_0x19eedd(0x3a1)],_0x5e52e8=_0x44fe1e<0x3?_0x46c620:_0x14152a===null?_0x14152a=Object[_0x19eedd(0x19b)](_0x46c620,_0xf0975b):_0x14152a,_0x4723a7;if(typeof Reflect==_0x19eedd(0x1e0)&&typeof Reflect[_0x19eedd(0x324)]==_0x19eedd(0x35a))_0x5e52e8=Reflect[_0x19eedd(0x324)](_0x4ab4c4,_0x46c620,_0xf0975b,_0x14152a);else{for(var _0x1c479e=_0x4ab4c4['length']-0x1;_0x1c479e>=0x0;_0x1c479e--)(_0x4723a7=_0x4ab4c4[_0x1c479e])&&(_0x5e52e8=(_0x44fe1e<0x3?_0x4723a7(_0x5e52e8):_0x44fe1e>0x3?_0x4723a7(_0x46c620,_0xf0975b,_0x5e52e8):_0x4723a7(_0x46c620,_0xf0975b))||_0x5e52e8);}return _0x44fe1e>0x3&&_0x5e52e8&&Object[_0x19eedd(0x3c4)](_0x46c620,_0xf0975b,_0x5e52e8),_0x5e52e8;}let H=class extends _0x1c670c{constructor(_0x5e2511,_0xb9129b){const _0x407ff3=_0x3c69ef;super(),this['_univerInstanceService']=_0x5e2511,this['_userManagerService']=_0xb9129b,R(this,_0x407ff3(0x38d),new Map()),R(this,_0x407ff3(0x2e9),new _0x59eece()),this[_0x407ff3(0x3b8)](_0x4802bd(this[_0x407ff3(0x1ba)][_0x407ff3(0x32a)](_0x9a8e4e[_0x407ff3(0x1a4)])['pipe'](_0xf99eb3(_0x59cf5f=>_0x59cf5f[_0x407ff3(0x270)]())),this['_univerInstanceService'][_0x407ff3(0x32a)](_0x9a8e4e[_0x407ff3(0x274)])[_0x407ff3(0x380)](_0xf99eb3(_0x320146=>_0x320146[_0x407ff3(0x270)]())),this[_0x407ff3(0x1ba)][_0x407ff3(0x32a)](_0x9a8e4e['UNIVER_BOARD'])[_0x407ff3(0x380)](_0xf99eb3(_0x2b8f37=>_0x2b8f37['getUnitId']())),this[_0x407ff3(0x1ba)][_0x407ff3(0x32a)](_0x9a8e4e[_0x407ff3(0x3b3)])[_0x407ff3(0x380)](_0xf99eb3(_0x362c29=>_0x362c29[_0x407ff3(0x270)]())))['subscribe'](_0x1e573a=>this[_0x407ff3(0x2b7)](_0x1e573a)));}[_0x3c69ef(0x2e7)](_0x5e9f80){const _0x46094e=_0x3c69ef;return this[_0x46094e(0x38d)][_0x46094e(0x387)](_0x5e9f80)?_0x282a93(this[_0x46094e(0x38d)][_0x46094e(0x20f)](_0x5e9f80)):this[_0x46094e(0x2e9)][_0x46094e(0x380)](_0xf99eb3(_0x114991=>{const _0x577174=_0x46094e;if(_0x114991===_0x5e9f80)return this['_roomMembers'][_0x577174(0x20f)](_0x114991);}));}[_0x3c69ef(0x206)](_0x4606ac){this['_userManagerService']['setCurrentUser'](_0x4606ac);}[_0x3c69ef(0x32d)](){const _0xa4aad3=_0x3c69ef;return this[_0xa4aad3(0x3b5)][_0xa4aad3(0x32d)]();}[_0x3c69ef(0x316)](_0x1e4e4a,_0x506a41){const _0xb44407=_0x3c69ef;let _0x27b869=this[_0xb44407(0x38d)]['get'](_0x1e4e4a);_0x27b869||(_0x27b869=new At(),this[_0xb44407(0x38d)]['set'](_0x1e4e4a,_0x27b869),this[_0xb44407(0x2e9)]['next'](_0x1e4e4a)),_0x27b869[_0xb44407(0x316)](_0x506a41);}['removeMember'](_0xe057d4,_0x184d73){const _0x51dc3d=_0x3c69ef;let _0x42346a=this[_0x51dc3d(0x38d)]['get'](_0xe057d4);_0x42346a&&_0x42346a[_0x51dc3d(0x266)](_0x184d73);}[_0x3c69ef(0x321)](_0x3c8f17){const _0x297ef6=_0x3c69ef;return this['_roomMembers'][_0x297ef6(0x20f)](_0x3c8f17);}[_0x3c69ef(0x331)](_0x559c39,_0x4a4007){const _0xc174c9=_0x3c69ef;let _0x195623=this[_0xc174c9(0x38d)][_0xc174c9(0x20f)](_0x559c39);if(_0x195623)return _0x195623[_0xc174c9(0x331)](_0x4a4007);}[_0x3c69ef(0x2b7)](_0x5f3fd3){const _0x3a72c5=_0x3c69ef;let _0x4af813=this[_0x3a72c5(0x38d)][_0x3a72c5(0x20f)](_0x5f3fd3);_0x4af813&&(_0x4af813[_0x3a72c5(0x20b)](),this[_0x3a72c5(0x38d)]['delete'](_0x5f3fd3));}['dispose'](){const _0x11d339=_0x3c69ef;this[_0x11d339(0x38d)][_0x11d339(0x1e5)](_0x3ce11d=>_0x3ce11d['dispose']()),this['_roomMembers'][_0x11d339(0x3bf)](),this['_roomCreated$'][_0x11d339(0x3aa)]();}};H=V([B(0x0,_0x344fe1),B(0x1,_0xe230cc(_0x55a0a7))],H);var At=class extends _0x1c670c{constructor(..._0x5b2632){const _0x2beb7a=_0x3c69ef;super(..._0x5b2632),R(this,_0x2beb7a(0x197),new Map()),R(this,_0x2beb7a(0x1f2),new _0x296086(this[_0x2beb7a(0x197)])),R(this,'members$',this[_0x2beb7a(0x1f2)]['asObservable']());}[_0x3c69ef(0x20b)](){const _0x839b85=_0x3c69ef;this['_members']['clear'](),this[_0x839b85(0x1f2)]['complete']();}[_0x3c69ef(0x316)](_0x3bb383){const _0x341dd4=_0x3c69ef;this[_0x341dd4(0x197)]['set'](_0x3bb383[_0x341dd4(0x223)],_0x3bb383),this['_emitMembers']();}[_0x3c69ef(0x266)](_0x15517b){const _0x5ea666=_0x3c69ef;this[_0x5ea666(0x197)][_0x5ea666(0x393)](_0x15517b),this[_0x5ea666(0x2b8)]();}[_0x3c69ef(0x331)](_0x32ce58){const _0x52372b=_0x3c69ef;return this[_0x52372b(0x197)][_0x52372b(0x20f)](_0x32ce58);}[_0x3c69ef(0x36b)](){const _0x557730=_0x3c69ef;return Array['from'](this[_0x557730(0x197)][_0x557730(0x1ef)]());}['_emitMembers'](){const _0x2c5e38=_0x3c69ef;this[_0x2c5e38(0x1f2)][_0x2c5e38(0x19a)](this[_0x2c5e38(0x197)]);}};function jt(_0x115230,_0x486809){const _0x536836=_0x3c69ef;if(Nt(_0x115230))return _0x486809;if(_0x486809['eventID']===_0x43102b['SUBMIT_CHANGESET']){var _0x455d28;let _0x150386=Rt(_0x115230),_0x16f05b=_0x486809;return{..._0x16f05b,'data':{..._0x16f05b[_0x536836(0x2ee)],'unitID':_0x115230[_0x536836(0x3d8)]['unitId'],'unitType':(_0x455d28=_0x115230['target']['unitType'])==null?_0x16f05b[_0x536836(0x2ee)][_0x536836(0x242)]:_0x455d28,'changeset':_0x150386['toRemote'](_0x16f05b[_0x536836(0x2ee)][_0x536836(0x2c2)],zt(_0x115230))}};}if(_0x486809[_0x536836(0x3f0)]===_0x43102b['FETCH_MISSING']){var _0x3d674d;let _0x5a19f1=_0x486809;return{..._0x5a19f1,'data':{..._0x5a19f1['data'],'unitID':_0x115230[_0x536836(0x3d8)]['unitId'],'unitType':(_0x3d674d=_0x115230[_0x536836(0x3d8)]['unitType'])==null?_0x5a19f1[_0x536836(0x2ee)][_0x536836(0x242)]:_0x3d674d}};}return _0x486809;}function Mt(_0x3d32c5,_0x10b652){const _0x33f5f1=_0x3c69ef;if(Nt(_0x3d32c5))return[_0x10b652];switch(_0x10b652['eventID']){case _0x43102b[_0x33f5f1(0x265)]:return[Pt(_0x3d32c5,_0x10b652)];case _0x43102b[_0x33f5f1(0x269)]:return[It(_0x3d32c5,_0x10b652)];case _0x43102b[_0x33f5f1(0x24b)]:return[Ft(_0x3d32c5,_0x10b652)];default:return[_0x10b652];}}function Nt(_0x8ef860){const _0x3d54b0=_0x3c69ef;return _0x8ef860['target']['endpoint']==null&&_0x8ef860[_0x3d54b0(0x3d8)][_0x3d54b0(0x296)]===_0x8ef860[_0x3d54b0(0x2e4)]&&!_0x8ef860[_0x3d54b0(0x2c2)];}function Pt(_0x4af4b9,_0x4806bd){const _0x3308ef=_0x3c69ef;return{..._0x4806bd,'data':_0x4835ca(Lt(_0x4af4b9,_0x131ca5(_0x4806bd[_0x3308ef(0x2ee)])))};}function Ft(_0x89206d,_0x32b1c4){const _0xffa229=_0x3c69ef;return{..._0x32b1c4,'data':Lt(_0x89206d,_0x32b1c4[_0xffa229(0x2ee)])};}function It(_0x3ce054,_0x48df30){const _0x40a830=_0x3c69ef;let _0x4e7908=_0x48df30[_0x40a830(0x2ee)];return{..._0x48df30,'data':{..._0x4e7908,'changesets':_0x4e7908[_0x40a830(0x23a)][_0x40a830(0x35d)](_0x3cc44d=>_0x4835ca(Lt(_0x3ce054,_0x131ca5(_0x3cc44d))))}};}function Lt(_0x1be39e,_0x17bf6f){return Rt(_0x1be39e)['toLocal'](_0x17bf6f,zt(_0x1be39e));}function Rt(_0x2ae73e){const _0x5cbd0b=_0x3c69ef;if(!_0x2ae73e['changeset'])throw Error(_0x5cbd0b(0x2b3));return _0x2ae73e[_0x5cbd0b(0x2c2)];}function zt(_0x121db5){const _0x224b7c=_0x3c69ef;return{'localUnitId':_0x121db5[_0x224b7c(0x2e4)],'unitType':_0x121db5[_0x224b7c(0x242)],'target':_0x121db5[_0x224b7c(0x3d8)]};}let Bt=function(_0x4fd693){const _0xf6e6b8=_0x3c69ef;return _0x4fd693[_0x4fd693[_0xf6e6b8(0x32c)]=0x0]=_0xf6e6b8(0x32c),_0x4fd693[_0x4fd693[_0xf6e6b8(0x344)]=0x1]=_0xf6e6b8(0x344),_0x4fd693[_0x4fd693['OFFLINE']=0x2]='OFFLINE',_0x4fd693[_0x4fd693[_0xf6e6b8(0x3cb)]=0x3]=_0xf6e6b8(0x3cb),_0x4fd693;}({});const Vt={[_0x1d3aac['FAIL']]:_0x3c69ef(0x369),[_0x1d3aac['JOIN_ROOM_FULL']]:'session.room-full',[_0x1d3aac[_0x3c69ef(0x3a4)]]:_0x3c69ef(0x34e),[_0x1d3aac['JOIN_ROOM_PERMISSION_DENIED']]:_0x3c69ef(0x30e),[_0x1d3aac['GLOBAL_ROOMS_CNT_EXCEEDS']]:_0x3c69ef(0x3f6)};let Ht=class extends _0x50b38b{get[_0x3c69ef(0x289)](){const _0x427556=_0x3c69ef;return this['_sessionStatus$'][_0x427556(0x368)]();}constructor(_0x5d27c2,_0x5011ed,_0x43bf43,_0x3d0233,_0x5ce071,_0x94d369,_0x4a4f5d,_0x3d0569){const _0x58a867=_0x3c69ef;super(),this[_0x58a867(0x2f2)]=_0x5d27c2,this[_0x58a867(0x3f4)]=_0x43bf43,this[_0x58a867(0x305)]=_0x3d0233,this[_0x58a867(0x356)]=_0x5ce071,this['_commentService']=_0x94d369,this[_0x58a867(0x290)]=_0x4a4f5d,this[_0x58a867(0x399)]=_0x3d0569,R(this,_0x58a867(0x2cb),new _0x296086(0x0)),R(this,_0x58a867(0x2ae),this[_0x58a867(0x2cb)][_0x58a867(0x1cc)]()),R(this,_0x58a867(0x367),new _0x59eece()),R(this,_0x58a867(0x1b7),this['_event$']['asObservable']()),R(this,_0x58a867(0x329),void 0x0),R(this,_0x58a867(0x1e9),void 0x0),R(this,_0x58a867(0x374),void 0x0),R(this,_0x58a867(0x414),!0x1),R(this,_0x58a867(0x29e),null),this[_0x58a867(0x414)]=!!this['_telemetryService'],_0x5011ed[_0x58a867(0x380)](_0x48361a(this['dispose$']))[_0x58a867(0x420)](_0x223710=>{const _0x2948b1=_0x58a867;if(_0x223710!==void 0x0){if(this[_0x2948b1(0x329)]=_0x223710,_0x223710)this[_0x2948b1(0x3ff)](_0x223710),this[_0x2948b1(0x1e9)]=_0x223710[_0x2948b1(0x261)][_0x2948b1(0x420)](_0x278d8b=>{const _0x30369d=_0x2948b1;_0x278d8b[_0x30369d(0x2fd)]===this[_0x30369d(0x2f2)][_0x30369d(0x3d8)][_0x30369d(0x296)]&&this[_0x30369d(0x2dd)](_0x278d8b);});else{var _0xdd7ddd;this[_0x2948b1(0x3e4)](),this[_0x2948b1(0x2cb)]['next'](0x2),(_0xdd7ddd=this[_0x2948b1(0x1e9)])==null||_0xdd7ddd[_0x2948b1(0x3c3)](),this[_0x2948b1(0x1e9)]=null;}}});}[_0x3c69ef(0x3fd)](){const _0x365524=_0x3c69ef;var _0x3f021b,_0x2fe307;return(_0x3f021b=(_0x2fe307=this[_0x365524(0x329)])==null?void 0x0:_0x2fe307[_0x365524(0x223)])==null?null:_0x3f021b;}[_0x3c69ef(0x20b)](){const _0x437e5a=_0x3c69ef;super[_0x437e5a(0x20b)](),this['close'](),this[_0x437e5a(0x294)]['next'](),this['dispose$'][_0x437e5a(0x3aa)]();}['close'](){const _0x470601=_0x3c69ef;var _0x4c07ec;this['_throwTelemetryCollaborationNewChangeset'](),(_0x4c07ec=this[_0x470601(0x329)])==null||_0x4c07ec[_0x470601(0x31a)]({'cmd':_0x5b7fe7[_0x470601(0x31b)],'data':{'roomID':this[_0x470601(0x2f2)][_0x470601(0x3d8)][_0x470601(0x296)]}}),this[_0x470601(0x367)][_0x470601(0x3aa)](),this[_0x470601(0x2cb)][_0x470601(0x3aa)]();}['_onCombEvent'](_0x39d170){const _0x173e06=_0x3c69ef;_0x39d170[_0x173e06(0x258)]===_0x5b7fe7[_0x173e06(0x3b6)]?this['_onJoinRoomEvent'](_0x39d170):_0x39d170[_0x173e06(0x258)]===_0x5b7fe7[_0x173e06(0x2f9)]&&this[_0x173e06(0x2f0)](_0x39d170);}[_0x3c69ef(0x3ff)](_0x84423e){const _0x2625a8=_0x3c69ef;this[_0x2625a8(0x2cb)][_0x2625a8(0x19a)](0x1),_0x84423e[_0x2625a8(0x31a)]({'cmd':_0x5b7fe7[_0x2625a8(0x3b6)],'routeKey':this[_0x2625a8(0x2f2)][_0x2625a8(0x3d8)][_0x2625a8(0x296)],'routeType':'','data':{'rooms':[{'roomID':this['_identity'][_0x2625a8(0x3d8)][_0x2625a8(0x296)]}]}});}[_0x3c69ef(0x38f)](_0x49a13a){const _0x3ad991=_0x3c69ef;var _0x17ab76;if(_0x49a13a[_0x3ad991(0x28a)]in Vt){this['_collaborationUIEventService'][_0x3ad991(0x377)]({'id':_0x3ad991(0x35b),'data':Vt[_0x49a13a[_0x3ad991(0x28a)]]}),this[_0x3ad991(0x2cb)][_0x3ad991(0x19a)](0x2);return;}this[_0x3ad991(0x2cb)]['next'](0x3);let _0x54709f=(_0x17ab76=_0x49a13a[_0x3ad991(0x2ee)]['roomInfos'][this[_0x3ad991(0x2f2)][_0x3ad991(0x3d8)][_0x3ad991(0x296)]])==null?void 0x0:_0x17ab76['members'];_0x54709f&&_0x54709f[_0x3ad991(0x1e5)](_0x14143b=>this[_0x3ad991(0x356)][_0x3ad991(0x316)](this[_0x3ad991(0x2f2)][_0x3ad991(0x2e4)],_0x14143b));}['_onRecvEvent'](_0x57f6fe){const _0x192121=_0x3c69ef;try{let _0x31bba4=Mt(this[_0x192121(0x2f2)],_0x57f6fe[_0x192121(0x2ee)]);for(let _0xd9798 of _0x31bba4)switch(_0xd9798['eventID']){case _0x43102b['USERS_ENTER']:this[_0x192121(0x363)](_0xd9798),this[_0x192121(0x367)][_0x192121(0x19a)](_0xd9798);break;case _0x43102b[_0x192121(0x334)]:this['_onUserLeave'](_0xd9798),this[_0x192121(0x367)][_0x192121(0x19a)](_0xd9798);break;case _0x43102b['CHANGESET_ACK']:case _0x43102b[_0x192121(0x24b)]:this[_0x192121(0x352)](),this[_0x192121(0x3eb)](),this[_0x192121(0x367)]['next'](_0xd9798);break;case _0x43102b['MSG_FOR_ERROR']:this[_0x192121(0x3f4)][_0x192121(0x199)]('save\x20fail\x20reason\x20is\x20'+JSON['stringify'](_0xd9798)),this[_0x192121(0x367)][_0x192121(0x19a)](_0xd9798);break;case _0x43102b['COMMENT_UPDATE']:this[_0x192121(0x1d9)][_0x192121(0x38b)](_0xd9798['data']),this[_0x192121(0x367)][_0x192121(0x19a)](_0xd9798);break;default:this[_0x192121(0x367)][_0x192121(0x19a)](_0xd9798);}}catch(_0x4b959d){this[_0x192121(0x3f4)][_0x192121(0x199)](_0x4b959d,_0x57f6fe);}}[_0x3c69ef(0x363)](_0x19e834){const _0x5eea61=_0x3c69ef;this[_0x5eea61(0x356)][_0x5eea61(0x316)](this[_0x5eea61(0x2f2)][_0x5eea61(0x2e4)],_0x19e834['data']);}[_0x3c69ef(0x3e9)](_0x1543f4){const _0x5774d9=_0x3c69ef;this['_memberService']['removeMember'](this[_0x5774d9(0x2f2)][_0x5774d9(0x2e4)],_0x1543f4[_0x5774d9(0x2ee)]['memberID']);}async[_0x3c69ef(0x31a)](_0x2eb573,_0x332797){const _0x427bd0=_0x3c69ef;if(this['sessionStatus']!==0x3||!this[_0x427bd0(0x329)])throw Error('[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!');try{let _0x5baf4a=jt(this[_0x427bd0(0x2f2)],_0x2eb573);_0x5baf4a[_0x427bd0(0x3f0)]===_0x43102b[_0x427bd0(0x36c)]&&(this[_0x427bd0(0x262)](),this[_0x427bd0(0x2d6)](_0x5baf4a)),this[_0x427bd0(0x329)][_0x427bd0(0x31a)]({'cmd':_0x5b7fe7[_0x427bd0(0x3d9)],'routeKey':this[_0x427bd0(0x2f2)][_0x427bd0(0x3d8)][_0x427bd0(0x296)],'routeType':'','data':_0x5baf4a});}catch(_0x4ecdc4){this[_0x427bd0(0x3f4)][_0x427bd0(0x199)](_0x4ecdc4);}}['_scheduleCollaborationTimeoutTimer'](){const _0x2772ea=_0x3c69ef;var _0x3895e4;this[_0x2772ea(0x374)]=setTimeout(()=>{const _0x1a2f4e=_0x2772ea;this[_0x1a2f4e(0x374)]=null,this[_0x1a2f4e(0x290)][_0x1a2f4e(0x377)]({'id':_0x1a2f4e(0x28b)});},(_0x3895e4=this['_configService'][_0x2772ea(0x353)](_0x2772ea(0x2a9)))==null?vt:_0x3895e4);}[_0x3c69ef(0x3eb)](){const _0x4bb704=_0x3c69ef;this[_0x4bb704(0x374)]&&(clearTimeout(this['_collaborationTimeoutTimer']),this[_0x4bb704(0x374)]=null);}[_0x3c69ef(0x2d6)](_0x167af1){const _0xf17398=_0x3c69ef;if(!this['_shouldReportTelemetry'])return;let {data:_0x22184b}=_0x167af1,{unitID:_0x286cdc,changeset:_0x150a62}=_0x22184b,{mutations:_0x3491f3,type:_0x1fefbc}=_0x150a62;this[_0xf17398(0x29e)]={'unitId':_0x286cdc,'type':_0x1fefbc,'startTime':performance[_0xf17398(0x1ca)](),'stopTime':0x0,'duration':0x0,'size':wt(_0x3491f3)};}['_stopTelemetryCollaborationNewChangeset'](){const _0x494555=_0x3c69ef;if(this['_shouldReportTelemetry']){if(!this[_0x494555(0x29e)]){this['_logService'][_0x494555(0x199)](_0x494555(0x297),_0x494555(0x34d));return;}this[_0x494555(0x29e)][_0x494555(0x31f)]=performance[_0x494555(0x1ca)](),this[_0x494555(0x29e)][_0x494555(0x407)]=this['_telemetryInfo']['stopTime']-this[_0x494555(0x29e)]['startTime'],this[_0x494555(0x399)][_0x494555(0x27f)](_0x494555(0x28e),this[_0x494555(0x29e)]),this['_telemetryInfo']=null;}}[_0x3c69ef(0x3e4)](){const _0x54a9a5=_0x3c69ef;this[_0x54a9a5(0x29e)]=null;}};Ht=V([B(0x2,_0x5c3e7f),B(0x3,_0x1f37e4),B(0x4,_0xe230cc(H)),B(0x5,_0xe230cc(kt)),B(0x6,_0xe230cc(z)),B(0x7,_0x2b3cfa(_0x2f845e))],Ht);const U=_0x27db79('collaboration-client.local-cache-service');function Ut(_0x429a2b){const _0x3098df=_0x3c69ef;return _0x3098df(0x1dd)+_0x429a2b;}function Wt(_0x341c7a){const _0x1a6710=_0x3c69ef;let {unitID:_0x5c3c57,mutations:_0x5d930e}=_0x341c7a;return{'unitId':_0x5c3c57,'subUnitId':_0x5d930e[_0x1a6710(0x3a1)]>0x0?_0x5d930e[0x0][_0x1a6710(0x3c6)]['subUnitId']:null};}let Gt=class{constructor(_0x4ad6e9,_0x2b0d6e,_0x535944){this['_injector']=_0x4ad6e9,this['_transformService']=_0x2b0d6e,this['_instanceService']=_0x535944;}[_0x3c69ef(0x319)](_0x5b3983){const _0x4a82da=_0x3c69ef;var _0x27bc10,_0x2c3932;let _0x58e4c0=this[_0x4a82da(0x27a)]['get'](_0x173cd0),{unitId:_0x40a970,subUnitId:_0x158669}=Wt(_0x5b3983),_0x6ec3f1=_0x58e4c0==null?void 0x0:_0x58e4c0[_0x4a82da(0x3be)](_0x40a970)['getCurrentSelections'](),_0x429e14=(_0x27bc10=this[_0x4a82da(0x226)][_0x4a82da(0x1b8)](_0x40a970))==null||(_0x27bc10=_0x27bc10[_0x4a82da(0x2ad)]())==null?void 0x0:_0x27bc10[_0x4a82da(0x339)]();if(_0x6ec3f1[_0x4a82da(0x3a1)]===0x0||!_0x40a970||!_0x158669)return;let _0x29f354=[{'id':_0x1b5157['id'],'params':{'unitId':_0x40a970,'subUnitId':_0x429e14,'selections':_0x52d975['deepClone'](_0x6ec3f1)}}],_0x41d46f=this[_0x4a82da(0x1c6)][_0x4a82da(0x2f6)](_0x5b3983,_0x29f354);if(!_0x30d694(_0x41d46f))throw _0x41d46f[_0x4a82da(0x199)];let _0x2ae173=(_0x2c3932=_0x41d46f[_0x4a82da(0x3a6)][0x0])==null||(_0x2c3932=_0x2c3932[_0x4a82da(0x3c6)])==null?void 0x0:_0x2c3932['selections'];if(Array[_0x4a82da(0x3cf)](_0x2ae173)&&_0x2ae173['length']){if(_0x2ae173[_0x4a82da(0x3a1)]===_0x29f354[0x0][_0x4a82da(0x3c6)][_0x4a82da(0x1af)]['length']&&_0x2ae173[_0x4a82da(0x3fa)]((_0x4aa5f1,_0x20fb79)=>_0x4038f3[_0x4a82da(0x1b5)](_0x4aa5f1[_0x4a82da(0x22a)],_0x29f354[0x0][_0x4a82da(0x3c6)]['selections'][_0x20fb79]['range'])))return;this['_injector'][_0x4a82da(0x20f)](_0x4705e0)[_0x4a82da(0x295)](_0x1b5157['id'],{'unitId':_0x40a970,'subUnitId':_0x429e14,'selections':_0x2ae173});}}};Gt=V([B(0x0,_0xe230cc(_0x31a56e)),B(0x1,_0x3a995f),B(0x2,_0x344fe1)],Gt);const W=_0x27db79(_0x3c69ef(0x241));let Kt=function(_0x4d5603){const _0x5d848d=_0x3c69ef;return _0x4d5603[_0x4d5603['NO_OTHER_CLIENTS_EDITING']=0x0]=_0x5d848d(0x2df),_0x4d5603[_0x4d5603[_0x5d848d(0x1cf)]=0x1]=_0x5d848d(0x1cf),_0x4d5603;}({});function qt(_0x4378a9){const _0x4d31a3=_0x3c69ef;var _0x332fc1;return!!((_0x332fc1=_0x4378a9[_0x4d31a3(0x3c6)])!=null&&_0x332fc1[_0x4d31a3(0x193)]);}const Jt=new Set([_0x11df8b['id']]),Yt=new Set([_0x3d73f2['id'],_0x27d579['id'],_0x1fa40d['id'],_0x46d741['id']]);function Xt(_0xa8b655,_0x4ac0f0=Jt){const _0x2f8b39=_0x3c69ef;let _0x3cf7a8=[];for(let _0x540cc7 of _0xa8b655){if(_0x4ac0f0[_0x2f8b39(0x387)](_0x540cc7['id'])){if(_0x3cf7a8[_0x2f8b39(0x3a1)]>0x0)break;_0x3cf7a8[_0x2f8b39(0x217)](_0x540cc7);break;}if(qt(_0x540cc7)){if(_0x3cf7a8[_0x2f8b39(0x3a1)]>0x0)break;_0x3cf7a8[_0x2f8b39(0x217)](_0x540cc7);break;}_0x3cf7a8[_0x2f8b39(0x217)](_0x540cc7);}return _0x3cf7a8;}function _0x43c7(_0x340530,_0x2f37e9){_0x340530=_0x340530-0x188;const _0x36d743=_0x36d7();let _0x43c7a0=_0x36d743[_0x340530];return _0x43c7a0;}function Zt(_0x375659,_0x5bb4f5,_0x19047d,_0x3a6159,_0x47541a){const _0x588c85=_0x3c69ef;var _0xa71543,_0x16d5b6,_0x4b1848,_0x3a6a6f;let _0x33cece=Xt(_0x375659),_0x3bc432=(_0xa71543=(_0x16d5b6=_0x47541a['getCurrentUser']())==null?void 0x0:_0x16d5b6[_0x588c85(0x3c0)])==null?_0x588c85(0x263):_0xa71543,_0x24c358=(_0x4b1848=(_0x3a6a6f=_0x47541a['getCurrentUser']())==null?void 0x0:_0x3a6a6f[_0x588c85(0x223)])==null?'unknown':_0x4b1848;return{'changeset':{'unitID':_0x5bb4f5,'type':_0x4e1660(_0x19047d[_0x588c85(0x328)](_0x5bb4f5)),'baseRev':_0x3a6159[_0x588c85(0x306)](_0x5bb4f5),'revision':0x0,'userID':_0x3bc432,'memberID':_0x24c358,'mutations':_0x33cece},'pendingMutations':_0x375659['slice'](_0x33cece[_0x588c85(0x3a1)])};}function Qt(_0x3d9f05,_0x3ee736,_0x16c7e3,_0x5a7c1b,_0x1cb42d){const _0x405c81=_0x3c69ef;var _0x5bc3be,_0xcf48ad,_0x2124a7,_0x21e3f2;let _0x20223b=Xt(_0x3d9f05,Yt),_0x15e2a8=(_0x5bc3be=(_0xcf48ad=_0x1cb42d[_0x405c81(0x32d)]())==null?void 0x0:_0xcf48ad[_0x405c81(0x3c0)])==null?_0x405c81(0x263):_0x5bc3be,_0x4e3ce3=(_0x2124a7=(_0x21e3f2=_0x1cb42d[_0x405c81(0x32d)]())==null?void 0x0:_0x21e3f2['memberID'])==null?_0x405c81(0x263):_0x2124a7;return{'changeset':{'unitID':_0x3ee736,'type':_0x4e1660(_0x16c7e3[_0x405c81(0x328)](_0x3ee736)),'baseRev':_0x5a7c1b[_0x405c81(0x306)](_0x3ee736),'revision':0x0,'userID':_0x15e2a8,'memberID':_0x4e3ce3,'mutations':_0x20223b},'pendingMutations':_0x3d9f05[_0x405c81(0x335)](_0x20223b[_0x405c81(0x3a1)])};}function $t(_0x2aecce,_0xf7dbba,_0x2fe705,_0x4c59ed,_0x38883f){const _0xa0be4e=_0x3c69ef;var _0x49ac83,_0x3a80b6,_0x2a2ee2,_0x16ec91;let _0x171977=_0x2aecce[_0xa0be4e(0x225)]((_0x5ae69f,_0x167e20)=>{const _0x2d7269=_0xa0be4e;let _0x54d892=_0x5ae69f[_0x5ae69f[_0x2d7269(0x3a1)]-0x1],{id:_0x2ecb2c}=_0x54d892==null?{}:_0x54d892,{id:_0x4652ae,type:_0x49e6fd}=_0x167e20,_0x46cc68=_0x167e20[_0x2d7269(0x3c6)];if(_0x2ecb2c&&_0x2ecb2c!==_0x4652ae)throw Error(_0x2d7269(0x2a6)+_0x2ecb2c+_0x2d7269(0x1eb)+_0x4652ae+'.');if(!_0x54d892)return[{'id':_0x4652ae,'type':_0x49e6fd,'params':{'unitId':_0x46cc68['unitId'],'textRanges':_0x46cc68[_0x2d7269(0x246)],'actions':_0x46cc68[_0x2d7269(0x3ad)]}}];let _0x5288b5=_0x54d892[_0x2d7269(0x3c6)];return en(_0x5288b5,_0x46cc68)?[..._0x5ae69f[_0x2d7269(0x335)](0x0,-0x1),{..._0x54d892,'id':_0x4652ae,'type':_0x49e6fd,'params':{'unitId':_0x46cc68['unitId'],'textRanges':_0x46cc68[_0x2d7269(0x246)],'actions':_0x42c2de['compose'](_0x5288b5[_0x2d7269(0x3ad)],_0x46cc68[_0x2d7269(0x3ad)])}}]:[..._0x5ae69f,{'id':_0x4652ae,'type':_0x49e6fd,'params':{'unitId':_0x46cc68[_0x2d7269(0x296)],'textRanges':_0x46cc68[_0x2d7269(0x246)],'actions':_0x46cc68[_0x2d7269(0x3ad)]}}];},[]),_0x429922=(_0x49ac83=(_0x3a80b6=_0x38883f[_0xa0be4e(0x32d)]())==null?void 0x0:_0x3a80b6[_0xa0be4e(0x3c0)])==null?_0xa0be4e(0x263):_0x49ac83,_0x4362e6=(_0x2a2ee2=(_0x16ec91=_0x38883f[_0xa0be4e(0x32d)]())==null?void 0x0:_0x16ec91[_0xa0be4e(0x223)])==null?_0xa0be4e(0x263):_0x2a2ee2;return{'changeset':{'unitID':_0xf7dbba,'type':_0x4e1660(_0x2fe705[_0xa0be4e(0x328)](_0xf7dbba)),'baseRev':_0x4c59ed[_0xa0be4e(0x306)](_0xf7dbba),'revision':0x0,'userID':_0x429922,'memberID':_0x4362e6,'mutations':_0x171977},'pendingMutations':_0x2aecce[_0xa0be4e(0x335)](_0x2aecce[_0xa0be4e(0x3a1)])};}function en(_0x161fe0,_0x19a38f){const _0x344b87=_0x3c69ef;return!tn(_0x161fe0)&&!tn(_0x19a38f)&&nn(_0x161fe0[_0x344b87(0x3ad)],_0x19a38f[_0x344b87(0x3ad)]);}function tn(_0x17a5b5){const _0x7d1426=_0x3c69ef;return _0x17a5b5[_0x7d1426(0x22d)]!==void 0x0;}function nn(_0x3d6b99,_0x2d2bc3){return rn(_0x3d6b99)&&rn(_0x2d2bc3)&&!on(_0x3d6b99)&&!on(_0x2d2bc3)&&!an(_0x3d6b99)&&!an(_0x2d2bc3);}function rn(_0x4cea77){const _0x360d90=_0x3c69ef;return sn(_0x4cea77)[_0x360d90(0x238)](_0x3d5d94=>cn(_0x3d5d94)&&_0x3d5d94['et']===_0x360d90(0x2ab));}function an(_0x1efdd5){const _0x3f36e6=_0x3c69ef;return sn(_0x1efdd5)[_0x3f36e6(0x238)](_0x565db9=>Array[_0x3f36e6(0x3cf)](_0x565db9)||typeof _0x565db9==_0x3f36e6(0x3e7)||typeof _0x565db9==_0x3f36e6(0x2ef));}function on(_0x29e15b){const _0x4387d2=_0x3c69ef;return sn(_0x29e15b)['some'](_0x4eb3b6=>!cn(_0x4eb3b6)||_0x4eb3b6['et']!=='text-x'||!Array['isArray'](_0x4eb3b6['e'])?!0x1:_0x4eb3b6['e'][_0x4387d2(0x238)](_0x582fde=>!cn(_0x582fde)||!cn(_0x582fde[_0x4387d2(0x31c)])?!0x1:Object[_0x4387d2(0x401)]['hasOwnProperty'][_0x4387d2(0x1db)](_0x582fde[_0x4387d2(0x31c)],_0x4387d2(0x402))||Object[_0x4387d2(0x401)][_0x4387d2(0x26e)][_0x4387d2(0x1db)](_0x582fde['body'],_0x4387d2(0x376))||Object[_0x4387d2(0x401)][_0x4387d2(0x26e)][_0x4387d2(0x1db)](_0x582fde[_0x4387d2(0x31c)],_0x4387d2(0x33d))));}function sn(_0x5e1825){const _0x519fb2=_0x3c69ef;if(!Array[_0x519fb2(0x3cf)](_0x5e1825))return[];let _0x3e8194=_0x5e1825[_0x519fb2(0x24f)](_0x519fb2(0x31c))?_0x5e1825:_0x5e1825[_0x519fb2(0x3ca)](_0x459c3e=>Array[_0x519fb2(0x3cf)](_0x459c3e)&&_0x459c3e[_0x519fb2(0x24f)](_0x519fb2(0x31c)));if(!Array[_0x519fb2(0x3cf)](_0x3e8194))return[];let _0x2e6457=_0x3e8194[_0x519fb2(0x272)](_0x519fb2(0x31c));return _0x2e6457===-0x1?[]:_0x3e8194['slice'](_0x2e6457+0x1);}function cn(_0xb0fb3c){const _0x57be3b=_0x3c69ef;return typeof _0xb0fb3c=='object'&&!!_0xb0fb3c&&!Array[_0x57be3b(0x3cf)](_0xb0fb3c);}function ln(_0xba200,_0xd88a1){const _0x201ce3=_0x3c69ef;let _0x21d165=new _0x464a6c(0x1);return setTimeout(()=>_0x21d165[_0x201ce3(0x19a)](_0xd88a1),_0xba200),_0x21d165[_0x201ce3(0x1cc)]()['pipe'](_0x40acda(0x1));}var un,dn,fn;let pn=function(_0x4ff6c2){const _0x5257d3=_0x3c69ef;return _0x4ff6c2[_0x5257d3(0x3dc)]=_0x5257d3(0x209),_0x4ff6c2[_0x5257d3(0x3e3)]='synced',_0x4ff6c2[_0x5257d3(0x3c7)]=_0x5257d3(0x3b0),_0x4ff6c2[_0x5257d3(0x1b1)]='awaiting',_0x4ff6c2['AWAITING_WITH_PENDING']=_0x5257d3(0x22b),_0x4ff6c2[_0x5257d3(0x27b)]=_0x5257d3(0x302),_0x4ff6c2[_0x5257d3(0x1f0)]=_0x5257d3(0x338),_0x4ff6c2[_0x5257d3(0x342)]=_0x5257d3(0x255),_0x4ff6c2;}({});const mn=0x4e20,hn=0x2bf20;var G=class{constructor(_0x489681,_0x58776d,_0x832a14,_0x15bf60,_0xecb570,_0x28f99b,_0x19d046,_0x576b24,_0x119098){const _0x19361e=_0x3c69ef;this['unitID']=_0x489681,this[_0x19361e(0x315)]=_0x58776d,this[_0x19361e(0x194)]=_0xecb570,this['_commandService']=_0x28f99b,this[_0x19361e(0x3a3)]=_0x19d046,this[_0x19361e(0x403)]=_0x576b24,this['_localCacheService']=_0x119098,R(this,_0x19361e(0x2bd),null),R(this,_0x19361e(0x1a7),[]),this['_awaitingChangeset']=_0x832a14,this[_0x19361e(0x1a7)]=_0x15bf60;}['_checkMissing'](_0x5b4f10){const _0x3ce0f9=_0x3c69ef;let _0x1d2cf4=this[_0x3ce0f9(0x403)][_0x3ce0f9(0x306)](this[_0x3ce0f9(0x40c)]);return _0x5b4f10[_0x3ce0f9(0x2fe)]>_0x1d2cf4+0x1?(this[_0x3ce0f9(0x194)][_0x3ce0f9(0x23c)]({'from':_0x1d2cf4,'to':_0x5b4f10['revision']-0x1}),!0x0):!0x1;}[_0x3c69ef(0x309)](_0x4b6831){const _0xadc302=_0x3c69ef;this[_0xadc302(0x3a3)][_0xadc302(0x388)](this[_0xadc302(0x40c)],_0x4b6831);}['_transformSelections'](_0x101137){const _0x325300=_0x3c69ef;var _0x2b73e8,_0x375889;(_0x2b73e8=(_0x375889=this['_handler'])[_0x325300(0x218)])==null||_0x2b73e8['call'](_0x375889,_0x101137);}[_0x3c69ef(0x366)](_0x29aa69){const _0x5219a4=_0x3c69ef;var _0x58a90e,_0x26ecf0;return(_0x58a90e=(_0x26ecf0=this[_0x5219a4(0x194)])[_0x5219a4(0x2be)])==null?void 0x0:_0x58a90e['call'](_0x26ecf0,_0x29aa69);}['_transformStateCache'](_0x1517f5){const _0x233735=_0x3c69ef;var _0x57cef5,_0x34d228;return(_0x57cef5=(_0x34d228=this['_handler'])['onTransformState'])==null?void 0x0:_0x57cef5[_0x233735(0x1db)](_0x34d228,_0x1517f5);}[_0x3c69ef(0x19f)](_0x2a1a4b){const _0x268084=_0x3c69ef;var _0x4e7a70,_0xeeb1bd,_0x330f8f;return(_0x4e7a70=(_0xeeb1bd=(_0x330f8f=this[_0x268084(0x194)])[_0x268084(0x1df)])==null?void 0x0:_0xeeb1bd[_0x268084(0x1db)](_0x330f8f,_0x2a1a4b))==null?_0x2a1a4b:_0x4e7a70;}[_0x3c69ef(0x1fc)](_0x547ff1){const _0x5d3772=_0x3c69ef;var _0x516cfb,_0x33a2f6,_0x4a84e3;return(_0x516cfb=(_0x33a2f6=(_0x4a84e3=this['_handler'])[_0x5d3772(0x1d2)])==null?void 0x0:_0x33a2f6['call'](_0x4a84e3,_0x547ff1))==null?_0x547ff1:_0x516cfb;}[_0x3c69ef(0x248)](_0x4d91e4){const _0x3e1c13=_0x3c69ef;if(this[_0x3e1c13(0x315)]===_0x9a8e4e[_0x3e1c13(0x274)]){let {unitID:_0x2eb58a,mutations:_0x2f35b3,memberID:_0x4ff885}=_0x4d91e4,_0x11c768=_0x2f35b3['length']>0x0?_0x2f35b3[0x0][_0x3e1c13(0x3c6)][_0x3e1c13(0x246)]:[];if(Array[_0x3e1c13(0x3cf)](_0x11c768)&&_0x11c768[_0x3e1c13(0x3a1)]>0x0){var _0x50e3c2,_0x59d313;(_0x50e3c2=(_0x59d313=this[_0x3e1c13(0x194)])[_0x3e1c13(0x41c)])==null||_0x50e3c2[_0x3e1c13(0x1db)](_0x59d313,{'unitID':_0x2eb58a,'memberID':_0x4ff885,'textRanges':_0x11c768});}}}[_0x3c69ef(0x2bc)](){const _0x1f0211=_0x3c69ef;var _0x3a6a13;(_0x3a6a13=this[_0x1f0211(0x1f4)])==null||_0x3a6a13[_0x1f0211(0x411)](this[_0x1f0211(0x40c)],this[_0x1f0211(0x315)],this['_awaitingChangeset'],this[_0x1f0211(0x1a7)]);}[_0x3c69ef(0x312)](){const _0x5b866f=_0x3c69ef;return this['_revisionService'][_0x5b866f(0x306)](this[_0x5b866f(0x40c)]);}['_incrementRevisionNumber'](){const _0x92604e=_0x3c69ef;this['_revisionService'][_0x92604e(0x2fc)](this[_0x92604e(0x40c)]);}[_0x3c69ef(0x3ac)](_0x33422b){const _0x5f6746=_0x3c69ef;let _0x9b2b25=this[_0x5f6746(0x19f)](_0x33422b);_0x9b2b25=this[_0x5f6746(0x1fc)](_0x9b2b25);let _0x10c430=_0x8d0c4b(_0x9b2b25[_0x5f6746(0x188)],this[_0x5f6746(0x1ac)],{'fromCollab':!0x0});if(!_0x10c430[_0x5f6746(0x2bb)]){var _0x4795fc;throw _0x10c430['error']instanceof Error?_0x10c430[_0x5f6746(0x199)]:Error((_0x4795fc=_0x10c430[_0x5f6746(0x199)])==null?'[CollaborationState]:\x20apply\x20error!':_0x4795fc);}this[_0x5f6746(0x366)](_0x9b2b25),this['_transformStateCache'](_0x9b2b25),this[_0x5f6746(0x309)](_0x33422b),this[_0x5f6746(0x2ba)](_0x9b2b25),this[_0x5f6746(0x248)](_0x9b2b25),this[_0x5f6746(0x1b6)]();}};let K=class extends G{constructor(_0x1c960d,_0x156a08,_0x490e7c,_0x2306d6,_0x229927,_0x559cb4,_0x5b8a88,_0x3a7341,_0x57ec9a,_0x5ad296){const _0x4ebf35=_0x3c69ef;super(_0x1c960d,_0x156a08,null,[],_0x490e7c,_0x5b8a88,_0x559cb4,_0x2306d6,_0x5ad296),this[_0x4ebf35(0x27a)]=_0x229927,this[_0x4ebf35(0x3f4)]=_0x3a7341,this[_0x4ebf35(0x1c6)]=_0x57ec9a,this[_0x4ebf35(0x19d)]=_0x5ad296,R(this,'status',_0x4ebf35(0x2e6));}[_0x3c69ef(0x3fe)](_0x62ae8f){const _0x56f532=_0x3c69ef;let _0x53ec72=this['_injector'][_0x56f532(0x24d)](q,this['unitID'],this[_0x56f532(0x315)],[_0x62ae8f],this[_0x56f532(0x194)]);return _0x53ec72[_0x56f532(0x3dd)](),_0x53ec72['_updateLocalCache'](),_0x53ec72;}[_0x3c69ef(0x323)](_0x5605c4){const _0x25ad49=_0x3c69ef;if(this['_checkMissing'](_0x5605c4))return this['_injector'][_0x25ad49(0x24d)](Q,this['unitID'],this['type'],null,[],null,[_0x5605c4],this[_0x25ad49(0x194)]);try{let _0x9bcd62=this['_transformService'][_0x25ad49(0x2f6)](_0x5605c4,[_0x59ed8b]);if(_0x30d694(_0x9bcd62)){let {c1Prime:_0x2da469}=_0x9bcd62;return this[_0x25ad49(0x3ac)](_0x2da469),this;}throw _0x9bcd62[_0x25ad49(0x199)];}catch(_0x12b48e){return this[_0x25ad49(0x3f4)][_0x25ad49(0x199)](_0x12b48e),this[_0x25ad49(0x370)](!0x1);}}[_0x3c69ef(0x370)](_0x6d8dbf){const _0x5422ea=_0x3c69ef;return this[_0x5422ea(0x27a)][_0x5422ea(0x24d)](X,this[_0x5422ea(0x40c)],this[_0x5422ea(0x315)],null,[],this[_0x5422ea(0x194)],_0x6d8dbf);}[_0x3c69ef(0x38c)](_0x1cbb66){const _0x17f626=_0x3c69ef;if(_0x1cbb66[_0x17f626(0x2fe)]<=this[_0x17f626(0x312)]())return this;throw Error('[SyncedState]:\x20received\x20acknowledgement.');}[_0x3c69ef(0x28f)](){throw Error('[SyncedState]:\x20received\x20rejection.');}['onRemoteRetry'](){return this;}[_0x3c69ef(0x2f1)](){const _0xc35551=_0x3c69ef;return this[_0xc35551(0x27a)][_0xc35551(0x24d)](Z,this['unitID'],this['type'],null,[],this[_0xc35551(0x194)]);}[_0x3c69ef(0x2b9)](){return this;}['resend'](){const _0x5d822d=_0x3c69ef;throw Error(_0x5d822d(0x1d7));}[_0x3c69ef(0x2cd)](){const _0x18b82d=_0x3c69ef;let _0x3ad445=this[_0x18b82d(0x403)][_0x18b82d(0x306)](this[_0x18b82d(0x40c)]);return this['_handler'][_0x18b82d(0x23c)]({'from':_0x3ad445,'to':0x0}),this[_0x18b82d(0x27a)][_0x18b82d(0x24d)](Q,this[_0x18b82d(0x40c)],this[_0x18b82d(0x315)],null,[],null,[],this[_0x18b82d(0x194)]);}};K=V([B(0x3,_0xe230cc(_0x2d7797)),B(0x4,_0xe230cc(_0x31a56e)),B(0x5,_0x4aa991),B(0x6,_0x4705e0),B(0x7,_0x5c3e7f),B(0x8,_0x3a995f),B(0x9,_0x2b3cfa(U))],K);let q=un=class extends G{constructor(_0x5a72fe,_0x437d6f,_0x53d4d3,_0x18efe2,_0x4a8562,_0x21ddb6,_0x50e7de,_0x103986,_0x5bdbca,_0x181b94,_0x82ff59,_0x509e53,_0x35a88e,_0xc8d988){const _0x5e3998=_0x3c69ef;super(_0x5a72fe,_0x437d6f,null,_0x53d4d3,_0x18efe2,_0x5bdbca,_0x35a88e,_0x21ddb6,_0xc8d988),this[_0x5e3998(0x27a)]=_0x4a8562,this['_memberService']=_0x50e7de,this['_logService']=_0x103986,this['_configService']=_0x181b94,this[_0x5e3998(0x1c6)]=_0x82ff59,this[_0x5e3998(0x1ba)]=_0x509e53,R(this,_0x5e3998(0x275),_0x5e3998(0x3b0)),R(this,_0x5e3998(0x204),null),R(this,_0x5e3998(0x259),null);}['appendMutation'](_0x2850f0){const _0x4ed356=_0x3c69ef;return this['_pendingMutations'][_0x4ed356(0x217)](_0x2850f0),this[_0x4ed356(0x2bc)](),this;}[_0x3c69ef(0x323)](_0x5573ae){const _0x39b076=_0x3c69ef;if(this['_checkMissing'](_0x5573ae))return this[_0x39b076(0x2b6)](),this[_0x39b076(0x27a)]['createInstance'](Q,this[_0x39b076(0x40c)],this[_0x39b076(0x315)],null,this['_pendingMutations'],null,[_0x5573ae],this[_0x39b076(0x194)]);try{let _0xa3f5f3=this[_0x39b076(0x1c6)][_0x39b076(0x2f6)](_0x5573ae,this[_0x39b076(0x1a7)]);if(_0x30d694(_0xa3f5f3)){let {c1Prime:_0x4f120b,m2Prime:_0x26aa0c}=_0xa3f5f3;this['_executeRemoteChangeset'](_0x4f120b);let _0xfc3599=this[_0x39b076(0x27a)]['createInstance'](un,this[_0x39b076(0x40c)],this[_0x39b076(0x315)],_0x26aa0c,this['_handler']);this[_0x39b076(0x2b6)]();let _0x306b7b=new Date()[_0x39b076(0x2a3)](),_0x3eb39b=this[_0x39b076(0x204)]?Math[_0x39b076(0x19c)](this[_0x39b076(0x204)]-_0x306b7b,0x0):this[_0x39b076(0x200)]();return _0xfc3599[_0x39b076(0x3dd)](_0x3eb39b),_0xfc3599;}throw _0xa3f5f3['error'];}catch(_0x3f1a46){return this[_0x39b076(0x3f4)]['error'](_0x3f1a46),this[_0x39b076(0x370)](!0x1);}}[_0x3c69ef(0x38c)](_0x4c8732){const _0x54fa84=_0x3c69ef;if(_0x4c8732['revision']<=this['_getCurrentRevision']())return this;throw Error(_0x54fa84(0x1bb));}[_0x3c69ef(0x28f)](){throw Error('[PendingState]:\x20received\x20rejection.');}['onRemoteRetry'](){return this;}[_0x3c69ef(0x2f1)](){const _0x5265f1=_0x3c69ef;return this[_0x5265f1(0x2b6)](),this[_0x5265f1(0x27a)][_0x5265f1(0x24d)](Z,this[_0x5265f1(0x40c)],this[_0x5265f1(0x315)],null,this[_0x5265f1(0x1a7)],this['_handler']);}['toggleOnline'](){return this;}[_0x3c69ef(0x3dd)](_0xb4e244){const _0x5100d4=_0x3c69ef;let _0x4d22a6=_0xb4e244==null?this['_getSendChangesetTimeout']():_0xb4e244;this[_0x5100d4(0x204)]=new Date()[_0x5100d4(0x2a3)]()+_0x4d22a6,this[_0x5100d4(0x259)]=setTimeout(()=>{const _0x4d7caa=_0x5100d4;this[_0x4d7caa(0x2b6)]();let _0x3696fd=null;switch(this[_0x4d7caa(0x315)]){case _0x9a8e4e[_0x4d7caa(0x1a4)]:_0x3696fd=Zt(this[_0x4d7caa(0x1a7)],this[_0x4d7caa(0x40c)],this[_0x4d7caa(0x1ba)],this['_revisionService'],this['_memberService']);break;case _0x9a8e4e[_0x4d7caa(0x274)]:_0x3696fd=this[_0x4d7caa(0x1a7)][_0x4d7caa(0x3fa)](_0x449f23=>_0x449f23['id']===_0x386ca6['id'])?$t(this['_pendingMutations'],this['unitID'],this['_univerInstanceService'],this[_0x4d7caa(0x403)],this[_0x4d7caa(0x356)]):Zt(this[_0x4d7caa(0x1a7)],this[_0x4d7caa(0x40c)],this['_univerInstanceService'],this['_revisionService'],this[_0x4d7caa(0x356)]);break;case _0x9a8e4e[_0x4d7caa(0x3c8)]:_0x3696fd=Qt(this[_0x4d7caa(0x1a7)],this['unitID'],this[_0x4d7caa(0x1ba)],this[_0x4d7caa(0x403)],this['_memberService']);break;case _0x9a8e4e[_0x4d7caa(0x360)]:_0x3696fd=Zt(this[_0x4d7caa(0x1a7)],this[_0x4d7caa(0x40c)],this[_0x4d7caa(0x1ba)],this['_revisionService'],this[_0x4d7caa(0x356)]);break;case _0x9a8e4e['UNIVER_BASE']:_0x3696fd=Zt(this[_0x4d7caa(0x1a7)],this['unitID'],this[_0x4d7caa(0x1ba)],this['_revisionService'],this[_0x4d7caa(0x356)]);break;default:throw Error(_0x4d7caa(0x3db)+this[_0x4d7caa(0x315)]+'\x20in\x20_schedule.');}let {changeset:_0x3bf8c6,pendingMutations:_0x14a60c}=_0x3696fd;this[_0x4d7caa(0x194)][_0x4d7caa(0x3e8)](_0x3bf8c6);let _0x1986f9=_0x14a60c[_0x4d7caa(0x3a1)]?this['_injector'][_0x4d7caa(0x24d)](Y,this[_0x4d7caa(0x40c)],this[_0x4d7caa(0x315)],_0x3bf8c6,_0x14a60c,this[_0x4d7caa(0x194)],void 0x0):this['_injector']['createInstance'](J,this[_0x4d7caa(0x40c)],this[_0x4d7caa(0x315)],_0x3bf8c6,this[_0x4d7caa(0x194)]);_0x1986f9[_0x4d7caa(0x2bc)](),this[_0x4d7caa(0x194)][_0x4d7caa(0x190)](this,_0x1986f9);},_0x4d22a6);}[_0x3c69ef(0x200)](){const _0x174d81=_0x3c69ef;var _0x21bea1;let _0xc4bb73=this[_0x174d81(0x305)]['getConfig'](L);return(_0x21bea1=_0xc4bb73==null?void 0x0:_0xc4bb73[_0x174d81(0x281)])==null?0x7d0:_0x21bea1;}[_0x3c69ef(0x23b)](){throw Error('[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x3c69ef(0x2b6)](){const _0x215589=_0x3c69ef;this[_0x215589(0x259)]!=null&&(clearTimeout(this[_0x215589(0x259)]),this['_sendingTimer']=null);}[_0x3c69ef(0x370)](_0x3a1030){const _0x20eb17=_0x3c69ef;return this[_0x20eb17(0x2b6)](),this[_0x20eb17(0x27a)][_0x20eb17(0x24d)](X,this[_0x20eb17(0x40c)],this['type'],null,this[_0x20eb17(0x1a7)],this[_0x20eb17(0x194)],_0x3a1030);}};q=un=V([B(0x4,_0xe230cc(_0x31a56e)),B(0x5,_0xe230cc(_0x2d7797)),B(0x6,_0xe230cc(H)),B(0x7,_0x5c3e7f),B(0x8,_0x4705e0),B(0x9,_0x1f37e4),B(0xa,_0x3a995f),B(0xb,_0x344fe1),B(0xc,_0x4aa991),B(0xd,_0x2b3cfa(U))],q);let J=dn=class extends G{constructor(_0x2217ed,_0x1620da,_0x445cff,_0x5e8461,_0x11f79e,_0x3ed9af,_0x465b50,_0x239610,_0x3498db,_0xd1a09c,_0x8922a2){const _0x1a62ef=_0x3c69ef;super(_0x2217ed,_0x1620da,_0x445cff,[],_0x5e8461,_0x465b50,_0xd1a09c,_0x3ed9af,_0x8922a2),this['_injector']=_0x11f79e,this[_0x1a62ef(0x3f4)]=_0x239610,this[_0x1a62ef(0x1c6)]=_0x3498db,R(this,'status','awaiting'),R(this,_0x1a62ef(0x1d6),0x0),R(this,_0x1a62ef(0x322),0x0),R(this,_0x1a62ef(0x318),void 0x0),R(this,_0x1a62ef(0x26f),void 0x0);}[_0x3c69ef(0x3fe)](_0x528f7f){const _0x390399=_0x3c69ef;this[_0x390399(0x2b6)]();let _0x1fcd6b=this[_0x390399(0x27a)]['createInstance'](Y,this[_0x390399(0x40c)],this[_0x390399(0x315)],this[_0x390399(0x2bd)],[_0x528f7f],this['_handler'],this[_0x390399(0x318)]);return _0x1fcd6b[_0x390399(0x2bc)](),_0x1fcd6b;}[_0x3c69ef(0x323)](_0x1a63c7){const _0x1558b6=_0x3c69ef;if(this[_0x1558b6(0x32f)](_0x1a63c7))return this['_clearScheduledTask'](),this[_0x1558b6(0x27a)][_0x1558b6(0x24d)](Q,this['unitID'],this[_0x1558b6(0x315)],this[_0x1558b6(0x2bd)],[],null,[_0x1a63c7],this[_0x1558b6(0x194)]);try{let _0x3134b3=this[_0x1558b6(0x1c6)]['transformChangesets']([_0x1a63c7],[this['_awaitingChangeset']],!0x1);if(_0x23d0df(_0x3134b3)){let {c1Prime:_0x500aee,c2Prime:_0x1436da}=_0x3134b3;this[_0x1558b6(0x3ac)](_0x500aee[0x0]),_0x1436da[0x0][_0x1558b6(0x3f1)]=this[_0x1558b6(0x312)](),this[_0x1558b6(0x2b6)]();let _0x715615=this['_injector'][_0x1558b6(0x24d)](dn,this['unitID'],this[_0x1558b6(0x315)],_0x1436da[0x0],this['_handler']);return _0x715615[_0x1558b6(0x2bc)](),_0x715615;}throw _0x3134b3[_0x1558b6(0x199)];}catch(_0x242c3a){return this[_0x1558b6(0x3f4)][_0x1558b6(0x199)](_0x242c3a),this[_0x1558b6(0x370)](!0x1);}}[_0x3c69ef(0x38c)](_0x2f5501){const _0x34e89a=_0x3c69ef;this['_clearScheduledTask']();let _0x4f44c7=this['_revisionService'][_0x34e89a(0x306)](this[_0x34e89a(0x40c)]);if(_0x2f5501[_0x34e89a(0x2fe)]<=_0x4f44c7)return this;if(this[_0x34e89a(0x32f)](_0x2f5501))return this[_0x34e89a(0x27a)][_0x34e89a(0x24d)](Q,this[_0x34e89a(0x40c)],this[_0x34e89a(0x315)],this[_0x34e89a(0x2bd)],[],_0x2f5501['revision'],[],this[_0x34e89a(0x194)]);this[_0x34e89a(0x1b6)]();let _0x527498=this[_0x34e89a(0x27a)][_0x34e89a(0x24d)](K,this[_0x34e89a(0x40c)],this[_0x34e89a(0x315)],this[_0x34e89a(0x194)]);return _0x527498[_0x34e89a(0x2bc)](),_0x527498;}[_0x3c69ef(0x28f)](_0x46564b){const _0x2dd4dc=_0x3c69ef;return this[_0x2dd4dc(0x370)](!!(_0x46564b!=null&&_0x46564b['isPermissionRej']));}[_0x3c69ef(0x20a)](_0x22711a){const _0xc8d169=_0x3c69ef;return this[_0xc8d169(0x322)]>hn?this['toggleOffline']():(this['_resendTimer']=ln(this[_0xc8d169(0x1d6)],{'timeout':this['_resendTimeout'],'reqId':_0x22711a['reqId']}),this[_0xc8d169(0x26f)]=this[_0xc8d169(0x318)][_0xc8d169(0x420)](({reqId:_0x46823a,timeout:_0xd77f47})=>{const _0x3cdbd6=_0xc8d169;this[_0x3cdbd6(0x417)](_0x46823a,_0xd77f47);}),this);}[_0x3c69ef(0x2f1)](){const _0x3a7542=_0x3c69ef;return this[_0x3a7542(0x2b6)](),this[_0x3a7542(0x27a)][_0x3a7542(0x24d)](Z,this[_0x3a7542(0x40c)],this['type'],this[_0x3a7542(0x2bd)],[],this['_handler']);}['toggleOnline'](){return this;}['resend'](){const _0x40da21=_0x3c69ef;this[_0x40da21(0x194)][_0x40da21(0x3e8)](this[_0x40da21(0x2bd)]);}[_0x3c69ef(0x370)](_0x35f37f){const _0x2d2214=_0x3c69ef;return this[_0x2d2214(0x2b6)](),this[_0x2d2214(0x27a)][_0x2d2214(0x24d)](X,this[_0x2d2214(0x40c)],this[_0x2d2214(0x315)],this['_awaitingChangeset'],[],this['_handler'],_0x35f37f);}[_0x3c69ef(0x417)](_0x8d14e1,_0x113043){const _0x33aa81=_0x3c69ef;var _0x2d1966;_0x8d14e1===((_0x2d1966=this[_0x33aa81(0x2bd)])==null?void 0x0:_0x2d1966['reqId'])&&(this[_0x33aa81(0x23b)](),this[_0x33aa81(0x1d6)]=_0x113043===0x0?0x3e8:Math[_0x33aa81(0x304)](_0x113043*0x2,mn),this[_0x33aa81(0x322)]+=this[_0x33aa81(0x1d6)]);}[_0x3c69ef(0x2b6)](){const _0x1ec1d0=_0x3c69ef;var _0x38c21c;(_0x38c21c=this[_0x1ec1d0(0x26f)])==null||_0x38c21c[_0x1ec1d0(0x3c3)](),this['_resendTimeout']=0x0,this['_maxTotalRetryTimeout']=0x0;}};J=dn=V([B(0x4,_0xe230cc(_0x31a56e)),B(0x5,_0xe230cc(_0x2d7797)),B(0x6,_0x4705e0),B(0x7,_0x5c3e7f),B(0x8,_0x3a995f),B(0x9,_0x4aa991),B(0xa,_0x2b3cfa(U))],J);let Y=fn=class extends G{constructor(_0x545bd6,_0x22c82c,_0x2b46ec,_0x172dfe,_0x2e8d62,_0x2b5225,_0xaf74c,_0x4edf9f,_0x200e6c,_0x386f23,_0x5f466e,_0x5ead60,_0x3a7c70){const _0x568eb4=_0x3c69ef;super(_0x545bd6,_0x22c82c,_0x2b46ec,_0x172dfe,_0x2e8d62,_0x200e6c,_0x5ead60,_0x4edf9f,_0x3a7c70),this['_injector']=_0xaf74c,this['_logService']=_0x386f23,this[_0x568eb4(0x1c6)]=_0x5f466e,this[_0x568eb4(0x19d)]=_0x3a7c70,R(this,_0x568eb4(0x275),_0x568eb4(0x22b)),R(this,_0x568eb4(0x1d6),0x0),R(this,_0x568eb4(0x322),0x0),R(this,_0x568eb4(0x318),void 0x0),R(this,_0x568eb4(0x26f),void 0x0),_0x2b5225&&(this['_resendTimer']=_0x2b5225,this[_0x568eb4(0x26f)]=this[_0x568eb4(0x318)][_0x568eb4(0x420)](({reqId:_0x2d1467,timeout:_0x597fd9})=>{const _0x26a66b=_0x568eb4;this[_0x26a66b(0x417)](_0x2d1467,_0x597fd9);}));}[_0x3c69ef(0x3fe)](_0x45f4de){const _0x2edacf=_0x3c69ef;return this['_pendingMutations'][_0x2edacf(0x217)](_0x45f4de),this;}[_0x3c69ef(0x323)](_0x361f3b){const _0x54f8e4=_0x3c69ef;if(this[_0x54f8e4(0x32f)](_0x361f3b))return this[_0x54f8e4(0x2b6)](),this[_0x54f8e4(0x27a)][_0x54f8e4(0x24d)](Q,this[_0x54f8e4(0x40c)],this['type'],this['_awaitingChangeset'],this[_0x54f8e4(0x1a7)],null,[_0x361f3b],this['_handler']);try{let _0x494d27=this[_0x54f8e4(0x1c6)]['transformChangesets']([_0x361f3b],[this[_0x54f8e4(0x2bd)]],!0x1);if(_0x23d0df(_0x494d27)){let {c1Prime:_0x5e6f90,c2Prime:_0xe3b286}=_0x494d27,_0x334ffa=this['_transformService'][_0x54f8e4(0x2f6)](_0x5e6f90[0x0],this['_pendingMutations']);if(_0x30d694(_0x334ffa)){let {c1Prime:_0x491569,m2Prime:_0x2e21bc}=_0x334ffa;return this['_executeRemoteChangeset'](_0x491569),_0xe3b286[0x0][_0x54f8e4(0x3f1)]=this[_0x54f8e4(0x312)](),this[_0x54f8e4(0x2b6)](),this['_injector']['createInstance'](fn,this[_0x54f8e4(0x40c)],this[_0x54f8e4(0x315)],_0xe3b286[0x0],_0x2e21bc,this[_0x54f8e4(0x194)],void 0x0);}throw _0x334ffa['error'];}throw _0x494d27[_0x54f8e4(0x199)];}catch(_0x14f25c){return this['_logService'][_0x54f8e4(0x199)](_0x14f25c),this[_0x54f8e4(0x370)](!0x1);}}['onRemoteAck'](_0x301298){const _0x24412a=_0x3c69ef;this[_0x24412a(0x2b6)]();let _0x3ff55d=this[_0x24412a(0x312)]();if(_0x301298[_0x24412a(0x2fe)]<=_0x3ff55d)return this;if(this['_checkMissing'](_0x301298))return this[_0x24412a(0x27a)][_0x24412a(0x24d)](Q,this['unitID'],this[_0x24412a(0x315)],this[_0x24412a(0x2bd)],this[_0x24412a(0x1a7)],_0x301298['revision'],[],this[_0x24412a(0x194)]);this[_0x24412a(0x1b6)]();let _0x16c874=this['_injector'][_0x24412a(0x24d)](q,this[_0x24412a(0x40c)],this['type'],this[_0x24412a(0x1a7)],this[_0x24412a(0x194)]);return _0x16c874['_schedule'](),_0x16c874['_updateLocalCache'](),_0x16c874;}[_0x3c69ef(0x28f)](_0x73e28b){const _0x4c7764=_0x3c69ef;return this[_0x4c7764(0x370)](!!(_0x73e28b!=null&&_0x73e28b[_0x4c7764(0x18e)]));}[_0x3c69ef(0x20a)](_0x20b295){const _0x14b613=_0x3c69ef;return this[_0x14b613(0x322)]>hn?this[_0x14b613(0x2f1)]():(this['_resendTimer']=ln(this[_0x14b613(0x1d6)],{'timeout':this[_0x14b613(0x1d6)],'reqId':_0x20b295[_0x14b613(0x256)]}),this[_0x14b613(0x26f)]=this['_resendTimer'][_0x14b613(0x420)](({reqId:_0x5d8979,timeout:_0x881d36})=>{const _0xf9c88a=_0x14b613;this[_0xf9c88a(0x417)](_0x5d8979,_0x881d36);}),this);}[_0x3c69ef(0x2f1)](){const _0x37fa7b=_0x3c69ef;return this[_0x37fa7b(0x2b6)](),this[_0x37fa7b(0x27a)][_0x37fa7b(0x24d)](Z,this[_0x37fa7b(0x40c)],this[_0x37fa7b(0x315)],this[_0x37fa7b(0x2bd)],this[_0x37fa7b(0x1a7)],this[_0x37fa7b(0x194)]);}[_0x3c69ef(0x2b9)](){return this;}[_0x3c69ef(0x23b)](){const _0x45f782=_0x3c69ef;this[_0x45f782(0x194)][_0x45f782(0x3e8)](this['_awaitingChangeset']);}[_0x3c69ef(0x370)](_0x28b618){const _0x5c65b2=_0x3c69ef;return this[_0x5c65b2(0x2b6)](),this[_0x5c65b2(0x27a)][_0x5c65b2(0x24d)](X,this['unitID'],this['type'],null,this[_0x5c65b2(0x1a7)],this[_0x5c65b2(0x194)],_0x28b618);}[_0x3c69ef(0x417)](_0x37bffc,_0x468a23){const _0x32824e=_0x3c69ef;var _0xd948d6;_0x37bffc===((_0xd948d6=this[_0x32824e(0x2bd)])==null?void 0x0:_0xd948d6[_0x32824e(0x256)])&&(this[_0x32824e(0x23b)](),this[_0x32824e(0x1d6)]=_0x468a23===0x0?0x3e8:Math['min'](_0x468a23*0x2,mn),this[_0x32824e(0x322)]+=this[_0x32824e(0x1d6)]);}[_0x3c69ef(0x2b6)](){const _0x5a3e31=_0x3c69ef;var _0x26f761;(_0x26f761=this['_sender'])==null||_0x26f761[_0x5a3e31(0x3c3)](),this[_0x5a3e31(0x1d6)]=0x0,this[_0x5a3e31(0x322)]=0x0;}};Y=fn=V([B(0x6,_0xe230cc(_0x31a56e)),B(0x7,_0xe230cc(_0x2d7797)),B(0x8,_0x4705e0),B(0x9,_0x5c3e7f),B(0xa,_0x3a995f),B(0xb,_0x4aa991),B(0xc,_0x2b3cfa(U))],Y);let X=class extends G{constructor(_0x935a49,_0x5b7a7b,_0x1ae170,_0x577270,_0x4d5629,_0x23d190=!0x1,_0x114832,_0x5077ef,_0x4d28a7,_0x2d17a4,_0x70ff4e,_0x19648f,_0x1d63c2){const _0x244bcb=_0x3c69ef;super(_0x935a49,_0x5b7a7b,_0x1ae170,_0x577270,_0x4d5629,_0x5077ef,_0x4d28a7,_0x2d17a4,_0x1d63c2),this[_0x244bcb(0x28c)]=_0x23d190,this['_permissionService']=_0x114832,this[_0x244bcb(0x2c0)]=_0x70ff4e,this[_0x244bcb(0x290)]=_0x19648f,this[_0x244bcb(0x19d)]=_0x1d63c2,R(this,_0x244bcb(0x275),_0x244bcb(0x338)),this['_showConflictNotification'](),this[_0x244bcb(0x2d1)](),this[_0x244bcb(0x21a)]();}['appendMutation'](){return this;}['onRemoteChangeset'](){return this;}['onRemoteAck'](){return this;}[_0x3c69ef(0x28f)](){return this;}[_0x3c69ef(0x20a)](){return this;}[_0x3c69ef(0x2f1)](){return this;}['toggleOnline'](){return this;}[_0x3c69ef(0x23b)](){const _0x47fe29=_0x3c69ef;throw Error(_0x47fe29(0x18c));}[_0x3c69ef(0x2d1)](){const _0x246258=_0x3c69ef;var _0x3180cf,_0x4a013d,_0x8e6e50;(_0x3180cf=this[_0x246258(0x1f4)])==null||(_0x4a013d=_0x3180cf[_0x246258(0x1fe)])==null||(_0x4a013d=_0x4a013d[_0x246258(0x1db)](_0x3180cf,this[_0x246258(0x40c)],'conflict'))==null||_0x4a013d[_0x246258(0x299)](()=>void 0x0),(_0x8e6e50=this[_0x246258(0x1f4)])==null||_0x8e6e50['updateOfflineData'](this[_0x246258(0x40c)],this['type'],null,[]);}[_0x3c69ef(0x2b2)](){const _0x4b2ba4=_0x3c69ef;this[_0x4b2ba4(0x28c)]?this[_0x4b2ba4(0x290)][_0x4b2ba4(0x377)]({'id':_0x4b2ba4(0x300)}):this['_collaborationUIEventService'][_0x4b2ba4(0x377)]({'id':_0x4b2ba4(0x1f0)});}[_0x3c69ef(0x21a)](){const _0x571d59=_0x3c69ef;this[_0x571d59(0x313)][_0x571d59(0x32b)](new _0x1413a3(this['unitID'])['id'],!0x1);}};X=V([B(0x6,_0xe230cc(_0x36da45)),B(0x7,_0x4705e0),B(0x8,_0x4aa991),B(0x9,_0xe230cc(_0x2d7797)),B(0xa,_0xe230cc(_0x9a407d)),B(0xb,_0xe230cc(z)),B(0xc,_0x2b3cfa(U))],X);let Z=class extends G{constructor(_0x1bc167,_0x340eee,_0x49de8c,_0x4957bd,_0x118cd9,_0xa3890b,_0x234bca,_0x2e4f8d,_0x2ce56d,_0x235b41){const _0xf9a1a2=_0x3c69ef;super(_0x1bc167,_0x340eee,_0x49de8c,_0x4957bd,_0x118cd9,_0x2e4f8d,_0x2ce56d,_0x234bca,_0x235b41),this[_0xf9a1a2(0x27a)]=_0xa3890b,R(this,_0xf9a1a2(0x275),_0xf9a1a2(0x255));}[_0x3c69ef(0x3fe)](_0x2c4e64){const _0x32859c=_0x3c69ef;return this[_0x32859c(0x1a7)][_0x32859c(0x217)](_0x2c4e64),this['_updateLocalCache'](),this;}[_0x3c69ef(0x323)](_0x2c32fb){throw Error('[OfflineState]:\x20received\x20changeset.');}[_0x3c69ef(0x38c)](){const _0x233166=_0x3c69ef;throw Error(_0x233166(0x1dc));}[_0x3c69ef(0x28f)](){const _0x15edf2=_0x3c69ef;throw Error(_0x15edf2(0x3fb));}[_0x3c69ef(0x20a)](){return this;}[_0x3c69ef(0x2f1)](){return this;}[_0x3c69ef(0x2b9)](){const _0x4c7a93=_0x3c69ef;let {_injector:_0x3ce6d2,_pendingMutations:_0x2dd51c,_awaitingChangeset:_0x425547,unitID:_0x2d8832,_handler:_0x3bb6e1,type:_0x1d4996}=this,_0x223862=gn(_0x3ce6d2,_0x2d8832,_0x1d4996,_0x425547,_0x2dd51c,_0x3bb6e1);return _0x223862 instanceof q?_0x223862['_schedule']():(_0x223862 instanceof Y||_0x223862 instanceof J)&&_0x223862[_0x4c7a93(0x23b)](),_0x223862;}[_0x3c69ef(0x23b)](){const _0x31f545=_0x3c69ef;throw Error(_0x31f545(0x1cd));}};Z=V([B(0x5,_0xe230cc(_0x31a56e)),B(0x6,_0xe230cc(_0x2d7797)),B(0x7,_0x4705e0),B(0x8,_0x4aa991),B(0x9,_0x2b3cfa(U))],Z);let Q=class extends G{constructor(_0xa4ce7,_0x57443d,_0x48415c,_0x5c66db,_0x42b46c,_0x49d572,_0x3bd616,_0x4e346a,_0x4973c2,_0xa7caba,_0x1f5a99,_0x35a90e,_0x4c2d8f,_0x4abb00){const _0x597de6=_0x3c69ef;super(_0xa4ce7,_0x57443d,_0x48415c,_0x5c66db,_0x3bd616,_0x1f5a99,_0x35a90e,_0x4973c2,_0x4abb00),this[_0x597de6(0x2d2)]=_0x42b46c,this['_queuedRemoteChangesets']=_0x49d572,this['_injector']=_0x4e346a,this[_0x597de6(0x3f4)]=_0xa7caba,this[_0x597de6(0x1c6)]=_0x4c2d8f,this[_0x597de6(0x19d)]=_0x4abb00,R(this,_0x597de6(0x275),_0x597de6(0x302));}[_0x3c69ef(0x33e)](_0x32bd77){const _0x2ace9e=_0x3c69ef;try{if(this[_0x2ace9e(0x216)](_0x32bd77)[_0x2ace9e(0x219)])throw Error(_0x2ace9e(0x20d));if(this[_0x2ace9e(0x216)]([...this[_0x2ace9e(0x25c)]]['sort']((_0x19bad8,_0x1e44fb)=>_0x19bad8['revision']-_0x1e44fb[_0x2ace9e(0x2fe)]))[_0x2ace9e(0x219)])return this[_0x2ace9e(0x25c)]=[],this[_0x2ace9e(0x2bc)](),this['_handler'][_0x2ace9e(0x23c)]({'from':this[_0x2ace9e(0x312)](),'to':0x0}),this;let _0x44fd45=this[_0x2ace9e(0x2bd)],_0x3e7454=this['_pendingMutations'],_0x3f7833;if(_0x44fd45&&_0x3e7454[_0x2ace9e(0x3a1)]!==0x0)_0x3f7833=this['_injector'][_0x2ace9e(0x24d)](Y,this['unitID'],this[_0x2ace9e(0x315)],_0x44fd45,_0x3e7454,this[_0x2ace9e(0x194)],void 0x0);else{if(_0x44fd45&&_0x3e7454[_0x2ace9e(0x3a1)]===0x0)_0x44fd45[_0x2ace9e(0x3f1)]=this[_0x2ace9e(0x312)](),_0x3f7833=this[_0x2ace9e(0x27a)][_0x2ace9e(0x24d)](J,this[_0x2ace9e(0x40c)],this[_0x2ace9e(0x315)],_0x44fd45,this['_handler']);else{if(_0x3e7454[_0x2ace9e(0x3a1)]!==0x0){let _0x1d66cd=this[_0x2ace9e(0x27a)][_0x2ace9e(0x24d)](q,this[_0x2ace9e(0x40c)],this[_0x2ace9e(0x315)],_0x3e7454,this[_0x2ace9e(0x194)]);_0x1d66cd[_0x2ace9e(0x3dd)](),_0x3f7833=_0x1d66cd;}else _0x3f7833=this['_injector'][_0x2ace9e(0x24d)](K,this[_0x2ace9e(0x40c)],this[_0x2ace9e(0x315)],this[_0x2ace9e(0x194)]);}}return _0x3f7833[_0x2ace9e(0x2bc)](),_0x3f7833;}catch(_0x33877a){return this['_logService'][_0x2ace9e(0x199)](_0x2ace9e(0x20e),_0x2ace9e(0x30c),_0x33877a),this[_0x2ace9e(0x27a)][_0x2ace9e(0x24d)](X,this[_0x2ace9e(0x40c)],this[_0x2ace9e(0x315)],this[_0x2ace9e(0x2bd)],this[_0x2ace9e(0x1a7)],this[_0x2ace9e(0x194)],!0x1);}}[_0x3c69ef(0x216)](_0x510a16){const _0x356cac=_0x3c69ef;this[_0x356cac(0x2a4)]();for(let _0x40a128=0x0;_0x40a128<_0x510a16[_0x356cac(0x3a1)];_0x40a128++){let _0x135973=_0x510a16[_0x40a128],_0x1efeed=this['_getCurrentRevision']();if(!(_0x135973['revision']<=_0x1efeed)){if(_0x135973['revision']>_0x1efeed+0x1)return{'missingChangesets':!0x0};if(this[_0x356cac(0x2db)](_0x135973)){this['_acknowledgeAwaiting']();continue;}this[_0x356cac(0x298)](_0x135973),this[_0x356cac(0x2a4)]();}}return{'missingChangesets':!0x1};}[_0x3c69ef(0x298)](_0x19404c){const _0x257c91=_0x3c69ef;let _0x183101=_0x19404c,_0x247419=this[_0x257c91(0x2bd)];if(_0x247419){let _0x5d6650=this[_0x257c91(0x1c6)][_0x257c91(0x1f8)]([_0x19404c],[_0x247419],!0x1);if(!_0x23d0df(_0x5d6650))throw _0x5d6650[_0x257c91(0x199)];_0x183101=_0x5d6650[_0x257c91(0x29c)][0x0],_0x247419=_0x5d6650[_0x257c91(0x2e3)][0x0];}let _0x54e9bc=this[_0x257c91(0x1a7)];if(_0x54e9bc[_0x257c91(0x3a1)]){let _0x65506d=this[_0x257c91(0x1c6)][_0x257c91(0x2f6)](_0x183101,_0x54e9bc);if(!_0x30d694(_0x65506d))throw _0x65506d['error'];_0x183101=_0x65506d[_0x257c91(0x29c)],_0x54e9bc=_0x65506d[_0x257c91(0x3a6)];}this['_executeRemoteChangeset'](_0x183101),_0x247419&&(_0x247419['baseRev']=this[_0x257c91(0x312)]()),this[_0x257c91(0x2bd)]=_0x247419,this[_0x257c91(0x1a7)]=_0x54e9bc;}[_0x3c69ef(0x2a4)](){const _0xaca3f4=_0x3c69ef;if(!this['_awaitingChangeset']||this[_0xaca3f4(0x2d2)]==null)return;let _0x201e20=this[_0xaca3f4(0x312)]();if(this[_0xaca3f4(0x2d2)]<=_0x201e20)throw Error(_0xaca3f4(0x286)+this['_acknowledgedAwaitingRevision']+'.');this[_0xaca3f4(0x2d2)]===_0x201e20+0x1&&this[_0xaca3f4(0x31d)]();}[_0x3c69ef(0x31d)](){const _0x1cd40f=_0x3c69ef;this[_0x1cd40f(0x1b6)](),this[_0x1cd40f(0x2bd)]=null,this[_0x1cd40f(0x2d2)]=null;}['_isEchoedAwaitingChangeset'](_0x2eacbd){const _0x25d81d=_0x3c69ef;let _0x250261=this[_0x25d81d(0x2bd)];return!_0x250261||!_0x250261['sid']||_0x250261[_0x25d81d(0x256)]===null||_0x250261[_0x25d81d(0x256)]===void 0x0?!0x1:_0x2eacbd[_0x25d81d(0x40c)]===_0x250261[_0x25d81d(0x40c)]&&_0x2eacbd[_0x25d81d(0x41d)]===_0x250261[_0x25d81d(0x41d)]&&_0x2eacbd[_0x25d81d(0x256)]===_0x250261[_0x25d81d(0x256)];}[_0x3c69ef(0x23b)](){const _0x40027=_0x3c69ef;throw Error(_0x40027(0x30b));}['appendMutation'](_0x408edb){const _0x1fc867=_0x3c69ef;return this[_0x1fc867(0x1a7)]['push'](_0x408edb),this;}['onRemoteChangeset'](_0x38791b){const _0x31fa66=_0x3c69ef;return this[_0x31fa66(0x25c)][_0x31fa66(0x217)](_0x38791b),this;}[_0x3c69ef(0x38c)](_0x57635c){const _0x128711=_0x3c69ef;if(this['_awaitingChangeset']){let _0x35d51f=this[_0x128711(0x312)]();return _0x57635c[_0x128711(0x2fe)]<=_0x35d51f||(_0x35d51f+0x1===_0x57635c[_0x128711(0x2fe)]?(this[_0x128711(0x1b6)](),this[_0x128711(0x2bd)]=null,this[_0x128711(0x2d2)]=null):this[_0x128711(0x2d2)]=_0x57635c['revision']),this;}if(_0x57635c['revision']<=this['_getCurrentRevision']())return this;throw Error(_0x128711(0x2eb));}[_0x3c69ef(0x28f)](_0x560c8c){const _0xbd1e0a=_0x3c69ef;return this[_0xbd1e0a(0x370)](!!(_0x560c8c!=null&&_0x560c8c[_0xbd1e0a(0x18e)]));}[_0x3c69ef(0x20a)](){return this;}[_0x3c69ef(0x2f1)](){const _0x5c690a=_0x3c69ef;return this['_injector']['createInstance'](Z,this[_0x5c690a(0x40c)],this[_0x5c690a(0x315)],this['_awaitingChangeset'],this[_0x5c690a(0x1a7)],this[_0x5c690a(0x194)]);}[_0x3c69ef(0x2b9)](){return this;}[_0x3c69ef(0x370)](_0x188fcb){const _0x162dc4=_0x3c69ef;return this[_0x162dc4(0x27a)]['createInstance'](X,this['unitID'],this[_0x162dc4(0x315)],this[_0x162dc4(0x2bd)],this['_pendingMutations'],this['_handler'],_0x188fcb);}};Q=V([B(0x7,_0xe230cc(_0x31a56e)),B(0x8,_0xe230cc(_0x2d7797)),B(0x9,_0x5c3e7f),B(0xa,_0x4705e0),B(0xb,_0x4aa991),B(0xc,_0x3a995f),B(0xd,_0x2b3cfa(U))],Q);function gn(_0x38ff98,_0x206b20,_0x15d397,_0x1188bc,_0x11a980,_0xb9be65){const _0x11a9a7=_0x3c69ef;return _0x1188bc&&_0x11a980[_0x11a9a7(0x3a1)]?_0x38ff98[_0x11a9a7(0x24d)](Y,_0x206b20,_0x15d397,_0x1188bc,_0x11a980,_0xb9be65,void 0x0):_0x1188bc?_0x38ff98[_0x11a9a7(0x24d)](J,_0x206b20,_0x15d397,_0x1188bc,_0xb9be65):_0x11a980[_0x11a9a7(0x3a1)]?_0x38ff98[_0x11a9a7(0x24d)](q,_0x206b20,_0x15d397,_0x11a980,_0xb9be65):_0x38ff98['createInstance'](K,_0x206b20,_0x15d397,_0xb9be65);}let $=class extends _0x50b38b{get[_0x3c69ef(0x378)](){const _0x4a11eb=_0x3c69ef;return this[_0x4a11eb(0x222)];}constructor(_0x1a9adb,_0x443d4f,_0x18c436,_0x338b41,_0x444e76,_0x2119ec,_0x56b4be,_0x187d5f,_0x42bc3c,_0x219e50,_0x5efb9d,_0x291d58,_0x367277,_0x1f1c26){const _0x438272=_0x3c69ef;super(),this[_0x438272(0x40c)]=_0x1a9adb,this[_0x438272(0x1c3)]=_0x443d4f,this[_0x438272(0x3ed)]=_0x18c436,this[_0x438272(0x27a)]=_0x338b41,this['_compressMutationService']=_0x444e76,this[_0x438272(0x2c0)]=_0x2119ec,this[_0x438272(0x403)]=_0x56b4be,this[_0x438272(0x3ef)]=_0x187d5f,this[_0x438272(0x1ba)]=_0x42bc3c,this[_0x438272(0x3f4)]=_0x219e50,this[_0x438272(0x1ac)]=_0x5efb9d,this[_0x438272(0x313)]=_0x291d58,this[_0x438272(0x2d5)]=_0x367277,this[_0x438272(0x1f4)]=_0x1f1c26,R(this,_0x438272(0x232),new _0x296086(null)),R(this,_0x438272(0x2ec),this['_state$'][_0x438272(0x1cc)]()),R(this,_0x438272(0x222),void 0x0),R(this,'_collaborationPaused',!0x1),R(this,'_changesetSessionId',''),R(this,_0x438272(0x373),0x0),R(this,'status$',this[_0x438272(0x2ec)][_0x438272(0x380)](_0x37ecf3(_0x2aec4e=>_0x2aec4e?_0x2aec4e[_0x438272(0x275)]:_0x438272(0x255)),_0x1c2ab6({'bufferSize':0x1,'refCount':!0x0}))),R(this,_0x438272(0x2c4),!0x1),R(this,_0x438272(0x1ed),[]);}async[_0x3c69ef(0x2ea)](){const _0x14929e=_0x3c69ef;if(this[_0x14929e(0x378)])throw Error(_0x14929e(0x3e5));await this[_0x14929e(0x293)]();}[_0x3c69ef(0x2ca)](){const _0x143c4b=_0x3c69ef;return this[_0x143c4b(0x2cc)]=!0x0,_0x4a5ee8(()=>{const _0x5eccf7=_0x143c4b;this[_0x5eccf7(0x2cc)]=!0x1,this[_0x5eccf7(0x3f7)]();});}[_0x3c69ef(0x1d8)](_0x122a3f){this['_onLocalMutation'](_0x122a3f);}[_0x3c69ef(0x285)](_0x1052cf){const _0xc2d14c=_0x3c69ef;this[_0xc2d14c(0x222)]=_0x1052cf,this[_0xc2d14c(0x232)]['next'](_0x1052cf);}async[_0x3c69ef(0x293)](){const _0x2e1274=_0x3c69ef;if(this[_0x2e1274(0x285)](await this[_0x2e1274(0x280)]()),this[_0x2e1274(0x2d5)]){var _0x25a336;(_0x25a336=this[_0x2e1274(0x2d5)])==null||_0x25a336[_0x2e1274(0x415)](this[_0x2e1274(0x40c)]),this[_0x2e1274(0x3b8)](this['_singleActiveUnitService']['getUnitStatus$'](this[_0x2e1274(0x40c)])[_0x2e1274(0x420)](_0x4f70bd=>{const _0x4b1639=_0x2e1274;this[_0x4b1639(0x3f4)]['debug']('[CollaborationEntity]',_0x4b1639(0x33b),_0x4f70bd),_0x4f70bd===0x1?(this[_0x4b1639(0x3ef)][_0x4b1639(0x377)]({'id':_0x4b1639(0x231)}),this[_0x4b1639(0x313)][_0x4b1639(0x32b)](new _0x1413a3(this[_0x4b1639(0x40c)])['id'],!0x1),this['_permissionService'][_0x4b1639(0x25b)](!0x1)):(this[_0x4b1639(0x313)]['updatePermissionPoint'](new _0x1413a3(this[_0x4b1639(0x40c)])['id'],!0x0),this[_0x4b1639(0x313)]['setShowComponents'](!0x0));}));}let _0xf66a36=!0x1;return this['disposeWithMe'](this[_0x2e1274(0x1c3)][_0x2e1274(0x2ae)][_0x2e1274(0x420)](_0x52f261=>{const _0x57d6c5=_0x2e1274;_0x52f261===0x3?this[_0x57d6c5(0x362)](_0xf66a36):_0x52f261===0x2&&(_0xf66a36=!0x0,this[_0x57d6c5(0x350)]());})),this[_0x2e1274(0x3b8)](this[_0x2e1274(0x1c3)][_0x2e1274(0x1b7)][_0x2e1274(0x420)](_0xd5f611=>{const _0x97877e=_0x2e1274;try{switch(_0xd5f611['eventID']){case _0x43102b['NEW_CHANGESETS']:this['_onRemoteChangeset'](_0x131ca5(_0xd5f611[_0x97877e(0x2ee)]));break;case _0x43102b['CHANGESET_ACK']:this[_0x97877e(0x394)](_0xd5f611[_0x97877e(0x2ee)]);break;case _0x43102b['CHANGESET_REJ']:this[_0x97877e(0x400)]();break;case _0x43102b['CHANGESET_SHOULD_RETRY']:this[_0x97877e(0x37d)](_0xd5f611[_0x97877e(0x2ee)]);break;case _0x43102b[_0x97877e(0x269)]:this[_0x97877e(0x3cc)](_0xd5f611[_0x97877e(0x2ee)][_0x97877e(0x23a)][_0x97877e(0x35d)](_0x4e6094=>_0x131ca5(_0x4e6094)));break;case _0x43102b[_0x97877e(0x271)]:this['_onRemoteRejected']({'isPermissionRej':!0x0});break;case _0x43102b[_0x97877e(0x251)]:break;}}catch(_0x525b19){throw console['error'](_0x97877e(0x1bf),_0x525b19),_0x525b19;}})),this[_0x2e1274(0x222)];}[_0x3c69ef(0x1a2)](){this['_transitionLocked']=!0x1;}['_lockTransition'](){const _0x539433=_0x3c69ef;if(this[_0x539433(0x2c4)])throw Error(_0x539433(0x25a));this['_transitionLocked']=!0x0;}[_0x3c69ef(0x30f)](_0x49eaef){const _0x53cf65=_0x3c69ef;this[_0x53cf65(0x3a9)](),this['_updateState'](this['_state']['appendMutation'](_0x49eaef)),this['_unlockTransition']();}[_0x3c69ef(0x205)](_0x134d74){const _0x3dc6a8=_0x3c69ef;if(!(_0x134d74[_0x3dc6a8(0x2fe)]<=this[_0x3dc6a8(0x403)][_0x3dc6a8(0x306)](this['unitID']))){if(this[_0x3dc6a8(0x2cc)]){this[_0x3dc6a8(0x1ed)][_0x3dc6a8(0x217)](_0x134d74);return;}this[_0x3dc6a8(0x3df)](_0x134d74);}}[_0x3c69ef(0x3f7)](){const _0x474efe=_0x3c69ef;this[_0x474efe(0x1ed)][_0x474efe(0x1e5)](_0x4413b8=>this[_0x474efe(0x3df)](_0x4413b8)),this[_0x474efe(0x1ed)]=[];}[_0x3c69ef(0x3df)](_0x3693c7){const _0x17f440=_0x3c69ef;let _0x32117d=this['_compressMutationService'][_0x17f440(0x1fd)][_0x17f440(0x2b1)](this['_compressMutationService'][_0x17f440(0x1fd)]['getInterceptPoints']()[_0x17f440(0x392)])(_0x3693c7['mutations'],null)||_0x3693c7['mutations'],_0xe24772={..._0x3693c7,'mutations':_0x32117d};this['_lockTransition'](),this[_0x17f440(0x285)](this[_0x17f440(0x222)]['onRemoteChangeset'](_0xe24772)),this[_0x17f440(0x1a2)]();}[_0x3c69ef(0x394)](_0x2a823b){const _0x1be608=_0x3c69ef;this[_0x1be608(0x3a9)](),this[_0x1be608(0x285)](this[_0x1be608(0x222)][_0x1be608(0x38c)](_0x2a823b)),this[_0x1be608(0x1a2)]();}[_0x3c69ef(0x400)](_0x482d60){const _0x2ef6b3=_0x3c69ef;this[_0x2ef6b3(0x3a9)](),this[_0x2ef6b3(0x285)](this['_state'][_0x2ef6b3(0x28f)](_0x482d60)),this[_0x2ef6b3(0x1a2)]();}[_0x3c69ef(0x37d)](_0x1fb3f5){const _0x316204=_0x3c69ef;this[_0x316204(0x3a9)](),this[_0x316204(0x285)](this[_0x316204(0x222)][_0x316204(0x20a)](_0x1fb3f5)),this['_unlockTransition']();}[_0x3c69ef(0x3cc)](_0x5c86bd){const _0x36c857=_0x3c69ef;if(!(this[_0x36c857(0x222)]instanceof Q))throw TypeError(_0x36c857(0x208));let _0x3b8c51=_0x5c86bd[_0x36c857(0x35d)](_0x22b9c=>{const _0x28d52c=_0x36c857;let _0x361da1=this['_compressMutationService'][_0x28d52c(0x1fd)][_0x28d52c(0x2b1)](this[_0x28d52c(0x1be)][_0x28d52c(0x1fd)]['getInterceptPoints']()[_0x28d52c(0x392)])(_0x22b9c['mutations'],null)||_0x22b9c['mutations'];return{..._0x22b9c,'mutations':_0x361da1};});this[_0x36c857(0x3a9)](),this[_0x36c857(0x285)](this['_state'][_0x36c857(0x33e)](_0x3b8c51)),this['_unlockTransition']();}[_0x3c69ef(0x350)](){const _0x1b3188=_0x3c69ef;this[_0x1b3188(0x3a9)](),this[_0x1b3188(0x285)](this[_0x1b3188(0x222)][_0x1b3188(0x2f1)]()),this[_0x1b3188(0x1a2)]();}[_0x3c69ef(0x362)](_0x424c7d=!0x1){const _0x5b6b53=_0x3c69ef;this['_lockTransition'](),this['_updateState'](this[_0x5b6b53(0x222)]['toggleOnline']()),this[_0x5b6b53(0x1a2)]();let _0x59cc1f=this[_0x5b6b53(0x222)];_0x424c7d&&_0x59cc1f instanceof K&&(this['_lockTransition'](),this[_0x5b6b53(0x285)](_0x59cc1f[_0x5b6b53(0x2cd)]()),this[_0x5b6b53(0x1a2)]());}async[_0x3c69ef(0x280)](){return new Promise(_0x20106a=>{const _0x49a8d4=_0x43c7;this['session'][_0x49a8d4(0x2ae)][_0x49a8d4(0x380)](_0x40acda(0x1))[_0x49a8d4(0x420)](async _0x5177c1=>{const _0x3d6d0f=_0x49a8d4;_0x20106a(await this[_0x3d6d0f(0x1ad)](_0x5177c1===0x3));});});}['_createHandler'](){let _0x163f03=this['unitID'];return{'onStateChange':(_0x1832a4,_0x40f3ed)=>{const _0x4a34ee=_0x43c7;if(_0x1832a4!==this[_0x4a34ee(0x222)])throw Error(_0x4a34ee(0x2f5)+_0x1832a4[_0x4a34ee(0x275)]+_0x4a34ee(0x2e1)+_0x40f3ed[_0x4a34ee(0x275)]+_0x4a34ee(0x357)+this[_0x4a34ee(0x222)]['status']);this['_updateState'](_0x40f3ed);},'onSendChangeset':_0xdca9d1=>{const _0x1511db=_0x43c7;_0xdca9d1[_0x1511db(0x41d)]||(_0xdca9d1[_0x1511db(0x41d)]=this[_0x1511db(0x191)],_0xdca9d1[_0x1511db(0x256)]=++this[_0x1511db(0x373)]);let _0xc9886c={'eventID':_0x43102b[_0x1511db(0x36c)],'data':{'unitID':_0xdca9d1[_0x1511db(0x40c)],'unitType':this[_0x1511db(0x3ed)],'changeset':_0xdca9d1,'memberID':this[_0x1511db(0x1c3)]['getMemberID']()}};this[_0x1511db(0x1c3)]['send'](_0xc9886c,this[_0x1511db(0x40c)]);},'onMissingChangesets':({from:_0x6c9298,to:_0xd3982c})=>{const _0x38b03c=_0x43c7;this[_0x38b03c(0x3f4)][_0x38b03c(0x2c6)](_0x38b03c(0x26c),_0x38b03c(0x20c)+_0x6c9298+_0x38b03c(0x234)+_0xd3982c);let _0x345002={'eventID':_0x43102b['FETCH_MISSING'],'data':{'unitID':_0x163f03,'unitType':this['_type'],'from':_0x6c9298,'to':_0xd3982c}};this[_0x38b03c(0x1c3)]['send'](_0x345002,this[_0x38b03c(0x40c)]);}};}async['_createInitialStateImpl'](_0x4e7252){const _0x2fff1a=_0x3c69ef;var _0x212162,_0x3ff504,_0x90e848;let _0x2e694e=await((_0x212162=this[_0x2fff1a(0x1f4)])==null?void 0x0:_0x212162[_0x2fff1a(0x3ce)](this[_0x2fff1a(0x40c)])),_0x4827e4=(_0x3ff504=_0x2e694e==null?void 0x0:_0x2e694e[_0x2fff1a(0x188)])==null?[]:_0x3ff504,_0x3a75e9=(_0x90e848=_0x2e694e==null?void 0x0:_0x2e694e[_0x2fff1a(0x2af)])==null?null:_0x90e848,_0x5e9c16=!!(_0x3a75e9!=null&&_0x3a75e9['sid'])&&!!(_0x3a75e9!=null&&_0x3a75e9[_0x2fff1a(0x256)]);this[_0x2fff1a(0x191)]=_0x5e9c16?_0x3a75e9['sid']:_0x15262c(),this[_0x2fff1a(0x373)]=_0x5e9c16?_0x3a75e9[_0x2fff1a(0x256)]:0x0;let _0x52638f=this[_0x2fff1a(0x40c)];try{this[_0x2fff1a(0x396)](_0x3a75e9,_0x4827e4);}catch(_0x29894e){this[_0x2fff1a(0x3f4)][_0x2fff1a(0x199)](_0x29894e);}let _0x203e8d=this[_0x2fff1a(0x39a)]();if(_0x4e7252){let _0x56df9e=gn(this[_0x2fff1a(0x27a)],_0x52638f,this[_0x2fff1a(0x3ed)],_0x3a75e9,_0x4827e4,_0x203e8d);return _0x56df9e instanceof q?_0x56df9e[_0x2fff1a(0x3dd)]():(_0x56df9e instanceof Y||_0x56df9e instanceof J)&&_0x56df9e[_0x2fff1a(0x23b)](),_0x56df9e;}return this[_0x2fff1a(0x27a)][_0x2fff1a(0x24d)](Z,_0x52638f,this['_type'],_0x3a75e9,_0x4827e4,_0x203e8d);}[_0x3c69ef(0x396)](_0x2bd800,_0xda174b){const _0x58ad1a=_0x3c69ef;var _0x50ab9a,_0x416047;let _0x1c1c31=this[_0x58ad1a(0x1be)][_0x58ad1a(0x1fd)]['fetchThroughInterceptors'](this[_0x58ad1a(0x1be)]['interceptor'][_0x58ad1a(0x29a)]()[_0x58ad1a(0x392)]);(_0x50ab9a=_0x1c1c31((_0x2bd800==null?void 0x0:_0x2bd800[_0x58ad1a(0x188)])||[],null))==null||_0x50ab9a[_0x58ad1a(0x1e5)](_0x397bfc=>this[_0x58ad1a(0x1ac)]['executeCommand'](_0x397bfc['id'],_0x397bfc['params'])),(_0x416047=_0x1c1c31(_0xda174b||[],null))==null||_0x416047[_0x58ad1a(0x1e5)](_0x2d092f=>this[_0x58ad1a(0x1ac)][_0x58ad1a(0x295)](_0x2d092f['id'],_0x2d092f[_0x58ad1a(0x3c6)]));}};$=V([B(0x3,_0xe230cc(_0x31a56e)),B(0x4,_0xe230cc(_0x4e166f)),B(0x5,_0xe230cc(_0x9a407d)),B(0x6,_0xe230cc(_0x2d7797)),B(0x7,_0xe230cc(z)),B(0x8,_0x344fe1),B(0x9,_0x5c3e7f),B(0xa,_0x4705e0),B(0xb,_0x36da45),B(0xc,_0x2b3cfa(W)),B(0xd,_0x2b3cfa(U))],$);let _n=class extends ${constructor(_0x2e8548,_0x42f376,_0xaa74ee,_0x3b47f8,_0x1dd896,_0x300aed,_0x132c2,_0x2b39e9,_0x1e398c,_0x399076,_0x1ebdc7,_0x44e95e,_0x5484ad,_0x118107,_0x464c3c){const _0x50411f=_0x3c69ef;super(_0x2e8548,_0xaa74ee,_0x42f376,_0x3b47f8,_0x1dd896,_0x300aed,_0x132c2,_0x2b39e9,_0x1e398c,_0x399076,_0x1ebdc7,_0x44e95e,_0x118107,_0x464c3c),this['unitID']=_0x2e8548,this['type']=_0x42f376,this['_docStateChangeManagerService']=_0x5484ad,R(this,_0x50411f(0x1f9),null);}[_0x3c69ef(0x310)](_0x426f7e){const _0x2a4b13=_0x3c69ef;this[_0x2a4b13(0x1f9)]=_0x426f7e;}['dispose'](){const _0x22413b=_0x3c69ef;this[_0x22413b(0x1f9)]=null,super['dispose']();}[_0x3c69ef(0x39a)](){const _0x419a31=_0x3c69ef;let _0x47120b=super[_0x419a31(0x39a)]();return _0x47120b[_0x419a31(0x2be)]=_0x2a48e9=>{const _0x4b613a=_0x419a31;var _0x3157dc,_0x3d8e1f;return(_0x3157dc=this[_0x4b613a(0x1f9)])==null||(_0x3d8e1f=_0x3157dc[_0x4b613a(0x2be)])==null?void 0x0:_0x3d8e1f[_0x4b613a(0x1db)](_0x3157dc,_0x2a48e9);},_0x47120b[_0x419a31(0x3d5)]=_0x590a14=>{const _0x5ab02c=_0x419a31;var _0x3b92ff,_0xa01130;return(_0x3b92ff=this[_0x5ab02c(0x1f9)])==null||(_0xa01130=_0x3b92ff['onTransformState'])==null?void 0x0:_0xa01130[_0x5ab02c(0x1db)](_0x3b92ff,_0x590a14);},_0x47120b[_0x419a31(0x218)]=_0x707d0b=>{const _0x4eed76=_0x419a31;var _0x1060dd,_0x6b5f6a;return(_0x1060dd=this[_0x4eed76(0x1f9)])==null||(_0x6b5f6a=_0x1060dd['onTransformSelections'])==null?void 0x0:_0x6b5f6a[_0x4eed76(0x1db)](_0x1060dd,_0x707d0b);},_0x47120b['onSyncEditingCollabCursor']=_0x400fc9=>{const _0x6cb29b=_0x419a31;var _0x52fbee,_0x14b0af;return(_0x52fbee=this[_0x6cb29b(0x1f9)])==null||(_0x14b0af=_0x52fbee[_0x6cb29b(0x41c)])==null?void 0x0:_0x14b0af[_0x6cb29b(0x1db)](_0x52fbee,_0x400fc9);},_0x47120b[_0x419a31(0x1df)]=_0x302ecc=>{const _0x542e27=_0x419a31;var _0x4d4b2d,_0x556a6b,_0x4d14ca;return(_0x4d4b2d=(_0x556a6b=this[_0x542e27(0x1f9)])==null||(_0x4d14ca=_0x556a6b[_0x542e27(0x1df)])==null?void 0x0:_0x4d14ca[_0x542e27(0x1db)](_0x556a6b,_0x302ecc))==null?_0x302ecc:_0x4d4b2d;},_0x47120b[_0x419a31(0x1d2)]=_0x18a952=>{const _0x181727=_0x419a31;var _0x5e592c,_0xb35c92,_0x570730;return(_0x5e592c=(_0xb35c92=this[_0x181727(0x1f9)])==null||(_0x570730=_0xb35c92['onTransformRemoteChangesetByStateCache'])==null?void 0x0:_0x570730['call'](_0xb35c92,_0x18a952))==null?_0x18a952:_0x5e592c;},_0x47120b;}async[_0x3c69ef(0x293)](){const _0x2c68bf=_0x3c69ef;if(this[_0x2c68bf(0x2e5)]==null)throw Error('[DocCollaborationEntity]:\x20DocStateChangeManagerService\x20is\x20required.\x20Register\x20UniverDocsPlugin\x20before\x20collaboration.');let _0x13e389=await super[_0x2c68bf(0x293)]();return this[_0x2c68bf(0x3b8)](this['_docStateChangeManagerService'][_0x2c68bf(0x383)][_0x2c68bf(0x420)](_0x13a77e=>{const _0x34df37=_0x2c68bf;if(_0x13a77e==null||_0x13a77e['unitId']!==this[_0x34df37(0x40c)])return;let {commandId:_0x4a36b6,redoState:_0x1c5ee7,unitId:_0x20d0cd}=_0x13a77e,_0x50ba65={'id':_0x4a36b6,'type':_0x537f94[_0x34df37(0x249)],'params':{'unitId':_0x20d0cd,'actions':_0x1c5ee7['actions'],'textRanges':null}};this['_onLocalMutation'](_0x50ba65);})),this[_0x2c68bf(0x3b8)](this[_0x2c68bf(0x1ac)][_0x2c68bf(0x24a)]((_0x572a8b,_0x92f048)=>{const _0x440adc=_0x2c68bf;if(_0x572a8b[_0x440adc(0x315)]!==_0x537f94[_0x440adc(0x249)]||_0x92f048!=null&&_0x92f048['fromCollab']||_0x92f048!=null&&_0x92f048[_0x440adc(0x1d4)]||_0x572a8b['id']===_0x386ca6['id'])return;let _0x32d818=_0x572a8b[_0x440adc(0x3c6)];if((_0x32d818==null?void 0x0:_0x32d818['unitId'])!==this[_0x440adc(0x40c)])return;let _0x1e0819=_0x572a8b,_0x35dfbf=this['_compressMutationService'][_0x440adc(0x1fd)][_0x440adc(0x2b1)](this[_0x440adc(0x1be)][_0x440adc(0x1fd)][_0x440adc(0x29a)]()[_0x440adc(0x291)])([_0x1e0819],this[_0x440adc(0x1ba)])||[_0x1e0819];this[_0x440adc(0x30f)](_0x35dfbf[0x0]);})),_0x13e389;}};_n=V([B(0x3,_0xe230cc(_0x31a56e)),B(0x4,_0xe230cc(_0x4e166f)),B(0x5,_0xe230cc(_0x9a407d)),B(0x6,_0xe230cc(_0x2d7797)),B(0x7,_0xe230cc(z)),B(0x8,_0x344fe1),B(0x9,_0x5c3e7f),B(0xa,_0x4705e0),B(0xb,_0x36da45),B(0xc,_0x2b3cfa(_0x4be2f8)),B(0xd,_0x2b3cfa(W)),B(0xe,_0x2b3cfa(U))],_n);let vn=class extends ${constructor(_0x46adfc,_0x3c6562,_0x3a3712,_0x5e8b84,_0xf5721b,_0x596f85,_0x54cf35,_0x460941,_0xcfbc49,_0x19084a,_0x8a67fa,_0xf1fb4b,_0x5683d3,_0x528b1d){const _0x716287=_0x3c69ef;super(_0x46adfc,_0x3a3712,_0x3c6562,_0x5e8b84,_0xf5721b,_0x596f85,_0x54cf35,_0x460941,_0xcfbc49,_0x19084a,_0x8a67fa,_0xf1fb4b,_0x5683d3,_0x528b1d),this[_0x716287(0x40c)]=_0x46adfc,this[_0x716287(0x315)]=_0x3c6562;}async[_0x3c69ef(0x293)](){const _0x445a86=_0x3c69ef;let _0x1cc503=await super['_init']();return this[_0x445a86(0x3b8)](this[_0x445a86(0x1ac)]['onMutationExecutedForCollab']((_0x2bb3ec,_0x427459)=>{const _0x201f9d=_0x445a86;if(_0x2bb3ec[_0x201f9d(0x315)]!==_0x537f94[_0x201f9d(0x249)]||_0x427459!=null&&_0x427459[_0x201f9d(0x27c)]||_0x427459!=null&&_0x427459[_0x201f9d(0x1d4)])return;let _0x553451=_0x2bb3ec[_0x201f9d(0x3c6)];if((_0x553451==null?void 0x0:_0x553451[_0x201f9d(0x296)])!==this[_0x201f9d(0x40c)])return;let _0x51bd7b=_0x2bb3ec,_0x362a8b=this[_0x201f9d(0x1be)]['interceptor'][_0x201f9d(0x2b1)](this[_0x201f9d(0x1be)]['interceptor'][_0x201f9d(0x29a)]()[_0x201f9d(0x291)])([_0x51bd7b],this[_0x201f9d(0x1ba)])||[_0x51bd7b];this['_onLocalMutation'](_0x362a8b[0x0]);})),_0x1cc503;}};vn=V([B(0x3,_0xe230cc(_0x31a56e)),B(0x4,_0xe230cc(_0x4e166f)),B(0x5,_0xe230cc(_0x9a407d)),B(0x6,_0xe230cc(_0x2d7797)),B(0x7,_0xe230cc(z)),B(0x8,_0x344fe1),B(0x9,_0x5c3e7f),B(0xa,_0x4705e0),B(0xb,_0x36da45),B(0xc,_0x2b3cfa(W)),B(0xd,_0x2b3cfa(U))],vn);let yn=class extends ${constructor(_0x1e42a9,_0x28a47f,_0x3b31ff,_0x25bc29,_0xe1f759,_0x568f05,_0x568ce7,_0x4ebd37,_0x3c31ad,_0x23510e,_0x3971bc,_0x486985,_0x1796f4,_0x2e5bb0,_0x67d82d){const _0x222c34=_0x3c69ef;super(_0x1e42a9,_0x3b31ff,_0x28a47f,_0x25bc29,_0xe1f759,_0x568f05,_0x568ce7,_0x3c31ad,_0x23510e,_0x3971bc,_0x486985,_0x1796f4,_0x2e5bb0,_0x67d82d),this[_0x222c34(0x40c)]=_0x1e42a9,this[_0x222c34(0x315)]=_0x28a47f,this['_sheetTransformSelectionsService']=_0x4ebd37;}[_0x3c69ef(0x39a)](){const _0x316007=_0x3c69ef;let _0x402261=super[_0x316007(0x39a)]();return _0x402261[_0x316007(0x218)]=_0x5a6b70=>this[_0x316007(0x1e4)][_0x316007(0x319)](_0x5a6b70),_0x402261;}async[_0x3c69ef(0x293)](){const _0x30a9c2=_0x3c69ef;let _0x486284=await super[_0x30a9c2(0x293)]();return this[_0x30a9c2(0x3b8)](this[_0x30a9c2(0x1ac)][_0x30a9c2(0x24a)]((_0x3c15c2,_0x172f28)=>{const _0x27ea99=_0x30a9c2;if(_0x3c15c2[_0x27ea99(0x315)]!==_0x537f94[_0x27ea99(0x249)]||_0x172f28!=null&&_0x172f28['fromCollab']||_0x172f28!=null&&_0x172f28['onlyLocal'])return;let _0x2fb41e=_0x3c15c2[_0x27ea99(0x3c6)];if((_0x2fb41e==null?void 0x0:_0x2fb41e['unitId'])!==this[_0x27ea99(0x40c)])return;let _0x5e6d9d=_0x3c15c2,_0x26f2c4=this[_0x27ea99(0x1be)][_0x27ea99(0x1fd)][_0x27ea99(0x2b1)](this['_compressMutationService'][_0x27ea99(0x1fd)][_0x27ea99(0x29a)]()['COMPRESS_MUTATION_SEND'])([_0x5e6d9d],this[_0x27ea99(0x1ba)])||[_0x5e6d9d];this[_0x27ea99(0x30f)](_0x26f2c4[0x0]);})),_0x486284;}};yn=V([B(0x3,_0xe230cc(_0x31a56e)),B(0x4,_0xe230cc(_0x4e166f)),B(0x5,_0xe230cc(_0x9a407d)),B(0x6,_0xe230cc(_0x2d7797)),B(0x7,_0xe230cc(Gt)),B(0x8,_0xe230cc(z)),B(0x9,_0x344fe1),B(0xa,_0x5c3e7f),B(0xb,_0x4705e0),B(0xc,_0x36da45),B(0xd,_0x2b3cfa(W)),B(0xe,_0x2b3cfa(U))],yn);let bn=class extends ${constructor(_0x35d40d,_0x54eb32,_0x9d883c,_0x245556,_0x2d53ee,_0x1c6722,_0x3f338f,_0x1ae0b4,_0x2e7cfb,_0x54e0b1,_0x411e1f,_0x5821b7,_0x45ffdf,_0x12f958){const _0x1a226f=_0x3c69ef;super(_0x35d40d,_0x9d883c,_0x54eb32,_0x245556,_0x2d53ee,_0x1c6722,_0x3f338f,_0x1ae0b4,_0x2e7cfb,_0x54e0b1,_0x411e1f,_0x5821b7,_0x45ffdf,_0x12f958),this[_0x1a226f(0x40c)]=_0x35d40d,this[_0x1a226f(0x315)]=_0x54eb32;}async[_0x3c69ef(0x293)](){const _0x4f9764=_0x3c69ef;let _0x1313a1=await super['_init']();return this[_0x4f9764(0x3b8)](this[_0x4f9764(0x1ac)][_0x4f9764(0x24a)]((_0x3d3735,_0x220789)=>{const _0x191b30=_0x4f9764;if(_0x3d3735[_0x191b30(0x315)]!==_0x537f94[_0x191b30(0x249)]||_0x220789!=null&&_0x220789[_0x191b30(0x27c)]||_0x220789!=null&&_0x220789[_0x191b30(0x1d4)])return;let _0x33cc2f=_0x3d3735[_0x191b30(0x3c6)];if((_0x33cc2f==null?void 0x0:_0x33cc2f[_0x191b30(0x296)])!==this[_0x191b30(0x40c)])return;let _0xaa6da7=_0x3d3735,_0x2e3601=this[_0x191b30(0x1be)][_0x191b30(0x1fd)]['fetchThroughInterceptors'](this[_0x191b30(0x1be)][_0x191b30(0x1fd)][_0x191b30(0x29a)]()[_0x191b30(0x291)])([_0xaa6da7],this[_0x191b30(0x1ba)])||[_0xaa6da7];this[_0x191b30(0x30f)](_0x2e3601[0x0]);})),_0x1313a1;}};bn=V([B(0x3,_0xe230cc(_0x31a56e)),B(0x4,_0xe230cc(_0x4e166f)),B(0x5,_0xe230cc(_0x9a407d)),B(0x6,_0xe230cc(_0x2d7797)),B(0x7,_0xe230cc(z)),B(0x8,_0x344fe1),B(0x9,_0x5c3e7f),B(0xa,_0x4705e0),B(0xb,_0x36da45),B(0xc,_0x2b3cfa(W)),B(0xd,_0x2b3cfa(U))],bn);let xn=class extends ${constructor(_0x44c9fc,_0x54d53b,_0x26d7ac,_0x5b9f3e,_0x219219,_0x4370aa,_0x4fe147,_0x1135bf,_0x286d73,_0x2dea4f,_0x3030ec,_0x30665,_0x47bf7f,_0x5c4a6c){const _0x36d7ed=_0x3c69ef;super(_0x44c9fc,_0x26d7ac,_0x54d53b,_0x5b9f3e,_0x219219,_0x4370aa,_0x4fe147,_0x1135bf,_0x286d73,_0x2dea4f,_0x3030ec,_0x30665,_0x47bf7f,_0x5c4a6c),this[_0x36d7ed(0x40c)]=_0x44c9fc,this[_0x36d7ed(0x315)]=_0x54d53b;}async[_0x3c69ef(0x293)](){const _0xa93250=_0x3c69ef;let _0x5f3bbf=await super['_init']();return this['disposeWithMe'](this[_0xa93250(0x1ac)]['onMutationExecutedForCollab']((_0x551932,_0x44fa3f)=>{const _0x2c0d65=_0xa93250;if(_0x551932[_0x2c0d65(0x315)]!==_0x537f94[_0x2c0d65(0x249)]||_0x44fa3f!=null&&_0x44fa3f[_0x2c0d65(0x27c)]||_0x44fa3f!=null&&_0x44fa3f[_0x2c0d65(0x1d4)])return;let _0xbaf690=_0x551932[_0x2c0d65(0x3c6)];if((_0xbaf690==null?void 0x0:_0xbaf690[_0x2c0d65(0x296)])!==this[_0x2c0d65(0x40c)])return;let _0x5ca8fb=_0x551932,_0x4e56b0=this[_0x2c0d65(0x1be)][_0x2c0d65(0x1fd)]['fetchThroughInterceptors'](this[_0x2c0d65(0x1be)][_0x2c0d65(0x1fd)][_0x2c0d65(0x29a)]()[_0x2c0d65(0x291)])([_0x5ca8fb],this[_0x2c0d65(0x1ba)])||[_0x5ca8fb];this[_0x2c0d65(0x30f)](_0x4e56b0[0x0]);})),_0x5f3bbf;}};xn=V([B(0x3,_0xe230cc(_0x31a56e)),B(0x4,_0xe230cc(_0x4e166f)),B(0x5,_0xe230cc(_0x9a407d)),B(0x6,_0xe230cc(_0x2d7797)),B(0x7,_0xe230cc(z)),B(0x8,_0x344fe1),B(0x9,_0x5c3e7f),B(0xa,_0x4705e0),B(0xb,_0x36da45),B(0xc,_0x2b3cfa(W)),B(0xd,_0x2b3cfa(U))],xn);const Sn=_0x27db79(_0x3c69ef(0x1ff));function Cn(_0x58219c){const _0x1c54b2=_0x3c69ef;let _0x2d69b6=_0x58219c[_0x1c54b2(0x2ee)],_0x38fa42=JSON[_0x1c54b2(0x26d)](_0x2d69b6);switch(_0x38fa42['cmd']){case _0x5b7fe7[_0x1c54b2(0x31e)]:case _0x5b7fe7['HELLO']:{let _0x99ca06=_0x38fa42[_0x1c54b2(0x41f)];return{..._0x38fa42,'data':_0x99ca06,'cmd':_0x38fa42[_0x1c54b2(0x258)]};}case _0x5b7fe7['JOIN']:{let _0xfcb535=_0x38fa42[_0x1c54b2(0x3ae)];return{..._0x38fa42,'data':_0xfcb535,'cmd':_0x38fa42[_0x1c54b2(0x258)]};}case _0x5b7fe7['RECV']:{let _0x32e2fb=_0x38fa42[_0x1c54b2(0x235)];switch(_0x32e2fb['eventID']){case _0x43102b['PERMISSION_REJ']:var _0x199cf0;return{..._0x38fa42,'data':{..._0x32e2fb,'data':(_0x199cf0=_0x32e2fb[_0x1c54b2(0x2c1)])==null?void 0x0:_0x199cf0['cs']},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b[_0x1c54b2(0x348)]:var _0x27c39c;return{..._0x38fa42,'data':{..._0x32e2fb,'data':(_0x27c39c=_0x32e2fb[_0x1c54b2(0x34f)])==null?void 0x0:_0x27c39c['cs']},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b[_0x1c54b2(0x265)]:var _0x581b2b;return{..._0x38fa42,'data':{..._0x32e2fb,'data':(_0x581b2b=_0x32e2fb['newCsEvent'])==null?void 0x0:_0x581b2b['cs']},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b['CHANGESET_REJ']:var _0x51d227;return{..._0x38fa42,'data':{..._0x32e2fb,'data':(_0x51d227=_0x32e2fb[_0x1c54b2(0x1bd)])==null?void 0x0:_0x51d227['cs']},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b['CHANGESET_SHOULD_RETRY']:var _0x473a5e;return{..._0x38fa42,'data':{..._0x32e2fb,'data':(_0x473a5e=_0x32e2fb[_0x1c54b2(0x21c)])==null?void 0x0:_0x473a5e['cs']},'cmd':_0x38fa42['cmd']};case _0x43102b[_0x1c54b2(0x37a)]:return{..._0x38fa42,'data':{..._0x32e2fb,'data':_0x32e2fb['updateCursorEvent']},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b[_0x1c54b2(0x1ec)]:return{..._0x38fa42,'data':{..._0x32e2fb,'data':_0x32e2fb[_0x1c54b2(0x3b4)]},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b[_0x1c54b2(0x334)]:return{..._0x38fa42,'data':{..._0x32e2fb,'data':_0x32e2fb[_0x1c54b2(0x22e)]},'cmd':_0x38fa42['cmd']};case _0x43102b['LIVESHARE_NEW_HOST']:return{..._0x38fa42,'data':{..._0x32e2fb,'data':_0x32e2fb[_0x1c54b2(0x224)]},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b['LIVESHARE_FETCH_OPERATIONS']:case _0x43102b[_0x1c54b2(0x3e2)]:return{..._0x38fa42,'data':{..._0x32e2fb,'data':_0x32e2fb[_0x1c54b2(0x292)]},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b[_0x1c54b2(0x236)]:return{..._0x38fa42,'data':{..._0x32e2fb,'data':_0x32e2fb[_0x1c54b2(0x224)]},'cmd':_0x38fa42['cmd']};case _0x43102b[_0x1c54b2(0x19e)]:return{..._0x38fa42,'data':_0x32e2fb,'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b[_0x1c54b2(0x30a)]:return{..._0x38fa42,'data':{..._0x32e2fb,'data':_0x32e2fb[_0x1c54b2(0x283)]},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b[_0x1c54b2(0x365)]:return{..._0x38fa42,'data':{..._0x32e2fb,'data':_0x32e2fb[_0x1c54b2(0x38a)]},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b['SHOULD_CLOSE_CONN']:return{..._0x38fa42,'data':{..._0x32e2fb,'data':_0x32e2fb[_0x1c54b2(0x379)]},'cmd':_0x38fa42[_0x1c54b2(0x258)]};case _0x43102b[_0x1c54b2(0x251)]:return{..._0x38fa42,'data':{..._0x32e2fb,'data':_0x32e2fb[_0x1c54b2(0x3ee)]},'cmd':_0x38fa42[_0x1c54b2(0x258)]};default:return _0x38fa42;}}default:return _0x38fa42;}}function wn(_0x5eac57){const _0x5d7ca4=_0x3c69ef;switch(_0x5eac57[_0x5d7ca4(0x258)]){case _0x5b7fe7['HEARTBEAT']:case _0x5b7fe7[_0x5d7ca4(0x389)]:return JSON[_0x5d7ca4(0x2f7)]({'cmd':_0x5eac57[_0x5d7ca4(0x258)],'routeKey':_0x5eac57['routeKey']});case _0x5b7fe7[_0x5d7ca4(0x3d9)]:{let _0x217462;switch(_0x5eac57[_0x5d7ca4(0x2ee)][_0x5d7ca4(0x3f0)]){case _0x43102b['UPDATE_CURSOR']:_0x217462={'eventID':_0x43102b[_0x5d7ca4(0x37a)],'updateCursorEvent':_0x5eac57[_0x5d7ca4(0x2ee)][_0x5d7ca4(0x2ee)]};break;case _0x43102b['USERS_LEAVE']:_0x217462={'eventID':_0x43102b[_0x5d7ca4(0x334)],'leaveEvent':_0x5eac57[_0x5d7ca4(0x2ee)][_0x5d7ca4(0x2ee)]};break;case _0x43102b[_0x5d7ca4(0x1ec)]:_0x217462={'eventID':_0x43102b[_0x5d7ca4(0x1ec)],'joinEvent':_0x5eac57[_0x5d7ca4(0x2ee)]['data']};break;case _0x43102b[_0x5d7ca4(0x39f)]:_0x217462={'eventID':_0x43102b[_0x5d7ca4(0x39f)],'liveShareNewHost':_0x5eac57[_0x5d7ca4(0x2ee)][_0x5d7ca4(0x2ee)]};break;case _0x43102b[_0x5d7ca4(0x3e2)]:_0x217462={'eventID':_0x43102b['LIVESHARE_OPERATION'],'liveShareOperation':_0x5eac57[_0x5d7ca4(0x2ee)][_0x5d7ca4(0x2ee)]};break;case _0x43102b['LIVESHARE_TERMINATE']:_0x217462={'eventID':_0x43102b['LIVESHARE_TERMINATE'],'liveShareTerminate':_0x5eac57[_0x5d7ca4(0x2ee)][_0x5d7ca4(0x2ee)]};break;case _0x43102b[_0x5d7ca4(0x21d)]:_0x217462={'eventID':_0x43102b[_0x5d7ca4(0x21d)],'liveShareRequestHost':_0x5eac57[_0x5d7ca4(0x2ee)][_0x5d7ca4(0x2ee)]};break;case _0x43102b['LIVESHARE_FETCH_OPERATIONS']:_0x217462={'eventID':_0x43102b['LIVESHARE_FETCH_OPERATIONS']};break;default:_0x217462={'eventID':_0x5eac57['data'][_0x5d7ca4(0x3f0)]};}return JSON[_0x5d7ca4(0x2f7)]({'cmd':_0x5eac57[_0x5d7ca4(0x258)],'routeKey':_0x5eac57[_0x5d7ca4(0x2fd)],'collaMsg':_0x217462});}case _0x5b7fe7[_0x5d7ca4(0x3b6)]:return JSON[_0x5d7ca4(0x2f7)]({'cmd':_0x5eac57['cmd'],'routeKey':_0x5eac57['routeKey'],'joinReq':_0x5eac57['data']});case _0x5b7fe7[_0x5d7ca4(0x31b)]:return JSON[_0x5d7ca4(0x2f7)]({'cmd':_0x5eac57['cmd'],'routeKey':_0x5eac57['routeKey'],'leaveReq':_0x5eac57[_0x5d7ca4(0x2ee)]});default:throw Error(_0x5d7ca4(0x2c5));}}const Tn=_0x27db79('univer-pro.collaboration-client-socket-service');function En(_0x588bae,_0x29feae,_0xf407a6){const _0x3625dd=_0x3c69ef;return _0x588bae+'/'+_0x29feae+_0x3625dd(0x203)+_0xf407a6+_0x3625dd(0x3bc);}let Dn=class extends _0x1c670c{constructor(_0x7d3a7e,_0xf34dd9,_0x3aa0cc,_0x2ee96c,_0x4d612a){const _0x393261=_0x3c69ef;super(),this['_injector']=_0x7d3a7e,this['_httpService']=_0xf34dd9,this[_0x393261(0x305)]=_0x3aa0cc,this[_0x393261(0x3f4)]=_0x2ee96c,this['_snapshotServerService']=_0x4d612a;}[_0x3c69ef(0x3fc)](_0x403a85){const _0x21503f=_0x3c69ef;let _0x53da94=this['_injector'][_0x21503f(0x20f)](_0x313930);if(!_0x53da94)throw Error('[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!');let _0x73f2b4=_0x53da94['createSocket'](_0x403a85);if(!_0x73f2b4)throw Error(_0x21503f(0x198));let _0x2bff96=new _0x4fc3ed(),_0x57fc0c=new _0x59eece();_0x2bff96[_0x21503f(0x308)](_0x73f2b4[_0x21503f(0x1fa)]['subscribe'](_0x3b47b5=>_0x57fc0c[_0x21503f(0x19a)](_0x3b47b5))),_0x2bff96['add'](_0x4a5ee8(()=>_0x57fc0c['complete']()));let _0x26c044=new _0x59eece();_0x2bff96[_0x21503f(0x308)](_0x73f2b4[_0x21503f(0x1da)]['subscribe'](_0x3cc7a0=>_0x26c044[_0x21503f(0x19a)](_0x3cc7a0))),_0x2bff96[_0x21503f(0x308)](_0x4a5ee8(()=>_0x26c044[_0x21503f(0x3aa)]()));let _0x38ff4d=new _0x59eece();_0x2bff96[_0x21503f(0x308)](_0x73f2b4[_0x21503f(0x261)][_0x21503f(0x420)](_0x1cb854=>{const _0x5eada7=_0x21503f;let _0x3ad065=Cn(_0x1cb854);_0x38ff4d[_0x5eada7(0x19a)](_0x3ad065);})),_0x2bff96[_0x21503f(0x308)](_0x4a5ee8(()=>_0x38ff4d[_0x21503f(0x3aa)]()));let _0x1aba0f,_0x54d4ab=()=>{const _0x153e7f=_0x21503f;_0x26c044[_0x153e7f(0x19a)](new Event(_0x153e7f(0x3c2))),_0x57fc0c['next'](new Event(_0x153e7f(0x3c2))),_0x1aba0f[_0x153e7f(0x25d)]();};return _0x1aba0f={'memberID':'','close$':_0x57fc0c['asObservable'](),'error$':_0x26c044[_0x21503f(0x1cc)](),'open$':_0x73f2b4[_0x21503f(0x3e6)],'message$':_0x38ff4d[_0x21503f(0x1cc)](),'send':_0x3d790e=>{const _0x5197e8=_0x21503f;if(_0x3d790e[_0x5197e8(0x258)]===_0x5b7fe7[_0x5197e8(0x3d9)]){if(_0x3d790e['data'][_0x5197e8(0x3f0)]===_0x43102b[_0x5197e8(0x36c)]){this[_0x5197e8(0x2da)](_0x1aba0f,_0x3d790e['data'])[_0x5197e8(0x299)](_0x166cbc=>{const _0x42505d=_0x5197e8;this[_0x42505d(0x3f4)][_0x42505d(0x199)](_0x166cbc),_0x54d4ab();});return;}if(_0x3d790e[_0x5197e8(0x2ee)][_0x5197e8(0x3f0)]===_0x43102b[_0x5197e8(0x3ab)]){let _0x305ed3=_0x3d790e[_0x5197e8(0x2ee)];this[_0x5197e8(0x416)](_0x305ed3)[_0x5197e8(0x3b1)](_0x1fbdc4=>{const _0x552895=_0x5197e8;_0x38ff4d[_0x552895(0x19a)]({'cmd':_0x5b7fe7[_0x552895(0x2f9)],'code':_0x1d3aac['OK'],'routeKey':_0x305ed3[_0x552895(0x2ee)][_0x552895(0x40c)],'routeType':'','data':{'eventID':_0x43102b['PSEUDO_FETCH_MISSING_RESULT'],'data':{'changesets':_0x1fbdc4}}});})[_0x5197e8(0x299)](_0xf8ee04=>{const _0x481a76=_0x5197e8;this[_0x481a76(0x3f4)][_0x481a76(0x199)](_0xf8ee04),_0x54d4ab();});return;}}_0x73f2b4[_0x5197e8(0x31a)](wn(_0x3d790e));},'close':()=>{const _0x37152e=_0x21503f;_0x73f2b4[_0x37152e(0x25d)](),_0x2bff96[_0x37152e(0x20b)]();}},_0x1aba0f;}async[_0x3c69ef(0x2da)](_0x33c29b,_0x33205f){const _0xadac22=_0x3c69ef;var _0x6c94ca;let {unitType:_0x15eb42,unitID:_0x5197a0,changeset:_0x32b566}=_0x33205f[_0xadac22(0x2ee)],_0x50a488={'unitID':_0x5197a0,'memberID':_0x33c29b[_0xadac22(0x223)],'type':_0x15eb42,'changeset':_0x4835ca(_0x32b566)},_0x408684=this['_configService'][_0xadac22(0x353)](L),_0x3fd897=En((_0x6c94ca=_0x408684==null?void 0x0:_0x408684[_0xadac22(0x201)])==null?_0xadac22(0x23f):_0x6c94ca,_0x15eb42,_0x5197a0);try{await this['_httpService']['post'](_0x3fd897,{'body':_0x50a488});}catch(_0xb4f526){throw this[_0xadac22(0x3f4)][_0xadac22(0x199)](_0xadac22(0x297),'submit\x20changeset\x20error!'),_0xb4f526;}}async[_0x3c69ef(0x416)](_0x3fda22){const _0x3fe8ef=_0x3c69ef;let {unitID:_0x44e0bc,from:_0x343e22,to:_0x3df731,unitType:_0x4e268e}=_0x3fda22[_0x3fe8ef(0x2ee)];return(await this['_snapshotServerService'][_0x3fe8ef(0x364)]({'metadata':void 0x0},{'unitID':_0x44e0bc,'type':_0x4e268e,'from':_0x343e22,'to':_0x3df731}))[_0x3fe8ef(0x23a)][_0x3fe8ef(0x35d)](_0x41a4a3=>((_0x41a4a3[_0x3fe8ef(0x188)]===null||_0x41a4a3['mutations']===void 0x0)&&(_0x41a4a3[_0x3fe8ef(0x188)]=[]),_0x41a4a3));}};Dn=V([B(0x0,_0xe230cc(_0x31a56e)),B(0x1,_0xe230cc(_0x32d10d)),B(0x2,_0x1f37e4),B(0x3,_0x5c3e7f),B(0x4,_0xf3e9c6)],Dn);const On=_0x27db79(_0x3c69ef(0x288));function kn(_0x16b3dd={}){const _0x449158=_0x3c69ef;return _0x16b3dd[_0x449158(0x40e)]?{'resolveUnit':_0x16b3dd[_0x449158(0x40e)]}:{'resolveUnit':_0x37a10d=>({'target':{'unitId':_0x37a10d[_0x449158(0x296)],'unitType':_0x37a10d[_0x449158(0x242)]}})};}function An(_0x5657b0,_0x5df3a8,_0x2577d9){const _0x7fc8e9=_0x3c69ef;var _0x140aca;let _0x26ac17=_0x2577d9[_0x7fc8e9(0x3d8)][_0x7fc8e9(0x34a)];if(_0x26ac17!=null&&_0x26ac17['trim']()==='')throw Error('COLLABORATION_ENDPOINT_INVALID');if(!_0x2577d9['target'][_0x7fc8e9(0x296)])throw Error(_0x7fc8e9(0x1b9));return{'localUnitId':_0x5657b0,'unitType':_0x5df3a8,'target':{'endpoint':_0x26ac17,'unitId':_0x2577d9[_0x7fc8e9(0x3d8)]['unitId'],'unitType':(_0x140aca=_0x2577d9['target'][_0x7fc8e9(0x242)])==null?_0x5df3a8:_0x140aca},'changeset':_0x2577d9[_0x7fc8e9(0x2c2)]};}let jn=class extends _0x1c670c{constructor(_0x2ceeba,_0x1889d7,_0x12b760,_0x292ea8,_0x29ef4c,_0x41ef23,_0x5683d4){const _0x51c193=_0x3c69ef;super(),this[_0x51c193(0x27a)]=_0x2ceeba,this[_0x51c193(0x3f4)]=_0x1889d7,this[_0x51c193(0x305)]=_0x12b760,this['_socketService']=_0x292ea8,this[_0x51c193(0x290)]=_0x29ef4c,this[_0x51c193(0x3ec)]=_0x41ef23,this[_0x51c193(0x252)]=_0x5683d4,R(this,_0x51c193(0x2a7),new Map()),R(this,'_pendingSessions',new Map()),R(this,_0x51c193(0x2aa),new Map()),R(this,'_socketChannels',new Map()),R(this,'socket$',this[_0x51c193(0x240)](void 0x0)['socket$'][_0x51c193(0x1cc)]()),R(this,_0x51c193(0x2c8),new _0x296086(0x0)),R(this,_0x51c193(0x3d4),this[_0x51c193(0x2c8)][_0x51c193(0x1cc)]()),this[_0x51c193(0x287)]();}['_listenToNetworkCondition'](){const _0x1f90fa=_0x3c69ef;this[_0x1f90fa(0x252)]&&this[_0x1f90fa(0x3b8)](this[_0x1f90fa(0x252)][_0x1f90fa(0x1d1)][_0x1f90fa(0x420)](_0x568e52=>{const _0x44a084=_0x1f90fa;_0x568e52&&this[_0x44a084(0x35e)](),_0x568e52||this[_0x44a084(0x29f)][_0x44a084(0x1e5)](_0x56f0e2=>this[_0x44a084(0x1e8)](_0x56f0e2));}));}[_0x3c69ef(0x20b)](){const _0x311cd0=_0x3c69ef;super[_0x311cd0(0x20b)](),this[_0x311cd0(0x29f)]['forEach'](_0x417a2e=>{const _0x178e05=_0x311cd0;var _0x40cbe3,_0x10a949;(_0x40cbe3=_0x417a2e[_0x178e05(0x2f3)])==null||_0x40cbe3['unsubscribe'](),_0x417a2e[_0x178e05(0x2f3)]=null,this[_0x178e05(0x336)](_0x417a2e),this['_clearTimeoutTimer'](_0x417a2e),this['_clearHeartbeatTimer'](_0x417a2e),(_0x10a949=_0x417a2e['socket$'][_0x178e05(0x368)]())==null||_0x10a949[_0x178e05(0x25d)](),_0x417a2e[_0x178e05(0x2b5)][_0x178e05(0x3aa)]();}),this['_socketChannels'][_0x311cd0(0x3bf)](),this[_0x311cd0(0x2a7)]['forEach'](_0x850252=>_0x850252[_0x311cd0(0x20b)]()),this[_0x311cd0(0x2a7)]['clear'](),this[_0x311cd0(0x2aa)][_0x311cd0(0x3bf)](),this['_status$'][_0x311cd0(0x3aa)]();}async[_0x3c69ef(0x2d4)](_0x6cdfbd,_0x2a857a){const _0x513e4b=_0x3c69ef;if(this['_sessions']['has'](_0x6cdfbd))return this[_0x513e4b(0x2a7)][_0x513e4b(0x20f)](_0x6cdfbd);let _0x3fc363=this[_0x513e4b(0x1e3)]['get'](_0x6cdfbd);if(_0x3fc363)return _0x3fc363;let _0x376495=this[_0x513e4b(0x214)](_0x6cdfbd,_0x2a857a);this[_0x513e4b(0x1e3)]['set'](_0x6cdfbd,_0x376495);try{return await _0x376495;}finally{this[_0x513e4b(0x1e3)][_0x513e4b(0x393)](_0x6cdfbd);}}async[_0x3c69ef(0x214)](_0x5781c5,_0xfa767b){const _0x1be84f=_0x3c69ef;let _0x2c1b9d=await this[_0x1be84f(0x346)](_0x5781c5,_0xfa767b),_0x2fc305=this[_0x1be84f(0x240)](_0x2c1b9d[_0x1be84f(0x3d8)][_0x1be84f(0x34a)]);this[_0x1be84f(0x21f)](_0x2fc305);let _0x11608a=this[_0x1be84f(0x27a)][_0x1be84f(0x24d)](Ht,_0x2c1b9d,_0x2fc305['socket$'][_0x1be84f(0x1cc)]());return this['_sessions'][_0x1be84f(0x220)](_0x5781c5,_0x11608a),this[_0x1be84f(0x2aa)]['set'](_0x5781c5,_0x2fc305['endpointKey']),_0x11608a;}[_0x3c69ef(0x32e)](_0x4b33ca){const _0x3311f8=_0x3c69ef;let _0x2c7103=this[_0x3311f8(0x2a7)][_0x3311f8(0x20f)](_0x4b33ca),_0x328c9f=this[_0x3311f8(0x2aa)][_0x3311f8(0x20f)](_0x4b33ca);if(_0x2c7103&&(this[_0x3311f8(0x2a7)]['delete'](_0x4b33ca),this['_sessionChannels'][_0x3311f8(0x393)](_0x4b33ca),_0x2c7103[_0x3311f8(0x25d)]()),_0x328c9f&&!this['_hasSessionsForEndpoint'](_0x328c9f)){var _0x301975;let _0x5aece1=this['_socketChannels']['get'](_0x328c9f);_0x5aece1==null||(_0x301975=_0x5aece1['socket$'][_0x3311f8(0x368)]())==null||_0x301975['close']();}}['reconnect'](){const _0x49946e=_0x3c69ef;(this[_0x49946e(0x29f)][_0x49946e(0x229)]?[...this['_socketChannels']['values']()]:[this[_0x49946e(0x240)](void 0x0)])[_0x49946e(0x1e5)](_0x37bce1=>{const _0x255110=_0x49946e;_0x37bce1[_0x255110(0x1f3)]=0x0,this[_0x255110(0x336)](_0x37bce1),this[_0x255110(0x215)](_0x37bce1);});}[_0x3c69ef(0x336)](_0x354dcb){const _0x25ec42=_0x3c69ef;_0x354dcb[_0x25ec42(0x2d0)]!=null&&(clearTimeout(_0x354dcb[_0x25ec42(0x2d0)]),_0x354dcb[_0x25ec42(0x2d0)]=null);}async[_0x3c69ef(0x354)](_0x1213f5){const _0xae061b=_0x3c69ef;var _0x10f6bd,_0x2c2b25;let _0x1ea7f5=this[_0xae061b(0x305)][_0xae061b(0x353)](L),_0x4d8253=(_0x10f6bd=(_0x2c2b25=_0x1213f5[_0xae061b(0x34a)])==null?_0x1ea7f5==null?void 0x0:_0x1ea7f5[_0xae061b(0x23d)]:_0x2c2b25)==null?mt:_0x10f6bd,_0x1dc0f2=await this['_socketService'][_0xae061b(0x2d7)](_0x4d8253);return _0x1213f5[_0xae061b(0x3f2)]=_0x1dc0f2,_0x1dc0f2;}async[_0x3c69ef(0x21f)](_0x3a1771){const _0x1bf93e=_0x3c69ef;try{var _0x138372,_0x152d95;let _0xa67934=(_0x138372=(_0x152d95=_0x3a1771[_0x1bf93e(0x2b5)][_0x1bf93e(0x368)]())==null?_0x3a1771[_0x1bf93e(0x3f2)]:_0x152d95)==null?await this['_createSocket'](_0x3a1771):_0x138372;if(_0xa67934){var _0x508fd8;let _0x3062db=_0xa67934[_0x1bf93e(0x31a)];_0xa67934['send']=_0x208f4d=>(_0x208f4d['cmd']!==_0x5b7fe7[_0x1bf93e(0x31b)]&&this['_rescheduleHeartbeat'](_0x3a1771),_0x3062db[_0x1bf93e(0x303)](_0xa67934,[_0x208f4d])),(_0x508fd8=_0x3a1771['socketMessageSubscription'])==null||_0x508fd8['unsubscribe'](),_0x3a1771[_0x1bf93e(0x2f3)]=null,_0x3a1771['socketMessageSubscription']=_0xa67934[_0x1bf93e(0x261)]['subscribe'](_0x30a3a9=>this[_0x1bf93e(0x419)](_0x3a1771,_0xa67934,_0x30a3a9)),_0xa67934[_0x1bf93e(0x1da)][_0x1bf93e(0x380)](_0x3b77de(0x1))[_0x1bf93e(0x420)](_0x118af4=>this[_0x1bf93e(0x3f4)][_0x1bf93e(0x199)]('[CollaborationSessionService]:\x20socket\x20error',_0x118af4)),_0xa67934['open$'][_0x1bf93e(0x380)](_0x3b77de(0x1))['subscribe'](()=>{const _0x4452ae=_0x1bf93e;this[_0x4452ae(0x1d3)](_0x3a1771,_0xa67934);}),_0xa67934['close$'][_0x1bf93e(0x380)](_0x3b77de(0x1))[_0x1bf93e(0x420)](_0x64d387=>{const _0x5bf5ab=_0x1bf93e;this[_0x5bf5ab(0x3f4)][_0x5bf5ab(0x2c6)](_0x5bf5ab(0x1c1),_0x5bf5ab(0x2ed),_0x64d387),this[_0x5bf5ab(0x1a6)](_0x3a1771);});}}catch(_0x1d07bd){this[_0x1bf93e(0x3f4)][_0x1bf93e(0x199)](_0x1d07bd),this[_0x1bf93e(0x1a6)](_0x3a1771);}}[_0x3c69ef(0x1d3)](_0x532f2e,_0x55c181){const _0x3930b2=_0x3c69ef;this['_logService'][_0x3930b2(0x2c6)](_0x3930b2(0x1c1),_0x3930b2(0x1a0)),_0x55c181[_0x3930b2(0x31a)]({'cmd':_0x5b7fe7[_0x3930b2(0x389)]}),this[_0x3930b2(0x276)](_0x532f2e);}[_0x3c69ef(0x1e8)](_0x24d63c){const _0x29673f=_0x3c69ef;_0x24d63c['socketReady']=!0x1,_0x24d63c[_0x29673f(0x3f2)]=null,this[_0x29673f(0x2c8)][_0x29673f(0x19a)](0x2),_0x24d63c['socket$'][_0x29673f(0x19a)](null),this[_0x29673f(0x243)](_0x24d63c),this[_0x29673f(0x39d)](_0x24d63c);}[_0x3c69ef(0x1a6)](_0x2f6c86){const _0x3488f8=_0x3c69ef;var _0x593f2a;this[_0x3488f8(0x1e8)](_0x2f6c86),this[_0x3488f8(0x34b)](_0x2f6c86[_0x3488f8(0x1b0)])&&(_0x2f6c86[_0x3488f8(0x1f3)]<((_0x593f2a=this[_0x3488f8(0x305)][_0x3488f8(0x353)](_0x3488f8(0x317)))==null?0x3:_0x593f2a)?(this[_0x3488f8(0x290)][_0x3488f8(0x377)]({'id':_0x3488f8(0x18f)}),this[_0x3488f8(0x215)](_0x2f6c86)):this['_collaborationUIEventService'][_0x3488f8(0x377)]({'id':_0x3488f8(0x343)}));}[_0x3c69ef(0x215)](_0x209e3c){const _0x23c27e=_0x3c69ef;var _0x492eb2;let _0x59e76f=_0x209e3c[_0x23c27e(0x1f3)],_0x2a9778=this[_0x23c27e(0x305)][_0x23c27e(0x353)](L),_0x367b23=_0x59e76f===0x0?0x0:((_0x492eb2=_0x2a9778==null?void 0x0:_0x2a9778['retryConnectingInterval'])==null?0x4e20:_0x492eb2)*0x2**_0x59e76f;_0x209e3c[_0x23c27e(0x2d0)]=setTimeout(()=>{const _0x24f74d=_0x23c27e;clearTimeout(_0x209e3c[_0x24f74d(0x2d0)]),_0x209e3c[_0x24f74d(0x2d0)]=null,this[_0x24f74d(0x21f)](_0x209e3c);},_0x367b23),_0x209e3c[_0x23c27e(0x1f3)]+=0x1;}async['_resolveSessionIdentity'](_0x34dd3d,_0x419df4){const _0x2c8dac=_0x3c69ef;return An(_0x34dd3d,_0x419df4,await this[_0x2c8dac(0x3ec)]['resolveUnit']({'unitId':_0x34dd3d,'unitType':_0x419df4}));}[_0x3c69ef(0x419)](_0x3e7031,_0x5dbfa9,_0x2c3dbe){const _0x54035f=_0x3c69ef;let {cmd:_0xe61440}=_0x2c3dbe;_0xe61440===_0x5b7fe7['HELLO']&&!_0x3e7031[_0x54035f(0x212)]&&(_0x5dbfa9[_0x54035f(0x223)]=_0x2c3dbe[_0x54035f(0x2ee)][_0x54035f(0x223)],_0x3e7031[_0x54035f(0x2b5)][_0x54035f(0x19a)](_0x5dbfa9),this[_0x54035f(0x2c8)][_0x54035f(0x19a)](0x3),_0x3e7031[_0x54035f(0x212)]=!0x0,_0x3e7031[_0x54035f(0x3f2)]=null),_0xe61440===_0x5b7fe7[_0x54035f(0x31e)]&&this[_0x54035f(0x243)](_0x3e7031),this[_0x54035f(0x276)](_0x3e7031);}[_0x3c69ef(0x34b)](_0x2b3891){const _0x3c128d=_0x3c69ef;return[...this['_sessionChannels'][_0x3c128d(0x1ef)]()]['some'](_0x5c3111=>_0x5c3111===_0x2b3891);}[_0x3c69ef(0x240)](_0x5d9d66){const _0x1c2f43=_0x3c69ef;let _0x1e48c2=_0x5d9d66==null?'':_0x5d9d66,_0x5b3775=this[_0x1c2f43(0x29f)][_0x1c2f43(0x20f)](_0x1e48c2);if(_0x5b3775)return _0x5b3775;let _0x1b7d4a={'endpointKey':_0x1e48c2,'endpoint':_0x5d9d66,'socket$':new _0x296086(void 0x0),'candidateSocket':null,'socketReady':!0x1,'socketMessageSubscription':null,'retryConnectingTimer':null,'retryCount':0x0,'sendHeartbeatTimer':null,'timeoutTimer':null};return this[_0x1c2f43(0x29f)][_0x1c2f43(0x220)](_0x1e48c2,_0x1b7d4a),_0x1b7d4a;}['_rescheduleHeartbeat'](_0x207b3d){const _0x430c99=_0x3c69ef;var _0x8b346b;this['_clearHeartbeatTimer'](_0x207b3d),_0x207b3d[_0x430c99(0x28d)]=setTimeout(()=>this['_sendHeartbeat'](_0x207b3d),(_0x8b346b=this[_0x430c99(0x305)][_0x430c99(0x353)](_0x430c99(0x37e)))==null?0x7530:_0x8b346b);}['_sendHeartbeat'](_0x5acc19){const _0xfff4fa=_0x3c69ef;_0x5acc19[_0xfff4fa(0x2b5)][_0xfff4fa(0x368)]()[_0xfff4fa(0x31a)]({'cmd':_0x5b7fe7['HEARTBEAT']}),this['_waitForHeartbeatResponse'](_0x5acc19);}[_0x3c69ef(0x3f5)](_0x28b356){const _0x4902b4=_0x3c69ef;var _0x2c26fa;_0x28b356[_0x4902b4(0x408)]=setTimeout(()=>this['_onConnectionFailed'](_0x28b356),(_0x2c26fa=this['_configService'][_0x4902b4(0x353)](_0x4902b4(0x2a9)))==null?vt:_0x2c26fa);}[_0x3c69ef(0x39d)](_0x3036b5){const _0xaf34af=_0x3c69ef;_0x3036b5[_0xaf34af(0x28d)]!=null&&(clearTimeout(_0x3036b5[_0xaf34af(0x28d)]),_0x3036b5['sendHeartbeatTimer']=null);}[_0x3c69ef(0x243)](_0x4f5ea2){const _0x5a3c75=_0x3c69ef;_0x4f5ea2[_0x5a3c75(0x408)]!=null&&(clearTimeout(_0x4f5ea2[_0x5a3c75(0x408)]),_0x4f5ea2[_0x5a3c75(0x408)]=null);}};jn=V([B(0x0,_0xe230cc(_0x31a56e)),B(0x1,_0x5c3e7f),B(0x2,_0x1f37e4),B(0x3,Tn),B(0x4,_0xe230cc(z)),B(0x5,On),B(0x6,_0x2b3cfa(Sn))],jn);let Mn=class extends _0x50b38b{constructor(_0x2a843f,_0x2c1af9,_0x5ab38a,_0x14798f){const _0x18decd=_0x3c69ef;var _0x1a59db;super(),this['_injector']=_0x2a843f,this[_0x18decd(0x3d2)]=_0x2c1af9,this[_0x18decd(0x305)]=_0x5ab38a,this[_0x18decd(0x1ba)]=_0x14798f,R(this,_0x18decd(0x221),new Map()),R(this,_0x18decd(0x3af),new _0x59eece()),R(this,'entityInit$',this['_entityInit$'][_0x18decd(0x1cc)]()),((_0x1a59db=this['_configService'][_0x18decd(0x353)](_0x18decd(0x268)))==null?void 0x0:_0x1a59db[_0x18decd(0x333)])!==!0x1&&this[_0x18decd(0x293)]();}[_0x3c69ef(0x20b)](){const _0x2a08db=_0x3c69ef;super[_0x2a08db(0x20b)](),this[_0x2a08db(0x221)][_0x2a08db(0x1e5)](_0x22c463=>_0x22c463[_0x2a08db(0x20b)]()),this[_0x2a08db(0x221)][_0x2a08db(0x3bf)]();}[_0x3c69ef(0x320)](_0x4d2bba){const _0x6724f1=_0x3c69ef;var _0x47e017;return(_0x47e017=this[_0x6724f1(0x221)][_0x6724f1(0x20f)](_0x4d2bba))==null?null:_0x47e017;}[_0x3c69ef(0x3e1)](_0x2a6e3c){const _0x1052d4=_0x3c69ef;let _0x2817cb=this[_0x1052d4(0x320)](_0x2a6e3c);return _0x2817cb?_0x282a93(_0x2817cb):this[_0x1052d4(0x3af)][_0x1052d4(0x380)](_0x26acea(_0x414600=>_0x414600[_0x1052d4(0x40c)]===_0x2a6e3c));}[_0x3c69ef(0x351)](_0x46b29c){const _0x1bc659=_0x3c69ef;return _0x34da10(this[_0x1bc659(0x3e1)](_0x46b29c)['pipe'](_0xf99eb3(()=>void 0x0)));}[_0x3c69ef(0x293)](){const _0x13acd3=_0x3c69ef;this[_0x13acd3(0x1ba)][_0x13acd3(0x395)](_0x9a8e4e['UNIVER_SHEET'])[_0x13acd3(0x380)](_0x48361a(this[_0x13acd3(0x294)]),_0x58575b(0x10))['subscribe'](async _0x26eb7d=>{const _0x36d826=_0x13acd3;let _0x4c7d26=_0x26eb7d[_0x36d826(0x3d6)][_0x36d826(0x270)](),_0x4a4e7e=await this[_0x36d826(0x2a0)](_0x4c7d26,_0x9a8e4e[_0x36d826(0x1a4)]);this[_0x36d826(0x221)][_0x36d826(0x220)](_0x4c7d26,_0x4a4e7e);}),this[_0x13acd3(0x1ba)][_0x13acd3(0x395)](_0x9a8e4e[_0x13acd3(0x274)])[_0x13acd3(0x380)](_0x48361a(this['dispose$']),_0x58575b(0x10))[_0x13acd3(0x380)](_0x26acea(_0x2c05e7=>!_0x2c05e7[_0x13acd3(0x3d6)][_0x13acd3(0x270)]()[_0x13acd3(0x3cd)]('__')))['subscribe'](async _0x184a7e=>{const _0x4b5622=_0x13acd3;let _0x51ac8d=_0x184a7e[_0x4b5622(0x3d6)][_0x4b5622(0x270)](),_0x5e2227=await this[_0x4b5622(0x2a0)](_0x51ac8d,_0x9a8e4e['UNIVER_DOC']);this[_0x4b5622(0x221)]['set'](_0x51ac8d,_0x5e2227);}),this[_0x13acd3(0x1ba)][_0x13acd3(0x395)](_0x9a8e4e[_0x13acd3(0x3c8)])[_0x13acd3(0x380)](_0x48361a(this['dispose$']),_0x58575b(0x10))[_0x13acd3(0x420)](async _0x33385b=>{const _0x242424=_0x13acd3;let _0x53a715=_0x33385b[_0x242424(0x3d6)][_0x242424(0x270)](),_0xf8927d=await this[_0x242424(0x2a0)](_0x53a715,_0x9a8e4e[_0x242424(0x3c8)]);this[_0x242424(0x221)][_0x242424(0x220)](_0x53a715,_0xf8927d);}),this[_0x13acd3(0x1ba)][_0x13acd3(0x395)](_0x9a8e4e[_0x13acd3(0x360)])['pipe'](_0x48361a(this['dispose$']),_0x58575b(0x10))[_0x13acd3(0x420)](async _0x11fab8=>{const _0x7bdf0b=_0x13acd3;let _0x18f41d=_0x11fab8[_0x7bdf0b(0x3d6)][_0x7bdf0b(0x270)](),_0x21c856=await this[_0x7bdf0b(0x2a0)](_0x18f41d,_0x9a8e4e[_0x7bdf0b(0x360)]);this[_0x7bdf0b(0x221)]['set'](_0x18f41d,_0x21c856);}),this['_univerInstanceService'][_0x13acd3(0x395)](_0x9a8e4e[_0x13acd3(0x3b3)])[_0x13acd3(0x380)](_0x48361a(this[_0x13acd3(0x294)]),_0x58575b(0x10))[_0x13acd3(0x420)](async _0x5ee058=>{const _0x3f3c79=_0x13acd3;let _0x2ecc7d=_0x5ee058[_0x3f3c79(0x3d6)][_0x3f3c79(0x270)](),_0x457a07=await this[_0x3f3c79(0x2a0)](_0x2ecc7d,_0x9a8e4e[_0x3f3c79(0x3b3)]);this[_0x3f3c79(0x221)][_0x3f3c79(0x220)](_0x2ecc7d,_0x457a07);}),_0x4802bd(this[_0x13acd3(0x1ba)][_0x13acd3(0x32a)](_0x9a8e4e[_0x13acd3(0x1a4)]),this[_0x13acd3(0x1ba)]['getTypeOfUnitDisposed$'](_0x9a8e4e[_0x13acd3(0x274)]),this[_0x13acd3(0x1ba)][_0x13acd3(0x32a)](_0x9a8e4e[_0x13acd3(0x3c8)]),this[_0x13acd3(0x1ba)][_0x13acd3(0x32a)](_0x9a8e4e[_0x13acd3(0x360)]),this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x9a8e4e['UNIVER_BASE']))['pipe'](_0x48361a(this[_0x13acd3(0x294)]))[_0x13acd3(0x420)](_0x357f94=>{const _0x13c7da=_0x13acd3;let _0xb7fcd1=_0x357f94[_0x13c7da(0x270)](),_0x4ffec1=this['_entities'][_0x13c7da(0x20f)](_0xb7fcd1);_0x4ffec1&&(_0x4ffec1[_0x13c7da(0x20b)](),this[_0x13c7da(0x221)]['delete'](_0xb7fcd1));});}async[_0x3c69ef(0x2a0)](_0x34fc9b,_0x2cf927){const _0x143b7c=_0x3c69ef;let _0x4e3b86=await this['_collabSessionService'][_0x143b7c(0x2d4)](_0x34fc9b),_0x1b3008=this[_0x143b7c(0x27a)]['createInstance'](this['_getCtorByUniverInstanceType'](_0x2cf927),_0x34fc9b,_0x2cf927,_0x4e3b86);return await _0x1b3008[_0x143b7c(0x2ea)](),this['_entityInit$'][_0x143b7c(0x19a)](_0x1b3008),_0x1b3008;}['_getCtorByUniverInstanceType'](_0x5ed872){const _0x5cc8d8=_0x3c69ef;switch(_0x5ed872){case _0x9a8e4e[_0x5cc8d8(0x274)]:return _n;case _0x9a8e4e[_0x5cc8d8(0x1a4)]:return yn;case _0x9a8e4e[_0x5cc8d8(0x3c8)]:return bn;case _0x9a8e4e[_0x5cc8d8(0x360)]:return xn;case _0x9a8e4e['UNIVER_BASE']:return vn;default:throw Error('[CollaborationController]:\x20invalid\x20univer\x20type:\x20'+_0x5ed872);}}};Mn=V([B(0x0,_0xe230cc(_0x31a56e)),B(0x1,_0xe230cc(jn)),B(0x2,_0x1f37e4),B(0x3,_0x344fe1)],Mn);var Nn='@univerjs-pro/collaboration-client',Pn=_0x3c69ef(0x397);let Fn=class extends _0x1c670c{constructor(_0x3cc386,_0x253123){const _0x4a79d7=_0x3c69ef;super(),this[_0x4a79d7(0x1ba)]=_0x3cc386,this['_configService']=_0x253123,this[_0x4a79d7(0x293)]();}[_0x3c69ef(0x293)](){const _0xb303d6=_0x3c69ef;this[_0xb303d6(0x3b8)](this[_0xb303d6(0x1ba)]['focused$'][_0xb303d6(0x420)](()=>{const _0x50337b=_0xb303d6;var _0x1a7227;let _0x1caba7=this[_0x50337b(0x1ba)][_0x50337b(0x230)](),_0x1607ec=(_0x1a7227=this[_0x50337b(0x305)][_0x50337b(0x353)]('DEFAULT_FILE_NAME'))==null?_0x50337b(0x1b2):_0x1a7227;_0x1caba7 instanceof _0x19ddfe&&(_0x1607ec=_0x1caba7['name']),document[_0x50337b(0x36e)]=_0x1607ec;}));}};Fn=V([B(0x0,_0x344fe1),B(0x1,_0x1f37e4)],Fn);let In=function(_0x558325){const _0x4f938a=_0x3c69ef;return _0x558325['URL']=_0x4f938a(0x37f),_0x558325['UUID']=_0x4f938a(0x3ba),_0x558325[_0x4f938a(0x3a8)]=_0x4f938a(0x3a8),_0x558325;}({});const Ln=_0x27db79(_0x3c69ef(0x25f));let Rn=class{constructor(_0x1defb7,_0x34a251,_0x360a15){const _0x4f3add=_0x3c69ef;this[_0x4f3add(0x2e8)]=_0x1defb7,this[_0x4f3add(0x305)]=_0x34a251,this[_0x4f3add(0x1ba)]=_0x360a15;}[_0x3c69ef(0x2a2)](){const _0x30cbbc=_0x3c69ef;var _0x89618d;return(_0x89618d=this['_getConfig']()[_0x30cbbc(0x237)])==null?{}:_0x89618d;}async[_0x3c69ef(0x1bc)](_0x4dcec0){const _0x14070f=_0x3c69ef;let _0x2acbe7=this['getUploadOptions']();if(zn(_0x4dcec0,_0x2acbe7),_0x2acbe7['upload'])return _0x2acbe7['upload'](_0x4dcec0);let _0x166f02=await this[_0x14070f(0x36d)](_0x4dcec0);return{'id':_0x166f02,'name':_0x4dcec0[_0x14070f(0x245)],'mimeType':_0x4dcec0[_0x14070f(0x315)],'size':_0x4dcec0[_0x14070f(0x229)],'sourceType':_0x14070f(0x3ba),'source':_0x166f02};}async[_0x3c69ef(0x36d)](_0x4d271b){const _0x2a9a5b=_0x3c69ef;let _0x4f4cc6=this['_univerInstanceService'][_0x2a9a5b(0x230)](),_0x3fc7ea=_0x4f4cc6==null?void 0x0:_0x4f4cc6['getUnitId']();if(!_0x3fc7ea)throw Error(_0x2a9a5b(0x33c));let _0x204ae6=new FormData();_0x204ae6['append']('file',_0x4d271b);let _0x3701ac=this['_getUploadFileURL']()+_0x2a9a5b(0x2d9)+_0x4d271b['size'][_0x2a9a5b(0x2a1)]()+_0x2a9a5b(0x3d7)+_0x316b67[_0x2a9a5b(0x38e)]+_0x2a9a5b(0x29d)+encodeURIComponent(_0x3fc7ea),_0x2e72c5=(await this[_0x2a9a5b(0x2e8)]['post'](_0x3701ac,{'body':_0x204ae6}))[_0x2a9a5b(0x31c)][_0x2a9a5b(0x418)];if(typeof _0x2e72c5!=_0x2a9a5b(0x3e7)||!_0x2e72c5)throw Error(_0x2a9a5b(0x3f9));return _0x2e72c5;}[_0x3c69ef(0x35f)](){const _0x754ffb=_0x3c69ef;var _0x4f5862;return(_0x4f5862=this[_0x754ffb(0x1c7)]()[_0x754ffb(0x1fb)])==null?'/universer-api/stream/file/upload':_0x4f5862;}['_getConfig'](){const _0x408852=_0x3c69ef;var _0x5ee068;return(_0x5ee068=this['_configService'][_0x408852(0x353)](_0x408852(0x268)))==null?{}:_0x5ee068;}};Rn=V([B(0x0,_0xe230cc(_0x32d10d)),B(0x1,_0xe230cc(_0x1f37e4)),B(0x2,_0xe230cc(_0x344fe1))],Rn);function zn(_0x2a86ea,_0x1db651){const _0x378329=_0x3c69ef;var _0x468eac;if(_0x1db651[_0x378329(0x385)]!=null&&_0x2a86ea['size']>_0x1db651[_0x378329(0x385)])throw Error(_0x378329(0x340));if((_0x468eac=_0x1db651[_0x378329(0x311)])!=null&&_0x468eac[_0x378329(0x3a1)]&&!_0x1db651[_0x378329(0x311)]['some'](_0x16deef=>_0x2a86ea['type']===_0x16deef||_0x2a86ea[_0x378329(0x245)][_0x378329(0x2ac)](_0x16deef)||_0x16deef[_0x378329(0x2ac)]('/*')&&_0x2a86ea[_0x378329(0x315)]['startsWith'](_0x16deef[_0x378329(0x335)](0x0,-0x1))))throw Error(_0x378329(0x384));}let Bn=class{constructor(_0x3d09af,_0x3712c3,_0x409b6a){const _0xf359e7=_0x3c69ef;this[_0xf359e7(0x305)]=_0x3d09af,this['_httpService']=_0x3712c3,this['localeService']=_0x409b6a,this['init']();}[_0x3c69ef(0x2ea)](){const _0x242f62=_0x3c69ef;this[_0x242f62(0x2e8)][_0x242f62(0x3a5)]({'priority':0x1,'interceptor':(_0x281134,_0x1f1adc)=>_0x1f1adc(_0x281134)['pipe'](_0x55ed4c(async _0x11c3af=>{const _0x32faf7=_0x242f62;let _0x13c64e=_0x11c3af;if(_0x13c64e[_0x32faf7(0x275)]===0x191){if(typeof window>'u')throw Error(_0x32faf7(0x345));if(window['confirm'](this[_0x32faf7(0x21e)]['t'](_0x32faf7(0x3bb)))){let _0x534677=window[_0x32faf7(0x2e2)](window[_0x32faf7(0x1b4)][_0x32faf7(0x30d)]);window[_0x32faf7(0x1b4)]['href']=this[_0x32faf7(0x1a3)]()+_0x32faf7(0x3a0)+_0x534677;}}return _0x13c64e;}))});}[_0x3c69ef(0x1a3)](){const _0x5c3c45=_0x3c69ef;var _0x2d95ea;let _0x1ce58d=this[_0x5c3c45(0x305)][_0x5c3c45(0x353)](L);return(_0x2d95ea=_0x1ce58d==null?void 0x0:_0x1ce58d['loginUrlKey'])==null?'/universer-api/oidc/authpage':_0x2d95ea;}};function _0x36d7(){const _0x5059f8=['readyForCollab','_stopTelemetryCollaborationNewChangeset','getConfig','_createSocket','onload','_memberService','\x0aCurrent:\x20','getCfgEnableObjInherit','/-/object/-/batch_allowed','function','JOIN_ROOM_FAILED','subject','map','reconnect','_getUploadFileURL','UNIVER_BOARD','5636952JZFHfg','_toggleOnline','_onUserJoin','fetchMissingChangesets','UPDATE_PERMISSION_OBJ','_transformIMECache','_event$','getValue','session.join-failed','constructor','getAllMembers','SUBMIT_CHANGESET','_upload','title','allowed','_onConflict','findIndex','_getUndoStack','_changesetReqId','_collaborationTimeoutTimer','resourceIDs','columnGroups','emitEvent','state','shouldCloseConn','UPDATE_CURSOR','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','sheets','_onRemoteRetry','HEARTBEAT_INTERVAL','URL','pipe','/universer-api/snapshot/','_unitInfo$','docStateChange$','[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.','maxSize','headers','has','transformUndoRedo','HELLO','updatePermissionObjEvent','onCommentUpdate','onRemoteAck','_roomMembers','UnitEmbedded','_onJoinRoomEvent','/universer-api/stream/file/upload','symbol','COMPRESS_MUTATION_APPLY','delete','_onRemoteACK','getTypeOfUnitAdded$','_replayCachedMutations','1.0.0-alpha.3','authzUrl','_telemetryService','_createHandler','POST','8UsRIhV','_clearHeartbeatTimer','_updateStatus','LIVESHARE_NEW_HOST','?url=','length','refreshPermission','_undoRedoService','JOIN_ROOM_NOT_EXISTS','registerHTTPInterceptor','m2Prime','loadDoc','BASE64','_lockTransition','complete','FETCH_MISSING','_executeRemoteChangeset','actions','joinRsp','_entityInit$','pending','then','charCodeAt','UNIVER_BASE','joinEvent','_userManagerService','JOIN','&to=','disposeWithMe','objectActions','UUID','collaboration-client.auth.needGotoLoginAlert','/new_changes','CLOSE_ROOM','getWorkbookSelections','clear','userID','_clearRedo','connection\x20error','unsubscribe','defineProperty','_replaceFileID','params','PENDING','UNIVER_SLIDE','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','find','ONLINE','_onFetchMissResult','startsWith','loadOfflineData','isArray','initWorkbookPermissionChange','workbook','_collabSessionService','fromCharCode','status$','onTransformState','unit','&source=','target','INGEST','resolve','[PendingState]:\x20unhandled\x20univer\x20type:\x20','NOT_COLLAB','_schedule','default','_applyRemoteChangeset','saveSnapshot','getCollabEntity$','LIVESHARE_OPERATION','SYNCED','_throwTelemetryCollaborationNewChangeset','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','open$','string','onSendChangeset','_onUserLeave','loadBoard','_clearCollaborationTimeoutTimer','_adapter','_type','uniscriptRunEvent','_eventService','eventID','baseRev','candidateSocket','_transformStack','_logService','_waitForHeartbeatResponse','session.room-cnt-exceeds','_exhaustRemoteChangesetQueue','src','[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.','every','[OfflineState]:\x20received\x20rejection.','_doCreateSocket','getMemberID','appendMutation','_joinRoom','_onRemoteRejected','prototype','tables','_revisionService','279246AOhUVI','_snapshotService','getSheetBlock','duration','timeoutTimer','PERSON','/resources','enableAuthServer','unitID','floor','resolveUnit','_change$','_getAPIPrefix','updateOfflineData','/allowed','_initDependencies','_shouldReportTelemetry','editingUnit','_fetchMissChangesets','_resendWithTimeout','FileId','_onMessage','_waitCount','patch','onSyncEditingCollabCursor','sid','setCfgEnableObjInherit','infoRsp','subscribe','mutations','update','_substituteUndoStack','pluginName','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','getSnapshotAPIPath','isPermissionRej','SOCKET_FAILED_RETRY','onStateChange','_changesetSessionId','override','__splitChunk__','_handler','_collaborationSessionService','collaborators','_members','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','error','next','getOwnPropertyDescriptor','max','localCacheService','MSG_FOR_ERROR','_transformRemoteChangesetByIMECache','socket\x20open.','saveChangeset','_unlockTransition','_getLoginPath','UNIVER_SHEET','enableOfflineEditing','_onConnectionFailed','_pendingMutations','originalMeta','_commentUpdate$','442842Hxjxmj','batchAllowed','_commandService','_createInitialStateImpl','encode','selections','endpointKey','AWAITING','Univer','saveImage','location','equals','_incrementRevisionNumber','event$','getUnit','COLLABORATION_SESSION_TARGET_UNIT_ID_REQUIRED','_univerInstanceService','[PendingState]:\x20received\x20acknowledgement.','saveAttachment','csRejEvent','_compressMutationService','Error\x20on\x20receiving\x20event','putCollaborators','[CollaborationSessionService]','[DataLoaderService]','session','_getRedoStack','requestParams','_transformService','_getConfig','ERROR_IMAGE_TYPE','transformStack\x20failed!','now','_imageSourceCache','asObservable','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','OPTIONAL','OTHER_CLIENTS_EDITING','/universer-api/authz','online$','onTransformRemoteChangesetByStateCache','_onConnectionOpen','onlyLocal','_initUnitPermissionChange','_resendTimeout','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','onLocalMutation','_commentService','error$','call','[OfflineState]:\x20received\x20acknowledgement.','unit-cache-','_getAPIPrefixPath','onTransformRemoteChangesetByIMECache','object','/universer-api/user/session-ticket','put','_pendingSessions','_sheetTransformSelectionsService','forEach','1000085lQjvpb','x-univer-host','_onOffline','_socketMessageSubscription','packageName','\x20-\x20','USERS_ENTER','_remoteChangesetQueue','__Key__','values','CONFLICT','socketService','_members$','retryCount','_localCacheService','/universer-api/file/{fileID}/sign-url','/collaborator','/rev/','transformChangesets','_handlerCallback','close$','uploadFileServerUrl','_transformRemoteChangesetByStateCache','interceptor','backupOfflineData','univer-pro.collaboration-client.network-condition.service','_getSendChangesetTimeout','collabSubmitChangesetUrl','rev','/unit/','_scheduleCompleteTimestamp','_onRemoteChangeset','setCurrentUser','enableSingleActiveInstanceLock','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','not_collab','onRemoteRetry','dispose','fetching\x20missing\x20changesets\x20from\x20','[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.','[FetchMissState]','get','filter','_getSignURL','socketReady','listCollaborators','_createSession','_tryReconnect','_handleRemoteChangesets','push','onTransformSelections','missingChangesets','_disableEditing','38398xxtaJV','csShouldRetryEvent','LIVESHARE_REQUEST_HOST','localeService','_tryEnsureSocket','set','_entities','_state','memberID','liveShareNewHost','reduce','_instanceService','_config','createCollaborator','size','range','awaiting_with_pending','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','isCompositionEnd','leaveEvent','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','getFocusedUnit','OTHER_CLIENT_EDITING','_state$','_HTTPService','\x20to\x20','collaMsg','LIVESHARE_TERMINATE','attachment','some','change$','changesets','resend','onMissingChangesets','collabWebSocketUrl','LOCAL_CACHE_INTERVAL','/universer-api/comb','_getSocketChannel','univer-pro.collaboration-client.single-active-unit-service','unitType','_clearTimeoutTimer','loadUnitOfRevision','name','textRanges','post','_syncEditingCollabCursor','MUTATION','onMutationExecutedForCollab','CHANGESET_SHOULD_RETRY','replace','createInstance','SUCCUSS','includes','snapshot','UNISCRIPT_RUN','_networkConditionService','create','readAsDataURL','offline','reqId','roles','cmd','_sendingTimer','[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.','setShowComponents','_queuedRemoteChangesets','close','objects','base-ui.attachment-io.service','_undoStacks','message$','_scheduleCollaborationTimeoutTimer','unknown','1353177iyuXef','NEW_CHANGESETS','removeMember','_clearUndo','collaboration-client.config','PSEUDO_FETCH_MISSING_RESULT','disableLocalCache','setWaitCount','[CollaborationEntity]','parse','hasOwnProperty','_sender','getUnitId','PERMISSION_REJ','indexOf','_decreaseWaiting','UNIVER_DOC','status','_rescheduleHeartbeat','snapshotServerUrl','saveSheetBlock','entries','_injector','FETCH_MISS','fromCollab','ERROR_IMAGE','/fetchmissing?from=','capture','_createInitialState','sendChangesetTimeout','_initCloseConn','commentUpdateEvent','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','_updateState','[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20','_listenToNetworkCondition','univer-pro.collaboration-client-adapter-service','sessionStatus','code','SUBMIT_CHANGESET_TIMEOUT','_isPermissionRej','sendHeartbeatTimer','collaboration_new_changeset','onRemoteRej','_collaborationUIEventService','COMPRESS_MUTATION_SEND','liveShareOperation','_init','dispose$','executeCommand','unitId','[CollaborationSession]','_transformAndApplyRemoteChangeset','catch','getInterceptPoints','ERROR_EXCEED_SIZE','c1Prime','&assign=','_telemetryInfo','_socketChannels','_startCollaboration','toString','getUploadOptions','getTime','_acknowledgeAwaitingIfReady','_initMergeInterceptor','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','_sessions','/role','HEARTBEAT_TIMEOUT','_sessionChannels','text-x','endsWith','getActiveSheet','sessionStatus$','awaitingChangeset','[CollaborationUndoRedoService]','fetchThroughInterceptors','_showConflictNotification','COLLABORATION_CHANGESET_TRANSLATION_REQUIRED','_registerDependencies','socket$','_clearScheduledTask','_removeRoom','_emitMembers','toggleOnline','_transformSelections','result','_updateLocalCache','_awaitingChangeset','onTransformIME','loadSlide','_localeService','permissionRejEvent','changeset','objectType','_transitionLocked','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','debug','encrypt','_status$','[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!','pauseCollaboration','_sessionStatus$','_collaborationPaused','fetchMiss','/object/','version','retryConnectingTimer','_clearLocalCache','_acknowledgedAwaitingRevision','_cfgEnableObjInherit','requireSession','_singleActiveUnitService','_startTelemetryCollaborationNewChangeset','createSocket','UNIVER_COLLABORATION_CLIENT_PLUGIN','?size=','_submitChangeset','_isEchoedAwaitingChangeset','100584IVWskT','_onCombEvent','ws://127.0.0.1:8000/universer-api/comb/connect','NO_OTHER_CLIENTS_EDITING','unitInfo$','\x0aAfter:\x20','encodeURIComponent','c2Prime','localUnitId','_docStateChangeManagerService','synced','waitForRoom$','_httpService','_roomCreated$','init','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','state$','socket\x20close','data','number','_onRecvEvent','toggleOffline','_identity','socketMessageSubscription','_getDownloadEndpointURL','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','transformMutationsWithChangeset','stringify','_initRequestHeader','RECV','addImageSourceCache','[UniverCollaborationClientPlugin]','incrementRevOfUnit','routeKey','revision','getUnitOnRev','PERMISSION_DENIED','Failed\x20to\x20update\x20permission\x20point','fetch_missing','apply','min','_configService','getCurrentRevOfUnit','4TnBodK','add','_transformUndoredo','COMMENT_UPDATE','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','failed\x20to\x20apply\x20missed\x20changesets!','href','session.room-permission-denied','_onLocalMutation','addHandlerCallback','accept','_getCurrentRevision','_permissionService','list','type','updateMember','RETRY_CONNECTING_MAX_COUNT','_resendTimer','transformSelections','send','LEAVE','body','_acknowledgeAwaiting','HEARTBEAT','stopTime','getCollabEntity','getRoom','_maxTotalRetryTimeout','onRemoteChangeset','decorate','listRoles','reject','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','getUnitType','_socket','getTypeOfUnitDisposed$','updatePermissionPoint','IDLE','getCurrentUser','closeSession','_checkMissing','getImage','getMember','_unitLoaded$','enableCollaboration','USERS_LEAVE','slice','_clearRetryConnectingTimer','url','conflict','getSheetId','/block/','editing\x20status\x20changed\x20to','[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.','blockRanges','onMissedChangesetFetched','downloadEndpointUrl','[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.','objectID','OFFLINE','SOCKET_FAILED','JOINING','[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.','_resolveSessionIdentity','updateCollaborator','CHANGESET_ACK','append','endpoint','_hasSessionsForEndpoint','getDeserializedSheetBlock','telemetry\x20info\x20is\x20not\x20initialized','session.room-not-exists','csAckEvent','_toggleOffline'];_0x36d7=function(){return _0x5059f8;};return _0x36d7();}Bn=V([B(0x0,_0x1f37e4),B(0x1,_0xe230cc(_0x32d10d)),B(0x2,_0xe230cc(_0x9a407d))],Bn);let Vn=class extends _0x1c670c{constructor(_0xf145b9,_0x35395c){const _0x2ffe5b=_0x3c69ef;super(),this['_HTTPService']=_0xf145b9,this[_0x2ffe5b(0x305)]=_0x35395c,R(this,_0x2ffe5b(0x2d3),!0x1),this[_0x2ffe5b(0x2a5)]();}[_0x3c69ef(0x2a5)](){const _0x45ba3e=_0x3c69ef;let _0x4a7148=this;this[_0x45ba3e(0x3b8)](this['_HTTPService'][_0x45ba3e(0x3a5)]({'priority':0x3e7,'interceptor':_0x392035({'isMatch'(_0x226e40){const _0x117a73=_0x45ba3e;var _0x4d0b0b;if(_0x226e40['method']==='POST'&&(_0x4d0b0b=_0x226e40[_0x117a73(0x1c5)])!=null&&_0x4d0b0b['body']){let {objectID:_0x28706b,objectType:_0xa70cc1}=_0x226e40[_0x117a73(0x1c5)][_0x117a73(0x31c)]||{};if(!_0x28706b||_0xa70cc1===void 0x0)return!0x1;let _0x5636f1=_0x4a7148[_0x117a73(0x1de)]()+'/'+_0xa70cc1+_0x117a73(0x2ce)+_0x28706b+_0x117a73(0x412);if(_0x226e40[_0x117a73(0x337)]===_0x5636f1)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x5c7f76){const _0x1f18ba=_0x45ba3e;var _0x3e50ff;return(_0x3e50ff=_0x5c7f76[_0x1f18ba(0x1c5)])==null?void 0x0:_0x3e50ff[_0x1f18ba(0x31c)];},'mergeParamsToRequest'(_0x2b4340,_0x5ef54b){const _0x424837=_0x45ba3e;let _0x54b521=_0x4a7148[_0x424837(0x1de)]()+_0x424837(0x359),_0x4a83f6=_0x2b4340[_0x424837(0x225)]((_0x33c370,_0x8fd0c4)=>{const _0x18666e=_0x424837;let {unitID:_0x1ad1ea,objectID:_0x585453,objectType:_0x2afa9b,actions:_0x3e6e86}=_0x8fd0c4;return _0x33c370[_0x1ad1ea]||(_0x33c370[_0x1ad1ea]={}),_0x33c370[_0x1ad1ea][_0x585453]||(_0x33c370[_0x1ad1ea][_0x585453]={'objectID':_0x585453,'objectType':_0x2afa9b,'actions':[]}),_0x33c370[_0x1ad1ea][_0x585453][_0x18666e(0x3ad)][_0x18666e(0x217)](..._0x3e6e86),_0x33c370;},{}),_0x1297df=[];for(let _0xc841dc in _0x4a83f6)for(let _0x2f8925 in _0x4a83f6[_0xc841dc]){let {actions:_0x184fa4,objectType:_0x306127}=_0x4a83f6[_0xc841dc][_0x2f8925],_0x4bebd5=[...new Set(_0x184fa4)];_0x1297df[_0x424837(0x217)]({'unitID':_0xc841dc,'objectID':_0x2f8925,'objectType':_0x306127,'actions':_0x4bebd5});}return new _0x200900(_0x424837(0x39b),_0x54b521,{'headers':_0x5ef54b[_0x424837(0x386)],'withCredentials':_0x5ef54b['withCredentials'],'responseType':_0x5ef54b['responseType'],'body':{'requests':_0x1297df}});}},{'distributeResult'(_0x375e76,_0x9df3b6){const _0x2189c7=_0x45ba3e;let {objectActions:_0x19cd7f}=_0x375e76;return _0x9df3b6[_0x2189c7(0x35d)](_0x155364=>{const _0x4b807b=_0x2189c7;let {unitID:_0x386926,objectID:_0x43687d,actions:_0x3fd73d}=_0x155364,_0x4449c8=_0x19cd7f[_0x4b807b(0x3ca)](_0x1452b4=>_0x1452b4[_0x4b807b(0x40c)]===_0x386926&&_0x1452b4[_0x4b807b(0x341)]===_0x43687d);return{'config':_0x155364,'result':{'actions':_0x3fd73d[_0x4b807b(0x35d)](_0x39e168=>_0x4449c8==null?void 0x0:_0x4449c8[_0x4b807b(0x3ad)]['find'](_0x3a0f06=>_0x3a0f06['action']===_0x39e168))[_0x4b807b(0x210)](_0x37251f=>!!_0x37251f),'error':_0x375e76['error']}};});}})}));}[_0x3c69ef(0x1de)](){const _0x2c3c47=_0x3c69ef;var _0x2de2b2;let _0x70afc3=this[_0x2c3c47(0x305)]['getConfig'](L);return(_0x2de2b2=_0x70afc3==null?void 0x0:_0x70afc3['authzUrl'])==null?'/universer-api/authz':_0x2de2b2;}async[_0x3c69ef(0x253)](_0x39fe4b){const _0xc5b793=_0x3c69ef;let _0x5dcd33=this[_0xc5b793(0x1de)]()+'/'+_0x39fe4b['objectType']+'/object';return(await this[_0xc5b793(0x233)][_0xc5b793(0x247)](_0x5dcd33,{'body':_0x39fe4b}))[_0xc5b793(0x31c)][_0xc5b793(0x341)]||'';}async[_0x3c69ef(0x314)](_0x3c7549){const _0x13301f=_0x3c69ef;let _0x3c6f63=this[_0x13301f(0x1de)]()+'/-/object/list';return(await this[_0x13301f(0x233)][_0x13301f(0x247)](_0x3c6f63,{'body':_0x3c7549}))['body'][_0x13301f(0x25e)];}async[_0x3c69ef(0x189)](_0x50dcd3){const _0x20393d=_0x3c69ef;var _0x333f2f;let _0x3fceee=this['_getAPIPrefixPath']()+'/'+_0x50dcd3[_0x20393d(0x2c3)]+'/object/'+_0x50dcd3[_0x20393d(0x341)],_0x4ea9b0=await this['_HTTPService'][_0x20393d(0x1e2)](_0x3fceee,{'body':_0x50dcd3});if((_0x4ea9b0==null||(_0x333f2f=_0x4ea9b0[_0x20393d(0x31c)])==null||(_0x333f2f=_0x333f2f[_0x20393d(0x199)])==null?void 0x0:_0x333f2f['code'])!==0x1)throw Error(_0x20393d(0x301));}async[_0x3c69ef(0x36f)](_0x177b41){const _0x5adbc7=_0x3c69ef;let _0x116b3f=this['_getAPIPrefixPath']()+'/'+_0x177b41['objectType']+_0x5adbc7(0x2ce)+_0x177b41[_0x5adbc7(0x341)]+_0x5adbc7(0x412);return(await this[_0x5adbc7(0x233)][_0x5adbc7(0x247)](_0x116b3f,{'body':_0x177b41}))['body'][_0x5adbc7(0x3ad)];}async[_0x3c69ef(0x1ab)](_0x487f93){const _0x398b30=_0x3c69ef;let _0x290746=this[_0x398b30(0x1de)]()+_0x398b30(0x359);return(await this['_HTTPService']['post'](_0x290746,{'body':{'requests':_0x487f93}}))[_0x398b30(0x31c)][_0x398b30(0x3b9)];}async[_0x3c69ef(0x325)](_0x36e0b0){const _0x457bef=_0x3c69ef;let _0x417b94=this[_0x457bef(0x1de)]()+'/'+_0x36e0b0['objectType']+_0x457bef(0x2a8),_0x34d97f=await this[_0x457bef(0x233)][_0x457bef(0x247)](_0x417b94,{'body':_0x36e0b0});return{'roles':_0x34d97f['body'][_0x457bef(0x257)],'actions':_0x34d97f['body'][_0x457bef(0x3ad)]};}async['deleteCollaborator'](_0x4f0a80){const _0x6a8231=_0x3c69ef;let _0x1b2e23=this[_0x6a8231(0x1de)]()+_0x6a8231(0x1f6);await this[_0x6a8231(0x233)][_0x6a8231(0x393)](_0x1b2e23,{'params':{'collaboratorID':_0x4f0a80['collaboratorID'],'objectID':_0x4f0a80[_0x6a8231(0x341)],'unitID':_0x4f0a80['unitID']}});}async[_0x3c69ef(0x347)](_0x1cc04e){const _0x6400d5=_0x3c69ef;let _0x219360=this['_getAPIPrefixPath']()+_0x6400d5(0x1f6);await this['_HTTPService'][_0x6400d5(0x41b)](_0x219360,{'body':_0x1cc04e});}async[_0x3c69ef(0x228)](_0x2efe19){const _0x12f089=_0x3c69ef;let _0x446cd1=this[_0x12f089(0x1de)]()+'/collaborator';await this[_0x12f089(0x233)][_0x12f089(0x247)](_0x446cd1,{'body':_0x2efe19});}async[_0x3c69ef(0x213)](_0x4aa67c){const _0x4d96a4=_0x3c69ef;var _0x3b0a1f;let _0x1be069=this[_0x4d96a4(0x1de)]()+_0x4d96a4(0x1f6),_0x5912d3=await this[_0x4d96a4(0x233)][_0x4d96a4(0x20f)](_0x1be069,{'params':{'objectID':_0x4aa67c[_0x4d96a4(0x341)],'unitID':_0x4aa67c['unitID']}});return this[_0x4d96a4(0x41e)]((_0x3b0a1f=_0x5912d3[_0x4d96a4(0x31c)]['cfgEnableObjInherit'])==null?!0x1:_0x3b0a1f),_0x5912d3['body'][_0x4d96a4(0x196)];}async[_0x3c69ef(0x1c0)](_0x33f5b2){const _0x358ad1=_0x3c69ef;let _0x212619=this[_0x358ad1(0x1de)]()+'/collaborator';await this['_HTTPService'][_0x358ad1(0x1e2)](_0x212619,{'body':_0x33f5b2});}['setCfgEnableObjInherit'](_0x2e30fa){const _0x2b2b7b=_0x3c69ef;this[_0x2b2b7b(0x2d3)]=_0x2e30fa;}[_0x3c69ef(0x358)](){const _0x15cec4=_0x3c69ef;return this[_0x15cec4(0x2d3)];}};Vn=V([B(0x0,_0xe230cc(_0x32d10d)),B(0x1,_0xe230cc(_0x1f37e4))],Vn);function Hn(_0xb1eece){const _0x1e91c7=_0x3c69ef;let _0x38e6d4=atob(_0xb1eece),_0x5b48e6=new Uint8Array(_0x38e6d4[_0x1e91c7(0x3a1)]);for(let _0x170999=0x0;_0x170999<_0x38e6d4[_0x1e91c7(0x3a1)];_0x170999++)_0x5b48e6[_0x170999]=_0x38e6d4[_0x1e91c7(0x3b2)](_0x170999);return _0x5b48e6;}function Un(_0x5ddf73){const _0x1c06d7=_0x3c69ef;let _0x11f1a3='';for(let _0x549bbc=0x0;_0x549bbc<_0x5ddf73['length'];_0x549bbc++)_0x11f1a3+=String[_0x1c06d7(0x3d3)](_0x5ddf73[_0x549bbc]);return btoa(_0x11f1a3);}function Wn(_0x4d6ad1,_0x47490e){const _0x376b30=_0x3c69ef;let _0x834fad=Hn(_0x47490e),_0x24d96c=_0x3911d9(0x10);return Un(_0x1ecd97(_0x24d96c,_0x89c1d1(_0x834fad,_0x24d96c)[_0x376b30(0x2c7)](_0x3329bb(_0x4d6ad1))));}function Gn(){const _0x39baf1=_0x3c69ef;let _0x2601df=_0x1c22a4()[_0x39baf1(0x1ee)];if(typeof window<'u'&&window[_0x39baf1(0x1b4)]!==void 0x0&&_0x2601df){let _0x3eeb62={'time':Math[_0x39baf1(0x40d)](Date[_0x39baf1(0x1ca)]()/0x3e8),'domain':location['hostname']};return Wn(JSON[_0x39baf1(0x2f7)](_0x3eeb62),_0x2601df);}}let Kn=class{constructor(_0x407fe7){const _0x4c08ac=_0x3c69ef;this[_0x4c08ac(0x2e8)]=_0x407fe7,this[_0x4c08ac(0x2f8)]();}['_initRequestHeader'](){const _0x42fe34=_0x3c69ef;this[_0x42fe34(0x2e8)][_0x42fe34(0x3a5)]({'interceptor':(_0x349100,_0x2dba32)=>{const _0x1b43e6=_0x42fe34;let _0x287c99=Gn();return _0x287c99&&_0x349100[_0x1b43e6(0x386)][_0x1b43e6(0x220)](_0x1b43e6(0x1e7),_0x287c99),_0x2dba32(_0x349100);}});}};Kn=V([B(0x0,_0xe230cc(_0x32d10d))],Kn);let qn=class extends _0x50b38b{constructor(_0x3a7507,_0x296463,_0x1446e4){const _0x35beea=_0x3c69ef;super(),this[_0x35beea(0x3f4)]=_0x3a7507,this['_snapshotService']=_0x296463,this['_localCacheService']=_0x1446e4,R(this,_0x35beea(0x382),new _0x296086(null)),R(this,_0x35beea(0x332),new _0x59eece()),R(this,_0x35beea(0x2e0),this['_unitInfo$']['asObservable']()),R(this,'unitLoaded$',this[_0x35beea(0x332)]['asObservable']());}['dispose'](){const _0x24f104=_0x3c69ef;super[_0x24f104(0x20b)](),this['_unitLoaded$'][_0x24f104(0x3aa)](),this[_0x24f104(0x382)][_0x24f104(0x3aa)]();}async[_0x3c69ef(0x244)](_0x5a7247,_0x3061dc,_0x38c803){const _0xfd0031=_0x3c69ef;this[_0xfd0031(0x382)][_0xfd0031(0x19a)]({'unitId':_0x5a7247,'type':_0x3061dc});let _0x39a964=null;switch(_0x3061dc){case _0x9a8e4e['UNIVER_SHEET']:_0x39a964=await this[_0xfd0031(0x405)]['loadSheet'](_0x5a7247,_0x38c803);break;case _0x9a8e4e[_0xfd0031(0x274)]:_0x39a964=await this[_0xfd0031(0x405)][_0xfd0031(0x3a7)](_0x5a7247,_0x38c803);break;case _0x9a8e4e[_0xfd0031(0x3c8)]:_0x39a964=await this['_snapshotService'][_0xfd0031(0x2bf)](_0x5a7247,_0x38c803);break;case _0x9a8e4e[_0xfd0031(0x360)]:_0x39a964=await this[_0xfd0031(0x405)][_0xfd0031(0x3ea)](_0x5a7247,_0x38c803);break;case _0x9a8e4e[_0xfd0031(0x3b3)]:_0x39a964=await this['_snapshotService']['loadBase'](_0x5a7247,_0x38c803);break;default:this['_logService'][_0xfd0031(0x199)]('[DataLoaderService]',_0xfd0031(0x327));break;}return _0x39a964&&this['_unitLoaded$'][_0xfd0031(0x19a)](_0x39a964),_0x39a964;}async['loadUnit'](_0x12fa3d,_0x3898b2,_0x585121){const _0x5164a9=_0x3c69ef;var _0x5edb03;this[_0x5164a9(0x382)][_0x5164a9(0x19a)]({'unitId':_0x12fa3d,'type':_0x3898b2,'subUnitId':_0x585121});let _0x3cfd91=0x0,_0x51bd38=await((_0x5edb03=this['_localCacheService'])==null?void 0x0:_0x5edb03['loadOfflineData'](_0x12fa3d));return _0x51bd38&&(_0x51bd38[_0x5164a9(0x2af)]||_0x51bd38[_0x5164a9(0x188)][_0x5164a9(0x3a1)]!==0x0)&&(_0x3cfd91=_0x51bd38[_0x5164a9(0x202)]),_0x3cfd91===0x0&&this['_logService'][_0x5164a9(0x2c6)](_0x5164a9(0x1c2),_0x5164a9(0x284)),this[_0x5164a9(0x244)](_0x12fa3d,_0x3898b2,_0x3cfd91);}};qn=V([B(0x0,_0x5c3e7f),B(0x1,_0xe230cc(_0x45d3b5)),B(0x2,_0x2b3cfa(U))],qn);let Jn=class{constructor(_0x5e7a27,_0x1ecf2e,_0x16b8fc){const _0x5de4c0=_0x3c69ef;this['_httpService']=_0x5e7a27,this[_0x5de4c0(0x305)]=_0x1ecf2e,this[_0x5de4c0(0x1ba)]=_0x16b8fc,R(this,'_waitCount',0x0),R(this,_0x5de4c0(0x40f),new _0x59eece()),R(this,_0x5de4c0(0x239),this[_0x5de4c0(0x40f)]),R(this,_0x5de4c0(0x1cb),new Map());}[_0x3c69ef(0x26b)](_0x50bd40){const _0x1372f3=_0x3c69ef;this[_0x1372f3(0x41a)]=_0x50bd40,this[_0x1372f3(0x40f)][_0x1372f3(0x19a)](_0x50bd40);}['getImageSourceCache'](_0x506a59,_0x3ab86b){const _0x153a76=_0x3c69ef;if(_0x3ab86b===_0xb1e59a['BASE64']){let _0xb36e13=new Image();return _0xb36e13[_0x153a76(0x3f8)]=_0x506a59,_0xb36e13;}return this[_0x153a76(0x1cb)]['get'](_0x506a59);}[_0x3c69ef(0x2fa)](_0x41fbff,_0x16bd38,_0x16867a){const _0x2f0481=_0x3c69ef;_0x16bd38===_0xb1e59a[_0x2f0481(0x3a8)]||_0x16867a==null||this[_0x2f0481(0x1cb)][_0x2f0481(0x220)](_0x41fbff,_0x16867a);}async[_0x3c69ef(0x330)](_0x129e8c){const _0x24f92c=_0x3c69ef;try{let _0xc08f69=this[_0x24f92c(0x3c5)](this[_0x24f92c(0x211)](),''+_0x129e8c),_0x32eb7c=(await this[_0x24f92c(0x2e8)]['get'](_0xc08f69))['body'];if(_0x32eb7c[_0x24f92c(0x199)]&&_0x32eb7c[_0x24f92c(0x199)]['code']===_0x291ad4['OK']){let _0x25f46c=_0x6dad3d(_0x32eb7c[_0x24f92c(0x337)],this[_0x24f92c(0x2f4)]());return Promise[_0x24f92c(0x3da)](_0x25f46c);}return Promise[_0x24f92c(0x326)](_0x32eb7c[_0x24f92c(0x199)]);}catch(_0x532e64){return Promise['reject'](_0x532e64);}}async[_0x3c69ef(0x1b3)](_0x567db0){const _0x14c4b7=_0x3c69ef;let _0x2f95d5='';if(!_0x43c969[_0x14c4b7(0x24f)](_0x567db0[_0x14c4b7(0x315)]))return this[_0x14c4b7(0x273)](),Promise['reject'](Error(_0x320d1a[_0x14c4b7(0x1c8)]));if(_0x567db0['size']>_0x3e4b91())return this[_0x14c4b7(0x273)](),Promise['reject'](Error(_0x320d1a[_0x14c4b7(0x29b)]));try{let _0x1f1452=new FormData();_0x1f1452[_0x14c4b7(0x349)]('file',_0x567db0);let _0x563536=this[_0x14c4b7(0x1ba)][_0x14c4b7(0x230)](),_0x5e0627=_0x563536==null?void 0x0:_0x563536[_0x14c4b7(0x270)]();if(!_0x5e0627)throw Error('unitId\x20is\x20not\x20found');let _0x54be06=this[_0x14c4b7(0x35f)]()+_0x14c4b7(0x2d9)+_0x567db0[_0x14c4b7(0x229)][_0x14c4b7(0x2a1)]()+'&source='+_0x316b67[_0x14c4b7(0x38e)]+'&assign='+encodeURIComponent(_0x5e0627),_0x49cf52={'body':_0x1f1452},_0x2d0230=(await this[_0x14c4b7(0x2e8)][_0x14c4b7(0x247)](_0x54be06,_0x49cf52))[_0x14c4b7(0x31c)];if(typeof _0x2d0230[_0x14c4b7(0x418)]!=_0x14c4b7(0x3e7))return this[_0x14c4b7(0x273)](),Promise[_0x14c4b7(0x326)](Error(_0x320d1a[_0x14c4b7(0x27d)]));_0x2f95d5=_0x2d0230[_0x14c4b7(0x418)];}catch{return this[_0x14c4b7(0x273)](),Promise[_0x14c4b7(0x326)](Error(_0x320d1a['ERROR_IMAGE']));}return new Promise((_0x33a029,_0x498b14)=>{const _0x400365=_0x14c4b7;let _0x288ed8=new FileReader();_0x288ed8[_0x400365(0x254)](_0x567db0),_0x288ed8[_0x400365(0x355)]=_0x1df57d=>{const _0x388573=_0x400365;var _0x531b2f;let _0x374f60=(_0x531b2f=_0x1df57d[_0x388573(0x3d8)])==null?void 0x0:_0x531b2f[_0x388573(0x2bb)];if(_0x374f60==null){this['_decreaseWaiting'](),_0x498b14(Error(_0x320d1a[_0x388573(0x27d)]));return;}_0x33a029({'imageId':_0x5c124c(0x6),'imageSourceType':_0xb1e59a[_0x388573(0x3ba)],'source':_0x2f95d5,'base64Cache':_0x374f60,'status':_0x320d1a[_0x388573(0x24e)]}),this[_0x388573(0x273)]();};});}[_0x3c69ef(0x35f)](){const _0x867f89=_0x3c69ef;var _0x2d4ade;let _0x37fdcd=this[_0x867f89(0x305)][_0x867f89(0x353)](L);return(_0x2d4ade=_0x37fdcd==null?void 0x0:_0x37fdcd[_0x867f89(0x1fb)])==null?_0x867f89(0x390):_0x2d4ade;}[_0x3c69ef(0x211)](){const _0x1e7eb3=_0x3c69ef;var _0x16f271;let _0x4cf3a6=this[_0x1e7eb3(0x305)][_0x1e7eb3(0x353)](L);return(_0x16f271=_0x4cf3a6==null?void 0x0:_0x4cf3a6['signUrlServerUrl'])==null?_0x1e7eb3(0x1f5):_0x16f271;}['_getDownloadEndpointURL'](){const _0x54a8f1=_0x3c69ef;var _0x3e0715;let _0x115a51=this[_0x54a8f1(0x305)][_0x54a8f1(0x353)](L);return(_0x3e0715=_0x115a51==null?void 0x0:_0x115a51[_0x54a8f1(0x33f)])==null?location['origin']:_0x3e0715;}[_0x3c69ef(0x3c5)](_0x3773e5,_0x2a5c7b){const _0x231ae9=_0x3c69ef;return _0x3773e5[_0x231ae9(0x24c)]('{fileID}',_0x2a5c7b);}['_decreaseWaiting'](){const _0x42e3ab=_0x3c69ef;--this[_0x42e3ab(0x41a)],this[_0x42e3ab(0x40f)][_0x42e3ab(0x19a)](this[_0x42e3ab(0x41a)]);}};Jn=V([B(0x0,_0xe230cc(_0x32d10d)),B(0x1,_0x1f37e4),B(0x2,_0xe230cc(_0x344fe1))],Jn);let Yn=class{constructor(_0x5284df,_0x106e52){const _0x44951c=_0x3c69ef;this[_0x44951c(0x305)]=_0x5284df,this['_HTTPService']=_0x106e52;}['_getAPIPrefixPath'](){const _0x4e8015=_0x3c69ef;var _0x1be638;let _0x8bcf85=this[_0x4e8015(0x305)][_0x4e8015(0x353)](L);return(_0x1be638=_0x8bcf85==null?void 0x0:_0x8bcf85[_0x4e8015(0x398)])==null?_0x4e8015(0x1d0):_0x1be638;}async[_0x3c69ef(0x314)](_0x3f9b2f){const _0xe59c12=_0x3c69ef;let _0x1de5e2=this[_0xe59c12(0x1de)]()+'/collaborator';return{'list':[{'title':'People','mentions':(await this['_HTTPService'][_0xe59c12(0x20f)](_0x1de5e2,{'params':{'objectID':_0x3f9b2f[_0xe59c12(0x296)],'unitID':_0x3f9b2f[_0xe59c12(0x296)]}}))[_0xe59c12(0x31c)][_0xe59c12(0x196)]['map'](_0x165193=>({'objectId':_0x165193['id'],'name':_0x165193['subject'][_0xe59c12(0x245)],'metadata':{'icon':_0x165193[_0xe59c12(0x35c)]['avatar']},'label':_0x165193['subject'][_0xe59c12(0x245)],'objectType':_0x3a7b55[_0xe59c12(0x409)]})),'metadata':{},'type':_0x3a7b55[_0xe59c12(0x409)]}]};}};Yn=V([B(0x0,_0xe230cc(_0x1f37e4)),B(0x1,_0xe230cc(_0x32d10d))],Yn);let Xn=class extends _0x50b38b{constructor(_0x4479e8,_0xe02e7d,_0x4c2bb1,_0x2d40b2,_0x15bf13){const _0x2cae6a=_0x3c69ef;super(),this['_injector']=_0x4479e8,this[_0x2cae6a(0x1ba)]=_0xe02e7d,this[_0x2cae6a(0x313)]=_0x4c2bb1,this[_0x2cae6a(0x195)]=_0x2d40b2,this['_collaborationUIEventService']=_0x15bf13,this['_initUnitPermissionChange'](),this[_0x2cae6a(0x282)]();}['_initCloseConn'](){const _0x2ba269=_0x3c69ef;let _0x3fc325=async _0x5269d9=>{const _0x3f1118=_0x43c7;(await this[_0x3f1118(0x195)][_0x3f1118(0x2d4)](_0x5269d9))[_0x3f1118(0x1b7)][_0x3f1118(0x380)](_0x26acea(_0x5b2635=>_0x5b2635[_0x3f1118(0x3f0)]===_0x43102b['SHOULD_CLOSE_CONN']),_0x241cda(this[_0x3f1118(0x294)]))['subscribe'](_0x4fc4b2=>{const _0x23a085=_0x3f1118;let {reason:_0x5257d6}=_0x4fc4b2[_0x23a085(0x2ee)];this[_0x23a085(0x290)][_0x23a085(0x377)]({'id':_0x23a085(0x3bd),'data':_0x5257d6}),this[_0x23a085(0x313)][_0x23a085(0x32b)](new _0x1413a3(_0x5269d9)['id'],!0x1),this[_0x23a085(0x195)][_0x23a085(0x32e)](_0x5269d9);});};_0x4802bd(this[_0x2ba269(0x1ba)][_0x2ba269(0x395)](_0x9a8e4e[_0x2ba269(0x1a4)]),this[_0x2ba269(0x1ba)][_0x2ba269(0x395)](_0x9a8e4e[_0x2ba269(0x274)]),this[_0x2ba269(0x1ba)][_0x2ba269(0x395)](_0x9a8e4e[_0x2ba269(0x360)]),this[_0x2ba269(0x1ba)][_0x2ba269(0x395)](_0x9a8e4e[_0x2ba269(0x3b3)]))[_0x2ba269(0x380)](_0xf99eb3(_0x51b0af=>_0x51b0af[_0x2ba269(0x3d6)][_0x2ba269(0x270)]()),_0x26acea(_0x4277b6=>!_0x5bdd45(_0x4277b6)),_0x241cda(this[_0x2ba269(0x294)]))[_0x2ba269(0x420)](_0x1c6ceb=>{_0x3fc325(_0x1c6ceb);});}[_0x3c69ef(0x1d5)](){const _0x51de51=_0x3c69ef;let _0x398920=async _0x17ea12=>{const _0x51ad69=_0x43c7;let _0x58f3a0=await this['_collaborationSessionService'][_0x51ad69(0x2d4)](_0x17ea12),_0x4ee41c=this[_0x51ad69(0x27a)]['get'](_0x2be84a);_0x58f3a0['event$'][_0x51ad69(0x380)](_0x26acea(_0x512fac=>_0x512fac['eventID']===_0x43102b[_0x51ad69(0x365)]),_0x241cda(this['dispose$']))[_0x51ad69(0x420)](_0x66912a=>{const _0x3eb264=_0x51ad69;let {objectId:_0xca0675}=_0x66912a[_0x3eb264(0x2ee)];_0xca0675===_0x17ea12?_0x4ee41c[_0x3eb264(0x3d0)](_0x17ea12):_0x4ee41c[_0x3eb264(0x3a2)](_0x17ea12,_0xca0675);});};_0x4802bd(this['_univerInstanceService'][_0x51de51(0x395)](_0x9a8e4e[_0x51de51(0x1a4)]))[_0x51de51(0x380)](_0xf99eb3(_0x415e02=>_0x415e02[_0x51de51(0x3d6)][_0x51de51(0x270)]()),_0x26acea(_0x517d5d=>!_0x5bdd45(_0x517d5d)),_0x241cda(this[_0x51de51(0x294)]))[_0x51de51(0x420)](_0x7470b6=>{_0x398920(_0x7470b6);});}};Xn=V([B(0x0,_0xe230cc(_0x31a56e)),B(0x1,_0x344fe1),B(0x2,_0x36da45),B(0x3,_0xe230cc(jn)),B(0x4,_0xe230cc(z))],Xn);let Zn=class{constructor(_0x29c7d8,_0x50f01b){const _0x48b6cc=_0x3c69ef;this[_0x48b6cc(0x305)]=_0x29c7d8,this[_0x48b6cc(0x2e8)]=_0x50f01b;}async[_0x3c69ef(0x2ff)](_0x4e5c1f,_0x4fefda){const _0xb5d4d0=_0x3c69ef;var _0x2c783a;let {unitID:_0x57e7e9,type:_0x4941a1,revision:_0x1c6f27=0x0}=_0x4fefda,_0x621f2f=this[_0xb5d4d0(0x18d)]()+'/'+_0x4941a1+_0xb5d4d0(0x203)+_0x57e7e9+_0xb5d4d0(0x1f7)+_0x1c6f27,_0x583c52=(await this[_0xb5d4d0(0x2e8)][_0xb5d4d0(0x20f)](_0x621f2f))[_0xb5d4d0(0x31c)],_0x3cc9cb=(_0x2c783a=_0x583c52[_0xb5d4d0(0x250)])==null?void 0x0:_0x2c783a[_0xb5d4d0(0x3d1)];if(_0x3cc9cb){let _0x2e8c2c=_0x3cc9cb==null?void 0x0:_0x3cc9cb[_0xb5d4d0(0x1a8)];_0x3cc9cb[_0xb5d4d0(0x1a8)]=_0x9afde9['encode'](_0x14b14d(_0x2e8c2c)),Object[_0xb5d4d0(0x279)](_0x3cc9cb[_0xb5d4d0(0x37c)])['forEach'](([,_0x4baa2f])=>{const _0x3d9dbf=_0xb5d4d0;let _0x1bf15e=_0x4baa2f[_0x3d9dbf(0x1a8)];_0x4baa2f[_0x3d9dbf(0x1a8)]=_0x9afde9[_0x3d9dbf(0x1ae)](_0x14b14d(_0x1bf15e));});}return _0x583c52;}async[_0x3c69ef(0x406)](_0x2fbacc,_0x4d29f9){const _0x1e4834=_0x3c69ef;let {unitID:_0x7b0bbd,type:_0x2497e8,blockID:_0xb385d}=_0x4d29f9,_0x4cbe18=this['_getAPIPrefix']()+'/'+_0x2497e8+_0x1e4834(0x203)+_0x7b0bbd+_0x1e4834(0x33a)+_0xb385d;return(await this['_httpService'][_0x1e4834(0x20f)](_0x4cbe18))[_0x1e4834(0x31c)];}async[_0x3c69ef(0x34c)](_0xcdf50,_0x5d7f74){const _0x3a88c7=_0x3c69ef;let {unitID:_0x55349,type:_0xcbf097,blockID:_0x58ae78}=_0x5d7f74,_0x55fcf4=this[_0x3a88c7(0x410)]()+'/block/'+_0xcbf097+_0x3a88c7(0x203)+_0x55349+_0x3a88c7(0x33a)+_0x58ae78;return(await this['_httpService'][_0x3a88c7(0x20f)](_0x55fcf4))[_0x3a88c7(0x31c)];}async['fetchMissingChangesets'](_0x12e4ed,_0x4d05f3){const _0x498d4f=_0x3c69ef;let {unitID:_0x5469fb,type:_0x123905,from:_0x3d4e94,to:_0x8eed3b}=_0x4d05f3,_0x4f8023=this[_0x498d4f(0x410)]()+'/'+_0x123905+'/unit/'+_0x5469fb+_0x498d4f(0x27e)+_0x3d4e94+_0x498d4f(0x3b7)+_0x8eed3b;return(await this[_0x498d4f(0x2e8)]['get'](_0x4f8023))[_0x498d4f(0x31c)];}['getSnapshotAPIPath'](){const _0x579e2f=_0x3c69ef;var _0x3da506;return(_0x3da506=this[_0x579e2f(0x305)][_0x579e2f(0x353)]('SNAPSHOT_URL_KEY'))==null?this[_0x579e2f(0x410)]():_0x3da506;}[_0x3c69ef(0x410)](){const _0x4ab717=_0x3c69ef;var _0x1b35dd;let _0x4d8c39=this[_0x4ab717(0x305)][_0x4ab717(0x353)](L);return(_0x1b35dd=_0x4d8c39==null?void 0x0:_0x4d8c39[_0x4ab717(0x277)])==null?'/universer-api/snapshot':_0x1b35dd;}async['getResourcesRequest'](_0x54509b,_0x1f8f2f){const _0x1dd038=_0x3c69ef;let _0x232b18=_0x1dd038(0x381)+_0x1f8f2f[_0x1dd038(0x315)]+_0x1dd038(0x203)+_0x1f8f2f['unitID']+_0x1dd038(0x40a);return(await this[_0x1dd038(0x2e8)]['get'](_0x232b18,{'params':{'resourceId':JSON['stringify'](_0x1f8f2f[_0x1dd038(0x375)])}}))[_0x1dd038(0x31c)];}[_0x3c69ef(0x3e0)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}['updateSnapshot'](){const _0x48bd95=_0x3c69ef;throw Error(_0x48bd95(0x37b));}[_0x3c69ef(0x278)](){const _0x4aa23e=_0x3c69ef;throw Error(_0x4aa23e(0x37b));}[_0x3c69ef(0x1a1)](){const _0x26f929=_0x3c69ef;throw Error(_0x26f929(0x37b));}['copyFileMeta'](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}['getLatestCsReqIdBySid'](){const _0x204201=_0x3c69ef;throw Error(_0x204201(0x37b));}};Zn=V([B(0x0,_0x1f37e4),B(0x1,_0xe230cc(_0x32d10d))],Zn);let Qn=class extends _0x1faad3{constructor(_0x1c0da9,_0x3e0541,_0x55064,_0x11be9a,_0x36897a){const _0x556ce6=_0x3c69ef;super(_0x1c0da9,_0x3e0541,_0x55064),this['_transformService']=_0x11be9a,this[_0x556ce6(0x3f4)]=_0x36897a;}['transformUndoRedo'](_0x19c1b7,_0x4cebb6){const _0x444e21=_0x3c69ef;let _0x416bdd=this[_0x444e21(0x372)](_0x19c1b7);if(_0x416bdd)try{let _0x10af39=this['_transformStack'](_0x416bdd,_0x4cebb6);this[_0x444e21(0x18a)](_0x19c1b7,_0x10af39);}catch(_0xede247){this[_0x444e21(0x3f4)]['error'](_0x444e21(0x2b0),_0xede247),this['_clearUndo'](_0x19c1b7);}let _0x4f2962=this[_0x444e21(0x1c4)](_0x19c1b7);if(_0x4f2962)try{let _0x1f0b8b=this[_0x444e21(0x3f3)](_0x4f2962,_0x4cebb6);this['_substituteRedoStack'](_0x19c1b7,_0x1f0b8b);}catch(_0x38c8f0){this[_0x444e21(0x3f4)][_0x444e21(0x199)](_0x38c8f0),this[_0x444e21(0x3c1)](_0x19c1b7);}}[_0x3c69ef(0x267)](_0x354219){const _0x37271b=_0x3c69ef;let _0x5af69f=this[_0x37271b(0x372)](_0x354219);_0x5af69f&&(_0x5af69f[_0x37271b(0x3a1)]=0x0,this[_0x37271b(0x39e)]());}[_0x3c69ef(0x3c1)](_0xa4566e){const _0x10158d=_0x3c69ef;let _0xb22c2c=this[_0x10158d(0x1c4)](_0xa4566e);_0xb22c2c&&(_0xb22c2c[_0x10158d(0x3a1)]=0x0,this[_0x10158d(0x39e)]());}['_substituteUndoStack'](_0x5b8b29,_0x4ad455){const _0x43d386=_0x3c69ef;this[_0x43d386(0x260)][_0x43d386(0x220)](_0x5b8b29,_0x4ad455),this[_0x43d386(0x39e)]();}['_substituteRedoStack'](_0x5ddf33,_0x3e5093){const _0x192be9=_0x3c69ef;this['_redoStacks'][_0x192be9(0x220)](_0x5ddf33,_0x3e5093),this[_0x192be9(0x39e)]();}[_0x3c69ef(0x3f3)](_0x7058aa,_0x540b7c){const _0x4086c7=_0x3c69ef;let _0x5a787b=[],_0x57dc6d=_0x540b7c,_0x479c48=_0x540b7c;for(let _0x2b7ccc=_0x7058aa[_0x4086c7(0x3a1)]-0x1;_0x2b7ccc>=0x0;_0x2b7ccc--){let {unitID:_0xd63e37,undoMutations:_0x5e193d,redoMutations:_0x19a689}=_0x7058aa[_0x2b7ccc],_0x45e43e=this[_0x4086c7(0x1c6)][_0x4086c7(0x2f6)](_0x57dc6d,_0x5e193d),_0x44cc34=this[_0x4086c7(0x1c6)][_0x4086c7(0x2f6)](_0x479c48,_0x19a689);if(_0x18826e(_0x45e43e)||_0x18826e(_0x44cc34)){this[_0x4086c7(0x3f4)]['error'](_0x4086c7(0x2b0),_0x4086c7(0x1c9),_0x45e43e,_0x44cc34);break;}_0x57dc6d=_0x45e43e[_0x4086c7(0x29c)],_0x479c48=_0x44cc34[_0x4086c7(0x29c)],_0x5a787b[_0x4086c7(0x217)]({'unitID':_0xd63e37,'undoMutations':_0x45e43e['m2Prime'],'redoMutations':_0x44cc34[_0x4086c7(0x3a6)]});}return _0x5a787b['reverse']();}};Qn=V([B(0x0,_0x344fe1),B(0x1,_0x4705e0),B(0x2,_0x6a8ee3),B(0x3,_0x3a995f),B(0x4,_0x5c3e7f)],Qn);let $n=class extends _0x2c6762{constructor(_0x1d7772=pt,_0x25be26,_0x5b9fcb,_0xb7fbe0){const _0x3a079e=_0x3c69ef;super(),this['_config']=_0x1d7772,this[_0x3a079e(0x3f4)]=_0x25be26,this['_injector']=_0x5b9fcb,this[_0x3a079e(0x305)]=_0xb7fbe0;let {..._0x3743ad}=_0x507159({},pt,this[_0x3a079e(0x227)]);if(!_0x3743ad['socketService'])throw Error(_0x3a079e(0x2c9));this[_0x3a079e(0x227)]=_0x3743ad,this[_0x3a079e(0x305)]['setConfig'](L,_0x3743ad);}['onStarting'](){const _0x4ede1c=_0x3c69ef;this[_0x4ede1c(0x2b4)](),this[_0x4ede1c(0x413)]();}[_0x3c69ef(0x2b4)](){const _0x51d431=_0x3c69ef;var _0x570fe0,_0x4e9976;this[_0x51d431(0x27a)][_0x51d431(0x387)](_0x4aa991)&&this[_0x51d431(0x3f4)][_0x51d431(0x199)](_0x51d431(0x2fb),_0x51d431(0x3c9));let _0x2fbb12=_0x23d6dd([[_0x4aa991,{'useClass':Qn}],[On,{'useValue':kn()}],[jn],[H],[Gt],[Bn],[Kn],[kt],[Xn],[z],[qn],[Tn,{'useClass':this[_0x51d431(0x227)][_0x51d431(0x1f1)]}],[_0xf3e9c6,{'useClass':Zn}],[_0x3c91dc,{'useClass':Vn}],[_0x80c08d,{'useClass':Jn}],[Ln,{'useClass':Rn}],[_0x3ae42a,{'useClass':Yn}],[Mn],[Fn]],(_0x570fe0=this[_0x51d431(0x227)])==null?void 0x0:_0x570fe0[_0x51d431(0x192)]);if(!((_0x4e9976=this[_0x51d431(0x227)])!=null&&_0x4e9976[_0x51d431(0x207)])){let _0x2dbdbb=_0x2fbb12[_0x51d431(0x371)](([_0x398370])=>_0x398370===W);_0x2dbdbb!==-0x1&&_0x2fbb12['splice'](_0x2dbdbb,0x1);}_0xa204e3(this[_0x51d431(0x27a)],_0x2fbb12);}[_0x3c69ef(0x413)](){const _0x230659=_0x3c69ef;var _0x478194,_0x229cb3;if(this[_0x230659(0x27a)][_0x230659(0x20f)](_0x32d10d)[_0x230659(0x3a5)]({'priority':0x14,'interceptor':_0x4e8da6({'maxParallel':0x6})}),!((_0x478194=this['_config'])!=null&&_0x478194[_0x230659(0x1a5)])){var _0xbd3e0b;(_0xbd3e0b=this[_0x230659(0x27a)][_0x230659(0x20f)](U,_0x46b617[_0x230659(0x1ce)]))==null||_0xbd3e0b[_0x230659(0x26a)]();}(_0x229cb3=this[_0x230659(0x227)])!=null&&_0x229cb3[_0x230659(0x40b)]&&_0x17b45d(this['_injector'],[[Bn]]),_0x17b45d(this[_0x230659(0x27a)],[[Kn],[Mn],[Xn]]);}};R($n,_0x3c69ef(0x18b),_0x3c69ef(0x2d8)),R($n,_0x3c69ef(0x1ea),Nn),R($n,_0x3c69ef(0x2cf),Pn),$n=V([_0x25f04d(_0x6b7911,_0x493098,_0x3667b4),B(0x1,_0x5c3e7f),B(0x2,_0xe230cc(_0x31a56e)),B(0x3,_0x1f37e4)],$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};