@univerjs-pro/collaboration-client 0.4.2-nightly.202411071606 → 0.4.2-nightly.202411081606
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.
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -1
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/types/index.d.ts +890 -35
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +31 -25
- package/lib/locale/en-US.js +0 -1
- package/lib/locale/fa-IR.js +0 -1
- package/lib/locale/ru-RU.js +0 -1
- package/lib/locale/vi-VN.js +0 -1
- package/lib/locale/zh-CN.js +0 -1
- package/lib/locale/zh-TW.js +0 -1
- package/lib/types/config/config.d.ts +0 -48
- package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +0 -23
- package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +0 -1
- package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +0 -1
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +0 -22
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +0 -38
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +0 -24
- package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +0 -3
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +0 -39
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +0 -21
- package/lib/types/controllers/collab-status/collab-status.controller.d.ts +0 -18
- package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +0 -4
- package/lib/types/controllers/collaboration/__tests__/mock-text-selection-render-manager.service.d.ts +0 -0
- package/lib/types/controllers/collaboration/__tests__/mocks.d.ts +0 -54
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +0 -91
- package/lib/types/controllers/collaboration/collaboration-state.d.ts +0 -303
- package/lib/types/controllers/collaboration/collaboration.controller.d.ts +0 -24
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -18
- package/lib/types/controllers/collaboration/utils/empty.d.ts +0 -2
- package/lib/types/controllers/config.schema.d.ts +0 -29
- package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +0 -1
- package/lib/types/controllers/data-loader/data-loader.controller.d.ts +0 -22
- package/lib/types/controllers/file-name/file-name.controller.d.ts +0 -12
- package/lib/types/controllers/telemetry.d.ts +0 -11
- package/lib/types/locale/en-US.d.ts +0 -3
- package/lib/types/locale/fa-IR.d.ts +0 -3
- package/lib/types/locale/ru-RU.d.ts +0 -3
- package/lib/types/locale/vi-VN.d.ts +0 -3
- package/lib/types/locale/zh-CN.d.ts +0 -39
- package/lib/types/locale/zh-TW.d.ts +0 -3
- package/lib/types/models/cursor.d.ts +0 -30
- package/lib/types/plugin.d.ts +0 -18
- package/lib/types/services/auth-server/auth-server.service.d.ts +0 -10
- package/lib/types/services/auth-server/authz-io-http.service.d.ts +0 -30
- package/lib/types/services/auth-server/domain-request.service.d.ts +0 -6
- package/lib/types/services/auth-server/util.d.ts +0 -1
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +0 -59
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +0 -61
- package/lib/types/services/color-assign/color-assign.service.d.ts +0 -10
- package/lib/types/services/comment/comment.service.d.ts +0 -6
- package/lib/types/services/image-remote/image-io.service.d.ts +0 -34
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +0 -13
- package/lib/types/services/local-cache/local-cache.service.d.ts +0 -37
- package/lib/types/services/member/member.service.d.ts +0 -77
- package/lib/types/services/permission/permission.service.d.ts +0 -12
- package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +0 -13
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +0 -39
- package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +0 -21
- package/lib/types/services/socket/collaboration-socket.service.d.ts +0 -34
- package/lib/types/services/socket/serialize.d.ts +0 -3
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +0 -12
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +0 -13
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +0 -8
- package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +0 -19
- package/lib/types/services/url/url.service.d.ts +0 -12
- package/lib/types/services/url/web-url.service.d.ts +0 -10
- package/lib/types/views/components/CollabStatus.d.ts +0 -10
- package/lib/types/views/components/CollabStatus.stories.d.ts +0 -8
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +0 -27
- package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +0 -27
- package/lib/types/views/shapes/text-bubble.shape.d.ts +0 -19
package/lib/umd/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
function _0x54df(){const _0x13deb8=['AuthzIoHttpService','batchAllowed','decryptBlock','collabWebSocketUrl','HEARTBEAT','JOIN','_getSendChangesetTimeout','fillRule','PERMISSION_DENIED','currentSkeleton$','online','onTransformChange$','getParam','_socket','replace','pushState','finalize','COLLAB_WEB_SOCKET_URL_KEY','univerjs-icon\x20univerjs-icon-','_anchor','endRow','_changesetSessionId','_toggleOffline','method','clone','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','getActiveSheet','getImageSourceCache','substr','moveTo','getUnitId','uploadFileServerUrl','subscribeEvent','WordArray','UNIVER_SLIDE','compose','capture','awaitingChangeset','updateCursorEvent','_entities','collaMsg','snapshotServerUrl','authzUrl','saveOfflineData','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','Could\x20not\x20dynamically\x20require\x20\x22','SHA1','LICENSE_MAX_UNITS_EXCEEDED','HMAC','_keySchedule','submit\x20changeset\x20error!','gold400','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','_setupSubUnitSync','fillStyle','/unit/','enableOfflineEditing','{fileID}','hasOwnProperty','_waitForHeartbeatResponse','_listenToOfflineEvent','IImageIoService','exhaustSavingTask','__Key__','defaultProps','mergeOverrideWithDependencies','clearInterval','_clearLocalCache','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','keySize','deserializeToCombResponse','_transformUndoredo','_initMergeInterceptor','univer-pro.collaboration-client.single-active-unit-service','algo','_getAPIPrefix','next','UniverEngineFormula','getConfig','contains','getUnitStatus$','revision','baseRev','collabStatus.synced','assign','_send','NodePositionConvertToRectRange','_retryCount','joinRsp','_onCursorDelete','path','fromEventSubject','CommentService','image/gif','_updateStatus','_commentService','ranges','onRendered','_localCacheService','_iKey','[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.','APPLY_DUPLICATED','ImageUploadStatusType','session.collaboration-timeout','HEARTBEAT_TIMEOUT_KEY','MoveRangeCommandId','_members','_xformMode','color','_createHandler','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','VIEW_MAIN','transformUndoRedo','charCodeAt','LocalCacheService','downloadEndpointUrl','replaceDocRanges','_createSocket','verdancy600','call','startRow','retryConnectingInterval','connectInjector','sequenceExecute','1em','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','getCurrentUser','_invKeySchedule','getSheetId','_syncEditingCollabCursorService','FileId','_map','useCallback','copyFileMeta','_clearScheduledTask','_collabCursorState$','doc.mutation.rich-text-editing','SheetCollaborationEntity','getValue','_collabCursorController','hovered','_logService','_key','fetchThroughInterceptors','_createInitialState','updatePermissionObjEvent','error','href','ColorKit','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','_snapshotService','rng','min','fetch_missing','flatMap','updateMember','COMMENT_UPDATE','random','LIVESHARE_NEW_HOST','1NuQqln','function','use','Tooltip','CONFLICT','updatePermissionPoint','YUUMI_RATE_OVER_LIMIT','3bJMLtn','_tryEnsureSocket','[CollaborationSessionService]','concatMap','socket\x20close','touchDependencies','apply','_oKey','_updateLocalCache','/universer-api/authz','_httpService','requireSession','onRemoteRetry','params','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','[PendingState]:\x20unhandled\x20univer\x20type:\x20','jsxs','column','searchParams','IContextService','_initRequestHeader','ERROR_IMAGE_TYPE','_transformStateCache','_collaborationController','tag','_checkMissing','open$','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','_clearHeartbeatTimer','OffLineSingle','_prevBlock','WorkbookEditablePermission','#FFF','ILogService','patch','_handleHover','create','add','translate(.97)','onStarting','_unitStatus','beginPath','_createHelper','enableSingleActiveInstanceLock','_getScale','M3.61971\x2011.6499C2.40304\x2011.6499\x200.699707\x2011.1024\x200.699707\x208.9124C0.699707\x206.3574\x203.25471\x205.8099\x203.98471\x205.8099C4.34971\x204.5324\x205.07971\x202.5249\x207.99971\x202.5249C10.5547\x202.5249\x2011.6497\x203.9849\x2012.0147\x205.2624C12.0147\x205.2624\x2015.2997\x205.6274\x2015.2997\x208.7299C15.2997\x2010.9199\x2013.8397\x2011.6499\x2012.3797\x2011.6499M9.82471\x209.82466L6.17471\x2013.4747M6.17471\x209.82466L9.82471\x2013.4747','_getSaveTimeout','getOwnPropertySymbols','jiqing500','memberID','getCollabCursors$','_onOffline','_updateURLWithCurrentState','Base','unitID','_disabled','setInterval','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','_beforeCloseService','@univerjs/engine-render','transformByState','_permissionService','INGEST','Workbook','encode','pad','_updateState','NoPadding','HmacMD5','_rescheduleHeartbeat','_docTransformStateCacheService','[OfflineState]:\x20received\x20rejection.','loginUrlKey','React','handleIRemoveCol','getCurrentUnitForType','focused$','_clearCollaborationTimeoutTimer','getActiveRange','UPDATE_PERMISSION_OBJ','evenodd','DisposableCollection','UniverDesign','SEND_CHANGESET_TIMEOUT_KEY','isTransformMutationsWithChangesetFailure','2401830TbcNwy','objects','_type','_docSyncEditingCollabCursorService','_waitCount','makeDirty','cmd','_resendWithTimeout','_refRangeService','unitId','error$','_unitOnClients','UniverDocsUi','defs','collab-client.tooltip.reconnect','serializeRangeWithSheet','UniverDocs','_injector','fillText','map','findNodePositionByCharIndex','_socket$','Error\x20on\x20receiving\x20event','_DEC_XFORM_MODE','off-line-single_clip0_910_343','_transformStack','_replayCachedMutations','hidden','_mode','onMissingChangesets','userID','UniverCollaborationClientPlugin','setUndoRedoMutationParamsCache','getUndoRedoMutationParamsCache','APPLY_REJECT','_onUserJoin','eventID','_onRecvEvent','_transformRemoteChangesetByIMECache','NodePositionConvertToCursor','ILocalStorageService','Warning','createDecryptor','transformChangesets','COMPRESS_MUTATION_SEND','CollaborationEntity','&source=','setShowComponents','_docTransformIMECacheService','CollaborationSession','HTTPService','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','handleDeleteRangeMoveLeft','enableAuthServer','RxDisposable','Optional','skeleton','listRoles','actions','DocSkeletonManagerService','isTransformMutationsWithChangesetSuccess','collaboration-client.offline-data-not-saved','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','restore','_exhaustRemoteChangesetQueue','textRanges','addEventListener','onTransformSelections','_imageSourceCache','_cachedData','_nRounds','has','red300','_colorAssignService','image/jpg','_revisionService','createInstance','mixIn','Fragment','_lockTransition','LICENSE_EXPORT_SIZE_EXCEEDED','_setupBeforeClosingHandler','_status$','NOT_COLLAB','_hash','padding','JOINING','b64DecodeUnicode','collabStatus.conflict','handleInsertCol','range','whenReady','max','@univerjs/engine-formula','collaboration_new_changeset','getCurrentRevOfUnit','getTime','Encryptor','_transformUndoRedoStack','WebSocketService','_cursors','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','#fff','\x0aCurrent:\x20','_socketMessageSubscription','getOffsetConfig','...','YUUMI_SUBSCRIPTION_NOT_FOUND','setParam','RECT','_transformHistoryAndStateStack','loadOfflineData','_event$','csRejEvent','updateOfflineData','objectID','bind','x-univer-host','RemoveRowCommandId','LocaleService','_onRefRangeChange','FETCH_MISSING','registerHTTPInterceptor','UUID','getRelativeToViewportCoord','_append','setShapeProps','_unitID','equals','_doFinalize','useRef','useDependency','_clearRedo','_onRemoteRejected','TOO_MANY_REQUESTS','takeUntil','isArray','HttpImport','SUBMIT_CHANGESET','getCollabEntity','subUnitId','transformStateCache','text','_univerInstanceService','saveImage','_userManagerService','_handleHeartbeatEvent','onStateChange','toggleOffline','refreshPermission','getUniverSheetInstance','members','Decryptor','_loadDoc','toString','Hasher','_cipher','UPDATE_CURSOR','getMemberID','unit-cache-','cfg','_renderManagerService','getCoordByCell','debounce','hasher','body','_socketReady','CONNECTOR_DATA_TOO_LARGE','HttpExport','onMissedChangesetFetched','[SyncedState]:\x20received\x20rejection.','/block/','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','clamp','\x20-\x20','randomUUID','IRemoteInstanceService','drawWith','rxjs/operators','auth.needGotoLoginAlert','ALREADY_EXISTS','_startTelemetryCollaborationNewChangeset','reject','ERROR_IMAGE','onTransformRemoteChangesetByStateCache','_onFetchMissResult','_collabSessionService','_sessions','BlockCipherMode','save','awaiting','_scheduleHeartbeat','url','unpad','ReplaySubject','failed\x20to\x20apply\x20missed\x20changesets!','cursorInfo','deepClone','storage','list','LIVESHARE_TERMINATE','useObservable','debug','_onCombEvent','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','defIds','_updateCollabCursors','_compressMutationService','_initDependencies','_onMessage','_getCurrentRevision','parseChangesetToProtocol','Utf8','all','row','@univerjs/drawing','disposeWithMe','byteOffset','_onLocalMutation','socket$','sheets','routeKey','textEncoder','readAsDataURL','none','init','_sheetTransformSelectionsService','_handleEvent','attrs','DesktopCollaborationStatusDisplayController','toStringTag','image/png','debounceTime','forwardRef','history','@univerjs/sheets-ui','key','InsertColCommandId','SnapshotService','_document','transformRemoteChangeset','_clearOtherTimers','OTHER_CLIENTS_EDITING','/allowed','changesets','_sendHeartbeat','_stopTelemetryCollaborationNewChangeset','createEncryptor','objectType','onlineStatusIcon','Rect','fromCollab','BlockCipher','_roomMembers','jsx','length','_context','onload','_handleJoinEvent','synced','get','COMPRESS_MUTATION_APPLY','getMergeData','_transformPreviousActiveRange','words','UNDEFINED','univer-online-status-title','state$','resend','ThemeService','@univerjs-pro/collaboration','then','getMember','DataLoaderController','FETCH_MISS','ceil','setTimeout','BASE64','_redoStacks','DocSelectionManagerService','labelPosition','_collaborationTimeoutTimer','SNAPSHOT_INVALID_SNAPSHOT','_reverseMap','reset','className','isTransformMutationFailure','deleteCollaborator','USERS_LEAVE','getAllMembers','action','DOC_RANGE_TYPE','ref','Vector2','saveSheetBlock','clipPath','SheetSkeletonManagerService','_textBubble','bottom','_queuedRemoteChangesets','CHANGESET_ACK','IBeforeCloseService','Cipher','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','@univerjs/network','reduce','_removeRoom','readInt32LE','INotificationService','disableLocalCache','getCollabEntity$','_singleActiveUnitService','[OfflineState]:\x20received\x20acknowledgement.','now','delay','status$','values','indexOf','uni.network.url-service','getResourcesRequest','@univerjs/core','EmptyMutation','EXCHANGE_SIGN_URL_SERVER_URL_KEY','_syncEditingCollabCursor','SNAPSHOT_SERVER_URL_KEY','isActive','_urlService','setAlpha','[PendingState]:\x20received\x20acknowledgement.','leaveEvent','_lastPointer','_scheduleClearOtherTimer','reqId','onMouseMove','_initStatusListener','_sessionStatus$','onRemoteAck','onCommentUpdate','getSheetBySheetId','idSuffix','join','trim','LOCAL_CACHE_INTERVAL_KEY','_getSnapshotAPIPrefix','on-line-single_clip0_910_349','Malformed\x20UTF-8\x20data','_joinRoom','COLLAB_SUBMIT_CHANGESET_URL_KEY','_getSheetObject','charAt','decrypt','UNIVER_DOC','collab-text-anchor-','DocIMEInputManagerService','YUUMI_URL_COL_OUT_OF_RANGE','default','InsertRangeMoveDownCommandId','assignAColorForMemberID','getInterceptPoints','UniverNetwork','stringify','objectActions','mutations','mode','_scheduleCollaborationTimeoutTimer','updateCollaborator','MessageType','resourceIDs','requestParams','_initCloseConn','socketService','SetWorksheetActivateCommand','collaboratorID','SetTextSelectionsOperation','SetDocZoomRatioOperation','_iv','_transformIMECache','_ENC_XFORM_MODE','onTransformIME','_localeService','number','selection','getCurrentSelections','_ensureSubject','INVALID_ARGUMENT','collabStatus.fetchMiss','_substituteUndoStack','includes','UniverCore','getFocusedUnit','LICENSE_IMPORT_SIZE_EXCEEDED','77NfYLyS','find','_replaceFileID','_draw','format','unknown','BufferedBlockAlgorithm','onRemoteRej','_ws','exports','asObservable','_getRedoStack','loadSheet','close','c2Prime','CollaborationSocketService','DocCollaborationEntity','generateRandomId','_awaitingChangeset','_tryReconnect','2041064XYYnvW','title','data','_initStatusComponent','_disableEditing','floor','infoRsp','SYNCED','DEFAULT_FILE_NAME','_undoStacks','_collaborationSessionService','awaiting_with_pending','subunit','every','top','operators','_updateSubUnitFromURLParams','APPLY_NON_SEQUENTIAL_REVISION','PSEUDO_FETCH_MISSING_RESULT','getRenderById','_doProcessBlock','docStateChange$','isPermissionRej','_getLoginPath','_getDownloadEndpointURL','_doReset','appendMutation','[FetchMissState]','_render','_process','ENSURE_SNAPSHOT_EXECUTION','COLLAB_WEB_SOCKET_URL','conflict.content','snapshot','_sendHeartbeatTimer','handleMoveRange','_state$','Plugin','@univerjs/ui','registerBeforeClose','forEach','removeMember','ITelemetryService','_decreaseWaiting','_commentUpdate$','_sender','UniverSheets','_fetchMissChangesets','_candidateSocket','/universer-api/stream/file/upload','140JqsSOn','SnapshotServerOverHTTPService','setItem','mapDocumentTypeToUniverType','string','enableLocalCache','Undefined','_messageService','getUnitType','_incrementRevisionNumber','InsertRangeMoveRightCommandId','15cVeqPk','salt','_telemetryService','undoState','_onCursorUpdate','name','PENDING','_submitChangeset','YUUMI_UNABLE_LOAD_URL','LEAVE','permissionRejEvent','propertyIsEnumerable','ERROR_EXCEED_SIZE','location','_getUndoStack','UniverCollaboration','csShouldRetryEvent','InsertSheetMutation','[CollaborationUndoRedoService]','withCredentials','initWorkbookPermissionChange','ciphertext','not_collab','svg','_commandService','current','collabSubmitChangesetUrl','_registerRenderDependencies','pending','prototype','UnitEmbedded','unshift','PasswordBasedCipher','createIdentifier','TEXT','@univerjs/sheets','listCollaborators','execute','_transformService','DocStateChangeManagerService','roomInfos','_hideTimer','univer-online','getRoom','_docStateChangeManagerService','src','_selfUnitIDs','image/jpeg','shareReplay','_range','endColumn','mapTo','_resendTimer','684459OrsuUJ','Unknown\x20user','_hasher','_telemetryInfo','CollaborationEvent','react.element','Inject','for','HELLO','360156eqsOSV','headers','collaboration.single-unit.warning','_registerDependencies','_toggleOnline','_drawRectRange','@univerjs/telemetry','Shape','_saveCache','roles','_updateLocalCursor','_state','lineTo','LICENSE_DISTRO_REJECTED','_clearTimeoutTimer','COLORS','_listenToOnlineEvent','getStateCache','collabCursorState$','splice','_session','session.will-retry','editingUnit','1162366tJdVLs','popstate','_http','getVpScrollXYInfoByPosToVp','currentTheme$','session','_name','_cursorShapes','/object','rxjs','getCurrent','COMPLETION_FINISHED','complete','putCollaborators','isTransformChangesetsSuccess','_getCtorByUniverType','sheetID','/fetchmissing?from=','/collaborator','colorChannel1','_refreshCollabCursors','__creator','_shouldReportTelemetry','c1Prime','Module','_data','EffectRefRangId','event$','MemberService','_localStorageService','post','USERS_ENTER','processBlock','_showConflictNotification','_initUnitPermissionChange','startTime','AES','LIVESHARE_OPERATION','CommandType','save\x20fail\x20reason\x20is\x20','IDLE','arc','extend','univer-online-status','compute','CollaborationSessionService','measureText','sid','ReactCurrentOwner','localeService','onCommandExecuted','startColumn','@univerjs/rpc','IRenderManagerService','ImageIoService','_colorIndex','crypto','onSyncEditingCollabCursor','_applyRemoteChangeset','reconnect','OFFLINE','_notificationService','_docTransformSelectionsService','_doCryptBlock','collabStatus.notCollab','merge','_startDocCollabCursor','fill','getColor','UNIVER_COLLABORATION_CLIENT_PLUGIN','ICommandService','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','getImage','collaboration.closeRoom','ITransformService','activeSheet$','registerComponent','SheetPermissionInitController','_getMergeRange','TRANSFORM_CHANGE_OBSERVABLE_TYPE','_removeClearOtherTimer','NEW_CHANGESETS','_configService','clearTimeout','onRemoteChangeset','getRangePointData','state','RECV','HEARTBEAT_INTERVAL_KEY','_transformRemoteChangesetByStateCache','CollaborationController','0\x200\x2017\x2016','xlink:href','UniverTelemetry','Hex','UserManagerService','_resendTimeout','getUnhiddenWorksheets','[CollaborationSession]','stopTime','LOGIN_URL_KEY','update','unload','registerRefRange','RichTextEditingMutation','Disposable','ACTIVE_UNIT_EVENT_CHANNEL','_anchorDot','IAuthzIoService','[DataLoaderController]','setCurrentUser','closeSession','_startSheetCollabCursor','_shapes','[UniverCollaborationClientPlugin]','code','incrementRevOfUnit','_handler','onReady','filter','saveChangeset','getLatestCsReqIdBySid','RegularPolygon','_onConnectionFailed','[CollaborationSessionService]:\x20socket\x20error','originalMeta','_executeRemoteChangeset','IUniverInstanceService','registerRenderModule','1755wWZMec','_eventUnsubscribe','_initResize','UNKNOWN_CODE','enc','[CollaborationEntity]','m1Prime','_onConnectionOpen','_heartbeatTimer','_saveTaskMap','close$','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','sheetId','DeleteRangeMoveLeftCommandId','_change$','take','blockSize','_themeService','children','toRgbString','SheetCollabCursorShape','defineProperty','fetchMissingChangesets','delete','message$','dispose','_snapshotServerService','RevisionService','_loadSheet','entries','OpenSSL','0\x200\x2016\x2016','IUndoRedoService','encryptBlock','createElement','_cursorInfo$','HmacSHA1','_onJoinRoomEvent','BehaviorSubject','HEARTBEAT_TIMEOUT','fetching\x20missing\x20changesets\x20from\x20','concat','onlineStatusTitle','_onUserLeave','SNAPSHOT_URL_KEY','/universer-api/snapshot/','_onRemoteRetry','__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED','AUTHZ_URL_KEY','_retryConnectingTimer','_startCollaboration','/universer-api/oidc/authpage','APPLY_PERMISSION_DENIED','encrypt','_getAPIPrefixPath','sigBytes','_initCommandExecutedListener','currentColor','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','NO_OTHER_CLIENTS_EDITING','push','_HTTPService','CBC','_collaborationPaused','_clearUndo','CompressMutationService','buffer','_hovered','show','POST','handleIRemoveRow','_transitionLocked','MD5','WebURLService','with','univer-offline','_parse','startsWith','INTERNAL_ERROR','UNIVER_UNKNOWN','TEXT_RANGE_LAYER_INDEX','onPointerMove$','ws://127.0.0.1:8000/universer-api/comb/connect','saveSnapshot','UNIVER_SHEET','newCsEvent','slice','$super','_remoteChangesetQueue','IMessageService','lib','session.room-full','liveShareOperation','onSendChangeset','onPointerLeave$','615006ZGbweq','encodeURIComponent','fromCharCode','_nDataBytes','_keyPriorReset','isEditing','split','/object/','pauseCollaboration','28QIkSIQ','amd','_timeoutTimer','IConfigService','getDocRanges','Base64','csAckEvent','_online','AWAITING','_assignedColors','serializeCombRequest','SheetsSelectionsService','_roomMembers$','4378732mmRTRD','roomMembers$','_undoRedoService','UNAUTHENTICATED','MUTATION','liveShareNewHost','VIEWPORT_KEY','UNRECOGNIZED','width','getItem','M4.5865\x2011.6499C3.36983\x2011.6499\x201.6665\x2011.1024\x201.6665\x208.9124C1.6665\x206.3574\x204.2215\x205.8099\x204.9515\x205.8099C5.3165\x204.5324\x206.0465\x202.5249\x208.9665\x202.5249C11.5215\x202.5249\x2012.6165\x203.9849\x2012.9815\x205.2624C12.9815\x205.2624\x2016.2665\x205.6274\x2016.2665\x208.7299C16.2665\x2010.9199\x2014.8065\x2011.6499\x2013.3465\x2011.6499M6.7767\x2011.6497L8.9667\x2013.4747L11.8867\x209.82466','_memberService','_scheduleSaving','Pkcs7','\x20in\x20_schedule.','_config','_id','_docSkeletonManagerService','msCrypto','toggleOnline','createSocket','handleInsertRangeMoveDown','round','kdf','_initEventListeners','syncEditingCollabCursor','UniverInstanceType','_unlockTransition','&to=','height','_acknowledgedAwaitingChangeset','CHANGESET_SHOULD_RETRY','catch','commentUpdateEvent','pipe','collaboration-client.config','_changesetReqId','clear','iterations','_schedule','transformMutation','_drawTextRange','collabStatus.offline','connection\x20error','session.connection-failed','SHOULD_CLOSE_CONN','onlineStatus','_color','parse','_onRemoteChangeset','_scene','UNKNOWN_CMD','icon','RemoveColCommandId','_getAnchorBounding','sessionStatus$','black','set','put','DeleteRangeMoveUpCommandId','_getUploadFileURL','interceptor','image/bmp','_substituteRedoStack','getTypeOfUnitDisposed$','unit','fetchMiss','_onConflict','switchMap','getOwnPropertyDescriptor','addObject','toDisposable','COLLAB_SUBMIT_CHANGESET_URL','isInternalEditorID','LIVESHARE_REQUEST_HOST','onTransformState','_pendingMutations','font','transformMutationsWithChangeset','getRandomValues','object','redoState','closePath','url(#$1','IPermissionService','UniverUi','_sendingTimer','_cursor','/role','_uiPartsService','_createInitialStateImpl','SEND_CHANGESET_TIMEOUT','SerializableCipher','getTypeOfUnitAdded$','send','SNAPSHOT_HAS_BEEN_REMOVED','unsubscribe','SetSelectionsOperation','hide','LocalUndoRedoService','repeat','collaboration-session-retry','/-/object/-/batch_allowed','replaceState','dispose$','reverse','transformIMECache','fromEvent','cursorInfo$','workbook','_hover','_removeCollabCursors','onTransformRemoteChangesetByIMECache','ONLINE','purple300','FAIL','@univerjs/design','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','[CollaborationState]:\x20apply\x20error!','_backgroundColor','div','hostname','ImageSourceType','CollaborationStatus','_sheetSkeletonManagerService','addImageSourceCache','_docSkeleton','Error','on-line-single','urlChange$','Tools','collabStatus.syncing','getSkeleton','_scheduleTimestamp','_handleLeaveEvent','/new_changes','@univerjs/docs-ui','M0\x200H16V16H0z','rgba(255,\x20255,\x20255,\x200.01)','_onRemoteACK','unitId\x20is\x20not\x20found','_labelPosition','EvpKDF','getSheetObject','PERMISSION_REJ','Injector','LIVESHARE_FETCH_OPERATIONS','getUnit','from','_isPermissionRej','engine','url(#off-line-single_clip0_910_343)','_entityInit$','setConfig','executeCommand','UniverRpc','m2Prime','sessionStatus','offline','result','_getSignURL','status','react','subscribe','getAncestorScale','disposeUnit','_transformSelections','selections','UNIVER_PROJECT','_init','symbol','Subject','@univerjs/docs','rev','CHANGESET_REVISION_CONFILICT','size','type'];_0x54df=function(){return _0x13deb8;};return _0x54df();}function _0xbbea(_0x2188de,_0x511370){const _0x54dfc8=_0x54df();return _0xbbea=function(_0xbbea87,_0x798fe8){_0xbbea87=_0xbbea87-0xe0;let _0x2cea33=_0x54dfc8[_0xbbea87];return _0x2cea33;},_0xbbea(_0x2188de,_0x511370);}(function(_0x8ea8b9,_0x139863){const _0x10873d=_0xbbea,_0x4d6c2a=_0x8ea8b9();while(!![]){try{const _0x532546=-parseInt(_0x10873d(0x526))/0x1*(parseInt(_0x10873d(0x2de))/0x2)+parseInt(_0x10873d(0x52d))/0x3*(-parseInt(_0x10873d(0x3d6))/0x4)+parseInt(_0x10873d(0x289))/0x5*(-parseInt(_0x10873d(0x582))/0x6)+-parseInt(_0x10873d(0x3c9))/0x7*(parseInt(_0x10873d(0x24c))/0x8)+-parseInt(_0x10873d(0x2be))/0x9*(parseInt(_0x10873d(0x27e))/0xa)+parseInt(_0x10873d(0x238))/0xb*(-parseInt(_0x10873d(0x2c7))/0xc)+parseInt(_0x10873d(0x360))/0xd*(parseInt(_0x10873d(0x3c0))/0xe);if(_0x532546===_0x139863)break;else _0x4d6c2a['push'](_0x4d6c2a['shift']());}catch(_0x509184){_0x4d6c2a['push'](_0x4d6c2a['shift']());}}}(_0x54df,0xb9219),function(_0x40636c,_0x126ea7){const _0x4df328=_0xbbea;typeof exports==_0x4df328(0x426)&&typeof module<'u'?_0x126ea7(exports,require(_0x4df328(0x1f1)),require(_0x4df328(0x2e7)),require(_0x4df328(0x163)),require(_0x4df328(0x44a)),require('@univerjs/ui'),require(_0x4df328(0x1e1)),require(_0x4df328(0x1bf)),require(_0x4df328(0x2cd)),require(_0x4df328(0x45e)),require(_0x4df328(0x2ac)),require(_0x4df328(0x568)),require(_0x4df328(0x482)),require(_0x4df328(0x188)),require(_0x4df328(0x10e)),require(_0x4df328(0x19c)),require(_0x4df328(0x478)),require('@univerjs/rpc')):typeof define=='function'&&define[_0x4df328(0x3ca)]?define([_0x4df328(0x241),_0x4df328(0x1f1),_0x4df328(0x2e7),_0x4df328(0x163),_0x4df328(0x44a),_0x4df328(0x272),_0x4df328(0x1e1),_0x4df328(0x1bf),_0x4df328(0x2cd),'@univerjs/docs-ui',_0x4df328(0x2ac),_0x4df328(0x568),_0x4df328(0x482),_0x4df328(0x188),'@univerjs/engine-formula',_0x4df328(0x19c),_0x4df328(0x478),_0x4df328(0x312)],_0x126ea7):(_0x40636c=typeof globalThis<'u'?globalThis:_0x40636c||self,_0x126ea7(_0x40636c['UniverCollaborationClient']={},_0x40636c[_0x4df328(0x235)],_0x40636c['rxjs'],_0x40636c['rxjs'][_0x4df328(0x25b)],_0x40636c[_0x4df328(0x57f)],_0x40636c[_0x4df328(0x42b)],_0x40636c[_0x4df328(0x218)],_0x40636c[_0x4df328(0x298)],_0x40636c[_0x4df328(0x33c)],_0x40636c[_0x4df328(0x58e)],_0x40636c[_0x4df328(0x27a)],_0x40636c['UniverEngineRender'],_0x40636c[_0x4df328(0x592)],_0x40636c['UniverDrawing'],_0x40636c[_0x4df328(0x4d4)],_0x40636c['UniverSheetsUi'],_0x40636c[_0x4df328(0x576)],_0x40636c[_0x4df328(0x471)]));}(this,function(_0x325eac,_0x457d20,_0x44a02e,_0x4c8197,_0x151ca4,_0x2b45ba,_0x4737a0,_0x4d26ac,_0x1d7f47,_0x1b8609,_0x91efb2,_0x5c58b0,_0x279b33,_0x39cda2,_0x4e8c55,_0x5ed4fc,_0x53b86a,_0x663046){'use strict';const _0x357007=_0xbbea;var _0x3e3c83=Object['defineProperty'],_0x732e4e=(_0xfbe2d7,_0x30b2a9,_0x4a4628)=>_0x30b2a9 in _0xfbe2d7?_0x3e3c83(_0xfbe2d7,_0x30b2a9,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x4a4628}):_0xfbe2d7[_0x30b2a9]=_0x4a4628,_0x184856=(_0x3f09fa,_0x1a1f1a,_0x2bb11a)=>_0x732e4e(_0x3f09fa,typeof _0x1a1f1a!=_0x357007(0x480)?_0x1a1f1a+'':_0x1a1f1a,_0x2bb11a);const _0x89ef62='SNAPSHOT_SERVER_URL_KEY',_0x10c8e6='/universer-api/snapshot',_0xfc9b39=_0x357007(0x38d),_0x441ba3=_0x357007(0x431),_0x446764=_0x357007(0x26b),_0x47820e=_0x357007(0x3b3),_0x21f50d='HEARTBEAT_INTERVAL',_0x4f64ac=_0x357007(0x388),_0x577f9c='RETRY_CONNECTING_MAX_COUNT',_0x348843='LOCAL_CACHE_INTERVAL',_0x1d9233=_0x357007(0x41e),_0x1cf9dc='/universer-api/comb',_0x53356b=_0x357007(0x343),_0x435faa=_0x357007(0x394);var _0x17b26e=(_0x845e10=>(_0x845e10[_0x845e10['UNDEFINED']=0x0]=_0x357007(0x1ba),_0x845e10[_0x845e10['OK']=0x1]='OK',_0x845e10[_0x845e10['INTERNAL_ERROR']=0x2]=_0x357007(0x3af),_0x845e10[_0x845e10['PERMISSION_DENIED']=0x3]=_0x357007(0x48f),_0x845e10[_0x845e10['NOT_FOUND']=0x4]='NOT_FOUND',_0x845e10[_0x845e10['UNAUTHENTICATED']=0x5]=_0x357007(0x3d9),_0x845e10[_0x845e10[_0x357007(0x165)]=0x6]=_0x357007(0x165),_0x845e10[_0x845e10[_0x357007(0x231)]=0x7]=_0x357007(0x231),_0x845e10[_0x845e10[_0x357007(0x137)]=0x8]='TOO_MANY_REQUESTS',_0x845e10[_0x845e10[_0x357007(0x2e9)]=0x9]='COMPLETION_FINISHED',_0x845e10[_0x845e10[_0x357007(0x484)]=0x1389]='CHANGESET_REVISION_CONFILICT',_0x845e10[_0x845e10[_0x357007(0x1cb)]=0x1771]=_0x357007(0x1cb),_0x845e10[_0x845e10[_0x357007(0x435)]=0x1772]='SNAPSHOT_HAS_BEEN_REMOVED',_0x845e10[_0x845e10[_0x357007(0x26a)]=0x1773]=_0x357007(0x26a),_0x845e10[_0x845e10[_0x357007(0x5a4)]=0x1b59]='APPLY_REJECT',_0x845e10[_0x845e10[_0x357007(0x25d)]=0x1b5a]=_0x357007(0x25d),_0x845e10[_0x845e10['APPLY_REVISION_CONFILICT']=0x1b5b]='APPLY_REVISION_CONFILICT',_0x845e10[_0x845e10[_0x357007(0x395)]=0x1b5c]='APPLY_PERMISSION_DENIED',_0x845e10[_0x845e10[_0x357007(0x4ec)]=0x1b5d]='APPLY_DUPLICATED',_0x845e10[_0x845e10[_0x357007(0x158)]=0x1f41]=_0x357007(0x158),_0x845e10[_0x845e10[_0x357007(0x4b6)]=0x2329]=_0x357007(0x4b6),_0x845e10[_0x845e10['LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED']=0x232a]=_0x357007(0x51c),_0x845e10[_0x845e10[_0x357007(0x237)]=0x232b]=_0x357007(0x237),_0x845e10[_0x845e10[_0x357007(0x101)]=0x232c]=_0x357007(0x101),_0x845e10[_0x845e10[_0x357007(0x2d4)]=0x232d]='LICENSE_DISTRO_REJECTED',_0x845e10[_0x845e10[_0x357007(0x291)]=0x2711]=_0x357007(0x291),_0x845e10[_0x845e10[_0x357007(0x213)]=0x2712]='YUUMI_URL_COL_OUT_OF_RANGE',_0x845e10[_0x845e10[_0x357007(0x52c)]=0x2713]=_0x357007(0x52c),_0x845e10[_0x845e10[_0x357007(0x11c)]=0x2714]=_0x357007(0x11c),_0x845e10[_0x845e10[_0x357007(0x3dd)]=-0x1]=_0x357007(0x3dd),_0x845e10))(_0x17b26e||{}),_0x1c36ee=(_0x1396e9=>(_0x1396e9[_0x1396e9[_0x357007(0x3b0)]=0x0]=_0x357007(0x3b0),_0x1396e9[_0x1396e9[_0x357007(0x210)]=0x1]='UNIVER_DOC',_0x1396e9[_0x1396e9[_0x357007(0x3b5)]=0x2]=_0x357007(0x3b5),_0x1396e9[_0x1396e9[_0x357007(0x4a9)]=0x3]=_0x357007(0x4a9),_0x1396e9[_0x1396e9['UNIVER_PROJECT']=0x4]=_0x357007(0x47e),_0x1396e9[_0x1396e9[_0x357007(0x3dd)]=-0x1]='UNRECOGNIZED',_0x1396e9))(_0x1c36ee||{}),_0x4b97d5=(_0xb35077=>(_0xb35077[_0xb35077[_0x357007(0x409)]=0x0]=_0x357007(0x409),_0xb35077[_0xb35077['HELLO']=0x1]=_0x357007(0x2c6),_0xb35077[_0xb35077[_0x357007(0x48c)]=0x2]=_0x357007(0x48c),_0xb35077[_0xb35077[_0x357007(0x292)]=0x3]=_0x357007(0x292),_0xb35077[_0xb35077[_0x357007(0x56b)]=0x4]='INGEST',_0xb35077[_0xb35077[_0x357007(0x48b)]=0x5]=_0x357007(0x48b),_0xb35077[_0xb35077[_0x357007(0x336)]=0x6]='RECV',_0xb35077[_0xb35077['UNRECOGNIZED']=-0x1]=_0x357007(0x3dd),_0xb35077))(_0x4b97d5||{}),_0x2abce2=(_0x399808=>(_0x399808[_0x399808['UNKNOWN_CODE']=0x0]=_0x357007(0x363),_0x399808[_0x399808['OK']=0x1]='OK',_0x399808[_0x399808[_0x357007(0x449)]=0x2]=_0x357007(0x449),_0x399808[_0x399808[_0x357007(0x3dd)]=-0x1]=_0x357007(0x3dd),_0x399808))(_0x2abce2||{}),_0x221fc0=(_0x3d79b0=>(_0x3d79b0[_0x3d79b0['Undefined']=0x0]=_0x357007(0x284),_0x3d79b0[_0x3d79b0[_0x357007(0x13a)]=0x1]='HttpImport',_0x3d79b0[_0x3d79b0['HttpExport']=0x2]=_0x357007(0x159),_0x3d79b0[_0x3d79b0[_0x357007(0x2a7)]=0x3]=_0x357007(0x2a7),_0x3d79b0[_0x3d79b0['UnitSnapshot']=0x4]='UnitSnapshot',_0x3d79b0[_0x3d79b0[_0x357007(0x3dd)]=-0x1]=_0x357007(0x3dd),_0x3d79b0))(_0x221fc0||{});const _0x11df2a=_0x357007(0x3f9),_0x485e42={};function _0x4f68f8(_0x119d5b){const _0xe5211f=_0x357007;var _0x41815d,_0x26a54f,_0x250dcd,_0xb03630,_0x7d3f53;const _0x796ac9=_0x119d5b['data'],_0x1c4bf3=JSON[_0xe5211f(0x406)](_0x796ac9);switch(_0x1c4bf3[_0xe5211f(0x588)]){case _0x4b97d5[_0xe5211f(0x48b)]:case _0x4b97d5[_0xe5211f(0x2c6)]:{const _0x55742c=_0x1c4bf3[_0xe5211f(0x252)];return{..._0x1c4bf3,'data':_0x55742c,'cmd':_0x1c4bf3[_0xe5211f(0x588)]};}case _0x4b97d5['JOIN']:{const _0x410db4=_0x1c4bf3[_0xe5211f(0x4df)];return{..._0x1c4bf3,'data':_0x410db4,'cmd':_0x1c4bf3[_0xe5211f(0x588)]};}case _0x4b97d5[_0xe5211f(0x336)]:{const _0x1a6522=_0x1c4bf3[_0xe5211f(0x4af)];switch(_0x1a6522['eventID']){case _0x4d26ac[_0xe5211f(0x2c2)][_0xe5211f(0x466)]:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':(_0x41815d=_0x1a6522[_0xe5211f(0x293)])==null?void 0x0:_0x41815d['cs']},'cmd':_0x1c4bf3['cmd']};case _0x4d26ac[_0xe5211f(0x2c2)][_0xe5211f(0x1dd)]:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':(_0x26a54f=_0x1a6522[_0xe5211f(0x3cf)])==null?void 0x0:_0x26a54f['cs']},'cmd':_0x1c4bf3[_0xe5211f(0x588)]};case _0x4d26ac[_0xe5211f(0x2c2)][_0xe5211f(0x330)]:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':(_0x250dcd=_0x1a6522[_0xe5211f(0x3b6)])==null?void 0x0:_0x250dcd['cs']},'cmd':_0x1c4bf3[_0xe5211f(0x588)]};case _0x4d26ac[_0xe5211f(0x2c2)]['CHANGESET_REJ']:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':(_0xb03630=_0x1a6522[_0xe5211f(0x122)])==null?void 0x0:_0xb03630['cs']},'cmd':_0x1c4bf3[_0xe5211f(0x588)]};case _0x4d26ac['CollaborationEvent'][_0xe5211f(0x3f5)]:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':(_0x7d3f53=_0x1a6522[_0xe5211f(0x299)])==null?void 0x0:_0x7d3f53['cs']},'cmd':_0x1c4bf3['cmd']};case _0x4d26ac['CollaborationEvent']['UPDATE_CURSOR']:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':_0x1a6522[_0xe5211f(0x4ad)]},'cmd':_0x1c4bf3[_0xe5211f(0x588)]};case _0x4d26ac[_0xe5211f(0x2c2)][_0xe5211f(0x2fd)]:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':_0x1a6522['joinEvent']},'cmd':_0x1c4bf3[_0xe5211f(0x588)]};case _0x4d26ac[_0xe5211f(0x2c2)]['USERS_LEAVE']:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':_0x1a6522[_0xe5211f(0x1fa)]},'cmd':_0x1c4bf3[_0xe5211f(0x588)]};case _0x4d26ac[_0xe5211f(0x2c2)]['LIVESHARE_NEW_HOST']:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':_0x1a6522[_0xe5211f(0x3db)]},'cmd':_0x1c4bf3[_0xe5211f(0x588)]};case _0x4d26ac[_0xe5211f(0x2c2)][_0xe5211f(0x468)]:case _0x4d26ac[_0xe5211f(0x2c2)]['LIVESHARE_OPERATION']:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':_0x1a6522[_0xe5211f(0x3bd)]},'cmd':_0x1c4bf3[_0xe5211f(0x588)]};case _0x4d26ac[_0xe5211f(0x2c2)][_0xe5211f(0x179)]:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':_0x1a6522['liveShareNewHost']},'cmd':_0x1c4bf3['cmd']};case _0x4d26ac[_0xe5211f(0x2c2)]['MSG_FOR_ERROR']:return{..._0x1c4bf3,'data':_0x1a6522,'cmd':_0x1c4bf3[_0xe5211f(0x588)]};case _0x4d26ac[_0xe5211f(0x2c2)]['COMMENT_UPDATE']:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':_0x1a6522[_0xe5211f(0x3f7)]},'cmd':_0x1c4bf3[_0xe5211f(0x588)]};case _0x4d26ac['CollaborationEvent'][_0xe5211f(0x57c)]:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':_0x1a6522[_0xe5211f(0x518)]},'cmd':_0x1c4bf3['cmd']};case _0x4d26ac[_0xe5211f(0x2c2)][_0xe5211f(0x403)]:return{..._0x1c4bf3,'data':{..._0x1a6522,'data':_0x1a6522['shouldCloseConn']},'cmd':_0x1c4bf3[_0xe5211f(0x588)]};default:return _0x1c4bf3;}}default:return _0x1c4bf3;}}function _0xfbb49e(_0x4ee230){const _0x3920bd=_0x357007;switch(_0x4ee230[_0x3920bd(0x588)]){case _0x4b97d5['HEARTBEAT']:case _0x4b97d5[_0x3920bd(0x2c6)]:return JSON[_0x3920bd(0x219)]({'cmd':_0x4ee230[_0x3920bd(0x588)],'routeKey':_0x4ee230['routeKey']});case _0x4b97d5[_0x3920bd(0x56b)]:{let _0x58c902;switch(_0x4ee230['data'][_0x3920bd(0x5a6)]){case _0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x14e)]:{_0x58c902={'eventID':_0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x14e)],'updateCursorEvent':_0x4ee230[_0x3920bd(0x24e)][_0x3920bd(0x24e)]};break;}case _0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x1d1)]:{_0x58c902={'eventID':_0x4d26ac['CollaborationEvent'][_0x3920bd(0x1d1)],'leaveEvent':_0x4ee230[_0x3920bd(0x24e)]['data']};break;}case _0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x2fd)]:{_0x58c902={'eventID':_0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x2fd)],'joinEvent':_0x4ee230[_0x3920bd(0x24e)][_0x3920bd(0x24e)]};break;}case _0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x525)]:{_0x58c902={'eventID':_0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x525)],'liveShareNewHost':_0x4ee230['data'][_0x3920bd(0x24e)]};break;}case _0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x303)]:{_0x58c902={'eventID':_0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x303)],'liveShareOperation':_0x4ee230[_0x3920bd(0x24e)][_0x3920bd(0x24e)]};break;}case _0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x179)]:{_0x58c902={'eventID':_0x4d26ac['CollaborationEvent']['LIVESHARE_TERMINATE'],'liveShareTerminate':_0x4ee230['data'][_0x3920bd(0x24e)]};break;}case _0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x420)]:{_0x58c902={'eventID':_0x4d26ac[_0x3920bd(0x2c2)][_0x3920bd(0x420)],'liveShareRequestHost':_0x4ee230[_0x3920bd(0x24e)][_0x3920bd(0x24e)]};break;}case _0x4d26ac[_0x3920bd(0x2c2)]['LIVESHARE_FETCH_OPERATIONS']:{_0x58c902={'eventID':_0x4d26ac['CollaborationEvent'][_0x3920bd(0x468)]};break;}default:_0x58c902={'eventID':_0x4ee230[_0x3920bd(0x24e)][_0x3920bd(0x5a6)]};}return JSON['stringify']({'cmd':_0x4ee230['cmd'],'routeKey':_0x4ee230[_0x3920bd(0x18e)],'collaMsg':_0x58c902});}case _0x4b97d5['JOIN']:return JSON['stringify']({'cmd':_0x4ee230[_0x3920bd(0x588)],'routeKey':_0x4ee230[_0x3920bd(0x18e)],'joinReq':_0x4ee230[_0x3920bd(0x24e)]});case _0x4b97d5[_0x3920bd(0x292)]:return JSON[_0x3920bd(0x219)]({'cmd':_0x4ee230[_0x3920bd(0x588)],'routeKey':_0x4ee230[_0x3920bd(0x18e)],'leaveReq':_0x4ee230[_0x3920bd(0x24e)]});default:throw new Error(_0x3920bd(0x325));}}var _0x497394=Object[_0x357007(0x376)],_0x15133f=Object[_0x357007(0x41b)],_0x1ea2a1=(_0x154904,_0x2e62c3,_0x1ec96d,_0x308738)=>{const _0x48711a=_0x357007;for(var _0x25c8f9=_0x308738>0x1?void 0x0:_0x308738?_0x15133f(_0x2e62c3,_0x1ec96d):_0x2e62c3,_0x12ae52=_0x154904[_0x48711a(0x1b0)]-0x1,_0x4cdd20;_0x12ae52>=0x0;_0x12ae52--)(_0x4cdd20=_0x154904[_0x12ae52])&&(_0x25c8f9=(_0x308738?_0x4cdd20(_0x2e62c3,_0x1ec96d,_0x25c8f9):_0x4cdd20(_0x25c8f9))||_0x25c8f9);return _0x308738&&_0x25c8f9&&_0x497394(_0x2e62c3,_0x1ec96d,_0x25c8f9),_0x25c8f9;},_0x11513a=(_0x1479d8,_0x53a9ef)=>(_0x1d192f,_0x8a3ae8)=>_0x53a9ef(_0x1d192f,_0x8a3ae8,_0x1479d8);const _0x3b47f0=_0x457d20[_0x357007(0x2aa)]('univer-pro.collaboration-client-socket-service');function _0x52291d(_0x3ea764,_0x4015cb,_0x3b14b6){const _0x106a1a=_0x357007;return _0x3ea764+'/'+_0x4015cb+'/unit/'+_0x3b14b6+_0x106a1a(0x45d);}_0x325eac[_0x357007(0x247)]=class extends _0x457d20['Disposable']{constructor(_0xea113a,_0x3403da,_0x335924,_0x5136aa,_0x22a7ed){const _0x2909b5=_0x357007;super(),this[_0x2909b5(0x2e0)]=_0xea113a,this[_0x2909b5(0x240)]=_0x3403da,this[_0x2909b5(0x331)]=_0x335924,this[_0x2909b5(0x514)]=_0x5136aa,this[_0x2909b5(0x37b)]=_0x22a7ed;}['createSocket'](_0x421df6){const _0x5dfe8d=_0x357007,_0x44a5b1=this['_ws'][_0x5dfe8d(0x3ea)](_0x421df6);if(!_0x44a5b1)throw new Error('[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!');const _0x2b89a7=new _0x457d20[(_0x5dfe8d(0x57e))](),_0x2f8e88=new _0x44a02e[(_0x5dfe8d(0x481))]();_0x2b89a7[_0x5dfe8d(0x552)](_0x44a5b1[_0x5dfe8d(0x36a)][_0x5dfe8d(0x479)](_0x4ad97d=>_0x2f8e88[_0x5dfe8d(0x4d3)](_0x4ad97d))),_0x2b89a7[_0x5dfe8d(0x552)](_0x457d20[_0x5dfe8d(0x41d)](()=>_0x2f8e88[_0x5dfe8d(0x2ea)]()));const _0x3a7d08=new _0x44a02e[(_0x5dfe8d(0x481))]();_0x2b89a7['add'](_0x44a5b1[_0x5dfe8d(0x58c)]['subscribe'](_0x2476b4=>_0x3a7d08[_0x5dfe8d(0x4d3)](_0x2476b4))),_0x2b89a7[_0x5dfe8d(0x552)](_0x457d20['toDisposable'](()=>_0x3a7d08['complete']()));const _0x411a56=new _0x44a02e[(_0x5dfe8d(0x481))]();_0x2b89a7[_0x5dfe8d(0x552)](_0x44a5b1[_0x5dfe8d(0x379)][_0x5dfe8d(0x479)](_0x7a0972=>{const _0x39635f=_0x5dfe8d,_0x270694=_0x4f68f8(_0x7a0972);_0x411a56[_0x39635f(0x4d3)](_0x270694);})),_0x2b89a7['add'](_0x457d20[_0x5dfe8d(0x41d)](()=>_0x411a56[_0x5dfe8d(0x2ea)]()));let _0x324bed;const _0x25cc24=()=>{const _0x3aee48=_0x5dfe8d;_0x3a7d08[_0x3aee48(0x4d3)](new Event(_0x3aee48(0x401))),_0x2f8e88['next'](new CloseEvent('connection\x20error')),_0x324bed[_0x3aee48(0x245)]();};return _0x324bed={'memberID':'','close$':_0x2f8e88['asObservable'](),'error$':_0x3a7d08[_0x5dfe8d(0x242)](),'open$':_0x44a5b1[_0x5dfe8d(0x547)],'message$':_0x411a56['asObservable'](),'send':_0x24e4e3=>{const _0x450edc=_0x5dfe8d;if(_0x24e4e3[_0x450edc(0x588)]===_0x4b97d5[_0x450edc(0x56b)]){if(_0x24e4e3[_0x450edc(0x24e)][_0x450edc(0x5a6)]===_0x4d26ac[_0x450edc(0x2c2)][_0x450edc(0x13b)]){this[_0x450edc(0x290)](_0x324bed,_0x24e4e3['data'])[_0x450edc(0x3f6)](_0x816022=>{const _0x3ed928=_0x450edc;this[_0x3ed928(0x514)][_0x3ed928(0x519)](_0x816022),_0x25cc24();});return;}if(_0x24e4e3[_0x450edc(0x24e)][_0x450edc(0x5a6)]===_0x4d26ac[_0x450edc(0x2c2)][_0x450edc(0x12a)]){const _0x5a8836=_0x24e4e3['data'];this[_0x450edc(0x27b)](_0x5a8836)[_0x450edc(0x1c0)](_0x156291=>{const _0x59dfa7=_0x450edc;_0x411a56[_0x59dfa7(0x4d3)]({'cmd':_0x4b97d5[_0x59dfa7(0x336)],'code':_0x2abce2['OK'],'routeKey':_0x5a8836[_0x59dfa7(0x24e)][_0x59dfa7(0x563)],'routeType':'','data':{'eventID':_0x4d26ac[_0x59dfa7(0x2c2)][_0x59dfa7(0x25e)],'data':{'changesets':_0x156291}}});})[_0x450edc(0x3f6)](_0x1de7bc=>{const _0x3439b8=_0x450edc;this[_0x3439b8(0x514)][_0x3439b8(0x519)](_0x1de7bc),_0x25cc24();});return;}}_0x44a5b1[_0x450edc(0x434)](_0xfbb49e(_0x24e4e3));},'close':()=>{const _0x495557=_0x5dfe8d;_0x44a5b1[_0x495557(0x245)](),_0x2b89a7[_0x495557(0x37a)]();}},_0x324bed;}async[_0x357007(0x290)](_0x350f51,_0x1c6e52){const _0x5d7d60=_0x357007;var _0x872f5b,_0xa3049c;const {unitType:_0x4f86dd,unitID:_0x1ca3c9,changeset:_0x14644b}=_0x1c6e52[_0x5d7d60(0x24e)],_0x529ab5={'unitID':_0x1ca3c9,'memberID':_0x350f51['memberID'],'type':_0x4f86dd,'changeset':_0x4d26ac[_0x5d7d60(0x184)](_0x14644b)},_0x4fb2ce=this[_0x5d7d60(0x331)][_0x5d7d60(0x4d5)](_0x1d9233),_0x224511=this[_0x5d7d60(0x331)][_0x5d7d60(0x4d5)](_0x11df2a),_0x814d31=_0x52291d((_0xa3049c=(_0x872f5b=_0x224511==null?void 0x0:_0x224511[_0x5d7d60(0x2a3)])!=null?_0x872f5b:_0x4fb2ce)!=null?_0xa3049c:_0x1cf9dc,_0x4f86dd,_0x1ca3c9);try{await this['_http']['post'](_0x814d31,{'body':_0x529ab5});}catch(_0x22a7da){throw this[_0x5d7d60(0x514)][_0x5d7d60(0x519)](_0x5d7d60(0x341),_0x5d7d60(0x4b9)),_0x22a7da;}}async['_fetchMissChangesets'](_0x4f3fb5){const _0x494398=_0x357007,{unitID:_0x133811,from:_0x4a7e44,to:_0x155068,unitType:_0x37c386}=_0x4f3fb5[_0x494398(0x24e)];return(await this[_0x494398(0x37b)][_0x494398(0x377)]({'metadata':void 0x0},{'unitID':_0x133811,'type':_0x37c386,'from':_0x4a7e44,'to':_0x155068}))[_0x494398(0x1a5)];}},_0x325eac[_0x357007(0x247)]=_0x1ea2a1([_0x11513a(0x0,_0x457d20[_0x357007(0x2c4)](_0x4737a0['HTTPService'])),_0x11513a(0x1,_0x457d20['Inject'](_0x4737a0[_0x357007(0x114)])),_0x11513a(0x2,_0x457d20[_0x357007(0x3cc)]),_0x11513a(0x3,_0x457d20[_0x357007(0x54e)]),_0x11513a(0x4,_0x4d26ac['ISnapshotServerService'])],_0x325eac[_0x357007(0x247)]);const _0x5deb07=_0x357007(0x10f);function _0x51c318(_0x366d9e){const _0xd116b2=_0x357007;return JSON[_0xd116b2(0x219)](_0x366d9e)[_0xd116b2(0x1b0)];}class _0x2f817a{constructor(){const _0x32eb8d=_0x357007;_0x184856(this,_0x32eb8d(0x278),new _0x44a02e[(_0x32eb8d(0x481))]()),_0x184856(this,'commentUpdate$',this[_0x32eb8d(0x278)][_0x32eb8d(0x242)]());}[_0x357007(0x202)](_0x4ce9d5){const _0x274206=_0x357007;this[_0x274206(0x278)][_0x274206(0x4d3)](_0x4ce9d5);}}var _0xefe13c=Object['defineProperty'],_0x224ece=Object[_0x357007(0x41b)],_0x45f2ba=(_0x1cd339,_0x436f22,_0x4d3f8c,_0x307982)=>{const _0x4facb7=_0x357007;for(var _0x4b3cf1=_0x307982>0x1?void 0x0:_0x307982?_0x224ece(_0x436f22,_0x4d3f8c):_0x436f22,_0x27c07b=_0x1cd339[_0x4facb7(0x1b0)]-0x1,_0x1d3bea;_0x27c07b>=0x0;_0x27c07b--)(_0x1d3bea=_0x1cd339[_0x27c07b])&&(_0x4b3cf1=(_0x307982?_0x1d3bea(_0x436f22,_0x4d3f8c,_0x4b3cf1):_0x1d3bea(_0x4b3cf1))||_0x4b3cf1);return _0x307982&&_0x4b3cf1&&_0xefe13c(_0x436f22,_0x4d3f8c,_0x4b3cf1),_0x4b3cf1;},_0x452715=(_0x91bd12,_0x5b146a)=>(_0x4908d0,_0x25837a)=>_0x5b146a(_0x4908d0,_0x25837a,_0x91bd12);_0x325eac[_0x357007(0x2fa)]=class extends _0x457d20[_0x357007(0x348)]{constructor(_0x138a21,_0x3ed425){const _0x3ce7f2=_0x357007;super(),_0x184856(this,_0x3ce7f2(0x1ae),new Map()),(this[_0x3ce7f2(0x140)]=_0x138a21,this[_0x3ce7f2(0x142)]=_0x3ed425,this[_0x3ce7f2(0x189)](_0x457d20[_0x3ce7f2(0x41d)](_0x44a02e[_0x3ce7f2(0x31f)](this['_univerInstanceService'][_0x3ce7f2(0x416)](_0x457d20['UniverInstanceType'][_0x3ce7f2(0x3b5)])[_0x3ce7f2(0x3f8)](_0x4c8197['map'](_0x6839d=>_0x6839d[_0x3ce7f2(0x4a5)]())),this[_0x3ce7f2(0x140)][_0x3ce7f2(0x416)](_0x457d20[_0x3ce7f2(0x3f0)]['UNIVER_DOC'])[_0x3ce7f2(0x3f8)](_0x4c8197[_0x3ce7f2(0x595)](_0x493255=>_0x493255[_0x3ce7f2(0x4a5)]())),this[_0x3ce7f2(0x140)][_0x3ce7f2(0x416)](_0x457d20['UniverInstanceType'][_0x3ce7f2(0x4a9)])['pipe'](_0x4c8197[_0x3ce7f2(0x595)](_0x4ec605=>_0x4ec605[_0x3ce7f2(0x4a5)]())))[_0x3ce7f2(0x479)](_0x1b0250=>this[_0x3ce7f2(0x1e3)](_0x1b0250)))));}[_0x357007(0x34d)](_0x3cb018){const _0x191eff=_0x357007;this[_0x191eff(0x142)][_0x191eff(0x34d)](_0x3cb018);}[_0x357007(0x505)](){const _0x552cf7=_0x357007;return this[_0x552cf7(0x142)][_0x552cf7(0x505)]();}[_0x357007(0x522)](_0x376b3f,_0x1a927b){const _0x335306=_0x357007;let _0x3cbe14=this['_roomMembers'][_0x335306(0x1b5)](_0x376b3f);_0x3cbe14||(_0x3cbe14=new _0x2e1f1a(),this[_0x335306(0x1ae)][_0x335306(0x40f)](_0x376b3f,_0x3cbe14)),_0x3cbe14['updateMember'](_0x1a927b);}['removeMember'](_0x1ba0a9,_0x1fc86d){const _0x16a61c=_0x357007,_0x1a4893=this[_0x16a61c(0x1ae)][_0x16a61c(0x1b5)](_0x1ba0a9);_0x1a4893&&_0x1a4893[_0x16a61c(0x275)](_0x1fc86d);}[_0x357007(0x2b4)](_0x2f8f49){const _0x4324c8=_0x357007;return this[_0x4324c8(0x1ae)][_0x4324c8(0x1b5)](_0x2f8f49);}[_0x357007(0x1c1)](_0x299f23,_0x18c952){const _0x4793a0=_0x357007,_0x5f1c74=this[_0x4793a0(0x1ae)][_0x4793a0(0x1b5)](_0x299f23);if(_0x5f1c74)return _0x5f1c74['getMember'](_0x18c952);}[_0x357007(0x1e3)](_0x3dded1){const _0x1c2b98=_0x357007,_0x5e9538=this[_0x1c2b98(0x1ae)]['get'](_0x3dded1);_0x5e9538&&(_0x5e9538[_0x1c2b98(0x37a)](),this[_0x1c2b98(0x1ae)][_0x1c2b98(0x378)](_0x3dded1));}['dispose'](){const _0x219282=_0x357007;this['_roomMembers'][_0x219282(0x274)](_0x181ff8=>_0x181ff8[_0x219282(0x37a)]()),this[_0x219282(0x1ae)][_0x219282(0x3fb)]();}},_0x325eac[_0x357007(0x2fa)]=_0x45f2ba([_0x452715(0x0,_0x457d20[_0x357007(0x35e)]),_0x452715(0x1,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x33e)]))],_0x325eac[_0x357007(0x2fa)]);class _0x2e1f1a extends _0x457d20[_0x357007(0x348)]{constructor(){const _0x3a3c87=_0x357007;super(...arguments),_0x184856(this,_0x3a3c87(0x4f1),new Map());}[_0x357007(0x37a)](){const _0x223aa7=_0x357007;this[_0x223aa7(0x4f1)][_0x223aa7(0x3fb)]();}['updateMember'](_0x2b90bf){const _0xaf50eb=_0x357007;this['_members'][_0xaf50eb(0x40f)](_0x2b90bf[_0xaf50eb(0x55e)],_0x2b90bf);}['removeMember'](_0xcb878d){const _0xce2b60=_0x357007;this[_0xce2b60(0x4f1)]['delete'](_0xcb878d);}['getMember'](_0x227d39){const _0x2d506b=_0x357007;return this['_members'][_0x2d506b(0x1b5)](_0x227d39);}[_0x357007(0x1d2)](){const _0x392650=_0x357007;return Array[_0x392650(0x46a)](this[_0x392650(0x4f1)][_0x392650(0x1ed)]());}}var _0x4da265=Object[_0x357007(0x376)],_0x2375be=Object[_0x357007(0x41b)],_0x57d1ae=(_0x516ddb,_0x59bcb7,_0x276f1a,_0x5e7089)=>{for(var _0x4ac839=_0x5e7089>0x1?void 0x0:_0x5e7089?_0x2375be(_0x59bcb7,_0x276f1a):_0x59bcb7,_0x46dad3=_0x516ddb['length']-0x1,_0x51afbf;_0x46dad3>=0x0;_0x46dad3--)(_0x51afbf=_0x516ddb[_0x46dad3])&&(_0x4ac839=(_0x5e7089?_0x51afbf(_0x59bcb7,_0x276f1a,_0x4ac839):_0x51afbf(_0x4ac839))||_0x4ac839);return _0x5e7089&&_0x4ac839&&_0x4da265(_0x59bcb7,_0x276f1a,_0x4ac839),_0x4ac839;},_0x1e8364=(_0x10a785,_0x7ed68b)=>(_0x2ab91f,_0x37430f)=>_0x7ed68b(_0x2ab91f,_0x37430f,_0x10a785),_0x4b3a9d=(_0x4c2989=>(_0x4c2989[_0x4c2989['IDLE']=0x0]=_0x357007(0x306),_0x4c2989[_0x4c2989[_0x357007(0x107)]=0x1]=_0x357007(0x107),_0x4c2989[_0x4c2989[_0x357007(0x31a)]=0x2]='OFFLINE',_0x4c2989[_0x4c2989[_0x357007(0x447)]=0x3]='ONLINE',_0x4c2989))(_0x4b3a9d||{});_0x325eac['CollaborationSession']=class extends _0x457d20['RxDisposable']{constructor(_0x374a16,_0x4fe40a,_0x250271,_0x1c5728,_0x23dbdc,_0x4f9846,_0x27d46c,_0x426344,_0x4ae2e4,_0x514ec8){const _0xa57bd6=_0x357007;super(),_0x184856(this,_0xa57bd6(0x200),new _0x44a02e[(_0xa57bd6(0x387))](0x0)),_0x184856(this,'sessionStatus$',this[_0xa57bd6(0x200)]['asObservable']()),_0x184856(this,_0xa57bd6(0x121),new _0x44a02e[(_0xa57bd6(0x481))]()),_0x184856(this,_0xa57bd6(0x2f9),this[_0xa57bd6(0x121)]['asObservable']()),_0x184856(this,_0xa57bd6(0x494)),_0x184856(this,'_socketMessageSubscription'),_0x184856(this,_0xa57bd6(0x1ca)),_0x184856(this,_0xa57bd6(0x2f4),!0x1),_0x184856(this,'_telemetryInfo',null),(this[_0xa57bd6(0x130)]=_0x374a16,this['_logService']=_0x250271,this['_beforeCloseService']=_0x1c5728,this[_0xa57bd6(0x285)]=_0x23dbdc,this[_0xa57bd6(0x331)]=_0x4f9846,this[_0xa57bd6(0x22c)]=_0x27d46c,this[_0xa57bd6(0x3e1)]=_0x426344,this[_0xa57bd6(0x4e6)]=_0x4ae2e4,this['_telemetryService']=_0x514ec8,this['_shouldReportTelemetry']=!!this['_telemetryService'],_0x4fe40a['pipe'](_0x44a02e[_0xa57bd6(0x138)](this['dispose$']))[_0xa57bd6(0x479)](_0x4fce5d=>{const _0x2e6883=_0xa57bd6;var _0xb33a9;typeof _0x4fce5d>'u'||(this[_0x2e6883(0x494)]=_0x4fce5d,_0x4fce5d?(this[_0x2e6883(0x20b)](_0x4fce5d),this['_socketMessageSubscription']=_0x4fce5d['message$'][_0x2e6883(0x479)](_0x4a0df3=>{const _0x3998d5=_0x2e6883;_0x4a0df3[_0x3998d5(0x18e)]===this[_0x3998d5(0x130)]&&this[_0x3998d5(0x17c)](_0x4a0df3);})):(this['_throwTelemetryCollaborationNewChangeset'](),this[_0x2e6883(0x200)]['next'](0x2),(_0xb33a9=this['_socketMessageSubscription'])==null||_0xb33a9[_0x2e6883(0x436)](),this[_0x2e6883(0x119)]=null));}),this['disposeWithMe'](this['_beforeCloseService']['registerOnClose'](()=>{const _0x27311b=_0xa57bd6;var _0x338285;(_0x338285=this[_0x27311b(0x494)])==null||_0x338285[_0x27311b(0x434)]({'cmd':_0x4b97d5[_0x27311b(0x292)],'data':{'roomID':this[_0x27311b(0x130)]}});})));}get[_0x357007(0x473)](){const _0x1a41bc=_0x357007;return this[_0x1a41bc(0x200)][_0x1a41bc(0x511)]();}[_0x357007(0x14f)](){const _0x1242c4=_0x357007;var _0x380020,_0x1a5da7;return(_0x1a5da7=(_0x380020=this[_0x1242c4(0x494)])==null?void 0x0:_0x380020[_0x1242c4(0x55e)])!=null?_0x1a5da7:null;}[_0x357007(0x37a)](){const _0x9ad16c=_0x357007;super[_0x9ad16c(0x37a)](),this[_0x9ad16c(0x43e)][_0x9ad16c(0x4d3)](),this[_0x9ad16c(0x43e)]['complete']();}[_0x357007(0x245)](){const _0x443e71=_0x357007;var _0x4a48fa,_0x2cd0d5;this['_throwTelemetryCollaborationNewChangeset'](),(_0x4a48fa=this[_0x443e71(0x494)])==null||_0x4a48fa[_0x443e71(0x434)]({'cmd':_0x4b97d5[_0x443e71(0x292)],'data':{'roomID':this['_unitID']}}),(_0x2cd0d5=this[_0x443e71(0x494)])==null||_0x2cd0d5[_0x443e71(0x245)](),this[_0x443e71(0x121)][_0x443e71(0x2ea)](),this['_sessionStatus$']['complete'](),this[_0x443e71(0x37a)]();}[_0x357007(0x17c)](_0x22cf9e){const _0x1cac48=_0x357007;_0x22cf9e[_0x1cac48(0x588)]===_0x4b97d5[_0x1cac48(0x48c)]?this[_0x1cac48(0x386)](_0x22cf9e):_0x22cf9e['cmd']===_0x4b97d5['RECV']&&this[_0x1cac48(0x5a7)](_0x22cf9e);}['_joinRoom'](_0x1c42dd){const _0x38b631=_0x357007;this[_0x38b631(0x200)][_0x38b631(0x4d3)](0x1),_0x1c42dd['send']({'cmd':_0x4b97d5[_0x38b631(0x48c)],'routeKey':this[_0x38b631(0x130)],'routeType':'','data':{'rooms':[{'roomID':this[_0x38b631(0x130)]}]}});}[_0x357007(0x386)](_0x49a9f9){const _0x5013dc=_0x357007;var _0x1c7287;if(_0x49a9f9[_0x5013dc(0x352)]===_0x2abce2[_0x5013dc(0x449)]){this[_0x5013dc(0x285)]['show']({'type':_0x151ca4['MessageType'][_0x5013dc(0x5ab)],'content':this[_0x5013dc(0x22c)]['t'](_0x5013dc(0x3bc))}),this[_0x5013dc(0x200)][_0x5013dc(0x4d3)](0x2);return;}this[_0x5013dc(0x200)]['next'](0x3);const _0x3addc3=(_0x1c7287=_0x49a9f9[_0x5013dc(0x24e)][_0x5013dc(0x2b1)][this[_0x5013dc(0x130)]])==null?void 0x0:_0x1c7287[_0x5013dc(0x148)];_0x3addc3&&_0x3addc3[_0x5013dc(0x274)](_0x2914c6=>this[_0x5013dc(0x3e1)][_0x5013dc(0x522)](this['_unitID'],_0x2914c6));}[_0x357007(0x5a7)](_0x408139){const _0x22cc8a=_0x357007;try{const _0x2c3785=_0x408139[_0x22cc8a(0x24e)];switch(_0x2c3785[_0x22cc8a(0x5a6)]){case _0x4d26ac[_0x22cc8a(0x2c2)][_0x22cc8a(0x2fd)]:this['_onUserJoin'](_0x2c3785),this['_event$'][_0x22cc8a(0x4d3)](_0x2c3785);break;case _0x4d26ac[_0x22cc8a(0x2c2)][_0x22cc8a(0x1d1)]:this[_0x22cc8a(0x38c)](_0x2c3785),this['_event$'][_0x22cc8a(0x4d3)](_0x2c3785);break;case _0x4d26ac[_0x22cc8a(0x2c2)][_0x22cc8a(0x1dd)]:case _0x4d26ac[_0x22cc8a(0x2c2)]['CHANGESET_SHOULD_RETRY']:this[_0x22cc8a(0x1a7)](),this[_0x22cc8a(0x57a)](),this[_0x22cc8a(0x121)]['next'](_0x2c3785);break;case _0x4d26ac['CollaborationEvent']['MSG_FOR_ERROR']:this[_0x22cc8a(0x514)][_0x22cc8a(0x519)](_0x22cc8a(0x305)+JSON[_0x22cc8a(0x219)](_0x2c3785)),this['_event$'][_0x22cc8a(0x4d3)](_0x2c3785);break;case _0x4d26ac[_0x22cc8a(0x2c2)][_0x22cc8a(0x523)]:this[_0x22cc8a(0x4e6)]['onCommentUpdate'](_0x2c3785['data']),this[_0x22cc8a(0x121)]['next'](_0x2c3785);break;default:this[_0x22cc8a(0x121)][_0x22cc8a(0x4d3)](_0x2c3785);}}catch(_0x256c93){this[_0x22cc8a(0x514)][_0x22cc8a(0x519)](_0x256c93,_0x408139);}}[_0x357007(0x5a5)](_0x2bea13){const _0x22007b=_0x357007;this['_memberService'][_0x22007b(0x522)](this[_0x22007b(0x130)],_0x2bea13['data']);}[_0x357007(0x38c)](_0x3a1c32){const _0x10c2ff=_0x357007;this['_memberService'][_0x10c2ff(0x275)](this[_0x10c2ff(0x130)],_0x3a1c32[_0x10c2ff(0x24e)][_0x10c2ff(0x55e)]);}async[_0x357007(0x434)](_0x1ac7db,_0x571bdc){const _0x1be01a=_0x357007;if(this['sessionStatus']!==0x3||!this[_0x1be01a(0x494)])throw new Error('[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!');try{_0x1ac7db[_0x1be01a(0x5a6)]===_0x4d26ac['CollaborationEvent'][_0x1be01a(0x13b)]&&(this[_0x1be01a(0x21d)](),this[_0x1be01a(0x166)](_0x1ac7db)),this[_0x1be01a(0x494)][_0x1be01a(0x434)]({'cmd':_0x4b97d5['INGEST'],'routeKey':_0x571bdc,'routeType':'','data':_0x1ac7db});}catch(_0x1776f6){this[_0x1be01a(0x514)][_0x1be01a(0x519)](_0x1776f6);}}[_0x357007(0x21d)](){const _0x32a7ce=_0x357007;var _0x258924;this[_0x32a7ce(0x1ca)]=window[_0x32a7ce(0x1c5)](()=>{const _0x4f8070=_0x32a7ce;this[_0x4f8070(0x1ca)]=null,this[_0x4f8070(0x285)][_0x4f8070(0x3a5)]({'type':_0x151ca4['MessageType'][_0x4f8070(0x455)],'content':this[_0x4f8070(0x22c)]['t'](_0x4f8070(0x4ee))});},(_0x258924=this['_configService'][_0x32a7ce(0x4d5)](_0x4f64ac))!=null?_0x258924:0x4e20);}[_0x357007(0x57a)](){const _0x59d19c=_0x357007;this[_0x59d19c(0x1ca)]&&(clearTimeout(this[_0x59d19c(0x1ca)]),this[_0x59d19c(0x1ca)]=null);}[_0x357007(0x166)](_0x108ffe){const _0x10bc8f=_0x357007;if(!this['_shouldReportTelemetry'])return;const {data:_0x2bf96e}=_0x108ffe,{unitID:_0x7d9a64,changeset:_0x2227ce}=_0x2bf96e,{mutations:_0x428c4b,type:_0x33d400}=_0x2227ce;this[_0x10bc8f(0x2c1)]={'unitId':_0x7d9a64,'type':_0x33d400,'startTime':performance[_0x10bc8f(0x1ea)](),'stopTime':0x0,'duration':0x0,'size':_0x51c318(_0x428c4b)};}['_stopTelemetryCollaborationNewChangeset'](){const _0x184098=_0x357007;if(this[_0x184098(0x2f4)]){if(!this['_telemetryInfo']){this[_0x184098(0x514)]['error']('[CollaborationSession]','telemetry\x20info\x20is\x20not\x20initialized');return;}this[_0x184098(0x2c1)][_0x184098(0x342)]=performance[_0x184098(0x1ea)](),this['_telemetryInfo']['duration']=this[_0x184098(0x2c1)][_0x184098(0x342)]-this[_0x184098(0x2c1)][_0x184098(0x301)],this[_0x184098(0x28b)][_0x184098(0x4ab)](_0x5deb07,this[_0x184098(0x2c1)]),this[_0x184098(0x2c1)]=null;}}['_throwTelemetryCollaborationNewChangeset'](){const _0x2e31ef=_0x357007;this[_0x2e31ef(0x2c1)]=null;}},_0x325eac[_0x357007(0xe2)]=_0x57d1ae([_0x1e8364(0x2,_0x457d20[_0x357007(0x54e)]),_0x1e8364(0x3,_0x2b45ba[_0x357007(0x1de)]),_0x1e8364(0x4,_0x2b45ba[_0x357007(0x3ba)]),_0x1e8364(0x5,_0x457d20['IConfigService']),_0x1e8364(0x6,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x128)])),_0x1e8364(0x7,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x2fa)])),_0x1e8364(0x8,_0x457d20[_0x357007(0x2c4)](_0x2f817a)),_0x1e8364(0x9,_0x457d20[_0x357007(0xe8)](_0x1d7f47[_0x357007(0x276)]))],_0x325eac['CollaborationSession']);var _0x3ea5fa=Object[_0x357007(0x376)],_0x4c51a0=Object[_0x357007(0x41b)],_0x9919aa=(_0x54fcf8,_0x164d44,_0x3f81a0,_0x198ad7)=>{for(var _0x4eafd6=_0x198ad7>0x1?void 0x0:_0x198ad7?_0x4c51a0(_0x164d44,_0x3f81a0):_0x164d44,_0x2b190d=_0x54fcf8['length']-0x1,_0x4bef50;_0x2b190d>=0x0;_0x2b190d--)(_0x4bef50=_0x54fcf8[_0x2b190d])&&(_0x4eafd6=(_0x198ad7?_0x4bef50(_0x164d44,_0x3f81a0,_0x4eafd6):_0x4bef50(_0x4eafd6))||_0x4eafd6);return _0x198ad7&&_0x4eafd6&&_0x3ea5fa(_0x164d44,_0x3f81a0,_0x4eafd6),_0x4eafd6;},_0x1bb855=(_0x59216c,_0x49404b)=>(_0x3ffdad,_0x4934c5)=>_0x49404b(_0x3ffdad,_0x4934c5,_0x59216c);_0x325eac[_0x357007(0x30b)]=class extends _0x457d20[_0x357007(0x348)]{constructor(_0x1002fe,_0x404c67,_0x1427a4,_0x463e48,_0x299582,_0x12acf8){const _0x207af9=_0x357007;super(),_0x184856(this,_0x207af9(0x597),new _0x44a02e[(_0x207af9(0x387))](void 0x0)),_0x184856(this,_0x207af9(0x18c),this[_0x207af9(0x597)][_0x207af9(0x242)]()),_0x184856(this,_0x207af9(0x27c),null),_0x184856(this,'_sessions',new Map()),_0x184856(this,_0x207af9(0x103),new _0x44a02e[(_0x207af9(0x387))](_0x4b3a9d[_0x207af9(0x306)])),_0x184856(this,_0x207af9(0x1ec),this['_status$'][_0x207af9(0x242)]()),_0x184856(this,_0x207af9(0x157),!0x1),_0x184856(this,_0x207af9(0x392)),_0x184856(this,_0x207af9(0x4de),0x0),_0x184856(this,_0x207af9(0x26e)),_0x184856(this,'_timeoutTimer'),(this[_0x207af9(0x593)]=_0x1002fe,this[_0x207af9(0x22c)]=_0x404c67,this[_0x207af9(0x285)]=_0x1427a4,this['_logService']=_0x463e48,this[_0x207af9(0x331)]=_0x299582,this['_socketService']=_0x12acf8,this[_0x207af9(0x3ee)]());}get['_socket'](){const _0x3dbcf2=_0x357007;return this[_0x3dbcf2(0x597)][_0x3dbcf2(0x511)]();}[_0x357007(0x3ee)](){const _0x4d50de=_0x357007;this[_0x4d50de(0x4c3)](),this['_listenToOnlineEvent']();}['dispose'](){const _0x33b0dc=_0x357007;super[_0x33b0dc(0x37a)](),this[_0x33b0dc(0x16c)]['forEach'](_0x1cbbc5=>_0x1cbbc5[_0x33b0dc(0x37a)]()),this[_0x33b0dc(0x16c)][_0x33b0dc(0x3fb)](),this['_status$'][_0x33b0dc(0x2ea)]();}async[_0x357007(0x538)](_0x49eb36){const _0x215245=_0x357007;if(this['_sessions'][_0x215245(0xf8)](_0x49eb36))return this[_0x215245(0x16c)][_0x215245(0x1b5)](_0x49eb36);this['_tryEnsureSocket']();const _0x4b1df4=this[_0x215245(0x593)][_0x215245(0xfd)](_0x325eac[_0x215245(0xe2)],_0x49eb36,this['_socket$'][_0x215245(0x242)]());return this[_0x215245(0x16c)][_0x215245(0x40f)](_0x49eb36,_0x4b1df4),_0x4b1df4;}['closeSession'](_0x5eb0f3){const _0x149ea3=_0x357007;var _0x23c540;const _0x222d6a=this[_0x149ea3(0x16c)]['get'](_0x5eb0f3);_0x222d6a&&(this[_0x149ea3(0x16c)][_0x149ea3(0x378)](_0x5eb0f3),_0x222d6a[_0x149ea3(0x245)]()),this['_sessions'][_0x149ea3(0x485)]||(_0x23c540=this['_socket'])==null||_0x23c540[_0x149ea3(0x245)]();}[_0x357007(0x319)](){const _0x1d08f6=_0x357007;this[_0x1d08f6(0x4de)]=0x0,this[_0x1d08f6(0x392)]!=null&&(clearTimeout(this[_0x1d08f6(0x392)]),this[_0x1d08f6(0x392)]=null),this[_0x1d08f6(0x24b)]();}[_0x357007(0x4fc)](){const _0x25f10f=_0x357007;var _0x8a74ba,_0x5d99a4;const _0x2a2042=this[_0x25f10f(0x331)][_0x25f10f(0x4d5)](_0x446764),_0x46e759=this[_0x25f10f(0x331)][_0x25f10f(0x4d5)](_0x11df2a),_0x2b9f21=(_0x5d99a4=(_0x8a74ba=_0x46e759==null?void 0x0:_0x46e759[_0x25f10f(0x48a)])!=null?_0x8a74ba:_0x2a2042)!=null?_0x5d99a4:_0x47820e,_0x3cfbd2=this['_socketService'][_0x25f10f(0x3ea)](_0x2b9f21);return this['_candidateSocket']=_0x3cfbd2,_0x3cfbd2;}['_tryEnsureSocket'](){const _0x162170=_0x357007;var _0x3086c1,_0x3f9e5c;try{const _0x4737fc=(_0x3f9e5c=(_0x3086c1=this[_0x162170(0x494)])!=null?_0x3086c1:this[_0x162170(0x27c)])!=null?_0x3f9e5c:this[_0x162170(0x4fc)]();if(_0x4737fc){const _0x1c3cf9=_0x4737fc[_0x162170(0x434)];_0x4737fc[_0x162170(0x434)]=_0x494f49=>(this[_0x162170(0x572)](),_0x1c3cf9['apply'](_0x4737fc,[_0x494f49])),_0x4737fc[_0x162170(0x379)][_0x162170(0x479)](_0x17a3ab=>this[_0x162170(0x182)](_0x4737fc,_0x17a3ab)),_0x4737fc[_0x162170(0x58c)][_0x162170(0x3f8)](_0x4c8197[_0x162170(0x370)](0x1))[_0x162170(0x479)](_0x511fa6=>this['_logService'][_0x162170(0x519)](_0x162170(0x35b),_0x511fa6)),_0x4737fc['open$'][_0x162170(0x3f8)](_0x4c8197[_0x162170(0x370)](0x1))[_0x162170(0x479)](()=>{const _0x4dabf5=_0x162170;this[_0x4dabf5(0x367)](_0x4737fc);}),_0x4737fc[_0x162170(0x36a)][_0x162170(0x3f8)](_0x4c8197[_0x162170(0x370)](0x1))['subscribe'](_0x5811bc=>{const _0x705485=_0x162170;this[_0x705485(0x514)][_0x705485(0x17b)](_0x705485(0x52f),_0x705485(0x531),_0x5811bc),this[_0x705485(0x35a)]();});}}catch(_0x36e232){this[_0x162170(0x514)][_0x162170(0x519)](_0x36e232),this[_0x162170(0x35a)]();}}[_0x357007(0x367)](_0x314a28){const _0x46cfa1=_0x357007;this[_0x46cfa1(0x514)][_0x46cfa1(0x17b)]('[CollaborationSessionService]','socket\x20open.'),_0x314a28['send']({'cmd':_0x4b97d5[_0x46cfa1(0x2c6)]}),this[_0x46cfa1(0x572)]();}[_0x357007(0x4c3)](){const _0x5e969a=_0x357007;window[_0x5e969a(0xf3)]('offline',()=>this[_0x5e969a(0x560)]());}['_onOffline'](){const _0x3b3666=_0x357007;this[_0x3b3666(0x157)]=!0x1,this[_0x3b3666(0x27c)]=null,this[_0x3b3666(0x103)][_0x3b3666(0x4d3)](_0x4b3a9d[_0x3b3666(0x31a)]),this[_0x3b3666(0x597)][_0x3b3666(0x4d3)](null),this[_0x3b3666(0x2d5)](),this[_0x3b3666(0x549)]();}[_0x357007(0x35a)](){const _0x43966a=_0x357007;var _0xb4f0a3;this[_0x43966a(0x560)](),this[_0x43966a(0x4de)]<((_0xb4f0a3=this[_0x43966a(0x331)][_0x43966a(0x4d5)](_0x577f9c))!=null?_0xb4f0a3:0x3)?(this[_0x43966a(0x285)][_0x43966a(0x3a5)]({'key':'collaboration-session-retry','type':_0x151ca4[_0x43966a(0x21f)][_0x43966a(0x5ab)],'content':this['_localeService']['t'](_0x43966a(0x2dc))}),this[_0x43966a(0x24b)]()):this[_0x43966a(0x285)][_0x43966a(0x3a5)]({'key':_0x43966a(0x43b),'type':_0x151ca4[_0x43966a(0x21f)]['Error'],'content':this[_0x43966a(0x22c)]['t'](_0x43966a(0x402))});}[_0x357007(0x2d7)](){const _0x29b5d9=_0x357007,_0x3551a6=()=>{const _0x45f34e=_0xbbea;this[_0x45f34e(0x494)]||this['reconnect']();},_0x2074b1=()=>{const _0x3fc9a3=_0xbbea;this[_0x3fc9a3(0x494)]||document['visibilityState']===_0x3fc9a3(0x59d)||this[_0x3fc9a3(0x319)]();};window[_0x29b5d9(0xf3)](_0x29b5d9(0x491),_0x3551a6),document['addEventListener']('visibilitychange',_0x2074b1);}[_0x357007(0x24b)](){const _0x1f5b00=_0x357007;var _0x1329e6;const _0x4a7aae=this[_0x1f5b00(0x4de)],_0x487aa7=this[_0x1f5b00(0x331)][_0x1f5b00(0x4d5)](_0x11df2a),_0x1ba59c=_0x4a7aae===0x0?0x0:((_0x1329e6=_0x487aa7==null?void 0x0:_0x487aa7[_0x1f5b00(0x500)])!=null?_0x1329e6:0x4e20)*0x2**_0x4a7aae;this[_0x1f5b00(0x392)]=window['setTimeout'](()=>{const _0x5d468c=_0x1f5b00;clearTimeout(this[_0x5d468c(0x392)]),this['_retryConnectingTimer']=null,this[_0x5d468c(0x52e)]();},_0x1ba59c),this[_0x1f5b00(0x4de)]+=0x1;}['_onMessage'](_0x3d1f21,_0x3d7f1f){const _0x493842=_0x357007,{cmd:_0x32339e}=_0x3d7f1f;_0x32339e===_0x4b97d5[_0x493842(0x2c6)]&&!this[_0x493842(0x157)]&&(_0x3d1f21[_0x493842(0x55e)]=_0x3d7f1f[_0x493842(0x24e)]['memberID'],this[_0x493842(0x597)][_0x493842(0x4d3)](_0x3d1f21),this[_0x493842(0x103)][_0x493842(0x4d3)](_0x4b3a9d[_0x493842(0x447)]),this[_0x493842(0x157)]=!0x0,this['_candidateSocket']=null),_0x32339e===_0x4b97d5[_0x493842(0x48b)]&&this[_0x493842(0x2d5)](),this['_rescheduleHeartbeat']();}[_0x357007(0x572)](){const _0x3541e5=_0x357007;var _0x29ff92;this[_0x3541e5(0x549)](),this['_sendHeartbeatTimer']=window[_0x3541e5(0x1c5)](()=>this[_0x3541e5(0x1a6)](),(_0x29ff92=this['_configService']['getConfig'](_0x21f50d))!=null?_0x29ff92:0x7530);}[_0x357007(0x1a6)](){const _0x12c8db=_0x357007;this[_0x12c8db(0x494)][_0x12c8db(0x434)]({'cmd':_0x4b97d5[_0x12c8db(0x48b)]}),this['_waitForHeartbeatResponse']();}[_0x357007(0x4c2)](){const _0x4ee488=_0x357007;var _0x3b79fd;this['_timeoutTimer']=window[_0x4ee488(0x1c5)](()=>this[_0x4ee488(0x35a)](),(_0x3b79fd=this['_configService'][_0x4ee488(0x4d5)](_0x4f64ac))!=null?_0x3b79fd:0x4e20);}[_0x357007(0x549)](){const _0x233894=_0x357007;this[_0x233894(0x26e)]!=null&&(clearTimeout(this[_0x233894(0x26e)]),this[_0x233894(0x26e)]=null);}[_0x357007(0x2d5)](){const _0x168f81=_0x357007;this[_0x168f81(0x3cb)]!=null&&(clearTimeout(this[_0x168f81(0x3cb)]),this['_timeoutTimer']=null);}},_0x325eac[_0x357007(0x30b)]=_0x9919aa([_0x1bb855(0x0,_0x457d20['Inject'](_0x457d20[_0x357007(0x467)])),_0x1bb855(0x1,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x128)])),_0x1bb855(0x2,_0x2b45ba[_0x357007(0x3ba)]),_0x1bb855(0x3,_0x457d20[_0x357007(0x54e)]),_0x1bb855(0x4,_0x457d20[_0x357007(0x3cc)]),_0x1bb855(0x5,_0x3b47f0)],_0x325eac[_0x357007(0x30b)]);const _0x4d5b05=[];for(let _0x43ab57=0x0;_0x43ab57<0x100;++_0x43ab57)_0x4d5b05[_0x357007(0x39d)]((_0x43ab57+0x100)[_0x357007(0x14b)](0x10)['slice'](0x1));function _0x1e8155(_0x11a7e8,_0x4dfc82=0x0){return(_0x4d5b05[_0x11a7e8[_0x4dfc82+0x0]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0x1]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0x2]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0x3]]+'-'+_0x4d5b05[_0x11a7e8[_0x4dfc82+0x4]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0x5]]+'-'+_0x4d5b05[_0x11a7e8[_0x4dfc82+0x6]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0x7]]+'-'+_0x4d5b05[_0x11a7e8[_0x4dfc82+0x8]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0x9]]+'-'+_0x4d5b05[_0x11a7e8[_0x4dfc82+0xa]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0xb]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0xc]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0xd]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0xe]]+_0x4d5b05[_0x11a7e8[_0x4dfc82+0xf]])['toLowerCase']();}let _0x4f6f9d;const _0x3e6d6a=new Uint8Array(0x10);function _0x475baf(){const _0x36f77d=_0x357007;if(!_0x4f6f9d){if(typeof crypto>'u'||!crypto[_0x36f77d(0x425)])throw new Error(_0x36f77d(0x504));_0x4f6f9d=crypto[_0x36f77d(0x425)][_0x36f77d(0x125)](crypto);}return _0x4f6f9d(_0x3e6d6a);}const _0xa9a6e8={'randomUUID':typeof crypto<'u'&&crypto[_0x357007(0x160)]&&crypto[_0x357007(0x160)][_0x357007(0x125)](crypto)};function _0xee27dc(_0x31f9c0,_0x5095bf,_0x456ffc){const _0x1f02d1=_0x357007;if(_0xa9a6e8['randomUUID']&&!_0x5095bf&&!_0x31f9c0)return _0xa9a6e8[_0x1f02d1(0x160)]();_0x31f9c0=_0x31f9c0||{};const _0x3bb819=_0x31f9c0[_0x1f02d1(0x524)]||(_0x31f9c0[_0x1f02d1(0x51e)]||_0x475baf)();return _0x3bb819[0x6]=_0x3bb819[0x6]&0xf|0x40,_0x3bb819[0x8]=_0x3bb819[0x8]&0x3f|0x80,_0x1e8155(_0x3bb819);}var _0x669888=Object[_0x357007(0x376)],_0x2117c0=Object[_0x357007(0x41b)],_0x2bb539=(_0x2724ff,_0x27aad0,_0x1eab2a,_0x415120)=>{const _0x4ce944=_0x357007;for(var _0x3f743=_0x415120>0x1?void 0x0:_0x415120?_0x2117c0(_0x27aad0,_0x1eab2a):_0x27aad0,_0x1536d3=_0x2724ff[_0x4ce944(0x1b0)]-0x1,_0x14fa45;_0x1536d3>=0x0;_0x1536d3--)(_0x14fa45=_0x2724ff[_0x1536d3])&&(_0x3f743=(_0x415120?_0x14fa45(_0x27aad0,_0x1eab2a,_0x3f743):_0x14fa45(_0x3f743))||_0x3f743);return _0x415120&&_0x3f743&&_0x669888(_0x27aad0,_0x1eab2a,_0x3f743),_0x3f743;},_0x54e084=(_0x310ddd,_0x44f547)=>(_0x464f8d,_0x3c4979)=>_0x44f547(_0x464f8d,_0x3c4979,_0x310ddd);let _0xa432dd=class{constructor(_0x1c5388,_0xce9629,_0x4fe4b6){const _0x4c5d23=_0x357007;this['_injector']=_0x1c5388,this[_0x4c5d23(0x2af)]=_0xce9629,this[_0x4c5d23(0x152)]=_0x4fe4b6;}[_0x357007(0x440)](_0x3dd86e){const _0x3d2d78=_0x357007;this[_0x3d2d78(0x113)](_0x3dd86e),this[_0x3d2d78(0x1b8)](_0x3dd86e);}[_0x357007(0x1a1)](_0x1d7eba){const _0x105a7b=_0x357007,{unitID:_0x60fb1}=_0x1d7eba,_0x47b7a5=this[_0x105a7b(0x152)][_0x105a7b(0x25f)](_0x60fb1)[_0x105a7b(0x3ab)](_0x1b8609[_0x105a7b(0x212)]),{redoCache:_0x3ca100}=_0x47b7a5[_0x105a7b(0x5a3)]();if(_0x3ca100[_0x105a7b(0x1b0)]===0x0)return _0x1d7eba;let _0xbe2add=_0x457d20[_0x105a7b(0x458)][_0x105a7b(0x176)](_0x1d7eba[_0x105a7b(0x21b)][0x0]);for(let _0x65d567=0x0;_0x65d567<_0x3ca100[_0x105a7b(0x1b0)];_0x65d567++){const _0x2f53c6={'id':_0x105a7b(0x50f),'params':{..._0x3ca100[_0x65d567]}},_0x1c57d5=this['_transformService'][_0x105a7b(0x3fe)](_0xbe2add,_0x2f53c6,!0x1);if(_0x4d26ac[_0x105a7b(0x1cf)](_0x1c57d5))throw _0x1c57d5[_0x105a7b(0x519)];_0xbe2add=_0x1c57d5['m1Prime'];}return{..._0x457d20[_0x105a7b(0x458)][_0x105a7b(0x176)](_0x1d7eba),'mutations':[_0xbe2add]};}[_0x357007(0x113)](_0xe66520){const _0x3af656=_0x357007,{unitID:_0x32d1af}=_0xe66520,_0x1098c0=this[_0x3af656(0x152)][_0x3af656(0x25f)](_0x32d1af)[_0x3af656(0x3ab)](_0x1b8609[_0x3af656(0x212)]),{undoCache:_0x56fbac,redoCache:_0x2fdaf8}=_0x1098c0['getUndoRedoMutationParamsCache']();if(_0x56fbac[_0x3af656(0x1b0)]===0x0||_0x2fdaf8['length']===0x0)return;const _0x41a079=[],_0x172441=[];let _0x40e5ca=_0x457d20[_0x3af656(0x458)][_0x3af656(0x176)](_0xe66520[_0x3af656(0x21b)][0x0]),_0xf36845=_0x457d20[_0x3af656(0x458)][_0x3af656(0x176)](_0xe66520[_0x3af656(0x21b)][0x0]);for(let _0x28b34b=_0x56fbac[_0x3af656(0x1b0)]-0x1;_0x28b34b>=0x0;_0x28b34b--){const _0x1fd554={'id':_0x3af656(0x50f),'params':{..._0x56fbac[_0x28b34b]}},_0x2ec485={'id':_0x3af656(0x50f),'params':{..._0x2fdaf8[_0x28b34b]}},_0x1a0e09=this[_0x3af656(0x2af)][_0x3af656(0x3fe)](_0x40e5ca,_0x1fd554,!0x1),_0x44a30f=this[_0x3af656(0x2af)]['transformMutation'](_0xf36845,_0x2ec485,!0x1);if(_0x4d26ac[_0x3af656(0x1cf)](_0x1a0e09))throw _0x1a0e09[_0x3af656(0x519)];if(_0x4d26ac[_0x3af656(0x1cf)](_0x44a30f))throw _0x44a30f[_0x3af656(0x519)];_0x41a079['unshift'](_0x1a0e09[_0x3af656(0x472)][_0x3af656(0x53a)]),_0x172441[_0x3af656(0x2a8)](_0x44a30f[_0x3af656(0x472)][_0x3af656(0x53a)]),_0x40e5ca=_0x1a0e09[_0x3af656(0x366)],_0xf36845=_0x44a30f[_0x3af656(0x366)];}_0x1098c0[_0x3af656(0x5a2)]({'undoCache':_0x41a079,'redoCache':_0x172441});}[_0x357007(0x1b8)](_0x206569){const _0x4d3b58=_0x357007,{unitID:_0x1a54ca}=_0x206569,_0xe62bdf=this[_0x4d3b58(0x152)][_0x4d3b58(0x25f)](_0x1a54ca)[_0x4d3b58(0x3ab)](_0x1b8609['DocIMEInputManagerService']),_0x5e3fe7=_0xe62bdf[_0x4d3b58(0x57b)]();if(_0x5e3fe7==null)return;const _0x299c14=[{'id':_0x4d3b58(0x50f),'params':{'unitId':_0x206569[_0x4d3b58(0x563)],'actions':null,'textRanges':[_0x5e3fe7]}}],_0x26874e=this['_transformService'][_0x4d3b58(0x424)](_0x206569,_0x299c14);if(!_0x4d26ac[_0x4d3b58(0xed)](_0x26874e))throw _0x26874e[_0x4d3b58(0x519)];const _0x29b669=_0x26874e[_0x4d3b58(0x472)][0x0][_0x4d3b58(0x53a)][_0x4d3b58(0xf2)];Array['isArray'](_0x29b669)&&_0x29b669[_0x4d3b58(0x1b0)]&&_0xe62bdf['setActiveRange'](_0x29b669[0x0]);}};_0xa432dd=_0x2bb539([_0x54e084(0x0,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0x54e084(0x1,_0x4d26ac[_0x357007(0x329)]),_0x54e084(0x2,_0x5c58b0[_0x357007(0x313)])],_0xa432dd);var _0x450459=Object[_0x357007(0x376)],_0x44f162=Object['getOwnPropertyDescriptor'],_0x43a98f=(_0x349deb,_0x5ea9ee,_0x36faa3,_0x337f25)=>{const _0xb036fd=_0x357007;for(var _0x1cd669=_0x337f25>0x1?void 0x0:_0x337f25?_0x44f162(_0x5ea9ee,_0x36faa3):_0x5ea9ee,_0x3114bb=_0x349deb[_0xb036fd(0x1b0)]-0x1,_0x21e897;_0x3114bb>=0x0;_0x3114bb--)(_0x21e897=_0x349deb[_0x3114bb])&&(_0x1cd669=(_0x337f25?_0x21e897(_0x5ea9ee,_0x36faa3,_0x1cd669):_0x21e897(_0x1cd669))||_0x1cd669);return _0x337f25&&_0x1cd669&&_0x450459(_0x5ea9ee,_0x36faa3,_0x1cd669),_0x1cd669;},_0x2c3974=(_0x32c01c,_0x594d12)=>(_0x36e35e,_0x35dcc3)=>_0x594d12(_0x36e35e,_0x35dcc3,_0x32c01c);_0x325eac[_0x357007(0x4f9)]=class extends _0x457d20[_0x357007(0x348)]{constructor(_0x59cd94,_0x31cd06,_0x4b7a6d,_0x3a6f6a,_0x5f1315){const _0x6535b5=_0x357007;super(),_0x184856(this,_0x6535b5(0xf6),new Map()),_0x184856(this,_0x6535b5(0x369),new Map()),_0x184856(this,_0x6535b5(0x564),!0x1),(this[_0x6535b5(0x331)]=_0x59cd94,this[_0x6535b5(0x2fb)]=_0x31cd06,this[_0x6535b5(0x567)]=_0x4b7a6d,this[_0x6535b5(0x22c)]=_0x3a6f6a,this['_revisionService']=_0x5f1315,this['_setupBeforeClosingHandler']());}[_0x357007(0x1e6)](){const _0x2141c0=_0x357007;this[_0x2141c0(0x564)]=!0x0;}[_0x357007(0x283)](){const _0x21bb43=_0x357007;this[_0x21bb43(0x564)]=!0x1;}[_0x357007(0x37a)](){const _0x591e1b=_0x357007;this[_0x591e1b(0x4c5)]()[_0x591e1b(0x1c0)](()=>super[_0x591e1b(0x37a)]());}async[_0x357007(0x120)](_0x56f1ac){const _0x11bb88=_0x357007;return this[_0x11bb88(0x564)]?null:this[_0x11bb88(0x2fb)][_0x11bb88(0x3df)](_0x18ec28(_0x56f1ac));}async[_0x357007(0x4b2)](_0x39f913,_0x135050){const _0x3e42b7=_0x357007;return!!this[_0x3e42b7(0x2fb)][_0x3e42b7(0x280)](_0x39f913,_0x135050);}[_0x357007(0x123)](_0x2a30ba,_0x489b76,_0x2dd589,_0x54f0f6){const _0x3c345f=_0x357007,_0x51894e=this[_0x3c345f(0xfc)][_0x3c345f(0x110)](_0x2a30ba);this[_0x3c345f(0xf6)][_0x3c345f(0x40f)](_0x2a30ba,{'unitID':_0x2a30ba,'type':_0x489b76,'awaitingChangeset':_0x2dd589,'mutations':_0x54f0f6,'rev':_0x51894e}),this[_0x3c345f(0x369)]['has'](_0x2a30ba)||this[_0x3c345f(0x3e2)](_0x2a30ba);}[_0x357007(0x3e2)](_0x227633){const _0x3a1164=_0x357007,_0x2b9426=this[_0x3a1164(0x55b)]();_0x2b9426===0x0?this[_0x3a1164(0x2cf)](_0x227633):this[_0x3a1164(0x369)][_0x3a1164(0x40f)](_0x227633,setTimeout(()=>this['_saveCache'](_0x227633),_0x2b9426));}['_getSaveTimeout'](){const _0x24b8c4=_0x357007;var _0x203e7d;return(_0x203e7d=this[_0x24b8c4(0x331)][_0x24b8c4(0x4d5)](_0x348843))!=null?_0x203e7d:0x3e8;}[_0x357007(0x2cf)](_0x590ca7){const _0x1b1ac0=_0x357007,_0x297c88=this[_0x1b1ac0(0x369)][_0x1b1ac0(0x1b5)](_0x590ca7);return _0x297c88!==void 0x0&&window[_0x1b1ac0(0x332)](_0x297c88),this[_0x1b1ac0(0x2fb)][_0x1b1ac0(0x280)](_0x18ec28(_0x590ca7),this[_0x1b1ac0(0xf6)][_0x1b1ac0(0x1b5)](_0x590ca7))['then'](()=>this[_0x1b1ac0(0x369)][_0x1b1ac0(0x378)](_0x590ca7));}async[_0x357007(0x4c5)](){const _0x315ca6=_0x357007,_0x3aac8c=[];this['_saveTaskMap'][_0x315ca6(0x274)]((_0x53c732,_0x3d5cae)=>{const _0x268349=_0x315ca6;window[_0x268349(0x332)](_0x53c732),_0x3aac8c[_0x268349(0x39d)](this['_saveCache'](_0x3d5cae)[_0x268349(0x1c0)](()=>{const _0x47680c=_0x268349;this[_0x47680c(0x369)]['delete'](_0x3d5cae);}));}),await Promise[_0x315ca6(0x186)](_0x3aac8c);}[_0x357007(0x102)](){const _0x44676b=_0x357007;this[_0x44676b(0x189)](this[_0x44676b(0x567)][_0x44676b(0x273)](()=>{const _0x2143f2=_0x44676b;if(this[_0x2143f2(0x369)][_0x2143f2(0x485)])return this[_0x2143f2(0x22c)]['t'](_0x2143f2(0xee));}));}},_0x325eac[_0x357007(0x4f9)]=_0x43a98f([_0x2c3974(0x0,_0x457d20[_0x357007(0x3cc)]),_0x2c3974(0x1,_0x457d20[_0x357007(0x5aa)]),_0x2c3974(0x2,_0x2b45ba[_0x357007(0x1de)]),_0x2c3974(0x3,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x128)])),_0x2c3974(0x4,_0x457d20['Inject'](_0x4d26ac[_0x357007(0x37c)]))],_0x325eac[_0x357007(0x4f9)]);function _0x18ec28(_0x8cbb43){const _0xf66a9=_0x357007;return _0xf66a9(0x150)+_0x8cbb43;}var _0x563a69=Object['defineProperty'],_0x21636f=Object[_0x357007(0x41b)],_0x3d43e6=(_0x3c7452,_0x47b15b,_0x3b6f0c,_0x4ea544)=>{const _0x584dcf=_0x357007;for(var _0x17365a=_0x4ea544>0x1?void 0x0:_0x4ea544?_0x21636f(_0x47b15b,_0x3b6f0c):_0x47b15b,_0x5d1536=_0x3c7452[_0x584dcf(0x1b0)]-0x1,_0x1e3022;_0x5d1536>=0x0;_0x5d1536--)(_0x1e3022=_0x3c7452[_0x5d1536])&&(_0x17365a=(_0x4ea544?_0x1e3022(_0x47b15b,_0x3b6f0c,_0x17365a):_0x1e3022(_0x17365a))||_0x17365a);return _0x4ea544&&_0x17365a&&_0x563a69(_0x47b15b,_0x3b6f0c,_0x17365a),_0x17365a;},_0x319e8a=(_0x14b41d,_0x7ce07c)=>(_0x287593,_0x1a7f60)=>_0x7ce07c(_0x287593,_0x1a7f60,_0x14b41d);function _0x51b30d(_0x2e07b3){const _0x44aae0=_0x357007,{unitID:_0x506dc1,mutations:_0x360321}=_0x2e07b3;return{'unitId':_0x506dc1,'subUnitId':_0x360321[0x0]['params'][_0x44aae0(0x13d)]};}let _0x201d4e=class{constructor(_0x4ad7bc,_0x466b2e,_0x1b1aab){const _0x594117=_0x357007;this[_0x594117(0x593)]=_0x4ad7bc,this[_0x594117(0x2af)]=_0x466b2e,this['_instanceService']=_0x1b1aab;}['transformSelections'](_0x53c3bf){const _0x16aa19=_0x357007;var _0x44496e,_0x47c288,_0x58dabe,_0x54f524;const _0x4e7fdb=this[_0x16aa19(0x593)][_0x16aa19(0x1b5)](_0x91efb2['SheetsSelectionsService']),{unitId:_0x1e9a19,subUnitId:_0x3ebd35}=_0x51b30d(_0x53c3bf),_0x1f446e=_0x4e7fdb['getWorkbookSelections'](_0x1e9a19)[_0x16aa19(0x22f)](),_0x1a3799=(_0x47c288=(_0x44496e=this['_instanceService'][_0x16aa19(0x469)](_0x1e9a19))==null?void 0x0:_0x44496e[_0x16aa19(0x4a1)]())==null?void 0x0:_0x47c288[_0x16aa19(0x507)]();if(_0x1f446e[_0x16aa19(0x1b0)]===0x0||!_0x1e9a19||!_0x3ebd35)return;const _0x27622e=[{'id':_0x91efb2['SetSelectionsOperation']['id'],'params':{'unitId':_0x1e9a19,'subUnitId':_0x1a3799,'selections':_0x457d20[_0x16aa19(0x458)][_0x16aa19(0x176)](_0x1f446e)}}],_0xab0eb=this[_0x16aa19(0x2af)][_0x16aa19(0x424)](_0x53c3bf,_0x27622e);if(!_0x4d26ac[_0x16aa19(0xed)](_0xab0eb))throw _0xab0eb[_0x16aa19(0x519)];const _0x256f60=(_0x54f524=(_0x58dabe=_0xab0eb[_0x16aa19(0x472)][0x0])==null?void 0x0:_0x58dabe['params'])==null?void 0x0:_0x54f524[_0x16aa19(0x47d)];if(Array['isArray'](_0x256f60)&&_0x256f60[_0x16aa19(0x1b0)]){if(_0x256f60[_0x16aa19(0x1b0)]===_0x27622e[0x0][_0x16aa19(0x53a)][_0x16aa19(0x47d)][_0x16aa19(0x1b0)]&&_0x256f60[_0x16aa19(0x259)]((_0x2872e3,_0x1e2c37)=>_0x457d20['Rectangle'][_0x16aa19(0x131)](_0x2872e3[_0x16aa19(0x10b)],_0x27622e[0x0]['params'][_0x16aa19(0x47d)][_0x1e2c37][_0x16aa19(0x10b)])))return;this[_0x16aa19(0x593)][_0x16aa19(0x1b5)](_0x457d20[_0x16aa19(0x324)])[_0x16aa19(0x470)](_0x91efb2[_0x16aa19(0x437)]['id'],{'unitId':_0x1e9a19,'subUnitId':_0x1a3799,'selections':_0x256f60});}}};_0x201d4e=_0x3d43e6([_0x319e8a(0x0,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0x319e8a(0x1,_0x4d26ac['ITransformService']),_0x319e8a(0x2,_0x457d20[_0x357007(0x35e)])],_0x201d4e);const _0x1731f5=_0x457d20[_0x357007(0x2aa)](_0x357007(0x4d0));var _0x53b568=(_0x7c6f8=>(_0x7c6f8[_0x7c6f8[_0x357007(0x39c)]=0x0]=_0x357007(0x39c),_0x7c6f8[_0x7c6f8[_0x357007(0x1a3)]=0x1]=_0x357007(0x1a3),_0x7c6f8))(_0x53b568||{});const _0x138621=0x7530,_0x552c6f=_0x357007(0x349);class _0x21ae63 extends _0x457d20[_0x357007(0x348)]{constructor(){const _0x5e0ded=_0x357007;super(),_0x184856(this,_0x5e0ded(0x3e6),_0x457d20[_0x5e0ded(0x458)][_0x5e0ded(0x249)]()),_0x184856(this,_0x5e0ded(0x2b7),new Set()),_0x184856(this,'_unitOnClients',new Map()),_0x184856(this,'_heartbeatTimer',null),_0x184856(this,'_clearOtherTimers',new Map()),_0x184856(this,_0x5e0ded(0x555),new Map()),this[_0x5e0ded(0x47f)]();}[_0x357007(0x37a)](){const _0x26bec5=_0x357007;super[_0x26bec5(0x37a)](),this[_0x26bec5(0x1a2)]['forEach']((_0x1da921,_0xc928d)=>this['_removeClearOtherTimer'](_0xc928d)),this[_0x26bec5(0x368)]&&window[_0x26bec5(0x4c9)](this['_heartbeatTimer']);}[_0x357007(0x4d7)](_0x374992){const _0x1e6815=_0x357007;return this[_0x1e6815(0x230)](_0x374992)['pipe'](_0x44a02e['distinctUntilChanged']());}[_0x357007(0x2dd)](_0xc8a54){const _0x421b9f=_0x357007;this[_0x421b9f(0x2b7)][_0x421b9f(0x485)]===0x0&&this[_0x421b9f(0x170)](),this['_selfUnitIDs'][_0x421b9f(0x552)](_0xc8a54),this[_0x421b9f(0x4dc)]({'type':0x0,'memberID':this[_0x421b9f(0x3e6)],'unitIDs':[_0xc8a54],'isForwarded':!0x1});}[_0x357007(0x47b)](_0x42cf1b){const _0x5c7843=_0x357007;this[_0x5c7843(0x2b7)][_0x5c7843(0x378)](_0x42cf1b),this['_selfUnitIDs'][_0x5c7843(0x485)]===0x0&&this[_0x5c7843(0x368)]&&window[_0x5c7843(0x4c9)](this[_0x5c7843(0x368)]);}[_0x357007(0x47f)](){const _0x4a21bd=_0x357007;this[_0x4a21bd(0x189)](_0x457d20[_0x4a21bd(0x41d)](_0x44a02e[_0x4a21bd(0x441)](window,_0x4a21bd(0x177))['subscribe'](_0xabd4d0=>{const _0x4ab372=_0x4a21bd;if(_0xabd4d0[_0x4ab372(0x19d)]!==_0x552c6f||!_0xabd4d0['newValue'])return;const _0x38157d=JSON[_0x4ab372(0x406)](_0xabd4d0['newValue']);this['_handleEvent'](_0x38157d);}))),window['addEventListener'](_0x4a21bd(0x345),()=>this[_0x4a21bd(0x4dc)]({'type':0x1,'memberID':this[_0x4a21bd(0x3e6)],'unitIDs':Array[_0x4a21bd(0x46a)](this[_0x4a21bd(0x2b7)])}));}[_0x357007(0x194)](_0x6dd8e7){const _0x93e0ab=_0x357007;switch(_0x6dd8e7['type']){case 0x0:this[_0x93e0ab(0x1b3)](_0x6dd8e7);break;case 0x1:this[_0x93e0ab(0x45c)](_0x6dd8e7);break;case 0x2:this[_0x93e0ab(0x143)](_0x6dd8e7);break;}}['_handleJoinEvent'](_0xec99ab){const _0x36f0c6=_0x357007,{unitIDs:_0x3e0a30,memberID:_0x44740a,isForwarded:_0x49c7d4}=_0xec99ab;_0x3e0a30[_0x36f0c6(0x274)](_0x50a00c=>{const _0x5bf05c=_0x36f0c6;if(!_0x49c7d4&&this[_0x5bf05c(0x58d)]['has'](_0x50a00c)&&this[_0x5bf05c(0x230)](_0x50a00c)[_0x5bf05c(0x4d3)](0x1),!this['_unitOnClients'][_0x5bf05c(0xf8)](_0x50a00c)||!this['_unitOnClients']['get'](_0x50a00c)[_0x5bf05c(0xf8)](_0x44740a)){const _0x2ed167=this[_0x5bf05c(0x58d)][_0x5bf05c(0x1b5)](_0x50a00c)||new Set();_0x2ed167[_0x5bf05c(0x552)](_0x44740a),this[_0x5bf05c(0x58d)]['set'](_0x50a00c,_0x2ed167),this[_0x5bf05c(0x1fc)](_0x44740a);}}),_0x49c7d4||this[_0x36f0c6(0x4dc)]({'type':0x0,'memberID':this[_0x36f0c6(0x3e6)],'unitIDs':[...this['_selfUnitIDs']],'isForwarded':!0x0});}['_scheduleClearOtherTimer'](_0x5f326c){const _0x26d3e0=_0x357007;this[_0x26d3e0(0x32f)](_0x5f326c);const _0xd104b=window[_0x26d3e0(0x1c5)](()=>{const _0x4e20fa=_0x26d3e0;this[_0x4e20fa(0x58d)][_0x4e20fa(0x274)](_0x5a845e=>{const _0x568ca2=_0x4e20fa;_0x5a845e[_0x568ca2(0x378)](_0x5f326c);});},_0x138621*0x2);this['_clearOtherTimers']['set'](_0x5f326c,_0xd104b);}['_removeClearOtherTimer'](_0x27dfe9){const _0x24e127=_0x357007;if(this[_0x24e127(0x1a2)][_0x24e127(0xf8)](_0x27dfe9)){const _0x64e714=this[_0x24e127(0x1a2)][_0x24e127(0x1b5)](_0x27dfe9);_0x64e714&&window[_0x24e127(0x332)](_0x64e714),this[_0x24e127(0x1a2)]['set'](_0x27dfe9,null);}}[_0x357007(0x45c)](_0x3fca52){const _0xbedccf=_0x357007,{memberID:_0x5344cd,unitIDs:_0xceb15e}=_0x3fca52;_0xceb15e[_0xbedccf(0x274)](_0x4e6f73=>{const _0x4a7954=_0xbedccf;var _0xd03699;const _0x353f08=this[_0x4a7954(0x58d)][_0x4a7954(0x1b5)](_0x4e6f73);_0x353f08&&(_0x353f08[_0x4a7954(0x378)](_0x5344cd),(_0xd03699=this[_0x4a7954(0x230)](_0x4e6f73))==null||_0xd03699['next'](_0x353f08['size']===0x0?0x0:0x1));}),this[_0xbedccf(0x32f)](_0x5344cd);}[_0x357007(0x143)](_0x330080){const _0x3ec53a=_0x357007;this[_0x3ec53a(0x1fc)](_0x330080[_0x3ec53a(0x55e)]);}['_send'](_0x1837bb){const _0x4fb7b8=_0x357007;localStorage['setItem'](_0x552c6f,JSON[_0x4fb7b8(0x219)](_0x1837bb));}[_0x357007(0x170)](){const _0x3aa673=_0x357007;this[_0x3aa673(0x368)]=window[_0x3aa673(0x565)](()=>{const _0xe96245=_0x3aa673;this[_0xe96245(0x4dc)]({'type':0x2,'memberID':this[_0xe96245(0x3e6)]});},_0x138621);}['_ensureSubject'](_0x123357){const _0x533da5=_0x357007;return this[_0x533da5(0x555)][_0x533da5(0xf8)](_0x123357)||this[_0x533da5(0x555)][_0x533da5(0x40f)](_0x123357,new _0x44a02e[(_0x533da5(0x387))](0x0)),this[_0x533da5(0x555)][_0x533da5(0x1b5)](_0x123357);}}var _0x58be24=Object[_0x357007(0x376)],_0x8dec1f=Object['getOwnPropertyDescriptor'],_0x30e8d0=(_0x108cd3,_0x574539,_0x2b8b1a,_0x143545)=>{const _0x5f0bfa=_0x357007;for(var _0x1d2c59=_0x143545>0x1?void 0x0:_0x143545?_0x8dec1f(_0x574539,_0x2b8b1a):_0x574539,_0x457a77=_0x108cd3[_0x5f0bfa(0x1b0)]-0x1,_0x1285a1;_0x457a77>=0x0;_0x457a77--)(_0x1285a1=_0x108cd3[_0x457a77])&&(_0x1d2c59=(_0x143545?_0x1285a1(_0x574539,_0x2b8b1a,_0x1d2c59):_0x1285a1(_0x1d2c59))||_0x1d2c59);return _0x143545&&_0x1d2c59&&_0x58be24(_0x574539,_0x2b8b1a,_0x1d2c59),_0x1d2c59;},_0x135c53=(_0x1ad490,_0x319f32)=>(_0x4afdef,_0x4e926e)=>_0x319f32(_0x4afdef,_0x4e926e,_0x1ad490);let _0xa6eb37=class{constructor(_0x8bc918,_0x490ffd,_0x5d23f0){const _0x587340=_0x357007;this[_0x587340(0x593)]=_0x8bc918,this[_0x587340(0x2af)]=_0x490ffd,this['_docStateChangeManagerService']=_0x5d23f0;}['transformStateCache'](_0x5b8845){const _0x20732d=_0x357007;this[_0x20732d(0x11f)](_0x5b8845);}[_0x357007(0x1a1)](_0x3bd560){const _0x4bfd61=_0x357007,{unitID:_0x414b3d}=_0x3bd560,{collaboration:_0x394446}=this['_docStateChangeManagerService'][_0x4bfd61(0x2d8)](_0x414b3d);if(_0x394446[_0x4bfd61(0x1b0)]===0x0)return _0x3bd560;let _0x405d6a=_0x457d20['Tools'][_0x4bfd61(0x176)](_0x3bd560[_0x4bfd61(0x21b)][0x0]);for(let _0x42f5e0=0x0;_0x42f5e0<_0x394446[_0x4bfd61(0x1b0)];_0x42f5e0++){const _0x108a40={'id':_0x4bfd61(0x50f),'params':{'unitId':_0x394446[_0x42f5e0][_0x4bfd61(0x58b)],..._0x394446[_0x42f5e0][_0x4bfd61(0x427)]}},_0x4a0a68=this[_0x4bfd61(0x2af)][_0x4bfd61(0x3fe)](_0x405d6a,_0x108a40,!0x1);if(_0x4d26ac['isTransformMutationFailure'](_0x4a0a68))throw _0x4a0a68[_0x4bfd61(0x519)];_0x405d6a=_0x4a0a68[_0x4bfd61(0x366)];}return{..._0x457d20[_0x4bfd61(0x458)]['deepClone'](_0x3bd560),'mutations':[_0x405d6a]};}[_0x357007(0x11f)](_0x3b8106){const _0x4e59df=_0x357007,{unitID:_0x7140b7}=_0x3b8106,{history:_0x1d8b54,collaboration:_0x40f338}=this[_0x4e59df(0x2b5)][_0x4e59df(0x2d8)](_0x7140b7);if(_0x1d8b54[_0x4e59df(0x1b0)]===0x0&&_0x40f338['length']===0x0)return;const _0x24377c=[],_0x13aeb4=[];let _0x259b98=_0x457d20[_0x4e59df(0x458)]['deepClone'](_0x3b8106[_0x4e59df(0x21b)][0x0]),_0x18eb75=_0x457d20[_0x4e59df(0x458)][_0x4e59df(0x176)](_0x3b8106[_0x4e59df(0x21b)][0x0]);for(let _0x4b413a=_0x1d8b54['length']-0x1;_0x4b413a>=0x0;_0x4b413a--){const _0x3b96f0={'id':_0x4e59df(0x50f),'params':{'unitId':_0x1d8b54[_0x4b413a][_0x4e59df(0x58b)],..._0x1d8b54[_0x4b413a]['undoState']}},_0x47bf64={'id':_0x4e59df(0x50f),'params':{'unitId':_0x1d8b54[_0x4b413a][_0x4e59df(0x58b)],..._0x1d8b54[_0x4b413a][_0x4e59df(0x427)]}},_0x50ae8f=this[_0x4e59df(0x2af)][_0x4e59df(0x3fe)](_0x259b98,_0x3b96f0,!0x1),_0xc91c69=this['_transformService']['transformMutation'](_0x18eb75,_0x47bf64,!0x1);if(_0x4d26ac[_0x4e59df(0x1cf)](_0x50ae8f))throw _0x50ae8f[_0x4e59df(0x519)];if(_0x4d26ac[_0x4e59df(0x1cf)](_0xc91c69))throw _0xc91c69[_0x4e59df(0x519)];_0x24377c[_0x4e59df(0x2a8)]({..._0x1d8b54[_0x4b413a],'undoState':_0x50ae8f['m2Prime'][_0x4e59df(0x53a)],'redoState':_0xc91c69['m2Prime'][_0x4e59df(0x53a)]}),_0x259b98=_0x50ae8f[_0x4e59df(0x366)],_0x18eb75=_0xc91c69[_0x4e59df(0x366)];}_0x259b98=_0x457d20['Tools'][_0x4e59df(0x176)](_0x3b8106[_0x4e59df(0x21b)][0x0]),_0x18eb75=_0x457d20[_0x4e59df(0x458)][_0x4e59df(0x176)](_0x3b8106['mutations'][0x0]);for(let _0x99378=_0x40f338[_0x4e59df(0x1b0)]-0x1;_0x99378>=0x0;_0x99378--){const _0x327a6b={'id':_0x4e59df(0x50f),'params':{'unitId':_0x40f338[_0x99378]['unitId'],..._0x40f338[_0x99378][_0x4e59df(0x28c)]}},_0x37ba65={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x40f338[_0x99378][_0x4e59df(0x58b)],..._0x40f338[_0x99378]['redoState']}},_0x4baaba=this['_transformService'][_0x4e59df(0x3fe)](_0x259b98,_0x327a6b,!0x1),_0x2e0252=this[_0x4e59df(0x2af)][_0x4e59df(0x3fe)](_0x18eb75,_0x37ba65,!0x1);if(_0x4d26ac['isTransformMutationFailure'](_0x4baaba))throw _0x4baaba['error'];if(_0x4d26ac[_0x4e59df(0x1cf)](_0x2e0252))throw _0x2e0252['error'];_0x13aeb4[_0x4e59df(0x2a8)]({..._0x40f338[_0x99378],'undoState':_0x4baaba[_0x4e59df(0x472)][_0x4e59df(0x53a)],'redoState':_0x2e0252[_0x4e59df(0x472)][_0x4e59df(0x53a)]}),_0x259b98=_0x4baaba['m1Prime'],_0x18eb75=_0x2e0252['m1Prime'];}this[_0x4e59df(0x2b5)]['setStateCache'](_0x7140b7,{'history':_0x24377c,'collaboration':_0x13aeb4});}};_0xa6eb37=_0x30e8d0([_0x135c53(0x0,_0x457d20[_0x357007(0x2c4)](_0x457d20['Injector'])),_0x135c53(0x1,_0x4d26ac[_0x357007(0x329)]),_0x135c53(0x2,_0x457d20[_0x357007(0x2c4)](_0x1b8609[_0x357007(0x2b0)]))],_0xa6eb37);function _0x320fbb(_0x1ac195){const _0x5e3e5c=_0x357007;let _0x5579e9='';for(const _0x58d040 of _0x1ac195){const {startOffset:_0xea26d3,endOffset:_0x5827e8,isActive:_0x36692b,rangeType:_0x4aa9be,segmentId:_0x5af735,segmentPage:_0x22225c}=_0x58d040;_0x5579e9[_0x5e3e5c(0x1b0)]&&(_0x5579e9+=','),_0x5579e9+=_0xea26d3+':'+_0x5827e8+':'+(_0x36692b?'1':'0')+':'+_0x4aa9be+':'+_0x5af735+':'+_0x22225c;}return _0x5579e9;}function _0x33a6e9(_0x2a2d95){const _0x3823f2=_0x357007,_0xb16067=_0x2a2d95[_0x3823f2(0x3c6)](','),_0x31c84a=[];for(const _0x12581c of _0xb16067){const [_0x3544f5,_0x8f00bb,_0x25fe7b,_0x4bd287,_0x4df97f,_0x136e43]=_0x12581c[_0x3823f2(0x3c6)](':');_0x31c84a['push']({'startOffset':Number(_0x3544f5),'endOffset':Number(_0x8f00bb),'collapsed':_0x3544f5===_0x8f00bb,'isActive':_0x25fe7b==='1','rangeType':_0x4bd287===_0x457d20['DOC_RANGE_TYPE'][_0x3823f2(0x2ab)]?_0x457d20[_0x3823f2(0x1d4)][_0x3823f2(0x2ab)]:_0x457d20[_0x3823f2(0x1d4)][_0x3823f2(0x11e)],'segmentId':typeof _0x4df97f==_0x3823f2(0x282)?String(_0x4df97f):'','segmentPage':Number(_0x136e43!=null?_0x136e43:-0x1)});}return _0x31c84a['some'](_0x196eda=>_0x196eda[_0x3823f2(0x1f6)])||(_0x31c84a[0x0][_0x3823f2(0x1f6)]=!0x0),_0x31c84a;}class _0x559ff9 extends _0x457d20[_0x357007(0xe7)]{constructor(){const _0x110503=_0x357007;super(...arguments),_0x184856(this,_0x110503(0x50e),new _0x44a02e['BehaviorSubject'](null)),_0x184856(this,_0x110503(0x2d9),this[_0x110503(0x50e)][_0x110503(0x242)]());}[_0x357007(0x3ef)](_0x1782f7){const _0x12f27f=_0x357007,{unitID:_0x4d6b1a,memberID:_0x5bd2f7,textRanges:_0x13b8b0}=_0x1782f7,_0x1bc9ec=_0x320fbb(_0x13b8b0);if(_0x1bc9ec==='')return;const _0x3262db={'unitID':_0x4d6b1a,'memberID':_0x5bd2f7,'selection':_0x1bc9ec};this[_0x12f27f(0x50e)][_0x12f27f(0x4d3)](_0x3262db);}}var _0x2a43a0=Object[_0x357007(0x376)],_0x405a2b=Object[_0x357007(0x41b)],_0x4b8c1b=(_0x306a1c,_0x401716,_0xc10cb,_0x18e0d0)=>{for(var _0x3b027b=_0x18e0d0>0x1?void 0x0:_0x18e0d0?_0x405a2b(_0x401716,_0xc10cb):_0x401716,_0x2d7c47=_0x306a1c['length']-0x1,_0x30b8a3;_0x2d7c47>=0x0;_0x2d7c47--)(_0x30b8a3=_0x306a1c[_0x2d7c47])&&(_0x3b027b=(_0x18e0d0?_0x30b8a3(_0x401716,_0xc10cb,_0x3b027b):_0x30b8a3(_0x3b027b))||_0x3b027b);return _0x18e0d0&&_0x3b027b&&_0x2a43a0(_0x401716,_0xc10cb,_0x3b027b),_0x3b027b;},_0x41333f=(_0x50810f,_0x2b8526)=>(_0x19eecc,_0x54084b)=>_0x2b8526(_0x19eecc,_0x54084b,_0x50810f);let _0x3ef40a=class{constructor(_0x59b0f9,_0x1f9e3c){const _0x1d6f09=_0x357007;this[_0x1d6f09(0x593)]=_0x59b0f9,this[_0x1d6f09(0x2af)]=_0x1f9e3c;}['transformSelections'](_0xb9469){const _0x278da5=_0x357007;var _0x5c33be;const _0x3ae410=this['_injector'][_0x278da5(0x1b5)](_0x279b33[_0x278da5(0x1c8)]),_0x5496e0=(_0x5c33be=_0x3ae410[_0x278da5(0x3cd)]())!=null?_0x5c33be:[];if(_0x5496e0['length']===0x0)return;const _0x173177=_0xb9469[_0x278da5(0x563)],_0xe3f229=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x173177,'actions':null,'textRanges':_0x5496e0}}],_0x5c873=this['_transformService'][_0x278da5(0x424)](_0xb9469,_0xe3f229);if(!_0x4d26ac[_0x278da5(0xed)](_0x5c873))throw _0x5c873['error'];const _0xe40dea=_0x5c873[_0x278da5(0x472)][0x0][_0x278da5(0x53a)][_0x278da5(0xf2)];Array[_0x278da5(0x139)](_0xe40dea)&&_0xe40dea[_0x278da5(0x1b0)]&&_0x3ae410[_0x278da5(0x4fb)](_0xe40dea,{'unitId':_0x173177,'subUnitId':_0x173177},!0x1);}};_0x3ef40a=_0x4b8c1b([_0x41333f(0x0,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0x41333f(0x1,_0x4d26ac[_0x357007(0x329)])],_0x3ef40a);const _0x4cf167=new Set([_0x91efb2[_0x357007(0x29a)]['id']]);function _0x2f3d1d(_0x2b21aa,_0x385199,_0x59a5b1,_0x1077c,_0x373dd2){const _0x553547=_0x357007;var _0x195d92,_0x1af918,_0xc2f360,_0x42af61;const _0x5aaac4=[];for(const _0x39960d of _0x2b21aa)if(_0x4cf167[_0x553547(0xf8)](_0x39960d['id'])){if(_0x5aaac4[_0x553547(0x1b0)]>0x0)break;_0x5aaac4[_0x553547(0x39d)](_0x39960d);break;}else _0x5aaac4[_0x553547(0x39d)](_0x39960d);const _0x1d9fc6=(_0x1af918=(_0x195d92=_0x373dd2[_0x553547(0x505)]())==null?void 0x0:_0x195d92[_0x553547(0x5a0)])!=null?_0x1af918:_0x553547(0x23d),_0x1c4e85=(_0x42af61=(_0xc2f360=_0x373dd2[_0x553547(0x505)]())==null?void 0x0:_0xc2f360[_0x553547(0x55e)])!=null?_0x42af61:_0x553547(0x23d);return{'changeset':{'unitID':_0x385199,'type':_0x4d26ac['mapDocumentTypeToUniverType'](_0x59a5b1[_0x553547(0x286)](_0x385199)),'baseRev':_0x1077c[_0x553547(0x110)](_0x385199),'revision':0x0,'userID':_0x1d9fc6,'memberID':_0x1c4e85,'mutations':_0x5aaac4},'pendingMutations':_0x2b21aa[_0x553547(0x3b7)](_0x5aaac4[_0x553547(0x1b0)])};}function _0x55fba7(_0x20e73c,_0x4be046,_0x54529c,_0x189b2b,_0x484af3){const _0x41d8aa=_0x357007;var _0xf3c5c9,_0x26a459,_0x3024e0,_0x3e3791;const _0x9ac28b=[_0x20e73c[_0x41d8aa(0x1e2)]((_0x33f58d,_0x585ac0)=>{const _0x5cb51a=_0x41d8aa;var _0xa3f861;const {id:_0x5173b7}=_0x33f58d,{id:_0xd694ce,type:_0x94791b}=_0x585ac0,_0x1f6e5b=(_0xa3f861=_0x33f58d[_0x5cb51a(0x53a)])!=null?_0xa3f861:{'actions':null},_0x4a4235=_0x585ac0['params'];if(_0x5173b7&&_0x5173b7!==_0xd694ce)throw new Error(_0x5cb51a(0x4b3)+_0x5173b7+_0x5cb51a(0x15f)+_0xd694ce+'.');return{..._0x33f58d,'id':_0xd694ce,'type':_0x94791b,'params':{'unitId':_0x4a4235[_0x5cb51a(0x58b)],'textRanges':_0x4a4235['textRanges'],'actions':_0x457d20['JSONX'][_0x5cb51a(0x4aa)](_0x1f6e5b[_0x5cb51a(0xeb)],_0x4a4235[_0x5cb51a(0xeb)])}};},{})],_0x20cd56=(_0x26a459=(_0xf3c5c9=_0x484af3[_0x41d8aa(0x505)]())==null?void 0x0:_0xf3c5c9[_0x41d8aa(0x5a0)])!=null?_0x26a459:_0x41d8aa(0x23d),_0x2c24c1=(_0x3e3791=(_0x3024e0=_0x484af3[_0x41d8aa(0x505)]())==null?void 0x0:_0x3024e0['memberID'])!=null?_0x3e3791:_0x41d8aa(0x23d);return{'changeset':{'unitID':_0x4be046,'type':_0x4d26ac[_0x41d8aa(0x281)](_0x54529c[_0x41d8aa(0x286)](_0x4be046)),'baseRev':_0x189b2b['getCurrentRevOfUnit'](_0x4be046),'revision':0x0,'userID':_0x20cd56,'memberID':_0x2c24c1,'mutations':_0x9ac28b},'pendingMutations':[]};}function _0xa606e9(_0x115d35,_0x579949){const _0x588e92=_0x357007,_0x55ccf7=new _0x44a02e[(_0x588e92(0x173))](0x1);return setTimeout(()=>_0x55ccf7[_0x588e92(0x4d3)](_0x579949),_0x115d35),_0x55ccf7[_0x588e92(0x242)]()['pipe'](_0x44a02e[_0x588e92(0x370)](0x1));}const _0x451b76={'id':_0x91efb2[_0x357007(0x1f2)]['id'],'type':_0x457d20[_0x357007(0x304)][_0x357007(0x3da)],'params':{}};var _0x3fbbd3=Object['defineProperty'],_0x16216e=Object[_0x357007(0x41b)],_0x233cd3=(_0x2ad3b2,_0x99c543,_0x2b40e4,_0x3e2c99)=>{const _0x2a6523=_0x357007;for(var _0x223381=_0x3e2c99>0x1?void 0x0:_0x3e2c99?_0x16216e(_0x99c543,_0x2b40e4):_0x99c543,_0x4ee5be=_0x2ad3b2[_0x2a6523(0x1b0)]-0x1,_0x2e7410;_0x4ee5be>=0x0;_0x4ee5be--)(_0x2e7410=_0x2ad3b2[_0x4ee5be])&&(_0x223381=(_0x3e2c99?_0x2e7410(_0x99c543,_0x2b40e4,_0x223381):_0x2e7410(_0x223381))||_0x223381);return _0x3e2c99&&_0x223381&&_0x3fbbd3(_0x99c543,_0x2b40e4,_0x223381),_0x223381;},_0xb9c7f1=(_0x114b14,_0x156461)=>(_0x28ab99,_0x558ca9)=>_0x156461(_0x28ab99,_0x558ca9,_0x114b14),_0x44c5ad=(_0x583f58=>(_0x583f58[_0x357007(0x104)]=_0x357007(0x29f),_0x583f58[_0x357007(0x253)]='synced',_0x583f58[_0x357007(0x28f)]=_0x357007(0x2a5),_0x583f58[_0x357007(0x3d1)]=_0x357007(0x16f),_0x583f58['AWAITING_WITH_PENDING']=_0x357007(0x257),_0x583f58[_0x357007(0x1c3)]=_0x357007(0x520),_0x583f58[_0x357007(0x52a)]='conflict',_0x583f58[_0x357007(0x31a)]=_0x357007(0x474),_0x583f58))(_0x44c5ad||{});const _0xa6d16=0xea60;class _0x36fdd4{constructor(_0x4c7062,_0x142bf6,_0x3f54b0,_0x22cdf9,_0x392a56,_0x547506,_0x16cbe8,_0x3e0a08,_0x314364){const _0x50865d=_0x357007;_0x184856(this,_0x50865d(0x24a),null),_0x184856(this,_0x50865d(0x422),[]),(this[_0x50865d(0x563)]=_0x4c7062,this[_0x50865d(0x486)]=_0x142bf6,this[_0x50865d(0x354)]=_0x392a56,this[_0x50865d(0x2a1)]=_0x547506,this[_0x50865d(0x3d8)]=_0x16cbe8,this[_0x50865d(0xfc)]=_0x3e0a08,this[_0x50865d(0x4e9)]=_0x314364,this[_0x50865d(0x24a)]=_0x3f54b0,this[_0x50865d(0x422)]=_0x22cdf9);}[_0x357007(0x546)](_0x20e117){const _0x294c6a=_0x357007,_0x2cf392=this[_0x294c6a(0xfc)][_0x294c6a(0x110)](this[_0x294c6a(0x563)]);return _0x20e117[_0x294c6a(0x4d8)]>_0x2cf392+0x1?(this[_0x294c6a(0x354)][_0x294c6a(0x59f)]({'from':_0x2cf392,'to':_0x20e117[_0x294c6a(0x4d8)]-0x1}),!0x0):!0x1;}['_transformUndoredo'](_0xeaa575){const _0x1b9401=_0x357007;this[_0x1b9401(0x3d8)][_0x1b9401(0x4f7)](this[_0x1b9401(0x563)],_0xeaa575);}['_transformSelections'](_0x4c4d5e){const _0x5a45ab=_0x357007;var _0x2a4d6b,_0x1bc82d;(_0x1bc82d=(_0x2a4d6b=this[_0x5a45ab(0x354)])[_0x5a45ab(0xf4)])==null||_0x1bc82d[_0x5a45ab(0x4fe)](_0x2a4d6b,_0x4c4d5e);}[_0x357007(0x229)](_0x5d2106){const _0x1ed1fc=_0x357007;var _0x1bd376,_0x13eee0;return(_0x13eee0=(_0x1bd376=this[_0x1ed1fc(0x354)])[_0x1ed1fc(0x22b)])==null?void 0x0:_0x13eee0[_0x1ed1fc(0x4fe)](_0x1bd376,_0x5d2106);}[_0x357007(0x543)](_0x1f68bb){const _0x390a97=_0x357007;var _0x390de4,_0x57c7f2;return(_0x57c7f2=(_0x390de4=this[_0x390a97(0x354)])[_0x390a97(0x421)])==null?void 0x0:_0x57c7f2['call'](_0x390de4,_0x1f68bb);}[_0x357007(0x5a8)](_0x283efd){const _0x5be62d=_0x357007;var _0x19863d,_0xcdecc9,_0xad4846;return(_0xad4846=(_0xcdecc9=(_0x19863d=this['_handler'])['onTransformRemoteChangesetByIMECache'])==null?void 0x0:_0xcdecc9[_0x5be62d(0x4fe)](_0x19863d,_0x283efd))!=null?_0xad4846:_0x283efd;}[_0x357007(0x338)](_0x41fd3c){const _0x39e44d=_0x357007;var _0x57fbe6,_0x2ead8e,_0x23d690;return(_0x23d690=(_0x2ead8e=(_0x57fbe6=this['_handler'])[_0x39e44d(0x169)])==null?void 0x0:_0x2ead8e[_0x39e44d(0x4fe)](_0x57fbe6,_0x41fd3c))!=null?_0x23d690:_0x41fd3c;}[_0x357007(0x1f4)](_0x238eba){const _0x261808=_0x357007;var _0x4ae926,_0x8c54cb;if(this[_0x261808(0x486)]===_0x1c36ee['UNIVER_DOC']){const {unitID:_0x6b3f21,mutations:_0x204904,memberID:_0x436354}=_0x238eba,_0x215c88=_0x204904[0x0]['params'][_0x261808(0xf2)];Array[_0x261808(0x139)](_0x215c88)&&_0x215c88[_0x261808(0x1b0)]>0x0&&((_0x8c54cb=(_0x4ae926=this['_handler'])[_0x261808(0x317)])==null||_0x8c54cb['call'](_0x4ae926,{'unitID':_0x6b3f21,'memberID':_0x436354,'textRanges':_0x215c88}));}}['_updateLocalCache'](){const _0x2acd9a=_0x357007;this[_0x2acd9a(0x4e9)][_0x2acd9a(0x123)](this['unitID'],this[_0x2acd9a(0x486)],this[_0x2acd9a(0x24a)],this[_0x2acd9a(0x422)]);}[_0x357007(0x183)](){const _0xc9ef12=_0x357007;return this['_revisionService'][_0xc9ef12(0x110)](this[_0xc9ef12(0x563)]);}['_incrementRevisionNumber'](){const _0x2ba7f4=_0x357007;this[_0x2ba7f4(0xfc)][_0x2ba7f4(0x353)](this[_0x2ba7f4(0x563)]);}[_0x357007(0x35d)](_0x23bd3b){const _0x24f475=_0x357007;var _0x2c8ad7;let _0x119a62=this[_0x24f475(0x5a8)](_0x23bd3b);_0x119a62=this[_0x24f475(0x338)](_0x119a62);const _0x15910c=_0x457d20[_0x24f475(0x502)](_0x119a62['mutations'],this[_0x24f475(0x2a1)],{'fromCollab':!0x0});if(!_0x15910c[_0x24f475(0x475)])throw _0x15910c[_0x24f475(0x519)]instanceof Error?_0x15910c[_0x24f475(0x519)]:new Error((_0x2c8ad7=_0x15910c['error'])!=null?_0x2c8ad7:_0x24f475(0x44c));this[_0x24f475(0x229)](_0x119a62),this[_0x24f475(0x543)](_0x119a62),this[_0x24f475(0x4ce)](_0x23bd3b),this[_0x24f475(0x47c)](_0x119a62),this[_0x24f475(0x1f4)](_0x119a62),this[_0x24f475(0x287)]();}}let _0x6dd86=class extends _0x36fdd4{constructor(_0x4f1350,_0x54ae3c,_0x305a9f,_0x328be5,_0xd9e17b,_0x170ba5,_0x4bed63,_0x309f83,_0x3c56e8,_0x789213){const _0x371d96=_0x357007;super(_0x4f1350,_0x54ae3c,null,[],_0x305a9f,_0x309f83,_0x4bed63,_0x328be5,_0xd9e17b),_0x184856(this,_0x371d96(0x477),_0x371d96(0x1b4)),(this[_0x371d96(0x593)]=_0x170ba5,this[_0x371d96(0x514)]=_0x3c56e8,this[_0x371d96(0x2af)]=_0x789213);}[_0x357007(0x266)](_0x206cc3){const _0x3333b1=_0x357007,_0xd19167=this[_0x3333b1(0x593)][_0x3333b1(0xfd)](_0x2cdf5f,this[_0x3333b1(0x563)],this[_0x3333b1(0x486)],[_0x206cc3],this[_0x3333b1(0x354)]);return _0xd19167['_schedule'](),_0xd19167[_0x3333b1(0x535)](),_0xd19167;}['onRemoteChangeset'](_0x95c50d){const _0x332c0d=_0x357007;if(this[_0x332c0d(0x546)](_0x95c50d))return this[_0x332c0d(0x593)][_0x332c0d(0xfd)](_0x5b8d63,this['unitID'],this[_0x332c0d(0x486)],null,[],null,[_0x95c50d],this[_0x332c0d(0x354)]);try{const _0x407e0c=this['_transformService']['transformMutationsWithChangeset'](_0x95c50d,[_0x451b76]);if(_0x4d26ac[_0x332c0d(0xed)](_0x407e0c)){const {c1Prime:_0x5359b3}=_0x407e0c;return this[_0x332c0d(0x35d)](_0x5359b3),this;}throw _0x407e0c[_0x332c0d(0x519)];}catch(_0x48dc84){return this[_0x332c0d(0x514)]['error'](_0x48dc84),this[_0x332c0d(0x419)](!0x1);}}[_0x357007(0x419)](_0x4e4a11){const _0x261630=_0x357007;return this[_0x261630(0x593)][_0x261630(0xfd)](_0x4bfd84,this[_0x261630(0x563)],this[_0x261630(0x486)],null,[],this[_0x261630(0x354)],_0x4e4a11);}['onRemoteAck'](){throw new Error('[SyncedState]:\x20received\x20acknowledgement.');}[_0x357007(0x23f)](){const _0xa234a6=_0x357007;throw new Error(_0xa234a6(0x15b));}[_0x357007(0x539)](){return this;}[_0x357007(0x145)](){const _0x39e691=_0x357007;return this[_0x39e691(0x593)][_0x39e691(0xfd)](_0x52b8d8,this[_0x39e691(0x563)],this[_0x39e691(0x486)],null,[],this['_handler']);}[_0x357007(0x3e9)](){return this;}[_0x357007(0x1bd)](){const _0x20aa22=_0x357007;throw new Error(_0x20aa22(0xef));}[_0x357007(0x418)](){const _0x33969a=_0x357007,_0x5610e5=this[_0x33969a(0xfc)]['getCurrentRevOfUnit'](this[_0x33969a(0x563)]);return this['_handler'][_0x33969a(0x59f)]({'from':_0x5610e5,'to':0x0}),this['_injector'][_0x33969a(0xfd)](_0x5b8d63,this[_0x33969a(0x563)],this['type'],null,[],null,[],this[_0x33969a(0x354)]);}};_0x6dd86=_0x233cd3([_0xb9c7f1(0x3,_0x457d20[_0x357007(0x2c4)](_0x4d26ac[_0x357007(0x37c)])),_0xb9c7f1(0x4,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x4f9)])),_0xb9c7f1(0x5,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0xb9c7f1(0x6,_0x457d20[_0x357007(0x381)]),_0xb9c7f1(0x7,_0x457d20['ICommandService']),_0xb9c7f1(0x8,_0x457d20[_0x357007(0x54e)]),_0xb9c7f1(0x9,_0x4d26ac['ITransformService'])],_0x6dd86);let _0x2cdf5f=class extends _0x36fdd4{constructor(_0x138941,_0x46eb64,_0x2ab8be,_0x4f06a6,_0xa3a3e8,_0x42b94b,_0x720d31,_0x1155ac,_0x2d1313,_0x2ab2c3,_0x20a3a3,_0x48fea6,_0x4851b1,_0x2461cd){const _0x5e2007=_0x357007;super(_0x138941,_0x46eb64,null,_0x2ab8be,_0x4f06a6,_0x2ab2c3,_0x2461cd,_0x42b94b,_0x720d31),_0x184856(this,_0x5e2007(0x477),'pending'),_0x184856(this,'_scheduleTimestamp',null),_0x184856(this,_0x5e2007(0x42c),null),(this[_0x5e2007(0x593)]=_0xa3a3e8,this[_0x5e2007(0x3e1)]=_0x1155ac,this['_logService']=_0x2d1313,this[_0x5e2007(0x331)]=_0x20a3a3,this['_transformService']=_0x48fea6,this[_0x5e2007(0x140)]=_0x4851b1);}[_0x357007(0x266)](_0x36a17d){const _0xbd8e8d=_0x357007;return this[_0xbd8e8d(0x422)][_0xbd8e8d(0x39d)](_0x36a17d),this[_0xbd8e8d(0x535)](),this;}['onRemoteChangeset'](_0x99466f){const _0x5075e7=_0x357007;if(this[_0x5075e7(0x546)](_0x99466f))return this[_0x5075e7(0x50d)](),this[_0x5075e7(0x593)][_0x5075e7(0xfd)](_0x5b8d63,this[_0x5075e7(0x563)],this[_0x5075e7(0x486)],null,this[_0x5075e7(0x422)],null,[_0x99466f],this[_0x5075e7(0x354)]);try{const _0x4b4230=this[_0x5075e7(0x2af)][_0x5075e7(0x424)](_0x99466f,this[_0x5075e7(0x422)]);if(_0x4d26ac['isTransformMutationsWithChangesetSuccess'](_0x4b4230)){const {c1Prime:_0x8d31b0,m2Prime:_0x23d7f2}=_0x4b4230;this['_executeRemoteChangeset'](_0x8d31b0);const _0x13754f=this[_0x5075e7(0x593)][_0x5075e7(0xfd)](_0x2cdf5f,this[_0x5075e7(0x563)],this[_0x5075e7(0x486)],_0x23d7f2,this['_handler']);return this[_0x5075e7(0x50d)](),_0x13754f[_0x5075e7(0x3fd)](this[_0x5075e7(0x45b)]?Math[_0x5075e7(0x10d)](0x0,new Date()[_0x5075e7(0x111)]()-this[_0x5075e7(0x45b)]):this[_0x5075e7(0x48d)]()),_0x13754f;}throw _0x4b4230[_0x5075e7(0x519)];}catch(_0x18a97b){return this['_logService']['error'](_0x18a97b),this[_0x5075e7(0x419)](!0x1);}}[_0x357007(0x201)](){const _0x4473b6=_0x357007;throw new Error(_0x4473b6(0x1f9));}['onRemoteRej'](){throw new Error('[PendingState]:\x20received\x20rejection.');}[_0x357007(0x539)](){return this;}[_0x357007(0x145)](){const _0x10695f=_0x357007;return this['_clearScheduledTask'](),this[_0x10695f(0x593)][_0x10695f(0xfd)](_0x52b8d8,this[_0x10695f(0x563)],this[_0x10695f(0x486)],null,this[_0x10695f(0x422)],this[_0x10695f(0x354)]);}[_0x357007(0x3e9)](){return this;}[_0x357007(0x3fd)](_0x2b912a){const _0x2c13e4=_0x357007,_0x2ed22f=_0x2b912a!=null?_0x2b912a:this[_0x2c13e4(0x48d)]();this[_0x2c13e4(0x45b)]=new Date()[_0x2c13e4(0x111)](),this[_0x2c13e4(0x42c)]=window[_0x2c13e4(0x1c5)](()=>{const _0x4db554=_0x2c13e4;this[_0x4db554(0x50d)]();let _0x17cc0c=null;switch(this['type']){case _0x1c36ee[_0x4db554(0x3b5)]:{_0x17cc0c=_0x2f3d1d(this['_pendingMutations'],this[_0x4db554(0x563)],this[_0x4db554(0x140)],this['_revisionService'],this['_memberService']);break;}case _0x1c36ee[_0x4db554(0x210)]:{this[_0x4db554(0x422)][_0x4db554(0x259)](_0x2c9c6a=>_0x2c9c6a['id']===_0x279b33[_0x4db554(0x347)]['id'])?_0x17cc0c=_0x55fba7(this['_pendingMutations'],this[_0x4db554(0x563)],this['_univerInstanceService'],this['_revisionService'],this['_memberService']):_0x17cc0c=_0x2f3d1d(this[_0x4db554(0x422)],this[_0x4db554(0x563)],this['_univerInstanceService'],this[_0x4db554(0xfc)],this[_0x4db554(0x3e1)]);break;}default:throw new Error(_0x4db554(0x53c)+this[_0x4db554(0x486)]+_0x4db554(0x3e4));}const {changeset:_0x413c9d,pendingMutations:_0xc0cb73}=_0x17cc0c;this['_handler'][_0x4db554(0x3be)](_0x413c9d);const _0x56db19=_0xc0cb73['length']?this[_0x4db554(0x593)][_0x4db554(0xfd)](_0x2b0484,this[_0x4db554(0x563)],this[_0x4db554(0x486)],_0x413c9d,_0xc0cb73,this['_handler'],void 0x0):this[_0x4db554(0x593)]['createInstance'](_0x445360,this['unitID'],this[_0x4db554(0x486)],_0x413c9d,this[_0x4db554(0x354)]);_0x56db19[_0x4db554(0x535)](),this[_0x4db554(0x354)][_0x4db554(0x144)](this,_0x56db19);},_0x2ed22f);}[_0x357007(0x48d)](){const _0xa2f68=_0x357007;var _0x588d3e;const _0x4621f6=this[_0xa2f68(0x331)][_0xa2f68(0x4d5)](_0x11df2a);return(_0x588d3e=_0x4621f6==null?void 0x0:_0x4621f6['sendChangesetTimeout'])!=null?_0x588d3e:0x7d0;}[_0x357007(0x1bd)](){const _0x30fd61=_0x357007;throw new Error(_0x30fd61(0x566));}[_0x357007(0x50d)](){const _0x6c5ea5=_0x357007;this[_0x6c5ea5(0x42c)]!=null&&(clearTimeout(this[_0x6c5ea5(0x42c)]),this[_0x6c5ea5(0x42c)]=null);}[_0x357007(0x419)](_0x55a144){const _0x47cd2d=_0x357007;return this[_0x47cd2d(0x50d)](),this[_0x47cd2d(0x593)][_0x47cd2d(0xfd)](_0x4bfd84,this[_0x47cd2d(0x563)],this[_0x47cd2d(0x486)],null,this[_0x47cd2d(0x422)],this['_handler'],_0x55a144);}};_0x2cdf5f=_0x233cd3([_0xb9c7f1(0x4,_0x457d20['Inject'](_0x457d20[_0x357007(0x467)])),_0xb9c7f1(0x5,_0x457d20[_0x357007(0x2c4)](_0x4d26ac[_0x357007(0x37c)])),_0xb9c7f1(0x6,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x4f9)])),_0xb9c7f1(0x7,_0x457d20[_0x357007(0x2c4)](_0x325eac['MemberService'])),_0xb9c7f1(0x8,_0x457d20[_0x357007(0x54e)]),_0xb9c7f1(0x9,_0x457d20['ICommandService']),_0xb9c7f1(0xa,_0x457d20[_0x357007(0x3cc)]),_0xb9c7f1(0xb,_0x4d26ac['ITransformService']),_0xb9c7f1(0xc,_0x457d20[_0x357007(0x35e)]),_0xb9c7f1(0xd,_0x457d20[_0x357007(0x381)])],_0x2cdf5f);let _0x445360=class extends _0x36fdd4{constructor(_0x245a3f,_0x595baa,_0x306893,_0x20a8a4,_0xb54bce,_0x1ccdfc,_0xe32bcb,_0x477bcf,_0x2c3179,_0x5c4f27,_0xca961){const _0x36ac56=_0x357007;super(_0x245a3f,_0x595baa,_0x306893,[],_0x20a8a4,_0x477bcf,_0xca961,_0x1ccdfc,_0xe32bcb),_0x184856(this,'status','awaiting'),_0x184856(this,_0x36ac56(0x33f),0x0),_0x184856(this,_0x36ac56(0x2bd)),_0x184856(this,_0x36ac56(0x279)),(this['_injector']=_0xb54bce,this[_0x36ac56(0x514)]=_0x2c3179,this['_transformService']=_0x5c4f27);}[_0x357007(0x266)](_0x640b75){const _0x4394e3=_0x357007;this[_0x4394e3(0x50d)]();const _0x244067=this['_injector'][_0x4394e3(0xfd)](_0x2b0484,this[_0x4394e3(0x563)],this[_0x4394e3(0x486)],this[_0x4394e3(0x24a)],[_0x640b75],this[_0x4394e3(0x354)],this[_0x4394e3(0x2bd)]);return _0x244067[_0x4394e3(0x535)](),_0x244067;}['onRemoteChangeset'](_0x16667a){const _0x182098=_0x357007;if(this[_0x182098(0x546)](_0x16667a))return this[_0x182098(0x50d)](),this[_0x182098(0x593)][_0x182098(0xfd)](_0x5b8d63,this[_0x182098(0x563)],this[_0x182098(0x486)],this[_0x182098(0x24a)],[],null,[_0x16667a],this['_handler']);try{const _0x12882e=this[_0x182098(0x2af)][_0x182098(0x5ad)]([_0x16667a],[this['_awaitingChangeset']],!0x1);if(_0x4d26ac['isTransformChangesetsSuccess'](_0x12882e)){const {c1Prime:_0x2e94de,c2Prime:_0x705f3a}=_0x12882e;this[_0x182098(0x35d)](_0x2e94de[0x0]),_0x705f3a[0x0][_0x182098(0x4d9)]=this['_getCurrentRevision'](),this[_0x182098(0x50d)]();const _0x2868e1=this[_0x182098(0x593)][_0x182098(0xfd)](_0x445360,this[_0x182098(0x563)],this[_0x182098(0x486)],_0x705f3a[0x0],this[_0x182098(0x354)]);return _0x2868e1[_0x182098(0x535)](),_0x2868e1;}return this['_onConflict'](!0x1);}catch(_0x1b38f9){return this['_logService'][_0x182098(0x519)](_0x1b38f9),this['_onConflict'](!0x1);}}[_0x357007(0x201)](_0x3262be){const _0x1fb627=_0x357007;this[_0x1fb627(0x50d)]();const _0x205dd3=this[_0x1fb627(0xfc)][_0x1fb627(0x110)](this[_0x1fb627(0x563)]);if(_0x3262be[_0x1fb627(0x4d8)]<_0x205dd3-0x1)return this;if(this['_checkMissing'](_0x3262be))return this['_injector'][_0x1fb627(0xfd)](_0x5b8d63,this['unitID'],this[_0x1fb627(0x486)],null,[],this['_awaitingChangeset'],[],this[_0x1fb627(0x354)]);this[_0x1fb627(0x287)]();const _0x483190=this['_injector'][_0x1fb627(0xfd)](_0x6dd86,this[_0x1fb627(0x563)],this[_0x1fb627(0x486)],this[_0x1fb627(0x354)]);return _0x483190[_0x1fb627(0x535)](),_0x483190;}[_0x357007(0x23f)](_0x54fba8){const _0x1305be=_0x357007;return this[_0x1305be(0x419)](!!(_0x54fba8!=null&&_0x54fba8['isPermissionRej']));}[_0x357007(0x539)](_0x107525){const _0x3f7a1b=_0x357007;return this['_resendTimeout']>_0xa6d16?this['toggleOffline']():(this[_0x3f7a1b(0x2bd)]=_0xa606e9(this[_0x3f7a1b(0x33f)],{'timeout':this['_resendTimeout'],'reqId':_0x107525['reqId']}),this['_sender']=this['_resendTimer'][_0x3f7a1b(0x479)](({reqId:_0xb7e73b,timeout:_0x3d199a})=>{const _0x48ae7e=_0x3f7a1b;this[_0x48ae7e(0x589)](_0xb7e73b,_0x3d199a);}),this);}[_0x357007(0x145)](){const _0x2fabe7=_0x357007;return this[_0x2fabe7(0x50d)](),this[_0x2fabe7(0x593)][_0x2fabe7(0xfd)](_0x52b8d8,this[_0x2fabe7(0x563)],this[_0x2fabe7(0x486)],this[_0x2fabe7(0x24a)],[],this[_0x2fabe7(0x354)]);}[_0x357007(0x3e9)](){return this;}[_0x357007(0x1bd)](){const _0x7f62d6=_0x357007;this[_0x7f62d6(0x354)][_0x7f62d6(0x3be)](this[_0x7f62d6(0x24a)]);}[_0x357007(0x419)](_0x17540a){const _0x2febac=_0x357007;return this[_0x2febac(0x50d)](),this[_0x2febac(0x593)]['createInstance'](_0x4bfd84,this['unitID'],this[_0x2febac(0x486)],this[_0x2febac(0x24a)],[],this[_0x2febac(0x354)],_0x17540a);}[_0x357007(0x589)](_0x3d060b,_0x3a5827){const _0x2ffdf1=_0x357007;var _0xa47516;_0x3d060b===((_0xa47516=this[_0x2ffdf1(0x24a)])==null?void 0x0:_0xa47516[_0x2ffdf1(0x1fd)])&&(this['resend'](),this['_resendTimeout']=_0x3a5827===0x0?0x3e8:_0x3a5827*0x2);}[_0x357007(0x50d)](){const _0x472f73=_0x357007;var _0x35eedc;(_0x35eedc=this[_0x472f73(0x279)])==null||_0x35eedc[_0x472f73(0x436)](),this[_0x472f73(0x33f)]=0x0;}};_0x445360=_0x233cd3([_0xb9c7f1(0x4,_0x457d20['Inject'](_0x457d20[_0x357007(0x467)])),_0xb9c7f1(0x5,_0x457d20[_0x357007(0x2c4)](_0x4d26ac[_0x357007(0x37c)])),_0xb9c7f1(0x6,_0x457d20[_0x357007(0x2c4)](_0x325eac['LocalCacheService'])),_0xb9c7f1(0x7,_0x457d20[_0x357007(0x324)]),_0xb9c7f1(0x8,_0x457d20[_0x357007(0x54e)]),_0xb9c7f1(0x9,_0x4d26ac[_0x357007(0x329)]),_0xb9c7f1(0xa,_0x457d20[_0x357007(0x381)])],_0x445360);let _0x2b0484=class extends _0x36fdd4{constructor(_0x186e3b,_0x5ed49f,_0x18a5d2,_0x40f6a6,_0x1b8297,_0x60ca1c,_0x162516,_0x160da4,_0x50a05d,_0x3b95fc,_0x3a36a7,_0x4cb2c3,_0xb47321){const _0x263266=_0x357007;super(_0x186e3b,_0x5ed49f,_0x18a5d2,_0x40f6a6,_0x1b8297,_0x3b95fc,_0xb47321,_0x160da4,_0x50a05d),_0x184856(this,_0x263266(0x477),'awaiting_with_pending'),_0x184856(this,_0x263266(0x33f),0x0),_0x184856(this,_0x263266(0x2bd)),_0x184856(this,_0x263266(0x279)),(this[_0x263266(0x593)]=_0x162516,this[_0x263266(0x514)]=_0x3a36a7,this['_transformService']=_0x4cb2c3,_0x60ca1c&&(this[_0x263266(0x2bd)]=_0x60ca1c,this[_0x263266(0x279)]=this[_0x263266(0x2bd)][_0x263266(0x479)](({reqId:_0x37ff3a,timeout:_0x2d04bd})=>{const _0x26da66=_0x263266;this[_0x26da66(0x589)](_0x37ff3a,_0x2d04bd);})));}[_0x357007(0x266)](_0x52a471){const _0x253acc=_0x357007;return this[_0x253acc(0x422)][_0x253acc(0x39d)](_0x52a471),this;}[_0x357007(0x333)](_0x2e9e8e){const _0x1b2c7c=_0x357007;if(this['_checkMissing'](_0x2e9e8e))return this[_0x1b2c7c(0x50d)](),this[_0x1b2c7c(0x593)][_0x1b2c7c(0xfd)](_0x5b8d63,this['unitID'],this[_0x1b2c7c(0x486)],this[_0x1b2c7c(0x24a)],this['_pendingMutations'],null,[_0x2e9e8e],this[_0x1b2c7c(0x354)]);try{const _0x16c384=this[_0x1b2c7c(0x2af)]['transformChangesets']([_0x2e9e8e],[this['_awaitingChangeset']],!0x1);if(_0x4d26ac[_0x1b2c7c(0x2ec)](_0x16c384)){const {c1Prime:_0x1d1958,c2Prime:_0x7a5db2}=_0x16c384,_0x10055d=this[_0x1b2c7c(0x2af)][_0x1b2c7c(0x424)](_0x1d1958[0x0],this[_0x1b2c7c(0x422)]);if(_0x4d26ac['isTransformMutationsWithChangesetSuccess'](_0x10055d)){const {c1Prime:_0x19087b,m2Prime:_0x1cf2bf}=_0x10055d;return this[_0x1b2c7c(0x35d)](_0x19087b),_0x7a5db2[0x0][_0x1b2c7c(0x4d9)]=this[_0x1b2c7c(0x183)](),this[_0x1b2c7c(0x50d)](),this[_0x1b2c7c(0x593)][_0x1b2c7c(0xfd)](_0x2b0484,this[_0x1b2c7c(0x563)],this['type'],_0x7a5db2[0x0],_0x1cf2bf,this[_0x1b2c7c(0x354)],void 0x0);}throw _0x10055d[_0x1b2c7c(0x519)];}throw _0x16c384['error'];}catch(_0x14ab63){return this[_0x1b2c7c(0x514)][_0x1b2c7c(0x519)](_0x14ab63),this[_0x1b2c7c(0x419)](!0x1);}}[_0x357007(0x201)](_0x454d45){const _0x23ee1d=_0x357007;if(this[_0x23ee1d(0x50d)](),this[_0x23ee1d(0x546)](_0x454d45))return this[_0x23ee1d(0x593)][_0x23ee1d(0xfd)](_0x5b8d63,this[_0x23ee1d(0x563)],this[_0x23ee1d(0x486)],null,this[_0x23ee1d(0x422)],this[_0x23ee1d(0x24a)],[],this[_0x23ee1d(0x354)]);this[_0x23ee1d(0x287)]();const _0x1507ea=this['_injector'][_0x23ee1d(0xfd)](_0x2cdf5f,this[_0x23ee1d(0x563)],this[_0x23ee1d(0x486)],this[_0x23ee1d(0x422)],this[_0x23ee1d(0x354)]);return _0x1507ea[_0x23ee1d(0x3fd)](),_0x1507ea['_updateLocalCache'](),_0x1507ea;}[_0x357007(0x23f)](_0x2fbcdc){const _0x7049b4=_0x357007;return this[_0x7049b4(0x419)](!!(_0x2fbcdc!=null&&_0x2fbcdc[_0x7049b4(0x262)]));}[_0x357007(0x539)](_0x29b691){const _0x237110=_0x357007;return this[_0x237110(0x33f)]>_0xa6d16?this[_0x237110(0x145)]():(this[_0x237110(0x2bd)]=_0xa606e9(this[_0x237110(0x33f)],{'timeout':this[_0x237110(0x33f)],'reqId':_0x29b691[_0x237110(0x1fd)]}),this[_0x237110(0x279)]=this[_0x237110(0x2bd)][_0x237110(0x479)](({reqId:_0xa092,timeout:_0x1610bb})=>{this['_resendWithTimeout'](_0xa092,_0x1610bb);}),this);}['toggleOffline'](){const _0x1cc13b=_0x357007;return this[_0x1cc13b(0x50d)](),this[_0x1cc13b(0x593)][_0x1cc13b(0xfd)](_0x52b8d8,this[_0x1cc13b(0x563)],this[_0x1cc13b(0x486)],this[_0x1cc13b(0x24a)],this['_pendingMutations'],this[_0x1cc13b(0x354)]);}[_0x357007(0x3e9)](){return this;}['resend'](){const _0xf92a0b=_0x357007;this[_0xf92a0b(0x354)][_0xf92a0b(0x3be)](this['_awaitingChangeset']);}[_0x357007(0x419)](_0x3c185a){const _0x42f994=_0x357007;return this[_0x42f994(0x50d)](),this[_0x42f994(0x593)][_0x42f994(0xfd)](_0x4bfd84,this[_0x42f994(0x563)],this[_0x42f994(0x486)],null,this[_0x42f994(0x422)],this[_0x42f994(0x354)],_0x3c185a);}[_0x357007(0x589)](_0x4694eb,_0x39a9a7){const _0x4dab2e=_0x357007;var _0x4b664b;_0x4694eb===((_0x4b664b=this[_0x4dab2e(0x24a)])==null?void 0x0:_0x4b664b[_0x4dab2e(0x1fd)])&&(this[_0x4dab2e(0x1bd)](),this[_0x4dab2e(0x33f)]=_0x39a9a7===0x0?0x3e8:_0x39a9a7*0x2);}['_clearScheduledTask'](){const _0x2fa735=_0x357007;var _0x4fcc64;(_0x4fcc64=this[_0x2fa735(0x279)])==null||_0x4fcc64[_0x2fa735(0x436)](),this['_resendTimeout']=0x0;}};_0x2b0484=_0x233cd3([_0xb9c7f1(0x6,_0x457d20['Inject'](_0x457d20[_0x357007(0x467)])),_0xb9c7f1(0x7,_0x457d20[_0x357007(0x2c4)](_0x4d26ac['RevisionService'])),_0xb9c7f1(0x8,_0x457d20[_0x357007(0x2c4)](_0x325eac['LocalCacheService'])),_0xb9c7f1(0x9,_0x457d20[_0x357007(0x324)]),_0xb9c7f1(0xa,_0x457d20[_0x357007(0x54e)]),_0xb9c7f1(0xb,_0x4d26ac[_0x357007(0x329)]),_0xb9c7f1(0xc,_0x457d20['IUndoRedoService'])],_0x2b0484);let _0x4bfd84=class extends _0x36fdd4{constructor(_0x37199b,_0x490bbd,_0x11274c,_0x5d2b09,_0x4de777,_0x11807f=!0x1,_0x3b1939,_0x5d95a3,_0x4135e9,_0x4397ba,_0x5ad107,_0x12520a,_0x302395){const _0x4df893=_0x357007;super(_0x37199b,_0x490bbd,_0x11274c,_0x5d2b09,_0x4de777,_0x5d95a3,_0x4135e9,_0x5ad107,_0x4397ba),_0x184856(this,_0x4df893(0x477),'conflict'),(this[_0x4df893(0x46b)]=_0x11807f,this[_0x4df893(0x56a)]=_0x3b1939,this[_0x4df893(0x22c)]=_0x12520a,this[_0x4df893(0x31b)]=_0x302395,this['_showConflictNotification'](),this[_0x4df893(0x4ca)](),this[_0x4df893(0x250)]());}[_0x357007(0x266)](){return this;}[_0x357007(0x333)](){return this;}[_0x357007(0x201)](){return this;}['onRemoteRej'](){return this;}['onRemoteRetry'](){return this;}[_0x357007(0x145)](){return this;}[_0x357007(0x3e9)](){return this;}[_0x357007(0x1bd)](){throw new Error('[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x357007(0x4ca)](){const _0x15b845=_0x357007;this[_0x15b845(0x4e9)]['updateOfflineData'](this[_0x15b845(0x563)],this[_0x15b845(0x486)],null,[]);}[_0x357007(0x2ff)](){const _0x4f5520=_0x357007;this[_0x4f5520(0x46b)]?this[_0x4f5520(0x31b)][_0x4f5520(0x3a5)]({'title':this[_0x4f5520(0x22c)]['t']('permission.title'),'content':this['_localeService']['t']('permission.content'),'type':_0x4f5520(0x519),'duration':0x0}):this['_notificationService'][_0x4f5520(0x3a5)]({'title':this['_localeService']['t']('conflict.title'),'content':this['_localeService']['t'](_0x4f5520(0x26c)),'type':_0x4f5520(0x519),'duration':0x0});}[_0x357007(0x250)](){const _0x2bd906=_0x357007;this[_0x2bd906(0x56a)][_0x2bd906(0x52b)](new _0x91efb2['WorkbookEditablePermission'](this[_0x2bd906(0x563)])['id'],!0x1);}};_0x4bfd84=_0x233cd3([_0xb9c7f1(0x6,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x42a)])),_0xb9c7f1(0x7,_0x457d20[_0x357007(0x324)]),_0xb9c7f1(0x8,_0x457d20[_0x357007(0x381)]),_0xb9c7f1(0x9,_0x457d20[_0x357007(0x2c4)](_0x325eac['LocalCacheService'])),_0xb9c7f1(0xa,_0x457d20[_0x357007(0x2c4)](_0x4d26ac['RevisionService'])),_0xb9c7f1(0xb,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x128)])),_0xb9c7f1(0xc,_0x2b45ba[_0x357007(0x1e5)])],_0x4bfd84);let _0x52b8d8=class extends _0x36fdd4{constructor(_0x64d1ba,_0x3e7043,_0x2b7fcb,_0x3af84f,_0x1536a3,_0x215d83,_0x3d52ae,_0x87ff09,_0x3a7236,_0x14b173){const _0x21b26c=_0x357007;super(_0x64d1ba,_0x3e7043,_0x2b7fcb,_0x3af84f,_0x1536a3,_0x3a7236,_0x14b173,_0x3d52ae,_0x87ff09),_0x184856(this,_0x21b26c(0x477),_0x21b26c(0x474)),this[_0x21b26c(0x593)]=_0x215d83;}['appendMutation'](_0x340db7){const _0x1c4bc4=_0x357007;return this[_0x1c4bc4(0x422)]['push'](_0x340db7),this[_0x1c4bc4(0x535)](),this;}[_0x357007(0x333)](_0x2f56f1){throw new Error('[OfflineState]:\x20received\x20changeset.');}[_0x357007(0x201)](){const _0x27a2b9=_0x357007;throw new Error(_0x27a2b9(0x1e9));}[_0x357007(0x23f)](){const _0x4bd057=_0x357007;throw new Error(_0x4bd057(0x574));}[_0x357007(0x539)](){return this;}[_0x357007(0x145)](){return this;}[_0x357007(0x3e9)](){const _0x4dc95c=_0x357007,{_injector:_0x499300,_pendingMutations:_0x8ac6fa,_awaitingChangeset:_0x387a64,unitID:_0x1c5d06,_handler:_0x463a55,type:_0x339ab0}=this,_0x46fdbe=_0x540535(_0x499300,_0x1c5d06,_0x339ab0,_0x387a64,_0x8ac6fa,_0x463a55);return _0x46fdbe instanceof _0x2cdf5f?_0x46fdbe['_schedule']():(_0x46fdbe instanceof _0x2b0484||_0x46fdbe instanceof _0x445360)&&_0x46fdbe[_0x4dc95c(0x1bd)](),_0x46fdbe;}[_0x357007(0x1bd)](){const _0x171df8=_0x357007;throw new Error(_0x171df8(0x44b));}};_0x52b8d8=_0x233cd3([_0xb9c7f1(0x5,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0xb9c7f1(0x6,_0x457d20[_0x357007(0x2c4)](_0x4d26ac[_0x357007(0x37c)])),_0xb9c7f1(0x7,_0x457d20['Inject'](_0x325eac['LocalCacheService'])),_0xb9c7f1(0x8,_0x457d20[_0x357007(0x324)]),_0xb9c7f1(0x9,_0x457d20[_0x357007(0x381)])],_0x52b8d8);let _0x5b8d63=class extends _0x36fdd4{constructor(_0x217256,_0x3f8931,_0x23ef96,_0x4c5c7a,_0x147516,_0x3d8dfe,_0x416a67,_0x5904d8,_0xbb4592,_0x31fce4,_0x5ae0b4,_0x109f96,_0x2cd371,_0x3a4c96){const _0x4c15a2=_0x357007;super(_0x217256,_0x3f8931,_0x23ef96,_0x4c5c7a,_0x416a67,_0x109f96,_0x2cd371,_0xbb4592,_0x31fce4),_0x184856(this,_0x4c15a2(0x477),_0x4c15a2(0x520)),(this[_0x4c15a2(0x3f4)]=_0x147516,this[_0x4c15a2(0x1dc)]=_0x3d8dfe,this[_0x4c15a2(0x593)]=_0x5904d8,this[_0x4c15a2(0x514)]=_0x5ae0b4,this[_0x4c15a2(0x2af)]=_0x3a4c96);}[_0x357007(0x15a)](_0x9936fe){const _0x1dd07f=_0x357007;try{const _0x20e91a=[..._0x9936fe,...this[_0x1dd07f(0x1dc)]],_0x158c2d=[this['_awaitingChangeset']||this[_0x1dd07f(0x3f4)]][_0x1dd07f(0x356)](_0x5bdedb=>!!_0x5bdedb);let _0x5900ff,_0x3230ec;if(_0x158c2d[_0x1dd07f(0x1b0)]){const _0x4653fd=this[_0x1dd07f(0x2af)]['transformChangesets'](_0x20e91a,_0x158c2d,!0x1);if(!_0x4d26ac[_0x1dd07f(0x2ec)](_0x4653fd))throw _0x4653fd[_0x1dd07f(0x519)];_0x5900ff=_0x4653fd[_0x1dd07f(0x2f5)],_0x3230ec=_0x4653fd[_0x1dd07f(0x246)];}else _0x5900ff=_0x20e91a,_0x3230ec=[];let _0x5f0f28=this[_0x1dd07f(0x422)];_0x5900ff[_0x1dd07f(0x274)](_0x9df876=>{const _0x2a1a7b=_0x1dd07f;let _0x1601c5;if(_0x5f0f28[_0x2a1a7b(0x1b0)]){const _0x165d25=this[_0x2a1a7b(0x2af)][_0x2a1a7b(0x424)](_0x9df876,_0x5f0f28);if(!_0x4d26ac[_0x2a1a7b(0xed)](_0x165d25))throw _0x165d25[_0x2a1a7b(0x519)];_0x1601c5=_0x165d25['c1Prime'],_0x5f0f28=_0x165d25[_0x2a1a7b(0x472)];}else _0x1601c5=_0x9df876;this[_0x2a1a7b(0x35d)](_0x1601c5);}),this[_0x1dd07f(0x3f4)]&&this['_incrementRevisionNumber'](),this[_0x1dd07f(0x24a)]&&_0x3230ec[_0x1dd07f(0x1b0)]&&(_0x3230ec[0x0][_0x1dd07f(0x4d9)]=this[_0x1dd07f(0x183)]());let _0x4ab38a;if(this['_awaitingChangeset']&&_0x5f0f28[_0x1dd07f(0x1b0)]!==0x0)_0x4ab38a=this['_injector']['createInstance'](_0x2b0484,this['unitID'],this[_0x1dd07f(0x486)],_0x3230ec[0x0],_0x5f0f28,this[_0x1dd07f(0x354)],void 0x0);else{if(this['_awaitingChangeset']&&_0x5f0f28[_0x1dd07f(0x1b0)]===0x0)_0x3230ec[0x0][_0x1dd07f(0x4d9)]=this[_0x1dd07f(0x183)](),_0x4ab38a=this[_0x1dd07f(0x593)][_0x1dd07f(0xfd)](_0x445360,this[_0x1dd07f(0x563)],this[_0x1dd07f(0x486)],_0x3230ec[0x0],this['_handler']);else{if(_0x5f0f28[_0x1dd07f(0x1b0)]!==0x0){const _0x38270c=this['_injector']['createInstance'](_0x2cdf5f,this[_0x1dd07f(0x563)],this[_0x1dd07f(0x486)],_0x5f0f28,this['_handler']);_0x38270c['_schedule'](),_0x4ab38a=_0x38270c;}else _0x4ab38a=this[_0x1dd07f(0x593)][_0x1dd07f(0xfd)](_0x6dd86,this[_0x1dd07f(0x563)],this['type'],this[_0x1dd07f(0x354)]);}}return _0x4ab38a[_0x1dd07f(0x535)](),_0x4ab38a;}catch(_0x31dd40){return this[_0x1dd07f(0x514)][_0x1dd07f(0x519)](_0x1dd07f(0x267),_0x1dd07f(0x174),_0x31dd40),this['_injector'][_0x1dd07f(0xfd)](_0x4bfd84,this['unitID'],this[_0x1dd07f(0x486)],this[_0x1dd07f(0x24a)],this[_0x1dd07f(0x422)],this['_handler'],!0x1);}}[_0x357007(0x1bd)](){const _0x546960=_0x357007;throw new Error(_0x546960(0x36c));}['appendMutation'](_0x1fd87a){return this['_pendingMutations']['push'](_0x1fd87a),this;}[_0x357007(0x333)](_0x4ca239){const _0x483bf9=_0x357007;return this[_0x483bf9(0x1dc)][_0x483bf9(0x39d)](_0x4ca239),this;}['onRemoteAck'](_0x29c052){const _0x22fef2=_0x357007;if(this[_0x22fef2(0x24a)])return this[_0x22fef2(0x3f4)]=this[_0x22fef2(0x24a)],this[_0x22fef2(0x24a)]=null,this;throw new Error('[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!');}[_0x357007(0x23f)](_0x4be99c){const _0x25bab5=_0x357007;return this[_0x25bab5(0x419)](!!(_0x4be99c!=null&&_0x4be99c['isPermissionRej']));}[_0x357007(0x539)](){return this;}[_0x357007(0x145)](){const _0x1398e7=_0x357007;return this[_0x1398e7(0x593)][_0x1398e7(0xfd)](_0x52b8d8,this[_0x1398e7(0x563)],this[_0x1398e7(0x486)],this[_0x1398e7(0x24a)],this['_pendingMutations'],this[_0x1398e7(0x354)]);}[_0x357007(0x3e9)](){return this;}['_onConflict'](_0x574dac){const _0x469de2=_0x357007;return this[_0x469de2(0x593)][_0x469de2(0xfd)](_0x4bfd84,this[_0x469de2(0x563)],this[_0x469de2(0x486)],this['_awaitingChangeset'],this[_0x469de2(0x422)],this['_handler'],_0x574dac);}};_0x5b8d63=_0x233cd3([_0xb9c7f1(0x7,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0xb9c7f1(0x8,_0x457d20['Inject'](_0x4d26ac[_0x357007(0x37c)])),_0xb9c7f1(0x9,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x4f9)])),_0xb9c7f1(0xa,_0x457d20[_0x357007(0x54e)]),_0xb9c7f1(0xb,_0x457d20[_0x357007(0x324)]),_0xb9c7f1(0xc,_0x457d20[_0x357007(0x381)]),_0xb9c7f1(0xd,_0x4d26ac['ITransformService'])],_0x5b8d63);function _0x540535(_0x106492,_0x133cd6,_0x13fa47,_0x69a11f,_0x115440,_0x53e37b){const _0xbca3aa=_0x357007;return _0x69a11f&&_0x115440['length']?_0x106492[_0xbca3aa(0xfd)](_0x2b0484,_0x133cd6,_0x13fa47,_0x69a11f,_0x115440,_0x53e37b,void 0x0):_0x69a11f?_0x106492[_0xbca3aa(0xfd)](_0x445360,_0x133cd6,_0x13fa47,_0x69a11f,_0x53e37b):_0x115440['length']?_0x106492[_0xbca3aa(0xfd)](_0x2cdf5f,_0x133cd6,_0x13fa47,_0x115440,_0x53e37b):_0x106492[_0xbca3aa(0xfd)](_0x6dd86,_0x133cd6,_0x13fa47,_0x53e37b);}var _0x451f24=Object[_0x357007(0x376)],_0x2d09f9=Object[_0x357007(0x41b)],_0xd723ed=(_0x4188d3,_0x31c14c,_0x1ec740,_0x54b3de)=>{const _0x15f389=_0x357007;for(var _0x3d9113=_0x54b3de>0x1?void 0x0:_0x54b3de?_0x2d09f9(_0x31c14c,_0x1ec740):_0x31c14c,_0x2e4bd7=_0x4188d3[_0x15f389(0x1b0)]-0x1,_0x17b11d;_0x2e4bd7>=0x0;_0x2e4bd7--)(_0x17b11d=_0x4188d3[_0x2e4bd7])&&(_0x3d9113=(_0x54b3de?_0x17b11d(_0x31c14c,_0x1ec740,_0x3d9113):_0x17b11d(_0x3d9113))||_0x3d9113);return _0x54b3de&&_0x3d9113&&_0x451f24(_0x31c14c,_0x1ec740,_0x3d9113),_0x3d9113;},_0x2da585=(_0x2272cc,_0x50ff3d)=>(_0xa1fe53,_0x46ac43)=>_0x50ff3d(_0xa1fe53,_0x46ac43,_0x2272cc);_0x325eac[_0x357007(0x5af)]=class extends _0x457d20[_0x357007(0xe7)]{constructor(_0xbbefc9,_0x1feb56,_0x411ec7,_0x3d4d15,_0x5a126b,_0x470b2f,_0x2fe131,_0x50694f,_0x33116e,_0x36d31c,_0x4a7635,_0x56a53c,_0x3ca77b){const _0x251b80=_0x357007;super(),_0x184856(this,'_state$',new _0x44a02e[(_0x251b80(0x387))](null)),_0x184856(this,_0x251b80(0x1bc),this['_state$']['asObservable']()),_0x184856(this,'_state'),_0x184856(this,_0x251b80(0x3a0),!0x1),_0x184856(this,'_changesetSessionId',''),_0x184856(this,'_changesetReqId',0x0),_0x184856(this,_0x251b80(0x1ec),this[_0x251b80(0x1bc)][_0x251b80(0x3f8)](_0x44a02e[_0x251b80(0x595)](_0x5a13fe=>_0x5a13fe?_0x5a13fe[_0x251b80(0x477)]:_0x44c5ad[_0x251b80(0x31a)]),_0x44a02e[_0x251b80(0x2b9)](0x1))),_0x184856(this,_0x251b80(0x3a8),!0x1),_0x184856(this,_0x251b80(0x3b9),[]),(this['unitID']=_0xbbefc9,this[_0x251b80(0x2e3)]=_0x1feb56,this['_type']=_0x411ec7,this[_0x251b80(0x593)]=_0x3d4d15,this[_0x251b80(0x4e9)]=_0x5a126b,this['_compressMutationService']=_0x470b2f,this[_0x251b80(0x22c)]=_0x2fe131,this[_0x251b80(0xfc)]=_0x50694f,this[_0x251b80(0x514)]=_0x33116e,this['_commandService']=_0x36d31c,this[_0x251b80(0x285)]=_0x4a7635,this[_0x251b80(0x56a)]=_0x56a53c,this[_0x251b80(0x1e8)]=_0x3ca77b);}get[_0x357007(0x335)](){const _0xb34106=_0x357007;return this[_0xb34106(0x2d2)];}async[_0x357007(0x192)](){const _0x3fd37b=_0x357007;if(this[_0x3fd37b(0x335)])throw new Error(_0x3fd37b(0x53b));await this['_init']();}[_0x357007(0x3c8)](){const _0x309a2c=_0x357007;return this[_0x309a2c(0x3a0)]=!0x0,_0x457d20[_0x309a2c(0x41d)](()=>{const _0x575190=_0x309a2c;this[_0x575190(0x3a0)]=!0x1,this[_0x575190(0xf1)]();});}[_0x357007(0x56f)](_0x1c023c){const _0x49aac2=_0x357007;this[_0x49aac2(0x2d2)]=_0x1c023c,this[_0x49aac2(0x270)][_0x49aac2(0x4d3)](_0x1c023c);}async['_init'](){const _0x14de2e=_0x357007;var _0x50c3f8;this['_updateState'](await this[_0x14de2e(0x517)]()),this[_0x14de2e(0x1e8)]&&((_0x50c3f8=this['_singleActiveUnitService'])==null||_0x50c3f8[_0x14de2e(0x2dd)](this[_0x14de2e(0x563)]),this[_0x14de2e(0x189)](this[_0x14de2e(0x1e8)][_0x14de2e(0x4d7)](this['unitID'])[_0x14de2e(0x479)](_0x4cd2dd=>{const _0x58ed80=_0x14de2e;this['_logService']['debug'](_0x58ed80(0x365),'editing\x20status\x20changed\x20to',_0x4cd2dd),_0x4cd2dd===_0x53b568[_0x58ed80(0x1a3)]?(this[_0x58ed80(0x285)][_0x58ed80(0x3a5)]({'content':this[_0x58ed80(0x22c)]['t'](_0x58ed80(0x2c9)),'type':_0x151ca4[_0x58ed80(0x21f)][_0x58ed80(0x5ab)]}),this[_0x58ed80(0x56a)][_0x58ed80(0x52b)](new _0x91efb2[(_0x58ed80(0x54c))](this[_0x58ed80(0x563)])['id'],!0x1),this[_0x58ed80(0x56a)][_0x58ed80(0xe0)](!0x1)):(this[_0x58ed80(0x56a)][_0x58ed80(0x52b)](new _0x91efb2[(_0x58ed80(0x54c))](this[_0x58ed80(0x563)])['id'],!0x0),this[_0x58ed80(0x56a)][_0x58ed80(0xe0)](!0x0));})));let _0x42a067=!0x1;return this[_0x14de2e(0x189)](this[_0x14de2e(0x2e3)][_0x14de2e(0x40d)]['subscribe'](_0x49fee3=>{const _0x332c73=_0x14de2e;_0x49fee3===_0x4b3a9d[_0x332c73(0x447)]?this['_toggleOnline'](_0x42a067):_0x49fee3===_0x4b3a9d[_0x332c73(0x31a)]&&(_0x42a067=!0x0,this[_0x332c73(0x49d)]());})),this[_0x14de2e(0x189)](this[_0x14de2e(0x2e3)][_0x14de2e(0x2f9)]['subscribe'](_0x442384=>{const _0x1b694d=_0x14de2e;try{switch(_0x442384[_0x1b694d(0x5a6)]){case _0x4d26ac[_0x1b694d(0x2c2)][_0x1b694d(0x330)]:{this['_onRemoteChangeset'](_0x4d26ac['parseProtocolChangeset'](_0x442384[_0x1b694d(0x24e)]));break;}case _0x4d26ac[_0x1b694d(0x2c2)]['CHANGESET_ACK']:{this[_0x1b694d(0x461)](_0x442384[_0x1b694d(0x24e)]);break;}case _0x4d26ac['CollaborationEvent']['CHANGESET_REJ']:{this[_0x1b694d(0x136)]();break;}case _0x4d26ac[_0x1b694d(0x2c2)][_0x1b694d(0x3f5)]:{this[_0x1b694d(0x38f)](_0x442384[_0x1b694d(0x24e)]);break;}case _0x4d26ac[_0x1b694d(0x2c2)][_0x1b694d(0x25e)]:{this[_0x1b694d(0x16a)](_0x442384[_0x1b694d(0x24e)][_0x1b694d(0x1a5)]['map'](_0x9120a7=>_0x4d26ac['parseProtocolChangeset'](_0x9120a7)));break;}case _0x4d26ac[_0x1b694d(0x2c2)][_0x1b694d(0x466)]:this[_0x1b694d(0x136)]({'isPermissionRej':!0x0});}}catch(_0x1e2638){throw console[_0x1b694d(0x519)](_0x1b694d(0x598),_0x1e2638),_0x1e2638;}})),this[_0x14de2e(0x2d2)];}[_0x357007(0x3f1)](){this['_transitionLocked']=!0x1;}[_0x357007(0x100)](){const _0x107bf7=_0x357007;if(this['_transitionLocked'])throw new Error(_0x107bf7(0x4eb));this[_0x107bf7(0x3a8)]=!0x0;}[_0x357007(0x18b)](_0x4974aa){const _0x4e30a4=_0x357007;this[_0x4e30a4(0x100)](),this[_0x4e30a4(0x56f)](this[_0x4e30a4(0x2d2)]['appendMutation'](_0x4974aa)),this['_unlockTransition']();}[_0x357007(0x407)](_0x969a92){const _0x514100=_0x357007;if(!(_0x969a92[_0x514100(0x4d8)]<=this[_0x514100(0xfc)][_0x514100(0x110)](this['unitID']))){if(this['_collaborationPaused']){this[_0x514100(0x3b9)][_0x514100(0x39d)](_0x969a92);return;}this['_applyRemoteChangeset'](_0x969a92);}}['_exhaustRemoteChangesetQueue'](){const _0x353b91=_0x357007;this[_0x353b91(0x3b9)][_0x353b91(0x274)](_0x503f6f=>this[_0x353b91(0x318)](_0x503f6f)),this[_0x353b91(0x3b9)]=[];}[_0x357007(0x318)](_0x269b94){const _0x24fbbd=_0x357007,_0x2008cb=this[_0x24fbbd(0x180)]['interceptor'][_0x24fbbd(0x516)](this[_0x24fbbd(0x180)][_0x24fbbd(0x413)][_0x24fbbd(0x217)]()[_0x24fbbd(0x1b6)])(_0x269b94[_0x24fbbd(0x21b)],null)||_0x269b94['mutations'],_0x217e2a={..._0x269b94,'mutations':_0x2008cb};this[_0x24fbbd(0x100)](),this[_0x24fbbd(0x56f)](this['_state'][_0x24fbbd(0x333)](_0x217e2a)),this[_0x24fbbd(0x3f1)]();}[_0x357007(0x461)](_0x3bbbc6){const _0x174c87=_0x357007;this[_0x174c87(0x100)](),this[_0x174c87(0x56f)](this[_0x174c87(0x2d2)]['onRemoteAck'](_0x3bbbc6)),this[_0x174c87(0x3f1)]();}[_0x357007(0x136)](_0x4e62c5){const _0xe019ae=_0x357007;this['_lockTransition'](),this['_updateState'](this[_0xe019ae(0x2d2)][_0xe019ae(0x23f)](_0x4e62c5)),this[_0xe019ae(0x3f1)]();}['_onRemoteRetry'](_0x491fe2){const _0x2d9e0e=_0x357007;this[_0x2d9e0e(0x100)](),this[_0x2d9e0e(0x56f)](this[_0x2d9e0e(0x2d2)][_0x2d9e0e(0x539)](_0x491fe2)),this[_0x2d9e0e(0x3f1)]();}[_0x357007(0x16a)](_0xe6e39d){const _0x2900b9=_0x357007;if(!(this[_0x2900b9(0x2d2)]instanceof _0x5b8d63))throw new TypeError(_0x2900b9(0x15d));const _0x674dd8=_0xe6e39d[_0x2900b9(0x595)](_0x4f8f87=>{const _0x27b8a3=_0x2900b9,_0x1bfdae=this[_0x27b8a3(0x180)][_0x27b8a3(0x413)]['fetchThroughInterceptors'](this[_0x27b8a3(0x180)][_0x27b8a3(0x413)][_0x27b8a3(0x217)]()[_0x27b8a3(0x1b6)])(_0x4f8f87[_0x27b8a3(0x21b)],null)||_0x4f8f87['mutations'];return{..._0x4f8f87,'mutations':_0x1bfdae};});this[_0x2900b9(0x100)](),this[_0x2900b9(0x56f)](this[_0x2900b9(0x2d2)]['onMissedChangesetFetched'](_0x674dd8)),this['_unlockTransition']();}[_0x357007(0x49d)](){const _0x45202c=_0x357007;this[_0x45202c(0x100)](),this[_0x45202c(0x56f)](this[_0x45202c(0x2d2)][_0x45202c(0x145)]()),this[_0x45202c(0x3f1)]();}['_toggleOnline'](_0xcb882=!0x1){const _0xccb906=_0x357007;this['_lockTransition'](),this[_0xccb906(0x56f)](this['_state'][_0xccb906(0x3e9)]()),this['_unlockTransition']();const _0x526b8a=this['_state'];_0xcb882&&_0x526b8a instanceof _0x6dd86&&(this[_0xccb906(0x100)](),this[_0xccb906(0x56f)](_0x526b8a[_0xccb906(0x418)]()),this[_0xccb906(0x3f1)]());}async['_createInitialState'](){return new Promise(_0x4bc1d9=>{const _0x21ea61=_0xbbea;this[_0x21ea61(0x2e3)][_0x21ea61(0x40d)][_0x21ea61(0x3f8)](_0x44a02e[_0x21ea61(0x370)](0x1))['subscribe'](async _0x52b111=>{const _0x3bb8cf=_0x21ea61;_0x4bc1d9(await this[_0x3bb8cf(0x430)](_0x52b111===_0x4b3a9d['ONLINE']));});});}[_0x357007(0x4f4)](){const _0x2295d8=this['unitID'];return{'onStateChange':(_0x5e6273,_0xd77959)=>{const _0x50bd99=_0xbbea;if(_0x5e6273!==this[_0x50bd99(0x2d2)])throw new Error(_0x50bd99(0x548)+_0x5e6273['status']+'\x0aAfter:\x20'+_0xd77959[_0x50bd99(0x477)]+_0x50bd99(0x118)+this['_state'][_0x50bd99(0x477)]);this[_0x50bd99(0x56f)](_0xd77959);},'onSendChangeset':_0x3b5c70=>{const _0x5a9b1f=_0xbbea;_0x3b5c70[_0x5a9b1f(0x30d)]||(_0x3b5c70[_0x5a9b1f(0x30d)]=this['_changesetSessionId'],_0x3b5c70[_0x5a9b1f(0x1fd)]=++this[_0x5a9b1f(0x3fa)]);const _0x403d43={'eventID':_0x4d26ac[_0x5a9b1f(0x2c2)][_0x5a9b1f(0x13b)],'data':{'unitID':_0x3b5c70[_0x5a9b1f(0x563)],'unitType':this[_0x5a9b1f(0x584)],'changeset':_0x3b5c70,'memberID':this[_0x5a9b1f(0x2e3)][_0x5a9b1f(0x14f)]()}};this[_0x5a9b1f(0x2e3)][_0x5a9b1f(0x434)](_0x403d43,this[_0x5a9b1f(0x563)]);},'onMissingChangesets':({from:_0x18f41e,to:_0x24136a})=>{const _0x291224=_0xbbea;this[_0x291224(0x514)][_0x291224(0x17b)](_0x291224(0x365),_0x291224(0x389)+_0x18f41e+'\x20to\x20'+_0x24136a);const _0x29a0de={'eventID':_0x4d26ac[_0x291224(0x2c2)][_0x291224(0x12a)],'data':{'unitID':_0x2295d8,'unitType':this['_type'],'from':_0x18f41e,'to':_0x24136a}};this[_0x291224(0x2e3)]['send'](_0x29a0de,this['unitID']);}};}async[_0x357007(0x430)](_0x1f471f){const _0x6fc43d=_0x357007;var _0x13479a,_0x2dad9e;const _0x667e6a=await this[_0x6fc43d(0x4e9)]['loadOfflineData'](this[_0x6fc43d(0x563)]),_0x4fcbf4=(_0x13479a=_0x667e6a==null?void 0x0:_0x667e6a[_0x6fc43d(0x21b)])!=null?_0x13479a:[],_0x1bc48a=(_0x2dad9e=_0x667e6a==null?void 0x0:_0x667e6a[_0x6fc43d(0x4ac)])!=null?_0x2dad9e:null,_0x1c64da=!!(_0x1bc48a!=null&&_0x1bc48a[_0x6fc43d(0x30d)])&&!!(_0x1bc48a!=null&&_0x1bc48a[_0x6fc43d(0x1fd)]);this[_0x6fc43d(0x49c)]=_0x1c64da?_0x1bc48a['sid']:_0xee27dc(),this[_0x6fc43d(0x3fa)]=_0x1c64da?_0x1bc48a[_0x6fc43d(0x1fd)]:0x0;const _0x4bab0c=this['unitID'];try{this[_0x6fc43d(0x59c)](_0x1bc48a,_0x4fcbf4);}catch(_0x26c53f){this['_logService'][_0x6fc43d(0x519)](_0x26c53f);}const _0x2df35f=this[_0x6fc43d(0x4f4)]();if(_0x1f471f){const _0x15afc0=_0x540535(this['_injector'],_0x4bab0c,this[_0x6fc43d(0x584)],_0x1bc48a,_0x4fcbf4,_0x2df35f);return _0x15afc0 instanceof _0x2cdf5f?_0x15afc0[_0x6fc43d(0x3fd)]():(_0x15afc0 instanceof _0x2b0484||_0x15afc0 instanceof _0x445360)&&_0x15afc0[_0x6fc43d(0x1bd)](),_0x15afc0;}return this[_0x6fc43d(0x593)][_0x6fc43d(0xfd)](_0x52b8d8,_0x4bab0c,this[_0x6fc43d(0x584)],_0x1bc48a,_0x4fcbf4,_0x2df35f);}[_0x357007(0x59c)](_0x20e37c,_0x104135){const _0x27d007=_0x357007;var _0x5615a8,_0x415446;const _0x2ea046=this[_0x27d007(0x180)]['interceptor']['fetchThroughInterceptors'](this[_0x27d007(0x180)][_0x27d007(0x413)][_0x27d007(0x217)]()['COMPRESS_MUTATION_APPLY']);(_0x5615a8=_0x2ea046((_0x20e37c==null?void 0x0:_0x20e37c[_0x27d007(0x21b)])||[],null))==null||_0x5615a8[_0x27d007(0x274)](_0x1d8caf=>this[_0x27d007(0x2a1)][_0x27d007(0x470)](_0x1d8caf['id'],_0x1d8caf[_0x27d007(0x53a)])),(_0x415446=_0x2ea046(_0x104135||[],null))==null||_0x415446[_0x27d007(0x274)](_0x483b0f=>this[_0x27d007(0x2a1)]['executeCommand'](_0x483b0f['id'],_0x483b0f[_0x27d007(0x53a)]));}},_0x325eac[_0x357007(0x5af)]=_0xd723ed([_0x2da585(0x3,_0x457d20['Inject'](_0x457d20[_0x357007(0x467)])),_0x2da585(0x4,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x4f9)])),_0x2da585(0x5,_0x457d20['Inject'](_0x4d26ac['CompressMutationService'])),_0x2da585(0x6,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x128)])),_0x2da585(0x7,_0x457d20[_0x357007(0x2c4)](_0x4d26ac[_0x357007(0x37c)])),_0x2da585(0x8,_0x457d20[_0x357007(0x54e)]),_0x2da585(0x9,_0x457d20[_0x357007(0x324)]),_0x2da585(0xa,_0x2b45ba[_0x357007(0x3ba)]),_0x2da585(0xb,_0x457d20[_0x357007(0x42a)]),_0x2da585(0xc,_0x457d20[_0x357007(0xe8)](_0x1731f5))],_0x325eac[_0x357007(0x5af)]),_0x325eac[_0x357007(0x248)]=class extends _0x325eac[_0x357007(0x5af)]{constructor(_0x2312cd,_0xfd72a2,_0x37771a,_0x5dd3d5,_0x5a9516,_0x3e7826,_0x1f52ce,_0x34b479,_0x7dfa4d,_0x2880d0,_0x5770eb,_0x4de042,_0x5973a4,_0x535964,_0x1eb940,_0x58d6bd,_0x354c0e,_0x5b9fcc){const _0x2d0a03=_0x357007;super(_0x2312cd,_0x37771a,_0xfd72a2,_0x5dd3d5,_0x5a9516,_0x3e7826,_0x1f52ce,_0x34b479,_0x535964,_0x1eb940,_0x58d6bd,_0x354c0e,_0x5b9fcc),this[_0x2d0a03(0x563)]=_0x2312cd,this['type']=_0xfd72a2,this[_0x2d0a03(0x2b5)]=_0x7dfa4d,this['_docTransformIMECacheService']=_0x2880d0,this[_0x2d0a03(0x573)]=_0x5770eb,this[_0x2d0a03(0x31c)]=_0x4de042,this[_0x2d0a03(0x585)]=_0x5973a4;}[_0x357007(0x4f4)](){const _0x1c9c21=_0x357007,_0x4602b1=super[_0x1c9c21(0x4f4)]();return _0x4602b1[_0x1c9c21(0x22b)]=_0x4de61f=>this[_0x1c9c21(0xe1)][_0x1c9c21(0x440)](_0x4de61f),_0x4602b1[_0x1c9c21(0x421)]=_0x1c4184=>this[_0x1c9c21(0x573)][_0x1c9c21(0x13e)](_0x1c4184),_0x4602b1['onTransformSelections']=_0x6c07d8=>this['_docTransformSelectionsService']['transformSelections'](_0x6c07d8),_0x4602b1[_0x1c9c21(0x317)]=_0x1e0281=>this['_docSyncEditingCollabCursorService']['syncEditingCollabCursor'](_0x1e0281),_0x4602b1[_0x1c9c21(0x446)]=_0x1cd639=>this[_0x1c9c21(0xe1)]['transformRemoteChangeset'](_0x1cd639),_0x4602b1[_0x1c9c21(0x169)]=_0xb38650=>this[_0x1c9c21(0x573)][_0x1c9c21(0x1a1)](_0xb38650),_0x4602b1;}async['_init'](){const _0x4c69b6=_0x357007,_0x2bbcfd=await super[_0x4c69b6(0x47f)]();return this['_docStateChangeManagerService'][_0x4c69b6(0x261)]['pipe'](_0x44a02e[_0x4c69b6(0x138)](this[_0x4c69b6(0x43e)]))['subscribe'](_0x19acf4=>{const _0x11cc9b=_0x4c69b6;if(_0x19acf4==null)return;const {unitId:_0x1187d2,redoState:_0x3b169e,commandId:_0x194cbe}=_0x19acf4;if(_0x1187d2!==this[_0x11cc9b(0x563)])return;const _0x59c6d5={'id':_0x194cbe,'type':_0x457d20[_0x11cc9b(0x304)][_0x11cc9b(0x3da)],'params':{'unitId':_0x1187d2,'actions':_0x3b169e[_0x11cc9b(0xeb)],'textRanges':null}};this[_0x11cc9b(0x18b)](_0x59c6d5);}),_0x2bbcfd;}},_0x325eac[_0x357007(0x248)]=_0xd723ed([_0x2da585(0x3,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0x2da585(0x4,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x4f9)])),_0x2da585(0x5,_0x457d20[_0x357007(0x2c4)](_0x4d26ac[_0x357007(0x3a2)])),_0x2da585(0x6,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x128)])),_0x2da585(0x7,_0x457d20[_0x357007(0x2c4)](_0x4d26ac[_0x357007(0x37c)])),_0x2da585(0x8,_0x457d20[_0x357007(0x2c4)](_0x1b8609['DocStateChangeManagerService'])),_0x2da585(0x9,_0x457d20[_0x357007(0x2c4)](_0xa432dd)),_0x2da585(0xa,_0x457d20[_0x357007(0x2c4)](_0xa6eb37)),_0x2da585(0xb,_0x457d20[_0x357007(0x2c4)](_0x3ef40a)),_0x2da585(0xc,_0x457d20[_0x357007(0x2c4)](_0x559ff9)),_0x2da585(0xd,_0x457d20['ILogService']),_0x2da585(0xe,_0x457d20[_0x357007(0x324)]),_0x2da585(0xf,_0x2b45ba['IMessageService']),_0x2da585(0x10,_0x457d20['IPermissionService']),_0x2da585(0x11,_0x457d20[_0x357007(0xe8)](_0x1731f5))],_0x325eac['DocCollaborationEntity']),_0x325eac['SheetCollaborationEntity']=class extends _0x325eac[_0x357007(0x5af)]{constructor(_0x2889c4,_0x3bcfbf,_0x213023,_0x7d2d81,_0x3f92b9,_0x20f10b,_0x129e2c,_0x592dec,_0x3d93f3,_0x53adf2,_0x4ff85f,_0x12ddde,_0x1e12b7,_0x43d692){const _0x515d6b=_0x357007;super(_0x2889c4,_0x213023,_0x3bcfbf,_0x7d2d81,_0x3f92b9,_0x20f10b,_0x129e2c,_0x592dec,_0x53adf2,_0x4ff85f,_0x12ddde,_0x1e12b7,_0x43d692),this['unitID']=_0x2889c4,this[_0x515d6b(0x486)]=_0x3bcfbf,this[_0x515d6b(0x193)]=_0x3d93f3;}['_createHandler'](){const _0x39caa5=_0x357007,_0x58d515=super['_createHandler']();return _0x58d515[_0x39caa5(0xf4)]=_0x50dbed=>this['_sheetTransformSelectionsService']['transformSelections'](_0x50dbed),_0x58d515;}async[_0x357007(0x47f)](){const _0x20b7d4=_0x357007,_0x47f0ec=await super[_0x20b7d4(0x47f)]();return this[_0x20b7d4(0x189)](this[_0x20b7d4(0x2a1)][_0x20b7d4(0x310)]((_0x413f55,_0x3f0f18)=>{const _0x16ae73=_0x20b7d4;if(_0x413f55[_0x16ae73(0x486)]!==_0x457d20[_0x16ae73(0x304)][_0x16ae73(0x3da)]||_0x3f0f18!=null&&_0x3f0f18[_0x16ae73(0x1ac)]||_0x3f0f18!=null&&_0x3f0f18['onlyLocal'])return;const _0x313b31=_0x413f55['params'];if((_0x313b31==null?void 0x0:_0x313b31[_0x16ae73(0x58b)])!==this[_0x16ae73(0x563)])return;const _0x4feb85=_0x413f55,_0x530fab=this['_compressMutationService'][_0x16ae73(0x413)][_0x16ae73(0x516)](this[_0x16ae73(0x180)][_0x16ae73(0x413)][_0x16ae73(0x217)]()[_0x16ae73(0x5ae)])([_0x4feb85],null)||[_0x4feb85];this[_0x16ae73(0x18b)](_0x530fab[0x0]);})),_0x47f0ec;}},_0x325eac['SheetCollaborationEntity']=_0xd723ed([_0x2da585(0x3,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0x2da585(0x4,_0x457d20['Inject'](_0x325eac[_0x357007(0x4f9)])),_0x2da585(0x5,_0x457d20[_0x357007(0x2c4)](_0x4d26ac['CompressMutationService'])),_0x2da585(0x6,_0x457d20[_0x357007(0x2c4)](_0x457d20['LocaleService'])),_0x2da585(0x7,_0x457d20[_0x357007(0x2c4)](_0x4d26ac[_0x357007(0x37c)])),_0x2da585(0x8,_0x457d20['Inject'](_0x201d4e)),_0x2da585(0x9,_0x457d20[_0x357007(0x54e)]),_0x2da585(0xa,_0x457d20['ICommandService']),_0x2da585(0xb,_0x2b45ba[_0x357007(0x3ba)]),_0x2da585(0xc,_0x457d20[_0x357007(0x42a)]),_0x2da585(0xd,_0x457d20['Optional'](_0x1731f5))],_0x325eac['SheetCollaborationEntity']);var _0x1cdc2a=Object[_0x357007(0x376)],_0x281ebf=Object[_0x357007(0x41b)],_0x180705=(_0x7b1a4c,_0x105b0f,_0x4f83d5,_0x907060)=>{const _0x53ec45=_0x357007;for(var _0x4ae14f=_0x907060>0x1?void 0x0:_0x907060?_0x281ebf(_0x105b0f,_0x4f83d5):_0x105b0f,_0x4cabd6=_0x7b1a4c[_0x53ec45(0x1b0)]-0x1,_0x441e00;_0x4cabd6>=0x0;_0x4cabd6--)(_0x441e00=_0x7b1a4c[_0x4cabd6])&&(_0x4ae14f=(_0x907060?_0x441e00(_0x105b0f,_0x4f83d5,_0x4ae14f):_0x441e00(_0x4ae14f))||_0x4ae14f);return _0x907060&&_0x4ae14f&&_0x1cdc2a(_0x105b0f,_0x4f83d5,_0x4ae14f),_0x4ae14f;},_0xb1ae99=(_0x2e066a,_0x23fa8e)=>(_0x4002a4,_0x3facd8)=>_0x23fa8e(_0x4002a4,_0x3facd8,_0x2e066a);_0x325eac['CollaborationController']=class extends _0x457d20[_0x357007(0xe7)]{constructor(_0x183cbf,_0x289a5a,_0x5ea1fb){const _0x560e72=_0x357007;super(),_0x184856(this,'_entities',new Map()),_0x184856(this,_0x560e72(0x46e),new _0x44a02e['Subject']()),(this[_0x560e72(0x593)]=_0x183cbf,this[_0x560e72(0x16b)]=_0x289a5a,this[_0x560e72(0x140)]=_0x5ea1fb,this[_0x560e72(0x47f)]());}[_0x357007(0x37a)](){const _0x24db13=_0x357007;super[_0x24db13(0x37a)](),this['_entities'][_0x24db13(0x274)](_0x3116e4=>_0x3116e4[_0x24db13(0x37a)]()),this[_0x24db13(0x4ae)]['clear']();}[_0x357007(0x13c)](_0xb28682){const _0x5f0c99=_0x357007;var _0x1f42ea;return(_0x1f42ea=this[_0x5f0c99(0x4ae)][_0x5f0c99(0x1b5)](_0xb28682))!=null?_0x1f42ea:null;}[_0x357007(0x1e7)](_0x7ee0ff){const _0x34d4d4=_0x357007,_0x259c4c=this[_0x34d4d4(0x13c)](_0x7ee0ff);return _0x259c4c?_0x44a02e['of'](_0x259c4c):this['_entityInit$'][_0x34d4d4(0x3f8)](_0x4c8197[_0x34d4d4(0x356)](_0x1f5913=>_0x1f5913['unitID']===_0x7ee0ff));}[_0x357007(0x47f)](){const _0x16b5f2=_0x357007;this[_0x16b5f2(0x140)]['getTypeOfUnitAdded$'](_0x457d20[_0x16b5f2(0x3f0)][_0x16b5f2(0x3b5)])[_0x16b5f2(0x3f8)](_0x44a02e[_0x16b5f2(0x138)](this[_0x16b5f2(0x43e)]),_0x4c8197[_0x16b5f2(0x1eb)](0x10))[_0x16b5f2(0x479)](async _0x27d1c9=>{const _0x5af997=_0x16b5f2,_0x48e9bb=_0x27d1c9[_0x5af997(0x4a5)](),_0x39514c=await this['_startCollaboration'](_0x48e9bb,_0x1c36ee[_0x5af997(0x3b5)]);this['_entities'][_0x5af997(0x40f)](_0x48e9bb,_0x39514c);}),this[_0x16b5f2(0x140)][_0x16b5f2(0x433)](_0x457d20[_0x16b5f2(0x3f0)][_0x16b5f2(0x210)])[_0x16b5f2(0x3f8)](_0x44a02e[_0x16b5f2(0x138)](this['dispose$']),_0x4c8197[_0x16b5f2(0x1eb)](0x10))[_0x16b5f2(0x3f8)](_0x4c8197[_0x16b5f2(0x356)](_0x5e4e65=>!_0x5e4e65[_0x16b5f2(0x4a5)]()[_0x16b5f2(0x3ae)]('__')))['subscribe'](async _0x3317d7=>{const _0xe24221=_0x16b5f2,_0x52abe1=_0x3317d7['getUnitId'](),_0x3f1ed5=await this[_0xe24221(0x393)](_0x52abe1,_0x1c36ee['UNIVER_DOC']);this[_0xe24221(0x4ae)][_0xe24221(0x40f)](_0x52abe1,_0x3f1ed5);}),_0x44a02e[_0x16b5f2(0x31f)](this[_0x16b5f2(0x140)][_0x16b5f2(0x416)](_0x457d20[_0x16b5f2(0x3f0)][_0x16b5f2(0x3b5)]),this[_0x16b5f2(0x140)][_0x16b5f2(0x416)](_0x457d20['UniverInstanceType'][_0x16b5f2(0x210)]))[_0x16b5f2(0x3f8)](_0x44a02e['takeUntil'](this[_0x16b5f2(0x43e)]))[_0x16b5f2(0x479)](_0xfb1f0b=>{const _0x3b0c79=_0x16b5f2,_0x382018=_0xfb1f0b['getUnitId'](),_0x4b1781=this[_0x3b0c79(0x4ae)]['get'](_0x382018);_0x4b1781&&(_0x4b1781[_0x3b0c79(0x37a)](),this['_entities'][_0x3b0c79(0x378)](_0x382018));});}async[_0x357007(0x393)](_0x4e7d3a,_0x396eb7){const _0x38eb9a=_0x357007,_0x47c225=await this[_0x38eb9a(0x16b)][_0x38eb9a(0x538)](_0x4e7d3a),_0x2af841=this['_injector'][_0x38eb9a(0xfd)](this[_0x38eb9a(0x2ed)](_0x396eb7),_0x4e7d3a,_0x396eb7,_0x47c225);return await _0x2af841[_0x38eb9a(0x192)](),this[_0x38eb9a(0x46e)][_0x38eb9a(0x4d3)](_0x2af841),_0x2af841;}['_getCtorByUniverType'](_0x3c9073){const _0x49a04e=_0x357007;switch(_0x3c9073){case _0x1c36ee[_0x49a04e(0x210)]:return _0x325eac[_0x49a04e(0x248)];case _0x1c36ee['UNIVER_SHEET']:return _0x325eac[_0x49a04e(0x510)];default:throw new Error(_0x49a04e(0x4cb)+_0x3c9073);}}},_0x325eac[_0x357007(0x339)]=_0x180705([_0xb1ae99(0x0,_0x457d20['Inject'](_0x457d20['Injector'])),_0xb1ae99(0x1,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x30b)])),_0xb1ae99(0x2,_0x457d20[_0x357007(0x35e)])],_0x325eac[_0x357007(0x339)]);const _0x18dd08=[_0x357007(0x448),_0x357007(0x55d),_0x357007(0x4fd),_0x357007(0xf9),'blue400',_0x357007(0x4ba)];class _0x1cc170 extends _0x457d20[_0x357007(0x348)]{constructor(){const _0x4eb0d9=_0x357007;super(...arguments),_0x184856(this,_0x4eb0d9(0x3d2),new Map()),_0x184856(this,_0x4eb0d9(0x315),0x0);}[_0x357007(0x216)](_0x160903){const _0x310818=_0x357007;if(this[_0x310818(0x3d2)]['has'](_0x160903))return this['_assignedColors']['get'](_0x160903);const _0x1af755=_0x18dd08[this[_0x310818(0x315)]];return this[_0x310818(0x315)]=(this[_0x310818(0x315)]+0x1)%_0x18dd08[_0x310818(0x1b0)],this[_0x310818(0x3d2)]['set'](_0x160903,_0x1af755),_0x1af755;}}var _0xea39e1=Object[_0x357007(0x376)],_0x37e9b7=Object[_0x357007(0x41b)],_0x464ed4=(_0x265038,_0x402ec3,_0x5d43e9,_0x4377ca)=>{const _0x306cdb=_0x357007;for(var _0x2a63cb=_0x4377ca>0x1?void 0x0:_0x4377ca?_0x37e9b7(_0x402ec3,_0x5d43e9):_0x402ec3,_0x24e38f=_0x265038[_0x306cdb(0x1b0)]-0x1,_0xed9599;_0x24e38f>=0x0;_0x24e38f--)(_0xed9599=_0x265038[_0x24e38f])&&(_0x2a63cb=(_0x4377ca?_0xed9599(_0x402ec3,_0x5d43e9,_0x2a63cb):_0xed9599(_0x2a63cb))||_0x2a63cb);return _0x4377ca&&_0x2a63cb&&_0xea39e1(_0x402ec3,_0x5d43e9,_0x2a63cb),_0x2a63cb;},_0xf969a3=(_0x3542dd,_0x7a783b)=>(_0x23755a,_0xd56fab)=>_0x7a783b(_0x23755a,_0xd56fab,_0x3542dd);const _0x1a9e6c=0x12c,_0x317d7d=0x64;let _0x10937b=class extends _0x457d20[_0x357007(0xe7)]{constructor(_0x1ad190,_0x1e242d,_0x4b0819,_0x5f42a2,_0x4672e7,_0x4140e9,_0x1db198,_0x44a718,_0xb310c9){const _0x494467=_0x357007;super(),_0x184856(this,'_online',!0x1),_0x184856(this,_0x494467(0x47f),!0x1),_0x184856(this,'_cursorInfo$',new _0x44a02e[(_0x494467(0x387))](new Map())),_0x184856(this,_0x494467(0x442),this[_0x494467(0x384)][_0x494467(0x242)]()),_0x184856(this,_0x494467(0x3d5),new _0x44a02e[(_0x494467(0x387))]([])),_0x184856(this,'roomMembers$',this[_0x494467(0x3d5)][_0x494467(0x3f8)](_0x44a02e[_0x494467(0x199)](_0x1a9e6c))),_0x184856(this,_0x494467(0x2d1),_0x457d20[_0x494467(0x154)](_0xfed7b3=>{const _0x15e0ae=_0x494467,_0x115130={'eventID':_0x4d26ac[_0x15e0ae(0x2c2)][_0x15e0ae(0x14e)],'data':{'unitID':this[_0x15e0ae(0x563)],'memberID':this[_0x15e0ae(0x2db)][_0x15e0ae(0x14f)](),'selection':_0x320fbb(_0xfed7b3)}};this[_0x15e0ae(0x2db)]['send'](_0x115130,this['unitID']);},_0x317d7d)),(this['unitID']=_0x1ad190,this['_session']=_0x1e242d,this[_0x494467(0x593)]=_0x4b0819,this[_0x494467(0xfa)]=_0x5f42a2,this[_0x494467(0x3e1)]=_0x4672e7,this[_0x494467(0x508)]=_0x4140e9,this[_0x494467(0x2af)]=_0x1db198,this['_univerInstanceService']=_0x44a718,this['_commandService']=_0xb310c9);}get[_0x357007(0x175)](){const _0x43c479=_0x357007;return this[_0x43c479(0x384)][_0x43c479(0x511)]();}get['roomMembers'](){const _0x11ddd1=_0x357007;return this['_roomMembers$'][_0x11ddd1(0x511)]();}[_0x357007(0x37a)](){const _0xc31118=_0x357007;super[_0xc31118(0x37a)](),this[_0xc31118(0x384)][_0xc31118(0x4d3)](new Map()),this[_0xc31118(0x384)]['complete'](),this[_0xc31118(0x3d5)]['next']([]),this['_roomMembers$'][_0xc31118(0x2ea)]();}['init'](){const _0x2f0f5e=_0x357007;this['_init']||(this[_0x2f0f5e(0x47f)]=!0x0,this[_0x2f0f5e(0x2db)][_0x2f0f5e(0x40d)][_0x2f0f5e(0x3f8)](_0x44a02e[_0x2f0f5e(0x138)](this['dispose$']))[_0x2f0f5e(0x479)](_0x5905ff=>{const _0x1f807e=_0x2f0f5e;_0x5905ff===_0x4b3a9d[_0x1f807e(0x447)]?this['_toggleOnline']():this['_toggleOffline']();}),this['_session']['event$'][_0x2f0f5e(0x3f8)](_0x44a02e[_0x2f0f5e(0x138)](this[_0x2f0f5e(0x43e)]))[_0x2f0f5e(0x479)](_0xb7cb4a=>{const _0x3aa595=_0x2f0f5e,_0x3e8d72=_0xb7cb4a['eventID'];_0x3e8d72===_0x4d26ac[_0x3aa595(0x2c2)][_0x3aa595(0x14e)]&&this['_onCursorUpdate'](_0xb7cb4a),_0x3e8d72===_0x4d26ac[_0x3aa595(0x2c2)]['USERS_LEAVE']&&this[_0x3aa595(0x4e0)](_0xb7cb4a);}),this[_0x2f0f5e(0x189)](this['_commandService'][_0x2f0f5e(0x310)](_0x35cd61=>{const _0x9016b=_0x2f0f5e,_0x418fb8=_0x35cd61[_0x9016b(0x53a)];_0x418fb8!=null&&this[_0x9016b(0x3d0)]&&_0x35cd61['id']===_0x279b33[_0x9016b(0x226)]['id']&&_0x418fb8[_0x9016b(0x58b)]===this[_0x9016b(0x563)]&&_0x418fb8[_0x9016b(0x3c5)]===!0x1&&_0x418fb8[_0x9016b(0x4e7)]['length']>0x0&&this[_0x9016b(0x2d1)](_0x418fb8[_0x9016b(0x4e7)]);})),this['_syncEditingCollabCursorService'][_0x2f0f5e(0x2d9)]['pipe'](_0x44a02e['takeUntil'](this[_0x2f0f5e(0x43e)]))[_0x2f0f5e(0x479)](_0x529c34=>{const _0x595f64=_0x2f0f5e;if((_0x529c34==null?void 0x0:_0x529c34[_0x595f64(0x563)])!==this[_0x595f64(0x563)])return;const _0x4db870={'eventID':_0x4d26ac[_0x595f64(0x2c2)][_0x595f64(0x14e)],'data':_0x529c34};this[_0x595f64(0x28d)](_0x4db870);}),this[_0x2f0f5e(0x189)](this[_0x2f0f5e(0x2a1)][_0x2f0f5e(0x310)](_0x663de2=>{const _0x46ffd8=_0x2f0f5e;if(_0x663de2['params']==null)return;const _0x12e049=_0x663de2['params'];if(_0x663de2['id']!==_0x279b33[_0x46ffd8(0x347)]['id']||_0x12e049[_0x46ffd8(0x58b)]!==this[_0x46ffd8(0x563)])return;const _0x456183={'id':_0x46ffd8(0x50f),'params':_0x12e049},_0x24481b=this[_0x46ffd8(0x175)];for(const [_0x4f505a,_0x28f87f]of _0x24481b){const _0x1b888c={'id':_0x46ffd8(0x50f),'params':{'unitId':this[_0x46ffd8(0x563)],'actions':null,'textRanges':_0x28f87f[_0x46ffd8(0x4e7)]}},_0x3a0b6f=this[_0x46ffd8(0x2af)][_0x46ffd8(0x3fe)](_0x456183,_0x1b888c,!0x1);if(_0x4d26ac['isTransformMutationFailure'](_0x3a0b6f))throw _0x3a0b6f[_0x46ffd8(0x519)];_0x24481b['set'](_0x4f505a,{..._0x28f87f,'ranges':_0x3a0b6f[_0x46ffd8(0x472)][_0x46ffd8(0x53a)][_0x46ffd8(0xf2)]});}queueMicrotask(()=>{const _0x5e28d1=_0x46ffd8;this[_0x5e28d1(0x384)]['next'](_0x24481b);});})));}[_0x357007(0x28d)](_0x267c04){const _0x57b436=_0x357007;var _0x37622e,_0x4a6c3a;const {memberID:_0x49a045,selection:_0x53443a}=_0x267c04['data'],_0x3576ab=_0x33a6e9(_0x53443a),_0x307b34=(_0x4a6c3a=(_0x37622e=this[_0x57b436(0x3e1)][_0x57b436(0x1c1)](this[_0x57b436(0x563)],_0x49a045))==null?void 0x0:_0x37622e[_0x57b436(0x28e)])!=null?_0x4a6c3a:_0x57b436(0x2bf),_0x32af6a={'color':this['_colorAssignService']['assignAColorForMemberID'](_0x49a045),'name':_0x307b34,'ranges':_0x3576ab},_0x17defd=this[_0x57b436(0x175)];_0x17defd['set'](_0x49a045,_0x32af6a),this['_cursorInfo$'][_0x57b436(0x4d3)](_0x17defd);}[_0x357007(0x4e0)](_0x4ca7c0){const _0x5d08e9=_0x357007,{memberID:_0x418e56}=_0x4ca7c0['data'],_0x498525=this[_0x5d08e9(0x175)];_0x498525[_0x5d08e9(0x378)](_0x418e56),this[_0x5d08e9(0x384)][_0x5d08e9(0x4d3)](_0x498525);}[_0x357007(0x2cb)](){const _0x6f7809=_0x357007;var _0x352614;if(this[_0x6f7809(0x3d0)]=!0x0,((_0x352614=this[_0x6f7809(0x140)][_0x6f7809(0x236)]())==null?void 0x0:_0x352614[_0x6f7809(0x4a5)]())!==this[_0x6f7809(0x563)])return;const _0x5402e4=this[_0x6f7809(0x593)][_0x6f7809(0x1b5)](_0x279b33[_0x6f7809(0x1c8)])[_0x6f7809(0x3cd)]();Array[_0x6f7809(0x139)](_0x5402e4)&&_0x5402e4[_0x6f7809(0x1b0)]>0x0&&this[_0x6f7809(0x2d1)](_0x5402e4);}[_0x357007(0x49d)](){this['_online']=!0x1;}};_0x10937b=_0x464ed4([_0xf969a3(0x2,_0x457d20[_0x357007(0x2c4)](_0x457d20['Injector'])),_0xf969a3(0x3,_0x457d20[_0x357007(0x2c4)](_0x1cc170)),_0xf969a3(0x4,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x2fa)])),_0xf969a3(0x5,_0x457d20[_0x357007(0x2c4)](_0x559ff9)),_0xf969a3(0x6,_0x4d26ac['ITransformService']),_0xf969a3(0x7,_0x457d20['IUniverInstanceService']),_0xf969a3(0x8,_0x457d20[_0x357007(0x324)])],_0x10937b);var _0x4dcd38=Object['defineProperty'],_0x49626a=Object[_0x357007(0x41b)],_0x4bbbaa=(_0x415272,_0xd664d5,_0xca2bde,_0x3d704f)=>{const _0x4851e9=_0x357007;for(var _0x25e0ba=_0x3d704f>0x1?void 0x0:_0x3d704f?_0x49626a(_0xd664d5,_0xca2bde):_0xd664d5,_0x49744e=_0x415272[_0x4851e9(0x1b0)]-0x1,_0x27335f;_0x49744e>=0x0;_0x49744e--)(_0x27335f=_0x415272[_0x49744e])&&(_0x25e0ba=(_0x3d704f?_0x27335f(_0xd664d5,_0xca2bde,_0x25e0ba):_0x27335f(_0x25e0ba))||_0x25e0ba);return _0x3d704f&&_0x25e0ba&&_0x4dcd38(_0xd664d5,_0xca2bde,_0x25e0ba),_0x25e0ba;},_0x58e2ea=(_0x4f40e0,_0x2b4f2d)=>(_0x41511c,_0x59d481)=>_0x2b4f2d(_0x41511c,_0x59d481,_0x4f40e0);const _0x2d322e=0x12c,_0x592a43=0x64,_0x4b283f=()=>{let _0x1ff3a4=[],_0x2aeb56=!0x1;return _0x5e34d6=>{const _0x12a61d=_0xbbea;_0x1ff3a4[_0x12a61d(0x39d)](_0x5e34d6),_0x2aeb56||(_0x2aeb56=!0x0,setTimeout(()=>{const _0x268f96=_0x12a61d;_0x1ff3a4[_0x268f96(0x274)](_0x413046=>_0x413046()),_0x1ff3a4=[],_0x2aeb56=!0x1;}));};};let _0x3cdf0e=class extends _0x457d20[_0x357007(0xe7)]{constructor(_0x614982,_0x52b66b,_0x10d08c,_0xeb2d01,_0x1e5a64,_0xe71abc,_0x4407f1,_0x5e6016){const _0xf92921=_0x357007;super(),_0x184856(this,'_online',!0x1),_0x184856(this,_0xf92921(0x47f),!0x1),_0x184856(this,_0xf92921(0x384),new _0x44a02e[(_0xf92921(0x387))](new Map())),_0x184856(this,'cursorInfo$',this[_0xf92921(0x384)][_0xf92921(0x242)]()),_0x184856(this,_0xf92921(0x3d5),new _0x44a02e[(_0xf92921(0x387))]([])),_0x184856(this,_0xf92921(0x3d7),this[_0xf92921(0x3d5)][_0xf92921(0x3f8)](_0x44a02e['debounceTime'](_0x2d322e))),_0x184856(this,_0xf92921(0x2d1),_0x457d20[_0xf92921(0x154)]((_0x877a17,_0x585550)=>{const _0x723a17=_0xf92921,_0x5e40f8={'eventID':_0x4d26ac['CollaborationEvent'][_0x723a17(0x14e)],'data':{'unitID':this['unitID'],'memberID':this[_0x723a17(0x2db)]['getMemberID'](),'selection':_0x4e8c55[_0x723a17(0x591)](_0x877a17,_0x585550['range'])}};this['_session'][_0x723a17(0x434)](_0x5e40f8,this[_0x723a17(0x563)]);},_0x592a43)),(this[_0xf92921(0x563)]=_0x614982,this[_0xf92921(0x2db)]=_0x52b66b,this[_0xf92921(0x593)]=_0x10d08c,this[_0xf92921(0xfa)]=_0xeb2d01,this['_memberService']=_0x1e5a64,this['_univerInstanceService']=_0xe71abc,this[_0xf92921(0x2a1)]=_0x4407f1,this[_0xf92921(0x58a)]=_0x5e6016);}get[_0x357007(0x175)](){const _0xb893fe=_0x357007;return this[_0xb893fe(0x384)]['getValue']();}get['roomMembers'](){return this['_roomMembers$']['getValue']();}[_0x357007(0x37a)](){const _0x383f83=_0x357007;super['dispose'](),this[_0x383f83(0x384)][_0x383f83(0x4d3)](new Map()),this[_0x383f83(0x384)][_0x383f83(0x2ea)](),this['_roomMembers$'][_0x383f83(0x4d3)]([]),this[_0x383f83(0x3d5)][_0x383f83(0x2ea)]();}[_0x357007(0x192)](){const _0x481ac3=_0x357007;this['_init']||(this['_init']=!0x0,this[_0x481ac3(0x2db)][_0x481ac3(0x40d)][_0x481ac3(0x3f8)](_0x44a02e[_0x481ac3(0x138)](this['dispose$']))[_0x481ac3(0x479)](_0x241f0e=>{const _0x4de78f=_0x481ac3;_0x241f0e===_0x4b3a9d[_0x4de78f(0x447)]?this[_0x4de78f(0x2cb)]():this[_0x4de78f(0x49d)]();}),this['_session'][_0x481ac3(0x2f9)]['pipe'](_0x44a02e[_0x481ac3(0x138)](this[_0x481ac3(0x43e)]))[_0x481ac3(0x479)](_0xd8df58=>{const _0x296d1f=_0x481ac3,_0x213ffa=_0xd8df58[_0x296d1f(0x5a6)];_0x213ffa===_0x4d26ac['CollaborationEvent']['UPDATE_CURSOR']&&this['_onCursorUpdate'](_0xd8df58),_0x213ffa===_0x4d26ac[_0x296d1f(0x2c2)][_0x296d1f(0x1d1)]&&this[_0x296d1f(0x4e0)](_0xd8df58);}),this[_0x481ac3(0x129)](),this['disposeWithMe'](this[_0x481ac3(0x2a1)][_0x481ac3(0x310)](_0x20f6fa=>{const _0xef9b56=_0x481ac3;if(this[_0xef9b56(0x3d0)]&&_0x20f6fa['id']===_0x91efb2[_0xef9b56(0x437)]['id']&&_0x20f6fa[_0xef9b56(0x53a)][_0xef9b56(0x58b)]===this[_0xef9b56(0x563)]){const _0x3ce5c2=_0x20f6fa['params'];this[_0xef9b56(0x2d1)](_0x3ce5c2[_0xef9b56(0x13d)],_0x3ce5c2['selections'][0x0]);}})));}[_0x357007(0x28d)](_0x2d1224){const _0x4360ad=_0x357007;var _0xbcc6a9,_0x3551ab;const {memberID:_0x5b7764,selection:_0xb4d3d3}=_0x2d1224[_0x4360ad(0x24e)],{sheetName:_0x31b2b7,range:_0x5a3040}=_0x4e8c55['deserializeRangeWithSheet'](_0xb4d3d3),_0x3e2e4d={'name':(_0x3551ab=(_0xbcc6a9=this['_memberService'][_0x4360ad(0x1c1)](this['unitID'],_0x5b7764))==null?void 0x0:_0xbcc6a9[_0x4360ad(0x28e)])!=null?_0x3551ab:'Unknown\x20user','range':this[_0x4360ad(0x32d)](_0x31b2b7,_0x5a3040),'sheetID':_0x31b2b7,'color':this[_0x4360ad(0xfa)][_0x4360ad(0x216)](_0x5b7764),'selection':_0xb4d3d3},_0x32b23f=this[_0x4360ad(0x175)];_0x32b23f[_0x4360ad(0x40f)](_0x5b7764,_0x3e2e4d),this[_0x4360ad(0x384)][_0x4360ad(0x4d3)](_0x32b23f);}['_onCursorDelete'](_0x51bbcd){const _0x4ba60e=_0x357007,{memberID:_0x304697}=_0x51bbcd['data'],_0xa33511=this[_0x4ba60e(0x175)];_0xa33511['delete'](_0x304697),this[_0x4ba60e(0x384)][_0x4ba60e(0x4d3)](_0xa33511);}['_getMergeRange'](_0x5f11e1,_0x4d8f77){const _0x5ea24b=_0x357007;var _0x1b5c6a,_0x2b9dfb;const _0x366ae1=(_0x2b9dfb=(_0x1b5c6a=this[_0x5ea24b(0x140)][_0x5ea24b(0x147)](this[_0x5ea24b(0x563)]))==null?void 0x0:_0x1b5c6a[_0x5ea24b(0x203)](_0x5f11e1))==null?void 0x0:_0x2b9dfb[_0x5ea24b(0x1b7)]();return(_0x366ae1==null?void 0x0:_0x366ae1[_0x5ea24b(0x239)](_0x2c3df2=>_0x457d20['Rectangle'][_0x5ea24b(0x4d6)](_0x2c3df2,_0x4d8f77)))||_0x4d8f77;}[_0x357007(0x129)](){const _0x2264bf=_0x357007,_0x3d8607=new _0x457d20[(_0x2264bf(0x57e))](),_0x37e5e9=_0x4b283f(),_0x1112a1=()=>{const _0x3d0f37=_0x2264bf;_0x3d8607[_0x3d0f37(0x37a)]();const _0x189a3c=(_0x25d201,_0x1bf06f,_0x368a1a,_0x4bee52)=>{const _0xc35690=_0x3d0f37;let _0x39d6d2=[];switch(_0x25d201['id']){case _0x91efb2[_0xc35690(0x2f8)][_0xc35690(0x36e)]:{_0x39d6d2=_0x91efb2[_0xc35690(0xe5)](_0x25d201,_0x4bee52);break;}case _0x91efb2[_0xc35690(0x2f8)][_0xc35690(0x411)]:{_0x39d6d2=_0x91efb2['handleDeleteRangeMoveUp'](_0x25d201,_0x4bee52);break;}case _0x91efb2[_0xc35690(0x2f8)][_0xc35690(0x19e)]:{_0x39d6d2=_0x91efb2[_0xc35690(0x10a)](_0x25d201,_0x4bee52);break;}case _0x91efb2[_0xc35690(0x2f8)][_0xc35690(0x215)]:{_0x39d6d2=_0x91efb2[_0xc35690(0x3eb)](_0x25d201,_0x4bee52);break;}case _0x91efb2[_0xc35690(0x2f8)][_0xc35690(0x288)]:{_0x39d6d2=_0x91efb2['handleInsertRangeMoveRight'](_0x25d201,_0x4bee52);break;}case _0x91efb2[_0xc35690(0x2f8)]['InsertRowCommandId']:{_0x39d6d2=_0x91efb2['handleInsertRow'](_0x25d201,_0x4bee52);break;}case _0x91efb2[_0xc35690(0x2f8)][_0xc35690(0x4f0)]:{_0x39d6d2=_0x91efb2[_0xc35690(0x26f)](_0x25d201,_0x4bee52);break;}case _0x91efb2[_0xc35690(0x2f8)][_0xc35690(0x40b)]:{_0x39d6d2=_0x91efb2[_0xc35690(0x577)](_0x25d201,_0x4bee52);break;}case _0x91efb2[_0xc35690(0x2f8)][_0xc35690(0x127)]:{_0x39d6d2=_0x91efb2[_0xc35690(0x3a7)](_0x25d201,_0x4bee52);break;}}const _0x52c4ce=_0x91efb2['runRefRangeMutations'](_0x39d6d2,_0x4bee52),_0x5bd88c=this[_0xc35690(0x175)][_0xc35690(0x1b5)](_0x1bf06f);if(_0x5bd88c&&_0x52c4ce){const _0x1ad09e={..._0x5bd88c,'range':_0x52c4ce};this[_0xc35690(0x175)][_0xc35690(0x40f)](_0x1bf06f,_0x1ad09e),_0x37e5e9(()=>{const _0x35abec=_0xc35690,_0xe77d0c=this['_refRangeService'][_0x35abec(0x346)](_0x52c4ce,_0x22bc6a=>(_0xe77d0c[_0x35abec(0x37a)](),_0x189a3c(_0x22bc6a,_0x1bf06f,_0x368a1a,_0x52c4ce)));_0x3d8607[_0x35abec(0x552)](_0xe77d0c);});}return{'redos':[],'undos':[]};};this[_0x3d0f37(0x175)]['forEach']((_0x4c06cb,_0x5ef368)=>{const _0x936468=_0x3d0f37,{range:_0x5d99c2,sheetID:_0x49030e}=_0x4c06cb,_0x53f011=this[_0x936468(0x58a)][_0x936468(0x346)](_0x5d99c2,_0x4da4a2=>(_0x53f011[_0x936468(0x37a)](),_0x189a3c(_0x4da4a2,_0x5ef368,_0x49030e,_0x5d99c2)));_0x3d8607[_0x936468(0x552)](_0x53f011);});};this[_0x2264bf(0x189)](_0x457d20[_0x2264bf(0x41d)](this['_cursorInfo$']['subscribe'](()=>{_0x1112a1();})));}[_0x357007(0x2cb)](){const _0x535789=_0x357007;var _0x2d17e1,_0x464a4d;if(this[_0x535789(0x3d0)]=!0x0,((_0x2d17e1=this[_0x535789(0x140)][_0x535789(0x236)]())==null?void 0x0:_0x2d17e1[_0x535789(0x4a5)]())!==this[_0x535789(0x563)])return;const _0x4b1b79=(_0x464a4d=this[_0x535789(0x593)]['get'](_0x91efb2[_0x535789(0x3d4)])['getCurrentSelections']())==null?void 0x0:_0x464a4d[0x0],_0x91bf1a=this[_0x535789(0x140)][_0x535789(0x578)](_0x457d20['UniverInstanceType'][_0x535789(0x3b5)])[_0x535789(0x4a1)]();_0x4b1b79&&_0x91bf1a&&this[_0x535789(0x2d1)](_0x91bf1a[_0x535789(0x507)](),_0x4b1b79);}[_0x357007(0x49d)](){const _0x906921=_0x357007;this[_0x906921(0x3d0)]=!0x1;}};_0x3cdf0e=_0x4bbbaa([_0x58e2ea(0x2,_0x457d20['Inject'](_0x457d20['Injector'])),_0x58e2ea(0x3,_0x457d20[_0x357007(0x2c4)](_0x1cc170)),_0x58e2ea(0x4,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x2fa)])),_0x58e2ea(0x5,_0x457d20['IUniverInstanceService']),_0x58e2ea(0x6,_0x457d20['ICommandService']),_0x58e2ea(0x7,_0x457d20[_0x357007(0x2c4)](_0x91efb2['RefRangeService']))],_0x3cdf0e);var _0x22263d=Object['defineProperty'],_0x4d7285=Object[_0x357007(0x41b)],_0x58c270=(_0x13c7d8,_0x4b27dd,_0x1d5d79,_0x899e8d)=>{const _0xc070bf=_0x357007;for(var _0x42a97b=_0x899e8d>0x1?void 0x0:_0x899e8d?_0x4d7285(_0x4b27dd,_0x1d5d79):_0x4b27dd,_0xdd6ccb=_0x13c7d8[_0xc070bf(0x1b0)]-0x1,_0x3b1527;_0xdd6ccb>=0x0;_0xdd6ccb--)(_0x3b1527=_0x13c7d8[_0xdd6ccb])&&(_0x42a97b=(_0x899e8d?_0x3b1527(_0x4b27dd,_0x1d5d79,_0x42a97b):_0x3b1527(_0x42a97b))||_0x42a97b);return _0x899e8d&&_0x42a97b&&_0x22263d(_0x4b27dd,_0x1d5d79,_0x42a97b),_0x42a97b;},_0x437550=(_0x25bc57,_0x1ff64c)=>(_0xaf9f57,_0x2fd1da)=>_0x1ff64c(_0xaf9f57,_0x2fd1da,_0x25bc57);let _0x5f50ea=class extends _0x457d20[_0x357007(0xe7)]{constructor(_0x2f2aed,_0x18112b,_0x540900){const _0x48b4fd=_0x357007;super(),_0x184856(this,_0x48b4fd(0x4ae),new Map()),_0x184856(this,'_entityInit$',new _0x44a02e['Subject']()),(this[_0x48b4fd(0x140)]=_0x2f2aed,this[_0x48b4fd(0x593)]=_0x18112b,this[_0x48b4fd(0x16b)]=_0x540900,this[_0x48b4fd(0x47f)]());}[_0x357007(0x37a)](){const _0x49cd70=_0x357007;super[_0x49cd70(0x37a)](),this[_0x49cd70(0x46e)][_0x49cd70(0x2ea)](),this['_entities']['forEach'](_0x306a3f=>_0x306a3f[_0x49cd70(0x37a)]());}[_0x357007(0x55f)](_0x299c16){const _0x45069d=_0x357007;return this[_0x45069d(0x4ae)][_0x45069d(0xf8)](_0x299c16)?this[_0x45069d(0x4ae)]['get'](_0x299c16)[_0x45069d(0x442)]:this[_0x45069d(0x46e)]['pipe'](_0x44a02e[_0x45069d(0x356)](_0x187506=>_0x187506['unitID']===_0x299c16),_0x44a02e[_0x45069d(0x41a)](_0x15e92b=>_0x15e92b[_0x45069d(0x442)]));}[_0x357007(0x47f)](){const _0xf6049a=_0x357007;this['_univerInstanceService'][_0xf6049a(0x433)](_0x457d20['UniverInstanceType']['UNIVER_SHEET'])[_0xf6049a(0x3f8)](_0x44a02e[_0xf6049a(0x138)](this[_0xf6049a(0x43e)]))['subscribe'](async _0x3749dc=>{const _0x103dae=_0xf6049a,_0x4855b3=_0x3749dc[_0x103dae(0x4a5)](),_0x8fd2ca=await this[_0x103dae(0x34f)](_0x4855b3);this[_0x103dae(0x46e)]['next'](_0x8fd2ca),this[_0x103dae(0x4ae)][_0x103dae(0x40f)](_0x4855b3,_0x8fd2ca);}),this[_0xf6049a(0x140)][_0xf6049a(0x433)](_0x457d20['UniverInstanceType'][_0xf6049a(0x210)])['pipe'](_0x44a02e[_0xf6049a(0x138)](this[_0xf6049a(0x43e)]))[_0xf6049a(0x3f8)](_0x44a02e['filter'](_0x1c97d8=>!_0x1c97d8['getUnitId']()[_0xf6049a(0x3ae)]('__')))[_0xf6049a(0x479)](async _0x16c77d=>{const _0x1ce968=_0xf6049a,_0xbb85e=_0x16c77d[_0x1ce968(0x4a5)](),_0x1f1b5f=await this[_0x1ce968(0x320)](_0xbb85e);this[_0x1ce968(0x46e)][_0x1ce968(0x4d3)](_0x1f1b5f),this[_0x1ce968(0x4ae)][_0x1ce968(0x40f)](_0xbb85e,_0x1f1b5f);}),_0x44a02e[_0xf6049a(0x31f)](this[_0xf6049a(0x140)][_0xf6049a(0x416)](_0x457d20[_0xf6049a(0x3f0)][_0xf6049a(0x210)]),this[_0xf6049a(0x140)][_0xf6049a(0x416)](_0x457d20[_0xf6049a(0x3f0)]['UNIVER_SHEET']))[_0xf6049a(0x3f8)](_0x44a02e[_0xf6049a(0x138)](this['dispose$']))[_0xf6049a(0x479)](_0x5d1692=>{const _0x5b4cb4=_0xf6049a,_0x448711=_0x5d1692[_0x5b4cb4(0x4a5)](),_0x50425d=this['_entities'][_0x5b4cb4(0x1b5)](_0x448711);_0x50425d&&(_0x50425d[_0x5b4cb4(0x37a)](),this[_0x5b4cb4(0x4ae)][_0x5b4cb4(0x378)](_0x448711));});}async[_0x357007(0x34f)](_0x168eb6){const _0x5a5bb4=_0x357007,_0x49ce18=await this[_0x5a5bb4(0x16b)][_0x5a5bb4(0x538)](_0x168eb6),_0x5101c5=this[_0x5a5bb4(0x593)][_0x5a5bb4(0xfd)](_0x3cdf0e,_0x168eb6,_0x49ce18);return _0x5101c5[_0x5a5bb4(0x192)](),_0x5101c5;}async[_0x357007(0x320)](_0xbb4f9){const _0x481cd8=_0x357007,_0xad9299=await this[_0x481cd8(0x16b)]['requireSession'](_0xbb4f9),_0x59c2e8=this[_0x481cd8(0x593)][_0x481cd8(0xfd)](_0x10937b,_0xbb4f9,_0xad9299);return _0x59c2e8[_0x481cd8(0x192)](),_0x59c2e8;}};_0x5f50ea=_0x58c270([_0x437550(0x0,_0x457d20['IUniverInstanceService']),_0x437550(0x1,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0x437550(0x2,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x30b)]))],_0x5f50ea);const _0x578593=0x14,_0x527bc2=0xc8,_0x3ea30a=0x4,_0x5cc072=0x5;function _0x265828(_0x3b39bf,_0x3b1b42){const _0x2dbcb4=_0x357007;let {radius:_0x16fc8b,width:_0x304133,height:_0x490de9}=_0x3b1b42;_0x16fc8b=_0x16fc8b!=null?_0x16fc8b:0x0,_0x304133=_0x304133!=null?_0x304133:0x1e,_0x490de9=_0x490de9!=null?_0x490de9:0x1e;let _0x34e556=0x0,_0x1683f3=0x0,_0x15f6b7=0x0;_0x34e556=_0x1683f3=_0x15f6b7=Math[_0x2dbcb4(0x51f)](_0x16fc8b,_0x304133/0x2,_0x490de9/0x2),_0x3b39bf[_0x2dbcb4(0x556)](),_0x3b39bf[_0x2dbcb4(0x4a4)](_0x34e556,0x0),_0x3b39bf[_0x2dbcb4(0x2d3)](_0x304133-_0x1683f3,0x0),_0x3b39bf[_0x2dbcb4(0x307)](_0x304133-_0x1683f3,_0x1683f3,_0x1683f3,Math['PI']*0x3/0x2,0x0,!0x1),_0x3b39bf[_0x2dbcb4(0x2d3)](_0x304133,_0x490de9-_0x15f6b7),_0x3b39bf['arc'](_0x304133-_0x15f6b7,_0x490de9-_0x15f6b7,_0x15f6b7,0x0,Math['PI']/0x2,!0x1),_0x3b39bf[_0x2dbcb4(0x2d3)](0x0,_0x490de9),_0x3b39bf[_0x2dbcb4(0x2d3)](0x0,_0x34e556),_0x3b39bf[_0x2dbcb4(0x307)](_0x34e556,_0x34e556,_0x34e556,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x3b39bf[_0x2dbcb4(0x428)](),_0x3b1b42[_0x2dbcb4(0x321)]&&(_0x3b39bf['save'](),_0x3b39bf[_0x2dbcb4(0x4bd)]=_0x3b1b42[_0x2dbcb4(0x321)],_0x3b1b42[_0x2dbcb4(0x48e)]==='evenodd'?_0x3b39bf[_0x2dbcb4(0x321)](_0x2dbcb4(0x57d)):_0x3b39bf[_0x2dbcb4(0x321)](),_0x3b39bf[_0x2dbcb4(0xf0)]());}class _0x268e9f extends _0x5c58b0[_0x357007(0x2ce)]{constructor(_0x2f3382,_0x3e6afa){const _0x120c5c=_0x357007;super(_0x2f3382,_0x3e6afa),_0x184856(this,_0x120c5c(0x4f3)),_0x184856(this,_0x120c5c(0x13f)),(this['color']=_0x3e6afa==null?void 0x0:_0x3e6afa[_0x120c5c(0x4f3)],this[_0x120c5c(0x13f)]=_0x3e6afa==null?void 0x0:_0x3e6afa[_0x120c5c(0x13f)]);}static['drawWith'](_0x525ce4,_0xdab784){const _0xe69bc5=_0x357007,{text:_0x4a6a69,color:_0x33832d}=_0xdab784;_0x525ce4[_0xe69bc5(0x16e)](),_0x525ce4[_0xe69bc5(0x423)]=_0xe69bc5(0x39b);const _0x2b63b9=_0x525ce4[_0xe69bc5(0x30c)](_0x4a6a69)[_0xe69bc5(0x3de)],_0x6a3342=Math[_0xe69bc5(0x51f)](_0x2b63b9+0x2*_0x3ea30a,_0x527bc2);_0x265828(_0x525ce4,{'height':_0x578593,'radius':0x4,'width':_0x6a3342,'fill':_0x33832d,'evented':!0x1}),_0x525ce4[_0xe69bc5(0x4bd)]=_0xe69bc5(0x54d);const _0x1c9c70=_0x3ea30a,_0x4a97af=_0x578593-_0x5cc072,_0xd7c830=_0x527bc2-0x2*_0x3ea30a;if(_0x2b63b9>_0xd7c830){let _0x351793='',_0x2b8796=0x0;for(const _0x29f4ce of _0x4a6a69){const _0xe78828=_0x525ce4[_0xe69bc5(0x30c)](_0x29f4ce)['width'];if(_0x2b8796+_0xe78828<=_0xd7c830-_0x525ce4[_0xe69bc5(0x30c)](_0xe69bc5(0x11b))[_0xe69bc5(0x3de)])_0x351793+=_0x29f4ce,_0x2b8796+=_0xe78828;else{_0x351793+=_0xe69bc5(0x11b);break;}}_0x525ce4[_0xe69bc5(0x594)](_0x351793,_0x1c9c70,_0x4a97af);}else _0x525ce4[_0xe69bc5(0x594)](_0x4a6a69,_0x1c9c70,_0x4a97af);_0x525ce4[_0xe69bc5(0xf0)]();}['_draw'](_0x8fd590){_0x268e9f['drawWith'](_0x8fd590,this);}}const _0x11a99c=_0x357007(0x211),_0x55fbe5='collab-text-range-',_0xa9ae84='collab-rect-range-',_0x750513=0x6,_0x1bf217=1.5,_0x2ec277=0x4,_0x2a108c=1.5,_0x577a87=_0x357007(0x460);class _0x29f638{constructor(_0x182b99,_0x4ef201,_0xbed13a,_0x444af7){const _0x120ad4=_0x357007;_0x184856(this,'_shapes',[]),_0x184856(this,'_anchor',null),_0x184856(this,_0x120ad4(0x1da),null),_0x184856(this,_0x120ad4(0x34a),null),_0x184856(this,_0x120ad4(0x2b2),null),_0x184856(this,_0x120ad4(0x361),null),(this['_cursor']=_0x182b99,this[_0x120ad4(0x408)]=_0x4ef201,this[_0x120ad4(0x454)]=_0xbed13a,this[_0x120ad4(0x1a0)]=_0x444af7,this[_0x120ad4(0x268)]());}set[_0x357007(0x444)](_0x2386a6){const _0xa48c6f=_0x357007;_0x2386a6?(this[_0xa48c6f(0x34a)]&&this[_0xa48c6f(0x34a)][_0xa48c6f(0x438)](),this[_0xa48c6f(0x1da)]&&this[_0xa48c6f(0x1da)][_0xa48c6f(0x3a5)]()):(this['_anchorDot']&&this[_0xa48c6f(0x34a)]['show'](),this[_0xa48c6f(0x1da)]&&this[_0xa48c6f(0x1da)][_0xa48c6f(0x438)]());}['dispose'](){const _0x23c28e=_0x357007;for(const _0x2aed0f of this[_0x23c28e(0x350)])_0x2aed0f[_0x23c28e(0x37a)]();this['_textBubble']&&this['_textBubble']['dispose'](),this['_anchorDot']&&this[_0x23c28e(0x34a)]['dispose'](),this[_0x23c28e(0x49a)]&&this[_0x23c28e(0x49a)]['dispose'](),this[_0x23c28e(0x361)]&&this['_eventUnsubscribe']();}[_0x357007(0x268)](){const _0x2fee58=_0x357007;var _0x34c000;const {_docSkeleton:_0x4b3faf,_document:_0x28d899}=this,{color:_0x5d7b1a,name:_0x374683,ranges:_0x268cd1}=this[_0x2fee58(0x42d)],_0x271205=_0x28d899[_0x2fee58(0x11a)](),{docsLeft:_0x56ff32,docsTop:_0x4e8914}=_0x271205,_0x1e57de=new _0x1b8609[(_0x2fee58(0x5a9))](_0x271205,_0x4b3faf);for(const {startOffset:_0x12c0f0,endOffset:_0x529c8e,rangeType:_0x353093,segmentId:_0x40c7fd,segmentPage:_0x370b10,collapsed:_0x46b430,isActive:_0x4d97e4}of _0x268cd1){const _0x3ef9f0=_0x4b3faf[_0x2fee58(0x596)](_0x12c0f0,!0x0,_0x40c7fd,_0x370b10);let _0x15f68b=_0x4b3faf[_0x2fee58(0x596)](_0x529c8e,!0x0,_0x40c7fd,_0x370b10);if(_0x15f68b==null&&(_0x15f68b=_0x4b3faf[_0x2fee58(0x596)](_0x529c8e-0x1,!0x1,_0x40c7fd,_0x370b10)),_0x4d97e4){const {contentBoxPointGroup:_0x559306}=_0x1e57de['getRangePointData'](_0x15f68b,_0x15f68b);if(_0x559306[_0x2fee58(0x1b0)]===0x0)continue;this['_drawAnchor'](_0x5d7b1a,_0x559306,_0x56ff32,_0x4e8914,_0x374683),this[_0x2fee58(0x361)]=this[_0x2fee58(0x550)]();}if(!_0x46b430&&_0x3ef9f0&&_0x15f68b){if(_0x353093===_0x457d20['DOC_RANGE_TYPE']['RECT']){const _0x3eed83=new _0x1b8609[(_0x2fee58(0x4dd))](_0x271205,_0x4b3faf),{pointGroup:_0x2a2538}=(_0x34c000=_0x3eed83[_0x2fee58(0x334)](_0x3ef9f0,_0x15f68b))!=null?_0x34c000:{};if(_0x2a2538==null||_0x2a2538[_0x2fee58(0x1b0)]===0x0)continue;this[_0x2fee58(0x2cc)](_0x5d7b1a,_0x2a2538,_0x56ff32,_0x4e8914);}else{const {borderBoxPointGroup:_0xc17201}=_0x1e57de[_0x2fee58(0x334)](_0x3ef9f0,_0x15f68b);if(_0xc17201['length']===0x0)continue;this[_0x2fee58(0x3ff)](_0x5d7b1a,_0xc17201,_0x56ff32,_0x4e8914);}}}}['_drawAnchor'](_0x1ac594,_0x4a1ad4,_0x2f96dd,_0xe4261a,_0x41afa3){const _0x2f31b7=_0x357007,_0x4063c1=this[_0x2f31b7(0x40c)](_0x4a1ad4),{left:_0x10a232,top:_0x104c67,height:_0xce45f9}=_0x4063c1,_0x2c044d=this[_0x2f31b7(0x559)](),_0x5e6b8e=_0x2a108c/_0x2c044d,_0x4db0bd=new _0x5c58b0[(_0x2f31b7(0x1ab))](_0x11a99c+_0x457d20['Tools'][_0x2f31b7(0x249)](_0x750513),{'left':_0x10a232+_0x2f96dd-_0x5e6b8e,'top':_0x104c67+_0xe4261a,'height':_0xce45f9,'width':_0x1bf217,'fill':_0x1ac594||_0x5c58b0[_0x2f31b7(0x322)](_0x457d20[_0x2f31b7(0x2d6)][_0x2f31b7(0x40e)],0x0),'strokeWidth':_0x5e6b8e,'stroke':_0x577a87,'evented':!0x0});this[_0x2f31b7(0x49a)]=_0x4db0bd,this[_0x2f31b7(0x408)][_0x2f31b7(0x41c)](_0x4db0bd,_0x1b8609[_0x2f31b7(0x3b1)]);const _0x522ddf=new _0x5c58b0[(_0x2f31b7(0x1ab))](_0x11a99c+_0x457d20[_0x2f31b7(0x458)][_0x2f31b7(0x249)](_0x750513),{'left':_0x10a232+_0x2f96dd-_0x5e6b8e,'top':_0x104c67+_0xe4261a-_0x2ec277/0x2,'height':_0x2ec277,'width':_0x2ec277,'fill':_0x1ac594||_0x5c58b0['getColor'](_0x457d20[_0x2f31b7(0x2d6)][_0x2f31b7(0x40e)],0x0),'strokeWidth':0x0,'stroke':_0x1ac594||_0x5c58b0[_0x2f31b7(0x322)](_0x457d20['COLORS'][_0x2f31b7(0x40e)],0x0),'evented':!0x1});this[_0x2f31b7(0x34a)]=_0x522ddf,this[_0x2f31b7(0x408)]['addObject'](_0x522ddf,_0x1b8609[_0x2f31b7(0x3b1)]);const _0x4aa16f=new _0x268e9f(_0x11a99c+_0x457d20[_0x2f31b7(0x458)][_0x2f31b7(0x249)](_0x750513),{'left':_0x10a232+_0x2f96dd-_0x5e6b8e,'top':_0x104c67+_0xe4261a-_0x578593,'text':_0x41afa3,'color':_0x1ac594});this[_0x2f31b7(0x1da)]=_0x4aa16f,this[_0x2f31b7(0x408)][_0x2f31b7(0x41c)](_0x4aa16f,_0x1b8609['TEXT_RANGE_LAYER_INDEX']),this[_0x2f31b7(0x444)]=!0x1;}[_0x357007(0x550)](){const _0x11f1dc=_0x357007,_0x1f94b1=this['_anchor']['onPointerEnter$'][_0x11f1dc(0x4a7)](()=>{const _0x38cdcb=_0x11f1dc;this[_0x38cdcb(0x444)]=!0x0;}),_0x440e13=this[_0x11f1dc(0x49a)][_0x11f1dc(0x3bf)][_0x11f1dc(0x4a7)](()=>{const _0x5d7304=_0x11f1dc;this[_0x5d7304(0x2b2)]&&clearTimeout(this[_0x5d7304(0x2b2)]),this['_hideTimer']=setTimeout(()=>{this['_hover']=!0x1;},0x7d0);});return()=>{const _0x55e389=_0x11f1dc;_0x1f94b1[_0x55e389(0x436)](),_0x440e13[_0x55e389(0x436)]();};}[_0x357007(0x3ff)](_0x58be76,_0x52fb3a,_0x264ced,_0x1096a0){const _0xe6ff8c=_0x357007,_0x3bdcc7=new _0x457d20[(_0xe6ff8c(0x51b))](_0x58be76)[_0xe6ff8c(0x1f8)](0.2)[_0xe6ff8c(0x374)](),_0x2ec8a2=new _0x5c58b0[(_0xe6ff8c(0x359))](_0x55fbe5+_0x457d20[_0xe6ff8c(0x458)][_0xe6ff8c(0x249)](_0x750513),{'pointsGroup':_0x52fb3a,'fill':_0x3bdcc7||_0x5c58b0['getColor'](_0x457d20[_0xe6ff8c(0x2d6)]['black'],0.2),'left':_0x264ced,'top':_0x1096a0,'evented':!0x1,'debounceParentDirty':!0x1});this[_0xe6ff8c(0x350)][_0xe6ff8c(0x39d)](_0x2ec8a2),this[_0xe6ff8c(0x408)]['addObject'](_0x2ec8a2,_0x1b8609[_0xe6ff8c(0x3b1)]);}[_0x357007(0x2cc)](_0x4dfa2b,_0x4339cd,_0x21076c,_0x483bb9){const _0x24e9f5=_0x357007,_0x356aa4=new _0x457d20[(_0x24e9f5(0x51b))](_0x4dfa2b)['setAlpha'](0.2)['toRgbString'](),_0x519677=new _0x5c58b0[(_0x24e9f5(0x359))](_0xa9ae84+_0x457d20[_0x24e9f5(0x458)]['generateRandomId'](_0x750513),{'pointsGroup':_0x4339cd,'fill':_0x356aa4||_0x5c58b0[_0x24e9f5(0x322)](_0x457d20[_0x24e9f5(0x2d6)][_0x24e9f5(0x40e)],0.2),'left':_0x21076c,'top':_0x483bb9,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x24e9f5(0x350)][_0x24e9f5(0x39d)](_0x519677),this['_scene'][_0x24e9f5(0x41c)](_0x519677,_0x1b8609[_0x24e9f5(0x3b1)]);}[_0x357007(0x40c)](_0x536edb){const _0x34dc50=_0x536edb[0x0],_0x420ebd=_0x34dc50[0x0],_0x3e1d3f=_0x34dc50[0x2],{x:_0x4c27ca,y:_0x56027f}=_0x420ebd,{x:_0x942468,y:_0x4aefa8}=_0x3e1d3f;return{'left':_0x4c27ca,'top':_0x56027f,'width':_0x942468-_0x4c27ca,'height':_0x4aefa8-_0x56027f};}['_getScale'](){const _0x55811b=_0x357007,{scaleX:_0x36a843,scaleY:_0x1a9809}=this['_scene']['getAncestorScale']();return Math[_0x55811b(0x10d)](_0x36a843,_0x1a9809);}}var _0x1f76c6=Object[_0x357007(0x376)],_0x1d8b6b=Object['getOwnPropertyDescriptor'],_0x2afd45=(_0x5de534,_0x445001,_0x2625a0,_0x48ce9a)=>{const _0x314cab=_0x357007;for(var _0x27277a=_0x48ce9a>0x1?void 0x0:_0x48ce9a?_0x1d8b6b(_0x445001,_0x2625a0):_0x445001,_0x494f4c=_0x5de534[_0x314cab(0x1b0)]-0x1,_0x2a61e8;_0x494f4c>=0x0;_0x494f4c--)(_0x2a61e8=_0x5de534[_0x494f4c])&&(_0x27277a=(_0x48ce9a?_0x2a61e8(_0x445001,_0x2625a0,_0x27277a):_0x2a61e8(_0x27277a))||_0x27277a);return _0x48ce9a&&_0x27277a&&_0x1f76c6(_0x445001,_0x2625a0,_0x27277a),_0x27277a;},_0x1842e5=(_0x350f23,_0x3ecb13)=>(_0x446ff5,_0x2a26be)=>_0x3ecb13(_0x446ff5,_0x2a26be,_0x350f23);let _0x35372d=class extends _0x457d20['RxDisposable']{constructor(_0x43cb3a,_0x2adf53,_0xc00176,_0x1172a8,_0x364f18){const _0xd3026b=_0x357007;super(),_0x184856(this,_0xd3026b(0x2e5),[]),_0x184856(this,_0xd3026b(0x115),[]),(this[_0xd3026b(0x1b1)]=_0x43cb3a,this['_docSkeletonManagerService']=_0x2adf53,this[_0xd3026b(0x512)]=_0xc00176,this[_0xd3026b(0x2a1)]=_0x1172a8,this[_0xd3026b(0x372)]=_0x364f18,this[_0xd3026b(0x47f)]());}[_0x357007(0x47f)](){const _0x2bd00c=_0x357007,_0x3fa1a5=this[_0x2bd00c(0x1b1)][_0x2bd00c(0x58b)],_0x552915=this[_0x2bd00c(0x3e7)];this[_0x2bd00c(0x189)](_0x44a02e['combineLatest']([this[_0x2bd00c(0x512)][_0x2bd00c(0x55f)](_0x3fa1a5),this[_0x2bd00c(0x372)][_0x2bd00c(0x2e2)]])[_0x2bd00c(0x3f8)](_0x4c8197[_0x2bd00c(0x595)](([_0x2f23ed,_0x3ef6ed])=>({'skeleton':_0x552915[_0x2bd00c(0x45a)](),'cursors':[..._0x2f23ed[_0x2bd00c(0x1ed)]()][_0x2bd00c(0x521)](_0x1e1181=>({..._0x1e1181,'color':_0x3ef6ed[_0x1e1181['color']]}))})))[_0x2bd00c(0x479)](_0x128883=>{const _0x4ea817=_0x2bd00c;if(this[_0x4ea817(0x445)](),_0x128883){const {skeleton:_0x5c7ae6,cursors:_0x1257b0}=_0x128883;this[_0x4ea817(0x17f)](_0x5c7ae6,_0x1257b0);}})),this[_0x2bd00c(0x362)](),this[_0x2bd00c(0x399)]();}[_0x357007(0x17f)](_0x2e87f8,_0x51eb97){const _0x417680=_0x357007,{scene:_0x26daa7,mainComponent:_0x83d2a9}=this[_0x417680(0x1b1)],_0x2e016c=_0x51eb97[_0x417680(0x595)](_0x1c0c02=>new _0x29f638(_0x1c0c02,_0x26daa7,_0x2e87f8,_0x83d2a9));this[_0x417680(0x2e5)]=_0x2e016c,this[_0x417680(0x115)]=_0x51eb97;}[_0x357007(0x2f2)](){const _0x3994ba=_0x357007;this[_0x3994ba(0x445)]();const {scene:_0x269cf5,mainComponent:_0x155fcb}=this[_0x3994ba(0x1b1)],_0x3ad314=this[_0x3994ba(0x3e7)]['getSkeleton'](),_0x96de86=this[_0x3994ba(0x115)]['map'](_0x40c078=>new _0x29f638(_0x40c078,_0x269cf5,_0x3ad314,_0x155fcb));this[_0x3994ba(0x2e5)]=_0x96de86;}[_0x357007(0x445)](){const _0x7b8d6b=_0x357007;this['_cursorShapes'][_0x7b8d6b(0x274)](_0x2a2ad2=>_0x2a2ad2[_0x7b8d6b(0x37a)]()),this[_0x7b8d6b(0x2e5)]=[];}[_0x357007(0x399)](){const _0x161052=_0x357007,_0x4cc107=[_0x1b8609[_0x161052(0x227)]['id']];this[_0x161052(0x189)](this[_0x161052(0x2a1)]['onCommandExecuted'](_0x45e133=>{const _0x36f01e=_0x161052;_0x4cc107['includes'](_0x45e133['id'])&&_0x45e133['params'][_0x36f01e(0x58b)]===this[_0x36f01e(0x1b1)][_0x36f01e(0x58b)]&&this[_0x36f01e(0x2f2)]();}));}['_initResize'](){const _0xd8571f=_0x357007;this[_0xd8571f(0x189)](_0x457d20[_0xd8571f(0x4e2)](this['_context'][_0xd8571f(0x46c)][_0xd8571f(0x492)])[_0xd8571f(0x3f8)](_0x4c8197[_0xd8571f(0x356)](_0x3fda9c=>_0x3fda9c[_0xd8571f(0x486)]===_0x5c58b0[_0xd8571f(0x32e)]['resize']),_0x4c8197['throttleTime'](0x10))[_0xd8571f(0x479)](()=>{const _0x2b20bd=_0xd8571f;this[_0x2b20bd(0x2f2)]();}));}};_0x35372d=_0x2afd45([_0x1842e5(0x1,_0x457d20[_0x357007(0x2c4)](_0x279b33[_0x357007(0xec)])),_0x1842e5(0x2,_0x457d20[_0x357007(0x2c4)](_0x5f50ea)),_0x1842e5(0x3,_0x457d20[_0x357007(0x324)]),_0x1842e5(0x4,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x1be)]))],_0x35372d);const _0x13bafb=0x1,_0xc2aa1c=1.5;class _0x48e55f extends _0x5c58b0[_0x357007(0x2ce)]{constructor(_0x132ec0,_0x11c6c3){const _0x3ace61=_0x357007;super(_0x132ec0,_0x11c6c3),_0x184856(this,_0x3ace61(0x405)),_0x184856(this,_0x3ace61(0x3a4),!0x1),_0x184856(this,_0x3ace61(0x2ba)),_0x184856(this,_0x3ace61(0x2e4),''),_0x184856(this,_0x3ace61(0x463),'top'),_0x184856(this,'_backgroundColor'),(_0x11c6c3&&this[_0x3ace61(0x12f)](_0x11c6c3),this['onPointerEnter$'][_0x3ace61(0x4a7)](()=>this[_0x3ace61(0x12f)]({'hovered':!0x0})),this[_0x3ace61(0x3bf)]['subscribeEvent'](()=>this['setShapeProps']({'hovered':!0x1})));}[_0x357007(0x12f)](_0x46e617){const _0x3c6ca1=_0x357007;var _0x1bd39f,_0x42fda5,_0x59dc46,_0x1a4a80,_0x2b4e01,_0x262b66;this[_0x3c6ca1(0x405)]=(_0x1bd39f=_0x46e617[_0x3c6ca1(0x4f3)])!=null?_0x1bd39f:this[_0x3c6ca1(0x405)],this[_0x3c6ca1(0x3a4)]=(_0x42fda5=_0x46e617[_0x3c6ca1(0x513)])!=null?_0x42fda5:this[_0x3c6ca1(0x3a4)],this[_0x3c6ca1(0x2ba)]=(_0x59dc46=_0x46e617[_0x3c6ca1(0x10b)])!=null?_0x59dc46:this['_range'],this[_0x3c6ca1(0x2e4)]=(_0x1a4a80=_0x46e617[_0x3c6ca1(0x28e)])!=null?_0x1a4a80:this[_0x3c6ca1(0x2e4)],this['_labelPosition']=(_0x2b4e01=_0x46e617[_0x3c6ca1(0x1c9)])!=null?_0x2b4e01:this[_0x3c6ca1(0x463)],this[_0x3c6ca1(0x44d)]=(_0x262b66=_0x46e617['backgroundColor'])!=null?_0x262b66:this[_0x3c6ca1(0x44d)],this[_0x3c6ca1(0x569)]({'width':_0x46e617[_0x3c6ca1(0x3de)],'height':_0x46e617['height']});}['onMouseMove'](_0x4f1766){const _0xb2fae0=_0x357007,{row:_0x314b9c,column:_0x5f1c3d}=_0x4f1766;if(_0x314b9c>=this[_0xb2fae0(0x2ba)][_0xb2fae0(0x4ff)]&&_0x314b9c<=this['_range'][_0xb2fae0(0x49b)]&&_0x5f1c3d>=this[_0xb2fae0(0x2ba)][_0xb2fae0(0x311)]&&_0x5f1c3d<=this['_range'][_0xb2fae0(0x2bb)]){this[_0xb2fae0(0x12f)]({'hovered':!0x0});return;}this[_0xb2fae0(0x12f)]({'hovered':!0x1});}['triggerDblclick'](_0x4b2006){return!0x1;}[_0x357007(0x23b)](_0x46e4e8){const _0x3e3260=_0x357007;_0x5c58b0[_0x3e3260(0x1ab)][_0x3e3260(0x162)](_0x46e4e8,{'width':this[_0x3e3260(0x3de)],'height':this[_0x3e3260(0x3f3)],'strokeWidth':_0xc2aa1c,'stroke':this[_0x3e3260(0x405)],'evented':!0x1,'fill':this[_0x3e3260(0x44d)]}),this[_0x3e3260(0x3a4)]&&(_0x46e4e8[_0x3e3260(0x16e)](),_0x46e4e8['transform'](0x1,0x0,0x0,0x1,this[_0x3e3260(0x3de)],this['_labelPosition']===_0x3e3260(0x1db)?0x0:-_0x578593),_0x268e9f[_0x3e3260(0x162)](_0x46e4e8,{'text':this[_0x3e3260(0x2e4)],'color':this[_0x3e3260(0x405)]}),_0x46e4e8[_0x3e3260(0xf0)]());}}var _0x222129=Object[_0x357007(0x376)],_0x28101b=Object[_0x357007(0x41b)],_0x3a5d76=(_0x24d546,_0x2847ca,_0x3060dc,_0x429c7f)=>{const _0xe33564=_0x357007;for(var _0x223e8e=_0x429c7f>0x1?void 0x0:_0x429c7f?_0x28101b(_0x2847ca,_0x3060dc):_0x2847ca,_0xd188f3=_0x24d546[_0xe33564(0x1b0)]-0x1,_0x471417;_0xd188f3>=0x0;_0xd188f3--)(_0x471417=_0x24d546[_0xd188f3])&&(_0x223e8e=(_0x429c7f?_0x471417(_0x2847ca,_0x3060dc,_0x223e8e):_0x471417(_0x223e8e))||_0x223e8e);return _0x429c7f&&_0x223e8e&&_0x222129(_0x2847ca,_0x3060dc,_0x223e8e),_0x223e8e;},_0x5ac9dd=(_0x4add3d,_0x3d5ed9)=>(_0x296c68,_0x323ac7)=>_0x3d5ed9(_0x296c68,_0x323ac7,_0x4add3d);const _0x4b10f0=0x1389;let _0xfa75cc=class extends _0x457d20[_0x357007(0xe7)]{constructor(_0x2c3f3f,_0x227d89,_0x3132ce,_0x43bcfc){const _0x531fdc=_0x357007;super(),_0x184856(this,_0x531fdc(0x115),new Set()),_0x184856(this,_0x531fdc(0x1fb),null),(this[_0x531fdc(0x1b1)]=_0x2c3f3f,this[_0x531fdc(0x452)]=_0x227d89,this[_0x531fdc(0x512)]=_0x3132ce,this[_0x531fdc(0x372)]=_0x43bcfc,this[_0x531fdc(0x47f)]());}[_0x357007(0x47f)](){const _0x55a3bd=_0x357007;this[_0x55a3bd(0x452)]['currentSkeleton$'][_0x55a3bd(0x3f8)](_0x4c8197[_0x55a3bd(0x138)](this[_0x55a3bd(0x43e)]),_0x4c8197[_0x55a3bd(0x41a)](_0x23a35c=>{const _0xe614f0=_0x55a3bd;if(_0x23a35c){const _0x24be19=_0x23a35c[_0xe614f0(0x36d)];return _0x44a02e['combineLatest'](this[_0xe614f0(0x512)][_0xe614f0(0x55f)](this['_context']['unitId']),this[_0xe614f0(0x372)][_0xe614f0(0x2e2)])[_0xe614f0(0x3f8)](_0x4c8197[_0xe614f0(0x595)](([_0x11a3d7,_0x4878f0])=>{const _0x3bee5b=_0xe614f0,_0x145737=new Map();return _0x11a3d7[_0x3bee5b(0x274)]((_0x3d7b16,_0x1aedc1)=>{const _0x12437d=_0x3bee5b;if(_0x3d7b16[_0x12437d(0x2ee)]===_0x24be19){const _0x3dfcea={..._0x3d7b16};_0x3dfcea['color']=_0x4878f0[_0x3d7b16[_0x12437d(0x4f3)]],_0x145737[_0x12437d(0x40f)](_0x1aedc1,_0x3dfcea);}}),{'skeleton':_0x23a35c,'cursors':_0x145737};}));}return _0x44a02e['of']({'skeleton':null,'cursors':new Map()});}))['subscribe'](({skeleton:_0x1adac6,cursors:_0x134b8b})=>{const _0x4948e7=_0x55a3bd;this['_removeCollabCursors'](),_0x1adac6&&this[_0x4948e7(0x17f)](_0x1adac6,_0x134b8b);}),this['_sheetSkeletonManagerService'][_0x55a3bd(0x490)]['subscribe'](_0x3d6ccf=>{const _0x4d57fe=_0x55a3bd;if(_0x3d6ccf==null)return;const {skeleton:_0x62ef80}=_0x3d6ccf,{scene:_0x3e2be4}=this[_0x4d57fe(0x1b1)];_0x3e2be4[_0x4d57fe(0x3b2)][_0x4d57fe(0x4a7)](_0x457d20[_0x4d57fe(0x154)](_0x18c36f=>{const _0x58dd5e=_0x4d57fe;var _0x2018f5,_0x5c7dc9;const {offsetX:_0x141291,offsetY:_0x502448}=_0x18c36f,{x:_0x55176e,y:_0x4ea051}=_0x3e2be4[_0x58dd5e(0x12d)](_0x5c58b0[_0x58dd5e(0x1d6)]['FromArray']([_0x141291,_0x502448])),{scaleX:_0x179f36,scaleY:_0x175db6}=_0x3e2be4[_0x58dd5e(0x47a)](),_0x11e5dc=_0x3e2be4['getViewport'](_0x5ed4fc[_0x58dd5e(0x3dc)][_0x58dd5e(0x4f6)]),_0x29f77f=_0x3e2be4[_0x58dd5e(0x2e1)](_0x5c58b0[_0x58dd5e(0x1d6)]['FromArray']([_0x55176e,_0x4ea051]),_0x11e5dc),_0x105ecc=_0x62ef80['getCellPositionByOffset'](_0x141291,_0x502448,_0x179f36,_0x175db6,_0x29f77f);((_0x2018f5=this[_0x58dd5e(0x1fb)])==null?void 0x0:_0x2018f5[_0x58dd5e(0x53e)])===_0x105ecc[_0x58dd5e(0x53e)]&&((_0x5c7dc9=this['_lastPointer'])==null?void 0x0:_0x5c7dc9[_0x58dd5e(0x187)])===_0x105ecc[_0x58dd5e(0x187)]||this[_0x58dd5e(0x115)][_0x58dd5e(0x274)](_0xb7ceee=>{const _0x50e925=_0x58dd5e;_0xb7ceee[_0x50e925(0x1fe)](_0x105ecc);});},0x64));});}['_updateCollabCursors'](_0x3c39b9,_0x48ea69){const _0x479cdf=_0x357007;var _0x43612d;const _0xca4baa=(_0x43612d=this[_0x479cdf(0x452)][_0x479cdf(0x2e8)]())==null?void 0x0:_0x43612d[_0x479cdf(0xe9)];if(!_0xca4baa)return;const _0x5e3b93=this[_0x479cdf(0x20d)]();if(!_0x5e3b93)return;this[_0x479cdf(0x115)]['forEach'](_0x25802e=>{const _0x31f498=_0x479cdf;_0x25802e[_0x31f498(0x587)]();});const {scene:_0x1e4c6d}=_0x5e3b93,_0x32598c=_0x34d22c(Array[_0x479cdf(0x46a)](_0x48ea69[_0x479cdf(0x1ed)]()))['map'](_0x1a0c1b=>{const _0xdec192=_0x479cdf,{color:_0x3efa9e,range:_0x4f1507,name:_0x55d5ca,selection:_0x5a0ec8,sheetID:_0x5db4fe}=_0x1a0c1b,{startColumn:_0x50c1ec,startRow:_0x3dcdd3,endColumn:_0x4a8894,endRow:_0x44419e}=_0x4f1507,_0x4918f6=_0x5ed4fc[_0xdec192(0x153)](_0x3dcdd3,_0x50c1ec,_0x1e4c6d,_0xca4baa),_0x7a55d4=_0x5ed4fc['getCoordByCell'](_0x44419e,_0x4a8894,_0x1e4c6d,_0xca4baa),{columnHeaderHeightAndMarginTop:_0x23f15d}=_0xca4baa,{startX:_0x2fca43,startY:_0x55c12c}=_0x4918f6,{endX:_0x5a6917,endY:_0x51bf92}=_0x7a55d4,_0x21ee0b=_0x5a6917-_0x2fca43,_0x16a58c=_0x51bf92-_0x55c12c,_0x1adc4c={'labelPosition':_0x55c12c-_0x23f15d>=_0x578593?_0xdec192(0x25a):_0xdec192(0x1db),'sheetID':_0x5db4fe,'range':_0x4f1507,'color':_0x3efa9e,'name':_0x55d5ca,'selection':_0x5a0ec8,'left':_0x2fca43,'top':_0x55c12c,'width':_0x21ee0b,'height':_0x16a58c,'evented':!0x1,'zIndex':_0x4b10f0};return new _0x48e55f(_0x55d5ca,_0x1adc4c);});_0x1e4c6d['addObjects'](_0x32598c,_0x13bafb),this[_0x479cdf(0x115)]=new Set(_0x32598c);}['_removeCollabCursors'](){const _0x3eb71b=_0x357007;var _0x455b28;(_0x455b28=this[_0x3eb71b(0x115)])==null||_0x455b28[_0x3eb71b(0x274)](_0x3fbf31=>_0x3fbf31[_0x3eb71b(0x37a)]());}[_0x357007(0x20d)](){const _0x225e6f=_0x357007;return _0x5ed4fc[_0x225e6f(0x465)](this[_0x225e6f(0x1b1)][_0x225e6f(0x417)],this[_0x225e6f(0x1b1)]);}};_0xfa75cc=_0x3a5d76([_0x5ac9dd(0x1,_0x457d20[_0x357007(0x2c4)](_0x5ed4fc[_0x357007(0x1d9)])),_0x5ac9dd(0x2,_0x457d20[_0x357007(0x2c4)](_0x5f50ea)),_0x5ac9dd(0x3,_0x457d20['Inject'](_0x457d20[_0x357007(0x1be)]))],_0xfa75cc);function _0x34d22c(_0x2f9109){const _0x4fd35f=_0x357007,_0x1f8e53=new Map();return _0x2f9109[_0x4fd35f(0x274)](_0x2b6ac2=>{const _0x1981c3=_0x4fd35f;if(_0x1f8e53[_0x1981c3(0xf8)](_0x2b6ac2[_0x1981c3(0x22e)])){const _0x1d7fde=_0x1f8e53[_0x1981c3(0x1b5)](_0x2b6ac2[_0x1981c3(0x22e)]);_0x1d7fde[_0x1981c3(0x28e)]+=',\x20'+_0x2b6ac2['name'];}else _0x1f8e53[_0x1981c3(0x40f)](_0x2b6ac2[_0x1981c3(0x22e)],_0x2b6ac2);}),Array[_0x4fd35f(0x46a)](_0x1f8e53[_0x4fd35f(0x1ed)]());}var _0x3da64e=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x202696(_0x147877){const _0x7da436=_0x357007;return _0x147877&&_0x147877['__esModule']&&Object[_0x7da436(0x2a6)][_0x7da436(0x4c1)]['call'](_0x147877,_0x7da436(0x214))?_0x147877[_0x7da436(0x214)]:_0x147877;}var _0x5b0272={'exports':{}},_0x17c8b5={},_0x3f4a29=_0x53b86a,_0x88a452=Symbol[_0x357007(0x2c5)](_0x357007(0x2c3)),_0x6be042=Symbol[_0x357007(0x2c5)]('react.fragment'),_0x4f30d7=Object[_0x357007(0x2a6)][_0x357007(0x4c1)],_0x1a51ad=_0x3f4a29[_0x357007(0x390)][_0x357007(0x30e)],_0x555664={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function _0x15dfc9(_0x189cbc,_0x425b49,_0xa76562){const _0x3047af=_0x357007;var _0x5b9729,_0x4d33bc={},_0x3d1219=null,_0x4beb21=null;_0xa76562!==void 0x0&&(_0x3d1219=''+_0xa76562),_0x425b49[_0x3047af(0x19d)]!==void 0x0&&(_0x3d1219=''+_0x425b49[_0x3047af(0x19d)]),_0x425b49[_0x3047af(0x1d5)]!==void 0x0&&(_0x4beb21=_0x425b49['ref']);for(_0x5b9729 in _0x425b49)_0x4f30d7[_0x3047af(0x4fe)](_0x425b49,_0x5b9729)&&!_0x555664[_0x3047af(0x4c1)](_0x5b9729)&&(_0x4d33bc[_0x5b9729]=_0x425b49[_0x5b9729]);if(_0x189cbc&&_0x189cbc[_0x3047af(0x4c7)]){for(_0x5b9729 in(_0x425b49=_0x189cbc[_0x3047af(0x4c7)],_0x425b49))_0x4d33bc[_0x5b9729]===void 0x0&&(_0x4d33bc[_0x5b9729]=_0x425b49[_0x5b9729]);}return{'$$typeof':_0x88a452,'type':_0x189cbc,'key':_0x3d1219,'ref':_0x4beb21,'props':_0x4d33bc,'_owner':_0x1a51ad[_0x3047af(0x2a2)]};}_0x17c8b5[_0x357007(0xff)]=_0x6be042,_0x17c8b5[_0x357007(0x1af)]=_0x15dfc9,_0x17c8b5[_0x357007(0x53d)]=_0x15dfc9,_0x5b0272[_0x357007(0x241)]=_0x17c8b5;var _0x34d77a=_0x5b0272[_0x357007(0x241)],_0x51fee3=function(){const _0x5612a1=_0x357007;return _0x51fee3=Object[_0x5612a1(0x4db)]||function(_0x430bee){const _0x243842=_0x5612a1;for(var _0xa1cf7e,_0x3e776f=0x1,_0x597b76=arguments[_0x243842(0x1b0)];_0x3e776f<_0x597b76;_0x3e776f++){_0xa1cf7e=arguments[_0x3e776f];for(var _0x441788 in _0xa1cf7e)Object[_0x243842(0x2a6)][_0x243842(0x4c1)][_0x243842(0x4fe)](_0xa1cf7e,_0x441788)&&(_0x430bee[_0x441788]=_0xa1cf7e[_0x441788]);}return _0x430bee;},_0x51fee3[_0x5612a1(0x533)](this,arguments);},_0x2e5615=function(_0x318aa5,_0x310a6e){const _0x1b8757=_0x357007;var _0x24a0fd={};for(var _0x37860b in _0x318aa5)Object['prototype'][_0x1b8757(0x4c1)][_0x1b8757(0x4fe)](_0x318aa5,_0x37860b)&&_0x310a6e[_0x1b8757(0x1ee)](_0x37860b)<0x0&&(_0x24a0fd[_0x37860b]=_0x318aa5[_0x37860b]);if(_0x318aa5!=null&&typeof Object['getOwnPropertySymbols']==_0x1b8757(0x527)){for(var _0x1658e8=0x0,_0x37860b=Object[_0x1b8757(0x55c)](_0x318aa5);_0x1658e8<_0x37860b[_0x1b8757(0x1b0)];_0x1658e8++)_0x310a6e[_0x1b8757(0x1ee)](_0x37860b[_0x1658e8])<0x0&&Object['prototype'][_0x1b8757(0x294)][_0x1b8757(0x4fe)](_0x318aa5,_0x37860b[_0x1658e8])&&(_0x24a0fd[_0x37860b[_0x1658e8]]=_0x318aa5[_0x37860b[_0x1658e8]]);}return _0x24a0fd;},_0xe50a93=_0x53b86a[_0x357007(0x19a)](function(_0x40a0d4,_0x2e2d30){const _0x52627b=_0x357007;var _0x32e775=_0x40a0d4[_0x52627b(0x40a)],_0x5bce42=_0x40a0d4['id'],_0xb0073b=_0x40a0d4[_0x52627b(0x1ce)],_0x3a6938=_0x40a0d4['extend'],_0xab8a20=_0x2e5615(_0x40a0d4,[_0x52627b(0x40a),'id',_0x52627b(0x1ce),_0x52627b(0x308)]),_0x1ed96c=_0x52627b(0x499)['concat'](_0x5bce42,'\x20')[_0x52627b(0x38a)](_0xb0073b||'')[_0x52627b(0x206)](),_0x226416=_0x53b86a[_0x52627b(0x133)]('_'[_0x52627b(0x38a)](_0x390a92()));return _0x39a41a(_0x32e775,''[_0x52627b(0x38a)](_0x5bce42),{'defIds':_0x32e775['defIds'],'idSuffix':_0x226416['current']},_0x51fee3({'ref':_0x2e2d30,'className':_0x1ed96c},_0xab8a20),_0x3a6938);});function _0x39a41a(_0x41fdb7,_0x36e26f,_0xb90995,_0x11de0a,_0x318993){const _0x500cd9=_0x357007;return _0x53b86a['createElement'](_0x41fdb7[_0x500cd9(0x545)],_0x51fee3(_0x51fee3({'key':_0x36e26f},_0x2607cc(_0x41fdb7,_0xb90995,_0x318993)),_0x11de0a),(_0x2c71b8(_0x41fdb7,_0xb90995)[_0x500cd9(0x373)]||[])[_0x500cd9(0x595)](function(_0x2e0f8c,_0x1ce671){const _0x27ea07=_0x500cd9;return _0x39a41a(_0x2e0f8c,''[_0x27ea07(0x38a)](_0x36e26f,'-')[_0x27ea07(0x38a)](_0x41fdb7[_0x27ea07(0x545)],'-')[_0x27ea07(0x38a)](_0x1ce671),_0xb90995,void 0x0,_0x318993);}));}function _0x2607cc(_0x36d2fe,_0x11c050,_0x30d437){const _0x518767=_0x357007;var _0x44b1a8=_0x51fee3({},_0x36d2fe['attrs']);_0x30d437!=null&&_0x30d437[_0x518767(0x2f1)]&&_0x44b1a8[_0x518767(0x321)]===_0x518767(0x2f1)&&(_0x44b1a8[_0x518767(0x321)]=_0x30d437['colorChannel1']);var _0x36ae0c=_0x11c050[_0x518767(0x17e)];return!_0x36ae0c||_0x36ae0c[_0x518767(0x1b0)]===0x0||(_0x36d2fe[_0x518767(0x545)]===_0x518767(0x528)&&_0x44b1a8[_0x518767(0x33b)]&&(_0x44b1a8['xlink:href']=_0x44b1a8[_0x518767(0x33b)]+_0x11c050[_0x518767(0x204)]),Object[_0x518767(0x37e)](_0x44b1a8)[_0x518767(0x274)](function(_0x51fa99){const _0x51c96b=_0x518767;var _0x2b6676=_0x51fa99[0x0],_0x16c9d8=_0x51fa99[0x1];typeof _0x16c9d8==_0x51c96b(0x282)&&(_0x44b1a8[_0x2b6676]=_0x16c9d8[_0x51c96b(0x495)](/url\(#(.*)\)/,_0x51c96b(0x429)[_0x51c96b(0x38a)](_0x11c050[_0x51c96b(0x204)],')')));})),_0x44b1a8;}function _0x2c71b8(_0x22f0c0,_0x1fa3f6){const _0x13ee7a=_0x357007;var _0x24fdbf,_0x36d917=_0x1fa3f6[_0x13ee7a(0x17e)];return!_0x36d917||_0x36d917['length']===0x0?_0x22f0c0:_0x22f0c0['tag']===_0x13ee7a(0x58f)&&(!((_0x24fdbf=_0x22f0c0[_0x13ee7a(0x373)])===null||_0x24fdbf===void 0x0)&&_0x24fdbf[_0x13ee7a(0x1b0)])?_0x51fee3(_0x51fee3({},_0x22f0c0),{'children':_0x22f0c0['children'][_0x13ee7a(0x595)](function(_0x1a9f9e){const _0x5c16bc=_0x13ee7a;return typeof _0x1a9f9e[_0x5c16bc(0x195)]['id']==_0x5c16bc(0x282)&&_0x36d917&&_0x36d917[_0x5c16bc(0x1ee)](_0x1a9f9e[_0x5c16bc(0x195)]['id'])>-0x1?_0x51fee3(_0x51fee3({},_0x1a9f9e),{'attrs':_0x51fee3(_0x51fee3({},_0x1a9f9e[_0x5c16bc(0x195)]),{'id':_0x1a9f9e[_0x5c16bc(0x195)]['id']+_0x1fa3f6[_0x5c16bc(0x204)]})}):_0x1a9f9e;})}):_0x22f0c0;}function _0x390a92(){const _0x4960ef=_0x357007;return Math[_0x4960ef(0x524)]()[_0x4960ef(0x14b)](0x24)['substring'](0x2,0x8);}_0xe50a93['displayName']='UniverIcon';var _0x23bd30={'tag':_0x357007(0x2a0),'attrs':{'fill':_0x357007(0x191),'viewBox':_0x357007(0x380),'width':'1em','height':_0x357007(0x503)},'children':[{'tag':'g','attrs':{'clipPath':_0x357007(0x46d)},'children':[{'tag':_0x357007(0x4e1),'attrs':{'stroke':_0x357007(0x39a),'d':_0x357007(0x55a),'strokeLinecap':_0x357007(0x3ec),'strokeLinejoin':_0x357007(0x3ec),'strokeWidth':1.2}}]},{'tag':_0x357007(0x58f),'attrs':{},'children':[{'tag':_0x357007(0x1d8),'attrs':{'id':'off-line-single_clip0_910_343'},'children':[{'tag':_0x357007(0x4e1),'attrs':{'fill':_0x357007(0x117),'d':_0x357007(0x45f)}}]}]}],'defIds':[_0x357007(0x59a)]},_0x1ca1af=_0x53b86a[_0x357007(0x19a)](function(_0x6b1a08,_0x208052){const _0x2ec4d9=_0x357007;return _0x53b86a['createElement'](_0xe50a93,Object[_0x2ec4d9(0x4db)]({},_0x6b1a08,{'id':'off-line-single','ref':_0x208052,'icon':_0x23bd30}));});_0x1ca1af['displayName']=_0x357007(0x54a);var _0x1f76aa={'tag':_0x357007(0x2a0),'attrs':{'fill':_0x357007(0x191),'viewBox':_0x357007(0x33a),'width':_0x357007(0x503),'height':_0x357007(0x503)},'children':[{'tag':'g','attrs':{'clipPath':'url(#on-line-single_clip0_910_349)'},'children':[{'tag':_0x357007(0x4e1),'attrs':{'stroke':_0x357007(0x39a),'d':_0x357007(0x3e0),'strokeLinecap':_0x357007(0x3ec),'strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':_0x357007(0x58f),'attrs':{},'children':[{'tag':_0x357007(0x1d8),'attrs':{'id':'on-line-single_clip0_910_349'},'children':[{'tag':_0x357007(0x4e1),'attrs':{'fill':_0x357007(0x117),'d':_0x357007(0x45f),'transform':_0x357007(0x553)}}]}]}],'defIds':[_0x357007(0x209)]},_0x4ca525=_0x53b86a['forwardRef'](function(_0x55cb0d,_0x441e9c){const _0x56a2a3=_0x357007;return _0x53b86a[_0x56a2a3(0x383)](_0xe50a93,Object['assign']({},_0x55cb0d,{'id':_0x56a2a3(0x456),'ref':_0x441e9c,'icon':_0x1f76aa}));});_0x4ca525['displayName']='OnLineSingle';function _0x487ff4(_0x5220fa){const _0x184418=_0x357007;var _0x3dac69,_0xa3b47,_0x44bb8b='';if(typeof _0x5220fa=='string'||typeof _0x5220fa==_0x184418(0x22d))_0x44bb8b+=_0x5220fa;else{if(typeof _0x5220fa=='object'){if(Array[_0x184418(0x139)](_0x5220fa)){var _0x4b5344=_0x5220fa[_0x184418(0x1b0)];for(_0x3dac69=0x0;_0x3dac69<_0x4b5344;_0x3dac69++)_0x5220fa[_0x3dac69]&&(_0xa3b47=_0x487ff4(_0x5220fa[_0x3dac69]))&&(_0x44bb8b&&(_0x44bb8b+='\x20'),_0x44bb8b+=_0xa3b47);}else{for(_0xa3b47 in _0x5220fa)_0x5220fa[_0xa3b47]&&(_0x44bb8b&&(_0x44bb8b+='\x20'),_0x44bb8b+=_0xa3b47);}}}return _0x44bb8b;}function _0x3f9768(){const _0x3faaef=_0x357007;for(var _0x1319a8,_0x386f72,_0x48f7c2=0x0,_0x398bfc='',_0x2e2d34=arguments[_0x3faaef(0x1b0)];_0x48f7c2<_0x2e2d34;_0x48f7c2++)(_0x1319a8=arguments[_0x48f7c2])&&(_0x386f72=_0x487ff4(_0x1319a8))&&(_0x398bfc&&(_0x398bfc+='\x20'),_0x398bfc+=_0x386f72);return _0x398bfc;}const _0x1e4505={'onlineStatusIcon':'univer-online-status-icon','onlineStatusTitle':_0x357007(0x1bb),'onlineStatus':_0x357007(0x309),'online':_0x357007(0x2b3),'offline':_0x357007(0x3ac)};function _0x4b0b1f(_0xf6d896){const _0x1abca1=_0x357007;switch(_0xf6d896){case _0x44c5ad[_0x1abca1(0x31a)]:return _0x1abca1(0x400);case _0x44c5ad[_0x1abca1(0x52a)]:return _0x1abca1(0x109);case _0x44c5ad[_0x1abca1(0x1c3)]:return _0x1abca1(0x232);case _0x44c5ad['NOT_COLLAB']:return _0x1abca1(0x31e);case _0x44c5ad[_0x1abca1(0x3d1)]:case _0x44c5ad['AWAITING_WITH_PENDING']:return _0x1abca1(0x459);case _0x44c5ad[_0x1abca1(0x253)]:case _0x44c5ad['PENDING']:return _0x1abca1(0x4da);}}function _0x576c3c(_0x48aeaf){const _0x46becb=_0x357007,{status$:_0xa475}=_0x48aeaf,_0x50dbe6=_0x2b45ba[_0x46becb(0x17a)](_0xa475,_0x44c5ad[_0x46becb(0x104)]),_0x4d414d=_0x457d20['useDependency'](_0x457d20[_0x46becb(0x128)]),_0x3b2d77=_0x457d20[_0x46becb(0x134)](_0x325eac[_0x46becb(0x30b)]),_0x702daf=_0x50dbe6!==_0x44c5ad[_0x46becb(0x31a)],_0x54e2f1=_0x4d414d['t'](_0x4b0b1f(_0x50dbe6)),_0x465df4=_0x3f9768(_0x1e4505[_0x46becb(0x404)],{[_0x1e4505[_0x46becb(0x491)]]:_0x702daf,[_0x1e4505[_0x46becb(0x474)]]:!_0x702daf}),_0x1f915b=_0x702daf?_0x34d77a[_0x46becb(0x1af)](_0x4ca525,{}):_0x34d77a['jsx'](_0x1ca1af,{}),_0x5a2d02=_0x53b86a[_0x46becb(0x50b)](()=>{_0x702daf||_0x3b2d77['reconnect']();},[_0x702daf,_0x3b2d77]);function _0x532983(){const _0x1e4072=_0x46becb;return _0x34d77a[_0x1e4072(0x53d)](_0x1e4072(0x44e),{'className':_0x465df4,'onClick':_0x5a2d02,'children':[_0x34d77a['jsx'](_0x1e4072(0x44e),{'className':_0x1e4505[_0x1e4072(0x1aa)],'children':_0x1f915b}),_0x34d77a[_0x1e4072(0x1af)]('div',{'className':_0x1e4505[_0x1e4072(0x38b)],'children':_0x54e2f1})]});}return _0x702daf?_0x532983():_0x34d77a[_0x46becb(0x1af)](_0x151ca4[_0x46becb(0x529)],{'title':_0x4d414d['t'](_0x46becb(0x590)),'children':_0x532983()});}var _0x3a3279=Object[_0x357007(0x376)],_0x2b4edf=Object[_0x357007(0x41b)],_0x223629=(_0x8d222b,_0x4e76d8,_0x10b0fe,_0x469922)=>{for(var _0x27bb84=_0x469922>0x1?void 0x0:_0x469922?_0x2b4edf(_0x4e76d8,_0x10b0fe):_0x4e76d8,_0x17c002=_0x8d222b['length']-0x1,_0x146987;_0x17c002>=0x0;_0x17c002--)(_0x146987=_0x8d222b[_0x17c002])&&(_0x27bb84=(_0x469922?_0x146987(_0x4e76d8,_0x10b0fe,_0x27bb84):_0x146987(_0x27bb84))||_0x27bb84);return _0x469922&&_0x27bb84&&_0x3a3279(_0x4e76d8,_0x10b0fe,_0x27bb84),_0x27bb84;},_0x577690=(_0x5be200,_0x462ff8)=>(_0x37b47f,_0x4eae12)=>_0x462ff8(_0x37b47f,_0x4eae12,_0x5be200);_0x325eac['DesktopCollaborationStatusDisplayController']=class extends _0x457d20[_0x357007(0x348)]{constructor(_0x2e5e6b,_0xab0f79,_0x2a72ff,_0x2186be){const _0x1cee2c=_0x357007;super(),_0x184856(this,_0x1cee2c(0x103),new _0x44a02e[(_0x1cee2c(0x387))](_0x44c5ad['NOT_COLLAB'])),(this[_0x1cee2c(0x140)]=_0x2e5e6b,this['_uiPartsService']=_0xab0f79,this['_injector']=_0x2a72ff,this[_0x1cee2c(0x544)]=_0x2186be,this['_initStatusComponent'](),this['_initStatusListener']());}[_0x357007(0x1ff)](){const _0x25128e=_0x357007;this[_0x25128e(0x189)](this[_0x25128e(0x140)][_0x25128e(0x579)][_0x25128e(0x3f8)](_0x44a02e[_0x25128e(0x41a)](()=>{const _0x4bc862=_0x25128e,_0x167d32=this[_0x4bc862(0x140)][_0x4bc862(0x236)]();return _0x167d32?this[_0x4bc862(0x544)]['getCollabEntity$'](_0x167d32[_0x4bc862(0x4a5)]()):_0x44a02e['of'](null);}),_0x44a02e[_0x25128e(0x41a)](_0x3ed78a=>_0x3ed78a?_0x3ed78a[_0x25128e(0x1ec)]:_0x44a02e['of'](_0x44c5ad['NOT_COLLAB'])))[_0x25128e(0x479)](_0x331b7c=>{const _0x117c7c=_0x25128e;this[_0x117c7c(0x103)][_0x117c7c(0x4d3)](_0x331b7c);}));}[_0x357007(0x24f)](){const _0x10d766=_0x357007;this[_0x10d766(0x189)](this[_0x10d766(0x42f)][_0x10d766(0x32b)](_0x2b45ba['BuiltInUIPart']['HEADER_MENU'],()=>_0x457d20[_0x10d766(0x501)](_0xdf0b22({'status$':this[_0x10d766(0x103)]['asObservable']()}),this[_0x10d766(0x593)])));}},_0x325eac[_0x357007(0x196)]=_0x223629([_0x577690(0x0,_0x457d20['IUniverInstanceService']),_0x577690(0x1,_0x2b45ba['IUIPartsService']),_0x577690(0x2,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0x577690(0x3,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x339)]))],_0x325eac[_0x357007(0x196)]);function _0xdf0b22(_0x1cc7be){const {status$:_0x26744c}=_0x1cc7be;return function(){const _0xfd1496=_0xbbea;return _0x34d77a[_0xfd1496(0x1af)](_0x576c3c,{'status$':_0x26744c});};}const _0x24da1d=_0x457d20[_0x357007(0x2aa)](_0x357007(0x1ef));var _0x2bd563=Object[_0x357007(0x376)],_0x4684a3=Object[_0x357007(0x41b)],_0x23d5f0=(_0x3d0e37,_0x55d83a,_0x223c48,_0x2d503f)=>{for(var _0x46bd59=_0x2d503f>0x1?void 0x0:_0x2d503f?_0x4684a3(_0x55d83a,_0x223c48):_0x55d83a,_0x30be2a=_0x3d0e37['length']-0x1,_0x21fabb;_0x30be2a>=0x0;_0x30be2a--)(_0x21fabb=_0x3d0e37[_0x30be2a])&&(_0x46bd59=(_0x2d503f?_0x21fabb(_0x55d83a,_0x223c48,_0x46bd59):_0x21fabb(_0x46bd59))||_0x46bd59);return _0x2d503f&&_0x46bd59&&_0x2bd563(_0x55d83a,_0x223c48,_0x46bd59),_0x46bd59;},_0x50dfc8=(_0x26e769,_0x54c070)=>(_0x13bd96,_0x35ce3f)=>_0x54c070(_0x13bd96,_0x35ce3f,_0x26e769);_0x325eac[_0x357007(0x1c2)]=class extends _0x457d20['RxDisposable']{constructor(_0x339842,_0x2e62a7,_0x3b6922,_0x988a95,_0x136303,_0x1e749e){const _0x35f12b=_0x357007;super(),this['_urlService']=_0x339842,this[_0x35f12b(0x514)]=_0x2e62a7,this['_commandService']=_0x3b6922,this[_0x35f12b(0x4e9)]=_0x988a95,this[_0x35f12b(0x51d)]=_0x136303,_0x1e749e?_0x1e749e==null||_0x1e749e[_0x35f12b(0x10c)]()[_0x35f12b(0x1c0)](()=>this[_0x35f12b(0x47f)]()):(this['_logService'][_0x35f12b(0x17b)](_0x35f12b(0x34c),_0x35f12b(0x4bb)),this[_0x35f12b(0x47f)]());}async['_init'](){const _0xb0f86a=_0x357007,_0x3bf17a=this[_0xb0f86a(0x1f7)][_0xb0f86a(0x493)](_0xb0f86a(0x417)),_0x19cb8b=this['_urlService'][_0xb0f86a(0x493)](_0xb0f86a(0x486));if(!_0x3bf17a||!_0x19cb8b){this['_logService'][_0xb0f86a(0x17b)](_0xb0f86a(0x34c),_0xb0f86a(0x17d));return;}switch(Number(_0x19cb8b)){case _0x1c36ee['UNIVER_SHEET']:{const _0x4709f3=await this['_loadSheet'](_0x3bf17a);this[_0xb0f86a(0x4bc)](_0x4709f3);break;}case _0x1c36ee[_0xb0f86a(0x210)]:{await this[_0xb0f86a(0x14a)](_0x3bf17a);break;}default:{this[_0xb0f86a(0x514)][_0xb0f86a(0x519)]('[DataLoaderController]',_0xb0f86a(0x326));break;}}}async[_0x357007(0x4bc)](_0x398dbd){const _0x2fc652=_0x357007;await this['_updateSubUnitFromURLParams'](_0x398dbd),_0x398dbd[_0x2fc652(0x32a)][_0x2fc652(0x3f8)](_0x44a02e[_0x2fc652(0x138)](this[_0x2fc652(0x43e)]))[_0x2fc652(0x479)](_0x5ac932=>{const _0x424421=_0x2fc652;_0x5ac932&&this[_0x424421(0x561)](_0x5ac932);}),this['_urlService']['urlChange$'][_0x2fc652(0x3f8)](_0x44a02e['takeUntil'](this[_0x2fc652(0x43e)]))[_0x2fc652(0x479)](()=>this[_0x2fc652(0x25c)](_0x398dbd));}[_0x357007(0x561)](_0x2e610f,_0x4f1ee0=!0x1){const _0x3d1dbe=_0x357007,_0x3e8e73=this['_urlService'][_0x3d1dbe(0x493)](_0x3d1dbe(0x258));_0x2e610f[_0x3d1dbe(0x507)]()!==_0x3e8e73&&this[_0x3d1dbe(0x1f7)][_0x3d1dbe(0x11d)](_0x3d1dbe(0x258),_0x2e610f[_0x3d1dbe(0x507)](),_0x4f1ee0);}async[_0x357007(0x25c)](_0x4c7729){const _0x30ec12=_0x357007;var _0x3edf78;const _0x48d6c8=this[_0x30ec12(0x1f7)][_0x30ec12(0x493)](_0x30ec12(0x258));if(!_0x48d6c8||!_0x4c7729['getSheetBySheetId'](_0x48d6c8)){const _0x587951=_0x4c7729[_0x30ec12(0x340)]()[0x0],_0x19f234=_0x4c7729[_0x30ec12(0x203)](_0x587951);if(!_0x19f234)return;this['_updateURLWithCurrentState'](_0x19f234,!0x0),await this[_0x30ec12(0x2a1)]['executeCommand'](_0x91efb2[_0x30ec12(0x224)]['id'],{'unitId':_0x4c7729['getUnitId'](),'subUnitId':_0x587951});return;}((_0x3edf78=_0x4c7729[_0x30ec12(0x4a1)]())==null?void 0x0:_0x3edf78['getSheetId']())!==_0x48d6c8&&await this['_commandService'][_0x30ec12(0x470)](_0x91efb2[_0x30ec12(0x224)]['id'],{'unitId':_0x4c7729[_0x30ec12(0x4a5)](),'subUnitId':_0x48d6c8});}async[_0x357007(0x37d)](_0x16528c){const _0x16ef60=_0x357007;let _0x356e34=0x0;const _0x7ba074=await this[_0x16ef60(0x4e9)][_0x16ef60(0x120)](_0x16528c);return _0x7ba074&&(_0x7ba074[_0x16ef60(0x4ac)]||_0x7ba074[_0x16ef60(0x21b)]['length']!==0x0)&&(_0x356e34=_0x7ba074['rev']),_0x356e34===0x0&&this[_0x16ef60(0x514)][_0x16ef60(0x17b)]('[DataLoaderController]',_0x16ef60(0x4f5)),this[_0x16ef60(0x51d)][_0x16ef60(0x244)](_0x16528c,_0x356e34);}async[_0x357007(0x14a)](_0x4dcdcb){const _0xfa3c28=_0x357007;let _0x5f2235=0x0;const _0x185f15=await this[_0xfa3c28(0x4e9)][_0xfa3c28(0x120)](_0x4dcdcb);return _0x185f15&&(_0x185f15[_0xfa3c28(0x4ac)]||_0x185f15['mutations'][_0xfa3c28(0x1b0)]!==0x0)&&(_0x5f2235=_0x185f15[_0xfa3c28(0x483)]),_0x5f2235===0x0&&this[_0xfa3c28(0x514)][_0xfa3c28(0x17b)](_0xfa3c28(0x34c),_0xfa3c28(0x4f5)),this[_0xfa3c28(0x51d)]['loadDoc'](_0x4dcdcb,_0x5f2235);}},_0x325eac[_0x357007(0x1c2)]=_0x23d5f0([_0x50dfc8(0x0,_0x24da1d),_0x50dfc8(0x1,_0x457d20['ILogService']),_0x50dfc8(0x2,_0x457d20[_0x357007(0x324)]),_0x50dfc8(0x3,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x4f9)])),_0x50dfc8(0x4,_0x457d20[_0x357007(0x2c4)](_0x4d26ac[_0x357007(0x19f)])),_0x50dfc8(0x5,_0x457d20[_0x357007(0xe8)](_0x663046[_0x357007(0x161)]))],_0x325eac[_0x357007(0x1c2)]);var _0x2bec0e=Object[_0x357007(0x376)],_0x1de3d7=Object[_0x357007(0x41b)],_0x674ab3=(_0xa5e52f,_0x4a507a,_0x4d7262,_0x4dad53)=>{const _0xd57394=_0x357007;for(var _0x2ffd73=_0x4dad53>0x1?void 0x0:_0x4dad53?_0x1de3d7(_0x4a507a,_0x4d7262):_0x4a507a,_0x31e748=_0xa5e52f[_0xd57394(0x1b0)]-0x1,_0xba8ed0;_0x31e748>=0x0;_0x31e748--)(_0xba8ed0=_0xa5e52f[_0x31e748])&&(_0x2ffd73=(_0x4dad53?_0xba8ed0(_0x4a507a,_0x4d7262,_0x2ffd73):_0xba8ed0(_0x2ffd73))||_0x2ffd73);return _0x4dad53&&_0x2ffd73&&_0x2bec0e(_0x4a507a,_0x4d7262,_0x2ffd73),_0x2ffd73;},_0x770e43=(_0x354a91,_0x5068c6)=>(_0x27d60f,_0x27fabf)=>_0x5068c6(_0x27d60f,_0x27fabf,_0x354a91);const _0x8ba29b=_0x357007(0x254),_0x3b00f3='Univer';let _0x5639bf=class extends _0x457d20[_0x357007(0x348)]{constructor(_0x4e03c7,_0x53d766){const _0x532cd3=_0x357007;super(),this[_0x532cd3(0x140)]=_0x4e03c7,this[_0x532cd3(0x331)]=_0x53d766,this[_0x532cd3(0x47f)]();}[_0x357007(0x47f)](){const _0x2761b1=_0x357007;this[_0x2761b1(0x189)](this[_0x2761b1(0x140)]['focused$'][_0x2761b1(0x479)](()=>{const _0x6e5bc0=_0x2761b1;var _0x486f0c;const _0x162b6d=this['_univerInstanceService'][_0x6e5bc0(0x236)]();let _0x235faa=(_0x486f0c=this[_0x6e5bc0(0x331)][_0x6e5bc0(0x4d5)](_0x8ba29b))!=null?_0x486f0c:_0x3b00f3;_0x162b6d instanceof _0x457d20[_0x6e5bc0(0x56c)]&&(_0x235faa=_0x162b6d[_0x6e5bc0(0x28e)]),document[_0x6e5bc0(0x24d)]=_0x235faa;}));}};_0x5639bf=_0x674ab3([_0x770e43(0x0,_0x457d20['IUniverInstanceService']),_0x770e43(0x1,_0x457d20[_0x357007(0x3cc)])],_0x5639bf);var _0x172f6c=Object[_0x357007(0x376)],_0x1e8f33=Object['getOwnPropertyDescriptor'],_0x1d54df=(_0x5c7a15,_0xa5046e,_0x5e622c,_0x485cde)=>{const _0x2952dd=_0x357007;for(var _0xc0b03=_0x485cde>0x1?void 0x0:_0x485cde?_0x1e8f33(_0xa5046e,_0x5e622c):_0xa5046e,_0x206e6e=_0x5c7a15[_0x2952dd(0x1b0)]-0x1,_0x50c7a5;_0x206e6e>=0x0;_0x206e6e--)(_0x50c7a5=_0x5c7a15[_0x206e6e])&&(_0xc0b03=(_0x485cde?_0x50c7a5(_0xa5046e,_0x5e622c,_0xc0b03):_0x50c7a5(_0xc0b03))||_0xc0b03);return _0x485cde&&_0xc0b03&&_0x172f6c(_0xa5046e,_0x5e622c,_0xc0b03),_0xc0b03;},_0x6b1705=(_0xc71ffd,_0x49bc5d)=>(_0x427d2f,_0x88a123)=>_0x49bc5d(_0x427d2f,_0x88a123,_0xc71ffd);let _0x1ae59a=class{constructor(_0x5e1bc8,_0x46d990,_0x1dc1c0){const _0x5341d4=_0x357007;this[_0x5341d4(0x331)]=_0x5e1bc8,this[_0x5341d4(0x537)]=_0x46d990,this[_0x5341d4(0x30f)]=_0x1dc1c0,this['init']();}[_0x357007(0x192)](){const _0x448d35=_0x357007;this[_0x448d35(0x537)][_0x448d35(0x12b)]({'priority':0x1,'interceptor':(_0x497955,_0x358bba)=>_0x358bba(_0x497955)[_0x448d35(0x3f8)](_0x44a02e[_0x448d35(0x530)](async _0x9b2329=>{const _0x1a2a8b=_0x448d35,_0x3729ad=_0x9b2329;if(_0x3729ad[_0x1a2a8b(0x477)]===0x191&&window['confirm'](this['localeService']['t'](_0x1a2a8b(0x164)))){const _0x5985a8=window[_0x1a2a8b(0x3c1)](window[_0x1a2a8b(0x296)][_0x1a2a8b(0x51a)]);window['location']['href']=this[_0x1a2a8b(0x263)]()+'?url='+_0x5985a8;}return _0x3729ad;}))});}[_0x357007(0x263)](){const _0x4fb933=_0x357007;var _0x3b2b16,_0x12dc69;const _0x147e5f=this['_configService'][_0x4fb933(0x4d5)](_0x53356b),_0x4c25af=this['_configService']['getConfig'](_0x11df2a);return(_0x12dc69=(_0x3b2b16=_0x4c25af==null?void 0x0:_0x4c25af[_0x4fb933(0x575)])!=null?_0x3b2b16:_0x147e5f)!=null?_0x12dc69:_0x435faa;}};_0x1ae59a=_0x1d54df([_0x6b1705(0x0,_0x457d20[_0x357007(0x3cc)]),_0x6b1705(0x1,_0x457d20[_0x357007(0x2c4)](_0x4737a0[_0x357007(0xe3)])),_0x6b1705(0x2,_0x457d20['Inject'](_0x457d20[_0x357007(0x128)]))],_0x1ae59a);var _0x14fe56=Object[_0x357007(0x376)],_0x2eff07=Object[_0x357007(0x41b)],_0x529af3=(_0x3a6803,_0x4b1d52,_0x5bcf46,_0x5cb8f6)=>{const _0x569aea=_0x357007;for(var _0x7531fa=_0x5cb8f6>0x1?void 0x0:_0x5cb8f6?_0x2eff07(_0x4b1d52,_0x5bcf46):_0x4b1d52,_0x45d725=_0x3a6803[_0x569aea(0x1b0)]-0x1,_0x3c07f4;_0x45d725>=0x0;_0x45d725--)(_0x3c07f4=_0x3a6803[_0x45d725])&&(_0x7531fa=(_0x5cb8f6?_0x3c07f4(_0x4b1d52,_0x5bcf46,_0x7531fa):_0x3c07f4(_0x7531fa))||_0x7531fa);return _0x5cb8f6&&_0x7531fa&&_0x14fe56(_0x4b1d52,_0x5bcf46,_0x7531fa),_0x7531fa;},_0x2d8bf6=(_0x229dcc,_0x1b2e8d)=>(_0x3925a3,_0x1521cf)=>_0x1b2e8d(_0x3925a3,_0x1521cf,_0x229dcc);const _0x14f602=_0x357007(0x391),_0x2e35f1=_0x357007(0x536);_0x325eac[_0x357007(0x487)]=class extends _0x457d20[_0x357007(0x348)]{constructor(_0x518696,_0x3f9bb4){const _0x2b24fe=_0x357007;super(),this[_0x2b24fe(0x39e)]=_0x518696,this[_0x2b24fe(0x331)]=_0x3f9bb4,this['_initMergeInterceptor']();}[_0x357007(0x4cf)](){const _0x226808=_0x357007,_0x20de3f=this;this['disposeWithMe'](this[_0x226808(0x39e)][_0x226808(0x12b)]({'priority':0x3e7,'interceptor':_0x4737a0['MergeInterceptorFactory']({'isMatch'(_0x3f1d1d){const _0x436829=_0x226808;var _0x454aef;if(_0x3f1d1d[_0x436829(0x49e)]===_0x436829(0x3a6)&&((_0x454aef=_0x3f1d1d[_0x436829(0x221)])!=null&&_0x454aef[_0x436829(0x156)])){const {objectID:_0x331f5b,objectType:_0x166ced}=_0x3f1d1d[_0x436829(0x221)][_0x436829(0x156)]||{};if(!_0x331f5b||_0x166ced===void 0x0)return!0x1;const _0x390038=_0x20de3f[_0x436829(0x397)]()+'/'+_0x166ced+_0x436829(0x3c7)+_0x331f5b+_0x436829(0x1a4);if(_0x3f1d1d[_0x436829(0x171)]===_0x390038)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x4c5200){const _0xb78443=_0x226808;var _0x2aff53;return(_0x2aff53=_0x4c5200[_0xb78443(0x221)])==null?void 0x0:_0x2aff53[_0xb78443(0x156)];},'mergeParamsToRequest'(_0x119db5,_0x53555d){const _0x3a17ad=_0x226808,_0x2f7499=_0x20de3f[_0x3a17ad(0x397)]()+_0x3a17ad(0x43c),_0x104c66=_0x119db5[_0x3a17ad(0x1e2)]((_0x20123c,_0x5efdcf)=>{const _0x5269fb=_0x3a17ad,{unitID:_0x4446b8,objectID:_0x1b53ac,objectType:_0x2eed11,actions:_0x1d8fb3}=_0x5efdcf;return _0x20123c[_0x4446b8]||(_0x20123c[_0x4446b8]={}),_0x20123c[_0x4446b8][_0x1b53ac]||(_0x20123c[_0x4446b8][_0x1b53ac]={'objectID':_0x1b53ac,'objectType':_0x2eed11,'actions':[]}),_0x20123c[_0x4446b8][_0x1b53ac][_0x5269fb(0xeb)]['push'](..._0x1d8fb3),_0x20123c;},{}),_0x130e20=[];for(const _0x4f9cc2 in _0x104c66)for(const _0x277f28 in _0x104c66[_0x4f9cc2]){const {actions:_0x430a4c,objectType:_0x573ca3}=_0x104c66[_0x4f9cc2][_0x277f28],_0x1d8340=[...new Set(_0x430a4c)];_0x130e20[_0x3a17ad(0x39d)]({'unitID':_0x4f9cc2,'objectID':_0x277f28,'objectType':_0x573ca3,'actions':_0x1d8340});}return new _0x4737a0['HTTPRequest'](_0x3a17ad(0x3a6),_0x2f7499,{'headers':_0x53555d[_0x3a17ad(0x2c8)],'withCredentials':_0x53555d[_0x3a17ad(0x29c)],'responseType':_0x53555d['responseType'],'body':{'requests':_0x130e20}});}},{'distributeResult'(_0x1e67ad,_0x5ba734){const _0x485377=_0x226808,{objectActions:_0x53dd6e}=_0x1e67ad;return _0x5ba734[_0x485377(0x595)](_0x2d2784=>{const _0x7d1274=_0x485377,{unitID:_0x53603a,objectID:_0x35c837,actions:_0x187fa1}=_0x2d2784,_0x58d17d=_0x53dd6e[_0x7d1274(0x239)](_0xfa251e=>_0xfa251e[_0x7d1274(0x563)]===_0x53603a&&_0xfa251e[_0x7d1274(0x124)]===_0x35c837),_0x57de81=_0x187fa1[_0x7d1274(0x595)](_0x44e469=>_0x58d17d==null?void 0x0:_0x58d17d[_0x7d1274(0xeb)]['find'](_0x1e8dd1=>_0x1e8dd1[_0x7d1274(0x1d3)]===_0x44e469))['filter'](_0x5ec9d9=>!!_0x5ec9d9);return{'config':_0x2d2784,'result':{'actions':_0x57de81,'error':_0x1e67ad['error']}};});}})}));}[_0x357007(0x397)](){const _0x5cd8bb=_0x357007;var _0x15b1c7,_0x10028c;const _0x392c57=this['_configService'][_0x5cd8bb(0x4d5)](_0x14f602),_0x2e2ec8=this[_0x5cd8bb(0x331)][_0x5cd8bb(0x4d5)](_0x11df2a);return(_0x10028c=(_0x15b1c7=_0x2e2ec8==null?void 0x0:_0x2e2ec8[_0x5cd8bb(0x4b1)])!=null?_0x15b1c7:_0x392c57)!=null?_0x10028c:_0x2e35f1;}async['create'](_0xaf4794){const _0x21cf94=_0x357007,_0x1dfe86=this[_0x21cf94(0x397)]()+'/'+_0xaf4794['objectType']+_0x21cf94(0x2e6);return(await this['_HTTPService'][_0x21cf94(0x2fc)](_0x1dfe86,{'body':_0xaf4794}))['body'][_0x21cf94(0x124)]||'';}async[_0x357007(0x178)](_0x1507e5){const _0x5158f3=_0x357007,_0x404aca=this['_getAPIPrefixPath']()+'/-/object/list';return(await this[_0x5158f3(0x39e)]['post'](_0x404aca,{'body':_0x1507e5}))[_0x5158f3(0x156)][_0x5158f3(0x583)];}async['update'](_0x39280c){const _0x4cfa62=_0x357007,_0x4aa469=this[_0x4cfa62(0x397)]()+'/'+_0x39280c[_0x4cfa62(0x1a9)]+'/object/'+_0x39280c[_0x4cfa62(0x124)];await this[_0x4cfa62(0x39e)][_0x4cfa62(0x410)](_0x4aa469,{'body':_0x39280c});}async['allowed'](_0x2655d0){const _0xe45aad=_0x357007,_0x4bcd00=this[_0xe45aad(0x397)]()+'/'+_0x2655d0[_0xe45aad(0x1a9)]+_0xe45aad(0x3c7)+_0x2655d0[_0xe45aad(0x124)]+_0xe45aad(0x1a4);return(await this[_0xe45aad(0x39e)][_0xe45aad(0x2fc)](_0x4bcd00,{'body':_0x2655d0}))['body']['actions'];}async[_0x357007(0x488)](_0x30da5e){const _0x218a5d=_0x357007,_0x428534=this[_0x218a5d(0x397)]()+_0x218a5d(0x43c);return(await this[_0x218a5d(0x39e)][_0x218a5d(0x2fc)](_0x428534,{'body':{'requests':_0x30da5e}}))[_0x218a5d(0x156)][_0x218a5d(0x21a)];}async[_0x357007(0xea)](_0x36a5f2){const _0x5bb835=_0x357007,_0x5c1b84=this[_0x5bb835(0x397)]()+'/'+_0x36a5f2['objectType']+_0x5bb835(0x42e),_0x320778=await this[_0x5bb835(0x39e)][_0x5bb835(0x2fc)](_0x5c1b84,{'body':_0x36a5f2});return{'roles':_0x320778['body'][_0x5bb835(0x2d0)],'actions':_0x320778['body'][_0x5bb835(0xeb)]};}async[_0x357007(0x1d0)](_0x951b0a){const _0x3689ee=_0x357007,_0x29066d=this[_0x3689ee(0x397)]()+'/collaborator';await this[_0x3689ee(0x39e)][_0x3689ee(0x378)](_0x29066d,{'params':{'collaboratorID':_0x951b0a[_0x3689ee(0x225)],'objectID':_0x951b0a[_0x3689ee(0x124)],'unitID':_0x951b0a[_0x3689ee(0x563)]}});}async[_0x357007(0x21e)](_0x24076f){const _0x381c82=_0x357007,_0x47f05e=this['_getAPIPrefixPath']()+'/collaborator';await this[_0x381c82(0x39e)][_0x381c82(0x54f)](_0x47f05e,{'body':_0x24076f});}async['createCollaborator'](_0x5d6ea5){const _0x564e6d=_0x357007,_0x571960=this['_getAPIPrefixPath']()+'/collaborator';await this['_HTTPService'][_0x564e6d(0x2fc)](_0x571960,{'body':_0x5d6ea5});}async[_0x357007(0x2ad)](_0xe6b8ba){const _0x11b3b5=_0x357007,_0x558b07=this[_0x11b3b5(0x397)]()+_0x11b3b5(0x2f0);return(await this[_0x11b3b5(0x39e)][_0x11b3b5(0x1b5)](_0x558b07,{'params':{'objectID':_0xe6b8ba[_0x11b3b5(0x124)],'unitID':_0xe6b8ba[_0x11b3b5(0x563)]}}))[_0x11b3b5(0x156)]['collaborators'];}async[_0x357007(0x2eb)](_0x5e8cf7){const _0x3bad44=_0x357007,_0xa39c74=this['_getAPIPrefixPath']()+_0x3bad44(0x2f0);await this[_0x3bad44(0x39e)]['put'](_0xa39c74,{'body':_0x5e8cf7});}},_0x325eac[_0x357007(0x487)]=_0x529af3([_0x2d8bf6(0x0,_0x457d20['Inject'](_0x4737a0['HTTPService'])),_0x2d8bf6(0x1,_0x457d20['Inject'](_0x457d20[_0x357007(0x3cc)]))],_0x325eac['AuthzIoHttpService']);var _0x9d9f40={'exports':{}};function _0x414209(_0x5b9df6){const _0x3ce00c=_0x357007;throw new Error(_0x3ce00c(0x4b4)+_0x5b9df6+'\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.');}var _0x508631={'exports':{}},_0x38e0ab;function _0x56fa1b(){return _0x38e0ab||(_0x38e0ab=0x1,function(_0x5f480b,_0x23afb2){(function(_0x40a596,_0x296d77){const _0x5ed297=_0xbbea;_0x5f480b[_0x5ed297(0x241)]=_0x296d77();}(_0x3da64e,function(){var _0x53c73a=_0x53c73a||function(_0xadcf60,_0x31826b){const _0x4614c6=_0xbbea;var _0x89882a;if(typeof window<'u'&&window[_0x4614c6(0x316)]&&(_0x89882a=window[_0x4614c6(0x316)]),typeof self<'u'&&self[_0x4614c6(0x316)]&&(_0x89882a=self[_0x4614c6(0x316)]),typeof globalThis<'u'&&globalThis[_0x4614c6(0x316)]&&(_0x89882a=globalThis[_0x4614c6(0x316)]),!_0x89882a&&typeof window<'u'&&window[_0x4614c6(0x3e8)]&&(_0x89882a=window[_0x4614c6(0x3e8)]),!_0x89882a&&typeof _0x3da64e<'u'&&_0x3da64e[_0x4614c6(0x316)]&&(_0x89882a=_0x3da64e[_0x4614c6(0x316)]),!_0x89882a&&typeof _0x414209==_0x4614c6(0x527))try{_0x89882a=require(_0x4614c6(0x316));}catch{}var _0x4566f9=function(){const _0x1ca8ad=_0x4614c6;if(_0x89882a){if(typeof _0x89882a[_0x1ca8ad(0x425)]==_0x1ca8ad(0x527))try{return _0x89882a[_0x1ca8ad(0x425)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x89882a['randomBytes']==_0x1ca8ad(0x527))try{return _0x89882a['randomBytes'](0x4)[_0x1ca8ad(0x1e4)]();}catch{}}throw new Error(_0x1ca8ad(0x36b));},_0x5904fc=Object[_0x4614c6(0x551)]||(function(){function _0x41fc94(){}return function(_0x402c5a){const _0x22cb09=_0xbbea;var _0x4d8fa1;return _0x41fc94[_0x22cb09(0x2a6)]=_0x402c5a,_0x4d8fa1=new _0x41fc94(),_0x41fc94['prototype']=null,_0x4d8fa1;};}()),_0x5f2c25={},_0x3f9dbf=_0x5f2c25[_0x4614c6(0x3bb)]={},_0x2d1145=_0x3f9dbf['Base']=(function(){return{'extend':function(_0x46386a){const _0x5680f6=_0xbbea;var _0x57c513=_0x5904fc(this);return _0x46386a&&_0x57c513[_0x5680f6(0xfe)](_0x46386a),(!_0x57c513['hasOwnProperty'](_0x5680f6(0x192))||this[_0x5680f6(0x192)]===_0x57c513[_0x5680f6(0x192)])&&(_0x57c513[_0x5680f6(0x192)]=function(){const _0x3c0b88=_0x5680f6;_0x57c513[_0x3c0b88(0x3b8)][_0x3c0b88(0x192)]['apply'](this,arguments);}),_0x57c513[_0x5680f6(0x192)][_0x5680f6(0x2a6)]=_0x57c513,_0x57c513['$super']=this,_0x57c513;},'create':function(){const _0x58af50=_0xbbea;var _0xd29b01=this[_0x58af50(0x308)]();return _0xd29b01[_0x58af50(0x192)]['apply'](_0xd29b01,arguments),_0xd29b01;},'init':function(){},'mixIn':function(_0x4d76ae){const _0x2ce929=_0xbbea;for(var _0x27572f in _0x4d76ae)_0x4d76ae[_0x2ce929(0x4c1)](_0x27572f)&&(this[_0x27572f]=_0x4d76ae[_0x27572f]);_0x4d76ae[_0x2ce929(0x4c1)](_0x2ce929(0x14b))&&(this['toString']=_0x4d76ae[_0x2ce929(0x14b)]);},'clone':function(){const _0x31a2ae=_0xbbea;return this['init']['prototype'][_0x31a2ae(0x308)](this);}};}()),_0x2dd995=_0x3f9dbf[_0x4614c6(0x4a8)]=_0x2d1145[_0x4614c6(0x308)]({'init':function(_0xaffd5f,_0x4fafaf){const _0x1e078b=_0x4614c6;_0xaffd5f=this[_0x1e078b(0x1b9)]=_0xaffd5f||[],_0x4fafaf!=_0x31826b?this[_0x1e078b(0x398)]=_0x4fafaf:this[_0x1e078b(0x398)]=_0xaffd5f[_0x1e078b(0x1b0)]*0x4;},'toString':function(_0x3ad9e2){const _0x253abe=_0x4614c6;return(_0x3ad9e2||_0x5d158d)[_0x253abe(0x219)](this);},'concat':function(_0x428ba1){const _0x31a333=_0x4614c6;var _0x4f736c=this['words'],_0x37b437=_0x428ba1[_0x31a333(0x1b9)],_0x2cb346=this[_0x31a333(0x398)],_0x123f15=_0x428ba1[_0x31a333(0x398)];if(this[_0x31a333(0x15e)](),_0x2cb346%0x4)for(var _0x2eafe0=0x0;_0x2eafe0<_0x123f15;_0x2eafe0++){var _0x383f3c=_0x37b437[_0x2eafe0>>>0x2]>>>0x18-_0x2eafe0%0x4*0x8&0xff;_0x4f736c[_0x2cb346+_0x2eafe0>>>0x2]|=_0x383f3c<<0x18-(_0x2cb346+_0x2eafe0)%0x4*0x8;}else{for(var _0x2cd115=0x0;_0x2cd115<_0x123f15;_0x2cd115+=0x4)_0x4f736c[_0x2cb346+_0x2cd115>>>0x2]=_0x37b437[_0x2cd115>>>0x2];}return this[_0x31a333(0x398)]+=_0x123f15,this;},'clamp':function(){const _0x153f04=_0x4614c6;var _0x4371a7=this[_0x153f04(0x1b9)],_0x5f5af9=this['sigBytes'];_0x4371a7[_0x5f5af9>>>0x2]&=0xffffffff<<0x20-_0x5f5af9%0x4*0x8,_0x4371a7['length']=_0xadcf60[_0x153f04(0x1c4)](_0x5f5af9/0x4);},'clone':function(){const _0x5436c0=_0x4614c6;var _0x238fd9=_0x2d1145['clone'][_0x5436c0(0x4fe)](this);return _0x238fd9['words']=this[_0x5436c0(0x1b9)][_0x5436c0(0x3b7)](0x0),_0x238fd9;},'random':function(_0x3d58d7){const _0x1032cd=_0x4614c6;for(var _0x3c13d1=[],_0x26ba26=0x0;_0x26ba26<_0x3d58d7;_0x26ba26+=0x4)_0x3c13d1[_0x1032cd(0x39d)](_0x4566f9());return new _0x2dd995[(_0x1032cd(0x192))](_0x3c13d1,_0x3d58d7);}}),_0xd10a7=_0x5f2c25[_0x4614c6(0x364)]={},_0x5d158d=_0xd10a7[_0x4614c6(0x33d)]={'stringify':function(_0x176338){const _0xb4760a=_0x4614c6;for(var _0xbfd7e4=_0x176338[_0xb4760a(0x1b9)],_0x26fe81=_0x176338[_0xb4760a(0x398)],_0x4436c8=[],_0x554505=0x0;_0x554505<_0x26fe81;_0x554505++){var _0x271304=_0xbfd7e4[_0x554505>>>0x2]>>>0x18-_0x554505%0x4*0x8&0xff;_0x4436c8[_0xb4760a(0x39d)]((_0x271304>>>0x4)[_0xb4760a(0x14b)](0x10)),_0x4436c8[_0xb4760a(0x39d)]((_0x271304&0xf)[_0xb4760a(0x14b)](0x10));}return _0x4436c8[_0xb4760a(0x205)]('');},'parse':function(_0x28252d){const _0x489f79=_0x4614c6;for(var _0x564781=_0x28252d[_0x489f79(0x1b0)],_0x291fdd=[],_0x54b588=0x0;_0x54b588<_0x564781;_0x54b588+=0x2)_0x291fdd[_0x54b588>>>0x3]|=parseInt(_0x28252d[_0x489f79(0x4a3)](_0x54b588,0x2),0x10)<<0x18-_0x54b588%0x8*0x4;return new _0x2dd995[(_0x489f79(0x192))](_0x291fdd,_0x564781/0x2);}},_0x308621=_0xd10a7['Latin1']={'stringify':function(_0x4258b5){const _0x121ce8=_0x4614c6;for(var _0x9d7e91=_0x4258b5['words'],_0x1117ae=_0x4258b5[_0x121ce8(0x398)],_0x33f710=[],_0x3a6771=0x0;_0x3a6771<_0x1117ae;_0x3a6771++){var _0xb69a3e=_0x9d7e91[_0x3a6771>>>0x2]>>>0x18-_0x3a6771%0x4*0x8&0xff;_0x33f710[_0x121ce8(0x39d)](String['fromCharCode'](_0xb69a3e));}return _0x33f710[_0x121ce8(0x205)]('');},'parse':function(_0x83b886){const _0xb2f857=_0x4614c6;for(var _0x2c8148=_0x83b886[_0xb2f857(0x1b0)],_0x5ad128=[],_0x55f943=0x0;_0x55f943<_0x2c8148;_0x55f943++)_0x5ad128[_0x55f943>>>0x2]|=(_0x83b886['charCodeAt'](_0x55f943)&0xff)<<0x18-_0x55f943%0x4*0x8;return new _0x2dd995[(_0xb2f857(0x192))](_0x5ad128,_0x2c8148);}},_0x249628=_0xd10a7[_0x4614c6(0x185)]={'stringify':function(_0x4012bd){const _0xc38e90=_0x4614c6;try{return decodeURIComponent(escape(_0x308621['stringify'](_0x4012bd)));}catch{throw new Error(_0xc38e90(0x20a));}},'parse':function(_0x5e4c9f){const _0x329e35=_0x4614c6;return _0x308621[_0x329e35(0x406)](unescape(encodeURIComponent(_0x5e4c9f)));}},_0x4d62c3=_0x3f9dbf[_0x4614c6(0x23e)]=_0x2d1145[_0x4614c6(0x308)]({'reset':function(){const _0x3bdb27=_0x4614c6;this[_0x3bdb27(0x2f7)]=new _0x2dd995[(_0x3bdb27(0x192))](),this['_nDataBytes']=0x0;},'_append':function(_0x4f8e29){const _0x55f6e1=_0x4614c6;typeof _0x4f8e29==_0x55f6e1(0x282)&&(_0x4f8e29=_0x249628['parse'](_0x4f8e29)),this[_0x55f6e1(0x2f7)][_0x55f6e1(0x38a)](_0x4f8e29),this[_0x55f6e1(0x3c3)]+=_0x4f8e29[_0x55f6e1(0x398)];},'_process':function(_0x3bb9f9){const _0x5acc04=_0x4614c6;var _0x12d876,_0x2b49af=this[_0x5acc04(0x2f7)],_0x3a75d4=_0x2b49af[_0x5acc04(0x1b9)],_0xcf14e=_0x2b49af[_0x5acc04(0x398)],_0x28d9b3=this[_0x5acc04(0x371)],_0xe7ad01=_0x28d9b3*0x4,_0x3d9610=_0xcf14e/_0xe7ad01;_0x3bb9f9?_0x3d9610=_0xadcf60['ceil'](_0x3d9610):_0x3d9610=_0xadcf60[_0x5acc04(0x10d)]((_0x3d9610|0x0)-this['_minBufferSize'],0x0);var _0x18ab7=_0x3d9610*_0x28d9b3,_0x361e83=_0xadcf60[_0x5acc04(0x51f)](_0x18ab7*0x4,_0xcf14e);if(_0x18ab7){for(var _0x12505a=0x0;_0x12505a<_0x18ab7;_0x12505a+=_0x28d9b3)this[_0x5acc04(0x260)](_0x3a75d4,_0x12505a);_0x12d876=_0x3a75d4[_0x5acc04(0x2da)](0x0,_0x18ab7),_0x2b49af[_0x5acc04(0x398)]-=_0x361e83;}return new _0x2dd995[(_0x5acc04(0x192))](_0x12d876,_0x361e83);},'clone':function(){const _0x517ce8=_0x4614c6;var _0x1c1dee=_0x2d1145[_0x517ce8(0x49f)][_0x517ce8(0x4fe)](this);return _0x1c1dee['_data']=this['_data'][_0x517ce8(0x49f)](),_0x1c1dee;},'_minBufferSize':0x0});_0x3f9dbf['Hasher']=_0x4d62c3[_0x4614c6(0x308)]({'cfg':_0x2d1145[_0x4614c6(0x308)](),'init':function(_0x444234){const _0x17efd3=_0x4614c6;this['cfg']=this[_0x17efd3(0x151)][_0x17efd3(0x308)](_0x444234),this[_0x17efd3(0x1cd)]();},'reset':function(){const _0x2e07f8=_0x4614c6;_0x4d62c3['reset'][_0x2e07f8(0x4fe)](this),this[_0x2e07f8(0x265)]();},'update':function(_0x57349a){const _0xca7cd8=_0x4614c6;return this['_append'](_0x57349a),this[_0xca7cd8(0x269)](),this;},'finalize':function(_0x1e21f9){const _0x2f72aa=_0x4614c6;_0x1e21f9&&this[_0x2f72aa(0x12e)](_0x1e21f9);var _0x12a422=this[_0x2f72aa(0x132)]();return _0x12a422;},'blockSize':0x10,'_createHelper':function(_0x300bdf){return function(_0x1a2025,_0x2385d8){const _0x40f632=_0xbbea;return new _0x300bdf['init'](_0x2385d8)[_0x40f632(0x497)](_0x1a2025);};},'_createHmacHelper':function(_0x165a0c){return function(_0xa7fc88,_0x16ad1a){const _0x22c97f=_0xbbea;return new _0x36aefd[(_0x22c97f(0x4b7))][(_0x22c97f(0x192))](_0x165a0c,_0x16ad1a)[_0x22c97f(0x497)](_0xa7fc88);};}});var _0x36aefd=_0x5f2c25[_0x4614c6(0x4d1)]={};return _0x5f2c25;}(Math);return _0x53c73a;}));}(_0x508631)),_0x508631['exports'];}var _0x7dfb76={'exports':{}},_0x1db95a;function _0x49f822(){const _0x36ed05=_0x357007;return _0x1db95a||(_0x1db95a=0x1,function(_0x45e0cc,_0x6b9b4e){(function(_0x469a64,_0x5b2c39){_0x45e0cc['exports']=_0x5b2c39(_0x56fa1b());}(_0x3da64e,function(_0x342f43){const _0x1d3060=_0xbbea;return(function(){const _0xddbb37=_0xbbea;var _0x14c24=_0x342f43,_0x4fc93a=_0x14c24[_0xddbb37(0x3bb)],_0x2bc7ac=_0x4fc93a[_0xddbb37(0x4a8)],_0x1090f8=_0x14c24[_0xddbb37(0x364)];_0x1090f8['Base64']={'stringify':function(_0x41a5c8){const _0x2425fa=_0xddbb37;var _0x5ef1f3=_0x41a5c8[_0x2425fa(0x1b9)],_0x2f60f4=_0x41a5c8[_0x2425fa(0x398)],_0x48ec4a=this[_0x2425fa(0x50a)];_0x41a5c8[_0x2425fa(0x15e)]();for(var _0x2a9970=[],_0x49e3c6=0x0;_0x49e3c6<_0x2f60f4;_0x49e3c6+=0x3)for(var _0x803319=_0x5ef1f3[_0x49e3c6>>>0x2]>>>0x18-_0x49e3c6%0x4*0x8&0xff,_0x1bd383=_0x5ef1f3[_0x49e3c6+0x1>>>0x2]>>>0x18-(_0x49e3c6+0x1)%0x4*0x8&0xff,_0x25be4a=_0x5ef1f3[_0x49e3c6+0x2>>>0x2]>>>0x18-(_0x49e3c6+0x2)%0x4*0x8&0xff,_0x1ebe56=_0x803319<<0x10|_0x1bd383<<0x8|_0x25be4a,_0x4b446f=0x0;_0x4b446f<0x4&&_0x49e3c6+_0x4b446f*0.75<_0x2f60f4;_0x4b446f++)_0x2a9970[_0x2425fa(0x39d)](_0x48ec4a[_0x2425fa(0x20e)](_0x1ebe56>>>0x6*(0x3-_0x4b446f)&0x3f));var _0x253e41=_0x48ec4a[_0x2425fa(0x20e)](0x40);if(_0x253e41){for(;_0x2a9970[_0x2425fa(0x1b0)]%0x4;)_0x2a9970[_0x2425fa(0x39d)](_0x253e41);}return _0x2a9970['join']('');},'parse':function(_0x974cc){const _0xf28ec6=_0xddbb37;var _0x24a6d2=_0x974cc[_0xf28ec6(0x1b0)],_0x442f61=this[_0xf28ec6(0x50a)],_0x14b5bb=this['_reverseMap'];if(!_0x14b5bb){_0x14b5bb=this[_0xf28ec6(0x1cc)]=[];for(var _0x3f9a94=0x0;_0x3f9a94<_0x442f61[_0xf28ec6(0x1b0)];_0x3f9a94++)_0x14b5bb[_0x442f61[_0xf28ec6(0x4f8)](_0x3f9a94)]=_0x3f9a94;}var _0x2ea4f4=_0x442f61[_0xf28ec6(0x20e)](0x40);if(_0x2ea4f4){var _0x11b0d6=_0x974cc[_0xf28ec6(0x1ee)](_0x2ea4f4);_0x11b0d6!==-0x1&&(_0x24a6d2=_0x11b0d6);}return _0x5ae941(_0x974cc,_0x24a6d2,_0x14b5bb);},'_map':_0xddbb37(0xe4)};function _0x5ae941(_0x15cd95,_0x416855,_0x4d8a82){const _0xf417f5=_0xddbb37;for(var _0x5eceb9=[],_0x4f0fcc=0x0,_0x9f7004=0x0;_0x9f7004<_0x416855;_0x9f7004++)if(_0x9f7004%0x4){var _0x1b1990=_0x4d8a82[_0x15cd95['charCodeAt'](_0x9f7004-0x1)]<<_0x9f7004%0x4*0x2,_0x5446f6=_0x4d8a82[_0x15cd95[_0xf417f5(0x4f8)](_0x9f7004)]>>>0x6-_0x9f7004%0x4*0x2,_0xd978ef=_0x1b1990|_0x5446f6;_0x5eceb9[_0x4f0fcc>>>0x2]|=_0xd978ef<<0x18-_0x4f0fcc%0x4*0x8,_0x4f0fcc++;}return _0x2bc7ac['create'](_0x5eceb9,_0x4f0fcc);}}()),_0x342f43[_0x1d3060(0x364)][_0x1d3060(0x3ce)];}));}(_0x7dfb76)),_0x7dfb76[_0x36ed05(0x241)];}var _0x4030cf={'exports':{}},_0x28ee54;function _0x1f9ac8(){const _0x326053=_0x357007;return _0x28ee54||(_0x28ee54=0x1,function(_0x1b0f8f,_0x53b525){(function(_0x10ffb0,_0x266746){_0x1b0f8f['exports']=_0x266746(_0x56fa1b());}(_0x3da64e,function(_0x27093b){const _0x3563e9=_0xbbea;return function(_0x11287f){const _0x5c0738=_0xbbea;var _0x8fc76b=_0x27093b,_0x306715=_0x8fc76b[_0x5c0738(0x3bb)],_0x2307fc=_0x306715['WordArray'],_0x2275c0=_0x306715[_0x5c0738(0x14c)],_0x18e86b=_0x8fc76b['algo'],_0x38a716=[];(function(){for(var _0x1b9f28=0x0;_0x1b9f28<0x40;_0x1b9f28++)_0x38a716[_0x1b9f28]=_0x11287f['abs'](_0x11287f['sin'](_0x1b9f28+0x1))*0x100000000|0x0;}());var _0x4a2057=_0x18e86b['MD5']=_0x2275c0[_0x5c0738(0x308)]({'_doReset':function(){const _0x142c0a=_0x5c0738;this[_0x142c0a(0x105)]=new _0x2307fc[(_0x142c0a(0x192))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x2d4c53,_0x18b860){const _0x963e2e=_0x5c0738;for(var _0x342826=0x0;_0x342826<0x10;_0x342826++){var _0x16d7a6=_0x18b860+_0x342826,_0x4f8309=_0x2d4c53[_0x16d7a6];_0x2d4c53[_0x16d7a6]=(_0x4f8309<<0x8|_0x4f8309>>>0x18)&0xff00ff|(_0x4f8309<<0x18|_0x4f8309>>>0x8)&0xff00ff00;}var _0x586e6c=this[_0x963e2e(0x105)][_0x963e2e(0x1b9)],_0x261663=_0x2d4c53[_0x18b860+0x0],_0x22c249=_0x2d4c53[_0x18b860+0x1],_0x65ce0f=_0x2d4c53[_0x18b860+0x2],_0x7b182d=_0x2d4c53[_0x18b860+0x3],_0x278030=_0x2d4c53[_0x18b860+0x4],_0x1fd2b5=_0x2d4c53[_0x18b860+0x5],_0x1bace7=_0x2d4c53[_0x18b860+0x6],_0x297ae0=_0x2d4c53[_0x18b860+0x7],_0x5f5cd0=_0x2d4c53[_0x18b860+0x8],_0x57b32b=_0x2d4c53[_0x18b860+0x9],_0x533f58=_0x2d4c53[_0x18b860+0xa],_0x2617ce=_0x2d4c53[_0x18b860+0xb],_0xb879dc=_0x2d4c53[_0x18b860+0xc],_0x255851=_0x2d4c53[_0x18b860+0xd],_0x35391c=_0x2d4c53[_0x18b860+0xe],_0x17f7b7=_0x2d4c53[_0x18b860+0xf],_0x55d279=_0x586e6c[0x0],_0x5a8bff=_0x586e6c[0x1],_0xf26b2b=_0x586e6c[0x2],_0x1c1d7c=_0x586e6c[0x3];_0x55d279=_0x20d6b5(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x261663,0x7,_0x38a716[0x0]),_0x1c1d7c=_0x20d6b5(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x22c249,0xc,_0x38a716[0x1]),_0xf26b2b=_0x20d6b5(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x65ce0f,0x11,_0x38a716[0x2]),_0x5a8bff=_0x20d6b5(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x7b182d,0x16,_0x38a716[0x3]),_0x55d279=_0x20d6b5(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x278030,0x7,_0x38a716[0x4]),_0x1c1d7c=_0x20d6b5(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x1fd2b5,0xc,_0x38a716[0x5]),_0xf26b2b=_0x20d6b5(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x1bace7,0x11,_0x38a716[0x6]),_0x5a8bff=_0x20d6b5(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x297ae0,0x16,_0x38a716[0x7]),_0x55d279=_0x20d6b5(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x5f5cd0,0x7,_0x38a716[0x8]),_0x1c1d7c=_0x20d6b5(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x57b32b,0xc,_0x38a716[0x9]),_0xf26b2b=_0x20d6b5(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x533f58,0x11,_0x38a716[0xa]),_0x5a8bff=_0x20d6b5(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x2617ce,0x16,_0x38a716[0xb]),_0x55d279=_0x20d6b5(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0xb879dc,0x7,_0x38a716[0xc]),_0x1c1d7c=_0x20d6b5(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x255851,0xc,_0x38a716[0xd]),_0xf26b2b=_0x20d6b5(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x35391c,0x11,_0x38a716[0xe]),_0x5a8bff=_0x20d6b5(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x17f7b7,0x16,_0x38a716[0xf]),_0x55d279=_0x47e41a(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x22c249,0x5,_0x38a716[0x10]),_0x1c1d7c=_0x47e41a(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x1bace7,0x9,_0x38a716[0x11]),_0xf26b2b=_0x47e41a(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x2617ce,0xe,_0x38a716[0x12]),_0x5a8bff=_0x47e41a(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x261663,0x14,_0x38a716[0x13]),_0x55d279=_0x47e41a(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x1fd2b5,0x5,_0x38a716[0x14]),_0x1c1d7c=_0x47e41a(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x533f58,0x9,_0x38a716[0x15]),_0xf26b2b=_0x47e41a(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x17f7b7,0xe,_0x38a716[0x16]),_0x5a8bff=_0x47e41a(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x278030,0x14,_0x38a716[0x17]),_0x55d279=_0x47e41a(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x57b32b,0x5,_0x38a716[0x18]),_0x1c1d7c=_0x47e41a(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x35391c,0x9,_0x38a716[0x19]),_0xf26b2b=_0x47e41a(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x7b182d,0xe,_0x38a716[0x1a]),_0x5a8bff=_0x47e41a(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5f5cd0,0x14,_0x38a716[0x1b]),_0x55d279=_0x47e41a(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x255851,0x5,_0x38a716[0x1c]),_0x1c1d7c=_0x47e41a(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x65ce0f,0x9,_0x38a716[0x1d]),_0xf26b2b=_0x47e41a(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x297ae0,0xe,_0x38a716[0x1e]),_0x5a8bff=_0x47e41a(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0xb879dc,0x14,_0x38a716[0x1f]),_0x55d279=_0x2a1147(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x1fd2b5,0x4,_0x38a716[0x20]),_0x1c1d7c=_0x2a1147(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x5f5cd0,0xb,_0x38a716[0x21]),_0xf26b2b=_0x2a1147(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x2617ce,0x10,_0x38a716[0x22]),_0x5a8bff=_0x2a1147(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x35391c,0x17,_0x38a716[0x23]),_0x55d279=_0x2a1147(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x22c249,0x4,_0x38a716[0x24]),_0x1c1d7c=_0x2a1147(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x278030,0xb,_0x38a716[0x25]),_0xf26b2b=_0x2a1147(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x297ae0,0x10,_0x38a716[0x26]),_0x5a8bff=_0x2a1147(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x533f58,0x17,_0x38a716[0x27]),_0x55d279=_0x2a1147(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x255851,0x4,_0x38a716[0x28]),_0x1c1d7c=_0x2a1147(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x261663,0xb,_0x38a716[0x29]),_0xf26b2b=_0x2a1147(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x7b182d,0x10,_0x38a716[0x2a]),_0x5a8bff=_0x2a1147(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x1bace7,0x17,_0x38a716[0x2b]),_0x55d279=_0x2a1147(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x57b32b,0x4,_0x38a716[0x2c]),_0x1c1d7c=_0x2a1147(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0xb879dc,0xb,_0x38a716[0x2d]),_0xf26b2b=_0x2a1147(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x17f7b7,0x10,_0x38a716[0x2e]),_0x5a8bff=_0x2a1147(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x65ce0f,0x17,_0x38a716[0x2f]),_0x55d279=_0x22802a(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x261663,0x6,_0x38a716[0x30]),_0x1c1d7c=_0x22802a(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x297ae0,0xa,_0x38a716[0x31]),_0xf26b2b=_0x22802a(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x35391c,0xf,_0x38a716[0x32]),_0x5a8bff=_0x22802a(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x1fd2b5,0x15,_0x38a716[0x33]),_0x55d279=_0x22802a(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0xb879dc,0x6,_0x38a716[0x34]),_0x1c1d7c=_0x22802a(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x7b182d,0xa,_0x38a716[0x35]),_0xf26b2b=_0x22802a(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x533f58,0xf,_0x38a716[0x36]),_0x5a8bff=_0x22802a(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x22c249,0x15,_0x38a716[0x37]),_0x55d279=_0x22802a(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x5f5cd0,0x6,_0x38a716[0x38]),_0x1c1d7c=_0x22802a(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x17f7b7,0xa,_0x38a716[0x39]),_0xf26b2b=_0x22802a(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x1bace7,0xf,_0x38a716[0x3a]),_0x5a8bff=_0x22802a(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x255851,0x15,_0x38a716[0x3b]),_0x55d279=_0x22802a(_0x55d279,_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x278030,0x6,_0x38a716[0x3c]),_0x1c1d7c=_0x22802a(_0x1c1d7c,_0x55d279,_0x5a8bff,_0xf26b2b,_0x2617ce,0xa,_0x38a716[0x3d]),_0xf26b2b=_0x22802a(_0xf26b2b,_0x1c1d7c,_0x55d279,_0x5a8bff,_0x65ce0f,0xf,_0x38a716[0x3e]),_0x5a8bff=_0x22802a(_0x5a8bff,_0xf26b2b,_0x1c1d7c,_0x55d279,_0x57b32b,0x15,_0x38a716[0x3f]),_0x586e6c[0x0]=_0x586e6c[0x0]+_0x55d279|0x0,_0x586e6c[0x1]=_0x586e6c[0x1]+_0x5a8bff|0x0,_0x586e6c[0x2]=_0x586e6c[0x2]+_0xf26b2b|0x0,_0x586e6c[0x3]=_0x586e6c[0x3]+_0x1c1d7c|0x0;},'_doFinalize':function(){const _0x3b3b15=_0x5c0738;var _0x73307a=this[_0x3b3b15(0x2f7)],_0x35b8cc=_0x73307a[_0x3b3b15(0x1b9)],_0x15b2ef=this[_0x3b3b15(0x3c3)]*0x8,_0x2ff55d=_0x73307a[_0x3b3b15(0x398)]*0x8;_0x35b8cc[_0x2ff55d>>>0x5]|=0x80<<0x18-_0x2ff55d%0x20;var _0x4c52a4=_0x11287f[_0x3b3b15(0x251)](_0x15b2ef/0x100000000),_0x3e2da6=_0x15b2ef;_0x35b8cc[(_0x2ff55d+0x40>>>0x9<<0x4)+0xf]=(_0x4c52a4<<0x8|_0x4c52a4>>>0x18)&0xff00ff|(_0x4c52a4<<0x18|_0x4c52a4>>>0x8)&0xff00ff00,_0x35b8cc[(_0x2ff55d+0x40>>>0x9<<0x4)+0xe]=(_0x3e2da6<<0x8|_0x3e2da6>>>0x18)&0xff00ff|(_0x3e2da6<<0x18|_0x3e2da6>>>0x8)&0xff00ff00,_0x73307a['sigBytes']=(_0x35b8cc[_0x3b3b15(0x1b0)]+0x1)*0x4,this[_0x3b3b15(0x269)]();for(var _0x5e88c1=this[_0x3b3b15(0x105)],_0x46ae27=_0x5e88c1[_0x3b3b15(0x1b9)],_0x43f10a=0x0;_0x43f10a<0x4;_0x43f10a++){var _0xb51c85=_0x46ae27[_0x43f10a];_0x46ae27[_0x43f10a]=(_0xb51c85<<0x8|_0xb51c85>>>0x18)&0xff00ff|(_0xb51c85<<0x18|_0xb51c85>>>0x8)&0xff00ff00;}return _0x5e88c1;},'clone':function(){const _0x4324ed=_0x5c0738;var _0x451451=_0x2275c0[_0x4324ed(0x49f)][_0x4324ed(0x4fe)](this);return _0x451451[_0x4324ed(0x105)]=this[_0x4324ed(0x105)][_0x4324ed(0x49f)](),_0x451451;}});function _0x20d6b5(_0x4610d4,_0x1cf6f5,_0x4cfccb,_0x3103e0,_0x903d5d,_0x135195,_0x133ea9){var _0x4bacdc=_0x4610d4+(_0x1cf6f5&_0x4cfccb|~_0x1cf6f5&_0x3103e0)+_0x903d5d+_0x133ea9;return(_0x4bacdc<<_0x135195|_0x4bacdc>>>0x20-_0x135195)+_0x1cf6f5;}function _0x47e41a(_0x51c02b,_0x4af5f6,_0x3a9f75,_0x50020f,_0x29bb0d,_0x26df54,_0x1d8845){var _0x9d63a9=_0x51c02b+(_0x4af5f6&_0x50020f|_0x3a9f75&~_0x50020f)+_0x29bb0d+_0x1d8845;return(_0x9d63a9<<_0x26df54|_0x9d63a9>>>0x20-_0x26df54)+_0x4af5f6;}function _0x2a1147(_0x29ed74,_0x10589d,_0xb4b8ae,_0x11f4b1,_0x5ada2c,_0x145d18,_0x51d749){var _0xeb0dfb=_0x29ed74+(_0x10589d^_0xb4b8ae^_0x11f4b1)+_0x5ada2c+_0x51d749;return(_0xeb0dfb<<_0x145d18|_0xeb0dfb>>>0x20-_0x145d18)+_0x10589d;}function _0x22802a(_0x39686e,_0x12d4a5,_0x31956a,_0x22da16,_0x46818b,_0x5396d8,_0x3d3187){var _0x2704ca=_0x39686e+(_0x31956a^(_0x12d4a5|~_0x22da16))+_0x46818b+_0x3d3187;return(_0x2704ca<<_0x5396d8|_0x2704ca>>>0x20-_0x5396d8)+_0x12d4a5;}_0x8fc76b[_0x5c0738(0x3a9)]=_0x2275c0['_createHelper'](_0x4a2057),_0x8fc76b[_0x5c0738(0x571)]=_0x2275c0['_createHmacHelper'](_0x4a2057);}(Math),_0x27093b[_0x3563e9(0x3a9)];}));}(_0x4030cf)),_0x4030cf[_0x326053(0x241)];}var _0x1cdf78={'exports':{}},_0x3ef941={'exports':{}},_0x1c35ba;function _0x15db80(){const _0x88364b=_0x357007;return _0x1c35ba||(_0x1c35ba=0x1,function(_0x2c1918,_0x4aa426){(function(_0x3b1a05,_0x154193){_0x2c1918['exports']=_0x154193(_0x56fa1b());}(_0x3da64e,function(_0x5c36aa){const _0x503780=_0xbbea;return(function(){const _0x5dcd4b=_0xbbea;var _0x5e7a0d=_0x5c36aa,_0x4e5425=_0x5e7a0d['lib'],_0x430a40=_0x4e5425[_0x5dcd4b(0x4a8)],_0x1e9b07=_0x4e5425['Hasher'],_0x20a664=_0x5e7a0d[_0x5dcd4b(0x4d1)],_0x4a80ea=[],_0x5d5485=_0x20a664[_0x5dcd4b(0x4b5)]=_0x1e9b07['extend']({'_doReset':function(){const _0x57419d=_0x5dcd4b;this[_0x57419d(0x105)]=new _0x430a40[(_0x57419d(0x192))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x5c555a,_0xa9c5e3){const _0x83c8e6=_0x5dcd4b;for(var _0xb23d9c=this[_0x83c8e6(0x105)][_0x83c8e6(0x1b9)],_0x49933d=_0xb23d9c[0x0],_0x40475e=_0xb23d9c[0x1],_0x5e4ae7=_0xb23d9c[0x2],_0x29f612=_0xb23d9c[0x3],_0x4df3b4=_0xb23d9c[0x4],_0x1ceac4=0x0;_0x1ceac4<0x50;_0x1ceac4++){if(_0x1ceac4<0x10)_0x4a80ea[_0x1ceac4]=_0x5c555a[_0xa9c5e3+_0x1ceac4]|0x0;else{var _0x22d33d=_0x4a80ea[_0x1ceac4-0x3]^_0x4a80ea[_0x1ceac4-0x8]^_0x4a80ea[_0x1ceac4-0xe]^_0x4a80ea[_0x1ceac4-0x10];_0x4a80ea[_0x1ceac4]=_0x22d33d<<0x1|_0x22d33d>>>0x1f;}var _0x1a75a2=(_0x49933d<<0x5|_0x49933d>>>0x1b)+_0x4df3b4+_0x4a80ea[_0x1ceac4];_0x1ceac4<0x14?_0x1a75a2+=(_0x40475e&_0x5e4ae7|~_0x40475e&_0x29f612)+0x5a827999:_0x1ceac4<0x28?_0x1a75a2+=(_0x40475e^_0x5e4ae7^_0x29f612)+0x6ed9eba1:_0x1ceac4<0x3c?_0x1a75a2+=(_0x40475e&_0x5e4ae7|_0x40475e&_0x29f612|_0x5e4ae7&_0x29f612)-0x70e44324:_0x1a75a2+=(_0x40475e^_0x5e4ae7^_0x29f612)-0x359d3e2a,_0x4df3b4=_0x29f612,_0x29f612=_0x5e4ae7,_0x5e4ae7=_0x40475e<<0x1e|_0x40475e>>>0x2,_0x40475e=_0x49933d,_0x49933d=_0x1a75a2;}_0xb23d9c[0x0]=_0xb23d9c[0x0]+_0x49933d|0x0,_0xb23d9c[0x1]=_0xb23d9c[0x1]+_0x40475e|0x0,_0xb23d9c[0x2]=_0xb23d9c[0x2]+_0x5e4ae7|0x0,_0xb23d9c[0x3]=_0xb23d9c[0x3]+_0x29f612|0x0,_0xb23d9c[0x4]=_0xb23d9c[0x4]+_0x4df3b4|0x0;},'_doFinalize':function(){const _0x348570=_0x5dcd4b;var _0xfc59c=this[_0x348570(0x2f7)],_0x1ea4fc=_0xfc59c[_0x348570(0x1b9)],_0x535b7b=this[_0x348570(0x3c3)]*0x8,_0x1a15e0=_0xfc59c['sigBytes']*0x8;return _0x1ea4fc[_0x1a15e0>>>0x5]|=0x80<<0x18-_0x1a15e0%0x20,_0x1ea4fc[(_0x1a15e0+0x40>>>0x9<<0x4)+0xe]=Math[_0x348570(0x251)](_0x535b7b/0x100000000),_0x1ea4fc[(_0x1a15e0+0x40>>>0x9<<0x4)+0xf]=_0x535b7b,_0xfc59c[_0x348570(0x398)]=_0x1ea4fc['length']*0x4,this[_0x348570(0x269)](),this['_hash'];},'clone':function(){const _0x40ea5f=_0x5dcd4b;var _0x43cab6=_0x1e9b07[_0x40ea5f(0x49f)][_0x40ea5f(0x4fe)](this);return _0x43cab6[_0x40ea5f(0x105)]=this['_hash'][_0x40ea5f(0x49f)](),_0x43cab6;}});_0x5e7a0d[_0x5dcd4b(0x4b5)]=_0x1e9b07[_0x5dcd4b(0x557)](_0x5d5485),_0x5e7a0d[_0x5dcd4b(0x385)]=_0x1e9b07['_createHmacHelper'](_0x5d5485);}()),_0x5c36aa[_0x503780(0x4b5)];}));}(_0x3ef941)),_0x3ef941[_0x88364b(0x241)];}var _0xd3e615={'exports':{}},_0x1c8438;function _0xcc930a(){return _0x1c8438||(_0x1c8438=0x1,function(_0x120fff,_0x29e7a8){(function(_0x5645f2,_0x2648fb){_0x120fff['exports']=_0x2648fb(_0x56fa1b());}(_0x3da64e,function(_0x490f20){(function(){const _0x5562ee=_0xbbea;var _0x58e04c=_0x490f20,_0x40ccaf=_0x58e04c[_0x5562ee(0x3bb)],_0x20528e=_0x40ccaf['Base'],_0x474cbd=_0x58e04c[_0x5562ee(0x364)],_0x408d18=_0x474cbd[_0x5562ee(0x185)],_0xd072a3=_0x58e04c[_0x5562ee(0x4d1)];_0xd072a3[_0x5562ee(0x4b7)]=_0x20528e[_0x5562ee(0x308)]({'init':function(_0x5acf5b,_0x4b74c3){const _0x24d26f=_0x5562ee;_0x5acf5b=this[_0x24d26f(0x2c0)]=new _0x5acf5b[(_0x24d26f(0x192))](),typeof _0x4b74c3=='string'&&(_0x4b74c3=_0x408d18[_0x24d26f(0x406)](_0x4b74c3));var _0x4152e9=_0x5acf5b['blockSize'],_0x3859b4=_0x4152e9*0x4;_0x4b74c3[_0x24d26f(0x398)]>_0x3859b4&&(_0x4b74c3=_0x5acf5b[_0x24d26f(0x497)](_0x4b74c3)),_0x4b74c3[_0x24d26f(0x15e)]();for(var _0xbb1648=this[_0x24d26f(0x534)]=_0x4b74c3[_0x24d26f(0x49f)](),_0x218166=this[_0x24d26f(0x4ea)]=_0x4b74c3[_0x24d26f(0x49f)](),_0x352210=_0xbb1648[_0x24d26f(0x1b9)],_0x44c538=_0x218166[_0x24d26f(0x1b9)],_0x16a275=0x0;_0x16a275<_0x4152e9;_0x16a275++)_0x352210[_0x16a275]^=0x5c5c5c5c,_0x44c538[_0x16a275]^=0x36363636;_0xbb1648[_0x24d26f(0x398)]=_0x218166[_0x24d26f(0x398)]=_0x3859b4,this[_0x24d26f(0x1cd)]();},'reset':function(){const _0x18d007=_0x5562ee;var _0x30588a=this[_0x18d007(0x2c0)];_0x30588a['reset'](),_0x30588a[_0x18d007(0x344)](this[_0x18d007(0x4ea)]);},'update':function(_0x19f524){const _0x2ac027=_0x5562ee;return this[_0x2ac027(0x2c0)]['update'](_0x19f524),this;},'finalize':function(_0x2c8bc6){const _0x309310=_0x5562ee;var _0x22bb3a=this['_hasher'],_0x1c4a98=_0x22bb3a[_0x309310(0x497)](_0x2c8bc6);_0x22bb3a[_0x309310(0x1cd)]();var _0x407de6=_0x22bb3a['finalize'](this['_oKey'][_0x309310(0x49f)]()['concat'](_0x1c4a98));return _0x407de6;}});}());}));}(_0xd3e615)),_0xd3e615['exports'];}var _0x4b61f0;function _0x445a4a(){const _0x459557=_0x357007;return _0x4b61f0||(_0x4b61f0=0x1,function(_0x2da1f1,_0x21df92){(function(_0x3ef034,_0x3860fd,_0x40d7d4){const _0x1a3636=_0xbbea;_0x2da1f1[_0x1a3636(0x241)]=_0x3860fd(_0x56fa1b(),_0x15db80(),_0xcc930a());}(_0x3da64e,function(_0xb30d06){const _0x270606=_0xbbea;return(function(){const _0x95dbbe=_0xbbea;var _0x4e7d3d=_0xb30d06,_0x124d44=_0x4e7d3d[_0x95dbbe(0x3bb)],_0x39b47a=_0x124d44[_0x95dbbe(0x562)],_0x590188=_0x124d44[_0x95dbbe(0x4a8)],_0x25df04=_0x4e7d3d[_0x95dbbe(0x4d1)],_0x357f54=_0x25df04[_0x95dbbe(0x3a9)],_0x51acd2=_0x25df04[_0x95dbbe(0x464)]=_0x39b47a[_0x95dbbe(0x308)]({'cfg':_0x39b47a[_0x95dbbe(0x308)]({'keySize':0x80/0x20,'hasher':_0x357f54,'iterations':0x1}),'init':function(_0x445172){const _0x301d89=_0x95dbbe;this[_0x301d89(0x151)]=this[_0x301d89(0x151)][_0x301d89(0x308)](_0x445172);},'compute':function(_0x2a6b08,_0x1c9a2f){const _0xd79d2c=_0x95dbbe;for(var _0x9f8df9,_0x8bb397=this[_0xd79d2c(0x151)],_0x3e625e=_0x8bb397[_0xd79d2c(0x155)][_0xd79d2c(0x551)](),_0x241b35=_0x590188[_0xd79d2c(0x551)](),_0x5c0136=_0x241b35[_0xd79d2c(0x1b9)],_0x43ac48=_0x8bb397[_0xd79d2c(0x4cc)],_0x67d8f8=_0x8bb397[_0xd79d2c(0x3fc)];_0x5c0136[_0xd79d2c(0x1b0)]<_0x43ac48;){_0x9f8df9&&_0x3e625e[_0xd79d2c(0x344)](_0x9f8df9),_0x9f8df9=_0x3e625e[_0xd79d2c(0x344)](_0x2a6b08)[_0xd79d2c(0x497)](_0x1c9a2f),_0x3e625e[_0xd79d2c(0x1cd)]();for(var _0x4a5a72=0x1;_0x4a5a72<_0x67d8f8;_0x4a5a72++)_0x9f8df9=_0x3e625e['finalize'](_0x9f8df9),_0x3e625e[_0xd79d2c(0x1cd)]();_0x241b35[_0xd79d2c(0x38a)](_0x9f8df9);}return _0x241b35[_0xd79d2c(0x398)]=_0x43ac48*0x4,_0x241b35;}});_0x4e7d3d[_0x95dbbe(0x464)]=function(_0x27be41,_0x50e91c,_0x1d3667){const _0xf9db09=_0x95dbbe;return _0x51acd2[_0xf9db09(0x551)](_0x1d3667)[_0xf9db09(0x30a)](_0x27be41,_0x50e91c);};}()),_0xb30d06[_0x270606(0x464)];}));}(_0x1cdf78)),_0x1cdf78[_0x459557(0x241)];}var _0x31667a={'exports':{}},_0x18afa3;function _0x3f1b65(){const _0x591744=_0x357007;return _0x18afa3||(_0x18afa3=0x1,function(_0x11bd96,_0x38d6e7){(function(_0x48193c,_0x4accd0,_0x52d1b3){const _0x4dfaba=_0xbbea;_0x11bd96[_0x4dfaba(0x241)]=_0x4accd0(_0x56fa1b(),_0x445a4a());}(_0x3da64e,function(_0x2dd503){const _0x361cee=_0xbbea;_0x2dd503[_0x361cee(0x3bb)][_0x361cee(0x1df)]||function(_0x2fdd23){const _0x1c9091=_0x361cee;var _0x224477=_0x2dd503,_0x4bec8f=_0x224477[_0x1c9091(0x3bb)],_0x48e714=_0x4bec8f[_0x1c9091(0x562)],_0x1e7d98=_0x4bec8f[_0x1c9091(0x4a8)],_0x58f00a=_0x4bec8f[_0x1c9091(0x23e)],_0x19d220=_0x224477['enc'];_0x19d220[_0x1c9091(0x185)];var _0x2c975e=_0x19d220[_0x1c9091(0x3ce)],_0x2b669f=_0x224477['algo'],_0x1273bf=_0x2b669f[_0x1c9091(0x464)],_0x23eb3f=_0x4bec8f[_0x1c9091(0x1df)]=_0x58f00a[_0x1c9091(0x308)]({'cfg':_0x48e714[_0x1c9091(0x308)](),'createEncryptor':function(_0x2dbb40,_0x41c375){const _0x3a9878=_0x1c9091;return this['create'](this[_0x3a9878(0x22a)],_0x2dbb40,_0x41c375);},'createDecryptor':function(_0x2803da,_0x5e06ee){const _0x5c7023=_0x1c9091;return this['create'](this[_0x5c7023(0x599)],_0x2803da,_0x5e06ee);},'init':function(_0x4d95e4,_0x12264b,_0x1483fa){const _0x3f1848=_0x1c9091;this[_0x3f1848(0x151)]=this[_0x3f1848(0x151)]['extend'](_0x1483fa),this[_0x3f1848(0x4f2)]=_0x4d95e4,this[_0x3f1848(0x515)]=_0x12264b,this[_0x3f1848(0x1cd)]();},'reset':function(){const _0x1125bf=_0x1c9091;_0x58f00a[_0x1125bf(0x1cd)]['call'](this),this[_0x1125bf(0x265)]();},'process':function(_0x3f8de7){const _0x501140=_0x1c9091;return this[_0x501140(0x12e)](_0x3f8de7),this[_0x501140(0x269)]();},'finalize':function(_0x5a7221){const _0x404eb4=_0x1c9091;_0x5a7221&&this['_append'](_0x5a7221);var _0x3fc479=this[_0x404eb4(0x132)]();return _0x3fc479;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x2ddf52(_0x583af0){const _0x48815c=_0xbbea;return typeof _0x583af0==_0x48815c(0x282)?_0x42d7d9:_0xecedfb;}return function(_0x2c385f){return{'encrypt':function(_0x5aefc8,_0x1546b6,_0x37ffa6){const _0x7dc5a2=_0xbbea;return _0x2ddf52(_0x1546b6)[_0x7dc5a2(0x396)](_0x2c385f,_0x5aefc8,_0x1546b6,_0x37ffa6);},'decrypt':function(_0x4f9ff8,_0x5ab7d2,_0x264330){const _0x2d1b48=_0xbbea;return _0x2ddf52(_0x5ab7d2)[_0x2d1b48(0x20f)](_0x2c385f,_0x4f9ff8,_0x5ab7d2,_0x264330);}};};}())});_0x4bec8f['StreamCipher']=_0x23eb3f['extend']({'_doFinalize':function(){const _0x3d4376=_0x1c9091;var _0x57b5ea=this[_0x3d4376(0x269)](!0x0);return _0x57b5ea;},'blockSize':0x1});var _0x3bf87f=_0x224477[_0x1c9091(0x21c)]={},_0x2a6be1=_0x4bec8f[_0x1c9091(0x16d)]=_0x48e714[_0x1c9091(0x308)]({'createEncryptor':function(_0x3c7e93,_0x564eea){const _0x3ec546=_0x1c9091;return this[_0x3ec546(0x112)][_0x3ec546(0x551)](_0x3c7e93,_0x564eea);},'createDecryptor':function(_0xaab240,_0x494fd4){const _0x36f454=_0x1c9091;return this[_0x36f454(0x149)]['create'](_0xaab240,_0x494fd4);},'init':function(_0x17541e,_0x5ccca4){const _0x30bce6=_0x1c9091;this['_cipher']=_0x17541e,this[_0x30bce6(0x228)]=_0x5ccca4;}}),_0x5a9596=_0x3bf87f[_0x1c9091(0x39f)]=(function(){const _0xdffe03=_0x1c9091;var _0x18ab93=_0x2a6be1[_0xdffe03(0x308)]();_0x18ab93[_0xdffe03(0x112)]=_0x18ab93['extend']({'processBlock':function(_0x4282e1,_0x358d06){const _0x4ece82=_0xdffe03;var _0x40e025=this[_0x4ece82(0x14d)],_0x26547f=_0x40e025[_0x4ece82(0x371)];_0x2b3aa1[_0x4ece82(0x4fe)](this,_0x4282e1,_0x358d06,_0x26547f),_0x40e025[_0x4ece82(0x382)](_0x4282e1,_0x358d06),this[_0x4ece82(0x54b)]=_0x4282e1[_0x4ece82(0x3b7)](_0x358d06,_0x358d06+_0x26547f);}}),_0x18ab93[_0xdffe03(0x149)]=_0x18ab93[_0xdffe03(0x308)]({'processBlock':function(_0x10bf4e,_0x242d52){const _0x5215e0=_0xdffe03;var _0x443962=this['_cipher'],_0x59dfbe=_0x443962[_0x5215e0(0x371)],_0x3051e1=_0x10bf4e[_0x5215e0(0x3b7)](_0x242d52,_0x242d52+_0x59dfbe);_0x443962[_0x5215e0(0x489)](_0x10bf4e,_0x242d52),_0x2b3aa1[_0x5215e0(0x4fe)](this,_0x10bf4e,_0x242d52,_0x59dfbe),this[_0x5215e0(0x54b)]=_0x3051e1;}});function _0x2b3aa1(_0xb5c7f4,_0x40b6a1,_0x3080cf){const _0x1c0482=_0xdffe03;var _0x468710,_0x54bea7=this['_iv'];_0x54bea7?(_0x468710=_0x54bea7,this[_0x1c0482(0x228)]=_0x2fdd23):_0x468710=this[_0x1c0482(0x54b)];for(var _0x38a580=0x0;_0x38a580<_0x3080cf;_0x38a580++)_0xb5c7f4[_0x40b6a1+_0x38a580]^=_0x468710[_0x38a580];}return _0x18ab93;}()),_0x56d619=_0x224477[_0x1c9091(0x56e)]={},_0x59c880=_0x56d619[_0x1c9091(0x3e3)]={'pad':function(_0x106aee,_0x209067){const _0x59e9c8=_0x1c9091;for(var _0x4dfc42=_0x209067*0x4,_0x209415=_0x4dfc42-_0x106aee['sigBytes']%_0x4dfc42,_0xffc52d=_0x209415<<0x18|_0x209415<<0x10|_0x209415<<0x8|_0x209415,_0x301e76=[],_0x2f9ea8=0x0;_0x2f9ea8<_0x209415;_0x2f9ea8+=0x4)_0x301e76[_0x59e9c8(0x39d)](_0xffc52d);var _0x217b48=_0x1e7d98[_0x59e9c8(0x551)](_0x301e76,_0x209415);_0x106aee['concat'](_0x217b48);},'unpad':function(_0x4b5c7e){const _0x2dab80=_0x1c9091;var _0x3ea10e=_0x4b5c7e[_0x2dab80(0x1b9)][_0x4b5c7e[_0x2dab80(0x398)]-0x1>>>0x2]&0xff;_0x4b5c7e['sigBytes']-=_0x3ea10e;}};_0x4bec8f[_0x1c9091(0x1ad)]=_0x23eb3f[_0x1c9091(0x308)]({'cfg':_0x23eb3f['cfg'][_0x1c9091(0x308)]({'mode':_0x5a9596,'padding':_0x59c880}),'reset':function(){const _0x5bfc63=_0x1c9091;var _0x281e7e;_0x23eb3f[_0x5bfc63(0x1cd)][_0x5bfc63(0x4fe)](this);var _0x5414c3=this['cfg'],_0x3cf2e0=_0x5414c3['iv'],_0x4cbee5=_0x5414c3[_0x5bfc63(0x21c)];this['_xformMode']==this['_ENC_XFORM_MODE']?_0x281e7e=_0x4cbee5[_0x5bfc63(0x1a8)]:(_0x281e7e=_0x4cbee5['createDecryptor'],this['_minBufferSize']=0x1),this[_0x5bfc63(0x59e)]&&this['_mode'][_0x5bfc63(0x2f3)]==_0x281e7e?this[_0x5bfc63(0x59e)]['init'](this,_0x3cf2e0&&_0x3cf2e0['words']):(this[_0x5bfc63(0x59e)]=_0x281e7e[_0x5bfc63(0x4fe)](_0x4cbee5,this,_0x3cf2e0&&_0x3cf2e0[_0x5bfc63(0x1b9)]),this[_0x5bfc63(0x59e)]['__creator']=_0x281e7e);},'_doProcessBlock':function(_0x1c49e8,_0x621969){const _0x5f3b7b=_0x1c9091;this[_0x5f3b7b(0x59e)][_0x5f3b7b(0x2fe)](_0x1c49e8,_0x621969);},'_doFinalize':function(){const _0x50eff6=_0x1c9091;var _0x55b95b,_0x50a1b4=this[_0x50eff6(0x151)][_0x50eff6(0x106)];return this[_0x50eff6(0x4f2)]==this[_0x50eff6(0x22a)]?(_0x50a1b4[_0x50eff6(0x56e)](this[_0x50eff6(0x2f7)],this[_0x50eff6(0x371)]),_0x55b95b=this[_0x50eff6(0x269)](!0x0)):(_0x55b95b=this['_process'](!0x0),_0x50a1b4[_0x50eff6(0x172)](_0x55b95b)),_0x55b95b;},'blockSize':0x80/0x20});var _0xceb61c=_0x4bec8f['CipherParams']=_0x48e714[_0x1c9091(0x308)]({'init':function(_0x300a2a){const _0x4cd5ca=_0x1c9091;this[_0x4cd5ca(0xfe)](_0x300a2a);},'toString':function(_0xe2d174){const _0xf2e0ed=_0x1c9091;return(_0xe2d174||this['formatter'])[_0xf2e0ed(0x219)](this);}}),_0x494e8a=_0x224477[_0x1c9091(0x23c)]={},_0x52731c=_0x494e8a['OpenSSL']={'stringify':function(_0x1bb985){const _0x136387=_0x1c9091;var _0x1f9b3a,_0x5b2761=_0x1bb985['ciphertext'],_0x23bfe6=_0x1bb985[_0x136387(0x28a)];return _0x23bfe6?_0x1f9b3a=_0x1e7d98[_0x136387(0x551)]([0x53616c74,0x65645f5f])[_0x136387(0x38a)](_0x23bfe6)['concat'](_0x5b2761):_0x1f9b3a=_0x5b2761,_0x1f9b3a[_0x136387(0x14b)](_0x2c975e);},'parse':function(_0x5d38e5){const _0xf4a609=_0x1c9091;var _0x493748,_0x3edef2=_0x2c975e[_0xf4a609(0x406)](_0x5d38e5),_0x4766aa=_0x3edef2[_0xf4a609(0x1b9)];return _0x4766aa[0x0]==0x53616c74&&_0x4766aa[0x1]==0x65645f5f&&(_0x493748=_0x1e7d98['create'](_0x4766aa[_0xf4a609(0x3b7)](0x2,0x4)),_0x4766aa[_0xf4a609(0x2da)](0x0,0x4),_0x3edef2[_0xf4a609(0x398)]-=0x10),_0xceb61c['create']({'ciphertext':_0x3edef2,'salt':_0x493748});}},_0xecedfb=_0x4bec8f[_0x1c9091(0x432)]=_0x48e714[_0x1c9091(0x308)]({'cfg':_0x48e714[_0x1c9091(0x308)]({'format':_0x52731c}),'encrypt':function(_0x2d7af0,_0x3ef196,_0x38db34,_0x45cf06){const _0x4d79a5=_0x1c9091;_0x45cf06=this[_0x4d79a5(0x151)][_0x4d79a5(0x308)](_0x45cf06);var _0x6e5042=_0x2d7af0['createEncryptor'](_0x38db34,_0x45cf06),_0x2ad338=_0x6e5042[_0x4d79a5(0x497)](_0x3ef196),_0x184f78=_0x6e5042[_0x4d79a5(0x151)];return _0xceb61c[_0x4d79a5(0x551)]({'ciphertext':_0x2ad338,'key':_0x38db34,'iv':_0x184f78['iv'],'algorithm':_0x2d7af0,'mode':_0x184f78[_0x4d79a5(0x21c)],'padding':_0x184f78['padding'],'blockSize':_0x2d7af0[_0x4d79a5(0x371)],'formatter':_0x45cf06[_0x4d79a5(0x23c)]});},'decrypt':function(_0x30c46c,_0x548b20,_0x3103bf,_0x3c0823){const _0x32531b=_0x1c9091;_0x3c0823=this[_0x32531b(0x151)][_0x32531b(0x308)](_0x3c0823),_0x548b20=this[_0x32531b(0x3ad)](_0x548b20,_0x3c0823[_0x32531b(0x23c)]);var _0x4d2fd0=_0x30c46c[_0x32531b(0x5ac)](_0x3103bf,_0x3c0823)[_0x32531b(0x497)](_0x548b20[_0x32531b(0x29e)]);return _0x4d2fd0;},'_parse':function(_0x534f09,_0x2ec7ed){const _0x5666a8=_0x1c9091;return typeof _0x534f09=='string'?_0x2ec7ed[_0x5666a8(0x406)](_0x534f09,this):_0x534f09;}}),_0x395c31=_0x224477['kdf']={},_0x46c60f=_0x395c31[_0x1c9091(0x37f)]={'execute':function(_0x46b04c,_0x5a3881,_0x59c364,_0x15b345,_0x37a6ce){const _0x1d2461=_0x1c9091;if(_0x15b345||(_0x15b345=_0x1e7d98[_0x1d2461(0x524)](0x40/0x8)),_0x37a6ce)var _0x9b0c8d=_0x1273bf[_0x1d2461(0x551)]({'keySize':_0x5a3881+_0x59c364,'hasher':_0x37a6ce})[_0x1d2461(0x30a)](_0x46b04c,_0x15b345);else var _0x9b0c8d=_0x1273bf[_0x1d2461(0x551)]({'keySize':_0x5a3881+_0x59c364})[_0x1d2461(0x30a)](_0x46b04c,_0x15b345);var _0x5d5bea=_0x1e7d98[_0x1d2461(0x551)](_0x9b0c8d['words'][_0x1d2461(0x3b7)](_0x5a3881),_0x59c364*0x4);return _0x9b0c8d[_0x1d2461(0x398)]=_0x5a3881*0x4,_0xceb61c['create']({'key':_0x9b0c8d,'iv':_0x5d5bea,'salt':_0x15b345});}},_0x42d7d9=_0x4bec8f[_0x1c9091(0x2a9)]=_0xecedfb[_0x1c9091(0x308)]({'cfg':_0xecedfb[_0x1c9091(0x151)]['extend']({'kdf':_0x46c60f}),'encrypt':function(_0x5c68ee,_0x52cb1b,_0x51d6d2,_0x425cd9){const _0x58cb7a=_0x1c9091;_0x425cd9=this[_0x58cb7a(0x151)][_0x58cb7a(0x308)](_0x425cd9);var _0x29a989=_0x425cd9[_0x58cb7a(0x3ed)][_0x58cb7a(0x2ae)](_0x51d6d2,_0x5c68ee[_0x58cb7a(0x4cc)],_0x5c68ee['ivSize'],_0x425cd9[_0x58cb7a(0x28a)],_0x425cd9[_0x58cb7a(0x155)]);_0x425cd9['iv']=_0x29a989['iv'];var _0x5de6c0=_0xecedfb[_0x58cb7a(0x396)][_0x58cb7a(0x4fe)](this,_0x5c68ee,_0x52cb1b,_0x29a989['key'],_0x425cd9);return _0x5de6c0[_0x58cb7a(0xfe)](_0x29a989),_0x5de6c0;},'decrypt':function(_0x71d2b8,_0x16f832,_0x1c507d,_0x3bffc9){const _0x9027a7=_0x1c9091;_0x3bffc9=this[_0x9027a7(0x151)][_0x9027a7(0x308)](_0x3bffc9),_0x16f832=this['_parse'](_0x16f832,_0x3bffc9[_0x9027a7(0x23c)]);var _0x2ce82f=_0x3bffc9[_0x9027a7(0x3ed)]['execute'](_0x1c507d,_0x71d2b8[_0x9027a7(0x4cc)],_0x71d2b8['ivSize'],_0x16f832[_0x9027a7(0x28a)],_0x3bffc9[_0x9027a7(0x155)]);_0x3bffc9['iv']=_0x2ce82f['iv'];var _0x58e9fe=_0xecedfb['decrypt'][_0x9027a7(0x4fe)](this,_0x71d2b8,_0x16f832,_0x2ce82f['key'],_0x3bffc9);return _0x58e9fe;}});}();}));}(_0x31667a)),_0x31667a[_0x591744(0x241)];}(function(_0x4d6415,_0x3861be){(function(_0x57b126,_0x2ee231,_0x1c0a04){const _0x24eb74=_0xbbea;_0x4d6415[_0x24eb74(0x241)]=_0x2ee231(_0x56fa1b(),_0x49f822(),_0x1f9ac8(),_0x445a4a(),_0x3f1b65());}(_0x3da64e,function(_0x527ddc){const _0x10d124=_0xbbea;return(function(){const _0x4913c8=_0xbbea;var _0x2424fb=_0x527ddc,_0xbf894f=_0x2424fb[_0x4913c8(0x3bb)],_0x52f9=_0xbf894f[_0x4913c8(0x1ad)],_0x4fd92a=_0x2424fb[_0x4913c8(0x4d1)],_0x1f82e4=[],_0x11cbd1=[],_0x99b2e8=[],_0xc7b47=[],_0xc2d29c=[],_0x1b06c5=[],_0x4defc7=[],_0x3a2af0=[],_0x513fba=[],_0x2265dd=[];(function(){for(var _0x2c4cbd=[],_0x2a840e=0x0;_0x2a840e<0x100;_0x2a840e++)_0x2a840e<0x80?_0x2c4cbd[_0x2a840e]=_0x2a840e<<0x1:_0x2c4cbd[_0x2a840e]=_0x2a840e<<0x1^0x11b;for(var _0xdf94c8=0x0,_0x288d80=0x0,_0x2a840e=0x0;_0x2a840e<0x100;_0x2a840e++){var _0x20fbe3=_0x288d80^_0x288d80<<0x1^_0x288d80<<0x2^_0x288d80<<0x3^_0x288d80<<0x4;_0x20fbe3=_0x20fbe3>>>0x8^_0x20fbe3&0xff^0x63,_0x1f82e4[_0xdf94c8]=_0x20fbe3,_0x11cbd1[_0x20fbe3]=_0xdf94c8;var _0x33c15d=_0x2c4cbd[_0xdf94c8],_0x5b15e6=_0x2c4cbd[_0x33c15d],_0x438d96=_0x2c4cbd[_0x5b15e6],_0x226411=_0x2c4cbd[_0x20fbe3]*0x101^_0x20fbe3*0x1010100;_0x99b2e8[_0xdf94c8]=_0x226411<<0x18|_0x226411>>>0x8,_0xc7b47[_0xdf94c8]=_0x226411<<0x10|_0x226411>>>0x10,_0xc2d29c[_0xdf94c8]=_0x226411<<0x8|_0x226411>>>0x18,_0x1b06c5[_0xdf94c8]=_0x226411;var _0x226411=_0x438d96*0x1010101^_0x5b15e6*0x10001^_0x33c15d*0x101^_0xdf94c8*0x1010100;_0x4defc7[_0x20fbe3]=_0x226411<<0x18|_0x226411>>>0x8,_0x3a2af0[_0x20fbe3]=_0x226411<<0x10|_0x226411>>>0x10,_0x513fba[_0x20fbe3]=_0x226411<<0x8|_0x226411>>>0x18,_0x2265dd[_0x20fbe3]=_0x226411,_0xdf94c8?(_0xdf94c8=_0x33c15d^_0x2c4cbd[_0x2c4cbd[_0x2c4cbd[_0x438d96^_0x33c15d]]],_0x288d80^=_0x2c4cbd[_0x2c4cbd[_0x288d80]]):_0xdf94c8=_0x288d80=0x1;}}());var _0x250e7d=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x32ca81=_0x4fd92a[_0x4913c8(0x302)]=_0x52f9[_0x4913c8(0x308)]({'_doReset':function(){const _0x31b92b=_0x4913c8;var _0x8f1621;if(!(this[_0x31b92b(0xf7)]&&this[_0x31b92b(0x3c4)]===this[_0x31b92b(0x515)])){for(var _0x36ac0b=this[_0x31b92b(0x3c4)]=this[_0x31b92b(0x515)],_0x3e2659=_0x36ac0b[_0x31b92b(0x1b9)],_0x44f6ad=_0x36ac0b['sigBytes']/0x4,_0x78d84=this[_0x31b92b(0xf7)]=_0x44f6ad+0x6,_0x1c8145=(_0x78d84+0x1)*0x4,_0x2ea317=this[_0x31b92b(0x4b8)]=[],_0x285269=0x0;_0x285269<_0x1c8145;_0x285269++)_0x285269<_0x44f6ad?_0x2ea317[_0x285269]=_0x3e2659[_0x285269]:(_0x8f1621=_0x2ea317[_0x285269-0x1],_0x285269%_0x44f6ad?_0x44f6ad>0x6&&_0x285269%_0x44f6ad==0x4&&(_0x8f1621=_0x1f82e4[_0x8f1621>>>0x18]<<0x18|_0x1f82e4[_0x8f1621>>>0x10&0xff]<<0x10|_0x1f82e4[_0x8f1621>>>0x8&0xff]<<0x8|_0x1f82e4[_0x8f1621&0xff]):(_0x8f1621=_0x8f1621<<0x8|_0x8f1621>>>0x18,_0x8f1621=_0x1f82e4[_0x8f1621>>>0x18]<<0x18|_0x1f82e4[_0x8f1621>>>0x10&0xff]<<0x10|_0x1f82e4[_0x8f1621>>>0x8&0xff]<<0x8|_0x1f82e4[_0x8f1621&0xff],_0x8f1621^=_0x250e7d[_0x285269/_0x44f6ad|0x0]<<0x18),_0x2ea317[_0x285269]=_0x2ea317[_0x285269-_0x44f6ad]^_0x8f1621);for(var _0x1a2eb5=this[_0x31b92b(0x506)]=[],_0x22b9bb=0x0;_0x22b9bb<_0x1c8145;_0x22b9bb++){var _0x285269=_0x1c8145-_0x22b9bb;if(_0x22b9bb%0x4)var _0x8f1621=_0x2ea317[_0x285269];else var _0x8f1621=_0x2ea317[_0x285269-0x4];_0x22b9bb<0x4||_0x285269<=0x4?_0x1a2eb5[_0x22b9bb]=_0x8f1621:_0x1a2eb5[_0x22b9bb]=_0x4defc7[_0x1f82e4[_0x8f1621>>>0x18]]^_0x3a2af0[_0x1f82e4[_0x8f1621>>>0x10&0xff]]^_0x513fba[_0x1f82e4[_0x8f1621>>>0x8&0xff]]^_0x2265dd[_0x1f82e4[_0x8f1621&0xff]];}}},'encryptBlock':function(_0x536fe3,_0x3332d3){const _0x42a280=_0x4913c8;this[_0x42a280(0x31d)](_0x536fe3,_0x3332d3,this[_0x42a280(0x4b8)],_0x99b2e8,_0xc7b47,_0xc2d29c,_0x1b06c5,_0x1f82e4);},'decryptBlock':function(_0x24a945,_0x53a141){const _0x336cb3=_0x4913c8;var _0x211a5a=_0x24a945[_0x53a141+0x1];_0x24a945[_0x53a141+0x1]=_0x24a945[_0x53a141+0x3],_0x24a945[_0x53a141+0x3]=_0x211a5a,this[_0x336cb3(0x31d)](_0x24a945,_0x53a141,this['_invKeySchedule'],_0x4defc7,_0x3a2af0,_0x513fba,_0x2265dd,_0x11cbd1);var _0x211a5a=_0x24a945[_0x53a141+0x1];_0x24a945[_0x53a141+0x1]=_0x24a945[_0x53a141+0x3],_0x24a945[_0x53a141+0x3]=_0x211a5a;},'_doCryptBlock':function(_0x5e1605,_0xc2be5d,_0x580ea8,_0x543c20,_0xd00ce6,_0x5d9d36,_0x49d84f,_0x19648e){const _0x10ebd7=_0x4913c8;for(var _0x349534=this[_0x10ebd7(0xf7)],_0x546b5c=_0x5e1605[_0xc2be5d]^_0x580ea8[0x0],_0x1d5ec0=_0x5e1605[_0xc2be5d+0x1]^_0x580ea8[0x1],_0x24833b=_0x5e1605[_0xc2be5d+0x2]^_0x580ea8[0x2],_0x2371f1=_0x5e1605[_0xc2be5d+0x3]^_0x580ea8[0x3],_0x4e7364=0x4,_0xeac9e6=0x1;_0xeac9e6<_0x349534;_0xeac9e6++){var _0x4d0862=_0x543c20[_0x546b5c>>>0x18]^_0xd00ce6[_0x1d5ec0>>>0x10&0xff]^_0x5d9d36[_0x24833b>>>0x8&0xff]^_0x49d84f[_0x2371f1&0xff]^_0x580ea8[_0x4e7364++],_0x2c51a3=_0x543c20[_0x1d5ec0>>>0x18]^_0xd00ce6[_0x24833b>>>0x10&0xff]^_0x5d9d36[_0x2371f1>>>0x8&0xff]^_0x49d84f[_0x546b5c&0xff]^_0x580ea8[_0x4e7364++],_0x48e0ce=_0x543c20[_0x24833b>>>0x18]^_0xd00ce6[_0x2371f1>>>0x10&0xff]^_0x5d9d36[_0x546b5c>>>0x8&0xff]^_0x49d84f[_0x1d5ec0&0xff]^_0x580ea8[_0x4e7364++],_0x29d2dd=_0x543c20[_0x2371f1>>>0x18]^_0xd00ce6[_0x546b5c>>>0x10&0xff]^_0x5d9d36[_0x1d5ec0>>>0x8&0xff]^_0x49d84f[_0x24833b&0xff]^_0x580ea8[_0x4e7364++];_0x546b5c=_0x4d0862,_0x1d5ec0=_0x2c51a3,_0x24833b=_0x48e0ce,_0x2371f1=_0x29d2dd;}var _0x4d0862=(_0x19648e[_0x546b5c>>>0x18]<<0x18|_0x19648e[_0x1d5ec0>>>0x10&0xff]<<0x10|_0x19648e[_0x24833b>>>0x8&0xff]<<0x8|_0x19648e[_0x2371f1&0xff])^_0x580ea8[_0x4e7364++],_0x2c51a3=(_0x19648e[_0x1d5ec0>>>0x18]<<0x18|_0x19648e[_0x24833b>>>0x10&0xff]<<0x10|_0x19648e[_0x2371f1>>>0x8&0xff]<<0x8|_0x19648e[_0x546b5c&0xff])^_0x580ea8[_0x4e7364++],_0x48e0ce=(_0x19648e[_0x24833b>>>0x18]<<0x18|_0x19648e[_0x2371f1>>>0x10&0xff]<<0x10|_0x19648e[_0x546b5c>>>0x8&0xff]<<0x8|_0x19648e[_0x1d5ec0&0xff])^_0x580ea8[_0x4e7364++],_0x29d2dd=(_0x19648e[_0x2371f1>>>0x18]<<0x18|_0x19648e[_0x546b5c>>>0x10&0xff]<<0x10|_0x19648e[_0x1d5ec0>>>0x8&0xff]<<0x8|_0x19648e[_0x24833b&0xff])^_0x580ea8[_0x4e7364++];_0x5e1605[_0xc2be5d]=_0x4d0862,_0x5e1605[_0xc2be5d+0x1]=_0x2c51a3,_0x5e1605[_0xc2be5d+0x2]=_0x48e0ce,_0x5e1605[_0xc2be5d+0x3]=_0x29d2dd;},'keySize':0x100/0x20});_0x2424fb[_0x4913c8(0x302)]=_0x52f9[_0x4913c8(0x557)](_0x32ca81);}()),_0x527ddc[_0x10d124(0x302)];}));}(_0x9d9f40));var _0x20d51d=_0x9d9f40[_0x357007(0x241)];const _0x672dd=_0x202696(_0x20d51d);var _0x150e87=_0x49f822();const _0x4c05ab=_0x202696(_0x150e87);var _0x42314d={'exports':{}};(function(_0x1628c0,_0x24d671){(function(_0x158015,_0x529208){const _0x2a2c05=_0xbbea;_0x1628c0[_0x2a2c05(0x241)]=_0x529208(_0x56fa1b());}(_0x3da64e,function(_0x5c5560){const _0x459ab2=_0xbbea;return _0x5c5560['enc'][_0x459ab2(0x185)];}));}(_0x42314d));var _0x55aee5=_0x42314d['exports'];const _0x544153=_0x202696(_0x55aee5);var _0xcc1835={'exports':{}};(function(_0x194e59,_0x16832a){(function(_0x269a0a,_0x553abc){_0x194e59['exports']=_0x553abc(_0x56fa1b());}(_0x3da64e,function(_0x896575){const _0x49f330=_0xbbea;return(function(){const _0x4d7d49=_0xbbea;if(typeof ArrayBuffer==_0x4d7d49(0x527)){var _0x9cfd29=_0x896575,_0x196b08=_0x9cfd29[_0x4d7d49(0x3bb)],_0x4ba4f6=_0x196b08[_0x4d7d49(0x4a8)],_0xe641e7=_0x4ba4f6[_0x4d7d49(0x192)],_0x42c8f8=_0x4ba4f6[_0x4d7d49(0x192)]=function(_0x4bd2d9){const _0x4d469b=_0x4d7d49;if(_0x4bd2d9 instanceof ArrayBuffer&&(_0x4bd2d9=new Uint8Array(_0x4bd2d9)),(_0x4bd2d9 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x4bd2d9 instanceof Uint8ClampedArray||_0x4bd2d9 instanceof Int16Array||_0x4bd2d9 instanceof Uint16Array||_0x4bd2d9 instanceof Int32Array||_0x4bd2d9 instanceof Uint32Array||_0x4bd2d9 instanceof Float32Array||_0x4bd2d9 instanceof Float64Array)&&(_0x4bd2d9=new Uint8Array(_0x4bd2d9[_0x4d469b(0x3a3)],_0x4bd2d9[_0x4d469b(0x18a)],_0x4bd2d9['byteLength'])),_0x4bd2d9 instanceof Uint8Array){for(var _0x278b31=_0x4bd2d9['byteLength'],_0x28d485=[],_0x42849f=0x0;_0x42849f<_0x278b31;_0x42849f++)_0x28d485[_0x42849f>>>0x2]|=_0x4bd2d9[_0x42849f]<<0x18-_0x42849f%0x4*0x8;_0xe641e7[_0x4d469b(0x4fe)](this,_0x28d485,_0x278b31);}else _0xe641e7[_0x4d469b(0x533)](this,arguments);};_0x42c8f8[_0x4d7d49(0x2a6)]=_0x4ba4f6;}}()),_0x896575[_0x49f330(0x3bb)][_0x49f330(0x4a8)];}));}(_0xcc1835));var _0x5d0a55=_0xcc1835[_0x357007(0x241)];const _0x263c0c=_0x202696(_0x5d0a55);var _0x475eeb={'exports':{}};(function(_0x467c09,_0x24c518){(function(_0x53838b,_0x1a8971,_0x4ee68b){const _0x1a324c=_0xbbea;_0x467c09[_0x1a324c(0x241)]=_0x1a8971(_0x56fa1b(),_0x3f1b65());}(_0x3da64e,function(_0x34cebd){const _0x5db1b2=_0xbbea;return _0x34cebd['pad'][_0x5db1b2(0x570)]={'pad':function(){},'unpad':function(){}},_0x34cebd[_0x5db1b2(0x56e)][_0x5db1b2(0x570)];}));}(_0x475eeb));var _0x513a18=_0x475eeb[_0x357007(0x241)];const _0x125965=_0x202696(_0x513a18);function _0x343d0a(_0x7dccce,_0x5b4677){const _0x39d44b=_0x357007,_0x1f8590=_0x5b4677-_0x7dccce[_0x39d44b(0x1b0)]%_0x5b4677,_0x3a726b=String[_0x39d44b(0x3c2)](_0x1f8590)[_0x39d44b(0x43a)](_0x1f8590);return _0x7dccce+_0x3a726b;}function _0x1a82a2(_0x38c64f,_0x5d8b7e){const _0x296051=_0x357007,_0x3fb099=_0x263c0c[_0x296051(0x524)](0x10),_0x2dc4de=_0x343d0a(_0x38c64f,0x10),_0x13ca7d=_0x672dd['encrypt'](_0x544153['parse'](_0x2dc4de),_0x4c05ab[_0x296051(0x406)](_0x5d8b7e),{'iv':_0x3fb099,'padding':_0x125965});return _0x3fb099[_0x296051(0x38a)](_0x13ca7d['ciphertext'])['toString'](_0x4c05ab);}function _0x259220(){const _0x2d1d7c=_0x357007,_0x38a914=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)[_0x2d1d7c(0x4c6)];if(_0x38a914){const _0x29924d={'time':Math[_0x2d1d7c(0x251)](Date[_0x2d1d7c(0x1ea)]()/0x3e8),'domain':location[_0x2d1d7c(0x44f)]};return _0x1a82a2(JSON[_0x2d1d7c(0x219)](_0x29924d),_0x38a914);}}var _0x1f5619=Object[_0x357007(0x376)],_0x3f2478=Object['getOwnPropertyDescriptor'],_0x12c6e7=(_0x42be46,_0x33684c,_0x4b7c70,_0x43d005)=>{for(var _0x56bf01=_0x43d005>0x1?void 0x0:_0x43d005?_0x3f2478(_0x33684c,_0x4b7c70):_0x33684c,_0x27dce1=_0x42be46['length']-0x1,_0x2a1747;_0x27dce1>=0x0;_0x27dce1--)(_0x2a1747=_0x42be46[_0x27dce1])&&(_0x56bf01=(_0x43d005?_0x2a1747(_0x33684c,_0x4b7c70,_0x56bf01):_0x2a1747(_0x56bf01))||_0x56bf01);return _0x43d005&&_0x56bf01&&_0x1f5619(_0x33684c,_0x4b7c70,_0x56bf01),_0x56bf01;},_0x2e945d=(_0xa3e066,_0x25e7e2)=>(_0x1cf2af,_0x1018d7)=>_0x25e7e2(_0x1cf2af,_0x1018d7,_0xa3e066);let _0x290294=class{constructor(_0x126b7e){const _0x133127=_0x357007;this[_0x133127(0x537)]=_0x126b7e,this[_0x133127(0x541)]();}['_initRequestHeader'](){this['_httpService']['registerHTTPInterceptor']({'interceptor':(_0x38c3f9,_0x4c5ba9)=>{const _0x2e91e9=_0xbbea,_0x5e44cd=_0x38c3f9['headers'],_0x2a15dc=_0x259220();return _0x2a15dc&&_0x5e44cd[_0x2e91e9(0x40f)](_0x2e91e9(0x126),_0x2a15dc),_0x4c5ba9(_0x38c3f9);}});}};_0x290294=_0x12c6e7([_0x2e945d(0x0,_0x457d20['Inject'](_0x4737a0['HTTPService']))],_0x290294);var _0x426264=Object[_0x357007(0x376)],_0x466e02=Object[_0x357007(0x41b)],_0x47abad=(_0x5cb77b,_0x4ab459,_0x501f10,_0x4b6836)=>{const _0x1bd6e5=_0x357007;for(var _0x3ae0cd=_0x4b6836>0x1?void 0x0:_0x4b6836?_0x466e02(_0x4ab459,_0x501f10):_0x4ab459,_0x3fd68f=_0x5cb77b[_0x1bd6e5(0x1b0)]-0x1,_0x8292b9;_0x3fd68f>=0x0;_0x3fd68f--)(_0x8292b9=_0x5cb77b[_0x3fd68f])&&(_0x3ae0cd=(_0x4b6836?_0x8292b9(_0x4ab459,_0x501f10,_0x3ae0cd):_0x8292b9(_0x3ae0cd))||_0x3ae0cd);return _0x4b6836&&_0x3ae0cd&&_0x426264(_0x4ab459,_0x501f10,_0x3ae0cd),_0x3ae0cd;},_0x4d158e=(_0x4b80be,_0x44d0b0)=>(_0x7f6911,_0x34213d)=>_0x44d0b0(_0x7f6911,_0x34213d,_0x4b80be);const _0x7f4224=[_0x357007(0x198),_0x357007(0x2b8),_0x357007(0xfb),_0x357007(0x4e4),_0x357007(0x414)],_0x4c46d7=0x5*0x400*0x400,_0x3d3edd=_0x357007(0x116),_0x1c6745=_0x357007(0x27d),_0x4fd922=_0x357007(0x1f3),_0x33058f='/universer-api/file/{fileID}/sign-url';_0x325eac[_0x357007(0x314)]=class{constructor(_0x1e3031,_0x2b93d1,_0x19cfe0){const _0x15ad46=_0x357007;_0x184856(this,_0x15ad46(0x586),0x0),_0x184856(this,_0x15ad46(0x36f),new _0x44a02e['Subject']()),_0x184856(this,'change$',this[_0x15ad46(0x36f)]),_0x184856(this,_0x15ad46(0xf5),new Map()),(this[_0x15ad46(0x537)]=_0x1e3031,this[_0x15ad46(0x331)]=_0x2b93d1,this[_0x15ad46(0x140)]=_0x19cfe0);}['setWaitCount'](_0x22d974){const _0x5d14ae=_0x357007;this[_0x5d14ae(0x586)]=_0x22d974,this[_0x5d14ae(0x36f)][_0x5d14ae(0x4d3)](_0x22d974);}[_0x357007(0x4a2)](_0x2f3898,_0x1acbe6){const _0x2c4b66=_0x357007;if(_0x1acbe6===_0x39cda2['ImageSourceType'][_0x2c4b66(0x1c6)]){const _0x221ff5=new Image();return _0x221ff5[_0x2c4b66(0x2b6)]=_0x2f3898,_0x221ff5;}return this[_0x2c4b66(0xf5)][_0x2c4b66(0x1b5)](_0x2f3898);}[_0x357007(0x453)](_0x90a958,_0x221763,_0x33b35d){const _0x5d3e2c=_0x357007;_0x221763===_0x39cda2[_0x5d3e2c(0x450)][_0x5d3e2c(0x1c6)]||_0x33b35d==null||this[_0x5d3e2c(0xf5)][_0x5d3e2c(0x40f)](_0x90a958,_0x33b35d);}async[_0x357007(0x327)](_0x3b0f62){const _0x199628=_0x357007;try{const _0x539a17=this['_replaceFileID'](this[_0x199628(0x476)](),''+_0x3b0f62),_0x12a96e=(await this[_0x199628(0x537)][_0x199628(0x1b5)](_0x539a17))['body'];if(_0x12a96e['error']&&_0x12a96e[_0x199628(0x519)][_0x199628(0x352)]===_0x17b26e['OK']){const _0x40e3c2=new URL(_0x12a96e['url'],this[_0x199628(0x264)]())[_0x199628(0x14b)]();return Promise['resolve'](_0x40e3c2);}return Promise['reject'](_0x12a96e[_0x199628(0x519)]);}catch(_0x58ba5c){return Promise['reject'](_0x58ba5c);}}async[_0x357007(0x141)](_0x4e9af3){const _0x5d5e0f=_0x357007;let _0x2d2b1b='';if(!_0x7f4224[_0x5d5e0f(0x234)](_0x4e9af3[_0x5d5e0f(0x486)]))return this[_0x5d5e0f(0x277)](),Promise[_0x5d5e0f(0x167)](new Error(_0x39cda2[_0x5d5e0f(0x4ed)][_0x5d5e0f(0x542)]));if(_0x4e9af3[_0x5d5e0f(0x485)]>_0x4c46d7)return this[_0x5d5e0f(0x277)](),Promise['reject'](new Error(_0x39cda2[_0x5d5e0f(0x4ed)][_0x5d5e0f(0x295)]));try{const _0x4cc05d=new FormData();_0x4cc05d['append']('file',_0x4e9af3);const _0xb7dc34=this[_0x5d5e0f(0x140)]['getFocusedUnit'](),_0x2071cc=_0xb7dc34==null?void 0x0:_0xb7dc34[_0x5d5e0f(0x4a5)]();if(!_0x2071cc)throw new Error(_0x5d5e0f(0x462));const _0x30811c=this[_0x5d5e0f(0x412)]()+'?size='+_0x4e9af3['size'][_0x5d5e0f(0x14b)]()+_0x5d5e0f(0x5b0)+_0x221fc0[_0x5d5e0f(0x2a7)]+'&assign='+encodeURIComponent(_0x2071cc),_0x5d29b5=await(await fetch(_0x30811c,{'method':_0x5d5e0f(0x3a6),'body':_0x4cc05d}))['json']();if(typeof _0x5d29b5[_0x5d5e0f(0x509)]!='string')return this[_0x5d5e0f(0x277)](),Promise[_0x5d5e0f(0x167)](new Error(_0x39cda2['ImageUploadStatusType'][_0x5d5e0f(0x168)]));_0x2d2b1b=_0x5d29b5[_0x5d5e0f(0x509)];}catch{return this[_0x5d5e0f(0x277)](),Promise[_0x5d5e0f(0x167)](new Error(_0x39cda2[_0x5d5e0f(0x4ed)][_0x5d5e0f(0x168)]));}return new Promise((_0x5c1b19,_0x4a00a3)=>{const _0x4ec832=_0x5d5e0f,_0x29b33b=new FileReader();_0x29b33b[_0x4ec832(0x190)](_0x4e9af3),_0x29b33b[_0x4ec832(0x1b2)]=_0x1dfa5a=>{const _0x4a41d1=_0x4ec832;var _0x41aa52;const _0x768a68=(_0x41aa52=_0x1dfa5a['target'])==null?void 0x0:_0x41aa52['result'];if(_0x768a68==null){this[_0x4a41d1(0x277)](),_0x4a00a3(new Error(_0x39cda2[_0x4a41d1(0x4ed)][_0x4a41d1(0x168)]));return;}const _0xf1bcbc=_0x457d20[_0x4a41d1(0x458)][_0x4a41d1(0x249)](0x6);_0x5c1b19({'imageId':_0xf1bcbc,'imageSourceType':_0x39cda2[_0x4a41d1(0x450)][_0x4a41d1(0x12c)],'source':_0x2d2b1b,'base64Cache':_0x768a68,'status':_0x39cda2[_0x4a41d1(0x4ed)]['SUCCUSS']}),this[_0x4a41d1(0x277)]();};});}['_getUploadFileURL'](){const _0x4fbe0e=_0x357007;var _0x1b8581,_0x3b8aa5;const _0x358aab=this[_0x4fbe0e(0x331)][_0x4fbe0e(0x4d5)](_0x3d3edd),_0x55ce57=this[_0x4fbe0e(0x331)][_0x4fbe0e(0x4d5)](_0x11df2a);return(_0x3b8aa5=(_0x1b8581=_0x55ce57==null?void 0x0:_0x55ce57[_0x4fbe0e(0x4a6)])!=null?_0x1b8581:_0x358aab)!=null?_0x3b8aa5:_0x1c6745;}['_getSignURL'](){const _0x10c2b3=_0x357007;var _0x39e08e,_0x180e41;const _0x5621ed=this[_0x10c2b3(0x331)]['getConfig'](_0x4fd922),_0x583b96=this[_0x10c2b3(0x331)][_0x10c2b3(0x4d5)](_0x11df2a);return(_0x180e41=(_0x39e08e=_0x583b96==null?void 0x0:_0x583b96['signUrlServerUrl'])!=null?_0x39e08e:_0x5621ed)!=null?_0x180e41:_0x33058f;}[_0x357007(0x264)](){const _0x3e3dd6=_0x357007;var _0xf5101c;const _0x3a9432=this['_configService']['getConfig'](_0x11df2a);return(_0xf5101c=_0x3a9432==null?void 0x0:_0x3a9432[_0x3e3dd6(0x4fa)])!=null?_0xf5101c:location['origin'];}[_0x357007(0x23a)](_0x55975c,_0xa1a3b3){const _0x57d0be=_0x357007;return _0x55975c[_0x57d0be(0x495)](_0x57d0be(0x4c0),_0xa1a3b3);}[_0x357007(0x277)](){const _0xb981a0=_0x357007;this[_0xb981a0(0x586)]-=0x1,this['_change$']['next'](this[_0xb981a0(0x586)]);}},_0x325eac[_0x357007(0x314)]=_0x47abad([_0x4d158e(0x0,_0x457d20[_0x357007(0x2c4)](_0x4737a0['HTTPService'])),_0x4d158e(0x1,_0x457d20[_0x357007(0x3cc)]),_0x4d158e(0x2,_0x457d20[_0x357007(0x2c4)](_0x457d20['IUniverInstanceService']))],_0x325eac[_0x357007(0x314)]);var _0x141f01=Object[_0x357007(0x376)],_0x216231=Object['getOwnPropertyDescriptor'],_0x362fbd=(_0x346186,_0x473e99,_0x217e64,_0x30634c)=>{const _0x268b31=_0x357007;for(var _0xd0a28d=_0x30634c>0x1?void 0x0:_0x30634c?_0x216231(_0x473e99,_0x217e64):_0x473e99,_0x5ef398=_0x346186[_0x268b31(0x1b0)]-0x1,_0xd13d4b;_0x5ef398>=0x0;_0x5ef398--)(_0xd13d4b=_0x346186[_0x5ef398])&&(_0xd0a28d=(_0x30634c?_0xd13d4b(_0x473e99,_0x217e64,_0xd0a28d):_0xd13d4b(_0xd0a28d))||_0xd0a28d);return _0x30634c&&_0xd0a28d&&_0x141f01(_0x473e99,_0x217e64,_0xd0a28d),_0xd0a28d;},_0x356e38=(_0x4d179c,_0x522310)=>(_0x10889e,_0x3455ff)=>_0x522310(_0x10889e,_0x3455ff,_0x4d179c);let _0x295576=class extends _0x457d20[_0x357007(0xe7)]{constructor(_0x1f0448,_0x2caee2,_0x49f48a,_0x10a723,_0x7bfbf){const _0x14fded=_0x357007;super(),this[_0x14fded(0x593)]=_0x1f0448,this[_0x14fded(0x140)]=_0x2caee2,this[_0x14fded(0x56a)]=_0x49f48a,this[_0x14fded(0x256)]=_0x10a723,this[_0x14fded(0x22c)]=_0x7bfbf,this[_0x14fded(0x300)](),this[_0x14fded(0x222)]();}[_0x357007(0x222)](){const _0x339709=_0x357007,_0x1f478e=async _0x722294=>{const _0x47a5af=_0xbbea;(await this[_0x47a5af(0x256)][_0x47a5af(0x538)](_0x722294))[_0x47a5af(0x2f9)][_0x47a5af(0x3f8)](_0x4c8197[_0x47a5af(0x356)](_0x181103=>_0x181103[_0x47a5af(0x5a6)]===_0x4d26ac[_0x47a5af(0x2c2)][_0x47a5af(0x403)]),_0x4c8197[_0x47a5af(0x138)](this[_0x47a5af(0x43e)]))['subscribe'](_0x202cfd=>{const _0x46a551=_0x47a5af,_0x2ddba2=_0x202cfd,{reason:_0x4d7419}=_0x2ddba2[_0x46a551(0x24e)];this['_injector'][_0x46a551(0x1b5)](_0x2b45ba[_0x46a551(0x3ba)])[_0x46a551(0x3a5)]({'type':_0x151ca4['MessageType']['Error'],'content':this[_0x46a551(0x22c)]['t'](_0x46a551(0x328))+'('+_0x4d7419+')'}),this[_0x46a551(0x56a)][_0x46a551(0x52b)](new _0x91efb2[(_0x46a551(0x54c))](_0x722294)['id'],!0x1),this[_0x46a551(0x256)][_0x46a551(0x34e)](_0x722294);});};_0x44a02e[_0x339709(0x31f)](this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x457d20[_0x339709(0x3f0)]['UNIVER_SHEET']),this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x457d20[_0x339709(0x3f0)][_0x339709(0x210)]))[_0x339709(0x3f8)](_0x4c8197[_0x339709(0x595)](_0x310cf0=>_0x310cf0[_0x339709(0x4a5)]()),_0x4c8197[_0x339709(0x356)](_0x263078=>!_0x457d20[_0x339709(0x41f)](_0x263078)),_0x4c8197['takeUntil'](this[_0x339709(0x43e)]))['subscribe'](_0x3e70af=>{_0x1f478e(_0x3e70af);});}[_0x357007(0x300)](){const _0x240de6=_0x357007,_0x1a2fec=async _0x5c1c42=>{const _0x48c4c3=_0xbbea;(await this[_0x48c4c3(0x256)][_0x48c4c3(0x538)](_0x5c1c42))[_0x48c4c3(0x2f9)][_0x48c4c3(0x3f8)](_0x4c8197[_0x48c4c3(0x356)](_0x143b60=>_0x143b60['eventID']===_0x4d26ac[_0x48c4c3(0x2c2)]['UPDATE_PERMISSION_OBJ']),_0x4c8197[_0x48c4c3(0x138)](this['dispose$']))[_0x48c4c3(0x479)](_0x35ee8f=>{const _0x3af027=_0x48c4c3,_0x309c83=_0x35ee8f,{objectId:_0x11d669}=_0x309c83[_0x3af027(0x24e)],_0x2e0924=this[_0x3af027(0x593)][_0x3af027(0x1b5)](_0x5ed4fc[_0x3af027(0x32c)]);_0x11d669===_0x5c1c42?_0x2e0924[_0x3af027(0x29d)](_0x5c1c42):_0x2e0924[_0x3af027(0x146)](_0x5c1c42,_0x11d669);});};_0x44a02e[_0x240de6(0x31f)](this[_0x240de6(0x140)][_0x240de6(0x433)](_0x457d20[_0x240de6(0x3f0)]['UNIVER_SHEET']),this[_0x240de6(0x140)][_0x240de6(0x433)](_0x457d20['UniverInstanceType'][_0x240de6(0x210)]))['pipe'](_0x4c8197[_0x240de6(0x595)](_0x37b46e=>_0x37b46e['getUnitId']()),_0x4c8197['filter'](_0x3369e9=>!_0x457d20['isInternalEditorID'](_0x3369e9)),_0x4c8197[_0x240de6(0x138)](this[_0x240de6(0x43e)]))[_0x240de6(0x479)](_0x42cfcf=>{_0x1a2fec(_0x42cfcf);});}};_0x295576=_0x362fbd([_0x356e38(0x0,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0x356e38(0x1,_0x457d20['IUniverInstanceService']),_0x356e38(0x2,_0x457d20[_0x357007(0x42a)]),_0x356e38(0x3,_0x457d20[_0x357007(0x2c4)](_0x325eac[_0x357007(0x30b)])),_0x356e38(0x4,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x128)]))],_0x295576);var _0x5db0b9=Object[_0x357007(0x376)],_0x10df3c=Object['getOwnPropertyDescriptor'],_0x39f9c7=(_0x31502e,_0x5d5063,_0x3dd30a,_0x9254e7)=>{for(var _0x500885=_0x9254e7>0x1?void 0x0:_0x9254e7?_0x10df3c(_0x5d5063,_0x3dd30a):_0x5d5063,_0x307f5c=_0x31502e['length']-0x1,_0xe984d7;_0x307f5c>=0x0;_0x307f5c--)(_0xe984d7=_0x31502e[_0x307f5c])&&(_0x500885=(_0x9254e7?_0xe984d7(_0x5d5063,_0x3dd30a,_0x500885):_0xe984d7(_0x500885))||_0x500885);return _0x9254e7&&_0x500885&&_0x5db0b9(_0x5d5063,_0x3dd30a,_0x500885),_0x500885;},_0x213c66=(_0x165884,_0x3f9ff8)=>(_0xf33f22,_0x279d9a)=>_0x3f9ff8(_0xf33f22,_0x279d9a,_0x165884);_0x325eac[_0x357007(0x27f)]=class{constructor(_0x45e9b2,_0x2b6076){const _0x280074=_0x357007;this['_configService']=_0x45e9b2,this[_0x280074(0x537)]=_0x2b6076;}async['getUnitOnRev'](_0x494a1f,_0x59a9ad){const _0x3e4133=_0x357007;var _0x4a2d39;const {unitID:_0x1c5451,type:_0x14ebf0,revision:_0x304542=0x0}=_0x59a9ad,_0x44cfa4=this[_0x3e4133(0x208)]()+'/'+_0x14ebf0+_0x3e4133(0x4be)+_0x1c5451+'/rev/'+_0x304542,_0x34fd1a=(await this[_0x3e4133(0x537)][_0x3e4133(0x1b5)](_0x44cfa4))[_0x3e4133(0x156)],_0x1ae904=(_0x4a2d39=_0x34fd1a[_0x3e4133(0x26d)])==null?void 0x0:_0x4a2d39[_0x3e4133(0x443)];if(_0x1ae904){const _0x38f22b=_0x1ae904==null?void 0x0:_0x1ae904['originalMeta'],_0x47c9d7=_0x4d26ac['textEncoder'][_0x3e4133(0x56d)](_0x4d26ac['b64DecodeUnicode'](_0x38f22b));_0x1ae904[_0x3e4133(0x35c)]=_0x47c9d7,Object[_0x3e4133(0x37e)](_0x1ae904[_0x3e4133(0x18d)])[_0x3e4133(0x274)](([,_0x470e53])=>{const _0x28a8fa=_0x3e4133,_0x25f25d=_0x470e53[_0x28a8fa(0x35c)],_0x214dc9=_0x4d26ac[_0x28a8fa(0x18f)]['encode'](_0x4d26ac[_0x28a8fa(0x108)](_0x25f25d));_0x470e53[_0x28a8fa(0x35c)]=_0x214dc9;});}return _0x34fd1a;}async['getSheetBlock'](_0x5980e5,_0x12ea99){const _0x22b1ba=_0x357007,{unitID:_0x545487,type:_0x1f55d1,blockID:_0x28f4a3}=_0x12ea99,_0x5a2a76=this[_0x22b1ba(0x4d2)]()+'/'+_0x1f55d1+_0x22b1ba(0x4be)+_0x545487+'/block/'+_0x28f4a3;return(await this[_0x22b1ba(0x537)][_0x22b1ba(0x1b5)](_0x5a2a76))['body'];}async['getDeserializedSheetBlock'](_0x3d71d5,_0x45eefe){const _0x3298db=_0x357007,{unitID:_0x5c2700,type:_0x1e42c7,blockID:_0x57eb00}=_0x45eefe,_0x1f3bb4=this[_0x3298db(0x4d2)]()+_0x3298db(0x15c)+_0x1e42c7+_0x3298db(0x4be)+_0x5c2700+_0x3298db(0x15c)+_0x57eb00;return(await this[_0x3298db(0x537)][_0x3298db(0x1b5)](_0x1f3bb4))['body'];}async['fetchMissingChangesets'](_0x1a573f,_0x46aa5d){const _0x57f574=_0x357007,{unitID:_0x533b4f,type:_0x14c956,from:_0x2df79d,to:_0x122d7b}=_0x46aa5d,_0x12016f=this['_getAPIPrefix']()+'/'+_0x14c956+_0x57f574(0x4be)+_0x533b4f+_0x57f574(0x2ef)+_0x2df79d+_0x57f574(0x3f2)+_0x122d7b;return(await this[_0x57f574(0x537)][_0x57f574(0x1b5)](_0x12016f))[_0x57f574(0x156)];}[_0x357007(0x208)](){const _0x17c26f=_0x357007;var _0x221f8c;return(_0x221f8c=this['_configService'][_0x17c26f(0x4d5)](_0xfc9b39))!=null?_0x221f8c:this[_0x17c26f(0x4d2)]();}[_0x357007(0x4d2)](){const _0x453c3c=_0x357007;var _0x5ea228,_0x1787e8;const _0x458fff=this[_0x453c3c(0x331)][_0x453c3c(0x4d5)](_0x89ef62),_0x5301b8=this[_0x453c3c(0x331)][_0x453c3c(0x4d5)](_0x11df2a);return(_0x1787e8=(_0x5ea228=_0x5301b8==null?void 0x0:_0x5301b8[_0x453c3c(0x4b0)])!=null?_0x5ea228:_0x458fff)!=null?_0x1787e8:_0x10c8e6;}async[_0x357007(0x1f0)](_0x4bbd2d,_0x38d3ff){const _0x440669=_0x357007,_0x368ad8=_0x440669(0x38e)+_0x38d3ff[_0x440669(0x486)]+_0x440669(0x4be)+_0x38d3ff[_0x440669(0x563)]+'/resources';return(await this[_0x440669(0x537)][_0x440669(0x1b5)](_0x368ad8,{'params':{'resourceId':JSON[_0x440669(0x219)](_0x38d3ff[_0x440669(0x220)])}}))[_0x440669(0x156)];}[_0x357007(0x3b4)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x357007(0x1d7)](){const _0x23d7e3=_0x357007;throw new Error(_0x23d7e3(0x1e0));}[_0x357007(0x357)](){const _0x384c9f=_0x357007;throw new Error(_0x384c9f(0x1e0));}[_0x357007(0x50c)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x357007(0x358)](){const _0x289058=_0x357007;throw new Error(_0x289058(0x1e0));}},_0x325eac[_0x357007(0x27f)]=_0x39f9c7([_0x213c66(0x0,_0x457d20['IConfigService']),_0x213c66(0x1,_0x457d20[_0x357007(0x2c4)](_0x4737a0['HTTPService']))],_0x325eac['SnapshotServerOverHTTPService']);var _0x5ea262=Object[_0x357007(0x376)],_0x54b702=Object[_0x357007(0x41b)],_0x3d94b1=(_0x3364c5,_0x27369b,_0x57729a,_0xf0d4ad)=>{const _0x12d11b=_0x357007;for(var _0x539844=_0xf0d4ad>0x1?void 0x0:_0xf0d4ad?_0x54b702(_0x27369b,_0x57729a):_0x27369b,_0xb63761=_0x3364c5[_0x12d11b(0x1b0)]-0x1,_0x28cb25;_0xb63761>=0x0;_0xb63761--)(_0x28cb25=_0x3364c5[_0xb63761])&&(_0x539844=(_0xf0d4ad?_0x28cb25(_0x27369b,_0x57729a,_0x539844):_0x28cb25(_0x539844))||_0x539844);return _0xf0d4ad&&_0x539844&&_0x5ea262(_0x27369b,_0x57729a,_0x539844),_0x539844;},_0x343375=(_0x3d5e16,_0x8500ac)=>(_0x3f3ff4,_0x3de7da)=>_0x8500ac(_0x3f3ff4,_0x3de7da,_0x3d5e16);let _0x2de128=class extends _0x457d20[_0x357007(0x439)]{constructor(_0x5500f0,_0x335fe0,_0x308cab,_0x4b844e,_0x2fc7e4){const _0x2fd865=_0x357007;super(_0x5500f0,_0x335fe0,_0x308cab),this['_transformService']=_0x4b844e,this[_0x2fd865(0x514)]=_0x2fc7e4;}[_0x357007(0x4f7)](_0x415d0e,_0x4cbe08){const _0x77bfe=_0x357007,_0x3e4e08=this[_0x77bfe(0x297)](_0x415d0e);if(_0x3e4e08)try{const _0x3ba276=this[_0x77bfe(0x59b)](_0x3e4e08,_0x4cbe08);this['_substituteUndoStack'](_0x415d0e,_0x3ba276);}catch(_0x4024c9){this['_logService'][_0x77bfe(0x519)](_0x77bfe(0x29b),_0x4024c9),this[_0x77bfe(0x3a1)](_0x415d0e);}const _0x17fcd0=this[_0x77bfe(0x243)](_0x415d0e);if(_0x17fcd0)try{const _0x5d5cf3=this[_0x77bfe(0x59b)](_0x17fcd0,_0x4cbe08);this[_0x77bfe(0x415)](_0x415d0e,_0x5d5cf3);}catch(_0x20ed59){this[_0x77bfe(0x514)][_0x77bfe(0x519)](_0x20ed59),this['_clearRedo'](_0x415d0e);}}[_0x357007(0x3a1)](_0x353d85){const _0x9da445=_0x357007,_0x27d350=this[_0x9da445(0x297)](_0x353d85);_0x27d350&&(_0x27d350[_0x9da445(0x1b0)]=0x0,this[_0x9da445(0x4e5)]());}[_0x357007(0x135)](_0x4c0089){const _0x1bfeec=_0x357007,_0x75aa65=this[_0x1bfeec(0x243)](_0x4c0089);_0x75aa65&&(_0x75aa65['length']=0x0,this[_0x1bfeec(0x4e5)]());}[_0x357007(0x233)](_0x17d500,_0x21653b){const _0x45eb49=_0x357007;this[_0x45eb49(0x255)][_0x45eb49(0x40f)](_0x17d500,_0x21653b),this[_0x45eb49(0x4e5)]();}[_0x357007(0x415)](_0x53fb18,_0xc806c1){const _0x5c9049=_0x357007;this[_0x5c9049(0x1c7)][_0x5c9049(0x40f)](_0x53fb18,_0xc806c1),this[_0x5c9049(0x4e5)]();}[_0x357007(0x59b)](_0x210ff6,_0xf5cdd7){const _0xfa01e9=_0x357007,_0x126c0c=[];let _0x2b133e=_0xf5cdd7,_0xc0ba14=_0xf5cdd7;for(let _0x2d62d9=_0x210ff6['length']-0x1;_0x2d62d9>=0x0;_0x2d62d9--){const {unitID:_0x4173ea,undoMutations:_0x9f4a14,redoMutations:_0x24921d}=_0x210ff6[_0x2d62d9],_0x59b824=this[_0xfa01e9(0x2af)][_0xfa01e9(0x424)](_0x2b133e,_0x9f4a14),_0x105ff5=this[_0xfa01e9(0x2af)][_0xfa01e9(0x424)](_0xc0ba14,_0x24921d);if(_0x4d26ac[_0xfa01e9(0x581)](_0x59b824)||_0x4d26ac[_0xfa01e9(0x581)](_0x105ff5)){this[_0xfa01e9(0x514)][_0xfa01e9(0x519)](_0xfa01e9(0x29b),'transformStack\x20failed!',_0x59b824,_0x105ff5);break;}_0x2b133e=_0x59b824[_0xfa01e9(0x2f5)],_0xc0ba14=_0x105ff5[_0xfa01e9(0x2f5)],_0x126c0c['push']({'unitID':_0x4173ea,'undoMutations':_0x59b824[_0xfa01e9(0x472)],'redoMutations':_0x105ff5[_0xfa01e9(0x472)]});}return _0x126c0c[_0xfa01e9(0x43f)]();}};_0x2de128=_0x3d94b1([_0x343375(0x0,_0x457d20[_0x357007(0x35e)]),_0x343375(0x1,_0x457d20[_0x357007(0x324)]),_0x343375(0x2,_0x457d20[_0x357007(0x540)]),_0x343375(0x3,_0x4d26ac[_0x357007(0x329)]),_0x343375(0x4,_0x457d20[_0x357007(0x54e)])],_0x2de128);class _0xdc84b4 extends _0x457d20[_0x357007(0xe7)]{constructor(){const _0x591e51=_0x357007;super(),_0x184856(this,_0x591e51(0x457)),this[_0x591e51(0x457)]=_0x44a02e[_0x591e51(0x441)](window,_0x591e51(0x2df))[_0x591e51(0x3f8)](_0x44a02e['takeUntil'](this['dispose$']),_0x44a02e[_0x591e51(0x2b9)](0x1),_0x44a02e[_0x591e51(0x2bc)](void 0x0));}[_0x357007(0x11d)](_0x5b0635,_0x23a335,_0x469b35=!0x1){const _0x579cca=_0x357007,_0x1482ed=new URL(window[_0x579cca(0x296)]['href']);_0x1482ed[_0x579cca(0x53f)]['set'](_0x5b0635,_0x23a335),_0x469b35?window[_0x579cca(0x19b)][_0x579cca(0x43d)]('','',_0x1482ed[_0x579cca(0x14b)]()):window[_0x579cca(0x19b)][_0x579cca(0x496)]('','',_0x1482ed[_0x579cca(0x14b)]());}['removeParam'](_0x187ad1,_0x4f438=!0x1){const _0x10c775=_0x357007,_0x460ee6=new URL(window[_0x10c775(0x296)]['href']);_0x460ee6[_0x10c775(0x53f)]['delete'](_0x187ad1),_0x4f438?window['history'][_0x10c775(0x43d)]('','',_0x460ee6[_0x10c775(0x14b)]()):window[_0x10c775(0x19b)][_0x10c775(0x496)]('','',_0x460ee6['toString']());}['getParam'](_0x41aa6d){const _0x23a43d=_0x357007;var _0x549d9d;return(_0x549d9d=new URL(window[_0x23a43d(0x296)]['href'])[_0x23a43d(0x53f)][_0x23a43d(0x1b5)](_0x41aa6d))!=null?_0x549d9d:void 0x0;}}var _0x2e82cd=Object[_0x357007(0x376)],_0x3a693e=Object[_0x357007(0x41b)],_0x9bcb74=(_0x2090ab,_0x38a4a1,_0x4a134b)=>_0x38a4a1 in _0x2090ab?_0x2e82cd(_0x2090ab,_0x38a4a1,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x4a134b}):_0x2090ab[_0x38a4a1]=_0x4a134b,_0x3de065=(_0x5972cc,_0x42d4d0,_0x138675,_0x4cc933)=>{const _0x38507c=_0x357007;for(var _0x4f72f5=_0x4cc933>0x1?void 0x0:_0x4cc933?_0x3a693e(_0x42d4d0,_0x138675):_0x42d4d0,_0x4e2f87=_0x5972cc[_0x38507c(0x1b0)]-0x1,_0x5eeffe;_0x4e2f87>=0x0;_0x4e2f87--)(_0x5eeffe=_0x5972cc[_0x4e2f87])&&(_0x4f72f5=(_0x4cc933?_0x5eeffe(_0x42d4d0,_0x138675,_0x4f72f5):_0x5eeffe(_0x4f72f5))||_0x4f72f5);return _0x4cc933&&_0x4f72f5&&_0x2e82cd(_0x42d4d0,_0x138675,_0x4f72f5),_0x4f72f5;},_0x42fdea=(_0x176716,_0x2467fe)=>(_0x20d978,_0x47019f)=>_0x2467fe(_0x20d978,_0x47019f,_0x176716),_0xb7e94=(_0x4ea8cd,_0x18fa0e,_0x2288b4)=>_0x9bcb74(_0x4ea8cd,_0x18fa0e+'',_0x2288b4);const _0x4c0470=_0x357007(0x323);_0x325eac[_0x357007(0x5a1)]=class extends _0x457d20[_0x357007(0x271)]{constructor(_0x294fe6=_0x485e42,_0x5068e0,_0x44fc69,_0x5adf1e,_0x33d753){const _0x32abe4=_0x357007;super(),this[_0x32abe4(0x3e5)]=_0x294fe6,this['_logService']=_0x5068e0,this[_0x32abe4(0x152)]=_0x44fc69,this['_injector']=_0x5adf1e,this['_configService']=_0x33d753;const {..._0x2faa2e}=this[_0x32abe4(0x3e5)];this['_configService'][_0x32abe4(0x46f)](_0x11df2a,_0x2faa2e);}[_0x357007(0x554)](){const _0x790db3=_0x357007;this[_0x790db3(0x2ca)](),this['_initDependencies']();}[_0x357007(0x355)](){const _0x128c7a=_0x357007;_0x457d20[_0x128c7a(0x532)](this['_injector'],[[_0x5639bf]]);}[_0x357007(0x4e8)](){const _0x176ae6=_0x357007;this[_0x176ae6(0x2a4)]();}['_registerDependencies'](){const _0x4ad4b9=_0x357007;var _0x5a96aa,_0x27a774,_0x3e85c2,_0x52bed0;this[_0x4ad4b9(0x593)][_0x4ad4b9(0xf8)](_0x457d20[_0x4ad4b9(0x381)])&&this[_0x4ad4b9(0x514)][_0x4ad4b9(0x519)](_0x4ad4b9(0x351),_0x4ad4b9(0x4a0));const _0x114eff=[[_0x457d20['IUndoRedoService'],{'useClass':_0x2de128}],[_0x325eac[_0x4ad4b9(0x30b)]],[_0x1cc170],[_0x24da1d,{'useClass':_0xdc84b4}],[_0x325eac[_0x4ad4b9(0x2fa)]],[_0x325eac[_0x4ad4b9(0x4f9)]],[_0x4737a0[_0x4ad4b9(0x114)]],[_0x201d4e],[_0x3ef40a],[_0xa432dd],[_0xa6eb37],[_0x559ff9],[_0x1ae59a],[_0x290294],[_0x2f817a],[_0x295576],[_0x3b47f0,{'useClass':(_0x27a774=(_0x5a96aa=this[_0x4ad4b9(0x3e5)])==null?void 0x0:_0x5a96aa[_0x4ad4b9(0x223)])!=null?_0x27a774:_0x325eac[_0x4ad4b9(0x247)]}],[_0x4d26ac['ISnapshotServerService'],{'useClass':_0x325eac[_0x4ad4b9(0x27f)]}],[_0x457d20[_0x4ad4b9(0x34b)],{'useClass':_0x325eac[_0x4ad4b9(0x487)]}],[_0x39cda2[_0x4ad4b9(0x4c4)],{'useClass':_0x325eac[_0x4ad4b9(0x314)]}],[_0x325eac[_0x4ad4b9(0x339)]],[_0x325eac['DataLoaderController']],[_0x325eac[_0x4ad4b9(0x196)]],[_0x5639bf],[_0x5f50ea]];(_0x3e85c2=this['_config'])!=null&&_0x3e85c2[_0x4ad4b9(0x558)]&&_0x114eff['push']([_0x1731f5,{'useClass':_0x21ae63}]),_0x457d20['registerDependencies'](this['_injector'],_0x457d20[_0x4ad4b9(0x4c8)](_0x114eff,(_0x52bed0=this[_0x4ad4b9(0x3e5)])==null?void 0x0:_0x52bed0['override']));}[_0x357007(0x2a4)](){const _0x2e11d8=_0x357007;this[_0x2e11d8(0x189)](this[_0x2e11d8(0x152)][_0x2e11d8(0x35f)](_0x457d20['UniverInstanceType'][_0x2e11d8(0x210)],[_0x35372d])),this[_0x2e11d8(0x189)](this[_0x2e11d8(0x152)][_0x2e11d8(0x35f)](_0x457d20['UniverInstanceType'][_0x2e11d8(0x3b5)],[_0xfa75cc]));}[_0x357007(0x181)](){const _0x49fbb3=_0x357007;var _0x1ff2d8,_0x4c6937;this[_0x49fbb3(0x593)][_0x49fbb3(0x1b5)](_0x4737a0[_0x49fbb3(0xe3)])[_0x49fbb3(0x12b)]({'priority':0x14,'interceptor':_0x4737a0['ThresholdInterceptorFactory']({'maxParallel':0x6})}),(_0x1ff2d8=this[_0x49fbb3(0x3e5)])!=null&&_0x1ff2d8[_0x49fbb3(0x4bf)]||this[_0x49fbb3(0x593)]['get'](_0x325eac['LocalCacheService'])[_0x49fbb3(0x1e6)](),(_0x4c6937=this[_0x49fbb3(0x3e5)])!=null&&_0x4c6937[_0x49fbb3(0xe6)]&&_0x457d20[_0x49fbb3(0x532)](this[_0x49fbb3(0x593)],[[_0x1ae59a]]),_0x457d20[_0x49fbb3(0x532)](this[_0x49fbb3(0x593)],[[_0x290294],[_0x5f50ea],[_0x325eac['DataLoaderController']],[_0x325eac[_0x49fbb3(0x339)]],[_0x325eac[_0x49fbb3(0x196)]],[_0x295576]]);}},_0xb7e94(_0x325eac[_0x357007(0x5a1)],'pluginName',_0x4c0470),_0x325eac['UniverCollaborationClientPlugin']=_0x3de065([_0x457d20['DependentOn'](_0x4d26ac['UniverCollaborationPlugin'],_0x4737a0['UniverNetworkPlugin']),_0x42fdea(0x1,_0x457d20[_0x357007(0x54e)]),_0x42fdea(0x2,_0x5c58b0[_0x357007(0x313)]),_0x42fdea(0x3,_0x457d20[_0x357007(0x2c4)](_0x457d20[_0x357007(0x467)])),_0x42fdea(0x4,_0x457d20['IConfigService'])],_0x325eac[_0x357007(0x5a1)]),_0x325eac[_0x357007(0x391)]=_0x14f602,_0x325eac[_0x357007(0x20c)]=_0x1d9233,_0x325eac[_0x357007(0x498)]=_0x446764,_0x325eac[_0x357007(0x451)]=_0x44c5ad,_0x325eac['CollaborationStatusDisplay']=_0x576c3c,_0x325eac[_0x357007(0x4e3)]=_0x2f817a,_0x325eac[_0x357007(0x337)]=_0x21f50d,_0x325eac[_0x357007(0x4ef)]=_0x4f64ac,_0x325eac['ICollaborationSocketService']=_0x3b47f0,_0x325eac['IURLService']=_0x24da1d,_0x325eac[_0x357007(0x207)]=_0x348843,_0x325eac[_0x357007(0x343)]=_0x53356b,_0x325eac['RETRY_CONNECTING_MAX_COUNT_KEY']=_0x577f9c,_0x325eac[_0x357007(0x580)]=_0x441ba3,_0x325eac[_0x357007(0x1f5)]=_0x89ef62,_0x325eac[_0x357007(0x38d)]=_0xfc9b39,_0x325eac['SessionStatus']=_0x4b3a9d,_0x325eac[_0x357007(0x375)]=_0x48e55f,_0x325eac[_0x357007(0x3aa)]=_0xdc84b4,_0x325eac[_0x357007(0x4cd)]=_0x4f68f8,_0x325eac[_0x357007(0x3d3)]=_0xfbb49e,Object[_0x357007(0x376)](_0x325eac,Symbol[_0x357007(0x197)],{'value':_0x357007(0x2f6)});}));
|
1
|
+
function _0x3b65(){const _0x1c31ee=['_clearScheduledTask','onMouseMove','_unitID','getImageSourceCache','decryptBlock','offline','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','ivSize','json','_updateLocalCache','_onCursorDelete','create','HEARTBEAT_TIMEOUT_KEY','_iv','_handler','DocStateChangeManagerService','SHA1','refreshPermission','_schedule','awaitingChangeset','Injector','_compressMutationService','m2Prime','_toggleOnline','algo','getCollabEntity','univer-online-status-title','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','currentSkeleton$','buffer','RxDisposable','transformChangesets','getUniverSheetInstance','touchDependencies','getSheetBlock','Warning','assignAColorForMemberID','_initCloseConn','className','awaiting_with_pending','_shouldReportTelemetry','toRgbString','_checkMissing','COLLAB_WEB_SOCKET_URL','Error','InsertColCommandId','status$','saveChangeset','downloadEndpointUrl','blockSize','_transformHistoryAndStateStack','onReady','ceil','IAuthzIoService','getCurrentUnitForType','CipherParams','_onMessage','RECV','_socket$','localeService','_undoStacks','_socketService','getParam','parse','collabCursorState$','NoPadding','[SyncedState]:\x20received\x20acknowledgement.','transformByState','COLLAB_SUBMIT_CHANGESET_URL_KEY','off-line-single_clip0_910_343','_nRounds','x-univer-host','getRandomValues','whenReady','black','permission.content','3567456dSHkkR','_hover','@univerjs/core','_initStatusComponent','DocSelectionManagerService','_getSaveTimeout','Workbook','Undefined','save\x20fail\x20reason\x20is\x20','PSEUDO_FETCH_MISSING_RESULT','switchMap','COMPLETION_FINISHED','_syncEditingCollabCursor','UniverDocs','[OfflineState]:\x20received\x20changeset.','NEW_CHANGESETS','_data','_onConflict','save','ENSURE_SNAPSHOT_EXECUTION','_docSyncEditingCollabCursorService','1em','AWAITING','collaborators','responseType','visibilitychange','awaiting','socketService','column','transformMutation','_commandService','function','session.will-retry','LocalCacheService','1838860TXWkMj','HMAC','onStarting','?url=','JOIN','enc','_roomMembers$','UniverTelemetry','_docSkeleton','executeCommand','collaboration-client.offline-data-not-saved','_memberService','_transformPreviousActiveRange','unknown','duration','finalize','on-line-single_clip0_910_349','on-line-single','ThemeService','_onRemoteChangeset','copyFileMeta','closeSession','collabWebSocketUrl','requestParams','socket\x20close','pipe','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','actions','sheets','url(#on-line-single_clip0_910_349)','shouldCloseConn','ImageIoService','DocCollaborationEntity','registerComponent','code','dispose$','_snapshotService','icon','registerRenderModule','SetTextSelectionsOperation','find','_rescheduleHeartbeat','TEXT_RANGE_LAYER_INDEX','CHANGESET_REJ','SheetPermissionInitController','_members','updateCursorEvent','univer-pro.collaboration-client.single-active-unit-service','children','RemoveRowCommandId','now','connection\x20error','_sendHeartbeatTimer','updateMember','disableLocalCache','_scene','handleDeleteRangeMoveLeft','transformSelections','_getAPIPrefix','MessageType','_hash','[PendingState]:\x20received\x20rejection.','[OfflineState]:\x20received\x20acknowledgement.','AuthzIoHttpService','permission.title','fill','HEADER_MENU','getSheetId','div','_sheetTransformSelectionsService','DesktopCollaborationStatusDisplayController','NOT_COLLAB','onlineStatusIcon','_remoteChangesetQueue','editingUnit','collaboratorID','randomBytes','isActive','SetDocZoomRatioOperation','_applyRemoteChangeset','setConfig','bottom','none','@univerjs/engine-formula','/unit/','changesets','onRemoteAck','setTimeout','Unknown\x20user','cursorInfo$','requireSession','/universer-api/authz','_tryReconnect','EXCHANGE_SIGN_URL_SERVER_URL_KEY','update','makeDirty','width','withCredentials','_commentService','/-/object/-/batch_allowed','urlChange$','charCodeAt','fromCharCode','execute','_initUnitPermissionChange','_socketReady','asObservable','@univerjs/docs','_type','_registerRenderDependencies','getUndoRedoMutationParamsCache','collaboration_new_changeset','toggleOnline','merge','_shapes','csAckEvent','target','\x20to\x20','_clearTimeoutTimer','setStateCache','OnLineSingle','encryptBlock','url(#off-line-single_clip0_910_343)','APPLY_NON_SEQUENTIAL_REVISION','DataLoaderController','Cipher','_onCombEvent','cursorInfo','href','/rev/','_configService','delay','flatMap','getOwnPropertyDescriptor','UniverSheetsUi','resolve','APPLY_DUPLICATED','[CollaborationState]:\x20apply\x20error!','ITransformService','rng','roles','LICENSE_DISTRO_REJECTED','CBC','getSheetBySheetId','from','MSG_FOR_ERROR','takeUntil','IImageIoService','unitId\x20is\x20not\x20found','_clearHeartbeatTimer','fromCollab','univer-online-status','JOINING','fetch_missing','measureText','INGEST','getCoordByCell','synced','11302401DbSTRm','pad','_onRefRangeChange','UNIVER_PROJECT','image/jpg','handleInsertRow','_online','moveTo','deepClone','_permissionService','HELLO','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','objectID','_disabled','lib','_invKeySchedule','/block/','interceptor','DeleteRangeMoveUpCommandId','reconnect','params','msCrypto','_collaborationSessionService','_event$','session','_nDataBytes','forEach','_hovered','method','encodeURIComponent','_document','onSyncEditingCollabCursor','_collaborationPaused','_getDownloadEndpointURL','default','onMissingChangesets','resize','indexOf','/new_changes','MD5','visibilityState','equals','ImageSourceType','setAlpha','&source=','SerializableCipher','data','_onRecvEvent','clearTimeout','APPLY_REJECT','extend','Base','_scheduleTimestamp','number','byteLength','debug','FETCH_MISS','sheetID','handleInsertRangeMoveDown','getInterceptPoints','SheetCollaborationEntity','isPermissionRej','commentUpdate$','addObjects','Malformed\x20UTF-8\x20data','COLORS','roomInfos','editing\x20status\x20changed\x20to','updatePermissionObjEvent','_collabCursorController','_transformService','AUTHZ_URL_KEY','originalMeta','_handleLeaveEvent','_collaborationController','transformRemoteChangeset','COLLAB_WEB_SOCKET_URL_KEY','updateOfflineData','startTime','_assignedColors','_selfUnitIDs','CHANGESET_ACK','evenodd','charAt','workbook','[CollaborationEntity]','getUnitId','UniverCollaboration','_updateSubUnitFromURLParams','_resendWithTimeout','createEncryptor','2832hkbwZj','Utf8','c1Prime','doc.mutation.rich-text-editing','clearInterval','/universer-api/stream/file/upload','abs','combineLatest','telemetry\x20info\x20is\x20not\x20initialized','apply','VIEWPORT_KEY','conflict','onTransformRemoteChangesetByStateCache','getCollabEntity$','updateCollaborator','unload','InsertRowCommandId','byteOffset','CollaborationStatusDisplay','text','_initCommandExecutedListener','runRefRangeMutations','has','ERROR_EXCEED_SIZE','state','getCollabCursors$','height','_parse','_scheduleHeartbeat','slice','getCurrentRevOfUnit','_colorIndex','_removeClearOtherTimer','getMember','_cursor','deserializeToCombResponse','_waitForHeartbeatResponse','cfg','_listenToOfflineEvent','error','INotificationService','memberID','m1Prime','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','_initDependencies','_roomMembers','IConfigService','_getSendChangesetTimeout','tag','replaceState','throttleTime','setShapeProps','DOC_RANGE_TYPE','_clearLocalCache','iterations','compute','_hideTimer','b64DecodeUnicode','joinEvent','CollaborationController','CONNECTOR_DATA_TOO_LARGE','IRenderManagerService','reqId','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','isEditing','IUniverInstanceService','SetSelectionsOperation','_localeService','confirm','docStateChange$','ThresholdInterceptorFactory','getMemberID','SheetsSelectionsService','Decryptor','_cursors','_unitStatus','Base64','SessionStatus','floor','liveShareNewHost','LOGIN_URL_KEY','connectInjector','[CollaborationSession]','fromEvent','mapTo','sid','map','UNIVER_SHEET','collabStatus.syncing','LOCAL_CACHE_INTERVAL_KEY','collaboration-client.config','AES','propertyIsEnumerable','isTransformChangesetsSuccess','_onJoinRoomEvent','SheetSkeletonManagerService','concat','@univerjs/docs-ui','SetWorksheetActivateCommand','_append','COLLAB_SUBMIT_CHANGESET_URL','enableAuthServer','getItem','BASE64','range','activeSheet$','list','/universer-api/comb','_colorAssignService','set','getConfig','pauseCollaboration','_stopTelemetryCollaborationNewChangeset','_cipher','_initEventListeners','error$','includes','\x0aCurrent:\x20','_createInitialStateImpl','onlineStatusTitle','USERS_LEAVE','socket$','isTransformMutationsWithChangesetSuccess','listCollaborators','getLatestCsReqIdBySid','UniverCollaborationClientPlugin','_onFetchMissResult','RefRangeService','_config','Subject','authzUrl','createSocket','exports','_handleEvent','rgba(255,\x20255,\x20255,\x200.01)','clear','Univer','subscribe','_undoRedoService','_getScale','redoState','send','Tools','_sessions','_getMergeRange','_hasher','_sheetSkeletonManagerService','getCurrentUser','SUBMIT_CHANGESET','sessionStatus$','YUUMI_RATE_OVER_LIMIT','joinRsp','HttpImport','[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.','CollaborationSession','_init','put','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','_initRequestHeader','BlockCipherMode','_getAnchorBounding','kdf','UnitSnapshot','_transformSelections','0\x200\x2016\x2016','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','collaboration-session-retry','react/jsx-runtime','reject','bind','getUnitOnRev','size','handleMoveRange','handleIRemoveCol','YUUMI_SUBSCRIPTION_NOT_FOUND','/allowed','roomMembers','PasswordBasedCipher','red300','sigBytes','IPermissionService','updatePermissionPoint','debounceTime','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','closePath','popstate','searchParams','_createHelper','random','useRef','_getRedoStack','_keySchedule','gold400','_submitChangeset','_onOffline','loadDoc','_themeService','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','min','addEventListener','/universer-api/oidc/authpage','LocaleService','MUTATION','transformUndoRedo','clipPath','UniverDesign','pushState','BehaviorSubject','transformStack\x20failed!','readInt32LE','getUnitStatus$','NodePositionConvertToRectRange','permissionRejEvent','IMessageService','_send','defineProperty','append','textEncoder','@univerjs/drawing','...','_loadDoc','_snapshotServerService','_exhaustRemoteChangesetQueue','_messageService','getResourcesRequest','_resendTimer','addObject','isTransformMutationFailure','_getUndoStack','words','_tryEnsureSocket','_ws','M3.61971\x2011.6499C2.40304\x2011.6499\x200.699707\x2011.1024\x200.699707\x208.9124C0.699707\x206.3574\x203.25471\x205.8099\x203.98471\x205.8099C4.34971\x204.5324\x205.07971\x202.5249\x207.99971\x202.5249C10.5547\x202.5249\x2011.6497\x203.9849\x2012.0147\x205.2624C12.0147\x205.2624\x2015.2997\x205.6274\x2015.2997\x208.7299C15.2997\x2010.9199\x2013.8397\x2011.6499\x2012.3797\x2011.6499M9.82471\x209.82466L6.17471\x2013.4747M6.17471\x209.82466L9.82471\x2013.4747','WordArray','ITelemetryService','CollaborationSessionService','LIVESHARE_NEW_HOST','LIVESHARE_TERMINATE','_httpService','UniverNetworkPlugin','LIVESHARE_FETCH_OPERATIONS','open$','image/jpeg','revision','c2Prime','MemberService','HEARTBEAT_INTERVAL','objectType','leaveEvent','join','encrypt','_loadSheet','handleInsertRangeMoveRight','_textBubble','path','unit','assign','salt','_color','_onRemoteACK','jsx','_initMergeInterceptor','_userManagerService','_refreshCollabCursors','getDeserializedSheetBlock','getCurrentSelections','OFFLINE','endColumn','[FetchMissState]','repeat','TOO_MANY_REQUESTS','univer-online-status-icon','_clearOtherTimers','decrypt','call','collabStatus.fetchMiss','__esModule','conflict.title','react','_backgroundColor','catch','_clearRedo','_transformRemoteChangesetByStateCache','_beforeCloseService','auth.needGotoLoginAlert','color','4362365ABlySl','_status$','UnitEmbedded','src','_saveTaskMap','_getLoginPath','_transformStateCache','_drawAnchor','onPointerEnter$','translate(.97)','session.connection-failed','routeKey','onTransformIME','saveSheetBlock','Rectangle','getStateCache','_notificationService','_startSheetCollabCursor','0\x200\x2017\x2016','_handleHover','commentUpdateEvent','_doCryptBlock','univer-offline','HttpExport','_DEC_XFORM_MODE','_startDocCollabCursor','enableSingleActiveInstanceLock','baseRev','UniverRpc','colorChannel1','getRangePointData','undoState','_onRemoteRetry','getRenderById','replace','HEARTBEAT','_updateState','_awaitingChangeset','then','NOT_FOUND','EmptyMutation','ONLINE','disposeWithMe','transformStateCache','filter','createDecryptor','_lastPointer','every','onlineStatus','ILogService','_changesetReqId','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','mutations','unitId','_handleJoinEvent','_docSkeletonManagerService','_heartbeatTimer','RETRY_CONNECTING_MAX_COUNT','_onUserLeave','Vector2','enableOfflineEditing','createInstance','object','getUnhiddenWorksheets','session.room-full','_render','_logService','_lockTransition','resourceIDs','_initStatusListener','clamp','syncEditingCollabCursor','ERROR_IMAGE','mode','UNKNOWN_CMD','_doFinalize','amd','univer-pro.collaboration-client-socket-service','_socketMessageSubscription','[UniverCollaborationClientPlugin]','HmacSHA1','_onUserJoin','_resendTimeout','_anchorDot','univer-online','_candidateSocket','selection','HEARTBEAT_INTERVAL_KEY','24aObuhi','CommentService','off-line-single','_process','delete','_onCursorUpdate','_doProcessBlock','EffectRefRangId','symbol','FromArray','transformIMECache','_substituteUndoStack','DocIMEInputManagerService','_collabCursorState$','shareReplay','_startCollaboration','_scheduleCollaborationTimeoutTimer','csRejEvent','purple300','UniverEngineRender','useDependency','removeMember','svg','CHANGESET_REVISION_CONFILICT','objects','CollaborationSocketService','_singleActiveUnitService','prototype','_injector','@univerjs/ui','sendChangesetTimeout','_http','1833CJCihI','getSheetObject','onMissedChangesetFetched','UPDATE_PERMISSION_OBJ','_onRemoteRejected','newValue','splice','registerRefRange','registerBeforeClose','take','_sender','eventID','_entityInit$','registerHTTPInterceptor','fillStyle','/fetchmissing?from=','_initResize','key','current','_drawTextRange','_executeRemoteChangeset','formatter','8OjMqCJ','SUCCUSS','_cursorShapes','status','RemoveColCommandId','_collabSessionService','M0\x200H16V16H0z','hide','collabStatus.conflict','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','post','_setupSubUnitSync','@univerjs/network','_transformUndoredo','rxjs','_session','POST','onRemoteRetry','_handleHeartbeatEvent','createCollaborator','_commentUpdate$','SNAPSHOT_HAS_BEEN_REMOVED','endRow','all','TEXT','result','_eventUnsubscribe','$super','UNRECOGNIZED','arc','_createSocket','defIds','hasher','#FFF','YUUMI_URL_COL_OUT_OF_RANGE','IUndoRedoService','getRoom','/collaborator','_updateCollabCursors','online','getTypeOfUnitAdded$','getMergeData','_showConflictNotification','DependentOn','some','Module','blue400','onRemoteRej','appendMutation','_minBufferSize','snapshotServerUrl','stringify','forwardRef','mergeOverrideWithDependencies','/object/','_state','InsertRangeMoveDownCommandId','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','reduce','React','onSendChangeset','_removeCollabCursors','_retryCount','randomUUID','CompressMutationService','ReplaySubject','_clearCollaborationTimeoutTimer','deleteCollaborator','_onConnectionFailed','_createInitialState','handleInsertCol','_scheduleSaving','InsertRangeMoveRightCommandId','verdancy600','INVALID_ARGUMENT','RegularPolygon','getOffsetConfig','Inject','onTransformRemoteChangesetByIMECache','FAIL','IDLE','add','onPointerMove$','subUnitId','close','onRemoteChangeset','compose','#fff','toStringTag','debounce','univerjs-icon\x20univerjs-icon-','drawWith','_doReset','isInternalEditorID','USERS_ENTER','\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.','DisposableCollection','YUUMI_UNABLE_LOAD_URL','onCommentUpdate','sheetId','__creator','M4.5865\x2011.6499C3.36983\x2011.6499\x201.6665\x2011.1024\x201.6665\x208.9124C1.6665\x206.3574\x204.2215\x205.8099\x204.9515\x205.8099C5.3165\x204.5324\x206.0465\x202.5249\x208.9665\x202.5249C11.5215\x202.5249\x2012.6165\x203.9849\x2012.9815\x205.2624C12.9815\x205.2624\x2016.2665\x205.6274\x2016.2665\x208.7299C16.2665\x2010.9199\x2014.8065\x2011.6499\x2013.3465\x2011.6499M6.7767\x2011.6497L8.9667\x2013.4747L11.8867\x209.82466','getUnit','ILocalStorageService','isArray','HTTPService','[CollaborationSessionService]','transformMutationsWithChangeset','_onLocalMutation','lineTo','getWorkbookSelections','push','operators','pending','exhaustSavingTask','_ensureSubject','getUnitType','COMPRESS_MUTATION_APPLY','UniverInstanceType','onload','BlockCipher','hovered','Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','UNIVER_DOC','573398HpxbtQ','collabStatus.notCollab','currentColor','ColorKit','startRow','unitID','next','MergeInterceptorFactory','@univerjs/rpc','Tooltip','UniverNetwork','_keyPriorReset','getViewport','useCallback','1CONjLS','getTypeOfUnitDisposed$','focused$','unsubscribe','onCommandExecuted','ICollaborationSocketService','_draw','setParam','_ENC_XFORM_MODE','ERROR_IMAGE_TYPE','members','_key','_HTTPService','reset','clone','skeleton','loadSheet','parseProtocolChangeset','_createHandler','Hasher','image/gif','retryConnectingInterval','_unlockTransition','IRemoteInstanceService','message$','NO_OTHER_CLIENTS_EDITING','getActiveRange','createElement','entries','file','CHANGESET_SHOULD_RETRY','_getCtorByUniverType','textRanges','_timeoutTimer','{fileID}','_localStorageService','url','toDisposable','substr','collab-text-range-','format','length','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','IBeforeCloseService','mapDocumentTypeToUniverType','_setupBeforeClosingHandler','padding','UniverSheets','_change$','_saveCache','_createHmacHelper','SNAPSHOT_SERVER_URL_KEY','_updateURLWithCurrentState','setWaitCount','_updateLocalCursor','_toggleOffline','_scheduleClearOtherTimer','toString','unpad','_clearUndo','DocSkeletonManagerService','[DataLoaderController]','getDocRanges','_transformRemoteChangesetByIMECache','_renderManagerService','LIVESHARE_OPERATION','_updateStatus','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','_incrementRevisionNumber','event$','CollaborationEntity','_prevBlock','_joinRoom','infoRsp','_unitOnClients','_socket','FileId','UPDATE_CURSOR','Plugin','subunit','loadOfflineData','_refRangeService','_transitionLocked','_univerInstanceService','APPLY_REVISION_CONFILICT','Rect','restore','_startTelemetryCollaborationNewChangeset','startColumn','location','HEARTBEAT_TIMEOUT','CONFLICT','FETCH_MISSING','_getSheetObject','collabStatus.synced','getCellPositionByOffset','@univerjs-pro/collaboration','_context','fetchMiss','_iKey','getActiveSheet','SnapshotServerOverHTTPService','fillText','InsertSheetMutation','_docStateChangeManagerService','crypto','2582465hMRgLJ','_getSnapshotAPIPrefix','generateRandomId','_onConnectionOpen','collaboration.closeRoom','SheetCollabCursorShape','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','init','trim','EvpKDF','CollaborationEvent','csShouldRetryEvent','failed\x20to\x20apply\x20missed\x20changesets!','IURLService','Shape','attrs','_waitCount','dispose','_disableEditing','_localCacheService','selections','collabSubmitChangesetUrl','CommandType','SHOULD_CLOSE_CONN','_changesetSessionId','addImageSourceCache','findNodePositionByCharIndex','OffLineSingle','_revisionService','_id','onTransformSelections','values','top','AWAITING_WITH_PENDING','_telemetryInfo','history','_transformIMECache','_state$','_throwTelemetryCollaborationNewChangeset','triggerDblclick','onTransformChange$','_redoStacks','_mode','rev','setInterval','_getUploadFileURL','COMMENT_UPDATE','sequenceExecute','LocalUndoRedoService','createIdentifier','resend','__Key__','LICENSE_EXPORT_SIZE_EXCEEDED','hasOwnProperty','_range','startsWith','get','@univerjs/sheets','_syncEditingCollabCursorService','UNKNOWN_CODE','cmd','_labelPosition','displayName','getAncestorScale','WorkbookEditablePermission','IUIPartsService','TRANSFORM_CHANGE_OBSERVABLE_TYPE','_getAPIPrefixPath','_cursorInfo$','split','_removeRoom','collaboration.single-unit.warning','PERMISSION_REJ','_docTransformStateCacheService','PENDING','show','xlink:href','LEAVE','_oKey','[SyncedState]:\x20received\x20rejection.','_acknowledgedAwaitingChangeset','_isPermissionRej','_docTransformIMECacheService','ICommandService','_cachedData','_queuedRemoteChangesets','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','_getCurrentRevision','45NCmFhe','getColor','_registerDependencies','sin','image/png','SNAPSHOT_URL_KEY','/object','currentTheme$','_urlService','handleIRemoveRow','ranges','onPointerLeave$','OTHER_CLIENTS_EDITING','Disposable','_drawRectRange','type','body','UniverCore','_decreaseWaiting','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','UniverCollaborationPlugin','ALREADY_EXISTS','_retryConnectingTimer','_reverseMap','_collaborationTimeoutTimer','UNDEFINED','onRendered','_transformUndoRedoStack','RevisionService','SEND_CHANGESET_TIMEOUT_KEY','_listenToOnlineEvent','@univerjs/engine-render','objectActions','saveSnapshot','change$','_sendHeartbeat','\x20in\x20_schedule.','ciphertext','[CollaborationUndoRedoService]','round','getOwnPropertySymbols','setItem','_docTransformSelectionsService','isTransformMutationsWithChangesetFailure','_entities','with','unshift','state$','title','uploadFileServerUrl','toggleOffline','ImageUploadStatusType','deserializeRangeWithSheet','_fetchMissChangesets','backgroundColor','IContextService','fetchThroughInterceptors','_telemetryService','defs','use','reverse','_sendingTimer','collab-rect-range-','_transformStack','Encryptor','_imageSourceCache','roomMembers$','@univerjs/sheets-ui','complete','LIVESHARE_REQUEST_HOST','_map','mixIn','newCsEvent','fromEventSubject','getValue','sessionStatus','@univerjs/design','_pendingMutations','subscribeEvent','hidden','_anchor','RECT','_sessionStatus$','name','getVpScrollXYInfoByPosToVp','onTransformState','userID','keySize','stopTime','getFocusedUnit','APPLY_PERMISSION_DENIED','toLowerCase','LICENSE_IMPORT_SIZE_EXCEEDED','UNIVER_SLIDE','string','&to=','WebURLService','Optional','_xformMode','row'];_0x3b65=function(){return _0x1c31ee;};return _0x3b65();}function _0x5149(_0x5c7e43,_0x2d3f5a){const _0x3b65e8=_0x3b65();return _0x5149=function(_0x514952,_0x50ff09){_0x514952=_0x514952-0x17a;let _0x1d645c=_0x3b65e8[_0x514952];return _0x1d645c;},_0x5149(_0x5c7e43,_0x2d3f5a);}(function(_0x4726e3,_0x3039af){const _0x3f45ac=_0x5149,_0x103d2e=_0x4726e3();while(!![]){try{const _0x2a9228=parseInt(_0x3f45ac(0x4b3))/0x1*(parseInt(_0x3f45ac(0x4a5))/0x2)+-parseInt(_0x3f45ac(0x413))/0x3*(parseInt(_0x3f45ac(0x27d))/0x4)+-parseInt(_0x3f45ac(0x51d))/0x5+-parseInt(_0x3f45ac(0x625))/0x6+-parseInt(_0x3f45ac(0x39b))/0x7*(-parseInt(_0x3f45ac(0x429))/0x8)+parseInt(_0x3f45ac(0x575))/0x9*(-parseInt(_0x3f45ac(0x184))/0xa)+-parseInt(_0x3f45ac(0x222))/0xb*(-parseInt(_0x3f45ac(0x3f3))/0xc);if(_0x2a9228===_0x3039af)break;else _0x103d2e['push'](_0x103d2e['shift']());}catch(_0x3dbd6d){_0x103d2e['push'](_0x103d2e['shift']());}}}(_0x3b65,0x7a81d),function(_0x5b5aa3,_0x58382f){const _0x5c36f4=_0x5149;typeof exports==_0x5c36f4(0x3d9)&&typeof module<'u'?_0x58382f(exports,require(_0x5c36f4(0x627)),require('rxjs'),require('rxjs/operators'),require(_0x5c36f4(0x5c1)),require(_0x5c36f4(0x410)),require(_0x5c36f4(0x435)),require(_0x5c36f4(0x513)),require('@univerjs/telemetry'),require(_0x5c36f4(0x2de)),require('@univerjs/sheets'),require(_0x5c36f4(0x594)),require(_0x5c36f4(0x1ef)),require(_0x5c36f4(0x357)),require(_0x5c36f4(0x1d7)),require(_0x5c36f4(0x5b8)),require(_0x5c36f4(0x324)),require(_0x5c36f4(0x393)),require(_0x5c36f4(0x4ad))):typeof define=='function'&&define[_0x5c36f4(0x3e7)]?define([_0x5c36f4(0x301),_0x5c36f4(0x627),_0x5c36f4(0x437),'rxjs/operators',_0x5c36f4(0x5c1),_0x5c36f4(0x410),_0x5c36f4(0x435),_0x5c36f4(0x513),'@univerjs/telemetry',_0x5c36f4(0x2de),_0x5c36f4(0x556),'@univerjs/engine-render',_0x5c36f4(0x1ef),'@univerjs/drawing',_0x5c36f4(0x1d7),_0x5c36f4(0x5b8),_0x5c36f4(0x324),_0x5c36f4(0x393),_0x5c36f4(0x4ad)],_0x58382f):(_0x5b5aa3=typeof globalThis<'u'?globalThis:_0x5b5aa3||self,_0x58382f(_0x5b5aa3['UniverCollaborationClient']={},_0x5b5aa3[_0x5c36f4(0x586)],_0x5b5aa3[_0x5c36f4(0x437)],_0x5b5aa3[_0x5c36f4(0x437)][_0x5c36f4(0x499)],_0x5b5aa3[_0x5c36f4(0x34a)],_0x5b5aa3['UniverUi'],_0x5b5aa3[_0x5c36f4(0x4af)],_0x5b5aa3[_0x5c36f4(0x279)],_0x5b5aa3[_0x5c36f4(0x18b)],_0x5b5aa3['UniverDocsUi'],_0x5b5aa3[_0x5c36f4(0x4e2)],_0x5b5aa3[_0x5c36f4(0x406)],_0x5b5aa3[_0x5c36f4(0x632)],_0x5b5aa3['UniverDrawing'],_0x5b5aa3['UniverEngineFormula'],_0x5b5aa3[_0x5c36f4(0x20a)],_0x5b5aa3[_0x5c36f4(0x324)],_0x5b5aa3[_0x5c36f4(0x464)],_0x5b5aa3[_0x5c36f4(0x3b7)]));}(this,function(_0x395259,_0x3f82c6,_0x3b9434,_0x22428e,_0x3c3cb1,_0x4fb45d,_0x37b62d,_0x544d9b,_0x10e34d,_0x10da62,_0x4b13d3,_0x4304a5,_0x431858,_0x49906a,_0x5a3fe6,_0x5e5119,_0x38149c,_0x2ccd85,_0x4e3447){'use strict';const _0x5ec49c=_0x5149;var _0xa69c83=Object['defineProperty'],_0x14b1ae=(_0x327864,_0x9a24f9,_0x17d0fc)=>_0x9a24f9 in _0x327864?_0xa69c83(_0x327864,_0x9a24f9,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x17d0fc}):_0x327864[_0x9a24f9]=_0x17d0fc,_0x133daf=(_0x1a08a2,_0x973091,_0x571134)=>_0x14b1ae(_0x1a08a2,typeof _0x973091!=_0x5ec49c(0x3fb)?_0x973091+'':_0x973091,_0x571134);const _0x6297a2=_0x5ec49c(0x4e6),_0x2db55e='/universer-api/snapshot',_0x424258=_0x5ec49c(0x57a),_0x27a68d='SEND_CHANGESET_TIMEOUT',_0xe83e06=_0x5ec49c(0x604),_0x338ee2='ws://127.0.0.1:8000/universer-api/comb/connect',_0x14234b=_0x5ec49c(0x373),_0x2a2c54=_0x5ec49c(0x50d),_0x4c48bb=_0x5ec49c(0x3d4),_0x5755d6='LOCAL_CACHE_INTERVAL',_0x26a98e=_0x5ec49c(0x2e1),_0x1790aa=_0x5ec49c(0x2e8),_0x22172b='LOGIN_URL_KEY',_0xe1bd3e=_0x5ec49c(0x345);var _0x3b7552=(_0x271f62=>(_0x271f62[_0x271f62[_0x5ec49c(0x58e)]=0x0]=_0x5ec49c(0x58e),_0x271f62[_0x271f62['OK']=0x1]='OK',_0x271f62[_0x271f62['INTERNAL_ERROR']=0x2]='INTERNAL_ERROR',_0x271f62[_0x271f62['PERMISSION_DENIED']=0x3]='PERMISSION_DENIED',_0x271f62[_0x271f62[_0x5ec49c(0x3c2)]=0x4]=_0x5ec49c(0x3c2),_0x271f62[_0x271f62['UNAUTHENTICATED']=0x5]='UNAUTHENTICATED',_0x271f62[_0x271f62[_0x5ec49c(0x58a)]=0x6]=_0x5ec49c(0x58a),_0x271f62[_0x271f62[_0x5ec49c(0x473)]=0x7]='INVALID_ARGUMENT',_0x271f62[_0x271f62[_0x5ec49c(0x38b)]=0x8]=_0x5ec49c(0x38b),_0x271f62[_0x271f62[_0x5ec49c(0x630)]=0x9]=_0x5ec49c(0x630),_0x271f62[_0x271f62['CHANGESET_REVISION_CONFILICT']=0x1389]=_0x5ec49c(0x40a),_0x271f62[_0x271f62['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]='SNAPSHOT_INVALID_SNAPSHOT',_0x271f62[_0x271f62[_0x5ec49c(0x43e)]=0x1772]=_0x5ec49c(0x43e),_0x271f62[_0x271f62['ENSURE_SNAPSHOT_EXECUTION']=0x1773]=_0x5ec49c(0x638),_0x271f62[_0x271f62[_0x5ec49c(0x253)]=0x1b59]=_0x5ec49c(0x253),_0x271f62[_0x271f62[_0x5ec49c(0x1ff)]=0x1b5a]=_0x5ec49c(0x1ff),_0x271f62[_0x271f62[_0x5ec49c(0x507)]=0x1b5b]='APPLY_REVISION_CONFILICT',_0x271f62[_0x271f62['APPLY_PERMISSION_DENIED']=0x1b5c]=_0x5ec49c(0x5cf),_0x271f62[_0x271f62['APPLY_DUPLICATED']=0x1b5d]=_0x5ec49c(0x20c),_0x271f62[_0x271f62[_0x5ec49c(0x2b9)]=0x1f41]=_0x5ec49c(0x2b9),_0x271f62[_0x271f62['LICENSE_MAX_UNITS_EXCEEDED']=0x2329]='LICENSE_MAX_UNITS_EXCEEDED',_0x271f62[_0x271f62[_0x5ec49c(0x334)]=0x232a]='LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED',_0x271f62[_0x271f62[_0x5ec49c(0x5d1)]=0x232b]=_0x5ec49c(0x5d1),_0x271f62[_0x271f62[_0x5ec49c(0x551)]=0x232c]='LICENSE_EXPORT_SIZE_EXCEEDED',_0x271f62[_0x271f62[_0x5ec49c(0x211)]=0x232d]=_0x5ec49c(0x211),_0x271f62[_0x271f62[_0x5ec49c(0x48a)]=0x2711]='YUUMI_UNABLE_LOAD_URL',_0x271f62[_0x271f62[_0x5ec49c(0x44b)]=0x2712]=_0x5ec49c(0x44b),_0x271f62[_0x271f62['YUUMI_RATE_OVER_LIMIT']=0x2713]=_0x5ec49c(0x313),_0x271f62[_0x271f62[_0x5ec49c(0x32b)]=0x2714]=_0x5ec49c(0x32b),_0x271f62[_0x271f62[_0x5ec49c(0x445)]=-0x1]='UNRECOGNIZED',_0x271f62))(_0x3b7552||{}),_0x292f19=(_0x4bf8db=>(_0x4bf8db[_0x4bf8db['UNIVER_UNKNOWN']=0x0]='UNIVER_UNKNOWN',_0x4bf8db[_0x4bf8db['UNIVER_DOC']=0x1]='UNIVER_DOC',_0x4bf8db[_0x4bf8db[_0x5ec49c(0x2d4)]=0x2]=_0x5ec49c(0x2d4),_0x4bf8db[_0x4bf8db[_0x5ec49c(0x5d2)]=0x3]=_0x5ec49c(0x5d2),_0x4bf8db[_0x4bf8db[_0x5ec49c(0x225)]=0x4]='UNIVER_PROJECT',_0x4bf8db[_0x4bf8db[_0x5ec49c(0x445)]=-0x1]=_0x5ec49c(0x445),_0x4bf8db))(_0x292f19||{}),_0x48ead2=(_0x30af99=>(_0x30af99[_0x30af99['UNKNOWN_CMD']=0x0]=_0x5ec49c(0x3e5),_0x30af99[_0x30af99[_0x5ec49c(0x22c)]=0x1]=_0x5ec49c(0x22c),_0x30af99[_0x30af99['JOIN']=0x2]=_0x5ec49c(0x188),_0x30af99[_0x30af99[_0x5ec49c(0x56a)]=0x3]=_0x5ec49c(0x56a),_0x30af99[_0x30af99['INGEST']=0x4]=_0x5ec49c(0x21f),_0x30af99[_0x30af99[_0x5ec49c(0x3be)]=0x5]=_0x5ec49c(0x3be),_0x30af99[_0x30af99['RECV']=0x6]=_0x5ec49c(0x612),_0x30af99[_0x30af99[_0x5ec49c(0x445)]=-0x1]=_0x5ec49c(0x445),_0x30af99))(_0x48ead2||{}),_0x513850=(_0x56a912=>(_0x56a912[_0x56a912['UNKNOWN_CODE']=0x0]=_0x5ec49c(0x558),_0x56a912[_0x56a912['OK']=0x1]='OK',_0x56a912[_0x56a912[_0x5ec49c(0x478)]=0x2]=_0x5ec49c(0x478),_0x56a912[_0x56a912[_0x5ec49c(0x445)]=-0x1]=_0x5ec49c(0x445),_0x56a912))(_0x513850||{}),_0x3a736f=(_0x3d6c81=>(_0x3d6c81[_0x3d6c81[_0x5ec49c(0x62c)]=0x0]=_0x5ec49c(0x62c),_0x3d6c81[_0x3d6c81[_0x5ec49c(0x315)]=0x1]=_0x5ec49c(0x315),_0x3d6c81[_0x3d6c81['HttpExport']=0x2]=_0x5ec49c(0x3b2),_0x3d6c81[_0x3d6c81[_0x5ec49c(0x39d)]=0x3]=_0x5ec49c(0x39d),_0x3d6c81[_0x3d6c81[_0x5ec49c(0x31f)]=0x4]=_0x5ec49c(0x31f),_0x3d6c81[_0x3d6c81[_0x5ec49c(0x445)]=-0x1]=_0x5ec49c(0x445),_0x3d6c81))(_0x3a736f||{});const _0x15906c=_0x5ec49c(0x2d7),_0x5640a2={};function _0x5358aa(_0x4377c4){const _0x2b42db=_0x5ec49c;var _0x3f7b4e,_0x22875d,_0x236f00,_0x1e86f3,_0x512784;const _0x16f28d=_0x4377c4[_0x2b42db(0x250)],_0x39bcf1=JSON['parse'](_0x16f28d);switch(_0x39bcf1[_0x2b42db(0x559)]){case _0x48ead2[_0x2b42db(0x3be)]:case _0x48ead2[_0x2b42db(0x22c)]:{const _0x5ace05=_0x39bcf1[_0x2b42db(0x4fc)];return{..._0x39bcf1,'data':_0x5ace05,'cmd':_0x39bcf1['cmd']};}case _0x48ead2[_0x2b42db(0x188)]:{const _0x488564=_0x39bcf1[_0x2b42db(0x314)];return{..._0x39bcf1,'data':_0x488564,'cmd':_0x39bcf1[_0x2b42db(0x559)]};}case _0x48ead2[_0x2b42db(0x612)]:{const _0x17cfec=_0x39bcf1['collaMsg'];switch(_0x17cfec['eventID']){case _0x544d9b[_0x2b42db(0x527)][_0x2b42db(0x565)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':(_0x3f7b4e=_0x17cfec[_0x2b42db(0x351)])==null?void 0x0:_0x3f7b4e['cs']},'cmd':_0x39bcf1[_0x2b42db(0x559)]};case _0x544d9b['CollaborationEvent'][_0x2b42db(0x273)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':(_0x22875d=_0x17cfec[_0x2b42db(0x1f7)])==null?void 0x0:_0x22875d['cs']},'cmd':_0x39bcf1[_0x2b42db(0x559)]};case _0x544d9b['CollaborationEvent'][_0x2b42db(0x634)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':(_0x236f00=_0x17cfec[_0x2b42db(0x5bd)])==null?void 0x0:_0x236f00['cs']},'cmd':_0x39bcf1[_0x2b42db(0x559)]};case _0x544d9b[_0x2b42db(0x527)]['CHANGESET_REJ']:return{..._0x39bcf1,'data':{..._0x17cfec,'data':(_0x1e86f3=_0x17cfec[_0x2b42db(0x404)])==null?void 0x0:_0x1e86f3['cs']},'cmd':_0x39bcf1['cmd']};case _0x544d9b[_0x2b42db(0x527)][_0x2b42db(0x4d1)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':(_0x512784=_0x17cfec[_0x2b42db(0x528)])==null?void 0x0:_0x512784['cs']},'cmd':_0x39bcf1[_0x2b42db(0x559)]};case _0x544d9b[_0x2b42db(0x527)][_0x2b42db(0x500)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':_0x17cfec[_0x2b42db(0x1b2)]},'cmd':_0x39bcf1['cmd']};case _0x544d9b['CollaborationEvent'][_0x2b42db(0x487)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':_0x17cfec[_0x2b42db(0x2b7)]},'cmd':_0x39bcf1[_0x2b42db(0x559)]};case _0x544d9b[_0x2b42db(0x527)]['USERS_LEAVE']:return{..._0x39bcf1,'data':{..._0x17cfec,'data':_0x17cfec[_0x2b42db(0x375)]},'cmd':_0x39bcf1['cmd']};case _0x544d9b[_0x2b42db(0x527)]['LIVESHARE_NEW_HOST']:return{..._0x39bcf1,'data':{..._0x17cfec,'data':_0x17cfec[_0x2b42db(0x2cc)]},'cmd':_0x39bcf1[_0x2b42db(0x559)]};case _0x544d9b['CollaborationEvent'][_0x2b42db(0x36d)]:case _0x544d9b[_0x2b42db(0x527)][_0x2b42db(0x4f4)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':_0x17cfec['liveShareOperation']},'cmd':_0x39bcf1[_0x2b42db(0x559)]};case _0x544d9b['CollaborationEvent'][_0x2b42db(0x36a)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':_0x17cfec['liveShareNewHost']},'cmd':_0x39bcf1[_0x2b42db(0x559)]};case _0x544d9b[_0x2b42db(0x527)]['MSG_FOR_ERROR']:return{..._0x39bcf1,'data':_0x17cfec,'cmd':_0x39bcf1[_0x2b42db(0x559)]};case _0x544d9b[_0x2b42db(0x527)][_0x2b42db(0x54b)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':_0x17cfec[_0x2b42db(0x3af)]},'cmd':_0x39bcf1['cmd']};case _0x544d9b[_0x2b42db(0x527)][_0x2b42db(0x416)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':_0x17cfec[_0x2b42db(0x266)]},'cmd':_0x39bcf1[_0x2b42db(0x559)]};case _0x544d9b[_0x2b42db(0x527)][_0x2b42db(0x534)]:return{..._0x39bcf1,'data':{..._0x17cfec,'data':_0x17cfec[_0x2b42db(0x1a2)]},'cmd':_0x39bcf1[_0x2b42db(0x559)]};default:return _0x39bcf1;}}default:return _0x39bcf1;}}function _0x455ee5(_0x14cf54){const _0x36b8c3=_0x5ec49c;switch(_0x14cf54['cmd']){case _0x48ead2['HEARTBEAT']:case _0x48ead2[_0x36b8c3(0x22c)]:return JSON[_0x36b8c3(0x45c)]({'cmd':_0x14cf54[_0x36b8c3(0x559)],'routeKey':_0x14cf54['routeKey']});case _0x48ead2['INGEST']:{let _0x781a1e;switch(_0x14cf54[_0x36b8c3(0x250)][_0x36b8c3(0x41e)]){case _0x544d9b[_0x36b8c3(0x527)]['UPDATE_CURSOR']:{_0x781a1e={'eventID':_0x544d9b[_0x36b8c3(0x527)][_0x36b8c3(0x500)],'updateCursorEvent':_0x14cf54[_0x36b8c3(0x250)][_0x36b8c3(0x250)]};break;}case _0x544d9b[_0x36b8c3(0x527)][_0x36b8c3(0x2f5)]:{_0x781a1e={'eventID':_0x544d9b[_0x36b8c3(0x527)][_0x36b8c3(0x2f5)],'leaveEvent':_0x14cf54[_0x36b8c3(0x250)][_0x36b8c3(0x250)]};break;}case _0x544d9b[_0x36b8c3(0x527)][_0x36b8c3(0x487)]:{_0x781a1e={'eventID':_0x544d9b['CollaborationEvent']['USERS_ENTER'],'joinEvent':_0x14cf54[_0x36b8c3(0x250)][_0x36b8c3(0x250)]};break;}case _0x544d9b['CollaborationEvent'][_0x36b8c3(0x369)]:{_0x781a1e={'eventID':_0x544d9b[_0x36b8c3(0x527)][_0x36b8c3(0x369)],'liveShareNewHost':_0x14cf54[_0x36b8c3(0x250)][_0x36b8c3(0x250)]};break;}case _0x544d9b[_0x36b8c3(0x527)][_0x36b8c3(0x4f4)]:{_0x781a1e={'eventID':_0x544d9b[_0x36b8c3(0x527)]['LIVESHARE_OPERATION'],'liveShareOperation':_0x14cf54[_0x36b8c3(0x250)][_0x36b8c3(0x250)]};break;}case _0x544d9b[_0x36b8c3(0x527)][_0x36b8c3(0x36a)]:{_0x781a1e={'eventID':_0x544d9b['CollaborationEvent'][_0x36b8c3(0x36a)],'liveShareTerminate':_0x14cf54[_0x36b8c3(0x250)]['data']};break;}case _0x544d9b[_0x36b8c3(0x527)][_0x36b8c3(0x5ba)]:{_0x781a1e={'eventID':_0x544d9b[_0x36b8c3(0x527)][_0x36b8c3(0x5ba)],'liveShareRequestHost':_0x14cf54[_0x36b8c3(0x250)][_0x36b8c3(0x250)]};break;}case _0x544d9b[_0x36b8c3(0x527)]['LIVESHARE_FETCH_OPERATIONS']:{_0x781a1e={'eventID':_0x544d9b['CollaborationEvent']['LIVESHARE_FETCH_OPERATIONS']};break;}default:_0x781a1e={'eventID':_0x14cf54['data']['eventID']};}return JSON[_0x36b8c3(0x45c)]({'cmd':_0x14cf54[_0x36b8c3(0x559)],'routeKey':_0x14cf54[_0x36b8c3(0x3a6)],'collaMsg':_0x781a1e});}case _0x48ead2[_0x36b8c3(0x188)]:return JSON[_0x36b8c3(0x45c)]({'cmd':_0x14cf54[_0x36b8c3(0x559)],'routeKey':_0x14cf54[_0x36b8c3(0x3a6)],'joinReq':_0x14cf54[_0x36b8c3(0x250)]});case _0x48ead2[_0x36b8c3(0x56a)]:return JSON[_0x36b8c3(0x45c)]({'cmd':_0x14cf54[_0x36b8c3(0x559)],'routeKey':_0x14cf54[_0x36b8c3(0x3a6)],'leaveReq':_0x14cf54[_0x36b8c3(0x250)]});default:throw new Error(_0x36b8c3(0x573));}}var _0xf7703d=Object['defineProperty'],_0x56974b=Object['getOwnPropertyDescriptor'],_0x45c017=(_0x1d97fb,_0x4dc7e8,_0x23de8e,_0x4bb9f3)=>{const _0x2bce4b=_0x5ec49c;for(var _0x358e3a=_0x4bb9f3>0x1?void 0x0:_0x4bb9f3?_0x56974b(_0x4dc7e8,_0x23de8e):_0x4dc7e8,_0x5d4537=_0x1d97fb[_0x2bce4b(0x4dc)]-0x1,_0x42e4be;_0x5d4537>=0x0;_0x5d4537--)(_0x42e4be=_0x1d97fb[_0x5d4537])&&(_0x358e3a=(_0x4bb9f3?_0x42e4be(_0x4dc7e8,_0x23de8e,_0x358e3a):_0x42e4be(_0x358e3a))||_0x358e3a);return _0x4bb9f3&&_0x358e3a&&_0xf7703d(_0x4dc7e8,_0x23de8e,_0x358e3a),_0x358e3a;},_0x10cbc3=(_0x49b1b0,_0x36261b)=>(_0x2aef1e,_0x3b32ef)=>_0x36261b(_0x2aef1e,_0x3b32ef,_0x49b1b0);const _0x9da999=_0x3f82c6[_0x5ec49c(0x54e)](_0x5ec49c(0x3e8));function _0x3df9fc(_0x16c4f7,_0x103a79,_0x2c24e7){const _0x438320=_0x5ec49c;return _0x16c4f7+'/'+_0x103a79+_0x438320(0x1d8)+_0x2c24e7+_0x438320(0x248);}_0x395259[_0x5ec49c(0x40c)]=class extends _0x3f82c6['Disposable']{constructor(_0xf38949,_0x2c6281,_0x49ed13,_0x491db6,_0x34c138){const _0x3ac5f3=_0x5ec49c;super(),this[_0x3ac5f3(0x412)]=_0xf38949,this[_0x3ac5f3(0x364)]=_0x2c6281,this['_configService']=_0x49ed13,this[_0x3ac5f3(0x3dd)]=_0x491db6,this['_snapshotServerService']=_0x34c138;}[_0x5ec49c(0x300)](_0x35cc97){const _0x265631=_0x5ec49c,_0x24cbca=this[_0x265631(0x364)]['createSocket'](_0x35cc97);if(!_0x24cbca)throw new Error('[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!');const _0x531b5f=new _0x3f82c6[(_0x265631(0x489))](),_0x1c9de9=new _0x3b9434[(_0x265631(0x2fe))]();_0x531b5f[_0x265631(0x47a)](_0x24cbca['close$']['subscribe'](_0x29aa7e=>_0x1c9de9[_0x265631(0x4ab)](_0x29aa7e))),_0x531b5f['add'](_0x3f82c6['toDisposable'](()=>_0x1c9de9[_0x265631(0x5b9)]()));const _0x3d68b4=new _0x3b9434[(_0x265631(0x2fe))]();_0x531b5f[_0x265631(0x47a)](_0x24cbca[_0x265631(0x2f0)][_0x265631(0x306)](_0x41c1c5=>_0x3d68b4[_0x265631(0x4ab)](_0x41c1c5))),_0x531b5f[_0x265631(0x47a)](_0x3f82c6[_0x265631(0x4d8)](()=>_0x3d68b4['complete']()));const _0x191e4b=new _0x3b9434['Subject']();_0x531b5f[_0x265631(0x47a)](_0x24cbca[_0x265631(0x4cb)]['subscribe'](_0x45a76e=>{const _0x477164=_0x265631,_0xd0e10d=_0x5358aa(_0x45a76e);_0x191e4b[_0x477164(0x4ab)](_0xd0e10d);})),_0x531b5f['add'](_0x3f82c6['toDisposable'](()=>_0x191e4b['complete']()));let _0x3a3474;const _0x4df308=()=>{const _0x27bcb6=_0x265631;_0x3d68b4[_0x27bcb6(0x4ab)](new Event(_0x27bcb6(0x1b7))),_0x1c9de9[_0x27bcb6(0x4ab)](new CloseEvent(_0x27bcb6(0x1b7))),_0x3a3474[_0x27bcb6(0x47d)]();};return _0x3a3474={'memberID':'','close$':_0x1c9de9[_0x265631(0x1ee)](),'error$':_0x3d68b4[_0x265631(0x1ee)](),'open$':_0x24cbca[_0x265631(0x36e)],'message$':_0x191e4b[_0x265631(0x1ee)](),'send':_0x2e38f6=>{const _0x919a1c=_0x265631;if(_0x2e38f6[_0x919a1c(0x559)]===_0x48ead2['INGEST']){if(_0x2e38f6['data'][_0x919a1c(0x41e)]===_0x544d9b[_0x919a1c(0x527)][_0x919a1c(0x311)]){this[_0x919a1c(0x33e)](_0x3a3474,_0x2e38f6[_0x919a1c(0x250)])[_0x919a1c(0x395)](_0x315728=>{this['_logService']['error'](_0x315728),_0x4df308();});return;}if(_0x2e38f6['data'][_0x919a1c(0x41e)]===_0x544d9b['CollaborationEvent'][_0x919a1c(0x50f)]){const _0x40ea65=_0x2e38f6[_0x919a1c(0x250)];this[_0x919a1c(0x5aa)](_0x40ea65)[_0x919a1c(0x3c1)](_0x4ba74c=>{const _0x201a18=_0x919a1c;_0x191e4b[_0x201a18(0x4ab)]({'cmd':_0x48ead2[_0x201a18(0x612)],'code':_0x513850['OK'],'routeKey':_0x40ea65[_0x201a18(0x250)]['unitID'],'routeType':'','data':{'eventID':_0x544d9b[_0x201a18(0x527)]['PSEUDO_FETCH_MISSING_RESULT'],'data':{'changesets':_0x4ba74c}}});})[_0x919a1c(0x395)](_0x43ce56=>{const _0x3e2baa=_0x919a1c;this[_0x3e2baa(0x3dd)][_0x3e2baa(0x2a4)](_0x43ce56),_0x4df308();});return;}}_0x24cbca[_0x919a1c(0x30a)](_0x455ee5(_0x2e38f6));},'close':()=>{const _0x1afc73=_0x265631;_0x24cbca[_0x1afc73(0x47d)](),_0x531b5f[_0x1afc73(0x52e)]();}},_0x3a3474;}async[_0x5ec49c(0x33e)](_0x2ea4e7,_0x3298ee){const _0x585c99=_0x5ec49c;var _0x46337f,_0x5c6d19;const {unitType:_0x102b3d,unitID:_0x299ad6,changeset:_0x18380f}=_0x3298ee[_0x585c99(0x250)],_0xa8787b={'unitID':_0x299ad6,'memberID':_0x2ea4e7['memberID'],'type':_0x102b3d,'changeset':_0x544d9b['parseChangesetToProtocol'](_0x18380f)},_0x1bfa04=this[_0x585c99(0x206)][_0x585c99(0x2eb)](_0x26a98e),_0xa2fa33=this[_0x585c99(0x206)]['getConfig'](_0x15906c),_0x5e3b4=_0x3df9fc((_0x5c6d19=(_0x46337f=_0xa2fa33==null?void 0x0:_0xa2fa33[_0x585c99(0x532)])!=null?_0x46337f:_0x1bfa04)!=null?_0x5c6d19:_0x1790aa,_0x102b3d,_0x299ad6);try{await this[_0x585c99(0x412)]['post'](_0x5e3b4,{'body':_0xa8787b});}catch(_0x4cf39b){throw this[_0x585c99(0x3dd)]['error'](_0x585c99(0x2cf),'submit\x20changeset\x20error!'),_0x4cf39b;}}async['_fetchMissChangesets'](_0x59f3d0){const _0x1f6263=_0x5ec49c,{unitID:_0x47aa52,from:_0x17cd4d,to:_0x195653,unitType:_0x1d1cca}=_0x59f3d0['data'];return(await this[_0x1f6263(0x35a)]['fetchMissingChangesets']({'metadata':void 0x0},{'unitID':_0x47aa52,'type':_0x1d1cca,'from':_0x17cd4d,'to':_0x195653}))[_0x1f6263(0x1d9)];}},_0x395259[_0x5ec49c(0x40c)]=_0x45c017([_0x10cbc3(0x0,_0x3f82c6[_0x5ec49c(0x476)](_0x37b62d[_0x5ec49c(0x492)])),_0x10cbc3(0x1,_0x3f82c6[_0x5ec49c(0x476)](_0x37b62d['WebSocketService'])),_0x10cbc3(0x2,_0x3f82c6['IConfigService']),_0x10cbc3(0x3,_0x3f82c6[_0x5ec49c(0x3cc)]),_0x10cbc3(0x4,_0x544d9b['ISnapshotServerService'])],_0x395259[_0x5ec49c(0x40c)]);const _0x452c36=_0x5ec49c(0x1f3);function _0x158b21(_0x12af32){const _0x120ccc=_0x5ec49c;return JSON[_0x120ccc(0x45c)](_0x12af32)[_0x120ccc(0x4dc)];}class _0x5af7ab{constructor(){const _0x23bf4a=_0x5ec49c;_0x133daf(this,'_commentUpdate$',new _0x3b9434[(_0x23bf4a(0x2fe))]()),_0x133daf(this,_0x23bf4a(0x260),this[_0x23bf4a(0x43d)][_0x23bf4a(0x1ee)]());}['onCommentUpdate'](_0x593763){const _0x5a3820=_0x5ec49c;this[_0x5a3820(0x43d)][_0x5a3820(0x4ab)](_0x593763);}}var _0x558c80=Object[_0x5ec49c(0x354)],_0x2c0d3f=Object[_0x5ec49c(0x209)],_0x48e814=(_0x50060f,_0x232584,_0x39d010,_0x632208)=>{for(var _0x3133fe=_0x632208>0x1?void 0x0:_0x632208?_0x2c0d3f(_0x232584,_0x39d010):_0x232584,_0x389578=_0x50060f['length']-0x1,_0x428575;_0x389578>=0x0;_0x389578--)(_0x428575=_0x50060f[_0x389578])&&(_0x3133fe=(_0x632208?_0x428575(_0x232584,_0x39d010,_0x3133fe):_0x428575(_0x3133fe))||_0x3133fe);return _0x632208&&_0x3133fe&&_0x558c80(_0x232584,_0x39d010,_0x3133fe),_0x3133fe;},_0x3b9bb1=(_0x1deecb,_0x1c8ebc)=>(_0x2beee2,_0x4c7559)=>_0x1c8ebc(_0x2beee2,_0x4c7559,_0x1deecb);_0x395259[_0x5ec49c(0x372)]=class extends _0x3f82c6[_0x5ec49c(0x582)]{constructor(_0x32b285,_0x40ed6f){const _0x58236b=_0x5ec49c;super(),_0x133daf(this,_0x58236b(0x2aa),new Map()),(this[_0x58236b(0x506)]=_0x32b285,this['_userManagerService']=_0x40ed6f,this[_0x58236b(0x3c5)](_0x3f82c6[_0x58236b(0x4d8)](_0x3b9434[_0x58236b(0x1f5)](this[_0x58236b(0x506)][_0x58236b(0x4b4)](_0x3f82c6[_0x58236b(0x49f)][_0x58236b(0x2d4)])[_0x58236b(0x19d)](_0x22428e[_0x58236b(0x2d3)](_0x35904f=>_0x35904f[_0x58236b(0x278)]())),this[_0x58236b(0x506)][_0x58236b(0x4b4)](_0x3f82c6[_0x58236b(0x49f)]['UNIVER_DOC'])[_0x58236b(0x19d)](_0x22428e[_0x58236b(0x2d3)](_0x3beacb=>_0x3beacb[_0x58236b(0x278)]())),this['_univerInstanceService'][_0x58236b(0x4b4)](_0x3f82c6[_0x58236b(0x49f)][_0x58236b(0x5d2)])[_0x58236b(0x19d)](_0x22428e[_0x58236b(0x2d3)](_0x4d1994=>_0x4d1994['getUnitId']())))[_0x58236b(0x306)](_0x3d587a=>this['_removeRoom'](_0x3d587a)))));}['setCurrentUser'](_0x31d4af){const _0x21040c=_0x5ec49c;this[_0x21040c(0x383)]['setCurrentUser'](_0x31d4af);}[_0x5ec49c(0x310)](){const _0x36da4b=_0x5ec49c;return this[_0x36da4b(0x383)]['getCurrentUser']();}['updateMember'](_0x521bb6,_0xf79470){const _0x3fc0db=_0x5ec49c;let _0x4efeb9=this['_roomMembers'][_0x3fc0db(0x555)](_0x521bb6);_0x4efeb9||(_0x4efeb9=new _0x212ca0(),this[_0x3fc0db(0x2aa)][_0x3fc0db(0x2ea)](_0x521bb6,_0x4efeb9)),_0x4efeb9[_0x3fc0db(0x1b9)](_0xf79470);}[_0x5ec49c(0x408)](_0x2e6cb1,_0x26b2ec){const _0x5992ec=_0x5ec49c,_0x508f3a=this[_0x5992ec(0x2aa)][_0x5992ec(0x555)](_0x2e6cb1);_0x508f3a&&_0x508f3a[_0x5992ec(0x408)](_0x26b2ec);}[_0x5ec49c(0x44d)](_0x55c54c){const _0x2678d2=_0x5ec49c;return this[_0x2678d2(0x2aa)][_0x2678d2(0x555)](_0x55c54c);}['getMember'](_0x140c7a,_0x3488cc){const _0x12f5ee=_0x5ec49c,_0x7dc040=this['_roomMembers'][_0x12f5ee(0x555)](_0x140c7a);if(_0x7dc040)return _0x7dc040['getMember'](_0x3488cc);}[_0x5ec49c(0x563)](_0x24ab49){const _0xa7ed5b=_0x5ec49c,_0x334eb1=this['_roomMembers'][_0xa7ed5b(0x555)](_0x24ab49);_0x334eb1&&(_0x334eb1['dispose'](),this[_0xa7ed5b(0x2aa)][_0xa7ed5b(0x3f7)](_0x24ab49));}['dispose'](){const _0x1f7690=_0x5ec49c;this[_0x1f7690(0x2aa)][_0x1f7690(0x23c)](_0xbb63de=>_0xbb63de[_0x1f7690(0x52e)]()),this['_roomMembers'][_0x1f7690(0x304)]();}},_0x395259[_0x5ec49c(0x372)]=_0x48e814([_0x3b9bb1(0x0,_0x3f82c6[_0x5ec49c(0x2be)]),_0x3b9bb1(0x1,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['UserManagerService']))],_0x395259[_0x5ec49c(0x372)]);class _0x212ca0 extends _0x3f82c6[_0x5ec49c(0x582)]{constructor(){const _0x3d9cf9=_0x5ec49c;super(...arguments),_0x133daf(this,_0x3d9cf9(0x1b1),new Map());}[_0x5ec49c(0x52e)](){const _0x80ec85=_0x5ec49c;this[_0x80ec85(0x1b1)][_0x80ec85(0x304)]();}['updateMember'](_0x4cd972){const _0x3ca57b=_0x5ec49c;this[_0x3ca57b(0x1b1)][_0x3ca57b(0x2ea)](_0x4cd972[_0x3ca57b(0x2a6)],_0x4cd972);}[_0x5ec49c(0x408)](_0x489a8a){const _0x2ba959=_0x5ec49c;this[_0x2ba959(0x1b1)][_0x2ba959(0x3f7)](_0x489a8a);}[_0x5ec49c(0x29e)](_0x5df06a){const _0x29c770=_0x5ec49c;return this[_0x29c770(0x1b1)][_0x29c770(0x555)](_0x5df06a);}['getAllMembers'](){const _0xf4722c=_0x5ec49c;return Array[_0xf4722c(0x214)](this[_0xf4722c(0x1b1)][_0xf4722c(0x53c)]());}}var _0x1cedd3=Object[_0x5ec49c(0x354)],_0x173c15=Object['getOwnPropertyDescriptor'],_0x3730f7=(_0x3d3cb1,_0x2c3d2c,_0x5cc48a,_0x4c9127)=>{const _0x55d927=_0x5ec49c;for(var _0x58b0f6=_0x4c9127>0x1?void 0x0:_0x4c9127?_0x173c15(_0x2c3d2c,_0x5cc48a):_0x2c3d2c,_0x24ded0=_0x3d3cb1[_0x55d927(0x4dc)]-0x1,_0x22a340;_0x24ded0>=0x0;_0x24ded0--)(_0x22a340=_0x3d3cb1[_0x24ded0])&&(_0x58b0f6=(_0x4c9127?_0x22a340(_0x2c3d2c,_0x5cc48a,_0x58b0f6):_0x22a340(_0x58b0f6))||_0x58b0f6);return _0x4c9127&&_0x58b0f6&&_0x1cedd3(_0x2c3d2c,_0x5cc48a,_0x58b0f6),_0x58b0f6;},_0x4c4142=(_0x1c7bb0,_0x578b58)=>(_0x1dd2d6,_0x344de9)=>_0x578b58(_0x1dd2d6,_0x344de9,_0x1c7bb0),_0x45d7ca=(_0x235dbc=>(_0x235dbc[_0x235dbc['IDLE']=0x0]=_0x5ec49c(0x479),_0x235dbc[_0x235dbc[_0x5ec49c(0x21c)]=0x1]='JOINING',_0x235dbc[_0x235dbc[_0x5ec49c(0x387)]=0x2]=_0x5ec49c(0x387),_0x235dbc[_0x235dbc[_0x5ec49c(0x3c4)]=0x3]='ONLINE',_0x235dbc))(_0x45d7ca||{});_0x395259[_0x5ec49c(0x317)]=class extends _0x3f82c6[_0x5ec49c(0x5f7)]{constructor(_0x52a6fb,_0x42b212,_0x336356,_0x38c1ab,_0x4d9d08,_0x1d093e,_0x48c9d0,_0x4e3506,_0x53a376,_0x4f3bb7){const _0x51b381=_0x5ec49c;super(),_0x133daf(this,_0x51b381(0x5c7),new _0x3b9434[(_0x51b381(0x34c))](0x0)),_0x133daf(this,_0x51b381(0x312),this[_0x51b381(0x5c7)][_0x51b381(0x1ee)]()),_0x133daf(this,_0x51b381(0x239),new _0x3b9434[(_0x51b381(0x2fe))]()),_0x133daf(this,_0x51b381(0x4f8),this['_event$'][_0x51b381(0x1ee)]()),_0x133daf(this,_0x51b381(0x4fe)),_0x133daf(this,'_socketMessageSubscription'),_0x133daf(this,'_collaborationTimeoutTimer'),_0x133daf(this,_0x51b381(0x601),!0x1),_0x133daf(this,_0x51b381(0x53f),null),(this[_0x51b381(0x5db)]=_0x52a6fb,this[_0x51b381(0x3dd)]=_0x336356,this[_0x51b381(0x398)]=_0x38c1ab,this[_0x51b381(0x35c)]=_0x4d9d08,this[_0x51b381(0x206)]=_0x1d093e,this['_localeService']=_0x48c9d0,this[_0x51b381(0x18f)]=_0x4e3506,this[_0x51b381(0x1e6)]=_0x53a376,this['_telemetryService']=_0x4f3bb7,this['_shouldReportTelemetry']=!!this['_telemetryService'],_0x42b212[_0x51b381(0x19d)](_0x3b9434[_0x51b381(0x216)](this[_0x51b381(0x1a7)]))['subscribe'](_0x24a571=>{const _0x11328a=_0x51b381;var _0x557759;typeof _0x24a571>'u'||(this['_socket']=_0x24a571,_0x24a571?(this[_0x11328a(0x4fb)](_0x24a571),this[_0x11328a(0x3e9)]=_0x24a571['message$']['subscribe'](_0x4b46fd=>{const _0x3d2875=_0x11328a;_0x4b46fd['routeKey']===this[_0x3d2875(0x5db)]&&this[_0x3d2875(0x202)](_0x4b46fd);})):(this[_0x11328a(0x543)](),this['_sessionStatus$']['next'](0x2),(_0x557759=this[_0x11328a(0x3e9)])==null||_0x557759[_0x11328a(0x4b6)](),this[_0x11328a(0x3e9)]=null));}),this[_0x51b381(0x3c5)](this[_0x51b381(0x398)]['registerOnClose'](()=>{const _0x3ae4a1=_0x51b381;var _0x44c0d2;(_0x44c0d2=this[_0x3ae4a1(0x4fe)])==null||_0x44c0d2[_0x3ae4a1(0x30a)]({'cmd':_0x48ead2[_0x3ae4a1(0x56a)],'data':{'roomID':this[_0x3ae4a1(0x5db)]}});})));}get[_0x5ec49c(0x5c0)](){const _0x25516c=_0x5ec49c;return this[_0x25516c(0x5c7)][_0x25516c(0x5bf)]();}[_0x5ec49c(0x2c4)](){const _0x2e75af=_0x5ec49c;var _0x20cc2b,_0x5aba03;return(_0x5aba03=(_0x20cc2b=this['_socket'])==null?void 0x0:_0x20cc2b[_0x2e75af(0x2a6)])!=null?_0x5aba03:null;}[_0x5ec49c(0x52e)](){const _0x4b3a39=_0x5ec49c;super['dispose'](),this[_0x4b3a39(0x1a7)]['next'](),this[_0x4b3a39(0x1a7)][_0x4b3a39(0x5b9)]();}[_0x5ec49c(0x47d)](){const _0x2bca04=_0x5ec49c;var _0x4b0dba,_0x4ecb34;this[_0x2bca04(0x543)](),(_0x4b0dba=this[_0x2bca04(0x4fe)])==null||_0x4b0dba[_0x2bca04(0x30a)]({'cmd':_0x48ead2[_0x2bca04(0x56a)],'data':{'roomID':this[_0x2bca04(0x5db)]}}),(_0x4ecb34=this[_0x2bca04(0x4fe)])==null||_0x4ecb34[_0x2bca04(0x47d)](),this[_0x2bca04(0x239)]['complete'](),this[_0x2bca04(0x5c7)][_0x2bca04(0x5b9)](),this[_0x2bca04(0x52e)]();}['_onCombEvent'](_0x4d4620){const _0x126704=_0x5ec49c;_0x4d4620['cmd']===_0x48ead2['JOIN']?this[_0x126704(0x2db)](_0x4d4620):_0x4d4620[_0x126704(0x559)]===_0x48ead2[_0x126704(0x612)]&&this[_0x126704(0x251)](_0x4d4620);}[_0x5ec49c(0x4fb)](_0x3dd27f){const _0x141bae=_0x5ec49c;this[_0x141bae(0x5c7)][_0x141bae(0x4ab)](0x1),_0x3dd27f['send']({'cmd':_0x48ead2['JOIN'],'routeKey':this[_0x141bae(0x5db)],'routeType':'','data':{'rooms':[{'roomID':this[_0x141bae(0x5db)]}]}});}['_onJoinRoomEvent'](_0x5b2321){const _0x56db69=_0x5ec49c;var _0x171406;if(_0x5b2321[_0x56db69(0x1a6)]===_0x513850[_0x56db69(0x478)]){this[_0x56db69(0x35c)]['show']({'type':_0x3c3cb1[_0x56db69(0x1bf)][_0x56db69(0x5fc)],'content':this[_0x56db69(0x2c0)]['t'](_0x56db69(0x3db))}),this['_sessionStatus$']['next'](0x2);return;}this['_sessionStatus$'][_0x56db69(0x4ab)](0x3);const _0x49e531=(_0x171406=_0x5b2321['data'][_0x56db69(0x264)][this[_0x56db69(0x5db)]])==null?void 0x0:_0x171406[_0x56db69(0x4bd)];_0x49e531&&_0x49e531['forEach'](_0x45c9ce=>this['_memberService'][_0x56db69(0x1b9)](this['_unitID'],_0x45c9ce));}[_0x5ec49c(0x251)](_0x4f0e6e){const _0x4012d9=_0x5ec49c;try{const _0x19230b=_0x4f0e6e[_0x4012d9(0x250)];switch(_0x19230b[_0x4012d9(0x41e)]){case _0x544d9b['CollaborationEvent'][_0x4012d9(0x487)]:this[_0x4012d9(0x3ec)](_0x19230b),this[_0x4012d9(0x239)]['next'](_0x19230b);break;case _0x544d9b[_0x4012d9(0x527)][_0x4012d9(0x2f5)]:this[_0x4012d9(0x3d5)](_0x19230b),this[_0x4012d9(0x239)][_0x4012d9(0x4ab)](_0x19230b);break;case _0x544d9b[_0x4012d9(0x527)][_0x4012d9(0x273)]:case _0x544d9b[_0x4012d9(0x527)][_0x4012d9(0x4d1)]:this[_0x4012d9(0x2ed)](),this[_0x4012d9(0x46b)](),this[_0x4012d9(0x239)]['next'](_0x19230b);break;case _0x544d9b[_0x4012d9(0x527)][_0x4012d9(0x215)]:this[_0x4012d9(0x3dd)][_0x4012d9(0x2a4)](_0x4012d9(0x62d)+JSON['stringify'](_0x19230b)),this[_0x4012d9(0x239)][_0x4012d9(0x4ab)](_0x19230b);break;case _0x544d9b[_0x4012d9(0x527)][_0x4012d9(0x54b)]:this[_0x4012d9(0x1e6)][_0x4012d9(0x48b)](_0x19230b[_0x4012d9(0x250)]),this[_0x4012d9(0x239)][_0x4012d9(0x4ab)](_0x19230b);break;default:this[_0x4012d9(0x239)][_0x4012d9(0x4ab)](_0x19230b);}}catch(_0x268306){this[_0x4012d9(0x3dd)][_0x4012d9(0x2a4)](_0x268306,_0x4f0e6e);}}[_0x5ec49c(0x3ec)](_0x43fec0){const _0x162fbd=_0x5ec49c;this[_0x162fbd(0x18f)][_0x162fbd(0x1b9)](this[_0x162fbd(0x5db)],_0x43fec0['data']);}[_0x5ec49c(0x3d5)](_0x351b40){const _0x302ebb=_0x5ec49c;this[_0x302ebb(0x18f)]['removeMember'](this['_unitID'],_0x351b40['data'][_0x302ebb(0x2a6)]);}async[_0x5ec49c(0x30a)](_0x34e3e7,_0x436430){const _0x2ad05d=_0x5ec49c;if(this[_0x2ad05d(0x5c0)]!==0x3||!this[_0x2ad05d(0x4fe)])throw new Error('[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!');try{_0x34e3e7['eventID']===_0x544d9b[_0x2ad05d(0x527)][_0x2ad05d(0x311)]&&(this[_0x2ad05d(0x403)](),this[_0x2ad05d(0x50a)](_0x34e3e7)),this[_0x2ad05d(0x4fe)]['send']({'cmd':_0x48ead2[_0x2ad05d(0x21f)],'routeKey':_0x436430,'routeType':'','data':_0x34e3e7});}catch(_0x125936){this['_logService']['error'](_0x125936);}}[_0x5ec49c(0x403)](){const _0x18b606=_0x5ec49c;var _0x4ccd63;this[_0x18b606(0x58d)]=window[_0x18b606(0x1db)](()=>{const _0x832aa=_0x18b606;this['_collaborationTimeoutTimer']=null,this[_0x832aa(0x35c)]['show']({'type':_0x3c3cb1['MessageType'][_0x832aa(0x605)],'content':this[_0x832aa(0x2c0)]['t']('session.collaboration-timeout')});},(_0x4ccd63=this[_0x18b606(0x206)]['getConfig'](_0x2a2c54))!=null?_0x4ccd63:0x4e20);}[_0x5ec49c(0x46b)](){const _0xcefd3e=_0x5ec49c;this['_collaborationTimeoutTimer']&&(clearTimeout(this[_0xcefd3e(0x58d)]),this[_0xcefd3e(0x58d)]=null);}[_0x5ec49c(0x50a)](_0x4e11f7){const _0x17a7e6=_0x5ec49c;if(!this[_0x17a7e6(0x601)])return;const {data:_0xc9823b}=_0x4e11f7,{unitID:_0x4f431f,changeset:_0x51a6dc}=_0xc9823b,{mutations:_0x448f68,type:_0x4d2300}=_0x51a6dc;this[_0x17a7e6(0x53f)]={'unitId':_0x4f431f,'type':_0x4d2300,'startTime':performance['now'](),'stopTime':0x0,'duration':0x0,'size':_0x158b21(_0x448f68)};}[_0x5ec49c(0x2ed)](){const _0x3027bd=_0x5ec49c;if(this['_shouldReportTelemetry']){if(!this[_0x3027bd(0x53f)]){this['_logService'][_0x3027bd(0x2a4)](_0x3027bd(0x2cf),_0x3027bd(0x285));return;}this[_0x3027bd(0x53f)][_0x3027bd(0x5cd)]=performance[_0x3027bd(0x1b6)](),this[_0x3027bd(0x53f)][_0x3027bd(0x192)]=this[_0x3027bd(0x53f)]['stopTime']-this[_0x3027bd(0x53f)][_0x3027bd(0x270)],this[_0x3027bd(0x5ae)]['capture'](_0x452c36,this[_0x3027bd(0x53f)]),this['_telemetryInfo']=null;}}['_throwTelemetryCollaborationNewChangeset'](){const _0x9f4953=_0x5ec49c;this[_0x9f4953(0x53f)]=null;}},_0x395259[_0x5ec49c(0x317)]=_0x3730f7([_0x4c4142(0x2,_0x3f82c6[_0x5ec49c(0x3cc)]),_0x4c4142(0x3,_0x4fb45d['IBeforeCloseService']),_0x4c4142(0x4,_0x4fb45d[_0x5ec49c(0x352)]),_0x4c4142(0x5,_0x3f82c6[_0x5ec49c(0x2ab)]),_0x4c4142(0x6,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x346)])),_0x4c4142(0x7,_0x3f82c6[_0x5ec49c(0x476)](_0x395259[_0x5ec49c(0x372)])),_0x4c4142(0x8,_0x3f82c6[_0x5ec49c(0x476)](_0x5af7ab)),_0x4c4142(0x9,_0x3f82c6[_0x5ec49c(0x5d6)](_0x10e34d[_0x5ec49c(0x367)]))],_0x395259[_0x5ec49c(0x317)]);var _0xef4248=Object['defineProperty'],_0x340412=Object[_0x5ec49c(0x209)],_0x563ac4=(_0x5bbcce,_0x391d6d,_0x3084f9,_0x2f013b)=>{for(var _0x3e6037=_0x2f013b>0x1?void 0x0:_0x2f013b?_0x340412(_0x391d6d,_0x3084f9):_0x391d6d,_0x37c55e=_0x5bbcce['length']-0x1,_0x43bf85;_0x37c55e>=0x0;_0x37c55e--)(_0x43bf85=_0x5bbcce[_0x37c55e])&&(_0x3e6037=(_0x2f013b?_0x43bf85(_0x391d6d,_0x3084f9,_0x3e6037):_0x43bf85(_0x3e6037))||_0x3e6037);return _0x2f013b&&_0x3e6037&&_0xef4248(_0x391d6d,_0x3084f9,_0x3e6037),_0x3e6037;},_0x4a3b77=(_0xd01785,_0x5ce68f)=>(_0x3bb0e9,_0x5b2740)=>_0x5ce68f(_0x3bb0e9,_0x5b2740,_0xd01785);_0x395259['CollaborationSessionService']=class extends _0x3f82c6[_0x5ec49c(0x582)]{constructor(_0x575c59,_0x2d4300,_0xa251ab,_0x3a8975,_0x2e3ec6,_0x480cc0){const _0xb07b29=_0x5ec49c;super(),_0x133daf(this,_0xb07b29(0x613),new _0x3b9434[(_0xb07b29(0x34c))](void 0x0)),_0x133daf(this,_0xb07b29(0x2f6),this[_0xb07b29(0x613)][_0xb07b29(0x1ee)]()),_0x133daf(this,_0xb07b29(0x3f0),null),_0x133daf(this,_0xb07b29(0x30c),new Map()),_0x133daf(this,'_status$',new _0x3b9434[(_0xb07b29(0x34c))](_0x45d7ca[_0xb07b29(0x479)])),_0x133daf(this,_0xb07b29(0x607),this[_0xb07b29(0x39c)][_0xb07b29(0x1ee)]()),_0x133daf(this,'_socketReady',!0x1),_0x133daf(this,_0xb07b29(0x58b)),_0x133daf(this,_0xb07b29(0x467),0x0),_0x133daf(this,_0xb07b29(0x1b8)),_0x133daf(this,_0xb07b29(0x4d4)),(this[_0xb07b29(0x40f)]=_0x575c59,this[_0xb07b29(0x2c0)]=_0x2d4300,this[_0xb07b29(0x35c)]=_0xa251ab,this[_0xb07b29(0x3dd)]=_0x3a8975,this[_0xb07b29(0x206)]=_0x2e3ec6,this[_0xb07b29(0x616)]=_0x480cc0,this['_initEventListeners']());}get[_0x5ec49c(0x4fe)](){const _0x34d488=_0x5ec49c;return this[_0x34d488(0x613)][_0x34d488(0x5bf)]();}[_0x5ec49c(0x2ef)](){const _0x236b15=_0x5ec49c;this[_0x236b15(0x2a3)](),this[_0x236b15(0x593)]();}[_0x5ec49c(0x52e)](){const _0x150ca3=_0x5ec49c;super[_0x150ca3(0x52e)](),this[_0x150ca3(0x30c)][_0x150ca3(0x23c)](_0xb95e6b=>_0xb95e6b[_0x150ca3(0x52e)]()),this['_sessions'][_0x150ca3(0x304)](),this[_0x150ca3(0x39c)][_0x150ca3(0x5b9)]();}async['requireSession'](_0x16e629){const _0x39382a=_0x5ec49c;if(this['_sessions'][_0x39382a(0x293)](_0x16e629))return this['_sessions']['get'](_0x16e629);this[_0x39382a(0x363)]();const _0x5a9928=this[_0x39382a(0x40f)][_0x39382a(0x3d8)](_0x395259[_0x39382a(0x317)],_0x16e629,this['_socket$'][_0x39382a(0x1ee)]());return this['_sessions'][_0x39382a(0x2ea)](_0x16e629,_0x5a9928),_0x5a9928;}['closeSession'](_0x291959){const _0x269cda=_0x5ec49c;var _0x5306e6;const _0x4df1a1=this[_0x269cda(0x30c)]['get'](_0x291959);_0x4df1a1&&(this[_0x269cda(0x30c)]['delete'](_0x291959),_0x4df1a1['close']()),this[_0x269cda(0x30c)][_0x269cda(0x328)]||(_0x5306e6=this['_socket'])==null||_0x5306e6['close']();}[_0x5ec49c(0x235)](){const _0x359a2f=_0x5ec49c;this[_0x359a2f(0x467)]=0x0,this[_0x359a2f(0x58b)]!=null&&(clearTimeout(this['_retryConnectingTimer']),this[_0x359a2f(0x58b)]=null),this[_0x359a2f(0x1e0)]();}[_0x5ec49c(0x447)](){const _0x13f43f=_0x5ec49c;var _0x5e88aa,_0x52a642;const _0x279641=this[_0x13f43f(0x206)]['getConfig'](_0xe83e06),_0x39eab3=this['_configService'][_0x13f43f(0x2eb)](_0x15906c),_0x16ab6b=(_0x52a642=(_0x5e88aa=_0x39eab3==null?void 0x0:_0x39eab3[_0x13f43f(0x19a)])!=null?_0x5e88aa:_0x279641)!=null?_0x52a642:_0x338ee2,_0xab1fe6=this[_0x13f43f(0x616)][_0x13f43f(0x300)](_0x16ab6b);return this[_0x13f43f(0x3f0)]=_0xab1fe6,_0xab1fe6;}[_0x5ec49c(0x363)](){const _0x2bd48a=_0x5ec49c;var _0x3ca2fa,_0x5921d3;try{const _0x32e3ff=(_0x5921d3=(_0x3ca2fa=this[_0x2bd48a(0x4fe)])!=null?_0x3ca2fa:this[_0x2bd48a(0x3f0)])!=null?_0x5921d3:this[_0x2bd48a(0x447)]();if(_0x32e3ff){const _0x213aa2=_0x32e3ff[_0x2bd48a(0x30a)];_0x32e3ff['send']=_0x39719c=>(this['_rescheduleHeartbeat'](),_0x213aa2[_0x2bd48a(0x286)](_0x32e3ff,[_0x39719c])),_0x32e3ff[_0x2bd48a(0x4cb)]['subscribe'](_0x32b06b=>this[_0x2bd48a(0x611)](_0x32e3ff,_0x32b06b)),_0x32e3ff[_0x2bd48a(0x2f0)][_0x2bd48a(0x19d)](_0x22428e['take'](0x1))['subscribe'](_0xa44db3=>this[_0x2bd48a(0x3dd)][_0x2bd48a(0x2a4)]('[CollaborationSessionService]:\x20socket\x20error',_0xa44db3)),_0x32e3ff['open$'][_0x2bd48a(0x19d)](_0x22428e[_0x2bd48a(0x41c)](0x1))[_0x2bd48a(0x306)](()=>{const _0x21b0c4=_0x2bd48a;this[_0x21b0c4(0x520)](_0x32e3ff);}),_0x32e3ff['close$'][_0x2bd48a(0x19d)](_0x22428e[_0x2bd48a(0x41c)](0x1))[_0x2bd48a(0x306)](_0x485534=>{const _0x29ae55=_0x2bd48a;this[_0x29ae55(0x3dd)][_0x29ae55(0x259)]('[CollaborationSessionService]',_0x29ae55(0x19c),_0x485534),this['_onConnectionFailed']();});}}catch(_0x232c82){this[_0x2bd48a(0x3dd)][_0x2bd48a(0x2a4)](_0x232c82),this[_0x2bd48a(0x46d)]();}}[_0x5ec49c(0x520)](_0x1fd74e){const _0x334254=_0x5ec49c;this[_0x334254(0x3dd)][_0x334254(0x259)](_0x334254(0x493),'socket\x20open.'),_0x1fd74e[_0x334254(0x30a)]({'cmd':_0x48ead2[_0x334254(0x22c)]}),this[_0x334254(0x1ad)]();}['_listenToOfflineEvent'](){const _0x5809c8=_0x5ec49c;window['addEventListener'](_0x5809c8(0x5de),()=>this[_0x5809c8(0x33f)]());}[_0x5ec49c(0x33f)](){const _0x3e39de=_0x5ec49c;this['_socketReady']=!0x1,this[_0x3e39de(0x3f0)]=null,this[_0x3e39de(0x39c)][_0x3e39de(0x4ab)](_0x45d7ca['OFFLINE']),this[_0x3e39de(0x613)][_0x3e39de(0x4ab)](null),this[_0x3e39de(0x1fa)](),this['_clearHeartbeatTimer']();}[_0x5ec49c(0x46d)](){const _0x522b9e=_0x5ec49c;var _0x19866d;this[_0x522b9e(0x33f)](),this[_0x522b9e(0x467)]<((_0x19866d=this[_0x522b9e(0x206)][_0x522b9e(0x2eb)](_0x4c48bb))!=null?_0x19866d:0x3)?(this['_messageService']['show']({'key':'collaboration-session-retry','type':_0x3c3cb1[_0x522b9e(0x1bf)][_0x522b9e(0x5fc)],'content':this[_0x522b9e(0x2c0)]['t'](_0x522b9e(0x182))}),this[_0x522b9e(0x1e0)]()):this[_0x522b9e(0x35c)]['show']({'key':_0x522b9e(0x323),'type':_0x3c3cb1['MessageType']['Error'],'content':this[_0x522b9e(0x2c0)]['t'](_0x522b9e(0x3a5))});}[_0x5ec49c(0x593)](){const _0x39be74=_0x5ec49c,_0x573c87=()=>{const _0x581eae=_0x5149;this[_0x581eae(0x4fe)]||this[_0x581eae(0x235)]();},_0x535042=()=>{const _0x3380e2=_0x5149;this[_0x3380e2(0x4fe)]||document[_0x3380e2(0x24a)]===_0x3380e2(0x5c4)||this[_0x3380e2(0x235)]();};window['addEventListener']('online',_0x573c87),document[_0x39be74(0x344)](_0x39be74(0x17b),_0x535042);}[_0x5ec49c(0x1e0)](){const _0x3a1ef2=_0x5ec49c;var _0x26f5af;const _0x4018f6=this[_0x3a1ef2(0x467)],_0x4c30e8=this[_0x3a1ef2(0x206)][_0x3a1ef2(0x2eb)](_0x15906c),_0x10acb9=_0x4018f6===0x0?0x0:((_0x26f5af=_0x4c30e8==null?void 0x0:_0x4c30e8[_0x3a1ef2(0x4c8)])!=null?_0x26f5af:0x4e20)*0x2**_0x4018f6;this['_retryConnectingTimer']=window['setTimeout'](()=>{const _0x105f44=_0x3a1ef2;clearTimeout(this[_0x105f44(0x58b)]),this[_0x105f44(0x58b)]=null,this[_0x105f44(0x363)]();},_0x10acb9),this[_0x3a1ef2(0x467)]+=0x1;}[_0x5ec49c(0x611)](_0x5b2c5c,_0x229d72){const _0x53d72d=_0x5ec49c,{cmd:_0x26d16b}=_0x229d72;_0x26d16b===_0x48ead2[_0x53d72d(0x22c)]&&!this[_0x53d72d(0x1ed)]&&(_0x5b2c5c[_0x53d72d(0x2a6)]=_0x229d72[_0x53d72d(0x250)][_0x53d72d(0x2a6)],this[_0x53d72d(0x613)][_0x53d72d(0x4ab)](_0x5b2c5c),this[_0x53d72d(0x39c)]['next'](_0x45d7ca[_0x53d72d(0x3c4)]),this[_0x53d72d(0x1ed)]=!0x0,this[_0x53d72d(0x3f0)]=null),_0x26d16b===_0x48ead2[_0x53d72d(0x3be)]&&this[_0x53d72d(0x1fa)](),this[_0x53d72d(0x1ad)]();}[_0x5ec49c(0x1ad)](){const _0x415249=_0x5ec49c;var _0x250a6f;this[_0x415249(0x219)](),this['_sendHeartbeatTimer']=window[_0x415249(0x1db)](()=>this[_0x415249(0x598)](),(_0x250a6f=this[_0x415249(0x206)][_0x415249(0x2eb)](_0x14234b))!=null?_0x250a6f:0x7530);}[_0x5ec49c(0x598)](){const _0x1adc67=_0x5ec49c;this[_0x1adc67(0x4fe)][_0x1adc67(0x30a)]({'cmd':_0x48ead2[_0x1adc67(0x3be)]}),this[_0x1adc67(0x2a1)]();}[_0x5ec49c(0x2a1)](){const _0x4311a0=_0x5ec49c;var _0xef48d6;this[_0x4311a0(0x4d4)]=window[_0x4311a0(0x1db)](()=>this[_0x4311a0(0x46d)](),(_0xef48d6=this[_0x4311a0(0x206)]['getConfig'](_0x2a2c54))!=null?_0xef48d6:0x4e20);}[_0x5ec49c(0x219)](){const _0x25d213=_0x5ec49c;this[_0x25d213(0x1b8)]!=null&&(clearTimeout(this[_0x25d213(0x1b8)]),this['_sendHeartbeatTimer']=null);}[_0x5ec49c(0x1fa)](){const _0x3b7b7f=_0x5ec49c;this[_0x3b7b7f(0x4d4)]!=null&&(clearTimeout(this[_0x3b7b7f(0x4d4)]),this[_0x3b7b7f(0x4d4)]=null);}},_0x395259[_0x5ec49c(0x368)]=_0x563ac4([_0x4a3b77(0x0,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['Injector'])),_0x4a3b77(0x1,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x346)])),_0x4a3b77(0x2,_0x4fb45d[_0x5ec49c(0x352)]),_0x4a3b77(0x3,_0x3f82c6[_0x5ec49c(0x3cc)]),_0x4a3b77(0x4,_0x3f82c6[_0x5ec49c(0x2ab)]),_0x4a3b77(0x5,_0x9da999)],_0x395259[_0x5ec49c(0x368)]);const _0x535882=[];for(let _0x4f48fa=0x0;_0x4f48fa<0x100;++_0x4f48fa)_0x535882['push']((_0x4f48fa+0x100)[_0x5ec49c(0x4ec)](0x10)['slice'](0x1));function _0x3fbfcb(_0xedb6bb,_0x3d94ef=0x0){const _0x54124b=_0x5ec49c;return(_0x535882[_0xedb6bb[_0x3d94ef+0x0]]+_0x535882[_0xedb6bb[_0x3d94ef+0x1]]+_0x535882[_0xedb6bb[_0x3d94ef+0x2]]+_0x535882[_0xedb6bb[_0x3d94ef+0x3]]+'-'+_0x535882[_0xedb6bb[_0x3d94ef+0x4]]+_0x535882[_0xedb6bb[_0x3d94ef+0x5]]+'-'+_0x535882[_0xedb6bb[_0x3d94ef+0x6]]+_0x535882[_0xedb6bb[_0x3d94ef+0x7]]+'-'+_0x535882[_0xedb6bb[_0x3d94ef+0x8]]+_0x535882[_0xedb6bb[_0x3d94ef+0x9]]+'-'+_0x535882[_0xedb6bb[_0x3d94ef+0xa]]+_0x535882[_0xedb6bb[_0x3d94ef+0xb]]+_0x535882[_0xedb6bb[_0x3d94ef+0xc]]+_0x535882[_0xedb6bb[_0x3d94ef+0xd]]+_0x535882[_0xedb6bb[_0x3d94ef+0xe]]+_0x535882[_0xedb6bb[_0x3d94ef+0xf]])[_0x54124b(0x5d0)]();}let _0xbb7c7a;const _0x4e5e2a=new Uint8Array(0x10);function _0x19a44a(){const _0x2f17f3=_0x5ec49c;if(!_0xbb7c7a){if(typeof crypto>'u'||!crypto['getRandomValues'])throw new Error(_0x2f17f3(0x4dd));_0xbb7c7a=crypto[_0x2f17f3(0x621)]['bind'](crypto);}return _0xbb7c7a(_0x4e5e2a);}const _0x23ebea={'randomUUID':typeof crypto<'u'&&crypto[_0x5ec49c(0x468)]&&crypto['randomUUID'][_0x5ec49c(0x326)](crypto)};function _0x5ea6c4(_0x2f125d,_0x2653dd,_0xc5584c){const _0x533460=_0x5ec49c;if(_0x23ebea[_0x533460(0x468)]&&!_0x2653dd&&!_0x2f125d)return _0x23ebea[_0x533460(0x468)]();_0x2f125d=_0x2f125d||{};const _0x55e057=_0x2f125d[_0x533460(0x339)]||(_0x2f125d[_0x533460(0x20f)]||_0x19a44a)();return _0x55e057[0x6]=_0x55e057[0x6]&0xf|0x40,_0x55e057[0x8]=_0x55e057[0x8]&0x3f|0x80,_0x3fbfcb(_0x55e057);}var _0x7b8aa3=Object['defineProperty'],_0x26c6b9=Object[_0x5ec49c(0x209)],_0x1c7de1=(_0x6ab83,_0x2ff1f5,_0xd7d7be,_0x1b91b8)=>{const _0x41c287=_0x5ec49c;for(var _0xba5ca=_0x1b91b8>0x1?void 0x0:_0x1b91b8?_0x26c6b9(_0x2ff1f5,_0xd7d7be):_0x2ff1f5,_0x550dd1=_0x6ab83[_0x41c287(0x4dc)]-0x1,_0xaa6259;_0x550dd1>=0x0;_0x550dd1--)(_0xaa6259=_0x6ab83[_0x550dd1])&&(_0xba5ca=(_0x1b91b8?_0xaa6259(_0x2ff1f5,_0xd7d7be,_0xba5ca):_0xaa6259(_0xba5ca))||_0xba5ca);return _0x1b91b8&&_0xba5ca&&_0x7b8aa3(_0x2ff1f5,_0xd7d7be,_0xba5ca),_0xba5ca;},_0x32a2f2=(_0xb7894d,_0x4d185b)=>(_0x57384c,_0xa53148)=>_0x4d185b(_0x57384c,_0xa53148,_0xb7894d);let _0x18cb6d=class{constructor(_0x9ad71c,_0x2e7071,_0x3aaf91){const _0x6aaf0d=_0x5ec49c;this['_injector']=_0x9ad71c,this['_transformService']=_0x2e7071,this[_0x6aaf0d(0x4f3)]=_0x3aaf91;}[_0x5ec49c(0x3fd)](_0x33e971){const _0x38838c=_0x5ec49c;this[_0x38838c(0x590)](_0x33e971),this[_0x38838c(0x190)](_0x33e971);}[_0x5ec49c(0x26d)](_0x53ebd4){const _0x36d5e1=_0x5ec49c,{unitID:_0x3002b7}=_0x53ebd4,_0x523698=this[_0x36d5e1(0x4f3)][_0x36d5e1(0x3bc)](_0x3002b7)[_0x36d5e1(0x5a2)](_0x10da62[_0x36d5e1(0x3ff)]),{redoCache:_0x544f1a}=_0x523698[_0x36d5e1(0x1f2)]();if(_0x544f1a[_0x36d5e1(0x4dc)]===0x0)return _0x53ebd4;let _0x2218fa=_0x3f82c6[_0x36d5e1(0x30b)][_0x36d5e1(0x22a)](_0x53ebd4[_0x36d5e1(0x3cf)][0x0]);for(let _0xaf606=0x0;_0xaf606<_0x544f1a[_0x36d5e1(0x4dc)];_0xaf606++){const _0x3782d9={'id':'doc.mutation.rich-text-editing','params':{..._0x544f1a[_0xaf606]}},_0x1b95e9=this['_transformService'][_0x36d5e1(0x17f)](_0x2218fa,_0x3782d9,!0x1);if(_0x544d9b[_0x36d5e1(0x360)](_0x1b95e9))throw _0x1b95e9['error'];_0x2218fa=_0x1b95e9[_0x36d5e1(0x2a7)];}return{..._0x3f82c6[_0x36d5e1(0x30b)][_0x36d5e1(0x22a)](_0x53ebd4),'mutations':[_0x2218fa]};}[_0x5ec49c(0x590)](_0x1fce38){const _0x17a7e1=_0x5ec49c,{unitID:_0x39dbba}=_0x1fce38,_0x45d6d6=this['_renderManagerService'][_0x17a7e1(0x3bc)](_0x39dbba)[_0x17a7e1(0x5a2)](_0x10da62[_0x17a7e1(0x3ff)]),{undoCache:_0x381a41,redoCache:_0x2263c3}=_0x45d6d6[_0x17a7e1(0x1f2)]();if(_0x381a41[_0x17a7e1(0x4dc)]===0x0||_0x2263c3[_0x17a7e1(0x4dc)]===0x0)return;const _0x117bbd=[],_0x5cc5b1=[];let _0x65bd12=_0x3f82c6[_0x17a7e1(0x30b)][_0x17a7e1(0x22a)](_0x1fce38[_0x17a7e1(0x3cf)][0x0]),_0x43f35c=_0x3f82c6[_0x17a7e1(0x30b)][_0x17a7e1(0x22a)](_0x1fce38[_0x17a7e1(0x3cf)][0x0]);for(let _0x1a27d9=_0x381a41['length']-0x1;_0x1a27d9>=0x0;_0x1a27d9--){const _0x4911a7={'id':'doc.mutation.rich-text-editing','params':{..._0x381a41[_0x1a27d9]}},_0x49e298={'id':'doc.mutation.rich-text-editing','params':{..._0x2263c3[_0x1a27d9]}},_0x5f43bc=this[_0x17a7e1(0x268)][_0x17a7e1(0x17f)](_0x65bd12,_0x4911a7,!0x1),_0x1425e4=this[_0x17a7e1(0x268)][_0x17a7e1(0x17f)](_0x43f35c,_0x49e298,!0x1);if(_0x544d9b['isTransformMutationFailure'](_0x5f43bc))throw _0x5f43bc['error'];if(_0x544d9b['isTransformMutationFailure'](_0x1425e4))throw _0x1425e4[_0x17a7e1(0x2a4)];_0x117bbd[_0x17a7e1(0x5a3)](_0x5f43bc[_0x17a7e1(0x5ef)][_0x17a7e1(0x236)]),_0x5cc5b1[_0x17a7e1(0x5a3)](_0x1425e4[_0x17a7e1(0x5ef)][_0x17a7e1(0x236)]),_0x65bd12=_0x5f43bc[_0x17a7e1(0x2a7)],_0x43f35c=_0x1425e4[_0x17a7e1(0x2a7)];}_0x45d6d6['setUndoRedoMutationParamsCache']({'undoCache':_0x117bbd,'redoCache':_0x5cc5b1});}[_0x5ec49c(0x190)](_0x262fbc){const _0x1ea242=_0x5ec49c,{unitID:_0x3782a7}=_0x262fbc,_0x32dba6=this[_0x1ea242(0x4f3)][_0x1ea242(0x3bc)](_0x3782a7)[_0x1ea242(0x5a2)](_0x10da62[_0x1ea242(0x3ff)]),_0x5bf7e1=_0x32dba6[_0x1ea242(0x4cd)]();if(_0x5bf7e1==null)return;const _0xfcce7d=[{'id':_0x1ea242(0x280),'params':{'unitId':_0x262fbc['unitID'],'actions':null,'textRanges':[_0x5bf7e1]}}],_0x4558d3=this[_0x1ea242(0x268)][_0x1ea242(0x494)](_0x262fbc,_0xfcce7d);if(!_0x544d9b['isTransformMutationsWithChangesetSuccess'](_0x4558d3))throw _0x4558d3[_0x1ea242(0x2a4)];const _0x51917f=_0x4558d3['m2Prime'][0x0][_0x1ea242(0x236)][_0x1ea242(0x4d3)];Array[_0x1ea242(0x491)](_0x51917f)&&_0x51917f[_0x1ea242(0x4dc)]&&_0x32dba6['setActiveRange'](_0x51917f[0x0]);}};_0x18cb6d=_0x1c7de1([_0x32a2f2(0x0,_0x3f82c6['Inject'](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x32a2f2(0x1,_0x544d9b[_0x5ec49c(0x20e)]),_0x32a2f2(0x2,_0x4304a5[_0x5ec49c(0x2ba)])],_0x18cb6d);var _0x10526a=Object[_0x5ec49c(0x354)],_0x3cfac8=Object['getOwnPropertyDescriptor'],_0x491075=(_0x306b8e,_0x3ce2e7,_0x32cdaa,_0x1e0ec6)=>{const _0x5b3d55=_0x5ec49c;for(var _0x323d0b=_0x1e0ec6>0x1?void 0x0:_0x1e0ec6?_0x3cfac8(_0x3ce2e7,_0x32cdaa):_0x3ce2e7,_0x1b0a66=_0x306b8e[_0x5b3d55(0x4dc)]-0x1,_0x5a565c;_0x1b0a66>=0x0;_0x1b0a66--)(_0x5a565c=_0x306b8e[_0x1b0a66])&&(_0x323d0b=(_0x1e0ec6?_0x5a565c(_0x3ce2e7,_0x32cdaa,_0x323d0b):_0x5a565c(_0x323d0b))||_0x323d0b);return _0x1e0ec6&&_0x323d0b&&_0x10526a(_0x3ce2e7,_0x32cdaa,_0x323d0b),_0x323d0b;},_0x3fb196=(_0x476b1a,_0x3075e3)=>(_0x1d3b70,_0x3545e8)=>_0x3075e3(_0x1d3b70,_0x3545e8,_0x476b1a);_0x395259[_0x5ec49c(0x183)]=class extends _0x3f82c6[_0x5ec49c(0x582)]{constructor(_0x3a00ee,_0x55e879,_0x252ca4,_0x4bafe8,_0x3e0245){const _0x9cf19a=_0x5ec49c;super(),_0x133daf(this,_0x9cf19a(0x571),new Map()),_0x133daf(this,'_saveTaskMap',new Map()),_0x133daf(this,_0x9cf19a(0x22f),!0x1),(this[_0x9cf19a(0x206)]=_0x3a00ee,this[_0x9cf19a(0x4d6)]=_0x55e879,this[_0x9cf19a(0x398)]=_0x252ca4,this[_0x9cf19a(0x2c0)]=_0x4bafe8,this[_0x9cf19a(0x539)]=_0x3e0245,this[_0x9cf19a(0x4e0)]());}[_0x5ec49c(0x1ba)](){this['_disabled']=!0x0;}['enableLocalCache'](){const _0x31a8c3=_0x5ec49c;this[_0x31a8c3(0x22f)]=!0x1;}['dispose'](){const _0x10d2fe=_0x5ec49c;this[_0x10d2fe(0x49b)]()[_0x10d2fe(0x3c1)](()=>super[_0x10d2fe(0x52e)]());}async[_0x5ec49c(0x503)](_0x40b124){const _0x212b28=_0x5ec49c;return this['_disabled']?null:this[_0x212b28(0x4d6)][_0x212b28(0x2e3)](_0x5e5897(_0x40b124));}async['saveOfflineData'](_0x51202e,_0x42cb88){const _0x215f21=_0x5ec49c;return!!this[_0x215f21(0x4d6)]['setItem'](_0x51202e,_0x42cb88);}[_0x5ec49c(0x26f)](_0x4d25ff,_0x3b0857,_0x12003e,_0x15894f){const _0x577545=_0x5ec49c,_0x35ba6e=this[_0x577545(0x539)][_0x577545(0x29b)](_0x4d25ff);this['_cachedData'][_0x577545(0x2ea)](_0x4d25ff,{'unitID':_0x4d25ff,'type':_0x3b0857,'awaitingChangeset':_0x12003e,'mutations':_0x15894f,'rev':_0x35ba6e}),this[_0x577545(0x39f)]['has'](_0x4d25ff)||this[_0x577545(0x470)](_0x4d25ff);}[_0x5ec49c(0x470)](_0x23d80a){const _0x14e85f=_0x5ec49c,_0x562d2b=this[_0x14e85f(0x62a)]();_0x562d2b===0x0?this[_0x14e85f(0x4e4)](_0x23d80a):this[_0x14e85f(0x39f)][_0x14e85f(0x2ea)](_0x23d80a,setTimeout(()=>this[_0x14e85f(0x4e4)](_0x23d80a),_0x562d2b));}[_0x5ec49c(0x62a)](){const _0x2953d2=_0x5ec49c;var _0xc5a8aa;return(_0xc5a8aa=this[_0x2953d2(0x206)]['getConfig'](_0x5755d6))!=null?_0xc5a8aa:0x3e8;}['_saveCache'](_0xe94a2a){const _0x4bab1a=_0x5ec49c,_0x42eb22=this[_0x4bab1a(0x39f)][_0x4bab1a(0x555)](_0xe94a2a);return _0x42eb22!==void 0x0&&window[_0x4bab1a(0x252)](_0x42eb22),this[_0x4bab1a(0x4d6)][_0x4bab1a(0x59e)](_0x5e5897(_0xe94a2a),this[_0x4bab1a(0x571)]['get'](_0xe94a2a))[_0x4bab1a(0x3c1)](()=>this[_0x4bab1a(0x39f)][_0x4bab1a(0x3f7)](_0xe94a2a));}async[_0x5ec49c(0x49b)](){const _0x16588f=_0x5ec49c,_0x5e77e4=[];this[_0x16588f(0x39f)][_0x16588f(0x23c)]((_0x3e7c5e,_0xb45d2b)=>{const _0x3e62dd=_0x16588f;window[_0x3e62dd(0x252)](_0x3e7c5e),_0x5e77e4[_0x3e62dd(0x498)](this[_0x3e62dd(0x4e4)](_0xb45d2b)[_0x3e62dd(0x3c1)](()=>{const _0x268396=_0x3e62dd;this[_0x268396(0x39f)]['delete'](_0xb45d2b);}));}),await Promise[_0x16588f(0x440)](_0x5e77e4);}[_0x5ec49c(0x4e0)](){const _0xb48139=_0x5ec49c;this[_0xb48139(0x3c5)](this[_0xb48139(0x398)][_0xb48139(0x41b)](()=>{const _0x6784a=_0xb48139;if(this[_0x6784a(0x39f)][_0x6784a(0x328)])return this[_0x6784a(0x2c0)]['t'](_0x6784a(0x18e));}));}},_0x395259[_0x5ec49c(0x183)]=_0x491075([_0x3fb196(0x0,_0x3f82c6['IConfigService']),_0x3fb196(0x1,_0x3f82c6[_0x5ec49c(0x490)]),_0x3fb196(0x2,_0x4fb45d[_0x5ec49c(0x4de)]),_0x3fb196(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['LocaleService'])),_0x3fb196(0x4,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b[_0x5ec49c(0x591)]))],_0x395259[_0x5ec49c(0x183)]);function _0x5e5897(_0x598eea){return'unit-cache-'+_0x598eea;}var _0x361caf=Object[_0x5ec49c(0x354)],_0xfccd3e=Object[_0x5ec49c(0x209)],_0x57b19b=(_0x7001ce,_0x5d1278,_0x22765e,_0x5e623b)=>{const _0x30bdb9=_0x5ec49c;for(var _0x124073=_0x5e623b>0x1?void 0x0:_0x5e623b?_0xfccd3e(_0x5d1278,_0x22765e):_0x5d1278,_0x5d6ea4=_0x7001ce[_0x30bdb9(0x4dc)]-0x1,_0xa82727;_0x5d6ea4>=0x0;_0x5d6ea4--)(_0xa82727=_0x7001ce[_0x5d6ea4])&&(_0x124073=(_0x5e623b?_0xa82727(_0x5d1278,_0x22765e,_0x124073):_0xa82727(_0x124073))||_0x124073);return _0x5e623b&&_0x124073&&_0x361caf(_0x5d1278,_0x22765e,_0x124073),_0x124073;},_0x2096b9=(_0x381fd5,_0x941d83)=>(_0xb20869,_0xd91f88)=>_0x941d83(_0xb20869,_0xd91f88,_0x381fd5);function _0x3a444a(_0x1fbb22){const _0x307e87=_0x5ec49c,{unitID:_0x54f477,mutations:_0x3f913d}=_0x1fbb22;return{'unitId':_0x54f477,'subUnitId':_0x3f913d[0x0][_0x307e87(0x236)][_0x307e87(0x47c)]};}let _0x51e6ea=class{constructor(_0x33ef0e,_0x594a05,_0x51140c){const _0x31e9c7=_0x5ec49c;this[_0x31e9c7(0x40f)]=_0x33ef0e,this['_transformService']=_0x594a05,this['_instanceService']=_0x51140c;}[_0x5ec49c(0x1bd)](_0x5c6dbc){const _0xa3a9bb=_0x5ec49c;var _0x551cde,_0x2580dd,_0x24f1d9,_0x2e57c7;const _0xfd8f68=this['_injector'][_0xa3a9bb(0x555)](_0x4b13d3[_0xa3a9bb(0x2c5)]),{unitId:_0x37e409,subUnitId:_0x34e3d1}=_0x3a444a(_0x5c6dbc),_0x24c2ea=_0xfd8f68[_0xa3a9bb(0x497)](_0x37e409)[_0xa3a9bb(0x386)](),_0x172ddb=(_0x2580dd=(_0x551cde=this['_instanceService'][_0xa3a9bb(0x48f)](_0x37e409))==null?void 0x0:_0x551cde[_0xa3a9bb(0x517)]())==null?void 0x0:_0x2580dd[_0xa3a9bb(0x1c7)]();if(_0x24c2ea[_0xa3a9bb(0x4dc)]===0x0||!_0x37e409||!_0x34e3d1)return;const _0x3eeeaa=[{'id':_0x4b13d3[_0xa3a9bb(0x2bf)]['id'],'params':{'unitId':_0x37e409,'subUnitId':_0x172ddb,'selections':_0x3f82c6[_0xa3a9bb(0x30b)][_0xa3a9bb(0x22a)](_0x24c2ea)}}],_0x29014f=this[_0xa3a9bb(0x268)]['transformMutationsWithChangeset'](_0x5c6dbc,_0x3eeeaa);if(!_0x544d9b[_0xa3a9bb(0x2f7)](_0x29014f))throw _0x29014f[_0xa3a9bb(0x2a4)];const _0x38f40e=(_0x2e57c7=(_0x24f1d9=_0x29014f[_0xa3a9bb(0x5ef)][0x0])==null?void 0x0:_0x24f1d9['params'])==null?void 0x0:_0x2e57c7[_0xa3a9bb(0x531)];if(Array[_0xa3a9bb(0x491)](_0x38f40e)&&_0x38f40e[_0xa3a9bb(0x4dc)]){if(_0x38f40e[_0xa3a9bb(0x4dc)]===_0x3eeeaa[0x0][_0xa3a9bb(0x236)][_0xa3a9bb(0x531)][_0xa3a9bb(0x4dc)]&&_0x38f40e[_0xa3a9bb(0x3ca)]((_0x20682d,_0x7bbd27)=>_0x3f82c6['Rectangle'][_0xa3a9bb(0x24b)](_0x20682d[_0xa3a9bb(0x2e5)],_0x3eeeaa[0x0][_0xa3a9bb(0x236)][_0xa3a9bb(0x531)][_0x7bbd27][_0xa3a9bb(0x2e5)])))return;this['_injector']['get'](_0x3f82c6[_0xa3a9bb(0x570)])[_0xa3a9bb(0x18d)](_0x4b13d3[_0xa3a9bb(0x2bf)]['id'],{'unitId':_0x37e409,'subUnitId':_0x172ddb,'selections':_0x38f40e});}}};_0x51e6ea=_0x57b19b([_0x2096b9(0x0,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['Injector'])),_0x2096b9(0x1,_0x544d9b[_0x5ec49c(0x20e)]),_0x2096b9(0x2,_0x3f82c6[_0x5ec49c(0x2be)])],_0x51e6ea);const _0x478e97=_0x3f82c6['createIdentifier'](_0x5ec49c(0x1b3));var _0x29614d=(_0x3f4c0d=>(_0x3f4c0d[_0x3f4c0d[_0x5ec49c(0x4cc)]=0x0]='NO_OTHER_CLIENTS_EDITING',_0x3f4c0d[_0x3f4c0d[_0x5ec49c(0x581)]=0x1]=_0x5ec49c(0x581),_0x3f4c0d))(_0x29614d||{});const _0x21d14c=0x7530,_0x13c93a='ACTIVE_UNIT_EVENT_CHANNEL';class _0x380694 extends _0x3f82c6['Disposable']{constructor(){const _0x501c86=_0x5ec49c;super(),_0x133daf(this,'_id',_0x3f82c6[_0x501c86(0x30b)][_0x501c86(0x51f)]()),_0x133daf(this,_0x501c86(0x272),new Set()),_0x133daf(this,_0x501c86(0x4fd),new Map()),_0x133daf(this,_0x501c86(0x3d3),null),_0x133daf(this,'_clearOtherTimers',new Map()),_0x133daf(this,_0x501c86(0x2c8),new Map()),this[_0x501c86(0x318)]();}['dispose'](){const _0x197c2a=_0x5ec49c;super['dispose'](),this['_clearOtherTimers'][_0x197c2a(0x23c)]((_0x56060f,_0x33fe33)=>this[_0x197c2a(0x29d)](_0x33fe33)),this[_0x197c2a(0x3d3)]&&window[_0x197c2a(0x281)](this[_0x197c2a(0x3d3)]);}[_0x5ec49c(0x34f)](_0x19f108){const _0x3070df=_0x5ec49c;return this[_0x3070df(0x49c)](_0x19f108)[_0x3070df(0x19d)](_0x3b9434['distinctUntilChanged']());}[_0x5ec49c(0x1ce)](_0x2ab246){const _0x49ca89=_0x5ec49c;this['_selfUnitIDs']['size']===0x0&&this['_scheduleHeartbeat'](),this[_0x49ca89(0x272)]['add'](_0x2ab246),this[_0x49ca89(0x353)]({'type':0x0,'memberID':this[_0x49ca89(0x53a)],'unitIDs':[_0x2ab246],'isForwarded':!0x1});}['disposeUnit'](_0x38a044){const _0x72405a=_0x5ec49c;this[_0x72405a(0x272)][_0x72405a(0x3f7)](_0x38a044),this['_selfUnitIDs']['size']===0x0&&this[_0x72405a(0x3d3)]&&window[_0x72405a(0x281)](this[_0x72405a(0x3d3)]);}['_init'](){const _0x48b615=_0x5ec49c;this['disposeWithMe'](_0x3f82c6[_0x48b615(0x4d8)](_0x3b9434[_0x48b615(0x2d0)](window,'storage')['subscribe'](_0x222e27=>{const _0x14c53c=_0x48b615;if(_0x222e27[_0x14c53c(0x424)]!==_0x13c93a||!_0x222e27[_0x14c53c(0x418)])return;const _0x337ab2=JSON[_0x14c53c(0x618)](_0x222e27[_0x14c53c(0x418)]);this[_0x14c53c(0x302)](_0x337ab2);}))),window[_0x48b615(0x344)](_0x48b615(0x28c),()=>this['_send']({'type':0x1,'memberID':this[_0x48b615(0x53a)],'unitIDs':Array[_0x48b615(0x214)](this[_0x48b615(0x272)])}));}[_0x5ec49c(0x302)](_0x423d81){const _0x5f461a=_0x5ec49c;switch(_0x423d81['type']){case 0x0:this[_0x5f461a(0x3d1)](_0x423d81);break;case 0x1:this[_0x5f461a(0x26b)](_0x423d81);break;case 0x2:this[_0x5f461a(0x43b)](_0x423d81);break;}}[_0x5ec49c(0x3d1)](_0x4d8e9b){const _0x5b0994=_0x5ec49c,{unitIDs:_0x110c16,memberID:_0x54f4fd,isForwarded:_0xb6cadc}=_0x4d8e9b;_0x110c16[_0x5b0994(0x23c)](_0x299410=>{const _0x51c8bc=_0x5b0994;if(!_0xb6cadc&&this[_0x51c8bc(0x4fd)][_0x51c8bc(0x293)](_0x299410)&&this[_0x51c8bc(0x49c)](_0x299410)[_0x51c8bc(0x4ab)](0x1),!this['_unitOnClients'][_0x51c8bc(0x293)](_0x299410)||!this[_0x51c8bc(0x4fd)][_0x51c8bc(0x555)](_0x299410)[_0x51c8bc(0x293)](_0x54f4fd)){const _0x489eb9=this[_0x51c8bc(0x4fd)][_0x51c8bc(0x555)](_0x299410)||new Set();_0x489eb9[_0x51c8bc(0x47a)](_0x54f4fd),this[_0x51c8bc(0x4fd)][_0x51c8bc(0x2ea)](_0x299410,_0x489eb9),this[_0x51c8bc(0x4eb)](_0x54f4fd);}}),_0xb6cadc||this['_send']({'type':0x0,'memberID':this[_0x5b0994(0x53a)],'unitIDs':[...this[_0x5b0994(0x272)]],'isForwarded':!0x0});}[_0x5ec49c(0x4eb)](_0x85b178){const _0x4edeaf=_0x5ec49c;this[_0x4edeaf(0x29d)](_0x85b178);const _0x5e44c0=window['setTimeout'](()=>{const _0x3b3988=_0x4edeaf;this[_0x3b3988(0x4fd)][_0x3b3988(0x23c)](_0xf19095=>{const _0x340d4d=_0x3b3988;_0xf19095[_0x340d4d(0x3f7)](_0x85b178);});},_0x21d14c*0x2);this[_0x4edeaf(0x38d)]['set'](_0x85b178,_0x5e44c0);}['_removeClearOtherTimer'](_0x35b09b){const _0x2ef028=_0x5ec49c;if(this[_0x2ef028(0x38d)][_0x2ef028(0x293)](_0x35b09b)){const _0x2d1527=this[_0x2ef028(0x38d)]['get'](_0x35b09b);_0x2d1527&&window['clearTimeout'](_0x2d1527),this[_0x2ef028(0x38d)]['set'](_0x35b09b,null);}}['_handleLeaveEvent'](_0x13fea1){const _0x437063=_0x5ec49c,{memberID:_0x26512a,unitIDs:_0x544dd2}=_0x13fea1;_0x544dd2[_0x437063(0x23c)](_0x2ca293=>{const _0x31358d=_0x437063;var _0x5a3843;const _0x200faf=this[_0x31358d(0x4fd)]['get'](_0x2ca293);_0x200faf&&(_0x200faf[_0x31358d(0x3f7)](_0x26512a),(_0x5a3843=this[_0x31358d(0x49c)](_0x2ca293))==null||_0x5a3843['next'](_0x200faf[_0x31358d(0x328)]===0x0?0x0:0x1));}),this[_0x437063(0x29d)](_0x26512a);}['_handleHeartbeatEvent'](_0x422a1b){this['_scheduleClearOtherTimer'](_0x422a1b['memberID']);}[_0x5ec49c(0x353)](_0x1e6f8c){const _0x302f33=_0x5ec49c;localStorage[_0x302f33(0x59e)](_0x13c93a,JSON[_0x302f33(0x45c)](_0x1e6f8c));}[_0x5ec49c(0x299)](){const _0x210969=_0x5ec49c;this['_heartbeatTimer']=window[_0x210969(0x549)](()=>{const _0x4f8e0a=_0x210969;this[_0x4f8e0a(0x353)]({'type':0x2,'memberID':this['_id']});},_0x21d14c);}[_0x5ec49c(0x49c)](_0x1c29f4){const _0x4c99ec=_0x5ec49c;return this[_0x4c99ec(0x2c8)][_0x4c99ec(0x293)](_0x1c29f4)||this[_0x4c99ec(0x2c8)][_0x4c99ec(0x2ea)](_0x1c29f4,new _0x3b9434[(_0x4c99ec(0x34c))](0x0)),this['_unitStatus'][_0x4c99ec(0x555)](_0x1c29f4);}}var _0x391492=Object['defineProperty'],_0x159430=Object[_0x5ec49c(0x209)],_0x21d476=(_0x2839b0,_0x4d0218,_0x2149ab,_0x46f6cb)=>{const _0x32790f=_0x5ec49c;for(var _0x3cc37e=_0x46f6cb>0x1?void 0x0:_0x46f6cb?_0x159430(_0x4d0218,_0x2149ab):_0x4d0218,_0x236a88=_0x2839b0[_0x32790f(0x4dc)]-0x1,_0x5b41b3;_0x236a88>=0x0;_0x236a88--)(_0x5b41b3=_0x2839b0[_0x236a88])&&(_0x3cc37e=(_0x46f6cb?_0x5b41b3(_0x4d0218,_0x2149ab,_0x3cc37e):_0x5b41b3(_0x3cc37e))||_0x3cc37e);return _0x46f6cb&&_0x3cc37e&&_0x391492(_0x4d0218,_0x2149ab,_0x3cc37e),_0x3cc37e;},_0x151f66=(_0x1858df,_0x86b96d)=>(_0x80bdb9,_0x2038c9)=>_0x86b96d(_0x80bdb9,_0x2038c9,_0x1858df);let _0x177439=class{constructor(_0xba8218,_0x3b2fb0,_0x5ec92c){this['_injector']=_0xba8218,this['_transformService']=_0x3b2fb0,this['_docStateChangeManagerService']=_0x5ec92c;}['transformStateCache'](_0x321846){this['_transformHistoryAndStateStack'](_0x321846);}[_0x5ec49c(0x26d)](_0x4b0b41){const _0x51304f=_0x5ec49c,{unitID:_0xd91390}=_0x4b0b41,{collaboration:_0x55dcb4}=this['_docStateChangeManagerService'][_0x51304f(0x3aa)](_0xd91390);if(_0x55dcb4[_0x51304f(0x4dc)]===0x0)return _0x4b0b41;let _0x5edf7a=_0x3f82c6[_0x51304f(0x30b)][_0x51304f(0x22a)](_0x4b0b41[_0x51304f(0x3cf)][0x0]);for(let _0x4c8b52=0x0;_0x4c8b52<_0x55dcb4[_0x51304f(0x4dc)];_0x4c8b52++){const _0x18ddea={'id':_0x51304f(0x280),'params':{'unitId':_0x55dcb4[_0x4c8b52]['unitId'],..._0x55dcb4[_0x4c8b52][_0x51304f(0x309)]}},_0x412cca=this[_0x51304f(0x268)][_0x51304f(0x17f)](_0x5edf7a,_0x18ddea,!0x1);if(_0x544d9b['isTransformMutationFailure'](_0x412cca))throw _0x412cca['error'];_0x5edf7a=_0x412cca[_0x51304f(0x2a7)];}return{..._0x3f82c6['Tools'][_0x51304f(0x22a)](_0x4b0b41),'mutations':[_0x5edf7a]};}[_0x5ec49c(0x60b)](_0x2ac9e1){const _0x36d595=_0x5ec49c,{unitID:_0x45bf81}=_0x2ac9e1,{history:_0x31bbdc,collaboration:_0x399c42}=this[_0x36d595(0x51b)]['getStateCache'](_0x45bf81);if(_0x31bbdc[_0x36d595(0x4dc)]===0x0&&_0x399c42['length']===0x0)return;const _0x3d09f1=[],_0x4c4062=[];let _0x1c7efa=_0x3f82c6[_0x36d595(0x30b)]['deepClone'](_0x2ac9e1['mutations'][0x0]),_0x22dd8b=_0x3f82c6[_0x36d595(0x30b)][_0x36d595(0x22a)](_0x2ac9e1[_0x36d595(0x3cf)][0x0]);for(let _0x449c99=_0x31bbdc['length']-0x1;_0x449c99>=0x0;_0x449c99--){const _0x5b9fbd={'id':_0x36d595(0x280),'params':{'unitId':_0x31bbdc[_0x449c99][_0x36d595(0x3d0)],..._0x31bbdc[_0x449c99][_0x36d595(0x3ba)]}},_0x52dd4d={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x31bbdc[_0x449c99]['unitId'],..._0x31bbdc[_0x449c99][_0x36d595(0x309)]}},_0x1b226c=this['_transformService'][_0x36d595(0x17f)](_0x1c7efa,_0x5b9fbd,!0x1),_0x2cf144=this[_0x36d595(0x268)][_0x36d595(0x17f)](_0x22dd8b,_0x52dd4d,!0x1);if(_0x544d9b[_0x36d595(0x360)](_0x1b226c))throw _0x1b226c[_0x36d595(0x2a4)];if(_0x544d9b[_0x36d595(0x360)](_0x2cf144))throw _0x2cf144[_0x36d595(0x2a4)];_0x3d09f1[_0x36d595(0x5a3)]({..._0x31bbdc[_0x449c99],'undoState':_0x1b226c[_0x36d595(0x5ef)]['params'],'redoState':_0x2cf144[_0x36d595(0x5ef)][_0x36d595(0x236)]}),_0x1c7efa=_0x1b226c[_0x36d595(0x2a7)],_0x22dd8b=_0x2cf144[_0x36d595(0x2a7)];}_0x1c7efa=_0x3f82c6[_0x36d595(0x30b)][_0x36d595(0x22a)](_0x2ac9e1[_0x36d595(0x3cf)][0x0]),_0x22dd8b=_0x3f82c6[_0x36d595(0x30b)][_0x36d595(0x22a)](_0x2ac9e1[_0x36d595(0x3cf)][0x0]);for(let _0x5f0598=_0x399c42[_0x36d595(0x4dc)]-0x1;_0x5f0598>=0x0;_0x5f0598--){const _0x3d6e0e={'id':_0x36d595(0x280),'params':{'unitId':_0x399c42[_0x5f0598][_0x36d595(0x3d0)],..._0x399c42[_0x5f0598][_0x36d595(0x3ba)]}},_0x339386={'id':_0x36d595(0x280),'params':{'unitId':_0x399c42[_0x5f0598][_0x36d595(0x3d0)],..._0x399c42[_0x5f0598][_0x36d595(0x309)]}},_0x14b512=this['_transformService']['transformMutation'](_0x1c7efa,_0x3d6e0e,!0x1),_0x3c2c64=this['_transformService'][_0x36d595(0x17f)](_0x22dd8b,_0x339386,!0x1);if(_0x544d9b[_0x36d595(0x360)](_0x14b512))throw _0x14b512['error'];if(_0x544d9b['isTransformMutationFailure'](_0x3c2c64))throw _0x3c2c64[_0x36d595(0x2a4)];_0x4c4062[_0x36d595(0x5a3)]({..._0x399c42[_0x5f0598],'undoState':_0x14b512[_0x36d595(0x5ef)][_0x36d595(0x236)],'redoState':_0x3c2c64[_0x36d595(0x5ef)]['params']}),_0x1c7efa=_0x14b512[_0x36d595(0x2a7)],_0x22dd8b=_0x3c2c64[_0x36d595(0x2a7)];}this[_0x36d595(0x51b)][_0x36d595(0x1fb)](_0x45bf81,{'history':_0x3d09f1,'collaboration':_0x4c4062});}};_0x177439=_0x21d476([_0x151f66(0x0,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x151f66(0x1,_0x544d9b['ITransformService']),_0x151f66(0x2,_0x3f82c6[_0x5ec49c(0x476)](_0x10da62['DocStateChangeManagerService']))],_0x177439);function _0x7b544c(_0x32530d){const _0x5a92ec=_0x5ec49c;let _0x472ffd='';for(const _0x29f2a7 of _0x32530d){const {startOffset:_0x5c686f,endOffset:_0x2413a8,isActive:_0x3d7302,rangeType:_0xde50b1,segmentId:_0xd9221b,segmentPage:_0x2ce5f6}=_0x29f2a7;_0x472ffd[_0x5a92ec(0x4dc)]&&(_0x472ffd+=','),_0x472ffd+=_0x5c686f+':'+_0x2413a8+':'+(_0x3d7302?'1':'0')+':'+_0xde50b1+':'+_0xd9221b+':'+_0x2ce5f6;}return _0x472ffd;}function _0x4ded27(_0xdf9eb2){const _0x31de5c=_0x5ec49c,_0x4435a8=_0xdf9eb2[_0x31de5c(0x562)](','),_0x2c19a7=[];for(const _0x5784aa of _0x4435a8){const [_0x5c21f8,_0x1e0113,_0x1e0fab,_0x167047,_0x1a49e0,_0x40d3fe]=_0x5784aa['split'](':');_0x2c19a7[_0x31de5c(0x498)]({'startOffset':Number(_0x5c21f8),'endOffset':Number(_0x1e0113),'collapsed':_0x5c21f8===_0x1e0113,'isActive':_0x1e0fab==='1','rangeType':_0x167047===_0x3f82c6[_0x31de5c(0x2b1)][_0x31de5c(0x441)]?_0x3f82c6[_0x31de5c(0x2b1)][_0x31de5c(0x441)]:_0x3f82c6[_0x31de5c(0x2b1)][_0x31de5c(0x5c6)],'segmentId':typeof _0x1a49e0==_0x31de5c(0x5d3)?String(_0x1a49e0):'','segmentPage':Number(_0x40d3fe!=null?_0x40d3fe:-0x1)});}return _0x2c19a7[_0x31de5c(0x455)](_0x10c175=>_0x10c175[_0x31de5c(0x1d1)])||(_0x2c19a7[0x0][_0x31de5c(0x1d1)]=!0x0),_0x2c19a7;}class _0x44d389 extends _0x3f82c6['RxDisposable']{constructor(){const _0x441610=_0x5ec49c;super(...arguments),_0x133daf(this,_0x441610(0x400),new _0x3b9434[(_0x441610(0x34c))](null)),_0x133daf(this,_0x441610(0x619),this[_0x441610(0x400)][_0x441610(0x1ee)]());}[_0x5ec49c(0x3e2)](_0x4ec0c6){const _0x4f18a9=_0x5ec49c,{unitID:_0x5222df,memberID:_0x513159,textRanges:_0x45c7a4}=_0x4ec0c6,_0x523af0=_0x7b544c(_0x45c7a4);if(_0x523af0==='')return;const _0x141ffa={'unitID':_0x5222df,'memberID':_0x513159,'selection':_0x523af0};this[_0x4f18a9(0x400)]['next'](_0x141ffa);}}var _0x23d931=Object[_0x5ec49c(0x354)],_0x257a19=Object[_0x5ec49c(0x209)],_0x40d498=(_0x37d278,_0x49f6ca,_0xecfa7c,_0x1d0226)=>{for(var _0x535a5a=_0x1d0226>0x1?void 0x0:_0x1d0226?_0x257a19(_0x49f6ca,_0xecfa7c):_0x49f6ca,_0x272ea2=_0x37d278['length']-0x1,_0x26f503;_0x272ea2>=0x0;_0x272ea2--)(_0x26f503=_0x37d278[_0x272ea2])&&(_0x535a5a=(_0x1d0226?_0x26f503(_0x49f6ca,_0xecfa7c,_0x535a5a):_0x26f503(_0x535a5a))||_0x535a5a);return _0x1d0226&&_0x535a5a&&_0x23d931(_0x49f6ca,_0xecfa7c,_0x535a5a),_0x535a5a;},_0x576101=(_0x434994,_0x31eff5)=>(_0x323e77,_0x1b7504)=>_0x31eff5(_0x323e77,_0x1b7504,_0x434994);let _0x5ebe28=class{constructor(_0x3f18ca,_0x177549){const _0x26c4cf=_0x5ec49c;this[_0x26c4cf(0x40f)]=_0x3f18ca,this[_0x26c4cf(0x268)]=_0x177549;}[_0x5ec49c(0x1bd)](_0x3ee826){const _0xd1c0aa=_0x5ec49c;var _0x41b0e9;const _0x27e6f6=this[_0xd1c0aa(0x40f)][_0xd1c0aa(0x555)](_0x431858[_0xd1c0aa(0x629)]),_0x62cc14=(_0x41b0e9=_0x27e6f6[_0xd1c0aa(0x4f1)]())!=null?_0x41b0e9:[];if(_0x62cc14['length']===0x0)return;const _0x2a2a3e=_0x3ee826[_0xd1c0aa(0x4aa)],_0x39d839=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x2a2a3e,'actions':null,'textRanges':_0x62cc14}}],_0x27ec71=this[_0xd1c0aa(0x268)][_0xd1c0aa(0x494)](_0x3ee826,_0x39d839);if(!_0x544d9b[_0xd1c0aa(0x2f7)](_0x27ec71))throw _0x27ec71[_0xd1c0aa(0x2a4)];const _0x4ddd28=_0x27ec71[_0xd1c0aa(0x5ef)][0x0]['params'][_0xd1c0aa(0x4d3)];Array[_0xd1c0aa(0x491)](_0x4ddd28)&&_0x4ddd28[_0xd1c0aa(0x4dc)]&&_0x27e6f6['replaceDocRanges'](_0x4ddd28,{'unitId':_0x2a2a3e,'subUnitId':_0x2a2a3e},!0x1);}};_0x5ebe28=_0x40d498([_0x576101(0x0,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x576101(0x1,_0x544d9b[_0x5ec49c(0x20e)])],_0x5ebe28);const _0x4f3eef=new Set([_0x4b13d3[_0x5ec49c(0x51a)]['id']]);function _0x4a9456(_0x96ac51,_0x46b38a,_0x19160d,_0x255b58,_0x16e91b){const _0x333f85=_0x5ec49c;var _0x55c338,_0x5dde14,_0x43bc01,_0x362f45;const _0xbff99b=[];for(const _0x9141b of _0x96ac51)if(_0x4f3eef[_0x333f85(0x293)](_0x9141b['id'])){if(_0xbff99b[_0x333f85(0x4dc)]>0x0)break;_0xbff99b[_0x333f85(0x498)](_0x9141b);break;}else _0xbff99b[_0x333f85(0x498)](_0x9141b);const _0x478991=(_0x5dde14=(_0x55c338=_0x16e91b[_0x333f85(0x310)]())==null?void 0x0:_0x55c338[_0x333f85(0x5cb)])!=null?_0x5dde14:_0x333f85(0x191),_0x5bf33c=(_0x362f45=(_0x43bc01=_0x16e91b[_0x333f85(0x310)]())==null?void 0x0:_0x43bc01[_0x333f85(0x2a6)])!=null?_0x362f45:_0x333f85(0x191);return{'changeset':{'unitID':_0x46b38a,'type':_0x544d9b['mapDocumentTypeToUniverType'](_0x19160d[_0x333f85(0x49d)](_0x46b38a)),'baseRev':_0x255b58[_0x333f85(0x29b)](_0x46b38a),'revision':0x0,'userID':_0x478991,'memberID':_0x5bf33c,'mutations':_0xbff99b},'pendingMutations':_0x96ac51['slice'](_0xbff99b[_0x333f85(0x4dc)])};}function _0x335d8f(_0x3a1c83,_0x258f2d,_0x378669,_0x20d668,_0x774e22){const _0x21248f=_0x5ec49c;var _0x303ef1,_0x4fb790,_0x313c13,_0x354ad7;const _0x5433fc=[_0x3a1c83[_0x21248f(0x463)]((_0x4c9a2f,_0xce8938)=>{const _0x307b4b=_0x21248f;var _0x25f5dd;const {id:_0x26032c}=_0x4c9a2f,{id:_0x528509,type:_0x29935a}=_0xce8938,_0x422bd1=(_0x25f5dd=_0x4c9a2f[_0x307b4b(0x236)])!=null?_0x25f5dd:{'actions':null},_0x35d619=_0xce8938['params'];if(_0x26032c&&_0x26032c!==_0x528509)throw new Error(_0x307b4b(0x22d)+_0x26032c+'\x20-\x20'+_0x528509+'.');return{..._0x4c9a2f,'id':_0x528509,'type':_0x29935a,'params':{'unitId':_0x35d619[_0x307b4b(0x3d0)],'textRanges':_0x35d619[_0x307b4b(0x4d3)],'actions':_0x3f82c6['JSONX'][_0x307b4b(0x47f)](_0x422bd1[_0x307b4b(0x19f)],_0x35d619[_0x307b4b(0x19f)])}};},{})],_0x20d699=(_0x4fb790=(_0x303ef1=_0x774e22['getCurrentUser']())==null?void 0x0:_0x303ef1[_0x21248f(0x5cb)])!=null?_0x4fb790:_0x21248f(0x191),_0x1d210=(_0x354ad7=(_0x313c13=_0x774e22[_0x21248f(0x310)]())==null?void 0x0:_0x313c13[_0x21248f(0x2a6)])!=null?_0x354ad7:_0x21248f(0x191);return{'changeset':{'unitID':_0x258f2d,'type':_0x544d9b[_0x21248f(0x4df)](_0x378669[_0x21248f(0x49d)](_0x258f2d)),'baseRev':_0x20d668['getCurrentRevOfUnit'](_0x258f2d),'revision':0x0,'userID':_0x20d699,'memberID':_0x1d210,'mutations':_0x5433fc},'pendingMutations':[]};}function _0x4603d9(_0x43e3f4,_0x56a25a){const _0x46dc01=_0x5ec49c,_0x2250e9=new _0x3b9434[(_0x46dc01(0x46a))](0x1);return setTimeout(()=>_0x2250e9['next'](_0x56a25a),_0x43e3f4),_0x2250e9['asObservable']()[_0x46dc01(0x19d)](_0x3b9434[_0x46dc01(0x41c)](0x1));}const _0x4e389f={'id':_0x4b13d3[_0x5ec49c(0x3c3)]['id'],'type':_0x3f82c6[_0x5ec49c(0x533)][_0x5ec49c(0x347)],'params':{}};var _0x3039d8=Object[_0x5ec49c(0x354)],_0x21efba=Object['getOwnPropertyDescriptor'],_0x470a46=(_0xab5f0d,_0x32bf63,_0x40e3f1,_0x1fcb87)=>{const _0x2d9763=_0x5ec49c;for(var _0xd6220d=_0x1fcb87>0x1?void 0x0:_0x1fcb87?_0x21efba(_0x32bf63,_0x40e3f1):_0x32bf63,_0x556729=_0xab5f0d[_0x2d9763(0x4dc)]-0x1,_0x3c52cb;_0x556729>=0x0;_0x556729--)(_0x3c52cb=_0xab5f0d[_0x556729])&&(_0xd6220d=(_0x1fcb87?_0x3c52cb(_0x32bf63,_0x40e3f1,_0xd6220d):_0x3c52cb(_0xd6220d))||_0xd6220d);return _0x1fcb87&&_0xd6220d&&_0x3039d8(_0x32bf63,_0x40e3f1,_0xd6220d),_0xd6220d;},_0x19479f=(_0x340ea3,_0x4f5b68)=>(_0x97684f,_0x3e937e)=>_0x4f5b68(_0x97684f,_0x3e937e,_0x340ea3),_0x725423=(_0x360634=>(_0x360634[_0x5ec49c(0x1cb)]='not_collab',_0x360634['SYNCED']=_0x5ec49c(0x221),_0x360634[_0x5ec49c(0x567)]='pending',_0x360634[_0x5ec49c(0x63b)]=_0x5ec49c(0x17c),_0x360634[_0x5ec49c(0x53e)]='awaiting_with_pending',_0x360634[_0x5ec49c(0x25a)]=_0x5ec49c(0x21d),_0x360634[_0x5ec49c(0x50e)]=_0x5ec49c(0x288),_0x360634['OFFLINE']=_0x5ec49c(0x5de),_0x360634))(_0x725423||{});const _0x4f520f=0xea60;class _0x169689{constructor(_0x17a878,_0x22f730,_0x5b5adc,_0x12ab54,_0x48bfd3,_0x517506,_0x89d22,_0x272d11,_0x5b8a67){const _0x5c6f0e=_0x5ec49c;_0x133daf(this,'_awaitingChangeset',null),_0x133daf(this,'_pendingMutations',[]),(this['unitID']=_0x17a878,this[_0x5c6f0e(0x584)]=_0x22f730,this['_handler']=_0x48bfd3,this[_0x5c6f0e(0x180)]=_0x517506,this['_undoRedoService']=_0x89d22,this[_0x5c6f0e(0x539)]=_0x272d11,this[_0x5c6f0e(0x530)]=_0x5b8a67,this[_0x5c6f0e(0x3c0)]=_0x5b5adc,this['_pendingMutations']=_0x12ab54);}[_0x5ec49c(0x603)](_0x385245){const _0x3be55a=_0x5ec49c,_0x51bd8e=this[_0x3be55a(0x539)]['getCurrentRevOfUnit'](this[_0x3be55a(0x4aa)]);return _0x385245[_0x3be55a(0x370)]>_0x51bd8e+0x1?(this[_0x3be55a(0x5e7)][_0x3be55a(0x245)]({'from':_0x51bd8e,'to':_0x385245['revision']-0x1}),!0x0):!0x1;}[_0x5ec49c(0x436)](_0x4e2d57){const _0x4fd973=_0x5ec49c;this[_0x4fd973(0x307)]['transformUndoRedo'](this[_0x4fd973(0x4aa)],_0x4e2d57);}[_0x5ec49c(0x320)](_0x2b869a){const _0x249de=_0x5ec49c;var _0x3c27cc,_0x23d6b0;(_0x23d6b0=(_0x3c27cc=this[_0x249de(0x5e7)])[_0x249de(0x53b)])==null||_0x23d6b0[_0x249de(0x38f)](_0x3c27cc,_0x2b869a);}['_transformIMECache'](_0x4eb01d){const _0x587a17=_0x5ec49c;var _0x397f18,_0x5c0ea9;return(_0x5c0ea9=(_0x397f18=this[_0x587a17(0x5e7)])['onTransformIME'])==null?void 0x0:_0x5c0ea9[_0x587a17(0x38f)](_0x397f18,_0x4eb01d);}[_0x5ec49c(0x3a1)](_0x537608){const _0x2f55c1=_0x5ec49c;var _0x448ebe,_0x35329a;return(_0x35329a=(_0x448ebe=this[_0x2f55c1(0x5e7)])['onTransformState'])==null?void 0x0:_0x35329a[_0x2f55c1(0x38f)](_0x448ebe,_0x537608);}['_transformRemoteChangesetByIMECache'](_0x97c568){const _0x5d202d=_0x5ec49c;var _0xe4de81,_0x353e36,_0x1c51d2;return(_0x1c51d2=(_0x353e36=(_0xe4de81=this[_0x5d202d(0x5e7)])[_0x5d202d(0x477)])==null?void 0x0:_0x353e36[_0x5d202d(0x38f)](_0xe4de81,_0x97c568))!=null?_0x1c51d2:_0x97c568;}['_transformRemoteChangesetByStateCache'](_0x552f0f){const _0x159c07=_0x5ec49c;var _0x400b1a,_0x5bc7fd,_0x17f712;return(_0x17f712=(_0x5bc7fd=(_0x400b1a=this['_handler'])[_0x159c07(0x289)])==null?void 0x0:_0x5bc7fd['call'](_0x400b1a,_0x552f0f))!=null?_0x17f712:_0x552f0f;}[_0x5ec49c(0x631)](_0x1debfc){const _0x1f083d=_0x5ec49c;var _0x4f77d2,_0x32f12b;if(this[_0x1f083d(0x584)]===_0x292f19[_0x1f083d(0x4a4)]){const {unitID:_0x53f0d9,mutations:_0xe0c4a,memberID:_0x28aca7}=_0x1debfc,_0x107201=_0xe0c4a[0x0][_0x1f083d(0x236)]['textRanges'];Array[_0x1f083d(0x491)](_0x107201)&&_0x107201[_0x1f083d(0x4dc)]>0x0&&((_0x32f12b=(_0x4f77d2=this[_0x1f083d(0x5e7)])['onSyncEditingCollabCursor'])==null||_0x32f12b[_0x1f083d(0x38f)](_0x4f77d2,{'unitID':_0x53f0d9,'memberID':_0x28aca7,'textRanges':_0x107201}));}}[_0x5ec49c(0x5e2)](){const _0x5c16a2=_0x5ec49c;this[_0x5c16a2(0x530)][_0x5c16a2(0x26f)](this['unitID'],this[_0x5c16a2(0x584)],this[_0x5c16a2(0x3c0)],this[_0x5c16a2(0x5c2)]);}[_0x5ec49c(0x574)](){const _0x5f19c5=_0x5ec49c;return this[_0x5f19c5(0x539)]['getCurrentRevOfUnit'](this[_0x5f19c5(0x4aa)]);}[_0x5ec49c(0x4f7)](){const _0x4e1b16=_0x5ec49c;this['_revisionService']['incrementRevOfUnit'](this[_0x4e1b16(0x4aa)]);}[_0x5ec49c(0x427)](_0x195574){const _0x380c47=_0x5ec49c;var _0x1b38f7;let _0xe4642d=this[_0x380c47(0x4f2)](_0x195574);_0xe4642d=this[_0x380c47(0x397)](_0xe4642d);const _0x570508=_0x3f82c6[_0x380c47(0x54c)](_0xe4642d[_0x380c47(0x3cf)],this[_0x380c47(0x180)],{'fromCollab':!0x0});if(!_0x570508[_0x380c47(0x442)])throw _0x570508['error']instanceof Error?_0x570508['error']:new Error((_0x1b38f7=_0x570508[_0x380c47(0x2a4)])!=null?_0x1b38f7:_0x380c47(0x20d));this[_0x380c47(0x541)](_0xe4642d),this[_0x380c47(0x3a1)](_0xe4642d),this[_0x380c47(0x436)](_0x195574),this['_transformSelections'](_0xe4642d),this[_0x380c47(0x631)](_0xe4642d),this[_0x380c47(0x4f7)]();}}let _0xfdd8bd=class extends _0x169689{constructor(_0x2d555d,_0x2f4304,_0xc39398,_0x1bd086,_0x248ab4,_0x530970,_0x462483,_0x45de25,_0x67433c,_0x4b3d99){const _0x5b9725=_0x5ec49c;super(_0x2d555d,_0x2f4304,null,[],_0xc39398,_0x45de25,_0x462483,_0x1bd086,_0x248ab4),_0x133daf(this,_0x5b9725(0x42c),_0x5b9725(0x221)),(this[_0x5b9725(0x40f)]=_0x530970,this[_0x5b9725(0x3dd)]=_0x67433c,this[_0x5b9725(0x268)]=_0x4b3d99);}[_0x5ec49c(0x459)](_0x26ad2c){const _0x38f9b7=_0x5ec49c,_0x2ab77e=this[_0x38f9b7(0x40f)][_0x38f9b7(0x3d8)](_0x48e10f,this[_0x38f9b7(0x4aa)],this[_0x38f9b7(0x584)],[_0x26ad2c],this[_0x38f9b7(0x5e7)]);return _0x2ab77e[_0x38f9b7(0x5eb)](),_0x2ab77e[_0x38f9b7(0x5e2)](),_0x2ab77e;}[_0x5ec49c(0x47e)](_0x33471c){const _0xb96280=_0x5ec49c;if(this[_0xb96280(0x603)](_0x33471c))return this[_0xb96280(0x40f)][_0xb96280(0x3d8)](_0x5c666a,this[_0xb96280(0x4aa)],this[_0xb96280(0x584)],null,[],null,[_0x33471c],this['_handler']);try{const _0x4d75d3=this[_0xb96280(0x268)][_0xb96280(0x494)](_0x33471c,[_0x4e389f]);if(_0x544d9b[_0xb96280(0x2f7)](_0x4d75d3)){const {c1Prime:_0x329461}=_0x4d75d3;return this[_0xb96280(0x427)](_0x329461),this;}throw _0x4d75d3['error'];}catch(_0x6c2db2){return this[_0xb96280(0x3dd)][_0xb96280(0x2a4)](_0x6c2db2),this['_onConflict'](!0x1);}}['_onConflict'](_0x4dac93){const _0x3282f8=_0x5ec49c;return this['_injector'][_0x3282f8(0x3d8)](_0x4786cc,this[_0x3282f8(0x4aa)],this[_0x3282f8(0x584)],null,[],this[_0x3282f8(0x5e7)],_0x4dac93);}['onRemoteAck'](){const _0x28b63a=_0x5ec49c;throw new Error(_0x28b63a(0x61b));}[_0x5ec49c(0x458)](){const _0x513698=_0x5ec49c;throw new Error(_0x513698(0x56c));}[_0x5ec49c(0x43a)](){return this;}['toggleOffline'](){const _0x2dbf2a=_0x5ec49c;return this[_0x2dbf2a(0x40f)]['createInstance'](_0x58f158,this[_0x2dbf2a(0x4aa)],this[_0x2dbf2a(0x584)],null,[],this[_0x2dbf2a(0x5e7)]);}[_0x5ec49c(0x1f4)](){return this;}[_0x5ec49c(0x54f)](){throw new Error('[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x5ec49c(0x515)](){const _0xd624fc=_0x5ec49c,_0x37ee2a=this[_0xd624fc(0x539)]['getCurrentRevOfUnit'](this[_0xd624fc(0x4aa)]);return this['_handler'][_0xd624fc(0x245)]({'from':_0x37ee2a,'to':0x0}),this[_0xd624fc(0x40f)][_0xd624fc(0x3d8)](_0x5c666a,this[_0xd624fc(0x4aa)],this[_0xd624fc(0x584)],null,[],null,[],this[_0xd624fc(0x5e7)]);}};_0xfdd8bd=_0x470a46([_0x19479f(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b[_0x5ec49c(0x591)])),_0x19479f(0x4,_0x3f82c6[_0x5ec49c(0x476)](_0x395259['LocalCacheService'])),_0x19479f(0x5,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x19479f(0x6,_0x3f82c6[_0x5ec49c(0x44c)]),_0x19479f(0x7,_0x3f82c6[_0x5ec49c(0x570)]),_0x19479f(0x8,_0x3f82c6['ILogService']),_0x19479f(0x9,_0x544d9b['ITransformService'])],_0xfdd8bd);let _0x48e10f=class extends _0x169689{constructor(_0xd1ff02,_0x5b0301,_0x3fe51b,_0x3a91f8,_0x37a058,_0x3c3f27,_0x40cda9,_0x527083,_0x5880cb,_0x59023e,_0x31dfcc,_0x36c7df,_0x31760f,_0x346317){const _0x2e5d8e=_0x5ec49c;super(_0xd1ff02,_0x5b0301,null,_0x3fe51b,_0x3a91f8,_0x59023e,_0x346317,_0x3c3f27,_0x40cda9),_0x133daf(this,_0x2e5d8e(0x42c),_0x2e5d8e(0x49a)),_0x133daf(this,_0x2e5d8e(0x256),null),_0x133daf(this,'_sendingTimer',null),(this[_0x2e5d8e(0x40f)]=_0x37a058,this['_memberService']=_0x527083,this[_0x2e5d8e(0x3dd)]=_0x5880cb,this['_configService']=_0x31dfcc,this['_transformService']=_0x36c7df,this[_0x2e5d8e(0x506)]=_0x31760f);}[_0x5ec49c(0x459)](_0x56835a){const _0x5dea6f=_0x5ec49c;return this['_pendingMutations'][_0x5dea6f(0x498)](_0x56835a),this[_0x5dea6f(0x5e2)](),this;}[_0x5ec49c(0x47e)](_0x138895){const _0x42bd4d=_0x5ec49c;if(this[_0x42bd4d(0x603)](_0x138895))return this['_clearScheduledTask'](),this[_0x42bd4d(0x40f)][_0x42bd4d(0x3d8)](_0x5c666a,this[_0x42bd4d(0x4aa)],this[_0x42bd4d(0x584)],null,this[_0x42bd4d(0x5c2)],null,[_0x138895],this[_0x42bd4d(0x5e7)]);try{const _0x3bc4ce=this[_0x42bd4d(0x268)]['transformMutationsWithChangeset'](_0x138895,this['_pendingMutations']);if(_0x544d9b[_0x42bd4d(0x2f7)](_0x3bc4ce)){const {c1Prime:_0x15b919,m2Prime:_0x5e00be}=_0x3bc4ce;this[_0x42bd4d(0x427)](_0x15b919);const _0x1dea46=this[_0x42bd4d(0x40f)][_0x42bd4d(0x3d8)](_0x48e10f,this['unitID'],this['type'],_0x5e00be,this[_0x42bd4d(0x5e7)]);return this[_0x42bd4d(0x5d9)](),_0x1dea46[_0x42bd4d(0x5eb)](this[_0x42bd4d(0x256)]?Math['max'](0x0,new Date()['getTime']()-this[_0x42bd4d(0x256)]):this[_0x42bd4d(0x2ac)]()),_0x1dea46;}throw _0x3bc4ce[_0x42bd4d(0x2a4)];}catch(_0x4c1b18){return this[_0x42bd4d(0x3dd)][_0x42bd4d(0x2a4)](_0x4c1b18),this['_onConflict'](!0x1);}}[_0x5ec49c(0x1da)](){throw new Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x5ec49c(0x458)](){const _0x439f2f=_0x5ec49c;throw new Error(_0x439f2f(0x1c1));}[_0x5ec49c(0x43a)](){return this;}['toggleOffline'](){const _0x582276=_0x5ec49c;return this[_0x582276(0x5d9)](),this[_0x582276(0x40f)][_0x582276(0x3d8)](_0x58f158,this['unitID'],this[_0x582276(0x584)],null,this[_0x582276(0x5c2)],this[_0x582276(0x5e7)]);}[_0x5ec49c(0x1f4)](){return this;}[_0x5ec49c(0x5eb)](_0x32b35a){const _0x5f9e0c=_0x5ec49c,_0x286d12=_0x32b35a!=null?_0x32b35a:this['_getSendChangesetTimeout']();this[_0x5f9e0c(0x256)]=new Date()['getTime'](),this[_0x5f9e0c(0x5b2)]=window[_0x5f9e0c(0x1db)](()=>{const _0x33566e=_0x5f9e0c;this[_0x33566e(0x5d9)]();let _0x3907f4=null;switch(this[_0x33566e(0x584)]){case _0x292f19['UNIVER_SHEET']:{_0x3907f4=_0x4a9456(this[_0x33566e(0x5c2)],this[_0x33566e(0x4aa)],this[_0x33566e(0x506)],this[_0x33566e(0x539)],this['_memberService']);break;}case _0x292f19[_0x33566e(0x4a4)]:{this['_pendingMutations'][_0x33566e(0x3ca)](_0x567b8c=>_0x567b8c['id']===_0x431858['RichTextEditingMutation']['id'])?_0x3907f4=_0x335d8f(this['_pendingMutations'],this[_0x33566e(0x4aa)],this[_0x33566e(0x506)],this[_0x33566e(0x539)],this['_memberService']):_0x3907f4=_0x4a9456(this[_0x33566e(0x5c2)],this[_0x33566e(0x4aa)],this['_univerInstanceService'],this[_0x33566e(0x539)],this['_memberService']);break;}default:throw new Error('[PendingState]:\x20unhandled\x20univer\x20type:\x20'+this[_0x33566e(0x584)]+_0x33566e(0x599));}const {changeset:_0x706938,pendingMutations:_0x2ee562}=_0x3907f4;this[_0x33566e(0x5e7)]['onSendChangeset'](_0x706938);const _0x540fed=_0x2ee562['length']?this[_0x33566e(0x40f)]['createInstance'](_0x94d46d,this['unitID'],this[_0x33566e(0x584)],_0x706938,_0x2ee562,this[_0x33566e(0x5e7)],void 0x0):this['_injector'][_0x33566e(0x3d8)](_0x23336f,this[_0x33566e(0x4aa)],this[_0x33566e(0x584)],_0x706938,this[_0x33566e(0x5e7)]);_0x540fed[_0x33566e(0x5e2)](),this[_0x33566e(0x5e7)]['onStateChange'](this,_0x540fed);},_0x286d12);}[_0x5ec49c(0x2ac)](){const _0x489a0=_0x5ec49c;var _0x29fb49;const _0x4c902b=this[_0x489a0(0x206)][_0x489a0(0x2eb)](_0x15906c);return(_0x29fb49=_0x4c902b==null?void 0x0:_0x4c902b[_0x489a0(0x411)])!=null?_0x29fb49:0x7d0;}[_0x5ec49c(0x54f)](){const _0x48cc03=_0x5ec49c;throw new Error(_0x48cc03(0x462));}['_clearScheduledTask'](){const _0x18d1bc=_0x5ec49c;this[_0x18d1bc(0x5b2)]!=null&&(clearTimeout(this['_sendingTimer']),this[_0x18d1bc(0x5b2)]=null);}[_0x5ec49c(0x636)](_0x15840e){const _0x513df5=_0x5ec49c;return this[_0x513df5(0x5d9)](),this[_0x513df5(0x40f)][_0x513df5(0x3d8)](_0x4786cc,this['unitID'],this['type'],null,this[_0x513df5(0x5c2)],this[_0x513df5(0x5e7)],_0x15840e);}};_0x48e10f=_0x470a46([_0x19479f(0x4,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['Injector'])),_0x19479f(0x5,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b[_0x5ec49c(0x591)])),_0x19479f(0x6,_0x3f82c6[_0x5ec49c(0x476)](_0x395259[_0x5ec49c(0x183)])),_0x19479f(0x7,_0x3f82c6['Inject'](_0x395259[_0x5ec49c(0x372)])),_0x19479f(0x8,_0x3f82c6[_0x5ec49c(0x3cc)]),_0x19479f(0x9,_0x3f82c6[_0x5ec49c(0x570)]),_0x19479f(0xa,_0x3f82c6[_0x5ec49c(0x2ab)]),_0x19479f(0xb,_0x544d9b[_0x5ec49c(0x20e)]),_0x19479f(0xc,_0x3f82c6[_0x5ec49c(0x2be)]),_0x19479f(0xd,_0x3f82c6[_0x5ec49c(0x44c)])],_0x48e10f);let _0x23336f=class extends _0x169689{constructor(_0x2fbf86,_0x1a584b,_0x51cc22,_0x47eeb4,_0x54493b,_0x537abf,_0xd251db,_0x41a582,_0x3339be,_0x4f3fe4,_0x3690f8){const _0xb1bf07=_0x5ec49c;super(_0x2fbf86,_0x1a584b,_0x51cc22,[],_0x47eeb4,_0x41a582,_0x3690f8,_0x537abf,_0xd251db),_0x133daf(this,_0xb1bf07(0x42c),_0xb1bf07(0x17c)),_0x133daf(this,_0xb1bf07(0x3ed),0x0),_0x133daf(this,_0xb1bf07(0x35e)),_0x133daf(this,_0xb1bf07(0x41d)),(this[_0xb1bf07(0x40f)]=_0x54493b,this[_0xb1bf07(0x3dd)]=_0x3339be,this[_0xb1bf07(0x268)]=_0x4f3fe4);}[_0x5ec49c(0x459)](_0x2cf675){const _0x3b1197=_0x5ec49c;this[_0x3b1197(0x5d9)]();const _0x36554b=this[_0x3b1197(0x40f)][_0x3b1197(0x3d8)](_0x94d46d,this[_0x3b1197(0x4aa)],this[_0x3b1197(0x584)],this[_0x3b1197(0x3c0)],[_0x2cf675],this[_0x3b1197(0x5e7)],this['_resendTimer']);return _0x36554b[_0x3b1197(0x5e2)](),_0x36554b;}['onRemoteChangeset'](_0x3a21da){const _0x3fb7c5=_0x5ec49c;if(this[_0x3fb7c5(0x603)](_0x3a21da))return this['_clearScheduledTask'](),this[_0x3fb7c5(0x40f)][_0x3fb7c5(0x3d8)](_0x5c666a,this[_0x3fb7c5(0x4aa)],this[_0x3fb7c5(0x584)],this[_0x3fb7c5(0x3c0)],[],null,[_0x3a21da],this[_0x3fb7c5(0x5e7)]);try{const _0x3b41ab=this[_0x3fb7c5(0x268)][_0x3fb7c5(0x5f8)]([_0x3a21da],[this[_0x3fb7c5(0x3c0)]],!0x1);if(_0x544d9b['isTransformChangesetsSuccess'](_0x3b41ab)){const {c1Prime:_0x4590b3,c2Prime:_0x5085fa}=_0x3b41ab;this[_0x3fb7c5(0x427)](_0x4590b3[0x0]),_0x5085fa[0x0][_0x3fb7c5(0x3b6)]=this[_0x3fb7c5(0x574)](),this[_0x3fb7c5(0x5d9)]();const _0x260435=this[_0x3fb7c5(0x40f)]['createInstance'](_0x23336f,this[_0x3fb7c5(0x4aa)],this['type'],_0x5085fa[0x0],this[_0x3fb7c5(0x5e7)]);return _0x260435[_0x3fb7c5(0x5e2)](),_0x260435;}return this[_0x3fb7c5(0x636)](!0x1);}catch(_0x45b77a){return this[_0x3fb7c5(0x3dd)][_0x3fb7c5(0x2a4)](_0x45b77a),this[_0x3fb7c5(0x636)](!0x1);}}['onRemoteAck'](_0x57dc16){const _0x528dd8=_0x5ec49c;this['_clearScheduledTask']();const _0x5ebd3d=this['_revisionService'][_0x528dd8(0x29b)](this['unitID']);if(_0x57dc16[_0x528dd8(0x370)]<_0x5ebd3d-0x1)return this;if(this[_0x528dd8(0x603)](_0x57dc16))return this[_0x528dd8(0x40f)][_0x528dd8(0x3d8)](_0x5c666a,this['unitID'],this[_0x528dd8(0x584)],null,[],this[_0x528dd8(0x3c0)],[],this[_0x528dd8(0x5e7)]);this['_incrementRevisionNumber']();const _0x54376b=this[_0x528dd8(0x40f)]['createInstance'](_0xfdd8bd,this[_0x528dd8(0x4aa)],this[_0x528dd8(0x584)],this[_0x528dd8(0x5e7)]);return _0x54376b[_0x528dd8(0x5e2)](),_0x54376b;}[_0x5ec49c(0x458)](_0x18d163){const _0x466072=_0x5ec49c;return this[_0x466072(0x636)](!!(_0x18d163!=null&&_0x18d163[_0x466072(0x25f)]));}['onRemoteRetry'](_0x3e0144){const _0x1569ad=_0x5ec49c;return this[_0x1569ad(0x3ed)]>_0x4f520f?this['toggleOffline']():(this['_resendTimer']=_0x4603d9(this[_0x1569ad(0x3ed)],{'timeout':this[_0x1569ad(0x3ed)],'reqId':_0x3e0144[_0x1569ad(0x2bb)]}),this['_sender']=this[_0x1569ad(0x35e)][_0x1569ad(0x306)](({reqId:_0x5ef1eb,timeout:_0x2c1ce9})=>{const _0x48ab1f=_0x1569ad;this[_0x48ab1f(0x27b)](_0x5ef1eb,_0x2c1ce9);}),this);}[_0x5ec49c(0x5a7)](){const _0x2bfcf1=_0x5ec49c;return this['_clearScheduledTask'](),this[_0x2bfcf1(0x40f)][_0x2bfcf1(0x3d8)](_0x58f158,this[_0x2bfcf1(0x4aa)],this[_0x2bfcf1(0x584)],this['_awaitingChangeset'],[],this[_0x2bfcf1(0x5e7)]);}['toggleOnline'](){return this;}[_0x5ec49c(0x54f)](){const _0x5c284c=_0x5ec49c;this[_0x5c284c(0x5e7)][_0x5c284c(0x465)](this[_0x5c284c(0x3c0)]);}[_0x5ec49c(0x636)](_0x9aee32){const _0x407cc1=_0x5ec49c;return this[_0x407cc1(0x5d9)](),this[_0x407cc1(0x40f)][_0x407cc1(0x3d8)](_0x4786cc,this['unitID'],this[_0x407cc1(0x584)],this['_awaitingChangeset'],[],this['_handler'],_0x9aee32);}[_0x5ec49c(0x27b)](_0x27ea4b,_0x5404ab){const _0x3330de=_0x5ec49c;var _0x14202f;_0x27ea4b===((_0x14202f=this[_0x3330de(0x3c0)])==null?void 0x0:_0x14202f[_0x3330de(0x2bb)])&&(this[_0x3330de(0x54f)](),this[_0x3330de(0x3ed)]=_0x5404ab===0x0?0x3e8:_0x5404ab*0x2);}[_0x5ec49c(0x5d9)](){const _0x4f9578=_0x5ec49c;var _0x1bc259;(_0x1bc259=this[_0x4f9578(0x41d)])==null||_0x1bc259[_0x4f9578(0x4b6)](),this['_resendTimeout']=0x0;}};_0x23336f=_0x470a46([_0x19479f(0x4,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x19479f(0x5,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b['RevisionService'])),_0x19479f(0x6,_0x3f82c6['Inject'](_0x395259[_0x5ec49c(0x183)])),_0x19479f(0x7,_0x3f82c6[_0x5ec49c(0x570)]),_0x19479f(0x8,_0x3f82c6[_0x5ec49c(0x3cc)]),_0x19479f(0x9,_0x544d9b['ITransformService']),_0x19479f(0xa,_0x3f82c6[_0x5ec49c(0x44c)])],_0x23336f);let _0x94d46d=class extends _0x169689{constructor(_0x52f3ec,_0x872828,_0xe944a1,_0x12b125,_0x1f057d,_0x1502a,_0x26d8c2,_0x55fc21,_0x34ee9f,_0x4fe91b,_0x11145c,_0xce35eb,_0x19da08){const _0x1f9d25=_0x5ec49c;super(_0x52f3ec,_0x872828,_0xe944a1,_0x12b125,_0x1f057d,_0x4fe91b,_0x19da08,_0x55fc21,_0x34ee9f),_0x133daf(this,_0x1f9d25(0x42c),_0x1f9d25(0x600)),_0x133daf(this,_0x1f9d25(0x3ed),0x0),_0x133daf(this,_0x1f9d25(0x35e)),_0x133daf(this,'_sender'),(this[_0x1f9d25(0x40f)]=_0x26d8c2,this[_0x1f9d25(0x3dd)]=_0x11145c,this[_0x1f9d25(0x268)]=_0xce35eb,_0x1502a&&(this[_0x1f9d25(0x35e)]=_0x1502a,this[_0x1f9d25(0x41d)]=this[_0x1f9d25(0x35e)][_0x1f9d25(0x306)](({reqId:_0x40378e,timeout:_0x2de4cc})=>{const _0xa713fd=_0x1f9d25;this[_0xa713fd(0x27b)](_0x40378e,_0x2de4cc);})));}[_0x5ec49c(0x459)](_0x2d3adb){const _0x1c2a4e=_0x5ec49c;return this[_0x1c2a4e(0x5c2)][_0x1c2a4e(0x498)](_0x2d3adb),this;}[_0x5ec49c(0x47e)](_0x1bffeb){const _0x327989=_0x5ec49c;if(this['_checkMissing'](_0x1bffeb))return this[_0x327989(0x5d9)](),this[_0x327989(0x40f)][_0x327989(0x3d8)](_0x5c666a,this[_0x327989(0x4aa)],this[_0x327989(0x584)],this[_0x327989(0x3c0)],this['_pendingMutations'],null,[_0x1bffeb],this[_0x327989(0x5e7)]);try{const _0x2ba923=this[_0x327989(0x268)][_0x327989(0x5f8)]([_0x1bffeb],[this[_0x327989(0x3c0)]],!0x1);if(_0x544d9b[_0x327989(0x2da)](_0x2ba923)){const {c1Prime:_0x21c0ae,c2Prime:_0x3c1a7b}=_0x2ba923,_0x5c304b=this['_transformService']['transformMutationsWithChangeset'](_0x21c0ae[0x0],this[_0x327989(0x5c2)]);if(_0x544d9b[_0x327989(0x2f7)](_0x5c304b)){const {c1Prime:_0x3e11a,m2Prime:_0x18211c}=_0x5c304b;return this['_executeRemoteChangeset'](_0x3e11a),_0x3c1a7b[0x0][_0x327989(0x3b6)]=this[_0x327989(0x574)](),this['_clearScheduledTask'](),this[_0x327989(0x40f)][_0x327989(0x3d8)](_0x94d46d,this['unitID'],this['type'],_0x3c1a7b[0x0],_0x18211c,this[_0x327989(0x5e7)],void 0x0);}throw _0x5c304b['error'];}throw _0x2ba923[_0x327989(0x2a4)];}catch(_0x33bb1f){return this[_0x327989(0x3dd)]['error'](_0x33bb1f),this[_0x327989(0x636)](!0x1);}}[_0x5ec49c(0x1da)](_0x2de487){const _0x2c922d=_0x5ec49c;if(this['_clearScheduledTask'](),this[_0x2c922d(0x603)](_0x2de487))return this['_injector'][_0x2c922d(0x3d8)](_0x5c666a,this[_0x2c922d(0x4aa)],this[_0x2c922d(0x584)],null,this[_0x2c922d(0x5c2)],this[_0x2c922d(0x3c0)],[],this[_0x2c922d(0x5e7)]);this[_0x2c922d(0x4f7)]();const _0xd285f3=this[_0x2c922d(0x40f)][_0x2c922d(0x3d8)](_0x48e10f,this[_0x2c922d(0x4aa)],this[_0x2c922d(0x584)],this[_0x2c922d(0x5c2)],this[_0x2c922d(0x5e7)]);return _0xd285f3[_0x2c922d(0x5eb)](),_0xd285f3[_0x2c922d(0x5e2)](),_0xd285f3;}[_0x5ec49c(0x458)](_0x355f5b){const _0x27f714=_0x5ec49c;return this[_0x27f714(0x636)](!!(_0x355f5b!=null&&_0x355f5b['isPermissionRej']));}[_0x5ec49c(0x43a)](_0x1f557a){const _0x1606e9=_0x5ec49c;return this['_resendTimeout']>_0x4f520f?this[_0x1606e9(0x5a7)]():(this['_resendTimer']=_0x4603d9(this['_resendTimeout'],{'timeout':this['_resendTimeout'],'reqId':_0x1f557a[_0x1606e9(0x2bb)]}),this[_0x1606e9(0x41d)]=this[_0x1606e9(0x35e)][_0x1606e9(0x306)](({reqId:_0x457efe,timeout:_0x4f55e1})=>{const _0x131571=_0x1606e9;this[_0x131571(0x27b)](_0x457efe,_0x4f55e1);}),this);}['toggleOffline'](){const _0x252f34=_0x5ec49c;return this['_clearScheduledTask'](),this[_0x252f34(0x40f)]['createInstance'](_0x58f158,this[_0x252f34(0x4aa)],this['type'],this[_0x252f34(0x3c0)],this[_0x252f34(0x5c2)],this[_0x252f34(0x5e7)]);}[_0x5ec49c(0x1f4)](){return this;}[_0x5ec49c(0x54f)](){const _0x4b6ce4=_0x5ec49c;this[_0x4b6ce4(0x5e7)][_0x4b6ce4(0x465)](this[_0x4b6ce4(0x3c0)]);}[_0x5ec49c(0x636)](_0xe0f540){const _0x1e2c3f=_0x5ec49c;return this[_0x1e2c3f(0x5d9)](),this[_0x1e2c3f(0x40f)][_0x1e2c3f(0x3d8)](_0x4786cc,this['unitID'],this[_0x1e2c3f(0x584)],null,this[_0x1e2c3f(0x5c2)],this['_handler'],_0xe0f540);}[_0x5ec49c(0x27b)](_0x1037ac,_0x20a34b){const _0x3bdf69=_0x5ec49c;var _0x23be69;_0x1037ac===((_0x23be69=this[_0x3bdf69(0x3c0)])==null?void 0x0:_0x23be69['reqId'])&&(this[_0x3bdf69(0x54f)](),this[_0x3bdf69(0x3ed)]=_0x20a34b===0x0?0x3e8:_0x20a34b*0x2);}[_0x5ec49c(0x5d9)](){const _0x3b4437=_0x5ec49c;var _0x40b7d4;(_0x40b7d4=this[_0x3b4437(0x41d)])==null||_0x40b7d4['unsubscribe'](),this[_0x3b4437(0x3ed)]=0x0;}};_0x94d46d=_0x470a46([_0x19479f(0x6,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['Injector'])),_0x19479f(0x7,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b[_0x5ec49c(0x591)])),_0x19479f(0x8,_0x3f82c6[_0x5ec49c(0x476)](_0x395259['LocalCacheService'])),_0x19479f(0x9,_0x3f82c6['ICommandService']),_0x19479f(0xa,_0x3f82c6[_0x5ec49c(0x3cc)]),_0x19479f(0xb,_0x544d9b[_0x5ec49c(0x20e)]),_0x19479f(0xc,_0x3f82c6[_0x5ec49c(0x44c)])],_0x94d46d);let _0x4786cc=class extends _0x169689{constructor(_0x15e417,_0x132ff1,_0x13813e,_0x135815,_0x4b53bb,_0x2278f9=!0x1,_0x4de8ce,_0x4c48dc,_0x300caa,_0x2c76c6,_0x4160c6,_0xc98d6d,_0x5bb4e1){const _0x1ee1d5=_0x5ec49c;super(_0x15e417,_0x132ff1,_0x13813e,_0x135815,_0x4b53bb,_0x4c48dc,_0x300caa,_0x4160c6,_0x2c76c6),_0x133daf(this,_0x1ee1d5(0x42c),'conflict'),(this[_0x1ee1d5(0x56e)]=_0x2278f9,this[_0x1ee1d5(0x22b)]=_0x4de8ce,this[_0x1ee1d5(0x2c0)]=_0xc98d6d,this['_notificationService']=_0x5bb4e1,this[_0x1ee1d5(0x453)](),this[_0x1ee1d5(0x2b2)](),this[_0x1ee1d5(0x52f)]());}[_0x5ec49c(0x459)](){return this;}[_0x5ec49c(0x47e)](){return this;}[_0x5ec49c(0x1da)](){return this;}[_0x5ec49c(0x458)](){return this;}[_0x5ec49c(0x43a)](){return this;}[_0x5ec49c(0x5a7)](){return this;}[_0x5ec49c(0x1f4)](){return this;}[_0x5ec49c(0x54f)](){const _0x1d3f20=_0x5ec49c;throw new Error(_0x1d3f20(0x19e));}[_0x5ec49c(0x2b2)](){const _0x2fade8=_0x5ec49c;this['_localCacheService'][_0x2fade8(0x26f)](this['unitID'],this[_0x2fade8(0x584)],null,[]);}[_0x5ec49c(0x453)](){const _0x3bd22c=_0x5ec49c;this[_0x3bd22c(0x56e)]?this[_0x3bd22c(0x3ab)][_0x3bd22c(0x568)]({'title':this['_localeService']['t'](_0x3bd22c(0x1c4)),'content':this['_localeService']['t'](_0x3bd22c(0x624)),'type':_0x3bd22c(0x2a4),'duration':0x0}):this[_0x3bd22c(0x3ab)][_0x3bd22c(0x568)]({'title':this[_0x3bd22c(0x2c0)]['t'](_0x3bd22c(0x392)),'content':this[_0x3bd22c(0x2c0)]['t']('conflict.content'),'type':_0x3bd22c(0x2a4),'duration':0x0});}[_0x5ec49c(0x52f)](){const _0x132f6d=_0x5ec49c;this[_0x132f6d(0x22b)]['updatePermissionPoint'](new _0x4b13d3[(_0x132f6d(0x55d))](this[_0x132f6d(0x4aa)])['id'],!0x1);}};_0x4786cc=_0x470a46([_0x19479f(0x6,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['IPermissionService'])),_0x19479f(0x7,_0x3f82c6[_0x5ec49c(0x570)]),_0x19479f(0x8,_0x3f82c6[_0x5ec49c(0x44c)]),_0x19479f(0x9,_0x3f82c6[_0x5ec49c(0x476)](_0x395259[_0x5ec49c(0x183)])),_0x19479f(0xa,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b[_0x5ec49c(0x591)])),_0x19479f(0xb,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x346)])),_0x19479f(0xc,_0x4fb45d[_0x5ec49c(0x2a5)])],_0x4786cc);let _0x58f158=class extends _0x169689{constructor(_0x4c53fd,_0x2dc636,_0x4c5fea,_0x15b687,_0x596b10,_0x359720,_0x2cd9cf,_0xe26987,_0x3a5eee,_0x5353aa){const _0x1b9b92=_0x5ec49c;super(_0x4c53fd,_0x2dc636,_0x4c5fea,_0x15b687,_0x596b10,_0x3a5eee,_0x5353aa,_0x2cd9cf,_0xe26987),_0x133daf(this,_0x1b9b92(0x42c),_0x1b9b92(0x5de)),this[_0x1b9b92(0x40f)]=_0x359720;}[_0x5ec49c(0x459)](_0x2b4105){const _0x47fa97=_0x5ec49c;return this[_0x47fa97(0x5c2)]['push'](_0x2b4105),this['_updateLocalCache'](),this;}[_0x5ec49c(0x47e)](_0x25d3c6){const _0x9946b9=_0x5ec49c;throw new Error(_0x9946b9(0x633));}['onRemoteAck'](){const _0x23cc83=_0x5ec49c;throw new Error(_0x23cc83(0x1c2));}[_0x5ec49c(0x458)](){throw new Error('[OfflineState]:\x20received\x20rejection.');}[_0x5ec49c(0x43a)](){return this;}[_0x5ec49c(0x5a7)](){return this;}['toggleOnline'](){const _0x299190=_0x5ec49c,{_injector:_0x557f89,_pendingMutations:_0x27b640,_awaitingChangeset:_0x5192d2,unitID:_0x4075ba,_handler:_0x59bc4a,type:_0x2ee1ff}=this,_0x2f7064=_0x1b64f0(_0x557f89,_0x4075ba,_0x2ee1ff,_0x5192d2,_0x27b640,_0x59bc4a);return _0x2f7064 instanceof _0x48e10f?_0x2f7064[_0x299190(0x5eb)]():(_0x2f7064 instanceof _0x94d46d||_0x2f7064 instanceof _0x23336f)&&_0x2f7064['resend'](),_0x2f7064;}[_0x5ec49c(0x54f)](){const _0x375a07=_0x5ec49c;throw new Error(_0x375a07(0x523));}};_0x58f158=_0x470a46([_0x19479f(0x5,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x19479f(0x6,_0x3f82c6['Inject'](_0x544d9b[_0x5ec49c(0x591)])),_0x19479f(0x7,_0x3f82c6['Inject'](_0x395259[_0x5ec49c(0x183)])),_0x19479f(0x8,_0x3f82c6[_0x5ec49c(0x570)]),_0x19479f(0x9,_0x3f82c6[_0x5ec49c(0x44c)])],_0x58f158);let _0x5c666a=class extends _0x169689{constructor(_0x1e055c,_0x1153c4,_0x388a9b,_0x51b195,_0x222fa7,_0x112098,_0x295338,_0x263811,_0x3e351e,_0x33e407,_0x25a6e4,_0x2593cb,_0x1d26a1,_0x4a19e9){const _0x322ce1=_0x5ec49c;super(_0x1e055c,_0x1153c4,_0x388a9b,_0x51b195,_0x295338,_0x2593cb,_0x1d26a1,_0x3e351e,_0x33e407),_0x133daf(this,'status',_0x322ce1(0x21d)),(this['_acknowledgedAwaitingChangeset']=_0x222fa7,this['_queuedRemoteChangesets']=_0x112098,this['_injector']=_0x263811,this[_0x322ce1(0x3dd)]=_0x25a6e4,this[_0x322ce1(0x268)]=_0x4a19e9);}[_0x5ec49c(0x415)](_0x4773ee){const _0x57cd5b=_0x5ec49c;try{const _0x5a3afb=[..._0x4773ee,...this[_0x57cd5b(0x572)]],_0x289d7a=[this['_awaitingChangeset']||this[_0x57cd5b(0x56d)]]['filter'](_0x53e0ba=>!!_0x53e0ba);let _0x23e77a,_0x2ef5d7;if(_0x289d7a[_0x57cd5b(0x4dc)]){const _0x1a43b9=this[_0x57cd5b(0x268)][_0x57cd5b(0x5f8)](_0x5a3afb,_0x289d7a,!0x1);if(!_0x544d9b[_0x57cd5b(0x2da)](_0x1a43b9))throw _0x1a43b9[_0x57cd5b(0x2a4)];_0x23e77a=_0x1a43b9[_0x57cd5b(0x27f)],_0x2ef5d7=_0x1a43b9[_0x57cd5b(0x371)];}else _0x23e77a=_0x5a3afb,_0x2ef5d7=[];let _0x53996c=this[_0x57cd5b(0x5c2)];_0x23e77a[_0x57cd5b(0x23c)](_0x27d70b=>{const _0x459f24=_0x57cd5b;let _0x18b863;if(_0x53996c['length']){const _0x2e4522=this['_transformService'][_0x459f24(0x494)](_0x27d70b,_0x53996c);if(!_0x544d9b[_0x459f24(0x2f7)](_0x2e4522))throw _0x2e4522[_0x459f24(0x2a4)];_0x18b863=_0x2e4522[_0x459f24(0x27f)],_0x53996c=_0x2e4522[_0x459f24(0x5ef)];}else _0x18b863=_0x27d70b;this[_0x459f24(0x427)](_0x18b863);}),this['_acknowledgedAwaitingChangeset']&&this[_0x57cd5b(0x4f7)](),this['_awaitingChangeset']&&_0x2ef5d7[_0x57cd5b(0x4dc)]&&(_0x2ef5d7[0x0][_0x57cd5b(0x3b6)]=this[_0x57cd5b(0x574)]());let _0x226ad5;if(this['_awaitingChangeset']&&_0x53996c[_0x57cd5b(0x4dc)]!==0x0)_0x226ad5=this[_0x57cd5b(0x40f)][_0x57cd5b(0x3d8)](_0x94d46d,this['unitID'],this[_0x57cd5b(0x584)],_0x2ef5d7[0x0],_0x53996c,this[_0x57cd5b(0x5e7)],void 0x0);else{if(this['_awaitingChangeset']&&_0x53996c[_0x57cd5b(0x4dc)]===0x0)_0x2ef5d7[0x0][_0x57cd5b(0x3b6)]=this[_0x57cd5b(0x574)](),_0x226ad5=this[_0x57cd5b(0x40f)][_0x57cd5b(0x3d8)](_0x23336f,this['unitID'],this[_0x57cd5b(0x584)],_0x2ef5d7[0x0],this[_0x57cd5b(0x5e7)]);else{if(_0x53996c['length']!==0x0){const _0x54c525=this[_0x57cd5b(0x40f)][_0x57cd5b(0x3d8)](_0x48e10f,this[_0x57cd5b(0x4aa)],this[_0x57cd5b(0x584)],_0x53996c,this[_0x57cd5b(0x5e7)]);_0x54c525[_0x57cd5b(0x5eb)](),_0x226ad5=_0x54c525;}else _0x226ad5=this['_injector']['createInstance'](_0xfdd8bd,this[_0x57cd5b(0x4aa)],this[_0x57cd5b(0x584)],this[_0x57cd5b(0x5e7)]);}}return _0x226ad5[_0x57cd5b(0x5e2)](),_0x226ad5;}catch(_0x50f868){return this['_logService'][_0x57cd5b(0x2a4)](_0x57cd5b(0x389),_0x57cd5b(0x529),_0x50f868),this[_0x57cd5b(0x40f)][_0x57cd5b(0x3d8)](_0x4786cc,this['unitID'],this['type'],this[_0x57cd5b(0x3c0)],this[_0x57cd5b(0x5c2)],this[_0x57cd5b(0x5e7)],!0x1);}}[_0x5ec49c(0x54f)](){const _0xa88195=_0x5ec49c;throw new Error(_0xa88195(0x342));}[_0x5ec49c(0x459)](_0x5d7a15){const _0x4108db=_0x5ec49c;return this[_0x4108db(0x5c2)][_0x4108db(0x498)](_0x5d7a15),this;}[_0x5ec49c(0x47e)](_0x5548d5){const _0xfd9525=_0x5ec49c;return this[_0xfd9525(0x572)][_0xfd9525(0x498)](_0x5548d5),this;}[_0x5ec49c(0x1da)](_0x94fd62){const _0x2990b1=_0x5ec49c;if(this['_awaitingChangeset'])return this[_0x2990b1(0x56d)]=this[_0x2990b1(0x3c0)],this[_0x2990b1(0x3c0)]=null,this;throw new Error(_0x2990b1(0x432));}['onRemoteRej'](_0x567144){const _0x2c223f=_0x5ec49c;return this[_0x2c223f(0x636)](!!(_0x567144!=null&&_0x567144[_0x2c223f(0x25f)]));}['onRemoteRetry'](){return this;}['toggleOffline'](){const _0x5e1875=_0x5ec49c;return this[_0x5e1875(0x40f)][_0x5e1875(0x3d8)](_0x58f158,this[_0x5e1875(0x4aa)],this[_0x5e1875(0x584)],this[_0x5e1875(0x3c0)],this[_0x5e1875(0x5c2)],this[_0x5e1875(0x5e7)]);}[_0x5ec49c(0x1f4)](){return this;}[_0x5ec49c(0x636)](_0xce4dce){const _0x312054=_0x5ec49c;return this[_0x312054(0x40f)][_0x312054(0x3d8)](_0x4786cc,this['unitID'],this[_0x312054(0x584)],this[_0x312054(0x3c0)],this['_pendingMutations'],this[_0x312054(0x5e7)],_0xce4dce);}};_0x5c666a=_0x470a46([_0x19479f(0x7,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x19479f(0x8,_0x3f82c6['Inject'](_0x544d9b['RevisionService'])),_0x19479f(0x9,_0x3f82c6['Inject'](_0x395259['LocalCacheService'])),_0x19479f(0xa,_0x3f82c6[_0x5ec49c(0x3cc)]),_0x19479f(0xb,_0x3f82c6['ICommandService']),_0x19479f(0xc,_0x3f82c6[_0x5ec49c(0x44c)]),_0x19479f(0xd,_0x544d9b[_0x5ec49c(0x20e)])],_0x5c666a);function _0x1b64f0(_0x15ef35,_0x3054d7,_0x1679d8,_0x780db0,_0x3e7481,_0x5360b7){const _0x139504=_0x5ec49c;return _0x780db0&&_0x3e7481[_0x139504(0x4dc)]?_0x15ef35[_0x139504(0x3d8)](_0x94d46d,_0x3054d7,_0x1679d8,_0x780db0,_0x3e7481,_0x5360b7,void 0x0):_0x780db0?_0x15ef35[_0x139504(0x3d8)](_0x23336f,_0x3054d7,_0x1679d8,_0x780db0,_0x5360b7):_0x3e7481[_0x139504(0x4dc)]?_0x15ef35['createInstance'](_0x48e10f,_0x3054d7,_0x1679d8,_0x3e7481,_0x5360b7):_0x15ef35[_0x139504(0x3d8)](_0xfdd8bd,_0x3054d7,_0x1679d8,_0x5360b7);}var _0x13b634=Object[_0x5ec49c(0x354)],_0x20966a=Object[_0x5ec49c(0x209)],_0x1c5aae=(_0x165820,_0x143a21,_0x4729da,_0x599be2)=>{const _0x19b003=_0x5ec49c;for(var _0x567749=_0x599be2>0x1?void 0x0:_0x599be2?_0x20966a(_0x143a21,_0x4729da):_0x143a21,_0x182eee=_0x165820[_0x19b003(0x4dc)]-0x1,_0x2b15c4;_0x182eee>=0x0;_0x182eee--)(_0x2b15c4=_0x165820[_0x182eee])&&(_0x567749=(_0x599be2?_0x2b15c4(_0x143a21,_0x4729da,_0x567749):_0x2b15c4(_0x567749))||_0x567749);return _0x599be2&&_0x567749&&_0x13b634(_0x143a21,_0x4729da,_0x567749),_0x567749;},_0x4dad5b=(_0x1c4f03,_0x2ba210)=>(_0x3f4cfb,_0x53b5ce)=>_0x2ba210(_0x3f4cfb,_0x53b5ce,_0x1c4f03);_0x395259[_0x5ec49c(0x4f9)]=class extends _0x3f82c6[_0x5ec49c(0x5f7)]{constructor(_0x42cd93,_0x3a6d08,_0x3fb105,_0x375c16,_0x50c290,_0x4afc96,_0x1eabc0,_0x5d8329,_0x4e3710,_0x2da957,_0x2071d5,_0x3614d9,_0x42f913){const _0x2affd5=_0x5ec49c;super(),_0x133daf(this,_0x2affd5(0x542),new _0x3b9434['BehaviorSubject'](null)),_0x133daf(this,_0x2affd5(0x5a4),this['_state$'][_0x2affd5(0x1ee)]()),_0x133daf(this,_0x2affd5(0x460)),_0x133daf(this,_0x2affd5(0x242),!0x1),_0x133daf(this,_0x2affd5(0x535),''),_0x133daf(this,_0x2affd5(0x3cd),0x0),_0x133daf(this,_0x2affd5(0x607),this[_0x2affd5(0x5a4)][_0x2affd5(0x19d)](_0x3b9434[_0x2affd5(0x2d3)](_0x1367e8=>_0x1367e8?_0x1367e8['status']:_0x725423[_0x2affd5(0x387)]),_0x3b9434[_0x2affd5(0x401)](0x1))),_0x133daf(this,_0x2affd5(0x505),!0x1),_0x133daf(this,'_remoteChangesetQueue',[]),(this[_0x2affd5(0x4aa)]=_0x42cd93,this[_0x2affd5(0x23a)]=_0x3a6d08,this[_0x2affd5(0x1f0)]=_0x3fb105,this[_0x2affd5(0x40f)]=_0x375c16,this['_localCacheService']=_0x50c290,this[_0x2affd5(0x5ee)]=_0x4afc96,this[_0x2affd5(0x2c0)]=_0x1eabc0,this[_0x2affd5(0x539)]=_0x5d8329,this[_0x2affd5(0x3dd)]=_0x4e3710,this[_0x2affd5(0x180)]=_0x2da957,this[_0x2affd5(0x35c)]=_0x2071d5,this['_permissionService']=_0x3614d9,this[_0x2affd5(0x40d)]=_0x42f913);}get[_0x5ec49c(0x295)](){const _0x4471a6=_0x5ec49c;return this[_0x4471a6(0x460)];}async['init'](){const _0x9b0fa0=_0x5ec49c;if(this[_0x9b0fa0(0x295)])throw new Error(_0x9b0fa0(0x5df));await this['_init']();}[_0x5ec49c(0x2ec)](){return this['_collaborationPaused']=!0x0,_0x3f82c6['toDisposable'](()=>{const _0x4d4f6a=_0x5149;this[_0x4d4f6a(0x242)]=!0x1,this['_exhaustRemoteChangesetQueue']();});}['_updateState'](_0x54c14b){const _0x2ce4e7=_0x5ec49c;this['_state']=_0x54c14b,this[_0x2ce4e7(0x542)][_0x2ce4e7(0x4ab)](_0x54c14b);}async[_0x5ec49c(0x318)](){const _0x413435=_0x5ec49c;var _0x23b6b3;this[_0x413435(0x3bf)](await this['_createInitialState']()),this[_0x413435(0x40d)]&&((_0x23b6b3=this['_singleActiveUnitService'])==null||_0x23b6b3[_0x413435(0x1ce)](this['unitID']),this['disposeWithMe'](this[_0x413435(0x40d)]['getUnitStatus$'](this[_0x413435(0x4aa)])[_0x413435(0x306)](_0x5727fc=>{const _0x3f15f2=_0x413435;this[_0x3f15f2(0x3dd)][_0x3f15f2(0x259)]('[CollaborationEntity]',_0x3f15f2(0x265),_0x5727fc),_0x5727fc===_0x29614d[_0x3f15f2(0x581)]?(this[_0x3f15f2(0x35c)][_0x3f15f2(0x568)]({'content':this[_0x3f15f2(0x2c0)]['t'](_0x3f15f2(0x564)),'type':_0x3c3cb1['MessageType'][_0x3f15f2(0x5fc)]}),this[_0x3f15f2(0x22b)][_0x3f15f2(0x332)](new _0x4b13d3[(_0x3f15f2(0x55d))](this[_0x3f15f2(0x4aa)])['id'],!0x1),this['_permissionService']['setShowComponents'](!0x1)):(this['_permissionService']['updatePermissionPoint'](new _0x4b13d3['WorkbookEditablePermission'](this[_0x3f15f2(0x4aa)])['id'],!0x0),this[_0x3f15f2(0x22b)]['setShowComponents'](!0x0));})));let _0x503d19=!0x1;return this[_0x413435(0x3c5)](this['session']['sessionStatus$'][_0x413435(0x306)](_0x452826=>{const _0x1f805c=_0x413435;_0x452826===_0x45d7ca[_0x1f805c(0x3c4)]?this['_toggleOnline'](_0x503d19):_0x452826===_0x45d7ca[_0x1f805c(0x387)]&&(_0x503d19=!0x0,this['_toggleOffline']());})),this[_0x413435(0x3c5)](this[_0x413435(0x23a)][_0x413435(0x4f8)]['subscribe'](_0xb98b4=>{const _0x36d1ce=_0x413435;try{switch(_0xb98b4['eventID']){case _0x544d9b[_0x36d1ce(0x527)]['NEW_CHANGESETS']:{this[_0x36d1ce(0x197)](_0x544d9b['parseProtocolChangeset'](_0xb98b4['data']));break;}case _0x544d9b[_0x36d1ce(0x527)][_0x36d1ce(0x273)]:{this[_0x36d1ce(0x380)](_0xb98b4[_0x36d1ce(0x250)]);break;}case _0x544d9b['CollaborationEvent'][_0x36d1ce(0x1af)]:{this[_0x36d1ce(0x417)]();break;}case _0x544d9b[_0x36d1ce(0x527)][_0x36d1ce(0x4d1)]:{this[_0x36d1ce(0x3bb)](_0xb98b4['data']);break;}case _0x544d9b[_0x36d1ce(0x527)][_0x36d1ce(0x62e)]:{this[_0x36d1ce(0x2fb)](_0xb98b4[_0x36d1ce(0x250)][_0x36d1ce(0x1d9)][_0x36d1ce(0x2d3)](_0x41e9a3=>_0x544d9b[_0x36d1ce(0x4c4)](_0x41e9a3)));break;}case _0x544d9b[_0x36d1ce(0x527)][_0x36d1ce(0x565)]:this[_0x36d1ce(0x417)]({'isPermissionRej':!0x0});}}catch(_0x1a5eb8){throw console[_0x36d1ce(0x2a4)]('Error\x20on\x20receiving\x20event',_0x1a5eb8),_0x1a5eb8;}})),this[_0x413435(0x460)];}[_0x5ec49c(0x4c9)](){const _0x28d2c7=_0x5ec49c;this[_0x28d2c7(0x505)]=!0x1;}[_0x5ec49c(0x3de)](){const _0x162ad6=_0x5ec49c;if(this[_0x162ad6(0x505)])throw new Error(_0x162ad6(0x316));this[_0x162ad6(0x505)]=!0x0;}[_0x5ec49c(0x495)](_0x399557){const _0x4ac6e2=_0x5ec49c;this[_0x4ac6e2(0x3de)](),this[_0x4ac6e2(0x3bf)](this[_0x4ac6e2(0x460)][_0x4ac6e2(0x459)](_0x399557)),this['_unlockTransition']();}[_0x5ec49c(0x197)](_0x13deea){const _0x260df3=_0x5ec49c;if(!(_0x13deea[_0x260df3(0x370)]<=this[_0x260df3(0x539)][_0x260df3(0x29b)](this[_0x260df3(0x4aa)]))){if(this[_0x260df3(0x242)]){this[_0x260df3(0x1cd)]['push'](_0x13deea);return;}this[_0x260df3(0x1d3)](_0x13deea);}}[_0x5ec49c(0x35b)](){const _0xd4375d=_0x5ec49c;this[_0xd4375d(0x1cd)][_0xd4375d(0x23c)](_0x5b443f=>this['_applyRemoteChangeset'](_0x5b443f)),this[_0xd4375d(0x1cd)]=[];}['_applyRemoteChangeset'](_0x93dace){const _0x5e9e8e=_0x5ec49c,_0x48e4f4=this['_compressMutationService'][_0x5e9e8e(0x233)][_0x5e9e8e(0x5ad)](this['_compressMutationService'][_0x5e9e8e(0x233)][_0x5e9e8e(0x25d)]()[_0x5e9e8e(0x49e)])(_0x93dace[_0x5e9e8e(0x3cf)],null)||_0x93dace[_0x5e9e8e(0x3cf)],_0x1bf27f={..._0x93dace,'mutations':_0x48e4f4};this[_0x5e9e8e(0x3de)](),this[_0x5e9e8e(0x3bf)](this[_0x5e9e8e(0x460)][_0x5e9e8e(0x47e)](_0x1bf27f)),this['_unlockTransition']();}[_0x5ec49c(0x380)](_0x99ab95){const _0x59b62c=_0x5ec49c;this[_0x59b62c(0x3de)](),this[_0x59b62c(0x3bf)](this[_0x59b62c(0x460)][_0x59b62c(0x1da)](_0x99ab95)),this['_unlockTransition']();}[_0x5ec49c(0x417)](_0x354e4f){const _0x4a4149=_0x5ec49c;this[_0x4a4149(0x3de)](),this[_0x4a4149(0x3bf)](this[_0x4a4149(0x460)]['onRemoteRej'](_0x354e4f)),this[_0x4a4149(0x4c9)]();}['_onRemoteRetry'](_0x4468d4){const _0x10b804=_0x5ec49c;this[_0x10b804(0x3de)](),this[_0x10b804(0x3bf)](this[_0x10b804(0x460)]['onRemoteRetry'](_0x4468d4)),this[_0x10b804(0x4c9)]();}[_0x5ec49c(0x2fb)](_0x22368f){const _0x31b86e=_0x5ec49c;if(!(this[_0x31b86e(0x460)]instanceof _0x5c666a))throw new TypeError(_0x31b86e(0x2bc));const _0x5ac8fe=_0x22368f['map'](_0x50fb8a=>{const _0x2dd8f6=_0x31b86e,_0x489891=this[_0x2dd8f6(0x5ee)][_0x2dd8f6(0x233)][_0x2dd8f6(0x5ad)](this['_compressMutationService'][_0x2dd8f6(0x233)][_0x2dd8f6(0x25d)]()[_0x2dd8f6(0x49e)])(_0x50fb8a[_0x2dd8f6(0x3cf)],null)||_0x50fb8a[_0x2dd8f6(0x3cf)];return{..._0x50fb8a,'mutations':_0x489891};});this[_0x31b86e(0x3de)](),this['_updateState'](this[_0x31b86e(0x460)][_0x31b86e(0x415)](_0x5ac8fe)),this[_0x31b86e(0x4c9)]();}[_0x5ec49c(0x4ea)](){const _0x380eae=_0x5ec49c;this[_0x380eae(0x3de)](),this['_updateState'](this[_0x380eae(0x460)][_0x380eae(0x5a7)]()),this[_0x380eae(0x4c9)]();}[_0x5ec49c(0x5f0)](_0x1249ed=!0x1){const _0x3abe8d=_0x5ec49c;this[_0x3abe8d(0x3de)](),this[_0x3abe8d(0x3bf)](this[_0x3abe8d(0x460)]['toggleOnline']()),this[_0x3abe8d(0x4c9)]();const _0x3604fa=this[_0x3abe8d(0x460)];_0x1249ed&&_0x3604fa instanceof _0xfdd8bd&&(this[_0x3abe8d(0x3de)](),this[_0x3abe8d(0x3bf)](_0x3604fa['fetchMiss']()),this[_0x3abe8d(0x4c9)]());}async[_0x5ec49c(0x46e)](){return new Promise(_0x3c7bd5=>{const _0x43423c=_0x5149;this['session'][_0x43423c(0x312)]['pipe'](_0x3b9434[_0x43423c(0x41c)](0x1))[_0x43423c(0x306)](async _0x35baf7=>{const _0xaa2a11=_0x43423c;_0x3c7bd5(await this[_0xaa2a11(0x2f3)](_0x35baf7===_0x45d7ca[_0xaa2a11(0x3c4)]));});});}['_createHandler'](){const _0xf41f3=_0x5ec49c,_0x232235=this[_0xf41f3(0x4aa)];return{'onStateChange':(_0x5af933,_0x165e34)=>{const _0x299a53=_0xf41f3;if(_0x5af933!==this['_state'])throw new Error(_0x299a53(0x4f6)+_0x5af933[_0x299a53(0x42c)]+'\x0aAfter:\x20'+_0x165e34[_0x299a53(0x42c)]+_0x299a53(0x2f2)+this[_0x299a53(0x460)][_0x299a53(0x42c)]);this[_0x299a53(0x3bf)](_0x165e34);},'onSendChangeset':_0x203b7a=>{const _0xdfe016=_0xf41f3;_0x203b7a[_0xdfe016(0x2d2)]||(_0x203b7a['sid']=this[_0xdfe016(0x535)],_0x203b7a[_0xdfe016(0x2bb)]=++this[_0xdfe016(0x3cd)]);const _0x175c48={'eventID':_0x544d9b[_0xdfe016(0x527)]['SUBMIT_CHANGESET'],'data':{'unitID':_0x203b7a['unitID'],'unitType':this['_type'],'changeset':_0x203b7a,'memberID':this[_0xdfe016(0x23a)][_0xdfe016(0x2c4)]()}};this['session']['send'](_0x175c48,this[_0xdfe016(0x4aa)]);},'onMissingChangesets':({from:_0x3497f8,to:_0x5aaeba})=>{const _0xd98f62=_0xf41f3;this[_0xd98f62(0x3dd)][_0xd98f62(0x259)](_0xd98f62(0x277),'fetching\x20missing\x20changesets\x20from\x20'+_0x3497f8+_0xd98f62(0x1f9)+_0x5aaeba);const _0x2e9104={'eventID':_0x544d9b[_0xd98f62(0x527)][_0xd98f62(0x50f)],'data':{'unitID':_0x232235,'unitType':this[_0xd98f62(0x1f0)],'from':_0x3497f8,'to':_0x5aaeba}};this[_0xd98f62(0x23a)][_0xd98f62(0x30a)](_0x2e9104,this[_0xd98f62(0x4aa)]);}};}async[_0x5ec49c(0x2f3)](_0x121286){const _0x12190d=_0x5ec49c;var _0x26906a,_0x646335;const _0x282d22=await this[_0x12190d(0x530)][_0x12190d(0x503)](this['unitID']),_0x389153=(_0x26906a=_0x282d22==null?void 0x0:_0x282d22[_0x12190d(0x3cf)])!=null?_0x26906a:[],_0x3517fb=(_0x646335=_0x282d22==null?void 0x0:_0x282d22[_0x12190d(0x5ec)])!=null?_0x646335:null,_0x3a0ac3=!!(_0x3517fb!=null&&_0x3517fb['sid'])&&!!(_0x3517fb!=null&&_0x3517fb[_0x12190d(0x2bb)]);this[_0x12190d(0x535)]=_0x3a0ac3?_0x3517fb[_0x12190d(0x2d2)]:_0x5ea6c4(),this[_0x12190d(0x3cd)]=_0x3a0ac3?_0x3517fb[_0x12190d(0x2bb)]:0x0;const _0x5e0152=this[_0x12190d(0x4aa)];try{this['_replayCachedMutations'](_0x3517fb,_0x389153);}catch(_0x4ae84e){this[_0x12190d(0x3dd)][_0x12190d(0x2a4)](_0x4ae84e);}const _0x2ad00e=this[_0x12190d(0x4c5)]();if(_0x121286){const _0x4f778c=_0x1b64f0(this[_0x12190d(0x40f)],_0x5e0152,this[_0x12190d(0x1f0)],_0x3517fb,_0x389153,_0x2ad00e);return _0x4f778c instanceof _0x48e10f?_0x4f778c['_schedule']():(_0x4f778c instanceof _0x94d46d||_0x4f778c instanceof _0x23336f)&&_0x4f778c[_0x12190d(0x54f)](),_0x4f778c;}return this[_0x12190d(0x40f)]['createInstance'](_0x58f158,_0x5e0152,this['_type'],_0x3517fb,_0x389153,_0x2ad00e);}['_replayCachedMutations'](_0x52fb09,_0x31109a){const _0x52b4b0=_0x5ec49c;var _0x2931fd,_0x270ceb;const _0x17231d=this[_0x52b4b0(0x5ee)][_0x52b4b0(0x233)][_0x52b4b0(0x5ad)](this[_0x52b4b0(0x5ee)][_0x52b4b0(0x233)][_0x52b4b0(0x25d)]()[_0x52b4b0(0x49e)]);(_0x2931fd=_0x17231d((_0x52fb09==null?void 0x0:_0x52fb09[_0x52b4b0(0x3cf)])||[],null))==null||_0x2931fd[_0x52b4b0(0x23c)](_0x435251=>this[_0x52b4b0(0x180)][_0x52b4b0(0x18d)](_0x435251['id'],_0x435251[_0x52b4b0(0x236)])),(_0x270ceb=_0x17231d(_0x31109a||[],null))==null||_0x270ceb[_0x52b4b0(0x23c)](_0x5bcae6=>this[_0x52b4b0(0x180)]['executeCommand'](_0x5bcae6['id'],_0x5bcae6[_0x52b4b0(0x236)]));}},_0x395259['CollaborationEntity']=_0x1c5aae([_0x4dad5b(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x4dad5b(0x4,_0x3f82c6[_0x5ec49c(0x476)](_0x395259['LocalCacheService'])),_0x4dad5b(0x5,_0x3f82c6['Inject'](_0x544d9b['CompressMutationService'])),_0x4dad5b(0x6,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x346)])),_0x4dad5b(0x7,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b[_0x5ec49c(0x591)])),_0x4dad5b(0x8,_0x3f82c6[_0x5ec49c(0x3cc)]),_0x4dad5b(0x9,_0x3f82c6['ICommandService']),_0x4dad5b(0xa,_0x4fb45d[_0x5ec49c(0x352)]),_0x4dad5b(0xb,_0x3f82c6[_0x5ec49c(0x331)]),_0x4dad5b(0xc,_0x3f82c6['Optional'](_0x478e97))],_0x395259[_0x5ec49c(0x4f9)]),_0x395259[_0x5ec49c(0x1a4)]=class extends _0x395259[_0x5ec49c(0x4f9)]{constructor(_0x323578,_0xac8105,_0x3644c1,_0x29f0c2,_0x18b030,_0x1310a3,_0x21b4e6,_0x5b53f7,_0x4602f0,_0x595c2f,_0x1bd0e8,_0x356448,_0x487368,_0x99cf97,_0x4b45e5,_0x4f7523,_0x1a5567,_0x5a018d){const _0x2b5ee0=_0x5ec49c;super(_0x323578,_0x3644c1,_0xac8105,_0x29f0c2,_0x18b030,_0x1310a3,_0x21b4e6,_0x5b53f7,_0x99cf97,_0x4b45e5,_0x4f7523,_0x1a5567,_0x5a018d),this[_0x2b5ee0(0x4aa)]=_0x323578,this[_0x2b5ee0(0x584)]=_0xac8105,this['_docStateChangeManagerService']=_0x4602f0,this['_docTransformIMECacheService']=_0x595c2f,this[_0x2b5ee0(0x566)]=_0x1bd0e8,this[_0x2b5ee0(0x59f)]=_0x356448,this['_docSyncEditingCollabCursorService']=_0x487368;}['_createHandler'](){const _0x5b0369=_0x5ec49c,_0x17d411=super['_createHandler']();return _0x17d411[_0x5b0369(0x3a7)]=_0x1219dd=>this[_0x5b0369(0x56f)][_0x5b0369(0x3fd)](_0x1219dd),_0x17d411[_0x5b0369(0x5ca)]=_0x4c9e3f=>this[_0x5b0369(0x566)][_0x5b0369(0x3c6)](_0x4c9e3f),_0x17d411['onTransformSelections']=_0xfe2ca8=>this[_0x5b0369(0x59f)][_0x5b0369(0x1bd)](_0xfe2ca8),_0x17d411[_0x5b0369(0x241)]=_0x1d676d=>this[_0x5b0369(0x639)][_0x5b0369(0x3e2)](_0x1d676d),_0x17d411[_0x5b0369(0x477)]=_0x61e008=>this[_0x5b0369(0x56f)][_0x5b0369(0x26d)](_0x61e008),_0x17d411[_0x5b0369(0x289)]=_0x4f71fe=>this[_0x5b0369(0x566)][_0x5b0369(0x26d)](_0x4f71fe),_0x17d411;}async[_0x5ec49c(0x318)](){const _0x322bb0=_0x5ec49c,_0x1f2ade=await super[_0x322bb0(0x318)]();return this[_0x322bb0(0x51b)][_0x322bb0(0x2c2)][_0x322bb0(0x19d)](_0x3b9434[_0x322bb0(0x216)](this['dispose$']))['subscribe'](_0x45761c=>{const _0x576b08=_0x322bb0;if(_0x45761c==null)return;const {unitId:_0x233be7,redoState:_0x48ca6c,commandId:_0x283730}=_0x45761c;if(_0x233be7!==this['unitID'])return;const _0x5f0f42={'id':_0x283730,'type':_0x3f82c6['CommandType']['MUTATION'],'params':{'unitId':_0x233be7,'actions':_0x48ca6c[_0x576b08(0x19f)],'textRanges':null}};this[_0x576b08(0x495)](_0x5f0f42);}),_0x1f2ade;}},_0x395259[_0x5ec49c(0x1a4)]=_0x1c5aae([_0x4dad5b(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['Injector'])),_0x4dad5b(0x4,_0x3f82c6[_0x5ec49c(0x476)](_0x395259[_0x5ec49c(0x183)])),_0x4dad5b(0x5,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b[_0x5ec49c(0x469)])),_0x4dad5b(0x6,_0x3f82c6['Inject'](_0x3f82c6['LocaleService'])),_0x4dad5b(0x7,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b[_0x5ec49c(0x591)])),_0x4dad5b(0x8,_0x3f82c6[_0x5ec49c(0x476)](_0x10da62[_0x5ec49c(0x5e8)])),_0x4dad5b(0x9,_0x3f82c6[_0x5ec49c(0x476)](_0x18cb6d)),_0x4dad5b(0xa,_0x3f82c6['Inject'](_0x177439)),_0x4dad5b(0xb,_0x3f82c6[_0x5ec49c(0x476)](_0x5ebe28)),_0x4dad5b(0xc,_0x3f82c6[_0x5ec49c(0x476)](_0x44d389)),_0x4dad5b(0xd,_0x3f82c6['ILogService']),_0x4dad5b(0xe,_0x3f82c6['ICommandService']),_0x4dad5b(0xf,_0x4fb45d['IMessageService']),_0x4dad5b(0x10,_0x3f82c6[_0x5ec49c(0x331)]),_0x4dad5b(0x11,_0x3f82c6[_0x5ec49c(0x5d6)](_0x478e97))],_0x395259[_0x5ec49c(0x1a4)]),_0x395259[_0x5ec49c(0x25e)]=class extends _0x395259[_0x5ec49c(0x4f9)]{constructor(_0x43e3b4,_0x24cb34,_0x3883c8,_0x35fcf7,_0xd2f48b,_0x58b9de,_0x806606,_0x28cf5b,_0x53c457,_0x308b5f,_0x1d4d1f,_0xe14a35,_0x2b6879,_0x104128){const _0x58e45f=_0x5ec49c;super(_0x43e3b4,_0x3883c8,_0x24cb34,_0x35fcf7,_0xd2f48b,_0x58b9de,_0x806606,_0x28cf5b,_0x308b5f,_0x1d4d1f,_0xe14a35,_0x2b6879,_0x104128),this['unitID']=_0x43e3b4,this[_0x58e45f(0x584)]=_0x24cb34,this[_0x58e45f(0x1c9)]=_0x53c457;}[_0x5ec49c(0x4c5)](){const _0x48fd6b=_0x5ec49c,_0x432567=super['_createHandler']();return _0x432567[_0x48fd6b(0x53b)]=_0x1e59c9=>this[_0x48fd6b(0x1c9)]['transformSelections'](_0x1e59c9),_0x432567;}async[_0x5ec49c(0x318)](){const _0xa2d94d=_0x5ec49c,_0x2d94dc=await super[_0xa2d94d(0x318)]();return this['disposeWithMe'](this[_0xa2d94d(0x180)][_0xa2d94d(0x4b7)]((_0x330a15,_0x3c0f46)=>{const _0x2e51f9=_0xa2d94d;if(_0x330a15['type']!==_0x3f82c6[_0x2e51f9(0x533)][_0x2e51f9(0x347)]||_0x3c0f46!=null&&_0x3c0f46[_0x2e51f9(0x21a)]||_0x3c0f46!=null&&_0x3c0f46['onlyLocal'])return;const _0x3c99fb=_0x330a15[_0x2e51f9(0x236)];if((_0x3c99fb==null?void 0x0:_0x3c99fb[_0x2e51f9(0x3d0)])!==this[_0x2e51f9(0x4aa)])return;const _0x3511fd=_0x330a15,_0x10497c=this[_0x2e51f9(0x5ee)][_0x2e51f9(0x233)]['fetchThroughInterceptors'](this[_0x2e51f9(0x5ee)][_0x2e51f9(0x233)][_0x2e51f9(0x25d)]()['COMPRESS_MUTATION_SEND'])([_0x3511fd],null)||[_0x3511fd];this['_onLocalMutation'](_0x10497c[0x0]);})),_0x2d94dc;}},_0x395259['SheetCollaborationEntity']=_0x1c5aae([_0x4dad5b(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x4dad5b(0x4,_0x3f82c6[_0x5ec49c(0x476)](_0x395259[_0x5ec49c(0x183)])),_0x4dad5b(0x5,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b[_0x5ec49c(0x469)])),_0x4dad5b(0x6,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x346)])),_0x4dad5b(0x7,_0x3f82c6['Inject'](_0x544d9b['RevisionService'])),_0x4dad5b(0x8,_0x3f82c6[_0x5ec49c(0x476)](_0x51e6ea)),_0x4dad5b(0x9,_0x3f82c6[_0x5ec49c(0x3cc)]),_0x4dad5b(0xa,_0x3f82c6[_0x5ec49c(0x570)]),_0x4dad5b(0xb,_0x4fb45d[_0x5ec49c(0x352)]),_0x4dad5b(0xc,_0x3f82c6[_0x5ec49c(0x331)]),_0x4dad5b(0xd,_0x3f82c6['Optional'](_0x478e97))],_0x395259[_0x5ec49c(0x25e)]);var _0x398b0d=Object['defineProperty'],_0x4b753d=Object['getOwnPropertyDescriptor'],_0x44b01a=(_0x3d93e8,_0x887087,_0x40aa2d,_0x41d9f9)=>{const _0x1e460d=_0x5ec49c;for(var _0x2e7376=_0x41d9f9>0x1?void 0x0:_0x41d9f9?_0x4b753d(_0x887087,_0x40aa2d):_0x887087,_0x4de5f9=_0x3d93e8[_0x1e460d(0x4dc)]-0x1,_0xd14a03;_0x4de5f9>=0x0;_0x4de5f9--)(_0xd14a03=_0x3d93e8[_0x4de5f9])&&(_0x2e7376=(_0x41d9f9?_0xd14a03(_0x887087,_0x40aa2d,_0x2e7376):_0xd14a03(_0x2e7376))||_0x2e7376);return _0x41d9f9&&_0x2e7376&&_0x398b0d(_0x887087,_0x40aa2d,_0x2e7376),_0x2e7376;},_0x41c21b=(_0x2f00b1,_0x166ee1)=>(_0x4d0c88,_0x43ed26)=>_0x166ee1(_0x4d0c88,_0x43ed26,_0x2f00b1);_0x395259[_0x5ec49c(0x2b8)]=class extends _0x3f82c6[_0x5ec49c(0x5f7)]{constructor(_0x3b80f1,_0x3be334,_0x37125e){const _0x16a54f=_0x5ec49c;super(),_0x133daf(this,_0x16a54f(0x5a1),new Map()),_0x133daf(this,_0x16a54f(0x41f),new _0x3b9434[(_0x16a54f(0x2fe))]()),(this[_0x16a54f(0x40f)]=_0x3b80f1,this['_collabSessionService']=_0x3be334,this['_univerInstanceService']=_0x37125e,this[_0x16a54f(0x318)]());}[_0x5ec49c(0x52e)](){const _0x24a760=_0x5ec49c;super['dispose'](),this[_0x24a760(0x5a1)]['forEach'](_0x5dabf1=>_0x5dabf1['dispose']()),this[_0x24a760(0x5a1)][_0x24a760(0x304)]();}[_0x5ec49c(0x5f2)](_0x1aa0d4){const _0x16e6fc=_0x5ec49c;var _0x48b4ea;return(_0x48b4ea=this[_0x16e6fc(0x5a1)][_0x16e6fc(0x555)](_0x1aa0d4))!=null?_0x48b4ea:null;}[_0x5ec49c(0x28a)](_0x128b7b){const _0x2778d8=_0x5ec49c,_0x2e95dc=this[_0x2778d8(0x5f2)](_0x128b7b);return _0x2e95dc?_0x3b9434['of'](_0x2e95dc):this[_0x2778d8(0x41f)][_0x2778d8(0x19d)](_0x22428e[_0x2778d8(0x3c7)](_0x4099df=>_0x4099df['unitID']===_0x128b7b));}[_0x5ec49c(0x318)](){const _0x2d0831=_0x5ec49c;this[_0x2d0831(0x506)][_0x2d0831(0x451)](_0x3f82c6[_0x2d0831(0x49f)][_0x2d0831(0x2d4)])['pipe'](_0x3b9434[_0x2d0831(0x216)](this[_0x2d0831(0x1a7)]),_0x22428e[_0x2d0831(0x207)](0x10))['subscribe'](async _0x2d9c92=>{const _0x4b5092=_0x2d0831,_0x3be715=_0x2d9c92[_0x4b5092(0x278)](),_0x5f534=await this[_0x4b5092(0x402)](_0x3be715,_0x292f19[_0x4b5092(0x2d4)]);this[_0x4b5092(0x5a1)]['set'](_0x3be715,_0x5f534);}),this['_univerInstanceService'][_0x2d0831(0x451)](_0x3f82c6['UniverInstanceType'][_0x2d0831(0x4a4)])[_0x2d0831(0x19d)](_0x3b9434[_0x2d0831(0x216)](this[_0x2d0831(0x1a7)]),_0x22428e['delay'](0x10))[_0x2d0831(0x19d)](_0x22428e['filter'](_0x570ce9=>!_0x570ce9[_0x2d0831(0x278)]()[_0x2d0831(0x554)]('__')))[_0x2d0831(0x306)](async _0x23af41=>{const _0x33e417=_0x2d0831,_0x5b19b5=_0x23af41[_0x33e417(0x278)](),_0xb60ca0=await this[_0x33e417(0x402)](_0x5b19b5,_0x292f19['UNIVER_DOC']);this[_0x33e417(0x5a1)][_0x33e417(0x2ea)](_0x5b19b5,_0xb60ca0);}),_0x3b9434[_0x2d0831(0x1f5)](this[_0x2d0831(0x506)][_0x2d0831(0x4b4)](_0x3f82c6[_0x2d0831(0x49f)][_0x2d0831(0x2d4)]),this[_0x2d0831(0x506)]['getTypeOfUnitDisposed$'](_0x3f82c6['UniverInstanceType'][_0x2d0831(0x4a4)]))['pipe'](_0x3b9434['takeUntil'](this['dispose$']))[_0x2d0831(0x306)](_0x4b5de3=>{const _0x8124f7=_0x2d0831,_0x5d5dcf=_0x4b5de3['getUnitId'](),_0x1a4622=this[_0x8124f7(0x5a1)][_0x8124f7(0x555)](_0x5d5dcf);_0x1a4622&&(_0x1a4622[_0x8124f7(0x52e)](),this[_0x8124f7(0x5a1)][_0x8124f7(0x3f7)](_0x5d5dcf));});}async[_0x5ec49c(0x402)](_0xafb8c9,_0x3e050c){const _0xfe0ede=_0x5ec49c,_0x4105a6=await this[_0xfe0ede(0x42e)]['requireSession'](_0xafb8c9),_0x17f1d9=this[_0xfe0ede(0x40f)][_0xfe0ede(0x3d8)](this[_0xfe0ede(0x4d2)](_0x3e050c),_0xafb8c9,_0x3e050c,_0x4105a6);return await _0x17f1d9['init'](),this['_entityInit$'][_0xfe0ede(0x4ab)](_0x17f1d9),_0x17f1d9;}[_0x5ec49c(0x4d2)](_0x2f902a){const _0x478d75=_0x5ec49c;switch(_0x2f902a){case _0x292f19['UNIVER_DOC']:return _0x395259[_0x478d75(0x1a4)];case _0x292f19[_0x478d75(0x2d4)]:return _0x395259[_0x478d75(0x25e)];default:throw new Error('[CollaborationController]:\x20invalid\x20univer\x20type:\x20'+_0x2f902a);}}},_0x395259[_0x5ec49c(0x2b8)]=_0x44b01a([_0x41c21b(0x0,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x41c21b(0x1,_0x3f82c6['Inject'](_0x395259[_0x5ec49c(0x368)])),_0x41c21b(0x2,_0x3f82c6[_0x5ec49c(0x2be)])],_0x395259['CollaborationController']);const _0x462c8e=[_0x5ec49c(0x405),'jiqing500',_0x5ec49c(0x472),_0x5ec49c(0x32f),_0x5ec49c(0x457),_0x5ec49c(0x33d)];class _0x407f93 extends _0x3f82c6[_0x5ec49c(0x582)]{constructor(){const _0x179274=_0x5ec49c;super(...arguments),_0x133daf(this,_0x179274(0x271),new Map()),_0x133daf(this,_0x179274(0x29c),0x0);}['assignAColorForMemberID'](_0x43d9d5){const _0x3b2637=_0x5ec49c;if(this[_0x3b2637(0x271)][_0x3b2637(0x293)](_0x43d9d5))return this[_0x3b2637(0x271)][_0x3b2637(0x555)](_0x43d9d5);const _0x1aa8a2=_0x462c8e[this[_0x3b2637(0x29c)]];return this['_colorIndex']=(this[_0x3b2637(0x29c)]+0x1)%_0x462c8e[_0x3b2637(0x4dc)],this[_0x3b2637(0x271)][_0x3b2637(0x2ea)](_0x43d9d5,_0x1aa8a2),_0x1aa8a2;}}var _0x4405c1=Object['defineProperty'],_0x3a3249=Object[_0x5ec49c(0x209)],_0x563dfb=(_0x920616,_0x1a955a,_0x5b7ef0,_0x19511d)=>{for(var _0x22073=_0x19511d>0x1?void 0x0:_0x19511d?_0x3a3249(_0x1a955a,_0x5b7ef0):_0x1a955a,_0x3292be=_0x920616['length']-0x1,_0x41bb7f;_0x3292be>=0x0;_0x3292be--)(_0x41bb7f=_0x920616[_0x3292be])&&(_0x22073=(_0x19511d?_0x41bb7f(_0x1a955a,_0x5b7ef0,_0x22073):_0x41bb7f(_0x22073))||_0x22073);return _0x19511d&&_0x22073&&_0x4405c1(_0x1a955a,_0x5b7ef0,_0x22073),_0x22073;},_0x77de3a=(_0x4d1dd3,_0x2e6590)=>(_0x2984f6,_0x149519)=>_0x2e6590(_0x2984f6,_0x149519,_0x4d1dd3);const _0x46fb3f=0x12c,_0x423364=0x64;let _0x50e5a9=class extends _0x3f82c6[_0x5ec49c(0x5f7)]{constructor(_0x1ecedd,_0x4fe8e5,_0x416673,_0x41cb98,_0x398e03,_0x5ab262,_0x102a80,_0x533b39,_0x34a346){const _0x58f911=_0x5ec49c;super(),_0x133daf(this,_0x58f911(0x228),!0x1),_0x133daf(this,_0x58f911(0x318),!0x1),_0x133daf(this,_0x58f911(0x561),new _0x3b9434[(_0x58f911(0x34c))](new Map())),_0x133daf(this,_0x58f911(0x1dd),this[_0x58f911(0x561)][_0x58f911(0x1ee)]()),_0x133daf(this,_0x58f911(0x18a),new _0x3b9434[(_0x58f911(0x34c))]([])),_0x133daf(this,_0x58f911(0x5b7),this[_0x58f911(0x18a)][_0x58f911(0x19d)](_0x3b9434[_0x58f911(0x333)](_0x46fb3f))),_0x133daf(this,_0x58f911(0x4e9),_0x3f82c6[_0x58f911(0x482)](_0x1d159d=>{const _0x1cfd33=_0x58f911,_0x1fd174={'eventID':_0x544d9b[_0x1cfd33(0x527)][_0x1cfd33(0x500)],'data':{'unitID':this[_0x1cfd33(0x4aa)],'memberID':this[_0x1cfd33(0x438)][_0x1cfd33(0x2c4)](),'selection':_0x7b544c(_0x1d159d)}};this[_0x1cfd33(0x438)][_0x1cfd33(0x30a)](_0x1fd174,this[_0x1cfd33(0x4aa)]);},_0x423364)),(this['unitID']=_0x1ecedd,this['_session']=_0x4fe8e5,this['_injector']=_0x416673,this[_0x58f911(0x2e9)]=_0x41cb98,this[_0x58f911(0x18f)]=_0x398e03,this[_0x58f911(0x557)]=_0x5ab262,this[_0x58f911(0x268)]=_0x102a80,this[_0x58f911(0x506)]=_0x533b39,this[_0x58f911(0x180)]=_0x34a346);}get[_0x5ec49c(0x203)](){const _0x3bdf94=_0x5ec49c;return this['_cursorInfo$'][_0x3bdf94(0x5bf)]();}get[_0x5ec49c(0x32d)](){const _0xfb31a3=_0x5ec49c;return this[_0xfb31a3(0x18a)][_0xfb31a3(0x5bf)]();}[_0x5ec49c(0x52e)](){const _0x5c64c9=_0x5ec49c;super[_0x5c64c9(0x52e)](),this['_cursorInfo$'][_0x5c64c9(0x4ab)](new Map()),this[_0x5c64c9(0x561)][_0x5c64c9(0x5b9)](),this[_0x5c64c9(0x18a)][_0x5c64c9(0x4ab)]([]),this[_0x5c64c9(0x18a)][_0x5c64c9(0x5b9)]();}['init'](){const _0x21fd63=_0x5ec49c;this[_0x21fd63(0x318)]||(this[_0x21fd63(0x318)]=!0x0,this[_0x21fd63(0x438)][_0x21fd63(0x312)][_0x21fd63(0x19d)](_0x3b9434[_0x21fd63(0x216)](this[_0x21fd63(0x1a7)]))[_0x21fd63(0x306)](_0x450e37=>{const _0x2f5f17=_0x21fd63;_0x450e37===_0x45d7ca[_0x2f5f17(0x3c4)]?this[_0x2f5f17(0x5f0)]():this[_0x2f5f17(0x4ea)]();}),this['_session']['event$'][_0x21fd63(0x19d)](_0x3b9434['takeUntil'](this[_0x21fd63(0x1a7)]))[_0x21fd63(0x306)](_0x2032b3=>{const _0x2bcbab=_0x21fd63,_0x239cfa=_0x2032b3['eventID'];_0x239cfa===_0x544d9b[_0x2bcbab(0x527)][_0x2bcbab(0x500)]&&this['_onCursorUpdate'](_0x2032b3),_0x239cfa===_0x544d9b[_0x2bcbab(0x527)][_0x2bcbab(0x2f5)]&&this[_0x2bcbab(0x5e3)](_0x2032b3);}),this[_0x21fd63(0x3c5)](this[_0x21fd63(0x180)][_0x21fd63(0x4b7)](_0x225c5a=>{const _0x216f64=_0x21fd63,_0x2c35a1=_0x225c5a[_0x216f64(0x236)];_0x2c35a1!=null&&this[_0x216f64(0x228)]&&_0x225c5a['id']===_0x431858[_0x216f64(0x1ab)]['id']&&_0x2c35a1[_0x216f64(0x3d0)]===this['unitID']&&_0x2c35a1[_0x216f64(0x2bd)]===!0x1&&_0x2c35a1[_0x216f64(0x57f)][_0x216f64(0x4dc)]>0x0&&this[_0x216f64(0x4e9)](_0x2c35a1[_0x216f64(0x57f)]);})),this['_syncEditingCollabCursorService']['collabCursorState$']['pipe'](_0x3b9434['takeUntil'](this[_0x21fd63(0x1a7)]))['subscribe'](_0x90a3af=>{const _0x4166a0=_0x21fd63;if((_0x90a3af==null?void 0x0:_0x90a3af['unitID'])!==this[_0x4166a0(0x4aa)])return;const _0xf51bb9={'eventID':_0x544d9b['CollaborationEvent'][_0x4166a0(0x500)],'data':_0x90a3af};this[_0x4166a0(0x3f8)](_0xf51bb9);}),this[_0x21fd63(0x3c5)](this[_0x21fd63(0x180)][_0x21fd63(0x4b7)](_0x45c082=>{const _0x479c41=_0x21fd63;if(_0x45c082[_0x479c41(0x236)]==null)return;const _0x23b176=_0x45c082['params'];if(_0x45c082['id']!==_0x431858['RichTextEditingMutation']['id']||_0x23b176['unitId']!==this[_0x479c41(0x4aa)])return;const _0xdcc276={'id':_0x479c41(0x280),'params':_0x23b176},_0x18674d=this[_0x479c41(0x203)];for(const [_0x3f9e1d,_0x3c72d7]of _0x18674d){const _0x4bb6ee={'id':_0x479c41(0x280),'params':{'unitId':this['unitID'],'actions':null,'textRanges':_0x3c72d7[_0x479c41(0x57f)]}},_0x5b7d80=this[_0x479c41(0x268)][_0x479c41(0x17f)](_0xdcc276,_0x4bb6ee,!0x1);if(_0x544d9b['isTransformMutationFailure'](_0x5b7d80))throw _0x5b7d80[_0x479c41(0x2a4)];_0x18674d[_0x479c41(0x2ea)](_0x3f9e1d,{..._0x3c72d7,'ranges':_0x5b7d80[_0x479c41(0x5ef)][_0x479c41(0x236)][_0x479c41(0x4d3)]});}queueMicrotask(()=>{const _0x3b84c0=_0x479c41;this[_0x3b84c0(0x561)][_0x3b84c0(0x4ab)](_0x18674d);});})));}[_0x5ec49c(0x3f8)](_0x3c691b){const _0xc3db73=_0x5ec49c;var _0x385c02,_0x31bfb9;const {memberID:_0x102557,selection:_0xa3d291}=_0x3c691b[_0xc3db73(0x250)],_0x3acfb5=_0x4ded27(_0xa3d291),_0x188b68=(_0x31bfb9=(_0x385c02=this[_0xc3db73(0x18f)][_0xc3db73(0x29e)](this[_0xc3db73(0x4aa)],_0x102557))==null?void 0x0:_0x385c02[_0xc3db73(0x5c8)])!=null?_0x31bfb9:_0xc3db73(0x1dc),_0x31c519={'color':this[_0xc3db73(0x2e9)][_0xc3db73(0x5fd)](_0x102557),'name':_0x188b68,'ranges':_0x3acfb5},_0x4b8d87=this['cursorInfo'];_0x4b8d87[_0xc3db73(0x2ea)](_0x102557,_0x31c519),this[_0xc3db73(0x561)][_0xc3db73(0x4ab)](_0x4b8d87);}[_0x5ec49c(0x5e3)](_0x5eb9d0){const _0x426d8c=_0x5ec49c,{memberID:_0x4116b8}=_0x5eb9d0[_0x426d8c(0x250)],_0x2646dc=this['cursorInfo'];_0x2646dc[_0x426d8c(0x3f7)](_0x4116b8),this[_0x426d8c(0x561)]['next'](_0x2646dc);}[_0x5ec49c(0x5f0)](){const _0x2cd714=_0x5ec49c;var _0x5021c5;if(this['_online']=!0x0,((_0x5021c5=this[_0x2cd714(0x506)]['getFocusedUnit']())==null?void 0x0:_0x5021c5[_0x2cd714(0x278)]())!==this[_0x2cd714(0x4aa)])return;const _0xa93439=this[_0x2cd714(0x40f)][_0x2cd714(0x555)](_0x431858[_0x2cd714(0x629)])[_0x2cd714(0x4f1)]();Array[_0x2cd714(0x491)](_0xa93439)&&_0xa93439[_0x2cd714(0x4dc)]>0x0&&this[_0x2cd714(0x4e9)](_0xa93439);}[_0x5ec49c(0x4ea)](){const _0x162ac3=_0x5ec49c;this[_0x162ac3(0x228)]=!0x1;}};_0x50e5a9=_0x563dfb([_0x77de3a(0x2,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x77de3a(0x3,_0x3f82c6['Inject'](_0x407f93)),_0x77de3a(0x4,_0x3f82c6['Inject'](_0x395259[_0x5ec49c(0x372)])),_0x77de3a(0x5,_0x3f82c6[_0x5ec49c(0x476)](_0x44d389)),_0x77de3a(0x6,_0x544d9b['ITransformService']),_0x77de3a(0x7,_0x3f82c6[_0x5ec49c(0x2be)]),_0x77de3a(0x8,_0x3f82c6['ICommandService'])],_0x50e5a9);var _0x2044f9=Object[_0x5ec49c(0x354)],_0x55fb0a=Object[_0x5ec49c(0x209)],_0x39c71d=(_0x5a7f4b,_0x54572b,_0x5ee9d6,_0x1bb326)=>{for(var _0x1b5223=_0x1bb326>0x1?void 0x0:_0x1bb326?_0x55fb0a(_0x54572b,_0x5ee9d6):_0x54572b,_0x4cd90f=_0x5a7f4b['length']-0x1,_0x5df225;_0x4cd90f>=0x0;_0x4cd90f--)(_0x5df225=_0x5a7f4b[_0x4cd90f])&&(_0x1b5223=(_0x1bb326?_0x5df225(_0x54572b,_0x5ee9d6,_0x1b5223):_0x5df225(_0x1b5223))||_0x1b5223);return _0x1bb326&&_0x1b5223&&_0x2044f9(_0x54572b,_0x5ee9d6,_0x1b5223),_0x1b5223;},_0x231624=(_0x351f95,_0x396837)=>(_0x5a381d,_0x41a9d6)=>_0x396837(_0x5a381d,_0x41a9d6,_0x351f95);const _0x5371fa=0x12c,_0x5e9920=0x64,_0x2be836=()=>{let _0x440f86=[],_0x4055b9=!0x1;return _0x29bb04=>{const _0x45210e=_0x5149;_0x440f86[_0x45210e(0x498)](_0x29bb04),_0x4055b9||(_0x4055b9=!0x0,setTimeout(()=>{const _0x2809a9=_0x45210e;_0x440f86[_0x2809a9(0x23c)](_0x5a0614=>_0x5a0614()),_0x440f86=[],_0x4055b9=!0x1;}));};};let _0x50bbb6=class extends _0x3f82c6['RxDisposable']{constructor(_0x50bbcb,_0x3d83bc,_0x330b84,_0x41b638,_0x4f7905,_0xddd607,_0x2c8749,_0x5bc795){const _0x75e7c4=_0x5ec49c;super(),_0x133daf(this,_0x75e7c4(0x228),!0x1),_0x133daf(this,_0x75e7c4(0x318),!0x1),_0x133daf(this,_0x75e7c4(0x561),new _0x3b9434['BehaviorSubject'](new Map())),_0x133daf(this,_0x75e7c4(0x1dd),this[_0x75e7c4(0x561)][_0x75e7c4(0x1ee)]()),_0x133daf(this,_0x75e7c4(0x18a),new _0x3b9434[(_0x75e7c4(0x34c))]([])),_0x133daf(this,'roomMembers$',this[_0x75e7c4(0x18a)]['pipe'](_0x3b9434[_0x75e7c4(0x333)](_0x5371fa))),_0x133daf(this,_0x75e7c4(0x4e9),_0x3f82c6[_0x75e7c4(0x482)]((_0xdb6ebc,_0x40d5e7)=>{const _0x4a1493=_0x75e7c4,_0x411605={'eventID':_0x544d9b['CollaborationEvent'][_0x4a1493(0x500)],'data':{'unitID':this[_0x4a1493(0x4aa)],'memberID':this['_session']['getMemberID'](),'selection':_0x5a3fe6['serializeRangeWithSheet'](_0xdb6ebc,_0x40d5e7[_0x4a1493(0x2e5)])}};this[_0x4a1493(0x438)][_0x4a1493(0x30a)](_0x411605,this[_0x4a1493(0x4aa)]);},_0x5e9920)),(this[_0x75e7c4(0x4aa)]=_0x50bbcb,this[_0x75e7c4(0x438)]=_0x3d83bc,this['_injector']=_0x330b84,this[_0x75e7c4(0x2e9)]=_0x41b638,this[_0x75e7c4(0x18f)]=_0x4f7905,this[_0x75e7c4(0x506)]=_0xddd607,this[_0x75e7c4(0x180)]=_0x2c8749,this[_0x75e7c4(0x504)]=_0x5bc795);}get['cursorInfo'](){const _0x13f09c=_0x5ec49c;return this[_0x13f09c(0x561)][_0x13f09c(0x5bf)]();}get[_0x5ec49c(0x32d)](){const _0x163307=_0x5ec49c;return this[_0x163307(0x18a)][_0x163307(0x5bf)]();}[_0x5ec49c(0x52e)](){const _0x3c8e5f=_0x5ec49c;super[_0x3c8e5f(0x52e)](),this['_cursorInfo$'][_0x3c8e5f(0x4ab)](new Map()),this[_0x3c8e5f(0x561)][_0x3c8e5f(0x5b9)](),this[_0x3c8e5f(0x18a)][_0x3c8e5f(0x4ab)]([]),this['_roomMembers$'][_0x3c8e5f(0x5b9)]();}[_0x5ec49c(0x524)](){const _0x15a7aa=_0x5ec49c;this[_0x15a7aa(0x318)]||(this['_init']=!0x0,this[_0x15a7aa(0x438)][_0x15a7aa(0x312)][_0x15a7aa(0x19d)](_0x3b9434[_0x15a7aa(0x216)](this[_0x15a7aa(0x1a7)]))[_0x15a7aa(0x306)](_0x4fae1d=>{const _0x3e0cdd=_0x15a7aa;_0x4fae1d===_0x45d7ca[_0x3e0cdd(0x3c4)]?this[_0x3e0cdd(0x5f0)]():this['_toggleOffline']();}),this[_0x15a7aa(0x438)][_0x15a7aa(0x4f8)]['pipe'](_0x3b9434[_0x15a7aa(0x216)](this[_0x15a7aa(0x1a7)]))[_0x15a7aa(0x306)](_0x4fa701=>{const _0x36eaa4=_0x15a7aa,_0xc13547=_0x4fa701[_0x36eaa4(0x41e)];_0xc13547===_0x544d9b['CollaborationEvent'][_0x36eaa4(0x500)]&&this[_0x36eaa4(0x3f8)](_0x4fa701),_0xc13547===_0x544d9b['CollaborationEvent'][_0x36eaa4(0x2f5)]&&this['_onCursorDelete'](_0x4fa701);}),this[_0x15a7aa(0x224)](),this[_0x15a7aa(0x3c5)](this['_commandService'][_0x15a7aa(0x4b7)](_0xb21e3b=>{const _0x471625=_0x15a7aa;if(this[_0x471625(0x228)]&&_0xb21e3b['id']===_0x4b13d3[_0x471625(0x2bf)]['id']&&_0xb21e3b[_0x471625(0x236)][_0x471625(0x3d0)]===this['unitID']){const _0x56b3a4=_0xb21e3b[_0x471625(0x236)];this[_0x471625(0x4e9)](_0x56b3a4['subUnitId'],_0x56b3a4[_0x471625(0x531)][0x0]);}})));}[_0x5ec49c(0x3f8)](_0x151e5d){const _0x4b44aa=_0x5ec49c;var _0x5bde24,_0x5c381b;const {memberID:_0x75ffb0,selection:_0x15dd95}=_0x151e5d[_0x4b44aa(0x250)],{sheetName:_0x37c190,range:_0x1bb7bc}=_0x5a3fe6[_0x4b44aa(0x5a9)](_0x15dd95),_0x98b4d1={'name':(_0x5c381b=(_0x5bde24=this['_memberService'][_0x4b44aa(0x29e)](this[_0x4b44aa(0x4aa)],_0x75ffb0))==null?void 0x0:_0x5bde24['name'])!=null?_0x5c381b:_0x4b44aa(0x1dc),'range':this[_0x4b44aa(0x30d)](_0x37c190,_0x1bb7bc),'sheetID':_0x37c190,'color':this[_0x4b44aa(0x2e9)]['assignAColorForMemberID'](_0x75ffb0),'selection':_0x15dd95},_0x217331=this[_0x4b44aa(0x203)];_0x217331[_0x4b44aa(0x2ea)](_0x75ffb0,_0x98b4d1),this[_0x4b44aa(0x561)][_0x4b44aa(0x4ab)](_0x217331);}[_0x5ec49c(0x5e3)](_0x4074ab){const _0x3136b6=_0x5ec49c,{memberID:_0x1a5447}=_0x4074ab[_0x3136b6(0x250)],_0x337822=this[_0x3136b6(0x203)];_0x337822[_0x3136b6(0x3f7)](_0x1a5447),this[_0x3136b6(0x561)][_0x3136b6(0x4ab)](_0x337822);}['_getMergeRange'](_0x44b6a6,_0x2e6ad7){const _0x18cc72=_0x5ec49c;var _0x304fa8,_0x4cbc95;const _0x5f39b9=(_0x4cbc95=(_0x304fa8=this[_0x18cc72(0x506)][_0x18cc72(0x5f9)](this['unitID']))==null?void 0x0:_0x304fa8[_0x18cc72(0x213)](_0x44b6a6))==null?void 0x0:_0x4cbc95[_0x18cc72(0x452)]();return(_0x5f39b9==null?void 0x0:_0x5f39b9['find'](_0x2663a3=>_0x3f82c6[_0x18cc72(0x3a9)]['contains'](_0x2663a3,_0x2e6ad7)))||_0x2e6ad7;}[_0x5ec49c(0x224)](){const _0x39cc38=_0x5ec49c,_0x3884f5=new _0x3f82c6[(_0x39cc38(0x489))](),_0x485150=_0x2be836(),_0x20d5c2=()=>{const _0x473d12=_0x39cc38;_0x3884f5[_0x473d12(0x52e)]();const _0x57156c=(_0x4da468,_0x3098d5,_0x26e619,_0x58735c)=>{const _0x205d52=_0x473d12;let _0x5b32cc=[];switch(_0x4da468['id']){case _0x4b13d3[_0x205d52(0x3fa)]['DeleteRangeMoveLeftCommandId']:{_0x5b32cc=_0x4b13d3[_0x205d52(0x1bc)](_0x4da468,_0x58735c);break;}case _0x4b13d3[_0x205d52(0x3fa)][_0x205d52(0x234)]:{_0x5b32cc=_0x4b13d3['handleDeleteRangeMoveUp'](_0x4da468,_0x58735c);break;}case _0x4b13d3[_0x205d52(0x3fa)][_0x205d52(0x606)]:{_0x5b32cc=_0x4b13d3[_0x205d52(0x46f)](_0x4da468,_0x58735c);break;}case _0x4b13d3[_0x205d52(0x3fa)][_0x205d52(0x461)]:{_0x5b32cc=_0x4b13d3[_0x205d52(0x25c)](_0x4da468,_0x58735c);break;}case _0x4b13d3['EffectRefRangId'][_0x205d52(0x471)]:{_0x5b32cc=_0x4b13d3[_0x205d52(0x379)](_0x4da468,_0x58735c);break;}case _0x4b13d3[_0x205d52(0x3fa)][_0x205d52(0x28d)]:{_0x5b32cc=_0x4b13d3[_0x205d52(0x227)](_0x4da468,_0x58735c);break;}case _0x4b13d3['EffectRefRangId']['MoveRangeCommandId']:{_0x5b32cc=_0x4b13d3[_0x205d52(0x329)](_0x4da468,_0x58735c);break;}case _0x4b13d3[_0x205d52(0x3fa)][_0x205d52(0x42d)]:{_0x5b32cc=_0x4b13d3[_0x205d52(0x32a)](_0x4da468,_0x58735c);break;}case _0x4b13d3[_0x205d52(0x3fa)][_0x205d52(0x1b5)]:{_0x5b32cc=_0x4b13d3[_0x205d52(0x57e)](_0x4da468,_0x58735c);break;}}const _0x241c1b=_0x4b13d3[_0x205d52(0x292)](_0x5b32cc,_0x58735c),_0x4ba9ad=this[_0x205d52(0x203)]['get'](_0x3098d5);if(_0x4ba9ad&&_0x241c1b){const _0x42ca68={..._0x4ba9ad,'range':_0x241c1b};this[_0x205d52(0x203)][_0x205d52(0x2ea)](_0x3098d5,_0x42ca68),_0x485150(()=>{const _0x58d7f6=_0x205d52,_0x5a3a56=this[_0x58d7f6(0x504)][_0x58d7f6(0x41a)](_0x241c1b,_0x1d103f=>(_0x5a3a56[_0x58d7f6(0x52e)](),_0x57156c(_0x1d103f,_0x3098d5,_0x26e619,_0x241c1b)));_0x3884f5[_0x58d7f6(0x47a)](_0x5a3a56);});}return{'redos':[],'undos':[]};};this[_0x473d12(0x203)][_0x473d12(0x23c)]((_0x38e67d,_0x1ace72)=>{const _0x1e0ac0=_0x473d12,{range:_0x42ee65,sheetID:_0x210888}=_0x38e67d,_0x44f26a=this['_refRangeService'][_0x1e0ac0(0x41a)](_0x42ee65,_0x4057f8=>(_0x44f26a[_0x1e0ac0(0x52e)](),_0x57156c(_0x4057f8,_0x1ace72,_0x210888,_0x42ee65)));_0x3884f5[_0x1e0ac0(0x47a)](_0x44f26a);});};this['disposeWithMe'](_0x3f82c6[_0x39cc38(0x4d8)](this[_0x39cc38(0x561)]['subscribe'](()=>{_0x20d5c2();})));}[_0x5ec49c(0x5f0)](){const _0x11ee3f=_0x5ec49c;var _0x280766,_0x5b64f6;if(this['_online']=!0x0,((_0x280766=this['_univerInstanceService']['getFocusedUnit']())==null?void 0x0:_0x280766['getUnitId']())!==this[_0x11ee3f(0x4aa)])return;const _0x413a56=(_0x5b64f6=this[_0x11ee3f(0x40f)][_0x11ee3f(0x555)](_0x4b13d3[_0x11ee3f(0x2c5)])[_0x11ee3f(0x386)]())==null?void 0x0:_0x5b64f6[0x0],_0x2d6531=this[_0x11ee3f(0x506)][_0x11ee3f(0x60f)](_0x3f82c6[_0x11ee3f(0x49f)]['UNIVER_SHEET'])[_0x11ee3f(0x517)]();_0x413a56&&_0x2d6531&&this[_0x11ee3f(0x4e9)](_0x2d6531['getSheetId'](),_0x413a56);}[_0x5ec49c(0x4ea)](){const _0x4c9e87=_0x5ec49c;this[_0x4c9e87(0x228)]=!0x1;}};_0x50bbb6=_0x39c71d([_0x231624(0x2,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x231624(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x407f93)),_0x231624(0x4,_0x3f82c6[_0x5ec49c(0x476)](_0x395259[_0x5ec49c(0x372)])),_0x231624(0x5,_0x3f82c6[_0x5ec49c(0x2be)]),_0x231624(0x6,_0x3f82c6[_0x5ec49c(0x570)]),_0x231624(0x7,_0x3f82c6[_0x5ec49c(0x476)](_0x4b13d3[_0x5ec49c(0x2fc)]))],_0x50bbb6);var _0x144e83=Object[_0x5ec49c(0x354)],_0x1b4de4=Object['getOwnPropertyDescriptor'],_0x29f2af=(_0x292e66,_0x5a5346,_0x23ec7e,_0x26e685)=>{const _0x3b9cc7=_0x5ec49c;for(var _0x151e45=_0x26e685>0x1?void 0x0:_0x26e685?_0x1b4de4(_0x5a5346,_0x23ec7e):_0x5a5346,_0x1ef004=_0x292e66[_0x3b9cc7(0x4dc)]-0x1,_0x511379;_0x1ef004>=0x0;_0x1ef004--)(_0x511379=_0x292e66[_0x1ef004])&&(_0x151e45=(_0x26e685?_0x511379(_0x5a5346,_0x23ec7e,_0x151e45):_0x511379(_0x151e45))||_0x151e45);return _0x26e685&&_0x151e45&&_0x144e83(_0x5a5346,_0x23ec7e,_0x151e45),_0x151e45;},_0x3b3435=(_0x431bb1,_0xa2ca1b)=>(_0x3d563d,_0x656b25)=>_0xa2ca1b(_0x3d563d,_0x656b25,_0x431bb1);let _0x2aaf30=class extends _0x3f82c6[_0x5ec49c(0x5f7)]{constructor(_0x2d468e,_0xd3543a,_0x55da75){const _0x1ab9ca=_0x5ec49c;super(),_0x133daf(this,_0x1ab9ca(0x5a1),new Map()),_0x133daf(this,'_entityInit$',new _0x3b9434[(_0x1ab9ca(0x2fe))]()),(this[_0x1ab9ca(0x506)]=_0x2d468e,this[_0x1ab9ca(0x40f)]=_0xd3543a,this[_0x1ab9ca(0x42e)]=_0x55da75,this[_0x1ab9ca(0x318)]());}[_0x5ec49c(0x52e)](){const _0x2d5a48=_0x5ec49c;super['dispose'](),this['_entityInit$']['complete'](),this[_0x2d5a48(0x5a1)][_0x2d5a48(0x23c)](_0x22998f=>_0x22998f['dispose']());}[_0x5ec49c(0x296)](_0x143826){const _0x2dfd89=_0x5ec49c;return this['_entities']['has'](_0x143826)?this[_0x2dfd89(0x5a1)][_0x2dfd89(0x555)](_0x143826)[_0x2dfd89(0x1dd)]:this['_entityInit$']['pipe'](_0x3b9434[_0x2dfd89(0x3c7)](_0x166423=>_0x166423[_0x2dfd89(0x4aa)]===_0x143826),_0x3b9434[_0x2dfd89(0x62f)](_0x324ca2=>_0x324ca2[_0x2dfd89(0x1dd)]));}[_0x5ec49c(0x318)](){const _0x4c597f=_0x5ec49c;this[_0x4c597f(0x506)]['getTypeOfUnitAdded$'](_0x3f82c6[_0x4c597f(0x49f)][_0x4c597f(0x2d4)])[_0x4c597f(0x19d)](_0x3b9434['takeUntil'](this[_0x4c597f(0x1a7)]))[_0x4c597f(0x306)](async _0x32d657=>{const _0x15b022=_0x4c597f,_0x1da8d2=_0x32d657[_0x15b022(0x278)](),_0x4ce7b1=await this[_0x15b022(0x3ac)](_0x1da8d2);this[_0x15b022(0x41f)][_0x15b022(0x4ab)](_0x4ce7b1),this[_0x15b022(0x5a1)][_0x15b022(0x2ea)](_0x1da8d2,_0x4ce7b1);}),this[_0x4c597f(0x506)]['getTypeOfUnitAdded$'](_0x3f82c6[_0x4c597f(0x49f)][_0x4c597f(0x4a4)])[_0x4c597f(0x19d)](_0x3b9434[_0x4c597f(0x216)](this['dispose$']))['pipe'](_0x3b9434[_0x4c597f(0x3c7)](_0x3bbe0d=>!_0x3bbe0d[_0x4c597f(0x278)]()[_0x4c597f(0x554)]('__')))[_0x4c597f(0x306)](async _0x260f34=>{const _0x1f9b2c=_0x4c597f,_0x1520cb=_0x260f34[_0x1f9b2c(0x278)](),_0x263a00=await this[_0x1f9b2c(0x3b4)](_0x1520cb);this[_0x1f9b2c(0x41f)]['next'](_0x263a00),this[_0x1f9b2c(0x5a1)][_0x1f9b2c(0x2ea)](_0x1520cb,_0x263a00);}),_0x3b9434['merge'](this['_univerInstanceService'][_0x4c597f(0x4b4)](_0x3f82c6[_0x4c597f(0x49f)][_0x4c597f(0x4a4)]),this[_0x4c597f(0x506)][_0x4c597f(0x4b4)](_0x3f82c6[_0x4c597f(0x49f)][_0x4c597f(0x2d4)]))['pipe'](_0x3b9434[_0x4c597f(0x216)](this[_0x4c597f(0x1a7)]))['subscribe'](_0x51524b=>{const _0x248267=_0x4c597f,_0x15484a=_0x51524b['getUnitId'](),_0x196d93=this[_0x248267(0x5a1)][_0x248267(0x555)](_0x15484a);_0x196d93&&(_0x196d93[_0x248267(0x52e)](),this[_0x248267(0x5a1)][_0x248267(0x3f7)](_0x15484a));});}async['_startSheetCollabCursor'](_0x36443e){const _0xd4e8d0=_0x5ec49c,_0xb874d6=await this[_0xd4e8d0(0x42e)][_0xd4e8d0(0x1de)](_0x36443e),_0x1a4542=this[_0xd4e8d0(0x40f)][_0xd4e8d0(0x3d8)](_0x50bbb6,_0x36443e,_0xb874d6);return _0x1a4542['init'](),_0x1a4542;}async[_0x5ec49c(0x3b4)](_0x29788e){const _0x287703=_0x5ec49c,_0x344918=await this[_0x287703(0x42e)]['requireSession'](_0x29788e),_0x34e6dc=this['_injector']['createInstance'](_0x50e5a9,_0x29788e,_0x344918);return _0x34e6dc[_0x287703(0x524)](),_0x34e6dc;}};_0x2aaf30=_0x29f2af([_0x3b3435(0x0,_0x3f82c6['IUniverInstanceService']),_0x3b3435(0x1,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['Injector'])),_0x3b3435(0x2,_0x3f82c6['Inject'](_0x395259['CollaborationSessionService']))],_0x2aaf30);const _0xca1f50=0x14,_0x402de3=0xc8,_0x20da79=0x4,_0x788380=0x5;function _0x4975bf(_0x38b17a,_0x189d65){const _0x43fa37=_0x5ec49c;let {radius:_0x4262b2,width:_0x5527da,height:_0x692bca}=_0x189d65;_0x4262b2=_0x4262b2!=null?_0x4262b2:0x0,_0x5527da=_0x5527da!=null?_0x5527da:0x1e,_0x692bca=_0x692bca!=null?_0x692bca:0x1e;let _0x51ec6f=0x0,_0x3293e9=0x0,_0x60c9c0=0x0;_0x51ec6f=_0x3293e9=_0x60c9c0=Math[_0x43fa37(0x343)](_0x4262b2,_0x5527da/0x2,_0x692bca/0x2),_0x38b17a['beginPath'](),_0x38b17a[_0x43fa37(0x229)](_0x51ec6f,0x0),_0x38b17a[_0x43fa37(0x496)](_0x5527da-_0x3293e9,0x0),_0x38b17a[_0x43fa37(0x446)](_0x5527da-_0x3293e9,_0x3293e9,_0x3293e9,Math['PI']*0x3/0x2,0x0,!0x1),_0x38b17a[_0x43fa37(0x496)](_0x5527da,_0x692bca-_0x60c9c0),_0x38b17a['arc'](_0x5527da-_0x60c9c0,_0x692bca-_0x60c9c0,_0x60c9c0,0x0,Math['PI']/0x2,!0x1),_0x38b17a[_0x43fa37(0x496)](0x0,_0x692bca),_0x38b17a[_0x43fa37(0x496)](0x0,_0x51ec6f),_0x38b17a['arc'](_0x51ec6f,_0x51ec6f,_0x51ec6f,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x38b17a[_0x43fa37(0x335)](),_0x189d65['fill']&&(_0x38b17a[_0x43fa37(0x637)](),_0x38b17a['fillStyle']=_0x189d65[_0x43fa37(0x1c5)],_0x189d65['fillRule']===_0x43fa37(0x274)?_0x38b17a['fill'](_0x43fa37(0x274)):_0x38b17a[_0x43fa37(0x1c5)](),_0x38b17a[_0x43fa37(0x509)]());}class _0x53eb3e extends _0x4304a5[_0x5ec49c(0x52b)]{constructor(_0x39d470,_0xb62726){const _0x2ccfc1=_0x5ec49c;super(_0x39d470,_0xb62726),_0x133daf(this,_0x2ccfc1(0x39a)),_0x133daf(this,_0x2ccfc1(0x290)),(this[_0x2ccfc1(0x39a)]=_0xb62726==null?void 0x0:_0xb62726[_0x2ccfc1(0x39a)],this[_0x2ccfc1(0x290)]=_0xb62726==null?void 0x0:_0xb62726[_0x2ccfc1(0x290)]);}static[_0x5ec49c(0x484)](_0x311095,_0x2cf90a){const _0x3f3946=_0x5ec49c,{text:_0x1a51e3,color:_0xe42595}=_0x2cf90a;_0x311095[_0x3f3946(0x637)](),_0x311095['font']=_0x3f3946(0x5f4);const _0x332d7b=_0x311095[_0x3f3946(0x21e)](_0x1a51e3)['width'],_0x241fda=Math['min'](_0x332d7b+0x2*_0x20da79,_0x402de3);_0x4975bf(_0x311095,{'height':_0xca1f50,'radius':0x4,'width':_0x241fda,'fill':_0xe42595,'evented':!0x1}),_0x311095[_0x3f3946(0x421)]=_0x3f3946(0x44a);const _0x33b1e8=_0x20da79,_0x114cd5=_0xca1f50-_0x788380,_0x23ab34=_0x402de3-0x2*_0x20da79;if(_0x332d7b>_0x23ab34){let _0x266baa='',_0x2481ef=0x0;for(const _0xd025c8 of _0x1a51e3){const _0x32a32c=_0x311095[_0x3f3946(0x21e)](_0xd025c8)[_0x3f3946(0x1e4)];if(_0x2481ef+_0x32a32c<=_0x23ab34-_0x311095[_0x3f3946(0x21e)](_0x3f3946(0x358))[_0x3f3946(0x1e4)])_0x266baa+=_0xd025c8,_0x2481ef+=_0x32a32c;else{_0x266baa+=_0x3f3946(0x358);break;}}_0x311095[_0x3f3946(0x519)](_0x266baa,_0x33b1e8,_0x114cd5);}else _0x311095['fillText'](_0x1a51e3,_0x33b1e8,_0x114cd5);_0x311095['restore']();}[_0x5ec49c(0x4b9)](_0x532b04){const _0x2a11a2=_0x5ec49c;_0x53eb3e[_0x2a11a2(0x484)](_0x532b04,this);}}const _0x5be85f='collab-text-anchor-',_0x42eabc=_0x5ec49c(0x4da),_0x51635b=_0x5ec49c(0x5b3),_0x5c14ab=0x6,_0x30c838=1.5,_0x4fced4=0x4,_0x32b837=1.5,_0x56f520=_0x5ec49c(0x303);class _0x57ec58{constructor(_0xfdb667,_0x4eea9e,_0x42bf91,_0x2bfe5c){const _0x1779fe=_0x5ec49c;_0x133daf(this,_0x1779fe(0x1f6),[]),_0x133daf(this,_0x1779fe(0x5c5),null),_0x133daf(this,_0x1779fe(0x37a),null),_0x133daf(this,_0x1779fe(0x3ee),null),_0x133daf(this,_0x1779fe(0x2b5),null),_0x133daf(this,_0x1779fe(0x443),null),(this[_0x1779fe(0x29f)]=_0xfdb667,this[_0x1779fe(0x1bb)]=_0x4eea9e,this[_0x1779fe(0x18c)]=_0x42bf91,this[_0x1779fe(0x240)]=_0x2bfe5c,this[_0x1779fe(0x3dc)]());}set[_0x5ec49c(0x626)](_0xe280c0){const _0x1f517c=_0x5ec49c;_0xe280c0?(this[_0x1f517c(0x3ee)]&&this[_0x1f517c(0x3ee)][_0x1f517c(0x430)](),this[_0x1f517c(0x37a)]&&this[_0x1f517c(0x37a)][_0x1f517c(0x568)]()):(this[_0x1f517c(0x3ee)]&&this['_anchorDot'][_0x1f517c(0x568)](),this[_0x1f517c(0x37a)]&&this[_0x1f517c(0x37a)][_0x1f517c(0x430)]());}[_0x5ec49c(0x52e)](){const _0x2188f2=_0x5ec49c;for(const _0x20fa8f of this[_0x2188f2(0x1f6)])_0x20fa8f[_0x2188f2(0x52e)]();this[_0x2188f2(0x37a)]&&this[_0x2188f2(0x37a)]['dispose'](),this['_anchorDot']&&this['_anchorDot'][_0x2188f2(0x52e)](),this[_0x2188f2(0x5c5)]&&this['_anchor'][_0x2188f2(0x52e)](),this['_eventUnsubscribe']&&this[_0x2188f2(0x443)]();}['_render'](){const _0x4bcd33=_0x5ec49c;var _0x1fcdc8;const {_docSkeleton:_0x5c6f29,_document:_0x403665}=this,{color:_0x29ceb6,name:_0x3aaff0,ranges:_0x5e8790}=this[_0x4bcd33(0x29f)],_0xc51d90=_0x403665[_0x4bcd33(0x475)](),{docsLeft:_0x700b52,docsTop:_0x458a08}=_0xc51d90,_0x3412dd=new _0x10da62['NodePositionConvertToCursor'](_0xc51d90,_0x5c6f29);for(const {startOffset:_0x2f95dd,endOffset:_0x3a518d,rangeType:_0x4bd7a1,segmentId:_0x3e85c1,segmentPage:_0x16c658,collapsed:_0x1a53ac,isActive:_0x90d9d2}of _0x5e8790){const _0x130213=_0x5c6f29[_0x4bcd33(0x537)](_0x2f95dd,!0x0,_0x3e85c1,_0x16c658);let _0x104c2a=_0x5c6f29[_0x4bcd33(0x537)](_0x3a518d,!0x0,_0x3e85c1,_0x16c658);if(_0x104c2a==null&&(_0x104c2a=_0x5c6f29[_0x4bcd33(0x537)](_0x3a518d-0x1,!0x1,_0x3e85c1,_0x16c658)),_0x90d9d2){const {contentBoxPointGroup:_0x221bf}=_0x3412dd['getRangePointData'](_0x104c2a,_0x104c2a);if(_0x221bf[_0x4bcd33(0x4dc)]===0x0)continue;this['_drawAnchor'](_0x29ceb6,_0x221bf,_0x700b52,_0x458a08,_0x3aaff0),this[_0x4bcd33(0x443)]=this[_0x4bcd33(0x3ae)]();}if(_0x130213&&_0x104c2a){if(_0x4bd7a1===_0x3f82c6[_0x4bcd33(0x2b1)][_0x4bcd33(0x5c6)]){const _0x4ac5bc=new _0x10da62[(_0x4bcd33(0x350))](_0xc51d90,_0x5c6f29),{pointGroup:_0x21d4f1}=(_0x1fcdc8=_0x4ac5bc[_0x4bcd33(0x3b9)](_0x130213,_0x104c2a))!=null?_0x1fcdc8:{};if(_0x21d4f1==null||_0x21d4f1[_0x4bcd33(0x4dc)]===0x0)continue;this[_0x4bcd33(0x583)](_0x29ceb6,_0x21d4f1,_0x700b52,_0x458a08);}else{if(!_0x1a53ac){const {borderBoxPointGroup:_0x1bbbb8}=_0x3412dd[_0x4bcd33(0x3b9)](_0x130213,_0x104c2a);if(_0x1bbbb8[_0x4bcd33(0x4dc)]===0x0)continue;this[_0x4bcd33(0x426)](_0x29ceb6,_0x1bbbb8,_0x700b52,_0x458a08);}}}}}[_0x5ec49c(0x3a2)](_0x429e5b,_0x15c9e3,_0xd1ab33,_0x7e4159,_0x5805d9){const _0x3c0725=_0x5ec49c,_0x5799fe=this[_0x3c0725(0x31d)](_0x15c9e3),{left:_0x779a73,top:_0x3653a3,height:_0x6c25c9}=_0x5799fe,_0x1b8ba6=this[_0x3c0725(0x308)](),_0x15aa88=_0x32b837/_0x1b8ba6,_0x53b65c=new _0x4304a5[(_0x3c0725(0x508))](_0x5be85f+_0x3f82c6[_0x3c0725(0x30b)][_0x3c0725(0x51f)](_0x5c14ab),{'left':_0x779a73+_0xd1ab33-_0x15aa88,'top':_0x3653a3+_0x7e4159,'height':_0x6c25c9,'width':_0x30c838,'fill':_0x429e5b||_0x4304a5[_0x3c0725(0x576)](_0x3f82c6[_0x3c0725(0x263)][_0x3c0725(0x623)],0x0),'strokeWidth':_0x15aa88,'stroke':_0x56f520,'evented':!0x0});this[_0x3c0725(0x5c5)]=_0x53b65c,this[_0x3c0725(0x1bb)][_0x3c0725(0x35f)](_0x53b65c,_0x10da62['TEXT_RANGE_LAYER_INDEX']);const _0x1dfa01=new _0x4304a5['Rect'](_0x5be85f+_0x3f82c6[_0x3c0725(0x30b)][_0x3c0725(0x51f)](_0x5c14ab),{'left':_0x779a73+_0xd1ab33-_0x15aa88,'top':_0x3653a3+_0x7e4159-_0x4fced4/0x2,'height':_0x4fced4,'width':_0x4fced4,'fill':_0x429e5b||_0x4304a5[_0x3c0725(0x576)](_0x3f82c6['COLORS'][_0x3c0725(0x623)],0x0),'strokeWidth':0x0,'stroke':_0x429e5b||_0x4304a5[_0x3c0725(0x576)](_0x3f82c6[_0x3c0725(0x263)][_0x3c0725(0x623)],0x0),'evented':!0x1});this[_0x3c0725(0x3ee)]=_0x1dfa01,this[_0x3c0725(0x1bb)]['addObject'](_0x1dfa01,_0x10da62[_0x3c0725(0x1ae)]);const _0x5ed33e=new _0x53eb3e(_0x5be85f+_0x3f82c6[_0x3c0725(0x30b)][_0x3c0725(0x51f)](_0x5c14ab),{'left':_0x779a73+_0xd1ab33-_0x15aa88,'top':_0x3653a3+_0x7e4159-_0xca1f50,'text':_0x5805d9,'color':_0x429e5b});this[_0x3c0725(0x37a)]=_0x5ed33e,this[_0x3c0725(0x1bb)][_0x3c0725(0x35f)](_0x5ed33e,_0x10da62['TEXT_RANGE_LAYER_INDEX']),this[_0x3c0725(0x626)]=!0x1;}[_0x5ec49c(0x3ae)](){const _0x4d857b=_0x5ec49c,_0x51c811=this[_0x4d857b(0x5c5)]['onPointerEnter$'][_0x4d857b(0x5c3)](()=>{const _0x280c19=_0x4d857b;this[_0x280c19(0x626)]=!0x0;}),_0x841f2d=this[_0x4d857b(0x5c5)][_0x4d857b(0x580)][_0x4d857b(0x5c3)](()=>{const _0x7c53a0=_0x4d857b;this['_hideTimer']&&clearTimeout(this[_0x7c53a0(0x2b5)]),this[_0x7c53a0(0x2b5)]=setTimeout(()=>{this['_hover']=!0x1;},0x7d0);});return()=>{const _0xa763f5=_0x4d857b;_0x51c811['unsubscribe'](),_0x841f2d[_0xa763f5(0x4b6)]();};}['_drawTextRange'](_0x5af465,_0x1fcaff,_0x2617cc,_0x125b93){const _0x18b722=_0x5ec49c,_0x52a06c=new _0x3f82c6[(_0x18b722(0x4a8))](_0x5af465)[_0x18b722(0x24d)](0.2)[_0x18b722(0x602)](),_0x1e2fdf=new _0x4304a5['RegularPolygon'](_0x42eabc+_0x3f82c6[_0x18b722(0x30b)][_0x18b722(0x51f)](_0x5c14ab),{'pointsGroup':_0x1fcaff,'fill':_0x52a06c||_0x4304a5[_0x18b722(0x576)](_0x3f82c6['COLORS'][_0x18b722(0x623)],0.2),'left':_0x2617cc,'top':_0x125b93,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x18b722(0x1f6)][_0x18b722(0x498)](_0x1e2fdf),this[_0x18b722(0x1bb)][_0x18b722(0x35f)](_0x1e2fdf,_0x10da62[_0x18b722(0x1ae)]);}[_0x5ec49c(0x583)](_0x5a92f9,_0x4317b1,_0x2d0ceb,_0x34a8ce){const _0x4e6044=_0x5ec49c,_0xc3a326=new _0x3f82c6['ColorKit'](_0x5a92f9)[_0x4e6044(0x24d)](0.2)[_0x4e6044(0x602)](),_0x1d6e6a=new _0x4304a5[(_0x4e6044(0x474))](_0x51635b+_0x3f82c6['Tools'][_0x4e6044(0x51f)](_0x5c14ab),{'pointsGroup':_0x4317b1,'fill':_0xc3a326||_0x4304a5[_0x4e6044(0x576)](_0x3f82c6[_0x4e6044(0x263)][_0x4e6044(0x623)],0.2),'left':_0x2d0ceb,'top':_0x34a8ce,'evented':!0x1,'debounceParentDirty':!0x1});this['_shapes'][_0x4e6044(0x498)](_0x1d6e6a),this['_scene'][_0x4e6044(0x35f)](_0x1d6e6a,_0x10da62[_0x4e6044(0x1ae)]);}[_0x5ec49c(0x31d)](_0xdcdecf){const _0x1ba064=_0xdcdecf[0x0],_0x167400=_0x1ba064[0x0],_0x1a5c45=_0x1ba064[0x2],{x:_0x2a6c31,y:_0x55b7d9}=_0x167400,{x:_0xbd0539,y:_0x47fd26}=_0x1a5c45;return{'left':_0x2a6c31,'top':_0x55b7d9,'width':_0xbd0539-_0x2a6c31,'height':_0x47fd26-_0x55b7d9};}[_0x5ec49c(0x308)](){const _0x2cef0a=_0x5ec49c,{scaleX:_0x25c91b,scaleY:_0x4cea29}=this[_0x2cef0a(0x1bb)][_0x2cef0a(0x55c)]();return Math['max'](_0x25c91b,_0x4cea29);}}var _0x1ba44d=Object['defineProperty'],_0x13d377=Object[_0x5ec49c(0x209)],_0x1b31df=(_0x3c1e4a,_0x124d36,_0xd72e54,_0x130f73)=>{const _0x372882=_0x5ec49c;for(var _0x431627=_0x130f73>0x1?void 0x0:_0x130f73?_0x13d377(_0x124d36,_0xd72e54):_0x124d36,_0x1eec81=_0x3c1e4a[_0x372882(0x4dc)]-0x1,_0x5de971;_0x1eec81>=0x0;_0x1eec81--)(_0x5de971=_0x3c1e4a[_0x1eec81])&&(_0x431627=(_0x130f73?_0x5de971(_0x124d36,_0xd72e54,_0x431627):_0x5de971(_0x431627))||_0x431627);return _0x130f73&&_0x431627&&_0x1ba44d(_0x124d36,_0xd72e54,_0x431627),_0x431627;},_0x3b69b0=(_0x1248c4,_0x20f62a)=>(_0x559f30,_0x2196d0)=>_0x20f62a(_0x559f30,_0x2196d0,_0x1248c4);let _0x3e78b3=class extends _0x3f82c6[_0x5ec49c(0x5f7)]{constructor(_0x14d3dd,_0x3fc6f0,_0x5315f9,_0x476393,_0x287763){const _0x167b67=_0x5ec49c;super(),_0x133daf(this,_0x167b67(0x42b),[]),_0x133daf(this,_0x167b67(0x2c7),[]),(this['_context']=_0x14d3dd,this[_0x167b67(0x3d2)]=_0x3fc6f0,this[_0x167b67(0x267)]=_0x5315f9,this[_0x167b67(0x180)]=_0x476393,this['_themeService']=_0x287763,this[_0x167b67(0x318)]());}[_0x5ec49c(0x318)](){const _0x2a5fbd=_0x5ec49c,_0x5ea052=this[_0x2a5fbd(0x514)]['unitId'],_0x1d50ee=this[_0x2a5fbd(0x3d2)];this[_0x2a5fbd(0x3c5)](_0x3b9434[_0x2a5fbd(0x284)]([this[_0x2a5fbd(0x267)][_0x2a5fbd(0x296)](_0x5ea052),this[_0x2a5fbd(0x341)]['currentTheme$']])[_0x2a5fbd(0x19d)](_0x22428e[_0x2a5fbd(0x2d3)](([_0x39f5af,_0x5cbfe4])=>({'skeleton':_0x1d50ee['getSkeleton'](),'cursors':[..._0x39f5af[_0x2a5fbd(0x53c)]()][_0x2a5fbd(0x208)](_0x3f7b0f=>({..._0x3f7b0f,'color':_0x5cbfe4[_0x3f7b0f[_0x2a5fbd(0x39a)]]}))})))[_0x2a5fbd(0x306)](_0x2741a6=>{const _0x216985=_0x2a5fbd;if(this[_0x216985(0x466)](),_0x2741a6){const {skeleton:_0x1ea16c,cursors:_0x48a160}=_0x2741a6;this[_0x216985(0x44f)](_0x1ea16c,_0x48a160);}})),this['_initResize'](),this[_0x2a5fbd(0x291)]();}['_updateCollabCursors'](_0x4b77a5,_0x511407){const _0x1a74e3=_0x5ec49c,{scene:_0x4e1c88,mainComponent:_0x520956}=this[_0x1a74e3(0x514)],_0x5c70a1=_0x511407[_0x1a74e3(0x2d3)](_0x1c92cf=>new _0x57ec58(_0x1c92cf,_0x4e1c88,_0x4b77a5,_0x520956));this[_0x1a74e3(0x42b)]=_0x5c70a1,this['_cursors']=_0x511407;}['_refreshCollabCursors'](){const _0x25b261=_0x5ec49c;this['_removeCollabCursors']();const {scene:_0x3d16e2,mainComponent:_0xeb0175}=this[_0x25b261(0x514)],_0x33d45b=this[_0x25b261(0x3d2)]['getSkeleton'](),_0x17fa40=this[_0x25b261(0x2c7)][_0x25b261(0x2d3)](_0x141007=>new _0x57ec58(_0x141007,_0x3d16e2,_0x33d45b,_0xeb0175));this[_0x25b261(0x42b)]=_0x17fa40;}[_0x5ec49c(0x466)](){const _0x3dd93d=_0x5ec49c;this[_0x3dd93d(0x42b)][_0x3dd93d(0x23c)](_0x43564e=>_0x43564e[_0x3dd93d(0x52e)]()),this[_0x3dd93d(0x42b)]=[];}[_0x5ec49c(0x291)](){const _0x3dbf79=_0x5ec49c,_0x3c11fc=[_0x10da62[_0x3dbf79(0x1d2)]['id']];this[_0x3dbf79(0x3c5)](this[_0x3dbf79(0x180)][_0x3dbf79(0x4b7)](_0x2d5112=>{const _0xe8b036=_0x3dbf79;_0x3c11fc[_0xe8b036(0x2f1)](_0x2d5112['id'])&&_0x2d5112['params'][_0xe8b036(0x3d0)]===this['_context'][_0xe8b036(0x3d0)]&&this['_refreshCollabCursors']();}));}[_0x5ec49c(0x423)](){const _0x4f1c38=_0x5ec49c;this[_0x4f1c38(0x3c5)](_0x3f82c6[_0x4f1c38(0x5be)](this[_0x4f1c38(0x514)]['engine'][_0x4f1c38(0x545)])[_0x4f1c38(0x19d)](_0x22428e[_0x4f1c38(0x3c7)](_0x4be33e=>_0x4be33e['type']===_0x4304a5[_0x4f1c38(0x55f)][_0x4f1c38(0x246)]),_0x22428e[_0x4f1c38(0x2af)](0x10))[_0x4f1c38(0x306)](()=>{const _0x623c08=_0x4f1c38;this[_0x623c08(0x384)]();}));}};_0x3e78b3=_0x1b31df([_0x3b69b0(0x1,_0x3f82c6[_0x5ec49c(0x476)](_0x431858[_0x5ec49c(0x4ef)])),_0x3b69b0(0x2,_0x3f82c6[_0x5ec49c(0x476)](_0x2aaf30)),_0x3b69b0(0x3,_0x3f82c6[_0x5ec49c(0x570)]),_0x3b69b0(0x4,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x196)]))],_0x3e78b3);const _0xb65ef1=0x1,_0x254508=1.5;class _0x5eecf6 extends _0x4304a5['Shape']{constructor(_0x37b6ab,_0x21d02c){const _0x5e9454=_0x5ec49c;super(_0x37b6ab,_0x21d02c),_0x133daf(this,_0x5e9454(0x37f)),_0x133daf(this,_0x5e9454(0x23d),!0x1),_0x133daf(this,_0x5e9454(0x553)),_0x133daf(this,'_name',''),_0x133daf(this,_0x5e9454(0x55a),'top'),_0x133daf(this,_0x5e9454(0x394)),(_0x21d02c&&this['setShapeProps'](_0x21d02c),this[_0x5e9454(0x3a3)][_0x5e9454(0x5c3)](()=>this['setShapeProps']({'hovered':!0x0})),this[_0x5e9454(0x580)][_0x5e9454(0x5c3)](()=>this['setShapeProps']({'hovered':!0x1})));}['setShapeProps'](_0x10cb21){const _0x14a34e=_0x5ec49c;var _0x187385,_0x46edf2,_0x478ac3,_0x122ab0,_0x2f2eca,_0x5c395b;this['_color']=(_0x187385=_0x10cb21[_0x14a34e(0x39a)])!=null?_0x187385:this['_color'],this[_0x14a34e(0x23d)]=(_0x46edf2=_0x10cb21[_0x14a34e(0x4a2)])!=null?_0x46edf2:this['_hovered'],this['_range']=(_0x478ac3=_0x10cb21[_0x14a34e(0x2e5)])!=null?_0x478ac3:this['_range'],this['_name']=(_0x122ab0=_0x10cb21['name'])!=null?_0x122ab0:this['_name'],this[_0x14a34e(0x55a)]=(_0x2f2eca=_0x10cb21['labelPosition'])!=null?_0x2f2eca:this['_labelPosition'],this[_0x14a34e(0x394)]=(_0x5c395b=_0x10cb21[_0x14a34e(0x5ab)])!=null?_0x5c395b:this[_0x14a34e(0x394)],this[_0x14a34e(0x61c)]({'width':_0x10cb21[_0x14a34e(0x1e4)],'height':_0x10cb21[_0x14a34e(0x297)]});}[_0x5ec49c(0x5da)](_0x4716af){const _0x5cc629=_0x5ec49c,{row:_0x431df5,column:_0x12486f}=_0x4716af;if(_0x431df5>=this[_0x5cc629(0x553)][_0x5cc629(0x4a9)]&&_0x431df5<=this[_0x5cc629(0x553)][_0x5cc629(0x43f)]&&_0x12486f>=this[_0x5cc629(0x553)][_0x5cc629(0x50b)]&&_0x12486f<=this[_0x5cc629(0x553)][_0x5cc629(0x388)]){this[_0x5cc629(0x2b0)]({'hovered':!0x0});return;}this[_0x5cc629(0x2b0)]({'hovered':!0x1});}[_0x5ec49c(0x544)](_0x192ada){return!0x1;}['_draw'](_0x2d958f){const _0x12a3b5=_0x5ec49c;_0x4304a5[_0x12a3b5(0x508)][_0x12a3b5(0x484)](_0x2d958f,{'width':this[_0x12a3b5(0x1e4)],'height':this[_0x12a3b5(0x297)],'strokeWidth':_0x254508,'stroke':this[_0x12a3b5(0x37f)],'evented':!0x1,'fill':this['_backgroundColor']}),this[_0x12a3b5(0x23d)]&&(_0x2d958f[_0x12a3b5(0x637)](),_0x2d958f['transform'](0x1,0x0,0x0,0x1,this[_0x12a3b5(0x1e4)],this[_0x12a3b5(0x55a)]===_0x12a3b5(0x1d5)?0x0:-_0xca1f50),_0x53eb3e[_0x12a3b5(0x484)](_0x2d958f,{'text':this['_name'],'color':this[_0x12a3b5(0x37f)]}),_0x2d958f['restore']());}}var _0x5c7c2f=Object[_0x5ec49c(0x354)],_0x116830=Object['getOwnPropertyDescriptor'],_0x3ea11a=(_0x3939d8,_0x1c75b2,_0x49ef22,_0x5e3e47)=>{const _0x1a249f=_0x5ec49c;for(var _0x328559=_0x5e3e47>0x1?void 0x0:_0x5e3e47?_0x116830(_0x1c75b2,_0x49ef22):_0x1c75b2,_0x2d64d2=_0x3939d8[_0x1a249f(0x4dc)]-0x1,_0x3f9111;_0x2d64d2>=0x0;_0x2d64d2--)(_0x3f9111=_0x3939d8[_0x2d64d2])&&(_0x328559=(_0x5e3e47?_0x3f9111(_0x1c75b2,_0x49ef22,_0x328559):_0x3f9111(_0x328559))||_0x328559);return _0x5e3e47&&_0x328559&&_0x5c7c2f(_0x1c75b2,_0x49ef22,_0x328559),_0x328559;},_0xef5fe6=(_0x491057,_0x671cfa)=>(_0x253078,_0x36a6a3)=>_0x671cfa(_0x253078,_0x36a6a3,_0x491057);const _0x2bb26d=0x1389;let _0x577be4=class extends _0x3f82c6[_0x5ec49c(0x5f7)]{constructor(_0x76d89f,_0x4af922,_0x19914f,_0x994d7f){const _0x1f942c=_0x5ec49c;super(),_0x133daf(this,_0x1f942c(0x2c7),new Set()),_0x133daf(this,_0x1f942c(0x3c9),null),(this[_0x1f942c(0x514)]=_0x76d89f,this[_0x1f942c(0x30f)]=_0x4af922,this[_0x1f942c(0x267)]=_0x19914f,this['_themeService']=_0x994d7f,this[_0x1f942c(0x318)]());}[_0x5ec49c(0x318)](){const _0xcfbad2=_0x5ec49c;this[_0xcfbad2(0x30f)]['currentSkeleton$'][_0xcfbad2(0x19d)](_0x22428e[_0xcfbad2(0x216)](this[_0xcfbad2(0x1a7)]),_0x22428e[_0xcfbad2(0x62f)](_0x16188d=>{const _0x4ccb6c=_0xcfbad2;if(_0x16188d){const _0x1de0b1=_0x16188d[_0x4ccb6c(0x48c)];return _0x3b9434[_0x4ccb6c(0x284)](this[_0x4ccb6c(0x267)][_0x4ccb6c(0x296)](this['_context'][_0x4ccb6c(0x3d0)]),this[_0x4ccb6c(0x341)][_0x4ccb6c(0x57c)])[_0x4ccb6c(0x19d)](_0x22428e[_0x4ccb6c(0x2d3)](([_0x51f576,_0x3f436c])=>{const _0x4f108b=_0x4ccb6c,_0x49283f=new Map();return _0x51f576[_0x4f108b(0x23c)]((_0x11470b,_0x2bb52b)=>{const _0x4e75c7=_0x4f108b;if(_0x11470b[_0x4e75c7(0x25b)]===_0x1de0b1){const _0xcba0bd={..._0x11470b};_0xcba0bd[_0x4e75c7(0x39a)]=_0x3f436c[_0x11470b[_0x4e75c7(0x39a)]],_0x49283f[_0x4e75c7(0x2ea)](_0x2bb52b,_0xcba0bd);}}),{'skeleton':_0x16188d,'cursors':_0x49283f};}));}return _0x3b9434['of']({'skeleton':null,'cursors':new Map()});}))['subscribe'](({skeleton:_0x32d2a8,cursors:_0x4c1c9c})=>{const _0x2d78e0=_0xcfbad2;this[_0x2d78e0(0x466)](),_0x32d2a8&&this[_0x2d78e0(0x44f)](_0x32d2a8,_0x4c1c9c);}),this[_0xcfbad2(0x30f)][_0xcfbad2(0x5f5)][_0xcfbad2(0x306)](_0x5c2a38=>{const _0x4fa111=_0xcfbad2;if(_0x5c2a38==null)return;const {skeleton:_0xee21b9}=_0x5c2a38,{scene:_0x34dd6b}=this[_0x4fa111(0x514)];_0x34dd6b[_0x4fa111(0x47b)]['subscribeEvent'](_0x3f82c6[_0x4fa111(0x482)](_0x4e60c1=>{const _0x3c5461=_0x4fa111;var _0x313d2f,_0xbdffa6;const {offsetX:_0x2c0bd2,offsetY:_0x462fda}=_0x4e60c1,{x:_0xbc93d5,y:_0x431539}=_0x34dd6b['getRelativeToViewportCoord'](_0x4304a5[_0x3c5461(0x3d6)][_0x3c5461(0x3fc)]([_0x2c0bd2,_0x462fda])),{scaleX:_0x2eed97,scaleY:_0x5495b7}=_0x34dd6b[_0x3c5461(0x55c)](),_0x5ad365=_0x34dd6b[_0x3c5461(0x4b1)](_0x5e5119[_0x3c5461(0x287)]['VIEW_MAIN']),_0x978f07=_0x34dd6b[_0x3c5461(0x5c9)](_0x4304a5[_0x3c5461(0x3d6)][_0x3c5461(0x3fc)]([_0xbc93d5,_0x431539]),_0x5ad365),_0x2fbc3d=_0xee21b9[_0x3c5461(0x512)](_0x2c0bd2,_0x462fda,_0x2eed97,_0x5495b7,_0x978f07);((_0x313d2f=this[_0x3c5461(0x3c9)])==null?void 0x0:_0x313d2f['column'])===_0x2fbc3d[_0x3c5461(0x17e)]&&((_0xbdffa6=this['_lastPointer'])==null?void 0x0:_0xbdffa6[_0x3c5461(0x5d8)])===_0x2fbc3d[_0x3c5461(0x5d8)]||this['_cursors'][_0x3c5461(0x23c)](_0x57e12b=>{const _0x3812dd=_0x3c5461;_0x57e12b[_0x3812dd(0x5da)](_0x2fbc3d);});},0x64));});}['_updateCollabCursors'](_0x277087,_0x2b9747){const _0x108e81=_0x5ec49c;var _0x5d4e1c;const _0x5bcafe=(_0x5d4e1c=this[_0x108e81(0x30f)]['getCurrent']())==null?void 0x0:_0x5d4e1c[_0x108e81(0x4c2)];if(!_0x5bcafe)return;const _0x7bd913=this[_0x108e81(0x510)]();if(!_0x7bd913)return;this[_0x108e81(0x2c7)][_0x108e81(0x23c)](_0x4e4801=>{const _0x42b3f4=_0x108e81;_0x4e4801[_0x42b3f4(0x1e3)]();});const {scene:_0x228967}=_0x7bd913,_0x37a209=_0x572a2c(Array['from'](_0x2b9747[_0x108e81(0x53c)]()))[_0x108e81(0x2d3)](_0x4795a3=>{const _0x1a93ec=_0x108e81,{color:_0x524e17,range:_0x33b1dd,name:_0x48988e,selection:_0x1a6428,sheetID:_0x48f3d1}=_0x4795a3,{startColumn:_0x1961e1,startRow:_0x4f7d1f,endColumn:_0x512983,endRow:_0x44f9f3}=_0x33b1dd,_0x5a2db2=_0x5e5119[_0x1a93ec(0x220)](_0x4f7d1f,_0x1961e1,_0x228967,_0x5bcafe),_0x387ac8=_0x5e5119[_0x1a93ec(0x220)](_0x44f9f3,_0x512983,_0x228967,_0x5bcafe),{columnHeaderHeightAndMarginTop:_0x24cea4}=_0x5bcafe,{startX:_0x3fb87d,startY:_0x26010d}=_0x5a2db2,{endX:_0x40fd34,endY:_0x2dcd5e}=_0x387ac8,_0x16b1ae=_0x40fd34-_0x3fb87d,_0xe05390=_0x2dcd5e-_0x26010d,_0x4f8f9d={'labelPosition':_0x26010d-_0x24cea4>=_0xca1f50?_0x1a93ec(0x53d):_0x1a93ec(0x1d5),'sheetID':_0x48f3d1,'range':_0x33b1dd,'color':_0x524e17,'name':_0x48988e,'selection':_0x1a6428,'left':_0x3fb87d,'top':_0x26010d,'width':_0x16b1ae,'height':_0xe05390,'evented':!0x1,'zIndex':_0x2bb26d};return new _0x5eecf6(_0x48988e,_0x4f8f9d);});_0x228967[_0x108e81(0x261)](_0x37a209,_0xb65ef1),this[_0x108e81(0x2c7)]=new Set(_0x37a209);}[_0x5ec49c(0x466)](){const _0x462538=_0x5ec49c;var _0x3ebcdf;(_0x3ebcdf=this['_cursors'])==null||_0x3ebcdf[_0x462538(0x23c)](_0x21aceb=>_0x21aceb[_0x462538(0x52e)]());}['_getSheetObject'](){const _0x5a240e=_0x5ec49c;return _0x5e5119[_0x5a240e(0x414)](this[_0x5a240e(0x514)]['unit'],this[_0x5a240e(0x514)]);}};_0x577be4=_0x3ea11a([_0xef5fe6(0x1,_0x3f82c6[_0x5ec49c(0x476)](_0x5e5119[_0x5ec49c(0x2dc)])),_0xef5fe6(0x2,_0x3f82c6[_0x5ec49c(0x476)](_0x2aaf30)),_0xef5fe6(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x196)]))],_0x577be4);function _0x572a2c(_0x3245a4){const _0x285594=_0x5ec49c,_0x5829ef=new Map();return _0x3245a4['forEach'](_0x4624c3=>{const _0x396e3a=_0x5149;if(_0x5829ef[_0x396e3a(0x293)](_0x4624c3[_0x396e3a(0x3f1)])){const _0x34ef27=_0x5829ef[_0x396e3a(0x555)](_0x4624c3[_0x396e3a(0x3f1)]);_0x34ef27[_0x396e3a(0x5c8)]+=',\x20'+_0x4624c3[_0x396e3a(0x5c8)];}else _0x5829ef[_0x396e3a(0x2ea)](_0x4624c3['selection'],_0x4624c3);}),Array[_0x285594(0x214)](_0x5829ef['values']());}var _0x10d45a=function(){const _0x518edb=_0x5ec49c;return _0x10d45a=Object['assign']||function(_0x5efe45){const _0x3a795a=_0x5149;for(var _0x3b4566,_0x299303=0x1,_0x2ae0c1=arguments[_0x3a795a(0x4dc)];_0x299303<_0x2ae0c1;_0x299303++){_0x3b4566=arguments[_0x299303];for(var _0x145383 in _0x3b4566)Object['prototype'][_0x3a795a(0x552)][_0x3a795a(0x38f)](_0x3b4566,_0x145383)&&(_0x5efe45[_0x145383]=_0x3b4566[_0x145383]);}return _0x5efe45;},_0x10d45a[_0x518edb(0x286)](this,arguments);},_0x5e7785=function(_0x2cab43,_0x14f6f9){const _0x190bfc=_0x5ec49c;var _0x1f2441={};for(var _0x7729d6 in _0x2cab43)Object[_0x190bfc(0x40e)][_0x190bfc(0x552)][_0x190bfc(0x38f)](_0x2cab43,_0x7729d6)&&_0x14f6f9[_0x190bfc(0x247)](_0x7729d6)<0x0&&(_0x1f2441[_0x7729d6]=_0x2cab43[_0x7729d6]);if(_0x2cab43!=null&&typeof Object[_0x190bfc(0x59d)]=='function'){for(var _0x491b9b=0x0,_0x7729d6=Object[_0x190bfc(0x59d)](_0x2cab43);_0x491b9b<_0x7729d6[_0x190bfc(0x4dc)];_0x491b9b++)_0x14f6f9['indexOf'](_0x7729d6[_0x491b9b])<0x0&&Object[_0x190bfc(0x40e)][_0x190bfc(0x2d9)][_0x190bfc(0x38f)](_0x2cab43,_0x7729d6[_0x491b9b])&&(_0x1f2441[_0x7729d6[_0x491b9b]]=_0x2cab43[_0x7729d6[_0x491b9b]]);}return _0x1f2441;},_0x2435fc=_0x2ccd85[_0x5ec49c(0x45d)](function(_0x10c089,_0x1f23f0){const _0x2eb523=_0x5ec49c;var _0x3f7d23=_0x10c089[_0x2eb523(0x1a9)],_0x5ceca8=_0x10c089['id'],_0x44951e=_0x10c089[_0x2eb523(0x5ff)],_0x17e4d9=_0x10c089['extend'],_0x2488d7=_0x5e7785(_0x10c089,[_0x2eb523(0x1a9),'id',_0x2eb523(0x5ff),_0x2eb523(0x254)]),_0xf500ba=_0x2eb523(0x483)[_0x2eb523(0x2dd)](_0x5ceca8,'\x20')[_0x2eb523(0x2dd)](_0x44951e||'')[_0x2eb523(0x525)](),_0x5596ef=_0x2ccd85[_0x2eb523(0x33a)]('_'['concat'](_0xf15e6e()));return _0x4e823c(_0x3f7d23,''['concat'](_0x5ceca8),{'defIds':_0x3f7d23[_0x2eb523(0x448)],'idSuffix':_0x5596ef[_0x2eb523(0x425)]},_0x10d45a({'ref':_0x1f23f0,'className':_0xf500ba},_0x2488d7),_0x17e4d9);});function _0x4e823c(_0x35d031,_0x25c8e4,_0x390f08,_0x4829a2,_0x1e5d49){const _0x3e6838=_0x5ec49c;return _0x2ccd85['createElement'](_0x35d031[_0x3e6838(0x2ad)],_0x10d45a(_0x10d45a({'key':_0x25c8e4},_0x1afef4(_0x35d031,_0x390f08,_0x1e5d49)),_0x4829a2),(_0x5b6d0f(_0x35d031,_0x390f08)[_0x3e6838(0x1b4)]||[])[_0x3e6838(0x2d3)](function(_0x555d53,_0x414004){const _0x4b8e4a=_0x3e6838;return _0x4e823c(_0x555d53,''[_0x4b8e4a(0x2dd)](_0x25c8e4,'-')['concat'](_0x35d031[_0x4b8e4a(0x2ad)],'-')[_0x4b8e4a(0x2dd)](_0x414004),_0x390f08,void 0x0,_0x1e5d49);}));}function _0x1afef4(_0x32b6ea,_0x19dc04,_0x71f03c){const _0x161bdb=_0x5ec49c;var _0x4ae551=_0x10d45a({},_0x32b6ea[_0x161bdb(0x52c)]);_0x71f03c!=null&&_0x71f03c[_0x161bdb(0x3b8)]&&_0x4ae551[_0x161bdb(0x1c5)]===_0x161bdb(0x3b8)&&(_0x4ae551[_0x161bdb(0x1c5)]=_0x71f03c[_0x161bdb(0x3b8)]);var _0x1c0724=_0x19dc04[_0x161bdb(0x448)];return!_0x1c0724||_0x1c0724[_0x161bdb(0x4dc)]===0x0||(_0x32b6ea[_0x161bdb(0x2ad)]===_0x161bdb(0x5b0)&&_0x4ae551['xlink:href']&&(_0x4ae551[_0x161bdb(0x569)]=_0x4ae551['xlink:href']+_0x19dc04['idSuffix']),Object[_0x161bdb(0x4cf)](_0x4ae551)[_0x161bdb(0x23c)](function(_0x27a586){const _0xf98d50=_0x161bdb;var _0x33932b=_0x27a586[0x0],_0x5a3b06=_0x27a586[0x1];typeof _0x5a3b06==_0xf98d50(0x5d3)&&(_0x4ae551[_0x33932b]=_0x5a3b06[_0xf98d50(0x3bd)](/url\(#(.*)\)/,'url(#$1'['concat'](_0x19dc04['idSuffix'],')')));})),_0x4ae551;}function _0x5b6d0f(_0x17c5eb,_0x34f371){const _0x394bf6=_0x5ec49c;var _0x88bc8e,_0x574ae2=_0x34f371[_0x394bf6(0x448)];return!_0x574ae2||_0x574ae2[_0x394bf6(0x4dc)]===0x0?_0x17c5eb:_0x17c5eb[_0x394bf6(0x2ad)]===_0x394bf6(0x5af)&&(!((_0x88bc8e=_0x17c5eb[_0x394bf6(0x1b4)])===null||_0x88bc8e===void 0x0)&&_0x88bc8e['length'])?_0x10d45a(_0x10d45a({},_0x17c5eb),{'children':_0x17c5eb[_0x394bf6(0x1b4)][_0x394bf6(0x2d3)](function(_0x28171f){const _0x1745d3=_0x394bf6;return typeof _0x28171f['attrs']['id']==_0x1745d3(0x5d3)&&_0x574ae2&&_0x574ae2[_0x1745d3(0x247)](_0x28171f[_0x1745d3(0x52c)]['id'])>-0x1?_0x10d45a(_0x10d45a({},_0x28171f),{'attrs':_0x10d45a(_0x10d45a({},_0x28171f['attrs']),{'id':_0x28171f[_0x1745d3(0x52c)]['id']+_0x34f371['idSuffix']})}):_0x28171f;})}):_0x17c5eb;}function _0xf15e6e(){const _0x4ebf50=_0x5ec49c;return Math['random']()[_0x4ebf50(0x4ec)](0x24)['substring'](0x2,0x8);}_0x2435fc[_0x5ec49c(0x55b)]='UniverIcon';var _0x5d2a20={'tag':'svg','attrs':{'fill':_0x5ec49c(0x1d6),'viewBox':_0x5ec49c(0x321),'width':_0x5ec49c(0x63a),'height':_0x5ec49c(0x63a)},'children':[{'tag':'g','attrs':{'clipPath':_0x5ec49c(0x1fe)},'children':[{'tag':_0x5ec49c(0x37b),'attrs':{'stroke':_0x5ec49c(0x4a7),'d':_0x5ec49c(0x365),'strokeLinecap':'round','strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':_0x5ec49c(0x5af),'attrs':{},'children':[{'tag':_0x5ec49c(0x349),'attrs':{'id':'off-line-single_clip0_910_343'},'children':[{'tag':_0x5ec49c(0x37b),'attrs':{'fill':'#fff','d':_0x5ec49c(0x42f)}}]}]}],'defIds':[_0x5ec49c(0x61e)]},_0x141c5c=_0x2ccd85[_0x5ec49c(0x45d)](function(_0x44d785,_0x3f8c86){const _0x4aa751=_0x5ec49c;return _0x2ccd85['createElement'](_0x2435fc,Object['assign']({},_0x44d785,{'id':_0x4aa751(0x3f5),'ref':_0x3f8c86,'icon':_0x5d2a20}));});_0x141c5c[_0x5ec49c(0x55b)]=_0x5ec49c(0x538);var _0x453558={'tag':_0x5ec49c(0x409),'attrs':{'fill':_0x5ec49c(0x1d6),'viewBox':_0x5ec49c(0x3ad),'width':'1em','height':_0x5ec49c(0x63a)},'children':[{'tag':'g','attrs':{'clipPath':_0x5ec49c(0x1a1)},'children':[{'tag':_0x5ec49c(0x37b),'attrs':{'stroke':_0x5ec49c(0x4a7),'d':_0x5ec49c(0x48e),'strokeLinecap':_0x5ec49c(0x59c),'strokeLinejoin':_0x5ec49c(0x59c),'strokeWidth':1.2}}]},{'tag':_0x5ec49c(0x5af),'attrs':{},'children':[{'tag':_0x5ec49c(0x349),'attrs':{'id':_0x5ec49c(0x194)},'children':[{'tag':'path','attrs':{'fill':_0x5ec49c(0x480),'d':_0x5ec49c(0x42f),'transform':_0x5ec49c(0x3a4)}}]}]}],'defIds':[_0x5ec49c(0x194)]},_0x8a72dc=_0x2ccd85['forwardRef'](function(_0x1301e7,_0x2fdfbb){const _0x18556a=_0x5ec49c;return _0x2ccd85[_0x18556a(0x4ce)](_0x2435fc,Object[_0x18556a(0x37d)]({},_0x1301e7,{'id':_0x18556a(0x195),'ref':_0x2fdfbb,'icon':_0x453558}));});_0x8a72dc[_0x5ec49c(0x55b)]=_0x5ec49c(0x1fc);function _0x1ab426(_0x290358){const _0xab3265=_0x5ec49c;var _0x4f772e,_0x73b471,_0x3f5f0f='';if(typeof _0x290358=='string'||typeof _0x290358==_0xab3265(0x257))_0x3f5f0f+=_0x290358;else{if(typeof _0x290358=='object'){if(Array[_0xab3265(0x491)](_0x290358)){var _0x7fc60d=_0x290358[_0xab3265(0x4dc)];for(_0x4f772e=0x0;_0x4f772e<_0x7fc60d;_0x4f772e++)_0x290358[_0x4f772e]&&(_0x73b471=_0x1ab426(_0x290358[_0x4f772e]))&&(_0x3f5f0f&&(_0x3f5f0f+='\x20'),_0x3f5f0f+=_0x73b471);}else{for(_0x73b471 in _0x290358)_0x290358[_0x73b471]&&(_0x3f5f0f&&(_0x3f5f0f+='\x20'),_0x3f5f0f+=_0x73b471);}}}return _0x3f5f0f;}function _0x8565fd(){const _0x4af7cb=_0x5ec49c;for(var _0x2457a7,_0x43d37c,_0x54d769=0x0,_0x29a178='',_0x51d5dc=arguments[_0x4af7cb(0x4dc)];_0x54d769<_0x51d5dc;_0x54d769++)(_0x2457a7=arguments[_0x54d769])&&(_0x43d37c=_0x1ab426(_0x2457a7))&&(_0x29a178&&(_0x29a178+='\x20'),_0x29a178+=_0x43d37c);return _0x29a178;}const _0x13413b={'onlineStatusIcon':_0x5ec49c(0x38c),'onlineStatusTitle':_0x5ec49c(0x5f3),'onlineStatus':_0x5ec49c(0x21b),'online':_0x5ec49c(0x3ef),'offline':_0x5ec49c(0x3b1)};function _0x5e41b3(_0x13a691){const _0x237598=_0x5ec49c;switch(_0x13a691){case _0x725423[_0x237598(0x387)]:return'collabStatus.offline';case _0x725423[_0x237598(0x50e)]:return _0x237598(0x431);case _0x725423[_0x237598(0x25a)]:return _0x237598(0x390);case _0x725423['NOT_COLLAB']:return _0x237598(0x4a6);case _0x725423[_0x237598(0x63b)]:case _0x725423['AWAITING_WITH_PENDING']:return _0x237598(0x2d5);case _0x725423['SYNCED']:case _0x725423[_0x237598(0x567)]:return _0x237598(0x511);}}function _0x59291e(_0x2737a6){const _0x1945e7=_0x5ec49c,{status$:_0x17e52f}=_0x2737a6,_0x36a041=_0x4fb45d['useObservable'](_0x17e52f,_0x725423[_0x1945e7(0x1cb)]),_0x4bcd9a=_0x3f82c6[_0x1945e7(0x407)](_0x3f82c6[_0x1945e7(0x346)]),_0x1097e7=_0x3f82c6[_0x1945e7(0x407)](_0x395259[_0x1945e7(0x368)]),_0x5a073b=_0x36a041!==_0x725423[_0x1945e7(0x387)],_0x4cc6b1=_0x4bcd9a['t'](_0x5e41b3(_0x36a041)),_0x5011a9=_0x8565fd(_0x13413b[_0x1945e7(0x3cb)],{[_0x13413b[_0x1945e7(0x450)]]:_0x5a073b,[_0x13413b[_0x1945e7(0x5de)]]:!_0x5a073b}),_0x346707=_0x5a073b?_0x38149c['jsx'](_0x8a72dc,{}):_0x38149c[_0x1945e7(0x381)](_0x141c5c,{}),_0x28f782=_0x2ccd85[_0x1945e7(0x4b2)](()=>{const _0x3bc730=_0x1945e7;_0x5a073b||_0x1097e7[_0x3bc730(0x235)]();},[_0x5a073b,_0x1097e7]);function _0x344500(){const _0x1f3078=_0x1945e7;return _0x38149c['jsxs']('div',{'className':_0x5011a9,'onClick':_0x28f782,'children':[_0x38149c[_0x1f3078(0x381)](_0x1f3078(0x1c8),{'className':_0x13413b[_0x1f3078(0x1cc)],'children':_0x346707}),_0x38149c['jsx'](_0x1f3078(0x1c8),{'className':_0x13413b[_0x1f3078(0x2f4)],'children':_0x4cc6b1})]});}return _0x5a073b?_0x344500():_0x38149c[_0x1945e7(0x381)](_0x3c3cb1[_0x1945e7(0x4ae)],{'title':_0x4bcd9a['t']('collab-client.tooltip.reconnect'),'children':_0x344500()});}var _0x21d23a=Object['defineProperty'],_0x4405bf=Object[_0x5ec49c(0x209)],_0x5e27a4=(_0x2d9304,_0x17e1ae,_0x390707,_0x461ab3)=>{const _0x50afdb=_0x5ec49c;for(var _0x1966bb=_0x461ab3>0x1?void 0x0:_0x461ab3?_0x4405bf(_0x17e1ae,_0x390707):_0x17e1ae,_0x3c1247=_0x2d9304[_0x50afdb(0x4dc)]-0x1,_0x11db5e;_0x3c1247>=0x0;_0x3c1247--)(_0x11db5e=_0x2d9304[_0x3c1247])&&(_0x1966bb=(_0x461ab3?_0x11db5e(_0x17e1ae,_0x390707,_0x1966bb):_0x11db5e(_0x1966bb))||_0x1966bb);return _0x461ab3&&_0x1966bb&&_0x21d23a(_0x17e1ae,_0x390707,_0x1966bb),_0x1966bb;},_0x5cfa0d=(_0x332830,_0x359e13)=>(_0xcbf90a,_0x23a245)=>_0x359e13(_0xcbf90a,_0x23a245,_0x332830);_0x395259[_0x5ec49c(0x1ca)]=class extends _0x3f82c6[_0x5ec49c(0x582)]{constructor(_0x195bd9,_0x117110,_0x510a1b,_0x3d2dfe){const _0xd2d776=_0x5ec49c;super(),_0x133daf(this,_0xd2d776(0x39c),new _0x3b9434[(_0xd2d776(0x34c))](_0x725423[_0xd2d776(0x1cb)])),(this[_0xd2d776(0x506)]=_0x195bd9,this['_uiPartsService']=_0x117110,this[_0xd2d776(0x40f)]=_0x510a1b,this[_0xd2d776(0x26c)]=_0x3d2dfe,this[_0xd2d776(0x628)](),this[_0xd2d776(0x3e0)]());}[_0x5ec49c(0x3e0)](){const _0x242e96=_0x5ec49c;this[_0x242e96(0x3c5)](this[_0x242e96(0x506)][_0x242e96(0x4b5)][_0x242e96(0x19d)](_0x3b9434[_0x242e96(0x62f)](()=>{const _0xb501dd=_0x242e96,_0x3e8dd2=this[_0xb501dd(0x506)]['getFocusedUnit']();return _0x3e8dd2?this[_0xb501dd(0x26c)]['getCollabEntity$'](_0x3e8dd2['getUnitId']()):_0x3b9434['of'](null);}),_0x3b9434['switchMap'](_0x4927ed=>_0x4927ed?_0x4927ed[_0x242e96(0x607)]:_0x3b9434['of'](_0x725423[_0x242e96(0x1cb)])))[_0x242e96(0x306)](_0x1180b1=>{const _0x9a34dc=_0x242e96;this[_0x9a34dc(0x39c)][_0x9a34dc(0x4ab)](_0x1180b1);}));}[_0x5ec49c(0x628)](){const _0x438d46=_0x5ec49c;this[_0x438d46(0x3c5)](this['_uiPartsService'][_0x438d46(0x1a5)](_0x4fb45d['BuiltInUIPart'][_0x438d46(0x1c6)],()=>_0x3f82c6[_0x438d46(0x2ce)](_0x2e6266({'status$':this[_0x438d46(0x39c)][_0x438d46(0x1ee)]()}),this[_0x438d46(0x40f)])));}},_0x395259[_0x5ec49c(0x1ca)]=_0x5e27a4([_0x5cfa0d(0x0,_0x3f82c6['IUniverInstanceService']),_0x5cfa0d(0x1,_0x4fb45d[_0x5ec49c(0x55e)]),_0x5cfa0d(0x2,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['Injector'])),_0x5cfa0d(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x395259[_0x5ec49c(0x2b8)]))],_0x395259[_0x5ec49c(0x1ca)]);function _0x2e6266(_0x2506cb){const {status$:_0x52e7e6}=_0x2506cb;return function(){const _0x51a0c3=_0x5149;return _0x38149c[_0x51a0c3(0x381)](_0x59291e,{'status$':_0x52e7e6});};}const _0x1a35c1=_0x3f82c6['createIdentifier']('uni.network.url-service');var _0x5bea1a=Object[_0x5ec49c(0x354)],_0x26d557=Object[_0x5ec49c(0x209)],_0x529b4d=(_0x568372,_0x2b065e,_0x45333,_0x39d3a8)=>{const _0x578228=_0x5ec49c;for(var _0x1dab06=_0x39d3a8>0x1?void 0x0:_0x39d3a8?_0x26d557(_0x2b065e,_0x45333):_0x2b065e,_0x5d42b2=_0x568372[_0x578228(0x4dc)]-0x1,_0x1ebbb0;_0x5d42b2>=0x0;_0x5d42b2--)(_0x1ebbb0=_0x568372[_0x5d42b2])&&(_0x1dab06=(_0x39d3a8?_0x1ebbb0(_0x2b065e,_0x45333,_0x1dab06):_0x1ebbb0(_0x1dab06))||_0x1dab06);return _0x39d3a8&&_0x1dab06&&_0x5bea1a(_0x2b065e,_0x45333,_0x1dab06),_0x1dab06;},_0x13c7aa=(_0x38d00b,_0x53adf7)=>(_0x22f16b,_0x135936)=>_0x53adf7(_0x22f16b,_0x135936,_0x38d00b);_0x395259[_0x5ec49c(0x200)]=class extends _0x3f82c6[_0x5ec49c(0x5f7)]{constructor(_0x5d94fe,_0x3fa735,_0x25b0ef,_0x30afbe,_0x520e55,_0x406362){const _0x5c0a03=_0x5ec49c;super(),this[_0x5c0a03(0x57d)]=_0x5d94fe,this['_logService']=_0x3fa735,this[_0x5c0a03(0x180)]=_0x25b0ef,this[_0x5c0a03(0x530)]=_0x30afbe,this['_snapshotService']=_0x520e55,_0x406362?_0x406362==null||_0x406362[_0x5c0a03(0x622)]()[_0x5c0a03(0x3c1)](()=>this[_0x5c0a03(0x318)]()):(this[_0x5c0a03(0x3dd)]['debug'](_0x5c0a03(0x4f0),_0x5c0a03(0x322)),this[_0x5c0a03(0x318)]());}async[_0x5ec49c(0x318)](){const _0x262214=_0x5ec49c,_0x53613d=this[_0x262214(0x57d)][_0x262214(0x617)](_0x262214(0x37c)),_0x320c4f=this['_urlService'][_0x262214(0x617)]('type');if(!_0x53613d||!_0x320c4f){this['_logService']['debug'](_0x262214(0x4f0),'No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');return;}switch(Number(_0x320c4f)){case _0x292f19[_0x262214(0x2d4)]:{const _0x49bc39=await this[_0x262214(0x378)](_0x53613d);this[_0x262214(0x434)](_0x49bc39);break;}case _0x292f19['UNIVER_DOC']:{await this[_0x262214(0x359)](_0x53613d);break;}default:{this[_0x262214(0x3dd)]['error'](_0x262214(0x4f0),_0x262214(0x4a3));break;}}}async[_0x5ec49c(0x434)](_0x4dbae4){const _0x45e98b=_0x5ec49c;await this[_0x45e98b(0x27a)](_0x4dbae4),_0x4dbae4[_0x45e98b(0x2e6)][_0x45e98b(0x19d)](_0x3b9434[_0x45e98b(0x216)](this['dispose$']))[_0x45e98b(0x306)](_0x5f5d21=>{_0x5f5d21&&this['_updateURLWithCurrentState'](_0x5f5d21);}),this[_0x45e98b(0x57d)][_0x45e98b(0x1e8)][_0x45e98b(0x19d)](_0x3b9434[_0x45e98b(0x216)](this['dispose$']))[_0x45e98b(0x306)](()=>this[_0x45e98b(0x27a)](_0x4dbae4));}[_0x5ec49c(0x4e7)](_0xbce431,_0x8cc337=!0x1){const _0x34b459=_0x5ec49c,_0x3aa6a0=this[_0x34b459(0x57d)][_0x34b459(0x617)](_0x34b459(0x502));_0xbce431[_0x34b459(0x1c7)]()!==_0x3aa6a0&&this[_0x34b459(0x57d)][_0x34b459(0x4ba)](_0x34b459(0x502),_0xbce431[_0x34b459(0x1c7)](),_0x8cc337);}async['_updateSubUnitFromURLParams'](_0x4f339a){const _0x36fbbe=_0x5ec49c;var _0x56272d;const _0x2ebd65=this[_0x36fbbe(0x57d)][_0x36fbbe(0x617)]('subunit');if(!_0x2ebd65||!_0x4f339a[_0x36fbbe(0x213)](_0x2ebd65)){const _0x3652da=_0x4f339a[_0x36fbbe(0x3da)]()[0x0],_0xe5b864=_0x4f339a['getSheetBySheetId'](_0x3652da);if(!_0xe5b864)return;this[_0x36fbbe(0x4e7)](_0xe5b864,!0x0),await this[_0x36fbbe(0x180)]['executeCommand'](_0x4b13d3[_0x36fbbe(0x2df)]['id'],{'unitId':_0x4f339a[_0x36fbbe(0x278)](),'subUnitId':_0x3652da});return;}((_0x56272d=_0x4f339a[_0x36fbbe(0x517)]())==null?void 0x0:_0x56272d[_0x36fbbe(0x1c7)]())!==_0x2ebd65&&await this[_0x36fbbe(0x180)][_0x36fbbe(0x18d)](_0x4b13d3['SetWorksheetActivateCommand']['id'],{'unitId':_0x4f339a['getUnitId'](),'subUnitId':_0x2ebd65});}async['_loadSheet'](_0x59c261){const _0xcf3308=_0x5ec49c;let _0x10aa64=0x0;const _0x14caf7=await this['_localCacheService'][_0xcf3308(0x503)](_0x59c261);return _0x14caf7&&(_0x14caf7['awaitingChangeset']||_0x14caf7[_0xcf3308(0x3cf)][_0xcf3308(0x4dc)]!==0x0)&&(_0x10aa64=_0x14caf7[_0xcf3308(0x548)]),_0x10aa64===0x0&&this[_0xcf3308(0x3dd)][_0xcf3308(0x259)](_0xcf3308(0x4f0),_0xcf3308(0x31a)),this['_snapshotService'][_0xcf3308(0x4c3)](_0x59c261,_0x10aa64);}async[_0x5ec49c(0x359)](_0x2abba4){const _0x144e3d=_0x5ec49c;let _0x47620d=0x0;const _0x3941d3=await this[_0x144e3d(0x530)][_0x144e3d(0x503)](_0x2abba4);return _0x3941d3&&(_0x3941d3[_0x144e3d(0x5ec)]||_0x3941d3[_0x144e3d(0x3cf)][_0x144e3d(0x4dc)]!==0x0)&&(_0x47620d=_0x3941d3['rev']),_0x47620d===0x0&&this[_0x144e3d(0x3dd)][_0x144e3d(0x259)](_0x144e3d(0x4f0),_0x144e3d(0x31a)),this[_0x144e3d(0x1a8)][_0x144e3d(0x340)](_0x2abba4,_0x47620d);}},_0x395259[_0x5ec49c(0x200)]=_0x529b4d([_0x13c7aa(0x0,_0x1a35c1),_0x13c7aa(0x1,_0x3f82c6[_0x5ec49c(0x3cc)]),_0x13c7aa(0x2,_0x3f82c6[_0x5ec49c(0x570)]),_0x13c7aa(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x395259[_0x5ec49c(0x183)])),_0x13c7aa(0x4,_0x3f82c6[_0x5ec49c(0x476)](_0x544d9b['SnapshotService'])),_0x13c7aa(0x5,_0x3f82c6[_0x5ec49c(0x5d6)](_0x4e3447[_0x5ec49c(0x4ca)]))],_0x395259[_0x5ec49c(0x200)]);var _0x50ec17=Object[_0x5ec49c(0x354)],_0x46f14f=Object[_0x5ec49c(0x209)],_0x1dd8bc=(_0x3bbc26,_0x2deab6,_0x342e6d,_0x3263dc)=>{for(var _0x5a99a9=_0x3263dc>0x1?void 0x0:_0x3263dc?_0x46f14f(_0x2deab6,_0x342e6d):_0x2deab6,_0x4275a0=_0x3bbc26['length']-0x1,_0x29af4d;_0x4275a0>=0x0;_0x4275a0--)(_0x29af4d=_0x3bbc26[_0x4275a0])&&(_0x5a99a9=(_0x3263dc?_0x29af4d(_0x2deab6,_0x342e6d,_0x5a99a9):_0x29af4d(_0x5a99a9))||_0x5a99a9);return _0x3263dc&&_0x5a99a9&&_0x50ec17(_0x2deab6,_0x342e6d,_0x5a99a9),_0x5a99a9;},_0x1eedd6=(_0x542702,_0x48308a)=>(_0x17839e,_0x244dc9)=>_0x48308a(_0x17839e,_0x244dc9,_0x542702);const _0x2d6b32='DEFAULT_FILE_NAME',_0x4ce4cf=_0x5ec49c(0x305);let _0x119db3=class extends _0x3f82c6['Disposable']{constructor(_0x37f280,_0x10b037){const _0x2842e6=_0x5ec49c;super(),this['_univerInstanceService']=_0x37f280,this['_configService']=_0x10b037,this[_0x2842e6(0x318)]();}[_0x5ec49c(0x318)](){const _0x2025a8=_0x5ec49c;this[_0x2025a8(0x3c5)](this[_0x2025a8(0x506)][_0x2025a8(0x4b5)]['subscribe'](()=>{const _0x3d1268=_0x2025a8;var _0x4dd0e4;const _0x43e5cd=this[_0x3d1268(0x506)][_0x3d1268(0x5ce)]();let _0xcf8a6a=(_0x4dd0e4=this[_0x3d1268(0x206)][_0x3d1268(0x2eb)](_0x2d6b32))!=null?_0x4dd0e4:_0x4ce4cf;_0x43e5cd instanceof _0x3f82c6[_0x3d1268(0x62b)]&&(_0xcf8a6a=_0x43e5cd[_0x3d1268(0x5c8)]),document[_0x3d1268(0x5a5)]=_0xcf8a6a;}));}};_0x119db3=_0x1dd8bc([_0x1eedd6(0x0,_0x3f82c6[_0x5ec49c(0x2be)]),_0x1eedd6(0x1,_0x3f82c6[_0x5ec49c(0x2ab)])],_0x119db3);var _0x330424=Object[_0x5ec49c(0x354)],_0x1b9e61=Object['getOwnPropertyDescriptor'],_0x3ae6c4=(_0x4e4475,_0x1eb135,_0x4d2253,_0x5c61a1)=>{const _0x2047fe=_0x5ec49c;for(var _0x58d7ed=_0x5c61a1>0x1?void 0x0:_0x5c61a1?_0x1b9e61(_0x1eb135,_0x4d2253):_0x1eb135,_0xf24065=_0x4e4475[_0x2047fe(0x4dc)]-0x1,_0x3de6c7;_0xf24065>=0x0;_0xf24065--)(_0x3de6c7=_0x4e4475[_0xf24065])&&(_0x58d7ed=(_0x5c61a1?_0x3de6c7(_0x1eb135,_0x4d2253,_0x58d7ed):_0x3de6c7(_0x58d7ed))||_0x58d7ed);return _0x5c61a1&&_0x58d7ed&&_0x330424(_0x1eb135,_0x4d2253,_0x58d7ed),_0x58d7ed;},_0x16fc2a=(_0x20931a,_0x81bcb7)=>(_0x5b68d3,_0x35e9b9)=>_0x81bcb7(_0x5b68d3,_0x35e9b9,_0x20931a);let _0x383b69=class{constructor(_0x2450a2,_0x25b6e2,_0x448002){const _0x5ce2fe=_0x5ec49c;this[_0x5ce2fe(0x206)]=_0x2450a2,this[_0x5ce2fe(0x36b)]=_0x25b6e2,this[_0x5ce2fe(0x614)]=_0x448002,this['init']();}[_0x5ec49c(0x524)](){const _0x25255b=_0x5ec49c;this['_httpService'][_0x25255b(0x420)]({'priority':0x1,'interceptor':(_0xa32bad,_0x2d956e)=>_0x2d956e(_0xa32bad)['pipe'](_0x3b9434['concatMap'](async _0x14c643=>{const _0x223a1c=_0x25255b,_0x93b2da=_0x14c643;if(_0x93b2da['status']===0x191&&window[_0x223a1c(0x2c1)](this[_0x223a1c(0x614)]['t'](_0x223a1c(0x399)))){const _0x20cb01=window[_0x223a1c(0x23f)](window[_0x223a1c(0x50c)][_0x223a1c(0x204)]);window[_0x223a1c(0x50c)][_0x223a1c(0x204)]=this[_0x223a1c(0x3a0)]()+_0x223a1c(0x187)+_0x20cb01;}return _0x93b2da;}))});}['_getLoginPath'](){const _0x20c6b5=_0x5ec49c;var _0x12a1f3,_0x3d8662;const _0x4c922d=this[_0x20c6b5(0x206)][_0x20c6b5(0x2eb)](_0x22172b),_0x597b19=this['_configService']['getConfig'](_0x15906c);return(_0x3d8662=(_0x12a1f3=_0x597b19==null?void 0x0:_0x597b19['loginUrlKey'])!=null?_0x12a1f3:_0x4c922d)!=null?_0x3d8662:_0xe1bd3e;}};_0x383b69=_0x3ae6c4([_0x16fc2a(0x0,_0x3f82c6['IConfigService']),_0x16fc2a(0x1,_0x3f82c6[_0x5ec49c(0x476)](_0x37b62d[_0x5ec49c(0x492)])),_0x16fc2a(0x2,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['LocaleService']))],_0x383b69);var _0x3ab88c=Object['defineProperty'],_0x1ed3ba=Object[_0x5ec49c(0x209)],_0x555206=(_0x1d98ea,_0x17592e,_0x391281,_0x5f175b)=>{const _0x4fb7e4=_0x5ec49c;for(var _0x4d9dde=_0x5f175b>0x1?void 0x0:_0x5f175b?_0x1ed3ba(_0x17592e,_0x391281):_0x17592e,_0x58f4c0=_0x1d98ea[_0x4fb7e4(0x4dc)]-0x1,_0x3e62f4;_0x58f4c0>=0x0;_0x58f4c0--)(_0x3e62f4=_0x1d98ea[_0x58f4c0])&&(_0x4d9dde=(_0x5f175b?_0x3e62f4(_0x17592e,_0x391281,_0x4d9dde):_0x3e62f4(_0x4d9dde))||_0x4d9dde);return _0x5f175b&&_0x4d9dde&&_0x3ab88c(_0x17592e,_0x391281,_0x4d9dde),_0x4d9dde;},_0x3e17a5=(_0x445762,_0x309b22)=>(_0x15c5d2,_0x8b3d4e)=>_0x309b22(_0x15c5d2,_0x8b3d4e,_0x445762);const _0x4334ac=_0x5ec49c(0x269),_0x45587f=_0x5ec49c(0x1df);_0x395259['AuthzIoHttpService']=class extends _0x3f82c6[_0x5ec49c(0x582)]{constructor(_0x2b8768,_0x2520c4){const _0x359830=_0x5ec49c;super(),this[_0x359830(0x4bf)]=_0x2b8768,this[_0x359830(0x206)]=_0x2520c4,this['_initMergeInterceptor']();}[_0x5ec49c(0x382)](){const _0x3f1a55=_0x5ec49c,_0x35948b=this;this[_0x3f1a55(0x3c5)](this[_0x3f1a55(0x4bf)][_0x3f1a55(0x420)]({'priority':0x3e7,'interceptor':_0x37b62d[_0x3f1a55(0x4ac)]({'isMatch'(_0x43ae36){const _0x39e6c9=_0x3f1a55;var _0xd81ebf;if(_0x43ae36[_0x39e6c9(0x23e)]===_0x39e6c9(0x439)&&((_0xd81ebf=_0x43ae36['requestParams'])!=null&&_0xd81ebf['body'])){const {objectID:_0x487fdf,objectType:_0x3a5317}=_0x43ae36[_0x39e6c9(0x19b)]['body']||{};if(!_0x487fdf||_0x3a5317===void 0x0)return!0x1;const _0x69aea0=_0x35948b[_0x39e6c9(0x560)]()+'/'+_0x3a5317+_0x39e6c9(0x45f)+_0x487fdf+_0x39e6c9(0x32c);if(_0x43ae36['url']===_0x69aea0)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x7b6e94){const _0x2f34ea=_0x3f1a55;var _0x42e6c9;return(_0x42e6c9=_0x7b6e94[_0x2f34ea(0x19b)])==null?void 0x0:_0x42e6c9['body'];},'mergeParamsToRequest'(_0x1d99a0,_0x27b3d5){const _0x2a0694=_0x3f1a55,_0x1284f5=_0x35948b[_0x2a0694(0x560)]()+_0x2a0694(0x1e7),_0x414c21=_0x1d99a0['reduce']((_0x104714,_0x4c44be)=>{const {unitID:_0x27ff94,objectID:_0x17781f,objectType:_0xfe26f0,actions:_0x45bb93}=_0x4c44be;return _0x104714[_0x27ff94]||(_0x104714[_0x27ff94]={}),_0x104714[_0x27ff94][_0x17781f]||(_0x104714[_0x27ff94][_0x17781f]={'objectID':_0x17781f,'objectType':_0xfe26f0,'actions':[]}),_0x104714[_0x27ff94][_0x17781f]['actions']['push'](..._0x45bb93),_0x104714;},{}),_0x84f0=[];for(const _0x4fb04c in _0x414c21)for(const _0xe6029 in _0x414c21[_0x4fb04c]){const {actions:_0x3b0924,objectType:_0x20ad49}=_0x414c21[_0x4fb04c][_0xe6029],_0x1f8666=[...new Set(_0x3b0924)];_0x84f0['push']({'unitID':_0x4fb04c,'objectID':_0xe6029,'objectType':_0x20ad49,'actions':_0x1f8666});}return new _0x37b62d['HTTPRequest'](_0x2a0694(0x439),_0x1284f5,{'headers':_0x27b3d5['headers'],'withCredentials':_0x27b3d5[_0x2a0694(0x1e5)],'responseType':_0x27b3d5[_0x2a0694(0x17a)],'body':{'requests':_0x84f0}});}},{'distributeResult'(_0x42adba,_0x3139d8){const _0xd9bd54=_0x3f1a55,{objectActions:_0x4513d8}=_0x42adba;return _0x3139d8[_0xd9bd54(0x2d3)](_0x318c27=>{const _0x30ad99=_0xd9bd54,{unitID:_0x593bc4,objectID:_0x57fe85,actions:_0x565e46}=_0x318c27,_0x56c3fc=_0x4513d8['find'](_0x5dcc1a=>_0x5dcc1a[_0x30ad99(0x4aa)]===_0x593bc4&&_0x5dcc1a[_0x30ad99(0x22e)]===_0x57fe85),_0xa29856=_0x565e46['map'](_0x55ba14=>_0x56c3fc==null?void 0x0:_0x56c3fc[_0x30ad99(0x19f)][_0x30ad99(0x1ac)](_0x3bd847=>_0x3bd847['action']===_0x55ba14))[_0x30ad99(0x3c7)](_0x6abd64=>!!_0x6abd64);return{'config':_0x318c27,'result':{'actions':_0xa29856,'error':_0x42adba[_0x30ad99(0x2a4)]}};});}})}));}[_0x5ec49c(0x560)](){const _0x4ed825=_0x5ec49c;var _0x1be3ce,_0x2fb41b;const _0x16a874=this[_0x4ed825(0x206)][_0x4ed825(0x2eb)](_0x4334ac),_0x35ebbc=this[_0x4ed825(0x206)][_0x4ed825(0x2eb)](_0x15906c);return(_0x2fb41b=(_0x1be3ce=_0x35ebbc==null?void 0x0:_0x35ebbc[_0x4ed825(0x2ff)])!=null?_0x1be3ce:_0x16a874)!=null?_0x2fb41b:_0x45587f;}async[_0x5ec49c(0x5e4)](_0x332386){const _0x12e342=_0x5ec49c,_0x4dd52a=this['_getAPIPrefixPath']()+'/'+_0x332386[_0x12e342(0x374)]+_0x12e342(0x57b);return(await this['_HTTPService'][_0x12e342(0x433)](_0x4dd52a,{'body':_0x332386}))[_0x12e342(0x585)][_0x12e342(0x22e)]||'';}async[_0x5ec49c(0x2e7)](_0x88f30d){const _0x396627=_0x5ec49c,_0x29d4e3=this['_getAPIPrefixPath']()+'/-/object/list';return(await this[_0x396627(0x4bf)]['post'](_0x29d4e3,{'body':_0x88f30d}))['body'][_0x396627(0x40b)];}async[_0x5ec49c(0x1e2)](_0x873770){const _0x22122e=_0x5ec49c,_0xfad643=this[_0x22122e(0x560)]()+'/'+_0x873770['objectType']+'/object/'+_0x873770[_0x22122e(0x22e)];await this['_HTTPService']['put'](_0xfad643,{'body':_0x873770});}async['allowed'](_0x2bd824){const _0x48e54d=_0x5ec49c,_0x30018c=this[_0x48e54d(0x560)]()+'/'+_0x2bd824[_0x48e54d(0x374)]+_0x48e54d(0x45f)+_0x2bd824[_0x48e54d(0x22e)]+_0x48e54d(0x32c);return(await this[_0x48e54d(0x4bf)][_0x48e54d(0x433)](_0x30018c,{'body':_0x2bd824}))[_0x48e54d(0x585)][_0x48e54d(0x19f)];}async['batchAllowed'](_0x20b6ec){const _0x281aa3=_0x5ec49c,_0x5607c7=this[_0x281aa3(0x560)]()+_0x281aa3(0x1e7);return(await this['_HTTPService'][_0x281aa3(0x433)](_0x5607c7,{'body':{'requests':_0x20b6ec}}))[_0x281aa3(0x585)][_0x281aa3(0x595)];}async['listRoles'](_0x30c62b){const _0x4b7343=_0x5ec49c,_0x523426=this[_0x4b7343(0x560)]()+'/'+_0x30c62b['objectType']+'/role',_0x4e681b=await this[_0x4b7343(0x4bf)][_0x4b7343(0x433)](_0x523426,{'body':_0x30c62b});return{'roles':_0x4e681b[_0x4b7343(0x585)][_0x4b7343(0x210)],'actions':_0x4e681b[_0x4b7343(0x585)][_0x4b7343(0x19f)]};}async[_0x5ec49c(0x46c)](_0x47e8ec){const _0x32f8ee=_0x5ec49c,_0x435312=this[_0x32f8ee(0x560)]()+'/collaborator';await this[_0x32f8ee(0x4bf)][_0x32f8ee(0x3f7)](_0x435312,{'params':{'collaboratorID':_0x47e8ec[_0x32f8ee(0x1cf)],'objectID':_0x47e8ec[_0x32f8ee(0x22e)],'unitID':_0x47e8ec[_0x32f8ee(0x4aa)]}});}async[_0x5ec49c(0x28b)](_0x92edeb){const _0x431530=_0x5ec49c,_0x547509=this[_0x431530(0x560)]()+_0x431530(0x44e);await this[_0x431530(0x4bf)]['patch'](_0x547509,{'body':_0x92edeb});}async[_0x5ec49c(0x43c)](_0x598616){const _0x3d61e4=_0x5ec49c,_0x42f172=this[_0x3d61e4(0x560)]()+_0x3d61e4(0x44e);await this[_0x3d61e4(0x4bf)][_0x3d61e4(0x433)](_0x42f172,{'body':_0x598616});}async[_0x5ec49c(0x2f8)](_0x436aa7){const _0x4ea9c3=_0x5ec49c,_0x4b0ffa=this['_getAPIPrefixPath']()+_0x4ea9c3(0x44e);return(await this[_0x4ea9c3(0x4bf)][_0x4ea9c3(0x555)](_0x4b0ffa,{'params':{'objectID':_0x436aa7[_0x4ea9c3(0x22e)],'unitID':_0x436aa7[_0x4ea9c3(0x4aa)]}}))[_0x4ea9c3(0x585)][_0x4ea9c3(0x63c)];}async['putCollaborators'](_0x4ed7da){const _0x230dd0=_0x5ec49c,_0x56e05e=this[_0x230dd0(0x560)]()+_0x230dd0(0x44e);await this[_0x230dd0(0x4bf)][_0x230dd0(0x319)](_0x56e05e,{'body':_0x4ed7da});}},_0x395259[_0x5ec49c(0x1c3)]=_0x555206([_0x3e17a5(0x0,_0x3f82c6[_0x5ec49c(0x476)](_0x37b62d[_0x5ec49c(0x492)])),_0x3e17a5(0x1,_0x3f82c6['Inject'](_0x3f82c6[_0x5ec49c(0x2ab)]))],_0x395259[_0x5ec49c(0x1c3)]);var _0x5bc683=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x2c64cc(_0x1c2c5d){const _0x1692fb=_0x5ec49c;return _0x1c2c5d&&_0x1c2c5d[_0x1692fb(0x391)]&&Object['prototype'][_0x1692fb(0x552)][_0x1692fb(0x38f)](_0x1c2c5d,_0x1692fb(0x244))?_0x1c2c5d['default']:_0x1c2c5d;}var _0x3bf244={'exports':{}};function _0x294d40(_0x19b0d3){const _0x23ab23=_0x5ec49c;throw new Error('Could\x20not\x20dynamically\x20require\x20\x22'+_0x19b0d3+_0x23ab23(0x488));}var _0x5340ba={'exports':{}},_0x3e01b9;function _0x16d707(){return _0x3e01b9||(_0x3e01b9=0x1,function(_0x22ca64,_0xb7fd1a){(function(_0x1c2c73,_0x3e1e23){_0x22ca64['exports']=_0x3e1e23();}(_0x5bc683,function(){var _0x1817cf=_0x1817cf||function(_0x4252d0,_0x5a2aef){const _0x45624a=_0x5149;var _0x216666;if(typeof window<'u'&&window[_0x45624a(0x51c)]&&(_0x216666=window[_0x45624a(0x51c)]),typeof self<'u'&&self[_0x45624a(0x51c)]&&(_0x216666=self[_0x45624a(0x51c)]),typeof globalThis<'u'&&globalThis[_0x45624a(0x51c)]&&(_0x216666=globalThis['crypto']),!_0x216666&&typeof window<'u'&&window[_0x45624a(0x237)]&&(_0x216666=window[_0x45624a(0x237)]),!_0x216666&&typeof _0x5bc683<'u'&&_0x5bc683[_0x45624a(0x51c)]&&(_0x216666=_0x5bc683[_0x45624a(0x51c)]),!_0x216666&&typeof _0x294d40==_0x45624a(0x181))try{_0x216666=require('crypto');}catch{}var _0x134c8a=function(){const _0x4f1541=_0x45624a;if(_0x216666){if(typeof _0x216666[_0x4f1541(0x621)]=='function')try{return _0x216666[_0x4f1541(0x621)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x216666['randomBytes']==_0x4f1541(0x181))try{return _0x216666[_0x4f1541(0x1d0)](0x4)[_0x4f1541(0x34e)]();}catch{}}throw new Error('Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.');},_0x52a100=Object['create']||(function(){function _0xac8443(){}return function(_0x17fee3){const _0x750d8f=_0x5149;var _0x460f5f;return _0xac8443[_0x750d8f(0x40e)]=_0x17fee3,_0x460f5f=new _0xac8443(),_0xac8443[_0x750d8f(0x40e)]=null,_0x460f5f;};}()),_0x39e1f6={},_0x5e8a49=_0x39e1f6[_0x45624a(0x230)]={},_0x3ba6f8=_0x5e8a49['Base']=(function(){return{'extend':function(_0x150633){const _0x57ed5d=_0x5149;var _0x21b5ef=_0x52a100(this);return _0x150633&&_0x21b5ef[_0x57ed5d(0x5bc)](_0x150633),(!_0x21b5ef['hasOwnProperty']('init')||this[_0x57ed5d(0x524)]===_0x21b5ef[_0x57ed5d(0x524)])&&(_0x21b5ef[_0x57ed5d(0x524)]=function(){const _0x20a82b=_0x57ed5d;_0x21b5ef[_0x20a82b(0x444)]['init'][_0x20a82b(0x286)](this,arguments);}),_0x21b5ef[_0x57ed5d(0x524)][_0x57ed5d(0x40e)]=_0x21b5ef,_0x21b5ef['$super']=this,_0x21b5ef;},'create':function(){const _0x434d77=_0x5149;var _0x10784f=this[_0x434d77(0x254)]();return _0x10784f['init'][_0x434d77(0x286)](_0x10784f,arguments),_0x10784f;},'init':function(){},'mixIn':function(_0x17b65a){const _0x540ac4=_0x5149;for(var _0x11afbf in _0x17b65a)_0x17b65a[_0x540ac4(0x552)](_0x11afbf)&&(this[_0x11afbf]=_0x17b65a[_0x11afbf]);_0x17b65a[_0x540ac4(0x552)](_0x540ac4(0x4ec))&&(this['toString']=_0x17b65a[_0x540ac4(0x4ec)]);},'clone':function(){const _0x223772=_0x5149;return this[_0x223772(0x524)][_0x223772(0x40e)][_0x223772(0x254)](this);}};}()),_0x2b7311=_0x5e8a49[_0x45624a(0x366)]=_0x3ba6f8[_0x45624a(0x254)]({'init':function(_0x2726f3,_0x3f9483){const _0x2c3049=_0x45624a;_0x2726f3=this['words']=_0x2726f3||[],_0x3f9483!=_0x5a2aef?this[_0x2c3049(0x330)]=_0x3f9483:this[_0x2c3049(0x330)]=_0x2726f3['length']*0x4;},'toString':function(_0x996af5){const _0x50764a=_0x45624a;return(_0x996af5||_0x523f7b)[_0x50764a(0x45c)](this);},'concat':function(_0x492981){const _0x10ee8=_0x45624a;var _0x29edcc=this[_0x10ee8(0x362)],_0x1ee3e5=_0x492981['words'],_0x2a6226=this[_0x10ee8(0x330)],_0xd60a41=_0x492981[_0x10ee8(0x330)];if(this[_0x10ee8(0x3e1)](),_0x2a6226%0x4)for(var _0x5ae1e0=0x0;_0x5ae1e0<_0xd60a41;_0x5ae1e0++){var _0x17cc4f=_0x1ee3e5[_0x5ae1e0>>>0x2]>>>0x18-_0x5ae1e0%0x4*0x8&0xff;_0x29edcc[_0x2a6226+_0x5ae1e0>>>0x2]|=_0x17cc4f<<0x18-(_0x2a6226+_0x5ae1e0)%0x4*0x8;}else{for(var _0x279501=0x0;_0x279501<_0xd60a41;_0x279501+=0x4)_0x29edcc[_0x2a6226+_0x279501>>>0x2]=_0x1ee3e5[_0x279501>>>0x2];}return this['sigBytes']+=_0xd60a41,this;},'clamp':function(){const _0x36aa4b=_0x45624a;var _0x430766=this['words'],_0xde59d2=this['sigBytes'];_0x430766[_0xde59d2>>>0x2]&=0xffffffff<<0x20-_0xde59d2%0x4*0x8,_0x430766[_0x36aa4b(0x4dc)]=_0x4252d0[_0x36aa4b(0x60d)](_0xde59d2/0x4);},'clone':function(){const _0x15d917=_0x45624a;var _0x3bd5fa=_0x3ba6f8[_0x15d917(0x4c1)][_0x15d917(0x38f)](this);return _0x3bd5fa['words']=this[_0x15d917(0x362)][_0x15d917(0x29a)](0x0),_0x3bd5fa;},'random':function(_0xa8d00){const _0xe54943=_0x45624a;for(var _0x1b3698=[],_0x39c561=0x0;_0x39c561<_0xa8d00;_0x39c561+=0x4)_0x1b3698[_0xe54943(0x498)](_0x134c8a());return new _0x2b7311['init'](_0x1b3698,_0xa8d00);}}),_0xa0e50a=_0x39e1f6[_0x45624a(0x189)]={},_0x523f7b=_0xa0e50a['Hex']={'stringify':function(_0x30386c){const _0x4e086b=_0x45624a;for(var _0x9da6b8=_0x30386c[_0x4e086b(0x362)],_0x4b4c7b=_0x30386c[_0x4e086b(0x330)],_0x9ce582=[],_0x124c8e=0x0;_0x124c8e<_0x4b4c7b;_0x124c8e++){var _0x3c7afc=_0x9da6b8[_0x124c8e>>>0x2]>>>0x18-_0x124c8e%0x4*0x8&0xff;_0x9ce582[_0x4e086b(0x498)]((_0x3c7afc>>>0x4)[_0x4e086b(0x4ec)](0x10)),_0x9ce582[_0x4e086b(0x498)]((_0x3c7afc&0xf)[_0x4e086b(0x4ec)](0x10));}return _0x9ce582[_0x4e086b(0x376)]('');},'parse':function(_0x52a3e5){const _0x304fae=_0x45624a;for(var _0x32b85c=_0x52a3e5['length'],_0x3531f0=[],_0x5efe23=0x0;_0x5efe23<_0x32b85c;_0x5efe23+=0x2)_0x3531f0[_0x5efe23>>>0x3]|=parseInt(_0x52a3e5[_0x304fae(0x4d9)](_0x5efe23,0x2),0x10)<<0x18-_0x5efe23%0x8*0x4;return new _0x2b7311[(_0x304fae(0x524))](_0x3531f0,_0x32b85c/0x2);}},_0x1deace=_0xa0e50a['Latin1']={'stringify':function(_0x306b34){const _0x506871=_0x45624a;for(var _0xa513d4=_0x306b34[_0x506871(0x362)],_0x90a449=_0x306b34[_0x506871(0x330)],_0x2a7a74=[],_0x12ae8d=0x0;_0x12ae8d<_0x90a449;_0x12ae8d++){var _0x31a657=_0xa513d4[_0x12ae8d>>>0x2]>>>0x18-_0x12ae8d%0x4*0x8&0xff;_0x2a7a74[_0x506871(0x498)](String[_0x506871(0x1ea)](_0x31a657));}return _0x2a7a74[_0x506871(0x376)]('');},'parse':function(_0x5673b4){const _0x4d5387=_0x45624a;for(var _0x3238dc=_0x5673b4[_0x4d5387(0x4dc)],_0x238668=[],_0x1588c4=0x0;_0x1588c4<_0x3238dc;_0x1588c4++)_0x238668[_0x1588c4>>>0x2]|=(_0x5673b4['charCodeAt'](_0x1588c4)&0xff)<<0x18-_0x1588c4%0x4*0x8;return new _0x2b7311[(_0x4d5387(0x524))](_0x238668,_0x3238dc);}},_0xeb1166=_0xa0e50a[_0x45624a(0x27e)]={'stringify':function(_0xc668cb){const _0x165450=_0x45624a;try{return decodeURIComponent(escape(_0x1deace[_0x165450(0x45c)](_0xc668cb)));}catch{throw new Error(_0x165450(0x262));}},'parse':function(_0x4d9b29){return _0x1deace['parse'](unescape(encodeURIComponent(_0x4d9b29)));}},_0x375fac=_0x5e8a49['BufferedBlockAlgorithm']=_0x3ba6f8['extend']({'reset':function(){const _0x3a86fc=_0x45624a;this['_data']=new _0x2b7311[(_0x3a86fc(0x524))](),this[_0x3a86fc(0x23b)]=0x0;},'_append':function(_0x5110b7){const _0x355715=_0x45624a;typeof _0x5110b7=='string'&&(_0x5110b7=_0xeb1166[_0x355715(0x618)](_0x5110b7)),this['_data'][_0x355715(0x2dd)](_0x5110b7),this[_0x355715(0x23b)]+=_0x5110b7[_0x355715(0x330)];},'_process':function(_0x3a6986){const _0x122046=_0x45624a;var _0x30dc9d,_0x2ca6e9=this[_0x122046(0x635)],_0x531b01=_0x2ca6e9['words'],_0xaf808e=_0x2ca6e9[_0x122046(0x330)],_0x4e461a=this[_0x122046(0x60a)],_0x59cdf1=_0x4e461a*0x4,_0x47d9b7=_0xaf808e/_0x59cdf1;_0x3a6986?_0x47d9b7=_0x4252d0['ceil'](_0x47d9b7):_0x47d9b7=_0x4252d0['max']((_0x47d9b7|0x0)-this[_0x122046(0x45a)],0x0);var _0x2f2945=_0x47d9b7*_0x4e461a,_0x5e497a=_0x4252d0['min'](_0x2f2945*0x4,_0xaf808e);if(_0x2f2945){for(var _0x54f071=0x0;_0x54f071<_0x2f2945;_0x54f071+=_0x4e461a)this[_0x122046(0x3f9)](_0x531b01,_0x54f071);_0x30dc9d=_0x531b01[_0x122046(0x419)](0x0,_0x2f2945),_0x2ca6e9[_0x122046(0x330)]-=_0x5e497a;}return new _0x2b7311[(_0x122046(0x524))](_0x30dc9d,_0x5e497a);},'clone':function(){const _0x5b0963=_0x45624a;var _0x3051ad=_0x3ba6f8[_0x5b0963(0x4c1)]['call'](this);return _0x3051ad[_0x5b0963(0x635)]=this[_0x5b0963(0x635)]['clone'](),_0x3051ad;},'_minBufferSize':0x0});_0x5e8a49[_0x45624a(0x4c6)]=_0x375fac[_0x45624a(0x254)]({'cfg':_0x3ba6f8[_0x45624a(0x254)](),'init':function(_0x501736){const _0x30add4=_0x45624a;this['cfg']=this[_0x30add4(0x2a2)][_0x30add4(0x254)](_0x501736),this[_0x30add4(0x4c0)]();},'reset':function(){const _0x3942d7=_0x45624a;_0x375fac[_0x3942d7(0x4c0)]['call'](this),this[_0x3942d7(0x485)]();},'update':function(_0x536819){const _0x2ee4e2=_0x45624a;return this['_append'](_0x536819),this[_0x2ee4e2(0x3f6)](),this;},'finalize':function(_0x2b002a){const _0x333e94=_0x45624a;_0x2b002a&&this[_0x333e94(0x2e0)](_0x2b002a);var _0x59caac=this[_0x333e94(0x3e6)]();return _0x59caac;},'blockSize':0x10,'_createHelper':function(_0x33e020){return function(_0x4a6980,_0x101abc){const _0xb81544=_0x5149;return new _0x33e020[(_0xb81544(0x524))](_0x101abc)[_0xb81544(0x193)](_0x4a6980);};},'_createHmacHelper':function(_0xdee66){return function(_0x47c050,_0x426324){const _0x576b7d=_0x5149;return new _0x14543e[(_0x576b7d(0x185))][(_0x576b7d(0x524))](_0xdee66,_0x426324)['finalize'](_0x47c050);};}});var _0x14543e=_0x39e1f6['algo']={};return _0x39e1f6;}(Math);return _0x1817cf;}));}(_0x5340ba)),_0x5340ba['exports'];}var _0x134a7f={'exports':{}},_0x3fd40e;function _0x32b7de(){const _0x3bec13=_0x5ec49c;return _0x3fd40e||(_0x3fd40e=0x1,function(_0x3a8d14,_0xf37eaf){(function(_0xf1d3d0,_0x11a1fb){const _0xd4dfb9=_0x5149;_0x3a8d14[_0xd4dfb9(0x301)]=_0x11a1fb(_0x16d707());}(_0x5bc683,function(_0xb4a1fd){const _0x21a24b=_0x5149;return(function(){const _0x47dd52=_0x5149;var _0x4ee906=_0xb4a1fd,_0x34d97b=_0x4ee906[_0x47dd52(0x230)],_0x43c306=_0x34d97b[_0x47dd52(0x366)],_0x1502f4=_0x4ee906[_0x47dd52(0x189)];_0x1502f4[_0x47dd52(0x2c9)]={'stringify':function(_0x1bb401){const _0x5728f0=_0x47dd52;var _0x2da99a=_0x1bb401[_0x5728f0(0x362)],_0x5a7037=_0x1bb401[_0x5728f0(0x330)],_0x1d9ed7=this[_0x5728f0(0x5bb)];_0x1bb401[_0x5728f0(0x3e1)]();for(var _0x17af40=[],_0x5a3793=0x0;_0x5a3793<_0x5a7037;_0x5a3793+=0x3)for(var _0x19a719=_0x2da99a[_0x5a3793>>>0x2]>>>0x18-_0x5a3793%0x4*0x8&0xff,_0x6f28c6=_0x2da99a[_0x5a3793+0x1>>>0x2]>>>0x18-(_0x5a3793+0x1)%0x4*0x8&0xff,_0x19a238=_0x2da99a[_0x5a3793+0x2>>>0x2]>>>0x18-(_0x5a3793+0x2)%0x4*0x8&0xff,_0x205847=_0x19a719<<0x10|_0x6f28c6<<0x8|_0x19a238,_0x546e3c=0x0;_0x546e3c<0x4&&_0x5a3793+_0x546e3c*0.75<_0x5a7037;_0x546e3c++)_0x17af40[_0x5728f0(0x498)](_0x1d9ed7[_0x5728f0(0x275)](_0x205847>>>0x6*(0x3-_0x546e3c)&0x3f));var _0x5ccae6=_0x1d9ed7[_0x5728f0(0x275)](0x40);if(_0x5ccae6){for(;_0x17af40[_0x5728f0(0x4dc)]%0x4;)_0x17af40[_0x5728f0(0x498)](_0x5ccae6);}return _0x17af40[_0x5728f0(0x376)]('');},'parse':function(_0x9bcc1a){const _0x1b05b5=_0x47dd52;var _0x11de33=_0x9bcc1a['length'],_0x1e555e=this[_0x1b05b5(0x5bb)],_0x36d0f8=this['_reverseMap'];if(!_0x36d0f8){_0x36d0f8=this[_0x1b05b5(0x58c)]=[];for(var _0x5a1ffc=0x0;_0x5a1ffc<_0x1e555e['length'];_0x5a1ffc++)_0x36d0f8[_0x1e555e['charCodeAt'](_0x5a1ffc)]=_0x5a1ffc;}var _0x4f00ad=_0x1e555e['charAt'](0x40);if(_0x4f00ad){var _0x3bb6dc=_0x9bcc1a[_0x1b05b5(0x247)](_0x4f00ad);_0x3bb6dc!==-0x1&&(_0x11de33=_0x3bb6dc);}return _0x425230(_0x9bcc1a,_0x11de33,_0x36d0f8);},'_map':'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='};function _0x425230(_0x19e3d6,_0x440a2d,_0xb09cd0){const _0x25c0bd=_0x47dd52;for(var _0x57bf74=[],_0x1aa2da=0x0,_0x3cef36=0x0;_0x3cef36<_0x440a2d;_0x3cef36++)if(_0x3cef36%0x4){var _0x4eb0df=_0xb09cd0[_0x19e3d6[_0x25c0bd(0x1e9)](_0x3cef36-0x1)]<<_0x3cef36%0x4*0x2,_0x2102fd=_0xb09cd0[_0x19e3d6['charCodeAt'](_0x3cef36)]>>>0x6-_0x3cef36%0x4*0x2,_0x447389=_0x4eb0df|_0x2102fd;_0x57bf74[_0x1aa2da>>>0x2]|=_0x447389<<0x18-_0x1aa2da%0x4*0x8,_0x1aa2da++;}return _0x43c306[_0x25c0bd(0x5e4)](_0x57bf74,_0x1aa2da);}}()),_0xb4a1fd['enc'][_0x21a24b(0x2c9)];}));}(_0x134a7f)),_0x134a7f[_0x3bec13(0x301)];}var _0x57e644={'exports':{}},_0x5a3cea;function _0x19b5e8(){const _0x1512b2=_0x5ec49c;return _0x5a3cea||(_0x5a3cea=0x1,function(_0x428846,_0x2bcc89){(function(_0x47cb13,_0x58e247){const _0x44a517=_0x5149;_0x428846[_0x44a517(0x301)]=_0x58e247(_0x16d707());}(_0x5bc683,function(_0x1ae4b1){return function(_0x3505e3){const _0x3b4e93=_0x5149;var _0x3deed2=_0x1ae4b1,_0x4d5021=_0x3deed2[_0x3b4e93(0x230)],_0x2d6610=_0x4d5021[_0x3b4e93(0x366)],_0x59e480=_0x4d5021['Hasher'],_0x56d850=_0x3deed2['algo'],_0x2a471f=[];(function(){const _0x463676=_0x3b4e93;for(var _0x49cd6c=0x0;_0x49cd6c<0x40;_0x49cd6c++)_0x2a471f[_0x49cd6c]=_0x3505e3[_0x463676(0x283)](_0x3505e3[_0x463676(0x578)](_0x49cd6c+0x1))*0x100000000|0x0;}());var _0x1d3e7c=_0x56d850['MD5']=_0x59e480[_0x3b4e93(0x254)]({'_doReset':function(){const _0x244b99=_0x3b4e93;this[_0x244b99(0x1c0)]=new _0x2d6610[(_0x244b99(0x524))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x171a52,_0x3d117f){const _0x4279d0=_0x3b4e93;for(var _0x114062=0x0;_0x114062<0x10;_0x114062++){var _0x46ad28=_0x3d117f+_0x114062,_0x156a99=_0x171a52[_0x46ad28];_0x171a52[_0x46ad28]=(_0x156a99<<0x8|_0x156a99>>>0x18)&0xff00ff|(_0x156a99<<0x18|_0x156a99>>>0x8)&0xff00ff00;}var _0x28b5e1=this['_hash'][_0x4279d0(0x362)],_0x565568=_0x171a52[_0x3d117f+0x0],_0x5c1248=_0x171a52[_0x3d117f+0x1],_0x4a6757=_0x171a52[_0x3d117f+0x2],_0x3742df=_0x171a52[_0x3d117f+0x3],_0x45c432=_0x171a52[_0x3d117f+0x4],_0x3910e8=_0x171a52[_0x3d117f+0x5],_0x64f6b9=_0x171a52[_0x3d117f+0x6],_0x2dacb5=_0x171a52[_0x3d117f+0x7],_0x327cfe=_0x171a52[_0x3d117f+0x8],_0x53a313=_0x171a52[_0x3d117f+0x9],_0x3e32b5=_0x171a52[_0x3d117f+0xa],_0x55892d=_0x171a52[_0x3d117f+0xb],_0x53fc25=_0x171a52[_0x3d117f+0xc],_0x13d985=_0x171a52[_0x3d117f+0xd],_0x3f1c45=_0x171a52[_0x3d117f+0xe],_0xc5541b=_0x171a52[_0x3d117f+0xf],_0x1134df=_0x28b5e1[0x0],_0x8cf65e=_0x28b5e1[0x1],_0x4972c3=_0x28b5e1[0x2],_0xd9c483=_0x28b5e1[0x3];_0x1134df=_0x5c5aa8(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x565568,0x7,_0x2a471f[0x0]),_0xd9c483=_0x5c5aa8(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x5c1248,0xc,_0x2a471f[0x1]),_0x4972c3=_0x5c5aa8(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x4a6757,0x11,_0x2a471f[0x2]),_0x8cf65e=_0x5c5aa8(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x3742df,0x16,_0x2a471f[0x3]),_0x1134df=_0x5c5aa8(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x45c432,0x7,_0x2a471f[0x4]),_0xd9c483=_0x5c5aa8(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x3910e8,0xc,_0x2a471f[0x5]),_0x4972c3=_0x5c5aa8(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x64f6b9,0x11,_0x2a471f[0x6]),_0x8cf65e=_0x5c5aa8(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x2dacb5,0x16,_0x2a471f[0x7]),_0x1134df=_0x5c5aa8(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x327cfe,0x7,_0x2a471f[0x8]),_0xd9c483=_0x5c5aa8(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x53a313,0xc,_0x2a471f[0x9]),_0x4972c3=_0x5c5aa8(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x3e32b5,0x11,_0x2a471f[0xa]),_0x8cf65e=_0x5c5aa8(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x55892d,0x16,_0x2a471f[0xb]),_0x1134df=_0x5c5aa8(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x53fc25,0x7,_0x2a471f[0xc]),_0xd9c483=_0x5c5aa8(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x13d985,0xc,_0x2a471f[0xd]),_0x4972c3=_0x5c5aa8(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x3f1c45,0x11,_0x2a471f[0xe]),_0x8cf65e=_0x5c5aa8(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0xc5541b,0x16,_0x2a471f[0xf]),_0x1134df=_0x49f514(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x5c1248,0x5,_0x2a471f[0x10]),_0xd9c483=_0x49f514(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x64f6b9,0x9,_0x2a471f[0x11]),_0x4972c3=_0x49f514(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x55892d,0xe,_0x2a471f[0x12]),_0x8cf65e=_0x49f514(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x565568,0x14,_0x2a471f[0x13]),_0x1134df=_0x49f514(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x3910e8,0x5,_0x2a471f[0x14]),_0xd9c483=_0x49f514(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x3e32b5,0x9,_0x2a471f[0x15]),_0x4972c3=_0x49f514(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0xc5541b,0xe,_0x2a471f[0x16]),_0x8cf65e=_0x49f514(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x45c432,0x14,_0x2a471f[0x17]),_0x1134df=_0x49f514(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x53a313,0x5,_0x2a471f[0x18]),_0xd9c483=_0x49f514(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x3f1c45,0x9,_0x2a471f[0x19]),_0x4972c3=_0x49f514(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x3742df,0xe,_0x2a471f[0x1a]),_0x8cf65e=_0x49f514(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x327cfe,0x14,_0x2a471f[0x1b]),_0x1134df=_0x49f514(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x13d985,0x5,_0x2a471f[0x1c]),_0xd9c483=_0x49f514(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x4a6757,0x9,_0x2a471f[0x1d]),_0x4972c3=_0x49f514(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x2dacb5,0xe,_0x2a471f[0x1e]),_0x8cf65e=_0x49f514(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x53fc25,0x14,_0x2a471f[0x1f]),_0x1134df=_0x9a0abf(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x3910e8,0x4,_0x2a471f[0x20]),_0xd9c483=_0x9a0abf(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x327cfe,0xb,_0x2a471f[0x21]),_0x4972c3=_0x9a0abf(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x55892d,0x10,_0x2a471f[0x22]),_0x8cf65e=_0x9a0abf(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x3f1c45,0x17,_0x2a471f[0x23]),_0x1134df=_0x9a0abf(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x5c1248,0x4,_0x2a471f[0x24]),_0xd9c483=_0x9a0abf(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x45c432,0xb,_0x2a471f[0x25]),_0x4972c3=_0x9a0abf(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x2dacb5,0x10,_0x2a471f[0x26]),_0x8cf65e=_0x9a0abf(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x3e32b5,0x17,_0x2a471f[0x27]),_0x1134df=_0x9a0abf(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x13d985,0x4,_0x2a471f[0x28]),_0xd9c483=_0x9a0abf(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x565568,0xb,_0x2a471f[0x29]),_0x4972c3=_0x9a0abf(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x3742df,0x10,_0x2a471f[0x2a]),_0x8cf65e=_0x9a0abf(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x64f6b9,0x17,_0x2a471f[0x2b]),_0x1134df=_0x9a0abf(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x53a313,0x4,_0x2a471f[0x2c]),_0xd9c483=_0x9a0abf(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x53fc25,0xb,_0x2a471f[0x2d]),_0x4972c3=_0x9a0abf(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0xc5541b,0x10,_0x2a471f[0x2e]),_0x8cf65e=_0x9a0abf(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x4a6757,0x17,_0x2a471f[0x2f]),_0x1134df=_0x25135a(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x565568,0x6,_0x2a471f[0x30]),_0xd9c483=_0x25135a(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x2dacb5,0xa,_0x2a471f[0x31]),_0x4972c3=_0x25135a(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x3f1c45,0xf,_0x2a471f[0x32]),_0x8cf65e=_0x25135a(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x3910e8,0x15,_0x2a471f[0x33]),_0x1134df=_0x25135a(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x53fc25,0x6,_0x2a471f[0x34]),_0xd9c483=_0x25135a(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x3742df,0xa,_0x2a471f[0x35]),_0x4972c3=_0x25135a(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x3e32b5,0xf,_0x2a471f[0x36]),_0x8cf65e=_0x25135a(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x5c1248,0x15,_0x2a471f[0x37]),_0x1134df=_0x25135a(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x327cfe,0x6,_0x2a471f[0x38]),_0xd9c483=_0x25135a(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0xc5541b,0xa,_0x2a471f[0x39]),_0x4972c3=_0x25135a(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x64f6b9,0xf,_0x2a471f[0x3a]),_0x8cf65e=_0x25135a(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x13d985,0x15,_0x2a471f[0x3b]),_0x1134df=_0x25135a(_0x1134df,_0x8cf65e,_0x4972c3,_0xd9c483,_0x45c432,0x6,_0x2a471f[0x3c]),_0xd9c483=_0x25135a(_0xd9c483,_0x1134df,_0x8cf65e,_0x4972c3,_0x55892d,0xa,_0x2a471f[0x3d]),_0x4972c3=_0x25135a(_0x4972c3,_0xd9c483,_0x1134df,_0x8cf65e,_0x4a6757,0xf,_0x2a471f[0x3e]),_0x8cf65e=_0x25135a(_0x8cf65e,_0x4972c3,_0xd9c483,_0x1134df,_0x53a313,0x15,_0x2a471f[0x3f]),_0x28b5e1[0x0]=_0x28b5e1[0x0]+_0x1134df|0x0,_0x28b5e1[0x1]=_0x28b5e1[0x1]+_0x8cf65e|0x0,_0x28b5e1[0x2]=_0x28b5e1[0x2]+_0x4972c3|0x0,_0x28b5e1[0x3]=_0x28b5e1[0x3]+_0xd9c483|0x0;},'_doFinalize':function(){const _0x3d1590=_0x3b4e93;var _0x238242=this[_0x3d1590(0x635)],_0x446cc4=_0x238242[_0x3d1590(0x362)],_0x4795d3=this[_0x3d1590(0x23b)]*0x8,_0xf3ac68=_0x238242[_0x3d1590(0x330)]*0x8;_0x446cc4[_0xf3ac68>>>0x5]|=0x80<<0x18-_0xf3ac68%0x20;var _0x402f5b=_0x3505e3[_0x3d1590(0x2cb)](_0x4795d3/0x100000000),_0x1e404c=_0x4795d3;_0x446cc4[(_0xf3ac68+0x40>>>0x9<<0x4)+0xf]=(_0x402f5b<<0x8|_0x402f5b>>>0x18)&0xff00ff|(_0x402f5b<<0x18|_0x402f5b>>>0x8)&0xff00ff00,_0x446cc4[(_0xf3ac68+0x40>>>0x9<<0x4)+0xe]=(_0x1e404c<<0x8|_0x1e404c>>>0x18)&0xff00ff|(_0x1e404c<<0x18|_0x1e404c>>>0x8)&0xff00ff00,_0x238242['sigBytes']=(_0x446cc4[_0x3d1590(0x4dc)]+0x1)*0x4,this[_0x3d1590(0x3f6)]();for(var _0x5d164e=this[_0x3d1590(0x1c0)],_0x3ff8bf=_0x5d164e['words'],_0x3dc342=0x0;_0x3dc342<0x4;_0x3dc342++){var _0x6a61f=_0x3ff8bf[_0x3dc342];_0x3ff8bf[_0x3dc342]=(_0x6a61f<<0x8|_0x6a61f>>>0x18)&0xff00ff|(_0x6a61f<<0x18|_0x6a61f>>>0x8)&0xff00ff00;}return _0x5d164e;},'clone':function(){const _0x3a18c3=_0x3b4e93;var _0x25dd58=_0x59e480[_0x3a18c3(0x4c1)][_0x3a18c3(0x38f)](this);return _0x25dd58[_0x3a18c3(0x1c0)]=this[_0x3a18c3(0x1c0)][_0x3a18c3(0x4c1)](),_0x25dd58;}});function _0x5c5aa8(_0x40ecce,_0x95fa8b,_0x419082,_0x557cf9,_0x4ef596,_0x335df2,_0x324fb1){var _0x402d31=_0x40ecce+(_0x95fa8b&_0x419082|~_0x95fa8b&_0x557cf9)+_0x4ef596+_0x324fb1;return(_0x402d31<<_0x335df2|_0x402d31>>>0x20-_0x335df2)+_0x95fa8b;}function _0x49f514(_0x5d5827,_0x253fef,_0x41238f,_0x341da1,_0x439647,_0x107d07,_0x33f156){var _0x3c4b5f=_0x5d5827+(_0x253fef&_0x341da1|_0x41238f&~_0x341da1)+_0x439647+_0x33f156;return(_0x3c4b5f<<_0x107d07|_0x3c4b5f>>>0x20-_0x107d07)+_0x253fef;}function _0x9a0abf(_0x189cb8,_0x46773f,_0x1e419a,_0x54bbba,_0x1f9679,_0x1cb4c3,_0xcfdd40){var _0x2ff60b=_0x189cb8+(_0x46773f^_0x1e419a^_0x54bbba)+_0x1f9679+_0xcfdd40;return(_0x2ff60b<<_0x1cb4c3|_0x2ff60b>>>0x20-_0x1cb4c3)+_0x46773f;}function _0x25135a(_0x1e9415,_0x551897,_0x4265b2,_0xd99c45,_0xafc371,_0x4094df,_0x4cdaaf){var _0x48bd62=_0x1e9415+(_0x4265b2^(_0x551897|~_0xd99c45))+_0xafc371+_0x4cdaaf;return(_0x48bd62<<_0x4094df|_0x48bd62>>>0x20-_0x4094df)+_0x551897;}_0x3deed2[_0x3b4e93(0x249)]=_0x59e480[_0x3b4e93(0x338)](_0x1d3e7c),_0x3deed2['HmacMD5']=_0x59e480[_0x3b4e93(0x4e5)](_0x1d3e7c);}(Math),_0x1ae4b1['MD5'];}));}(_0x57e644)),_0x57e644[_0x1512b2(0x301)];}var _0x4157af={'exports':{}},_0xf4bfeb={'exports':{}},_0x5e75b5;function _0x222a3f(){const _0x5bdd89=_0x5ec49c;return _0x5e75b5||(_0x5e75b5=0x1,function(_0x1435f2,_0x386536){(function(_0x4499fd,_0x50987c){const _0x2cf40e=_0x5149;_0x1435f2[_0x2cf40e(0x301)]=_0x50987c(_0x16d707());}(_0x5bc683,function(_0x236422){const _0x2cb58b=_0x5149;return(function(){const _0x2268a1=_0x5149;var _0x3a7783=_0x236422,_0xb95060=_0x3a7783['lib'],_0x5254fa=_0xb95060[_0x2268a1(0x366)],_0x439f63=_0xb95060['Hasher'],_0x3c5d43=_0x3a7783[_0x2268a1(0x5f1)],_0x5bbdd5=[],_0x2f320c=_0x3c5d43[_0x2268a1(0x5e9)]=_0x439f63[_0x2268a1(0x254)]({'_doReset':function(){const _0x2491a2=_0x2268a1;this[_0x2491a2(0x1c0)]=new _0x5254fa[(_0x2491a2(0x524))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x278c93,_0x566bb4){const _0x46205a=_0x2268a1;for(var _0xc4e2e=this[_0x46205a(0x1c0)][_0x46205a(0x362)],_0x3770b5=_0xc4e2e[0x0],_0x226140=_0xc4e2e[0x1],_0xdf7d66=_0xc4e2e[0x2],_0x445171=_0xc4e2e[0x3],_0x37f936=_0xc4e2e[0x4],_0xfbeebe=0x0;_0xfbeebe<0x50;_0xfbeebe++){if(_0xfbeebe<0x10)_0x5bbdd5[_0xfbeebe]=_0x278c93[_0x566bb4+_0xfbeebe]|0x0;else{var _0xb2b2ec=_0x5bbdd5[_0xfbeebe-0x3]^_0x5bbdd5[_0xfbeebe-0x8]^_0x5bbdd5[_0xfbeebe-0xe]^_0x5bbdd5[_0xfbeebe-0x10];_0x5bbdd5[_0xfbeebe]=_0xb2b2ec<<0x1|_0xb2b2ec>>>0x1f;}var _0x34a563=(_0x3770b5<<0x5|_0x3770b5>>>0x1b)+_0x37f936+_0x5bbdd5[_0xfbeebe];_0xfbeebe<0x14?_0x34a563+=(_0x226140&_0xdf7d66|~_0x226140&_0x445171)+0x5a827999:_0xfbeebe<0x28?_0x34a563+=(_0x226140^_0xdf7d66^_0x445171)+0x6ed9eba1:_0xfbeebe<0x3c?_0x34a563+=(_0x226140&_0xdf7d66|_0x226140&_0x445171|_0xdf7d66&_0x445171)-0x70e44324:_0x34a563+=(_0x226140^_0xdf7d66^_0x445171)-0x359d3e2a,_0x37f936=_0x445171,_0x445171=_0xdf7d66,_0xdf7d66=_0x226140<<0x1e|_0x226140>>>0x2,_0x226140=_0x3770b5,_0x3770b5=_0x34a563;}_0xc4e2e[0x0]=_0xc4e2e[0x0]+_0x3770b5|0x0,_0xc4e2e[0x1]=_0xc4e2e[0x1]+_0x226140|0x0,_0xc4e2e[0x2]=_0xc4e2e[0x2]+_0xdf7d66|0x0,_0xc4e2e[0x3]=_0xc4e2e[0x3]+_0x445171|0x0,_0xc4e2e[0x4]=_0xc4e2e[0x4]+_0x37f936|0x0;},'_doFinalize':function(){const _0xd5763=_0x2268a1;var _0x23ecd4=this[_0xd5763(0x635)],_0x905991=_0x23ecd4['words'],_0x45ab7d=this['_nDataBytes']*0x8,_0x27140c=_0x23ecd4[_0xd5763(0x330)]*0x8;return _0x905991[_0x27140c>>>0x5]|=0x80<<0x18-_0x27140c%0x20,_0x905991[(_0x27140c+0x40>>>0x9<<0x4)+0xe]=Math[_0xd5763(0x2cb)](_0x45ab7d/0x100000000),_0x905991[(_0x27140c+0x40>>>0x9<<0x4)+0xf]=_0x45ab7d,_0x23ecd4[_0xd5763(0x330)]=_0x905991['length']*0x4,this[_0xd5763(0x3f6)](),this['_hash'];},'clone':function(){const _0x2ecf91=_0x2268a1;var _0x588c06=_0x439f63[_0x2ecf91(0x4c1)]['call'](this);return _0x588c06[_0x2ecf91(0x1c0)]=this[_0x2ecf91(0x1c0)][_0x2ecf91(0x4c1)](),_0x588c06;}});_0x3a7783[_0x2268a1(0x5e9)]=_0x439f63[_0x2268a1(0x338)](_0x2f320c),_0x3a7783[_0x2268a1(0x3eb)]=_0x439f63[_0x2268a1(0x4e5)](_0x2f320c);}()),_0x236422[_0x2cb58b(0x5e9)];}));}(_0xf4bfeb)),_0xf4bfeb[_0x5bdd89(0x301)];}var _0xe857e3={'exports':{}},_0x5aac0c;function _0x4f17d0(){return _0x5aac0c||(_0x5aac0c=0x1,function(_0x1c25d6,_0x4d7511){(function(_0x1b1152,_0x44d259){const _0xf36d3c=_0x5149;_0x1c25d6[_0xf36d3c(0x301)]=_0x44d259(_0x16d707());}(_0x5bc683,function(_0x4f6209){(function(){const _0x54090d=_0x5149;var _0x30c1b8=_0x4f6209,_0x1f5fbd=_0x30c1b8[_0x54090d(0x230)],_0x24e582=_0x1f5fbd[_0x54090d(0x255)],_0x1b2882=_0x30c1b8[_0x54090d(0x189)],_0x2b7af4=_0x1b2882[_0x54090d(0x27e)],_0x7272fb=_0x30c1b8['algo'];_0x7272fb[_0x54090d(0x185)]=_0x24e582['extend']({'init':function(_0x2d39f4,_0x7cd9d0){const _0x3fa137=_0x54090d;_0x2d39f4=this[_0x3fa137(0x30e)]=new _0x2d39f4[(_0x3fa137(0x524))](),typeof _0x7cd9d0==_0x3fa137(0x5d3)&&(_0x7cd9d0=_0x2b7af4[_0x3fa137(0x618)](_0x7cd9d0));var _0x21af23=_0x2d39f4[_0x3fa137(0x60a)],_0x4b0fe=_0x21af23*0x4;_0x7cd9d0[_0x3fa137(0x330)]>_0x4b0fe&&(_0x7cd9d0=_0x2d39f4['finalize'](_0x7cd9d0)),_0x7cd9d0[_0x3fa137(0x3e1)]();for(var _0x426c2e=this[_0x3fa137(0x56b)]=_0x7cd9d0[_0x3fa137(0x4c1)](),_0x37eefa=this[_0x3fa137(0x516)]=_0x7cd9d0['clone'](),_0x560acc=_0x426c2e['words'],_0x428500=_0x37eefa[_0x3fa137(0x362)],_0xf9617b=0x0;_0xf9617b<_0x21af23;_0xf9617b++)_0x560acc[_0xf9617b]^=0x5c5c5c5c,_0x428500[_0xf9617b]^=0x36363636;_0x426c2e[_0x3fa137(0x330)]=_0x37eefa[_0x3fa137(0x330)]=_0x4b0fe,this['reset']();},'reset':function(){const _0x3798bc=_0x54090d;var _0x4dbf38=this[_0x3798bc(0x30e)];_0x4dbf38[_0x3798bc(0x4c0)](),_0x4dbf38[_0x3798bc(0x1e2)](this['_iKey']);},'update':function(_0x3b195f){const _0x4727d3=_0x54090d;return this['_hasher'][_0x4727d3(0x1e2)](_0x3b195f),this;},'finalize':function(_0x3ef555){const _0x5d13e2=_0x54090d;var _0x20f8ca=this['_hasher'],_0x505342=_0x20f8ca[_0x5d13e2(0x193)](_0x3ef555);_0x20f8ca[_0x5d13e2(0x4c0)]();var _0xf9262e=_0x20f8ca[_0x5d13e2(0x193)](this[_0x5d13e2(0x56b)][_0x5d13e2(0x4c1)]()[_0x5d13e2(0x2dd)](_0x505342));return _0xf9262e;}});}());}));}(_0xe857e3)),_0xe857e3['exports'];}var _0x513668;function _0x27006e(){return _0x513668||(_0x513668=0x1,function(_0x41eb9c,_0x25b312){(function(_0x1171e5,_0x350463,_0x17d42c){const _0x4162d0=_0x5149;_0x41eb9c[_0x4162d0(0x301)]=_0x350463(_0x16d707(),_0x222a3f(),_0x4f17d0());}(_0x5bc683,function(_0x51fa5d){return(function(){const _0x39e303=_0x5149;var _0x3449ad=_0x51fa5d,_0xa2ac5e=_0x3449ad[_0x39e303(0x230)],_0x4aa3d3=_0xa2ac5e[_0x39e303(0x255)],_0x4e1d12=_0xa2ac5e[_0x39e303(0x366)],_0x1f81a4=_0x3449ad['algo'],_0x4c4bd3=_0x1f81a4[_0x39e303(0x249)],_0x6322db=_0x1f81a4[_0x39e303(0x526)]=_0x4aa3d3[_0x39e303(0x254)]({'cfg':_0x4aa3d3[_0x39e303(0x254)]({'keySize':0x80/0x20,'hasher':_0x4c4bd3,'iterations':0x1}),'init':function(_0x1eb9b5){const _0x1eac79=_0x39e303;this[_0x1eac79(0x2a2)]=this['cfg']['extend'](_0x1eb9b5);},'compute':function(_0x394b72,_0x34148a){const _0x190bf2=_0x39e303;for(var _0x3ce90b,_0x570c87=this[_0x190bf2(0x2a2)],_0x190958=_0x570c87[_0x190bf2(0x449)]['create'](),_0x4c8b5e=_0x4e1d12[_0x190bf2(0x5e4)](),_0x5b1a0a=_0x4c8b5e[_0x190bf2(0x362)],_0x3f8856=_0x570c87['keySize'],_0x43f6e6=_0x570c87[_0x190bf2(0x2b3)];_0x5b1a0a[_0x190bf2(0x4dc)]<_0x3f8856;){_0x3ce90b&&_0x190958['update'](_0x3ce90b),_0x3ce90b=_0x190958[_0x190bf2(0x1e2)](_0x394b72)[_0x190bf2(0x193)](_0x34148a),_0x190958[_0x190bf2(0x4c0)]();for(var _0x4de647=0x1;_0x4de647<_0x43f6e6;_0x4de647++)_0x3ce90b=_0x190958[_0x190bf2(0x193)](_0x3ce90b),_0x190958[_0x190bf2(0x4c0)]();_0x4c8b5e[_0x190bf2(0x2dd)](_0x3ce90b);}return _0x4c8b5e[_0x190bf2(0x330)]=_0x3f8856*0x4,_0x4c8b5e;}});_0x3449ad[_0x39e303(0x526)]=function(_0x4b5149,_0x64b564,_0x462aa0){const _0x3c5855=_0x39e303;return _0x6322db[_0x3c5855(0x5e4)](_0x462aa0)['compute'](_0x4b5149,_0x64b564);};}()),_0x51fa5d['EvpKDF'];}));}(_0x4157af)),_0x4157af['exports'];}var _0x830919={'exports':{}},_0x1565ad;function _0x5434a3(){const _0x1fdaf5=_0x5ec49c;return _0x1565ad||(_0x1565ad=0x1,function(_0x51580a,_0xf11559){(function(_0x336a81,_0x1b33ca,_0x59f966){const _0xa9e309=_0x5149;_0x51580a[_0xa9e309(0x301)]=_0x1b33ca(_0x16d707(),_0x27006e());}(_0x5bc683,function(_0x396596){const _0x3ed452=_0x5149;_0x396596[_0x3ed452(0x230)][_0x3ed452(0x201)]||function(_0x55166f){const _0x1b526f=_0x3ed452;var _0xb41595=_0x396596,_0x77c19d=_0xb41595[_0x1b526f(0x230)],_0x1684fe=_0x77c19d[_0x1b526f(0x255)],_0x3b4c8f=_0x77c19d[_0x1b526f(0x366)],_0x3f84c5=_0x77c19d['BufferedBlockAlgorithm'],_0x4e08dd=_0xb41595[_0x1b526f(0x189)];_0x4e08dd[_0x1b526f(0x27e)];var _0x13311e=_0x4e08dd[_0x1b526f(0x2c9)],_0xf7178e=_0xb41595[_0x1b526f(0x5f1)],_0x4c5856=_0xf7178e[_0x1b526f(0x526)],_0x350c82=_0x77c19d[_0x1b526f(0x201)]=_0x3f84c5['extend']({'cfg':_0x1684fe['extend'](),'createEncryptor':function(_0x85f725,_0x59ac7d){const _0x16af8c=_0x1b526f;return this[_0x16af8c(0x5e4)](this[_0x16af8c(0x4bb)],_0x85f725,_0x59ac7d);},'createDecryptor':function(_0x59f0bf,_0x29754f){const _0x29e709=_0x1b526f;return this[_0x29e709(0x5e4)](this[_0x29e709(0x3b3)],_0x59f0bf,_0x29754f);},'init':function(_0x21a9c8,_0x29fc46,_0x13c6c2){const _0x5f2c9d=_0x1b526f;this['cfg']=this[_0x5f2c9d(0x2a2)][_0x5f2c9d(0x254)](_0x13c6c2),this[_0x5f2c9d(0x5d7)]=_0x21a9c8,this[_0x5f2c9d(0x4be)]=_0x29fc46,this['reset']();},'reset':function(){const _0x36af4f=_0x1b526f;_0x3f84c5[_0x36af4f(0x4c0)]['call'](this),this[_0x36af4f(0x485)]();},'process':function(_0x42abe4){const _0x48ee63=_0x1b526f;return this['_append'](_0x42abe4),this[_0x48ee63(0x3f6)]();},'finalize':function(_0x448362){const _0x493cc3=_0x1b526f;_0x448362&&this[_0x493cc3(0x2e0)](_0x448362);var _0x3ef7ce=this[_0x493cc3(0x3e6)]();return _0x3ef7ce;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x1c6f82(_0x44d6c7){const _0x1bbec8=_0x5149;return typeof _0x44d6c7==_0x1bbec8(0x5d3)?_0x5cd516:_0x1b20aa;}return function(_0x158d18){return{'encrypt':function(_0x23b544,_0x2ba7f6,_0x4c4c95){const _0xcbd885=_0x5149;return _0x1c6f82(_0x2ba7f6)[_0xcbd885(0x377)](_0x158d18,_0x23b544,_0x2ba7f6,_0x4c4c95);},'decrypt':function(_0x290e35,_0x1adf52,_0x16cd3a){const _0x3ab9c2=_0x5149;return _0x1c6f82(_0x1adf52)[_0x3ab9c2(0x38e)](_0x158d18,_0x290e35,_0x1adf52,_0x16cd3a);}};};}())});_0x77c19d['StreamCipher']=_0x350c82['extend']({'_doFinalize':function(){var _0x2dfb7a=this['_process'](!0x0);return _0x2dfb7a;},'blockSize':0x1});var _0x41e1b9=_0xb41595[_0x1b526f(0x3e4)]={},_0x2a5ed2=_0x77c19d[_0x1b526f(0x31c)]=_0x1684fe['extend']({'createEncryptor':function(_0x5a90d4,_0x4d448a){const _0x1b7bf2=_0x1b526f;return this[_0x1b7bf2(0x5b5)][_0x1b7bf2(0x5e4)](_0x5a90d4,_0x4d448a);},'createDecryptor':function(_0x59df72,_0x3e3674){const _0x2db8db=_0x1b526f;return this['Decryptor'][_0x2db8db(0x5e4)](_0x59df72,_0x3e3674);},'init':function(_0x40e542,_0x3a42f8){const _0x7ae284=_0x1b526f;this[_0x7ae284(0x2ee)]=_0x40e542,this[_0x7ae284(0x5e6)]=_0x3a42f8;}}),_0x489897=_0x41e1b9[_0x1b526f(0x212)]=(function(){const _0x4802c2=_0x1b526f;var _0x1ce230=_0x2a5ed2[_0x4802c2(0x254)]();_0x1ce230[_0x4802c2(0x5b5)]=_0x1ce230[_0x4802c2(0x254)]({'processBlock':function(_0x192645,_0x23e989){const _0x377575=_0x4802c2;var _0x1ef29b=this[_0x377575(0x2ee)],_0x4c3ee1=_0x1ef29b[_0x377575(0x60a)];_0x3d287c[_0x377575(0x38f)](this,_0x192645,_0x23e989,_0x4c3ee1),_0x1ef29b[_0x377575(0x1fd)](_0x192645,_0x23e989),this['_prevBlock']=_0x192645[_0x377575(0x29a)](_0x23e989,_0x23e989+_0x4c3ee1);}}),_0x1ce230[_0x4802c2(0x2c6)]=_0x1ce230['extend']({'processBlock':function(_0x1d232b,_0x209ccb){const _0x2c52fd=_0x4802c2;var _0x64c861=this[_0x2c52fd(0x2ee)],_0x16fffd=_0x64c861[_0x2c52fd(0x60a)],_0x2631f6=_0x1d232b[_0x2c52fd(0x29a)](_0x209ccb,_0x209ccb+_0x16fffd);_0x64c861[_0x2c52fd(0x5dd)](_0x1d232b,_0x209ccb),_0x3d287c[_0x2c52fd(0x38f)](this,_0x1d232b,_0x209ccb,_0x16fffd),this[_0x2c52fd(0x4fa)]=_0x2631f6;}});function _0x3d287c(_0x3a68a4,_0x4cc0a3,_0x49e8c6){const _0x4a9e62=_0x4802c2;var _0x3bd121,_0x1714e8=this[_0x4a9e62(0x5e6)];_0x1714e8?(_0x3bd121=_0x1714e8,this[_0x4a9e62(0x5e6)]=_0x55166f):_0x3bd121=this['_prevBlock'];for(var _0x5db04f=0x0;_0x5db04f<_0x49e8c6;_0x5db04f++)_0x3a68a4[_0x4cc0a3+_0x5db04f]^=_0x3bd121[_0x5db04f];}return _0x1ce230;}()),_0x447731=_0xb41595[_0x1b526f(0x223)]={},_0x5756ca=_0x447731['Pkcs7']={'pad':function(_0x31a68e,_0x97f450){const _0x2a6ab2=_0x1b526f;for(var _0x3fa0f9=_0x97f450*0x4,_0xb3992b=_0x3fa0f9-_0x31a68e['sigBytes']%_0x3fa0f9,_0x3f4999=_0xb3992b<<0x18|_0xb3992b<<0x10|_0xb3992b<<0x8|_0xb3992b,_0x128286=[],_0x48965c=0x0;_0x48965c<_0xb3992b;_0x48965c+=0x4)_0x128286[_0x2a6ab2(0x498)](_0x3f4999);var _0x3815b8=_0x3b4c8f[_0x2a6ab2(0x5e4)](_0x128286,_0xb3992b);_0x31a68e['concat'](_0x3815b8);},'unpad':function(_0x1c9c69){const _0x26c6fd=_0x1b526f;var _0x98e7ba=_0x1c9c69[_0x26c6fd(0x362)][_0x1c9c69['sigBytes']-0x1>>>0x2]&0xff;_0x1c9c69['sigBytes']-=_0x98e7ba;}};_0x77c19d[_0x1b526f(0x4a1)]=_0x350c82[_0x1b526f(0x254)]({'cfg':_0x350c82['cfg'][_0x1b526f(0x254)]({'mode':_0x489897,'padding':_0x5756ca}),'reset':function(){const _0x5dd629=_0x1b526f;var _0x35f092;_0x350c82[_0x5dd629(0x4c0)][_0x5dd629(0x38f)](this);var _0x1aacb8=this['cfg'],_0x22593d=_0x1aacb8['iv'],_0x49793a=_0x1aacb8['mode'];this[_0x5dd629(0x5d7)]==this[_0x5dd629(0x4bb)]?_0x35f092=_0x49793a[_0x5dd629(0x27c)]:(_0x35f092=_0x49793a['createDecryptor'],this[_0x5dd629(0x45a)]=0x1),this[_0x5dd629(0x547)]&&this['_mode'][_0x5dd629(0x48d)]==_0x35f092?this[_0x5dd629(0x547)][_0x5dd629(0x524)](this,_0x22593d&&_0x22593d[_0x5dd629(0x362)]):(this[_0x5dd629(0x547)]=_0x35f092[_0x5dd629(0x38f)](_0x49793a,this,_0x22593d&&_0x22593d['words']),this['_mode']['__creator']=_0x35f092);},'_doProcessBlock':function(_0x2dce33,_0x21e45a){const _0x9b8c28=_0x1b526f;this[_0x9b8c28(0x547)]['processBlock'](_0x2dce33,_0x21e45a);},'_doFinalize':function(){const _0x65886a=_0x1b526f;var _0x27c83c,_0x169bef=this[_0x65886a(0x2a2)][_0x65886a(0x4e1)];return this[_0x65886a(0x5d7)]==this[_0x65886a(0x4bb)]?(_0x169bef[_0x65886a(0x223)](this['_data'],this[_0x65886a(0x60a)]),_0x27c83c=this[_0x65886a(0x3f6)](!0x0)):(_0x27c83c=this[_0x65886a(0x3f6)](!0x0),_0x169bef[_0x65886a(0x4ed)](_0x27c83c)),_0x27c83c;},'blockSize':0x80/0x20});var _0xd86205=_0x77c19d[_0x1b526f(0x610)]=_0x1684fe[_0x1b526f(0x254)]({'init':function(_0x328854){const _0x62f07c=_0x1b526f;this[_0x62f07c(0x5bc)](_0x328854);},'toString':function(_0xc16712){const _0x1fd13a=_0x1b526f;return(_0xc16712||this[_0x1fd13a(0x428)])[_0x1fd13a(0x45c)](this);}}),_0x196770=_0xb41595['format']={},_0x59cb5d=_0x196770['OpenSSL']={'stringify':function(_0x59ce8c){const _0x19db42=_0x1b526f;var _0x4ec5fe,_0x57a886=_0x59ce8c[_0x19db42(0x59a)],_0x5197fe=_0x59ce8c[_0x19db42(0x37e)];return _0x5197fe?_0x4ec5fe=_0x3b4c8f[_0x19db42(0x5e4)]([0x53616c74,0x65645f5f])[_0x19db42(0x2dd)](_0x5197fe)[_0x19db42(0x2dd)](_0x57a886):_0x4ec5fe=_0x57a886,_0x4ec5fe['toString'](_0x13311e);},'parse':function(_0x148016){const _0x35eec1=_0x1b526f;var _0x294a02,_0x4896dc=_0x13311e[_0x35eec1(0x618)](_0x148016),_0x5f1a2c=_0x4896dc['words'];return _0x5f1a2c[0x0]==0x53616c74&&_0x5f1a2c[0x1]==0x65645f5f&&(_0x294a02=_0x3b4c8f['create'](_0x5f1a2c[_0x35eec1(0x29a)](0x2,0x4)),_0x5f1a2c[_0x35eec1(0x419)](0x0,0x4),_0x4896dc['sigBytes']-=0x10),_0xd86205['create']({'ciphertext':_0x4896dc,'salt':_0x294a02});}},_0x1b20aa=_0x77c19d[_0x1b526f(0x24f)]=_0x1684fe[_0x1b526f(0x254)]({'cfg':_0x1684fe[_0x1b526f(0x254)]({'format':_0x59cb5d}),'encrypt':function(_0x55e8ca,_0x3d48c8,_0x311063,_0x127b4f){const _0x524388=_0x1b526f;_0x127b4f=this[_0x524388(0x2a2)][_0x524388(0x254)](_0x127b4f);var _0x3db6a6=_0x55e8ca[_0x524388(0x27c)](_0x311063,_0x127b4f),_0x48e773=_0x3db6a6[_0x524388(0x193)](_0x3d48c8),_0x466940=_0x3db6a6[_0x524388(0x2a2)];return _0xd86205[_0x524388(0x5e4)]({'ciphertext':_0x48e773,'key':_0x311063,'iv':_0x466940['iv'],'algorithm':_0x55e8ca,'mode':_0x466940[_0x524388(0x3e4)],'padding':_0x466940[_0x524388(0x4e1)],'blockSize':_0x55e8ca[_0x524388(0x60a)],'formatter':_0x127b4f[_0x524388(0x4db)]});},'decrypt':function(_0x1e9451,_0x31bcaf,_0x85e5b,_0x345116){const _0x5c1eab=_0x1b526f;_0x345116=this[_0x5c1eab(0x2a2)][_0x5c1eab(0x254)](_0x345116),_0x31bcaf=this[_0x5c1eab(0x298)](_0x31bcaf,_0x345116[_0x5c1eab(0x4db)]);var _0x566ddb=_0x1e9451[_0x5c1eab(0x3c8)](_0x85e5b,_0x345116)[_0x5c1eab(0x193)](_0x31bcaf[_0x5c1eab(0x59a)]);return _0x566ddb;},'_parse':function(_0x5b26da,_0x5cdeda){const _0x31297a=_0x1b526f;return typeof _0x5b26da==_0x31297a(0x5d3)?_0x5cdeda['parse'](_0x5b26da,this):_0x5b26da;}}),_0x173135=_0xb41595['kdf']={},_0x36f3be=_0x173135['OpenSSL']={'execute':function(_0x4c46e0,_0x4808e7,_0x149ce3,_0x6230d2,_0x5ca49a){const _0x27cab3=_0x1b526f;if(_0x6230d2||(_0x6230d2=_0x3b4c8f[_0x27cab3(0x339)](0x40/0x8)),_0x5ca49a)var _0x124dcb=_0x4c5856[_0x27cab3(0x5e4)]({'keySize':_0x4808e7+_0x149ce3,'hasher':_0x5ca49a})[_0x27cab3(0x2b4)](_0x4c46e0,_0x6230d2);else var _0x124dcb=_0x4c5856[_0x27cab3(0x5e4)]({'keySize':_0x4808e7+_0x149ce3})['compute'](_0x4c46e0,_0x6230d2);var _0x12bbbc=_0x3b4c8f[_0x27cab3(0x5e4)](_0x124dcb['words']['slice'](_0x4808e7),_0x149ce3*0x4);return _0x124dcb[_0x27cab3(0x330)]=_0x4808e7*0x4,_0xd86205['create']({'key':_0x124dcb,'iv':_0x12bbbc,'salt':_0x6230d2});}},_0x5cd516=_0x77c19d[_0x1b526f(0x32e)]=_0x1b20aa[_0x1b526f(0x254)]({'cfg':_0x1b20aa[_0x1b526f(0x2a2)][_0x1b526f(0x254)]({'kdf':_0x36f3be}),'encrypt':function(_0x1cbbe6,_0x311a5c,_0x316229,_0x4afc94){const _0x28a042=_0x1b526f;_0x4afc94=this['cfg'][_0x28a042(0x254)](_0x4afc94);var _0x41cf26=_0x4afc94[_0x28a042(0x31e)]['execute'](_0x316229,_0x1cbbe6[_0x28a042(0x5cc)],_0x1cbbe6[_0x28a042(0x5e0)],_0x4afc94[_0x28a042(0x37e)],_0x4afc94['hasher']);_0x4afc94['iv']=_0x41cf26['iv'];var _0x2328ea=_0x1b20aa[_0x28a042(0x377)][_0x28a042(0x38f)](this,_0x1cbbe6,_0x311a5c,_0x41cf26[_0x28a042(0x424)],_0x4afc94);return _0x2328ea[_0x28a042(0x5bc)](_0x41cf26),_0x2328ea;},'decrypt':function(_0x532336,_0x53add8,_0x4455dd,_0x5b739e){const _0x38d054=_0x1b526f;_0x5b739e=this['cfg'][_0x38d054(0x254)](_0x5b739e),_0x53add8=this[_0x38d054(0x298)](_0x53add8,_0x5b739e[_0x38d054(0x4db)]);var _0x4a8e5b=_0x5b739e[_0x38d054(0x31e)][_0x38d054(0x1eb)](_0x4455dd,_0x532336['keySize'],_0x532336['ivSize'],_0x53add8[_0x38d054(0x37e)],_0x5b739e[_0x38d054(0x449)]);_0x5b739e['iv']=_0x4a8e5b['iv'];var _0x3dbd91=_0x1b20aa[_0x38d054(0x38e)]['call'](this,_0x532336,_0x53add8,_0x4a8e5b[_0x38d054(0x424)],_0x5b739e);return _0x3dbd91;}});}();}));}(_0x830919)),_0x830919[_0x1fdaf5(0x301)];}(function(_0x2c4702,_0x223116){(function(_0x159caa,_0x2a2c7c,_0x5cd345){const _0x5d63a8=_0x5149;_0x2c4702[_0x5d63a8(0x301)]=_0x2a2c7c(_0x16d707(),_0x32b7de(),_0x19b5e8(),_0x27006e(),_0x5434a3());}(_0x5bc683,function(_0x51eddc){return(function(){const _0x44d05d=_0x5149;var _0x137ef8=_0x51eddc,_0x188fb9=_0x137ef8[_0x44d05d(0x230)],_0x35cc6f=_0x188fb9[_0x44d05d(0x4a1)],_0x5f07ad=_0x137ef8[_0x44d05d(0x5f1)],_0x16fb24=[],_0x52ce26=[],_0x3eb56c=[],_0x503f42=[],_0x340139=[],_0xaef2a3=[],_0x280e6c=[],_0x3bb0ed=[],_0xd3a82=[],_0x406da2=[];(function(){for(var _0xed792=[],_0x1f2b11=0x0;_0x1f2b11<0x100;_0x1f2b11++)_0x1f2b11<0x80?_0xed792[_0x1f2b11]=_0x1f2b11<<0x1:_0xed792[_0x1f2b11]=_0x1f2b11<<0x1^0x11b;for(var _0x79e55d=0x0,_0x5a21ab=0x0,_0x1f2b11=0x0;_0x1f2b11<0x100;_0x1f2b11++){var _0x185201=_0x5a21ab^_0x5a21ab<<0x1^_0x5a21ab<<0x2^_0x5a21ab<<0x3^_0x5a21ab<<0x4;_0x185201=_0x185201>>>0x8^_0x185201&0xff^0x63,_0x16fb24[_0x79e55d]=_0x185201,_0x52ce26[_0x185201]=_0x79e55d;var _0x18a0a0=_0xed792[_0x79e55d],_0xd03985=_0xed792[_0x18a0a0],_0x3c49ca=_0xed792[_0xd03985],_0x1a0c98=_0xed792[_0x185201]*0x101^_0x185201*0x1010100;_0x3eb56c[_0x79e55d]=_0x1a0c98<<0x18|_0x1a0c98>>>0x8,_0x503f42[_0x79e55d]=_0x1a0c98<<0x10|_0x1a0c98>>>0x10,_0x340139[_0x79e55d]=_0x1a0c98<<0x8|_0x1a0c98>>>0x18,_0xaef2a3[_0x79e55d]=_0x1a0c98;var _0x1a0c98=_0x3c49ca*0x1010101^_0xd03985*0x10001^_0x18a0a0*0x101^_0x79e55d*0x1010100;_0x280e6c[_0x185201]=_0x1a0c98<<0x18|_0x1a0c98>>>0x8,_0x3bb0ed[_0x185201]=_0x1a0c98<<0x10|_0x1a0c98>>>0x10,_0xd3a82[_0x185201]=_0x1a0c98<<0x8|_0x1a0c98>>>0x18,_0x406da2[_0x185201]=_0x1a0c98,_0x79e55d?(_0x79e55d=_0x18a0a0^_0xed792[_0xed792[_0xed792[_0x3c49ca^_0x18a0a0]]],_0x5a21ab^=_0xed792[_0xed792[_0x5a21ab]]):_0x79e55d=_0x5a21ab=0x1;}}());var _0x3e7fea=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x31f4a6=_0x5f07ad[_0x44d05d(0x2d8)]=_0x35cc6f['extend']({'_doReset':function(){const _0x463b53=_0x44d05d;var _0x14a0d9;if(!(this[_0x463b53(0x61f)]&&this[_0x463b53(0x4b0)]===this[_0x463b53(0x4be)])){for(var _0x589ee7=this['_keyPriorReset']=this[_0x463b53(0x4be)],_0x5bcf78=_0x589ee7[_0x463b53(0x362)],_0x2ed559=_0x589ee7['sigBytes']/0x4,_0x2d7c91=this['_nRounds']=_0x2ed559+0x6,_0x331285=(_0x2d7c91+0x1)*0x4,_0x4313b7=this['_keySchedule']=[],_0x453d57=0x0;_0x453d57<_0x331285;_0x453d57++)_0x453d57<_0x2ed559?_0x4313b7[_0x453d57]=_0x5bcf78[_0x453d57]:(_0x14a0d9=_0x4313b7[_0x453d57-0x1],_0x453d57%_0x2ed559?_0x2ed559>0x6&&_0x453d57%_0x2ed559==0x4&&(_0x14a0d9=_0x16fb24[_0x14a0d9>>>0x18]<<0x18|_0x16fb24[_0x14a0d9>>>0x10&0xff]<<0x10|_0x16fb24[_0x14a0d9>>>0x8&0xff]<<0x8|_0x16fb24[_0x14a0d9&0xff]):(_0x14a0d9=_0x14a0d9<<0x8|_0x14a0d9>>>0x18,_0x14a0d9=_0x16fb24[_0x14a0d9>>>0x18]<<0x18|_0x16fb24[_0x14a0d9>>>0x10&0xff]<<0x10|_0x16fb24[_0x14a0d9>>>0x8&0xff]<<0x8|_0x16fb24[_0x14a0d9&0xff],_0x14a0d9^=_0x3e7fea[_0x453d57/_0x2ed559|0x0]<<0x18),_0x4313b7[_0x453d57]=_0x4313b7[_0x453d57-_0x2ed559]^_0x14a0d9);for(var _0x548d32=this[_0x463b53(0x231)]=[],_0x19b410=0x0;_0x19b410<_0x331285;_0x19b410++){var _0x453d57=_0x331285-_0x19b410;if(_0x19b410%0x4)var _0x14a0d9=_0x4313b7[_0x453d57];else var _0x14a0d9=_0x4313b7[_0x453d57-0x4];_0x19b410<0x4||_0x453d57<=0x4?_0x548d32[_0x19b410]=_0x14a0d9:_0x548d32[_0x19b410]=_0x280e6c[_0x16fb24[_0x14a0d9>>>0x18]]^_0x3bb0ed[_0x16fb24[_0x14a0d9>>>0x10&0xff]]^_0xd3a82[_0x16fb24[_0x14a0d9>>>0x8&0xff]]^_0x406da2[_0x16fb24[_0x14a0d9&0xff]];}}},'encryptBlock':function(_0x5d3227,_0xed4cd3){const _0x3bf96f=_0x44d05d;this[_0x3bf96f(0x3b0)](_0x5d3227,_0xed4cd3,this[_0x3bf96f(0x33c)],_0x3eb56c,_0x503f42,_0x340139,_0xaef2a3,_0x16fb24);},'decryptBlock':function(_0x96fee5,_0x399d49){const _0x156d81=_0x44d05d;var _0x17ca68=_0x96fee5[_0x399d49+0x1];_0x96fee5[_0x399d49+0x1]=_0x96fee5[_0x399d49+0x3],_0x96fee5[_0x399d49+0x3]=_0x17ca68,this[_0x156d81(0x3b0)](_0x96fee5,_0x399d49,this[_0x156d81(0x231)],_0x280e6c,_0x3bb0ed,_0xd3a82,_0x406da2,_0x52ce26);var _0x17ca68=_0x96fee5[_0x399d49+0x1];_0x96fee5[_0x399d49+0x1]=_0x96fee5[_0x399d49+0x3],_0x96fee5[_0x399d49+0x3]=_0x17ca68;},'_doCryptBlock':function(_0x3b2558,_0x42e6e1,_0x33a12f,_0x330540,_0x407d7a,_0x49e233,_0x112374,_0x38e15b){const _0x2e78b5=_0x44d05d;for(var _0x4bbef9=this[_0x2e78b5(0x61f)],_0x2fe98a=_0x3b2558[_0x42e6e1]^_0x33a12f[0x0],_0x40d09b=_0x3b2558[_0x42e6e1+0x1]^_0x33a12f[0x1],_0x5cf8a9=_0x3b2558[_0x42e6e1+0x2]^_0x33a12f[0x2],_0x5a8e65=_0x3b2558[_0x42e6e1+0x3]^_0x33a12f[0x3],_0x353298=0x4,_0x4001f0=0x1;_0x4001f0<_0x4bbef9;_0x4001f0++){var _0x473745=_0x330540[_0x2fe98a>>>0x18]^_0x407d7a[_0x40d09b>>>0x10&0xff]^_0x49e233[_0x5cf8a9>>>0x8&0xff]^_0x112374[_0x5a8e65&0xff]^_0x33a12f[_0x353298++],_0x58a947=_0x330540[_0x40d09b>>>0x18]^_0x407d7a[_0x5cf8a9>>>0x10&0xff]^_0x49e233[_0x5a8e65>>>0x8&0xff]^_0x112374[_0x2fe98a&0xff]^_0x33a12f[_0x353298++],_0x1d1491=_0x330540[_0x5cf8a9>>>0x18]^_0x407d7a[_0x5a8e65>>>0x10&0xff]^_0x49e233[_0x2fe98a>>>0x8&0xff]^_0x112374[_0x40d09b&0xff]^_0x33a12f[_0x353298++],_0x56d011=_0x330540[_0x5a8e65>>>0x18]^_0x407d7a[_0x2fe98a>>>0x10&0xff]^_0x49e233[_0x40d09b>>>0x8&0xff]^_0x112374[_0x5cf8a9&0xff]^_0x33a12f[_0x353298++];_0x2fe98a=_0x473745,_0x40d09b=_0x58a947,_0x5cf8a9=_0x1d1491,_0x5a8e65=_0x56d011;}var _0x473745=(_0x38e15b[_0x2fe98a>>>0x18]<<0x18|_0x38e15b[_0x40d09b>>>0x10&0xff]<<0x10|_0x38e15b[_0x5cf8a9>>>0x8&0xff]<<0x8|_0x38e15b[_0x5a8e65&0xff])^_0x33a12f[_0x353298++],_0x58a947=(_0x38e15b[_0x40d09b>>>0x18]<<0x18|_0x38e15b[_0x5cf8a9>>>0x10&0xff]<<0x10|_0x38e15b[_0x5a8e65>>>0x8&0xff]<<0x8|_0x38e15b[_0x2fe98a&0xff])^_0x33a12f[_0x353298++],_0x1d1491=(_0x38e15b[_0x5cf8a9>>>0x18]<<0x18|_0x38e15b[_0x5a8e65>>>0x10&0xff]<<0x10|_0x38e15b[_0x2fe98a>>>0x8&0xff]<<0x8|_0x38e15b[_0x40d09b&0xff])^_0x33a12f[_0x353298++],_0x56d011=(_0x38e15b[_0x5a8e65>>>0x18]<<0x18|_0x38e15b[_0x2fe98a>>>0x10&0xff]<<0x10|_0x38e15b[_0x40d09b>>>0x8&0xff]<<0x8|_0x38e15b[_0x5cf8a9&0xff])^_0x33a12f[_0x353298++];_0x3b2558[_0x42e6e1]=_0x473745,_0x3b2558[_0x42e6e1+0x1]=_0x58a947,_0x3b2558[_0x42e6e1+0x2]=_0x1d1491,_0x3b2558[_0x42e6e1+0x3]=_0x56d011;},'keySize':0x100/0x20});_0x137ef8['AES']=_0x35cc6f[_0x44d05d(0x338)](_0x31f4a6);}()),_0x51eddc['AES'];}));}(_0x3bf244));var _0xba2615=_0x3bf244['exports'];const _0x41205e=_0x2c64cc(_0xba2615);var _0x34b9fe=_0x32b7de();const _0x3dcd6a=_0x2c64cc(_0x34b9fe);var _0x31cce9={'exports':{}};(function(_0x576f88,_0x505563){(function(_0x411d94,_0x45dd58){_0x576f88['exports']=_0x45dd58(_0x16d707());}(_0x5bc683,function(_0x91850f){const _0x4e5383=_0x5149;return _0x91850f[_0x4e5383(0x189)]['Utf8'];}));}(_0x31cce9));var _0x3fbb9d=_0x31cce9[_0x5ec49c(0x301)];const _0x4c1bcc=_0x2c64cc(_0x3fbb9d);var _0x4be11a={'exports':{}};(function(_0x39f1a3,_0x164693){(function(_0x2679e1,_0x290b41){const _0x318760=_0x5149;_0x39f1a3[_0x318760(0x301)]=_0x290b41(_0x16d707());}(_0x5bc683,function(_0x2f3acb){const _0x4b218a=_0x5149;return(function(){const _0x5332bc=_0x5149;if(typeof ArrayBuffer=='function'){var _0x517862=_0x2f3acb,_0x138400=_0x517862[_0x5332bc(0x230)],_0x516b53=_0x138400[_0x5332bc(0x366)],_0x3e3c3e=_0x516b53[_0x5332bc(0x524)],_0x304fd0=_0x516b53[_0x5332bc(0x524)]=function(_0x561662){const _0x4f3387=_0x5332bc;if(_0x561662 instanceof ArrayBuffer&&(_0x561662=new Uint8Array(_0x561662)),(_0x561662 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x561662 instanceof Uint8ClampedArray||_0x561662 instanceof Int16Array||_0x561662 instanceof Uint16Array||_0x561662 instanceof Int32Array||_0x561662 instanceof Uint32Array||_0x561662 instanceof Float32Array||_0x561662 instanceof Float64Array)&&(_0x561662=new Uint8Array(_0x561662[_0x4f3387(0x5f6)],_0x561662[_0x4f3387(0x28e)],_0x561662[_0x4f3387(0x258)])),_0x561662 instanceof Uint8Array){for(var _0x3874ab=_0x561662[_0x4f3387(0x258)],_0x46eba5=[],_0xd6f19a=0x0;_0xd6f19a<_0x3874ab;_0xd6f19a++)_0x46eba5[_0xd6f19a>>>0x2]|=_0x561662[_0xd6f19a]<<0x18-_0xd6f19a%0x4*0x8;_0x3e3c3e[_0x4f3387(0x38f)](this,_0x46eba5,_0x3874ab);}else _0x3e3c3e[_0x4f3387(0x286)](this,arguments);};_0x304fd0[_0x5332bc(0x40e)]=_0x516b53;}}()),_0x2f3acb[_0x4b218a(0x230)][_0x4b218a(0x366)];}));}(_0x4be11a));var _0x4d7a52=_0x4be11a['exports'];const _0xc3e69e=_0x2c64cc(_0x4d7a52);var _0x8f9400={'exports':{}};(function(_0x37ff27,_0x30b729){(function(_0x496b12,_0x3fe86e,_0x1a1720){const _0x4741ea=_0x5149;_0x37ff27[_0x4741ea(0x301)]=_0x3fe86e(_0x16d707(),_0x5434a3());}(_0x5bc683,function(_0x43886c){const _0x598c6b=_0x5149;return _0x43886c[_0x598c6b(0x223)][_0x598c6b(0x61a)]={'pad':function(){},'unpad':function(){}},_0x43886c['pad'][_0x598c6b(0x61a)];}));}(_0x8f9400));var _0x1d08be=_0x8f9400[_0x5ec49c(0x301)];const _0x4bbbc9=_0x2c64cc(_0x1d08be);function _0x449011(_0xfed00b,_0x3d71ff){const _0x4a96db=_0x5ec49c,_0x49b483=_0x3d71ff-_0xfed00b[_0x4a96db(0x4dc)]%_0x3d71ff,_0x3d7270=String['fromCharCode'](_0x49b483)[_0x4a96db(0x38a)](_0x49b483);return _0xfed00b+_0x3d7270;}function _0x494f0e(_0x2e1f9b,_0x484f3b){const _0x13e0b0=_0x5ec49c,_0x5f33b9=_0xc3e69e[_0x13e0b0(0x339)](0x10),_0x3eb32c=_0x449011(_0x2e1f9b,0x10),_0x5e184f=_0x41205e[_0x13e0b0(0x377)](_0x4c1bcc[_0x13e0b0(0x618)](_0x3eb32c),_0x3dcd6a[_0x13e0b0(0x618)](_0x484f3b),{'iv':_0x5f33b9,'padding':_0x4bbbc9});return _0x5f33b9[_0x13e0b0(0x2dd)](_0x5e184f['ciphertext'])[_0x13e0b0(0x4ec)](_0x3dcd6a);}function _0xf27c5d(){const _0x2867e6=_0x5ec49c,_0x554c7c=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)[_0x2867e6(0x550)];if(_0x554c7c){const _0x43c3be={'time':Math[_0x2867e6(0x2cb)](Date[_0x2867e6(0x1b6)]()/0x3e8),'domain':location['hostname']};return _0x494f0e(JSON[_0x2867e6(0x45c)](_0x43c3be),_0x554c7c);}}var _0xe413ea=Object[_0x5ec49c(0x354)],_0x525f96=Object['getOwnPropertyDescriptor'],_0x579bd7=(_0x1b411e,_0x45ec6c,_0x12b122,_0xc6ba80)=>{const _0x3e873b=_0x5ec49c;for(var _0x2c190d=_0xc6ba80>0x1?void 0x0:_0xc6ba80?_0x525f96(_0x45ec6c,_0x12b122):_0x45ec6c,_0x3eac65=_0x1b411e[_0x3e873b(0x4dc)]-0x1,_0x461937;_0x3eac65>=0x0;_0x3eac65--)(_0x461937=_0x1b411e[_0x3eac65])&&(_0x2c190d=(_0xc6ba80?_0x461937(_0x45ec6c,_0x12b122,_0x2c190d):_0x461937(_0x2c190d))||_0x2c190d);return _0xc6ba80&&_0x2c190d&&_0xe413ea(_0x45ec6c,_0x12b122,_0x2c190d),_0x2c190d;},_0x4028b8=(_0x104852,_0x505b29)=>(_0x5bef98,_0x5e8475)=>_0x505b29(_0x5bef98,_0x5e8475,_0x104852);let _0x31391a=class{constructor(_0x21000c){const _0x2e34e9=_0x5ec49c;this['_httpService']=_0x21000c,this[_0x2e34e9(0x31b)]();}['_initRequestHeader'](){this['_httpService']['registerHTTPInterceptor']({'interceptor':(_0xf492a0,_0x3719a1)=>{const _0x4af82a=_0x5149,_0x4078aa=_0xf492a0['headers'],_0x5241af=_0xf27c5d();return _0x5241af&&_0x4078aa[_0x4af82a(0x2ea)](_0x4af82a(0x620),_0x5241af),_0x3719a1(_0xf492a0);}});}};_0x31391a=_0x579bd7([_0x4028b8(0x0,_0x3f82c6[_0x5ec49c(0x476)](_0x37b62d['HTTPService']))],_0x31391a);var _0x2e310f=Object[_0x5ec49c(0x354)],_0x5a130a=Object['getOwnPropertyDescriptor'],_0x549c01=(_0x29d1e8,_0x7abaa,_0x255c2e,_0xb68266)=>{const _0x56f72a=_0x5ec49c;for(var _0x434bad=_0xb68266>0x1?void 0x0:_0xb68266?_0x5a130a(_0x7abaa,_0x255c2e):_0x7abaa,_0x216198=_0x29d1e8[_0x56f72a(0x4dc)]-0x1,_0x80f525;_0x216198>=0x0;_0x216198--)(_0x80f525=_0x29d1e8[_0x216198])&&(_0x434bad=(_0xb68266?_0x80f525(_0x7abaa,_0x255c2e,_0x434bad):_0x80f525(_0x434bad))||_0x434bad);return _0xb68266&&_0x434bad&&_0x2e310f(_0x7abaa,_0x255c2e,_0x434bad),_0x434bad;},_0x3b137c=(_0x4861a3,_0x64cb74)=>(_0x583f40,_0x42bf77)=>_0x64cb74(_0x583f40,_0x42bf77,_0x4861a3);const _0x41e439=[_0x5ec49c(0x579),_0x5ec49c(0x36f),_0x5ec49c(0x226),_0x5ec49c(0x4c7),'image/bmp'],_0x549532=0x5*0x400*0x400,_0x33c44f=_0x5ec49c(0x588),_0x5279f6=_0x5ec49c(0x282),_0x44136d=_0x5ec49c(0x1e1),_0x2209d4='/universer-api/file/{fileID}/sign-url';_0x395259[_0x5ec49c(0x1a3)]=class{constructor(_0x4b99bf,_0x22d117,_0xb94715){const _0x1e5722=_0x5ec49c;_0x133daf(this,_0x1e5722(0x52d),0x0),_0x133daf(this,_0x1e5722(0x4e3),new _0x3b9434[(_0x1e5722(0x2fe))]()),_0x133daf(this,_0x1e5722(0x597),this[_0x1e5722(0x4e3)]),_0x133daf(this,_0x1e5722(0x5b6),new Map()),(this[_0x1e5722(0x36b)]=_0x4b99bf,this['_configService']=_0x22d117,this[_0x1e5722(0x506)]=_0xb94715);}[_0x5ec49c(0x4e8)](_0x2eada5){const _0xdc29b5=_0x5ec49c;this[_0xdc29b5(0x52d)]=_0x2eada5,this[_0xdc29b5(0x4e3)][_0xdc29b5(0x4ab)](_0x2eada5);}[_0x5ec49c(0x5dc)](_0x407706,_0x3d60ac){const _0x181df9=_0x5ec49c;if(_0x3d60ac===_0x49906a['ImageSourceType'][_0x181df9(0x2e4)]){const _0x799738=new Image();return _0x799738[_0x181df9(0x39e)]=_0x407706,_0x799738;}return this[_0x181df9(0x5b6)]['get'](_0x407706);}[_0x5ec49c(0x536)](_0x32e82f,_0x2f668c,_0x1fce1d){const _0x15084a=_0x5ec49c;_0x2f668c===_0x49906a[_0x15084a(0x24c)]['BASE64']||_0x1fce1d==null||this['_imageSourceCache'][_0x15084a(0x2ea)](_0x32e82f,_0x1fce1d);}async['getImage'](_0x2b77d2){const _0x2b7af6=_0x5ec49c;try{const _0x1861da=this['_replaceFileID'](this['_getSignURL'](),''+_0x2b77d2),_0x415929=(await this[_0x2b7af6(0x36b)][_0x2b7af6(0x555)](_0x1861da))['body'];if(_0x415929[_0x2b7af6(0x2a4)]&&_0x415929['error']['code']===_0x3b7552['OK']){const _0x380216=new URL(_0x415929[_0x2b7af6(0x4d7)],this[_0x2b7af6(0x243)]())[_0x2b7af6(0x4ec)]();return Promise[_0x2b7af6(0x20b)](_0x380216);}return Promise[_0x2b7af6(0x325)](_0x415929[_0x2b7af6(0x2a4)]);}catch(_0x525447){return Promise[_0x2b7af6(0x325)](_0x525447);}}async['saveImage'](_0x56152f){const _0x3bc5a4=_0x5ec49c;let _0x5aca17='';if(!_0x41e439['includes'](_0x56152f[_0x3bc5a4(0x584)]))return this[_0x3bc5a4(0x587)](),Promise[_0x3bc5a4(0x325)](new Error(_0x49906a[_0x3bc5a4(0x5a8)][_0x3bc5a4(0x4bc)]));if(_0x56152f[_0x3bc5a4(0x328)]>_0x549532)return this[_0x3bc5a4(0x587)](),Promise[_0x3bc5a4(0x325)](new Error(_0x49906a[_0x3bc5a4(0x5a8)][_0x3bc5a4(0x294)]));try{const _0x589a8a=new FormData();_0x589a8a[_0x3bc5a4(0x355)](_0x3bc5a4(0x4d0),_0x56152f);const _0xdf5423=this['_univerInstanceService'][_0x3bc5a4(0x5ce)](),_0x2624d3=_0xdf5423==null?void 0x0:_0xdf5423[_0x3bc5a4(0x278)]();if(!_0x2624d3)throw new Error(_0x3bc5a4(0x218));const _0x5a8fcb=this[_0x3bc5a4(0x54a)]()+'?size='+_0x56152f[_0x3bc5a4(0x328)][_0x3bc5a4(0x4ec)]()+_0x3bc5a4(0x24e)+_0x3a736f[_0x3bc5a4(0x39d)]+'&assign='+encodeURIComponent(_0x2624d3),_0x4fa11c=await(await fetch(_0x5a8fcb,{'method':'POST','body':_0x589a8a}))[_0x3bc5a4(0x5e1)]();if(typeof _0x4fa11c[_0x3bc5a4(0x4ff)]!='string')return this['_decreaseWaiting'](),Promise[_0x3bc5a4(0x325)](new Error(_0x49906a['ImageUploadStatusType'][_0x3bc5a4(0x3e3)]));_0x5aca17=_0x4fa11c['FileId'];}catch{return this[_0x3bc5a4(0x587)](),Promise['reject'](new Error(_0x49906a[_0x3bc5a4(0x5a8)]['ERROR_IMAGE']));}return new Promise((_0x159b83,_0x2cfb25)=>{const _0x29b7da=_0x3bc5a4,_0x30b70a=new FileReader();_0x30b70a['readAsDataURL'](_0x56152f),_0x30b70a[_0x29b7da(0x4a0)]=_0x50ee83=>{const _0x377366=_0x29b7da;var _0x317579;const _0x156fa4=(_0x317579=_0x50ee83[_0x377366(0x1f8)])==null?void 0x0:_0x317579[_0x377366(0x442)];if(_0x156fa4==null){this[_0x377366(0x587)](),_0x2cfb25(new Error(_0x49906a['ImageUploadStatusType'][_0x377366(0x3e3)]));return;}const _0x5b86d8=_0x3f82c6[_0x377366(0x30b)][_0x377366(0x51f)](0x6);_0x159b83({'imageId':_0x5b86d8,'imageSourceType':_0x49906a[_0x377366(0x24c)]['UUID'],'source':_0x5aca17,'base64Cache':_0x156fa4,'status':_0x49906a['ImageUploadStatusType'][_0x377366(0x42a)]}),this[_0x377366(0x587)]();};});}[_0x5ec49c(0x54a)](){const _0x363cb5=_0x5ec49c;var _0x53a0a9,_0x48403c;const _0x2e8b6e=this[_0x363cb5(0x206)][_0x363cb5(0x2eb)](_0x33c44f),_0x140ac7=this[_0x363cb5(0x206)]['getConfig'](_0x15906c);return(_0x48403c=(_0x53a0a9=_0x140ac7==null?void 0x0:_0x140ac7[_0x363cb5(0x5a6)])!=null?_0x53a0a9:_0x2e8b6e)!=null?_0x48403c:_0x5279f6;}['_getSignURL'](){const _0x103660=_0x5ec49c;var _0x277bc4,_0x5bb2bb;const _0x2162a1=this[_0x103660(0x206)][_0x103660(0x2eb)](_0x44136d),_0x5cb1a9=this[_0x103660(0x206)][_0x103660(0x2eb)](_0x15906c);return(_0x5bb2bb=(_0x277bc4=_0x5cb1a9==null?void 0x0:_0x5cb1a9['signUrlServerUrl'])!=null?_0x277bc4:_0x2162a1)!=null?_0x5bb2bb:_0x2209d4;}['_getDownloadEndpointURL'](){const _0x2c4cc3=_0x5ec49c;var _0x1e3e65;const _0x2cd1e1=this[_0x2c4cc3(0x206)]['getConfig'](_0x15906c);return(_0x1e3e65=_0x2cd1e1==null?void 0x0:_0x2cd1e1[_0x2c4cc3(0x609)])!=null?_0x1e3e65:location['origin'];}['_replaceFileID'](_0xd17c88,_0x46b154){const _0x574f67=_0x5ec49c;return _0xd17c88[_0x574f67(0x3bd)](_0x574f67(0x4d5),_0x46b154);}[_0x5ec49c(0x587)](){const _0x3d6061=_0x5ec49c;this[_0x3d6061(0x52d)]-=0x1,this[_0x3d6061(0x4e3)][_0x3d6061(0x4ab)](this['_waitCount']);}},_0x395259['ImageIoService']=_0x549c01([_0x3b137c(0x0,_0x3f82c6[_0x5ec49c(0x476)](_0x37b62d['HTTPService'])),_0x3b137c(0x1,_0x3f82c6[_0x5ec49c(0x2ab)]),_0x3b137c(0x2,_0x3f82c6['Inject'](_0x3f82c6[_0x5ec49c(0x2be)]))],_0x395259[_0x5ec49c(0x1a3)]);var _0x4f2d19=Object[_0x5ec49c(0x354)],_0x25910e=Object[_0x5ec49c(0x209)],_0x3c796d=(_0x2a2e6d,_0x3bfec0,_0x5b5c67,_0x175c25)=>{for(var _0x2f3205=_0x175c25>0x1?void 0x0:_0x175c25?_0x25910e(_0x3bfec0,_0x5b5c67):_0x3bfec0,_0x21ca28=_0x2a2e6d['length']-0x1,_0x3af269;_0x21ca28>=0x0;_0x21ca28--)(_0x3af269=_0x2a2e6d[_0x21ca28])&&(_0x2f3205=(_0x175c25?_0x3af269(_0x3bfec0,_0x5b5c67,_0x2f3205):_0x3af269(_0x2f3205))||_0x2f3205);return _0x175c25&&_0x2f3205&&_0x4f2d19(_0x3bfec0,_0x5b5c67,_0x2f3205),_0x2f3205;},_0x1cd65a=(_0x42d345,_0x5bdf06)=>(_0x1f003d,_0x1bd0cb)=>_0x5bdf06(_0x1f003d,_0x1bd0cb,_0x42d345);let _0x1c59e0=class extends _0x3f82c6['RxDisposable']{constructor(_0xedb057,_0x3f0bc4,_0xa883bf,_0x4e95ef,_0x1f6acb){const _0xfb16e5=_0x5ec49c;super(),this[_0xfb16e5(0x40f)]=_0xedb057,this['_univerInstanceService']=_0x3f0bc4,this[_0xfb16e5(0x22b)]=_0xa883bf,this[_0xfb16e5(0x238)]=_0x4e95ef,this[_0xfb16e5(0x2c0)]=_0x1f6acb,this[_0xfb16e5(0x1ec)](),this[_0xfb16e5(0x5fe)]();}[_0x5ec49c(0x5fe)](){const _0x4eeb47=_0x5ec49c,_0x426294=async _0x5e0240=>{const _0x52afba=_0x5149;(await this[_0x52afba(0x238)][_0x52afba(0x1de)](_0x5e0240))['event$'][_0x52afba(0x19d)](_0x22428e['filter'](_0x5a4d0b=>_0x5a4d0b[_0x52afba(0x41e)]===_0x544d9b[_0x52afba(0x527)][_0x52afba(0x534)]),_0x22428e['takeUntil'](this['dispose$']))[_0x52afba(0x306)](_0x2abbe4=>{const _0xc45dc6=_0x52afba,_0x291f23=_0x2abbe4,{reason:_0x2d652a}=_0x291f23[_0xc45dc6(0x250)];this[_0xc45dc6(0x40f)][_0xc45dc6(0x555)](_0x4fb45d[_0xc45dc6(0x352)])[_0xc45dc6(0x568)]({'type':_0x3c3cb1[_0xc45dc6(0x1bf)][_0xc45dc6(0x605)],'content':this[_0xc45dc6(0x2c0)]['t'](_0xc45dc6(0x521))+'('+_0x2d652a+')'}),this[_0xc45dc6(0x22b)][_0xc45dc6(0x332)](new _0x4b13d3[(_0xc45dc6(0x55d))](_0x5e0240)['id'],!0x1),this[_0xc45dc6(0x238)][_0xc45dc6(0x199)](_0x5e0240);});};_0x3b9434[_0x4eeb47(0x1f5)](this['_univerInstanceService'][_0x4eeb47(0x451)](_0x3f82c6['UniverInstanceType']['UNIVER_SHEET']),this[_0x4eeb47(0x506)][_0x4eeb47(0x451)](_0x3f82c6[_0x4eeb47(0x49f)][_0x4eeb47(0x4a4)]))[_0x4eeb47(0x19d)](_0x22428e[_0x4eeb47(0x2d3)](_0x58e7e1=>_0x58e7e1[_0x4eeb47(0x278)]()),_0x22428e[_0x4eeb47(0x3c7)](_0x3b9735=>!_0x3f82c6['isInternalEditorID'](_0x3b9735)),_0x22428e[_0x4eeb47(0x216)](this[_0x4eeb47(0x1a7)]))[_0x4eeb47(0x306)](_0x13544a=>{_0x426294(_0x13544a);});}['_initUnitPermissionChange'](){const _0x1532d3=_0x5ec49c,_0x161040=async _0x15624f=>{const _0x320a69=_0x5149;(await this['_collaborationSessionService']['requireSession'](_0x15624f))[_0x320a69(0x4f8)][_0x320a69(0x19d)](_0x22428e[_0x320a69(0x3c7)](_0x226416=>_0x226416[_0x320a69(0x41e)]===_0x544d9b['CollaborationEvent']['UPDATE_PERMISSION_OBJ']),_0x22428e[_0x320a69(0x216)](this[_0x320a69(0x1a7)]))[_0x320a69(0x306)](_0x5b6f84=>{const _0x49b9b7=_0x320a69,_0x11068e=_0x5b6f84,{objectId:_0x5b5ca3}=_0x11068e[_0x49b9b7(0x250)],_0x32f19e=this['_injector'][_0x49b9b7(0x555)](_0x5e5119[_0x49b9b7(0x1b0)]);_0x5b5ca3===_0x15624f?_0x32f19e['initWorkbookPermissionChange'](_0x15624f):_0x32f19e[_0x49b9b7(0x5ea)](_0x15624f,_0x5b5ca3);});};_0x3b9434['merge'](this[_0x1532d3(0x506)][_0x1532d3(0x451)](_0x3f82c6[_0x1532d3(0x49f)][_0x1532d3(0x2d4)]),this[_0x1532d3(0x506)]['getTypeOfUnitAdded$'](_0x3f82c6[_0x1532d3(0x49f)][_0x1532d3(0x4a4)]))[_0x1532d3(0x19d)](_0x22428e[_0x1532d3(0x2d3)](_0xc330c7=>_0xc330c7[_0x1532d3(0x278)]()),_0x22428e[_0x1532d3(0x3c7)](_0x63583e=>!_0x3f82c6[_0x1532d3(0x486)](_0x63583e)),_0x22428e['takeUntil'](this[_0x1532d3(0x1a7)]))['subscribe'](_0x31a80e=>{_0x161040(_0x31a80e);});}};_0x1c59e0=_0x3c796d([_0x1cd65a(0x0,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6['Injector'])),_0x1cd65a(0x1,_0x3f82c6[_0x5ec49c(0x2be)]),_0x1cd65a(0x2,_0x3f82c6[_0x5ec49c(0x331)]),_0x1cd65a(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x395259[_0x5ec49c(0x368)])),_0x1cd65a(0x4,_0x3f82c6['Inject'](_0x3f82c6[_0x5ec49c(0x346)]))],_0x1c59e0);var _0x2bceca=Object[_0x5ec49c(0x354)],_0x56448b=Object['getOwnPropertyDescriptor'],_0x3ba953=(_0x430540,_0x1b90c3,_0x2ed014,_0x2bc5ff)=>{const _0x3a4c5c=_0x5ec49c;for(var _0x24b03f=_0x2bc5ff>0x1?void 0x0:_0x2bc5ff?_0x56448b(_0x1b90c3,_0x2ed014):_0x1b90c3,_0x45be55=_0x430540[_0x3a4c5c(0x4dc)]-0x1,_0x1b7f8c;_0x45be55>=0x0;_0x45be55--)(_0x1b7f8c=_0x430540[_0x45be55])&&(_0x24b03f=(_0x2bc5ff?_0x1b7f8c(_0x1b90c3,_0x2ed014,_0x24b03f):_0x1b7f8c(_0x24b03f))||_0x24b03f);return _0x2bc5ff&&_0x24b03f&&_0x2bceca(_0x1b90c3,_0x2ed014,_0x24b03f),_0x24b03f;},_0xaaee2c=(_0x101268,_0x3da7c6)=>(_0x5591ff,_0x115218)=>_0x3da7c6(_0x5591ff,_0x115218,_0x101268);_0x395259[_0x5ec49c(0x518)]=class{constructor(_0x3ab460,_0x33651a){const _0x375649=_0x5ec49c;this[_0x375649(0x206)]=_0x3ab460,this[_0x375649(0x36b)]=_0x33651a;}async[_0x5ec49c(0x327)](_0x16d2ab,_0x4d44e9){const _0x1985c1=_0x5ec49c;var _0x1a3e1c;const {unitID:_0x59fb91,type:_0xd55a6d,revision:_0x402c8d=0x0}=_0x4d44e9,_0x5bc31d=this[_0x1985c1(0x51e)]()+'/'+_0xd55a6d+'/unit/'+_0x59fb91+_0x1985c1(0x205)+_0x402c8d,_0x29bdae=(await this[_0x1985c1(0x36b)]['get'](_0x5bc31d))['body'],_0xe103cb=(_0x1a3e1c=_0x29bdae['snapshot'])==null?void 0x0:_0x1a3e1c[_0x1985c1(0x276)];if(_0xe103cb){const _0x116e12=_0xe103cb==null?void 0x0:_0xe103cb[_0x1985c1(0x26a)],_0x61429a=_0x544d9b[_0x1985c1(0x356)]['encode'](_0x544d9b[_0x1985c1(0x2b6)](_0x116e12));_0xe103cb[_0x1985c1(0x26a)]=_0x61429a,Object['entries'](_0xe103cb[_0x1985c1(0x1a0)])[_0x1985c1(0x23c)](([,_0x13da56])=>{const _0x5562b0=_0x1985c1,_0x583cdb=_0x13da56[_0x5562b0(0x26a)],_0x153a3a=_0x544d9b[_0x5562b0(0x356)]['encode'](_0x544d9b[_0x5562b0(0x2b6)](_0x583cdb));_0x13da56[_0x5562b0(0x26a)]=_0x153a3a;});}return _0x29bdae;}async[_0x5ec49c(0x5fb)](_0x16448f,_0x4f118e){const _0x726b2b=_0x5ec49c,{unitID:_0x55cd87,type:_0x5bbd0d,blockID:_0x1a906f}=_0x4f118e,_0xc5129b=this['_getAPIPrefix']()+'/'+_0x5bbd0d+_0x726b2b(0x1d8)+_0x55cd87+_0x726b2b(0x232)+_0x1a906f;return(await this['_httpService'][_0x726b2b(0x555)](_0xc5129b))[_0x726b2b(0x585)];}async[_0x5ec49c(0x385)](_0xfa09d0,_0x395ad9){const _0x26c113=_0x5ec49c,{unitID:_0x510357,type:_0x15c540,blockID:_0x16bdc1}=_0x395ad9,_0x4874f1=this['_getAPIPrefix']()+_0x26c113(0x232)+_0x15c540+_0x26c113(0x1d8)+_0x510357+'/block/'+_0x16bdc1;return(await this[_0x26c113(0x36b)][_0x26c113(0x555)](_0x4874f1))[_0x26c113(0x585)];}async['fetchMissingChangesets'](_0x413893,_0x4f995f){const _0x2506ec=_0x5ec49c,{unitID:_0x7ad464,type:_0x439fa3,from:_0x10c00c,to:_0x331eb5}=_0x4f995f,_0x4cb6be=this['_getAPIPrefix']()+'/'+_0x439fa3+_0x2506ec(0x1d8)+_0x7ad464+_0x2506ec(0x422)+_0x10c00c+_0x2506ec(0x5d4)+_0x331eb5;return(await this[_0x2506ec(0x36b)][_0x2506ec(0x555)](_0x4cb6be))[_0x2506ec(0x585)];}[_0x5ec49c(0x51e)](){const _0x793e8a=_0x5ec49c;var _0x300564;return(_0x300564=this[_0x793e8a(0x206)][_0x793e8a(0x2eb)](_0x424258))!=null?_0x300564:this[_0x793e8a(0x1be)]();}[_0x5ec49c(0x1be)](){const _0x35acb6=_0x5ec49c;var _0x5f33fb,_0x4fbc7b;const _0x12eded=this[_0x35acb6(0x206)][_0x35acb6(0x2eb)](_0x6297a2),_0x576725=this['_configService'][_0x35acb6(0x2eb)](_0x15906c);return(_0x4fbc7b=(_0x5f33fb=_0x576725==null?void 0x0:_0x576725[_0x35acb6(0x45b)])!=null?_0x5f33fb:_0x12eded)!=null?_0x4fbc7b:_0x2db55e;}async[_0x5ec49c(0x35d)](_0x2a02a3,_0x824301){const _0x36a5bd=_0x5ec49c,_0x19bda7='/universer-api/snapshot/'+_0x824301[_0x36a5bd(0x584)]+_0x36a5bd(0x1d8)+_0x824301[_0x36a5bd(0x4aa)]+'/resources';return(await this[_0x36a5bd(0x36b)]['get'](_0x19bda7,{'params':{'resourceId':JSON['stringify'](_0x824301[_0x36a5bd(0x3df)])}}))[_0x36a5bd(0x585)];}[_0x5ec49c(0x596)](){const _0x12ccbb=_0x5ec49c;throw new Error(_0x12ccbb(0x2a8));}[_0x5ec49c(0x3a8)](){const _0x37d7e7=_0x5ec49c;throw new Error(_0x37d7e7(0x2a8));}[_0x5ec49c(0x608)](){const _0x331eca=_0x5ec49c;throw new Error(_0x331eca(0x2a8));}[_0x5ec49c(0x198)](){const _0x3004b4=_0x5ec49c;throw new Error(_0x3004b4(0x2a8));}[_0x5ec49c(0x2f9)](){const _0x52ee9f=_0x5ec49c;throw new Error(_0x52ee9f(0x2a8));}},_0x395259[_0x5ec49c(0x518)]=_0x3ba953([_0xaaee2c(0x0,_0x3f82c6[_0x5ec49c(0x2ab)]),_0xaaee2c(0x1,_0x3f82c6[_0x5ec49c(0x476)](_0x37b62d[_0x5ec49c(0x492)]))],_0x395259[_0x5ec49c(0x518)]);var _0x2aef8d=Object[_0x5ec49c(0x354)],_0x4a67b3=Object[_0x5ec49c(0x209)],_0x298aae=(_0x143e95,_0x15376b,_0x613b4f,_0xa4673b)=>{const _0x4bd234=_0x5ec49c;for(var _0x1850ba=_0xa4673b>0x1?void 0x0:_0xa4673b?_0x4a67b3(_0x15376b,_0x613b4f):_0x15376b,_0x4fe1c0=_0x143e95[_0x4bd234(0x4dc)]-0x1,_0xc975de;_0x4fe1c0>=0x0;_0x4fe1c0--)(_0xc975de=_0x143e95[_0x4fe1c0])&&(_0x1850ba=(_0xa4673b?_0xc975de(_0x15376b,_0x613b4f,_0x1850ba):_0xc975de(_0x1850ba))||_0x1850ba);return _0xa4673b&&_0x1850ba&&_0x2aef8d(_0x15376b,_0x613b4f,_0x1850ba),_0x1850ba;},_0x24888b=(_0x1076b6,_0x12d635)=>(_0x34315b,_0x4ee329)=>_0x12d635(_0x34315b,_0x4ee329,_0x1076b6);let _0x3deb9c=class extends _0x3f82c6[_0x5ec49c(0x54d)]{constructor(_0x19d7be,_0x513d74,_0x162b2f,_0x2fe1f9,_0x1635f0){super(_0x19d7be,_0x513d74,_0x162b2f),this['_transformService']=_0x2fe1f9,this['_logService']=_0x1635f0;}[_0x5ec49c(0x348)](_0x50c23a,_0x5af07a){const _0x4ee241=_0x5ec49c,_0x583d8c=this[_0x4ee241(0x361)](_0x50c23a);if(_0x583d8c)try{const _0x5b1897=this[_0x4ee241(0x5b4)](_0x583d8c,_0x5af07a);this[_0x4ee241(0x3fe)](_0x50c23a,_0x5b1897);}catch(_0x4fe59d){this[_0x4ee241(0x3dd)][_0x4ee241(0x2a4)]('[CollaborationUndoRedoService]',_0x4fe59d),this[_0x4ee241(0x4ee)](_0x50c23a);}const _0x50481c=this[_0x4ee241(0x33b)](_0x50c23a);if(_0x50481c)try{const _0x3dd2bc=this['_transformStack'](_0x50481c,_0x5af07a);this['_substituteRedoStack'](_0x50c23a,_0x3dd2bc);}catch(_0x49faf2){this[_0x4ee241(0x3dd)][_0x4ee241(0x2a4)](_0x49faf2),this['_clearRedo'](_0x50c23a);}}['_clearUndo'](_0x3f122b){const _0x38214b=_0x5ec49c,_0x260c1f=this[_0x38214b(0x361)](_0x3f122b);_0x260c1f&&(_0x260c1f['length']=0x0,this[_0x38214b(0x4f5)]());}[_0x5ec49c(0x396)](_0x16692b){const _0x5ed14b=_0x5ec49c,_0x35374b=this[_0x5ed14b(0x33b)](_0x16692b);_0x35374b&&(_0x35374b['length']=0x0,this['_updateStatus']());}[_0x5ec49c(0x3fe)](_0x12c94e,_0x2e630c){const _0x55c635=_0x5ec49c;this[_0x55c635(0x615)]['set'](_0x12c94e,_0x2e630c),this[_0x55c635(0x4f5)]();}['_substituteRedoStack'](_0x39fb70,_0x4391dc){const _0x1e5c98=_0x5ec49c;this[_0x1e5c98(0x546)][_0x1e5c98(0x2ea)](_0x39fb70,_0x4391dc),this[_0x1e5c98(0x4f5)]();}[_0x5ec49c(0x5b4)](_0x40db21,_0x423b3e){const _0x59e902=_0x5ec49c,_0x1ea6ab=[];let _0x553df8=_0x423b3e,_0x55a0e9=_0x423b3e;for(let _0x198558=_0x40db21[_0x59e902(0x4dc)]-0x1;_0x198558>=0x0;_0x198558--){const {unitID:_0x475b07,undoMutations:_0x44e0f4,redoMutations:_0x491eb1}=_0x40db21[_0x198558],_0x1b1336=this[_0x59e902(0x268)][_0x59e902(0x494)](_0x553df8,_0x44e0f4),_0x37a216=this[_0x59e902(0x268)][_0x59e902(0x494)](_0x55a0e9,_0x491eb1);if(_0x544d9b['isTransformMutationsWithChangesetFailure'](_0x1b1336)||_0x544d9b[_0x59e902(0x5a0)](_0x37a216)){this[_0x59e902(0x3dd)][_0x59e902(0x2a4)](_0x59e902(0x59b),_0x59e902(0x34d),_0x1b1336,_0x37a216);break;}_0x553df8=_0x1b1336[_0x59e902(0x27f)],_0x55a0e9=_0x37a216[_0x59e902(0x27f)],_0x1ea6ab['push']({'unitID':_0x475b07,'undoMutations':_0x1b1336[_0x59e902(0x5ef)],'redoMutations':_0x37a216[_0x59e902(0x5ef)]});}return _0x1ea6ab[_0x59e902(0x5b1)]();}};_0x3deb9c=_0x298aae([_0x24888b(0x0,_0x3f82c6[_0x5ec49c(0x2be)]),_0x24888b(0x1,_0x3f82c6[_0x5ec49c(0x570)]),_0x24888b(0x2,_0x3f82c6[_0x5ec49c(0x5ac)]),_0x24888b(0x3,_0x544d9b[_0x5ec49c(0x20e)]),_0x24888b(0x4,_0x3f82c6[_0x5ec49c(0x3cc)])],_0x3deb9c);class _0x2c5395 extends _0x3f82c6[_0x5ec49c(0x5f7)]{constructor(){const _0x3448b3=_0x5ec49c;super(),_0x133daf(this,_0x3448b3(0x1e8)),this[_0x3448b3(0x1e8)]=_0x3b9434['fromEvent'](window,_0x3448b3(0x336))[_0x3448b3(0x19d)](_0x3b9434[_0x3448b3(0x216)](this[_0x3448b3(0x1a7)]),_0x3b9434[_0x3448b3(0x401)](0x1),_0x3b9434[_0x3448b3(0x2d1)](void 0x0));}[_0x5ec49c(0x4ba)](_0x47353b,_0x5c56db,_0x3c7389=!0x1){const _0x55a458=_0x5ec49c,_0x1a74c9=new URL(window['location'][_0x55a458(0x204)]);_0x1a74c9[_0x55a458(0x337)]['set'](_0x47353b,_0x5c56db),_0x3c7389?window[_0x55a458(0x540)][_0x55a458(0x2ae)]('','',_0x1a74c9[_0x55a458(0x4ec)]()):window[_0x55a458(0x540)][_0x55a458(0x34b)]('','',_0x1a74c9['toString']());}['removeParam'](_0x348879,_0x444eef=!0x1){const _0x2363f6=_0x5ec49c,_0x22a474=new URL(window['location'][_0x2363f6(0x204)]);_0x22a474[_0x2363f6(0x337)][_0x2363f6(0x3f7)](_0x348879),_0x444eef?window['history'][_0x2363f6(0x2ae)]('','',_0x22a474[_0x2363f6(0x4ec)]()):window[_0x2363f6(0x540)][_0x2363f6(0x34b)]('','',_0x22a474['toString']());}[_0x5ec49c(0x617)](_0x50af32){const _0x14c2ed=_0x5ec49c;var _0x2de89d;return(_0x2de89d=new URL(window[_0x14c2ed(0x50c)][_0x14c2ed(0x204)])[_0x14c2ed(0x337)][_0x14c2ed(0x555)](_0x50af32))!=null?_0x2de89d:void 0x0;}}var _0x222c50=Object[_0x5ec49c(0x354)],_0x112bec=Object['getOwnPropertyDescriptor'],_0x12e86f=(_0xe10523,_0x59180c,_0x2ff5ce)=>_0x59180c in _0xe10523?_0x222c50(_0xe10523,_0x59180c,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x2ff5ce}):_0xe10523[_0x59180c]=_0x2ff5ce,_0x585fa1=(_0x23fdb4,_0xcafb16,_0x583531,_0x11bced)=>{for(var _0x167d0a=_0x11bced>0x1?void 0x0:_0x11bced?_0x112bec(_0xcafb16,_0x583531):_0xcafb16,_0x2150b5=_0x23fdb4['length']-0x1,_0x341a31;_0x2150b5>=0x0;_0x2150b5--)(_0x341a31=_0x23fdb4[_0x2150b5])&&(_0x167d0a=(_0x11bced?_0x341a31(_0xcafb16,_0x583531,_0x167d0a):_0x341a31(_0x167d0a))||_0x167d0a);return _0x11bced&&_0x167d0a&&_0x222c50(_0xcafb16,_0x583531,_0x167d0a),_0x167d0a;},_0x307bc2=(_0x318718,_0x8c9ff)=>(_0x45a527,_0x3c46ca)=>_0x8c9ff(_0x45a527,_0x3c46ca,_0x318718),_0x23cd75=(_0x111832,_0x5a339a,_0x4e1e8d)=>_0x12e86f(_0x111832,_0x5a339a+'',_0x4e1e8d);const _0x23446d='UNIVER_COLLABORATION_CLIENT_PLUGIN';_0x395259[_0x5ec49c(0x2fa)]=class extends _0x3f82c6[_0x5ec49c(0x501)]{constructor(_0x44d55c=_0x5640a2,_0x54c978,_0x57073b,_0x4511f4,_0x471efa){const _0x21fd5d=_0x5ec49c;super(),this[_0x21fd5d(0x2fd)]=_0x44d55c,this[_0x21fd5d(0x3dd)]=_0x54c978,this[_0x21fd5d(0x4f3)]=_0x57073b,this[_0x21fd5d(0x40f)]=_0x4511f4,this[_0x21fd5d(0x206)]=_0x471efa;const {..._0x3e25c7}=this[_0x21fd5d(0x2fd)];this[_0x21fd5d(0x206)][_0x21fd5d(0x1d4)](_0x15906c,_0x3e25c7);}[_0x5ec49c(0x186)](){const _0x295886=_0x5ec49c;this[_0x295886(0x577)](),this[_0x295886(0x2a9)]();}[_0x5ec49c(0x60c)](){const _0x44425f=_0x5ec49c;_0x3f82c6[_0x44425f(0x5fa)](this['_injector'],[[_0x119db3]]);}[_0x5ec49c(0x58f)](){const _0x1efa85=_0x5ec49c;this[_0x1efa85(0x1f1)]();}[_0x5ec49c(0x577)](){const _0x15828a=_0x5ec49c;var _0x4a201d,_0x466852,_0x16689b,_0x23a048;this[_0x15828a(0x40f)][_0x15828a(0x293)](_0x3f82c6['IUndoRedoService'])&&this[_0x15828a(0x3dd)][_0x15828a(0x2a4)](_0x15828a(0x3ea),_0x15828a(0x3ce));const _0x13ccc2=[[_0x3f82c6[_0x15828a(0x44c)],{'useClass':_0x3deb9c}],[_0x395259[_0x15828a(0x368)]],[_0x407f93],[_0x1a35c1,{'useClass':_0x2c5395}],[_0x395259[_0x15828a(0x372)]],[_0x395259[_0x15828a(0x183)]],[_0x37b62d['WebSocketService']],[_0x51e6ea],[_0x5ebe28],[_0x18cb6d],[_0x177439],[_0x44d389],[_0x383b69],[_0x31391a],[_0x5af7ab],[_0x1c59e0],[_0x9da999,{'useClass':(_0x466852=(_0x4a201d=this[_0x15828a(0x2fd)])==null?void 0x0:_0x4a201d[_0x15828a(0x17d)])!=null?_0x466852:_0x395259[_0x15828a(0x40c)]}],[_0x544d9b['ISnapshotServerService'],{'useClass':_0x395259[_0x15828a(0x518)]}],[_0x3f82c6[_0x15828a(0x60e)],{'useClass':_0x395259[_0x15828a(0x1c3)]}],[_0x49906a[_0x15828a(0x217)],{'useClass':_0x395259[_0x15828a(0x1a3)]}],[_0x395259[_0x15828a(0x2b8)]],[_0x395259[_0x15828a(0x200)]],[_0x395259[_0x15828a(0x1ca)]],[_0x119db3],[_0x2aaf30]];(_0x16689b=this[_0x15828a(0x2fd)])!=null&&_0x16689b[_0x15828a(0x3b5)]&&_0x13ccc2['push']([_0x478e97,{'useClass':_0x380694}]),_0x3f82c6['registerDependencies'](this[_0x15828a(0x40f)],_0x3f82c6[_0x15828a(0x45e)](_0x13ccc2,(_0x23a048=this['_config'])==null?void 0x0:_0x23a048['override']));}[_0x5ec49c(0x1f1)](){const _0x70cc16=_0x5ec49c;this[_0x70cc16(0x3c5)](this['_renderManagerService'][_0x70cc16(0x1aa)](_0x3f82c6[_0x70cc16(0x49f)][_0x70cc16(0x4a4)],[_0x3e78b3])),this[_0x70cc16(0x3c5)](this[_0x70cc16(0x4f3)][_0x70cc16(0x1aa)](_0x3f82c6[_0x70cc16(0x49f)]['UNIVER_SHEET'],[_0x577be4]));}[_0x5ec49c(0x2a9)](){const _0x30ef7b=_0x5ec49c;var _0x88192,_0x5d2355;this[_0x30ef7b(0x40f)][_0x30ef7b(0x555)](_0x37b62d[_0x30ef7b(0x492)])[_0x30ef7b(0x420)]({'priority':0x14,'interceptor':_0x37b62d[_0x30ef7b(0x2c3)]({'maxParallel':0x6})}),(_0x88192=this[_0x30ef7b(0x2fd)])!=null&&_0x88192[_0x30ef7b(0x3d7)]||this[_0x30ef7b(0x40f)][_0x30ef7b(0x555)](_0x395259[_0x30ef7b(0x183)])[_0x30ef7b(0x1ba)](),(_0x5d2355=this[_0x30ef7b(0x2fd)])!=null&&_0x5d2355[_0x30ef7b(0x2e2)]&&_0x3f82c6['touchDependencies'](this[_0x30ef7b(0x40f)],[[_0x383b69]]),_0x3f82c6[_0x30ef7b(0x5fa)](this[_0x30ef7b(0x40f)],[[_0x31391a],[_0x2aaf30],[_0x395259[_0x30ef7b(0x200)]],[_0x395259[_0x30ef7b(0x2b8)]],[_0x395259[_0x30ef7b(0x1ca)]],[_0x1c59e0]]);}},_0x23cd75(_0x395259[_0x5ec49c(0x2fa)],'pluginName',_0x23446d),_0x395259['UniverCollaborationClientPlugin']=_0x585fa1([_0x3f82c6[_0x5ec49c(0x454)](_0x544d9b[_0x5ec49c(0x589)],_0x37b62d[_0x5ec49c(0x36c)]),_0x307bc2(0x1,_0x3f82c6['ILogService']),_0x307bc2(0x2,_0x4304a5[_0x5ec49c(0x2ba)]),_0x307bc2(0x3,_0x3f82c6[_0x5ec49c(0x476)](_0x3f82c6[_0x5ec49c(0x5ed)])),_0x307bc2(0x4,_0x3f82c6['IConfigService'])],_0x395259[_0x5ec49c(0x2fa)]),_0x395259[_0x5ec49c(0x269)]=_0x4334ac,_0x395259[_0x5ec49c(0x61d)]=_0x26a98e,_0x395259[_0x5ec49c(0x26e)]=_0xe83e06,_0x395259['CollaborationStatus']=_0x725423,_0x395259[_0x5ec49c(0x28f)]=_0x59291e,_0x395259[_0x5ec49c(0x3f4)]=_0x5af7ab,_0x395259[_0x5ec49c(0x3f2)]=_0x14234b,_0x395259[_0x5ec49c(0x5e5)]=_0x2a2c54,_0x395259[_0x5ec49c(0x4b8)]=_0x9da999,_0x395259[_0x5ec49c(0x52a)]=_0x1a35c1,_0x395259[_0x5ec49c(0x2d6)]=_0x5755d6,_0x395259[_0x5ec49c(0x2cd)]=_0x22172b,_0x395259['RETRY_CONNECTING_MAX_COUNT_KEY']=_0x4c48bb,_0x395259[_0x5ec49c(0x592)]=_0x27a68d,_0x395259['SNAPSHOT_SERVER_URL_KEY']=_0x6297a2,_0x395259[_0x5ec49c(0x57a)]=_0x424258,_0x395259[_0x5ec49c(0x2ca)]=_0x45d7ca,_0x395259[_0x5ec49c(0x522)]=_0x5eecf6,_0x395259[_0x5ec49c(0x5d5)]=_0x2c5395,_0x395259[_0x5ec49c(0x2a0)]=_0x5358aa,_0x395259['serializeCombRequest']=_0x455ee5,Object[_0x5ec49c(0x354)](_0x395259,Symbol[_0x5ec49c(0x481)],{'value':_0x5ec49c(0x456)});}));
|