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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/README.md +8 -2
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +6 -0
  66. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -2
  67. package/lib/types/facade/f-collaboration.d.ts +40 -0
  68. package/lib/types/index.d.ts +6 -3
  69. package/lib/types/services/attachment-remote/attachment-io.service.d.ts +1 -4
  70. package/lib/types/services/collaboration-session/collaboration-changeset-translator.d.ts +4 -0
  71. package/lib/types/services/collaboration-session/collaboration-client-adapter.d.ts +39 -0
  72. package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
  73. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +14 -14
  74. package/lib/types/services/image-remote/image-io.service.d.ts +2 -4
  75. package/lib/umd/facade.js +1 -1
  76. package/lib/umd/index.js +1 -1
  77. package/lib/umd/locale/ar-SA.js +1 -1
  78. package/lib/umd/locale/ca-ES.js +1 -1
  79. package/lib/umd/locale/de-DE.js +1 -1
  80. package/lib/umd/locale/en-US.js +1 -1
  81. package/lib/umd/locale/es-ES.js +1 -1
  82. package/lib/umd/locale/fa-IR.js +1 -1
  83. package/lib/umd/locale/fr-FR.js +1 -1
  84. package/lib/umd/locale/id-ID.js +1 -1
  85. package/lib/umd/locale/it-IT.js +1 -1
  86. package/lib/umd/locale/ja-JP.js +1 -1
  87. package/lib/umd/locale/ko-KR.js +1 -1
  88. package/lib/umd/locale/pl-PL.js +1 -1
  89. package/lib/umd/locale/pt-BR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-HK.js +1 -1
  95. package/lib/umd/locale/zh-TW.js +1 -1
  96. package/package.json +15 -16
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x364e(_0x5b3097,_0x5f1cc7){_0x5b3097=_0x5b3097-0x64;const _0x3db5cd=_0x3db5();let _0x364eb6=_0x3db5cd[_0x5b3097];return _0x364eb6;}function _0x3db5(){const _0x12467e=['unitID','allowed','INetworkConditionService','_maxTotalRetryTimeout','sequenceExecute','_sendHeartbeatTimer','complete','OFFLINE','copyFileMeta','UniverProCollaborationClient','from','_clearCollaborationTimeoutTimer','DisposableCollection','eventID','isArray','OTHER_CLIENTS_EDITING','getConfig','add','newCsEvent','CollaborationSocketService','UserManagerService','_submitChangeset','findIndex','dispose','maxSize','@univerjs/sheets','_onRemoteRejected','_entityInit$','_getAPIPrefix','CollaborationStatus','call','sid','fetch_missing','CollaborationSession','encode','MentionIoHttpService','RichTextEditingMutation','_onUserJoin','type','_changesetReqId','saveChangeset','_scheduleCompleteTimestamp','updatePermissionObjEvent','uuidv4','JSONX','collaboration_new_changeset','saveAttachment','getResourcesRequest','Disposable','_socket$','toDisposable','uniscriptRunEvent','3468088GcZmzD','takeUntil','?url=','_onConnectionOpen','FETCH_MISS','_cfgEnableObjInherit','MentionType','_injector','loadOfflineData','_emitMembers','send','origin','loadSlide','collaboration-client.config','HTTPService','filter','[OfflineState]:\x20received\x20acknowledgement.','ERROR_EXCEED_SIZE','_applyRemoteChangeset','CommentService','session','collabSubmitChangesetUrl','shouldCloseConn','UNISCRIPT_RUN','reqId','params','Tools','UNIVER_BASE','_sessionStatus$','waitForRoom$','RevisionService','amd','_roomMembers','conflict','firstValueFrom','telemetry\x20info\x20is\x20not\x20initialized','_fetchMissChangesets','deserializeToCombResponse','_onConnectionFailed','resolve','members','appendMutation','CollaborationSessionService','_resendTimeout','resolveWithBasePath','SheetTransformSelectionsService','some','saveImage','online$','dispose$','authzUrl','append','socket\x20close','save\x20fail\x20reason\x20is\x20','AWAITING','Plugin','routeKey','[FetchMissState]','cfgEnableObjInherit','_config','UnitEmbedded','_undoStacks','[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.','_httpService','_singleActiveUnitService','FETCH_MISSING','text-x','NEW_CHANGESETS','addHandlerCallback','collaboratorID','size','_change$','CombCmd','accept','pending','OTHER_CLIENT_EDITING','unitInfo$','unsubscribe','_telemetryInfo','_transformRemoteChangesetByIMECache','toggleOffline','_throwTelemetryCollaborationNewChangeset','CompressMutationService','MUTATION','fetchMiss','find','Inject','getCurrentUser','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','getTime','_createInitialStateImpl','now','stopTime','interceptor','170iAAOjH','string','@univerjs-pro/bases','CHANGESET_ACK','UniverNetwork','objects','awaiting_with_pending','_transformIMECache','RETRY_CONNECTING_MAX_COUNT_KEY','constructor','socketService','Optional','failed\x20to\x20apply\x20missed\x20changesets!','onTransformState','/new_changes','_state$','[PendingState]:\x20unhandled\x20univer\x20type:\x20','PSEUDO_FETCH_MISSING_RESULT','fill','listRoles','IPermissionService','PendingState','getValue','_type','roles','commentUpdate$','/-/object/-/batch_allowed','ConflictState','b64DecodeUnicode','_HTTPService','_transformService','getUnitType','transformSelections','loadBase','values','_clearUndo','RxDisposable','title','_candidateSocket','startsWith','[CollaborationEntity]','crypto','HEARTBEAT_INTERVAL','ERROR_IMAGE_TYPE','getSheetBlock','object','_getSignURL','_onLocalMutation','_getUndoStack','_stopTelemetryCollaborationNewChangeset','_clearHeartbeatTimer','pauseCollaboration','setWaitCount','_transformStack','encodeURIComponent','getAllMembers','Uint8Array','_transformStateCache','compose','AwaitingWithPendingState','USERS_ENTER','Module','loadSheet','isPermissionRej','LIVESHARE_OPERATION','_disableEditing','rxjs/operators','LIVESHARE_NEW_HOST','univer-pro.collaboration-client-socket-service','IAuthzIoService','_getCtorByUniverInstanceType','onSyncEditingCollabCursor','missingChangesets','ImageUploadStatusType','_toggleOnline','_logService','splice','touchDependencies','requestParams','CHANGESET_SHOULD_RETRY','DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','FileId','onRemoteRetry','reject','ICommandService','collabWebSocketUrl','onMissedChangesetFetched','_isPermissionRej','SetSelectionsOperation','[PendingState]:\x20received\x20rejection.','key','_onRemoteChangeset','/universer-api/uniscript','_revisionService','invalid\x20output,\x20must\x20be\x20aligned','body','univer-pro.collaboration-client.network-condition.service','setCfgEnableObjInherit','/-/object/list','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','2382720xVDVyc','sort','HTTPRequest','disposeWithMe','PERMISSION_DENIED','AuthzIoHttpService','_updateState','/universer-api/snapshot','not_collab','_telemetryService','replace','_replaceFileID','onStateChange','COMPRESS_MUTATION_APPLY','getCurrentRevOfUnit','COMMENT_UPDATE','/allowed','executeCommand','awaitingChangeset','3318139BOFIGH','_updateStatus','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','ImageSourceType','transformUndoRedo','upload','1.0.0-alpha.1','_waitForHeartbeatResponse','UNIVER_SLIDE','_queuedRemoteChangesets','ITransformService','_collaborationTimeoutTimer','forEach','pipe','FileSource','_initDependencies','debug','localeService','fetching\x20missing\x20changesets\x20from\x20','loginUrlKey','_getUploadFileURL','x-univer-host','_networkConditionService','_socketService','default','_roomCreated$','onTransformRemoteChangesetByStateCache','m2Prime','output','expected\x20Uint8Array','_socketMessageSubscription','_instanceService','downloadEndpointUrl','_initUnitPermissionChange','_onUserLeave','defineProperty','SYNCED','[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.','LIVESHARE_REQUEST_HOST','transformMutationsWithChangeset','updatePermissionPoint','_showConflictNotification','SheetsSelectionsService','_members$','[DocCollaborationEntity]:\x20DocStateChangeManagerService\x20is\x20required.\x20Register\x20UniverDocsPlugin\x20before\x20collaboration.','_initRequestHeader','getCollabEntity','_socketReady','closeSession','UniverInstanceType','_startCollaboration','JOIN','HEARTBEAT_TIMEOUT_KEY','responseType','getDrawingImageAllowSize','_transformAndApplyRemoteChangeset','status','_handler','@univerjs/drawing','_transformRemoteChangesetByStateCache','createSocket','_entities','SUBMIT_CHANGESET_TIMEOUT','FetchingMissState','isTransformMutationsWithChangesetFailure','ILocalCacheService','socket\x20open.','_handlerCallback','onSendChangeset','_snapshotService','_resendWithTimeout','HEARTBEAT_INTERVAL_KEY','SUBMIT_CHANGESET','DEFAULT_COLLAB_WEB_SOCKET_URL','map','Quantity','SessionStatus','assign','resend','EmptyMutationInfo','_onMessage','LEAVE','collaboration-client.local-cache-service','getTypeOfUnitAdded$','90xlCYVc','_createInitialState','CollaborativeUndoRedoService','fetchThroughInterceptors','_waitCount','unitId','_shouldReportTelemetry','_doCreateSocket','includes','addImageSourceCache','[CollaborationSession]','ApplyBaseJson1Mutation','objectActions','docStateChange$','onload','createInstance','endsWith','equals','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','_upload','_onFetchMissResult','_permissionService','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','_docStateChangeManagerService','getInterceptPoints','UniverProBases','ISingleActiveUnitService','UniverTelemetry','_lockTransition','Injector','session.room-not-exists','userID','_univerInstanceService','JOIN_ROOM_FULL','UniverCollaborationPlugin','/universer-api/oidc/authpage','cannot\x20encrypt()\x20twice\x20with\x20same\x20key\x20+\x20nonce','[SyncedState]:\x20received\x20rejection.','close$','_onCombEvent','_onJoinRoomEvent','_clearRedo','UPDATE_PERMISSION_OBJ','liveShareOperation','_init','People','reconnect','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','name','UniverProCollaboration','c1Prime','synced','aes/pkcs7:\x20wrong\x20padding','DataLoaderService','editingUnit','NO_OTHER_CLIENTS_EDITING','iterator','_status$','parseProtocolChangeset','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','PENDING','mergeOverrideWithDependencies','Subject','getUnitStatus$','signUrlServerUrl','baseRev','location','OfflineState','merge','length','has','_configService','encrypt','LIVESHARE_TERMINATE','_collaborationSessionService','ERROR_IMAGE','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','entries','decorate','INGEST','href','MergeInterceptorFactory','4uMThbT','unknown','[DataLoaderService]','MemberService','getUnitId','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY','focused$','batchAllowed','createIdentifier',',\x20got\x20','UPDATE_CURSOR','rxjs','AwaitingState','onRemoteRej','CmdRspCode','/universer-api/comb','error','reduce','SnapshotService','removeMember','cmd','/block/','ONLINE','_sessions','_sender','onRemoteChangeset','_state','/collaborator','isTransformChangesetsSuccess','loadUnitOfRevision','toString','enableAuthServer','min','Rectangle','mapDocumentTypeToUniverInstanceType','_undoRedoService','nonce','take','duration','every','_incrementRevisionNumber','byteLength','sessionStatus$','init','message$','getMemberID','localCacheService','collaborators','_userManagerService','LocaleService','_memberService','_collabSessionService','MoveSlidePageMutation','@univerjs/telemetry','onStarting','number\x20expected,\x20got\x20','code','EnsureSlideMasterPageMutation','BehaviorSubject','registerDependencies','prototype','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','_scheduleCollaborationTimeoutTimer','getGlobalObject','varSizeNonce','_sendingTimer','SOCKET_FAILED','onMutationExecutedForCollab','onMissingChangesets','setConfig','IImageIoService','toggleOnline','LOCAL_CACHE_INTERVAL','_pendingMutations','[CollaborationSessionService]','getFocusedUnit','textRanges','permissionRejEvent','url','workbook','/role','_redoStacks','then','saveSheetBlock','_resendTimer','@univerjs-pro/license','getUnit','207764GJoPaQ','_acknowledgedAwaitingRevision','IDLE','UniverCollaborationClientPlugin','isSafeInteger','_onRemoteACK','UniverDrawing','buffer','_onOffline','SUCCUSS','post','ITelemetryService','submit\x20changeset\x20error!','socket$','onTransformIME','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','catch','parse','InsertSheetMutation','hostname','onCommentUpdate','_imageSourceCache','_transformUndoredo','patch','getTypeOfUnitDisposed$','LIVESHARE_FETCH_OPERATIONS','attachment','_retryCount','_sheetTransformSelectionsService','UNIVER_DOC','mutations','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','BYTES_PER_ELEMENT','disablePadding','floor','objectType','[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20','_unitInfo$','result','_compressMutationService','number','/fetchmissing?from=','string\x20expected','_localeService','infoRsp','onRemoteAck','revision','_checkMissing','range','_transitionLocked','ThresholdInterceptorFactory','_unitID','c2Prime','HELLO','unit','function','2365956BUYpUA','/universer-api/user/session-ticket','changesets','offline','confirm','byteOffset','_remoteChangesetQueue','clear','WorkbookEditablePermission','packageName','_updateLocalCache','ISnapshotServerService','IUndoRedoService','CollaborationEvent','/universer-api/stream/file/upload','liveShareNewHost','getCurrentSelections','withCredentials','SHOULD_CLOSE_CONN','textEncoder','subscribe','asObservable','loadUnit','getRandomValues','PERSON','_listenToNetworkCondition','fetchMissingChangesets','aes/pkcs7:\x20empty\x20ciphertext\x20not\x20allowed','_getConfig','updateMember','getCollabEntity$','_clearRetryConnectingTimer','max','\x20in\x20_schedule.','IUniverInstanceService','resourceIDs','LOCAL_CACHE_INTERVAL_KEY','PERMISSION_REJ','_decreaseWaiting','RECV','8264712htbSGF','_commandService','next','@univerjs/network','RETRY_CONNECTING_MAX_COUNT','get','file','_onRemoteRetry','_substituteUndoStack','UUID','[UniverCollaborationClientPlugin]','event$','updateOfflineData','/unit/','fromCollab','_initCloseConn','onTransformSelections','close','[CollaborationUndoRedoService]','_schedule','_changesetSessionId','getImage','Wrong\x20sbox\x20length','collaMsg','serializeCombRequest','_tryEnsureSocket','_registerDependencies','originalMeta','AAD','FAIL','getActiveSheet','?size=','POST','/universer-api/authz','action','_onConflict','error$','state','HEARTBEAT','_removeRoom','stringify','onLocalMutation','type=','_clearTimeoutTimer','JOIN_ROOM_PERMISSION_DENIED','deleteCollaborator','_awaitingChangeset','members$','COMPRESS_MUTATION_SEND','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','data','/object','aes-(cbc/ecb).decrypt\x20ciphertext\x20should\x20consist\x20of\x20blocks\x20with\x20size\x2016','registerHTTPInterceptor','getSheetId','_getAPIPrefixPath','unit-cache-','[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.','UniverProSlides','\x20-\x20','_executeRemoteChangeset','getUploadOptions','slice','UniverCore','/universer-api/snapshot/','USERS_LEAVE','[CollaborationSessionService]:\x20socket\x20error','_collaborationUIEventService','_unitLoaded$','DocStateChangeManagerService','SOCKET_FAILED_RETRY','NOT_COLLAB','DEFAULT_FILE_NAME','ws://127.0.0.1:8000/universer-api/comb/connect','CHANGESET_REJ','getLocalCacheKey','_getCurrentRevision','set','_retryConnectingTimer','_createHandler','putCollaborators','@univerjs/protocol','@univerjs-pro/collaboration-client','push','DEFAULT_WS_SESSION_TICKET_URL','SheetPermissionInitController','@univerjs/core','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','&source=','_socket','CollaborationController','_onRecvEvent','delay','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','snapshotServerUrl','listCollaborators','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','cipher\x20output\x20not\x20supported','change$','_acknowledgeAwaitingIfReady','[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.','requireSession','awaiting','_event$','UniverProLicense','21DGAOAE','open$','AddSlidePageMutation','emitEvent','getOwnPropertyDescriptor','selections','updateCursorEvent','JOINING','roomInfos','_unlockTransition','pluginName','startTime','subject','_acknowledgeAwaiting','status$','_toggleOffline','CLOSE_ROOM','_syncEditingCollabCursor','SNAPSHOT_URL_KEY','CollaborationUIEventId','_handleRemoteChangesets','_rescheduleHeartbeat','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','updateSnapshot','\x20of\x20length\x20',',\x20got:\x20','MSG_FOR_ERROR','/object/','getUnitOnRev','objectID','version','session.join-failed','_joinRoom','getMember','__Key__','_isEchoedAwaitingChangeset','collaboration-client.auth.needGotoLoginAlert','setCurrentUser','ILogService','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','symbol','_localCacheService','indexOf','isInternalEditorID','enableCollaboration','_clearScheduledTask','getSnapshotAPIPath','ErrorCode','uploadFileServerUrl','[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!','_collaborationPaused','_tryReconnect','CommandType','_startTelemetryCollaborationNewChangeset','onTransformRemoteChangesetByIMECache','_sendHeartbeat','JOIN_ROOM_FAILED','UniverDocs','incrementRevOfUnit','positive\x20integer\x20expected,\x20got\x20','decrypt','Error\x20on\x20receiving\x20event','ReplaySubject','memberID','_members','HEARTBEAT_TIMEOUT','isTransformMutationsWithChangesetSuccess','setShowComponents','CONFLICT','UNIVER_SHEET','sheets','DependentOn','generateRandomId','IContextService','URL','editing\x20status\x20changed\x20to','crypto.getRandomValues\x20must\x20be\x20defined','createCollaborator','_getSendChangesetTimeout','_timeoutTimer','capture','state$','IConfigService','_commentService','transformChangesets','_eventService','_getLoginPath','BASE64','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','_initMergeInterceptor','actions','745314lBbqYp','headers','GLOBAL_ROOMS_CNT_EXCEEDS','delete','_substituteRedoStack','ICollaborationSocketService','onlyLocal','{fileID}','_exhaustRemoteChangesetQueue','connection\x20error'];_0x3db5=function(){return _0x12467e;};return _0x3db5();}(function(_0x5d4b6f,_0x1dca36){const _0x57d3d1=_0x364e,_0x2b9122=_0x5d4b6f();while(!![]){try{const _0x3eaa39=-parseInt(_0x57d3d1(0x15b))/0x1*(-parseInt(_0x57d3d1(0x2d6))/0x2)+parseInt(_0x57d3d1(0xa2))/0x3+-parseInt(_0x57d3d1(0x1b2))/0x4*(-parseInt(_0x57d3d1(0x372))/0x5)+-parseInt(_0x57d3d1(0x212))/0x6+parseInt(_0x57d3d1(0x27b))/0x7*(parseInt(_0x57d3d1(0x314))/0x8)+-parseInt(_0x57d3d1(0x1ea))/0x9+-parseInt(_0x57d3d1(0x109))/0xa*(parseInt(_0x57d3d1(0xb5))/0xb);if(_0x3eaa39===_0x1dca36)break;else _0x2b9122['push'](_0x2b9122['shift']());}catch(_0x490629){_0x2b9122['push'](_0x2b9122['shift']());}}}(_0x3db5,0xf337a),function(_0xbb5562,_0x10b6a3){const _0x4785d3=_0x364e;typeof exports==_0x4785d3(0x6b)&&typeof module<'u'?_0x10b6a3(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=='function'&&define[_0x4785d3(0x333)]?define(['exports',_0x4785d3(0x374),'@univerjs-pro/collaboration',_0x4785d3(0x268),'@univerjs/docs',_0x4785d3(0x2f9),_0x4785d3(0x166),_0x4785d3(0x263),_0x4785d3(0x190),_0x4785d3(0x80),'@univerjs-pro/slides',_0x4785d3(0x215),_0x4785d3(0x1b0),_0x4785d3(0xef)],_0x10b6a3):(_0xbb5562=typeof globalThis<'u'?globalThis:_0xbb5562||self,_0x10b6a3(_0xbb5562[_0x4785d3(0x2e9)]={},_0xbb5562[_0x4785d3(0x122)],_0xbb5562[_0x4785d3(0x13a)],_0xbb5562[_0x4785d3(0x251)],_0xbb5562[_0x4785d3(0x2b4)],_0xbb5562['UniverSheets'],_0xbb5562[_0x4785d3(0x166)],_0xbb5562['UniverProtocol'],_0xbb5562[_0x4785d3(0x124)],_0xbb5562[_0x4785d3(0x166)]['operators'],_0xbb5562[_0x4785d3(0x24c)],_0xbb5562[_0x4785d3(0x376)],_0xbb5562[_0x4785d3(0x27a)],_0xbb5562[_0x4785d3(0x1b8)]));}(this,function(_0x4a9262,_0x9153a8,_0x164f11,_0x186af2,_0x4f74bc,_0x19a0d0,_0x4f8104,_0x53d7dd,_0x44c977,_0x55072d,_0x319fdd,_0x38ca3a,_0x461bde,_0x1a135e){const _0x4356c2=_0x364e;Object[_0x4356c2(0xd8)](_0x4a9262,Symbol['toStringTag'],{'value':_0x4356c2(0x7b)});let _0x446dbc=_0x4356c2(0x321),_0x55b77a={},_0x34d797=_0x4356c2(0x25b),_0x52c9d4=0x4e20;function _0x238f3e(_0x2aa9ea){const _0xbafc47=_0x4356c2;return JSON[_0xbafc47(0x23a)](_0x2aa9ea)['length'];}function _0x2b7878(_0x59df66){'@babel/helpers - typeof';const _0x4b0ba3=_0x4356c2;return _0x2b7878=typeof Symbol==_0x4b0ba3(0x1e9)&&typeof Symbol[_0x4b0ba3(0x141)]==_0x4b0ba3(0x2a3)?function(_0x360805){return typeof _0x360805;}:function(_0x3affad){const _0x50d5e5=_0x4b0ba3;return _0x3affad&&typeof Symbol==_0x50d5e5(0x1e9)&&_0x3affad['constructor']===Symbol&&_0x3affad!==Symbol[_0x50d5e5(0x197)]?'symbol':typeof _0x3affad;},_0x2b7878(_0x59df66);}function _0x4167c7(_0x4ed3dd,_0x338294){const _0xf06e5b=_0x4356c2;if(_0x2b7878(_0x4ed3dd)!=_0xf06e5b(0x6b)||!_0x4ed3dd)return _0x4ed3dd;var _0x24c571=_0x4ed3dd[Symbol['toPrimitive']];if(_0x24c571!==void 0x0){var _0x37e1a6=_0x24c571[_0xf06e5b(0x2fe)](_0x4ed3dd,_0x338294||_0xf06e5b(0xcd));if(_0x2b7878(_0x37e1a6)!=_0xf06e5b(0x6b))return _0x37e1a6;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x338294==='string'?String:Number)(_0x4ed3dd);}function _0x41963c(_0x5be93f){const _0x67583c=_0x4356c2;var _0x4d642b=_0x4167c7(_0x5be93f,_0x67583c(0x373));return _0x2b7878(_0x4d642b)==_0x67583c(0x2a3)?_0x4d642b:_0x4d642b+'';}function _0x1fdd2e(_0x2b09c3,_0xb6087a,_0x23bb24){return(_0xb6087a=_0x41963c(_0xb6087a))in _0x2b09c3?Object['defineProperty'](_0x2b09c3,_0xb6087a,{'value':_0x23bb24,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2b09c3[_0xb6087a]=_0x23bb24,_0x2b09c3;}let _0x52f27e=function(_0x18b2c9){const _0x4dce23=_0x4356c2;return _0x18b2c9[_0x4dce23(0x35f)]=_0x4dce23(0x35f),_0x18b2c9[_0x4dce23(0xa6)]='PERMISSION_DENIED',_0x18b2c9[_0x4dce23(0x2bf)]=_0x4dce23(0x2bf),_0x18b2c9[_0x4dce23(0x28b)]=_0x4dce23(0x28b),_0x18b2c9[_0x4dce23(0x2b3)]='JOIN_ROOM_FAILED',_0x18b2c9['SOCKET_FAILED_RETRY']=_0x4dce23(0x258),_0x18b2c9[_0x4dce23(0x19d)]=_0x4dce23(0x19d),_0x18b2c9['SUBMIT_CHANGESET_TIMEOUT']=_0x4dce23(0xf3),_0x18b2c9;}({});var _0x167cb4=class{constructor(){const _0x465804=_0x4356c2;_0x1fdd2e(this,'_event$',new _0x4f8104[(_0x465804(0x147))]()),_0x1fdd2e(this,'event$',this[_0x465804(0x279)][_0x465804(0x1ff)]());}['emitEvent'](_0x2cc90a){const _0x402077=_0x4356c2;this[_0x402077(0x279)][_0x402077(0x214)](_0x2cc90a);}},_0x294775=class{constructor(){const _0x4e28c7=_0x4356c2;_0x1fdd2e(this,'_commentUpdate$',new _0x4f8104[(_0x4e28c7(0x147))]()),_0x1fdd2e(this,_0x4e28c7(0x38b),this['_commentUpdate$']['asObservable']());}['onCommentUpdate'](_0x55fa9a){const _0x4a6885=_0x4356c2;this['_commentUpdate$'][_0x4a6885(0x214)](_0x55fa9a);}};function _0x9460ae(_0x3a7e25,_0x24aaac){return function(_0xaf4690,_0x29e245){_0x24aaac(_0xaf4690,_0x29e245,_0x3a7e25);};}function _0x223773(_0x43af49,_0x3845ab,_0x3a3a9b,_0xbfbbe7){const _0x1db547=_0x4356c2;var _0x5f19d6=arguments['length'],_0x3bed8f=_0x5f19d6<0x3?_0x3845ab:_0xbfbbe7===null?_0xbfbbe7=Object[_0x1db547(0x27f)](_0x3845ab,_0x3a3a9b):_0xbfbbe7,_0x1d2c0c;if(typeof Reflect==_0x1db547(0x6b)&&typeof Reflect[_0x1db547(0x157)]=='function')_0x3bed8f=Reflect[_0x1db547(0x157)](_0x43af49,_0x3845ab,_0x3a3a9b,_0xbfbbe7);else{for(var _0x418956=_0x43af49[_0x1db547(0x14e)]-0x1;_0x418956>=0x0;_0x418956--)(_0x1d2c0c=_0x43af49[_0x418956])&&(_0x3bed8f=(_0x5f19d6<0x3?_0x1d2c0c(_0x3bed8f):_0x5f19d6>0x3?_0x1d2c0c(_0x3845ab,_0x3a3a9b,_0x3bed8f):_0x1d2c0c(_0x3845ab,_0x3a3a9b))||_0x3bed8f);}return _0x5f19d6>0x3&&_0x3bed8f&&Object[_0x1db547(0xd8)](_0x3845ab,_0x3a3a9b,_0x3bed8f),_0x3bed8f;}let _0x2528bb=class extends _0x186af2['Disposable']{constructor(_0x330501,_0x1979d8){const _0x3f9916=_0x4356c2;super(),this[_0x3f9916(0x129)]=_0x330501,this['_userManagerService']=_0x1979d8,_0x1fdd2e(this,_0x3f9916(0x334),new Map()),_0x1fdd2e(this,_0x3f9916(0xce),new _0x4f8104[(_0x3f9916(0x147))]()),this[_0x3f9916(0xa5)]((0x0,_0x4f8104[_0x3f9916(0x14d)])(this['_univerInstanceService'][_0x3f9916(0x1ca)](_0x186af2[_0x3f9916(0xe6)][_0x3f9916(0x2c0)])['pipe']((0x0,_0x55072d['map'])(_0x11f371=>_0x11f371[_0x3f9916(0x15f)]())),this[_0x3f9916(0x129)][_0x3f9916(0x1ca)](_0x186af2['UniverInstanceType']['UNIVER_DOC'])[_0x3f9916(0xc2)]((0x0,_0x55072d[_0x3f9916(0xff)])(_0x570e67=>_0x570e67[_0x3f9916(0x15f)]())),this[_0x3f9916(0x129)]['getTypeOfUnitDisposed$'](_0x186af2[_0x3f9916(0xe6)][_0x3f9916(0x32f)])[_0x3f9916(0xc2)]((0x0,_0x55072d[_0x3f9916(0xff)])(_0x4798d1=>_0x4798d1[_0x3f9916(0x15f)]())))[_0x3f9916(0x1fe)](_0x5c8703=>this[_0x3f9916(0x239)](_0x5c8703)));}[_0x4356c2(0x331)](_0x26fbf3){const _0x1d66d2=_0x4356c2;return this[_0x1d66d2(0x334)][_0x1d66d2(0x14f)](_0x26fbf3)?(0x0,_0x4f8104['of'])(this[_0x1d66d2(0x334)][_0x1d66d2(0x217)](_0x26fbf3)):this['_roomCreated$'][_0x1d66d2(0xc2)]((0x0,_0x55072d[_0x1d66d2(0xff)])(_0x77626c=>{const _0x552ac2=_0x1d66d2;if(_0x77626c===_0x26fbf3)return this[_0x552ac2(0x334)][_0x552ac2(0x217)](_0x77626c);}));}['setCurrentUser'](_0x34347e){const _0x50ba9c=_0x4356c2;this['_userManagerService'][_0x50ba9c(0x2a0)](_0x34347e);}[_0x4356c2(0x36b)](){const _0x213267=_0x4356c2;return this[_0x213267(0x18b)]['getCurrentUser']();}[_0x4356c2(0x207)](_0x370115,_0x319624){const _0x5e8bb=_0x4356c2;let _0x5a541a=this[_0x5e8bb(0x334)][_0x5e8bb(0x217)](_0x370115);_0x5a541a||(_0x5a541a=new _0x5a53f7(),this[_0x5e8bb(0x334)][_0x5e8bb(0x25f)](_0x370115,_0x5a541a),this[_0x5e8bb(0xce)][_0x5e8bb(0x214)](_0x370115)),_0x5a541a[_0x5e8bb(0x207)](_0x319624);}['removeMember'](_0x119bc4,_0x97ca3){const _0x567d69=_0x4356c2;let _0x1134d2=this[_0x567d69(0x334)]['get'](_0x119bc4);_0x1134d2&&_0x1134d2[_0x567d69(0x16e)](_0x97ca3);}['getRoom'](_0x33798b){const _0x259cb3=_0x4356c2;return this[_0x259cb3(0x334)]['get'](_0x33798b);}['getMember'](_0x10897c,_0x38f61d){const _0x565ef9=_0x4356c2;let _0x35255c=this[_0x565ef9(0x334)]['get'](_0x10897c);if(_0x35255c)return _0x35255c['getMember'](_0x38f61d);}['_removeRoom'](_0x163ee2){let _0xf0f0e5=this['_roomMembers']['get'](_0x163ee2);_0xf0f0e5&&(_0xf0f0e5['dispose'](),this['_roomMembers']['delete'](_0x163ee2));}[_0x4356c2(0x2f7)](){const _0x5e7713=_0x4356c2;this['_roomMembers']['forEach'](_0x1640e9=>_0x1640e9[_0x5e7713(0x2f7)]()),this['_roomMembers'][_0x5e7713(0x1f1)](),this[_0x5e7713(0xce)][_0x5e7713(0x2e6)]();}};_0x2528bb=_0x223773([_0x9460ae(0x0,_0x186af2[_0x4356c2(0x20c)]),_0x9460ae(0x1,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x2f4)]))],_0x2528bb);var _0x5a53f7=class extends _0x186af2[_0x4356c2(0x310)]{constructor(..._0x11f21c){const _0x2601db=_0x4356c2;super(..._0x11f21c),_0x1fdd2e(this,_0x2601db(0x2bb),new Map()),_0x1fdd2e(this,_0x2601db(0xe0),new _0x4f8104[(_0x2601db(0x195))](this[_0x2601db(0x2bb)])),_0x1fdd2e(this,_0x2601db(0x241),this['_members$'][_0x2601db(0x1ff)]());}['dispose'](){const _0x310a12=_0x4356c2;this['_members'][_0x310a12(0x1f1)](),this['_members$']['complete']();}[_0x4356c2(0x207)](_0x246228){const _0x20de55=_0x4356c2;this[_0x20de55(0x2bb)]['set'](_0x246228[_0x20de55(0x2ba)],_0x246228),this[_0x20de55(0x31d)]();}['removeMember'](_0x1cb408){const _0x4b0d7c=_0x4356c2;this[_0x4b0d7c(0x2bb)][_0x4b0d7c(0x2d9)](_0x1cb408),this[_0x4b0d7c(0x31d)]();}[_0x4356c2(0x29c)](_0x5dfb63){const _0x295388=_0x4356c2;return this[_0x295388(0x2bb)]['get'](_0x5dfb63);}[_0x4356c2(0x75)](){const _0x550e91=_0x4356c2;return Array[_0x550e91(0x2ea)](this[_0x550e91(0x2bb)][_0x550e91(0x394)]());}[_0x4356c2(0x31d)](){const _0x4fbaf8=_0x4356c2;this['_members$'][_0x4fbaf8(0x214)](this[_0x4fbaf8(0x2bb)]);}};let _0x35784d=function(_0x4222fa){const _0x3c55dc=_0x4356c2;return _0x4222fa[_0x4222fa[_0x3c55dc(0x1b4)]=0x0]='IDLE',_0x4222fa[_0x4222fa[_0x3c55dc(0x282)]=0x1]='JOINING',_0x4222fa[_0x4222fa['OFFLINE']=0x2]=_0x3c55dc(0x2e7),_0x4222fa[_0x4222fa[_0x3c55dc(0x171)]=0x3]=_0x3c55dc(0x171),_0x4222fa;}({}),_0x3df99c={[_0x53d7dd['CmdRspCode'][_0x4356c2(0x22f)]]:_0x4356c2(0x29a),[_0x53d7dd[_0x4356c2(0x169)][_0x4356c2(0x12a)]]:'session.room-full',[_0x53d7dd[_0x4356c2(0x169)]['JOIN_ROOM_NOT_EXISTS']]:_0x4356c2(0x127),[_0x53d7dd[_0x4356c2(0x169)][_0x4356c2(0x23e)]]:'session.room-permission-denied',[_0x53d7dd[_0x4356c2(0x169)][_0x4356c2(0x2d8)]]:'session.room-cnt-exceeds'},_0x5a1406=class extends _0x186af2['RxDisposable']{get['sessionStatus'](){const _0x5f30f0=_0x4356c2;return this[_0x5f30f0(0x330)]['getValue']();}constructor(_0x469f45,_0x8ff41f,_0x151e13,_0x28aa8b,_0x2593bc,_0x9d9f29,_0x1f6310,_0x18f1d8){const _0x4cbc3d=_0x4356c2;super(),this[_0x4cbc3d(0x1e5)]=_0x469f45,this[_0x4cbc3d(0x89)]=_0x151e13,this[_0x4cbc3d(0x150)]=_0x28aa8b,this[_0x4cbc3d(0x18d)]=_0x2593bc,this[_0x4cbc3d(0x2ce)]=_0x9d9f29,this['_collaborationUIEventService']=_0x1f6310,this['_telemetryService']=_0x18f1d8,_0x1fdd2e(this,_0x4cbc3d(0x330),new _0x4f8104[(_0x4cbc3d(0x195))](0x0)),_0x1fdd2e(this,_0x4cbc3d(0x185),this[_0x4cbc3d(0x330)]['asObservable']()),_0x1fdd2e(this,_0x4cbc3d(0x279),new _0x4f8104[(_0x4cbc3d(0x147))]()),_0x1fdd2e(this,_0x4cbc3d(0x21d),this[_0x4cbc3d(0x279)][_0x4cbc3d(0x1ff)]()),_0x1fdd2e(this,_0x4cbc3d(0x26b),void 0x0),_0x1fdd2e(this,_0x4cbc3d(0xd3),void 0x0),_0x1fdd2e(this,_0x4cbc3d(0xc0),void 0x0),_0x1fdd2e(this,'_shouldReportTelemetry',!0x1),_0x1fdd2e(this,'_telemetryInfo',null),this[_0x4cbc3d(0x10f)]=!!this[_0x4cbc3d(0xab)],_0x8ff41f[_0x4cbc3d(0xc2)]((0x0,_0x4f8104[_0x4cbc3d(0x315)])(this[_0x4cbc3d(0x345)]))[_0x4cbc3d(0x1fe)](_0x7ad08f=>{const _0x3fe857=_0x4cbc3d;if(_0x7ad08f!==void 0x0){if(this[_0x3fe857(0x26b)]=_0x7ad08f,_0x7ad08f)this['_joinRoom'](_0x7ad08f),this[_0x3fe857(0xd3)]=_0x7ad08f[_0x3fe857(0x187)][_0x3fe857(0x1fe)](_0x54d75d=>{const _0x158f74=_0x3fe857;_0x54d75d[_0x158f74(0x34c)]===this[_0x158f74(0x1e5)]&&this[_0x158f74(0x130)](_0x54d75d);});else{var _0x20c7e7;this['_throwTelemetryCollaborationNewChangeset'](),this[_0x3fe857(0x330)][_0x3fe857(0x214)](0x2),(_0x20c7e7=this[_0x3fe857(0xd3)])==null||_0x20c7e7[_0x3fe857(0x361)](),this[_0x3fe857(0xd3)]=null;}}});}['getMemberID'](){const _0x137604=_0x4356c2;var _0x1c0791,_0x55f84f;return(_0x1c0791=(_0x55f84f=this[_0x137604(0x26b)])==null?void 0x0:_0x55f84f[_0x137604(0x2ba)])==null?null:_0x1c0791;}['dispose'](){const _0x31d369=_0x4356c2;super[_0x31d369(0x2f7)](),this[_0x31d369(0x223)](),this[_0x31d369(0x345)][_0x31d369(0x214)](),this['dispose$'][_0x31d369(0x2e6)]();}[_0x4356c2(0x223)](){const _0x46bcad=_0x4356c2;var _0x14dfa5,_0x5ab07c;this['_throwTelemetryCollaborationNewChangeset'](),(_0x14dfa5=this[_0x46bcad(0x26b)])==null||_0x14dfa5[_0x46bcad(0x31e)]({'cmd':_0x53d7dd[_0x46bcad(0x35c)]['LEAVE'],'data':{'roomID':this[_0x46bcad(0x1e5)]}}),(_0x5ab07c=this[_0x46bcad(0x26b)])==null||_0x5ab07c['close'](),this[_0x46bcad(0x279)][_0x46bcad(0x2e6)](),this[_0x46bcad(0x330)][_0x46bcad(0x2e6)]();}[_0x4356c2(0x130)](_0x36d6d8){const _0x4214e2=_0x4356c2;_0x36d6d8[_0x4214e2(0x16f)]===_0x53d7dd[_0x4214e2(0x35c)][_0x4214e2(0xe8)]?this[_0x4214e2(0x131)](_0x36d6d8):_0x36d6d8['cmd']===_0x53d7dd[_0x4214e2(0x35c)][_0x4214e2(0x211)]&&this['_onRecvEvent'](_0x36d6d8);}[_0x4356c2(0x29b)](_0x2f8a80){const _0x56c6a1=_0x4356c2;this[_0x56c6a1(0x330)][_0x56c6a1(0x214)](0x1),_0x2f8a80[_0x56c6a1(0x31e)]({'cmd':_0x53d7dd[_0x56c6a1(0x35c)][_0x56c6a1(0xe8)],'routeKey':this[_0x56c6a1(0x1e5)],'routeType':'','data':{'rooms':[{'roomID':this['_unitID']}]}});}['_onJoinRoomEvent'](_0x21f073){const _0x451d87=_0x4356c2;var _0x36b3ef;if(_0x21f073[_0x451d87(0x193)]in _0x3df99c){this['_collaborationUIEventService']['emitEvent']({'id':_0x451d87(0x2b3),'data':_0x3df99c[_0x21f073['code']]}),this[_0x451d87(0x330)][_0x451d87(0x214)](0x2);return;}this[_0x451d87(0x330)]['next'](0x3);let _0x1ffecc=(_0x36b3ef=_0x21f073[_0x451d87(0x244)][_0x451d87(0x283)][this[_0x451d87(0x1e5)]])==null?void 0x0:_0x36b3ef[_0x451d87(0x33c)];_0x1ffecc&&_0x1ffecc[_0x451d87(0xc1)](_0x2aa18f=>this[_0x451d87(0x18d)][_0x451d87(0x207)](this['_unitID'],_0x2aa18f));}[_0x4356c2(0x26d)](_0x1e4006){const _0x5ad0b0=_0x4356c2;try{let _0x305e95=_0x1e4006['data'];switch(_0x305e95[_0x5ad0b0(0x2ed)]){case _0x164f11[_0x5ad0b0(0x1f7)][_0x5ad0b0(0x7a)]:this[_0x5ad0b0(0x305)](_0x305e95),this[_0x5ad0b0(0x279)][_0x5ad0b0(0x214)](_0x305e95);break;case _0x164f11[_0x5ad0b0(0x1f7)]['USERS_LEAVE']:this[_0x5ad0b0(0xd7)](_0x305e95),this[_0x5ad0b0(0x279)][_0x5ad0b0(0x214)](_0x305e95);break;case _0x164f11[_0x5ad0b0(0x1f7)][_0x5ad0b0(0x375)]:case _0x164f11['CollaborationEvent'][_0x5ad0b0(0x8d)]:this[_0x5ad0b0(0x6f)](),this[_0x5ad0b0(0x2eb)](),this['_event$']['next'](_0x305e95);break;case _0x164f11[_0x5ad0b0(0x1f7)][_0x5ad0b0(0x295)]:this[_0x5ad0b0(0x89)]['error'](_0x5ad0b0(0x349)+JSON[_0x5ad0b0(0x23a)](_0x305e95)),this[_0x5ad0b0(0x279)][_0x5ad0b0(0x214)](_0x305e95);break;case _0x164f11[_0x5ad0b0(0x1f7)][_0x5ad0b0(0xb1)]:this['_commentService'][_0x5ad0b0(0x1c6)](_0x305e95[_0x5ad0b0(0x244)]),this[_0x5ad0b0(0x279)][_0x5ad0b0(0x214)](_0x305e95);break;default:this[_0x5ad0b0(0x279)]['next'](_0x305e95);}}catch(_0x496885){this[_0x5ad0b0(0x89)][_0x5ad0b0(0x16b)](_0x496885,_0x1e4006);}}[_0x4356c2(0x305)](_0x115ff7){const _0x83b994=_0x4356c2;this[_0x83b994(0x18d)][_0x83b994(0x207)](this['_unitID'],_0x115ff7[_0x83b994(0x244)]);}[_0x4356c2(0xd7)](_0x3b3bcc){const _0x5a7859=_0x4356c2;this[_0x5a7859(0x18d)]['removeMember'](this[_0x5a7859(0x1e5)],_0x3b3bcc[_0x5a7859(0x244)][_0x5a7859(0x2ba)]);}async[_0x4356c2(0x31e)](_0x4004f0,_0x1a222a){const _0x418fc7=_0x4356c2;if(this['sessionStatus']!==0x3||!this[_0x418fc7(0x26b)])throw Error(_0x418fc7(0x272));try{_0x4004f0[_0x418fc7(0x2ed)]===_0x164f11[_0x418fc7(0x1f7)][_0x418fc7(0xfd)]&&(this[_0x418fc7(0x199)](),this[_0x418fc7(0x2b0)](_0x4004f0)),this[_0x418fc7(0x26b)]['send']({'cmd':_0x53d7dd[_0x418fc7(0x35c)][_0x418fc7(0x158)],'routeKey':_0x1a222a,'routeType':'','data':_0x4004f0});}catch(_0xa280cf){this[_0x418fc7(0x89)][_0x418fc7(0x16b)](_0xa280cf);}}[_0x4356c2(0x199)](){const _0x30f3fa=_0x4356c2;var _0x1ab5e1;this[_0x30f3fa(0xc0)]=setTimeout(()=>{const _0x32e9d2=_0x30f3fa;this[_0x32e9d2(0xc0)]=null,this[_0x32e9d2(0x255)][_0x32e9d2(0x27e)]({'id':'SUBMIT_CHANGESET_TIMEOUT'});},(_0x1ab5e1=this[_0x30f3fa(0x150)]['getConfig'](_0x30f3fa(0x2bc)))==null?_0x52c9d4:_0x1ab5e1);}[_0x4356c2(0x2eb)](){const _0x7a1da4=_0x4356c2;this['_collaborationTimeoutTimer']&&(clearTimeout(this[_0x7a1da4(0xc0)]),this[_0x7a1da4(0xc0)]=null);}[_0x4356c2(0x2b0)](_0x2d98b4){const _0x54a434=_0x4356c2;if(!this['_shouldReportTelemetry'])return;let {data:_0x558fcb}=_0x2d98b4,{unitID:_0xe58c17,changeset:_0x1261b0}=_0x558fcb,{mutations:_0x4b6b5d,type:_0x2fd7c5}=_0x1261b0;this['_telemetryInfo']={'unitId':_0xe58c17,'type':_0x2fd7c5,'startTime':performance[_0x54a434(0x36f)](),'stopTime':0x0,'duration':0x0,'size':_0x238f3e(_0x4b6b5d)};}[_0x4356c2(0x6f)](){const _0x2f2f3b=_0x4356c2;if(this['_shouldReportTelemetry']){if(!this[_0x2f2f3b(0x362)]){this[_0x2f2f3b(0x89)][_0x2f2f3b(0x16b)]('[CollaborationSession]',_0x2f2f3b(0x337));return;}this[_0x2f2f3b(0x362)][_0x2f2f3b(0x370)]=performance[_0x2f2f3b(0x36f)](),this[_0x2f2f3b(0x362)][_0x2f2f3b(0x181)]=this[_0x2f2f3b(0x362)][_0x2f2f3b(0x370)]-this[_0x2f2f3b(0x362)][_0x2f2f3b(0x286)],this[_0x2f2f3b(0xab)][_0x2f2f3b(0x2cb)](_0x2f2f3b(0x30d),this[_0x2f2f3b(0x362)]),this[_0x2f2f3b(0x362)]=null;}}[_0x4356c2(0x365)](){const _0x4e4e5c=_0x4356c2;this[_0x4e4e5c(0x362)]=null;}};_0x5a1406=_0x223773([_0x9460ae(0x2,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0x3,_0x186af2[_0x4356c2(0x2cd)]),_0x9460ae(0x4,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x2528bb)),_0x9460ae(0x5,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x294775)),_0x9460ae(0x6,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x167cb4)),_0x9460ae(0x7,(0x0,_0x186af2['Optional'])(_0x44c977[_0x4356c2(0x1bd)]))],_0x5a1406);let _0x42a910=(0x0,_0x186af2[_0x4356c2(0x163)])(_0x4356c2(0x107));function _0x3ea2f7(_0x2bad2d){const _0x39f3aa=_0x4356c2;return _0x39f3aa(0x24a)+_0x2bad2d;}function _0x570497(_0xd03941){const _0x44f539=_0x4356c2;let {unitID:_0x56e60a,mutations:_0x4e03a5}=_0xd03941;return{'unitId':_0x56e60a,'subUnitId':_0x4e03a5[_0x44f539(0x14e)]>0x0?_0x4e03a5[0x0][_0x44f539(0x32d)]['subUnitId']:null};}let _0x262e41=class{constructor(_0x208d49,_0x58d644,_0x1b007e){const _0x3c82e0=_0x4356c2;this[_0x3c82e0(0x31b)]=_0x208d49,this[_0x3c82e0(0x390)]=_0x58d644,this[_0x3c82e0(0xd4)]=_0x1b007e;}[_0x4356c2(0x392)](_0x254339){const _0x5b726f=_0x4356c2;var _0x384c3c,_0x3c6f66;let _0x3ecb5d=this[_0x5b726f(0x31b)][_0x5b726f(0x217)](_0x19a0d0[_0x5b726f(0xdf)]),{unitId:_0x1f6197,subUnitId:_0x492f93}=_0x570497(_0x254339),_0xd0157b=_0x3ecb5d==null?void 0x0:_0x3ecb5d['getWorkbookSelections'](_0x1f6197)[_0x5b726f(0x1fa)](),_0x8f1664=(_0x384c3c=this['_instanceService'][_0x5b726f(0x1b1)](_0x1f6197))==null||(_0x384c3c=_0x384c3c[_0x5b726f(0x230)]())==null?void 0x0:_0x384c3c[_0x5b726f(0x248)]();if(_0xd0157b[_0x5b726f(0x14e)]===0x0||!_0x1f6197||!_0x492f93)return;let _0xe68538=[{'id':_0x19a0d0[_0x5b726f(0x96)]['id'],'params':{'unitId':_0x1f6197,'subUnitId':_0x8f1664,'selections':_0x186af2[_0x5b726f(0x32e)]['deepClone'](_0xd0157b)}}],_0x2bf0de=this[_0x5b726f(0x390)][_0x5b726f(0xdc)](_0x254339,_0xe68538);if(!(0x0,_0x164f11[_0x5b726f(0x2bd)])(_0x2bf0de))throw _0x2bf0de['error'];let _0x3ab3c8=(_0x3c6f66=_0x2bf0de[_0x5b726f(0xd0)][0x0])==null||(_0x3c6f66=_0x3c6f66['params'])==null?void 0x0:_0x3c6f66[_0x5b726f(0x280)];if(Array[_0x5b726f(0x2ee)](_0x3ab3c8)&&_0x3ab3c8[_0x5b726f(0x14e)]){if(_0x3ab3c8[_0x5b726f(0x14e)]===_0xe68538[0x0][_0x5b726f(0x32d)][_0x5b726f(0x280)][_0x5b726f(0x14e)]&&_0x3ab3c8[_0x5b726f(0x182)]((_0x3c0595,_0xfba05c)=>_0x186af2[_0x5b726f(0x17c)][_0x5b726f(0x11a)](_0x3c0595[_0x5b726f(0x1e2)],_0xe68538[0x0][_0x5b726f(0x32d)][_0x5b726f(0x280)][_0xfba05c][_0x5b726f(0x1e2)])))return;this['_injector'][_0x5b726f(0x217)](_0x186af2['ICommandService'])[_0x5b726f(0xb3)](_0x19a0d0['SetSelectionsOperation']['id'],{'unitId':_0x1f6197,'subUnitId':_0x8f1664,'selections':_0x3ab3c8});}}};_0x262e41=_0x223773([_0x9460ae(0x0,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x1,_0x164f11[_0x4356c2(0xbf)]),_0x9460ae(0x2,_0x186af2[_0x4356c2(0x20c)])],_0x262e41);let _0x3348a1=(0x0,_0x186af2[_0x4356c2(0x163)])('univer-pro.collaboration-client.single-active-unit-service'),_0x54ef51=function(_0x5576ea){const _0x3b7f15=_0x4356c2;return _0x5576ea[_0x5576ea[_0x3b7f15(0x140)]=0x0]=_0x3b7f15(0x140),_0x5576ea[_0x5576ea[_0x3b7f15(0x2ef)]=0x1]=_0x3b7f15(0x2ef),_0x5576ea;}({});function _0x15ef18(_0x2bda59){const _0x32a2b7=_0x4356c2;var _0x4bc111;return!!((_0x4bc111=_0x2bda59[_0x32a2b7(0x32d)])!=null&&_0x4bc111['__splitChunk__']);}let _0x5dddfc=new Set([_0x19a0d0[_0x4356c2(0x1c4)]['id']]),_0x3a489a=new Set([_0x319fdd[_0x4356c2(0x27d)]['id'],_0x319fdd[_0x4356c2(0x194)]['id'],_0x319fdd[_0x4356c2(0x18f)]['id'],_0x319fdd['RemoveSlidePageMutation']['id']]);function _0x3476ed(_0x45f58d,_0x3e762d=_0x5dddfc){const _0x5f117c=_0x4356c2;let _0x896942=[];for(let _0x555fb3 of _0x45f58d){if(_0x3e762d[_0x5f117c(0x14f)](_0x555fb3['id'])){if(_0x896942[_0x5f117c(0x14e)]>0x0)break;_0x896942['push'](_0x555fb3);break;}if(_0x15ef18(_0x555fb3)){if(_0x896942[_0x5f117c(0x14e)]>0x0)break;_0x896942[_0x5f117c(0x265)](_0x555fb3);break;}_0x896942[_0x5f117c(0x265)](_0x555fb3);}return _0x896942;}function _0x1a0cde(_0x14172e,_0x4472f5,_0x397978,_0x2d3abf,_0x109d42){const _0x189ced=_0x4356c2;var _0x510a6c,_0x47a86b,_0x366192,_0x44453a;let _0x155820=_0x3476ed(_0x14172e),_0x4eb149=(_0x510a6c=(_0x47a86b=_0x109d42[_0x189ced(0x36b)]())==null?void 0x0:_0x47a86b['userID'])==null?_0x189ced(0x15c):_0x510a6c,_0x2162eb=(_0x366192=(_0x44453a=_0x109d42[_0x189ced(0x36b)]())==null?void 0x0:_0x44453a['memberID'])==null?'unknown':_0x366192;return{'changeset':{'unitID':_0x4472f5,'type':(0x0,_0x164f11[_0x189ced(0x17d)])(_0x397978[_0x189ced(0x391)](_0x4472f5)),'baseRev':_0x2d3abf['getCurrentRevOfUnit'](_0x4472f5),'revision':0x0,'userID':_0x4eb149,'memberID':_0x2162eb,'mutations':_0x155820},'pendingMutations':_0x14172e['slice'](_0x155820[_0x189ced(0x14e)])};}let _0x277cff=_0x1a0cde;function _0x11f706(_0x3dd849,_0xa891ee,_0x55e280,_0x2f40c3,_0x28064f){return _0x1a0cde(_0x3dd849,_0xa891ee,_0x55e280,_0x2f40c3,_0x28064f);}function _0x29f26b(_0x1ee558,_0x5699f3,_0x5a46a1,_0x21e81a,_0x513e7d){const _0x555934=_0x4356c2;var _0x4653b3,_0x39f494,_0x1b242a,_0x1519f0;let _0x33fa77=_0x3476ed(_0x1ee558,_0x3a489a),_0xd42ab2=(_0x4653b3=(_0x39f494=_0x513e7d[_0x555934(0x36b)]())==null?void 0x0:_0x39f494['userID'])==null?_0x555934(0x15c):_0x4653b3,_0x4bc688=(_0x1b242a=(_0x1519f0=_0x513e7d['getCurrentUser']())==null?void 0x0:_0x1519f0[_0x555934(0x2ba)])==null?_0x555934(0x15c):_0x1b242a;return{'changeset':{'unitID':_0x5699f3,'type':(0x0,_0x164f11[_0x555934(0x17d)])(_0x5a46a1['getUnitType'](_0x5699f3)),'baseRev':_0x21e81a[_0x555934(0xb0)](_0x5699f3),'revision':0x0,'userID':_0xd42ab2,'memberID':_0x4bc688,'mutations':_0x33fa77},'pendingMutations':_0x1ee558[_0x555934(0x250)](_0x33fa77[_0x555934(0x14e)])};}function _0x3ed1c4(_0xacd335,_0x53a415,_0x48ce96,_0xacb0fa,_0x49fb0e){const _0x1015cc=_0x4356c2;var _0x219cd4,_0x1a90a3,_0x701008,_0x47b91b;let _0x3cd031=_0xacd335[_0x1015cc(0x16c)]((_0x47da36,_0x53173f)=>{const _0x29b08a=_0x1015cc;let _0x4a33a5=_0x47da36[_0x47da36[_0x29b08a(0x14e)]-0x1],{id:_0x4d557b}=_0x4a33a5==null?{}:_0x4a33a5,{id:_0x419c35,type:_0xf03038}=_0x53173f,_0xb1c6e7=_0x53173f[_0x29b08a(0x32d)];if(_0x4d557b&&_0x4d557b!==_0x419c35)throw Error(_0x29b08a(0x11b)+_0x4d557b+_0x29b08a(0x24d)+_0x419c35+'.');if(!_0x4a33a5)return[{'id':_0x419c35,'type':_0xf03038,'params':{'unitId':_0xb1c6e7[_0x29b08a(0x10e)],'textRanges':_0xb1c6e7[_0x29b08a(0x1a7)],'actions':_0xb1c6e7[_0x29b08a(0x2d5)]}}];let _0x49d9eb=_0x4a33a5[_0x29b08a(0x32d)];return _0x49793e(_0x49d9eb[_0x29b08a(0x2d5)],_0xb1c6e7[_0x29b08a(0x2d5)])?[..._0x47da36[_0x29b08a(0x250)](0x0,-0x1),{..._0x4a33a5,'id':_0x419c35,'type':_0xf03038,'params':{'unitId':_0xb1c6e7[_0x29b08a(0x10e)],'textRanges':_0xb1c6e7['textRanges'],'actions':_0x186af2[_0x29b08a(0x30c)][_0x29b08a(0x78)](_0x49d9eb[_0x29b08a(0x2d5)],_0xb1c6e7[_0x29b08a(0x2d5)])}}]:[..._0x47da36,{'id':_0x419c35,'type':_0xf03038,'params':{'unitId':_0xb1c6e7['unitId'],'textRanges':_0xb1c6e7[_0x29b08a(0x1a7)],'actions':_0xb1c6e7[_0x29b08a(0x2d5)]}}];},[]),_0x269f78=(_0x219cd4=(_0x1a90a3=_0x49fb0e[_0x1015cc(0x36b)]())==null?void 0x0:_0x1a90a3[_0x1015cc(0x128)])==null?'unknown':_0x219cd4,_0x483853=(_0x701008=(_0x47b91b=_0x49fb0e['getCurrentUser']())==null?void 0x0:_0x47b91b['memberID'])==null?'unknown':_0x701008;return{'changeset':{'unitID':_0x53a415,'type':(0x0,_0x164f11[_0x1015cc(0x17d)])(_0x48ce96['getUnitType'](_0x53a415)),'baseRev':_0xacb0fa[_0x1015cc(0xb0)](_0x53a415),'revision':0x0,'userID':_0x269f78,'memberID':_0x483853,'mutations':_0x3cd031},'pendingMutations':_0xacd335[_0x1015cc(0x250)](_0xacd335['length'])};}function _0x49793e(_0x43d8c0,_0x398971){return _0x591d35(_0x43d8c0)&&_0x591d35(_0x398971)&&!_0xf21965(_0x43d8c0)&&!_0xf21965(_0x398971);}function _0x591d35(_0x1a8f91){const _0x55d6e9=_0x4356c2;return _0x4366c2(_0x1a8f91)[_0x55d6e9(0x342)](_0x32d378=>_0x2713e8(_0x32d378)&&_0x32d378['et']===_0x55d6e9(0x356));}function _0xf21965(_0xea8b51){const _0x7f732b=_0x4356c2;return _0x4366c2(_0xea8b51)[_0x7f732b(0x342)](_0xd19ea6=>Array[_0x7f732b(0x2ee)](_0xd19ea6)||typeof _0xd19ea6=='string'||typeof _0xd19ea6==_0x7f732b(0x1da));}function _0x4366c2(_0xfb1bdd){const _0x420fdb=_0x4356c2;if(!Array[_0x420fdb(0x2ee)](_0xfb1bdd))return[];let _0x990b07=_0xfb1bdd[_0x420fdb(0x111)](_0x420fdb(0x9d))?_0xfb1bdd:_0xfb1bdd[_0x420fdb(0x369)](_0x227b9c=>Array['isArray'](_0x227b9c)&&_0x227b9c[_0x420fdb(0x111)](_0x420fdb(0x9d)));if(!Array[_0x420fdb(0x2ee)](_0x990b07))return[];let _0x493a25=_0x990b07[_0x420fdb(0x2a5)](_0x420fdb(0x9d));return _0x493a25===-0x1?[]:_0x990b07[_0x420fdb(0x250)](_0x493a25+0x1);}function _0x2713e8(_0x282bbe){const _0xe4f635=_0x4356c2;return typeof _0x282bbe==_0xe4f635(0x6b)&&!!_0x282bbe&&!Array[_0xe4f635(0x2ee)](_0x282bbe);}function _0xbebd0c(_0x219680,_0x3e5a1a){const _0x5e6101=_0x4356c2;let _0x2c1b40=new _0x4f8104[(_0x5e6101(0x2b9))](0x1);return setTimeout(()=>_0x2c1b40[_0x5e6101(0x214)](_0x3e5a1a),_0x219680),_0x2c1b40[_0x5e6101(0x1ff)]()[_0x5e6101(0xc2)]((0x0,_0x4f8104[_0x5e6101(0x180)])(0x1));}var _0x6f6d65,_0x28c0d7,_0x25dc56;let _0x52ffab=function(_0x343912){const _0x4f263=_0x4356c2;return _0x343912[_0x4f263(0x259)]=_0x4f263(0xaa),_0x343912[_0x4f263(0xd9)]=_0x4f263(0x13c),_0x343912[_0x4f263(0x145)]=_0x4f263(0x35e),_0x343912[_0x4f263(0x34a)]=_0x4f263(0x278),_0x343912['AWAITING_WITH_PENDING']='awaiting_with_pending',_0x343912[_0x4f263(0x318)]=_0x4f263(0x300),_0x343912['CONFLICT']=_0x4f263(0x335),_0x343912[_0x4f263(0x2e7)]=_0x4f263(0x1ed),_0x343912;}({}),_0x231dcc=0x4e20,_0x1b588d=0x2bf20;var _0x3529cd=class{constructor(_0x280236,_0x4bfe32,_0x2e7fbe,_0x42281e,_0x1c59fc,_0x38fbe9,_0x533e25,_0x327652,_0x3fe661){const _0x1173e7=_0x4356c2;this[_0x1173e7(0x2e0)]=_0x280236,this[_0x1173e7(0x306)]=_0x4bfe32,this['_handler']=_0x1c59fc,this[_0x1173e7(0x213)]=_0x38fbe9,this[_0x1173e7(0x17e)]=_0x533e25,this['_revisionService']=_0x327652,this[_0x1173e7(0x2a4)]=_0x3fe661,_0x1fdd2e(this,_0x1173e7(0x240),null),_0x1fdd2e(this,_0x1173e7(0x1a4),[]),this[_0x1173e7(0x240)]=_0x2e7fbe,this['_pendingMutations']=_0x42281e;}[_0x4356c2(0x1e1)](_0xee8c30){const _0xf08000=_0x4356c2;let _0x4b3354=this[_0xf08000(0x9b)]['getCurrentRevOfUnit'](this[_0xf08000(0x2e0)]);return _0xee8c30[_0xf08000(0x1e0)]>_0x4b3354+0x1?(this[_0xf08000(0xee)]['onMissingChangesets']({'from':_0x4b3354,'to':_0xee8c30[_0xf08000(0x1e0)]-0x1}),!0x0):!0x1;}[_0x4356c2(0x1c8)](_0x5a8cea){const _0x8fc518=_0x4356c2;this['_undoRedoService'][_0x8fc518(0xb9)](this['unitID'],_0x5a8cea);}['_transformSelections'](_0x13e77d){const _0x21a6cf=_0x4356c2;var _0x524b85,_0x10d8c5;(_0x524b85=(_0x10d8c5=this[_0x21a6cf(0xee)])[_0x21a6cf(0x222)])==null||_0x524b85[_0x21a6cf(0x2fe)](_0x10d8c5,_0x13e77d);}['_transformIMECache'](_0x3df2ba){const _0x1a889f=_0x4356c2;var _0x10dbe8,_0x585c3f;return(_0x10dbe8=(_0x585c3f=this[_0x1a889f(0xee)])[_0x1a889f(0x1c0)])==null?void 0x0:_0x10dbe8['call'](_0x585c3f,_0x3df2ba);}['_transformStateCache'](_0x46aaa0){const _0x3008b8=_0x4356c2;var _0x4526eb,_0x426e5c;return(_0x4526eb=(_0x426e5c=this['_handler'])[_0x3008b8(0x37f)])==null?void 0x0:_0x4526eb['call'](_0x426e5c,_0x46aaa0);}[_0x4356c2(0x363)](_0xb485c3){const _0x47c8a=_0x4356c2;var _0x10b92a,_0x91f2bb,_0x263053;return(_0x10b92a=(_0x91f2bb=(_0x263053=this[_0x47c8a(0xee)])[_0x47c8a(0x2b1)])==null?void 0x0:_0x91f2bb['call'](_0x263053,_0xb485c3))==null?_0xb485c3:_0x10b92a;}[_0x4356c2(0xf0)](_0x5d34e7){const _0x101f72=_0x4356c2;var _0x43c1b7,_0x591b8b,_0x1943b2;return(_0x43c1b7=(_0x591b8b=(_0x1943b2=this[_0x101f72(0xee)])[_0x101f72(0xcf)])==null?void 0x0:_0x591b8b['call'](_0x1943b2,_0x5d34e7))==null?_0x5d34e7:_0x43c1b7;}[_0x4356c2(0x28c)](_0x4ec2bf){const _0x50e87a=_0x4356c2;if(this[_0x50e87a(0x306)]===_0x186af2['UniverInstanceType'][_0x50e87a(0x1cf)]){let {unitID:_0x1f195a,mutations:_0x124997,memberID:_0x1ab12c}=_0x4ec2bf,_0x28dd57=_0x124997[_0x50e87a(0x14e)]>0x0?_0x124997[0x0]['params'][_0x50e87a(0x1a7)]:[];if(Array['isArray'](_0x28dd57)&&_0x28dd57[_0x50e87a(0x14e)]>0x0){var _0x22ccb1,_0x366b96;(_0x22ccb1=(_0x366b96=this[_0x50e87a(0xee)])[_0x50e87a(0x85)])==null||_0x22ccb1[_0x50e87a(0x2fe)](_0x366b96,{'unitID':_0x1f195a,'memberID':_0x1ab12c,'textRanges':_0x28dd57});}}}[_0x4356c2(0x1f4)](){const _0x153d63=_0x4356c2;var _0x3c285d;(_0x3c285d=this[_0x153d63(0x2a4)])==null||_0x3c285d[_0x153d63(0x21e)](this[_0x153d63(0x2e0)],this[_0x153d63(0x306)],this[_0x153d63(0x240)],this['_pendingMutations']);}[_0x4356c2(0x25e)](){const _0x369f0a=_0x4356c2;return this[_0x369f0a(0x9b)][_0x369f0a(0xb0)](this['unitID']);}[_0x4356c2(0x183)](){const _0x3dc37b=_0x4356c2;this[_0x3dc37b(0x9b)][_0x3dc37b(0x2b5)](this['unitID']);}[_0x4356c2(0x24e)](_0xa1f0e8){const _0x5498f9=_0x4356c2;let _0x17c2d7=this[_0x5498f9(0x363)](_0xa1f0e8);_0x17c2d7=this[_0x5498f9(0xf0)](_0x17c2d7);let _0x468173=(0x0,_0x186af2[_0x5498f9(0x2e4)])(_0x17c2d7[_0x5498f9(0x1d0)],this[_0x5498f9(0x213)],{'fromCollab':!0x0});if(!_0x468173[_0x5498f9(0x1d8)]){var _0x31a731;throw _0x468173[_0x5498f9(0x16b)]instanceof Error?_0x468173['error']:Error((_0x31a731=_0x468173['error'])==null?'[CollaborationState]:\x20apply\x20error!':_0x31a731);}this[_0x5498f9(0x379)](_0x17c2d7),this[_0x5498f9(0x77)](_0x17c2d7),this[_0x5498f9(0x1c8)](_0xa1f0e8),this['_transformSelections'](_0x17c2d7),this[_0x5498f9(0x28c)](_0x17c2d7),this[_0x5498f9(0x183)]();}};let _0x362a23=class extends _0x3529cd{constructor(_0x3512a1,_0x56e9ea,_0x58d4e2,_0x3c5994,_0xf4768e,_0x4963f0,_0x13f83a,_0x4c4c8f,_0x43c86a,_0x4bef22){const _0x28d7a6=_0x4356c2;super(_0x3512a1,_0x56e9ea,null,[],_0x58d4e2,_0x13f83a,_0x4963f0,_0x3c5994,_0x4bef22),this['_injector']=_0xf4768e,this[_0x28d7a6(0x89)]=_0x4c4c8f,this[_0x28d7a6(0x390)]=_0x43c86a,this[_0x28d7a6(0x189)]=_0x4bef22,_0x1fdd2e(this,_0x28d7a6(0xed),_0x28d7a6(0x13c));}[_0x4356c2(0x33d)](_0x1d02a5){const _0x3febbf=_0x4356c2;let _0x447d87=this[_0x3febbf(0x31b)][_0x3febbf(0x118)](_0x2f432b,this['unitID'],this['type'],[_0x1d02a5],this[_0x3febbf(0xee)]);return _0x447d87['_schedule'](),_0x447d87[_0x3febbf(0x1f4)](),_0x447d87;}[_0x4356c2(0x174)](_0x16ff1f){const _0x3a28b6=_0x4356c2;if(this['_checkMissing'](_0x16ff1f))return this[_0x3a28b6(0x31b)][_0x3a28b6(0x118)](_0x2ed5dd,this[_0x3a28b6(0x2e0)],this[_0x3a28b6(0x306)],null,[],null,[_0x16ff1f],this[_0x3a28b6(0xee)]);try{let _0x179030=this[_0x3a28b6(0x390)][_0x3a28b6(0xdc)](_0x16ff1f,[_0x164f11[_0x3a28b6(0x104)]]);if((0x0,_0x164f11[_0x3a28b6(0x2bd)])(_0x179030)){let {c1Prime:_0x1fe71e}=_0x179030;return this[_0x3a28b6(0x24e)](_0x1fe71e),this;}throw _0x179030[_0x3a28b6(0x16b)];}catch(_0x3eb0af){return this[_0x3a28b6(0x89)][_0x3a28b6(0x16b)](_0x3eb0af),this[_0x3a28b6(0x235)](!0x1);}}[_0x4356c2(0x235)](_0x406405){const _0x5ad8ae=_0x4356c2;return this[_0x5ad8ae(0x31b)][_0x5ad8ae(0x118)](_0x43d275,this['unitID'],this['type'],null,[],this[_0x5ad8ae(0xee)],_0x406405);}[_0x4356c2(0x1df)](_0x2bafbb){const _0x33abf7=_0x4356c2;if(_0x2bafbb[_0x33abf7(0x1e0)]<=this['_getCurrentRevision']())return this;throw Error('[SyncedState]:\x20received\x20acknowledgement.');}[_0x4356c2(0x168)](){const _0x228ae7=_0x4356c2;throw Error(_0x228ae7(0x12e));}[_0x4356c2(0x90)](){return this;}[_0x4356c2(0x364)](){const _0x3de5ff=_0x4356c2;return this[_0x3de5ff(0x31b)][_0x3de5ff(0x118)](_0x39b8fd,this[_0x3de5ff(0x2e0)],this['type'],null,[],this[_0x3de5ff(0xee)]);}[_0x4356c2(0x1a2)](){return this;}[_0x4356c2(0x103)](){const _0x374d72=_0x4356c2;throw Error(_0x374d72(0xb7));}[_0x4356c2(0x368)](){const _0x21346d=_0x4356c2;let _0x133734=this[_0x21346d(0x9b)][_0x21346d(0xb0)](this[_0x21346d(0x2e0)]);return this[_0x21346d(0xee)]['onMissingChangesets']({'from':_0x133734,'to':0x0}),this[_0x21346d(0x31b)][_0x21346d(0x118)](_0x2ed5dd,this[_0x21346d(0x2e0)],this[_0x21346d(0x306)],null,[],null,[],this['_handler']);}};_0x362a23=_0x223773([_0x9460ae(0x3,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11[_0x4356c2(0x332)])),_0x9460ae(0x4,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x5,_0x186af2['IUndoRedoService']),_0x9460ae(0x6,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0x7,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0x8,_0x164f11[_0x4356c2(0xbf)]),_0x9460ae(0x9,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x42a910))],_0x362a23);let _0x2f432b=_0x6f6d65=class extends _0x3529cd{constructor(_0x257e88,_0x332b69,_0x4ab3d0,_0x2a3815,_0x199825,_0x30ecf8,_0x585614,_0x55303c,_0x7505cd,_0x2c4f10,_0x4752a3,_0x5b4139,_0x545b79,_0x4a5d42){const _0x2185ab=_0x4356c2;super(_0x257e88,_0x332b69,null,_0x4ab3d0,_0x2a3815,_0x7505cd,_0x545b79,_0x30ecf8,_0x4a5d42),this[_0x2185ab(0x31b)]=_0x199825,this[_0x2185ab(0x18d)]=_0x585614,this['_logService']=_0x55303c,this[_0x2185ab(0x150)]=_0x2c4f10,this[_0x2185ab(0x390)]=_0x4752a3,this[_0x2185ab(0x129)]=_0x5b4139,_0x1fdd2e(this,_0x2185ab(0xed),'pending'),_0x1fdd2e(this,_0x2185ab(0x309),null),_0x1fdd2e(this,_0x2185ab(0x19c),null);}[_0x4356c2(0x33d)](_0x22d0d2){const _0x298ed0=_0x4356c2;return this[_0x298ed0(0x1a4)]['push'](_0x22d0d2),this[_0x298ed0(0x1f4)](),this;}[_0x4356c2(0x174)](_0x156dc5){const _0x320cd1=_0x4356c2;if(this[_0x320cd1(0x1e1)](_0x156dc5))return this[_0x320cd1(0x2a8)](),this[_0x320cd1(0x31b)][_0x320cd1(0x118)](_0x2ed5dd,this[_0x320cd1(0x2e0)],this['type'],null,this['_pendingMutations'],null,[_0x156dc5],this['_handler']);try{let _0x168ce1=this[_0x320cd1(0x390)][_0x320cd1(0xdc)](_0x156dc5,this[_0x320cd1(0x1a4)]);if((0x0,_0x164f11[_0x320cd1(0x2bd)])(_0x168ce1)){let {c1Prime:_0x28e6e7,m2Prime:_0x5e86f8}=_0x168ce1;this['_executeRemoteChangeset'](_0x28e6e7);let _0x6a4fd6=this['_injector'][_0x320cd1(0x118)](_0x6f6d65,this[_0x320cd1(0x2e0)],this[_0x320cd1(0x306)],_0x5e86f8,this[_0x320cd1(0xee)]);this[_0x320cd1(0x2a8)]();let _0x2de4c8=new Date()[_0x320cd1(0x36d)](),_0x4dcb4e=this[_0x320cd1(0x309)]?Math[_0x320cd1(0x20a)](this[_0x320cd1(0x309)]-_0x2de4c8,0x0):this['_getSendChangesetTimeout']();return _0x6a4fd6[_0x320cd1(0x225)](_0x4dcb4e),_0x6a4fd6;}throw _0x168ce1[_0x320cd1(0x16b)];}catch(_0x4dd0ee){return this[_0x320cd1(0x89)]['error'](_0x4dd0ee),this[_0x320cd1(0x235)](!0x1);}}[_0x4356c2(0x1df)](_0x36fbfe){const _0x5704d8=_0x4356c2;if(_0x36fbfe['revision']<=this[_0x5704d8(0x25e)]())return this;throw Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x4356c2(0x168)](){const _0x33c4c8=_0x4356c2;throw Error(_0x33c4c8(0x97));}[_0x4356c2(0x90)](){return this;}['toggleOffline'](){const _0x33ef83=_0x4356c2;return this['_clearScheduledTask'](),this['_injector'][_0x33ef83(0x118)](_0x39b8fd,this[_0x33ef83(0x2e0)],this[_0x33ef83(0x306)],null,this[_0x33ef83(0x1a4)],this[_0x33ef83(0xee)]);}[_0x4356c2(0x1a2)](){return this;}[_0x4356c2(0x225)](_0xa0abe6){const _0x5e083d=_0x4356c2;let _0x391d6f=_0xa0abe6==null?this[_0x5e083d(0x2c9)]():_0xa0abe6;this[_0x5e083d(0x309)]=new Date()[_0x5e083d(0x36d)]()+_0x391d6f,this[_0x5e083d(0x19c)]=setTimeout(()=>{const _0x6aaa7=_0x5e083d;this[_0x6aaa7(0x2a8)]();let _0x2ccca4=null;switch(this[_0x6aaa7(0x306)]){case _0x186af2[_0x6aaa7(0xe6)][_0x6aaa7(0x2c0)]:_0x2ccca4=_0x277cff(this[_0x6aaa7(0x1a4)],this[_0x6aaa7(0x2e0)],this['_univerInstanceService'],this[_0x6aaa7(0x9b)],this[_0x6aaa7(0x18d)]);break;case _0x186af2['UniverInstanceType']['UNIVER_DOC']:_0x2ccca4=this[_0x6aaa7(0x1a4)]['every'](_0x28316d=>_0x28316d['id']===_0x4f74bc[_0x6aaa7(0x304)]['id'])?_0x3ed1c4(this[_0x6aaa7(0x1a4)],this[_0x6aaa7(0x2e0)],this[_0x6aaa7(0x129)],this[_0x6aaa7(0x9b)],this[_0x6aaa7(0x18d)]):_0x277cff(this[_0x6aaa7(0x1a4)],this[_0x6aaa7(0x2e0)],this['_univerInstanceService'],this[_0x6aaa7(0x9b)],this[_0x6aaa7(0x18d)]);break;case _0x186af2[_0x6aaa7(0xe6)]['UNIVER_SLIDE']:_0x2ccca4=_0x29f26b(this[_0x6aaa7(0x1a4)],this['unitID'],this[_0x6aaa7(0x129)],this[_0x6aaa7(0x9b)],this[_0x6aaa7(0x18d)]);break;case _0x186af2[_0x6aaa7(0xe6)][_0x6aaa7(0x32f)]:_0x2ccca4=_0x11f706(this[_0x6aaa7(0x1a4)],this['unitID'],this[_0x6aaa7(0x129)],this[_0x6aaa7(0x9b)],this[_0x6aaa7(0x18d)]);break;default:throw Error(_0x6aaa7(0x382)+this[_0x6aaa7(0x306)]+_0x6aaa7(0x20b));}let {changeset:_0x3e29cb,pendingMutations:_0x2347a0}=_0x2ccca4;this[_0x6aaa7(0xee)][_0x6aaa7(0xf9)](_0x3e29cb);let _0x256f8b=_0x2347a0['length']?this['_injector'][_0x6aaa7(0x118)](_0x4b42ee,this['unitID'],this[_0x6aaa7(0x306)],_0x3e29cb,_0x2347a0,this['_handler'],void 0x0):this[_0x6aaa7(0x31b)][_0x6aaa7(0x118)](_0x52fc1d,this[_0x6aaa7(0x2e0)],this[_0x6aaa7(0x306)],_0x3e29cb,this[_0x6aaa7(0xee)]);_0x256f8b[_0x6aaa7(0x1f4)](),this[_0x6aaa7(0xee)][_0x6aaa7(0xae)](this,_0x256f8b);},_0x391d6f);}[_0x4356c2(0x2c9)](){const _0x14d343=_0x4356c2;var _0x3ead33;let _0x2dab6c=this[_0x14d343(0x150)][_0x14d343(0x2f0)](_0x446dbc);return(_0x3ead33=_0x2dab6c==null?void 0x0:_0x2dab6c['sendChangesetTimeout'])==null?0x7d0:_0x3ead33;}[_0x4356c2(0x103)](){throw Error('[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.');}['_clearScheduledTask'](){const _0x4c782f=_0x4356c2;this[_0x4c782f(0x19c)]!=null&&(clearTimeout(this[_0x4c782f(0x19c)]),this[_0x4c782f(0x19c)]=null);}['_onConflict'](_0x42506a){const _0x47a986=_0x4356c2;return this['_clearScheduledTask'](),this['_injector']['createInstance'](_0x43d275,this['unitID'],this[_0x47a986(0x306)],null,this[_0x47a986(0x1a4)],this[_0x47a986(0xee)],_0x42506a);}};_0x2f432b=_0x6f6d65=_0x223773([_0x9460ae(0x4,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x5,(0x0,_0x186af2['Inject'])(_0x164f11[_0x4356c2(0x332)])),_0x9460ae(0x6,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x2528bb)),_0x9460ae(0x7,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0x8,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0x9,_0x186af2[_0x4356c2(0x2cd)]),_0x9460ae(0xa,_0x164f11[_0x4356c2(0xbf)]),_0x9460ae(0xb,_0x186af2['IUniverInstanceService']),_0x9460ae(0xc,_0x186af2['IUndoRedoService']),_0x9460ae(0xd,(0x0,_0x186af2['Optional'])(_0x42a910))],_0x2f432b);let _0x52fc1d=_0x28c0d7=class extends _0x3529cd{constructor(_0x2e8ade,_0x2df3e2,_0x1a8479,_0x5d1bf6,_0x538c66,_0x14ea87,_0x12a7d2,_0x2d2642,_0x10c0fa,_0x41023b,_0x32e11f){const _0x4c5484=_0x4356c2;super(_0x2e8ade,_0x2df3e2,_0x1a8479,[],_0x5d1bf6,_0x12a7d2,_0x41023b,_0x14ea87,_0x32e11f),this[_0x4c5484(0x31b)]=_0x538c66,this[_0x4c5484(0x89)]=_0x2d2642,this[_0x4c5484(0x390)]=_0x10c0fa,_0x1fdd2e(this,'status',_0x4c5484(0x278)),_0x1fdd2e(this,_0x4c5484(0x33f),0x0),_0x1fdd2e(this,_0x4c5484(0x2e3),0x0),_0x1fdd2e(this,'_resendTimer',void 0x0),_0x1fdd2e(this,_0x4c5484(0x173),void 0x0);}[_0x4356c2(0x33d)](_0x5ba015){const _0x1531c2=_0x4356c2;this[_0x1531c2(0x2a8)]();let _0xce54db=this[_0x1531c2(0x31b)]['createInstance'](_0x4b42ee,this[_0x1531c2(0x2e0)],this[_0x1531c2(0x306)],this[_0x1531c2(0x240)],[_0x5ba015],this[_0x1531c2(0xee)],this[_0x1531c2(0x1af)]);return _0xce54db['_updateLocalCache'](),_0xce54db;}[_0x4356c2(0x174)](_0x34c84d){const _0x41cb42=_0x4356c2;if(this[_0x41cb42(0x1e1)](_0x34c84d))return this[_0x41cb42(0x2a8)](),this['_injector'][_0x41cb42(0x118)](_0x2ed5dd,this[_0x41cb42(0x2e0)],this[_0x41cb42(0x306)],this['_awaitingChangeset'],[],null,[_0x34c84d],this['_handler']);try{let _0x3ec867=this['_transformService'][_0x41cb42(0x2cf)]([_0x34c84d],[this[_0x41cb42(0x240)]],!0x1);if((0x0,_0x164f11['isTransformChangesetsSuccess'])(_0x3ec867)){let {c1Prime:_0x3b1f19,c2Prime:_0x1c8f26}=_0x3ec867;this['_executeRemoteChangeset'](_0x3b1f19[0x0]),_0x1c8f26[0x0]['baseRev']=this['_getCurrentRevision'](),this[_0x41cb42(0x2a8)]();let _0x43965a=this['_injector'][_0x41cb42(0x118)](_0x28c0d7,this['unitID'],this[_0x41cb42(0x306)],_0x1c8f26[0x0],this[_0x41cb42(0xee)]);return _0x43965a[_0x41cb42(0x1f4)](),_0x43965a;}throw _0x3ec867['error'];}catch(_0x5911a8){return this[_0x41cb42(0x89)][_0x41cb42(0x16b)](_0x5911a8),this[_0x41cb42(0x235)](!0x1);}}[_0x4356c2(0x1df)](_0x1faa34){const _0x248c5d=_0x4356c2;this[_0x248c5d(0x2a8)]();let _0xb338a6=this[_0x248c5d(0x9b)][_0x248c5d(0xb0)](this[_0x248c5d(0x2e0)]);if(_0x1faa34['revision']<=_0xb338a6)return this;if(this[_0x248c5d(0x1e1)](_0x1faa34))return this[_0x248c5d(0x31b)]['createInstance'](_0x2ed5dd,this['unitID'],this['type'],this[_0x248c5d(0x240)],[],_0x1faa34[_0x248c5d(0x1e0)],[],this[_0x248c5d(0xee)]);this[_0x248c5d(0x183)]();let _0x3857df=this['_injector'][_0x248c5d(0x118)](_0x362a23,this[_0x248c5d(0x2e0)],this[_0x248c5d(0x306)],this[_0x248c5d(0xee)]);return _0x3857df[_0x248c5d(0x1f4)](),_0x3857df;}[_0x4356c2(0x168)](_0x36ec2a){const _0x162137=_0x4356c2;return this[_0x162137(0x235)](!!(_0x36ec2a!=null&&_0x36ec2a[_0x162137(0x7d)]));}[_0x4356c2(0x90)](_0x28abfb){const _0x570ec7=_0x4356c2;return this['_maxTotalRetryTimeout']>_0x1b588d?this[_0x570ec7(0x364)]():(this[_0x570ec7(0x1af)]=_0xbebd0c(this[_0x570ec7(0x33f)],{'timeout':this['_resendTimeout'],'reqId':_0x28abfb['reqId']}),this[_0x570ec7(0x173)]=this[_0x570ec7(0x1af)][_0x570ec7(0x1fe)](({reqId:_0x5b8b9c,timeout:_0x679ab9})=>{const _0x47cba6=_0x570ec7;this[_0x47cba6(0xfb)](_0x5b8b9c,_0x679ab9);}),this);}[_0x4356c2(0x364)](){const _0x2b1fa4=_0x4356c2;return this['_clearScheduledTask'](),this['_injector']['createInstance'](_0x39b8fd,this['unitID'],this[_0x2b1fa4(0x306)],this[_0x2b1fa4(0x240)],[],this['_handler']);}[_0x4356c2(0x1a2)](){return this;}[_0x4356c2(0x103)](){const _0x44c3c4=_0x4356c2;this[_0x44c3c4(0xee)][_0x44c3c4(0xf9)](this[_0x44c3c4(0x240)]);}[_0x4356c2(0x235)](_0x1b3a62){const _0x5d4b70=_0x4356c2;return this[_0x5d4b70(0x2a8)](),this[_0x5d4b70(0x31b)][_0x5d4b70(0x118)](_0x43d275,this[_0x5d4b70(0x2e0)],this[_0x5d4b70(0x306)],this[_0x5d4b70(0x240)],[],this[_0x5d4b70(0xee)],_0x1b3a62);}[_0x4356c2(0xfb)](_0x30fc41,_0x1f03b8){const _0x4e6430=_0x4356c2;var _0x40ca1b;_0x30fc41===((_0x40ca1b=this[_0x4e6430(0x240)])==null?void 0x0:_0x40ca1b['reqId'])&&(this['resend'](),this[_0x4e6430(0x33f)]=_0x1f03b8===0x0?0x3e8:Math[_0x4e6430(0x17b)](_0x1f03b8*0x2,_0x231dcc),this[_0x4e6430(0x2e3)]+=this[_0x4e6430(0x33f)]);}['_clearScheduledTask'](){const _0x59d309=_0x4356c2;var _0x31278e;(_0x31278e=this['_sender'])==null||_0x31278e[_0x59d309(0x361)](),this[_0x59d309(0x33f)]=0x0,this[_0x59d309(0x2e3)]=0x0;}};_0x52fc1d=_0x28c0d7=_0x223773([_0x9460ae(0x4,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x5,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11[_0x4356c2(0x332)])),_0x9460ae(0x6,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0x7,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0x8,_0x164f11[_0x4356c2(0xbf)]),_0x9460ae(0x9,_0x186af2['IUndoRedoService']),_0x9460ae(0xa,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x42a910))],_0x52fc1d);let _0x4b42ee=_0x25dc56=class extends _0x3529cd{constructor(_0x2642bc,_0x680484,_0x583f22,_0x528da1,_0x4e1378,_0xd611d1,_0x17bc92,_0x3530a9,_0x5c3d39,_0x3a5bf6,_0x2ca0a1,_0x37a0c8,_0x362929){const _0x49e84e=_0x4356c2;super(_0x2642bc,_0x680484,_0x583f22,_0x528da1,_0x4e1378,_0x5c3d39,_0x37a0c8,_0x3530a9,_0x362929),this[_0x49e84e(0x31b)]=_0x17bc92,this['_logService']=_0x3a5bf6,this[_0x49e84e(0x390)]=_0x2ca0a1,this[_0x49e84e(0x189)]=_0x362929,_0x1fdd2e(this,'status',_0x49e84e(0x378)),_0x1fdd2e(this,'_resendTimeout',0x0),_0x1fdd2e(this,_0x49e84e(0x2e3),0x0),_0x1fdd2e(this,_0x49e84e(0x1af),void 0x0),_0x1fdd2e(this,_0x49e84e(0x173),void 0x0),_0xd611d1&&(this[_0x49e84e(0x1af)]=_0xd611d1,this[_0x49e84e(0x173)]=this[_0x49e84e(0x1af)][_0x49e84e(0x1fe)](({reqId:_0x420d95,timeout:_0x48f83e})=>{const _0x572fac=_0x49e84e;this[_0x572fac(0xfb)](_0x420d95,_0x48f83e);}));}[_0x4356c2(0x33d)](_0x2c56a8){const _0x31346e=_0x4356c2;return this[_0x31346e(0x1a4)]['push'](_0x2c56a8),this;}[_0x4356c2(0x174)](_0x557dbc){const _0x71037f=_0x4356c2;if(this[_0x71037f(0x1e1)](_0x557dbc))return this[_0x71037f(0x2a8)](),this[_0x71037f(0x31b)][_0x71037f(0x118)](_0x2ed5dd,this['unitID'],this[_0x71037f(0x306)],this[_0x71037f(0x240)],this[_0x71037f(0x1a4)],null,[_0x557dbc],this[_0x71037f(0xee)]);try{let _0x590c3e=this['_transformService'][_0x71037f(0x2cf)]([_0x557dbc],[this[_0x71037f(0x240)]],!0x1);if((0x0,_0x164f11[_0x71037f(0x177)])(_0x590c3e)){let {c1Prime:_0x1384b5,c2Prime:_0x2db3cd}=_0x590c3e,_0x2a7f35=this[_0x71037f(0x390)]['transformMutationsWithChangeset'](_0x1384b5[0x0],this[_0x71037f(0x1a4)]);if((0x0,_0x164f11[_0x71037f(0x2bd)])(_0x2a7f35)){let {c1Prime:_0x6bff92,m2Prime:_0x3bcbad}=_0x2a7f35;return this['_executeRemoteChangeset'](_0x6bff92),_0x2db3cd[0x0]['baseRev']=this['_getCurrentRevision'](),this[_0x71037f(0x2a8)](),this[_0x71037f(0x31b)][_0x71037f(0x118)](_0x25dc56,this['unitID'],this[_0x71037f(0x306)],_0x2db3cd[0x0],_0x3bcbad,this[_0x71037f(0xee)],void 0x0);}throw _0x2a7f35['error'];}throw _0x590c3e[_0x71037f(0x16b)];}catch(_0x1e9717){return this['_logService']['error'](_0x1e9717),this[_0x71037f(0x235)](!0x1);}}[_0x4356c2(0x1df)](_0x3016b7){const _0x2a478e=_0x4356c2;this[_0x2a478e(0x2a8)]();let _0x27e6a3=this['_getCurrentRevision']();if(_0x3016b7[_0x2a478e(0x1e0)]<=_0x27e6a3)return this;if(this[_0x2a478e(0x1e1)](_0x3016b7))return this[_0x2a478e(0x31b)][_0x2a478e(0x118)](_0x2ed5dd,this['unitID'],this[_0x2a478e(0x306)],this['_awaitingChangeset'],this['_pendingMutations'],_0x3016b7[_0x2a478e(0x1e0)],[],this[_0x2a478e(0xee)]);this[_0x2a478e(0x183)]();let _0x2761b6=this[_0x2a478e(0x31b)][_0x2a478e(0x118)](_0x2f432b,this[_0x2a478e(0x2e0)],this['type'],this[_0x2a478e(0x1a4)],this[_0x2a478e(0xee)]);return _0x2761b6[_0x2a478e(0x225)](),_0x2761b6[_0x2a478e(0x1f4)](),_0x2761b6;}[_0x4356c2(0x168)](_0x2e02de){const _0x244a4a=_0x4356c2;return this[_0x244a4a(0x235)](!!(_0x2e02de!=null&&_0x2e02de[_0x244a4a(0x7d)]));}[_0x4356c2(0x90)](_0x9b4252){const _0x1c85e7=_0x4356c2;return this[_0x1c85e7(0x2e3)]>_0x1b588d?this[_0x1c85e7(0x364)]():(this[_0x1c85e7(0x1af)]=_0xbebd0c(this[_0x1c85e7(0x33f)],{'timeout':this['_resendTimeout'],'reqId':_0x9b4252['reqId']}),this[_0x1c85e7(0x173)]=this['_resendTimer'][_0x1c85e7(0x1fe)](({reqId:_0x15a512,timeout:_0x289117})=>{const _0x2aa539=_0x1c85e7;this[_0x2aa539(0xfb)](_0x15a512,_0x289117);}),this);}['toggleOffline'](){const _0x3d984f=_0x4356c2;return this[_0x3d984f(0x2a8)](),this['_injector']['createInstance'](_0x39b8fd,this[_0x3d984f(0x2e0)],this[_0x3d984f(0x306)],this[_0x3d984f(0x240)],this[_0x3d984f(0x1a4)],this[_0x3d984f(0xee)]);}['toggleOnline'](){return this;}[_0x4356c2(0x103)](){const _0x28ad7a=_0x4356c2;this[_0x28ad7a(0xee)][_0x28ad7a(0xf9)](this[_0x28ad7a(0x240)]);}['_onConflict'](_0x339229){const _0x51cb05=_0x4356c2;return this['_clearScheduledTask'](),this[_0x51cb05(0x31b)][_0x51cb05(0x118)](_0x43d275,this['unitID'],this[_0x51cb05(0x306)],null,this[_0x51cb05(0x1a4)],this[_0x51cb05(0xee)],_0x339229);}[_0x4356c2(0xfb)](_0x255c10,_0x33f9fb){const _0x3e8db3=_0x4356c2;var _0x3aed8c;_0x255c10===((_0x3aed8c=this['_awaitingChangeset'])==null?void 0x0:_0x3aed8c[_0x3e8db3(0x32c)])&&(this[_0x3e8db3(0x103)](),this[_0x3e8db3(0x33f)]=_0x33f9fb===0x0?0x3e8:Math[_0x3e8db3(0x17b)](_0x33f9fb*0x2,_0x231dcc),this['_maxTotalRetryTimeout']+=this[_0x3e8db3(0x33f)]);}[_0x4356c2(0x2a8)](){const _0x518804=_0x4356c2;var _0x450bd8;(_0x450bd8=this[_0x518804(0x173)])==null||_0x450bd8['unsubscribe'](),this[_0x518804(0x33f)]=0x0,this[_0x518804(0x2e3)]=0x0;}};_0x4b42ee=_0x25dc56=_0x223773([_0x9460ae(0x6,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2['Injector'])),_0x9460ae(0x7,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11[_0x4356c2(0x332)])),_0x9460ae(0x8,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0x9,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0xa,_0x164f11[_0x4356c2(0xbf)]),_0x9460ae(0xb,_0x186af2['IUndoRedoService']),_0x9460ae(0xc,(0x0,_0x186af2['Optional'])(_0x42a910))],_0x4b42ee);let _0x43d275=class extends _0x3529cd{constructor(_0x2edaac,_0x501b7e,_0x34202a,_0x42b4b7,_0x403cf2,_0x44e777=!0x1,_0x3c3050,_0x338531,_0x36b60d,_0x2dbaa3,_0x362a77,_0x2ac015,_0x1d9b57){const _0xb19600=_0x4356c2;super(_0x2edaac,_0x501b7e,_0x34202a,_0x42b4b7,_0x403cf2,_0x338531,_0x36b60d,_0x2dbaa3,_0x1d9b57),this[_0xb19600(0x95)]=_0x44e777,this[_0xb19600(0x11e)]=_0x3c3050,this[_0xb19600(0x1dd)]=_0x362a77,this[_0xb19600(0x255)]=_0x2ac015,this[_0xb19600(0x189)]=_0x1d9b57,_0x1fdd2e(this,_0xb19600(0xed),'conflict'),this[_0xb19600(0xde)](),this['_clearLocalCache'](),this[_0xb19600(0x7f)]();}[_0x4356c2(0x33d)](){return this;}[_0x4356c2(0x174)](){return this;}[_0x4356c2(0x1df)](){return this;}['onRemoteRej'](){return this;}[_0x4356c2(0x90)](){return this;}[_0x4356c2(0x364)](){return this;}[_0x4356c2(0x1a2)](){return this;}[_0x4356c2(0x103)](){const _0x14c456=_0x4356c2;throw Error(_0x14c456(0x1d1));}['_clearLocalCache'](){const _0x9e11f6=_0x4356c2;var _0x54d34c,_0x3b4e04,_0x510a18;(_0x54d34c=this['_localCacheService'])==null||(_0x3b4e04=_0x54d34c['backupOfflineData'])==null||(_0x3b4e04=_0x3b4e04[_0x9e11f6(0x2fe)](_0x54d34c,this['unitID'],_0x9e11f6(0x335)))==null||_0x3b4e04[_0x9e11f6(0x1c2)](()=>void 0x0),(_0x510a18=this[_0x9e11f6(0x2a4)])==null||_0x510a18[_0x9e11f6(0x21e)](this[_0x9e11f6(0x2e0)],this[_0x9e11f6(0x306)],null,[]);}[_0x4356c2(0xde)](){const _0x8343f=_0x4356c2;this[_0x8343f(0x95)]?this['_collaborationUIEventService'][_0x8343f(0x27e)]({'id':'PERMISSION_DENIED'}):this[_0x8343f(0x255)]['emitEvent']({'id':_0x8343f(0x2bf)});}['_disableEditing'](){const _0x41e7fb=_0x4356c2;this[_0x41e7fb(0x11e)][_0x41e7fb(0xdd)](new _0x19a0d0[(_0x41e7fb(0x1f2))](this[_0x41e7fb(0x2e0)])['id'],!0x1);}};_0x43d275=_0x223773([_0x9460ae(0x6,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x386)])),_0x9460ae(0x7,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0x8,_0x186af2[_0x4356c2(0x1f6)]),_0x9460ae(0x9,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11['RevisionService'])),_0x9460ae(0xa,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x18c)])),_0x9460ae(0xb,(0x0,_0x186af2['Inject'])(_0x167cb4)),_0x9460ae(0xc,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x42a910))],_0x43d275);let _0x39b8fd=class extends _0x3529cd{constructor(_0x55b991,_0x54307c,_0x48ffd5,_0x4e0fec,_0x4cb5cf,_0x33dc2a,_0x14021c,_0xe021a,_0x5b25dd,_0x3f7a9f){const _0x45ef3f=_0x4356c2;super(_0x55b991,_0x54307c,_0x48ffd5,_0x4e0fec,_0x4cb5cf,_0xe021a,_0x5b25dd,_0x14021c,_0x3f7a9f),this['_injector']=_0x33dc2a,_0x1fdd2e(this,'status',_0x45ef3f(0x1ed));}[_0x4356c2(0x33d)](_0x3a35d5){const _0x212fd9=_0x4356c2;return this['_pendingMutations'][_0x212fd9(0x265)](_0x3a35d5),this[_0x212fd9(0x1f4)](),this;}[_0x4356c2(0x174)](_0xcadd3e){throw Error('[OfflineState]:\x20received\x20changeset.');}['onRemoteAck'](){const _0x50c7b4=_0x4356c2;throw Error(_0x50c7b4(0x324));}['onRemoteRej'](){throw Error('[OfflineState]:\x20received\x20rejection.');}[_0x4356c2(0x90)](){return this;}[_0x4356c2(0x364)](){return this;}[_0x4356c2(0x1a2)](){const _0x4a5ebc=_0x4356c2;let {_injector:_0xe44492,_pendingMutations:_0x51a1b3,_awaitingChangeset:_0x5d3fd1,unitID:_0x2b650a,_handler:_0x87e43a,type:_0x514f94}=this,_0xade77=_0x2bd303(_0xe44492,_0x2b650a,_0x514f94,_0x5d3fd1,_0x51a1b3,_0x87e43a);return _0xade77 instanceof _0x2f432b?_0xade77[_0x4a5ebc(0x225)]():(_0xade77 instanceof _0x4b42ee||_0xade77 instanceof _0x52fc1d)&&_0xade77[_0x4a5ebc(0x103)](),_0xade77;}['resend'](){const _0x520598=_0x4356c2;throw Error(_0x520598(0x291));}};_0x39b8fd=_0x223773([_0x9460ae(0x5,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x6,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11[_0x4356c2(0x332)])),_0x9460ae(0x7,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0x8,_0x186af2[_0x4356c2(0x1f6)]),_0x9460ae(0x9,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x42a910))],_0x39b8fd);let _0x2ed5dd=class extends _0x3529cd{constructor(_0x15f240,_0x37e4e7,_0x3a2be9,_0x485a82,_0x1bf40a,_0x9c2e52,_0xed420c,_0x514ccb,_0x21975e,_0x280e3e,_0x22c78d,_0x13aa72,_0x54cc6d,_0x19ffc8){const _0x4bc6ba=_0x4356c2;super(_0x15f240,_0x37e4e7,_0x3a2be9,_0x485a82,_0xed420c,_0x22c78d,_0x13aa72,_0x21975e,_0x19ffc8),this[_0x4bc6ba(0x1b3)]=_0x1bf40a,this[_0x4bc6ba(0xbe)]=_0x9c2e52,this['_injector']=_0x514ccb,this['_logService']=_0x280e3e,this[_0x4bc6ba(0x390)]=_0x54cc6d,this[_0x4bc6ba(0x189)]=_0x19ffc8,_0x1fdd2e(this,_0x4bc6ba(0xed),_0x4bc6ba(0x300));}[_0x4356c2(0x94)](_0x2e950f){const _0x13d96d=_0x4356c2;try{if(this[_0x13d96d(0x28f)](_0x2e950f)[_0x13d96d(0x86)])throw Error('[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.');if(this[_0x13d96d(0x28f)]([...this[_0x13d96d(0xbe)]][_0x13d96d(0xa3)]((_0x226fd7,_0x1c66d0)=>_0x226fd7[_0x13d96d(0x1e0)]-_0x1c66d0[_0x13d96d(0x1e0)]))['missingChangesets'])return this[_0x13d96d(0xbe)]=[],this[_0x13d96d(0x1f4)](),this['_handler'][_0x13d96d(0x19f)]({'from':this['_getCurrentRevision'](),'to':0x0}),this;let _0x34c0fd=this[_0x13d96d(0x240)],_0x12b1af=this[_0x13d96d(0x1a4)],_0x5b6284;if(_0x34c0fd&&_0x12b1af[_0x13d96d(0x14e)]!==0x0)_0x5b6284=this[_0x13d96d(0x31b)]['createInstance'](_0x4b42ee,this['unitID'],this['type'],_0x34c0fd,_0x12b1af,this['_handler'],void 0x0);else{if(_0x34c0fd&&_0x12b1af[_0x13d96d(0x14e)]===0x0)_0x34c0fd[_0x13d96d(0x14a)]=this[_0x13d96d(0x25e)](),_0x5b6284=this[_0x13d96d(0x31b)]['createInstance'](_0x52fc1d,this[_0x13d96d(0x2e0)],this[_0x13d96d(0x306)],_0x34c0fd,this[_0x13d96d(0xee)]);else{if(_0x12b1af[_0x13d96d(0x14e)]!==0x0){let _0x49bcea=this['_injector'][_0x13d96d(0x118)](_0x2f432b,this[_0x13d96d(0x2e0)],this[_0x13d96d(0x306)],_0x12b1af,this[_0x13d96d(0xee)]);_0x49bcea[_0x13d96d(0x225)](),_0x5b6284=_0x49bcea;}else _0x5b6284=this['_injector'][_0x13d96d(0x118)](_0x362a23,this[_0x13d96d(0x2e0)],this[_0x13d96d(0x306)],this['_handler']);}}return _0x5b6284[_0x13d96d(0x1f4)](),_0x5b6284;}catch(_0x269412){return this[_0x13d96d(0x89)]['error'](_0x13d96d(0x34d),_0x13d96d(0x37e),_0x269412),this[_0x13d96d(0x31b)][_0x13d96d(0x118)](_0x43d275,this[_0x13d96d(0x2e0)],this[_0x13d96d(0x306)],this['_awaitingChangeset'],this[_0x13d96d(0x1a4)],this[_0x13d96d(0xee)],!0x1);}}[_0x4356c2(0x28f)](_0x134f2f){const _0x40d76b=_0x4356c2;this[_0x40d76b(0x275)]();for(let _0x1b1381=0x0;_0x1b1381<_0x134f2f[_0x40d76b(0x14e)];_0x1b1381++){let _0xb81a38=_0x134f2f[_0x1b1381],_0xb574=this[_0x40d76b(0x25e)]();if(!(_0xb81a38['revision']<=_0xb574)){if(_0xb81a38[_0x40d76b(0x1e0)]>_0xb574+0x1)return{'missingChangesets':!0x0};if(this[_0x40d76b(0x29e)](_0xb81a38)){this['_acknowledgeAwaiting']();continue;}this['_transformAndApplyRemoteChangeset'](_0xb81a38),this[_0x40d76b(0x275)]();}}return{'missingChangesets':!0x1};}[_0x4356c2(0xec)](_0x2926c0){const _0x539045=_0x4356c2;let _0x1d6b73=_0x2926c0,_0x4e31e6=this[_0x539045(0x240)];if(_0x4e31e6){let _0x1a554b=this[_0x539045(0x390)][_0x539045(0x2cf)]([_0x2926c0],[_0x4e31e6],!0x1);if(!(0x0,_0x164f11[_0x539045(0x177)])(_0x1a554b))throw _0x1a554b['error'];_0x1d6b73=_0x1a554b[_0x539045(0x13b)][0x0],_0x4e31e6=_0x1a554b[_0x539045(0x1e6)][0x0];}let _0x192f22=this[_0x539045(0x1a4)];if(_0x192f22['length']){let _0x4ce61c=this[_0x539045(0x390)]['transformMutationsWithChangeset'](_0x1d6b73,_0x192f22);if(!(0x0,_0x164f11[_0x539045(0x2bd)])(_0x4ce61c))throw _0x4ce61c[_0x539045(0x16b)];_0x1d6b73=_0x4ce61c[_0x539045(0x13b)],_0x192f22=_0x4ce61c[_0x539045(0xd0)];}this[_0x539045(0x24e)](_0x1d6b73),_0x4e31e6&&(_0x4e31e6[_0x539045(0x14a)]=this['_getCurrentRevision']()),this['_awaitingChangeset']=_0x4e31e6,this[_0x539045(0x1a4)]=_0x192f22;}[_0x4356c2(0x275)](){const _0x59fa26=_0x4356c2;if(!this['_awaitingChangeset']||this[_0x59fa26(0x1b3)]==null)return;let _0x4cc489=this['_getCurrentRevision']();if(this[_0x59fa26(0x1b3)]<=_0x4cc489)throw Error(_0x59fa26(0x1d6)+this['_acknowledgedAwaitingRevision']+'.');this[_0x59fa26(0x1b3)]===_0x4cc489+0x1&&this[_0x59fa26(0x288)]();}[_0x4356c2(0x288)](){const _0x3714bd=_0x4356c2;this[_0x3714bd(0x183)](),this[_0x3714bd(0x240)]=null,this[_0x3714bd(0x1b3)]=null;}[_0x4356c2(0x29e)](_0x2eebb8){const _0x5e7465=_0x4356c2;let _0x5968aa=this['_awaitingChangeset'];return!_0x5968aa||!_0x5968aa['sid']||_0x5968aa[_0x5e7465(0x32c)]===null||_0x5968aa[_0x5e7465(0x32c)]===void 0x0?!0x1:_0x2eebb8[_0x5e7465(0x2e0)]===_0x5968aa['unitID']&&_0x2eebb8['sid']===_0x5968aa[_0x5e7465(0x2ff)]&&_0x2eebb8[_0x5e7465(0x32c)]===_0x5968aa[_0x5e7465(0x32c)];}[_0x4356c2(0x103)](){const _0x1dfbc5=_0x4356c2;throw Error(_0x1dfbc5(0x198));}[_0x4356c2(0x33d)](_0x461a3d){const _0x187ea7=_0x4356c2;return this[_0x187ea7(0x1a4)][_0x187ea7(0x265)](_0x461a3d),this;}[_0x4356c2(0x174)](_0x473e6e){const _0x413255=_0x4356c2;return this[_0x413255(0xbe)][_0x413255(0x265)](_0x473e6e),this;}['onRemoteAck'](_0x4cf6c0){const _0x3b9915=_0x4356c2;if(this[_0x3b9915(0x240)]){let _0x198c15=this[_0x3b9915(0x25e)]();return _0x4cf6c0[_0x3b9915(0x1e0)]<=_0x198c15||(_0x198c15+0x1===_0x4cf6c0['revision']?(this[_0x3b9915(0x183)](),this[_0x3b9915(0x240)]=null,this['_acknowledgedAwaitingRevision']=null):this[_0x3b9915(0x1b3)]=_0x4cf6c0[_0x3b9915(0x1e0)]),this;}if(_0x4cf6c0[_0x3b9915(0x1e0)]<=this[_0x3b9915(0x25e)]())return this;throw Error(_0x3b9915(0x155));}[_0x4356c2(0x168)](_0x19894d){const _0x2989ea=_0x4356c2;return this[_0x2989ea(0x235)](!!(_0x19894d!=null&&_0x19894d['isPermissionRej']));}[_0x4356c2(0x90)](){return this;}[_0x4356c2(0x364)](){const _0x3f374b=_0x4356c2;return this['_injector'][_0x3f374b(0x118)](_0x39b8fd,this['unitID'],this[_0x3f374b(0x306)],this[_0x3f374b(0x240)],this[_0x3f374b(0x1a4)],this[_0x3f374b(0xee)]);}['toggleOnline'](){return this;}[_0x4356c2(0x235)](_0x10c183){const _0x13024b=_0x4356c2;return this[_0x13024b(0x31b)][_0x13024b(0x118)](_0x43d275,this[_0x13024b(0x2e0)],this['type'],this[_0x13024b(0x240)],this[_0x13024b(0x1a4)],this[_0x13024b(0xee)],_0x10c183);}};_0x2ed5dd=_0x223773([_0x9460ae(0x7,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x8,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11[_0x4356c2(0x332)])),_0x9460ae(0x9,_0x186af2['ILogService']),_0x9460ae(0xa,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0xb,_0x186af2[_0x4356c2(0x1f6)]),_0x9460ae(0xc,_0x164f11[_0x4356c2(0xbf)]),_0x9460ae(0xd,(0x0,_0x186af2['Optional'])(_0x42a910))],_0x2ed5dd);function _0x2bd303(_0x4c87b1,_0x8cb75,_0x5300ae,_0x2fa265,_0x4d422f,_0x4bed5c){const _0x12679f=_0x4356c2;return _0x2fa265&&_0x4d422f[_0x12679f(0x14e)]?_0x4c87b1[_0x12679f(0x118)](_0x4b42ee,_0x8cb75,_0x5300ae,_0x2fa265,_0x4d422f,_0x4bed5c,void 0x0):_0x2fa265?_0x4c87b1[_0x12679f(0x118)](_0x52fc1d,_0x8cb75,_0x5300ae,_0x2fa265,_0x4bed5c):_0x4d422f[_0x12679f(0x14e)]?_0x4c87b1[_0x12679f(0x118)](_0x2f432b,_0x8cb75,_0x5300ae,_0x4d422f,_0x4bed5c):_0x4c87b1[_0x12679f(0x118)](_0x362a23,_0x8cb75,_0x5300ae,_0x4bed5c);}let _0xf0d3b=class extends _0x186af2[_0x4356c2(0x396)]{get[_0x4356c2(0x237)](){const _0xcbea65=_0x4356c2;return this[_0xcbea65(0x175)];}constructor(_0x3698de,_0x4a2c60,_0x5df239,_0x3d80de,_0x59794d,_0x438178,_0x269ca8,_0x423b12,_0x217812,_0x4e1b63,_0x1073a9,_0x2e0fb0,_0x4cf9f0,_0x5f5ac9){const _0x2cd1f8=_0x4356c2;super(),this[_0x2cd1f8(0x2e0)]=_0x3698de,this[_0x2cd1f8(0x328)]=_0x4a2c60,this[_0x2cd1f8(0x389)]=_0x5df239,this[_0x2cd1f8(0x31b)]=_0x3d80de,this[_0x2cd1f8(0x1d9)]=_0x59794d,this['_localeService']=_0x438178,this[_0x2cd1f8(0x9b)]=_0x269ca8,this[_0x2cd1f8(0x2d0)]=_0x423b12,this[_0x2cd1f8(0x129)]=_0x217812,this[_0x2cd1f8(0x89)]=_0x4e1b63,this[_0x2cd1f8(0x213)]=_0x1073a9,this['_permissionService']=_0x2e0fb0,this[_0x2cd1f8(0x354)]=_0x4cf9f0,this[_0x2cd1f8(0x2a4)]=_0x5f5ac9,_0x1fdd2e(this,'_state$',new _0x4f8104[(_0x2cd1f8(0x195))](null)),_0x1fdd2e(this,_0x2cd1f8(0x2cc),this[_0x2cd1f8(0x381)][_0x2cd1f8(0x1ff)]()),_0x1fdd2e(this,'_state',void 0x0),_0x1fdd2e(this,_0x2cd1f8(0x2ad),!0x1),_0x1fdd2e(this,'_changesetSessionId',''),_0x1fdd2e(this,'_changesetReqId',0x0),_0x1fdd2e(this,_0x2cd1f8(0x289),this['state$'][_0x2cd1f8(0xc2)]((0x0,_0x4f8104['map'])(_0x120861=>_0x120861?_0x120861[_0x2cd1f8(0xed)]:_0x2cd1f8(0x1ed)),(0x0,_0x4f8104['shareReplay'])({'bufferSize':0x1,'refCount':!0x0}))),_0x1fdd2e(this,'_transitionLocked',!0x1),_0x1fdd2e(this,'_remoteChangesetQueue',[]);}async[_0x4356c2(0x186)](){const _0xf9c9fe=_0x4356c2;if(this[_0xf9c9fe(0x237)])throw Error('[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.');await this['_init']();}[_0x4356c2(0x71)](){const _0x148855=_0x4356c2;return this[_0x148855(0x2ad)]=!0x0,(0x0,_0x186af2[_0x148855(0x312)])(()=>{const _0x831ddf=_0x148855;this[_0x831ddf(0x2ad)]=!0x1,this[_0x831ddf(0x2de)]();});}[_0x4356c2(0x23b)](_0x402784){const _0x5f45aa=_0x4356c2;this[_0x5f45aa(0x6d)](_0x402784);}[_0x4356c2(0xa8)](_0x5ddeed){const _0x1dbe6a=_0x4356c2;this[_0x1dbe6a(0x175)]=_0x5ddeed,this[_0x1dbe6a(0x381)][_0x1dbe6a(0x214)](_0x5ddeed);}async[_0x4356c2(0x135)](){const _0x9f3e4a=_0x4356c2;if(this[_0x9f3e4a(0xa8)](await this[_0x9f3e4a(0x10a)]()),this[_0x9f3e4a(0x354)]){var _0x41734f;(_0x41734f=this[_0x9f3e4a(0x354)])==null||_0x41734f[_0x9f3e4a(0x13f)](this['unitID']),this[_0x9f3e4a(0xa5)](this[_0x9f3e4a(0x354)][_0x9f3e4a(0x148)](this[_0x9f3e4a(0x2e0)])[_0x9f3e4a(0x1fe)](_0x3f9dfb=>{const _0x278840=_0x9f3e4a;this[_0x278840(0x89)][_0x278840(0xc5)](_0x278840(0x66),_0x278840(0x2c6),_0x3f9dfb),_0x3f9dfb===0x1?(this[_0x278840(0x2d0)][_0x278840(0x27e)]({'id':_0x278840(0x35f)}),this[_0x278840(0x11e)][_0x278840(0xdd)](new _0x19a0d0[(_0x278840(0x1f2))](this[_0x278840(0x2e0)])['id'],!0x1),this['_permissionService']['setShowComponents'](!0x1)):(this[_0x278840(0x11e)][_0x278840(0xdd)](new _0x19a0d0['WorkbookEditablePermission'](this[_0x278840(0x2e0)])['id'],!0x0),this[_0x278840(0x11e)][_0x278840(0x2be)](!0x0));}));}let _0x34e514=!0x1;return this['disposeWithMe'](this[_0x9f3e4a(0x328)]['sessionStatus$'][_0x9f3e4a(0x1fe)](_0x111d8f=>{const _0x3acf59=_0x9f3e4a;_0x111d8f===0x3?this[_0x3acf59(0x88)](_0x34e514):_0x111d8f===0x2&&(_0x34e514=!0x0,this[_0x3acf59(0x28a)]());})),this['disposeWithMe'](this['session'][_0x9f3e4a(0x21d)][_0x9f3e4a(0x1fe)](_0x18e7f8=>{const _0x428704=_0x9f3e4a;try{switch(_0x18e7f8['eventID']){case _0x164f11['CollaborationEvent'][_0x428704(0x357)]:this[_0x428704(0x99)]((0x0,_0x164f11['parseProtocolChangeset'])(_0x18e7f8[_0x428704(0x244)]));break;case _0x164f11['CollaborationEvent'][_0x428704(0x375)]:this[_0x428704(0x1b7)](_0x18e7f8[_0x428704(0x244)]);break;case _0x164f11[_0x428704(0x1f7)][_0x428704(0x25c)]:this[_0x428704(0x2fa)]();break;case _0x164f11['CollaborationEvent'][_0x428704(0x8d)]:this[_0x428704(0x219)](_0x18e7f8['data']);break;case _0x164f11['CollaborationEvent'][_0x428704(0x383)]:this[_0x428704(0x11d)](_0x18e7f8[_0x428704(0x244)][_0x428704(0x1ec)][_0x428704(0xff)](_0x297638=>(0x0,_0x164f11[_0x428704(0x143)])(_0x297638)));break;case _0x164f11[_0x428704(0x1f7)]['PERMISSION_REJ']:this[_0x428704(0x2fa)]({'isPermissionRej':!0x0});break;case _0x164f11[_0x428704(0x1f7)][_0x428704(0x32b)]:break;}}catch(_0x1eee4a){throw console['error'](_0x428704(0x2b8),_0x1eee4a),_0x1eee4a;}})),this[_0x9f3e4a(0x175)];}[_0x4356c2(0x284)](){const _0x3068b1=_0x4356c2;this[_0x3068b1(0x1e3)]=!0x1;}[_0x4356c2(0x125)](){const _0x59eb97=_0x4356c2;if(this['_transitionLocked'])throw Error(_0x59eb97(0x24b));this[_0x59eb97(0x1e3)]=!0x0;}[_0x4356c2(0x6d)](_0x1b75c6){const _0x1e8663=_0x4356c2;this[_0x1e8663(0x125)](),this[_0x1e8663(0xa8)](this[_0x1e8663(0x175)]['appendMutation'](_0x1b75c6)),this[_0x1e8663(0x284)]();}[_0x4356c2(0x99)](_0x144793){const _0x119edd=_0x4356c2;if(!(_0x144793[_0x119edd(0x1e0)]<=this[_0x119edd(0x9b)][_0x119edd(0xb0)](this[_0x119edd(0x2e0)]))){if(this[_0x119edd(0x2ad)]){this['_remoteChangesetQueue']['push'](_0x144793);return;}this[_0x119edd(0x326)](_0x144793);}}[_0x4356c2(0x2de)](){const _0x3cf407=_0x4356c2;this[_0x3cf407(0x1f0)][_0x3cf407(0xc1)](_0x4412e5=>this[_0x3cf407(0x326)](_0x4412e5)),this[_0x3cf407(0x1f0)]=[];}[_0x4356c2(0x326)](_0x26b18d){const _0x1b57a7=_0x4356c2;let _0x1cb0e8=this['_compressMutationService'][_0x1b57a7(0x371)][_0x1b57a7(0x10c)](this[_0x1b57a7(0x1d9)]['interceptor'][_0x1b57a7(0x121)]()[_0x1b57a7(0xaf)])(_0x26b18d[_0x1b57a7(0x1d0)],null)||_0x26b18d[_0x1b57a7(0x1d0)],_0x5e12fb={..._0x26b18d,'mutations':_0x1cb0e8};this[_0x1b57a7(0x125)](),this['_updateState'](this[_0x1b57a7(0x175)][_0x1b57a7(0x174)](_0x5e12fb)),this[_0x1b57a7(0x284)]();}[_0x4356c2(0x1b7)](_0x1f62ce){const _0x3aee94=_0x4356c2;this[_0x3aee94(0x125)](),this['_updateState'](this['_state'][_0x3aee94(0x1df)](_0x1f62ce)),this[_0x3aee94(0x284)]();}['_onRemoteRejected'](_0x3ab035){const _0x1c880c=_0x4356c2;this[_0x1c880c(0x125)](),this[_0x1c880c(0xa8)](this['_state']['onRemoteRej'](_0x3ab035)),this[_0x1c880c(0x284)]();}[_0x4356c2(0x219)](_0x1428ef){const _0x9aa4f9=_0x4356c2;this[_0x9aa4f9(0x125)](),this['_updateState'](this[_0x9aa4f9(0x175)][_0x9aa4f9(0x90)](_0x1428ef)),this['_unlockTransition']();}[_0x4356c2(0x11d)](_0x14cfd2){const _0x31b28e=_0x4356c2;if(!(this[_0x31b28e(0x175)]instanceof _0x2ed5dd))throw TypeError(_0x31b28e(0x138));let _0x42dc2f=_0x14cfd2[_0x31b28e(0xff)](_0x21cf16=>{const _0x49f1e6=_0x31b28e;let _0x99ce01=this[_0x49f1e6(0x1d9)][_0x49f1e6(0x371)]['fetchThroughInterceptors'](this['_compressMutationService']['interceptor'][_0x49f1e6(0x121)]()[_0x49f1e6(0xaf)])(_0x21cf16[_0x49f1e6(0x1d0)],null)||_0x21cf16[_0x49f1e6(0x1d0)];return{..._0x21cf16,'mutations':_0x99ce01};});this[_0x31b28e(0x125)](),this[_0x31b28e(0xa8)](this[_0x31b28e(0x175)][_0x31b28e(0x94)](_0x42dc2f)),this[_0x31b28e(0x284)]();}[_0x4356c2(0x28a)](){const _0x32b1a4=_0x4356c2;this[_0x32b1a4(0x125)](),this[_0x32b1a4(0xa8)](this[_0x32b1a4(0x175)][_0x32b1a4(0x364)]()),this[_0x32b1a4(0x284)]();}[_0x4356c2(0x88)](_0x58a162=!0x1){const _0x1a3804=_0x4356c2;this[_0x1a3804(0x125)](),this[_0x1a3804(0xa8)](this[_0x1a3804(0x175)][_0x1a3804(0x1a2)]()),this[_0x1a3804(0x284)]();let _0x4389fd=this[_0x1a3804(0x175)];_0x58a162&&_0x4389fd instanceof _0x362a23&&(this['_lockTransition'](),this[_0x1a3804(0xa8)](_0x4389fd[_0x1a3804(0x368)]()),this['_unlockTransition']());}async[_0x4356c2(0x10a)](){return new Promise(_0x585874=>{const _0x1deda7=_0x364e;this[_0x1deda7(0x328)][_0x1deda7(0x185)]['pipe']((0x0,_0x4f8104[_0x1deda7(0x180)])(0x1))[_0x1deda7(0x1fe)](async _0x31a363=>{const _0x535349=_0x1deda7;_0x585874(await this[_0x535349(0x36e)](_0x31a363===0x3));});});}[_0x4356c2(0x261)](){const _0x476113=_0x4356c2;let _0x180dd6=this[_0x476113(0x2e0)];return{'onStateChange':(_0x3647e4,_0x33f6bd)=>{const _0x4e8ef9=_0x476113;if(_0x3647e4!==this[_0x4e8ef9(0x175)])throw Error(_0x4e8ef9(0x144)+_0x3647e4['status']+'\x0aAfter:\x20'+_0x33f6bd['status']+'\x0aCurrent:\x20'+this['_state']['status']);this[_0x4e8ef9(0xa8)](_0x33f6bd);},'onSendChangeset':_0x2bfc65=>{const _0x28974e=_0x476113;_0x2bfc65['sid']||(_0x2bfc65[_0x28974e(0x2ff)]=this[_0x28974e(0x226)],_0x2bfc65['reqId']=++this[_0x28974e(0x307)]);let _0x2453ec={'eventID':_0x164f11[_0x28974e(0x1f7)][_0x28974e(0xfd)],'data':{'unitID':_0x2bfc65[_0x28974e(0x2e0)],'unitType':this[_0x28974e(0x389)],'changeset':_0x2bfc65,'memberID':this['session'][_0x28974e(0x188)]()}};this[_0x28974e(0x328)]['send'](_0x2453ec,this[_0x28974e(0x2e0)]);},'onMissingChangesets':({from:_0x44fee9,to:_0x27ba88})=>{const _0x2ec13a=_0x476113;this[_0x2ec13a(0x89)]['debug']('[CollaborationEntity]',_0x2ec13a(0xc7)+_0x44fee9+'\x20to\x20'+_0x27ba88);let _0x20044d={'eventID':_0x164f11[_0x2ec13a(0x1f7)][_0x2ec13a(0x355)],'data':{'unitID':_0x180dd6,'unitType':this['_type'],'from':_0x44fee9,'to':_0x27ba88}};this['session'][_0x2ec13a(0x31e)](_0x20044d,this[_0x2ec13a(0x2e0)]);}};}async[_0x4356c2(0x36e)](_0x243a9e){const _0x1ad9c1=_0x4356c2;var _0x572d57,_0x193237,_0x4c9423;let _0x25167e=await((_0x572d57=this['_localCacheService'])==null?void 0x0:_0x572d57[_0x1ad9c1(0x31c)](this[_0x1ad9c1(0x2e0)])),_0x8d264e=(_0x193237=_0x25167e==null?void 0x0:_0x25167e[_0x1ad9c1(0x1d0)])==null?[]:_0x193237,_0x2bf3f9=(_0x4c9423=_0x25167e==null?void 0x0:_0x25167e[_0x1ad9c1(0xb4)])==null?null:_0x4c9423,_0x368b8f=!!(_0x2bf3f9!=null&&_0x2bf3f9['sid'])&&!!(_0x2bf3f9!=null&&_0x2bf3f9[_0x1ad9c1(0x32c)]);this['_changesetSessionId']=_0x368b8f?_0x2bf3f9[_0x1ad9c1(0x2ff)]:(0x0,_0x164f11[_0x1ad9c1(0x30b)])(),this[_0x1ad9c1(0x307)]=_0x368b8f?_0x2bf3f9['reqId']:0x0;let _0x783fb3=this[_0x1ad9c1(0x2e0)];try{this['_replayCachedMutations'](_0x2bf3f9,_0x8d264e);}catch(_0x38f441){this['_logService'][_0x1ad9c1(0x16b)](_0x38f441);}let _0x1d27fc=this['_createHandler']();if(_0x243a9e){let _0x239bb8=_0x2bd303(this[_0x1ad9c1(0x31b)],_0x783fb3,this[_0x1ad9c1(0x389)],_0x2bf3f9,_0x8d264e,_0x1d27fc);return _0x239bb8 instanceof _0x2f432b?_0x239bb8[_0x1ad9c1(0x225)]():(_0x239bb8 instanceof _0x4b42ee||_0x239bb8 instanceof _0x52fc1d)&&_0x239bb8[_0x1ad9c1(0x103)](),_0x239bb8;}return this[_0x1ad9c1(0x31b)][_0x1ad9c1(0x118)](_0x39b8fd,_0x783fb3,this['_type'],_0x2bf3f9,_0x8d264e,_0x1d27fc);}['_replayCachedMutations'](_0x19b9ad,_0x44c8e6){const _0x435be2=_0x4356c2;var _0x4b4ee1,_0x251b2c;let _0x99ac0f=this[_0x435be2(0x1d9)][_0x435be2(0x371)][_0x435be2(0x10c)](this['_compressMutationService'][_0x435be2(0x371)][_0x435be2(0x121)]()['COMPRESS_MUTATION_APPLY']);(_0x4b4ee1=_0x99ac0f((_0x19b9ad==null?void 0x0:_0x19b9ad[_0x435be2(0x1d0)])||[],null))==null||_0x4b4ee1['forEach'](_0x4756be=>this[_0x435be2(0x213)][_0x435be2(0xb3)](_0x4756be['id'],_0x4756be[_0x435be2(0x32d)])),(_0x251b2c=_0x99ac0f(_0x44c8e6||[],null))==null||_0x251b2c['forEach'](_0x37889e=>this[_0x435be2(0x213)][_0x435be2(0xb3)](_0x37889e['id'],_0x37889e[_0x435be2(0x32d)]));}};_0xf0d3b=_0x223773([_0x9460ae(0x3,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x4,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11['CompressMutationService'])),_0x9460ae(0x5,(0x0,_0x186af2['Inject'])(_0x186af2[_0x4356c2(0x18c)])),_0x9460ae(0x6,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11[_0x4356c2(0x332)])),_0x9460ae(0x7,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x167cb4)),_0x9460ae(0x8,_0x186af2[_0x4356c2(0x20c)]),_0x9460ae(0x9,_0x186af2['ILogService']),_0x9460ae(0xa,_0x186af2['ICommandService']),_0x9460ae(0xb,_0x186af2['IPermissionService']),_0x9460ae(0xc,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x3348a1)),_0x9460ae(0xd,(0x0,_0x186af2['Optional'])(_0x42a910))],_0xf0d3b);let _0xe5992c=class extends _0xf0d3b{constructor(_0x331789,_0x1b357c,_0x33cdcd,_0x4276e9,_0x1e04f6,_0x4ac3e8,_0x2f11ee,_0x38f2bb,_0x120f04,_0x843c6b,_0x229c41,_0x42b8f4,_0x32c3fb,_0x539d64,_0x4c71b4){const _0x4bed14=_0x4356c2;super(_0x331789,_0x33cdcd,_0x1b357c,_0x4276e9,_0x1e04f6,_0x4ac3e8,_0x2f11ee,_0x38f2bb,_0x120f04,_0x843c6b,_0x229c41,_0x42b8f4,_0x539d64,_0x4c71b4),this[_0x4bed14(0x2e0)]=_0x331789,this[_0x4bed14(0x306)]=_0x1b357c,this['_docStateChangeManagerService']=_0x32c3fb,_0x1fdd2e(this,_0x4bed14(0xf8),null);}[_0x4356c2(0x358)](_0x2a05f6){const _0x452720=_0x4356c2;this[_0x452720(0xf8)]=_0x2a05f6;}['dispose'](){const _0x1b29c7=_0x4356c2;this[_0x1b29c7(0xf8)]=null,super[_0x1b29c7(0x2f7)]();}[_0x4356c2(0x261)](){const _0x226e43=_0x4356c2;let _0x177913=super[_0x226e43(0x261)]();return _0x177913[_0x226e43(0x1c0)]=_0x40dd35=>{const _0x377115=_0x226e43;var _0x4e860c,_0x4ac3c6;return(_0x4e860c=this[_0x377115(0xf8)])==null||(_0x4ac3c6=_0x4e860c[_0x377115(0x1c0)])==null?void 0x0:_0x4ac3c6[_0x377115(0x2fe)](_0x4e860c,_0x40dd35);},_0x177913[_0x226e43(0x37f)]=_0x31c44b=>{const _0x42e856=_0x226e43;var _0x354a08,_0x57031c;return(_0x354a08=this[_0x42e856(0xf8)])==null||(_0x57031c=_0x354a08[_0x42e856(0x37f)])==null?void 0x0:_0x57031c[_0x42e856(0x2fe)](_0x354a08,_0x31c44b);},_0x177913['onTransformSelections']=_0xfb32b=>{const _0x1f5807=_0x226e43;var _0x370664,_0x35a6e9;return(_0x370664=this[_0x1f5807(0xf8)])==null||(_0x35a6e9=_0x370664[_0x1f5807(0x222)])==null?void 0x0:_0x35a6e9[_0x1f5807(0x2fe)](_0x370664,_0xfb32b);},_0x177913[_0x226e43(0x85)]=_0x4e781d=>{const _0xbdd4d6=_0x226e43;var _0x518340,_0x306d91;return(_0x518340=this['_handlerCallback'])==null||(_0x306d91=_0x518340[_0xbdd4d6(0x85)])==null?void 0x0:_0x306d91['call'](_0x518340,_0x4e781d);},_0x177913[_0x226e43(0x2b1)]=_0x528f80=>{const _0x204cfc=_0x226e43;var _0x4cbc99,_0x5d80b4,_0x2f95a9;return(_0x4cbc99=(_0x5d80b4=this[_0x204cfc(0xf8)])==null||(_0x2f95a9=_0x5d80b4[_0x204cfc(0x2b1)])==null?void 0x0:_0x2f95a9[_0x204cfc(0x2fe)](_0x5d80b4,_0x528f80))==null?_0x528f80:_0x4cbc99;},_0x177913[_0x226e43(0xcf)]=_0x74bfab=>{const _0x1f1718=_0x226e43;var _0xce5985,_0x1497c6,_0x3146f4;return(_0xce5985=(_0x1497c6=this['_handlerCallback'])==null||(_0x3146f4=_0x1497c6['onTransformRemoteChangesetByStateCache'])==null?void 0x0:_0x3146f4[_0x1f1718(0x2fe)](_0x1497c6,_0x74bfab))==null?_0x74bfab:_0xce5985;},_0x177913;}async[_0x4356c2(0x135)](){const _0x7f3067=_0x4356c2;if(this[_0x7f3067(0x120)]==null)throw Error(_0x7f3067(0xe1));let _0x404883=await super[_0x7f3067(0x135)]();return this[_0x7f3067(0xa5)](this[_0x7f3067(0x120)][_0x7f3067(0x116)]['subscribe'](_0x4077aa=>{const _0x2c3898=_0x7f3067;if(_0x4077aa==null||_0x4077aa[_0x2c3898(0x10e)]!==this['unitID'])return;let {commandId:_0x5ab212,redoState:_0x42980f,unitId:_0x135d99}=_0x4077aa,_0x237b75={'id':_0x5ab212,'type':_0x186af2['CommandType'][_0x2c3898(0x367)],'params':{'unitId':_0x135d99,'actions':_0x42980f[_0x2c3898(0x2d5)],'textRanges':null}};this['_onLocalMutation'](_0x237b75);})),this['disposeWithMe'](this[_0x7f3067(0x213)][_0x7f3067(0x19e)]((_0x2590eb,_0xa0cc09)=>{const _0xc5ac9=_0x7f3067;if(_0x2590eb[_0xc5ac9(0x306)]!==_0x186af2['CommandType'][_0xc5ac9(0x367)]||_0xa0cc09!=null&&_0xa0cc09[_0xc5ac9(0x220)]||_0xa0cc09!=null&&_0xa0cc09[_0xc5ac9(0x2dc)]||_0x2590eb['id']===_0x4f74bc[_0xc5ac9(0x304)]['id'])return;let _0x380bb7=_0x2590eb[_0xc5ac9(0x32d)];if((_0x380bb7==null?void 0x0:_0x380bb7[_0xc5ac9(0x10e)])!==this[_0xc5ac9(0x2e0)])return;let _0x3762c3=_0x2590eb,_0x464169=this[_0xc5ac9(0x1d9)]['interceptor'][_0xc5ac9(0x10c)](this[_0xc5ac9(0x1d9)][_0xc5ac9(0x371)][_0xc5ac9(0x121)]()[_0xc5ac9(0x242)])([_0x3762c3],this[_0xc5ac9(0x129)])||[_0x3762c3];this[_0xc5ac9(0x6d)](_0x464169[0x0]);})),_0x404883;}};_0xe5992c=_0x223773([_0x9460ae(0x3,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2['Injector'])),_0x9460ae(0x4,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11[_0x4356c2(0x366)])),_0x9460ae(0x5,(0x0,_0x186af2['Inject'])(_0x186af2[_0x4356c2(0x18c)])),_0x9460ae(0x6,(0x0,_0x186af2['Inject'])(_0x164f11[_0x4356c2(0x332)])),_0x9460ae(0x7,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x167cb4)),_0x9460ae(0x8,_0x186af2[_0x4356c2(0x20c)]),_0x9460ae(0x9,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0xa,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0xb,_0x186af2[_0x4356c2(0x386)]),_0x9460ae(0xc,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x4f74bc[_0x4356c2(0x257)])),_0x9460ae(0xd,(0x0,_0x186af2['Optional'])(_0x3348a1)),_0x9460ae(0xe,(0x0,_0x186af2['Optional'])(_0x42a910))],_0xe5992c);let _0x460a9b=class extends _0xf0d3b{constructor(_0x1e513a,_0x2c0d03,_0x4bb5b2,_0x15c656,_0x4505e0,_0x5e1f57,_0x165174,_0x14344b,_0x25ac23,_0x5994b5,_0x48ef8a,_0x34d16d,_0x245cb9,_0x1ba521){const _0xd98000=_0x4356c2;super(_0x1e513a,_0x4bb5b2,_0x2c0d03,_0x15c656,_0x4505e0,_0x5e1f57,_0x165174,_0x14344b,_0x25ac23,_0x5994b5,_0x48ef8a,_0x34d16d,_0x245cb9,_0x1ba521),this[_0xd98000(0x2e0)]=_0x1e513a,this[_0xd98000(0x306)]=_0x2c0d03;}async[_0x4356c2(0x135)](){const _0x166299=_0x4356c2;let _0x1e58a6=await super['_init']();return this[_0x166299(0xa5)](this[_0x166299(0x213)]['onMutationExecutedForCollab']((_0x14ec47,_0x99a36d)=>{const _0x535a86=_0x166299;if(_0x14ec47['type']!==_0x186af2[_0x535a86(0x2af)][_0x535a86(0x367)]||_0x99a36d!=null&&_0x99a36d['fromCollab']||_0x99a36d!=null&&_0x99a36d['onlyLocal']||_0x14ec47['id']!==_0x9153a8[_0x535a86(0x114)]['id'])return;let _0x5a4a15=_0x14ec47[_0x535a86(0x32d)];if((_0x5a4a15==null?void 0x0:_0x5a4a15[_0x535a86(0x10e)])!==this['unitID'])return;let _0x24ec4b=_0x14ec47,_0x1595c9=this[_0x535a86(0x1d9)][_0x535a86(0x371)][_0x535a86(0x10c)](this['_compressMutationService'][_0x535a86(0x371)][_0x535a86(0x121)]()[_0x535a86(0x242)])([_0x24ec4b],this[_0x535a86(0x129)])||[_0x24ec4b];this['_onLocalMutation'](_0x1595c9[0x0]);})),_0x1e58a6;}};_0x460a9b=_0x223773([_0x9460ae(0x3,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x4,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11['CompressMutationService'])),_0x9460ae(0x5,(0x0,_0x186af2['Inject'])(_0x186af2['LocaleService'])),_0x9460ae(0x6,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11[_0x4356c2(0x332)])),_0x9460ae(0x7,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x167cb4)),_0x9460ae(0x8,_0x186af2[_0x4356c2(0x20c)]),_0x9460ae(0x9,_0x186af2['ILogService']),_0x9460ae(0xa,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0xb,_0x186af2['IPermissionService']),_0x9460ae(0xc,(0x0,_0x186af2['Optional'])(_0x3348a1)),_0x9460ae(0xd,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x42a910))],_0x460a9b);let _0xddaf92=class extends _0xf0d3b{constructor(_0x276383,_0x2faa19,_0x491204,_0x403e19,_0x562f5a,_0x27a0c0,_0x139d0e,_0x3d420b,_0x2efbe5,_0x109ca7,_0x4b02a6,_0x54898f,_0x359452,_0x3285e7,_0x2233e2){const _0xb82792=_0x4356c2;super(_0x276383,_0x491204,_0x2faa19,_0x403e19,_0x562f5a,_0x27a0c0,_0x139d0e,_0x2efbe5,_0x109ca7,_0x4b02a6,_0x54898f,_0x359452,_0x3285e7,_0x2233e2),this[_0xb82792(0x2e0)]=_0x276383,this[_0xb82792(0x306)]=_0x2faa19,this[_0xb82792(0x1ce)]=_0x3d420b;}[_0x4356c2(0x261)](){const _0x40bc20=_0x4356c2;let _0x292831=super['_createHandler']();return _0x292831[_0x40bc20(0x222)]=_0x48e4b0=>this[_0x40bc20(0x1ce)][_0x40bc20(0x392)](_0x48e4b0),_0x292831;}async[_0x4356c2(0x135)](){const _0x2dbccb=_0x4356c2;let _0xc3d627=await super['_init']();return this[_0x2dbccb(0xa5)](this[_0x2dbccb(0x213)][_0x2dbccb(0x19e)]((_0x3dea8b,_0x4f9a99)=>{const _0x41eebd=_0x2dbccb;if(_0x3dea8b[_0x41eebd(0x306)]!==_0x186af2['CommandType']['MUTATION']||_0x4f9a99!=null&&_0x4f9a99['fromCollab']||_0x4f9a99!=null&&_0x4f9a99['onlyLocal'])return;let _0x144c9a=_0x3dea8b['params'];if((_0x144c9a==null?void 0x0:_0x144c9a[_0x41eebd(0x10e)])!==this[_0x41eebd(0x2e0)])return;let _0x22d8da=_0x3dea8b,_0x23aca4=this[_0x41eebd(0x1d9)][_0x41eebd(0x371)][_0x41eebd(0x10c)](this[_0x41eebd(0x1d9)][_0x41eebd(0x371)][_0x41eebd(0x121)]()[_0x41eebd(0x242)])([_0x22d8da],this[_0x41eebd(0x129)])||[_0x22d8da];this[_0x41eebd(0x6d)](_0x23aca4[0x0]);})),_0xc3d627;}};_0xddaf92=_0x223773([_0x9460ae(0x3,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x4,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11['CompressMutationService'])),_0x9460ae(0x5,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2['LocaleService'])),_0x9460ae(0x6,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11['RevisionService'])),_0x9460ae(0x7,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x262e41)),_0x9460ae(0x8,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x167cb4)),_0x9460ae(0x9,_0x186af2[_0x4356c2(0x20c)]),_0x9460ae(0xa,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0xb,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0xc,_0x186af2[_0x4356c2(0x386)]),_0x9460ae(0xd,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x3348a1)),_0x9460ae(0xe,(0x0,_0x186af2['Optional'])(_0x42a910))],_0xddaf92);let _0x174c95=class extends _0xf0d3b{constructor(_0x538d79,_0x797f9e,_0x1f0886,_0x50e6d8,_0x3e0144,_0x11903b,_0x14b554,_0x3b35ad,_0x11d5eb,_0x21de7a,_0x1a6dff,_0x1b3007,_0x512095,_0x37c434){const _0x2dde85=_0x4356c2;super(_0x538d79,_0x1f0886,_0x797f9e,_0x50e6d8,_0x3e0144,_0x11903b,_0x14b554,_0x3b35ad,_0x11d5eb,_0x21de7a,_0x1a6dff,_0x1b3007,_0x512095,_0x37c434),this[_0x2dde85(0x2e0)]=_0x538d79,this[_0x2dde85(0x306)]=_0x797f9e;}async[_0x4356c2(0x135)](){const _0x309c91=_0x4356c2;let _0x169b7a=await super[_0x309c91(0x135)]();return this['disposeWithMe'](this[_0x309c91(0x213)][_0x309c91(0x19e)]((_0x8a4eb0,_0x2b5872)=>{const _0x3b101b=_0x309c91;if(_0x8a4eb0['type']!==_0x186af2[_0x3b101b(0x2af)][_0x3b101b(0x367)]||_0x2b5872!=null&&_0x2b5872['fromCollab']||_0x2b5872!=null&&_0x2b5872[_0x3b101b(0x2dc)])return;let _0x20b62d=_0x8a4eb0[_0x3b101b(0x32d)];if((_0x20b62d==null?void 0x0:_0x20b62d[_0x3b101b(0x10e)])!==this[_0x3b101b(0x2e0)])return;let _0x4da329=_0x8a4eb0,_0x48ee0a=this[_0x3b101b(0x1d9)][_0x3b101b(0x371)][_0x3b101b(0x10c)](this[_0x3b101b(0x1d9)]['interceptor'][_0x3b101b(0x121)]()['COMPRESS_MUTATION_SEND'])([_0x4da329],this[_0x3b101b(0x129)])||[_0x4da329];this[_0x3b101b(0x6d)](_0x48ee0a[0x0]);})),_0x169b7a;}};_0x174c95=_0x223773([_0x9460ae(0x3,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x4,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11[_0x4356c2(0x366)])),_0x9460ae(0x5,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x18c)])),_0x9460ae(0x6,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x164f11[_0x4356c2(0x332)])),_0x9460ae(0x7,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x167cb4)),_0x9460ae(0x8,_0x186af2[_0x4356c2(0x20c)]),_0x9460ae(0x9,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0xa,_0x186af2['ICommandService']),_0x9460ae(0xb,_0x186af2['IPermissionService']),_0x9460ae(0xc,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x3348a1)),_0x9460ae(0xd,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x42a910))],_0x174c95);let _0x563fdb=(0x0,_0x186af2[_0x4356c2(0x163)])(_0x4356c2(0x9e));function _0x2f5d4b(_0x34f7ff){const _0x27f72e=_0x4356c2;let _0x299a4f=_0x34f7ff[_0x27f72e(0x244)],_0x5b66d1=JSON[_0x27f72e(0x1c3)](_0x299a4f);switch(_0x5b66d1['cmd']){case _0x53d7dd['CombCmd']['HEARTBEAT']:case _0x53d7dd[_0x27f72e(0x35c)][_0x27f72e(0x1e7)]:{let _0x50edba=_0x5b66d1[_0x27f72e(0x1de)];return{..._0x5b66d1,'data':_0x50edba,'cmd':_0x5b66d1[_0x27f72e(0x16f)]};}case _0x53d7dd[_0x27f72e(0x35c)]['JOIN']:{let _0x5ac9b2=_0x5b66d1['joinRsp'];return{..._0x5b66d1,'data':_0x5ac9b2,'cmd':_0x5b66d1[_0x27f72e(0x16f)]};}case _0x53d7dd['CombCmd'][_0x27f72e(0x211)]:{let _0x46f150=_0x5b66d1[_0x27f72e(0x229)];switch(_0x46f150[_0x27f72e(0x2ed)]){case _0x164f11['CollaborationEvent'][_0x27f72e(0x20f)]:var _0x411c9c;return{..._0x5b66d1,'data':{..._0x46f150,'data':(_0x411c9c=_0x46f150[_0x27f72e(0x1a8)])==null?void 0x0:_0x411c9c['cs']},'cmd':_0x5b66d1['cmd']};case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0x375)]:var _0x52f4f5;return{..._0x5b66d1,'data':{..._0x46f150,'data':(_0x52f4f5=_0x46f150['csAckEvent'])==null?void 0x0:_0x52f4f5['cs']},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)]['NEW_CHANGESETS']:var _0x40fc1d;return{..._0x5b66d1,'data':{..._0x46f150,'data':(_0x40fc1d=_0x46f150[_0x27f72e(0x2f2)])==null?void 0x0:_0x40fc1d['cs']},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0x25c)]:var _0x168312;return{..._0x5b66d1,'data':{..._0x46f150,'data':(_0x168312=_0x46f150['csRejEvent'])==null?void 0x0:_0x168312['cs']},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0x8d)]:var _0x222b7d;return{..._0x5b66d1,'data':{..._0x46f150,'data':(_0x222b7d=_0x46f150['csShouldRetryEvent'])==null?void 0x0:_0x222b7d['cs']},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)]['UPDATE_CURSOR']:return{..._0x5b66d1,'data':{..._0x46f150,'data':_0x46f150[_0x27f72e(0x281)]},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0x7a)]:return{..._0x5b66d1,'data':{..._0x46f150,'data':_0x46f150['joinEvent']},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11['CollaborationEvent'][_0x27f72e(0x253)]:return{..._0x5b66d1,'data':{..._0x46f150,'data':_0x46f150['leaveEvent']},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)]['LIVESHARE_NEW_HOST']:return{..._0x5b66d1,'data':{..._0x46f150,'data':_0x46f150[_0x27f72e(0x1f9)]},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0x1cb)]:case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0x7e)]:return{..._0x5b66d1,'data':{..._0x46f150,'data':_0x46f150[_0x27f72e(0x134)]},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)]['LIVESHARE_TERMINATE']:return{..._0x5b66d1,'data':{..._0x46f150,'data':_0x46f150[_0x27f72e(0x1f9)]},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0x295)]:return{..._0x5b66d1,'data':_0x46f150,'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0xb1)]:return{..._0x5b66d1,'data':{..._0x46f150,'data':_0x46f150['commentUpdateEvent']},'cmd':_0x5b66d1['cmd']};case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0x133)]:return{..._0x5b66d1,'data':{..._0x46f150,'data':_0x46f150[_0x27f72e(0x30a)]},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0x1fc)]:return{..._0x5b66d1,'data':{..._0x46f150,'data':_0x46f150[_0x27f72e(0x32a)]},'cmd':_0x5b66d1[_0x27f72e(0x16f)]};case _0x164f11[_0x27f72e(0x1f7)][_0x27f72e(0x32b)]:return{..._0x5b66d1,'data':{..._0x46f150,'data':_0x46f150[_0x27f72e(0x313)]},'cmd':_0x5b66d1['cmd']};default:return _0x5b66d1;}}default:return _0x5b66d1;}}function _0x48167a(_0xd22b39){const _0x3f8858=_0x4356c2;switch(_0xd22b39[_0x3f8858(0x16f)]){case _0x53d7dd[_0x3f8858(0x35c)]['HEARTBEAT']:case _0x53d7dd[_0x3f8858(0x35c)]['HELLO']:return JSON[_0x3f8858(0x23a)]({'cmd':_0xd22b39[_0x3f8858(0x16f)],'routeKey':_0xd22b39[_0x3f8858(0x34c)]});case _0x53d7dd[_0x3f8858(0x35c)][_0x3f8858(0x158)]:{let _0x15a013;switch(_0xd22b39[_0x3f8858(0x244)][_0x3f8858(0x2ed)]){case _0x164f11[_0x3f8858(0x1f7)][_0x3f8858(0x165)]:_0x15a013={'eventID':_0x164f11['CollaborationEvent']['UPDATE_CURSOR'],'updateCursorEvent':_0xd22b39[_0x3f8858(0x244)][_0x3f8858(0x244)]};break;case _0x164f11[_0x3f8858(0x1f7)][_0x3f8858(0x253)]:_0x15a013={'eventID':_0x164f11['CollaborationEvent'][_0x3f8858(0x253)],'leaveEvent':_0xd22b39[_0x3f8858(0x244)][_0x3f8858(0x244)]};break;case _0x164f11['CollaborationEvent'][_0x3f8858(0x7a)]:_0x15a013={'eventID':_0x164f11[_0x3f8858(0x1f7)]['USERS_ENTER'],'joinEvent':_0xd22b39[_0x3f8858(0x244)]['data']};break;case _0x164f11[_0x3f8858(0x1f7)][_0x3f8858(0x81)]:_0x15a013={'eventID':_0x164f11[_0x3f8858(0x1f7)][_0x3f8858(0x81)],'liveShareNewHost':_0xd22b39[_0x3f8858(0x244)][_0x3f8858(0x244)]};break;case _0x164f11[_0x3f8858(0x1f7)][_0x3f8858(0x7e)]:_0x15a013={'eventID':_0x164f11['CollaborationEvent'][_0x3f8858(0x7e)],'liveShareOperation':_0xd22b39[_0x3f8858(0x244)][_0x3f8858(0x244)]};break;case _0x164f11[_0x3f8858(0x1f7)][_0x3f8858(0x152)]:_0x15a013={'eventID':_0x164f11['CollaborationEvent'][_0x3f8858(0x152)],'liveShareTerminate':_0xd22b39['data'][_0x3f8858(0x244)]};break;case _0x164f11['CollaborationEvent'][_0x3f8858(0xdb)]:_0x15a013={'eventID':_0x164f11['CollaborationEvent']['LIVESHARE_REQUEST_HOST'],'liveShareRequestHost':_0xd22b39[_0x3f8858(0x244)][_0x3f8858(0x244)]};break;case _0x164f11[_0x3f8858(0x1f7)][_0x3f8858(0x1cb)]:_0x15a013={'eventID':_0x164f11[_0x3f8858(0x1f7)][_0x3f8858(0x1cb)]};break;default:_0x15a013={'eventID':_0xd22b39[_0x3f8858(0x244)][_0x3f8858(0x2ed)]};}return JSON[_0x3f8858(0x23a)]({'cmd':_0xd22b39[_0x3f8858(0x16f)],'routeKey':_0xd22b39[_0x3f8858(0x34c)],'collaMsg':_0x15a013});}case _0x53d7dd['CombCmd'][_0x3f8858(0xe8)]:return JSON['stringify']({'cmd':_0xd22b39['cmd'],'routeKey':_0xd22b39[_0x3f8858(0x34c)],'joinReq':_0xd22b39[_0x3f8858(0x244)]});case _0x53d7dd[_0x3f8858(0x35c)][_0x3f8858(0x106)]:return JSON[_0x3f8858(0x23a)]({'cmd':_0xd22b39[_0x3f8858(0x16f)],'routeKey':_0xd22b39[_0x3f8858(0x34c)],'leaveReq':_0xd22b39[_0x3f8858(0x244)]});default:throw Error(_0x3f8858(0x26f));}}let _0x336497=(0x0,_0x186af2[_0x4356c2(0x163)])(_0x4356c2(0x82));function _0x5d8c08(_0x54c3eb,_0x18be15,_0x418cb4){const _0x1397ba=_0x4356c2;return _0x54c3eb+'/'+_0x18be15+_0x1397ba(0x21f)+_0x418cb4+_0x1397ba(0x380);}let _0x10f305=class extends _0x186af2[_0x4356c2(0x310)]{constructor(_0x4ce651,_0x2681ed,_0x5e8a17,_0x38f7d4,_0x5134ee){const _0xe2ba78=_0x4356c2;super(),this['_injector']=_0x4ce651,this[_0xe2ba78(0x353)]=_0x2681ed,this[_0xe2ba78(0x150)]=_0x5e8a17,this[_0xe2ba78(0x89)]=_0x38f7d4,this['_snapshotServerService']=_0x5134ee;}[_0x4356c2(0x110)](_0x142fff){const _0x1992e5=_0x4356c2;let _0x11edab=this['_injector'][_0x1992e5(0x217)](_0x38ca3a['ISocketService']);if(!_0x11edab)throw Error('[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!');let _0x564044=_0x11edab[_0x1992e5(0xf1)](_0x142fff);if(!_0x564044)throw Error(_0x1992e5(0xa1));let _0x40caf8=new _0x186af2[(_0x1992e5(0x2ec))](),_0x3164fe=new _0x4f8104[(_0x1992e5(0x147))]();_0x40caf8['add'](_0x564044['close$'][_0x1992e5(0x1fe)](_0x1e2135=>_0x3164fe[_0x1992e5(0x214)](_0x1e2135))),_0x40caf8[_0x1992e5(0x2f1)]((0x0,_0x186af2['toDisposable'])(()=>_0x3164fe[_0x1992e5(0x2e6)]()));let _0x4048aa=new _0x4f8104['Subject']();_0x40caf8[_0x1992e5(0x2f1)](_0x564044[_0x1992e5(0x236)][_0x1992e5(0x1fe)](_0x3731cd=>_0x4048aa['next'](_0x3731cd))),_0x40caf8[_0x1992e5(0x2f1)]((0x0,_0x186af2[_0x1992e5(0x312)])(()=>_0x4048aa[_0x1992e5(0x2e6)]()));let _0x44a6e5=new _0x4f8104[(_0x1992e5(0x147))]();_0x40caf8[_0x1992e5(0x2f1)](_0x564044['message$'][_0x1992e5(0x1fe)](_0x5a0937=>{const _0x233254=_0x1992e5;let _0x57f6ef=_0x2f5d4b(_0x5a0937);_0x44a6e5[_0x233254(0x214)](_0x57f6ef);})),_0x40caf8[_0x1992e5(0x2f1)]((0x0,_0x186af2[_0x1992e5(0x312)])(()=>_0x44a6e5['complete']()));let _0xf43967,_0x74f075=()=>{const _0x394fc7=_0x1992e5;_0x4048aa[_0x394fc7(0x214)](new Event(_0x394fc7(0x2df))),_0x3164fe[_0x394fc7(0x214)](new Event(_0x394fc7(0x2df))),_0xf43967[_0x394fc7(0x223)]();};return _0xf43967={'memberID':'','close$':_0x3164fe[_0x1992e5(0x1ff)](),'error$':_0x4048aa[_0x1992e5(0x1ff)](),'open$':_0x564044[_0x1992e5(0x27c)],'message$':_0x44a6e5[_0x1992e5(0x1ff)](),'send':_0x12738f=>{const _0x332cd2=_0x1992e5;if(_0x12738f[_0x332cd2(0x16f)]===_0x53d7dd[_0x332cd2(0x35c)][_0x332cd2(0x158)]){if(_0x12738f[_0x332cd2(0x244)][_0x332cd2(0x2ed)]===_0x164f11['CollaborationEvent'][_0x332cd2(0xfd)]){this[_0x332cd2(0x2f5)](_0xf43967,_0x12738f[_0x332cd2(0x244)])[_0x332cd2(0x1c2)](_0x2b00da=>{const _0x38826d=_0x332cd2;this['_logService'][_0x38826d(0x16b)](_0x2b00da),_0x74f075();});return;}if(_0x12738f[_0x332cd2(0x244)][_0x332cd2(0x2ed)]===_0x164f11[_0x332cd2(0x1f7)]['FETCH_MISSING']){let _0x5e66c1=_0x12738f[_0x332cd2(0x244)];this['_fetchMissChangesets'](_0x5e66c1)[_0x332cd2(0x1ad)](_0x566513=>{const _0x37a844=_0x332cd2;_0x44a6e5[_0x37a844(0x214)]({'cmd':_0x53d7dd['CombCmd']['RECV'],'code':_0x53d7dd['CmdRspCode']['OK'],'routeKey':_0x5e66c1[_0x37a844(0x244)][_0x37a844(0x2e0)],'routeType':'','data':{'eventID':_0x164f11[_0x37a844(0x1f7)][_0x37a844(0x383)],'data':{'changesets':_0x566513}}});})[_0x332cd2(0x1c2)](_0x26b66b=>{const _0x1b7ed9=_0x332cd2;this[_0x1b7ed9(0x89)]['error'](_0x26b66b),_0x74f075();});return;}}_0x564044['send'](_0x48167a(_0x12738f));},'close':()=>{const _0x5c3375=_0x1992e5;_0x564044[_0x5c3375(0x223)](),_0x40caf8[_0x5c3375(0x2f7)]();}},_0xf43967;}async[_0x4356c2(0x2f5)](_0x661f3f,_0x3e2a54){const _0x2d6bf2=_0x4356c2;var _0x3e3ac1;let {unitType:_0x18ba20,unitID:_0x1697a2,changeset:_0x2081a8}=_0x3e2a54[_0x2d6bf2(0x244)],_0x178e55={'unitID':_0x1697a2,'memberID':_0x661f3f[_0x2d6bf2(0x2ba)],'type':_0x18ba20,'changeset':(0x0,_0x164f11['parseChangesetToProtocol'])(_0x2081a8)},_0xeba66b=this[_0x2d6bf2(0x150)]['getConfig'](_0x446dbc),_0x57d2ef=_0x5d8c08((_0x3e3ac1=_0xeba66b==null?void 0x0:_0xeba66b[_0x2d6bf2(0x329)])==null?_0x2d6bf2(0x16a):_0x3e3ac1,_0x18ba20,_0x1697a2);try{await this[_0x2d6bf2(0x353)][_0x2d6bf2(0x1bc)](_0x57d2ef,{'body':_0x178e55});}catch(_0x141d0b){throw this['_logService'][_0x2d6bf2(0x16b)](_0x2d6bf2(0x113),_0x2d6bf2(0x1be)),_0x141d0b;}}async[_0x4356c2(0x338)](_0x19c9bd){const _0x251f01=_0x4356c2;let {unitID:_0x82338e,from:_0x2b6527,to:_0x18088b,unitType:_0x351f1e}=_0x19c9bd[_0x251f01(0x244)];return(await this['_snapshotServerService']['fetchMissingChangesets']({'metadata':void 0x0},{'unitID':_0x82338e,'type':_0x351f1e,'from':_0x2b6527,'to':_0x18088b}))['changesets']['map'](_0x218ce5=>((_0x218ce5[_0x251f01(0x1d0)]===null||_0x218ce5[_0x251f01(0x1d0)]===void 0x0)&&(_0x218ce5[_0x251f01(0x1d0)]=[]),_0x218ce5));}};_0x10f305=_0x223773([_0x9460ae(0x0,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x1,(0x0,_0x186af2['Inject'])(_0x38ca3a['HTTPService'])),_0x9460ae(0x2,_0x186af2[_0x4356c2(0x2cd)]),_0x9460ae(0x3,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0x4,_0x164f11[_0x4356c2(0x1f5)])],_0x10f305);let _0x4145e5=class extends _0x186af2[_0x4356c2(0x310)]{get[_0x4356c2(0x26b)](){const _0x1aa98f=_0x4356c2;return this[_0x1aa98f(0x311)][_0x1aa98f(0x388)]();}constructor(_0x17b379,_0x869168,_0x9ef391,_0x148d4a,_0x367691,_0x51db5d){const _0x2014e5=_0x4356c2;super(),this['_injector']=_0x17b379,this[_0x2014e5(0x89)]=_0x869168,this['_configService']=_0x9ef391,this[_0x2014e5(0xcc)]=_0x148d4a,this[_0x2014e5(0x255)]=_0x367691,this['_networkConditionService']=_0x51db5d,_0x1fdd2e(this,_0x2014e5(0x311),new _0x4f8104[(_0x2014e5(0x195))](void 0x0)),_0x1fdd2e(this,_0x2014e5(0x1bf),this['_socket$'][_0x2014e5(0x1ff)]()),_0x1fdd2e(this,_0x2014e5(0x64),null),_0x1fdd2e(this,_0x2014e5(0x172),new Map()),_0x1fdd2e(this,_0x2014e5(0x142),new _0x4f8104[(_0x2014e5(0x195))](0x0)),_0x1fdd2e(this,_0x2014e5(0x289),this['_status$'][_0x2014e5(0x1ff)]()),_0x1fdd2e(this,_0x2014e5(0xe4),!0x1),_0x1fdd2e(this,_0x2014e5(0x260),void 0x0),_0x1fdd2e(this,_0x2014e5(0x1cd),0x0),_0x1fdd2e(this,_0x2014e5(0xd3),null),_0x1fdd2e(this,_0x2014e5(0x2e5),void 0x0),_0x1fdd2e(this,_0x2014e5(0x2ca),void 0x0),this[_0x2014e5(0x203)]();}['_listenToNetworkCondition'](){const _0x9769b9=_0x4356c2;this[_0x9769b9(0xcb)]&&this['disposeWithMe'](this[_0x9769b9(0xcb)][_0x9769b9(0x344)][_0x9769b9(0x1fe)](_0x5508c8=>{const _0x512446=_0x9769b9;_0x5508c8&&!this[_0x512446(0x26b)]&&this[_0x512446(0x137)](),_0x5508c8||this[_0x512446(0x1ba)]();}));}['dispose'](){const _0x1fd13c=_0x4356c2;var _0x3ce02c;super[_0x1fd13c(0x2f7)](),(_0x3ce02c=this['_socketMessageSubscription'])==null||_0x3ce02c[_0x1fd13c(0x361)](),this[_0x1fd13c(0xd3)]=null,this[_0x1fd13c(0x209)](),this[_0x1fd13c(0x23d)](),this[_0x1fd13c(0x70)](),this[_0x1fd13c(0x172)]['forEach'](_0x45359b=>_0x45359b[_0x1fd13c(0x2f7)]()),this[_0x1fd13c(0x172)][_0x1fd13c(0x1f1)](),this[_0x1fd13c(0x142)][_0x1fd13c(0x2e6)]();}async[_0x4356c2(0x277)](_0x19cb4a){const _0x859ae5=_0x4356c2;if(this[_0x859ae5(0x172)][_0x859ae5(0x14f)](_0x19cb4a))return this[_0x859ae5(0x172)]['get'](_0x19cb4a);this['_tryEnsureSocket']();let _0x4bc2ce=this[_0x859ae5(0x31b)][_0x859ae5(0x118)](_0x5a1406,_0x19cb4a,this['_socket$'][_0x859ae5(0x1ff)]());return this['_sessions'][_0x859ae5(0x25f)](_0x19cb4a,_0x4bc2ce),_0x4bc2ce;}[_0x4356c2(0xe5)](_0x25ef9f){const _0x54dc31=_0x4356c2;let _0x10501f=this[_0x54dc31(0x172)][_0x54dc31(0x217)](_0x25ef9f);if(_0x10501f&&(this[_0x54dc31(0x172)][_0x54dc31(0x2d9)](_0x25ef9f),_0x10501f['close']()),!this[_0x54dc31(0x172)][_0x54dc31(0x35a)]){var _0x41447b;(_0x41447b=this[_0x54dc31(0x26b)])==null||_0x41447b[_0x54dc31(0x223)]();}}[_0x4356c2(0x137)](){const _0x5e77db=_0x4356c2;this['_retryCount']=0x0,this['_clearRetryConnectingTimer'](),this[_0x5e77db(0x2ae)]();}[_0x4356c2(0x209)](){const _0x25584e=_0x4356c2;this['_retryConnectingTimer']!=null&&(clearTimeout(this[_0x25584e(0x260)]),this['_retryConnectingTimer']=null);}async['_createSocket'](){const _0xac5a63=_0x4356c2;var _0x1b47a7;let _0x356505=this[_0xac5a63(0x150)][_0xac5a63(0x2f0)](_0x446dbc),_0x4f215d=(_0x1b47a7=_0x356505==null?void 0x0:_0x356505[_0xac5a63(0x93)])==null?_0x34d797:_0x1b47a7,_0x37e5a2=await this[_0xac5a63(0xcc)][_0xac5a63(0xf1)](_0x4f215d);return this['_candidateSocket']=_0x37e5a2,_0x37e5a2;}async[_0x4356c2(0x22b)](){const _0xdbd2c3=_0x4356c2;try{var _0x496795,_0x5c503f;let _0x286909=(_0x496795=(_0x5c503f=this[_0xdbd2c3(0x26b)])==null?this[_0xdbd2c3(0x64)]:_0x5c503f)==null?await this['_createSocket']():_0x496795;if(_0x286909){var _0x51dca3;let _0xbf52da=_0x286909[_0xdbd2c3(0x31e)];_0x286909[_0xdbd2c3(0x31e)]=_0x584a1d=>(_0x584a1d[_0xdbd2c3(0x16f)]!==_0x53d7dd[_0xdbd2c3(0x35c)][_0xdbd2c3(0x106)]&&this[_0xdbd2c3(0x290)](),_0xbf52da['apply'](_0x286909,[_0x584a1d])),(_0x51dca3=this[_0xdbd2c3(0xd3)])==null||_0x51dca3[_0xdbd2c3(0x361)](),this[_0xdbd2c3(0xd3)]=null,this[_0xdbd2c3(0xd3)]=_0x286909['message$'][_0xdbd2c3(0x1fe)](_0x251882=>this[_0xdbd2c3(0x105)](_0x286909,_0x251882)),_0x286909['error$'][_0xdbd2c3(0xc2)]((0x0,_0x55072d[_0xdbd2c3(0x180)])(0x1))['subscribe'](_0x5629f2=>this[_0xdbd2c3(0x89)][_0xdbd2c3(0x16b)](_0xdbd2c3(0x254),_0x5629f2)),_0x286909[_0xdbd2c3(0x27c)][_0xdbd2c3(0xc2)]((0x0,_0x55072d[_0xdbd2c3(0x180)])(0x1))[_0xdbd2c3(0x1fe)](()=>{const _0x48d60e=_0xdbd2c3;this[_0x48d60e(0x317)](_0x286909);}),_0x286909[_0xdbd2c3(0x12f)][_0xdbd2c3(0xc2)]((0x0,_0x55072d[_0xdbd2c3(0x180)])(0x1))[_0xdbd2c3(0x1fe)](_0x25fb1f=>{const _0x5dd4c7=_0xdbd2c3;this[_0x5dd4c7(0x89)]['debug'](_0x5dd4c7(0x1a5),_0x5dd4c7(0x348),_0x25fb1f),this[_0x5dd4c7(0x33a)]();});}}catch(_0x5781eb){this[_0xdbd2c3(0x89)]['error'](_0x5781eb),this[_0xdbd2c3(0x33a)]();}}['_onConnectionOpen'](_0x2a9dba){const _0x20a938=_0x4356c2;this['_logService'][_0x20a938(0xc5)](_0x20a938(0x1a5),_0x20a938(0xf7)),_0x2a9dba['send']({'cmd':_0x53d7dd[_0x20a938(0x35c)][_0x20a938(0x1e7)]}),this[_0x20a938(0x290)]();}[_0x4356c2(0x1ba)](){const _0x3858d5=_0x4356c2;this[_0x3858d5(0xe4)]=!0x1,this['_candidateSocket']=null,this[_0x3858d5(0x142)]['next'](0x2),this[_0x3858d5(0x311)][_0x3858d5(0x214)](null),this[_0x3858d5(0x23d)](),this[_0x3858d5(0x70)]();}[_0x4356c2(0x33a)](){const _0x18e7b1=_0x4356c2;var _0x3f7739;this[_0x18e7b1(0x1ba)](),this['_retryCount']<((_0x3f7739=this['_configService'][_0x18e7b1(0x2f0)]('RETRY_CONNECTING_MAX_COUNT'))==null?0x3:_0x3f7739)?(this['_collaborationUIEventService'][_0x18e7b1(0x27e)]({'id':_0x18e7b1(0x258)}),this['_tryReconnect']()):this[_0x18e7b1(0x255)]['emitEvent']({'id':'SOCKET_FAILED'});}[_0x4356c2(0x2ae)](){const _0x47dac2=_0x4356c2;var _0x48e0c7;let _0x49ef58=this[_0x47dac2(0x1cd)],_0x1799b4=this[_0x47dac2(0x150)][_0x47dac2(0x2f0)](_0x446dbc),_0x3d4ef6=_0x49ef58===0x0?0x0:((_0x48e0c7=_0x1799b4==null?void 0x0:_0x1799b4['retryConnectingInterval'])==null?0x4e20:_0x48e0c7)*0x2**_0x49ef58;this['_retryConnectingTimer']=setTimeout(()=>{const _0x35bb30=_0x47dac2;clearTimeout(this[_0x35bb30(0x260)]),this[_0x35bb30(0x260)]=null,this[_0x35bb30(0x22b)]();},_0x3d4ef6),this[_0x47dac2(0x1cd)]+=0x1;}[_0x4356c2(0x105)](_0x174116,_0x4b0ad0){const _0x2ccfaa=_0x4356c2;let {cmd:_0x56e57b}=_0x4b0ad0;_0x56e57b===_0x53d7dd['CombCmd']['HELLO']&&!this[_0x2ccfaa(0xe4)]&&(_0x174116[_0x2ccfaa(0x2ba)]=_0x4b0ad0[_0x2ccfaa(0x244)][_0x2ccfaa(0x2ba)],this[_0x2ccfaa(0x311)][_0x2ccfaa(0x214)](_0x174116),this['_status$'][_0x2ccfaa(0x214)](0x3),this[_0x2ccfaa(0xe4)]=!0x0,this[_0x2ccfaa(0x64)]=null),_0x56e57b===_0x53d7dd[_0x2ccfaa(0x35c)][_0x2ccfaa(0x238)]&&this['_clearTimeoutTimer'](),this[_0x2ccfaa(0x290)]();}[_0x4356c2(0x290)](){const _0x5d0ab5=_0x4356c2;var _0x9fe0fe;this[_0x5d0ab5(0x70)](),this['_sendHeartbeatTimer']=setTimeout(()=>this['_sendHeartbeat'](),(_0x9fe0fe=this['_configService'][_0x5d0ab5(0x2f0)](_0x5d0ab5(0x68)))==null?0x7530:_0x9fe0fe);}[_0x4356c2(0x2b2)](){const _0x1a30ec=_0x4356c2;this['_socket'][_0x1a30ec(0x31e)]({'cmd':_0x53d7dd['CombCmd'][_0x1a30ec(0x238)]}),this['_waitForHeartbeatResponse']();}[_0x4356c2(0xbc)](){const _0x1659ad=_0x4356c2;var _0x324b90;this[_0x1659ad(0x2ca)]=setTimeout(()=>this[_0x1659ad(0x33a)](),(_0x324b90=this[_0x1659ad(0x150)][_0x1659ad(0x2f0)](_0x1659ad(0x2bc)))==null?_0x52c9d4:_0x324b90);}[_0x4356c2(0x70)](){const _0x35237e=_0x4356c2;this[_0x35237e(0x2e5)]!=null&&(clearTimeout(this['_sendHeartbeatTimer']),this[_0x35237e(0x2e5)]=null);}['_clearTimeoutTimer'](){const _0x32332=_0x4356c2;this['_timeoutTimer']!=null&&(clearTimeout(this[_0x32332(0x2ca)]),this[_0x32332(0x2ca)]=null);}};_0x4145e5=_0x223773([_0x9460ae(0x0,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x1,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0x2,_0x186af2[_0x4356c2(0x2cd)]),_0x9460ae(0x3,_0x336497),_0x9460ae(0x4,(0x0,_0x186af2['Inject'])(_0x167cb4)),_0x9460ae(0x5,(0x0,_0x186af2['Optional'])(_0x563fdb))],_0x4145e5);let _0x4f82e0=class extends _0x186af2['RxDisposable']{constructor(_0x2a19a0,_0x4281ee,_0x7a4aba,_0x13a71a){const _0x2fa9b2=_0x4356c2;var _0x4c3284;super(),this[_0x2fa9b2(0x31b)]=_0x2a19a0,this[_0x2fa9b2(0x18e)]=_0x4281ee,this['_configService']=_0x7a4aba,this[_0x2fa9b2(0x129)]=_0x13a71a,_0x1fdd2e(this,_0x2fa9b2(0xf2),new Map()),_0x1fdd2e(this,_0x2fa9b2(0x2fb),new _0x4f8104[(_0x2fa9b2(0x147))]()),_0x1fdd2e(this,'entityInit$',this[_0x2fa9b2(0x2fb)][_0x2fa9b2(0x1ff)]()),((_0x4c3284=this[_0x2fa9b2(0x150)][_0x2fa9b2(0x2f0)]('collaboration-client.config'))==null?void 0x0:_0x4c3284[_0x2fa9b2(0x2a7)])!==!0x1&&this['_init']();}[_0x4356c2(0x2f7)](){const _0x12f83d=_0x4356c2;super[_0x12f83d(0x2f7)](),this[_0x12f83d(0xf2)][_0x12f83d(0xc1)](_0x27f533=>_0x27f533[_0x12f83d(0x2f7)]()),this[_0x12f83d(0xf2)][_0x12f83d(0x1f1)]();}[_0x4356c2(0xe3)](_0x4c3ace){const _0x193dde=_0x4356c2;var _0x42041d;return(_0x42041d=this[_0x193dde(0xf2)][_0x193dde(0x217)](_0x4c3ace))==null?null:_0x42041d;}[_0x4356c2(0x208)](_0x93c9d){const _0x3d9bb7=_0x4356c2;let _0x11a9f2=this[_0x3d9bb7(0xe3)](_0x93c9d);return _0x11a9f2?(0x0,_0x4f8104['of'])(_0x11a9f2):this[_0x3d9bb7(0x2fb)][_0x3d9bb7(0xc2)]((0x0,_0x55072d[_0x3d9bb7(0x323)])(_0xbcfc44=>_0xbcfc44['unitID']===_0x93c9d));}['readyForCollab'](_0x11c6dd){const _0x1cecd7=_0x4356c2;return(0x0,_0x4f8104[_0x1cecd7(0x336)])(this['getCollabEntity$'](_0x11c6dd)[_0x1cecd7(0xc2)]((0x0,_0x55072d[_0x1cecd7(0xff)])(()=>void 0x0)));}[_0x4356c2(0x135)](){const _0x47f7ed=_0x4356c2;this[_0x47f7ed(0x129)][_0x47f7ed(0x108)](_0x186af2[_0x47f7ed(0xe6)][_0x47f7ed(0x2c0)])[_0x47f7ed(0xc2)]((0x0,_0x4f8104[_0x47f7ed(0x315)])(this[_0x47f7ed(0x345)]),(0x0,_0x55072d['delay'])(0x10))[_0x47f7ed(0x1fe)](async _0x2fa51e=>{const _0x32b1f5=_0x47f7ed;let _0x2e6793=_0x2fa51e[_0x32b1f5(0x1e8)][_0x32b1f5(0x15f)](),_0x468ee6=await this[_0x32b1f5(0xe7)](_0x2e6793,_0x186af2[_0x32b1f5(0xe6)]['UNIVER_SHEET']);this['_entities'][_0x32b1f5(0x25f)](_0x2e6793,_0x468ee6);}),this[_0x47f7ed(0x129)]['getTypeOfUnitAdded$'](_0x186af2[_0x47f7ed(0xe6)][_0x47f7ed(0x1cf)])['pipe']((0x0,_0x4f8104[_0x47f7ed(0x315)])(this[_0x47f7ed(0x345)]),(0x0,_0x55072d[_0x47f7ed(0x26e)])(0x10))['pipe']((0x0,_0x55072d[_0x47f7ed(0x323)])(_0x433140=>!_0x433140[_0x47f7ed(0x1e8)][_0x47f7ed(0x15f)]()[_0x47f7ed(0x65)]('__')))[_0x47f7ed(0x1fe)](async _0x15b8c6=>{const _0x1cb515=_0x47f7ed;let _0x5a85d9=_0x15b8c6[_0x1cb515(0x1e8)][_0x1cb515(0x15f)](),_0x376379=await this['_startCollaboration'](_0x5a85d9,_0x186af2['UniverInstanceType'][_0x1cb515(0x1cf)]);this['_entities']['set'](_0x5a85d9,_0x376379);}),this[_0x47f7ed(0x129)]['getTypeOfUnitAdded$'](_0x186af2['UniverInstanceType']['UNIVER_SLIDE'])[_0x47f7ed(0xc2)]((0x0,_0x4f8104['takeUntil'])(this[_0x47f7ed(0x345)]),(0x0,_0x55072d[_0x47f7ed(0x26e)])(0x10))['subscribe'](async _0x462345=>{const _0x4320ea=_0x47f7ed;let _0x2a7463=_0x462345[_0x4320ea(0x1e8)][_0x4320ea(0x15f)](),_0x17bd26=await this[_0x4320ea(0xe7)](_0x2a7463,_0x186af2[_0x4320ea(0xe6)][_0x4320ea(0xbd)]);this['_entities'][_0x4320ea(0x25f)](_0x2a7463,_0x17bd26);}),this[_0x47f7ed(0x129)][_0x47f7ed(0x108)](_0x186af2['UniverInstanceType']['UNIVER_BASE'])[_0x47f7ed(0xc2)]((0x0,_0x4f8104[_0x47f7ed(0x315)])(this[_0x47f7ed(0x345)]),(0x0,_0x55072d[_0x47f7ed(0x26e)])(0x10))['subscribe'](async _0x556eae=>{const _0x12744e=_0x47f7ed;let _0x217d29=_0x556eae[_0x12744e(0x1e8)][_0x12744e(0x15f)](),_0xc17350=await this[_0x12744e(0xe7)](_0x217d29,_0x186af2[_0x12744e(0xe6)][_0x12744e(0x32f)]);this[_0x12744e(0xf2)]['set'](_0x217d29,_0xc17350);}),(0x0,_0x4f8104[_0x47f7ed(0x14d)])(this[_0x47f7ed(0x129)][_0x47f7ed(0x1ca)](_0x186af2[_0x47f7ed(0xe6)][_0x47f7ed(0x2c0)]),this[_0x47f7ed(0x129)][_0x47f7ed(0x1ca)](_0x186af2[_0x47f7ed(0xe6)][_0x47f7ed(0x1cf)]),this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x186af2[_0x47f7ed(0xe6)][_0x47f7ed(0xbd)]),this[_0x47f7ed(0x129)]['getTypeOfUnitDisposed$'](_0x186af2[_0x47f7ed(0xe6)][_0x47f7ed(0x32f)]))[_0x47f7ed(0xc2)]((0x0,_0x4f8104[_0x47f7ed(0x315)])(this[_0x47f7ed(0x345)]))[_0x47f7ed(0x1fe)](_0x1eb867=>{const _0x314f66=_0x47f7ed;let _0x317199=_0x1eb867[_0x314f66(0x15f)](),_0x3098da=this['_entities'][_0x314f66(0x217)](_0x317199);_0x3098da&&(_0x3098da[_0x314f66(0x2f7)](),this['_entities'][_0x314f66(0x2d9)](_0x317199));});}async['_startCollaboration'](_0x270d2b,_0x38f91b){const _0x1bb59c=_0x4356c2;let _0x2a11a7=await this['_collabSessionService']['requireSession'](_0x270d2b),_0x498147=this[_0x1bb59c(0x31b)]['createInstance'](this[_0x1bb59c(0x84)](_0x38f91b),_0x270d2b,_0x38f91b,_0x2a11a7);return await _0x498147[_0x1bb59c(0x186)](),this[_0x1bb59c(0x2fb)][_0x1bb59c(0x214)](_0x498147),_0x498147;}[_0x4356c2(0x84)](_0x4779e3){const _0x315d0f=_0x4356c2;switch(_0x4779e3){case _0x186af2[_0x315d0f(0xe6)][_0x315d0f(0x1cf)]:return _0xe5992c;case _0x186af2['UniverInstanceType'][_0x315d0f(0x2c0)]:return _0xddaf92;case _0x186af2[_0x315d0f(0xe6)][_0x315d0f(0xbd)]:return _0x174c95;case _0x186af2[_0x315d0f(0xe6)][_0x315d0f(0x32f)]:return _0x460a9b;default:throw Error(_0x315d0f(0x243)+_0x4779e3);}}};_0x4f82e0=_0x223773([_0x9460ae(0x0,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2['Injector'])),_0x9460ae(0x1,(0x0,_0x186af2['Inject'])(_0x4145e5)),_0x9460ae(0x2,_0x186af2[_0x4356c2(0x2cd)]),_0x9460ae(0x3,_0x186af2['IUniverInstanceService'])],_0x4f82e0);var _0x4a354b=_0x4356c2(0x264),_0x2aeadb=_0x4356c2(0xbb);let _0x343ba3=class extends _0x186af2['Disposable']{constructor(_0x321dce,_0x53439e){const _0x26a982=_0x4356c2;super(),this[_0x26a982(0x129)]=_0x321dce,this[_0x26a982(0x150)]=_0x53439e,this[_0x26a982(0x135)]();}['_init'](){const _0x3bae16=_0x4356c2;this[_0x3bae16(0xa5)](this[_0x3bae16(0x129)][_0x3bae16(0x161)]['subscribe'](()=>{const _0x26b055=_0x3bae16;var _0x48e71a;let _0x1a5674=this[_0x26b055(0x129)][_0x26b055(0x1a6)](),_0xf7454b=(_0x48e71a=this[_0x26b055(0x150)][_0x26b055(0x2f0)](_0x26b055(0x25a)))==null?'Univer':_0x48e71a;_0x1a5674 instanceof _0x186af2['Workbook']&&(_0xf7454b=_0x1a5674[_0x26b055(0x139)]),document[_0x26b055(0x397)]=_0xf7454b;}));}};_0x343ba3=_0x223773([_0x9460ae(0x0,_0x186af2['IUniverInstanceService']),_0x9460ae(0x1,_0x186af2['IConfigService'])],_0x343ba3);let _0x1826ab=function(_0x24fb4f){const _0x58f8f9=_0x4356c2;return _0x24fb4f[_0x58f8f9(0x2c5)]=_0x58f8f9(0x2c5),_0x24fb4f[_0x58f8f9(0x21b)]=_0x58f8f9(0x21b),_0x24fb4f[_0x58f8f9(0x2d2)]='BASE64',_0x24fb4f;}({}),_0x52783b=(0x0,_0x186af2[_0x4356c2(0x163)])('base-ui.attachment-io.service'),_0x36aec2=class{constructor(_0xd6cead,_0x1f9aaa,_0x41c102){const _0x4b2614=_0x4356c2;this[_0x4b2614(0x353)]=_0xd6cead,this[_0x4b2614(0x150)]=_0x1f9aaa,this[_0x4b2614(0x129)]=_0x41c102;}['getUploadOptions'](){const _0x2fa89c=_0x4356c2;var _0x1f424;return(_0x1f424=this[_0x2fa89c(0x206)]()[_0x2fa89c(0x1cc)])==null?{}:_0x1f424;}async[_0x4356c2(0x30e)](_0x57a3a2){const _0x2352dd=_0x4356c2;let _0x48662e=this[_0x2352dd(0x24f)]();if(_0x939ee5(_0x57a3a2,_0x48662e),_0x48662e[_0x2352dd(0xba)])return _0x48662e[_0x2352dd(0xba)](_0x57a3a2);let _0x4f08ba=await this[_0x2352dd(0x11c)](_0x57a3a2);return{'id':_0x4f08ba,'name':_0x57a3a2[_0x2352dd(0x139)],'mimeType':_0x57a3a2[_0x2352dd(0x306)],'size':_0x57a3a2[_0x2352dd(0x35a)],'sourceType':_0x2352dd(0x21b),'source':_0x4f08ba};}async[_0x4356c2(0x11c)](_0x126bc4){const _0x4b67f5=_0x4356c2;let _0x2fdb8=this[_0x4b67f5(0x129)]['getFocusedUnit'](),_0x1cf66c=_0x2fdb8==null?void 0x0:_0x2fdb8[_0x4b67f5(0x15f)]();if(!_0x1cf66c)throw Error(_0x4b67f5(0xda));let _0x5ee5f4=new FormData();_0x5ee5f4[_0x4b67f5(0x347)]('file',_0x126bc4);let _0x266d6b=this[_0x4b67f5(0xc9)]()+_0x4b67f5(0x231)+_0x126bc4[_0x4b67f5(0x35a)][_0x4b67f5(0x179)]()+_0x4b67f5(0x26a)+_0x53d7dd[_0x4b67f5(0xc3)]['UnitEmbedded']+'&assign='+encodeURIComponent(_0x1cf66c),_0x53b9d0=(await this['_httpService'][_0x4b67f5(0x1bc)](_0x266d6b,{'body':_0x5ee5f4}))['body'][_0x4b67f5(0x8f)];if(typeof _0x53b9d0!='string'||!_0x53b9d0)throw Error('[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.');return _0x53b9d0;}['_getUploadFileURL'](){const _0x59ca17=_0x4356c2;var _0x1b4956;return(_0x1b4956=this[_0x59ca17(0x206)]()[_0x59ca17(0x2ab)])==null?'/universer-api/stream/file/upload':_0x1b4956;}[_0x4356c2(0x206)](){const _0x3c6014=_0x4356c2;var _0x1c0902;return(_0x1c0902=this[_0x3c6014(0x150)][_0x3c6014(0x2f0)](_0x3c6014(0x321)))==null?{}:_0x1c0902;}};_0x36aec2=_0x223773([_0x9460ae(0x0,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x38ca3a['HTTPService'])),_0x9460ae(0x1,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2['IConfigService'])),_0x9460ae(0x2,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x20c)]))],_0x36aec2);function _0x939ee5(_0x4fcd48,_0x5d7ee7){const _0x1db7f8=_0x4356c2;var _0x15d2a5;if(_0x5d7ee7['maxSize']!=null&&_0x4fcd48[_0x1db7f8(0x35a)]>_0x5d7ee7[_0x1db7f8(0x2f8)])throw Error('[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.');if((_0x15d2a5=_0x5d7ee7['accept'])!=null&&_0x15d2a5[_0x1db7f8(0x14e)]&&!_0x5d7ee7[_0x1db7f8(0x35d)][_0x1db7f8(0x342)](_0x512796=>_0x4fcd48[_0x1db7f8(0x306)]===_0x512796||_0x4fcd48[_0x1db7f8(0x139)][_0x1db7f8(0x119)](_0x512796)||_0x512796[_0x1db7f8(0x119)]('/*')&&_0x4fcd48[_0x1db7f8(0x306)]['startsWith'](_0x512796[_0x1db7f8(0x250)](0x0,-0x1))))throw Error(_0x1db7f8(0x352));}let _0x3a3e0d=class{constructor(_0x419d27,_0x331d5f,_0x337e32){const _0x2a1467=_0x4356c2;this['_configService']=_0x419d27,this[_0x2a1467(0x353)]=_0x331d5f,this['localeService']=_0x337e32,this[_0x2a1467(0x186)]();}['init'](){const _0x4830b1=_0x4356c2;this[_0x4830b1(0x353)]['registerHTTPInterceptor']({'priority':0x1,'interceptor':(_0x3d2704,_0xa4f180)=>_0xa4f180(_0x3d2704)['pipe']((0x0,_0x4f8104['concatMap'])(async _0x593aa0=>{const _0xde329=_0x4830b1;let _0x1db73f=_0x593aa0;if(_0x1db73f[_0xde329(0xed)]===0x191){if(typeof window>'u')throw Error(_0xde329(0x276));if(window[_0xde329(0x1ee)](this[_0xde329(0xc6)]['t'](_0xde329(0x29f)))){let _0x78604b=window[_0xde329(0x74)](window[_0xde329(0x14b)][_0xde329(0x159)]);window[_0xde329(0x14b)]['href']=this[_0xde329(0x2d1)]()+_0xde329(0x316)+_0x78604b;}}return _0x1db73f;}))});}[_0x4356c2(0x2d1)](){const _0xa6a6ba=_0x4356c2;var _0x4627ce;let _0x238abc=this[_0xa6a6ba(0x150)][_0xa6a6ba(0x2f0)](_0x446dbc);return(_0x4627ce=_0x238abc==null?void 0x0:_0x238abc[_0xa6a6ba(0xc8)])==null?_0xa6a6ba(0x12c):_0x4627ce;}};_0x3a3e0d=_0x223773([_0x9460ae(0x0,_0x186af2[_0x4356c2(0x2cd)]),_0x9460ae(0x1,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x38ca3a['HTTPService'])),_0x9460ae(0x2,(0x0,_0x186af2['Inject'])(_0x186af2[_0x4356c2(0x18c)]))],_0x3a3e0d);let _0x474919=class extends _0x186af2[_0x4356c2(0x310)]{constructor(_0x29808b,_0x1670e6){const _0x14de87=_0x4356c2;super(),this[_0x14de87(0x38f)]=_0x29808b,this[_0x14de87(0x150)]=_0x1670e6,_0x1fdd2e(this,'_cfgEnableObjInherit',!0x1),this['_initMergeInterceptor']();}[_0x4356c2(0x2d4)](){const _0x1af967=_0x4356c2;let _0x346573=this;this[_0x1af967(0xa5)](this[_0x1af967(0x38f)][_0x1af967(0x247)]({'priority':0x3e7,'interceptor':(0x0,_0x38ca3a[_0x1af967(0x15a)])({'isMatch'(_0x2103a3){const _0x3fb5e7=_0x1af967;var _0x1653e7;if(_0x2103a3['method']==='POST'&&(_0x1653e7=_0x2103a3[_0x3fb5e7(0x8c)])!=null&&_0x1653e7[_0x3fb5e7(0x9d)]){let {objectID:_0x311ed9,objectType:_0x367cdb}=_0x2103a3[_0x3fb5e7(0x8c)][_0x3fb5e7(0x9d)]||{};if(!_0x311ed9||_0x367cdb===void 0x0)return!0x1;let _0x102a33=_0x346573[_0x3fb5e7(0x249)]()+'/'+_0x367cdb+'/object/'+_0x311ed9+_0x3fb5e7(0xb2);if(_0x2103a3[_0x3fb5e7(0x1a9)]===_0x102a33)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x117da1){const _0x39a588=_0x1af967;var _0x134483;return(_0x134483=_0x117da1[_0x39a588(0x8c)])==null?void 0x0:_0x134483['body'];},'mergeParamsToRequest'(_0x185032,_0x19eb1e){const _0x15f799=_0x1af967;let _0x31137a=_0x346573['_getAPIPrefixPath']()+_0x15f799(0x38c),_0x5c659b=_0x185032['reduce']((_0xfe590b,_0x1da7af)=>{const _0x17d02a=_0x15f799;let {unitID:_0x45a7a7,objectID:_0x24fe27,objectType:_0x57f99b,actions:_0x54427c}=_0x1da7af;return _0xfe590b[_0x45a7a7]||(_0xfe590b[_0x45a7a7]={}),_0xfe590b[_0x45a7a7][_0x24fe27]||(_0xfe590b[_0x45a7a7][_0x24fe27]={'objectID':_0x24fe27,'objectType':_0x57f99b,'actions':[]}),_0xfe590b[_0x45a7a7][_0x24fe27][_0x17d02a(0x2d5)][_0x17d02a(0x265)](..._0x54427c),_0xfe590b;},{}),_0x3372ce=[];for(let _0x1af041 in _0x5c659b)for(let _0x5008b7 in _0x5c659b[_0x1af041]){let {actions:_0x1c78f9,objectType:_0x2728e6}=_0x5c659b[_0x1af041][_0x5008b7],_0x502949=[...new Set(_0x1c78f9)];_0x3372ce[_0x15f799(0x265)]({'unitID':_0x1af041,'objectID':_0x5008b7,'objectType':_0x2728e6,'actions':_0x502949});}return new _0x38ca3a[(_0x15f799(0xa4))](_0x15f799(0x232),_0x31137a,{'headers':_0x19eb1e[_0x15f799(0x2d7)],'withCredentials':_0x19eb1e[_0x15f799(0x1fb)],'responseType':_0x19eb1e[_0x15f799(0xea)],'body':{'requests':_0x3372ce}});}},{'distributeResult'(_0x10807f,_0x3f0b3b){const _0x4b6d97=_0x1af967;let {objectActions:_0x294e5c}=_0x10807f;return _0x3f0b3b[_0x4b6d97(0xff)](_0x43e090=>{const _0xfbf899=_0x4b6d97;let {unitID:_0xa43efd,objectID:_0xed0039,actions:_0x5ec155}=_0x43e090,_0x400e16=_0x294e5c[_0xfbf899(0x369)](_0x422945=>_0x422945[_0xfbf899(0x2e0)]===_0xa43efd&&_0x422945[_0xfbf899(0x298)]===_0xed0039);return{'config':_0x43e090,'result':{'actions':_0x5ec155['map'](_0x40a132=>_0x400e16==null?void 0x0:_0x400e16['actions'][_0xfbf899(0x369)](_0x3ae908=>_0x3ae908[_0xfbf899(0x234)]===_0x40a132))[_0xfbf899(0x323)](_0x3ea394=>!!_0x3ea394),'error':_0x10807f['error']}};});}})}));}[_0x4356c2(0x249)](){const _0x318b8b=_0x4356c2;var _0x147e70;let _0x4ccec1=this[_0x318b8b(0x150)]['getConfig'](_0x446dbc);return(_0x147e70=_0x4ccec1==null?void 0x0:_0x4ccec1[_0x318b8b(0x346)])==null?_0x318b8b(0x233):_0x147e70;}async['create'](_0x507f2a){const _0x4353e4=_0x4356c2;let _0x148bd9=this['_getAPIPrefixPath']()+'/'+_0x507f2a[_0x4353e4(0x1d5)]+_0x4353e4(0x245);return(await this[_0x4353e4(0x38f)][_0x4353e4(0x1bc)](_0x148bd9,{'body':_0x507f2a}))[_0x4353e4(0x9d)][_0x4353e4(0x298)]||'';}async['list'](_0x290424){const _0x2439d3=_0x4356c2;let _0x57325b=this[_0x2439d3(0x249)]()+_0x2439d3(0xa0);return(await this[_0x2439d3(0x38f)][_0x2439d3(0x1bc)](_0x57325b,{'body':_0x290424}))[_0x2439d3(0x9d)][_0x2439d3(0x377)];}async['update'](_0x3ba671){const _0x4d8d20=_0x4356c2;var _0x4f0b52;let _0x2dbc9e=this['_getAPIPrefixPath']()+'/'+_0x3ba671[_0x4d8d20(0x1d5)]+_0x4d8d20(0x296)+_0x3ba671['objectID'],_0x4d5ee4=await this[_0x4d8d20(0x38f)]['put'](_0x2dbc9e,{'body':_0x3ba671});if((_0x4d5ee4==null||(_0x4f0b52=_0x4d5ee4[_0x4d8d20(0x9d)])==null||(_0x4f0b52=_0x4f0b52[_0x4d8d20(0x16b)])==null?void 0x0:_0x4f0b52['code'])!==0x1)throw Error('Failed\x20to\x20update\x20permission\x20point');}async[_0x4356c2(0x2e1)](_0x7d4ec2){const _0x1ab271=_0x4356c2;let _0x3f37fe=this[_0x1ab271(0x249)]()+'/'+_0x7d4ec2[_0x1ab271(0x1d5)]+'/object/'+_0x7d4ec2['objectID']+'/allowed';return(await this[_0x1ab271(0x38f)]['post'](_0x3f37fe,{'body':_0x7d4ec2}))[_0x1ab271(0x9d)]['actions'];}async[_0x4356c2(0x162)](_0x3f4be7){const _0xeb609c=_0x4356c2;let _0x13e774=this[_0xeb609c(0x249)]()+'/-/object/-/batch_allowed';return(await this[_0xeb609c(0x38f)][_0xeb609c(0x1bc)](_0x13e774,{'body':{'requests':_0x3f4be7}}))[_0xeb609c(0x9d)][_0xeb609c(0x115)];}async[_0x4356c2(0x385)](_0x220e98){const _0x446ddc=_0x4356c2;let _0x30dc29=this['_getAPIPrefixPath']()+'/'+_0x220e98[_0x446ddc(0x1d5)]+_0x446ddc(0x1ab),_0x5723a3=await this[_0x446ddc(0x38f)]['post'](_0x30dc29,{'body':_0x220e98});return{'roles':_0x5723a3[_0x446ddc(0x9d)][_0x446ddc(0x38a)],'actions':_0x5723a3['body']['actions']};}async[_0x4356c2(0x23f)](_0x10e93e){const _0x3a2672=_0x4356c2;let _0x46af8f=this[_0x3a2672(0x249)]()+_0x3a2672(0x176);await this[_0x3a2672(0x38f)][_0x3a2672(0x2d9)](_0x46af8f,{'params':{'collaboratorID':_0x10e93e[_0x3a2672(0x359)],'objectID':_0x10e93e[_0x3a2672(0x298)],'unitID':_0x10e93e[_0x3a2672(0x2e0)]}});}async['updateCollaborator'](_0x4f1361){const _0x31fca2=_0x4356c2;let _0x3a79d2=this[_0x31fca2(0x249)]()+_0x31fca2(0x176);await this['_HTTPService'][_0x31fca2(0x1c9)](_0x3a79d2,{'body':_0x4f1361});}async[_0x4356c2(0x2c8)](_0x2469d7){const _0x58ecec=_0x4356c2;let _0x2819a3=this[_0x58ecec(0x249)]()+_0x58ecec(0x176);await this['_HTTPService']['post'](_0x2819a3,{'body':_0x2469d7});}async[_0x4356c2(0x271)](_0x33b6a4){const _0x41946c=_0x4356c2;var _0x5ca632;let _0x4b3beb=this['_getAPIPrefixPath']()+'/collaborator',_0x2cb4cb=await this[_0x41946c(0x38f)][_0x41946c(0x217)](_0x4b3beb,{'params':{'objectID':_0x33b6a4[_0x41946c(0x298)],'unitID':_0x33b6a4[_0x41946c(0x2e0)]}});return this[_0x41946c(0x9f)]((_0x5ca632=_0x2cb4cb[_0x41946c(0x9d)][_0x41946c(0x34e)])==null?!0x1:_0x5ca632),_0x2cb4cb[_0x41946c(0x9d)][_0x41946c(0x18a)];}async[_0x4356c2(0x262)](_0x188781){const _0x24a87b=_0x4356c2;let _0x23c7d9=this[_0x24a87b(0x249)]()+_0x24a87b(0x176);await this[_0x24a87b(0x38f)]['put'](_0x23c7d9,{'body':_0x188781});}[_0x4356c2(0x9f)](_0x508a92){this['_cfgEnableObjInherit']=_0x508a92;}['getCfgEnableObjInherit'](){const _0x381e45=_0x4356c2;return this[_0x381e45(0x319)];}};_0x474919=_0x223773([_0x9460ae(0x0,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x38ca3a[_0x4356c2(0x322)])),_0x9460ae(0x1,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x2cd)]))],_0x474919);function _0x2e2773(_0x3cf34c){const _0x415795=_0x4356c2;return _0x3cf34c instanceof Uint8Array||ArrayBuffer['isView'](_0x3cf34c)&&_0x3cf34c[_0x415795(0x37b)][_0x415795(0x139)]===_0x415795(0x76)&&_0x415795(0x1d2)in _0x3cf34c&&_0x3cf34c[_0x415795(0x1d2)]===0x1;}function _0x45152d(_0x1df7e6){const _0x24acaa=_0x4356c2;if(typeof _0x1df7e6!=_0x24acaa(0x1da))throw TypeError(_0x24acaa(0x192)+typeof _0x1df7e6);if(!Number[_0x24acaa(0x1b6)](_0x1df7e6)||_0x1df7e6<0x0)throw RangeError(_0x24acaa(0x2b6)+_0x1df7e6);}function _0x3fddca(_0x1038de,_0x4b6f68,_0xcfd188=''){const _0x1a9292=_0x4356c2;let _0x188ab4=_0x2e2773(_0x1038de),_0x3de334=_0x1038de==null?void 0x0:_0x1038de[_0x1a9292(0x14e)],_0x567e7f=_0x4b6f68!==void 0x0;if(!_0x188ab4||_0x567e7f&&_0x3de334!==_0x4b6f68){let _0x4a976d=_0xcfd188&&'\x22'+_0xcfd188+'\x22\x20',_0x1b9eec=_0x567e7f?_0x1a9292(0x293)+_0x4b6f68:'',_0x39cdf1=_0x188ab4?'length='+_0x3de334:_0x1a9292(0x23c)+typeof _0x1038de,_0x2912ac=_0x4a976d+_0x1a9292(0xd2)+_0x1b9eec+_0x1a9292(0x164)+_0x39cdf1;throw _0x188ab4?RangeError(_0x2912ac):TypeError(_0x2912ac);}return _0x1038de;}function _0x1d53a5(_0x4b318d){const _0x5b89d7=_0x4356c2;return new Uint32Array(_0x4b318d[_0x5b89d7(0x1b9)],_0x4b318d[_0x5b89d7(0x1ef)],Math[_0x5b89d7(0x1d4)](_0x4b318d[_0x5b89d7(0x184)]/0x4));}function _0x13fe78(..._0x5c8979){const _0x18e21f=_0x4356c2;for(let _0x471c74=0x0;_0x471c74<_0x5c8979[_0x18e21f(0x14e)];_0x471c74++)_0x5c8979[_0x471c74][_0x18e21f(0x384)](0x0);}let _0x4a41e8=new Uint8Array(new Uint32Array([0x11223344])[_0x4356c2(0x1b9)])[0x0]===0x44,_0x44453=_0x4503e1=>_0x4503e1<<0x18&0xff000000|_0x4503e1<<0x8&0xff0000|_0x4503e1>>>0x8&0xff00|_0x4503e1>>>0x18&0xff,_0x5ae817=_0x4a41e8?_0x5b6166=>_0x5b6166:_0x2422e3=>{const _0x3b6317=_0x4356c2;for(let _0x1c5d00=0x0;_0x1c5d00<_0x2422e3[_0x3b6317(0x14e)];_0x1c5d00++)_0x2422e3[_0x1c5d00]=_0x44453(_0x2422e3[_0x1c5d00]);return _0x2422e3;};function _0x4440e0(_0x28d813){const _0x44804e=_0x4356c2;if(typeof _0x28d813!='string')throw TypeError(_0x44804e(0x1dc));return new Uint8Array(new TextEncoder()[_0x44804e(0x302)](_0x28d813));}function _0x21331c(_0x78bb79,_0x268bd0){const _0x2cf615=_0x4356c2;return!_0x78bb79[_0x2cf615(0x184)]||!_0x268bd0['byteLength']?!0x1:_0x78bb79[_0x2cf615(0x1b9)]===_0x268bd0['buffer']&&_0x78bb79[_0x2cf615(0x1ef)]<_0x268bd0[_0x2cf615(0x1ef)]+_0x268bd0[_0x2cf615(0x184)]&&_0x268bd0[_0x2cf615(0x1ef)]<_0x78bb79[_0x2cf615(0x1ef)]+_0x78bb79[_0x2cf615(0x184)];}function _0x48da65(_0x59c08a,_0x5730cc){const _0x56d7b5=_0x4356c2;if(_0x21331c(_0x59c08a,_0x5730cc)&&_0x59c08a[_0x56d7b5(0x1ef)]<_0x5730cc['byteOffset'])throw Error('complex\x20overlap\x20of\x20input\x20and\x20output\x20is\x20not\x20supported');}function _0xe73af(..._0x5d92e4){const _0x8313e0=_0x4356c2;let _0x3d3130=0x0;for(let _0x13864a=0x0;_0x13864a<_0x5d92e4[_0x8313e0(0x14e)];_0x13864a++){let _0x23b75a=_0x5d92e4[_0x13864a];_0x3fddca(_0x23b75a),_0x3d3130+=_0x23b75a['length'];}let _0x4c5ed6=new Uint8Array(_0x3d3130);for(let _0x484209=0x0,_0x42a823=0x0;_0x484209<_0x5d92e4[_0x8313e0(0x14e)];_0x484209++){let _0x409c35=_0x5d92e4[_0x484209];_0x4c5ed6[_0x8313e0(0x25f)](_0x409c35,_0x42a823),_0x42a823+=_0x409c35[_0x8313e0(0x14e)];}return _0x4c5ed6;}let _0xac5700=(_0x55a991,_0xe45fa7)=>{const _0x5df85c=_0x4356c2;function _0x3cae41(_0x4e6b1b,..._0x135291){const _0x19f64a=_0x364e;if(_0x3fddca(_0x4e6b1b,void 0x0,_0x19f64a(0x98)),_0x55a991['nonceLength']!==void 0x0){let _0x425268=_0x135291[0x0];_0x3fddca(_0x425268,_0x55a991[_0x19f64a(0x19b)]?void 0x0:_0x55a991['nonceLength'],_0x19f64a(0x17f));}let _0x3c4cf8=_0x55a991['tagLength'];_0x3c4cf8&&_0x135291[0x1]!==void 0x0&&_0x3fddca(_0x135291[0x1],void 0x0,_0x19f64a(0x22e));let _0x2acaf2=_0xe45fa7(_0x4e6b1b,..._0x135291),_0x5efeed=(_0x4019a7,_0x4f45f7)=>{const _0x10a0d6=_0x19f64a;if(_0x4f45f7!==void 0x0){if(_0x4019a7!==0x2)throw Error(_0x10a0d6(0x273));_0x3fddca(_0x4f45f7,void 0x0,_0x10a0d6(0xd1));}},_0xa11035=!0x1;return{'encrypt'(_0x4b374c,_0x2bd2e6){const _0x4a9881=_0x19f64a;if(_0xa11035)throw Error(_0x4a9881(0x12d));return _0xa11035=!0x0,_0x3fddca(_0x4b374c),_0x5efeed(_0x2acaf2['encrypt'][_0x4a9881(0x14e)],_0x2bd2e6),_0x2acaf2[_0x4a9881(0x151)](_0x4b374c,_0x2bd2e6);},'decrypt'(_0x5b958a,_0x46743e){const _0x3f3e30=_0x19f64a;if(_0x3fddca(_0x5b958a),_0x3c4cf8&&_0x5b958a[_0x3f3e30(0x14e)]<_0x3c4cf8)throw Error('\x22ciphertext\x22\x20expected\x20length\x20bigger\x20than\x20tagLength='+_0x3c4cf8);return _0x5efeed(_0x2acaf2[_0x3f3e30(0x2b7)]['length'],_0x46743e),_0x2acaf2[_0x3f3e30(0x2b7)](_0x5b958a,_0x46743e);}};}return Object[_0x5df85c(0x102)](_0x3cae41,_0x55a991),_0x3cae41;};function _0x195474(_0x42cba9,_0x2251a4,_0x12aa27=!0x0){const _0x1b436f=_0x4356c2;if(_0x2251a4===void 0x0)return new Uint8Array(_0x42cba9);if(_0x3fddca(_0x2251a4,void 0x0,'output'),_0x2251a4['length']!==_0x42cba9)throw Error('\x22output\x22\x20expected\x20Uint8Array\x20of\x20length\x20'+_0x42cba9+_0x1b436f(0x294)+_0x2251a4[_0x1b436f(0x14e)]);if(_0x12aa27&&!_0x3bc663(_0x2251a4))throw Error(_0x1b436f(0x9c));return _0x2251a4;}function _0x3bc663(_0x50ccfb){return _0x50ccfb['byteOffset']%0x4==0x0;}function _0x19746c(_0xb5dbda){const _0x39fff3=_0x4356c2;return Uint8Array[_0x39fff3(0x2ea)](_0x3fddca(_0xb5dbda));}function _0x32c512(_0x29a5cd=0x20){const _0x174bad=_0x4356c2;_0x45152d(_0x29a5cd);let _0x57b9b5=typeof globalThis==_0x174bad(0x6b)?globalThis[_0x174bad(0x67)]:null;if(typeof(_0x57b9b5==null?void 0x0:_0x57b9b5[_0x174bad(0x201)])!='function')throw Error(_0x174bad(0x2c7));return _0x57b9b5[_0x174bad(0x201)](new Uint8Array(_0x29a5cd));}function _0x3a762b(_0x1401c8){const _0x1f20f2=_0x4356c2;if(![0x10,0x18,0x20]['includes'](_0x1401c8[_0x1f20f2(0x14e)]))throw Error('\x22aes\x20key\x22\x20expected\x20Uint8Array\x20of\x20length\x2016/24/32,\x20got\x20length='+_0x1401c8['length']);}function _0x4583d5(_0x1da3a0){return _0x1da3a0<<0x1^0x11b&-(_0x1da3a0>>0x7);}function _0x4acf4e(_0x5e550b,_0x42fb04){let _0xe8a912=0x0;for(;_0x42fb04>0x0;_0x42fb04>>=0x1)_0xe8a912^=_0x5e550b&-(_0x42fb04&0x1),_0x5e550b=_0x4583d5(_0x5e550b);return _0xe8a912;}let _0x54adea=((()=>{let _0x4344e9=new Uint8Array(0x100);for(let _0x1d980f=0x0,_0x23468d=0x1;_0x1d980f<0x100;_0x1d980f++,_0x23468d^=_0x4583d5(_0x23468d))_0x4344e9[_0x1d980f]=_0x23468d;let _0x44dd4f=new Uint8Array(0x100);_0x44dd4f[0x0]=0x63;for(let _0x5330ca=0x0;_0x5330ca<0xff;_0x5330ca++){let _0x572aa1=_0x4344e9[0xff-_0x5330ca];_0x572aa1|=_0x572aa1<<0x8,_0x44dd4f[_0x4344e9[_0x5330ca]]=(_0x572aa1^_0x572aa1>>0x4^_0x572aa1>>0x5^_0x572aa1>>0x6^_0x572aa1>>0x7^0x63)&0xff;}return _0x13fe78(_0x4344e9),_0x44dd4f;})()),_0x27f145=_0x54adea['map']((_0x4477be,_0xe78007)=>_0x54adea[_0x4356c2(0x2a5)](_0xe78007)),_0x56d3a1=_0x2e6b6c=>_0x2e6b6c<<0x18|_0x2e6b6c>>>0x8,_0x1d519e=_0x4206af=>_0x4206af<<0x8|_0x4206af>>>0x18;function _0x21e5ff(_0x189533,_0x448d87){const _0x98dd15=_0x4356c2;if(_0x189533[_0x98dd15(0x14e)]!==0x100)throw Error(_0x98dd15(0x228));let _0x415049=new Uint32Array(0x100)[_0x98dd15(0xff)]((_0x35ec36,_0x3394ad)=>_0x448d87(_0x189533[_0x3394ad])),_0x58b564=_0x415049[_0x98dd15(0xff)](_0x1d519e),_0x43c2eb=_0x58b564[_0x98dd15(0xff)](_0x1d519e),_0x46b9d3=_0x43c2eb[_0x98dd15(0xff)](_0x1d519e),_0x2f5ad9=new Uint32Array(0x100*0x100),_0x3ae3a3=new Uint32Array(0x100*0x100),_0x2a2229=new Uint16Array(0x100*0x100);for(let _0x3aa4f4=0x0;_0x3aa4f4<0x100;_0x3aa4f4++)for(let _0xb169de=0x0;_0xb169de<0x100;_0xb169de++){let _0x25d26d=_0x3aa4f4*0x100+_0xb169de;_0x2f5ad9[_0x25d26d]=_0x415049[_0x3aa4f4]^_0x58b564[_0xb169de],_0x3ae3a3[_0x25d26d]=_0x43c2eb[_0x3aa4f4]^_0x46b9d3[_0xb169de],_0x2a2229[_0x25d26d]=_0x189533[_0x3aa4f4]<<0x8|_0x189533[_0xb169de];}return{'sbox':_0x189533,'sbox2':_0x2a2229,'T0':_0x415049,'T1':_0x58b564,'T2':_0x43c2eb,'T3':_0x46b9d3,'T01':_0x2f5ad9,'T23':_0x3ae3a3};}let _0x34e143=_0x21e5ff(_0x54adea,_0x4acf0c=>_0x4acf4e(_0x4acf0c,0x3)<<0x18|_0x4acf0c<<0x10|_0x4acf0c<<0x8|_0x4acf4e(_0x4acf0c,0x2)),_0x309a5e=_0x21e5ff(_0x27f145,_0x4de58d=>_0x4acf4e(_0x4de58d,0xb)<<0x18|_0x4acf4e(_0x4de58d,0xd)<<0x10|_0x4acf4e(_0x4de58d,0x9)<<0x8|_0x4acf4e(_0x4de58d,0xe)),_0x49502c=((()=>{let _0xebd37f=new Uint8Array(0x10);for(let _0x405187=0x0,_0x1dd052=0x1;_0x405187<0x10;_0x405187++,_0x1dd052=_0x4583d5(_0x1dd052))_0xebd37f[_0x405187]=_0x1dd052;return _0xebd37f;})());function _0x4c8d80(_0x166f14){const _0x1f97e2=_0x4356c2;_0x3fddca(_0x166f14);let _0x831ea3=_0x166f14['length'];_0x3a762b(_0x166f14);let {sbox2:_0xecc7a7}=_0x34e143,_0x49e94a=[];(!_0x4a41e8||!_0x3bc663(_0x166f14))&&_0x49e94a['push'](_0x166f14=_0x19746c(_0x166f14));let _0x54ecba=_0x5ae817(_0x1d53a5(_0x166f14)),_0x286818=_0x54ecba[_0x1f97e2(0x14e)],_0x31286b=_0x40609a=>_0x3d7db2(_0xecc7a7,_0x40609a,_0x40609a,_0x40609a,_0x40609a),_0x5ba75f=new Uint32Array(_0x831ea3+0x1c);_0x5ba75f[_0x1f97e2(0x25f)](_0x54ecba);for(let _0x2eb839=_0x286818;_0x2eb839<_0x5ba75f[_0x1f97e2(0x14e)];_0x2eb839++){let _0xc7f8a7=_0x5ba75f[_0x2eb839-0x1];_0x2eb839%_0x286818===0x0?_0xc7f8a7=_0x31286b(_0x56d3a1(_0xc7f8a7))^_0x49502c[_0x2eb839/_0x286818-0x1]:_0x286818>0x6&&_0x2eb839%_0x286818===0x4&&(_0xc7f8a7=_0x31286b(_0xc7f8a7)),_0x5ba75f[_0x2eb839]=_0x5ba75f[_0x2eb839-_0x286818]^_0xc7f8a7;}return _0x13fe78(..._0x49e94a),_0x5ba75f;}function _0x474b7b(_0x773c02){const _0x441681=_0x4356c2;let _0x357705=_0x4c8d80(_0x773c02),_0xe80491=_0x357705[_0x441681(0x250)](),_0x5eff1a=_0x357705[_0x441681(0x14e)],{sbox2:_0x458bbc}=_0x34e143,{T0:_0x5c6132,T1:_0x4dc72c,T2:_0x41806d,T3:_0x4d5a04}=_0x309a5e;for(let _0x34de40=0x0;_0x34de40<_0x5eff1a;_0x34de40+=0x4)for(let _0x10daa1=0x0;_0x10daa1<0x4;_0x10daa1++)_0xe80491[_0x34de40+_0x10daa1]=_0x357705[_0x5eff1a-_0x34de40-0x4+_0x10daa1];_0x13fe78(_0x357705);for(let _0x508d64=0x4;_0x508d64<_0x5eff1a-0x4;_0x508d64++){let _0x300dbe=_0xe80491[_0x508d64],_0xabe2bd=_0x3d7db2(_0x458bbc,_0x300dbe,_0x300dbe,_0x300dbe,_0x300dbe);_0xe80491[_0x508d64]=_0x5c6132[_0xabe2bd&0xff]^_0x4dc72c[_0xabe2bd>>>0x8&0xff]^_0x41806d[_0xabe2bd>>>0x10&0xff]^_0x4d5a04[_0xabe2bd>>>0x18];}return _0xe80491;}function _0x23a425(_0x1950f7,_0x1a4547,_0x2708a4,_0xc22cf6,_0xbda596,_0x5ea8dc){return _0x1950f7[_0x2708a4<<0x8&0xff00|_0xc22cf6>>>0x8&0xff]^_0x1a4547[_0xbda596>>>0x8&0xff00|_0x5ea8dc>>>0x18&0xff];}function _0x3d7db2(_0x177f78,_0x3404cc,_0x3c4a3a,_0x5268cb,_0x1d3b76){return _0x177f78[_0x3404cc&0xff|_0x3c4a3a&0xff00]|_0x177f78[_0x5268cb>>>0x10&0xff|_0x1d3b76>>>0x10&0xff00]<<0x10;}function _0x47a1cf(_0x508396,_0x901653,_0x5e9b47,_0x25b522,_0x4e313c){const _0x40f905=_0x4356c2;let {sbox2:_0x23d37b,T01:_0x3833b3,T23:_0x527cae}=_0x34e143,_0x740e4f=0x0;_0x901653^=_0x508396[_0x740e4f++],_0x5e9b47^=_0x508396[_0x740e4f++],_0x25b522^=_0x508396[_0x740e4f++],_0x4e313c^=_0x508396[_0x740e4f++];let _0x4e9175=_0x508396[_0x40f905(0x14e)]/0x4-0x2;for(let _0x2b202f=0x0;_0x2b202f<_0x4e9175;_0x2b202f++){let _0x202926=_0x508396[_0x740e4f++]^_0x23a425(_0x3833b3,_0x527cae,_0x901653,_0x5e9b47,_0x25b522,_0x4e313c),_0x3641c0=_0x508396[_0x740e4f++]^_0x23a425(_0x3833b3,_0x527cae,_0x5e9b47,_0x25b522,_0x4e313c,_0x901653),_0x37b00a=_0x508396[_0x740e4f++]^_0x23a425(_0x3833b3,_0x527cae,_0x25b522,_0x4e313c,_0x901653,_0x5e9b47),_0x58d6bf=_0x508396[_0x740e4f++]^_0x23a425(_0x3833b3,_0x527cae,_0x4e313c,_0x901653,_0x5e9b47,_0x25b522);_0x901653=_0x202926,_0x5e9b47=_0x3641c0,_0x25b522=_0x37b00a,_0x4e313c=_0x58d6bf;}return{'s0':_0x508396[_0x740e4f++]^_0x3d7db2(_0x23d37b,_0x901653,_0x5e9b47,_0x25b522,_0x4e313c),'s1':_0x508396[_0x740e4f++]^_0x3d7db2(_0x23d37b,_0x5e9b47,_0x25b522,_0x4e313c,_0x901653),'s2':_0x508396[_0x740e4f++]^_0x3d7db2(_0x23d37b,_0x25b522,_0x4e313c,_0x901653,_0x5e9b47),'s3':_0x508396[_0x740e4f++]^_0x3d7db2(_0x23d37b,_0x4e313c,_0x901653,_0x5e9b47,_0x25b522)};}function _0x3df362(_0x16990f,_0x282aa6,_0x21097a,_0x52ce35,_0x3f3645){let {sbox2:_0x1678ae,T01:_0x4401cc,T23:_0x21876f}=_0x309a5e,_0x918aef=0x0;_0x282aa6^=_0x16990f[_0x918aef++],_0x21097a^=_0x16990f[_0x918aef++],_0x52ce35^=_0x16990f[_0x918aef++],_0x3f3645^=_0x16990f[_0x918aef++];let _0x9c7b9a=_0x16990f['length']/0x4-0x2;for(let _0x2a72ce=0x0;_0x2a72ce<_0x9c7b9a;_0x2a72ce++){let _0x52c002=_0x16990f[_0x918aef++]^_0x23a425(_0x4401cc,_0x21876f,_0x282aa6,_0x3f3645,_0x52ce35,_0x21097a),_0x2a8556=_0x16990f[_0x918aef++]^_0x23a425(_0x4401cc,_0x21876f,_0x21097a,_0x282aa6,_0x3f3645,_0x52ce35),_0x2b156d=_0x16990f[_0x918aef++]^_0x23a425(_0x4401cc,_0x21876f,_0x52ce35,_0x21097a,_0x282aa6,_0x3f3645),_0x170de3=_0x16990f[_0x918aef++]^_0x23a425(_0x4401cc,_0x21876f,_0x3f3645,_0x52ce35,_0x21097a,_0x282aa6);_0x282aa6=_0x52c002,_0x21097a=_0x2a8556,_0x52ce35=_0x2b156d,_0x3f3645=_0x170de3;}return{'s0':_0x16990f[_0x918aef++]^_0x3d7db2(_0x1678ae,_0x282aa6,_0x3f3645,_0x52ce35,_0x21097a),'s1':_0x16990f[_0x918aef++]^_0x3d7db2(_0x1678ae,_0x21097a,_0x282aa6,_0x3f3645,_0x52ce35),'s2':_0x16990f[_0x918aef++]^_0x3d7db2(_0x1678ae,_0x52ce35,_0x21097a,_0x282aa6,_0x3f3645),'s3':_0x16990f[_0x918aef++]^_0x3d7db2(_0x1678ae,_0x3f3645,_0x52ce35,_0x21097a,_0x282aa6)};}function _0x381f89(_0x29d13a){const _0x48e660=_0x4356c2;if(_0x3fddca(_0x29d13a),_0x29d13a[_0x48e660(0x14e)]%0x10!=0x0)throw Error(_0x48e660(0x246));}function _0x4314de(_0x9b6640,_0x32be34,_0x49db26){const _0x149308=_0x4356c2;_0x3fddca(_0x9b6640);let _0xec9071=_0x9b6640[_0x149308(0x14e)],_0x450970=_0xec9071%0x10;if(!_0x32be34&&_0x450970!==0x0)throw Error('aec/(cbc-ecb):\x20unpadded\x20plaintext\x20with\x20disabled\x20padding');if(_0x32be34){let _0x42fbd8=0x10-_0x450970;_0x42fbd8||(_0x42fbd8=0x10),_0xec9071+=_0x42fbd8;}_0x49db26=_0x195474(_0xec9071,_0x49db26),_0x48da65(_0x9b6640,_0x49db26),(!_0x4a41e8||!_0x3bc663(_0x9b6640))&&(_0x9b6640=_0x19746c(_0x9b6640));let _0x2e6a6c=_0x1d53a5(_0x9b6640);return _0x5ae817(_0x2e6a6c),{'b':_0x2e6a6c,'o':_0x1d53a5(_0x49db26),'out':_0x49db26};}function _0x5e36bf(_0x2bc345,_0x5f192e){const _0x106680=_0x4356c2;if(!_0x5f192e)return _0x2bc345;let _0x32bd95=_0x2bc345[_0x106680(0x14e)];if(_0x32bd95===0x0)throw Error(_0x106680(0x205));let _0x2392e3=_0x2bc345[_0x32bd95-0x1],_0x5c8949=0x1;_0x5c8949&=_0x2392e3-0x1>>>0x1f^0x1,_0x5c8949&=0x10-_0x2392e3>>>0x1f^0x1;for(let _0x5f5364=0x0;_0x5f5364<0x10;_0x5f5364++){let _0x4be204=_0x5f5364-_0x2392e3>>>0x1f,_0x3dac4a=+((_0x2bc345[_0x32bd95-0x1-_0x5f5364]^_0x2392e3)===0x0);_0x5c8949&=_0x3dac4a|_0x4be204^0x1;}if(!_0x5c8949)throw Error(_0x106680(0x13d));return _0x2bc345['subarray'](0x0,_0x32bd95-_0x2392e3);}function _0x1a3cc9(_0xdd32ba){const _0x21ce12=_0x4356c2;let _0x51c03e=new Uint8Array(0x10),_0x5d160b=_0x1d53a5(_0x51c03e);_0x51c03e[_0x21ce12(0x25f)](_0xdd32ba);let _0x28649b=0x10-_0xdd32ba['length'];for(let _0x5777d6=0x10-_0x28649b;_0x5777d6<0x10;_0x5777d6++)_0x51c03e[_0x5777d6]=_0x28649b;return _0x5d160b;}let _0x1beadb=_0xac5700({'blockSize':0x10,'nonceLength':0x10},function(_0x4339cf,_0x10ffc1,_0xbc9cbe={}){const _0x6a4026=_0x4356c2;let _0x247db9=!_0xbc9cbe[_0x6a4026(0x1d3)];return{'encrypt'(_0x56b116,_0x259de3){const _0x2a6095=_0x6a4026;let _0x3f2ba9=_0x4c8d80(_0x4339cf),{b:_0x32279d,o:_0x3b824b,out:_0x56b917}=_0x4314de(_0x56b116,_0x247db9,_0x259de3),_0x15bcf3=_0x10ffc1,_0x1264e7=[_0x3f2ba9];(!_0x4a41e8||!_0x3bc663(_0x15bcf3))&&_0x1264e7[_0x2a6095(0x265)](_0x15bcf3=_0x19746c(_0x15bcf3));let _0x197e84=_0x1d53a5(_0x15bcf3);_0x5ae817(_0x197e84);let _0xe7114b=_0x197e84[0x0],_0x35d02b=_0x197e84[0x1],_0x2c4974=_0x197e84[0x2],_0x311935=_0x197e84[0x3],_0x5ee25d=0x0;for(;_0x5ee25d+0x4<=_0x32279d[_0x2a6095(0x14e)];)_0xe7114b^=_0x32279d[_0x5ee25d+0x0],_0x35d02b^=_0x32279d[_0x5ee25d+0x1],_0x2c4974^=_0x32279d[_0x5ee25d+0x2],_0x311935^=_0x32279d[_0x5ee25d+0x3],{s0:_0xe7114b,s1:_0x35d02b,s2:_0x2c4974,s3:_0x311935}=_0x47a1cf(_0x3f2ba9,_0xe7114b,_0x35d02b,_0x2c4974,_0x311935),_0x3b824b[_0x5ee25d++]=_0xe7114b,_0x3b824b[_0x5ee25d++]=_0x35d02b,_0x3b824b[_0x5ee25d++]=_0x2c4974,_0x3b824b[_0x5ee25d++]=_0x311935;if(_0x247db9){let _0x5f4856=_0x1a3cc9(_0x56b116['subarray'](_0x5ee25d*0x4));_0x5ae817(_0x5f4856),_0xe7114b^=_0x5f4856[0x0],_0x35d02b^=_0x5f4856[0x1],_0x2c4974^=_0x5f4856[0x2],_0x311935^=_0x5f4856[0x3],{s0:_0xe7114b,s1:_0x35d02b,s2:_0x2c4974,s3:_0x311935}=_0x47a1cf(_0x3f2ba9,_0xe7114b,_0x35d02b,_0x2c4974,_0x311935),_0x3b824b[_0x5ee25d++]=_0xe7114b,_0x3b824b[_0x5ee25d++]=_0x35d02b,_0x3b824b[_0x5ee25d++]=_0x2c4974,_0x3b824b[_0x5ee25d++]=_0x311935;}return _0x5ae817(_0x3b824b),_0x13fe78(..._0x1264e7),_0x56b917;},'decrypt'(_0x341f37,_0x3be6c2){const _0x3cab9b=_0x6a4026;_0x381f89(_0x341f37);let _0x523191=_0x474b7b(_0x4339cf),_0x195d0d=_0x10ffc1,_0x4a8df2=[_0x523191];(!_0x4a41e8||!_0x3bc663(_0x195d0d))&&_0x4a8df2['push'](_0x195d0d=_0x19746c(_0x195d0d));let _0x466d1b=_0x1d53a5(_0x195d0d);_0x5ae817(_0x466d1b),_0x3be6c2=_0x195474(_0x341f37[_0x3cab9b(0x14e)],_0x3be6c2),_0x48da65(_0x341f37,_0x3be6c2),(!_0x4a41e8||!_0x3bc663(_0x341f37))&&_0x4a8df2[_0x3cab9b(0x265)](_0x341f37=_0x19746c(_0x341f37));let _0x529b23=_0x1d53a5(_0x341f37),_0x4fe014=_0x1d53a5(_0x3be6c2);_0x5ae817(_0x529b23);let _0x2314b7=_0x466d1b[0x0],_0x54e3db=_0x466d1b[0x1],_0x3ae89b=_0x466d1b[0x2],_0x3c984b=_0x466d1b[0x3];for(let _0x4d8ba3=0x0;_0x4d8ba3+0x4<=_0x529b23[_0x3cab9b(0x14e)];){let _0x13c478=_0x2314b7,_0x25a669=_0x54e3db,_0xf99f5f=_0x3ae89b,_0x25c7e8=_0x3c984b;_0x2314b7=_0x529b23[_0x4d8ba3+0x0],_0x54e3db=_0x529b23[_0x4d8ba3+0x1],_0x3ae89b=_0x529b23[_0x4d8ba3+0x2],_0x3c984b=_0x529b23[_0x4d8ba3+0x3];let {s0:_0x22b801,s1:_0x3ece6c,s2:_0x34e50a,s3:_0x29dcc8}=_0x3df362(_0x523191,_0x2314b7,_0x54e3db,_0x3ae89b,_0x3c984b);_0x4fe014[_0x4d8ba3++]=_0x22b801^_0x13c478,_0x4fe014[_0x4d8ba3++]=_0x3ece6c^_0x25a669,_0x4fe014[_0x4d8ba3++]=_0x34e50a^_0xf99f5f,_0x4fe014[_0x4d8ba3++]=_0x29dcc8^_0x25c7e8;}return _0x5ae817(_0x4fe014),_0x13fe78(..._0x4a8df2),_0x5e36bf(_0x3be6c2,_0x247db9);}};});function _0x166be9(_0x180b31){const _0x11c16a=_0x4356c2;let _0xb4c026=atob(_0x180b31),_0x203e88=new Uint8Array(_0xb4c026[_0x11c16a(0x14e)]);for(let _0x26de70=0x0;_0x26de70<_0xb4c026[_0x11c16a(0x14e)];_0x26de70++)_0x203e88[_0x26de70]=_0xb4c026['charCodeAt'](_0x26de70);return _0x203e88;}function _0x558feb(_0x2a4b84){let _0x4726d0='';for(let _0x4b7121=0x0;_0x4b7121<_0x2a4b84['length'];_0x4b7121++)_0x4726d0+=String['fromCharCode'](_0x2a4b84[_0x4b7121]);return btoa(_0x4726d0);}function _0xaf1fbe(_0x359190,_0xaf641a){const _0x372be1=_0x4356c2;let _0x251a9d=_0x166be9(_0xaf641a),_0x216ce0=_0x32c512(0x10);return _0x558feb(_0xe73af(_0x216ce0,_0x1beadb(_0x251a9d,_0x216ce0)[_0x372be1(0x151)](_0x4440e0(_0x359190))));}function _0x3a2e62(){const _0x188d9a=_0x4356c2;let _0x562ad0=(0x0,_0x461bde[_0x188d9a(0x19a)])()[_0x188d9a(0x29d)];if(typeof window<'u'&&window[_0x188d9a(0x14b)]!==void 0x0&&_0x562ad0){let _0x15fcd={'time':Math[_0x188d9a(0x1d4)](Date[_0x188d9a(0x36f)]()/0x3e8),'domain':location[_0x188d9a(0x1c5)]};return _0xaf1fbe(JSON[_0x188d9a(0x23a)](_0x15fcd),_0x562ad0);}}let _0x277dcd=class{constructor(_0x2126e3){const _0x2ff2d7=_0x4356c2;this[_0x2ff2d7(0x353)]=_0x2126e3,this['_initRequestHeader']();}[_0x4356c2(0xe2)](){const _0x4de302=_0x4356c2;this[_0x4de302(0x353)][_0x4de302(0x247)]({'interceptor':(_0x3470e0,_0x6eec05)=>{const _0x394f6c=_0x4de302;let _0x16dd24=_0x3a2e62();return _0x16dd24&&_0x3470e0['headers'][_0x394f6c(0x25f)](_0x394f6c(0xca),_0x16dd24),_0x6eec05(_0x3470e0);}});}};_0x277dcd=_0x223773([_0x9460ae(0x0,(0x0,_0x186af2['Inject'])(_0x38ca3a['HTTPService']))],_0x277dcd);let _0x584137=class extends _0x186af2[_0x4356c2(0x396)]{constructor(_0xfdc6f,_0x3b2aba,_0x296bc7){const _0x21785b=_0x4356c2;super(),this[_0x21785b(0x89)]=_0xfdc6f,this['_snapshotService']=_0x3b2aba,this['_localCacheService']=_0x296bc7,_0x1fdd2e(this,_0x21785b(0x1d7),new _0x4f8104[(_0x21785b(0x195))](null)),_0x1fdd2e(this,_0x21785b(0x256),new _0x4f8104[(_0x21785b(0x147))]()),_0x1fdd2e(this,_0x21785b(0x360),this[_0x21785b(0x1d7)][_0x21785b(0x1ff)]()),_0x1fdd2e(this,'unitLoaded$',this[_0x21785b(0x256)]['asObservable']());}[_0x4356c2(0x2f7)](){const _0xbcd4a4=_0x4356c2;super[_0xbcd4a4(0x2f7)](),this[_0xbcd4a4(0x256)][_0xbcd4a4(0x2e6)](),this[_0xbcd4a4(0x1d7)]['complete']();}async[_0x4356c2(0x178)](_0x450fc0,_0x31473c,_0x1bba86){const _0x295039=_0x4356c2;this[_0x295039(0x1d7)][_0x295039(0x214)]({'unitId':_0x450fc0,'type':_0x31473c});let _0x3600d6=null;switch(_0x31473c){case _0x186af2[_0x295039(0xe6)]['UNIVER_SHEET']:_0x3600d6=await this[_0x295039(0xfa)][_0x295039(0x7c)](_0x450fc0,_0x1bba86);break;case _0x186af2[_0x295039(0xe6)][_0x295039(0x1cf)]:_0x3600d6=await this[_0x295039(0xfa)]['loadDoc'](_0x450fc0,_0x1bba86);break;case _0x186af2[_0x295039(0xe6)]['UNIVER_SLIDE']:_0x3600d6=await this[_0x295039(0xfa)][_0x295039(0x320)](_0x450fc0,_0x1bba86);break;case _0x186af2[_0x295039(0xe6)][_0x295039(0x32f)]:_0x3600d6=await this[_0x295039(0xfa)][_0x295039(0x393)](_0x450fc0,_0x1bba86);break;default:this[_0x295039(0x89)][_0x295039(0x16b)](_0x295039(0x15d),_0x295039(0x269));break;}return _0x3600d6&&this[_0x295039(0x256)][_0x295039(0x214)](_0x3600d6),_0x3600d6;}async[_0x4356c2(0x200)](_0xac3c57,_0x484cf8,_0x2962a6){const _0x361445=_0x4356c2;var _0xbe576c;this[_0x361445(0x1d7)][_0x361445(0x214)]({'unitId':_0xac3c57,'type':_0x484cf8,'subUnitId':_0x2962a6});let _0x1605ec=0x0,_0x271b30=await((_0xbe576c=this[_0x361445(0x2a4)])==null?void 0x0:_0xbe576c[_0x361445(0x31c)](_0xac3c57));return _0x271b30&&(_0x271b30[_0x361445(0xb4)]||_0x271b30[_0x361445(0x1d0)][_0x361445(0x14e)]!==0x0)&&(_0x1605ec=_0x271b30['rev']),_0x1605ec===0x0&&this[_0x361445(0x89)][_0x361445(0xc5)](_0x361445(0x15d),_0x361445(0x11f)),this['loadUnitOfRevision'](_0xac3c57,_0x484cf8,_0x1605ec);}};_0x584137=_0x223773([_0x9460ae(0x0,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0x1,(0x0,_0x186af2['Inject'])(_0x164f11[_0x4356c2(0x16d)])),_0x9460ae(0x2,(0x0,_0x186af2[_0x4356c2(0x37d)])(_0x42a910))],_0x584137);let _0x19c64c=class{constructor(_0x2fb2b0,_0x5f5b36,_0x5532b8){const _0x3b5966=_0x4356c2;this[_0x3b5966(0x353)]=_0x2fb2b0,this[_0x3b5966(0x150)]=_0x5f5b36,this['_univerInstanceService']=_0x5532b8,_0x1fdd2e(this,_0x3b5966(0x10d),0x0),_0x1fdd2e(this,_0x3b5966(0x35b),new _0x4f8104[(_0x3b5966(0x147))]()),_0x1fdd2e(this,_0x3b5966(0x274),this['_change$']),_0x1fdd2e(this,_0x3b5966(0x1c7),new Map());}[_0x4356c2(0x72)](_0x16b7d0){const _0x200f75=_0x4356c2;this[_0x200f75(0x10d)]=_0x16b7d0,this[_0x200f75(0x35b)][_0x200f75(0x214)](_0x16b7d0);}['getImageSourceCache'](_0x533c97,_0x13f3b9){const _0x304a78=_0x4356c2;if(_0x13f3b9===_0x1a135e[_0x304a78(0xb8)][_0x304a78(0x2d2)]){let _0x182095=new Image();return _0x182095['src']=_0x533c97,_0x182095;}return this['_imageSourceCache'][_0x304a78(0x217)](_0x533c97);}[_0x4356c2(0x112)](_0x4c8c62,_0x11b9d6,_0xb67c82){const _0x276a50=_0x4356c2;_0x11b9d6===_0x1a135e[_0x276a50(0xb8)][_0x276a50(0x2d2)]||_0xb67c82==null||this[_0x276a50(0x1c7)][_0x276a50(0x25f)](_0x4c8c62,_0xb67c82);}async[_0x4356c2(0x227)](_0x370889){const _0x1046a5=_0x4356c2;try{let _0xe21ee1=this[_0x1046a5(0xad)](this['_getSignURL'](),''+_0x370889),_0x1c55db=(await this[_0x1046a5(0x353)][_0x1046a5(0x217)](_0xe21ee1))[_0x1046a5(0x9d)];if(_0x1c55db[_0x1046a5(0x16b)]&&_0x1c55db['error'][_0x1046a5(0x193)]===_0x53d7dd[_0x1046a5(0x2aa)]['OK']){let _0x4264ba=(0x0,_0x186af2[_0x1046a5(0x340)])(_0x1c55db[_0x1046a5(0x1a9)],this['_getDownloadEndpointURL']());return Promise[_0x1046a5(0x33b)](_0x4264ba);}return Promise['reject'](_0x1c55db[_0x1046a5(0x16b)]);}catch(_0x4c6202){return Promise[_0x1046a5(0x91)](_0x4c6202);}}async[_0x4356c2(0x343)](_0x24e6be){const _0x472b9d=_0x4356c2;let _0x24c759='';if(!_0x1a135e['DRAWING_IMAGE_ALLOW_IMAGE_LIST']['includes'](_0x24e6be[_0x472b9d(0x306)]))return this[_0x472b9d(0x210)](),Promise[_0x472b9d(0x91)](Error(_0x1a135e['ImageUploadStatusType'][_0x472b9d(0x69)]));if(_0x24e6be[_0x472b9d(0x35a)]>(0x0,_0x1a135e[_0x472b9d(0xeb)])())return this['_decreaseWaiting'](),Promise[_0x472b9d(0x91)](Error(_0x1a135e[_0x472b9d(0x87)][_0x472b9d(0x325)]));try{let _0x4bcc75=new FormData();_0x4bcc75['append'](_0x472b9d(0x218),_0x24e6be);let _0x58996e=this[_0x472b9d(0x129)]['getFocusedUnit'](),_0x56e323=_0x58996e==null?void 0x0:_0x58996e[_0x472b9d(0x15f)]();if(!_0x56e323)throw Error('unitId\x20is\x20not\x20found');let _0x4a94fc=this[_0x472b9d(0xc9)]()+_0x472b9d(0x231)+_0x24e6be[_0x472b9d(0x35a)][_0x472b9d(0x179)]()+'&source='+_0x53d7dd['FileSource'][_0x472b9d(0x350)]+'&assign='+encodeURIComponent(_0x56e323),_0x356b47={'body':_0x4bcc75},_0x21e8b9=(await this[_0x472b9d(0x353)][_0x472b9d(0x1bc)](_0x4a94fc,_0x356b47))[_0x472b9d(0x9d)];if(typeof _0x21e8b9[_0x472b9d(0x8f)]!='string')return this['_decreaseWaiting'](),Promise[_0x472b9d(0x91)](Error(_0x1a135e[_0x472b9d(0x87)][_0x472b9d(0x154)]));_0x24c759=_0x21e8b9[_0x472b9d(0x8f)];}catch{return this[_0x472b9d(0x210)](),Promise[_0x472b9d(0x91)](Error(_0x1a135e[_0x472b9d(0x87)]['ERROR_IMAGE']));}return new Promise((_0x57e07e,_0x38fb01)=>{const _0x50f96e=_0x472b9d;let _0xd848a2=new FileReader();_0xd848a2['readAsDataURL'](_0x24e6be),_0xd848a2[_0x50f96e(0x117)]=_0x2f65c5=>{const _0x59f6e6=_0x50f96e;var _0x224ac1;let _0x38ea14=(_0x224ac1=_0x2f65c5['target'])==null?void 0x0:_0x224ac1[_0x59f6e6(0x1d8)];if(_0x38ea14==null){this[_0x59f6e6(0x210)](),_0x38fb01(Error(_0x1a135e['ImageUploadStatusType'][_0x59f6e6(0x154)]));return;}_0x57e07e({'imageId':(0x0,_0x186af2[_0x59f6e6(0x2c3)])(0x6),'imageSourceType':_0x1a135e[_0x59f6e6(0xb8)][_0x59f6e6(0x21b)],'source':_0x24c759,'base64Cache':_0x38ea14,'status':_0x1a135e[_0x59f6e6(0x87)][_0x59f6e6(0x1bb)]}),this[_0x59f6e6(0x210)]();};});}[_0x4356c2(0xc9)](){const _0x18bafb=_0x4356c2;var _0xdf3230;let _0x1493a2=this['_configService'][_0x18bafb(0x2f0)](_0x446dbc);return(_0xdf3230=_0x1493a2==null?void 0x0:_0x1493a2[_0x18bafb(0x2ab)])==null?_0x18bafb(0x1f8):_0xdf3230;}[_0x4356c2(0x6c)](){const _0x1eb49b=_0x4356c2;var _0x391b06;let _0x50a569=this[_0x1eb49b(0x150)][_0x1eb49b(0x2f0)](_0x446dbc);return(_0x391b06=_0x50a569==null?void 0x0:_0x50a569[_0x1eb49b(0x149)])==null?'/universer-api/file/{fileID}/sign-url':_0x391b06;}['_getDownloadEndpointURL'](){const _0x4b3609=_0x4356c2;var _0x5565ec;let _0x4c12c1=this[_0x4b3609(0x150)][_0x4b3609(0x2f0)](_0x446dbc);return(_0x5565ec=_0x4c12c1==null?void 0x0:_0x4c12c1[_0x4b3609(0xd5)])==null?location[_0x4b3609(0x31f)]:_0x5565ec;}['_replaceFileID'](_0x25022e,_0x4ef845){const _0x5f49cc=_0x4356c2;return _0x25022e[_0x5f49cc(0xac)](_0x5f49cc(0x2dd),_0x4ef845);}[_0x4356c2(0x210)](){const _0x5edfab=_0x4356c2;--this[_0x5edfab(0x10d)],this[_0x5edfab(0x35b)][_0x5edfab(0x214)](this[_0x5edfab(0x10d)]);}};_0x19c64c=_0x223773([_0x9460ae(0x0,(0x0,_0x186af2['Inject'])(_0x38ca3a['HTTPService'])),_0x9460ae(0x1,_0x186af2[_0x4356c2(0x2cd)]),_0x9460ae(0x2,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x20c)]))],_0x19c64c);let _0x28d60b=class{constructor(_0x53d722,_0xf6008e){const _0x1b22dd=_0x4356c2;this['_configService']=_0x53d722,this[_0x1b22dd(0x38f)]=_0xf6008e;}['_getAPIPrefixPath'](){const _0x1eb520=_0x4356c2;var _0x1930b9;let _0x504490=this['_configService']['getConfig'](_0x446dbc);return(_0x1930b9=_0x504490==null?void 0x0:_0x504490[_0x1eb520(0x346)])==null?'/universer-api/authz':_0x1930b9;}async['list'](_0x4226e1){const _0x2ee19b=_0x4356c2;let _0x371389=this[_0x2ee19b(0x249)]()+_0x2ee19b(0x176);return{'list':[{'title':_0x2ee19b(0x136),'mentions':(await this['_HTTPService'][_0x2ee19b(0x217)](_0x371389,{'params':{'objectID':_0x4226e1['unitId'],'unitID':_0x4226e1['unitId']}}))['body'][_0x2ee19b(0x18a)][_0x2ee19b(0xff)](_0x195d24=>({'objectId':_0x195d24['id'],'name':_0x195d24[_0x2ee19b(0x287)][_0x2ee19b(0x139)],'metadata':{'icon':_0x195d24[_0x2ee19b(0x287)]['avatar']},'label':_0x195d24[_0x2ee19b(0x287)][_0x2ee19b(0x139)],'objectType':_0x186af2[_0x2ee19b(0x31a)][_0x2ee19b(0x202)]})),'metadata':{},'type':_0x186af2[_0x2ee19b(0x31a)]['PERSON']}]};}};_0x28d60b=_0x223773([_0x9460ae(0x0,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x2cd)])),_0x9460ae(0x1,(0x0,_0x186af2['Inject'])(_0x38ca3a['HTTPService']))],_0x28d60b);let _0x56bc7c=class extends _0x186af2['RxDisposable']{constructor(_0x58c149,_0x38b587,_0x5d3f72,_0x175ecb,_0x13f768){const _0x5df6b5=_0x4356c2;super(),this[_0x5df6b5(0x31b)]=_0x58c149,this[_0x5df6b5(0x129)]=_0x38b587,this[_0x5df6b5(0x11e)]=_0x5d3f72,this['_collaborationSessionService']=_0x175ecb,this[_0x5df6b5(0x255)]=_0x13f768,this[_0x5df6b5(0xd6)](),this['_initCloseConn']();}[_0x4356c2(0x221)](){const _0x23ebb3=_0x4356c2;let _0x58c6fe=async _0x4066d4=>{const _0x459449=_0x364e;(await this[_0x459449(0x153)][_0x459449(0x277)](_0x4066d4))['event$'][_0x459449(0xc2)]((0x0,_0x55072d[_0x459449(0x323)])(_0x1714ed=>_0x1714ed[_0x459449(0x2ed)]===_0x164f11['CollaborationEvent'][_0x459449(0x1fc)]),(0x0,_0x55072d[_0x459449(0x315)])(this[_0x459449(0x345)]))[_0x459449(0x1fe)](_0x49f315=>{const _0x339a0d=_0x459449;let {reason:_0x2592e9}=_0x49f315[_0x339a0d(0x244)];this['_collaborationUIEventService']['emitEvent']({'id':_0x339a0d(0x28b),'data':_0x2592e9}),this['_permissionService'][_0x339a0d(0xdd)](new _0x19a0d0['WorkbookEditablePermission'](_0x4066d4)['id'],!0x1),this['_collaborationSessionService']['closeSession'](_0x4066d4);});};(0x0,_0x4f8104[_0x23ebb3(0x14d)])(this[_0x23ebb3(0x129)][_0x23ebb3(0x108)](_0x186af2[_0x23ebb3(0xe6)][_0x23ebb3(0x2c0)]),this['_univerInstanceService'][_0x23ebb3(0x108)](_0x186af2['UniverInstanceType'][_0x23ebb3(0x1cf)]),this[_0x23ebb3(0x129)]['getTypeOfUnitAdded$'](_0x186af2['UniverInstanceType'][_0x23ebb3(0x32f)]))[_0x23ebb3(0xc2)]((0x0,_0x55072d['map'])(_0x2bf74e=>_0x2bf74e['unit'][_0x23ebb3(0x15f)]()),(0x0,_0x55072d[_0x23ebb3(0x323)])(_0x215819=>!(0x0,_0x186af2[_0x23ebb3(0x2a6)])(_0x215819)),(0x0,_0x55072d[_0x23ebb3(0x315)])(this[_0x23ebb3(0x345)]))[_0x23ebb3(0x1fe)](_0x5c7510=>{_0x58c6fe(_0x5c7510);});}[_0x4356c2(0xd6)](){const _0x2ae51c=_0x4356c2;let _0x51e1fb=async _0x2c6a60=>{const _0x55c97a=_0x364e;let _0x249d61=await this[_0x55c97a(0x153)][_0x55c97a(0x277)](_0x2c6a60),_0xb94efe=this[_0x55c97a(0x31b)][_0x55c97a(0x217)](_0x19a0d0[_0x55c97a(0x267)]);_0x249d61[_0x55c97a(0x21d)][_0x55c97a(0xc2)]((0x0,_0x55072d[_0x55c97a(0x323)])(_0x21ab97=>_0x21ab97[_0x55c97a(0x2ed)]===_0x164f11[_0x55c97a(0x1f7)][_0x55c97a(0x133)]),(0x0,_0x55072d['takeUntil'])(this[_0x55c97a(0x345)]))[_0x55c97a(0x1fe)](_0x2917d3=>{const _0x309b59=_0x55c97a;let {objectId:_0x542ae2}=_0x2917d3[_0x309b59(0x244)];_0x542ae2===_0x2c6a60?_0xb94efe['initWorkbookPermissionChange'](_0x2c6a60):_0xb94efe['refreshPermission'](_0x2c6a60,_0x542ae2);});};(0x0,_0x4f8104[_0x2ae51c(0x14d)])(this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x186af2[_0x2ae51c(0xe6)]['UNIVER_SHEET']))[_0x2ae51c(0xc2)]((0x0,_0x55072d[_0x2ae51c(0xff)])(_0x3a1010=>_0x3a1010[_0x2ae51c(0x1e8)][_0x2ae51c(0x15f)]()),(0x0,_0x55072d['filter'])(_0x37921f=>!(0x0,_0x186af2['isInternalEditorID'])(_0x37921f)),(0x0,_0x55072d['takeUntil'])(this[_0x2ae51c(0x345)]))['subscribe'](_0x281c04=>{_0x51e1fb(_0x281c04);});}};_0x56bc7c=_0x223773([_0x9460ae(0x0,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2['Injector'])),_0x9460ae(0x1,_0x186af2[_0x4356c2(0x20c)]),_0x9460ae(0x2,_0x186af2[_0x4356c2(0x386)]),_0x9460ae(0x3,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x4145e5)),_0x9460ae(0x4,(0x0,_0x186af2['Inject'])(_0x167cb4))],_0x56bc7c);let _0x751228=class{constructor(_0x31f563,_0x5ebeb5){const _0x475650=_0x4356c2;this[_0x475650(0x150)]=_0x31f563,this[_0x475650(0x353)]=_0x5ebeb5;}async[_0x4356c2(0x297)](_0x414907,_0x563fdf){const _0x13fe4a=_0x4356c2;var _0x15ddec;let {unitID:_0x1e7403,type:_0x369a66,revision:_0x4fc799=0x0}=_0x563fdf,_0x11b0ab=this[_0x13fe4a(0x2a9)]()+'/'+_0x369a66+_0x13fe4a(0x21f)+_0x1e7403+'/rev/'+_0x4fc799,_0x3199fe=(await this[_0x13fe4a(0x353)]['get'](_0x11b0ab))['body'],_0x182524=(_0x15ddec=_0x3199fe['snapshot'])==null?void 0x0:_0x15ddec[_0x13fe4a(0x1aa)];if(_0x182524){let _0x27c9c6=_0x182524==null?void 0x0:_0x182524[_0x13fe4a(0x22d)];_0x182524['originalMeta']=_0x164f11[_0x13fe4a(0x1fd)]['encode']((0x0,_0x164f11[_0x13fe4a(0x38e)])(_0x27c9c6)),Object[_0x13fe4a(0x156)](_0x182524[_0x13fe4a(0x2c1)])[_0x13fe4a(0xc1)](([,_0x455e7f])=>{const _0x4ce07f=_0x13fe4a;let _0x25872a=_0x455e7f['originalMeta'];_0x455e7f[_0x4ce07f(0x22d)]=_0x164f11[_0x4ce07f(0x1fd)][_0x4ce07f(0x302)]((0x0,_0x164f11[_0x4ce07f(0x38e)])(_0x25872a));});}return _0x3199fe;}async[_0x4356c2(0x6a)](_0x378ddf,_0x17aa7f){const _0x229a08=_0x4356c2;let {unitID:_0x39757d,type:_0x5bc7a3,blockID:_0x460bc1}=_0x17aa7f,_0x2040d2=this[_0x229a08(0x2fc)]()+'/'+_0x5bc7a3+_0x229a08(0x21f)+_0x39757d+_0x229a08(0x170)+_0x460bc1;return(await this['_httpService'][_0x229a08(0x217)](_0x2040d2))[_0x229a08(0x9d)];}async['getDeserializedSheetBlock'](_0x2e8af3,_0x3fda2c){const _0x369431=_0x4356c2;let {unitID:_0xdc4268,type:_0x50e0b0,blockID:_0x3c4548}=_0x3fda2c,_0x171a50=this[_0x369431(0x2fc)]()+_0x369431(0x170)+_0x50e0b0+_0x369431(0x21f)+_0xdc4268+_0x369431(0x170)+_0x3c4548;return(await this['_httpService'][_0x369431(0x217)](_0x171a50))[_0x369431(0x9d)];}async[_0x4356c2(0x204)](_0x435889,_0x18c7ea){const _0x1e699f=_0x4356c2;let {unitID:_0x43e3c4,type:_0x32565c,from:_0x25c586,to:_0x3a8969}=_0x18c7ea,_0x235f7d=this['_getAPIPrefix']()+'/'+_0x32565c+_0x1e699f(0x21f)+_0x43e3c4+_0x1e699f(0x1db)+_0x25c586+'&to='+_0x3a8969;return(await this[_0x1e699f(0x353)]['get'](_0x235f7d))['body'];}['getSnapshotAPIPath'](){const _0x170010=_0x4356c2;var _0x399562;return(_0x399562=this[_0x170010(0x150)][_0x170010(0x2f0)](_0x170010(0x28d)))==null?this[_0x170010(0x2fc)]():_0x399562;}[_0x4356c2(0x2fc)](){const _0x15b085=_0x4356c2;var _0x1e4d0a;let _0x419986=this['_configService'][_0x15b085(0x2f0)](_0x446dbc);return(_0x1e4d0a=_0x419986==null?void 0x0:_0x419986[_0x15b085(0x270)])==null?_0x15b085(0xa9):_0x1e4d0a;}async[_0x4356c2(0x30f)](_0x43efbb,_0x4a8f08){const _0x4f4955=_0x4356c2;let _0xee0d74=_0x4f4955(0x252)+_0x4a8f08[_0x4f4955(0x306)]+_0x4f4955(0x21f)+_0x4a8f08[_0x4f4955(0x2e0)]+'/resources';return(await this['_httpService'][_0x4f4955(0x217)](_0xee0d74,{'params':{'resourceId':JSON[_0x4f4955(0x23a)](_0x4a8f08[_0x4f4955(0x20d)])}}))[_0x4f4955(0x9d)];}['saveSnapshot'](){const _0x3f135f=_0x4356c2;throw Error(_0x3f135f(0x1c1));}[_0x4356c2(0x292)](){const _0x3e6494=_0x4356c2;throw Error(_0x3e6494(0x1c1));}[_0x4356c2(0x1ae)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x4356c2(0x308)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x4356c2(0x2e8)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}['getLatestCsReqIdBySid'](){const _0x6f43e6=_0x4356c2;throw Error(_0x6f43e6(0x1c1));}};_0x751228=_0x223773([_0x9460ae(0x0,_0x186af2['IConfigService']),_0x9460ae(0x1,(0x0,_0x186af2['Inject'])(_0x38ca3a[_0x4356c2(0x322)]))],_0x751228);let _0x547ef8=class extends _0x186af2['LocalUndoRedoService']{constructor(_0x55274d,_0x3c27eb,_0x28ec40,_0x4313c5,_0x3c5c0f){const _0x216dbe=_0x4356c2;super(_0x55274d,_0x3c27eb,_0x28ec40),this[_0x216dbe(0x390)]=_0x4313c5,this['_logService']=_0x3c5c0f;}[_0x4356c2(0xb9)](_0x12ea4c,_0x3f96c7){const _0xb52d01=_0x4356c2;let _0x4fa783=this[_0xb52d01(0x6e)](_0x12ea4c);if(_0x4fa783)try{let _0x437d15=this['_transformStack'](_0x4fa783,_0x3f96c7);this[_0xb52d01(0x21a)](_0x12ea4c,_0x437d15);}catch(_0x5a7362){this[_0xb52d01(0x89)][_0xb52d01(0x16b)](_0xb52d01(0x224),_0x5a7362),this[_0xb52d01(0x395)](_0x12ea4c);}let _0x11e5fb=this['_getRedoStack'](_0x12ea4c);if(_0x11e5fb)try{let _0x348905=this[_0xb52d01(0x73)](_0x11e5fb,_0x3f96c7);this[_0xb52d01(0x2da)](_0x12ea4c,_0x348905);}catch(_0x5f39d9){this['_logService']['error'](_0x5f39d9),this[_0xb52d01(0x132)](_0x12ea4c);}}[_0x4356c2(0x395)](_0x13ae09){const _0x4b5829=_0x4356c2;let _0x136f4e=this[_0x4b5829(0x6e)](_0x13ae09);_0x136f4e&&(_0x136f4e[_0x4b5829(0x14e)]=0x0,this[_0x4b5829(0xb6)]());}[_0x4356c2(0x132)](_0x4606fc){const _0x5c02d7=_0x4356c2;let _0x2bb601=this['_getRedoStack'](_0x4606fc);_0x2bb601&&(_0x2bb601[_0x5c02d7(0x14e)]=0x0,this[_0x5c02d7(0xb6)]());}[_0x4356c2(0x21a)](_0x57f381,_0x115420){const _0x2fec1a=_0x4356c2;this[_0x2fec1a(0x351)][_0x2fec1a(0x25f)](_0x57f381,_0x115420),this[_0x2fec1a(0xb6)]();}[_0x4356c2(0x2da)](_0x10086,_0x2c74e7){const _0x221c03=_0x4356c2;this[_0x221c03(0x1ac)][_0x221c03(0x25f)](_0x10086,_0x2c74e7),this[_0x221c03(0xb6)]();}[_0x4356c2(0x73)](_0x3f6b9c,_0x4d11d9){const _0x2c5b82=_0x4356c2;let _0x5534dc=[],_0x250d6b=_0x4d11d9,_0x6f50d8=_0x4d11d9;for(let _0x31eccb=_0x3f6b9c[_0x2c5b82(0x14e)]-0x1;_0x31eccb>=0x0;_0x31eccb--){let {unitID:_0x3a2750,undoMutations:_0x504e42,redoMutations:_0x4db8db}=_0x3f6b9c[_0x31eccb],_0x3fb3c5=this[_0x2c5b82(0x390)]['transformMutationsWithChangeset'](_0x250d6b,_0x504e42),_0x516371=this[_0x2c5b82(0x390)][_0x2c5b82(0xdc)](_0x6f50d8,_0x4db8db);if((0x0,_0x164f11['isTransformMutationsWithChangesetFailure'])(_0x3fb3c5)||(0x0,_0x164f11[_0x2c5b82(0xf5)])(_0x516371)){this['_logService'][_0x2c5b82(0x16b)](_0x2c5b82(0x224),'transformStack\x20failed!',_0x3fb3c5,_0x516371);break;}_0x250d6b=_0x3fb3c5[_0x2c5b82(0x13b)],_0x6f50d8=_0x516371['c1Prime'],_0x5534dc[_0x2c5b82(0x265)]({'unitID':_0x3a2750,'undoMutations':_0x3fb3c5[_0x2c5b82(0xd0)],'redoMutations':_0x516371[_0x2c5b82(0xd0)]});}return _0x5534dc['reverse']();}};_0x547ef8=_0x223773([_0x9460ae(0x0,_0x186af2[_0x4356c2(0x20c)]),_0x9460ae(0x1,_0x186af2[_0x4356c2(0x92)]),_0x9460ae(0x2,_0x186af2[_0x4356c2(0x2c4)]),_0x9460ae(0x3,_0x164f11['ITransformService']),_0x9460ae(0x4,_0x186af2[_0x4356c2(0x2a1)])],_0x547ef8);let _0x56e66b=class extends _0x186af2[_0x4356c2(0x34b)]{constructor(_0x4af92a={},_0x2d9adb,_0x5778f7,_0x49a037){const _0x3eb7bd=_0x4356c2;super(),this[_0x3eb7bd(0x34f)]=_0x4af92a,this[_0x3eb7bd(0x89)]=_0x2d9adb,this[_0x3eb7bd(0x31b)]=_0x5778f7,this[_0x3eb7bd(0x150)]=_0x49a037;let {..._0x949761}=(0x0,_0x186af2['merge'])({},_0x55b77a,_0x4af92a);if(!_0x949761[_0x3eb7bd(0x37c)])throw Error(_0x3eb7bd(0x2ac));this[_0x3eb7bd(0x34f)]=_0x949761,this[_0x3eb7bd(0x150)][_0x3eb7bd(0x1a0)](_0x446dbc,_0x949761);}[_0x4356c2(0x191)](){const _0x54bebb=_0x4356c2;this[_0x54bebb(0x22c)](),this['_initDependencies']();}[_0x4356c2(0x22c)](){const _0x24bbe1=_0x4356c2;var _0x4aed0a,_0x47ac19;this['_injector'][_0x24bbe1(0x14f)](_0x186af2[_0x24bbe1(0x1f6)])&&this[_0x24bbe1(0x89)][_0x24bbe1(0x16b)](_0x24bbe1(0x21c),_0x24bbe1(0x36c));let _0x48adc9=(0x0,_0x186af2[_0x24bbe1(0x146)])([[_0x186af2[_0x24bbe1(0x1f6)],{'useClass':_0x547ef8}],[_0x4145e5],[_0x2528bb],[_0x262e41],[_0x3a3e0d],[_0x277dcd],[_0x294775],[_0x56bc7c],[_0x167cb4],[_0x584137],[_0x336497,{'useClass':this[_0x24bbe1(0x34f)][_0x24bbe1(0x37c)]}],[_0x164f11[_0x24bbe1(0x1f5)],{'useClass':_0x751228}],[_0x186af2[_0x24bbe1(0x83)],{'useClass':_0x474919}],[_0x1a135e[_0x24bbe1(0x1a1)],{'useClass':_0x19c64c}],[_0x52783b,{'useClass':_0x36aec2}],[_0x186af2['IMentionIOService'],{'useClass':_0x28d60b}],[_0x4f82e0],[_0x343ba3]],(_0x4aed0a=this[_0x24bbe1(0x34f)])==null?void 0x0:_0x4aed0a['override']);if(!((_0x47ac19=this[_0x24bbe1(0x34f)])!=null&&_0x47ac19['enableSingleActiveInstanceLock'])){let _0x51b9ff=_0x48adc9[_0x24bbe1(0x2f6)](([_0xde3492])=>_0xde3492===_0x3348a1);_0x51b9ff!==-0x1&&_0x48adc9[_0x24bbe1(0x8a)](_0x51b9ff,0x1);}(0x0,_0x186af2[_0x24bbe1(0x196)])(this[_0x24bbe1(0x31b)],_0x48adc9);}[_0x4356c2(0xc4)](){const _0x1b872a=_0x4356c2;var _0x40a6bd,_0x141ccd;if(this[_0x1b872a(0x31b)][_0x1b872a(0x217)](_0x38ca3a[_0x1b872a(0x322)])[_0x1b872a(0x247)]({'priority':0x14,'interceptor':(0x0,_0x38ca3a[_0x1b872a(0x1e4)])({'maxParallel':0x6})}),!((_0x40a6bd=this['_config'])!=null&&_0x40a6bd['enableOfflineEditing'])){var _0x24b6f0;(_0x24b6f0=this[_0x1b872a(0x31b)][_0x1b872a(0x217)](_0x42a910,_0x186af2[_0x1b872a(0x100)]['OPTIONAL']))==null||_0x24b6f0['disableLocalCache']();}(_0x141ccd=this[_0x1b872a(0x34f)])!=null&&_0x141ccd[_0x1b872a(0x17a)]&&(0x0,_0x186af2['touchDependencies'])(this['_injector'],[[_0x3a3e0d]]),(0x0,_0x186af2[_0x1b872a(0x8b)])(this[_0x1b872a(0x31b)],[[_0x277dcd],[_0x4f82e0],[_0x56bc7c]]);}};_0x1fdd2e(_0x56e66b,_0x4356c2(0x285),'UNIVER_COLLABORATION_CLIENT_PLUGIN'),_0x1fdd2e(_0x56e66b,_0x4356c2(0x1f3),_0x4a354b),_0x1fdd2e(_0x56e66b,_0x4356c2(0x299),_0x2aeadb),_0x56e66b=_0x223773([(0x0,_0x186af2[_0x4356c2(0x2c2)])(_0x461bde['UniverLicensePlugin'],_0x164f11[_0x4356c2(0x12b)],_0x38ca3a['UniverNetworkPlugin']),_0x9460ae(0x1,_0x186af2[_0x4356c2(0x2a1)]),_0x9460ae(0x2,(0x0,_0x186af2[_0x4356c2(0x36a)])(_0x186af2[_0x4356c2(0x126)])),_0x9460ae(0x3,_0x186af2[_0x4356c2(0x2cd)])],_0x56e66b),_0x4a9262['AttachmentSourceType']=_0x1826ab,Object['defineProperty'](_0x4a9262,_0x4356c2(0xa7),{'enumerable':!0x0,'get':function(){return _0x474919;}}),Object['defineProperty'](_0x4a9262,_0x4356c2(0x167),{'enumerable':!0x0,'get':function(){return _0x52fc1d;}}),Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x79),{'enumerable':!0x0,'get':function(){return _0x4b42ee;}}),_0x4a9262[_0x4356c2(0x2d3)]=_0x446dbc,Object[_0x4356c2(0xd8)](_0x4a9262,'CollaborationAttachmentIoService',{'enumerable':!0x0,'get':function(){return _0x36aec2;}}),Object['defineProperty'](_0x4a9262,_0x4356c2(0x26c),{'enumerable':!0x0,'get':function(){return _0x4f82e0;}}),Object[_0x4356c2(0xd8)](_0x4a9262,'CollaborationEntity',{'enumerable':!0x0,'get':function(){return _0xf0d3b;}}),Object[_0x4356c2(0xd8)](_0x4a9262,'CollaborationImageIoService',{'enumerable':!0x0,'get':function(){return _0x19c64c;}}),Object['defineProperty'](_0x4a9262,_0x4356c2(0x301),{'enumerable':!0x0,'get':function(){return _0x5a1406;}}),Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x33e),{'enumerable':!0x0,'get':function(){return _0x4145e5;}}),Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x2f3),{'enumerable':!0x0,'get':function(){return _0x10f305;}}),_0x4a9262[_0x4356c2(0x2fd)]=_0x52ffab,_0x4a9262[_0x4356c2(0x28e)]=_0x52f27e,_0x4a9262['CollaborationUIEventService']=_0x167cb4,Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x10b),{'enumerable':!0x0,'get':function(){return _0x547ef8;}}),_0x4a9262[_0x4356c2(0x327)]=_0x294775,Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x38d),{'enumerable':!0x0,'get':function(){return _0x43d275;}}),_0x4a9262[_0x4356c2(0xfe)]=_0x34d797,_0x4a9262[_0x4356c2(0x8e)]=_0x4356c2(0x9a),_0x4a9262[_0x4356c2(0x266)]=_0x4356c2(0x1eb),Object['defineProperty'](_0x4a9262,_0x4356c2(0x13e),{'enumerable':!0x0,'get':function(){return _0x584137;}}),Object[_0x4356c2(0xd8)](_0x4a9262,'DocCollaborationEntity',{'enumerable':!0x0,'get':function(){return _0xe5992c;}}),Object['defineProperty'](_0x4a9262,_0x4356c2(0xf4),{'enumerable':!0x0,'get':function(){return _0x2ed5dd;}}),_0x4a9262[_0x4356c2(0xfc)]=_0x4356c2(0x68),_0x4a9262[_0x4356c2(0xe9)]=_0x4356c2(0x2bc),_0x4a9262['IAttachmentIoService']=_0x52783b,_0x4a9262[_0x4356c2(0x2db)]=_0x336497,_0x4a9262[_0x4356c2(0xf6)]=_0x42a910,_0x4a9262[_0x4356c2(0x2e2)]=_0x563fdb,_0x4a9262[_0x4356c2(0x123)]=_0x3348a1,_0x4a9262[_0x4356c2(0x1a3)]=0x3e8,_0x4a9262[_0x4356c2(0x20e)]='LOCAL_CACHE_INTERVAL',Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x15e),{'enumerable':!0x0,'get':function(){return _0x2528bb;}}),Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x303),{'enumerable':!0x0,'get':function(){return _0x28d60b;}}),Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x14c),{'enumerable':!0x0,'get':function(){return _0x39b8fd;}}),Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x387),{'enumerable':!0x0,'get':function(){return _0x2f432b;}}),_0x4a9262[_0x4356c2(0x160)]=_0x4356c2(0x2a2),_0x4a9262[_0x4356c2(0x37a)]=_0x4356c2(0x216),_0x4a9262[_0x4356c2(0x101)]=_0x35784d,Object[_0x4356c2(0xd8)](_0x4a9262,'SheetCollaborationEntity',{'enumerable':!0x0,'get':function(){return _0xddaf92;}}),Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x341),{'enumerable':!0x0,'get':function(){return _0x262e41;}}),Object['defineProperty'](_0x4a9262,'SnapshotServerOverHTTPService',{'enumerable':!0x0,'get':function(){return _0x751228;}}),Object['defineProperty'](_0x4a9262,'SyncedState',{'enumerable':!0x0,'get':function(){return _0x362a23;}}),_0x4a9262['UnitStatus']=_0x54ef51,Object[_0x4356c2(0xd8)](_0x4a9262,_0x4356c2(0x1b5),{'enumerable':!0x0,'get':function(){return _0x56e66b;}}),_0x4a9262[_0x4356c2(0x339)]=_0x2f5d4b,_0x4a9262[_0x4356c2(0x25d)]=_0x3ea2f7,_0x4a9262[_0x4356c2(0x22a)]=_0x48167a;}));
1
+ function _0x429f(_0x287704,_0x29c3a2){_0x287704=_0x287704-0x1eb;const _0x297a6c=_0x297a();let _0x429f95=_0x297a6c[_0x287704];return _0x429f95;}function _0x297a(){const _0x39a3f4=['authzUrl','buffer','uniscriptRunEvent','url','3440tZJgJw','collabWebSocketUrl','_initUnitPermissionChange','INetworkConditionService','session.room-permission-denied','onTransformIME','CHANGESET_SHOULD_RETRY','newCsEvent','_replayCachedMutations','UUID','_clearUndo','originalMeta','ImageSourceType','fromCharCode','HEARTBEAT_TIMEOUT_KEY','UNIVER_COLLABORATION_CLIENT_PLUGIN','createUniverCollaborationAdapter','values','file','onSendChangeset','getCurrentUser','session.room-not-exists','_remoteChangesetQueue','PSEUDO_FETCH_MISSING_RESULT','_clearHeartbeatTimer','connection\x20error','failed\x20to\x20apply\x20missed\x20changesets!','_showConflictNotification','enableCollaboration','COLLABORATION_CHANGESET_TRANSLATION_REQUIRED','/object/','SUBMIT_CHANGESET_TIMEOUT','[CollaborationSessionService]','some','AWAITING_WITH_PENDING','message$','_sendingTimer','_createInitialStateImpl','sessionStatus$','CombCmd','24636dOvNCt','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','type','ERROR_EXCEED_SIZE','_socket','1.0.0-alpha.3','headers','getLatestCsReqIdBySid','CollaborationEntity','_removeRoom','permissionRejEvent','[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.','createIdentifier','_localCacheService','dispose$','\x20of\x20length\x20','_roomCreated$','socket$','IPermissionService','_socketMessageSubscription','then','COLLABORATION_SESSION_TARGET_UNIT_ID_REQUIRED','delete','toRemote','RETRY_CONNECTING_MAX_COUNT','onRemoteRetry','SUBMIT_CHANGESET','encrypt','awaiting','IConfigService','_getLoginPath','_transitionLocked','members','_unlockTransition','_eventService','_decreaseWaiting','_fetchMissChangesets','ICommandService','length=','toLocal','onSyncEditingCollabCursor','DependentOn','charCodeAt','ICollaborationClientAdapterService','equals','merge','state','_getAPIPrefixPath','CommandType','post','telemetry\x20info\x20is\x20not\x20initialized','_singleActiveUnitService','isTransformMutationsWithChangesetSuccess','hostname','registerDependencies','output','object','_entities','concatMap','getValue','CollaborationImageIoService','cipher\x20output\x20not\x20supported','updatePermissionPoint','_state$','[CollaborationEntity]','filter','@univerjs/sheets','awaiting_with_pending','Plugin','fromCollab','unitLoaded$','AddSlidePageMutation','26762ZpnLQN','snapshot','subarray','_initCloseConn','_snapshotService','change$','byteOffset','c2Prime','resolveWithBasePath','onRemoteAck','every','_initRequestHeader','CollaborationUIEventService','localeService','_resolveSessionIdentity','trim','_toggleOffline','WorkbookEditablePermission','@univerjs-pro/license','listRoles','size','UNIVER_SHEET','textRanges','__Key__','saveImage','getTime','addHandlerCallback','slice','CollaborationSessionService','number','_checkMissing','/new_changes','AwaitingWithPendingState','[OfflineState]:\x20received\x20changeset.','OPTIONAL','getUnit','objects','editingUnit','_memberService','_configService','UniverProSlides','_clearScheduledTask','JOINING','?size=','_substituteUndoStack','_socketService','ErrorCode','LIVESHARE_NEW_HOST','UniverProtocol','/universer-api/authz','_telemetryService','_startCollaboration','DocCollaborationEntity','_onConflict','getInterceptPoints','entries','_collaborationTimeoutTimer','routeKey','_resendTimeout','baseRev','prototype','/universer-api/snapshot','unknown','&source=','firstValueFrom','UniverCollaborationPlugin','ITransformService','open$','FETCH_MISSING','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','createSocket','b64DecodeUnicode','saveChangeset','NEW_CHANGESETS','_executeRemoteChangeset','CHANGESET_ACK','reconnect','ImageUploadStatusType','getMember','ERROR_IMAGE_TYPE','leaveEvent','synced','_unitInfo$','_changesetSessionId','_initDependencies','PendingState','_sessions','deleteCollaborator','expected\x20Uint8Array','_clearCollaborationTimeoutTimer','_snapshotServerService','USERS_LEAVE','range','_sessionChannels','memberID','interceptor','@univerjs-pro/collaboration','getRandomValues','UnitEmbedded','getUploadOptions','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','univer-pro.collaboration-client.network-condition.service','emitEvent','forEach','_docStateChangeManagerService','6219xLrUEp','_applyRemoteChangeset','indexOf','_onConnectionFailed','isView',',\x20got\x20','actions','defineProperty','collaboratorID','_handler','localUnitId','_updateState','docStateChange$','now','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','_init','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','withCredentials','encodeURIComponent','BehaviorSubject','_injector','ERROR_IMAGE','_clearLocalCache','_getRedoStack','Subject','not_collab','JSONX','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','responseType','[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.','/unit/','_status$','UniverProCollaborationClient','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','changeset','SheetTransformSelectionsService','error$','SOCKET_FAILED','list','columnGroups','PERMISSION_REJ','getDrawingImageAllowSize','OTHER_CLIENTS_EDITING','timeoutTimer','CollaborationSession','UniverNetworkPlugin','collaboration-client.config','override','put','listCollaborators','isArray','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','_substituteRedoStack','onload','_isPermissionRej','parseChangesetToProtocol','Optional','COMPRESS_MUTATION_APPLY','OFFLINE','_stopTelemetryCollaborationNewChangeset','send','online$','closeSession','awaitingChangeset','nonceLength','_sendHeartbeat','c1Prime','_collaborationUIEventService','_sender','FETCH_MISS','\x0aCurrent:\x20','objectType','_transformStateCache','ILocalCacheService','unit','_emitMembers','_userManagerService','retryConnectingTimer','localCacheService','SUCCUSS','setCurrentUser','collaboration-client.local-cache-service','max','_createSocket','UniverDrawing','csRejEvent','mapDocumentTypeToUniverInstanceType','Uint8Array','UNISCRIPT_RUN','get','_tryEnsureSocket','_pendingSessions','BoardCollaborationEntity','_onRemoteRetry','unitId','objectActions','LIVESHARE_OPERATION','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','toPrimitive','COMMENT_UPDATE','getCollabEntity','RETRY_CONNECTING_MAX_COUNT_KEY','_clearRedo','getImage','10041560lhWiRu','CollaborationEvent','\x20in\x20_schedule.','transformSelections','textEncoder','_httpService','getResourcesRequest','PENDING','isInternalEditorID','generateRandomId','_transformIMECache','IMentionIOService','hasOwnProperty','@univerjs-pro/slides','DEFAULT_COLLAB_WEB_SOCKET_URL','[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.','onTransformSelections','uploadFileServerUrl','onTransformRemoteChangesetByIMECache','asObservable','call','SetSelectionsOperation','set','_onJoinRoomEvent','init','data','retryConnectingInterval','_tryReconnect','transformUndoRedo','DataLoaderService','appendMutation','map','Rectangle','sid','method','readyForCollab','isTransformChangesetsSuccess','SNAPSHOT_URL_KEY','Inject','toggleOffline','NOT_COLLAB','signUrlServerUrl','@univerjs/docs','HEARTBEAT_TIMEOUT','DocStateChangeManagerService','510AYGmOE','_onRemoteRejected','collaborators','location','_isEchoedAwaitingChangeset','EmptyMutationInfo','[OfflineState]:\x20received\x20acknowledgement.','socketMessageSubscription','subscribe','selections','retryCount','src','capture','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','debug','NO_OTHER_CLIENTS_EDITING','ICollaborationSocketService','deepClone','MoveSlidePageMutation','_schedule','COMPRESS_MUTATION_SEND','getUnitOnRev','push','_getSignURL','ConflictState','_changesetReqId','DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','cannot\x20encrypt()\x20twice\x20with\x20same\x20key\x20+\x20nonce','_joinRoom','\x0aAfter:\x20','univer-pro.collaboration-client.single-active-unit-service','_collaborationPaused','_getDownloadEndpointURL','_clearRetryConnectingTimer','requestParams','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY','USERS_ENTER','_members','patch','duration','aes/pkcs7:\x20wrong\x20padding','offline','joinRsp','workbook','[UniverCollaborationClientPlugin]','stringify','/universer-api/file/{fileID}/sign-url','_compressMutationService','_pendingMutations','_collabSessionService','_getCtorByUniverInstanceType','_univerInstanceService','/resources','enableOfflineEditing','_incrementRevisionNumber','IImageIoService','_acknowledgeAwaiting','[OfflineState]:\x20received\x20rejection.','startTime','LIVESHARE_FETCH_OPERATIONS','_identity','_createInitialState','399AyiQvS','onRemoteRej','close$','DisposableCollection','onMissedChangesetFetched','HEARTBEAT_INTERVAL_KEY','transformChangesets','touchDependencies','UniverProLicense','pending','_collaborationSessionService','getConfig','RichTextEditingMutation','[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.','7gqYigk','_clearTimeoutTimer','version','onRemoteChangeset','LIVESHARE_REQUEST_HOST','_sheetTransformSelectionsService','_toggleOnline','MSG_FOR_ERROR','_change$','&to=','UNIVER_DOC','getMemberID','shareReplay','csShouldRetryEvent','InsertSheetMutation','saveSheetBlock','HTTPService','UPDATE_CURSOR','uuidv4','_syncEditingCollabCursor','_registerDependencies','[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.','complex\x20overlap\x20of\x20input\x20and\x20output\x20is\x20not\x20supported','isTransformMutationsWithChangesetFailure','resourceIDs','SessionStatus','IUndoRedoService','aec/(cbc-ecb):\x20unpadded\x20plaintext\x20with\x20disabled\x20padding','mergeOverrideWithDependencies','unitID','ISnapshotServerService','backupOfflineData','toDisposable','SHOULD_CLOSE_CONN','COLLABORATION_ENDPOINT_INVALID','invalid\x20output,\x20must\x20be\x20aligned','next','fetchThroughInterceptors','_permissionService','liveShareNewHost','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','getDeserializedSheetBlock','updateMember','fetching\x20missing\x20changesets\x20from\x20','_redoStacks','/allowed','collaMsg','_startTelemetryCollaborationNewChangeset','iterator','onCommentUpdate','onMutationExecutedForCollab','has','/universer-api/user/session-ticket','executeCommand','fetchMiss','_disableEditing','FileSource','catch','SheetCollaborationEntity','getCfgEnableObjInherit','readAsDataURL','origin','MentionIoHttpService','reqId','ILogService','11033121JAksJP','DRAWING_IMAGE_ALLOW_IMAGE_LIST','Injector','\x20-\x20','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','target','LEAVE','UniverLicensePlugin','_updateStatus','findIndex','onMissingChangesets','CollaborationSocketService','onTransformRemoteChangesetByStateCache','disableLocalCache','number\x20expected,\x20got\x20','waitForRoom$','_adapter','status$','members$','loadSlide','SnapshotServerOverHTTPService','INGEST','UniverCollaborationClientPlugin','clear','createCollaborator','OTHER_CLIENT_EDITING','_transformRemoteChangesetByIMECache','RemoveSlidePageMutation','\x22output\x22\x20expected\x20Uint8Array\x20of\x20length\x20','onLocalMutation','upload','encode','_sessionStatus$','isCompositionEnd','_resendWithTimeout','registerHTTPInterceptor','Disposable','update','symbol','decorate','error','getSnapshotAPIPath','sendHeartbeatTimer','_submitChangeset','copyFileMeta','_undoStacks','_lockTransition','getTypeOfUnitDisposed$','UserManagerService','avatar','_revisionService','revision','getOwnPropertyDescriptor','csAckEvent','mutations','unitInfo$','RevisionService','getCurrentRevOfUnit','loginUrlKey','_getSocketChannel','_unitLoaded$','dispose','_cfgEnableObjInherit','_getCurrentRevision','close','session','getUnitId','GLOBAL_ROOMS_CNT_EXCEEDS','/universer-api/comb','name','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','MentionType','string','IContextService','getSheetId','exports','LocaleService','OfflineState','_scheduleCompleteTimestamp','changesets','_waitForHeartbeatResponse','[CollaborationSessionService]:\x20socket\x20error','transformMutationsWithChangeset','disposeWithMe','_networkConditionService','loadOfflineData','endpointKey','_onFetchMissResult','MergeInterceptorFactory','attachment','CHANGESET_REJ','getCurrentSelections','take','getRoom','getTypeOfUnitAdded$','socketService','JOIN_ROOM_FULL','_exhaustRemoteChangesetQueue','ONLINE','operators','[CollaborationSession]','Error\x20on\x20receiving\x20event','SOCKET_FAILED_RETRY','roles','UniverInstanceType','saveSnapshot','cmd','UniverProCollaboration','FileId','title','conflict','JOIN','_hasSessionsForEndpoint','m2Prime','compose','EnsureSlideMasterPageMutation','byteLength','_updateLocalCache','univer-pro.collaboration-client-adapter-service','socket\x20open.','x-univer-host','code','collabSubmitChangesetUrl','shouldCloseConn','_getAPIPrefix','body','maxSize','&assign=','tables','missingChangesets',',\x20got:\x20','ws://127.0.0.1:8000/universer-api/comb/connect','_getConfig','URL','[SyncedState]:\x20received\x20acknowledgement.','resolveUnit','setWaitCount','params','_telemetryInfo','RxDisposable','startsWith','SheetsSelectionsService','_HTTPService','reject','/universer-api/stream/file/upload','fetch_missing','loadSheet','accept','allowed','key','loadUnitOfRevision','ISocketService','min','LocalUndoRedoService','CLOSE_ROOM','_waitCount','_entityInit$','CmdRspCode','ISingleActiveUnitService','_members$','pluginName','toggleOnline','IDLE','JOIN_ROOM_NOT_EXISTS','positive\x20integer\x20expected,\x20got\x20','_getUploadFileURL','_commentUpdate$','sort','JOIN_ROOM_FAILED','\x22aes\x20key\x22\x20expected\x20Uint8Array\x20of\x20length\x2016/24/32,\x20got\x20length=','crypto','PERSON','takeUntil','UNIVER_BASE','[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.','/object','eventID','getUnitStatus$','6795876TMMjoO','ITelemetryService','UNIVER_SLIDE','string\x20expected','_getUndoStack','AwaitingState','IUniverInstanceService','_maxTotalRetryTimeout','UPDATE_PERMISSION_OBJ','[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!','POST','FetchingMissState','[DataLoaderService]','base-ui.attachment-io.service','_transformService','BaseCollaborationEntity','stopTime','_transformAndApplyRemoteChangeset','_onUserJoin','parse','socket\x20close','[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!','candidateSocket','_instanceService','type=','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','unsubscribe','find','getUnitType','incrementRevOfUnit','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','onStateChange','setShowComponents','/-/object/-/batch_allowed','constructor','_onConnectionOpen','_handlerCallback','PERMISSION_DENIED','_commandService','updateCursorEvent','putCollaborators','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','loadDoc','AWAITING','/universer-api/snapshot/','parseProtocolChangeset','getAllMembers','removeMember','403382IcTQAA','isPermissionRej','_onLocalMutation','subject','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','setCfgEnableObjInherit','_commentService','onTransformState','onlyLocal','CollaborationStatus','socketReady','text-x','_awaitingChangeset','_resendTimer','_createHandler','updateSnapshot','delay','@univerjs-pro/collaboration-client','focused$','_onRemoteACK','_logService','_replaceFileID','createInstance','_config','function','_onRecvEvent','getFocusedUnit','Wrong\x20sbox\x20length','_type','_acknowledgeAwaitingIfReady','_createSession','unitType','UNIVER_BOARD','href','initWorkbookPermissionChange','includes','/fetchmissing?from=','/rev/','HEARTBEAT','JOIN_ROOM_PERMISSION_DENIED','_roomMembers','session.join-failed','Quantity','saveAttachment','_onCombEvent','_getSendChangesetTimeout','_rescheduleHeartbeat','getGlobalObject','sendChangesetTimeout','CollaborationAttachmentIoService','univer-pro.collaboration-client-socket-service','commentUpdate$','unitId\x20is\x20not\x20found','downloadEndpointUrl','_state','aes-(cbc/ecb).decrypt\x20ciphertext\x20should\x20consist\x20of\x20blocks\x20with\x20size\x2016','deserializeToCombResponse','pipe','updateOfflineData','_imageSourceCache','add','_onMessage','@univerjs/network','append','/collaborator','BYTES_PER_ELEMENT','[DocCollaborationEntity]:\x20DocStateChangeManagerService\x20is\x20required.\x20Register\x20UniverDocsPlugin\x20before\x20collaboration.','requireSession','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','People','endpoint','endsWith','_transformStack','BASE64','subUnitId','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','from','CONFLICT','_transformSelections','_queuedRemoteChangesets','_throwTelemetryCollaborationNewChangeset','_localeService','unit-cache-','DEFAULT_FILE_NAME','loadUnit','reduce','resend','RECV','IAttachmentIoService','_onOffline','_scheduleCollaborationTimeoutTimer','_upload','UniverCore','LIVESHARE_TERMINATE','rxjs','@univerjs/telemetry','crypto.getRandomValues\x20must\x20be\x20defined','sessionStatus','state$','create','_onUserLeave','fetchMissingChangesets','batchAllowed','CommentService','_handleRemoteChangesets','HEARTBEAT_INTERVAL','joinEvent','status','getSheetBlock','_shouldReportTelemetry','result','decrypt','?url=','length','@univerjs/protocol','_acknowledgedAwaitingRevision','fill','UniverDocs','editing\x20status\x20changed\x20to','MUTATION','IAuthzIoService','pauseCollaboration','_onRemoteChangeset','action','floor','/block/','event$','[CollaborationUndoRedoService]','[PendingState]:\x20received\x20rejection.','HELLO','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','_event$','objectID','SYNCED','complete','UniverTelemetry','CompressMutationService','SlideCollaborationEntity','_socketChannels'];_0x297a=function(){return _0x39a3f4;};return _0x297a();}(function(_0xb67bee,_0x47373a){const _0x4fb283=_0x429f,_0x24cb72=_0xb67bee();while(!![]){try{const _0x2c0a40=parseInt(_0x4fb283(0x41d))/0x1+-parseInt(_0x4fb283(0x51c))/0x2*(-parseInt(_0x4fb283(0x2ec))/0x3)+-parseInt(_0x4fb283(0x3ed))/0x4+parseInt(_0x4fb283(0x2ae))/0x5*(parseInt(_0x4fb283(0x4d4))/0x6)+parseInt(_0x4fb283(0x2fa))/0x7*(parseInt(_0x4fb283(0x281))/0x8)+parseInt(_0x4fb283(0x219))/0x9*(-parseInt(_0x4fb283(0x4ac))/0xa)+-parseInt(_0x4fb283(0x33b))/0xb;if(_0x2c0a40===_0x47373a)break;else _0x24cb72['push'](_0x24cb72['shift']());}catch(_0x2ce77c){_0x24cb72['push'](_0x24cb72['shift']());}}}(_0x297a,0xdff82),function(_0x1764f2,_0x3bbe93){const _0x20cb96=_0x429f;typeof exports=='object'&&typeof module<'u'?_0x3bbe93(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==_0x20cb96(0x435)&&define['amd']?define([_0x20cb96(0x386),_0x20cb96(0x210),'@univerjs/core',_0x20cb96(0x2ab),_0x20cb96(0x516),_0x20cb96(0x47b),_0x20cb96(0x48f),_0x20cb96(0x47c),'rxjs/operators',_0x20cb96(0x28e),_0x20cb96(0x45b),_0x20cb96(0x52e),'@univerjs/drawing'],_0x3bbe93):(_0x1764f2=typeof globalThis<'u'?globalThis:_0x1764f2||self,_0x3bbe93(_0x1764f2[_0x20cb96(0x239)]={},_0x1764f2[_0x20cb96(0x3a6)],_0x1764f2[_0x20cb96(0x479)],_0x1764f2[_0x20cb96(0x492)],_0x1764f2['UniverSheets'],_0x1764f2[_0x20cb96(0x47b)],_0x1764f2[_0x20cb96(0x54c)],_0x1764f2[_0x20cb96(0x4a4)],_0x1764f2[_0x20cb96(0x47b)][_0x20cb96(0x39e)],_0x1764f2[_0x20cb96(0x544)],_0x1764f2['UniverNetwork'],_0x1764f2[_0x20cb96(0x2f4)],_0x1764f2[_0x20cb96(0x26d)]));}(this,function(_0x285584,_0xdffdbc,_0x5d4a9c,_0x2d7ee3,_0x35e648,_0x1090a1,_0x2a2edc,_0x157a44,_0x39586e,_0xb29aca,_0x1405b7,_0x11b136,_0x2f17bc){const _0x4f02e5=_0x429f;Object['defineProperty'](_0x285584,Symbol['toStringTag'],{'value':'Module'});let _0x165ad1=_0x4f02e5(0x247),_0x146cb0={},_0x38d0fe=_0x4f02e5(0x3be),_0x37056b=0x4e20;function _0x70877(_0x25e612){const _0x42c5ab=_0x4f02e5;return JSON[_0x42c5ab(0x2db)](_0x25e612)['length'];}function _0x3ef2e0(_0x39272d){'@babel/helpers - typeof';const _0x1f9b65=_0x4f02e5;return _0x3ef2e0=typeof Symbol==_0x1f9b65(0x435)&&typeof Symbol[_0x1f9b65(0x32a)]==_0x1f9b65(0x361)?function(_0x10766d){return typeof _0x10766d;}:function(_0x4f6a38){const _0x57068e=_0x1f9b65;return _0x4f6a38&&typeof Symbol==_0x57068e(0x435)&&_0x4f6a38[_0x57068e(0x40f)]===Symbol&&_0x4f6a38!==Symbol[_0x57068e(0x1ec)]?_0x57068e(0x361):typeof _0x4f6a38;},_0x3ef2e0(_0x39272d);}function _0x3f9021(_0x555e0b,_0x31e760){const _0x263173=_0x4f02e5;if(_0x3ef2e0(_0x555e0b)!=_0x263173(0x50c)||!_0x555e0b)return _0x555e0b;var _0x5ab747=_0x555e0b[Symbol[_0x263173(0x27b)]];if(_0x5ab747!==void 0x0){var _0x2a4bee=_0x5ab747[_0x263173(0x295)](_0x555e0b,_0x31e760||'default');if(_0x3ef2e0(_0x2a4bee)!=_0x263173(0x50c))return _0x2a4bee;throw TypeError(_0x263173(0x322));}return(_0x31e760===_0x263173(0x383)?String:Number)(_0x555e0b);}function _0x5a4807(_0x2466e6){const _0x4d483b=_0x4f02e5;var _0x49d9ec=_0x3f9021(_0x2466e6,_0x4d483b(0x383));return _0x3ef2e0(_0x49d9ec)==_0x4d483b(0x361)?_0x49d9ec:_0x49d9ec+'';}function _0xef01a1(_0x2fc986,_0x142245,_0x231ab6){const _0x5da047=_0x4f02e5;return(_0x142245=_0x5a4807(_0x142245))in _0x2fc986?Object[_0x5da047(0x220)](_0x2fc986,_0x142245,{'value':_0x231ab6,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2fc986[_0x142245]=_0x231ab6,_0x2fc986;}let _0x3a4fbe=function(_0x59f2f6){const _0x453363=_0x4f02e5;return _0x59f2f6['OTHER_CLIENT_EDITING']=_0x453363(0x354),_0x59f2f6[_0x453363(0x412)]=_0x453363(0x412),_0x59f2f6[_0x453363(0x46a)]='CONFLICT',_0x59f2f6['CLOSE_ROOM']=_0x453363(0x3d5),_0x59f2f6[_0x453363(0x3e3)]=_0x453363(0x3e3),_0x59f2f6[_0x453363(0x3a1)]=_0x453363(0x3a1),_0x59f2f6[_0x453363(0x23e)]=_0x453363(0x23e),_0x59f2f6[_0x453363(0x4cb)]=_0x453363(0x4cb),_0x59f2f6;}({});var _0xaaa1eb=class{constructor(){const _0x38275f=_0x4f02e5;_0xef01a1(this,'_event$',new _0x1090a1[(_0x38275f(0x231))]()),_0xef01a1(this,_0x38275f(0x49b),this[_0x38275f(0x4a0)]['asObservable']());}[_0x4f02e5(0x216)](_0x204027){const _0x2361af=_0x4f02e5;this['_event$'][_0x2361af(0x31e)](_0x204027);}},_0x33d67b=class{constructor(){const _0x3b48b2=_0x4f02e5;_0xef01a1(this,'_commentUpdate$',new _0x1090a1[(_0x3b48b2(0x231))]()),_0xef01a1(this,_0x3b48b2(0x450),this[_0x3b48b2(0x3e1)][_0x3b48b2(0x294)]());}[_0x4f02e5(0x32b)](_0x14bbb7){const _0x1d776f=_0x4f02e5;this[_0x1d776f(0x3e1)][_0x1d776f(0x31e)](_0x14bbb7);}};function _0x2f2fb0(_0x45dbcc,_0x1b5e1f){return function(_0x2e603c,_0x5a0651){_0x1b5e1f(_0x2e603c,_0x5a0651,_0x45dbcc);};}function _0x411a83(_0xd645c0,_0xf34a58,_0x56293a,_0x356462){const _0x2464ac=_0x4f02e5;var _0x2d7778=arguments[_0x2464ac(0x48e)],_0x2d3dd9=_0x2d7778<0x3?_0xf34a58:_0x356462===null?_0x356462=Object[_0x2464ac(0x36f)](_0xf34a58,_0x56293a):_0x356462,_0x303803;if(typeof Reflect==_0x2464ac(0x50c)&&typeof Reflect[_0x2464ac(0x362)]=='function')_0x2d3dd9=Reflect[_0x2464ac(0x362)](_0xd645c0,_0xf34a58,_0x56293a,_0x356462);else{for(var _0x435105=_0xd645c0[_0x2464ac(0x48e)]-0x1;_0x435105>=0x0;_0x435105--)(_0x303803=_0xd645c0[_0x435105])&&(_0x2d3dd9=(_0x2d7778<0x3?_0x303803(_0x2d3dd9):_0x2d7778>0x3?_0x303803(_0xf34a58,_0x56293a,_0x2d3dd9):_0x303803(_0xf34a58,_0x56293a))||_0x2d3dd9);}return _0x2d7778>0x3&&_0x2d3dd9&&Object[_0x2464ac(0x220)](_0xf34a58,_0x56293a,_0x2d3dd9),_0x2d3dd9;}let _0x41fab1=class extends _0x5d4a9c[_0x4f02e5(0x35f)]{constructor(_0x262f88,_0x2b19f6){const _0x38c749=_0x4f02e5;super(),this[_0x38c749(0x2e1)]=_0x262f88,this['_userManagerService']=_0x2b19f6,_0xef01a1(this,_0x38c749(0x445),new Map()),_0xef01a1(this,'_roomCreated$',new _0x1090a1[(_0x38c749(0x231))]()),this[_0x38c749(0x38e)]((0x0,_0x1090a1[_0x38c749(0x501)])(this[_0x38c749(0x2e1)][_0x38c749(0x36a)](_0x5d4a9c['UniverInstanceType']['UNIVER_SHEET'])[_0x38c749(0x456)]((0x0,_0x39586e[_0x38c749(0x2a0)])(_0xdf8fd0=>_0xdf8fd0[_0x38c749(0x37d)]())),this['_univerInstanceService'][_0x38c749(0x36a)](_0x5d4a9c[_0x38c749(0x3a3)][_0x38c749(0x304)])['pipe']((0x0,_0x39586e[_0x38c749(0x2a0)])(_0x21d244=>_0x21d244[_0x38c749(0x37d)]())),this[_0x38c749(0x2e1)][_0x38c749(0x36a)](_0x5d4a9c[_0x38c749(0x3a3)][_0x38c749(0x43d)])['pipe']((0x0,_0x39586e[_0x38c749(0x2a0)])(_0x1ecff4=>_0x1ecff4[_0x38c749(0x37d)]())),this[_0x38c749(0x2e1)]['getTypeOfUnitDisposed$'](_0x5d4a9c[_0x38c749(0x3a3)][_0x38c749(0x3e8)])['pipe']((0x0,_0x39586e['map'])(_0x220923=>_0x220923[_0x38c749(0x37d)]())))[_0x38c749(0x2b6)](_0x3df60a=>this[_0x38c749(0x4dd)](_0x3df60a)));}[_0x4f02e5(0x34a)](_0x1c3ee9){const _0x721053=_0x4f02e5;return this[_0x721053(0x445)][_0x721053(0x32d)](_0x1c3ee9)?(0x0,_0x1090a1['of'])(this['_roomMembers'][_0x721053(0x272)](_0x1c3ee9)):this['_roomCreated$']['pipe']((0x0,_0x39586e['map'])(_0x26b5e5=>{const _0x15dc1e=_0x721053;if(_0x26b5e5===_0x1c3ee9)return this[_0x15dc1e(0x445)]['get'](_0x26b5e5);}));}[_0x4f02e5(0x269)](_0x11d69f){const _0x234869=_0x4f02e5;this['_userManagerService'][_0x234869(0x269)](_0x11d69f);}[_0x4f02e5(0x4c0)](){const _0x124c38=_0x4f02e5;return this[_0x124c38(0x265)]['getCurrentUser']();}[_0x4f02e5(0x324)](_0x307ffb,_0x16e3c0){const _0x3ddaa8=_0x4f02e5;let _0x10e1f0=this['_roomMembers'][_0x3ddaa8(0x272)](_0x307ffb);_0x10e1f0||(_0x10e1f0=new _0x2eca08(),this[_0x3ddaa8(0x445)]['set'](_0x307ffb,_0x10e1f0),this['_roomCreated$'][_0x3ddaa8(0x31e)](_0x307ffb)),_0x10e1f0['updateMember'](_0x16e3c0);}[_0x4f02e5(0x41c)](_0x3cb14e,_0x59b941){const _0x164f34=_0x4f02e5;let _0xb75480=this[_0x164f34(0x445)]['get'](_0x3cb14e);_0xb75480&&_0xb75480[_0x164f34(0x41c)](_0x59b941);}[_0x4f02e5(0x398)](_0x4b4a37){const _0x22b851=_0x4f02e5;return this[_0x22b851(0x445)][_0x22b851(0x272)](_0x4b4a37);}[_0x4f02e5(0x1fe)](_0xc184c6,_0x22bee3){const _0x94e8d4=_0x4f02e5;let _0x1da1c4=this[_0x94e8d4(0x445)][_0x94e8d4(0x272)](_0xc184c6);if(_0x1da1c4)return _0x1da1c4[_0x94e8d4(0x1fe)](_0x22bee3);}[_0x4f02e5(0x4dd)](_0xafc6f){const _0x47191b=_0x4f02e5;let _0x230aa6=this[_0x47191b(0x445)][_0x47191b(0x272)](_0xafc6f);_0x230aa6&&(_0x230aa6[_0x47191b(0x378)](),this['_roomMembers'][_0x47191b(0x4ea)](_0xafc6f));}[_0x4f02e5(0x378)](){const _0x4e3541=_0x4f02e5;this[_0x4e3541(0x445)][_0x4e3541(0x217)](_0x4dfdab=>_0x4dfdab['dispose']()),this[_0x4e3541(0x445)][_0x4e3541(0x352)](),this[_0x4e3541(0x4e4)]['complete']();}};_0x41fab1=_0x411a83([_0x2f2fb0(0x0,_0x5d4a9c[_0x4f02e5(0x3f3)]),_0x2f2fb0(0x1,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x36b)]))],_0x41fab1);var _0x2eca08=class extends _0x5d4a9c['Disposable']{constructor(..._0x353cfe){const _0x2e7bb6=_0x4f02e5;super(..._0x353cfe),_0xef01a1(this,_0x2e7bb6(0x2d3),new Map()),_0xef01a1(this,'_members$',new _0x1090a1['BehaviorSubject'](this[_0x2e7bb6(0x2d3)])),_0xef01a1(this,_0x2e7bb6(0x34d),this[_0x2e7bb6(0x3da)][_0x2e7bb6(0x294)]());}['dispose'](){const _0x182943=_0x4f02e5;this[_0x182943(0x2d3)]['clear'](),this['_members$']['complete']();}['updateMember'](_0x524e9e){const _0x30f847=_0x4f02e5;this[_0x30f847(0x2d3)][_0x30f847(0x297)](_0x524e9e[_0x30f847(0x20e)],_0x524e9e),this[_0x30f847(0x264)]();}[_0x4f02e5(0x41c)](_0x5cc499){const _0x34f5fc=_0x4f02e5;this[_0x34f5fc(0x2d3)][_0x34f5fc(0x4ea)](_0x5cc499),this[_0x34f5fc(0x264)]();}[_0x4f02e5(0x1fe)](_0x2536e7){return this['_members']['get'](_0x2536e7);}[_0x4f02e5(0x41b)](){const _0xf87b75=_0x4f02e5;return Array[_0xf87b75(0x469)](this[_0xf87b75(0x2d3)][_0xf87b75(0x4bd)]());}[_0x4f02e5(0x264)](){const _0x4789ad=_0x4f02e5;this['_members$'][_0x4789ad(0x31e)](this[_0x4789ad(0x2d3)]);}};function _0x454d76(_0x3a061c,_0x5bf7d0){const _0x16c81e=_0x4f02e5;if(_0x4b7162(_0x3a061c))return _0x5bf7d0;if(_0x5bf7d0[_0x16c81e(0x3eb)]===_0xdffdbc[_0x16c81e(0x282)][_0x16c81e(0x4ee)]){var _0x785e9a;let _0x282589=_0x2b4966(_0x3a061c),_0x18177b=_0x5bf7d0;return{..._0x18177b,'data':{..._0x18177b[_0x16c81e(0x29a)],'unitID':_0x3a061c['target'][_0x16c81e(0x277)],'unitType':(_0x785e9a=_0x3a061c[_0x16c81e(0x340)]['unitType'])==null?_0x18177b[_0x16c81e(0x29a)][_0x16c81e(0x43c)]:_0x785e9a,'changeset':_0x282589[_0x16c81e(0x4eb)](_0x18177b[_0x16c81e(0x29a)][_0x16c81e(0x23b)],_0xbbdc91(_0x3a061c))}};}if(_0x5bf7d0[_0x16c81e(0x3eb)]===_0xdffdbc[_0x16c81e(0x282)][_0x16c81e(0x1f4)]){var _0xbe79a3;let _0x23731a=_0x5bf7d0;return{..._0x23731a,'data':{..._0x23731a[_0x16c81e(0x29a)],'unitID':_0x3a061c['target']['unitId'],'unitType':(_0xbe79a3=_0x3a061c['target'][_0x16c81e(0x43c)])==null?_0x23731a['data'][_0x16c81e(0x43c)]:_0xbe79a3}};}return _0x5bf7d0;}function _0x5615ac(_0x41c7e0,_0x22c8d0){const _0x44b604=_0x4f02e5;if(_0x4b7162(_0x41c7e0))return[_0x22c8d0];switch(_0x22c8d0[_0x44b604(0x3eb)]){case _0xdffdbc[_0x44b604(0x282)][_0x44b604(0x1f9)]:return[_0x33364b(_0x41c7e0,_0x22c8d0)];case _0xdffdbc['CollaborationEvent'][_0x44b604(0x4c3)]:return[_0x3fdda6(_0x41c7e0,_0x22c8d0)];case _0xdffdbc[_0x44b604(0x282)][_0x44b604(0x4b2)]:return[_0x1ed1b8(_0x41c7e0,_0x22c8d0)];default:return[_0x22c8d0];}}function _0x4b7162(_0xfd8eb8){const _0x1f6044=_0x4f02e5;return _0xfd8eb8[_0x1f6044(0x340)]['endpoint']==null&&_0xfd8eb8[_0x1f6044(0x340)][_0x1f6044(0x277)]===_0xfd8eb8[_0x1f6044(0x223)]&&!_0xfd8eb8[_0x1f6044(0x23b)];}function _0x33364b(_0x406881,_0x467fae){const _0x11d352=_0x4f02e5;return{..._0x467fae,'data':(0x0,_0xdffdbc[_0x11d352(0x250)])(_0x327ff7(_0x406881,(0x0,_0xdffdbc['parseProtocolChangeset'])(_0x467fae[_0x11d352(0x29a)])))};}function _0x1ed1b8(_0x641b3b,_0x169e4e){const _0x7f789=_0x4f02e5;return{..._0x169e4e,'data':_0x327ff7(_0x641b3b,_0x169e4e[_0x7f789(0x29a)])};}function _0x3fdda6(_0x1fb55b,_0x2debe7){const _0x44d9a8=_0x4f02e5;let _0x1fe2f4=_0x2debe7['data'];return{..._0x2debe7,'data':{..._0x1fe2f4,'changesets':_0x1fe2f4['changesets'][_0x44d9a8(0x2a0)](_0x56cf79=>(0x0,_0xdffdbc['parseChangesetToProtocol'])(_0x327ff7(_0x1fb55b,(0x0,_0xdffdbc[_0x44d9a8(0x41a)])(_0x56cf79))))}};}function _0x327ff7(_0x138edd,_0x2c328c){const _0x58c200=_0x4f02e5;return _0x2b4966(_0x138edd)[_0x58c200(0x4fb)](_0x2c328c,_0xbbdc91(_0x138edd));}function _0x2b4966(_0x422988){const _0x156822=_0x4f02e5;if(!_0x422988[_0x156822(0x23b)])throw Error(_0x156822(0x4c9));return _0x422988['changeset'];}function _0xbbdc91(_0xdb1977){const _0x56eeb0=_0x4f02e5;return{'localUnitId':_0xdb1977[_0x56eeb0(0x223)],'unitType':_0xdb1977['unitType'],'target':_0xdb1977['target']};}let _0x3e9f1e=function(_0x5de6ed){const _0x5e46fe=_0x4f02e5;return _0x5de6ed[_0x5de6ed[_0x5e46fe(0x3dd)]=0x0]=_0x5e46fe(0x3dd),_0x5de6ed[_0x5de6ed['JOINING']=0x1]=_0x5e46fe(0x546),_0x5de6ed[_0x5de6ed[_0x5e46fe(0x253)]=0x2]=_0x5e46fe(0x253),_0x5de6ed[_0x5de6ed[_0x5e46fe(0x39d)]=0x3]='ONLINE',_0x5de6ed;}({}),_0x42325f={[_0x2a2edc[_0x4f02e5(0x3d8)]['FAIL']]:_0x4f02e5(0x446),[_0x2a2edc[_0x4f02e5(0x3d8)][_0x4f02e5(0x39b)]]:'session.room-full',[_0x2a2edc[_0x4f02e5(0x3d8)][_0x4f02e5(0x3de)]]:_0x4f02e5(0x4c1),[_0x2a2edc[_0x4f02e5(0x3d8)][_0x4f02e5(0x444)]]:_0x4f02e5(0x4b0),[_0x2a2edc[_0x4f02e5(0x3d8)][_0x4f02e5(0x37e)]]:'session.room-cnt-exceeds'},_0x11d6a7=class extends _0x5d4a9c['RxDisposable']{get[_0x4f02e5(0x47e)](){const _0x3943ec=_0x4f02e5;return this[_0x3943ec(0x35b)]['getValue']();}constructor(_0x203892,_0x491940,_0x507738,_0x4288a2,_0x48eced,_0x56c30a,_0x9d6eb,_0xf88fec){const _0x2fe808=_0x4f02e5;super(),this[_0x2fe808(0x2ea)]=_0x203892,this['_logService']=_0x507738,this[_0x2fe808(0x543)]=_0x4288a2,this[_0x2fe808(0x542)]=_0x48eced,this[_0x2fe808(0x423)]=_0x56c30a,this[_0x2fe808(0x25c)]=_0x9d6eb,this[_0x2fe808(0x54e)]=_0xf88fec,_0xef01a1(this,_0x2fe808(0x35b),new _0x1090a1[(_0x2fe808(0x22c))](0x0)),_0xef01a1(this,_0x2fe808(0x4d2),this['_sessionStatus$'][_0x2fe808(0x294)]()),_0xef01a1(this,'_event$',new _0x1090a1[(_0x2fe808(0x231))]()),_0xef01a1(this,_0x2fe808(0x49b),this['_event$'][_0x2fe808(0x294)]()),_0xef01a1(this,_0x2fe808(0x4d8),void 0x0),_0xef01a1(this,'_socketMessageSubscription',void 0x0),_0xef01a1(this,_0x2fe808(0x554),void 0x0),_0xef01a1(this,_0x2fe808(0x48a),!0x1),_0xef01a1(this,_0x2fe808(0x3c5),null),this[_0x2fe808(0x48a)]=!!this[_0x2fe808(0x54e)],_0x491940[_0x2fe808(0x456)]((0x0,_0x1090a1['takeUntil'])(this[_0x2fe808(0x4e2)]))[_0x2fe808(0x2b6)](_0x3e0e34=>{const _0x4aaab8=_0x2fe808;if(_0x3e0e34!==void 0x0){if(this[_0x4aaab8(0x4d8)]=_0x3e0e34,_0x3e0e34)this[_0x4aaab8(0x2ca)](_0x3e0e34),this[_0x4aaab8(0x4e7)]=_0x3e0e34[_0x4aaab8(0x4cf)][_0x4aaab8(0x2b6)](_0xbf0f2e=>{const _0x1b9f9a=_0x4aaab8;_0xbf0f2e[_0x1b9f9a(0x555)]===this[_0x1b9f9a(0x2ea)][_0x1b9f9a(0x340)][_0x1b9f9a(0x277)]&&this[_0x1b9f9a(0x449)](_0xbf0f2e);});else{var _0x2edca2;this[_0x4aaab8(0x46d)](),this[_0x4aaab8(0x35b)][_0x4aaab8(0x31e)](0x2),(_0x2edca2=this[_0x4aaab8(0x4e7)])==null||_0x2edca2[_0x4aaab8(0x407)](),this[_0x4aaab8(0x4e7)]=null;}}});}[_0x4f02e5(0x305)](){const _0x37ee23=_0x4f02e5;var _0x528b5f,_0x18faad;return(_0x528b5f=(_0x18faad=this[_0x37ee23(0x4d8)])==null?void 0x0:_0x18faad[_0x37ee23(0x20e)])==null?null:_0x528b5f;}[_0x4f02e5(0x378)](){const _0x487cce=_0x4f02e5;super[_0x487cce(0x378)](),this[_0x487cce(0x37b)](),this[_0x487cce(0x4e2)][_0x487cce(0x31e)](),this['dispose$'][_0x487cce(0x4a3)]();}[_0x4f02e5(0x37b)](){const _0x14e608=_0x4f02e5;var _0x54c2c0;this[_0x14e608(0x46d)](),(_0x54c2c0=this[_0x14e608(0x4d8)])==null||_0x54c2c0[_0x14e608(0x255)]({'cmd':_0x2a2edc[_0x14e608(0x4d3)][_0x14e608(0x341)],'data':{'roomID':this[_0x14e608(0x2ea)][_0x14e608(0x340)][_0x14e608(0x277)]}}),this[_0x14e608(0x4a0)][_0x14e608(0x4a3)](),this[_0x14e608(0x35b)][_0x14e608(0x4a3)]();}['_onCombEvent'](_0x2dd35b){const _0xa3e5c0=_0x4f02e5;_0x2dd35b[_0xa3e5c0(0x3a5)]===_0x2a2edc['CombCmd'][_0xa3e5c0(0x3aa)]?this[_0xa3e5c0(0x298)](_0x2dd35b):_0x2dd35b['cmd']===_0x2a2edc[_0xa3e5c0(0x4d3)][_0xa3e5c0(0x474)]&&this['_onRecvEvent'](_0x2dd35b);}[_0x4f02e5(0x2ca)](_0x337312){const _0x9e34bf=_0x4f02e5;this[_0x9e34bf(0x35b)][_0x9e34bf(0x31e)](0x1),_0x337312[_0x9e34bf(0x255)]({'cmd':_0x2a2edc['CombCmd'][_0x9e34bf(0x3aa)],'routeKey':this[_0x9e34bf(0x2ea)][_0x9e34bf(0x340)][_0x9e34bf(0x277)],'routeType':'','data':{'rooms':[{'roomID':this['_identity'][_0x9e34bf(0x340)][_0x9e34bf(0x277)]}]}});}[_0x4f02e5(0x298)](_0x2434fc){const _0x367999=_0x4f02e5;var _0x2b2468;if(_0x2434fc['code']in _0x42325f){this[_0x367999(0x25c)]['emitEvent']({'id':_0x367999(0x3e3),'data':_0x42325f[_0x2434fc['code']]}),this['_sessionStatus$'][_0x367999(0x31e)](0x2);return;}this[_0x367999(0x35b)][_0x367999(0x31e)](0x3);let _0x83486=(_0x2b2468=_0x2434fc['data']['roomInfos'][this[_0x367999(0x2ea)][_0x367999(0x340)]['unitId']])==null?void 0x0:_0x2b2468[_0x367999(0x4f4)];_0x83486&&_0x83486[_0x367999(0x217)](_0x1dfc87=>this[_0x367999(0x542)][_0x367999(0x324)](this[_0x367999(0x2ea)][_0x367999(0x223)],_0x1dfc87));}[_0x4f02e5(0x436)](_0xd0df82){const _0x32cd53=_0x4f02e5;try{let _0x24efe7=_0x5615ac(this[_0x32cd53(0x2ea)],_0xd0df82[_0x32cd53(0x29a)]);for(let _0x5fb1e4 of _0x24efe7)switch(_0x5fb1e4[_0x32cd53(0x3eb)]){case _0xdffdbc['CollaborationEvent']['USERS_ENTER']:this['_onUserJoin'](_0x5fb1e4),this['_event$'][_0x32cd53(0x31e)](_0x5fb1e4);break;case _0xdffdbc[_0x32cd53(0x282)][_0x32cd53(0x20b)]:this[_0x32cd53(0x481)](_0x5fb1e4),this[_0x32cd53(0x4a0)][_0x32cd53(0x31e)](_0x5fb1e4);break;case _0xdffdbc[_0x32cd53(0x282)][_0x32cd53(0x1fb)]:case _0xdffdbc[_0x32cd53(0x282)]['CHANGESET_SHOULD_RETRY']:this[_0x32cd53(0x254)](),this['_clearCollaborationTimeoutTimer'](),this[_0x32cd53(0x4a0)]['next'](_0x5fb1e4);break;case _0xdffdbc['CollaborationEvent'][_0x32cd53(0x301)]:this[_0x32cd53(0x431)][_0x32cd53(0x363)]('save\x20fail\x20reason\x20is\x20'+JSON[_0x32cd53(0x2db)](_0x5fb1e4)),this[_0x32cd53(0x4a0)][_0x32cd53(0x31e)](_0x5fb1e4);break;case _0xdffdbc[_0x32cd53(0x282)]['COMMENT_UPDATE']:this[_0x32cd53(0x423)][_0x32cd53(0x32b)](_0x5fb1e4[_0x32cd53(0x29a)]),this[_0x32cd53(0x4a0)][_0x32cd53(0x31e)](_0x5fb1e4);break;default:this[_0x32cd53(0x4a0)][_0x32cd53(0x31e)](_0x5fb1e4);}}catch(_0x4a8769){this['_logService'][_0x32cd53(0x363)](_0x4a8769,_0xd0df82);}}[_0x4f02e5(0x3ff)](_0x2e11a3){const _0x18f692=_0x4f02e5;this[_0x18f692(0x542)][_0x18f692(0x324)](this[_0x18f692(0x2ea)]['localUnitId'],_0x2e11a3[_0x18f692(0x29a)]);}['_onUserLeave'](_0x3e5cfe){const _0x4ecf9e=_0x4f02e5;this['_memberService'][_0x4ecf9e(0x41c)](this[_0x4ecf9e(0x2ea)]['localUnitId'],_0x3e5cfe[_0x4ecf9e(0x29a)][_0x4ecf9e(0x20e)]);}async[_0x4f02e5(0x255)](_0x4e17c4,_0x254bdc){const _0xc31f56=_0x4f02e5;if(this[_0xc31f56(0x47e)]!==0x3||!this[_0xc31f56(0x4d8)])throw Error(_0xc31f56(0x468));try{let _0x370c05=_0x454d76(this[_0xc31f56(0x2ea)],_0x4e17c4);_0x370c05['eventID']===_0xdffdbc[_0xc31f56(0x282)]['SUBMIT_CHANGESET']&&(this[_0xc31f56(0x477)](),this[_0xc31f56(0x329)](_0x370c05)),this[_0xc31f56(0x4d8)][_0xc31f56(0x255)]({'cmd':_0x2a2edc[_0xc31f56(0x4d3)]['INGEST'],'routeKey':this[_0xc31f56(0x2ea)][_0xc31f56(0x340)][_0xc31f56(0x277)],'routeType':'','data':_0x370c05});}catch(_0x3ed362){this[_0xc31f56(0x431)][_0xc31f56(0x363)](_0x3ed362);}}[_0x4f02e5(0x477)](){const _0x4723f4=_0x4f02e5;var _0x50a53c;this[_0x4723f4(0x554)]=setTimeout(()=>{const _0x70e6f6=_0x4723f4;this[_0x70e6f6(0x554)]=null,this['_collaborationUIEventService'][_0x70e6f6(0x216)]({'id':_0x70e6f6(0x4cb)});},(_0x50a53c=this['_configService'][_0x4723f4(0x2f7)](_0x4723f4(0x2ac)))==null?_0x37056b:_0x50a53c);}[_0x4f02e5(0x209)](){const _0x36d903=_0x4f02e5;this[_0x36d903(0x554)]&&(clearTimeout(this[_0x36d903(0x554)]),this['_collaborationTimeoutTimer']=null);}[_0x4f02e5(0x329)](_0x5e5442){const _0x10a85f=_0x4f02e5;if(!this[_0x10a85f(0x48a)])return;let {data:_0x36db25}=_0x5e5442,{unitID:_0x2ec484,changeset:_0x55e01f}=_0x36db25,{mutations:_0x50dd8b,type:_0x496525}=_0x55e01f;this[_0x10a85f(0x3c5)]={'unitId':_0x2ec484,'type':_0x496525,'startTime':performance[_0x10a85f(0x226)](),'stopTime':0x0,'duration':0x0,'size':_0x70877(_0x50dd8b)};}[_0x4f02e5(0x254)](){const _0x4bebf6=_0x4f02e5;if(this[_0x4bebf6(0x48a)]){if(!this[_0x4bebf6(0x3c5)]){this['_logService'][_0x4bebf6(0x363)](_0x4bebf6(0x39f),_0x4bebf6(0x506));return;}this[_0x4bebf6(0x3c5)][_0x4bebf6(0x3fd)]=performance['now'](),this[_0x4bebf6(0x3c5)][_0x4bebf6(0x2d5)]=this[_0x4bebf6(0x3c5)]['stopTime']-this['_telemetryInfo'][_0x4bebf6(0x2e8)],this[_0x4bebf6(0x54e)][_0x4bebf6(0x2ba)]('collaboration_new_changeset',this[_0x4bebf6(0x3c5)]),this[_0x4bebf6(0x3c5)]=null;}}[_0x4f02e5(0x46d)](){this['_telemetryInfo']=null;}};_0x11d6a7=_0x411a83([_0x2f2fb0(0x2,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0x3,_0x5d4a9c[_0x4f02e5(0x4f1)]),_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x41fab1)),_0x2f2fb0(0x5,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x33d67b)),_0x2f2fb0(0x6,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xaaa1eb)),_0x2f2fb0(0x7,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x157a44[_0x4f02e5(0x3ee)]))],_0x11d6a7);let _0x207b84=(0x0,_0x5d4a9c[_0x4f02e5(0x4e0)])(_0x4f02e5(0x26a));function _0x441e12(_0x126ac7){const _0xd4d60f=_0x4f02e5;return _0xd4d60f(0x46f)+_0x126ac7;}function _0x405916(_0x324f1c){const _0x9789b4=_0x4f02e5;let {unitID:_0x32b35d,mutations:_0x52bbad}=_0x324f1c;return{'unitId':_0x32b35d,'subUnitId':_0x52bbad['length']>0x0?_0x52bbad[0x0][_0x9789b4(0x3c4)][_0x9789b4(0x467)]:null};}let _0x1af5bb=class{constructor(_0x2e9f11,_0x38c6b4,_0x4d9b0b){const _0x133ad1=_0x4f02e5;this[_0x133ad1(0x22d)]=_0x2e9f11,this[_0x133ad1(0x3fb)]=_0x38c6b4,this['_instanceService']=_0x4d9b0b;}[_0x4f02e5(0x284)](_0x44327b){const _0x2b7647=_0x4f02e5;var _0x38a57,_0x139caf;let _0x22a377=this['_injector'][_0x2b7647(0x272)](_0x35e648[_0x2b7647(0x3c8)]),{unitId:_0x45242b,subUnitId:_0x1a02f7}=_0x405916(_0x44327b),_0x3fa033=_0x22a377==null?void 0x0:_0x22a377['getWorkbookSelections'](_0x45242b)[_0x2b7647(0x396)](),_0x25d043=(_0x38a57=this[_0x2b7647(0x404)][_0x2b7647(0x53f)](_0x45242b))==null||(_0x38a57=_0x38a57['getActiveSheet']())==null?void 0x0:_0x38a57[_0x2b7647(0x385)]();if(_0x3fa033[_0x2b7647(0x48e)]===0x0||!_0x45242b||!_0x1a02f7)return;let _0x369648=[{'id':_0x35e648[_0x2b7647(0x296)]['id'],'params':{'unitId':_0x45242b,'subUnitId':_0x25d043,'selections':_0x5d4a9c['Tools'][_0x2b7647(0x2bf)](_0x3fa033)}}],_0x568e00=this[_0x2b7647(0x3fb)][_0x2b7647(0x38d)](_0x44327b,_0x369648);if(!(0x0,_0xdffdbc['isTransformMutationsWithChangesetSuccess'])(_0x568e00))throw _0x568e00[_0x2b7647(0x363)];let _0x57c106=(_0x139caf=_0x568e00['m2Prime'][0x0])==null||(_0x139caf=_0x139caf[_0x2b7647(0x3c4)])==null?void 0x0:_0x139caf[_0x2b7647(0x2b7)];if(Array[_0x2b7647(0x24b)](_0x57c106)&&_0x57c106['length']){if(_0x57c106[_0x2b7647(0x48e)]===_0x369648[0x0][_0x2b7647(0x3c4)][_0x2b7647(0x2b7)]['length']&&_0x57c106[_0x2b7647(0x526)]((_0x57ffd1,_0x7e0682)=>_0x5d4a9c[_0x2b7647(0x2a1)][_0x2b7647(0x500)](_0x57ffd1[_0x2b7647(0x20c)],_0x369648[0x0][_0x2b7647(0x3c4)][_0x2b7647(0x2b7)][_0x7e0682][_0x2b7647(0x20c)])))return;this['_injector'][_0x2b7647(0x272)](_0x5d4a9c['ICommandService'])[_0x2b7647(0x32f)](_0x35e648[_0x2b7647(0x296)]['id'],{'unitId':_0x45242b,'subUnitId':_0x25d043,'selections':_0x57c106});}}};_0x1af5bb=_0x411a83([_0x2f2fb0(0x0,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x1,_0xdffdbc['ITransformService']),_0x2f2fb0(0x2,_0x5d4a9c[_0x4f02e5(0x3f3)])],_0x1af5bb);let _0x2bf173=(0x0,_0x5d4a9c[_0x4f02e5(0x4e0)])(_0x4f02e5(0x2cc)),_0x546258=function(_0x24dd6c){const _0x381b8d=_0x4f02e5;return _0x24dd6c[_0x24dd6c['NO_OTHER_CLIENTS_EDITING']=0x0]=_0x381b8d(0x2bd),_0x24dd6c[_0x24dd6c[_0x381b8d(0x243)]=0x1]=_0x381b8d(0x243),_0x24dd6c;}({});function _0x213664(_0x1f7310){const _0x1eba9f=_0x4f02e5;var _0x42e9cd;return!!((_0x42e9cd=_0x1f7310[_0x1eba9f(0x3c4)])!=null&&_0x42e9cd['__splitChunk__']);}let _0x39a378=new Set([_0x35e648[_0x4f02e5(0x308)]['id']]),_0x2b51d8=new Set([_0xb29aca[_0x4f02e5(0x51b)]['id'],_0xb29aca[_0x4f02e5(0x3ae)]['id'],_0xb29aca[_0x4f02e5(0x2c0)]['id'],_0xb29aca[_0x4f02e5(0x356)]['id']]);function _0x4580c8(_0x3c45b6,_0x9edb38=_0x39a378){const _0x173c90=_0x4f02e5;let _0x43244c=[];for(let _0x215919 of _0x3c45b6){if(_0x9edb38[_0x173c90(0x32d)](_0x215919['id'])){if(_0x43244c[_0x173c90(0x48e)]>0x0)break;_0x43244c[_0x173c90(0x2c4)](_0x215919);break;}if(_0x213664(_0x215919)){if(_0x43244c[_0x173c90(0x48e)]>0x0)break;_0x43244c['push'](_0x215919);break;}_0x43244c[_0x173c90(0x2c4)](_0x215919);}return _0x43244c;}function _0x23770f(_0x3205a5,_0x5f28f4,_0x7f6931,_0x3a4f87,_0x117bc3){const _0xc31c9c=_0x4f02e5;var _0x1b8c12,_0x32973b,_0x205a85,_0x162c3c;let _0x373731=_0x4580c8(_0x3205a5),_0x4da706=(_0x1b8c12=(_0x32973b=_0x117bc3[_0xc31c9c(0x4c0)]())==null?void 0x0:_0x32973b['userID'])==null?_0xc31c9c(0x1ee):_0x1b8c12,_0x544a4b=(_0x205a85=(_0x162c3c=_0x117bc3[_0xc31c9c(0x4c0)]())==null?void 0x0:_0x162c3c[_0xc31c9c(0x20e)])==null?_0xc31c9c(0x1ee):_0x205a85;return{'changeset':{'unitID':_0x5f28f4,'type':(0x0,_0xdffdbc[_0xc31c9c(0x26f)])(_0x7f6931[_0xc31c9c(0x409)](_0x5f28f4)),'baseRev':_0x3a4f87[_0xc31c9c(0x374)](_0x5f28f4),'revision':0x0,'userID':_0x4da706,'memberID':_0x544a4b,'mutations':_0x373731},'pendingMutations':_0x3205a5[_0xc31c9c(0x537)](_0x373731['length'])};}function _0x1c20e9(_0x4a3dd3,_0x4f2b24,_0x2bff38,_0x2b5add,_0x289754){const _0x52c78e=_0x4f02e5;var _0x5d8907,_0x1dbe37,_0x47d123,_0x435fa9;let _0x8b208=_0x4580c8(_0x4a3dd3,_0x2b51d8),_0x2fd430=(_0x5d8907=(_0x1dbe37=_0x289754[_0x52c78e(0x4c0)]())==null?void 0x0:_0x1dbe37['userID'])==null?_0x52c78e(0x1ee):_0x5d8907,_0x5c15fd=(_0x47d123=(_0x435fa9=_0x289754[_0x52c78e(0x4c0)]())==null?void 0x0:_0x435fa9['memberID'])==null?'unknown':_0x47d123;return{'changeset':{'unitID':_0x4f2b24,'type':(0x0,_0xdffdbc['mapDocumentTypeToUniverInstanceType'])(_0x2bff38[_0x52c78e(0x409)](_0x4f2b24)),'baseRev':_0x2b5add['getCurrentRevOfUnit'](_0x4f2b24),'revision':0x0,'userID':_0x2fd430,'memberID':_0x5c15fd,'mutations':_0x8b208},'pendingMutations':_0x4a3dd3[_0x52c78e(0x537)](_0x8b208[_0x52c78e(0x48e)])};}function _0x5750be(_0xef005a,_0x538b4a,_0x2f2f4e,_0x39ebce,_0x234fee){const _0x45b682=_0x4f02e5;var _0x18b567,_0x4954e7,_0x2a9663,_0x165058;let _0x2602fb=_0xef005a[_0x45b682(0x472)]((_0x4b751f,_0x210309)=>{const _0x4f5f8f=_0x45b682;let _0x1b8cde=_0x4b751f[_0x4b751f['length']-0x1],{id:_0x4ab7b9}=_0x1b8cde==null?{}:_0x1b8cde,{id:_0x2cf8bd,type:_0x56eadc}=_0x210309,_0x23ac5d=_0x210309[_0x4f5f8f(0x3c4)];if(_0x4ab7b9&&_0x4ab7b9!==_0x2cf8bd)throw Error(_0x4f5f8f(0x234)+_0x4ab7b9+_0x4f5f8f(0x33e)+_0x2cf8bd+'.');if(!_0x1b8cde)return[{'id':_0x2cf8bd,'type':_0x56eadc,'params':{'unitId':_0x23ac5d[_0x4f5f8f(0x277)],'textRanges':_0x23ac5d['textRanges'],'actions':_0x23ac5d[_0x4f5f8f(0x21f)]}}];let _0x3267bd=_0x1b8cde[_0x4f5f8f(0x3c4)];return _0x2b614c(_0x3267bd,_0x23ac5d)?[..._0x4b751f[_0x4f5f8f(0x537)](0x0,-0x1),{..._0x1b8cde,'id':_0x2cf8bd,'type':_0x56eadc,'params':{'unitId':_0x23ac5d[_0x4f5f8f(0x277)],'textRanges':_0x23ac5d[_0x4f5f8f(0x532)],'actions':_0x5d4a9c[_0x4f5f8f(0x233)][_0x4f5f8f(0x3ad)](_0x3267bd['actions'],_0x23ac5d[_0x4f5f8f(0x21f)])}}]:[..._0x4b751f,{'id':_0x2cf8bd,'type':_0x56eadc,'params':{'unitId':_0x23ac5d[_0x4f5f8f(0x277)],'textRanges':_0x23ac5d[_0x4f5f8f(0x532)],'actions':_0x23ac5d[_0x4f5f8f(0x21f)]}}];},[]),_0x34833c=(_0x18b567=(_0x4954e7=_0x234fee['getCurrentUser']())==null?void 0x0:_0x4954e7['userID'])==null?_0x45b682(0x1ee):_0x18b567,_0x4745a9=(_0x2a9663=(_0x165058=_0x234fee[_0x45b682(0x4c0)]())==null?void 0x0:_0x165058['memberID'])==null?_0x45b682(0x1ee):_0x2a9663;return{'changeset':{'unitID':_0x538b4a,'type':(0x0,_0xdffdbc[_0x45b682(0x26f)])(_0x2f2f4e['getUnitType'](_0x538b4a)),'baseRev':_0x39ebce[_0x45b682(0x374)](_0x538b4a),'revision':0x0,'userID':_0x34833c,'memberID':_0x4745a9,'mutations':_0x2602fb},'pendingMutations':_0xef005a[_0x45b682(0x537)](_0xef005a[_0x45b682(0x48e)])};}function _0x2b614c(_0x31db81,_0x44fb2c){const _0x1c9e48=_0x4f02e5;return!_0x755ecb(_0x31db81)&&!_0x755ecb(_0x44fb2c)&&_0x28e005(_0x31db81[_0x1c9e48(0x21f)],_0x44fb2c[_0x1c9e48(0x21f)]);}function _0x755ecb(_0x529119){const _0x811887=_0x4f02e5;return _0x529119[_0x811887(0x35c)]!==void 0x0;}function _0x28e005(_0x58a3c9,_0x2dbacf){return _0x23de01(_0x58a3c9)&&_0x23de01(_0x2dbacf)&&!_0x97fd0e(_0x58a3c9)&&!_0x97fd0e(_0x2dbacf)&&!_0x17bf7a(_0x58a3c9)&&!_0x17bf7a(_0x2dbacf);}function _0x23de01(_0x5c44cd){const _0x2361a4=_0x4f02e5;return _0x46e9b6(_0x5c44cd)[_0x2361a4(0x4cd)](_0x975faa=>_0x1c7110(_0x975faa)&&_0x975faa['et']===_0x2361a4(0x428));}function _0x17bf7a(_0x37d2b8){const _0x5310d1=_0x4f02e5;return _0x46e9b6(_0x37d2b8)['some'](_0x143f44=>Array[_0x5310d1(0x24b)](_0x143f44)||typeof _0x143f44==_0x5310d1(0x383)||typeof _0x143f44=='number');}function _0x97fd0e(_0x18bdbd){const _0xfbf9f2=_0x4f02e5;return _0x46e9b6(_0x18bdbd)['some'](_0x4f5c92=>!_0x1c7110(_0x4f5c92)||_0x4f5c92['et']!==_0xfbf9f2(0x428)||!Array[_0xfbf9f2(0x24b)](_0x4f5c92['e'])?!0x1:_0x4f5c92['e'][_0xfbf9f2(0x4cd)](_0x26e535=>!_0x1c7110(_0x26e535)||!_0x1c7110(_0x26e535['body'])?!0x1:Object[_0xfbf9f2(0x1ec)][_0xfbf9f2(0x28d)][_0xfbf9f2(0x295)](_0x26e535[_0xfbf9f2(0x3b8)],_0xfbf9f2(0x3bb))||Object['prototype']['hasOwnProperty'][_0xfbf9f2(0x295)](_0x26e535[_0xfbf9f2(0x3b8)],_0xfbf9f2(0x240))||Object['prototype']['hasOwnProperty'][_0xfbf9f2(0x295)](_0x26e535['body'],'blockRanges')));}function _0x46e9b6(_0x13659e){const _0x5231c6=_0x4f02e5;if(!Array[_0x5231c6(0x24b)](_0x13659e))return[];let _0xa3b48c=_0x13659e[_0x5231c6(0x440)](_0x5231c6(0x3b8))?_0x13659e:_0x13659e[_0x5231c6(0x408)](_0x1150da=>Array[_0x5231c6(0x24b)](_0x1150da)&&_0x1150da[_0x5231c6(0x440)](_0x5231c6(0x3b8)));if(!Array[_0x5231c6(0x24b)](_0xa3b48c))return[];let _0x4211f1=_0xa3b48c[_0x5231c6(0x21b)](_0x5231c6(0x3b8));return _0x4211f1===-0x1?[]:_0xa3b48c['slice'](_0x4211f1+0x1);}function _0x1c7110(_0x1371fd){const _0x10060c=_0x4f02e5;return typeof _0x1371fd==_0x10060c(0x50c)&&!!_0x1371fd&&!Array[_0x10060c(0x24b)](_0x1371fd);}function _0x18531a(_0x279a23,_0x2ef576){const _0x178397=_0x4f02e5;let _0x2f8aad=new _0x1090a1['ReplaySubject'](0x1);return setTimeout(()=>_0x2f8aad[_0x178397(0x31e)](_0x2ef576),_0x279a23),_0x2f8aad[_0x178397(0x294)]()['pipe']((0x0,_0x1090a1[_0x178397(0x397)])(0x1));}var _0x471dcb,_0x26cdbb,_0x3a193b;let _0x2a33e5=function(_0x3db8fa){const _0x36cd69=_0x4f02e5;return _0x3db8fa[_0x36cd69(0x2a9)]=_0x36cd69(0x232),_0x3db8fa[_0x36cd69(0x4a2)]=_0x36cd69(0x201),_0x3db8fa[_0x36cd69(0x288)]=_0x36cd69(0x2f5),_0x3db8fa[_0x36cd69(0x418)]='awaiting',_0x3db8fa[_0x36cd69(0x4ce)]=_0x36cd69(0x517),_0x3db8fa[_0x36cd69(0x25e)]=_0x36cd69(0x3cc),_0x3db8fa[_0x36cd69(0x46a)]=_0x36cd69(0x3a9),_0x3db8fa['OFFLINE']=_0x36cd69(0x2d7),_0x3db8fa;}({}),_0x1625b1=0x4e20,_0x4cd270=0x2bf20;var _0x20d423=class{constructor(_0x3c877f,_0x50ac50,_0x24f27b,_0x739306,_0x5e6f0a,_0x3e71ab,_0x552dbe,_0x20f6db,_0x6a6605){const _0x53f37e=_0x4f02e5;this['unitID']=_0x3c877f,this[_0x53f37e(0x4d6)]=_0x50ac50,this['_handler']=_0x5e6f0a,this[_0x53f37e(0x413)]=_0x3e71ab,this['_undoRedoService']=_0x552dbe,this[_0x53f37e(0x36d)]=_0x20f6db,this[_0x53f37e(0x4e1)]=_0x6a6605,_0xef01a1(this,'_awaitingChangeset',null),_0xef01a1(this,_0x53f37e(0x2de),[]),this[_0x53f37e(0x429)]=_0x24f27b,this[_0x53f37e(0x2de)]=_0x739306;}[_0x4f02e5(0x53a)](_0x4942fb){const _0x25aabd=_0x4f02e5;let _0x52617b=this[_0x25aabd(0x36d)][_0x25aabd(0x374)](this[_0x25aabd(0x317)]);return _0x4942fb[_0x25aabd(0x36e)]>_0x52617b+0x1?(this[_0x25aabd(0x222)][_0x25aabd(0x345)]({'from':_0x52617b,'to':_0x4942fb[_0x25aabd(0x36e)]-0x1}),!0x0):!0x1;}['_transformUndoredo'](_0x34e21d){const _0x212eb0=_0x4f02e5;this['_undoRedoService'][_0x212eb0(0x29d)](this[_0x212eb0(0x317)],_0x34e21d);}[_0x4f02e5(0x46b)](_0x1469dc){const _0x26951b=_0x4f02e5;var _0x273901,_0x4c231d;(_0x273901=(_0x4c231d=this['_handler'])[_0x26951b(0x291)])==null||_0x273901[_0x26951b(0x295)](_0x4c231d,_0x1469dc);}[_0x4f02e5(0x28b)](_0x23fe7d){const _0x54d462=_0x4f02e5;var _0x5c1488,_0x2b6ba3;return(_0x5c1488=(_0x2b6ba3=this[_0x54d462(0x222)])[_0x54d462(0x4b1)])==null?void 0x0:_0x5c1488['call'](_0x2b6ba3,_0x23fe7d);}[_0x4f02e5(0x261)](_0x1064a7){const _0x50cc19=_0x4f02e5;var _0x4d6e2f,_0x9a9758;return(_0x4d6e2f=(_0x9a9758=this[_0x50cc19(0x222)])[_0x50cc19(0x424)])==null?void 0x0:_0x4d6e2f[_0x50cc19(0x295)](_0x9a9758,_0x1064a7);}[_0x4f02e5(0x355)](_0x569278){const _0x222f60=_0x4f02e5;var _0x5bcfd9,_0x21034e,_0x303d61;return(_0x5bcfd9=(_0x21034e=(_0x303d61=this[_0x222f60(0x222)])[_0x222f60(0x293)])==null?void 0x0:_0x21034e[_0x222f60(0x295)](_0x303d61,_0x569278))==null?_0x569278:_0x5bcfd9;}['_transformRemoteChangesetByStateCache'](_0x5ac4cc){const _0x332558=_0x4f02e5;var _0x485064,_0x13b383,_0x42c77b;return(_0x485064=(_0x13b383=(_0x42c77b=this[_0x332558(0x222)])[_0x332558(0x347)])==null?void 0x0:_0x13b383[_0x332558(0x295)](_0x42c77b,_0x5ac4cc))==null?_0x5ac4cc:_0x485064;}[_0x4f02e5(0x30d)](_0x562cd6){const _0x3ceaba=_0x4f02e5;if(this[_0x3ceaba(0x4d6)]===_0x5d4a9c[_0x3ceaba(0x3a3)][_0x3ceaba(0x304)]){let {unitID:_0x6a04ac,mutations:_0x1a61a8,memberID:_0x1126e8}=_0x562cd6,_0x26d996=_0x1a61a8['length']>0x0?_0x1a61a8[0x0][_0x3ceaba(0x3c4)]['textRanges']:[];if(Array[_0x3ceaba(0x24b)](_0x26d996)&&_0x26d996[_0x3ceaba(0x48e)]>0x0){var _0x52d564,_0x4348ed;(_0x52d564=(_0x4348ed=this[_0x3ceaba(0x222)])[_0x3ceaba(0x4fc)])==null||_0x52d564['call'](_0x4348ed,{'unitID':_0x6a04ac,'memberID':_0x1126e8,'textRanges':_0x26d996});}}}[_0x4f02e5(0x3b0)](){const _0x45a009=_0x4f02e5;var _0x37d88d;(_0x37d88d=this[_0x45a009(0x4e1)])==null||_0x37d88d[_0x45a009(0x457)](this[_0x45a009(0x317)],this[_0x45a009(0x4d6)],this['_awaitingChangeset'],this[_0x45a009(0x2de)]);}[_0x4f02e5(0x37a)](){const _0x47b7e3=_0x4f02e5;return this[_0x47b7e3(0x36d)][_0x47b7e3(0x374)](this[_0x47b7e3(0x317)]);}[_0x4f02e5(0x2e4)](){const _0x141160=_0x4f02e5;this['_revisionService'][_0x141160(0x40a)](this[_0x141160(0x317)]);}[_0x4f02e5(0x1fa)](_0x4f0673){const _0x47ddd5=_0x4f02e5;let _0x4c1d57=this['_transformRemoteChangesetByIMECache'](_0x4f0673);_0x4c1d57=this['_transformRemoteChangesetByStateCache'](_0x4c1d57);let _0x4a06c8=(0x0,_0x5d4a9c['sequenceExecute'])(_0x4c1d57[_0x47ddd5(0x371)],this['_commandService'],{'fromCollab':!0x0});if(!_0x4a06c8[_0x47ddd5(0x48b)]){var _0x57ae05;throw _0x4a06c8[_0x47ddd5(0x363)]instanceof Error?_0x4a06c8[_0x47ddd5(0x363)]:Error((_0x57ae05=_0x4a06c8[_0x47ddd5(0x363)])==null?'[CollaborationState]:\x20apply\x20error!':_0x57ae05);}this[_0x47ddd5(0x28b)](_0x4c1d57),this[_0x47ddd5(0x261)](_0x4c1d57),this['_transformUndoredo'](_0x4f0673),this[_0x47ddd5(0x46b)](_0x4c1d57),this[_0x47ddd5(0x30d)](_0x4c1d57),this[_0x47ddd5(0x2e4)]();}};let _0x1707ff=class extends _0x20d423{constructor(_0x1a0a26,_0xd00cf4,_0x2bcb55,_0x2b3fb6,_0x581bf8,_0x5e712f,_0x54eb22,_0x3e08b1,_0x12d3a4,_0xa5898b){const _0x4f2c3c=_0x4f02e5;super(_0x1a0a26,_0xd00cf4,null,[],_0x2bcb55,_0x54eb22,_0x5e712f,_0x2b3fb6,_0xa5898b),this[_0x4f2c3c(0x22d)]=_0x581bf8,this[_0x4f2c3c(0x431)]=_0x3e08b1,this['_transformService']=_0x12d3a4,this[_0x4f2c3c(0x267)]=_0xa5898b,_0xef01a1(this,_0x4f2c3c(0x488),'synced');}[_0x4f02e5(0x29f)](_0x4ecc50){const _0x43925e=_0x4f02e5;let _0xc6d67=this[_0x43925e(0x22d)]['createInstance'](_0x5c7573,this['unitID'],this[_0x43925e(0x4d6)],[_0x4ecc50],this[_0x43925e(0x222)]);return _0xc6d67[_0x43925e(0x2c1)](),_0xc6d67[_0x43925e(0x3b0)](),_0xc6d67;}[_0x4f02e5(0x2fd)](_0x56dc22){const _0x57c29e=_0x4f02e5;if(this[_0x57c29e(0x53a)](_0x56dc22))return this[_0x57c29e(0x22d)][_0x57c29e(0x433)](_0x52059d,this['unitID'],this[_0x57c29e(0x4d6)],null,[],null,[_0x56dc22],this[_0x57c29e(0x222)]);try{let _0x496a62=this[_0x57c29e(0x3fb)]['transformMutationsWithChangeset'](_0x56dc22,[_0xdffdbc[_0x57c29e(0x2b3)]]);if((0x0,_0xdffdbc[_0x57c29e(0x508)])(_0x496a62)){let {c1Prime:_0x5cb1d5}=_0x496a62;return this[_0x57c29e(0x1fa)](_0x5cb1d5),this;}throw _0x496a62[_0x57c29e(0x363)];}catch(_0x2f3cd5){return this[_0x57c29e(0x431)][_0x57c29e(0x363)](_0x2f3cd5),this['_onConflict'](!0x1);}}[_0x4f02e5(0x551)](_0x49308e){const _0x369d91=_0x4f02e5;return this[_0x369d91(0x22d)][_0x369d91(0x433)](_0x41164a,this[_0x369d91(0x317)],this['type'],null,[],this[_0x369d91(0x222)],_0x49308e);}[_0x4f02e5(0x525)](_0x57d350){const _0x217dca=_0x4f02e5;if(_0x57d350[_0x217dca(0x36e)]<=this[_0x217dca(0x37a)]())return this;throw Error(_0x217dca(0x3c1));}[_0x4f02e5(0x2ed)](){throw Error('[SyncedState]:\x20received\x20rejection.');}[_0x4f02e5(0x4ed)](){return this;}[_0x4f02e5(0x2a8)](){const _0x3184e1=_0x4f02e5;return this[_0x3184e1(0x22d)][_0x3184e1(0x433)](_0x5aca18,this['unitID'],this[_0x3184e1(0x4d6)],null,[],this['_handler']);}[_0x4f02e5(0x3dc)](){return this;}[_0x4f02e5(0x473)](){const _0x29d29e=_0x4f02e5;throw Error(_0x29d29e(0x1f5));}[_0x4f02e5(0x330)](){const _0x444425=_0x4f02e5;let _0x466dbb=this[_0x444425(0x36d)][_0x444425(0x374)](this[_0x444425(0x317)]);return this[_0x444425(0x222)]['onMissingChangesets']({'from':_0x466dbb,'to':0x0}),this[_0x444425(0x22d)][_0x444425(0x433)](_0x52059d,this['unitID'],this[_0x444425(0x4d6)],null,[],null,[],this[_0x444425(0x222)]);}};_0x1707ff=_0x411a83([_0x2f2fb0(0x3,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x373)])),_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x5,_0x5d4a9c['IUndoRedoService']),_0x2f2fb0(0x6,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0x7,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0x8,_0xdffdbc[_0x4f02e5(0x1f2)]),_0x2f2fb0(0x9,(0x0,_0x5d4a9c['Optional'])(_0x207b84))],_0x1707ff);let _0x5c7573=_0x471dcb=class extends _0x20d423{constructor(_0x283466,_0x274854,_0xbb2266,_0x3a9893,_0x342094,_0x543fb3,_0x2aea27,_0x22962c,_0x17fe5e,_0x78eafd,_0x41f860,_0x540554,_0x5e363a,_0x2e117d){const _0x36b661=_0x4f02e5;super(_0x283466,_0x274854,null,_0xbb2266,_0x3a9893,_0x17fe5e,_0x5e363a,_0x543fb3,_0x2e117d),this['_injector']=_0x342094,this[_0x36b661(0x542)]=_0x2aea27,this['_logService']=_0x22962c,this['_configService']=_0x78eafd,this[_0x36b661(0x3fb)]=_0x41f860,this[_0x36b661(0x2e1)]=_0x540554,_0xef01a1(this,_0x36b661(0x488),_0x36b661(0x2f5)),_0xef01a1(this,_0x36b661(0x389),null),_0xef01a1(this,'_sendingTimer',null);}[_0x4f02e5(0x29f)](_0xab30d0){return this['_pendingMutations']['push'](_0xab30d0),this['_updateLocalCache'](),this;}[_0x4f02e5(0x2fd)](_0x1fd642){const _0x4285e5=_0x4f02e5;if(this['_checkMissing'](_0x1fd642))return this['_clearScheduledTask'](),this[_0x4285e5(0x22d)][_0x4285e5(0x433)](_0x52059d,this[_0x4285e5(0x317)],this[_0x4285e5(0x4d6)],null,this[_0x4285e5(0x2de)],null,[_0x1fd642],this[_0x4285e5(0x222)]);try{let _0x30c51e=this['_transformService'][_0x4285e5(0x38d)](_0x1fd642,this['_pendingMutations']);if((0x0,_0xdffdbc['isTransformMutationsWithChangesetSuccess'])(_0x30c51e)){let {c1Prime:_0x21b252,m2Prime:_0x1613ee}=_0x30c51e;this['_executeRemoteChangeset'](_0x21b252);let _0x82813c=this['_injector']['createInstance'](_0x471dcb,this[_0x4285e5(0x317)],this[_0x4285e5(0x4d6)],_0x1613ee,this[_0x4285e5(0x222)]);this[_0x4285e5(0x545)]();let _0x21d4f5=new Date()[_0x4285e5(0x535)](),_0x439eec=this[_0x4285e5(0x389)]?Math[_0x4285e5(0x26b)](this[_0x4285e5(0x389)]-_0x21d4f5,0x0):this[_0x4285e5(0x44a)]();return _0x82813c[_0x4285e5(0x2c1)](_0x439eec),_0x82813c;}throw _0x30c51e[_0x4285e5(0x363)];}catch(_0x1f4ebd){return this[_0x4285e5(0x431)][_0x4285e5(0x363)](_0x1f4ebd),this['_onConflict'](!0x1);}}[_0x4f02e5(0x525)](_0x3777c3){const _0x5d73c7=_0x4f02e5;if(_0x3777c3[_0x5d73c7(0x36e)]<=this['_getCurrentRevision']())return this;throw Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x4f02e5(0x2ed)](){const _0x43d22d=_0x4f02e5;throw Error(_0x43d22d(0x49d));}['onRemoteRetry'](){return this;}[_0x4f02e5(0x2a8)](){const _0x4fb35d=_0x4f02e5;return this[_0x4fb35d(0x545)](),this[_0x4fb35d(0x22d)][_0x4fb35d(0x433)](_0x5aca18,this[_0x4fb35d(0x317)],this[_0x4fb35d(0x4d6)],null,this[_0x4fb35d(0x2de)],this['_handler']);}[_0x4f02e5(0x3dc)](){return this;}[_0x4f02e5(0x2c1)](_0x1ee82e){const _0x3602fc=_0x4f02e5;let _0x912b32=_0x1ee82e==null?this[_0x3602fc(0x44a)]():_0x1ee82e;this[_0x3602fc(0x389)]=new Date()[_0x3602fc(0x535)]()+_0x912b32,this[_0x3602fc(0x4d0)]=setTimeout(()=>{const _0x8496b9=_0x3602fc;this[_0x8496b9(0x545)]();let _0x19e12e=null;switch(this[_0x8496b9(0x4d6)]){case _0x5d4a9c[_0x8496b9(0x3a3)][_0x8496b9(0x531)]:_0x19e12e=_0x23770f(this['_pendingMutations'],this[_0x8496b9(0x317)],this[_0x8496b9(0x2e1)],this['_revisionService'],this[_0x8496b9(0x542)]);break;case _0x5d4a9c[_0x8496b9(0x3a3)][_0x8496b9(0x304)]:_0x19e12e=this['_pendingMutations'][_0x8496b9(0x526)](_0x31dbf3=>_0x31dbf3['id']===_0x2d7ee3[_0x8496b9(0x2f8)]['id'])?_0x5750be(this['_pendingMutations'],this[_0x8496b9(0x317)],this[_0x8496b9(0x2e1)],this[_0x8496b9(0x36d)],this[_0x8496b9(0x542)]):_0x23770f(this['_pendingMutations'],this[_0x8496b9(0x317)],this[_0x8496b9(0x2e1)],this[_0x8496b9(0x36d)],this['_memberService']);break;case _0x5d4a9c[_0x8496b9(0x3a3)][_0x8496b9(0x3ef)]:_0x19e12e=_0x1c20e9(this[_0x8496b9(0x2de)],this[_0x8496b9(0x317)],this[_0x8496b9(0x2e1)],this['_revisionService'],this[_0x8496b9(0x542)]);break;case _0x5d4a9c[_0x8496b9(0x3a3)][_0x8496b9(0x43d)]:_0x19e12e=_0x23770f(this[_0x8496b9(0x2de)],this[_0x8496b9(0x317)],this['_univerInstanceService'],this['_revisionService'],this[_0x8496b9(0x542)]);break;case _0x5d4a9c[_0x8496b9(0x3a3)]['UNIVER_BASE']:_0x19e12e=_0x23770f(this[_0x8496b9(0x2de)],this[_0x8496b9(0x317)],this['_univerInstanceService'],this[_0x8496b9(0x36d)],this['_memberService']);break;default:throw Error('[PendingState]:\x20unhandled\x20univer\x20type:\x20'+this['type']+_0x8496b9(0x283));}let {changeset:_0x7e115d,pendingMutations:_0x5c5bb9}=_0x19e12e;this[_0x8496b9(0x222)][_0x8496b9(0x4bf)](_0x7e115d);let _0x2b0114=_0x5c5bb9[_0x8496b9(0x48e)]?this[_0x8496b9(0x22d)]['createInstance'](_0x384168,this[_0x8496b9(0x317)],this[_0x8496b9(0x4d6)],_0x7e115d,_0x5c5bb9,this['_handler'],void 0x0):this[_0x8496b9(0x22d)][_0x8496b9(0x433)](_0xd8acb7,this[_0x8496b9(0x317)],this[_0x8496b9(0x4d6)],_0x7e115d,this[_0x8496b9(0x222)]);_0x2b0114[_0x8496b9(0x3b0)](),this[_0x8496b9(0x222)][_0x8496b9(0x40c)](this,_0x2b0114);},_0x912b32);}['_getSendChangesetTimeout'](){const _0x3aefe9=_0x4f02e5;var _0x33a455;let _0x2fac40=this[_0x3aefe9(0x543)][_0x3aefe9(0x2f7)](_0x165ad1);return(_0x33a455=_0x2fac40==null?void 0x0:_0x2fac40[_0x3aefe9(0x44d)])==null?0x7d0:_0x33a455;}[_0x4f02e5(0x473)](){const _0x480ffc=_0x4f02e5;throw Error(_0x480ffc(0x33f));}[_0x4f02e5(0x545)](){const _0x440a74=_0x4f02e5;this[_0x440a74(0x4d0)]!=null&&(clearTimeout(this[_0x440a74(0x4d0)]),this[_0x440a74(0x4d0)]=null);}['_onConflict'](_0x391b34){const _0x22beba=_0x4f02e5;return this[_0x22beba(0x545)](),this[_0x22beba(0x22d)][_0x22beba(0x433)](_0x41164a,this[_0x22beba(0x317)],this[_0x22beba(0x4d6)],null,this[_0x22beba(0x2de)],this[_0x22beba(0x222)],_0x391b34);}};_0x5c7573=_0x471dcb=_0x411a83([_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x5,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc['RevisionService'])),_0x2f2fb0(0x6,(0x0,_0x5d4a9c['Inject'])(_0x41fab1)),_0x2f2fb0(0x7,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0x8,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0x9,_0x5d4a9c[_0x4f02e5(0x4f1)]),_0x2f2fb0(0xa,_0xdffdbc[_0x4f02e5(0x1f2)]),_0x2f2fb0(0xb,_0x5d4a9c[_0x4f02e5(0x3f3)]),_0x2f2fb0(0xc,_0x5d4a9c['IUndoRedoService']),_0x2f2fb0(0xd,(0x0,_0x5d4a9c['Optional'])(_0x207b84))],_0x5c7573);let _0xd8acb7=_0x26cdbb=class extends _0x20d423{constructor(_0x2cd308,_0x21d768,_0xaa6e77,_0x376d3c,_0x1b9c39,_0x45c830,_0x128550,_0x65d3ba,_0xe9e39,_0x9447d5,_0x4414ce){const _0x46cf15=_0x4f02e5;super(_0x2cd308,_0x21d768,_0xaa6e77,[],_0x376d3c,_0x128550,_0x9447d5,_0x45c830,_0x4414ce),this['_injector']=_0x1b9c39,this['_logService']=_0x65d3ba,this[_0x46cf15(0x3fb)]=_0xe9e39,_0xef01a1(this,'status',_0x46cf15(0x4f0)),_0xef01a1(this,'_resendTimeout',0x0),_0xef01a1(this,_0x46cf15(0x3f4),0x0),_0xef01a1(this,_0x46cf15(0x42a),void 0x0),_0xef01a1(this,_0x46cf15(0x25d),void 0x0);}['appendMutation'](_0x115b12){const _0x39652b=_0x4f02e5;this['_clearScheduledTask']();let _0x59698e=this[_0x39652b(0x22d)]['createInstance'](_0x384168,this['unitID'],this[_0x39652b(0x4d6)],this['_awaitingChangeset'],[_0x115b12],this[_0x39652b(0x222)],this[_0x39652b(0x42a)]);return _0x59698e[_0x39652b(0x3b0)](),_0x59698e;}[_0x4f02e5(0x2fd)](_0xca2188){const _0x5f029e=_0x4f02e5;if(this[_0x5f029e(0x53a)](_0xca2188))return this['_clearScheduledTask'](),this[_0x5f029e(0x22d)][_0x5f029e(0x433)](_0x52059d,this[_0x5f029e(0x317)],this[_0x5f029e(0x4d6)],this[_0x5f029e(0x429)],[],null,[_0xca2188],this['_handler']);try{let _0x3a37ff=this[_0x5f029e(0x3fb)]['transformChangesets']([_0xca2188],[this[_0x5f029e(0x429)]],!0x1);if((0x0,_0xdffdbc[_0x5f029e(0x2a5)])(_0x3a37ff)){let {c1Prime:_0x570a58,c2Prime:_0x1b6253}=_0x3a37ff;this[_0x5f029e(0x1fa)](_0x570a58[0x0]),_0x1b6253[0x0][_0x5f029e(0x1eb)]=this[_0x5f029e(0x37a)](),this[_0x5f029e(0x545)]();let _0x3075e2=this[_0x5f029e(0x22d)][_0x5f029e(0x433)](_0x26cdbb,this[_0x5f029e(0x317)],this['type'],_0x1b6253[0x0],this[_0x5f029e(0x222)]);return _0x3075e2[_0x5f029e(0x3b0)](),_0x3075e2;}throw _0x3a37ff[_0x5f029e(0x363)];}catch(_0x407b4b){return this[_0x5f029e(0x431)][_0x5f029e(0x363)](_0x407b4b),this[_0x5f029e(0x551)](!0x1);}}['onRemoteAck'](_0x29e2cd){const _0x18113b=_0x4f02e5;this[_0x18113b(0x545)]();let _0x4dcdd8=this[_0x18113b(0x36d)][_0x18113b(0x374)](this[_0x18113b(0x317)]);if(_0x29e2cd[_0x18113b(0x36e)]<=_0x4dcdd8)return this;if(this[_0x18113b(0x53a)](_0x29e2cd))return this[_0x18113b(0x22d)][_0x18113b(0x433)](_0x52059d,this[_0x18113b(0x317)],this[_0x18113b(0x4d6)],this['_awaitingChangeset'],[],_0x29e2cd[_0x18113b(0x36e)],[],this[_0x18113b(0x222)]);this['_incrementRevisionNumber']();let _0x1d5b5c=this[_0x18113b(0x22d)][_0x18113b(0x433)](_0x1707ff,this[_0x18113b(0x317)],this[_0x18113b(0x4d6)],this[_0x18113b(0x222)]);return _0x1d5b5c['_updateLocalCache'](),_0x1d5b5c;}[_0x4f02e5(0x2ed)](_0x292ea2){const _0x496e5b=_0x4f02e5;return this[_0x496e5b(0x551)](!!(_0x292ea2!=null&&_0x292ea2[_0x496e5b(0x41e)]));}['onRemoteRetry'](_0x4fd446){const _0x3e7cfe=_0x4f02e5;return this['_maxTotalRetryTimeout']>_0x4cd270?this['toggleOffline']():(this[_0x3e7cfe(0x42a)]=_0x18531a(this[_0x3e7cfe(0x556)],{'timeout':this[_0x3e7cfe(0x556)],'reqId':_0x4fd446[_0x3e7cfe(0x339)]}),this['_sender']=this['_resendTimer'][_0x3e7cfe(0x2b6)](({reqId:_0x4a34cb,timeout:_0x18cb2b})=>{const _0x40c81f=_0x3e7cfe;this[_0x40c81f(0x35d)](_0x4a34cb,_0x18cb2b);}),this);}[_0x4f02e5(0x2a8)](){const _0x4fb8a9=_0x4f02e5;return this[_0x4fb8a9(0x545)](),this[_0x4fb8a9(0x22d)][_0x4fb8a9(0x433)](_0x5aca18,this[_0x4fb8a9(0x317)],this[_0x4fb8a9(0x4d6)],this[_0x4fb8a9(0x429)],[],this[_0x4fb8a9(0x222)]);}[_0x4f02e5(0x3dc)](){return this;}[_0x4f02e5(0x473)](){const _0x106842=_0x4f02e5;this['_handler']['onSendChangeset'](this[_0x106842(0x429)]);}[_0x4f02e5(0x551)](_0x2db690){const _0x221318=_0x4f02e5;return this[_0x221318(0x545)](),this['_injector']['createInstance'](_0x41164a,this[_0x221318(0x317)],this['type'],this[_0x221318(0x429)],[],this[_0x221318(0x222)],_0x2db690);}[_0x4f02e5(0x35d)](_0xb14d39,_0x2b7adb){const _0x4b4eab=_0x4f02e5;var _0x585fdc;_0xb14d39===((_0x585fdc=this[_0x4b4eab(0x429)])==null?void 0x0:_0x585fdc[_0x4b4eab(0x339)])&&(this['resend'](),this[_0x4b4eab(0x556)]=_0x2b7adb===0x0?0x3e8:Math[_0x4b4eab(0x3d3)](_0x2b7adb*0x2,_0x1625b1),this[_0x4b4eab(0x3f4)]+=this[_0x4b4eab(0x556)]);}[_0x4f02e5(0x545)](){const _0x405ee9=_0x4f02e5;var _0x4b1662;(_0x4b1662=this[_0x405ee9(0x25d)])==null||_0x4b1662['unsubscribe'](),this[_0x405ee9(0x556)]=0x0,this[_0x405ee9(0x3f4)]=0x0;}};_0xd8acb7=_0x26cdbb=_0x411a83([_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x5,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x373)])),_0x2f2fb0(0x6,_0x5d4a9c['ICommandService']),_0x2f2fb0(0x7,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0x8,_0xdffdbc[_0x4f02e5(0x1f2)]),_0x2f2fb0(0x9,_0x5d4a9c[_0x4f02e5(0x314)]),_0x2f2fb0(0xa,(0x0,_0x5d4a9c['Optional'])(_0x207b84))],_0xd8acb7);let _0x384168=_0x3a193b=class extends _0x20d423{constructor(_0x567cc9,_0x29491c,_0x3f643b,_0x5c32e4,_0x4eef57,_0x4d3cc2,_0x4b5dd0,_0x3087bd,_0x646a8d,_0x3ffa0f,_0x519cd0,_0x54a0ad,_0x41ae56){const _0x7ccef4=_0x4f02e5;super(_0x567cc9,_0x29491c,_0x3f643b,_0x5c32e4,_0x4eef57,_0x646a8d,_0x54a0ad,_0x3087bd,_0x41ae56),this['_injector']=_0x4b5dd0,this[_0x7ccef4(0x431)]=_0x3ffa0f,this[_0x7ccef4(0x3fb)]=_0x519cd0,this[_0x7ccef4(0x267)]=_0x41ae56,_0xef01a1(this,_0x7ccef4(0x488),_0x7ccef4(0x517)),_0xef01a1(this,_0x7ccef4(0x556),0x0),_0xef01a1(this,'_maxTotalRetryTimeout',0x0),_0xef01a1(this,_0x7ccef4(0x42a),void 0x0),_0xef01a1(this,_0x7ccef4(0x25d),void 0x0),_0x4d3cc2&&(this[_0x7ccef4(0x42a)]=_0x4d3cc2,this[_0x7ccef4(0x25d)]=this[_0x7ccef4(0x42a)]['subscribe'](({reqId:_0x4504dc,timeout:_0x3a6076})=>{const _0x5f3d85=_0x7ccef4;this[_0x5f3d85(0x35d)](_0x4504dc,_0x3a6076);}));}['appendMutation'](_0x29eea7){const _0x14ea13=_0x4f02e5;return this[_0x14ea13(0x2de)][_0x14ea13(0x2c4)](_0x29eea7),this;}[_0x4f02e5(0x2fd)](_0x194742){const _0x44e7a1=_0x4f02e5;if(this[_0x44e7a1(0x53a)](_0x194742))return this[_0x44e7a1(0x545)](),this[_0x44e7a1(0x22d)]['createInstance'](_0x52059d,this[_0x44e7a1(0x317)],this[_0x44e7a1(0x4d6)],this[_0x44e7a1(0x429)],this[_0x44e7a1(0x2de)],null,[_0x194742],this[_0x44e7a1(0x222)]);try{let _0x2dcaee=this[_0x44e7a1(0x3fb)][_0x44e7a1(0x2f2)]([_0x194742],[this['_awaitingChangeset']],!0x1);if((0x0,_0xdffdbc[_0x44e7a1(0x2a5)])(_0x2dcaee)){let {c1Prime:_0x238b9d,c2Prime:_0x3b06df}=_0x2dcaee,_0x1987ff=this[_0x44e7a1(0x3fb)][_0x44e7a1(0x38d)](_0x238b9d[0x0],this[_0x44e7a1(0x2de)]);if((0x0,_0xdffdbc[_0x44e7a1(0x508)])(_0x1987ff)){let {c1Prime:_0x520bda,m2Prime:_0x48cc56}=_0x1987ff;return this[_0x44e7a1(0x1fa)](_0x520bda),_0x3b06df[0x0][_0x44e7a1(0x1eb)]=this[_0x44e7a1(0x37a)](),this[_0x44e7a1(0x545)](),this[_0x44e7a1(0x22d)][_0x44e7a1(0x433)](_0x3a193b,this[_0x44e7a1(0x317)],this[_0x44e7a1(0x4d6)],_0x3b06df[0x0],_0x48cc56,this[_0x44e7a1(0x222)],void 0x0);}throw _0x1987ff[_0x44e7a1(0x363)];}throw _0x2dcaee[_0x44e7a1(0x363)];}catch(_0x33dea0){return this['_logService'][_0x44e7a1(0x363)](_0x33dea0),this[_0x44e7a1(0x551)](!0x1);}}[_0x4f02e5(0x525)](_0x3732b7){const _0x467b57=_0x4f02e5;this[_0x467b57(0x545)]();let _0x48ffcb=this['_getCurrentRevision']();if(_0x3732b7[_0x467b57(0x36e)]<=_0x48ffcb)return this;if(this[_0x467b57(0x53a)](_0x3732b7))return this['_injector']['createInstance'](_0x52059d,this[_0x467b57(0x317)],this[_0x467b57(0x4d6)],this[_0x467b57(0x429)],this[_0x467b57(0x2de)],_0x3732b7[_0x467b57(0x36e)],[],this['_handler']);this['_incrementRevisionNumber']();let _0x46e301=this[_0x467b57(0x22d)][_0x467b57(0x433)](_0x5c7573,this['unitID'],this[_0x467b57(0x4d6)],this[_0x467b57(0x2de)],this[_0x467b57(0x222)]);return _0x46e301[_0x467b57(0x2c1)](),_0x46e301[_0x467b57(0x3b0)](),_0x46e301;}[_0x4f02e5(0x2ed)](_0x4f4770){const _0x52d7ad=_0x4f02e5;return this[_0x52d7ad(0x551)](!!(_0x4f4770!=null&&_0x4f4770['isPermissionRej']));}[_0x4f02e5(0x4ed)](_0x16dd58){const _0x360114=_0x4f02e5;return this[_0x360114(0x3f4)]>_0x4cd270?this[_0x360114(0x2a8)]():(this['_resendTimer']=_0x18531a(this[_0x360114(0x556)],{'timeout':this[_0x360114(0x556)],'reqId':_0x16dd58['reqId']}),this[_0x360114(0x25d)]=this['_resendTimer'][_0x360114(0x2b6)](({reqId:_0x28bd50,timeout:_0x5724cf})=>{const _0x2b0d76=_0x360114;this[_0x2b0d76(0x35d)](_0x28bd50,_0x5724cf);}),this);}[_0x4f02e5(0x2a8)](){const _0x5ac396=_0x4f02e5;return this[_0x5ac396(0x545)](),this['_injector'][_0x5ac396(0x433)](_0x5aca18,this[_0x5ac396(0x317)],this[_0x5ac396(0x4d6)],this[_0x5ac396(0x429)],this[_0x5ac396(0x2de)],this[_0x5ac396(0x222)]);}[_0x4f02e5(0x3dc)](){return this;}[_0x4f02e5(0x473)](){const _0x57b9f8=_0x4f02e5;this['_handler'][_0x57b9f8(0x4bf)](this['_awaitingChangeset']);}[_0x4f02e5(0x551)](_0x53ad69){const _0x37d7ae=_0x4f02e5;return this[_0x37d7ae(0x545)](),this['_injector'][_0x37d7ae(0x433)](_0x41164a,this[_0x37d7ae(0x317)],this['type'],null,this[_0x37d7ae(0x2de)],this['_handler'],_0x53ad69);}[_0x4f02e5(0x35d)](_0x3da6e3,_0x2ff879){const _0x52c3af=_0x4f02e5;var _0x4ae4ee;_0x3da6e3===((_0x4ae4ee=this[_0x52c3af(0x429)])==null?void 0x0:_0x4ae4ee['reqId'])&&(this[_0x52c3af(0x473)](),this[_0x52c3af(0x556)]=_0x2ff879===0x0?0x3e8:Math[_0x52c3af(0x3d3)](_0x2ff879*0x2,_0x1625b1),this[_0x52c3af(0x3f4)]+=this[_0x52c3af(0x556)]);}[_0x4f02e5(0x545)](){const _0x29a99b=_0x4f02e5;var _0x21bc68;(_0x21bc68=this['_sender'])==null||_0x21bc68['unsubscribe'](),this[_0x29a99b(0x556)]=0x0,this[_0x29a99b(0x3f4)]=0x0;}};_0x384168=_0x3a193b=_0x411a83([_0x2f2fb0(0x6,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x7,(0x0,_0x5d4a9c['Inject'])(_0xdffdbc[_0x4f02e5(0x373)])),_0x2f2fb0(0x8,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0x9,_0x5d4a9c['ILogService']),_0x2f2fb0(0xa,_0xdffdbc[_0x4f02e5(0x1f2)]),_0x2f2fb0(0xb,_0x5d4a9c['IUndoRedoService']),_0x2f2fb0(0xc,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x207b84))],_0x384168);let _0x41164a=class extends _0x20d423{constructor(_0x3e2c2d,_0x61c494,_0x4801c5,_0x632f97,_0x45928c,_0x1db8f1=!0x1,_0x4180d2,_0x15face,_0x2968b1,_0x31d088,_0x508619,_0x219fee,_0x33abcb){const _0x4d233e=_0x4f02e5;super(_0x3e2c2d,_0x61c494,_0x4801c5,_0x632f97,_0x45928c,_0x15face,_0x2968b1,_0x31d088,_0x33abcb),this[_0x4d233e(0x24f)]=_0x1db8f1,this['_permissionService']=_0x4180d2,this[_0x4d233e(0x46e)]=_0x508619,this['_collaborationUIEventService']=_0x219fee,this[_0x4d233e(0x267)]=_0x33abcb,_0xef01a1(this,_0x4d233e(0x488),_0x4d233e(0x3a9)),this[_0x4d233e(0x4c7)](),this[_0x4d233e(0x22f)](),this[_0x4d233e(0x331)]();}[_0x4f02e5(0x29f)](){return this;}[_0x4f02e5(0x2fd)](){return this;}[_0x4f02e5(0x525)](){return this;}[_0x4f02e5(0x2ed)](){return this;}['onRemoteRetry'](){return this;}[_0x4f02e5(0x2a8)](){return this;}['toggleOnline'](){return this;}[_0x4f02e5(0x473)](){const _0x517822=_0x4f02e5;throw Error(_0x517822(0x421));}[_0x4f02e5(0x22f)](){const _0x359ee6=_0x4f02e5;var _0x2cb2c7,_0x34c321,_0x34b27c;(_0x2cb2c7=this[_0x359ee6(0x4e1)])==null||(_0x34c321=_0x2cb2c7[_0x359ee6(0x319)])==null||(_0x34c321=_0x34c321[_0x359ee6(0x295)](_0x2cb2c7,this[_0x359ee6(0x317)],'conflict'))==null||_0x34c321['catch'](()=>void 0x0),(_0x34b27c=this[_0x359ee6(0x4e1)])==null||_0x34b27c[_0x359ee6(0x457)](this[_0x359ee6(0x317)],this[_0x359ee6(0x4d6)],null,[]);}['_showConflictNotification'](){const _0x268c1f=_0x4f02e5;this[_0x268c1f(0x24f)]?this[_0x268c1f(0x25c)][_0x268c1f(0x216)]({'id':_0x268c1f(0x412)}):this[_0x268c1f(0x25c)]['emitEvent']({'id':_0x268c1f(0x46a)});}['_disableEditing'](){const _0x4224d3=_0x4f02e5;this['_permissionService'][_0x4224d3(0x512)](new _0x35e648[(_0x4224d3(0x52d))](this[_0x4224d3(0x317)])['id'],!0x1);}};_0x41164a=_0x411a83([_0x2f2fb0(0x6,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x4e6)])),_0x2f2fb0(0x7,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0x8,_0x5d4a9c[_0x4f02e5(0x314)]),_0x2f2fb0(0x9,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc['RevisionService'])),_0x2f2fb0(0xa,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x387)])),_0x2f2fb0(0xb,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xaaa1eb)),_0x2f2fb0(0xc,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x207b84))],_0x41164a);let _0x5aca18=class extends _0x20d423{constructor(_0x5c7ae7,_0xadd8e1,_0x1dea5e,_0x1b15e8,_0x3931ed,_0x4ada38,_0x531d4b,_0x4d4449,_0x455bad,_0x4e2676){super(_0x5c7ae7,_0xadd8e1,_0x1dea5e,_0x1b15e8,_0x3931ed,_0x4d4449,_0x455bad,_0x531d4b,_0x4e2676),this['_injector']=_0x4ada38,_0xef01a1(this,'status','offline');}['appendMutation'](_0x54e969){const _0xf9a9f0=_0x4f02e5;return this[_0xf9a9f0(0x2de)][_0xf9a9f0(0x2c4)](_0x54e969),this[_0xf9a9f0(0x3b0)](),this;}[_0x4f02e5(0x2fd)](_0x23c8f9){const _0x25a115=_0x4f02e5;throw Error(_0x25a115(0x53d));}[_0x4f02e5(0x525)](){const _0x281509=_0x4f02e5;throw Error(_0x281509(0x2b4));}['onRemoteRej'](){const _0x5c0530=_0x4f02e5;throw Error(_0x5c0530(0x2e7));}[_0x4f02e5(0x4ed)](){return this;}[_0x4f02e5(0x2a8)](){return this;}[_0x4f02e5(0x3dc)](){const _0xd6fc31=_0x4f02e5;let {_injector:_0x3ac77b,_pendingMutations:_0x431287,_awaitingChangeset:_0x1ff417,unitID:_0x51e54f,_handler:_0x48320e,type:_0x3d8c3e}=this,_0x39e074=_0x316ff4(_0x3ac77b,_0x51e54f,_0x3d8c3e,_0x1ff417,_0x431287,_0x48320e);return _0x39e074 instanceof _0x5c7573?_0x39e074[_0xd6fc31(0x2c1)]():(_0x39e074 instanceof _0x384168||_0x39e074 instanceof _0xd8acb7)&&_0x39e074[_0xd6fc31(0x473)](),_0x39e074;}['resend'](){throw Error('[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.');}};_0x5aca18=_0x411a83([_0x2f2fb0(0x5,(0x0,_0x5d4a9c['Inject'])(_0x5d4a9c['Injector'])),_0x2f2fb0(0x6,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc['RevisionService'])),_0x2f2fb0(0x7,_0x5d4a9c['ICommandService']),_0x2f2fb0(0x8,_0x5d4a9c[_0x4f02e5(0x314)]),_0x2f2fb0(0x9,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x207b84))],_0x5aca18);let _0x52059d=class extends _0x20d423{constructor(_0x338d0b,_0x575048,_0x226360,_0x4a2723,_0x2c31e2,_0x3ed4e1,_0x1d546b,_0x36e52d,_0x1c0fb0,_0x143a52,_0x16e638,_0x25d62c,_0x1e5216,_0xb2a03c){const _0x1e2636=_0x4f02e5;super(_0x338d0b,_0x575048,_0x226360,_0x4a2723,_0x1d546b,_0x16e638,_0x25d62c,_0x1c0fb0,_0xb2a03c),this[_0x1e2636(0x490)]=_0x2c31e2,this[_0x1e2636(0x46c)]=_0x3ed4e1,this[_0x1e2636(0x22d)]=_0x36e52d,this[_0x1e2636(0x431)]=_0x143a52,this[_0x1e2636(0x3fb)]=_0x1e5216,this['localCacheService']=_0xb2a03c,_0xef01a1(this,_0x1e2636(0x488),_0x1e2636(0x3cc));}[_0x4f02e5(0x2f0)](_0x526a86){const _0x4cbd1c=_0x4f02e5;try{if(this[_0x4cbd1c(0x485)](_0x526a86)[_0x4cbd1c(0x3bc)])throw Error(_0x4cbd1c(0x30f));if(this[_0x4cbd1c(0x485)]([...this[_0x4cbd1c(0x46c)]][_0x4cbd1c(0x3e2)]((_0x1757af,_0x3583e9)=>_0x1757af[_0x4cbd1c(0x36e)]-_0x3583e9['revision']))[_0x4cbd1c(0x3bc)])return this[_0x4cbd1c(0x46c)]=[],this[_0x4cbd1c(0x3b0)](),this[_0x4cbd1c(0x222)][_0x4cbd1c(0x345)]({'from':this['_getCurrentRevision'](),'to':0x0}),this;let _0x141e5c=this[_0x4cbd1c(0x429)],_0x441512=this[_0x4cbd1c(0x2de)],_0x32164a;if(_0x141e5c&&_0x441512[_0x4cbd1c(0x48e)]!==0x0)_0x32164a=this[_0x4cbd1c(0x22d)]['createInstance'](_0x384168,this[_0x4cbd1c(0x317)],this['type'],_0x141e5c,_0x441512,this[_0x4cbd1c(0x222)],void 0x0);else{if(_0x141e5c&&_0x441512['length']===0x0)_0x141e5c[_0x4cbd1c(0x1eb)]=this['_getCurrentRevision'](),_0x32164a=this[_0x4cbd1c(0x22d)][_0x4cbd1c(0x433)](_0xd8acb7,this[_0x4cbd1c(0x317)],this[_0x4cbd1c(0x4d6)],_0x141e5c,this[_0x4cbd1c(0x222)]);else{if(_0x441512['length']!==0x0){let _0xc3f56b=this[_0x4cbd1c(0x22d)][_0x4cbd1c(0x433)](_0x5c7573,this[_0x4cbd1c(0x317)],this['type'],_0x441512,this[_0x4cbd1c(0x222)]);_0xc3f56b['_schedule'](),_0x32164a=_0xc3f56b;}else _0x32164a=this['_injector'][_0x4cbd1c(0x433)](_0x1707ff,this[_0x4cbd1c(0x317)],this[_0x4cbd1c(0x4d6)],this[_0x4cbd1c(0x222)]);}}return _0x32164a[_0x4cbd1c(0x3b0)](),_0x32164a;}catch(_0xc99941){return this['_logService']['error']('[FetchMissState]',_0x4cbd1c(0x4c6),_0xc99941),this[_0x4cbd1c(0x22d)][_0x4cbd1c(0x433)](_0x41164a,this[_0x4cbd1c(0x317)],this[_0x4cbd1c(0x4d6)],this[_0x4cbd1c(0x429)],this['_pendingMutations'],this[_0x4cbd1c(0x222)],!0x1);}}['_handleRemoteChangesets'](_0x27b3d8){const _0x452c85=_0x4f02e5;this['_acknowledgeAwaitingIfReady']();for(let _0x5588bc=0x0;_0x5588bc<_0x27b3d8['length'];_0x5588bc++){let _0x165952=_0x27b3d8[_0x5588bc],_0x50bc71=this[_0x452c85(0x37a)]();if(!(_0x165952[_0x452c85(0x36e)]<=_0x50bc71)){if(_0x165952['revision']>_0x50bc71+0x1)return{'missingChangesets':!0x0};if(this[_0x452c85(0x2b2)](_0x165952)){this['_acknowledgeAwaiting']();continue;}this['_transformAndApplyRemoteChangeset'](_0x165952),this['_acknowledgeAwaitingIfReady']();}}return{'missingChangesets':!0x1};}[_0x4f02e5(0x3fe)](_0x19ee5d){const _0xcc37b3=_0x4f02e5;let _0x12cb15=_0x19ee5d,_0x55daf7=this[_0xcc37b3(0x429)];if(_0x55daf7){let _0x13a36c=this[_0xcc37b3(0x3fb)][_0xcc37b3(0x2f2)]([_0x19ee5d],[_0x55daf7],!0x1);if(!(0x0,_0xdffdbc['isTransformChangesetsSuccess'])(_0x13a36c))throw _0x13a36c[_0xcc37b3(0x363)];_0x12cb15=_0x13a36c[_0xcc37b3(0x25b)][0x0],_0x55daf7=_0x13a36c[_0xcc37b3(0x523)][0x0];}let _0x571c93=this[_0xcc37b3(0x2de)];if(_0x571c93[_0xcc37b3(0x48e)]){let _0x1d4a09=this['_transformService'][_0xcc37b3(0x38d)](_0x12cb15,_0x571c93);if(!(0x0,_0xdffdbc[_0xcc37b3(0x508)])(_0x1d4a09))throw _0x1d4a09[_0xcc37b3(0x363)];_0x12cb15=_0x1d4a09['c1Prime'],_0x571c93=_0x1d4a09[_0xcc37b3(0x3ac)];}this[_0xcc37b3(0x1fa)](_0x12cb15),_0x55daf7&&(_0x55daf7['baseRev']=this[_0xcc37b3(0x37a)]()),this['_awaitingChangeset']=_0x55daf7,this[_0xcc37b3(0x2de)]=_0x571c93;}[_0x4f02e5(0x43a)](){const _0x295daa=_0x4f02e5;if(!this[_0x295daa(0x429)]||this[_0x295daa(0x490)]==null)return;let _0x251945=this[_0x295daa(0x37a)]();if(this[_0x295daa(0x490)]<=_0x251945)throw Error('[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20'+this[_0x295daa(0x490)]+'.');this['_acknowledgedAwaitingRevision']===_0x251945+0x1&&this[_0x295daa(0x2e6)]();}['_acknowledgeAwaiting'](){const _0x27f116=_0x4f02e5;this[_0x27f116(0x2e4)](),this[_0x27f116(0x429)]=null,this[_0x27f116(0x490)]=null;}[_0x4f02e5(0x2b2)](_0x4e096a){const _0x3a10ee=_0x4f02e5;let _0x4d9623=this[_0x3a10ee(0x429)];return!_0x4d9623||!_0x4d9623[_0x3a10ee(0x2a2)]||_0x4d9623[_0x3a10ee(0x339)]===null||_0x4d9623[_0x3a10ee(0x339)]===void 0x0?!0x1:_0x4e096a[_0x3a10ee(0x317)]===_0x4d9623[_0x3a10ee(0x317)]&&_0x4e096a['sid']===_0x4d9623[_0x3a10ee(0x2a2)]&&_0x4e096a[_0x3a10ee(0x339)]===_0x4d9623[_0x3a10ee(0x339)];}[_0x4f02e5(0x473)](){const _0x482d5a=_0x4f02e5;throw Error(_0x482d5a(0x24c));}['appendMutation'](_0x17943b){const _0x3882b8=_0x4f02e5;return this[_0x3882b8(0x2de)][_0x3882b8(0x2c4)](_0x17943b),this;}['onRemoteChangeset'](_0x2cdbb5){const _0x5c98ea=_0x4f02e5;return this['_queuedRemoteChangesets'][_0x5c98ea(0x2c4)](_0x2cdbb5),this;}['onRemoteAck'](_0x2238f8){const _0x422ca4=_0x4f02e5;if(this['_awaitingChangeset']){let _0x3a5488=this[_0x422ca4(0x37a)]();return _0x2238f8[_0x422ca4(0x36e)]<=_0x3a5488||(_0x3a5488+0x1===_0x2238f8[_0x422ca4(0x36e)]?(this[_0x422ca4(0x2e4)](),this[_0x422ca4(0x429)]=null,this['_acknowledgedAwaitingRevision']=null):this['_acknowledgedAwaitingRevision']=_0x2238f8['revision']),this;}if(_0x2238f8['revision']<=this[_0x422ca4(0x37a)]())return this;throw Error(_0x422ca4(0x406));}[_0x4f02e5(0x2ed)](_0xc327e4){const _0x2f88aa=_0x4f02e5;return this[_0x2f88aa(0x551)](!!(_0xc327e4!=null&&_0xc327e4['isPermissionRej']));}[_0x4f02e5(0x4ed)](){return this;}[_0x4f02e5(0x2a8)](){const _0x19813b=_0x4f02e5;return this[_0x19813b(0x22d)][_0x19813b(0x433)](_0x5aca18,this[_0x19813b(0x317)],this['type'],this[_0x19813b(0x429)],this['_pendingMutations'],this[_0x19813b(0x222)]);}[_0x4f02e5(0x3dc)](){return this;}[_0x4f02e5(0x551)](_0x13aae2){const _0x485195=_0x4f02e5;return this[_0x485195(0x22d)][_0x485195(0x433)](_0x41164a,this[_0x485195(0x317)],this[_0x485195(0x4d6)],this['_awaitingChangeset'],this[_0x485195(0x2de)],this[_0x485195(0x222)],_0x13aae2);}};_0x52059d=_0x411a83([_0x2f2fb0(0x7,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c['Injector'])),_0x2f2fb0(0x8,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x373)])),_0x2f2fb0(0x9,_0x5d4a9c['ILogService']),_0x2f2fb0(0xa,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0xb,_0x5d4a9c[_0x4f02e5(0x314)]),_0x2f2fb0(0xc,_0xdffdbc['ITransformService']),_0x2f2fb0(0xd,(0x0,_0x5d4a9c['Optional'])(_0x207b84))],_0x52059d);function _0x316ff4(_0x43879e,_0x5e6060,_0x347832,_0x112722,_0x236284,_0x3e9c88){const _0x45232e=_0x4f02e5;return _0x112722&&_0x236284[_0x45232e(0x48e)]?_0x43879e[_0x45232e(0x433)](_0x384168,_0x5e6060,_0x347832,_0x112722,_0x236284,_0x3e9c88,void 0x0):_0x112722?_0x43879e[_0x45232e(0x433)](_0xd8acb7,_0x5e6060,_0x347832,_0x112722,_0x3e9c88):_0x236284[_0x45232e(0x48e)]?_0x43879e['createInstance'](_0x5c7573,_0x5e6060,_0x347832,_0x236284,_0x3e9c88):_0x43879e[_0x45232e(0x433)](_0x1707ff,_0x5e6060,_0x347832,_0x3e9c88);}let _0x4a42ea=class extends _0x5d4a9c[_0x4f02e5(0x3c6)]{get['state'](){const _0x4af4f7=_0x4f02e5;return this[_0x4af4f7(0x453)];}constructor(_0x22c195,_0x562ccb,_0x1953f7,_0x31a077,_0x37935a,_0x24ae1d,_0x48f1e4,_0x682596,_0x44983d,_0x1538f9,_0x3569d3,_0x22ab44,_0x36e9ad,_0x2f27ac){const _0x701268=_0x4f02e5;super(),this[_0x701268(0x317)]=_0x22c195,this[_0x701268(0x37c)]=_0x562ccb,this[_0x701268(0x439)]=_0x1953f7,this['_injector']=_0x31a077,this[_0x701268(0x2dd)]=_0x37935a,this[_0x701268(0x46e)]=_0x24ae1d,this[_0x701268(0x36d)]=_0x48f1e4,this['_eventService']=_0x682596,this[_0x701268(0x2e1)]=_0x44983d,this[_0x701268(0x431)]=_0x1538f9,this[_0x701268(0x413)]=_0x3569d3,this[_0x701268(0x320)]=_0x22ab44,this[_0x701268(0x507)]=_0x36e9ad,this[_0x701268(0x4e1)]=_0x2f27ac,_0xef01a1(this,'_state$',new _0x1090a1[(_0x701268(0x22c))](null)),_0xef01a1(this,_0x701268(0x47f),this['_state$']['asObservable']()),_0xef01a1(this,_0x701268(0x453),void 0x0),_0xef01a1(this,_0x701268(0x2cd),!0x1),_0xef01a1(this,'_changesetSessionId',''),_0xef01a1(this,'_changesetReqId',0x0),_0xef01a1(this,'status$',this['state$'][_0x701268(0x456)]((0x0,_0x1090a1[_0x701268(0x2a0)])(_0x4e7d1b=>_0x4e7d1b?_0x4e7d1b['status']:_0x701268(0x2d7)),(0x0,_0x1090a1[_0x701268(0x306)])({'bufferSize':0x1,'refCount':!0x0}))),_0xef01a1(this,_0x701268(0x4f3),!0x1),_0xef01a1(this,'_remoteChangesetQueue',[]);}async[_0x4f02e5(0x299)](){const _0x4f0c85=_0x4f02e5;if(this[_0x4f0c85(0x502)])throw Error(_0x4f0c85(0x416));await this[_0x4f0c85(0x228)]();}[_0x4f02e5(0x496)](){const _0xcbb0c4=_0x4f02e5;return this[_0xcbb0c4(0x2cd)]=!0x0,(0x0,_0x5d4a9c[_0xcbb0c4(0x31a)])(()=>{const _0x3b5cd3=_0xcbb0c4;this[_0x3b5cd3(0x2cd)]=!0x1,this[_0x3b5cd3(0x39c)]();});}[_0x4f02e5(0x358)](_0x545298){const _0x538042=_0x4f02e5;this[_0x538042(0x41f)](_0x545298);}[_0x4f02e5(0x224)](_0x125c3c){const _0x384008=_0x4f02e5;this[_0x384008(0x453)]=_0x125c3c,this[_0x384008(0x513)][_0x384008(0x31e)](_0x125c3c);}async[_0x4f02e5(0x228)](){const _0x5439a6=_0x4f02e5;if(this[_0x5439a6(0x224)](await this[_0x5439a6(0x2eb)]()),this[_0x5439a6(0x507)]){var _0x675bf1;(_0x675bf1=this[_0x5439a6(0x507)])==null||_0x675bf1[_0x5439a6(0x541)](this[_0x5439a6(0x317)]),this[_0x5439a6(0x38e)](this[_0x5439a6(0x507)][_0x5439a6(0x3ec)](this[_0x5439a6(0x317)])[_0x5439a6(0x2b6)](_0x2004f4=>{const _0x1fa2bf=_0x5439a6;this[_0x1fa2bf(0x431)][_0x1fa2bf(0x2bc)](_0x1fa2bf(0x514),_0x1fa2bf(0x493),_0x2004f4),_0x2004f4===0x1?(this[_0x1fa2bf(0x4f6)][_0x1fa2bf(0x216)]({'id':'OTHER_CLIENT_EDITING'}),this[_0x1fa2bf(0x320)][_0x1fa2bf(0x512)](new _0x35e648[(_0x1fa2bf(0x52d))](this['unitID'])['id'],!0x1),this[_0x1fa2bf(0x320)][_0x1fa2bf(0x40d)](!0x1)):(this[_0x1fa2bf(0x320)][_0x1fa2bf(0x512)](new _0x35e648[(_0x1fa2bf(0x52d))](this[_0x1fa2bf(0x317)])['id'],!0x0),this[_0x1fa2bf(0x320)][_0x1fa2bf(0x40d)](!0x0));}));}let _0x273b52=!0x1;return this[_0x5439a6(0x38e)](this[_0x5439a6(0x37c)][_0x5439a6(0x4d2)][_0x5439a6(0x2b6)](_0x21810a=>{_0x21810a===0x3?this['_toggleOnline'](_0x273b52):_0x21810a===0x2&&(_0x273b52=!0x0,this['_toggleOffline']());})),this[_0x5439a6(0x38e)](this[_0x5439a6(0x37c)][_0x5439a6(0x49b)]['subscribe'](_0x5bbcfb=>{const _0x5a834=_0x5439a6;try{switch(_0x5bbcfb[_0x5a834(0x3eb)]){case _0xdffdbc[_0x5a834(0x282)][_0x5a834(0x1f9)]:this[_0x5a834(0x497)]((0x0,_0xdffdbc[_0x5a834(0x41a)])(_0x5bbcfb[_0x5a834(0x29a)]));break;case _0xdffdbc[_0x5a834(0x282)][_0x5a834(0x1fb)]:this[_0x5a834(0x430)](_0x5bbcfb[_0x5a834(0x29a)]);break;case _0xdffdbc[_0x5a834(0x282)][_0x5a834(0x395)]:this[_0x5a834(0x2af)]();break;case _0xdffdbc[_0x5a834(0x282)]['CHANGESET_SHOULD_RETRY']:this[_0x5a834(0x276)](_0x5bbcfb['data']);break;case _0xdffdbc['CollaborationEvent'][_0x5a834(0x4c3)]:this['_onFetchMissResult'](_0x5bbcfb[_0x5a834(0x29a)][_0x5a834(0x38a)][_0x5a834(0x2a0)](_0x169ac2=>(0x0,_0xdffdbc[_0x5a834(0x41a)])(_0x169ac2)));break;case _0xdffdbc[_0x5a834(0x282)]['PERMISSION_REJ']:this['_onRemoteRejected']({'isPermissionRej':!0x0});break;case _0xdffdbc[_0x5a834(0x282)][_0x5a834(0x271)]:break;}}catch(_0x4a5e2e){throw console[_0x5a834(0x363)](_0x5a834(0x3a0),_0x4a5e2e),_0x4a5e2e;}})),this[_0x5439a6(0x453)];}[_0x4f02e5(0x4f5)](){this['_transitionLocked']=!0x1;}[_0x4f02e5(0x369)](){const _0x6a9489=_0x4f02e5;if(this[_0x6a9489(0x4f3)])throw Error(_0x6a9489(0x2f9));this['_transitionLocked']=!0x0;}[_0x4f02e5(0x41f)](_0x322939){const _0x1cce60=_0x4f02e5;this[_0x1cce60(0x369)](),this[_0x1cce60(0x224)](this[_0x1cce60(0x453)]['appendMutation'](_0x322939)),this[_0x1cce60(0x4f5)]();}[_0x4f02e5(0x497)](_0x33dc37){const _0x1e9190=_0x4f02e5;if(!(_0x33dc37[_0x1e9190(0x36e)]<=this['_revisionService']['getCurrentRevOfUnit'](this['unitID']))){if(this['_collaborationPaused']){this['_remoteChangesetQueue'][_0x1e9190(0x2c4)](_0x33dc37);return;}this[_0x1e9190(0x21a)](_0x33dc37);}}['_exhaustRemoteChangesetQueue'](){const _0x3b109d=_0x4f02e5;this[_0x3b109d(0x4c2)][_0x3b109d(0x217)](_0x5e450=>this[_0x3b109d(0x21a)](_0x5e450)),this[_0x3b109d(0x4c2)]=[];}[_0x4f02e5(0x21a)](_0x93a214){const _0x59155f=_0x4f02e5;let _0x2e0c97=this[_0x59155f(0x2dd)]['interceptor'][_0x59155f(0x31f)](this['_compressMutationService'][_0x59155f(0x20f)]['getInterceptPoints']()['COMPRESS_MUTATION_APPLY'])(_0x93a214[_0x59155f(0x371)],null)||_0x93a214[_0x59155f(0x371)],_0x5ecf93={..._0x93a214,'mutations':_0x2e0c97};this['_lockTransition'](),this[_0x59155f(0x224)](this[_0x59155f(0x453)][_0x59155f(0x2fd)](_0x5ecf93)),this[_0x59155f(0x4f5)]();}[_0x4f02e5(0x430)](_0x3f0604){const _0x502682=_0x4f02e5;this[_0x502682(0x369)](),this['_updateState'](this['_state'][_0x502682(0x525)](_0x3f0604)),this[_0x502682(0x4f5)]();}[_0x4f02e5(0x2af)](_0x3492c6){const _0x3d3113=_0x4f02e5;this['_lockTransition'](),this[_0x3d3113(0x224)](this[_0x3d3113(0x453)][_0x3d3113(0x2ed)](_0x3492c6)),this['_unlockTransition']();}[_0x4f02e5(0x276)](_0x506503){const _0x4b07f7=_0x4f02e5;this[_0x4b07f7(0x369)](),this[_0x4b07f7(0x224)](this[_0x4b07f7(0x453)][_0x4b07f7(0x4ed)](_0x506503)),this[_0x4b07f7(0x4f5)]();}[_0x4f02e5(0x392)](_0xb149eb){const _0xdb63b8=_0x4f02e5;if(!(this[_0xdb63b8(0x453)]instanceof _0x52059d))throw TypeError(_0xdb63b8(0x23a));let _0x459635=_0xb149eb['map'](_0x19c7fb=>{const _0x5acd08=_0xdb63b8;let _0x4110c8=this[_0x5acd08(0x2dd)][_0x5acd08(0x20f)][_0x5acd08(0x31f)](this['_compressMutationService']['interceptor'][_0x5acd08(0x552)]()[_0x5acd08(0x252)])(_0x19c7fb['mutations'],null)||_0x19c7fb[_0x5acd08(0x371)];return{..._0x19c7fb,'mutations':_0x4110c8};});this[_0xdb63b8(0x369)](),this[_0xdb63b8(0x224)](this['_state'][_0xdb63b8(0x2f0)](_0x459635)),this[_0xdb63b8(0x4f5)]();}[_0x4f02e5(0x52c)](){const _0x505269=_0x4f02e5;this[_0x505269(0x369)](),this[_0x505269(0x224)](this[_0x505269(0x453)]['toggleOffline']()),this[_0x505269(0x4f5)]();}[_0x4f02e5(0x300)](_0x43fd3c=!0x1){const _0x41ed5a=_0x4f02e5;this[_0x41ed5a(0x369)](),this[_0x41ed5a(0x224)](this[_0x41ed5a(0x453)][_0x41ed5a(0x3dc)]()),this[_0x41ed5a(0x4f5)]();let _0x281a55=this[_0x41ed5a(0x453)];_0x43fd3c&&_0x281a55 instanceof _0x1707ff&&(this['_lockTransition'](),this[_0x41ed5a(0x224)](_0x281a55[_0x41ed5a(0x330)]()),this[_0x41ed5a(0x4f5)]());}async[_0x4f02e5(0x2eb)](){return new Promise(_0xebd57d=>{const _0x47ac4f=_0x429f;this['session'][_0x47ac4f(0x4d2)]['pipe']((0x0,_0x1090a1['take'])(0x1))[_0x47ac4f(0x2b6)](async _0x2dbf86=>{_0xebd57d(await this['_createInitialStateImpl'](_0x2dbf86===0x3));});});}[_0x4f02e5(0x42b)](){let _0x2f1c33=this['unitID'];return{'onStateChange':(_0x11c76f,_0x472014)=>{const _0x2ed6dc=_0x429f;if(_0x11c76f!==this['_state'])throw Error(_0x2ed6dc(0x214)+_0x11c76f[_0x2ed6dc(0x488)]+_0x2ed6dc(0x2cb)+_0x472014[_0x2ed6dc(0x488)]+_0x2ed6dc(0x25f)+this[_0x2ed6dc(0x453)]['status']);this['_updateState'](_0x472014);},'onSendChangeset':_0x55c8b7=>{const _0x106a07=_0x429f;_0x55c8b7[_0x106a07(0x2a2)]||(_0x55c8b7['sid']=this[_0x106a07(0x203)],_0x55c8b7[_0x106a07(0x339)]=++this[_0x106a07(0x2c7)]);let _0x10403e={'eventID':_0xdffdbc[_0x106a07(0x282)][_0x106a07(0x4ee)],'data':{'unitID':_0x55c8b7[_0x106a07(0x317)],'unitType':this[_0x106a07(0x439)],'changeset':_0x55c8b7,'memberID':this[_0x106a07(0x37c)]['getMemberID']()}};this[_0x106a07(0x37c)][_0x106a07(0x255)](_0x10403e,this[_0x106a07(0x317)]);},'onMissingChangesets':({from:_0x3d29c9,to:_0x323166})=>{const _0xd524ba=_0x429f;this[_0xd524ba(0x431)][_0xd524ba(0x2bc)](_0xd524ba(0x514),_0xd524ba(0x325)+_0x3d29c9+'\x20to\x20'+_0x323166);let _0x39a25b={'eventID':_0xdffdbc[_0xd524ba(0x282)][_0xd524ba(0x1f4)],'data':{'unitID':_0x2f1c33,'unitType':this[_0xd524ba(0x439)],'from':_0x3d29c9,'to':_0x323166}};this[_0xd524ba(0x37c)]['send'](_0x39a25b,this['unitID']);}};}async[_0x4f02e5(0x4d1)](_0x5e9cf9){const _0x59c4de=_0x4f02e5;var _0x527aed,_0x2cdfba,_0x19bab7;let _0x54b392=await((_0x527aed=this['_localCacheService'])==null?void 0x0:_0x527aed[_0x59c4de(0x390)](this['unitID'])),_0x12a7d9=(_0x2cdfba=_0x54b392==null?void 0x0:_0x54b392[_0x59c4de(0x371)])==null?[]:_0x2cdfba,_0x17929b=(_0x19bab7=_0x54b392==null?void 0x0:_0x54b392[_0x59c4de(0x258)])==null?null:_0x19bab7,_0x46497f=!!(_0x17929b!=null&&_0x17929b[_0x59c4de(0x2a2)])&&!!(_0x17929b!=null&&_0x17929b[_0x59c4de(0x339)]);this[_0x59c4de(0x203)]=_0x46497f?_0x17929b[_0x59c4de(0x2a2)]:(0x0,_0xdffdbc[_0x59c4de(0x30c)])(),this[_0x59c4de(0x2c7)]=_0x46497f?_0x17929b[_0x59c4de(0x339)]:0x0;let _0x5441e8=this[_0x59c4de(0x317)];try{this[_0x59c4de(0x4b4)](_0x17929b,_0x12a7d9);}catch(_0x5cd404){this[_0x59c4de(0x431)][_0x59c4de(0x363)](_0x5cd404);}let _0x154968=this[_0x59c4de(0x42b)]();if(_0x5e9cf9){let _0x21936e=_0x316ff4(this[_0x59c4de(0x22d)],_0x5441e8,this[_0x59c4de(0x439)],_0x17929b,_0x12a7d9,_0x154968);return _0x21936e instanceof _0x5c7573?_0x21936e[_0x59c4de(0x2c1)]():(_0x21936e instanceof _0x384168||_0x21936e instanceof _0xd8acb7)&&_0x21936e['resend'](),_0x21936e;}return this[_0x59c4de(0x22d)][_0x59c4de(0x433)](_0x5aca18,_0x5441e8,this[_0x59c4de(0x439)],_0x17929b,_0x12a7d9,_0x154968);}[_0x4f02e5(0x4b4)](_0x191088,_0xee92ba){const _0x42ff12=_0x4f02e5;var _0x25464d,_0x210a01;let _0x272300=this[_0x42ff12(0x2dd)][_0x42ff12(0x20f)][_0x42ff12(0x31f)](this[_0x42ff12(0x2dd)]['interceptor'][_0x42ff12(0x552)]()[_0x42ff12(0x252)]);(_0x25464d=_0x272300((_0x191088==null?void 0x0:_0x191088['mutations'])||[],null))==null||_0x25464d['forEach'](_0x1a9b13=>this[_0x42ff12(0x413)][_0x42ff12(0x32f)](_0x1a9b13['id'],_0x1a9b13[_0x42ff12(0x3c4)])),(_0x210a01=_0x272300(_0xee92ba||[],null))==null||_0x210a01[_0x42ff12(0x217)](_0x94a0d2=>this[_0x42ff12(0x413)][_0x42ff12(0x32f)](_0x94a0d2['id'],_0x94a0d2[_0x42ff12(0x3c4)]));}};_0x4a42ea=_0x411a83([_0x2f2fb0(0x3,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x4a5)])),_0x2f2fb0(0x5,(0x0,_0x5d4a9c['Inject'])(_0x5d4a9c['LocaleService'])),_0x2f2fb0(0x6,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x373)])),_0x2f2fb0(0x7,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xaaa1eb)),_0x2f2fb0(0x8,_0x5d4a9c['IUniverInstanceService']),_0x2f2fb0(0x9,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0xa,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0xb,_0x5d4a9c[_0x4f02e5(0x4e6)]),_0x2f2fb0(0xc,(0x0,_0x5d4a9c['Optional'])(_0x2bf173)),_0x2f2fb0(0xd,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x207b84))],_0x4a42ea);let _0x421885=class extends _0x4a42ea{constructor(_0x3cef03,_0x47129c,_0xd60911,_0x51d17b,_0x4c29c8,_0x417306,_0x341ae,_0xf4a466,_0x37ac77,_0x168873,_0xd5dbfd,_0x34d39b,_0xb9f897,_0x1dc2f7,_0x50b2f2){const _0x11b87f=_0x4f02e5;super(_0x3cef03,_0xd60911,_0x47129c,_0x51d17b,_0x4c29c8,_0x417306,_0x341ae,_0xf4a466,_0x37ac77,_0x168873,_0xd5dbfd,_0x34d39b,_0x1dc2f7,_0x50b2f2),this[_0x11b87f(0x317)]=_0x3cef03,this[_0x11b87f(0x4d6)]=_0x47129c,this['_docStateChangeManagerService']=_0xb9f897,_0xef01a1(this,'_handlerCallback',null);}[_0x4f02e5(0x536)](_0x160b8c){this['_handlerCallback']=_0x160b8c;}[_0x4f02e5(0x378)](){const _0xf7f0a8=_0x4f02e5;this[_0xf7f0a8(0x411)]=null,super[_0xf7f0a8(0x378)]();}[_0x4f02e5(0x42b)](){const _0x1c9d94=_0x4f02e5;let _0x3d01bb=super[_0x1c9d94(0x42b)]();return _0x3d01bb['onTransformIME']=_0x1cec2e=>{const _0x25ac4f=_0x1c9d94;var _0xd802be,_0x3bce46;return(_0xd802be=this['_handlerCallback'])==null||(_0x3bce46=_0xd802be['onTransformIME'])==null?void 0x0:_0x3bce46[_0x25ac4f(0x295)](_0xd802be,_0x1cec2e);},_0x3d01bb[_0x1c9d94(0x424)]=_0x87a099=>{const _0x114a9d=_0x1c9d94;var _0x202470,_0x171f40;return(_0x202470=this[_0x114a9d(0x411)])==null||(_0x171f40=_0x202470[_0x114a9d(0x424)])==null?void 0x0:_0x171f40[_0x114a9d(0x295)](_0x202470,_0x87a099);},_0x3d01bb['onTransformSelections']=_0xed89b5=>{const _0x57f026=_0x1c9d94;var _0x2f5546,_0x3cba30;return(_0x2f5546=this['_handlerCallback'])==null||(_0x3cba30=_0x2f5546[_0x57f026(0x291)])==null?void 0x0:_0x3cba30['call'](_0x2f5546,_0xed89b5);},_0x3d01bb[_0x1c9d94(0x4fc)]=_0x1a3bc9=>{const _0x209f99=_0x1c9d94;var _0x23b2dc,_0x4d9768;return(_0x23b2dc=this['_handlerCallback'])==null||(_0x4d9768=_0x23b2dc[_0x209f99(0x4fc)])==null?void 0x0:_0x4d9768[_0x209f99(0x295)](_0x23b2dc,_0x1a3bc9);},_0x3d01bb[_0x1c9d94(0x293)]=_0xadda55=>{const _0x407bff=_0x1c9d94;var _0x40fbe2,_0x5cc2b4,_0x3fc0e4;return(_0x40fbe2=(_0x5cc2b4=this[_0x407bff(0x411)])==null||(_0x3fc0e4=_0x5cc2b4[_0x407bff(0x293)])==null?void 0x0:_0x3fc0e4[_0x407bff(0x295)](_0x5cc2b4,_0xadda55))==null?_0xadda55:_0x40fbe2;},_0x3d01bb[_0x1c9d94(0x347)]=_0x514a92=>{const _0x54f72f=_0x1c9d94;var _0x3b2b89,_0x536d5a,_0x1b3996;return(_0x3b2b89=(_0x536d5a=this[_0x54f72f(0x411)])==null||(_0x1b3996=_0x536d5a[_0x54f72f(0x347)])==null?void 0x0:_0x1b3996[_0x54f72f(0x295)](_0x536d5a,_0x514a92))==null?_0x514a92:_0x3b2b89;},_0x3d01bb;}async[_0x4f02e5(0x228)](){const _0xd27e8=_0x4f02e5;if(this[_0xd27e8(0x218)]==null)throw Error(_0xd27e8(0x45f));let _0x25ceb4=await super['_init']();return this['disposeWithMe'](this[_0xd27e8(0x218)][_0xd27e8(0x225)][_0xd27e8(0x2b6)](_0x22f9fc=>{const _0x5d2b9a=_0xd27e8;if(_0x22f9fc==null||_0x22f9fc[_0x5d2b9a(0x277)]!==this[_0x5d2b9a(0x317)])return;let {commandId:_0x6f9303,redoState:_0x14cc76,unitId:_0x3ab2b7}=_0x22f9fc,_0x380e78={'id':_0x6f9303,'type':_0x5d4a9c[_0x5d2b9a(0x504)][_0x5d2b9a(0x494)],'params':{'unitId':_0x3ab2b7,'actions':_0x14cc76[_0x5d2b9a(0x21f)],'textRanges':null}};this[_0x5d2b9a(0x41f)](_0x380e78);})),this[_0xd27e8(0x38e)](this[_0xd27e8(0x413)][_0xd27e8(0x32c)]((_0x16acf3,_0x4fcb75)=>{const _0xefff88=_0xd27e8;if(_0x16acf3['type']!==_0x5d4a9c[_0xefff88(0x504)][_0xefff88(0x494)]||_0x4fcb75!=null&&_0x4fcb75[_0xefff88(0x519)]||_0x4fcb75!=null&&_0x4fcb75['onlyLocal']||_0x16acf3['id']===_0x2d7ee3[_0xefff88(0x2f8)]['id'])return;let _0x1ea892=_0x16acf3[_0xefff88(0x3c4)];if((_0x1ea892==null?void 0x0:_0x1ea892[_0xefff88(0x277)])!==this[_0xefff88(0x317)])return;let _0x59b82e=_0x16acf3,_0x2ab705=this['_compressMutationService'][_0xefff88(0x20f)][_0xefff88(0x31f)](this['_compressMutationService']['interceptor']['getInterceptPoints']()[_0xefff88(0x2c2)])([_0x59b82e],this[_0xefff88(0x2e1)])||[_0x59b82e];this[_0xefff88(0x41f)](_0x2ab705[0x0]);})),_0x25ceb4;}};_0x421885=_0x411a83([_0x2f2fb0(0x3,(0x0,_0x5d4a9c['Inject'])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc['CompressMutationService'])),_0x2f2fb0(0x5,(0x0,_0x5d4a9c['Inject'])(_0x5d4a9c[_0x4f02e5(0x387)])),_0x2f2fb0(0x6,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x373)])),_0x2f2fb0(0x7,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xaaa1eb)),_0x2f2fb0(0x8,_0x5d4a9c[_0x4f02e5(0x3f3)]),_0x2f2fb0(0x9,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0xa,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0xb,_0x5d4a9c[_0x4f02e5(0x4e6)]),_0x2f2fb0(0xc,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x2d7ee3[_0x4f02e5(0x2ad)])),_0x2f2fb0(0xd,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x2bf173)),_0x2f2fb0(0xe,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x207b84))],_0x421885);let _0x4dd63d=class extends _0x4a42ea{constructor(_0x404b56,_0x5e080a,_0xdbcc4d,_0x11005f,_0x49b8c0,_0x5c54c1,_0x2a6d6b,_0x163455,_0x67ed86,_0x2c86e1,_0x1a2963,_0x4caee3,_0x566266,_0x3d2c42){const _0x22dd33=_0x4f02e5;super(_0x404b56,_0xdbcc4d,_0x5e080a,_0x11005f,_0x49b8c0,_0x5c54c1,_0x2a6d6b,_0x163455,_0x67ed86,_0x2c86e1,_0x1a2963,_0x4caee3,_0x566266,_0x3d2c42),this['unitID']=_0x404b56,this[_0x22dd33(0x4d6)]=_0x5e080a;}async[_0x4f02e5(0x228)](){const _0x4af902=_0x4f02e5;let _0x31f026=await super[_0x4af902(0x228)]();return this[_0x4af902(0x38e)](this['_commandService']['onMutationExecutedForCollab']((_0x1e5ddf,_0x181a87)=>{const _0x598c5f=_0x4af902;if(_0x1e5ddf[_0x598c5f(0x4d6)]!==_0x5d4a9c[_0x598c5f(0x504)][_0x598c5f(0x494)]||_0x181a87!=null&&_0x181a87[_0x598c5f(0x519)]||_0x181a87!=null&&_0x181a87[_0x598c5f(0x425)])return;let _0x47f623=_0x1e5ddf[_0x598c5f(0x3c4)];if((_0x47f623==null?void 0x0:_0x47f623[_0x598c5f(0x277)])!==this[_0x598c5f(0x317)])return;let _0x2d96fc=_0x1e5ddf,_0x2d4537=this[_0x598c5f(0x2dd)][_0x598c5f(0x20f)][_0x598c5f(0x31f)](this[_0x598c5f(0x2dd)]['interceptor']['getInterceptPoints']()['COMPRESS_MUTATION_SEND'])([_0x2d96fc],this[_0x598c5f(0x2e1)])||[_0x2d96fc];this['_onLocalMutation'](_0x2d4537[0x0]);})),_0x31f026;}};_0x4dd63d=_0x411a83([_0x2f2fb0(0x3,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c['Injector'])),_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x4a5)])),_0x2f2fb0(0x5,(0x0,_0x5d4a9c['Inject'])(_0x5d4a9c[_0x4f02e5(0x387)])),_0x2f2fb0(0x6,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x373)])),_0x2f2fb0(0x7,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xaaa1eb)),_0x2f2fb0(0x8,_0x5d4a9c[_0x4f02e5(0x3f3)]),_0x2f2fb0(0x9,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0xa,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0xb,_0x5d4a9c[_0x4f02e5(0x4e6)]),_0x2f2fb0(0xc,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x2bf173)),_0x2f2fb0(0xd,(0x0,_0x5d4a9c['Optional'])(_0x207b84))],_0x4dd63d);let _0x1f94eb=class extends _0x4a42ea{constructor(_0x40673c,_0x2c4121,_0x2216a1,_0x1f009f,_0x37bda8,_0x2250d5,_0x253869,_0x3301da,_0x31df52,_0x37af27,_0x584758,_0x22080f,_0x52006b,_0x1d792d,_0x4dd160){const _0x15e9dd=_0x4f02e5;super(_0x40673c,_0x2216a1,_0x2c4121,_0x1f009f,_0x37bda8,_0x2250d5,_0x253869,_0x31df52,_0x37af27,_0x584758,_0x22080f,_0x52006b,_0x1d792d,_0x4dd160),this[_0x15e9dd(0x317)]=_0x40673c,this[_0x15e9dd(0x4d6)]=_0x2c4121,this[_0x15e9dd(0x2ff)]=_0x3301da;}[_0x4f02e5(0x42b)](){const _0x38cf86=_0x4f02e5;let _0x4e4059=super[_0x38cf86(0x42b)]();return _0x4e4059[_0x38cf86(0x291)]=_0x1774e2=>this['_sheetTransformSelectionsService'][_0x38cf86(0x284)](_0x1774e2),_0x4e4059;}async['_init'](){const _0x248364=_0x4f02e5;let _0x4c4e56=await super['_init']();return this[_0x248364(0x38e)](this[_0x248364(0x413)][_0x248364(0x32c)]((_0x3a5171,_0x5ba147)=>{const _0x2d077d=_0x248364;if(_0x3a5171[_0x2d077d(0x4d6)]!==_0x5d4a9c[_0x2d077d(0x504)][_0x2d077d(0x494)]||_0x5ba147!=null&&_0x5ba147['fromCollab']||_0x5ba147!=null&&_0x5ba147[_0x2d077d(0x425)])return;let _0x255baf=_0x3a5171[_0x2d077d(0x3c4)];if((_0x255baf==null?void 0x0:_0x255baf['unitId'])!==this[_0x2d077d(0x317)])return;let _0x56f599=_0x3a5171,_0xd265af=this[_0x2d077d(0x2dd)]['interceptor']['fetchThroughInterceptors'](this[_0x2d077d(0x2dd)][_0x2d077d(0x20f)][_0x2d077d(0x552)]()[_0x2d077d(0x2c2)])([_0x56f599],this[_0x2d077d(0x2e1)])||[_0x56f599];this[_0x2d077d(0x41f)](_0xd265af[0x0]);})),_0x4c4e56;}};_0x1f94eb=_0x411a83([_0x2f2fb0(0x3,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc['CompressMutationService'])),_0x2f2fb0(0x5,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x387)])),_0x2f2fb0(0x6,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x373)])),_0x2f2fb0(0x7,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x1af5bb)),_0x2f2fb0(0x8,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xaaa1eb)),_0x2f2fb0(0x9,_0x5d4a9c[_0x4f02e5(0x3f3)]),_0x2f2fb0(0xa,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0xb,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0xc,_0x5d4a9c[_0x4f02e5(0x4e6)]),_0x2f2fb0(0xd,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x2bf173)),_0x2f2fb0(0xe,(0x0,_0x5d4a9c['Optional'])(_0x207b84))],_0x1f94eb);let _0xc056a2=class extends _0x4a42ea{constructor(_0x1f2016,_0x3ae8e9,_0x538b40,_0xf2052e,_0x444b60,_0x3d956c,_0x5b1248,_0x233163,_0x2ba80d,_0x51b09e,_0x51d0af,_0x7c7753,_0x2c85b3,_0x2491fa){super(_0x1f2016,_0x538b40,_0x3ae8e9,_0xf2052e,_0x444b60,_0x3d956c,_0x5b1248,_0x233163,_0x2ba80d,_0x51b09e,_0x51d0af,_0x7c7753,_0x2c85b3,_0x2491fa),this['unitID']=_0x1f2016,this['type']=_0x3ae8e9;}async['_init'](){const _0x53199b=_0x4f02e5;let _0x18e339=await super[_0x53199b(0x228)]();return this[_0x53199b(0x38e)](this[_0x53199b(0x413)][_0x53199b(0x32c)]((_0x2ddcc1,_0x499a90)=>{const _0x1d65c6=_0x53199b;if(_0x2ddcc1['type']!==_0x5d4a9c[_0x1d65c6(0x504)][_0x1d65c6(0x494)]||_0x499a90!=null&&_0x499a90[_0x1d65c6(0x519)]||_0x499a90!=null&&_0x499a90[_0x1d65c6(0x425)])return;let _0x328bab=_0x2ddcc1[_0x1d65c6(0x3c4)];if((_0x328bab==null?void 0x0:_0x328bab[_0x1d65c6(0x277)])!==this[_0x1d65c6(0x317)])return;let _0x4148c4=_0x2ddcc1,_0x4d6004=this[_0x1d65c6(0x2dd)][_0x1d65c6(0x20f)][_0x1d65c6(0x31f)](this[_0x1d65c6(0x2dd)][_0x1d65c6(0x20f)]['getInterceptPoints']()[_0x1d65c6(0x2c2)])([_0x4148c4],this['_univerInstanceService'])||[_0x4148c4];this[_0x1d65c6(0x41f)](_0x4d6004[0x0]);})),_0x18e339;}};_0xc056a2=_0x411a83([_0x2f2fb0(0x3,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x4a5)])),_0x2f2fb0(0x5,(0x0,_0x5d4a9c['Inject'])(_0x5d4a9c['LocaleService'])),_0x2f2fb0(0x6,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc[_0x4f02e5(0x373)])),_0x2f2fb0(0x7,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xaaa1eb)),_0x2f2fb0(0x8,_0x5d4a9c[_0x4f02e5(0x3f3)]),_0x2f2fb0(0x9,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0xa,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0xb,_0x5d4a9c['IPermissionService']),_0x2f2fb0(0xc,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x2bf173)),_0x2f2fb0(0xd,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x207b84))],_0xc056a2);let _0x24d1d6=class extends _0x4a42ea{constructor(_0x2424c2,_0x36f614,_0x530444,_0x414c8,_0x22eb35,_0x301064,_0x2e5844,_0x2bc19d,_0x588aa7,_0x1c3559,_0x53041b,_0x4cd690,_0x5f3903,_0x3c2eb2){super(_0x2424c2,_0x530444,_0x36f614,_0x414c8,_0x22eb35,_0x301064,_0x2e5844,_0x2bc19d,_0x588aa7,_0x1c3559,_0x53041b,_0x4cd690,_0x5f3903,_0x3c2eb2),this['unitID']=_0x2424c2,this['type']=_0x36f614;}async[_0x4f02e5(0x228)](){const _0x875e38=_0x4f02e5;let _0x50e697=await super[_0x875e38(0x228)]();return this[_0x875e38(0x38e)](this['_commandService']['onMutationExecutedForCollab']((_0xf547ed,_0x4ea281)=>{const _0x31beeb=_0x875e38;if(_0xf547ed[_0x31beeb(0x4d6)]!==_0x5d4a9c[_0x31beeb(0x504)][_0x31beeb(0x494)]||_0x4ea281!=null&&_0x4ea281[_0x31beeb(0x519)]||_0x4ea281!=null&&_0x4ea281[_0x31beeb(0x425)])return;let _0x35e6e4=_0xf547ed[_0x31beeb(0x3c4)];if((_0x35e6e4==null?void 0x0:_0x35e6e4[_0x31beeb(0x277)])!==this[_0x31beeb(0x317)])return;let _0x1147db=_0xf547ed,_0x593857=this[_0x31beeb(0x2dd)][_0x31beeb(0x20f)]['fetchThroughInterceptors'](this['_compressMutationService'][_0x31beeb(0x20f)][_0x31beeb(0x552)]()[_0x31beeb(0x2c2)])([_0x1147db],this[_0x31beeb(0x2e1)])||[_0x1147db];this[_0x31beeb(0x41f)](_0x593857[0x0]);})),_0x50e697;}};_0x24d1d6=_0x411a83([_0x2f2fb0(0x3,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x4,(0x0,_0x5d4a9c['Inject'])(_0xdffdbc[_0x4f02e5(0x4a5)])),_0x2f2fb0(0x5,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x387)])),_0x2f2fb0(0x6,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc['RevisionService'])),_0x2f2fb0(0x7,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xaaa1eb)),_0x2f2fb0(0x8,_0x5d4a9c[_0x4f02e5(0x3f3)]),_0x2f2fb0(0x9,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0xa,_0x5d4a9c['ICommandService']),_0x2f2fb0(0xb,_0x5d4a9c['IPermissionService']),_0x2f2fb0(0xc,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x2bf173)),_0x2f2fb0(0xd,(0x0,_0x5d4a9c['Optional'])(_0x207b84))],_0x24d1d6);let _0x3d71be=(0x0,_0x5d4a9c[_0x4f02e5(0x4e0)])(_0x4f02e5(0x215));function _0x5497e4(_0x5eb71d){const _0x5157ba=_0x4f02e5;let _0x262938=_0x5eb71d['data'],_0x2f7d6d=JSON[_0x5157ba(0x400)](_0x262938);switch(_0x2f7d6d['cmd']){case _0x2a2edc[_0x5157ba(0x4d3)][_0x5157ba(0x443)]:case _0x2a2edc['CombCmd']['HELLO']:{let _0x26ee22=_0x2f7d6d['infoRsp'];return{..._0x2f7d6d,'data':_0x26ee22,'cmd':_0x2f7d6d['cmd']};}case _0x2a2edc['CombCmd'][_0x5157ba(0x3aa)]:{let _0xed91d5=_0x2f7d6d[_0x5157ba(0x2d8)];return{..._0x2f7d6d,'data':_0xed91d5,'cmd':_0x2f7d6d[_0x5157ba(0x3a5)]};}case _0x2a2edc[_0x5157ba(0x4d3)][_0x5157ba(0x474)]:{let _0x1e31c2=_0x2f7d6d[_0x5157ba(0x328)];switch(_0x1e31c2[_0x5157ba(0x3eb)]){case _0xdffdbc['CollaborationEvent'][_0x5157ba(0x241)]:var _0x2b1636;return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':(_0x2b1636=_0x1e31c2[_0x5157ba(0x4de)])==null?void 0x0:_0x2b1636['cs']},'cmd':_0x2f7d6d['cmd']};case _0xdffdbc['CollaborationEvent'][_0x5157ba(0x1fb)]:var _0x1ebde5;return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':(_0x1ebde5=_0x1e31c2[_0x5157ba(0x370)])==null?void 0x0:_0x1ebde5['cs']},'cmd':_0x2f7d6d[_0x5157ba(0x3a5)]};case _0xdffdbc['CollaborationEvent'][_0x5157ba(0x1f9)]:var _0x47d16f;return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':(_0x47d16f=_0x1e31c2[_0x5157ba(0x4b3)])==null?void 0x0:_0x47d16f['cs']},'cmd':_0x2f7d6d[_0x5157ba(0x3a5)]};case _0xdffdbc[_0x5157ba(0x282)][_0x5157ba(0x395)]:var _0x252205;return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':(_0x252205=_0x1e31c2[_0x5157ba(0x26e)])==null?void 0x0:_0x252205['cs']},'cmd':_0x2f7d6d[_0x5157ba(0x3a5)]};case _0xdffdbc[_0x5157ba(0x282)][_0x5157ba(0x4b2)]:var _0x437ac3;return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':(_0x437ac3=_0x1e31c2[_0x5157ba(0x307)])==null?void 0x0:_0x437ac3['cs']},'cmd':_0x2f7d6d['cmd']};case _0xdffdbc['CollaborationEvent']['UPDATE_CURSOR']:return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':_0x1e31c2[_0x5157ba(0x414)]},'cmd':_0x2f7d6d['cmd']};case _0xdffdbc['CollaborationEvent'][_0x5157ba(0x2d2)]:return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':_0x1e31c2[_0x5157ba(0x487)]},'cmd':_0x2f7d6d['cmd']};case _0xdffdbc['CollaborationEvent'][_0x5157ba(0x20b)]:return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':_0x1e31c2[_0x5157ba(0x200)]},'cmd':_0x2f7d6d[_0x5157ba(0x3a5)]};case _0xdffdbc[_0x5157ba(0x282)][_0x5157ba(0x54b)]:return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':_0x1e31c2['liveShareNewHost']},'cmd':_0x2f7d6d[_0x5157ba(0x3a5)]};case _0xdffdbc[_0x5157ba(0x282)]['LIVESHARE_FETCH_OPERATIONS']:case _0xdffdbc['CollaborationEvent']['LIVESHARE_OPERATION']:return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':_0x1e31c2['liveShareOperation']},'cmd':_0x2f7d6d['cmd']};case _0xdffdbc[_0x5157ba(0x282)][_0x5157ba(0x47a)]:return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':_0x1e31c2[_0x5157ba(0x321)]},'cmd':_0x2f7d6d[_0x5157ba(0x3a5)]};case _0xdffdbc['CollaborationEvent']['MSG_FOR_ERROR']:return{..._0x2f7d6d,'data':_0x1e31c2,'cmd':_0x2f7d6d[_0x5157ba(0x3a5)]};case _0xdffdbc[_0x5157ba(0x282)][_0x5157ba(0x27c)]:return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':_0x1e31c2['commentUpdateEvent']},'cmd':_0x2f7d6d[_0x5157ba(0x3a5)]};case _0xdffdbc[_0x5157ba(0x282)][_0x5157ba(0x3f5)]:return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':_0x1e31c2['updatePermissionObjEvent']},'cmd':_0x2f7d6d['cmd']};case _0xdffdbc['CollaborationEvent'][_0x5157ba(0x31b)]:return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':_0x1e31c2[_0x5157ba(0x3b6)]},'cmd':_0x2f7d6d['cmd']};case _0xdffdbc['CollaborationEvent'][_0x5157ba(0x271)]:return{..._0x2f7d6d,'data':{..._0x1e31c2,'data':_0x1e31c2[_0x5157ba(0x4aa)]},'cmd':_0x2f7d6d[_0x5157ba(0x3a5)]};default:return _0x2f7d6d;}}default:return _0x2f7d6d;}}function _0x103c98(_0x18a44a){const _0x321536=_0x4f02e5;switch(_0x18a44a[_0x321536(0x3a5)]){case _0x2a2edc[_0x321536(0x4d3)][_0x321536(0x443)]:case _0x2a2edc[_0x321536(0x4d3)][_0x321536(0x49e)]:return JSON[_0x321536(0x2db)]({'cmd':_0x18a44a[_0x321536(0x3a5)],'routeKey':_0x18a44a['routeKey']});case _0x2a2edc[_0x321536(0x4d3)][_0x321536(0x350)]:{let _0x6cbf9c;switch(_0x18a44a[_0x321536(0x29a)]['eventID']){case _0xdffdbc[_0x321536(0x282)]['UPDATE_CURSOR']:_0x6cbf9c={'eventID':_0xdffdbc[_0x321536(0x282)][_0x321536(0x30b)],'updateCursorEvent':_0x18a44a[_0x321536(0x29a)][_0x321536(0x29a)]};break;case _0xdffdbc[_0x321536(0x282)]['USERS_LEAVE']:_0x6cbf9c={'eventID':_0xdffdbc[_0x321536(0x282)][_0x321536(0x20b)],'leaveEvent':_0x18a44a['data']['data']};break;case _0xdffdbc[_0x321536(0x282)]['USERS_ENTER']:_0x6cbf9c={'eventID':_0xdffdbc[_0x321536(0x282)]['USERS_ENTER'],'joinEvent':_0x18a44a[_0x321536(0x29a)][_0x321536(0x29a)]};break;case _0xdffdbc[_0x321536(0x282)][_0x321536(0x54b)]:_0x6cbf9c={'eventID':_0xdffdbc[_0x321536(0x282)][_0x321536(0x54b)],'liveShareNewHost':_0x18a44a['data']['data']};break;case _0xdffdbc[_0x321536(0x282)]['LIVESHARE_OPERATION']:_0x6cbf9c={'eventID':_0xdffdbc['CollaborationEvent'][_0x321536(0x279)],'liveShareOperation':_0x18a44a[_0x321536(0x29a)][_0x321536(0x29a)]};break;case _0xdffdbc[_0x321536(0x282)][_0x321536(0x47a)]:_0x6cbf9c={'eventID':_0xdffdbc[_0x321536(0x282)][_0x321536(0x47a)],'liveShareTerminate':_0x18a44a[_0x321536(0x29a)][_0x321536(0x29a)]};break;case _0xdffdbc[_0x321536(0x282)][_0x321536(0x2fe)]:_0x6cbf9c={'eventID':_0xdffdbc['CollaborationEvent']['LIVESHARE_REQUEST_HOST'],'liveShareRequestHost':_0x18a44a[_0x321536(0x29a)][_0x321536(0x29a)]};break;case _0xdffdbc[_0x321536(0x282)][_0x321536(0x2e9)]:_0x6cbf9c={'eventID':_0xdffdbc[_0x321536(0x282)][_0x321536(0x2e9)]};break;default:_0x6cbf9c={'eventID':_0x18a44a[_0x321536(0x29a)][_0x321536(0x3eb)]};}return JSON[_0x321536(0x2db)]({'cmd':_0x18a44a[_0x321536(0x3a5)],'routeKey':_0x18a44a[_0x321536(0x555)],'collaMsg':_0x6cbf9c});}case _0x2a2edc[_0x321536(0x4d3)][_0x321536(0x3aa)]:return JSON['stringify']({'cmd':_0x18a44a[_0x321536(0x3a5)],'routeKey':_0x18a44a[_0x321536(0x555)],'joinReq':_0x18a44a[_0x321536(0x29a)]});case _0x2a2edc['CombCmd'][_0x321536(0x341)]:return JSON[_0x321536(0x2db)]({'cmd':_0x18a44a['cmd'],'routeKey':_0x18a44a['routeKey'],'leaveReq':_0x18a44a[_0x321536(0x29a)]});default:throw Error(_0x321536(0x227));}}let _0x1589e2=(0x0,_0x5d4a9c['createIdentifier'])(_0x4f02e5(0x44f));function _0x3d7dfd(_0xb31797,_0x49c3f7,_0x3bf9de){const _0x257149=_0x4f02e5;return _0xb31797+'/'+_0x49c3f7+_0x257149(0x237)+_0x3bf9de+_0x257149(0x53b);}let _0x207798=class extends _0x5d4a9c[_0x4f02e5(0x35f)]{constructor(_0x1ebb85,_0x369b85,_0x1963d1,_0x89a508,_0x1a9c6f){const _0x162212=_0x4f02e5;super(),this[_0x162212(0x22d)]=_0x1ebb85,this[_0x162212(0x286)]=_0x369b85,this[_0x162212(0x543)]=_0x1963d1,this[_0x162212(0x431)]=_0x89a508,this[_0x162212(0x20a)]=_0x1a9c6f;}['_doCreateSocket'](_0x2caa5f){const _0xad0246=_0x4f02e5;let _0x57b4ef=this['_injector'][_0xad0246(0x272)](_0x1405b7[_0xad0246(0x3d2)]);if(!_0x57b4ef)throw Error(_0xad0246(0x402));let _0x2e6699=_0x57b4ef[_0xad0246(0x1f6)](_0x2caa5f);if(!_0x2e6699)throw Error(_0xad0246(0x229));let _0x19e538=new _0x5d4a9c[(_0xad0246(0x2ef))](),_0x22c07a=new _0x1090a1['Subject']();_0x19e538[_0xad0246(0x459)](_0x2e6699['close$'][_0xad0246(0x2b6)](_0x421346=>_0x22c07a[_0xad0246(0x31e)](_0x421346))),_0x19e538['add']((0x0,_0x5d4a9c[_0xad0246(0x31a)])(()=>_0x22c07a[_0xad0246(0x4a3)]()));let _0x263468=new _0x1090a1['Subject']();_0x19e538[_0xad0246(0x459)](_0x2e6699['error$'][_0xad0246(0x2b6)](_0x5b0ce6=>_0x263468['next'](_0x5b0ce6))),_0x19e538[_0xad0246(0x459)]((0x0,_0x5d4a9c[_0xad0246(0x31a)])(()=>_0x263468[_0xad0246(0x4a3)]()));let _0x2acc23=new _0x1090a1[(_0xad0246(0x231))]();_0x19e538[_0xad0246(0x459)](_0x2e6699[_0xad0246(0x4cf)][_0xad0246(0x2b6)](_0x3b9fac=>{const _0x356a68=_0xad0246;let _0x96b92d=_0x5497e4(_0x3b9fac);_0x2acc23[_0x356a68(0x31e)](_0x96b92d);})),_0x19e538['add']((0x0,_0x5d4a9c[_0xad0246(0x31a)])(()=>_0x2acc23[_0xad0246(0x4a3)]()));let _0x1c3e29,_0x2f96b3=()=>{const _0x20d0bb=_0xad0246;_0x263468[_0x20d0bb(0x31e)](new Event('connection\x20error')),_0x22c07a[_0x20d0bb(0x31e)](new Event(_0x20d0bb(0x4c5))),_0x1c3e29[_0x20d0bb(0x37b)]();};return _0x1c3e29={'memberID':'','close$':_0x22c07a['asObservable'](),'error$':_0x263468['asObservable'](),'open$':_0x2e6699[_0xad0246(0x1f3)],'message$':_0x2acc23['asObservable'](),'send':_0x590d58=>{const _0x2e2596=_0xad0246;if(_0x590d58[_0x2e2596(0x3a5)]===_0x2a2edc[_0x2e2596(0x4d3)][_0x2e2596(0x350)]){if(_0x590d58[_0x2e2596(0x29a)][_0x2e2596(0x3eb)]===_0xdffdbc[_0x2e2596(0x282)][_0x2e2596(0x4ee)]){this[_0x2e2596(0x366)](_0x1c3e29,_0x590d58[_0x2e2596(0x29a)])[_0x2e2596(0x333)](_0xd08ce9=>{const _0x46d372=_0x2e2596;this[_0x46d372(0x431)][_0x46d372(0x363)](_0xd08ce9),_0x2f96b3();});return;}if(_0x590d58[_0x2e2596(0x29a)][_0x2e2596(0x3eb)]===_0xdffdbc[_0x2e2596(0x282)][_0x2e2596(0x1f4)]){let _0x102118=_0x590d58[_0x2e2596(0x29a)];this['_fetchMissChangesets'](_0x102118)[_0x2e2596(0x4e8)](_0x5c3947=>{const _0x335e1d=_0x2e2596;_0x2acc23[_0x335e1d(0x31e)]({'cmd':_0x2a2edc[_0x335e1d(0x4d3)][_0x335e1d(0x474)],'code':_0x2a2edc[_0x335e1d(0x3d8)]['OK'],'routeKey':_0x102118['data'][_0x335e1d(0x317)],'routeType':'','data':{'eventID':_0xdffdbc[_0x335e1d(0x282)][_0x335e1d(0x4c3)],'data':{'changesets':_0x5c3947}}});})[_0x2e2596(0x333)](_0xbf7796=>{const _0x1f9267=_0x2e2596;this[_0x1f9267(0x431)]['error'](_0xbf7796),_0x2f96b3();});return;}}_0x2e6699[_0x2e2596(0x255)](_0x103c98(_0x590d58));},'close':()=>{const _0x3719d3=_0xad0246;_0x2e6699['close'](),_0x19e538[_0x3719d3(0x378)]();}},_0x1c3e29;}async[_0x4f02e5(0x366)](_0x1dee47,_0x179cd3){const _0x230738=_0x4f02e5;var _0x1e0c6b;let {unitType:_0x2d531b,unitID:_0x5a75da,changeset:_0x3aa975}=_0x179cd3['data'],_0x1714c5={'unitID':_0x5a75da,'memberID':_0x1dee47[_0x230738(0x20e)],'type':_0x2d531b,'changeset':(0x0,_0xdffdbc[_0x230738(0x250)])(_0x3aa975)},_0x3de6c6=this[_0x230738(0x543)][_0x230738(0x2f7)](_0x165ad1),_0x51f287=_0x3d7dfd((_0x1e0c6b=_0x3de6c6==null?void 0x0:_0x3de6c6[_0x230738(0x3b5)])==null?_0x230738(0x37f):_0x1e0c6b,_0x2d531b,_0x5a75da);try{await this[_0x230738(0x286)]['post'](_0x51f287,{'body':_0x1714c5});}catch(_0x22075d){throw this[_0x230738(0x431)][_0x230738(0x363)](_0x230738(0x39f),'submit\x20changeset\x20error!'),_0x22075d;}}async[_0x4f02e5(0x4f8)](_0x55516e){const _0x1dea58=_0x4f02e5;let {unitID:_0x6b92a4,from:_0x4e2ee1,to:_0xee0dd,unitType:_0x1024ee}=_0x55516e['data'];return(await this[_0x1dea58(0x20a)][_0x1dea58(0x482)]({'metadata':void 0x0},{'unitID':_0x6b92a4,'type':_0x1024ee,'from':_0x4e2ee1,'to':_0xee0dd}))[_0x1dea58(0x38a)]['map'](_0xf36f43=>((_0xf36f43[_0x1dea58(0x371)]===null||_0xf36f43['mutations']===void 0x0)&&(_0xf36f43['mutations']=[]),_0xf36f43));}};_0x207798=_0x411a83([_0x2f2fb0(0x0,(0x0,_0x5d4a9c['Inject'])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x1,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x1405b7[_0x4f02e5(0x30a)])),_0x2f2fb0(0x2,_0x5d4a9c[_0x4f02e5(0x4f1)]),_0x2f2fb0(0x3,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0x4,_0xdffdbc[_0x4f02e5(0x318)])],_0x207798);let _0x4d7dfa=(0x0,_0x5d4a9c[_0x4f02e5(0x4e0)])(_0x4f02e5(0x3b1));function _0x34f7ec(_0x533ac7={}){const _0x36f5fa=_0x4f02e5;return _0x533ac7[_0x36f5fa(0x3c2)]?{'resolveUnit':_0x533ac7[_0x36f5fa(0x3c2)]}:{'resolveUnit':_0x73c6af=>({'target':{'unitId':_0x73c6af[_0x36f5fa(0x277)],'unitType':_0x73c6af[_0x36f5fa(0x43c)]}})};}function _0xcf872d(_0x2ce4df,_0x3efd9a,_0x506c07){const _0x54f1b4=_0x4f02e5;var _0x39465a;let _0x127327=_0x506c07[_0x54f1b4(0x340)][_0x54f1b4(0x463)];if(_0x127327!=null&&_0x127327[_0x54f1b4(0x52b)]()==='')throw Error(_0x54f1b4(0x31c));if(!_0x506c07[_0x54f1b4(0x340)][_0x54f1b4(0x277)])throw Error(_0x54f1b4(0x4e9));return{'localUnitId':_0x2ce4df,'unitType':_0x3efd9a,'target':{'endpoint':_0x127327,'unitId':_0x506c07['target'][_0x54f1b4(0x277)],'unitType':(_0x39465a=_0x506c07[_0x54f1b4(0x340)][_0x54f1b4(0x43c)])==null?_0x3efd9a:_0x39465a},'changeset':_0x506c07[_0x54f1b4(0x23b)]};}let _0x187f66=class extends _0x5d4a9c[_0x4f02e5(0x35f)]{constructor(_0x2eee8f,_0x1c00df,_0x4a28e8,_0x4a1c1e,_0x559839,_0x40c678,_0x25e8c0){const _0x1b407d=_0x4f02e5;super(),this[_0x1b407d(0x22d)]=_0x2eee8f,this[_0x1b407d(0x431)]=_0x1c00df,this[_0x1b407d(0x543)]=_0x4a28e8,this[_0x1b407d(0x549)]=_0x4a1c1e,this['_collaborationUIEventService']=_0x559839,this['_adapter']=_0x40c678,this[_0x1b407d(0x38f)]=_0x25e8c0,_0xef01a1(this,'_sessions',new Map()),_0xef01a1(this,_0x1b407d(0x274),new Map()),_0xef01a1(this,_0x1b407d(0x20d),new Map()),_0xef01a1(this,_0x1b407d(0x4a7),new Map()),_0xef01a1(this,_0x1b407d(0x4e5),this[_0x1b407d(0x376)](void 0x0)[_0x1b407d(0x4e5)][_0x1b407d(0x294)]()),_0xef01a1(this,_0x1b407d(0x238),new _0x1090a1[(_0x1b407d(0x22c))](0x0)),_0xef01a1(this,_0x1b407d(0x34c),this['_status$'][_0x1b407d(0x294)]()),this['_listenToNetworkCondition']();}['_listenToNetworkCondition'](){const _0x1d6332=_0x4f02e5;this[_0x1d6332(0x38f)]&&this[_0x1d6332(0x38e)](this[_0x1d6332(0x38f)][_0x1d6332(0x256)][_0x1d6332(0x2b6)](_0x21b2dd=>{const _0x4e9740=_0x1d6332;_0x21b2dd&&this['reconnect'](),_0x21b2dd||this[_0x4e9740(0x4a7)][_0x4e9740(0x217)](_0x1138db=>this[_0x4e9740(0x476)](_0x1138db));}));}[_0x4f02e5(0x378)](){const _0x4956d1=_0x4f02e5;super[_0x4956d1(0x378)](),this[_0x4956d1(0x4a7)][_0x4956d1(0x217)](_0x5bb319=>{const _0x393ad2=_0x4956d1;var _0xc20d90,_0x41a3ea;(_0xc20d90=_0x5bb319[_0x393ad2(0x2b5)])==null||_0xc20d90[_0x393ad2(0x407)](),_0x5bb319[_0x393ad2(0x2b5)]=null,this[_0x393ad2(0x2cf)](_0x5bb319),this[_0x393ad2(0x2fb)](_0x5bb319),this[_0x393ad2(0x4c4)](_0x5bb319),(_0x41a3ea=_0x5bb319['socket$'][_0x393ad2(0x50f)]())==null||_0x41a3ea[_0x393ad2(0x37b)](),_0x5bb319[_0x393ad2(0x4e5)][_0x393ad2(0x4a3)]();}),this[_0x4956d1(0x4a7)][_0x4956d1(0x352)](),this[_0x4956d1(0x206)][_0x4956d1(0x217)](_0x3e7d41=>_0x3e7d41['dispose']()),this[_0x4956d1(0x206)]['clear'](),this[_0x4956d1(0x20d)]['clear'](),this[_0x4956d1(0x238)]['complete']();}async[_0x4f02e5(0x460)](_0x4f4931,_0x36d75c){const _0x14abce=_0x4f02e5;if(this[_0x14abce(0x206)][_0x14abce(0x32d)](_0x4f4931))return this['_sessions'][_0x14abce(0x272)](_0x4f4931);let _0x5db305=this['_pendingSessions'][_0x14abce(0x272)](_0x4f4931);if(_0x5db305)return _0x5db305;let _0x4cc0fa=this[_0x14abce(0x43b)](_0x4f4931,_0x36d75c);this['_pendingSessions'][_0x14abce(0x297)](_0x4f4931,_0x4cc0fa);try{return await _0x4cc0fa;}finally{this[_0x14abce(0x274)]['delete'](_0x4f4931);}}async[_0x4f02e5(0x43b)](_0x8d3b3f,_0x28157b){const _0x162b0d=_0x4f02e5;let _0x50f794=await this[_0x162b0d(0x52a)](_0x8d3b3f,_0x28157b),_0x5349a0=this[_0x162b0d(0x376)](_0x50f794['target'][_0x162b0d(0x463)]);this[_0x162b0d(0x273)](_0x5349a0);let _0x153e5c=this[_0x162b0d(0x22d)][_0x162b0d(0x433)](_0x11d6a7,_0x50f794,_0x5349a0[_0x162b0d(0x4e5)]['asObservable']());return this[_0x162b0d(0x206)][_0x162b0d(0x297)](_0x8d3b3f,_0x153e5c),this[_0x162b0d(0x20d)]['set'](_0x8d3b3f,_0x5349a0['endpointKey']),_0x153e5c;}[_0x4f02e5(0x257)](_0x51709b){const _0x55d17c=_0x4f02e5;let _0x386e9d=this['_sessions'][_0x55d17c(0x272)](_0x51709b),_0x430630=this[_0x55d17c(0x20d)][_0x55d17c(0x272)](_0x51709b);if(_0x386e9d&&(this[_0x55d17c(0x206)][_0x55d17c(0x4ea)](_0x51709b),this[_0x55d17c(0x20d)][_0x55d17c(0x4ea)](_0x51709b),_0x386e9d[_0x55d17c(0x37b)]()),_0x430630&&!this['_hasSessionsForEndpoint'](_0x430630)){var _0x3e7332;let _0x8908b0=this[_0x55d17c(0x4a7)][_0x55d17c(0x272)](_0x430630);_0x8908b0==null||(_0x3e7332=_0x8908b0[_0x55d17c(0x4e5)][_0x55d17c(0x50f)]())==null||_0x3e7332[_0x55d17c(0x37b)]();}}[_0x4f02e5(0x1fc)](){const _0x34da40=_0x4f02e5;(this['_socketChannels']['size']?[...this[_0x34da40(0x4a7)]['values']()]:[this[_0x34da40(0x376)](void 0x0)])['forEach'](_0x424c61=>{const _0x52a068=_0x34da40;_0x424c61[_0x52a068(0x2b8)]=0x0,this[_0x52a068(0x2cf)](_0x424c61),this[_0x52a068(0x29c)](_0x424c61);});}['_clearRetryConnectingTimer'](_0x5e362d){const _0x495eaa=_0x4f02e5;_0x5e362d[_0x495eaa(0x266)]!=null&&(clearTimeout(_0x5e362d[_0x495eaa(0x266)]),_0x5e362d[_0x495eaa(0x266)]=null);}async['_createSocket'](_0x19db05){const _0x52bf25=_0x4f02e5;var _0x3363a9,_0x475d84;let _0x183d53=this[_0x52bf25(0x543)]['getConfig'](_0x165ad1),_0x50381e=(_0x3363a9=(_0x475d84=_0x19db05[_0x52bf25(0x463)])==null?_0x183d53==null?void 0x0:_0x183d53[_0x52bf25(0x4ad)]:_0x475d84)==null?_0x38d0fe:_0x3363a9,_0x5e506c=await this[_0x52bf25(0x549)][_0x52bf25(0x1f6)](_0x50381e);return _0x19db05['candidateSocket']=_0x5e506c,_0x5e506c;}async[_0x4f02e5(0x273)](_0x3c667c){const _0x1c0e65=_0x4f02e5;try{var _0x8b718,_0x16a299;let _0x5a7c03=(_0x8b718=(_0x16a299=_0x3c667c[_0x1c0e65(0x4e5)]['getValue']())==null?_0x3c667c[_0x1c0e65(0x403)]:_0x16a299)==null?await this[_0x1c0e65(0x26c)](_0x3c667c):_0x8b718;if(_0x5a7c03){var _0x55853e;let _0x2c86a7=_0x5a7c03[_0x1c0e65(0x255)];_0x5a7c03[_0x1c0e65(0x255)]=_0x4abd6c=>(_0x4abd6c[_0x1c0e65(0x3a5)]!==_0x2a2edc[_0x1c0e65(0x4d3)][_0x1c0e65(0x341)]&&this[_0x1c0e65(0x44b)](_0x3c667c),_0x2c86a7['apply'](_0x5a7c03,[_0x4abd6c])),(_0x55853e=_0x3c667c[_0x1c0e65(0x2b5)])==null||_0x55853e[_0x1c0e65(0x407)](),_0x3c667c['socketMessageSubscription']=null,_0x3c667c['socketMessageSubscription']=_0x5a7c03[_0x1c0e65(0x4cf)]['subscribe'](_0x17af24=>this[_0x1c0e65(0x45a)](_0x3c667c,_0x5a7c03,_0x17af24)),_0x5a7c03[_0x1c0e65(0x23d)][_0x1c0e65(0x456)]((0x0,_0x39586e[_0x1c0e65(0x397)])(0x1))[_0x1c0e65(0x2b6)](_0x553d44=>this[_0x1c0e65(0x431)][_0x1c0e65(0x363)](_0x1c0e65(0x38c),_0x553d44)),_0x5a7c03[_0x1c0e65(0x1f3)][_0x1c0e65(0x456)]((0x0,_0x39586e[_0x1c0e65(0x397)])(0x1))[_0x1c0e65(0x2b6)](()=>{const _0xec1935=_0x1c0e65;this[_0xec1935(0x410)](_0x3c667c,_0x5a7c03);}),_0x5a7c03[_0x1c0e65(0x2ee)]['pipe']((0x0,_0x39586e[_0x1c0e65(0x397)])(0x1))[_0x1c0e65(0x2b6)](_0x34a34b=>{const _0x3246ed=_0x1c0e65;this['_logService'][_0x3246ed(0x2bc)](_0x3246ed(0x4cc),_0x3246ed(0x401),_0x34a34b),this['_onConnectionFailed'](_0x3c667c);});}}catch(_0x175f4e){this['_logService'][_0x1c0e65(0x363)](_0x175f4e),this[_0x1c0e65(0x21c)](_0x3c667c);}}[_0x4f02e5(0x410)](_0x1091fe,_0x2ad24e){const _0x38a22e=_0x4f02e5;this[_0x38a22e(0x431)][_0x38a22e(0x2bc)](_0x38a22e(0x4cc),_0x38a22e(0x3b2)),_0x2ad24e[_0x38a22e(0x255)]({'cmd':_0x2a2edc['CombCmd'][_0x38a22e(0x49e)]}),this[_0x38a22e(0x44b)](_0x1091fe);}['_onOffline'](_0x9f041e){const _0xd0daec=_0x4f02e5;_0x9f041e[_0xd0daec(0x427)]=!0x1,_0x9f041e['candidateSocket']=null,this[_0xd0daec(0x238)][_0xd0daec(0x31e)](0x2),_0x9f041e[_0xd0daec(0x4e5)][_0xd0daec(0x31e)](null),this[_0xd0daec(0x2fb)](_0x9f041e),this[_0xd0daec(0x4c4)](_0x9f041e);}['_onConnectionFailed'](_0x2c1709){const _0x47bb6d=_0x4f02e5;var _0x1ea0f4;this['_onOffline'](_0x2c1709),this[_0x47bb6d(0x3ab)](_0x2c1709[_0x47bb6d(0x391)])&&(_0x2c1709['retryCount']<((_0x1ea0f4=this['_configService'][_0x47bb6d(0x2f7)](_0x47bb6d(0x4ec)))==null?0x3:_0x1ea0f4)?(this['_collaborationUIEventService'][_0x47bb6d(0x216)]({'id':'SOCKET_FAILED_RETRY'}),this[_0x47bb6d(0x29c)](_0x2c1709)):this[_0x47bb6d(0x25c)]['emitEvent']({'id':_0x47bb6d(0x23e)}));}[_0x4f02e5(0x29c)](_0x23f088){const _0x491e75=_0x4f02e5;var _0x5edfa8;let _0x29e608=_0x23f088[_0x491e75(0x2b8)],_0x28599b=this[_0x491e75(0x543)][_0x491e75(0x2f7)](_0x165ad1),_0x1070ce=_0x29e608===0x0?0x0:((_0x5edfa8=_0x28599b==null?void 0x0:_0x28599b[_0x491e75(0x29b)])==null?0x4e20:_0x5edfa8)*0x2**_0x29e608;_0x23f088[_0x491e75(0x266)]=setTimeout(()=>{const _0xcc6e5=_0x491e75;clearTimeout(_0x23f088[_0xcc6e5(0x266)]),_0x23f088['retryConnectingTimer']=null,this[_0xcc6e5(0x273)](_0x23f088);},_0x1070ce),_0x23f088[_0x491e75(0x2b8)]+=0x1;}async[_0x4f02e5(0x52a)](_0x52d7a8,_0x67227f){const _0x3b2b99=_0x4f02e5;return _0xcf872d(_0x52d7a8,_0x67227f,await this[_0x3b2b99(0x34b)][_0x3b2b99(0x3c2)]({'unitId':_0x52d7a8,'unitType':_0x67227f}));}[_0x4f02e5(0x45a)](_0x15790e,_0x552a27,_0x502963){const _0x50ceca=_0x4f02e5;let {cmd:_0x3671d3}=_0x502963;_0x3671d3===_0x2a2edc[_0x50ceca(0x4d3)][_0x50ceca(0x49e)]&&!_0x15790e[_0x50ceca(0x427)]&&(_0x552a27['memberID']=_0x502963['data'][_0x50ceca(0x20e)],_0x15790e[_0x50ceca(0x4e5)]['next'](_0x552a27),this[_0x50ceca(0x238)][_0x50ceca(0x31e)](0x3),_0x15790e[_0x50ceca(0x427)]=!0x0,_0x15790e['candidateSocket']=null),_0x3671d3===_0x2a2edc[_0x50ceca(0x4d3)][_0x50ceca(0x443)]&&this['_clearTimeoutTimer'](_0x15790e),this[_0x50ceca(0x44b)](_0x15790e);}[_0x4f02e5(0x3ab)](_0x46a69d){const _0x36c3ca=_0x4f02e5;return[...this[_0x36c3ca(0x20d)][_0x36c3ca(0x4bd)]()][_0x36c3ca(0x4cd)](_0x166b85=>_0x166b85===_0x46a69d);}[_0x4f02e5(0x376)](_0x3ca711){const _0x2f13f0=_0x4f02e5;let _0x59c6cc=_0x3ca711==null?'':_0x3ca711,_0x49c2c1=this[_0x2f13f0(0x4a7)][_0x2f13f0(0x272)](_0x59c6cc);if(_0x49c2c1)return _0x49c2c1;let _0x5c0cbb={'endpointKey':_0x59c6cc,'endpoint':_0x3ca711,'socket$':new _0x1090a1[(_0x2f13f0(0x22c))](void 0x0),'candidateSocket':null,'socketReady':!0x1,'socketMessageSubscription':null,'retryConnectingTimer':null,'retryCount':0x0,'sendHeartbeatTimer':null,'timeoutTimer':null};return this[_0x2f13f0(0x4a7)][_0x2f13f0(0x297)](_0x59c6cc,_0x5c0cbb),_0x5c0cbb;}[_0x4f02e5(0x44b)](_0x10622e){const _0x340d95=_0x4f02e5;var _0x31b9ae;this[_0x340d95(0x4c4)](_0x10622e),_0x10622e[_0x340d95(0x365)]=setTimeout(()=>this[_0x340d95(0x25a)](_0x10622e),(_0x31b9ae=this[_0x340d95(0x543)][_0x340d95(0x2f7)](_0x340d95(0x486)))==null?0x7530:_0x31b9ae);}['_sendHeartbeat'](_0x4feddb){const _0x28c8c1=_0x4f02e5;_0x4feddb[_0x28c8c1(0x4e5)][_0x28c8c1(0x50f)]()[_0x28c8c1(0x255)]({'cmd':_0x2a2edc[_0x28c8c1(0x4d3)][_0x28c8c1(0x443)]}),this[_0x28c8c1(0x38b)](_0x4feddb);}['_waitForHeartbeatResponse'](_0x3d0754){const _0x38c7df=_0x4f02e5;var _0x42cfa6;_0x3d0754[_0x38c7df(0x244)]=setTimeout(()=>this[_0x38c7df(0x21c)](_0x3d0754),(_0x42cfa6=this[_0x38c7df(0x543)]['getConfig']('HEARTBEAT_TIMEOUT'))==null?_0x37056b:_0x42cfa6);}['_clearHeartbeatTimer'](_0x3ece64){const _0xd7e202=_0x4f02e5;_0x3ece64['sendHeartbeatTimer']!=null&&(clearTimeout(_0x3ece64[_0xd7e202(0x365)]),_0x3ece64['sendHeartbeatTimer']=null);}[_0x4f02e5(0x2fb)](_0x4f1705){const _0x38acae=_0x4f02e5;_0x4f1705['timeoutTimer']!=null&&(clearTimeout(_0x4f1705[_0x38acae(0x244)]),_0x4f1705[_0x38acae(0x244)]=null);}};_0x187f66=_0x411a83([_0x2f2fb0(0x0,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x1,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0x2,_0x5d4a9c['IConfigService']),_0x2f2fb0(0x3,_0x1589e2),_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xaaa1eb)),_0x2f2fb0(0x5,_0x4d7dfa),_0x2f2fb0(0x6,(0x0,_0x5d4a9c['Optional'])(_0x3d71be))],_0x187f66);let _0x5985ca=class extends _0x5d4a9c['RxDisposable']{constructor(_0x30167e,_0x40aa6b,_0x1655fd,_0x22e64a){const _0x305989=_0x4f02e5;var _0x1d1b9b;super(),this[_0x305989(0x22d)]=_0x30167e,this['_collabSessionService']=_0x40aa6b,this[_0x305989(0x543)]=_0x1655fd,this['_univerInstanceService']=_0x22e64a,_0xef01a1(this,_0x305989(0x50d),new Map()),_0xef01a1(this,'_entityInit$',new _0x1090a1[(_0x305989(0x231))]()),_0xef01a1(this,'entityInit$',this[_0x305989(0x3d7)][_0x305989(0x294)]()),((_0x1d1b9b=this[_0x305989(0x543)][_0x305989(0x2f7)](_0x305989(0x247)))==null?void 0x0:_0x1d1b9b[_0x305989(0x4c8)])!==!0x1&&this[_0x305989(0x228)]();}['dispose'](){const _0x474ec3=_0x4f02e5;super[_0x474ec3(0x378)](),this[_0x474ec3(0x50d)][_0x474ec3(0x217)](_0x1a60fd=>_0x1a60fd[_0x474ec3(0x378)]()),this[_0x474ec3(0x50d)][_0x474ec3(0x352)]();}[_0x4f02e5(0x27d)](_0x5ea2e8){const _0x39bf60=_0x4f02e5;var _0x52d41d;return(_0x52d41d=this[_0x39bf60(0x50d)]['get'](_0x5ea2e8))==null?null:_0x52d41d;}['getCollabEntity$'](_0x816059){const _0x1691e5=_0x4f02e5;let _0x4bd78e=this['getCollabEntity'](_0x816059);return _0x4bd78e?(0x0,_0x1090a1['of'])(_0x4bd78e):this[_0x1691e5(0x3d7)][_0x1691e5(0x456)]((0x0,_0x39586e[_0x1691e5(0x515)])(_0x379a85=>_0x379a85[_0x1691e5(0x317)]===_0x816059));}[_0x4f02e5(0x2a4)](_0x25a359){const _0x95c8e5=_0x4f02e5;return(0x0,_0x1090a1[_0x95c8e5(0x1f0)])(this['getCollabEntity$'](_0x25a359)['pipe']((0x0,_0x39586e['map'])(()=>void 0x0)));}[_0x4f02e5(0x228)](){const _0x5f16fb=_0x4f02e5;this[_0x5f16fb(0x2e1)][_0x5f16fb(0x399)](_0x5d4a9c[_0x5f16fb(0x3a3)][_0x5f16fb(0x531)])[_0x5f16fb(0x456)]((0x0,_0x1090a1[_0x5f16fb(0x3e7)])(this['dispose$']),(0x0,_0x39586e['delay'])(0x10))[_0x5f16fb(0x2b6)](async _0x3730e2=>{const _0x3f156a=_0x5f16fb;let _0x1a3eb6=_0x3730e2['unit'][_0x3f156a(0x37d)](),_0x428277=await this[_0x3f156a(0x54f)](_0x1a3eb6,_0x5d4a9c[_0x3f156a(0x3a3)][_0x3f156a(0x531)]);this['_entities'][_0x3f156a(0x297)](_0x1a3eb6,_0x428277);}),this[_0x5f16fb(0x2e1)]['getTypeOfUnitAdded$'](_0x5d4a9c[_0x5f16fb(0x3a3)][_0x5f16fb(0x304)])[_0x5f16fb(0x456)]((0x0,_0x1090a1[_0x5f16fb(0x3e7)])(this[_0x5f16fb(0x4e2)]),(0x0,_0x39586e[_0x5f16fb(0x42d)])(0x10))[_0x5f16fb(0x456)]((0x0,_0x39586e[_0x5f16fb(0x515)])(_0x2ab681=>!_0x2ab681[_0x5f16fb(0x263)]['getUnitId']()['startsWith']('__')))[_0x5f16fb(0x2b6)](async _0x142575=>{const _0x3cdd38=_0x5f16fb;let _0x35289a=_0x142575['unit'][_0x3cdd38(0x37d)](),_0x57f99a=await this[_0x3cdd38(0x54f)](_0x35289a,_0x5d4a9c[_0x3cdd38(0x3a3)]['UNIVER_DOC']);this[_0x3cdd38(0x50d)]['set'](_0x35289a,_0x57f99a);}),this[_0x5f16fb(0x2e1)][_0x5f16fb(0x399)](_0x5d4a9c[_0x5f16fb(0x3a3)][_0x5f16fb(0x3ef)])[_0x5f16fb(0x456)]((0x0,_0x1090a1[_0x5f16fb(0x3e7)])(this['dispose$']),(0x0,_0x39586e[_0x5f16fb(0x42d)])(0x10))['subscribe'](async _0x2cab77=>{const _0x3c23c5=_0x5f16fb;let _0x12aefd=_0x2cab77['unit'][_0x3c23c5(0x37d)](),_0x636595=await this['_startCollaboration'](_0x12aefd,_0x5d4a9c[_0x3c23c5(0x3a3)][_0x3c23c5(0x3ef)]);this['_entities'][_0x3c23c5(0x297)](_0x12aefd,_0x636595);}),this['_univerInstanceService'][_0x5f16fb(0x399)](_0x5d4a9c[_0x5f16fb(0x3a3)]['UNIVER_BOARD'])['pipe']((0x0,_0x1090a1[_0x5f16fb(0x3e7)])(this[_0x5f16fb(0x4e2)]),(0x0,_0x39586e['delay'])(0x10))[_0x5f16fb(0x2b6)](async _0x5b8c99=>{const _0x385ca0=_0x5f16fb;let _0xd9a0c8=_0x5b8c99[_0x385ca0(0x263)][_0x385ca0(0x37d)](),_0x4442d8=await this[_0x385ca0(0x54f)](_0xd9a0c8,_0x5d4a9c[_0x385ca0(0x3a3)][_0x385ca0(0x43d)]);this['_entities']['set'](_0xd9a0c8,_0x4442d8);}),this[_0x5f16fb(0x2e1)][_0x5f16fb(0x399)](_0x5d4a9c[_0x5f16fb(0x3a3)][_0x5f16fb(0x3e8)])[_0x5f16fb(0x456)]((0x0,_0x1090a1[_0x5f16fb(0x3e7)])(this['dispose$']),(0x0,_0x39586e[_0x5f16fb(0x42d)])(0x10))[_0x5f16fb(0x2b6)](async _0x229021=>{const _0xd5248a=_0x5f16fb;let _0x587f71=_0x229021['unit'][_0xd5248a(0x37d)](),_0x2fccf9=await this['_startCollaboration'](_0x587f71,_0x5d4a9c[_0xd5248a(0x3a3)][_0xd5248a(0x3e8)]);this[_0xd5248a(0x50d)][_0xd5248a(0x297)](_0x587f71,_0x2fccf9);}),(0x0,_0x1090a1[_0x5f16fb(0x501)])(this[_0x5f16fb(0x2e1)][_0x5f16fb(0x36a)](_0x5d4a9c['UniverInstanceType'][_0x5f16fb(0x531)]),this[_0x5f16fb(0x2e1)]['getTypeOfUnitDisposed$'](_0x5d4a9c[_0x5f16fb(0x3a3)][_0x5f16fb(0x304)]),this[_0x5f16fb(0x2e1)][_0x5f16fb(0x36a)](_0x5d4a9c[_0x5f16fb(0x3a3)][_0x5f16fb(0x3ef)]),this['_univerInstanceService'][_0x5f16fb(0x36a)](_0x5d4a9c[_0x5f16fb(0x3a3)][_0x5f16fb(0x43d)]),this['_univerInstanceService'][_0x5f16fb(0x36a)](_0x5d4a9c['UniverInstanceType'][_0x5f16fb(0x3e8)]))['pipe']((0x0,_0x1090a1[_0x5f16fb(0x3e7)])(this[_0x5f16fb(0x4e2)]))['subscribe'](_0x537907=>{const _0xf35f36=_0x5f16fb;let _0x454d5d=_0x537907['getUnitId'](),_0x3e6a32=this[_0xf35f36(0x50d)][_0xf35f36(0x272)](_0x454d5d);_0x3e6a32&&(_0x3e6a32[_0xf35f36(0x378)](),this[_0xf35f36(0x50d)][_0xf35f36(0x4ea)](_0x454d5d));});}async[_0x4f02e5(0x54f)](_0x30b2de,_0x571be8){const _0x3e1e7b=_0x4f02e5;let _0x301cd2=await this[_0x3e1e7b(0x2df)][_0x3e1e7b(0x460)](_0x30b2de),_0x5cc890=this['_injector']['createInstance'](this[_0x3e1e7b(0x2e0)](_0x571be8),_0x30b2de,_0x571be8,_0x301cd2);return await _0x5cc890[_0x3e1e7b(0x299)](),this['_entityInit$']['next'](_0x5cc890),_0x5cc890;}[_0x4f02e5(0x2e0)](_0x2dc30b){const _0x1eeccc=_0x4f02e5;switch(_0x2dc30b){case _0x5d4a9c['UniverInstanceType']['UNIVER_DOC']:return _0x421885;case _0x5d4a9c[_0x1eeccc(0x3a3)][_0x1eeccc(0x531)]:return _0x1f94eb;case _0x5d4a9c[_0x1eeccc(0x3a3)]['UNIVER_SLIDE']:return _0xc056a2;case _0x5d4a9c[_0x1eeccc(0x3a3)][_0x1eeccc(0x43d)]:return _0x24d1d6;case _0x5d4a9c[_0x1eeccc(0x3a3)]['UNIVER_BASE']:return _0x4dd63d;default:throw Error(_0x1eeccc(0x40b)+_0x2dc30b);}}};_0x5985ca=_0x411a83([_0x2f2fb0(0x0,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x1,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x187f66)),_0x2f2fb0(0x2,_0x5d4a9c['IConfigService']),_0x2f2fb0(0x3,_0x5d4a9c[_0x4f02e5(0x3f3)])],_0x5985ca);var _0x1836d8=_0x4f02e5(0x42e),_0x1fe685=_0x4f02e5(0x4d9);let _0x4dbe67=class extends _0x5d4a9c[_0x4f02e5(0x35f)]{constructor(_0x5818cf,_0x1b56e6){const _0x1ccd7d=_0x4f02e5;super(),this['_univerInstanceService']=_0x5818cf,this[_0x1ccd7d(0x543)]=_0x1b56e6,this['_init']();}['_init'](){const _0x305ef0=_0x4f02e5;this[_0x305ef0(0x38e)](this[_0x305ef0(0x2e1)][_0x305ef0(0x42f)][_0x305ef0(0x2b6)](()=>{const _0x5b5443=_0x305ef0;var _0x1044c0;let _0x4fdbdf=this[_0x5b5443(0x2e1)]['getFocusedUnit'](),_0x48f394=(_0x1044c0=this[_0x5b5443(0x543)][_0x5b5443(0x2f7)](_0x5b5443(0x470)))==null?'Univer':_0x1044c0;_0x4fdbdf instanceof _0x5d4a9c['Workbook']&&(_0x48f394=_0x4fdbdf['name']),document[_0x5b5443(0x3a8)]=_0x48f394;}));}};_0x4dbe67=_0x411a83([_0x2f2fb0(0x0,_0x5d4a9c[_0x4f02e5(0x3f3)]),_0x2f2fb0(0x1,_0x5d4a9c[_0x4f02e5(0x4f1)])],_0x4dbe67);let _0x35c469=function(_0x4a16e4){const _0x1fda13=_0x4f02e5;return _0x4a16e4[_0x1fda13(0x3c0)]=_0x1fda13(0x3c0),_0x4a16e4[_0x1fda13(0x4b5)]='UUID',_0x4a16e4[_0x1fda13(0x466)]='BASE64',_0x4a16e4;}({}),_0x500d70=(0x0,_0x5d4a9c['createIdentifier'])(_0x4f02e5(0x3fa)),_0x306f93=class{constructor(_0x2d3cff,_0xc7e3ae,_0x4f46ca){const _0x20b083=_0x4f02e5;this['_httpService']=_0x2d3cff,this[_0x20b083(0x543)]=_0xc7e3ae,this[_0x20b083(0x2e1)]=_0x4f46ca;}[_0x4f02e5(0x213)](){const _0x4fc57c=_0x4f02e5;var _0x2655d9;return(_0x2655d9=this[_0x4fc57c(0x3bf)]()[_0x4fc57c(0x394)])==null?{}:_0x2655d9;}async[_0x4f02e5(0x448)](_0x22018e){const _0x568f44=_0x4f02e5;let _0x42901a=this['getUploadOptions']();if(_0x51b534(_0x22018e,_0x42901a),_0x42901a[_0x568f44(0x359)])return _0x42901a['upload'](_0x22018e);let _0x4854e6=await this[_0x568f44(0x478)](_0x22018e);return{'id':_0x4854e6,'name':_0x22018e[_0x568f44(0x380)],'mimeType':_0x22018e[_0x568f44(0x4d6)],'size':_0x22018e[_0x568f44(0x530)],'sourceType':_0x568f44(0x4b5),'source':_0x4854e6};}async['_upload'](_0x1b506e){const _0x73b6b8=_0x4f02e5;let _0x4cd899=this[_0x73b6b8(0x2e1)]['getFocusedUnit'](),_0x15f6e9=_0x4cd899==null?void 0x0:_0x4cd899[_0x73b6b8(0x37d)]();if(!_0x15f6e9)throw Error(_0x73b6b8(0x236));let _0x5b8c00=new FormData();_0x5b8c00[_0x73b6b8(0x45c)](_0x73b6b8(0x4be),_0x1b506e);let _0x7c9892=this['_getUploadFileURL']()+_0x73b6b8(0x547)+_0x1b506e[_0x73b6b8(0x530)]['toString']()+_0x73b6b8(0x1ef)+_0x2a2edc[_0x73b6b8(0x332)][_0x73b6b8(0x212)]+_0x73b6b8(0x3ba)+encodeURIComponent(_0x15f6e9),_0x51fabe=(await this[_0x73b6b8(0x286)][_0x73b6b8(0x505)](_0x7c9892,{'body':_0x5b8c00}))[_0x73b6b8(0x3b8)][_0x73b6b8(0x3a7)];if(typeof _0x51fabe!=_0x73b6b8(0x383)||!_0x51fabe)throw Error(_0x73b6b8(0x4df));return _0x51fabe;}[_0x4f02e5(0x3e0)](){const _0x2a44d4=_0x4f02e5;var _0x9c68a9;return(_0x9c68a9=this[_0x2a44d4(0x3bf)]()[_0x2a44d4(0x292)])==null?_0x2a44d4(0x3cb):_0x9c68a9;}['_getConfig'](){const _0x2c778f=_0x4f02e5;var _0x28211f;return(_0x28211f=this['_configService'][_0x2c778f(0x2f7)](_0x2c778f(0x247)))==null?{}:_0x28211f;}};_0x306f93=_0x411a83([_0x2f2fb0(0x0,(0x0,_0x5d4a9c['Inject'])(_0x1405b7[_0x4f02e5(0x30a)])),_0x2f2fb0(0x1,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x4f1)])),_0x2f2fb0(0x2,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x3f3)]))],_0x306f93);function _0x51b534(_0x55a370,_0x2593f0){const _0x440001=_0x4f02e5;var _0x3f8a0f;if(_0x2593f0[_0x440001(0x3b9)]!=null&&_0x55a370[_0x440001(0x530)]>_0x2593f0[_0x440001(0x3b9)])throw Error(_0x440001(0x290));if((_0x3f8a0f=_0x2593f0[_0x440001(0x3ce)])!=null&&_0x3f8a0f[_0x440001(0x48e)]&&!_0x2593f0[_0x440001(0x3ce)][_0x440001(0x4cd)](_0x52c217=>_0x55a370['type']===_0x52c217||_0x55a370['name'][_0x440001(0x464)](_0x52c217)||_0x52c217[_0x440001(0x464)]('/*')&&_0x55a370['type'][_0x440001(0x3c7)](_0x52c217[_0x440001(0x537)](0x0,-0x1))))throw Error(_0x440001(0x3e9));}let _0x27c85d=class{constructor(_0x4bda56,_0x63f480,_0x2adb64){const _0x38f76a=_0x4f02e5;this[_0x38f76a(0x543)]=_0x4bda56,this['_httpService']=_0x63f480,this[_0x38f76a(0x529)]=_0x2adb64,this['init']();}[_0x4f02e5(0x299)](){const _0x481951=_0x4f02e5;this[_0x481951(0x286)]['registerHTTPInterceptor']({'priority':0x1,'interceptor':(_0x163645,_0x33dfbc)=>_0x33dfbc(_0x163645)[_0x481951(0x456)]((0x0,_0x1090a1[_0x481951(0x50e)])(async _0x2cb7af=>{const _0x5c2706=_0x481951;let _0x3ae2e4=_0x2cb7af;if(_0x3ae2e4['status']===0x191){if(typeof window>'u')throw Error('[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.');if(window['confirm'](this[_0x5c2706(0x529)]['t']('collaboration-client.auth.needGotoLoginAlert'))){let _0xaf15b=window[_0x5c2706(0x22b)](window[_0x5c2706(0x2b1)][_0x5c2706(0x43e)]);window[_0x5c2706(0x2b1)][_0x5c2706(0x43e)]=this[_0x5c2706(0x4f2)]()+_0x5c2706(0x48d)+_0xaf15b;}}return _0x3ae2e4;}))});}[_0x4f02e5(0x4f2)](){const _0x57af9f=_0x4f02e5;var _0x3c418d;let _0x5306a4=this[_0x57af9f(0x543)][_0x57af9f(0x2f7)](_0x165ad1);return(_0x3c418d=_0x5306a4==null?void 0x0:_0x5306a4[_0x57af9f(0x375)])==null?'/universer-api/oidc/authpage':_0x3c418d;}};_0x27c85d=_0x411a83([_0x2f2fb0(0x0,_0x5d4a9c['IConfigService']),_0x2f2fb0(0x1,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x1405b7[_0x4f02e5(0x30a)])),_0x2f2fb0(0x2,(0x0,_0x5d4a9c['Inject'])(_0x5d4a9c['LocaleService']))],_0x27c85d);let _0x44dc7b=class extends _0x5d4a9c[_0x4f02e5(0x35f)]{constructor(_0x55ccef,_0x8f4d12){const _0x4dbb35=_0x4f02e5;super(),this['_HTTPService']=_0x55ccef,this[_0x4dbb35(0x543)]=_0x8f4d12,_0xef01a1(this,'_cfgEnableObjInherit',!0x1),this['_initMergeInterceptor']();}['_initMergeInterceptor'](){const _0x3252d1=_0x4f02e5;let _0x2398d5=this;this[_0x3252d1(0x38e)](this[_0x3252d1(0x3c9)][_0x3252d1(0x35e)]({'priority':0x3e7,'interceptor':(0x0,_0x1405b7[_0x3252d1(0x393)])({'isMatch'(_0x17ba21){const _0x592cd3=_0x3252d1;var _0x390ee6;if(_0x17ba21[_0x592cd3(0x2a3)]===_0x592cd3(0x3f7)&&(_0x390ee6=_0x17ba21[_0x592cd3(0x2d0)])!=null&&_0x390ee6['body']){let {objectID:_0x41eb1b,objectType:_0xb3976f}=_0x17ba21[_0x592cd3(0x2d0)][_0x592cd3(0x3b8)]||{};if(!_0x41eb1b||_0xb3976f===void 0x0)return!0x1;let _0x203af6=_0x2398d5['_getAPIPrefixPath']()+'/'+_0xb3976f+'/object/'+_0x41eb1b+_0x592cd3(0x327);if(_0x17ba21[_0x592cd3(0x4ab)]===_0x203af6)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x24dc84){const _0x39f85a=_0x3252d1;var _0x5e9f09;return(_0x5e9f09=_0x24dc84[_0x39f85a(0x2d0)])==null?void 0x0:_0x5e9f09['body'];},'mergeParamsToRequest'(_0x5d41a2,_0x17f5fd){const _0x19b612=_0x3252d1;let _0x4c9779=_0x2398d5[_0x19b612(0x503)]()+_0x19b612(0x40e),_0x54a487=_0x5d41a2[_0x19b612(0x472)]((_0x2935f5,_0x351eb8)=>{let {unitID:_0x323e05,objectID:_0x1d90a6,objectType:_0x2a6439,actions:_0x4a00d2}=_0x351eb8;return _0x2935f5[_0x323e05]||(_0x2935f5[_0x323e05]={}),_0x2935f5[_0x323e05][_0x1d90a6]||(_0x2935f5[_0x323e05][_0x1d90a6]={'objectID':_0x1d90a6,'objectType':_0x2a6439,'actions':[]}),_0x2935f5[_0x323e05][_0x1d90a6]['actions']['push'](..._0x4a00d2),_0x2935f5;},{}),_0x5ac50f=[];for(let _0x3e3684 in _0x54a487)for(let _0x5237e8 in _0x54a487[_0x3e3684]){let {actions:_0x3dd56f,objectType:_0x32b912}=_0x54a487[_0x3e3684][_0x5237e8],_0x5d069e=[...new Set(_0x3dd56f)];_0x5ac50f[_0x19b612(0x2c4)]({'unitID':_0x3e3684,'objectID':_0x5237e8,'objectType':_0x32b912,'actions':_0x5d069e});}return new _0x1405b7['HTTPRequest']('POST',_0x4c9779,{'headers':_0x17f5fd[_0x19b612(0x4da)],'withCredentials':_0x17f5fd[_0x19b612(0x22a)],'responseType':_0x17f5fd[_0x19b612(0x235)],'body':{'requests':_0x5ac50f}});}},{'distributeResult'(_0x3791e6,_0x22f0ba){const _0x4d501c=_0x3252d1;let {objectActions:_0x4c2f38}=_0x3791e6;return _0x22f0ba[_0x4d501c(0x2a0)](_0x2ada97=>{const _0xb8e126=_0x4d501c;let {unitID:_0x3a6c63,objectID:_0x3bc35e,actions:_0x3dfa9c}=_0x2ada97,_0x16d5c7=_0x4c2f38[_0xb8e126(0x408)](_0x4cb15f=>_0x4cb15f['unitID']===_0x3a6c63&&_0x4cb15f[_0xb8e126(0x4a1)]===_0x3bc35e);return{'config':_0x2ada97,'result':{'actions':_0x3dfa9c['map'](_0x1da8f3=>_0x16d5c7==null?void 0x0:_0x16d5c7[_0xb8e126(0x21f)][_0xb8e126(0x408)](_0x348582=>_0x348582[_0xb8e126(0x498)]===_0x1da8f3))[_0xb8e126(0x515)](_0x1b8f92=>!!_0x1b8f92),'error':_0x3791e6[_0xb8e126(0x363)]}};});}})}));}[_0x4f02e5(0x503)](){const _0x476447=_0x4f02e5;var _0x4c2128;let _0x1b2c1e=this['_configService']['getConfig'](_0x165ad1);return(_0x4c2128=_0x1b2c1e==null?void 0x0:_0x1b2c1e[_0x476447(0x4a8)])==null?_0x476447(0x54d):_0x4c2128;}async[_0x4f02e5(0x480)](_0x1172eb){const _0x43cb7b=_0x4f02e5;let _0x3bd443=this[_0x43cb7b(0x503)]()+'/'+_0x1172eb[_0x43cb7b(0x260)]+_0x43cb7b(0x3ea);return(await this[_0x43cb7b(0x3c9)][_0x43cb7b(0x505)](_0x3bd443,{'body':_0x1172eb}))['body']['objectID']||'';}async['list'](_0x3dde65){const _0x54aa69=_0x4f02e5;let _0x3d6e81=this[_0x54aa69(0x503)]()+'/-/object/list';return(await this[_0x54aa69(0x3c9)][_0x54aa69(0x505)](_0x3d6e81,{'body':_0x3dde65}))[_0x54aa69(0x3b8)][_0x54aa69(0x540)];}async[_0x4f02e5(0x360)](_0xbe4dba){const _0x413ddf=_0x4f02e5;var _0x551204;let _0x3423a6=this['_getAPIPrefixPath']()+'/'+_0xbe4dba['objectType']+_0x413ddf(0x4ca)+_0xbe4dba['objectID'],_0x5f4051=await this['_HTTPService'][_0x413ddf(0x249)](_0x3423a6,{'body':_0xbe4dba});if((_0x5f4051==null||(_0x551204=_0x5f4051['body'])==null||(_0x551204=_0x551204[_0x413ddf(0x363)])==null?void 0x0:_0x551204['code'])!==0x1)throw Error('Failed\x20to\x20update\x20permission\x20point');}async[_0x4f02e5(0x3cf)](_0x5550cc){const _0x121403=_0x4f02e5;let _0x395b9d=this['_getAPIPrefixPath']()+'/'+_0x5550cc['objectType']+_0x121403(0x4ca)+_0x5550cc[_0x121403(0x4a1)]+_0x121403(0x327);return(await this[_0x121403(0x3c9)][_0x121403(0x505)](_0x395b9d,{'body':_0x5550cc}))['body']['actions'];}async[_0x4f02e5(0x483)](_0x37fad3){const _0x48c5ca=_0x4f02e5;let _0x1eb452=this['_getAPIPrefixPath']()+'/-/object/-/batch_allowed';return(await this[_0x48c5ca(0x3c9)][_0x48c5ca(0x505)](_0x1eb452,{'body':{'requests':_0x37fad3}}))[_0x48c5ca(0x3b8)][_0x48c5ca(0x278)];}async[_0x4f02e5(0x52f)](_0x351279){const _0x58ae17=_0x4f02e5;let _0x6276e0=this['_getAPIPrefixPath']()+'/'+_0x351279['objectType']+'/role',_0xc1a04d=await this[_0x58ae17(0x3c9)]['post'](_0x6276e0,{'body':_0x351279});return{'roles':_0xc1a04d[_0x58ae17(0x3b8)][_0x58ae17(0x3a2)],'actions':_0xc1a04d[_0x58ae17(0x3b8)][_0x58ae17(0x21f)]};}async[_0x4f02e5(0x207)](_0x1c5ebb){const _0x3b515f=_0x4f02e5;let _0x26836c=this[_0x3b515f(0x503)]()+_0x3b515f(0x45d);await this[_0x3b515f(0x3c9)][_0x3b515f(0x4ea)](_0x26836c,{'params':{'collaboratorID':_0x1c5ebb[_0x3b515f(0x221)],'objectID':_0x1c5ebb['objectID'],'unitID':_0x1c5ebb[_0x3b515f(0x317)]}});}async['updateCollaborator'](_0x111bd9){const _0x2a0ddf=_0x4f02e5;let _0x416442=this[_0x2a0ddf(0x503)]()+_0x2a0ddf(0x45d);await this[_0x2a0ddf(0x3c9)][_0x2a0ddf(0x2d4)](_0x416442,{'body':_0x111bd9});}async[_0x4f02e5(0x353)](_0x2796fd){const _0x10cbb6=_0x4f02e5;let _0x1fc63b=this[_0x10cbb6(0x503)]()+'/collaborator';await this[_0x10cbb6(0x3c9)][_0x10cbb6(0x505)](_0x1fc63b,{'body':_0x2796fd});}async[_0x4f02e5(0x24a)](_0x259abd){const _0x5989dc=_0x4f02e5;var _0x1be329;let _0x9a44ff=this[_0x5989dc(0x503)]()+_0x5989dc(0x45d),_0x39b50f=await this[_0x5989dc(0x3c9)]['get'](_0x9a44ff,{'params':{'objectID':_0x259abd[_0x5989dc(0x4a1)],'unitID':_0x259abd[_0x5989dc(0x317)]}});return this[_0x5989dc(0x422)]((_0x1be329=_0x39b50f[_0x5989dc(0x3b8)]['cfgEnableObjInherit'])==null?!0x1:_0x1be329),_0x39b50f[_0x5989dc(0x3b8)]['collaborators'];}async[_0x4f02e5(0x415)](_0xd08e15){const _0x268abf=_0x4f02e5;let _0x1c60d1=this[_0x268abf(0x503)]()+_0x268abf(0x45d);await this[_0x268abf(0x3c9)]['put'](_0x1c60d1,{'body':_0xd08e15});}['setCfgEnableObjInherit'](_0x40f63e){this['_cfgEnableObjInherit']=_0x40f63e;}[_0x4f02e5(0x335)](){const _0x2938ce=_0x4f02e5;return this[_0x2938ce(0x379)];}};_0x44dc7b=_0x411a83([_0x2f2fb0(0x0,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x1405b7[_0x4f02e5(0x30a)])),_0x2f2fb0(0x1,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c['IConfigService']))],_0x44dc7b);function _0x28921e(_0x52015d){const _0x53a4f6=_0x4f02e5;return _0x52015d instanceof Uint8Array||ArrayBuffer[_0x53a4f6(0x21d)](_0x52015d)&&_0x52015d[_0x53a4f6(0x40f)][_0x53a4f6(0x380)]===_0x53a4f6(0x270)&&_0x53a4f6(0x45e)in _0x52015d&&_0x52015d[_0x53a4f6(0x45e)]===0x1;}function _0x183170(_0x13851e){const _0x2a7d69=_0x4f02e5;if(typeof _0x13851e!=_0x2a7d69(0x539))throw TypeError(_0x2a7d69(0x349)+typeof _0x13851e);if(!Number['isSafeInteger'](_0x13851e)||_0x13851e<0x0)throw RangeError(_0x2a7d69(0x3df)+_0x13851e);}function _0x56cd1(_0x65d6a7,_0xaafd4c,_0x22792d=''){const _0x4d803f=_0x4f02e5;let _0x10252a=_0x28921e(_0x65d6a7),_0x55864b=_0x65d6a7==null?void 0x0:_0x65d6a7[_0x4d803f(0x48e)],_0x1f2ac3=_0xaafd4c!==void 0x0;if(!_0x10252a||_0x1f2ac3&&_0x55864b!==_0xaafd4c){let _0x260cb5=_0x22792d&&'\x22'+_0x22792d+'\x22\x20',_0x3f98c5=_0x1f2ac3?_0x4d803f(0x4e3)+_0xaafd4c:'',_0x5d35e2=_0x10252a?_0x4d803f(0x4fa)+_0x55864b:_0x4d803f(0x405)+typeof _0x65d6a7,_0x4850ac=_0x260cb5+_0x4d803f(0x208)+_0x3f98c5+_0x4d803f(0x21e)+_0x5d35e2;throw _0x10252a?RangeError(_0x4850ac):TypeError(_0x4850ac);}return _0x65d6a7;}function _0x16284c(_0x59564c){const _0x392a34=_0x4f02e5;return new Uint32Array(_0x59564c[_0x392a34(0x4a9)],_0x59564c[_0x392a34(0x522)],Math[_0x392a34(0x499)](_0x59564c[_0x392a34(0x3af)]/0x4));}function _0x340d62(..._0x192b8a){const _0x26d146=_0x4f02e5;for(let _0x2d742b=0x0;_0x2d742b<_0x192b8a[_0x26d146(0x48e)];_0x2d742b++)_0x192b8a[_0x2d742b][_0x26d146(0x491)](0x0);}let _0x298ce5=new Uint8Array(new Uint32Array([0x11223344])[_0x4f02e5(0x4a9)])[0x0]===0x44,_0x22d619=_0x128deb=>_0x128deb<<0x18&0xff000000|_0x128deb<<0x8&0xff0000|_0x128deb>>>0x8&0xff00|_0x128deb>>>0x18&0xff,_0x17fc48=_0x298ce5?_0x4cc256=>_0x4cc256:_0x2b7fad=>{const _0x16744f=_0x4f02e5;for(let _0x1d2d46=0x0;_0x1d2d46<_0x2b7fad[_0x16744f(0x48e)];_0x1d2d46++)_0x2b7fad[_0x1d2d46]=_0x22d619(_0x2b7fad[_0x1d2d46]);return _0x2b7fad;};function _0x4a4d96(_0x361e5c){const _0xc54baf=_0x4f02e5;if(typeof _0x361e5c!=_0xc54baf(0x383))throw TypeError(_0xc54baf(0x3f0));return new Uint8Array(new TextEncoder()[_0xc54baf(0x35a)](_0x361e5c));}function _0x546035(_0x5faad6,_0x255e00){const _0x563a3e=_0x4f02e5;return!_0x5faad6[_0x563a3e(0x3af)]||!_0x255e00[_0x563a3e(0x3af)]?!0x1:_0x5faad6[_0x563a3e(0x4a9)]===_0x255e00['buffer']&&_0x5faad6['byteOffset']<_0x255e00[_0x563a3e(0x522)]+_0x255e00[_0x563a3e(0x3af)]&&_0x255e00[_0x563a3e(0x522)]<_0x5faad6[_0x563a3e(0x522)]+_0x5faad6[_0x563a3e(0x3af)];}function _0x390309(_0x19fb0f,_0x347087){const _0x283c18=_0x4f02e5;if(_0x546035(_0x19fb0f,_0x347087)&&_0x19fb0f[_0x283c18(0x522)]<_0x347087[_0x283c18(0x522)])throw Error(_0x283c18(0x310));}function _0x16c004(..._0x3aac37){const _0x34a27a=_0x4f02e5;let _0x4af356=0x0;for(let _0x2b1564=0x0;_0x2b1564<_0x3aac37[_0x34a27a(0x48e)];_0x2b1564++){let _0x3b258f=_0x3aac37[_0x2b1564];_0x56cd1(_0x3b258f),_0x4af356+=_0x3b258f[_0x34a27a(0x48e)];}let _0x2c47c7=new Uint8Array(_0x4af356);for(let _0x52d13e=0x0,_0x18350d=0x0;_0x52d13e<_0x3aac37['length'];_0x52d13e++){let _0x3794c0=_0x3aac37[_0x52d13e];_0x2c47c7[_0x34a27a(0x297)](_0x3794c0,_0x18350d),_0x18350d+=_0x3794c0['length'];}return _0x2c47c7;}let _0x4209aa=(_0x9e30e5,_0x52c152)=>{function _0x2421b5(_0x12078e,..._0x4abb25){const _0x14cef6=_0x429f;if(_0x56cd1(_0x12078e,void 0x0,_0x14cef6(0x3d0)),_0x9e30e5['nonceLength']!==void 0x0){let _0x1a165c=_0x4abb25[0x0];_0x56cd1(_0x1a165c,_0x9e30e5['varSizeNonce']?void 0x0:_0x9e30e5[_0x14cef6(0x259)],'nonce');}let _0x3da2e7=_0x9e30e5['tagLength'];_0x3da2e7&&_0x4abb25[0x1]!==void 0x0&&_0x56cd1(_0x4abb25[0x1],void 0x0,'AAD');let _0x21bbe5=_0x52c152(_0x12078e,..._0x4abb25),_0x4f54a9=(_0x2eb4ae,_0x38f923)=>{const _0x337125=_0x14cef6;if(_0x38f923!==void 0x0){if(_0x2eb4ae!==0x2)throw Error(_0x337125(0x511));_0x56cd1(_0x38f923,void 0x0,_0x337125(0x50b));}},_0xf6d1af=!0x1;return{'encrypt'(_0x4c83b8,_0x30ab97){const _0x5adf9a=_0x14cef6;if(_0xf6d1af)throw Error(_0x5adf9a(0x2c9));return _0xf6d1af=!0x0,_0x56cd1(_0x4c83b8),_0x4f54a9(_0x21bbe5['encrypt'][_0x5adf9a(0x48e)],_0x30ab97),_0x21bbe5[_0x5adf9a(0x4ef)](_0x4c83b8,_0x30ab97);},'decrypt'(_0x50435d,_0xb854ed){const _0x1dcef8=_0x14cef6;if(_0x56cd1(_0x50435d),_0x3da2e7&&_0x50435d[_0x1dcef8(0x48e)]<_0x3da2e7)throw Error('\x22ciphertext\x22\x20expected\x20length\x20bigger\x20than\x20tagLength='+_0x3da2e7);return _0x4f54a9(_0x21bbe5[_0x1dcef8(0x48c)]['length'],_0xb854ed),_0x21bbe5[_0x1dcef8(0x48c)](_0x50435d,_0xb854ed);}};}return Object['assign'](_0x2421b5,_0x9e30e5),_0x2421b5;};function _0x47063d(_0x3f6e9e,_0x248dc6,_0x5d237a=!0x0){const _0x18bdda=_0x4f02e5;if(_0x248dc6===void 0x0)return new Uint8Array(_0x3f6e9e);if(_0x56cd1(_0x248dc6,void 0x0,_0x18bdda(0x50b)),_0x248dc6[_0x18bdda(0x48e)]!==_0x3f6e9e)throw Error(_0x18bdda(0x357)+_0x3f6e9e+_0x18bdda(0x3bd)+_0x248dc6['length']);if(_0x5d237a&&!_0x5143ca(_0x248dc6))throw Error(_0x18bdda(0x31d));return _0x248dc6;}function _0x5143ca(_0x32f46e){const _0x16fe6f=_0x4f02e5;return _0x32f46e[_0x16fe6f(0x522)]%0x4==0x0;}function _0x5e0d38(_0x42d76b){const _0x56338d=_0x4f02e5;return Uint8Array[_0x56338d(0x469)](_0x56cd1(_0x42d76b));}function _0x46b612(_0x2231fe=0x20){const _0x5c476f=_0x4f02e5;_0x183170(_0x2231fe);let _0x1a2d18=typeof globalThis==_0x5c476f(0x50c)?globalThis[_0x5c476f(0x3e5)]:null;if(typeof(_0x1a2d18==null?void 0x0:_0x1a2d18[_0x5c476f(0x211)])!='function')throw Error(_0x5c476f(0x47d));return _0x1a2d18[_0x5c476f(0x211)](new Uint8Array(_0x2231fe));}function _0x4018f4(_0x3184e8){const _0x5a57d4=_0x4f02e5;if(![0x10,0x18,0x20]['includes'](_0x3184e8['length']))throw Error(_0x5a57d4(0x3e4)+_0x3184e8[_0x5a57d4(0x48e)]);}function _0x4f39f7(_0x4c3be3){return _0x4c3be3<<0x1^0x11b&-(_0x4c3be3>>0x7);}function _0x31716e(_0x127740,_0x43b654){let _0x3097ff=0x0;for(;_0x43b654>0x0;_0x43b654>>=0x1)_0x3097ff^=_0x127740&-(_0x43b654&0x1),_0x127740=_0x4f39f7(_0x127740);return _0x3097ff;}let _0x239bcc=((()=>{let _0x1e9663=new Uint8Array(0x100);for(let _0x19fb55=0x0,_0x2379cf=0x1;_0x19fb55<0x100;_0x19fb55++,_0x2379cf^=_0x4f39f7(_0x2379cf))_0x1e9663[_0x19fb55]=_0x2379cf;let _0x3112fa=new Uint8Array(0x100);_0x3112fa[0x0]=0x63;for(let _0x19433b=0x0;_0x19433b<0xff;_0x19433b++){let _0x28e3a4=_0x1e9663[0xff-_0x19433b];_0x28e3a4|=_0x28e3a4<<0x8,_0x3112fa[_0x1e9663[_0x19433b]]=(_0x28e3a4^_0x28e3a4>>0x4^_0x28e3a4>>0x5^_0x28e3a4>>0x6^_0x28e3a4>>0x7^0x63)&0xff;}return _0x340d62(_0x1e9663),_0x3112fa;})()),_0x3034db=_0x239bcc['map']((_0x196a2d,_0x1313e3)=>_0x239bcc['indexOf'](_0x1313e3)),_0x9e6118=_0x442c5f=>_0x442c5f<<0x18|_0x442c5f>>>0x8,_0x48a4b5=_0xfdff3=>_0xfdff3<<0x8|_0xfdff3>>>0x18;function _0x6fcec0(_0x4cba5c,_0x2f1a0f){const _0x24e816=_0x4f02e5;if(_0x4cba5c[_0x24e816(0x48e)]!==0x100)throw Error(_0x24e816(0x438));let _0x9d0627=new Uint32Array(0x100)[_0x24e816(0x2a0)]((_0x4739a0,_0x450d64)=>_0x2f1a0f(_0x4cba5c[_0x450d64])),_0x18e8f0=_0x9d0627[_0x24e816(0x2a0)](_0x48a4b5),_0x33a4b7=_0x18e8f0[_0x24e816(0x2a0)](_0x48a4b5),_0x21117c=_0x33a4b7['map'](_0x48a4b5),_0x3cb4db=new Uint32Array(0x100*0x100),_0x28ee88=new Uint32Array(0x100*0x100),_0x396581=new Uint16Array(0x100*0x100);for(let _0x42099d=0x0;_0x42099d<0x100;_0x42099d++)for(let _0x13504b=0x0;_0x13504b<0x100;_0x13504b++){let _0x430d2c=_0x42099d*0x100+_0x13504b;_0x3cb4db[_0x430d2c]=_0x9d0627[_0x42099d]^_0x18e8f0[_0x13504b],_0x28ee88[_0x430d2c]=_0x33a4b7[_0x42099d]^_0x21117c[_0x13504b],_0x396581[_0x430d2c]=_0x4cba5c[_0x42099d]<<0x8|_0x4cba5c[_0x13504b];}return{'sbox':_0x4cba5c,'sbox2':_0x396581,'T0':_0x9d0627,'T1':_0x18e8f0,'T2':_0x33a4b7,'T3':_0x21117c,'T01':_0x3cb4db,'T23':_0x28ee88};}let _0x5ab2ba=_0x6fcec0(_0x239bcc,_0x1d5168=>_0x31716e(_0x1d5168,0x3)<<0x18|_0x1d5168<<0x10|_0x1d5168<<0x8|_0x31716e(_0x1d5168,0x2)),_0x448f21=_0x6fcec0(_0x3034db,_0xb7abd4=>_0x31716e(_0xb7abd4,0xb)<<0x18|_0x31716e(_0xb7abd4,0xd)<<0x10|_0x31716e(_0xb7abd4,0x9)<<0x8|_0x31716e(_0xb7abd4,0xe)),_0x723c21=((()=>{let _0x2db835=new Uint8Array(0x10);for(let _0x31b436=0x0,_0x215940=0x1;_0x31b436<0x10;_0x31b436++,_0x215940=_0x4f39f7(_0x215940))_0x2db835[_0x31b436]=_0x215940;return _0x2db835;})());function _0x51b418(_0x42fb2d){const _0x3ff349=_0x4f02e5;_0x56cd1(_0x42fb2d);let _0x13da79=_0x42fb2d[_0x3ff349(0x48e)];_0x4018f4(_0x42fb2d);let {sbox2:_0x5c73bf}=_0x5ab2ba,_0x3db68c=[];(!_0x298ce5||!_0x5143ca(_0x42fb2d))&&_0x3db68c[_0x3ff349(0x2c4)](_0x42fb2d=_0x5e0d38(_0x42fb2d));let _0x441312=_0x17fc48(_0x16284c(_0x42fb2d)),_0x592639=_0x441312[_0x3ff349(0x48e)],_0x59c0f6=_0x5e83b6=>_0x2d3184(_0x5c73bf,_0x5e83b6,_0x5e83b6,_0x5e83b6,_0x5e83b6),_0x527fd0=new Uint32Array(_0x13da79+0x1c);_0x527fd0[_0x3ff349(0x297)](_0x441312);for(let _0x8228d3=_0x592639;_0x8228d3<_0x527fd0[_0x3ff349(0x48e)];_0x8228d3++){let _0x512043=_0x527fd0[_0x8228d3-0x1];_0x8228d3%_0x592639===0x0?_0x512043=_0x59c0f6(_0x9e6118(_0x512043))^_0x723c21[_0x8228d3/_0x592639-0x1]:_0x592639>0x6&&_0x8228d3%_0x592639===0x4&&(_0x512043=_0x59c0f6(_0x512043)),_0x527fd0[_0x8228d3]=_0x527fd0[_0x8228d3-_0x592639]^_0x512043;}return _0x340d62(..._0x3db68c),_0x527fd0;}function _0x36c3d4(_0x5206c7){const _0x475b11=_0x4f02e5;let _0x4ef3e5=_0x51b418(_0x5206c7),_0x32211a=_0x4ef3e5[_0x475b11(0x537)](),_0x1cbc20=_0x4ef3e5[_0x475b11(0x48e)],{sbox2:_0x142cad}=_0x5ab2ba,{T0:_0x16f01f,T1:_0x2772d2,T2:_0x44227b,T3:_0x22f39e}=_0x448f21;for(let _0x373f1f=0x0;_0x373f1f<_0x1cbc20;_0x373f1f+=0x4)for(let _0x593469=0x0;_0x593469<0x4;_0x593469++)_0x32211a[_0x373f1f+_0x593469]=_0x4ef3e5[_0x1cbc20-_0x373f1f-0x4+_0x593469];_0x340d62(_0x4ef3e5);for(let _0x90b7b7=0x4;_0x90b7b7<_0x1cbc20-0x4;_0x90b7b7++){let _0x363b1c=_0x32211a[_0x90b7b7],_0x325c9f=_0x2d3184(_0x142cad,_0x363b1c,_0x363b1c,_0x363b1c,_0x363b1c);_0x32211a[_0x90b7b7]=_0x16f01f[_0x325c9f&0xff]^_0x2772d2[_0x325c9f>>>0x8&0xff]^_0x44227b[_0x325c9f>>>0x10&0xff]^_0x22f39e[_0x325c9f>>>0x18];}return _0x32211a;}function _0x487263(_0x2ee6ab,_0xe91158,_0x1dcee1,_0x22428a,_0x11a656,_0x388eff){return _0x2ee6ab[_0x1dcee1<<0x8&0xff00|_0x22428a>>>0x8&0xff]^_0xe91158[_0x11a656>>>0x8&0xff00|_0x388eff>>>0x18&0xff];}function _0x2d3184(_0x54b75f,_0x12d403,_0xa31095,_0x832486,_0x4b5303){return _0x54b75f[_0x12d403&0xff|_0xa31095&0xff00]|_0x54b75f[_0x832486>>>0x10&0xff|_0x4b5303>>>0x10&0xff00]<<0x10;}function _0x38e82f(_0x82dcb,_0x575a5d,_0xac6efe,_0x4b2e44,_0x281460){let {sbox2:_0x58b735,T01:_0x4a384b,T23:_0x4de196}=_0x5ab2ba,_0x4eb7cd=0x0;_0x575a5d^=_0x82dcb[_0x4eb7cd++],_0xac6efe^=_0x82dcb[_0x4eb7cd++],_0x4b2e44^=_0x82dcb[_0x4eb7cd++],_0x281460^=_0x82dcb[_0x4eb7cd++];let _0x119724=_0x82dcb['length']/0x4-0x2;for(let _0x5c872d=0x0;_0x5c872d<_0x119724;_0x5c872d++){let _0x4b3341=_0x82dcb[_0x4eb7cd++]^_0x487263(_0x4a384b,_0x4de196,_0x575a5d,_0xac6efe,_0x4b2e44,_0x281460),_0x53f04f=_0x82dcb[_0x4eb7cd++]^_0x487263(_0x4a384b,_0x4de196,_0xac6efe,_0x4b2e44,_0x281460,_0x575a5d),_0x3737c6=_0x82dcb[_0x4eb7cd++]^_0x487263(_0x4a384b,_0x4de196,_0x4b2e44,_0x281460,_0x575a5d,_0xac6efe),_0x7e18f2=_0x82dcb[_0x4eb7cd++]^_0x487263(_0x4a384b,_0x4de196,_0x281460,_0x575a5d,_0xac6efe,_0x4b2e44);_0x575a5d=_0x4b3341,_0xac6efe=_0x53f04f,_0x4b2e44=_0x3737c6,_0x281460=_0x7e18f2;}return{'s0':_0x82dcb[_0x4eb7cd++]^_0x2d3184(_0x58b735,_0x575a5d,_0xac6efe,_0x4b2e44,_0x281460),'s1':_0x82dcb[_0x4eb7cd++]^_0x2d3184(_0x58b735,_0xac6efe,_0x4b2e44,_0x281460,_0x575a5d),'s2':_0x82dcb[_0x4eb7cd++]^_0x2d3184(_0x58b735,_0x4b2e44,_0x281460,_0x575a5d,_0xac6efe),'s3':_0x82dcb[_0x4eb7cd++]^_0x2d3184(_0x58b735,_0x281460,_0x575a5d,_0xac6efe,_0x4b2e44)};}function _0x5bffab(_0x381410,_0x26b07,_0x4efc50,_0x24ce09,_0x5673ad){let {sbox2:_0x4e5b1e,T01:_0x597596,T23:_0x43f93f}=_0x448f21,_0x30deb0=0x0;_0x26b07^=_0x381410[_0x30deb0++],_0x4efc50^=_0x381410[_0x30deb0++],_0x24ce09^=_0x381410[_0x30deb0++],_0x5673ad^=_0x381410[_0x30deb0++];let _0x2a2e31=_0x381410['length']/0x4-0x2;for(let _0x43eb4e=0x0;_0x43eb4e<_0x2a2e31;_0x43eb4e++){let _0x25fca7=_0x381410[_0x30deb0++]^_0x487263(_0x597596,_0x43f93f,_0x26b07,_0x5673ad,_0x24ce09,_0x4efc50),_0x1d7011=_0x381410[_0x30deb0++]^_0x487263(_0x597596,_0x43f93f,_0x4efc50,_0x26b07,_0x5673ad,_0x24ce09),_0x548670=_0x381410[_0x30deb0++]^_0x487263(_0x597596,_0x43f93f,_0x24ce09,_0x4efc50,_0x26b07,_0x5673ad),_0x2fa0cb=_0x381410[_0x30deb0++]^_0x487263(_0x597596,_0x43f93f,_0x5673ad,_0x24ce09,_0x4efc50,_0x26b07);_0x26b07=_0x25fca7,_0x4efc50=_0x1d7011,_0x24ce09=_0x548670,_0x5673ad=_0x2fa0cb;}return{'s0':_0x381410[_0x30deb0++]^_0x2d3184(_0x4e5b1e,_0x26b07,_0x5673ad,_0x24ce09,_0x4efc50),'s1':_0x381410[_0x30deb0++]^_0x2d3184(_0x4e5b1e,_0x4efc50,_0x26b07,_0x5673ad,_0x24ce09),'s2':_0x381410[_0x30deb0++]^_0x2d3184(_0x4e5b1e,_0x24ce09,_0x4efc50,_0x26b07,_0x5673ad),'s3':_0x381410[_0x30deb0++]^_0x2d3184(_0x4e5b1e,_0x5673ad,_0x24ce09,_0x4efc50,_0x26b07)};}function _0xd38690(_0x431ab9){const _0x151337=_0x4f02e5;if(_0x56cd1(_0x431ab9),_0x431ab9[_0x151337(0x48e)]%0x10!=0x0)throw Error(_0x151337(0x454));}function _0x5e068d(_0x1d2948,_0x4b96fc,_0x43c4a5){const _0x53ad65=_0x4f02e5;_0x56cd1(_0x1d2948);let _0x10b970=_0x1d2948[_0x53ad65(0x48e)],_0x550886=_0x10b970%0x10;if(!_0x4b96fc&&_0x550886!==0x0)throw Error(_0x53ad65(0x315));if(_0x4b96fc){let _0x39b0e8=0x10-_0x550886;_0x39b0e8||(_0x39b0e8=0x10),_0x10b970+=_0x39b0e8;}_0x43c4a5=_0x47063d(_0x10b970,_0x43c4a5),_0x390309(_0x1d2948,_0x43c4a5),(!_0x298ce5||!_0x5143ca(_0x1d2948))&&(_0x1d2948=_0x5e0d38(_0x1d2948));let _0x222a6e=_0x16284c(_0x1d2948);return _0x17fc48(_0x222a6e),{'b':_0x222a6e,'o':_0x16284c(_0x43c4a5),'out':_0x43c4a5};}function _0x5cc5bb(_0x1551ef,_0x1c1172){const _0x40f1a5=_0x4f02e5;if(!_0x1c1172)return _0x1551ef;let _0x42e06c=_0x1551ef['length'];if(_0x42e06c===0x0)throw Error('aes/pkcs7:\x20empty\x20ciphertext\x20not\x20allowed');let _0x25ae5d=_0x1551ef[_0x42e06c-0x1],_0x253e90=0x1;_0x253e90&=_0x25ae5d-0x1>>>0x1f^0x1,_0x253e90&=0x10-_0x25ae5d>>>0x1f^0x1;for(let _0x599ee9=0x0;_0x599ee9<0x10;_0x599ee9++){let _0x324e4d=_0x599ee9-_0x25ae5d>>>0x1f,_0x5d582f=+((_0x1551ef[_0x42e06c-0x1-_0x599ee9]^_0x25ae5d)===0x0);_0x253e90&=_0x5d582f|_0x324e4d^0x1;}if(!_0x253e90)throw Error(_0x40f1a5(0x2d6));return _0x1551ef[_0x40f1a5(0x51e)](0x0,_0x42e06c-_0x25ae5d);}function _0x825caa(_0xe3fc4f){const _0x45e470=_0x4f02e5;let _0x2fd58c=new Uint8Array(0x10),_0x1abd48=_0x16284c(_0x2fd58c);_0x2fd58c[_0x45e470(0x297)](_0xe3fc4f);let _0x49b4a6=0x10-_0xe3fc4f[_0x45e470(0x48e)];for(let _0x1ec322=0x10-_0x49b4a6;_0x1ec322<0x10;_0x1ec322++)_0x2fd58c[_0x1ec322]=_0x49b4a6;return _0x1abd48;}let _0x85e42d=_0x4209aa({'blockSize':0x10,'nonceLength':0x10},function(_0x51bf1f,_0x3587d3,_0x9ce006={}){let _0x24d6ae=!_0x9ce006['disablePadding'];return{'encrypt'(_0x2d9820,_0x24b846){const _0x4683f8=_0x429f;let _0x327eb4=_0x51b418(_0x51bf1f),{b:_0x53117b,o:_0xdee0ce,out:_0x4bdbd1}=_0x5e068d(_0x2d9820,_0x24d6ae,_0x24b846),_0x5859b8=_0x3587d3,_0x268731=[_0x327eb4];(!_0x298ce5||!_0x5143ca(_0x5859b8))&&_0x268731[_0x4683f8(0x2c4)](_0x5859b8=_0x5e0d38(_0x5859b8));let _0x2400ca=_0x16284c(_0x5859b8);_0x17fc48(_0x2400ca);let _0x4d317f=_0x2400ca[0x0],_0x25c313=_0x2400ca[0x1],_0x3539a4=_0x2400ca[0x2],_0x6ed05e=_0x2400ca[0x3],_0x419efe=0x0;for(;_0x419efe+0x4<=_0x53117b[_0x4683f8(0x48e)];)_0x4d317f^=_0x53117b[_0x419efe+0x0],_0x25c313^=_0x53117b[_0x419efe+0x1],_0x3539a4^=_0x53117b[_0x419efe+0x2],_0x6ed05e^=_0x53117b[_0x419efe+0x3],{s0:_0x4d317f,s1:_0x25c313,s2:_0x3539a4,s3:_0x6ed05e}=_0x38e82f(_0x327eb4,_0x4d317f,_0x25c313,_0x3539a4,_0x6ed05e),_0xdee0ce[_0x419efe++]=_0x4d317f,_0xdee0ce[_0x419efe++]=_0x25c313,_0xdee0ce[_0x419efe++]=_0x3539a4,_0xdee0ce[_0x419efe++]=_0x6ed05e;if(_0x24d6ae){let _0x6a07cd=_0x825caa(_0x2d9820['subarray'](_0x419efe*0x4));_0x17fc48(_0x6a07cd),_0x4d317f^=_0x6a07cd[0x0],_0x25c313^=_0x6a07cd[0x1],_0x3539a4^=_0x6a07cd[0x2],_0x6ed05e^=_0x6a07cd[0x3],{s0:_0x4d317f,s1:_0x25c313,s2:_0x3539a4,s3:_0x6ed05e}=_0x38e82f(_0x327eb4,_0x4d317f,_0x25c313,_0x3539a4,_0x6ed05e),_0xdee0ce[_0x419efe++]=_0x4d317f,_0xdee0ce[_0x419efe++]=_0x25c313,_0xdee0ce[_0x419efe++]=_0x3539a4,_0xdee0ce[_0x419efe++]=_0x6ed05e;}return _0x17fc48(_0xdee0ce),_0x340d62(..._0x268731),_0x4bdbd1;},'decrypt'(_0x403574,_0x19bd54){const _0xdf42ad=_0x429f;_0xd38690(_0x403574);let _0x3a3bd6=_0x36c3d4(_0x51bf1f),_0x3c391b=_0x3587d3,_0x39209f=[_0x3a3bd6];(!_0x298ce5||!_0x5143ca(_0x3c391b))&&_0x39209f[_0xdf42ad(0x2c4)](_0x3c391b=_0x5e0d38(_0x3c391b));let _0x34b308=_0x16284c(_0x3c391b);_0x17fc48(_0x34b308),_0x19bd54=_0x47063d(_0x403574['length'],_0x19bd54),_0x390309(_0x403574,_0x19bd54),(!_0x298ce5||!_0x5143ca(_0x403574))&&_0x39209f['push'](_0x403574=_0x5e0d38(_0x403574));let _0x4caa3a=_0x16284c(_0x403574),_0x2e2618=_0x16284c(_0x19bd54);_0x17fc48(_0x4caa3a);let _0x101f82=_0x34b308[0x0],_0x3cc26e=_0x34b308[0x1],_0x4c2341=_0x34b308[0x2],_0x17b0ef=_0x34b308[0x3];for(let _0x23f565=0x0;_0x23f565+0x4<=_0x4caa3a[_0xdf42ad(0x48e)];){let _0x14bb85=_0x101f82,_0xbefa7=_0x3cc26e,_0x130800=_0x4c2341,_0x37a067=_0x17b0ef;_0x101f82=_0x4caa3a[_0x23f565+0x0],_0x3cc26e=_0x4caa3a[_0x23f565+0x1],_0x4c2341=_0x4caa3a[_0x23f565+0x2],_0x17b0ef=_0x4caa3a[_0x23f565+0x3];let {s0:_0x36bb9b,s1:_0x33762f,s2:_0x26bbe0,s3:_0x5d3bde}=_0x5bffab(_0x3a3bd6,_0x101f82,_0x3cc26e,_0x4c2341,_0x17b0ef);_0x2e2618[_0x23f565++]=_0x36bb9b^_0x14bb85,_0x2e2618[_0x23f565++]=_0x33762f^_0xbefa7,_0x2e2618[_0x23f565++]=_0x26bbe0^_0x130800,_0x2e2618[_0x23f565++]=_0x5d3bde^_0x37a067;}return _0x17fc48(_0x2e2618),_0x340d62(..._0x39209f),_0x5cc5bb(_0x19bd54,_0x24d6ae);}};});function _0xf14c72(_0x236f30){const _0x2857ef=_0x4f02e5;let _0x500084=atob(_0x236f30),_0x41d078=new Uint8Array(_0x500084[_0x2857ef(0x48e)]);for(let _0x554309=0x0;_0x554309<_0x500084[_0x2857ef(0x48e)];_0x554309++)_0x41d078[_0x554309]=_0x500084[_0x2857ef(0x4fe)](_0x554309);return _0x41d078;}function _0x5af7ff(_0x3e6a3f){const _0x41c74c=_0x4f02e5;let _0x43b2d3='';for(let _0x4248c7=0x0;_0x4248c7<_0x3e6a3f[_0x41c74c(0x48e)];_0x4248c7++)_0x43b2d3+=String[_0x41c74c(0x4b9)](_0x3e6a3f[_0x4248c7]);return btoa(_0x43b2d3);}function _0x386ae8(_0x565bcb,_0x586391){const _0x1e4220=_0x4f02e5;let _0x4d7b7e=_0xf14c72(_0x586391),_0x20f1ca=_0x46b612(0x10);return _0x5af7ff(_0x16c004(_0x20f1ca,_0x85e42d(_0x4d7b7e,_0x20f1ca)[_0x1e4220(0x4ef)](_0x4a4d96(_0x565bcb))));}function _0x36764f(){const _0x341ce8=_0x4f02e5;let _0x52cbba=(0x0,_0x11b136[_0x341ce8(0x44c)])()[_0x341ce8(0x533)];if(typeof window<'u'&&window[_0x341ce8(0x2b1)]!==void 0x0&&_0x52cbba){let _0x51e646={'time':Math[_0x341ce8(0x499)](Date['now']()/0x3e8),'domain':location[_0x341ce8(0x509)]};return _0x386ae8(JSON[_0x341ce8(0x2db)](_0x51e646),_0x52cbba);}}let _0x162431=class{constructor(_0x4b4a2f){const _0x54f3f0=_0x4f02e5;this[_0x54f3f0(0x286)]=_0x4b4a2f,this[_0x54f3f0(0x527)]();}[_0x4f02e5(0x527)](){const _0x53d786=_0x4f02e5;this[_0x53d786(0x286)]['registerHTTPInterceptor']({'interceptor':(_0x23d306,_0x110975)=>{const _0x312431=_0x53d786;let _0x15e567=_0x36764f();return _0x15e567&&_0x23d306[_0x312431(0x4da)][_0x312431(0x297)](_0x312431(0x3b3),_0x15e567),_0x110975(_0x23d306);}});}};_0x162431=_0x411a83([_0x2f2fb0(0x0,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x1405b7['HTTPService']))],_0x162431);let _0x1b0cbb=class extends _0x5d4a9c[_0x4f02e5(0x3c6)]{constructor(_0x23eca3,_0x3ec0f3,_0x48fb3a){const _0x24b34b=_0x4f02e5;super(),this[_0x24b34b(0x431)]=_0x23eca3,this[_0x24b34b(0x520)]=_0x3ec0f3,this[_0x24b34b(0x4e1)]=_0x48fb3a,_0xef01a1(this,'_unitInfo$',new _0x1090a1['BehaviorSubject'](null)),_0xef01a1(this,_0x24b34b(0x377),new _0x1090a1['Subject']()),_0xef01a1(this,_0x24b34b(0x372),this[_0x24b34b(0x202)][_0x24b34b(0x294)]()),_0xef01a1(this,_0x24b34b(0x51a),this['_unitLoaded$'][_0x24b34b(0x294)]());}[_0x4f02e5(0x378)](){const _0x1d2efe=_0x4f02e5;super['dispose'](),this['_unitLoaded$']['complete'](),this[_0x1d2efe(0x202)][_0x1d2efe(0x4a3)]();}async[_0x4f02e5(0x3d1)](_0x4f555e,_0xadcd9c,_0x1d071b){const _0x373e2b=_0x4f02e5;this['_unitInfo$'][_0x373e2b(0x31e)]({'unitId':_0x4f555e,'type':_0xadcd9c});let _0x1efe85=null;switch(_0xadcd9c){case _0x5d4a9c[_0x373e2b(0x3a3)]['UNIVER_SHEET']:_0x1efe85=await this[_0x373e2b(0x520)][_0x373e2b(0x3cd)](_0x4f555e,_0x1d071b);break;case _0x5d4a9c['UniverInstanceType'][_0x373e2b(0x304)]:_0x1efe85=await this[_0x373e2b(0x520)][_0x373e2b(0x417)](_0x4f555e,_0x1d071b);break;case _0x5d4a9c['UniverInstanceType']['UNIVER_SLIDE']:_0x1efe85=await this[_0x373e2b(0x520)][_0x373e2b(0x34e)](_0x4f555e,_0x1d071b);break;case _0x5d4a9c['UniverInstanceType'][_0x373e2b(0x43d)]:_0x1efe85=await this[_0x373e2b(0x520)]['loadBoard'](_0x4f555e,_0x1d071b);break;case _0x5d4a9c['UniverInstanceType'][_0x373e2b(0x3e8)]:_0x1efe85=await this['_snapshotService']['loadBase'](_0x4f555e,_0x1d071b);break;default:this['_logService'][_0x373e2b(0x363)](_0x373e2b(0x3f9),_0x373e2b(0x2bb));break;}return _0x1efe85&&this[_0x373e2b(0x377)][_0x373e2b(0x31e)](_0x1efe85),_0x1efe85;}async[_0x4f02e5(0x471)](_0x5926a4,_0x5251fe,_0x5f5794){const _0x202de2=_0x4f02e5;var _0x18d657;this['_unitInfo$'][_0x202de2(0x31e)]({'unitId':_0x5926a4,'type':_0x5251fe,'subUnitId':_0x5f5794});let _0x352201=0x0,_0x569248=await((_0x18d657=this['_localCacheService'])==null?void 0x0:_0x18d657[_0x202de2(0x390)](_0x5926a4));return _0x569248&&(_0x569248[_0x202de2(0x258)]||_0x569248[_0x202de2(0x371)]['length']!==0x0)&&(_0x352201=_0x569248['rev']),_0x352201===0x0&&this[_0x202de2(0x431)]['debug'](_0x202de2(0x3f9),_0x202de2(0x461)),this[_0x202de2(0x3d1)](_0x5926a4,_0x5251fe,_0x352201);}};_0x1b0cbb=_0x411a83([_0x2f2fb0(0x0,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0x1,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xdffdbc['SnapshotService'])),_0x2f2fb0(0x2,(0x0,_0x5d4a9c[_0x4f02e5(0x251)])(_0x207b84))],_0x1b0cbb);let _0xb8ec3=class{constructor(_0x421b15,_0x4966bc,_0x3f28da){const _0x5d84d4=_0x4f02e5;this[_0x5d84d4(0x286)]=_0x421b15,this[_0x5d84d4(0x543)]=_0x4966bc,this[_0x5d84d4(0x2e1)]=_0x3f28da,_0xef01a1(this,'_waitCount',0x0),_0xef01a1(this,_0x5d84d4(0x302),new _0x1090a1['Subject']()),_0xef01a1(this,_0x5d84d4(0x521),this[_0x5d84d4(0x302)]),_0xef01a1(this,'_imageSourceCache',new Map());}[_0x4f02e5(0x3c3)](_0x104439){const _0x4fad4e=_0x4f02e5;this['_waitCount']=_0x104439,this[_0x4fad4e(0x302)][_0x4fad4e(0x31e)](_0x104439);}['getImageSourceCache'](_0x227ca0,_0x5a7fa5){const _0x4a203b=_0x4f02e5;if(_0x5a7fa5===_0x5d4a9c[_0x4a203b(0x4b8)][_0x4a203b(0x466)]){let _0x3e8fe8=new Image();return _0x3e8fe8[_0x4a203b(0x2b9)]=_0x227ca0,_0x3e8fe8;}return this[_0x4a203b(0x458)]['get'](_0x227ca0);}['addImageSourceCache'](_0x534a35,_0x4717a7,_0x3c931f){const _0x1643dd=_0x4f02e5;_0x4717a7===_0x5d4a9c[_0x1643dd(0x4b8)][_0x1643dd(0x466)]||_0x3c931f==null||this[_0x1643dd(0x458)][_0x1643dd(0x297)](_0x534a35,_0x3c931f);}async[_0x4f02e5(0x280)](_0x202d7f){const _0x35c657=_0x4f02e5;try{let _0x52d628=this['_replaceFileID'](this[_0x35c657(0x2c5)](),''+_0x202d7f),_0x4a9234=(await this[_0x35c657(0x286)][_0x35c657(0x272)](_0x52d628))[_0x35c657(0x3b8)];if(_0x4a9234[_0x35c657(0x363)]&&_0x4a9234[_0x35c657(0x363)][_0x35c657(0x3b4)]===_0x2a2edc[_0x35c657(0x54a)]['OK']){let _0x11f663=(0x0,_0x5d4a9c[_0x35c657(0x524)])(_0x4a9234['url'],this[_0x35c657(0x2ce)]());return Promise['resolve'](_0x11f663);}return Promise[_0x35c657(0x3ca)](_0x4a9234[_0x35c657(0x363)]);}catch(_0x8ed932){return Promise['reject'](_0x8ed932);}}async[_0x4f02e5(0x534)](_0x5c4582){const _0x24a3bf=_0x4f02e5;let _0x310055='';if(!_0x2f17bc[_0x24a3bf(0x33c)]['includes'](_0x5c4582['type']))return this[_0x24a3bf(0x4f7)](),Promise['reject'](Error(_0x5d4a9c[_0x24a3bf(0x1fd)][_0x24a3bf(0x1ff)]));if(_0x5c4582[_0x24a3bf(0x530)]>(0x0,_0x2f17bc[_0x24a3bf(0x242)])())return this['_decreaseWaiting'](),Promise[_0x24a3bf(0x3ca)](Error(_0x5d4a9c[_0x24a3bf(0x1fd)][_0x24a3bf(0x4d7)]));try{let _0x3a2c89=new FormData();_0x3a2c89[_0x24a3bf(0x45c)]('file',_0x5c4582);let _0x1095c0=this[_0x24a3bf(0x2e1)][_0x24a3bf(0x437)](),_0x1ca101=_0x1095c0==null?void 0x0:_0x1095c0[_0x24a3bf(0x37d)]();if(!_0x1ca101)throw Error(_0x24a3bf(0x451));let _0x3df63d=this[_0x24a3bf(0x3e0)]()+_0x24a3bf(0x547)+_0x5c4582[_0x24a3bf(0x530)]['toString']()+_0x24a3bf(0x1ef)+_0x2a2edc[_0x24a3bf(0x332)][_0x24a3bf(0x212)]+'&assign='+encodeURIComponent(_0x1ca101),_0x180567={'body':_0x3a2c89},_0x3f2957=(await this['_httpService'][_0x24a3bf(0x505)](_0x3df63d,_0x180567))[_0x24a3bf(0x3b8)];if(typeof _0x3f2957[_0x24a3bf(0x3a7)]!=_0x24a3bf(0x383))return this[_0x24a3bf(0x4f7)](),Promise[_0x24a3bf(0x3ca)](Error(_0x5d4a9c[_0x24a3bf(0x1fd)][_0x24a3bf(0x22e)]));_0x310055=_0x3f2957[_0x24a3bf(0x3a7)];}catch{return this[_0x24a3bf(0x4f7)](),Promise[_0x24a3bf(0x3ca)](Error(_0x5d4a9c[_0x24a3bf(0x1fd)][_0x24a3bf(0x22e)]));}return new Promise((_0x229ad8,_0x1c0b59)=>{const _0x2781e1=_0x24a3bf;let _0x2077be=new FileReader();_0x2077be[_0x2781e1(0x336)](_0x5c4582),_0x2077be[_0x2781e1(0x24e)]=_0x1cb76a=>{const _0xda1042=_0x2781e1;var _0x47d3fa;let _0x4e8ef9=(_0x47d3fa=_0x1cb76a[_0xda1042(0x340)])==null?void 0x0:_0x47d3fa[_0xda1042(0x48b)];if(_0x4e8ef9==null){this['_decreaseWaiting'](),_0x1c0b59(Error(_0x5d4a9c[_0xda1042(0x1fd)][_0xda1042(0x22e)]));return;}_0x229ad8({'imageId':(0x0,_0x5d4a9c[_0xda1042(0x28a)])(0x6),'imageSourceType':_0x5d4a9c['ImageSourceType'][_0xda1042(0x4b5)],'source':_0x310055,'base64Cache':_0x4e8ef9,'status':_0x5d4a9c[_0xda1042(0x1fd)][_0xda1042(0x268)]}),this['_decreaseWaiting']();};});}[_0x4f02e5(0x3e0)](){const _0x2c3150=_0x4f02e5;var _0x4300ec;let _0x5f3541=this[_0x2c3150(0x543)][_0x2c3150(0x2f7)](_0x165ad1);return(_0x4300ec=_0x5f3541==null?void 0x0:_0x5f3541[_0x2c3150(0x292)])==null?_0x2c3150(0x3cb):_0x4300ec;}[_0x4f02e5(0x2c5)](){const _0x40c200=_0x4f02e5;var _0x4be61e;let _0x3fce92=this[_0x40c200(0x543)][_0x40c200(0x2f7)](_0x165ad1);return(_0x4be61e=_0x3fce92==null?void 0x0:_0x3fce92[_0x40c200(0x2aa)])==null?_0x40c200(0x2dc):_0x4be61e;}[_0x4f02e5(0x2ce)](){const _0x148ead=_0x4f02e5;var _0x2db2d1;let _0x464ce3=this[_0x148ead(0x543)]['getConfig'](_0x165ad1);return(_0x2db2d1=_0x464ce3==null?void 0x0:_0x464ce3[_0x148ead(0x452)])==null?location[_0x148ead(0x337)]:_0x2db2d1;}[_0x4f02e5(0x432)](_0x59b6c7,_0x489bcc){return _0x59b6c7['replace']('{fileID}',_0x489bcc);}[_0x4f02e5(0x4f7)](){const _0x5e715e=_0x4f02e5;--this[_0x5e715e(0x3d6)],this[_0x5e715e(0x302)][_0x5e715e(0x31e)](this[_0x5e715e(0x3d6)]);}};_0xb8ec3=_0x411a83([_0x2f2fb0(0x0,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x1405b7[_0x4f02e5(0x30a)])),_0x2f2fb0(0x1,_0x5d4a9c[_0x4f02e5(0x4f1)]),_0x2f2fb0(0x2,(0x0,_0x5d4a9c['Inject'])(_0x5d4a9c['IUniverInstanceService']))],_0xb8ec3);let _0x4edda7=class{constructor(_0x201537,_0x5c01c3){const _0x5a39cb=_0x4f02e5;this[_0x5a39cb(0x543)]=_0x201537,this[_0x5a39cb(0x3c9)]=_0x5c01c3;}[_0x4f02e5(0x503)](){const _0x52a5e6=_0x4f02e5;var _0x1f187a;let _0x1f18de=this[_0x52a5e6(0x543)][_0x52a5e6(0x2f7)](_0x165ad1);return(_0x1f187a=_0x1f18de==null?void 0x0:_0x1f18de['authzUrl'])==null?'/universer-api/authz':_0x1f187a;}async[_0x4f02e5(0x23f)](_0x524c83){const _0x574e34=_0x4f02e5;let _0x2855f2=this[_0x574e34(0x503)]()+'/collaborator';return{'list':[{'title':_0x574e34(0x462),'mentions':(await this[_0x574e34(0x3c9)]['get'](_0x2855f2,{'params':{'objectID':_0x524c83[_0x574e34(0x277)],'unitID':_0x524c83[_0x574e34(0x277)]}}))[_0x574e34(0x3b8)][_0x574e34(0x2b0)]['map'](_0x130af9=>({'objectId':_0x130af9['id'],'name':_0x130af9[_0x574e34(0x420)][_0x574e34(0x380)],'metadata':{'icon':_0x130af9[_0x574e34(0x420)][_0x574e34(0x36c)]},'label':_0x130af9[_0x574e34(0x420)][_0x574e34(0x380)],'objectType':_0x5d4a9c[_0x574e34(0x382)][_0x574e34(0x3e6)]})),'metadata':{},'type':_0x5d4a9c['MentionType'][_0x574e34(0x3e6)]}]};}};_0x4edda7=_0x411a83([_0x2f2fb0(0x0,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x4f1)])),_0x2f2fb0(0x1,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x1405b7[_0x4f02e5(0x30a)]))],_0x4edda7);let _0x303a66=class extends _0x5d4a9c[_0x4f02e5(0x3c6)]{constructor(_0x344e6e,_0x15b748,_0x5bac77,_0x1159f6,_0x22f743){const _0x574cb4=_0x4f02e5;super(),this[_0x574cb4(0x22d)]=_0x344e6e,this[_0x574cb4(0x2e1)]=_0x15b748,this[_0x574cb4(0x320)]=_0x5bac77,this[_0x574cb4(0x2f6)]=_0x1159f6,this[_0x574cb4(0x25c)]=_0x22f743,this['_initUnitPermissionChange'](),this[_0x574cb4(0x51f)]();}[_0x4f02e5(0x51f)](){const _0x304e44=_0x4f02e5;let _0x243ac5=async _0x404b7b=>{const _0x46c2db=_0x429f;(await this['_collaborationSessionService'][_0x46c2db(0x460)](_0x404b7b))[_0x46c2db(0x49b)][_0x46c2db(0x456)]((0x0,_0x39586e[_0x46c2db(0x515)])(_0x49bbb4=>_0x49bbb4[_0x46c2db(0x3eb)]===_0xdffdbc['CollaborationEvent'][_0x46c2db(0x31b)]),(0x0,_0x39586e['takeUntil'])(this[_0x46c2db(0x4e2)]))[_0x46c2db(0x2b6)](_0x23292c=>{const _0x1ece71=_0x46c2db;let {reason:_0x91b0ff}=_0x23292c[_0x1ece71(0x29a)];this[_0x1ece71(0x25c)][_0x1ece71(0x216)]({'id':_0x1ece71(0x3d5),'data':_0x91b0ff}),this[_0x1ece71(0x320)][_0x1ece71(0x512)](new _0x35e648[(_0x1ece71(0x52d))](_0x404b7b)['id'],!0x1),this[_0x1ece71(0x2f6)][_0x1ece71(0x257)](_0x404b7b);});};(0x0,_0x1090a1['merge'])(this['_univerInstanceService'][_0x304e44(0x399)](_0x5d4a9c[_0x304e44(0x3a3)][_0x304e44(0x531)]),this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x5d4a9c[_0x304e44(0x3a3)][_0x304e44(0x304)]),this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x5d4a9c[_0x304e44(0x3a3)]['UNIVER_BOARD']),this[_0x304e44(0x2e1)][_0x304e44(0x399)](_0x5d4a9c['UniverInstanceType'][_0x304e44(0x3e8)]))[_0x304e44(0x456)]((0x0,_0x39586e[_0x304e44(0x2a0)])(_0x1ac947=>_0x1ac947[_0x304e44(0x263)][_0x304e44(0x37d)]()),(0x0,_0x39586e[_0x304e44(0x515)])(_0x2da985=>!(0x0,_0x5d4a9c[_0x304e44(0x289)])(_0x2da985)),(0x0,_0x39586e[_0x304e44(0x3e7)])(this['dispose$']))[_0x304e44(0x2b6)](_0x49afd5=>{_0x243ac5(_0x49afd5);});}[_0x4f02e5(0x4ae)](){const _0x237003=_0x4f02e5;let _0x3a1045=async _0x3ef344=>{const _0x5c6ac7=_0x429f;let _0x485e58=await this['_collaborationSessionService'][_0x5c6ac7(0x460)](_0x3ef344),_0xa18223=this[_0x5c6ac7(0x22d)]['get'](_0x35e648['SheetPermissionInitController']);_0x485e58[_0x5c6ac7(0x49b)][_0x5c6ac7(0x456)]((0x0,_0x39586e[_0x5c6ac7(0x515)])(_0x5534fc=>_0x5534fc[_0x5c6ac7(0x3eb)]===_0xdffdbc['CollaborationEvent']['UPDATE_PERMISSION_OBJ']),(0x0,_0x39586e[_0x5c6ac7(0x3e7)])(this[_0x5c6ac7(0x4e2)]))[_0x5c6ac7(0x2b6)](_0x40feeb=>{const _0x2563d0=_0x5c6ac7;let {objectId:_0x156139}=_0x40feeb[_0x2563d0(0x29a)];_0x156139===_0x3ef344?_0xa18223[_0x2563d0(0x43f)](_0x3ef344):_0xa18223['refreshPermission'](_0x3ef344,_0x156139);});};(0x0,_0x1090a1[_0x237003(0x501)])(this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x5d4a9c[_0x237003(0x3a3)][_0x237003(0x531)]))[_0x237003(0x456)]((0x0,_0x39586e[_0x237003(0x2a0)])(_0x5c5325=>_0x5c5325[_0x237003(0x263)][_0x237003(0x37d)]()),(0x0,_0x39586e[_0x237003(0x515)])(_0x5b122b=>!(0x0,_0x5d4a9c['isInternalEditorID'])(_0x5b122b)),(0x0,_0x39586e[_0x237003(0x3e7)])(this['dispose$']))[_0x237003(0x2b6)](_0x378c19=>{_0x3a1045(_0x378c19);});}};_0x303a66=_0x411a83([_0x2f2fb0(0x0,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x1,_0x5d4a9c[_0x4f02e5(0x3f3)]),_0x2f2fb0(0x2,_0x5d4a9c[_0x4f02e5(0x4e6)]),_0x2f2fb0(0x3,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x187f66)),_0x2f2fb0(0x4,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0xaaa1eb))],_0x303a66);let _0x20ea90=class{constructor(_0x342150,_0x3a4ac0){const _0x262744=_0x4f02e5;this[_0x262744(0x543)]=_0x342150,this[_0x262744(0x286)]=_0x3a4ac0;}async[_0x4f02e5(0x2c3)](_0x2dfcb1,_0x12b092){const _0x3dc5e=_0x4f02e5;var _0x501e4d;let {unitID:_0xa06f50,type:_0x14270a,revision:_0x206339=0x0}=_0x12b092,_0x166dd2=this[_0x3dc5e(0x364)]()+'/'+_0x14270a+_0x3dc5e(0x237)+_0xa06f50+_0x3dc5e(0x442)+_0x206339,_0x148e25=(await this[_0x3dc5e(0x286)][_0x3dc5e(0x272)](_0x166dd2))[_0x3dc5e(0x3b8)],_0x132477=(_0x501e4d=_0x148e25[_0x3dc5e(0x51d)])==null?void 0x0:_0x501e4d[_0x3dc5e(0x2d9)];if(_0x132477){let _0x4276c6=_0x132477==null?void 0x0:_0x132477['originalMeta'];_0x132477[_0x3dc5e(0x4b7)]=_0xdffdbc[_0x3dc5e(0x285)][_0x3dc5e(0x35a)]((0x0,_0xdffdbc[_0x3dc5e(0x1f7)])(_0x4276c6)),Object[_0x3dc5e(0x553)](_0x132477['sheets'])[_0x3dc5e(0x217)](([,_0x1b784d])=>{const _0x19117a=_0x3dc5e;let _0x4d53ad=_0x1b784d['originalMeta'];_0x1b784d[_0x19117a(0x4b7)]=_0xdffdbc['textEncoder'][_0x19117a(0x35a)]((0x0,_0xdffdbc[_0x19117a(0x1f7)])(_0x4d53ad));});}return _0x148e25;}async[_0x4f02e5(0x489)](_0xab1dad,_0x27bdf1){const _0x5813f4=_0x4f02e5;let {unitID:_0x2395a7,type:_0x33b939,blockID:_0x50a3d4}=_0x27bdf1,_0x4519f0=this['_getAPIPrefix']()+'/'+_0x33b939+_0x5813f4(0x237)+_0x2395a7+_0x5813f4(0x49a)+_0x50a3d4;return(await this['_httpService'][_0x5813f4(0x272)](_0x4519f0))['body'];}async[_0x4f02e5(0x323)](_0x4457ed,_0x2c2558){const _0x5a54e2=_0x4f02e5;let {unitID:_0x3b4419,type:_0x37931a,blockID:_0x3cf519}=_0x2c2558,_0x1a5941=this[_0x5a54e2(0x3b7)]()+_0x5a54e2(0x49a)+_0x37931a+_0x5a54e2(0x237)+_0x3b4419+_0x5a54e2(0x49a)+_0x3cf519;return(await this[_0x5a54e2(0x286)]['get'](_0x1a5941))[_0x5a54e2(0x3b8)];}async[_0x4f02e5(0x482)](_0x9ac775,_0x13ba5d){const _0x4738b9=_0x4f02e5;let {unitID:_0x1bca4d,type:_0x215171,from:_0x50065d,to:_0x3b46c7}=_0x13ba5d,_0x4159d0=this[_0x4738b9(0x3b7)]()+'/'+_0x215171+_0x4738b9(0x237)+_0x1bca4d+_0x4738b9(0x441)+_0x50065d+_0x4738b9(0x303)+_0x3b46c7;return(await this['_httpService']['get'](_0x4159d0))['body'];}['getSnapshotAPIPath'](){const _0x4da2f6=_0x4f02e5;var _0x18e344;return(_0x18e344=this['_configService'][_0x4da2f6(0x2f7)](_0x4da2f6(0x2a6)))==null?this['_getAPIPrefix']():_0x18e344;}[_0x4f02e5(0x3b7)](){const _0x1af072=_0x4f02e5;var _0xcd132a;let _0x2b4302=this[_0x1af072(0x543)][_0x1af072(0x2f7)](_0x165ad1);return(_0xcd132a=_0x2b4302==null?void 0x0:_0x2b4302['snapshotServerUrl'])==null?_0x1af072(0x1ed):_0xcd132a;}async[_0x4f02e5(0x287)](_0x362455,_0x1e4076){const _0x5d5945=_0x4f02e5;let _0x517be4=_0x5d5945(0x419)+_0x1e4076[_0x5d5945(0x4d6)]+_0x5d5945(0x237)+_0x1e4076['unitID']+_0x5d5945(0x2e2);return(await this['_httpService'][_0x5d5945(0x272)](_0x517be4,{'params':{'resourceId':JSON['stringify'](_0x1e4076[_0x5d5945(0x312)])}}))[_0x5d5945(0x3b8)];}[_0x4f02e5(0x3a4)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x4f02e5(0x42c)](){const _0x557f57=_0x4f02e5;throw Error(_0x557f57(0x49f));}[_0x4f02e5(0x309)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x4f02e5(0x1f8)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x4f02e5(0x367)](){const _0x138500=_0x4f02e5;throw Error(_0x138500(0x49f));}[_0x4f02e5(0x4db)](){const _0x4abf0b=_0x4f02e5;throw Error(_0x4abf0b(0x49f));}};_0x20ea90=_0x411a83([_0x2f2fb0(0x0,_0x5d4a9c[_0x4f02e5(0x4f1)]),_0x2f2fb0(0x1,(0x0,_0x5d4a9c['Inject'])(_0x1405b7[_0x4f02e5(0x30a)]))],_0x20ea90);let _0x48fef2=class extends _0x5d4a9c[_0x4f02e5(0x3d4)]{constructor(_0x3013f3,_0x5f05c5,_0x1fd653,_0x56b358,_0x17b279){super(_0x3013f3,_0x5f05c5,_0x1fd653),this['_transformService']=_0x56b358,this['_logService']=_0x17b279;}[_0x4f02e5(0x29d)](_0x384d9a,_0x20c49c){const _0x31ee60=_0x4f02e5;let _0x5b6ae3=this[_0x31ee60(0x3f1)](_0x384d9a);if(_0x5b6ae3)try{let _0x36c551=this[_0x31ee60(0x465)](_0x5b6ae3,_0x20c49c);this[_0x31ee60(0x548)](_0x384d9a,_0x36c551);}catch(_0x31c798){this['_logService'][_0x31ee60(0x363)]('[CollaborationUndoRedoService]',_0x31c798),this['_clearUndo'](_0x384d9a);}let _0x3a9576=this[_0x31ee60(0x230)](_0x384d9a);if(_0x3a9576)try{let _0x397100=this[_0x31ee60(0x465)](_0x3a9576,_0x20c49c);this[_0x31ee60(0x24d)](_0x384d9a,_0x397100);}catch(_0x292c4f){this['_logService'][_0x31ee60(0x363)](_0x292c4f),this[_0x31ee60(0x27f)](_0x384d9a);}}[_0x4f02e5(0x4b6)](_0x4caa34){const _0x2277d5=_0x4f02e5;let _0x3ca9dc=this[_0x2277d5(0x3f1)](_0x4caa34);_0x3ca9dc&&(_0x3ca9dc[_0x2277d5(0x48e)]=0x0,this[_0x2277d5(0x343)]());}['_clearRedo'](_0x539c91){const _0x5928e7=_0x4f02e5;let _0x34fb0d=this[_0x5928e7(0x230)](_0x539c91);_0x34fb0d&&(_0x34fb0d[_0x5928e7(0x48e)]=0x0,this[_0x5928e7(0x343)]());}['_substituteUndoStack'](_0x1ad9a1,_0x3f480a){const _0x18c769=_0x4f02e5;this[_0x18c769(0x368)]['set'](_0x1ad9a1,_0x3f480a),this['_updateStatus']();}[_0x4f02e5(0x24d)](_0x24fec7,_0x5bcb69){const _0xb3199e=_0x4f02e5;this[_0xb3199e(0x326)][_0xb3199e(0x297)](_0x24fec7,_0x5bcb69),this[_0xb3199e(0x343)]();}[_0x4f02e5(0x465)](_0x57e5a4,_0x10ece2){const _0x21bdd3=_0x4f02e5;let _0x28ea96=[],_0x3c5108=_0x10ece2,_0x7e2811=_0x10ece2;for(let _0x4123c8=_0x57e5a4[_0x21bdd3(0x48e)]-0x1;_0x4123c8>=0x0;_0x4123c8--){let {unitID:_0x28a47c,undoMutations:_0x519610,redoMutations:_0x31cf7e}=_0x57e5a4[_0x4123c8],_0x3f5589=this['_transformService'][_0x21bdd3(0x38d)](_0x3c5108,_0x519610),_0x509f6b=this[_0x21bdd3(0x3fb)][_0x21bdd3(0x38d)](_0x7e2811,_0x31cf7e);if((0x0,_0xdffdbc[_0x21bdd3(0x311)])(_0x3f5589)||(0x0,_0xdffdbc[_0x21bdd3(0x311)])(_0x509f6b)){this[_0x21bdd3(0x431)]['error'](_0x21bdd3(0x49c),'transformStack\x20failed!',_0x3f5589,_0x509f6b);break;}_0x3c5108=_0x3f5589[_0x21bdd3(0x25b)],_0x7e2811=_0x509f6b[_0x21bdd3(0x25b)],_0x28ea96[_0x21bdd3(0x2c4)]({'unitID':_0x28a47c,'undoMutations':_0x3f5589[_0x21bdd3(0x3ac)],'redoMutations':_0x509f6b['m2Prime']});}return _0x28ea96['reverse']();}};_0x48fef2=_0x411a83([_0x2f2fb0(0x0,_0x5d4a9c['IUniverInstanceService']),_0x2f2fb0(0x1,_0x5d4a9c[_0x4f02e5(0x4f9)]),_0x2f2fb0(0x2,_0x5d4a9c[_0x4f02e5(0x384)]),_0x2f2fb0(0x3,_0xdffdbc[_0x4f02e5(0x1f2)]),_0x2f2fb0(0x4,_0x5d4a9c[_0x4f02e5(0x33a)])],_0x48fef2);let _0x332225=class extends _0x5d4a9c[_0x4f02e5(0x518)]{constructor(_0x1d4ebb=_0x146cb0,_0x3f28e5,_0x4d0448,_0x17fff4){const _0xcbb99b=_0x4f02e5;super(),this[_0xcbb99b(0x434)]=_0x1d4ebb,this[_0xcbb99b(0x431)]=_0x3f28e5,this[_0xcbb99b(0x22d)]=_0x4d0448,this[_0xcbb99b(0x543)]=_0x17fff4;let {..._0x4a0385}=(0x0,_0x5d4a9c['merge'])({},_0x146cb0,this[_0xcbb99b(0x434)]);if(!_0x4a0385[_0xcbb99b(0x39a)])throw Error(_0xcbb99b(0x3f6));this[_0xcbb99b(0x434)]=_0x4a0385,this[_0xcbb99b(0x543)]['setConfig'](_0x165ad1,_0x4a0385);}['onStarting'](){const _0x41ac68=_0x4f02e5;this[_0x41ac68(0x30e)](),this[_0x41ac68(0x204)]();}[_0x4f02e5(0x30e)](){const _0x375c89=_0x4f02e5;var _0x2fca17,_0x536b9a;this[_0x375c89(0x22d)][_0x375c89(0x32d)](_0x5d4a9c[_0x375c89(0x314)])&&this[_0x375c89(0x431)][_0x375c89(0x363)](_0x375c89(0x2da),_0x375c89(0x27a));let _0x59f87e=(0x0,_0x5d4a9c[_0x375c89(0x316)])([[_0x5d4a9c['IUndoRedoService'],{'useClass':_0x48fef2}],[_0x4d7dfa,{'useValue':_0x34f7ec()}],[_0x187f66],[_0x41fab1],[_0x1af5bb],[_0x27c85d],[_0x162431],[_0x33d67b],[_0x303a66],[_0xaaa1eb],[_0x1b0cbb],[_0x1589e2,{'useClass':this[_0x375c89(0x434)][_0x375c89(0x39a)]}],[_0xdffdbc[_0x375c89(0x318)],{'useClass':_0x20ea90}],[_0x5d4a9c[_0x375c89(0x495)],{'useClass':_0x44dc7b}],[_0x5d4a9c[_0x375c89(0x2e5)],{'useClass':_0xb8ec3}],[_0x500d70,{'useClass':_0x306f93}],[_0x5d4a9c[_0x375c89(0x28c)],{'useClass':_0x4edda7}],[_0x5985ca],[_0x4dbe67]],(_0x2fca17=this[_0x375c89(0x434)])==null?void 0x0:_0x2fca17[_0x375c89(0x248)]);if(!((_0x536b9a=this[_0x375c89(0x434)])!=null&&_0x536b9a['enableSingleActiveInstanceLock'])){let _0x5640b4=_0x59f87e[_0x375c89(0x344)](([_0x3f585e])=>_0x3f585e===_0x2bf173);_0x5640b4!==-0x1&&_0x59f87e['splice'](_0x5640b4,0x1);}(0x0,_0x5d4a9c[_0x375c89(0x50a)])(this[_0x375c89(0x22d)],_0x59f87e);}[_0x4f02e5(0x204)](){const _0x1c6a46=_0x4f02e5;var _0x5f3a8b,_0x53e9c2;if(this[_0x1c6a46(0x22d)]['get'](_0x1405b7[_0x1c6a46(0x30a)])[_0x1c6a46(0x35e)]({'priority':0x14,'interceptor':(0x0,_0x1405b7['ThresholdInterceptorFactory'])({'maxParallel':0x6})}),!((_0x5f3a8b=this[_0x1c6a46(0x434)])!=null&&_0x5f3a8b[_0x1c6a46(0x2e3)])){var _0x1ba389;(_0x1ba389=this[_0x1c6a46(0x22d)][_0x1c6a46(0x272)](_0x207b84,_0x5d4a9c[_0x1c6a46(0x447)][_0x1c6a46(0x53e)]))==null||_0x1ba389[_0x1c6a46(0x348)]();}(_0x53e9c2=this[_0x1c6a46(0x434)])!=null&&_0x53e9c2['enableAuthServer']&&(0x0,_0x5d4a9c[_0x1c6a46(0x2f3)])(this[_0x1c6a46(0x22d)],[[_0x27c85d]]),(0x0,_0x5d4a9c[_0x1c6a46(0x2f3)])(this[_0x1c6a46(0x22d)],[[_0x162431],[_0x5985ca],[_0x303a66]]);}};_0xef01a1(_0x332225,_0x4f02e5(0x3db),_0x4f02e5(0x4bb)),_0xef01a1(_0x332225,'packageName',_0x1836d8),_0xef01a1(_0x332225,_0x4f02e5(0x2fc),_0x1fe685),_0x332225=_0x411a83([(0x0,_0x5d4a9c[_0x4f02e5(0x4fd)])(_0x11b136[_0x4f02e5(0x342)],_0xdffdbc[_0x4f02e5(0x1f1)],_0x1405b7[_0x4f02e5(0x246)]),_0x2f2fb0(0x1,_0x5d4a9c[_0x4f02e5(0x33a)]),_0x2f2fb0(0x2,(0x0,_0x5d4a9c[_0x4f02e5(0x2a7)])(_0x5d4a9c[_0x4f02e5(0x33d)])),_0x2f2fb0(0x3,_0x5d4a9c['IConfigService'])],_0x332225),_0x285584['AttachmentSourceType']=_0x35c469,Object[_0x4f02e5(0x220)](_0x285584,'AuthzIoHttpService',{'enumerable':!0x0,'get':function(){return _0x44dc7b;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x3f2),{'enumerable':!0x0,'get':function(){return _0xd8acb7;}}),Object['defineProperty'](_0x285584,_0x4f02e5(0x53c),{'enumerable':!0x0,'get':function(){return _0x384168;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x3fc),{'enumerable':!0x0,'get':function(){return _0x4dd63d;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x275),{'enumerable':!0x0,'get':function(){return _0x24d1d6;}}),_0x285584[_0x4f02e5(0x381)]=_0x165ad1,Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x44e),{'enumerable':!0x0,'get':function(){return _0x306f93;}}),Object[_0x4f02e5(0x220)](_0x285584,'CollaborationController',{'enumerable':!0x0,'get':function(){return _0x5985ca;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x4dc),{'enumerable':!0x0,'get':function(){return _0x4a42ea;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x510),{'enumerable':!0x0,'get':function(){return _0xb8ec3;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x245),{'enumerable':!0x0,'get':function(){return _0x11d6a7;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x538),{'enumerable':!0x0,'get':function(){return _0x187f66;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x346),{'enumerable':!0x0,'get':function(){return _0x207798;}}),_0x285584[_0x4f02e5(0x426)]=_0x2a33e5,_0x285584['CollaborationUIEventId']=_0x3a4fbe,_0x285584[_0x4f02e5(0x528)]=_0xaaa1eb,Object['defineProperty'](_0x285584,'CollaborativeUndoRedoService',{'enumerable':!0x0,'get':function(){return _0x48fef2;}}),_0x285584[_0x4f02e5(0x484)]=_0x33d67b,Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x2c6),{'enumerable':!0x0,'get':function(){return _0x41164a;}}),_0x285584[_0x4f02e5(0x28f)]=_0x38d0fe,_0x285584[_0x4f02e5(0x2c8)]='/universer-api/uniscript',_0x285584['DEFAULT_WS_SESSION_TICKET_URL']=_0x4f02e5(0x32e),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x29e),{'enumerable':!0x0,'get':function(){return _0x1b0cbb;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x550),{'enumerable':!0x0,'get':function(){return _0x421885;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x3f8),{'enumerable':!0x0,'get':function(){return _0x52059d;}}),_0x285584[_0x4f02e5(0x2f1)]=_0x4f02e5(0x486),_0x285584[_0x4f02e5(0x4ba)]='HEARTBEAT_TIMEOUT',_0x285584[_0x4f02e5(0x475)]=_0x500d70,_0x285584[_0x4f02e5(0x4ff)]=_0x4d7dfa,_0x285584[_0x4f02e5(0x2be)]=_0x1589e2,_0x285584[_0x4f02e5(0x262)]=_0x207b84,_0x285584[_0x4f02e5(0x4af)]=_0x3d71be,_0x285584[_0x4f02e5(0x3d9)]=_0x2bf173,_0x285584['LOCAL_CACHE_INTERVAL']=0x3e8,_0x285584['LOCAL_CACHE_INTERVAL_KEY']='LOCAL_CACHE_INTERVAL',Object[_0x4f02e5(0x220)](_0x285584,'MemberService',{'enumerable':!0x0,'get':function(){return _0x41fab1;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x338),{'enumerable':!0x0,'get':function(){return _0x4edda7;}}),Object['defineProperty'](_0x285584,_0x4f02e5(0x388),{'enumerable':!0x0,'get':function(){return _0x5aca18;}}),Object['defineProperty'](_0x285584,_0x4f02e5(0x205),{'enumerable':!0x0,'get':function(){return _0x5c7573;}}),_0x285584[_0x4f02e5(0x2d1)]=_0x4f02e5(0x4d5),_0x285584[_0x4f02e5(0x27e)]=_0x4f02e5(0x4ec),_0x285584[_0x4f02e5(0x313)]=_0x3e9f1e,Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x334),{'enumerable':!0x0,'get':function(){return _0x1f94eb;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x23c),{'enumerable':!0x0,'get':function(){return _0x1af5bb;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x4a6),{'enumerable':!0x0,'get':function(){return _0xc056a2;}}),Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x34f),{'enumerable':!0x0,'get':function(){return _0x20ea90;}}),Object[_0x4f02e5(0x220)](_0x285584,'SyncedState',{'enumerable':!0x0,'get':function(){return _0x1707ff;}}),_0x285584['UnitStatus']=_0x546258,Object[_0x4f02e5(0x220)](_0x285584,_0x4f02e5(0x351),{'enumerable':!0x0,'get':function(){return _0x332225;}}),_0x285584[_0x4f02e5(0x4bc)]=_0x34f7ec,_0x285584[_0x4f02e5(0x455)]=_0x5497e4,_0x285584['getLocalCacheKey']=_0x441e12,_0x285584['serializeCombRequest']=_0x103c98;}));