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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/README.md +8 -2
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +8 -2
  66. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -2
  67. package/lib/types/facade/f-collaboration.d.ts +40 -0
  68. package/lib/types/index.d.ts +6 -3
  69. package/lib/types/services/attachment-remote/attachment-io.service.d.ts +1 -4
  70. package/lib/types/services/collaboration-session/collaboration-changeset-translator.d.ts +4 -0
  71. package/lib/types/services/collaboration-session/collaboration-client-adapter.d.ts +39 -0
  72. package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
  73. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +14 -14
  74. package/lib/types/services/data-loader/data-loader.service.d.ts +1 -1
  75. package/lib/types/services/image-remote/image-io.service.d.ts +2 -4
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +15 -16
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x2acf(){const _0x5005eb=['addHandlerCallback','_clearRetryConnectingTimer','OTHER_CLIENT_EDITING','UNIVER_DOC','SUBMIT_CHANGESET_TIMEOUT','toStringTag','_clearScheduledTask','ILogService','CollaborationSocketService','_compressMutationService','updateMember','\x0aAfter:\x20','CommandType','_clearCollaborationTimeoutTimer','pipe','1.0.0-alpha.2','unit','saveAttachment','_transformRemoteChangesetByIMECache','output','_unlockTransition','incrementRevOfUnit','SetSelectionsOperation','onMutationExecutedForCollab','shareReplay','backupOfflineData','_clearHeartbeatTimer','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','&assign=','Tools','_type','955012EYsNLT','COMMENT_UPDATE','IConfigService','subUnitId','has','sessionStatus$','_acknowledgeAwaiting','toggleOffline','close$','packageName','_changesetSessionId','Quantity','endsWith','onTransformSelections','next','UNIVER_BASE','_getUploadFileURL','_onRemoteChangeset','Rectangle','filter','_commentService','x-univer-host','getUploadOptions','status','_onUserJoin','&source=','result','length','Uint8Array','_onConflict','Error\x20on\x20receiving\x20event','BASE64','fetch_missing','resend','_clearLocalCache','LocaleService','IPermissionService','__splitChunk__','IContextService','_permissionService','JOIN_ROOM_PERMISSION_DENIED','_doCreateSocket','UniverCollaborationClientPlugin','defineProperty','_createInitialState','_lockTransition','downloadEndpointUrl','UniverSheets','newCsEvent','CollaborationController','CmdRspCode','[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!','c1Prime','readAsDataURL','_shouldReportTelemetry','RETRY_CONNECTING_MAX_COUNT','/new_changes','deleteCollaborator','_initUnitPermissionChange','JOIN_ROOM_NOT_EXISTS','_onFetchMissResult','CONFLICT','JOIN','uuidv4','_onRemoteRejected','onRemoteChangeset','Disposable','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','conflict','updateCursorEvent','_state','UnitEmbedded','UniverLicensePlugin','assign','resolveWithBasePath','onMissingChangesets','getSnapshotAPIPath','push','[PendingState]:\x20received\x20rejection.','type=','_collabSessionService','getTime','fromCollab','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','body','reqId','ISingleActiveUnitService','/unit/','findIndex','stopTime','_initDependencies','_createSocket','_transformIMECache','session.room-permission-denied','changesets','avatar','@univerjs-pro/collaboration','src','varSizeNonce','encodeURIComponent','unknown','_sessions','every','_collaborationTimeoutTimer','saveImage','patch','_initCloseConn','createCollaborator','SUCCUSS','_submitChangeset','_onRemoteRetry','RemoveSlidePageMutation','mutations','collaboration-client.config','createIdentifier','_networkConditionService','clear','find','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','loginUrlKey','CHANGESET_SHOULD_RETRY','_handlerCallback','AWAITING','ISocketService','_socketService','csRejEvent','_tryReconnect','unit-cache-','UPDATE_PERMISSION_OBJ','charCodeAt','COMPRESS_MUTATION_APPLY','isInternalEditorID','_unitLoaded$','m2Prime','getUnitStatus$','DocStateChangeManagerService','_applyRemoteChangeset','_telemetryInfo','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','_sheetTransformSelectionsService','reverse','_startTelemetryCollaborationNewChangeset','parseProtocolChangeset','SheetPermissionInitController','@univerjs/core','_updateState','memberID','string','ICollaborationSocketService','@univerjs-pro/license','@univerjs-pro/bases','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','ISnapshotServerService','session.room-full','_updateLocalCache','isTransformChangesetsSuccess','add','{fileID}','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','CLOSE_ROOM','[CollaborationUndoRedoService]','_transitionLocked','?url=','commentUpdate$','onStateChange','MentionIoHttpService','executeCommand','UniverInstanceType','_substituteRedoStack','socket$','addImageSourceCache','getCurrentUser','NEW_CHANGESETS','getUnitType','UniverDrawing','waitForRoom$','loadDoc','subject','getUnitOnRev','set','code','_state$','getUnit','objectID','c2Prime','/object/','onStarting','onRemoteRetry','setCurrentUser','onMissedChangesetFetched','getCurrentSelections','workbook','encode','type','_incrementRevisionNumber','\x20-\x20','WorkbookEditablePermission','routeKey','snapshotServerUrl','SnapshotServerOverHTTPService','online$','loadOfflineData','_schedule','ThresholdInterceptorFactory','RichTextEditingMutation','loadSlide','awaitingChangeset','updatePermissionObjEvent','_scheduleCompleteTimestamp','Inject','transformChangesets','_waitForHeartbeatResponse','updateSnapshot','ws://127.0.0.1:8000/universer-api/comb/connect','name','map','copyFileMeta','/fetchmissing?from=','_replayCachedMutations','accept','status$','min','error','send','FileId','leaveEvent','Plugin','socketService','fill','_onJoinRoomEvent','nonceLength','sheets','ConflictState','_changesetReqId','getOwnPropertyDescriptor','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','_snapshotServerService','telemetry\x20info\x20is\x20not\x20initialized','CollaborationEvent','_members$','rev','ICommandService','collabSubmitChangesetUrl','_change$','_entityInit$','params','revision','ERROR_IMAGE_TYPE','RevisionService','OFFLINE','delete','NO_OTHER_CLIENTS_EDITING','state$','CombCmd','joinRsp','baseRev','_getRedoStack','DRAWING_IMAGE_ALLOW_IMAGE_LIST','save\x20fail\x20reason\x20is\x20','_onLocalMutation','AwaitingWithPendingState','DisposableCollection','_getSendChangesetTimeout','toDisposable','getConfig','_throwTelemetryCollaborationNewChangeset','_emitMembers','rxjs/operators','_revisionService','/-/object/list','saveChangeset','eventID','getDrawingImageAllowSize','UniverProBases','signUrlServerUrl','_onMessage','FetchingMissState','selections','[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.','compose','setCfgEnableObjInherit','_substituteUndoStack','tagLength','deserializeToCombResponse','UniverNetwork','_HTTPService','subscribe','_transformAndApplyRemoteChangeset','closeSession','_imageSourceCache','apply','_resendWithTimeout','origin','CollaborativeUndoRedoService','MentionType','_collaborationUIEventService','onTransformState','\x20to\x20','[OfflineState]:\x20received\x20acknowledgement.','@univerjs/protocol','/collaborator','ErrorCode','MemberService','UPDATE_CURSOR','confirm','_socketMessageSubscription','_getAPIPrefix','expected\x20Uint8Array','CHANGESET_ACK','range','InsertSheetMutation','focused$','toPrimitive','@univerjs-pro/collaboration-client','CollaborationSessionService','DEFAULT_FILE_NAME','append','_handleRemoteChangesets','disablePadding','parse','IAuthzIoService','text-x','_socketReady','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','_localCacheService','[DataLoaderService]','_createInitialStateImpl','failed\x20to\x20apply\x20missed\x20changesets!','_onOffline','IUndoRedoService','__Key__','_collaborationPaused','title','onTransformRemoteChangesetByStateCache','exports','transformMutationsWithChangeset','values','_registerDependencies','editingUnit','debug','getCollabEntity$','pending','onTransformIME','loadSheet','CHANGESET_REJ','_updateStatus','responseType','[OfflineState]:\x20received\x20changeset.','_disableEditing','[UniverCollaborationClientPlugin]','appendMutation','permissionRejEvent','UNISCRIPT_RUN','UniverProtocol','_telemetryService','_onConnectionOpen','getInterceptPoints','Optional','_maxTotalRetryTimeout','ILocalCacheService','[SyncedState]:\x20received\x20acknowledgement.','[FetchMissState]','_toggleOffline','_retryConnectingTimer','localCacheService','_instanceService','_queuedRemoteChangesets','href','LocalUndoRedoService','_univerInstanceService','UNIVER_COLLABORATION_CLIENT_PLUGIN','CollaborationEntity','HTTPService','_toggleOnline','duration','MergeInterceptorFactory','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','getResourcesRequest','createInstance','awaiting_with_pending','uploadFileServerUrl','_sendHeartbeatTimer','complete','_onRemoteACK','HEARTBEAT','JOINING','crypto.getRandomValues\x20must\x20be\x20defined','decrypt','/universer-api/stream/file/upload','session.join-failed','startsWith','interceptor','collaboration_new_changeset','post','removeMember','[PendingState]:\x20unhandled\x20univer\x20type:\x20','disposeWithMe','\x0aCurrent:\x20','missingChangesets','INGEST','POST','generateRandomId','RxDisposable','default','_rescheduleHeartbeat','getValue','getSheetId','_httpService','Failed\x20to\x20update\x20permission\x20point','LIVESHARE_REQUEST_HOST','fromCharCode','getRandomValues','IImageIoService','size','_executeRemoteChangeset','_createHandler','\x22aes\x20key\x22\x20expected\x20Uint8Array\x20of\x20length\x2016/24/32,\x20got\x20length=','_resendTimeout','resourceIDs','enableSingleActiveInstanceLock','crypto','localeService','PERMISSION_DENIED','Workbook','uniscriptRunEvent','indexOf','maxSize','buffer','getSheetBlock','_sender','replace','191201yUgclu','fetchThroughInterceptors','/-/object/-/batch_allowed','includes','ITransformService','2844351CLMZor','ReplaySubject','SheetsSelectionsService','parseChangesetToProtocol','byteOffset','then','_pendingMutations','actions','_config','length=','state','encrypt','symbol','SUBMIT_CHANGESET','capture','sid','BehaviorSubject','getTypeOfUnitAdded$','[CollaborationState]:\x20apply\x20error!','JSONX','delay','_onUserLeave','LIVESHARE_NEW_HOST','CollaborationAttachmentIoService','URL','rxjs','upload','override','_timeoutTimer','offline','_replaceFileID','onSyncEditingCollabCursor','registerHTTPInterceptor','attachment','emitEvent','_transformUndoredo','_decreaseWaiting','\x20in\x20_schedule.','updatePermissionPoint','_userManagerService','SOCKET_FAILED_RETRY','session.room-cnt-exceeds','UNIVER_SHEET','createSocket','refreshPermission','_handler','UniverProCollaboration','open$','collabWebSocketUrl','[CollaborationSessionService]','6nEfFUX','_sessionStatus$','[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!','saveSnapshot','splice','get','serializeCombRequest','stringify','_awaitingChangeset','ImageUploadStatusType','CompressMutationService','members','iterator','getTypeOfUnitDisposed$','IUniverInstanceService','getFocusedUnit','_collaborationSessionService','not_collab','updateOfflineData','OTHER_CLIENTS_EDITING','onRemoteAck','headers','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','aec/(cbc-ecb):\x20unpadded\x20plaintext\x20with\x20disabled\x20padding','JOIN_ROOM_FAILED','awaiting','getCurrentRevOfUnit','cannot\x20encrypt()\x20twice\x20with\x20same\x20key\x20+\x20nonce','DataLoaderService','/universer-api/authz','isSafeInteger','asObservable','OfflineState','\x22output\x22\x20expected\x20Uint8Array\x20of\x20length\x20','unitID','_retryCount','USERS_ENTER','getImageSourceCache','EmptyMutationInfo','socket\x20open.','isTransformMutationsWithChangesetSuccess','_socket$','merge','MoveSlidePageMutation','CollaborationSession','session','_transformRemoteChangesetByStateCache','mapDocumentTypeToUniverInstanceType','MSG_FOR_ERROR','some','reduce','getLatestCsReqIdBySid','_stopTelemetryCollaborationNewChangeset','_removeRoom','location','Subject','?size=','Wrong\x20sbox\x20length','toggleOnline','version','LIVESHARE_OPERATION','@univerjs-pro/slides','unitInfo$','batchAllowed','IAttachmentIoService','_acknowledgeAwaitingIfReady','PERSON','_showConflictNotification','isView','_joinRoom','UniverTelemetry','_docStateChangeManagerService','_upload','dispose','positive\x20integer\x20expected,\x20got\x20','collaboration-client.local-cache-service','withCredentials','SheetCollaborationEntity','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','_isEchoedAwaitingChangeset','DEFAULT_WS_SESSION_TICKET_URL','byteLength','PERMISSION_REJ','listRoles','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','saveSheetBlock','UniverCore','event$','onLocalMutation','AwaitingState','LIVESHARE_TERMINATE','data','loadUnitOfRevision','deepClone','_listenToNetworkCondition','take','COMPRESS_MUTATION_SEND','b64DecodeUnicode','_unitID','_memberService','SHOULD_CLOSE_CONN','cmd','BYTES_PER_ELEMENT','requireSession','HEARTBEAT_INTERVAL','_waitCount','_injector','AuthzIoHttpService','transformSelections','2pyZGFL','error$','ApplyBaseJson1Mutation','message$','reject','[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20','_logService','csAckEvent','connection\x20error','getActiveSheet','aes/pkcs7:\x20empty\x20ciphertext\x20not\x20allowed','isArray','GLOBAL_ROOMS_CNT_EXCEEDS','DEFAULT_COLLAB_WEB_SOCKET_URL','HEARTBEAT_TIMEOUT_KEY','setConfig','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','aes-(cbc/ecb).decrypt\x20ciphertext\x20should\x20consist\x20of\x20blocks\x20with\x20size\x2016','SOCKET_FAILED','HELLO','entries','_acknowledgedAwaitingRevision','getCollabEntity','@univerjs/sheets','_onConnectionFailed','\x22ciphertext\x22\x20expected\x20length\x20bigger\x20than\x20tagLength=','_undoStacks','toString','HEARTBEAT_TIMEOUT','setWaitCount','SheetTransformSelectionsService','disableLocalCache','_configService','Univer','userID','_clearUndo','UserManagerService','/rev/','_checkMissing','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','forEach','RECV','_getSignURL','_unitInfo$','_socket','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','init','amd','FETCH_MISSING','_transformStateCache','[CollaborationSession]','aes/pkcs7:\x20wrong\x20padding','_clearRedo','_startCollaboration','_snapshotService','_transformStack','Module','/resources','AttachmentSourceType','getMember','catch','[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.','UNIVER_SLIDE',',\x20got:\x20','_transformSelections','_onCombEvent','list','onlyLocal','_getLoginPath','floor','infoRsp','_commentUpdate$','mergeOverrideWithDependencies','_clearTimeoutTimer','_roomMembers','125780emyvmB','now','sessionStatus','_exhaustRemoteChangesetQueue','decorate','reconnect','HEARTBEAT_INTERVAL_KEY','constructor','cfgEnableObjInherit','_localeService','liveShareOperation','6111KhKpsM','getUnitId','_event$','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_roomCreated$','collaborators','transformStack\x20failed!','SYNCED','ERROR_IMAGE','2750568JSivMz','sendChangesetTimeout','_entities','CollaborationUIEventService','INetworkConditionService','[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.','_getDownloadEndpointURL','_commandService','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','LIVESHARE_FETCH_OPERATIONS','file','/allowed','_sendHeartbeat','_members','FAIL','roles','fetchMissingChangesets','&to=','resolve','_syncEditingCollabCursor','setShowComponents','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','[SyncedState]:\x20received\x20rejection.','_onRecvEvent','loadUnit','UniverProSlides','LOCAL_CACHE_INTERVAL','1986gCEibf','/object','ONLINE','collaboration-client.auth.needGotoLoginAlert','AWAITING_WITH_PENDING','PSEUDO_FETCH_MISSING_RESULT','members$','_sendingTimer','method','isPermissionRej','EnsureSlideMasterPageMutation','dispose$','IMentionIOService','snapshot','LEAVE','requestParams','takeUntil','_initMergeInterceptor','number','onCommentUpdate','textRanges','docStateChange$','431220OURUFt','_init','DocCollaborationEntity','Injector','[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.','subarray','onSendChangeset','_remoteChangesetQueue','allowed','object','UnitStatus','onRemoteRej','originalMeta','_cfgEnableObjInherit','_initRequestHeader','_tryEnsureSocket','_getCtorByUniverInstanceType','unitId','_getAPIPrefixPath','NOT_COLLAB','function','getImage','pauseCollaboration','from','_candidateSocket','_resendTimer','[CollaborationEntity]','nonce','_scheduleCollaborationTimeoutTimer','_isPermissionRej','_status$','unsubscribe','slice','USERS_LEAVE','IDLE','ImageSourceType','update','getGlobalObject','FileSource','getMemberID','_getCurrentRevision','equals','_singleActiveUnitService','getAllMembers','[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.','fetchMiss','JOIN_ROOM_FULL','collaMsg','MUTATION','url','putCollaborators','onTransformRemoteChangesetByIMECache','touchDependencies','PendingState','_transformService','csShouldRetryEvent','objectType','UUID','@univerjs/docs','_eventService','close','_undoRedoService','call','readyForCollab'];_0x2acf=function(){return _0x5005eb;};return _0x2acf();}function _0x5107(_0x272f93,_0x4f2325){_0x272f93=_0x272f93-0x1a8;const _0x2acf17=_0x2acf();let _0x51072b=_0x2acf17[_0x272f93];return _0x51072b;}(function(_0x182eda,_0x507fdd){const _0x162a2f=_0x5107,_0x3c2667=_0x182eda();while(!![]){try{const _0x14ed28=-parseInt(_0x162a2f(0x1c7))/0x1*(-parseInt(_0x162a2f(0x26b))/0x2)+-parseInt(_0x162a2f(0x1fe))/0x3*(-parseInt(_0x162a2f(0x35a))/0x4)+-parseInt(_0x162a2f(0x2fb))/0x5+parseInt(_0x162a2f(0x2e5))/0x6*(-parseInt(_0x162a2f(0x2c1))/0x7)+parseInt(_0x162a2f(0x2ca))/0x8+-parseInt(_0x162a2f(0x1cc))/0x9+-parseInt(_0x162a2f(0x2b6))/0xa;if(_0x14ed28===_0x507fdd)break;else _0x3c2667['push'](_0x3c2667['shift']());}catch(_0x46683a){_0x3c2667['push'](_0x3c2667['shift']());}}}(_0x2acf,0x4b5e0),function(_0x4d7b4c,_0x4481e3){const _0x533b2f=_0x5107;typeof exports==_0x533b2f(0x304)&&typeof module<'u'?_0x4481e3(exports,require('@univerjs-pro/bases'),require('@univerjs-pro/collaboration'),require('@univerjs/core'),require('@univerjs/docs'),require('@univerjs/sheets'),require('rxjs'),require('@univerjs/protocol'),require('@univerjs/telemetry'),require('rxjs/operators'),require('@univerjs-pro/slides'),require('@univerjs/network'),require('@univerjs-pro/license'),require('@univerjs/drawing')):typeof define==_0x533b2f(0x30f)&&define[_0x533b2f(0x29a)]?define([_0x533b2f(0x4a8),_0x533b2f(0x3f0),_0x533b2f(0x3ba),_0x533b2f(0x3ea),_0x533b2f(0x335),_0x533b2f(0x282),_0x533b2f(0x1e5),_0x533b2f(0x485),'@univerjs/telemetry',_0x533b2f(0x465),_0x533b2f(0x23b),'@univerjs/network',_0x533b2f(0x3ef),'@univerjs/drawing'],_0x4481e3):(_0x4d7b4c=typeof globalThis<'u'?globalThis:_0x4d7b4c||self,_0x4481e3(_0x4d7b4c['UniverProCollaborationClient']={},_0x4d7b4c[_0x533b2f(0x46b)],_0x4d7b4c[_0x533b2f(0x1fa)],_0x4d7b4c[_0x533b2f(0x254)],_0x4d7b4c['UniverDocs'],_0x4d7b4c[_0x533b2f(0x389)],_0x4d7b4c[_0x533b2f(0x1e5)],_0x4d7b4c[_0x533b2f(0x4bb)],_0x4d7b4c[_0x533b2f(0x244)],_0x4d7b4c['rxjs']['operators'],_0x4d7b4c[_0x533b2f(0x2e3)],_0x4d7b4c[_0x533b2f(0x476)],_0x4d7b4c['UniverProLicense'],_0x4d7b4c[_0x533b2f(0x408)]));}(this,function(_0x422771,_0x31678c,_0x3f9d12,_0x2ef5c0,_0x894f55,_0x15be79,_0x4d6dfb,_0x514d55,_0x4b66cd,_0x5df1dd,_0x303e42,_0xa3a4ef,_0x53a146,_0x119fcf){const _0x49e982=_0x5107;Object[_0x49e982(0x385)](_0x422771,Symbol[_0x49e982(0x340)],{'value':_0x49e982(0x2a3)});let _0x138b5f=_0x49e982(0x3cb),_0x49afe0={},_0x8ba365=_0x49e982(0x42f),_0x332e1b=0x4e20;function _0xdd9ff8(_0x8685a1){const _0x5c362b=_0x49e982;return JSON['stringify'](_0x8685a1)[_0x5c362b(0x375)];}function _0x3565f6(_0x30d91e){'@babel/helpers - typeof';const _0x2768ca=_0x49e982;return _0x3565f6=typeof Symbol==_0x2768ca(0x30f)&&typeof Symbol[_0x2768ca(0x20a)]==_0x2768ca(0x1d8)?function(_0xf25615){return typeof _0xf25615;}:function(_0x42edd6){const _0x5628e3=_0x2768ca;return _0x42edd6&&typeof Symbol=='function'&&_0x42edd6[_0x5628e3(0x2bd)]===Symbol&&_0x42edd6!==Symbol['prototype']?_0x5628e3(0x1d8):typeof _0x42edd6;},_0x3565f6(_0x30d91e);}function _0x33a648(_0xd52a8e,_0x591fcd){const _0x361a00=_0x49e982;if(_0x3565f6(_0xd52a8e)!='object'||!_0xd52a8e)return _0xd52a8e;var _0x1e5579=_0xd52a8e[Symbol[_0x361a00(0x492)]];if(_0x1e5579!==void 0x0){var _0x260f9e=_0x1e5579['call'](_0xd52a8e,_0x591fcd||_0x361a00(0x1ab));if(_0x3565f6(_0x260f9e)!='object')return _0x260f9e;throw TypeError(_0x361a00(0x2c4));}return(_0x591fcd===_0x361a00(0x3ed)?String:Number)(_0xd52a8e);}function _0x3128d1(_0x4bdc2f){const _0x4fb840=_0x49e982;var _0x2b5c70=_0x33a648(_0x4bdc2f,'string');return _0x3565f6(_0x2b5c70)==_0x4fb840(0x1d8)?_0x2b5c70:_0x2b5c70+'';}function _0xa76697(_0x494a51,_0x98ef91,_0x3c1451){return(_0x98ef91=_0x3128d1(_0x98ef91))in _0x494a51?Object['defineProperty'](_0x494a51,_0x98ef91,{'value':_0x3c1451,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x494a51[_0x98ef91]=_0x3c1451,_0x494a51;}let _0x37b816=function(_0x460d46){const _0x13540a=_0x49e982;return _0x460d46[_0x13540a(0x33d)]='OTHER_CLIENT_EDITING',_0x460d46['PERMISSION_DENIED']=_0x13540a(0x1be),_0x460d46['CONFLICT']='CONFLICT',_0x460d46['CLOSE_ROOM']=_0x13540a(0x3f9),_0x460d46[_0x13540a(0x216)]='JOIN_ROOM_FAILED',_0x460d46[_0x13540a(0x1f4)]=_0x13540a(0x1f4),_0x460d46[_0x13540a(0x27d)]=_0x13540a(0x27d),_0x460d46[_0x13540a(0x33f)]=_0x13540a(0x33f),_0x460d46;}({});var _0x4d282d=class{constructor(){const _0xf207a5=_0x49e982;_0xa76697(this,_0xf207a5(0x2c3),new _0x4d6dfb[(_0xf207a5(0x235))]()),_0xa76697(this,_0xf207a5(0x255),this[_0xf207a5(0x2c3)][_0xf207a5(0x21d)]());}[_0x49e982(0x1ee)](_0x49ffb1){const _0x357cd0=_0x49e982;this[_0x357cd0(0x2c3)][_0x357cd0(0x368)](_0x49ffb1);}},_0x1f4c07=class{constructor(){const _0x4590ed=_0x49e982;_0xa76697(this,'_commentUpdate$',new _0x4d6dfb[(_0x4590ed(0x235))]()),_0xa76697(this,_0x4590ed(0x3fd),this[_0x4590ed(0x2b2)][_0x4590ed(0x21d)]());}[_0x49e982(0x2f8)](_0x3409f8){const _0x375052=_0x49e982;this[_0x375052(0x2b2)][_0x375052(0x368)](_0x3409f8);}};function _0x25be6b(_0x3b9e21,_0x547c96){return function(_0x250ee6,_0x5af450){_0x547c96(_0x250ee6,_0x5af450,_0x3b9e21);};}function _0x433d1e(_0x187b6a,_0x1a8489,_0x3a58f6,_0x19f7a8){const _0x56c0d0=_0x49e982;var _0xf90482=arguments['length'],_0x239ea7=_0xf90482<0x3?_0x1a8489:_0x19f7a8===null?_0x19f7a8=Object[_0x56c0d0(0x444)](_0x1a8489,_0x3a58f6):_0x19f7a8,_0x655ff6;if(typeof Reflect==_0x56c0d0(0x304)&&typeof Reflect[_0x56c0d0(0x2ba)]==_0x56c0d0(0x30f))_0x239ea7=Reflect[_0x56c0d0(0x2ba)](_0x187b6a,_0x1a8489,_0x3a58f6,_0x19f7a8);else{for(var _0x357ed7=_0x187b6a[_0x56c0d0(0x375)]-0x1;_0x357ed7>=0x0;_0x357ed7--)(_0x655ff6=_0x187b6a[_0x357ed7])&&(_0x239ea7=(_0xf90482<0x3?_0x655ff6(_0x239ea7):_0xf90482>0x3?_0x655ff6(_0x1a8489,_0x3a58f6,_0x239ea7):_0x655ff6(_0x1a8489,_0x3a58f6))||_0x239ea7);}return _0xf90482>0x3&&_0x239ea7&&Object[_0x56c0d0(0x385)](_0x1a8489,_0x3a58f6,_0x239ea7),_0x239ea7;}let _0x5ad22b=class extends _0x2ef5c0['Disposable']{constructor(_0x175322,_0x52e62c){const _0xfce3e2=_0x49e982;super(),this[_0xfce3e2(0x4cb)]=_0x175322,this[_0xfce3e2(0x1f3)]=_0x52e62c,_0xa76697(this,_0xfce3e2(0x2b5),new Map()),_0xa76697(this,_0xfce3e2(0x2c5),new _0x4d6dfb[(_0xfce3e2(0x235))]()),this[_0xfce3e2(0x4e6)]((0x0,_0x4d6dfb[_0xfce3e2(0x228)])(this[_0xfce3e2(0x4cb)][_0xfce3e2(0x20b)](_0x2ef5c0['UniverInstanceType']['UNIVER_SHEET'])[_0xfce3e2(0x349)]((0x0,_0x5df1dd[_0xfce3e2(0x431)])(_0x17e262=>_0x17e262[_0xfce3e2(0x2c2)]())),this[_0xfce3e2(0x4cb)]['getTypeOfUnitDisposed$'](_0x2ef5c0[_0xfce3e2(0x401)][_0xfce3e2(0x33e)])['pipe']((0x0,_0x5df1dd[_0xfce3e2(0x431)])(_0x1dbe09=>_0x1dbe09[_0xfce3e2(0x2c2)]())),this[_0xfce3e2(0x4cb)][_0xfce3e2(0x20b)](_0x2ef5c0['UniverInstanceType'][_0xfce3e2(0x369)])[_0xfce3e2(0x349)]((0x0,_0x5df1dd['map'])(_0x373cd5=>_0x373cd5[_0xfce3e2(0x2c2)]())))[_0xfce3e2(0x478)](_0xad5020=>this[_0xfce3e2(0x233)](_0xad5020)));}[_0x49e982(0x409)](_0x46f977){const _0x9471eb=_0x49e982;return this[_0x9471eb(0x2b5)]['has'](_0x46f977)?(0x0,_0x4d6dfb['of'])(this[_0x9471eb(0x2b5)][_0x9471eb(0x203)](_0x46f977)):this[_0x9471eb(0x2c5)][_0x9471eb(0x349)]((0x0,_0x5df1dd[_0x9471eb(0x431)])(_0x327b43=>{const _0x39109d=_0x9471eb;if(_0x327b43===_0x46f977)return this[_0x39109d(0x2b5)][_0x39109d(0x203)](_0x327b43);}));}[_0x49e982(0x416)](_0x28d773){const _0x33069d=_0x49e982;this[_0x33069d(0x1f3)][_0x33069d(0x416)](_0x28d773);}[_0x49e982(0x405)](){const _0x443364=_0x49e982;return this[_0x443364(0x1f3)]['getCurrentUser']();}[_0x49e982(0x345)](_0x112581,_0x27a9ae){const _0x2597e3=_0x49e982;let _0x376c84=this[_0x2597e3(0x2b5)][_0x2597e3(0x203)](_0x112581);_0x376c84||(_0x376c84=new _0x327fba(),this[_0x2597e3(0x2b5)][_0x2597e3(0x40d)](_0x112581,_0x376c84),this[_0x2597e3(0x2c5)][_0x2597e3(0x368)](_0x112581)),_0x376c84[_0x2597e3(0x345)](_0x27a9ae);}[_0x49e982(0x4e4)](_0x4b4cca,_0x810399){const _0x55f344=_0x49e982;let _0x105dd4=this['_roomMembers']['get'](_0x4b4cca);_0x105dd4&&_0x105dd4[_0x55f344(0x4e4)](_0x810399);}['getRoom'](_0xf36c5a){const _0x1d0e57=_0x49e982;return this[_0x1d0e57(0x2b5)][_0x1d0e57(0x203)](_0xf36c5a);}[_0x49e982(0x2a6)](_0x1d0d4f,_0x3d8073){const _0x1c2bcf=_0x49e982;let _0x5ed0bf=this['_roomMembers'][_0x1c2bcf(0x203)](_0x1d0d4f);if(_0x5ed0bf)return _0x5ed0bf[_0x1c2bcf(0x2a6)](_0x3d8073);}[_0x49e982(0x233)](_0x35e0bc){const _0x5c108b=_0x49e982;let _0x3077bc=this[_0x5c108b(0x2b5)][_0x5c108b(0x203)](_0x35e0bc);_0x3077bc&&(_0x3077bc[_0x5c108b(0x247)](),this[_0x5c108b(0x2b5)][_0x5c108b(0x454)](_0x35e0bc));}['dispose'](){const _0x28ccbd=_0x49e982;this[_0x28ccbd(0x2b5)][_0x28ccbd(0x293)](_0x3ee43d=>_0x3ee43d[_0x28ccbd(0x247)]()),this['_roomMembers']['clear'](),this[_0x28ccbd(0x2c5)][_0x28ccbd(0x4d8)]();}};_0x5ad22b=_0x433d1e([_0x25be6b(0x0,_0x2ef5c0[_0x49e982(0x20c)]),_0x25be6b(0x1,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x28f)]))],_0x5ad22b);var _0x327fba=class extends _0x2ef5c0[_0x49e982(0x39c)]{constructor(..._0x24ad49){const _0x32a8ea=_0x49e982;super(..._0x24ad49),_0xa76697(this,'_members',new Map()),_0xa76697(this,_0x32a8ea(0x449),new _0x4d6dfb['BehaviorSubject'](this[_0x32a8ea(0x2d7)])),_0xa76697(this,_0x32a8ea(0x2eb),this[_0x32a8ea(0x449)][_0x32a8ea(0x21d)]());}['dispose'](){const _0x14eb9d=_0x49e982;this[_0x14eb9d(0x2d7)][_0x14eb9d(0x3ce)](),this[_0x14eb9d(0x449)][_0x14eb9d(0x4d8)]();}[_0x49e982(0x345)](_0x2f18ce){const _0x1689be=_0x49e982;this[_0x1689be(0x2d7)][_0x1689be(0x40d)](_0x2f18ce[_0x1689be(0x3ec)],_0x2f18ce),this[_0x1689be(0x464)]();}[_0x49e982(0x4e4)](_0x4e22a9){const _0x5a7066=_0x49e982;this[_0x5a7066(0x2d7)][_0x5a7066(0x454)](_0x4e22a9),this[_0x5a7066(0x464)]();}[_0x49e982(0x2a6)](_0x6be178){const _0x406916=_0x49e982;return this['_members'][_0x406916(0x203)](_0x6be178);}[_0x49e982(0x326)](){const _0x4b467a=_0x49e982;return Array[_0x4b467a(0x312)](this['_members'][_0x4b467a(0x4aa)]());}['_emitMembers'](){const _0x1e57c8=_0x49e982;this['_members$'][_0x1e57c8(0x368)](this[_0x1e57c8(0x2d7)]);}};let _0x30c386=function(_0x4b4472){const _0xfb8b89=_0x49e982;return _0x4b4472[_0x4b4472['IDLE']=0x0]=_0xfb8b89(0x31d),_0x4b4472[_0x4b4472[_0xfb8b89(0x4db)]=0x1]='JOINING',_0x4b4472[_0x4b4472[_0xfb8b89(0x453)]=0x2]=_0xfb8b89(0x453),_0x4b4472[_0x4b4472[_0xfb8b89(0x2e7)]=0x3]='ONLINE',_0x4b4472;}({}),_0xd91e25={[_0x514d55[_0x49e982(0x38c)][_0x49e982(0x2d8)]]:_0x49e982(0x4df),[_0x514d55[_0x49e982(0x38c)][_0x49e982(0x329)]]:_0x49e982(0x3f3),[_0x514d55[_0x49e982(0x38c)][_0x49e982(0x395)]]:'session.room-not-exists',[_0x514d55[_0x49e982(0x38c)][_0x49e982(0x382)]]:_0x49e982(0x3b7),[_0x514d55[_0x49e982(0x38c)][_0x49e982(0x277)]]:_0x49e982(0x1f5)},_0xbc6026=class extends _0x2ef5c0['RxDisposable']{get[_0x49e982(0x2b8)](){const _0x54d771=_0x49e982;return this[_0x54d771(0x1ff)]['getValue']();}constructor(_0x5deff1,_0x18d67d,_0x48af46,_0x3436d3,_0x59b9e2,_0x492d32,_0x1523e4,_0x5e42be){const _0x2e0112=_0x49e982;super(),this[_0x2e0112(0x260)]=_0x5deff1,this[_0x2e0112(0x271)]=_0x48af46,this[_0x2e0112(0x28b)]=_0x3436d3,this[_0x2e0112(0x261)]=_0x59b9e2,this[_0x2e0112(0x36e)]=_0x492d32,this['_collaborationUIEventService']=_0x1523e4,this[_0x2e0112(0x4bc)]=_0x5e42be,_0xa76697(this,_0x2e0112(0x1ff),new _0x4d6dfb[(_0x2e0112(0x1dc))](0x0)),_0xa76697(this,'sessionStatus$',this[_0x2e0112(0x1ff)][_0x2e0112(0x21d)]()),_0xa76697(this,_0x2e0112(0x2c3),new _0x4d6dfb[(_0x2e0112(0x235))]()),_0xa76697(this,_0x2e0112(0x255),this[_0x2e0112(0x2c3)][_0x2e0112(0x21d)]()),_0xa76697(this,_0x2e0112(0x297),void 0x0),_0xa76697(this,_0x2e0112(0x48b),void 0x0),_0xa76697(this,_0x2e0112(0x3c1),void 0x0),_0xa76697(this,_0x2e0112(0x390),!0x1),_0xa76697(this,_0x2e0112(0x3e3),null),this[_0x2e0112(0x390)]=!!this['_telemetryService'],_0x18d67d[_0x2e0112(0x349)]((0x0,_0x4d6dfb[_0x2e0112(0x2f5)])(this[_0x2e0112(0x2f0)]))[_0x2e0112(0x478)](_0x669e86=>{const _0x4c65e0=_0x2e0112;if(_0x669e86!==void 0x0){if(this[_0x4c65e0(0x297)]=_0x669e86,_0x669e86)this[_0x4c65e0(0x243)](_0x669e86),this[_0x4c65e0(0x48b)]=_0x669e86[_0x4c65e0(0x26e)][_0x4c65e0(0x478)](_0x9f5626=>{const _0x5cda07=_0x4c65e0;_0x9f5626[_0x5cda07(0x41f)]===this['_unitID']&&this[_0x5cda07(0x2ac)](_0x9f5626);});else{var _0xa12222;this[_0x4c65e0(0x463)](),this[_0x4c65e0(0x1ff)][_0x4c65e0(0x368)](0x2),(_0xa12222=this[_0x4c65e0(0x48b)])==null||_0xa12222[_0x4c65e0(0x31a)](),this[_0x4c65e0(0x48b)]=null;}}});}['getMemberID'](){const _0x3a6f07=_0x49e982;var _0xdb0a27,_0x5696cd;return(_0xdb0a27=(_0x5696cd=this[_0x3a6f07(0x297)])==null?void 0x0:_0x5696cd[_0x3a6f07(0x3ec)])==null?null:_0xdb0a27;}[_0x49e982(0x247)](){const _0x46df42=_0x49e982;super[_0x46df42(0x247)](),this[_0x46df42(0x337)](),this[_0x46df42(0x2f0)]['next'](),this[_0x46df42(0x2f0)]['complete']();}[_0x49e982(0x337)](){const _0x33ac0c=_0x49e982;var _0x3ee9b0,_0x52ca77;this[_0x33ac0c(0x463)](),(_0x3ee9b0=this[_0x33ac0c(0x297)])==null||_0x3ee9b0[_0x33ac0c(0x439)]({'cmd':_0x514d55[_0x33ac0c(0x457)][_0x33ac0c(0x2f3)],'data':{'roomID':this['_unitID']}}),(_0x52ca77=this[_0x33ac0c(0x297)])==null||_0x52ca77['close'](),this['_event$'][_0x33ac0c(0x4d8)](),this['_sessionStatus$'][_0x33ac0c(0x4d8)]();}[_0x49e982(0x2ac)](_0x2f07f6){const _0x36974c=_0x49e982;_0x2f07f6[_0x36974c(0x263)]===_0x514d55[_0x36974c(0x457)][_0x36974c(0x398)]?this[_0x36974c(0x43f)](_0x2f07f6):_0x2f07f6[_0x36974c(0x263)]===_0x514d55[_0x36974c(0x457)][_0x36974c(0x294)]&&this[_0x36974c(0x2e1)](_0x2f07f6);}['_joinRoom'](_0x2e4dc8){const _0x6fc33f=_0x49e982;this[_0x6fc33f(0x1ff)]['next'](0x1),_0x2e4dc8[_0x6fc33f(0x439)]({'cmd':_0x514d55[_0x6fc33f(0x457)][_0x6fc33f(0x398)],'routeKey':this[_0x6fc33f(0x260)],'routeType':'','data':{'rooms':[{'roomID':this[_0x6fc33f(0x260)]}]}});}[_0x49e982(0x43f)](_0x12c40f){const _0x239757=_0x49e982;var _0x38608d;if(_0x12c40f[_0x239757(0x40e)]in _0xd91e25){this[_0x239757(0x481)][_0x239757(0x1ee)]({'id':_0x239757(0x216),'data':_0xd91e25[_0x12c40f[_0x239757(0x40e)]]}),this[_0x239757(0x1ff)][_0x239757(0x368)](0x2);return;}this[_0x239757(0x1ff)][_0x239757(0x368)](0x3);let _0x7e6d57=(_0x38608d=_0x12c40f[_0x239757(0x259)]['roomInfos'][this[_0x239757(0x260)]])==null?void 0x0:_0x38608d[_0x239757(0x209)];_0x7e6d57&&_0x7e6d57[_0x239757(0x293)](_0x3b00d3=>this[_0x239757(0x261)]['updateMember'](this[_0x239757(0x260)],_0x3b00d3));}['_onRecvEvent'](_0x407b4e){const _0x150306=_0x49e982;try{let _0x10cc25=_0x407b4e[_0x150306(0x259)];switch(_0x10cc25[_0x150306(0x469)]){case _0x3f9d12['CollaborationEvent']['USERS_ENTER']:this[_0x150306(0x372)](_0x10cc25),this[_0x150306(0x2c3)][_0x150306(0x368)](_0x10cc25);break;case _0x3f9d12[_0x150306(0x448)][_0x150306(0x31c)]:this[_0x150306(0x1e1)](_0x10cc25),this[_0x150306(0x2c3)][_0x150306(0x368)](_0x10cc25);break;case _0x3f9d12[_0x150306(0x448)][_0x150306(0x48e)]:case _0x3f9d12[_0x150306(0x448)][_0x150306(0x3d2)]:this[_0x150306(0x232)](),this[_0x150306(0x348)](),this['_event$'][_0x150306(0x368)](_0x10cc25);break;case _0x3f9d12[_0x150306(0x448)][_0x150306(0x22e)]:this['_logService'][_0x150306(0x438)](_0x150306(0x45c)+JSON[_0x150306(0x205)](_0x10cc25)),this['_event$'][_0x150306(0x368)](_0x10cc25);break;case _0x3f9d12[_0x150306(0x448)][_0x150306(0x35b)]:this[_0x150306(0x36e)][_0x150306(0x2f8)](_0x10cc25['data']),this[_0x150306(0x2c3)][_0x150306(0x368)](_0x10cc25);break;default:this[_0x150306(0x2c3)][_0x150306(0x368)](_0x10cc25);}}catch(_0x446c59){this[_0x150306(0x271)][_0x150306(0x438)](_0x446c59,_0x407b4e);}}['_onUserJoin'](_0x339ecf){const _0x447299=_0x49e982;this[_0x447299(0x261)][_0x447299(0x345)](this[_0x447299(0x260)],_0x339ecf[_0x447299(0x259)]);}['_onUserLeave'](_0x5596f9){const _0x2bf3df=_0x49e982;this[_0x2bf3df(0x261)]['removeMember'](this[_0x2bf3df(0x260)],_0x5596f9[_0x2bf3df(0x259)][_0x2bf3df(0x3ec)]);}async[_0x49e982(0x439)](_0x5e9e82,_0x17c723){const _0xe43d02=_0x49e982;if(this[_0xe43d02(0x2b8)]!==0x3||!this[_0xe43d02(0x297)])throw Error(_0xe43d02(0x356));try{_0x5e9e82['eventID']===_0x3f9d12['CollaborationEvent'][_0xe43d02(0x1d9)]&&(this[_0xe43d02(0x317)](),this[_0xe43d02(0x3e7)](_0x5e9e82)),this[_0xe43d02(0x297)]['send']({'cmd':_0x514d55['CombCmd'][_0xe43d02(0x4e9)],'routeKey':_0x17c723,'routeType':'','data':_0x5e9e82});}catch(_0x4f15b4){this['_logService'][_0xe43d02(0x438)](_0x4f15b4);}}['_scheduleCollaborationTimeoutTimer'](){const _0x4d75d8=_0x49e982;var _0x508e92;this[_0x4d75d8(0x3c1)]=setTimeout(()=>{const _0x2cf932=_0x4d75d8;this['_collaborationTimeoutTimer']=null,this[_0x2cf932(0x481)][_0x2cf932(0x1ee)]({'id':_0x2cf932(0x33f)});},(_0x508e92=this[_0x4d75d8(0x28b)][_0x4d75d8(0x462)]('HEARTBEAT_TIMEOUT'))==null?_0x332e1b:_0x508e92);}[_0x49e982(0x348)](){const _0x3e943f=_0x49e982;this[_0x3e943f(0x3c1)]&&(clearTimeout(this[_0x3e943f(0x3c1)]),this[_0x3e943f(0x3c1)]=null);}[_0x49e982(0x3e7)](_0x565722){const _0x10f904=_0x49e982;if(!this['_shouldReportTelemetry'])return;let {data:_0x528223}=_0x565722,{unitID:_0x2ff016,changeset:_0x562e75}=_0x528223,{mutations:_0x3a5901,type:_0x4aa9bc}=_0x562e75;this[_0x10f904(0x3e3)]={'unitId':_0x2ff016,'type':_0x4aa9bc,'startTime':performance[_0x10f904(0x2b7)](),'stopTime':0x0,'duration':0x0,'size':_0xdd9ff8(_0x3a5901)};}[_0x49e982(0x232)](){const _0x7385d6=_0x49e982;if(this[_0x7385d6(0x390)]){if(!this[_0x7385d6(0x3e3)]){this[_0x7385d6(0x271)]['error'](_0x7385d6(0x29d),_0x7385d6(0x447));return;}this['_telemetryInfo'][_0x7385d6(0x3b3)]=performance[_0x7385d6(0x2b7)](),this['_telemetryInfo'][_0x7385d6(0x4d0)]=this[_0x7385d6(0x3e3)][_0x7385d6(0x3b3)]-this[_0x7385d6(0x3e3)]['startTime'],this[_0x7385d6(0x4bc)][_0x7385d6(0x1da)](_0x7385d6(0x4e2),this['_telemetryInfo']),this[_0x7385d6(0x3e3)]=null;}}[_0x49e982(0x463)](){const _0x3f5f0e=_0x49e982;this[_0x3f5f0e(0x3e3)]=null;}};_0xbc6026=_0x433d1e([_0x25be6b(0x2,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0x3,_0x2ef5c0[_0x49e982(0x35c)]),_0x25be6b(0x4,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x5ad22b)),_0x25be6b(0x5,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x1f4c07)),_0x25be6b(0x6,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x4d282d)),_0x25be6b(0x7,(0x0,_0x2ef5c0['Optional'])(_0x4b66cd['ITelemetryService']))],_0xbc6026);let _0x497ec1=(0x0,_0x2ef5c0['createIdentifier'])(_0x49e982(0x249));function _0x4148ee(_0x48b1a1){const _0x1fc74a=_0x49e982;return _0x1fc74a(0x3d9)+_0x48b1a1;}function _0x5d4169(_0x5ab6f8){const _0x5a8ca0=_0x49e982;let {unitID:_0x2ab82d,mutations:_0x4c8fff}=_0x5ab6f8;return{'unitId':_0x2ab82d,'subUnitId':_0x4c8fff[_0x5a8ca0(0x375)]>0x0?_0x4c8fff[0x0][_0x5a8ca0(0x44f)][_0x5a8ca0(0x35d)]:null};}let _0x510d83=class{constructor(_0x3bcd62,_0x24ad85,_0x3e2ef2){const _0x5df1bf=_0x49e982;this[_0x5df1bf(0x268)]=_0x3bcd62,this[_0x5df1bf(0x331)]=_0x24ad85,this[_0x5df1bf(0x4c7)]=_0x3e2ef2;}['transformSelections'](_0x16fcaa){const _0x5d92f2=_0x49e982;var _0x29ff40,_0x2e0793;let _0x551d9b=this[_0x5d92f2(0x268)][_0x5d92f2(0x203)](_0x15be79[_0x5d92f2(0x1ce)]),{unitId:_0x738b82,subUnitId:_0x2c7dd2}=_0x5d4169(_0x16fcaa),_0x113b58=_0x551d9b==null?void 0x0:_0x551d9b['getWorkbookSelections'](_0x738b82)[_0x5d92f2(0x418)](),_0x1e1763=(_0x29ff40=this[_0x5d92f2(0x4c7)][_0x5d92f2(0x410)](_0x738b82))==null||(_0x29ff40=_0x29ff40[_0x5d92f2(0x274)]())==null?void 0x0:_0x29ff40[_0x5d92f2(0x1ae)]();if(_0x113b58[_0x5d92f2(0x375)]===0x0||!_0x738b82||!_0x2c7dd2)return;let _0x4d5b78=[{'id':_0x15be79[_0x5d92f2(0x351)]['id'],'params':{'unitId':_0x738b82,'subUnitId':_0x1e1763,'selections':_0x2ef5c0[_0x5d92f2(0x358)][_0x5d92f2(0x25b)](_0x113b58)}}],_0x3d5059=this['_transformService'][_0x5d92f2(0x4a9)](_0x16fcaa,_0x4d5b78);if(!(0x0,_0x3f9d12['isTransformMutationsWithChangesetSuccess'])(_0x3d5059))throw _0x3d5059[_0x5d92f2(0x438)];let _0x2839ce=(_0x2e0793=_0x3d5059[_0x5d92f2(0x3df)][0x0])==null||(_0x2e0793=_0x2e0793['params'])==null?void 0x0:_0x2e0793['selections'];if(Array['isArray'](_0x2839ce)&&_0x2839ce[_0x5d92f2(0x375)]){if(_0x2839ce[_0x5d92f2(0x375)]===_0x4d5b78[0x0][_0x5d92f2(0x44f)][_0x5d92f2(0x46f)][_0x5d92f2(0x375)]&&_0x2839ce[_0x5d92f2(0x3c0)]((_0x98da1,_0xed6a62)=>_0x2ef5c0[_0x5d92f2(0x36c)][_0x5d92f2(0x324)](_0x98da1[_0x5d92f2(0x48f)],_0x4d5b78[0x0]['params']['selections'][_0xed6a62][_0x5d92f2(0x48f)])))return;this[_0x5d92f2(0x268)][_0x5d92f2(0x203)](_0x2ef5c0[_0x5d92f2(0x44b)])[_0x5d92f2(0x400)](_0x15be79[_0x5d92f2(0x351)]['id'],{'unitId':_0x738b82,'subUnitId':_0x1e1763,'selections':_0x2839ce});}}};_0x510d83=_0x433d1e([_0x25be6b(0x0,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x1,_0x3f9d12[_0x49e982(0x1cb)]),_0x25be6b(0x2,_0x2ef5c0[_0x49e982(0x20c)])],_0x510d83);let _0xc4da01=(0x0,_0x2ef5c0[_0x49e982(0x3cc)])('univer-pro.collaboration-client.single-active-unit-service'),_0x3ce802=function(_0x95cc17){const _0x491fe9=_0x49e982;return _0x95cc17[_0x95cc17[_0x491fe9(0x455)]=0x0]=_0x491fe9(0x455),_0x95cc17[_0x95cc17[_0x491fe9(0x211)]=0x1]=_0x491fe9(0x211),_0x95cc17;}({});function _0x32955c(_0x415e30){const _0x6222ef=_0x49e982;var _0x2cba5a;return!!((_0x2cba5a=_0x415e30[_0x6222ef(0x44f)])!=null&&_0x2cba5a[_0x6222ef(0x37f)]);}let _0x67a9cb=new Set([_0x15be79[_0x49e982(0x490)]['id']]),_0xb50032=new Set([_0x303e42['AddSlidePageMutation']['id'],_0x303e42[_0x49e982(0x2ef)]['id'],_0x303e42[_0x49e982(0x229)]['id'],_0x303e42[_0x49e982(0x3c9)]['id']]);function _0x566bc4(_0x4c25ca,_0x383452=_0x67a9cb){const _0x4869b7=_0x49e982;let _0x46b7e2=[];for(let _0x1612dd of _0x4c25ca){if(_0x383452[_0x4869b7(0x35e)](_0x1612dd['id'])){if(_0x46b7e2[_0x4869b7(0x375)]>0x0)break;_0x46b7e2[_0x4869b7(0x3a7)](_0x1612dd);break;}if(_0x32955c(_0x1612dd)){if(_0x46b7e2['length']>0x0)break;_0x46b7e2[_0x4869b7(0x3a7)](_0x1612dd);break;}_0x46b7e2[_0x4869b7(0x3a7)](_0x1612dd);}return _0x46b7e2;}function _0x2d032a(_0x28c8a0,_0x1b18da,_0x5922d6,_0xd40366,_0x5cc10e){const _0x56d5d8=_0x49e982;var _0x19a34c,_0x5e26a9,_0x19ccfd,_0x2ded63;let _0x5c0245=_0x566bc4(_0x28c8a0),_0x185f3e=(_0x19a34c=(_0x5e26a9=_0x5cc10e['getCurrentUser']())==null?void 0x0:_0x5e26a9[_0x56d5d8(0x28d)])==null?_0x56d5d8(0x3be):_0x19a34c,_0x1e17c4=(_0x19ccfd=(_0x2ded63=_0x5cc10e['getCurrentUser']())==null?void 0x0:_0x2ded63['memberID'])==null?_0x56d5d8(0x3be):_0x19ccfd;return{'changeset':{'unitID':_0x1b18da,'type':(0x0,_0x3f9d12[_0x56d5d8(0x22d)])(_0x5922d6[_0x56d5d8(0x407)](_0x1b18da)),'baseRev':_0xd40366[_0x56d5d8(0x218)](_0x1b18da),'revision':0x0,'userID':_0x185f3e,'memberID':_0x1e17c4,'mutations':_0x5c0245},'pendingMutations':_0x28c8a0[_0x56d5d8(0x31b)](_0x5c0245[_0x56d5d8(0x375)])};}let _0x15dfe5=_0x2d032a;function _0x5111b3(_0x2f616a,_0x3f3450,_0x25de1c,_0x34ff06,_0x574150){return _0x2d032a(_0x2f616a,_0x3f3450,_0x25de1c,_0x34ff06,_0x574150);}function _0x376d18(_0x500b93,_0x6eb5a1,_0x40a3b8,_0x15827e,_0x20d26f){const _0x373004=_0x49e982;var _0x574740,_0x24c950,_0x37586d,_0x3f5716;let _0x4379cc=_0x566bc4(_0x500b93,_0xb50032),_0x1419d8=(_0x574740=(_0x24c950=_0x20d26f[_0x373004(0x405)]())==null?void 0x0:_0x24c950['userID'])==null?_0x373004(0x3be):_0x574740,_0x4be242=(_0x37586d=(_0x3f5716=_0x20d26f[_0x373004(0x405)]())==null?void 0x0:_0x3f5716[_0x373004(0x3ec)])==null?'unknown':_0x37586d;return{'changeset':{'unitID':_0x6eb5a1,'type':(0x0,_0x3f9d12[_0x373004(0x22d)])(_0x40a3b8['getUnitType'](_0x6eb5a1)),'baseRev':_0x15827e[_0x373004(0x218)](_0x6eb5a1),'revision':0x0,'userID':_0x1419d8,'memberID':_0x4be242,'mutations':_0x4379cc},'pendingMutations':_0x500b93[_0x373004(0x31b)](_0x4379cc['length'])};}function _0xf01e4e(_0x2ec198,_0x2c9388,_0x5d567b,_0x44124c,_0x1d78bc){const _0x576d15=_0x49e982;var _0x3f0b95,_0x266441,_0x275b59,_0xd5788f;let _0x19436b=_0x2ec198['reduce']((_0x320bf0,_0xea7454)=>{const _0x274c04=_0x5107;let _0x5c9bb7=_0x320bf0[_0x320bf0['length']-0x1],{id:_0x209ac6}=_0x5c9bb7==null?{}:_0x5c9bb7,{id:_0x1e30c8,type:_0x42465f}=_0xea7454,_0x3975d5=_0xea7454[_0x274c04(0x44f)];if(_0x209ac6&&_0x209ac6!==_0x1e30c8)throw Error(_0x274c04(0x3e4)+_0x209ac6+_0x274c04(0x41d)+_0x1e30c8+'.');if(!_0x5c9bb7)return[{'id':_0x1e30c8,'type':_0x42465f,'params':{'unitId':_0x3975d5[_0x274c04(0x30c)],'textRanges':_0x3975d5['textRanges'],'actions':_0x3975d5[_0x274c04(0x1d3)]}}];let _0x115ad8=_0x5c9bb7[_0x274c04(0x44f)];return _0x3aed9e(_0x115ad8['actions'],_0x3975d5[_0x274c04(0x1d3)])?[..._0x320bf0['slice'](0x0,-0x1),{..._0x5c9bb7,'id':_0x1e30c8,'type':_0x42465f,'params':{'unitId':_0x3975d5[_0x274c04(0x30c)],'textRanges':_0x3975d5[_0x274c04(0x2f9)],'actions':_0x2ef5c0[_0x274c04(0x1df)][_0x274c04(0x471)](_0x115ad8[_0x274c04(0x1d3)],_0x3975d5['actions'])}}]:[..._0x320bf0,{'id':_0x1e30c8,'type':_0x42465f,'params':{'unitId':_0x3975d5['unitId'],'textRanges':_0x3975d5[_0x274c04(0x2f9)],'actions':_0x3975d5['actions']}}];},[]),_0x308c76=(_0x3f0b95=(_0x266441=_0x1d78bc[_0x576d15(0x405)]())==null?void 0x0:_0x266441[_0x576d15(0x28d)])==null?_0x576d15(0x3be):_0x3f0b95,_0x26d966=(_0x275b59=(_0xd5788f=_0x1d78bc[_0x576d15(0x405)]())==null?void 0x0:_0xd5788f[_0x576d15(0x3ec)])==null?_0x576d15(0x3be):_0x275b59;return{'changeset':{'unitID':_0x2c9388,'type':(0x0,_0x3f9d12[_0x576d15(0x22d)])(_0x5d567b[_0x576d15(0x407)](_0x2c9388)),'baseRev':_0x44124c[_0x576d15(0x218)](_0x2c9388),'revision':0x0,'userID':_0x308c76,'memberID':_0x26d966,'mutations':_0x19436b},'pendingMutations':_0x2ec198[_0x576d15(0x31b)](_0x2ec198['length'])};}function _0x3aed9e(_0x42c1b5,_0x24594c){return _0x5bb65e(_0x42c1b5)&&_0x5bb65e(_0x24594c)&&!_0x58f785(_0x42c1b5)&&!_0x58f785(_0x24594c);}function _0x5bb65e(_0xd7bd8a){const _0x2107df=_0x49e982;return _0x4eb2c1(_0xd7bd8a)[_0x2107df(0x22f)](_0x32ac1a=>_0x4174cc(_0x32ac1a)&&_0x32ac1a['et']===_0x2107df(0x49b));}function _0x58f785(_0x488b06){const _0x564117=_0x49e982;return _0x4eb2c1(_0x488b06)[_0x564117(0x22f)](_0x1619ce=>Array[_0x564117(0x276)](_0x1619ce)||typeof _0x1619ce==_0x564117(0x3ed)||typeof _0x1619ce==_0x564117(0x2f7));}function _0x4eb2c1(_0x1e29e3){const _0x5f5312=_0x49e982;if(!Array[_0x5f5312(0x276)](_0x1e29e3))return[];let _0x12af3c=_0x1e29e3[_0x5f5312(0x1ca)](_0x5f5312(0x3ae))?_0x1e29e3:_0x1e29e3['find'](_0x28563b=>Array[_0x5f5312(0x276)](_0x28563b)&&_0x28563b[_0x5f5312(0x1ca)](_0x5f5312(0x3ae)));if(!Array[_0x5f5312(0x276)](_0x12af3c))return[];let _0x34cded=_0x12af3c[_0x5f5312(0x1c1)](_0x5f5312(0x3ae));return _0x34cded===-0x1?[]:_0x12af3c[_0x5f5312(0x31b)](_0x34cded+0x1);}function _0x4174cc(_0x4c4509){const _0x58eb1a=_0x49e982;return typeof _0x4c4509==_0x58eb1a(0x304)&&!!_0x4c4509&&!Array[_0x58eb1a(0x276)](_0x4c4509);}function _0x52f207(_0x5611ca,_0x4cfe8e){const _0x375221=_0x49e982;let _0x5df81c=new _0x4d6dfb[(_0x375221(0x1cd))](0x1);return setTimeout(()=>_0x5df81c[_0x375221(0x368)](_0x4cfe8e),_0x5611ca),_0x5df81c[_0x375221(0x21d)]()[_0x375221(0x349)]((0x0,_0x4d6dfb[_0x375221(0x25d)])(0x1));}var _0x3583f4,_0x41ecd1,_0x80810f;let _0x3ba087=function(_0x5544a3){const _0x3d4605=_0x49e982;return _0x5544a3[_0x3d4605(0x30e)]=_0x3d4605(0x20f),_0x5544a3[_0x3d4605(0x2c8)]='synced',_0x5544a3['PENDING']=_0x3d4605(0x4af),_0x5544a3[_0x3d4605(0x3d4)]=_0x3d4605(0x217),_0x5544a3[_0x3d4605(0x2e9)]='awaiting_with_pending',_0x5544a3['FETCH_MISS']=_0x3d4605(0x37a),_0x5544a3['CONFLICT']=_0x3d4605(0x39e),_0x5544a3[_0x3d4605(0x453)]=_0x3d4605(0x1e9),_0x5544a3;}({}),_0x40076d=0x4e20,_0x1a51c6=0x2bf20;var _0x5cb0e8=class{constructor(_0x42d655,_0x4d5327,_0x5b7920,_0x4881af,_0x1cbded,_0x3000a1,_0x63066d,_0x3932b0,_0x563769){const _0x3ad1fb=_0x49e982;this[_0x3ad1fb(0x220)]=_0x42d655,this['type']=_0x4d5327,this[_0x3ad1fb(0x1f9)]=_0x1cbded,this[_0x3ad1fb(0x2d1)]=_0x3000a1,this['_undoRedoService']=_0x63066d,this['_revisionService']=_0x3932b0,this['_localCacheService']=_0x563769,_0xa76697(this,_0x3ad1fb(0x206),null),_0xa76697(this,_0x3ad1fb(0x1d2),[]),this['_awaitingChangeset']=_0x5b7920,this[_0x3ad1fb(0x1d2)]=_0x4881af;}[_0x49e982(0x291)](_0x58da9b){const _0x11060b=_0x49e982;let _0x3e50ce=this[_0x11060b(0x466)]['getCurrentRevOfUnit'](this[_0x11060b(0x220)]);return _0x58da9b[_0x11060b(0x450)]>_0x3e50ce+0x1?(this[_0x11060b(0x1f9)][_0x11060b(0x3a5)]({'from':_0x3e50ce,'to':_0x58da9b[_0x11060b(0x450)]-0x1}),!0x0):!0x1;}[_0x49e982(0x1ef)](_0xa814a4){const _0x50e223=_0x49e982;this[_0x50e223(0x338)]['transformUndoRedo'](this[_0x50e223(0x220)],_0xa814a4);}['_transformSelections'](_0x2f1830){const _0x44af16=_0x49e982;var _0xa1c04e,_0x3d8066;(_0xa1c04e=(_0x3d8066=this[_0x44af16(0x1f9)])[_0x44af16(0x367)])==null||_0xa1c04e[_0x44af16(0x339)](_0x3d8066,_0x2f1830);}[_0x49e982(0x3b6)](_0x5010c7){const _0x2d55be=_0x49e982;var _0x2c5947,_0x32f010;return(_0x2c5947=(_0x32f010=this['_handler'])[_0x2d55be(0x4b0)])==null?void 0x0:_0x2c5947[_0x2d55be(0x339)](_0x32f010,_0x5010c7);}[_0x49e982(0x29c)](_0x9b9e44){const _0x212ddf=_0x49e982;var _0x21979f,_0x5bdc27;return(_0x21979f=(_0x5bdc27=this[_0x212ddf(0x1f9)])[_0x212ddf(0x482)])==null?void 0x0:_0x21979f['call'](_0x5bdc27,_0x9b9e44);}['_transformRemoteChangesetByIMECache'](_0x46e71f){const _0x53e049=_0x49e982;var _0x99a9e3,_0xc4df7e,_0xc6bc1d;return(_0x99a9e3=(_0xc4df7e=(_0xc6bc1d=this[_0x53e049(0x1f9)])[_0x53e049(0x32e)])==null?void 0x0:_0xc4df7e[_0x53e049(0x339)](_0xc6bc1d,_0x46e71f))==null?_0x46e71f:_0x99a9e3;}[_0x49e982(0x22c)](_0x2fb964){const _0x2e51b6=_0x49e982;var _0x3b6aa1,_0x45d547,_0x2c2314;return(_0x3b6aa1=(_0x45d547=(_0x2c2314=this[_0x2e51b6(0x1f9)])[_0x2e51b6(0x4a7)])==null?void 0x0:_0x45d547['call'](_0x2c2314,_0x2fb964))==null?_0x2fb964:_0x3b6aa1;}[_0x49e982(0x2dd)](_0x65464){const _0x5a12f6=_0x49e982;if(this['type']===_0x2ef5c0[_0x5a12f6(0x401)]['UNIVER_DOC']){let {unitID:_0x29f163,mutations:_0x48aa55,memberID:_0x386d76}=_0x65464,_0x47bc81=_0x48aa55[_0x5a12f6(0x375)]>0x0?_0x48aa55[0x0][_0x5a12f6(0x44f)][_0x5a12f6(0x2f9)]:[];if(Array[_0x5a12f6(0x276)](_0x47bc81)&&_0x47bc81[_0x5a12f6(0x375)]>0x0){var _0x5b73e2,_0x2d7ac4;(_0x5b73e2=(_0x2d7ac4=this[_0x5a12f6(0x1f9)])[_0x5a12f6(0x1eb)])==null||_0x5b73e2[_0x5a12f6(0x339)](_0x2d7ac4,{'unitID':_0x29f163,'memberID':_0x386d76,'textRanges':_0x47bc81});}}}[_0x49e982(0x3f4)](){const _0x18f759=_0x49e982;var _0x5e5b75;(_0x5e5b75=this['_localCacheService'])==null||_0x5e5b75[_0x18f759(0x210)](this[_0x18f759(0x220)],this['type'],this[_0x18f759(0x206)],this[_0x18f759(0x1d2)]);}[_0x49e982(0x323)](){const _0x424d56=_0x49e982;return this[_0x424d56(0x466)]['getCurrentRevOfUnit'](this[_0x424d56(0x220)]);}['_incrementRevisionNumber'](){const _0x2211fc=_0x49e982;this[_0x2211fc(0x466)][_0x2211fc(0x350)](this[_0x2211fc(0x220)]);}[_0x49e982(0x1b6)](_0x15bef9){const _0x102e48=_0x49e982;let _0x519dfb=this[_0x102e48(0x34d)](_0x15bef9);_0x519dfb=this[_0x102e48(0x22c)](_0x519dfb);let _0x437ca1=(0x0,_0x2ef5c0['sequenceExecute'])(_0x519dfb[_0x102e48(0x3ca)],this['_commandService'],{'fromCollab':!0x0});if(!_0x437ca1[_0x102e48(0x374)]){var _0x4440ec;throw _0x437ca1[_0x102e48(0x438)]instanceof Error?_0x437ca1[_0x102e48(0x438)]:Error((_0x4440ec=_0x437ca1['error'])==null?_0x102e48(0x1de):_0x4440ec);}this['_transformIMECache'](_0x519dfb),this[_0x102e48(0x29c)](_0x519dfb),this[_0x102e48(0x1ef)](_0x15bef9),this[_0x102e48(0x2ab)](_0x519dfb),this[_0x102e48(0x2dd)](_0x519dfb),this[_0x102e48(0x41c)]();}};let _0x1c6422=class extends _0x5cb0e8{constructor(_0x2489a6,_0x4525ab,_0x283cdc,_0x28cda7,_0x384b82,_0x48ec45,_0x4df80e,_0x50f0c0,_0x39d575,_0x26c4c8){const _0xe684dd=_0x49e982;super(_0x2489a6,_0x4525ab,null,[],_0x283cdc,_0x4df80e,_0x48ec45,_0x28cda7,_0x26c4c8),this[_0xe684dd(0x268)]=_0x384b82,this['_logService']=_0x50f0c0,this[_0xe684dd(0x331)]=_0x39d575,this[_0xe684dd(0x4c6)]=_0x26c4c8,_0xa76697(this,_0xe684dd(0x371),'synced');}[_0x49e982(0x4b8)](_0x551909){const _0x398b3c=_0x49e982;let _0x4aa604=this[_0x398b3c(0x268)][_0x398b3c(0x4d4)](_0x14ada3,this['unitID'],this[_0x398b3c(0x41b)],[_0x551909],this[_0x398b3c(0x1f9)]);return _0x4aa604['_schedule'](),_0x4aa604['_updateLocalCache'](),_0x4aa604;}[_0x49e982(0x39b)](_0x396c71){const _0xdea825=_0x49e982;if(this['_checkMissing'](_0x396c71))return this[_0xdea825(0x268)]['createInstance'](_0x5ef596,this[_0xdea825(0x220)],this[_0xdea825(0x41b)],null,[],null,[_0x396c71],this['_handler']);try{let _0x407c40=this[_0xdea825(0x331)]['transformMutationsWithChangeset'](_0x396c71,[_0x3f9d12[_0xdea825(0x224)]]);if((0x0,_0x3f9d12[_0xdea825(0x226)])(_0x407c40)){let {c1Prime:_0x3d5308}=_0x407c40;return this[_0xdea825(0x1b6)](_0x3d5308),this;}throw _0x407c40[_0xdea825(0x438)];}catch(_0x2f5619){return this['_logService']['error'](_0x2f5619),this[_0xdea825(0x377)](!0x1);}}[_0x49e982(0x377)](_0x341a9b){const _0x3e5975=_0x49e982;return this[_0x3e5975(0x268)][_0x3e5975(0x4d4)](_0x57ed03,this['unitID'],this[_0x3e5975(0x41b)],null,[],this[_0x3e5975(0x1f9)],_0x341a9b);}[_0x49e982(0x212)](_0x192384){const _0x54713c=_0x49e982;if(_0x192384[_0x54713c(0x450)]<=this[_0x54713c(0x323)]())return this;throw Error(_0x54713c(0x4c2));}[_0x49e982(0x306)](){const _0x3009ed=_0x49e982;throw Error(_0x3009ed(0x2e0));}[_0x49e982(0x415)](){return this;}[_0x49e982(0x361)](){const _0x4b66fb=_0x49e982;return this[_0x4b66fb(0x268)][_0x4b66fb(0x4d4)](_0x5266ae,this['unitID'],this[_0x4b66fb(0x41b)],null,[],this[_0x4b66fb(0x1f9)]);}[_0x49e982(0x238)](){return this;}[_0x49e982(0x37b)](){const _0x31bf14=_0x49e982;throw Error(_0x31bf14(0x3ad));}[_0x49e982(0x328)](){const _0xf1fde4=_0x49e982;let _0xd101ee=this[_0xf1fde4(0x466)][_0xf1fde4(0x218)](this['unitID']);return this[_0xf1fde4(0x1f9)]['onMissingChangesets']({'from':_0xd101ee,'to':0x0}),this[_0xf1fde4(0x268)]['createInstance'](_0x5ef596,this[_0xf1fde4(0x220)],this[_0xf1fde4(0x41b)],null,[],null,[],this[_0xf1fde4(0x1f9)]);}};_0x1c6422=_0x433d1e([_0x25be6b(0x3,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0x4,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x5,_0x2ef5c0[_0x49e982(0x4a3)]),_0x25be6b(0x6,_0x2ef5c0[_0x49e982(0x44b)]),_0x25be6b(0x7,_0x2ef5c0['ILogService']),_0x25be6b(0x8,_0x3f9d12[_0x49e982(0x1cb)]),_0x25be6b(0x9,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x1c6422);let _0x14ada3=_0x3583f4=class extends _0x5cb0e8{constructor(_0x5a0878,_0x5e6e1f,_0x397279,_0x3b2986,_0x36eb05,_0x44566c,_0x527bd9,_0x5131ab,_0x4f688b,_0x2f86c7,_0x5b0f95,_0x4787f4,_0xf07714,_0xc16412){const _0x3336e8=_0x49e982;super(_0x5a0878,_0x5e6e1f,null,_0x397279,_0x3b2986,_0x4f688b,_0xf07714,_0x44566c,_0xc16412),this[_0x3336e8(0x268)]=_0x36eb05,this['_memberService']=_0x527bd9,this['_logService']=_0x5131ab,this['_configService']=_0x2f86c7,this['_transformService']=_0x5b0f95,this[_0x3336e8(0x4cb)]=_0x4787f4,_0xa76697(this,'status',_0x3336e8(0x4af)),_0xa76697(this,_0x3336e8(0x42a),null),_0xa76697(this,_0x3336e8(0x2ec),null);}[_0x49e982(0x4b8)](_0x5dcf6c){const _0x3da12e=_0x49e982;return this['_pendingMutations']['push'](_0x5dcf6c),this[_0x3da12e(0x3f4)](),this;}['onRemoteChangeset'](_0xcd28f2){const _0x20434f=_0x49e982;if(this[_0x20434f(0x291)](_0xcd28f2))return this[_0x20434f(0x341)](),this[_0x20434f(0x268)][_0x20434f(0x4d4)](_0x5ef596,this['unitID'],this[_0x20434f(0x41b)],null,this[_0x20434f(0x1d2)],null,[_0xcd28f2],this[_0x20434f(0x1f9)]);try{let _0xf45b48=this[_0x20434f(0x331)][_0x20434f(0x4a9)](_0xcd28f2,this[_0x20434f(0x1d2)]);if((0x0,_0x3f9d12[_0x20434f(0x226)])(_0xf45b48)){let {c1Prime:_0x59dc36,m2Prime:_0x2e9eda}=_0xf45b48;this['_executeRemoteChangeset'](_0x59dc36);let _0x1ae414=this[_0x20434f(0x268)][_0x20434f(0x4d4)](_0x3583f4,this[_0x20434f(0x220)],this[_0x20434f(0x41b)],_0x2e9eda,this[_0x20434f(0x1f9)]);this[_0x20434f(0x341)]();let _0x54fa57=new Date()[_0x20434f(0x3ab)](),_0x4692b8=this['_scheduleCompleteTimestamp']?Math['max'](this[_0x20434f(0x42a)]-_0x54fa57,0x0):this[_0x20434f(0x460)]();return _0x1ae414[_0x20434f(0x424)](_0x4692b8),_0x1ae414;}throw _0xf45b48['error'];}catch(_0x315c83){return this[_0x20434f(0x271)][_0x20434f(0x438)](_0x315c83),this[_0x20434f(0x377)](!0x1);}}['onRemoteAck'](_0x21344b){const _0x2c515c=_0x49e982;if(_0x21344b[_0x2c515c(0x450)]<=this[_0x2c515c(0x323)]())return this;throw Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x49e982(0x306)](){const _0x941a98=_0x49e982;throw Error(_0x941a98(0x3a8));}[_0x49e982(0x415)](){return this;}[_0x49e982(0x361)](){const _0x212ae5=_0x49e982;return this[_0x212ae5(0x341)](),this[_0x212ae5(0x268)]['createInstance'](_0x5266ae,this[_0x212ae5(0x220)],this[_0x212ae5(0x41b)],null,this[_0x212ae5(0x1d2)],this[_0x212ae5(0x1f9)]);}[_0x49e982(0x238)](){return this;}[_0x49e982(0x424)](_0x2c4adb){const _0x1d6c9c=_0x49e982;let _0x200b46=_0x2c4adb==null?this[_0x1d6c9c(0x460)]():_0x2c4adb;this[_0x1d6c9c(0x42a)]=new Date()[_0x1d6c9c(0x3ab)]()+_0x200b46,this[_0x1d6c9c(0x2ec)]=setTimeout(()=>{const _0x261465=_0x1d6c9c;this[_0x261465(0x341)]();let _0x31f800=null;switch(this['type']){case _0x2ef5c0[_0x261465(0x401)][_0x261465(0x1f6)]:_0x31f800=_0x15dfe5(this[_0x261465(0x1d2)],this[_0x261465(0x220)],this[_0x261465(0x4cb)],this[_0x261465(0x466)],this[_0x261465(0x261)]);break;case _0x2ef5c0[_0x261465(0x401)][_0x261465(0x33e)]:_0x31f800=this[_0x261465(0x1d2)][_0x261465(0x3c0)](_0x36f333=>_0x36f333['id']===_0x894f55[_0x261465(0x426)]['id'])?_0xf01e4e(this[_0x261465(0x1d2)],this[_0x261465(0x220)],this[_0x261465(0x4cb)],this[_0x261465(0x466)],this[_0x261465(0x261)]):_0x15dfe5(this[_0x261465(0x1d2)],this[_0x261465(0x220)],this[_0x261465(0x4cb)],this['_revisionService'],this['_memberService']);break;case _0x2ef5c0[_0x261465(0x401)][_0x261465(0x2a9)]:_0x31f800=_0x376d18(this['_pendingMutations'],this[_0x261465(0x220)],this['_univerInstanceService'],this[_0x261465(0x466)],this[_0x261465(0x261)]);break;case _0x2ef5c0['UniverInstanceType']['UNIVER_BASE']:_0x31f800=_0x5111b3(this[_0x261465(0x1d2)],this[_0x261465(0x220)],this['_univerInstanceService'],this['_revisionService'],this[_0x261465(0x261)]);break;default:throw Error(_0x261465(0x4e5)+this[_0x261465(0x41b)]+_0x261465(0x1f1));}let {changeset:_0x4bdc24,pendingMutations:_0x4b34e9}=_0x31f800;this['_handler']['onSendChangeset'](_0x4bdc24);let _0x597034=_0x4b34e9[_0x261465(0x375)]?this['_injector']['createInstance'](_0xc592c2,this[_0x261465(0x220)],this[_0x261465(0x41b)],_0x4bdc24,_0x4b34e9,this[_0x261465(0x1f9)],void 0x0):this[_0x261465(0x268)][_0x261465(0x4d4)](_0x4179f7,this[_0x261465(0x220)],this[_0x261465(0x41b)],_0x4bdc24,this[_0x261465(0x1f9)]);_0x597034[_0x261465(0x3f4)](),this[_0x261465(0x1f9)][_0x261465(0x3fe)](this,_0x597034);},_0x200b46);}[_0x49e982(0x460)](){const _0x49d4ed=_0x49e982;var _0x12add5;let _0x1e61f4=this[_0x49d4ed(0x28b)]['getConfig'](_0x138b5f);return(_0x12add5=_0x1e61f4==null?void 0x0:_0x1e61f4[_0x49d4ed(0x2cb)])==null?0x7d0:_0x12add5;}[_0x49e982(0x37b)](){throw Error('[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.');}['_clearScheduledTask'](){const _0x51b015=_0x49e982;this['_sendingTimer']!=null&&(clearTimeout(this[_0x51b015(0x2ec)]),this['_sendingTimer']=null);}[_0x49e982(0x377)](_0x18c1d7){const _0x48f7b9=_0x49e982;return this[_0x48f7b9(0x341)](),this[_0x48f7b9(0x268)]['createInstance'](_0x57ed03,this[_0x48f7b9(0x220)],this['type'],null,this[_0x48f7b9(0x1d2)],this[_0x48f7b9(0x1f9)],_0x18c1d7);}};_0x14ada3=_0x3583f4=_0x433d1e([_0x25be6b(0x4,(0x0,_0x2ef5c0['Inject'])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x5,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0x6,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x5ad22b)),_0x25be6b(0x7,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0x8,_0x2ef5c0['ICommandService']),_0x25be6b(0x9,_0x2ef5c0[_0x49e982(0x35c)]),_0x25be6b(0xa,_0x3f9d12[_0x49e982(0x1cb)]),_0x25be6b(0xb,_0x2ef5c0['IUniverInstanceService']),_0x25be6b(0xc,_0x2ef5c0[_0x49e982(0x4a3)]),_0x25be6b(0xd,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x14ada3);let _0x4179f7=_0x41ecd1=class extends _0x5cb0e8{constructor(_0x3604a6,_0x319a33,_0x181fc7,_0x419ad7,_0x15b8d7,_0x57c87e,_0x4573b0,_0xe3aa79,_0x5c27ad,_0x1db376,_0x1b55bf){const _0x709c31=_0x49e982;super(_0x3604a6,_0x319a33,_0x181fc7,[],_0x419ad7,_0x4573b0,_0x1db376,_0x57c87e,_0x1b55bf),this[_0x709c31(0x268)]=_0x15b8d7,this[_0x709c31(0x271)]=_0xe3aa79,this[_0x709c31(0x331)]=_0x5c27ad,_0xa76697(this,'status',_0x709c31(0x217)),_0xa76697(this,_0x709c31(0x1b9),0x0),_0xa76697(this,'_maxTotalRetryTimeout',0x0),_0xa76697(this,_0x709c31(0x314),void 0x0),_0xa76697(this,_0x709c31(0x1c5),void 0x0);}[_0x49e982(0x4b8)](_0x442f5c){const _0x20c400=_0x49e982;this[_0x20c400(0x341)]();let _0x412cc4=this[_0x20c400(0x268)][_0x20c400(0x4d4)](_0xc592c2,this[_0x20c400(0x220)],this[_0x20c400(0x41b)],this[_0x20c400(0x206)],[_0x442f5c],this[_0x20c400(0x1f9)],this['_resendTimer']);return _0x412cc4[_0x20c400(0x3f4)](),_0x412cc4;}[_0x49e982(0x39b)](_0x5ad1d2){const _0x5dd311=_0x49e982;if(this[_0x5dd311(0x291)](_0x5ad1d2))return this[_0x5dd311(0x341)](),this[_0x5dd311(0x268)][_0x5dd311(0x4d4)](_0x5ef596,this[_0x5dd311(0x220)],this[_0x5dd311(0x41b)],this[_0x5dd311(0x206)],[],null,[_0x5ad1d2],this[_0x5dd311(0x1f9)]);try{let _0x9974c9=this[_0x5dd311(0x331)][_0x5dd311(0x42c)]([_0x5ad1d2],[this[_0x5dd311(0x206)]],!0x1);if((0x0,_0x3f9d12[_0x5dd311(0x3f5)])(_0x9974c9)){let {c1Prime:_0x518430,c2Prime:_0xe4f36c}=_0x9974c9;this[_0x5dd311(0x1b6)](_0x518430[0x0]),_0xe4f36c[0x0]['baseRev']=this[_0x5dd311(0x323)](),this[_0x5dd311(0x341)]();let _0x4c41e5=this[_0x5dd311(0x268)]['createInstance'](_0x41ecd1,this[_0x5dd311(0x220)],this[_0x5dd311(0x41b)],_0xe4f36c[0x0],this[_0x5dd311(0x1f9)]);return _0x4c41e5['_updateLocalCache'](),_0x4c41e5;}throw _0x9974c9[_0x5dd311(0x438)];}catch(_0x3bac77){return this[_0x5dd311(0x271)][_0x5dd311(0x438)](_0x3bac77),this[_0x5dd311(0x377)](!0x1);}}[_0x49e982(0x212)](_0x348eff){const _0x14aca0=_0x49e982;this[_0x14aca0(0x341)]();let _0x329266=this[_0x14aca0(0x466)][_0x14aca0(0x218)](this[_0x14aca0(0x220)]);if(_0x348eff[_0x14aca0(0x450)]<=_0x329266)return this;if(this['_checkMissing'](_0x348eff))return this[_0x14aca0(0x268)][_0x14aca0(0x4d4)](_0x5ef596,this[_0x14aca0(0x220)],this['type'],this[_0x14aca0(0x206)],[],_0x348eff[_0x14aca0(0x450)],[],this[_0x14aca0(0x1f9)]);this[_0x14aca0(0x41c)]();let _0x3be4a2=this[_0x14aca0(0x268)][_0x14aca0(0x4d4)](_0x1c6422,this['unitID'],this[_0x14aca0(0x41b)],this[_0x14aca0(0x1f9)]);return _0x3be4a2['_updateLocalCache'](),_0x3be4a2;}[_0x49e982(0x306)](_0x32739e){const _0x2b99ab=_0x49e982;return this[_0x2b99ab(0x377)](!!(_0x32739e!=null&&_0x32739e[_0x2b99ab(0x2ee)]));}['onRemoteRetry'](_0x25c7ff){const _0x582ab8=_0x49e982;return this[_0x582ab8(0x4c0)]>_0x1a51c6?this[_0x582ab8(0x361)]():(this['_resendTimer']=_0x52f207(this[_0x582ab8(0x1b9)],{'timeout':this[_0x582ab8(0x1b9)],'reqId':_0x25c7ff[_0x582ab8(0x3af)]}),this[_0x582ab8(0x1c5)]=this[_0x582ab8(0x314)][_0x582ab8(0x478)](({reqId:_0x563d93,timeout:_0x847a1d})=>{const _0x28745a=_0x582ab8;this[_0x28745a(0x47d)](_0x563d93,_0x847a1d);}),this);}[_0x49e982(0x361)](){const _0x123be7=_0x49e982;return this[_0x123be7(0x341)](),this[_0x123be7(0x268)][_0x123be7(0x4d4)](_0x5266ae,this[_0x123be7(0x220)],this[_0x123be7(0x41b)],this['_awaitingChangeset'],[],this['_handler']);}[_0x49e982(0x238)](){return this;}[_0x49e982(0x37b)](){const _0x4b80fd=_0x49e982;this['_handler'][_0x4b80fd(0x301)](this[_0x4b80fd(0x206)]);}[_0x49e982(0x377)](_0x378f01){const _0x5c5622=_0x49e982;return this[_0x5c5622(0x341)](),this[_0x5c5622(0x268)][_0x5c5622(0x4d4)](_0x57ed03,this['unitID'],this[_0x5c5622(0x41b)],this[_0x5c5622(0x206)],[],this[_0x5c5622(0x1f9)],_0x378f01);}['_resendWithTimeout'](_0x54c818,_0x21c6f8){const _0x386f31=_0x49e982;var _0x287c23;_0x54c818===((_0x287c23=this[_0x386f31(0x206)])==null?void 0x0:_0x287c23[_0x386f31(0x3af)])&&(this[_0x386f31(0x37b)](),this[_0x386f31(0x1b9)]=_0x21c6f8===0x0?0x3e8:Math[_0x386f31(0x437)](_0x21c6f8*0x2,_0x40076d),this[_0x386f31(0x4c0)]+=this[_0x386f31(0x1b9)]);}['_clearScheduledTask'](){const _0x2a8378=_0x49e982;var _0x532919;(_0x532919=this[_0x2a8378(0x1c5)])==null||_0x532919[_0x2a8378(0x31a)](),this[_0x2a8378(0x1b9)]=0x0,this[_0x2a8378(0x4c0)]=0x0;}};_0x4179f7=_0x41ecd1=_0x433d1e([_0x25be6b(0x4,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0['Injector'])),_0x25be6b(0x5,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0x6,_0x2ef5c0[_0x49e982(0x44b)]),_0x25be6b(0x7,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0x8,_0x3f9d12[_0x49e982(0x1cb)]),_0x25be6b(0x9,_0x2ef5c0[_0x49e982(0x4a3)]),_0x25be6b(0xa,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x4179f7);let _0xc592c2=_0x80810f=class extends _0x5cb0e8{constructor(_0x540213,_0x524217,_0x3e6239,_0x4e70ee,_0x87fded,_0x4fff20,_0x35e0fc,_0x3cd7c8,_0x3fcc89,_0xbaec8,_0x34d3e7,_0x4e2436,_0x2a18cc){const _0x4bd20c=_0x49e982;super(_0x540213,_0x524217,_0x3e6239,_0x4e70ee,_0x87fded,_0x3fcc89,_0x4e2436,_0x3cd7c8,_0x2a18cc),this[_0x4bd20c(0x268)]=_0x35e0fc,this[_0x4bd20c(0x271)]=_0xbaec8,this[_0x4bd20c(0x331)]=_0x34d3e7,this[_0x4bd20c(0x4c6)]=_0x2a18cc,_0xa76697(this,'status',_0x4bd20c(0x4d5)),_0xa76697(this,'_resendTimeout',0x0),_0xa76697(this,_0x4bd20c(0x4c0),0x0),_0xa76697(this,'_resendTimer',void 0x0),_0xa76697(this,_0x4bd20c(0x1c5),void 0x0),_0x4fff20&&(this[_0x4bd20c(0x314)]=_0x4fff20,this[_0x4bd20c(0x1c5)]=this[_0x4bd20c(0x314)][_0x4bd20c(0x478)](({reqId:_0x4d37d7,timeout:_0x5eb7e9})=>{const _0x489c15=_0x4bd20c;this[_0x489c15(0x47d)](_0x4d37d7,_0x5eb7e9);}));}[_0x49e982(0x4b8)](_0x28c8e1){const _0x5a778d=_0x49e982;return this[_0x5a778d(0x1d2)][_0x5a778d(0x3a7)](_0x28c8e1),this;}['onRemoteChangeset'](_0x52c22a){const _0x5b8ac1=_0x49e982;if(this[_0x5b8ac1(0x291)](_0x52c22a))return this['_clearScheduledTask'](),this[_0x5b8ac1(0x268)][_0x5b8ac1(0x4d4)](_0x5ef596,this['unitID'],this[_0x5b8ac1(0x41b)],this['_awaitingChangeset'],this[_0x5b8ac1(0x1d2)],null,[_0x52c22a],this[_0x5b8ac1(0x1f9)]);try{let _0x26f978=this[_0x5b8ac1(0x331)][_0x5b8ac1(0x42c)]([_0x52c22a],[this['_awaitingChangeset']],!0x1);if((0x0,_0x3f9d12[_0x5b8ac1(0x3f5)])(_0x26f978)){let {c1Prime:_0x10185a,c2Prime:_0x28425a}=_0x26f978,_0xae7d00=this[_0x5b8ac1(0x331)]['transformMutationsWithChangeset'](_0x10185a[0x0],this[_0x5b8ac1(0x1d2)]);if((0x0,_0x3f9d12[_0x5b8ac1(0x226)])(_0xae7d00)){let {c1Prime:_0x524333,m2Prime:_0x121d74}=_0xae7d00;return this[_0x5b8ac1(0x1b6)](_0x524333),_0x28425a[0x0]['baseRev']=this[_0x5b8ac1(0x323)](),this[_0x5b8ac1(0x341)](),this[_0x5b8ac1(0x268)][_0x5b8ac1(0x4d4)](_0x80810f,this[_0x5b8ac1(0x220)],this[_0x5b8ac1(0x41b)],_0x28425a[0x0],_0x121d74,this[_0x5b8ac1(0x1f9)],void 0x0);}throw _0xae7d00[_0x5b8ac1(0x438)];}throw _0x26f978['error'];}catch(_0x21c7c6){return this[_0x5b8ac1(0x271)][_0x5b8ac1(0x438)](_0x21c7c6),this['_onConflict'](!0x1);}}[_0x49e982(0x212)](_0x5efca0){const _0x5b0fb2=_0x49e982;this[_0x5b0fb2(0x341)]();let _0x38e5db=this[_0x5b0fb2(0x323)]();if(_0x5efca0[_0x5b0fb2(0x450)]<=_0x38e5db)return this;if(this[_0x5b0fb2(0x291)](_0x5efca0))return this['_injector'][_0x5b0fb2(0x4d4)](_0x5ef596,this['unitID'],this[_0x5b0fb2(0x41b)],this[_0x5b0fb2(0x206)],this[_0x5b0fb2(0x1d2)],_0x5efca0[_0x5b0fb2(0x450)],[],this[_0x5b0fb2(0x1f9)]);this[_0x5b0fb2(0x41c)]();let _0x1a7400=this['_injector'][_0x5b0fb2(0x4d4)](_0x14ada3,this[_0x5b0fb2(0x220)],this[_0x5b0fb2(0x41b)],this[_0x5b0fb2(0x1d2)],this[_0x5b0fb2(0x1f9)]);return _0x1a7400[_0x5b0fb2(0x424)](),_0x1a7400['_updateLocalCache'](),_0x1a7400;}[_0x49e982(0x306)](_0x1672a6){const _0x24918e=_0x49e982;return this[_0x24918e(0x377)](!!(_0x1672a6!=null&&_0x1672a6['isPermissionRej']));}[_0x49e982(0x415)](_0x481d1c){const _0x2d976f=_0x49e982;return this[_0x2d976f(0x4c0)]>_0x1a51c6?this[_0x2d976f(0x361)]():(this[_0x2d976f(0x314)]=_0x52f207(this[_0x2d976f(0x1b9)],{'timeout':this[_0x2d976f(0x1b9)],'reqId':_0x481d1c[_0x2d976f(0x3af)]}),this['_sender']=this['_resendTimer'][_0x2d976f(0x478)](({reqId:_0x2dd007,timeout:_0x20ffad})=>{this['_resendWithTimeout'](_0x2dd007,_0x20ffad);}),this);}[_0x49e982(0x361)](){const _0x42a1b5=_0x49e982;return this['_clearScheduledTask'](),this[_0x42a1b5(0x268)][_0x42a1b5(0x4d4)](_0x5266ae,this[_0x42a1b5(0x220)],this['type'],this[_0x42a1b5(0x206)],this['_pendingMutations'],this[_0x42a1b5(0x1f9)]);}['toggleOnline'](){return this;}['resend'](){const _0x18b654=_0x49e982;this[_0x18b654(0x1f9)][_0x18b654(0x301)](this[_0x18b654(0x206)]);}[_0x49e982(0x377)](_0x140b6b){const _0xd42f6e=_0x49e982;return this[_0xd42f6e(0x341)](),this['_injector'][_0xd42f6e(0x4d4)](_0x57ed03,this[_0xd42f6e(0x220)],this[_0xd42f6e(0x41b)],null,this[_0xd42f6e(0x1d2)],this[_0xd42f6e(0x1f9)],_0x140b6b);}[_0x49e982(0x47d)](_0x9bea47,_0x22b935){const _0x3d4ea9=_0x49e982;var _0xdb7e69;_0x9bea47===((_0xdb7e69=this[_0x3d4ea9(0x206)])==null?void 0x0:_0xdb7e69['reqId'])&&(this['resend'](),this[_0x3d4ea9(0x1b9)]=_0x22b935===0x0?0x3e8:Math[_0x3d4ea9(0x437)](_0x22b935*0x2,_0x40076d),this[_0x3d4ea9(0x4c0)]+=this[_0x3d4ea9(0x1b9)]);}[_0x49e982(0x341)](){const _0x1edde4=_0x49e982;var _0x86677c;(_0x86677c=this[_0x1edde4(0x1c5)])==null||_0x86677c[_0x1edde4(0x31a)](),this[_0x1edde4(0x1b9)]=0x0,this['_maxTotalRetryTimeout']=0x0;}};_0xc592c2=_0x80810f=_0x433d1e([_0x25be6b(0x6,(0x0,_0x2ef5c0['Inject'])(_0x2ef5c0['Injector'])),_0x25be6b(0x7,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12['RevisionService'])),_0x25be6b(0x8,_0x2ef5c0[_0x49e982(0x44b)]),_0x25be6b(0x9,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0xa,_0x3f9d12[_0x49e982(0x1cb)]),_0x25be6b(0xb,_0x2ef5c0[_0x49e982(0x4a3)]),_0x25be6b(0xc,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0xc592c2);let _0x57ed03=class extends _0x5cb0e8{constructor(_0x2cb4cd,_0x1f1b95,_0x56f944,_0x3a03fa,_0x475e13,_0x5b5cd8=!0x1,_0x79594,_0x479007,_0xb4ba28,_0x100933,_0x2acc30,_0x44cdde,_0x47167b){const _0x30087b=_0x49e982;super(_0x2cb4cd,_0x1f1b95,_0x56f944,_0x3a03fa,_0x475e13,_0x479007,_0xb4ba28,_0x100933,_0x47167b),this[_0x30087b(0x318)]=_0x5b5cd8,this['_permissionService']=_0x79594,this['_localeService']=_0x2acc30,this[_0x30087b(0x481)]=_0x44cdde,this['localCacheService']=_0x47167b,_0xa76697(this,'status',_0x30087b(0x39e)),this[_0x30087b(0x241)](),this[_0x30087b(0x37c)](),this[_0x30087b(0x4b6)]();}[_0x49e982(0x4b8)](){return this;}[_0x49e982(0x39b)](){return this;}['onRemoteAck'](){return this;}[_0x49e982(0x306)](){return this;}['onRemoteRetry'](){return this;}[_0x49e982(0x361)](){return this;}['toggleOnline'](){return this;}[_0x49e982(0x37b)](){const _0x1abde1=_0x49e982;throw Error(_0x1abde1(0x3d0));}[_0x49e982(0x37c)](){const _0x3e8fc3=_0x49e982;var _0x4c114e,_0x21f437,_0x481868;(_0x4c114e=this[_0x3e8fc3(0x49e)])==null||(_0x21f437=_0x4c114e[_0x3e8fc3(0x354)])==null||(_0x21f437=_0x21f437['call'](_0x4c114e,this[_0x3e8fc3(0x220)],_0x3e8fc3(0x39e)))==null||_0x21f437[_0x3e8fc3(0x2a7)](()=>void 0x0),(_0x481868=this['_localCacheService'])==null||_0x481868[_0x3e8fc3(0x210)](this[_0x3e8fc3(0x220)],this[_0x3e8fc3(0x41b)],null,[]);}[_0x49e982(0x241)](){const _0x45e365=_0x49e982;this['_isPermissionRej']?this[_0x45e365(0x481)][_0x45e365(0x1ee)]({'id':_0x45e365(0x1be)}):this[_0x45e365(0x481)][_0x45e365(0x1ee)]({'id':_0x45e365(0x397)});}[_0x49e982(0x4b6)](){const _0x28d14b=_0x49e982;this['_permissionService'][_0x28d14b(0x1f2)](new _0x15be79[(_0x28d14b(0x41e))](this[_0x28d14b(0x220)])['id'],!0x1);}};_0x57ed03=_0x433d1e([_0x25be6b(0x6,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0['IPermissionService'])),_0x25be6b(0x7,_0x2ef5c0['ICommandService']),_0x25be6b(0x8,_0x2ef5c0['IUndoRedoService']),_0x25be6b(0x9,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0xa,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x37d)])),_0x25be6b(0xb,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x4d282d)),_0x25be6b(0xc,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x57ed03);let _0x5266ae=class extends _0x5cb0e8{constructor(_0x4d90b4,_0x3d06ba,_0x57a1f6,_0x2e0087,_0x569c2d,_0x259b47,_0x30612b,_0x24f57e,_0x4135e9,_0x1b8560){const _0x1e6840=_0x49e982;super(_0x4d90b4,_0x3d06ba,_0x57a1f6,_0x2e0087,_0x569c2d,_0x24f57e,_0x4135e9,_0x30612b,_0x1b8560),this[_0x1e6840(0x268)]=_0x259b47,_0xa76697(this,_0x1e6840(0x371),_0x1e6840(0x1e9));}['appendMutation'](_0x17e8ae){const _0x1629eb=_0x49e982;return this['_pendingMutations'][_0x1629eb(0x3a7)](_0x17e8ae),this['_updateLocalCache'](),this;}[_0x49e982(0x39b)](_0x408e96){const _0x1036b2=_0x49e982;throw Error(_0x1036b2(0x4b5));}['onRemoteAck'](){const _0x17e7e2=_0x49e982;throw Error(_0x17e7e2(0x484));}[_0x49e982(0x306)](){throw Error('[OfflineState]:\x20received\x20rejection.');}[_0x49e982(0x415)](){return this;}[_0x49e982(0x361)](){return this;}[_0x49e982(0x238)](){const _0x5d96f8=_0x49e982;let {_injector:_0x322925,_pendingMutations:_0x33706b,_awaitingChangeset:_0x3fb5b1,unitID:_0x57f142,_handler:_0x59a707,type:_0x537e3c}=this,_0x28441a=_0x2290f(_0x322925,_0x57f142,_0x537e3c,_0x3fb5b1,_0x33706b,_0x59a707);return _0x28441a instanceof _0x14ada3?_0x28441a[_0x5d96f8(0x424)]():(_0x28441a instanceof _0xc592c2||_0x28441a instanceof _0x4179f7)&&_0x28441a['resend'](),_0x28441a;}[_0x49e982(0x37b)](){const _0x36d44c=_0x49e982;throw Error(_0x36d44c(0x298));}};_0x5266ae=_0x433d1e([_0x25be6b(0x5,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x6,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0x7,_0x2ef5c0['ICommandService']),_0x25be6b(0x8,_0x2ef5c0[_0x49e982(0x4a3)]),_0x25be6b(0x9,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x5266ae);let _0x5ef596=class extends _0x5cb0e8{constructor(_0x19027e,_0x2a058c,_0x55e976,_0x362c7f,_0x1d544f,_0x398daf,_0x72edcd,_0x9d0bb2,_0x18ad92,_0x427305,_0x57b23a,_0x1b0369,_0x54fa56,_0x276611){const _0x5d45fc=_0x49e982;super(_0x19027e,_0x2a058c,_0x55e976,_0x362c7f,_0x72edcd,_0x57b23a,_0x1b0369,_0x18ad92,_0x276611),this['_acknowledgedAwaitingRevision']=_0x1d544f,this[_0x5d45fc(0x4c8)]=_0x398daf,this[_0x5d45fc(0x268)]=_0x9d0bb2,this[_0x5d45fc(0x271)]=_0x427305,this['_transformService']=_0x54fa56,this[_0x5d45fc(0x4c6)]=_0x276611,_0xa76697(this,'status',_0x5d45fc(0x37a));}[_0x49e982(0x417)](_0x4000d5){const _0x3fae6e=_0x49e982;try{if(this[_0x3fae6e(0x497)](_0x4000d5)['missingChangesets'])throw Error('[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.');if(this[_0x3fae6e(0x497)]([...this[_0x3fae6e(0x4c8)]]['sort']((_0x5bbfeb,_0x28c731)=>_0x5bbfeb[_0x3fae6e(0x450)]-_0x28c731['revision']))[_0x3fae6e(0x4e8)])return this['_queuedRemoteChangesets']=[],this[_0x3fae6e(0x3f4)](),this[_0x3fae6e(0x1f9)][_0x3fae6e(0x3a5)]({'from':this[_0x3fae6e(0x323)](),'to':0x0}),this;let _0x4b5f66=this['_awaitingChangeset'],_0x1e6ec5=this['_pendingMutations'],_0xff6e3f;if(_0x4b5f66&&_0x1e6ec5[_0x3fae6e(0x375)]!==0x0)_0xff6e3f=this[_0x3fae6e(0x268)][_0x3fae6e(0x4d4)](_0xc592c2,this[_0x3fae6e(0x220)],this[_0x3fae6e(0x41b)],_0x4b5f66,_0x1e6ec5,this[_0x3fae6e(0x1f9)],void 0x0);else{if(_0x4b5f66&&_0x1e6ec5[_0x3fae6e(0x375)]===0x0)_0x4b5f66[_0x3fae6e(0x459)]=this[_0x3fae6e(0x323)](),_0xff6e3f=this[_0x3fae6e(0x268)][_0x3fae6e(0x4d4)](_0x4179f7,this[_0x3fae6e(0x220)],this[_0x3fae6e(0x41b)],_0x4b5f66,this[_0x3fae6e(0x1f9)]);else{if(_0x1e6ec5[_0x3fae6e(0x375)]!==0x0){let _0x4ae4db=this[_0x3fae6e(0x268)][_0x3fae6e(0x4d4)](_0x14ada3,this['unitID'],this[_0x3fae6e(0x41b)],_0x1e6ec5,this[_0x3fae6e(0x1f9)]);_0x4ae4db[_0x3fae6e(0x424)](),_0xff6e3f=_0x4ae4db;}else _0xff6e3f=this[_0x3fae6e(0x268)][_0x3fae6e(0x4d4)](_0x1c6422,this[_0x3fae6e(0x220)],this[_0x3fae6e(0x41b)],this[_0x3fae6e(0x1f9)]);}}return _0xff6e3f[_0x3fae6e(0x3f4)](),_0xff6e3f;}catch(_0x234132){return this['_logService'][_0x3fae6e(0x438)](_0x3fae6e(0x4c3),_0x3fae6e(0x4a1),_0x234132),this[_0x3fae6e(0x268)][_0x3fae6e(0x4d4)](_0x57ed03,this['unitID'],this[_0x3fae6e(0x41b)],this[_0x3fae6e(0x206)],this[_0x3fae6e(0x1d2)],this[_0x3fae6e(0x1f9)],!0x1);}}[_0x49e982(0x497)](_0x4a9f25){const _0x2fd2c5=_0x49e982;this[_0x2fd2c5(0x23f)]();for(let _0x407b10=0x0;_0x407b10<_0x4a9f25[_0x2fd2c5(0x375)];_0x407b10++){let _0x1b0fcf=_0x4a9f25[_0x407b10],_0x5247e8=this[_0x2fd2c5(0x323)]();if(!(_0x1b0fcf['revision']<=_0x5247e8)){if(_0x1b0fcf['revision']>_0x5247e8+0x1)return{'missingChangesets':!0x0};if(this[_0x2fd2c5(0x24d)](_0x1b0fcf)){this[_0x2fd2c5(0x360)]();continue;}this[_0x2fd2c5(0x479)](_0x1b0fcf),this[_0x2fd2c5(0x23f)]();}}return{'missingChangesets':!0x1};}[_0x49e982(0x479)](_0x2fef15){const _0x2f8580=_0x49e982;let _0x473541=_0x2fef15,_0x585997=this[_0x2f8580(0x206)];if(_0x585997){let _0x59fcf6=this[_0x2f8580(0x331)]['transformChangesets']([_0x2fef15],[_0x585997],!0x1);if(!(0x0,_0x3f9d12[_0x2f8580(0x3f5)])(_0x59fcf6))throw _0x59fcf6['error'];_0x473541=_0x59fcf6[_0x2f8580(0x38e)][0x0],_0x585997=_0x59fcf6[_0x2f8580(0x412)][0x0];}let _0x37a3d8=this[_0x2f8580(0x1d2)];if(_0x37a3d8[_0x2f8580(0x375)]){let _0x1d1d6a=this[_0x2f8580(0x331)][_0x2f8580(0x4a9)](_0x473541,_0x37a3d8);if(!(0x0,_0x3f9d12['isTransformMutationsWithChangesetSuccess'])(_0x1d1d6a))throw _0x1d1d6a[_0x2f8580(0x438)];_0x473541=_0x1d1d6a['c1Prime'],_0x37a3d8=_0x1d1d6a[_0x2f8580(0x3df)];}this[_0x2f8580(0x1b6)](_0x473541),_0x585997&&(_0x585997[_0x2f8580(0x459)]=this['_getCurrentRevision']()),this[_0x2f8580(0x206)]=_0x585997,this['_pendingMutations']=_0x37a3d8;}['_acknowledgeAwaitingIfReady'](){const _0xb5f55=_0x49e982;if(!this[_0xb5f55(0x206)]||this['_acknowledgedAwaitingRevision']==null)return;let _0x6d4d4c=this[_0xb5f55(0x323)]();if(this[_0xb5f55(0x280)]<=_0x6d4d4c)throw Error(_0xb5f55(0x270)+this[_0xb5f55(0x280)]+'.');this['_acknowledgedAwaitingRevision']===_0x6d4d4c+0x1&&this[_0xb5f55(0x360)]();}[_0x49e982(0x360)](){const _0x5b8bc9=_0x49e982;this[_0x5b8bc9(0x41c)](),this['_awaitingChangeset']=null,this['_acknowledgedAwaitingRevision']=null;}[_0x49e982(0x24d)](_0x46c7ed){const _0x5efe84=_0x49e982;let _0x5a1b06=this[_0x5efe84(0x206)];return!_0x5a1b06||!_0x5a1b06['sid']||_0x5a1b06[_0x5efe84(0x3af)]===null||_0x5a1b06['reqId']===void 0x0?!0x1:_0x46c7ed[_0x5efe84(0x220)]===_0x5a1b06[_0x5efe84(0x220)]&&_0x46c7ed[_0x5efe84(0x1db)]===_0x5a1b06[_0x5efe84(0x1db)]&&_0x46c7ed['reqId']===_0x5a1b06[_0x5efe84(0x3af)];}[_0x49e982(0x37b)](){const _0x5017ca=_0x49e982;throw Error(_0x5017ca(0x4d2));}['appendMutation'](_0x180f8e){const _0x2a0512=_0x49e982;return this[_0x2a0512(0x1d2)][_0x2a0512(0x3a7)](_0x180f8e),this;}['onRemoteChangeset'](_0x2cd12e){const _0x5c8c24=_0x49e982;return this[_0x5c8c24(0x4c8)][_0x5c8c24(0x3a7)](_0x2cd12e),this;}[_0x49e982(0x212)](_0x539e06){const _0xb4874=_0x49e982;if(this[_0xb4874(0x206)]){let _0x3928aa=this[_0xb4874(0x323)]();return _0x539e06[_0xb4874(0x450)]<=_0x3928aa||(_0x3928aa+0x1===_0x539e06[_0xb4874(0x450)]?(this[_0xb4874(0x41c)](),this[_0xb4874(0x206)]=null,this['_acknowledgedAwaitingRevision']=null):this[_0xb4874(0x280)]=_0x539e06[_0xb4874(0x450)]),this;}if(_0x539e06[_0xb4874(0x450)]<=this[_0xb4874(0x323)]())return this;throw Error(_0xb4874(0x252));}[_0x49e982(0x306)](_0x242858){const _0x206284=_0x49e982;return this[_0x206284(0x377)](!!(_0x242858!=null&&_0x242858[_0x206284(0x2ee)]));}[_0x49e982(0x415)](){return this;}[_0x49e982(0x361)](){const _0x4cadb7=_0x49e982;return this[_0x4cadb7(0x268)][_0x4cadb7(0x4d4)](_0x5266ae,this[_0x4cadb7(0x220)],this[_0x4cadb7(0x41b)],this[_0x4cadb7(0x206)],this[_0x4cadb7(0x1d2)],this[_0x4cadb7(0x1f9)]);}[_0x49e982(0x238)](){return this;}[_0x49e982(0x377)](_0x238c67){const _0x1c2082=_0x49e982;return this[_0x1c2082(0x268)][_0x1c2082(0x4d4)](_0x57ed03,this[_0x1c2082(0x220)],this[_0x1c2082(0x41b)],this['_awaitingChangeset'],this[_0x1c2082(0x1d2)],this[_0x1c2082(0x1f9)],_0x238c67);}};_0x5ef596=_0x433d1e([_0x25be6b(0x7,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x8,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0x9,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0xa,_0x2ef5c0[_0x49e982(0x44b)]),_0x25be6b(0xb,_0x2ef5c0['IUndoRedoService']),_0x25be6b(0xc,_0x3f9d12[_0x49e982(0x1cb)]),_0x25be6b(0xd,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x5ef596);function _0x2290f(_0x3c8240,_0x48418f,_0x4ef1da,_0x26e0c6,_0x576cf3,_0x5560b6){const _0x5c4e6f=_0x49e982;return _0x26e0c6&&_0x576cf3[_0x5c4e6f(0x375)]?_0x3c8240[_0x5c4e6f(0x4d4)](_0xc592c2,_0x48418f,_0x4ef1da,_0x26e0c6,_0x576cf3,_0x5560b6,void 0x0):_0x26e0c6?_0x3c8240[_0x5c4e6f(0x4d4)](_0x4179f7,_0x48418f,_0x4ef1da,_0x26e0c6,_0x5560b6):_0x576cf3[_0x5c4e6f(0x375)]?_0x3c8240[_0x5c4e6f(0x4d4)](_0x14ada3,_0x48418f,_0x4ef1da,_0x576cf3,_0x5560b6):_0x3c8240[_0x5c4e6f(0x4d4)](_0x1c6422,_0x48418f,_0x4ef1da,_0x5560b6);}let _0x58fb9d=class extends _0x2ef5c0['RxDisposable']{get[_0x49e982(0x1d6)](){const _0x2c4308=_0x49e982;return this[_0x2c4308(0x3a0)];}constructor(_0x3d90bb,_0x1b07c4,_0xd6dbb0,_0x451a69,_0x378e23,_0x3de997,_0x5d9c1c,_0x3a2df9,_0x325177,_0x2f7bd8,_0x598402,_0x2de0b4,_0xdb39fb,_0x57a5a2){const _0x1de1ce=_0x49e982;super(),this[_0x1de1ce(0x220)]=_0x3d90bb,this[_0x1de1ce(0x22b)]=_0x1b07c4,this[_0x1de1ce(0x359)]=_0xd6dbb0,this[_0x1de1ce(0x268)]=_0x451a69,this[_0x1de1ce(0x344)]=_0x378e23,this[_0x1de1ce(0x2bf)]=_0x3de997,this[_0x1de1ce(0x466)]=_0x5d9c1c,this[_0x1de1ce(0x336)]=_0x3a2df9,this[_0x1de1ce(0x4cb)]=_0x325177,this[_0x1de1ce(0x271)]=_0x2f7bd8,this[_0x1de1ce(0x2d1)]=_0x598402,this[_0x1de1ce(0x381)]=_0x2de0b4,this[_0x1de1ce(0x325)]=_0xdb39fb,this[_0x1de1ce(0x49e)]=_0x57a5a2,_0xa76697(this,_0x1de1ce(0x40f),new _0x4d6dfb[(_0x1de1ce(0x1dc))](null)),_0xa76697(this,_0x1de1ce(0x456),this['_state$'][_0x1de1ce(0x21d)]()),_0xa76697(this,_0x1de1ce(0x3a0),void 0x0),_0xa76697(this,_0x1de1ce(0x4a5),!0x1),_0xa76697(this,'_changesetSessionId',''),_0xa76697(this,_0x1de1ce(0x443),0x0),_0xa76697(this,'status$',this['state$'][_0x1de1ce(0x349)]((0x0,_0x4d6dfb[_0x1de1ce(0x431)])(_0x477ff4=>_0x477ff4?_0x477ff4[_0x1de1ce(0x371)]:'offline'),(0x0,_0x4d6dfb[_0x1de1ce(0x353)])({'bufferSize':0x1,'refCount':!0x0}))),_0xa76697(this,'_transitionLocked',!0x1),_0xa76697(this,_0x1de1ce(0x302),[]);}async[_0x49e982(0x299)](){const _0x2650cf=_0x49e982;if(this[_0x2650cf(0x1d6)])throw Error(_0x2650cf(0x3f8));await this[_0x2650cf(0x2fc)]();}[_0x49e982(0x311)](){const _0x118195=_0x49e982;return this[_0x118195(0x4a5)]=!0x0,(0x0,_0x2ef5c0[_0x118195(0x461)])(()=>{const _0x107a98=_0x118195;this['_collaborationPaused']=!0x1,this[_0x107a98(0x2b9)]();});}[_0x49e982(0x256)](_0x14ac20){const _0x3f42d0=_0x49e982;this[_0x3f42d0(0x45d)](_0x14ac20);}[_0x49e982(0x3eb)](_0x359de2){const _0x45a9b5=_0x49e982;this[_0x45a9b5(0x3a0)]=_0x359de2,this[_0x45a9b5(0x40f)][_0x45a9b5(0x368)](_0x359de2);}async[_0x49e982(0x2fc)](){const _0x496a35=_0x49e982;if(this[_0x496a35(0x3eb)](await this[_0x496a35(0x386)]()),this['_singleActiveUnitService']){var _0x17383c;(_0x17383c=this[_0x496a35(0x325)])==null||_0x17383c[_0x496a35(0x4ac)](this['unitID']),this[_0x496a35(0x4e6)](this[_0x496a35(0x325)][_0x496a35(0x3e0)](this[_0x496a35(0x220)])[_0x496a35(0x478)](_0xc09839=>{const _0x22ac3b=_0x496a35;this[_0x22ac3b(0x271)][_0x22ac3b(0x4ad)](_0x22ac3b(0x315),'editing\x20status\x20changed\x20to',_0xc09839),_0xc09839===0x1?(this[_0x22ac3b(0x336)]['emitEvent']({'id':_0x22ac3b(0x33d)}),this[_0x22ac3b(0x381)]['updatePermissionPoint'](new _0x15be79['WorkbookEditablePermission'](this[_0x22ac3b(0x220)])['id'],!0x1),this['_permissionService'][_0x22ac3b(0x2de)](!0x1)):(this[_0x22ac3b(0x381)]['updatePermissionPoint'](new _0x15be79[(_0x22ac3b(0x41e))](this[_0x22ac3b(0x220)])['id'],!0x0),this[_0x22ac3b(0x381)][_0x22ac3b(0x2de)](!0x0));}));}let _0x3abd4e=!0x1;return this[_0x496a35(0x4e6)](this['session'][_0x496a35(0x35f)]['subscribe'](_0x46f5d8=>{const _0x252842=_0x496a35;_0x46f5d8===0x3?this[_0x252842(0x4cf)](_0x3abd4e):_0x46f5d8===0x2&&(_0x3abd4e=!0x0,this[_0x252842(0x4c4)]());})),this[_0x496a35(0x4e6)](this[_0x496a35(0x22b)][_0x496a35(0x255)][_0x496a35(0x478)](_0xdf1577=>{const _0x16714d=_0x496a35;try{switch(_0xdf1577['eventID']){case _0x3f9d12[_0x16714d(0x448)][_0x16714d(0x406)]:this[_0x16714d(0x36b)]((0x0,_0x3f9d12['parseProtocolChangeset'])(_0xdf1577[_0x16714d(0x259)]));break;case _0x3f9d12[_0x16714d(0x448)][_0x16714d(0x48e)]:this[_0x16714d(0x4d9)](_0xdf1577[_0x16714d(0x259)]);break;case _0x3f9d12[_0x16714d(0x448)][_0x16714d(0x4b2)]:this['_onRemoteRejected']();break;case _0x3f9d12[_0x16714d(0x448)][_0x16714d(0x3d2)]:this[_0x16714d(0x3c8)](_0xdf1577[_0x16714d(0x259)]);break;case _0x3f9d12[_0x16714d(0x448)]['PSEUDO_FETCH_MISSING_RESULT']:this[_0x16714d(0x396)](_0xdf1577[_0x16714d(0x259)][_0x16714d(0x3b8)][_0x16714d(0x431)](_0x2d47f7=>(0x0,_0x3f9d12[_0x16714d(0x3e8)])(_0x2d47f7)));break;case _0x3f9d12[_0x16714d(0x448)][_0x16714d(0x250)]:this[_0x16714d(0x39a)]({'isPermissionRej':!0x0});break;case _0x3f9d12['CollaborationEvent'][_0x16714d(0x4ba)]:break;}}catch(_0x1bc8a4){throw console['error'](_0x16714d(0x378),_0x1bc8a4),_0x1bc8a4;}})),this[_0x496a35(0x3a0)];}[_0x49e982(0x34f)](){const _0x1fd9fb=_0x49e982;this[_0x1fd9fb(0x3fb)]=!0x1;}[_0x49e982(0x387)](){const _0x75831a=_0x49e982;if(this[_0x75831a(0x3fb)])throw Error(_0x75831a(0x2a8));this[_0x75831a(0x3fb)]=!0x0;}[_0x49e982(0x45d)](_0xc3eeca){const _0x1b5f07=_0x49e982;this['_lockTransition'](),this['_updateState'](this[_0x1b5f07(0x3a0)]['appendMutation'](_0xc3eeca)),this[_0x1b5f07(0x34f)]();}[_0x49e982(0x36b)](_0x15043b){const _0x3cd1e2=_0x49e982;if(!(_0x15043b[_0x3cd1e2(0x450)]<=this[_0x3cd1e2(0x466)][_0x3cd1e2(0x218)](this[_0x3cd1e2(0x220)]))){if(this[_0x3cd1e2(0x4a5)]){this[_0x3cd1e2(0x302)]['push'](_0x15043b);return;}this[_0x3cd1e2(0x3e2)](_0x15043b);}}[_0x49e982(0x2b9)](){const _0x42d2ed=_0x49e982;this[_0x42d2ed(0x302)][_0x42d2ed(0x293)](_0x376578=>this[_0x42d2ed(0x3e2)](_0x376578)),this[_0x42d2ed(0x302)]=[];}[_0x49e982(0x3e2)](_0x33a6b5){const _0x446fd5=_0x49e982;let _0x227159=this[_0x446fd5(0x344)]['interceptor'][_0x446fd5(0x1c8)](this[_0x446fd5(0x344)][_0x446fd5(0x4e1)][_0x446fd5(0x4be)]()[_0x446fd5(0x3dc)])(_0x33a6b5[_0x446fd5(0x3ca)],null)||_0x33a6b5[_0x446fd5(0x3ca)],_0x1551c9={..._0x33a6b5,'mutations':_0x227159};this[_0x446fd5(0x387)](),this[_0x446fd5(0x3eb)](this[_0x446fd5(0x3a0)]['onRemoteChangeset'](_0x1551c9)),this[_0x446fd5(0x34f)]();}[_0x49e982(0x4d9)](_0x450dd){const _0x1da6c9=_0x49e982;this[_0x1da6c9(0x387)](),this[_0x1da6c9(0x3eb)](this[_0x1da6c9(0x3a0)][_0x1da6c9(0x212)](_0x450dd)),this[_0x1da6c9(0x34f)]();}[_0x49e982(0x39a)](_0x199861){const _0x206ca8=_0x49e982;this[_0x206ca8(0x387)](),this[_0x206ca8(0x3eb)](this[_0x206ca8(0x3a0)][_0x206ca8(0x306)](_0x199861)),this[_0x206ca8(0x34f)]();}[_0x49e982(0x3c8)](_0x529b2d){const _0x3da368=_0x49e982;this[_0x3da368(0x387)](),this['_updateState'](this['_state']['onRemoteRetry'](_0x529b2d)),this[_0x3da368(0x34f)]();}[_0x49e982(0x396)](_0x9889e2){const _0x130746=_0x49e982;if(!(this[_0x130746(0x3a0)]instanceof _0x5ef596))throw TypeError(_0x130746(0x24c));let _0x4a1dc7=_0x9889e2[_0x130746(0x431)](_0x529136=>{const _0x3e6fee=_0x130746;let _0x4c86d7=this['_compressMutationService'][_0x3e6fee(0x4e1)][_0x3e6fee(0x1c8)](this['_compressMutationService'][_0x3e6fee(0x4e1)][_0x3e6fee(0x4be)]()[_0x3e6fee(0x3dc)])(_0x529136[_0x3e6fee(0x3ca)],null)||_0x529136[_0x3e6fee(0x3ca)];return{..._0x529136,'mutations':_0x4c86d7};});this['_lockTransition'](),this['_updateState'](this[_0x130746(0x3a0)][_0x130746(0x417)](_0x4a1dc7)),this[_0x130746(0x34f)]();}['_toggleOffline'](){const _0x1fa7ea=_0x49e982;this[_0x1fa7ea(0x387)](),this['_updateState'](this[_0x1fa7ea(0x3a0)][_0x1fa7ea(0x361)]()),this[_0x1fa7ea(0x34f)]();}['_toggleOnline'](_0x3b32a1=!0x1){const _0x134858=_0x49e982;this[_0x134858(0x387)](),this[_0x134858(0x3eb)](this['_state'][_0x134858(0x238)]()),this[_0x134858(0x34f)]();let _0xafc98e=this[_0x134858(0x3a0)];_0x3b32a1&&_0xafc98e instanceof _0x1c6422&&(this[_0x134858(0x387)](),this[_0x134858(0x3eb)](_0xafc98e[_0x134858(0x328)]()),this[_0x134858(0x34f)]());}async['_createInitialState'](){return new Promise(_0x4b6a0c=>{const _0x3d46d2=_0x5107;this[_0x3d46d2(0x22b)][_0x3d46d2(0x35f)][_0x3d46d2(0x349)]((0x0,_0x4d6dfb[_0x3d46d2(0x25d)])(0x1))[_0x3d46d2(0x478)](async _0x3bbd6a=>{const _0x4e17c3=_0x3d46d2;_0x4b6a0c(await this[_0x4e17c3(0x4a0)](_0x3bbd6a===0x3));});});}[_0x49e982(0x1b7)](){const _0xcb9fef=_0x49e982;let _0x150b39=this[_0xcb9fef(0x220)];return{'onStateChange':(_0xda4cd6,_0x15fa3f)=>{const _0x953918=_0xcb9fef;if(_0xda4cd6!==this[_0x953918(0x3a0)])throw Error(_0x953918(0x445)+_0xda4cd6[_0x953918(0x371)]+_0x953918(0x346)+_0x15fa3f[_0x953918(0x371)]+_0x953918(0x4e7)+this[_0x953918(0x3a0)][_0x953918(0x371)]);this[_0x953918(0x3eb)](_0x15fa3f);},'onSendChangeset':_0x4f6f3c=>{const _0x44b87f=_0xcb9fef;_0x4f6f3c[_0x44b87f(0x1db)]||(_0x4f6f3c[_0x44b87f(0x1db)]=this[_0x44b87f(0x364)],_0x4f6f3c[_0x44b87f(0x3af)]=++this[_0x44b87f(0x443)]);let _0x55d3c5={'eventID':_0x3f9d12[_0x44b87f(0x448)][_0x44b87f(0x1d9)],'data':{'unitID':_0x4f6f3c[_0x44b87f(0x220)],'unitType':this['_type'],'changeset':_0x4f6f3c,'memberID':this[_0x44b87f(0x22b)][_0x44b87f(0x322)]()}};this[_0x44b87f(0x22b)][_0x44b87f(0x439)](_0x55d3c5,this['unitID']);},'onMissingChangesets':({from:_0x438b6c,to:_0x467016})=>{const _0x905745=_0xcb9fef;this['_logService'][_0x905745(0x4ad)](_0x905745(0x315),'fetching\x20missing\x20changesets\x20from\x20'+_0x438b6c+_0x905745(0x483)+_0x467016);let _0x38a79c={'eventID':_0x3f9d12[_0x905745(0x448)][_0x905745(0x29b)],'data':{'unitID':_0x150b39,'unitType':this['_type'],'from':_0x438b6c,'to':_0x467016}};this[_0x905745(0x22b)]['send'](_0x38a79c,this['unitID']);}};}async['_createInitialStateImpl'](_0xc5113e){const _0xbccfe7=_0x49e982;var _0x4acc0b,_0x5b58e6,_0x2fddcc;let _0x12fc84=await((_0x4acc0b=this[_0xbccfe7(0x49e)])==null?void 0x0:_0x4acc0b[_0xbccfe7(0x423)](this[_0xbccfe7(0x220)])),_0x58d2ea=(_0x5b58e6=_0x12fc84==null?void 0x0:_0x12fc84[_0xbccfe7(0x3ca)])==null?[]:_0x5b58e6,_0x1ea1ce=(_0x2fddcc=_0x12fc84==null?void 0x0:_0x12fc84['awaitingChangeset'])==null?null:_0x2fddcc,_0x35d502=!!(_0x1ea1ce!=null&&_0x1ea1ce[_0xbccfe7(0x1db)])&&!!(_0x1ea1ce!=null&&_0x1ea1ce[_0xbccfe7(0x3af)]);this[_0xbccfe7(0x364)]=_0x35d502?_0x1ea1ce[_0xbccfe7(0x1db)]:(0x0,_0x3f9d12[_0xbccfe7(0x399)])(),this[_0xbccfe7(0x443)]=_0x35d502?_0x1ea1ce[_0xbccfe7(0x3af)]:0x0;let _0x1012e5=this[_0xbccfe7(0x220)];try{this[_0xbccfe7(0x434)](_0x1ea1ce,_0x58d2ea);}catch(_0x54e7db){this[_0xbccfe7(0x271)][_0xbccfe7(0x438)](_0x54e7db);}let _0x1ab4c4=this[_0xbccfe7(0x1b7)]();if(_0xc5113e){let _0x1deb51=_0x2290f(this['_injector'],_0x1012e5,this['_type'],_0x1ea1ce,_0x58d2ea,_0x1ab4c4);return _0x1deb51 instanceof _0x14ada3?_0x1deb51['_schedule']():(_0x1deb51 instanceof _0xc592c2||_0x1deb51 instanceof _0x4179f7)&&_0x1deb51[_0xbccfe7(0x37b)](),_0x1deb51;}return this[_0xbccfe7(0x268)][_0xbccfe7(0x4d4)](_0x5266ae,_0x1012e5,this['_type'],_0x1ea1ce,_0x58d2ea,_0x1ab4c4);}['_replayCachedMutations'](_0x14eafa,_0x4f26f1){const _0x4f3350=_0x49e982;var _0x482634,_0x24b172;let _0x5016d4=this[_0x4f3350(0x344)][_0x4f3350(0x4e1)]['fetchThroughInterceptors'](this[_0x4f3350(0x344)][_0x4f3350(0x4e1)]['getInterceptPoints']()[_0x4f3350(0x3dc)]);(_0x482634=_0x5016d4((_0x14eafa==null?void 0x0:_0x14eafa['mutations'])||[],null))==null||_0x482634['forEach'](_0x113e34=>this[_0x4f3350(0x2d1)]['executeCommand'](_0x113e34['id'],_0x113e34[_0x4f3350(0x44f)])),(_0x24b172=_0x5016d4(_0x4f26f1||[],null))==null||_0x24b172[_0x4f3350(0x293)](_0x9e6c82=>this[_0x4f3350(0x2d1)][_0x4f3350(0x400)](_0x9e6c82['id'],_0x9e6c82[_0x4f3350(0x44f)]));}};_0x58fb9d=_0x433d1e([_0x25be6b(0x3,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x4,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x208)])),_0x25be6b(0x5,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0['LocaleService'])),_0x25be6b(0x6,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0x7,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x4d282d)),_0x25be6b(0x8,_0x2ef5c0[_0x49e982(0x20c)]),_0x25be6b(0x9,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0xa,_0x2ef5c0[_0x49e982(0x44b)]),_0x25be6b(0xb,_0x2ef5c0['IPermissionService']),_0x25be6b(0xc,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0xc4da01)),_0x25be6b(0xd,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x58fb9d);let _0x51fa4a=class extends _0x58fb9d{constructor(_0x4307d5,_0x493ccf,_0x6ee250,_0x209450,_0xa18a93,_0x32cc7e,_0x4bdcd7,_0x34dc24,_0x105f6e,_0x261394,_0x461e75,_0x23bb3a,_0x46d956,_0x5977b3,_0x550f77){const _0x7be76f=_0x49e982;super(_0x4307d5,_0x6ee250,_0x493ccf,_0x209450,_0xa18a93,_0x32cc7e,_0x4bdcd7,_0x34dc24,_0x105f6e,_0x261394,_0x461e75,_0x23bb3a,_0x5977b3,_0x550f77),this[_0x7be76f(0x220)]=_0x4307d5,this['type']=_0x493ccf,this[_0x7be76f(0x245)]=_0x46d956,_0xa76697(this,_0x7be76f(0x3d3),null);}[_0x49e982(0x33b)](_0xff3b11){const _0x2d2841=_0x49e982;this[_0x2d2841(0x3d3)]=_0xff3b11;}['dispose'](){const _0x254144=_0x49e982;this['_handlerCallback']=null,super[_0x254144(0x247)]();}[_0x49e982(0x1b7)](){const _0xf7a516=_0x49e982;let _0x58eeb7=super['_createHandler']();return _0x58eeb7['onTransformIME']=_0x3c0016=>{const _0x502911=_0x5107;var _0x13fc42,_0x116f57;return(_0x13fc42=this[_0x502911(0x3d3)])==null||(_0x116f57=_0x13fc42[_0x502911(0x4b0)])==null?void 0x0:_0x116f57[_0x502911(0x339)](_0x13fc42,_0x3c0016);},_0x58eeb7['onTransformState']=_0x58d129=>{const _0x208093=_0x5107;var _0x4b1077,_0x4ef090;return(_0x4b1077=this[_0x208093(0x3d3)])==null||(_0x4ef090=_0x4b1077[_0x208093(0x482)])==null?void 0x0:_0x4ef090[_0x208093(0x339)](_0x4b1077,_0x58d129);},_0x58eeb7[_0xf7a516(0x367)]=_0x350969=>{const _0x3ec959=_0xf7a516;var _0x2674e5,_0x410eaa;return(_0x2674e5=this['_handlerCallback'])==null||(_0x410eaa=_0x2674e5[_0x3ec959(0x367)])==null?void 0x0:_0x410eaa[_0x3ec959(0x339)](_0x2674e5,_0x350969);},_0x58eeb7[_0xf7a516(0x1eb)]=_0x5248d1=>{const _0x28f5c2=_0xf7a516;var _0x248d86,_0x157f84;return(_0x248d86=this[_0x28f5c2(0x3d3)])==null||(_0x157f84=_0x248d86[_0x28f5c2(0x1eb)])==null?void 0x0:_0x157f84['call'](_0x248d86,_0x5248d1);},_0x58eeb7[_0xf7a516(0x32e)]=_0x3b4a92=>{const _0x50fb0a=_0xf7a516;var _0x8bd5de,_0x16ca48,_0x3bd3e7;return(_0x8bd5de=(_0x16ca48=this['_handlerCallback'])==null||(_0x3bd3e7=_0x16ca48[_0x50fb0a(0x32e)])==null?void 0x0:_0x3bd3e7[_0x50fb0a(0x339)](_0x16ca48,_0x3b4a92))==null?_0x3b4a92:_0x8bd5de;},_0x58eeb7['onTransformRemoteChangesetByStateCache']=_0x36dbec=>{const _0x4cc63a=_0xf7a516;var _0x129d8a,_0x458d5c,_0x252f20;return(_0x129d8a=(_0x458d5c=this['_handlerCallback'])==null||(_0x252f20=_0x458d5c[_0x4cc63a(0x4a7)])==null?void 0x0:_0x252f20[_0x4cc63a(0x339)](_0x458d5c,_0x36dbec))==null?_0x36dbec:_0x129d8a;},_0x58eeb7;}async[_0x49e982(0x2fc)](){const _0x494dba=_0x49e982;if(this[_0x494dba(0x245)]==null)throw Error('[DocCollaborationEntity]:\x20DocStateChangeManagerService\x20is\x20required.\x20Register\x20UniverDocsPlugin\x20before\x20collaboration.');let _0x787a0d=await super[_0x494dba(0x2fc)]();return this[_0x494dba(0x4e6)](this['_docStateChangeManagerService'][_0x494dba(0x2fa)][_0x494dba(0x478)](_0x33d523=>{const _0x96e514=_0x494dba;if(_0x33d523==null||_0x33d523['unitId']!==this[_0x96e514(0x220)])return;let {commandId:_0x7e1491,redoState:_0x4872fc,unitId:_0x1a9327}=_0x33d523,_0x188c58={'id':_0x7e1491,'type':_0x2ef5c0[_0x96e514(0x347)][_0x96e514(0x32b)],'params':{'unitId':_0x1a9327,'actions':_0x4872fc['actions'],'textRanges':null}};this[_0x96e514(0x45d)](_0x188c58);})),this['disposeWithMe'](this[_0x494dba(0x2d1)][_0x494dba(0x352)]((_0x29c5ac,_0x417b97)=>{const _0x227686=_0x494dba;if(_0x29c5ac[_0x227686(0x41b)]!==_0x2ef5c0['CommandType']['MUTATION']||_0x417b97!=null&&_0x417b97[_0x227686(0x3ac)]||_0x417b97!=null&&_0x417b97[_0x227686(0x2ae)]||_0x29c5ac['id']===_0x894f55[_0x227686(0x426)]['id'])return;let _0x22e525=_0x29c5ac['params'];if((_0x22e525==null?void 0x0:_0x22e525[_0x227686(0x30c)])!==this['unitID'])return;let _0x4fa1f4=_0x29c5ac,_0x29f486=this[_0x227686(0x344)][_0x227686(0x4e1)][_0x227686(0x1c8)](this[_0x227686(0x344)]['interceptor']['getInterceptPoints']()[_0x227686(0x25e)])([_0x4fa1f4],this['_univerInstanceService'])||[_0x4fa1f4];this[_0x227686(0x45d)](_0x29f486[0x0]);})),_0x787a0d;}};_0x51fa4a=_0x433d1e([_0x25be6b(0x3,(0x0,_0x2ef5c0['Inject'])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x4,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x208)])),_0x25be6b(0x5,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0['LocaleService'])),_0x25be6b(0x6,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0x7,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x4d282d)),_0x25be6b(0x8,_0x2ef5c0['IUniverInstanceService']),_0x25be6b(0x9,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0xa,_0x2ef5c0[_0x49e982(0x44b)]),_0x25be6b(0xb,_0x2ef5c0[_0x49e982(0x37e)]),_0x25be6b(0xc,(0x0,_0x2ef5c0['Optional'])(_0x894f55[_0x49e982(0x3e1)])),_0x25be6b(0xd,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0xc4da01)),_0x25be6b(0xe,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x51fa4a);let _0x4781ef=class extends _0x58fb9d{constructor(_0x361615,_0x391eb6,_0x5d982e,_0x539c42,_0x390d42,_0x47bf62,_0x118dba,_0x1f183e,_0x157755,_0xc9511e,_0x33e304,_0x4a5acf,_0x4fbf72,_0x531981){super(_0x361615,_0x5d982e,_0x391eb6,_0x539c42,_0x390d42,_0x47bf62,_0x118dba,_0x1f183e,_0x157755,_0xc9511e,_0x33e304,_0x4a5acf,_0x4fbf72,_0x531981),this['unitID']=_0x361615,this['type']=_0x391eb6;}async['_init'](){const _0x4a67e1=_0x49e982;let _0x458fe3=await super[_0x4a67e1(0x2fc)]();return this['disposeWithMe'](this[_0x4a67e1(0x2d1)][_0x4a67e1(0x352)]((_0xfd9b9d,_0x38ebac)=>{const _0x3e55e5=_0x4a67e1;if(_0xfd9b9d[_0x3e55e5(0x41b)]!==_0x2ef5c0[_0x3e55e5(0x347)][_0x3e55e5(0x32b)]||_0x38ebac!=null&&_0x38ebac['fromCollab']||_0x38ebac!=null&&_0x38ebac[_0x3e55e5(0x2ae)]||_0xfd9b9d['id']!==_0x31678c[_0x3e55e5(0x26d)]['id'])return;let _0x38b3c5=_0xfd9b9d[_0x3e55e5(0x44f)];if((_0x38b3c5==null?void 0x0:_0x38b3c5['unitId'])!==this[_0x3e55e5(0x220)])return;let _0x131cee=_0xfd9b9d,_0x57ed8d=this['_compressMutationService'][_0x3e55e5(0x4e1)][_0x3e55e5(0x1c8)](this['_compressMutationService']['interceptor'][_0x3e55e5(0x4be)]()[_0x3e55e5(0x25e)])([_0x131cee],this[_0x3e55e5(0x4cb)])||[_0x131cee];this['_onLocalMutation'](_0x57ed8d[0x0]);})),_0x458fe3;}};_0x4781ef=_0x433d1e([_0x25be6b(0x3,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x4,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12['CompressMutationService'])),_0x25be6b(0x5,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0['LocaleService'])),_0x25be6b(0x6,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0x7,(0x0,_0x2ef5c0['Inject'])(_0x4d282d)),_0x25be6b(0x8,_0x2ef5c0[_0x49e982(0x20c)]),_0x25be6b(0x9,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0xa,_0x2ef5c0['ICommandService']),_0x25be6b(0xb,_0x2ef5c0[_0x49e982(0x37e)]),_0x25be6b(0xc,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0xc4da01)),_0x25be6b(0xd,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x4781ef);let _0x20b584=class extends _0x58fb9d{constructor(_0x274e0f,_0x29991f,_0xdbcda0,_0x369746,_0x289545,_0xaf5f91,_0x55a9cc,_0x2ccb21,_0x5ea471,_0x480092,_0x3c095f,_0x51676,_0x552fc7,_0x3e813b,_0x4b0293){const _0x534f77=_0x49e982;super(_0x274e0f,_0xdbcda0,_0x29991f,_0x369746,_0x289545,_0xaf5f91,_0x55a9cc,_0x5ea471,_0x480092,_0x3c095f,_0x51676,_0x552fc7,_0x3e813b,_0x4b0293),this[_0x534f77(0x220)]=_0x274e0f,this[_0x534f77(0x41b)]=_0x29991f,this['_sheetTransformSelectionsService']=_0x2ccb21;}[_0x49e982(0x1b7)](){const _0x31e21e=_0x49e982;let _0x2e6a25=super[_0x31e21e(0x1b7)]();return _0x2e6a25[_0x31e21e(0x367)]=_0x52a78a=>this[_0x31e21e(0x3e5)][_0x31e21e(0x26a)](_0x52a78a),_0x2e6a25;}async[_0x49e982(0x2fc)](){const _0x1dd67e=_0x49e982;let _0x23a59b=await super[_0x1dd67e(0x2fc)]();return this['disposeWithMe'](this['_commandService'][_0x1dd67e(0x352)]((_0xa45e3,_0x3aa49e)=>{const _0x514bfd=_0x1dd67e;if(_0xa45e3[_0x514bfd(0x41b)]!==_0x2ef5c0[_0x514bfd(0x347)]['MUTATION']||_0x3aa49e!=null&&_0x3aa49e['fromCollab']||_0x3aa49e!=null&&_0x3aa49e[_0x514bfd(0x2ae)])return;let _0x1cdf0a=_0xa45e3[_0x514bfd(0x44f)];if((_0x1cdf0a==null?void 0x0:_0x1cdf0a[_0x514bfd(0x30c)])!==this[_0x514bfd(0x220)])return;let _0x1cfedd=_0xa45e3,_0x5896ea=this[_0x514bfd(0x344)][_0x514bfd(0x4e1)][_0x514bfd(0x1c8)](this[_0x514bfd(0x344)][_0x514bfd(0x4e1)][_0x514bfd(0x4be)]()['COMPRESS_MUTATION_SEND'])([_0x1cfedd],this[_0x514bfd(0x4cb)])||[_0x1cfedd];this[_0x514bfd(0x45d)](_0x5896ea[0x0]);})),_0x23a59b;}};_0x20b584=_0x433d1e([_0x25be6b(0x3,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x4,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x208)])),_0x25be6b(0x5,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x37d)])),_0x25be6b(0x6,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0x7,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x510d83)),_0x25be6b(0x8,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x4d282d)),_0x25be6b(0x9,_0x2ef5c0[_0x49e982(0x20c)]),_0x25be6b(0xa,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0xb,_0x2ef5c0[_0x49e982(0x44b)]),_0x25be6b(0xc,_0x2ef5c0[_0x49e982(0x37e)]),_0x25be6b(0xd,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0xc4da01)),_0x25be6b(0xe,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x20b584);let _0x2f4a02=class extends _0x58fb9d{constructor(_0x57a099,_0x2e3beb,_0x36200c,_0x639203,_0x1e12f2,_0x1d5c49,_0x3bbb0c,_0x1d930e,_0x45ee6a,_0x13252e,_0x2c3d3f,_0x17a1fb,_0x5b39d5,_0x242595){const _0x2c5824=_0x49e982;super(_0x57a099,_0x36200c,_0x2e3beb,_0x639203,_0x1e12f2,_0x1d5c49,_0x3bbb0c,_0x1d930e,_0x45ee6a,_0x13252e,_0x2c3d3f,_0x17a1fb,_0x5b39d5,_0x242595),this[_0x2c5824(0x220)]=_0x57a099,this[_0x2c5824(0x41b)]=_0x2e3beb;}async[_0x49e982(0x2fc)](){const _0x18e714=_0x49e982;let _0x541c13=await super[_0x18e714(0x2fc)]();return this['disposeWithMe'](this[_0x18e714(0x2d1)][_0x18e714(0x352)]((_0x16f6aa,_0x49a987)=>{const _0x50ac35=_0x18e714;if(_0x16f6aa[_0x50ac35(0x41b)]!==_0x2ef5c0['CommandType'][_0x50ac35(0x32b)]||_0x49a987!=null&&_0x49a987[_0x50ac35(0x3ac)]||_0x49a987!=null&&_0x49a987[_0x50ac35(0x2ae)])return;let _0x484bbd=_0x16f6aa['params'];if((_0x484bbd==null?void 0x0:_0x484bbd[_0x50ac35(0x30c)])!==this['unitID'])return;let _0x455595=_0x16f6aa,_0x24fb00=this['_compressMutationService']['interceptor']['fetchThroughInterceptors'](this[_0x50ac35(0x344)]['interceptor']['getInterceptPoints']()[_0x50ac35(0x25e)])([_0x455595],this[_0x50ac35(0x4cb)])||[_0x455595];this[_0x50ac35(0x45d)](_0x24fb00[0x0]);})),_0x541c13;}};_0x2f4a02=_0x433d1e([_0x25be6b(0x3,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x4,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12[_0x49e982(0x208)])),_0x25be6b(0x5,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0['LocaleService'])),_0x25be6b(0x6,(0x0,_0x2ef5c0['Inject'])(_0x3f9d12[_0x49e982(0x452)])),_0x25be6b(0x7,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x4d282d)),_0x25be6b(0x8,_0x2ef5c0['IUniverInstanceService']),_0x25be6b(0x9,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0xa,_0x2ef5c0[_0x49e982(0x44b)]),_0x25be6b(0xb,_0x2ef5c0['IPermissionService']),_0x25be6b(0xc,(0x0,_0x2ef5c0['Optional'])(_0xc4da01)),_0x25be6b(0xd,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x2f4a02);let _0x935f0b=(0x0,_0x2ef5c0[_0x49e982(0x3cc)])('univer-pro.collaboration-client.network-condition.service');function _0x5f520f(_0x5d58b8){const _0xaf95f9=_0x49e982;let _0x483388=_0x5d58b8['data'],_0x29da56=JSON[_0xaf95f9(0x499)](_0x483388);switch(_0x29da56[_0xaf95f9(0x263)]){case _0x514d55[_0xaf95f9(0x457)]['HEARTBEAT']:case _0x514d55[_0xaf95f9(0x457)]['HELLO']:{let _0xe71046=_0x29da56[_0xaf95f9(0x2b1)];return{..._0x29da56,'data':_0xe71046,'cmd':_0x29da56[_0xaf95f9(0x263)]};}case _0x514d55[_0xaf95f9(0x457)][_0xaf95f9(0x398)]:{let _0x325111=_0x29da56[_0xaf95f9(0x458)];return{..._0x29da56,'data':_0x325111,'cmd':_0x29da56[_0xaf95f9(0x263)]};}case _0x514d55[_0xaf95f9(0x457)][_0xaf95f9(0x294)]:{let _0x4935fc=_0x29da56[_0xaf95f9(0x32a)];switch(_0x4935fc[_0xaf95f9(0x469)]){case _0x3f9d12['CollaborationEvent'][_0xaf95f9(0x250)]:var _0x3da2fc;return{..._0x29da56,'data':{..._0x4935fc,'data':(_0x3da2fc=_0x4935fc[_0xaf95f9(0x4b9)])==null?void 0x0:_0x3da2fc['cs']},'cmd':_0x29da56[_0xaf95f9(0x263)]};case _0x3f9d12[_0xaf95f9(0x448)]['CHANGESET_ACK']:var _0xb94286;return{..._0x29da56,'data':{..._0x4935fc,'data':(_0xb94286=_0x4935fc[_0xaf95f9(0x272)])==null?void 0x0:_0xb94286['cs']},'cmd':_0x29da56['cmd']};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x406)]:var _0x43f048;return{..._0x29da56,'data':{..._0x4935fc,'data':(_0x43f048=_0x4935fc[_0xaf95f9(0x38a)])==null?void 0x0:_0x43f048['cs']},'cmd':_0x29da56[_0xaf95f9(0x263)]};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x4b2)]:var _0x50caa3;return{..._0x29da56,'data':{..._0x4935fc,'data':(_0x50caa3=_0x4935fc[_0xaf95f9(0x3d7)])==null?void 0x0:_0x50caa3['cs']},'cmd':_0x29da56[_0xaf95f9(0x263)]};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x3d2)]:var _0x104faf;return{..._0x29da56,'data':{..._0x4935fc,'data':(_0x104faf=_0x4935fc[_0xaf95f9(0x332)])==null?void 0x0:_0x104faf['cs']},'cmd':_0x29da56[_0xaf95f9(0x263)]};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x489)]:return{..._0x29da56,'data':{..._0x4935fc,'data':_0x4935fc[_0xaf95f9(0x39f)]},'cmd':_0x29da56[_0xaf95f9(0x263)]};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x222)]:return{..._0x29da56,'data':{..._0x4935fc,'data':_0x4935fc['joinEvent']},'cmd':_0x29da56['cmd']};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x31c)]:return{..._0x29da56,'data':{..._0x4935fc,'data':_0x4935fc[_0xaf95f9(0x43b)]},'cmd':_0x29da56['cmd']};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x1e2)]:return{..._0x29da56,'data':{..._0x4935fc,'data':_0x4935fc['liveShareNewHost']},'cmd':_0x29da56['cmd']};case _0x3f9d12['CollaborationEvent'][_0xaf95f9(0x2d3)]:case _0x3f9d12[_0xaf95f9(0x448)]['LIVESHARE_OPERATION']:return{..._0x29da56,'data':{..._0x4935fc,'data':_0x4935fc[_0xaf95f9(0x2c0)]},'cmd':_0x29da56[_0xaf95f9(0x263)]};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x258)]:return{..._0x29da56,'data':{..._0x4935fc,'data':_0x4935fc['liveShareNewHost']},'cmd':_0x29da56['cmd']};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x22e)]:return{..._0x29da56,'data':_0x4935fc,'cmd':_0x29da56[_0xaf95f9(0x263)]};case _0x3f9d12['CollaborationEvent'][_0xaf95f9(0x35b)]:return{..._0x29da56,'data':{..._0x4935fc,'data':_0x4935fc['commentUpdateEvent']},'cmd':_0x29da56[_0xaf95f9(0x263)]};case _0x3f9d12['CollaborationEvent']['UPDATE_PERMISSION_OBJ']:return{..._0x29da56,'data':{..._0x4935fc,'data':_0x4935fc[_0xaf95f9(0x429)]},'cmd':_0x29da56[_0xaf95f9(0x263)]};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x262)]:return{..._0x29da56,'data':{..._0x4935fc,'data':_0x4935fc['shouldCloseConn']},'cmd':_0x29da56['cmd']};case _0x3f9d12[_0xaf95f9(0x448)][_0xaf95f9(0x4ba)]:return{..._0x29da56,'data':{..._0x4935fc,'data':_0x4935fc[_0xaf95f9(0x1c0)]},'cmd':_0x29da56[_0xaf95f9(0x263)]};default:return _0x29da56;}}default:return _0x29da56;}}function _0x4ce289(_0x40bfb9){const _0x114d56=_0x49e982;switch(_0x40bfb9['cmd']){case _0x514d55['CombCmd'][_0x114d56(0x4da)]:case _0x514d55['CombCmd'][_0x114d56(0x27e)]:return JSON['stringify']({'cmd':_0x40bfb9[_0x114d56(0x263)],'routeKey':_0x40bfb9[_0x114d56(0x41f)]});case _0x514d55['CombCmd'][_0x114d56(0x4e9)]:{let _0x1b2e7a;switch(_0x40bfb9[_0x114d56(0x259)][_0x114d56(0x469)]){case _0x3f9d12[_0x114d56(0x448)][_0x114d56(0x489)]:_0x1b2e7a={'eventID':_0x3f9d12[_0x114d56(0x448)][_0x114d56(0x489)],'updateCursorEvent':_0x40bfb9['data'][_0x114d56(0x259)]};break;case _0x3f9d12[_0x114d56(0x448)][_0x114d56(0x31c)]:_0x1b2e7a={'eventID':_0x3f9d12[_0x114d56(0x448)][_0x114d56(0x31c)],'leaveEvent':_0x40bfb9[_0x114d56(0x259)][_0x114d56(0x259)]};break;case _0x3f9d12[_0x114d56(0x448)][_0x114d56(0x222)]:_0x1b2e7a={'eventID':_0x3f9d12[_0x114d56(0x448)][_0x114d56(0x222)],'joinEvent':_0x40bfb9[_0x114d56(0x259)][_0x114d56(0x259)]};break;case _0x3f9d12[_0x114d56(0x448)]['LIVESHARE_NEW_HOST']:_0x1b2e7a={'eventID':_0x3f9d12['CollaborationEvent'][_0x114d56(0x1e2)],'liveShareNewHost':_0x40bfb9['data'][_0x114d56(0x259)]};break;case _0x3f9d12[_0x114d56(0x448)][_0x114d56(0x23a)]:_0x1b2e7a={'eventID':_0x3f9d12[_0x114d56(0x448)]['LIVESHARE_OPERATION'],'liveShareOperation':_0x40bfb9['data'][_0x114d56(0x259)]};break;case _0x3f9d12['CollaborationEvent']['LIVESHARE_TERMINATE']:_0x1b2e7a={'eventID':_0x3f9d12['CollaborationEvent'][_0x114d56(0x258)],'liveShareTerminate':_0x40bfb9[_0x114d56(0x259)][_0x114d56(0x259)]};break;case _0x3f9d12[_0x114d56(0x448)]['LIVESHARE_REQUEST_HOST']:_0x1b2e7a={'eventID':_0x3f9d12['CollaborationEvent'][_0x114d56(0x1b1)],'liveShareRequestHost':_0x40bfb9[_0x114d56(0x259)][_0x114d56(0x259)]};break;case _0x3f9d12[_0x114d56(0x448)][_0x114d56(0x2d3)]:_0x1b2e7a={'eventID':_0x3f9d12[_0x114d56(0x448)][_0x114d56(0x2d3)]};break;default:_0x1b2e7a={'eventID':_0x40bfb9[_0x114d56(0x259)][_0x114d56(0x469)]};}return JSON[_0x114d56(0x205)]({'cmd':_0x40bfb9['cmd'],'routeKey':_0x40bfb9['routeKey'],'collaMsg':_0x1b2e7a});}case _0x514d55[_0x114d56(0x457)]['JOIN']:return JSON['stringify']({'cmd':_0x40bfb9[_0x114d56(0x263)],'routeKey':_0x40bfb9[_0x114d56(0x41f)],'joinReq':_0x40bfb9[_0x114d56(0x259)]});case _0x514d55[_0x114d56(0x457)]['LEAVE']:return JSON[_0x114d56(0x205)]({'cmd':_0x40bfb9[_0x114d56(0x263)],'routeKey':_0x40bfb9['routeKey'],'leaveReq':_0x40bfb9[_0x114d56(0x259)]});default:throw Error('[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!');}}let _0x5902c5=(0x0,_0x2ef5c0[_0x49e982(0x3cc)])('univer-pro.collaboration-client-socket-service');function _0x5dbea5(_0x135c00,_0x64271,_0x4b236b){const _0x59e961=_0x49e982;return _0x135c00+'/'+_0x64271+'/unit/'+_0x4b236b+_0x59e961(0x392);}let _0x38b88a=class extends _0x2ef5c0[_0x49e982(0x39c)]{constructor(_0x506726,_0x16f11b,_0x9c9a64,_0x3b1908,_0x41a37c){const _0x547ced=_0x49e982;super(),this[_0x547ced(0x268)]=_0x506726,this['_httpService']=_0x16f11b,this[_0x547ced(0x28b)]=_0x9c9a64,this[_0x547ced(0x271)]=_0x3b1908,this[_0x547ced(0x446)]=_0x41a37c;}[_0x49e982(0x383)](_0x5db2cb){const _0x5aedd6=_0x49e982;let _0xc8e950=this[_0x5aedd6(0x268)][_0x5aedd6(0x203)](_0xa3a4ef[_0x5aedd6(0x3d5)]);if(!_0xc8e950)throw Error(_0x5aedd6(0x38d));let _0x402ffc=_0xc8e950[_0x5aedd6(0x1f7)](_0x5db2cb);if(!_0x402ffc)throw Error(_0x5aedd6(0x2d2));let _0x35e704=new _0x2ef5c0[(_0x5aedd6(0x45f))](),_0x1e808c=new _0x4d6dfb[(_0x5aedd6(0x235))]();_0x35e704[_0x5aedd6(0x3f6)](_0x402ffc[_0x5aedd6(0x362)][_0x5aedd6(0x478)](_0x533212=>_0x1e808c['next'](_0x533212))),_0x35e704[_0x5aedd6(0x3f6)]((0x0,_0x2ef5c0['toDisposable'])(()=>_0x1e808c[_0x5aedd6(0x4d8)]()));let _0x49d041=new _0x4d6dfb['Subject']();_0x35e704['add'](_0x402ffc[_0x5aedd6(0x26c)][_0x5aedd6(0x478)](_0xc21866=>_0x49d041['next'](_0xc21866))),_0x35e704[_0x5aedd6(0x3f6)]((0x0,_0x2ef5c0[_0x5aedd6(0x461)])(()=>_0x49d041[_0x5aedd6(0x4d8)]()));let _0x5902e1=new _0x4d6dfb['Subject']();_0x35e704['add'](_0x402ffc[_0x5aedd6(0x26e)][_0x5aedd6(0x478)](_0x552975=>{const _0x3104c5=_0x5aedd6;let _0x104dbc=_0x5f520f(_0x552975);_0x5902e1[_0x3104c5(0x368)](_0x104dbc);})),_0x35e704['add']((0x0,_0x2ef5c0[_0x5aedd6(0x461)])(()=>_0x5902e1[_0x5aedd6(0x4d8)]()));let _0x406a93,_0x2c2449=()=>{const _0xd98071=_0x5aedd6;_0x49d041[_0xd98071(0x368)](new Event('connection\x20error')),_0x1e808c['next'](new Event(_0xd98071(0x273))),_0x406a93[_0xd98071(0x337)]();};return _0x406a93={'memberID':'','close$':_0x1e808c[_0x5aedd6(0x21d)](),'error$':_0x49d041['asObservable'](),'open$':_0x402ffc[_0x5aedd6(0x1fb)],'message$':_0x5902e1['asObservable'](),'send':_0x2780c2=>{const _0x4f79dc=_0x5aedd6;if(_0x2780c2[_0x4f79dc(0x263)]===_0x514d55[_0x4f79dc(0x457)][_0x4f79dc(0x4e9)]){if(_0x2780c2[_0x4f79dc(0x259)][_0x4f79dc(0x469)]===_0x3f9d12[_0x4f79dc(0x448)][_0x4f79dc(0x1d9)]){this[_0x4f79dc(0x3c7)](_0x406a93,_0x2780c2['data'])[_0x4f79dc(0x2a7)](_0x25d460=>{const _0x384db7=_0x4f79dc;this['_logService'][_0x384db7(0x438)](_0x25d460),_0x2c2449();});return;}if(_0x2780c2[_0x4f79dc(0x259)][_0x4f79dc(0x469)]===_0x3f9d12['CollaborationEvent'][_0x4f79dc(0x29b)]){let _0x2141de=_0x2780c2[_0x4f79dc(0x259)];this['_fetchMissChangesets'](_0x2141de)[_0x4f79dc(0x1d1)](_0x2d036a=>{const _0x2050bc=_0x4f79dc;_0x5902e1[_0x2050bc(0x368)]({'cmd':_0x514d55[_0x2050bc(0x457)]['RECV'],'code':_0x514d55[_0x2050bc(0x38c)]['OK'],'routeKey':_0x2141de[_0x2050bc(0x259)][_0x2050bc(0x220)],'routeType':'','data':{'eventID':_0x3f9d12[_0x2050bc(0x448)][_0x2050bc(0x2ea)],'data':{'changesets':_0x2d036a}}});})[_0x4f79dc(0x2a7)](_0xd9f412=>{const _0x5355f4=_0x4f79dc;this['_logService'][_0x5355f4(0x438)](_0xd9f412),_0x2c2449();});return;}}_0x402ffc[_0x4f79dc(0x439)](_0x4ce289(_0x2780c2));},'close':()=>{const _0x50f288=_0x5aedd6;_0x402ffc[_0x50f288(0x337)](),_0x35e704['dispose']();}},_0x406a93;}async[_0x49e982(0x3c7)](_0x203338,_0x1c8e9c){const _0x4c3a3d=_0x49e982;var _0x51f3a4;let {unitType:_0x55d484,unitID:_0x420dc6,changeset:_0x54c2ae}=_0x1c8e9c[_0x4c3a3d(0x259)],_0x56929b={'unitID':_0x420dc6,'memberID':_0x203338[_0x4c3a3d(0x3ec)],'type':_0x55d484,'changeset':(0x0,_0x3f9d12[_0x4c3a3d(0x1cf)])(_0x54c2ae)},_0x5e0be2=this[_0x4c3a3d(0x28b)][_0x4c3a3d(0x462)](_0x138b5f),_0x3052a9=_0x5dbea5((_0x51f3a4=_0x5e0be2==null?void 0x0:_0x5e0be2[_0x4c3a3d(0x44c)])==null?'/universer-api/comb':_0x51f3a4,_0x55d484,_0x420dc6);try{await this[_0x4c3a3d(0x1af)][_0x4c3a3d(0x4e3)](_0x3052a9,{'body':_0x56929b});}catch(_0x46620a){throw this[_0x4c3a3d(0x271)][_0x4c3a3d(0x438)]('[CollaborationSession]','submit\x20changeset\x20error!'),_0x46620a;}}async['_fetchMissChangesets'](_0xabeb96){const _0x8ed428=_0x49e982;let {unitID:_0x815b3c,from:_0x424bb9,to:_0x461310,unitType:_0x12bca1}=_0xabeb96[_0x8ed428(0x259)];return(await this['_snapshotServerService'][_0x8ed428(0x2da)]({'metadata':void 0x0},{'unitID':_0x815b3c,'type':_0x12bca1,'from':_0x424bb9,'to':_0x461310}))[_0x8ed428(0x3b8)][_0x8ed428(0x431)](_0x1bb0fa=>((_0x1bb0fa[_0x8ed428(0x3ca)]===null||_0x1bb0fa['mutations']===void 0x0)&&(_0x1bb0fa['mutations']=[]),_0x1bb0fa));}};_0x38b88a=_0x433d1e([_0x25be6b(0x0,(0x0,_0x2ef5c0['Inject'])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x1,(0x0,_0x2ef5c0['Inject'])(_0xa3a4ef['HTTPService'])),_0x25be6b(0x2,_0x2ef5c0['IConfigService']),_0x25be6b(0x3,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0x4,_0x3f9d12[_0x49e982(0x3f2)])],_0x38b88a);let _0x429482=class extends _0x2ef5c0[_0x49e982(0x39c)]{get[_0x49e982(0x297)](){const _0x1c0921=_0x49e982;return this['_socket$'][_0x1c0921(0x1ad)]();}constructor(_0x4a03ac,_0x440cd4,_0x484d13,_0x1b1121,_0x8b34fd,_0x285371){const _0x6eeae5=_0x49e982;super(),this[_0x6eeae5(0x268)]=_0x4a03ac,this[_0x6eeae5(0x271)]=_0x440cd4,this['_configService']=_0x484d13,this[_0x6eeae5(0x3d6)]=_0x1b1121,this[_0x6eeae5(0x481)]=_0x8b34fd,this[_0x6eeae5(0x3cd)]=_0x285371,_0xa76697(this,_0x6eeae5(0x227),new _0x4d6dfb[(_0x6eeae5(0x1dc))](void 0x0)),_0xa76697(this,_0x6eeae5(0x403),this[_0x6eeae5(0x227)][_0x6eeae5(0x21d)]()),_0xa76697(this,_0x6eeae5(0x313),null),_0xa76697(this,_0x6eeae5(0x3bf),new Map()),_0xa76697(this,_0x6eeae5(0x319),new _0x4d6dfb[(_0x6eeae5(0x1dc))](0x0)),_0xa76697(this,_0x6eeae5(0x436),this[_0x6eeae5(0x319)]['asObservable']()),_0xa76697(this,_0x6eeae5(0x49c),!0x1),_0xa76697(this,_0x6eeae5(0x4c5),void 0x0),_0xa76697(this,'_retryCount',0x0),_0xa76697(this,'_socketMessageSubscription',null),_0xa76697(this,'_sendHeartbeatTimer',void 0x0),_0xa76697(this,'_timeoutTimer',void 0x0),this['_listenToNetworkCondition']();}[_0x49e982(0x25c)](){const _0x1cbe0c=_0x49e982;this[_0x1cbe0c(0x3cd)]&&this['disposeWithMe'](this['_networkConditionService'][_0x1cbe0c(0x422)]['subscribe'](_0x2c506c=>{const _0x3420bc=_0x1cbe0c;_0x2c506c&&!this[_0x3420bc(0x297)]&&this[_0x3420bc(0x2bb)](),_0x2c506c||this[_0x3420bc(0x4a2)]();}));}[_0x49e982(0x247)](){const _0x3d42ac=_0x49e982;var _0x128a33;super[_0x3d42ac(0x247)](),(_0x128a33=this[_0x3d42ac(0x48b)])==null||_0x128a33[_0x3d42ac(0x31a)](),this[_0x3d42ac(0x48b)]=null,this[_0x3d42ac(0x33c)](),this['_clearTimeoutTimer'](),this[_0x3d42ac(0x355)](),this[_0x3d42ac(0x3bf)]['forEach'](_0x10e136=>_0x10e136[_0x3d42ac(0x247)]()),this[_0x3d42ac(0x3bf)][_0x3d42ac(0x3ce)](),this[_0x3d42ac(0x319)]['complete']();}async[_0x49e982(0x265)](_0x563b6e){const _0x1da6e6=_0x49e982;if(this[_0x1da6e6(0x3bf)][_0x1da6e6(0x35e)](_0x563b6e))return this[_0x1da6e6(0x3bf)][_0x1da6e6(0x203)](_0x563b6e);this[_0x1da6e6(0x30a)]();let _0x3f0a31=this[_0x1da6e6(0x268)][_0x1da6e6(0x4d4)](_0xbc6026,_0x563b6e,this[_0x1da6e6(0x227)][_0x1da6e6(0x21d)]());return this['_sessions'][_0x1da6e6(0x40d)](_0x563b6e,_0x3f0a31),_0x3f0a31;}['closeSession'](_0x4e6590){const _0x384255=_0x49e982;let _0xa48141=this['_sessions'][_0x384255(0x203)](_0x4e6590);if(_0xa48141&&(this[_0x384255(0x3bf)][_0x384255(0x454)](_0x4e6590),_0xa48141[_0x384255(0x337)]()),!this[_0x384255(0x3bf)][_0x384255(0x1b5)]){var _0x262477;(_0x262477=this['_socket'])==null||_0x262477['close']();}}[_0x49e982(0x2bb)](){const _0x1ef495=_0x49e982;this[_0x1ef495(0x221)]=0x0,this[_0x1ef495(0x33c)](),this[_0x1ef495(0x3d8)]();}[_0x49e982(0x33c)](){const _0x526c55=_0x49e982;this[_0x526c55(0x4c5)]!=null&&(clearTimeout(this[_0x526c55(0x4c5)]),this[_0x526c55(0x4c5)]=null);}async[_0x49e982(0x3b5)](){const _0x2677f0=_0x49e982;var _0x1b3357;let _0x37f55a=this['_configService'][_0x2677f0(0x462)](_0x138b5f),_0xa73da=(_0x1b3357=_0x37f55a==null?void 0x0:_0x37f55a[_0x2677f0(0x1fc)])==null?_0x8ba365:_0x1b3357,_0x26ec03=await this[_0x2677f0(0x3d6)][_0x2677f0(0x1f7)](_0xa73da);return this['_candidateSocket']=_0x26ec03,_0x26ec03;}async[_0x49e982(0x30a)](){const _0x3d21ad=_0x49e982;try{var _0x16673f,_0x33c0d8;let _0x439a7b=(_0x16673f=(_0x33c0d8=this['_socket'])==null?this[_0x3d21ad(0x313)]:_0x33c0d8)==null?await this[_0x3d21ad(0x3b5)]():_0x16673f;if(_0x439a7b){var _0x4b1d22;let _0x1fd8a8=_0x439a7b[_0x3d21ad(0x439)];_0x439a7b[_0x3d21ad(0x439)]=_0x181c93=>(_0x181c93[_0x3d21ad(0x263)]!==_0x514d55[_0x3d21ad(0x457)][_0x3d21ad(0x2f3)]&&this['_rescheduleHeartbeat'](),_0x1fd8a8[_0x3d21ad(0x47c)](_0x439a7b,[_0x181c93])),(_0x4b1d22=this[_0x3d21ad(0x48b)])==null||_0x4b1d22[_0x3d21ad(0x31a)](),this['_socketMessageSubscription']=null,this[_0x3d21ad(0x48b)]=_0x439a7b[_0x3d21ad(0x26e)][_0x3d21ad(0x478)](_0xb5ae0e=>this['_onMessage'](_0x439a7b,_0xb5ae0e)),_0x439a7b[_0x3d21ad(0x26c)]['pipe']((0x0,_0x5df1dd[_0x3d21ad(0x25d)])(0x1))[_0x3d21ad(0x478)](_0x99b746=>this['_logService'][_0x3d21ad(0x438)]('[CollaborationSessionService]:\x20socket\x20error',_0x99b746)),_0x439a7b[_0x3d21ad(0x1fb)][_0x3d21ad(0x349)]((0x0,_0x5df1dd[_0x3d21ad(0x25d)])(0x1))[_0x3d21ad(0x478)](()=>{const _0x19d635=_0x3d21ad;this[_0x19d635(0x4bd)](_0x439a7b);}),_0x439a7b[_0x3d21ad(0x362)][_0x3d21ad(0x349)]((0x0,_0x5df1dd[_0x3d21ad(0x25d)])(0x1))[_0x3d21ad(0x478)](_0x594d9b=>{const _0x455816=_0x3d21ad;this[_0x455816(0x271)][_0x455816(0x4ad)](_0x455816(0x1fd),'socket\x20close',_0x594d9b),this[_0x455816(0x283)]();});}}catch(_0x2f74ab){this[_0x3d21ad(0x271)]['error'](_0x2f74ab),this[_0x3d21ad(0x283)]();}}[_0x49e982(0x4bd)](_0x8ee4f){const _0x404b73=_0x49e982;this[_0x404b73(0x271)][_0x404b73(0x4ad)](_0x404b73(0x1fd),_0x404b73(0x225)),_0x8ee4f[_0x404b73(0x439)]({'cmd':_0x514d55[_0x404b73(0x457)]['HELLO']}),this['_rescheduleHeartbeat']();}[_0x49e982(0x4a2)](){const _0x53d321=_0x49e982;this[_0x53d321(0x49c)]=!0x1,this[_0x53d321(0x313)]=null,this[_0x53d321(0x319)][_0x53d321(0x368)](0x2),this[_0x53d321(0x227)][_0x53d321(0x368)](null),this[_0x53d321(0x2b4)](),this['_clearHeartbeatTimer']();}['_onConnectionFailed'](){const _0x2b630c=_0x49e982;var _0x4a89b7;this[_0x2b630c(0x4a2)](),this['_retryCount']<((_0x4a89b7=this[_0x2b630c(0x28b)][_0x2b630c(0x462)]('RETRY_CONNECTING_MAX_COUNT'))==null?0x3:_0x4a89b7)?(this[_0x2b630c(0x481)][_0x2b630c(0x1ee)]({'id':_0x2b630c(0x1f4)}),this['_tryReconnect']()):this[_0x2b630c(0x481)][_0x2b630c(0x1ee)]({'id':_0x2b630c(0x27d)});}[_0x49e982(0x3d8)](){const _0x173246=_0x49e982;var _0xc36ef6;let _0x1a728e=this[_0x173246(0x221)],_0x2434d0=this[_0x173246(0x28b)][_0x173246(0x462)](_0x138b5f),_0x29dca1=_0x1a728e===0x0?0x0:((_0xc36ef6=_0x2434d0==null?void 0x0:_0x2434d0['retryConnectingInterval'])==null?0x4e20:_0xc36ef6)*0x2**_0x1a728e;this[_0x173246(0x4c5)]=setTimeout(()=>{const _0x21291f=_0x173246;clearTimeout(this[_0x21291f(0x4c5)]),this[_0x21291f(0x4c5)]=null,this[_0x21291f(0x30a)]();},_0x29dca1),this[_0x173246(0x221)]+=0x1;}[_0x49e982(0x46d)](_0x521778,_0x38bb3f){const _0x24e79d=_0x49e982;let {cmd:_0x23c6ee}=_0x38bb3f;_0x23c6ee===_0x514d55[_0x24e79d(0x457)][_0x24e79d(0x27e)]&&!this[_0x24e79d(0x49c)]&&(_0x521778[_0x24e79d(0x3ec)]=_0x38bb3f[_0x24e79d(0x259)][_0x24e79d(0x3ec)],this[_0x24e79d(0x227)]['next'](_0x521778),this[_0x24e79d(0x319)][_0x24e79d(0x368)](0x3),this[_0x24e79d(0x49c)]=!0x0,this['_candidateSocket']=null),_0x23c6ee===_0x514d55[_0x24e79d(0x457)][_0x24e79d(0x4da)]&&this[_0x24e79d(0x2b4)](),this[_0x24e79d(0x1ac)]();}[_0x49e982(0x1ac)](){const _0x38c117=_0x49e982;var _0x4c0e15;this[_0x38c117(0x355)](),this['_sendHeartbeatTimer']=setTimeout(()=>this[_0x38c117(0x2d6)](),(_0x4c0e15=this[_0x38c117(0x28b)]['getConfig'](_0x38c117(0x266)))==null?0x7530:_0x4c0e15);}['_sendHeartbeat'](){const _0x296053=_0x49e982;this[_0x296053(0x297)]['send']({'cmd':_0x514d55['CombCmd'][_0x296053(0x4da)]}),this[_0x296053(0x42d)]();}[_0x49e982(0x42d)](){const _0x2a91b4=_0x49e982;var _0x3b82e5;this['_timeoutTimer']=setTimeout(()=>this[_0x2a91b4(0x283)](),(_0x3b82e5=this['_configService']['getConfig'](_0x2a91b4(0x287)))==null?_0x332e1b:_0x3b82e5);}[_0x49e982(0x355)](){const _0x3ac933=_0x49e982;this[_0x3ac933(0x4d7)]!=null&&(clearTimeout(this['_sendHeartbeatTimer']),this[_0x3ac933(0x4d7)]=null);}['_clearTimeoutTimer'](){const _0x1ef012=_0x49e982;this[_0x1ef012(0x1e8)]!=null&&(clearTimeout(this['_timeoutTimer']),this[_0x1ef012(0x1e8)]=null);}};_0x429482=_0x433d1e([_0x25be6b(0x0,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x1,_0x2ef5c0['ILogService']),_0x25be6b(0x2,_0x2ef5c0['IConfigService']),_0x25be6b(0x3,_0x5902c5),_0x25be6b(0x4,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x4d282d)),_0x25be6b(0x5,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x935f0b))],_0x429482);let _0x3b2987=class extends _0x2ef5c0['RxDisposable']{constructor(_0x1c77b5,_0x204623,_0x16a825,_0x29addb){const _0x5c1a87=_0x49e982;var _0x35dc0f;super(),this[_0x5c1a87(0x268)]=_0x1c77b5,this['_collabSessionService']=_0x204623,this[_0x5c1a87(0x28b)]=_0x16a825,this['_univerInstanceService']=_0x29addb,_0xa76697(this,_0x5c1a87(0x2cc),new Map()),_0xa76697(this,_0x5c1a87(0x44e),new _0x4d6dfb[(_0x5c1a87(0x235))]()),_0xa76697(this,'entityInit$',this[_0x5c1a87(0x44e)][_0x5c1a87(0x21d)]()),((_0x35dc0f=this[_0x5c1a87(0x28b)][_0x5c1a87(0x462)](_0x5c1a87(0x3cb)))==null?void 0x0:_0x35dc0f['enableCollaboration'])!==!0x1&&this['_init']();}[_0x49e982(0x247)](){const _0x267d60=_0x49e982;super[_0x267d60(0x247)](),this[_0x267d60(0x2cc)][_0x267d60(0x293)](_0x3faf6f=>_0x3faf6f[_0x267d60(0x247)]()),this[_0x267d60(0x2cc)][_0x267d60(0x3ce)]();}[_0x49e982(0x281)](_0x10781f){const _0x186600=_0x49e982;var _0x10a3ea;return(_0x10a3ea=this[_0x186600(0x2cc)][_0x186600(0x203)](_0x10781f))==null?null:_0x10a3ea;}[_0x49e982(0x4ae)](_0x266378){const _0x3df18d=_0x49e982;let _0x67693a=this[_0x3df18d(0x281)](_0x266378);return _0x67693a?(0x0,_0x4d6dfb['of'])(_0x67693a):this[_0x3df18d(0x44e)][_0x3df18d(0x349)]((0x0,_0x5df1dd[_0x3df18d(0x36d)])(_0x81c7b8=>_0x81c7b8[_0x3df18d(0x220)]===_0x266378));}[_0x49e982(0x33a)](_0x42d8e8){const _0x15fd89=_0x49e982;return(0x0,_0x4d6dfb['firstValueFrom'])(this[_0x15fd89(0x4ae)](_0x42d8e8)[_0x15fd89(0x349)]((0x0,_0x5df1dd['map'])(()=>void 0x0)));}[_0x49e982(0x2fc)](){const _0x2aa479=_0x49e982;this[_0x2aa479(0x4cb)][_0x2aa479(0x1dd)](_0x2ef5c0[_0x2aa479(0x401)][_0x2aa479(0x1f6)])['pipe']((0x0,_0x4d6dfb[_0x2aa479(0x2f5)])(this['dispose$']),(0x0,_0x5df1dd[_0x2aa479(0x1e0)])(0x10))[_0x2aa479(0x478)](async _0x3011db=>{const _0x28e028=_0x2aa479;let _0x521648=_0x3011db[_0x28e028(0x34b)][_0x28e028(0x2c2)](),_0x5e6d8c=await this[_0x28e028(0x2a0)](_0x521648,_0x2ef5c0[_0x28e028(0x401)][_0x28e028(0x1f6)]);this['_entities'][_0x28e028(0x40d)](_0x521648,_0x5e6d8c);}),this[_0x2aa479(0x4cb)][_0x2aa479(0x1dd)](_0x2ef5c0[_0x2aa479(0x401)][_0x2aa479(0x33e)])[_0x2aa479(0x349)]((0x0,_0x4d6dfb[_0x2aa479(0x2f5)])(this[_0x2aa479(0x2f0)]),(0x0,_0x5df1dd[_0x2aa479(0x1e0)])(0x10))['pipe']((0x0,_0x5df1dd[_0x2aa479(0x36d)])(_0x250051=>!_0x250051['unit'][_0x2aa479(0x2c2)]()[_0x2aa479(0x4e0)]('__')))[_0x2aa479(0x478)](async _0x287ab6=>{const _0x20f799=_0x2aa479;let _0x2059ad=_0x287ab6[_0x20f799(0x34b)][_0x20f799(0x2c2)](),_0x472cdf=await this[_0x20f799(0x2a0)](_0x2059ad,_0x2ef5c0[_0x20f799(0x401)][_0x20f799(0x33e)]);this[_0x20f799(0x2cc)][_0x20f799(0x40d)](_0x2059ad,_0x472cdf);}),this[_0x2aa479(0x4cb)][_0x2aa479(0x1dd)](_0x2ef5c0[_0x2aa479(0x401)][_0x2aa479(0x2a9)])[_0x2aa479(0x349)]((0x0,_0x4d6dfb[_0x2aa479(0x2f5)])(this[_0x2aa479(0x2f0)]),(0x0,_0x5df1dd[_0x2aa479(0x1e0)])(0x10))[_0x2aa479(0x478)](async _0x7237ca=>{const _0x2b540c=_0x2aa479;let _0x283cb4=_0x7237ca[_0x2b540c(0x34b)][_0x2b540c(0x2c2)](),_0x5c42d6=await this['_startCollaboration'](_0x283cb4,_0x2ef5c0[_0x2b540c(0x401)][_0x2b540c(0x2a9)]);this[_0x2b540c(0x2cc)][_0x2b540c(0x40d)](_0x283cb4,_0x5c42d6);}),this['_univerInstanceService'][_0x2aa479(0x1dd)](_0x2ef5c0[_0x2aa479(0x401)][_0x2aa479(0x369)])[_0x2aa479(0x349)]((0x0,_0x4d6dfb[_0x2aa479(0x2f5)])(this['dispose$']),(0x0,_0x5df1dd[_0x2aa479(0x1e0)])(0x10))['subscribe'](async _0x554785=>{const _0x1cfbc9=_0x2aa479;let _0x3d22d0=_0x554785[_0x1cfbc9(0x34b)][_0x1cfbc9(0x2c2)](),_0xa3b81f=await this[_0x1cfbc9(0x2a0)](_0x3d22d0,_0x2ef5c0[_0x1cfbc9(0x401)][_0x1cfbc9(0x369)]);this[_0x1cfbc9(0x2cc)]['set'](_0x3d22d0,_0xa3b81f);}),(0x0,_0x4d6dfb[_0x2aa479(0x228)])(this['_univerInstanceService'][_0x2aa479(0x20b)](_0x2ef5c0['UniverInstanceType']['UNIVER_SHEET']),this[_0x2aa479(0x4cb)][_0x2aa479(0x20b)](_0x2ef5c0[_0x2aa479(0x401)][_0x2aa479(0x33e)]),this['_univerInstanceService'][_0x2aa479(0x20b)](_0x2ef5c0[_0x2aa479(0x401)][_0x2aa479(0x2a9)]),this[_0x2aa479(0x4cb)][_0x2aa479(0x20b)](_0x2ef5c0[_0x2aa479(0x401)][_0x2aa479(0x369)]))['pipe']((0x0,_0x4d6dfb[_0x2aa479(0x2f5)])(this[_0x2aa479(0x2f0)]))[_0x2aa479(0x478)](_0x30864c=>{const _0x23c718=_0x2aa479;let _0x56d327=_0x30864c[_0x23c718(0x2c2)](),_0xdc6db7=this['_entities'][_0x23c718(0x203)](_0x56d327);_0xdc6db7&&(_0xdc6db7['dispose'](),this['_entities'][_0x23c718(0x454)](_0x56d327));});}async[_0x49e982(0x2a0)](_0x29fab8,_0xf0bd9){const _0x18643d=_0x49e982;let _0x302527=await this[_0x18643d(0x3aa)][_0x18643d(0x265)](_0x29fab8),_0x2b7fce=this['_injector']['createInstance'](this[_0x18643d(0x30b)](_0xf0bd9),_0x29fab8,_0xf0bd9,_0x302527);return await _0x2b7fce[_0x18643d(0x299)](),this['_entityInit$'][_0x18643d(0x368)](_0x2b7fce),_0x2b7fce;}[_0x49e982(0x30b)](_0xc7a2d2){const _0x1f2286=_0x49e982;switch(_0xc7a2d2){case _0x2ef5c0[_0x1f2286(0x401)][_0x1f2286(0x33e)]:return _0x51fa4a;case _0x2ef5c0[_0x1f2286(0x401)][_0x1f2286(0x1f6)]:return _0x20b584;case _0x2ef5c0[_0x1f2286(0x401)][_0x1f2286(0x2a9)]:return _0x2f4a02;case _0x2ef5c0['UniverInstanceType'][_0x1f2286(0x369)]:return _0x4781ef;default:throw Error(_0x1f2286(0x49d)+_0xc7a2d2);}}};_0x3b2987=_0x433d1e([_0x25be6b(0x0,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0['Injector'])),_0x25be6b(0x1,(0x0,_0x2ef5c0['Inject'])(_0x429482)),_0x25be6b(0x2,_0x2ef5c0[_0x49e982(0x35c)]),_0x25be6b(0x3,_0x2ef5c0[_0x49e982(0x20c)])],_0x3b2987);var _0x36abf5=_0x49e982(0x493),_0x2f77e4=_0x49e982(0x34a);let _0x324805=class extends _0x2ef5c0[_0x49e982(0x39c)]{constructor(_0xee029d,_0x67f566){const _0xd5a99f=_0x49e982;super(),this['_univerInstanceService']=_0xee029d,this[_0xd5a99f(0x28b)]=_0x67f566,this[_0xd5a99f(0x2fc)]();}[_0x49e982(0x2fc)](){const _0x2e1825=_0x49e982;this['disposeWithMe'](this[_0x2e1825(0x4cb)][_0x2e1825(0x491)]['subscribe'](()=>{const _0x553fd6=_0x2e1825;var _0x2b8830;let _0x100bdd=this[_0x553fd6(0x4cb)]['getFocusedUnit'](),_0x5f175a=(_0x2b8830=this['_configService'][_0x553fd6(0x462)](_0x553fd6(0x495)))==null?_0x553fd6(0x28c):_0x2b8830;_0x100bdd instanceof _0x2ef5c0[_0x553fd6(0x1bf)]&&(_0x5f175a=_0x100bdd[_0x553fd6(0x430)]),document[_0x553fd6(0x4a6)]=_0x5f175a;}));}};_0x324805=_0x433d1e([_0x25be6b(0x0,_0x2ef5c0[_0x49e982(0x20c)]),_0x25be6b(0x1,_0x2ef5c0[_0x49e982(0x35c)])],_0x324805);let _0x513d58=function(_0x104a76){const _0x39d310=_0x49e982;return _0x104a76[_0x39d310(0x1e4)]=_0x39d310(0x1e4),_0x104a76[_0x39d310(0x334)]=_0x39d310(0x334),_0x104a76[_0x39d310(0x379)]='BASE64',_0x104a76;}({}),_0x2597a6=(0x0,_0x2ef5c0[_0x49e982(0x3cc)])('base-ui.attachment-io.service'),_0x1b2349=class{constructor(_0x4e7bac,_0x576cf0,_0x3520bb){const _0x461bcc=_0x49e982;this[_0x461bcc(0x1af)]=_0x4e7bac,this[_0x461bcc(0x28b)]=_0x576cf0,this[_0x461bcc(0x4cb)]=_0x3520bb;}['getUploadOptions'](){const _0x4449ff=_0x49e982;var _0x8569d3;return(_0x8569d3=this['_getConfig']()[_0x4449ff(0x1ed)])==null?{}:_0x8569d3;}async[_0x49e982(0x34c)](_0x24003f){const _0x1b08e9=_0x49e982;let _0x15038a=this[_0x1b08e9(0x370)]();if(_0x1c0b69(_0x24003f,_0x15038a),_0x15038a['upload'])return _0x15038a[_0x1b08e9(0x1e6)](_0x24003f);let _0xc280a4=await this[_0x1b08e9(0x246)](_0x24003f);return{'id':_0xc280a4,'name':_0x24003f[_0x1b08e9(0x430)],'mimeType':_0x24003f[_0x1b08e9(0x41b)],'size':_0x24003f[_0x1b08e9(0x1b5)],'sourceType':'UUID','source':_0xc280a4};}async['_upload'](_0x2d87d3){const _0x410205=_0x49e982;let _0x215b0f=this['_univerInstanceService']['getFocusedUnit'](),_0x388f7d=_0x215b0f==null?void 0x0:_0x215b0f[_0x410205(0x2c2)]();if(!_0x388f7d)throw Error(_0x410205(0x327));let _0x276cea=new FormData();_0x276cea[_0x410205(0x496)](_0x410205(0x2d4),_0x2d87d3);let _0x3d06e5=this[_0x410205(0x36a)]()+'?size='+_0x2d87d3[_0x410205(0x1b5)][_0x410205(0x286)]()+'&source='+_0x514d55[_0x410205(0x321)][_0x410205(0x3a1)]+_0x410205(0x357)+encodeURIComponent(_0x388f7d),_0x22a2e6=(await this['_httpService'][_0x410205(0x4e3)](_0x3d06e5,{'body':_0x276cea}))['body']['FileId'];if(typeof _0x22a2e6!='string'||!_0x22a2e6)throw Error(_0x410205(0x2cf));return _0x22a2e6;}['_getUploadFileURL'](){const _0x4223e7=_0x49e982;var _0x368e5a;return(_0x368e5a=this['_getConfig']()['uploadFileServerUrl'])==null?_0x4223e7(0x4de):_0x368e5a;}['_getConfig'](){const _0x5d3d5e=_0x49e982;var _0x4cd423;return(_0x4cd423=this[_0x5d3d5e(0x28b)]['getConfig'](_0x5d3d5e(0x3cb)))==null?{}:_0x4cd423;}};_0x1b2349=_0x433d1e([_0x25be6b(0x0,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0xa3a4ef['HTTPService'])),_0x25be6b(0x1,(0x0,_0x2ef5c0['Inject'])(_0x2ef5c0[_0x49e982(0x35c)])),_0x25be6b(0x2,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0['IUniverInstanceService']))],_0x1b2349);function _0x1c0b69(_0x338821,_0x577c6d){const _0x3bf2d0=_0x49e982;var _0x57656e;if(_0x577c6d[_0x3bf2d0(0x1c2)]!=null&&_0x338821['size']>_0x577c6d[_0x3bf2d0(0x1c2)])throw Error('[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.');if((_0x57656e=_0x577c6d[_0x3bf2d0(0x435)])!=null&&_0x57656e[_0x3bf2d0(0x375)]&&!_0x577c6d['accept'][_0x3bf2d0(0x22f)](_0x4552cb=>_0x338821[_0x3bf2d0(0x41b)]===_0x4552cb||_0x338821[_0x3bf2d0(0x430)][_0x3bf2d0(0x366)](_0x4552cb)||_0x4552cb[_0x3bf2d0(0x366)]('/*')&&_0x338821[_0x3bf2d0(0x41b)][_0x3bf2d0(0x4e0)](_0x4552cb[_0x3bf2d0(0x31b)](0x0,-0x1))))throw Error(_0x3bf2d0(0x470));}let _0x2fa1dd=class{constructor(_0x49a06c,_0x43fb73,_0x3b87a7){const _0x36ea16=_0x49e982;this[_0x36ea16(0x28b)]=_0x49a06c,this['_httpService']=_0x43fb73,this[_0x36ea16(0x1bd)]=_0x3b87a7,this['init']();}['init'](){const _0x55b23d=_0x49e982;this['_httpService'][_0x55b23d(0x1ec)]({'priority':0x1,'interceptor':(_0x36ad3e,_0x1ef00e)=>_0x1ef00e(_0x36ad3e)[_0x55b23d(0x349)]((0x0,_0x4d6dfb['concatMap'])(async _0x5251ac=>{const _0xa9d339=_0x55b23d;let _0x5d1d3d=_0x5251ac;if(_0x5d1d3d['status']===0x191){if(typeof window>'u')throw Error(_0xa9d339(0x2ff));if(window[_0xa9d339(0x48a)](this[_0xa9d339(0x1bd)]['t'](_0xa9d339(0x2e8)))){let _0x355409=window[_0xa9d339(0x3bd)](window['location'][_0xa9d339(0x4c9)]);window['location'][_0xa9d339(0x4c9)]=this[_0xa9d339(0x2af)]()+_0xa9d339(0x3fc)+_0x355409;}}return _0x5d1d3d;}))});}[_0x49e982(0x2af)](){const _0x33dd2f=_0x49e982;var _0x56c9ea;let _0x4a9713=this[_0x33dd2f(0x28b)][_0x33dd2f(0x462)](_0x138b5f);return(_0x56c9ea=_0x4a9713==null?void 0x0:_0x4a9713[_0x33dd2f(0x3d1)])==null?'/universer-api/oidc/authpage':_0x56c9ea;}};_0x2fa1dd=_0x433d1e([_0x25be6b(0x0,_0x2ef5c0[_0x49e982(0x35c)]),_0x25be6b(0x1,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0xa3a4ef['HTTPService'])),_0x25be6b(0x2,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x37d)]))],_0x2fa1dd);let _0x39d7fc=class extends _0x2ef5c0['Disposable']{constructor(_0x577b9c,_0x1c870c){const _0x11a6b6=_0x49e982;super(),this[_0x11a6b6(0x477)]=_0x577b9c,this[_0x11a6b6(0x28b)]=_0x1c870c,_0xa76697(this,_0x11a6b6(0x308),!0x1),this[_0x11a6b6(0x2f6)]();}['_initMergeInterceptor'](){const _0x3ddd5d=_0x49e982;let _0x15acdf=this;this[_0x3ddd5d(0x4e6)](this[_0x3ddd5d(0x477)][_0x3ddd5d(0x1ec)]({'priority':0x3e7,'interceptor':(0x0,_0xa3a4ef[_0x3ddd5d(0x4d1)])({'isMatch'(_0x53a3d7){const _0x17ae7d=_0x3ddd5d;var _0x201b8d;if(_0x53a3d7[_0x17ae7d(0x2ed)]===_0x17ae7d(0x1a8)&&(_0x201b8d=_0x53a3d7[_0x17ae7d(0x2f4)])!=null&&_0x201b8d[_0x17ae7d(0x3ae)]){let {objectID:_0xe63154,objectType:_0x2bb2c3}=_0x53a3d7[_0x17ae7d(0x2f4)]['body']||{};if(!_0xe63154||_0x2bb2c3===void 0x0)return!0x1;let _0x1263cd=_0x15acdf[_0x17ae7d(0x30d)]()+'/'+_0x2bb2c3+_0x17ae7d(0x413)+_0xe63154+_0x17ae7d(0x2d5);if(_0x53a3d7['url']===_0x1263cd)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x51f58){const _0x1d9306=_0x3ddd5d;var _0x384b0a;return(_0x384b0a=_0x51f58[_0x1d9306(0x2f4)])==null?void 0x0:_0x384b0a[_0x1d9306(0x3ae)];},'mergeParamsToRequest'(_0x55f19b,_0x5c0ab8){const _0x4431c8=_0x3ddd5d;let _0x1f0512=_0x15acdf[_0x4431c8(0x30d)]()+_0x4431c8(0x1c9),_0x293b85=_0x55f19b[_0x4431c8(0x230)]((_0x378a0e,_0x33d477)=>{const _0x26d23b=_0x4431c8;let {unitID:_0x14385a,objectID:_0x4f7746,objectType:_0x1a79f0,actions:_0xfa4d66}=_0x33d477;return _0x378a0e[_0x14385a]||(_0x378a0e[_0x14385a]={}),_0x378a0e[_0x14385a][_0x4f7746]||(_0x378a0e[_0x14385a][_0x4f7746]={'objectID':_0x4f7746,'objectType':_0x1a79f0,'actions':[]}),_0x378a0e[_0x14385a][_0x4f7746][_0x26d23b(0x1d3)][_0x26d23b(0x3a7)](..._0xfa4d66),_0x378a0e;},{}),_0xc8f1b9=[];for(let _0x495d7f in _0x293b85)for(let _0x247b24 in _0x293b85[_0x495d7f]){let {actions:_0x4aae32,objectType:_0x4ab2e9}=_0x293b85[_0x495d7f][_0x247b24],_0x423d5b=[...new Set(_0x4aae32)];_0xc8f1b9[_0x4431c8(0x3a7)]({'unitID':_0x495d7f,'objectID':_0x247b24,'objectType':_0x4ab2e9,'actions':_0x423d5b});}return new _0xa3a4ef['HTTPRequest']('POST',_0x1f0512,{'headers':_0x5c0ab8['headers'],'withCredentials':_0x5c0ab8[_0x4431c8(0x24a)],'responseType':_0x5c0ab8[_0x4431c8(0x4b4)],'body':{'requests':_0xc8f1b9}});}},{'distributeResult'(_0x4275ce,_0x1ab49d){const _0x468ed6=_0x3ddd5d;let {objectActions:_0x335463}=_0x4275ce;return _0x1ab49d[_0x468ed6(0x431)](_0x3d22e1=>{const _0x427d25=_0x468ed6;let {unitID:_0x2520c6,objectID:_0x4ccd83,actions:_0x4cf509}=_0x3d22e1,_0x5db0b6=_0x335463[_0x427d25(0x3cf)](_0x4a4f7a=>_0x4a4f7a[_0x427d25(0x220)]===_0x2520c6&&_0x4a4f7a[_0x427d25(0x411)]===_0x4ccd83);return{'config':_0x3d22e1,'result':{'actions':_0x4cf509['map'](_0x509967=>_0x5db0b6==null?void 0x0:_0x5db0b6[_0x427d25(0x1d3)]['find'](_0x50faee=>_0x50faee['action']===_0x509967))[_0x427d25(0x36d)](_0x202c56=>!!_0x202c56),'error':_0x4275ce[_0x427d25(0x438)]}};});}})}));}['_getAPIPrefixPath'](){const _0x451f5f=_0x49e982;var _0x4f848e;let _0x2c0c42=this[_0x451f5f(0x28b)][_0x451f5f(0x462)](_0x138b5f);return(_0x4f848e=_0x2c0c42==null?void 0x0:_0x2c0c42['authzUrl'])==null?'/universer-api/authz':_0x4f848e;}async['create'](_0x5a7092){const _0xd4d22d=_0x49e982;let _0x139646=this[_0xd4d22d(0x30d)]()+'/'+_0x5a7092[_0xd4d22d(0x333)]+_0xd4d22d(0x2e6);return(await this[_0xd4d22d(0x477)][_0xd4d22d(0x4e3)](_0x139646,{'body':_0x5a7092}))[_0xd4d22d(0x3ae)]['objectID']||'';}async['list'](_0x5ee75f){const _0xacd9f=_0x49e982;let _0x24fbce=this[_0xacd9f(0x30d)]()+_0xacd9f(0x467);return(await this[_0xacd9f(0x477)][_0xacd9f(0x4e3)](_0x24fbce,{'body':_0x5ee75f}))[_0xacd9f(0x3ae)]['objects'];}async[_0x49e982(0x31f)](_0x55aba2){const _0x2a1002=_0x49e982;var _0x29cb6f;let _0xa59866=this[_0x2a1002(0x30d)]()+'/'+_0x55aba2[_0x2a1002(0x333)]+_0x2a1002(0x413)+_0x55aba2[_0x2a1002(0x411)],_0x4174d8=await this[_0x2a1002(0x477)]['put'](_0xa59866,{'body':_0x55aba2});if((_0x4174d8==null||(_0x29cb6f=_0x4174d8[_0x2a1002(0x3ae)])==null||(_0x29cb6f=_0x29cb6f[_0x2a1002(0x438)])==null?void 0x0:_0x29cb6f['code'])!==0x1)throw Error(_0x2a1002(0x1b0));}async[_0x49e982(0x303)](_0x98c4a0){const _0x2b8796=_0x49e982;let _0x1325d4=this['_getAPIPrefixPath']()+'/'+_0x98c4a0[_0x2b8796(0x333)]+_0x2b8796(0x413)+_0x98c4a0[_0x2b8796(0x411)]+'/allowed';return(await this[_0x2b8796(0x477)][_0x2b8796(0x4e3)](_0x1325d4,{'body':_0x98c4a0}))[_0x2b8796(0x3ae)]['actions'];}async[_0x49e982(0x23d)](_0x1421d5){const _0x5af188=_0x49e982;let _0x2e228d=this['_getAPIPrefixPath']()+_0x5af188(0x1c9);return(await this[_0x5af188(0x477)][_0x5af188(0x4e3)](_0x2e228d,{'body':{'requests':_0x1421d5}}))[_0x5af188(0x3ae)]['objectActions'];}async[_0x49e982(0x251)](_0x52df75){const _0x58fbfa=_0x49e982;let _0x3e264d=this[_0x58fbfa(0x30d)]()+'/'+_0x52df75[_0x58fbfa(0x333)]+'/role',_0x22c7e8=await this['_HTTPService'][_0x58fbfa(0x4e3)](_0x3e264d,{'body':_0x52df75});return{'roles':_0x22c7e8[_0x58fbfa(0x3ae)][_0x58fbfa(0x2d9)],'actions':_0x22c7e8[_0x58fbfa(0x3ae)][_0x58fbfa(0x1d3)]};}async[_0x49e982(0x393)](_0x2de8de){const _0x5d15de=_0x49e982;let _0xb9c967=this['_getAPIPrefixPath']()+'/collaborator';await this['_HTTPService'][_0x5d15de(0x454)](_0xb9c967,{'params':{'collaboratorID':_0x2de8de['collaboratorID'],'objectID':_0x2de8de[_0x5d15de(0x411)],'unitID':_0x2de8de[_0x5d15de(0x220)]}});}async['updateCollaborator'](_0x2d8d6e){const _0x51a044=_0x49e982;let _0x1fe206=this[_0x51a044(0x30d)]()+'/collaborator';await this['_HTTPService'][_0x51a044(0x3c3)](_0x1fe206,{'body':_0x2d8d6e});}async[_0x49e982(0x3c5)](_0x25af3e){const _0x3c0a43=_0x49e982;let _0x3a7cbf=this[_0x3c0a43(0x30d)]()+_0x3c0a43(0x486);await this[_0x3c0a43(0x477)][_0x3c0a43(0x4e3)](_0x3a7cbf,{'body':_0x25af3e});}async['listCollaborators'](_0xed4fb5){const _0x323aa1=_0x49e982;var _0x3309c9;let _0x34d54a=this['_getAPIPrefixPath']()+_0x323aa1(0x486),_0x44f5e8=await this[_0x323aa1(0x477)][_0x323aa1(0x203)](_0x34d54a,{'params':{'objectID':_0xed4fb5[_0x323aa1(0x411)],'unitID':_0xed4fb5[_0x323aa1(0x220)]}});return this[_0x323aa1(0x472)]((_0x3309c9=_0x44f5e8[_0x323aa1(0x3ae)][_0x323aa1(0x2be)])==null?!0x1:_0x3309c9),_0x44f5e8[_0x323aa1(0x3ae)][_0x323aa1(0x2c6)];}async[_0x49e982(0x32d)](_0xd4b8f8){const _0x36a2cf=_0x49e982;let _0x1d6d40=this['_getAPIPrefixPath']()+'/collaborator';await this[_0x36a2cf(0x477)]['put'](_0x1d6d40,{'body':_0xd4b8f8});}[_0x49e982(0x472)](_0x5c7f30){const _0x311321=_0x49e982;this[_0x311321(0x308)]=_0x5c7f30;}['getCfgEnableObjInherit'](){const _0x353d5e=_0x49e982;return this[_0x353d5e(0x308)];}};_0x39d7fc=_0x433d1e([_0x25be6b(0x0,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0xa3a4ef[_0x49e982(0x4ce)])),_0x25be6b(0x1,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0['IConfigService']))],_0x39d7fc);function _0x21c3fd(_0x1c7596){const _0xd5fad2=_0x49e982;return _0x1c7596 instanceof Uint8Array||ArrayBuffer[_0xd5fad2(0x242)](_0x1c7596)&&_0x1c7596[_0xd5fad2(0x2bd)]['name']===_0xd5fad2(0x376)&&'BYTES_PER_ELEMENT'in _0x1c7596&&_0x1c7596[_0xd5fad2(0x264)]===0x1;}function _0x422740(_0x54a9cb){const _0x2df849=_0x49e982;if(typeof _0x54a9cb!=_0x2df849(0x2f7))throw TypeError('number\x20expected,\x20got\x20'+typeof _0x54a9cb);if(!Number[_0x2df849(0x21c)](_0x54a9cb)||_0x54a9cb<0x0)throw RangeError(_0x2df849(0x248)+_0x54a9cb);}function _0x3a1db3(_0x591052,_0x31d9b5,_0x260fdf=''){const _0xc43253=_0x49e982;let _0x500ba6=_0x21c3fd(_0x591052),_0x2732e7=_0x591052==null?void 0x0:_0x591052[_0xc43253(0x375)],_0x194a58=_0x31d9b5!==void 0x0;if(!_0x500ba6||_0x194a58&&_0x2732e7!==_0x31d9b5){let _0x3be14a=_0x260fdf&&'\x22'+_0x260fdf+'\x22\x20',_0x2f5ac5=_0x194a58?'\x20of\x20length\x20'+_0x31d9b5:'',_0x1f557f=_0x500ba6?_0xc43253(0x1d5)+_0x2732e7:_0xc43253(0x3a9)+typeof _0x591052,_0x571e01=_0x3be14a+_0xc43253(0x48d)+_0x2f5ac5+',\x20got\x20'+_0x1f557f;throw _0x500ba6?RangeError(_0x571e01):TypeError(_0x571e01);}return _0x591052;}function _0x4313e8(_0x22dea6){const _0x5578d8=_0x49e982;return new Uint32Array(_0x22dea6[_0x5578d8(0x1c3)],_0x22dea6[_0x5578d8(0x1d0)],Math[_0x5578d8(0x2b0)](_0x22dea6[_0x5578d8(0x24f)]/0x4));}function _0x5bd24a(..._0x16569f){const _0x340e8f=_0x49e982;for(let _0x57c871=0x0;_0x57c871<_0x16569f[_0x340e8f(0x375)];_0x57c871++)_0x16569f[_0x57c871][_0x340e8f(0x43e)](0x0);}let _0x1de324=new Uint8Array(new Uint32Array([0x11223344])['buffer'])[0x0]===0x44,_0x3bd435=_0x506c12=>_0x506c12<<0x18&0xff000000|_0x506c12<<0x8&0xff0000|_0x506c12>>>0x8&0xff00|_0x506c12>>>0x18&0xff,_0x38a51c=_0x1de324?_0x123502=>_0x123502:_0x38baf9=>{for(let _0x4e803c=0x0;_0x4e803c<_0x38baf9['length'];_0x4e803c++)_0x38baf9[_0x4e803c]=_0x3bd435(_0x38baf9[_0x4e803c]);return _0x38baf9;};function _0x31d64a(_0x517d13){const _0x2b789c=_0x49e982;if(typeof _0x517d13!='string')throw TypeError('string\x20expected');return new Uint8Array(new TextEncoder()[_0x2b789c(0x41a)](_0x517d13));}function _0x4ea38b(_0x1f3f83,_0x1230e4){const _0xbf0426=_0x49e982;return!_0x1f3f83[_0xbf0426(0x24f)]||!_0x1230e4['byteLength']?!0x1:_0x1f3f83[_0xbf0426(0x1c3)]===_0x1230e4[_0xbf0426(0x1c3)]&&_0x1f3f83[_0xbf0426(0x1d0)]<_0x1230e4[_0xbf0426(0x1d0)]+_0x1230e4[_0xbf0426(0x24f)]&&_0x1230e4[_0xbf0426(0x1d0)]<_0x1f3f83[_0xbf0426(0x1d0)]+_0x1f3f83[_0xbf0426(0x24f)];}function _0x469d7a(_0x126f66,_0x4510c3){const _0x114311=_0x49e982;if(_0x4ea38b(_0x126f66,_0x4510c3)&&_0x126f66[_0x114311(0x1d0)]<_0x4510c3[_0x114311(0x1d0)])throw Error('complex\x20overlap\x20of\x20input\x20and\x20output\x20is\x20not\x20supported');}function _0x1cf731(..._0x60cdfc){const _0x3f83be=_0x49e982;let _0x1f73fe=0x0;for(let _0x22bc31=0x0;_0x22bc31<_0x60cdfc[_0x3f83be(0x375)];_0x22bc31++){let _0x205d0c=_0x60cdfc[_0x22bc31];_0x3a1db3(_0x205d0c),_0x1f73fe+=_0x205d0c['length'];}let _0x3fe56e=new Uint8Array(_0x1f73fe);for(let _0x359d77=0x0,_0x110ee8=0x0;_0x359d77<_0x60cdfc['length'];_0x359d77++){let _0x309032=_0x60cdfc[_0x359d77];_0x3fe56e[_0x3f83be(0x40d)](_0x309032,_0x110ee8),_0x110ee8+=_0x309032[_0x3f83be(0x375)];}return _0x3fe56e;}let _0x34dbc8=(_0x5c2fe6,_0x4f271a)=>{const _0x504e29=_0x49e982;function _0x4931be(_0x17d5d2,..._0x2f033f){const _0x2ad16d=_0x5107;if(_0x3a1db3(_0x17d5d2,void 0x0,'key'),_0x5c2fe6[_0x2ad16d(0x440)]!==void 0x0){let _0x4304eb=_0x2f033f[0x0];_0x3a1db3(_0x4304eb,_0x5c2fe6[_0x2ad16d(0x3bc)]?void 0x0:_0x5c2fe6['nonceLength'],_0x2ad16d(0x316));}let _0x29d696=_0x5c2fe6[_0x2ad16d(0x474)];_0x29d696&&_0x2f033f[0x1]!==void 0x0&&_0x3a1db3(_0x2f033f[0x1],void 0x0,'AAD');let _0x546c45=_0x4f271a(_0x17d5d2,..._0x2f033f),_0x1d5e9c=(_0x111a02,_0x44ca30)=>{const _0xd60a41=_0x2ad16d;if(_0x44ca30!==void 0x0){if(_0x111a02!==0x2)throw Error('cipher\x20output\x20not\x20supported');_0x3a1db3(_0x44ca30,void 0x0,_0xd60a41(0x34e));}},_0x5f23bd=!0x1;return{'encrypt'(_0x4018d7,_0xc9a17f){const _0x4ba19c=_0x2ad16d;if(_0x5f23bd)throw Error(_0x4ba19c(0x219));return _0x5f23bd=!0x0,_0x3a1db3(_0x4018d7),_0x1d5e9c(_0x546c45[_0x4ba19c(0x1d7)][_0x4ba19c(0x375)],_0xc9a17f),_0x546c45[_0x4ba19c(0x1d7)](_0x4018d7,_0xc9a17f);},'decrypt'(_0x34fc4a,_0x28eacb){const _0x284a64=_0x2ad16d;if(_0x3a1db3(_0x34fc4a),_0x29d696&&_0x34fc4a['length']<_0x29d696)throw Error(_0x284a64(0x284)+_0x29d696);return _0x1d5e9c(_0x546c45['decrypt'][_0x284a64(0x375)],_0x28eacb),_0x546c45[_0x284a64(0x4dd)](_0x34fc4a,_0x28eacb);}};}return Object[_0x504e29(0x3a3)](_0x4931be,_0x5c2fe6),_0x4931be;};function _0xeae1fe(_0x90a84c,_0x500f1e,_0x16af9b=!0x0){const _0x28e745=_0x49e982;if(_0x500f1e===void 0x0)return new Uint8Array(_0x90a84c);if(_0x3a1db3(_0x500f1e,void 0x0,'output'),_0x500f1e['length']!==_0x90a84c)throw Error(_0x28e745(0x21f)+_0x90a84c+_0x28e745(0x2aa)+_0x500f1e[_0x28e745(0x375)]);if(_0x16af9b&&!_0x50b56c(_0x500f1e))throw Error('invalid\x20output,\x20must\x20be\x20aligned');return _0x500f1e;}function _0x50b56c(_0x410352){const _0x2d737e=_0x49e982;return _0x410352[_0x2d737e(0x1d0)]%0x4==0x0;}function _0x453a6c(_0x2108e5){const _0x3331a1=_0x49e982;return Uint8Array[_0x3331a1(0x312)](_0x3a1db3(_0x2108e5));}function _0x4cc18b(_0x348cb0=0x20){const _0x255092=_0x49e982;_0x422740(_0x348cb0);let _0x29b467=typeof globalThis==_0x255092(0x304)?globalThis[_0x255092(0x1bc)]:null;if(typeof(_0x29b467==null?void 0x0:_0x29b467['getRandomValues'])!=_0x255092(0x30f))throw Error(_0x255092(0x4dc));return _0x29b467[_0x255092(0x1b3)](new Uint8Array(_0x348cb0));}function _0xffb9fd(_0x5a225d){const _0x3b4e87=_0x49e982;if(![0x10,0x18,0x20]['includes'](_0x5a225d[_0x3b4e87(0x375)]))throw Error(_0x3b4e87(0x1b8)+_0x5a225d[_0x3b4e87(0x375)]);}function _0x31141a(_0x3bc5b4){return _0x3bc5b4<<0x1^0x11b&-(_0x3bc5b4>>0x7);}function _0x475959(_0x150cc2,_0x136d08){let _0x51ec82=0x0;for(;_0x136d08>0x0;_0x136d08>>=0x1)_0x51ec82^=_0x150cc2&-(_0x136d08&0x1),_0x150cc2=_0x31141a(_0x150cc2);return _0x51ec82;}let _0xfa3634=((()=>{let _0x325862=new Uint8Array(0x100);for(let _0x53df43=0x0,_0x45b50a=0x1;_0x53df43<0x100;_0x53df43++,_0x45b50a^=_0x31141a(_0x45b50a))_0x325862[_0x53df43]=_0x45b50a;let _0x46445f=new Uint8Array(0x100);_0x46445f[0x0]=0x63;for(let _0x3e39d2=0x0;_0x3e39d2<0xff;_0x3e39d2++){let _0x2d5445=_0x325862[0xff-_0x3e39d2];_0x2d5445|=_0x2d5445<<0x8,_0x46445f[_0x325862[_0x3e39d2]]=(_0x2d5445^_0x2d5445>>0x4^_0x2d5445>>0x5^_0x2d5445>>0x6^_0x2d5445>>0x7^0x63)&0xff;}return _0x5bd24a(_0x325862),_0x46445f;})()),_0x1ba701=_0xfa3634['map']((_0x5637dc,_0x4c1be4)=>_0xfa3634[_0x49e982(0x1c1)](_0x4c1be4)),_0x1f426c=_0x2e6d93=>_0x2e6d93<<0x18|_0x2e6d93>>>0x8,_0x58040f=_0x3ce949=>_0x3ce949<<0x8|_0x3ce949>>>0x18;function _0x2e1d5a(_0x4795df,_0x4820a4){const _0x13ef41=_0x49e982;if(_0x4795df[_0x13ef41(0x375)]!==0x100)throw Error(_0x13ef41(0x237));let _0x1ec5b0=new Uint32Array(0x100)[_0x13ef41(0x431)]((_0x20b15e,_0x4dabe8)=>_0x4820a4(_0x4795df[_0x4dabe8])),_0x3b8785=_0x1ec5b0[_0x13ef41(0x431)](_0x58040f),_0x5d080e=_0x3b8785[_0x13ef41(0x431)](_0x58040f),_0x464109=_0x5d080e[_0x13ef41(0x431)](_0x58040f),_0x11040c=new Uint32Array(0x100*0x100),_0x3dd3cd=new Uint32Array(0x100*0x100),_0x5083ea=new Uint16Array(0x100*0x100);for(let _0x2cdd1b=0x0;_0x2cdd1b<0x100;_0x2cdd1b++)for(let _0x4b0886=0x0;_0x4b0886<0x100;_0x4b0886++){let _0x44108d=_0x2cdd1b*0x100+_0x4b0886;_0x11040c[_0x44108d]=_0x1ec5b0[_0x2cdd1b]^_0x3b8785[_0x4b0886],_0x3dd3cd[_0x44108d]=_0x5d080e[_0x2cdd1b]^_0x464109[_0x4b0886],_0x5083ea[_0x44108d]=_0x4795df[_0x2cdd1b]<<0x8|_0x4795df[_0x4b0886];}return{'sbox':_0x4795df,'sbox2':_0x5083ea,'T0':_0x1ec5b0,'T1':_0x3b8785,'T2':_0x5d080e,'T3':_0x464109,'T01':_0x11040c,'T23':_0x3dd3cd};}let _0x56601d=_0x2e1d5a(_0xfa3634,_0x315b45=>_0x475959(_0x315b45,0x3)<<0x18|_0x315b45<<0x10|_0x315b45<<0x8|_0x475959(_0x315b45,0x2)),_0x5c9747=_0x2e1d5a(_0x1ba701,_0x64d7f7=>_0x475959(_0x64d7f7,0xb)<<0x18|_0x475959(_0x64d7f7,0xd)<<0x10|_0x475959(_0x64d7f7,0x9)<<0x8|_0x475959(_0x64d7f7,0xe)),_0x2d3f24=((()=>{let _0x2e563e=new Uint8Array(0x10);for(let _0x1ec102=0x0,_0x5adf03=0x1;_0x1ec102<0x10;_0x1ec102++,_0x5adf03=_0x31141a(_0x5adf03))_0x2e563e[_0x1ec102]=_0x5adf03;return _0x2e563e;})());function _0x22da91(_0x47821b){const _0x1d8c7c=_0x49e982;_0x3a1db3(_0x47821b);let _0x4a9cb5=_0x47821b[_0x1d8c7c(0x375)];_0xffb9fd(_0x47821b);let {sbox2:_0x1a726c}=_0x56601d,_0x1de51d=[];(!_0x1de324||!_0x50b56c(_0x47821b))&&_0x1de51d['push'](_0x47821b=_0x453a6c(_0x47821b));let _0x47562c=_0x38a51c(_0x4313e8(_0x47821b)),_0x4104a3=_0x47562c['length'],_0x49ae87=_0x46ce5a=>_0x2a0bc0(_0x1a726c,_0x46ce5a,_0x46ce5a,_0x46ce5a,_0x46ce5a),_0x3a8ba8=new Uint32Array(_0x4a9cb5+0x1c);_0x3a8ba8['set'](_0x47562c);for(let _0x5dc938=_0x4104a3;_0x5dc938<_0x3a8ba8[_0x1d8c7c(0x375)];_0x5dc938++){let _0x4495fb=_0x3a8ba8[_0x5dc938-0x1];_0x5dc938%_0x4104a3===0x0?_0x4495fb=_0x49ae87(_0x1f426c(_0x4495fb))^_0x2d3f24[_0x5dc938/_0x4104a3-0x1]:_0x4104a3>0x6&&_0x5dc938%_0x4104a3===0x4&&(_0x4495fb=_0x49ae87(_0x4495fb)),_0x3a8ba8[_0x5dc938]=_0x3a8ba8[_0x5dc938-_0x4104a3]^_0x4495fb;}return _0x5bd24a(..._0x1de51d),_0x3a8ba8;}function _0x12907a(_0x25fed8){let _0x2092b8=_0x22da91(_0x25fed8),_0x1d2be8=_0x2092b8['slice'](),_0x11376b=_0x2092b8['length'],{sbox2:_0x4de6d2}=_0x56601d,{T0:_0x584b37,T1:_0x33575b,T2:_0x36cd57,T3:_0x5f5641}=_0x5c9747;for(let _0x5d642d=0x0;_0x5d642d<_0x11376b;_0x5d642d+=0x4)for(let _0x410972=0x0;_0x410972<0x4;_0x410972++)_0x1d2be8[_0x5d642d+_0x410972]=_0x2092b8[_0x11376b-_0x5d642d-0x4+_0x410972];_0x5bd24a(_0x2092b8);for(let _0x92cdd0=0x4;_0x92cdd0<_0x11376b-0x4;_0x92cdd0++){let _0x5d65fe=_0x1d2be8[_0x92cdd0],_0x3774e6=_0x2a0bc0(_0x4de6d2,_0x5d65fe,_0x5d65fe,_0x5d65fe,_0x5d65fe);_0x1d2be8[_0x92cdd0]=_0x584b37[_0x3774e6&0xff]^_0x33575b[_0x3774e6>>>0x8&0xff]^_0x36cd57[_0x3774e6>>>0x10&0xff]^_0x5f5641[_0x3774e6>>>0x18];}return _0x1d2be8;}function _0x3e4f24(_0x6b80aa,_0x44062c,_0x4c6bee,_0x1a9889,_0x218f7f,_0x46921a){return _0x6b80aa[_0x4c6bee<<0x8&0xff00|_0x1a9889>>>0x8&0xff]^_0x44062c[_0x218f7f>>>0x8&0xff00|_0x46921a>>>0x18&0xff];}function _0x2a0bc0(_0x50884c,_0xf0b0e5,_0x2fc61d,_0x1ccd0c,_0x500e8f){return _0x50884c[_0xf0b0e5&0xff|_0x2fc61d&0xff00]|_0x50884c[_0x1ccd0c>>>0x10&0xff|_0x500e8f>>>0x10&0xff00]<<0x10;}function _0x2288f8(_0x1b3be4,_0x3c237a,_0x114e87,_0x191395,_0x6e65bb){const _0x2a6e1d=_0x49e982;let {sbox2:_0x234563,T01:_0x259790,T23:_0x2f3044}=_0x56601d,_0x2f8e18=0x0;_0x3c237a^=_0x1b3be4[_0x2f8e18++],_0x114e87^=_0x1b3be4[_0x2f8e18++],_0x191395^=_0x1b3be4[_0x2f8e18++],_0x6e65bb^=_0x1b3be4[_0x2f8e18++];let _0x532d88=_0x1b3be4[_0x2a6e1d(0x375)]/0x4-0x2;for(let _0x86a995=0x0;_0x86a995<_0x532d88;_0x86a995++){let _0x1f7324=_0x1b3be4[_0x2f8e18++]^_0x3e4f24(_0x259790,_0x2f3044,_0x3c237a,_0x114e87,_0x191395,_0x6e65bb),_0x318f24=_0x1b3be4[_0x2f8e18++]^_0x3e4f24(_0x259790,_0x2f3044,_0x114e87,_0x191395,_0x6e65bb,_0x3c237a),_0x2bc0f1=_0x1b3be4[_0x2f8e18++]^_0x3e4f24(_0x259790,_0x2f3044,_0x191395,_0x6e65bb,_0x3c237a,_0x114e87),_0x3450b6=_0x1b3be4[_0x2f8e18++]^_0x3e4f24(_0x259790,_0x2f3044,_0x6e65bb,_0x3c237a,_0x114e87,_0x191395);_0x3c237a=_0x1f7324,_0x114e87=_0x318f24,_0x191395=_0x2bc0f1,_0x6e65bb=_0x3450b6;}return{'s0':_0x1b3be4[_0x2f8e18++]^_0x2a0bc0(_0x234563,_0x3c237a,_0x114e87,_0x191395,_0x6e65bb),'s1':_0x1b3be4[_0x2f8e18++]^_0x2a0bc0(_0x234563,_0x114e87,_0x191395,_0x6e65bb,_0x3c237a),'s2':_0x1b3be4[_0x2f8e18++]^_0x2a0bc0(_0x234563,_0x191395,_0x6e65bb,_0x3c237a,_0x114e87),'s3':_0x1b3be4[_0x2f8e18++]^_0x2a0bc0(_0x234563,_0x6e65bb,_0x3c237a,_0x114e87,_0x191395)};}function _0x20d06a(_0x8bd4,_0x2e78db,_0x590202,_0xf92934,_0x393b1b){const _0x173e47=_0x49e982;let {sbox2:_0x3494bd,T01:_0x229e16,T23:_0x3fadd2}=_0x5c9747,_0x65a3ca=0x0;_0x2e78db^=_0x8bd4[_0x65a3ca++],_0x590202^=_0x8bd4[_0x65a3ca++],_0xf92934^=_0x8bd4[_0x65a3ca++],_0x393b1b^=_0x8bd4[_0x65a3ca++];let _0x5db643=_0x8bd4[_0x173e47(0x375)]/0x4-0x2;for(let _0x5b6a51=0x0;_0x5b6a51<_0x5db643;_0x5b6a51++){let _0x59a147=_0x8bd4[_0x65a3ca++]^_0x3e4f24(_0x229e16,_0x3fadd2,_0x2e78db,_0x393b1b,_0xf92934,_0x590202),_0x4f2c4f=_0x8bd4[_0x65a3ca++]^_0x3e4f24(_0x229e16,_0x3fadd2,_0x590202,_0x2e78db,_0x393b1b,_0xf92934),_0x27afb0=_0x8bd4[_0x65a3ca++]^_0x3e4f24(_0x229e16,_0x3fadd2,_0xf92934,_0x590202,_0x2e78db,_0x393b1b),_0x28c73b=_0x8bd4[_0x65a3ca++]^_0x3e4f24(_0x229e16,_0x3fadd2,_0x393b1b,_0xf92934,_0x590202,_0x2e78db);_0x2e78db=_0x59a147,_0x590202=_0x4f2c4f,_0xf92934=_0x27afb0,_0x393b1b=_0x28c73b;}return{'s0':_0x8bd4[_0x65a3ca++]^_0x2a0bc0(_0x3494bd,_0x2e78db,_0x393b1b,_0xf92934,_0x590202),'s1':_0x8bd4[_0x65a3ca++]^_0x2a0bc0(_0x3494bd,_0x590202,_0x2e78db,_0x393b1b,_0xf92934),'s2':_0x8bd4[_0x65a3ca++]^_0x2a0bc0(_0x3494bd,_0xf92934,_0x590202,_0x2e78db,_0x393b1b),'s3':_0x8bd4[_0x65a3ca++]^_0x2a0bc0(_0x3494bd,_0x393b1b,_0xf92934,_0x590202,_0x2e78db)};}function _0x33e543(_0x49b53b){const _0x37f36b=_0x49e982;if(_0x3a1db3(_0x49b53b),_0x49b53b[_0x37f36b(0x375)]%0x10!=0x0)throw Error(_0x37f36b(0x27c));}function _0xba2b11(_0x2f5bd2,_0x3de491,_0x4f575f){const _0x225ae5=_0x49e982;_0x3a1db3(_0x2f5bd2);let _0x2fe432=_0x2f5bd2[_0x225ae5(0x375)],_0x36aa87=_0x2fe432%0x10;if(!_0x3de491&&_0x36aa87!==0x0)throw Error(_0x225ae5(0x215));if(_0x3de491){let _0x5d53ff=0x10-_0x36aa87;_0x5d53ff||(_0x5d53ff=0x10),_0x2fe432+=_0x5d53ff;}_0x4f575f=_0xeae1fe(_0x2fe432,_0x4f575f),_0x469d7a(_0x2f5bd2,_0x4f575f),(!_0x1de324||!_0x50b56c(_0x2f5bd2))&&(_0x2f5bd2=_0x453a6c(_0x2f5bd2));let _0x373496=_0x4313e8(_0x2f5bd2);return _0x38a51c(_0x373496),{'b':_0x373496,'o':_0x4313e8(_0x4f575f),'out':_0x4f575f};}function _0x165db3(_0xa0576a,_0x579ffa){const _0x19a15a=_0x49e982;if(!_0x579ffa)return _0xa0576a;let _0x56f7fc=_0xa0576a[_0x19a15a(0x375)];if(_0x56f7fc===0x0)throw Error(_0x19a15a(0x275));let _0x2adece=_0xa0576a[_0x56f7fc-0x1],_0x88d233=0x1;_0x88d233&=_0x2adece-0x1>>>0x1f^0x1,_0x88d233&=0x10-_0x2adece>>>0x1f^0x1;for(let _0x57036f=0x0;_0x57036f<0x10;_0x57036f++){let _0x293f86=_0x57036f-_0x2adece>>>0x1f,_0x3163bf=+((_0xa0576a[_0x56f7fc-0x1-_0x57036f]^_0x2adece)===0x0);_0x88d233&=_0x3163bf|_0x293f86^0x1;}if(!_0x88d233)throw Error(_0x19a15a(0x29e));return _0xa0576a[_0x19a15a(0x300)](0x0,_0x56f7fc-_0x2adece);}function _0x49217f(_0x43cafa){const _0x3ef88b=_0x49e982;let _0x1066eb=new Uint8Array(0x10),_0x4399ec=_0x4313e8(_0x1066eb);_0x1066eb[_0x3ef88b(0x40d)](_0x43cafa);let _0x5cdd1f=0x10-_0x43cafa[_0x3ef88b(0x375)];for(let _0x30bece=0x10-_0x5cdd1f;_0x30bece<0x10;_0x30bece++)_0x1066eb[_0x30bece]=_0x5cdd1f;return _0x4399ec;}let _0x33c77f=_0x34dbc8({'blockSize':0x10,'nonceLength':0x10},function(_0x1f2d26,_0x53f185,_0x463fa6={}){const _0x3162ec=_0x49e982;let _0x452ae2=!_0x463fa6[_0x3162ec(0x498)];return{'encrypt'(_0x520831,_0x4d9d1a){const _0x1a9062=_0x3162ec;let _0x956e04=_0x22da91(_0x1f2d26),{b:_0x35c1b6,o:_0x45a056,out:_0x5a356b}=_0xba2b11(_0x520831,_0x452ae2,_0x4d9d1a),_0x33e492=_0x53f185,_0x5a9242=[_0x956e04];(!_0x1de324||!_0x50b56c(_0x33e492))&&_0x5a9242[_0x1a9062(0x3a7)](_0x33e492=_0x453a6c(_0x33e492));let _0x17d643=_0x4313e8(_0x33e492);_0x38a51c(_0x17d643);let _0x389c39=_0x17d643[0x0],_0x44b1ba=_0x17d643[0x1],_0x5417c9=_0x17d643[0x2],_0x2ee2f6=_0x17d643[0x3],_0x3ab6d9=0x0;for(;_0x3ab6d9+0x4<=_0x35c1b6[_0x1a9062(0x375)];)_0x389c39^=_0x35c1b6[_0x3ab6d9+0x0],_0x44b1ba^=_0x35c1b6[_0x3ab6d9+0x1],_0x5417c9^=_0x35c1b6[_0x3ab6d9+0x2],_0x2ee2f6^=_0x35c1b6[_0x3ab6d9+0x3],{s0:_0x389c39,s1:_0x44b1ba,s2:_0x5417c9,s3:_0x2ee2f6}=_0x2288f8(_0x956e04,_0x389c39,_0x44b1ba,_0x5417c9,_0x2ee2f6),_0x45a056[_0x3ab6d9++]=_0x389c39,_0x45a056[_0x3ab6d9++]=_0x44b1ba,_0x45a056[_0x3ab6d9++]=_0x5417c9,_0x45a056[_0x3ab6d9++]=_0x2ee2f6;if(_0x452ae2){let _0x65d08e=_0x49217f(_0x520831[_0x1a9062(0x300)](_0x3ab6d9*0x4));_0x38a51c(_0x65d08e),_0x389c39^=_0x65d08e[0x0],_0x44b1ba^=_0x65d08e[0x1],_0x5417c9^=_0x65d08e[0x2],_0x2ee2f6^=_0x65d08e[0x3],{s0:_0x389c39,s1:_0x44b1ba,s2:_0x5417c9,s3:_0x2ee2f6}=_0x2288f8(_0x956e04,_0x389c39,_0x44b1ba,_0x5417c9,_0x2ee2f6),_0x45a056[_0x3ab6d9++]=_0x389c39,_0x45a056[_0x3ab6d9++]=_0x44b1ba,_0x45a056[_0x3ab6d9++]=_0x5417c9,_0x45a056[_0x3ab6d9++]=_0x2ee2f6;}return _0x38a51c(_0x45a056),_0x5bd24a(..._0x5a9242),_0x5a356b;},'decrypt'(_0x36e9d0,_0x5ce84b){const _0x46a921=_0x3162ec;_0x33e543(_0x36e9d0);let _0x1d4085=_0x12907a(_0x1f2d26),_0x22eafd=_0x53f185,_0x23a16c=[_0x1d4085];(!_0x1de324||!_0x50b56c(_0x22eafd))&&_0x23a16c[_0x46a921(0x3a7)](_0x22eafd=_0x453a6c(_0x22eafd));let _0x54ae1d=_0x4313e8(_0x22eafd);_0x38a51c(_0x54ae1d),_0x5ce84b=_0xeae1fe(_0x36e9d0[_0x46a921(0x375)],_0x5ce84b),_0x469d7a(_0x36e9d0,_0x5ce84b),(!_0x1de324||!_0x50b56c(_0x36e9d0))&&_0x23a16c[_0x46a921(0x3a7)](_0x36e9d0=_0x453a6c(_0x36e9d0));let _0x3bd976=_0x4313e8(_0x36e9d0),_0x44eb97=_0x4313e8(_0x5ce84b);_0x38a51c(_0x3bd976);let _0x5b9beb=_0x54ae1d[0x0],_0x16ecc6=_0x54ae1d[0x1],_0x208ec1=_0x54ae1d[0x2],_0x51b547=_0x54ae1d[0x3];for(let _0x271470=0x0;_0x271470+0x4<=_0x3bd976[_0x46a921(0x375)];){let _0x168a1a=_0x5b9beb,_0x24f2a3=_0x16ecc6,_0x4bf45f=_0x208ec1,_0xce310=_0x51b547;_0x5b9beb=_0x3bd976[_0x271470+0x0],_0x16ecc6=_0x3bd976[_0x271470+0x1],_0x208ec1=_0x3bd976[_0x271470+0x2],_0x51b547=_0x3bd976[_0x271470+0x3];let {s0:_0x20dfe9,s1:_0xaf35ac,s2:_0x1f28a0,s3:_0x1eb20c}=_0x20d06a(_0x1d4085,_0x5b9beb,_0x16ecc6,_0x208ec1,_0x51b547);_0x44eb97[_0x271470++]=_0x20dfe9^_0x168a1a,_0x44eb97[_0x271470++]=_0xaf35ac^_0x24f2a3,_0x44eb97[_0x271470++]=_0x1f28a0^_0x4bf45f,_0x44eb97[_0x271470++]=_0x1eb20c^_0xce310;}return _0x38a51c(_0x44eb97),_0x5bd24a(..._0x23a16c),_0x165db3(_0x5ce84b,_0x452ae2);}};});function _0x133680(_0x2a9d18){const _0x557188=_0x49e982;let _0x206631=atob(_0x2a9d18),_0x5af320=new Uint8Array(_0x206631[_0x557188(0x375)]);for(let _0x295bf2=0x0;_0x295bf2<_0x206631[_0x557188(0x375)];_0x295bf2++)_0x5af320[_0x295bf2]=_0x206631[_0x557188(0x3db)](_0x295bf2);return _0x5af320;}function _0x1e0d4a(_0x530f4a){const _0x2fb35a=_0x49e982;let _0x21c4dc='';for(let _0x4521cf=0x0;_0x4521cf<_0x530f4a[_0x2fb35a(0x375)];_0x4521cf++)_0x21c4dc+=String[_0x2fb35a(0x1b2)](_0x530f4a[_0x4521cf]);return btoa(_0x21c4dc);}function _0x479689(_0x14607f,_0x45e624){const _0x543b80=_0x49e982;let _0x349511=_0x133680(_0x45e624),_0xb35203=_0x4cc18b(0x10);return _0x1e0d4a(_0x1cf731(_0xb35203,_0x33c77f(_0x349511,_0xb35203)[_0x543b80(0x1d7)](_0x31d64a(_0x14607f))));}function _0x53683d(){const _0x3a751c=_0x49e982;let _0x369f07=(0x0,_0x53a146[_0x3a751c(0x320)])()[_0x3a751c(0x4a4)];if(typeof window<'u'&&window[_0x3a751c(0x234)]!==void 0x0&&_0x369f07){let _0x217fdb={'time':Math[_0x3a751c(0x2b0)](Date[_0x3a751c(0x2b7)]()/0x3e8),'domain':location['hostname']};return _0x479689(JSON[_0x3a751c(0x205)](_0x217fdb),_0x369f07);}}let _0xa1681=class{constructor(_0x36b738){const _0x5d88fd=_0x49e982;this[_0x5d88fd(0x1af)]=_0x36b738,this[_0x5d88fd(0x309)]();}['_initRequestHeader'](){const _0x3b42a3=_0x49e982;this[_0x3b42a3(0x1af)][_0x3b42a3(0x1ec)]({'interceptor':(_0x29f06a,_0xde5952)=>{const _0x3e5e1e=_0x3b42a3;let _0x5d11da=_0x53683d();return _0x5d11da&&_0x29f06a[_0x3e5e1e(0x213)]['set'](_0x3e5e1e(0x36f),_0x5d11da),_0xde5952(_0x29f06a);}});}};_0xa1681=_0x433d1e([_0x25be6b(0x0,(0x0,_0x2ef5c0['Inject'])(_0xa3a4ef['HTTPService']))],_0xa1681);let _0x24dcaa=class extends _0x2ef5c0[_0x49e982(0x1aa)]{constructor(_0x52bbf5,_0x3714a5,_0x278b9f){const _0x342c36=_0x49e982;super(),this['_logService']=_0x52bbf5,this[_0x342c36(0x2a1)]=_0x3714a5,this[_0x342c36(0x49e)]=_0x278b9f,_0xa76697(this,_0x342c36(0x296),new _0x4d6dfb[(_0x342c36(0x1dc))](null)),_0xa76697(this,_0x342c36(0x3de),new _0x4d6dfb[(_0x342c36(0x235))]()),_0xa76697(this,_0x342c36(0x23c),this[_0x342c36(0x296)]['asObservable']()),_0xa76697(this,'unitLoaded$',this[_0x342c36(0x3de)][_0x342c36(0x21d)]());}[_0x49e982(0x247)](){const _0xa93934=_0x49e982;super['dispose'](),this[_0xa93934(0x3de)]['complete'](),this[_0xa93934(0x296)][_0xa93934(0x4d8)]();}async[_0x49e982(0x25a)](_0x4803ea,_0x323fd3,_0x2a1dd7){const _0x489388=_0x49e982;this[_0x489388(0x296)][_0x489388(0x368)]({'unitId':_0x4803ea,'type':_0x323fd3});let _0x327ab5=null;switch(_0x323fd3){case _0x2ef5c0['UniverInstanceType'][_0x489388(0x1f6)]:_0x327ab5=await this['_snapshotService'][_0x489388(0x4b1)](_0x4803ea,_0x2a1dd7);break;case _0x2ef5c0[_0x489388(0x401)]['UNIVER_DOC']:_0x327ab5=await this['_snapshotService'][_0x489388(0x40a)](_0x4803ea,_0x2a1dd7);break;case _0x2ef5c0[_0x489388(0x401)][_0x489388(0x2a9)]:_0x327ab5=await this[_0x489388(0x2a1)][_0x489388(0x427)](_0x4803ea,_0x2a1dd7);break;case _0x2ef5c0['UniverInstanceType'][_0x489388(0x369)]:_0x327ab5=await this[_0x489388(0x2a1)]['loadBase'](_0x4803ea,_0x2a1dd7);break;default:this[_0x489388(0x271)][_0x489388(0x438)](_0x489388(0x49f),_0x489388(0x39d));break;}return _0x327ab5&&this['_unitLoaded$']['next'](_0x327ab5),_0x327ab5;}async[_0x49e982(0x2e2)](_0x28406a,_0x3d3208,_0x8c3435){const _0x148af5=_0x49e982;var _0x313e84;this[_0x148af5(0x296)][_0x148af5(0x368)]({'unitId':_0x28406a,'type':_0x3d3208,'subUnitId':_0x8c3435});let _0x1617fd=0x0,_0x1c4208=await((_0x313e84=this[_0x148af5(0x49e)])==null?void 0x0:_0x313e84[_0x148af5(0x423)](_0x28406a));return _0x1c4208&&(_0x1c4208[_0x148af5(0x428)]||_0x1c4208[_0x148af5(0x3ca)][_0x148af5(0x375)]!==0x0)&&(_0x1617fd=_0x1c4208[_0x148af5(0x44a)]),_0x1617fd===0x0&&this['_logService'][_0x148af5(0x4ad)](_0x148af5(0x49f),_0x148af5(0x214)),this[_0x148af5(0x25a)](_0x28406a,_0x3d3208,_0x1617fd);}};_0x24dcaa=_0x433d1e([_0x25be6b(0x0,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0x1,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x3f9d12['SnapshotService'])),_0x25be6b(0x2,(0x0,_0x2ef5c0[_0x49e982(0x4bf)])(_0x497ec1))],_0x24dcaa);let _0x3d1f6c=class{constructor(_0x282888,_0x3a6c9a,_0x46c665){const _0x1a0545=_0x49e982;this['_httpService']=_0x282888,this[_0x1a0545(0x28b)]=_0x3a6c9a,this[_0x1a0545(0x4cb)]=_0x46c665,_0xa76697(this,_0x1a0545(0x267),0x0),_0xa76697(this,_0x1a0545(0x44d),new _0x4d6dfb[(_0x1a0545(0x235))]()),_0xa76697(this,'change$',this[_0x1a0545(0x44d)]),_0xa76697(this,_0x1a0545(0x47b),new Map());}[_0x49e982(0x288)](_0x314dc0){const _0x345135=_0x49e982;this[_0x345135(0x267)]=_0x314dc0,this['_change$'][_0x345135(0x368)](_0x314dc0);}[_0x49e982(0x223)](_0x1aebb8,_0x373a9c){const _0x3c60a5=_0x49e982;if(_0x373a9c===_0x119fcf[_0x3c60a5(0x31e)]['BASE64']){let _0x171af3=new Image();return _0x171af3[_0x3c60a5(0x3bb)]=_0x1aebb8,_0x171af3;}return this[_0x3c60a5(0x47b)][_0x3c60a5(0x203)](_0x1aebb8);}[_0x49e982(0x404)](_0x806233,_0x50f806,_0x5aa453){const _0x49c61a=_0x49e982;_0x50f806===_0x119fcf['ImageSourceType']['BASE64']||_0x5aa453==null||this[_0x49c61a(0x47b)][_0x49c61a(0x40d)](_0x806233,_0x5aa453);}async[_0x49e982(0x310)](_0x3dca0f){const _0x225646=_0x49e982;try{let _0x4a2145=this[_0x225646(0x1ea)](this[_0x225646(0x295)](),''+_0x3dca0f),_0x1d5ff0=(await this[_0x225646(0x1af)]['get'](_0x4a2145))[_0x225646(0x3ae)];if(_0x1d5ff0[_0x225646(0x438)]&&_0x1d5ff0['error']['code']===_0x514d55[_0x225646(0x487)]['OK']){let _0x3cea6b=(0x0,_0x2ef5c0[_0x225646(0x3a4)])(_0x1d5ff0[_0x225646(0x32c)],this[_0x225646(0x2d0)]());return Promise[_0x225646(0x2dc)](_0x3cea6b);}return Promise[_0x225646(0x26f)](_0x1d5ff0['error']);}catch(_0x85b842){return Promise[_0x225646(0x26f)](_0x85b842);}}async[_0x49e982(0x3c2)](_0x302c6e){const _0x4263a2=_0x49e982;let _0x3fb7ba='';if(!_0x119fcf[_0x4263a2(0x45b)][_0x4263a2(0x1ca)](_0x302c6e[_0x4263a2(0x41b)]))return this[_0x4263a2(0x1f0)](),Promise[_0x4263a2(0x26f)](Error(_0x119fcf['ImageUploadStatusType'][_0x4263a2(0x451)]));if(_0x302c6e['size']>(0x0,_0x119fcf[_0x4263a2(0x46a)])())return this[_0x4263a2(0x1f0)](),Promise[_0x4263a2(0x26f)](Error(_0x119fcf[_0x4263a2(0x207)]['ERROR_EXCEED_SIZE']));try{let _0x9bf786=new FormData();_0x9bf786[_0x4263a2(0x496)](_0x4263a2(0x2d4),_0x302c6e);let _0x4d17fa=this['_univerInstanceService'][_0x4263a2(0x20d)](),_0x4d2475=_0x4d17fa==null?void 0x0:_0x4d17fa[_0x4263a2(0x2c2)]();if(!_0x4d2475)throw Error('unitId\x20is\x20not\x20found');let _0x5a62f3=this['_getUploadFileURL']()+_0x4263a2(0x236)+_0x302c6e['size'][_0x4263a2(0x286)]()+_0x4263a2(0x373)+_0x514d55['FileSource'][_0x4263a2(0x3a1)]+_0x4263a2(0x357)+encodeURIComponent(_0x4d2475),_0x340769={'body':_0x9bf786},_0x565d3f=(await this[_0x4263a2(0x1af)][_0x4263a2(0x4e3)](_0x5a62f3,_0x340769))[_0x4263a2(0x3ae)];if(typeof _0x565d3f[_0x4263a2(0x43a)]!=_0x4263a2(0x3ed))return this['_decreaseWaiting'](),Promise[_0x4263a2(0x26f)](Error(_0x119fcf['ImageUploadStatusType'][_0x4263a2(0x2c9)]));_0x3fb7ba=_0x565d3f[_0x4263a2(0x43a)];}catch{return this[_0x4263a2(0x1f0)](),Promise[_0x4263a2(0x26f)](Error(_0x119fcf[_0x4263a2(0x207)][_0x4263a2(0x2c9)]));}return new Promise((_0x5bc127,_0x2b2e89)=>{const _0x4cb724=_0x4263a2;let _0x3de9d8=new FileReader();_0x3de9d8[_0x4cb724(0x38f)](_0x302c6e),_0x3de9d8['onload']=_0x19b8c8=>{const _0x1d59ad=_0x4cb724;var _0x10c6c8;let _0x168b8b=(_0x10c6c8=_0x19b8c8['target'])==null?void 0x0:_0x10c6c8[_0x1d59ad(0x374)];if(_0x168b8b==null){this['_decreaseWaiting'](),_0x2b2e89(Error(_0x119fcf[_0x1d59ad(0x207)][_0x1d59ad(0x2c9)]));return;}_0x5bc127({'imageId':(0x0,_0x2ef5c0[_0x1d59ad(0x1a9)])(0x6),'imageSourceType':_0x119fcf[_0x1d59ad(0x31e)][_0x1d59ad(0x334)],'source':_0x3fb7ba,'base64Cache':_0x168b8b,'status':_0x119fcf[_0x1d59ad(0x207)][_0x1d59ad(0x3c6)]}),this[_0x1d59ad(0x1f0)]();};});}[_0x49e982(0x36a)](){const _0x315193=_0x49e982;var _0x3e5364;let _0x40ba45=this[_0x315193(0x28b)][_0x315193(0x462)](_0x138b5f);return(_0x3e5364=_0x40ba45==null?void 0x0:_0x40ba45[_0x315193(0x4d6)])==null?_0x315193(0x4de):_0x3e5364;}[_0x49e982(0x295)](){const _0x49b82f=_0x49e982;var _0x50f98c;let _0x27d835=this[_0x49b82f(0x28b)][_0x49b82f(0x462)](_0x138b5f);return(_0x50f98c=_0x27d835==null?void 0x0:_0x27d835[_0x49b82f(0x46c)])==null?'/universer-api/file/{fileID}/sign-url':_0x50f98c;}[_0x49e982(0x2d0)](){const _0x2a0c32=_0x49e982;var _0x4a67f5;let _0x489b36=this['_configService'][_0x2a0c32(0x462)](_0x138b5f);return(_0x4a67f5=_0x489b36==null?void 0x0:_0x489b36[_0x2a0c32(0x388)])==null?location[_0x2a0c32(0x47e)]:_0x4a67f5;}[_0x49e982(0x1ea)](_0x14b75f,_0xcf802){const _0x1785a9=_0x49e982;return _0x14b75f[_0x1785a9(0x1c6)](_0x1785a9(0x3f7),_0xcf802);}[_0x49e982(0x1f0)](){const _0x49c896=_0x49e982;--this[_0x49c896(0x267)],this[_0x49c896(0x44d)][_0x49c896(0x368)](this[_0x49c896(0x267)]);}};_0x3d1f6c=_0x433d1e([_0x25be6b(0x0,(0x0,_0x2ef5c0['Inject'])(_0xa3a4ef[_0x49e982(0x4ce)])),_0x25be6b(0x1,_0x2ef5c0[_0x49e982(0x35c)]),_0x25be6b(0x2,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x20c)]))],_0x3d1f6c);let _0x3c7660=class{constructor(_0x2f0441,_0x1fcb4d){const _0x7820a3=_0x49e982;this[_0x7820a3(0x28b)]=_0x2f0441,this[_0x7820a3(0x477)]=_0x1fcb4d;}['_getAPIPrefixPath'](){const _0x26ede9=_0x49e982;var _0x6192dc;let _0x1cfe2b=this[_0x26ede9(0x28b)][_0x26ede9(0x462)](_0x138b5f);return(_0x6192dc=_0x1cfe2b==null?void 0x0:_0x1cfe2b['authzUrl'])==null?_0x26ede9(0x21b):_0x6192dc;}async[_0x49e982(0x2ad)](_0x17abe2){const _0x49664e=_0x49e982;let _0x1e1866=this[_0x49664e(0x30d)]()+_0x49664e(0x486);return{'list':[{'title':'People','mentions':(await this[_0x49664e(0x477)][_0x49664e(0x203)](_0x1e1866,{'params':{'objectID':_0x17abe2[_0x49664e(0x30c)],'unitID':_0x17abe2[_0x49664e(0x30c)]}}))[_0x49664e(0x3ae)][_0x49664e(0x2c6)]['map'](_0xd40824=>({'objectId':_0xd40824['id'],'name':_0xd40824[_0x49664e(0x40b)][_0x49664e(0x430)],'metadata':{'icon':_0xd40824[_0x49664e(0x40b)][_0x49664e(0x3b9)]},'label':_0xd40824[_0x49664e(0x40b)][_0x49664e(0x430)],'objectType':_0x2ef5c0[_0x49664e(0x480)][_0x49664e(0x240)]})),'metadata':{},'type':_0x2ef5c0[_0x49664e(0x480)][_0x49664e(0x240)]}]};}};_0x3c7660=_0x433d1e([_0x25be6b(0x0,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x35c)])),_0x25be6b(0x1,(0x0,_0x2ef5c0['Inject'])(_0xa3a4ef[_0x49e982(0x4ce)]))],_0x3c7660);let _0x1797e9=class extends _0x2ef5c0[_0x49e982(0x1aa)]{constructor(_0x3abedd,_0x7d990,_0x369fc6,_0x112300,_0x52dbb5){const _0xd85d55=_0x49e982;super(),this[_0xd85d55(0x268)]=_0x3abedd,this['_univerInstanceService']=_0x7d990,this[_0xd85d55(0x381)]=_0x369fc6,this[_0xd85d55(0x20e)]=_0x112300,this['_collaborationUIEventService']=_0x52dbb5,this[_0xd85d55(0x394)](),this[_0xd85d55(0x3c4)]();}[_0x49e982(0x3c4)](){const _0x1ec71a=_0x49e982;let _0x2e585e=async _0x4f9c0f=>{const _0x498a59=_0x5107;(await this[_0x498a59(0x20e)][_0x498a59(0x265)](_0x4f9c0f))[_0x498a59(0x255)][_0x498a59(0x349)]((0x0,_0x5df1dd['filter'])(_0x2476eb=>_0x2476eb['eventID']===_0x3f9d12[_0x498a59(0x448)][_0x498a59(0x262)]),(0x0,_0x5df1dd['takeUntil'])(this[_0x498a59(0x2f0)]))['subscribe'](_0x50830b=>{const _0xf50aa6=_0x498a59;let {reason:_0x4af079}=_0x50830b[_0xf50aa6(0x259)];this[_0xf50aa6(0x481)][_0xf50aa6(0x1ee)]({'id':_0xf50aa6(0x3f9),'data':_0x4af079}),this['_permissionService'][_0xf50aa6(0x1f2)](new _0x15be79['WorkbookEditablePermission'](_0x4f9c0f)['id'],!0x1),this[_0xf50aa6(0x20e)][_0xf50aa6(0x47a)](_0x4f9c0f);});};(0x0,_0x4d6dfb[_0x1ec71a(0x228)])(this[_0x1ec71a(0x4cb)]['getTypeOfUnitAdded$'](_0x2ef5c0['UniverInstanceType'][_0x1ec71a(0x1f6)]),this['_univerInstanceService'][_0x1ec71a(0x1dd)](_0x2ef5c0[_0x1ec71a(0x401)][_0x1ec71a(0x33e)]),this[_0x1ec71a(0x4cb)][_0x1ec71a(0x1dd)](_0x2ef5c0[_0x1ec71a(0x401)][_0x1ec71a(0x369)]))[_0x1ec71a(0x349)]((0x0,_0x5df1dd[_0x1ec71a(0x431)])(_0x303ce6=>_0x303ce6[_0x1ec71a(0x34b)][_0x1ec71a(0x2c2)]()),(0x0,_0x5df1dd['filter'])(_0x70af8a=>!(0x0,_0x2ef5c0[_0x1ec71a(0x3dd)])(_0x70af8a)),(0x0,_0x5df1dd[_0x1ec71a(0x2f5)])(this[_0x1ec71a(0x2f0)]))[_0x1ec71a(0x478)](_0x4f0503=>{_0x2e585e(_0x4f0503);});}['_initUnitPermissionChange'](){const _0xbc0a6b=_0x49e982;let _0x3dad9b=async _0x55199d=>{const _0xb6c38=_0x5107;let _0x220df7=await this['_collaborationSessionService']['requireSession'](_0x55199d),_0x577990=this[_0xb6c38(0x268)]['get'](_0x15be79[_0xb6c38(0x3e9)]);_0x220df7[_0xb6c38(0x255)][_0xb6c38(0x349)]((0x0,_0x5df1dd[_0xb6c38(0x36d)])(_0x25ad89=>_0x25ad89[_0xb6c38(0x469)]===_0x3f9d12[_0xb6c38(0x448)][_0xb6c38(0x3da)]),(0x0,_0x5df1dd[_0xb6c38(0x2f5)])(this[_0xb6c38(0x2f0)]))[_0xb6c38(0x478)](_0x1f3169=>{const _0x35b692=_0xb6c38;let {objectId:_0x1c052c}=_0x1f3169[_0x35b692(0x259)];_0x1c052c===_0x55199d?_0x577990['initWorkbookPermissionChange'](_0x55199d):_0x577990[_0x35b692(0x1f8)](_0x55199d,_0x1c052c);});};(0x0,_0x4d6dfb['merge'])(this[_0xbc0a6b(0x4cb)][_0xbc0a6b(0x1dd)](_0x2ef5c0[_0xbc0a6b(0x401)][_0xbc0a6b(0x1f6)]))[_0xbc0a6b(0x349)]((0x0,_0x5df1dd[_0xbc0a6b(0x431)])(_0x33a935=>_0x33a935[_0xbc0a6b(0x34b)][_0xbc0a6b(0x2c2)]()),(0x0,_0x5df1dd['filter'])(_0x36baae=>!(0x0,_0x2ef5c0[_0xbc0a6b(0x3dd)])(_0x36baae)),(0x0,_0x5df1dd['takeUntil'])(this['dispose$']))[_0xbc0a6b(0x478)](_0x18e220=>{_0x3dad9b(_0x18e220);});}};_0x1797e9=_0x433d1e([_0x25be6b(0x0,(0x0,_0x2ef5c0['Inject'])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x1,_0x2ef5c0[_0x49e982(0x20c)]),_0x25be6b(0x2,_0x2ef5c0[_0x49e982(0x37e)]),_0x25be6b(0x3,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x429482)),_0x25be6b(0x4,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x4d282d))],_0x1797e9);let _0x362456=class{constructor(_0x490c67,_0x452d5e){const _0x23c7a2=_0x49e982;this[_0x23c7a2(0x28b)]=_0x490c67,this['_httpService']=_0x452d5e;}async[_0x49e982(0x40c)](_0x44c2c9,_0x4cfedf){const _0x5bb968=_0x49e982;var _0x2df994;let {unitID:_0x532980,type:_0x339fb1,revision:_0x59bd76=0x0}=_0x4cfedf,_0x7864a2=this[_0x5bb968(0x3a6)]()+'/'+_0x339fb1+_0x5bb968(0x3b1)+_0x532980+_0x5bb968(0x290)+_0x59bd76,_0x512a6b=(await this[_0x5bb968(0x1af)][_0x5bb968(0x203)](_0x7864a2))[_0x5bb968(0x3ae)],_0x592a07=(_0x2df994=_0x512a6b[_0x5bb968(0x2f2)])==null?void 0x0:_0x2df994[_0x5bb968(0x419)];if(_0x592a07){let _0x3b0072=_0x592a07==null?void 0x0:_0x592a07['originalMeta'];_0x592a07['originalMeta']=_0x3f9d12['textEncoder'][_0x5bb968(0x41a)]((0x0,_0x3f9d12['b64DecodeUnicode'])(_0x3b0072)),Object[_0x5bb968(0x27f)](_0x592a07[_0x5bb968(0x441)])[_0x5bb968(0x293)](([,_0x57c404])=>{const _0x257394=_0x5bb968;let _0xfa51ec=_0x57c404[_0x257394(0x307)];_0x57c404[_0x257394(0x307)]=_0x3f9d12['textEncoder']['encode']((0x0,_0x3f9d12[_0x257394(0x25f)])(_0xfa51ec));});}return _0x512a6b;}async[_0x49e982(0x1c4)](_0x2ade56,_0x21f5fc){const _0x204117=_0x49e982;let {unitID:_0x579f1b,type:_0x26456a,blockID:_0x664ef8}=_0x21f5fc,_0x2e05c2=this['_getAPIPrefix']()+'/'+_0x26456a+'/unit/'+_0x579f1b+'/block/'+_0x664ef8;return(await this[_0x204117(0x1af)]['get'](_0x2e05c2))[_0x204117(0x3ae)];}async['getDeserializedSheetBlock'](_0x315b20,_0x12f9bf){const _0x542f57=_0x49e982;let {unitID:_0xae350b,type:_0x3f4a76,blockID:_0x30b325}=_0x12f9bf,_0x24013a=this[_0x542f57(0x48c)]()+'/block/'+_0x3f4a76+_0x542f57(0x3b1)+_0xae350b+'/block/'+_0x30b325;return(await this[_0x542f57(0x1af)][_0x542f57(0x203)](_0x24013a))[_0x542f57(0x3ae)];}async['fetchMissingChangesets'](_0x26399a,_0x477649){const _0x1d7bb2=_0x49e982;let {unitID:_0x16d285,type:_0x79be57,from:_0x478b79,to:_0x5684db}=_0x477649,_0x3c45b4=this[_0x1d7bb2(0x48c)]()+'/'+_0x79be57+_0x1d7bb2(0x3b1)+_0x16d285+_0x1d7bb2(0x433)+_0x478b79+_0x1d7bb2(0x2db)+_0x5684db;return(await this['_httpService']['get'](_0x3c45b4))['body'];}['getSnapshotAPIPath'](){const _0x45c97a=_0x49e982;var _0x174949;return(_0x174949=this['_configService'][_0x45c97a(0x462)]('SNAPSHOT_URL_KEY'))==null?this[_0x45c97a(0x48c)]():_0x174949;}[_0x49e982(0x48c)](){const _0xded1f9=_0x49e982;var _0x5a7c77;let _0x45f935=this[_0xded1f9(0x28b)][_0xded1f9(0x462)](_0x138b5f);return(_0x5a7c77=_0x45f935==null?void 0x0:_0x45f935[_0xded1f9(0x420)])==null?'/universer-api/snapshot':_0x5a7c77;}async[_0x49e982(0x4d3)](_0x359919,_0x34cbeb){const _0x1a2a74=_0x49e982;let _0x4c4d95='/universer-api/snapshot/'+_0x34cbeb[_0x1a2a74(0x41b)]+'/unit/'+_0x34cbeb[_0x1a2a74(0x220)]+_0x1a2a74(0x2a4);return(await this[_0x1a2a74(0x1af)][_0x1a2a74(0x203)](_0x4c4d95,{'params':{'resourceId':JSON[_0x1a2a74(0x205)](_0x34cbeb[_0x1a2a74(0x1ba)])}}))[_0x1a2a74(0x3ae)];}[_0x49e982(0x201)](){const _0x4c84c1=_0x49e982;throw Error(_0x4c84c1(0x2df));}[_0x49e982(0x42e)](){const _0x15d0ce=_0x49e982;throw Error(_0x15d0ce(0x2df));}[_0x49e982(0x253)](){const _0x2bbfeb=_0x49e982;throw Error(_0x2bbfeb(0x2df));}[_0x49e982(0x468)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x49e982(0x432)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x49e982(0x231)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}};_0x362456=_0x433d1e([_0x25be6b(0x0,_0x2ef5c0[_0x49e982(0x35c)]),_0x25be6b(0x1,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0xa3a4ef[_0x49e982(0x4ce)]))],_0x362456);let _0x2bfb2a=class extends _0x2ef5c0[_0x49e982(0x4ca)]{constructor(_0x45d463,_0x3eeb98,_0x11113e,_0x4b949d,_0x144a46){const _0x4c97e2=_0x49e982;super(_0x45d463,_0x3eeb98,_0x11113e),this[_0x4c97e2(0x331)]=_0x4b949d,this[_0x4c97e2(0x271)]=_0x144a46;}['transformUndoRedo'](_0x3063ce,_0x566de0){const _0x59bb9d=_0x49e982;let _0x336b2a=this['_getUndoStack'](_0x3063ce);if(_0x336b2a)try{let _0x6ef9aa=this[_0x59bb9d(0x2a2)](_0x336b2a,_0x566de0);this['_substituteUndoStack'](_0x3063ce,_0x6ef9aa);}catch(_0x43d98b){this[_0x59bb9d(0x271)][_0x59bb9d(0x438)]('[CollaborationUndoRedoService]',_0x43d98b),this[_0x59bb9d(0x28e)](_0x3063ce);}let _0x218bd4=this[_0x59bb9d(0x45a)](_0x3063ce);if(_0x218bd4)try{let _0x5af9c7=this[_0x59bb9d(0x2a2)](_0x218bd4,_0x566de0);this[_0x59bb9d(0x402)](_0x3063ce,_0x5af9c7);}catch(_0x2b1c9e){this[_0x59bb9d(0x271)][_0x59bb9d(0x438)](_0x2b1c9e),this[_0x59bb9d(0x29f)](_0x3063ce);}}[_0x49e982(0x28e)](_0x44a25f){const _0x41a750=_0x49e982;let _0x5e438f=this['_getUndoStack'](_0x44a25f);_0x5e438f&&(_0x5e438f[_0x41a750(0x375)]=0x0,this[_0x41a750(0x4b3)]());}[_0x49e982(0x29f)](_0x217465){const _0x5974b3=_0x49e982;let _0x48c27f=this['_getRedoStack'](_0x217465);_0x48c27f&&(_0x48c27f[_0x5974b3(0x375)]=0x0,this['_updateStatus']());}[_0x49e982(0x473)](_0x4c4161,_0x1b91e2){const _0x57c7fb=_0x49e982;this[_0x57c7fb(0x285)][_0x57c7fb(0x40d)](_0x4c4161,_0x1b91e2),this[_0x57c7fb(0x4b3)]();}[_0x49e982(0x402)](_0x2aa4e8,_0x543f83){const _0x2643cb=_0x49e982;this['_redoStacks'][_0x2643cb(0x40d)](_0x2aa4e8,_0x543f83),this[_0x2643cb(0x4b3)]();}['_transformStack'](_0x170745,_0x3be26b){const _0x43505b=_0x49e982;let _0x2e46ee=[],_0x17c413=_0x3be26b,_0x61b51b=_0x3be26b;for(let _0x4bb675=_0x170745[_0x43505b(0x375)]-0x1;_0x4bb675>=0x0;_0x4bb675--){let {unitID:_0xba07da,undoMutations:_0x337900,redoMutations:_0x28cecb}=_0x170745[_0x4bb675],_0x2fe441=this['_transformService'][_0x43505b(0x4a9)](_0x17c413,_0x337900),_0x1d1f8f=this['_transformService']['transformMutationsWithChangeset'](_0x61b51b,_0x28cecb);if((0x0,_0x3f9d12['isTransformMutationsWithChangesetFailure'])(_0x2fe441)||(0x0,_0x3f9d12['isTransformMutationsWithChangesetFailure'])(_0x1d1f8f)){this['_logService'][_0x43505b(0x438)](_0x43505b(0x3fa),_0x43505b(0x2c7),_0x2fe441,_0x1d1f8f);break;}_0x17c413=_0x2fe441[_0x43505b(0x38e)],_0x61b51b=_0x1d1f8f[_0x43505b(0x38e)],_0x2e46ee['push']({'unitID':_0xba07da,'undoMutations':_0x2fe441['m2Prime'],'redoMutations':_0x1d1f8f[_0x43505b(0x3df)]});}return _0x2e46ee[_0x43505b(0x3e6)]();}};_0x2bfb2a=_0x433d1e([_0x25be6b(0x0,_0x2ef5c0['IUniverInstanceService']),_0x25be6b(0x1,_0x2ef5c0[_0x49e982(0x44b)]),_0x25be6b(0x2,_0x2ef5c0[_0x49e982(0x380)]),_0x25be6b(0x3,_0x3f9d12['ITransformService']),_0x25be6b(0x4,_0x2ef5c0[_0x49e982(0x342)])],_0x2bfb2a);let _0xaafff2=class extends _0x2ef5c0[_0x49e982(0x43c)]{constructor(_0x1ac6f5=_0x49afe0,_0x34913a,_0x21bd1b,_0x42e174){const _0x2fac36=_0x49e982;super(),this[_0x2fac36(0x1d4)]=_0x1ac6f5,this[_0x2fac36(0x271)]=_0x34913a,this[_0x2fac36(0x268)]=_0x21bd1b,this['_configService']=_0x42e174;let {..._0xbae425}=(0x0,_0x2ef5c0[_0x2fac36(0x228)])({},_0x49afe0,this[_0x2fac36(0x1d4)]);if(!_0xbae425[_0x2fac36(0x43d)])throw Error(_0x2fac36(0x200));this[_0x2fac36(0x1d4)]=_0xbae425,this[_0x2fac36(0x28b)][_0x2fac36(0x27a)](_0x138b5f,_0xbae425);}[_0x49e982(0x414)](){const _0x54dbb5=_0x49e982;this[_0x54dbb5(0x4ab)](),this[_0x54dbb5(0x3b4)]();}['_registerDependencies'](){const _0x34bf93=_0x49e982;var _0x5d716e,_0x1f1805;this[_0x34bf93(0x268)][_0x34bf93(0x35e)](_0x2ef5c0[_0x34bf93(0x4a3)])&&this[_0x34bf93(0x271)][_0x34bf93(0x438)](_0x34bf93(0x4b7),_0x34bf93(0x3f1));let _0xa9125f=(0x0,_0x2ef5c0[_0x34bf93(0x2b3)])([[_0x2ef5c0[_0x34bf93(0x4a3)],{'useClass':_0x2bfb2a}],[_0x429482],[_0x5ad22b],[_0x510d83],[_0x2fa1dd],[_0xa1681],[_0x1f4c07],[_0x1797e9],[_0x4d282d],[_0x24dcaa],[_0x5902c5,{'useClass':this[_0x34bf93(0x1d4)][_0x34bf93(0x43d)]}],[_0x3f9d12[_0x34bf93(0x3f2)],{'useClass':_0x362456}],[_0x2ef5c0[_0x34bf93(0x49a)],{'useClass':_0x39d7fc}],[_0x119fcf[_0x34bf93(0x1b4)],{'useClass':_0x3d1f6c}],[_0x2597a6,{'useClass':_0x1b2349}],[_0x2ef5c0[_0x34bf93(0x2f1)],{'useClass':_0x3c7660}],[_0x3b2987],[_0x324805]],(_0x5d716e=this['_config'])==null?void 0x0:_0x5d716e[_0x34bf93(0x1e7)]);if(!((_0x1f1805=this[_0x34bf93(0x1d4)])!=null&&_0x1f1805[_0x34bf93(0x1bb)])){let _0x39c306=_0xa9125f[_0x34bf93(0x3b2)](([_0x2930ce])=>_0x2930ce===_0xc4da01);_0x39c306!==-0x1&&_0xa9125f[_0x34bf93(0x202)](_0x39c306,0x1);}(0x0,_0x2ef5c0['registerDependencies'])(this['_injector'],_0xa9125f);}[_0x49e982(0x3b4)](){const _0x2b3d18=_0x49e982;var _0x575f3f,_0x3a132d;if(this[_0x2b3d18(0x268)][_0x2b3d18(0x203)](_0xa3a4ef['HTTPService'])[_0x2b3d18(0x1ec)]({'priority':0x14,'interceptor':(0x0,_0xa3a4ef[_0x2b3d18(0x425)])({'maxParallel':0x6})}),!((_0x575f3f=this[_0x2b3d18(0x1d4)])!=null&&_0x575f3f['enableOfflineEditing'])){var _0x5edd82;(_0x5edd82=this[_0x2b3d18(0x268)]['get'](_0x497ec1,_0x2ef5c0[_0x2b3d18(0x365)]['OPTIONAL']))==null||_0x5edd82[_0x2b3d18(0x28a)]();}(_0x3a132d=this['_config'])!=null&&_0x3a132d['enableAuthServer']&&(0x0,_0x2ef5c0[_0x2b3d18(0x32f)])(this[_0x2b3d18(0x268)],[[_0x2fa1dd]]),(0x0,_0x2ef5c0[_0x2b3d18(0x32f)])(this[_0x2b3d18(0x268)],[[_0xa1681],[_0x3b2987],[_0x1797e9]]);}};_0xa76697(_0xaafff2,'pluginName',_0x49e982(0x4cc)),_0xa76697(_0xaafff2,_0x49e982(0x363),_0x36abf5),_0xa76697(_0xaafff2,_0x49e982(0x239),_0x2f77e4),_0xaafff2=_0x433d1e([(0x0,_0x2ef5c0['DependentOn'])(_0x53a146[_0x49e982(0x3a2)],_0x3f9d12['UniverCollaborationPlugin'],_0xa3a4ef['UniverNetworkPlugin']),_0x25be6b(0x1,_0x2ef5c0[_0x49e982(0x342)]),_0x25be6b(0x2,(0x0,_0x2ef5c0[_0x49e982(0x42b)])(_0x2ef5c0[_0x49e982(0x2fe)])),_0x25be6b(0x3,_0x2ef5c0['IConfigService'])],_0xaafff2),_0x422771[_0x49e982(0x2a5)]=_0x513d58,Object['defineProperty'](_0x422771,_0x49e982(0x269),{'enumerable':!0x0,'get':function(){return _0x39d7fc;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x257),{'enumerable':!0x0,'get':function(){return _0x4179f7;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x45e),{'enumerable':!0x0,'get':function(){return _0xc592c2;}}),_0x422771[_0x49e982(0x27b)]=_0x138b5f,Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x1e3),{'enumerable':!0x0,'get':function(){return _0x1b2349;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x38b),{'enumerable':!0x0,'get':function(){return _0x3b2987;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x4cd),{'enumerable':!0x0,'get':function(){return _0x58fb9d;}}),Object[_0x49e982(0x385)](_0x422771,'CollaborationImageIoService',{'enumerable':!0x0,'get':function(){return _0x3d1f6c;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x22a),{'enumerable':!0x0,'get':function(){return _0xbc6026;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x494),{'enumerable':!0x0,'get':function(){return _0x429482;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x343),{'enumerable':!0x0,'get':function(){return _0x38b88a;}}),_0x422771['CollaborationStatus']=_0x3ba087,_0x422771['CollaborationUIEventId']=_0x37b816,_0x422771[_0x49e982(0x2cd)]=_0x4d282d,Object['defineProperty'](_0x422771,_0x49e982(0x47f),{'enumerable':!0x0,'get':function(){return _0x2bfb2a;}}),_0x422771['CommentService']=_0x1f4c07,Object['defineProperty'](_0x422771,_0x49e982(0x442),{'enumerable':!0x0,'get':function(){return _0x57ed03;}}),_0x422771[_0x49e982(0x278)]=_0x8ba365,_0x422771['DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT']='/universer-api/uniscript',_0x422771[_0x49e982(0x24e)]='/universer-api/user/session-ticket',Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x21a),{'enumerable':!0x0,'get':function(){return _0x24dcaa;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x2fd),{'enumerable':!0x0,'get':function(){return _0x51fa4a;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x46e),{'enumerable':!0x0,'get':function(){return _0x5ef596;}}),_0x422771[_0x49e982(0x2bc)]=_0x49e982(0x266),_0x422771[_0x49e982(0x279)]=_0x49e982(0x287),_0x422771[_0x49e982(0x23e)]=_0x2597a6,_0x422771[_0x49e982(0x3ee)]=_0x5902c5,_0x422771[_0x49e982(0x4c1)]=_0x497ec1,_0x422771[_0x49e982(0x2ce)]=_0x935f0b,_0x422771[_0x49e982(0x3b0)]=_0xc4da01,_0x422771[_0x49e982(0x2e4)]=0x3e8,_0x422771['LOCAL_CACHE_INTERVAL_KEY']='LOCAL_CACHE_INTERVAL',Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x488),{'enumerable':!0x0,'get':function(){return _0x5ad22b;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x3ff),{'enumerable':!0x0,'get':function(){return _0x3c7660;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x21e),{'enumerable':!0x0,'get':function(){return _0x5266ae;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x330),{'enumerable':!0x0,'get':function(){return _0x14ada3;}}),_0x422771['REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY']=_0x49e982(0x292),_0x422771['RETRY_CONNECTING_MAX_COUNT_KEY']=_0x49e982(0x391),_0x422771['SessionStatus']=_0x30c386,Object['defineProperty'](_0x422771,_0x49e982(0x24b),{'enumerable':!0x0,'get':function(){return _0x20b584;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x289),{'enumerable':!0x0,'get':function(){return _0x510d83;}}),Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x421),{'enumerable':!0x0,'get':function(){return _0x362456;}}),Object[_0x49e982(0x385)](_0x422771,'SyncedState',{'enumerable':!0x0,'get':function(){return _0x1c6422;}}),_0x422771[_0x49e982(0x305)]=_0x3ce802,Object[_0x49e982(0x385)](_0x422771,_0x49e982(0x384),{'enumerable':!0x0,'get':function(){return _0xaafff2;}}),_0x422771[_0x49e982(0x475)]=_0x5f520f,_0x422771['getLocalCacheKey']=_0x4148ee,_0x422771[_0x49e982(0x204)]=_0x4ce289;}));
1
+ function _0xe127(_0xdc44b9,_0x45b45d){_0xdc44b9=_0xdc44b9-0x1d0;const _0x251153=_0x2511();let _0xe12722=_0x251153[_0xdc44b9];return _0xe12722;}function _0x2511(){const _0x59d069=['fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','COMPRESS_MUTATION_SEND','[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.','SyncedState','_createSocket','get','_tryEnsureSocket','IImageIoService','crypto','memberID','refreshPermission','_logService','includes','merge','cmd','values','failed\x20to\x20apply\x20missed\x20changesets!','reqId','_unlockTransition','PENDING','changeset','DEFAULT_WS_SESSION_TICKET_URL','updateCollaborator','_updateState','_acknowledgeAwaiting','HEARTBEAT_INTERVAL_KEY','AuthzIoHttpService','Injector','SUBMIT_CHANGESET','_clearTimeoutTimer','onload','getUnitType','newCsEvent','_waitForHeartbeatResponse','_state','_initCloseConn','_syncEditingCollabCursor','getTypeOfUnitAdded$','open$','upload','createSocket','CollaborationEvent','getWorkbookSelections','_singleActiveUnitService','_clearCollaborationTimeoutTimer','headers','conflict','@univerjs/core','UniverProSlides','slice','unitId','updateMember','LIVESHARE_NEW_HOST','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','_onConflict','_clearLocalCache','send','_transitionLocked','_initUnitPermissionChange','saveChangeset','/block/','FileId','updateOfflineData','UNIVER_DOC','getAllMembers','COMMENT_UPDATE','_upload','JOIN_ROOM_NOT_EXISTS','decrypt','routeKey','m2Prime','packageName','getRandomValues','onlyLocal','UserManagerService','sessionStatus$','_socketChannels','_onConnectionOpen','_onUserJoin','b64DecodeUnicode','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','LOCAL_CACHE_INTERVAL','[CollaborationSessionService]','_snapshotService','CLOSE_ROOM','socketReady','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','transformStack\x20failed!','_maxTotalRetryTimeout','textEncoder','emitEvent','&to=','defineProperty','range','FileSource','size','aec/(cbc-ecb):\x20unpadded\x20plaintext\x20with\x20disabled\x20padding','commentUpdateEvent','HELLO','toStringTag','mutations','online$','key','executeCommand','fetchMiss','session.room-cnt-exceeds','MentionType','HEARTBEAT_TIMEOUT_KEY','_imageSourceCache','/new_changes','_getUndoStack','SlideCollaborationEntity','{fileID}','/universer-api/snapshot','LEAVE','deleteCollaborator','getUnitId','some','PendingState','unitType','addImageSourceCache','_roomCreated$','_permissionService','RETRY_CONNECTING_MAX_COUNT_KEY','_userManagerService','FETCH_MISSING','10549tGPigj','_changesetSessionId','UNIVER_SHEET','DEFAULT_COLLAB_WEB_SOCKET_URL','number','[PendingState]:\x20unhandled\x20univer\x20type:\x20','CommandType','_httpService','RevisionService','unitId\x20is\x20not\x20found','InsertSheetMutation','charCodeAt','_roomMembers','getUnit','session','UniverProCollaboration','AWAITING','9KildcZ','retryConnectingInterval','MentionIoHttpService','200753uwCMXd','_submitChangeset','c2Prime','_commentService','_onRemoteRejected','@univerjs/telemetry','_undoStacks','eventID','_exhaustRemoteChangesetQueue','[CollaborationEntity]','Plugin','Rectangle','loadUnit','5204870yqDwvI','nonce','_getAPIPrefixPath','collaboratorID','_queuedRemoteChangesets','interceptor','ISingleActiveUnitService','candidateSocket','2100936MuoeWk','CollaborationController','SUBMIT_CHANGESET_TIMEOUT','_clearRetryConnectingTimer','_rescheduleHeartbeat','NEW_CHANGESETS','joinRsp','toDisposable','_transformStateCache','JOIN','IAttachmentIoService','_transformSelections','_shouldReportTelemetry','Inject','UniverProtocol','_change$','ErrorCode','CollaborativeUndoRedoService','csRejEvent','/unit/','_schedule','localUnitId','DependentOn','aes/pkcs7:\x20wrong\x20padding','originalMeta','SheetTransformSelectionsService','snapshot','positive\x20integer\x20expected,\x20got\x20','_handlerCallback','_isPermissionRej','symbol','parseProtocolChangeset','c1Prime','duration','_collaborationTimeoutTimer','_clearRedo','onMissingChangesets','_collabSessionService','deepClone','_localCacheService','fromCollab','_getAPIPrefix','_startCollaboration','INetworkConditionService','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','encode','unknown','_status$','getUploadOptions','_getDownloadEndpointURL','IPermissionService','LocalUndoRedoService','_acknowledgedAwaitingRevision','_sender','updatePermissionPoint','[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.','__Key__','ERROR_IMAGE_TYPE','_replaceFileID','_sessionChannels','UniverInstanceType','debug','COMPRESS_MUTATION_APPLY','every','getGlobalObject','_applyRemoteChangeset','sendHeartbeatTimer','docStateChange$','_entityInit$','_event$','splice','[DataLoaderService]','message$','CHANGESET_ACK','string','_getUploadFileURL','accept','concatMap','isInternalEditorID','_clearHeartbeatTimer','toPrimitive','maxSize','_showConflictNotification','compose','_resolveSessionIdentity','_toggleOffline','setWaitCount','1578759bBltvk','_collaborationUIEventService','COLLABORATION_SESSION_TARGET_UNIT_ID_REQUIRED','_pendingMutations','call','UNISCRIPT_RUN','BASE64','enableCollaboration','_injector','@univerjs-pro/slides','encodeURIComponent','then','UUID','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','_HTTPService','joinEvent','52lKTOHF','MUTATION','/universer-api/user/session-ticket','onMutationExecutedForCollab','_resendWithTimeout','onStarting','People','_executeRemoteChangeset','_acknowledgeAwaitingIfReady','localeService','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY','objectType','now','userID','_initRequestHeader','resolve','HEARTBEAT','awaiting','endpointKey','snapshotServerUrl','forEach','[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!','ReplaySubject','WorkbookEditablePermission','stopTime','onMissedChangesetFetched','_onLocalMutation','/role','IDLE','IAuthzIoService','disposeWithMe','USERS_LEAVE','list','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','getResourcesRequest','entries','CombCmd','tagLength','parseChangesetToProtocol','_sendHeartbeat','_onRecvEvent','BYTES_PER_ELEMENT','_onMessage','src','toggleOnline','resolveUnit','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','ImageUploadStatusType','AddSlidePageMutation','expected\x20Uint8Array','RETRY_CONNECTING_MAX_COUNT','resolveWithBasePath','telemetry\x20info\x20is\x20not\x20initialized','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','CONFLICT','unsubscribe','CHANGESET_SHOULD_RETRY','fetch_missing','getValue','/collaborator','csAckEvent','[CollaborationUndoRedoService]','1.0.0-alpha.4','onRemoteRetry','FetchingMissState','_memberService','AwaitingWithPendingState','CollaborationSocketService','_sessionStatus$','LIVESHARE_FETCH_OPERATIONS','?size=','_onRemoteChangeset','_onRemoteACK','getSheetBlock','init','submit\x20changeset\x20error!','take','mergeOverrideWithDependencies','JOIN_ROOM_PERMISSION_DENIED','getMemberID','ITelemetryService','_createInitialState','onRemoteAck','_snapshotServerService','data','_configService','sheets','_toggleOnline','_transformStack','_startTelemetryCollaborationNewChangeset','string\x20expected','LIVESHARE_OPERATION','_lockTransition','actions','CollaborationAttachmentIoService','_clearScheduledTask','UniverNetworkPlugin','close','clear','function','_transformRemoteChangesetByStateCache','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','updateSnapshot','reduce','univer-pro.collaboration-client.single-active-unit-service','reverse','incrementRevOfUnit','fill','delay','[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!','byteLength','collabWebSocketUrl','_networkConditionService','onTransformSelections','getCurrentSelections','buffer','_collaborationSessionService','_transformService','UNIVER_SLIDE','pending','result','ONLINE','isView','onTransformState','UNIVER_COLLABORATION_CLIENT_PLUGIN','Module','ERROR_EXCEED_SIZE','toString','_resendTimer','PERSON','save\x20fail\x20reason\x20is\x20','IUndoRedoService','_updateLocalCache','_onOffline','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','url','createInstance','withCredentials','unit','constructor','_socketService','invalid\x20output,\x20must\x20be\x20aligned','length','_resendTimeout','uploadFileServerUrl','aes/pkcs7:\x20empty\x20ciphertext\x20not\x20allowed','revision','SheetPermissionInitController','unitID','socket\x20open.','amd','_substituteUndoStack','BoardCollaborationEntity','put','synced','_checkMissing','requestParams','ICommandService','onRemoteRej','_state$','close$','session.room-full','code','_stopTelemetryCollaborationNewChangeset','[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.','[CollaborationSession]','CollaborationSession','toLocal','create','changesets','getOwnPropertyDescriptor','max','UNIVER_BASE','/universer-api/authz','append','OPTIONAL','[SyncedState]:\x20received\x20acknowledgement.','_disableEditing','MSG_FOR_ERROR','socket\x20close','error','[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20','floor','@univerjs/protocol','SheetCollaborationEntity','post','_adapter','_sendingTimer','set','_commentUpdate$','Uint8Array','[CollaborationState]:\x20apply\x20error!','has','socket$','from','getConfig','pipe','state$','subarray','_entities','__splitChunk__','HTTPService','_initDependencies','target','socketService','_unitLoaded$','_getRedoStack','_undoRedoService','collabSubmitChangesetUrl','type','unit-cache-','ILogService','encrypt','[OfflineState]:\x20received\x20changeset.','_instanceService','members$','_waitCount','setCfgEnableObjInherit','CollaborationUIEventId','catch','status$','UniverCollaborationClientPlugin','patch','commentUpdate$','INGEST','\x22output\x22\x20expected\x20Uint8Array\x20of\x20length\x20','CmdRspCode','hasOwnProperty','CommentService','HEARTBEAT_INTERVAL','loadBase','_identity','getInterceptPoints','OFFLINE','JOIN_ROOM_FULL','min','collaborators','parse','takeUntil','getCurrentRevOfUnit','JOIN_ROOM_FAILED','URL','NO_OTHER_CLIENTS_EDITING','UnitEmbedded','state','map','_getConfig','ImageSourceType','IConfigService','_docStateChangeManagerService','_changesetReqId','authzUrl','find','prototype','_getSignURL','awaitingChangeset','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','OTHER_CLIENTS_EDITING','UniverCore','params','text-x','Wrong\x20sbox\x20length','getTime','isPermissionRej','push','version','getImage','connection\x20error','updatePermissionObjEvent','object','collaMsg','event$','153124NrpKYo','[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.','_telemetryInfo','getDrawingImageAllowSize','NOT_COLLAB','_hasSessionsForEndpoint','AttachmentSourceType','saveImage','_compressMutationService','liveShareNewHost','_onConnectionFailed','/allowed','MergeInterceptorFactory','getCollabEntity$','OfflineState','nonceLength','responseType','_emitMembers','type=','tables','ICollaborationClientAdapterService','LOCAL_CACHE_INTERVAL_KEY','onRemoteChangeset','sort','_registerDependencies','baseRev','[PendingState]:\x20received\x20rejection.','retryConnectingTimer','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','retryCount','_getLoginPath','[OfflineState]:\x20received\x20rejection.','[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.','_type','removeMember','entityInit$','enableSingleActiveInstanceLock','getCollabEntity','_unitInfo$','BehaviorSubject','override','Subject','UNIVER_BOARD','/object/','_initMergeInterceptor','Optional','_transformRemoteChangesetByIMECache','_members','objectActions','collaboration_new_changeset','isArray','touchDependencies','_cfgEnableObjInherit','pauseCollaboration','LocaleService','ITransformService','reject','operators','getImageSourceCache','_incrementRevisionNumber','resourceIDs','_onCombEvent','_revisionService','_createSession','[CollaborationSessionService]:\x20socket\x20error','session.room-permission-denied','HEARTBEAT_TIMEOUT','RichTextEditingMutation','MoveSlidePageMutation','UniverSheets','CollaborationSessionService','onTransformRemoteChangesetByIMECache','\x20to\x20','fetchMissingChangesets','dispose','_getSendChangesetTimeout','_telemetryService','_awaitingChangeset','isTransformChangesetsSuccess','UniverTelemetry','_substituteRedoStack','BaseCollaborationEntity','columnGroups','_init','_eventService','error$','isSafeInteger','localCacheService','@univerjs-pro/collaboration-client','_scheduleCollaborationTimeoutTimer','HTTPRequest','subject','createUniverCollaborationAdapter','DocStateChangeManagerService','SessionStatus','rxjs','createIdentifier','UniverProLicense','awaiting_with_pending','_socket','objectID','ThresholdInterceptorFactory','location','Tools','listCollaborators','leaveEvent','UniverCollaborationPlugin','_transformUndoredo','next','\x0aCurrent:\x20','registerDependencies','POST','byteOffset','ISocketService','default','_commandService','getTypeOfUnitDisposed$','appendMutation','reconnect','[PendingState]:\x20received\x20acknowledgement.','USERS_ENTER','collaboration-client.config','Disposable','permissionRejEvent','replace','file','/-/object/list','backupOfflineData','textRanges','AwaitingState','OTHER_CLIENT_EDITING','_getSocketChannel','/universer-api/snapshot/','_socketMessageSubscription','?url=','/universer-api/file/{fileID}/sign-url','UPDATE_PERMISSION_OBJ','crypto.getRandomValues\x20must\x20be\x20defined','toRemote','socketMessageSubscription','isTransformMutationsWithChangesetSuccess','closeSession','_throwTelemetryCollaborationNewChangeset','mapDocumentTypeToUniverInstanceType','_localeService','sequenceExecute','_replayCachedMutations','univer-pro.collaboration-client-socket-service','transformUndoRedo','_tryReconnect','_createHandler','44360TQTpTh','complete','_handler','varSizeNonce','_members$','subscribe','onTransformRemoteChangesetByStateCache','isTransformMutationsWithChangesetFailure','confirm','_getCurrentRevision','SOCKET_FAILED_RETRY','collaboration-client.local-cache-service','sid','/universer-api/comb','getMember','decorate','FAIL','rev','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','requireSession','offline','transformMutationsWithChangeset','putCollaborators','univer-pro.collaboration-client.network-condition.service','filter','body','loadDoc','SHOULD_CLOSE_CONN','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','_remoteChangesetQueue','PSEUDO_FETCH_MISSING_RESULT','endpoint','getCfgEnableObjInherit','@univerjs-pro/license','fetchThroughInterceptors','disablePadding','@univerjs/network','LIVESHARE_TERMINATE','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','_onFetchMissResult','UniverDrawing','transformChangesets','registerHTTPInterceptor','deserializeToCombResponse','getSnapshotAPIPath','asObservable','getLocalCacheKey','csShouldRetryEvent','2224yZvXFY','delete','_univerInstanceService','UPDATE_CURSOR','saveSnapshot','Quantity','_onRemoteRetry','_pendingSessions','CompressMutationService','getActiveSheet','unitLoaded$','timeoutTimer','href','_createInitialStateImpl','origin','_removeRoom','_transformIMECache','_config','output','_decreaseWaiting','setCurrentUser','&assign=','[UniverCollaborationClientPlugin]','sessionStatus','SNAPSHOT_URL_KEY','allowed','toggleOffline','onSendChangeset','loadUnitOfRevision','_clearUndo','cannot\x20encrypt()\x20twice\x20with\x20same\x20key\x20+\x20nonce','workbook','_scheduleCompleteTimestamp','name','onLocalMutation','RECV','unitInfo$','_isEchoedAwaitingChangeset','findIndex','getCurrentUser','RxDisposable','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','selections','IUniverInstanceService','indexOf','PERMISSION_DENIED','GLOBAL_ROOMS_CNT_EXCEEDS','SetSelectionsOperation','\x22aes\x20key\x22\x20expected\x20Uint8Array\x20of\x20length\x2016/24/32,\x20got\x20length=','dispose$','_getCtorByUniverInstanceType','setConfig','endsWith','_collaborationPaused','stringify','initWorkbookPermissionChange','[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.','number\x20expected,\x20got\x20','AWAITING_WITH_PENDING','[SyncedState]:\x20received\x20rejection.','isCompositionEnd','_sessions','avatar','trim','FETCH_MISS','onTransformIME','_onJoinRoomEvent','_updateStatus','addHandlerCallback','CollaborationImageIoService','rxjs/operators','_handleRemoteChangesets','add','serializeCombRequest','/universer-api/stream/file/upload','DRAWING_IMAGE_ALLOW_IMAGE_LIST','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','\x20-\x20','infoRsp','&source=','startsWith','_redoStacks','firstValueFrom','fromCharCode','SOCKET_FAILED','DocCollaborationEntity','waitForRoom$','_transformAndApplyRemoteChangeset','status','equals','SnapshotServerOverHTTPService','method','title','listRoles','PERMISSION_REJ','loadOfflineData','transformSelections','base-ui.attachment-io.service','CHANGESET_REJ','getFocusedUnit','setShowComponents','uuidv4','LIVESHARE_REQUEST_HOST','AAD','UniverNetwork','onSyncEditingCollabCursor','uniscriptRunEvent','Failed\x20to\x20update\x20permission\x20point','resend','copyFileMeta'];_0x2511=function(){return _0x59d069;};return _0x2511();}(function(_0x30a50f,_0x3f962d){const _0x396637=_0xe127,_0x21a7f8=_0x30a50f();while(!![]){try{const _0x2ce14a=-parseInt(_0x396637(0x4a5))/0x1+parseInt(_0x396637(0x2de))/0x2+parseInt(_0x396637(0x511))/0x3+-parseInt(_0x396637(0x521))/0x4*(-parseInt(_0x396637(0x375))/0x5)+-parseInt(_0x396637(0x4ba))/0x6+-parseInt(_0x396637(0x491))/0x7*(parseInt(_0x396637(0x3a5))/0x8)+-parseInt(_0x396637(0x4a2))/0x9*(-parseInt(_0x396637(0x4b2))/0xa);if(_0x2ce14a===_0x3f962d)break;else _0x21a7f8['push'](_0x21a7f8['shift']());}catch(_0x422a67){_0x21a7f8['push'](_0x21a7f8['shift']());}}}(_0x2511,0x419ef),function(_0x539252,_0x37b527){const _0x363850=_0xe127;typeof exports==_0x363850(0x2db)&&typeof module<'u'?_0x37b527(exports,require('@univerjs-pro/collaboration'),require('@univerjs/core'),require('@univerjs/docs'),require('@univerjs/sheets'),require('rxjs'),require('@univerjs/protocol'),require('@univerjs/telemetry'),require('rxjs/operators'),require('@univerjs-pro/slides'),require('@univerjs/network'),require('@univerjs-pro/license'),require('@univerjs/drawing')):typeof define=='function'&&define[_0x363850(0x264)]?define(['exports','@univerjs-pro/collaboration',_0x363850(0x442),'@univerjs/docs','@univerjs/sheets',_0x363850(0x33d),_0x363850(0x285),_0x363850(0x4aa),_0x363850(0x3eb),_0x363850(0x51a),_0x363850(0x399),_0x363850(0x396),'@univerjs/drawing'],_0x37b527):(_0x539252=typeof globalThis<'u'?globalThis:_0x539252||self,_0x37b527(_0x539252['UniverProCollaborationClient']={},_0x539252[_0x363850(0x4a0)],_0x539252[_0x363850(0x2d0)],_0x539252['UniverDocs'],_0x539252[_0x363850(0x323)],_0x539252['rxjs'],_0x539252[_0x363850(0x4c8)],_0x539252[_0x363850(0x32d)],_0x539252[_0x363850(0x33d)][_0x363850(0x317)],_0x539252[_0x363850(0x443)],_0x539252[_0x363850(0x40d)],_0x539252[_0x363850(0x33f)],_0x539252[_0x363850(0x39d)]));}(this,function(_0x2ff554,_0x48ee3a,_0x373403,_0x18c1fc,_0x2c7bf6,_0xad45f2,_0x31a69d,_0xff6851,_0x438451,_0xfb6f84,_0x39ae45,_0x23b870,_0x16ba7c){const _0x239292=_0xe127;Object['defineProperty'](_0x2ff554,Symbol[_0x239292(0x476)],{'value':_0x239292(0x24b)});let _0x4aca5a=_0x239292(0x357),_0x4f11d9={},_0x564a89='ws://127.0.0.1:8000/universer-api/comb/connect',_0x4764b2=0x4e20;function _0x297a55(_0x4b92a5){const _0xf9db32=_0x239292;return JSON[_0xf9db32(0x3db)](_0x4b92a5)['length'];}function _0x224a87(_0x4fb923){'@babel/helpers - typeof';const _0x30ba77=_0x239292;return _0x224a87=typeof Symbol==_0x30ba77(0x231)&&typeof Symbol['iterator']==_0x30ba77(0x4d8)?function(_0x504327){return typeof _0x504327;}:function(_0x3b052f){const _0x326004=_0x30ba77;return _0x3b052f&&typeof Symbol==_0x326004(0x231)&&_0x3b052f[_0x326004(0x259)]===Symbol&&_0x3b052f!==Symbol[_0x326004(0x2cb)]?_0x326004(0x4d8):typeof _0x3b052f;},_0x224a87(_0x4fb923);}function _0x2390e4(_0x507cc8,_0x216ce4){const _0x5c1567=_0x239292;if(_0x224a87(_0x507cc8)!=_0x5c1567(0x2db)||!_0x507cc8)return _0x507cc8;var _0x53c0f6=_0x507cc8[Symbol[_0x5c1567(0x50a)]];if(_0x53c0f6!==void 0x0){var _0x4eaea1=_0x53c0f6[_0x5c1567(0x515)](_0x507cc8,_0x216ce4||_0x5c1567(0x350));if(_0x224a87(_0x4eaea1)!='object')return _0x4eaea1;throw TypeError(_0x5c1567(0x2fa));}return(_0x216ce4==='string'?String:Number)(_0x507cc8);}function _0xa63b16(_0x1907e6){const _0x24d7a0=_0x239292;var _0x42abb2=_0x2390e4(_0x1907e6,_0x24d7a0(0x504));return _0x224a87(_0x42abb2)==_0x24d7a0(0x4d8)?_0x42abb2:_0x42abb2+'';}function _0x261440(_0x57dc25,_0x59bba5,_0x1632c4){const _0x197e27=_0x239292;return(_0x59bba5=_0xa63b16(_0x59bba5))in _0x57dc25?Object[_0x197e27(0x46f)](_0x57dc25,_0x59bba5,{'value':_0x1632c4,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x57dc25[_0x59bba5]=_0x1632c4,_0x57dc25;}let _0x3b5d94=function(_0x256bcd){const _0x834a9=_0x239292;return _0x256bcd['OTHER_CLIENT_EDITING']=_0x834a9(0x360),_0x256bcd[_0x834a9(0x3d2)]=_0x834a9(0x3d2),_0x256bcd[_0x834a9(0x204)]=_0x834a9(0x204),_0x256bcd[_0x834a9(0x467)]='CLOSE_ROOM',_0x256bcd[_0x834a9(0x2be)]=_0x834a9(0x2be),_0x256bcd['SOCKET_FAILED_RETRY']=_0x834a9(0x37f),_0x256bcd[_0x834a9(0x3f9)]=_0x834a9(0x3f9),_0x256bcd[_0x834a9(0x4bc)]=_0x834a9(0x4bc),_0x256bcd;}({});var _0x2def2b=class{constructor(){const _0x46fb6c=_0x239292;_0x261440(this,'_event$',new _0xad45f2[(_0x46fb6c(0x307))]()),_0x261440(this,'event$',this['_event$'][_0x46fb6c(0x3a2)]());}[_0x239292(0x46d)](_0x3f40ad){const _0x11f1d7=_0x239292;this['_event$'][_0x11f1d7(0x34a)](_0x3f40ad);}},_0x1eb00f=class{constructor(){const _0x28e34b=_0x239292;_0x261440(this,_0x28e34b(0x28b),new _0xad45f2['Subject']()),_0x261440(this,_0x28e34b(0x2ad),this['_commentUpdate$'][_0x28e34b(0x3a2)]());}['onCommentUpdate'](_0x14e2b1){const _0x1c4844=_0x239292;this[_0x1c4844(0x28b)][_0x1c4844(0x34a)](_0x14e2b1);}};function _0x202927(_0x5dbde8,_0x48fb44){return function(_0x2c6843,_0xce566d){_0x48fb44(_0x2c6843,_0xce566d,_0x5dbde8);};}function _0x157b59(_0x5293b4,_0x42467d,_0xc03496,_0x54039e){const _0x32dbc8=_0x239292;var _0x3d3bfc=arguments[_0x32dbc8(0x25c)],_0xe0abf1=_0x3d3bfc<0x3?_0x42467d:_0x54039e===null?_0x54039e=Object[_0x32dbc8(0x278)](_0x42467d,_0xc03496):_0x54039e,_0x8d41d9;if(typeof Reflect=='object'&&typeof Reflect[_0x32dbc8(0x384)]==_0x32dbc8(0x231))_0xe0abf1=Reflect[_0x32dbc8(0x384)](_0x5293b4,_0x42467d,_0xc03496,_0x54039e);else{for(var _0x6eb418=_0x5293b4[_0x32dbc8(0x25c)]-0x1;_0x6eb418>=0x0;_0x6eb418--)(_0x8d41d9=_0x5293b4[_0x6eb418])&&(_0xe0abf1=(_0x3d3bfc<0x3?_0x8d41d9(_0xe0abf1):_0x3d3bfc>0x3?_0x8d41d9(_0x42467d,_0xc03496,_0xe0abf1):_0x8d41d9(_0x42467d,_0xc03496))||_0xe0abf1);}return _0x3d3bfc>0x3&&_0xe0abf1&&Object[_0x32dbc8(0x46f)](_0x42467d,_0xc03496,_0xe0abf1),_0xe0abf1;}let _0x4d853f=class extends _0x373403[_0x239292(0x358)]{constructor(_0x50b806,_0xf261fe){const _0x14d548=_0x239292;super(),this['_univerInstanceService']=_0x50b806,this['_userManagerService']=_0xf261fe,_0x261440(this,_0x14d548(0x49d),new Map()),_0x261440(this,'_roomCreated$',new _0xad45f2[(_0x14d548(0x307))]()),this[_0x14d548(0x1ec)]((0x0,_0xad45f2[_0x14d548(0x420)])(this[_0x14d548(0x3a7)][_0x14d548(0x352)](_0x373403[_0x14d548(0x4f6)][_0x14d548(0x493)])[_0x14d548(0x292)]((0x0,_0x438451[_0x14d548(0x2c3)])(_0x594a7e=>_0x594a7e[_0x14d548(0x487)]())),this['_univerInstanceService'][_0x14d548(0x352)](_0x373403['UniverInstanceType'][_0x14d548(0x452)])[_0x14d548(0x292)]((0x0,_0x438451['map'])(_0x501394=>_0x501394[_0x14d548(0x487)]())),this[_0x14d548(0x3a7)][_0x14d548(0x352)](_0x373403[_0x14d548(0x4f6)][_0x14d548(0x308)])[_0x14d548(0x292)]((0x0,_0x438451[_0x14d548(0x2c3)])(_0x11fa37=>_0x11fa37[_0x14d548(0x487)]())),this['_univerInstanceService'][_0x14d548(0x352)](_0x373403[_0x14d548(0x4f6)][_0x14d548(0x27a)])[_0x14d548(0x292)]((0x0,_0x438451[_0x14d548(0x2c3)])(_0x3fc009=>_0x3fc009[_0x14d548(0x487)]())))[_0x14d548(0x37a)](_0x3d9bac=>this[_0x14d548(0x3b4)](_0x3d9bac)));}[_0x239292(0x3fb)](_0x7be367){const _0x1156da=_0x239292;return this[_0x1156da(0x49d)]['has'](_0x7be367)?(0x0,_0xad45f2['of'])(this[_0x1156da(0x49d)][_0x1156da(0x418)](_0x7be367)):this[_0x1156da(0x48c)][_0x1156da(0x292)]((0x0,_0x438451[_0x1156da(0x2c3)])(_0x297ce6=>{if(_0x297ce6===_0x7be367)return this['_roomMembers']['get'](_0x297ce6);}));}['setCurrentUser'](_0x365290){const _0x3e170b=_0x239292;this['_userManagerService'][_0x3e170b(0x3b9)](_0x365290);}[_0x239292(0x3cc)](){const _0x48873b=_0x239292;return this[_0x48873b(0x48f)][_0x48873b(0x3cc)]();}['updateMember'](_0xe221ea,_0x4c703f){const _0x53ad57=_0x239292;let _0x5dc0e8=this['_roomMembers'][_0x53ad57(0x418)](_0xe221ea);_0x5dc0e8||(_0x5dc0e8=new _0x345ff9(),this['_roomMembers']['set'](_0xe221ea,_0x5dc0e8),this[_0x53ad57(0x48c)][_0x53ad57(0x34a)](_0xe221ea)),_0x5dc0e8['updateMember'](_0x4c703f);}['removeMember'](_0x4314df,_0x51786b){const _0x26edd6=_0x239292;let _0x3fec75=this['_roomMembers']['get'](_0x4314df);_0x3fec75&&_0x3fec75[_0x26edd6(0x300)](_0x51786b);}['getRoom'](_0x5a4638){const _0x4cbe41=_0x239292;return this[_0x4cbe41(0x49d)][_0x4cbe41(0x418)](_0x5a4638);}[_0x239292(0x383)](_0x45ad06,_0x854a35){const _0xb08cf2=_0x239292;let _0x2d06d0=this[_0xb08cf2(0x49d)]['get'](_0x45ad06);if(_0x2d06d0)return _0x2d06d0[_0xb08cf2(0x383)](_0x854a35);}[_0x239292(0x3b4)](_0x15c063){const _0x43c904=_0x239292;let _0x4b3062=this[_0x43c904(0x49d)]['get'](_0x15c063);_0x4b3062&&(_0x4b3062['dispose'](),this[_0x43c904(0x49d)][_0x43c904(0x3a6)](_0x15c063));}[_0x239292(0x328)](){const _0x24dcbb=_0x239292;this[_0x24dcbb(0x49d)][_0x24dcbb(0x1e2)](_0x5dc84a=>_0x5dc84a[_0x24dcbb(0x328)]()),this[_0x24dcbb(0x49d)][_0x24dcbb(0x230)](),this['_roomCreated$'][_0x24dcbb(0x376)]();}};_0x4d853f=_0x157b59([_0x202927(0x0,_0x373403['IUniverInstanceService']),_0x202927(0x1,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x45d)]))],_0x4d853f);var _0x345ff9=class extends _0x373403[_0x239292(0x358)]{constructor(..._0x1d0f3b){const _0x4972e5=_0x239292;super(..._0x1d0f3b),_0x261440(this,_0x4972e5(0x30d),new Map()),_0x261440(this,_0x4972e5(0x379),new _0xad45f2[(_0x4972e5(0x305))](this[_0x4972e5(0x30d)])),_0x261440(this,_0x4972e5(0x2a5),this[_0x4972e5(0x379)][_0x4972e5(0x3a2)]());}[_0x239292(0x328)](){const _0x31f7c4=_0x239292;this['_members'][_0x31f7c4(0x230)](),this['_members$'][_0x31f7c4(0x376)]();}['updateMember'](_0x39ce91){const _0x518141=_0x239292;this[_0x518141(0x30d)][_0x518141(0x28a)](_0x39ce91[_0x518141(0x41c)],_0x39ce91),this[_0x518141(0x2ef)]();}[_0x239292(0x300)](_0x30e691){const _0x57fc57=_0x239292;this[_0x57fc57(0x30d)][_0x57fc57(0x3a6)](_0x30e691),this[_0x57fc57(0x2ef)]();}[_0x239292(0x383)](_0x7b1eb4){const _0x4bf9f5=_0x239292;return this['_members'][_0x4bf9f5(0x418)](_0x7b1eb4);}[_0x239292(0x453)](){const _0x394e3b=_0x239292;return Array[_0x394e3b(0x290)](this[_0x394e3b(0x30d)]['values']());}[_0x239292(0x2ef)](){const _0x1437f6=_0x239292;this[_0x1437f6(0x379)][_0x1437f6(0x34a)](this['_members']);}};function _0x2621ef(_0x23e947,_0x31c8e2){const _0x451298=_0x239292;if(_0x789270(_0x23e947))return _0x31c8e2;if(_0x31c8e2[_0x451298(0x4ac)]===_0x48ee3a[_0x451298(0x43c)]['SUBMIT_CHANGESET']){var _0x582785;let _0x368a39=_0x112183(_0x23e947),_0x19cd47=_0x31c8e2;return{..._0x19cd47,'data':{..._0x19cd47[_0x451298(0x222)],'unitID':_0x23e947[_0x451298(0x299)][_0x451298(0x445)],'unitType':(_0x582785=_0x23e947[_0x451298(0x299)][_0x451298(0x48a)])==null?_0x19cd47[_0x451298(0x222)][_0x451298(0x48a)]:_0x582785,'changeset':_0x368a39[_0x451298(0x368)](_0x19cd47['data'][_0x451298(0x427)],_0x3fb523(_0x23e947))}};}if(_0x31c8e2[_0x451298(0x4ac)]===_0x48ee3a[_0x451298(0x43c)][_0x451298(0x490)]){var _0x5b3e31;let _0x6c188a=_0x31c8e2;return{..._0x6c188a,'data':{..._0x6c188a[_0x451298(0x222)],'unitID':_0x23e947['target'][_0x451298(0x445)],'unitType':(_0x5b3e31=_0x23e947['target']['unitType'])==null?_0x6c188a[_0x451298(0x222)][_0x451298(0x48a)]:_0x5b3e31}};}return _0x31c8e2;}function _0x2f4ee9(_0x30ff0f,_0x4803c0){const _0x5ee92b=_0x239292;if(_0x789270(_0x30ff0f))return[_0x4803c0];switch(_0x4803c0[_0x5ee92b(0x4ac)]){case _0x48ee3a[_0x5ee92b(0x43c)][_0x5ee92b(0x4bf)]:return[_0x120e7c(_0x30ff0f,_0x4803c0)];case _0x48ee3a[_0x5ee92b(0x43c)]['PSEUDO_FETCH_MISSING_RESULT']:return[_0x3c5548(_0x30ff0f,_0x4803c0)];case _0x48ee3a[_0x5ee92b(0x43c)][_0x5ee92b(0x206)]:return[_0x4b9393(_0x30ff0f,_0x4803c0)];default:return[_0x4803c0];}}function _0x789270(_0x39f0aa){const _0x36f2a4=_0x239292;return _0x39f0aa[_0x36f2a4(0x299)]['endpoint']==null&&_0x39f0aa[_0x36f2a4(0x299)][_0x36f2a4(0x445)]===_0x39f0aa[_0x36f2a4(0x4cf)]&&!_0x39f0aa[_0x36f2a4(0x427)];}function _0x120e7c(_0x41e4e5,_0x531e2e){const _0x1a77c7=_0x239292;return{..._0x531e2e,'data':(0x0,_0x48ee3a['parseChangesetToProtocol'])(_0x4ce5a3(_0x41e4e5,(0x0,_0x48ee3a[_0x1a77c7(0x4d9)])(_0x531e2e[_0x1a77c7(0x222)])))};}function _0x4b9393(_0x439a62,_0x24bc70){const _0x193c6b=_0x239292;return{..._0x24bc70,'data':_0x4ce5a3(_0x439a62,_0x24bc70[_0x193c6b(0x222)])};}function _0x3c5548(_0x1a97ff,_0x2f812b){const _0x49bb06=_0x239292;let _0x4a8750=_0x2f812b[_0x49bb06(0x222)];return{..._0x2f812b,'data':{..._0x4a8750,'changesets':_0x4a8750['changesets'][_0x49bb06(0x2c3)](_0x1dcb10=>(0x0,_0x48ee3a[_0x49bb06(0x1f4)])(_0x4ce5a3(_0x1a97ff,(0x0,_0x48ee3a[_0x49bb06(0x4d9)])(_0x1dcb10))))}};}function _0x4ce5a3(_0x3ec2b3,_0x3746f4){const _0x456b6e=_0x239292;return _0x112183(_0x3ec2b3)[_0x456b6e(0x275)](_0x3746f4,_0x3fb523(_0x3ec2b3));}function _0x112183(_0x462ff4){const _0x551369=_0x239292;if(!_0x462ff4[_0x551369(0x427)])throw Error('COLLABORATION_CHANGESET_TRANSLATION_REQUIRED');return _0x462ff4[_0x551369(0x427)];}function _0x3fb523(_0x2d82aa){const _0x321267=_0x239292;return{'localUnitId':_0x2d82aa[_0x321267(0x4cf)],'unitType':_0x2d82aa[_0x321267(0x48a)],'target':_0x2d82aa[_0x321267(0x299)]};}let _0x13b909=function(_0x1e9808){const _0x2baeab=_0x239292;return _0x1e9808[_0x1e9808['IDLE']=0x0]=_0x2baeab(0x1ea),_0x1e9808[_0x1e9808['JOINING']=0x1]='JOINING',_0x1e9808[_0x1e9808[_0x2baeab(0x2b7)]=0x2]='OFFLINE',_0x1e9808[_0x1e9808[_0x2baeab(0x247)]=0x3]=_0x2baeab(0x247),_0x1e9808;}({}),_0xd8a2d8={[_0x31a69d[_0x239292(0x2b0)][_0x239292(0x385)]]:'session.join-failed',[_0x31a69d['CmdRspCode'][_0x239292(0x2b8)]]:_0x239292(0x26f),[_0x31a69d['CmdRspCode'][_0x239292(0x456)]]:'session.room-not-exists',[_0x31a69d[_0x239292(0x2b0)][_0x239292(0x21c)]]:_0x239292(0x31f),[_0x31a69d[_0x239292(0x2b0)][_0x239292(0x3d3)]]:_0x239292(0x47c)},_0x23f91e=class extends _0x373403['RxDisposable']{get[_0x239292(0x3bc)](){const _0x4b6708=_0x239292;return this[_0x4b6708(0x212)][_0x4b6708(0x208)]();}constructor(_0x4d11fa,_0x36e2bc,_0x5234f2,_0x2d0a87,_0x54a940,_0x58f950,_0x24183c,_0x4561b6){const _0x422f55=_0x239292;super(),this[_0x422f55(0x2b5)]=_0x4d11fa,this[_0x422f55(0x41e)]=_0x5234f2,this[_0x422f55(0x223)]=_0x2d0a87,this[_0x422f55(0x20f)]=_0x54a940,this[_0x422f55(0x4a8)]=_0x58f950,this[_0x422f55(0x512)]=_0x24183c,this['_telemetryService']=_0x4561b6,_0x261440(this,_0x422f55(0x212),new _0xad45f2['BehaviorSubject'](0x0)),_0x261440(this,'sessionStatus$',this[_0x422f55(0x212)][_0x422f55(0x3a2)]()),_0x261440(this,'_event$',new _0xad45f2[(_0x422f55(0x307))]()),_0x261440(this,_0x422f55(0x2dd),this[_0x422f55(0x4ff)][_0x422f55(0x3a2)]()),_0x261440(this,_0x422f55(0x341),void 0x0),_0x261440(this,_0x422f55(0x363),void 0x0),_0x261440(this,_0x422f55(0x4dc),void 0x0),_0x261440(this,'_shouldReportTelemetry',!0x1),_0x261440(this,_0x422f55(0x2e0),null),this[_0x422f55(0x4c6)]=!!this[_0x422f55(0x32a)],_0x36e2bc[_0x422f55(0x292)]((0x0,_0xad45f2[_0x422f55(0x2bc)])(this[_0x422f55(0x3d6)]))['subscribe'](_0x4a50b3=>{const _0x2f477e=_0x422f55;if(_0x4a50b3!==void 0x0){if(this[_0x2f477e(0x341)]=_0x4a50b3,_0x4a50b3)this['_joinRoom'](_0x4a50b3),this['_socketMessageSubscription']=_0x4a50b3['message$'][_0x2f477e(0x37a)](_0x1b5522=>{const _0x38a907=_0x2f477e;_0x1b5522[_0x38a907(0x458)]===this[_0x38a907(0x2b5)][_0x38a907(0x299)][_0x38a907(0x445)]&&this[_0x38a907(0x31b)](_0x1b5522);});else{var _0x29e1cd;this[_0x2f477e(0x36c)](),this[_0x2f477e(0x212)][_0x2f477e(0x34a)](0x2),(_0x29e1cd=this['_socketMessageSubscription'])==null||_0x29e1cd['unsubscribe'](),this[_0x2f477e(0x363)]=null;}}});}['getMemberID'](){const _0x2c1d07=_0x239292;var _0x51168f,_0x582d25;return(_0x51168f=(_0x582d25=this['_socket'])==null?void 0x0:_0x582d25[_0x2c1d07(0x41c)])==null?null:_0x51168f;}['dispose'](){const _0x51480d=_0x239292;super[_0x51480d(0x328)](),this['close'](),this[_0x51480d(0x3d6)][_0x51480d(0x34a)](),this[_0x51480d(0x3d6)][_0x51480d(0x376)]();}['close'](){const _0x3cb6e8=_0x239292;var _0x39a689;this[_0x3cb6e8(0x36c)](),(_0x39a689=this['_socket'])==null||_0x39a689[_0x3cb6e8(0x44b)]({'cmd':_0x31a69d[_0x3cb6e8(0x1f2)][_0x3cb6e8(0x485)],'data':{'roomID':this[_0x3cb6e8(0x2b5)]['target'][_0x3cb6e8(0x445)]}}),this[_0x3cb6e8(0x4ff)][_0x3cb6e8(0x376)](),this[_0x3cb6e8(0x212)][_0x3cb6e8(0x376)]();}['_onCombEvent'](_0x5999b8){const _0x70fbf2=_0x239292;_0x5999b8[_0x70fbf2(0x421)]===_0x31a69d[_0x70fbf2(0x1f2)]['JOIN']?this['_onJoinRoomEvent'](_0x5999b8):_0x5999b8[_0x70fbf2(0x421)]===_0x31a69d[_0x70fbf2(0x1f2)][_0x70fbf2(0x3c8)]&&this[_0x70fbf2(0x1f6)](_0x5999b8);}['_joinRoom'](_0x26f8a7){const _0x3487f9=_0x239292;this[_0x3487f9(0x212)][_0x3487f9(0x34a)](0x1),_0x26f8a7['send']({'cmd':_0x31a69d[_0x3487f9(0x1f2)][_0x3487f9(0x4c3)],'routeKey':this['_identity'][_0x3487f9(0x299)][_0x3487f9(0x445)],'routeType':'','data':{'rooms':[{'roomID':this[_0x3487f9(0x2b5)]['target'][_0x3487f9(0x445)]}]}});}[_0x239292(0x3e7)](_0x415bf4){const _0x24f068=_0x239292;var _0x3aa8d3;if(_0x415bf4[_0x24f068(0x270)]in _0xd8a2d8){this[_0x24f068(0x512)][_0x24f068(0x46d)]({'id':_0x24f068(0x2be),'data':_0xd8a2d8[_0x415bf4['code']]}),this['_sessionStatus$'][_0x24f068(0x34a)](0x2);return;}this['_sessionStatus$'][_0x24f068(0x34a)](0x3);let _0x30e1aa=(_0x3aa8d3=_0x415bf4[_0x24f068(0x222)]['roomInfos'][this[_0x24f068(0x2b5)][_0x24f068(0x299)][_0x24f068(0x445)]])==null?void 0x0:_0x3aa8d3['members'];_0x30e1aa&&_0x30e1aa['forEach'](_0x5aeb65=>this[_0x24f068(0x20f)]['updateMember'](this[_0x24f068(0x2b5)][_0x24f068(0x4cf)],_0x5aeb65));}['_onRecvEvent'](_0x2e0e37){const _0x33a150=_0x239292;try{let _0x14b110=_0x2f4ee9(this[_0x33a150(0x2b5)],_0x2e0e37['data']);for(let _0x5538a7 of _0x14b110)switch(_0x5538a7[_0x33a150(0x4ac)]){case _0x48ee3a[_0x33a150(0x43c)]['USERS_ENTER']:this[_0x33a150(0x461)](_0x5538a7),this[_0x33a150(0x4ff)][_0x33a150(0x34a)](_0x5538a7);break;case _0x48ee3a[_0x33a150(0x43c)][_0x33a150(0x1ed)]:this['_onUserLeave'](_0x5538a7),this[_0x33a150(0x4ff)][_0x33a150(0x34a)](_0x5538a7);break;case _0x48ee3a['CollaborationEvent'][_0x33a150(0x503)]:case _0x48ee3a[_0x33a150(0x43c)]['CHANGESET_SHOULD_RETRY']:this[_0x33a150(0x271)](),this[_0x33a150(0x43f)](),this[_0x33a150(0x4ff)][_0x33a150(0x34a)](_0x5538a7);break;case _0x48ee3a['CollaborationEvent'][_0x33a150(0x280)]:this['_logService'][_0x33a150(0x282)](_0x33a150(0x250)+JSON[_0x33a150(0x3db)](_0x5538a7)),this[_0x33a150(0x4ff)][_0x33a150(0x34a)](_0x5538a7);break;case _0x48ee3a[_0x33a150(0x43c)][_0x33a150(0x454)]:this[_0x33a150(0x4a8)]['onCommentUpdate'](_0x5538a7[_0x33a150(0x222)]),this[_0x33a150(0x4ff)][_0x33a150(0x34a)](_0x5538a7);break;default:this[_0x33a150(0x4ff)]['next'](_0x5538a7);}}catch(_0x49d79c){this[_0x33a150(0x41e)]['error'](_0x49d79c,_0x2e0e37);}}['_onUserJoin'](_0x49f724){const _0x3e07ab=_0x239292;this[_0x3e07ab(0x20f)][_0x3e07ab(0x446)](this['_identity']['localUnitId'],_0x49f724['data']);}['_onUserLeave'](_0x235c6e){const _0x31c329=_0x239292;this[_0x31c329(0x20f)][_0x31c329(0x300)](this[_0x31c329(0x2b5)][_0x31c329(0x4cf)],_0x235c6e[_0x31c329(0x222)][_0x31c329(0x41c)]);}async[_0x239292(0x44b)](_0x58fc18,_0x1744a1){const _0x5dd226=_0x239292;if(this[_0x5dd226(0x3bc)]!==0x3||!this[_0x5dd226(0x341)])throw Error(_0x5dd226(0x4e6));try{let _0x4d0581=_0x2621ef(this['_identity'],_0x58fc18);_0x4d0581[_0x5dd226(0x4ac)]===_0x48ee3a[_0x5dd226(0x43c)][_0x5dd226(0x42f)]&&(this[_0x5dd226(0x337)](),this[_0x5dd226(0x227)](_0x4d0581)),this[_0x5dd226(0x341)][_0x5dd226(0x44b)]({'cmd':_0x31a69d[_0x5dd226(0x1f2)][_0x5dd226(0x2ae)],'routeKey':this['_identity'][_0x5dd226(0x299)]['unitId'],'routeType':'','data':_0x4d0581});}catch(_0x1e9e1d){this[_0x5dd226(0x41e)][_0x5dd226(0x282)](_0x1e9e1d);}}['_scheduleCollaborationTimeoutTimer'](){const _0x47ea96=_0x239292;var _0x532dd4;this[_0x47ea96(0x4dc)]=setTimeout(()=>{const _0x52fa4d=_0x47ea96;this['_collaborationTimeoutTimer']=null,this[_0x52fa4d(0x512)][_0x52fa4d(0x46d)]({'id':_0x52fa4d(0x4bc)});},(_0x532dd4=this['_configService']['getConfig'](_0x47ea96(0x320)))==null?_0x4764b2:_0x532dd4);}[_0x239292(0x43f)](){const _0x125fa6=_0x239292;this['_collaborationTimeoutTimer']&&(clearTimeout(this[_0x125fa6(0x4dc)]),this[_0x125fa6(0x4dc)]=null);}['_startTelemetryCollaborationNewChangeset'](_0xe28ddd){if(!this['_shouldReportTelemetry'])return;let {data:_0x392440}=_0xe28ddd,{unitID:_0xbb094e,changeset:_0x3c5fe8}=_0x392440,{mutations:_0xdf5155,type:_0x5bc81e}=_0x3c5fe8;this['_telemetryInfo']={'unitId':_0xbb094e,'type':_0x5bc81e,'startTime':performance['now'](),'stopTime':0x0,'duration':0x0,'size':_0x297a55(_0xdf5155)};}[_0x239292(0x271)](){const _0x571e14=_0x239292;if(this[_0x571e14(0x4c6)]){if(!this['_telemetryInfo']){this[_0x571e14(0x41e)][_0x571e14(0x282)](_0x571e14(0x273),_0x571e14(0x202));return;}this[_0x571e14(0x2e0)][_0x571e14(0x1e6)]=performance[_0x571e14(0x1da)](),this[_0x571e14(0x2e0)][_0x571e14(0x4db)]=this[_0x571e14(0x2e0)][_0x571e14(0x1e6)]-this['_telemetryInfo']['startTime'],this[_0x571e14(0x32a)]['capture'](_0x571e14(0x30f),this['_telemetryInfo']),this[_0x571e14(0x2e0)]=null;}}[_0x239292(0x36c)](){const _0x1a48ea=_0x239292;this[_0x1a48ea(0x2e0)]=null;}};_0x23f91e=_0x157b59([_0x202927(0x2,_0x373403[_0x239292(0x2a1)]),_0x202927(0x3,_0x373403[_0x239292(0x2c6)]),_0x202927(0x4,(0x0,_0x373403['Inject'])(_0x4d853f)),_0x202927(0x5,(0x0,_0x373403[_0x239292(0x4c7)])(_0x1eb00f)),_0x202927(0x6,(0x0,_0x373403[_0x239292(0x4c7)])(_0x2def2b)),_0x202927(0x7,(0x0,_0x373403['Optional'])(_0xff6851[_0x239292(0x21e)]))],_0x23f91e);let _0x32ba82=(0x0,_0x373403[_0x239292(0x33e)])(_0x239292(0x380));function _0xd02ec9(_0x5b18aa){const _0x18b39b=_0x239292;return _0x18b39b(0x2a0)+_0x5b18aa;}function _0x28a150(_0x52d29b){const _0x3090fe=_0x239292;let {unitID:_0x40ee5d,mutations:_0x4a3c18}=_0x52d29b;return{'unitId':_0x40ee5d,'subUnitId':_0x4a3c18[_0x3090fe(0x25c)]>0x0?_0x4a3c18[0x0][_0x3090fe(0x2d1)]['subUnitId']:null};}let _0x213414=class{constructor(_0x8219be,_0x305537,_0x5b26cd){const _0x4e7a3c=_0x239292;this['_injector']=_0x8219be,this[_0x4e7a3c(0x243)]=_0x305537,this[_0x4e7a3c(0x2a4)]=_0x5b26cd;}[_0x239292(0x405)](_0x137309){const _0x21cf59=_0x239292;var _0x23bbe1,_0x48b03e;let _0x11ba1e=this[_0x21cf59(0x519)][_0x21cf59(0x418)](_0x2c7bf6['SheetsSelectionsService']),{unitId:_0xaadf6f,subUnitId:_0x15bf14}=_0x28a150(_0x137309),_0x4c91a6=_0x11ba1e==null?void 0x0:_0x11ba1e[_0x21cf59(0x43d)](_0xaadf6f)[_0x21cf59(0x240)](),_0x22f12b=(_0x23bbe1=this[_0x21cf59(0x2a4)][_0x21cf59(0x49e)](_0xaadf6f))==null||(_0x23bbe1=_0x23bbe1[_0x21cf59(0x3ae)]())==null?void 0x0:_0x23bbe1['getSheetId']();if(_0x4c91a6[_0x21cf59(0x25c)]===0x0||!_0xaadf6f||!_0x15bf14)return;let _0x435aed=[{'id':_0x2c7bf6['SetSelectionsOperation']['id'],'params':{'unitId':_0xaadf6f,'subUnitId':_0x22f12b,'selections':_0x373403[_0x21cf59(0x345)][_0x21cf59(0x4e0)](_0x4c91a6)}}],_0x25a98a=this[_0x21cf59(0x243)][_0x21cf59(0x38a)](_0x137309,_0x435aed);if(!(0x0,_0x48ee3a[_0x21cf59(0x36a)])(_0x25a98a))throw _0x25a98a[_0x21cf59(0x282)];let _0x131260=(_0x48b03e=_0x25a98a['m2Prime'][0x0])==null||(_0x48b03e=_0x48b03e[_0x21cf59(0x2d1)])==null?void 0x0:_0x48b03e[_0x21cf59(0x3cf)];if(Array[_0x21cf59(0x310)](_0x131260)&&_0x131260[_0x21cf59(0x25c)]){if(_0x131260[_0x21cf59(0x25c)]===_0x435aed[0x0][_0x21cf59(0x2d1)]['selections'][_0x21cf59(0x25c)]&&_0x131260['every']((_0x396c3f,_0x4b6213)=>_0x373403[_0x21cf59(0x4b0)][_0x21cf59(0x3fe)](_0x396c3f[_0x21cf59(0x470)],_0x435aed[0x0][_0x21cf59(0x2d1)][_0x21cf59(0x3cf)][_0x4b6213][_0x21cf59(0x470)])))return;this['_injector'][_0x21cf59(0x418)](_0x373403['ICommandService'])[_0x21cf59(0x47a)](_0x2c7bf6[_0x21cf59(0x3d4)]['id'],{'unitId':_0xaadf6f,'subUnitId':_0x22f12b,'selections':_0x131260});}}};_0x213414=_0x157b59([_0x202927(0x0,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x1,_0x48ee3a[_0x239292(0x315)]),_0x202927(0x2,_0x373403[_0x239292(0x3d0)])],_0x213414);let _0x354942=(0x0,_0x373403[_0x239292(0x33e)])(_0x239292(0x236)),_0x2e1fb9=function(_0x597aeb){const _0x439925=_0x239292;return _0x597aeb[_0x597aeb[_0x439925(0x2c0)]=0x0]=_0x439925(0x2c0),_0x597aeb[_0x597aeb[_0x439925(0x2cf)]=0x1]='OTHER_CLIENTS_EDITING',_0x597aeb;}({});function _0x4e88f8(_0x48bf96){const _0xe9fba1=_0x239292;var _0x28e9ab;return!!((_0x28e9ab=_0x48bf96['params'])!=null&&_0x28e9ab[_0xe9fba1(0x296)]);}let _0x5bb81c=new Set([_0x2c7bf6[_0x239292(0x49b)]['id']]),_0x2fcc02=new Set([_0xfb6f84[_0x239292(0x1fe)]['id'],_0xfb6f84['EnsureSlideMasterPageMutation']['id'],_0xfb6f84[_0x239292(0x322)]['id'],_0xfb6f84['RemoveSlidePageMutation']['id']]);function _0x1b27c5(_0x1aac09,_0x59837d=_0x5bb81c){const _0x206a5e=_0x239292;let _0x5d752f=[];for(let _0x5ebcd9 of _0x1aac09){if(_0x59837d[_0x206a5e(0x28e)](_0x5ebcd9['id'])){if(_0x5d752f[_0x206a5e(0x25c)]>0x0)break;_0x5d752f[_0x206a5e(0x2d6)](_0x5ebcd9);break;}if(_0x4e88f8(_0x5ebcd9)){if(_0x5d752f['length']>0x0)break;_0x5d752f[_0x206a5e(0x2d6)](_0x5ebcd9);break;}_0x5d752f[_0x206a5e(0x2d6)](_0x5ebcd9);}return _0x5d752f;}function _0x4a2014(_0xef7721,_0x35d030,_0x5774d2,_0xdf3f59,_0x18e07b){const _0x9f655c=_0x239292;var _0x125795,_0x4fcfcd,_0x240ee4,_0x47ab36;let _0xc71572=_0x1b27c5(_0xef7721),_0x71d5e=(_0x125795=(_0x4fcfcd=_0x18e07b[_0x9f655c(0x3cc)]())==null?void 0x0:_0x4fcfcd[_0x9f655c(0x1db)])==null?'unknown':_0x125795,_0x1dd38d=(_0x240ee4=(_0x47ab36=_0x18e07b[_0x9f655c(0x3cc)]())==null?void 0x0:_0x47ab36[_0x9f655c(0x41c)])==null?_0x9f655c(0x4e8):_0x240ee4;return{'changeset':{'unitID':_0x35d030,'type':(0x0,_0x48ee3a[_0x9f655c(0x36d)])(_0x5774d2['getUnitType'](_0x35d030)),'baseRev':_0xdf3f59['getCurrentRevOfUnit'](_0x35d030),'revision':0x0,'userID':_0x71d5e,'memberID':_0x1dd38d,'mutations':_0xc71572},'pendingMutations':_0xef7721[_0x9f655c(0x444)](_0xc71572[_0x9f655c(0x25c)])};}function _0x351e96(_0x1d30b0,_0x27f05c,_0x228add,_0x4681c7,_0x4ce1cf){const _0x4a806c=_0x239292;var _0x5cc430,_0x1e5525,_0x9ff0c1,_0x317344;let _0x5386aa=_0x1b27c5(_0x1d30b0,_0x2fcc02),_0x8dc525=(_0x5cc430=(_0x1e5525=_0x4ce1cf[_0x4a806c(0x3cc)]())==null?void 0x0:_0x1e5525[_0x4a806c(0x1db)])==null?_0x4a806c(0x4e8):_0x5cc430,_0x18bb5e=(_0x9ff0c1=(_0x317344=_0x4ce1cf[_0x4a806c(0x3cc)]())==null?void 0x0:_0x317344[_0x4a806c(0x41c)])==null?_0x4a806c(0x4e8):_0x9ff0c1;return{'changeset':{'unitID':_0x27f05c,'type':(0x0,_0x48ee3a[_0x4a806c(0x36d)])(_0x228add[_0x4a806c(0x432)](_0x27f05c)),'baseRev':_0x4681c7['getCurrentRevOfUnit'](_0x27f05c),'revision':0x0,'userID':_0x8dc525,'memberID':_0x18bb5e,'mutations':_0x5386aa},'pendingMutations':_0x1d30b0[_0x4a806c(0x444)](_0x5386aa['length'])};}function _0x139265(_0x4340fa,_0xeb9b95,_0x6dc32f,_0x1875c3,_0x4f12a9){const _0x7147dc=_0x239292;var _0x3df92a,_0x5206f5,_0x13ed0d,_0x54e5f3;let _0x194e85=_0x4340fa[_0x7147dc(0x235)]((_0x3bfd82,_0x381d09)=>{const _0x1f41bc=_0x7147dc;let _0x376efb=_0x3bfd82[_0x3bfd82[_0x1f41bc(0x25c)]-0x1],{id:_0x48d569}=_0x376efb==null?{}:_0x376efb,{id:_0x3a320b,type:_0x43b93f}=_0x381d09,_0x171ddd=_0x381d09['params'];if(_0x48d569&&_0x48d569!==_0x3a320b)throw Error(_0x1f41bc(0x1ef)+_0x48d569+_0x1f41bc(0x3f2)+_0x3a320b+'.');if(!_0x376efb)return[{'id':_0x3a320b,'type':_0x43b93f,'params':{'unitId':_0x171ddd[_0x1f41bc(0x445)],'textRanges':_0x171ddd[_0x1f41bc(0x35e)],'actions':_0x171ddd['actions']}}];let _0x432c49=_0x376efb[_0x1f41bc(0x2d1)];return _0x11a2dd(_0x432c49,_0x171ddd)?[..._0x3bfd82[_0x1f41bc(0x444)](0x0,-0x1),{..._0x376efb,'id':_0x3a320b,'type':_0x43b93f,'params':{'unitId':_0x171ddd['unitId'],'textRanges':_0x171ddd['textRanges'],'actions':_0x373403['JSONX'][_0x1f41bc(0x50d)](_0x432c49['actions'],_0x171ddd[_0x1f41bc(0x22b)])}}]:[..._0x3bfd82,{'id':_0x3a320b,'type':_0x43b93f,'params':{'unitId':_0x171ddd['unitId'],'textRanges':_0x171ddd[_0x1f41bc(0x35e)],'actions':_0x171ddd[_0x1f41bc(0x22b)]}}];},[]),_0x42d4a3=(_0x3df92a=(_0x5206f5=_0x4f12a9['getCurrentUser']())==null?void 0x0:_0x5206f5[_0x7147dc(0x1db)])==null?_0x7147dc(0x4e8):_0x3df92a,_0x3fa6ea=(_0x13ed0d=(_0x54e5f3=_0x4f12a9['getCurrentUser']())==null?void 0x0:_0x54e5f3['memberID'])==null?_0x7147dc(0x4e8):_0x13ed0d;return{'changeset':{'unitID':_0xeb9b95,'type':(0x0,_0x48ee3a[_0x7147dc(0x36d)])(_0x6dc32f['getUnitType'](_0xeb9b95)),'baseRev':_0x1875c3[_0x7147dc(0x2bd)](_0xeb9b95),'revision':0x0,'userID':_0x42d4a3,'memberID':_0x3fa6ea,'mutations':_0x194e85},'pendingMutations':_0x4340fa[_0x7147dc(0x444)](_0x4340fa['length'])};}function _0x11a2dd(_0x4c29d9,_0x5a91b7){const _0x3e58be=_0x239292;return!_0x3797e0(_0x4c29d9)&&!_0x3797e0(_0x5a91b7)&&_0x4ab1e0(_0x4c29d9['actions'],_0x5a91b7[_0x3e58be(0x22b)]);}function _0x3797e0(_0x74433b){const _0x3f56bc=_0x239292;return _0x74433b[_0x3f56bc(0x3e1)]!==void 0x0;}function _0x4ab1e0(_0x347b9a,_0x472e6c){return _0x30fdc4(_0x347b9a)&&_0x30fdc4(_0x472e6c)&&!_0x1bc64d(_0x347b9a)&&!_0x1bc64d(_0x472e6c)&&!_0x2e51ae(_0x347b9a)&&!_0x2e51ae(_0x472e6c);}function _0x30fdc4(_0x12ef73){const _0x199752=_0x239292;return _0x1bdb4f(_0x12ef73)['some'](_0x38ae4e=>_0x180974(_0x38ae4e)&&_0x38ae4e['et']===_0x199752(0x2d2));}function _0x2e51ae(_0x3637eb){const _0x2b389e=_0x239292;return _0x1bdb4f(_0x3637eb)[_0x2b389e(0x488)](_0x1b177c=>Array[_0x2b389e(0x310)](_0x1b177c)||typeof _0x1b177c=='string'||typeof _0x1b177c==_0x2b389e(0x495));}function _0x1bc64d(_0x6d6cdb){const _0x5923c8=_0x239292;return _0x1bdb4f(_0x6d6cdb)[_0x5923c8(0x488)](_0x593de7=>!_0x180974(_0x593de7)||_0x593de7['et']!==_0x5923c8(0x2d2)||!Array[_0x5923c8(0x310)](_0x593de7['e'])?!0x1:_0x593de7['e']['some'](_0x39b675=>!_0x180974(_0x39b675)||!_0x180974(_0x39b675['body'])?!0x1:Object['prototype'][_0x5923c8(0x2b1)]['call'](_0x39b675['body'],_0x5923c8(0x2f1))||Object[_0x5923c8(0x2cb)][_0x5923c8(0x2b1)][_0x5923c8(0x515)](_0x39b675[_0x5923c8(0x38e)],_0x5923c8(0x330))||Object[_0x5923c8(0x2cb)][_0x5923c8(0x2b1)][_0x5923c8(0x515)](_0x39b675[_0x5923c8(0x38e)],'blockRanges')));}function _0x1bdb4f(_0x4229a8){const _0x207117=_0x239292;if(!Array[_0x207117(0x310)](_0x4229a8))return[];let _0x3f3417=_0x4229a8['includes'](_0x207117(0x38e))?_0x4229a8:_0x4229a8[_0x207117(0x2ca)](_0x2bad40=>Array[_0x207117(0x310)](_0x2bad40)&&_0x2bad40[_0x207117(0x41f)](_0x207117(0x38e)));if(!Array[_0x207117(0x310)](_0x3f3417))return[];let _0x1a889a=_0x3f3417[_0x207117(0x3d1)](_0x207117(0x38e));return _0x1a889a===-0x1?[]:_0x3f3417[_0x207117(0x444)](_0x1a889a+0x1);}function _0x180974(_0x57c432){const _0x28de5f=_0x239292;return typeof _0x57c432==_0x28de5f(0x2db)&&!!_0x57c432&&!Array['isArray'](_0x57c432);}function _0xa4050(_0x3e3e86,_0x33aabd){const _0x4a4a5b=_0x239292;let _0x423d80=new _0xad45f2[(_0x4a4a5b(0x1e4))](0x1);return setTimeout(()=>_0x423d80[_0x4a4a5b(0x34a)](_0x33aabd),_0x3e3e86),_0x423d80[_0x4a4a5b(0x3a2)]()[_0x4a4a5b(0x292)]((0x0,_0xad45f2[_0x4a4a5b(0x21a)])(0x1));}var _0x2517a2,_0x53e96f,_0x82f23c;let _0x29abe0=function(_0x18fefa){const _0x507834=_0x239292;return _0x18fefa[_0x507834(0x2e2)]='not_collab',_0x18fefa['SYNCED']='synced',_0x18fefa[_0x507834(0x426)]=_0x507834(0x245),_0x18fefa[_0x507834(0x4a1)]=_0x507834(0x1df),_0x18fefa[_0x507834(0x3df)]=_0x507834(0x340),_0x18fefa[_0x507834(0x3e5)]=_0x507834(0x207),_0x18fefa[_0x507834(0x204)]=_0x507834(0x441),_0x18fefa[_0x507834(0x2b7)]=_0x507834(0x389),_0x18fefa;}({}),_0x339aec=0x4e20,_0x29635a=0x2bf20;var _0x3ce48f=class{constructor(_0x429981,_0x122524,_0x135f63,_0x240a96,_0xe0c62a,_0xb4c8c0,_0x35c5a5,_0x18fa57,_0x297a95){const _0x23c5c3=_0x239292;this['unitID']=_0x429981,this[_0x23c5c3(0x29f)]=_0x122524,this[_0x23c5c3(0x377)]=_0xe0c62a,this[_0x23c5c3(0x351)]=_0xb4c8c0,this[_0x23c5c3(0x29d)]=_0x35c5a5,this[_0x23c5c3(0x31c)]=_0x18fa57,this['_localCacheService']=_0x297a95,_0x261440(this,_0x23c5c3(0x32b),null),_0x261440(this,_0x23c5c3(0x514),[]),this[_0x23c5c3(0x32b)]=_0x135f63,this[_0x23c5c3(0x514)]=_0x240a96;}[_0x239292(0x269)](_0x2abb22){const _0x308676=_0x239292;let _0x3a0dd0=this[_0x308676(0x31c)][_0x308676(0x2bd)](this[_0x308676(0x262)]);return _0x2abb22[_0x308676(0x260)]>_0x3a0dd0+0x1?(this['_handler'][_0x308676(0x4de)]({'from':_0x3a0dd0,'to':_0x2abb22[_0x308676(0x260)]-0x1}),!0x0):!0x1;}[_0x239292(0x349)](_0x29c6ec){const _0x308f12=_0x239292;this[_0x308f12(0x29d)]['transformUndoRedo'](this[_0x308f12(0x262)],_0x29c6ec);}[_0x239292(0x4c5)](_0x4447fe){const _0x2195d5=_0x239292;var _0x18a3e0,_0x2c4210;(_0x18a3e0=(_0x2c4210=this[_0x2195d5(0x377)])[_0x2195d5(0x23f)])==null||_0x18a3e0['call'](_0x2c4210,_0x4447fe);}[_0x239292(0x3b5)](_0x1231cb){const _0x12233b=_0x239292;var _0x47757b,_0x58f7eb;return(_0x47757b=(_0x58f7eb=this['_handler'])[_0x12233b(0x3e6)])==null?void 0x0:_0x47757b[_0x12233b(0x515)](_0x58f7eb,_0x1231cb);}[_0x239292(0x4c2)](_0x215642){const _0xbde828=_0x239292;var _0x4eaa0c,_0x4bdd1d;return(_0x4eaa0c=(_0x4bdd1d=this[_0xbde828(0x377)])[_0xbde828(0x249)])==null?void 0x0:_0x4eaa0c['call'](_0x4bdd1d,_0x215642);}[_0x239292(0x30c)](_0x473ea7){const _0x4eadba=_0x239292;var _0x65697b,_0x199c89,_0x330d35;return(_0x65697b=(_0x199c89=(_0x330d35=this[_0x4eadba(0x377)])[_0x4eadba(0x325)])==null?void 0x0:_0x199c89['call'](_0x330d35,_0x473ea7))==null?_0x473ea7:_0x65697b;}['_transformRemoteChangesetByStateCache'](_0x3fa782){const _0xd828e3=_0x239292;var _0x4191ff,_0x345b34,_0x37249;return(_0x4191ff=(_0x345b34=(_0x37249=this['_handler'])[_0xd828e3(0x37b)])==null?void 0x0:_0x345b34[_0xd828e3(0x515)](_0x37249,_0x3fa782))==null?_0x3fa782:_0x4191ff;}['_syncEditingCollabCursor'](_0x4fca07){const _0x101511=_0x239292;if(this['type']===_0x373403[_0x101511(0x4f6)][_0x101511(0x452)]){let {unitID:_0x2fd445,mutations:_0x43f97f,memberID:_0x4917f3}=_0x4fca07,_0x5140f0=_0x43f97f[_0x101511(0x25c)]>0x0?_0x43f97f[0x0][_0x101511(0x2d1)][_0x101511(0x35e)]:[];if(Array[_0x101511(0x310)](_0x5140f0)&&_0x5140f0[_0x101511(0x25c)]>0x0){var _0x486994,_0x469e53;(_0x486994=(_0x469e53=this[_0x101511(0x377)])[_0x101511(0x40e)])==null||_0x486994[_0x101511(0x515)](_0x469e53,{'unitID':_0x2fd445,'memberID':_0x4917f3,'textRanges':_0x5140f0});}}}['_updateLocalCache'](){const _0xc71f39=_0x239292;var _0x32d136;(_0x32d136=this['_localCacheService'])==null||_0x32d136[_0xc71f39(0x451)](this[_0xc71f39(0x262)],this['type'],this['_awaitingChangeset'],this['_pendingMutations']);}['_getCurrentRevision'](){const _0x209503=_0x239292;return this[_0x209503(0x31c)]['getCurrentRevOfUnit'](this['unitID']);}[_0x239292(0x319)](){const _0x4efbbf=_0x239292;this[_0x4efbbf(0x31c)][_0x4efbbf(0x238)](this[_0x4efbbf(0x262)]);}[_0x239292(0x1d5)](_0x14cdd6){const _0x13a5b5=_0x239292;let _0x1883df=this[_0x13a5b5(0x30c)](_0x14cdd6);_0x1883df=this[_0x13a5b5(0x232)](_0x1883df);let _0x4bd174=(0x0,_0x373403[_0x13a5b5(0x36f)])(_0x1883df[_0x13a5b5(0x477)],this[_0x13a5b5(0x351)],{'fromCollab':!0x0});if(!_0x4bd174[_0x13a5b5(0x246)]){var _0x50db8c;throw _0x4bd174[_0x13a5b5(0x282)]instanceof Error?_0x4bd174[_0x13a5b5(0x282)]:Error((_0x50db8c=_0x4bd174[_0x13a5b5(0x282)])==null?_0x13a5b5(0x28d):_0x50db8c);}this['_transformIMECache'](_0x1883df),this[_0x13a5b5(0x4c2)](_0x1883df),this[_0x13a5b5(0x349)](_0x14cdd6),this[_0x13a5b5(0x4c5)](_0x1883df),this[_0x13a5b5(0x437)](_0x1883df),this[_0x13a5b5(0x319)]();}};let _0x2d2058=class extends _0x3ce48f{constructor(_0x393c13,_0x3bb768,_0x123200,_0x23c209,_0x3680cf,_0x29c240,_0x259ccc,_0x12e574,_0x31ff19,_0x5a62fb){const _0x73e6e3=_0x239292;super(_0x393c13,_0x3bb768,null,[],_0x123200,_0x259ccc,_0x29c240,_0x23c209,_0x5a62fb),this[_0x73e6e3(0x519)]=_0x3680cf,this['_logService']=_0x12e574,this[_0x73e6e3(0x243)]=_0x31ff19,this[_0x73e6e3(0x335)]=_0x5a62fb,_0x261440(this,'status',_0x73e6e3(0x268));}[_0x239292(0x353)](_0x20eabf){const _0x36ee8a=_0x239292;let _0xefdd02=this[_0x36ee8a(0x519)]['createInstance'](_0x59fb30,this[_0x36ee8a(0x262)],this['type'],[_0x20eabf],this[_0x36ee8a(0x377)]);return _0xefdd02['_schedule'](),_0xefdd02[_0x36ee8a(0x252)](),_0xefdd02;}['onRemoteChangeset'](_0x24b705){const _0x4d0ed3=_0x239292;if(this[_0x4d0ed3(0x269)](_0x24b705))return this[_0x4d0ed3(0x519)][_0x4d0ed3(0x256)](_0x41cb05,this['unitID'],this[_0x4d0ed3(0x29f)],null,[],null,[_0x24b705],this['_handler']);try{let _0x1cb779=this['_transformService'][_0x4d0ed3(0x38a)](_0x24b705,[_0x48ee3a['EmptyMutationInfo']]);if((0x0,_0x48ee3a[_0x4d0ed3(0x36a)])(_0x1cb779)){let {c1Prime:_0x364ab5}=_0x1cb779;return this[_0x4d0ed3(0x1d5)](_0x364ab5),this;}throw _0x1cb779[_0x4d0ed3(0x282)];}catch(_0x6d42ff){return this[_0x4d0ed3(0x41e)]['error'](_0x6d42ff),this['_onConflict'](!0x1);}}[_0x239292(0x449)](_0x1e901f){const _0x42d642=_0x239292;return this[_0x42d642(0x519)][_0x42d642(0x256)](_0x583366,this[_0x42d642(0x262)],this[_0x42d642(0x29f)],null,[],this['_handler'],_0x1e901f);}[_0x239292(0x220)](_0x1de1aa){const _0x3f941c=_0x239292;if(_0x1de1aa[_0x3f941c(0x260)]<=this['_getCurrentRevision']())return this;throw Error(_0x3f941c(0x27e));}[_0x239292(0x26c)](){const _0x3ec5cb=_0x239292;throw Error(_0x3ec5cb(0x3e0));}[_0x239292(0x20d)](){return this;}[_0x239292(0x3bf)](){const _0x47f7bd=_0x239292;return this[_0x47f7bd(0x519)]['createInstance'](_0x561132,this['unitID'],this[_0x47f7bd(0x29f)],null,[],this[_0x47f7bd(0x377)]);}[_0x239292(0x1fa)](){return this;}['resend'](){const _0x18cb22=_0x239292;throw Error(_0x18cb22(0x254));}[_0x239292(0x47b)](){const _0x557d07=_0x239292;let _0x175ac8=this[_0x557d07(0x31c)][_0x557d07(0x2bd)](this['unitID']);return this[_0x557d07(0x377)][_0x557d07(0x4de)]({'from':_0x175ac8,'to':0x0}),this[_0x557d07(0x519)][_0x557d07(0x256)](_0x41cb05,this[_0x557d07(0x262)],this[_0x557d07(0x29f)],null,[],null,[],this[_0x557d07(0x377)]);}};_0x2d2058=_0x157b59([_0x202927(0x3,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a[_0x239292(0x499)])),_0x202927(0x4,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x5,_0x373403['IUndoRedoService']),_0x202927(0x6,_0x373403[_0x239292(0x26b)]),_0x202927(0x7,_0x373403[_0x239292(0x2a1)]),_0x202927(0x8,_0x48ee3a['ITransformService']),_0x202927(0x9,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x2d2058);let _0x59fb30=_0x2517a2=class extends _0x3ce48f{constructor(_0x41bbcf,_0x488c26,_0xd03ac2,_0x5bbd2d,_0x3facaa,_0x40c22d,_0x3b123e,_0xf41a9c,_0x4f7b5e,_0x27a253,_0x127325,_0x53558,_0x75e9d6,_0x161517){const _0x1de413=_0x239292;super(_0x41bbcf,_0x488c26,null,_0xd03ac2,_0x5bbd2d,_0x4f7b5e,_0x75e9d6,_0x40c22d,_0x161517),this[_0x1de413(0x519)]=_0x3facaa,this[_0x1de413(0x20f)]=_0x3b123e,this[_0x1de413(0x41e)]=_0xf41a9c,this[_0x1de413(0x223)]=_0x27a253,this['_transformService']=_0x127325,this[_0x1de413(0x3a7)]=_0x53558,_0x261440(this,_0x1de413(0x3fd),_0x1de413(0x245)),_0x261440(this,_0x1de413(0x3c5),null),_0x261440(this,'_sendingTimer',null);}[_0x239292(0x353)](_0x3c7ff7){const _0x55e559=_0x239292;return this[_0x55e559(0x514)][_0x55e559(0x2d6)](_0x3c7ff7),this[_0x55e559(0x252)](),this;}[_0x239292(0x2f4)](_0x2a28db){const _0x482640=_0x239292;if(this['_checkMissing'](_0x2a28db))return this[_0x482640(0x22d)](),this[_0x482640(0x519)]['createInstance'](_0x41cb05,this['unitID'],this[_0x482640(0x29f)],null,this[_0x482640(0x514)],null,[_0x2a28db],this[_0x482640(0x377)]);try{let _0x9ac321=this[_0x482640(0x243)][_0x482640(0x38a)](_0x2a28db,this[_0x482640(0x514)]);if((0x0,_0x48ee3a[_0x482640(0x36a)])(_0x9ac321)){let {c1Prime:_0xe726d6,m2Prime:_0x52f812}=_0x9ac321;this[_0x482640(0x1d5)](_0xe726d6);let _0x2e48a0=this[_0x482640(0x519)][_0x482640(0x256)](_0x2517a2,this[_0x482640(0x262)],this[_0x482640(0x29f)],_0x52f812,this[_0x482640(0x377)]);this[_0x482640(0x22d)]();let _0x55256e=new Date()[_0x482640(0x2d4)](),_0x185e89=this[_0x482640(0x3c5)]?Math[_0x482640(0x279)](this[_0x482640(0x3c5)]-_0x55256e,0x0):this[_0x482640(0x329)]();return _0x2e48a0['_schedule'](_0x185e89),_0x2e48a0;}throw _0x9ac321['error'];}catch(_0x1be77b){return this['_logService']['error'](_0x1be77b),this[_0x482640(0x449)](!0x1);}}[_0x239292(0x220)](_0x2ba3bf){const _0x3e642a=_0x239292;if(_0x2ba3bf[_0x3e642a(0x260)]<=this[_0x3e642a(0x37e)]())return this;throw Error(_0x3e642a(0x355));}[_0x239292(0x26c)](){const _0x37d76d=_0x239292;throw Error(_0x37d76d(0x2f8));}[_0x239292(0x20d)](){return this;}[_0x239292(0x3bf)](){const _0x1be566=_0x239292;return this[_0x1be566(0x22d)](),this['_injector'][_0x1be566(0x256)](_0x561132,this['unitID'],this[_0x1be566(0x29f)],null,this['_pendingMutations'],this['_handler']);}[_0x239292(0x1fa)](){return this;}[_0x239292(0x4ce)](_0x5502c1){const _0x4c49d3=_0x239292;let _0x4546e9=_0x5502c1==null?this[_0x4c49d3(0x329)]():_0x5502c1;this[_0x4c49d3(0x3c5)]=new Date()[_0x4c49d3(0x2d4)]()+_0x4546e9,this['_sendingTimer']=setTimeout(()=>{const _0xd11090=_0x4c49d3;this[_0xd11090(0x22d)]();let _0x3d37a6=null;switch(this[_0xd11090(0x29f)]){case _0x373403[_0xd11090(0x4f6)]['UNIVER_SHEET']:_0x3d37a6=_0x4a2014(this[_0xd11090(0x514)],this[_0xd11090(0x262)],this['_univerInstanceService'],this['_revisionService'],this[_0xd11090(0x20f)]);break;case _0x373403[_0xd11090(0x4f6)][_0xd11090(0x452)]:_0x3d37a6=this['_pendingMutations'][_0xd11090(0x4f9)](_0x5b153b=>_0x5b153b['id']===_0x18c1fc['RichTextEditingMutation']['id'])?_0x139265(this[_0xd11090(0x514)],this[_0xd11090(0x262)],this[_0xd11090(0x3a7)],this[_0xd11090(0x31c)],this[_0xd11090(0x20f)]):_0x4a2014(this[_0xd11090(0x514)],this[_0xd11090(0x262)],this['_univerInstanceService'],this[_0xd11090(0x31c)],this[_0xd11090(0x20f)]);break;case _0x373403['UniverInstanceType'][_0xd11090(0x244)]:_0x3d37a6=_0x351e96(this[_0xd11090(0x514)],this[_0xd11090(0x262)],this[_0xd11090(0x3a7)],this[_0xd11090(0x31c)],this[_0xd11090(0x20f)]);break;case _0x373403[_0xd11090(0x4f6)][_0xd11090(0x308)]:_0x3d37a6=_0x4a2014(this[_0xd11090(0x514)],this[_0xd11090(0x262)],this['_univerInstanceService'],this[_0xd11090(0x31c)],this[_0xd11090(0x20f)]);break;case _0x373403[_0xd11090(0x4f6)][_0xd11090(0x27a)]:_0x3d37a6=_0x4a2014(this[_0xd11090(0x514)],this[_0xd11090(0x262)],this[_0xd11090(0x3a7)],this[_0xd11090(0x31c)],this[_0xd11090(0x20f)]);break;default:throw Error(_0xd11090(0x496)+this['type']+'\x20in\x20_schedule.');}let {changeset:_0x2b084d,pendingMutations:_0x522ead}=_0x3d37a6;this[_0xd11090(0x377)][_0xd11090(0x3c0)](_0x2b084d);let _0x3ca23f=_0x522ead[_0xd11090(0x25c)]?this[_0xd11090(0x519)][_0xd11090(0x256)](_0x1aaec5,this[_0xd11090(0x262)],this[_0xd11090(0x29f)],_0x2b084d,_0x522ead,this[_0xd11090(0x377)],void 0x0):this[_0xd11090(0x519)][_0xd11090(0x256)](_0x5b101e,this[_0xd11090(0x262)],this[_0xd11090(0x29f)],_0x2b084d,this[_0xd11090(0x377)]);_0x3ca23f[_0xd11090(0x252)](),this['_handler']['onStateChange'](this,_0x3ca23f);},_0x4546e9);}[_0x239292(0x329)](){const _0x10636a=_0x239292;var _0xe48df6;let _0xfea2be=this[_0x10636a(0x223)][_0x10636a(0x291)](_0x4aca5a);return(_0xe48df6=_0xfea2be==null?void 0x0:_0xfea2be['sendChangesetTimeout'])==null?0x7d0:_0xe48df6;}[_0x239292(0x411)](){const _0x43df42=_0x239292;throw Error(_0x43df42(0x469));}[_0x239292(0x22d)](){const _0x3f6d54=_0x239292;this[_0x3f6d54(0x289)]!=null&&(clearTimeout(this[_0x3f6d54(0x289)]),this['_sendingTimer']=null);}['_onConflict'](_0x5e8133){const _0x35dcf3=_0x239292;return this[_0x35dcf3(0x22d)](),this[_0x35dcf3(0x519)][_0x35dcf3(0x256)](_0x583366,this[_0x35dcf3(0x262)],this[_0x35dcf3(0x29f)],null,this[_0x35dcf3(0x514)],this[_0x35dcf3(0x377)],_0x5e8133);}};_0x59fb30=_0x2517a2=_0x157b59([_0x202927(0x4,(0x0,_0x373403['Inject'])(_0x373403[_0x239292(0x42e)])),_0x202927(0x5,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a['RevisionService'])),_0x202927(0x6,(0x0,_0x373403['Inject'])(_0x4d853f)),_0x202927(0x7,_0x373403[_0x239292(0x2a1)]),_0x202927(0x8,_0x373403['ICommandService']),_0x202927(0x9,_0x373403['IConfigService']),_0x202927(0xa,_0x48ee3a[_0x239292(0x315)]),_0x202927(0xb,_0x373403[_0x239292(0x3d0)]),_0x202927(0xc,_0x373403['IUndoRedoService']),_0x202927(0xd,(0x0,_0x373403['Optional'])(_0x32ba82))],_0x59fb30);let _0x5b101e=_0x53e96f=class extends _0x3ce48f{constructor(_0x1118df,_0x4ef573,_0x1a6f11,_0xec16bd,_0x2cda2a,_0x25a8a6,_0x33b72b,_0x4b2a36,_0x4377c5,_0x537fc2,_0x31c8c8){const _0x5dec3c=_0x239292;super(_0x1118df,_0x4ef573,_0x1a6f11,[],_0xec16bd,_0x33b72b,_0x537fc2,_0x25a8a6,_0x31c8c8),this[_0x5dec3c(0x519)]=_0x2cda2a,this[_0x5dec3c(0x41e)]=_0x4b2a36,this[_0x5dec3c(0x243)]=_0x4377c5,_0x261440(this,_0x5dec3c(0x3fd),_0x5dec3c(0x1df)),_0x261440(this,_0x5dec3c(0x25d),0x0),_0x261440(this,_0x5dec3c(0x46b),0x0),_0x261440(this,'_resendTimer',void 0x0),_0x261440(this,'_sender',void 0x0);}[_0x239292(0x353)](_0x19c336){const _0x4c6727=_0x239292;this['_clearScheduledTask']();let _0x108183=this[_0x4c6727(0x519)][_0x4c6727(0x256)](_0x1aaec5,this[_0x4c6727(0x262)],this[_0x4c6727(0x29f)],this[_0x4c6727(0x32b)],[_0x19c336],this[_0x4c6727(0x377)],this['_resendTimer']);return _0x108183[_0x4c6727(0x252)](),_0x108183;}['onRemoteChangeset'](_0x548b57){const _0x5d5492=_0x239292;if(this[_0x5d5492(0x269)](_0x548b57))return this[_0x5d5492(0x22d)](),this[_0x5d5492(0x519)][_0x5d5492(0x256)](_0x41cb05,this[_0x5d5492(0x262)],this[_0x5d5492(0x29f)],this[_0x5d5492(0x32b)],[],null,[_0x548b57],this[_0x5d5492(0x377)]);try{let _0x7a0850=this[_0x5d5492(0x243)]['transformChangesets']([_0x548b57],[this['_awaitingChangeset']],!0x1);if((0x0,_0x48ee3a['isTransformChangesetsSuccess'])(_0x7a0850)){let {c1Prime:_0x2c1c52,c2Prime:_0xe06666}=_0x7a0850;this[_0x5d5492(0x1d5)](_0x2c1c52[0x0]),_0xe06666[0x0]['baseRev']=this[_0x5d5492(0x37e)](),this[_0x5d5492(0x22d)]();let _0x2c2f9c=this[_0x5d5492(0x519)][_0x5d5492(0x256)](_0x53e96f,this[_0x5d5492(0x262)],this[_0x5d5492(0x29f)],_0xe06666[0x0],this[_0x5d5492(0x377)]);return _0x2c2f9c[_0x5d5492(0x252)](),_0x2c2f9c;}throw _0x7a0850[_0x5d5492(0x282)];}catch(_0x36ad9f){return this['_logService'][_0x5d5492(0x282)](_0x36ad9f),this[_0x5d5492(0x449)](!0x1);}}[_0x239292(0x220)](_0x137478){const _0x2fb551=_0x239292;this[_0x2fb551(0x22d)]();let _0x2d7b63=this[_0x2fb551(0x31c)]['getCurrentRevOfUnit'](this[_0x2fb551(0x262)]);if(_0x137478[_0x2fb551(0x260)]<=_0x2d7b63)return this;if(this[_0x2fb551(0x269)](_0x137478))return this[_0x2fb551(0x519)][_0x2fb551(0x256)](_0x41cb05,this[_0x2fb551(0x262)],this[_0x2fb551(0x29f)],this[_0x2fb551(0x32b)],[],_0x137478[_0x2fb551(0x260)],[],this[_0x2fb551(0x377)]);this[_0x2fb551(0x319)]();let _0x302dff=this[_0x2fb551(0x519)][_0x2fb551(0x256)](_0x2d2058,this[_0x2fb551(0x262)],this[_0x2fb551(0x29f)],this[_0x2fb551(0x377)]);return _0x302dff[_0x2fb551(0x252)](),_0x302dff;}[_0x239292(0x26c)](_0x46f469){const _0x2dd891=_0x239292;return this['_onConflict'](!!(_0x46f469!=null&&_0x46f469[_0x2dd891(0x2d5)]));}[_0x239292(0x20d)](_0x7e703a){const _0x27dbe4=_0x239292;return this[_0x27dbe4(0x46b)]>_0x29635a?this[_0x27dbe4(0x3bf)]():(this['_resendTimer']=_0xa4050(this[_0x27dbe4(0x25d)],{'timeout':this[_0x27dbe4(0x25d)],'reqId':_0x7e703a['reqId']}),this[_0x27dbe4(0x4ef)]=this[_0x27dbe4(0x24e)]['subscribe'](({reqId:_0x5da418,timeout:_0x42e5b4})=>{this['_resendWithTimeout'](_0x5da418,_0x42e5b4);}),this);}[_0x239292(0x3bf)](){const _0x36ef7f=_0x239292;return this[_0x36ef7f(0x22d)](),this['_injector']['createInstance'](_0x561132,this['unitID'],this[_0x36ef7f(0x29f)],this[_0x36ef7f(0x32b)],[],this[_0x36ef7f(0x377)]);}[_0x239292(0x1fa)](){return this;}[_0x239292(0x411)](){const _0x416b61=_0x239292;this[_0x416b61(0x377)][_0x416b61(0x3c0)](this['_awaitingChangeset']);}['_onConflict'](_0x169d33){const _0xda441=_0x239292;return this[_0xda441(0x22d)](),this[_0xda441(0x519)][_0xda441(0x256)](_0x583366,this['unitID'],this[_0xda441(0x29f)],this[_0xda441(0x32b)],[],this[_0xda441(0x377)],_0x169d33);}[_0x239292(0x1d2)](_0xdcd581,_0x5539c1){const _0x1b5c01=_0x239292;var _0x5a5738;_0xdcd581===((_0x5a5738=this[_0x1b5c01(0x32b)])==null?void 0x0:_0x5a5738[_0x1b5c01(0x424)])&&(this[_0x1b5c01(0x411)](),this['_resendTimeout']=_0x5539c1===0x0?0x3e8:Math[_0x1b5c01(0x2b9)](_0x5539c1*0x2,_0x339aec),this[_0x1b5c01(0x46b)]+=this[_0x1b5c01(0x25d)]);}['_clearScheduledTask'](){const _0x1a5c73=_0x239292;var _0x37583f;(_0x37583f=this['_sender'])==null||_0x37583f[_0x1a5c73(0x205)](),this['_resendTimeout']=0x0,this['_maxTotalRetryTimeout']=0x0;}};_0x5b101e=_0x53e96f=_0x157b59([_0x202927(0x4,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x5,(0x0,_0x373403['Inject'])(_0x48ee3a[_0x239292(0x499)])),_0x202927(0x6,_0x373403[_0x239292(0x26b)]),_0x202927(0x7,_0x373403[_0x239292(0x2a1)]),_0x202927(0x8,_0x48ee3a[_0x239292(0x315)]),_0x202927(0x9,_0x373403[_0x239292(0x251)]),_0x202927(0xa,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x5b101e);let _0x1aaec5=_0x82f23c=class extends _0x3ce48f{constructor(_0x403bbf,_0x538324,_0x2ee342,_0x5158b6,_0x18a022,_0x1c378d,_0x92901,_0x4cd181,_0x4b7f23,_0x583d2d,_0x179b23,_0x3089ee,_0x147145){const _0x2c1f0f=_0x239292;super(_0x403bbf,_0x538324,_0x2ee342,_0x5158b6,_0x18a022,_0x4b7f23,_0x3089ee,_0x4cd181,_0x147145),this['_injector']=_0x92901,this['_logService']=_0x583d2d,this[_0x2c1f0f(0x243)]=_0x179b23,this[_0x2c1f0f(0x335)]=_0x147145,_0x261440(this,'status',_0x2c1f0f(0x340)),_0x261440(this,_0x2c1f0f(0x25d),0x0),_0x261440(this,_0x2c1f0f(0x46b),0x0),_0x261440(this,_0x2c1f0f(0x24e),void 0x0),_0x261440(this,_0x2c1f0f(0x4ef),void 0x0),_0x1c378d&&(this[_0x2c1f0f(0x24e)]=_0x1c378d,this[_0x2c1f0f(0x4ef)]=this[_0x2c1f0f(0x24e)][_0x2c1f0f(0x37a)](({reqId:_0x380438,timeout:_0x765644})=>{const _0x1ff2f2=_0x2c1f0f;this[_0x1ff2f2(0x1d2)](_0x380438,_0x765644);}));}['appendMutation'](_0x37182f){const _0x248426=_0x239292;return this['_pendingMutations'][_0x248426(0x2d6)](_0x37182f),this;}[_0x239292(0x2f4)](_0x2606ae){const _0x40c405=_0x239292;if(this[_0x40c405(0x269)](_0x2606ae))return this[_0x40c405(0x22d)](),this['_injector'][_0x40c405(0x256)](_0x41cb05,this[_0x40c405(0x262)],this[_0x40c405(0x29f)],this[_0x40c405(0x32b)],this[_0x40c405(0x514)],null,[_0x2606ae],this[_0x40c405(0x377)]);try{let _0x29edf7=this[_0x40c405(0x243)]['transformChangesets']([_0x2606ae],[this[_0x40c405(0x32b)]],!0x1);if((0x0,_0x48ee3a[_0x40c405(0x32c)])(_0x29edf7)){let {c1Prime:_0x26b2c2,c2Prime:_0x2fca09}=_0x29edf7,_0x2bebe2=this['_transformService'][_0x40c405(0x38a)](_0x26b2c2[0x0],this[_0x40c405(0x514)]);if((0x0,_0x48ee3a[_0x40c405(0x36a)])(_0x2bebe2)){let {c1Prime:_0x61947f,m2Prime:_0x11213f}=_0x2bebe2;return this['_executeRemoteChangeset'](_0x61947f),_0x2fca09[0x0][_0x40c405(0x2f7)]=this[_0x40c405(0x37e)](),this[_0x40c405(0x22d)](),this[_0x40c405(0x519)]['createInstance'](_0x82f23c,this['unitID'],this[_0x40c405(0x29f)],_0x2fca09[0x0],_0x11213f,this[_0x40c405(0x377)],void 0x0);}throw _0x2bebe2['error'];}throw _0x29edf7[_0x40c405(0x282)];}catch(_0x5a73fd){return this['_logService'][_0x40c405(0x282)](_0x5a73fd),this[_0x40c405(0x449)](!0x1);}}[_0x239292(0x220)](_0x419b98){const _0x34f750=_0x239292;this[_0x34f750(0x22d)]();let _0x59d5c1=this[_0x34f750(0x37e)]();if(_0x419b98[_0x34f750(0x260)]<=_0x59d5c1)return this;if(this['_checkMissing'](_0x419b98))return this[_0x34f750(0x519)][_0x34f750(0x256)](_0x41cb05,this['unitID'],this[_0x34f750(0x29f)],this[_0x34f750(0x32b)],this[_0x34f750(0x514)],_0x419b98[_0x34f750(0x260)],[],this[_0x34f750(0x377)]);this['_incrementRevisionNumber']();let _0x2ad647=this[_0x34f750(0x519)][_0x34f750(0x256)](_0x59fb30,this[_0x34f750(0x262)],this[_0x34f750(0x29f)],this[_0x34f750(0x514)],this['_handler']);return _0x2ad647['_schedule'](),_0x2ad647[_0x34f750(0x252)](),_0x2ad647;}['onRemoteRej'](_0x474bed){const _0x54c732=_0x239292;return this[_0x54c732(0x449)](!!(_0x474bed!=null&&_0x474bed[_0x54c732(0x2d5)]));}[_0x239292(0x20d)](_0x3cfaa9){const _0x4a0ec9=_0x239292;return this['_maxTotalRetryTimeout']>_0x29635a?this['toggleOffline']():(this[_0x4a0ec9(0x24e)]=_0xa4050(this[_0x4a0ec9(0x25d)],{'timeout':this['_resendTimeout'],'reqId':_0x3cfaa9[_0x4a0ec9(0x424)]}),this['_sender']=this[_0x4a0ec9(0x24e)][_0x4a0ec9(0x37a)](({reqId:_0x429c51,timeout:_0x3699b9})=>{this['_resendWithTimeout'](_0x429c51,_0x3699b9);}),this);}[_0x239292(0x3bf)](){const _0x2f5f9f=_0x239292;return this[_0x2f5f9f(0x22d)](),this[_0x2f5f9f(0x519)][_0x2f5f9f(0x256)](_0x561132,this[_0x2f5f9f(0x262)],this['type'],this['_awaitingChangeset'],this['_pendingMutations'],this[_0x2f5f9f(0x377)]);}[_0x239292(0x1fa)](){return this;}['resend'](){const _0x540a0e=_0x239292;this[_0x540a0e(0x377)][_0x540a0e(0x3c0)](this[_0x540a0e(0x32b)]);}[_0x239292(0x449)](_0x4c70f1){const _0x5df12b=_0x239292;return this[_0x5df12b(0x22d)](),this[_0x5df12b(0x519)][_0x5df12b(0x256)](_0x583366,this['unitID'],this['type'],null,this[_0x5df12b(0x514)],this[_0x5df12b(0x377)],_0x4c70f1);}[_0x239292(0x1d2)](_0x18fec8,_0x2b2319){const _0x21b275=_0x239292;var _0x2b1571;_0x18fec8===((_0x2b1571=this[_0x21b275(0x32b)])==null?void 0x0:_0x2b1571[_0x21b275(0x424)])&&(this[_0x21b275(0x411)](),this[_0x21b275(0x25d)]=_0x2b2319===0x0?0x3e8:Math[_0x21b275(0x2b9)](_0x2b2319*0x2,_0x339aec),this[_0x21b275(0x46b)]+=this['_resendTimeout']);}[_0x239292(0x22d)](){const _0xec0702=_0x239292;var _0x35295e;(_0x35295e=this[_0xec0702(0x4ef)])==null||_0x35295e['unsubscribe'](),this[_0xec0702(0x25d)]=0x0,this['_maxTotalRetryTimeout']=0x0;}};_0x1aaec5=_0x82f23c=_0x157b59([_0x202927(0x6,(0x0,_0x373403['Inject'])(_0x373403['Injector'])),_0x202927(0x7,(0x0,_0x373403['Inject'])(_0x48ee3a[_0x239292(0x499)])),_0x202927(0x8,_0x373403['ICommandService']),_0x202927(0x9,_0x373403['ILogService']),_0x202927(0xa,_0x48ee3a[_0x239292(0x315)]),_0x202927(0xb,_0x373403['IUndoRedoService']),_0x202927(0xc,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x1aaec5);let _0x583366=class extends _0x3ce48f{constructor(_0x47ae06,_0x1db02d,_0x2acf66,_0x54ada8,_0x79f9cb,_0x4d99a7=!0x1,_0x2d2793,_0x4ac623,_0x4c897e,_0x4eb675,_0x18c8ca,_0x3d0e0e,_0x6cd980){const _0x2eedb3=_0x239292;super(_0x47ae06,_0x1db02d,_0x2acf66,_0x54ada8,_0x79f9cb,_0x4ac623,_0x4c897e,_0x4eb675,_0x6cd980),this['_isPermissionRej']=_0x4d99a7,this[_0x2eedb3(0x48d)]=_0x2d2793,this[_0x2eedb3(0x36e)]=_0x18c8ca,this[_0x2eedb3(0x512)]=_0x3d0e0e,this['localCacheService']=_0x6cd980,_0x261440(this,'status',_0x2eedb3(0x441)),this[_0x2eedb3(0x50c)](),this[_0x2eedb3(0x44a)](),this[_0x2eedb3(0x27f)]();}[_0x239292(0x353)](){return this;}[_0x239292(0x2f4)](){return this;}[_0x239292(0x220)](){return this;}[_0x239292(0x26c)](){return this;}[_0x239292(0x20d)](){return this;}['toggleOffline'](){return this;}[_0x239292(0x1fa)](){return this;}[_0x239292(0x411)](){const _0x127b69=_0x239292;throw Error(_0x127b69(0x2ce));}[_0x239292(0x44a)](){const _0x5a2028=_0x239292;var _0x59cc56,_0x89500d,_0x2fa287;(_0x59cc56=this[_0x5a2028(0x4e1)])==null||(_0x89500d=_0x59cc56[_0x5a2028(0x35d)])==null||(_0x89500d=_0x89500d['call'](_0x59cc56,this[_0x5a2028(0x262)],_0x5a2028(0x441)))==null||_0x89500d[_0x5a2028(0x2a9)](()=>void 0x0),(_0x2fa287=this[_0x5a2028(0x4e1)])==null||_0x2fa287[_0x5a2028(0x451)](this['unitID'],this[_0x5a2028(0x29f)],null,[]);}[_0x239292(0x50c)](){const _0x49ad4c=_0x239292;this[_0x49ad4c(0x4d7)]?this[_0x49ad4c(0x512)]['emitEvent']({'id':_0x49ad4c(0x3d2)}):this[_0x49ad4c(0x512)][_0x49ad4c(0x46d)]({'id':_0x49ad4c(0x204)});}[_0x239292(0x27f)](){const _0xeaba2d=_0x239292;this[_0xeaba2d(0x48d)]['updatePermissionPoint'](new _0x2c7bf6['WorkbookEditablePermission'](this[_0xeaba2d(0x262)])['id'],!0x1);}};_0x583366=_0x157b59([_0x202927(0x6,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x4ec)])),_0x202927(0x7,_0x373403[_0x239292(0x26b)]),_0x202927(0x8,_0x373403[_0x239292(0x251)]),_0x202927(0x9,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a['RevisionService'])),_0x202927(0xa,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x314)])),_0x202927(0xb,(0x0,_0x373403[_0x239292(0x4c7)])(_0x2def2b)),_0x202927(0xc,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x583366);let _0x561132=class extends _0x3ce48f{constructor(_0x49f0ee,_0x5b48fe,_0x50e10f,_0x567db6,_0x1f8ab8,_0x1800ac,_0x9249e7,_0x47b985,_0x2b50d3,_0x3df3de){const _0x34466e=_0x239292;super(_0x49f0ee,_0x5b48fe,_0x50e10f,_0x567db6,_0x1f8ab8,_0x47b985,_0x2b50d3,_0x9249e7,_0x3df3de),this['_injector']=_0x1800ac,_0x261440(this,_0x34466e(0x3fd),_0x34466e(0x389));}['appendMutation'](_0x3bb802){const _0x16ac70=_0x239292;return this[_0x16ac70(0x514)][_0x16ac70(0x2d6)](_0x3bb802),this['_updateLocalCache'](),this;}[_0x239292(0x2f4)](_0xe9dea5){const _0x94c5b3=_0x239292;throw Error(_0x94c5b3(0x2a3));}[_0x239292(0x220)](){throw Error('[OfflineState]:\x20received\x20acknowledgement.');}[_0x239292(0x26c)](){const _0x161b34=_0x239292;throw Error(_0x161b34(0x2fd));}[_0x239292(0x20d)](){return this;}[_0x239292(0x3bf)](){return this;}[_0x239292(0x1fa)](){const _0x1e8b07=_0x239292;let {_injector:_0x6f5165,_pendingMutations:_0x35ac72,_awaitingChangeset:_0x276666,unitID:_0x4b3ee0,_handler:_0x3434ff,type:_0x290c25}=this,_0x4c5d4f=_0x5534fe(_0x6f5165,_0x4b3ee0,_0x290c25,_0x276666,_0x35ac72,_0x3434ff);return _0x4c5d4f instanceof _0x59fb30?_0x4c5d4f[_0x1e8b07(0x4ce)]():(_0x4c5d4f instanceof _0x1aaec5||_0x4c5d4f instanceof _0x5b101e)&&_0x4c5d4f[_0x1e8b07(0x411)](),_0x4c5d4f;}[_0x239292(0x411)](){throw Error('[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.');}};_0x561132=_0x157b59([_0x202927(0x5,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x6,(0x0,_0x373403['Inject'])(_0x48ee3a[_0x239292(0x499)])),_0x202927(0x7,_0x373403['ICommandService']),_0x202927(0x8,_0x373403[_0x239292(0x251)]),_0x202927(0x9,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x561132);let _0x41cb05=class extends _0x3ce48f{constructor(_0x28d4d9,_0x57a659,_0x154bfa,_0x4c224a,_0x41d14e,_0x39e395,_0x1cf7aa,_0x4a1576,_0x2cc187,_0x5824ce,_0x3d5c8d,_0x5e0757,_0x46cfed,_0x216af0){const _0x142451=_0x239292;super(_0x28d4d9,_0x57a659,_0x154bfa,_0x4c224a,_0x1cf7aa,_0x3d5c8d,_0x5e0757,_0x2cc187,_0x216af0),this['_acknowledgedAwaitingRevision']=_0x41d14e,this['_queuedRemoteChangesets']=_0x39e395,this[_0x142451(0x519)]=_0x4a1576,this['_logService']=_0x5824ce,this['_transformService']=_0x46cfed,this[_0x142451(0x335)]=_0x216af0,_0x261440(this,_0x142451(0x3fd),_0x142451(0x207));}[_0x239292(0x1e7)](_0x31719e){const _0x402746=_0x239292;try{if(this[_0x402746(0x3ec)](_0x31719e)['missingChangesets'])throw Error('[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.');if(this[_0x402746(0x3ec)]([...this['_queuedRemoteChangesets']][_0x402746(0x2f5)]((_0x324aea,_0x3e17b5)=>_0x324aea[_0x402746(0x260)]-_0x3e17b5[_0x402746(0x260)]))['missingChangesets'])return this['_queuedRemoteChangesets']=[],this[_0x402746(0x252)](),this['_handler']['onMissingChangesets']({'from':this[_0x402746(0x37e)](),'to':0x0}),this;let _0x140b40=this[_0x402746(0x32b)],_0x3606a8=this[_0x402746(0x514)],_0x554870;if(_0x140b40&&_0x3606a8[_0x402746(0x25c)]!==0x0)_0x554870=this[_0x402746(0x519)][_0x402746(0x256)](_0x1aaec5,this[_0x402746(0x262)],this[_0x402746(0x29f)],_0x140b40,_0x3606a8,this[_0x402746(0x377)],void 0x0);else{if(_0x140b40&&_0x3606a8[_0x402746(0x25c)]===0x0)_0x140b40[_0x402746(0x2f7)]=this[_0x402746(0x37e)](),_0x554870=this[_0x402746(0x519)][_0x402746(0x256)](_0x5b101e,this['unitID'],this[_0x402746(0x29f)],_0x140b40,this[_0x402746(0x377)]);else{if(_0x3606a8[_0x402746(0x25c)]!==0x0){let _0x43e268=this[_0x402746(0x519)][_0x402746(0x256)](_0x59fb30,this[_0x402746(0x262)],this[_0x402746(0x29f)],_0x3606a8,this[_0x402746(0x377)]);_0x43e268[_0x402746(0x4ce)](),_0x554870=_0x43e268;}else _0x554870=this[_0x402746(0x519)][_0x402746(0x256)](_0x2d2058,this['unitID'],this[_0x402746(0x29f)],this[_0x402746(0x377)]);}}return _0x554870[_0x402746(0x252)](),_0x554870;}catch(_0x33b8f7){return this['_logService']['error']('[FetchMissState]',_0x402746(0x423),_0x33b8f7),this[_0x402746(0x519)]['createInstance'](_0x583366,this['unitID'],this[_0x402746(0x29f)],this[_0x402746(0x32b)],this[_0x402746(0x514)],this['_handler'],!0x1);}}['_handleRemoteChangesets'](_0x3b6838){const _0x5ac9be=_0x239292;this[_0x5ac9be(0x1d6)]();for(let _0x593d05=0x0;_0x593d05<_0x3b6838[_0x5ac9be(0x25c)];_0x593d05++){let _0x2468bf=_0x3b6838[_0x593d05],_0x53b676=this[_0x5ac9be(0x37e)]();if(!(_0x2468bf[_0x5ac9be(0x260)]<=_0x53b676)){if(_0x2468bf[_0x5ac9be(0x260)]>_0x53b676+0x1)return{'missingChangesets':!0x0};if(this[_0x5ac9be(0x3ca)](_0x2468bf)){this[_0x5ac9be(0x42b)]();continue;}this[_0x5ac9be(0x3fc)](_0x2468bf),this[_0x5ac9be(0x1d6)]();}}return{'missingChangesets':!0x1};}[_0x239292(0x3fc)](_0x1af96a){const _0x8828d3=_0x239292;let _0x5d72ca=_0x1af96a,_0x30fd40=this[_0x8828d3(0x32b)];if(_0x30fd40){let _0x23ec82=this[_0x8828d3(0x243)][_0x8828d3(0x39e)]([_0x1af96a],[_0x30fd40],!0x1);if(!(0x0,_0x48ee3a['isTransformChangesetsSuccess'])(_0x23ec82))throw _0x23ec82[_0x8828d3(0x282)];_0x5d72ca=_0x23ec82['c1Prime'][0x0],_0x30fd40=_0x23ec82[_0x8828d3(0x4a7)][0x0];}let _0x4a7f6b=this[_0x8828d3(0x514)];if(_0x4a7f6b[_0x8828d3(0x25c)]){let _0x5cf934=this['_transformService'][_0x8828d3(0x38a)](_0x5d72ca,_0x4a7f6b);if(!(0x0,_0x48ee3a[_0x8828d3(0x36a)])(_0x5cf934))throw _0x5cf934[_0x8828d3(0x282)];_0x5d72ca=_0x5cf934[_0x8828d3(0x4da)],_0x4a7f6b=_0x5cf934['m2Prime'];}this[_0x8828d3(0x1d5)](_0x5d72ca),_0x30fd40&&(_0x30fd40[_0x8828d3(0x2f7)]=this[_0x8828d3(0x37e)]()),this['_awaitingChangeset']=_0x30fd40,this[_0x8828d3(0x514)]=_0x4a7f6b;}[_0x239292(0x1d6)](){const _0x4f0e0a=_0x239292;if(!this[_0x4f0e0a(0x32b)]||this[_0x4f0e0a(0x4ee)]==null)return;let _0xbaf762=this['_getCurrentRevision']();if(this[_0x4f0e0a(0x4ee)]<=_0xbaf762)throw Error(_0x4f0e0a(0x283)+this[_0x4f0e0a(0x4ee)]+'.');this['_acknowledgedAwaitingRevision']===_0xbaf762+0x1&&this[_0x4f0e0a(0x42b)]();}[_0x239292(0x42b)](){const _0x3d37b3=_0x239292;this[_0x3d37b3(0x319)](),this[_0x3d37b3(0x32b)]=null,this[_0x3d37b3(0x4ee)]=null;}[_0x239292(0x3ca)](_0x1a8039){const _0x407e2b=_0x239292;let _0x3b0f1c=this[_0x407e2b(0x32b)];return!_0x3b0f1c||!_0x3b0f1c[_0x407e2b(0x381)]||_0x3b0f1c[_0x407e2b(0x424)]===null||_0x3b0f1c[_0x407e2b(0x424)]===void 0x0?!0x1:_0x1a8039['unitID']===_0x3b0f1c['unitID']&&_0x1a8039[_0x407e2b(0x381)]===_0x3b0f1c[_0x407e2b(0x381)]&&_0x1a8039[_0x407e2b(0x424)]===_0x3b0f1c[_0x407e2b(0x424)];}['resend'](){const _0x3be4e4=_0x239292;throw Error(_0x3be4e4(0x3f1));}['appendMutation'](_0x51d3b8){return this['_pendingMutations']['push'](_0x51d3b8),this;}[_0x239292(0x2f4)](_0xc8b93a){const _0xa6db7c=_0x239292;return this[_0xa6db7c(0x4b6)][_0xa6db7c(0x2d6)](_0xc8b93a),this;}[_0x239292(0x220)](_0x1c271c){const _0x4de719=_0x239292;if(this[_0x4de719(0x32b)]){let _0x2f310b=this[_0x4de719(0x37e)]();return _0x1c271c[_0x4de719(0x260)]<=_0x2f310b||(_0x2f310b+0x1===_0x1c271c[_0x4de719(0x260)]?(this[_0x4de719(0x319)](),this[_0x4de719(0x32b)]=null,this[_0x4de719(0x4ee)]=null):this[_0x4de719(0x4ee)]=_0x1c271c['revision']),this;}if(_0x1c271c[_0x4de719(0x260)]<=this[_0x4de719(0x37e)]())return this;throw Error(_0x4de719(0x3ce));}[_0x239292(0x26c)](_0x526a06){const _0x21b257=_0x239292;return this[_0x21b257(0x449)](!!(_0x526a06!=null&&_0x526a06['isPermissionRej']));}[_0x239292(0x20d)](){return this;}[_0x239292(0x3bf)](){const _0x594681=_0x239292;return this[_0x594681(0x519)]['createInstance'](_0x561132,this[_0x594681(0x262)],this['type'],this['_awaitingChangeset'],this[_0x594681(0x514)],this[_0x594681(0x377)]);}[_0x239292(0x1fa)](){return this;}[_0x239292(0x449)](_0x5ed01f){const _0x52850f=_0x239292;return this['_injector'][_0x52850f(0x256)](_0x583366,this[_0x52850f(0x262)],this['type'],this[_0x52850f(0x32b)],this['_pendingMutations'],this['_handler'],_0x5ed01f);}};_0x41cb05=_0x157b59([_0x202927(0x7,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403['Injector'])),_0x202927(0x8,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a[_0x239292(0x499)])),_0x202927(0x9,_0x373403[_0x239292(0x2a1)]),_0x202927(0xa,_0x373403[_0x239292(0x26b)]),_0x202927(0xb,_0x373403[_0x239292(0x251)]),_0x202927(0xc,_0x48ee3a[_0x239292(0x315)]),_0x202927(0xd,(0x0,_0x373403['Optional'])(_0x32ba82))],_0x41cb05);function _0x5534fe(_0x4d4d49,_0x2d2975,_0x1235ee,_0x15a097,_0x5af869,_0x11d8c2){const _0x2321d5=_0x239292;return _0x15a097&&_0x5af869[_0x2321d5(0x25c)]?_0x4d4d49[_0x2321d5(0x256)](_0x1aaec5,_0x2d2975,_0x1235ee,_0x15a097,_0x5af869,_0x11d8c2,void 0x0):_0x15a097?_0x4d4d49['createInstance'](_0x5b101e,_0x2d2975,_0x1235ee,_0x15a097,_0x11d8c2):_0x5af869[_0x2321d5(0x25c)]?_0x4d4d49['createInstance'](_0x59fb30,_0x2d2975,_0x1235ee,_0x5af869,_0x11d8c2):_0x4d4d49['createInstance'](_0x2d2058,_0x2d2975,_0x1235ee,_0x11d8c2);}let _0x17615d=class extends _0x373403[_0x239292(0x3cd)]{get['state'](){const _0xcfaf4a=_0x239292;return this[_0xcfaf4a(0x435)];}constructor(_0x58a2fd,_0x206fb5,_0xe639e4,_0xe2c234,_0x9ef47d,_0x10f0bb,_0x11583a,_0x76e50e,_0x51401d,_0x2ec169,_0x3032dc,_0x2d04ac,_0x47b2b7,_0x5973fb){const _0x96a9b0=_0x239292;super(),this[_0x96a9b0(0x262)]=_0x58a2fd,this[_0x96a9b0(0x49f)]=_0x206fb5,this[_0x96a9b0(0x2ff)]=_0xe639e4,this['_injector']=_0xe2c234,this[_0x96a9b0(0x2e6)]=_0x9ef47d,this[_0x96a9b0(0x36e)]=_0x10f0bb,this['_revisionService']=_0x11583a,this[_0x96a9b0(0x332)]=_0x76e50e,this[_0x96a9b0(0x3a7)]=_0x51401d,this[_0x96a9b0(0x41e)]=_0x2ec169,this['_commandService']=_0x3032dc,this[_0x96a9b0(0x48d)]=_0x2d04ac,this[_0x96a9b0(0x43e)]=_0x47b2b7,this[_0x96a9b0(0x4e1)]=_0x5973fb,_0x261440(this,'_state$',new _0xad45f2[(_0x96a9b0(0x305))](null)),_0x261440(this,_0x96a9b0(0x293),this[_0x96a9b0(0x26d)][_0x96a9b0(0x3a2)]()),_0x261440(this,_0x96a9b0(0x435),void 0x0),_0x261440(this,_0x96a9b0(0x3da),!0x1),_0x261440(this,_0x96a9b0(0x492),''),_0x261440(this,_0x96a9b0(0x2c8),0x0),_0x261440(this,_0x96a9b0(0x2aa),this[_0x96a9b0(0x293)][_0x96a9b0(0x292)]((0x0,_0xad45f2[_0x96a9b0(0x2c3)])(_0x37d40f=>_0x37d40f?_0x37d40f[_0x96a9b0(0x3fd)]:'offline'),(0x0,_0xad45f2['shareReplay'])({'bufferSize':0x1,'refCount':!0x0}))),_0x261440(this,'_transitionLocked',!0x1),_0x261440(this,_0x96a9b0(0x392),[]);}async['init'](){const _0x515658=_0x239292;if(this[_0x515658(0x2c2)])throw Error(_0x515658(0x203));await this[_0x515658(0x331)]();}[_0x239292(0x313)](){const _0x27327f=_0x239292;return this[_0x27327f(0x3da)]=!0x0,(0x0,_0x373403[_0x27327f(0x4c1)])(()=>{const _0x4a8e52=_0x27327f;this[_0x4a8e52(0x3da)]=!0x1,this['_exhaustRemoteChangesetQueue']();});}[_0x239292(0x3c7)](_0x45d696){const _0x5ca161=_0x239292;this[_0x5ca161(0x1e8)](_0x45d696);}[_0x239292(0x42a)](_0x18aeff){const _0x5adf75=_0x239292;this[_0x5adf75(0x435)]=_0x18aeff,this[_0x5adf75(0x26d)][_0x5adf75(0x34a)](_0x18aeff);}async[_0x239292(0x331)](){const _0x2a58fb=_0x239292;if(this[_0x2a58fb(0x42a)](await this['_createInitialState']()),this[_0x2a58fb(0x43e)]){var _0x4053cc;(_0x4053cc=this['_singleActiveUnitService'])==null||_0x4053cc['editingUnit'](this[_0x2a58fb(0x262)]),this[_0x2a58fb(0x1ec)](this['_singleActiveUnitService']['getUnitStatus$'](this['unitID'])[_0x2a58fb(0x37a)](_0x1d3817=>{const _0x528fee=_0x2a58fb;this[_0x528fee(0x41e)][_0x528fee(0x4f7)](_0x528fee(0x4ae),'editing\x20status\x20changed\x20to',_0x1d3817),_0x1d3817===0x1?(this[_0x528fee(0x332)]['emitEvent']({'id':_0x528fee(0x360)}),this['_permissionService'][_0x528fee(0x4f0)](new _0x2c7bf6[(_0x528fee(0x1e5))](this[_0x528fee(0x262)])['id'],!0x1),this['_permissionService'][_0x528fee(0x409)](!0x1)):(this[_0x528fee(0x48d)]['updatePermissionPoint'](new _0x2c7bf6['WorkbookEditablePermission'](this[_0x528fee(0x262)])['id'],!0x0),this[_0x528fee(0x48d)][_0x528fee(0x409)](!0x0));}));}let _0x129520=!0x1;return this[_0x2a58fb(0x1ec)](this['session'][_0x2a58fb(0x45e)]['subscribe'](_0x631b8d=>{const _0x3eb611=_0x2a58fb;_0x631b8d===0x3?this[_0x3eb611(0x225)](_0x129520):_0x631b8d===0x2&&(_0x129520=!0x0,this[_0x3eb611(0x50f)]());})),this['disposeWithMe'](this[_0x2a58fb(0x49f)][_0x2a58fb(0x2dd)][_0x2a58fb(0x37a)](_0x32b467=>{const _0x421f16=_0x2a58fb;try{switch(_0x32b467[_0x421f16(0x4ac)]){case _0x48ee3a[_0x421f16(0x43c)]['NEW_CHANGESETS']:this[_0x421f16(0x215)]((0x0,_0x48ee3a[_0x421f16(0x4d9)])(_0x32b467[_0x421f16(0x222)]));break;case _0x48ee3a[_0x421f16(0x43c)]['CHANGESET_ACK']:this[_0x421f16(0x216)](_0x32b467[_0x421f16(0x222)]);break;case _0x48ee3a[_0x421f16(0x43c)][_0x421f16(0x407)]:this[_0x421f16(0x4a9)]();break;case _0x48ee3a[_0x421f16(0x43c)][_0x421f16(0x206)]:this[_0x421f16(0x3ab)](_0x32b467[_0x421f16(0x222)]);break;case _0x48ee3a['CollaborationEvent'][_0x421f16(0x393)]:this['_onFetchMissResult'](_0x32b467[_0x421f16(0x222)]['changesets'][_0x421f16(0x2c3)](_0x5b5eda=>(0x0,_0x48ee3a[_0x421f16(0x4d9)])(_0x5b5eda)));break;case _0x48ee3a['CollaborationEvent']['PERMISSION_REJ']:this[_0x421f16(0x4a9)]({'isPermissionRej':!0x0});break;case _0x48ee3a[_0x421f16(0x43c)]['UNISCRIPT_RUN']:break;}}catch(_0x20dbb4){throw console[_0x421f16(0x282)]('Error\x20on\x20receiving\x20event',_0x20dbb4),_0x20dbb4;}})),this[_0x2a58fb(0x435)];}[_0x239292(0x425)](){const _0x1e6d58=_0x239292;this[_0x1e6d58(0x44c)]=!0x1;}[_0x239292(0x22a)](){const _0x4e6492=_0x239292;if(this[_0x4e6492(0x44c)])throw Error(_0x4e6492(0x2fe));this[_0x4e6492(0x44c)]=!0x0;}[_0x239292(0x1e8)](_0x3eb5b7){const _0x1a28a4=_0x239292;this[_0x1a28a4(0x22a)](),this[_0x1a28a4(0x42a)](this[_0x1a28a4(0x435)]['appendMutation'](_0x3eb5b7)),this['_unlockTransition']();}[_0x239292(0x215)](_0x38947b){const _0x13d8bd=_0x239292;if(!(_0x38947b[_0x13d8bd(0x260)]<=this[_0x13d8bd(0x31c)]['getCurrentRevOfUnit'](this['unitID']))){if(this[_0x13d8bd(0x3da)]){this[_0x13d8bd(0x392)][_0x13d8bd(0x2d6)](_0x38947b);return;}this[_0x13d8bd(0x4fb)](_0x38947b);}}[_0x239292(0x4ad)](){const _0x521745=_0x239292;this[_0x521745(0x392)][_0x521745(0x1e2)](_0x2be90c=>this[_0x521745(0x4fb)](_0x2be90c)),this[_0x521745(0x392)]=[];}[_0x239292(0x4fb)](_0x451c4d){const _0x2df2e3=_0x239292;let _0x2450f9=this[_0x2df2e3(0x2e6)][_0x2df2e3(0x4b7)][_0x2df2e3(0x397)](this[_0x2df2e3(0x2e6)][_0x2df2e3(0x4b7)][_0x2df2e3(0x2b6)]()[_0x2df2e3(0x4f8)])(_0x451c4d[_0x2df2e3(0x477)],null)||_0x451c4d[_0x2df2e3(0x477)],_0x1cc17d={..._0x451c4d,'mutations':_0x2450f9};this[_0x2df2e3(0x22a)](),this[_0x2df2e3(0x42a)](this[_0x2df2e3(0x435)][_0x2df2e3(0x2f4)](_0x1cc17d)),this['_unlockTransition']();}[_0x239292(0x216)](_0x367b1f){const _0x140719=_0x239292;this[_0x140719(0x22a)](),this[_0x140719(0x42a)](this[_0x140719(0x435)][_0x140719(0x220)](_0x367b1f)),this[_0x140719(0x425)]();}[_0x239292(0x4a9)](_0x366703){const _0x3263f1=_0x239292;this[_0x3263f1(0x22a)](),this[_0x3263f1(0x42a)](this[_0x3263f1(0x435)][_0x3263f1(0x26c)](_0x366703)),this[_0x3263f1(0x425)]();}[_0x239292(0x3ab)](_0x1d5193){const _0x12bf14=_0x239292;this['_lockTransition'](),this[_0x12bf14(0x42a)](this[_0x12bf14(0x435)]['onRemoteRetry'](_0x1d5193)),this[_0x12bf14(0x425)]();}[_0x239292(0x39c)](_0x2e4529){const _0x50ad61=_0x239292;if(!(this[_0x50ad61(0x435)]instanceof _0x41cb05))throw TypeError(_0x50ad61(0x448));let _0x2bede6=_0x2e4529[_0x50ad61(0x2c3)](_0x4dbac4=>{const _0x577063=_0x50ad61;let _0x104d09=this['_compressMutationService'][_0x577063(0x4b7)][_0x577063(0x397)](this[_0x577063(0x2e6)][_0x577063(0x4b7)][_0x577063(0x2b6)]()[_0x577063(0x4f8)])(_0x4dbac4[_0x577063(0x477)],null)||_0x4dbac4['mutations'];return{..._0x4dbac4,'mutations':_0x104d09};});this[_0x50ad61(0x22a)](),this[_0x50ad61(0x42a)](this[_0x50ad61(0x435)][_0x50ad61(0x1e7)](_0x2bede6)),this[_0x50ad61(0x425)]();}['_toggleOffline'](){const _0x3b9a7a=_0x239292;this[_0x3b9a7a(0x22a)](),this[_0x3b9a7a(0x42a)](this[_0x3b9a7a(0x435)][_0x3b9a7a(0x3bf)]()),this[_0x3b9a7a(0x425)]();}[_0x239292(0x225)](_0x200d2c=!0x1){const _0x5c56c2=_0x239292;this[_0x5c56c2(0x22a)](),this['_updateState'](this[_0x5c56c2(0x435)][_0x5c56c2(0x1fa)]()),this['_unlockTransition']();let _0x44b6eb=this[_0x5c56c2(0x435)];_0x200d2c&&_0x44b6eb instanceof _0x2d2058&&(this[_0x5c56c2(0x22a)](),this['_updateState'](_0x44b6eb[_0x5c56c2(0x47b)]()),this[_0x5c56c2(0x425)]());}async[_0x239292(0x21f)](){return new Promise(_0x111e78=>{const _0x2700aa=_0xe127;this['session'][_0x2700aa(0x45e)][_0x2700aa(0x292)]((0x0,_0xad45f2['take'])(0x1))[_0x2700aa(0x37a)](async _0x4f0f5d=>{const _0x4b5196=_0x2700aa;_0x111e78(await this[_0x4b5196(0x3b2)](_0x4f0f5d===0x3));});});}[_0x239292(0x374)](){const _0x45bf85=_0x239292;let _0x39a3fb=this[_0x45bf85(0x262)];return{'onStateChange':(_0x3e5499,_0x368e9f)=>{const _0x5e686e=_0x45bf85;if(_0x3e5499!==this[_0x5e686e(0x435)])throw Error(_0x5e686e(0x233)+_0x3e5499[_0x5e686e(0x3fd)]+'\x0aAfter:\x20'+_0x368e9f['status']+_0x5e686e(0x34b)+this['_state'][_0x5e686e(0x3fd)]);this['_updateState'](_0x368e9f);},'onSendChangeset':_0x50ecee=>{const _0x186db7=_0x45bf85;_0x50ecee['sid']||(_0x50ecee[_0x186db7(0x381)]=this['_changesetSessionId'],_0x50ecee[_0x186db7(0x424)]=++this['_changesetReqId']);let _0x108264={'eventID':_0x48ee3a[_0x186db7(0x43c)]['SUBMIT_CHANGESET'],'data':{'unitID':_0x50ecee[_0x186db7(0x262)],'unitType':this[_0x186db7(0x2ff)],'changeset':_0x50ecee,'memberID':this[_0x186db7(0x49f)][_0x186db7(0x21d)]()}};this[_0x186db7(0x49f)]['send'](_0x108264,this[_0x186db7(0x262)]);},'onMissingChangesets':({from:_0x4cfe9a,to:_0x2ecfa})=>{const _0x4a7cde=_0x45bf85;this[_0x4a7cde(0x41e)][_0x4a7cde(0x4f7)]('[CollaborationEntity]','fetching\x20missing\x20changesets\x20from\x20'+_0x4cfe9a+_0x4a7cde(0x326)+_0x2ecfa);let _0x3c232d={'eventID':_0x48ee3a['CollaborationEvent']['FETCH_MISSING'],'data':{'unitID':_0x39a3fb,'unitType':this[_0x4a7cde(0x2ff)],'from':_0x4cfe9a,'to':_0x2ecfa}};this[_0x4a7cde(0x49f)][_0x4a7cde(0x44b)](_0x3c232d,this[_0x4a7cde(0x262)]);}};}async['_createInitialStateImpl'](_0x925478){const _0x43594d=_0x239292;var _0x435da5,_0x44c1b8,_0x1e9b52;let _0x5dc5a2=await((_0x435da5=this[_0x43594d(0x4e1)])==null?void 0x0:_0x435da5[_0x43594d(0x404)](this[_0x43594d(0x262)])),_0x1dc12a=(_0x44c1b8=_0x5dc5a2==null?void 0x0:_0x5dc5a2[_0x43594d(0x477)])==null?[]:_0x44c1b8,_0x190041=(_0x1e9b52=_0x5dc5a2==null?void 0x0:_0x5dc5a2[_0x43594d(0x2cd)])==null?null:_0x1e9b52,_0x109f8f=!!(_0x190041!=null&&_0x190041[_0x43594d(0x381)])&&!!(_0x190041!=null&&_0x190041['reqId']);this[_0x43594d(0x492)]=_0x109f8f?_0x190041[_0x43594d(0x381)]:(0x0,_0x48ee3a[_0x43594d(0x40a)])(),this[_0x43594d(0x2c8)]=_0x109f8f?_0x190041[_0x43594d(0x424)]:0x0;let _0x153945=this[_0x43594d(0x262)];try{this[_0x43594d(0x370)](_0x190041,_0x1dc12a);}catch(_0x5574eb){this[_0x43594d(0x41e)][_0x43594d(0x282)](_0x5574eb);}let _0x5983c2=this[_0x43594d(0x374)]();if(_0x925478){let _0x57cd8b=_0x5534fe(this[_0x43594d(0x519)],_0x153945,this[_0x43594d(0x2ff)],_0x190041,_0x1dc12a,_0x5983c2);return _0x57cd8b instanceof _0x59fb30?_0x57cd8b[_0x43594d(0x4ce)]():(_0x57cd8b instanceof _0x1aaec5||_0x57cd8b instanceof _0x5b101e)&&_0x57cd8b[_0x43594d(0x411)](),_0x57cd8b;}return this[_0x43594d(0x519)][_0x43594d(0x256)](_0x561132,_0x153945,this[_0x43594d(0x2ff)],_0x190041,_0x1dc12a,_0x5983c2);}[_0x239292(0x370)](_0x1903ff,_0x388d53){const _0xe5db40=_0x239292;var _0x3b1707,_0x64b22b;let _0x3d2d3f=this[_0xe5db40(0x2e6)][_0xe5db40(0x4b7)][_0xe5db40(0x397)](this[_0xe5db40(0x2e6)]['interceptor'][_0xe5db40(0x2b6)]()[_0xe5db40(0x4f8)]);(_0x3b1707=_0x3d2d3f((_0x1903ff==null?void 0x0:_0x1903ff['mutations'])||[],null))==null||_0x3b1707[_0xe5db40(0x1e2)](_0x2135cc=>this[_0xe5db40(0x351)]['executeCommand'](_0x2135cc['id'],_0x2135cc[_0xe5db40(0x2d1)])),(_0x64b22b=_0x3d2d3f(_0x388d53||[],null))==null||_0x64b22b['forEach'](_0x2e23f8=>this['_commandService'][_0xe5db40(0x47a)](_0x2e23f8['id'],_0x2e23f8['params']));}};_0x17615d=_0x157b59([_0x202927(0x3,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x4,(0x0,_0x373403['Inject'])(_0x48ee3a[_0x239292(0x3ad)])),_0x202927(0x5,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x314)])),_0x202927(0x6,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a['RevisionService'])),_0x202927(0x7,(0x0,_0x373403[_0x239292(0x4c7)])(_0x2def2b)),_0x202927(0x8,_0x373403[_0x239292(0x3d0)]),_0x202927(0x9,_0x373403['ILogService']),_0x202927(0xa,_0x373403[_0x239292(0x26b)]),_0x202927(0xb,_0x373403[_0x239292(0x4ec)]),_0x202927(0xc,(0x0,_0x373403[_0x239292(0x30b)])(_0x354942)),_0x202927(0xd,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x17615d);let _0x2044be=class extends _0x17615d{constructor(_0x1b50a2,_0x33798f,_0x547b27,_0x1011d1,_0x5b3bdd,_0x3dc35f,_0xf5e7cd,_0x30fda2,_0x3de376,_0x5c65e1,_0x3e4c11,_0x5e60ac,_0x44e692,_0xf24852,_0x34d17d){const _0x38e9a7=_0x239292;super(_0x1b50a2,_0x547b27,_0x33798f,_0x1011d1,_0x5b3bdd,_0x3dc35f,_0xf5e7cd,_0x30fda2,_0x3de376,_0x5c65e1,_0x3e4c11,_0x5e60ac,_0xf24852,_0x34d17d),this[_0x38e9a7(0x262)]=_0x1b50a2,this[_0x38e9a7(0x29f)]=_0x33798f,this[_0x38e9a7(0x2c7)]=_0x44e692,_0x261440(this,_0x38e9a7(0x4d6),null);}[_0x239292(0x3e9)](_0x149040){this['_handlerCallback']=_0x149040;}[_0x239292(0x328)](){const _0x4baca6=_0x239292;this[_0x4baca6(0x4d6)]=null,super[_0x4baca6(0x328)]();}[_0x239292(0x374)](){const _0x5d00e8=_0x239292;let _0x405a84=super[_0x5d00e8(0x374)]();return _0x405a84[_0x5d00e8(0x3e6)]=_0x300641=>{const _0x50d146=_0x5d00e8;var _0x149a82,_0x3ffb94;return(_0x149a82=this[_0x50d146(0x4d6)])==null||(_0x3ffb94=_0x149a82[_0x50d146(0x3e6)])==null?void 0x0:_0x3ffb94['call'](_0x149a82,_0x300641);},_0x405a84[_0x5d00e8(0x249)]=_0x4a1455=>{const _0x514b57=_0x5d00e8;var _0x42615a,_0x5cda64;return(_0x42615a=this['_handlerCallback'])==null||(_0x5cda64=_0x42615a[_0x514b57(0x249)])==null?void 0x0:_0x5cda64['call'](_0x42615a,_0x4a1455);},_0x405a84[_0x5d00e8(0x23f)]=_0x483529=>{const _0x3572ca=_0x5d00e8;var _0x2a606c,_0x307b15;return(_0x2a606c=this[_0x3572ca(0x4d6)])==null||(_0x307b15=_0x2a606c[_0x3572ca(0x23f)])==null?void 0x0:_0x307b15[_0x3572ca(0x515)](_0x2a606c,_0x483529);},_0x405a84['onSyncEditingCollabCursor']=_0x339af0=>{const _0x3c0f70=_0x5d00e8;var _0x4cee00,_0x31414f;return(_0x4cee00=this[_0x3c0f70(0x4d6)])==null||(_0x31414f=_0x4cee00[_0x3c0f70(0x40e)])==null?void 0x0:_0x31414f['call'](_0x4cee00,_0x339af0);},_0x405a84['onTransformRemoteChangesetByIMECache']=_0x3b2fb2=>{const _0x2b2791=_0x5d00e8;var _0x3c63a0,_0x2a92d4,_0x409800;return(_0x3c63a0=(_0x2a92d4=this[_0x2b2791(0x4d6)])==null||(_0x409800=_0x2a92d4['onTransformRemoteChangesetByIMECache'])==null?void 0x0:_0x409800[_0x2b2791(0x515)](_0x2a92d4,_0x3b2fb2))==null?_0x3b2fb2:_0x3c63a0;},_0x405a84[_0x5d00e8(0x37b)]=_0x2e32d8=>{const _0xd87b8f=_0x5d00e8;var _0x32f786,_0x406869,_0x754efe;return(_0x32f786=(_0x406869=this[_0xd87b8f(0x4d6)])==null||(_0x754efe=_0x406869[_0xd87b8f(0x37b)])==null?void 0x0:_0x754efe[_0xd87b8f(0x515)](_0x406869,_0x2e32d8))==null?_0x2e32d8:_0x32f786;},_0x405a84;}async['_init'](){const _0x3b7427=_0x239292;let _0x3991c4=await super[_0x3b7427(0x331)]();return this[_0x3b7427(0x1ec)](this[_0x3b7427(0x2c7)][_0x3b7427(0x4fd)]['subscribe'](_0x564838=>{const _0x240b39=_0x3b7427;if(_0x564838==null||_0x564838[_0x240b39(0x445)]!==this[_0x240b39(0x262)])return;let {commandId:_0x2dc2de,redoState:_0x34b945,unitId:_0x23addf}=_0x564838,_0xf32410={'id':_0x2dc2de,'type':_0x373403[_0x240b39(0x497)]['MUTATION'],'params':{'unitId':_0x23addf,'actions':_0x34b945['actions'],'textRanges':null}};this[_0x240b39(0x1e8)](_0xf32410);})),this[_0x3b7427(0x1ec)](this['_commandService'][_0x3b7427(0x1d1)]((_0x27e256,_0x122a95)=>{const _0x537a84=_0x3b7427;if(_0x27e256[_0x537a84(0x29f)]!==_0x373403[_0x537a84(0x497)][_0x537a84(0x522)]||_0x122a95!=null&&_0x122a95[_0x537a84(0x4e2)]||_0x122a95!=null&&_0x122a95[_0x537a84(0x45c)]||_0x27e256['id']===_0x18c1fc[_0x537a84(0x321)]['id'])return;let _0x4bd293=_0x27e256[_0x537a84(0x2d1)];if((_0x4bd293==null?void 0x0:_0x4bd293[_0x537a84(0x445)])!==this[_0x537a84(0x262)])return;let _0x470b11=_0x27e256,_0x1d9d52=this[_0x537a84(0x2e6)][_0x537a84(0x4b7)][_0x537a84(0x397)](this['_compressMutationService'][_0x537a84(0x4b7)][_0x537a84(0x2b6)]()['COMPRESS_MUTATION_SEND'])([_0x470b11],this[_0x537a84(0x3a7)])||[_0x470b11];this[_0x537a84(0x1e8)](_0x1d9d52[0x0]);})),_0x3991c4;}};_0x2044be=_0x157b59([_0x202927(0x3,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x4,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a[_0x239292(0x3ad)])),_0x202927(0x5,(0x0,_0x373403['Inject'])(_0x373403[_0x239292(0x314)])),_0x202927(0x6,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a[_0x239292(0x499)])),_0x202927(0x7,(0x0,_0x373403['Inject'])(_0x2def2b)),_0x202927(0x8,_0x373403[_0x239292(0x3d0)]),_0x202927(0x9,_0x373403[_0x239292(0x2a1)]),_0x202927(0xa,_0x373403[_0x239292(0x26b)]),_0x202927(0xb,_0x373403[_0x239292(0x4ec)]),_0x202927(0xc,(0x0,_0x373403[_0x239292(0x4c7)])(_0x18c1fc[_0x239292(0x33b)])),_0x202927(0xd,(0x0,_0x373403[_0x239292(0x30b)])(_0x354942)),_0x202927(0xe,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x2044be);let _0x5aba1e=class extends _0x17615d{constructor(_0x514471,_0x22bfd9,_0x88d4ae,_0x3855f8,_0x4b4ff4,_0x427a81,_0x198b9b,_0x542ec5,_0x2c11d5,_0xc004fa,_0x991d18,_0x302985,_0x198b6f,_0x16f7dc){const _0x94d993=_0x239292;super(_0x514471,_0x88d4ae,_0x22bfd9,_0x3855f8,_0x4b4ff4,_0x427a81,_0x198b9b,_0x542ec5,_0x2c11d5,_0xc004fa,_0x991d18,_0x302985,_0x198b6f,_0x16f7dc),this['unitID']=_0x514471,this[_0x94d993(0x29f)]=_0x22bfd9;}async[_0x239292(0x331)](){const _0x5c6ba2=_0x239292;let _0x1e02f7=await super[_0x5c6ba2(0x331)]();return this[_0x5c6ba2(0x1ec)](this[_0x5c6ba2(0x351)]['onMutationExecutedForCollab']((_0x39fdfe,_0x12c6b6)=>{const _0x28189e=_0x5c6ba2;if(_0x39fdfe[_0x28189e(0x29f)]!==_0x373403['CommandType'][_0x28189e(0x522)]||_0x12c6b6!=null&&_0x12c6b6['fromCollab']||_0x12c6b6!=null&&_0x12c6b6[_0x28189e(0x45c)])return;let _0x2ceda4=_0x39fdfe['params'];if((_0x2ceda4==null?void 0x0:_0x2ceda4[_0x28189e(0x445)])!==this[_0x28189e(0x262)])return;let _0x50515a=_0x39fdfe,_0x4d2e1c=this[_0x28189e(0x2e6)][_0x28189e(0x4b7)][_0x28189e(0x397)](this[_0x28189e(0x2e6)][_0x28189e(0x4b7)][_0x28189e(0x2b6)]()[_0x28189e(0x414)])([_0x50515a],this[_0x28189e(0x3a7)])||[_0x50515a];this[_0x28189e(0x1e8)](_0x4d2e1c[0x0]);})),_0x1e02f7;}};_0x5aba1e=_0x157b59([_0x202927(0x3,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x4,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a[_0x239292(0x3ad)])),_0x202927(0x5,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x314)])),_0x202927(0x6,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a[_0x239292(0x499)])),_0x202927(0x7,(0x0,_0x373403['Inject'])(_0x2def2b)),_0x202927(0x8,_0x373403[_0x239292(0x3d0)]),_0x202927(0x9,_0x373403[_0x239292(0x2a1)]),_0x202927(0xa,_0x373403[_0x239292(0x26b)]),_0x202927(0xb,_0x373403[_0x239292(0x4ec)]),_0x202927(0xc,(0x0,_0x373403[_0x239292(0x30b)])(_0x354942)),_0x202927(0xd,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x5aba1e);let _0x81a6ef=class extends _0x17615d{constructor(_0x42d599,_0x5c4669,_0x401ce6,_0x23aa0c,_0x58abb1,_0x1f9c79,_0x44dbdd,_0x7ab37a,_0x536b55,_0x24680b,_0x154ad6,_0x2ebce7,_0x23544c,_0x463d86,_0x578fc6){const _0x10e1e5=_0x239292;super(_0x42d599,_0x401ce6,_0x5c4669,_0x23aa0c,_0x58abb1,_0x1f9c79,_0x44dbdd,_0x536b55,_0x24680b,_0x154ad6,_0x2ebce7,_0x23544c,_0x463d86,_0x578fc6),this['unitID']=_0x42d599,this[_0x10e1e5(0x29f)]=_0x5c4669,this['_sheetTransformSelectionsService']=_0x7ab37a;}[_0x239292(0x374)](){const _0x4cf628=_0x239292;let _0x3c9aae=super[_0x4cf628(0x374)]();return _0x3c9aae[_0x4cf628(0x23f)]=_0x428079=>this['_sheetTransformSelectionsService'][_0x4cf628(0x405)](_0x428079),_0x3c9aae;}async[_0x239292(0x331)](){const _0x33ffe1=_0x239292;let _0x13d31a=await super[_0x33ffe1(0x331)]();return this['disposeWithMe'](this[_0x33ffe1(0x351)][_0x33ffe1(0x1d1)]((_0x36086d,_0x2b5d5b)=>{const _0x262436=_0x33ffe1;if(_0x36086d[_0x262436(0x29f)]!==_0x373403['CommandType'][_0x262436(0x522)]||_0x2b5d5b!=null&&_0x2b5d5b[_0x262436(0x4e2)]||_0x2b5d5b!=null&&_0x2b5d5b[_0x262436(0x45c)])return;let _0x44ebc3=_0x36086d[_0x262436(0x2d1)];if((_0x44ebc3==null?void 0x0:_0x44ebc3[_0x262436(0x445)])!==this['unitID'])return;let _0x5a5743=_0x36086d,_0x117bac=this[_0x262436(0x2e6)]['interceptor'][_0x262436(0x397)](this[_0x262436(0x2e6)][_0x262436(0x4b7)][_0x262436(0x2b6)]()[_0x262436(0x414)])([_0x5a5743],this[_0x262436(0x3a7)])||[_0x5a5743];this[_0x262436(0x1e8)](_0x117bac[0x0]);})),_0x13d31a;}};_0x81a6ef=_0x157b59([_0x202927(0x3,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x4,(0x0,_0x373403['Inject'])(_0x48ee3a[_0x239292(0x3ad)])),_0x202927(0x5,(0x0,_0x373403['Inject'])(_0x373403['LocaleService'])),_0x202927(0x6,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a[_0x239292(0x499)])),_0x202927(0x7,(0x0,_0x373403[_0x239292(0x4c7)])(_0x213414)),_0x202927(0x8,(0x0,_0x373403[_0x239292(0x4c7)])(_0x2def2b)),_0x202927(0x9,_0x373403[_0x239292(0x3d0)]),_0x202927(0xa,_0x373403[_0x239292(0x2a1)]),_0x202927(0xb,_0x373403[_0x239292(0x26b)]),_0x202927(0xc,_0x373403[_0x239292(0x4ec)]),_0x202927(0xd,(0x0,_0x373403[_0x239292(0x30b)])(_0x354942)),_0x202927(0xe,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x81a6ef);let _0x4d6a5e=class extends _0x17615d{constructor(_0xa65843,_0xbbc82e,_0x331447,_0x1ed825,_0x11ec9a,_0x483500,_0x5e4891,_0x12db48,_0x9987b8,_0x1256c3,_0x5bfc9a,_0x43c6d7,_0x4bc415,_0x5ce3e6){const _0x4e3c56=_0x239292;super(_0xa65843,_0x331447,_0xbbc82e,_0x1ed825,_0x11ec9a,_0x483500,_0x5e4891,_0x12db48,_0x9987b8,_0x1256c3,_0x5bfc9a,_0x43c6d7,_0x4bc415,_0x5ce3e6),this[_0x4e3c56(0x262)]=_0xa65843,this[_0x4e3c56(0x29f)]=_0xbbc82e;}async['_init'](){const _0x380de0=_0x239292;let _0xc2266a=await super[_0x380de0(0x331)]();return this[_0x380de0(0x1ec)](this[_0x380de0(0x351)][_0x380de0(0x1d1)]((_0x10a98b,_0x5787b6)=>{const _0x2682f0=_0x380de0;if(_0x10a98b['type']!==_0x373403['CommandType']['MUTATION']||_0x5787b6!=null&&_0x5787b6[_0x2682f0(0x4e2)]||_0x5787b6!=null&&_0x5787b6[_0x2682f0(0x45c)])return;let _0x34c1bf=_0x10a98b['params'];if((_0x34c1bf==null?void 0x0:_0x34c1bf[_0x2682f0(0x445)])!==this['unitID'])return;let _0x47dc95=_0x10a98b,_0x569940=this[_0x2682f0(0x2e6)][_0x2682f0(0x4b7)][_0x2682f0(0x397)](this[_0x2682f0(0x2e6)]['interceptor'][_0x2682f0(0x2b6)]()['COMPRESS_MUTATION_SEND'])([_0x47dc95],this[_0x2682f0(0x3a7)])||[_0x47dc95];this[_0x2682f0(0x1e8)](_0x569940[0x0]);})),_0xc2266a;}};_0x4d6a5e=_0x157b59([_0x202927(0x3,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x4,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a[_0x239292(0x3ad)])),_0x202927(0x5,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x314)])),_0x202927(0x6,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a['RevisionService'])),_0x202927(0x7,(0x0,_0x373403[_0x239292(0x4c7)])(_0x2def2b)),_0x202927(0x8,_0x373403['IUniverInstanceService']),_0x202927(0x9,_0x373403['ILogService']),_0x202927(0xa,_0x373403['ICommandService']),_0x202927(0xb,_0x373403['IPermissionService']),_0x202927(0xc,(0x0,_0x373403[_0x239292(0x30b)])(_0x354942)),_0x202927(0xd,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x4d6a5e);let _0x484a9e=class extends _0x17615d{constructor(_0x308533,_0x523041,_0x4b7653,_0x4aa94e,_0x3ee38f,_0xb028f2,_0x39fffb,_0x53e934,_0x380996,_0x49faef,_0x22136c,_0x3d2062,_0x389117,_0x5e6007){const _0x5dcaad=_0x239292;super(_0x308533,_0x4b7653,_0x523041,_0x4aa94e,_0x3ee38f,_0xb028f2,_0x39fffb,_0x53e934,_0x380996,_0x49faef,_0x22136c,_0x3d2062,_0x389117,_0x5e6007),this[_0x5dcaad(0x262)]=_0x308533,this[_0x5dcaad(0x29f)]=_0x523041;}async['_init'](){const _0x347994=_0x239292;let _0x169b5d=await super[_0x347994(0x331)]();return this[_0x347994(0x1ec)](this[_0x347994(0x351)][_0x347994(0x1d1)]((_0x5a690f,_0x373044)=>{const _0x3b91af=_0x347994;if(_0x5a690f['type']!==_0x373403[_0x3b91af(0x497)][_0x3b91af(0x522)]||_0x373044!=null&&_0x373044[_0x3b91af(0x4e2)]||_0x373044!=null&&_0x373044['onlyLocal'])return;let _0x5c9133=_0x5a690f[_0x3b91af(0x2d1)];if((_0x5c9133==null?void 0x0:_0x5c9133[_0x3b91af(0x445)])!==this[_0x3b91af(0x262)])return;let _0x4bdc5a=_0x5a690f,_0x3a3ea7=this['_compressMutationService'][_0x3b91af(0x4b7)][_0x3b91af(0x397)](this[_0x3b91af(0x2e6)]['interceptor'][_0x3b91af(0x2b6)]()[_0x3b91af(0x414)])([_0x4bdc5a],this[_0x3b91af(0x3a7)])||[_0x4bdc5a];this['_onLocalMutation'](_0x3a3ea7[0x0]);})),_0x169b5d;}};_0x484a9e=_0x157b59([_0x202927(0x3,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x4,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a['CompressMutationService'])),_0x202927(0x5,(0x0,_0x373403['Inject'])(_0x373403['LocaleService'])),_0x202927(0x6,(0x0,_0x373403[_0x239292(0x4c7)])(_0x48ee3a['RevisionService'])),_0x202927(0x7,(0x0,_0x373403[_0x239292(0x4c7)])(_0x2def2b)),_0x202927(0x8,_0x373403[_0x239292(0x3d0)]),_0x202927(0x9,_0x373403[_0x239292(0x2a1)]),_0x202927(0xa,_0x373403[_0x239292(0x26b)]),_0x202927(0xb,_0x373403[_0x239292(0x4ec)]),_0x202927(0xc,(0x0,_0x373403[_0x239292(0x30b)])(_0x354942)),_0x202927(0xd,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x484a9e);let _0x565e68=(0x0,_0x373403[_0x239292(0x33e)])(_0x239292(0x38c));function _0x1f4d00(_0x3417cc){const _0x479bb4=_0x239292;let _0x266cc1=_0x3417cc[_0x479bb4(0x222)],_0x37b886=JSON[_0x479bb4(0x2bb)](_0x266cc1);switch(_0x37b886[_0x479bb4(0x421)]){case _0x31a69d[_0x479bb4(0x1f2)][_0x479bb4(0x1de)]:case _0x31a69d[_0x479bb4(0x1f2)][_0x479bb4(0x475)]:{let _0x18561b=_0x37b886[_0x479bb4(0x3f3)];return{..._0x37b886,'data':_0x18561b,'cmd':_0x37b886[_0x479bb4(0x421)]};}case _0x31a69d['CombCmd'][_0x479bb4(0x4c3)]:{let _0x41e3b5=_0x37b886[_0x479bb4(0x4c0)];return{..._0x37b886,'data':_0x41e3b5,'cmd':_0x37b886[_0x479bb4(0x421)]};}case _0x31a69d['CombCmd'][_0x479bb4(0x3c8)]:{let _0x3bdad5=_0x37b886[_0x479bb4(0x2dc)];switch(_0x3bdad5[_0x479bb4(0x4ac)]){case _0x48ee3a['CollaborationEvent'][_0x479bb4(0x403)]:var _0x3b3785;return{..._0x37b886,'data':{..._0x3bdad5,'data':(_0x3b3785=_0x3bdad5[_0x479bb4(0x359)])==null?void 0x0:_0x3b3785['cs']},'cmd':_0x37b886['cmd']};case _0x48ee3a['CollaborationEvent']['CHANGESET_ACK']:var _0x51e730;return{..._0x37b886,'data':{..._0x3bdad5,'data':(_0x51e730=_0x3bdad5[_0x479bb4(0x20a)])==null?void 0x0:_0x51e730['cs']},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a[_0x479bb4(0x43c)][_0x479bb4(0x4bf)]:var _0x33ff9e;return{..._0x37b886,'data':{..._0x3bdad5,'data':(_0x33ff9e=_0x3bdad5[_0x479bb4(0x433)])==null?void 0x0:_0x33ff9e['cs']},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a['CollaborationEvent'][_0x479bb4(0x407)]:var _0xc52d02;return{..._0x37b886,'data':{..._0x3bdad5,'data':(_0xc52d02=_0x3bdad5[_0x479bb4(0x4cc)])==null?void 0x0:_0xc52d02['cs']},'cmd':_0x37b886['cmd']};case _0x48ee3a[_0x479bb4(0x43c)][_0x479bb4(0x206)]:var _0x415684;return{..._0x37b886,'data':{..._0x3bdad5,'data':(_0x415684=_0x3bdad5[_0x479bb4(0x3a4)])==null?void 0x0:_0x415684['cs']},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a[_0x479bb4(0x43c)][_0x479bb4(0x3a8)]:return{..._0x37b886,'data':{..._0x3bdad5,'data':_0x3bdad5['updateCursorEvent']},'cmd':_0x37b886['cmd']};case _0x48ee3a[_0x479bb4(0x43c)]['USERS_ENTER']:return{..._0x37b886,'data':{..._0x3bdad5,'data':_0x3bdad5[_0x479bb4(0x520)]},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a[_0x479bb4(0x43c)]['USERS_LEAVE']:return{..._0x37b886,'data':{..._0x3bdad5,'data':_0x3bdad5[_0x479bb4(0x347)]},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a[_0x479bb4(0x43c)][_0x479bb4(0x447)]:return{..._0x37b886,'data':{..._0x3bdad5,'data':_0x3bdad5[_0x479bb4(0x2e7)]},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a[_0x479bb4(0x43c)]['LIVESHARE_FETCH_OPERATIONS']:case _0x48ee3a[_0x479bb4(0x43c)][_0x479bb4(0x229)]:return{..._0x37b886,'data':{..._0x3bdad5,'data':_0x3bdad5['liveShareOperation']},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a[_0x479bb4(0x43c)][_0x479bb4(0x39a)]:return{..._0x37b886,'data':{..._0x3bdad5,'data':_0x3bdad5[_0x479bb4(0x2e7)]},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a[_0x479bb4(0x43c)][_0x479bb4(0x280)]:return{..._0x37b886,'data':_0x3bdad5,'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a[_0x479bb4(0x43c)][_0x479bb4(0x454)]:return{..._0x37b886,'data':{..._0x3bdad5,'data':_0x3bdad5[_0x479bb4(0x474)]},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a['CollaborationEvent'][_0x479bb4(0x366)]:return{..._0x37b886,'data':{..._0x3bdad5,'data':_0x3bdad5[_0x479bb4(0x2da)]},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a[_0x479bb4(0x43c)][_0x479bb4(0x390)]:return{..._0x37b886,'data':{..._0x3bdad5,'data':_0x3bdad5['shouldCloseConn']},'cmd':_0x37b886[_0x479bb4(0x421)]};case _0x48ee3a[_0x479bb4(0x43c)][_0x479bb4(0x516)]:return{..._0x37b886,'data':{..._0x3bdad5,'data':_0x3bdad5[_0x479bb4(0x40f)]},'cmd':_0x37b886[_0x479bb4(0x421)]};default:return _0x37b886;}}default:return _0x37b886;}}function _0x4c8786(_0x2cbbb1){const _0x436659=_0x239292;switch(_0x2cbbb1[_0x436659(0x421)]){case _0x31a69d[_0x436659(0x1f2)][_0x436659(0x1de)]:case _0x31a69d['CombCmd'][_0x436659(0x475)]:return JSON[_0x436659(0x3db)]({'cmd':_0x2cbbb1[_0x436659(0x421)],'routeKey':_0x2cbbb1[_0x436659(0x458)]});case _0x31a69d[_0x436659(0x1f2)]['INGEST']:{let _0x25b585;switch(_0x2cbbb1[_0x436659(0x222)][_0x436659(0x4ac)]){case _0x48ee3a[_0x436659(0x43c)][_0x436659(0x3a8)]:_0x25b585={'eventID':_0x48ee3a[_0x436659(0x43c)]['UPDATE_CURSOR'],'updateCursorEvent':_0x2cbbb1[_0x436659(0x222)][_0x436659(0x222)]};break;case _0x48ee3a['CollaborationEvent'][_0x436659(0x1ed)]:_0x25b585={'eventID':_0x48ee3a[_0x436659(0x43c)][_0x436659(0x1ed)],'leaveEvent':_0x2cbbb1[_0x436659(0x222)]['data']};break;case _0x48ee3a[_0x436659(0x43c)][_0x436659(0x356)]:_0x25b585={'eventID':_0x48ee3a[_0x436659(0x43c)][_0x436659(0x356)],'joinEvent':_0x2cbbb1['data'][_0x436659(0x222)]};break;case _0x48ee3a['CollaborationEvent'][_0x436659(0x447)]:_0x25b585={'eventID':_0x48ee3a[_0x436659(0x43c)]['LIVESHARE_NEW_HOST'],'liveShareNewHost':_0x2cbbb1[_0x436659(0x222)][_0x436659(0x222)]};break;case _0x48ee3a[_0x436659(0x43c)][_0x436659(0x229)]:_0x25b585={'eventID':_0x48ee3a['CollaborationEvent'][_0x436659(0x229)],'liveShareOperation':_0x2cbbb1[_0x436659(0x222)][_0x436659(0x222)]};break;case _0x48ee3a['CollaborationEvent']['LIVESHARE_TERMINATE']:_0x25b585={'eventID':_0x48ee3a[_0x436659(0x43c)][_0x436659(0x39a)],'liveShareTerminate':_0x2cbbb1[_0x436659(0x222)][_0x436659(0x222)]};break;case _0x48ee3a[_0x436659(0x43c)][_0x436659(0x40b)]:_0x25b585={'eventID':_0x48ee3a[_0x436659(0x43c)][_0x436659(0x40b)],'liveShareRequestHost':_0x2cbbb1['data'][_0x436659(0x222)]};break;case _0x48ee3a[_0x436659(0x43c)][_0x436659(0x213)]:_0x25b585={'eventID':_0x48ee3a['CollaborationEvent']['LIVESHARE_FETCH_OPERATIONS']};break;default:_0x25b585={'eventID':_0x2cbbb1['data']['eventID']};}return JSON[_0x436659(0x3db)]({'cmd':_0x2cbbb1[_0x436659(0x421)],'routeKey':_0x2cbbb1['routeKey'],'collaMsg':_0x25b585});}case _0x31a69d[_0x436659(0x1f2)][_0x436659(0x4c3)]:return JSON['stringify']({'cmd':_0x2cbbb1['cmd'],'routeKey':_0x2cbbb1[_0x436659(0x458)],'joinReq':_0x2cbbb1[_0x436659(0x222)]});case _0x31a69d[_0x436659(0x1f2)][_0x436659(0x485)]:return JSON[_0x436659(0x3db)]({'cmd':_0x2cbbb1[_0x436659(0x421)],'routeKey':_0x2cbbb1[_0x436659(0x458)],'leaveReq':_0x2cbbb1[_0x436659(0x222)]});default:throw Error(_0x436659(0x51e));}}let _0x209556=(0x0,_0x373403[_0x239292(0x33e)])(_0x239292(0x371));function _0x189023(_0x286912,_0xaa6fe3,_0x230050){const _0x211848=_0x239292;return _0x286912+'/'+_0xaa6fe3+_0x211848(0x4cd)+_0x230050+_0x211848(0x480);}let _0x418dd0=class extends _0x373403[_0x239292(0x358)]{constructor(_0x56debd,_0x5db3a5,_0x53ba03,_0x39d5ad,_0x1fcead){const _0x343ece=_0x239292;super(),this[_0x343ece(0x519)]=_0x56debd,this['_httpService']=_0x5db3a5,this[_0x343ece(0x223)]=_0x53ba03,this[_0x343ece(0x41e)]=_0x39d5ad,this[_0x343ece(0x221)]=_0x1fcead;}['_doCreateSocket'](_0x15aa28){const _0x4f97a6=_0x239292;let _0x2851fb=this[_0x4f97a6(0x519)]['get'](_0x39ae45[_0x4f97a6(0x34f)]);if(!_0x2851fb)throw Error(_0x4f97a6(0x1e3));let _0x47da15=_0x2851fb[_0x4f97a6(0x43b)](_0x15aa28);if(!_0x47da15)throw Error(_0x4f97a6(0x387));let _0x233840=new _0x373403['DisposableCollection'](),_0x43f54c=new _0xad45f2[(_0x4f97a6(0x307))]();_0x233840[_0x4f97a6(0x3ed)](_0x47da15[_0x4f97a6(0x26e)]['subscribe'](_0x40fd1a=>_0x43f54c['next'](_0x40fd1a))),_0x233840[_0x4f97a6(0x3ed)]((0x0,_0x373403[_0x4f97a6(0x4c1)])(()=>_0x43f54c[_0x4f97a6(0x376)]()));let _0x20b6e1=new _0xad45f2['Subject']();_0x233840[_0x4f97a6(0x3ed)](_0x47da15['error$'][_0x4f97a6(0x37a)](_0x5b2c63=>_0x20b6e1[_0x4f97a6(0x34a)](_0x5b2c63))),_0x233840[_0x4f97a6(0x3ed)]((0x0,_0x373403[_0x4f97a6(0x4c1)])(()=>_0x20b6e1[_0x4f97a6(0x376)]()));let _0x37a32d=new _0xad45f2[(_0x4f97a6(0x307))]();_0x233840[_0x4f97a6(0x3ed)](_0x47da15[_0x4f97a6(0x502)]['subscribe'](_0x47bba3=>{let _0x311b3d=_0x1f4d00(_0x47bba3);_0x37a32d['next'](_0x311b3d);})),_0x233840[_0x4f97a6(0x3ed)]((0x0,_0x373403[_0x4f97a6(0x4c1)])(()=>_0x37a32d[_0x4f97a6(0x376)]()));let _0x11e155,_0x14135d=()=>{const _0x37fef3=_0x4f97a6;_0x20b6e1[_0x37fef3(0x34a)](new Event(_0x37fef3(0x2d9))),_0x43f54c[_0x37fef3(0x34a)](new Event('connection\x20error')),_0x11e155[_0x37fef3(0x22f)]();};return _0x11e155={'memberID':'','close$':_0x43f54c['asObservable'](),'error$':_0x20b6e1[_0x4f97a6(0x3a2)](),'open$':_0x47da15[_0x4f97a6(0x439)],'message$':_0x37a32d[_0x4f97a6(0x3a2)](),'send':_0xc5f987=>{const _0x5654da=_0x4f97a6;if(_0xc5f987[_0x5654da(0x421)]===_0x31a69d[_0x5654da(0x1f2)][_0x5654da(0x2ae)]){if(_0xc5f987[_0x5654da(0x222)][_0x5654da(0x4ac)]===_0x48ee3a[_0x5654da(0x43c)][_0x5654da(0x42f)]){this[_0x5654da(0x4a6)](_0x11e155,_0xc5f987['data'])[_0x5654da(0x2a9)](_0x158823=>{const _0x4a4598=_0x5654da;this[_0x4a4598(0x41e)][_0x4a4598(0x282)](_0x158823),_0x14135d();});return;}if(_0xc5f987['data']['eventID']===_0x48ee3a['CollaborationEvent'][_0x5654da(0x490)]){let _0x1053b1=_0xc5f987[_0x5654da(0x222)];this['_fetchMissChangesets'](_0x1053b1)[_0x5654da(0x51c)](_0x4f986d=>{const _0x3280f2=_0x5654da;_0x37a32d['next']({'cmd':_0x31a69d[_0x3280f2(0x1f2)][_0x3280f2(0x3c8)],'code':_0x31a69d[_0x3280f2(0x2b0)]['OK'],'routeKey':_0x1053b1[_0x3280f2(0x222)][_0x3280f2(0x262)],'routeType':'','data':{'eventID':_0x48ee3a['CollaborationEvent'][_0x3280f2(0x393)],'data':{'changesets':_0x4f986d}}});})[_0x5654da(0x2a9)](_0x3938fa=>{const _0x222836=_0x5654da;this[_0x222836(0x41e)]['error'](_0x3938fa),_0x14135d();});return;}}_0x47da15['send'](_0x4c8786(_0xc5f987));},'close':()=>{const _0x526c93=_0x4f97a6;_0x47da15[_0x526c93(0x22f)](),_0x233840[_0x526c93(0x328)]();}},_0x11e155;}async['_submitChangeset'](_0x586b09,_0x17969b){const _0x176281=_0x239292;var _0x43ae89;let {unitType:_0x5d8a24,unitID:_0x59bf4d,changeset:_0x5daf09}=_0x17969b[_0x176281(0x222)],_0x4cb3db={'unitID':_0x59bf4d,'memberID':_0x586b09['memberID'],'type':_0x5d8a24,'changeset':(0x0,_0x48ee3a[_0x176281(0x1f4)])(_0x5daf09)},_0x1b3fde=this[_0x176281(0x223)][_0x176281(0x291)](_0x4aca5a),_0x50eba8=_0x189023((_0x43ae89=_0x1b3fde==null?void 0x0:_0x1b3fde[_0x176281(0x29e)])==null?_0x176281(0x382):_0x43ae89,_0x5d8a24,_0x59bf4d);try{await this[_0x176281(0x498)]['post'](_0x50eba8,{'body':_0x4cb3db});}catch(_0x11f36e){throw this['_logService'][_0x176281(0x282)](_0x176281(0x273),_0x176281(0x219)),_0x11f36e;}}async['_fetchMissChangesets'](_0xf7b173){const _0x1a8e1f=_0x239292;let {unitID:_0x57fab0,from:_0x2e05e5,to:_0x2c0029,unitType:_0xa91bd7}=_0xf7b173[_0x1a8e1f(0x222)];return(await this[_0x1a8e1f(0x221)]['fetchMissingChangesets']({'metadata':void 0x0},{'unitID':_0x57fab0,'type':_0xa91bd7,'from':_0x2e05e5,'to':_0x2c0029}))[_0x1a8e1f(0x277)]['map'](_0x3cca01=>((_0x3cca01[_0x1a8e1f(0x477)]===null||_0x3cca01[_0x1a8e1f(0x477)]===void 0x0)&&(_0x3cca01[_0x1a8e1f(0x477)]=[]),_0x3cca01));}};_0x418dd0=_0x157b59([_0x202927(0x0,(0x0,_0x373403['Inject'])(_0x373403[_0x239292(0x42e)])),_0x202927(0x1,(0x0,_0x373403[_0x239292(0x4c7)])(_0x39ae45[_0x239292(0x297)])),_0x202927(0x2,_0x373403['IConfigService']),_0x202927(0x3,_0x373403[_0x239292(0x2a1)]),_0x202927(0x4,_0x48ee3a['ISnapshotServerService'])],_0x418dd0);let _0x4118a1=(0x0,_0x373403[_0x239292(0x33e)])('univer-pro.collaboration-client-adapter-service');function _0x1df8bc(_0x1d32c0={}){const _0x8af8bc=_0x239292;return _0x1d32c0['resolveUnit']?{'resolveUnit':_0x1d32c0[_0x8af8bc(0x1fb)]}:{'resolveUnit':_0x12a56d=>({'target':{'unitId':_0x12a56d[_0x8af8bc(0x445)],'unitType':_0x12a56d[_0x8af8bc(0x48a)]}})};}function _0x10e4d6(_0x51aaf9,_0x46255b,_0x47e556){const _0x4aa06e=_0x239292;var _0x3ec78e;let _0x578a8b=_0x47e556[_0x4aa06e(0x299)][_0x4aa06e(0x394)];if(_0x578a8b!=null&&_0x578a8b[_0x4aa06e(0x3e4)]()==='')throw Error('COLLABORATION_ENDPOINT_INVALID');if(!_0x47e556[_0x4aa06e(0x299)][_0x4aa06e(0x445)])throw Error(_0x4aa06e(0x513));return{'localUnitId':_0x51aaf9,'unitType':_0x46255b,'target':{'endpoint':_0x578a8b,'unitId':_0x47e556['target'][_0x4aa06e(0x445)],'unitType':(_0x3ec78e=_0x47e556[_0x4aa06e(0x299)]['unitType'])==null?_0x46255b:_0x3ec78e},'changeset':_0x47e556[_0x4aa06e(0x427)]};}let _0x219c13=class extends _0x373403[_0x239292(0x358)]{constructor(_0x1d414d,_0x2c8eb0,_0x84c898,_0x292391,_0x7e628b,_0x30f95b,_0x7f2d97){const _0xeb8e90=_0x239292;super(),this[_0xeb8e90(0x519)]=_0x1d414d,this[_0xeb8e90(0x41e)]=_0x2c8eb0,this[_0xeb8e90(0x223)]=_0x84c898,this[_0xeb8e90(0x25a)]=_0x292391,this['_collaborationUIEventService']=_0x7e628b,this[_0xeb8e90(0x288)]=_0x30f95b,this[_0xeb8e90(0x23e)]=_0x7f2d97,_0x261440(this,_0xeb8e90(0x3e2),new Map()),_0x261440(this,_0xeb8e90(0x3ac),new Map()),_0x261440(this,_0xeb8e90(0x4f5),new Map()),_0x261440(this,_0xeb8e90(0x45f),new Map()),_0x261440(this,_0xeb8e90(0x28f),this[_0xeb8e90(0x361)](void 0x0)[_0xeb8e90(0x28f)][_0xeb8e90(0x3a2)]()),_0x261440(this,_0xeb8e90(0x4e9),new _0xad45f2[(_0xeb8e90(0x305))](0x0)),_0x261440(this,_0xeb8e90(0x2aa),this[_0xeb8e90(0x4e9)][_0xeb8e90(0x3a2)]()),this['_listenToNetworkCondition']();}['_listenToNetworkCondition'](){const _0x597f13=_0x239292;this[_0x597f13(0x23e)]&&this[_0x597f13(0x1ec)](this['_networkConditionService'][_0x597f13(0x478)][_0x597f13(0x37a)](_0x25ecd5=>{const _0x3e8d19=_0x597f13;_0x25ecd5&&this[_0x3e8d19(0x354)](),_0x25ecd5||this[_0x3e8d19(0x45f)][_0x3e8d19(0x1e2)](_0xe88e47=>this['_onOffline'](_0xe88e47));}));}['dispose'](){const _0x36df0c=_0x239292;super[_0x36df0c(0x328)](),this[_0x36df0c(0x45f)][_0x36df0c(0x1e2)](_0x1df03f=>{const _0x377911=_0x36df0c;var _0x2a1892,_0x31088f;(_0x2a1892=_0x1df03f[_0x377911(0x369)])==null||_0x2a1892[_0x377911(0x205)](),_0x1df03f[_0x377911(0x369)]=null,this['_clearRetryConnectingTimer'](_0x1df03f),this[_0x377911(0x430)](_0x1df03f),this[_0x377911(0x509)](_0x1df03f),(_0x31088f=_0x1df03f[_0x377911(0x28f)][_0x377911(0x208)]())==null||_0x31088f['close'](),_0x1df03f[_0x377911(0x28f)]['complete']();}),this[_0x36df0c(0x45f)][_0x36df0c(0x230)](),this['_sessions'][_0x36df0c(0x1e2)](_0x17087d=>_0x17087d[_0x36df0c(0x328)]()),this[_0x36df0c(0x3e2)][_0x36df0c(0x230)](),this[_0x36df0c(0x4f5)][_0x36df0c(0x230)](),this['_status$'][_0x36df0c(0x376)]();}async[_0x239292(0x388)](_0x13a140,_0x40b505){const _0x1deaad=_0x239292;if(this[_0x1deaad(0x3e2)][_0x1deaad(0x28e)](_0x13a140))return this[_0x1deaad(0x3e2)][_0x1deaad(0x418)](_0x13a140);let _0x3ffc5f=this[_0x1deaad(0x3ac)][_0x1deaad(0x418)](_0x13a140);if(_0x3ffc5f)return _0x3ffc5f;let _0x5727d2=this['_createSession'](_0x13a140,_0x40b505);this[_0x1deaad(0x3ac)]['set'](_0x13a140,_0x5727d2);try{return await _0x5727d2;}finally{this[_0x1deaad(0x3ac)][_0x1deaad(0x3a6)](_0x13a140);}}async[_0x239292(0x31d)](_0x2b214e,_0x28a3f8){const _0x405130=_0x239292;let _0x1a711a=await this[_0x405130(0x50e)](_0x2b214e,_0x28a3f8),_0x453456=this[_0x405130(0x361)](_0x1a711a['target'][_0x405130(0x394)]);this[_0x405130(0x419)](_0x453456);let _0x379113=this[_0x405130(0x519)][_0x405130(0x256)](_0x23f91e,_0x1a711a,_0x453456[_0x405130(0x28f)][_0x405130(0x3a2)]());return this['_sessions']['set'](_0x2b214e,_0x379113),this['_sessionChannels'][_0x405130(0x28a)](_0x2b214e,_0x453456[_0x405130(0x1e0)]),_0x379113;}[_0x239292(0x36b)](_0x254a3c){const _0x5555c2=_0x239292;let _0x5e5281=this['_sessions'][_0x5555c2(0x418)](_0x254a3c),_0x5ec4c1=this[_0x5555c2(0x4f5)][_0x5555c2(0x418)](_0x254a3c);if(_0x5e5281&&(this[_0x5555c2(0x3e2)]['delete'](_0x254a3c),this['_sessionChannels'][_0x5555c2(0x3a6)](_0x254a3c),_0x5e5281[_0x5555c2(0x22f)]()),_0x5ec4c1&&!this[_0x5555c2(0x2e3)](_0x5ec4c1)){var _0x5317f4;let _0x337a24=this[_0x5555c2(0x45f)][_0x5555c2(0x418)](_0x5ec4c1);_0x337a24==null||(_0x5317f4=_0x337a24[_0x5555c2(0x28f)][_0x5555c2(0x208)]())==null||_0x5317f4[_0x5555c2(0x22f)]();}}[_0x239292(0x354)](){const _0x47c3c5=_0x239292;(this[_0x47c3c5(0x45f)][_0x47c3c5(0x472)]?[...this['_socketChannels'][_0x47c3c5(0x422)]()]:[this['_getSocketChannel'](void 0x0)])[_0x47c3c5(0x1e2)](_0x389f7f=>{const _0xde6935=_0x47c3c5;_0x389f7f[_0xde6935(0x2fb)]=0x0,this[_0xde6935(0x4bd)](_0x389f7f),this[_0xde6935(0x373)](_0x389f7f);});}[_0x239292(0x4bd)](_0x2978d6){const _0x928436=_0x239292;_0x2978d6['retryConnectingTimer']!=null&&(clearTimeout(_0x2978d6[_0x928436(0x2f9)]),_0x2978d6[_0x928436(0x2f9)]=null);}async[_0x239292(0x417)](_0x2c419f){const _0x1ac845=_0x239292;var _0x27615b,_0x5d5d35;let _0x299ccd=this['_configService']['getConfig'](_0x4aca5a),_0x11e94b=(_0x27615b=(_0x5d5d35=_0x2c419f['endpoint'])==null?_0x299ccd==null?void 0x0:_0x299ccd[_0x1ac845(0x23d)]:_0x5d5d35)==null?_0x564a89:_0x27615b,_0x4f0879=await this[_0x1ac845(0x25a)]['createSocket'](_0x11e94b);return _0x2c419f['candidateSocket']=_0x4f0879,_0x4f0879;}async[_0x239292(0x419)](_0x16e04c){const _0x5d5a4f=_0x239292;try{var _0x34d0ab,_0x13c3e6;let _0xeb8d3e=(_0x34d0ab=(_0x13c3e6=_0x16e04c[_0x5d5a4f(0x28f)][_0x5d5a4f(0x208)]())==null?_0x16e04c[_0x5d5a4f(0x4b9)]:_0x13c3e6)==null?await this[_0x5d5a4f(0x417)](_0x16e04c):_0x34d0ab;if(_0xeb8d3e){var _0x25af09;let _0xf2415d=_0xeb8d3e[_0x5d5a4f(0x44b)];_0xeb8d3e[_0x5d5a4f(0x44b)]=_0x3d4be9=>(_0x3d4be9['cmd']!==_0x31a69d[_0x5d5a4f(0x1f2)][_0x5d5a4f(0x485)]&&this['_rescheduleHeartbeat'](_0x16e04c),_0xf2415d['apply'](_0xeb8d3e,[_0x3d4be9])),(_0x25af09=_0x16e04c[_0x5d5a4f(0x369)])==null||_0x25af09[_0x5d5a4f(0x205)](),_0x16e04c['socketMessageSubscription']=null,_0x16e04c[_0x5d5a4f(0x369)]=_0xeb8d3e[_0x5d5a4f(0x502)]['subscribe'](_0x4c51b5=>this[_0x5d5a4f(0x1f8)](_0x16e04c,_0xeb8d3e,_0x4c51b5)),_0xeb8d3e[_0x5d5a4f(0x333)]['pipe']((0x0,_0x438451[_0x5d5a4f(0x21a)])(0x1))[_0x5d5a4f(0x37a)](_0x3b8d60=>this[_0x5d5a4f(0x41e)][_0x5d5a4f(0x282)](_0x5d5a4f(0x31e),_0x3b8d60)),_0xeb8d3e['open$'][_0x5d5a4f(0x292)]((0x0,_0x438451['take'])(0x1))['subscribe'](()=>{const _0x5923fd=_0x5d5a4f;this[_0x5923fd(0x460)](_0x16e04c,_0xeb8d3e);}),_0xeb8d3e[_0x5d5a4f(0x26e)][_0x5d5a4f(0x292)]((0x0,_0x438451[_0x5d5a4f(0x21a)])(0x1))['subscribe'](_0x2268fd=>{const _0x5a4179=_0x5d5a4f;this[_0x5a4179(0x41e)][_0x5a4179(0x4f7)](_0x5a4179(0x465),_0x5a4179(0x281),_0x2268fd),this[_0x5a4179(0x2e8)](_0x16e04c);});}}catch(_0x1703e1){this[_0x5d5a4f(0x41e)]['error'](_0x1703e1),this[_0x5d5a4f(0x2e8)](_0x16e04c);}}[_0x239292(0x460)](_0x2336b4,_0xad62b5){const _0x139e38=_0x239292;this[_0x139e38(0x41e)][_0x139e38(0x4f7)](_0x139e38(0x465),_0x139e38(0x263)),_0xad62b5[_0x139e38(0x44b)]({'cmd':_0x31a69d[_0x139e38(0x1f2)]['HELLO']}),this[_0x139e38(0x4be)](_0x2336b4);}[_0x239292(0x253)](_0x1a4689){const _0x17bb29=_0x239292;_0x1a4689[_0x17bb29(0x468)]=!0x1,_0x1a4689[_0x17bb29(0x4b9)]=null,this[_0x17bb29(0x4e9)]['next'](0x2),_0x1a4689['socket$'][_0x17bb29(0x34a)](null),this['_clearTimeoutTimer'](_0x1a4689),this[_0x17bb29(0x509)](_0x1a4689);}[_0x239292(0x2e8)](_0x36969a){const _0x5d06c5=_0x239292;var _0x3d525d;this[_0x5d06c5(0x253)](_0x36969a),this[_0x5d06c5(0x2e3)](_0x36969a[_0x5d06c5(0x1e0)])&&(_0x36969a[_0x5d06c5(0x2fb)]<((_0x3d525d=this['_configService'][_0x5d06c5(0x291)](_0x5d06c5(0x200)))==null?0x3:_0x3d525d)?(this[_0x5d06c5(0x512)][_0x5d06c5(0x46d)]({'id':_0x5d06c5(0x37f)}),this[_0x5d06c5(0x373)](_0x36969a)):this[_0x5d06c5(0x512)][_0x5d06c5(0x46d)]({'id':_0x5d06c5(0x3f9)}));}[_0x239292(0x373)](_0x3f0b95){const _0x22aa47=_0x239292;var _0x3038dd;let _0x41bba9=_0x3f0b95[_0x22aa47(0x2fb)],_0x418bc0=this['_configService'][_0x22aa47(0x291)](_0x4aca5a),_0x245b60=_0x41bba9===0x0?0x0:((_0x3038dd=_0x418bc0==null?void 0x0:_0x418bc0[_0x22aa47(0x4a3)])==null?0x4e20:_0x3038dd)*0x2**_0x41bba9;_0x3f0b95[_0x22aa47(0x2f9)]=setTimeout(()=>{const _0x4b048b=_0x22aa47;clearTimeout(_0x3f0b95[_0x4b048b(0x2f9)]),_0x3f0b95[_0x4b048b(0x2f9)]=null,this['_tryEnsureSocket'](_0x3f0b95);},_0x245b60),_0x3f0b95[_0x22aa47(0x2fb)]+=0x1;}async['_resolveSessionIdentity'](_0x29f2b2,_0x37ca76){return _0x10e4d6(_0x29f2b2,_0x37ca76,await this['_adapter']['resolveUnit']({'unitId':_0x29f2b2,'unitType':_0x37ca76}));}[_0x239292(0x1f8)](_0x43118c,_0x9bc3ab,_0x2e9da8){const _0x4a58ad=_0x239292;let {cmd:_0x26f172}=_0x2e9da8;_0x26f172===_0x31a69d['CombCmd'][_0x4a58ad(0x475)]&&!_0x43118c[_0x4a58ad(0x468)]&&(_0x9bc3ab['memberID']=_0x2e9da8[_0x4a58ad(0x222)]['memberID'],_0x43118c['socket$'][_0x4a58ad(0x34a)](_0x9bc3ab),this['_status$'][_0x4a58ad(0x34a)](0x3),_0x43118c[_0x4a58ad(0x468)]=!0x0,_0x43118c['candidateSocket']=null),_0x26f172===_0x31a69d[_0x4a58ad(0x1f2)][_0x4a58ad(0x1de)]&&this[_0x4a58ad(0x430)](_0x43118c),this['_rescheduleHeartbeat'](_0x43118c);}[_0x239292(0x2e3)](_0x11eb0d){const _0x30e0ef=_0x239292;return[...this[_0x30e0ef(0x4f5)][_0x30e0ef(0x422)]()][_0x30e0ef(0x488)](_0x17b575=>_0x17b575===_0x11eb0d);}['_getSocketChannel'](_0x1396e9){const _0x235c3c=_0x239292;let _0x20a62d=_0x1396e9==null?'':_0x1396e9,_0x18dacd=this[_0x235c3c(0x45f)][_0x235c3c(0x418)](_0x20a62d);if(_0x18dacd)return _0x18dacd;let _0x45263a={'endpointKey':_0x20a62d,'endpoint':_0x1396e9,'socket$':new _0xad45f2['BehaviorSubject'](void 0x0),'candidateSocket':null,'socketReady':!0x1,'socketMessageSubscription':null,'retryConnectingTimer':null,'retryCount':0x0,'sendHeartbeatTimer':null,'timeoutTimer':null};return this[_0x235c3c(0x45f)][_0x235c3c(0x28a)](_0x20a62d,_0x45263a),_0x45263a;}['_rescheduleHeartbeat'](_0x255432){const _0x131e78=_0x239292;var _0x17712a;this[_0x131e78(0x509)](_0x255432),_0x255432[_0x131e78(0x4fc)]=setTimeout(()=>this[_0x131e78(0x1f5)](_0x255432),(_0x17712a=this[_0x131e78(0x223)][_0x131e78(0x291)]('HEARTBEAT_INTERVAL'))==null?0x7530:_0x17712a);}[_0x239292(0x1f5)](_0x41fdd3){const _0x3a4379=_0x239292;_0x41fdd3[_0x3a4379(0x28f)][_0x3a4379(0x208)]()['send']({'cmd':_0x31a69d[_0x3a4379(0x1f2)][_0x3a4379(0x1de)]}),this['_waitForHeartbeatResponse'](_0x41fdd3);}[_0x239292(0x434)](_0x1e904b){const _0x514630=_0x239292;var _0x192a75;_0x1e904b[_0x514630(0x3b0)]=setTimeout(()=>this[_0x514630(0x2e8)](_0x1e904b),(_0x192a75=this[_0x514630(0x223)][_0x514630(0x291)](_0x514630(0x320)))==null?_0x4764b2:_0x192a75);}['_clearHeartbeatTimer'](_0x33cb66){const _0x527d8a=_0x239292;_0x33cb66['sendHeartbeatTimer']!=null&&(clearTimeout(_0x33cb66[_0x527d8a(0x4fc)]),_0x33cb66['sendHeartbeatTimer']=null);}[_0x239292(0x430)](_0x2be649){const _0x210b29=_0x239292;_0x2be649['timeoutTimer']!=null&&(clearTimeout(_0x2be649['timeoutTimer']),_0x2be649[_0x210b29(0x3b0)]=null);}};_0x219c13=_0x157b59([_0x202927(0x0,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x1,_0x373403[_0x239292(0x2a1)]),_0x202927(0x2,_0x373403['IConfigService']),_0x202927(0x3,_0x209556),_0x202927(0x4,(0x0,_0x373403['Inject'])(_0x2def2b)),_0x202927(0x5,_0x4118a1),_0x202927(0x6,(0x0,_0x373403['Optional'])(_0x565e68))],_0x219c13);let _0x208253=class extends _0x373403['RxDisposable']{constructor(_0x513c98,_0x11ab8b,_0x24f7a7,_0x412e72){const _0x460144=_0x239292;var _0x400b54;super(),this['_injector']=_0x513c98,this[_0x460144(0x4df)]=_0x11ab8b,this[_0x460144(0x223)]=_0x24f7a7,this[_0x460144(0x3a7)]=_0x412e72,_0x261440(this,_0x460144(0x295),new Map()),_0x261440(this,_0x460144(0x4fe),new _0xad45f2[(_0x460144(0x307))]()),_0x261440(this,_0x460144(0x301),this['_entityInit$'][_0x460144(0x3a2)]()),((_0x400b54=this['_configService']['getConfig']('collaboration-client.config'))==null?void 0x0:_0x400b54[_0x460144(0x518)])!==!0x1&&this[_0x460144(0x331)]();}[_0x239292(0x328)](){const _0x184a14=_0x239292;super[_0x184a14(0x328)](),this[_0x184a14(0x295)]['forEach'](_0x1bdb74=>_0x1bdb74['dispose']()),this[_0x184a14(0x295)][_0x184a14(0x230)]();}['getCollabEntity'](_0x398565){const _0xe34d1a=_0x239292;var _0x3ecfc0;return(_0x3ecfc0=this[_0xe34d1a(0x295)]['get'](_0x398565))==null?null:_0x3ecfc0;}[_0x239292(0x2eb)](_0x139e8c){const _0x265d09=_0x239292;let _0x1c92df=this[_0x265d09(0x303)](_0x139e8c);return _0x1c92df?(0x0,_0xad45f2['of'])(_0x1c92df):this[_0x265d09(0x4fe)]['pipe']((0x0,_0x438451['filter'])(_0x1d4440=>_0x1d4440[_0x265d09(0x262)]===_0x139e8c));}['readyForCollab'](_0x1f6d62){const _0x502d54=_0x239292;return(0x0,_0xad45f2[_0x502d54(0x3f7)])(this['getCollabEntity$'](_0x1f6d62)[_0x502d54(0x292)]((0x0,_0x438451['map'])(()=>void 0x0)));}[_0x239292(0x331)](){const _0x5017f8=_0x239292;this[_0x5017f8(0x3a7)]['getTypeOfUnitAdded$'](_0x373403[_0x5017f8(0x4f6)][_0x5017f8(0x493)])[_0x5017f8(0x292)]((0x0,_0xad45f2[_0x5017f8(0x2bc)])(this[_0x5017f8(0x3d6)]),(0x0,_0x438451[_0x5017f8(0x23a)])(0x10))[_0x5017f8(0x37a)](async _0x4b0692=>{const _0x401e37=_0x5017f8;let _0x3f6775=_0x4b0692[_0x401e37(0x258)][_0x401e37(0x487)](),_0x30ed9a=await this[_0x401e37(0x4e4)](_0x3f6775,_0x373403['UniverInstanceType'][_0x401e37(0x493)]);this[_0x401e37(0x295)][_0x401e37(0x28a)](_0x3f6775,_0x30ed9a);}),this[_0x5017f8(0x3a7)][_0x5017f8(0x438)](_0x373403['UniverInstanceType'][_0x5017f8(0x452)])[_0x5017f8(0x292)]((0x0,_0xad45f2['takeUntil'])(this[_0x5017f8(0x3d6)]),(0x0,_0x438451[_0x5017f8(0x23a)])(0x10))['pipe']((0x0,_0x438451[_0x5017f8(0x38d)])(_0x32acea=>!_0x32acea[_0x5017f8(0x258)][_0x5017f8(0x487)]()[_0x5017f8(0x3f5)]('__')))[_0x5017f8(0x37a)](async _0x33a87e=>{const _0x3371d5=_0x5017f8;let _0x30283e=_0x33a87e[_0x3371d5(0x258)][_0x3371d5(0x487)](),_0x3faaf7=await this[_0x3371d5(0x4e4)](_0x30283e,_0x373403['UniverInstanceType'][_0x3371d5(0x452)]);this[_0x3371d5(0x295)]['set'](_0x30283e,_0x3faaf7);}),this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x373403['UniverInstanceType'][_0x5017f8(0x244)])[_0x5017f8(0x292)]((0x0,_0xad45f2[_0x5017f8(0x2bc)])(this['dispose$']),(0x0,_0x438451[_0x5017f8(0x23a)])(0x10))['subscribe'](async _0x591cc0=>{const _0x992324=_0x5017f8;let _0x4017c0=_0x591cc0['unit'][_0x992324(0x487)](),_0xa3521d=await this[_0x992324(0x4e4)](_0x4017c0,_0x373403[_0x992324(0x4f6)][_0x992324(0x244)]);this[_0x992324(0x295)][_0x992324(0x28a)](_0x4017c0,_0xa3521d);}),this[_0x5017f8(0x3a7)]['getTypeOfUnitAdded$'](_0x373403['UniverInstanceType']['UNIVER_BOARD'])[_0x5017f8(0x292)]((0x0,_0xad45f2[_0x5017f8(0x2bc)])(this['dispose$']),(0x0,_0x438451[_0x5017f8(0x23a)])(0x10))[_0x5017f8(0x37a)](async _0x2c340b=>{const _0x258c22=_0x5017f8;let _0x36d608=_0x2c340b[_0x258c22(0x258)][_0x258c22(0x487)](),_0x53eae4=await this[_0x258c22(0x4e4)](_0x36d608,_0x373403[_0x258c22(0x4f6)]['UNIVER_BOARD']);this['_entities'][_0x258c22(0x28a)](_0x36d608,_0x53eae4);}),this[_0x5017f8(0x3a7)][_0x5017f8(0x438)](_0x373403[_0x5017f8(0x4f6)][_0x5017f8(0x27a)])[_0x5017f8(0x292)]((0x0,_0xad45f2[_0x5017f8(0x2bc)])(this[_0x5017f8(0x3d6)]),(0x0,_0x438451[_0x5017f8(0x23a)])(0x10))[_0x5017f8(0x37a)](async _0x276866=>{const _0x10f660=_0x5017f8;let _0x921086=_0x276866['unit'][_0x10f660(0x487)](),_0x4243bf=await this['_startCollaboration'](_0x921086,_0x373403[_0x10f660(0x4f6)][_0x10f660(0x27a)]);this['_entities'][_0x10f660(0x28a)](_0x921086,_0x4243bf);}),(0x0,_0xad45f2[_0x5017f8(0x420)])(this[_0x5017f8(0x3a7)][_0x5017f8(0x352)](_0x373403[_0x5017f8(0x4f6)][_0x5017f8(0x493)]),this[_0x5017f8(0x3a7)][_0x5017f8(0x352)](_0x373403['UniverInstanceType'][_0x5017f8(0x452)]),this[_0x5017f8(0x3a7)][_0x5017f8(0x352)](_0x373403[_0x5017f8(0x4f6)][_0x5017f8(0x244)]),this[_0x5017f8(0x3a7)]['getTypeOfUnitDisposed$'](_0x373403[_0x5017f8(0x4f6)][_0x5017f8(0x308)]),this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x373403[_0x5017f8(0x4f6)]['UNIVER_BASE']))[_0x5017f8(0x292)]((0x0,_0xad45f2['takeUntil'])(this['dispose$']))[_0x5017f8(0x37a)](_0x19a913=>{const _0x41daf1=_0x5017f8;let _0x13f3f9=_0x19a913[_0x41daf1(0x487)](),_0x15251f=this[_0x41daf1(0x295)]['get'](_0x13f3f9);_0x15251f&&(_0x15251f[_0x41daf1(0x328)](),this['_entities'][_0x41daf1(0x3a6)](_0x13f3f9));});}async[_0x239292(0x4e4)](_0x44bb2e,_0x44e1a7){const _0x1b1ac8=_0x239292;let _0x417ecb=await this['_collabSessionService'][_0x1b1ac8(0x388)](_0x44bb2e),_0x4b756b=this[_0x1b1ac8(0x519)][_0x1b1ac8(0x256)](this[_0x1b1ac8(0x3d7)](_0x44e1a7),_0x44bb2e,_0x44e1a7,_0x417ecb);return await _0x4b756b[_0x1b1ac8(0x218)](),this[_0x1b1ac8(0x4fe)][_0x1b1ac8(0x34a)](_0x4b756b),_0x4b756b;}[_0x239292(0x3d7)](_0x117328){const _0x49beba=_0x239292;switch(_0x117328){case _0x373403[_0x49beba(0x4f6)][_0x49beba(0x452)]:return _0x2044be;case _0x373403[_0x49beba(0x4f6)][_0x49beba(0x493)]:return _0x81a6ef;case _0x373403[_0x49beba(0x4f6)]['UNIVER_SLIDE']:return _0x4d6a5e;case _0x373403['UniverInstanceType'][_0x49beba(0x308)]:return _0x484a9e;case _0x373403[_0x49beba(0x4f6)][_0x49beba(0x27a)]:return _0x5aba1e;default:throw Error(_0x49beba(0x391)+_0x117328);}}};_0x208253=_0x157b59([_0x202927(0x0,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x42e)])),_0x202927(0x1,(0x0,_0x373403[_0x239292(0x4c7)])(_0x219c13)),_0x202927(0x2,_0x373403[_0x239292(0x2c6)]),_0x202927(0x3,_0x373403[_0x239292(0x3d0)])],_0x208253);var _0x1f5988=_0x239292(0x336),_0x2cfb3a=_0x239292(0x20c);let _0x29720e=class extends _0x373403['Disposable']{constructor(_0x21435b,_0x383d81){const _0x44f730=_0x239292;super(),this[_0x44f730(0x3a7)]=_0x21435b,this['_configService']=_0x383d81,this[_0x44f730(0x331)]();}[_0x239292(0x331)](){const _0x15df24=_0x239292;this[_0x15df24(0x1ec)](this[_0x15df24(0x3a7)]['focused$'][_0x15df24(0x37a)](()=>{const _0x56a37e=_0x15df24;var _0x526ca7;let _0x24a13c=this[_0x56a37e(0x3a7)][_0x56a37e(0x408)](),_0x233275=(_0x526ca7=this[_0x56a37e(0x223)][_0x56a37e(0x291)]('DEFAULT_FILE_NAME'))==null?'Univer':_0x526ca7;_0x24a13c instanceof _0x373403['Workbook']&&(_0x233275=_0x24a13c['name']),document[_0x56a37e(0x401)]=_0x233275;}));}};_0x29720e=_0x157b59([_0x202927(0x0,_0x373403[_0x239292(0x3d0)]),_0x202927(0x1,_0x373403[_0x239292(0x2c6)])],_0x29720e);let _0x24897c=function(_0x1c6f54){const _0x557ae7=_0x239292;return _0x1c6f54[_0x557ae7(0x2bf)]=_0x557ae7(0x2bf),_0x1c6f54[_0x557ae7(0x51d)]=_0x557ae7(0x51d),_0x1c6f54['BASE64']='BASE64',_0x1c6f54;}({}),_0x14e8c9=(0x0,_0x373403['createIdentifier'])(_0x239292(0x406)),_0x3c31aa=class{constructor(_0x306d55,_0x1935af,_0x3f85a6){const _0x171c8e=_0x239292;this['_httpService']=_0x306d55,this[_0x171c8e(0x223)]=_0x1935af,this[_0x171c8e(0x3a7)]=_0x3f85a6;}[_0x239292(0x4ea)](){var _0x3bd1a5;return(_0x3bd1a5=this['_getConfig']()['attachment'])==null?{}:_0x3bd1a5;}async['saveAttachment'](_0x5e68d7){const _0x5b44ad=_0x239292;let _0x1efbd3=this[_0x5b44ad(0x4ea)]();if(_0x3d4241(_0x5e68d7,_0x1efbd3),_0x1efbd3['upload'])return _0x1efbd3[_0x5b44ad(0x43a)](_0x5e68d7);let _0x3c3460=await this['_upload'](_0x5e68d7);return{'id':_0x3c3460,'name':_0x5e68d7[_0x5b44ad(0x3c6)],'mimeType':_0x5e68d7['type'],'size':_0x5e68d7['size'],'sourceType':'UUID','source':_0x3c3460};}async[_0x239292(0x455)](_0x40c671){const _0x32ea91=_0x239292;let _0x285184=this[_0x32ea91(0x3a7)][_0x32ea91(0x408)](),_0x4e86f4=_0x285184==null?void 0x0:_0x285184['getUnitId']();if(!_0x4e86f4)throw Error(_0x32ea91(0x272));let _0x4100e5=new FormData();_0x4100e5['append']('file',_0x40c671);let _0x468b14=this[_0x32ea91(0x505)]()+_0x32ea91(0x214)+_0x40c671[_0x32ea91(0x472)][_0x32ea91(0x24d)]()+_0x32ea91(0x3f4)+_0x31a69d['FileSource'][_0x32ea91(0x2c1)]+_0x32ea91(0x3ba)+encodeURIComponent(_0x4e86f4),_0x396a9e=(await this[_0x32ea91(0x498)]['post'](_0x468b14,{'body':_0x4100e5}))['body'][_0x32ea91(0x450)];if(typeof _0x396a9e!=_0x32ea91(0x504)||!_0x396a9e)throw Error(_0x32ea91(0x2df));return _0x396a9e;}[_0x239292(0x505)](){const _0x571f0c=_0x239292;var _0x531184;return(_0x531184=this[_0x571f0c(0x2c4)]()[_0x571f0c(0x25e)])==null?_0x571f0c(0x3ef):_0x531184;}[_0x239292(0x2c4)](){const _0x3fea00=_0x239292;var _0x2e68a4;return(_0x2e68a4=this[_0x3fea00(0x223)][_0x3fea00(0x291)](_0x3fea00(0x357)))==null?{}:_0x2e68a4;}};_0x3c31aa=_0x157b59([_0x202927(0x0,(0x0,_0x373403[_0x239292(0x4c7)])(_0x39ae45[_0x239292(0x297)])),_0x202927(0x1,(0x0,_0x373403['Inject'])(_0x373403[_0x239292(0x2c6)])),_0x202927(0x2,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403['IUniverInstanceService']))],_0x3c31aa);function _0x3d4241(_0x4e0012,_0x2d3b21){const _0x53815c=_0x239292;var _0x9d0223;if(_0x2d3b21[_0x53815c(0x50b)]!=null&&_0x4e0012[_0x53815c(0x472)]>_0x2d3b21[_0x53815c(0x50b)])throw Error(_0x53815c(0x415));if((_0x9d0223=_0x2d3b21[_0x53815c(0x506)])!=null&&_0x9d0223[_0x53815c(0x25c)]&&!_0x2d3b21[_0x53815c(0x506)][_0x53815c(0x488)](_0xc92b5e=>_0x4e0012[_0x53815c(0x29f)]===_0xc92b5e||_0x4e0012[_0x53815c(0x3c6)][_0x53815c(0x3d9)](_0xc92b5e)||_0xc92b5e[_0x53815c(0x3d9)]('/*')&&_0x4e0012[_0x53815c(0x29f)]['startsWith'](_0xc92b5e['slice'](0x0,-0x1))))throw Error(_0x53815c(0x3dd));}let _0x179974=class{constructor(_0x10d56b,_0x32342a,_0x6ae4e0){const _0x4ba16e=_0x239292;this[_0x4ba16e(0x223)]=_0x10d56b,this[_0x4ba16e(0x498)]=_0x32342a,this[_0x4ba16e(0x1d7)]=_0x6ae4e0,this[_0x4ba16e(0x218)]();}[_0x239292(0x218)](){const _0xbb9c4b=_0x239292;this[_0xbb9c4b(0x498)][_0xbb9c4b(0x39f)]({'priority':0x1,'interceptor':(_0x327377,_0x3c28ff)=>_0x3c28ff(_0x327377)[_0xbb9c4b(0x292)]((0x0,_0xad45f2[_0xbb9c4b(0x507)])(async _0x4cedd2=>{const _0x1053dc=_0xbb9c4b;let _0x57932d=_0x4cedd2;if(_0x57932d[_0x1053dc(0x3fd)]===0x191){if(typeof window>'u')throw Error(_0x1053dc(0x4f1));if(window[_0x1053dc(0x37d)](this[_0x1053dc(0x1d7)]['t']('collaboration-client.auth.needGotoLoginAlert'))){let _0x4911cf=window[_0x1053dc(0x51b)](window[_0x1053dc(0x344)]['href']);window[_0x1053dc(0x344)][_0x1053dc(0x3b1)]=this['_getLoginPath']()+_0x1053dc(0x364)+_0x4911cf;}}return _0x57932d;}))});}[_0x239292(0x2fc)](){const _0x2c7e87=_0x239292;var _0x593a9f;let _0x139f17=this[_0x2c7e87(0x223)][_0x2c7e87(0x291)](_0x4aca5a);return(_0x593a9f=_0x139f17==null?void 0x0:_0x139f17['loginUrlKey'])==null?'/universer-api/oidc/authpage':_0x593a9f;}};_0x179974=_0x157b59([_0x202927(0x0,_0x373403[_0x239292(0x2c6)]),_0x202927(0x1,(0x0,_0x373403[_0x239292(0x4c7)])(_0x39ae45['HTTPService'])),_0x202927(0x2,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403['LocaleService']))],_0x179974);let _0x16847b=class extends _0x373403['Disposable']{constructor(_0x4c5220,_0x40b014){const _0x47f0cf=_0x239292;super(),this['_HTTPService']=_0x4c5220,this[_0x47f0cf(0x223)]=_0x40b014,_0x261440(this,_0x47f0cf(0x312),!0x1),this[_0x47f0cf(0x30a)]();}[_0x239292(0x30a)](){const _0x19172c=_0x239292;let _0x473e0c=this;this[_0x19172c(0x1ec)](this[_0x19172c(0x51f)]['registerHTTPInterceptor']({'priority':0x3e7,'interceptor':(0x0,_0x39ae45[_0x19172c(0x2ea)])({'isMatch'(_0x48af0c){const _0x228f45=_0x19172c;var _0x3bcceb;if(_0x48af0c[_0x228f45(0x400)]==='POST'&&(_0x3bcceb=_0x48af0c[_0x228f45(0x26a)])!=null&&_0x3bcceb[_0x228f45(0x38e)]){let {objectID:_0x4de4ba,objectType:_0x379a5e}=_0x48af0c[_0x228f45(0x26a)][_0x228f45(0x38e)]||{};if(!_0x4de4ba||_0x379a5e===void 0x0)return!0x1;let _0x3047ab=_0x473e0c[_0x228f45(0x4b4)]()+'/'+_0x379a5e+_0x228f45(0x309)+_0x4de4ba+_0x228f45(0x2e9);if(_0x48af0c[_0x228f45(0x255)]===_0x3047ab)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x4d8673){var _0x87d25a;return(_0x87d25a=_0x4d8673['requestParams'])==null?void 0x0:_0x87d25a['body'];},'mergeParamsToRequest'(_0x191104,_0x102ed6){const _0x2ce6b9=_0x19172c;let _0x40899b=_0x473e0c[_0x2ce6b9(0x4b4)]()+'/-/object/-/batch_allowed',_0xa75be6=_0x191104[_0x2ce6b9(0x235)]((_0x3e6641,_0x48993c)=>{const _0x3ce8f7=_0x2ce6b9;let {unitID:_0xb7972b,objectID:_0x20cb55,objectType:_0x77f79f,actions:_0x376900}=_0x48993c;return _0x3e6641[_0xb7972b]||(_0x3e6641[_0xb7972b]={}),_0x3e6641[_0xb7972b][_0x20cb55]||(_0x3e6641[_0xb7972b][_0x20cb55]={'objectID':_0x20cb55,'objectType':_0x77f79f,'actions':[]}),_0x3e6641[_0xb7972b][_0x20cb55][_0x3ce8f7(0x22b)]['push'](..._0x376900),_0x3e6641;},{}),_0x19cb62=[];for(let _0x1a4ba3 in _0xa75be6)for(let _0xbd471c in _0xa75be6[_0x1a4ba3]){let {actions:_0x1a5f03,objectType:_0x45c3e6}=_0xa75be6[_0x1a4ba3][_0xbd471c],_0x1f9552=[...new Set(_0x1a5f03)];_0x19cb62[_0x2ce6b9(0x2d6)]({'unitID':_0x1a4ba3,'objectID':_0xbd471c,'objectType':_0x45c3e6,'actions':_0x1f9552});}return new _0x39ae45[(_0x2ce6b9(0x338))](_0x2ce6b9(0x34d),_0x40899b,{'headers':_0x102ed6[_0x2ce6b9(0x440)],'withCredentials':_0x102ed6[_0x2ce6b9(0x257)],'responseType':_0x102ed6[_0x2ce6b9(0x2ee)],'body':{'requests':_0x19cb62}});}},{'distributeResult'(_0x24407e,_0x2b8ac2){const _0x3d77c2=_0x19172c;let {objectActions:_0x473eb2}=_0x24407e;return _0x2b8ac2[_0x3d77c2(0x2c3)](_0x13325b=>{const _0x263568=_0x3d77c2;let {unitID:_0x1221aa,objectID:_0x357b71,actions:_0x128cfa}=_0x13325b,_0x4873bb=_0x473eb2[_0x263568(0x2ca)](_0x4035b2=>_0x4035b2[_0x263568(0x262)]===_0x1221aa&&_0x4035b2[_0x263568(0x342)]===_0x357b71);return{'config':_0x13325b,'result':{'actions':_0x128cfa[_0x263568(0x2c3)](_0x89e542=>_0x4873bb==null?void 0x0:_0x4873bb[_0x263568(0x22b)][_0x263568(0x2ca)](_0x5e9d05=>_0x5e9d05['action']===_0x89e542))['filter'](_0x19de97=>!!_0x19de97),'error':_0x24407e[_0x263568(0x282)]}};});}})}));}['_getAPIPrefixPath'](){const _0x33c832=_0x239292;var _0x396f30;let _0x67aeaf=this[_0x33c832(0x223)][_0x33c832(0x291)](_0x4aca5a);return(_0x396f30=_0x67aeaf==null?void 0x0:_0x67aeaf[_0x33c832(0x2c9)])==null?_0x33c832(0x27b):_0x396f30;}async[_0x239292(0x276)](_0x2c83eb){const _0x362bb9=_0x239292;let _0x346b71=this[_0x362bb9(0x4b4)]()+'/'+_0x2c83eb[_0x362bb9(0x1d9)]+'/object';return(await this[_0x362bb9(0x51f)]['post'](_0x346b71,{'body':_0x2c83eb}))[_0x362bb9(0x38e)][_0x362bb9(0x342)]||'';}async[_0x239292(0x1ee)](_0x10ac9){const _0x44c6d9=_0x239292;let _0x34d76f=this[_0x44c6d9(0x4b4)]()+_0x44c6d9(0x35c);return(await this[_0x44c6d9(0x51f)][_0x44c6d9(0x287)](_0x34d76f,{'body':_0x10ac9}))[_0x44c6d9(0x38e)]['objects'];}async['update'](_0x456ed8){const _0x37527a=_0x239292;var _0x33988a;let _0xcc35c9=this['_getAPIPrefixPath']()+'/'+_0x456ed8[_0x37527a(0x1d9)]+_0x37527a(0x309)+_0x456ed8['objectID'],_0x37fb91=await this[_0x37527a(0x51f)]['put'](_0xcc35c9,{'body':_0x456ed8});if((_0x37fb91==null||(_0x33988a=_0x37fb91[_0x37527a(0x38e)])==null||(_0x33988a=_0x33988a['error'])==null?void 0x0:_0x33988a['code'])!==0x1)throw Error(_0x37527a(0x410));}async[_0x239292(0x3be)](_0x1c11c3){const _0x5488a6=_0x239292;let _0x5263b1=this[_0x5488a6(0x4b4)]()+'/'+_0x1c11c3[_0x5488a6(0x1d9)]+_0x5488a6(0x309)+_0x1c11c3[_0x5488a6(0x342)]+_0x5488a6(0x2e9);return(await this[_0x5488a6(0x51f)][_0x5488a6(0x287)](_0x5263b1,{'body':_0x1c11c3}))[_0x5488a6(0x38e)][_0x5488a6(0x22b)];}async['batchAllowed'](_0x36d16c){const _0x5774ba=_0x239292;let _0x4ff3b9=this[_0x5774ba(0x4b4)]()+'/-/object/-/batch_allowed';return(await this[_0x5774ba(0x51f)]['post'](_0x4ff3b9,{'body':{'requests':_0x36d16c}}))[_0x5774ba(0x38e)][_0x5774ba(0x30e)];}async[_0x239292(0x402)](_0x590395){const _0x441a46=_0x239292;let _0x283a7c=this[_0x441a46(0x4b4)]()+'/'+_0x590395[_0x441a46(0x1d9)]+_0x441a46(0x1e9),_0x358301=await this[_0x441a46(0x51f)][_0x441a46(0x287)](_0x283a7c,{'body':_0x590395});return{'roles':_0x358301[_0x441a46(0x38e)]['roles'],'actions':_0x358301[_0x441a46(0x38e)][_0x441a46(0x22b)]};}async[_0x239292(0x486)](_0x422087){const _0x13110f=_0x239292;let _0x35ee50=this[_0x13110f(0x4b4)]()+_0x13110f(0x209);await this[_0x13110f(0x51f)]['delete'](_0x35ee50,{'params':{'collaboratorID':_0x422087[_0x13110f(0x4b5)],'objectID':_0x422087['objectID'],'unitID':_0x422087[_0x13110f(0x262)]}});}async[_0x239292(0x429)](_0x20fa9f){const _0x1c6288=_0x239292;let _0x785677=this['_getAPIPrefixPath']()+_0x1c6288(0x209);await this[_0x1c6288(0x51f)][_0x1c6288(0x2ac)](_0x785677,{'body':_0x20fa9f});}async['createCollaborator'](_0x53ea45){const _0xbe9af7=_0x239292;let _0x1b8176=this[_0xbe9af7(0x4b4)]()+'/collaborator';await this[_0xbe9af7(0x51f)]['post'](_0x1b8176,{'body':_0x53ea45});}async[_0x239292(0x346)](_0x4bb33e){const _0x485329=_0x239292;var _0x57acef;let _0xfdc160=this['_getAPIPrefixPath']()+'/collaborator',_0x5b37fe=await this[_0x485329(0x51f)][_0x485329(0x418)](_0xfdc160,{'params':{'objectID':_0x4bb33e[_0x485329(0x342)],'unitID':_0x4bb33e[_0x485329(0x262)]}});return this[_0x485329(0x2a7)]((_0x57acef=_0x5b37fe[_0x485329(0x38e)]['cfgEnableObjInherit'])==null?!0x1:_0x57acef),_0x5b37fe[_0x485329(0x38e)][_0x485329(0x2ba)];}async[_0x239292(0x38b)](_0x26b2f1){const _0x45f3f0=_0x239292;let _0x23efe0=this['_getAPIPrefixPath']()+_0x45f3f0(0x209);await this['_HTTPService'][_0x45f3f0(0x267)](_0x23efe0,{'body':_0x26b2f1});}[_0x239292(0x2a7)](_0x35bf1c){const _0x2ec27c=_0x239292;this[_0x2ec27c(0x312)]=_0x35bf1c;}[_0x239292(0x395)](){const _0x55bb0e=_0x239292;return this[_0x55bb0e(0x312)];}};_0x16847b=_0x157b59([_0x202927(0x0,(0x0,_0x373403[_0x239292(0x4c7)])(_0x39ae45[_0x239292(0x297)])),_0x202927(0x1,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x2c6)]))],_0x16847b);function _0x317d9d(_0x5ebfe2){const _0x4b0947=_0x239292;return _0x5ebfe2 instanceof Uint8Array||ArrayBuffer[_0x4b0947(0x248)](_0x5ebfe2)&&_0x5ebfe2[_0x4b0947(0x259)][_0x4b0947(0x3c6)]===_0x4b0947(0x28c)&&_0x4b0947(0x1f7)in _0x5ebfe2&&_0x5ebfe2[_0x4b0947(0x1f7)]===0x1;}function _0x23d572(_0x45de5a){const _0x7513b4=_0x239292;if(typeof _0x45de5a!=_0x7513b4(0x495))throw TypeError(_0x7513b4(0x3de)+typeof _0x45de5a);if(!Number[_0x7513b4(0x334)](_0x45de5a)||_0x45de5a<0x0)throw RangeError(_0x7513b4(0x4d5)+_0x45de5a);}function _0x58e30c(_0x59f9b9,_0xd2cb96,_0x426334=''){const _0x5a8b22=_0x239292;let _0x2e4dec=_0x317d9d(_0x59f9b9),_0xc796bc=_0x59f9b9==null?void 0x0:_0x59f9b9[_0x5a8b22(0x25c)],_0x16e501=_0xd2cb96!==void 0x0;if(!_0x2e4dec||_0x16e501&&_0xc796bc!==_0xd2cb96){let _0x1114a2=_0x426334&&'\x22'+_0x426334+'\x22\x20',_0xf93c72=_0x16e501?'\x20of\x20length\x20'+_0xd2cb96:'',_0x402d13=_0x2e4dec?'length='+_0xc796bc:_0x5a8b22(0x2f0)+typeof _0x59f9b9,_0x57617e=_0x1114a2+_0x5a8b22(0x1ff)+_0xf93c72+',\x20got\x20'+_0x402d13;throw _0x2e4dec?RangeError(_0x57617e):TypeError(_0x57617e);}return _0x59f9b9;}function _0x567351(_0x1745a3){const _0x1e88b0=_0x239292;return new Uint32Array(_0x1745a3[_0x1e88b0(0x241)],_0x1745a3['byteOffset'],Math[_0x1e88b0(0x284)](_0x1745a3['byteLength']/0x4));}function _0x5ec4d9(..._0x1d1b24){const _0x3e1afd=_0x239292;for(let _0x229f31=0x0;_0x229f31<_0x1d1b24[_0x3e1afd(0x25c)];_0x229f31++)_0x1d1b24[_0x229f31][_0x3e1afd(0x239)](0x0);}let _0x5eeb37=new Uint8Array(new Uint32Array([0x11223344])[_0x239292(0x241)])[0x0]===0x44,_0x5ad117=_0x54b345=>_0x54b345<<0x18&0xff000000|_0x54b345<<0x8&0xff0000|_0x54b345>>>0x8&0xff00|_0x54b345>>>0x18&0xff,_0x1be466=_0x5eeb37?_0x4eea6a=>_0x4eea6a:_0x28af29=>{const _0x3e8b11=_0x239292;for(let _0x44dcdd=0x0;_0x44dcdd<_0x28af29[_0x3e8b11(0x25c)];_0x44dcdd++)_0x28af29[_0x44dcdd]=_0x5ad117(_0x28af29[_0x44dcdd]);return _0x28af29;};function _0x16f2ed(_0x565475){const _0x51d620=_0x239292;if(typeof _0x565475!=_0x51d620(0x504))throw TypeError(_0x51d620(0x228));return new Uint8Array(new TextEncoder()['encode'](_0x565475));}function _0x3b0f5b(_0x53c4b8,_0x2a6b25){const _0x54bc3c=_0x239292;return!_0x53c4b8['byteLength']||!_0x2a6b25[_0x54bc3c(0x23c)]?!0x1:_0x53c4b8[_0x54bc3c(0x241)]===_0x2a6b25[_0x54bc3c(0x241)]&&_0x53c4b8[_0x54bc3c(0x34e)]<_0x2a6b25['byteOffset']+_0x2a6b25[_0x54bc3c(0x23c)]&&_0x2a6b25[_0x54bc3c(0x34e)]<_0x53c4b8['byteOffset']+_0x53c4b8['byteLength'];}function _0x45699a(_0x1503cc,_0x38d81e){const _0x329053=_0x239292;if(_0x3b0f5b(_0x1503cc,_0x38d81e)&&_0x1503cc[_0x329053(0x34e)]<_0x38d81e[_0x329053(0x34e)])throw Error('complex\x20overlap\x20of\x20input\x20and\x20output\x20is\x20not\x20supported');}function _0x30a482(..._0x1188ab){const _0x5b24f2=_0x239292;let _0x2c9c9e=0x0;for(let _0x3fcb74=0x0;_0x3fcb74<_0x1188ab[_0x5b24f2(0x25c)];_0x3fcb74++){let _0x24b93f=_0x1188ab[_0x3fcb74];_0x58e30c(_0x24b93f),_0x2c9c9e+=_0x24b93f['length'];}let _0x291f53=new Uint8Array(_0x2c9c9e);for(let _0x31944c=0x0,_0x190c5c=0x0;_0x31944c<_0x1188ab[_0x5b24f2(0x25c)];_0x31944c++){let _0xfbf7d8=_0x1188ab[_0x31944c];_0x291f53[_0x5b24f2(0x28a)](_0xfbf7d8,_0x190c5c),_0x190c5c+=_0xfbf7d8[_0x5b24f2(0x25c)];}return _0x291f53;}let _0x169097=(_0x545883,_0x5e5aae)=>{function _0x426f40(_0x101b7b,..._0x5e761f){const _0x34118a=_0xe127;if(_0x58e30c(_0x101b7b,void 0x0,_0x34118a(0x479)),_0x545883[_0x34118a(0x2ed)]!==void 0x0){let _0x1b1d51=_0x5e761f[0x0];_0x58e30c(_0x1b1d51,_0x545883[_0x34118a(0x378)]?void 0x0:_0x545883[_0x34118a(0x2ed)],_0x34118a(0x4b3));}let _0x5697a8=_0x545883[_0x34118a(0x1f3)];_0x5697a8&&_0x5e761f[0x1]!==void 0x0&&_0x58e30c(_0x5e761f[0x1],void 0x0,_0x34118a(0x40c));let _0xcda020=_0x5e5aae(_0x101b7b,..._0x5e761f),_0x4e0e4e=(_0x32200c,_0x3492fa)=>{const _0x4e621b=_0x34118a;if(_0x3492fa!==void 0x0){if(_0x32200c!==0x2)throw Error('cipher\x20output\x20not\x20supported');_0x58e30c(_0x3492fa,void 0x0,_0x4e621b(0x3b7));}},_0x46af05=!0x1;return{'encrypt'(_0x19bf93,_0x11bbf1){const _0x3cde82=_0x34118a;if(_0x46af05)throw Error(_0x3cde82(0x3c3));return _0x46af05=!0x0,_0x58e30c(_0x19bf93),_0x4e0e4e(_0xcda020[_0x3cde82(0x2a2)][_0x3cde82(0x25c)],_0x11bbf1),_0xcda020[_0x3cde82(0x2a2)](_0x19bf93,_0x11bbf1);},'decrypt'(_0x5c956b,_0x25b27f){const _0x62c45=_0x34118a;if(_0x58e30c(_0x5c956b),_0x5697a8&&_0x5c956b[_0x62c45(0x25c)]<_0x5697a8)throw Error('\x22ciphertext\x22\x20expected\x20length\x20bigger\x20than\x20tagLength='+_0x5697a8);return _0x4e0e4e(_0xcda020['decrypt'][_0x62c45(0x25c)],_0x25b27f),_0xcda020[_0x62c45(0x457)](_0x5c956b,_0x25b27f);}};}return Object['assign'](_0x426f40,_0x545883),_0x426f40;};function _0x4da8d3(_0x1ece90,_0x1a01c0,_0x1a0eea=!0x0){const _0x4c4991=_0x239292;if(_0x1a01c0===void 0x0)return new Uint8Array(_0x1ece90);if(_0x58e30c(_0x1a01c0,void 0x0,_0x4c4991(0x3b7)),_0x1a01c0[_0x4c4991(0x25c)]!==_0x1ece90)throw Error(_0x4c4991(0x2af)+_0x1ece90+',\x20got:\x20'+_0x1a01c0[_0x4c4991(0x25c)]);if(_0x1a0eea&&!_0xcb0679(_0x1a01c0))throw Error(_0x4c4991(0x25b));return _0x1a01c0;}function _0xcb0679(_0x8b005d){const _0xcf724d=_0x239292;return _0x8b005d[_0xcf724d(0x34e)]%0x4==0x0;}function _0x3b3c68(_0x181d56){const _0x1b5f6a=_0x239292;return Uint8Array[_0x1b5f6a(0x290)](_0x58e30c(_0x181d56));}function _0x57bdab(_0xfe4209=0x20){const _0x108f4c=_0x239292;_0x23d572(_0xfe4209);let _0x2d4e40=typeof globalThis==_0x108f4c(0x2db)?globalThis[_0x108f4c(0x41b)]:null;if(typeof(_0x2d4e40==null?void 0x0:_0x2d4e40[_0x108f4c(0x45b)])!=_0x108f4c(0x231))throw Error(_0x108f4c(0x367));return _0x2d4e40[_0x108f4c(0x45b)](new Uint8Array(_0xfe4209));}function _0x1f687d(_0x49c5ab){const _0x2c69af=_0x239292;if(![0x10,0x18,0x20][_0x2c69af(0x41f)](_0x49c5ab[_0x2c69af(0x25c)]))throw Error(_0x2c69af(0x3d5)+_0x49c5ab['length']);}function _0x56a658(_0x107a4d){return _0x107a4d<<0x1^0x11b&-(_0x107a4d>>0x7);}function _0x372608(_0x4d675d,_0x2c9308){let _0x334949=0x0;for(;_0x2c9308>0x0;_0x2c9308>>=0x1)_0x334949^=_0x4d675d&-(_0x2c9308&0x1),_0x4d675d=_0x56a658(_0x4d675d);return _0x334949;}let _0xb1882c=((()=>{let _0x292b12=new Uint8Array(0x100);for(let _0x38a6f3=0x0,_0x3281cd=0x1;_0x38a6f3<0x100;_0x38a6f3++,_0x3281cd^=_0x56a658(_0x3281cd))_0x292b12[_0x38a6f3]=_0x3281cd;let _0x8e96f4=new Uint8Array(0x100);_0x8e96f4[0x0]=0x63;for(let _0x29bc55=0x0;_0x29bc55<0xff;_0x29bc55++){let _0x3744b1=_0x292b12[0xff-_0x29bc55];_0x3744b1|=_0x3744b1<<0x8,_0x8e96f4[_0x292b12[_0x29bc55]]=(_0x3744b1^_0x3744b1>>0x4^_0x3744b1>>0x5^_0x3744b1>>0x6^_0x3744b1>>0x7^0x63)&0xff;}return _0x5ec4d9(_0x292b12),_0x8e96f4;})()),_0x2c88cf=_0xb1882c[_0x239292(0x2c3)]((_0x3641fa,_0x1ae813)=>_0xb1882c[_0x239292(0x3d1)](_0x1ae813)),_0x460ad3=_0x3fb8a8=>_0x3fb8a8<<0x18|_0x3fb8a8>>>0x8,_0x650b17=_0x31d10d=>_0x31d10d<<0x8|_0x31d10d>>>0x18;function _0x51eb5c(_0xb903a,_0x52b542){const _0x5a5fc3=_0x239292;if(_0xb903a[_0x5a5fc3(0x25c)]!==0x100)throw Error(_0x5a5fc3(0x2d3));let _0xe674d=new Uint32Array(0x100)[_0x5a5fc3(0x2c3)]((_0x3ae6ce,_0x59a041)=>_0x52b542(_0xb903a[_0x59a041])),_0x52fc6d=_0xe674d[_0x5a5fc3(0x2c3)](_0x650b17),_0x1f5c55=_0x52fc6d[_0x5a5fc3(0x2c3)](_0x650b17),_0x4230e1=_0x1f5c55['map'](_0x650b17),_0x4362b2=new Uint32Array(0x100*0x100),_0x477638=new Uint32Array(0x100*0x100),_0x389ce7=new Uint16Array(0x100*0x100);for(let _0x42761f=0x0;_0x42761f<0x100;_0x42761f++)for(let _0x2bd61a=0x0;_0x2bd61a<0x100;_0x2bd61a++){let _0x2d998b=_0x42761f*0x100+_0x2bd61a;_0x4362b2[_0x2d998b]=_0xe674d[_0x42761f]^_0x52fc6d[_0x2bd61a],_0x477638[_0x2d998b]=_0x1f5c55[_0x42761f]^_0x4230e1[_0x2bd61a],_0x389ce7[_0x2d998b]=_0xb903a[_0x42761f]<<0x8|_0xb903a[_0x2bd61a];}return{'sbox':_0xb903a,'sbox2':_0x389ce7,'T0':_0xe674d,'T1':_0x52fc6d,'T2':_0x1f5c55,'T3':_0x4230e1,'T01':_0x4362b2,'T23':_0x477638};}let _0x294914=_0x51eb5c(_0xb1882c,_0x35cff9=>_0x372608(_0x35cff9,0x3)<<0x18|_0x35cff9<<0x10|_0x35cff9<<0x8|_0x372608(_0x35cff9,0x2)),_0x4aac9c=_0x51eb5c(_0x2c88cf,_0x29efd8=>_0x372608(_0x29efd8,0xb)<<0x18|_0x372608(_0x29efd8,0xd)<<0x10|_0x372608(_0x29efd8,0x9)<<0x8|_0x372608(_0x29efd8,0xe)),_0x4b8710=((()=>{let _0x2e5090=new Uint8Array(0x10);for(let _0x186a64=0x0,_0x23266a=0x1;_0x186a64<0x10;_0x186a64++,_0x23266a=_0x56a658(_0x23266a))_0x2e5090[_0x186a64]=_0x23266a;return _0x2e5090;})());function _0x2bde69(_0x28aba2){const _0x5078d6=_0x239292;_0x58e30c(_0x28aba2);let _0x5a1feb=_0x28aba2[_0x5078d6(0x25c)];_0x1f687d(_0x28aba2);let {sbox2:_0x32536c}=_0x294914,_0x181a6b=[];(!_0x5eeb37||!_0xcb0679(_0x28aba2))&&_0x181a6b[_0x5078d6(0x2d6)](_0x28aba2=_0x3b3c68(_0x28aba2));let _0xa98f04=_0x1be466(_0x567351(_0x28aba2)),_0x4ffae4=_0xa98f04[_0x5078d6(0x25c)],_0x5c99f5=_0x259b7d=>_0x5c5dff(_0x32536c,_0x259b7d,_0x259b7d,_0x259b7d,_0x259b7d),_0x4c2422=new Uint32Array(_0x5a1feb+0x1c);_0x4c2422[_0x5078d6(0x28a)](_0xa98f04);for(let _0x51714d=_0x4ffae4;_0x51714d<_0x4c2422['length'];_0x51714d++){let _0x276d23=_0x4c2422[_0x51714d-0x1];_0x51714d%_0x4ffae4===0x0?_0x276d23=_0x5c99f5(_0x460ad3(_0x276d23))^_0x4b8710[_0x51714d/_0x4ffae4-0x1]:_0x4ffae4>0x6&&_0x51714d%_0x4ffae4===0x4&&(_0x276d23=_0x5c99f5(_0x276d23)),_0x4c2422[_0x51714d]=_0x4c2422[_0x51714d-_0x4ffae4]^_0x276d23;}return _0x5ec4d9(..._0x181a6b),_0x4c2422;}function _0x28459c(_0x2e42bd){const _0x54bdc7=_0x239292;let _0x5a8fba=_0x2bde69(_0x2e42bd),_0x3ce1ab=_0x5a8fba[_0x54bdc7(0x444)](),_0x3bc27f=_0x5a8fba['length'],{sbox2:_0x3a642b}=_0x294914,{T0:_0x22414d,T1:_0x18d1f6,T2:_0x5574b2,T3:_0x54c09f}=_0x4aac9c;for(let _0x2960b4=0x0;_0x2960b4<_0x3bc27f;_0x2960b4+=0x4)for(let _0x308b15=0x0;_0x308b15<0x4;_0x308b15++)_0x3ce1ab[_0x2960b4+_0x308b15]=_0x5a8fba[_0x3bc27f-_0x2960b4-0x4+_0x308b15];_0x5ec4d9(_0x5a8fba);for(let _0x57d9ae=0x4;_0x57d9ae<_0x3bc27f-0x4;_0x57d9ae++){let _0x4ac57e=_0x3ce1ab[_0x57d9ae],_0x2f719b=_0x5c5dff(_0x3a642b,_0x4ac57e,_0x4ac57e,_0x4ac57e,_0x4ac57e);_0x3ce1ab[_0x57d9ae]=_0x22414d[_0x2f719b&0xff]^_0x18d1f6[_0x2f719b>>>0x8&0xff]^_0x5574b2[_0x2f719b>>>0x10&0xff]^_0x54c09f[_0x2f719b>>>0x18];}return _0x3ce1ab;}function _0x1acd60(_0x1c7cc1,_0x406e32,_0x3024ac,_0x200a66,_0x15845a,_0x3040bd){return _0x1c7cc1[_0x3024ac<<0x8&0xff00|_0x200a66>>>0x8&0xff]^_0x406e32[_0x15845a>>>0x8&0xff00|_0x3040bd>>>0x18&0xff];}function _0x5c5dff(_0x57ee7d,_0x2e78c4,_0x43dcae,_0xa3ec9d,_0x38a96e){return _0x57ee7d[_0x2e78c4&0xff|_0x43dcae&0xff00]|_0x57ee7d[_0xa3ec9d>>>0x10&0xff|_0x38a96e>>>0x10&0xff00]<<0x10;}function _0x57cef4(_0x45ec36,_0x1d2714,_0x54e208,_0x2751c4,_0x4a5695){let {sbox2:_0x4b0de2,T01:_0x4684cc,T23:_0x235997}=_0x294914,_0x3f2fd8=0x0;_0x1d2714^=_0x45ec36[_0x3f2fd8++],_0x54e208^=_0x45ec36[_0x3f2fd8++],_0x2751c4^=_0x45ec36[_0x3f2fd8++],_0x4a5695^=_0x45ec36[_0x3f2fd8++];let _0x410d61=_0x45ec36['length']/0x4-0x2;for(let _0x1744b7=0x0;_0x1744b7<_0x410d61;_0x1744b7++){let _0x1f8ebf=_0x45ec36[_0x3f2fd8++]^_0x1acd60(_0x4684cc,_0x235997,_0x1d2714,_0x54e208,_0x2751c4,_0x4a5695),_0x108e6f=_0x45ec36[_0x3f2fd8++]^_0x1acd60(_0x4684cc,_0x235997,_0x54e208,_0x2751c4,_0x4a5695,_0x1d2714),_0x27f87f=_0x45ec36[_0x3f2fd8++]^_0x1acd60(_0x4684cc,_0x235997,_0x2751c4,_0x4a5695,_0x1d2714,_0x54e208),_0x48b6d2=_0x45ec36[_0x3f2fd8++]^_0x1acd60(_0x4684cc,_0x235997,_0x4a5695,_0x1d2714,_0x54e208,_0x2751c4);_0x1d2714=_0x1f8ebf,_0x54e208=_0x108e6f,_0x2751c4=_0x27f87f,_0x4a5695=_0x48b6d2;}return{'s0':_0x45ec36[_0x3f2fd8++]^_0x5c5dff(_0x4b0de2,_0x1d2714,_0x54e208,_0x2751c4,_0x4a5695),'s1':_0x45ec36[_0x3f2fd8++]^_0x5c5dff(_0x4b0de2,_0x54e208,_0x2751c4,_0x4a5695,_0x1d2714),'s2':_0x45ec36[_0x3f2fd8++]^_0x5c5dff(_0x4b0de2,_0x2751c4,_0x4a5695,_0x1d2714,_0x54e208),'s3':_0x45ec36[_0x3f2fd8++]^_0x5c5dff(_0x4b0de2,_0x4a5695,_0x1d2714,_0x54e208,_0x2751c4)};}function _0x369a96(_0x3517c0,_0x5a83eb,_0x356a24,_0x38a63e,_0x3eae2a){let {sbox2:_0x2569a3,T01:_0x36176e,T23:_0x4fecef}=_0x4aac9c,_0x3add52=0x0;_0x5a83eb^=_0x3517c0[_0x3add52++],_0x356a24^=_0x3517c0[_0x3add52++],_0x38a63e^=_0x3517c0[_0x3add52++],_0x3eae2a^=_0x3517c0[_0x3add52++];let _0x499f1d=_0x3517c0['length']/0x4-0x2;for(let _0x573377=0x0;_0x573377<_0x499f1d;_0x573377++){let _0x293372=_0x3517c0[_0x3add52++]^_0x1acd60(_0x36176e,_0x4fecef,_0x5a83eb,_0x3eae2a,_0x38a63e,_0x356a24),_0x4d9f30=_0x3517c0[_0x3add52++]^_0x1acd60(_0x36176e,_0x4fecef,_0x356a24,_0x5a83eb,_0x3eae2a,_0x38a63e),_0x37985a=_0x3517c0[_0x3add52++]^_0x1acd60(_0x36176e,_0x4fecef,_0x38a63e,_0x356a24,_0x5a83eb,_0x3eae2a),_0x2d39c6=_0x3517c0[_0x3add52++]^_0x1acd60(_0x36176e,_0x4fecef,_0x3eae2a,_0x38a63e,_0x356a24,_0x5a83eb);_0x5a83eb=_0x293372,_0x356a24=_0x4d9f30,_0x38a63e=_0x37985a,_0x3eae2a=_0x2d39c6;}return{'s0':_0x3517c0[_0x3add52++]^_0x5c5dff(_0x2569a3,_0x5a83eb,_0x3eae2a,_0x38a63e,_0x356a24),'s1':_0x3517c0[_0x3add52++]^_0x5c5dff(_0x2569a3,_0x356a24,_0x5a83eb,_0x3eae2a,_0x38a63e),'s2':_0x3517c0[_0x3add52++]^_0x5c5dff(_0x2569a3,_0x38a63e,_0x356a24,_0x5a83eb,_0x3eae2a),'s3':_0x3517c0[_0x3add52++]^_0x5c5dff(_0x2569a3,_0x3eae2a,_0x38a63e,_0x356a24,_0x5a83eb)};}function _0x39316c(_0x2f226e){const _0x28f920=_0x239292;if(_0x58e30c(_0x2f226e),_0x2f226e[_0x28f920(0x25c)]%0x10!=0x0)throw Error('aes-(cbc/ecb).decrypt\x20ciphertext\x20should\x20consist\x20of\x20blocks\x20with\x20size\x2016');}function _0xe361(_0x5de2c5,_0xc57fc7,_0x22bcb8){const _0x3c5ecd=_0x239292;_0x58e30c(_0x5de2c5);let _0x3fa14a=_0x5de2c5[_0x3c5ecd(0x25c)],_0x30e7f9=_0x3fa14a%0x10;if(!_0xc57fc7&&_0x30e7f9!==0x0)throw Error(_0x3c5ecd(0x473));if(_0xc57fc7){let _0x19b310=0x10-_0x30e7f9;_0x19b310||(_0x19b310=0x10),_0x3fa14a+=_0x19b310;}_0x22bcb8=_0x4da8d3(_0x3fa14a,_0x22bcb8),_0x45699a(_0x5de2c5,_0x22bcb8),(!_0x5eeb37||!_0xcb0679(_0x5de2c5))&&(_0x5de2c5=_0x3b3c68(_0x5de2c5));let _0x34b232=_0x567351(_0x5de2c5);return _0x1be466(_0x34b232),{'b':_0x34b232,'o':_0x567351(_0x22bcb8),'out':_0x22bcb8};}function _0x24983d(_0x29319b,_0x19f2c4){const _0x1e6dc9=_0x239292;if(!_0x19f2c4)return _0x29319b;let _0x2e337b=_0x29319b[_0x1e6dc9(0x25c)];if(_0x2e337b===0x0)throw Error(_0x1e6dc9(0x25f));let _0x203ed8=_0x29319b[_0x2e337b-0x1],_0x52add5=0x1;_0x52add5&=_0x203ed8-0x1>>>0x1f^0x1,_0x52add5&=0x10-_0x203ed8>>>0x1f^0x1;for(let _0x1d6792=0x0;_0x1d6792<0x10;_0x1d6792++){let _0x16e1e6=_0x1d6792-_0x203ed8>>>0x1f,_0x20a747=+((_0x29319b[_0x2e337b-0x1-_0x1d6792]^_0x203ed8)===0x0);_0x52add5&=_0x20a747|_0x16e1e6^0x1;}if(!_0x52add5)throw Error(_0x1e6dc9(0x4d1));return _0x29319b[_0x1e6dc9(0x294)](0x0,_0x2e337b-_0x203ed8);}function _0x380abc(_0x8ae7ad){let _0x168508=new Uint8Array(0x10),_0x4ad2c4=_0x567351(_0x168508);_0x168508['set'](_0x8ae7ad);let _0x604124=0x10-_0x8ae7ad['length'];for(let _0x4dfd1a=0x10-_0x604124;_0x4dfd1a<0x10;_0x4dfd1a++)_0x168508[_0x4dfd1a]=_0x604124;return _0x4ad2c4;}let _0xa7ccc3=_0x169097({'blockSize':0x10,'nonceLength':0x10},function(_0x4bd0be,_0x329557,_0x4c85d1={}){const _0x5a5be3=_0x239292;let _0x4e84bb=!_0x4c85d1[_0x5a5be3(0x398)];return{'encrypt'(_0x28a0d6,_0x3d3431){const _0x38df1f=_0x5a5be3;let _0x457ce4=_0x2bde69(_0x4bd0be),{b:_0xea74be,o:_0x2047ea,out:_0x3d1419}=_0xe361(_0x28a0d6,_0x4e84bb,_0x3d3431),_0x3bc3b4=_0x329557,_0x3b53f3=[_0x457ce4];(!_0x5eeb37||!_0xcb0679(_0x3bc3b4))&&_0x3b53f3[_0x38df1f(0x2d6)](_0x3bc3b4=_0x3b3c68(_0x3bc3b4));let _0xaf1143=_0x567351(_0x3bc3b4);_0x1be466(_0xaf1143);let _0x4236be=_0xaf1143[0x0],_0xbe61a=_0xaf1143[0x1],_0x3779b7=_0xaf1143[0x2],_0x3c9e87=_0xaf1143[0x3],_0x38e798=0x0;for(;_0x38e798+0x4<=_0xea74be[_0x38df1f(0x25c)];)_0x4236be^=_0xea74be[_0x38e798+0x0],_0xbe61a^=_0xea74be[_0x38e798+0x1],_0x3779b7^=_0xea74be[_0x38e798+0x2],_0x3c9e87^=_0xea74be[_0x38e798+0x3],{s0:_0x4236be,s1:_0xbe61a,s2:_0x3779b7,s3:_0x3c9e87}=_0x57cef4(_0x457ce4,_0x4236be,_0xbe61a,_0x3779b7,_0x3c9e87),_0x2047ea[_0x38e798++]=_0x4236be,_0x2047ea[_0x38e798++]=_0xbe61a,_0x2047ea[_0x38e798++]=_0x3779b7,_0x2047ea[_0x38e798++]=_0x3c9e87;if(_0x4e84bb){let _0x13e465=_0x380abc(_0x28a0d6[_0x38df1f(0x294)](_0x38e798*0x4));_0x1be466(_0x13e465),_0x4236be^=_0x13e465[0x0],_0xbe61a^=_0x13e465[0x1],_0x3779b7^=_0x13e465[0x2],_0x3c9e87^=_0x13e465[0x3],{s0:_0x4236be,s1:_0xbe61a,s2:_0x3779b7,s3:_0x3c9e87}=_0x57cef4(_0x457ce4,_0x4236be,_0xbe61a,_0x3779b7,_0x3c9e87),_0x2047ea[_0x38e798++]=_0x4236be,_0x2047ea[_0x38e798++]=_0xbe61a,_0x2047ea[_0x38e798++]=_0x3779b7,_0x2047ea[_0x38e798++]=_0x3c9e87;}return _0x1be466(_0x2047ea),_0x5ec4d9(..._0x3b53f3),_0x3d1419;},'decrypt'(_0x3984d8,_0x2f4cad){const _0x5509e3=_0x5a5be3;_0x39316c(_0x3984d8);let _0x1b820d=_0x28459c(_0x4bd0be),_0x28a4b8=_0x329557,_0x411a78=[_0x1b820d];(!_0x5eeb37||!_0xcb0679(_0x28a4b8))&&_0x411a78[_0x5509e3(0x2d6)](_0x28a4b8=_0x3b3c68(_0x28a4b8));let _0x55a195=_0x567351(_0x28a4b8);_0x1be466(_0x55a195),_0x2f4cad=_0x4da8d3(_0x3984d8[_0x5509e3(0x25c)],_0x2f4cad),_0x45699a(_0x3984d8,_0x2f4cad),(!_0x5eeb37||!_0xcb0679(_0x3984d8))&&_0x411a78['push'](_0x3984d8=_0x3b3c68(_0x3984d8));let _0x103889=_0x567351(_0x3984d8),_0x3e94a4=_0x567351(_0x2f4cad);_0x1be466(_0x103889);let _0x4a5e0e=_0x55a195[0x0],_0x237f75=_0x55a195[0x1],_0x55805b=_0x55a195[0x2],_0x31a243=_0x55a195[0x3];for(let _0x7709e1=0x0;_0x7709e1+0x4<=_0x103889['length'];){let _0x4f4c6d=_0x4a5e0e,_0x4877eb=_0x237f75,_0x177831=_0x55805b,_0x5bbe53=_0x31a243;_0x4a5e0e=_0x103889[_0x7709e1+0x0],_0x237f75=_0x103889[_0x7709e1+0x1],_0x55805b=_0x103889[_0x7709e1+0x2],_0x31a243=_0x103889[_0x7709e1+0x3];let {s0:_0x2104e4,s1:_0x35327e,s2:_0x56cc7c,s3:_0x495915}=_0x369a96(_0x1b820d,_0x4a5e0e,_0x237f75,_0x55805b,_0x31a243);_0x3e94a4[_0x7709e1++]=_0x2104e4^_0x4f4c6d,_0x3e94a4[_0x7709e1++]=_0x35327e^_0x4877eb,_0x3e94a4[_0x7709e1++]=_0x56cc7c^_0x177831,_0x3e94a4[_0x7709e1++]=_0x495915^_0x5bbe53;}return _0x1be466(_0x3e94a4),_0x5ec4d9(..._0x411a78),_0x24983d(_0x2f4cad,_0x4e84bb);}};});function _0xd1a20e(_0x425c84){const _0x5b4f50=_0x239292;let _0x252f73=atob(_0x425c84),_0x16cd21=new Uint8Array(_0x252f73['length']);for(let _0x4535d8=0x0;_0x4535d8<_0x252f73[_0x5b4f50(0x25c)];_0x4535d8++)_0x16cd21[_0x4535d8]=_0x252f73[_0x5b4f50(0x49c)](_0x4535d8);return _0x16cd21;}function _0x15727c(_0x4baf07){const _0x212daf=_0x239292;let _0x174679='';for(let _0x4c71e8=0x0;_0x4c71e8<_0x4baf07['length'];_0x4c71e8++)_0x174679+=String[_0x212daf(0x3f8)](_0x4baf07[_0x4c71e8]);return btoa(_0x174679);}function _0x2981fd(_0x74335d,_0x451463){const _0x641e6d=_0x239292;let _0x419217=_0xd1a20e(_0x451463),_0x3b9de0=_0x57bdab(0x10);return _0x15727c(_0x30a482(_0x3b9de0,_0xa7ccc3(_0x419217,_0x3b9de0)[_0x641e6d(0x2a2)](_0x16f2ed(_0x74335d))));}function _0x53b639(){const _0x47e314=_0x239292;let _0x22f323=(0x0,_0x23b870[_0x47e314(0x4fa)])()[_0x47e314(0x4f2)];if(typeof window<'u'&&window['location']!==void 0x0&&_0x22f323){let _0x3caccb={'time':Math[_0x47e314(0x284)](Date[_0x47e314(0x1da)]()/0x3e8),'domain':location['hostname']};return _0x2981fd(JSON[_0x47e314(0x3db)](_0x3caccb),_0x22f323);}}let _0x5de5d9=class{constructor(_0x22d63d){const _0x5bb1f2=_0x239292;this['_httpService']=_0x22d63d,this[_0x5bb1f2(0x1dc)]();}[_0x239292(0x1dc)](){const _0x2ee7e3=_0x239292;this[_0x2ee7e3(0x498)][_0x2ee7e3(0x39f)]({'interceptor':(_0xfee4f7,_0x2ce2f8)=>{const _0x3b99e5=_0x2ee7e3;let _0x2a3aca=_0x53b639();return _0x2a3aca&&_0xfee4f7[_0x3b99e5(0x440)][_0x3b99e5(0x28a)]('x-univer-host',_0x2a3aca),_0x2ce2f8(_0xfee4f7);}});}};_0x5de5d9=_0x157b59([_0x202927(0x0,(0x0,_0x373403[_0x239292(0x4c7)])(_0x39ae45['HTTPService']))],_0x5de5d9);let _0x38fa1f=class extends _0x373403[_0x239292(0x3cd)]{constructor(_0x122d32,_0x4eb8c9,_0x202c81){const _0x162ea1=_0x239292;super(),this[_0x162ea1(0x41e)]=_0x122d32,this[_0x162ea1(0x466)]=_0x4eb8c9,this[_0x162ea1(0x4e1)]=_0x202c81,_0x261440(this,'_unitInfo$',new _0xad45f2['BehaviorSubject'](null)),_0x261440(this,'_unitLoaded$',new _0xad45f2[(_0x162ea1(0x307))]()),_0x261440(this,_0x162ea1(0x3c9),this[_0x162ea1(0x304)][_0x162ea1(0x3a2)]()),_0x261440(this,_0x162ea1(0x3af),this[_0x162ea1(0x29b)][_0x162ea1(0x3a2)]());}[_0x239292(0x328)](){const _0x3420d4=_0x239292;super[_0x3420d4(0x328)](),this['_unitLoaded$'][_0x3420d4(0x376)](),this[_0x3420d4(0x304)]['complete']();}async[_0x239292(0x3c1)](_0x2678e4,_0x344a74,_0x14529f,_0x2582bf){const _0x283d6f=_0x239292;this[_0x283d6f(0x304)][_0x283d6f(0x34a)]({'unitId':_0x2678e4,'type':_0x344a74,'subUnitId':_0x2582bf});let _0xcfe07=null;switch(_0x344a74){case _0x373403[_0x283d6f(0x4f6)][_0x283d6f(0x493)]:_0xcfe07=await this[_0x283d6f(0x466)]['loadSheet'](_0x2678e4,_0x14529f,void 0x0,{'initialSubUnitId':_0x2582bf});break;case _0x373403['UniverInstanceType'][_0x283d6f(0x452)]:_0xcfe07=await this[_0x283d6f(0x466)][_0x283d6f(0x38f)](_0x2678e4,_0x14529f);break;case _0x373403[_0x283d6f(0x4f6)][_0x283d6f(0x244)]:_0xcfe07=await this['_snapshotService']['loadSlide'](_0x2678e4,_0x14529f);break;case _0x373403[_0x283d6f(0x4f6)]['UNIVER_BOARD']:_0xcfe07=await this['_snapshotService']['loadBoard'](_0x2678e4,_0x14529f);break;case _0x373403[_0x283d6f(0x4f6)]['UNIVER_BASE']:_0xcfe07=await this[_0x283d6f(0x466)][_0x283d6f(0x2b4)](_0x2678e4,_0x14529f);break;default:this[_0x283d6f(0x41e)][_0x283d6f(0x282)]('[DataLoaderService]',_0x283d6f(0x1fc));break;}return _0xcfe07&&this[_0x283d6f(0x29b)]['next'](_0xcfe07),_0xcfe07;}async[_0x239292(0x4b1)](_0x254599,_0x956d6f,_0x21e7b4){const _0xfccb50=_0x239292;var _0x1ca60c;this[_0xfccb50(0x304)][_0xfccb50(0x34a)]({'unitId':_0x254599,'type':_0x956d6f,'subUnitId':_0x21e7b4});let _0x132479=0x0,_0x3daafe=await((_0x1ca60c=this[_0xfccb50(0x4e1)])==null?void 0x0:_0x1ca60c['loadOfflineData'](_0x254599));return _0x3daafe&&(_0x3daafe[_0xfccb50(0x2cd)]||_0x3daafe[_0xfccb50(0x477)][_0xfccb50(0x25c)]!==0x0)&&(_0x132479=_0x3daafe[_0xfccb50(0x386)]),_0x132479===0x0&&this[_0xfccb50(0x41e)][_0xfccb50(0x4f7)](_0xfccb50(0x501),_0xfccb50(0x413)),this['loadUnitOfRevision'](_0x254599,_0x956d6f,_0x132479,_0x21e7b4);}};_0x38fa1f=_0x157b59([_0x202927(0x0,_0x373403[_0x239292(0x2a1)]),_0x202927(0x1,(0x0,_0x373403['Inject'])(_0x48ee3a['SnapshotService'])),_0x202927(0x2,(0x0,_0x373403[_0x239292(0x30b)])(_0x32ba82))],_0x38fa1f);let _0x40f1cc=class{constructor(_0x9d26e1,_0x125a57,_0xdfa174){const _0x111376=_0x239292;this[_0x111376(0x498)]=_0x9d26e1,this[_0x111376(0x223)]=_0x125a57,this[_0x111376(0x3a7)]=_0xdfa174,_0x261440(this,_0x111376(0x2a6),0x0),_0x261440(this,_0x111376(0x4c9),new _0xad45f2[(_0x111376(0x307))]()),_0x261440(this,'change$',this[_0x111376(0x4c9)]),_0x261440(this,_0x111376(0x47f),new Map());}[_0x239292(0x510)](_0x2079f4){const _0x17635f=_0x239292;this[_0x17635f(0x2a6)]=_0x2079f4,this[_0x17635f(0x4c9)]['next'](_0x2079f4);}[_0x239292(0x318)](_0x12cf00,_0x3d4307){const _0x460d8d=_0x239292;if(_0x3d4307===_0x373403[_0x460d8d(0x2c5)]['BASE64']){let _0x355c2b=new Image();return _0x355c2b[_0x460d8d(0x1f9)]=_0x12cf00,_0x355c2b;}return this[_0x460d8d(0x47f)]['get'](_0x12cf00);}[_0x239292(0x48b)](_0xdcaffb,_0x1e9cac,_0x4a68be){const _0x3cb644=_0x239292;_0x1e9cac===_0x373403[_0x3cb644(0x2c5)][_0x3cb644(0x517)]||_0x4a68be==null||this[_0x3cb644(0x47f)]['set'](_0xdcaffb,_0x4a68be);}async[_0x239292(0x2d8)](_0x4c5bd2){const _0x5caebb=_0x239292;try{let _0x342aff=this[_0x5caebb(0x4f4)](this[_0x5caebb(0x2cc)](),''+_0x4c5bd2),_0x8cd79b=(await this[_0x5caebb(0x498)][_0x5caebb(0x418)](_0x342aff))['body'];if(_0x8cd79b[_0x5caebb(0x282)]&&_0x8cd79b[_0x5caebb(0x282)]['code']===_0x31a69d[_0x5caebb(0x4ca)]['OK']){let _0x410d06=(0x0,_0x373403[_0x5caebb(0x201)])(_0x8cd79b['url'],this[_0x5caebb(0x4eb)]());return Promise[_0x5caebb(0x1dd)](_0x410d06);}return Promise[_0x5caebb(0x316)](_0x8cd79b[_0x5caebb(0x282)]);}catch(_0x4a8874){return Promise['reject'](_0x4a8874);}}async[_0x239292(0x2e5)](_0x468a6f){const _0x42892d=_0x239292;let _0x42f1b1='';if(!_0x16ba7c[_0x42892d(0x3f0)]['includes'](_0x468a6f[_0x42892d(0x29f)]))return this[_0x42892d(0x3b8)](),Promise['reject'](Error(_0x373403[_0x42892d(0x1fd)][_0x42892d(0x4f3)]));if(_0x468a6f[_0x42892d(0x472)]>(0x0,_0x16ba7c[_0x42892d(0x2e1)])())return this[_0x42892d(0x3b8)](),Promise['reject'](Error(_0x373403[_0x42892d(0x1fd)][_0x42892d(0x24c)]));try{let _0x6a3ea3=new FormData();_0x6a3ea3[_0x42892d(0x27c)](_0x42892d(0x35b),_0x468a6f);let _0x967684=this['_univerInstanceService'][_0x42892d(0x408)](),_0x4365fe=_0x967684==null?void 0x0:_0x967684[_0x42892d(0x487)]();if(!_0x4365fe)throw Error(_0x42892d(0x49a));let _0x5ba5f3=this['_getUploadFileURL']()+_0x42892d(0x214)+_0x468a6f[_0x42892d(0x472)][_0x42892d(0x24d)]()+_0x42892d(0x3f4)+_0x31a69d[_0x42892d(0x471)][_0x42892d(0x2c1)]+_0x42892d(0x3ba)+encodeURIComponent(_0x4365fe),_0x9b9f07={'body':_0x6a3ea3},_0x2983ff=(await this[_0x42892d(0x498)][_0x42892d(0x287)](_0x5ba5f3,_0x9b9f07))[_0x42892d(0x38e)];if(typeof _0x2983ff[_0x42892d(0x450)]!=_0x42892d(0x504))return this[_0x42892d(0x3b8)](),Promise[_0x42892d(0x316)](Error(_0x373403[_0x42892d(0x1fd)]['ERROR_IMAGE']));_0x42f1b1=_0x2983ff['FileId'];}catch{return this['_decreaseWaiting'](),Promise[_0x42892d(0x316)](Error(_0x373403[_0x42892d(0x1fd)]['ERROR_IMAGE']));}return new Promise((_0x266139,_0x441bbd)=>{const _0x17192c=_0x42892d;let _0x1e7c57=new FileReader();_0x1e7c57['readAsDataURL'](_0x468a6f),_0x1e7c57[_0x17192c(0x431)]=_0x254e0f=>{const _0x50b01f=_0x17192c;var _0x41511c;let _0x33f3b8=(_0x41511c=_0x254e0f[_0x50b01f(0x299)])==null?void 0x0:_0x41511c['result'];if(_0x33f3b8==null){this['_decreaseWaiting'](),_0x441bbd(Error(_0x373403[_0x50b01f(0x1fd)]['ERROR_IMAGE']));return;}_0x266139({'imageId':(0x0,_0x373403['generateRandomId'])(0x6),'imageSourceType':_0x373403[_0x50b01f(0x2c5)]['UUID'],'source':_0x42f1b1,'base64Cache':_0x33f3b8,'status':_0x373403[_0x50b01f(0x1fd)]['SUCCUSS']}),this[_0x50b01f(0x3b8)]();};});}[_0x239292(0x505)](){const _0x3a67b0=_0x239292;var _0x41c371;let _0x1af59f=this['_configService'][_0x3a67b0(0x291)](_0x4aca5a);return(_0x41c371=_0x1af59f==null?void 0x0:_0x1af59f[_0x3a67b0(0x25e)])==null?_0x3a67b0(0x3ef):_0x41c371;}[_0x239292(0x2cc)](){const _0x59c213=_0x239292;var _0x21098e;let _0x1188dc=this[_0x59c213(0x223)][_0x59c213(0x291)](_0x4aca5a);return(_0x21098e=_0x1188dc==null?void 0x0:_0x1188dc['signUrlServerUrl'])==null?_0x59c213(0x365):_0x21098e;}[_0x239292(0x4eb)](){const _0x3b97df=_0x239292;var _0x20b88b;let _0x47e7f9=this['_configService'][_0x3b97df(0x291)](_0x4aca5a);return(_0x20b88b=_0x47e7f9==null?void 0x0:_0x47e7f9['downloadEndpointUrl'])==null?location[_0x3b97df(0x3b3)]:_0x20b88b;}[_0x239292(0x4f4)](_0x3b7ce4,_0x190a6c){const _0x157ac5=_0x239292;return _0x3b7ce4[_0x157ac5(0x35a)](_0x157ac5(0x483),_0x190a6c);}[_0x239292(0x3b8)](){const _0x5283d3=_0x239292;--this[_0x5283d3(0x2a6)],this[_0x5283d3(0x4c9)][_0x5283d3(0x34a)](this['_waitCount']);}};_0x40f1cc=_0x157b59([_0x202927(0x0,(0x0,_0x373403[_0x239292(0x4c7)])(_0x39ae45[_0x239292(0x297)])),_0x202927(0x1,_0x373403[_0x239292(0x2c6)]),_0x202927(0x2,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403[_0x239292(0x3d0)]))],_0x40f1cc);let _0x3f6459=class{constructor(_0x5d3a79,_0x1da41c){const _0x508bce=_0x239292;this[_0x508bce(0x223)]=_0x5d3a79,this[_0x508bce(0x51f)]=_0x1da41c;}[_0x239292(0x4b4)](){const _0xf1f584=_0x239292;var _0x369a48;let _0x47014b=this[_0xf1f584(0x223)]['getConfig'](_0x4aca5a);return(_0x369a48=_0x47014b==null?void 0x0:_0x47014b[_0xf1f584(0x2c9)])==null?_0xf1f584(0x27b):_0x369a48;}async[_0x239292(0x1ee)](_0x496dae){const _0x1f86b6=_0x239292;let _0x23ed41=this[_0x1f86b6(0x4b4)]()+_0x1f86b6(0x209);return{'list':[{'title':_0x1f86b6(0x1d4),'mentions':(await this[_0x1f86b6(0x51f)][_0x1f86b6(0x418)](_0x23ed41,{'params':{'objectID':_0x496dae[_0x1f86b6(0x445)],'unitID':_0x496dae[_0x1f86b6(0x445)]}}))['body'][_0x1f86b6(0x2ba)][_0x1f86b6(0x2c3)](_0x32e0bb=>({'objectId':_0x32e0bb['id'],'name':_0x32e0bb[_0x1f86b6(0x339)][_0x1f86b6(0x3c6)],'metadata':{'icon':_0x32e0bb[_0x1f86b6(0x339)][_0x1f86b6(0x3e3)]},'label':_0x32e0bb[_0x1f86b6(0x339)][_0x1f86b6(0x3c6)],'objectType':_0x373403[_0x1f86b6(0x47d)][_0x1f86b6(0x24f)]})),'metadata':{},'type':_0x373403[_0x1f86b6(0x47d)][_0x1f86b6(0x24f)]}]};}};_0x3f6459=_0x157b59([_0x202927(0x0,(0x0,_0x373403['Inject'])(_0x373403[_0x239292(0x2c6)])),_0x202927(0x1,(0x0,_0x373403[_0x239292(0x4c7)])(_0x39ae45['HTTPService']))],_0x3f6459);let _0x165343=class extends _0x373403[_0x239292(0x3cd)]{constructor(_0x486878,_0x4f7d43,_0x30bee2,_0x79a7d8,_0x1744b4){const _0xc66bd6=_0x239292;super(),this['_injector']=_0x486878,this['_univerInstanceService']=_0x4f7d43,this[_0xc66bd6(0x48d)]=_0x30bee2,this['_collaborationSessionService']=_0x79a7d8,this[_0xc66bd6(0x512)]=_0x1744b4,this[_0xc66bd6(0x44d)](),this[_0xc66bd6(0x436)]();}[_0x239292(0x436)](){const _0x451ce2=_0x239292;let _0x45dd31=async _0x116c33=>{const _0x2cde68=_0xe127;(await this[_0x2cde68(0x242)][_0x2cde68(0x388)](_0x116c33))[_0x2cde68(0x2dd)][_0x2cde68(0x292)]((0x0,_0x438451[_0x2cde68(0x38d)])(_0x4a4d41=>_0x4a4d41['eventID']===_0x48ee3a[_0x2cde68(0x43c)][_0x2cde68(0x390)]),(0x0,_0x438451[_0x2cde68(0x2bc)])(this['dispose$']))['subscribe'](_0x3f6621=>{const _0x4263f2=_0x2cde68;let {reason:_0x49c3ff}=_0x3f6621[_0x4263f2(0x222)];this[_0x4263f2(0x512)]['emitEvent']({'id':'CLOSE_ROOM','data':_0x49c3ff}),this[_0x4263f2(0x48d)][_0x4263f2(0x4f0)](new _0x2c7bf6[(_0x4263f2(0x1e5))](_0x116c33)['id'],!0x1),this['_collaborationSessionService'][_0x4263f2(0x36b)](_0x116c33);});};(0x0,_0xad45f2[_0x451ce2(0x420)])(this[_0x451ce2(0x3a7)][_0x451ce2(0x438)](_0x373403['UniverInstanceType'][_0x451ce2(0x493)]),this[_0x451ce2(0x3a7)][_0x451ce2(0x438)](_0x373403[_0x451ce2(0x4f6)][_0x451ce2(0x452)]),this[_0x451ce2(0x3a7)]['getTypeOfUnitAdded$'](_0x373403[_0x451ce2(0x4f6)]['UNIVER_BOARD']),this[_0x451ce2(0x3a7)][_0x451ce2(0x438)](_0x373403[_0x451ce2(0x4f6)][_0x451ce2(0x27a)]))[_0x451ce2(0x292)]((0x0,_0x438451[_0x451ce2(0x2c3)])(_0x58cd75=>_0x58cd75[_0x451ce2(0x258)][_0x451ce2(0x487)]()),(0x0,_0x438451[_0x451ce2(0x38d)])(_0x2daace=>!(0x0,_0x373403[_0x451ce2(0x508)])(_0x2daace)),(0x0,_0x438451[_0x451ce2(0x2bc)])(this[_0x451ce2(0x3d6)]))[_0x451ce2(0x37a)](_0x2e3972=>{_0x45dd31(_0x2e3972);});}[_0x239292(0x44d)](){const _0x1ef031=_0x239292;let _0x58d2d4=async _0x43c378=>{const _0xa02933=_0xe127;let _0x5e56df=await this[_0xa02933(0x242)]['requireSession'](_0x43c378),_0x4ef341=this[_0xa02933(0x519)][_0xa02933(0x418)](_0x2c7bf6[_0xa02933(0x261)]);_0x5e56df['event$'][_0xa02933(0x292)]((0x0,_0x438451['filter'])(_0x119176=>_0x119176[_0xa02933(0x4ac)]===_0x48ee3a[_0xa02933(0x43c)]['UPDATE_PERMISSION_OBJ']),(0x0,_0x438451[_0xa02933(0x2bc)])(this[_0xa02933(0x3d6)]))[_0xa02933(0x37a)](_0x2d8b34=>{const _0x5c3d52=_0xa02933;let {objectId:_0x2f80fc}=_0x2d8b34[_0x5c3d52(0x222)];_0x2f80fc===_0x43c378?_0x4ef341[_0x5c3d52(0x3dc)](_0x43c378):_0x4ef341[_0x5c3d52(0x41d)](_0x43c378,_0x2f80fc);});};(0x0,_0xad45f2[_0x1ef031(0x420)])(this[_0x1ef031(0x3a7)][_0x1ef031(0x438)](_0x373403[_0x1ef031(0x4f6)][_0x1ef031(0x493)]))[_0x1ef031(0x292)]((0x0,_0x438451[_0x1ef031(0x2c3)])(_0x3cad35=>_0x3cad35[_0x1ef031(0x258)]['getUnitId']()),(0x0,_0x438451[_0x1ef031(0x38d)])(_0x26178c=>!(0x0,_0x373403[_0x1ef031(0x508)])(_0x26178c)),(0x0,_0x438451['takeUntil'])(this[_0x1ef031(0x3d6)]))[_0x1ef031(0x37a)](_0x30d1d5=>{_0x58d2d4(_0x30d1d5);});}};_0x165343=_0x157b59([_0x202927(0x0,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403['Injector'])),_0x202927(0x1,_0x373403[_0x239292(0x3d0)]),_0x202927(0x2,_0x373403['IPermissionService']),_0x202927(0x3,(0x0,_0x373403[_0x239292(0x4c7)])(_0x219c13)),_0x202927(0x4,(0x0,_0x373403['Inject'])(_0x2def2b))],_0x165343);let _0x5f12d2=class{constructor(_0x4b9968,_0x2bc10a){const _0x3b10dc=_0x239292;this[_0x3b10dc(0x223)]=_0x4b9968,this[_0x3b10dc(0x498)]=_0x2bc10a;}async['getUnitOnRev'](_0x3909b8,_0x589b09){const _0x216bbc=_0x239292;var _0x3b1264;let {unitID:_0x11e005,type:_0x4ff924,revision:_0x563027=0x0}=_0x589b09,_0x3d635d=this[_0x216bbc(0x3a1)]()+'/'+_0x4ff924+_0x216bbc(0x4cd)+_0x11e005+'/rev/'+_0x563027,_0x282d25=(await this['_httpService']['get'](_0x3d635d))['body'],_0x1bc326=(_0x3b1264=_0x282d25[_0x216bbc(0x4d4)])==null?void 0x0:_0x3b1264[_0x216bbc(0x3c4)];if(_0x1bc326){let _0x2ef3c4=_0x1bc326==null?void 0x0:_0x1bc326[_0x216bbc(0x4d2)];_0x1bc326[_0x216bbc(0x4d2)]=_0x48ee3a[_0x216bbc(0x46c)][_0x216bbc(0x4e7)]((0x0,_0x48ee3a['b64DecodeUnicode'])(_0x2ef3c4)),Object[_0x216bbc(0x1f1)](_0x1bc326[_0x216bbc(0x224)])[_0x216bbc(0x1e2)](([,_0x69ecbc])=>{const _0x4f574f=_0x216bbc;let _0x58a785=_0x69ecbc[_0x4f574f(0x4d2)];_0x69ecbc[_0x4f574f(0x4d2)]=_0x48ee3a['textEncoder'][_0x4f574f(0x4e7)]((0x0,_0x48ee3a[_0x4f574f(0x462)])(_0x58a785));});}return _0x282d25;}async[_0x239292(0x217)](_0x1e0fa3,_0x47ad77){const _0x4f0481=_0x239292;let {unitID:_0x556f6e,type:_0x24e7ef,blockID:_0x58ac25}=_0x47ad77,_0x4be754=this['_getAPIPrefix']()+'/'+_0x24e7ef+_0x4f0481(0x4cd)+_0x556f6e+_0x4f0481(0x44f)+_0x58ac25;return(await this[_0x4f0481(0x498)][_0x4f0481(0x418)](_0x4be754))['body'];}async['getDeserializedSheetBlock'](_0x59ea1c,_0x937f51){const _0xa98fd1=_0x239292;let {unitID:_0x754132,type:_0x24ec13,blockID:_0x3e1b3a}=_0x937f51,_0x34e84c=this[_0xa98fd1(0x4e3)]()+_0xa98fd1(0x44f)+_0x24ec13+'/unit/'+_0x754132+_0xa98fd1(0x44f)+_0x3e1b3a;return(await this[_0xa98fd1(0x498)]['get'](_0x34e84c))[_0xa98fd1(0x38e)];}async[_0x239292(0x327)](_0x5bfab5,_0x28812c){const _0x4aaa72=_0x239292;let {unitID:_0x130915,type:_0x3e81ed,from:_0x3a089a,to:_0x2236c2}=_0x28812c,_0x259d3c=this['_getAPIPrefix']()+'/'+_0x3e81ed+_0x4aaa72(0x4cd)+_0x130915+'/fetchmissing?from='+_0x3a089a+_0x4aaa72(0x46e)+_0x2236c2;return(await this['_httpService']['get'](_0x259d3c))[_0x4aaa72(0x38e)];}['getSnapshotAPIPath'](){const _0x58887f=_0x239292;var _0xb5f87a;return(_0xb5f87a=this[_0x58887f(0x223)][_0x58887f(0x291)](_0x58887f(0x3bd)))==null?this[_0x58887f(0x4e3)]():_0xb5f87a;}[_0x239292(0x4e3)](){const _0x315119=_0x239292;var _0xc6db7a;let _0x17e031=this['_configService'][_0x315119(0x291)](_0x4aca5a);return(_0xc6db7a=_0x17e031==null?void 0x0:_0x17e031[_0x315119(0x1e1)])==null?_0x315119(0x484):_0xc6db7a;}async[_0x239292(0x1f0)](_0x45428b,_0x592927){const _0x1329df=_0x239292;let _0x10ecd1=_0x1329df(0x362)+_0x592927[_0x1329df(0x29f)]+_0x1329df(0x4cd)+_0x592927[_0x1329df(0x262)]+'/resources';return(await this[_0x1329df(0x498)][_0x1329df(0x418)](_0x10ecd1,{'params':{'resourceId':JSON[_0x1329df(0x3db)](_0x592927[_0x1329df(0x31a)])}}))[_0x1329df(0x38e)];}[_0x239292(0x3a9)](){const _0x1a96f2=_0x239292;throw Error(_0x1a96f2(0x39b));}[_0x239292(0x234)](){const _0x17415d=_0x239292;throw Error(_0x17415d(0x39b));}['saveSheetBlock'](){const _0x3a6939=_0x239292;throw Error(_0x3a6939(0x39b));}[_0x239292(0x44e)](){const _0x127964=_0x239292;throw Error(_0x127964(0x39b));}[_0x239292(0x412)](){const _0x219d59=_0x239292;throw Error(_0x219d59(0x39b));}['getLatestCsReqIdBySid'](){const _0x5ee8f2=_0x239292;throw Error(_0x5ee8f2(0x39b));}};_0x5f12d2=_0x157b59([_0x202927(0x0,_0x373403[_0x239292(0x2c6)]),_0x202927(0x1,(0x0,_0x373403[_0x239292(0x4c7)])(_0x39ae45[_0x239292(0x297)]))],_0x5f12d2);let _0xc65992=class extends _0x373403[_0x239292(0x4ed)]{constructor(_0x12eb8b,_0x134a08,_0x7f5bb3,_0x3e3f5b,_0x23aa1e){const _0x39837e=_0x239292;super(_0x12eb8b,_0x134a08,_0x7f5bb3),this[_0x39837e(0x243)]=_0x3e3f5b,this['_logService']=_0x23aa1e;}[_0x239292(0x372)](_0x40cd1c,_0x3266d2){const _0x136b8e=_0x239292;let _0x16d562=this[_0x136b8e(0x481)](_0x40cd1c);if(_0x16d562)try{let _0x66d358=this[_0x136b8e(0x226)](_0x16d562,_0x3266d2);this[_0x136b8e(0x265)](_0x40cd1c,_0x66d358);}catch(_0x35ad3f){this[_0x136b8e(0x41e)][_0x136b8e(0x282)](_0x136b8e(0x20b),_0x35ad3f),this[_0x136b8e(0x3c2)](_0x40cd1c);}let _0x32108f=this['_getRedoStack'](_0x40cd1c);if(_0x32108f)try{let _0x1eb9d7=this['_transformStack'](_0x32108f,_0x3266d2);this[_0x136b8e(0x32e)](_0x40cd1c,_0x1eb9d7);}catch(_0x56a103){this['_logService'][_0x136b8e(0x282)](_0x56a103),this['_clearRedo'](_0x40cd1c);}}[_0x239292(0x3c2)](_0x2d5f3e){const _0x1a7f2e=_0x239292;let _0x36ba79=this['_getUndoStack'](_0x2d5f3e);_0x36ba79&&(_0x36ba79['length']=0x0,this[_0x1a7f2e(0x3e8)]());}[_0x239292(0x4dd)](_0xd6727d){const _0x4351cc=_0x239292;let _0x23029b=this[_0x4351cc(0x29c)](_0xd6727d);_0x23029b&&(_0x23029b[_0x4351cc(0x25c)]=0x0,this[_0x4351cc(0x3e8)]());}[_0x239292(0x265)](_0x34b52a,_0x4b0ae5){const _0x55a06d=_0x239292;this[_0x55a06d(0x4ab)][_0x55a06d(0x28a)](_0x34b52a,_0x4b0ae5),this[_0x55a06d(0x3e8)]();}[_0x239292(0x32e)](_0x51c29f,_0x899a4c){const _0x26e44b=_0x239292;this[_0x26e44b(0x3f6)][_0x26e44b(0x28a)](_0x51c29f,_0x899a4c),this[_0x26e44b(0x3e8)]();}['_transformStack'](_0x22f7df,_0x14d903){const _0x1723e2=_0x239292;let _0x217732=[],_0xd309cb=_0x14d903,_0x1981a7=_0x14d903;for(let _0x40a533=_0x22f7df[_0x1723e2(0x25c)]-0x1;_0x40a533>=0x0;_0x40a533--){let {unitID:_0x115556,undoMutations:_0x1b9be3,redoMutations:_0x271d86}=_0x22f7df[_0x40a533],_0x2c9389=this[_0x1723e2(0x243)][_0x1723e2(0x38a)](_0xd309cb,_0x1b9be3),_0x33e421=this[_0x1723e2(0x243)]['transformMutationsWithChangeset'](_0x1981a7,_0x271d86);if((0x0,_0x48ee3a[_0x1723e2(0x37c)])(_0x2c9389)||(0x0,_0x48ee3a[_0x1723e2(0x37c)])(_0x33e421)){this[_0x1723e2(0x41e)][_0x1723e2(0x282)](_0x1723e2(0x20b),_0x1723e2(0x46a),_0x2c9389,_0x33e421);break;}_0xd309cb=_0x2c9389['c1Prime'],_0x1981a7=_0x33e421[_0x1723e2(0x4da)],_0x217732[_0x1723e2(0x2d6)]({'unitID':_0x115556,'undoMutations':_0x2c9389[_0x1723e2(0x459)],'redoMutations':_0x33e421[_0x1723e2(0x459)]});}return _0x217732[_0x1723e2(0x237)]();}};_0xc65992=_0x157b59([_0x202927(0x0,_0x373403['IUniverInstanceService']),_0x202927(0x1,_0x373403['ICommandService']),_0x202927(0x2,_0x373403['IContextService']),_0x202927(0x3,_0x48ee3a['ITransformService']),_0x202927(0x4,_0x373403[_0x239292(0x2a1)])],_0xc65992);let _0x2107bf=class extends _0x373403[_0x239292(0x4af)]{constructor(_0x221795=_0x4f11d9,_0x3f6d8e,_0x185bce,_0x58eaa3){const _0x26099f=_0x239292;super(),this[_0x26099f(0x3b6)]=_0x221795,this[_0x26099f(0x41e)]=_0x3f6d8e,this[_0x26099f(0x519)]=_0x185bce,this[_0x26099f(0x223)]=_0x58eaa3;let {..._0x16571d}=(0x0,_0x373403[_0x26099f(0x420)])({},_0x4f11d9,this[_0x26099f(0x3b6)]);if(!_0x16571d['socketService'])throw Error(_0x26099f(0x23b));this[_0x26099f(0x3b6)]=_0x16571d,this[_0x26099f(0x223)][_0x26099f(0x3d8)](_0x4aca5a,_0x16571d);}[_0x239292(0x1d3)](){const _0x3fbf02=_0x239292;this[_0x3fbf02(0x2f6)](),this[_0x3fbf02(0x298)]();}[_0x239292(0x2f6)](){const _0x47d257=_0x239292;var _0x14bfd2,_0x513c42;this[_0x47d257(0x519)][_0x47d257(0x28e)](_0x373403[_0x47d257(0x251)])&&this['_logService'][_0x47d257(0x282)](_0x47d257(0x3bb),_0x47d257(0x463));let _0x20660e=(0x0,_0x373403[_0x47d257(0x21b)])([[_0x373403[_0x47d257(0x251)],{'useClass':_0xc65992}],[_0x4118a1,{'useValue':_0x1df8bc()}],[_0x219c13],[_0x4d853f],[_0x213414],[_0x179974],[_0x5de5d9],[_0x1eb00f],[_0x165343],[_0x2def2b],[_0x38fa1f],[_0x209556,{'useClass':this['_config'][_0x47d257(0x29a)]}],[_0x48ee3a['ISnapshotServerService'],{'useClass':_0x5f12d2}],[_0x373403[_0x47d257(0x1eb)],{'useClass':_0x16847b}],[_0x373403[_0x47d257(0x41a)],{'useClass':_0x40f1cc}],[_0x14e8c9,{'useClass':_0x3c31aa}],[_0x373403['IMentionIOService'],{'useClass':_0x3f6459}],[_0x208253],[_0x29720e]],(_0x14bfd2=this[_0x47d257(0x3b6)])==null?void 0x0:_0x14bfd2[_0x47d257(0x306)]);if(!((_0x513c42=this[_0x47d257(0x3b6)])!=null&&_0x513c42[_0x47d257(0x302)])){let _0x5c0c20=_0x20660e[_0x47d257(0x3cb)](([_0x2c6f96])=>_0x2c6f96===_0x354942);_0x5c0c20!==-0x1&&_0x20660e[_0x47d257(0x500)](_0x5c0c20,0x1);}(0x0,_0x373403[_0x47d257(0x34c)])(this[_0x47d257(0x519)],_0x20660e);}[_0x239292(0x298)](){const _0x403ab9=_0x239292;var _0x288f9c,_0x19b47d;if(this[_0x403ab9(0x519)][_0x403ab9(0x418)](_0x39ae45[_0x403ab9(0x297)])[_0x403ab9(0x39f)]({'priority':0x14,'interceptor':(0x0,_0x39ae45[_0x403ab9(0x343)])({'maxParallel':0x6})}),!((_0x288f9c=this[_0x403ab9(0x3b6)])!=null&&_0x288f9c['enableOfflineEditing'])){var _0xfeaab;(_0xfeaab=this['_injector'][_0x403ab9(0x418)](_0x32ba82,_0x373403[_0x403ab9(0x3aa)][_0x403ab9(0x27d)]))==null||_0xfeaab['disableLocalCache']();}(_0x19b47d=this[_0x403ab9(0x3b6)])!=null&&_0x19b47d['enableAuthServer']&&(0x0,_0x373403[_0x403ab9(0x311)])(this[_0x403ab9(0x519)],[[_0x179974]]),(0x0,_0x373403['touchDependencies'])(this[_0x403ab9(0x519)],[[_0x5de5d9],[_0x208253],[_0x165343]]);}};_0x261440(_0x2107bf,'pluginName',_0x239292(0x24a)),_0x261440(_0x2107bf,_0x239292(0x45a),_0x1f5988),_0x261440(_0x2107bf,_0x239292(0x2d7),_0x2cfb3a),_0x2107bf=_0x157b59([(0x0,_0x373403[_0x239292(0x4d0)])(_0x23b870['UniverLicensePlugin'],_0x48ee3a[_0x239292(0x348)],_0x39ae45[_0x239292(0x22e)]),_0x202927(0x1,_0x373403[_0x239292(0x2a1)]),_0x202927(0x2,(0x0,_0x373403[_0x239292(0x4c7)])(_0x373403['Injector'])),_0x202927(0x3,_0x373403[_0x239292(0x2c6)])],_0x2107bf),_0x2ff554[_0x239292(0x2e4)]=_0x24897c,Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x42d),{'enumerable':!0x0,'get':function(){return _0x16847b;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x35f),{'enumerable':!0x0,'get':function(){return _0x5b101e;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x210),{'enumerable':!0x0,'get':function(){return _0x1aaec5;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x32f),{'enumerable':!0x0,'get':function(){return _0x5aba1e;}}),Object['defineProperty'](_0x2ff554,_0x239292(0x266),{'enumerable':!0x0,'get':function(){return _0x484a9e;}}),_0x2ff554['COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY']=_0x4aca5a,Object['defineProperty'](_0x2ff554,_0x239292(0x22c),{'enumerable':!0x0,'get':function(){return _0x3c31aa;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x4bb),{'enumerable':!0x0,'get':function(){return _0x208253;}}),Object['defineProperty'](_0x2ff554,'CollaborationEntity',{'enumerable':!0x0,'get':function(){return _0x17615d;}}),Object['defineProperty'](_0x2ff554,_0x239292(0x3ea),{'enumerable':!0x0,'get':function(){return _0x40f1cc;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x274),{'enumerable':!0x0,'get':function(){return _0x23f91e;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x324),{'enumerable':!0x0,'get':function(){return _0x219c13;}}),Object['defineProperty'](_0x2ff554,_0x239292(0x211),{'enumerable':!0x0,'get':function(){return _0x418dd0;}}),_0x2ff554['CollaborationStatus']=_0x29abe0,_0x2ff554[_0x239292(0x2a8)]=_0x3b5d94,_0x2ff554['CollaborationUIEventService']=_0x2def2b,Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x4cb),{'enumerable':!0x0,'get':function(){return _0xc65992;}}),_0x2ff554[_0x239292(0x2b2)]=_0x1eb00f,Object[_0x239292(0x46f)](_0x2ff554,'ConflictState',{'enumerable':!0x0,'get':function(){return _0x583366;}}),_0x2ff554[_0x239292(0x494)]=_0x564a89,_0x2ff554['DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT']='/universer-api/uniscript',_0x2ff554[_0x239292(0x428)]=_0x239292(0x1d0),Object['defineProperty'](_0x2ff554,'DataLoaderService',{'enumerable':!0x0,'get':function(){return _0x38fa1f;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x3fa),{'enumerable':!0x0,'get':function(){return _0x2044be;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x20e),{'enumerable':!0x0,'get':function(){return _0x41cb05;}}),_0x2ff554[_0x239292(0x42c)]=_0x239292(0x2b3),_0x2ff554[_0x239292(0x47e)]='HEARTBEAT_TIMEOUT',_0x2ff554[_0x239292(0x4c4)]=_0x14e8c9,_0x2ff554[_0x239292(0x2f2)]=_0x4118a1,_0x2ff554['ICollaborationSocketService']=_0x209556,_0x2ff554['ILocalCacheService']=_0x32ba82,_0x2ff554[_0x239292(0x4e5)]=_0x565e68,_0x2ff554[_0x239292(0x4b8)]=_0x354942,_0x2ff554[_0x239292(0x464)]=0x3e8,_0x2ff554[_0x239292(0x2f3)]=_0x239292(0x464),Object[_0x239292(0x46f)](_0x2ff554,'MemberService',{'enumerable':!0x0,'get':function(){return _0x4d853f;}}),Object['defineProperty'](_0x2ff554,_0x239292(0x4a4),{'enumerable':!0x0,'get':function(){return _0x3f6459;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x2ec),{'enumerable':!0x0,'get':function(){return _0x561132;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x489),{'enumerable':!0x0,'get':function(){return _0x59fb30;}}),_0x2ff554[_0x239292(0x1d8)]='REMOTE_UNISCRIPT_EXECUTION_ENDPOINT',_0x2ff554[_0x239292(0x48e)]=_0x239292(0x200),_0x2ff554[_0x239292(0x33c)]=_0x13b909,Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x286),{'enumerable':!0x0,'get':function(){return _0x81a6ef;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x4d3),{'enumerable':!0x0,'get':function(){return _0x213414;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x482),{'enumerable':!0x0,'get':function(){return _0x4d6a5e;}}),Object['defineProperty'](_0x2ff554,_0x239292(0x3ff),{'enumerable':!0x0,'get':function(){return _0x5f12d2;}}),Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x416),{'enumerable':!0x0,'get':function(){return _0x2d2058;}}),_0x2ff554['UnitStatus']=_0x2e1fb9,Object[_0x239292(0x46f)](_0x2ff554,_0x239292(0x2ab),{'enumerable':!0x0,'get':function(){return _0x2107bf;}}),_0x2ff554[_0x239292(0x33a)]=_0x1df8bc,_0x2ff554[_0x239292(0x3a0)]=_0x1f4d00,_0x2ff554[_0x239292(0x3a3)]=_0xd02ec9,_0x2ff554[_0x239292(0x3ee)]=_0x4c8786;}));