@univerjs-pro/collaboration-client 0.4.2-nightly.202411071606 → 0.4.2-nightly.202411091134
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(_0x472c3f,_0x1c37dc){const _0x2d1452=_0x4ad9,_0x30e582=_0x472c3f();while(!![]){try{const _0x1ef36c=parseInt(_0x2d1452(0x29c))/0x1+-parseInt(_0x2d1452(0x4e0))/0x2+parseInt(_0x2d1452(0x624))/0x3+-parseInt(_0x2d1452(0x366))/0x4*(parseInt(_0x2d1452(0x332))/0x5)+parseInt(_0x2d1452(0x52b))/0x6*(parseInt(_0x2d1452(0x582))/0x7)+-parseInt(_0x2d1452(0x29e))/0x8+-parseInt(_0x2d1452(0x50b))/0x9*(-parseInt(_0x2d1452(0x298))/0xa);if(_0x1ef36c===_0x1c37dc)break;else _0x30e582['push'](_0x30e582['shift']());}catch(_0x2f9cbf){_0x30e582['push'](_0x30e582['shift']());}}}(_0x349e,0x3a7e1),function(_0x377854,_0x3b2d84){const _0x49aaee=_0x4ad9;typeof exports==_0x49aaee(0x394)&&typeof module<'u'?_0x3b2d84(exports,require('@univerjs/core'),require(_0x49aaee(0x299)),require(_0x49aaee(0x3ce)),require('@univerjs/design'),require('@univerjs/ui'),require(_0x49aaee(0x426)),require(_0x49aaee(0x5ff)),require(_0x49aaee(0x47b)),require(_0x49aaee(0x5b5)),require(_0x49aaee(0x599)),require(_0x49aaee(0x186)),require(_0x49aaee(0x610)),require('@univerjs/drawing'),require(_0x49aaee(0x608)),require(_0x49aaee(0x505)),require('react'),require(_0x49aaee(0x5a7))):typeof define==_0x49aaee(0x363)&&define[_0x49aaee(0x4e2)]?define(['exports','@univerjs/core','rxjs',_0x49aaee(0x3ce),'@univerjs/design','@univerjs/ui',_0x49aaee(0x426),_0x49aaee(0x5ff),'@univerjs/telemetry','@univerjs/docs-ui',_0x49aaee(0x599),'@univerjs/engine-render',_0x49aaee(0x610),_0x49aaee(0x400),'@univerjs/engine-formula',_0x49aaee(0x505),_0x49aaee(0x5ae),_0x49aaee(0x5a7)],_0x3b2d84):(_0x377854=typeof globalThis<'u'?globalThis:_0x377854||self,_0x3b2d84(_0x377854[_0x49aaee(0x2c3)]={},_0x377854[_0x49aaee(0x4c2)],_0x377854[_0x49aaee(0x299)],_0x377854[_0x49aaee(0x299)]['operators'],_0x377854[_0x49aaee(0x2d6)],_0x377854['UniverUi'],_0x377854[_0x49aaee(0x24f)],_0x377854[_0x49aaee(0x434)],_0x377854[_0x49aaee(0x55b)],_0x377854['UniverDocsUi'],_0x377854[_0x49aaee(0x4bf)],_0x377854['UniverEngineRender'],_0x377854[_0x49aaee(0x247)],_0x377854[_0x49aaee(0x25e)],_0x377854[_0x49aaee(0x412)],_0x377854[_0x49aaee(0x2e3)],_0x377854[_0x49aaee(0x590)],_0x377854[_0x49aaee(0x316)]));}(this,function(_0x4e8834,_0x2b7596,_0x2d8475,_0x1ed7ad,_0x5783a6,_0x1b8378,_0x319e41,_0x1730a2,_0x38d19b,_0x177c6d,_0x5763b6,_0x2d4ee1,_0x1b7ccb,_0x1a542b,_0x450d60,_0x50d13b,_0x278783,_0x5a8875){'use strict';const _0x279ea5=_0x4ad9;var _0x1ca088=Object[_0x279ea5(0x4f4)],_0x25cf80=(_0x17b4ee,_0x3e7f00,_0x142a68)=>_0x3e7f00 in _0x17b4ee?_0x1ca088(_0x17b4ee,_0x3e7f00,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x142a68}):_0x17b4ee[_0x3e7f00]=_0x142a68,_0x2f3a83=(_0x537ab8,_0x474fdb,_0xd5332c)=>_0x25cf80(_0x537ab8,typeof _0x474fdb!=_0x279ea5(0x2ca)?_0x474fdb+'':_0x474fdb,_0xd5332c);const _0x21974b=_0x279ea5(0x5f3),_0x474b7b='/universer-api/snapshot',_0x3f83d9=_0x279ea5(0x292),_0x43d0ae=_0x279ea5(0x396),_0x22fc5c=_0x279ea5(0x26e),_0x55e757=_0x279ea5(0x4da),_0x126eb7=_0x279ea5(0x318),_0x464e93='HEARTBEAT_TIMEOUT',_0x561722='RETRY_CONNECTING_MAX_COUNT',_0x5dc048='LOCAL_CACHE_INTERVAL',_0x330387='COLLAB_SUBMIT_CHANGESET_URL',_0xce68ba='/universer-api/comb',_0x47a0b6=_0x279ea5(0x63d),_0x59e43f=_0x279ea5(0x3d3);var _0x3546a2=(_0x3a186e=>(_0x3a186e[_0x3a186e[_0x279ea5(0x54b)]=0x0]=_0x279ea5(0x54b),_0x3a186e[_0x3a186e['OK']=0x1]='OK',_0x3a186e[_0x3a186e[_0x279ea5(0x4d4)]=0x2]='INTERNAL_ERROR',_0x3a186e[_0x3a186e[_0x279ea5(0x22d)]=0x3]=_0x279ea5(0x22d),_0x3a186e[_0x3a186e['NOT_FOUND']=0x4]=_0x279ea5(0x562),_0x3a186e[_0x3a186e[_0x279ea5(0x56f)]=0x5]=_0x279ea5(0x56f),_0x3a186e[_0x3a186e[_0x279ea5(0x1ba)]=0x6]='ALREADY_EXISTS',_0x3a186e[_0x3a186e[_0x279ea5(0x576)]=0x7]=_0x279ea5(0x576),_0x3a186e[_0x3a186e[_0x279ea5(0x52d)]=0x8]=_0x279ea5(0x52d),_0x3a186e[_0x3a186e[_0x279ea5(0x438)]=0x9]=_0x279ea5(0x438),_0x3a186e[_0x3a186e[_0x279ea5(0x1c8)]=0x1389]=_0x279ea5(0x1c8),_0x3a186e[_0x3a186e[_0x279ea5(0x57f)]=0x1771]='SNAPSHOT_INVALID_SNAPSHOT',_0x3a186e[_0x3a186e['SNAPSHOT_HAS_BEEN_REMOVED']=0x1772]=_0x279ea5(0x3d4),_0x3a186e[_0x3a186e['ENSURE_SNAPSHOT_EXECUTION']=0x1773]=_0x279ea5(0x619),_0x3a186e[_0x3a186e[_0x279ea5(0x190)]=0x1b59]=_0x279ea5(0x190),_0x3a186e[_0x3a186e[_0x279ea5(0x201)]=0x1b5a]='APPLY_NON_SEQUENTIAL_REVISION',_0x3a186e[_0x3a186e[_0x279ea5(0x603)]=0x1b5b]=_0x279ea5(0x603),_0x3a186e[_0x3a186e[_0x279ea5(0x3fc)]=0x1b5c]=_0x279ea5(0x3fc),_0x3a186e[_0x3a186e[_0x279ea5(0x27e)]=0x1b5d]=_0x279ea5(0x27e),_0x3a186e[_0x3a186e['CONNECTOR_DATA_TOO_LARGE']=0x1f41]=_0x279ea5(0x3a8),_0x3a186e[_0x3a186e[_0x279ea5(0x597)]=0x2329]=_0x279ea5(0x597),_0x3a186e[_0x3a186e[_0x279ea5(0x537)]=0x232a]='LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED',_0x3a186e[_0x3a186e[_0x279ea5(0x29a)]=0x232b]=_0x279ea5(0x29a),_0x3a186e[_0x3a186e['LICENSE_EXPORT_SIZE_EXCEEDED']=0x232c]='LICENSE_EXPORT_SIZE_EXCEEDED',_0x3a186e[_0x3a186e[_0x279ea5(0x305)]=0x232d]='LICENSE_DISTRO_REJECTED',_0x3a186e[_0x3a186e[_0x279ea5(0x3b7)]=0x2711]=_0x279ea5(0x3b7),_0x3a186e[_0x3a186e[_0x279ea5(0x254)]=0x2712]=_0x279ea5(0x254),_0x3a186e[_0x3a186e['YUUMI_RATE_OVER_LIMIT']=0x2713]=_0x279ea5(0x223),_0x3a186e[_0x3a186e['YUUMI_SUBSCRIPTION_NOT_FOUND']=0x2714]=_0x279ea5(0x5b6),_0x3a186e[_0x3a186e[_0x279ea5(0x45a)]=-0x1]=_0x279ea5(0x45a),_0x3a186e))(_0x3546a2||{}),_0x4ae547=(_0x2e228c=>(_0x2e228c[_0x2e228c[_0x279ea5(0x3ef)]=0x0]=_0x279ea5(0x3ef),_0x2e228c[_0x2e228c[_0x279ea5(0x1c4)]=0x1]=_0x279ea5(0x1c4),_0x2e228c[_0x2e228c['UNIVER_SHEET']=0x2]=_0x279ea5(0x1ac),_0x2e228c[_0x2e228c[_0x279ea5(0x2e0)]=0x3]=_0x279ea5(0x2e0),_0x2e228c[_0x2e228c[_0x279ea5(0x3e2)]=0x4]='UNIVER_PROJECT',_0x2e228c[_0x2e228c[_0x279ea5(0x45a)]=-0x1]=_0x279ea5(0x45a),_0x2e228c))(_0x4ae547||{}),_0x15d76f=(_0x3a0ea1=>(_0x3a0ea1[_0x3a0ea1[_0x279ea5(0x377)]=0x0]=_0x279ea5(0x377),_0x3a0ea1[_0x3a0ea1['HELLO']=0x1]='HELLO',_0x3a0ea1[_0x3a0ea1[_0x279ea5(0x280)]=0x2]=_0x279ea5(0x280),_0x3a0ea1[_0x3a0ea1[_0x279ea5(0x478)]=0x3]=_0x279ea5(0x478),_0x3a0ea1[_0x3a0ea1[_0x279ea5(0x2b6)]=0x4]='INGEST',_0x3a0ea1[_0x3a0ea1[_0x279ea5(0x2ab)]=0x5]=_0x279ea5(0x2ab),_0x3a0ea1[_0x3a0ea1[_0x279ea5(0x56b)]=0x6]='RECV',_0x3a0ea1[_0x3a0ea1[_0x279ea5(0x45a)]=-0x1]=_0x279ea5(0x45a),_0x3a0ea1))(_0x15d76f||{}),_0x2962c0=(_0x518e36=>(_0x518e36[_0x518e36[_0x279ea5(0x3cd)]=0x0]=_0x279ea5(0x3cd),_0x518e36[_0x518e36['OK']=0x1]='OK',_0x518e36[_0x518e36[_0x279ea5(0x27c)]=0x2]=_0x279ea5(0x27c),_0x518e36[_0x518e36[_0x279ea5(0x45a)]=-0x1]=_0x279ea5(0x45a),_0x518e36))(_0x2962c0||{}),_0x513bce=(_0x32b0a7=>(_0x32b0a7[_0x32b0a7[_0x279ea5(0x56e)]=0x0]=_0x279ea5(0x56e),_0x32b0a7[_0x32b0a7[_0x279ea5(0x389)]=0x1]=_0x279ea5(0x389),_0x32b0a7[_0x32b0a7[_0x279ea5(0x32c)]=0x2]=_0x279ea5(0x32c),_0x32b0a7[_0x32b0a7[_0x279ea5(0x191)]=0x3]=_0x279ea5(0x191),_0x32b0a7[_0x32b0a7[_0x279ea5(0x37c)]=0x4]=_0x279ea5(0x37c),_0x32b0a7[_0x32b0a7[_0x279ea5(0x45a)]=-0x1]=_0x279ea5(0x45a),_0x32b0a7))(_0x513bce||{});const _0x363980='collaboration-client.config',_0x104942={};function _0xd9936(_0x2bd34){const _0x434108=_0x279ea5;var _0x23139b,_0x244a7e,_0x5a4852,_0x3aae3d,_0x363e61;const _0x5bceb6=_0x2bd34[_0x434108(0x5de)],_0x3092dd=JSON[_0x434108(0x2aa)](_0x5bceb6);switch(_0x3092dd[_0x434108(0x1fb)]){case _0x15d76f[_0x434108(0x2ab)]:case _0x15d76f[_0x434108(0x33a)]:{const _0x1cf1f5=_0x3092dd[_0x434108(0x20b)];return{..._0x3092dd,'data':_0x1cf1f5,'cmd':_0x3092dd[_0x434108(0x1fb)]};}case _0x15d76f['JOIN']:{const _0x1c43b6=_0x3092dd[_0x434108(0x5f4)];return{..._0x3092dd,'data':_0x1c43b6,'cmd':_0x3092dd[_0x434108(0x1fb)]};}case _0x15d76f[_0x434108(0x56b)]:{const _0x102dc1=_0x3092dd['collaMsg'];switch(_0x102dc1['eventID']){case _0x1730a2[_0x434108(0x489)][_0x434108(0x3a7)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':(_0x23139b=_0x102dc1[_0x434108(0x613)])==null?void 0x0:_0x23139b['cs']},'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2['CollaborationEvent'][_0x434108(0x342)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':(_0x244a7e=_0x102dc1[_0x434108(0x22b)])==null?void 0x0:_0x244a7e['cs']},'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2['CollaborationEvent'][_0x434108(0x1b0)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':(_0x5a4852=_0x102dc1[_0x434108(0x22e)])==null?void 0x0:_0x5a4852['cs']},'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2[_0x434108(0x489)]['CHANGESET_REJ']:return{..._0x3092dd,'data':{..._0x102dc1,'data':(_0x3aae3d=_0x102dc1[_0x434108(0x52e)])==null?void 0x0:_0x3aae3d['cs']},'cmd':_0x3092dd['cmd']};case _0x1730a2[_0x434108(0x489)][_0x434108(0x3e9)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':(_0x363e61=_0x102dc1[_0x434108(0x4f2)])==null?void 0x0:_0x363e61['cs']},'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2['CollaborationEvent'][_0x434108(0x62e)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':_0x102dc1[_0x434108(0x556)]},'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2[_0x434108(0x489)][_0x434108(0x594)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':_0x102dc1[_0x434108(0x348)]},'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2[_0x434108(0x489)][_0x434108(0x611)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':_0x102dc1[_0x434108(0x501)]},'cmd':_0x3092dd['cmd']};case _0x1730a2['CollaborationEvent'][_0x434108(0x2d4)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':_0x102dc1['liveShareNewHost']},'cmd':_0x3092dd['cmd']};case _0x1730a2[_0x434108(0x489)][_0x434108(0x4b0)]:case _0x1730a2['CollaborationEvent']['LIVESHARE_OPERATION']:return{..._0x3092dd,'data':{..._0x102dc1,'data':_0x102dc1[_0x434108(0x3e5)]},'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2[_0x434108(0x489)][_0x434108(0x541)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':_0x102dc1[_0x434108(0x521)]},'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2[_0x434108(0x489)][_0x434108(0x4d5)]:return{..._0x3092dd,'data':_0x102dc1,'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2[_0x434108(0x489)]['COMMENT_UPDATE']:return{..._0x3092dd,'data':{..._0x102dc1,'data':_0x102dc1[_0x434108(0x5b8)]},'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2[_0x434108(0x489)][_0x434108(0x581)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':_0x102dc1[_0x434108(0x4fb)]},'cmd':_0x3092dd[_0x434108(0x1fb)]};case _0x1730a2['CollaborationEvent'][_0x434108(0x46c)]:return{..._0x3092dd,'data':{..._0x102dc1,'data':_0x102dc1['shouldCloseConn']},'cmd':_0x3092dd[_0x434108(0x1fb)]};default:return _0x3092dd;}}default:return _0x3092dd;}}function _0x7123db(_0x699ab3){const _0x4f626b=_0x279ea5;switch(_0x699ab3[_0x4f626b(0x1fb)]){case _0x15d76f[_0x4f626b(0x2ab)]:case _0x15d76f[_0x4f626b(0x33a)]:return JSON[_0x4f626b(0x50c)]({'cmd':_0x699ab3['cmd'],'routeKey':_0x699ab3[_0x4f626b(0x58e)]});case _0x15d76f[_0x4f626b(0x2b6)]:{let _0x2cd12f;switch(_0x699ab3['data'][_0x4f626b(0x4a5)]){case _0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x62e)]:{_0x2cd12f={'eventID':_0x1730a2[_0x4f626b(0x489)]['UPDATE_CURSOR'],'updateCursorEvent':_0x699ab3[_0x4f626b(0x5de)]['data']};break;}case _0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x611)]:{_0x2cd12f={'eventID':_0x1730a2['CollaborationEvent'][_0x4f626b(0x611)],'leaveEvent':_0x699ab3[_0x4f626b(0x5de)][_0x4f626b(0x5de)]};break;}case _0x1730a2[_0x4f626b(0x489)]['USERS_ENTER']:{_0x2cd12f={'eventID':_0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x594)],'joinEvent':_0x699ab3[_0x4f626b(0x5de)][_0x4f626b(0x5de)]};break;}case _0x1730a2['CollaborationEvent']['LIVESHARE_NEW_HOST']:{_0x2cd12f={'eventID':_0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x2d4)],'liveShareNewHost':_0x699ab3[_0x4f626b(0x5de)][_0x4f626b(0x5de)]};break;}case _0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x59b)]:{_0x2cd12f={'eventID':_0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x59b)],'liveShareOperation':_0x699ab3['data'][_0x4f626b(0x5de)]};break;}case _0x1730a2['CollaborationEvent'][_0x4f626b(0x541)]:{_0x2cd12f={'eventID':_0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x541)],'liveShareTerminate':_0x699ab3[_0x4f626b(0x5de)]['data']};break;}case _0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x395)]:{_0x2cd12f={'eventID':_0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x395)],'liveShareRequestHost':_0x699ab3['data'][_0x4f626b(0x5de)]};break;}case _0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x4b0)]:{_0x2cd12f={'eventID':_0x1730a2[_0x4f626b(0x489)][_0x4f626b(0x4b0)]};break;}default:_0x2cd12f={'eventID':_0x699ab3[_0x4f626b(0x5de)][_0x4f626b(0x4a5)]};}return JSON['stringify']({'cmd':_0x699ab3[_0x4f626b(0x1fb)],'routeKey':_0x699ab3[_0x4f626b(0x58e)],'collaMsg':_0x2cd12f});}case _0x15d76f['JOIN']:return JSON[_0x4f626b(0x50c)]({'cmd':_0x699ab3[_0x4f626b(0x1fb)],'routeKey':_0x699ab3[_0x4f626b(0x58e)],'joinReq':_0x699ab3['data']});case _0x15d76f[_0x4f626b(0x478)]:return JSON[_0x4f626b(0x50c)]({'cmd':_0x699ab3[_0x4f626b(0x1fb)],'routeKey':_0x699ab3['routeKey'],'leaveReq':_0x699ab3[_0x4f626b(0x5de)]});default:throw new Error(_0x4f626b(0x41b));}}var _0x4faa2b=Object['defineProperty'],_0x24838d=Object[_0x279ea5(0x43f)],_0x5ae7c9=(_0x53a880,_0x2159c4,_0x277efc,_0x484c22)=>{const _0x509de0=_0x279ea5;for(var _0x3ea84f=_0x484c22>0x1?void 0x0:_0x484c22?_0x24838d(_0x2159c4,_0x277efc):_0x2159c4,_0x426e05=_0x53a880[_0x509de0(0x628)]-0x1,_0x3a09d3;_0x426e05>=0x0;_0x426e05--)(_0x3a09d3=_0x53a880[_0x426e05])&&(_0x3ea84f=(_0x484c22?_0x3a09d3(_0x2159c4,_0x277efc,_0x3ea84f):_0x3a09d3(_0x3ea84f))||_0x3ea84f);return _0x484c22&&_0x3ea84f&&_0x4faa2b(_0x2159c4,_0x277efc,_0x3ea84f),_0x3ea84f;},_0xdf1abd=(_0x21ad8a,_0x458100)=>(_0x333fa1,_0xce5421)=>_0x458100(_0x333fa1,_0xce5421,_0x21ad8a);const _0x1429af=_0x2b7596[_0x279ea5(0x427)]('univer-pro.collaboration-client-socket-service');function _0xe23a65(_0x2b86e3,_0x4ddc64,_0x17550e){const _0x2155d5=_0x279ea5;return _0x2b86e3+'/'+_0x4ddc64+_0x2155d5(0x320)+_0x17550e+'/new_changes';}_0x4e8834[_0x279ea5(0x42a)]=class extends _0x2b7596[_0x279ea5(0x5e2)]{constructor(_0x3de945,_0x55d8f6,_0xe597bd,_0x1e5938,_0x5afda2){const _0x5302b6=_0x279ea5;super(),this[_0x5302b6(0x540)]=_0x3de945,this[_0x5302b6(0x45f)]=_0x55d8f6,this[_0x5302b6(0x3ed)]=_0xe597bd,this[_0x5302b6(0x2a5)]=_0x1e5938,this[_0x5302b6(0x3b6)]=_0x5afda2;}[_0x279ea5(0x1c6)](_0x2fb9cb){const _0xc85d82=_0x279ea5,_0x1bf013=this[_0xc85d82(0x45f)][_0xc85d82(0x1c6)](_0x2fb9cb);if(!_0x1bf013)throw new Error(_0xc85d82(0x351));const _0x149fd2=new _0x2b7596['DisposableCollection'](),_0x364e91=new _0x2d8475[(_0xc85d82(0x1ab))]();_0x149fd2[_0xc85d82(0x61b)](_0x1bf013[_0xc85d82(0x43c)]['subscribe'](_0x152aab=>_0x364e91[_0xc85d82(0x4ee)](_0x152aab))),_0x149fd2[_0xc85d82(0x61b)](_0x2b7596[_0xc85d82(0x497)](()=>_0x364e91[_0xc85d82(0x3b0)]()));const _0x3fa9f4=new _0x2d8475[(_0xc85d82(0x1ab))]();_0x149fd2[_0xc85d82(0x61b)](_0x1bf013['error$']['subscribe'](_0x563312=>_0x3fa9f4['next'](_0x563312))),_0x149fd2[_0xc85d82(0x61b)](_0x2b7596[_0xc85d82(0x497)](()=>_0x3fa9f4[_0xc85d82(0x3b0)]()));const _0x12fdd6=new _0x2d8475[(_0xc85d82(0x1ab))]();_0x149fd2[_0xc85d82(0x61b)](_0x1bf013['message$'][_0xc85d82(0x4c8)](_0xbf3817=>{const _0x41c899=_0xd9936(_0xbf3817);_0x12fdd6['next'](_0x41c899);})),_0x149fd2['add'](_0x2b7596[_0xc85d82(0x497)](()=>_0x12fdd6[_0xc85d82(0x3b0)]()));let _0x3cc5c1;const _0x9a392b=()=>{const _0x2f8df9=_0xc85d82;_0x3fa9f4[_0x2f8df9(0x4ee)](new Event(_0x2f8df9(0x204))),_0x364e91[_0x2f8df9(0x4ee)](new CloseEvent(_0x2f8df9(0x204))),_0x3cc5c1[_0x2f8df9(0x418)]();};return _0x3cc5c1={'memberID':'','close$':_0x364e91[_0xc85d82(0x43e)](),'error$':_0x3fa9f4['asObservable'](),'open$':_0x1bf013[_0xc85d82(0x54f)],'message$':_0x12fdd6[_0xc85d82(0x43e)](),'send':_0x14db43=>{const _0x6afd2d=_0xc85d82;if(_0x14db43[_0x6afd2d(0x1fb)]===_0x15d76f[_0x6afd2d(0x2b6)]){if(_0x14db43[_0x6afd2d(0x5de)][_0x6afd2d(0x4a5)]===_0x1730a2[_0x6afd2d(0x489)][_0x6afd2d(0x633)]){this[_0x6afd2d(0x240)](_0x3cc5c1,_0x14db43[_0x6afd2d(0x5de)])['catch'](_0x2f9875=>{const _0x2bc70b=_0x6afd2d;this[_0x2bc70b(0x2a5)][_0x2bc70b(0x5b9)](_0x2f9875),_0x9a392b();});return;}if(_0x14db43[_0x6afd2d(0x5de)][_0x6afd2d(0x4a5)]===_0x1730a2[_0x6afd2d(0x489)]['FETCH_MISSING']){const _0x54433e=_0x14db43[_0x6afd2d(0x5de)];this[_0x6afd2d(0x573)](_0x54433e)[_0x6afd2d(0x5fc)](_0x259adf=>{const _0x1d3dc1=_0x6afd2d;_0x12fdd6[_0x1d3dc1(0x4ee)]({'cmd':_0x15d76f[_0x1d3dc1(0x56b)],'code':_0x2962c0['OK'],'routeKey':_0x54433e[_0x1d3dc1(0x5de)][_0x1d3dc1(0x2a6)],'routeType':'','data':{'eventID':_0x1730a2[_0x1d3dc1(0x489)][_0x1d3dc1(0x1e6)],'data':{'changesets':_0x259adf}}});})[_0x6afd2d(0x268)](_0x4a92fa=>{const _0x179d1c=_0x6afd2d;this['_logService'][_0x179d1c(0x5b9)](_0x4a92fa),_0x9a392b();});return;}}_0x1bf013[_0x6afd2d(0x183)](_0x7123db(_0x14db43));},'close':()=>{const _0x387edc=_0xc85d82;_0x1bf013[_0x387edc(0x418)](),_0x149fd2[_0x387edc(0x1b5)]();}},_0x3cc5c1;}async['_submitChangeset'](_0x402d52,_0x12c4e1){const _0x4d753d=_0x279ea5;var _0x25b84f,_0x53acf8;const {unitType:_0x4d9c6d,unitID:_0x559c23,changeset:_0x4a1456}=_0x12c4e1['data'],_0x1b66d2={'unitID':_0x559c23,'memberID':_0x402d52[_0x4d753d(0x3a6)],'type':_0x4d9c6d,'changeset':_0x1730a2[_0x4d753d(0x477)](_0x4a1456)},_0x170ffb=this[_0x4d753d(0x3ed)][_0x4d753d(0x3c2)](_0x330387),_0x2a18be=this[_0x4d753d(0x3ed)][_0x4d753d(0x3c2)](_0x363980),_0x501cae=_0xe23a65((_0x53acf8=(_0x25b84f=_0x2a18be==null?void 0x0:_0x2a18be[_0x4d753d(0x1df)])!=null?_0x25b84f:_0x170ffb)!=null?_0x53acf8:_0xce68ba,_0x4d9c6d,_0x559c23);try{await this[_0x4d753d(0x540)]['post'](_0x501cae,{'body':_0x1b66d2});}catch(_0x379f88){throw this[_0x4d753d(0x2a5)][_0x4d753d(0x5b9)]('[CollaborationSession]',_0x4d753d(0x5f2)),_0x379f88;}}async[_0x279ea5(0x573)](_0x1afe2c){const _0x4532b4=_0x279ea5,{unitID:_0x1f8441,from:_0x3e934a,to:_0x5f5384,unitType:_0xac5b16}=_0x1afe2c[_0x4532b4(0x5de)];return(await this['_snapshotServerService'][_0x4532b4(0x407)]({'metadata':void 0x0},{'unitID':_0x1f8441,'type':_0xac5b16,'from':_0x3e934a,'to':_0x5f5384}))['changesets'];}},_0x4e8834[_0x279ea5(0x42a)]=_0x5ae7c9([_0xdf1abd(0x0,_0x2b7596[_0x279ea5(0x33d)](_0x319e41[_0x279ea5(0x4e8)])),_0xdf1abd(0x1,_0x2b7596[_0x279ea5(0x33d)](_0x319e41['WebSocketService'])),_0xdf1abd(0x2,_0x2b7596[_0x279ea5(0x23a)]),_0xdf1abd(0x3,_0x2b7596[_0x279ea5(0x248)]),_0xdf1abd(0x4,_0x1730a2['ISnapshotServerService'])],_0x4e8834[_0x279ea5(0x42a)]);const _0x3b6fa8=_0x279ea5(0x266);function _0xfe584e(_0x53eb4c){const _0x255185=_0x279ea5;return JSON[_0x255185(0x50c)](_0x53eb4c)[_0x255185(0x628)];}class _0x1cc411{constructor(){const _0x545434=_0x279ea5;_0x2f3a83(this,_0x545434(0x440),new _0x2d8475[(_0x545434(0x1ab))]()),_0x2f3a83(this,_0x545434(0x550),this[_0x545434(0x440)]['asObservable']());}['onCommentUpdate'](_0x2bc886){const _0xd84648=_0x279ea5;this[_0xd84648(0x440)]['next'](_0x2bc886);}}var _0x563358=Object['defineProperty'],_0x40a387=Object[_0x279ea5(0x43f)],_0x50f73d=(_0x52bb28,_0x5b48ef,_0x1996d9,_0x4e19ae)=>{const _0x237247=_0x279ea5;for(var _0x5764ff=_0x4e19ae>0x1?void 0x0:_0x4e19ae?_0x40a387(_0x5b48ef,_0x1996d9):_0x5b48ef,_0x122751=_0x52bb28[_0x237247(0x628)]-0x1,_0x1e15fa;_0x122751>=0x0;_0x122751--)(_0x1e15fa=_0x52bb28[_0x122751])&&(_0x5764ff=(_0x4e19ae?_0x1e15fa(_0x5b48ef,_0x1996d9,_0x5764ff):_0x1e15fa(_0x5764ff))||_0x5764ff);return _0x4e19ae&&_0x5764ff&&_0x563358(_0x5b48ef,_0x1996d9,_0x5764ff),_0x5764ff;},_0x22bb3b=(_0x1cefbd,_0x213a93)=>(_0x30f2f3,_0x34e601)=>_0x213a93(_0x30f2f3,_0x34e601,_0x1cefbd);_0x4e8834['MemberService']=class extends _0x2b7596[_0x279ea5(0x5e2)]{constructor(_0xe2c9d1,_0x5f45a2){const _0x42bc1a=_0x279ea5;super(),_0x2f3a83(this,_0x42bc1a(0x47d),new Map()),(this[_0x42bc1a(0x356)]=_0xe2c9d1,this['_userManagerService']=_0x5f45a2,this['disposeWithMe'](_0x2b7596[_0x42bc1a(0x497)](_0x2d8475[_0x42bc1a(0x392)](this['_univerInstanceService'][_0x42bc1a(0x596)](_0x2b7596[_0x42bc1a(0x55a)]['UNIVER_SHEET'])[_0x42bc1a(0x2f2)](_0x1ed7ad[_0x42bc1a(0x485)](_0x68be88=>_0x68be88[_0x42bc1a(0x26c)]())),this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x2b7596[_0x42bc1a(0x55a)][_0x42bc1a(0x1c4)])['pipe'](_0x1ed7ad[_0x42bc1a(0x485)](_0x13558e=>_0x13558e['getUnitId']())),this[_0x42bc1a(0x356)]['getTypeOfUnitDisposed$'](_0x2b7596['UniverInstanceType'][_0x42bc1a(0x2e0)])[_0x42bc1a(0x2f2)](_0x1ed7ad[_0x42bc1a(0x485)](_0x9d120f=>_0x9d120f[_0x42bc1a(0x26c)]())))[_0x42bc1a(0x4c8)](_0x54cac9=>this[_0x42bc1a(0x627)](_0x54cac9)))));}[_0x279ea5(0x241)](_0x20aa53){const _0x3a398d=_0x279ea5;this[_0x3a398d(0x565)]['setCurrentUser'](_0x20aa53);}[_0x279ea5(0x5db)](){const _0x43cb29=_0x279ea5;return this[_0x43cb29(0x565)][_0x43cb29(0x5db)]();}[_0x279ea5(0x422)](_0x47a48c,_0x3c1827){const _0x2fc4be=_0x279ea5;let _0x3cf648=this[_0x2fc4be(0x47d)][_0x2fc4be(0x42f)](_0x47a48c);_0x3cf648||(_0x3cf648=new _0x155cad(),this['_roomMembers'][_0x2fc4be(0x33b)](_0x47a48c,_0x3cf648)),_0x3cf648['updateMember'](_0x3c1827);}['removeMember'](_0x778815,_0x1ff6cc){const _0x500f00=_0x279ea5,_0x4d12d2=this[_0x500f00(0x47d)][_0x500f00(0x42f)](_0x778815);_0x4d12d2&&_0x4d12d2[_0x500f00(0x2c9)](_0x1ff6cc);}[_0x279ea5(0x215)](_0x5240ed){const _0x2ee05b=_0x279ea5;return this[_0x2ee05b(0x47d)][_0x2ee05b(0x42f)](_0x5240ed);}['getMember'](_0x31d8cf,_0x12fe60){const _0x53f1b8=_0x279ea5,_0x4a9921=this['_roomMembers'][_0x53f1b8(0x42f)](_0x31d8cf);if(_0x4a9921)return _0x4a9921['getMember'](_0x12fe60);}['_removeRoom'](_0x51bd8a){const _0x54b82b=_0x279ea5,_0x4dcc4a=this[_0x54b82b(0x47d)]['get'](_0x51bd8a);_0x4dcc4a&&(_0x4dcc4a[_0x54b82b(0x1b5)](),this[_0x54b82b(0x47d)][_0x54b82b(0x50e)](_0x51bd8a));}[_0x279ea5(0x1b5)](){const _0x28713e=_0x279ea5;this[_0x28713e(0x47d)][_0x28713e(0x38f)](_0x25b9f8=>_0x25b9f8[_0x28713e(0x1b5)]()),this[_0x28713e(0x47d)][_0x28713e(0x1d4)]();}},_0x4e8834['MemberService']=_0x50f73d([_0x22bb3b(0x0,_0x2b7596[_0x279ea5(0x411)]),_0x22bb3b(0x1,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x388)]))],_0x4e8834[_0x279ea5(0x2a0)]);class _0x155cad extends _0x2b7596[_0x279ea5(0x5e2)]{constructor(){super(...arguments),_0x2f3a83(this,'_members',new Map());}[_0x279ea5(0x1b5)](){const _0xa698c8=_0x279ea5;this[_0xa698c8(0x1c9)][_0xa698c8(0x1d4)]();}[_0x279ea5(0x422)](_0x468522){const _0x962198=_0x279ea5;this[_0x962198(0x1c9)][_0x962198(0x33b)](_0x468522[_0x962198(0x3a6)],_0x468522);}[_0x279ea5(0x2c9)](_0x2b77b2){const _0x5e344f=_0x279ea5;this[_0x5e344f(0x1c9)]['delete'](_0x2b77b2);}[_0x279ea5(0x52c)](_0x2b56c7){const _0x108d82=_0x279ea5;return this[_0x108d82(0x1c9)][_0x108d82(0x42f)](_0x2b56c7);}['getAllMembers'](){const _0x1b79b2=_0x279ea5;return Array[_0x1b79b2(0x567)](this[_0x1b79b2(0x1c9)][_0x1b79b2(0x623)]());}}var _0x18f5e7=Object[_0x279ea5(0x4f4)],_0x4b859c=Object[_0x279ea5(0x43f)],_0x537393=(_0x20472d,_0xa095fd,_0x29a0d3,_0x8f814a)=>{const _0x14ea7b=_0x279ea5;for(var _0x129f64=_0x8f814a>0x1?void 0x0:_0x8f814a?_0x4b859c(_0xa095fd,_0x29a0d3):_0xa095fd,_0x3daa0a=_0x20472d[_0x14ea7b(0x628)]-0x1,_0x506bd1;_0x3daa0a>=0x0;_0x3daa0a--)(_0x506bd1=_0x20472d[_0x3daa0a])&&(_0x129f64=(_0x8f814a?_0x506bd1(_0xa095fd,_0x29a0d3,_0x129f64):_0x506bd1(_0x129f64))||_0x129f64);return _0x8f814a&&_0x129f64&&_0x18f5e7(_0xa095fd,_0x29a0d3,_0x129f64),_0x129f64;},_0x3be057=(_0x55a9c6,_0x328f5d)=>(_0x55370f,_0x513293)=>_0x328f5d(_0x55370f,_0x513293,_0x55a9c6),_0x381713=(_0x260500=>(_0x260500[_0x260500[_0x279ea5(0x4c4)]=0x0]=_0x279ea5(0x4c4),_0x260500[_0x260500[_0x279ea5(0x4f1)]=0x1]=_0x279ea5(0x4f1),_0x260500[_0x260500[_0x279ea5(0x381)]=0x2]=_0x279ea5(0x381),_0x260500[_0x260500['ONLINE']=0x3]=_0x279ea5(0x243),_0x260500))(_0x381713||{});_0x4e8834['CollaborationSession']=class extends _0x2b7596['RxDisposable']{constructor(_0x29ca15,_0x57c149,_0xffe22e,_0x222add,_0x4eeaef,_0x56a9a8,_0x396c47,_0x297781,_0x5e127f,_0x56125a){const _0x343339=_0x279ea5;super(),_0x2f3a83(this,_0x343339(0x3b9),new _0x2d8475[(_0x343339(0x555))](0x0)),_0x2f3a83(this,'sessionStatus$',this[_0x343339(0x3b9)][_0x343339(0x43e)]()),_0x2f3a83(this,'_event$',new _0x2d8475['Subject']()),_0x2f3a83(this,_0x343339(0x63a),this[_0x343339(0x358)][_0x343339(0x43e)]()),_0x2f3a83(this,'_socket'),_0x2f3a83(this,_0x343339(0x1a3)),_0x2f3a83(this,_0x343339(0x343)),_0x2f3a83(this,'_shouldReportTelemetry',!0x1),_0x2f3a83(this,_0x343339(0x54e),null),(this[_0x343339(0x1fd)]=_0x29ca15,this[_0x343339(0x2a5)]=_0xffe22e,this[_0x343339(0x545)]=_0x222add,this[_0x343339(0x1f9)]=_0x4eeaef,this[_0x343339(0x3ed)]=_0x56a9a8,this['_localeService']=_0x396c47,this[_0x343339(0x54a)]=_0x297781,this['_commentService']=_0x5e127f,this[_0x343339(0x49e)]=_0x56125a,this[_0x343339(0x1bf)]=!!this['_telemetryService'],_0x57c149['pipe'](_0x2d8475[_0x343339(0x2f9)](this[_0x343339(0x2b1)]))[_0x343339(0x4c8)](_0x1e5efb=>{const _0x472787=_0x343339;var _0x39410e;typeof _0x1e5efb>'u'||(this[_0x472787(0x2e4)]=_0x1e5efb,_0x1e5efb?(this['_joinRoom'](_0x1e5efb),this['_socketMessageSubscription']=_0x1e5efb[_0x472787(0x2bd)]['subscribe'](_0x36830b=>{const _0x53bb7f=_0x472787;_0x36830b['routeKey']===this['_unitID']&&this[_0x53bb7f(0x4f0)](_0x36830b);})):(this[_0x472787(0x3f6)](),this[_0x472787(0x3b9)][_0x472787(0x4ee)](0x2),(_0x39410e=this[_0x472787(0x1a3)])==null||_0x39410e[_0x472787(0x1e1)](),this[_0x472787(0x1a3)]=null));}),this[_0x343339(0x433)](this[_0x343339(0x545)][_0x343339(0x295)](()=>{const _0x10c530=_0x343339;var _0x327f65;(_0x327f65=this['_socket'])==null||_0x327f65['send']({'cmd':_0x15d76f[_0x10c530(0x478)],'data':{'roomID':this['_unitID']}});})));}get['sessionStatus'](){const _0x3493ff=_0x279ea5;return this[_0x3493ff(0x3b9)][_0x3493ff(0x255)]();}[_0x279ea5(0x3c7)](){const _0xb3c789=_0x279ea5;var _0x570849,_0x5e0685;return(_0x5e0685=(_0x570849=this[_0xb3c789(0x2e4)])==null?void 0x0:_0x570849['memberID'])!=null?_0x5e0685:null;}[_0x279ea5(0x1b5)](){const _0x2dd4ac=_0x279ea5;super[_0x2dd4ac(0x1b5)](),this[_0x2dd4ac(0x2b1)]['next'](),this['dispose$'][_0x2dd4ac(0x3b0)]();}[_0x279ea5(0x418)](){const _0xbc3f0c=_0x279ea5;var _0x34bd2e,_0x1f900d;this[_0xbc3f0c(0x3f6)](),(_0x34bd2e=this['_socket'])==null||_0x34bd2e[_0xbc3f0c(0x183)]({'cmd':_0x15d76f[_0xbc3f0c(0x478)],'data':{'roomID':this['_unitID']}}),(_0x1f900d=this[_0xbc3f0c(0x2e4)])==null||_0x1f900d[_0xbc3f0c(0x418)](),this[_0xbc3f0c(0x358)]['complete'](),this[_0xbc3f0c(0x3b9)][_0xbc3f0c(0x3b0)](),this[_0xbc3f0c(0x1b5)]();}[_0x279ea5(0x4f0)](_0x23ee21){const _0x39595c=_0x279ea5;_0x23ee21[_0x39595c(0x1fb)]===_0x15d76f[_0x39595c(0x280)]?this[_0x39595c(0x4a8)](_0x23ee21):_0x23ee21[_0x39595c(0x1fb)]===_0x15d76f[_0x39595c(0x56b)]&&this[_0x39595c(0x372)](_0x23ee21);}[_0x279ea5(0x53c)](_0x5125e0){const _0x8bf14f=_0x279ea5;this[_0x8bf14f(0x3b9)][_0x8bf14f(0x4ee)](0x1),_0x5125e0[_0x8bf14f(0x183)]({'cmd':_0x15d76f[_0x8bf14f(0x280)],'routeKey':this['_unitID'],'routeType':'','data':{'rooms':[{'roomID':this['_unitID']}]}});}['_onJoinRoomEvent'](_0x37cf92){const _0x461c8e=_0x279ea5;var _0x3b3d9b;if(_0x37cf92['code']===_0x2962c0['FAIL']){this['_messageService'][_0x461c8e(0x463)]({'type':_0x5783a6[_0x461c8e(0x584)][_0x461c8e(0x602)],'content':this['_localeService']['t']('session.room-full')}),this[_0x461c8e(0x3b9)]['next'](0x2);return;}this['_sessionStatus$'][_0x461c8e(0x4ee)](0x3);const _0x11ab3f=(_0x3b3d9b=_0x37cf92[_0x461c8e(0x5de)][_0x461c8e(0x4b4)][this[_0x461c8e(0x1fd)]])==null?void 0x0:_0x3b3d9b[_0x461c8e(0x43b)];_0x11ab3f&&_0x11ab3f['forEach'](_0x5a34aa=>this['_memberService'][_0x461c8e(0x422)](this[_0x461c8e(0x1fd)],_0x5a34aa));}[_0x279ea5(0x372)](_0x13f879){const _0x16742e=_0x279ea5;try{const _0x440ec3=_0x13f879[_0x16742e(0x5de)];switch(_0x440ec3[_0x16742e(0x4a5)]){case _0x1730a2[_0x16742e(0x489)][_0x16742e(0x594)]:this[_0x16742e(0x3a1)](_0x440ec3),this['_event$']['next'](_0x440ec3);break;case _0x1730a2[_0x16742e(0x489)][_0x16742e(0x611)]:this[_0x16742e(0x3d2)](_0x440ec3),this[_0x16742e(0x358)][_0x16742e(0x4ee)](_0x440ec3);break;case _0x1730a2[_0x16742e(0x489)][_0x16742e(0x342)]:case _0x1730a2[_0x16742e(0x489)][_0x16742e(0x3e9)]:this[_0x16742e(0x1a9)](),this[_0x16742e(0x3b3)](),this[_0x16742e(0x358)][_0x16742e(0x4ee)](_0x440ec3);break;case _0x1730a2[_0x16742e(0x489)]['MSG_FOR_ERROR']:this['_logService']['error']('save\x20fail\x20reason\x20is\x20'+JSON[_0x16742e(0x50c)](_0x440ec3)),this[_0x16742e(0x358)]['next'](_0x440ec3);break;case _0x1730a2[_0x16742e(0x489)][_0x16742e(0x3f7)]:this[_0x16742e(0x42b)]['onCommentUpdate'](_0x440ec3['data']),this[_0x16742e(0x358)]['next'](_0x440ec3);break;default:this[_0x16742e(0x358)][_0x16742e(0x4ee)](_0x440ec3);}}catch(_0x5347f4){this[_0x16742e(0x2a5)][_0x16742e(0x5b9)](_0x5347f4,_0x13f879);}}[_0x279ea5(0x3a1)](_0x227e2c){const _0x4a3de4=_0x279ea5;this['_memberService'][_0x4a3de4(0x422)](this[_0x4a3de4(0x1fd)],_0x227e2c[_0x4a3de4(0x5de)]);}['_onUserLeave'](_0x3cae46){const _0x4d94b4=_0x279ea5;this[_0x4d94b4(0x54a)][_0x4d94b4(0x2c9)](this['_unitID'],_0x3cae46[_0x4d94b4(0x5de)]['memberID']);}async[_0x279ea5(0x183)](_0x325499,_0x1a6626){const _0x53913e=_0x279ea5;if(this['sessionStatus']!==0x3||!this[_0x53913e(0x2e4)])throw new Error('[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!');try{_0x325499[_0x53913e(0x4a5)]===_0x1730a2[_0x53913e(0x489)][_0x53913e(0x633)]&&(this[_0x53913e(0x4a4)](),this['_startTelemetryCollaborationNewChangeset'](_0x325499)),this[_0x53913e(0x2e4)][_0x53913e(0x183)]({'cmd':_0x15d76f[_0x53913e(0x2b6)],'routeKey':_0x1a6626,'routeType':'','data':_0x325499});}catch(_0x4df306){this[_0x53913e(0x2a5)][_0x53913e(0x5b9)](_0x4df306);}}[_0x279ea5(0x4a4)](){const _0x785cd2=_0x279ea5;var _0x401674;this[_0x785cd2(0x343)]=window[_0x785cd2(0x5e0)](()=>{const _0x8b3841=_0x785cd2;this[_0x8b3841(0x343)]=null,this[_0x8b3841(0x1f9)]['show']({'type':_0x5783a6[_0x8b3841(0x584)][_0x8b3841(0x5ea)],'content':this['_localeService']['t']('session.collaboration-timeout')});},(_0x401674=this[_0x785cd2(0x3ed)]['getConfig'](_0x464e93))!=null?_0x401674:0x4e20);}[_0x279ea5(0x3b3)](){const _0x367611=_0x279ea5;this['_collaborationTimeoutTimer']&&(clearTimeout(this[_0x367611(0x343)]),this[_0x367611(0x343)]=null);}[_0x279ea5(0x5f9)](_0x4e050f){const _0x508db5=_0x279ea5;if(!this[_0x508db5(0x1bf)])return;const {data:_0x44c983}=_0x4e050f,{unitID:_0x4fb6ef,changeset:_0x3bb191}=_0x44c983,{mutations:_0x30ee24,type:_0x4db857}=_0x3bb191;this[_0x508db5(0x54e)]={'unitId':_0x4fb6ef,'type':_0x4db857,'startTime':performance[_0x508db5(0x1d5)](),'stopTime':0x0,'duration':0x0,'size':_0xfe584e(_0x30ee24)};}[_0x279ea5(0x1a9)](){const _0x155018=_0x279ea5;if(this['_shouldReportTelemetry']){if(!this[_0x155018(0x54e)]){this[_0x155018(0x2a5)]['error'](_0x155018(0x468),_0x155018(0x2d5));return;}this['_telemetryInfo']['stopTime']=performance['now'](),this[_0x155018(0x54e)][_0x155018(0x22a)]=this['_telemetryInfo']['stopTime']-this[_0x155018(0x54e)][_0x155018(0x640)],this[_0x155018(0x49e)][_0x155018(0x1c1)](_0x3b6fa8,this[_0x155018(0x54e)]),this[_0x155018(0x54e)]=null;}}[_0x279ea5(0x3f6)](){const _0x5ca0b9=_0x279ea5;this[_0x5ca0b9(0x54e)]=null;}},_0x4e8834[_0x279ea5(0x36d)]=_0x537393([_0x3be057(0x2,_0x2b7596[_0x279ea5(0x248)]),_0x3be057(0x3,_0x1b8378[_0x279ea5(0x327)]),_0x3be057(0x4,_0x1b8378[_0x279ea5(0x4bb)]),_0x3be057(0x5,_0x2b7596['IConfigService']),_0x3be057(0x6,_0x2b7596['Inject'](_0x2b7596[_0x279ea5(0x5ad)])),_0x3be057(0x7,_0x2b7596['Inject'](_0x4e8834[_0x279ea5(0x2a0)])),_0x3be057(0x8,_0x2b7596[_0x279ea5(0x33d)](_0x1cc411)),_0x3be057(0x9,_0x2b7596[_0x279ea5(0x244)](_0x38d19b[_0x279ea5(0x5f1)]))],_0x4e8834[_0x279ea5(0x36d)]);var _0x55cff2=Object['defineProperty'],_0x41b7eb=Object[_0x279ea5(0x43f)],_0x81e37e=(_0x2c1122,_0xf5c4c0,_0x5d205c,_0x2c900a)=>{const _0x447f08=_0x279ea5;for(var _0x13b6dd=_0x2c900a>0x1?void 0x0:_0x2c900a?_0x41b7eb(_0xf5c4c0,_0x5d205c):_0xf5c4c0,_0x44ef5a=_0x2c1122[_0x447f08(0x628)]-0x1,_0x404feb;_0x44ef5a>=0x0;_0x44ef5a--)(_0x404feb=_0x2c1122[_0x44ef5a])&&(_0x13b6dd=(_0x2c900a?_0x404feb(_0xf5c4c0,_0x5d205c,_0x13b6dd):_0x404feb(_0x13b6dd))||_0x13b6dd);return _0x2c900a&&_0x13b6dd&&_0x55cff2(_0xf5c4c0,_0x5d205c,_0x13b6dd),_0x13b6dd;},_0x1d53d3=(_0x36d769,_0x3a053f)=>(_0x399323,_0x5b0f66)=>_0x3a053f(_0x399323,_0x5b0f66,_0x36d769);_0x4e8834[_0x279ea5(0x48c)]=class extends _0x2b7596['Disposable']{constructor(_0x33a135,_0xa61e1d,_0x298484,_0x5d3529,_0x35b55f,_0x49cf2e){const _0x121364=_0x279ea5;super(),_0x2f3a83(this,_0x121364(0x2fc),new _0x2d8475[(_0x121364(0x555))](void 0x0)),_0x2f3a83(this,_0x121364(0x270),this['_socket$'][_0x121364(0x43e)]()),_0x2f3a83(this,_0x121364(0x509),null),_0x2f3a83(this,'_sessions',new Map()),_0x2f3a83(this,_0x121364(0x55f),new _0x2d8475[(_0x121364(0x555))](_0x381713[_0x121364(0x4c4)])),_0x2f3a83(this,'status$',this[_0x121364(0x55f)][_0x121364(0x43e)]()),_0x2f3a83(this,_0x121364(0x25f),!0x1),_0x2f3a83(this,_0x121364(0x35f)),_0x2f3a83(this,_0x121364(0x5a2),0x0),_0x2f3a83(this,_0x121364(0x5d2)),_0x2f3a83(this,_0x121364(0x38c)),(this[_0x121364(0x36b)]=_0x33a135,this[_0x121364(0x217)]=_0xa61e1d,this[_0x121364(0x1f9)]=_0x298484,this[_0x121364(0x2a5)]=_0x5d3529,this[_0x121364(0x3ed)]=_0x35b55f,this[_0x121364(0x21c)]=_0x49cf2e,this[_0x121364(0x1b3)]());}get[_0x279ea5(0x2e4)](){const _0x21392a=_0x279ea5;return this[_0x21392a(0x2fc)][_0x21392a(0x255)]();}[_0x279ea5(0x1b3)](){const _0x122047=_0x279ea5;this[_0x122047(0x1dd)](),this[_0x122047(0x34e)]();}[_0x279ea5(0x1b5)](){const _0x1bafcd=_0x279ea5;super['dispose'](),this[_0x1bafcd(0x439)][_0x1bafcd(0x38f)](_0x36a247=>_0x36a247[_0x1bafcd(0x1b5)]()),this[_0x1bafcd(0x439)][_0x1bafcd(0x1d4)](),this[_0x1bafcd(0x55f)]['complete']();}async[_0x279ea5(0x41f)](_0x514739){const _0x13f053=_0x279ea5;if(this['_sessions'][_0x13f053(0x48a)](_0x514739))return this[_0x13f053(0x439)][_0x13f053(0x42f)](_0x514739);this[_0x13f053(0x384)]();const _0x141fa4=this[_0x13f053(0x36b)][_0x13f053(0x41d)](_0x4e8834[_0x13f053(0x36d)],_0x514739,this['_socket$'][_0x13f053(0x43e)]());return this['_sessions']['set'](_0x514739,_0x141fa4),_0x141fa4;}[_0x279ea5(0x4b9)](_0x4dbc12){const _0x490006=_0x279ea5;var _0xc3c4ed;const _0x57e605=this['_sessions'][_0x490006(0x42f)](_0x4dbc12);_0x57e605&&(this[_0x490006(0x439)][_0x490006(0x50e)](_0x4dbc12),_0x57e605[_0x490006(0x418)]()),this['_sessions'][_0x490006(0x41c)]||(_0xc3c4ed=this[_0x490006(0x2e4)])==null||_0xc3c4ed[_0x490006(0x418)]();}['reconnect'](){const _0x1c0f8a=_0x279ea5;this[_0x1c0f8a(0x5a2)]=0x0,this[_0x1c0f8a(0x35f)]!=null&&(clearTimeout(this[_0x1c0f8a(0x35f)]),this[_0x1c0f8a(0x35f)]=null),this[_0x1c0f8a(0x4fe)]();}[_0x279ea5(0x2f4)](){const _0x299a15=_0x279ea5;var _0x1f27f5,_0x3a34b0;const _0x21cbb1=this['_configService']['getConfig'](_0x22fc5c),_0x280093=this[_0x299a15(0x3ed)]['getConfig'](_0x363980),_0x53096d=(_0x3a34b0=(_0x1f27f5=_0x280093==null?void 0x0:_0x280093['collabWebSocketUrl'])!=null?_0x1f27f5:_0x21cbb1)!=null?_0x3a34b0:_0x55e757,_0x1e6bcc=this['_socketService']['createSocket'](_0x53096d);return this[_0x299a15(0x509)]=_0x1e6bcc,_0x1e6bcc;}['_tryEnsureSocket'](){const _0x18a3f8=_0x279ea5;var _0x3ae0b5,_0x380c6c;try{const _0x926b3a=(_0x380c6c=(_0x3ae0b5=this[_0x18a3f8(0x2e4)])!=null?_0x3ae0b5:this['_candidateSocket'])!=null?_0x380c6c:this[_0x18a3f8(0x2f4)]();if(_0x926b3a){const _0xde29a6=_0x926b3a['send'];_0x926b3a[_0x18a3f8(0x183)]=_0x1082cd=>(this['_rescheduleHeartbeat'](),_0xde29a6[_0x18a3f8(0x4cd)](_0x926b3a,[_0x1082cd])),_0x926b3a[_0x18a3f8(0x2bd)][_0x18a3f8(0x4c8)](_0x578232=>this['_onMessage'](_0x926b3a,_0x578232)),_0x926b3a[_0x18a3f8(0x462)][_0x18a3f8(0x2f2)](_0x1ed7ad[_0x18a3f8(0x2ec)](0x1))[_0x18a3f8(0x4c8)](_0x2a11d8=>this[_0x18a3f8(0x2a5)][_0x18a3f8(0x5b9)]('[CollaborationSessionService]:\x20socket\x20error',_0x2a11d8)),_0x926b3a[_0x18a3f8(0x54f)]['pipe'](_0x1ed7ad[_0x18a3f8(0x2ec)](0x1))[_0x18a3f8(0x4c8)](()=>{const _0x4636be=_0x18a3f8;this[_0x4636be(0x367)](_0x926b3a);}),_0x926b3a[_0x18a3f8(0x43c)][_0x18a3f8(0x2f2)](_0x1ed7ad[_0x18a3f8(0x2ec)](0x1))[_0x18a3f8(0x4c8)](_0x24d132=>{const _0x5ac7dd=_0x18a3f8;this[_0x5ac7dd(0x2a5)][_0x5ac7dd(0x5c5)](_0x5ac7dd(0x48d),_0x5ac7dd(0x1f6),_0x24d132),this['_onConnectionFailed']();});}}catch(_0x3b0838){this[_0x18a3f8(0x2a5)][_0x18a3f8(0x5b9)](_0x3b0838),this['_onConnectionFailed']();}}[_0x279ea5(0x367)](_0xd70821){const _0x22b40c=_0x279ea5;this[_0x22b40c(0x2a5)]['debug'](_0x22b40c(0x48d),'socket\x20open.'),_0xd70821['send']({'cmd':_0x15d76f[_0x22b40c(0x33a)]}),this[_0x22b40c(0x60a)]();}[_0x279ea5(0x1dd)](){const _0x56e03c=_0x279ea5;window[_0x56e03c(0x5c9)](_0x56e03c(0x39b),()=>this[_0x56e03c(0x4d6)]());}[_0x279ea5(0x4d6)](){const _0x3a7f03=_0x279ea5;this[_0x3a7f03(0x25f)]=!0x1,this['_candidateSocket']=null,this[_0x3a7f03(0x55f)][_0x3a7f03(0x4ee)](_0x381713[_0x3a7f03(0x381)]),this['_socket$'][_0x3a7f03(0x4ee)](null),this[_0x3a7f03(0x51f)](),this['_clearHeartbeatTimer']();}['_onConnectionFailed'](){const _0x54b5b6=_0x279ea5;var _0x26235b;this['_onOffline'](),this['_retryCount']<((_0x26235b=this[_0x54b5b6(0x3ed)]['getConfig'](_0x561722))!=null?_0x26235b:0x3)?(this[_0x54b5b6(0x1f9)]['show']({'key':'collaboration-session-retry','type':_0x5783a6[_0x54b5b6(0x584)][_0x54b5b6(0x602)],'content':this[_0x54b5b6(0x217)]['t'](_0x54b5b6(0x1dc))}),this[_0x54b5b6(0x4fe)]()):this[_0x54b5b6(0x1f9)][_0x54b5b6(0x463)]({'key':_0x54b5b6(0x289),'type':_0x5783a6[_0x54b5b6(0x584)][_0x54b5b6(0x5ea)],'content':this['_localeService']['t']('session.connection-failed')});}['_listenToOnlineEvent'](){const _0x1a0e83=_0x279ea5,_0x3bc2a9=()=>{const _0x50f70f=_0x4ad9;this[_0x50f70f(0x2e4)]||this['reconnect']();},_0x16f5ac=()=>{const _0x342ca7=_0x4ad9;this[_0x342ca7(0x2e4)]||document[_0x342ca7(0x279)]===_0x342ca7(0x3c1)||this[_0x342ca7(0x5a0)]();};window['addEventListener'](_0x1a0e83(0x37e),_0x3bc2a9),document[_0x1a0e83(0x5c9)]('visibilitychange',_0x16f5ac);}[_0x279ea5(0x4fe)](){const _0x4d6c70=_0x279ea5;var _0xcd7e19;const _0x561339=this['_retryCount'],_0xf84795=this[_0x4d6c70(0x3ed)]['getConfig'](_0x363980),_0x5637aa=_0x561339===0x0?0x0:((_0xcd7e19=_0xf84795==null?void 0x0:_0xf84795[_0x4d6c70(0x3e7)])!=null?_0xcd7e19:0x4e20)*0x2**_0x561339;this[_0x4d6c70(0x35f)]=window[_0x4d6c70(0x5e0)](()=>{const _0x13f109=_0x4d6c70;clearTimeout(this[_0x13f109(0x35f)]),this[_0x13f109(0x35f)]=null,this[_0x13f109(0x384)]();},_0x5637aa),this[_0x4d6c70(0x5a2)]+=0x1;}['_onMessage'](_0x42a9a7,_0xdc55f0){const _0x572b5f=_0x279ea5,{cmd:_0x2fc6ff}=_0xdc55f0;_0x2fc6ff===_0x15d76f['HELLO']&&!this['_socketReady']&&(_0x42a9a7[_0x572b5f(0x3a6)]=_0xdc55f0[_0x572b5f(0x5de)][_0x572b5f(0x3a6)],this[_0x572b5f(0x2fc)][_0x572b5f(0x4ee)](_0x42a9a7),this['_status$'][_0x572b5f(0x4ee)](_0x381713[_0x572b5f(0x243)]),this[_0x572b5f(0x25f)]=!0x0,this[_0x572b5f(0x509)]=null),_0x2fc6ff===_0x15d76f[_0x572b5f(0x2ab)]&&this[_0x572b5f(0x51f)](),this[_0x572b5f(0x60a)]();}[_0x279ea5(0x60a)](){const _0x4d63ea=_0x279ea5;var _0x36fae6;this[_0x4d63ea(0x251)](),this[_0x4d63ea(0x5d2)]=window['setTimeout'](()=>this[_0x4d63ea(0x2ee)](),(_0x36fae6=this[_0x4d63ea(0x3ed)]['getConfig'](_0x126eb7))!=null?_0x36fae6:0x7530);}['_sendHeartbeat'](){const _0x38523c=_0x279ea5;this['_socket'][_0x38523c(0x183)]({'cmd':_0x15d76f[_0x38523c(0x2ab)]}),this['_waitForHeartbeatResponse']();}['_waitForHeartbeatResponse'](){const _0x222972=_0x279ea5;var _0x16bbdc;this[_0x222972(0x38c)]=window[_0x222972(0x5e0)](()=>this[_0x222972(0x1cf)](),(_0x16bbdc=this[_0x222972(0x3ed)][_0x222972(0x3c2)](_0x464e93))!=null?_0x16bbdc:0x4e20);}[_0x279ea5(0x251)](){const _0xc5af35=_0x279ea5;this[_0xc5af35(0x5d2)]!=null&&(clearTimeout(this['_sendHeartbeatTimer']),this[_0xc5af35(0x5d2)]=null);}['_clearTimeoutTimer'](){const _0x2d422b=_0x279ea5;this[_0x2d422b(0x38c)]!=null&&(clearTimeout(this[_0x2d422b(0x38c)]),this[_0x2d422b(0x38c)]=null);}},_0x4e8834[_0x279ea5(0x48c)]=_0x81e37e([_0x1d53d3(0x0,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596['Injector'])),_0x1d53d3(0x1,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5ad)])),_0x1d53d3(0x2,_0x1b8378['IMessageService']),_0x1d53d3(0x3,_0x2b7596['ILogService']),_0x1d53d3(0x4,_0x2b7596[_0x279ea5(0x23a)]),_0x1d53d3(0x5,_0x1429af)],_0x4e8834[_0x279ea5(0x48c)]);const _0x2a5194=[];for(let _0x42e6db=0x0;_0x42e6db<0x100;++_0x42e6db)_0x2a5194[_0x279ea5(0x564)]((_0x42e6db+0x100)[_0x279ea5(0x207)](0x10)[_0x279ea5(0x60b)](0x1));function _0x80c497(_0x4ede3f,_0x3c2c62=0x0){const _0x5cacbe=_0x279ea5;return(_0x2a5194[_0x4ede3f[_0x3c2c62+0x0]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0x1]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0x2]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0x3]]+'-'+_0x2a5194[_0x4ede3f[_0x3c2c62+0x4]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0x5]]+'-'+_0x2a5194[_0x4ede3f[_0x3c2c62+0x6]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0x7]]+'-'+_0x2a5194[_0x4ede3f[_0x3c2c62+0x8]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0x9]]+'-'+_0x2a5194[_0x4ede3f[_0x3c2c62+0xa]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0xb]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0xc]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0xd]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0xe]]+_0x2a5194[_0x4ede3f[_0x3c2c62+0xf]])[_0x5cacbe(0x508)]();}let _0x3ad219;const _0x5655e4=new Uint8Array(0x10);function _0x47c5cd(){const _0x48835e=_0x279ea5;if(!_0x3ad219){if(typeof crypto>'u'||!crypto[_0x48835e(0x5bc)])throw new Error(_0x48835e(0x517));_0x3ad219=crypto[_0x48835e(0x5bc)]['bind'](crypto);}return _0x3ad219(_0x5655e4);}const _0x1b55cf={'randomUUID':typeof crypto<'u'&&crypto['randomUUID']&&crypto[_0x279ea5(0x405)][_0x279ea5(0x361)](crypto)};function _0x1bccfd(_0xc7c933,_0x4b0a89,_0x367620){const _0x476765=_0x279ea5;if(_0x1b55cf[_0x476765(0x405)]&&!_0x4b0a89&&!_0xc7c933)return _0x1b55cf['randomUUID']();_0xc7c933=_0xc7c933||{};const _0x2e1bc5=_0xc7c933[_0x476765(0x563)]||(_0xc7c933[_0x476765(0x5d8)]||_0x47c5cd)();return _0x2e1bc5[0x6]=_0x2e1bc5[0x6]&0xf|0x40,_0x2e1bc5[0x8]=_0x2e1bc5[0x8]&0x3f|0x80,_0x80c497(_0x2e1bc5);}var _0x51f4de=Object[_0x279ea5(0x4f4)],_0x5c059d=Object[_0x279ea5(0x43f)],_0x5210dc=(_0x5a097c,_0x2e6b86,_0xa5815a,_0x1db61f)=>{const _0x10857d=_0x279ea5;for(var _0x1a46a8=_0x1db61f>0x1?void 0x0:_0x1db61f?_0x5c059d(_0x2e6b86,_0xa5815a):_0x2e6b86,_0x2cecef=_0x5a097c[_0x10857d(0x628)]-0x1,_0x4c94a4;_0x2cecef>=0x0;_0x2cecef--)(_0x4c94a4=_0x5a097c[_0x2cecef])&&(_0x1a46a8=(_0x1db61f?_0x4c94a4(_0x2e6b86,_0xa5815a,_0x1a46a8):_0x4c94a4(_0x1a46a8))||_0x1a46a8);return _0x1db61f&&_0x1a46a8&&_0x51f4de(_0x2e6b86,_0xa5815a,_0x1a46a8),_0x1a46a8;},_0x288c51=(_0x3233c3,_0x28e996)=>(_0x57d2cd,_0x4cd381)=>_0x28e996(_0x57d2cd,_0x4cd381,_0x3233c3);let _0x3739e1=class{constructor(_0x14747c,_0x4fe4e5,_0x5d1b97){const _0xdcd63d=_0x279ea5;this[_0xdcd63d(0x36b)]=_0x14747c,this['_transformService']=_0x4fe4e5,this[_0xdcd63d(0x49b)]=_0x5d1b97;}[_0x279ea5(0x42c)](_0x38dbab){const _0x3d911a=_0x279ea5;this[_0x3d911a(0x471)](_0x38dbab),this[_0x3d911a(0x20f)](_0x38dbab);}['transformRemoteChangeset'](_0x4b0704){const _0xe1b0c6=_0x279ea5,{unitID:_0x4fe4d6}=_0x4b0704,_0x4cb54c=this[_0xe1b0c6(0x49b)][_0xe1b0c6(0x39f)](_0x4fe4d6)['with'](_0x177c6d['DocIMEInputManagerService']),{redoCache:_0x3d8fb5}=_0x4cb54c[_0xe1b0c6(0x3ad)]();if(_0x3d8fb5[_0xe1b0c6(0x628)]===0x0)return _0x4b0704;let _0x4d8e9e=_0x2b7596[_0xe1b0c6(0x27b)][_0xe1b0c6(0x2b0)](_0x4b0704[_0xe1b0c6(0x203)][0x0]);for(let _0xc57ec3=0x0;_0xc57ec3<_0x3d8fb5[_0xe1b0c6(0x628)];_0xc57ec3++){const _0x4bc626={'id':_0xe1b0c6(0x543),'params':{..._0x3d8fb5[_0xc57ec3]}},_0x2b06ef=this['_transformService']['transformMutation'](_0x4d8e9e,_0x4bc626,!0x1);if(_0x1730a2['isTransformMutationFailure'](_0x2b06ef))throw _0x2b06ef[_0xe1b0c6(0x5b9)];_0x4d8e9e=_0x2b06ef[_0xe1b0c6(0x24b)];}return{..._0x2b7596[_0xe1b0c6(0x27b)][_0xe1b0c6(0x2b0)](_0x4b0704),'mutations':[_0x4d8e9e]};}[_0x279ea5(0x471)](_0x494fff){const _0x5b3f1e=_0x279ea5,{unitID:_0xadf89}=_0x494fff,_0x484c5f=this[_0x5b3f1e(0x49b)]['getRenderById'](_0xadf89)[_0x5b3f1e(0x3b1)](_0x177c6d[_0x5b3f1e(0x194)]),{undoCache:_0x546911,redoCache:_0x2d96fb}=_0x484c5f[_0x5b3f1e(0x3ad)]();if(_0x546911[_0x5b3f1e(0x628)]===0x0||_0x2d96fb['length']===0x0)return;const _0xf6896e=[],_0x40b7fd=[];let _0x3d7a9d=_0x2b7596[_0x5b3f1e(0x27b)]['deepClone'](_0x494fff[_0x5b3f1e(0x203)][0x0]),_0x14cde6=_0x2b7596[_0x5b3f1e(0x27b)][_0x5b3f1e(0x2b0)](_0x494fff[_0x5b3f1e(0x203)][0x0]);for(let _0x7a314f=_0x546911['length']-0x1;_0x7a314f>=0x0;_0x7a314f--){const _0x1a86a5={'id':_0x5b3f1e(0x543),'params':{..._0x546911[_0x7a314f]}},_0x335587={'id':'doc.mutation.rich-text-editing','params':{..._0x2d96fb[_0x7a314f]}},_0x52b169=this[_0x5b3f1e(0x1ee)]['transformMutation'](_0x3d7a9d,_0x1a86a5,!0x1),_0x2f99bd=this[_0x5b3f1e(0x1ee)][_0x5b3f1e(0x238)](_0x14cde6,_0x335587,!0x1);if(_0x1730a2[_0x5b3f1e(0x333)](_0x52b169))throw _0x52b169[_0x5b3f1e(0x5b9)];if(_0x1730a2['isTransformMutationFailure'](_0x2f99bd))throw _0x2f99bd['error'];_0xf6896e[_0x5b3f1e(0x3dd)](_0x52b169[_0x5b3f1e(0x53d)][_0x5b3f1e(0x58b)]),_0x40b7fd[_0x5b3f1e(0x3dd)](_0x2f99bd[_0x5b3f1e(0x53d)][_0x5b3f1e(0x58b)]),_0x3d7a9d=_0x52b169['m1Prime'],_0x14cde6=_0x2f99bd[_0x5b3f1e(0x24b)];}_0x484c5f[_0x5b3f1e(0x3ee)]({'undoCache':_0xf6896e,'redoCache':_0x40b7fd});}[_0x279ea5(0x20f)](_0x301716){const _0x769b27=_0x279ea5,{unitID:_0x49f121}=_0x301716,_0x42ade7=this[_0x769b27(0x49b)]['getRenderById'](_0x49f121)[_0x769b27(0x3b1)](_0x177c6d[_0x769b27(0x194)]),_0x184860=_0x42ade7[_0x769b27(0x1cc)]();if(_0x184860==null)return;const _0x2caa06=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x301716[_0x769b27(0x2a6)],'actions':null,'textRanges':[_0x184860]}}],_0x3f053f=this[_0x769b27(0x1ee)][_0x769b27(0x523)](_0x301716,_0x2caa06);if(!_0x1730a2[_0x769b27(0x293)](_0x3f053f))throw _0x3f053f[_0x769b27(0x5b9)];const _0x1a9fdc=_0x3f053f['m2Prime'][0x0]['params'][_0x769b27(0x533)];Array[_0x769b27(0x51e)](_0x1a9fdc)&&_0x1a9fdc[_0x769b27(0x628)]&&_0x42ade7[_0x769b27(0x4ad)](_0x1a9fdc[0x0]);}};_0x3739e1=_0x5210dc([_0x288c51(0x0,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0x288c51(0x1,_0x1730a2[_0x279ea5(0x58c)]),_0x288c51(0x2,_0x2d4ee1['IRenderManagerService'])],_0x3739e1);var _0x3e128a=Object[_0x279ea5(0x4f4)],_0x4be437=Object[_0x279ea5(0x43f)],_0x1acb9f=(_0x2f198c,_0x5d97a1,_0x241db8,_0x54fd6c)=>{for(var _0x25036e=_0x54fd6c>0x1?void 0x0:_0x54fd6c?_0x4be437(_0x5d97a1,_0x241db8):_0x5d97a1,_0x1ca629=_0x2f198c['length']-0x1,_0x3c16a1;_0x1ca629>=0x0;_0x1ca629--)(_0x3c16a1=_0x2f198c[_0x1ca629])&&(_0x25036e=(_0x54fd6c?_0x3c16a1(_0x5d97a1,_0x241db8,_0x25036e):_0x3c16a1(_0x25036e))||_0x25036e);return _0x54fd6c&&_0x25036e&&_0x3e128a(_0x5d97a1,_0x241db8,_0x25036e),_0x25036e;},_0x6361da=(_0x3477c6,_0x452bc4)=>(_0x51e456,_0x2847de)=>_0x452bc4(_0x51e456,_0x2847de,_0x3477c6);_0x4e8834[_0x279ea5(0x513)]=class extends _0x2b7596[_0x279ea5(0x5e2)]{constructor(_0x3f76ed,_0x1f3dfd,_0x4353e6,_0x538e64,_0x37d54e){const _0x367141=_0x279ea5;super(),_0x2f3a83(this,_0x367141(0x528),new Map()),_0x2f3a83(this,'_saveTaskMap',new Map()),_0x2f3a83(this,'_disabled',!0x1),(this[_0x367141(0x3ed)]=_0x3f76ed,this[_0x367141(0x5fd)]=_0x1f3dfd,this['_beforeCloseService']=_0x4353e6,this[_0x367141(0x217)]=_0x538e64,this[_0x367141(0x2b7)]=_0x37d54e,this['_setupBeforeClosingHandler']());}[_0x279ea5(0x45b)](){const _0x108a4b=_0x279ea5;this[_0x108a4b(0x441)]=!0x0;}['enableLocalCache'](){this['_disabled']=!0x1;}[_0x279ea5(0x1b5)](){const _0x5355f9=_0x279ea5;this['exhaustSavingTask']()[_0x5355f9(0x5fc)](()=>super[_0x5355f9(0x1b5)]());}async[_0x279ea5(0x53b)](_0x53fb97){const _0x19003b=_0x279ea5;return this[_0x19003b(0x441)]?null:this['_localStorageService'][_0x19003b(0x354)](_0x1ee086(_0x53fb97));}async['saveOfflineData'](_0x229763,_0x1d0b51){const _0x6d1050=_0x279ea5;return!!this['_localStorageService'][_0x6d1050(0x28d)](_0x229763,_0x1d0b51);}['updateOfflineData'](_0x48f8af,_0x29602e,_0x2c0503,_0x35ede0){const _0x3160a4=_0x279ea5,_0x2bf16a=this['_revisionService'][_0x3160a4(0x493)](_0x48f8af);this[_0x3160a4(0x528)][_0x3160a4(0x33b)](_0x48f8af,{'unitID':_0x48f8af,'type':_0x29602e,'awaitingChangeset':_0x2c0503,'mutations':_0x35ede0,'rev':_0x2bf16a}),this[_0x3160a4(0x609)][_0x3160a4(0x48a)](_0x48f8af)||this[_0x3160a4(0x498)](_0x48f8af);}[_0x279ea5(0x498)](_0x822bad){const _0x13e485=_0x279ea5,_0x5cbbac=this[_0x13e485(0x309)]();_0x5cbbac===0x0?this[_0x13e485(0x5d9)](_0x822bad):this[_0x13e485(0x609)][_0x13e485(0x33b)](_0x822bad,setTimeout(()=>this[_0x13e485(0x5d9)](_0x822bad),_0x5cbbac));}[_0x279ea5(0x309)](){const _0x129ce7=_0x279ea5;var _0xa68136;return(_0xa68136=this[_0x129ce7(0x3ed)][_0x129ce7(0x3c2)](_0x5dc048))!=null?_0xa68136:0x3e8;}[_0x279ea5(0x5d9)](_0x38e4bf){const _0x97b75f=_0x279ea5,_0x2936d0=this[_0x97b75f(0x609)][_0x97b75f(0x42f)](_0x38e4bf);return _0x2936d0!==void 0x0&&window['clearTimeout'](_0x2936d0),this['_localStorageService']['setItem'](_0x1ee086(_0x38e4bf),this[_0x97b75f(0x528)][_0x97b75f(0x42f)](_0x38e4bf))['then'](()=>this[_0x97b75f(0x609)][_0x97b75f(0x50e)](_0x38e4bf));}async[_0x279ea5(0x239)](){const _0x48f13f=_0x279ea5,_0x34bfec=[];this['_saveTaskMap'][_0x48f13f(0x38f)]((_0x3bc4c8,_0x3b5bd3)=>{const _0x5d5f10=_0x48f13f;window[_0x5d5f10(0x2af)](_0x3bc4c8),_0x34bfec[_0x5d5f10(0x564)](this['_saveCache'](_0x3b5bd3)[_0x5d5f10(0x5fc)](()=>{const _0x2abfca=_0x5d5f10;this['_saveTaskMap'][_0x2abfca(0x50e)](_0x3b5bd3);}));}),await Promise['all'](_0x34bfec);}[_0x279ea5(0x466)](){const _0x38eddc=_0x279ea5;this[_0x38eddc(0x433)](this[_0x38eddc(0x545)][_0x38eddc(0x404)](()=>{const _0x294ec8=_0x38eddc;if(this[_0x294ec8(0x609)][_0x294ec8(0x41c)])return this['_localeService']['t']('collaboration-client.offline-data-not-saved');}));}},_0x4e8834['LocalCacheService']=_0x1acb9f([_0x6361da(0x0,_0x2b7596[_0x279ea5(0x23a)]),_0x6361da(0x1,_0x2b7596[_0x279ea5(0x3eb)]),_0x6361da(0x2,_0x1b8378[_0x279ea5(0x327)]),_0x6361da(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5ad)])),_0x6361da(0x4,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2['RevisionService']))],_0x4e8834['LocalCacheService']);function _0x1ee086(_0x3c5f19){const _0xd64d58=_0x279ea5;return _0xd64d58(0x4c9)+_0x3c5f19;}var _0x4ae858=Object[_0x279ea5(0x4f4)],_0x10a349=Object[_0x279ea5(0x43f)],_0x2db7f4=(_0x5c9c69,_0x3b8004,_0x5f08a2,_0xad6ca0)=>{const _0x2400c0=_0x279ea5;for(var _0x2a6510=_0xad6ca0>0x1?void 0x0:_0xad6ca0?_0x10a349(_0x3b8004,_0x5f08a2):_0x3b8004,_0x375b91=_0x5c9c69[_0x2400c0(0x628)]-0x1,_0x3a259b;_0x375b91>=0x0;_0x375b91--)(_0x3a259b=_0x5c9c69[_0x375b91])&&(_0x2a6510=(_0xad6ca0?_0x3a259b(_0x3b8004,_0x5f08a2,_0x2a6510):_0x3a259b(_0x2a6510))||_0x2a6510);return _0xad6ca0&&_0x2a6510&&_0x4ae858(_0x3b8004,_0x5f08a2,_0x2a6510),_0x2a6510;},_0x1c3219=(_0x280462,_0x285148)=>(_0x2784c5,_0x167d47)=>_0x285148(_0x2784c5,_0x167d47,_0x280462);function _0x2c1baf(_0x17c5d3){const _0x27b194=_0x279ea5,{unitID:_0x537ef6,mutations:_0x565e41}=_0x17c5d3;return{'unitId':_0x537ef6,'subUnitId':_0x565e41[0x0][_0x27b194(0x58b)][_0x27b194(0x24e)]};}let _0x5bded5=class{constructor(_0x349181,_0x32fa70,_0x44fad7){const _0x4a7a28=_0x279ea5;this[_0x4a7a28(0x36b)]=_0x349181,this[_0x4a7a28(0x1ee)]=_0x32fa70,this[_0x4a7a28(0x311)]=_0x44fad7;}[_0x279ea5(0x39e)](_0x5ab8b6){const _0xba6d1f=_0x279ea5;var _0x44c24a,_0x2f3fd3,_0x4b82a6,_0x4ebc5b;const _0x3b56e2=this[_0xba6d1f(0x36b)][_0xba6d1f(0x42f)](_0x5763b6['SheetsSelectionsService']),{unitId:_0x285a5d,subUnitId:_0x49c113}=_0x2c1baf(_0x5ab8b6),_0x6457d4=_0x3b56e2[_0xba6d1f(0x29b)](_0x285a5d)[_0xba6d1f(0x385)](),_0x5db4dd=(_0x2f3fd3=(_0x44c24a=this['_instanceService'][_0xba6d1f(0x267)](_0x285a5d))==null?void 0x0:_0x44c24a[_0xba6d1f(0x1be)]())==null?void 0x0:_0x2f3fd3[_0xba6d1f(0x1e5)]();if(_0x6457d4[_0xba6d1f(0x628)]===0x0||!_0x285a5d||!_0x49c113)return;const _0x528c27=[{'id':_0x5763b6['SetSelectionsOperation']['id'],'params':{'unitId':_0x285a5d,'subUnitId':_0x5db4dd,'selections':_0x2b7596['Tools']['deepClone'](_0x6457d4)}}],_0x2c42a2=this[_0xba6d1f(0x1ee)]['transformMutationsWithChangeset'](_0x5ab8b6,_0x528c27);if(!_0x1730a2[_0xba6d1f(0x293)](_0x2c42a2))throw _0x2c42a2[_0xba6d1f(0x5b9)];const _0x23d516=(_0x4ebc5b=(_0x4b82a6=_0x2c42a2[_0xba6d1f(0x53d)][0x0])==null?void 0x0:_0x4b82a6[_0xba6d1f(0x58b)])==null?void 0x0:_0x4ebc5b[_0xba6d1f(0x2e9)];if(Array['isArray'](_0x23d516)&&_0x23d516['length']){if(_0x23d516[_0xba6d1f(0x628)]===_0x528c27[0x0][_0xba6d1f(0x58b)][_0xba6d1f(0x2e9)][_0xba6d1f(0x628)]&&_0x23d516[_0xba6d1f(0x3ba)]((_0x225636,_0x50bc13)=>_0x2b7596[_0xba6d1f(0x429)]['equals'](_0x225636[_0xba6d1f(0x1d6)],_0x528c27[0x0][_0xba6d1f(0x58b)]['selections'][_0x50bc13][_0xba6d1f(0x1d6)])))return;this['_injector'][_0xba6d1f(0x42f)](_0x2b7596[_0xba6d1f(0x645)])[_0xba6d1f(0x219)](_0x5763b6[_0xba6d1f(0x553)]['id'],{'unitId':_0x285a5d,'subUnitId':_0x5db4dd,'selections':_0x23d516});}}};_0x5bded5=_0x2db7f4([_0x1c3219(0x0,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596['Injector'])),_0x1c3219(0x1,_0x1730a2[_0x279ea5(0x58c)]),_0x1c3219(0x2,_0x2b7596[_0x279ea5(0x411)])],_0x5bded5);const _0x4d613b=_0x2b7596[_0x279ea5(0x427)](_0x279ea5(0x1a8));var _0x1ecf1b=(_0x51961d=>(_0x51961d[_0x51961d[_0x279ea5(0x2e8)]=0x0]='NO_OTHER_CLIENTS_EDITING',_0x51961d[_0x51961d[_0x279ea5(0x4f5)]=0x1]='OTHER_CLIENTS_EDITING',_0x51961d))(_0x1ecf1b||{});const _0x529ff7=0x7530,_0x481f7a=_0x279ea5(0x38b);class _0x43a571 extends _0x2b7596['Disposable']{constructor(){const _0x5b47c0=_0x279ea5;super(),_0x2f3a83(this,_0x5b47c0(0x208),_0x2b7596['Tools']['generateRandomId']()),_0x2f3a83(this,'_selfUnitIDs',new Set()),_0x2f3a83(this,'_unitOnClients',new Map()),_0x2f3a83(this,'_heartbeatTimer',null),_0x2f3a83(this,_0x5b47c0(0x62d),new Map()),_0x2f3a83(this,_0x5b47c0(0x2dc),new Map()),this['_init']();}[_0x279ea5(0x1b5)](){const _0x33cd11=_0x279ea5;super[_0x33cd11(0x1b5)](),this[_0x33cd11(0x62d)][_0x33cd11(0x38f)]((_0xbf2edd,_0x6411ed)=>this[_0x33cd11(0x435)](_0x6411ed)),this[_0x33cd11(0x446)]&&window[_0x33cd11(0x443)](this[_0x33cd11(0x446)]);}[_0x279ea5(0x1b2)](_0x2c6a8f){const _0x28a7f4=_0x279ea5;return this['_ensureSubject'](_0x2c6a8f)[_0x28a7f4(0x2f2)](_0x2d8475['distinctUntilChanged']());}[_0x279ea5(0x45c)](_0x428273){const _0x27bfe8=_0x279ea5;this[_0x27bfe8(0x5ba)][_0x27bfe8(0x41c)]===0x0&&this[_0x27bfe8(0x629)](),this[_0x27bfe8(0x5ba)]['add'](_0x428273),this[_0x27bfe8(0x2ef)]({'type':0x0,'memberID':this[_0x27bfe8(0x208)],'unitIDs':[_0x428273],'isForwarded':!0x1});}['disposeUnit'](_0x1eef3d){const _0x18ba66=_0x279ea5;this[_0x18ba66(0x5ba)][_0x18ba66(0x50e)](_0x1eef3d),this[_0x18ba66(0x5ba)][_0x18ba66(0x41c)]===0x0&&this['_heartbeatTimer']&&window[_0x18ba66(0x443)](this[_0x18ba66(0x446)]);}[_0x279ea5(0x32a)](){const _0x8b2894=_0x279ea5;this[_0x8b2894(0x433)](_0x2b7596[_0x8b2894(0x497)](_0x2d8475['fromEvent'](window,_0x8b2894(0x27f))['subscribe'](_0x3bb815=>{const _0x19bd28=_0x8b2894;if(_0x3bb815[_0x19bd28(0x310)]!==_0x481f7a||!_0x3bb815['newValue'])return;const _0x237fdf=JSON[_0x19bd28(0x2aa)](_0x3bb815[_0x19bd28(0x3b4)]);this[_0x19bd28(0x2bf)](_0x237fdf);}))),window[_0x8b2894(0x5c9)]('unload',()=>this[_0x8b2894(0x2ef)]({'type':0x1,'memberID':this[_0x8b2894(0x208)],'unitIDs':Array[_0x8b2894(0x567)](this['_selfUnitIDs'])}));}[_0x279ea5(0x2bf)](_0x401937){const _0x394057=_0x279ea5;switch(_0x401937[_0x394057(0x413)]){case 0x0:this[_0x394057(0x40b)](_0x401937);break;case 0x1:this['_handleLeaveEvent'](_0x401937);break;case 0x2:this[_0x394057(0x5ee)](_0x401937);break;}}['_handleJoinEvent'](_0x3b5250){const _0x593e57=_0x279ea5,{unitIDs:_0x431ec2,memberID:_0x49ddb5,isForwarded:_0x8bd824}=_0x3b5250;_0x431ec2[_0x593e57(0x38f)](_0x135dac=>{const _0xa986cc=_0x593e57;if(!_0x8bd824&&this[_0xa986cc(0x205)][_0xa986cc(0x48a)](_0x135dac)&&this[_0xa986cc(0x26f)](_0x135dac)[_0xa986cc(0x4ee)](0x1),!this[_0xa986cc(0x205)]['has'](_0x135dac)||!this[_0xa986cc(0x205)][_0xa986cc(0x42f)](_0x135dac)[_0xa986cc(0x48a)](_0x49ddb5)){const _0x68e431=this[_0xa986cc(0x205)][_0xa986cc(0x42f)](_0x135dac)||new Set();_0x68e431[_0xa986cc(0x61b)](_0x49ddb5),this[_0xa986cc(0x205)]['set'](_0x135dac,_0x68e431),this[_0xa986cc(0x329)](_0x49ddb5);}}),_0x8bd824||this['_send']({'type':0x0,'memberID':this[_0x593e57(0x208)],'unitIDs':[...this[_0x593e57(0x5ba)]],'isForwarded':!0x0});}['_scheduleClearOtherTimer'](_0x1d04bd){const _0x2cbe8e=_0x279ea5;this[_0x2cbe8e(0x435)](_0x1d04bd);const _0x2208b1=window[_0x2cbe8e(0x5e0)](()=>{const _0x59b7fb=_0x2cbe8e;this[_0x59b7fb(0x205)]['forEach'](_0x489182=>{const _0x2fab7c=_0x59b7fb;_0x489182[_0x2fab7c(0x50e)](_0x1d04bd);});},_0x529ff7*0x2);this['_clearOtherTimers'][_0x2cbe8e(0x33b)](_0x1d04bd,_0x2208b1);}['_removeClearOtherTimer'](_0x4fc419){const _0x399851=_0x279ea5;if(this[_0x399851(0x62d)][_0x399851(0x48a)](_0x4fc419)){const _0x229596=this[_0x399851(0x62d)]['get'](_0x4fc419);_0x229596&&window[_0x399851(0x2af)](_0x229596),this['_clearOtherTimers'][_0x399851(0x33b)](_0x4fc419,null);}}['_handleLeaveEvent'](_0x38b460){const {memberID:_0x2b5268,unitIDs:_0x4f4a38}=_0x38b460;_0x4f4a38['forEach'](_0x5b232f=>{const _0x56703c=_0x4ad9;var _0x3b4177;const _0x56a687=this[_0x56703c(0x205)][_0x56703c(0x42f)](_0x5b232f);_0x56a687&&(_0x56a687[_0x56703c(0x50e)](_0x2b5268),(_0x3b4177=this[_0x56703c(0x26f)](_0x5b232f))==null||_0x3b4177['next'](_0x56a687[_0x56703c(0x41c)]===0x0?0x0:0x1));}),this['_removeClearOtherTimer'](_0x2b5268);}[_0x279ea5(0x5ee)](_0x22b991){const _0x5af790=_0x279ea5;this['_scheduleClearOtherTimer'](_0x22b991[_0x5af790(0x3a6)]);}[_0x279ea5(0x2ef)](_0x17e581){const _0xe69dcb=_0x279ea5;localStorage[_0xe69dcb(0x28d)](_0x481f7a,JSON[_0xe69dcb(0x50c)](_0x17e581));}[_0x279ea5(0x629)](){const _0xca5753=_0x279ea5;this[_0xca5753(0x446)]=window[_0xca5753(0x4b7)](()=>{const _0x28f3ab=_0xca5753;this[_0x28f3ab(0x2ef)]({'type':0x2,'memberID':this['_id']});},_0x529ff7);}[_0x279ea5(0x26f)](_0x44f727){const _0x351609=_0x279ea5;return this['_unitStatus'][_0x351609(0x48a)](_0x44f727)||this[_0x351609(0x2dc)][_0x351609(0x33b)](_0x44f727,new _0x2d8475['BehaviorSubject'](0x0)),this[_0x351609(0x2dc)][_0x351609(0x42f)](_0x44f727);}}var _0x449a59=Object[_0x279ea5(0x4f4)],_0x5e2f63=Object[_0x279ea5(0x43f)],_0x41d4a7=(_0x48b618,_0x3b9e83,_0xf04db,_0x928631)=>{const _0x367fc2=_0x279ea5;for(var _0x5cfd0d=_0x928631>0x1?void 0x0:_0x928631?_0x5e2f63(_0x3b9e83,_0xf04db):_0x3b9e83,_0x53d311=_0x48b618[_0x367fc2(0x628)]-0x1,_0x2737a3;_0x53d311>=0x0;_0x53d311--)(_0x2737a3=_0x48b618[_0x53d311])&&(_0x5cfd0d=(_0x928631?_0x2737a3(_0x3b9e83,_0xf04db,_0x5cfd0d):_0x2737a3(_0x5cfd0d))||_0x5cfd0d);return _0x928631&&_0x5cfd0d&&_0x449a59(_0x3b9e83,_0xf04db,_0x5cfd0d),_0x5cfd0d;},_0x276bb3=(_0x5e832d,_0x1088e1)=>(_0x287fcb,_0x416787)=>_0x1088e1(_0x287fcb,_0x416787,_0x5e832d);let _0x2f2350=class{constructor(_0x394aee,_0x5a25be,_0x18c260){const _0x2d2cf8=_0x279ea5;this[_0x2d2cf8(0x36b)]=_0x394aee,this[_0x2d2cf8(0x1ee)]=_0x5a25be,this[_0x2d2cf8(0x199)]=_0x18c260;}[_0x279ea5(0x515)](_0x2bfcfd){const _0x3c64ab=_0x279ea5;this[_0x3c64ab(0x2cc)](_0x2bfcfd);}[_0x279ea5(0x36c)](_0x2ef195){const _0x245520=_0x279ea5,{unitID:_0x303de5}=_0x2ef195,{collaboration:_0x103195}=this[_0x245520(0x199)][_0x245520(0x18f)](_0x303de5);if(_0x103195[_0x245520(0x628)]===0x0)return _0x2ef195;let _0x770e23=_0x2b7596[_0x245520(0x27b)][_0x245520(0x2b0)](_0x2ef195[_0x245520(0x203)][0x0]);for(let _0x21f886=0x0;_0x21f886<_0x103195[_0x245520(0x628)];_0x21f886++){const _0x54d225={'id':_0x245520(0x543),'params':{'unitId':_0x103195[_0x21f886][_0x245520(0x4fd)],..._0x103195[_0x21f886][_0x245520(0x264)]}},_0x6470c7=this[_0x245520(0x1ee)][_0x245520(0x238)](_0x770e23,_0x54d225,!0x1);if(_0x1730a2['isTransformMutationFailure'](_0x6470c7))throw _0x6470c7[_0x245520(0x5b9)];_0x770e23=_0x6470c7[_0x245520(0x24b)];}return{..._0x2b7596[_0x245520(0x27b)][_0x245520(0x2b0)](_0x2ef195),'mutations':[_0x770e23]};}[_0x279ea5(0x2cc)](_0x1773fc){const _0x58f59d=_0x279ea5,{unitID:_0x328e32}=_0x1773fc,{history:_0x2f18cc,collaboration:_0x5b1712}=this['_docStateChangeManagerService'][_0x58f59d(0x18f)](_0x328e32);if(_0x2f18cc[_0x58f59d(0x628)]===0x0&&_0x5b1712[_0x58f59d(0x628)]===0x0)return;const _0x163639=[],_0x8f44d3=[];let _0x3b8faf=_0x2b7596[_0x58f59d(0x27b)][_0x58f59d(0x2b0)](_0x1773fc[_0x58f59d(0x203)][0x0]),_0x1656f8=_0x2b7596[_0x58f59d(0x27b)][_0x58f59d(0x2b0)](_0x1773fc[_0x58f59d(0x203)][0x0]);for(let _0xb965dd=_0x2f18cc[_0x58f59d(0x628)]-0x1;_0xb965dd>=0x0;_0xb965dd--){const _0x47f312={'id':_0x58f59d(0x543),'params':{'unitId':_0x2f18cc[_0xb965dd][_0x58f59d(0x4fd)],..._0x2f18cc[_0xb965dd][_0x58f59d(0x2a7)]}},_0x433ca8={'id':_0x58f59d(0x543),'params':{'unitId':_0x2f18cc[_0xb965dd]['unitId'],..._0x2f18cc[_0xb965dd][_0x58f59d(0x264)]}},_0xbef13a=this[_0x58f59d(0x1ee)][_0x58f59d(0x238)](_0x3b8faf,_0x47f312,!0x1),_0x23dfaf=this['_transformService'][_0x58f59d(0x238)](_0x1656f8,_0x433ca8,!0x1);if(_0x1730a2[_0x58f59d(0x333)](_0xbef13a))throw _0xbef13a['error'];if(_0x1730a2[_0x58f59d(0x333)](_0x23dfaf))throw _0x23dfaf[_0x58f59d(0x5b9)];_0x163639[_0x58f59d(0x3dd)]({..._0x2f18cc[_0xb965dd],'undoState':_0xbef13a['m2Prime']['params'],'redoState':_0x23dfaf['m2Prime']['params']}),_0x3b8faf=_0xbef13a[_0x58f59d(0x24b)],_0x1656f8=_0x23dfaf[_0x58f59d(0x24b)];}_0x3b8faf=_0x2b7596[_0x58f59d(0x27b)][_0x58f59d(0x2b0)](_0x1773fc[_0x58f59d(0x203)][0x0]),_0x1656f8=_0x2b7596[_0x58f59d(0x27b)][_0x58f59d(0x2b0)](_0x1773fc[_0x58f59d(0x203)][0x0]);for(let _0x5c137c=_0x5b1712[_0x58f59d(0x628)]-0x1;_0x5c137c>=0x0;_0x5c137c--){const _0x4350dd={'id':_0x58f59d(0x543),'params':{'unitId':_0x5b1712[_0x5c137c]['unitId'],..._0x5b1712[_0x5c137c][_0x58f59d(0x2a7)]}},_0x2afa47={'id':_0x58f59d(0x543),'params':{'unitId':_0x5b1712[_0x5c137c][_0x58f59d(0x4fd)],..._0x5b1712[_0x5c137c][_0x58f59d(0x264)]}},_0x7746bb=this[_0x58f59d(0x1ee)]['transformMutation'](_0x3b8faf,_0x4350dd,!0x1),_0x1495bd=this[_0x58f59d(0x1ee)][_0x58f59d(0x238)](_0x1656f8,_0x2afa47,!0x1);if(_0x1730a2['isTransformMutationFailure'](_0x7746bb))throw _0x7746bb[_0x58f59d(0x5b9)];if(_0x1730a2[_0x58f59d(0x333)](_0x1495bd))throw _0x1495bd[_0x58f59d(0x5b9)];_0x8f44d3[_0x58f59d(0x3dd)]({..._0x5b1712[_0x5c137c],'undoState':_0x7746bb[_0x58f59d(0x53d)]['params'],'redoState':_0x1495bd['m2Prime'][_0x58f59d(0x58b)]}),_0x3b8faf=_0x7746bb[_0x58f59d(0x24b)],_0x1656f8=_0x1495bd[_0x58f59d(0x24b)];}this[_0x58f59d(0x199)][_0x58f59d(0x491)](_0x328e32,{'history':_0x163639,'collaboration':_0x8f44d3});}};_0x2f2350=_0x41d4a7([_0x276bb3(0x0,_0x2b7596['Inject'](_0x2b7596[_0x279ea5(0x5b7)])),_0x276bb3(0x1,_0x1730a2['ITransformService']),_0x276bb3(0x2,_0x2b7596[_0x279ea5(0x33d)](_0x177c6d[_0x279ea5(0x430)]))],_0x2f2350);function _0xc768ec(_0x2b88b4){const _0x33c50e=_0x279ea5;let _0x1e2ec1='';for(const _0x8d6368 of _0x2b88b4){const {startOffset:_0x15525a,endOffset:_0x115477,isActive:_0x1e2a5b,rangeType:_0x173943,segmentId:_0x15c196,segmentPage:_0x2f742e}=_0x8d6368;_0x1e2ec1[_0x33c50e(0x628)]&&(_0x1e2ec1+=','),_0x1e2ec1+=_0x15525a+':'+_0x115477+':'+(_0x1e2a5b?'1':'0')+':'+_0x173943+':'+_0x15c196+':'+_0x2f742e;}return _0x1e2ec1;}function _0x2ec175(_0x5c742c){const _0x4ecbce=_0x279ea5,_0x1e0995=_0x5c742c[_0x4ecbce(0x2c0)](','),_0x2b0d88=[];for(const _0x125310 of _0x1e0995){const [_0x9e750a,_0x49dd9a,_0x19b4b0,_0x15ea19,_0x508630,_0x1f14f5]=_0x125310[_0x4ecbce(0x2c0)](':');_0x2b0d88[_0x4ecbce(0x564)]({'startOffset':Number(_0x9e750a),'endOffset':Number(_0x49dd9a),'collapsed':_0x9e750a===_0x49dd9a,'isActive':_0x19b4b0==='1','rangeType':_0x15ea19===_0x2b7596['DOC_RANGE_TYPE']['TEXT']?_0x2b7596[_0x4ecbce(0x436)][_0x4ecbce(0x46f)]:_0x2b7596[_0x4ecbce(0x436)][_0x4ecbce(0x3e1)],'segmentId':typeof _0x508630==_0x4ecbce(0x408)?String(_0x508630):'','segmentPage':Number(_0x1f14f5!=null?_0x1f14f5:-0x1)});}return _0x2b0d88['some'](_0x4c9ef4=>_0x4c9ef4[_0x4ecbce(0x5a4)])||(_0x2b0d88[0x0][_0x4ecbce(0x5a4)]=!0x0),_0x2b0d88;}class _0x457c56 extends _0x2b7596[_0x279ea5(0x202)]{constructor(){const _0x3f4c2b=_0x279ea5;super(...arguments),_0x2f3a83(this,'_collabCursorState$',new _0x2d8475[(_0x3f4c2b(0x555))](null)),_0x2f3a83(this,_0x3f4c2b(0x444),this['_collabCursorState$'][_0x3f4c2b(0x43e)]());}[_0x279ea5(0x425)](_0x2cd27d){const _0x58b5d8=_0x279ea5,{unitID:_0x20c0e2,memberID:_0x4eb71d,textRanges:_0x1c6bc1}=_0x2cd27d,_0x43f1a8=_0xc768ec(_0x1c6bc1);if(_0x43f1a8==='')return;const _0x540c26={'unitID':_0x20c0e2,'memberID':_0x4eb71d,'selection':_0x43f1a8};this[_0x58b5d8(0x1ec)][_0x58b5d8(0x4ee)](_0x540c26);}}var _0x306df2=Object[_0x279ea5(0x4f4)],_0x223b17=Object[_0x279ea5(0x43f)],_0x36fe1f=(_0x3df70c,_0x282dc4,_0x3b4d99,_0x167bf8)=>{const _0x1cf74b=_0x279ea5;for(var _0x36bfd1=_0x167bf8>0x1?void 0x0:_0x167bf8?_0x223b17(_0x282dc4,_0x3b4d99):_0x282dc4,_0x1b4895=_0x3df70c[_0x1cf74b(0x628)]-0x1,_0x3b68b3;_0x1b4895>=0x0;_0x1b4895--)(_0x3b68b3=_0x3df70c[_0x1b4895])&&(_0x36bfd1=(_0x167bf8?_0x3b68b3(_0x282dc4,_0x3b4d99,_0x36bfd1):_0x3b68b3(_0x36bfd1))||_0x36bfd1);return _0x167bf8&&_0x36bfd1&&_0x306df2(_0x282dc4,_0x3b4d99,_0x36bfd1),_0x36bfd1;},_0x449ab0=(_0x2aa753,_0x3de0ae)=>(_0x384a2c,_0x2e56f5)=>_0x3de0ae(_0x384a2c,_0x2e56f5,_0x2aa753);let _0x4cc599=class{constructor(_0x2c0e7b,_0x5db8be){const _0x1781a6=_0x279ea5;this[_0x1781a6(0x36b)]=_0x2c0e7b,this['_transformService']=_0x5db8be;}[_0x279ea5(0x39e)](_0x3a0b4f){const _0x210e36=_0x279ea5;var _0x2e76cb;const _0x3014d7=this['_injector'][_0x210e36(0x42f)](_0x1b7ccb['DocSelectionManagerService']),_0x46a215=(_0x2e76cb=_0x3014d7['getDocRanges']())!=null?_0x2e76cb:[];if(_0x46a215[_0x210e36(0x628)]===0x0)return;const _0x5ab0fc=_0x3a0b4f['unitID'],_0x8afc65=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x5ab0fc,'actions':null,'textRanges':_0x46a215}}],_0x2f8ec4=this['_transformService'][_0x210e36(0x523)](_0x3a0b4f,_0x8afc65);if(!_0x1730a2['isTransformMutationsWithChangesetSuccess'](_0x2f8ec4))throw _0x2f8ec4['error'];const _0x5127ed=_0x2f8ec4[_0x210e36(0x53d)][0x0][_0x210e36(0x58b)]['textRanges'];Array[_0x210e36(0x51e)](_0x5127ed)&&_0x5127ed[_0x210e36(0x628)]&&_0x3014d7[_0x210e36(0x51d)](_0x5127ed,{'unitId':_0x5ab0fc,'subUnitId':_0x5ab0fc},!0x1);}};_0x4cc599=_0x36fe1f([_0x449ab0(0x0,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0x449ab0(0x1,_0x1730a2['ITransformService'])],_0x4cc599);const _0x2380be=new Set([_0x5763b6[_0x279ea5(0x60c)]['id']]);function _0x4ffe6c(_0x54d079,_0x419d25,_0x362c17,_0x456402,_0x2f0897){const _0x22deb4=_0x279ea5;var _0x1c5f57,_0x584ea8,_0x4db2cd,_0x256ee2;const _0x43c8ce=[];for(const _0x5b7588 of _0x54d079)if(_0x2380be[_0x22deb4(0x48a)](_0x5b7588['id'])){if(_0x43c8ce[_0x22deb4(0x628)]>0x0)break;_0x43c8ce[_0x22deb4(0x564)](_0x5b7588);break;}else _0x43c8ce[_0x22deb4(0x564)](_0x5b7588);const _0x33cc84=(_0x584ea8=(_0x1c5f57=_0x2f0897[_0x22deb4(0x5db)]())==null?void 0x0:_0x1c5f57[_0x22deb4(0x472)])!=null?_0x584ea8:_0x22deb4(0x330),_0x48d4a3=(_0x256ee2=(_0x4db2cd=_0x2f0897[_0x22deb4(0x5db)]())==null?void 0x0:_0x4db2cd[_0x22deb4(0x3a6)])!=null?_0x256ee2:_0x22deb4(0x330);return{'changeset':{'unitID':_0x419d25,'type':_0x1730a2[_0x22deb4(0x4fa)](_0x362c17['getUnitType'](_0x419d25)),'baseRev':_0x456402['getCurrentRevOfUnit'](_0x419d25),'revision':0x0,'userID':_0x33cc84,'memberID':_0x48d4a3,'mutations':_0x43c8ce},'pendingMutations':_0x54d079[_0x22deb4(0x60b)](_0x43c8ce[_0x22deb4(0x628)])};}function _0x450afd(_0x4f6546,_0x268175,_0x2825bc,_0x3d32db,_0x147d28){const _0x146c97=_0x279ea5;var _0x3694ca,_0x1a124f,_0x69d76c,_0x25a0d2;const _0x2c51d5=[_0x4f6546['reduce']((_0x32dad5,_0x5dc1b7)=>{const _0x3c8261=_0x4ad9;var _0x24d3ec;const {id:_0x8382f5}=_0x32dad5,{id:_0x38793a,type:_0xe28165}=_0x5dc1b7,_0x263667=(_0x24d3ec=_0x32dad5['params'])!=null?_0x24d3ec:{'actions':null},_0x3b1d9b=_0x5dc1b7['params'];if(_0x8382f5&&_0x8382f5!==_0x38793a)throw new Error('Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20'+_0x8382f5+'\x20-\x20'+_0x38793a+'.');return{..._0x32dad5,'id':_0x38793a,'type':_0xe28165,'params':{'unitId':_0x3b1d9b[_0x3c8261(0x4fd)],'textRanges':_0x3b1d9b[_0x3c8261(0x533)],'actions':_0x2b7596[_0x3c8261(0x19d)][_0x3c8261(0x5a9)](_0x263667[_0x3c8261(0x246)],_0x3b1d9b['actions'])}};},{})],_0x5a8100=(_0x1a124f=(_0x3694ca=_0x147d28[_0x146c97(0x5db)]())==null?void 0x0:_0x3694ca[_0x146c97(0x472)])!=null?_0x1a124f:_0x146c97(0x330),_0x5a36d2=(_0x25a0d2=(_0x69d76c=_0x147d28[_0x146c97(0x5db)]())==null?void 0x0:_0x69d76c['memberID'])!=null?_0x25a0d2:'unknown';return{'changeset':{'unitID':_0x268175,'type':_0x1730a2[_0x146c97(0x4fa)](_0x2825bc['getUnitType'](_0x268175)),'baseRev':_0x3d32db[_0x146c97(0x493)](_0x268175),'revision':0x0,'userID':_0x5a8100,'memberID':_0x5a36d2,'mutations':_0x2c51d5},'pendingMutations':[]};}function _0x22e810(_0x3aac61,_0x57fc6c){const _0x41c312=_0x279ea5,_0x53b26c=new _0x2d8475['ReplaySubject'](0x1);return setTimeout(()=>_0x53b26c['next'](_0x57fc6c),_0x3aac61),_0x53b26c[_0x41c312(0x43e)]()[_0x41c312(0x2f2)](_0x2d8475[_0x41c312(0x2ec)](0x1));}const _0x10b6c3={'id':_0x5763b6[_0x279ea5(0x43d)]['id'],'type':_0x2b7596[_0x279ea5(0x315)][_0x279ea5(0x3af)],'params':{}};var _0x7aeda7=Object['defineProperty'],_0x203888=Object[_0x279ea5(0x43f)],_0x447009=(_0x5a970d,_0x31b558,_0x456a79,_0x20e615)=>{for(var _0x39b553=_0x20e615>0x1?void 0x0:_0x20e615?_0x203888(_0x31b558,_0x456a79):_0x31b558,_0x4871b7=_0x5a970d['length']-0x1,_0x3e0c97;_0x4871b7>=0x0;_0x4871b7--)(_0x3e0c97=_0x5a970d[_0x4871b7])&&(_0x39b553=(_0x20e615?_0x3e0c97(_0x31b558,_0x456a79,_0x39b553):_0x3e0c97(_0x39b553))||_0x39b553);return _0x20e615&&_0x39b553&&_0x7aeda7(_0x31b558,_0x456a79,_0x39b553),_0x39b553;},_0x1185bc=(_0x1ccd13,_0x2236ae)=>(_0x1c0929,_0x46ead7)=>_0x2236ae(_0x1c0929,_0x46ead7,_0x1ccd13),_0xf1ac47=(_0x78d80c=>(_0x78d80c[_0x279ea5(0x445)]=_0x279ea5(0x355),_0x78d80c[_0x279ea5(0x263)]=_0x279ea5(0x1bb),_0x78d80c[_0x279ea5(0x57a)]=_0x279ea5(0x44c),_0x78d80c[_0x279ea5(0x1d9)]=_0x279ea5(0x21f),_0x78d80c[_0x279ea5(0x307)]=_0x279ea5(0x335),_0x78d80c[_0x279ea5(0x1fa)]=_0x279ea5(0x359),_0x78d80c['CONFLICT']=_0x279ea5(0x4af),_0x78d80c[_0x279ea5(0x381)]=_0x279ea5(0x39b),_0x78d80c))(_0xf1ac47||{});const _0x1ab43e=0xea60;class _0x3a581e{constructor(_0x30a232,_0x392f14,_0x26a515,_0x25692e,_0x4c7fbf,_0x100333,_0x22608e,_0x28bf2d,_0x16fa91){const _0x348755=_0x279ea5;_0x2f3a83(this,_0x348755(0x31d),null),_0x2f3a83(this,_0x348755(0x62c),[]),(this[_0x348755(0x2a6)]=_0x30a232,this[_0x348755(0x413)]=_0x392f14,this['_handler']=_0x4c7fbf,this['_commandService']=_0x100333,this[_0x348755(0x416)]=_0x22608e,this['_revisionService']=_0x28bf2d,this[_0x348755(0x232)]=_0x16fa91,this[_0x348755(0x31d)]=_0x26a515,this['_pendingMutations']=_0x25692e);}['_checkMissing'](_0x4c7a63){const _0x4b9d27=_0x279ea5,_0x30e10e=this[_0x4b9d27(0x2b7)][_0x4b9d27(0x493)](this[_0x4b9d27(0x2a6)]);return _0x4c7a63[_0x4b9d27(0x487)]>_0x30e10e+0x1?(this['_handler'][_0x4b9d27(0x54c)]({'from':_0x30e10e,'to':_0x4c7a63[_0x4b9d27(0x487)]-0x1}),!0x0):!0x1;}['_transformUndoredo'](_0x473155){const _0x6e45a1=_0x279ea5;this[_0x6e45a1(0x416)][_0x6e45a1(0x56c)](this['unitID'],_0x473155);}[_0x279ea5(0x495)](_0x4a75cb){const _0x35fb11=_0x279ea5;var _0x28a1f4,_0x25490c;(_0x25490c=(_0x28a1f4=this[_0x35fb11(0x631)])['onTransformSelections'])==null||_0x25490c[_0x35fb11(0x60d)](_0x28a1f4,_0x4a75cb);}[_0x279ea5(0x272)](_0x2f77b3){const _0x43fbc9=_0x279ea5;var _0x2bcd4e,_0x29e394;return(_0x29e394=(_0x2bcd4e=this[_0x43fbc9(0x631)])[_0x43fbc9(0x19e)])==null?void 0x0:_0x29e394[_0x43fbc9(0x60d)](_0x2bcd4e,_0x2f77b3);}[_0x279ea5(0x218)](_0x10fbc4){const _0x40ed3e=_0x279ea5;var _0x1d848d,_0x4aa6e3;return(_0x4aa6e3=(_0x1d848d=this[_0x40ed3e(0x631)])[_0x40ed3e(0x21b)])==null?void 0x0:_0x4aa6e3['call'](_0x1d848d,_0x10fbc4);}['_transformRemoteChangesetByIMECache'](_0x59e8eb){const _0x439089=_0x279ea5;var _0x9ad172,_0x4218c2,_0x2e8683;return(_0x2e8683=(_0x4218c2=(_0x9ad172=this[_0x439089(0x631)])[_0x439089(0x19f)])==null?void 0x0:_0x4218c2['call'](_0x9ad172,_0x59e8eb))!=null?_0x2e8683:_0x59e8eb;}[_0x279ea5(0x57c)](_0x36bf57){const _0x209770=_0x279ea5;var _0x13e028,_0x29f2d7,_0x55d946;return(_0x55d946=(_0x29f2d7=(_0x13e028=this[_0x209770(0x631)])[_0x209770(0x4ff)])==null?void 0x0:_0x29f2d7['call'](_0x13e028,_0x36bf57))!=null?_0x55d946:_0x36bf57;}[_0x279ea5(0x4e5)](_0x4d493a){const _0x4e0b3e=_0x279ea5;var _0x1d26d6,_0x910106;if(this[_0x4e0b3e(0x413)]===_0x4ae547['UNIVER_DOC']){const {unitID:_0x36c902,mutations:_0x1b93e1,memberID:_0x118f67}=_0x4d493a,_0x2d8288=_0x1b93e1[0x0][_0x4e0b3e(0x58b)]['textRanges'];Array['isArray'](_0x2d8288)&&_0x2d8288[_0x4e0b3e(0x628)]>0x0&&((_0x910106=(_0x1d26d6=this[_0x4e0b3e(0x631)])[_0x4e0b3e(0x2f0)])==null||_0x910106[_0x4e0b3e(0x60d)](_0x1d26d6,{'unitID':_0x36c902,'memberID':_0x118f67,'textRanges':_0x2d8288}));}}[_0x279ea5(0x3cf)](){const _0x160fc1=_0x279ea5;this['_localCacheService'][_0x160fc1(0x195)](this[_0x160fc1(0x2a6)],this[_0x160fc1(0x413)],this[_0x160fc1(0x31d)],this[_0x160fc1(0x62c)]);}['_getCurrentRevision'](){const _0x21c849=_0x279ea5;return this['_revisionService'][_0x21c849(0x493)](this['unitID']);}[_0x279ea5(0x638)](){const _0x3e2cf2=_0x279ea5;this[_0x3e2cf2(0x2b7)]['incrementRevOfUnit'](this[_0x3e2cf2(0x2a6)]);}[_0x279ea5(0x37a)](_0x150764){const _0x379999=_0x279ea5;var _0x42ef91;let _0x1966cf=this[_0x379999(0x32f)](_0x150764);_0x1966cf=this[_0x379999(0x57c)](_0x1966cf);const _0x3bbf61=_0x2b7596['sequenceExecute'](_0x1966cf['mutations'],this['_commandService'],{'fromCollab':!0x0});if(!_0x3bbf61[_0x379999(0x476)])throw _0x3bbf61[_0x379999(0x5b9)]instanceof Error?_0x3bbf61[_0x379999(0x5b9)]:new Error((_0x42ef91=_0x3bbf61[_0x379999(0x5b9)])!=null?_0x42ef91:_0x379999(0x326));this[_0x379999(0x272)](_0x1966cf),this[_0x379999(0x218)](_0x1966cf),this[_0x379999(0x5d4)](_0x150764),this[_0x379999(0x495)](_0x1966cf),this[_0x379999(0x4e5)](_0x1966cf),this[_0x379999(0x638)]();}}let _0x1e7c93=class extends _0x3a581e{constructor(_0x24eea7,_0x39f66a,_0x43c4d4,_0xb61a37,_0x4b1883,_0x132d78,_0x268bad,_0x50a2f1,_0x4587b3,_0x255ee2){const _0x4d40ba=_0x279ea5;super(_0x24eea7,_0x39f66a,null,[],_0x43c4d4,_0x50a2f1,_0x268bad,_0xb61a37,_0x4b1883),_0x2f3a83(this,_0x4d40ba(0x18e),'synced'),(this[_0x4d40ba(0x36b)]=_0x132d78,this['_logService']=_0x4587b3,this[_0x4d40ba(0x1ee)]=_0x255ee2);}['appendMutation'](_0xc21168){const _0x56656f=_0x279ea5,_0x51d604=this['_injector'][_0x56656f(0x41d)](_0x40eedb,this[_0x56656f(0x2a6)],this[_0x56656f(0x413)],[_0xc21168],this[_0x56656f(0x631)]);return _0x51d604[_0x56656f(0x1b1)](),_0x51d604[_0x56656f(0x3cf)](),_0x51d604;}[_0x279ea5(0x386)](_0x54a38c){const _0x53c8d5=_0x279ea5;if(this[_0x53c8d5(0x3f3)](_0x54a38c))return this['_injector'][_0x53c8d5(0x41d)](_0x45494d,this['unitID'],this[_0x53c8d5(0x413)],null,[],null,[_0x54a38c],this[_0x53c8d5(0x631)]);try{const _0x3102a=this[_0x53c8d5(0x1ee)]['transformMutationsWithChangeset'](_0x54a38c,[_0x10b6c3]);if(_0x1730a2['isTransformMutationsWithChangesetSuccess'](_0x3102a)){const {c1Prime:_0x335f36}=_0x3102a;return this[_0x53c8d5(0x37a)](_0x335f36),this;}throw _0x3102a[_0x53c8d5(0x5b9)];}catch(_0xc56ad9){return this[_0x53c8d5(0x2a5)]['error'](_0xc56ad9),this[_0x53c8d5(0x1a1)](!0x1);}}[_0x279ea5(0x1a1)](_0x2fb828){const _0x481cb2=_0x279ea5;return this['_injector']['createInstance'](_0x22239d,this[_0x481cb2(0x2a6)],this[_0x481cb2(0x413)],null,[],this['_handler'],_0x2fb828);}[_0x279ea5(0x210)](){throw new Error('[SyncedState]:\x20received\x20acknowledgement.');}[_0x279ea5(0x3f0)](){const _0x4a1cf2=_0x279ea5;throw new Error(_0x4a1cf2(0x593));}[_0x279ea5(0x62b)](){return this;}[_0x279ea5(0x431)](){const _0x6b6359=_0x279ea5;return this[_0x6b6359(0x36b)][_0x6b6359(0x41d)](_0x4f8ec1,this[_0x6b6359(0x2a6)],this['type'],null,[],this[_0x6b6359(0x631)]);}['toggleOnline'](){return this;}[_0x279ea5(0x31c)](){throw new Error('[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x279ea5(0x29d)](){const _0x30ad2c=_0x279ea5,_0x1cfe8a=this[_0x30ad2c(0x2b7)][_0x30ad2c(0x493)](this[_0x30ad2c(0x2a6)]);return this[_0x30ad2c(0x631)][_0x30ad2c(0x54c)]({'from':_0x1cfe8a,'to':0x0}),this['_injector'][_0x30ad2c(0x41d)](_0x45494d,this[_0x30ad2c(0x2a6)],this[_0x30ad2c(0x413)],null,[],null,[],this[_0x30ad2c(0x631)]);}};_0x1e7c93=_0x447009([_0x1185bc(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2[_0x279ea5(0x321)])),_0x1185bc(0x4,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834[_0x279ea5(0x513)])),_0x1185bc(0x5,_0x2b7596['Inject'](_0x2b7596[_0x279ea5(0x5b7)])),_0x1185bc(0x6,_0x2b7596['IUndoRedoService']),_0x1185bc(0x7,_0x2b7596['ICommandService']),_0x1185bc(0x8,_0x2b7596['ILogService']),_0x1185bc(0x9,_0x1730a2[_0x279ea5(0x58c)])],_0x1e7c93);let _0x40eedb=class extends _0x3a581e{constructor(_0x1a3d8b,_0x5d5eed,_0x39cc41,_0x4675ea,_0x429ef0,_0x14fb8b,_0x2a800c,_0x52ad2d,_0xe38cad,_0x28e6c3,_0x3d91d6,_0x3c4949,_0x2d9598,_0x594836){const _0x492d0e=_0x279ea5;super(_0x1a3d8b,_0x5d5eed,null,_0x39cc41,_0x4675ea,_0x28e6c3,_0x594836,_0x14fb8b,_0x2a800c),_0x2f3a83(this,_0x492d0e(0x18e),_0x492d0e(0x44c)),_0x2f3a83(this,_0x492d0e(0x409),null),_0x2f3a83(this,_0x492d0e(0x5a6),null),(this[_0x492d0e(0x36b)]=_0x429ef0,this[_0x492d0e(0x54a)]=_0x52ad2d,this[_0x492d0e(0x2a5)]=_0xe38cad,this[_0x492d0e(0x3ed)]=_0x3d91d6,this[_0x492d0e(0x1ee)]=_0x3c4949,this[_0x492d0e(0x356)]=_0x2d9598);}[_0x279ea5(0x46a)](_0x5e801a){const _0x26d213=_0x279ea5;return this[_0x26d213(0x62c)][_0x26d213(0x564)](_0x5e801a),this[_0x26d213(0x3cf)](),this;}[_0x279ea5(0x386)](_0x17168a){const _0x10fde0=_0x279ea5;if(this['_checkMissing'](_0x17168a))return this['_clearScheduledTask'](),this[_0x10fde0(0x36b)][_0x10fde0(0x41d)](_0x45494d,this[_0x10fde0(0x2a6)],this[_0x10fde0(0x413)],null,this[_0x10fde0(0x62c)],null,[_0x17168a],this[_0x10fde0(0x631)]);try{const _0x2c0654=this[_0x10fde0(0x1ee)][_0x10fde0(0x523)](_0x17168a,this[_0x10fde0(0x62c)]);if(_0x1730a2[_0x10fde0(0x293)](_0x2c0654)){const {c1Prime:_0x31a71d,m2Prime:_0x3d4367}=_0x2c0654;this['_executeRemoteChangeset'](_0x31a71d);const _0x1b22c2=this[_0x10fde0(0x36b)]['createInstance'](_0x40eedb,this[_0x10fde0(0x2a6)],this[_0x10fde0(0x413)],_0x3d4367,this['_handler']);return this[_0x10fde0(0x22f)](),_0x1b22c2[_0x10fde0(0x1b1)](this[_0x10fde0(0x409)]?Math[_0x10fde0(0x30d)](0x0,new Date()[_0x10fde0(0x4a7)]()-this[_0x10fde0(0x409)]):this[_0x10fde0(0x57d)]()),_0x1b22c2;}throw _0x2c0654['error'];}catch(_0x26a4fd){return this['_logService']['error'](_0x26a4fd),this['_onConflict'](!0x1);}}['onRemoteAck'](){throw new Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x279ea5(0x3f0)](){const _0x5442d2=_0x279ea5;throw new Error(_0x5442d2(0x3a4));}[_0x279ea5(0x62b)](){return this;}[_0x279ea5(0x431)](){const _0x9913b0=_0x279ea5;return this['_clearScheduledTask'](),this[_0x9913b0(0x36b)][_0x9913b0(0x41d)](_0x4f8ec1,this['unitID'],this[_0x9913b0(0x413)],null,this['_pendingMutations'],this[_0x9913b0(0x631)]);}['toggleOnline'](){return this;}[_0x279ea5(0x1b1)](_0x66ef92){const _0x526035=_0x279ea5,_0x512d04=_0x66ef92!=null?_0x66ef92:this['_getSendChangesetTimeout']();this[_0x526035(0x409)]=new Date()['getTime'](),this['_sendingTimer']=window[_0x526035(0x5e0)](()=>{const _0x49dc8f=_0x526035;this[_0x49dc8f(0x22f)]();let _0x48801a=null;switch(this[_0x49dc8f(0x413)]){case _0x4ae547[_0x49dc8f(0x1ac)]:{_0x48801a=_0x4ffe6c(this[_0x49dc8f(0x62c)],this[_0x49dc8f(0x2a6)],this['_univerInstanceService'],this[_0x49dc8f(0x2b7)],this['_memberService']);break;}case _0x4ae547[_0x49dc8f(0x1c4)]:{this[_0x49dc8f(0x62c)][_0x49dc8f(0x3ba)](_0x1899f7=>_0x1899f7['id']===_0x1b7ccb[_0x49dc8f(0x4e9)]['id'])?_0x48801a=_0x450afd(this[_0x49dc8f(0x62c)],this[_0x49dc8f(0x2a6)],this[_0x49dc8f(0x356)],this[_0x49dc8f(0x2b7)],this[_0x49dc8f(0x54a)]):_0x48801a=_0x4ffe6c(this[_0x49dc8f(0x62c)],this[_0x49dc8f(0x2a6)],this['_univerInstanceService'],this['_revisionService'],this[_0x49dc8f(0x54a)]);break;}default:throw new Error(_0x49dc8f(0x24c)+this[_0x49dc8f(0x413)]+_0x49dc8f(0x490));}const {changeset:_0x7d0ca6,pendingMutations:_0x1bd6f6}=_0x48801a;this[_0x49dc8f(0x631)][_0x49dc8f(0x5dc)](_0x7d0ca6);const _0x1ce76f=_0x1bd6f6[_0x49dc8f(0x628)]?this['_injector'][_0x49dc8f(0x41d)](_0x8a6a31,this['unitID'],this[_0x49dc8f(0x413)],_0x7d0ca6,_0x1bd6f6,this[_0x49dc8f(0x631)],void 0x0):this[_0x49dc8f(0x36b)][_0x49dc8f(0x41d)](_0x3491e8,this[_0x49dc8f(0x2a6)],this['type'],_0x7d0ca6,this['_handler']);_0x1ce76f['_updateLocalCache'](),this['_handler'][_0x49dc8f(0x220)](this,_0x1ce76f);},_0x512d04);}[_0x279ea5(0x57d)](){const _0x552a27=_0x279ea5;var _0x285cc0;const _0x54c01b=this[_0x552a27(0x3ed)][_0x552a27(0x3c2)](_0x363980);return(_0x285cc0=_0x54c01b==null?void 0x0:_0x54c01b['sendChangesetTimeout'])!=null?_0x285cc0:0x7d0;}[_0x279ea5(0x31c)](){const _0x25a6a5=_0x279ea5;throw new Error(_0x25a6a5(0x39c));}[_0x279ea5(0x22f)](){const _0x587cd9=_0x279ea5;this[_0x587cd9(0x5a6)]!=null&&(clearTimeout(this[_0x587cd9(0x5a6)]),this[_0x587cd9(0x5a6)]=null);}['_onConflict'](_0x5c8267){const _0x3f9140=_0x279ea5;return this['_clearScheduledTask'](),this['_injector'][_0x3f9140(0x41d)](_0x22239d,this['unitID'],this['type'],null,this[_0x3f9140(0x62c)],this[_0x3f9140(0x631)],_0x5c8267);}};_0x40eedb=_0x447009([_0x1185bc(0x4,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0x1185bc(0x5,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2[_0x279ea5(0x321)])),_0x1185bc(0x6,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834[_0x279ea5(0x513)])),_0x1185bc(0x7,_0x2b7596['Inject'](_0x4e8834[_0x279ea5(0x2a0)])),_0x1185bc(0x8,_0x2b7596['ILogService']),_0x1185bc(0x9,_0x2b7596[_0x279ea5(0x645)]),_0x1185bc(0xa,_0x2b7596[_0x279ea5(0x23a)]),_0x1185bc(0xb,_0x1730a2[_0x279ea5(0x58c)]),_0x1185bc(0xc,_0x2b7596[_0x279ea5(0x411)]),_0x1185bc(0xd,_0x2b7596[_0x279ea5(0x387)])],_0x40eedb);let _0x3491e8=class extends _0x3a581e{constructor(_0x5761bc,_0x146413,_0x26b88e,_0x4a507b,_0x5c70b6,_0x5290e9,_0x19b030,_0x3cd526,_0x4a0c8c,_0x4e779d,_0x34ae30){const _0x418acf=_0x279ea5;super(_0x5761bc,_0x146413,_0x26b88e,[],_0x4a507b,_0x3cd526,_0x34ae30,_0x5290e9,_0x19b030),_0x2f3a83(this,_0x418acf(0x18e),_0x418acf(0x21f)),_0x2f3a83(this,_0x418acf(0x46e),0x0),_0x2f3a83(this,_0x418acf(0x451)),_0x2f3a83(this,_0x418acf(0x558)),(this[_0x418acf(0x36b)]=_0x5c70b6,this[_0x418acf(0x2a5)]=_0x4a0c8c,this[_0x418acf(0x1ee)]=_0x4e779d);}[_0x279ea5(0x46a)](_0x443345){const _0x1372af=_0x279ea5;this[_0x1372af(0x22f)]();const _0x5272f0=this['_injector'][_0x1372af(0x41d)](_0x8a6a31,this[_0x1372af(0x2a6)],this[_0x1372af(0x413)],this[_0x1372af(0x31d)],[_0x443345],this[_0x1372af(0x631)],this['_resendTimer']);return _0x5272f0[_0x1372af(0x3cf)](),_0x5272f0;}[_0x279ea5(0x386)](_0x56b160){const _0x503b33=_0x279ea5;if(this[_0x503b33(0x3f3)](_0x56b160))return this['_clearScheduledTask'](),this[_0x503b33(0x36b)][_0x503b33(0x41d)](_0x45494d,this[_0x503b33(0x2a6)],this[_0x503b33(0x413)],this[_0x503b33(0x31d)],[],null,[_0x56b160],this[_0x503b33(0x631)]);try{const _0x1d858f=this[_0x503b33(0x1ee)]['transformChangesets']([_0x56b160],[this[_0x503b33(0x31d)]],!0x1);if(_0x1730a2['isTransformChangesetsSuccess'](_0x1d858f)){const {c1Prime:_0xd9ad2a,c2Prime:_0x31db14}=_0x1d858f;this[_0x503b33(0x37a)](_0xd9ad2a[0x0]),_0x31db14[0x0][_0x503b33(0x1db)]=this[_0x503b33(0x345)](),this['_clearScheduledTask']();const _0xb70820=this[_0x503b33(0x36b)][_0x503b33(0x41d)](_0x3491e8,this[_0x503b33(0x2a6)],this['type'],_0x31db14[0x0],this[_0x503b33(0x631)]);return _0xb70820['_updateLocalCache'](),_0xb70820;}return this[_0x503b33(0x1a1)](!0x1);}catch(_0x25ec38){return this['_logService']['error'](_0x25ec38),this['_onConflict'](!0x1);}}[_0x279ea5(0x210)](_0x42b704){const _0x37613e=_0x279ea5;this['_clearScheduledTask']();const _0x49f194=this[_0x37613e(0x2b7)]['getCurrentRevOfUnit'](this[_0x37613e(0x2a6)]);if(_0x42b704[_0x37613e(0x487)]<_0x49f194-0x1)return this;if(this[_0x37613e(0x3f3)](_0x42b704))return this['_injector']['createInstance'](_0x45494d,this['unitID'],this[_0x37613e(0x413)],null,[],this[_0x37613e(0x31d)],[],this[_0x37613e(0x631)]);this['_incrementRevisionNumber']();const _0x48eeb1=this['_injector'][_0x37613e(0x41d)](_0x1e7c93,this[_0x37613e(0x2a6)],this[_0x37613e(0x413)],this[_0x37613e(0x631)]);return _0x48eeb1[_0x37613e(0x3cf)](),_0x48eeb1;}[_0x279ea5(0x3f0)](_0x12e5c1){const _0x21b39f=_0x279ea5;return this[_0x21b39f(0x1a1)](!!(_0x12e5c1!=null&&_0x12e5c1[_0x21b39f(0x1f8)]));}['onRemoteRetry'](_0x2ec371){const _0x15fab0=_0x279ea5;return this['_resendTimeout']>_0x1ab43e?this[_0x15fab0(0x431)]():(this[_0x15fab0(0x451)]=_0x22e810(this[_0x15fab0(0x46e)],{'timeout':this[_0x15fab0(0x46e)],'reqId':_0x2ec371[_0x15fab0(0x2a4)]}),this['_sender']=this['_resendTimer'][_0x15fab0(0x4c8)](({reqId:_0x3b98fe,timeout:_0x58e1e7})=>{const _0xeccb9b=_0x15fab0;this[_0xeccb9b(0x1aa)](_0x3b98fe,_0x58e1e7);}),this);}[_0x279ea5(0x431)](){const _0x42c424=_0x279ea5;return this[_0x42c424(0x22f)](),this[_0x42c424(0x36b)][_0x42c424(0x41d)](_0x4f8ec1,this['unitID'],this[_0x42c424(0x413)],this[_0x42c424(0x31d)],[],this[_0x42c424(0x631)]);}[_0x279ea5(0x296)](){return this;}[_0x279ea5(0x31c)](){const _0x3cef20=_0x279ea5;this[_0x3cef20(0x631)][_0x3cef20(0x5dc)](this[_0x3cef20(0x31d)]);}['_onConflict'](_0x26ba85){const _0x3829c9=_0x279ea5;return this['_clearScheduledTask'](),this[_0x3829c9(0x36b)]['createInstance'](_0x22239d,this[_0x3829c9(0x2a6)],this[_0x3829c9(0x413)],this[_0x3829c9(0x31d)],[],this[_0x3829c9(0x631)],_0x26ba85);}['_resendWithTimeout'](_0x4e16eb,_0x4e8ab2){const _0x2d1ad0=_0x279ea5;var _0x56cfa7;_0x4e16eb===((_0x56cfa7=this[_0x2d1ad0(0x31d)])==null?void 0x0:_0x56cfa7[_0x2d1ad0(0x2a4)])&&(this[_0x2d1ad0(0x31c)](),this[_0x2d1ad0(0x46e)]=_0x4e8ab2===0x0?0x3e8:_0x4e8ab2*0x2);}[_0x279ea5(0x22f)](){const _0x1fd0b0=_0x279ea5;var _0x3d16a4;(_0x3d16a4=this[_0x1fd0b0(0x558)])==null||_0x3d16a4[_0x1fd0b0(0x1e1)](),this[_0x1fd0b0(0x46e)]=0x0;}};_0x3491e8=_0x447009([_0x1185bc(0x4,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0x1185bc(0x5,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2[_0x279ea5(0x321)])),_0x1185bc(0x6,_0x2b7596['Inject'](_0x4e8834[_0x279ea5(0x513)])),_0x1185bc(0x7,_0x2b7596[_0x279ea5(0x645)]),_0x1185bc(0x8,_0x2b7596[_0x279ea5(0x248)]),_0x1185bc(0x9,_0x1730a2[_0x279ea5(0x58c)]),_0x1185bc(0xa,_0x2b7596[_0x279ea5(0x387)])],_0x3491e8);let _0x8a6a31=class extends _0x3a581e{constructor(_0x4c45ff,_0x574379,_0x2dad5c,_0x18d5c5,_0x4f71f5,_0xc7c2fd,_0x5301ac,_0x38b34e,_0x5496da,_0x1fdf5e,_0xb6b08a,_0x1e37e7,_0x48681f){const _0x575210=_0x279ea5;super(_0x4c45ff,_0x574379,_0x2dad5c,_0x18d5c5,_0x4f71f5,_0x1fdf5e,_0x48681f,_0x38b34e,_0x5496da),_0x2f3a83(this,_0x575210(0x18e),_0x575210(0x335)),_0x2f3a83(this,_0x575210(0x46e),0x0),_0x2f3a83(this,'_resendTimer'),_0x2f3a83(this,'_sender'),(this['_injector']=_0x5301ac,this[_0x575210(0x2a5)]=_0xb6b08a,this[_0x575210(0x1ee)]=_0x1e37e7,_0xc7c2fd&&(this[_0x575210(0x451)]=_0xc7c2fd,this[_0x575210(0x558)]=this[_0x575210(0x451)][_0x575210(0x4c8)](({reqId:_0x4e4e63,timeout:_0x54597b})=>{const _0x3d9efc=_0x575210;this[_0x3d9efc(0x1aa)](_0x4e4e63,_0x54597b);})));}[_0x279ea5(0x46a)](_0xdb898b){const _0x35e35a=_0x279ea5;return this[_0x35e35a(0x62c)]['push'](_0xdb898b),this;}['onRemoteChangeset'](_0x4ff9f7){const _0x2cbc91=_0x279ea5;if(this[_0x2cbc91(0x3f3)](_0x4ff9f7))return this[_0x2cbc91(0x22f)](),this[_0x2cbc91(0x36b)][_0x2cbc91(0x41d)](_0x45494d,this['unitID'],this['type'],this[_0x2cbc91(0x31d)],this[_0x2cbc91(0x62c)],null,[_0x4ff9f7],this[_0x2cbc91(0x631)]);try{const _0x507711=this[_0x2cbc91(0x1ee)][_0x2cbc91(0x526)]([_0x4ff9f7],[this[_0x2cbc91(0x31d)]],!0x1);if(_0x1730a2[_0x2cbc91(0x198)](_0x507711)){const {c1Prime:_0x537d68,c2Prime:_0x52af89}=_0x507711,_0x47a2f3=this['_transformService']['transformMutationsWithChangeset'](_0x537d68[0x0],this[_0x2cbc91(0x62c)]);if(_0x1730a2['isTransformMutationsWithChangesetSuccess'](_0x47a2f3)){const {c1Prime:_0x25cf47,m2Prime:_0x259e89}=_0x47a2f3;return this[_0x2cbc91(0x37a)](_0x25cf47),_0x52af89[0x0]['baseRev']=this['_getCurrentRevision'](),this['_clearScheduledTask'](),this['_injector'][_0x2cbc91(0x41d)](_0x8a6a31,this[_0x2cbc91(0x2a6)],this[_0x2cbc91(0x413)],_0x52af89[0x0],_0x259e89,this[_0x2cbc91(0x631)],void 0x0);}throw _0x47a2f3[_0x2cbc91(0x5b9)];}throw _0x507711[_0x2cbc91(0x5b9)];}catch(_0x32db99){return this[_0x2cbc91(0x2a5)][_0x2cbc91(0x5b9)](_0x32db99),this[_0x2cbc91(0x1a1)](!0x1);}}['onRemoteAck'](_0xc1ef82){const _0x41c9a1=_0x279ea5;if(this['_clearScheduledTask'](),this[_0x41c9a1(0x3f3)](_0xc1ef82))return this[_0x41c9a1(0x36b)][_0x41c9a1(0x41d)](_0x45494d,this[_0x41c9a1(0x2a6)],this[_0x41c9a1(0x413)],null,this[_0x41c9a1(0x62c)],this[_0x41c9a1(0x31d)],[],this['_handler']);this[_0x41c9a1(0x638)]();const _0x285fb1=this['_injector'][_0x41c9a1(0x41d)](_0x40eedb,this[_0x41c9a1(0x2a6)],this[_0x41c9a1(0x413)],this[_0x41c9a1(0x62c)],this[_0x41c9a1(0x631)]);return _0x285fb1['_schedule'](),_0x285fb1[_0x41c9a1(0x3cf)](),_0x285fb1;}[_0x279ea5(0x3f0)](_0x173ccd){const _0x4aea84=_0x279ea5;return this[_0x4aea84(0x1a1)](!!(_0x173ccd!=null&&_0x173ccd[_0x4aea84(0x1f8)]));}[_0x279ea5(0x62b)](_0x287801){const _0x34dcc7=_0x279ea5;return this[_0x34dcc7(0x46e)]>_0x1ab43e?this[_0x34dcc7(0x431)]():(this[_0x34dcc7(0x451)]=_0x22e810(this[_0x34dcc7(0x46e)],{'timeout':this[_0x34dcc7(0x46e)],'reqId':_0x287801[_0x34dcc7(0x2a4)]}),this[_0x34dcc7(0x558)]=this['_resendTimer'][_0x34dcc7(0x4c8)](({reqId:_0x3fc505,timeout:_0x4d5834})=>{this['_resendWithTimeout'](_0x3fc505,_0x4d5834);}),this);}[_0x279ea5(0x431)](){const _0x6d2228=_0x279ea5;return this[_0x6d2228(0x22f)](),this[_0x6d2228(0x36b)][_0x6d2228(0x41d)](_0x4f8ec1,this[_0x6d2228(0x2a6)],this['type'],this[_0x6d2228(0x31d)],this[_0x6d2228(0x62c)],this[_0x6d2228(0x631)]);}[_0x279ea5(0x296)](){return this;}[_0x279ea5(0x31c)](){const _0x546758=_0x279ea5;this[_0x546758(0x631)][_0x546758(0x5dc)](this[_0x546758(0x31d)]);}[_0x279ea5(0x1a1)](_0x57896c){const _0x2919f7=_0x279ea5;return this[_0x2919f7(0x22f)](),this[_0x2919f7(0x36b)]['createInstance'](_0x22239d,this[_0x2919f7(0x2a6)],this[_0x2919f7(0x413)],null,this[_0x2919f7(0x62c)],this['_handler'],_0x57896c);}['_resendWithTimeout'](_0x487adc,_0x1c22b0){const _0x4f31c8=_0x279ea5;var _0x3efc40;_0x487adc===((_0x3efc40=this[_0x4f31c8(0x31d)])==null?void 0x0:_0x3efc40[_0x4f31c8(0x2a4)])&&(this['resend'](),this[_0x4f31c8(0x46e)]=_0x1c22b0===0x0?0x3e8:_0x1c22b0*0x2);}['_clearScheduledTask'](){const _0x3250ce=_0x279ea5;var _0x2928fa;(_0x2928fa=this['_sender'])==null||_0x2928fa[_0x3250ce(0x1e1)](),this[_0x3250ce(0x46e)]=0x0;}};_0x8a6a31=_0x447009([_0x1185bc(0x6,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596['Injector'])),_0x1185bc(0x7,_0x2b7596['Inject'](_0x1730a2[_0x279ea5(0x321)])),_0x1185bc(0x8,_0x2b7596['Inject'](_0x4e8834[_0x279ea5(0x513)])),_0x1185bc(0x9,_0x2b7596['ICommandService']),_0x1185bc(0xa,_0x2b7596['ILogService']),_0x1185bc(0xb,_0x1730a2[_0x279ea5(0x58c)]),_0x1185bc(0xc,_0x2b7596[_0x279ea5(0x387)])],_0x8a6a31);let _0x22239d=class extends _0x3a581e{constructor(_0x2845d3,_0x172075,_0x39530b,_0x5f422e,_0x3acb0d,_0x137de7=!0x1,_0x6ede80,_0x511f90,_0x3e6b40,_0x168dd4,_0x33fe17,_0x11f42e,_0xf0ab5){const _0x395ef9=_0x279ea5;super(_0x2845d3,_0x172075,_0x39530b,_0x5f422e,_0x3acb0d,_0x511f90,_0x3e6b40,_0x33fe17,_0x168dd4),_0x2f3a83(this,_0x395ef9(0x18e),'conflict'),(this[_0x395ef9(0x317)]=_0x137de7,this[_0x395ef9(0x41a)]=_0x6ede80,this[_0x395ef9(0x217)]=_0x11f42e,this[_0x395ef9(0x5ed)]=_0xf0ab5,this[_0x395ef9(0x1ad)](),this[_0x395ef9(0x224)](),this[_0x395ef9(0x3a5)]());}['appendMutation'](){return this;}[_0x279ea5(0x386)](){return this;}['onRemoteAck'](){return this;}[_0x279ea5(0x3f0)](){return this;}[_0x279ea5(0x62b)](){return this;}[_0x279ea5(0x431)](){return this;}[_0x279ea5(0x296)](){return this;}['resend'](){const _0x548b3c=_0x279ea5;throw new Error(_0x548b3c(0x5ce));}['_clearLocalCache'](){const _0x7a1b9e=_0x279ea5;this[_0x7a1b9e(0x232)][_0x7a1b9e(0x195)](this[_0x7a1b9e(0x2a6)],this[_0x7a1b9e(0x413)],null,[]);}[_0x279ea5(0x1ad)](){const _0x25f155=_0x279ea5;this['_isPermissionRej']?this[_0x25f155(0x5ed)]['show']({'title':this[_0x25f155(0x217)]['t'](_0x25f155(0x5df)),'content':this[_0x25f155(0x217)]['t'](_0x25f155(0x3ae)),'type':_0x25f155(0x5b9),'duration':0x0}):this[_0x25f155(0x5ed)][_0x25f155(0x463)]({'title':this[_0x25f155(0x217)]['t'](_0x25f155(0x284)),'content':this['_localeService']['t']('conflict.content'),'type':_0x25f155(0x5b9),'duration':0x0});}['_disableEditing'](){const _0x40e7a3=_0x279ea5;this[_0x40e7a3(0x41a)]['updatePermissionPoint'](new _0x5763b6[(_0x40e7a3(0x2fb))](this['unitID'])['id'],!0x1);}};_0x22239d=_0x447009([_0x1185bc(0x6,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5e5)])),_0x1185bc(0x7,_0x2b7596[_0x279ea5(0x645)]),_0x1185bc(0x8,_0x2b7596[_0x279ea5(0x387)]),_0x1185bc(0x9,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834['LocalCacheService'])),_0x1185bc(0xa,_0x2b7596['Inject'](_0x1730a2[_0x279ea5(0x321)])),_0x1185bc(0xb,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5ad)])),_0x1185bc(0xc,_0x1b8378[_0x279ea5(0x455)])],_0x22239d);let _0x4f8ec1=class extends _0x3a581e{constructor(_0x2c3e0b,_0x554583,_0x252816,_0x3e724d,_0x5595a0,_0x445095,_0x3a332b,_0x4e7e32,_0x5a4649,_0x441635){const _0x1b7309=_0x279ea5;super(_0x2c3e0b,_0x554583,_0x252816,_0x3e724d,_0x5595a0,_0x5a4649,_0x441635,_0x3a332b,_0x4e7e32),_0x2f3a83(this,_0x1b7309(0x18e),_0x1b7309(0x39b)),this[_0x1b7309(0x36b)]=_0x445095;}[_0x279ea5(0x46a)](_0x12ffcb){const _0xf4f749=_0x279ea5;return this[_0xf4f749(0x62c)][_0xf4f749(0x564)](_0x12ffcb),this[_0xf4f749(0x3cf)](),this;}[_0x279ea5(0x386)](_0x359cca){throw new Error('[OfflineState]:\x20received\x20changeset.');}[_0x279ea5(0x210)](){const _0x3efffb=_0x279ea5;throw new Error(_0x3efffb(0x49a));}[_0x279ea5(0x3f0)](){const _0x3c89b4=_0x279ea5;throw new Error(_0x3c89b4(0x4a1));}[_0x279ea5(0x62b)](){return this;}[_0x279ea5(0x431)](){return this;}[_0x279ea5(0x296)](){const _0x5bce98=_0x279ea5,{_injector:_0x27fcec,_pendingMutations:_0x2ba6fd,_awaitingChangeset:_0xea152c,unitID:_0x33826f,_handler:_0x15a8db,type:_0x355e07}=this,_0x5c4a4c=_0x4f481b(_0x27fcec,_0x33826f,_0x355e07,_0xea152c,_0x2ba6fd,_0x15a8db);return _0x5c4a4c instanceof _0x40eedb?_0x5c4a4c[_0x5bce98(0x1b1)]():(_0x5c4a4c instanceof _0x8a6a31||_0x5c4a4c instanceof _0x3491e8)&&_0x5c4a4c[_0x5bce98(0x31c)](),_0x5c4a4c;}[_0x279ea5(0x31c)](){const _0x364667=_0x279ea5;throw new Error(_0x364667(0x44e));}};_0x4f8ec1=_0x447009([_0x1185bc(0x5,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0x1185bc(0x6,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2[_0x279ea5(0x321)])),_0x1185bc(0x7,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834[_0x279ea5(0x513)])),_0x1185bc(0x8,_0x2b7596[_0x279ea5(0x645)]),_0x1185bc(0x9,_0x2b7596[_0x279ea5(0x387)])],_0x4f8ec1);let _0x45494d=class extends _0x3a581e{constructor(_0x3ed816,_0x27d0e0,_0x15f157,_0xc7a1e7,_0x4dc866,_0x5f277e,_0x341c75,_0x79afb,_0x3e3419,_0x254ebb,_0x369f5f,_0x5c600d,_0x48ac74,_0x2a1a64){const _0x348c3e=_0x279ea5;super(_0x3ed816,_0x27d0e0,_0x15f157,_0xc7a1e7,_0x341c75,_0x5c600d,_0x48ac74,_0x3e3419,_0x254ebb),_0x2f3a83(this,_0x348c3e(0x18e),'fetch_missing'),(this['_acknowledgedAwaitingChangeset']=_0x4dc866,this[_0x348c3e(0x3d6)]=_0x5f277e,this[_0x348c3e(0x36b)]=_0x79afb,this[_0x348c3e(0x2a5)]=_0x369f5f,this['_transformService']=_0x2a1a64);}['onMissedChangesetFetched'](_0x140c71){const _0x3b4554=_0x279ea5;try{const _0x57e24a=[..._0x140c71,...this[_0x3b4554(0x3d6)]],_0x248d2c=[this['_awaitingChangeset']||this[_0x3b4554(0x319)]][_0x3b4554(0x2cf)](_0x3ed0e9=>!!_0x3ed0e9);let _0x22fc2a,_0x4685e7;if(_0x248d2c[_0x3b4554(0x628)]){const _0x376ea8=this[_0x3b4554(0x1ee)][_0x3b4554(0x526)](_0x57e24a,_0x248d2c,!0x1);if(!_0x1730a2[_0x3b4554(0x198)](_0x376ea8))throw _0x376ea8[_0x3b4554(0x5b9)];_0x22fc2a=_0x376ea8['c1Prime'],_0x4685e7=_0x376ea8['c2Prime'];}else _0x22fc2a=_0x57e24a,_0x4685e7=[];let _0x535806=this['_pendingMutations'];_0x22fc2a[_0x3b4554(0x38f)](_0x49661f=>{const _0x332156=_0x3b4554;let _0x8daae;if(_0x535806['length']){const _0x393217=this['_transformService'][_0x332156(0x523)](_0x49661f,_0x535806);if(!_0x1730a2[_0x332156(0x293)](_0x393217))throw _0x393217['error'];_0x8daae=_0x393217['c1Prime'],_0x535806=_0x393217[_0x332156(0x53d)];}else _0x8daae=_0x49661f;this[_0x332156(0x37a)](_0x8daae);}),this[_0x3b4554(0x319)]&&this[_0x3b4554(0x638)](),this[_0x3b4554(0x31d)]&&_0x4685e7[_0x3b4554(0x628)]&&(_0x4685e7[0x0][_0x3b4554(0x1db)]=this[_0x3b4554(0x345)]());let _0x5fad03;if(this[_0x3b4554(0x31d)]&&_0x535806['length']!==0x0)_0x5fad03=this[_0x3b4554(0x36b)][_0x3b4554(0x41d)](_0x8a6a31,this[_0x3b4554(0x2a6)],this[_0x3b4554(0x413)],_0x4685e7[0x0],_0x535806,this[_0x3b4554(0x631)],void 0x0);else{if(this[_0x3b4554(0x31d)]&&_0x535806[_0x3b4554(0x628)]===0x0)_0x4685e7[0x0][_0x3b4554(0x1db)]=this[_0x3b4554(0x345)](),_0x5fad03=this['_injector'][_0x3b4554(0x41d)](_0x3491e8,this[_0x3b4554(0x2a6)],this['type'],_0x4685e7[0x0],this[_0x3b4554(0x631)]);else{if(_0x535806['length']!==0x0){const _0x18069f=this[_0x3b4554(0x36b)][_0x3b4554(0x41d)](_0x40eedb,this[_0x3b4554(0x2a6)],this[_0x3b4554(0x413)],_0x535806,this['_handler']);_0x18069f[_0x3b4554(0x1b1)](),_0x5fad03=_0x18069f;}else _0x5fad03=this[_0x3b4554(0x36b)]['createInstance'](_0x1e7c93,this[_0x3b4554(0x2a6)],this['type'],this['_handler']);}}return _0x5fad03[_0x3b4554(0x3cf)](),_0x5fad03;}catch(_0x5c28c9){return this[_0x3b4554(0x2a5)]['error'](_0x3b4554(0x3be),_0x3b4554(0x1f0),_0x5c28c9),this[_0x3b4554(0x36b)][_0x3b4554(0x41d)](_0x22239d,this[_0x3b4554(0x2a6)],this[_0x3b4554(0x413)],this['_awaitingChangeset'],this['_pendingMutations'],this[_0x3b4554(0x631)],!0x1);}}[_0x279ea5(0x31c)](){const _0x2bd412=_0x279ea5;throw new Error(_0x2bd412(0x334));}[_0x279ea5(0x46a)](_0x7b1948){const _0x56843a=_0x279ea5;return this[_0x56843a(0x62c)][_0x56843a(0x564)](_0x7b1948),this;}[_0x279ea5(0x386)](_0x5c5730){const _0x35ff60=_0x279ea5;return this[_0x35ff60(0x3d6)][_0x35ff60(0x564)](_0x5c5730),this;}[_0x279ea5(0x210)](_0x59a5e1){const _0x2e62c2=_0x279ea5;if(this[_0x2e62c2(0x31d)])return this[_0x2e62c2(0x319)]=this[_0x2e62c2(0x31d)],this['_awaitingChangeset']=null,this;throw new Error(_0x2e62c2(0x2c6));}[_0x279ea5(0x3f0)](_0x3a5f6a){const _0x3d3699=_0x279ea5;return this[_0x3d3699(0x1a1)](!!(_0x3a5f6a!=null&&_0x3a5f6a[_0x3d3699(0x1f8)]));}[_0x279ea5(0x62b)](){return this;}[_0x279ea5(0x431)](){const _0x15fd54=_0x279ea5;return this[_0x15fd54(0x36b)][_0x15fd54(0x41d)](_0x4f8ec1,this[_0x15fd54(0x2a6)],this['type'],this[_0x15fd54(0x31d)],this['_pendingMutations'],this[_0x15fd54(0x631)]);}[_0x279ea5(0x296)](){return this;}['_onConflict'](_0x5aff07){const _0x14ab9a=_0x279ea5;return this[_0x14ab9a(0x36b)][_0x14ab9a(0x41d)](_0x22239d,this['unitID'],this[_0x14ab9a(0x413)],this['_awaitingChangeset'],this[_0x14ab9a(0x62c)],this[_0x14ab9a(0x631)],_0x5aff07);}};_0x45494d=_0x447009([_0x1185bc(0x7,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596['Injector'])),_0x1185bc(0x8,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2['RevisionService'])),_0x1185bc(0x9,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834[_0x279ea5(0x513)])),_0x1185bc(0xa,_0x2b7596[_0x279ea5(0x248)]),_0x1185bc(0xb,_0x2b7596[_0x279ea5(0x645)]),_0x1185bc(0xc,_0x2b7596[_0x279ea5(0x387)]),_0x1185bc(0xd,_0x1730a2[_0x279ea5(0x58c)])],_0x45494d);function _0x4f481b(_0x3b8079,_0xb2ce40,_0x1c2e33,_0x162af3,_0x36d4e4,_0x3ef6fd){const _0x3caf15=_0x279ea5;return _0x162af3&&_0x36d4e4[_0x3caf15(0x628)]?_0x3b8079[_0x3caf15(0x41d)](_0x8a6a31,_0xb2ce40,_0x1c2e33,_0x162af3,_0x36d4e4,_0x3ef6fd,void 0x0):_0x162af3?_0x3b8079['createInstance'](_0x3491e8,_0xb2ce40,_0x1c2e33,_0x162af3,_0x3ef6fd):_0x36d4e4[_0x3caf15(0x628)]?_0x3b8079[_0x3caf15(0x41d)](_0x40eedb,_0xb2ce40,_0x1c2e33,_0x36d4e4,_0x3ef6fd):_0x3b8079[_0x3caf15(0x41d)](_0x1e7c93,_0xb2ce40,_0x1c2e33,_0x3ef6fd);}var _0x551000=Object[_0x279ea5(0x4f4)],_0x149d61=Object[_0x279ea5(0x43f)],_0x2d0857=(_0x49a915,_0x14d754,_0x456d3f,_0x2fd7de)=>{for(var _0x2e5215=_0x2fd7de>0x1?void 0x0:_0x2fd7de?_0x149d61(_0x14d754,_0x456d3f):_0x14d754,_0x42fcee=_0x49a915['length']-0x1,_0x46325e;_0x42fcee>=0x0;_0x42fcee--)(_0x46325e=_0x49a915[_0x42fcee])&&(_0x2e5215=(_0x2fd7de?_0x46325e(_0x14d754,_0x456d3f,_0x2e5215):_0x46325e(_0x2e5215))||_0x2e5215);return _0x2fd7de&&_0x2e5215&&_0x551000(_0x14d754,_0x456d3f,_0x2e5215),_0x2e5215;},_0x2f5a0a=(_0x18cc95,_0x2779c7)=>(_0x2da5f2,_0x20fb9a)=>_0x2779c7(_0x2da5f2,_0x20fb9a,_0x18cc95);_0x4e8834[_0x279ea5(0x206)]=class extends _0x2b7596[_0x279ea5(0x202)]{constructor(_0x1e0076,_0x33f4de,_0x387d8f,_0xd952a4,_0x54219d,_0x8314f5,_0x351f4d,_0x2afbe4,_0x3600a4,_0x501d27,_0x33f6c3,_0x63598f,_0x231f8c){const _0x1ea2a0=_0x279ea5;super(),_0x2f3a83(this,_0x1ea2a0(0x36a),new _0x2d8475[(_0x1ea2a0(0x555))](null)),_0x2f3a83(this,_0x1ea2a0(0x3bf),this[_0x1ea2a0(0x36a)][_0x1ea2a0(0x43e)]()),_0x2f3a83(this,_0x1ea2a0(0x277)),_0x2f3a83(this,_0x1ea2a0(0x39a),!0x1),_0x2f3a83(this,_0x1ea2a0(0x3a9),''),_0x2f3a83(this,_0x1ea2a0(0x262),0x0),_0x2f3a83(this,_0x1ea2a0(0x4c6),this[_0x1ea2a0(0x3bf)][_0x1ea2a0(0x2f2)](_0x2d8475['map'](_0x3720ce=>_0x3720ce?_0x3720ce['status']:_0xf1ac47[_0x1ea2a0(0x381)]),_0x2d8475['shareReplay'](0x1))),_0x2f3a83(this,_0x1ea2a0(0x5c4),!0x1),_0x2f3a83(this,_0x1ea2a0(0x33c),[]),(this['unitID']=_0x1e0076,this['session']=_0x33f4de,this['_type']=_0x387d8f,this[_0x1ea2a0(0x36b)]=_0xd952a4,this[_0x1ea2a0(0x232)]=_0x54219d,this['_compressMutationService']=_0x8314f5,this['_localeService']=_0x351f4d,this['_revisionService']=_0x2afbe4,this[_0x1ea2a0(0x2a5)]=_0x3600a4,this['_commandService']=_0x501d27,this['_messageService']=_0x33f6c3,this[_0x1ea2a0(0x41a)]=_0x63598f,this[_0x1ea2a0(0x1c5)]=_0x231f8c);}get[_0x279ea5(0x2e5)](){const _0x9799ea=_0x279ea5;return this[_0x9799ea(0x277)];}async[_0x279ea5(0x1b8)](){const _0x5dc202=_0x279ea5;if(this['state'])throw new Error(_0x5dc202(0x3e6));await this[_0x5dc202(0x32a)]();}[_0x279ea5(0x643)](){const _0x332aa4=_0x279ea5;return this[_0x332aa4(0x39a)]=!0x0,_0x2b7596[_0x332aa4(0x497)](()=>{const _0x597001=_0x332aa4;this[_0x597001(0x39a)]=!0x1,this['_exhaustRemoteChangesetQueue']();});}[_0x279ea5(0x483)](_0x507d1c){const _0x28587f=_0x279ea5;this['_state']=_0x507d1c,this['_state$'][_0x28587f(0x4ee)](_0x507d1c);}async[_0x279ea5(0x32a)](){const _0x20d8d9=_0x279ea5;var _0x852a66;this[_0x20d8d9(0x483)](await this[_0x20d8d9(0x2a8)]()),this[_0x20d8d9(0x1c5)]&&((_0x852a66=this['_singleActiveUnitService'])==null||_0x852a66[_0x20d8d9(0x45c)](this[_0x20d8d9(0x2a6)]),this['disposeWithMe'](this[_0x20d8d9(0x1c5)][_0x20d8d9(0x1b2)](this[_0x20d8d9(0x2a6)])['subscribe'](_0x55879d=>{const _0x1882a1=_0x20d8d9;this[_0x1882a1(0x2a5)][_0x1882a1(0x5c5)]('[CollaborationEntity]',_0x1882a1(0x4a3),_0x55879d),_0x55879d===_0x1ecf1b[_0x1882a1(0x4f5)]?(this[_0x1882a1(0x1f9)][_0x1882a1(0x463)]({'content':this[_0x1882a1(0x217)]['t'](_0x1882a1(0x49f)),'type':_0x5783a6[_0x1882a1(0x584)][_0x1882a1(0x602)]}),this[_0x1882a1(0x41a)][_0x1882a1(0x577)](new _0x5763b6[(_0x1882a1(0x2fb))](this['unitID'])['id'],!0x1),this[_0x1882a1(0x41a)]['setShowComponents'](!0x1)):(this['_permissionService']['updatePermissionPoint'](new _0x5763b6[(_0x1882a1(0x2fb))](this[_0x1882a1(0x2a6)])['id'],!0x0),this[_0x1882a1(0x41a)][_0x1882a1(0x4ab)](!0x0));})));let _0x5226dc=!0x1;return this[_0x20d8d9(0x433)](this[_0x20d8d9(0x3f4)]['sessionStatus$']['subscribe'](_0x4d56c8=>{const _0x12c818=_0x20d8d9;_0x4d56c8===_0x381713[_0x12c818(0x243)]?this[_0x12c818(0x189)](_0x5226dc):_0x4d56c8===_0x381713['OFFLINE']&&(_0x5226dc=!0x0,this[_0x12c818(0x504)]());})),this[_0x20d8d9(0x433)](this[_0x20d8d9(0x3f4)][_0x20d8d9(0x63a)][_0x20d8d9(0x4c8)](_0x4f0a8c=>{const _0x416094=_0x20d8d9;try{switch(_0x4f0a8c[_0x416094(0x4a5)]){case _0x1730a2['CollaborationEvent'][_0x416094(0x1b0)]:{this['_onRemoteChangeset'](_0x1730a2[_0x416094(0x644)](_0x4f0a8c[_0x416094(0x5de)]));break;}case _0x1730a2[_0x416094(0x489)][_0x416094(0x342)]:{this[_0x416094(0x488)](_0x4f0a8c[_0x416094(0x5de)]);break;}case _0x1730a2[_0x416094(0x489)][_0x416094(0x2e2)]:{this['_onRemoteRejected']();break;}case _0x1730a2['CollaborationEvent'][_0x416094(0x3e9)]:{this[_0x416094(0x5ca)](_0x4f0a8c[_0x416094(0x5de)]);break;}case _0x1730a2['CollaborationEvent'][_0x416094(0x1e6)]:{this['_onFetchMissResult'](_0x4f0a8c['data'][_0x416094(0x40d)][_0x416094(0x485)](_0x1ad877=>_0x1730a2[_0x416094(0x644)](_0x1ad877)));break;}case _0x1730a2[_0x416094(0x489)]['PERMISSION_REJ']:this[_0x416094(0x585)]({'isPermissionRej':!0x0});}}catch(_0xa15522){throw console[_0x416094(0x5b9)](_0x416094(0x33f),_0xa15522),_0xa15522;}})),this['_state'];}[_0x279ea5(0x475)](){const _0x43c511=_0x279ea5;this[_0x43c511(0x5c4)]=!0x1;}[_0x279ea5(0x620)](){const _0x303188=_0x279ea5;if(this[_0x303188(0x5c4)])throw new Error(_0x303188(0x3b5));this[_0x303188(0x5c4)]=!0x0;}[_0x279ea5(0x1b7)](_0x54f6fd){const _0x2ae712=_0x279ea5;this['_lockTransition'](),this[_0x2ae712(0x483)](this[_0x2ae712(0x277)][_0x2ae712(0x46a)](_0x54f6fd)),this[_0x2ae712(0x475)]();}[_0x279ea5(0x535)](_0x35256e){const _0x37df63=_0x279ea5;if(!(_0x35256e[_0x37df63(0x487)]<=this[_0x37df63(0x2b7)][_0x37df63(0x493)](this[_0x37df63(0x2a6)]))){if(this[_0x37df63(0x39a)]){this['_remoteChangesetQueue'][_0x37df63(0x564)](_0x35256e);return;}this['_applyRemoteChangeset'](_0x35256e);}}[_0x279ea5(0x26a)](){const _0x4e723d=_0x279ea5;this[_0x4e723d(0x33c)][_0x4e723d(0x38f)](_0x1a5093=>this[_0x4e723d(0x56a)](_0x1a5093)),this[_0x4e723d(0x33c)]=[];}[_0x279ea5(0x56a)](_0x1f5bd6){const _0x37c27f=_0x279ea5,_0x11eead=this[_0x37c27f(0x3aa)]['interceptor'][_0x37c27f(0x344)](this[_0x37c27f(0x3aa)][_0x37c27f(0x23c)][_0x37c27f(0x1d3)]()[_0x37c27f(0x622)])(_0x1f5bd6[_0x37c27f(0x203)],null)||_0x1f5bd6[_0x37c27f(0x203)],_0x12fb53={..._0x1f5bd6,'mutations':_0x11eead};this[_0x37c27f(0x620)](),this['_updateState'](this[_0x37c27f(0x277)][_0x37c27f(0x386)](_0x12fb53)),this[_0x37c27f(0x475)]();}[_0x279ea5(0x488)](_0xee66c){const _0x5196cd=_0x279ea5;this['_lockTransition'](),this['_updateState'](this['_state']['onRemoteAck'](_0xee66c)),this[_0x5196cd(0x475)]();}[_0x279ea5(0x585)](_0x2f13ae){const _0x28aa0b=_0x279ea5;this[_0x28aa0b(0x620)](),this[_0x28aa0b(0x483)](this['_state']['onRemoteRej'](_0x2f13ae)),this[_0x28aa0b(0x475)]();}['_onRemoteRetry'](_0x86c81a){const _0x4ffaff=_0x279ea5;this[_0x4ffaff(0x620)](),this[_0x4ffaff(0x483)](this['_state']['onRemoteRetry'](_0x86c81a)),this[_0x4ffaff(0x475)]();}[_0x279ea5(0x2cb)](_0xccaa0b){const _0x292a9c=_0x279ea5;if(!(this[_0x292a9c(0x277)]instanceof _0x45494d))throw new TypeError(_0x292a9c(0x1da));const _0x3ce11f=_0xccaa0b[_0x292a9c(0x485)](_0x370464=>{const _0x196fb7=_0x292a9c,_0x46eb40=this['_compressMutationService'][_0x196fb7(0x23c)]['fetchThroughInterceptors'](this[_0x196fb7(0x3aa)]['interceptor'][_0x196fb7(0x1d3)]()[_0x196fb7(0x622)])(_0x370464['mutations'],null)||_0x370464[_0x196fb7(0x203)];return{..._0x370464,'mutations':_0x46eb40};});this[_0x292a9c(0x620)](),this['_updateState'](this[_0x292a9c(0x277)][_0x292a9c(0x28c)](_0x3ce11f)),this[_0x292a9c(0x475)]();}[_0x279ea5(0x504)](){const _0xc73848=_0x279ea5;this[_0xc73848(0x620)](),this[_0xc73848(0x483)](this[_0xc73848(0x277)][_0xc73848(0x431)]()),this[_0xc73848(0x475)]();}[_0x279ea5(0x189)](_0x3a38b8=!0x1){const _0x73b8cf=_0x279ea5;this[_0x73b8cf(0x620)](),this['_updateState'](this['_state'][_0x73b8cf(0x296)]()),this[_0x73b8cf(0x475)]();const _0x4aa81a=this[_0x73b8cf(0x277)];_0x3a38b8&&_0x4aa81a instanceof _0x1e7c93&&(this[_0x73b8cf(0x620)](),this[_0x73b8cf(0x483)](_0x4aa81a[_0x73b8cf(0x29d)]()),this[_0x73b8cf(0x475)]());}async[_0x279ea5(0x2a8)](){return new Promise(_0x46952e=>{const _0x409d7c=_0x4ad9;this[_0x409d7c(0x3f4)][_0x409d7c(0x544)][_0x409d7c(0x2f2)](_0x2d8475[_0x409d7c(0x2ec)](0x1))[_0x409d7c(0x4c8)](async _0x35cb28=>{const _0x3ab7ae=_0x409d7c;_0x46952e(await this[_0x3ab7ae(0x353)](_0x35cb28===_0x381713['ONLINE']));});});}[_0x279ea5(0x28f)](){const _0x1e3dee=_0x279ea5,_0x2ab0dc=this[_0x1e3dee(0x2a6)];return{'onStateChange':(_0x32c931,_0x428f61)=>{const _0xc71bc6=_0x1e3dee;if(_0x32c931!==this[_0xc71bc6(0x277)])throw new Error(_0xc71bc6(0x546)+_0x32c931[_0xc71bc6(0x18e)]+_0xc71bc6(0x636)+_0x428f61[_0xc71bc6(0x18e)]+_0xc71bc6(0x420)+this[_0xc71bc6(0x277)][_0xc71bc6(0x18e)]);this[_0xc71bc6(0x483)](_0x428f61);},'onSendChangeset':_0x1b6473=>{const _0x46beb2=_0x1e3dee;_0x1b6473[_0x46beb2(0x3a3)]||(_0x1b6473[_0x46beb2(0x3a3)]=this['_changesetSessionId'],_0x1b6473['reqId']=++this[_0x46beb2(0x262)]);const _0x6cb2a9={'eventID':_0x1730a2['CollaborationEvent'][_0x46beb2(0x633)],'data':{'unitID':_0x1b6473['unitID'],'unitType':this[_0x46beb2(0x1e8)],'changeset':_0x1b6473,'memberID':this[_0x46beb2(0x3f4)]['getMemberID']()}};this[_0x46beb2(0x3f4)][_0x46beb2(0x183)](_0x6cb2a9,this['unitID']);},'onMissingChangesets':({from:_0x56daac,to:_0x4c380f})=>{const _0x33297e=_0x1e3dee;this['_logService'][_0x33297e(0x5c5)](_0x33297e(0x30e),_0x33297e(0x2a2)+_0x56daac+_0x33297e(0x365)+_0x4c380f);const _0x2a757d={'eventID':_0x1730a2[_0x33297e(0x489)][_0x33297e(0x518)],'data':{'unitID':_0x2ab0dc,'unitType':this[_0x33297e(0x1e8)],'from':_0x56daac,'to':_0x4c380f}};this[_0x33297e(0x3f4)][_0x33297e(0x183)](_0x2a757d,this[_0x33297e(0x2a6)]);}};}async[_0x279ea5(0x353)](_0x3e80fa){const _0x547b0b=_0x279ea5;var _0x205b43,_0x59a851;const _0x4214ce=await this[_0x547b0b(0x232)][_0x547b0b(0x53b)](this[_0x547b0b(0x2a6)]),_0x3e235b=(_0x205b43=_0x4214ce==null?void 0x0:_0x4214ce[_0x547b0b(0x203)])!=null?_0x205b43:[],_0x320062=(_0x59a851=_0x4214ce==null?void 0x0:_0x4214ce[_0x547b0b(0x306)])!=null?_0x59a851:null,_0x2f7394=!!(_0x320062!=null&&_0x320062[_0x547b0b(0x3a3)])&&!!(_0x320062!=null&&_0x320062[_0x547b0b(0x2a4)]);this[_0x547b0b(0x3a9)]=_0x2f7394?_0x320062[_0x547b0b(0x3a3)]:_0x1bccfd(),this['_changesetReqId']=_0x2f7394?_0x320062['reqId']:0x0;const _0x38fd79=this['unitID'];try{this[_0x547b0b(0x374)](_0x320062,_0x3e235b);}catch(_0x42c4ff){this[_0x547b0b(0x2a5)]['error'](_0x42c4ff);}const _0x2a7810=this[_0x547b0b(0x28f)]();if(_0x3e80fa){const _0x5946c5=_0x4f481b(this[_0x547b0b(0x36b)],_0x38fd79,this[_0x547b0b(0x1e8)],_0x320062,_0x3e235b,_0x2a7810);return _0x5946c5 instanceof _0x40eedb?_0x5946c5[_0x547b0b(0x1b1)]():(_0x5946c5 instanceof _0x8a6a31||_0x5946c5 instanceof _0x3491e8)&&_0x5946c5['resend'](),_0x5946c5;}return this[_0x547b0b(0x36b)][_0x547b0b(0x41d)](_0x4f8ec1,_0x38fd79,this[_0x547b0b(0x1e8)],_0x320062,_0x3e235b,_0x2a7810);}[_0x279ea5(0x374)](_0x3a2a7b,_0x254a6d){const _0x4c0d07=_0x279ea5;var _0x1fb694,_0x2cf30c;const _0x25cec8=this['_compressMutationService']['interceptor'][_0x4c0d07(0x344)](this['_compressMutationService']['interceptor'][_0x4c0d07(0x1d3)]()[_0x4c0d07(0x622)]);(_0x1fb694=_0x25cec8((_0x3a2a7b==null?void 0x0:_0x3a2a7b[_0x4c0d07(0x203)])||[],null))==null||_0x1fb694['forEach'](_0x709647=>this['_commandService'][_0x4c0d07(0x219)](_0x709647['id'],_0x709647[_0x4c0d07(0x58b)])),(_0x2cf30c=_0x25cec8(_0x254a6d||[],null))==null||_0x2cf30c[_0x4c0d07(0x38f)](_0x1327ee=>this[_0x4c0d07(0x580)]['executeCommand'](_0x1327ee['id'],_0x1327ee['params']));}},_0x4e8834[_0x279ea5(0x206)]=_0x2d0857([_0x2f5a0a(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0x2f5a0a(0x4,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834[_0x279ea5(0x513)])),_0x2f5a0a(0x5,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2[_0x279ea5(0x3ff)])),_0x2f5a0a(0x6,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5ad)])),_0x2f5a0a(0x7,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2[_0x279ea5(0x321)])),_0x2f5a0a(0x8,_0x2b7596[_0x279ea5(0x248)]),_0x2f5a0a(0x9,_0x2b7596[_0x279ea5(0x645)]),_0x2f5a0a(0xa,_0x1b8378[_0x279ea5(0x4bb)]),_0x2f5a0a(0xb,_0x2b7596['IPermissionService']),_0x2f5a0a(0xc,_0x2b7596['Optional'](_0x4d613b))],_0x4e8834[_0x279ea5(0x206)]),_0x4e8834[_0x279ea5(0x360)]=class extends _0x4e8834['CollaborationEntity']{constructor(_0x47117a,_0x3b03d6,_0x358359,_0x494f62,_0x41e71e,_0x10df2b,_0x43dadf,_0x1cadcc,_0x1cd0bb,_0x557e5a,_0x353a57,_0x3c0e73,_0x10c52b,_0x239880,_0x1fa262,_0x22cdbb,_0x2fea97,_0x4fb168){const _0x16a911=_0x279ea5;super(_0x47117a,_0x358359,_0x3b03d6,_0x494f62,_0x41e71e,_0x10df2b,_0x43dadf,_0x1cadcc,_0x239880,_0x1fa262,_0x22cdbb,_0x2fea97,_0x4fb168),this[_0x16a911(0x2a6)]=_0x47117a,this[_0x16a911(0x413)]=_0x3b03d6,this['_docStateChangeManagerService']=_0x1cd0bb,this['_docTransformIMECacheService']=_0x557e5a,this[_0x16a911(0x42e)]=_0x353a57,this[_0x16a911(0x2d7)]=_0x3c0e73,this[_0x16a911(0x40c)]=_0x10c52b;}[_0x279ea5(0x28f)](){const _0x42f902=_0x279ea5,_0x5901b6=super[_0x42f902(0x28f)]();return _0x5901b6[_0x42f902(0x19e)]=_0x4a9230=>this['_docTransformIMECacheService']['transformIMECache'](_0x4a9230),_0x5901b6[_0x42f902(0x21b)]=_0x319d88=>this[_0x42f902(0x42e)]['transformStateCache'](_0x319d88),_0x5901b6[_0x42f902(0x421)]=_0x363707=>this[_0x42f902(0x2d7)][_0x42f902(0x39e)](_0x363707),_0x5901b6[_0x42f902(0x2f0)]=_0x197e76=>this[_0x42f902(0x40c)][_0x42f902(0x425)](_0x197e76),_0x5901b6['onTransformRemoteChangesetByIMECache']=_0x37b25b=>this[_0x42f902(0x4df)][_0x42f902(0x36c)](_0x37b25b),_0x5901b6[_0x42f902(0x4ff)]=_0x47f19a=>this[_0x42f902(0x42e)]['transformRemoteChangeset'](_0x47f19a),_0x5901b6;}async[_0x279ea5(0x32a)](){const _0x5e4439=_0x279ea5,_0x22cfed=await super[_0x5e4439(0x32a)]();return this[_0x5e4439(0x199)]['docStateChange$']['pipe'](_0x2d8475[_0x5e4439(0x2f9)](this[_0x5e4439(0x2b1)]))[_0x5e4439(0x4c8)](_0x5aeaf3=>{const _0x45feb7=_0x5e4439;if(_0x5aeaf3==null)return;const {unitId:_0x51c6a9,redoState:_0x24016a,commandId:_0x1795ea}=_0x5aeaf3;if(_0x51c6a9!==this[_0x45feb7(0x2a6)])return;const _0x50015e={'id':_0x1795ea,'type':_0x2b7596['CommandType'][_0x45feb7(0x3af)],'params':{'unitId':_0x51c6a9,'actions':_0x24016a[_0x45feb7(0x246)],'textRanges':null}};this['_onLocalMutation'](_0x50015e);}),_0x22cfed;}},_0x4e8834['DocCollaborationEntity']=_0x2d0857([_0x2f5a0a(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0x2f5a0a(0x4,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834['LocalCacheService'])),_0x2f5a0a(0x5,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2[_0x279ea5(0x3ff)])),_0x2f5a0a(0x6,_0x2b7596['Inject'](_0x2b7596[_0x279ea5(0x5ad)])),_0x2f5a0a(0x7,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2[_0x279ea5(0x321)])),_0x2f5a0a(0x8,_0x2b7596[_0x279ea5(0x33d)](_0x177c6d[_0x279ea5(0x430)])),_0x2f5a0a(0x9,_0x2b7596[_0x279ea5(0x33d)](_0x3739e1)),_0x2f5a0a(0xa,_0x2b7596['Inject'](_0x2f2350)),_0x2f5a0a(0xb,_0x2b7596[_0x279ea5(0x33d)](_0x4cc599)),_0x2f5a0a(0xc,_0x2b7596[_0x279ea5(0x33d)](_0x457c56)),_0x2f5a0a(0xd,_0x2b7596['ILogService']),_0x2f5a0a(0xe,_0x2b7596['ICommandService']),_0x2f5a0a(0xf,_0x1b8378['IMessageService']),_0x2f5a0a(0x10,_0x2b7596[_0x279ea5(0x5e5)]),_0x2f5a0a(0x11,_0x2b7596[_0x279ea5(0x244)](_0x4d613b))],_0x4e8834[_0x279ea5(0x360)]),_0x4e8834['SheetCollaborationEntity']=class extends _0x4e8834[_0x279ea5(0x206)]{constructor(_0x32872f,_0x39880b,_0x244b2f,_0x4113d5,_0x365b93,_0x1aed27,_0x33e66c,_0x49af42,_0x2b3aa3,_0x42a651,_0x5d66e3,_0x13e7f8,_0x4235fa,_0x166507){const _0x14fe0b=_0x279ea5;super(_0x32872f,_0x244b2f,_0x39880b,_0x4113d5,_0x365b93,_0x1aed27,_0x33e66c,_0x49af42,_0x42a651,_0x5d66e3,_0x13e7f8,_0x4235fa,_0x166507),this['unitID']=_0x32872f,this[_0x14fe0b(0x413)]=_0x39880b,this[_0x14fe0b(0x4b1)]=_0x2b3aa3;}['_createHandler'](){const _0x4ed513=_0x279ea5,_0x134543=super['_createHandler']();return _0x134543[_0x4ed513(0x421)]=_0x44fb11=>this['_sheetTransformSelectionsService'][_0x4ed513(0x39e)](_0x44fb11),_0x134543;}async['_init'](){const _0x3709db=_0x279ea5,_0x40c013=await super[_0x3709db(0x32a)]();return this[_0x3709db(0x433)](this[_0x3709db(0x580)][_0x3709db(0x5cc)]((_0x2f8e20,_0x18b05e)=>{const _0x51708f=_0x3709db;if(_0x2f8e20['type']!==_0x2b7596['CommandType']['MUTATION']||_0x18b05e!=null&&_0x18b05e[_0x51708f(0x2e7)]||_0x18b05e!=null&&_0x18b05e[_0x51708f(0x275)])return;const _0x1bd98a=_0x2f8e20[_0x51708f(0x58b)];if((_0x1bd98a==null?void 0x0:_0x1bd98a['unitId'])!==this['unitID'])return;const _0x262602=_0x2f8e20,_0x3e5f45=this[_0x51708f(0x3aa)][_0x51708f(0x23c)]['fetchThroughInterceptors'](this[_0x51708f(0x3aa)]['interceptor'][_0x51708f(0x1d3)]()[_0x51708f(0x516)])([_0x262602],null)||[_0x262602];this[_0x51708f(0x1b7)](_0x3e5f45[0x0]);})),_0x40c013;}},_0x4e8834['SheetCollaborationEntity']=_0x2d0857([_0x2f5a0a(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0x2f5a0a(0x4,_0x2b7596['Inject'](_0x4e8834[_0x279ea5(0x513)])),_0x2f5a0a(0x5,_0x2b7596[_0x279ea5(0x33d)](_0x1730a2['CompressMutationService'])),_0x2f5a0a(0x6,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5ad)])),_0x2f5a0a(0x7,_0x2b7596['Inject'](_0x1730a2[_0x279ea5(0x321)])),_0x2f5a0a(0x8,_0x2b7596['Inject'](_0x5bded5)),_0x2f5a0a(0x9,_0x2b7596[_0x279ea5(0x248)]),_0x2f5a0a(0xa,_0x2b7596[_0x279ea5(0x645)]),_0x2f5a0a(0xb,_0x1b8378[_0x279ea5(0x4bb)]),_0x2f5a0a(0xc,_0x2b7596[_0x279ea5(0x5e5)]),_0x2f5a0a(0xd,_0x2b7596[_0x279ea5(0x244)](_0x4d613b))],_0x4e8834[_0x279ea5(0x572)]);var _0x20f659=Object[_0x279ea5(0x4f4)],_0x29c99c=Object[_0x279ea5(0x43f)],_0x369955=(_0x939a22,_0x2e1e9c,_0x5a0b5f,_0xf8efe1)=>{const _0x522540=_0x279ea5;for(var _0x358c8a=_0xf8efe1>0x1?void 0x0:_0xf8efe1?_0x29c99c(_0x2e1e9c,_0x5a0b5f):_0x2e1e9c,_0x351993=_0x939a22[_0x522540(0x628)]-0x1,_0x31385c;_0x351993>=0x0;_0x351993--)(_0x31385c=_0x939a22[_0x351993])&&(_0x358c8a=(_0xf8efe1?_0x31385c(_0x2e1e9c,_0x5a0b5f,_0x358c8a):_0x31385c(_0x358c8a))||_0x358c8a);return _0xf8efe1&&_0x358c8a&&_0x20f659(_0x2e1e9c,_0x5a0b5f,_0x358c8a),_0x358c8a;},_0xe9a8af=(_0x3454f2,_0x12b7b2)=>(_0xbedd80,_0x1bceeb)=>_0x12b7b2(_0xbedd80,_0x1bceeb,_0x3454f2);_0x4e8834[_0x279ea5(0x460)]=class extends _0x2b7596[_0x279ea5(0x202)]{constructor(_0x23729b,_0x33994d,_0x5dfcc9){const _0x571150=_0x279ea5;super(),_0x2f3a83(this,_0x571150(0x1d2),new Map()),_0x2f3a83(this,_0x571150(0x3c5),new _0x2d8475['Subject']()),(this[_0x571150(0x36b)]=_0x23729b,this[_0x571150(0x423)]=_0x33994d,this['_univerInstanceService']=_0x5dfcc9,this['_init']());}['dispose'](){const _0x58a892=_0x279ea5;super[_0x58a892(0x1b5)](),this[_0x58a892(0x1d2)]['forEach'](_0x61ea2e=>_0x61ea2e['dispose']()),this[_0x58a892(0x1d2)][_0x58a892(0x1d4)]();}[_0x279ea5(0x1e7)](_0x4e766c){const _0x152b62=_0x279ea5;var _0x396a68;return(_0x396a68=this[_0x152b62(0x1d2)][_0x152b62(0x42f)](_0x4e766c))!=null?_0x396a68:null;}[_0x279ea5(0x3ac)](_0x1a63a4){const _0x5cf8ec=_0x279ea5,_0x3ce3a5=this['getCollabEntity'](_0x1a63a4);return _0x3ce3a5?_0x2d8475['of'](_0x3ce3a5):this[_0x5cf8ec(0x3c5)][_0x5cf8ec(0x2f2)](_0x1ed7ad[_0x5cf8ec(0x2cf)](_0x28adf9=>_0x28adf9[_0x5cf8ec(0x2a6)]===_0x1a63a4));}[_0x279ea5(0x32a)](){const _0x345d78=_0x279ea5;this[_0x345d78(0x356)]['getTypeOfUnitAdded$'](_0x2b7596[_0x345d78(0x55a)][_0x345d78(0x1ac)])['pipe'](_0x2d8475[_0x345d78(0x2f9)](this['dispose$']),_0x1ed7ad[_0x345d78(0x346)](0x10))['subscribe'](async _0x3ea046=>{const _0x5da95f=_0x345d78,_0x1920ab=_0x3ea046[_0x5da95f(0x26c)](),_0x2a68cf=await this[_0x5da95f(0x286)](_0x1920ab,_0x4ae547['UNIVER_SHEET']);this['_entities'][_0x5da95f(0x33b)](_0x1920ab,_0x2a68cf);}),this[_0x345d78(0x356)]['getTypeOfUnitAdded$'](_0x2b7596[_0x345d78(0x55a)][_0x345d78(0x1c4)])[_0x345d78(0x2f2)](_0x2d8475['takeUntil'](this[_0x345d78(0x2b1)]),_0x1ed7ad[_0x345d78(0x346)](0x10))[_0x345d78(0x2f2)](_0x1ed7ad[_0x345d78(0x2cf)](_0x3a2fb6=>!_0x3a2fb6[_0x345d78(0x26c)]()[_0x345d78(0x4ea)]('__')))[_0x345d78(0x4c8)](async _0x2f6720=>{const _0x3a0d8c=_0x345d78,_0x510ed3=_0x2f6720['getUnitId'](),_0x2d7389=await this[_0x3a0d8c(0x286)](_0x510ed3,_0x4ae547[_0x3a0d8c(0x1c4)]);this[_0x3a0d8c(0x1d2)]['set'](_0x510ed3,_0x2d7389);}),_0x2d8475[_0x345d78(0x392)](this[_0x345d78(0x356)][_0x345d78(0x596)](_0x2b7596[_0x345d78(0x55a)][_0x345d78(0x1ac)]),this[_0x345d78(0x356)][_0x345d78(0x596)](_0x2b7596['UniverInstanceType'][_0x345d78(0x1c4)]))[_0x345d78(0x2f2)](_0x2d8475[_0x345d78(0x2f9)](this[_0x345d78(0x2b1)]))[_0x345d78(0x4c8)](_0x1a483b=>{const _0x1ef0a8=_0x345d78,_0x26d075=_0x1a483b['getUnitId'](),_0x4c6144=this[_0x1ef0a8(0x1d2)][_0x1ef0a8(0x42f)](_0x26d075);_0x4c6144&&(_0x4c6144[_0x1ef0a8(0x1b5)](),this[_0x1ef0a8(0x1d2)]['delete'](_0x26d075));});}async[_0x279ea5(0x286)](_0x27b079,_0x2c6623){const _0x3e3d97=_0x279ea5,_0x31a9fe=await this['_collabSessionService']['requireSession'](_0x27b079),_0xd3b4f6=this['_injector']['createInstance'](this['_getCtorByUniverType'](_0x2c6623),_0x27b079,_0x2c6623,_0x31a9fe);return await _0xd3b4f6['init'](),this[_0x3e3d97(0x3c5)][_0x3e3d97(0x4ee)](_0xd3b4f6),_0xd3b4f6;}['_getCtorByUniverType'](_0xaf0bf3){const _0x41c06a=_0x279ea5;switch(_0xaf0bf3){case _0x4ae547[_0x41c06a(0x1c4)]:return _0x4e8834[_0x41c06a(0x360)];case _0x4ae547[_0x41c06a(0x1ac)]:return _0x4e8834[_0x41c06a(0x572)];default:throw new Error(_0x41c06a(0x236)+_0xaf0bf3);}}},_0x4e8834['CollaborationController']=_0x369955([_0xe9a8af(0x0,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0xe9a8af(0x1,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834[_0x279ea5(0x48c)])),_0xe9a8af(0x2,_0x2b7596['IUniverInstanceService'])],_0x4e8834[_0x279ea5(0x460)]);const _0x55416b=[_0x279ea5(0x1fc),_0x279ea5(0x4d0),_0x279ea5(0x2bb),_0x279ea5(0x2fa),'blue400',_0x279ea5(0x5d1)];class _0x293feb extends _0x2b7596[_0x279ea5(0x5e2)]{constructor(){const _0xb9a69f=_0x279ea5;super(...arguments),_0x2f3a83(this,_0xb9a69f(0x34b),new Map()),_0x2f3a83(this,_0xb9a69f(0x4ac),0x0);}[_0x279ea5(0x566)](_0x519dab){const _0x3d0546=_0x279ea5;if(this['_assignedColors'][_0x3d0546(0x48a)](_0x519dab))return this[_0x3d0546(0x34b)][_0x3d0546(0x42f)](_0x519dab);const _0x37a48b=_0x55416b[this[_0x3d0546(0x4ac)]];return this[_0x3d0546(0x4ac)]=(this['_colorIndex']+0x1)%_0x55416b[_0x3d0546(0x628)],this[_0x3d0546(0x34b)][_0x3d0546(0x33b)](_0x519dab,_0x37a48b),_0x37a48b;}}var _0x4bd6c9=Object['defineProperty'],_0x38cd09=Object[_0x279ea5(0x43f)],_0x998bee=(_0x1c27a0,_0x53ade6,_0x27cea7,_0x2b3693)=>{const _0x24d624=_0x279ea5;for(var _0x131b28=_0x2b3693>0x1?void 0x0:_0x2b3693?_0x38cd09(_0x53ade6,_0x27cea7):_0x53ade6,_0x5d425c=_0x1c27a0[_0x24d624(0x628)]-0x1,_0x10ea2b;_0x5d425c>=0x0;_0x5d425c--)(_0x10ea2b=_0x1c27a0[_0x5d425c])&&(_0x131b28=(_0x2b3693?_0x10ea2b(_0x53ade6,_0x27cea7,_0x131b28):_0x10ea2b(_0x131b28))||_0x131b28);return _0x2b3693&&_0x131b28&&_0x4bd6c9(_0x53ade6,_0x27cea7,_0x131b28),_0x131b28;},_0x58f5e5=(_0x568359,_0xe5437d)=>(_0x26e8a4,_0x24359d)=>_0xe5437d(_0x26e8a4,_0x24359d,_0x568359);const _0x3a9513=0x12c,_0x27fb43=0x64;let _0x72d701=class extends _0x2b7596[_0x279ea5(0x202)]{constructor(_0x38a470,_0x3ca895,_0x199395,_0x3a7e33,_0x3670ba,_0x2120d6,_0x48688b,_0x140bd5,_0x19f937){const _0xfdeb73=_0x279ea5;super(),_0x2f3a83(this,_0xfdeb73(0x294),!0x1),_0x2f3a83(this,'_init',!0x1),_0x2f3a83(this,_0xfdeb73(0x534),new _0x2d8475[(_0xfdeb73(0x555))](new Map())),_0x2f3a83(this,_0xfdeb73(0x5b2),this['_cursorInfo$'][_0xfdeb73(0x43e)]()),_0x2f3a83(this,_0xfdeb73(0x4f9),new _0x2d8475['BehaviorSubject']([])),_0x2f3a83(this,_0xfdeb73(0x1ea),this['_roomMembers$'][_0xfdeb73(0x2f2)](_0x2d8475['debounceTime'](_0x3a9513))),_0x2f3a83(this,_0xfdeb73(0x575),_0x2b7596['debounce'](_0x27e759=>{const _0x1d95c0=_0xfdeb73,_0x5db146={'eventID':_0x1730a2[_0x1d95c0(0x489)]['UPDATE_CURSOR'],'data':{'unitID':this[_0x1d95c0(0x2a6)],'memberID':this['_session']['getMemberID'](),'selection':_0xc768ec(_0x27e759)}};this[_0x1d95c0(0x4ba)]['send'](_0x5db146,this['unitID']);},_0x27fb43)),(this[_0xfdeb73(0x2a6)]=_0x38a470,this['_session']=_0x3ca895,this[_0xfdeb73(0x36b)]=_0x199395,this[_0xfdeb73(0x276)]=_0x3a7e33,this['_memberService']=_0x3670ba,this[_0xfdeb73(0x3de)]=_0x2120d6,this[_0xfdeb73(0x1ee)]=_0x48688b,this[_0xfdeb73(0x356)]=_0x140bd5,this['_commandService']=_0x19f937);}get[_0x279ea5(0x5bd)](){const _0x440592=_0x279ea5;return this[_0x440592(0x534)][_0x440592(0x255)]();}get['roomMembers'](){const _0x4e5e78=_0x279ea5;return this[_0x4e5e78(0x4f9)]['getValue']();}[_0x279ea5(0x1b5)](){const _0x6d81a1=_0x279ea5;super[_0x6d81a1(0x1b5)](),this[_0x6d81a1(0x534)][_0x6d81a1(0x4ee)](new Map()),this[_0x6d81a1(0x534)]['complete'](),this['_roomMembers$']['next']([]),this[_0x6d81a1(0x4f9)][_0x6d81a1(0x3b0)]();}['init'](){const _0x484e13=_0x279ea5;this[_0x484e13(0x32a)]||(this[_0x484e13(0x32a)]=!0x0,this[_0x484e13(0x4ba)][_0x484e13(0x544)][_0x484e13(0x2f2)](_0x2d8475[_0x484e13(0x2f9)](this[_0x484e13(0x2b1)]))[_0x484e13(0x4c8)](_0x39dc7f=>{const _0x493221=_0x484e13;_0x39dc7f===_0x381713['ONLINE']?this[_0x493221(0x189)]():this[_0x493221(0x504)]();}),this[_0x484e13(0x4ba)][_0x484e13(0x63a)][_0x484e13(0x2f2)](_0x2d8475[_0x484e13(0x2f9)](this[_0x484e13(0x2b1)]))[_0x484e13(0x4c8)](_0x12952e=>{const _0x45c63d=_0x484e13,_0x2d97d4=_0x12952e[_0x45c63d(0x4a5)];_0x2d97d4===_0x1730a2['CollaborationEvent']['UPDATE_CURSOR']&&this['_onCursorUpdate'](_0x12952e),_0x2d97d4===_0x1730a2[_0x45c63d(0x489)]['USERS_LEAVE']&&this[_0x45c63d(0x538)](_0x12952e);}),this[_0x484e13(0x433)](this[_0x484e13(0x580)][_0x484e13(0x5cc)](_0x1599c8=>{const _0x2ff99b=_0x484e13,_0x2308d9=_0x1599c8[_0x2ff99b(0x58b)];_0x2308d9!=null&&this[_0x2ff99b(0x294)]&&_0x1599c8['id']===_0x1b7ccb[_0x2ff99b(0x484)]['id']&&_0x2308d9[_0x2ff99b(0x4fd)]===this[_0x2ff99b(0x2a6)]&&_0x2308d9[_0x2ff99b(0x514)]===!0x1&&_0x2308d9['ranges'][_0x2ff99b(0x628)]>0x0&&this[_0x2ff99b(0x575)](_0x2308d9['ranges']);})),this[_0x484e13(0x3de)][_0x484e13(0x444)][_0x484e13(0x2f2)](_0x2d8475[_0x484e13(0x2f9)](this['dispose$']))[_0x484e13(0x4c8)](_0x34c3e4=>{const _0x44fb1c=_0x484e13;if((_0x34c3e4==null?void 0x0:_0x34c3e4['unitID'])!==this[_0x44fb1c(0x2a6)])return;const _0x418397={'eventID':_0x1730a2[_0x44fb1c(0x489)][_0x44fb1c(0x62e)],'data':_0x34c3e4};this[_0x44fb1c(0x24a)](_0x418397);}),this[_0x484e13(0x433)](this[_0x484e13(0x580)][_0x484e13(0x5cc)](_0x458ceb=>{const _0x3d6088=_0x484e13;if(_0x458ceb[_0x3d6088(0x58b)]==null)return;const _0x25ef3e=_0x458ceb['params'];if(_0x458ceb['id']!==_0x1b7ccb[_0x3d6088(0x4e9)]['id']||_0x25ef3e['unitId']!==this[_0x3d6088(0x2a6)])return;const _0x312cb7={'id':_0x3d6088(0x543),'params':_0x25ef3e},_0x46dc16=this[_0x3d6088(0x5bd)];for(const [_0x559948,_0x1a598a]of _0x46dc16){const _0x124be5={'id':_0x3d6088(0x543),'params':{'unitId':this[_0x3d6088(0x2a6)],'actions':null,'textRanges':_0x1a598a[_0x3d6088(0x616)]}},_0x1f1429=this['_transformService']['transformMutation'](_0x312cb7,_0x124be5,!0x1);if(_0x1730a2[_0x3d6088(0x333)](_0x1f1429))throw _0x1f1429[_0x3d6088(0x5b9)];_0x46dc16['set'](_0x559948,{..._0x1a598a,'ranges':_0x1f1429[_0x3d6088(0x53d)][_0x3d6088(0x58b)][_0x3d6088(0x533)]});}queueMicrotask(()=>{const _0x3f2aef=_0x3d6088;this[_0x3f2aef(0x534)]['next'](_0x46dc16);});})));}[_0x279ea5(0x24a)](_0xd63149){const _0x328fee=_0x279ea5;var _0x3b23ee,_0x20669a;const {memberID:_0x1fbe72,selection:_0x1405f6}=_0xd63149[_0x328fee(0x5de)],_0x1ad6b7=_0x2ec175(_0x1405f6),_0x46724f=(_0x20669a=(_0x3b23ee=this[_0x328fee(0x54a)]['getMember'](this[_0x328fee(0x2a6)],_0x1fbe72))==null?void 0x0:_0x3b23ee[_0x328fee(0x23d)])!=null?_0x20669a:_0x328fee(0x391),_0x1097d9={'color':this[_0x328fee(0x276)][_0x328fee(0x566)](_0x1fbe72),'name':_0x46724f,'ranges':_0x1ad6b7},_0x150385=this[_0x328fee(0x5bd)];_0x150385[_0x328fee(0x33b)](_0x1fbe72,_0x1097d9),this[_0x328fee(0x534)][_0x328fee(0x4ee)](_0x150385);}[_0x279ea5(0x538)](_0x2c3b8b){const _0x284c63=_0x279ea5,{memberID:_0x10792a}=_0x2c3b8b[_0x284c63(0x5de)],_0x4c5e62=this['cursorInfo'];_0x4c5e62[_0x284c63(0x50e)](_0x10792a),this[_0x284c63(0x534)]['next'](_0x4c5e62);}[_0x279ea5(0x189)](){const _0x17074a=_0x279ea5;var _0x58e04b;if(this[_0x17074a(0x294)]=!0x0,((_0x58e04b=this[_0x17074a(0x356)][_0x17074a(0x3e8)]())==null?void 0x0:_0x58e04b[_0x17074a(0x26c)]())!==this[_0x17074a(0x2a6)])return;const _0x241190=this[_0x17074a(0x36b)][_0x17074a(0x42f)](_0x1b7ccb[_0x17074a(0x30b)])[_0x17074a(0x1a6)]();Array['isArray'](_0x241190)&&_0x241190[_0x17074a(0x628)]>0x0&&this[_0x17074a(0x575)](_0x241190);}['_toggleOffline'](){const _0x4f783e=_0x279ea5;this[_0x4f783e(0x294)]=!0x1;}};_0x72d701=_0x998bee([_0x58f5e5(0x2,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0x58f5e5(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x293feb)),_0x58f5e5(0x4,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834[_0x279ea5(0x2a0)])),_0x58f5e5(0x5,_0x2b7596[_0x279ea5(0x33d)](_0x457c56)),_0x58f5e5(0x6,_0x1730a2[_0x279ea5(0x58c)]),_0x58f5e5(0x7,_0x2b7596['IUniverInstanceService']),_0x58f5e5(0x8,_0x2b7596['ICommandService'])],_0x72d701);var _0x2397f9=Object[_0x279ea5(0x4f4)],_0x4e636e=Object[_0x279ea5(0x43f)],_0x198024=(_0x4cb385,_0x4d73d8,_0x4ae39e,_0x3ce800)=>{const _0x297ff1=_0x279ea5;for(var _0x517915=_0x3ce800>0x1?void 0x0:_0x3ce800?_0x4e636e(_0x4d73d8,_0x4ae39e):_0x4d73d8,_0x39a165=_0x4cb385[_0x297ff1(0x628)]-0x1,_0x322824;_0x39a165>=0x0;_0x39a165--)(_0x322824=_0x4cb385[_0x39a165])&&(_0x517915=(_0x3ce800?_0x322824(_0x4d73d8,_0x4ae39e,_0x517915):_0x322824(_0x517915))||_0x517915);return _0x3ce800&&_0x517915&&_0x2397f9(_0x4d73d8,_0x4ae39e,_0x517915),_0x517915;},_0x3fdfc2=(_0x47b1bb,_0x4fd133)=>(_0x2630a,_0x10bf22)=>_0x4fd133(_0x2630a,_0x10bf22,_0x47b1bb);const _0x40b02e=0x12c,_0x519510=0x64,_0x1a24e4=()=>{let _0x28c8de=[],_0x429299=!0x1;return _0x3bbfa0=>{_0x28c8de['push'](_0x3bbfa0),_0x429299||(_0x429299=!0x0,setTimeout(()=>{_0x28c8de['forEach'](_0x2eb938=>_0x2eb938()),_0x28c8de=[],_0x429299=!0x1;}));};};let _0x10fd79=class extends _0x2b7596['RxDisposable']{constructor(_0x45c060,_0x1f1cdd,_0x52f91e,_0x4b7cd9,_0x1c63e4,_0x3814e1,_0x47edf9,_0x3715ff){const _0x2a2c7f=_0x279ea5;super(),_0x2f3a83(this,_0x2a2c7f(0x294),!0x1),_0x2f3a83(this,_0x2a2c7f(0x32a),!0x1),_0x2f3a83(this,_0x2a2c7f(0x534),new _0x2d8475[(_0x2a2c7f(0x555))](new Map())),_0x2f3a83(this,_0x2a2c7f(0x5b2),this['_cursorInfo$'][_0x2a2c7f(0x43e)]()),_0x2f3a83(this,_0x2a2c7f(0x4f9),new _0x2d8475['BehaviorSubject']([])),_0x2f3a83(this,_0x2a2c7f(0x1ea),this['_roomMembers$'][_0x2a2c7f(0x2f2)](_0x2d8475['debounceTime'](_0x40b02e))),_0x2f3a83(this,'_updateLocalCursor',_0x2b7596[_0x2a2c7f(0x29f)]((_0x1d1170,_0x14d736)=>{const _0x123cd3=_0x2a2c7f,_0x2176b9={'eventID':_0x1730a2[_0x123cd3(0x489)]['UPDATE_CURSOR'],'data':{'unitID':this[_0x123cd3(0x2a6)],'memberID':this[_0x123cd3(0x4ba)][_0x123cd3(0x3c7)](),'selection':_0x450d60['serializeRangeWithSheet'](_0x1d1170,_0x14d736['range'])}};this[_0x123cd3(0x4ba)][_0x123cd3(0x183)](_0x2176b9,this[_0x123cd3(0x2a6)]);},_0x519510)),(this[_0x2a2c7f(0x2a6)]=_0x45c060,this[_0x2a2c7f(0x4ba)]=_0x1f1cdd,this['_injector']=_0x52f91e,this[_0x2a2c7f(0x276)]=_0x4b7cd9,this[_0x2a2c7f(0x54a)]=_0x1c63e4,this[_0x2a2c7f(0x356)]=_0x3814e1,this['_commandService']=_0x47edf9,this[_0x2a2c7f(0x1fe)]=_0x3715ff);}get[_0x279ea5(0x5bd)](){const _0x4899cb=_0x279ea5;return this[_0x4899cb(0x534)][_0x4899cb(0x255)]();}get['roomMembers'](){const _0x1f69f0=_0x279ea5;return this[_0x1f69f0(0x4f9)][_0x1f69f0(0x255)]();}['dispose'](){const _0x117b4c=_0x279ea5;super[_0x117b4c(0x1b5)](),this[_0x117b4c(0x534)][_0x117b4c(0x4ee)](new Map()),this[_0x117b4c(0x534)][_0x117b4c(0x3b0)](),this[_0x117b4c(0x4f9)][_0x117b4c(0x4ee)]([]),this[_0x117b4c(0x4f9)][_0x117b4c(0x3b0)]();}[_0x279ea5(0x1b8)](){const _0x410c5c=_0x279ea5;this[_0x410c5c(0x32a)]||(this[_0x410c5c(0x32a)]=!0x0,this['_session'][_0x410c5c(0x544)][_0x410c5c(0x2f2)](_0x2d8475['takeUntil'](this[_0x410c5c(0x2b1)]))[_0x410c5c(0x4c8)](_0xa9a0b6=>{const _0x21cb32=_0x410c5c;_0xa9a0b6===_0x381713[_0x21cb32(0x243)]?this[_0x21cb32(0x189)]():this[_0x21cb32(0x504)]();}),this[_0x410c5c(0x4ba)][_0x410c5c(0x63a)][_0x410c5c(0x2f2)](_0x2d8475['takeUntil'](this['dispose$']))['subscribe'](_0xa62a9a=>{const _0xc51fb9=_0x410c5c,_0x15b535=_0xa62a9a[_0xc51fb9(0x4a5)];_0x15b535===_0x1730a2[_0xc51fb9(0x489)]['UPDATE_CURSOR']&&this[_0xc51fb9(0x24a)](_0xa62a9a),_0x15b535===_0x1730a2[_0xc51fb9(0x489)][_0xc51fb9(0x611)]&&this[_0xc51fb9(0x538)](_0xa62a9a);}),this['_onRefRangeChange'](),this[_0x410c5c(0x433)](this[_0x410c5c(0x580)][_0x410c5c(0x5cc)](_0x31cbb1=>{const _0x5675ce=_0x410c5c;if(this[_0x5675ce(0x294)]&&_0x31cbb1['id']===_0x5763b6[_0x5675ce(0x553)]['id']&&_0x31cbb1[_0x5675ce(0x58b)][_0x5675ce(0x4fd)]===this['unitID']){const _0x2e18e8=_0x31cbb1[_0x5675ce(0x58b)];this[_0x5675ce(0x575)](_0x2e18e8[_0x5675ce(0x24e)],_0x2e18e8[_0x5675ce(0x2e9)][0x0]);}})));}[_0x279ea5(0x24a)](_0x52a28b){const _0x3de0c8=_0x279ea5;var _0x52e82a,_0x489aab;const {memberID:_0x2e2564,selection:_0x5e5f7d}=_0x52a28b[_0x3de0c8(0x5de)],{sheetName:_0x2d0319,range:_0x260615}=_0x450d60['deserializeRangeWithSheet'](_0x5e5f7d),_0xfa675a={'name':(_0x489aab=(_0x52e82a=this['_memberService']['getMember'](this[_0x3de0c8(0x2a6)],_0x2e2564))==null?void 0x0:_0x52e82a['name'])!=null?_0x489aab:_0x3de0c8(0x391),'range':this[_0x3de0c8(0x21e)](_0x2d0319,_0x260615),'sheetID':_0x2d0319,'color':this[_0x3de0c8(0x276)][_0x3de0c8(0x566)](_0x2e2564),'selection':_0x5e5f7d},_0x4a27ea=this[_0x3de0c8(0x5bd)];_0x4a27ea['set'](_0x2e2564,_0xfa675a),this['_cursorInfo$'][_0x3de0c8(0x4ee)](_0x4a27ea);}[_0x279ea5(0x538)](_0x56b15a){const _0x26f81b=_0x279ea5,{memberID:_0x500b97}=_0x56b15a[_0x26f81b(0x5de)],_0x566c2f=this[_0x26f81b(0x5bd)];_0x566c2f[_0x26f81b(0x50e)](_0x500b97),this['_cursorInfo$']['next'](_0x566c2f);}[_0x279ea5(0x21e)](_0x38bd1f,_0xda88a8){const _0x4547c9=_0x279ea5;var _0x214bb5,_0x15f1ff;const _0x1c08b5=(_0x15f1ff=(_0x214bb5=this[_0x4547c9(0x356)][_0x4547c9(0x4d9)](this['unitID']))==null?void 0x0:_0x214bb5[_0x4547c9(0x618)](_0x38bd1f))==null?void 0x0:_0x15f1ff[_0x4547c9(0x2e1)]();return(_0x1c08b5==null?void 0x0:_0x1c08b5[_0x4547c9(0x340)](_0x5ef07e=>_0x2b7596[_0x4547c9(0x429)]['contains'](_0x5ef07e,_0xda88a8)))||_0xda88a8;}[_0x279ea5(0x376)](){const _0x521b96=_0x279ea5,_0x4b34a3=new _0x2b7596[(_0x521b96(0x648))](),_0x3b2b62=_0x1a24e4(),_0x1c57dc=()=>{const _0x5b4ea1=_0x521b96;_0x4b34a3[_0x5b4ea1(0x1b5)]();const _0x3404a3=(_0x535dab,_0x5a88a8,_0x428f85,_0x49fcd6)=>{const _0x6d2e0b=_0x5b4ea1;let _0x2760f8=[];switch(_0x535dab['id']){case _0x5763b6[_0x6d2e0b(0x62a)]['DeleteRangeMoveLeftCommandId']:{_0x2760f8=_0x5763b6['handleDeleteRangeMoveLeft'](_0x535dab,_0x49fcd6);break;}case _0x5763b6[_0x6d2e0b(0x62a)][_0x6d2e0b(0x1f7)]:{_0x2760f8=_0x5763b6[_0x6d2e0b(0x4b2)](_0x535dab,_0x49fcd6);break;}case _0x5763b6[_0x6d2e0b(0x62a)][_0x6d2e0b(0x290)]:{_0x2760f8=_0x5763b6[_0x6d2e0b(0x59c)](_0x535dab,_0x49fcd6);break;}case _0x5763b6[_0x6d2e0b(0x62a)][_0x6d2e0b(0x3d1)]:{_0x2760f8=_0x5763b6['handleInsertRangeMoveDown'](_0x535dab,_0x49fcd6);break;}case _0x5763b6['EffectRefRangId'][_0x6d2e0b(0x33e)]:{_0x2760f8=_0x5763b6[_0x6d2e0b(0x25b)](_0x535dab,_0x49fcd6);break;}case _0x5763b6[_0x6d2e0b(0x62a)][_0x6d2e0b(0x60e)]:{_0x2760f8=_0x5763b6[_0x6d2e0b(0x63c)](_0x535dab,_0x49fcd6);break;}case _0x5763b6[_0x6d2e0b(0x62a)][_0x6d2e0b(0x34a)]:{_0x2760f8=_0x5763b6[_0x6d2e0b(0x300)](_0x535dab,_0x49fcd6);break;}case _0x5763b6['EffectRefRangId'][_0x6d2e0b(0x35c)]:{_0x2760f8=_0x5763b6[_0x6d2e0b(0x2fd)](_0x535dab,_0x49fcd6);break;}case _0x5763b6[_0x6d2e0b(0x62a)]['RemoveRowCommandId']:{_0x2760f8=_0x5763b6[_0x6d2e0b(0x4ca)](_0x535dab,_0x49fcd6);break;}}const _0x530cf3=_0x5763b6['runRefRangeMutations'](_0x2760f8,_0x49fcd6),_0x22bf49=this[_0x6d2e0b(0x5bd)][_0x6d2e0b(0x42f)](_0x5a88a8);if(_0x22bf49&&_0x530cf3){const _0x30a822={..._0x22bf49,'range':_0x530cf3};this['cursorInfo']['set'](_0x5a88a8,_0x30a822),_0x3b2b62(()=>{const _0x59fa95=_0x6d2e0b,_0x422cf8=this['_refRangeService'][_0x59fa95(0x1a2)](_0x530cf3,_0x4cb533=>(_0x422cf8[_0x59fa95(0x1b5)](),_0x3404a3(_0x4cb533,_0x5a88a8,_0x428f85,_0x530cf3)));_0x4b34a3[_0x59fa95(0x61b)](_0x422cf8);});}return{'redos':[],'undos':[]};};this[_0x5b4ea1(0x5bd)][_0x5b4ea1(0x38f)]((_0x1cb471,_0x205c17)=>{const _0xb650b8=_0x5b4ea1,{range:_0x1ce9c5,sheetID:_0x4499aa}=_0x1cb471,_0x22a235=this[_0xb650b8(0x1fe)][_0xb650b8(0x1a2)](_0x1ce9c5,_0x392f7b=>(_0x22a235[_0xb650b8(0x1b5)](),_0x3404a3(_0x392f7b,_0x205c17,_0x4499aa,_0x1ce9c5)));_0x4b34a3[_0xb650b8(0x61b)](_0x22a235);});};this[_0x521b96(0x433)](_0x2b7596[_0x521b96(0x497)](this['_cursorInfo$'][_0x521b96(0x4c8)](()=>{_0x1c57dc();})));}[_0x279ea5(0x189)](){const _0x442493=_0x279ea5;var _0x39c140,_0x552ac8;if(this['_online']=!0x0,((_0x39c140=this[_0x442493(0x356)][_0x442493(0x3e8)]())==null?void 0x0:_0x39c140[_0x442493(0x26c)]())!==this[_0x442493(0x2a6)])return;const _0x575109=(_0x552ac8=this[_0x442493(0x36b)][_0x442493(0x42f)](_0x5763b6[_0x442493(0x2c1)])[_0x442493(0x385)]())==null?void 0x0:_0x552ac8[0x0],_0x21fff5=this[_0x442493(0x356)]['getCurrentUnitForType'](_0x2b7596[_0x442493(0x55a)][_0x442493(0x1ac)])[_0x442493(0x1be)]();_0x575109&&_0x21fff5&&this[_0x442493(0x575)](_0x21fff5[_0x442493(0x1e5)](),_0x575109);}[_0x279ea5(0x504)](){const _0xb226fe=_0x279ea5;this[_0xb226fe(0x294)]=!0x1;}};_0x10fd79=_0x198024([_0x3fdfc2(0x2,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5b7)])),_0x3fdfc2(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x293feb)),_0x3fdfc2(0x4,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834[_0x279ea5(0x2a0)])),_0x3fdfc2(0x5,_0x2b7596[_0x279ea5(0x411)]),_0x3fdfc2(0x6,_0x2b7596[_0x279ea5(0x645)]),_0x3fdfc2(0x7,_0x2b7596['Inject'](_0x5763b6[_0x279ea5(0x2be)]))],_0x10fd79);var _0x59bdae=Object[_0x279ea5(0x4f4)],_0x119a27=Object[_0x279ea5(0x43f)],_0x971cf8=(_0x105514,_0x3863c3,_0xae3f12,_0x2027f1)=>{const _0x5e2cf0=_0x279ea5;for(var _0x40f0b2=_0x2027f1>0x1?void 0x0:_0x2027f1?_0x119a27(_0x3863c3,_0xae3f12):_0x3863c3,_0x382d8f=_0x105514[_0x5e2cf0(0x628)]-0x1,_0x5a8d11;_0x382d8f>=0x0;_0x382d8f--)(_0x5a8d11=_0x105514[_0x382d8f])&&(_0x40f0b2=(_0x2027f1?_0x5a8d11(_0x3863c3,_0xae3f12,_0x40f0b2):_0x5a8d11(_0x40f0b2))||_0x40f0b2);return _0x2027f1&&_0x40f0b2&&_0x59bdae(_0x3863c3,_0xae3f12,_0x40f0b2),_0x40f0b2;},_0x4be607=(_0x2c8029,_0x392aca)=>(_0x52ab98,_0x34c640)=>_0x392aca(_0x52ab98,_0x34c640,_0x2c8029);let _0xd99c54=class extends _0x2b7596[_0x279ea5(0x202)]{constructor(_0x441057,_0x1133af,_0x416201){const _0x3c6f37=_0x279ea5;super(),_0x2f3a83(this,'_entities',new Map()),_0x2f3a83(this,_0x3c6f37(0x3c5),new _0x2d8475['Subject']()),(this['_univerInstanceService']=_0x441057,this[_0x3c6f37(0x36b)]=_0x1133af,this['_collabSessionService']=_0x416201,this[_0x3c6f37(0x32a)]());}[_0x279ea5(0x1b5)](){const _0x49deca=_0x279ea5;super[_0x49deca(0x1b5)](),this[_0x49deca(0x3c5)][_0x49deca(0x3b0)](),this[_0x49deca(0x1d2)][_0x49deca(0x38f)](_0x3acf53=>_0x3acf53[_0x49deca(0x1b5)]());}['getCollabCursors$'](_0x288607){const _0x127edc=_0x279ea5;return this[_0x127edc(0x1d2)][_0x127edc(0x48a)](_0x288607)?this[_0x127edc(0x1d2)]['get'](_0x288607)[_0x127edc(0x5b2)]:this[_0x127edc(0x3c5)][_0x127edc(0x2f2)](_0x2d8475[_0x127edc(0x2cf)](_0x49085d=>_0x49085d['unitID']===_0x288607),_0x2d8475[_0x127edc(0x1f4)](_0x3dc23d=>_0x3dc23d['cursorInfo$']));}[_0x279ea5(0x32a)](){const _0x59cdaf=_0x279ea5;this['_univerInstanceService'][_0x59cdaf(0x2f3)](_0x2b7596[_0x59cdaf(0x55a)][_0x59cdaf(0x1ac)])[_0x59cdaf(0x2f2)](_0x2d8475[_0x59cdaf(0x2f9)](this[_0x59cdaf(0x2b1)]))['subscribe'](async _0x4756cd=>{const _0x4f9a11=_0x59cdaf,_0x163643=_0x4756cd[_0x4f9a11(0x26c)](),_0x2e1e5b=await this['_startSheetCollabCursor'](_0x163643);this[_0x4f9a11(0x3c5)][_0x4f9a11(0x4ee)](_0x2e1e5b),this[_0x4f9a11(0x1d2)]['set'](_0x163643,_0x2e1e5b);}),this[_0x59cdaf(0x356)][_0x59cdaf(0x2f3)](_0x2b7596[_0x59cdaf(0x55a)][_0x59cdaf(0x1c4)])[_0x59cdaf(0x2f2)](_0x2d8475[_0x59cdaf(0x2f9)](this[_0x59cdaf(0x2b1)]))['pipe'](_0x2d8475[_0x59cdaf(0x2cf)](_0x533d94=>!_0x533d94[_0x59cdaf(0x26c)]()[_0x59cdaf(0x4ea)]('__')))[_0x59cdaf(0x4c8)](async _0x28efa0=>{const _0x69088b=_0x59cdaf,_0x253f55=_0x28efa0[_0x69088b(0x26c)](),_0x589e85=await this[_0x69088b(0x48f)](_0x253f55);this[_0x69088b(0x3c5)][_0x69088b(0x4ee)](_0x589e85),this[_0x69088b(0x1d2)][_0x69088b(0x33b)](_0x253f55,_0x589e85);}),_0x2d8475[_0x59cdaf(0x392)](this[_0x59cdaf(0x356)][_0x59cdaf(0x596)](_0x2b7596[_0x59cdaf(0x55a)][_0x59cdaf(0x1c4)]),this['_univerInstanceService'][_0x59cdaf(0x596)](_0x2b7596['UniverInstanceType']['UNIVER_SHEET']))[_0x59cdaf(0x2f2)](_0x2d8475[_0x59cdaf(0x2f9)](this[_0x59cdaf(0x2b1)]))[_0x59cdaf(0x4c8)](_0x1eafd5=>{const _0xd37422=_0x59cdaf,_0x121469=_0x1eafd5[_0xd37422(0x26c)](),_0x44ad13=this[_0xd37422(0x1d2)][_0xd37422(0x42f)](_0x121469);_0x44ad13&&(_0x44ad13['dispose'](),this['_entities']['delete'](_0x121469));});}async['_startSheetCollabCursor'](_0x1362c4){const _0x513667=_0x279ea5,_0xecff68=await this[_0x513667(0x423)][_0x513667(0x41f)](_0x1362c4),_0x461955=this['_injector'][_0x513667(0x41d)](_0x10fd79,_0x1362c4,_0xecff68);return _0x461955[_0x513667(0x1b8)](),_0x461955;}async['_startDocCollabCursor'](_0x31ff91){const _0x30526d=_0x279ea5,_0x52997b=await this[_0x30526d(0x423)]['requireSession'](_0x31ff91),_0x1d2b1e=this[_0x30526d(0x36b)][_0x30526d(0x41d)](_0x72d701,_0x31ff91,_0x52997b);return _0x1d2b1e[_0x30526d(0x1b8)](),_0x1d2b1e;}};_0xd99c54=_0x971cf8([_0x4be607(0x0,_0x2b7596[_0x279ea5(0x411)]),_0x4be607(0x1,_0x2b7596['Inject'](_0x2b7596['Injector'])),_0x4be607(0x2,_0x2b7596['Inject'](_0x4e8834[_0x279ea5(0x48c)]))],_0xd99c54);const _0x4439b8=0x14,_0x255f06=0xc8,_0x23b6fc=0x4,_0xf34f86=0x5;function _0x2a01ad(_0x216a6b,_0x252263){const _0x526bc2=_0x279ea5;let {radius:_0x319bcc,width:_0x1d4f27,height:_0x10f3f1}=_0x252263;_0x319bcc=_0x319bcc!=null?_0x319bcc:0x0,_0x1d4f27=_0x1d4f27!=null?_0x1d4f27:0x1e,_0x10f3f1=_0x10f3f1!=null?_0x10f3f1:0x1e;let _0x537531=0x0,_0x1f4519=0x0,_0x39f1ea=0x0;_0x537531=_0x1f4519=_0x39f1ea=Math[_0x526bc2(0x3b8)](_0x319bcc,_0x1d4f27/0x2,_0x10f3f1/0x2),_0x216a6b[_0x526bc2(0x44a)](),_0x216a6b[_0x526bc2(0x4bd)](_0x537531,0x0),_0x216a6b['lineTo'](_0x1d4f27-_0x1f4519,0x0),_0x216a6b[_0x526bc2(0x23f)](_0x1d4f27-_0x1f4519,_0x1f4519,_0x1f4519,Math['PI']*0x3/0x2,0x0,!0x1),_0x216a6b[_0x526bc2(0x532)](_0x1d4f27,_0x10f3f1-_0x39f1ea),_0x216a6b[_0x526bc2(0x23f)](_0x1d4f27-_0x39f1ea,_0x10f3f1-_0x39f1ea,_0x39f1ea,0x0,Math['PI']/0x2,!0x1),_0x216a6b['lineTo'](0x0,_0x10f3f1),_0x216a6b[_0x526bc2(0x532)](0x0,_0x537531),_0x216a6b['arc'](_0x537531,_0x537531,_0x537531,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x216a6b[_0x526bc2(0x212)](),_0x252263[_0x526bc2(0x261)]&&(_0x216a6b[_0x526bc2(0x331)](),_0x216a6b[_0x526bc2(0x4c0)]=_0x252263['fill'],_0x252263[_0x526bc2(0x31b)]===_0x526bc2(0x373)?_0x216a6b[_0x526bc2(0x261)]('evenodd'):_0x216a6b[_0x526bc2(0x261)](),_0x216a6b['restore']());}class _0x273841 extends _0x2d4ee1[_0x279ea5(0x614)]{constructor(_0x46fabc,_0x187d39){const _0x2ee367=_0x279ea5;super(_0x46fabc,_0x187d39),_0x2f3a83(this,_0x2ee367(0x415)),_0x2f3a83(this,'text'),(this[_0x2ee367(0x415)]=_0x187d39==null?void 0x0:_0x187d39[_0x2ee367(0x415)],this[_0x2ee367(0x1ed)]=_0x187d39==null?void 0x0:_0x187d39[_0x2ee367(0x1ed)]);}static[_0x279ea5(0x5ac)](_0x3d0c46,_0x38e444){const _0x531608=_0x279ea5,{text:_0x500e38,color:_0x10fdf9}=_0x38e444;_0x3d0c46['save'](),_0x3d0c46[_0x531608(0x606)]=_0x531608(0x2ac);const _0x55f051=_0x3d0c46[_0x531608(0x1e4)](_0x500e38)[_0x531608(0x40f)],_0x56e77b=Math[_0x531608(0x3b8)](_0x55f051+0x2*_0x23b6fc,_0x255f06);_0x2a01ad(_0x3d0c46,{'height':_0x4439b8,'radius':0x4,'width':_0x56e77b,'fill':_0x10fdf9,'evented':!0x1}),_0x3d0c46[_0x531608(0x4c0)]=_0x531608(0x3d9);const _0x2155ed=_0x23b6fc,_0x85c671=_0x4439b8-_0xf34f86,_0x5d8ea2=_0x255f06-0x2*_0x23b6fc;if(_0x55f051>_0x5d8ea2){let _0x4611d8='',_0x559bce=0x0;for(const _0x380e17 of _0x500e38){const _0x3d75f0=_0x3d0c46[_0x531608(0x1e4)](_0x380e17)[_0x531608(0x40f)];if(_0x559bce+_0x3d75f0<=_0x5d8ea2-_0x3d0c46[_0x531608(0x1e4)](_0x531608(0x4bc))[_0x531608(0x40f)])_0x4611d8+=_0x380e17,_0x559bce+=_0x3d75f0;else{_0x4611d8+=_0x531608(0x4bc);break;}}_0x3d0c46[_0x531608(0x621)](_0x4611d8,_0x2155ed,_0x85c671);}else _0x3d0c46[_0x531608(0x621)](_0x500e38,_0x2155ed,_0x85c671);_0x3d0c46[_0x531608(0x35a)]();}[_0x279ea5(0x551)](_0x5d471e){const _0x137f51=_0x279ea5;_0x273841[_0x137f51(0x5ac)](_0x5d471e,this);}}const _0x309f78=_0x279ea5(0x5e7),_0x48b8ca=_0x279ea5(0x527),_0x1fbec7=_0x279ea5(0x612),_0x327c06=0x6,_0x23baf3=1.5,_0x19d74e=0x4,_0x35db6a=1.5,_0x3401b1=_0x279ea5(0x30a);class _0x2dc8b4{constructor(_0x40b3b8,_0x4e5edd,_0x2c7d3e,_0x731da9){const _0x285a4f=_0x279ea5;_0x2f3a83(this,_0x285a4f(0x507),[]),_0x2f3a83(this,_0x285a4f(0x21d),null),_0x2f3a83(this,_0x285a4f(0x4f6),null),_0x2f3a83(this,'_anchorDot',null),_0x2f3a83(this,_0x285a4f(0x1f3),null),_0x2f3a83(this,'_eventUnsubscribe',null),(this[_0x285a4f(0x4b5)]=_0x40b3b8,this['_scene']=_0x4e5edd,this[_0x285a4f(0x180)]=_0x2c7d3e,this[_0x285a4f(0x209)]=_0x731da9,this[_0x285a4f(0x281)]());}set[_0x279ea5(0x269)](_0x4b9dc5){const _0x168e7a=_0x279ea5;_0x4b9dc5?(this[_0x168e7a(0x399)]&&this[_0x168e7a(0x399)][_0x168e7a(0x38d)](),this[_0x168e7a(0x4f6)]&&this[_0x168e7a(0x4f6)][_0x168e7a(0x463)]()):(this[_0x168e7a(0x399)]&&this['_anchorDot'][_0x168e7a(0x463)](),this[_0x168e7a(0x4f6)]&&this[_0x168e7a(0x4f6)]['hide']());}[_0x279ea5(0x1b5)](){const _0x10c4ad=_0x279ea5;for(const _0xef8c30 of this[_0x10c4ad(0x507)])_0xef8c30[_0x10c4ad(0x1b5)]();this[_0x10c4ad(0x4f6)]&&this[_0x10c4ad(0x4f6)]['dispose'](),this['_anchorDot']&&this[_0x10c4ad(0x399)][_0x10c4ad(0x1b5)](),this['_anchor']&&this[_0x10c4ad(0x21d)][_0x10c4ad(0x1b5)](),this['_eventUnsubscribe']&&this['_eventUnsubscribe']();}[_0x279ea5(0x281)](){const _0x4d39cb=_0x279ea5;var _0x23fa0b;const {_docSkeleton:_0x4d21e7,_document:_0x387f22}=this,{color:_0x6a2051,name:_0x578bc6,ranges:_0x147ea7}=this[_0x4d39cb(0x4b5)],_0x3d6295=_0x387f22['getOffsetConfig'](),{docsLeft:_0x29d2b3,docsTop:_0x39f4d7}=_0x3d6295,_0x4cf5a0=new _0x177c6d['NodePositionConvertToCursor'](_0x3d6295,_0x4d21e7);for(const {startOffset:_0x3883c8,endOffset:_0x2fb332,rangeType:_0x12e724,segmentId:_0x342b9d,segmentPage:_0x8ff8c4,collapsed:_0x1fe996,isActive:_0x1d2231}of _0x147ea7){const _0x2b4e54=_0x4d21e7[_0x4d39cb(0x5f7)](_0x3883c8,!0x0,_0x342b9d,_0x8ff8c4);let _0x65c49c=_0x4d21e7['findNodePositionByCharIndex'](_0x2fb332,!0x0,_0x342b9d,_0x8ff8c4);if(_0x65c49c==null&&(_0x65c49c=_0x4d21e7[_0x4d39cb(0x5f7)](_0x2fb332-0x1,!0x1,_0x342b9d,_0x8ff8c4)),_0x1d2231){const {contentBoxPointGroup:_0x4e48e7}=_0x4cf5a0[_0x4d39cb(0x258)](_0x65c49c,_0x65c49c);if(_0x4e48e7[_0x4d39cb(0x628)]===0x0)continue;this[_0x4d39cb(0x34c)](_0x6a2051,_0x4e48e7,_0x29d2b3,_0x39f4d7,_0x578bc6),this[_0x4d39cb(0x3c6)]=this[_0x4d39cb(0x58a)]();}if(_0x2b4e54&&_0x65c49c){if(_0x12e724===_0x2b7596[_0x4d39cb(0x436)][_0x4d39cb(0x3e1)]){const _0xd40ca2=new _0x177c6d[(_0x4d39cb(0x336))](_0x3d6295,_0x4d21e7),{pointGroup:_0x124673}=(_0x23fa0b=_0xd40ca2[_0x4d39cb(0x258)](_0x2b4e54,_0x65c49c))!=null?_0x23fa0b:{};if(_0x124673==null||_0x124673[_0x4d39cb(0x628)]===0x0)continue;this[_0x4d39cb(0x3fb)](_0x6a2051,_0x124673,_0x29d2b3,_0x39f4d7);}else{if(!_0x1fe996){const {borderBoxPointGroup:_0x308da7}=_0x4cf5a0['getRangePointData'](_0x2b4e54,_0x65c49c);if(_0x308da7[_0x4d39cb(0x628)]===0x0)continue;this[_0x4d39cb(0x324)](_0x6a2051,_0x308da7,_0x29d2b3,_0x39f4d7);}}}}}[_0x279ea5(0x34c)](_0x3fe1d0,_0x189c4a,_0x4e3b6c,_0x492a1e,_0x552336){const _0x499a93=_0x279ea5,_0x523793=this[_0x499a93(0x47f)](_0x189c4a),{left:_0x4a50cb,top:_0x35984d,height:_0x59c3e7}=_0x523793,_0x1e570b=this[_0x499a93(0x511)](),_0x29ed02=_0x35db6a/_0x1e570b,_0xecb78c=new _0x2d4ee1[(_0x499a93(0x632))](_0x309f78+_0x2b7596['Tools'][_0x499a93(0x635)](_0x327c06),{'left':_0x4a50cb+_0x4e3b6c-_0x29ed02,'top':_0x35984d+_0x492a1e,'height':_0x59c3e7,'width':_0x23baf3,'fill':_0x3fe1d0||_0x2d4ee1[_0x499a93(0x61a)](_0x2b7596[_0x499a93(0x3c0)]['black'],0x0),'strokeWidth':_0x29ed02,'stroke':_0x3401b1,'evented':!0x0});this[_0x499a93(0x21d)]=_0xecb78c,this[_0x499a93(0x322)][_0x499a93(0x2f7)](_0xecb78c,_0x177c6d[_0x499a93(0x4e1)]);const _0xe74ebf=new _0x2d4ee1[(_0x499a93(0x632))](_0x309f78+_0x2b7596[_0x499a93(0x27b)]['generateRandomId'](_0x327c06),{'left':_0x4a50cb+_0x4e3b6c-_0x29ed02,'top':_0x35984d+_0x492a1e-_0x19d74e/0x2,'height':_0x19d74e,'width':_0x19d74e,'fill':_0x3fe1d0||_0x2d4ee1[_0x499a93(0x61a)](_0x2b7596['COLORS'][_0x499a93(0x3e3)],0x0),'strokeWidth':0x0,'stroke':_0x3fe1d0||_0x2d4ee1['getColor'](_0x2b7596[_0x499a93(0x3c0)][_0x499a93(0x3e3)],0x0),'evented':!0x1});this[_0x499a93(0x399)]=_0xe74ebf,this[_0x499a93(0x322)][_0x499a93(0x2f7)](_0xe74ebf,_0x177c6d['TEXT_RANGE_LAYER_INDEX']);const _0x3bbc5f=new _0x273841(_0x309f78+_0x2b7596[_0x499a93(0x27b)][_0x499a93(0x635)](_0x327c06),{'left':_0x4a50cb+_0x4e3b6c-_0x29ed02,'top':_0x35984d+_0x492a1e-_0x4439b8,'text':_0x552336,'color':_0x3fe1d0});this[_0x499a93(0x4f6)]=_0x3bbc5f,this[_0x499a93(0x322)]['addObject'](_0x3bbc5f,_0x177c6d['TEXT_RANGE_LAYER_INDEX']),this[_0x499a93(0x269)]=!0x1;}[_0x279ea5(0x58a)](){const _0x176595=_0x279ea5,_0x200e7d=this[_0x176595(0x21d)]['onPointerEnter$']['subscribeEvent'](()=>{this['_hover']=!0x0;}),_0x319563=this[_0x176595(0x21d)][_0x176595(0x630)][_0x176595(0x3f5)](()=>{const _0xffec7e=_0x176595;this[_0xffec7e(0x1f3)]&&clearTimeout(this[_0xffec7e(0x1f3)]),this['_hideTimer']=setTimeout(()=>{this['_hover']=!0x1;},0x7d0);});return()=>{const _0x38eef2=_0x176595;_0x200e7d['unsubscribe'](),_0x319563[_0x38eef2(0x1e1)]();};}[_0x279ea5(0x324)](_0x5dc72b,_0x21a354,_0x4a26b0,_0x5eaa6f){const _0x50bd1f=_0x279ea5,_0x13afb4=new _0x2b7596['ColorKit'](_0x5dc72b)[_0x50bd1f(0x496)](0.2)[_0x50bd1f(0x456)](),_0x11edb7=new _0x2d4ee1['RegularPolygon'](_0x48b8ca+_0x2b7596[_0x50bd1f(0x27b)][_0x50bd1f(0x635)](_0x327c06),{'pointsGroup':_0x21a354,'fill':_0x13afb4||_0x2d4ee1['getColor'](_0x2b7596[_0x50bd1f(0x3c0)]['black'],0.2),'left':_0x4a26b0,'top':_0x5eaa6f,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x50bd1f(0x507)][_0x50bd1f(0x564)](_0x11edb7),this['_scene']['addObject'](_0x11edb7,_0x177c6d[_0x50bd1f(0x4e1)]);}[_0x279ea5(0x3fb)](_0x26dfd7,_0xbab837,_0x2b168a,_0x529fe1){const _0x269686=_0x279ea5,_0x8fc8a7=new _0x2b7596[(_0x269686(0x19b))](_0x26dfd7)[_0x269686(0x496)](0.2)[_0x269686(0x456)](),_0x4f5968=new _0x2d4ee1['RegularPolygon'](_0x1fbec7+_0x2b7596[_0x269686(0x27b)][_0x269686(0x635)](_0x327c06),{'pointsGroup':_0xbab837,'fill':_0x8fc8a7||_0x2d4ee1[_0x269686(0x61a)](_0x2b7596['COLORS'][_0x269686(0x3e3)],0.2),'left':_0x2b168a,'top':_0x529fe1,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x269686(0x507)][_0x269686(0x564)](_0x4f5968),this[_0x269686(0x322)][_0x269686(0x2f7)](_0x4f5968,_0x177c6d[_0x269686(0x4e1)]);}['_getAnchorBounding'](_0x4c8a8a){const _0x574682=_0x4c8a8a[0x0],_0x54d3e2=_0x574682[0x0],_0x58d99f=_0x574682[0x2],{x:_0x2d755e,y:_0x53fbcf}=_0x54d3e2,{x:_0x2ae426,y:_0x3dcf81}=_0x58d99f;return{'left':_0x2d755e,'top':_0x53fbcf,'width':_0x2ae426-_0x2d755e,'height':_0x3dcf81-_0x53fbcf};}['_getScale'](){const _0x4b0849=_0x279ea5,{scaleX:_0x4ade4d,scaleY:_0x3a8e03}=this[_0x4b0849(0x322)][_0x4b0849(0x448)]();return Math[_0x4b0849(0x30d)](_0x4ade4d,_0x3a8e03);}}var _0x27cdc3=Object[_0x279ea5(0x4f4)],_0x43e99f=Object['getOwnPropertyDescriptor'],_0x4815cb=(_0x358336,_0x413169,_0x164db1,_0x33f48a)=>{const _0x5cde24=_0x279ea5;for(var _0x1f8505=_0x33f48a>0x1?void 0x0:_0x33f48a?_0x43e99f(_0x413169,_0x164db1):_0x413169,_0x41a613=_0x358336[_0x5cde24(0x628)]-0x1,_0x5701a8;_0x41a613>=0x0;_0x41a613--)(_0x5701a8=_0x358336[_0x41a613])&&(_0x1f8505=(_0x33f48a?_0x5701a8(_0x413169,_0x164db1,_0x1f8505):_0x5701a8(_0x1f8505))||_0x1f8505);return _0x33f48a&&_0x1f8505&&_0x27cdc3(_0x413169,_0x164db1,_0x1f8505),_0x1f8505;},_0x5caace=(_0x1113b1,_0x222709)=>(_0x34315d,_0x503dac)=>_0x222709(_0x34315d,_0x503dac,_0x1113b1);let _0x17ce07=class extends _0x2b7596[_0x279ea5(0x202)]{constructor(_0x115e4d,_0x96c322,_0x30fa01,_0x29575f,_0x3c4fbe){const _0x243808=_0x279ea5;super(),_0x2f3a83(this,_0x243808(0x3f2),[]),_0x2f3a83(this,_0x243808(0x5be),[]),(this[_0x243808(0x59f)]=_0x115e4d,this['_docSkeletonManagerService']=_0x96c322,this[_0x243808(0x4f8)]=_0x30fa01,this[_0x243808(0x580)]=_0x29575f,this['_themeService']=_0x3c4fbe,this[_0x243808(0x32a)]());}[_0x279ea5(0x32a)](){const _0x4394e0=_0x279ea5,_0x11cfa2=this['_context'][_0x4394e0(0x4fd)],_0xc29c43=this['_docSkeletonManagerService'];this['disposeWithMe'](_0x2d8475[_0x4394e0(0x4a6)]([this['_collabCursorController'][_0x4394e0(0x4a9)](_0x11cfa2),this[_0x4394e0(0x4c5)]['currentTheme$']])[_0x4394e0(0x2f2)](_0x1ed7ad[_0x4394e0(0x485)](([_0x208b64,_0x1db502])=>({'skeleton':_0xc29c43[_0x4394e0(0x5a5)](),'cursors':[..._0x208b64[_0x4394e0(0x623)]()][_0x4394e0(0x4d7)](_0x365c4e=>({..._0x365c4e,'color':_0x1db502[_0x365c4e[_0x4394e0(0x415)]]}))})))[_0x4394e0(0x4c8)](_0xb24d85=>{if(this['_removeCollabCursors'](),_0xb24d85){const {skeleton:_0x1485ec,cursors:_0x3b9404}=_0xb24d85;this['_updateCollabCursors'](_0x1485ec,_0x3b9404);}})),this[_0x4394e0(0x347)](),this[_0x4394e0(0x393)]();}[_0x279ea5(0x1d8)](_0x42f890,_0x3a3a07){const _0x4ca22c=_0x279ea5,{scene:_0x196944,mainComponent:_0x3a67fd}=this['_context'],_0xd0230f=_0x3a3a07[_0x4ca22c(0x485)](_0x382670=>new _0x2dc8b4(_0x382670,_0x196944,_0x42f890,_0x3a67fd));this['_cursorShapes']=_0xd0230f,this['_cursors']=_0x3a3a07;}[_0x279ea5(0x304)](){const _0x52207d=_0x279ea5;this['_removeCollabCursors']();const {scene:_0x21bd47,mainComponent:_0x2a1e85}=this['_context'],_0x218a72=this[_0x52207d(0x539)]['getSkeleton'](),_0x19dfc1=this['_cursors']['map'](_0x50f97e=>new _0x2dc8b4(_0x50f97e,_0x21bd47,_0x218a72,_0x2a1e85));this[_0x52207d(0x3f2)]=_0x19dfc1;}[_0x279ea5(0x525)](){const _0x3ca7a3=_0x279ea5;this['_cursorShapes']['forEach'](_0x2a63e9=>_0x2a63e9[_0x3ca7a3(0x1b5)]()),this[_0x3ca7a3(0x3f2)]=[];}[_0x279ea5(0x393)](){const _0x1a4161=_0x279ea5,_0x550ff5=[_0x177c6d[_0x1a4161(0x216)]['id']];this[_0x1a4161(0x433)](this[_0x1a4161(0x580)][_0x1a4161(0x5cc)](_0x3de3a9=>{const _0x14c3f6=_0x1a4161;_0x550ff5['includes'](_0x3de3a9['id'])&&_0x3de3a9[_0x14c3f6(0x58b)][_0x14c3f6(0x4fd)]===this[_0x14c3f6(0x59f)]['unitId']&&this[_0x14c3f6(0x304)]();}));}[_0x279ea5(0x347)](){const _0x57c1aa=_0x279ea5;this['disposeWithMe'](_0x2b7596[_0x57c1aa(0x2d1)](this[_0x57c1aa(0x59f)]['engine']['onTransformChange$'])[_0x57c1aa(0x2f2)](_0x1ed7ad[_0x57c1aa(0x2cf)](_0x13711c=>_0x13711c[_0x57c1aa(0x413)]===_0x2d4ee1[_0x57c1aa(0x453)][_0x57c1aa(0x375)]),_0x1ed7ad[_0x57c1aa(0x4be)](0x10))[_0x57c1aa(0x4c8)](()=>{const _0x4c79f=_0x57c1aa;this[_0x4c79f(0x304)]();}));}};_0x17ce07=_0x4815cb([_0x5caace(0x1,_0x2b7596[_0x279ea5(0x33d)](_0x1b7ccb[_0x279ea5(0x1d1)])),_0x5caace(0x2,_0x2b7596[_0x279ea5(0x33d)](_0xd99c54)),_0x5caace(0x3,_0x2b7596['ICommandService']),_0x5caace(0x4,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596['ThemeService']))],_0x17ce07);const _0xd1991a=0x1,_0x4c1340=1.5;class _0x2dde2a extends _0x2d4ee1['Shape']{constructor(_0x48ed9a,_0x3c6c55){const _0xe78708=_0x279ea5;super(_0x48ed9a,_0x3c6c55),_0x2f3a83(this,_0xe78708(0x52f)),_0x2f3a83(this,_0xe78708(0x25d),!0x1),_0x2f3a83(this,_0xe78708(0x273)),_0x2f3a83(this,'_name',''),_0x2f3a83(this,_0xe78708(0x649),'top'),_0x2f3a83(this,_0xe78708(0x450)),(_0x3c6c55&&this[_0xe78708(0x38e)](_0x3c6c55),this['onPointerEnter$'][_0xe78708(0x3f5)](()=>this[_0xe78708(0x38e)]({'hovered':!0x0})),this[_0xe78708(0x630)][_0xe78708(0x3f5)](()=>this[_0xe78708(0x38e)]({'hovered':!0x1})));}[_0x279ea5(0x38e)](_0x438e90){const _0x19a3a4=_0x279ea5;var _0x24c653,_0x248ae5,_0x2e9963,_0x39ac7a,_0x57d039,_0xb315f1;this['_color']=(_0x24c653=_0x438e90[_0x19a3a4(0x415)])!=null?_0x24c653:this[_0x19a3a4(0x52f)],this[_0x19a3a4(0x25d)]=(_0x248ae5=_0x438e90[_0x19a3a4(0x531)])!=null?_0x248ae5:this[_0x19a3a4(0x25d)],this['_range']=(_0x2e9963=_0x438e90[_0x19a3a4(0x1d6)])!=null?_0x2e9963:this['_range'],this[_0x19a3a4(0x3d7)]=(_0x39ac7a=_0x438e90[_0x19a3a4(0x23d)])!=null?_0x39ac7a:this[_0x19a3a4(0x3d7)],this[_0x19a3a4(0x649)]=(_0x57d039=_0x438e90[_0x19a3a4(0x30c)])!=null?_0x57d039:this[_0x19a3a4(0x649)],this[_0x19a3a4(0x450)]=(_0xb315f1=_0x438e90[_0x19a3a4(0x5fe)])!=null?_0xb315f1:this[_0x19a3a4(0x450)],this[_0x19a3a4(0x25a)]({'width':_0x438e90[_0x19a3a4(0x40f)],'height':_0x438e90[_0x19a3a4(0x35d)]});}[_0x279ea5(0x2ff)](_0x36999e){const _0x1fa5a4=_0x279ea5,{row:_0x13f427,column:_0x4f471c}=_0x36999e;if(_0x13f427>=this[_0x1fa5a4(0x273)]['startRow']&&_0x13f427<=this[_0x1fa5a4(0x273)]['endRow']&&_0x4f471c>=this[_0x1fa5a4(0x273)][_0x1fa5a4(0x60f)]&&_0x4f471c<=this[_0x1fa5a4(0x273)][_0x1fa5a4(0x357)]){this['setShapeProps']({'hovered':!0x0});return;}this[_0x1fa5a4(0x38e)]({'hovered':!0x1});}[_0x279ea5(0x3f9)](_0x28c701){return!0x1;}[_0x279ea5(0x551)](_0x76e77f){const _0xdbabdb=_0x279ea5;_0x2d4ee1[_0xdbabdb(0x632)]['drawWith'](_0x76e77f,{'width':this['width'],'height':this[_0xdbabdb(0x35d)],'strokeWidth':_0x4c1340,'stroke':this['_color'],'evented':!0x1,'fill':this[_0xdbabdb(0x450)]}),this[_0xdbabdb(0x25d)]&&(_0x76e77f['save'](),_0x76e77f[_0xdbabdb(0x36f)](0x1,0x0,0x0,0x1,this[_0xdbabdb(0x40f)],this['_labelPosition']===_0xdbabdb(0x5b1)?0x0:-_0x4439b8),_0x273841[_0xdbabdb(0x5ac)](_0x76e77f,{'text':this[_0xdbabdb(0x3d7)],'color':this[_0xdbabdb(0x52f)]}),_0x76e77f[_0xdbabdb(0x35a)]());}}var _0x412ff9=Object[_0x279ea5(0x4f4)],_0x4108fb=Object[_0x279ea5(0x43f)],_0x604c4e=(_0x5759f3,_0x51cf31,_0xde927b,_0x361298)=>{const _0x166335=_0x279ea5;for(var _0x1cbb37=_0x361298>0x1?void 0x0:_0x361298?_0x4108fb(_0x51cf31,_0xde927b):_0x51cf31,_0x3fbe6e=_0x5759f3[_0x166335(0x628)]-0x1,_0xae583f;_0x3fbe6e>=0x0;_0x3fbe6e--)(_0xae583f=_0x5759f3[_0x3fbe6e])&&(_0x1cbb37=(_0x361298?_0xae583f(_0x51cf31,_0xde927b,_0x1cbb37):_0xae583f(_0x1cbb37))||_0x1cbb37);return _0x361298&&_0x1cbb37&&_0x412ff9(_0x51cf31,_0xde927b,_0x1cbb37),_0x1cbb37;},_0x507545=(_0x372494,_0x295ffc)=>(_0x2e3589,_0xfda530)=>_0x295ffc(_0x2e3589,_0xfda530,_0x372494);const _0x4906df=0x1389;let _0xc0e2e7=class extends _0x2b7596[_0x279ea5(0x202)]{constructor(_0x9ca986,_0x3e8877,_0x1371ab,_0x14b3ec){const _0x4c1e73=_0x279ea5;super(),_0x2f3a83(this,_0x4c1e73(0x5be),new Set()),_0x2f3a83(this,_0x4c1e73(0x49d),null),(this['_context']=_0x9ca986,this[_0x4c1e73(0x23b)]=_0x3e8877,this[_0x4c1e73(0x4f8)]=_0x1371ab,this[_0x4c1e73(0x4c5)]=_0x14b3ec,this[_0x4c1e73(0x32a)]());}[_0x279ea5(0x32a)](){const _0x127e39=_0x279ea5;this[_0x127e39(0x23b)][_0x127e39(0x2c2)][_0x127e39(0x2f2)](_0x1ed7ad[_0x127e39(0x2f9)](this[_0x127e39(0x2b1)]),_0x1ed7ad[_0x127e39(0x1f4)](_0x6d1c2f=>{const _0x3a25d6=_0x127e39;if(_0x6d1c2f){const _0x1f3b9d=_0x6d1c2f[_0x3a25d6(0x2df)];return _0x2d8475[_0x3a25d6(0x4a6)](this[_0x3a25d6(0x4f8)][_0x3a25d6(0x4a9)](this['_context'][_0x3a25d6(0x4fd)]),this[_0x3a25d6(0x4c5)][_0x3a25d6(0x245)])['pipe'](_0x1ed7ad['map'](([_0x39ba82,_0x4eb1c8])=>{const _0x468ab3=_0x3a25d6,_0x421c8f=new Map();return _0x39ba82[_0x468ab3(0x38f)]((_0x48c3d5,_0x1d61fe)=>{const _0x28019e=_0x468ab3;if(_0x48c3d5['sheetID']===_0x1f3b9d){const _0x43cba1={..._0x48c3d5};_0x43cba1[_0x28019e(0x415)]=_0x4eb1c8[_0x48c3d5[_0x28019e(0x415)]],_0x421c8f[_0x28019e(0x33b)](_0x1d61fe,_0x43cba1);}}),{'skeleton':_0x6d1c2f,'cursors':_0x421c8f};}));}return _0x2d8475['of']({'skeleton':null,'cursors':new Map()});}))[_0x127e39(0x4c8)](({skeleton:_0x3ad704,cursors:_0x297d24})=>{const _0x42fa73=_0x127e39;this[_0x42fa73(0x525)](),_0x3ad704&&this['_updateCollabCursors'](_0x3ad704,_0x297d24);}),this[_0x127e39(0x23b)][_0x127e39(0x2c2)][_0x127e39(0x4c8)](_0x2719b8=>{const _0x3b8fe0=_0x127e39;if(_0x2719b8==null)return;const {skeleton:_0x4490ab}=_0x2719b8,{scene:_0x3505fe}=this[_0x3b8fe0(0x59f)];_0x3505fe[_0x3b8fe0(0x383)]['subscribeEvent'](_0x2b7596[_0x3b8fe0(0x29f)](_0x2d1430=>{const _0x3244f3=_0x3b8fe0;var _0x2acc30,_0x3c92f2;const {offsetX:_0x30ab90,offsetY:_0x5d555f}=_0x2d1430,{x:_0x3ea2d8,y:_0x43d9e6}=_0x3505fe[_0x3244f3(0x55e)](_0x2d4ee1[_0x3244f3(0x339)][_0x3244f3(0x2dd)]([_0x30ab90,_0x5d555f])),{scaleX:_0x3e0cd5,scaleY:_0x49c024}=_0x3505fe[_0x3244f3(0x448)](),_0x25c65b=_0x3505fe[_0x3244f3(0x4ef)](_0x50d13b[_0x3244f3(0x5d0)][_0x3244f3(0x3d0)]),_0x106cb0=_0x3505fe[_0x3244f3(0x588)](_0x2d4ee1[_0x3244f3(0x339)][_0x3244f3(0x2dd)]([_0x3ea2d8,_0x43d9e6]),_0x25c65b),_0x3e4a9a=_0x4490ab[_0x3244f3(0x48e)](_0x30ab90,_0x5d555f,_0x3e0cd5,_0x49c024,_0x106cb0);((_0x2acc30=this[_0x3244f3(0x49d)])==null?void 0x0:_0x2acc30[_0x3244f3(0x2bc)])===_0x3e4a9a[_0x3244f3(0x2bc)]&&((_0x3c92f2=this[_0x3244f3(0x49d)])==null?void 0x0:_0x3c92f2['row'])===_0x3e4a9a[_0x3244f3(0x21a)]||this[_0x3244f3(0x5be)][_0x3244f3(0x38f)](_0x19efa6=>{const _0x3f1063=_0x3244f3;_0x19efa6[_0x3f1063(0x2ff)](_0x3e4a9a);});},0x64));});}[_0x279ea5(0x1d8)](_0x3f3d07,_0x35f8a3){const _0x27751b=_0x279ea5;var _0x46e9b8;const _0x28a8ab=(_0x46e9b8=this[_0x27751b(0x23b)][_0x27751b(0x5b0)]())==null?void 0x0:_0x46e9b8[_0x27751b(0x30f)];if(!_0x28a8ab)return;const _0x497dd7=this[_0x27751b(0x54d)]();if(!_0x497dd7)return;this[_0x27751b(0x5be)][_0x27751b(0x38f)](_0x516463=>{const _0x1140a5=_0x27751b;_0x516463[_0x1140a5(0x447)]();});const {scene:_0x3b1d5d}=_0x497dd7,_0x619c23=_0x283c4f(Array[_0x27751b(0x567)](_0x35f8a3['values']()))[_0x27751b(0x485)](_0x329e26=>{const _0x169624=_0x27751b,{color:_0x31b041,range:_0x287ce3,name:_0xcafeff,selection:_0x17e61d,sheetID:_0x4bf003}=_0x329e26,{startColumn:_0x50558f,startRow:_0x3dade6,endColumn:_0x37c1db,endRow:_0x112231}=_0x287ce3,_0x4a932a=_0x50d13b[_0x169624(0x574)](_0x3dade6,_0x50558f,_0x3b1d5d,_0x28a8ab),_0x5e85bf=_0x50d13b[_0x169624(0x574)](_0x112231,_0x37c1db,_0x3b1d5d,_0x28a8ab),{columnHeaderHeightAndMarginTop:_0x3b63cc}=_0x28a8ab,{startX:_0x716da0,startY:_0x5ef316}=_0x4a932a,{endX:_0x16290d,endY:_0x43595c}=_0x5e85bf,_0x11bbfe=_0x16290d-_0x716da0,_0x96d499=_0x43595c-_0x5ef316,_0x5e0bb8={'labelPosition':_0x5ef316-_0x3b63cc>=_0x4439b8?'top':_0x169624(0x5b1),'sheetID':_0x4bf003,'range':_0x287ce3,'color':_0x31b041,'name':_0xcafeff,'selection':_0x17e61d,'left':_0x716da0,'top':_0x5ef316,'width':_0x11bbfe,'height':_0x96d499,'evented':!0x1,'zIndex':_0x4906df};return new _0x2dde2a(_0xcafeff,_0x5e0bb8);});_0x3b1d5d[_0x27751b(0x43a)](_0x619c23,_0xd1991a),this['_cursors']=new Set(_0x619c23);}[_0x279ea5(0x525)](){const _0x388b9d=_0x279ea5;var _0xdc204a;(_0xdc204a=this[_0x388b9d(0x5be)])==null||_0xdc204a['forEach'](_0x4a20e2=>_0x4a20e2[_0x388b9d(0x1b5)]());}['_getSheetObject'](){const _0x375575=_0x279ea5;return _0x50d13b[_0x375575(0x4b6)](this[_0x375575(0x59f)][_0x375575(0x5f5)],this[_0x375575(0x59f)]);}};_0xc0e2e7=_0x604c4e([_0x507545(0x1,_0x2b7596[_0x279ea5(0x33d)](_0x50d13b[_0x279ea5(0x479)])),_0x507545(0x2,_0x2b7596[_0x279ea5(0x33d)](_0xd99c54)),_0x507545(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x47a)]))],_0xc0e2e7);function _0x283c4f(_0x534171){const _0x396a2d=_0x279ea5,_0x29bccd=new Map();return _0x534171[_0x396a2d(0x38f)](_0x471c5c=>{const _0x410dde=_0x396a2d;if(_0x29bccd['has'](_0x471c5c[_0x410dde(0x398)])){const _0x156e25=_0x29bccd[_0x410dde(0x42f)](_0x471c5c['selection']);_0x156e25[_0x410dde(0x23d)]+=',\x20'+_0x471c5c['name'];}else _0x29bccd[_0x410dde(0x33b)](_0x471c5c[_0x410dde(0x398)],_0x471c5c);}),Array[_0x396a2d(0x567)](_0x29bccd['values']());}var _0x551e8c=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x3ee9e9(_0x4a7073){const _0x3e38f0=_0x279ea5;return _0x4a7073&&_0x4a7073[_0x3e38f0(0x45e)]&&Object[_0x3e38f0(0x1cb)]['hasOwnProperty'][_0x3e38f0(0x60d)](_0x4a7073,'default')?_0x4a7073['default']:_0x4a7073;}var _0x110338={'exports':{}},_0x365845={},_0x3c8457=_0x278783,_0x48e891=Symbol[_0x279ea5(0x3ea)](_0x279ea5(0x5ec)),_0xf70c04=Symbol[_0x279ea5(0x3ea)](_0x279ea5(0x2a1)),_0x16118d=Object['prototype']['hasOwnProperty'],_0x5cfa88=_0x3c8457[_0x279ea5(0x53f)][_0x279ea5(0x3bc)],_0xb195fd={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function _0x386383(_0x46d03b,_0x4ec8c1,_0x53d5ac){const _0x2eb955=_0x279ea5;var _0x28af29,_0x52324a={},_0x1ff8a6=null,_0x255088=null;_0x53d5ac!==void 0x0&&(_0x1ff8a6=''+_0x53d5ac),_0x4ec8c1['key']!==void 0x0&&(_0x1ff8a6=''+_0x4ec8c1[_0x2eb955(0x310)]),_0x4ec8c1['ref']!==void 0x0&&(_0x255088=_0x4ec8c1[_0x2eb955(0x28b)]);for(_0x28af29 in _0x4ec8c1)_0x16118d[_0x2eb955(0x60d)](_0x4ec8c1,_0x28af29)&&!_0xb195fd[_0x2eb955(0x469)](_0x28af29)&&(_0x52324a[_0x28af29]=_0x4ec8c1[_0x28af29]);if(_0x46d03b&&_0x46d03b[_0x2eb955(0x325)]){for(_0x28af29 in(_0x4ec8c1=_0x46d03b['defaultProps'],_0x4ec8c1))_0x52324a[_0x28af29]===void 0x0&&(_0x52324a[_0x28af29]=_0x4ec8c1[_0x28af29]);}return{'$$typeof':_0x48e891,'type':_0x46d03b,'key':_0x1ff8a6,'ref':_0x255088,'props':_0x52324a,'_owner':_0x5cfa88[_0x2eb955(0x185)]};}_0x365845[_0x279ea5(0x63b)]=_0xf70c04,_0x365845[_0x279ea5(0x605)]=_0x386383,_0x365845['jsxs']=_0x386383,_0x110338[_0x279ea5(0x5da)]=_0x365845;var _0x4c09b6=_0x110338[_0x279ea5(0x5da)],_0x35d0ca=function(){const _0x2c76df=_0x279ea5;return _0x35d0ca=Object['assign']||function(_0x17b61a){const _0x379003=_0x4ad9;for(var _0x1f8cce,_0x5f36a1=0x1,_0x3a00af=arguments[_0x379003(0x628)];_0x5f36a1<_0x3a00af;_0x5f36a1++){_0x1f8cce=arguments[_0x5f36a1];for(var _0x562593 in _0x1f8cce)Object[_0x379003(0x1cb)]['hasOwnProperty'][_0x379003(0x60d)](_0x1f8cce,_0x562593)&&(_0x17b61a[_0x562593]=_0x1f8cce[_0x562593]);}return _0x17b61a;},_0x35d0ca[_0x2c76df(0x4cd)](this,arguments);},_0x59cb1c=function(_0x1cacd4,_0x16de62){const _0x46cb1d=_0x279ea5;var _0x3ff7b8={};for(var _0x1b5f1b in _0x1cacd4)Object['prototype'][_0x46cb1d(0x469)][_0x46cb1d(0x60d)](_0x1cacd4,_0x1b5f1b)&&_0x16de62[_0x46cb1d(0x492)](_0x1b5f1b)<0x0&&(_0x3ff7b8[_0x1b5f1b]=_0x1cacd4[_0x1b5f1b]);if(_0x1cacd4!=null&&typeof Object[_0x46cb1d(0x2ed)]==_0x46cb1d(0x363)){for(var _0x4075e6=0x0,_0x1b5f1b=Object[_0x46cb1d(0x2ed)](_0x1cacd4);_0x4075e6<_0x1b5f1b['length'];_0x4075e6++)_0x16de62[_0x46cb1d(0x492)](_0x1b5f1b[_0x4075e6])<0x0&&Object[_0x46cb1d(0x1cb)][_0x46cb1d(0x350)]['call'](_0x1cacd4,_0x1b5f1b[_0x4075e6])&&(_0x3ff7b8[_0x1b5f1b[_0x4075e6]]=_0x1cacd4[_0x1b5f1b[_0x4075e6]]);}return _0x3ff7b8;},_0x44fe94=_0x278783[_0x279ea5(0x32e)](function(_0x519a4d,_0x2c95e0){const _0x1a705c=_0x279ea5;var _0x353678=_0x519a4d[_0x1a705c(0x18d)],_0x491608=_0x519a4d['id'],_0x4566cc=_0x519a4d['className'],_0x3a2dfe=_0x519a4d[_0x1a705c(0x459)],_0x596aff=_0x59cb1c(_0x519a4d,['icon','id',_0x1a705c(0x464),_0x1a705c(0x459)]),_0x58b208=_0x1a705c(0x554)[_0x1a705c(0x4ed)](_0x491608,'\x20')[_0x1a705c(0x4ed)](_0x4566cc||'')[_0x1a705c(0x61e)](),_0x3fef6b=_0x278783[_0x1a705c(0x1a7)]('_'[_0x1a705c(0x4ed)](_0x39dc9f()));return _0x43c5ea(_0x353678,''[_0x1a705c(0x4ed)](_0x491608),{'defIds':_0x353678[_0x1a705c(0x428)],'idSuffix':_0x3fef6b['current']},_0x35d0ca({'ref':_0x2c95e0,'className':_0x58b208},_0x596aff),_0x3a2dfe);});function _0x43c5ea(_0x6b6700,_0x2b77ba,_0x1bc2d9,_0x452505,_0x16e0f6){const _0x300440=_0x279ea5;return _0x278783['createElement'](_0x6b6700[_0x300440(0x45d)],_0x35d0ca(_0x35d0ca({'key':_0x2b77ba},_0x3a23cc(_0x6b6700,_0x1bc2d9,_0x16e0f6)),_0x452505),(_0x4a7a22(_0x6b6700,_0x1bc2d9)[_0x300440(0x3a0)]||[])['map'](function(_0x205e6a,_0x43ac43){const _0x4d8d6d=_0x300440;return _0x43c5ea(_0x205e6a,''[_0x4d8d6d(0x4ed)](_0x2b77ba,'-')['concat'](_0x6b6700[_0x4d8d6d(0x45d)],'-')['concat'](_0x43ac43),_0x1bc2d9,void 0x0,_0x16e0f6);}));}function _0x3a23cc(_0x221e70,_0x3f23e,_0x5df141){const _0x484def=_0x279ea5;var _0x47d003=_0x35d0ca({},_0x221e70[_0x484def(0x578)]);_0x5df141!=null&&_0x5df141[_0x484def(0x5fa)]&&_0x47d003[_0x484def(0x261)]==='colorChannel1'&&(_0x47d003['fill']=_0x5df141[_0x484def(0x5fa)]);var _0x42412e=_0x3f23e[_0x484def(0x428)];return!_0x42412e||_0x42412e[_0x484def(0x628)]===0x0||(_0x221e70['tag']==='use'&&_0x47d003[_0x484def(0x4dd)]&&(_0x47d003[_0x484def(0x4dd)]=_0x47d003['xlink:href']+_0x3f23e[_0x484def(0x486)]),Object['entries'](_0x47d003)[_0x484def(0x38f)](function(_0x44f8c4){const _0x30522a=_0x484def;var _0x16515d=_0x44f8c4[0x0],_0x1f9a2c=_0x44f8c4[0x1];typeof _0x1f9a2c==_0x30522a(0x408)&&(_0x47d003[_0x16515d]=_0x1f9a2c[_0x30522a(0x3e4)](/url\(#(.*)\)/,_0x30522a(0x64a)['concat'](_0x3f23e['idSuffix'],')')));})),_0x47d003;}function _0x4a7a22(_0x242988,_0x9c5039){const _0x326883=_0x279ea5;var _0x5ed41a,_0x1a9bfd=_0x9c5039[_0x326883(0x428)];return!_0x1a9bfd||_0x1a9bfd[_0x326883(0x628)]===0x0?_0x242988:_0x242988[_0x326883(0x45d)]===_0x326883(0x465)&&(!((_0x5ed41a=_0x242988[_0x326883(0x3a0)])===null||_0x5ed41a===void 0x0)&&_0x5ed41a[_0x326883(0x628)])?_0x35d0ca(_0x35d0ca({},_0x242988),{'children':_0x242988[_0x326883(0x3a0)][_0x326883(0x485)](function(_0x54efc7){const _0x1a8832=_0x326883;return typeof _0x54efc7[_0x1a8832(0x578)]['id']==_0x1a8832(0x408)&&_0x1a9bfd&&_0x1a9bfd[_0x1a8832(0x492)](_0x54efc7[_0x1a8832(0x578)]['id'])>-0x1?_0x35d0ca(_0x35d0ca({},_0x54efc7),{'attrs':_0x35d0ca(_0x35d0ca({},_0x54efc7[_0x1a8832(0x578)]),{'id':_0x54efc7[_0x1a8832(0x578)]['id']+_0x9c5039[_0x1a8832(0x486)]})}):_0x54efc7;})}):_0x242988;}function _0x39dc9f(){const _0x1c43ec=_0x279ea5;return Math[_0x1c43ec(0x563)]()[_0x1c43ec(0x207)](0x24)[_0x1c43ec(0x18c)](0x2,0x8);}_0x44fe94[_0x279ea5(0x4eb)]=_0x279ea5(0x221);var _0x521560={'tag':_0x279ea5(0x607),'attrs':{'fill':_0x279ea5(0x252),'viewBox':_0x279ea5(0x51a),'width':_0x279ea5(0x20e),'height':_0x279ea5(0x20e)},'children':[{'tag':'g','attrs':{'clipPath':_0x279ea5(0x274)},'children':[{'tag':_0x279ea5(0x568),'attrs':{'stroke':_0x279ea5(0x214),'d':_0x279ea5(0x256),'strokeLinecap':_0x279ea5(0x4d3),'strokeLinejoin':_0x279ea5(0x4d3),'strokeWidth':1.2}}]},{'tag':_0x279ea5(0x465),'attrs':{},'children':[{'tag':_0x279ea5(0x34f),'attrs':{'id':_0x279ea5(0x2b9)},'children':[{'tag':_0x279ea5(0x568),'attrs':{'fill':_0x279ea5(0x4f7),'d':'M0\x200H16V16H0z'}}]}]}],'defIds':[_0x279ea5(0x2b9)]},_0x19b4c9=_0x278783[_0x279ea5(0x32e)](function(_0x4f925d,_0x38c6c1){const _0x296efe=_0x279ea5;return _0x278783[_0x296efe(0x2eb)](_0x44fe94,Object[_0x296efe(0x5b3)]({},_0x4f925d,{'id':'off-line-single','ref':_0x38c6c1,'icon':_0x521560}));});_0x19b4c9[_0x279ea5(0x4eb)]=_0x279ea5(0x410);var _0x759233={'tag':_0x279ea5(0x607),'attrs':{'fill':'none','viewBox':_0x279ea5(0x461),'width':_0x279ea5(0x20e),'height':_0x279ea5(0x20e)},'children':[{'tag':'g','attrs':{'clipPath':_0x279ea5(0x222)},'children':[{'tag':_0x279ea5(0x568),'attrs':{'stroke':_0x279ea5(0x214),'d':'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','strokeLinecap':_0x279ea5(0x4d3),'strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':'defs','attrs':{},'children':[{'tag':_0x279ea5(0x34f),'attrs':{'id':_0x279ea5(0x44d)},'children':[{'tag':_0x279ea5(0x568),'attrs':{'fill':_0x279ea5(0x4f7),'d':_0x279ea5(0x5c2),'transform':_0x279ea5(0x503)}}]}]}],'defIds':[_0x279ea5(0x44d)]},_0x4458c5=_0x278783['forwardRef'](function(_0x5c69d1,_0x5f4470){const _0x1963ae=_0x279ea5;return _0x278783['createElement'](_0x44fe94,Object['assign']({},_0x5c69d1,{'id':_0x1963ae(0x31a),'ref':_0x5f4470,'icon':_0x759233}));});_0x4458c5[_0x279ea5(0x4eb)]='OnLineSingle';function _0x41edb7(_0x2fbe08){const _0x239557=_0x279ea5;var _0x1a164e,_0x1de569,_0x4bc293='';if(typeof _0x2fbe08==_0x239557(0x408)||typeof _0x2fbe08==_0x239557(0x5bb))_0x4bc293+=_0x2fbe08;else{if(typeof _0x2fbe08==_0x239557(0x394)){if(Array[_0x239557(0x51e)](_0x2fbe08)){var _0x4bdcf0=_0x2fbe08[_0x239557(0x628)];for(_0x1a164e=0x0;_0x1a164e<_0x4bdcf0;_0x1a164e++)_0x2fbe08[_0x1a164e]&&(_0x1de569=_0x41edb7(_0x2fbe08[_0x1a164e]))&&(_0x4bc293&&(_0x4bc293+='\x20'),_0x4bc293+=_0x1de569);}else{for(_0x1de569 in _0x2fbe08)_0x2fbe08[_0x1de569]&&(_0x4bc293&&(_0x4bc293+='\x20'),_0x4bc293+=_0x1de569);}}}return _0x4bc293;}function _0x14672d(){const _0x594844=_0x279ea5;for(var _0x3b3e01,_0xf77381,_0x39c37f=0x0,_0x447883='',_0x5a3624=arguments[_0x594844(0x628)];_0x39c37f<_0x5a3624;_0x39c37f++)(_0x3b3e01=arguments[_0x39c37f])&&(_0xf77381=_0x41edb7(_0x3b3e01))&&(_0x447883&&(_0x447883+='\x20'),_0x447883+=_0xf77381);return _0x447883;}const _0xf746c3={'onlineStatusIcon':_0x279ea5(0x467),'onlineStatusTitle':_0x279ea5(0x312),'onlineStatus':_0x279ea5(0x18a),'online':_0x279ea5(0x5bf),'offline':_0x279ea5(0x2ae)};function _0x442640(_0x38529e){const _0x4af74f=_0x279ea5;switch(_0x38529e){case _0xf1ac47[_0x4af74f(0x381)]:return'collabStatus.offline';case _0xf1ac47[_0x4af74f(0x257)]:return _0x4af74f(0x5e3);case _0xf1ac47[_0x4af74f(0x1fa)]:return'collabStatus.fetchMiss';case _0xf1ac47[_0x4af74f(0x445)]:return _0x4af74f(0x4cf);case _0xf1ac47[_0x4af74f(0x1d9)]:case _0xf1ac47[_0x4af74f(0x307)]:return'collabStatus.syncing';case _0xf1ac47[_0x4af74f(0x263)]:case _0xf1ac47[_0x4af74f(0x57a)]:return'collabStatus.synced';}}function _0x36933d(_0x56eff2){const _0x20109a=_0x279ea5,{status$:_0x41c415}=_0x56eff2,_0x5d15b3=_0x1b8378[_0x20109a(0x2ea)](_0x41c415,_0xf1ac47[_0x20109a(0x445)]),_0x12d9db=_0x2b7596['useDependency'](_0x2b7596[_0x20109a(0x5ad)]),_0x2d3bcd=_0x2b7596[_0x20109a(0x349)](_0x4e8834[_0x20109a(0x48c)]),_0x786837=_0x5d15b3!==_0xf1ac47['OFFLINE'],_0x39b624=_0x12d9db['t'](_0x442640(_0x5d15b3)),_0x5cd05e=_0x14672d(_0xf746c3[_0x20109a(0x314)],{[_0xf746c3[_0x20109a(0x37e)]]:_0x786837,[_0xf746c3[_0x20109a(0x39b)]]:!_0x786837}),_0x544502=_0x786837?_0x4c09b6[_0x20109a(0x605)](_0x4458c5,{}):_0x4c09b6[_0x20109a(0x605)](_0x19b4c9,{}),_0x395514=_0x278783[_0x20109a(0x56d)](()=>{_0x786837||_0x2d3bcd['reconnect']();},[_0x786837,_0x2d3bcd]);function _0x3e706e(){const _0x1daf51=_0x20109a;return _0x4c09b6['jsxs'](_0x1daf51(0x499),{'className':_0x5cd05e,'onClick':_0x395514,'children':[_0x4c09b6[_0x1daf51(0x605)]('div',{'className':_0xf746c3['onlineStatusIcon'],'children':_0x544502}),_0x4c09b6[_0x1daf51(0x605)](_0x1daf51(0x499),{'className':_0xf746c3['onlineStatusTitle'],'children':_0x39b624})]});}return _0x786837?_0x3e706e():_0x4c09b6[_0x20109a(0x605)](_0x5783a6[_0x20109a(0x3bd)],{'title':_0x12d9db['t']('collab-client.tooltip.reconnect'),'children':_0x3e706e()});}var _0x38ff71=Object[_0x279ea5(0x4f4)],_0x303bb8=Object['getOwnPropertyDescriptor'],_0x5d12ad=(_0x34ae48,_0x590567,_0x4b9966,_0x3f272c)=>{const _0x277b84=_0x279ea5;for(var _0x6a9211=_0x3f272c>0x1?void 0x0:_0x3f272c?_0x303bb8(_0x590567,_0x4b9966):_0x590567,_0x58b779=_0x34ae48[_0x277b84(0x628)]-0x1,_0x115c94;_0x58b779>=0x0;_0x58b779--)(_0x115c94=_0x34ae48[_0x58b779])&&(_0x6a9211=(_0x3f272c?_0x115c94(_0x590567,_0x4b9966,_0x6a9211):_0x115c94(_0x6a9211))||_0x6a9211);return _0x3f272c&&_0x6a9211&&_0x38ff71(_0x590567,_0x4b9966,_0x6a9211),_0x6a9211;},_0x3bf33a=(_0x16b690,_0x20dac4)=>(_0x1d2f67,_0x187d44)=>_0x20dac4(_0x1d2f67,_0x187d44,_0x16b690);_0x4e8834['DesktopCollaborationStatusDisplayController']=class extends _0x2b7596[_0x279ea5(0x5e2)]{constructor(_0x54dcc2,_0x5f0e5a,_0x475b8e,_0xc008f5){const _0x2eb8c9=_0x279ea5;super(),_0x2f3a83(this,'_status$',new _0x2d8475[(_0x2eb8c9(0x555))](_0xf1ac47[_0x2eb8c9(0x445)])),(this[_0x2eb8c9(0x356)]=_0x54dcc2,this['_uiPartsService']=_0x5f0e5a,this[_0x2eb8c9(0x36b)]=_0x475b8e,this['_collaborationController']=_0xc008f5,this[_0x2eb8c9(0x548)](),this[_0x2eb8c9(0x587)]());}[_0x279ea5(0x587)](){const _0x13f424=_0x279ea5;this[_0x13f424(0x433)](this['_univerInstanceService']['focused$']['pipe'](_0x2d8475['switchMap'](()=>{const _0x51acf7=_0x13f424,_0x5a2d71=this[_0x51acf7(0x356)][_0x51acf7(0x3e8)]();return _0x5a2d71?this[_0x51acf7(0x2ba)]['getCollabEntity$'](_0x5a2d71['getUnitId']()):_0x2d8475['of'](null);}),_0x2d8475[_0x13f424(0x1f4)](_0x4b80fc=>_0x4b80fc?_0x4b80fc[_0x13f424(0x4c6)]:_0x2d8475['of'](_0xf1ac47['NOT_COLLAB'])))[_0x13f424(0x4c8)](_0x52725d=>{const _0x2dccdb=_0x13f424;this[_0x2dccdb(0x55f)][_0x2dccdb(0x4ee)](_0x52725d);}));}['_initStatusComponent'](){const _0x2ebbf0=_0x279ea5;this[_0x2ebbf0(0x433)](this[_0x2ebbf0(0x369)][_0x2ebbf0(0x4e3)](_0x1b8378[_0x2ebbf0(0x200)]['HEADER_MENU'],()=>_0x2b7596['connectInjector'](_0x8d9b63({'status$':this[_0x2ebbf0(0x55f)][_0x2ebbf0(0x43e)]()}),this[_0x2ebbf0(0x36b)])));}},_0x4e8834[_0x279ea5(0x414)]=_0x5d12ad([_0x3bf33a(0x0,_0x2b7596[_0x279ea5(0x411)]),_0x3bf33a(0x1,_0x1b8378['IUIPartsService']),_0x3bf33a(0x2,_0x2b7596['Inject'](_0x2b7596[_0x279ea5(0x5b7)])),_0x3bf33a(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834[_0x279ea5(0x460)]))],_0x4e8834[_0x279ea5(0x414)]);function _0x8d9b63(_0x527703){const {status$:_0x3c2726}=_0x527703;return function(){return _0x4c09b6['jsx'](_0x36933d,{'status$':_0x3c2726});};}const _0x2d6cde=_0x2b7596[_0x279ea5(0x427)](_0x279ea5(0x5c8));var _0x3686c7=Object[_0x279ea5(0x4f4)],_0x458e64=Object['getOwnPropertyDescriptor'],_0x21a6a8=(_0x5274a5,_0x4a599f,_0x2c64ef,_0x2173ce)=>{for(var _0x4653a1=_0x2173ce>0x1?void 0x0:_0x2173ce?_0x458e64(_0x4a599f,_0x2c64ef):_0x4a599f,_0x6f8901=_0x5274a5['length']-0x1,_0x481d68;_0x6f8901>=0x0;_0x6f8901--)(_0x481d68=_0x5274a5[_0x6f8901])&&(_0x4653a1=(_0x2173ce?_0x481d68(_0x4a599f,_0x2c64ef,_0x4653a1):_0x481d68(_0x4653a1))||_0x4653a1);return _0x2173ce&&_0x4653a1&&_0x3686c7(_0x4a599f,_0x2c64ef,_0x4653a1),_0x4653a1;},_0x4701b5=(_0x4d0bf5,_0x290f49)=>(_0x40bf4a,_0x5cddc5)=>_0x290f49(_0x40bf4a,_0x5cddc5,_0x4d0bf5);_0x4e8834[_0x279ea5(0x4ce)]=class extends _0x2b7596['RxDisposable']{constructor(_0x4732be,_0xb36355,_0xe31760,_0x35451f,_0x2bed77,_0x43986c){const _0x39a693=_0x279ea5;super(),this[_0x39a693(0x49c)]=_0x4732be,this[_0x39a693(0x2a5)]=_0xb36355,this['_commandService']=_0xe31760,this[_0x39a693(0x232)]=_0x35451f,this[_0x39a693(0x370)]=_0x2bed77,_0x43986c?_0x43986c==null||_0x43986c[_0x39a693(0x401)]()[_0x39a693(0x5fc)](()=>this['_init']()):(this[_0x39a693(0x2a5)][_0x39a693(0x5c5)](_0x39a693(0x557),_0x39a693(0x1b6)),this[_0x39a693(0x32a)]());}async[_0x279ea5(0x32a)](){const _0x5ccc13=_0x279ea5,_0x633f2e=this['_urlService'][_0x5ccc13(0x4cb)](_0x5ccc13(0x5f5)),_0x2f8d8c=this[_0x5ccc13(0x49c)]['getParam'](_0x5ccc13(0x413));if(!_0x633f2e||!_0x2f8d8c){this[_0x5ccc13(0x2a5)]['debug'](_0x5ccc13(0x557),_0x5ccc13(0x26d));return;}switch(Number(_0x2f8d8c)){case _0x4ae547[_0x5ccc13(0x1ac)]:{const _0x143061=await this[_0x5ccc13(0x2da)](_0x633f2e);this[_0x5ccc13(0x63e)](_0x143061);break;}case _0x4ae547[_0x5ccc13(0x1c4)]:{await this[_0x5ccc13(0x3d8)](_0x633f2e);break;}default:{this['_logService'][_0x5ccc13(0x5b9)](_0x5ccc13(0x557),_0x5ccc13(0x380));break;}}}async[_0x279ea5(0x63e)](_0x1bc8d3){const _0x871462=_0x279ea5;await this[_0x871462(0x561)](_0x1bc8d3),_0x1bc8d3['activeSheet$'][_0x871462(0x2f2)](_0x2d8475[_0x871462(0x2f9)](this[_0x871462(0x2b1)]))[_0x871462(0x4c8)](_0x454cf0=>{const _0x4c5436=_0x871462;_0x454cf0&&this[_0x4c5436(0x379)](_0x454cf0);}),this[_0x871462(0x49c)][_0x871462(0x338)][_0x871462(0x2f2)](_0x2d8475['takeUntil'](this['dispose$']))[_0x871462(0x4c8)](()=>this[_0x871462(0x561)](_0x1bc8d3));}['_updateURLWithCurrentState'](_0x327996,_0x140da1=!0x1){const _0x21f197=_0x279ea5,_0x1b580e=this[_0x21f197(0x49c)][_0x21f197(0x4cb)]('subunit');_0x327996[_0x21f197(0x1e5)]()!==_0x1b580e&&this[_0x21f197(0x49c)][_0x21f197(0x547)]('subunit',_0x327996[_0x21f197(0x1e5)](),_0x140da1);}async[_0x279ea5(0x561)](_0x26676f){const _0x27a6de=_0x279ea5;var _0x1ffb1c;const _0x27db81=this['_urlService'][_0x27a6de(0x4cb)](_0x27a6de(0x211));if(!_0x27db81||!_0x26676f['getSheetBySheetId'](_0x27db81)){const _0x56d35f=_0x26676f[_0x27a6de(0x5d6)]()[0x0],_0x137b69=_0x26676f['getSheetBySheetId'](_0x56d35f);if(!_0x137b69)return;this[_0x27a6de(0x379)](_0x137b69,!0x0),await this[_0x27a6de(0x580)][_0x27a6de(0x219)](_0x5763b6[_0x27a6de(0x3cb)]['id'],{'unitId':_0x26676f[_0x27a6de(0x26c)](),'subUnitId':_0x56d35f});return;}((_0x1ffb1c=_0x26676f[_0x27a6de(0x1be)]())==null?void 0x0:_0x1ffb1c['getSheetId']())!==_0x27db81&&await this['_commandService'][_0x27a6de(0x219)](_0x5763b6[_0x27a6de(0x3cb)]['id'],{'unitId':_0x26676f[_0x27a6de(0x26c)](),'subUnitId':_0x27db81});}async['_loadSheet'](_0x5b27d3){const _0x2d53a5=_0x279ea5;let _0x444528=0x0;const _0x3f03e4=await this[_0x2d53a5(0x232)][_0x2d53a5(0x53b)](_0x5b27d3);return _0x3f03e4&&(_0x3f03e4[_0x2d53a5(0x306)]||_0x3f03e4['mutations'][_0x2d53a5(0x628)]!==0x0)&&(_0x444528=_0x3f03e4[_0x2d53a5(0x3f1)]),_0x444528===0x0&&this['_logService'][_0x2d53a5(0x5c5)](_0x2d53a5(0x557),_0x2d53a5(0x522)),this[_0x2d53a5(0x370)]['loadSheet'](_0x5b27d3,_0x444528);}async['_loadDoc'](_0x3a3cf0){const _0xe17c39=_0x279ea5;let _0x15a7d7=0x0;const _0xd3648e=await this[_0xe17c39(0x232)][_0xe17c39(0x53b)](_0x3a3cf0);return _0xd3648e&&(_0xd3648e['awaitingChangeset']||_0xd3648e[_0xe17c39(0x203)]['length']!==0x0)&&(_0x15a7d7=_0xd3648e[_0xe17c39(0x3f1)]),_0x15a7d7===0x0&&this[_0xe17c39(0x2a5)][_0xe17c39(0x5c5)]('[DataLoaderController]',_0xe17c39(0x522)),this['_snapshotService']['loadDoc'](_0x3a3cf0,_0x15a7d7);}},_0x4e8834['DataLoaderController']=_0x21a6a8([_0x4701b5(0x0,_0x2d6cde),_0x4701b5(0x1,_0x2b7596[_0x279ea5(0x248)]),_0x4701b5(0x2,_0x2b7596[_0x279ea5(0x645)]),_0x4701b5(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834['LocalCacheService'])),_0x4701b5(0x4,_0x2b7596['Inject'](_0x1730a2[_0x279ea5(0x55c)])),_0x4701b5(0x5,_0x2b7596[_0x279ea5(0x244)](_0x5a8875[_0x279ea5(0x231)]))],_0x4e8834[_0x279ea5(0x4ce)]);var _0x5b0944=Object[_0x279ea5(0x4f4)],_0x376a4b=Object['getOwnPropertyDescriptor'],_0x97c44e=(_0x1d00ca,_0x50718f,_0x3b8df2,_0x3dd2e9)=>{const _0x47fe5c=_0x279ea5;for(var _0x1df624=_0x3dd2e9>0x1?void 0x0:_0x3dd2e9?_0x376a4b(_0x50718f,_0x3b8df2):_0x50718f,_0x4a3b35=_0x1d00ca[_0x47fe5c(0x628)]-0x1,_0x56281b;_0x4a3b35>=0x0;_0x4a3b35--)(_0x56281b=_0x1d00ca[_0x4a3b35])&&(_0x1df624=(_0x3dd2e9?_0x56281b(_0x50718f,_0x3b8df2,_0x1df624):_0x56281b(_0x1df624))||_0x1df624);return _0x3dd2e9&&_0x1df624&&_0x5b0944(_0x50718f,_0x3b8df2,_0x1df624),_0x1df624;},_0x2cee72=(_0x209d63,_0x5609eb)=>(_0x5c170b,_0x2c6cf8)=>_0x5609eb(_0x5c170b,_0x2c6cf8,_0x209d63);const _0x2205b8=_0x279ea5(0x419),_0xc32cf0=_0x279ea5(0x1ca);let _0x11dcfb=class extends _0x2b7596[_0x279ea5(0x5e2)]{constructor(_0x165384,_0x2d5455){const _0xce8c67=_0x279ea5;super(),this[_0xce8c67(0x356)]=_0x165384,this[_0xce8c67(0x3ed)]=_0x2d5455,this[_0xce8c67(0x32a)]();}[_0x279ea5(0x32a)](){const _0xe5f7e4=_0x279ea5;this[_0xe5f7e4(0x433)](this[_0xe5f7e4(0x356)][_0xe5f7e4(0x5e1)][_0xe5f7e4(0x4c8)](()=>{const _0x6fe24e=_0xe5f7e4;var _0x5c4726;const _0x3fb958=this[_0x6fe24e(0x356)][_0x6fe24e(0x3e8)]();let _0x23776a=(_0x5c4726=this[_0x6fe24e(0x3ed)]['getConfig'](_0x2205b8))!=null?_0x5c4726:_0xc32cf0;_0x3fb958 instanceof _0x2b7596[_0x6fe24e(0x234)]&&(_0x23776a=_0x3fb958[_0x6fe24e(0x23d)]),document[_0x6fe24e(0x28a)]=_0x23776a;}));}};_0x11dcfb=_0x97c44e([_0x2cee72(0x0,_0x2b7596[_0x279ea5(0x411)]),_0x2cee72(0x1,_0x2b7596['IConfigService'])],_0x11dcfb);var _0x221206=Object['defineProperty'],_0x36be64=Object[_0x279ea5(0x43f)],_0x465b59=(_0x349cbc,_0x2148b2,_0x51eb98,_0x48408e)=>{const _0x53db82=_0x279ea5;for(var _0xd83ba8=_0x48408e>0x1?void 0x0:_0x48408e?_0x36be64(_0x2148b2,_0x51eb98):_0x2148b2,_0x5b9b53=_0x349cbc[_0x53db82(0x628)]-0x1,_0x92a4b3;_0x5b9b53>=0x0;_0x5b9b53--)(_0x92a4b3=_0x349cbc[_0x5b9b53])&&(_0xd83ba8=(_0x48408e?_0x92a4b3(_0x2148b2,_0x51eb98,_0xd83ba8):_0x92a4b3(_0xd83ba8))||_0xd83ba8);return _0x48408e&&_0xd83ba8&&_0x221206(_0x2148b2,_0x51eb98,_0xd83ba8),_0xd83ba8;},_0x188e2a=(_0x1053e0,_0x890768)=>(_0x5d0169,_0x2d4150)=>_0x890768(_0x5d0169,_0x2d4150,_0x1053e0);let _0x50a759=class{constructor(_0xb72e18,_0x2ef005,_0x112e87){const _0x568015=_0x279ea5;this[_0x568015(0x3ed)]=_0xb72e18,this[_0x568015(0x278)]=_0x2ef005,this['localeService']=_0x112e87,this[_0x568015(0x1b8)]();}[_0x279ea5(0x1b8)](){const _0x2db250=_0x279ea5;this['_httpService'][_0x2db250(0x22c)]({'priority':0x1,'interceptor':(_0x5b87c7,_0xda85be)=>_0xda85be(_0x5b87c7)[_0x2db250(0x2f2)](_0x2d8475[_0x2db250(0x4db)](async _0x141737=>{const _0x32aeb0=_0x2db250,_0x5df2a7=_0x141737;if(_0x5df2a7[_0x32aeb0(0x18e)]===0x191&&window['confirm'](this['localeService']['t'](_0x32aeb0(0x233)))){const _0x10fe9f=window['encodeURIComponent'](window[_0x32aeb0(0x3dc)][_0x32aeb0(0x4b3)]);window[_0x32aeb0(0x3dc)][_0x32aeb0(0x4b3)]=this[_0x32aeb0(0x536)]()+_0x32aeb0(0x457)+_0x10fe9f;}return _0x5df2a7;}))});}[_0x279ea5(0x536)](){const _0x34e8c9=_0x279ea5;var _0x24ffe7,_0x333225;const _0x29d6e7=this[_0x34e8c9(0x3ed)]['getConfig'](_0x47a0b6),_0x2a39db=this[_0x34e8c9(0x3ed)][_0x34e8c9(0x3c2)](_0x363980);return(_0x333225=(_0x24ffe7=_0x2a39db==null?void 0x0:_0x2a39db[_0x34e8c9(0x378)])!=null?_0x24ffe7:_0x29d6e7)!=null?_0x333225:_0x59e43f;}};_0x50a759=_0x465b59([_0x188e2a(0x0,_0x2b7596[_0x279ea5(0x23a)]),_0x188e2a(0x1,_0x2b7596['Inject'](_0x319e41['HTTPService'])),_0x188e2a(0x2,_0x2b7596['Inject'](_0x2b7596['LocaleService']))],_0x50a759);var _0x55a3f9=Object[_0x279ea5(0x4f4)],_0x5d22f6=Object['getOwnPropertyDescriptor'],_0x41248f=(_0x14ef7c,_0x1ea357,_0xa40f47,_0x47586e)=>{const _0x426995=_0x279ea5;for(var _0x46838d=_0x47586e>0x1?void 0x0:_0x47586e?_0x5d22f6(_0x1ea357,_0xa40f47):_0x1ea357,_0x313ef6=_0x14ef7c[_0x426995(0x628)]-0x1,_0x57fc16;_0x313ef6>=0x0;_0x313ef6--)(_0x57fc16=_0x14ef7c[_0x313ef6])&&(_0x46838d=(_0x47586e?_0x57fc16(_0x1ea357,_0xa40f47,_0x46838d):_0x57fc16(_0x46838d))||_0x46838d);return _0x47586e&&_0x46838d&&_0x55a3f9(_0x1ea357,_0xa40f47,_0x46838d),_0x46838d;},_0x4808a0=(_0x2df5d6,_0x4d1b15)=>(_0x14c8d0,_0x493af6)=>_0x4d1b15(_0x14c8d0,_0x493af6,_0x2df5d6);const _0x13aeac=_0x279ea5(0x61f),_0x2473c9=_0x279ea5(0x598);_0x4e8834['AuthzIoHttpService']=class extends _0x2b7596['Disposable']{constructor(_0x295cf8,_0x13e8b1){const _0x2a9e10=_0x279ea5;super(),this[_0x2a9e10(0x368)]=_0x295cf8,this[_0x2a9e10(0x3ed)]=_0x13e8b1,this[_0x2a9e10(0x40a)]();}[_0x279ea5(0x40a)](){const _0x2edb20=_0x279ea5,_0x1e6e7d=this;this[_0x2edb20(0x433)](this[_0x2edb20(0x368)]['registerHTTPInterceptor']({'priority':0x3e7,'interceptor':_0x319e41[_0x2edb20(0x27a)]({'isMatch'(_0xdb0a5a){const _0x217be6=_0x2edb20;var _0x1bb345;if(_0xdb0a5a[_0x217be6(0x59d)]===_0x217be6(0x437)&&((_0x1bb345=_0xdb0a5a[_0x217be6(0x4cc)])!=null&&_0x1bb345[_0x217be6(0x1f1)])){const {objectID:_0x109f72,objectType:_0x2799c8}=_0xdb0a5a[_0x217be6(0x4cc)]['body']||{};if(!_0x109f72||_0x2799c8===void 0x0)return!0x1;const _0x21e20e=_0x1e6e7d[_0x217be6(0x46b)]()+'/'+_0x2799c8+_0x217be6(0x42d)+_0x109f72+_0x217be6(0x417);if(_0xdb0a5a['url']===_0x21e20e)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x2de873){const _0x10ae9b=_0x2edb20;var _0x476e74;return(_0x476e74=_0x2de873[_0x10ae9b(0x4cc)])==null?void 0x0:_0x476e74[_0x10ae9b(0x1f1)];},'mergeParamsToRequest'(_0x2563fb,_0x724ad9){const _0x309d60=_0x2edb20,_0x27ffee=_0x1e6e7d['_getAPIPrefixPath']()+_0x309d60(0x2d8),_0x5af9e3=_0x2563fb[_0x309d60(0x4d8)]((_0x10c7e9,_0x3d2752)=>{const _0x4666a8=_0x309d60,{unitID:_0x45f1fc,objectID:_0x1538d6,objectType:_0x448c36,actions:_0x3d7a70}=_0x3d2752;return _0x10c7e9[_0x45f1fc]||(_0x10c7e9[_0x45f1fc]={}),_0x10c7e9[_0x45f1fc][_0x1538d6]||(_0x10c7e9[_0x45f1fc][_0x1538d6]={'objectID':_0x1538d6,'objectType':_0x448c36,'actions':[]}),_0x10c7e9[_0x45f1fc][_0x1538d6][_0x4666a8(0x246)][_0x4666a8(0x564)](..._0x3d7a70),_0x10c7e9;},{}),_0x278acb=[];for(const _0xf47924 in _0x5af9e3)for(const _0x4008f2 in _0x5af9e3[_0xf47924]){const {actions:_0x2f53d3,objectType:_0x1a737a}=_0x5af9e3[_0xf47924][_0x4008f2],_0x41eb6e=[...new Set(_0x2f53d3)];_0x278acb['push']({'unitID':_0xf47924,'objectID':_0x4008f2,'objectType':_0x1a737a,'actions':_0x41eb6e});}return new _0x319e41[(_0x309d60(0x424))](_0x309d60(0x437),_0x27ffee,{'headers':_0x724ad9[_0x309d60(0x482)],'withCredentials':_0x724ad9[_0x309d60(0x1f2)],'responseType':_0x724ad9[_0x309d60(0x44f)],'body':{'requests':_0x278acb}});}},{'distributeResult'(_0x3445d8,_0x1f8054){const _0x50f6fe=_0x2edb20,{objectActions:_0x69ebe}=_0x3445d8;return _0x1f8054[_0x50f6fe(0x485)](_0xfa8173=>{const _0x2b83cd=_0x50f6fe,{unitID:_0x32eb61,objectID:_0xff0596,actions:_0x320ca7}=_0xfa8173,_0x3c0a4a=_0x69ebe[_0x2b83cd(0x340)](_0x568607=>_0x568607[_0x2b83cd(0x2a6)]===_0x32eb61&&_0x568607[_0x2b83cd(0x4fc)]===_0xff0596),_0x1dbe32=_0x320ca7['map'](_0x54d401=>_0x3c0a4a==null?void 0x0:_0x3c0a4a[_0x2b83cd(0x246)][_0x2b83cd(0x340)](_0x498e71=>_0x498e71[_0x2b83cd(0x2fe)]===_0x54d401))[_0x2b83cd(0x2cf)](_0xd75ca6=>!!_0xd75ca6);return{'config':_0xfa8173,'result':{'actions':_0x1dbe32,'error':_0x3445d8[_0x2b83cd(0x5b9)]}};});}})}));}[_0x279ea5(0x46b)](){const _0x120de0=_0x279ea5;var _0x404e98,_0x2c91b4;const _0x282ee2=this['_configService'][_0x120de0(0x3c2)](_0x13aeac),_0x5b367a=this[_0x120de0(0x3ed)][_0x120de0(0x3c2)](_0x363980);return(_0x2c91b4=(_0x404e98=_0x5b367a==null?void 0x0:_0x5b367a[_0x120de0(0x500)])!=null?_0x404e98:_0x282ee2)!=null?_0x2c91b4:_0x2473c9;}async[_0x279ea5(0x2b8)](_0x30fa2e){const _0x4060e0=_0x279ea5,_0x760a09=this[_0x4060e0(0x46b)]()+'/'+_0x30fa2e[_0x4060e0(0x5a1)]+_0x4060e0(0x26b);return(await this[_0x4060e0(0x368)]['post'](_0x760a09,{'body':_0x30fa2e}))[_0x4060e0(0x1f1)][_0x4060e0(0x4fc)]||'';}async[_0x279ea5(0x5f8)](_0x53f895){const _0x5429e7=_0x279ea5,_0xfb385e=this[_0x5429e7(0x46b)]()+_0x5429e7(0x3fd);return(await this['_HTTPService']['post'](_0xfb385e,{'body':_0x53f895}))[_0x5429e7(0x1f1)]['objects'];}async[_0x279ea5(0x1a5)](_0x4c208e){const _0x5c8dd0=_0x279ea5,_0x50c556=this[_0x5c8dd0(0x46b)]()+'/'+_0x4c208e[_0x5c8dd0(0x5a1)]+_0x5c8dd0(0x42d)+_0x4c208e['objectID'];await this[_0x5c8dd0(0x368)][_0x5c8dd0(0x4c7)](_0x50c556,{'body':_0x4c208e});}async[_0x279ea5(0x474)](_0xca2d21){const _0x4cfae9=_0x279ea5,_0x4b3993=this[_0x4cfae9(0x46b)]()+'/'+_0xca2d21['objectType']+_0x4cfae9(0x42d)+_0xca2d21[_0x4cfae9(0x4fc)]+_0x4cfae9(0x417);return(await this[_0x4cfae9(0x368)][_0x4cfae9(0x3df)](_0x4b3993,{'body':_0xca2d21}))[_0x4cfae9(0x1f1)]['actions'];}async[_0x279ea5(0x323)](_0x5e617a){const _0x124282=_0x279ea5,_0xb7ffd=this[_0x124282(0x46b)]()+_0x124282(0x2d8);return(await this[_0x124282(0x368)][_0x124282(0x3df)](_0xb7ffd,{'body':{'requests':_0x5e617a}}))['body'][_0x124282(0x302)];}async[_0x279ea5(0x3cc)](_0x2e81a2){const _0x256ec0=_0x279ea5,_0x5ce78a=this['_getAPIPrefixPath']()+'/'+_0x2e81a2[_0x256ec0(0x5a1)]+_0x256ec0(0x301),_0x1e2444=await this[_0x256ec0(0x368)][_0x256ec0(0x3df)](_0x5ce78a,{'body':_0x2e81a2});return{'roles':_0x1e2444[_0x256ec0(0x1f1)][_0x256ec0(0x4d1)],'actions':_0x1e2444[_0x256ec0(0x1f1)][_0x256ec0(0x246)]};}async[_0x279ea5(0x1ce)](_0xf5a379){const _0x3a1b78=_0x279ea5,_0x1dec3e=this['_getAPIPrefixPath']()+_0x3a1b78(0x5fb);await this[_0x3a1b78(0x368)][_0x3a1b78(0x50e)](_0x1dec3e,{'params':{'collaboratorID':_0xf5a379[_0x3a1b78(0x249)],'objectID':_0xf5a379[_0x3a1b78(0x4fc)],'unitID':_0xf5a379[_0x3a1b78(0x2a6)]}});}async[_0x279ea5(0x506)](_0x57ba40){const _0x2a7e6a=_0x279ea5,_0x17a204=this[_0x2a7e6a(0x46b)]()+_0x2a7e6a(0x5fb);await this['_HTTPService'][_0x2a7e6a(0x271)](_0x17a204,{'body':_0x57ba40});}async[_0x279ea5(0x442)](_0x556812){const _0x1d39a6=_0x279ea5,_0x240cca=this[_0x1d39a6(0x46b)]()+_0x1d39a6(0x5fb);await this[_0x1d39a6(0x368)][_0x1d39a6(0x3df)](_0x240cca,{'body':_0x556812});}async[_0x279ea5(0x390)](_0x59417b){const _0x406fa1=_0x279ea5,_0x346100=this[_0x406fa1(0x46b)]()+_0x406fa1(0x5fb);return(await this[_0x406fa1(0x368)][_0x406fa1(0x42f)](_0x346100,{'params':{'objectID':_0x59417b[_0x406fa1(0x4fc)],'unitID':_0x59417b[_0x406fa1(0x2a6)]}}))['body'][_0x406fa1(0x2de)];}async['putCollaborators'](_0x154905){const _0x32975e=_0x279ea5,_0xbe57b0=this[_0x32975e(0x46b)]()+_0x32975e(0x5fb);await this[_0x32975e(0x368)]['put'](_0xbe57b0,{'body':_0x154905});}},_0x4e8834[_0x279ea5(0x637)]=_0x41248f([_0x4808a0(0x0,_0x2b7596['Inject'](_0x319e41[_0x279ea5(0x4e8)])),_0x4808a0(0x1,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x23a)]))],_0x4e8834[_0x279ea5(0x637)]);var _0x446007={'exports':{}};function _0x21f3e5(_0x422532){const _0x58c16a=_0x279ea5;throw new Error(_0x58c16a(0x19c)+_0x422532+_0x58c16a(0x646));}var _0x58c1a8={'exports':{}},_0x26ac75;function _0x3c314a(){const _0xe8c2fb=_0x279ea5;return _0x26ac75||(_0x26ac75=0x1,function(_0x4e7bf4,_0x4c8971){(function(_0x466be7,_0x17b4cc){const _0x14d6ac=_0x4ad9;_0x4e7bf4[_0x14d6ac(0x5da)]=_0x17b4cc();}(_0x551e8c,function(){var _0x20dd52=_0x20dd52||function(_0x47d954,_0x584d25){const _0x42958a=_0x4ad9;var _0x3408f2;if(typeof window<'u'&&window[_0x42958a(0x25c)]&&(_0x3408f2=window[_0x42958a(0x25c)]),typeof self<'u'&&self[_0x42958a(0x25c)]&&(_0x3408f2=self[_0x42958a(0x25c)]),typeof globalThis<'u'&&globalThis['crypto']&&(_0x3408f2=globalThis['crypto']),!_0x3408f2&&typeof window<'u'&&window[_0x42958a(0x2f5)]&&(_0x3408f2=window[_0x42958a(0x2f5)]),!_0x3408f2&&typeof _0x551e8c<'u'&&_0x551e8c[_0x42958a(0x25c)]&&(_0x3408f2=_0x551e8c[_0x42958a(0x25c)]),!_0x3408f2&&typeof _0x21f3e5==_0x42958a(0x363))try{_0x3408f2=require(_0x42958a(0x25c));}catch{}var _0x2e6b22=function(){const _0x50aed2=_0x42958a;if(_0x3408f2){if(typeof _0x3408f2[_0x50aed2(0x5bc)]==_0x50aed2(0x363))try{return _0x3408f2[_0x50aed2(0x5bc)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x3408f2[_0x50aed2(0x2cd)]=='function')try{return _0x3408f2[_0x50aed2(0x2cd)](0x4)[_0x50aed2(0x586)]();}catch{}}throw new Error(_0x50aed2(0x4ec));},_0x155cec=Object['create']||(function(){function _0x17f748(){}return function(_0x517b79){const _0x15a39e=_0x4ad9;var _0x16fa07;return _0x17f748[_0x15a39e(0x1cb)]=_0x517b79,_0x16fa07=new _0x17f748(),_0x17f748[_0x15a39e(0x1cb)]=null,_0x16fa07;};}()),_0x3869b8={},_0x2cb7c8=_0x3869b8['lib']={},_0x115b12=_0x2cb7c8[_0x42958a(0x287)]=(function(){return{'extend':function(_0x1c80e7){const _0x4dd593=_0x4ad9;var _0x3dd205=_0x155cec(this);return _0x1c80e7&&_0x3dd205[_0x4dd593(0x5e8)](_0x1c80e7),(!_0x3dd205[_0x4dd593(0x469)](_0x4dd593(0x1b8))||this[_0x4dd593(0x1b8)]===_0x3dd205[_0x4dd593(0x1b8)])&&(_0x3dd205[_0x4dd593(0x1b8)]=function(){const _0x5d3d7d=_0x4dd593;_0x3dd205['$super'][_0x5d3d7d(0x1b8)][_0x5d3d7d(0x4cd)](this,arguments);}),_0x3dd205[_0x4dd593(0x1b8)][_0x4dd593(0x1cb)]=_0x3dd205,_0x3dd205[_0x4dd593(0x5cb)]=this,_0x3dd205;},'create':function(){const _0x4468e7=_0x4ad9;var _0xaac4e7=this[_0x4468e7(0x459)]();return _0xaac4e7[_0x4468e7(0x1b8)][_0x4468e7(0x4cd)](_0xaac4e7,arguments),_0xaac4e7;},'init':function(){},'mixIn':function(_0x663d1c){const _0x4ca665=_0x4ad9;for(var _0x545d3c in _0x663d1c)_0x663d1c[_0x4ca665(0x469)](_0x545d3c)&&(this[_0x545d3c]=_0x663d1c[_0x545d3c]);_0x663d1c[_0x4ca665(0x469)](_0x4ca665(0x207))&&(this['toString']=_0x663d1c[_0x4ca665(0x207)]);},'clone':function(){const _0x251b48=_0x4ad9;return this[_0x251b48(0x1b8)][_0x251b48(0x1cb)][_0x251b48(0x459)](this);}};}()),_0x46eb67=_0x2cb7c8['WordArray']=_0x115b12[_0x42958a(0x459)]({'init':function(_0xab69bd,_0x3d0c40){const _0x4cce4e=_0x42958a;_0xab69bd=this[_0x4cce4e(0x1ff)]=_0xab69bd||[],_0x3d0c40!=_0x584d25?this[_0x4cce4e(0x48b)]=_0x3d0c40:this[_0x4cce4e(0x48b)]=_0xab69bd[_0x4cce4e(0x628)]*0x4;},'toString':function(_0x25c1a8){const _0x231537=_0x42958a;return(_0x25c1a8||_0x280f63)[_0x231537(0x50c)](this);},'concat':function(_0x44e258){const _0x1d18dc=_0x42958a;var _0x22c5cf=this[_0x1d18dc(0x1ff)],_0x50e387=_0x44e258['words'],_0xd6b291=this['sigBytes'],_0x3f8c4c=_0x44e258[_0x1d18dc(0x48b)];if(this['clamp'](),_0xd6b291%0x4)for(var _0x17f7b3=0x0;_0x17f7b3<_0x3f8c4c;_0x17f7b3++){var _0x19cdb0=_0x50e387[_0x17f7b3>>>0x2]>>>0x18-_0x17f7b3%0x4*0x8&0xff;_0x22c5cf[_0xd6b291+_0x17f7b3>>>0x2]|=_0x19cdb0<<0x18-(_0xd6b291+_0x17f7b3)%0x4*0x8;}else{for(var _0x2e3a3f=0x0;_0x2e3a3f<_0x3f8c4c;_0x2e3a3f+=0x4)_0x22c5cf[_0xd6b291+_0x2e3a3f>>>0x2]=_0x50e387[_0x2e3a3f>>>0x2];}return this[_0x1d18dc(0x48b)]+=_0x3f8c4c,this;},'clamp':function(){const _0x55c361=_0x42958a;var _0x4e66a9=this[_0x55c361(0x1ff)],_0x206cdf=this[_0x55c361(0x48b)];_0x4e66a9[_0x206cdf>>>0x2]&=0xffffffff<<0x20-_0x206cdf%0x4*0x8,_0x4e66a9['length']=_0x47d954[_0x55c361(0x5a8)](_0x206cdf/0x4);},'clone':function(){const _0x269c05=_0x42958a;var _0x200417=_0x115b12['clone'][_0x269c05(0x60d)](this);return _0x200417[_0x269c05(0x1ff)]=this[_0x269c05(0x1ff)][_0x269c05(0x60b)](0x0),_0x200417;},'random':function(_0x1954f5){const _0x5e1e26=_0x42958a;for(var _0x60cf5c=[],_0x5495d2=0x0;_0x5495d2<_0x1954f5;_0x5495d2+=0x4)_0x60cf5c[_0x5e1e26(0x564)](_0x2e6b22());return new _0x46eb67[(_0x5e1e26(0x1b8))](_0x60cf5c,_0x1954f5);}}),_0x506c16=_0x3869b8[_0x42958a(0x3fa)]={},_0x280f63=_0x506c16[_0x42958a(0x2b5)]={'stringify':function(_0x409b7d){const _0x130f8e=_0x42958a;for(var _0x5e7fc2=_0x409b7d[_0x130f8e(0x1ff)],_0x326b8d=_0x409b7d['sigBytes'],_0x1497f7=[],_0x913f99=0x0;_0x913f99<_0x326b8d;_0x913f99++){var _0x5f3ccc=_0x5e7fc2[_0x913f99>>>0x2]>>>0x18-_0x913f99%0x4*0x8&0xff;_0x1497f7['push']((_0x5f3ccc>>>0x4)[_0x130f8e(0x207)](0x10)),_0x1497f7[_0x130f8e(0x564)]((_0x5f3ccc&0xf)[_0x130f8e(0x207)](0x10));}return _0x1497f7[_0x130f8e(0x2d9)]('');},'parse':function(_0x13f827){const _0x8d9f3c=_0x42958a;for(var _0x465672=_0x13f827['length'],_0x39c54b=[],_0x3c91ce=0x0;_0x3c91ce<_0x465672;_0x3c91ce+=0x2)_0x39c54b[_0x3c91ce>>>0x3]|=parseInt(_0x13f827[_0x8d9f3c(0x2d2)](_0x3c91ce,0x2),0x10)<<0x18-_0x3c91ce%0x8*0x4;return new _0x46eb67[(_0x8d9f3c(0x1b8))](_0x39c54b,_0x465672/0x2);}},_0x3317e3=_0x506c16[_0x42958a(0x37d)]={'stringify':function(_0x28e571){const _0x545d0c=_0x42958a;for(var _0x561149=_0x28e571[_0x545d0c(0x1ff)],_0x38c911=_0x28e571['sigBytes'],_0x84ad43=[],_0x5f00a2=0x0;_0x5f00a2<_0x38c911;_0x5f00a2++){var _0x2bbea4=_0x561149[_0x5f00a2>>>0x2]>>>0x18-_0x5f00a2%0x4*0x8&0xff;_0x84ad43[_0x545d0c(0x564)](String['fromCharCode'](_0x2bbea4));}return _0x84ad43[_0x545d0c(0x2d9)]('');},'parse':function(_0x26cd77){const _0x4fc027=_0x42958a;for(var _0x16500d=_0x26cd77[_0x4fc027(0x628)],_0x3727ca=[],_0x463dc5=0x0;_0x463dc5<_0x16500d;_0x463dc5++)_0x3727ca[_0x463dc5>>>0x2]|=(_0x26cd77[_0x4fc027(0x583)](_0x463dc5)&0xff)<<0x18-_0x463dc5%0x4*0x8;return new _0x46eb67[(_0x4fc027(0x1b8))](_0x3727ca,_0x16500d);}},_0x23b796=_0x506c16['Utf8']={'stringify':function(_0x507a78){const _0x4cb019=_0x42958a;try{return decodeURIComponent(escape(_0x3317e3[_0x4cb019(0x50c)](_0x507a78)));}catch{throw new Error(_0x4cb019(0x4e6));}},'parse':function(_0x5ae662){const _0x59a174=_0x42958a;return _0x3317e3[_0x59a174(0x2aa)](unescape(encodeURIComponent(_0x5ae662)));}},_0x30ebd3=_0x2cb7c8[_0x42958a(0x595)]=_0x115b12['extend']({'reset':function(){const _0x4703e1=_0x42958a;this[_0x4703e1(0x57e)]=new _0x46eb67[(_0x4703e1(0x1b8))](),this[_0x4703e1(0x615)]=0x0;},'_append':function(_0x2c9cd2){const _0x409476=_0x42958a;typeof _0x2c9cd2=='string'&&(_0x2c9cd2=_0x23b796[_0x409476(0x2aa)](_0x2c9cd2)),this[_0x409476(0x57e)]['concat'](_0x2c9cd2),this[_0x409476(0x615)]+=_0x2c9cd2[_0x409476(0x48b)];},'_process':function(_0x15d9a0){const _0x2ba761=_0x42958a;var _0x47e5d1,_0x6a7600=this[_0x2ba761(0x57e)],_0x561146=_0x6a7600[_0x2ba761(0x1ff)],_0x55ad20=_0x6a7600[_0x2ba761(0x48b)],_0x33070=this['blockSize'],_0x32e777=_0x33070*0x4,_0x4f237c=_0x55ad20/_0x32e777;_0x15d9a0?_0x4f237c=_0x47d954[_0x2ba761(0x5a8)](_0x4f237c):_0x4f237c=_0x47d954['max']((_0x4f237c|0x0)-this[_0x2ba761(0x625)],0x0);var _0x3c1971=_0x4f237c*_0x33070,_0x105f21=_0x47d954[_0x2ba761(0x3b8)](_0x3c1971*0x4,_0x55ad20);if(_0x3c1971){for(var _0x538c29=0x0;_0x538c29<_0x3c1971;_0x538c29+=_0x33070)this[_0x2ba761(0x44b)](_0x561146,_0x538c29);_0x47e5d1=_0x561146[_0x2ba761(0x570)](0x0,_0x3c1971),_0x6a7600['sigBytes']-=_0x105f21;}return new _0x46eb67[(_0x2ba761(0x1b8))](_0x47e5d1,_0x105f21);},'clone':function(){const _0x21d910=_0x42958a;var _0x592ff6=_0x115b12[_0x21d910(0x20a)]['call'](this);return _0x592ff6[_0x21d910(0x57e)]=this[_0x21d910(0x57e)][_0x21d910(0x20a)](),_0x592ff6;},'_minBufferSize':0x0});_0x2cb7c8['Hasher']=_0x30ebd3[_0x42958a(0x459)]({'cfg':_0x115b12[_0x42958a(0x459)](),'init':function(_0x206b36){const _0x586e1a=_0x42958a;this[_0x586e1a(0x1a0)]=this['cfg'][_0x586e1a(0x459)](_0x206b36),this[_0x586e1a(0x35e)]();},'reset':function(){const _0x300c40=_0x42958a;_0x30ebd3['reset']['call'](this),this[_0x300c40(0x50f)]();},'update':function(_0x408af6){const _0x409832=_0x42958a;return this[_0x409832(0x55d)](_0x408af6),this[_0x409832(0x2c5)](),this;},'finalize':function(_0x4892e7){const _0x590d89=_0x42958a;_0x4892e7&&this[_0x590d89(0x55d)](_0x4892e7);var _0x161119=this[_0x590d89(0x591)]();return _0x161119;},'blockSize':0x10,'_createHelper':function(_0xf0ed00){return function(_0x1ad70f,_0x4db812){const _0x5f344b=_0x4ad9;return new _0xf0ed00[(_0x5f344b(0x1b8))](_0x4db812)[_0x5f344b(0x589)](_0x1ad70f);};},'_createHmacHelper':function(_0x27646d){return function(_0xf15b1,_0x564bba){const _0x68cba1=_0x4ad9;return new _0x1e8319[(_0x68cba1(0x510))]['init'](_0x27646d,_0x564bba)[_0x68cba1(0x589)](_0xf15b1);};}});var _0x1e8319=_0x3869b8[_0x42958a(0x59a)]={};return _0x3869b8;}(Math);return _0x20dd52;}));}(_0x58c1a8)),_0x58c1a8[_0xe8c2fb(0x5da)];}var _0x2cdef5={'exports':{}};(function(_0x526512,_0x5d8995){(function(_0x20913d,_0x383e33){const _0x26f51f=_0x4ad9;_0x526512[_0x26f51f(0x5da)]=_0x383e33(_0x3c314a());}(_0x551e8c,function(_0x59798f){const _0x54ae6e=_0x4ad9;return(function(){const _0x3eec43=_0x4ad9;var _0x455283=_0x59798f,_0x5aee93=_0x455283[_0x3eec43(0x449)],_0x21c640=_0x5aee93[_0x3eec43(0x1c3)],_0x317092=_0x455283['enc'];_0x317092[_0x3eec43(0x182)]={'stringify':function(_0x15fd20){const _0x5930c6=_0x3eec43;var _0x1d0b23=_0x15fd20[_0x5930c6(0x1ff)],_0x419c72=_0x15fd20[_0x5930c6(0x48b)],_0x1cd309=this[_0x5930c6(0x473)];_0x15fd20[_0x5930c6(0x253)]();for(var _0x2708fa=[],_0x326936=0x0;_0x326936<_0x419c72;_0x326936+=0x3)for(var _0x25af4c=_0x1d0b23[_0x326936>>>0x2]>>>0x18-_0x326936%0x4*0x8&0xff,_0x4aaa71=_0x1d0b23[_0x326936+0x1>>>0x2]>>>0x18-(_0x326936+0x1)%0x4*0x8&0xff,_0x4c4a03=_0x1d0b23[_0x326936+0x2>>>0x2]>>>0x18-(_0x326936+0x2)%0x4*0x8&0xff,_0x42a1d1=_0x25af4c<<0x10|_0x4aaa71<<0x8|_0x4c4a03,_0x31c9c3=0x0;_0x31c9c3<0x4&&_0x326936+_0x31c9c3*0.75<_0x419c72;_0x31c9c3++)_0x2708fa['push'](_0x1cd309['charAt'](_0x42a1d1>>>0x6*(0x3-_0x31c9c3)&0x3f));var _0x1d73ff=_0x1cd309[_0x5930c6(0x4dc)](0x40);if(_0x1d73ff){for(;_0x2708fa[_0x5930c6(0x628)]%0x4;)_0x2708fa[_0x5930c6(0x564)](_0x1d73ff);}return _0x2708fa[_0x5930c6(0x2d9)]('');},'parse':function(_0x1ed365){const _0x327be5=_0x3eec43;var _0x490b43=_0x1ed365['length'],_0xbae73f=this['_map'],_0x232e8b=this[_0x327be5(0x230)];if(!_0x232e8b){_0x232e8b=this['_reverseMap']=[];for(var _0x1ed960=0x0;_0x1ed960<_0xbae73f['length'];_0x1ed960++)_0x232e8b[_0xbae73f[_0x327be5(0x583)](_0x1ed960)]=_0x1ed960;}var _0x5afa8f=_0xbae73f[_0x327be5(0x4dc)](0x40);if(_0x5afa8f){var _0x4b13f9=_0x1ed365[_0x327be5(0x492)](_0x5afa8f);_0x4b13f9!==-0x1&&(_0x490b43=_0x4b13f9);}return _0x4782c4(_0x1ed365,_0x490b43,_0x232e8b);},'_map':_0x3eec43(0x1cd)};function _0x4782c4(_0x260329,_0x39d237,_0x51b4bf){const _0x1e5ed6=_0x3eec43;for(var _0x155e1f=[],_0x4102ed=0x0,_0x531b7c=0x0;_0x531b7c<_0x39d237;_0x531b7c++)if(_0x531b7c%0x4){var _0x5984e1=_0x51b4bf[_0x260329[_0x1e5ed6(0x583)](_0x531b7c-0x1)]<<_0x531b7c%0x4*0x2,_0x420c36=_0x51b4bf[_0x260329[_0x1e5ed6(0x583)](_0x531b7c)]>>>0x6-_0x531b7c%0x4*0x2,_0x3bb2c9=_0x5984e1|_0x420c36;_0x155e1f[_0x4102ed>>>0x2]|=_0x3bb2c9<<0x18-_0x4102ed%0x4*0x8,_0x4102ed++;}return _0x21c640['create'](_0x155e1f,_0x4102ed);}}()),_0x59798f[_0x54ae6e(0x3fa)][_0x54ae6e(0x182)];}));}(_0x2cdef5));var _0x25c376=_0x2cdef5[_0x279ea5(0x5da)];const _0x46299a=_0x3ee9e9(_0x25c376);var _0x48fd08={'exports':{}},_0x6c33eb;function _0x21ffdb(){return _0x6c33eb||(_0x6c33eb=0x1,function(_0x520d5b,_0x279859){(function(_0x39ef7b,_0x530a78){const _0x404395=_0x4ad9;_0x520d5b[_0x404395(0x5da)]=_0x530a78(_0x3c314a());}(_0x551e8c,function(_0x3b934a){return function(_0x4dc3dc){const _0x7ff839=_0x4ad9;var _0x3a0cc0=_0x3b934a,_0x470e54=_0x3a0cc0['lib'],_0x1cda89=_0x470e54[_0x7ff839(0x1c3)],_0x3b09ee=_0x470e54[_0x7ff839(0x31e)],_0x54d0d7=_0x3a0cc0[_0x7ff839(0x59a)],_0x7456dd=[];(function(){const _0x24c878=_0x7ff839;for(var _0x19121a=0x0;_0x19121a<0x40;_0x19121a++)_0x7456dd[_0x19121a]=_0x4dc3dc[_0x24c878(0x53e)](_0x4dc3dc['sin'](_0x19121a+0x1))*0x100000000|0x0;}());var _0x3be1bd=_0x54d0d7[_0x7ff839(0x2c4)]=_0x3b09ee[_0x7ff839(0x459)]({'_doReset':function(){const _0x25cee7=_0x7ff839;this[_0x25cee7(0x5e9)]=new _0x1cda89['init']([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x3dc401,_0x4aefbf){for(var _0x3f92c6=0x0;_0x3f92c6<0x10;_0x3f92c6++){var _0xb9fe25=_0x4aefbf+_0x3f92c6,_0x1ab111=_0x3dc401[_0xb9fe25];_0x3dc401[_0xb9fe25]=(_0x1ab111<<0x8|_0x1ab111>>>0x18)&0xff00ff|(_0x1ab111<<0x18|_0x1ab111>>>0x8)&0xff00ff00;}var _0x345c0e=this['_hash']['words'],_0x2f44dd=_0x3dc401[_0x4aefbf+0x0],_0x33cbe5=_0x3dc401[_0x4aefbf+0x1],_0x81f7ca=_0x3dc401[_0x4aefbf+0x2],_0xf31a7f=_0x3dc401[_0x4aefbf+0x3],_0x1c72ea=_0x3dc401[_0x4aefbf+0x4],_0x40ff4b=_0x3dc401[_0x4aefbf+0x5],_0x26b539=_0x3dc401[_0x4aefbf+0x6],_0x5b5003=_0x3dc401[_0x4aefbf+0x7],_0x1796bd=_0x3dc401[_0x4aefbf+0x8],_0x2b954c=_0x3dc401[_0x4aefbf+0x9],_0x18553e=_0x3dc401[_0x4aefbf+0xa],_0x29c9dc=_0x3dc401[_0x4aefbf+0xb],_0x388288=_0x3dc401[_0x4aefbf+0xc],_0x5c1452=_0x3dc401[_0x4aefbf+0xd],_0x3711ff=_0x3dc401[_0x4aefbf+0xe],_0x351fbc=_0x3dc401[_0x4aefbf+0xf],_0x40c4e3=_0x345c0e[0x0],_0x240457=_0x345c0e[0x1],_0xc9b826=_0x345c0e[0x2],_0x155326=_0x345c0e[0x3];_0x40c4e3=_0x29af9f(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x2f44dd,0x7,_0x7456dd[0x0]),_0x155326=_0x29af9f(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x33cbe5,0xc,_0x7456dd[0x1]),_0xc9b826=_0x29af9f(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x81f7ca,0x11,_0x7456dd[0x2]),_0x240457=_0x29af9f(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0xf31a7f,0x16,_0x7456dd[0x3]),_0x40c4e3=_0x29af9f(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x1c72ea,0x7,_0x7456dd[0x4]),_0x155326=_0x29af9f(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x40ff4b,0xc,_0x7456dd[0x5]),_0xc9b826=_0x29af9f(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x26b539,0x11,_0x7456dd[0x6]),_0x240457=_0x29af9f(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x5b5003,0x16,_0x7456dd[0x7]),_0x40c4e3=_0x29af9f(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x1796bd,0x7,_0x7456dd[0x8]),_0x155326=_0x29af9f(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x2b954c,0xc,_0x7456dd[0x9]),_0xc9b826=_0x29af9f(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x18553e,0x11,_0x7456dd[0xa]),_0x240457=_0x29af9f(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x29c9dc,0x16,_0x7456dd[0xb]),_0x40c4e3=_0x29af9f(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x388288,0x7,_0x7456dd[0xc]),_0x155326=_0x29af9f(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x5c1452,0xc,_0x7456dd[0xd]),_0xc9b826=_0x29af9f(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x3711ff,0x11,_0x7456dd[0xe]),_0x240457=_0x29af9f(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x351fbc,0x16,_0x7456dd[0xf]),_0x40c4e3=_0x3454c7(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x33cbe5,0x5,_0x7456dd[0x10]),_0x155326=_0x3454c7(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x26b539,0x9,_0x7456dd[0x11]),_0xc9b826=_0x3454c7(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x29c9dc,0xe,_0x7456dd[0x12]),_0x240457=_0x3454c7(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x2f44dd,0x14,_0x7456dd[0x13]),_0x40c4e3=_0x3454c7(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x40ff4b,0x5,_0x7456dd[0x14]),_0x155326=_0x3454c7(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x18553e,0x9,_0x7456dd[0x15]),_0xc9b826=_0x3454c7(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x351fbc,0xe,_0x7456dd[0x16]),_0x240457=_0x3454c7(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x1c72ea,0x14,_0x7456dd[0x17]),_0x40c4e3=_0x3454c7(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x2b954c,0x5,_0x7456dd[0x18]),_0x155326=_0x3454c7(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x3711ff,0x9,_0x7456dd[0x19]),_0xc9b826=_0x3454c7(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0xf31a7f,0xe,_0x7456dd[0x1a]),_0x240457=_0x3454c7(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x1796bd,0x14,_0x7456dd[0x1b]),_0x40c4e3=_0x3454c7(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x5c1452,0x5,_0x7456dd[0x1c]),_0x155326=_0x3454c7(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x81f7ca,0x9,_0x7456dd[0x1d]),_0xc9b826=_0x3454c7(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x5b5003,0xe,_0x7456dd[0x1e]),_0x240457=_0x3454c7(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x388288,0x14,_0x7456dd[0x1f]),_0x40c4e3=_0x23e8fa(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x40ff4b,0x4,_0x7456dd[0x20]),_0x155326=_0x23e8fa(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x1796bd,0xb,_0x7456dd[0x21]),_0xc9b826=_0x23e8fa(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x29c9dc,0x10,_0x7456dd[0x22]),_0x240457=_0x23e8fa(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x3711ff,0x17,_0x7456dd[0x23]),_0x40c4e3=_0x23e8fa(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x33cbe5,0x4,_0x7456dd[0x24]),_0x155326=_0x23e8fa(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x1c72ea,0xb,_0x7456dd[0x25]),_0xc9b826=_0x23e8fa(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x5b5003,0x10,_0x7456dd[0x26]),_0x240457=_0x23e8fa(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x18553e,0x17,_0x7456dd[0x27]),_0x40c4e3=_0x23e8fa(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x5c1452,0x4,_0x7456dd[0x28]),_0x155326=_0x23e8fa(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x2f44dd,0xb,_0x7456dd[0x29]),_0xc9b826=_0x23e8fa(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0xf31a7f,0x10,_0x7456dd[0x2a]),_0x240457=_0x23e8fa(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x26b539,0x17,_0x7456dd[0x2b]),_0x40c4e3=_0x23e8fa(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x2b954c,0x4,_0x7456dd[0x2c]),_0x155326=_0x23e8fa(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x388288,0xb,_0x7456dd[0x2d]),_0xc9b826=_0x23e8fa(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x351fbc,0x10,_0x7456dd[0x2e]),_0x240457=_0x23e8fa(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x81f7ca,0x17,_0x7456dd[0x2f]),_0x40c4e3=_0x397294(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x2f44dd,0x6,_0x7456dd[0x30]),_0x155326=_0x397294(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x5b5003,0xa,_0x7456dd[0x31]),_0xc9b826=_0x397294(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x3711ff,0xf,_0x7456dd[0x32]),_0x240457=_0x397294(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x40ff4b,0x15,_0x7456dd[0x33]),_0x40c4e3=_0x397294(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x388288,0x6,_0x7456dd[0x34]),_0x155326=_0x397294(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0xf31a7f,0xa,_0x7456dd[0x35]),_0xc9b826=_0x397294(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x18553e,0xf,_0x7456dd[0x36]),_0x240457=_0x397294(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x33cbe5,0x15,_0x7456dd[0x37]),_0x40c4e3=_0x397294(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x1796bd,0x6,_0x7456dd[0x38]),_0x155326=_0x397294(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x351fbc,0xa,_0x7456dd[0x39]),_0xc9b826=_0x397294(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x26b539,0xf,_0x7456dd[0x3a]),_0x240457=_0x397294(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x5c1452,0x15,_0x7456dd[0x3b]),_0x40c4e3=_0x397294(_0x40c4e3,_0x240457,_0xc9b826,_0x155326,_0x1c72ea,0x6,_0x7456dd[0x3c]),_0x155326=_0x397294(_0x155326,_0x40c4e3,_0x240457,_0xc9b826,_0x29c9dc,0xa,_0x7456dd[0x3d]),_0xc9b826=_0x397294(_0xc9b826,_0x155326,_0x40c4e3,_0x240457,_0x81f7ca,0xf,_0x7456dd[0x3e]),_0x240457=_0x397294(_0x240457,_0xc9b826,_0x155326,_0x40c4e3,_0x2b954c,0x15,_0x7456dd[0x3f]),_0x345c0e[0x0]=_0x345c0e[0x0]+_0x40c4e3|0x0,_0x345c0e[0x1]=_0x345c0e[0x1]+_0x240457|0x0,_0x345c0e[0x2]=_0x345c0e[0x2]+_0xc9b826|0x0,_0x345c0e[0x3]=_0x345c0e[0x3]+_0x155326|0x0;},'_doFinalize':function(){const _0xf6824c=_0x7ff839;var _0x5ce564=this[_0xf6824c(0x57e)],_0x43f37a=_0x5ce564['words'],_0x1284b0=this[_0xf6824c(0x615)]*0x8,_0x4e2a0c=_0x5ce564[_0xf6824c(0x48b)]*0x8;_0x43f37a[_0x4e2a0c>>>0x5]|=0x80<<0x18-_0x4e2a0c%0x20;var _0x3b267d=_0x4dc3dc['floor'](_0x1284b0/0x100000000),_0x13c03d=_0x1284b0;_0x43f37a[(_0x4e2a0c+0x40>>>0x9<<0x4)+0xf]=(_0x3b267d<<0x8|_0x3b267d>>>0x18)&0xff00ff|(_0x3b267d<<0x18|_0x3b267d>>>0x8)&0xff00ff00,_0x43f37a[(_0x4e2a0c+0x40>>>0x9<<0x4)+0xe]=(_0x13c03d<<0x8|_0x13c03d>>>0x18)&0xff00ff|(_0x13c03d<<0x18|_0x13c03d>>>0x8)&0xff00ff00,_0x5ce564[_0xf6824c(0x48b)]=(_0x43f37a[_0xf6824c(0x628)]+0x1)*0x4,this[_0xf6824c(0x2c5)]();for(var _0x2fe970=this['_hash'],_0x20199c=_0x2fe970[_0xf6824c(0x1ff)],_0x41d602=0x0;_0x41d602<0x4;_0x41d602++){var _0x27fd13=_0x20199c[_0x41d602];_0x20199c[_0x41d602]=(_0x27fd13<<0x8|_0x27fd13>>>0x18)&0xff00ff|(_0x27fd13<<0x18|_0x27fd13>>>0x8)&0xff00ff00;}return _0x2fe970;},'clone':function(){const _0x1c5a3f=_0x7ff839;var _0x3b2711=_0x3b09ee['clone'][_0x1c5a3f(0x60d)](this);return _0x3b2711['_hash']=this[_0x1c5a3f(0x5e9)][_0x1c5a3f(0x20a)](),_0x3b2711;}});function _0x29af9f(_0x160590,_0x1bcd72,_0x55774d,_0x484d03,_0x25875c,_0x3566c7,_0x4533e2){var _0x51aa0d=_0x160590+(_0x1bcd72&_0x55774d|~_0x1bcd72&_0x484d03)+_0x25875c+_0x4533e2;return(_0x51aa0d<<_0x3566c7|_0x51aa0d>>>0x20-_0x3566c7)+_0x1bcd72;}function _0x3454c7(_0x49b23e,_0x59c5c2,_0x42757b,_0x45deac,_0x4a5a38,_0x1b4141,_0x1712c9){var _0x46cb8c=_0x49b23e+(_0x59c5c2&_0x45deac|_0x42757b&~_0x45deac)+_0x4a5a38+_0x1712c9;return(_0x46cb8c<<_0x1b4141|_0x46cb8c>>>0x20-_0x1b4141)+_0x59c5c2;}function _0x23e8fa(_0x258609,_0xb99e70,_0x3de83c,_0x3ed1e9,_0x171c7c,_0x16d62f,_0x45d3aa){var _0xd6e35a=_0x258609+(_0xb99e70^_0x3de83c^_0x3ed1e9)+_0x171c7c+_0x45d3aa;return(_0xd6e35a<<_0x16d62f|_0xd6e35a>>>0x20-_0x16d62f)+_0xb99e70;}function _0x397294(_0x38b605,_0xf26660,_0x211f26,_0x13e468,_0x9dd2da,_0x146c9d,_0x46d264){var _0x375d65=_0x38b605+(_0x211f26^(_0xf26660|~_0x13e468))+_0x9dd2da+_0x46d264;return(_0x375d65<<_0x146c9d|_0x375d65>>>0x20-_0x146c9d)+_0xf26660;}_0x3a0cc0[_0x7ff839(0x2c4)]=_0x3b09ee['_createHelper'](_0x3be1bd),_0x3a0cc0[_0x7ff839(0x235)]=_0x3b09ee[_0x7ff839(0x3c8)](_0x3be1bd);}(Math),_0x3b934a['MD5'];}));}(_0x48fd08)),_0x48fd08['exports'];}var _0x1c995e={'exports':{}},_0x5a517c={'exports':{}},_0x16b235;function _0x48482a(){const _0x541b53=_0x279ea5;return _0x16b235||(_0x16b235=0x1,function(_0x2130b5,_0x26defc){(function(_0x32d227,_0x4af904){const _0x279bef=_0x4ad9;_0x2130b5[_0x279bef(0x5da)]=_0x4af904(_0x3c314a());}(_0x551e8c,function(_0x3ea6ed){const _0x47b441=_0x4ad9;return(function(){const _0x1aee3d=_0x4ad9;var _0xb91259=_0x3ea6ed,_0x5ce945=_0xb91259['lib'],_0xb8377=_0x5ce945[_0x1aee3d(0x1c3)],_0x1d7b14=_0x5ce945['Hasher'],_0x228150=_0xb91259[_0x1aee3d(0x59a)],_0x1b2347=[],_0x52125b=_0x228150[_0x1aee3d(0x470)]=_0x1d7b14[_0x1aee3d(0x459)]({'_doReset':function(){const _0x2706ed=_0x1aee3d;this[_0x2706ed(0x5e9)]=new _0xb8377['init']([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x2fd7a6,_0x3a04f0){const _0xfbc18f=_0x1aee3d;for(var _0x833580=this[_0xfbc18f(0x5e9)][_0xfbc18f(0x1ff)],_0x2d521b=_0x833580[0x0],_0x16a5a2=_0x833580[0x1],_0x78eb31=_0x833580[0x2],_0x3e6417=_0x833580[0x3],_0x24d108=_0x833580[0x4],_0x2a0b73=0x0;_0x2a0b73<0x50;_0x2a0b73++){if(_0x2a0b73<0x10)_0x1b2347[_0x2a0b73]=_0x2fd7a6[_0x3a04f0+_0x2a0b73]|0x0;else{var _0x2babda=_0x1b2347[_0x2a0b73-0x3]^_0x1b2347[_0x2a0b73-0x8]^_0x1b2347[_0x2a0b73-0xe]^_0x1b2347[_0x2a0b73-0x10];_0x1b2347[_0x2a0b73]=_0x2babda<<0x1|_0x2babda>>>0x1f;}var _0x38f6ab=(_0x2d521b<<0x5|_0x2d521b>>>0x1b)+_0x24d108+_0x1b2347[_0x2a0b73];_0x2a0b73<0x14?_0x38f6ab+=(_0x16a5a2&_0x78eb31|~_0x16a5a2&_0x3e6417)+0x5a827999:_0x2a0b73<0x28?_0x38f6ab+=(_0x16a5a2^_0x78eb31^_0x3e6417)+0x6ed9eba1:_0x2a0b73<0x3c?_0x38f6ab+=(_0x16a5a2&_0x78eb31|_0x16a5a2&_0x3e6417|_0x78eb31&_0x3e6417)-0x70e44324:_0x38f6ab+=(_0x16a5a2^_0x78eb31^_0x3e6417)-0x359d3e2a,_0x24d108=_0x3e6417,_0x3e6417=_0x78eb31,_0x78eb31=_0x16a5a2<<0x1e|_0x16a5a2>>>0x2,_0x16a5a2=_0x2d521b,_0x2d521b=_0x38f6ab;}_0x833580[0x0]=_0x833580[0x0]+_0x2d521b|0x0,_0x833580[0x1]=_0x833580[0x1]+_0x16a5a2|0x0,_0x833580[0x2]=_0x833580[0x2]+_0x78eb31|0x0,_0x833580[0x3]=_0x833580[0x3]+_0x3e6417|0x0,_0x833580[0x4]=_0x833580[0x4]+_0x24d108|0x0;},'_doFinalize':function(){const _0x1c5b1e=_0x1aee3d;var _0x508fb4=this[_0x1c5b1e(0x57e)],_0xe5cba5=_0x508fb4[_0x1c5b1e(0x1ff)],_0x394d35=this[_0x1c5b1e(0x615)]*0x8,_0x5373f0=_0x508fb4['sigBytes']*0x8;return _0xe5cba5[_0x5373f0>>>0x5]|=0x80<<0x18-_0x5373f0%0x20,_0xe5cba5[(_0x5373f0+0x40>>>0x9<<0x4)+0xe]=Math[_0x1c5b1e(0x297)](_0x394d35/0x100000000),_0xe5cba5[(_0x5373f0+0x40>>>0x9<<0x4)+0xf]=_0x394d35,_0x508fb4['sigBytes']=_0xe5cba5[_0x1c5b1e(0x628)]*0x4,this['_process'](),this[_0x1c5b1e(0x5e9)];},'clone':function(){const _0x2d23f1=_0x1aee3d;var _0x8e48d9=_0x1d7b14['clone']['call'](this);return _0x8e48d9['_hash']=this[_0x2d23f1(0x5e9)][_0x2d23f1(0x20a)](),_0x8e48d9;}});_0xb91259[_0x1aee3d(0x470)]=_0x1d7b14[_0x1aee3d(0x452)](_0x52125b),_0xb91259['HmacSHA1']=_0x1d7b14['_createHmacHelper'](_0x52125b);}()),_0x3ea6ed[_0x47b441(0x470)];}));}(_0x5a517c)),_0x5a517c[_0x541b53(0x5da)];}var _0x3b1a8e={'exports':{}},_0x3130a0;function _0x156586(){const _0x4cfedf=_0x279ea5;return _0x3130a0||(_0x3130a0=0x1,function(_0x19ac3c,_0x4087b0){(function(_0x44e626,_0x3d367e){const _0x582386=_0x4ad9;_0x19ac3c[_0x582386(0x5da)]=_0x3d367e(_0x3c314a());}(_0x551e8c,function(_0x5629b7){(function(){const _0x224e89=_0x4ad9;var _0x434ffa=_0x5629b7,_0x18b09f=_0x434ffa['lib'],_0x40a2fe=_0x18b09f['Base'],_0x30152c=_0x434ffa['enc'],_0x4785d0=_0x30152c[_0x224e89(0x2a9)],_0x415a6c=_0x434ffa[_0x224e89(0x59a)];_0x415a6c[_0x224e89(0x510)]=_0x40a2fe['extend']({'init':function(_0x57ce56,_0x34d99c){const _0x5870a2=_0x224e89;_0x57ce56=this[_0x5870a2(0x3bb)]=new _0x57ce56[(_0x5870a2(0x1b8))](),typeof _0x34d99c==_0x5870a2(0x408)&&(_0x34d99c=_0x4785d0[_0x5870a2(0x2aa)](_0x34d99c));var _0x1ed4be=_0x57ce56[_0x5870a2(0x5c1)],_0x5f01cd=_0x1ed4be*0x4;_0x34d99c[_0x5870a2(0x48b)]>_0x5f01cd&&(_0x34d99c=_0x57ce56[_0x5870a2(0x589)](_0x34d99c)),_0x34d99c[_0x5870a2(0x253)]();for(var _0x2071d9=this[_0x5870a2(0x1c7)]=_0x34d99c[_0x5870a2(0x20a)](),_0x3ff594=this['_iKey']=_0x34d99c[_0x5870a2(0x20a)](),_0x1af3dc=_0x2071d9[_0x5870a2(0x1ff)],_0x2858c0=_0x3ff594[_0x5870a2(0x1ff)],_0x1ea622=0x0;_0x1ea622<_0x1ed4be;_0x1ea622++)_0x1af3dc[_0x1ea622]^=0x5c5c5c5c,_0x2858c0[_0x1ea622]^=0x36363636;_0x2071d9[_0x5870a2(0x48b)]=_0x3ff594[_0x5870a2(0x48b)]=_0x5f01cd,this['reset']();},'reset':function(){const _0xa2274b=_0x224e89;var _0x3f569f=this[_0xa2274b(0x3bb)];_0x3f569f[_0xa2274b(0x35e)](),_0x3f569f[_0xa2274b(0x1a5)](this[_0xa2274b(0x282)]);},'update':function(_0x818cf6){const _0x11aab3=_0x224e89;return this['_hasher'][_0x11aab3(0x1a5)](_0x818cf6),this;},'finalize':function(_0x4dc05e){const _0x515ef7=_0x224e89;var _0x2ac422=this[_0x515ef7(0x3bb)],_0x4bafcc=_0x2ac422['finalize'](_0x4dc05e);_0x2ac422[_0x515ef7(0x35e)]();var _0x1a9415=_0x2ac422[_0x515ef7(0x589)](this[_0x515ef7(0x1c7)][_0x515ef7(0x20a)]()[_0x515ef7(0x4ed)](_0x4bafcc));return _0x1a9415;}});}());}));}(_0x3b1a8e)),_0x3b1a8e[_0x4cfedf(0x5da)];}var _0x83878b;function _0x1f0ee1(){const _0x44c21c=_0x279ea5;return _0x83878b||(_0x83878b=0x1,function(_0x52dfb1,_0x4536cc){(function(_0x32adf1,_0x3bfb77,_0x20041f){const _0x4c60f9=_0x4ad9;_0x52dfb1[_0x4c60f9(0x5da)]=_0x3bfb77(_0x3c314a(),_0x48482a(),_0x156586());}(_0x551e8c,function(_0x5cab3e){const _0x32afff=_0x4ad9;return(function(){const _0xba7f89=_0x4ad9;var _0x21fc44=_0x5cab3e,_0x1cdbbd=_0x21fc44[_0xba7f89(0x449)],_0x54729b=_0x1cdbbd[_0xba7f89(0x287)],_0x1de1bb=_0x1cdbbd[_0xba7f89(0x1c3)],_0x4ea120=_0x21fc44[_0xba7f89(0x59a)],_0x393604=_0x4ea120[_0xba7f89(0x2c4)],_0x4ffd55=_0x4ea120[_0xba7f89(0x5c6)]=_0x54729b[_0xba7f89(0x459)]({'cfg':_0x54729b[_0xba7f89(0x459)]({'keySize':0x80/0x20,'hasher':_0x393604,'iterations':0x1}),'init':function(_0x4636c3){const _0x3790f1=_0xba7f89;this[_0x3790f1(0x1a0)]=this[_0x3790f1(0x1a0)][_0x3790f1(0x459)](_0x4636c3);},'compute':function(_0x53d3fe,_0x5050ca){const _0x6590c8=_0xba7f89;for(var _0x2d9935,_0x5d3511=this[_0x6590c8(0x1a0)],_0x35509b=_0x5d3511[_0x6590c8(0x61c)][_0x6590c8(0x2b8)](),_0x233bea=_0x1de1bb['create'](),_0x3420e1=_0x233bea[_0x6590c8(0x1ff)],_0xca8b18=_0x5d3511[_0x6590c8(0x58f)],_0x27a308=_0x5d3511['iterations'];_0x3420e1['length']<_0xca8b18;){_0x2d9935&&_0x35509b[_0x6590c8(0x1a5)](_0x2d9935),_0x2d9935=_0x35509b['update'](_0x53d3fe)[_0x6590c8(0x589)](_0x5050ca),_0x35509b['reset']();for(var _0x514f35=0x1;_0x514f35<_0x27a308;_0x514f35++)_0x2d9935=_0x35509b[_0x6590c8(0x589)](_0x2d9935),_0x35509b[_0x6590c8(0x35e)]();_0x233bea[_0x6590c8(0x4ed)](_0x2d9935);}return _0x233bea[_0x6590c8(0x48b)]=_0xca8b18*0x4,_0x233bea;}});_0x21fc44['EvpKDF']=function(_0x164403,_0x25d255,_0x1006c3){const _0x1b92d5=_0xba7f89;return _0x4ffd55[_0x1b92d5(0x2b8)](_0x1006c3)[_0x1b92d5(0x3ec)](_0x164403,_0x25d255);};}()),_0x5cab3e[_0x32afff(0x5c6)];}));}(_0x1c995e)),_0x1c995e[_0x44c21c(0x5da)];}var _0x1a5510={'exports':{}},_0x58cf81;function _0x5a7bef(){const _0x51b4a2=_0x279ea5;return _0x58cf81||(_0x58cf81=0x1,function(_0x4d72bb,_0x404c18){(function(_0x5a2d62,_0x1ddadc,_0x2c7c05){const _0x4ccd44=_0x4ad9;_0x4d72bb[_0x4ccd44(0x5da)]=_0x1ddadc(_0x3c314a(),_0x1f0ee1());}(_0x551e8c,function(_0x4d69cb){const _0x1609fc=_0x4ad9;_0x4d69cb[_0x1609fc(0x449)][_0x1609fc(0x61d)]||function(_0x68e2fc){const _0x39b204=_0x1609fc;var _0x5473c5=_0x4d69cb,_0x5027e6=_0x5473c5[_0x39b204(0x449)],_0x16a061=_0x5027e6[_0x39b204(0x287)],_0x2819aa=_0x5027e6[_0x39b204(0x1c3)],_0x4374e3=_0x5027e6['BufferedBlockAlgorithm'],_0x4ab0ac=_0x5473c5[_0x39b204(0x3fa)];_0x4ab0ac[_0x39b204(0x2a9)];var _0x4129c3=_0x4ab0ac[_0x39b204(0x182)],_0x4abdc8=_0x5473c5[_0x39b204(0x59a)],_0x553551=_0x4abdc8[_0x39b204(0x5c6)],_0x49ab63=_0x5027e6[_0x39b204(0x61d)]=_0x4374e3['extend']({'cfg':_0x16a061['extend'](),'createEncryptor':function(_0x4129ba,_0x8d46){const _0x22f278=_0x39b204;return this[_0x22f278(0x2b8)](this[_0x22f278(0x3ab)],_0x4129ba,_0x8d46);},'createDecryptor':function(_0x422415,_0x95a489){const _0x578e13=_0x39b204;return this[_0x578e13(0x2b8)](this[_0x578e13(0x1bd)],_0x422415,_0x95a489);},'init':function(_0x48b19f,_0x5adf72,_0x3b4f33){const _0x440b4c=_0x39b204;this['cfg']=this[_0x440b4c(0x1a0)][_0x440b4c(0x459)](_0x3b4f33),this[_0x440b4c(0x24d)]=_0x48b19f,this[_0x440b4c(0x3db)]=_0x5adf72,this['reset']();},'reset':function(){const _0x35b74a=_0x39b204;_0x4374e3[_0x35b74a(0x35e)][_0x35b74a(0x60d)](this),this[_0x35b74a(0x50f)]();},'process':function(_0x3d11aa){const _0x58118e=_0x39b204;return this['_append'](_0x3d11aa),this[_0x58118e(0x2c5)]();},'finalize':function(_0x1e3005){const _0x1c9bd2=_0x39b204;_0x1e3005&&this[_0x1c9bd2(0x55d)](_0x1e3005);var _0xfdf8a3=this['_doFinalize']();return _0xfdf8a3;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x85fdee(_0x1dedae){const _0x544934=_0x4ad9;return typeof _0x1dedae==_0x544934(0x408)?_0x39ce16:_0xe3f14c;}return function(_0x1dde6f){return{'encrypt':function(_0x3ea5b5,_0x22fdcf,_0x1dfe1f){const _0x43e2db=_0x4ad9;return _0x85fdee(_0x22fdcf)[_0x43e2db(0x192)](_0x1dde6f,_0x3ea5b5,_0x22fdcf,_0x1dfe1f);},'decrypt':function(_0x28c894,_0x184be1,_0x1e70fa){const _0x3e4344=_0x4ad9;return _0x85fdee(_0x184be1)[_0x3e4344(0x225)](_0x1dde6f,_0x28c894,_0x184be1,_0x1e70fa);}};};}())});_0x5027e6[_0x39b204(0x626)]=_0x49ab63[_0x39b204(0x459)]({'_doFinalize':function(){var _0x25aa8b=this['_process'](!0x0);return _0x25aa8b;},'blockSize':0x1});var _0x3ba017=_0x5473c5[_0x39b204(0x47c)]={},_0x89f1cf=_0x5027e6['BlockCipherMode']=_0x16a061[_0x39b204(0x459)]({'createEncryptor':function(_0x48c9bb,_0x3e533f){const _0x53ec43=_0x39b204;return this[_0x53ec43(0x5a3)]['create'](_0x48c9bb,_0x3e533f);},'createDecryptor':function(_0x5790f6,_0x5cc631){const _0x204c44=_0x39b204;return this['Decryptor'][_0x204c44(0x2b8)](_0x5790f6,_0x5cc631);},'init':function(_0x3f1967,_0x35e515){const _0x3ce6c8=_0x39b204;this[_0x3ce6c8(0x188)]=_0x3f1967,this[_0x3ce6c8(0x5af)]=_0x35e515;}}),_0x40a066=_0x3ba017[_0x39b204(0x4ae)]=(function(){const _0x5b8a2d=_0x39b204;var _0x27773c=_0x89f1cf[_0x5b8a2d(0x459)]();_0x27773c['Encryptor']=_0x27773c[_0x5b8a2d(0x459)]({'processBlock':function(_0x2097ec,_0x5374ad){const _0x105196=_0x5b8a2d;var _0xf18cae=this[_0x105196(0x188)],_0x2a5817=_0xf18cae['blockSize'];_0x5169e5[_0x105196(0x60d)](this,_0x2097ec,_0x5374ad,_0x2a5817),_0xf18cae[_0x105196(0x1d7)](_0x2097ec,_0x5374ad),this['_prevBlock']=_0x2097ec[_0x105196(0x60b)](_0x5374ad,_0x5374ad+_0x2a5817);}}),_0x27773c['Decryptor']=_0x27773c[_0x5b8a2d(0x459)]({'processBlock':function(_0x196565,_0x4d0d0d){const _0x3f48b9=_0x5b8a2d;var _0xfb7046=this['_cipher'],_0x685a98=_0xfb7046['blockSize'],_0x4c91b4=_0x196565[_0x3f48b9(0x60b)](_0x4d0d0d,_0x4d0d0d+_0x685a98);_0xfb7046[_0x3f48b9(0x2ce)](_0x196565,_0x4d0d0d),_0x5169e5[_0x3f48b9(0x60d)](this,_0x196565,_0x4d0d0d,_0x685a98),this[_0x3f48b9(0x341)]=_0x4c91b4;}});function _0x5169e5(_0x114b33,_0x3e5489,_0x406efa){const _0x2f4bbc=_0x5b8a2d;var _0x990d7,_0x6a669=this[_0x2f4bbc(0x5af)];_0x6a669?(_0x990d7=_0x6a669,this[_0x2f4bbc(0x5af)]=_0x68e2fc):_0x990d7=this[_0x2f4bbc(0x341)];for(var _0x4f64ce=0x0;_0x4f64ce<_0x406efa;_0x4f64ce++)_0x114b33[_0x3e5489+_0x4f64ce]^=_0x990d7[_0x4f64ce];}return _0x27773c;}()),_0x1472a6=_0x5473c5[_0x39b204(0x4aa)]={},_0x2895a5=_0x1472a6[_0x39b204(0x352)]={'pad':function(_0x12fb4e,_0x52e786){const _0x528513=_0x39b204;for(var _0x1874fa=_0x52e786*0x4,_0x4ab1ae=_0x1874fa-_0x12fb4e[_0x528513(0x48b)]%_0x1874fa,_0x3025f5=_0x4ab1ae<<0x18|_0x4ab1ae<<0x10|_0x4ab1ae<<0x8|_0x4ab1ae,_0x2de016=[],_0x5a1cd9=0x0;_0x5a1cd9<_0x4ab1ae;_0x5a1cd9+=0x4)_0x2de016[_0x528513(0x564)](_0x3025f5);var _0x221e04=_0x2819aa['create'](_0x2de016,_0x4ab1ae);_0x12fb4e[_0x528513(0x4ed)](_0x221e04);},'unpad':function(_0x145c24){const _0x322287=_0x39b204;var _0x3de592=_0x145c24[_0x322287(0x1ff)][_0x145c24[_0x322287(0x48b)]-0x1>>>0x2]&0xff;_0x145c24[_0x322287(0x48b)]-=_0x3de592;}};_0x5027e6[_0x39b204(0x569)]=_0x49ab63['extend']({'cfg':_0x49ab63[_0x39b204(0x1a0)]['extend']({'mode':_0x40a066,'padding':_0x2895a5}),'reset':function(){const _0x4db569=_0x39b204;var _0x401dff;_0x49ab63[_0x4db569(0x35e)][_0x4db569(0x60d)](this);var _0x14438c=this['cfg'],_0x14eca3=_0x14438c['iv'],_0x8ed31a=_0x14438c[_0x4db569(0x47c)];this[_0x4db569(0x24d)]==this[_0x4db569(0x3ab)]?_0x401dff=_0x8ed31a['createEncryptor']:(_0x401dff=_0x8ed31a[_0x4db569(0x520)],this[_0x4db569(0x625)]=0x1),this[_0x4db569(0x634)]&&this['_mode'][_0x4db569(0x519)]==_0x401dff?this[_0x4db569(0x634)]['init'](this,_0x14eca3&&_0x14eca3[_0x4db569(0x1ff)]):(this[_0x4db569(0x634)]=_0x401dff[_0x4db569(0x60d)](_0x8ed31a,this,_0x14eca3&&_0x14eca3[_0x4db569(0x1ff)]),this[_0x4db569(0x634)][_0x4db569(0x519)]=_0x401dff);},'_doProcessBlock':function(_0xcd8b15,_0x1eb738){const _0x415a66=_0x39b204;this['_mode'][_0x415a66(0x529)](_0xcd8b15,_0x1eb738);},'_doFinalize':function(){const _0x3aef33=_0x39b204;var _0x42bb8e,_0x1f90e1=this[_0x3aef33(0x1a0)][_0x3aef33(0x549)];return this[_0x3aef33(0x24d)]==this[_0x3aef33(0x3ab)]?(_0x1f90e1[_0x3aef33(0x4aa)](this['_data'],this['blockSize']),_0x42bb8e=this['_process'](!0x0)):(_0x42bb8e=this['_process'](!0x0),_0x1f90e1[_0x3aef33(0x362)](_0x42bb8e)),_0x42bb8e;},'blockSize':0x80/0x20});var _0x3a67dd=_0x5027e6['CipherParams']=_0x16a061['extend']({'init':function(_0x37eef7){this['mixIn'](_0x37eef7);},'toString':function(_0x3b8dc4){const _0x3f20c4=_0x39b204;return(_0x3b8dc4||this[_0x3f20c4(0x53a)])[_0x3f20c4(0x50c)](this);}}),_0x418be2=_0x5473c5['format']={},_0x17d2ff=_0x418be2[_0x39b204(0x1de)]={'stringify':function(_0x2fe352){const _0x1ffaa4=_0x39b204;var _0x2e4d9c,_0xaba8c3=_0x2fe352[_0x1ffaa4(0x5eb)],_0x4d9f33=_0x2fe352[_0x1ffaa4(0x1b9)];return _0x4d9f33?_0x2e4d9c=_0x2819aa[_0x1ffaa4(0x2b8)]([0x53616c74,0x65645f5f])[_0x1ffaa4(0x4ed)](_0x4d9f33)[_0x1ffaa4(0x4ed)](_0xaba8c3):_0x2e4d9c=_0xaba8c3,_0x2e4d9c[_0x1ffaa4(0x207)](_0x4129c3);},'parse':function(_0x370df2){const _0x5aa674=_0x39b204;var _0x580fca,_0x2c4823=_0x4129c3[_0x5aa674(0x2aa)](_0x370df2),_0x1178c1=_0x2c4823[_0x5aa674(0x1ff)];return _0x1178c1[0x0]==0x53616c74&&_0x1178c1[0x1]==0x65645f5f&&(_0x580fca=_0x2819aa[_0x5aa674(0x2b8)](_0x1178c1[_0x5aa674(0x60b)](0x2,0x4)),_0x1178c1['splice'](0x0,0x4),_0x2c4823[_0x5aa674(0x48b)]-=0x10),_0x3a67dd[_0x5aa674(0x2b8)]({'ciphertext':_0x2c4823,'salt':_0x580fca});}},_0xe3f14c=_0x5027e6[_0x39b204(0x1d0)]=_0x16a061['extend']({'cfg':_0x16a061[_0x39b204(0x459)]({'format':_0x17d2ff}),'encrypt':function(_0x29b989,_0x19d069,_0x351621,_0x45d0d8){const _0xc5b877=_0x39b204;_0x45d0d8=this[_0xc5b877(0x1a0)][_0xc5b877(0x459)](_0x45d0d8);var _0x4b6fc8=_0x29b989[_0xc5b877(0x1f5)](_0x351621,_0x45d0d8),_0x42c0e7=_0x4b6fc8[_0xc5b877(0x589)](_0x19d069),_0x200bed=_0x4b6fc8[_0xc5b877(0x1a0)];return _0x3a67dd['create']({'ciphertext':_0x42c0e7,'key':_0x351621,'iv':_0x200bed['iv'],'algorithm':_0x29b989,'mode':_0x200bed[_0xc5b877(0x47c)],'padding':_0x200bed[_0xc5b877(0x549)],'blockSize':_0x29b989['blockSize'],'formatter':_0x45d0d8[_0xc5b877(0x1c0)]});},'decrypt':function(_0x2bc572,_0x45c853,_0x3fdf2c,_0x54c72b){const _0x737a9c=_0x39b204;_0x54c72b=this[_0x737a9c(0x1a0)]['extend'](_0x54c72b),_0x45c853=this[_0x737a9c(0x229)](_0x45c853,_0x54c72b[_0x737a9c(0x1c0)]);var _0x2974be=_0x2bc572['createDecryptor'](_0x3fdf2c,_0x54c72b)['finalize'](_0x45c853[_0x737a9c(0x5eb)]);return _0x2974be;},'_parse':function(_0x25c90d,_0x5d34b4){const _0x2e3b1b=_0x39b204;return typeof _0x25c90d=='string'?_0x5d34b4[_0x2e3b1b(0x2aa)](_0x25c90d,this):_0x25c90d;}}),_0x2508a4=_0x5473c5['kdf']={},_0x599314=_0x2508a4[_0x39b204(0x1de)]={'execute':function(_0x19690f,_0x2ffa7a,_0x17db7a,_0x5785ed,_0x3e6cf4){const _0x4d4324=_0x39b204;if(_0x5785ed||(_0x5785ed=_0x2819aa['random'](0x40/0x8)),_0x3e6cf4)var _0x49ece2=_0x553551[_0x4d4324(0x2b8)]({'keySize':_0x2ffa7a+_0x17db7a,'hasher':_0x3e6cf4})['compute'](_0x19690f,_0x5785ed);else var _0x49ece2=_0x553551['create']({'keySize':_0x2ffa7a+_0x17db7a})[_0x4d4324(0x3ec)](_0x19690f,_0x5785ed);var _0x4c0bfb=_0x2819aa[_0x4d4324(0x2b8)](_0x49ece2['words'][_0x4d4324(0x60b)](_0x2ffa7a),_0x17db7a*0x4);return _0x49ece2[_0x4d4324(0x48b)]=_0x2ffa7a*0x4,_0x3a67dd[_0x4d4324(0x2b8)]({'key':_0x49ece2,'iv':_0x4c0bfb,'salt':_0x5785ed});}},_0x39ce16=_0x5027e6[_0x39b204(0x600)]=_0xe3f14c[_0x39b204(0x459)]({'cfg':_0xe3f14c[_0x39b204(0x1a0)][_0x39b204(0x459)]({'kdf':_0x599314}),'encrypt':function(_0x34e626,_0x18983f,_0x2b984,_0xabadb2){const _0x151aff=_0x39b204;_0xabadb2=this[_0x151aff(0x1a0)]['extend'](_0xabadb2);var _0x7ad566=_0xabadb2[_0x151aff(0x480)][_0x151aff(0x402)](_0x2b984,_0x34e626[_0x151aff(0x58f)],_0x34e626[_0x151aff(0x5dd)],_0xabadb2[_0x151aff(0x1b9)],_0xabadb2['hasher']);_0xabadb2['iv']=_0x7ad566['iv'];var _0x444381=_0xe3f14c[_0x151aff(0x192)][_0x151aff(0x60d)](this,_0x34e626,_0x18983f,_0x7ad566[_0x151aff(0x310)],_0xabadb2);return _0x444381[_0x151aff(0x5e8)](_0x7ad566),_0x444381;},'decrypt':function(_0x24f70d,_0x34c822,_0x238093,_0x29fc4c){const _0x145b0d=_0x39b204;_0x29fc4c=this[_0x145b0d(0x1a0)][_0x145b0d(0x459)](_0x29fc4c),_0x34c822=this['_parse'](_0x34c822,_0x29fc4c[_0x145b0d(0x1c0)]);var _0x24dfbc=_0x29fc4c[_0x145b0d(0x480)][_0x145b0d(0x402)](_0x238093,_0x24f70d['keySize'],_0x24f70d[_0x145b0d(0x5dd)],_0x34c822[_0x145b0d(0x1b9)],_0x29fc4c[_0x145b0d(0x61c)]);_0x29fc4c['iv']=_0x24dfbc['iv'];var _0x519131=_0xe3f14c[_0x145b0d(0x225)]['call'](this,_0x24f70d,_0x34c822,_0x24dfbc[_0x145b0d(0x310)],_0x29fc4c);return _0x519131;}});}();}));}(_0x1a5510)),_0x1a5510[_0x51b4a2(0x5da)];}(function(_0xe2214c,_0x41a3ae){(function(_0xd5f34e,_0x569505,_0x392f43){const _0x1fc8f4=_0x4ad9;_0xe2214c[_0x1fc8f4(0x5da)]=_0x569505(_0x3c314a(),_0x25c376,_0x21ffdb(),_0x1f0ee1(),_0x5a7bef());}(_0x551e8c,function(_0x35ba0c){const _0x1efab1=_0x4ad9;return(function(){const _0x536afd=_0x4ad9;var _0x4801b9=_0x35ba0c,_0x43be3f=_0x4801b9['lib'],_0x1cb20f=_0x43be3f['BlockCipher'],_0x3c5d63=_0x4801b9[_0x536afd(0x59a)],_0x379976=[],_0x24907a=[],_0x48961d=[],_0x5dbb46=[],_0x4eb65d=[],_0x574a5e=[],_0x3e925c=[],_0x1ec5e9=[],_0x4afb20=[],_0x4ea698=[];(function(){for(var _0x3eadde=[],_0xc32b83=0x0;_0xc32b83<0x100;_0xc32b83++)_0xc32b83<0x80?_0x3eadde[_0xc32b83]=_0xc32b83<<0x1:_0x3eadde[_0xc32b83]=_0xc32b83<<0x1^0x11b;for(var _0x33f512=0x0,_0x1262ab=0x0,_0xc32b83=0x0;_0xc32b83<0x100;_0xc32b83++){var _0xb66012=_0x1262ab^_0x1262ab<<0x1^_0x1262ab<<0x2^_0x1262ab<<0x3^_0x1262ab<<0x4;_0xb66012=_0xb66012>>>0x8^_0xb66012&0xff^0x63,_0x379976[_0x33f512]=_0xb66012,_0x24907a[_0xb66012]=_0x33f512;var _0x54f8eb=_0x3eadde[_0x33f512],_0x3cb1c2=_0x3eadde[_0x54f8eb],_0x49c194=_0x3eadde[_0x3cb1c2],_0x52b189=_0x3eadde[_0xb66012]*0x101^_0xb66012*0x1010100;_0x48961d[_0x33f512]=_0x52b189<<0x18|_0x52b189>>>0x8,_0x5dbb46[_0x33f512]=_0x52b189<<0x10|_0x52b189>>>0x10,_0x4eb65d[_0x33f512]=_0x52b189<<0x8|_0x52b189>>>0x18,_0x574a5e[_0x33f512]=_0x52b189;var _0x52b189=_0x49c194*0x1010101^_0x3cb1c2*0x10001^_0x54f8eb*0x101^_0x33f512*0x1010100;_0x3e925c[_0xb66012]=_0x52b189<<0x18|_0x52b189>>>0x8,_0x1ec5e9[_0xb66012]=_0x52b189<<0x10|_0x52b189>>>0x10,_0x4afb20[_0xb66012]=_0x52b189<<0x8|_0x52b189>>>0x18,_0x4ea698[_0xb66012]=_0x52b189,_0x33f512?(_0x33f512=_0x54f8eb^_0x3eadde[_0x3eadde[_0x3eadde[_0x49c194^_0x54f8eb]]],_0x1262ab^=_0x3eadde[_0x3eadde[_0x1262ab]]):_0x33f512=_0x1262ab=0x1;}}());var _0xe99996=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x9a995f=_0x3c5d63[_0x536afd(0x227)]=_0x1cb20f[_0x536afd(0x459)]({'_doReset':function(){const _0x522780=_0x536afd;var _0x5d95cb;if(!(this['_nRounds']&&this[_0x522780(0x197)]===this[_0x522780(0x3db)])){for(var _0x792b50=this[_0x522780(0x197)]=this[_0x522780(0x3db)],_0x426fb0=_0x792b50[_0x522780(0x1ff)],_0x34c18a=_0x792b50['sigBytes']/0x4,_0x458ea1=this[_0x522780(0x1c2)]=_0x34c18a+0x6,_0xadde07=(_0x458ea1+0x1)*0x4,_0x548e37=this['_keySchedule']=[],_0x2eb27d=0x0;_0x2eb27d<_0xadde07;_0x2eb27d++)_0x2eb27d<_0x34c18a?_0x548e37[_0x2eb27d]=_0x426fb0[_0x2eb27d]:(_0x5d95cb=_0x548e37[_0x2eb27d-0x1],_0x2eb27d%_0x34c18a?_0x34c18a>0x6&&_0x2eb27d%_0x34c18a==0x4&&(_0x5d95cb=_0x379976[_0x5d95cb>>>0x18]<<0x18|_0x379976[_0x5d95cb>>>0x10&0xff]<<0x10|_0x379976[_0x5d95cb>>>0x8&0xff]<<0x8|_0x379976[_0x5d95cb&0xff]):(_0x5d95cb=_0x5d95cb<<0x8|_0x5d95cb>>>0x18,_0x5d95cb=_0x379976[_0x5d95cb>>>0x18]<<0x18|_0x379976[_0x5d95cb>>>0x10&0xff]<<0x10|_0x379976[_0x5d95cb>>>0x8&0xff]<<0x8|_0x379976[_0x5d95cb&0xff],_0x5d95cb^=_0xe99996[_0x2eb27d/_0x34c18a|0x0]<<0x18),_0x548e37[_0x2eb27d]=_0x548e37[_0x2eb27d-_0x34c18a]^_0x5d95cb);for(var _0x5acf3c=this[_0x522780(0x38a)]=[],_0x52192e=0x0;_0x52192e<_0xadde07;_0x52192e++){var _0x2eb27d=_0xadde07-_0x52192e;if(_0x52192e%0x4)var _0x5d95cb=_0x548e37[_0x2eb27d];else var _0x5d95cb=_0x548e37[_0x2eb27d-0x4];_0x52192e<0x4||_0x2eb27d<=0x4?_0x5acf3c[_0x52192e]=_0x5d95cb:_0x5acf3c[_0x52192e]=_0x3e925c[_0x379976[_0x5d95cb>>>0x18]]^_0x1ec5e9[_0x379976[_0x5d95cb>>>0x10&0xff]]^_0x4afb20[_0x379976[_0x5d95cb>>>0x8&0xff]]^_0x4ea698[_0x379976[_0x5d95cb&0xff]];}}},'encryptBlock':function(_0x323042,_0x240bfd){this['_doCryptBlock'](_0x323042,_0x240bfd,this['_keySchedule'],_0x48961d,_0x5dbb46,_0x4eb65d,_0x574a5e,_0x379976);},'decryptBlock':function(_0x5f43fa,_0x4a0cfd){const _0x2b9b7a=_0x536afd;var _0x153ecb=_0x5f43fa[_0x4a0cfd+0x1];_0x5f43fa[_0x4a0cfd+0x1]=_0x5f43fa[_0x4a0cfd+0x3],_0x5f43fa[_0x4a0cfd+0x3]=_0x153ecb,this[_0x2b9b7a(0x2a3)](_0x5f43fa,_0x4a0cfd,this[_0x2b9b7a(0x38a)],_0x3e925c,_0x1ec5e9,_0x4afb20,_0x4ea698,_0x24907a);var _0x153ecb=_0x5f43fa[_0x4a0cfd+0x1];_0x5f43fa[_0x4a0cfd+0x1]=_0x5f43fa[_0x4a0cfd+0x3],_0x5f43fa[_0x4a0cfd+0x3]=_0x153ecb;},'_doCryptBlock':function(_0x510943,_0x5d18ff,_0x529ae5,_0x468f05,_0x5667bf,_0x51f52f,_0x5ac87c,_0x118133){for(var _0x1d39e5=this['_nRounds'],_0x27170a=_0x510943[_0x5d18ff]^_0x529ae5[0x0],_0x42b16e=_0x510943[_0x5d18ff+0x1]^_0x529ae5[0x1],_0x3537c7=_0x510943[_0x5d18ff+0x2]^_0x529ae5[0x2],_0x50b664=_0x510943[_0x5d18ff+0x3]^_0x529ae5[0x3],_0x4a5ae7=0x4,_0x22add7=0x1;_0x22add7<_0x1d39e5;_0x22add7++){var _0x5b812e=_0x468f05[_0x27170a>>>0x18]^_0x5667bf[_0x42b16e>>>0x10&0xff]^_0x51f52f[_0x3537c7>>>0x8&0xff]^_0x5ac87c[_0x50b664&0xff]^_0x529ae5[_0x4a5ae7++],_0x12a9c2=_0x468f05[_0x42b16e>>>0x18]^_0x5667bf[_0x3537c7>>>0x10&0xff]^_0x51f52f[_0x50b664>>>0x8&0xff]^_0x5ac87c[_0x27170a&0xff]^_0x529ae5[_0x4a5ae7++],_0x1e23d5=_0x468f05[_0x3537c7>>>0x18]^_0x5667bf[_0x50b664>>>0x10&0xff]^_0x51f52f[_0x27170a>>>0x8&0xff]^_0x5ac87c[_0x42b16e&0xff]^_0x529ae5[_0x4a5ae7++],_0x39cdeb=_0x468f05[_0x50b664>>>0x18]^_0x5667bf[_0x27170a>>>0x10&0xff]^_0x51f52f[_0x42b16e>>>0x8&0xff]^_0x5ac87c[_0x3537c7&0xff]^_0x529ae5[_0x4a5ae7++];_0x27170a=_0x5b812e,_0x42b16e=_0x12a9c2,_0x3537c7=_0x1e23d5,_0x50b664=_0x39cdeb;}var _0x5b812e=(_0x118133[_0x27170a>>>0x18]<<0x18|_0x118133[_0x42b16e>>>0x10&0xff]<<0x10|_0x118133[_0x3537c7>>>0x8&0xff]<<0x8|_0x118133[_0x50b664&0xff])^_0x529ae5[_0x4a5ae7++],_0x12a9c2=(_0x118133[_0x42b16e>>>0x18]<<0x18|_0x118133[_0x3537c7>>>0x10&0xff]<<0x10|_0x118133[_0x50b664>>>0x8&0xff]<<0x8|_0x118133[_0x27170a&0xff])^_0x529ae5[_0x4a5ae7++],_0x1e23d5=(_0x118133[_0x3537c7>>>0x18]<<0x18|_0x118133[_0x50b664>>>0x10&0xff]<<0x10|_0x118133[_0x27170a>>>0x8&0xff]<<0x8|_0x118133[_0x42b16e&0xff])^_0x529ae5[_0x4a5ae7++],_0x39cdeb=(_0x118133[_0x50b664>>>0x18]<<0x18|_0x118133[_0x27170a>>>0x10&0xff]<<0x10|_0x118133[_0x42b16e>>>0x8&0xff]<<0x8|_0x118133[_0x3537c7&0xff])^_0x529ae5[_0x4a5ae7++];_0x510943[_0x5d18ff]=_0x5b812e,_0x510943[_0x5d18ff+0x1]=_0x12a9c2,_0x510943[_0x5d18ff+0x2]=_0x1e23d5,_0x510943[_0x5d18ff+0x3]=_0x39cdeb;},'keySize':0x100/0x20});_0x4801b9[_0x536afd(0x227)]=_0x1cb20f[_0x536afd(0x452)](_0x9a995f);}()),_0x35ba0c[_0x1efab1(0x227)];}));}(_0x446007));var _0x35d74d=_0x446007[_0x279ea5(0x5da)];const _0x379666=_0x3ee9e9(_0x35d74d);var _0x24e6a9={'exports':{}};(function(_0x1ee9e9,_0xf1c69){(function(_0x1ef381,_0x5f3650){const _0x1bd62e=_0x4ad9;_0x1ee9e9[_0x1bd62e(0x5da)]=_0x5f3650(_0x3c314a());}(_0x551e8c,function(_0x5cbd1d){const _0x1cc9c7=_0x4ad9;return _0x5cbd1d[_0x1cc9c7(0x3fa)]['Utf8'];}));}(_0x24e6a9));var _0x3a2528=_0x24e6a9[_0x279ea5(0x5da)];const _0x3d3bb7=_0x3ee9e9(_0x3a2528);var _0x47cd76={'exports':{}};(function(_0x1c5a75,_0x3581d9){(function(_0x40eba4,_0x61a365){const _0x354e76=_0x4ad9;_0x1c5a75[_0x354e76(0x5da)]=_0x61a365(_0x3c314a());}(_0x551e8c,function(_0x5d677b){const _0xadc486=_0x4ad9;return(function(){const _0x5b5ec2=_0x4ad9;if(typeof ArrayBuffer==_0x5b5ec2(0x363)){var _0x82644a=_0x5d677b,_0x159d28=_0x82644a[_0x5b5ec2(0x449)],_0x122970=_0x159d28[_0x5b5ec2(0x1c3)],_0x3f435d=_0x122970[_0x5b5ec2(0x1b8)],_0x764e4a=_0x122970[_0x5b5ec2(0x1b8)]=function(_0x34cdb8){const _0x185129=_0x5b5ec2;if(_0x34cdb8 instanceof ArrayBuffer&&(_0x34cdb8=new Uint8Array(_0x34cdb8)),(_0x34cdb8 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x34cdb8 instanceof Uint8ClampedArray||_0x34cdb8 instanceof Int16Array||_0x34cdb8 instanceof Uint16Array||_0x34cdb8 instanceof Int32Array||_0x34cdb8 instanceof Uint32Array||_0x34cdb8 instanceof Float32Array||_0x34cdb8 instanceof Float64Array)&&(_0x34cdb8=new Uint8Array(_0x34cdb8[_0x185129(0x50a)],_0x34cdb8[_0x185129(0x34d)],_0x34cdb8[_0x185129(0x40e)])),_0x34cdb8 instanceof Uint8Array){for(var _0x3f3885=_0x34cdb8['byteLength'],_0x4de6a1=[],_0x348449=0x0;_0x348449<_0x3f3885;_0x348449++)_0x4de6a1[_0x348449>>>0x2]|=_0x34cdb8[_0x348449]<<0x18-_0x348449%0x4*0x8;_0x3f435d[_0x185129(0x60d)](this,_0x4de6a1,_0x3f3885);}else _0x3f435d[_0x185129(0x4cd)](this,arguments);};_0x764e4a[_0x5b5ec2(0x1cb)]=_0x122970;}}()),_0x5d677b[_0xadc486(0x449)]['WordArray'];}));}(_0x47cd76));var _0x484495=_0x47cd76[_0x279ea5(0x5da)];const _0x2b021b=_0x3ee9e9(_0x484495);var _0x41af7e={'exports':{}};(function(_0x3e9589,_0x146e72){(function(_0x48e25e,_0x51d60c,_0x263030){const _0x2b6ac2=_0x4ad9;_0x3e9589[_0x2b6ac2(0x5da)]=_0x51d60c(_0x3c314a(),_0x5a7bef());}(_0x551e8c,function(_0xe5ad22){const _0x3d5543=_0x4ad9;return _0xe5ad22[_0x3d5543(0x4aa)]['NoPadding']={'pad':function(){},'unpad':function(){}},_0xe5ad22[_0x3d5543(0x4aa)]['NoPadding'];}));}(_0x41af7e));var _0x233c4c=_0x41af7e[_0x279ea5(0x5da)];const _0xf70641=_0x3ee9e9(_0x233c4c);function _0x3dcb66(_0x1fd348,_0x5991e9){const _0x437236=_0x279ea5,_0x1ee44e=_0x5991e9-_0x1fd348[_0x437236(0x628)]%_0x5991e9,_0x3eef4c=String['fromCharCode'](_0x1ee44e)[_0x437236(0x62f)](_0x1ee44e);return _0x1fd348+_0x3eef4c;}function _0x533859(_0x1124ad,_0xda7499){const _0x286e07=_0x279ea5,_0x1b0979=_0x2b021b[_0x286e07(0x563)](0x10),_0xe04a48=_0x3dcb66(_0x1124ad,0x10),_0x599628=_0x379666[_0x286e07(0x192)](_0x3d3bb7[_0x286e07(0x2aa)](_0xe04a48),_0x46299a[_0x286e07(0x2aa)](_0xda7499),{'iv':_0x1b0979,'padding':_0xf70641});return _0x1b0979[_0x286e07(0x4ed)](_0x599628[_0x286e07(0x5eb)])[_0x286e07(0x207)](_0x46299a);}function _0x4f1204(){const _0x2d342b=_0x279ea5,_0x40eb59=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)[_0x2d342b(0x59e)];if(_0x40eb59){const _0x5e5d7d={'time':Math[_0x2d342b(0x297)](Date[_0x2d342b(0x1d5)]()/0x3e8),'domain':location[_0x2d342b(0x32b)]};return _0x533859(JSON[_0x2d342b(0x50c)](_0x5e5d7d),_0x40eb59);}}var _0x18b298=Object[_0x279ea5(0x4f4)],_0x4081c3=Object['getOwnPropertyDescriptor'],_0x55c89d=(_0x87e804,_0x1a29b0,_0x5dbf40,_0x134cfb)=>{const _0x4aa87b=_0x279ea5;for(var _0x14c940=_0x134cfb>0x1?void 0x0:_0x134cfb?_0x4081c3(_0x1a29b0,_0x5dbf40):_0x1a29b0,_0x2102bc=_0x87e804[_0x4aa87b(0x628)]-0x1,_0x2cfb41;_0x2102bc>=0x0;_0x2102bc--)(_0x2cfb41=_0x87e804[_0x2102bc])&&(_0x14c940=(_0x134cfb?_0x2cfb41(_0x1a29b0,_0x5dbf40,_0x14c940):_0x2cfb41(_0x14c940))||_0x14c940);return _0x134cfb&&_0x14c940&&_0x18b298(_0x1a29b0,_0x5dbf40,_0x14c940),_0x14c940;},_0x4bd7cc=(_0x40ead9,_0x4c4382)=>(_0x2ba741,_0x27f5da)=>_0x4c4382(_0x2ba741,_0x27f5da,_0x40ead9);let _0xa60d92=class{constructor(_0x2b19e6){const _0x38b79b=_0x279ea5;this['_httpService']=_0x2b19e6,this[_0x38b79b(0x288)]();}['_initRequestHeader'](){const _0x4dbb44=_0x279ea5;this[_0x4dbb44(0x278)][_0x4dbb44(0x22c)]({'interceptor':(_0x1918ea,_0x4cb906)=>{const _0x258739=_0x4dbb44,_0x1c598f=_0x1918ea[_0x258739(0x482)],_0xab9907=_0x4f1204();return _0xab9907&&_0x1c598f[_0x258739(0x33b)]('x-univer-host',_0xab9907),_0x4cb906(_0x1918ea);}});}};_0xa60d92=_0x55c89d([_0x4bd7cc(0x0,_0x2b7596['Inject'](_0x319e41[_0x279ea5(0x4e8)]))],_0xa60d92);var _0x44e94e=Object[_0x279ea5(0x4f4)],_0x2bf3a7=Object['getOwnPropertyDescriptor'],_0x2ee72b=(_0x2fc846,_0x42f2ab,_0x22aeb3,_0x15ecb7)=>{for(var _0xdd36bb=_0x15ecb7>0x1?void 0x0:_0x15ecb7?_0x2bf3a7(_0x42f2ab,_0x22aeb3):_0x42f2ab,_0x59d8ea=_0x2fc846['length']-0x1,_0x559f68;_0x59d8ea>=0x0;_0x59d8ea--)(_0x559f68=_0x2fc846[_0x59d8ea])&&(_0xdd36bb=(_0x15ecb7?_0x559f68(_0x42f2ab,_0x22aeb3,_0xdd36bb):_0x559f68(_0xdd36bb))||_0xdd36bb);return _0x15ecb7&&_0xdd36bb&&_0x44e94e(_0x42f2ab,_0x22aeb3,_0xdd36bb),_0xdd36bb;},_0x265311=(_0x31023f,_0x146ea5)=>(_0x5f583e,_0xa2b760)=>_0x146ea5(_0x5f583e,_0xa2b760,_0x31023f);const _0x2acf84=['image/png',_0x279ea5(0x31f),_0x279ea5(0x50d),_0x279ea5(0x63f),'image/bmp'],_0x23e71a=0x5*0x400*0x400,_0x515681='EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY',_0x535e0c='/universer-api/stream/file/upload',_0x4cc868=_0x279ea5(0x5c0),_0x323851=_0x279ea5(0x283);_0x4e8834['ImageIoService']=class{constructor(_0x404d40,_0x414d5b,_0x1f0473){const _0x5113a0=_0x279ea5;_0x2f3a83(this,'_waitCount',0x0),_0x2f3a83(this,_0x5113a0(0x542),new _0x2d8475[(_0x5113a0(0x1ab))]()),_0x2f3a83(this,'change$',this[_0x5113a0(0x542)]),_0x2f3a83(this,_0x5113a0(0x213),new Map()),(this['_httpService']=_0x404d40,this['_configService']=_0x414d5b,this[_0x5113a0(0x356)]=_0x1f0473);}[_0x279ea5(0x250)](_0x4f4791){const _0xc24568=_0x279ea5;this[_0xc24568(0x308)]=_0x4f4791,this[_0xc24568(0x542)][_0xc24568(0x4ee)](_0x4f4791);}[_0x279ea5(0x2b3)](_0x50bd79,_0x403411){const _0x31ed59=_0x279ea5;if(_0x403411===_0x1a542b[_0x31ed59(0x552)]['BASE64']){const _0x2c9c51=new Image();return _0x2c9c51[_0x31ed59(0x524)]=_0x50bd79,_0x2c9c51;}return this[_0x31ed59(0x213)][_0x31ed59(0x42f)](_0x50bd79);}[_0x279ea5(0x382)](_0x42a3ab,_0x2d8466,_0x31159e){const _0x4513bc=_0x279ea5;_0x2d8466===_0x1a542b['ImageSourceType'][_0x4513bc(0x46d)]||_0x31159e==null||this[_0x4513bc(0x213)][_0x4513bc(0x33b)](_0x42a3ab,_0x31159e);}async[_0x279ea5(0x502)](_0x1027c8){const _0x5c508d=_0x279ea5;try{const _0x459a82=this['_replaceFileID'](this[_0x5c508d(0x242)](),''+_0x1027c8),_0x5250e6=(await this[_0x5c508d(0x278)][_0x5c508d(0x42f)](_0x459a82))[_0x5c508d(0x1f1)];if(_0x5250e6['error']&&_0x5250e6[_0x5c508d(0x5b9)][_0x5c508d(0x371)]===_0x3546a2['OK']){const _0x2ffb3f=new URL(_0x5250e6['url'],this[_0x5c508d(0x5cf)]())[_0x5c508d(0x207)]();return Promise[_0x5c508d(0x3d5)](_0x2ffb3f);}return Promise[_0x5c508d(0x403)](_0x5250e6[_0x5c508d(0x5b9)]);}catch(_0x23cfab){return Promise[_0x5c508d(0x403)](_0x23cfab);}}async[_0x279ea5(0x601)](_0x16bb71){const _0x4089d2=_0x279ea5;let _0x366d19='';if(!_0x2acf84[_0x4089d2(0x5c7)](_0x16bb71[_0x4089d2(0x413)]))return this[_0x4089d2(0x4e4)](),Promise[_0x4089d2(0x403)](new Error(_0x1a542b['ImageUploadStatusType'][_0x4089d2(0x579)]));if(_0x16bb71[_0x4089d2(0x41c)]>_0x23e71a)return this[_0x4089d2(0x4e4)](),Promise[_0x4089d2(0x403)](new Error(_0x1a542b[_0x4089d2(0x432)][_0x4089d2(0x4c1)]));try{const _0x424f56=new FormData();_0x424f56[_0x4089d2(0x454)]('file',_0x16bb71);const _0x451101=this['_univerInstanceService']['getFocusedUnit'](),_0x306e31=_0x451101==null?void 0x0:_0x451101[_0x4089d2(0x26c)]();if(!_0x306e31)throw new Error('unitId\x20is\x20not\x20found');const _0xd62add=this[_0x4089d2(0x560)]()+_0x4089d2(0x571)+_0x16bb71[_0x4089d2(0x41c)][_0x4089d2(0x207)]()+_0x4089d2(0x28e)+_0x513bce[_0x4089d2(0x191)]+'&assign='+encodeURIComponent(_0x306e31),_0x4ac015=await(await fetch(_0xd62add,{'method':_0x4089d2(0x437),'body':_0x424f56}))[_0x4089d2(0x265)]();if(typeof _0x4ac015[_0x4089d2(0x3fe)]!=_0x4089d2(0x408))return this[_0x4089d2(0x4e4)](),Promise[_0x4089d2(0x403)](new Error(_0x1a542b[_0x4089d2(0x432)][_0x4089d2(0x4c3)]));_0x366d19=_0x4ac015[_0x4089d2(0x3fe)];}catch{return this[_0x4089d2(0x4e4)](),Promise['reject'](new Error(_0x1a542b[_0x4089d2(0x432)][_0x4089d2(0x4c3)]));}return new Promise((_0xe1b6ff,_0x4aa8ac)=>{const _0x42b5ed=_0x4089d2,_0x8a4140=new FileReader();_0x8a4140[_0x42b5ed(0x337)](_0x16bb71),_0x8a4140[_0x42b5ed(0x5f6)]=_0x463c71=>{const _0x42c922=_0x42b5ed;var _0x10bcb5;const _0x255b95=(_0x10bcb5=_0x463c71[_0x42c922(0x18b)])==null?void 0x0:_0x10bcb5['result'];if(_0x255b95==null){this[_0x42c922(0x4e4)](),_0x4aa8ac(new Error(_0x1a542b[_0x42c922(0x432)][_0x42c922(0x4c3)]));return;}const _0x20c52a=_0x2b7596['Tools'][_0x42c922(0x635)](0x6);_0xe1b6ff({'imageId':_0x20c52a,'imageSourceType':_0x1a542b[_0x42c922(0x552)]['UUID'],'source':_0x366d19,'base64Cache':_0x255b95,'status':_0x1a542b[_0x42c922(0x432)][_0x42c922(0x181)]}),this['_decreaseWaiting']();};});}[_0x279ea5(0x560)](){const _0x24c832=_0x279ea5;var _0x1b7353,_0x10416a;const _0x184c10=this[_0x24c832(0x3ed)][_0x24c832(0x3c2)](_0x515681),_0x7201bf=this[_0x24c832(0x3ed)][_0x24c832(0x3c2)](_0x363980);return(_0x10416a=(_0x1b7353=_0x7201bf==null?void 0x0:_0x7201bf[_0x24c832(0x4a0)])!=null?_0x1b7353:_0x184c10)!=null?_0x10416a:_0x535e0c;}[_0x279ea5(0x242)](){const _0x1e9dae=_0x279ea5;var _0x2cd3e9,_0x5899db;const _0x18d3fe=this[_0x1e9dae(0x3ed)][_0x1e9dae(0x3c2)](_0x4cc868),_0x5a9ae9=this['_configService'][_0x1e9dae(0x3c2)](_0x363980);return(_0x5899db=(_0x2cd3e9=_0x5a9ae9==null?void 0x0:_0x5a9ae9['signUrlServerUrl'])!=null?_0x2cd3e9:_0x18d3fe)!=null?_0x5899db:_0x323851;}[_0x279ea5(0x5cf)](){const _0x5f36db=_0x279ea5;var _0x21c2ee;const _0x3e4a34=this[_0x5f36db(0x3ed)]['getConfig'](_0x363980);return(_0x21c2ee=_0x3e4a34==null?void 0x0:_0x3e4a34[_0x5f36db(0x512)])!=null?_0x21c2ee:location[_0x5f36db(0x5f0)];}[_0x279ea5(0x2d3)](_0x43f492,_0x558c57){const _0x546327=_0x279ea5;return _0x43f492['replace'](_0x546327(0x1e3),_0x558c57);}['_decreaseWaiting'](){const _0x2f95a6=_0x279ea5;this[_0x2f95a6(0x308)]-=0x1,this[_0x2f95a6(0x542)]['next'](this[_0x2f95a6(0x308)]);}},_0x4e8834[_0x279ea5(0x647)]=_0x2ee72b([_0x265311(0x0,_0x2b7596[_0x279ea5(0x33d)](_0x319e41['HTTPService'])),_0x265311(0x1,_0x2b7596[_0x279ea5(0x23a)]),_0x265311(0x2,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x411)]))],_0x4e8834[_0x279ea5(0x647)]);var _0x38bd77=Object[_0x279ea5(0x4f4)],_0xba34d7=Object[_0x279ea5(0x43f)],_0x540a50=(_0x5b24ce,_0x577977,_0x56e105,_0x352fb0)=>{const _0x37f90e=_0x279ea5;for(var _0x302e46=_0x352fb0>0x1?void 0x0:_0x352fb0?_0xba34d7(_0x577977,_0x56e105):_0x577977,_0x6521fc=_0x5b24ce[_0x37f90e(0x628)]-0x1,_0x1acecb;_0x6521fc>=0x0;_0x6521fc--)(_0x1acecb=_0x5b24ce[_0x6521fc])&&(_0x302e46=(_0x352fb0?_0x1acecb(_0x577977,_0x56e105,_0x302e46):_0x1acecb(_0x302e46))||_0x302e46);return _0x352fb0&&_0x302e46&&_0x38bd77(_0x577977,_0x56e105,_0x302e46),_0x302e46;},_0x7a7241=(_0x396b09,_0x143e2f)=>(_0x144eb5,_0x500a24)=>_0x143e2f(_0x144eb5,_0x500a24,_0x396b09);let _0x3ae2cd=class extends _0x2b7596[_0x279ea5(0x202)]{constructor(_0x4e89b6,_0x59f732,_0x48fae6,_0x412aa2,_0x54987f){const _0x3f7d79=_0x279ea5;super(),this[_0x3f7d79(0x36b)]=_0x4e89b6,this[_0x3f7d79(0x356)]=_0x59f732,this[_0x3f7d79(0x41a)]=_0x48fae6,this[_0x3f7d79(0x303)]=_0x412aa2,this[_0x3f7d79(0x217)]=_0x54987f,this['_initUnitPermissionChange'](),this['_initCloseConn']();}['_initCloseConn'](){const _0x17664a=_0x279ea5,_0x32e40d=async _0x1d93e8=>{const _0x5a1d1d=_0x4ad9;(await this[_0x5a1d1d(0x303)][_0x5a1d1d(0x41f)](_0x1d93e8))[_0x5a1d1d(0x63a)]['pipe'](_0x1ed7ad[_0x5a1d1d(0x2cf)](_0xccb593=>_0xccb593['eventID']===_0x1730a2[_0x5a1d1d(0x489)][_0x5a1d1d(0x46c)]),_0x1ed7ad[_0x5a1d1d(0x2f9)](this['dispose$']))['subscribe'](_0x496dd4=>{const _0x5e5400=_0x5a1d1d,_0x3608e7=_0x496dd4,{reason:_0x3f6d7d}=_0x3608e7['data'];this['_injector'][_0x5e5400(0x42f)](_0x1b8378[_0x5e5400(0x4bb)])[_0x5e5400(0x463)]({'type':_0x5783a6[_0x5e5400(0x584)]['Error'],'content':this['_localeService']['t'](_0x5e5400(0x35b))+'('+_0x3f6d7d+')'}),this['_permissionService'][_0x5e5400(0x577)](new _0x5763b6[(_0x5e5400(0x2fb))](_0x1d93e8)['id'],!0x1),this[_0x5e5400(0x303)][_0x5e5400(0x4b9)](_0x1d93e8);});};_0x2d8475[_0x17664a(0x392)](this['_univerInstanceService'][_0x17664a(0x2f3)](_0x2b7596[_0x17664a(0x55a)]['UNIVER_SHEET']),this[_0x17664a(0x356)][_0x17664a(0x2f3)](_0x2b7596['UniverInstanceType']['UNIVER_DOC']))[_0x17664a(0x2f2)](_0x1ed7ad[_0x17664a(0x485)](_0x25e542=>_0x25e542[_0x17664a(0x26c)]()),_0x1ed7ad[_0x17664a(0x2cf)](_0x4ca644=>!_0x2b7596['isInternalEditorID'](_0x4ca644)),_0x1ed7ad[_0x17664a(0x2f9)](this[_0x17664a(0x2b1)]))[_0x17664a(0x4c8)](_0x1cc76d=>{_0x32e40d(_0x1cc76d);});}[_0x279ea5(0x313)](){const _0x7e5a0e=_0x279ea5,_0x461c58=async _0x5874fd=>{const _0x17d26b=_0x4ad9;(await this['_collaborationSessionService'][_0x17d26b(0x41f)](_0x5874fd))['event$'][_0x17d26b(0x2f2)](_0x1ed7ad['filter'](_0x53bcaa=>_0x53bcaa[_0x17d26b(0x4a5)]===_0x1730a2['CollaborationEvent'][_0x17d26b(0x581)]),_0x1ed7ad[_0x17d26b(0x2f9)](this[_0x17d26b(0x2b1)]))['subscribe'](_0xb1b6df=>{const _0x1a88d3=_0x17d26b,_0x4c1584=_0xb1b6df,{objectId:_0x14c777}=_0x4c1584[_0x1a88d3(0x5de)],_0x5290dd=this['_injector'][_0x1a88d3(0x42f)](_0x50d13b[_0x1a88d3(0x23e)]);_0x14c777===_0x5874fd?_0x5290dd[_0x1a88d3(0x2b2)](_0x5874fd):_0x5290dd[_0x1a88d3(0x397)](_0x5874fd,_0x14c777);});};_0x2d8475['merge'](this[_0x7e5a0e(0x356)][_0x7e5a0e(0x2f3)](_0x2b7596[_0x7e5a0e(0x55a)][_0x7e5a0e(0x1ac)]),this['_univerInstanceService'][_0x7e5a0e(0x2f3)](_0x2b7596[_0x7e5a0e(0x55a)][_0x7e5a0e(0x1c4)]))['pipe'](_0x1ed7ad[_0x7e5a0e(0x485)](_0x50cb11=>_0x50cb11[_0x7e5a0e(0x26c)]()),_0x1ed7ad['filter'](_0x5d0990=>!_0x2b7596['isInternalEditorID'](_0x5d0990)),_0x1ed7ad[_0x7e5a0e(0x2f9)](this[_0x7e5a0e(0x2b1)]))['subscribe'](_0x12cc3b=>{_0x461c58(_0x12cc3b);});}};_0x3ae2cd=_0x540a50([_0x7a7241(0x0,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596['Injector'])),_0x7a7241(0x1,_0x2b7596[_0x279ea5(0x411)]),_0x7a7241(0x2,_0x2b7596[_0x279ea5(0x5e5)]),_0x7a7241(0x3,_0x2b7596[_0x279ea5(0x33d)](_0x4e8834['CollaborationSessionService'])),_0x7a7241(0x4,_0x2b7596[_0x279ea5(0x33d)](_0x2b7596[_0x279ea5(0x5ad)]))],_0x3ae2cd);var _0x1b988e=Object[_0x279ea5(0x4f4)],_0x2477a2=Object[_0x279ea5(0x43f)],_0x1c4219=(_0x2fd176,_0x316633,_0x58c631,_0x3c4b2b)=>{for(var _0x2f72bc=_0x3c4b2b>0x1?void 0x0:_0x3c4b2b?_0x2477a2(_0x316633,_0x58c631):_0x316633,_0x534031=_0x2fd176['length']-0x1,_0x223827;_0x534031>=0x0;_0x534031--)(_0x223827=_0x2fd176[_0x534031])&&(_0x2f72bc=(_0x3c4b2b?_0x223827(_0x316633,_0x58c631,_0x2f72bc):_0x223827(_0x2f72bc))||_0x2f72bc);return _0x3c4b2b&&_0x2f72bc&&_0x1b988e(_0x316633,_0x58c631,_0x2f72bc),_0x2f72bc;},_0x263e86=(_0x28d9a9,_0x27129c)=>(_0x3793a3,_0x21b6ce)=>_0x27129c(_0x3793a3,_0x21b6ce,_0x28d9a9);_0x4e8834['SnapshotServerOverHTTPService']=class{constructor(_0x54e2e4,_0x3ae248){const _0x6cb844=_0x279ea5;this[_0x6cb844(0x3ed)]=_0x54e2e4,this[_0x6cb844(0x278)]=_0x3ae248;}async[_0x279ea5(0x1bc)](_0x21fdec,_0x384cdc){const _0x493df3=_0x279ea5;var _0x38a745;const {unitID:_0x102b91,type:_0x3bf81f,revision:_0x5fced5=0x0}=_0x384cdc,_0x6e94a4=this[_0x493df3(0x2b4)]()+'/'+_0x3bf81f+'/unit/'+_0x102b91+_0x493df3(0x3da)+_0x5fced5,_0x4d046e=(await this[_0x493df3(0x278)][_0x493df3(0x42f)](_0x6e94a4))[_0x493df3(0x1f1)],_0x3e5455=(_0x38a745=_0x4d046e[_0x493df3(0x27d)])==null?void 0x0:_0x38a745[_0x493df3(0x57b)];if(_0x3e5455){const _0x2ff5a1=_0x3e5455==null?void 0x0:_0x3e5455['originalMeta'],_0x129e86=_0x1730a2[_0x493df3(0x196)]['encode'](_0x1730a2[_0x493df3(0x2ad)](_0x2ff5a1));_0x3e5455[_0x493df3(0x617)]=_0x129e86,Object[_0x493df3(0x5e6)](_0x3e5455[_0x493df3(0x481)])[_0x493df3(0x38f)](([,_0x2ff6a4])=>{const _0x31347b=_0x493df3,_0x41dd12=_0x2ff6a4[_0x31347b(0x617)],_0x35e143=_0x1730a2[_0x31347b(0x196)][_0x31347b(0x458)](_0x1730a2[_0x31347b(0x2ad)](_0x41dd12));_0x2ff6a4['originalMeta']=_0x35e143;});}return _0x4d046e;}async['getSheetBlock'](_0x30d9c1,_0x592b78){const _0x51fdf4=_0x279ea5,{unitID:_0x429f0a,type:_0x10699d,blockID:_0x4172db}=_0x592b78,_0x45e2d1=this[_0x51fdf4(0x37f)]()+'/'+_0x10699d+_0x51fdf4(0x320)+_0x429f0a+_0x51fdf4(0x64b)+_0x4172db;return(await this[_0x51fdf4(0x278)][_0x51fdf4(0x42f)](_0x45e2d1))[_0x51fdf4(0x1f1)];}async[_0x279ea5(0x1ef)](_0x41ef0f,_0x4de332){const _0x522a60=_0x279ea5,{unitID:_0x40885f,type:_0x2a851c,blockID:_0x218f9c}=_0x4de332,_0x3ef90e=this[_0x522a60(0x37f)]()+_0x522a60(0x64b)+_0x2a851c+_0x522a60(0x320)+_0x40885f+_0x522a60(0x64b)+_0x218f9c;return(await this[_0x522a60(0x278)]['get'](_0x3ef90e))[_0x522a60(0x1f1)];}async[_0x279ea5(0x407)](_0x45b2f7,_0x1578ff){const _0x23e037=_0x279ea5,{unitID:_0x4ccbbc,type:_0x156297,from:_0x3e7553,to:_0x31ba12}=_0x1578ff,_0x447a46=this[_0x23e037(0x37f)]()+'/'+_0x156297+_0x23e037(0x320)+_0x4ccbbc+'/fetchmissing?from='+_0x3e7553+_0x23e037(0x51c)+_0x31ba12;return(await this[_0x23e037(0x278)][_0x23e037(0x42f)](_0x447a46))['body'];}[_0x279ea5(0x2b4)](){const _0x98fbd=_0x279ea5;var _0x4eb53f;return(_0x4eb53f=this[_0x98fbd(0x3ed)][_0x98fbd(0x3c2)](_0x3f83d9))!=null?_0x4eb53f:this['_getAPIPrefix']();}[_0x279ea5(0x37f)](){const _0x40b259=_0x279ea5;var _0x4790b0,_0x33d47e;const _0x40dc38=this[_0x40b259(0x3ed)]['getConfig'](_0x21974b),_0x2edd43=this['_configService'][_0x40b259(0x3c2)](_0x363980);return(_0x33d47e=(_0x4790b0=_0x2edd43==null?void 0x0:_0x2edd43['snapshotServerUrl'])!=null?_0x4790b0:_0x40dc38)!=null?_0x33d47e:_0x474b7b;}async[_0x279ea5(0x2e6)](_0x517bba,_0x1df7d0){const _0x5789fe=_0x279ea5,_0x232a64=_0x5789fe(0x406)+_0x1df7d0[_0x5789fe(0x413)]+_0x5789fe(0x320)+_0x1df7d0['unitID']+_0x5789fe(0x32d);return(await this[_0x5789fe(0x278)][_0x5789fe(0x42f)](_0x232a64,{'params':{'resourceId':JSON[_0x5789fe(0x50c)](_0x1df7d0['resourceIDs'])}}))['body'];}[_0x279ea5(0x1b4)](){const _0x27ed1f=_0x279ea5;throw new Error(_0x27ed1f(0x37b));}[_0x279ea5(0x641)](){const _0x3abf23=_0x279ea5;throw new Error(_0x3abf23(0x37b));}[_0x279ea5(0x642)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x279ea5(0x3e0)](){const _0x5ce0c0=_0x279ea5;throw new Error(_0x5ce0c0(0x37b));}[_0x279ea5(0x1eb)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}},_0x4e8834[_0x279ea5(0x259)]=_0x1c4219([_0x263e86(0x0,_0x2b7596['IConfigService']),_0x263e86(0x1,_0x2b7596['Inject'](_0x319e41['HTTPService']))],_0x4e8834[_0x279ea5(0x259)]);var _0x5ad06d=Object[_0x279ea5(0x4f4)],_0x457c4a=Object[_0x279ea5(0x43f)],_0x541e5e=(_0x1b2101,_0x51581a,_0x1d998f,_0x20eefa)=>{const _0x4bda19=_0x279ea5;for(var _0x397818=_0x20eefa>0x1?void 0x0:_0x20eefa?_0x457c4a(_0x51581a,_0x1d998f):_0x51581a,_0x153fc6=_0x1b2101[_0x4bda19(0x628)]-0x1,_0x5058dc;_0x153fc6>=0x0;_0x153fc6--)(_0x5058dc=_0x1b2101[_0x153fc6])&&(_0x397818=(_0x20eefa?_0x5058dc(_0x51581a,_0x1d998f,_0x397818):_0x5058dc(_0x397818))||_0x397818);return _0x20eefa&&_0x397818&&_0x5ad06d(_0x51581a,_0x1d998f,_0x397818),_0x397818;},_0x423a27=(_0x1589c2,_0x47e84a)=>(_0x594a7f,_0x37fe1e)=>_0x47e84a(_0x594a7f,_0x37fe1e,_0x1589c2);let _0x93b2e8=class extends _0x2b7596['LocalUndoRedoService']{constructor(_0x490f20,_0x556bb9,_0x5c0509,_0x15e102,_0x5d24cf){const _0x555481=_0x279ea5;super(_0x490f20,_0x556bb9,_0x5c0509),this['_transformService']=_0x15e102,this[_0x555481(0x2a5)]=_0x5d24cf;}[_0x279ea5(0x56c)](_0x24cbdf,_0x47b31a){const _0x32d6fa=_0x279ea5,_0x1b21e4=this[_0x32d6fa(0x260)](_0x24cbdf);if(_0x1b21e4)try{const _0x17b184=this[_0x32d6fa(0x237)](_0x1b21e4,_0x47b31a);this[_0x32d6fa(0x3a2)](_0x24cbdf,_0x17b184);}catch(_0x53a1df){this['_logService'][_0x32d6fa(0x5b9)]('[CollaborationUndoRedoService]',_0x53a1df),this[_0x32d6fa(0x5d3)](_0x24cbdf);}const _0x575a3e=this[_0x32d6fa(0x2c8)](_0x24cbdf);if(_0x575a3e)try{const _0x16fb1a=this[_0x32d6fa(0x237)](_0x575a3e,_0x47b31a);this[_0x32d6fa(0x58d)](_0x24cbdf,_0x16fb1a);}catch(_0xfd4634){this['_logService'][_0x32d6fa(0x5b9)](_0xfd4634),this[_0x32d6fa(0x4f3)](_0x24cbdf);}}['_clearUndo'](_0x2e985a){const _0x66acb5=_0x279ea5,_0x23583d=this[_0x66acb5(0x260)](_0x2e985a);_0x23583d&&(_0x23583d[_0x66acb5(0x628)]=0x0,this['_updateStatus']());}[_0x279ea5(0x4f3)](_0x25566d){const _0x4d362f=_0x279ea5,_0x56f67c=this[_0x4d362f(0x2c8)](_0x25566d);_0x56f67c&&(_0x56f67c[_0x4d362f(0x628)]=0x0,this[_0x4d362f(0x494)]());}[_0x279ea5(0x3a2)](_0x6d6db8,_0x1e8813){const _0x3fe522=_0x279ea5;this[_0x3fe522(0x5e4)][_0x3fe522(0x33b)](_0x6d6db8,_0x1e8813),this[_0x3fe522(0x494)]();}[_0x279ea5(0x58d)](_0x142994,_0x12be6b){const _0x1c3443=_0x279ea5;this[_0x1c3443(0x3ca)][_0x1c3443(0x33b)](_0x142994,_0x12be6b),this[_0x1c3443(0x494)]();}['_transformStack'](_0x3e3196,_0x546030){const _0x2a0706=_0x279ea5,_0x58965d=[];let _0x175cb6=_0x546030,_0x35bd35=_0x546030;for(let _0x201404=_0x3e3196[_0x2a0706(0x628)]-0x1;_0x201404>=0x0;_0x201404--){const {unitID:_0x54b10d,undoMutations:_0x2ed5cd,redoMutations:_0x388d31}=_0x3e3196[_0x201404],_0x17b106=this['_transformService'][_0x2a0706(0x523)](_0x175cb6,_0x2ed5cd),_0x857abe=this[_0x2a0706(0x1ee)][_0x2a0706(0x523)](_0x35bd35,_0x388d31);if(_0x1730a2[_0x2a0706(0x592)](_0x17b106)||_0x1730a2['isTransformMutationsWithChangesetFailure'](_0x857abe)){this[_0x2a0706(0x2a5)][_0x2a0706(0x5b9)]('[CollaborationUndoRedoService]',_0x2a0706(0x20d),_0x17b106,_0x857abe);break;}_0x175cb6=_0x17b106[_0x2a0706(0x639)],_0x35bd35=_0x857abe['c1Prime'],_0x58965d[_0x2a0706(0x564)]({'unitID':_0x54b10d,'undoMutations':_0x17b106['m2Prime'],'redoMutations':_0x857abe[_0x2a0706(0x53d)]});}return _0x58965d[_0x2a0706(0x228)]();}};_0x93b2e8=_0x541e5e([_0x423a27(0x0,_0x2b7596[_0x279ea5(0x411)]),_0x423a27(0x1,_0x2b7596['ICommandService']),_0x423a27(0x2,_0x2b7596[_0x279ea5(0x364)]),_0x423a27(0x3,_0x1730a2[_0x279ea5(0x58c)]),_0x423a27(0x4,_0x2b7596[_0x279ea5(0x248)])],_0x93b2e8);class _0x1873f5 extends _0x2b7596[_0x279ea5(0x202)]{constructor(){const _0x7dff00=_0x279ea5;super(),_0x2f3a83(this,_0x7dff00(0x338)),this['urlChange$']=_0x2d8475[_0x7dff00(0x2f8)](window,_0x7dff00(0x1ae))[_0x7dff00(0x2f2)](_0x2d8475[_0x7dff00(0x2f9)](this[_0x7dff00(0x2b1)]),_0x2d8475['shareReplay'](0x1),_0x2d8475[_0x7dff00(0x187)](void 0x0));}[_0x279ea5(0x547)](_0x5e0e8e,_0x1e5da4,_0x3b26f4=!0x1){const _0x5719b8=_0x279ea5,_0x4d2e5c=new URL(window[_0x5719b8(0x3dc)][_0x5719b8(0x4b3)]);_0x4d2e5c[_0x5719b8(0x4b8)]['set'](_0x5e0e8e,_0x1e5da4),_0x3b26f4?window['history'][_0x5719b8(0x2c7)]('','',_0x4d2e5c[_0x5719b8(0x207)]()):window[_0x5719b8(0x1e2)][_0x5719b8(0x5ef)]('','',_0x4d2e5c[_0x5719b8(0x207)]());}[_0x279ea5(0x285)](_0x209d57,_0x2624dc=!0x1){const _0x5e61f2=_0x279ea5,_0xa3eb5f=new URL(window[_0x5e61f2(0x3dc)][_0x5e61f2(0x4b3)]);_0xa3eb5f[_0x5e61f2(0x4b8)][_0x5e61f2(0x50e)](_0x209d57),_0x2624dc?window[_0x5e61f2(0x1e2)][_0x5e61f2(0x2c7)]('','',_0xa3eb5f['toString']()):window[_0x5e61f2(0x1e2)][_0x5e61f2(0x5ef)]('','',_0xa3eb5f['toString']());}[_0x279ea5(0x4cb)](_0x517149){const _0x254245=_0x279ea5;var _0x30fb19;return(_0x30fb19=new URL(window[_0x254245(0x3dc)][_0x254245(0x4b3)])[_0x254245(0x4b8)]['get'](_0x517149))!=null?_0x30fb19:void 0x0;}}var _0x27cfec=Object['defineProperty'],_0x242f58=Object['getOwnPropertyDescriptor'],_0x5f0f5b=(_0x2dee49,_0x283555,_0x35ee3b)=>_0x283555 in _0x2dee49?_0x27cfec(_0x2dee49,_0x283555,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x35ee3b}):_0x2dee49[_0x283555]=_0x35ee3b,_0x4677a0=(_0x29d4c0,_0x4e8a04,_0x2beb51,_0x57d943)=>{const _0x5bd4c6=_0x279ea5;for(var _0xe2563a=_0x57d943>0x1?void 0x0:_0x57d943?_0x242f58(_0x4e8a04,_0x2beb51):_0x4e8a04,_0x5dd694=_0x29d4c0[_0x5bd4c6(0x628)]-0x1,_0x5b3dc4;_0x5dd694>=0x0;_0x5dd694--)(_0x5b3dc4=_0x29d4c0[_0x5dd694])&&(_0xe2563a=(_0x57d943?_0x5b3dc4(_0x4e8a04,_0x2beb51,_0xe2563a):_0x5b3dc4(_0xe2563a))||_0xe2563a);return _0x57d943&&_0xe2563a&&_0x27cfec(_0x4e8a04,_0x2beb51,_0xe2563a),_0xe2563a;},_0x5748d3=(_0x5a2abc,_0x42b7be)=>(_0x484bdd,_0x2d88cd)=>_0x42b7be(_0x484bdd,_0x2d88cd,_0x5a2abc),_0x5c85bd=(_0x14308b,_0x26b23d,_0x465471)=>_0x5f0f5b(_0x14308b,_0x26b23d+'',_0x465471);const _0x57f28b=_0x279ea5(0x5b4);_0x4e8834[_0x279ea5(0x328)]=class extends _0x2b7596[_0x279ea5(0x5ab)]{constructor(_0x276b66=_0x104942,_0x523185,_0x44b197,_0x1dad6a,_0x42b2d0){const _0x20eb23=_0x279ea5;super(),this[_0x20eb23(0x3c9)]=_0x276b66,this[_0x20eb23(0x2a5)]=_0x523185,this[_0x20eb23(0x49b)]=_0x44b197,this[_0x20eb23(0x36b)]=_0x1dad6a,this[_0x20eb23(0x3ed)]=_0x42b2d0;const {..._0xcb2d37}=this[_0x20eb23(0x3c9)];this[_0x20eb23(0x3ed)][_0x20eb23(0x3c4)](_0x363980,_0xcb2d37);}[_0x279ea5(0x2db)](){const _0x9a8e53=_0x279ea5;this[_0x9a8e53(0x4a2)](),this[_0x9a8e53(0x1af)]();}['onReady'](){const _0x4e6453=_0x279ea5;_0x2b7596['touchDependencies'](this[_0x4e6453(0x36b)],[[_0x11dcfb]]);}[_0x279ea5(0x4d2)](){const _0x2f2328=_0x279ea5;this[_0x2f2328(0x3c3)]();}[_0x279ea5(0x4a2)](){const _0x3b6dd2=_0x279ea5;var _0x52353f,_0xdea02f,_0x3cf997,_0x5e748b;this[_0x3b6dd2(0x36b)][_0x3b6dd2(0x48a)](_0x2b7596[_0x3b6dd2(0x387)])&&this['_logService'][_0x3b6dd2(0x5b9)]('[UniverCollaborationClientPlugin]',_0x3b6dd2(0x2f6));const _0x430a3d=[[_0x2b7596[_0x3b6dd2(0x387)],{'useClass':_0x93b2e8}],[_0x4e8834[_0x3b6dd2(0x48c)]],[_0x293feb],[_0x2d6cde,{'useClass':_0x1873f5}],[_0x4e8834[_0x3b6dd2(0x2a0)]],[_0x4e8834[_0x3b6dd2(0x513)]],[_0x319e41['WebSocketService']],[_0x5bded5],[_0x4cc599],[_0x3739e1],[_0x2f2350],[_0x457c56],[_0x50a759],[_0xa60d92],[_0x1cc411],[_0x3ae2cd],[_0x1429af,{'useClass':(_0xdea02f=(_0x52353f=this['_config'])==null?void 0x0:_0x52353f[_0x3b6dd2(0x51b)])!=null?_0xdea02f:_0x4e8834[_0x3b6dd2(0x42a)]}],[_0x1730a2[_0x3b6dd2(0x2d0)],{'useClass':_0x4e8834[_0x3b6dd2(0x259)]}],[_0x2b7596[_0x3b6dd2(0x5aa)],{'useClass':_0x4e8834[_0x3b6dd2(0x637)]}],[_0x1a542b['IImageIoService'],{'useClass':_0x4e8834[_0x3b6dd2(0x647)]}],[_0x4e8834[_0x3b6dd2(0x460)]],[_0x4e8834['DataLoaderController']],[_0x4e8834[_0x3b6dd2(0x414)]],[_0x11dcfb],[_0xd99c54]];(_0x3cf997=this[_0x3b6dd2(0x3c9)])!=null&&_0x3cf997[_0x3b6dd2(0x530)]&&_0x430a3d[_0x3b6dd2(0x564)]([_0x4d613b,{'useClass':_0x43a571}]),_0x2b7596[_0x3b6dd2(0x193)](this[_0x3b6dd2(0x36b)],_0x2b7596[_0x3b6dd2(0x39d)](_0x430a3d,(_0x5e748b=this[_0x3b6dd2(0x3c9)])==null?void 0x0:_0x5e748b[_0x3b6dd2(0x291)]));}['_registerRenderDependencies'](){const _0x418882=_0x279ea5;this[_0x418882(0x433)](this['_renderManagerService']['registerRenderModule'](_0x2b7596['UniverInstanceType'][_0x418882(0x1c4)],[_0x17ce07])),this[_0x418882(0x433)](this[_0x418882(0x49b)][_0x418882(0x5c3)](_0x2b7596[_0x418882(0x55a)][_0x418882(0x1ac)],[_0xc0e2e7]));}[_0x279ea5(0x1af)](){const _0x2a63c0=_0x279ea5;var _0x53c332,_0x41c0e8;this[_0x2a63c0(0x36b)][_0x2a63c0(0x42f)](_0x319e41[_0x2a63c0(0x4e8)])[_0x2a63c0(0x22c)]({'priority':0x14,'interceptor':_0x319e41['ThresholdInterceptorFactory']({'maxParallel':0x6})}),(_0x53c332=this[_0x2a63c0(0x3c9)])!=null&&_0x53c332[_0x2a63c0(0x20c)]||this[_0x2a63c0(0x36b)][_0x2a63c0(0x42f)](_0x4e8834[_0x2a63c0(0x513)])['disableLocalCache'](),(_0x41c0e8=this['_config'])!=null&&_0x41c0e8['enableAuthServer']&&_0x2b7596['touchDependencies'](this[_0x2a63c0(0x36b)],[[_0x50a759]]),_0x2b7596[_0x2a63c0(0x604)](this[_0x2a63c0(0x36b)],[[_0xa60d92],[_0xd99c54],[_0x4e8834[_0x2a63c0(0x4ce)]],[_0x4e8834[_0x2a63c0(0x460)]],[_0x4e8834[_0x2a63c0(0x414)]],[_0x3ae2cd]]);}},_0x5c85bd(_0x4e8834[_0x279ea5(0x328)],_0x279ea5(0x3f8),_0x57f28b),_0x4e8834[_0x279ea5(0x328)]=_0x4677a0([_0x2b7596[_0x279ea5(0x52a)](_0x1730a2[_0x279ea5(0x5d5)],_0x319e41[_0x279ea5(0x4e7)]),_0x5748d3(0x1,_0x2b7596[_0x279ea5(0x248)]),_0x5748d3(0x2,_0x2d4ee1[_0x279ea5(0x5d7)]),_0x5748d3(0x3,_0x2b7596['Inject'](_0x2b7596['Injector'])),_0x5748d3(0x4,_0x2b7596[_0x279ea5(0x23a)])],_0x4e8834['UniverCollaborationClientPlugin']),_0x4e8834[_0x279ea5(0x61f)]=_0x13aeac,_0x4e8834[_0x279ea5(0x1a4)]=_0x330387,_0x4e8834[_0x279ea5(0x4de)]=_0x22fc5c,_0x4e8834['CollaborationStatus']=_0xf1ac47,_0x4e8834[_0x279ea5(0x41e)]=_0x36933d,_0x4e8834[_0x279ea5(0x226)]=_0x1cc411,_0x4e8834[_0x279ea5(0x5cd)]=_0x126eb7,_0x4e8834[_0x279ea5(0x19a)]=_0x464e93,_0x4e8834[_0x279ea5(0x1e9)]=_0x1429af,_0x4e8834[_0x279ea5(0x3b2)]=_0x2d6cde,_0x4e8834[_0x279ea5(0x36e)]=_0x5dc048,_0x4e8834[_0x279ea5(0x63d)]=_0x47a0b6,_0x4e8834['RETRY_CONNECTING_MAX_COUNT_KEY']=_0x561722,_0x4e8834['SEND_CHANGESET_TIMEOUT_KEY']=_0x43d0ae,_0x4e8834[_0x279ea5(0x5f3)]=_0x21974b,_0x4e8834[_0x279ea5(0x292)]=_0x3f83d9,_0x4e8834[_0x279ea5(0x1e0)]=_0x381713,_0x4e8834[_0x279ea5(0x47e)]=_0x2dde2a,_0x4e8834[_0x279ea5(0x184)]=_0x1873f5,_0x4e8834['deserializeToCombResponse']=_0xd9936,_0x4e8834[_0x279ea5(0x2f1)]=_0x7123db,Object[_0x279ea5(0x4f4)](_0x4e8834,Symbol['toStringTag'],{'value':_0x279ea5(0x559)});}));function _0x4ad9(_0x4534b9,_0x452743){const _0x349ee3=_0x349e();return _0x4ad9=function(_0x4ad977,_0x4133f0){_0x4ad977=_0x4ad977-0x180;let _0x39392e=_0x349ee3[_0x4ad977];return _0x39392e;},_0x4ad9(_0x4534b9,_0x452743);}function _0x349e(){const _0x3f1c70=['sigBytes','CollaborationSessionService','[CollaborationSessionService]','getCellPositionByOffset','_startDocCollabCursor','\x20in\x20_schedule.','setStateCache','indexOf','getCurrentRevOfUnit','_updateStatus','_transformSelections','setAlpha','toDisposable','_scheduleSaving','div','[OfflineState]:\x20received\x20acknowledgement.','_renderManagerService','_urlService','_lastPointer','_telemetryService','collaboration.single-unit.warning','uploadFileServerUrl','[OfflineState]:\x20received\x20rejection.','_registerDependencies','editing\x20status\x20changed\x20to','_scheduleCollaborationTimeoutTimer','eventID','combineLatest','getTime','_onJoinRoomEvent','getCollabCursors$','pad','setShowComponents','_colorIndex','setActiveRange','CBC','conflict','LIVESHARE_FETCH_OPERATIONS','_sheetTransformSelectionsService','handleDeleteRangeMoveUp','href','roomInfos','_cursor','getSheetObject','setInterval','searchParams','closeSession','_session','IMessageService','...','moveTo','throttleTime','UniverSheets','fillStyle','ERROR_EXCEED_SIZE','UniverCore','ERROR_IMAGE','IDLE','_themeService','status$','put','subscribe','unit-cache-','handleIRemoveRow','getParam','requestParams','apply','DataLoaderController','collabStatus.notCollab','jiqing500','roles','onRendered','round','INTERNAL_ERROR','MSG_FOR_ERROR','_onOffline','flatMap','reduce','getUniverSheetInstance','ws://127.0.0.1:8000/universer-api/comb/connect','concatMap','charAt','xlink:href','COLLAB_WEB_SOCKET_URL_KEY','_docTransformIMECacheService','874170wAyrvM','TEXT_RANGE_LAYER_INDEX','amd','registerComponent','_decreaseWaiting','_syncEditingCollabCursor','Malformed\x20UTF-8\x20data','UniverNetworkPlugin','HTTPService','RichTextEditingMutation','startsWith','displayName','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','concat','next','getViewport','_onCombEvent','JOINING','csShouldRetryEvent','_clearRedo','defineProperty','OTHER_CLIENTS_EDITING','_textBubble','#fff','_collabCursorController','_roomMembers$','mapDocumentTypeToUniverType','updatePermissionObjEvent','objectID','unitId','_tryReconnect','onTransformRemoteChangesetByStateCache','authzUrl','leaveEvent','getImage','translate(.97)','_toggleOffline','@univerjs/sheets-ui','updateCollaborator','_shapes','toLowerCase','_candidateSocket','buffer','9gUnhKt','stringify','image/jpg','delete','_doReset','HMAC','_getScale','downloadEndpointUrl','LocalCacheService','isEditing','transformStateCache','COMPRESS_MUTATION_SEND','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','FETCH_MISSING','__creator','0\x200\x2016\x2016','socketService','&to=','replaceDocRanges','isArray','_clearTimeoutTimer','createDecryptor','liveShareNewHost','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','transformMutationsWithChangeset','src','_removeCollabCursors','transformChangesets','collab-text-range-','_cachedData','processBlock','DependentOn','3516mvUtRQ','getMember','TOO_MANY_REQUESTS','csRejEvent','_color','enableSingleActiveInstanceLock','hovered','lineTo','textRanges','_cursorInfo$','_onRemoteChangeset','_getLoginPath','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','_onCursorDelete','_docSkeletonManagerService','formatter','loadOfflineData','_joinRoom','m2Prime','abs','__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED','_http','LIVESHARE_TERMINATE','_change$','doc.mutation.rich-text-editing','sessionStatus$','_beforeCloseService','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','setParam','_initStatusComponent','padding','_memberService','UNDEFINED','onMissingChangesets','_getSheetObject','_telemetryInfo','open$','commentUpdate$','_draw','ImageSourceType','SetSelectionsOperation','univerjs-icon\x20univerjs-icon-','BehaviorSubject','updateCursorEvent','[DataLoaderController]','_sender','Module','UniverInstanceType','UniverTelemetry','SnapshotService','_append','getRelativeToViewportCoord','_status$','_getUploadFileURL','_updateSubUnitFromURLParams','NOT_FOUND','random','push','_userManagerService','assignAColorForMemberID','from','path','BlockCipher','_applyRemoteChangeset','RECV','transformUndoRedo','useCallback','Undefined','UNAUTHENTICATED','splice','?size=','SheetCollaborationEntity','_fetchMissChangesets','getCoordByCell','_updateLocalCursor','INVALID_ARGUMENT','updatePermissionPoint','attrs','ERROR_IMAGE_TYPE','PENDING','workbook','_transformRemoteChangesetByStateCache','_getSendChangesetTimeout','_data','SNAPSHOT_INVALID_SNAPSHOT','_commandService','UPDATE_PERMISSION_OBJ','3241eJtENJ','charCodeAt','MessageType','_onRemoteRejected','readInt32LE','_initStatusListener','getVpScrollXYInfoByPosToVp','finalize','_handleHover','params','ITransformService','_substituteRedoStack','routeKey','keySize','React','_doFinalize','isTransformMutationsWithChangesetFailure','[SyncedState]:\x20received\x20rejection.','USERS_ENTER','BufferedBlockAlgorithm','getTypeOfUnitDisposed$','LICENSE_MAX_UNITS_EXCEEDED','/universer-api/authz','@univerjs/sheets','algo','LIVESHARE_OPERATION','handleInsertCol','method','__Key__','_context','reconnect','objectType','_retryCount','Encryptor','isActive','getSkeleton','_sendingTimer','@univerjs/rpc','ceil','compose','IAuthzIoService','Plugin','drawWith','LocaleService','react','_iv','getCurrent','bottom','cursorInfo$','assign','UNIVER_COLLABORATION_CLIENT_PLUGIN','@univerjs/docs-ui','YUUMI_SUBSCRIPTION_NOT_FOUND','Injector','commentUpdateEvent','error','_selfUnitIDs','number','getRandomValues','cursorInfo','_cursors','univer-online','EXCHANGE_SIGN_URL_SERVER_URL_KEY','blockSize','M0\x200H16V16H0z','registerRenderModule','_transitionLocked','debug','EvpKDF','includes','uni.network.url-service','addEventListener','_onRemoteRetry','$super','onCommandExecuted','HEARTBEAT_INTERVAL_KEY','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','_getDownloadEndpointURL','VIEWPORT_KEY','gold400','_sendHeartbeatTimer','_clearUndo','_transformUndoredo','UniverCollaborationPlugin','getUnhiddenWorksheets','IRenderManagerService','rng','_saveCache','exports','getCurrentUser','onSendChangeset','ivSize','data','permission.title','setTimeout','focused$','Disposable','collabStatus.conflict','_undoStacks','IPermissionService','entries','collab-text-anchor-','mixIn','_hash','Error','ciphertext','react.element','_notificationService','_handleHeartbeatEvent','pushState','origin','ITelemetryService','submit\x20changeset\x20error!','SNAPSHOT_SERVER_URL_KEY','joinRsp','unit','onload','findNodePositionByCharIndex','list','_startTelemetryCollaborationNewChangeset','colorChannel1','/collaborator','then','_localStorageService','backgroundColor','@univerjs-pro/collaboration','PasswordBasedCipher','saveImage','Warning','APPLY_REVISION_CONFILICT','touchDependencies','jsx','font','svg','@univerjs/engine-formula','_saveTaskMap','_rescheduleHeartbeat','slice','InsertSheetMutation','call','InsertRowCommandId','startColumn','@univerjs/docs','USERS_LEAVE','collab-rect-range-','permissionRejEvent','Shape','_nDataBytes','ranges','originalMeta','getSheetBySheetId','ENSURE_SNAPSHOT_EXECUTION','getColor','add','hasher','Cipher','trim','AUTHZ_URL_KEY','_lockTransition','fillText','COMPRESS_MUTATION_APPLY','values','777435wfOfop','_minBufferSize','StreamCipher','_removeRoom','length','_scheduleHeartbeat','EffectRefRangId','onRemoteRetry','_pendingMutations','_clearOtherTimers','UPDATE_CURSOR','repeat','onPointerLeave$','_handler','Rect','SUBMIT_CHANGESET','_mode','generateRandomId','\x0aAfter:\x20','AuthzIoHttpService','_incrementRevisionNumber','c1Prime','event$','Fragment','handleInsertRow','LOGIN_URL_KEY','_setupSubUnitSync','image/gif','startTime','saveSheetBlock','saveChangeset','pauseCollaboration','parseProtocolChangeset','ICommandService','\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.','ImageIoService','DisposableCollection','_labelPosition','url(#$1','/block/','_docSkeleton','SUCCUSS','Base64','send','WebURLService','current','@univerjs/engine-render','mapTo','_cipher','_toggleOnline','univer-online-status','target','substring','icon','status','getStateCache','APPLY_REJECT','UnitEmbedded','encrypt','registerDependencies','DocIMEInputManagerService','updateOfflineData','textEncoder','_keyPriorReset','isTransformChangesetsSuccess','_docStateChangeManagerService','HEARTBEAT_TIMEOUT_KEY','ColorKit','Could\x20not\x20dynamically\x20require\x20\x22','JSONX','onTransformIME','onTransformRemoteChangesetByIMECache','cfg','_onConflict','registerRefRange','_socketMessageSubscription','COLLAB_SUBMIT_CHANGESET_URL_KEY','update','getDocRanges','useRef','univer-pro.collaboration-client.single-active-unit-service','_stopTelemetryCollaborationNewChangeset','_resendWithTimeout','Subject','UNIVER_SHEET','_showConflictNotification','popstate','_initDependencies','NEW_CHANGESETS','_schedule','getUnitStatus$','_initEventListeners','saveSnapshot','dispose','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','_onLocalMutation','init','salt','ALREADY_EXISTS','synced','getUnitOnRev','_DEC_XFORM_MODE','getActiveSheet','_shouldReportTelemetry','format','capture','_nRounds','WordArray','UNIVER_DOC','_singleActiveUnitService','createSocket','_oKey','CHANGESET_REVISION_CONFILICT','_members','Univer','prototype','getActiveRange','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','deleteCollaborator','_onConnectionFailed','SerializableCipher','DocSkeletonManagerService','_entities','getInterceptPoints','clear','now','range','encryptBlock','_updateCollabCursors','AWAITING','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','baseRev','session.will-retry','_listenToOfflineEvent','OpenSSL','collabSubmitChangesetUrl','SessionStatus','unsubscribe','history','{fileID}','measureText','getSheetId','PSEUDO_FETCH_MISSING_RESULT','getCollabEntity','_type','ICollaborationSocketService','roomMembers$','getLatestCsReqIdBySid','_collabCursorState$','text','_transformService','getDeserializedSheetBlock','failed\x20to\x20apply\x20missed\x20changesets!','body','withCredentials','_hideTimer','switchMap','createEncryptor','socket\x20close','DeleteRangeMoveUpCommandId','isPermissionRej','_messageService','FETCH_MISS','cmd','purple300','_unitID','_refRangeService','words','BuiltInUIPart','APPLY_NON_SEQUENTIAL_REVISION','RxDisposable','mutations','connection\x20error','_unitOnClients','CollaborationEntity','toString','_id','_document','clone','infoRsp','enableOfflineEditing','transformStack\x20failed!','1em','_transformPreviousActiveRange','onRemoteAck','subunit','closePath','_imageSourceCache','currentColor','getRoom','SetDocZoomRatioOperation','_localeService','_transformStateCache','executeCommand','row','onTransformState','_socketService','_anchor','_getMergeRange','awaiting','onStateChange','UniverIcon','url(#on-line-single_clip0_910_349)','YUUMI_RATE_OVER_LIMIT','_clearLocalCache','decrypt','CommentService','AES','reverse','_parse','duration','csAckEvent','registerHTTPInterceptor','PERMISSION_DENIED','newCsEvent','_clearScheduledTask','_reverseMap','IRemoteInstanceService','_localCacheService','auth.needGotoLoginAlert','Workbook','HmacMD5','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','_transformStack','transformMutation','exhaustSavingTask','IConfigService','_sheetSkeletonManagerService','interceptor','name','SheetPermissionInitController','arc','_submitChangeset','setCurrentUser','_getSignURL','ONLINE','Optional','currentTheme$','actions','UniverDocs','ILogService','collaboratorID','_onCursorUpdate','m1Prime','[PendingState]:\x20unhandled\x20univer\x20type:\x20','_xformMode','subUnitId','UniverNetwork','setWaitCount','_clearHeartbeatTimer','none','clamp','YUUMI_URL_COL_OUT_OF_RANGE','getValue','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','CONFLICT','getRangePointData','SnapshotServerOverHTTPService','transformByState','handleInsertRangeMoveRight','crypto','_hovered','UniverDrawing','_socketReady','_getUndoStack','fill','_changesetReqId','SYNCED','redoState','json','collaboration_new_changeset','getUnit','catch','_hover','_exhaustRemoteChangesetQueue','/object','getUnitId','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','COLLAB_WEB_SOCKET_URL','_ensureSubject','socket$','patch','_transformIMECache','_range','url(#off-line-single_clip0_910_343)','onlyLocal','_colorAssignService','_state','_httpService','visibilityState','MergeInterceptorFactory','Tools','FAIL','snapshot','APPLY_DUPLICATED','storage','JOIN','_render','_iKey','/universer-api/file/{fileID}/sign-url','conflict.title','removeParam','_startCollaboration','Base','_initRequestHeader','collaboration-session-retry','title','ref','onMissedChangesetFetched','setItem','&source=','_createHandler','InsertColCommandId','override','SNAPSHOT_URL_KEY','isTransformMutationsWithChangesetSuccess','_online','registerOnClose','toggleOnline','floor','4064010fXSUxU','rxjs','LICENSE_IMPORT_SIZE_EXCEEDED','getWorkbookSelections','174153cpUSvU','fetchMiss','1895984NMYxyt','debounce','MemberService','react.fragment','fetching\x20missing\x20changesets\x20from\x20','_doCryptBlock','reqId','_logService','unitID','undoState','_createInitialState','Utf8','parse','HEARTBEAT','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','b64DecodeUnicode','univer-offline','clearTimeout','deepClone','dispose$','initWorkbookPermissionChange','getImageSourceCache','_getSnapshotAPIPrefix','Hex','INGEST','_revisionService','create','off-line-single_clip0_910_343','_collaborationController','verdancy600','column','message$','RefRangeService','_handleEvent','split','SheetsSelectionsService','currentSkeleton$','UniverCollaborationClient','MD5','_process','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','replaceState','_getRedoStack','removeMember','symbol','_onFetchMissResult','_transformHistoryAndStateStack','randomBytes','decryptBlock','filter','ISnapshotServerService','fromEventSubject','substr','_replaceFileID','LIVESHARE_NEW_HOST','telemetry\x20info\x20is\x20not\x20initialized','UniverDesign','_docTransformSelectionsService','/-/object/-/batch_allowed','join','_loadSheet','onStarting','_unitStatus','FromArray','collaborators','sheetId','UNIVER_SLIDE','getMergeData','CHANGESET_REJ','UniverSheetsUi','_socket','state','getResourcesRequest','fromCollab','NO_OTHER_CLIENTS_EDITING','selections','useObservable','createElement','take','getOwnPropertySymbols','_sendHeartbeat','_send','onSyncEditingCollabCursor','serializeCombRequest','pipe','getTypeOfUnitAdded$','_createSocket','msCrypto','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','addObject','fromEvent','takeUntil','red300','WorkbookEditablePermission','_socket$','handleIRemoveCol','action','onMouseMove','handleMoveRange','/role','objectActions','_collaborationSessionService','_refreshCollabCursors','LICENSE_DISTRO_REJECTED','awaitingChangeset','AWAITING_WITH_PENDING','_waitCount','_getSaveTimeout','rgba(255,\x20255,\x20255,\x200.01)','DocSelectionManagerService','labelPosition','max','[CollaborationEntity]','skeleton','key','_instanceService','univer-online-status-title','_initUnitPermissionChange','onlineStatus','CommandType','UniverRpc','_isPermissionRej','HEARTBEAT_INTERVAL','_acknowledgedAwaitingChangeset','on-line-single','fillRule','resend','_awaitingChangeset','Hasher','image/jpeg','/unit/','RevisionService','_scene','batchAllowed','_drawTextRange','defaultProps','[CollaborationState]:\x20apply\x20error!','IBeforeCloseService','UniverCollaborationClientPlugin','_scheduleClearOtherTimer','_init','hostname','HttpExport','/resources','forwardRef','_transformRemoteChangesetByIMECache','unknown','save','2355GWTHVn','isTransformMutationFailure','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','awaiting_with_pending','NodePositionConvertToRectRange','readAsDataURL','urlChange$','Vector2','HELLO','set','_remoteChangesetQueue','Inject','InsertRangeMoveRightCommandId','Error\x20on\x20receiving\x20event','find','_prevBlock','CHANGESET_ACK','_collaborationTimeoutTimer','fetchThroughInterceptors','_getCurrentRevision','delay','_initResize','joinEvent','useDependency','MoveRangeCommandId','_assignedColors','_drawAnchor','byteOffset','_listenToOnlineEvent','clipPath','propertyIsEnumerable','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','Pkcs7','_createInitialStateImpl','getItem','not_collab','_univerInstanceService','endColumn','_event$','fetch_missing','restore','collaboration.closeRoom','RemoveColCommandId','height','reset','_retryConnectingTimer','DocCollaborationEntity','bind','unpad','function','IContextService','\x20to\x20','1676VLOTKg','_onConnectionOpen','_HTTPService','_uiPartsService','_state$','_injector','transformRemoteChangeset','CollaborationSession','LOCAL_CACHE_INTERVAL_KEY','transform','_snapshotService','code','_onRecvEvent','evenodd','_replayCachedMutations','resize','_onRefRangeChange','UNKNOWN_CMD','loginUrlKey','_updateURLWithCurrentState','_executeRemoteChangeset','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','UnitSnapshot','Latin1','online','_getAPIPrefix','Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','OFFLINE','addImageSourceCache','onPointerMove$','_tryEnsureSocket','getCurrentSelections','onRemoteChangeset','IUndoRedoService','UserManagerService','HttpImport','_invKeySchedule','ACTIVE_UNIT_EVENT_CHANNEL','_timeoutTimer','hide','setShapeProps','forEach','listCollaborators','Unknown\x20user','merge','_initCommandExecutedListener','object','LIVESHARE_REQUEST_HOST','SEND_CHANGESET_TIMEOUT','refreshPermission','selection','_anchorDot','_collaborationPaused','offline','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','mergeOverrideWithDependencies','transformSelections','getRenderById','children','_onUserJoin','_substituteUndoStack','sid','[PendingState]:\x20received\x20rejection.','_disableEditing','memberID','PERMISSION_REJ','CONNECTOR_DATA_TOO_LARGE','_changesetSessionId','_compressMutationService','_ENC_XFORM_MODE','getCollabEntity$','getUndoRedoMutationParamsCache','permission.content','MUTATION','complete','with','IURLService','_clearCollaborationTimeoutTimer','newValue','[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.','_snapshotServerService','YUUMI_UNABLE_LOAD_URL','min','_sessionStatus$','every','_hasher','ReactCurrentOwner','Tooltip','[FetchMissState]','state$','COLORS','hidden','getConfig','_registerRenderDependencies','setConfig','_entityInit$','_eventUnsubscribe','getMemberID','_createHmacHelper','_config','_redoStacks','SetWorksheetActivateCommand','listRoles','UNKNOWN_CODE','rxjs/operators','_updateLocalCache','VIEW_MAIN','InsertRangeMoveDownCommandId','_onUserLeave','/universer-api/oidc/authpage','SNAPSHOT_HAS_BEEN_REMOVED','resolve','_queuedRemoteChangesets','_name','_loadDoc','#FFF','/rev/','_key','location','unshift','_syncEditingCollabCursorService','post','copyFileMeta','RECT','UNIVER_PROJECT','black','replace','liveShareOperation','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','retryConnectingInterval','getFocusedUnit','CHANGESET_SHOULD_RETRY','for','ILocalStorageService','compute','_configService','setUndoRedoMutationParamsCache','UNIVER_UNKNOWN','onRemoteRej','rev','_cursorShapes','_checkMissing','session','subscribeEvent','_throwTelemetryCollaborationNewChangeset','COMMENT_UPDATE','pluginName','triggerDblclick','enc','_drawRectRange','APPLY_PERMISSION_DENIED','/-/object/list','FileId','CompressMutationService','@univerjs/drawing','whenReady','execute','reject','registerBeforeClose','randomUUID','/universer-api/snapshot/','fetchMissingChangesets','string','_scheduleTimestamp','_initMergeInterceptor','_handleJoinEvent','_docSyncEditingCollabCursorService','changesets','byteLength','width','OffLineSingle','IUniverInstanceService','UniverEngineFormula','type','DesktopCollaborationStatusDisplayController','color','_undoRedoService','/allowed','close','DEFAULT_FILE_NAME','_permissionService','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','size','createInstance','CollaborationStatusDisplay','requireSession','\x0aCurrent:\x20','onTransformSelections','updateMember','_collabSessionService','HTTPRequest','syncEditingCollabCursor','@univerjs/network','createIdentifier','defIds','Rectangle','CollaborationSocketService','_commentService','transformIMECache','/object/','_docTransformStateCacheService','get','DocStateChangeManagerService','toggleOffline','ImageUploadStatusType','disposeWithMe','UniverCollaboration','_removeClearOtherTimer','DOC_RANGE_TYPE','POST','COMPLETION_FINISHED','_sessions','addObjects','members','close$','EmptyMutation','asObservable','getOwnPropertyDescriptor','_commentUpdate$','_disabled','createCollaborator','clearInterval','collabCursorState$','NOT_COLLAB','_heartbeatTimer','makeDirty','getAncestorScale','lib','beginPath','_doProcessBlock','pending','on-line-single_clip0_910_349','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','responseType','_backgroundColor','_resendTimer','_createHelper','TRANSFORM_CHANGE_OBSERVABLE_TYPE','append','INotificationService','toRgbString','?url=','encode','extend','UNRECOGNIZED','disableLocalCache','editingUnit','tag','__esModule','_ws','CollaborationController','0\x200\x2017\x2016','error$','show','className','defs','_setupBeforeClosingHandler','univer-online-status-icon','[CollaborationSession]','hasOwnProperty','appendMutation','_getAPIPrefixPath','SHOULD_CLOSE_CONN','BASE64','_resendTimeout','TEXT','SHA1','_transformUndoRedoStack','userID','_map','allowed','_unlockTransition','result','parseChangesetToProtocol','LEAVE','SheetSkeletonManagerService','ThemeService','@univerjs/telemetry','mode','_roomMembers','SheetCollabCursorShape','_getAnchorBounding','kdf','sheets','headers','_updateState','SetTextSelectionsOperation','map','idSuffix','revision','_onRemoteACK','CollaborationEvent','has'];_0x349e=function(){return _0x3f1c70;};return _0x349e();}
|