@univerjs-pro/collaboration-client 0.5.0-nightly.202411121606 → 0.5.0-nightly.202411131606
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 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/types/config/config.d.ts +48 -0
- package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +23 -0
- package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +1 -0
- package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +1 -0
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +22 -0
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +38 -0
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +24 -0
- package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +3 -0
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +39 -0
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +21 -0
- package/lib/types/controllers/collab-status/collab-status.controller.d.ts +18 -0
- package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +4 -0
- 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 +54 -0
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +91 -0
- package/lib/types/controllers/collaboration/collaboration-state.d.ts +303 -0
- package/lib/types/controllers/collaboration/collaboration.controller.d.ts +24 -0
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +18 -0
- package/lib/types/controllers/collaboration/utils/empty.d.ts +2 -0
- package/lib/types/controllers/config.schema.d.ts +29 -0
- package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +1 -0
- package/lib/types/controllers/data-loader/data-loader.controller.d.ts +22 -0
- package/lib/types/controllers/file-name/file-name.controller.d.ts +12 -0
- package/lib/types/controllers/telemetry.d.ts +11 -0
- package/lib/types/index.d.ts +35 -890
- package/lib/types/locale/en-US.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +39 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/models/cursor.d.ts +30 -0
- package/lib/types/plugin.d.ts +18 -0
- package/lib/types/services/auth-server/auth-server.service.d.ts +10 -0
- package/lib/types/services/auth-server/authz-io-http.service.d.ts +30 -0
- package/lib/types/services/auth-server/domain-request.service.d.ts +6 -0
- package/lib/types/services/auth-server/util.d.ts +1 -0
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +59 -0
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +61 -0
- package/lib/types/services/color-assign/color-assign.service.d.ts +10 -0
- package/lib/types/services/comment/comment.service.d.ts +6 -0
- package/lib/types/services/image-remote/image-io.service.d.ts +34 -0
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +13 -0
- package/lib/types/services/local-cache/local-cache.service.d.ts +37 -0
- package/lib/types/services/member/member.service.d.ts +77 -0
- package/lib/types/services/permission/permission.service.d.ts +12 -0
- package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +13 -0
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +39 -0
- package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +21 -0
- package/lib/types/services/socket/collaboration-socket.service.d.ts +34 -0
- package/lib/types/services/socket/serialize.d.ts +3 -0
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +12 -0
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +13 -0
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +8 -0
- package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +19 -0
- package/lib/types/services/url/url.service.d.ts +12 -0
- package/lib/types/services/url/web-url.service.d.ts +10 -0
- package/lib/types/views/components/CollabStatus.d.ts +10 -0
- package/lib/types/views/components/CollabStatus.stories.d.ts +8 -0
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +27 -0
- package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +27 -0
- package/lib/types/views/shapes/text-bubble.shape.d.ts +19 -0
- 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 +16 -16
package/lib/umd/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
function _0x586f(_0x5eafd6,_0x172096){const _0x2967ea=_0x2967();return _0x586f=function(_0x586fad,_0x301ba4){_0x586fad=_0x586fad-0xef;let _0x337950=_0x2967ea[_0x586fad];return _0x337950;},_0x586f(_0x5eafd6,_0x172096);}function _0x2967(){const _0x4ac44e=['_colorIndex','reqId','[CollaborationUndoRedoService]','visibilitychange','LICENSE_MAX_UNITS_EXCEEDED','onTransformRemoteChangesetByStateCache','LIVESHARE_TERMINATE','getWorkbookSelections','mapTo','COMPRESS_MUTATION_SEND','UNKNOWN_CMD','COLLAB_SUBMIT_CHANGESET_URL','rev','handleInsertCol','_sheetTransformSelectionsService','UniverTelemetry','_onJoinRoomEvent','saveOfflineData','_entityInit$','SEND_CHANGESET_TIMEOUT','/object','transformUndoRedo','univer-offline','currentTheme$','_pendingMutations','IDLE','_listenToOnlineEvent','lineTo','collabSubmitChangesetUrl','_docSkeletonManagerService','__creator','RichTextEditingMutation','cursorInfo','encode','registerComponent','isTransformChangesetsSuccess','RECV','closeSession','_onLocalMutation','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','focused$','SUCCUSS','_substituteRedoStack','localeService','_clearUndo','_commandService','_sessionStatus$','unitID','InsertRangeMoveRightCommandId','HttpExport','beginPath','getCollabEntity','_telemetryInfo','_handleHeartbeatEvent','toRgbString','_syncEditingCollabCursor','apply','subunit','sessionStatus$','1260458antIYw','SnapshotServerOverHTTPService','onCommentUpdate','selection','PENDING','_transitionLocked','awaiting','_resendTimer','SYNCED','1em','routeKey','_localCacheService','status$','Disposable','_color','change$','_minBufferSize','getDocRanges','complete','Workbook','urlChange$','#fff','UniverRpc','_waitCount','type','_nDataBytes','createCollaborator','skeleton','_getAPIPrefix','UNIVER_UNKNOWN','_anchor','src','take','LICENSE_IMPORT_SIZE_EXCEEDED','amd','[OfflineState]:\x20received\x20rejection.','dispose','saveSheetBlock','useDependency','c1Prime','jiqing500','_startTelemetryCollaborationNewChangeset','_getRedoStack','DisposableCollection','handleIRemoveRow','_hideTimer','subUnitId','_transformStack','WorkbookEditablePermission','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','...','clear','SHA1','onRemoteAck','APPLY_NON_SEQUENTIAL_REVISION','getCellPositionByOffset','makeDirty','forwardRef','_snapshotServerService','pipe','_disableEditing','_oKey','[CollaborationEntity]','transformSelections','NOT_FOUND','IBeforeCloseService','parse','HmacSHA1','UniverDocsUi','_userManagerService','CollaborationSession','_ensureSubject','_initCloseConn','subscribeEvent','getImageSourceCache','charAt','getUnitType','@univerjs/telemetry','_colorAssignService','onStateChange','put','_setupBeforeClosingHandler','_onOffline','APPLY_REJECT','enc','$super','_drawTextRange','Vector2','setCurrentUser','SNAPSHOT_SERVER_URL_KEY','image/bmp','SerializableCipher','_permissionService','_collaborationSessionService','joinEvent','_socketService','div','_getUndoStack','endColumn','COMPRESS_MUTATION_APPLY','_executeRemoteChangeset','compute','default','snapshot','_updateURLWithCurrentState','_removeCollabCursors','getUnitId','create','infoRsp','_localeService','arc','updateCursorEvent','defs','univerjs-icon\x20univerjs-icon-','INVALID_ARGUMENT','_iKey','_initRequestHeader','some','IConfigService','debounce','StreamCipher','text','rxjs/operators','InsertColCommandId','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','setShowComponents','_docTransformStateCacheService','shareReplay','collaboration_new_changeset','setAlpha','UniverUi','UniverDocs','CHANGESET_REVISION_CONFILICT','_joinRoom','M0\x200H16V16H0z','exports','setTimeout','body','every','addObjects','removeMember','baseRev','_doCryptBlock','collab-text-range-','range','setActiveRange','_logService','newCsEvent','NodePositionConvertToRectRange','_commentUpdate$','@univerjs/docs-ui','SetSelectionsOperation','substring','serializeRangeWithSheet','_sendHeartbeat','_initStatusComponent','fetch_missing','state','onCommandExecuted','SnapshotService','socket$','/universer-api/authz','asObservable','measureText','_onCombEvent','POST','&assign=','[OfflineState]:\x20received\x20changeset.','translate(.97)','enableAuthServer','parseChangesetToProtocol','fetchThroughInterceptors','objectID','getRenderById','getCurrentRevOfUnit','parseProtocolChangeset','csAckEvent','syncEditingCollabCursor','_registerDependencies','status','Inject','_stopTelemetryCollaborationNewChangeset','_state$','2714346benqkt','Warning','RevisionService','splice','file','filter','IUndoRedoService','HEARTBEAT','signUrlServerUrl','react.fragment','clearTimeout','roomMembers','clamp','_docSkeleton','Hex','_transformService','symbol','encryptBlock','_nRounds','deserializeRangeWithSheet','ALREADY_EXISTS','evenodd','collaboration.closeRoom','InsertSheetMutation','ws://127.0.0.1:8000/universer-api/comb/connect','2592204BAONno','@univerjs/drawing','colorChannel1','getRangePointData','_id','_fetchMissChangesets','SNAPSHOT_HAS_BEEN_REMOVED','LIVESHARE_REQUEST_HOST','_transformUndoRedoStack','HttpImport','_clearHeartbeatTimer','round','_getSendChangesetTimeout','message$','transformIMECache','Injector','EvpKDF','executeCommand','UniverCollaborationPlugin','then','DOC_RANGE_TYPE','@univerjs/sheets-ui','getItem','transformMutation','COLORS','initWorkbookPermissionChange','allowed','DocSelectionManagerService','on-line-single_clip0_910_349','onReady','UNAUTHENTICATED','blue400','removeParam','_updateState','setWaitCount','_socket$','FileId','_registerRenderDependencies','SheetCollaborationEntity','_clearCollaborationTimeoutTimer','@univerjs/core','isTransformMutationsWithChangesetFailure','/allowed','getOwnPropertyDescriptor','/universer-api/snapshot/','none','CollaborationEntity','sequenceExecute','React','MemberService','socketService','_schedule','target','_map','_change$','padding','awaitingChangeset','UnitSnapshot','IContextService','setShapeProps','onTransformSelections','_clearOtherTimers','deepClone','icon','changesets','RETRY_CONNECTING_MAX_COUNT','cmd','DocIMEInputManagerService','0\x200\x2016\x2016','_append','startRow','TRANSFORM_CHANGE_OBSERVABLE_TYPE','lib','randomBytes','_state','textRanges','cfg','onMouseMove','revision','WordArray','defIds','idSuffix','_onConflict','HELLO','_collabCursorState$','ThemeService','onlyLocal','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','requireSession','_unitID','[PendingState]:\x20received\x20rejection.','AWAITING_WITH_PENDING','/object/','SetTextSelectionsOperation','Error','prototype','saveImage','_createInitialState','onlineStatusTitle','_snapshotService','_lockTransition','loginUrlKey','workbook','getUniverSheetInstance','online','Utf8','univer-pro.collaboration-client-socket-service','UNIVER_SLIDE','_unitOnClients','toggleOffline','moveTo','newValue','_eventUnsubscribe','ILogService','getConfig','APPLY_PERMISSION_DENIED','_onRemoteRetry','addEventListener','SheetPermissionInitController','_invKeySchedule','_renderManagerService','_refreshCollabCursors','CHANGESET_SHOULD_RETRY','OFFLINE','@univerjs/engine-render','_getCtorByUniverType','readAsDataURL','_imageSourceCache','delay','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','_throwTelemetryCollaborationNewChangeset','IImageIoService','touchDependencies','_revisionService','_clearTimeoutTimer','actions','FAIL','_scheduleSaving','Plugin','merge','_docSyncEditingCollabCursorService','registerHTTPInterceptor','LocalUndoRedoService','_decreaseWaiting','getParam','UNKNOWN_CODE','setStateCache','\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.','/universer-api/snapshot','_compressMutationService','createSocket','restore','deleteCollaborator','getTypeOfUnitAdded$','_doFinalize','RegularPolygon','_anchorDot','combineLatest','_transformStateCache','COLLAB_WEB_SOCKET_URL_KEY','[DataLoaderController]','className','_scheduleTimestamp','currentColor','PERMISSION_REJ','_applyRemoteChangeset','registerRenderModule','execute','_clearScheduledTask','CONNECTOR_DATA_TOO_LARGE','_onConnectionFailed','IMessageService','_notificationService','drawWith','_instanceService','_drawAnchor','BlockCipher','_lastPointer','EmptyMutation','b64DecodeUnicode','_mode','data','undoState','_HTTPService','height','addObject','_setupSubUnitSync','cursorInfo$','href','_getAPIPrefixPath','_collaborationTimeoutTimer','disposeWithMe','loadSheet','Unknown\x20user','confirm','_themeService','_onRecvEvent','max','unitId','sid','LIVESHARE_NEW_HOST','_memberService','telemetry\x20info\x20is\x20not\x20initialized','@univerjs/docs','JOINING','_remoteChangesetQueue','getUnitStatus$','ImageUploadStatusType','_initCommandExecutedListener','collabWebSocketUrl','byteOffset','getRoom','interceptor','UniverDrawing','Could\x20not\x20dynamically\x20require\x20\x22','defineProperty','getVpScrollXYInfoByPosToVp','authzUrl','registerRefRange','all','useObservable','getCurrent','getRelativeToViewportCoord','LOGIN_URL_KEY','getSheetBlock','_transformUndoredo','whenReady','_textBubble','resend','_initUnitPermissionChange','getUnitOnRev','_onCursorUpdate','ONLINE','editingUnit','_socketReady','_toggleOffline','getSheetBySheetId','collabStatus.synced','liveShareNewHost','_online','stopTime','handleInsertRangeMoveDown','userID','1463021ZjUtaJ','updateOfflineData','objectActions','_initResize','transform','[OfflineState]:\x20received\x20acknowledgement.','commentUpdate$','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','HTTPRequest','collab-client.tooltip.reconnect','LICENSE_EXPORT_SIZE_EXCEEDED','_getCurrentRevision','#FFF','/universer-api/stream/file/upload','_createHelper','closePath','string','rxjs','getCollabCursors$','MergeInterceptorFactory','hide','IURLService','Decryptor','_onUserLeave','code','event$','_data','onSendChangeset','collabStatus.conflict','row','getSkeleton','_members','fill','blockSize','updatePermissionPoint','_removeRoom','_updateLocalCache','onTransformIME','close','[SyncedState]:\x20received\x20rejection.','IUIPartsService','bottom','BuiltInUIPart','_prevBlock','InsertRangeMoveDownCommandId','registerDependencies','Base64','@univerjs/ui','replaceState','clipPath','_retryConnectingTimer','sigBytes','HEADER_MENU','transformMutationsWithChangeset','collaboration-client.config','getSheetObject','_sendHeartbeatTimer','onPointerEnter$','conflict.content','886982yAOzdB','decrypt','rng','32dDmItS','ITransformService','jsx','_unitStatus','_xformMode','Optional','floor','capture','_updateStatus','_candidateSocket','bind','isInternalEditorID','_session','_range','WebSocketService','add','reconnect','onlineStatus','mutations','from','_status$','_onRemoteRejected','_resendTimeout','SNAPSHOT_INVALID_SNAPSHOT','unitId\x20is\x20not\x20found','DocCollaborationEntity','_send','unshift','connection\x20error','close$','ILocalStorageService','IUniverInstanceService','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','next','setParam','error','USERS_ENTER','replace','repeat','pauseCollaboration','getAllMembers','getViewport','YUUMI_SUBSCRIPTION_NOT_FOUND','history','_entities','getAncestorScale','popstate','sendChangesetTimeout','_initStatusListener','_backgroundColor','reset','collaMsg','AWAITING','_onUserJoin','/collaborator','values','LocaleService','onSyncEditingCollabCursor','EffectRefRangId','doc.mutation.rich-text-editing','failed\x20to\x20apply\x20missed\x20changesets!','originalMeta','concatMap','off-line-single_clip0_910_343','COMPLETION_FINISHED','BehaviorSubject','url(#on-line-single_clip0_910_349)','SheetsSelectionsService','msCrypto','APPLY_REVISION_CONFILICT','_initEventListeners','push','verdancy600','_transformPreviousActiveRange','COLLAB_SUBMIT_CHANGESET_URL_KEY','fillRule','HEARTBEAT_INTERVAL','_reverseMap','ThresholdInterceptorFactory','pushState','_beforeCloseService','Rect','children','top','_transformRemoteChangesetByIMECache','_getSheetObject','_hover','uni.network.url-service','USERS_LEAVE','_scheduleHeartbeat','setInterval','attrs','HEARTBEAT_TIMEOUT_KEY','location','transformStateCache','UniverDesign','SHOULD_CLOSE_CONN','DeleteRangeMoveLeftCommandId','Undefined','offline','isTransformMutationFailure','_getSaveTimeout','indexOf','getCurrentUser','HmacMD5','hasher','sessionStatus','session.will-retry','RxDisposable','byteLength','debug','_getAnchorBounding','RemoveRowCommandId','conflict.title','saveChangeset','collabCursorState$','NodePositionConvertToCursor','RETRY_CONNECTING_MAX_COUNT_KEY','getResourcesRequest','_getSnapshotAPIPrefix','handleIRemoveCol','getRandomValues','forEach','searchParams','params','_document','getActiveSheet','CompressMutationService','downloadEndpointUrl','image/jpeg','LOCAL_CACHE_INTERVAL','_httpService','ISnapshotServerService','get','@univerjs/design','updatePermissionObjEvent','memberID','c2Prime','transformRemoteChangeset','/block/','_getSignURL','{fileID}','socket\x20close','Malformed\x20UTF-8\x20data','ACTIVE_UNIT_EVENT_CHANNEL','LIVESHARE_OPERATION','_uiPartsService','/resources','enableSingleActiveInstanceLock','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','copyFileMeta','_startSheetCollabCursor','_clearRedo','updateCollaborator','words','uploadFileServerUrl','isEditing','_handleHover','kdf','encrypt','_resendWithTimeout','_handler','UniverCollaborationClientPlugin','onPointerMove$','CollaborationSocketService','width','_unlockTransition','requestParams','_injector','_incrementRevisionNumber','UniverCore','SheetSkeletonManagerService','OTHER_CLIENTS_EDITING','currentSkeleton$','_scheduleClearOtherTimer','ImageSourceType','Cipher','_onRemoteACK','Hasher','_config','_keyPriorReset','patch','length','sheets','font','processBlock','duration','transformStack\x20failed!','_syncEditingCollabCursorService','extend','charCodeAt','createIdentifier','liveShareOperation','[CollaborationSessionService]:\x20socket\x20error','clone','DocSkeletonManagerService','fromCollab','batchAllowed','startsWith','AuthzIoHttpService','_hash','TEXT_RANGE_LAYER_INDEX','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','commentUpdateEvent','@univerjs/network','CHANGESET_ACK','OffLineSingle','VIEWPORT_KEY','createInstance','_submitChangeset','_collaborationController','assign','_urlService','getMemberID','YUUMI_RATE_OVER_LIMIT','generateRandomId','getUndoRedoMutationParamsCache','has','DataLoaderController','unknown','[CollaborationSession]','init','split','reverse','COMMENT_UPDATE','_sendingTimer','AES','fillText','path','LocalCacheService','svg','find','loadDoc','_createSocket','snapshotServerUrl','MUTATION','ICollaborationSocketService','MessageType','CHANGESET_REJ','registerOnClose','CollaborationStatus','serializeCombRequest','UniverCollaborationClient','keySize','_retryCount','\x20-\x20','getCurrentSelections','UniverEngineFormula','fetchMissingChangesets','displayName','ImageIoService','black','univer-online-status-title','headers','send','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','findNodePositionByCharIndex','hidden','ERROR_IMAGE_TYPE','random','hasOwnProperty','_sender','_context','decryptBlock','_onRemoteChangeset','_acknowledgedAwaitingChangeset','UPDATE_PERMISSION_OBJ','_handleLeaveEvent','_transformSelections','xlink:href','map','format','MD5','getUnit','_process','CBC','@univerjs-pro/collaboration','submit\x20changeset\x20error!','randomUUID','_localStorageService','_collabCursorController','substr','UniverSheets','mapDocumentTypeToUniverType','onRemoteChangeset','3680336YMgemy','reject','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','MSG_FOR_ERROR','_replayCachedMutations','unit-cache-','ciphertext','getActiveRange','isArray','_onRefRangeChange','\x20in\x20_schedule.','origin','_cursorShapes','onTransformState','getOwnPropertySymbols','&to=','_sessions','MoveRangeCommandId','delete','_iv','_drawRectRange','abs','tag','INGEST','onRemoteRetry','univer-online-status','getValue','_onCursorDelete','_draw','compose','_getDownloadEndpointURL','isTransformMutationsWithChangesetSuccess','crypto','_cachedData','NO_OTHER_CLIENTS_EDITING','LEAVE','createDecryptor','mode','fetching\x20missing\x20changesets\x20from\x20','_name','redoState','assignAColorForMemberID','_collaborationPaused','_createInitialStateImpl','_docStateChangeManagerService','algo','registerBeforeClose','ranges','/-/object/list','_singleActiveUnitService','addImageSourceCache','RECT','_transformIMECache','setUndoRedoMutationParamsCache','_cursorInfo$','SUBMIT_CHANGESET','INTERNAL_ERROR','TOO_MANY_REQUESTS','_undoRedoService','save','csShouldRetryEvent','_docTransformIMECacheService','reduce','_createHandler','JSONX','getUnhiddenWorksheets','getLatestCsReqIdBySid','toStringTag','roomMembers$','Subject','_configService','session','getStateCache','distinctUntilChanged','unit','exhaustSavingTask','_hasher','use','UNIVER_DOC','getFocusedUnit','hovered','_updateCollabCursors','_removeClearOtherTimer','[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.','PERMISSION_DENIED','UNIVER_SHEET','_cursors','getMergeData','_roomMembers','_handleEvent','resourceIDs','_assignedColors','0\x200\x2017\x2016','_exhaustRemoteChangesetQueue','appendMutation','stringify','UPDATE_CURSOR','_updateLocalCursor','PSEUDO_FETCH_MISSING_RESULT','/rev/','_scheduleCollaborationTimeoutTimer','/unit/','_labelPosition','_initMergeInterceptor','collabStatus.fetchMiss','connectInjector','_changesetReqId','getInterceptPoints','createEncryptor','_toggleOnline','fromCharCode','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','runRefRangeMutations','onRendered','_socketMessageSubscription','DeleteRangeMoveUpCommandId','CollaborationStatusDisplay','debounceTime','LICENSE_DISTRO_REJECTED','ICommandService','YUUMI_URL_COL_OUT_OF_RANGE','_hovered','Tooltip','show','ref','listCollaborators','_type','_changesetSessionId','HTTPService','UnitEmbedded','red300','_initDependencies','InsertRowCommandId','/universer-api/oidc/authpage','backgroundColor','m1Prime','synced','fromEvent','[CollaborationSessionService]','off-line-single','TEXT','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','HEARTBEAT_TIMEOUT','_doReset','purple300','_init','result','image/png','_heartbeatTimer','_DEC_XFORM_MODE','FETCH_MISSING','DependentOn','_transformHistoryAndStateStack','ReactCurrentOwner','getMember','onRemoteRej','_shouldReportTelemetry','AUTHZ_URL_KEY','fetchMiss','save\x20fail\x20reason\x20is\x20','UniverEngineRender','_timeoutTimer','startTime','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','SessionStatus','_onFetchMissResult','CollaborationSessionService','_commentService','fillStyle','join','Shape','color','_disabled','_getLoginPath','_getMergeRange','objectType','[PendingState]:\x20received\x20acknowledgement.','csRejEvent','_messageService','_refRangeService','slice','onPointerLeave$','collab-text-anchor-','_queuedRemoteChangesets','_ENC_XFORM_MODE','HMAC','\x0aCurrent:\x20','pad','IPermissionService','8971659BIHWQy','x-univer-host','incrementRevOfUnit','fromEventSubject','endRow','\x0aAfter:\x20','CommandType','_cipher','univer-pro.collaboration-client.single-active-unit-service','sin','pending','CipherParams','key','CONFLICT','toString','textEncoder','_loadSheet','@univerjs/engine-formula','_ws','session.connection-failed','createElement','min','UNIVER_PROJECT','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','loadOfflineData','_replaceFileID','handleDeleteRangeMoveUp','onMissedChangesetFetched','roomInfos','finalize','call','LIVESHARE_FETCH_OPERATIONS','_telemetryService','_showConflictNotification','Base','[PendingState]:\x20unhandled\x20univer\x20type:\x20','mixIn','IRenderManagerService','on-line-single','SetWorksheetActivateCommand','name','current','UniverSheetsUi','_loadDoc','with','_doProcessBlock','retryConnectingInterval','@univerjs/rpc','propertyIsEnumerable','gold400','RemoveColCommandId','[UniverCollaborationClientPlugin]','object','_keySchedule','_saveTaskMap','_updateSubUnitFromURLParams','DesktopCollaborationStatusDisplayController','_onMessage','getTime','UNRECOGNIZED','_rescheduleHeartbeat','_cursor','startColumn','BASE64','_saveCache','getTypeOfUnitDisposed$','entries','takeUntil','salt','_clearLocalCache','isActive','eventID','toggleOnline','editing\x20status\x20changed\x20to','5JfKxcv','engine','/new_changes','_transformRemoteChangesetByStateCache','updateMember','CollaborationEvent','UniverInstanceType','_univerInstanceService','switchMap','react','handleInsertRow','_isPermissionRej','_key','_event$','for','_scene','_onConnectionOpen','NOT_COLLAB','_sheetSkeletonManagerService','size','FETCH_MISS','getCollabEntity$','number','selections','_redoStacks','onTransformRemoteChangesetByIMECache','_startCollaboration','getSheetId','setItem','responseType','Encryptor','FromArray','transformChangesets','replaceDocRanges','collaboratorID','ENSURE_SNAPSHOT_EXECUTION','[CollaborationState]:\x20apply\x20error!','jsxs','catch','visibilityState','/-/object/-/batch_allowed','_roomMembers$','PasswordBasedCipher','concat','_socket','update','_selfUnitIDs','buffer','now','roles','univer-online','column','JOIN','url(#$1','conflict','ERROR_IMAGE','post','OpenSSL','includes','univer-online-status-icon','_awaitingChangeset','clearInterval','_collabSessionService','set','getColor','ivSize','formatter','image/gif','putCollaborators','DocStateChangeManagerService','SNAPSHOT_URL_KEY','flatMap','ceil','isPermissionRej','unsubscribe','/fetchmissing?from=','subscribe','dispose$','_checkMissing','disableLocalCache','onStarting','image/jpg','_render','CollaborationController','YUUMI_UNABLE_LOAD_URL','Tools','deserializeToCombResponse','open$','toDisposable','_tryEnsureSocket','append','EXCHANGE_SIGN_URL_SERVER_URL_KEY','APPLY_DUPLICATED','session.collaboration-timeout','m2Prime','handleMoveRange','collaboration.single-unit.warning','ReplaySubject','_waitForHeartbeatResponse','UNDEFINED','_shapes','function','_tryReconnect','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!'];_0x2967=function(){return _0x4ac44e;};return _0x2967();}(function(_0x4179c6,_0x5dc0ea){const _0xebd6ab=_0x586f,_0x2a8296=_0x4179c6();while(!![]){try{const _0x5bdccb=parseInt(_0xebd6ab(0x1b9))/0x1+-parseInt(_0xebd6ab(0x483))/0x2+-parseInt(_0xebd6ab(0x53a))/0x3+parseInt(_0xebd6ab(0x2d9))/0x4+parseInt(_0xebd6ab(0x3e0))/0x5*(parseInt(_0xebd6ab(0x553))/0x6)+parseInt(_0xebd6ab(0x17e))/0x7*(parseInt(_0xebd6ab(0x1bc))/0x8)+-parseInt(_0xebd6ab(0x396))/0x9;if(_0x5bdccb===_0x5dc0ea)break;else _0x2a8296['push'](_0x2a8296['shift']());}catch(_0x1e24a4){_0x2a8296['push'](_0x2a8296['shift']());}}}(_0x2967,0x84a12),function(_0x5ffb50,_0xc0c5d8){const _0x2f6e30=_0x586f;typeof exports=='object'&&typeof module<'u'?_0xc0c5d8(exports,require(_0x2f6e30(0x57b)),require('rxjs'),require(_0x2f6e30(0x4fd)),require('@univerjs/design'),require('@univerjs/ui'),require(_0x2f6e30(0x288)),require('@univerjs-pro/collaboration'),require('@univerjs/telemetry'),require(_0x2f6e30(0x519)),require('@univerjs/sheets'),require(_0x2f6e30(0x107)),require('@univerjs/docs'),require(_0x2f6e30(0x554)),require(_0x2f6e30(0x3a7)),require(_0x2f6e30(0x568)),require(_0x2f6e30(0x3e9)),require(_0x2f6e30(0x3c5))):typeof define==_0x2f6e30(0x445)&&define[_0x2f6e30(0x4a5)]?define([_0x2f6e30(0x50a),_0x2f6e30(0x57b),_0x2f6e30(0x18f),_0x2f6e30(0x4fd),_0x2f6e30(0x242),_0x2f6e30(0x1ad),'@univerjs/network',_0x2f6e30(0x2d0),_0x2f6e30(0x4d0),'@univerjs/docs-ui','@univerjs/sheets','@univerjs/engine-render',_0x2f6e30(0x156),_0x2f6e30(0x554),_0x2f6e30(0x3a7),_0x2f6e30(0x568),_0x2f6e30(0x3e9),'@univerjs/rpc'],_0xc0c5d8):(_0x5ffb50=typeof globalThis<'u'?globalThis:_0x5ffb50||self,_0xc0c5d8(_0x5ffb50[_0x2f6e30(0x2ae)]={},_0x5ffb50[_0x2f6e30(0x266)],_0x5ffb50[_0x2f6e30(0x18f)],_0x5ffb50[_0x2f6e30(0x18f)]['operators'],_0x5ffb50[_0x2f6e30(0x21b)],_0x5ffb50[_0x2f6e30(0x505)],_0x5ffb50['UniverNetwork'],_0x5ffb50['UniverCollaboration'],_0x5ffb50[_0x2f6e30(0x457)],_0x5ffb50[_0x2f6e30(0x4c7)],_0x5ffb50[_0x2f6e30(0x2d6)],_0x5ffb50[_0x2f6e30(0x379)],_0x5ffb50[_0x2f6e30(0x506)],_0x5ffb50[_0x2f6e30(0x160)],_0x5ffb50[_0x2f6e30(0x2b3)],_0x5ffb50[_0x2f6e30(0x3c0)],_0x5ffb50[_0x2f6e30(0x583)],_0x5ffb50[_0x2f6e30(0x499)]));}(this,function(_0x2728bd,_0x8a1a57,_0x933215,_0x478e49,_0x731a74,_0x4b60ff,_0x547ebe,_0x27cfd8,_0x2d346b,_0x473dea,_0x46f63a,_0x20e8c2,_0x1d9e38,_0x1444d,_0x2f3a98,_0x3ba744,_0x5e80f5,_0x6cb789){'use strict';const _0x16631f=_0x586f;var _0x5412be=Object[_0x16631f(0x162)],_0x358f5f=(_0x53f7af,_0xf1df9d,_0x5a448e)=>_0xf1df9d in _0x53f7af?_0x5412be(_0x53f7af,_0xf1df9d,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x5a448e}):_0x53f7af[_0xf1df9d]=_0x5a448e,_0x2a606e=(_0x426f38,_0x1d9b95,_0x3401c4)=>_0x358f5f(_0x426f38,typeof _0x1d9b95!=_0x16631f(0x54a)?_0x1d9b95+'':_0x1d9b95,_0x3401c4);const _0x105ab0=_0x16631f(0x4dc),_0x302226=_0x16631f(0x11f),_0x17ae05=_0x16631f(0x426),_0xe2af66=_0x16631f(0x45b),_0xa043d2='COLLAB_WEB_SOCKET_URL',_0x2e90bf=_0x16631f(0x552),_0x5308f2=_0x16631f(0x208),_0x24c7e0=_0x16631f(0x367),_0x3f4302=_0x16631f(0x594),_0x3c4516=_0x16631f(0x23e),_0x5f392d=_0x16631f(0x453),_0x2866e4='/universer-api/comb',_0x1da8a5=_0x16631f(0x16a),_0x4638d3=_0x16631f(0x35e);var _0x40c994=(_0x384af3=>(_0x384af3[_0x384af3[_0x16631f(0x443)]=0x0]=_0x16631f(0x443),_0x384af3[_0x384af3['OK']=0x1]='OK',_0x384af3[_0x384af3[_0x16631f(0x311)]=0x2]=_0x16631f(0x311),_0x384af3[_0x384af3[_0x16631f(0x32d)]=0x3]=_0x16631f(0x32d),_0x384af3[_0x384af3['NOT_FOUND']=0x4]=_0x16631f(0x4c3),_0x384af3[_0x384af3[_0x16631f(0x571)]=0x5]='UNAUTHENTICATED',_0x384af3[_0x384af3[_0x16631f(0x54e)]=0x6]=_0x16631f(0x54e),_0x384af3[_0x384af3[_0x16631f(0x4f5)]=0x7]=_0x16631f(0x4f5),_0x384af3[_0x384af3['TOO_MANY_REQUESTS']=0x8]=_0x16631f(0x312),_0x384af3[_0x384af3['COMPLETION_FINISHED']=0x9]=_0x16631f(0x1fc),_0x384af3[_0x384af3[_0x16631f(0x507)]=0x1389]=_0x16631f(0x507),_0x384af3[_0x384af3['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]=_0x16631f(0x1d3),_0x384af3[_0x384af3[_0x16631f(0x559)]=0x1772]='SNAPSHOT_HAS_BEEN_REMOVED',_0x384af3[_0x384af3[_0x16631f(0x403)]=0x1773]=_0x16631f(0x403),_0x384af3[_0x384af3[_0x16631f(0x4d6)]=0x1b59]=_0x16631f(0x4d6),_0x384af3[_0x384af3[_0x16631f(0x4b9)]=0x1b5a]=_0x16631f(0x4b9),_0x384af3[_0x384af3[_0x16631f(0x201)]=0x1b5b]='APPLY_REVISION_CONFILICT',_0x384af3[_0x384af3[_0x16631f(0xfe)]=0x1b5c]=_0x16631f(0xfe),_0x384af3[_0x384af3[_0x16631f(0x43c)]=0x1b5d]=_0x16631f(0x43c),_0x384af3[_0x384af3['CONNECTOR_DATA_TOO_LARGE']=0x1f41]=_0x16631f(0x134),_0x384af3[_0x384af3[_0x16631f(0x44c)]=0x2329]='LICENSE_MAX_UNITS_EXCEEDED',_0x384af3[_0x384af3[_0x16631f(0x4ff)]=0x232a]='LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED',_0x384af3[_0x384af3[_0x16631f(0x4a4)]=0x232b]=_0x16631f(0x4a4),_0x384af3[_0x384af3[_0x16631f(0x188)]=0x232c]='LICENSE_EXPORT_SIZE_EXCEEDED',_0x384af3[_0x384af3['LICENSE_DISTRO_REJECTED']=0x232d]=_0x16631f(0x34f),_0x384af3[_0x384af3[_0x16631f(0x434)]=0x2711]=_0x16631f(0x434),_0x384af3[_0x384af3[_0x16631f(0x351)]=0x2712]=_0x16631f(0x351),_0x384af3[_0x384af3[_0x16631f(0x292)]=0x2713]=_0x16631f(0x292),_0x384af3[_0x384af3[_0x16631f(0x1e6)]=0x2714]=_0x16631f(0x1e6),_0x384af3[_0x384af3[_0x16631f(0x3d1)]=-0x1]=_0x16631f(0x3d1),_0x384af3))(_0x40c994||{}),_0x4a6b81=(_0x415daa=>(_0x415daa[_0x415daa[_0x16631f(0x4a0)]=0x0]=_0x16631f(0x4a0),_0x415daa[_0x415daa['UNIVER_DOC']=0x1]=_0x16631f(0x327),_0x415daa[_0x415daa[_0x16631f(0x32e)]=0x2]=_0x16631f(0x32e),_0x415daa[_0x415daa[_0x16631f(0xf6)]=0x3]=_0x16631f(0xf6),_0x415daa[_0x415daa['UNIVER_PROJECT']=0x4]=_0x16631f(0x3ac),_0x415daa[_0x415daa[_0x16631f(0x3d1)]=-0x1]=_0x16631f(0x3d1),_0x415daa))(_0x4a6b81||{}),_0x4421b5=(_0xab8deb=>(_0xab8deb[_0xab8deb[_0x16631f(0x452)]=0x0]=_0x16631f(0x452),_0xab8deb[_0xab8deb[_0x16631f(0x5a6)]=0x1]='HELLO',_0xab8deb[_0xab8deb[_0x16631f(0x414)]=0x2]='JOIN',_0xab8deb[_0xab8deb['LEAVE']=0x3]='LEAVE',_0xab8deb[_0xab8deb[_0x16631f(0x2f0)]=0x4]=_0x16631f(0x2f0),_0xab8deb[_0xab8deb[_0x16631f(0x541)]=0x5]=_0x16631f(0x541),_0xab8deb[_0xab8deb[_0x16631f(0x46c)]=0x6]=_0x16631f(0x46c),_0xab8deb[_0xab8deb[_0x16631f(0x3d1)]=-0x1]=_0x16631f(0x3d1),_0xab8deb))(_0x4421b5||{}),_0x2737e6=(_0x208bcc=>(_0x208bcc[_0x208bcc['UNKNOWN_CODE']=0x0]=_0x16631f(0x11c),_0x208bcc[_0x208bcc['OK']=0x1]='OK',_0x208bcc[_0x208bcc['FAIL']=0x2]=_0x16631f(0x113),_0x208bcc[_0x208bcc['UNRECOGNIZED']=-0x1]='UNRECOGNIZED',_0x208bcc))(_0x2737e6||{}),_0x4e4d17=(_0x341960=>(_0x341960[_0x341960[_0x16631f(0x21e)]=0x0]=_0x16631f(0x21e),_0x341960[_0x341960[_0x16631f(0x55c)]=0x1]=_0x16631f(0x55c),_0x341960[_0x341960[_0x16631f(0x479)]=0x2]=_0x16631f(0x479),_0x341960[_0x341960[_0x16631f(0x35a)]=0x3]='UnitEmbedded',_0x341960[_0x341960[_0x16631f(0x58c)]=0x4]=_0x16631f(0x58c),_0x341960[_0x341960[_0x16631f(0x3d1)]=-0x1]='UNRECOGNIZED',_0x341960))(_0x4e4d17||{});const _0x132856=_0x16631f(0x1b4),_0x361e6c={};function _0x44af3e(_0x1ae501){const _0x19f62d=_0x16631f;var _0x5acb4a,_0x596703,_0x3c7aa5,_0x8a4828,_0x34e785;const _0x1c19a5=_0x1ae501[_0x19f62d(0x140)],_0x27a9ab=JSON[_0x19f62d(0x4c5)](_0x1c19a5);switch(_0x27a9ab['cmd']){case _0x4421b5[_0x19f62d(0x541)]:case _0x4421b5[_0x19f62d(0x5a6)]:{const _0x4a1d17=_0x27a9ab[_0x19f62d(0x4ef)];return{..._0x27a9ab,'data':_0x4a1d17,'cmd':_0x27a9ab[_0x19f62d(0x595)]};}case _0x4421b5['JOIN']:{const _0x81909b=_0x27a9ab['joinRsp'];return{..._0x27a9ab,'data':_0x81909b,'cmd':_0x27a9ab[_0x19f62d(0x595)]};}case _0x4421b5['RECV']:{const _0x4f5ff7=_0x27a9ab[_0x19f62d(0x1ef)];switch(_0x4f5ff7[_0x19f62d(0x3dd)]){case _0x27cfd8[_0x19f62d(0x3e5)][_0x19f62d(0x12f)]:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':(_0x5acb4a=_0x4f5ff7['permissionRejEvent'])==null?void 0x0:_0x5acb4a['cs']},'cmd':_0x27a9ab['cmd']};case _0x27cfd8[_0x19f62d(0x3e5)]['CHANGESET_ACK']:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':(_0x596703=_0x4f5ff7[_0x19f62d(0x533)])==null?void 0x0:_0x596703['cs']},'cmd':_0x27a9ab[_0x19f62d(0x595)]};case _0x27cfd8['CollaborationEvent']['NEW_CHANGESETS']:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':(_0x3c7aa5=_0x4f5ff7[_0x19f62d(0x516)])==null?void 0x0:_0x3c7aa5['cs']},'cmd':_0x27a9ab[_0x19f62d(0x595)]};case _0x27cfd8[_0x19f62d(0x3e5)][_0x19f62d(0x2aa)]:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':(_0x8a4828=_0x4f5ff7[_0x19f62d(0x38a)])==null?void 0x0:_0x8a4828['cs']},'cmd':_0x27a9ab[_0x19f62d(0x595)]};case _0x27cfd8[_0x19f62d(0x3e5)]['CHANGESET_SHOULD_RETRY']:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':(_0x34e785=_0x4f5ff7[_0x19f62d(0x315)])==null?void 0x0:_0x34e785['cs']},'cmd':_0x27a9ab[_0x19f62d(0x595)]};case _0x27cfd8['CollaborationEvent']['UPDATE_CURSOR']:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':_0x4f5ff7[_0x19f62d(0x4f2)]},'cmd':_0x27a9ab[_0x19f62d(0x595)]};case _0x27cfd8[_0x19f62d(0x3e5)][_0x19f62d(0x1e0)]:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':_0x4f5ff7[_0x19f62d(0x4e1)]},'cmd':_0x27a9ab[_0x19f62d(0x595)]};case _0x27cfd8[_0x19f62d(0x3e5)][_0x19f62d(0x214)]:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':_0x4f5ff7['leaveEvent']},'cmd':_0x27a9ab[_0x19f62d(0x595)]};case _0x27cfd8[_0x19f62d(0x3e5)]['LIVESHARE_NEW_HOST']:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':_0x4f5ff7['liveShareNewHost']},'cmd':_0x27a9ab['cmd']};case _0x27cfd8[_0x19f62d(0x3e5)][_0x19f62d(0x3b5)]:case _0x27cfd8[_0x19f62d(0x3e5)][_0x19f62d(0x24d)]:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':_0x4f5ff7[_0x19f62d(0x27c)]},'cmd':_0x27a9ab[_0x19f62d(0x595)]};case _0x27cfd8[_0x19f62d(0x3e5)]['LIVESHARE_TERMINATE']:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':_0x4f5ff7[_0x19f62d(0x179)]},'cmd':_0x27a9ab['cmd']};case _0x27cfd8[_0x19f62d(0x3e5)][_0x19f62d(0x2dc)]:return{..._0x27a9ab,'data':_0x4f5ff7,'cmd':_0x27a9ab[_0x19f62d(0x595)]};case _0x27cfd8[_0x19f62d(0x3e5)][_0x19f62d(0x29c)]:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':_0x4f5ff7[_0x19f62d(0x287)]},'cmd':_0x27a9ab['cmd']};case _0x27cfd8[_0x19f62d(0x3e5)][_0x19f62d(0x2c6)]:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':_0x4f5ff7[_0x19f62d(0x243)]},'cmd':_0x27a9ab[_0x19f62d(0x595)]};case _0x27cfd8[_0x19f62d(0x3e5)]['SHOULD_CLOSE_CONN']:return{..._0x27a9ab,'data':{..._0x4f5ff7,'data':_0x4f5ff7['shouldCloseConn']},'cmd':_0x27a9ab['cmd']};default:return _0x27a9ab;}}default:return _0x27a9ab;}}function _0x5e3630(_0x42197b){const _0x2c0c97=_0x16631f;switch(_0x42197b[_0x2c0c97(0x595)]){case _0x4421b5['HEARTBEAT']:case _0x4421b5[_0x2c0c97(0x5a6)]:return JSON[_0x2c0c97(0x338)]({'cmd':_0x42197b[_0x2c0c97(0x595)],'routeKey':_0x42197b[_0x2c0c97(0x48d)]});case _0x4421b5[_0x2c0c97(0x2f0)]:{let _0x98c844;switch(_0x42197b[_0x2c0c97(0x140)]['eventID']){case _0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x339)]:{_0x98c844={'eventID':_0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x339)],'updateCursorEvent':_0x42197b[_0x2c0c97(0x140)][_0x2c0c97(0x140)]};break;}case _0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x214)]:{_0x98c844={'eventID':_0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x214)],'leaveEvent':_0x42197b[_0x2c0c97(0x140)][_0x2c0c97(0x140)]};break;}case _0x27cfd8[_0x2c0c97(0x3e5)]['USERS_ENTER']:{_0x98c844={'eventID':_0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x1e0)],'joinEvent':_0x42197b[_0x2c0c97(0x140)][_0x2c0c97(0x140)]};break;}case _0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x153)]:{_0x98c844={'eventID':_0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x153)],'liveShareNewHost':_0x42197b[_0x2c0c97(0x140)][_0x2c0c97(0x140)]};break;}case _0x27cfd8['CollaborationEvent']['LIVESHARE_OPERATION']:{_0x98c844={'eventID':_0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x24d)],'liveShareOperation':_0x42197b[_0x2c0c97(0x140)]['data']};break;}case _0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x44e)]:{_0x98c844={'eventID':_0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x44e)],'liveShareTerminate':_0x42197b[_0x2c0c97(0x140)][_0x2c0c97(0x140)]};break;}case _0x27cfd8[_0x2c0c97(0x3e5)][_0x2c0c97(0x55a)]:{_0x98c844={'eventID':_0x27cfd8[_0x2c0c97(0x3e5)]['LIVESHARE_REQUEST_HOST'],'liveShareRequestHost':_0x42197b[_0x2c0c97(0x140)][_0x2c0c97(0x140)]};break;}case _0x27cfd8['CollaborationEvent'][_0x2c0c97(0x3b5)]:{_0x98c844={'eventID':_0x27cfd8['CollaborationEvent'][_0x2c0c97(0x3b5)]};break;}default:_0x98c844={'eventID':_0x42197b[_0x2c0c97(0x140)]['eventID']};}return JSON['stringify']({'cmd':_0x42197b[_0x2c0c97(0x595)],'routeKey':_0x42197b[_0x2c0c97(0x48d)],'collaMsg':_0x98c844});}case _0x4421b5['JOIN']:return JSON[_0x2c0c97(0x338)]({'cmd':_0x42197b[_0x2c0c97(0x595)],'routeKey':_0x42197b[_0x2c0c97(0x48d)],'joinReq':_0x42197b[_0x2c0c97(0x140)]});case _0x4421b5[_0x2c0c97(0x2fc)]:return JSON['stringify']({'cmd':_0x42197b[_0x2c0c97(0x595)],'routeKey':_0x42197b[_0x2c0c97(0x48d)],'leaveReq':_0x42197b[_0x2c0c97(0x140)]});default:throw new Error('[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!');}}var _0x379e0e=Object[_0x16631f(0x162)],_0x1ca809=Object[_0x16631f(0x57e)],_0x5a838e=(_0x5688a9,_0x10a463,_0x11d9c8,_0xebadb8)=>{const _0x321d23=_0x16631f;for(var _0xe3ac9b=_0xebadb8>0x1?void 0x0:_0xebadb8?_0x1ca809(_0x10a463,_0x11d9c8):_0x10a463,_0x1ba81b=_0x5688a9[_0x321d23(0x272)]-0x1,_0x47033a;_0x1ba81b>=0x0;_0x1ba81b--)(_0x47033a=_0x5688a9[_0x1ba81b])&&(_0xe3ac9b=(_0xebadb8?_0x47033a(_0x10a463,_0x11d9c8,_0xe3ac9b):_0x47033a(_0xe3ac9b))||_0xe3ac9b);return _0xebadb8&&_0xe3ac9b&&_0x379e0e(_0x10a463,_0x11d9c8,_0xe3ac9b),_0xe3ac9b;},_0x51ec2c=(_0x1aa654,_0x56c9a1)=>(_0x2aa2f6,_0xb2d24e)=>_0x56c9a1(_0x2aa2f6,_0xb2d24e,_0x1aa654);const _0x55ce8e=_0x8a1a57['createIdentifier'](_0x16631f(0xf5));function _0x5eaccb(_0x1f6842,_0x2d369b,_0xcff014){const _0x372b5f=_0x16631f;return _0x1f6842+'/'+_0x2d369b+'/unit/'+_0xcff014+_0x372b5f(0x3e2);}_0x2728bd[_0x16631f(0x260)]=class extends _0x8a1a57[_0x16631f(0x490)]{constructor(_0x55c53f,_0x34024c,_0x25eb02,_0x4c5c68,_0x426073){const _0x297063=_0x16631f;super(),this['_http']=_0x55c53f,this['_ws']=_0x34024c,this[_0x297063(0x31f)]=_0x25eb02,this[_0x297063(0x515)]=_0x4c5c68,this['_snapshotServerService']=_0x426073;}[_0x16631f(0x121)](_0x1d4068){const _0x323248=_0x16631f,_0x505c58=this[_0x323248(0x3a8)]['createSocket'](_0x1d4068);if(!_0x505c58)throw new Error(_0x323248(0x348));const _0x538a39=new _0x8a1a57[(_0x323248(0x4ae))](),_0x2c2d1d=new _0x933215[(_0x323248(0x31e))]();_0x538a39[_0x323248(0x1cb)](_0x505c58['close$']['subscribe'](_0x5d5ee2=>_0x2c2d1d[_0x323248(0x1dd)](_0x5d5ee2))),_0x538a39[_0x323248(0x1cb)](_0x8a1a57[_0x323248(0x438)](()=>_0x2c2d1d[_0x323248(0x495)]()));const _0x5d32f6=new _0x933215[(_0x323248(0x31e))]();_0x538a39[_0x323248(0x1cb)](_0x505c58['error$'][_0x323248(0x42c)](_0x187d69=>_0x5d32f6[_0x323248(0x1dd)](_0x187d69))),_0x538a39[_0x323248(0x1cb)](_0x8a1a57[_0x323248(0x438)](()=>_0x5d32f6['complete']()));const _0x43be3e=new _0x933215['Subject']();_0x538a39[_0x323248(0x1cb)](_0x505c58[_0x323248(0x560)]['subscribe'](_0xdfaef8=>{const _0x39e3df=_0x323248,_0x533cab=_0x44af3e(_0xdfaef8);_0x43be3e[_0x39e3df(0x1dd)](_0x533cab);})),_0x538a39['add'](_0x8a1a57[_0x323248(0x438)](()=>_0x43be3e[_0x323248(0x495)]()));let _0x2b4493;const _0x252db6=()=>{const _0x2f097b=_0x323248;_0x5d32f6[_0x2f097b(0x1dd)](new Event(_0x2f097b(0x1d8))),_0x2c2d1d[_0x2f097b(0x1dd)](new CloseEvent(_0x2f097b(0x1d8))),_0x2b4493[_0x2f097b(0x1a4)]();};return _0x2b4493={'memberID':'','close$':_0x2c2d1d['asObservable'](),'error$':_0x5d32f6[_0x323248(0x525)](),'open$':_0x505c58[_0x323248(0x437)],'message$':_0x43be3e[_0x323248(0x525)](),'send':_0x5a022c=>{const _0x4b7a3f=_0x323248;if(_0x5a022c['cmd']===_0x4421b5[_0x4b7a3f(0x2f0)]){if(_0x5a022c[_0x4b7a3f(0x140)][_0x4b7a3f(0x3dd)]===_0x27cfd8[_0x4b7a3f(0x3e5)]['SUBMIT_CHANGESET']){this['_submitChangeset'](_0x2b4493,_0x5a022c[_0x4b7a3f(0x140)])['catch'](_0x319caf=>{const _0x477e00=_0x4b7a3f;this['_logService'][_0x477e00(0x1df)](_0x319caf),_0x252db6();});return;}if(_0x5a022c[_0x4b7a3f(0x140)][_0x4b7a3f(0x3dd)]===_0x27cfd8[_0x4b7a3f(0x3e5)][_0x4b7a3f(0x36f)]){const _0x2b2f16=_0x5a022c[_0x4b7a3f(0x140)];this[_0x4b7a3f(0x558)](_0x2b2f16)[_0x4b7a3f(0x566)](_0x2e1198=>{const _0x1c6b26=_0x4b7a3f;_0x43be3e[_0x1c6b26(0x1dd)]({'cmd':_0x4421b5[_0x1c6b26(0x46c)],'code':_0x2737e6['OK'],'routeKey':_0x2b2f16[_0x1c6b26(0x140)][_0x1c6b26(0x477)],'routeType':'','data':{'eventID':_0x27cfd8[_0x1c6b26(0x3e5)][_0x1c6b26(0x33b)],'data':{'changesets':_0x2e1198}}});})[_0x4b7a3f(0x406)](_0x531603=>{const _0x11c206=_0x4b7a3f;this[_0x11c206(0x515)]['error'](_0x531603),_0x252db6();});return;}}_0x505c58['send'](_0x5e3630(_0x5a022c));},'close':()=>{const _0x5a9d47=_0x323248;_0x505c58[_0x5a9d47(0x1a4)](),_0x538a39[_0x5a9d47(0x4a7)]();}},_0x2b4493;}async[_0x16631f(0x28d)](_0x3debf8,_0x253be6){const _0x56d43a=_0x16631f;var _0x7230e0,_0x185c2c;const {unitType:_0x4567c2,unitID:_0x539e5c,changeset:_0x8681d5}=_0x253be6['data'],_0x2c380d={'unitID':_0x539e5c,'memberID':_0x3debf8[_0x56d43a(0x244)],'type':_0x4567c2,'changeset':_0x27cfd8[_0x56d43a(0x52d)](_0x8681d5)},_0x5bdf43=this[_0x56d43a(0x31f)][_0x56d43a(0xfd)](_0x5f392d),_0x146600=this[_0x56d43a(0x31f)][_0x56d43a(0xfd)](_0x132856),_0x240b49=_0x5eaccb((_0x185c2c=(_0x7230e0=_0x146600==null?void 0x0:_0x146600[_0x56d43a(0x464)])!=null?_0x7230e0:_0x5bdf43)!=null?_0x185c2c:_0x2866e4,_0x4567c2,_0x539e5c);try{await this['_http']['post'](_0x240b49,{'body':_0x2c380d});}catch(_0x5f0ed4){throw this[_0x56d43a(0x515)][_0x56d43a(0x1df)](_0x56d43a(0x298),_0x56d43a(0x2d1)),_0x5f0ed4;}}async[_0x16631f(0x558)](_0x51f29e){const _0x2e9fc4=_0x16631f,{unitID:_0x5dfdd7,from:_0x3c4a18,to:_0x456348,unitType:_0x17d158}=_0x51f29e[_0x2e9fc4(0x140)];return(await this[_0x2e9fc4(0x4bd)][_0x2e9fc4(0x2b4)]({'metadata':void 0x0},{'unitID':_0x5dfdd7,'type':_0x17d158,'from':_0x3c4a18,'to':_0x456348}))[_0x2e9fc4(0x593)];}},_0x2728bd['CollaborationSocketService']=_0x5a838e([_0x51ec2c(0x0,_0x8a1a57[_0x16631f(0x537)](_0x547ebe[_0x16631f(0x359)])),_0x51ec2c(0x1,_0x8a1a57[_0x16631f(0x537)](_0x547ebe[_0x16631f(0x1ca)])),_0x51ec2c(0x2,_0x8a1a57[_0x16631f(0x4f9)]),_0x51ec2c(0x3,_0x8a1a57[_0x16631f(0xfc)]),_0x51ec2c(0x4,_0x27cfd8['ISnapshotServerService'])],_0x2728bd[_0x16631f(0x260)]);const _0x191ac8=_0x16631f(0x503);function _0x47bcb8(_0x542a8e){const _0xf7791a=_0x16631f;return JSON[_0xf7791a(0x338)](_0x542a8e)[_0xf7791a(0x272)];}class _0xe71ff7{constructor(){const _0xc1de3e=_0x16631f;_0x2a606e(this,_0xc1de3e(0x518),new _0x933215[(_0xc1de3e(0x31e))]()),_0x2a606e(this,_0xc1de3e(0x184),this[_0xc1de3e(0x518)][_0xc1de3e(0x525)]());}['onCommentUpdate'](_0x426124){const _0x2f13e7=_0x16631f;this['_commentUpdate$'][_0x2f13e7(0x1dd)](_0x426124);}}var _0x414fe2=Object[_0x16631f(0x162)],_0x16bd0e=Object['getOwnPropertyDescriptor'],_0x522c3c=(_0xf4e0c9,_0x22e4c6,_0x26d33a,_0x54f6fa)=>{const _0x258c46=_0x16631f;for(var _0x5a1739=_0x54f6fa>0x1?void 0x0:_0x54f6fa?_0x16bd0e(_0x22e4c6,_0x26d33a):_0x22e4c6,_0x1cdf63=_0xf4e0c9[_0x258c46(0x272)]-0x1,_0x3396b4;_0x1cdf63>=0x0;_0x1cdf63--)(_0x3396b4=_0xf4e0c9[_0x1cdf63])&&(_0x5a1739=(_0x54f6fa?_0x3396b4(_0x22e4c6,_0x26d33a,_0x5a1739):_0x3396b4(_0x5a1739))||_0x5a1739);return _0x54f6fa&&_0x5a1739&&_0x414fe2(_0x22e4c6,_0x26d33a,_0x5a1739),_0x5a1739;},_0xc2f820=(_0x3f53b4,_0x4f64a1)=>(_0x356d5b,_0x3dbe53)=>_0x4f64a1(_0x356d5b,_0x3dbe53,_0x3f53b4);_0x2728bd[_0x16631f(0x584)]=class extends _0x8a1a57[_0x16631f(0x490)]{constructor(_0x20f640,_0x9f56a){const _0x45e02a=_0x16631f;super(),_0x2a606e(this,_0x45e02a(0x331),new Map()),(this[_0x45e02a(0x3e7)]=_0x20f640,this[_0x45e02a(0x4c8)]=_0x9f56a,this[_0x45e02a(0x14a)](_0x8a1a57[_0x45e02a(0x438)](_0x933215[_0x45e02a(0x116)](this[_0x45e02a(0x3e7)]['getTypeOfUnitDisposed$'](_0x8a1a57[_0x45e02a(0x3e6)][_0x45e02a(0x32e)])[_0x45e02a(0x4be)](_0x478e49[_0x45e02a(0x2ca)](_0x511cbb=>_0x511cbb['getUnitId']())),this['_univerInstanceService'][_0x45e02a(0x3d7)](_0x8a1a57[_0x45e02a(0x3e6)][_0x45e02a(0x327)])['pipe'](_0x478e49['map'](_0x270d35=>_0x270d35['getUnitId']())),this[_0x45e02a(0x3e7)][_0x45e02a(0x3d7)](_0x8a1a57['UniverInstanceType']['UNIVER_SLIDE'])[_0x45e02a(0x4be)](_0x478e49[_0x45e02a(0x2ca)](_0x1ca0ef=>_0x1ca0ef['getUnitId']())))[_0x45e02a(0x42c)](_0x1e313d=>this[_0x45e02a(0x1a1)](_0x1e313d)))));}['setCurrentUser'](_0x303936){const _0x2ebddd=_0x16631f;this[_0x2ebddd(0x4c8)][_0x2ebddd(0x4db)](_0x303936);}[_0x16631f(0x223)](){const _0x179fcd=_0x16631f;return this[_0x179fcd(0x4c8)]['getCurrentUser']();}[_0x16631f(0x3e4)](_0x48f02c,_0x16be2a){const _0x5dc80b=_0x16631f;let _0x76533a=this[_0x5dc80b(0x331)][_0x5dc80b(0x241)](_0x48f02c);_0x76533a||(_0x76533a=new _0x23ee47(),this[_0x5dc80b(0x331)]['set'](_0x48f02c,_0x76533a)),_0x76533a[_0x5dc80b(0x3e4)](_0x16be2a);}[_0x16631f(0x50f)](_0xe50c58,_0x3dca8e){const _0x9cf65c=_0x16631f,_0x4678ae=this[_0x9cf65c(0x331)][_0x9cf65c(0x241)](_0xe50c58);_0x4678ae&&_0x4678ae[_0x9cf65c(0x50f)](_0x3dca8e);}[_0x16631f(0x15e)](_0x511df2){const _0xef13e=_0x16631f;return this[_0xef13e(0x331)][_0xef13e(0x241)](_0x511df2);}['getMember'](_0xd449bb,_0xbf115f){const _0x21d635=_0x16631f,_0x3ce39e=this[_0x21d635(0x331)]['get'](_0xd449bb);if(_0x3ce39e)return _0x3ce39e[_0x21d635(0x373)](_0xbf115f);}['_removeRoom'](_0x64fc4d){const _0x5d07fa=_0x16631f,_0x323b3c=this[_0x5d07fa(0x331)][_0x5d07fa(0x241)](_0x64fc4d);_0x323b3c&&(_0x323b3c[_0x5d07fa(0x4a7)](),this[_0x5d07fa(0x331)][_0x5d07fa(0x2eb)](_0x64fc4d));}['dispose'](){const _0x5b75b5=_0x16631f;this[_0x5b75b5(0x331)][_0x5b75b5(0x236)](_0x38b483=>_0x38b483[_0x5b75b5(0x4a7)]()),this['_roomMembers'][_0x5b75b5(0x4b6)]();}},_0x2728bd[_0x16631f(0x584)]=_0x522c3c([_0xc2f820(0x0,_0x8a1a57[_0x16631f(0x1db)]),_0xc2f820(0x1,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57['UserManagerService']))],_0x2728bd[_0x16631f(0x584)]);class _0x23ee47 extends _0x8a1a57[_0x16631f(0x490)]{constructor(){const _0x296087=_0x16631f;super(...arguments),_0x2a606e(this,_0x296087(0x19d),new Map());}[_0x16631f(0x4a7)](){const _0x4d1d17=_0x16631f;this[_0x4d1d17(0x19d)][_0x4d1d17(0x4b6)]();}[_0x16631f(0x3e4)](_0x3f4d44){const _0x20b32e=_0x16631f;this[_0x20b32e(0x19d)][_0x20b32e(0x41f)](_0x3f4d44[_0x20b32e(0x244)],_0x3f4d44);}[_0x16631f(0x50f)](_0x3254e4){const _0x39571e=_0x16631f;this[_0x39571e(0x19d)]['delete'](_0x3254e4);}[_0x16631f(0x373)](_0x3ad73e){const _0x47946a=_0x16631f;return this[_0x47946a(0x19d)][_0x47946a(0x241)](_0x3ad73e);}[_0x16631f(0x1e4)](){const _0x3c714d=_0x16631f;return Array[_0x3c714d(0x1cf)](this[_0x3c714d(0x19d)]['values']());}}var _0x41cb9d=Object['defineProperty'],_0x5ad160=Object[_0x16631f(0x57e)],_0x53c022=(_0x47e6a1,_0x5e983e,_0x33f30b,_0x77d64a)=>{for(var _0x506584=_0x77d64a>0x1?void 0x0:_0x77d64a?_0x5ad160(_0x5e983e,_0x33f30b):_0x5e983e,_0x6cdcc6=_0x47e6a1['length']-0x1,_0xe8b0f5;_0x6cdcc6>=0x0;_0x6cdcc6--)(_0xe8b0f5=_0x47e6a1[_0x6cdcc6])&&(_0x506584=(_0x77d64a?_0xe8b0f5(_0x5e983e,_0x33f30b,_0x506584):_0xe8b0f5(_0x506584))||_0x506584);return _0x77d64a&&_0x506584&&_0x41cb9d(_0x5e983e,_0x33f30b,_0x506584),_0x506584;},_0x1ec151=(_0x34c632,_0x514db9)=>(_0x220293,_0x5bf8e2)=>_0x514db9(_0x220293,_0x5bf8e2,_0x34c632),_0x53eb3f=(_0x67ba81=>(_0x67ba81[_0x67ba81[_0x16631f(0x461)]=0x0]='IDLE',_0x67ba81[_0x67ba81['JOINING']=0x1]=_0x16631f(0x157),_0x67ba81[_0x67ba81[_0x16631f(0x106)]=0x2]=_0x16631f(0x106),_0x67ba81[_0x67ba81[_0x16631f(0x173)]=0x3]='ONLINE',_0x67ba81))(_0x53eb3f||{});_0x2728bd['CollaborationSession']=class extends _0x8a1a57[_0x16631f(0x228)]{constructor(_0x158c69,_0x4602b3,_0x20ac43,_0x336023,_0x46dcfa,_0x36ff5e,_0x5a21a2,_0x4b00fd,_0x8cde2f,_0x58cba4){const _0x740a4f=_0x16631f;super(),_0x2a606e(this,_0x740a4f(0x476),new _0x933215[(_0x740a4f(0x1fd))](0x0)),_0x2a606e(this,'sessionStatus$',this['_sessionStatus$'][_0x740a4f(0x525)]()),_0x2a606e(this,'_event$',new _0x933215[(_0x740a4f(0x31e))]()),_0x2a606e(this,_0x740a4f(0x197),this[_0x740a4f(0x3ed)][_0x740a4f(0x525)]()),_0x2a606e(this,_0x740a4f(0x40c)),_0x2a606e(this,_0x740a4f(0x34b)),_0x2a606e(this,_0x740a4f(0x149)),_0x2a606e(this,'_shouldReportTelemetry',!0x1),_0x2a606e(this,_0x740a4f(0x47c),null),(this[_0x740a4f(0x5ac)]=_0x158c69,this[_0x740a4f(0x515)]=_0x20ac43,this['_beforeCloseService']=_0x336023,this[_0x740a4f(0x38b)]=_0x46dcfa,this[_0x740a4f(0x31f)]=_0x36ff5e,this[_0x740a4f(0x4f0)]=_0x5a21a2,this['_memberService']=_0x4b00fd,this[_0x740a4f(0x380)]=_0x8cde2f,this['_telemetryService']=_0x58cba4,this[_0x740a4f(0x375)]=!!this[_0x740a4f(0x3b6)],_0x4602b3[_0x740a4f(0x4be)](_0x933215[_0x740a4f(0x3d9)](this[_0x740a4f(0x42d)]))[_0x740a4f(0x42c)](_0x3de438=>{const _0xb2f192=_0x740a4f;var _0x1dd9a7;typeof _0x3de438>'u'||(this[_0xb2f192(0x40c)]=_0x3de438,_0x3de438?(this[_0xb2f192(0x508)](_0x3de438),this['_socketMessageSubscription']=_0x3de438[_0xb2f192(0x560)]['subscribe'](_0x276a69=>{const _0x526b60=_0xb2f192;_0x276a69[_0x526b60(0x48d)]===this[_0x526b60(0x5ac)]&&this[_0x526b60(0x527)](_0x276a69);})):(this[_0xb2f192(0x10d)](),this[_0xb2f192(0x476)][_0xb2f192(0x1dd)](0x2),(_0x1dd9a7=this[_0xb2f192(0x34b)])==null||_0x1dd9a7[_0xb2f192(0x42a)](),this[_0xb2f192(0x34b)]=null));}),this[_0x740a4f(0x14a)](this[_0x740a4f(0x20c)][_0x740a4f(0x2ab)](()=>{const _0x3e031d=_0x740a4f;var _0x4414a5;(_0x4414a5=this[_0x3e031d(0x40c)])==null||_0x4414a5['send']({'cmd':_0x4421b5[_0x3e031d(0x2fc)],'data':{'roomID':this[_0x3e031d(0x5ac)]}});})));}get[_0x16631f(0x226)](){const _0x3f4ee4=_0x16631f;return this[_0x3f4ee4(0x476)][_0x3f4ee4(0x2f3)]();}[_0x16631f(0x291)](){const _0x396df9=_0x16631f;var _0x257765,_0x42cb47;return(_0x42cb47=(_0x257765=this['_socket'])==null?void 0x0:_0x257765[_0x396df9(0x244)])!=null?_0x42cb47:null;}[_0x16631f(0x4a7)](){const _0x4b7e3a=_0x16631f;super[_0x4b7e3a(0x4a7)](),this['dispose$'][_0x4b7e3a(0x1dd)](),this['dispose$'][_0x4b7e3a(0x495)]();}[_0x16631f(0x1a4)](){const _0x50eb97=_0x16631f;var _0x3a3dfa,_0x59e8de;this['_throwTelemetryCollaborationNewChangeset'](),(_0x3a3dfa=this['_socket'])==null||_0x3a3dfa[_0x50eb97(0x2ba)]({'cmd':_0x4421b5[_0x50eb97(0x2fc)],'data':{'roomID':this['_unitID']}}),(_0x59e8de=this[_0x50eb97(0x40c)])==null||_0x59e8de[_0x50eb97(0x1a4)](),this[_0x50eb97(0x3ed)][_0x50eb97(0x495)](),this['_sessionStatus$'][_0x50eb97(0x495)](),this[_0x50eb97(0x4a7)]();}[_0x16631f(0x527)](_0x3f2c55){const _0x491aad=_0x16631f;_0x3f2c55[_0x491aad(0x595)]===_0x4421b5['JOIN']?this[_0x491aad(0x458)](_0x3f2c55):_0x3f2c55[_0x491aad(0x595)]===_0x4421b5[_0x491aad(0x46c)]&&this[_0x491aad(0x14f)](_0x3f2c55);}[_0x16631f(0x508)](_0x2ae19c){const _0x497c20=_0x16631f;this[_0x497c20(0x476)][_0x497c20(0x1dd)](0x1),_0x2ae19c['send']({'cmd':_0x4421b5[_0x497c20(0x414)],'routeKey':this[_0x497c20(0x5ac)],'routeType':'','data':{'rooms':[{'roomID':this[_0x497c20(0x5ac)]}]}});}[_0x16631f(0x458)](_0x1edaa1){const _0xf6bfdb=_0x16631f;var _0xc0ec94;if(_0x1edaa1[_0xf6bfdb(0x196)]===_0x2737e6[_0xf6bfdb(0x113)]){this[_0xf6bfdb(0x38b)][_0xf6bfdb(0x354)]({'type':_0x731a74[_0xf6bfdb(0x2a9)][_0xf6bfdb(0x53b)],'content':this[_0xf6bfdb(0x4f0)]['t']('session.room-full')}),this[_0xf6bfdb(0x476)][_0xf6bfdb(0x1dd)](0x2);return;}this[_0xf6bfdb(0x476)]['next'](0x3);const _0x20c807=(_0xc0ec94=_0x1edaa1[_0xf6bfdb(0x140)][_0xf6bfdb(0x3b2)][this[_0xf6bfdb(0x5ac)]])==null?void 0x0:_0xc0ec94['members'];_0x20c807&&_0x20c807[_0xf6bfdb(0x236)](_0x15ba1b=>this['_memberService'][_0xf6bfdb(0x3e4)](this['_unitID'],_0x15ba1b));}['_onRecvEvent'](_0x315aee){const _0x3abc75=_0x16631f;try{const _0x50af67=_0x315aee['data'];switch(_0x50af67['eventID']){case _0x27cfd8[_0x3abc75(0x3e5)][_0x3abc75(0x1e0)]:this[_0x3abc75(0x1f1)](_0x50af67),this[_0x3abc75(0x3ed)]['next'](_0x50af67);break;case _0x27cfd8[_0x3abc75(0x3e5)][_0x3abc75(0x214)]:this[_0x3abc75(0x195)](_0x50af67),this[_0x3abc75(0x3ed)][_0x3abc75(0x1dd)](_0x50af67);break;case _0x27cfd8[_0x3abc75(0x3e5)][_0x3abc75(0x289)]:case _0x27cfd8[_0x3abc75(0x3e5)][_0x3abc75(0x105)]:this[_0x3abc75(0x538)](),this[_0x3abc75(0x57a)](),this[_0x3abc75(0x3ed)][_0x3abc75(0x1dd)](_0x50af67);break;case _0x27cfd8[_0x3abc75(0x3e5)][_0x3abc75(0x2dc)]:this['_logService'][_0x3abc75(0x1df)](_0x3abc75(0x378)+JSON['stringify'](_0x50af67)),this[_0x3abc75(0x3ed)][_0x3abc75(0x1dd)](_0x50af67);break;case _0x27cfd8['CollaborationEvent'][_0x3abc75(0x29c)]:this[_0x3abc75(0x380)][_0x3abc75(0x485)](_0x50af67[_0x3abc75(0x140)]),this['_event$'][_0x3abc75(0x1dd)](_0x50af67);break;default:this['_event$'][_0x3abc75(0x1dd)](_0x50af67);}}catch(_0xaa093a){this[_0x3abc75(0x515)][_0x3abc75(0x1df)](_0xaa093a,_0x315aee);}}[_0x16631f(0x1f1)](_0x2fe59e){const _0x38e1c6=_0x16631f;this['_memberService']['updateMember'](this[_0x38e1c6(0x5ac)],_0x2fe59e[_0x38e1c6(0x140)]);}['_onUserLeave'](_0x297483){const _0x4fff40=_0x16631f;this[_0x4fff40(0x154)][_0x4fff40(0x50f)](this[_0x4fff40(0x5ac)],_0x297483[_0x4fff40(0x140)][_0x4fff40(0x244)]);}async[_0x16631f(0x2ba)](_0x537555,_0x38f606){const _0x46586b=_0x16631f;if(this[_0x46586b(0x226)]!==0x3||!this[_0x46586b(0x40c)])throw new Error(_0x46586b(0x37c));try{_0x537555[_0x46586b(0x3dd)]===_0x27cfd8[_0x46586b(0x3e5)][_0x46586b(0x310)]&&(this[_0x46586b(0x33d)](),this[_0x46586b(0x4ac)](_0x537555)),this[_0x46586b(0x40c)][_0x46586b(0x2ba)]({'cmd':_0x4421b5[_0x46586b(0x2f0)],'routeKey':_0x38f606,'routeType':'','data':_0x537555});}catch(_0x5259e5){this[_0x46586b(0x515)]['error'](_0x5259e5);}}[_0x16631f(0x33d)](){const _0x33b47d=_0x16631f;var _0x321ecb;this[_0x33b47d(0x149)]=window[_0x33b47d(0x50b)](()=>{const _0x2b92b2=_0x33b47d;this[_0x2b92b2(0x149)]=null,this['_messageService'][_0x2b92b2(0x354)]({'type':_0x731a74['MessageType'][_0x2b92b2(0x5b1)],'content':this[_0x2b92b2(0x4f0)]['t'](_0x2b92b2(0x43d))});},(_0x321ecb=this['_configService']['getConfig'](_0x24c7e0))!=null?_0x321ecb:0x4e20);}['_clearCollaborationTimeoutTimer'](){const _0xf12932=_0x16631f;this[_0xf12932(0x149)]&&(clearTimeout(this['_collaborationTimeoutTimer']),this[_0xf12932(0x149)]=null);}[_0x16631f(0x4ac)](_0x141ddb){const _0x1c328f=_0x16631f;if(!this[_0x1c328f(0x375)])return;const {data:_0x36981b}=_0x141ddb,{unitID:_0x1a484d,changeset:_0x407c98}=_0x36981b,{mutations:_0x5b02ea,type:_0x22c468}=_0x407c98;this['_telemetryInfo']={'unitId':_0x1a484d,'type':_0x22c468,'startTime':performance[_0x1c328f(0x410)](),'stopTime':0x0,'duration':0x0,'size':_0x47bcb8(_0x5b02ea)};}[_0x16631f(0x538)](){const _0x34bb9a=_0x16631f;if(this[_0x34bb9a(0x375)]){if(!this['_telemetryInfo']){this[_0x34bb9a(0x515)]['error'](_0x34bb9a(0x298),_0x34bb9a(0x155));return;}this['_telemetryInfo'][_0x34bb9a(0x17b)]=performance[_0x34bb9a(0x410)](),this[_0x34bb9a(0x47c)][_0x34bb9a(0x276)]=this[_0x34bb9a(0x47c)]['stopTime']-this[_0x34bb9a(0x47c)][_0x34bb9a(0x37b)],this[_0x34bb9a(0x3b6)][_0x34bb9a(0x1c3)](_0x191ac8,this[_0x34bb9a(0x47c)]),this[_0x34bb9a(0x47c)]=null;}}[_0x16631f(0x10d)](){const _0x3c000a=_0x16631f;this[_0x3c000a(0x47c)]=null;}},_0x2728bd[_0x16631f(0x4c9)]=_0x53c022([_0x1ec151(0x2,_0x8a1a57[_0x16631f(0xfc)]),_0x1ec151(0x3,_0x4b60ff[_0x16631f(0x4c4)]),_0x1ec151(0x4,_0x4b60ff[_0x16631f(0x136)]),_0x1ec151(0x5,_0x8a1a57['IConfigService']),_0x1ec151(0x6,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x1f4)])),_0x1ec151(0x7,_0x8a1a57[_0x16631f(0x537)](_0x2728bd[_0x16631f(0x584)])),_0x1ec151(0x8,_0x8a1a57[_0x16631f(0x537)](_0xe71ff7)),_0x1ec151(0x9,_0x8a1a57[_0x16631f(0x1c1)](_0x2d346b['ITelemetryService']))],_0x2728bd[_0x16631f(0x4c9)]);var _0x4a420b=Object['defineProperty'],_0x13c799=Object[_0x16631f(0x57e)],_0x379a6c=(_0x4a6cac,_0x21f822,_0x518ce1,_0x5d80fd)=>{const _0x8f8d80=_0x16631f;for(var _0x1e9d20=_0x5d80fd>0x1?void 0x0:_0x5d80fd?_0x13c799(_0x21f822,_0x518ce1):_0x21f822,_0xa8840b=_0x4a6cac[_0x8f8d80(0x272)]-0x1,_0x1d7d47;_0xa8840b>=0x0;_0xa8840b--)(_0x1d7d47=_0x4a6cac[_0xa8840b])&&(_0x1e9d20=(_0x5d80fd?_0x1d7d47(_0x21f822,_0x518ce1,_0x1e9d20):_0x1d7d47(_0x1e9d20))||_0x1e9d20);return _0x5d80fd&&_0x1e9d20&&_0x4a420b(_0x21f822,_0x518ce1,_0x1e9d20),_0x1e9d20;},_0x142a48=(_0xa25bf0,_0x16950f)=>(_0x5dd1f0,_0x2f2753)=>_0x16950f(_0x5dd1f0,_0x2f2753,_0xa25bf0);_0x2728bd[_0x16631f(0x37f)]=class extends _0x8a1a57[_0x16631f(0x490)]{constructor(_0xa6e7af,_0x18ce71,_0x7b659,_0x17661f,_0x305ba0,_0x552de8){const _0xfb2e9f=_0x16631f;super(),_0x2a606e(this,'_socket$',new _0x933215[(_0xfb2e9f(0x1fd))](void 0x0)),_0x2a606e(this,_0xfb2e9f(0x523),this[_0xfb2e9f(0x576)]['asObservable']()),_0x2a606e(this,'_candidateSocket',null),_0x2a606e(this,_0xfb2e9f(0x2e9),new Map()),_0x2a606e(this,_0xfb2e9f(0x1d0),new _0x933215[(_0xfb2e9f(0x1fd))](_0x53eb3f[_0xfb2e9f(0x461)])),_0x2a606e(this,_0xfb2e9f(0x48f),this['_status$'][_0xfb2e9f(0x525)]()),_0x2a606e(this,_0xfb2e9f(0x175),!0x1),_0x2a606e(this,_0xfb2e9f(0x1b0)),_0x2a606e(this,_0xfb2e9f(0x2b0),0x0),_0x2a606e(this,_0xfb2e9f(0x1b6)),_0x2a606e(this,_0xfb2e9f(0x37a)),(this[_0xfb2e9f(0x264)]=_0xa6e7af,this['_localeService']=_0x18ce71,this[_0xfb2e9f(0x38b)]=_0x7b659,this[_0xfb2e9f(0x515)]=_0x17661f,this[_0xfb2e9f(0x31f)]=_0x305ba0,this[_0xfb2e9f(0x4e2)]=_0x552de8,this[_0xfb2e9f(0x202)]());}get[_0x16631f(0x40c)](){return this['_socket$']['getValue']();}['_initEventListeners'](){const _0x1cb638=_0x16631f;this['_listenToOfflineEvent'](),this[_0x1cb638(0x462)]();}[_0x16631f(0x4a7)](){const _0x3e5de2=_0x16631f;super[_0x3e5de2(0x4a7)](),this['_sessions'][_0x3e5de2(0x236)](_0x414c97=>_0x414c97[_0x3e5de2(0x4a7)]()),this[_0x3e5de2(0x2e9)]['clear'](),this['_status$'][_0x3e5de2(0x495)]();}async['requireSession'](_0x469ff6){const _0x40868e=_0x16631f;if(this[_0x40868e(0x2e9)][_0x40868e(0x295)](_0x469ff6))return this['_sessions'][_0x40868e(0x241)](_0x469ff6);this[_0x40868e(0x439)]();const _0x55af45=this['_injector']['createInstance'](_0x2728bd[_0x40868e(0x4c9)],_0x469ff6,this[_0x40868e(0x576)][_0x40868e(0x525)]());return this[_0x40868e(0x2e9)][_0x40868e(0x41f)](_0x469ff6,_0x55af45),_0x55af45;}[_0x16631f(0x46d)](_0x488644){const _0x4c0d15=_0x16631f;var _0xcfe850;const _0x28f101=this[_0x4c0d15(0x2e9)][_0x4c0d15(0x241)](_0x488644);_0x28f101&&(this['_sessions'][_0x4c0d15(0x2eb)](_0x488644),_0x28f101[_0x4c0d15(0x1a4)]()),this[_0x4c0d15(0x2e9)][_0x4c0d15(0x3f3)]||(_0xcfe850=this['_socket'])==null||_0xcfe850[_0x4c0d15(0x1a4)]();}[_0x16631f(0x1cc)](){const _0x2d63fd=_0x16631f;this[_0x2d63fd(0x2b0)]=0x0,this[_0x2d63fd(0x1b0)]!=null&&(clearTimeout(this[_0x2d63fd(0x1b0)]),this[_0x2d63fd(0x1b0)]=null),this['_tryReconnect']();}[_0x16631f(0x2a5)](){const _0x1024b5=_0x16631f;var _0x6cad9,_0x5271cc;const _0x276866=this[_0x1024b5(0x31f)]['getConfig'](_0xa043d2),_0x3a359b=this[_0x1024b5(0x31f)][_0x1024b5(0xfd)](_0x132856),_0x5186fe=(_0x5271cc=(_0x6cad9=_0x3a359b==null?void 0x0:_0x3a359b[_0x1024b5(0x15c)])!=null?_0x6cad9:_0x276866)!=null?_0x5271cc:_0x2e90bf,_0x311887=this[_0x1024b5(0x4e2)]['createSocket'](_0x5186fe);return this[_0x1024b5(0x1c5)]=_0x311887,_0x311887;}[_0x16631f(0x439)](){const _0xa5c4eb=_0x16631f;var _0x2b288f,_0x5012bc;try{const _0x38bdf2=(_0x5012bc=(_0x2b288f=this[_0xa5c4eb(0x40c)])!=null?_0x2b288f:this[_0xa5c4eb(0x1c5)])!=null?_0x5012bc:this[_0xa5c4eb(0x2a5)]();if(_0x38bdf2){const _0x255253=_0x38bdf2['send'];_0x38bdf2[_0xa5c4eb(0x2ba)]=_0x13f9c0=>(this[_0xa5c4eb(0x3d2)](),_0x255253['apply'](_0x38bdf2,[_0x13f9c0])),_0x38bdf2[_0xa5c4eb(0x560)][_0xa5c4eb(0x42c)](_0xc7fac2=>this[_0xa5c4eb(0x3cf)](_0x38bdf2,_0xc7fac2)),_0x38bdf2['error$'][_0xa5c4eb(0x4be)](_0x478e49[_0xa5c4eb(0x4a3)](0x1))[_0xa5c4eb(0x42c)](_0x576b71=>this[_0xa5c4eb(0x515)][_0xa5c4eb(0x1df)](_0xa5c4eb(0x27d),_0x576b71)),_0x38bdf2['open$'][_0xa5c4eb(0x4be)](_0x478e49['take'](0x1))['subscribe'](()=>{const _0x45293f=_0xa5c4eb;this[_0x45293f(0x3f0)](_0x38bdf2);}),_0x38bdf2[_0xa5c4eb(0x1d9)][_0xa5c4eb(0x4be)](_0x478e49[_0xa5c4eb(0x4a3)](0x1))[_0xa5c4eb(0x42c)](_0x5aed1c=>{const _0x4a528a=_0xa5c4eb;this[_0x4a528a(0x515)][_0x4a528a(0x22a)]('[CollaborationSessionService]',_0x4a528a(0x24a),_0x5aed1c),this[_0x4a528a(0x135)]();});}}catch(_0x1b07c0){this[_0xa5c4eb(0x515)][_0xa5c4eb(0x1df)](_0x1b07c0),this[_0xa5c4eb(0x135)]();}}[_0x16631f(0x3f0)](_0x227999){const _0x34dcef=_0x16631f;this[_0x34dcef(0x515)][_0x34dcef(0x22a)](_0x34dcef(0x363),'socket\x20open.'),_0x227999['send']({'cmd':_0x4421b5[_0x34dcef(0x5a6)]}),this[_0x34dcef(0x3d2)]();}['_listenToOfflineEvent'](){const _0x38f1e5=_0x16631f;window[_0x38f1e5(0x100)](_0x38f1e5(0x21f),()=>this[_0x38f1e5(0x4d5)]());}['_onOffline'](){const _0x1ecae9=_0x16631f;this['_socketReady']=!0x1,this[_0x1ecae9(0x1c5)]=null,this[_0x1ecae9(0x1d0)][_0x1ecae9(0x1dd)](_0x53eb3f[_0x1ecae9(0x106)]),this[_0x1ecae9(0x576)][_0x1ecae9(0x1dd)](null),this[_0x1ecae9(0x111)](),this['_clearHeartbeatTimer']();}[_0x16631f(0x135)](){const _0xdf0e70=_0x16631f;var _0x2f8559;this['_onOffline'](),this[_0xdf0e70(0x2b0)]<((_0x2f8559=this[_0xdf0e70(0x31f)][_0xdf0e70(0xfd)](_0x3f4302))!=null?_0x2f8559:0x3)?(this[_0xdf0e70(0x38b)][_0xdf0e70(0x354)]({'key':'collaboration-session-retry','type':_0x731a74[_0xdf0e70(0x2a9)][_0xdf0e70(0x53b)],'content':this[_0xdf0e70(0x4f0)]['t'](_0xdf0e70(0x227))}),this[_0xdf0e70(0x446)]()):this['_messageService'][_0xdf0e70(0x354)]({'key':'collaboration-session-retry','type':_0x731a74['MessageType']['Error'],'content':this[_0xdf0e70(0x4f0)]['t'](_0xdf0e70(0x3a9))});}[_0x16631f(0x462)](){const _0x238014=_0x16631f,_0x3fde18=()=>{const _0x1cc42a=_0x586f;this[_0x1cc42a(0x40c)]||this[_0x1cc42a(0x1cc)]();},_0x1e3d24=()=>{const _0x45913b=_0x586f;this[_0x45913b(0x40c)]||document[_0x45913b(0x407)]===_0x45913b(0x2bd)||this[_0x45913b(0x1cc)]();};window[_0x238014(0x100)](_0x238014(0xf3),_0x3fde18),document[_0x238014(0x100)](_0x238014(0x44b),_0x1e3d24);}[_0x16631f(0x446)](){const _0x4cceba=_0x16631f;var _0x4d65cf;const _0x1c3079=this['_retryCount'],_0x4a1c68=this['_configService'][_0x4cceba(0xfd)](_0x132856),_0x392e7d=_0x1c3079===0x0?0x0:((_0x4d65cf=_0x4a1c68==null?void 0x0:_0x4a1c68[_0x4cceba(0x3c4)])!=null?_0x4d65cf:0x4e20)*0x2**_0x1c3079;this['_retryConnectingTimer']=window[_0x4cceba(0x50b)](()=>{const _0x188acd=_0x4cceba;clearTimeout(this['_retryConnectingTimer']),this[_0x188acd(0x1b0)]=null,this[_0x188acd(0x439)]();},_0x392e7d),this[_0x4cceba(0x2b0)]+=0x1;}[_0x16631f(0x3cf)](_0x3447c2,_0x394356){const _0xbe2876=_0x16631f,{cmd:_0x5a091e}=_0x394356;_0x5a091e===_0x4421b5[_0xbe2876(0x5a6)]&&!this[_0xbe2876(0x175)]&&(_0x3447c2[_0xbe2876(0x244)]=_0x394356[_0xbe2876(0x140)][_0xbe2876(0x244)],this[_0xbe2876(0x576)]['next'](_0x3447c2),this['_status$'][_0xbe2876(0x1dd)](_0x53eb3f[_0xbe2876(0x173)]),this[_0xbe2876(0x175)]=!0x0,this['_candidateSocket']=null),_0x5a091e===_0x4421b5[_0xbe2876(0x541)]&&this[_0xbe2876(0x111)](),this[_0xbe2876(0x3d2)]();}['_rescheduleHeartbeat'](){const _0x182f6e=_0x16631f;var _0x2bb6d1;this[_0x182f6e(0x55d)](),this['_sendHeartbeatTimer']=window[_0x182f6e(0x50b)](()=>this[_0x182f6e(0x51d)](),(_0x2bb6d1=this[_0x182f6e(0x31f)][_0x182f6e(0xfd)](_0x5308f2))!=null?_0x2bb6d1:0x7530);}['_sendHeartbeat'](){const _0x43ec99=_0x16631f;this[_0x43ec99(0x40c)][_0x43ec99(0x2ba)]({'cmd':_0x4421b5[_0x43ec99(0x541)]}),this[_0x43ec99(0x442)]();}['_waitForHeartbeatResponse'](){const _0x5ab157=_0x16631f;var _0x51cd86;this['_timeoutTimer']=window[_0x5ab157(0x50b)](()=>this[_0x5ab157(0x135)](),(_0x51cd86=this[_0x5ab157(0x31f)][_0x5ab157(0xfd)](_0x24c7e0))!=null?_0x51cd86:0x4e20);}['_clearHeartbeatTimer'](){const _0x47e0cd=_0x16631f;this[_0x47e0cd(0x1b6)]!=null&&(clearTimeout(this[_0x47e0cd(0x1b6)]),this[_0x47e0cd(0x1b6)]=null);}[_0x16631f(0x111)](){const _0x23dd82=_0x16631f;this['_timeoutTimer']!=null&&(clearTimeout(this[_0x23dd82(0x37a)]),this[_0x23dd82(0x37a)]=null);}},_0x2728bd[_0x16631f(0x37f)]=_0x379a6c([_0x142a48(0x0,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0x142a48(0x1,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x1f4)])),_0x142a48(0x2,_0x4b60ff[_0x16631f(0x136)]),_0x142a48(0x3,_0x8a1a57[_0x16631f(0xfc)]),_0x142a48(0x4,_0x8a1a57[_0x16631f(0x4f9)]),_0x142a48(0x5,_0x55ce8e)],_0x2728bd[_0x16631f(0x37f)]);const _0x25095a=[];for(let _0x361971=0x0;_0x361971<0x100;++_0x361971)_0x25095a['push']((_0x361971+0x100)[_0x16631f(0x3a4)](0x10)['slice'](0x1));function _0x4d5a6d(_0x5df828,_0x339c01=0x0){return(_0x25095a[_0x5df828[_0x339c01+0x0]]+_0x25095a[_0x5df828[_0x339c01+0x1]]+_0x25095a[_0x5df828[_0x339c01+0x2]]+_0x25095a[_0x5df828[_0x339c01+0x3]]+'-'+_0x25095a[_0x5df828[_0x339c01+0x4]]+_0x25095a[_0x5df828[_0x339c01+0x5]]+'-'+_0x25095a[_0x5df828[_0x339c01+0x6]]+_0x25095a[_0x5df828[_0x339c01+0x7]]+'-'+_0x25095a[_0x5df828[_0x339c01+0x8]]+_0x25095a[_0x5df828[_0x339c01+0x9]]+'-'+_0x25095a[_0x5df828[_0x339c01+0xa]]+_0x25095a[_0x5df828[_0x339c01+0xb]]+_0x25095a[_0x5df828[_0x339c01+0xc]]+_0x25095a[_0x5df828[_0x339c01+0xd]]+_0x25095a[_0x5df828[_0x339c01+0xe]]+_0x25095a[_0x5df828[_0x339c01+0xf]])['toLowerCase']();}let _0x157452;const _0x561594=new Uint8Array(0x10);function _0x3062dd(){const _0x211538=_0x16631f;if(!_0x157452){if(typeof crypto>'u'||!crypto[_0x211538(0x235)])throw new Error('crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported');_0x157452=crypto[_0x211538(0x235)][_0x211538(0x1c6)](crypto);}return _0x157452(_0x561594);}const _0x41f130={'randomUUID':typeof crypto<'u'&&crypto[_0x16631f(0x2d2)]&&crypto[_0x16631f(0x2d2)]['bind'](crypto)};function _0x384178(_0x3e01d2,_0x1fc22c,_0x45cb80){const _0x12c2c8=_0x16631f;if(_0x41f130[_0x12c2c8(0x2d2)]&&!_0x1fc22c&&!_0x3e01d2)return _0x41f130[_0x12c2c8(0x2d2)]();_0x3e01d2=_0x3e01d2||{};const _0x53a584=_0x3e01d2[_0x12c2c8(0x2bf)]||(_0x3e01d2[_0x12c2c8(0x1bb)]||_0x3062dd)();return _0x53a584[0x6]=_0x53a584[0x6]&0xf|0x40,_0x53a584[0x8]=_0x53a584[0x8]&0x3f|0x80,_0x4d5a6d(_0x53a584);}var _0x3caa41=Object[_0x16631f(0x162)],_0x1329fe=Object[_0x16631f(0x57e)],_0x49dd23=(_0x498a70,_0x5b5d2b,_0x2663a5,_0x111e7a)=>{const _0x593ea1=_0x16631f;for(var _0x5cbeda=_0x111e7a>0x1?void 0x0:_0x111e7a?_0x1329fe(_0x5b5d2b,_0x2663a5):_0x5b5d2b,_0x11ae82=_0x498a70[_0x593ea1(0x272)]-0x1,_0x316570;_0x11ae82>=0x0;_0x11ae82--)(_0x316570=_0x498a70[_0x11ae82])&&(_0x5cbeda=(_0x111e7a?_0x316570(_0x5b5d2b,_0x2663a5,_0x5cbeda):_0x316570(_0x5cbeda))||_0x5cbeda);return _0x111e7a&&_0x5cbeda&&_0x3caa41(_0x5b5d2b,_0x2663a5,_0x5cbeda),_0x5cbeda;},_0xbc714d=(_0x4c1977,_0x3f3e39)=>(_0x20aa32,_0x53df81)=>_0x3f3e39(_0x20aa32,_0x53df81,_0x4c1977);let _0xe93339=class{constructor(_0x37b384,_0x3aacae,_0x4db5fe){const _0x22a738=_0x16631f;this[_0x22a738(0x264)]=_0x37b384,this[_0x22a738(0x549)]=_0x3aacae,this['_renderManagerService']=_0x4db5fe;}[_0x16631f(0x561)](_0xcf3781){const _0xaec5b8=_0x16631f;this[_0xaec5b8(0x55b)](_0xcf3781),this['_transformPreviousActiveRange'](_0xcf3781);}[_0x16631f(0x246)](_0x13ab9a){const _0x60bea1=_0x16631f,{unitID:_0x2c03cf}=_0x13ab9a,_0x2ae9f2=this[_0x60bea1(0x103)]['getRenderById'](_0x2c03cf)[_0x60bea1(0x3c2)](_0x473dea[_0x60bea1(0x596)]),{redoCache:_0x3eea26}=_0x2ae9f2['getUndoRedoMutationParamsCache']();if(_0x3eea26[_0x60bea1(0x272)]===0x0)return _0x13ab9a;let _0x170f22=_0x8a1a57[_0x60bea1(0x435)]['deepClone'](_0x13ab9a[_0x60bea1(0x1ce)][0x0]);for(let _0x4113bf=0x0;_0x4113bf<_0x3eea26[_0x60bea1(0x272)];_0x4113bf++){const _0x33ff6f={'id':_0x60bea1(0x1f7),'params':{..._0x3eea26[_0x4113bf]}},_0x2a0934=this[_0x60bea1(0x549)][_0x60bea1(0x56a)](_0x170f22,_0x33ff6f,!0x1);if(_0x27cfd8[_0x60bea1(0x220)](_0x2a0934))throw _0x2a0934[_0x60bea1(0x1df)];_0x170f22=_0x2a0934[_0x60bea1(0x360)];}return{..._0x8a1a57[_0x60bea1(0x435)][_0x60bea1(0x591)](_0x13ab9a),'mutations':[_0x170f22]};}[_0x16631f(0x55b)](_0x5b191c){const _0x17ddf4=_0x16631f,{unitID:_0x12ecd8}=_0x5b191c,_0x2fb15d=this[_0x17ddf4(0x103)][_0x17ddf4(0x530)](_0x12ecd8)['with'](_0x473dea['DocIMEInputManagerService']),{undoCache:_0x595be9,redoCache:_0xb689f9}=_0x2fb15d[_0x17ddf4(0x294)]();if(_0x595be9['length']===0x0||_0xb689f9['length']===0x0)return;const _0x57de5c=[],_0x50d126=[];let _0x12eb9b=_0x8a1a57[_0x17ddf4(0x435)][_0x17ddf4(0x591)](_0x5b191c[_0x17ddf4(0x1ce)][0x0]),_0x214cd5=_0x8a1a57[_0x17ddf4(0x435)][_0x17ddf4(0x591)](_0x5b191c[_0x17ddf4(0x1ce)][0x0]);for(let _0x3b039b=_0x595be9[_0x17ddf4(0x272)]-0x1;_0x3b039b>=0x0;_0x3b039b--){const _0x13d7b5={'id':_0x17ddf4(0x1f7),'params':{..._0x595be9[_0x3b039b]}},_0x3f230a={'id':_0x17ddf4(0x1f7),'params':{..._0xb689f9[_0x3b039b]}},_0xd15d4e=this[_0x17ddf4(0x549)][_0x17ddf4(0x56a)](_0x12eb9b,_0x13d7b5,!0x1),_0x56eb43=this[_0x17ddf4(0x549)][_0x17ddf4(0x56a)](_0x214cd5,_0x3f230a,!0x1);if(_0x27cfd8[_0x17ddf4(0x220)](_0xd15d4e))throw _0xd15d4e[_0x17ddf4(0x1df)];if(_0x27cfd8[_0x17ddf4(0x220)](_0x56eb43))throw _0x56eb43[_0x17ddf4(0x1df)];_0x57de5c[_0x17ddf4(0x1d7)](_0xd15d4e['m2Prime'][_0x17ddf4(0x238)]),_0x50d126[_0x17ddf4(0x1d7)](_0x56eb43[_0x17ddf4(0x43e)][_0x17ddf4(0x238)]),_0x12eb9b=_0xd15d4e[_0x17ddf4(0x360)],_0x214cd5=_0x56eb43[_0x17ddf4(0x360)];}_0x2fb15d[_0x17ddf4(0x30e)]({'undoCache':_0x57de5c,'redoCache':_0x50d126});}[_0x16631f(0x205)](_0x4885fa){const _0x5b6a2c=_0x16631f,{unitID:_0x334703}=_0x4885fa,_0x1a587=this[_0x5b6a2c(0x103)][_0x5b6a2c(0x530)](_0x334703)[_0x5b6a2c(0x3c2)](_0x473dea[_0x5b6a2c(0x596)]),_0x16e160=_0x1a587[_0x5b6a2c(0x2e0)]();if(_0x16e160==null)return;const _0x21a268=[{'id':_0x5b6a2c(0x1f7),'params':{'unitId':_0x4885fa[_0x5b6a2c(0x477)],'actions':null,'textRanges':[_0x16e160]}}],_0x441b52=this[_0x5b6a2c(0x549)]['transformMutationsWithChangeset'](_0x4885fa,_0x21a268);if(!_0x27cfd8[_0x5b6a2c(0x2f8)](_0x441b52))throw _0x441b52[_0x5b6a2c(0x1df)];const _0x263bac=_0x441b52[_0x5b6a2c(0x43e)][0x0][_0x5b6a2c(0x238)]['textRanges'];Array['isArray'](_0x263bac)&&_0x263bac[_0x5b6a2c(0x272)]&&_0x1a587[_0x5b6a2c(0x514)](_0x263bac[0x0]);}};_0xe93339=_0x49dd23([_0xbc714d(0x0,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0xbc714d(0x1,_0x27cfd8[_0x16631f(0x1bd)]),_0xbc714d(0x2,_0x20e8c2[_0x16631f(0x3bb)])],_0xe93339);var _0x7df84=Object[_0x16631f(0x162)],_0x66002b=Object[_0x16631f(0x57e)],_0x54f330=(_0x21a0a0,_0x28aca9,_0x381e0a,_0x2c13d2)=>{const _0xee374d=_0x16631f;for(var _0x20a07d=_0x2c13d2>0x1?void 0x0:_0x2c13d2?_0x66002b(_0x28aca9,_0x381e0a):_0x28aca9,_0x10ab09=_0x21a0a0[_0xee374d(0x272)]-0x1,_0x2e16ea;_0x10ab09>=0x0;_0x10ab09--)(_0x2e16ea=_0x21a0a0[_0x10ab09])&&(_0x20a07d=(_0x2c13d2?_0x2e16ea(_0x28aca9,_0x381e0a,_0x20a07d):_0x2e16ea(_0x20a07d))||_0x20a07d);return _0x2c13d2&&_0x20a07d&&_0x7df84(_0x28aca9,_0x381e0a,_0x20a07d),_0x20a07d;},_0x132835=(_0x4a0075,_0x3e1f6e)=>(_0x5c7645,_0x545309)=>_0x3e1f6e(_0x5c7645,_0x545309,_0x4a0075);_0x2728bd[_0x16631f(0x2a1)]=class extends _0x8a1a57[_0x16631f(0x490)]{constructor(_0x549bf1,_0xcb135b,_0x9e433c,_0xf06632,_0x59cc03){const _0x236a6a=_0x16631f;super(),_0x2a606e(this,'_cachedData',new Map()),_0x2a606e(this,_0x236a6a(0x3cc),new Map()),_0x2a606e(this,_0x236a6a(0x385),!0x1),(this[_0x236a6a(0x31f)]=_0x549bf1,this[_0x236a6a(0x2d3)]=_0xcb135b,this[_0x236a6a(0x20c)]=_0x9e433c,this[_0x236a6a(0x4f0)]=_0xf06632,this[_0x236a6a(0x110)]=_0x59cc03,this[_0x236a6a(0x4d4)]());}[_0x16631f(0x42f)](){const _0x4d79ec=_0x16631f;this[_0x4d79ec(0x385)]=!0x0;}['enableLocalCache'](){const _0x2cd15c=_0x16631f;this[_0x2cd15c(0x385)]=!0x1;}['dispose'](){const _0x246bd8=_0x16631f;this[_0x246bd8(0x324)]()[_0x246bd8(0x566)](()=>super['dispose']());}async['loadOfflineData'](_0x453f3d){const _0x37147e=_0x16631f;return this[_0x37147e(0x385)]?null:this[_0x37147e(0x2d3)][_0x37147e(0x569)](_0x37287b(_0x453f3d));}async[_0x16631f(0x459)](_0x2044b6,_0x54a83a){return!!this['_localStorageService']['setItem'](_0x2044b6,_0x54a83a);}[_0x16631f(0x17f)](_0x4ca546,_0x453aa6,_0x312366,_0xd18109){const _0x2b19dd=_0x16631f,_0x5aee=this['_revisionService'][_0x2b19dd(0x531)](_0x4ca546);this[_0x2b19dd(0x2fa)][_0x2b19dd(0x41f)](_0x4ca546,{'unitID':_0x4ca546,'type':_0x453aa6,'awaitingChangeset':_0x312366,'mutations':_0xd18109,'rev':_0x5aee}),this[_0x2b19dd(0x3cc)]['has'](_0x4ca546)||this[_0x2b19dd(0x114)](_0x4ca546);}[_0x16631f(0x114)](_0x2c73fc){const _0x540358=_0x16631f,_0x4af64e=this['_getSaveTimeout']();_0x4af64e===0x0?this['_saveCache'](_0x2c73fc):this[_0x540358(0x3cc)][_0x540358(0x41f)](_0x2c73fc,setTimeout(()=>this['_saveCache'](_0x2c73fc),_0x4af64e));}[_0x16631f(0x221)](){var _0x34b8a1;return(_0x34b8a1=this['_configService']['getConfig'](_0x3c4516))!=null?_0x34b8a1:0x3e8;}[_0x16631f(0x3d6)](_0xbafabb){const _0x1a342a=_0x16631f,_0x29dfbe=this[_0x1a342a(0x3cc)][_0x1a342a(0x241)](_0xbafabb);return _0x29dfbe!==void 0x0&&window['clearTimeout'](_0x29dfbe),this[_0x1a342a(0x2d3)][_0x1a342a(0x3fc)](_0x37287b(_0xbafabb),this[_0x1a342a(0x2fa)][_0x1a342a(0x241)](_0xbafabb))['then'](()=>this['_saveTaskMap']['delete'](_0xbafabb));}async[_0x16631f(0x324)](){const _0x1ae99d=_0x16631f,_0x55a5f8=[];this[_0x1ae99d(0x3cc)][_0x1ae99d(0x236)]((_0xcb1092,_0x18e639)=>{const _0xdbe03=_0x1ae99d;window[_0xdbe03(0x544)](_0xcb1092),_0x55a5f8[_0xdbe03(0x203)](this[_0xdbe03(0x3d6)](_0x18e639)[_0xdbe03(0x566)](()=>{const _0x46c69a=_0xdbe03;this[_0x46c69a(0x3cc)][_0x46c69a(0x2eb)](_0x18e639);}));}),await Promise[_0x1ae99d(0x166)](_0x55a5f8);}[_0x16631f(0x4d4)](){const _0x12a68f=_0x16631f;this[_0x12a68f(0x14a)](this['_beforeCloseService'][_0x12a68f(0x307)](()=>{const _0x567bd5=_0x12a68f;if(this[_0x567bd5(0x3cc)]['size'])return this[_0x567bd5(0x4f0)]['t']('collaboration-client.offline-data-not-saved');}));}},_0x2728bd[_0x16631f(0x2a1)]=_0x54f330([_0x132835(0x0,_0x8a1a57[_0x16631f(0x4f9)]),_0x132835(0x1,_0x8a1a57[_0x16631f(0x1da)]),_0x132835(0x2,_0x4b60ff[_0x16631f(0x4c4)]),_0x132835(0x3,_0x8a1a57['Inject'](_0x8a1a57[_0x16631f(0x1f4)])),_0x132835(0x4,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8[_0x16631f(0x53c)]))],_0x2728bd['LocalCacheService']);function _0x37287b(_0x2d37a4){const _0x1831a8=_0x16631f;return _0x1831a8(0x2de)+_0x2d37a4;}var _0x269e96=Object[_0x16631f(0x162)],_0x155e0a=Object[_0x16631f(0x57e)],_0x29b5fa=(_0x406bcf,_0x353f7b,_0x4ff935,_0x1106e2)=>{const _0x5da535=_0x16631f;for(var _0xdc5751=_0x1106e2>0x1?void 0x0:_0x1106e2?_0x155e0a(_0x353f7b,_0x4ff935):_0x353f7b,_0x16d26f=_0x406bcf[_0x5da535(0x272)]-0x1,_0xb5cfd4;_0x16d26f>=0x0;_0x16d26f--)(_0xb5cfd4=_0x406bcf[_0x16d26f])&&(_0xdc5751=(_0x1106e2?_0xb5cfd4(_0x353f7b,_0x4ff935,_0xdc5751):_0xb5cfd4(_0xdc5751))||_0xdc5751);return _0x1106e2&&_0xdc5751&&_0x269e96(_0x353f7b,_0x4ff935,_0xdc5751),_0xdc5751;},_0x149573=(_0x4923e3,_0x1d4b22)=>(_0x1dd7ce,_0x2589e5)=>_0x1d4b22(_0x1dd7ce,_0x2589e5,_0x4923e3);function _0x38b597(_0x3db30d){const _0xbce428=_0x16631f,{unitID:_0x1ac6ba,mutations:_0x293238}=_0x3db30d;return{'unitId':_0x1ac6ba,'subUnitId':_0x293238[0x0][_0xbce428(0x238)][_0xbce428(0x4b1)]};}let _0x1a79c5=class{constructor(_0x47515f,_0x34d703,_0x11bfb7){const _0x121c6f=_0x16631f;this[_0x121c6f(0x264)]=_0x47515f,this[_0x121c6f(0x549)]=_0x34d703,this[_0x121c6f(0x139)]=_0x11bfb7;}[_0x16631f(0x4c2)](_0x1b1c43){const _0x1fc6cb=_0x16631f;var _0x53fe9b,_0x5c33ac,_0x7b94a2,_0x8fece;const _0x108ecc=this[_0x1fc6cb(0x264)][_0x1fc6cb(0x241)](_0x46f63a[_0x1fc6cb(0x1ff)]),{unitId:_0x4f3ea1,subUnitId:_0x37b9ad}=_0x38b597(_0x1b1c43),_0x55123e=_0x108ecc[_0x1fc6cb(0x44f)](_0x4f3ea1)[_0x1fc6cb(0x2b2)](),_0x3ae9d8=(_0x5c33ac=(_0x53fe9b=this[_0x1fc6cb(0x139)][_0x1fc6cb(0x2cd)](_0x4f3ea1))==null?void 0x0:_0x53fe9b[_0x1fc6cb(0x23a)]())==null?void 0x0:_0x5c33ac[_0x1fc6cb(0x3fb)]();if(_0x55123e[_0x1fc6cb(0x272)]===0x0||!_0x4f3ea1||!_0x37b9ad)return;const _0xd2e867=[{'id':_0x46f63a[_0x1fc6cb(0x51a)]['id'],'params':{'unitId':_0x4f3ea1,'subUnitId':_0x3ae9d8,'selections':_0x8a1a57[_0x1fc6cb(0x435)][_0x1fc6cb(0x591)](_0x55123e)}}],_0x46a326=this['_transformService'][_0x1fc6cb(0x1b3)](_0x1b1c43,_0xd2e867);if(!_0x27cfd8[_0x1fc6cb(0x2f8)](_0x46a326))throw _0x46a326[_0x1fc6cb(0x1df)];const _0x11f59e=(_0x8fece=(_0x7b94a2=_0x46a326[_0x1fc6cb(0x43e)][0x0])==null?void 0x0:_0x7b94a2['params'])==null?void 0x0:_0x8fece[_0x1fc6cb(0x3f7)];if(Array[_0x1fc6cb(0x2e1)](_0x11f59e)&&_0x11f59e[_0x1fc6cb(0x272)]){if(_0x11f59e[_0x1fc6cb(0x272)]===_0xd2e867[0x0][_0x1fc6cb(0x238)]['selections'][_0x1fc6cb(0x272)]&&_0x11f59e[_0x1fc6cb(0x50d)]((_0x4c2453,_0x39f7cc)=>_0x8a1a57['Rectangle']['equals'](_0x4c2453['range'],_0xd2e867[0x0][_0x1fc6cb(0x238)][_0x1fc6cb(0x3f7)][_0x39f7cc]['range'])))return;this[_0x1fc6cb(0x264)][_0x1fc6cb(0x241)](_0x8a1a57['ICommandService'])[_0x1fc6cb(0x564)](_0x46f63a[_0x1fc6cb(0x51a)]['id'],{'unitId':_0x4f3ea1,'subUnitId':_0x3ae9d8,'selections':_0x11f59e});}}};_0x1a79c5=_0x29b5fa([_0x149573(0x0,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0x149573(0x1,_0x27cfd8['ITransformService']),_0x149573(0x2,_0x8a1a57['IUniverInstanceService'])],_0x1a79c5);const _0x50fb0f=_0x8a1a57['createIdentifier'](_0x16631f(0x39e));var _0x25ae3c=(_0x4e69f6=>(_0x4e69f6[_0x4e69f6[_0x16631f(0x2fb)]=0x0]='NO_OTHER_CLIENTS_EDITING',_0x4e69f6[_0x4e69f6[_0x16631f(0x268)]=0x1]=_0x16631f(0x268),_0x4e69f6))(_0x25ae3c||{});const _0x2aacb6=0x7530,_0x496d62=_0x16631f(0x24c);class _0x4874df extends _0x8a1a57['Disposable']{constructor(){const _0xf1487a=_0x16631f;super(),_0x2a606e(this,'_id',_0x8a1a57[_0xf1487a(0x435)][_0xf1487a(0x293)]()),_0x2a606e(this,_0xf1487a(0x40e),new Set()),_0x2a606e(this,_0xf1487a(0xf7),new Map()),_0x2a606e(this,_0xf1487a(0x36d),null),_0x2a606e(this,'_clearOtherTimers',new Map()),_0x2a606e(this,_0xf1487a(0x1bf),new Map()),this[_0xf1487a(0x36a)]();}[_0x16631f(0x4a7)](){const _0xc457a7=_0x16631f;super['dispose'](),this['_clearOtherTimers'][_0xc457a7(0x236)]((_0x6525a9,_0x4875d8)=>this['_removeClearOtherTimer'](_0x4875d8)),this[_0xc457a7(0x36d)]&&window[_0xc457a7(0x41d)](this['_heartbeatTimer']);}[_0x16631f(0x159)](_0x5d06a9){const _0x264a23=_0x16631f;return this[_0x264a23(0x4ca)](_0x5d06a9)['pipe'](_0x933215[_0x264a23(0x322)]());}[_0x16631f(0x174)](_0x5ecf01){const _0x4d29b5=_0x16631f;this['_selfUnitIDs'][_0x4d29b5(0x3f3)]===0x0&&this['_scheduleHeartbeat'](),this['_selfUnitIDs'][_0x4d29b5(0x1cb)](_0x5ecf01),this['_send']({'type':0x0,'memberID':this[_0x4d29b5(0x557)],'unitIDs':[_0x5ecf01],'isForwarded':!0x1});}['disposeUnit'](_0x206ed9){const _0x178d5c=_0x16631f;this[_0x178d5c(0x40e)][_0x178d5c(0x2eb)](_0x206ed9),this[_0x178d5c(0x40e)]['size']===0x0&&this[_0x178d5c(0x36d)]&&window[_0x178d5c(0x41d)](this[_0x178d5c(0x36d)]);}[_0x16631f(0x36a)](){const _0x2170eb=_0x16631f;this[_0x2170eb(0x14a)](_0x8a1a57['toDisposable'](_0x933215[_0x2170eb(0x362)](window,'storage')[_0x2170eb(0x42c)](_0x315299=>{const _0x3ccccf=_0x2170eb;if(_0x315299[_0x3ccccf(0x3a2)]!==_0x496d62||!_0x315299[_0x3ccccf(0xfa)])return;const _0x762cbe=JSON[_0x3ccccf(0x4c5)](_0x315299['newValue']);this[_0x3ccccf(0x332)](_0x762cbe);}))),window[_0x2170eb(0x100)]('unload',()=>this[_0x2170eb(0x1d6)]({'type':0x1,'memberID':this[_0x2170eb(0x557)],'unitIDs':Array[_0x2170eb(0x1cf)](this[_0x2170eb(0x40e)])}));}[_0x16631f(0x332)](_0x97e2e5){const _0x4a62f7=_0x16631f;switch(_0x97e2e5[_0x4a62f7(0x49b)]){case 0x0:this['_handleJoinEvent'](_0x97e2e5);break;case 0x1:this[_0x4a62f7(0x2c7)](_0x97e2e5);break;case 0x2:this[_0x4a62f7(0x47d)](_0x97e2e5);break;}}['_handleJoinEvent'](_0x3535e8){const _0x5070da=_0x16631f,{unitIDs:_0x51205b,memberID:_0x3cc1d5,isForwarded:_0x570444}=_0x3535e8;_0x51205b[_0x5070da(0x236)](_0x16b8fa=>{const _0x57ec56=_0x5070da;if(!_0x570444&&this[_0x57ec56(0xf7)]['has'](_0x16b8fa)&&this['_ensureSubject'](_0x16b8fa)[_0x57ec56(0x1dd)](0x1),!this['_unitOnClients']['has'](_0x16b8fa)||!this[_0x57ec56(0xf7)][_0x57ec56(0x241)](_0x16b8fa)['has'](_0x3cc1d5)){const _0x4a10bd=this[_0x57ec56(0xf7)][_0x57ec56(0x241)](_0x16b8fa)||new Set();_0x4a10bd[_0x57ec56(0x1cb)](_0x3cc1d5),this[_0x57ec56(0xf7)][_0x57ec56(0x41f)](_0x16b8fa,_0x4a10bd),this['_scheduleClearOtherTimer'](_0x3cc1d5);}}),_0x570444||this[_0x5070da(0x1d6)]({'type':0x0,'memberID':this[_0x5070da(0x557)],'unitIDs':[...this['_selfUnitIDs']],'isForwarded':!0x0});}[_0x16631f(0x26a)](_0x42624f){const _0x1062f0=_0x16631f;this['_removeClearOtherTimer'](_0x42624f);const _0x112652=window[_0x1062f0(0x50b)](()=>{const _0x23f39d=_0x1062f0;this[_0x23f39d(0xf7)][_0x23f39d(0x236)](_0x3ceb35=>{const _0x3d088d=_0x23f39d;_0x3ceb35[_0x3d088d(0x2eb)](_0x42624f);});},_0x2aacb6*0x2);this[_0x1062f0(0x590)][_0x1062f0(0x41f)](_0x42624f,_0x112652);}[_0x16631f(0x32b)](_0xf1afbf){const _0x165877=_0x16631f;if(this[_0x165877(0x590)][_0x165877(0x295)](_0xf1afbf)){const _0x479d17=this[_0x165877(0x590)][_0x165877(0x241)](_0xf1afbf);_0x479d17&&window['clearTimeout'](_0x479d17),this[_0x165877(0x590)][_0x165877(0x41f)](_0xf1afbf,null);}}[_0x16631f(0x2c7)](_0x394855){const _0x2a1f0f=_0x16631f,{memberID:_0x28ac19,unitIDs:_0x448b35}=_0x394855;_0x448b35['forEach'](_0x2e6e1c=>{const _0x43e73b=_0x586f;var _0x114f98;const _0x436dce=this[_0x43e73b(0xf7)]['get'](_0x2e6e1c);_0x436dce&&(_0x436dce[_0x43e73b(0x2eb)](_0x28ac19),(_0x114f98=this['_ensureSubject'](_0x2e6e1c))==null||_0x114f98[_0x43e73b(0x1dd)](_0x436dce['size']===0x0?0x0:0x1));}),this[_0x2a1f0f(0x32b)](_0x28ac19);}['_handleHeartbeatEvent'](_0x27146d){const _0x2de306=_0x16631f;this[_0x2de306(0x26a)](_0x27146d[_0x2de306(0x244)]);}['_send'](_0x5ecd85){const _0x492e25=_0x16631f;localStorage[_0x492e25(0x3fc)](_0x496d62,JSON[_0x492e25(0x338)](_0x5ecd85));}[_0x16631f(0x215)](){const _0x4cc87c=_0x16631f;this[_0x4cc87c(0x36d)]=window[_0x4cc87c(0x216)](()=>{const _0x69b5d2=_0x4cc87c;this[_0x69b5d2(0x1d6)]({'type':0x2,'memberID':this[_0x69b5d2(0x557)]});},_0x2aacb6);}[_0x16631f(0x4ca)](_0x416c91){const _0x5ddff4=_0x16631f;return this[_0x5ddff4(0x1bf)][_0x5ddff4(0x295)](_0x416c91)||this[_0x5ddff4(0x1bf)][_0x5ddff4(0x41f)](_0x416c91,new _0x933215[(_0x5ddff4(0x1fd))](0x0)),this[_0x5ddff4(0x1bf)]['get'](_0x416c91);}}var _0x225482=Object[_0x16631f(0x162)],_0x12ba65=Object['getOwnPropertyDescriptor'],_0x29a0ae=(_0x426c0d,_0x96e5a9,_0x3ea010,_0x62f863)=>{const _0x51d4a6=_0x16631f;for(var _0x34ff5c=_0x62f863>0x1?void 0x0:_0x62f863?_0x12ba65(_0x96e5a9,_0x3ea010):_0x96e5a9,_0x1e6663=_0x426c0d[_0x51d4a6(0x272)]-0x1,_0x32fed1;_0x1e6663>=0x0;_0x1e6663--)(_0x32fed1=_0x426c0d[_0x1e6663])&&(_0x34ff5c=(_0x62f863?_0x32fed1(_0x96e5a9,_0x3ea010,_0x34ff5c):_0x32fed1(_0x34ff5c))||_0x34ff5c);return _0x62f863&&_0x34ff5c&&_0x225482(_0x96e5a9,_0x3ea010,_0x34ff5c),_0x34ff5c;},_0x394f1a=(_0xf39daa,_0x4360a5)=>(_0x208058,_0x264aab)=>_0x4360a5(_0x208058,_0x264aab,_0xf39daa);let _0x21b12b=class{constructor(_0x3733a2,_0x52fe89,_0x4456da){const _0x39ec99=_0x16631f;this[_0x39ec99(0x264)]=_0x3733a2,this['_transformService']=_0x52fe89,this[_0x39ec99(0x305)]=_0x4456da;}['transformStateCache'](_0x3813bf){const _0xd18ce=_0x16631f;this[_0xd18ce(0x371)](_0x3813bf);}[_0x16631f(0x246)](_0x250fc2){const _0x318527=_0x16631f,{unitID:_0x3f703b}=_0x250fc2,{collaboration:_0x18eec7}=this['_docStateChangeManagerService'][_0x318527(0x321)](_0x3f703b);if(_0x18eec7[_0x318527(0x272)]===0x0)return _0x250fc2;let _0x24c97e=_0x8a1a57[_0x318527(0x435)][_0x318527(0x591)](_0x250fc2[_0x318527(0x1ce)][0x0]);for(let _0x338c20=0x0;_0x338c20<_0x18eec7[_0x318527(0x272)];_0x338c20++){const _0x2678cf={'id':_0x318527(0x1f7),'params':{'unitId':_0x18eec7[_0x338c20][_0x318527(0x151)],..._0x18eec7[_0x338c20][_0x318527(0x301)]}},_0x451de4=this[_0x318527(0x549)]['transformMutation'](_0x24c97e,_0x2678cf,!0x1);if(_0x27cfd8[_0x318527(0x220)](_0x451de4))throw _0x451de4['error'];_0x24c97e=_0x451de4['m1Prime'];}return{..._0x8a1a57[_0x318527(0x435)][_0x318527(0x591)](_0x250fc2),'mutations':[_0x24c97e]};}[_0x16631f(0x371)](_0x539461){const _0x386359=_0x16631f,{unitID:_0xcd85bc}=_0x539461,{history:_0x155a18,collaboration:_0x4c2222}=this['_docStateChangeManagerService'][_0x386359(0x321)](_0xcd85bc);if(_0x155a18[_0x386359(0x272)]===0x0&&_0x4c2222[_0x386359(0x272)]===0x0)return;const _0x171a72=[],_0x5a4f02=[];let _0x6ebd42=_0x8a1a57[_0x386359(0x435)][_0x386359(0x591)](_0x539461[_0x386359(0x1ce)][0x0]),_0x3893e3=_0x8a1a57[_0x386359(0x435)][_0x386359(0x591)](_0x539461[_0x386359(0x1ce)][0x0]);for(let _0x332399=_0x155a18[_0x386359(0x272)]-0x1;_0x332399>=0x0;_0x332399--){const _0x317c37={'id':_0x386359(0x1f7),'params':{'unitId':_0x155a18[_0x332399][_0x386359(0x151)],..._0x155a18[_0x332399][_0x386359(0x141)]}},_0x383a47={'id':_0x386359(0x1f7),'params':{'unitId':_0x155a18[_0x332399][_0x386359(0x151)],..._0x155a18[_0x332399][_0x386359(0x301)]}},_0x3ec20d=this[_0x386359(0x549)]['transformMutation'](_0x6ebd42,_0x317c37,!0x1),_0x46e383=this[_0x386359(0x549)]['transformMutation'](_0x3893e3,_0x383a47,!0x1);if(_0x27cfd8[_0x386359(0x220)](_0x3ec20d))throw _0x3ec20d['error'];if(_0x27cfd8[_0x386359(0x220)](_0x46e383))throw _0x46e383[_0x386359(0x1df)];_0x171a72['unshift']({..._0x155a18[_0x332399],'undoState':_0x3ec20d['m2Prime']['params'],'redoState':_0x46e383[_0x386359(0x43e)][_0x386359(0x238)]}),_0x6ebd42=_0x3ec20d[_0x386359(0x360)],_0x3893e3=_0x46e383[_0x386359(0x360)];}_0x6ebd42=_0x8a1a57[_0x386359(0x435)][_0x386359(0x591)](_0x539461[_0x386359(0x1ce)][0x0]),_0x3893e3=_0x8a1a57[_0x386359(0x435)][_0x386359(0x591)](_0x539461[_0x386359(0x1ce)][0x0]);for(let _0xfe6220=_0x4c2222['length']-0x1;_0xfe6220>=0x0;_0xfe6220--){const _0x3aeb0a={'id':_0x386359(0x1f7),'params':{'unitId':_0x4c2222[_0xfe6220][_0x386359(0x151)],..._0x4c2222[_0xfe6220]['undoState']}},_0x3e1b5e={'id':_0x386359(0x1f7),'params':{'unitId':_0x4c2222[_0xfe6220][_0x386359(0x151)],..._0x4c2222[_0xfe6220][_0x386359(0x301)]}},_0x10e561=this[_0x386359(0x549)][_0x386359(0x56a)](_0x6ebd42,_0x3aeb0a,!0x1),_0x4c62d2=this[_0x386359(0x549)][_0x386359(0x56a)](_0x3893e3,_0x3e1b5e,!0x1);if(_0x27cfd8['isTransformMutationFailure'](_0x10e561))throw _0x10e561['error'];if(_0x27cfd8[_0x386359(0x220)](_0x4c62d2))throw _0x4c62d2[_0x386359(0x1df)];_0x5a4f02[_0x386359(0x1d7)]({..._0x4c2222[_0xfe6220],'undoState':_0x10e561['m2Prime'][_0x386359(0x238)],'redoState':_0x4c62d2[_0x386359(0x43e)][_0x386359(0x238)]}),_0x6ebd42=_0x10e561[_0x386359(0x360)],_0x3893e3=_0x4c62d2[_0x386359(0x360)];}this['_docStateChangeManagerService'][_0x386359(0x11d)](_0xcd85bc,{'history':_0x171a72,'collaboration':_0x5a4f02});}};_0x21b12b=_0x29a0ae([_0x394f1a(0x0,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57['Injector'])),_0x394f1a(0x1,_0x27cfd8['ITransformService']),_0x394f1a(0x2,_0x8a1a57[_0x16631f(0x537)](_0x473dea[_0x16631f(0x425)]))],_0x21b12b);function _0x35203a(_0xc0b538){const _0x3a5c6f=_0x16631f;let _0x524475='';for(const _0x5c9f17 of _0xc0b538){const {startOffset:_0x43d52d,endOffset:_0x29b907,isActive:_0x43ea32,rangeType:_0x350f68,segmentId:_0x49ca6d,segmentPage:_0x452c0d}=_0x5c9f17;_0x524475[_0x3a5c6f(0x272)]&&(_0x524475+=','),_0x524475+=_0x43d52d+':'+_0x29b907+':'+(_0x43ea32?'1':'0')+':'+_0x350f68+':'+_0x49ca6d+':'+_0x452c0d;}return _0x524475;}function _0x40a456(_0x2a1293){const _0x443c68=_0x16631f,_0x2dc8f9=_0x2a1293[_0x443c68(0x29a)](','),_0x347509=[];for(const _0x29e425 of _0x2dc8f9){const [_0x5cd7ea,_0x2904af,_0x158c73,_0x393649,_0x55bff3,_0x5f201b]=_0x29e425[_0x443c68(0x29a)](':');_0x347509[_0x443c68(0x203)]({'startOffset':Number(_0x5cd7ea),'endOffset':Number(_0x2904af),'collapsed':_0x5cd7ea===_0x2904af,'isActive':_0x158c73==='1','rangeType':_0x393649===_0x8a1a57['DOC_RANGE_TYPE'][_0x443c68(0x365)]?_0x8a1a57['DOC_RANGE_TYPE'][_0x443c68(0x365)]:_0x8a1a57['DOC_RANGE_TYPE'][_0x443c68(0x30c)],'segmentId':typeof _0x55bff3=='string'?String(_0x55bff3):'','segmentPage':Number(_0x5f201b!=null?_0x5f201b:-0x1)});}return _0x347509[_0x443c68(0x4f8)](_0x2fed5a=>_0x2fed5a['isActive'])||(_0x347509[0x0][_0x443c68(0x3dc)]=!0x0),_0x347509;}class _0xc8790a extends _0x8a1a57[_0x16631f(0x228)]{constructor(){const _0x27de8d=_0x16631f;super(...arguments),_0x2a606e(this,_0x27de8d(0x5a7),new _0x933215[(_0x27de8d(0x1fd))](null)),_0x2a606e(this,_0x27de8d(0x22f),this[_0x27de8d(0x5a7)]['asObservable']());}[_0x16631f(0x534)](_0x4ce328){const _0x163ed3=_0x16631f,{unitID:_0x43f95c,memberID:_0x4533b9,textRanges:_0x22da24}=_0x4ce328,_0x40159b=_0x35203a(_0x22da24);if(_0x40159b==='')return;const _0xac8c13={'unitID':_0x43f95c,'memberID':_0x4533b9,'selection':_0x40159b};this[_0x163ed3(0x5a7)]['next'](_0xac8c13);}}var _0xc96faf=Object['defineProperty'],_0x462715=Object[_0x16631f(0x57e)],_0x46ba26=(_0x2a7ce0,_0x1951a4,_0x52e3ec,_0x584dc4)=>{for(var _0x2f59b0=_0x584dc4>0x1?void 0x0:_0x584dc4?_0x462715(_0x1951a4,_0x52e3ec):_0x1951a4,_0xbc6a30=_0x2a7ce0['length']-0x1,_0x8c35bc;_0xbc6a30>=0x0;_0xbc6a30--)(_0x8c35bc=_0x2a7ce0[_0xbc6a30])&&(_0x2f59b0=(_0x584dc4?_0x8c35bc(_0x1951a4,_0x52e3ec,_0x2f59b0):_0x8c35bc(_0x2f59b0))||_0x2f59b0);return _0x584dc4&&_0x2f59b0&&_0xc96faf(_0x1951a4,_0x52e3ec,_0x2f59b0),_0x2f59b0;},_0x5b9340=(_0x5b641c,_0x2b2740)=>(_0x3a1bf3,_0xf1a4c1)=>_0x2b2740(_0x3a1bf3,_0xf1a4c1,_0x5b641c);let _0x3110cc=class{constructor(_0x1b975e,_0x1df503){this['_injector']=_0x1b975e,this['_transformService']=_0x1df503;}['transformSelections'](_0xd4c0cb){const _0x4f9019=_0x16631f;var _0x46bba4;const _0x5d74e5=this[_0x4f9019(0x264)][_0x4f9019(0x241)](_0x1d9e38[_0x4f9019(0x56e)]),_0x415597=(_0x46bba4=_0x5d74e5[_0x4f9019(0x494)]())!=null?_0x46bba4:[];if(_0x415597[_0x4f9019(0x272)]===0x0)return;const _0x3d88f2=_0xd4c0cb[_0x4f9019(0x477)],_0x37235e=[{'id':_0x4f9019(0x1f7),'params':{'unitId':_0x3d88f2,'actions':null,'textRanges':_0x415597}}],_0x1cd293=this[_0x4f9019(0x549)][_0x4f9019(0x1b3)](_0xd4c0cb,_0x37235e);if(!_0x27cfd8['isTransformMutationsWithChangesetSuccess'](_0x1cd293))throw _0x1cd293[_0x4f9019(0x1df)];const _0x28e1f0=_0x1cd293[_0x4f9019(0x43e)][0x0][_0x4f9019(0x238)][_0x4f9019(0x59e)];Array['isArray'](_0x28e1f0)&&_0x28e1f0[_0x4f9019(0x272)]&&_0x5d74e5[_0x4f9019(0x401)](_0x28e1f0,{'unitId':_0x3d88f2,'subUnitId':_0x3d88f2},!0x1);}};_0x3110cc=_0x46ba26([_0x5b9340(0x0,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0x5b9340(0x1,_0x27cfd8[_0x16631f(0x1bd)])],_0x3110cc);const _0x512666=new Set([_0x46f63a[_0x16631f(0x551)]['id']]);function _0x3db108(_0x3eedab,_0x2d51dc,_0x11a247,_0x373b2f,_0x312392){const _0x2c2ece=_0x16631f;var _0x408448,_0x11edf6,_0x2cc1bb,_0x52d0ba;const _0x35ded9=[];for(const _0x436923 of _0x3eedab)if(_0x512666[_0x2c2ece(0x295)](_0x436923['id'])){if(_0x35ded9[_0x2c2ece(0x272)]>0x0)break;_0x35ded9[_0x2c2ece(0x203)](_0x436923);break;}else _0x35ded9[_0x2c2ece(0x203)](_0x436923);const _0x458301=(_0x11edf6=(_0x408448=_0x312392[_0x2c2ece(0x223)]())==null?void 0x0:_0x408448[_0x2c2ece(0x17d)])!=null?_0x11edf6:_0x2c2ece(0x297),_0x110bdf=(_0x52d0ba=(_0x2cc1bb=_0x312392[_0x2c2ece(0x223)]())==null?void 0x0:_0x2cc1bb[_0x2c2ece(0x244)])!=null?_0x52d0ba:'unknown';return{'changeset':{'unitID':_0x2d51dc,'type':_0x27cfd8[_0x2c2ece(0x2d7)](_0x11a247[_0x2c2ece(0x4cf)](_0x2d51dc)),'baseRev':_0x373b2f[_0x2c2ece(0x531)](_0x2d51dc),'revision':0x0,'userID':_0x458301,'memberID':_0x110bdf,'mutations':_0x35ded9},'pendingMutations':_0x3eedab[_0x2c2ece(0x38d)](_0x35ded9['length'])};}function _0x583b8f(_0x2435d2,_0x419870,_0x4d1197,_0x4be11e,_0x2abd0a){const _0x58824f=_0x16631f;var _0x1b6272,_0x577a1d,_0x2a55e8,_0x34d0e1;const _0x1620f2=[_0x2435d2['reduce']((_0x16251b,_0x21f287)=>{const _0x166dda=_0x586f;var _0x336701;const {id:_0x464bf2}=_0x16251b,{id:_0x25d33d,type:_0x168bd9}=_0x21f287,_0x5ba114=(_0x336701=_0x16251b[_0x166dda(0x238)])!=null?_0x336701:{'actions':null},_0xff854f=_0x21f287[_0x166dda(0x238)];if(_0x464bf2&&_0x464bf2!==_0x25d33d)throw new Error(_0x166dda(0x2bb)+_0x464bf2+_0x166dda(0x2b1)+_0x25d33d+'.');return{..._0x16251b,'id':_0x25d33d,'type':_0x168bd9,'params':{'unitId':_0xff854f[_0x166dda(0x151)],'textRanges':_0xff854f[_0x166dda(0x59e)],'actions':_0x8a1a57[_0x166dda(0x319)][_0x166dda(0x2f6)](_0x5ba114[_0x166dda(0x112)],_0xff854f[_0x166dda(0x112)])}};},{})],_0x207e73=(_0x577a1d=(_0x1b6272=_0x2abd0a[_0x58824f(0x223)]())==null?void 0x0:_0x1b6272['userID'])!=null?_0x577a1d:_0x58824f(0x297),_0x5dfb11=(_0x34d0e1=(_0x2a55e8=_0x2abd0a[_0x58824f(0x223)]())==null?void 0x0:_0x2a55e8[_0x58824f(0x244)])!=null?_0x34d0e1:_0x58824f(0x297);return{'changeset':{'unitID':_0x419870,'type':_0x27cfd8[_0x58824f(0x2d7)](_0x4d1197[_0x58824f(0x4cf)](_0x419870)),'baseRev':_0x4be11e[_0x58824f(0x531)](_0x419870),'revision':0x0,'userID':_0x207e73,'memberID':_0x5dfb11,'mutations':_0x1620f2},'pendingMutations':[]};}function _0x53ed26(_0x3e70ae,_0x511af6){const _0x4b0632=_0x16631f,_0x248063=new _0x933215[(_0x4b0632(0x441))](0x1);return setTimeout(()=>_0x248063[_0x4b0632(0x1dd)](_0x511af6),_0x3e70ae),_0x248063['asObservable']()[_0x4b0632(0x4be)](_0x933215[_0x4b0632(0x4a3)](0x1));}const _0x25922c={'id':_0x46f63a[_0x16631f(0x13d)]['id'],'type':_0x8a1a57[_0x16631f(0x39c)][_0x16631f(0x2a7)],'params':{}};var _0x242bfb=Object['defineProperty'],_0x4af605=Object['getOwnPropertyDescriptor'],_0x129d6d=(_0x2888e2,_0x1c2a35,_0xd738d7,_0x48c210)=>{for(var _0x3c180d=_0x48c210>0x1?void 0x0:_0x48c210?_0x4af605(_0x1c2a35,_0xd738d7):_0x1c2a35,_0xc03a26=_0x2888e2['length']-0x1,_0x23fcaf;_0xc03a26>=0x0;_0xc03a26--)(_0x23fcaf=_0x2888e2[_0xc03a26])&&(_0x3c180d=(_0x48c210?_0x23fcaf(_0x1c2a35,_0xd738d7,_0x3c180d):_0x23fcaf(_0x3c180d))||_0x3c180d);return _0x48c210&&_0x3c180d&&_0x242bfb(_0x1c2a35,_0xd738d7,_0x3c180d),_0x3c180d;},_0x39a9b3=(_0x1cbe05,_0x4378b9)=>(_0x4a0eef,_0x404174)=>_0x4378b9(_0x4a0eef,_0x404174,_0x1cbe05),_0x5d61dc=(_0xe39048=>(_0xe39048[_0x16631f(0x3f1)]='not_collab',_0xe39048[_0x16631f(0x48b)]=_0x16631f(0x361),_0xe39048[_0x16631f(0x487)]=_0x16631f(0x3a0),_0xe39048[_0x16631f(0x1f0)]=_0x16631f(0x489),_0xe39048[_0x16631f(0x5ae)]='awaiting_with_pending',_0xe39048[_0x16631f(0x3f4)]=_0x16631f(0x51f),_0xe39048[_0x16631f(0x3a3)]='conflict',_0xe39048[_0x16631f(0x106)]=_0x16631f(0x21f),_0xe39048))(_0x5d61dc||{});const _0x584d78=0xea60;class _0x2c451e{constructor(_0x920a10,_0x4c94da,_0x45faa5,_0x251b10,_0x234ade,_0x1479bd,_0x3fcb07,_0x971951,_0x730532){const _0x1abc39=_0x16631f;_0x2a606e(this,'_awaitingChangeset',null),_0x2a606e(this,_0x1abc39(0x460),[]),(this[_0x1abc39(0x477)]=_0x920a10,this[_0x1abc39(0x49b)]=_0x4c94da,this['_handler']=_0x234ade,this[_0x1abc39(0x475)]=_0x1479bd,this[_0x1abc39(0x313)]=_0x3fcb07,this['_revisionService']=_0x971951,this[_0x1abc39(0x48e)]=_0x730532,this['_awaitingChangeset']=_0x45faa5,this[_0x1abc39(0x460)]=_0x251b10);}['_checkMissing'](_0x748d4b){const _0x4cc004=_0x16631f,_0x1d322f=this['_revisionService'][_0x4cc004(0x531)](this[_0x4cc004(0x477)]);return _0x748d4b[_0x4cc004(0x5a1)]>_0x1d322f+0x1?(this['_handler']['onMissingChangesets']({'from':_0x1d322f,'to':_0x748d4b[_0x4cc004(0x5a1)]-0x1}),!0x0):!0x1;}[_0x16631f(0x16c)](_0x551e40){const _0x2fbddf=_0x16631f;this[_0x2fbddf(0x313)][_0x2fbddf(0x45d)](this[_0x2fbddf(0x477)],_0x551e40);}[_0x16631f(0x2c8)](_0x3ef039){const _0x14d8bc=_0x16631f;var _0x2c91ae,_0x9ef1d8;(_0x9ef1d8=(_0x2c91ae=this[_0x14d8bc(0x25d)])[_0x14d8bc(0x58f)])==null||_0x9ef1d8['call'](_0x2c91ae,_0x3ef039);}[_0x16631f(0x30d)](_0x1f554b){var _0x494226,_0x19d9ba;return(_0x19d9ba=(_0x494226=this['_handler'])['onTransformIME'])==null?void 0x0:_0x19d9ba['call'](_0x494226,_0x1f554b);}['_transformStateCache'](_0x423ed2){const _0x20d709=_0x16631f;var _0x45e0ef,_0x5d0102;return(_0x5d0102=(_0x45e0ef=this[_0x20d709(0x25d)])[_0x20d709(0x2e6)])==null?void 0x0:_0x5d0102[_0x20d709(0x3b4)](_0x45e0ef,_0x423ed2);}[_0x16631f(0x210)](_0x48aaae){const _0x2baa7f=_0x16631f;var _0x10a3d1,_0x201a51,_0x20690d;return(_0x20690d=(_0x201a51=(_0x10a3d1=this[_0x2baa7f(0x25d)])[_0x2baa7f(0x3f9)])==null?void 0x0:_0x201a51[_0x2baa7f(0x3b4)](_0x10a3d1,_0x48aaae))!=null?_0x20690d:_0x48aaae;}[_0x16631f(0x3e3)](_0x10e02e){const _0x50e03d=_0x16631f;var _0x251222,_0x4ee8cc,_0xa1884b;return(_0xa1884b=(_0x4ee8cc=(_0x251222=this['_handler'])[_0x50e03d(0x44d)])==null?void 0x0:_0x4ee8cc['call'](_0x251222,_0x10e02e))!=null?_0xa1884b:_0x10e02e;}[_0x16631f(0x47f)](_0x42e4e5){const _0x288d57=_0x16631f;var _0x499b7a,_0x2a6829;if(this[_0x288d57(0x49b)]===_0x4a6b81[_0x288d57(0x327)]){const {unitID:_0x45c57f,mutations:_0x4c0559,memberID:_0x303ec6}=_0x42e4e5,_0x1509a0=_0x4c0559[0x0][_0x288d57(0x238)]['textRanges'];Array['isArray'](_0x1509a0)&&_0x1509a0[_0x288d57(0x272)]>0x0&&((_0x2a6829=(_0x499b7a=this[_0x288d57(0x25d)])[_0x288d57(0x1f5)])==null||_0x2a6829[_0x288d57(0x3b4)](_0x499b7a,{'unitID':_0x45c57f,'memberID':_0x303ec6,'textRanges':_0x1509a0}));}}[_0x16631f(0x1a2)](){const _0x4de7c3=_0x16631f;this['_localCacheService']['updateOfflineData'](this[_0x4de7c3(0x477)],this['type'],this[_0x4de7c3(0x41c)],this['_pendingMutations']);}[_0x16631f(0x189)](){const _0x957b5e=_0x16631f;return this[_0x957b5e(0x110)]['getCurrentRevOfUnit'](this[_0x957b5e(0x477)]);}[_0x16631f(0x265)](){const _0x41db97=_0x16631f;this['_revisionService'][_0x41db97(0x398)](this['unitID']);}['_executeRemoteChangeset'](_0x4736cd){const _0x214a8b=_0x16631f;var _0xbb8ed9;let _0x5f36bc=this[_0x214a8b(0x210)](_0x4736cd);_0x5f36bc=this['_transformRemoteChangesetByStateCache'](_0x5f36bc);const _0x35a11d=_0x8a1a57[_0x214a8b(0x582)](_0x5f36bc[_0x214a8b(0x1ce)],this[_0x214a8b(0x475)],{'fromCollab':!0x0});if(!_0x35a11d[_0x214a8b(0x36b)])throw _0x35a11d[_0x214a8b(0x1df)]instanceof Error?_0x35a11d[_0x214a8b(0x1df)]:new Error((_0xbb8ed9=_0x35a11d[_0x214a8b(0x1df)])!=null?_0xbb8ed9:_0x214a8b(0x404));this[_0x214a8b(0x30d)](_0x5f36bc),this[_0x214a8b(0x129)](_0x5f36bc),this['_transformUndoredo'](_0x4736cd),this[_0x214a8b(0x2c8)](_0x5f36bc),this['_syncEditingCollabCursor'](_0x5f36bc),this['_incrementRevisionNumber']();}}let _0x3bff71=class extends _0x2c451e{constructor(_0x5ebe11,_0x2918ea,_0x509906,_0x5337be,_0x3b97ab,_0xf0b76d,_0x15beb7,_0x512141,_0x36533c,_0x9fd36){const _0x9d2789=_0x16631f;super(_0x5ebe11,_0x2918ea,null,[],_0x509906,_0x512141,_0x15beb7,_0x5337be,_0x3b97ab),_0x2a606e(this,_0x9d2789(0x536),_0x9d2789(0x361)),(this[_0x9d2789(0x264)]=_0xf0b76d,this['_logService']=_0x36533c,this[_0x9d2789(0x549)]=_0x9fd36);}[_0x16631f(0x337)](_0x3aad4b){const _0x281c44=_0x16631f,_0x313a55=this['_injector'][_0x281c44(0x28c)](_0x47565d,this[_0x281c44(0x477)],this[_0x281c44(0x49b)],[_0x3aad4b],this[_0x281c44(0x25d)]);return _0x313a55[_0x281c44(0x586)](),_0x313a55[_0x281c44(0x1a2)](),_0x313a55;}['onRemoteChangeset'](_0x488044){const _0x312c4e=_0x16631f;if(this['_checkMissing'](_0x488044))return this[_0x312c4e(0x264)][_0x312c4e(0x28c)](_0x1dc8e0,this[_0x312c4e(0x477)],this['type'],null,[],null,[_0x488044],this['_handler']);try{const _0x4f356f=this['_transformService'][_0x312c4e(0x1b3)](_0x488044,[_0x25922c]);if(_0x27cfd8[_0x312c4e(0x2f8)](_0x4f356f)){const {c1Prime:_0x23e411}=_0x4f356f;return this[_0x312c4e(0x4e7)](_0x23e411),this;}throw _0x4f356f[_0x312c4e(0x1df)];}catch(_0x42bdfc){return this[_0x312c4e(0x515)][_0x312c4e(0x1df)](_0x42bdfc),this['_onConflict'](!0x1);}}['_onConflict'](_0x217404){const _0x28c5ef=_0x16631f;return this[_0x28c5ef(0x264)][_0x28c5ef(0x28c)](_0x4bd0b3,this[_0x28c5ef(0x477)],this[_0x28c5ef(0x49b)],null,[],this[_0x28c5ef(0x25d)],_0x217404);}[_0x16631f(0x4b8)](){throw new Error('[SyncedState]:\x20received\x20acknowledgement.');}['onRemoteRej'](){const _0x47630c=_0x16631f;throw new Error(_0x47630c(0x1a5));}[_0x16631f(0x2f1)](){return this;}[_0x16631f(0xf8)](){const _0x2a6475=_0x16631f;return this[_0x2a6475(0x264)][_0x2a6475(0x28c)](_0x3055ba,this[_0x2a6475(0x477)],this[_0x2a6475(0x49b)],null,[],this['_handler']);}['toggleOnline'](){return this;}['resend'](){throw new Error('[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x16631f(0x377)](){const _0x4bd467=_0x16631f,_0x205da9=this['_revisionService'][_0x4bd467(0x531)](this[_0x4bd467(0x477)]);return this['_handler']['onMissingChangesets']({'from':_0x205da9,'to':0x0}),this['_injector']['createInstance'](_0x1dc8e0,this[_0x4bd467(0x477)],this[_0x4bd467(0x49b)],null,[],null,[],this[_0x4bd467(0x25d)]);}};_0x3bff71=_0x129d6d([_0x39a9b3(0x3,_0x8a1a57['Inject'](_0x27cfd8[_0x16631f(0x53c)])),_0x39a9b3(0x4,_0x8a1a57[_0x16631f(0x537)](_0x2728bd['LocalCacheService'])),_0x39a9b3(0x5,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57['Injector'])),_0x39a9b3(0x6,_0x8a1a57[_0x16631f(0x540)]),_0x39a9b3(0x7,_0x8a1a57[_0x16631f(0x350)]),_0x39a9b3(0x8,_0x8a1a57[_0x16631f(0xfc)]),_0x39a9b3(0x9,_0x27cfd8[_0x16631f(0x1bd)])],_0x3bff71);let _0x47565d=class extends _0x2c451e{constructor(_0x4c7dfc,_0x2577ef,_0x2bc635,_0x13ed48,_0x40518b,_0x22b6d5,_0x19a305,_0x1a6481,_0x245f0c,_0x445d2e,_0x185fd8,_0x46a3a6,_0x203354,_0x489886){const _0x4cddf5=_0x16631f;super(_0x4c7dfc,_0x2577ef,null,_0x2bc635,_0x13ed48,_0x445d2e,_0x489886,_0x22b6d5,_0x19a305),_0x2a606e(this,_0x4cddf5(0x536),_0x4cddf5(0x3a0)),_0x2a606e(this,_0x4cddf5(0x12d),null),_0x2a606e(this,_0x4cddf5(0x29d),null),(this[_0x4cddf5(0x264)]=_0x40518b,this[_0x4cddf5(0x154)]=_0x1a6481,this['_logService']=_0x245f0c,this[_0x4cddf5(0x31f)]=_0x185fd8,this[_0x4cddf5(0x549)]=_0x46a3a6,this[_0x4cddf5(0x3e7)]=_0x203354);}['appendMutation'](_0x527880){const _0x179591=_0x16631f;return this['_pendingMutations'][_0x179591(0x203)](_0x527880),this[_0x179591(0x1a2)](),this;}[_0x16631f(0x2d8)](_0x314c19){const _0x5685ae=_0x16631f;if(this['_checkMissing'](_0x314c19))return this[_0x5685ae(0x133)](),this[_0x5685ae(0x264)][_0x5685ae(0x28c)](_0x1dc8e0,this['unitID'],this['type'],null,this[_0x5685ae(0x460)],null,[_0x314c19],this[_0x5685ae(0x25d)]);try{const _0xda1421=this['_transformService'][_0x5685ae(0x1b3)](_0x314c19,this[_0x5685ae(0x460)]);if(_0x27cfd8[_0x5685ae(0x2f8)](_0xda1421)){const {c1Prime:_0x5390a8,m2Prime:_0x3696d6}=_0xda1421;this[_0x5685ae(0x4e7)](_0x5390a8);const _0xb23922=this[_0x5685ae(0x264)][_0x5685ae(0x28c)](_0x47565d,this[_0x5685ae(0x477)],this[_0x5685ae(0x49b)],_0x3696d6,this[_0x5685ae(0x25d)]);return this[_0x5685ae(0x133)](),_0xb23922[_0x5685ae(0x586)](this[_0x5685ae(0x12d)]?Math[_0x5685ae(0x150)](0x0,new Date()[_0x5685ae(0x3d0)]()-this['_scheduleTimestamp']):this['_getSendChangesetTimeout']()),_0xb23922;}throw _0xda1421[_0x5685ae(0x1df)];}catch(_0x5ae23c){return this['_logService']['error'](_0x5ae23c),this[_0x5685ae(0x5a5)](!0x1);}}[_0x16631f(0x4b8)](){const _0x3dec84=_0x16631f;throw new Error(_0x3dec84(0x389));}[_0x16631f(0x374)](){const _0x3a8c9f=_0x16631f;throw new Error(_0x3a8c9f(0x5ad));}['onRemoteRetry'](){return this;}['toggleOffline'](){const _0x2731c2=_0x16631f;return this[_0x2731c2(0x133)](),this[_0x2731c2(0x264)][_0x2731c2(0x28c)](_0x3055ba,this[_0x2731c2(0x477)],this[_0x2731c2(0x49b)],null,this[_0x2731c2(0x460)],this[_0x2731c2(0x25d)]);}[_0x16631f(0x3de)](){return this;}[_0x16631f(0x586)](_0x33dbc2){const _0x3ba377=_0x16631f,_0x1155de=_0x33dbc2!=null?_0x33dbc2:this[_0x3ba377(0x55f)]();this[_0x3ba377(0x12d)]=new Date()[_0x3ba377(0x3d0)](),this[_0x3ba377(0x29d)]=window[_0x3ba377(0x50b)](()=>{const _0x271330=_0x3ba377;this[_0x271330(0x133)]();let _0x4c4e5c=null;switch(this[_0x271330(0x49b)]){case _0x4a6b81[_0x271330(0x32e)]:{_0x4c4e5c=_0x3db108(this[_0x271330(0x460)],this[_0x271330(0x477)],this['_univerInstanceService'],this[_0x271330(0x110)],this['_memberService']);break;}case _0x4a6b81[_0x271330(0x327)]:{this['_pendingMutations'][_0x271330(0x50d)](_0x2089c9=>_0x2089c9['id']===_0x1d9e38[_0x271330(0x467)]['id'])?_0x4c4e5c=_0x583b8f(this[_0x271330(0x460)],this['unitID'],this['_univerInstanceService'],this[_0x271330(0x110)],this[_0x271330(0x154)]):_0x4c4e5c=_0x3db108(this[_0x271330(0x460)],this['unitID'],this[_0x271330(0x3e7)],this[_0x271330(0x110)],this[_0x271330(0x154)]);break;}default:throw new Error(_0x271330(0x3b9)+this['type']+_0x271330(0x2e3));}const {changeset:_0x4c0280,pendingMutations:_0xf5d679}=_0x4c4e5c;this[_0x271330(0x25d)][_0x271330(0x199)](_0x4c0280);const _0x19660a=_0xf5d679[_0x271330(0x272)]?this['_injector'][_0x271330(0x28c)](_0x27a14f,this[_0x271330(0x477)],this[_0x271330(0x49b)],_0x4c0280,_0xf5d679,this[_0x271330(0x25d)],void 0x0):this[_0x271330(0x264)][_0x271330(0x28c)](_0x1a3a9c,this[_0x271330(0x477)],this[_0x271330(0x49b)],_0x4c0280,this['_handler']);_0x19660a[_0x271330(0x1a2)](),this[_0x271330(0x25d)][_0x271330(0x4d2)](this,_0x19660a);},_0x1155de);}[_0x16631f(0x55f)](){const _0x1c4e6f=_0x16631f;var _0x9865e1;const _0x501f33=this['_configService']['getConfig'](_0x132856);return(_0x9865e1=_0x501f33==null?void 0x0:_0x501f33[_0x1c4e6f(0x1eb)])!=null?_0x9865e1:0x7d0;}['resend'](){const _0x357df2=_0x16631f;throw new Error(_0x357df2(0x10c));}[_0x16631f(0x133)](){const _0x32eada=_0x16631f;this[_0x32eada(0x29d)]!=null&&(clearTimeout(this['_sendingTimer']),this[_0x32eada(0x29d)]=null);}['_onConflict'](_0x52ff9d){const _0x304c13=_0x16631f;return this['_clearScheduledTask'](),this[_0x304c13(0x264)][_0x304c13(0x28c)](_0x4bd0b3,this['unitID'],this[_0x304c13(0x49b)],null,this[_0x304c13(0x460)],this[_0x304c13(0x25d)],_0x52ff9d);}};_0x47565d=_0x129d6d([_0x39a9b3(0x4,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57['Injector'])),_0x39a9b3(0x5,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8['RevisionService'])),_0x39a9b3(0x6,_0x8a1a57[_0x16631f(0x537)](_0x2728bd[_0x16631f(0x2a1)])),_0x39a9b3(0x7,_0x8a1a57['Inject'](_0x2728bd[_0x16631f(0x584)])),_0x39a9b3(0x8,_0x8a1a57[_0x16631f(0xfc)]),_0x39a9b3(0x9,_0x8a1a57['ICommandService']),_0x39a9b3(0xa,_0x8a1a57['IConfigService']),_0x39a9b3(0xb,_0x27cfd8['ITransformService']),_0x39a9b3(0xc,_0x8a1a57[_0x16631f(0x1db)]),_0x39a9b3(0xd,_0x8a1a57[_0x16631f(0x540)])],_0x47565d);let _0x1a3a9c=class extends _0x2c451e{constructor(_0x1c0c2e,_0x1e1012,_0x32bcbd,_0x45b219,_0x1691f6,_0x3317c7,_0x42c093,_0x43a5ec,_0x2cef3c,_0xc12ebd,_0x39c608){const _0x1c8af0=_0x16631f;super(_0x1c0c2e,_0x1e1012,_0x32bcbd,[],_0x45b219,_0x43a5ec,_0x39c608,_0x3317c7,_0x42c093),_0x2a606e(this,_0x1c8af0(0x536),'awaiting'),_0x2a606e(this,_0x1c8af0(0x1d2),0x0),_0x2a606e(this,'_resendTimer'),_0x2a606e(this,_0x1c8af0(0x2c1)),(this[_0x1c8af0(0x264)]=_0x1691f6,this[_0x1c8af0(0x515)]=_0x2cef3c,this[_0x1c8af0(0x549)]=_0xc12ebd);}['appendMutation'](_0xb235f1){const _0x535f21=_0x16631f;this[_0x535f21(0x133)]();const _0x49c53c=this[_0x535f21(0x264)][_0x535f21(0x28c)](_0x27a14f,this[_0x535f21(0x477)],this[_0x535f21(0x49b)],this[_0x535f21(0x41c)],[_0xb235f1],this[_0x535f21(0x25d)],this[_0x535f21(0x48a)]);return _0x49c53c['_updateLocalCache'](),_0x49c53c;}['onRemoteChangeset'](_0x4647a5){const _0x234382=_0x16631f;if(this[_0x234382(0x42e)](_0x4647a5))return this[_0x234382(0x133)](),this['_injector'][_0x234382(0x28c)](_0x1dc8e0,this['unitID'],this['type'],this['_awaitingChangeset'],[],null,[_0x4647a5],this[_0x234382(0x25d)]);try{const _0x579ced=this[_0x234382(0x549)][_0x234382(0x400)]([_0x4647a5],[this[_0x234382(0x41c)]],!0x1);if(_0x27cfd8[_0x234382(0x46b)](_0x579ced)){const {c1Prime:_0xbae77c,c2Prime:_0x344c71}=_0x579ced;this[_0x234382(0x4e7)](_0xbae77c[0x0]),_0x344c71[0x0][_0x234382(0x510)]=this[_0x234382(0x189)](),this['_clearScheduledTask']();const _0x23e704=this[_0x234382(0x264)][_0x234382(0x28c)](_0x1a3a9c,this[_0x234382(0x477)],this[_0x234382(0x49b)],_0x344c71[0x0],this[_0x234382(0x25d)]);return _0x23e704['_updateLocalCache'](),_0x23e704;}return this['_onConflict'](!0x1);}catch(_0x162b64){return this[_0x234382(0x515)]['error'](_0x162b64),this[_0x234382(0x5a5)](!0x1);}}[_0x16631f(0x4b8)](_0x2376fd){const _0x45f22d=_0x16631f;this[_0x45f22d(0x133)]();const _0x2bc249=this[_0x45f22d(0x110)][_0x45f22d(0x531)](this[_0x45f22d(0x477)]);if(_0x2376fd[_0x45f22d(0x5a1)]<_0x2bc249-0x1)return this;if(this['_checkMissing'](_0x2376fd))return this[_0x45f22d(0x264)][_0x45f22d(0x28c)](_0x1dc8e0,this[_0x45f22d(0x477)],this[_0x45f22d(0x49b)],null,[],this[_0x45f22d(0x41c)],[],this[_0x45f22d(0x25d)]);this['_incrementRevisionNumber']();const _0x53e619=this[_0x45f22d(0x264)][_0x45f22d(0x28c)](_0x3bff71,this['unitID'],this['type'],this[_0x45f22d(0x25d)]);return _0x53e619[_0x45f22d(0x1a2)](),_0x53e619;}['onRemoteRej'](_0x3c6b4b){return this['_onConflict'](!!(_0x3c6b4b!=null&&_0x3c6b4b['isPermissionRej']));}['onRemoteRetry'](_0x9adc41){const _0x2aed91=_0x16631f;return this[_0x2aed91(0x1d2)]>_0x584d78?this[_0x2aed91(0xf8)]():(this[_0x2aed91(0x48a)]=_0x53ed26(this[_0x2aed91(0x1d2)],{'timeout':this[_0x2aed91(0x1d2)],'reqId':_0x9adc41['reqId']}),this[_0x2aed91(0x2c1)]=this[_0x2aed91(0x48a)][_0x2aed91(0x42c)](({reqId:_0x2959da,timeout:_0x340bba})=>{const _0x47305f=_0x2aed91;this[_0x47305f(0x25c)](_0x2959da,_0x340bba);}),this);}[_0x16631f(0xf8)](){const _0x3ae278=_0x16631f;return this['_clearScheduledTask'](),this[_0x3ae278(0x264)][_0x3ae278(0x28c)](_0x3055ba,this[_0x3ae278(0x477)],this[_0x3ae278(0x49b)],this[_0x3ae278(0x41c)],[],this['_handler']);}[_0x16631f(0x3de)](){return this;}[_0x16631f(0x16f)](){const _0xb5f666=_0x16631f;this[_0xb5f666(0x25d)][_0xb5f666(0x199)](this[_0xb5f666(0x41c)]);}['_onConflict'](_0x141911){const _0x180e0e=_0x16631f;return this['_clearScheduledTask'](),this[_0x180e0e(0x264)][_0x180e0e(0x28c)](_0x4bd0b3,this['unitID'],this['type'],this[_0x180e0e(0x41c)],[],this['_handler'],_0x141911);}['_resendWithTimeout'](_0x13a08c,_0x213158){const _0x5e460c=_0x16631f;var _0x30504d;_0x13a08c===((_0x30504d=this[_0x5e460c(0x41c)])==null?void 0x0:_0x30504d[_0x5e460c(0x449)])&&(this[_0x5e460c(0x16f)](),this['_resendTimeout']=_0x213158===0x0?0x3e8:_0x213158*0x2);}[_0x16631f(0x133)](){const _0x5d7d03=_0x16631f;var _0x46e9da;(_0x46e9da=this['_sender'])==null||_0x46e9da[_0x5d7d03(0x42a)](),this[_0x5d7d03(0x1d2)]=0x0;}};_0x1a3a9c=_0x129d6d([_0x39a9b3(0x4,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57['Injector'])),_0x39a9b3(0x5,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8[_0x16631f(0x53c)])),_0x39a9b3(0x6,_0x8a1a57[_0x16631f(0x537)](_0x2728bd[_0x16631f(0x2a1)])),_0x39a9b3(0x7,_0x8a1a57[_0x16631f(0x350)]),_0x39a9b3(0x8,_0x8a1a57['ILogService']),_0x39a9b3(0x9,_0x27cfd8[_0x16631f(0x1bd)]),_0x39a9b3(0xa,_0x8a1a57[_0x16631f(0x540)])],_0x1a3a9c);let _0x27a14f=class extends _0x2c451e{constructor(_0x8985ee,_0xb3d886,_0x75cf9f,_0x1ff421,_0x17d81a,_0x3ab3ad,_0x51a918,_0x707ffc,_0x25d159,_0x4ba0fb,_0x555aff,_0x592d5f,_0x372eaf){const _0x524d6c=_0x16631f;super(_0x8985ee,_0xb3d886,_0x75cf9f,_0x1ff421,_0x17d81a,_0x4ba0fb,_0x372eaf,_0x707ffc,_0x25d159),_0x2a606e(this,_0x524d6c(0x536),'awaiting_with_pending'),_0x2a606e(this,_0x524d6c(0x1d2),0x0),_0x2a606e(this,_0x524d6c(0x48a)),_0x2a606e(this,'_sender'),(this['_injector']=_0x51a918,this['_logService']=_0x555aff,this[_0x524d6c(0x549)]=_0x592d5f,_0x3ab3ad&&(this[_0x524d6c(0x48a)]=_0x3ab3ad,this['_sender']=this[_0x524d6c(0x48a)][_0x524d6c(0x42c)](({reqId:_0x1b156c,timeout:_0x393f06})=>{const _0x3dd37b=_0x524d6c;this[_0x3dd37b(0x25c)](_0x1b156c,_0x393f06);})));}[_0x16631f(0x337)](_0x140121){const _0x47b2e1=_0x16631f;return this[_0x47b2e1(0x460)][_0x47b2e1(0x203)](_0x140121),this;}[_0x16631f(0x2d8)](_0x117fec){const _0x1457ba=_0x16631f;if(this[_0x1457ba(0x42e)](_0x117fec))return this['_clearScheduledTask'](),this['_injector'][_0x1457ba(0x28c)](_0x1dc8e0,this[_0x1457ba(0x477)],this[_0x1457ba(0x49b)],this['_awaitingChangeset'],this[_0x1457ba(0x460)],null,[_0x117fec],this[_0x1457ba(0x25d)]);try{const _0x5a4b6e=this[_0x1457ba(0x549)]['transformChangesets']([_0x117fec],[this[_0x1457ba(0x41c)]],!0x1);if(_0x27cfd8[_0x1457ba(0x46b)](_0x5a4b6e)){const {c1Prime:_0x2736ef,c2Prime:_0x2ae518}=_0x5a4b6e,_0x327f38=this[_0x1457ba(0x549)]['transformMutationsWithChangeset'](_0x2736ef[0x0],this[_0x1457ba(0x460)]);if(_0x27cfd8[_0x1457ba(0x2f8)](_0x327f38)){const {c1Prime:_0x22cf71,m2Prime:_0x39893d}=_0x327f38;return this[_0x1457ba(0x4e7)](_0x22cf71),_0x2ae518[0x0][_0x1457ba(0x510)]=this[_0x1457ba(0x189)](),this['_clearScheduledTask'](),this[_0x1457ba(0x264)][_0x1457ba(0x28c)](_0x27a14f,this['unitID'],this['type'],_0x2ae518[0x0],_0x39893d,this[_0x1457ba(0x25d)],void 0x0);}throw _0x327f38['error'];}throw _0x5a4b6e['error'];}catch(_0xecdf99){return this['_logService'][_0x1457ba(0x1df)](_0xecdf99),this[_0x1457ba(0x5a5)](!0x1);}}[_0x16631f(0x4b8)](_0x49f7e5){const _0x767d91=_0x16631f;if(this[_0x767d91(0x133)](),this[_0x767d91(0x42e)](_0x49f7e5))return this[_0x767d91(0x264)][_0x767d91(0x28c)](_0x1dc8e0,this[_0x767d91(0x477)],this['type'],null,this[_0x767d91(0x460)],this[_0x767d91(0x41c)],[],this[_0x767d91(0x25d)]);this['_incrementRevisionNumber']();const _0x3ddb62=this['_injector'][_0x767d91(0x28c)](_0x47565d,this[_0x767d91(0x477)],this[_0x767d91(0x49b)],this[_0x767d91(0x460)],this['_handler']);return _0x3ddb62[_0x767d91(0x586)](),_0x3ddb62['_updateLocalCache'](),_0x3ddb62;}[_0x16631f(0x374)](_0x13a7de){const _0x3c601a=_0x16631f;return this[_0x3c601a(0x5a5)](!!(_0x13a7de!=null&&_0x13a7de[_0x3c601a(0x429)]));}['onRemoteRetry'](_0xec9c7b){const _0x4a5ac6=_0x16631f;return this[_0x4a5ac6(0x1d2)]>_0x584d78?this[_0x4a5ac6(0xf8)]():(this[_0x4a5ac6(0x48a)]=_0x53ed26(this[_0x4a5ac6(0x1d2)],{'timeout':this[_0x4a5ac6(0x1d2)],'reqId':_0xec9c7b['reqId']}),this['_sender']=this[_0x4a5ac6(0x48a)]['subscribe'](({reqId:_0x56f941,timeout:_0x2e4841})=>{const _0x4d8651=_0x4a5ac6;this[_0x4d8651(0x25c)](_0x56f941,_0x2e4841);}),this);}[_0x16631f(0xf8)](){const _0x533620=_0x16631f;return this[_0x533620(0x133)](),this[_0x533620(0x264)][_0x533620(0x28c)](_0x3055ba,this[_0x533620(0x477)],this[_0x533620(0x49b)],this[_0x533620(0x41c)],this[_0x533620(0x460)],this[_0x533620(0x25d)]);}[_0x16631f(0x3de)](){return this;}[_0x16631f(0x16f)](){const _0x534437=_0x16631f;this[_0x534437(0x25d)][_0x534437(0x199)](this['_awaitingChangeset']);}[_0x16631f(0x5a5)](_0x207f5b){const _0xe18171=_0x16631f;return this['_clearScheduledTask'](),this[_0xe18171(0x264)][_0xe18171(0x28c)](_0x4bd0b3,this[_0xe18171(0x477)],this['type'],null,this[_0xe18171(0x460)],this[_0xe18171(0x25d)],_0x207f5b);}[_0x16631f(0x25c)](_0xc1997f,_0x5b780f){const _0x34da9b=_0x16631f;var _0x1bfb45;_0xc1997f===((_0x1bfb45=this[_0x34da9b(0x41c)])==null?void 0x0:_0x1bfb45['reqId'])&&(this[_0x34da9b(0x16f)](),this[_0x34da9b(0x1d2)]=_0x5b780f===0x0?0x3e8:_0x5b780f*0x2);}[_0x16631f(0x133)](){const _0x2dd4d4=_0x16631f;var _0x10fd81;(_0x10fd81=this[_0x2dd4d4(0x2c1)])==null||_0x10fd81[_0x2dd4d4(0x42a)](),this[_0x2dd4d4(0x1d2)]=0x0;}};_0x27a14f=_0x129d6d([_0x39a9b3(0x6,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0x39a9b3(0x7,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8[_0x16631f(0x53c)])),_0x39a9b3(0x8,_0x8a1a57[_0x16631f(0x537)](_0x2728bd[_0x16631f(0x2a1)])),_0x39a9b3(0x9,_0x8a1a57[_0x16631f(0x350)]),_0x39a9b3(0xa,_0x8a1a57[_0x16631f(0xfc)]),_0x39a9b3(0xb,_0x27cfd8[_0x16631f(0x1bd)]),_0x39a9b3(0xc,_0x8a1a57[_0x16631f(0x540)])],_0x27a14f);let _0x4bd0b3=class extends _0x2c451e{constructor(_0x175c74,_0x310806,_0x5506ad,_0x529e94,_0x4eefbd,_0x197a98=!0x1,_0x280b36,_0x354bbc,_0x47a1cd,_0x39bfd9,_0x446596,_0x977d34,_0x1ecf50){const _0x4763a4=_0x16631f;super(_0x175c74,_0x310806,_0x5506ad,_0x529e94,_0x4eefbd,_0x354bbc,_0x47a1cd,_0x446596,_0x39bfd9),_0x2a606e(this,_0x4763a4(0x536),_0x4763a4(0x416)),(this[_0x4763a4(0x3eb)]=_0x197a98,this[_0x4763a4(0x4df)]=_0x280b36,this[_0x4763a4(0x4f0)]=_0x977d34,this['_notificationService']=_0x1ecf50,this[_0x4763a4(0x3b7)](),this[_0x4763a4(0x3db)](),this[_0x4763a4(0x4bf)]());}[_0x16631f(0x337)](){return this;}[_0x16631f(0x2d8)](){return this;}[_0x16631f(0x4b8)](){return this;}[_0x16631f(0x374)](){return this;}[_0x16631f(0x2f1)](){return this;}['toggleOffline'](){return this;}['toggleOnline'](){return this;}['resend'](){const _0x19d350=_0x16631f;throw new Error(_0x19d350(0x366));}[_0x16631f(0x3db)](){const _0x9e9965=_0x16631f;this[_0x9e9965(0x48e)][_0x9e9965(0x17f)](this[_0x9e9965(0x477)],this[_0x9e9965(0x49b)],null,[]);}['_showConflictNotification'](){const _0x1fc1c5=_0x16631f;this[_0x1fc1c5(0x3eb)]?this[_0x1fc1c5(0x137)]['show']({'title':this[_0x1fc1c5(0x4f0)]['t']('permission.title'),'content':this[_0x1fc1c5(0x4f0)]['t']('permission.content'),'type':'error','duration':0x0}):this[_0x1fc1c5(0x137)][_0x1fc1c5(0x354)]({'title':this[_0x1fc1c5(0x4f0)]['t'](_0x1fc1c5(0x22d)),'content':this[_0x1fc1c5(0x4f0)]['t'](_0x1fc1c5(0x1b8)),'type':_0x1fc1c5(0x1df),'duration':0x0});}[_0x16631f(0x4bf)](){const _0x1657ad=_0x16631f;this[_0x1657ad(0x4df)][_0x1657ad(0x1a0)](new _0x46f63a['WorkbookEditablePermission'](this[_0x1657ad(0x477)])['id'],!0x1);}};_0x4bd0b3=_0x129d6d([_0x39a9b3(0x6,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57['IPermissionService'])),_0x39a9b3(0x7,_0x8a1a57[_0x16631f(0x350)]),_0x39a9b3(0x8,_0x8a1a57['IUndoRedoService']),_0x39a9b3(0x9,_0x8a1a57[_0x16631f(0x537)](_0x2728bd[_0x16631f(0x2a1)])),_0x39a9b3(0xa,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8[_0x16631f(0x53c)])),_0x39a9b3(0xb,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x1f4)])),_0x39a9b3(0xc,_0x4b60ff['INotificationService'])],_0x4bd0b3);let _0x3055ba=class extends _0x2c451e{constructor(_0x4ab9d2,_0xed7d44,_0x28ba9c,_0x3aa689,_0x57314c,_0x27468f,_0x4a42aa,_0x2d0a0f,_0x49e00d,_0x2d0e8b){const _0x200966=_0x16631f;super(_0x4ab9d2,_0xed7d44,_0x28ba9c,_0x3aa689,_0x57314c,_0x49e00d,_0x2d0e8b,_0x4a42aa,_0x2d0a0f),_0x2a606e(this,_0x200966(0x536),_0x200966(0x21f)),this['_injector']=_0x27468f;}['appendMutation'](_0x4f8f6d){const _0x460573=_0x16631f;return this['_pendingMutations'][_0x460573(0x203)](_0x4f8f6d),this[_0x460573(0x1a2)](),this;}[_0x16631f(0x2d8)](_0x546987){const _0x440b92=_0x16631f;throw new Error(_0x440b92(0x52a));}['onRemoteAck'](){const _0x2813a3=_0x16631f;throw new Error(_0x2813a3(0x183));}[_0x16631f(0x374)](){const _0x2cb96a=_0x16631f;throw new Error(_0x2cb96a(0x4a6));}[_0x16631f(0x2f1)](){return this;}[_0x16631f(0xf8)](){return this;}[_0x16631f(0x3de)](){const _0x3ec789=_0x16631f,{_injector:_0x5b6f45,_pendingMutations:_0x20af24,_awaitingChangeset:_0x1f9c7d,unitID:_0x57d018,_handler:_0x2d0727,type:_0x550130}=this,_0x4c8f2d=_0x3e84aa(_0x5b6f45,_0x57d018,_0x550130,_0x1f9c7d,_0x20af24,_0x2d0727);return _0x4c8f2d instanceof _0x47565d?_0x4c8f2d[_0x3ec789(0x586)]():(_0x4c8f2d instanceof _0x27a14f||_0x4c8f2d instanceof _0x1a3a9c)&&_0x4c8f2d['resend'](),_0x4c8f2d;}['resend'](){const _0x1e6d14=_0x16631f;throw new Error(_0x1e6d14(0x286));}};_0x3055ba=_0x129d6d([_0x39a9b3(0x5,_0x8a1a57['Inject'](_0x8a1a57[_0x16631f(0x562)])),_0x39a9b3(0x6,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8[_0x16631f(0x53c)])),_0x39a9b3(0x7,_0x8a1a57[_0x16631f(0x537)](_0x2728bd[_0x16631f(0x2a1)])),_0x39a9b3(0x8,_0x8a1a57[_0x16631f(0x350)]),_0x39a9b3(0x9,_0x8a1a57[_0x16631f(0x540)])],_0x3055ba);let _0x1dc8e0=class extends _0x2c451e{constructor(_0x20d794,_0x43823f,_0x3c4563,_0xa7c08c,_0x4a66eb,_0x1e695c,_0x1114c6,_0x4c0405,_0x5de185,_0x590cc1,_0x506db9,_0x3d3296,_0x501134,_0x233776){const _0x502bb4=_0x16631f;super(_0x20d794,_0x43823f,_0x3c4563,_0xa7c08c,_0x1114c6,_0x3d3296,_0x501134,_0x5de185,_0x590cc1),_0x2a606e(this,_0x502bb4(0x536),_0x502bb4(0x51f)),(this['_acknowledgedAwaitingChangeset']=_0x4a66eb,this['_queuedRemoteChangesets']=_0x1e695c,this[_0x502bb4(0x264)]=_0x4c0405,this[_0x502bb4(0x515)]=_0x506db9,this[_0x502bb4(0x549)]=_0x233776);}['onMissedChangesetFetched'](_0x44cdc6){const _0x3c611e=_0x16631f;try{const _0x5027a5=[..._0x44cdc6,...this['_queuedRemoteChangesets']],_0x4bab4a=[this[_0x3c611e(0x41c)]||this[_0x3c611e(0x2c5)]][_0x3c611e(0x53f)](_0x3441de=>!!_0x3441de);let _0x326da4,_0x1cc82a;if(_0x4bab4a[_0x3c611e(0x272)]){const _0x2f86d4=this[_0x3c611e(0x549)][_0x3c611e(0x400)](_0x5027a5,_0x4bab4a,!0x1);if(!_0x27cfd8['isTransformChangesetsSuccess'](_0x2f86d4))throw _0x2f86d4['error'];_0x326da4=_0x2f86d4['c1Prime'],_0x1cc82a=_0x2f86d4[_0x3c611e(0x245)];}else _0x326da4=_0x5027a5,_0x1cc82a=[];let _0x41c589=this[_0x3c611e(0x460)];_0x326da4[_0x3c611e(0x236)](_0x2dab58=>{const _0x16f47c=_0x3c611e;let _0x22f69e;if(_0x41c589['length']){const _0x29508e=this[_0x16f47c(0x549)][_0x16f47c(0x1b3)](_0x2dab58,_0x41c589);if(!_0x27cfd8[_0x16f47c(0x2f8)](_0x29508e))throw _0x29508e['error'];_0x22f69e=_0x29508e[_0x16f47c(0x4aa)],_0x41c589=_0x29508e[_0x16f47c(0x43e)];}else _0x22f69e=_0x2dab58;this[_0x16f47c(0x4e7)](_0x22f69e);}),this['_acknowledgedAwaitingChangeset']&&this[_0x3c611e(0x265)](),this[_0x3c611e(0x41c)]&&_0x1cc82a[_0x3c611e(0x272)]&&(_0x1cc82a[0x0][_0x3c611e(0x510)]=this['_getCurrentRevision']());let _0x41d943;if(this[_0x3c611e(0x41c)]&&_0x41c589[_0x3c611e(0x272)]!==0x0)_0x41d943=this[_0x3c611e(0x264)][_0x3c611e(0x28c)](_0x27a14f,this['unitID'],this[_0x3c611e(0x49b)],_0x1cc82a[0x0],_0x41c589,this[_0x3c611e(0x25d)],void 0x0);else{if(this['_awaitingChangeset']&&_0x41c589[_0x3c611e(0x272)]===0x0)_0x1cc82a[0x0][_0x3c611e(0x510)]=this[_0x3c611e(0x189)](),_0x41d943=this['_injector'][_0x3c611e(0x28c)](_0x1a3a9c,this[_0x3c611e(0x477)],this[_0x3c611e(0x49b)],_0x1cc82a[0x0],this[_0x3c611e(0x25d)]);else{if(_0x41c589[_0x3c611e(0x272)]!==0x0){const _0x3f36e7=this[_0x3c611e(0x264)][_0x3c611e(0x28c)](_0x47565d,this[_0x3c611e(0x477)],this[_0x3c611e(0x49b)],_0x41c589,this[_0x3c611e(0x25d)]);_0x3f36e7[_0x3c611e(0x586)](),_0x41d943=_0x3f36e7;}else _0x41d943=this['_injector'][_0x3c611e(0x28c)](_0x3bff71,this[_0x3c611e(0x477)],this[_0x3c611e(0x49b)],this[_0x3c611e(0x25d)]);}}return _0x41d943[_0x3c611e(0x1a2)](),_0x41d943;}catch(_0x3baea3){return this[_0x3c611e(0x515)][_0x3c611e(0x1df)]('[FetchMissState]',_0x3c611e(0x1f8),_0x3baea3),this[_0x3c611e(0x264)]['createInstance'](_0x4bd0b3,this[_0x3c611e(0x477)],this['type'],this[_0x3c611e(0x41c)],this[_0x3c611e(0x460)],this[_0x3c611e(0x25d)],!0x1);}}[_0x16631f(0x16f)](){const _0x162a02=_0x16631f;throw new Error(_0x162a02(0x5aa));}['appendMutation'](_0x5b82ab){const _0x332f5b=_0x16631f;return this[_0x332f5b(0x460)][_0x332f5b(0x203)](_0x5b82ab),this;}[_0x16631f(0x2d8)](_0x4e2baa){const _0x5d30aa=_0x16631f;return this[_0x5d30aa(0x390)][_0x5d30aa(0x203)](_0x4e2baa),this;}['onRemoteAck'](_0x7458ba){const _0x57e0f5=_0x16631f;if(this[_0x57e0f5(0x41c)])return this[_0x57e0f5(0x2c5)]=this[_0x57e0f5(0x41c)],this[_0x57e0f5(0x41c)]=null,this;throw new Error(_0x57e0f5(0x1dc));}[_0x16631f(0x374)](_0x585ba5){const _0x3dc740=_0x16631f;return this[_0x3dc740(0x5a5)](!!(_0x585ba5!=null&&_0x585ba5['isPermissionRej']));}[_0x16631f(0x2f1)](){return this;}[_0x16631f(0xf8)](){const _0x42340d=_0x16631f;return this[_0x42340d(0x264)][_0x42340d(0x28c)](_0x3055ba,this['unitID'],this[_0x42340d(0x49b)],this['_awaitingChangeset'],this[_0x42340d(0x460)],this['_handler']);}[_0x16631f(0x3de)](){return this;}['_onConflict'](_0x286782){const _0x5366c2=_0x16631f;return this['_injector']['createInstance'](_0x4bd0b3,this[_0x5366c2(0x477)],this['type'],this[_0x5366c2(0x41c)],this[_0x5366c2(0x460)],this[_0x5366c2(0x25d)],_0x286782);}};_0x1dc8e0=_0x129d6d([_0x39a9b3(0x7,_0x8a1a57['Inject'](_0x8a1a57[_0x16631f(0x562)])),_0x39a9b3(0x8,_0x8a1a57['Inject'](_0x27cfd8[_0x16631f(0x53c)])),_0x39a9b3(0x9,_0x8a1a57['Inject'](_0x2728bd[_0x16631f(0x2a1)])),_0x39a9b3(0xa,_0x8a1a57[_0x16631f(0xfc)]),_0x39a9b3(0xb,_0x8a1a57[_0x16631f(0x350)]),_0x39a9b3(0xc,_0x8a1a57[_0x16631f(0x540)]),_0x39a9b3(0xd,_0x27cfd8[_0x16631f(0x1bd)])],_0x1dc8e0);function _0x3e84aa(_0x214bec,_0x1c4b64,_0x1828d6,_0x172877,_0x1789af,_0x3528b4){const _0x33136f=_0x16631f;return _0x172877&&_0x1789af[_0x33136f(0x272)]?_0x214bec[_0x33136f(0x28c)](_0x27a14f,_0x1c4b64,_0x1828d6,_0x172877,_0x1789af,_0x3528b4,void 0x0):_0x172877?_0x214bec[_0x33136f(0x28c)](_0x1a3a9c,_0x1c4b64,_0x1828d6,_0x172877,_0x3528b4):_0x1789af[_0x33136f(0x272)]?_0x214bec[_0x33136f(0x28c)](_0x47565d,_0x1c4b64,_0x1828d6,_0x1789af,_0x3528b4):_0x214bec[_0x33136f(0x28c)](_0x3bff71,_0x1c4b64,_0x1828d6,_0x3528b4);}var _0x1482a1=Object[_0x16631f(0x162)],_0x34b655=Object[_0x16631f(0x57e)],_0x2a18df=(_0x533bf8,_0x58e96d,_0x5078ce,_0x2a746b)=>{const _0x5c2efd=_0x16631f;for(var _0x13812b=_0x2a746b>0x1?void 0x0:_0x2a746b?_0x34b655(_0x58e96d,_0x5078ce):_0x58e96d,_0x2ef9d2=_0x533bf8[_0x5c2efd(0x272)]-0x1,_0x1fec43;_0x2ef9d2>=0x0;_0x2ef9d2--)(_0x1fec43=_0x533bf8[_0x2ef9d2])&&(_0x13812b=(_0x2a746b?_0x1fec43(_0x58e96d,_0x5078ce,_0x13812b):_0x1fec43(_0x13812b))||_0x13812b);return _0x2a746b&&_0x13812b&&_0x1482a1(_0x58e96d,_0x5078ce,_0x13812b),_0x13812b;},_0x27489b=(_0x4a1247,_0x11f662)=>(_0x20dca1,_0x586be7)=>_0x11f662(_0x20dca1,_0x586be7,_0x4a1247);_0x2728bd[_0x16631f(0x581)]=class extends _0x8a1a57[_0x16631f(0x228)]{constructor(_0x1dd621,_0x332da7,_0xf51c09,_0x530845,_0x2dd9c7,_0x3918cd,_0x574837,_0x4560e2,_0x4ec70b,_0x48d722,_0x5061e4,_0x4fa644,_0x39ceb7){const _0x13b44d=_0x16631f;super(),_0x2a606e(this,_0x13b44d(0x539),new _0x933215[(_0x13b44d(0x1fd))](null)),_0x2a606e(this,'state$',this['_state$'][_0x13b44d(0x525)]()),_0x2a606e(this,_0x13b44d(0x59d)),_0x2a606e(this,_0x13b44d(0x303),!0x1),_0x2a606e(this,_0x13b44d(0x358),''),_0x2a606e(this,_0x13b44d(0x343),0x0),_0x2a606e(this,_0x13b44d(0x48f),this['state$'][_0x13b44d(0x4be)](_0x933215[_0x13b44d(0x2ca)](_0x5ede81=>_0x5ede81?_0x5ede81[_0x13b44d(0x536)]:_0x5d61dc[_0x13b44d(0x106)]),_0x933215[_0x13b44d(0x502)](0x1))),_0x2a606e(this,_0x13b44d(0x488),!0x1),_0x2a606e(this,_0x13b44d(0x158),[]),(this['unitID']=_0x1dd621,this[_0x13b44d(0x320)]=_0x332da7,this[_0x13b44d(0x357)]=_0xf51c09,this[_0x13b44d(0x264)]=_0x530845,this[_0x13b44d(0x48e)]=_0x2dd9c7,this[_0x13b44d(0x120)]=_0x3918cd,this[_0x13b44d(0x4f0)]=_0x574837,this[_0x13b44d(0x110)]=_0x4560e2,this[_0x13b44d(0x515)]=_0x4ec70b,this[_0x13b44d(0x475)]=_0x48d722,this[_0x13b44d(0x38b)]=_0x5061e4,this[_0x13b44d(0x4df)]=_0x4fa644,this['_singleActiveUnitService']=_0x39ceb7);}get[_0x16631f(0x520)](){const _0x3205a1=_0x16631f;return this[_0x3205a1(0x59d)];}async[_0x16631f(0x299)](){const _0x51f82e=_0x16631f;if(this[_0x51f82e(0x520)])throw new Error('[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.');await this[_0x51f82e(0x36a)]();}[_0x16631f(0x1e3)](){const _0x16205f=_0x16631f;return this[_0x16205f(0x303)]=!0x0,_0x8a1a57[_0x16205f(0x438)](()=>{const _0xc33d57=_0x16205f;this[_0xc33d57(0x303)]=!0x1,this[_0xc33d57(0x336)]();});}['_updateState'](_0x5688da){this['_state']=_0x5688da,this['_state$']['next'](_0x5688da);}async[_0x16631f(0x36a)](){const _0x4c04b3=_0x16631f;var _0x1f2add;this[_0x4c04b3(0x574)](await this[_0x4c04b3(0x5b4)]()),this[_0x4c04b3(0x30a)]&&((_0x1f2add=this['_singleActiveUnitService'])==null||_0x1f2add[_0x4c04b3(0x174)](this[_0x4c04b3(0x477)]),this[_0x4c04b3(0x14a)](this[_0x4c04b3(0x30a)][_0x4c04b3(0x159)](this[_0x4c04b3(0x477)])['subscribe'](_0x95e676=>{const _0x194abe=_0x4c04b3;this[_0x194abe(0x515)]['debug'](_0x194abe(0x4c1),_0x194abe(0x3df),_0x95e676),_0x95e676===_0x25ae3c[_0x194abe(0x268)]?(this[_0x194abe(0x38b)][_0x194abe(0x354)]({'content':this[_0x194abe(0x4f0)]['t'](_0x194abe(0x440)),'type':_0x731a74[_0x194abe(0x2a9)][_0x194abe(0x53b)]}),this[_0x194abe(0x4df)][_0x194abe(0x1a0)](new _0x46f63a[(_0x194abe(0x4b3))](this[_0x194abe(0x477)])['id'],!0x1),this[_0x194abe(0x4df)][_0x194abe(0x500)](!0x1)):(this[_0x194abe(0x4df)][_0x194abe(0x1a0)](new _0x46f63a['WorkbookEditablePermission'](this[_0x194abe(0x477)])['id'],!0x0),this[_0x194abe(0x4df)][_0x194abe(0x500)](!0x0));})));let _0x203a85=!0x1;return this[_0x4c04b3(0x14a)](this[_0x4c04b3(0x320)]['sessionStatus$'][_0x4c04b3(0x42c)](_0x470e75=>{const _0x1f15e8=_0x4c04b3;_0x470e75===_0x53eb3f['ONLINE']?this['_toggleOnline'](_0x203a85):_0x470e75===_0x53eb3f[_0x1f15e8(0x106)]&&(_0x203a85=!0x0,this[_0x1f15e8(0x176)]());})),this[_0x4c04b3(0x14a)](this[_0x4c04b3(0x320)][_0x4c04b3(0x197)]['subscribe'](_0x2b5536=>{const _0x48542c=_0x4c04b3;try{switch(_0x2b5536['eventID']){case _0x27cfd8[_0x48542c(0x3e5)]['NEW_CHANGESETS']:{this[_0x48542c(0x2c4)](_0x27cfd8['parseProtocolChangeset'](_0x2b5536[_0x48542c(0x140)]));break;}case _0x27cfd8[_0x48542c(0x3e5)][_0x48542c(0x289)]:{this['_onRemoteACK'](_0x2b5536['data']);break;}case _0x27cfd8[_0x48542c(0x3e5)]['CHANGESET_REJ']:{this[_0x48542c(0x1d1)]();break;}case _0x27cfd8[_0x48542c(0x3e5)][_0x48542c(0x105)]:{this[_0x48542c(0xff)](_0x2b5536['data']);break;}case _0x27cfd8[_0x48542c(0x3e5)]['PSEUDO_FETCH_MISSING_RESULT']:{this[_0x48542c(0x37e)](_0x2b5536[_0x48542c(0x140)][_0x48542c(0x593)][_0x48542c(0x2ca)](_0x53adef=>_0x27cfd8[_0x48542c(0x532)](_0x53adef)));break;}case _0x27cfd8['CollaborationEvent'][_0x48542c(0x12f)]:this['_onRemoteRejected']({'isPermissionRej':!0x0});}}catch(_0x4a3c20){throw console[_0x48542c(0x1df)]('Error\x20on\x20receiving\x20event',_0x4a3c20),_0x4a3c20;}})),this[_0x4c04b3(0x59d)];}[_0x16631f(0x262)](){const _0x455265=_0x16631f;this[_0x455265(0x488)]=!0x1;}[_0x16631f(0xef)](){const _0x3df44c=_0x16631f;if(this[_0x3df44c(0x488)])throw new Error(_0x3df44c(0x32c));this[_0x3df44c(0x488)]=!0x0;}['_onLocalMutation'](_0x423afd){const _0x3d3d50=_0x16631f;this['_lockTransition'](),this['_updateState'](this[_0x3d3d50(0x59d)]['appendMutation'](_0x423afd)),this[_0x3d3d50(0x262)]();}[_0x16631f(0x2c4)](_0x453f29){const _0x4ca195=_0x16631f;if(!(_0x453f29[_0x4ca195(0x5a1)]<=this[_0x4ca195(0x110)][_0x4ca195(0x531)](this[_0x4ca195(0x477)]))){if(this[_0x4ca195(0x303)]){this[_0x4ca195(0x158)][_0x4ca195(0x203)](_0x453f29);return;}this[_0x4ca195(0x130)](_0x453f29);}}[_0x16631f(0x336)](){const _0x3f15b6=_0x16631f;this['_remoteChangesetQueue'][_0x3f15b6(0x236)](_0x3c4e0e=>this[_0x3f15b6(0x130)](_0x3c4e0e)),this[_0x3f15b6(0x158)]=[];}['_applyRemoteChangeset'](_0x2c5a57){const _0x544424=_0x16631f,_0x4bb17f=this[_0x544424(0x120)]['interceptor'][_0x544424(0x52e)](this['_compressMutationService']['interceptor']['getInterceptPoints']()['COMPRESS_MUTATION_APPLY'])(_0x2c5a57[_0x544424(0x1ce)],null)||_0x2c5a57['mutations'],_0xfd5fb9={..._0x2c5a57,'mutations':_0x4bb17f};this[_0x544424(0xef)](),this['_updateState'](this[_0x544424(0x59d)][_0x544424(0x2d8)](_0xfd5fb9)),this[_0x544424(0x262)]();}[_0x16631f(0x26d)](_0x117bb8){const _0x173e29=_0x16631f;this['_lockTransition'](),this['_updateState'](this[_0x173e29(0x59d)][_0x173e29(0x4b8)](_0x117bb8)),this['_unlockTransition']();}['_onRemoteRejected'](_0x51c43a){const _0xd1ab14=_0x16631f;this[_0xd1ab14(0xef)](),this[_0xd1ab14(0x574)](this[_0xd1ab14(0x59d)][_0xd1ab14(0x374)](_0x51c43a)),this[_0xd1ab14(0x262)]();}[_0x16631f(0xff)](_0x3d97fe){const _0x4fe04b=_0x16631f;this[_0x4fe04b(0xef)](),this[_0x4fe04b(0x574)](this[_0x4fe04b(0x59d)][_0x4fe04b(0x2f1)](_0x3d97fe)),this['_unlockTransition']();}[_0x16631f(0x37e)](_0x1631bc){const _0x20143b=_0x16631f;if(!(this['_state']instanceof _0x1dc8e0))throw new TypeError(_0x20143b(0x2db));const _0x3f8c21=_0x1631bc['map'](_0x14cc54=>{const _0x50d4a5=_0x20143b,_0x27b72e=this[_0x50d4a5(0x120)]['interceptor'][_0x50d4a5(0x52e)](this[_0x50d4a5(0x120)]['interceptor'][_0x50d4a5(0x344)]()[_0x50d4a5(0x4e6)])(_0x14cc54[_0x50d4a5(0x1ce)],null)||_0x14cc54[_0x50d4a5(0x1ce)];return{..._0x14cc54,'mutations':_0x27b72e};});this[_0x20143b(0xef)](),this[_0x20143b(0x574)](this['_state'][_0x20143b(0x3b1)](_0x3f8c21)),this[_0x20143b(0x262)]();}[_0x16631f(0x176)](){const _0x443207=_0x16631f;this[_0x443207(0xef)](),this['_updateState'](this['_state']['toggleOffline']()),this[_0x443207(0x262)]();}[_0x16631f(0x346)](_0x1807e0=!0x1){const _0x59efc0=_0x16631f;this['_lockTransition'](),this[_0x59efc0(0x574)](this['_state'][_0x59efc0(0x3de)]()),this['_unlockTransition']();const _0x1c8166=this[_0x59efc0(0x59d)];_0x1807e0&&_0x1c8166 instanceof _0x3bff71&&(this[_0x59efc0(0xef)](),this['_updateState'](_0x1c8166['fetchMiss']()),this[_0x59efc0(0x262)]());}async[_0x16631f(0x5b4)](){return new Promise(_0x17636c=>{const _0x1955e0=_0x586f;this[_0x1955e0(0x320)][_0x1955e0(0x482)]['pipe'](_0x933215['take'](0x1))[_0x1955e0(0x42c)](async _0xd492ea=>{const _0xb80755=_0x1955e0;_0x17636c(await this[_0xb80755(0x304)](_0xd492ea===_0x53eb3f['ONLINE']));});});}[_0x16631f(0x318)](){const _0x2fa8be=_0x16631f,_0x1bd981=this[_0x2fa8be(0x477)];return{'onStateChange':(_0x34b519,_0x2e606d)=>{const _0x58e385=_0x2fa8be;if(_0x34b519!==this[_0x58e385(0x59d)])throw new Error(_0x58e385(0x46f)+_0x34b519[_0x58e385(0x536)]+_0x58e385(0x39b)+_0x2e606d['status']+_0x58e385(0x393)+this[_0x58e385(0x59d)]['status']);this[_0x58e385(0x574)](_0x2e606d);},'onSendChangeset':_0x481bf3=>{const _0x2890a8=_0x2fa8be;_0x481bf3[_0x2890a8(0x152)]||(_0x481bf3[_0x2890a8(0x152)]=this[_0x2890a8(0x358)],_0x481bf3[_0x2890a8(0x449)]=++this[_0x2890a8(0x343)]);const _0x3b64fc={'eventID':_0x27cfd8[_0x2890a8(0x3e5)]['SUBMIT_CHANGESET'],'data':{'unitID':_0x481bf3[_0x2890a8(0x477)],'unitType':this[_0x2890a8(0x357)],'changeset':_0x481bf3,'memberID':this[_0x2890a8(0x320)][_0x2890a8(0x291)]()}};this[_0x2890a8(0x320)][_0x2890a8(0x2ba)](_0x3b64fc,this[_0x2890a8(0x477)]);},'onMissingChangesets':({from:_0x429846,to:_0x19818f})=>{const _0x53def7=_0x2fa8be;this['_logService'][_0x53def7(0x22a)](_0x53def7(0x4c1),_0x53def7(0x2ff)+_0x429846+'\x20to\x20'+_0x19818f);const _0x20ac72={'eventID':_0x27cfd8[_0x53def7(0x3e5)]['FETCH_MISSING'],'data':{'unitID':_0x1bd981,'unitType':this['_type'],'from':_0x429846,'to':_0x19818f}};this[_0x53def7(0x320)][_0x53def7(0x2ba)](_0x20ac72,this[_0x53def7(0x477)]);}};}async[_0x16631f(0x304)](_0xf6832){const _0x4d7a45=_0x16631f;var _0x2cef3e,_0x42ae32;const _0x177463=await this[_0x4d7a45(0x48e)][_0x4d7a45(0x3ae)](this[_0x4d7a45(0x477)]),_0x2e4ab2=(_0x2cef3e=_0x177463==null?void 0x0:_0x177463[_0x4d7a45(0x1ce)])!=null?_0x2cef3e:[],_0x3c5887=(_0x42ae32=_0x177463==null?void 0x0:_0x177463[_0x4d7a45(0x58b)])!=null?_0x42ae32:null,_0x360bf5=!!(_0x3c5887!=null&&_0x3c5887[_0x4d7a45(0x152)])&&!!(_0x3c5887!=null&&_0x3c5887[_0x4d7a45(0x449)]);this[_0x4d7a45(0x358)]=_0x360bf5?_0x3c5887['sid']:_0x384178(),this['_changesetReqId']=_0x360bf5?_0x3c5887[_0x4d7a45(0x449)]:0x0;const _0x8e2453=this[_0x4d7a45(0x477)];try{this[_0x4d7a45(0x2dd)](_0x3c5887,_0x2e4ab2);}catch(_0x258bf8){this['_logService']['error'](_0x258bf8);}const _0x2fb376=this[_0x4d7a45(0x318)]();if(_0xf6832){const _0x59e292=_0x3e84aa(this[_0x4d7a45(0x264)],_0x8e2453,this[_0x4d7a45(0x357)],_0x3c5887,_0x2e4ab2,_0x2fb376);return _0x59e292 instanceof _0x47565d?_0x59e292['_schedule']():(_0x59e292 instanceof _0x27a14f||_0x59e292 instanceof _0x1a3a9c)&&_0x59e292[_0x4d7a45(0x16f)](),_0x59e292;}return this[_0x4d7a45(0x264)]['createInstance'](_0x3055ba,_0x8e2453,this[_0x4d7a45(0x357)],_0x3c5887,_0x2e4ab2,_0x2fb376);}[_0x16631f(0x2dd)](_0x33f075,_0x16e6f6){const _0x2e642c=_0x16631f;var _0x4f1b76,_0x25ed59;const _0x66267b=this['_compressMutationService']['interceptor'][_0x2e642c(0x52e)](this[_0x2e642c(0x120)][_0x2e642c(0x15f)]['getInterceptPoints']()[_0x2e642c(0x4e6)]);(_0x4f1b76=_0x66267b((_0x33f075==null?void 0x0:_0x33f075[_0x2e642c(0x1ce)])||[],null))==null||_0x4f1b76[_0x2e642c(0x236)](_0x554b1a=>this[_0x2e642c(0x475)]['executeCommand'](_0x554b1a['id'],_0x554b1a[_0x2e642c(0x238)])),(_0x25ed59=_0x66267b(_0x16e6f6||[],null))==null||_0x25ed59[_0x2e642c(0x236)](_0x529fda=>this[_0x2e642c(0x475)][_0x2e642c(0x564)](_0x529fda['id'],_0x529fda[_0x2e642c(0x238)]));}},_0x2728bd[_0x16631f(0x581)]=_0x2a18df([_0x27489b(0x3,_0x8a1a57['Inject'](_0x8a1a57[_0x16631f(0x562)])),_0x27489b(0x4,_0x8a1a57[_0x16631f(0x537)](_0x2728bd['LocalCacheService'])),_0x27489b(0x5,_0x8a1a57['Inject'](_0x27cfd8[_0x16631f(0x23b)])),_0x27489b(0x6,_0x8a1a57['Inject'](_0x8a1a57[_0x16631f(0x1f4)])),_0x27489b(0x7,_0x8a1a57['Inject'](_0x27cfd8['RevisionService'])),_0x27489b(0x8,_0x8a1a57['ILogService']),_0x27489b(0x9,_0x8a1a57['ICommandService']),_0x27489b(0xa,_0x4b60ff['IMessageService']),_0x27489b(0xb,_0x8a1a57[_0x16631f(0x395)]),_0x27489b(0xc,_0x8a1a57[_0x16631f(0x1c1)](_0x50fb0f))],_0x2728bd[_0x16631f(0x581)]),_0x2728bd[_0x16631f(0x1d5)]=class extends _0x2728bd[_0x16631f(0x581)]{constructor(_0x3e50d4,_0x390beb,_0x1f2e16,_0xcd94af,_0x478964,_0x4f6d21,_0x2d407e,_0x563411,_0x3bd461,_0x54d88f,_0x4c98b6,_0x3997c6,_0x2b21cd,_0x30e6ab,_0x52d8ba,_0x17b9d7,_0x2413ea,_0x538344){const _0x339c4a=_0x16631f;super(_0x3e50d4,_0x1f2e16,_0x390beb,_0xcd94af,_0x478964,_0x4f6d21,_0x2d407e,_0x563411,_0x30e6ab,_0x52d8ba,_0x17b9d7,_0x2413ea,_0x538344),this[_0x339c4a(0x477)]=_0x3e50d4,this[_0x339c4a(0x49b)]=_0x390beb,this[_0x339c4a(0x305)]=_0x3bd461,this['_docTransformIMECacheService']=_0x54d88f,this[_0x339c4a(0x501)]=_0x4c98b6,this['_docTransformSelectionsService']=_0x3997c6,this[_0x339c4a(0x117)]=_0x2b21cd;}[_0x16631f(0x318)](){const _0x4fec6b=_0x16631f,_0x3d1122=super['_createHandler']();return _0x3d1122[_0x4fec6b(0x1a3)]=_0xef9fd=>this[_0x4fec6b(0x316)][_0x4fec6b(0x561)](_0xef9fd),_0x3d1122['onTransformState']=_0x49247a=>this[_0x4fec6b(0x501)][_0x4fec6b(0x21a)](_0x49247a),_0x3d1122[_0x4fec6b(0x58f)]=_0x4140d5=>this['_docTransformSelectionsService']['transformSelections'](_0x4140d5),_0x3d1122[_0x4fec6b(0x1f5)]=_0xd410ca=>this[_0x4fec6b(0x117)]['syncEditingCollabCursor'](_0xd410ca),_0x3d1122[_0x4fec6b(0x3f9)]=_0x546311=>this['_docTransformIMECacheService'][_0x4fec6b(0x246)](_0x546311),_0x3d1122[_0x4fec6b(0x44d)]=_0x4f1564=>this[_0x4fec6b(0x501)][_0x4fec6b(0x246)](_0x4f1564),_0x3d1122;}async['_init'](){const _0x22e3ae=_0x16631f,_0x4dee3c=await super[_0x22e3ae(0x36a)]();return this[_0x22e3ae(0x305)]['docStateChange$'][_0x22e3ae(0x4be)](_0x933215[_0x22e3ae(0x3d9)](this[_0x22e3ae(0x42d)]))[_0x22e3ae(0x42c)](_0x14514a=>{const _0x1b9f72=_0x22e3ae;if(_0x14514a==null)return;const {unitId:_0x670dcc,redoState:_0x1f02bd,commandId:_0x4bcd9f}=_0x14514a;if(_0x670dcc!==this[_0x1b9f72(0x477)])return;const _0x13df32={'id':_0x4bcd9f,'type':_0x8a1a57['CommandType'][_0x1b9f72(0x2a7)],'params':{'unitId':_0x670dcc,'actions':_0x1f02bd[_0x1b9f72(0x112)],'textRanges':null}};this[_0x1b9f72(0x46e)](_0x13df32);}),_0x4dee3c;}},_0x2728bd[_0x16631f(0x1d5)]=_0x2a18df([_0x27489b(0x3,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0x27489b(0x4,_0x8a1a57['Inject'](_0x2728bd[_0x16631f(0x2a1)])),_0x27489b(0x5,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8['CompressMutationService'])),_0x27489b(0x6,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x1f4)])),_0x27489b(0x7,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8[_0x16631f(0x53c)])),_0x27489b(0x8,_0x8a1a57[_0x16631f(0x537)](_0x473dea[_0x16631f(0x425)])),_0x27489b(0x9,_0x8a1a57[_0x16631f(0x537)](_0xe93339)),_0x27489b(0xa,_0x8a1a57[_0x16631f(0x537)](_0x21b12b)),_0x27489b(0xb,_0x8a1a57[_0x16631f(0x537)](_0x3110cc)),_0x27489b(0xc,_0x8a1a57[_0x16631f(0x537)](_0xc8790a)),_0x27489b(0xd,_0x8a1a57[_0x16631f(0xfc)]),_0x27489b(0xe,_0x8a1a57['ICommandService']),_0x27489b(0xf,_0x4b60ff['IMessageService']),_0x27489b(0x10,_0x8a1a57['IPermissionService']),_0x27489b(0x11,_0x8a1a57[_0x16631f(0x1c1)](_0x50fb0f))],_0x2728bd['DocCollaborationEntity']),_0x2728bd[_0x16631f(0x579)]=class extends _0x2728bd[_0x16631f(0x581)]{constructor(_0x4ef325,_0x2af06c,_0x1d4a84,_0x22ee6d,_0x460f35,_0x37129a,_0x33d0bf,_0x5c3b52,_0x669437,_0x2c16f5,_0x5f4dba,_0x4c3ad3,_0x45ba47,_0x310ee4){const _0x111f28=_0x16631f;super(_0x4ef325,_0x1d4a84,_0x2af06c,_0x22ee6d,_0x460f35,_0x37129a,_0x33d0bf,_0x5c3b52,_0x2c16f5,_0x5f4dba,_0x4c3ad3,_0x45ba47,_0x310ee4),this[_0x111f28(0x477)]=_0x4ef325,this[_0x111f28(0x49b)]=_0x2af06c,this[_0x111f28(0x456)]=_0x669437;}[_0x16631f(0x318)](){const _0xa8a1c=_0x16631f,_0x5679df=super[_0xa8a1c(0x318)]();return _0x5679df['onTransformSelections']=_0x1c9565=>this[_0xa8a1c(0x456)][_0xa8a1c(0x4c2)](_0x1c9565),_0x5679df;}async[_0x16631f(0x36a)](){const _0x40337e=_0x16631f,_0x5623ca=await super['_init']();return this[_0x40337e(0x14a)](this[_0x40337e(0x475)][_0x40337e(0x521)]((_0x454844,_0x27008b)=>{const _0x422b10=_0x40337e;if(_0x454844[_0x422b10(0x49b)]!==_0x8a1a57[_0x422b10(0x39c)][_0x422b10(0x2a7)]||_0x27008b!=null&&_0x27008b[_0x422b10(0x280)]||_0x27008b!=null&&_0x27008b[_0x422b10(0x5a9)])return;const _0x261c42=_0x454844[_0x422b10(0x238)];if((_0x261c42==null?void 0x0:_0x261c42['unitId'])!==this[_0x422b10(0x477)])return;const _0x13ef3f=_0x454844,_0x50430b=this[_0x422b10(0x120)][_0x422b10(0x15f)][_0x422b10(0x52e)](this['_compressMutationService'][_0x422b10(0x15f)][_0x422b10(0x344)]()[_0x422b10(0x451)])([_0x13ef3f],null)||[_0x13ef3f];this[_0x422b10(0x46e)](_0x50430b[0x0]);})),_0x5623ca;}},_0x2728bd[_0x16631f(0x579)]=_0x2a18df([_0x27489b(0x3,_0x8a1a57['Inject'](_0x8a1a57[_0x16631f(0x562)])),_0x27489b(0x4,_0x8a1a57[_0x16631f(0x537)](_0x2728bd[_0x16631f(0x2a1)])),_0x27489b(0x5,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8['CompressMutationService'])),_0x27489b(0x6,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x1f4)])),_0x27489b(0x7,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8[_0x16631f(0x53c)])),_0x27489b(0x8,_0x8a1a57[_0x16631f(0x537)](_0x1a79c5)),_0x27489b(0x9,_0x8a1a57[_0x16631f(0xfc)]),_0x27489b(0xa,_0x8a1a57[_0x16631f(0x350)]),_0x27489b(0xb,_0x4b60ff[_0x16631f(0x136)]),_0x27489b(0xc,_0x8a1a57[_0x16631f(0x395)]),_0x27489b(0xd,_0x8a1a57['Optional'](_0x50fb0f))],_0x2728bd[_0x16631f(0x579)]);var _0x2006c5=Object[_0x16631f(0x162)],_0x1ea5c9=Object['getOwnPropertyDescriptor'],_0x2e35bf=(_0x4500bb,_0x35fd26,_0x6fe856,_0x25f871)=>{const _0x934f6d=_0x16631f;for(var _0x5b4524=_0x25f871>0x1?void 0x0:_0x25f871?_0x1ea5c9(_0x35fd26,_0x6fe856):_0x35fd26,_0x37d8cc=_0x4500bb[_0x934f6d(0x272)]-0x1,_0x22ad86;_0x37d8cc>=0x0;_0x37d8cc--)(_0x22ad86=_0x4500bb[_0x37d8cc])&&(_0x5b4524=(_0x25f871?_0x22ad86(_0x35fd26,_0x6fe856,_0x5b4524):_0x22ad86(_0x5b4524))||_0x5b4524);return _0x25f871&&_0x5b4524&&_0x2006c5(_0x35fd26,_0x6fe856,_0x5b4524),_0x5b4524;},_0x18ee26=(_0x4d64f0,_0x289d2f)=>(_0x261990,_0x258e6f)=>_0x289d2f(_0x261990,_0x258e6f,_0x4d64f0);_0x2728bd[_0x16631f(0x433)]=class extends _0x8a1a57['RxDisposable']{constructor(_0x737463,_0x1534ab,_0x3547d7){const _0x539ec2=_0x16631f;super(),_0x2a606e(this,'_entities',new Map()),_0x2a606e(this,_0x539ec2(0x45a),new _0x933215[(_0x539ec2(0x31e))]()),(this[_0x539ec2(0x264)]=_0x737463,this[_0x539ec2(0x41e)]=_0x1534ab,this[_0x539ec2(0x3e7)]=_0x3547d7,this[_0x539ec2(0x36a)]());}[_0x16631f(0x4a7)](){const _0x5212f3=_0x16631f;super[_0x5212f3(0x4a7)](),this[_0x5212f3(0x1e8)][_0x5212f3(0x236)](_0x1f8420=>_0x1f8420[_0x5212f3(0x4a7)]()),this[_0x5212f3(0x1e8)][_0x5212f3(0x4b6)]();}['getCollabEntity'](_0x161efb){const _0xed0ac2=_0x16631f;var _0x44c5c2;return(_0x44c5c2=this[_0xed0ac2(0x1e8)][_0xed0ac2(0x241)](_0x161efb))!=null?_0x44c5c2:null;}['getCollabEntity$'](_0xee6650){const _0x50c480=_0x16631f,_0x3542e0=this[_0x50c480(0x47b)](_0xee6650);return _0x3542e0?_0x933215['of'](_0x3542e0):this[_0x50c480(0x45a)]['pipe'](_0x478e49[_0x50c480(0x53f)](_0x1a4681=>_0x1a4681[_0x50c480(0x477)]===_0xee6650));}['_init'](){const _0x54fc5c=_0x16631f;this[_0x54fc5c(0x3e7)][_0x54fc5c(0x124)](_0x8a1a57['UniverInstanceType'][_0x54fc5c(0x32e)])[_0x54fc5c(0x4be)](_0x933215[_0x54fc5c(0x3d9)](this[_0x54fc5c(0x42d)]),_0x478e49['delay'](0x10))[_0x54fc5c(0x42c)](async _0x439d64=>{const _0x230184=_0x54fc5c,_0x24225d=_0x439d64[_0x230184(0x4ed)](),_0x22a4c6=await this[_0x230184(0x3fa)](_0x24225d,_0x4a6b81['UNIVER_SHEET']);this[_0x230184(0x1e8)][_0x230184(0x41f)](_0x24225d,_0x22a4c6);}),this[_0x54fc5c(0x3e7)]['getTypeOfUnitAdded$'](_0x8a1a57[_0x54fc5c(0x3e6)]['UNIVER_DOC'])[_0x54fc5c(0x4be)](_0x933215[_0x54fc5c(0x3d9)](this[_0x54fc5c(0x42d)]),_0x478e49[_0x54fc5c(0x10b)](0x10))[_0x54fc5c(0x4be)](_0x478e49[_0x54fc5c(0x53f)](_0x1ba080=>!_0x1ba080['getUnitId']()[_0x54fc5c(0x282)]('__')))[_0x54fc5c(0x42c)](async _0x4d398c=>{const _0x1e0224=_0x54fc5c,_0x29b8e4=_0x4d398c[_0x1e0224(0x4ed)](),_0x30db60=await this['_startCollaboration'](_0x29b8e4,_0x4a6b81[_0x1e0224(0x327)]);this['_entities']['set'](_0x29b8e4,_0x30db60);}),_0x933215[_0x54fc5c(0x116)](this[_0x54fc5c(0x3e7)][_0x54fc5c(0x3d7)](_0x8a1a57[_0x54fc5c(0x3e6)][_0x54fc5c(0x32e)]),this[_0x54fc5c(0x3e7)][_0x54fc5c(0x3d7)](_0x8a1a57[_0x54fc5c(0x3e6)][_0x54fc5c(0x327)]))[_0x54fc5c(0x4be)](_0x933215['takeUntil'](this[_0x54fc5c(0x42d)]))['subscribe'](_0xe29fcb=>{const _0x352fe2=_0x54fc5c,_0x706a8=_0xe29fcb['getUnitId'](),_0x550357=this[_0x352fe2(0x1e8)][_0x352fe2(0x241)](_0x706a8);_0x550357&&(_0x550357[_0x352fe2(0x4a7)](),this[_0x352fe2(0x1e8)][_0x352fe2(0x2eb)](_0x706a8));});}async[_0x16631f(0x3fa)](_0x3617b3,_0x18ee53){const _0x22b902=_0x16631f,_0x5a7b71=await this[_0x22b902(0x41e)][_0x22b902(0x5ab)](_0x3617b3),_0x256329=this[_0x22b902(0x264)][_0x22b902(0x28c)](this['_getCtorByUniverType'](_0x18ee53),_0x3617b3,_0x18ee53,_0x5a7b71);return await _0x256329['init'](),this[_0x22b902(0x45a)][_0x22b902(0x1dd)](_0x256329),_0x256329;}[_0x16631f(0x108)](_0x3c5313){const _0x4a6507=_0x16631f;switch(_0x3c5313){case _0x4a6b81[_0x4a6507(0x327)]:return _0x2728bd[_0x4a6507(0x1d5)];case _0x4a6b81['UNIVER_SHEET']:return _0x2728bd[_0x4a6507(0x579)];default:throw new Error('[CollaborationController]:\x20invalid\x20univer\x20type:\x20'+_0x3c5313);}}},_0x2728bd[_0x16631f(0x433)]=_0x2e35bf([_0x18ee26(0x0,_0x8a1a57['Inject'](_0x8a1a57[_0x16631f(0x562)])),_0x18ee26(0x1,_0x8a1a57[_0x16631f(0x537)](_0x2728bd['CollaborationSessionService'])),_0x18ee26(0x2,_0x8a1a57[_0x16631f(0x1db)])],_0x2728bd[_0x16631f(0x433)]);const _0x396dba=[_0x16631f(0x369),_0x16631f(0x4ab),_0x16631f(0x204),_0x16631f(0x35b),_0x16631f(0x572),_0x16631f(0x3c7)];class _0x4216fe extends _0x8a1a57[_0x16631f(0x490)]{constructor(){const _0x478aa6=_0x16631f;super(...arguments),_0x2a606e(this,_0x478aa6(0x334),new Map()),_0x2a606e(this,'_colorIndex',0x0);}[_0x16631f(0x302)](_0x333260){const _0x1db27d=_0x16631f;if(this['_assignedColors']['has'](_0x333260))return this[_0x1db27d(0x334)][_0x1db27d(0x241)](_0x333260);const _0x14fc4e=_0x396dba[this[_0x1db27d(0x448)]];return this[_0x1db27d(0x448)]=(this[_0x1db27d(0x448)]+0x1)%_0x396dba[_0x1db27d(0x272)],this['_assignedColors'][_0x1db27d(0x41f)](_0x333260,_0x14fc4e),_0x14fc4e;}}var _0x16ed30=Object['defineProperty'],_0x2232ac=Object[_0x16631f(0x57e)],_0x3d0dfc=(_0x5ca77,_0x18b10a,_0x398ee8,_0xb159c9)=>{for(var _0x4d4f55=_0xb159c9>0x1?void 0x0:_0xb159c9?_0x2232ac(_0x18b10a,_0x398ee8):_0x18b10a,_0x4bd4f6=_0x5ca77['length']-0x1,_0x1e816b;_0x4bd4f6>=0x0;_0x4bd4f6--)(_0x1e816b=_0x5ca77[_0x4bd4f6])&&(_0x4d4f55=(_0xb159c9?_0x1e816b(_0x18b10a,_0x398ee8,_0x4d4f55):_0x1e816b(_0x4d4f55))||_0x4d4f55);return _0xb159c9&&_0x4d4f55&&_0x16ed30(_0x18b10a,_0x398ee8,_0x4d4f55),_0x4d4f55;},_0xfda198=(_0x4ee329,_0x4b75e7)=>(_0x267ff0,_0x39fe8d)=>_0x4b75e7(_0x267ff0,_0x39fe8d,_0x4ee329);const _0x10c5cd=0x12c,_0x5adead=0x64;let _0x3e5c16=class extends _0x8a1a57[_0x16631f(0x228)]{constructor(_0x3c76c7,_0x35f34b,_0x1f48d9,_0x949b35,_0x196f1e,_0x261e43,_0x3b06f4,_0x341872,_0x37acbf){const _0x17505=_0x16631f;super(),_0x2a606e(this,_0x17505(0x17a),!0x1),_0x2a606e(this,'_init',!0x1),_0x2a606e(this,_0x17505(0x30f),new _0x933215['BehaviorSubject'](new Map())),_0x2a606e(this,_0x17505(0x146),this['_cursorInfo$']['asObservable']()),_0x2a606e(this,'_roomMembers$',new _0x933215[(_0x17505(0x1fd))]([])),_0x2a606e(this,'roomMembers$',this[_0x17505(0x409)][_0x17505(0x4be)](_0x933215[_0x17505(0x34e)](_0x10c5cd))),_0x2a606e(this,_0x17505(0x33a),_0x8a1a57[_0x17505(0x4fa)](_0x39f315=>{const _0x29d973=_0x17505,_0xae0991={'eventID':_0x27cfd8[_0x29d973(0x3e5)][_0x29d973(0x339)],'data':{'unitID':this['unitID'],'memberID':this['_session'][_0x29d973(0x291)](),'selection':_0x35203a(_0x39f315)}};this[_0x29d973(0x1c8)][_0x29d973(0x2ba)](_0xae0991,this[_0x29d973(0x477)]);},_0x5adead)),(this['unitID']=_0x3c76c7,this[_0x17505(0x1c8)]=_0x35f34b,this['_injector']=_0x1f48d9,this[_0x17505(0x4d1)]=_0x949b35,this[_0x17505(0x154)]=_0x196f1e,this[_0x17505(0x278)]=_0x261e43,this[_0x17505(0x549)]=_0x3b06f4,this[_0x17505(0x3e7)]=_0x341872,this[_0x17505(0x475)]=_0x37acbf);}get[_0x16631f(0x468)](){const _0x514d21=_0x16631f;return this[_0x514d21(0x30f)]['getValue']();}get[_0x16631f(0x545)](){const _0x425467=_0x16631f;return this[_0x425467(0x409)][_0x425467(0x2f3)]();}[_0x16631f(0x4a7)](){const _0x1a9877=_0x16631f;super[_0x1a9877(0x4a7)](),this['_cursorInfo$'][_0x1a9877(0x1dd)](new Map()),this[_0x1a9877(0x30f)][_0x1a9877(0x495)](),this[_0x1a9877(0x409)][_0x1a9877(0x1dd)]([]),this['_roomMembers$'][_0x1a9877(0x495)]();}[_0x16631f(0x299)](){const _0x474f5a=_0x16631f;this[_0x474f5a(0x36a)]||(this[_0x474f5a(0x36a)]=!0x0,this[_0x474f5a(0x1c8)][_0x474f5a(0x482)][_0x474f5a(0x4be)](_0x933215['takeUntil'](this[_0x474f5a(0x42d)]))['subscribe'](_0x443e8c=>{const _0x8d9a16=_0x474f5a;_0x443e8c===_0x53eb3f['ONLINE']?this[_0x8d9a16(0x346)]():this[_0x8d9a16(0x176)]();}),this['_session'][_0x474f5a(0x197)][_0x474f5a(0x4be)](_0x933215[_0x474f5a(0x3d9)](this[_0x474f5a(0x42d)]))[_0x474f5a(0x42c)](_0x1ed82d=>{const _0x5c8a54=_0x474f5a,_0x42e22e=_0x1ed82d[_0x5c8a54(0x3dd)];_0x42e22e===_0x27cfd8['CollaborationEvent'][_0x5c8a54(0x339)]&&this[_0x5c8a54(0x172)](_0x1ed82d),_0x42e22e===_0x27cfd8[_0x5c8a54(0x3e5)][_0x5c8a54(0x214)]&&this[_0x5c8a54(0x2f4)](_0x1ed82d);}),this[_0x474f5a(0x14a)](this[_0x474f5a(0x475)][_0x474f5a(0x521)](_0x692576=>{const _0xb68e12=_0x474f5a,_0x62e334=_0x692576[_0xb68e12(0x238)];_0x62e334!=null&&this['_online']&&_0x692576['id']===_0x1d9e38[_0xb68e12(0x5b0)]['id']&&_0x62e334['unitId']===this[_0xb68e12(0x477)]&&_0x62e334[_0xb68e12(0x258)]===!0x1&&_0x62e334[_0xb68e12(0x308)][_0xb68e12(0x272)]>0x0&&this['_updateLocalCursor'](_0x62e334[_0xb68e12(0x308)]);})),this[_0x474f5a(0x278)]['collabCursorState$'][_0x474f5a(0x4be)](_0x933215[_0x474f5a(0x3d9)](this['dispose$']))[_0x474f5a(0x42c)](_0x12fe95=>{const _0x2f3117=_0x474f5a;if((_0x12fe95==null?void 0x0:_0x12fe95[_0x2f3117(0x477)])!==this[_0x2f3117(0x477)])return;const _0x5da0b3={'eventID':_0x27cfd8[_0x2f3117(0x3e5)][_0x2f3117(0x339)],'data':_0x12fe95};this[_0x2f3117(0x172)](_0x5da0b3);}),this[_0x474f5a(0x14a)](this[_0x474f5a(0x475)]['onCommandExecuted'](_0x4d4426=>{const _0x3b19aa=_0x474f5a;if(_0x4d4426[_0x3b19aa(0x238)]==null)return;const _0x51b6ff=_0x4d4426[_0x3b19aa(0x238)];if(_0x4d4426['id']!==_0x1d9e38['RichTextEditingMutation']['id']||_0x51b6ff[_0x3b19aa(0x151)]!==this[_0x3b19aa(0x477)])return;const _0x2a5fa8={'id':_0x3b19aa(0x1f7),'params':_0x51b6ff},_0x437223=this[_0x3b19aa(0x468)];for(const [_0x44bce0,_0x38d9b3]of _0x437223){const _0x52785c={'id':'doc.mutation.rich-text-editing','params':{'unitId':this['unitID'],'actions':null,'textRanges':_0x38d9b3['ranges']}},_0x1ae9f0=this[_0x3b19aa(0x549)][_0x3b19aa(0x56a)](_0x2a5fa8,_0x52785c,!0x1);if(_0x27cfd8['isTransformMutationFailure'](_0x1ae9f0))throw _0x1ae9f0['error'];_0x437223['set'](_0x44bce0,{..._0x38d9b3,'ranges':_0x1ae9f0[_0x3b19aa(0x43e)][_0x3b19aa(0x238)]['textRanges']});}queueMicrotask(()=>{const _0x348c36=_0x3b19aa;this[_0x348c36(0x30f)][_0x348c36(0x1dd)](_0x437223);});})));}[_0x16631f(0x172)](_0x71e46d){const _0x22f921=_0x16631f;var _0x3b8c0e,_0x143a5a;const {memberID:_0x3e14e6,selection:_0x128138}=_0x71e46d['data'],_0x5e7a98=_0x40a456(_0x128138),_0x2319e4=(_0x143a5a=(_0x3b8c0e=this['_memberService'][_0x22f921(0x373)](this[_0x22f921(0x477)],_0x3e14e6))==null?void 0x0:_0x3b8c0e[_0x22f921(0x3be)])!=null?_0x143a5a:_0x22f921(0x14c),_0x402ef7={'color':this[_0x22f921(0x4d1)]['assignAColorForMemberID'](_0x3e14e6),'name':_0x2319e4,'ranges':_0x5e7a98},_0x104cb7=this[_0x22f921(0x468)];_0x104cb7[_0x22f921(0x41f)](_0x3e14e6,_0x402ef7),this[_0x22f921(0x30f)][_0x22f921(0x1dd)](_0x104cb7);}[_0x16631f(0x2f4)](_0x2e1cec){const _0x478776=_0x16631f,{memberID:_0x536253}=_0x2e1cec[_0x478776(0x140)],_0x54ecf4=this[_0x478776(0x468)];_0x54ecf4[_0x478776(0x2eb)](_0x536253),this[_0x478776(0x30f)][_0x478776(0x1dd)](_0x54ecf4);}[_0x16631f(0x346)](){const _0x964d47=_0x16631f;var _0x334483;if(this['_online']=!0x0,((_0x334483=this[_0x964d47(0x3e7)]['getFocusedUnit']())==null?void 0x0:_0x334483[_0x964d47(0x4ed)]())!==this['unitID'])return;const _0x176e56=this['_injector'][_0x964d47(0x241)](_0x1d9e38['DocSelectionManagerService'])[_0x964d47(0x494)]();Array['isArray'](_0x176e56)&&_0x176e56[_0x964d47(0x272)]>0x0&&this[_0x964d47(0x33a)](_0x176e56);}['_toggleOffline'](){const _0x5f3756=_0x16631f;this[_0x5f3756(0x17a)]=!0x1;}};_0x3e5c16=_0x3d0dfc([_0xfda198(0x2,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0xfda198(0x3,_0x8a1a57[_0x16631f(0x537)](_0x4216fe)),_0xfda198(0x4,_0x8a1a57['Inject'](_0x2728bd[_0x16631f(0x584)])),_0xfda198(0x5,_0x8a1a57[_0x16631f(0x537)](_0xc8790a)),_0xfda198(0x6,_0x27cfd8['ITransformService']),_0xfda198(0x7,_0x8a1a57[_0x16631f(0x1db)]),_0xfda198(0x8,_0x8a1a57['ICommandService'])],_0x3e5c16);var _0x32bf55=Object[_0x16631f(0x162)],_0x417f38=Object[_0x16631f(0x57e)],_0x4d089b=(_0x5ed7d4,_0x2a223d,_0x3676b9,_0x985c88)=>{const _0xba570e=_0x16631f;for(var _0x19f70d=_0x985c88>0x1?void 0x0:_0x985c88?_0x417f38(_0x2a223d,_0x3676b9):_0x2a223d,_0x539550=_0x5ed7d4[_0xba570e(0x272)]-0x1,_0x1370bd;_0x539550>=0x0;_0x539550--)(_0x1370bd=_0x5ed7d4[_0x539550])&&(_0x19f70d=(_0x985c88?_0x1370bd(_0x2a223d,_0x3676b9,_0x19f70d):_0x1370bd(_0x19f70d))||_0x19f70d);return _0x985c88&&_0x19f70d&&_0x32bf55(_0x2a223d,_0x3676b9,_0x19f70d),_0x19f70d;},_0x596c18=(_0x221bfc,_0x58b8b8)=>(_0x45b88a,_0x291aa6)=>_0x58b8b8(_0x45b88a,_0x291aa6,_0x221bfc);const _0x4a0010=0x12c,_0x54564a=0x64,_0x66474c=()=>{let _0x3d9a70=[],_0x407852=!0x1;return _0x72f2b2=>{const _0xeef5fc=_0x586f;_0x3d9a70[_0xeef5fc(0x203)](_0x72f2b2),_0x407852||(_0x407852=!0x0,setTimeout(()=>{const _0x1d0346=_0xeef5fc;_0x3d9a70[_0x1d0346(0x236)](_0x1dc9a0=>_0x1dc9a0()),_0x3d9a70=[],_0x407852=!0x1;}));};};let _0x2addec=class extends _0x8a1a57[_0x16631f(0x228)]{constructor(_0x41806a,_0x1dcef4,_0x259d97,_0x2bd2db,_0x286636,_0x1ecfa4,_0x179bf1,_0x2e6cd5){const _0x3d9c22=_0x16631f;super(),_0x2a606e(this,_0x3d9c22(0x17a),!0x1),_0x2a606e(this,_0x3d9c22(0x36a),!0x1),_0x2a606e(this,_0x3d9c22(0x30f),new _0x933215['BehaviorSubject'](new Map())),_0x2a606e(this,_0x3d9c22(0x146),this[_0x3d9c22(0x30f)][_0x3d9c22(0x525)]()),_0x2a606e(this,_0x3d9c22(0x409),new _0x933215['BehaviorSubject']([])),_0x2a606e(this,_0x3d9c22(0x31d),this['_roomMembers$'][_0x3d9c22(0x4be)](_0x933215[_0x3d9c22(0x34e)](_0x4a0010))),_0x2a606e(this,_0x3d9c22(0x33a),_0x8a1a57[_0x3d9c22(0x4fa)]((_0x1682dd,_0x3608df)=>{const _0x5ee9c4=_0x3d9c22,_0x59edfb={'eventID':_0x27cfd8[_0x5ee9c4(0x3e5)][_0x5ee9c4(0x339)],'data':{'unitID':this[_0x5ee9c4(0x477)],'memberID':this['_session'][_0x5ee9c4(0x291)](),'selection':_0x2f3a98[_0x5ee9c4(0x51c)](_0x1682dd,_0x3608df[_0x5ee9c4(0x513)])}};this['_session'][_0x5ee9c4(0x2ba)](_0x59edfb,this['unitID']);},_0x54564a)),(this['unitID']=_0x41806a,this[_0x3d9c22(0x1c8)]=_0x1dcef4,this[_0x3d9c22(0x264)]=_0x259d97,this['_colorAssignService']=_0x2bd2db,this[_0x3d9c22(0x154)]=_0x286636,this['_univerInstanceService']=_0x1ecfa4,this[_0x3d9c22(0x475)]=_0x179bf1,this[_0x3d9c22(0x38c)]=_0x2e6cd5);}get[_0x16631f(0x468)](){const _0x662ad3=_0x16631f;return this[_0x662ad3(0x30f)][_0x662ad3(0x2f3)]();}get[_0x16631f(0x545)](){const _0xaa6b2=_0x16631f;return this[_0xaa6b2(0x409)][_0xaa6b2(0x2f3)]();}[_0x16631f(0x4a7)](){const _0x12ae6e=_0x16631f;super[_0x12ae6e(0x4a7)](),this[_0x12ae6e(0x30f)][_0x12ae6e(0x1dd)](new Map()),this[_0x12ae6e(0x30f)]['complete'](),this[_0x12ae6e(0x409)][_0x12ae6e(0x1dd)]([]),this[_0x12ae6e(0x409)][_0x12ae6e(0x495)]();}[_0x16631f(0x299)](){const _0x48fef4=_0x16631f;this[_0x48fef4(0x36a)]||(this['_init']=!0x0,this['_session'][_0x48fef4(0x482)][_0x48fef4(0x4be)](_0x933215[_0x48fef4(0x3d9)](this['dispose$']))[_0x48fef4(0x42c)](_0x15c0f1=>{const _0x551f09=_0x48fef4;_0x15c0f1===_0x53eb3f[_0x551f09(0x173)]?this[_0x551f09(0x346)]():this['_toggleOffline']();}),this['_session'][_0x48fef4(0x197)]['pipe'](_0x933215[_0x48fef4(0x3d9)](this[_0x48fef4(0x42d)]))[_0x48fef4(0x42c)](_0x35fd0a=>{const _0x1701e3=_0x48fef4,_0x1d7aad=_0x35fd0a[_0x1701e3(0x3dd)];_0x1d7aad===_0x27cfd8[_0x1701e3(0x3e5)][_0x1701e3(0x339)]&&this[_0x1701e3(0x172)](_0x35fd0a),_0x1d7aad===_0x27cfd8[_0x1701e3(0x3e5)]['USERS_LEAVE']&&this[_0x1701e3(0x2f4)](_0x35fd0a);}),this[_0x48fef4(0x2e2)](),this[_0x48fef4(0x14a)](this['_commandService'][_0x48fef4(0x521)](_0x6c06d3=>{const _0x1b3233=_0x48fef4;if(this[_0x1b3233(0x17a)]&&_0x6c06d3['id']===_0x46f63a[_0x1b3233(0x51a)]['id']&&_0x6c06d3[_0x1b3233(0x238)]['unitId']===this[_0x1b3233(0x477)]){const _0x2277c1=_0x6c06d3['params'];this[_0x1b3233(0x33a)](_0x2277c1[_0x1b3233(0x4b1)],_0x2277c1[_0x1b3233(0x3f7)][0x0]);}})));}[_0x16631f(0x172)](_0x588126){const _0x3a4d72=_0x16631f;var _0x5d73c1,_0x25b71e;const {memberID:_0x110fcd,selection:_0x44cb81}=_0x588126[_0x3a4d72(0x140)],{sheetName:_0xb389b4,range:_0x577dde}=_0x2f3a98[_0x3a4d72(0x54d)](_0x44cb81),_0x5bba20={'name':(_0x25b71e=(_0x5d73c1=this[_0x3a4d72(0x154)][_0x3a4d72(0x373)](this['unitID'],_0x110fcd))==null?void 0x0:_0x5d73c1[_0x3a4d72(0x3be)])!=null?_0x25b71e:_0x3a4d72(0x14c),'range':this[_0x3a4d72(0x387)](_0xb389b4,_0x577dde),'sheetID':_0xb389b4,'color':this['_colorAssignService'][_0x3a4d72(0x302)](_0x110fcd),'selection':_0x44cb81},_0x2383bb=this[_0x3a4d72(0x468)];_0x2383bb['set'](_0x110fcd,_0x5bba20),this[_0x3a4d72(0x30f)][_0x3a4d72(0x1dd)](_0x2383bb);}[_0x16631f(0x2f4)](_0x46fcea){const _0x24c408=_0x16631f,{memberID:_0x3dcfb3}=_0x46fcea[_0x24c408(0x140)],_0x4f9a77=this['cursorInfo'];_0x4f9a77[_0x24c408(0x2eb)](_0x3dcfb3),this[_0x24c408(0x30f)][_0x24c408(0x1dd)](_0x4f9a77);}['_getMergeRange'](_0x3eec53,_0x4a10e2){const _0x4f2237=_0x16631f;var _0x2eb455,_0x14d8bd;const _0x173dca=(_0x14d8bd=(_0x2eb455=this[_0x4f2237(0x3e7)][_0x4f2237(0xf2)](this[_0x4f2237(0x477)]))==null?void 0x0:_0x2eb455[_0x4f2237(0x177)](_0x3eec53))==null?void 0x0:_0x14d8bd[_0x4f2237(0x330)]();return(_0x173dca==null?void 0x0:_0x173dca[_0x4f2237(0x2a3)](_0x359fc9=>_0x8a1a57['Rectangle']['contains'](_0x359fc9,_0x4a10e2)))||_0x4a10e2;}[_0x16631f(0x2e2)](){const _0xf53376=_0x16631f,_0x421929=new _0x8a1a57[(_0xf53376(0x4ae))](),_0x98775c=_0x66474c(),_0x5aae4e=()=>{const _0x334473=_0xf53376;_0x421929['dispose']();const _0x362e9e=(_0x3813bc,_0x511556,_0x183599,_0x191174)=>{const _0x140122=_0x586f;let _0x5cd251=[];switch(_0x3813bc['id']){case _0x46f63a[_0x140122(0x1f6)][_0x140122(0x21d)]:{_0x5cd251=_0x46f63a['handleDeleteRangeMoveLeft'](_0x3813bc,_0x191174);break;}case _0x46f63a[_0x140122(0x1f6)][_0x140122(0x34c)]:{_0x5cd251=_0x46f63a[_0x140122(0x3b0)](_0x3813bc,_0x191174);break;}case _0x46f63a['EffectRefRangId'][_0x140122(0x4fe)]:{_0x5cd251=_0x46f63a[_0x140122(0x455)](_0x3813bc,_0x191174);break;}case _0x46f63a[_0x140122(0x1f6)][_0x140122(0x1aa)]:{_0x5cd251=_0x46f63a[_0x140122(0x17c)](_0x3813bc,_0x191174);break;}case _0x46f63a[_0x140122(0x1f6)][_0x140122(0x478)]:{_0x5cd251=_0x46f63a['handleInsertRangeMoveRight'](_0x3813bc,_0x191174);break;}case _0x46f63a[_0x140122(0x1f6)][_0x140122(0x35d)]:{_0x5cd251=_0x46f63a[_0x140122(0x3ea)](_0x3813bc,_0x191174);break;}case _0x46f63a[_0x140122(0x1f6)][_0x140122(0x2ea)]:{_0x5cd251=_0x46f63a[_0x140122(0x43f)](_0x3813bc,_0x191174);break;}case _0x46f63a[_0x140122(0x1f6)][_0x140122(0x3c8)]:{_0x5cd251=_0x46f63a[_0x140122(0x234)](_0x3813bc,_0x191174);break;}case _0x46f63a[_0x140122(0x1f6)][_0x140122(0x22c)]:{_0x5cd251=_0x46f63a[_0x140122(0x4af)](_0x3813bc,_0x191174);break;}}const _0x634780=_0x46f63a[_0x140122(0x349)](_0x5cd251,_0x191174),_0x766f1e=this['cursorInfo'][_0x140122(0x241)](_0x511556);if(_0x766f1e&&_0x634780){const _0x3517a6={..._0x766f1e,'range':_0x634780};this[_0x140122(0x468)][_0x140122(0x41f)](_0x511556,_0x3517a6),_0x98775c(()=>{const _0xfd9298=_0x140122,_0x186d37=this[_0xfd9298(0x38c)][_0xfd9298(0x165)](_0x634780,_0x1a0438=>(_0x186d37['dispose'](),_0x362e9e(_0x1a0438,_0x511556,_0x183599,_0x634780)));_0x421929[_0xfd9298(0x1cb)](_0x186d37);});}return{'redos':[],'undos':[]};};this[_0x334473(0x468)][_0x334473(0x236)]((_0x2507a5,_0x49840d)=>{const _0xdaa186=_0x334473,{range:_0x4a9cfe,sheetID:_0x443fed}=_0x2507a5,_0x330b2b=this[_0xdaa186(0x38c)][_0xdaa186(0x165)](_0x4a9cfe,_0x3f7987=>(_0x330b2b['dispose'](),_0x362e9e(_0x3f7987,_0x49840d,_0x443fed,_0x4a9cfe)));_0x421929[_0xdaa186(0x1cb)](_0x330b2b);});};this['disposeWithMe'](_0x8a1a57[_0xf53376(0x438)](this[_0xf53376(0x30f)][_0xf53376(0x42c)](()=>{_0x5aae4e();})));}['_toggleOnline'](){const _0x4441d3=_0x16631f;var _0x49538c,_0x33350d;if(this[_0x4441d3(0x17a)]=!0x0,((_0x49538c=this[_0x4441d3(0x3e7)]['getFocusedUnit']())==null?void 0x0:_0x49538c[_0x4441d3(0x4ed)]())!==this['unitID'])return;const _0x1ba33f=(_0x33350d=this[_0x4441d3(0x264)][_0x4441d3(0x241)](_0x46f63a[_0x4441d3(0x1ff)])[_0x4441d3(0x2b2)]())==null?void 0x0:_0x33350d[0x0],_0x47dd0d=this[_0x4441d3(0x3e7)]['getCurrentUnitForType'](_0x8a1a57['UniverInstanceType'][_0x4441d3(0x32e)])[_0x4441d3(0x23a)]();_0x1ba33f&&_0x47dd0d&&this['_updateLocalCursor'](_0x47dd0d[_0x4441d3(0x3fb)](),_0x1ba33f);}[_0x16631f(0x176)](){const _0x4e30df=_0x16631f;this[_0x4e30df(0x17a)]=!0x1;}};_0x2addec=_0x4d089b([_0x596c18(0x2,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0x596c18(0x3,_0x8a1a57[_0x16631f(0x537)](_0x4216fe)),_0x596c18(0x4,_0x8a1a57[_0x16631f(0x537)](_0x2728bd[_0x16631f(0x584)])),_0x596c18(0x5,_0x8a1a57['IUniverInstanceService']),_0x596c18(0x6,_0x8a1a57[_0x16631f(0x350)]),_0x596c18(0x7,_0x8a1a57[_0x16631f(0x537)](_0x46f63a['RefRangeService']))],_0x2addec);var _0x7b1e38=Object[_0x16631f(0x162)],_0x179714=Object['getOwnPropertyDescriptor'],_0x348225=(_0x3b5edb,_0x2cccb5,_0x42f580,_0x280547)=>{for(var _0x23fc23=_0x280547>0x1?void 0x0:_0x280547?_0x179714(_0x2cccb5,_0x42f580):_0x2cccb5,_0xd406f8=_0x3b5edb['length']-0x1,_0x54bc04;_0xd406f8>=0x0;_0xd406f8--)(_0x54bc04=_0x3b5edb[_0xd406f8])&&(_0x23fc23=(_0x280547?_0x54bc04(_0x2cccb5,_0x42f580,_0x23fc23):_0x54bc04(_0x23fc23))||_0x23fc23);return _0x280547&&_0x23fc23&&_0x7b1e38(_0x2cccb5,_0x42f580,_0x23fc23),_0x23fc23;},_0x13bb34=(_0x5b427a,_0xb44787)=>(_0x5b4e99,_0x496596)=>_0xb44787(_0x5b4e99,_0x496596,_0x5b427a);let _0xafbc5d=class extends _0x8a1a57['RxDisposable']{constructor(_0x577227,_0x689280,_0x3a8ef7){const _0x42140d=_0x16631f;super(),_0x2a606e(this,_0x42140d(0x1e8),new Map()),_0x2a606e(this,'_entityInit$',new _0x933215[(_0x42140d(0x31e))]()),(this[_0x42140d(0x3e7)]=_0x577227,this[_0x42140d(0x264)]=_0x689280,this['_collabSessionService']=_0x3a8ef7,this['_init']());}['dispose'](){const _0x4be08e=_0x16631f;super[_0x4be08e(0x4a7)](),this[_0x4be08e(0x45a)][_0x4be08e(0x495)](),this[_0x4be08e(0x1e8)][_0x4be08e(0x236)](_0x46a1f0=>_0x46a1f0[_0x4be08e(0x4a7)]());}[_0x16631f(0x190)](_0xfb57f2){const _0x2ec30e=_0x16631f;return this[_0x2ec30e(0x1e8)][_0x2ec30e(0x295)](_0xfb57f2)?this['_entities'][_0x2ec30e(0x241)](_0xfb57f2)[_0x2ec30e(0x146)]:this[_0x2ec30e(0x45a)]['pipe'](_0x933215[_0x2ec30e(0x53f)](_0x25bdb0=>_0x25bdb0[_0x2ec30e(0x477)]===_0xfb57f2),_0x933215['switchMap'](_0x132338=>_0x132338[_0x2ec30e(0x146)]));}[_0x16631f(0x36a)](){const _0x1d2bf5=_0x16631f;this['_univerInstanceService'][_0x1d2bf5(0x124)](_0x8a1a57[_0x1d2bf5(0x3e6)]['UNIVER_SHEET'])['pipe'](_0x933215['takeUntil'](this['dispose$']))[_0x1d2bf5(0x42c)](async _0x54c0a2=>{const _0x28be3b=_0x1d2bf5,_0x3e79f6=_0x54c0a2[_0x28be3b(0x4ed)](),_0x5ea96a=await this[_0x28be3b(0x253)](_0x3e79f6);this['_entityInit$'][_0x28be3b(0x1dd)](_0x5ea96a),this[_0x28be3b(0x1e8)][_0x28be3b(0x41f)](_0x3e79f6,_0x5ea96a);}),this[_0x1d2bf5(0x3e7)][_0x1d2bf5(0x124)](_0x8a1a57[_0x1d2bf5(0x3e6)][_0x1d2bf5(0x327)])['pipe'](_0x933215['takeUntil'](this[_0x1d2bf5(0x42d)]))['pipe'](_0x933215[_0x1d2bf5(0x53f)](_0x5c0fbb=>!_0x5c0fbb[_0x1d2bf5(0x4ed)]()[_0x1d2bf5(0x282)]('__')))[_0x1d2bf5(0x42c)](async _0x5b01d1=>{const _0x5836ae=_0x1d2bf5,_0x394d96=_0x5b01d1[_0x5836ae(0x4ed)](),_0xaee2c4=await this['_startDocCollabCursor'](_0x394d96);this[_0x5836ae(0x45a)][_0x5836ae(0x1dd)](_0xaee2c4),this['_entities']['set'](_0x394d96,_0xaee2c4);}),_0x933215[_0x1d2bf5(0x116)](this[_0x1d2bf5(0x3e7)][_0x1d2bf5(0x3d7)](_0x8a1a57['UniverInstanceType'][_0x1d2bf5(0x327)]),this[_0x1d2bf5(0x3e7)][_0x1d2bf5(0x3d7)](_0x8a1a57['UniverInstanceType'][_0x1d2bf5(0x32e)]))['pipe'](_0x933215['takeUntil'](this[_0x1d2bf5(0x42d)]))['subscribe'](_0x155f7b=>{const _0x259c33=_0x1d2bf5,_0x1fae6a=_0x155f7b['getUnitId'](),_0x28b221=this[_0x259c33(0x1e8)]['get'](_0x1fae6a);_0x28b221&&(_0x28b221[_0x259c33(0x4a7)](),this[_0x259c33(0x1e8)]['delete'](_0x1fae6a));});}async[_0x16631f(0x253)](_0x3b5724){const _0x483753=_0x16631f,_0xcfe14e=await this[_0x483753(0x41e)][_0x483753(0x5ab)](_0x3b5724),_0x3cc599=this[_0x483753(0x264)][_0x483753(0x28c)](_0x2addec,_0x3b5724,_0xcfe14e);return _0x3cc599['init'](),_0x3cc599;}async['_startDocCollabCursor'](_0x36b1c0){const _0x235240=_0x16631f,_0x28c7eb=await this['_collabSessionService'][_0x235240(0x5ab)](_0x36b1c0),_0x4f11ed=this['_injector']['createInstance'](_0x3e5c16,_0x36b1c0,_0x28c7eb);return _0x4f11ed[_0x235240(0x299)](),_0x4f11ed;}};_0xafbc5d=_0x348225([_0x13bb34(0x0,_0x8a1a57[_0x16631f(0x1db)]),_0x13bb34(0x1,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0x13bb34(0x2,_0x8a1a57['Inject'](_0x2728bd[_0x16631f(0x37f)]))],_0xafbc5d);const _0x25bf11=0x14,_0x29dac1=0xc8,_0x3373c8=0x4,_0x35e041=0x5;function _0x30e00c(_0x48f9f5,_0x3d5092){const _0x94991a=_0x16631f;let {radius:_0x34d193,width:_0x113b5a,height:_0x5679f0}=_0x3d5092;_0x34d193=_0x34d193!=null?_0x34d193:0x0,_0x113b5a=_0x113b5a!=null?_0x113b5a:0x1e,_0x5679f0=_0x5679f0!=null?_0x5679f0:0x1e;let _0x42a5a5=0x0,_0x22f2ba=0x0,_0x5294ab=0x0;_0x42a5a5=_0x22f2ba=_0x5294ab=Math[_0x94991a(0x3ab)](_0x34d193,_0x113b5a/0x2,_0x5679f0/0x2),_0x48f9f5[_0x94991a(0x47a)](),_0x48f9f5[_0x94991a(0xf9)](_0x42a5a5,0x0),_0x48f9f5[_0x94991a(0x463)](_0x113b5a-_0x22f2ba,0x0),_0x48f9f5[_0x94991a(0x4f1)](_0x113b5a-_0x22f2ba,_0x22f2ba,_0x22f2ba,Math['PI']*0x3/0x2,0x0,!0x1),_0x48f9f5[_0x94991a(0x463)](_0x113b5a,_0x5679f0-_0x5294ab),_0x48f9f5[_0x94991a(0x4f1)](_0x113b5a-_0x5294ab,_0x5679f0-_0x5294ab,_0x5294ab,0x0,Math['PI']/0x2,!0x1),_0x48f9f5[_0x94991a(0x463)](0x0,_0x5679f0),_0x48f9f5[_0x94991a(0x463)](0x0,_0x42a5a5),_0x48f9f5['arc'](_0x42a5a5,_0x42a5a5,_0x42a5a5,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x48f9f5[_0x94991a(0x18d)](),_0x3d5092['fill']&&(_0x48f9f5[_0x94991a(0x314)](),_0x48f9f5[_0x94991a(0x381)]=_0x3d5092[_0x94991a(0x19e)],_0x3d5092[_0x94991a(0x207)]===_0x94991a(0x54f)?_0x48f9f5[_0x94991a(0x19e)](_0x94991a(0x54f)):_0x48f9f5['fill'](),_0x48f9f5[_0x94991a(0x122)]());}class _0xa8fdce extends _0x20e8c2[_0x16631f(0x383)]{constructor(_0x5b67c2,_0x1a6d73){const _0x27edf2=_0x16631f;super(_0x5b67c2,_0x1a6d73),_0x2a606e(this,_0x27edf2(0x384)),_0x2a606e(this,_0x27edf2(0x4fc)),(this[_0x27edf2(0x384)]=_0x1a6d73==null?void 0x0:_0x1a6d73['color'],this[_0x27edf2(0x4fc)]=_0x1a6d73==null?void 0x0:_0x1a6d73[_0x27edf2(0x4fc)]);}static[_0x16631f(0x138)](_0x297341,_0x15d967){const _0x571929=_0x16631f,{text:_0x5b4aef,color:_0x34c77a}=_0x15d967;_0x297341[_0x571929(0x314)](),_0x297341[_0x571929(0x274)]='bold\x2013px\x20Source\x20Han\x20Sans\x20CN';const _0x1f0245=_0x297341[_0x571929(0x526)](_0x5b4aef)[_0x571929(0x261)],_0x53e3ed=Math[_0x571929(0x3ab)](_0x1f0245+0x2*_0x3373c8,_0x29dac1);_0x30e00c(_0x297341,{'height':_0x25bf11,'radius':0x4,'width':_0x53e3ed,'fill':_0x34c77a,'evented':!0x1}),_0x297341['fillStyle']=_0x571929(0x18a);const _0x407b74=_0x3373c8,_0x546ee8=_0x25bf11-_0x35e041,_0x237dfa=_0x29dac1-0x2*_0x3373c8;if(_0x1f0245>_0x237dfa){let _0x38977d='',_0x5b9c44=0x0;for(const _0x3abf23 of _0x5b4aef){const _0x306ed1=_0x297341[_0x571929(0x526)](_0x3abf23)[_0x571929(0x261)];if(_0x5b9c44+_0x306ed1<=_0x237dfa-_0x297341['measureText'](_0x571929(0x4b5))[_0x571929(0x261)])_0x38977d+=_0x3abf23,_0x5b9c44+=_0x306ed1;else{_0x38977d+=_0x571929(0x4b5);break;}}_0x297341[_0x571929(0x29f)](_0x38977d,_0x407b74,_0x546ee8);}else _0x297341['fillText'](_0x5b4aef,_0x407b74,_0x546ee8);_0x297341[_0x571929(0x122)]();}[_0x16631f(0x2f5)](_0x45e6be){const _0x152255=_0x16631f;_0xa8fdce[_0x152255(0x138)](_0x45e6be,this);}}const _0x33dd88=_0x16631f(0x38f),_0x304c5f=_0x16631f(0x512),_0x55dc1a='collab-rect-range-',_0x50eb5c=0x6,_0x47433d=1.5,_0x29705f=0x4,_0x3a5ef5=1.5,_0x48e5e3='rgba(255,\x20255,\x20255,\x200.01)';class _0x1e3e29{constructor(_0x320322,_0x4bdb63,_0x7baf4d,_0x20393f){const _0x497c22=_0x16631f;_0x2a606e(this,_0x497c22(0x444),[]),_0x2a606e(this,_0x497c22(0x4a1),null),_0x2a606e(this,_0x497c22(0x16e),null),_0x2a606e(this,_0x497c22(0x127),null),_0x2a606e(this,_0x497c22(0x4b0),null),_0x2a606e(this,_0x497c22(0xfb),null),(this[_0x497c22(0x3d3)]=_0x320322,this[_0x497c22(0x3ef)]=_0x4bdb63,this[_0x497c22(0x547)]=_0x7baf4d,this[_0x497c22(0x239)]=_0x20393f,this[_0x497c22(0x432)]());}set[_0x16631f(0x212)](_0x2ae8c2){const _0x52f4a1=_0x16631f;_0x2ae8c2?(this['_anchorDot']&&this[_0x52f4a1(0x127)][_0x52f4a1(0x192)](),this[_0x52f4a1(0x16e)]&&this['_textBubble']['show']()):(this['_anchorDot']&&this[_0x52f4a1(0x127)][_0x52f4a1(0x354)](),this['_textBubble']&&this[_0x52f4a1(0x16e)][_0x52f4a1(0x192)]());}['dispose'](){const _0x204ccf=_0x16631f;for(const _0x4b1482 of this[_0x204ccf(0x444)])_0x4b1482[_0x204ccf(0x4a7)]();this[_0x204ccf(0x16e)]&&this[_0x204ccf(0x16e)][_0x204ccf(0x4a7)](),this[_0x204ccf(0x127)]&&this['_anchorDot'][_0x204ccf(0x4a7)](),this['_anchor']&&this[_0x204ccf(0x4a1)]['dispose'](),this[_0x204ccf(0xfb)]&&this[_0x204ccf(0xfb)]();}['_render'](){const _0x14056e=_0x16631f;var _0x1deb4b;const {_docSkeleton:_0x3490d3,_document:_0x22c8a7}=this,{color:_0x3581ce,name:_0x3d0b77,ranges:_0x2d14ce}=this[_0x14056e(0x3d3)],_0xf19473=_0x22c8a7['getOffsetConfig'](),{docsLeft:_0xef00ff,docsTop:_0xe9d7c3}=_0xf19473,_0x52fee7=new _0x473dea[(_0x14056e(0x230))](_0xf19473,_0x3490d3);for(const {startOffset:_0xf61212,endOffset:_0x48e9d3,rangeType:_0x28c569,segmentId:_0x534145,segmentPage:_0xde6a9b,collapsed:_0xa3a2a7,isActive:_0x566f1a}of _0x2d14ce){const _0x495af3=_0x3490d3['findNodePositionByCharIndex'](_0xf61212,!0x0,_0x534145,_0xde6a9b);let _0x3b9a46=_0x3490d3[_0x14056e(0x2bc)](_0x48e9d3,!0x0,_0x534145,_0xde6a9b);if(_0x3b9a46==null&&(_0x3b9a46=_0x3490d3[_0x14056e(0x2bc)](_0x48e9d3-0x1,!0x1,_0x534145,_0xde6a9b)),_0x566f1a){const {contentBoxPointGroup:_0x13d350}=_0x52fee7[_0x14056e(0x556)](_0x3b9a46,_0x3b9a46);if(_0x13d350[_0x14056e(0x272)]===0x0)continue;this[_0x14056e(0x13a)](_0x3581ce,_0x13d350,_0xef00ff,_0xe9d7c3,_0x3d0b77),this['_eventUnsubscribe']=this[_0x14056e(0x259)]();}if(_0x495af3&&_0x3b9a46){if(_0x28c569===_0x8a1a57[_0x14056e(0x567)][_0x14056e(0x30c)]){const _0x14af58=new _0x473dea[(_0x14056e(0x517))](_0xf19473,_0x3490d3),{pointGroup:_0x305d56}=(_0x1deb4b=_0x14af58['getRangePointData'](_0x495af3,_0x3b9a46))!=null?_0x1deb4b:{};if(_0x305d56==null||_0x305d56['length']===0x0)continue;this[_0x14056e(0x2ed)](_0x3581ce,_0x305d56,_0xef00ff,_0xe9d7c3);}else{if(!_0xa3a2a7){const {borderBoxPointGroup:_0xeefdeb}=_0x52fee7[_0x14056e(0x556)](_0x495af3,_0x3b9a46);if(_0xeefdeb[_0x14056e(0x272)]===0x0)continue;this[_0x14056e(0x4d9)](_0x3581ce,_0xeefdeb,_0xef00ff,_0xe9d7c3);}}}}}[_0x16631f(0x13a)](_0x431144,_0x1a0f00,_0x28b285,_0x3596ef,_0x11989d){const _0x5743a8=_0x16631f,_0x485a11=this['_getAnchorBounding'](_0x1a0f00),{left:_0x2c2d54,top:_0x4b3dcc,height:_0x4fa9db}=_0x485a11,_0x5595cb=this['_getScale'](),_0x13d35d=_0x3a5ef5/_0x5595cb,_0x9bb713=new _0x20e8c2[(_0x5743a8(0x20d))](_0x33dd88+_0x8a1a57[_0x5743a8(0x435)][_0x5743a8(0x293)](_0x50eb5c),{'left':_0x2c2d54+_0x28b285-_0x13d35d,'top':_0x4b3dcc+_0x3596ef,'height':_0x4fa9db,'width':_0x47433d,'fill':_0x431144||_0x20e8c2[_0x5743a8(0x420)](_0x8a1a57['COLORS'][_0x5743a8(0x2b7)],0x0),'strokeWidth':_0x13d35d,'stroke':_0x48e5e3,'evented':!0x0});this[_0x5743a8(0x4a1)]=_0x9bb713,this[_0x5743a8(0x3ef)]['addObject'](_0x9bb713,_0x473dea[_0x5743a8(0x285)]);const _0x16c801=new _0x20e8c2[(_0x5743a8(0x20d))](_0x33dd88+_0x8a1a57['Tools']['generateRandomId'](_0x50eb5c),{'left':_0x2c2d54+_0x28b285-_0x13d35d,'top':_0x4b3dcc+_0x3596ef-_0x29705f/0x2,'height':_0x29705f,'width':_0x29705f,'fill':_0x431144||_0x20e8c2['getColor'](_0x8a1a57[_0x5743a8(0x56b)][_0x5743a8(0x2b7)],0x0),'strokeWidth':0x0,'stroke':_0x431144||_0x20e8c2[_0x5743a8(0x420)](_0x8a1a57[_0x5743a8(0x56b)]['black'],0x0),'evented':!0x1});this[_0x5743a8(0x127)]=_0x16c801,this[_0x5743a8(0x3ef)][_0x5743a8(0x144)](_0x16c801,_0x473dea['TEXT_RANGE_LAYER_INDEX']);const _0x4aedba=new _0xa8fdce(_0x33dd88+_0x8a1a57[_0x5743a8(0x435)][_0x5743a8(0x293)](_0x50eb5c),{'left':_0x2c2d54+_0x28b285-_0x13d35d,'top':_0x4b3dcc+_0x3596ef-_0x25bf11,'text':_0x11989d,'color':_0x431144});this['_textBubble']=_0x4aedba,this[_0x5743a8(0x3ef)]['addObject'](_0x4aedba,_0x473dea[_0x5743a8(0x285)]),this[_0x5743a8(0x212)]=!0x1;}['_handleHover'](){const _0x1da900=_0x16631f,_0xe901d=this['_anchor'][_0x1da900(0x1b7)]['subscribeEvent'](()=>{const _0x4e602e=_0x1da900;this[_0x4e602e(0x212)]=!0x0;}),_0x10357a=this[_0x1da900(0x4a1)][_0x1da900(0x38e)][_0x1da900(0x4cc)](()=>{const _0x9e638f=_0x1da900;this[_0x9e638f(0x4b0)]&&clearTimeout(this['_hideTimer']),this[_0x9e638f(0x4b0)]=setTimeout(()=>{this['_hover']=!0x1;},0x7d0);});return()=>{const _0x1b8dd4=_0x1da900;_0xe901d[_0x1b8dd4(0x42a)](),_0x10357a['unsubscribe']();};}[_0x16631f(0x4d9)](_0x32c540,_0xe5d5d,_0x233197,_0x9c68ac){const _0x18f495=_0x16631f,_0x4be7ac=new _0x8a1a57['ColorKit'](_0x32c540)['setAlpha'](0.2)[_0x18f495(0x47e)](),_0x5b0e29=new _0x20e8c2[(_0x18f495(0x126))](_0x304c5f+_0x8a1a57[_0x18f495(0x435)][_0x18f495(0x293)](_0x50eb5c),{'pointsGroup':_0xe5d5d,'fill':_0x4be7ac||_0x20e8c2[_0x18f495(0x420)](_0x8a1a57[_0x18f495(0x56b)]['black'],0.2),'left':_0x233197,'top':_0x9c68ac,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x18f495(0x444)]['push'](_0x5b0e29),this[_0x18f495(0x3ef)][_0x18f495(0x144)](_0x5b0e29,_0x473dea[_0x18f495(0x285)]);}[_0x16631f(0x2ed)](_0x52a2d1,_0x4a7140,_0x3067b8,_0x5c687e){const _0x5909cb=_0x16631f,_0x568463=new _0x8a1a57['ColorKit'](_0x52a2d1)[_0x5909cb(0x504)](0.2)[_0x5909cb(0x47e)](),_0x46cb00=new _0x20e8c2['RegularPolygon'](_0x55dc1a+_0x8a1a57[_0x5909cb(0x435)][_0x5909cb(0x293)](_0x50eb5c),{'pointsGroup':_0x4a7140,'fill':_0x568463||_0x20e8c2[_0x5909cb(0x420)](_0x8a1a57[_0x5909cb(0x56b)]['black'],0.2),'left':_0x3067b8,'top':_0x5c687e,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x5909cb(0x444)][_0x5909cb(0x203)](_0x46cb00),this['_scene'][_0x5909cb(0x144)](_0x46cb00,_0x473dea[_0x5909cb(0x285)]);}[_0x16631f(0x22b)](_0x36fb6d){const _0xcd2b1f=_0x36fb6d[0x0],_0x429894=_0xcd2b1f[0x0],_0x3c2186=_0xcd2b1f[0x2],{x:_0x4ac937,y:_0x59da05}=_0x429894,{x:_0x43eff2,y:_0x38ae28}=_0x3c2186;return{'left':_0x4ac937,'top':_0x59da05,'width':_0x43eff2-_0x4ac937,'height':_0x38ae28-_0x59da05};}['_getScale'](){const _0x505206=_0x16631f,{scaleX:_0x2cd04b,scaleY:_0x200fe4}=this[_0x505206(0x3ef)][_0x505206(0x1e9)]();return Math['max'](_0x2cd04b,_0x200fe4);}}var _0x41b970=Object['defineProperty'],_0x2d4a8f=Object[_0x16631f(0x57e)],_0x49b450=(_0xf19861,_0x3f1772,_0x51c014,_0x29d85b)=>{const _0x3a43b3=_0x16631f;for(var _0xc8df9e=_0x29d85b>0x1?void 0x0:_0x29d85b?_0x2d4a8f(_0x3f1772,_0x51c014):_0x3f1772,_0x22339e=_0xf19861[_0x3a43b3(0x272)]-0x1,_0x1f633d;_0x22339e>=0x0;_0x22339e--)(_0x1f633d=_0xf19861[_0x22339e])&&(_0xc8df9e=(_0x29d85b?_0x1f633d(_0x3f1772,_0x51c014,_0xc8df9e):_0x1f633d(_0xc8df9e))||_0xc8df9e);return _0x29d85b&&_0xc8df9e&&_0x41b970(_0x3f1772,_0x51c014,_0xc8df9e),_0xc8df9e;},_0xbe7f47=(_0x358eca,_0x1d0d43)=>(_0x477363,_0x3a41b6)=>_0x1d0d43(_0x477363,_0x3a41b6,_0x358eca);let _0x155007=class extends _0x8a1a57[_0x16631f(0x228)]{constructor(_0x297700,_0x3848bb,_0x4b8653,_0xbcf0db,_0x3f94da){const _0x358a20=_0x16631f;super(),_0x2a606e(this,_0x358a20(0x2e5),[]),_0x2a606e(this,_0x358a20(0x32f),[]),(this[_0x358a20(0x2c2)]=_0x297700,this[_0x358a20(0x465)]=_0x3848bb,this[_0x358a20(0x2d4)]=_0x4b8653,this[_0x358a20(0x475)]=_0xbcf0db,this[_0x358a20(0x14e)]=_0x3f94da,this['_init']());}[_0x16631f(0x36a)](){const _0x3248fe=_0x16631f,_0x503273=this[_0x3248fe(0x2c2)][_0x3248fe(0x151)],_0x2cf5b1=this[_0x3248fe(0x465)];this[_0x3248fe(0x14a)](_0x933215['combineLatest']([this[_0x3248fe(0x2d4)][_0x3248fe(0x190)](_0x503273),this['_themeService'][_0x3248fe(0x45f)]])['pipe'](_0x478e49[_0x3248fe(0x2ca)](([_0x29a9f0,_0x2aa9cd])=>({'skeleton':_0x2cf5b1[_0x3248fe(0x19c)](),'cursors':[..._0x29a9f0[_0x3248fe(0x1f3)]()][_0x3248fe(0x427)](_0xa1f421=>({..._0xa1f421,'color':_0x2aa9cd[_0xa1f421[_0x3248fe(0x384)]]}))})))['subscribe'](_0x11c0d3=>{const _0x3f42db=_0x3248fe;if(this[_0x3f42db(0x4ec)](),_0x11c0d3){const {skeleton:_0x114e85,cursors:_0x221db5}=_0x11c0d3;this[_0x3f42db(0x32a)](_0x114e85,_0x221db5);}})),this[_0x3248fe(0x181)](),this[_0x3248fe(0x15b)]();}['_updateCollabCursors'](_0x284d35,_0x3a7479){const _0x211917=_0x16631f,{scene:_0x485671,mainComponent:_0x523e58}=this[_0x211917(0x2c2)],_0x578d05=_0x3a7479[_0x211917(0x2ca)](_0x500387=>new _0x1e3e29(_0x500387,_0x485671,_0x284d35,_0x523e58));this[_0x211917(0x2e5)]=_0x578d05,this[_0x211917(0x32f)]=_0x3a7479;}[_0x16631f(0x104)](){const _0x5e38b5=_0x16631f;this['_removeCollabCursors']();const {scene:_0x5a5ad1,mainComponent:_0x139ff6}=this[_0x5e38b5(0x2c2)],_0x512856=this[_0x5e38b5(0x465)]['getSkeleton'](),_0x3f491a=this[_0x5e38b5(0x32f)][_0x5e38b5(0x2ca)](_0x380a1a=>new _0x1e3e29(_0x380a1a,_0x5a5ad1,_0x512856,_0x139ff6));this['_cursorShapes']=_0x3f491a;}[_0x16631f(0x4ec)](){const _0x1d2a36=_0x16631f;this['_cursorShapes']['forEach'](_0x3bd1fb=>_0x3bd1fb[_0x1d2a36(0x4a7)]()),this[_0x1d2a36(0x2e5)]=[];}['_initCommandExecutedListener'](){const _0x2d98d4=_0x16631f,_0x5c7530=[_0x473dea['SetDocZoomRatioOperation']['id']];this[_0x2d98d4(0x14a)](this[_0x2d98d4(0x475)]['onCommandExecuted'](_0x305674=>{const _0xca3711=_0x2d98d4;_0x5c7530[_0xca3711(0x41a)](_0x305674['id'])&&_0x305674['params'][_0xca3711(0x151)]===this[_0xca3711(0x2c2)]['unitId']&&this['_refreshCollabCursors']();}));}[_0x16631f(0x181)](){const _0x351ba7=_0x16631f;this['disposeWithMe'](_0x8a1a57[_0x351ba7(0x399)](this[_0x351ba7(0x2c2)][_0x351ba7(0x3e1)]['onTransformChange$'])[_0x351ba7(0x4be)](_0x478e49[_0x351ba7(0x53f)](_0x17c490=>_0x17c490[_0x351ba7(0x49b)]===_0x20e8c2[_0x351ba7(0x59a)]['resize']),_0x478e49['throttleTime'](0x10))[_0x351ba7(0x42c)](()=>{const _0x295624=_0x351ba7;this[_0x295624(0x104)]();}));}};_0x155007=_0x49b450([_0xbe7f47(0x1,_0x8a1a57[_0x16631f(0x537)](_0x1d9e38[_0x16631f(0x27f)])),_0xbe7f47(0x2,_0x8a1a57[_0x16631f(0x537)](_0xafbc5d)),_0xbe7f47(0x3,_0x8a1a57[_0x16631f(0x350)]),_0xbe7f47(0x4,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x5a8)]))],_0x155007);const _0x1375a3=0x1,_0x2a9aa8=1.5;class _0x2a2a49 extends _0x20e8c2[_0x16631f(0x383)]{constructor(_0x337609,_0x587d5a){const _0x5075f0=_0x16631f;super(_0x337609,_0x587d5a),_0x2a606e(this,_0x5075f0(0x491)),_0x2a606e(this,_0x5075f0(0x352),!0x1),_0x2a606e(this,_0x5075f0(0x1c9)),_0x2a606e(this,_0x5075f0(0x300),''),_0x2a606e(this,_0x5075f0(0x33f),_0x5075f0(0x20f)),_0x2a606e(this,_0x5075f0(0x1ed)),(_0x587d5a&&this['setShapeProps'](_0x587d5a),this[_0x5075f0(0x1b7)][_0x5075f0(0x4cc)](()=>this[_0x5075f0(0x58e)]({'hovered':!0x0})),this[_0x5075f0(0x38e)]['subscribeEvent'](()=>this[_0x5075f0(0x58e)]({'hovered':!0x1})));}[_0x16631f(0x58e)](_0x425029){const _0x33931f=_0x16631f;var _0x2c5647,_0x4a8bc7,_0x344431,_0x288387,_0x19440d,_0x1fbfca;this[_0x33931f(0x491)]=(_0x2c5647=_0x425029[_0x33931f(0x384)])!=null?_0x2c5647:this['_color'],this[_0x33931f(0x352)]=(_0x4a8bc7=_0x425029[_0x33931f(0x329)])!=null?_0x4a8bc7:this[_0x33931f(0x352)],this[_0x33931f(0x1c9)]=(_0x344431=_0x425029['range'])!=null?_0x344431:this[_0x33931f(0x1c9)],this['_name']=(_0x288387=_0x425029[_0x33931f(0x3be)])!=null?_0x288387:this['_name'],this[_0x33931f(0x33f)]=(_0x19440d=_0x425029['labelPosition'])!=null?_0x19440d:this[_0x33931f(0x33f)],this['_backgroundColor']=(_0x1fbfca=_0x425029[_0x33931f(0x35f)])!=null?_0x1fbfca:this[_0x33931f(0x1ed)],this['transformByState']({'width':_0x425029['width'],'height':_0x425029[_0x33931f(0x143)]});}[_0x16631f(0x5a0)](_0xf600ae){const _0x6fd1f=_0x16631f,{row:_0x1277cb,column:_0x22ba8f}=_0xf600ae;if(_0x1277cb>=this['_range'][_0x6fd1f(0x599)]&&_0x1277cb<=this[_0x6fd1f(0x1c9)][_0x6fd1f(0x39a)]&&_0x22ba8f>=this['_range'][_0x6fd1f(0x3d4)]&&_0x22ba8f<=this[_0x6fd1f(0x1c9)][_0x6fd1f(0x4e5)]){this[_0x6fd1f(0x58e)]({'hovered':!0x0});return;}this['setShapeProps']({'hovered':!0x1});}['triggerDblclick'](_0x421ae2){return!0x1;}[_0x16631f(0x2f5)](_0x4e15c9){const _0x5a0e18=_0x16631f;_0x20e8c2[_0x5a0e18(0x20d)]['drawWith'](_0x4e15c9,{'width':this[_0x5a0e18(0x261)],'height':this[_0x5a0e18(0x143)],'strokeWidth':_0x2a9aa8,'stroke':this[_0x5a0e18(0x491)],'evented':!0x1,'fill':this[_0x5a0e18(0x1ed)]}),this[_0x5a0e18(0x352)]&&(_0x4e15c9['save'](),_0x4e15c9[_0x5a0e18(0x182)](0x1,0x0,0x0,0x1,this[_0x5a0e18(0x261)],this[_0x5a0e18(0x33f)]==='bottom'?0x0:-_0x25bf11),_0xa8fdce[_0x5a0e18(0x138)](_0x4e15c9,{'text':this[_0x5a0e18(0x300)],'color':this[_0x5a0e18(0x491)]}),_0x4e15c9[_0x5a0e18(0x122)]());}}var _0x2378ae=Object['defineProperty'],_0x402823=Object[_0x16631f(0x57e)],_0x367ec0=(_0x5f528d,_0x4bc02c,_0x3a5022,_0x29cd2a)=>{const _0x2d33e8=_0x16631f;for(var _0x4fdcf5=_0x29cd2a>0x1?void 0x0:_0x29cd2a?_0x402823(_0x4bc02c,_0x3a5022):_0x4bc02c,_0x22ac0d=_0x5f528d[_0x2d33e8(0x272)]-0x1,_0xf72894;_0x22ac0d>=0x0;_0x22ac0d--)(_0xf72894=_0x5f528d[_0x22ac0d])&&(_0x4fdcf5=(_0x29cd2a?_0xf72894(_0x4bc02c,_0x3a5022,_0x4fdcf5):_0xf72894(_0x4fdcf5))||_0x4fdcf5);return _0x29cd2a&&_0x4fdcf5&&_0x2378ae(_0x4bc02c,_0x3a5022,_0x4fdcf5),_0x4fdcf5;},_0x26020b=(_0x51f9e6,_0x23a567)=>(_0x4f0cc5,_0x4ce40d)=>_0x23a567(_0x4f0cc5,_0x4ce40d,_0x51f9e6);const _0x3a7d47=0x1389;let _0x49e258=class extends _0x8a1a57[_0x16631f(0x228)]{constructor(_0x28ac40,_0x26b6b7,_0x55f6c8,_0x18ecc5){const _0x15093f=_0x16631f;super(),_0x2a606e(this,_0x15093f(0x32f),new Set()),_0x2a606e(this,'_lastPointer',null),(this['_context']=_0x28ac40,this[_0x15093f(0x3f2)]=_0x26b6b7,this[_0x15093f(0x2d4)]=_0x55f6c8,this[_0x15093f(0x14e)]=_0x18ecc5,this[_0x15093f(0x36a)]());}[_0x16631f(0x36a)](){const _0x1272c8=_0x16631f;this['_sheetSkeletonManagerService'][_0x1272c8(0x269)][_0x1272c8(0x4be)](_0x478e49[_0x1272c8(0x3d9)](this['dispose$']),_0x478e49[_0x1272c8(0x3e8)](_0x44b2fb=>{const _0x13380a=_0x1272c8;if(_0x44b2fb){const _0x4aa70e=_0x44b2fb['sheetId'];return _0x933215[_0x13380a(0x128)](this[_0x13380a(0x2d4)]['getCollabCursors$'](this[_0x13380a(0x2c2)][_0x13380a(0x151)]),this['_themeService']['currentTheme$'])[_0x13380a(0x4be)](_0x478e49['map'](([_0x1648a9,_0x1b612a])=>{const _0x392640=_0x13380a,_0x4ba819=new Map();return _0x1648a9[_0x392640(0x236)]((_0x1905e0,_0x2e8dab)=>{const _0x9850d1=_0x392640;if(_0x1905e0['sheetID']===_0x4aa70e){const _0x15785b={..._0x1905e0};_0x15785b[_0x9850d1(0x384)]=_0x1b612a[_0x1905e0[_0x9850d1(0x384)]],_0x4ba819['set'](_0x2e8dab,_0x15785b);}}),{'skeleton':_0x44b2fb,'cursors':_0x4ba819};}));}return _0x933215['of']({'skeleton':null,'cursors':new Map()});}))[_0x1272c8(0x42c)](({skeleton:_0x443f75,cursors:_0x2aeee2})=>{const _0x316fbe=_0x1272c8;this[_0x316fbe(0x4ec)](),_0x443f75&&this[_0x316fbe(0x32a)](_0x443f75,_0x2aeee2);}),this[_0x1272c8(0x3f2)][_0x1272c8(0x269)][_0x1272c8(0x42c)](_0x948fd0=>{const _0x45a30d=_0x1272c8;if(_0x948fd0==null)return;const {skeleton:_0xc7c56e}=_0x948fd0,{scene:_0x3aef1f}=this['_context'];_0x3aef1f[_0x45a30d(0x25f)][_0x45a30d(0x4cc)](_0x8a1a57['debounce'](_0x42c46e=>{const _0x152ec5=_0x45a30d;var _0x46b2d6,_0x1adfe1;const {offsetX:_0xcede42,offsetY:_0x5e3308}=_0x42c46e,{x:_0xe6b7ce,y:_0x2916b1}=_0x3aef1f[_0x152ec5(0x169)](_0x20e8c2[_0x152ec5(0x4da)][_0x152ec5(0x3ff)]([_0xcede42,_0x5e3308])),{scaleX:_0x3364df,scaleY:_0x3874c2}=_0x3aef1f[_0x152ec5(0x1e9)](),_0x1d5848=_0x3aef1f[_0x152ec5(0x1e5)](_0x3ba744[_0x152ec5(0x28b)]['VIEW_MAIN']),_0x1ae18a=_0x3aef1f[_0x152ec5(0x163)](_0x20e8c2[_0x152ec5(0x4da)]['FromArray']([_0xe6b7ce,_0x2916b1]),_0x1d5848),_0x528b5c=_0xc7c56e[_0x152ec5(0x4ba)](_0xcede42,_0x5e3308,_0x3364df,_0x3874c2,_0x1ae18a);((_0x46b2d6=this[_0x152ec5(0x13c)])==null?void 0x0:_0x46b2d6[_0x152ec5(0x413)])===_0x528b5c[_0x152ec5(0x413)]&&((_0x1adfe1=this['_lastPointer'])==null?void 0x0:_0x1adfe1[_0x152ec5(0x19b)])===_0x528b5c['row']||this[_0x152ec5(0x32f)][_0x152ec5(0x236)](_0x133b8b=>{const _0x48ce4=_0x152ec5;_0x133b8b[_0x48ce4(0x5a0)](_0x528b5c);});},0x64));});}[_0x16631f(0x32a)](_0x4b40b8,_0x5b7f4a){const _0x419f53=_0x16631f;var _0x4bccfd;const _0x55b4d7=(_0x4bccfd=this[_0x419f53(0x3f2)][_0x419f53(0x168)]())==null?void 0x0:_0x4bccfd[_0x419f53(0x49e)];if(!_0x55b4d7)return;const _0x483cad=this[_0x419f53(0x211)]();if(!_0x483cad)return;this[_0x419f53(0x32f)][_0x419f53(0x236)](_0x4f20a5=>{const _0x376d1d=_0x419f53;_0x4f20a5[_0x376d1d(0x4bb)]();});const {scene:_0x2ae405}=_0x483cad,_0x212b7d=_0x599b82(Array['from'](_0x5b7f4a[_0x419f53(0x1f3)]()))[_0x419f53(0x2ca)](_0x264b00=>{const _0xbe63a6=_0x419f53,{color:_0x28f869,range:_0x4235bb,name:_0x38fbee,selection:_0x2881bf,sheetID:_0x441ce0}=_0x264b00,{startColumn:_0x2c25e5,startRow:_0x40fd68,endColumn:_0x55a87d,endRow:_0x3b7019}=_0x4235bb,_0x109f3b=_0x3ba744['getCoordByCell'](_0x40fd68,_0x2c25e5,_0x2ae405,_0x55b4d7),_0x2a7adf=_0x3ba744['getCoordByCell'](_0x3b7019,_0x55a87d,_0x2ae405,_0x55b4d7),{columnHeaderHeightAndMarginTop:_0x47e3c2}=_0x55b4d7,{startX:_0x5e6344,startY:_0xbe0879}=_0x109f3b,{endX:_0x2a833c,endY:_0x478d82}=_0x2a7adf,_0x55be59=_0x2a833c-_0x5e6344,_0x22ac23=_0x478d82-_0xbe0879,_0xaaf372={'labelPosition':_0xbe0879-_0x47e3c2>=_0x25bf11?_0xbe63a6(0x20f):_0xbe63a6(0x1a7),'sheetID':_0x441ce0,'range':_0x4235bb,'color':_0x28f869,'name':_0x38fbee,'selection':_0x2881bf,'left':_0x5e6344,'top':_0xbe0879,'width':_0x55be59,'height':_0x22ac23,'evented':!0x1,'zIndex':_0x3a7d47};return new _0x2a2a49(_0x38fbee,_0xaaf372);});_0x2ae405[_0x419f53(0x50e)](_0x212b7d,_0x1375a3),this[_0x419f53(0x32f)]=new Set(_0x212b7d);}[_0x16631f(0x4ec)](){const _0xcfed43=_0x16631f;var _0x1b67ad;(_0x1b67ad=this['_cursors'])==null||_0x1b67ad[_0xcfed43(0x236)](_0x2ab83a=>_0x2ab83a[_0xcfed43(0x4a7)]());}[_0x16631f(0x211)](){const _0xc50510=_0x16631f;return _0x3ba744[_0xc50510(0x1b5)](this[_0xc50510(0x2c2)][_0xc50510(0x323)],this[_0xc50510(0x2c2)]);}};_0x49e258=_0x367ec0([_0x26020b(0x1,_0x8a1a57['Inject'](_0x3ba744[_0x16631f(0x267)])),_0x26020b(0x2,_0x8a1a57[_0x16631f(0x537)](_0xafbc5d)),_0x26020b(0x3,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57['ThemeService']))],_0x49e258);function _0x599b82(_0x19b0e7){const _0x15ba69=_0x16631f,_0x2daba6=new Map();return _0x19b0e7[_0x15ba69(0x236)](_0x28b266=>{const _0x37b5d2=_0x15ba69;if(_0x2daba6[_0x37b5d2(0x295)](_0x28b266[_0x37b5d2(0x486)])){const _0x11e68f=_0x2daba6[_0x37b5d2(0x241)](_0x28b266[_0x37b5d2(0x486)]);_0x11e68f[_0x37b5d2(0x3be)]+=',\x20'+_0x28b266[_0x37b5d2(0x3be)];}else _0x2daba6[_0x37b5d2(0x41f)](_0x28b266[_0x37b5d2(0x486)],_0x28b266);}),Array['from'](_0x2daba6[_0x15ba69(0x1f3)]());}var _0x4b3743=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x3c7ed0(_0x44afb3){const _0x59dba7=_0x16631f;return _0x44afb3&&_0x44afb3['__esModule']&&Object[_0x59dba7(0x5b2)][_0x59dba7(0x2c0)][_0x59dba7(0x3b4)](_0x44afb3,_0x59dba7(0x4e9))?_0x44afb3[_0x59dba7(0x4e9)]:_0x44afb3;}var _0x319b01={'exports':{}},_0x2003bc={},_0x344504=_0x5e80f5,_0x1dc1e7=Symbol[_0x16631f(0x3ee)]('react.element'),_0x46ab57=Symbol['for'](_0x16631f(0x543)),_0x26ad67=Object['prototype'][_0x16631f(0x2c0)],_0x5e4779=_0x344504['__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED'][_0x16631f(0x372)],_0x4b3131={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function _0x58faa8(_0x159d7b,_0x21651f,_0x4b69aa){const _0x15f569=_0x16631f;var _0x21b03a,_0x3cae9c={},_0x21407c=null,_0x29342f=null;_0x4b69aa!==void 0x0&&(_0x21407c=''+_0x4b69aa),_0x21651f[_0x15f569(0x3a2)]!==void 0x0&&(_0x21407c=''+_0x21651f['key']),_0x21651f[_0x15f569(0x355)]!==void 0x0&&(_0x29342f=_0x21651f[_0x15f569(0x355)]);for(_0x21b03a in _0x21651f)_0x26ad67[_0x15f569(0x3b4)](_0x21651f,_0x21b03a)&&!_0x4b3131['hasOwnProperty'](_0x21b03a)&&(_0x3cae9c[_0x21b03a]=_0x21651f[_0x21b03a]);if(_0x159d7b&&_0x159d7b['defaultProps']){for(_0x21b03a in(_0x21651f=_0x159d7b['defaultProps'],_0x21651f))_0x3cae9c[_0x21b03a]===void 0x0&&(_0x3cae9c[_0x21b03a]=_0x21651f[_0x21b03a]);}return{'$$typeof':_0x1dc1e7,'type':_0x159d7b,'key':_0x21407c,'ref':_0x29342f,'props':_0x3cae9c,'_owner':_0x5e4779['current']};}_0x2003bc['Fragment']=_0x46ab57,_0x2003bc[_0x16631f(0x1be)]=_0x58faa8,_0x2003bc[_0x16631f(0x405)]=_0x58faa8,_0x319b01['exports']=_0x2003bc;var _0x2e11ad=_0x319b01[_0x16631f(0x50a)],_0x513090=function(){const _0x4f46fe=_0x16631f;return _0x513090=Object['assign']||function(_0x266ebb){const _0x2b79b2=_0x586f;for(var _0x5f24ed,_0x134392=0x1,_0x4a798f=arguments[_0x2b79b2(0x272)];_0x134392<_0x4a798f;_0x134392++){_0x5f24ed=arguments[_0x134392];for(var _0x3fa689 in _0x5f24ed)Object['prototype']['hasOwnProperty'][_0x2b79b2(0x3b4)](_0x5f24ed,_0x3fa689)&&(_0x266ebb[_0x3fa689]=_0x5f24ed[_0x3fa689]);}return _0x266ebb;},_0x513090[_0x4f46fe(0x480)](this,arguments);},_0x4590bf=function(_0x174906,_0x3a130f){const _0x27c49b=_0x16631f;var _0x1c1246={};for(var _0x50541f in _0x174906)Object[_0x27c49b(0x5b2)][_0x27c49b(0x2c0)][_0x27c49b(0x3b4)](_0x174906,_0x50541f)&&_0x3a130f['indexOf'](_0x50541f)<0x0&&(_0x1c1246[_0x50541f]=_0x174906[_0x50541f]);if(_0x174906!=null&&typeof Object['getOwnPropertySymbols']==_0x27c49b(0x445)){for(var _0x4b1fad=0x0,_0x50541f=Object[_0x27c49b(0x2e7)](_0x174906);_0x4b1fad<_0x50541f[_0x27c49b(0x272)];_0x4b1fad++)_0x3a130f[_0x27c49b(0x222)](_0x50541f[_0x4b1fad])<0x0&&Object['prototype'][_0x27c49b(0x3c6)][_0x27c49b(0x3b4)](_0x174906,_0x50541f[_0x4b1fad])&&(_0x1c1246[_0x50541f[_0x4b1fad]]=_0x174906[_0x50541f[_0x4b1fad]]);}return _0x1c1246;},_0x584bc7=_0x5e80f5[_0x16631f(0x4bc)](function(_0x109b31,_0x50d19f){const _0x460667=_0x16631f;var _0x5e7d70=_0x109b31[_0x460667(0x592)],_0x499e46=_0x109b31['id'],_0x5f36e9=_0x109b31[_0x460667(0x12c)],_0x39c070=_0x109b31[_0x460667(0x279)],_0x447b07=_0x4590bf(_0x109b31,['icon','id','className',_0x460667(0x279)]),_0xcdaaee=_0x460667(0x4f4)['concat'](_0x499e46,'\x20')[_0x460667(0x40b)](_0x5f36e9||'')['trim'](),_0x71a5b3=_0x5e80f5['useRef']('_'[_0x460667(0x40b)](_0x558e0d()));return _0x5f0f57(_0x5e7d70,''[_0x460667(0x40b)](_0x499e46),{'defIds':_0x5e7d70[_0x460667(0x5a3)],'idSuffix':_0x71a5b3[_0x460667(0x3bf)]},_0x513090({'ref':_0x50d19f,'className':_0xcdaaee},_0x447b07),_0x39c070);});function _0x5f0f57(_0xfcaaa1,_0xa075f8,_0x160f52,_0x5ef271,_0x13af68){const _0x419af3=_0x16631f;return _0x5e80f5['createElement'](_0xfcaaa1[_0x419af3(0x2ef)],_0x513090(_0x513090({'key':_0xa075f8},_0x164cc8(_0xfcaaa1,_0x160f52,_0x13af68)),_0x5ef271),(_0x4d8c11(_0xfcaaa1,_0x160f52)[_0x419af3(0x20e)]||[])[_0x419af3(0x2ca)](function(_0xaccba,_0x2c768f){const _0xaacc38=_0x419af3;return _0x5f0f57(_0xaccba,''[_0xaacc38(0x40b)](_0xa075f8,'-')['concat'](_0xfcaaa1[_0xaacc38(0x2ef)],'-')[_0xaacc38(0x40b)](_0x2c768f),_0x160f52,void 0x0,_0x13af68);}));}function _0x164cc8(_0x46544a,_0x9b3cb2,_0x1ae14e){const _0x382830=_0x16631f;var _0x3d2b20=_0x513090({},_0x46544a[_0x382830(0x217)]);_0x1ae14e!=null&&_0x1ae14e['colorChannel1']&&_0x3d2b20[_0x382830(0x19e)]===_0x382830(0x555)&&(_0x3d2b20['fill']=_0x1ae14e[_0x382830(0x555)]);var _0x3b11af=_0x9b3cb2[_0x382830(0x5a3)];return!_0x3b11af||_0x3b11af[_0x382830(0x272)]===0x0||(_0x46544a[_0x382830(0x2ef)]===_0x382830(0x326)&&_0x3d2b20[_0x382830(0x2c9)]&&(_0x3d2b20['xlink:href']=_0x3d2b20[_0x382830(0x2c9)]+_0x9b3cb2[_0x382830(0x5a4)]),Object[_0x382830(0x3d8)](_0x3d2b20)[_0x382830(0x236)](function(_0x8bcb20){const _0x3143cf=_0x382830;var _0x2b2b35=_0x8bcb20[0x0],_0xa6bf88=_0x8bcb20[0x1];typeof _0xa6bf88==_0x3143cf(0x18e)&&(_0x3d2b20[_0x2b2b35]=_0xa6bf88[_0x3143cf(0x1e1)](/url\(#(.*)\)/,_0x3143cf(0x415)[_0x3143cf(0x40b)](_0x9b3cb2[_0x3143cf(0x5a4)],')')));})),_0x3d2b20;}function _0x4d8c11(_0x399eab,_0x18e71a){const _0x527368=_0x16631f;var _0x54d1a1,_0x27712d=_0x18e71a[_0x527368(0x5a3)];return!_0x27712d||_0x27712d['length']===0x0?_0x399eab:_0x399eab[_0x527368(0x2ef)]===_0x527368(0x4f3)&&(!((_0x54d1a1=_0x399eab['children'])===null||_0x54d1a1===void 0x0)&&_0x54d1a1[_0x527368(0x272)])?_0x513090(_0x513090({},_0x399eab),{'children':_0x399eab['children'][_0x527368(0x2ca)](function(_0x54e3e){const _0x6224f2=_0x527368;return typeof _0x54e3e['attrs']['id']==_0x6224f2(0x18e)&&_0x27712d&&_0x27712d[_0x6224f2(0x222)](_0x54e3e[_0x6224f2(0x217)]['id'])>-0x1?_0x513090(_0x513090({},_0x54e3e),{'attrs':_0x513090(_0x513090({},_0x54e3e[_0x6224f2(0x217)]),{'id':_0x54e3e['attrs']['id']+_0x18e71a['idSuffix']})}):_0x54e3e;})}):_0x399eab;}function _0x558e0d(){const _0x1b7f7d=_0x16631f;return Math[_0x1b7f7d(0x2bf)]()[_0x1b7f7d(0x3a4)](0x24)[_0x1b7f7d(0x51b)](0x2,0x8);}_0x584bc7['displayName']='UniverIcon';var _0x27ca20={'tag':_0x16631f(0x2a2),'attrs':{'fill':_0x16631f(0x580),'viewBox':_0x16631f(0x597),'width':_0x16631f(0x48c),'height':_0x16631f(0x48c)},'children':[{'tag':'g','attrs':{'clipPath':'url(#off-line-single_clip0_910_343)'},'children':[{'tag':'path','attrs':{'stroke':_0x16631f(0x12e),'d':'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','strokeLinecap':_0x16631f(0x55e),'strokeLinejoin':_0x16631f(0x55e),'strokeWidth':1.2}}]},{'tag':_0x16631f(0x4f3),'attrs':{},'children':[{'tag':'clipPath','attrs':{'id':_0x16631f(0x1fb)},'children':[{'tag':_0x16631f(0x2a0),'attrs':{'fill':_0x16631f(0x498),'d':'M0\x200H16V16H0z'}}]}]}],'defIds':[_0x16631f(0x1fb)]},_0x130350=_0x5e80f5['forwardRef'](function(_0x290c4f,_0x4aba7e){const _0x430c62=_0x16631f;return _0x5e80f5[_0x430c62(0x3aa)](_0x584bc7,Object[_0x430c62(0x28f)]({},_0x290c4f,{'id':_0x430c62(0x364),'ref':_0x4aba7e,'icon':_0x27ca20}));});_0x130350[_0x16631f(0x2b5)]=_0x16631f(0x28a);var _0x5ca375={'tag':'svg','attrs':{'fill':_0x16631f(0x580),'viewBox':_0x16631f(0x335),'width':_0x16631f(0x48c),'height':_0x16631f(0x48c)},'children':[{'tag':'g','attrs':{'clipPath':_0x16631f(0x1fe)},'children':[{'tag':_0x16631f(0x2a0),'attrs':{'stroke':'currentColor','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':_0x16631f(0x55e),'strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':_0x16631f(0x4f3),'attrs':{},'children':[{'tag':_0x16631f(0x1af),'attrs':{'id':_0x16631f(0x56f)},'children':[{'tag':_0x16631f(0x2a0),'attrs':{'fill':_0x16631f(0x498),'d':_0x16631f(0x509),'transform':_0x16631f(0x52b)}}]}]}],'defIds':[_0x16631f(0x56f)]},_0x75be14=_0x5e80f5['forwardRef'](function(_0x31ae6b,_0xbe5af){const _0x182e3d=_0x16631f;return _0x5e80f5['createElement'](_0x584bc7,Object[_0x182e3d(0x28f)]({},_0x31ae6b,{'id':_0x182e3d(0x3bc),'ref':_0xbe5af,'icon':_0x5ca375}));});_0x75be14[_0x16631f(0x2b5)]='OnLineSingle';function _0x44272a(_0x186136){const _0x2cfa68=_0x16631f;var _0x4c06a8,_0x12222f,_0x122937='';if(typeof _0x186136==_0x2cfa68(0x18e)||typeof _0x186136==_0x2cfa68(0x3f6))_0x122937+=_0x186136;else{if(typeof _0x186136==_0x2cfa68(0x3ca)){if(Array[_0x2cfa68(0x2e1)](_0x186136)){var _0x4128af=_0x186136[_0x2cfa68(0x272)];for(_0x4c06a8=0x0;_0x4c06a8<_0x4128af;_0x4c06a8++)_0x186136[_0x4c06a8]&&(_0x12222f=_0x44272a(_0x186136[_0x4c06a8]))&&(_0x122937&&(_0x122937+='\x20'),_0x122937+=_0x12222f);}else{for(_0x12222f in _0x186136)_0x186136[_0x12222f]&&(_0x122937&&(_0x122937+='\x20'),_0x122937+=_0x12222f);}}}return _0x122937;}function _0xa465d3(){const _0x5d763c=_0x16631f;for(var _0x46dc51,_0x175855,_0x299a35=0x0,_0x2dfc0f='',_0x14f43f=arguments[_0x5d763c(0x272)];_0x299a35<_0x14f43f;_0x299a35++)(_0x46dc51=arguments[_0x299a35])&&(_0x175855=_0x44272a(_0x46dc51))&&(_0x2dfc0f&&(_0x2dfc0f+='\x20'),_0x2dfc0f+=_0x175855);return _0x2dfc0f;}const _0xd3f094={'onlineStatusIcon':_0x16631f(0x41b),'onlineStatusTitle':_0x16631f(0x2b8),'onlineStatus':_0x16631f(0x2f2),'online':_0x16631f(0x412),'offline':_0x16631f(0x45e)};function _0x3a6f3b(_0xc2eecf){const _0x4ddea8=_0x16631f;switch(_0xc2eecf){case _0x5d61dc[_0x4ddea8(0x106)]:return'collabStatus.offline';case _0x5d61dc[_0x4ddea8(0x3a3)]:return _0x4ddea8(0x19a);case _0x5d61dc[_0x4ddea8(0x3f4)]:return _0x4ddea8(0x341);case _0x5d61dc[_0x4ddea8(0x3f1)]:return'collabStatus.notCollab';case _0x5d61dc['AWAITING']:case _0x5d61dc[_0x4ddea8(0x5ae)]:return'collabStatus.syncing';case _0x5d61dc[_0x4ddea8(0x48b)]:case _0x5d61dc[_0x4ddea8(0x487)]:return _0x4ddea8(0x178);}}function _0x39447f(_0x674d19){const _0x1385de=_0x16631f,{status$:_0x249510}=_0x674d19,_0x18015a=_0x4b60ff[_0x1385de(0x167)](_0x249510,_0x5d61dc['NOT_COLLAB']),_0x4ad5d6=_0x8a1a57[_0x1385de(0x4a9)](_0x8a1a57[_0x1385de(0x1f4)]),_0xc449ad=_0x8a1a57[_0x1385de(0x4a9)](_0x2728bd['CollaborationSessionService']),_0x574476=_0x18015a!==_0x5d61dc[_0x1385de(0x106)],_0x522a0d=_0x4ad5d6['t'](_0x3a6f3b(_0x18015a)),_0x2df7ed=_0xa465d3(_0xd3f094[_0x1385de(0x1cd)],{[_0xd3f094[_0x1385de(0xf3)]]:_0x574476,[_0xd3f094[_0x1385de(0x21f)]]:!_0x574476}),_0x3dc74f=_0x574476?_0x2e11ad[_0x1385de(0x1be)](_0x75be14,{}):_0x2e11ad[_0x1385de(0x1be)](_0x130350,{}),_0x537e08=_0x5e80f5['useCallback'](()=>{const _0x32489d=_0x1385de;_0x574476||_0xc449ad[_0x32489d(0x1cc)]();},[_0x574476,_0xc449ad]);function _0xd1f25(){const _0x421fc8=_0x1385de;return _0x2e11ad[_0x421fc8(0x405)](_0x421fc8(0x4e3),{'className':_0x2df7ed,'onClick':_0x537e08,'children':[_0x2e11ad[_0x421fc8(0x1be)](_0x421fc8(0x4e3),{'className':_0xd3f094['onlineStatusIcon'],'children':_0x3dc74f}),_0x2e11ad[_0x421fc8(0x1be)](_0x421fc8(0x4e3),{'className':_0xd3f094[_0x421fc8(0x5b5)],'children':_0x522a0d})]});}return _0x574476?_0xd1f25():_0x2e11ad[_0x1385de(0x1be)](_0x731a74[_0x1385de(0x353)],{'title':_0x4ad5d6['t'](_0x1385de(0x187)),'children':_0xd1f25()});}var _0x254e5a=Object[_0x16631f(0x162)],_0x3a2e51=Object[_0x16631f(0x57e)],_0x2853c7=(_0x2ae2e9,_0x5364fc,_0x3f2d63,_0x1adb27)=>{for(var _0x403c29=_0x1adb27>0x1?void 0x0:_0x1adb27?_0x3a2e51(_0x5364fc,_0x3f2d63):_0x5364fc,_0x42fcd0=_0x2ae2e9['length']-0x1,_0x24196e;_0x42fcd0>=0x0;_0x42fcd0--)(_0x24196e=_0x2ae2e9[_0x42fcd0])&&(_0x403c29=(_0x1adb27?_0x24196e(_0x5364fc,_0x3f2d63,_0x403c29):_0x24196e(_0x403c29))||_0x403c29);return _0x1adb27&&_0x403c29&&_0x254e5a(_0x5364fc,_0x3f2d63,_0x403c29),_0x403c29;},_0x50ef1a=(_0x3cfa03,_0x2ddfa0)=>(_0xd926ec,_0x3eacf9)=>_0x2ddfa0(_0xd926ec,_0x3eacf9,_0x3cfa03);_0x2728bd[_0x16631f(0x3ce)]=class extends _0x8a1a57['Disposable']{constructor(_0x51d2b3,_0x35255f,_0x4a615b,_0x19bbd0){const _0x3a20d4=_0x16631f;super(),_0x2a606e(this,'_status$',new _0x933215[(_0x3a20d4(0x1fd))](_0x5d61dc[_0x3a20d4(0x3f1)])),(this[_0x3a20d4(0x3e7)]=_0x51d2b3,this[_0x3a20d4(0x24e)]=_0x35255f,this[_0x3a20d4(0x264)]=_0x4a615b,this[_0x3a20d4(0x28e)]=_0x19bbd0,this[_0x3a20d4(0x51e)](),this[_0x3a20d4(0x1ec)]());}[_0x16631f(0x1ec)](){const _0x514f13=_0x16631f;this['disposeWithMe'](this['_univerInstanceService']['focused$'][_0x514f13(0x4be)](_0x933215[_0x514f13(0x3e8)](()=>{const _0x4f06c7=_0x514f13,_0x554a2b=this[_0x4f06c7(0x3e7)][_0x4f06c7(0x328)]();return _0x554a2b?this['_collaborationController'][_0x4f06c7(0x3f5)](_0x554a2b[_0x4f06c7(0x4ed)]()):_0x933215['of'](null);}),_0x933215[_0x514f13(0x3e8)](_0xcf7f04=>_0xcf7f04?_0xcf7f04[_0x514f13(0x48f)]:_0x933215['of'](_0x5d61dc[_0x514f13(0x3f1)])))['subscribe'](_0x130ac5=>{const _0x5dccc5=_0x514f13;this[_0x5dccc5(0x1d0)]['next'](_0x130ac5);}));}[_0x16631f(0x51e)](){const _0x1a0538=_0x16631f;this[_0x1a0538(0x14a)](this['_uiPartsService'][_0x1a0538(0x46a)](_0x4b60ff[_0x1a0538(0x1a8)][_0x1a0538(0x1b2)],()=>_0x8a1a57[_0x1a0538(0x342)](_0x375bfe({'status$':this[_0x1a0538(0x1d0)][_0x1a0538(0x525)]()}),this[_0x1a0538(0x264)])));}},_0x2728bd['DesktopCollaborationStatusDisplayController']=_0x2853c7([_0x50ef1a(0x0,_0x8a1a57[_0x16631f(0x1db)]),_0x50ef1a(0x1,_0x4b60ff[_0x16631f(0x1a6)]),_0x50ef1a(0x2,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0x50ef1a(0x3,_0x8a1a57[_0x16631f(0x537)](_0x2728bd[_0x16631f(0x433)]))],_0x2728bd[_0x16631f(0x3ce)]);function _0x375bfe(_0x32000a){const {status$:_0x2b27cb}=_0x32000a;return function(){const _0x5b594f=_0x586f;return _0x2e11ad[_0x5b594f(0x1be)](_0x39447f,{'status$':_0x2b27cb});};}const _0x38da0e=_0x8a1a57[_0x16631f(0x27b)](_0x16631f(0x213));var _0x2529cc=Object[_0x16631f(0x162)],_0x82d09a=Object[_0x16631f(0x57e)],_0x1bd685=(_0x4f437d,_0x276580,_0x4b5a5d,_0x489e8b)=>{for(var _0x5460bf=_0x489e8b>0x1?void 0x0:_0x489e8b?_0x82d09a(_0x276580,_0x4b5a5d):_0x276580,_0x3c1e76=_0x4f437d['length']-0x1,_0x607363;_0x3c1e76>=0x0;_0x3c1e76--)(_0x607363=_0x4f437d[_0x3c1e76])&&(_0x5460bf=(_0x489e8b?_0x607363(_0x276580,_0x4b5a5d,_0x5460bf):_0x607363(_0x5460bf))||_0x5460bf);return _0x489e8b&&_0x5460bf&&_0x2529cc(_0x276580,_0x4b5a5d,_0x5460bf),_0x5460bf;},_0x4274c4=(_0x236159,_0x43fbe0)=>(_0x1b09d7,_0x30009b)=>_0x43fbe0(_0x1b09d7,_0x30009b,_0x236159);_0x2728bd['DataLoaderController']=class extends _0x8a1a57[_0x16631f(0x228)]{constructor(_0x2b8822,_0x299ed3,_0x124cb7,_0x437a1a,_0x2655ff,_0x2568ac){const _0x375301=_0x16631f;super(),this['_urlService']=_0x2b8822,this[_0x375301(0x515)]=_0x299ed3,this[_0x375301(0x475)]=_0x124cb7,this[_0x375301(0x48e)]=_0x437a1a,this[_0x375301(0x5b6)]=_0x2655ff,_0x2568ac?_0x2568ac==null||_0x2568ac[_0x375301(0x16d)]()[_0x375301(0x566)](()=>this[_0x375301(0x36a)]()):(this[_0x375301(0x515)][_0x375301(0x22a)](_0x375301(0x12b),'No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.'),this[_0x375301(0x36a)]());}async['_init'](){const _0x20bc92=_0x16631f,_0x2a82e4=this['_urlService']['getParam'](_0x20bc92(0x323)),_0x37b9cc=this[_0x20bc92(0x290)][_0x20bc92(0x11b)]('type');if(!_0x2a82e4||!_0x37b9cc){this[_0x20bc92(0x515)][_0x20bc92(0x22a)]('[DataLoaderController]',_0x20bc92(0x3ad));return;}switch(Number(_0x37b9cc)){case _0x4a6b81['UNIVER_SHEET']:{const _0x3c3ef1=await this[_0x20bc92(0x3a6)](_0x2a82e4);this[_0x20bc92(0x145)](_0x3c3ef1);break;}case _0x4a6b81[_0x20bc92(0x327)]:{await this['_loadDoc'](_0x2a82e4);break;}default:{this[_0x20bc92(0x515)][_0x20bc92(0x1df)]('[DataLoaderController]','Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');break;}}}async[_0x16631f(0x145)](_0x10c9c0){const _0x74b70e=_0x16631f;await this['_updateSubUnitFromURLParams'](_0x10c9c0),_0x10c9c0['activeSheet$'][_0x74b70e(0x4be)](_0x933215[_0x74b70e(0x3d9)](this[_0x74b70e(0x42d)]))[_0x74b70e(0x42c)](_0x1e7e50=>{const _0x412742=_0x74b70e;_0x1e7e50&&this[_0x412742(0x4eb)](_0x1e7e50);}),this['_urlService'][_0x74b70e(0x497)]['pipe'](_0x933215[_0x74b70e(0x3d9)](this[_0x74b70e(0x42d)]))[_0x74b70e(0x42c)](()=>this['_updateSubUnitFromURLParams'](_0x10c9c0));}[_0x16631f(0x4eb)](_0x48e3d8,_0x10f806=!0x1){const _0x42536f=_0x16631f,_0x3d5bfb=this[_0x42536f(0x290)][_0x42536f(0x11b)](_0x42536f(0x481));_0x48e3d8[_0x42536f(0x3fb)]()!==_0x3d5bfb&&this[_0x42536f(0x290)][_0x42536f(0x1de)](_0x42536f(0x481),_0x48e3d8[_0x42536f(0x3fb)](),_0x10f806);}async[_0x16631f(0x3cd)](_0x46c46f){const _0x32080f=_0x16631f;var _0x5dd7b4;const _0x5e737c=this[_0x32080f(0x290)]['getParam'](_0x32080f(0x481));if(!_0x5e737c||!_0x46c46f[_0x32080f(0x177)](_0x5e737c)){const _0x5d6d74=_0x46c46f[_0x32080f(0x31a)]()[0x0],_0x6521ac=_0x46c46f[_0x32080f(0x177)](_0x5d6d74);if(!_0x6521ac)return;this[_0x32080f(0x4eb)](_0x6521ac,!0x0),await this[_0x32080f(0x475)][_0x32080f(0x564)](_0x46f63a[_0x32080f(0x3bd)]['id'],{'unitId':_0x46c46f['getUnitId'](),'subUnitId':_0x5d6d74});return;}((_0x5dd7b4=_0x46c46f[_0x32080f(0x23a)]())==null?void 0x0:_0x5dd7b4['getSheetId']())!==_0x5e737c&&await this[_0x32080f(0x475)][_0x32080f(0x564)](_0x46f63a[_0x32080f(0x3bd)]['id'],{'unitId':_0x46c46f['getUnitId'](),'subUnitId':_0x5e737c});}async[_0x16631f(0x3a6)](_0x46e4de){const _0x299cf8=_0x16631f;let _0x505e5a=0x0;const _0x2d710c=await this['_localCacheService'][_0x299cf8(0x3ae)](_0x46e4de);return _0x2d710c&&(_0x2d710c['awaitingChangeset']||_0x2d710c[_0x299cf8(0x1ce)][_0x299cf8(0x272)]!==0x0)&&(_0x505e5a=_0x2d710c[_0x299cf8(0x454)]),_0x505e5a===0x0&&this[_0x299cf8(0x515)][_0x299cf8(0x22a)](_0x299cf8(0x12b),_0x299cf8(0x251)),this[_0x299cf8(0x5b6)][_0x299cf8(0x14b)](_0x46e4de,_0x505e5a);}async[_0x16631f(0x3c1)](_0x17253f){const _0x124b6b=_0x16631f;let _0x303085=0x0;const _0x15da08=await this[_0x124b6b(0x48e)]['loadOfflineData'](_0x17253f);return _0x15da08&&(_0x15da08[_0x124b6b(0x58b)]||_0x15da08['mutations'][_0x124b6b(0x272)]!==0x0)&&(_0x303085=_0x15da08[_0x124b6b(0x454)]),_0x303085===0x0&&this[_0x124b6b(0x515)][_0x124b6b(0x22a)](_0x124b6b(0x12b),'fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this[_0x124b6b(0x5b6)][_0x124b6b(0x2a4)](_0x17253f,_0x303085);}},_0x2728bd[_0x16631f(0x296)]=_0x1bd685([_0x4274c4(0x0,_0x38da0e),_0x4274c4(0x1,_0x8a1a57[_0x16631f(0xfc)]),_0x4274c4(0x2,_0x8a1a57[_0x16631f(0x350)]),_0x4274c4(0x3,_0x8a1a57['Inject'](_0x2728bd['LocalCacheService'])),_0x4274c4(0x4,_0x8a1a57[_0x16631f(0x537)](_0x27cfd8[_0x16631f(0x522)])),_0x4274c4(0x5,_0x8a1a57[_0x16631f(0x1c1)](_0x6cb789['IRemoteInstanceService']))],_0x2728bd[_0x16631f(0x296)]);var _0x4c21f4=Object['defineProperty'],_0x1fbe04=Object['getOwnPropertyDescriptor'],_0x4d421d=(_0xcc45de,_0xa5f209,_0x396e4a,_0x2f7f78)=>{for(var _0x720e5e=_0x2f7f78>0x1?void 0x0:_0x2f7f78?_0x1fbe04(_0xa5f209,_0x396e4a):_0xa5f209,_0x4b104d=_0xcc45de['length']-0x1,_0x35442b;_0x4b104d>=0x0;_0x4b104d--)(_0x35442b=_0xcc45de[_0x4b104d])&&(_0x720e5e=(_0x2f7f78?_0x35442b(_0xa5f209,_0x396e4a,_0x720e5e):_0x35442b(_0x720e5e))||_0x720e5e);return _0x2f7f78&&_0x720e5e&&_0x4c21f4(_0xa5f209,_0x396e4a,_0x720e5e),_0x720e5e;},_0x978750=(_0x16c4be,_0x5cc421)=>(_0x142e57,_0x52dd21)=>_0x5cc421(_0x142e57,_0x52dd21,_0x16c4be);const _0x375672='DEFAULT_FILE_NAME',_0x101f72='Univer';let _0x21377e=class extends _0x8a1a57[_0x16631f(0x490)]{constructor(_0x2a77f4,_0x328bd5){const _0x2000b4=_0x16631f;super(),this['_univerInstanceService']=_0x2a77f4,this[_0x2000b4(0x31f)]=_0x328bd5,this['_init']();}[_0x16631f(0x36a)](){const _0x152988=_0x16631f;this[_0x152988(0x14a)](this[_0x152988(0x3e7)][_0x152988(0x470)][_0x152988(0x42c)](()=>{const _0xf435a4=_0x152988;var _0x4ec161;const _0x137ff9=this[_0xf435a4(0x3e7)][_0xf435a4(0x328)]();let _0x39d6fc=(_0x4ec161=this['_configService'][_0xf435a4(0xfd)](_0x375672))!=null?_0x4ec161:_0x101f72;_0x137ff9 instanceof _0x8a1a57[_0xf435a4(0x496)]&&(_0x39d6fc=_0x137ff9['name']),document['title']=_0x39d6fc;}));}};_0x21377e=_0x4d421d([_0x978750(0x0,_0x8a1a57['IUniverInstanceService']),_0x978750(0x1,_0x8a1a57[_0x16631f(0x4f9)])],_0x21377e);var _0x4a730e=Object[_0x16631f(0x162)],_0x570ec1=Object['getOwnPropertyDescriptor'],_0x3461a4=(_0x2e2bb6,_0x36e4da,_0x5cc016,_0x25e3d5)=>{for(var _0x6e28b3=_0x25e3d5>0x1?void 0x0:_0x25e3d5?_0x570ec1(_0x36e4da,_0x5cc016):_0x36e4da,_0xc814d8=_0x2e2bb6['length']-0x1,_0x16907c;_0xc814d8>=0x0;_0xc814d8--)(_0x16907c=_0x2e2bb6[_0xc814d8])&&(_0x6e28b3=(_0x25e3d5?_0x16907c(_0x36e4da,_0x5cc016,_0x6e28b3):_0x16907c(_0x6e28b3))||_0x6e28b3);return _0x25e3d5&&_0x6e28b3&&_0x4a730e(_0x36e4da,_0x5cc016,_0x6e28b3),_0x6e28b3;},_0x28af1b=(_0x1118e5,_0x2267db)=>(_0xe362a,_0x1d755f)=>_0x2267db(_0xe362a,_0x1d755f,_0x1118e5);let _0x503962=class{constructor(_0x74dcca,_0x3796d4,_0x149669){const _0x17e114=_0x16631f;this[_0x17e114(0x31f)]=_0x74dcca,this[_0x17e114(0x23f)]=_0x3796d4,this[_0x17e114(0x473)]=_0x149669,this[_0x17e114(0x299)]();}['init'](){const _0x30805a=_0x16631f;this[_0x30805a(0x23f)]['registerHTTPInterceptor']({'priority':0x1,'interceptor':(_0x41f342,_0x237513)=>_0x237513(_0x41f342)[_0x30805a(0x4be)](_0x933215[_0x30805a(0x1fa)](async _0x42f1ab=>{const _0x4b493e=_0x30805a,_0x4f8ca=_0x42f1ab;if(_0x4f8ca[_0x4b493e(0x536)]===0x191&&window[_0x4b493e(0x14d)](this[_0x4b493e(0x473)]['t']('auth.needGotoLoginAlert'))){const _0x4db97f=window['encodeURIComponent'](window[_0x4b493e(0x219)][_0x4b493e(0x147)]);window[_0x4b493e(0x219)][_0x4b493e(0x147)]=this[_0x4b493e(0x386)]()+'?url='+_0x4db97f;}return _0x4f8ca;}))});}[_0x16631f(0x386)](){const _0x4a89c6=_0x16631f;var _0x6c5c9,_0x4e37b7;const _0x1ff1b7=this[_0x4a89c6(0x31f)]['getConfig'](_0x1da8a5),_0x4c9404=this[_0x4a89c6(0x31f)][_0x4a89c6(0xfd)](_0x132856);return(_0x4e37b7=(_0x6c5c9=_0x4c9404==null?void 0x0:_0x4c9404[_0x4a89c6(0xf0)])!=null?_0x6c5c9:_0x1ff1b7)!=null?_0x4e37b7:_0x4638d3;}};_0x503962=_0x3461a4([_0x28af1b(0x0,_0x8a1a57[_0x16631f(0x4f9)]),_0x28af1b(0x1,_0x8a1a57[_0x16631f(0x537)](_0x547ebe[_0x16631f(0x359)])),_0x28af1b(0x2,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x1f4)]))],_0x503962);var _0x2aef65=Object[_0x16631f(0x162)],_0x1699f3=Object['getOwnPropertyDescriptor'],_0x1253f6=(_0x387392,_0x4221c6,_0x869603,_0x592877)=>{const _0x46a529=_0x16631f;for(var _0x2a80ad=_0x592877>0x1?void 0x0:_0x592877?_0x1699f3(_0x4221c6,_0x869603):_0x4221c6,_0x18247e=_0x387392[_0x46a529(0x272)]-0x1,_0x595ecd;_0x18247e>=0x0;_0x18247e--)(_0x595ecd=_0x387392[_0x18247e])&&(_0x2a80ad=(_0x592877?_0x595ecd(_0x4221c6,_0x869603,_0x2a80ad):_0x595ecd(_0x2a80ad))||_0x2a80ad);return _0x592877&&_0x2a80ad&&_0x2aef65(_0x4221c6,_0x869603,_0x2a80ad),_0x2a80ad;},_0x248375=(_0x22c340,_0x54809b)=>(_0x180225,_0x2b8c06)=>_0x54809b(_0x180225,_0x2b8c06,_0x22c340);const _0x360662=_0x16631f(0x376),_0x52797d=_0x16631f(0x524);_0x2728bd[_0x16631f(0x283)]=class extends _0x8a1a57[_0x16631f(0x490)]{constructor(_0x242184,_0x56f3fc){const _0x4230ea=_0x16631f;super(),this['_HTTPService']=_0x242184,this[_0x4230ea(0x31f)]=_0x56f3fc,this[_0x4230ea(0x340)]();}[_0x16631f(0x340)](){const _0x433539=_0x16631f,_0x305622=this;this[_0x433539(0x14a)](this[_0x433539(0x142)][_0x433539(0x118)]({'priority':0x3e7,'interceptor':_0x547ebe[_0x433539(0x191)]({'isMatch'(_0x44c1c4){const _0x318a57=_0x433539;var _0x1e4fa4;if(_0x44c1c4['method']===_0x318a57(0x528)&&((_0x1e4fa4=_0x44c1c4[_0x318a57(0x263)])!=null&&_0x1e4fa4[_0x318a57(0x50c)])){const {objectID:_0x5e5dff,objectType:_0x508dce}=_0x44c1c4['requestParams'][_0x318a57(0x50c)]||{};if(!_0x5e5dff||_0x508dce===void 0x0)return!0x1;const _0x16e16a=_0x305622[_0x318a57(0x148)]()+'/'+_0x508dce+_0x318a57(0x5af)+_0x5e5dff+_0x318a57(0x57d);if(_0x44c1c4['url']===_0x16e16a)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x5d7638){const _0x10b8f0=_0x433539;var _0xd5e6a0;return(_0xd5e6a0=_0x5d7638[_0x10b8f0(0x263)])==null?void 0x0:_0xd5e6a0[_0x10b8f0(0x50c)];},'mergeParamsToRequest'(_0x52d32d,_0x32c3e9){const _0x319339=_0x433539,_0x517d8b=_0x305622[_0x319339(0x148)]()+_0x319339(0x408),_0x25ab22=_0x52d32d[_0x319339(0x317)]((_0x15ef0c,_0x3c9e6c)=>{const _0x14f618=_0x319339,{unitID:_0x4cf384,objectID:_0x467a5a,objectType:_0x55e91f,actions:_0x102bfa}=_0x3c9e6c;return _0x15ef0c[_0x4cf384]||(_0x15ef0c[_0x4cf384]={}),_0x15ef0c[_0x4cf384][_0x467a5a]||(_0x15ef0c[_0x4cf384][_0x467a5a]={'objectID':_0x467a5a,'objectType':_0x55e91f,'actions':[]}),_0x15ef0c[_0x4cf384][_0x467a5a][_0x14f618(0x112)][_0x14f618(0x203)](..._0x102bfa),_0x15ef0c;},{}),_0x433996=[];for(const _0x4f0380 in _0x25ab22)for(const _0xe765f in _0x25ab22[_0x4f0380]){const {actions:_0x5a9c54,objectType:_0x40c5f6}=_0x25ab22[_0x4f0380][_0xe765f],_0x57f0af=[...new Set(_0x5a9c54)];_0x433996['push']({'unitID':_0x4f0380,'objectID':_0xe765f,'objectType':_0x40c5f6,'actions':_0x57f0af});}return new _0x547ebe[(_0x319339(0x186))](_0x319339(0x528),_0x517d8b,{'headers':_0x32c3e9[_0x319339(0x2b9)],'withCredentials':_0x32c3e9['withCredentials'],'responseType':_0x32c3e9[_0x319339(0x3fd)],'body':{'requests':_0x433996}});}},{'distributeResult'(_0x483a40,_0x46b33c){const {objectActions:_0x3381a7}=_0x483a40;return _0x46b33c['map'](_0x5d364e=>{const _0x2b9715=_0x586f,{unitID:_0x25f14b,objectID:_0x4491ba,actions:_0x43e075}=_0x5d364e,_0x5eb854=_0x3381a7[_0x2b9715(0x2a3)](_0x4816fb=>_0x4816fb[_0x2b9715(0x477)]===_0x25f14b&&_0x4816fb[_0x2b9715(0x52f)]===_0x4491ba),_0x56c98e=_0x43e075['map'](_0x36b9bf=>_0x5eb854==null?void 0x0:_0x5eb854[_0x2b9715(0x112)][_0x2b9715(0x2a3)](_0x3bbbd9=>_0x3bbbd9['action']===_0x36b9bf))['filter'](_0x4e1081=>!!_0x4e1081);return{'config':_0x5d364e,'result':{'actions':_0x56c98e,'error':_0x483a40[_0x2b9715(0x1df)]}};});}})}));}['_getAPIPrefixPath'](){const _0x39beca=_0x16631f;var _0x716594,_0x11365b;const _0xe73bec=this['_configService'][_0x39beca(0xfd)](_0x360662),_0xeec7fa=this[_0x39beca(0x31f)][_0x39beca(0xfd)](_0x132856);return(_0x11365b=(_0x716594=_0xeec7fa==null?void 0x0:_0xeec7fa[_0x39beca(0x164)])!=null?_0x716594:_0xe73bec)!=null?_0x11365b:_0x52797d;}async['create'](_0x3973d7){const _0x11f1e9=_0x16631f,_0x153e2b=this[_0x11f1e9(0x148)]()+'/'+_0x3973d7[_0x11f1e9(0x388)]+_0x11f1e9(0x45c);return(await this[_0x11f1e9(0x142)][_0x11f1e9(0x418)](_0x153e2b,{'body':_0x3973d7}))[_0x11f1e9(0x50c)]['objectID']||'';}async['list'](_0x1b00a6){const _0x185bb5=_0x16631f,_0x5d5a80=this[_0x185bb5(0x148)]()+_0x185bb5(0x309);return(await this[_0x185bb5(0x142)][_0x185bb5(0x418)](_0x5d5a80,{'body':_0x1b00a6}))['body']['objects'];}async[_0x16631f(0x40d)](_0x4d723a){const _0x2b494b=_0x16631f,_0x2201f9=this[_0x2b494b(0x148)]()+'/'+_0x4d723a[_0x2b494b(0x388)]+_0x2b494b(0x5af)+_0x4d723a[_0x2b494b(0x52f)];await this['_HTTPService']['put'](_0x2201f9,{'body':_0x4d723a});}async[_0x16631f(0x56d)](_0x33322a){const _0x1b3c06=_0x16631f,_0x5c0c13=this['_getAPIPrefixPath']()+'/'+_0x33322a['objectType']+'/object/'+_0x33322a[_0x1b3c06(0x52f)]+_0x1b3c06(0x57d);return(await this['_HTTPService']['post'](_0x5c0c13,{'body':_0x33322a}))['body']['actions'];}async[_0x16631f(0x281)](_0x32e372){const _0x5dd50c=_0x16631f,_0x147a50=this[_0x5dd50c(0x148)]()+_0x5dd50c(0x408);return(await this['_HTTPService'][_0x5dd50c(0x418)](_0x147a50,{'body':{'requests':_0x32e372}}))[_0x5dd50c(0x50c)][_0x5dd50c(0x180)];}async['listRoles'](_0x5f55a3){const _0x441146=_0x16631f,_0xb0b21d=this['_getAPIPrefixPath']()+'/'+_0x5f55a3[_0x441146(0x388)]+'/role',_0x2d1044=await this[_0x441146(0x142)][_0x441146(0x418)](_0xb0b21d,{'body':_0x5f55a3});return{'roles':_0x2d1044[_0x441146(0x50c)][_0x441146(0x411)],'actions':_0x2d1044[_0x441146(0x50c)][_0x441146(0x112)]};}async[_0x16631f(0x123)](_0x4a0edd){const _0x30da2b=_0x16631f,_0x24748a=this[_0x30da2b(0x148)]()+_0x30da2b(0x1f2);await this[_0x30da2b(0x142)][_0x30da2b(0x2eb)](_0x24748a,{'params':{'collaboratorID':_0x4a0edd[_0x30da2b(0x402)],'objectID':_0x4a0edd[_0x30da2b(0x52f)],'unitID':_0x4a0edd[_0x30da2b(0x477)]}});}async[_0x16631f(0x255)](_0x2cd49e){const _0x38a527=_0x16631f,_0x44b346=this['_getAPIPrefixPath']()+'/collaborator';await this['_HTTPService'][_0x38a527(0x271)](_0x44b346,{'body':_0x2cd49e});}async[_0x16631f(0x49d)](_0xac52fc){const _0x32ad18=_0x16631f,_0x502df5=this[_0x32ad18(0x148)]()+'/collaborator';await this[_0x32ad18(0x142)][_0x32ad18(0x418)](_0x502df5,{'body':_0xac52fc});}async[_0x16631f(0x356)](_0xffd8c6){const _0x14dfba=_0x16631f,_0x53f48e=this[_0x14dfba(0x148)]()+'/collaborator';return(await this[_0x14dfba(0x142)][_0x14dfba(0x241)](_0x53f48e,{'params':{'objectID':_0xffd8c6[_0x14dfba(0x52f)],'unitID':_0xffd8c6['unitID']}}))['body']['collaborators'];}async[_0x16631f(0x424)](_0x565469){const _0x83e7c=_0x16631f,_0x2b0adb=this[_0x83e7c(0x148)]()+_0x83e7c(0x1f2);await this['_HTTPService'][_0x83e7c(0x4d3)](_0x2b0adb,{'body':_0x565469});}},_0x2728bd[_0x16631f(0x283)]=_0x1253f6([_0x248375(0x0,_0x8a1a57['Inject'](_0x547ebe[_0x16631f(0x359)])),_0x248375(0x1,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57['IConfigService']))],_0x2728bd[_0x16631f(0x283)]);var _0x3f01d8={'exports':{}};function _0x51f848(_0x3927e8){const _0x3911dc=_0x16631f;throw new Error(_0x3911dc(0x161)+_0x3927e8+_0x3911dc(0x11e));}var _0x5a6cd8={'exports':{}},_0x96fa8;function _0x50a408(){const _0x117ee3=_0x16631f;return _0x96fa8||(_0x96fa8=0x1,function(_0x21b7e5,_0x15c68e){(function(_0xa44b3a,_0x4e9390){const _0x2e1484=_0x586f;_0x21b7e5[_0x2e1484(0x50a)]=_0x4e9390();}(_0x4b3743,function(){var _0x15973c=_0x15973c||function(_0x29d85e,_0x301c99){const _0x55caba=_0x586f;var _0x3b537e;if(typeof window<'u'&&window[_0x55caba(0x2f9)]&&(_0x3b537e=window[_0x55caba(0x2f9)]),typeof self<'u'&&self[_0x55caba(0x2f9)]&&(_0x3b537e=self[_0x55caba(0x2f9)]),typeof globalThis<'u'&&globalThis['crypto']&&(_0x3b537e=globalThis[_0x55caba(0x2f9)]),!_0x3b537e&&typeof window<'u'&&window[_0x55caba(0x200)]&&(_0x3b537e=window[_0x55caba(0x200)]),!_0x3b537e&&typeof _0x4b3743<'u'&&_0x4b3743[_0x55caba(0x2f9)]&&(_0x3b537e=_0x4b3743[_0x55caba(0x2f9)]),!_0x3b537e&&typeof _0x51f848=='function')try{_0x3b537e=require(_0x55caba(0x2f9));}catch{}var _0x582ac3=function(){const _0x4c1fbd=_0x55caba;if(_0x3b537e){if(typeof _0x3b537e['getRandomValues']==_0x4c1fbd(0x445))try{return _0x3b537e[_0x4c1fbd(0x235)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x3b537e[_0x4c1fbd(0x59c)]==_0x4c1fbd(0x445))try{return _0x3b537e[_0x4c1fbd(0x59c)](0x4)['readInt32LE']();}catch{}}throw new Error(_0x4c1fbd(0x185));},_0x35e32e=Object[_0x55caba(0x4ee)]||(function(){function _0x2a199a(){}return function(_0x2f389c){const _0x42fe02=_0x586f;var _0x2a15c9;return _0x2a199a[_0x42fe02(0x5b2)]=_0x2f389c,_0x2a15c9=new _0x2a199a(),_0x2a199a[_0x42fe02(0x5b2)]=null,_0x2a15c9;};}()),_0x3b2a77={},_0x58822c=_0x3b2a77['lib']={},_0x53b37f=_0x58822c[_0x55caba(0x3b8)]=(function(){return{'extend':function(_0x360f4e){const _0x3b640e=_0x586f;var _0x5d2cd9=_0x35e32e(this);return _0x360f4e&&_0x5d2cd9[_0x3b640e(0x3ba)](_0x360f4e),(!_0x5d2cd9['hasOwnProperty'](_0x3b640e(0x299))||this[_0x3b640e(0x299)]===_0x5d2cd9['init'])&&(_0x5d2cd9[_0x3b640e(0x299)]=function(){const _0x742c9c=_0x3b640e;_0x5d2cd9[_0x742c9c(0x4d8)][_0x742c9c(0x299)]['apply'](this,arguments);}),_0x5d2cd9[_0x3b640e(0x299)][_0x3b640e(0x5b2)]=_0x5d2cd9,_0x5d2cd9[_0x3b640e(0x4d8)]=this,_0x5d2cd9;},'create':function(){var _0x48217c=this['extend']();return _0x48217c['init']['apply'](_0x48217c,arguments),_0x48217c;},'init':function(){},'mixIn':function(_0x1d38e8){const _0x1e0392=_0x586f;for(var _0x58e96a in _0x1d38e8)_0x1d38e8[_0x1e0392(0x2c0)](_0x58e96a)&&(this[_0x58e96a]=_0x1d38e8[_0x58e96a]);_0x1d38e8['hasOwnProperty'](_0x1e0392(0x3a4))&&(this[_0x1e0392(0x3a4)]=_0x1d38e8[_0x1e0392(0x3a4)]);},'clone':function(){const _0x5ea5db=_0x586f;return this[_0x5ea5db(0x299)]['prototype'][_0x5ea5db(0x279)](this);}};}()),_0x47d0f2=_0x58822c['WordArray']=_0x53b37f[_0x55caba(0x279)]({'init':function(_0x220f57,_0x1f3f7b){const _0x3de5ed=_0x55caba;_0x220f57=this['words']=_0x220f57||[],_0x1f3f7b!=_0x301c99?this[_0x3de5ed(0x1b1)]=_0x1f3f7b:this[_0x3de5ed(0x1b1)]=_0x220f57[_0x3de5ed(0x272)]*0x4;},'toString':function(_0x44a577){const _0x57066f=_0x55caba;return(_0x44a577||_0x29f382)[_0x57066f(0x338)](this);},'concat':function(_0x32a49d){const _0x42ce5c=_0x55caba;var _0x1347d5=this[_0x42ce5c(0x256)],_0x23ebcc=_0x32a49d[_0x42ce5c(0x256)],_0x2c625a=this[_0x42ce5c(0x1b1)],_0xc369d2=_0x32a49d[_0x42ce5c(0x1b1)];if(this[_0x42ce5c(0x546)](),_0x2c625a%0x4)for(var _0x125159=0x0;_0x125159<_0xc369d2;_0x125159++){var _0x225c59=_0x23ebcc[_0x125159>>>0x2]>>>0x18-_0x125159%0x4*0x8&0xff;_0x1347d5[_0x2c625a+_0x125159>>>0x2]|=_0x225c59<<0x18-(_0x2c625a+_0x125159)%0x4*0x8;}else{for(var _0x51ee07=0x0;_0x51ee07<_0xc369d2;_0x51ee07+=0x4)_0x1347d5[_0x2c625a+_0x51ee07>>>0x2]=_0x23ebcc[_0x51ee07>>>0x2];}return this['sigBytes']+=_0xc369d2,this;},'clamp':function(){const _0x1dafa1=_0x55caba;var _0x5dd6a3=this[_0x1dafa1(0x256)],_0x5418c3=this[_0x1dafa1(0x1b1)];_0x5dd6a3[_0x5418c3>>>0x2]&=0xffffffff<<0x20-_0x5418c3%0x4*0x8,_0x5dd6a3[_0x1dafa1(0x272)]=_0x29d85e[_0x1dafa1(0x428)](_0x5418c3/0x4);},'clone':function(){const _0x24cb1d=_0x55caba;var _0x28d240=_0x53b37f[_0x24cb1d(0x27e)][_0x24cb1d(0x3b4)](this);return _0x28d240[_0x24cb1d(0x256)]=this[_0x24cb1d(0x256)]['slice'](0x0),_0x28d240;},'random':function(_0x5c0998){const _0xfd8d36=_0x55caba;for(var _0xeb9b54=[],_0x4c9763=0x0;_0x4c9763<_0x5c0998;_0x4c9763+=0x4)_0xeb9b54['push'](_0x582ac3());return new _0x47d0f2[(_0xfd8d36(0x299))](_0xeb9b54,_0x5c0998);}}),_0x5d91be=_0x3b2a77[_0x55caba(0x4d7)]={},_0x29f382=_0x5d91be[_0x55caba(0x548)]={'stringify':function(_0x2229f6){const _0x388f1f=_0x55caba;for(var _0x3fb655=_0x2229f6['words'],_0x2bac69=_0x2229f6[_0x388f1f(0x1b1)],_0xbde6e2=[],_0x5c337a=0x0;_0x5c337a<_0x2bac69;_0x5c337a++){var _0x59f5b2=_0x3fb655[_0x5c337a>>>0x2]>>>0x18-_0x5c337a%0x4*0x8&0xff;_0xbde6e2[_0x388f1f(0x203)]((_0x59f5b2>>>0x4)['toString'](0x10)),_0xbde6e2[_0x388f1f(0x203)]((_0x59f5b2&0xf)['toString'](0x10));}return _0xbde6e2['join']('');},'parse':function(_0x364d24){const _0x5afc5e=_0x55caba;for(var _0x45b69a=_0x364d24[_0x5afc5e(0x272)],_0x3aa34b=[],_0x94212a=0x0;_0x94212a<_0x45b69a;_0x94212a+=0x2)_0x3aa34b[_0x94212a>>>0x3]|=parseInt(_0x364d24[_0x5afc5e(0x2d5)](_0x94212a,0x2),0x10)<<0x18-_0x94212a%0x8*0x4;return new _0x47d0f2[(_0x5afc5e(0x299))](_0x3aa34b,_0x45b69a/0x2);}},_0x1a697d=_0x5d91be['Latin1']={'stringify':function(_0x5b43c5){const _0x3ada49=_0x55caba;for(var _0x124f1f=_0x5b43c5[_0x3ada49(0x256)],_0x4ba4e2=_0x5b43c5[_0x3ada49(0x1b1)],_0x48659a=[],_0x57ce0d=0x0;_0x57ce0d<_0x4ba4e2;_0x57ce0d++){var _0x28b424=_0x124f1f[_0x57ce0d>>>0x2]>>>0x18-_0x57ce0d%0x4*0x8&0xff;_0x48659a[_0x3ada49(0x203)](String[_0x3ada49(0x347)](_0x28b424));}return _0x48659a['join']('');},'parse':function(_0x441b01){const _0x8fa704=_0x55caba;for(var _0x77afa0=_0x441b01['length'],_0x2f9d0d=[],_0x163bcf=0x0;_0x163bcf<_0x77afa0;_0x163bcf++)_0x2f9d0d[_0x163bcf>>>0x2]|=(_0x441b01['charCodeAt'](_0x163bcf)&0xff)<<0x18-_0x163bcf%0x4*0x8;return new _0x47d0f2[(_0x8fa704(0x299))](_0x2f9d0d,_0x77afa0);}},_0x59f467=_0x5d91be[_0x55caba(0xf4)]={'stringify':function(_0x177a53){const _0x315cfd=_0x55caba;try{return decodeURIComponent(escape(_0x1a697d['stringify'](_0x177a53)));}catch{throw new Error(_0x315cfd(0x24b));}},'parse':function(_0x407e06){return _0x1a697d['parse'](unescape(encodeURIComponent(_0x407e06)));}},_0x492255=_0x58822c['BufferedBlockAlgorithm']=_0x53b37f['extend']({'reset':function(){const _0x4389fe=_0x55caba;this[_0x4389fe(0x198)]=new _0x47d0f2[(_0x4389fe(0x299))](),this[_0x4389fe(0x49c)]=0x0;},'_append':function(_0x4812a7){const _0x400d6b=_0x55caba;typeof _0x4812a7=='string'&&(_0x4812a7=_0x59f467['parse'](_0x4812a7)),this[_0x400d6b(0x198)][_0x400d6b(0x40b)](_0x4812a7),this[_0x400d6b(0x49c)]+=_0x4812a7[_0x400d6b(0x1b1)];},'_process':function(_0x35b425){const _0x2863f0=_0x55caba;var _0x1c3b00,_0x4a186d=this[_0x2863f0(0x198)],_0x12484e=_0x4a186d[_0x2863f0(0x256)],_0x3972a3=_0x4a186d[_0x2863f0(0x1b1)],_0x4783ff=this[_0x2863f0(0x19f)],_0x2da024=_0x4783ff*0x4,_0x47ef08=_0x3972a3/_0x2da024;_0x35b425?_0x47ef08=_0x29d85e[_0x2863f0(0x428)](_0x47ef08):_0x47ef08=_0x29d85e[_0x2863f0(0x150)]((_0x47ef08|0x0)-this[_0x2863f0(0x493)],0x0);var _0x3b2784=_0x47ef08*_0x4783ff,_0x42e883=_0x29d85e[_0x2863f0(0x3ab)](_0x3b2784*0x4,_0x3972a3);if(_0x3b2784){for(var _0x12d324=0x0;_0x12d324<_0x3b2784;_0x12d324+=_0x4783ff)this[_0x2863f0(0x3c3)](_0x12484e,_0x12d324);_0x1c3b00=_0x12484e[_0x2863f0(0x53d)](0x0,_0x3b2784),_0x4a186d['sigBytes']-=_0x42e883;}return new _0x47d0f2[(_0x2863f0(0x299))](_0x1c3b00,_0x42e883);},'clone':function(){const _0x2e4728=_0x55caba;var _0x5596da=_0x53b37f[_0x2e4728(0x27e)]['call'](this);return _0x5596da[_0x2e4728(0x198)]=this[_0x2e4728(0x198)][_0x2e4728(0x27e)](),_0x5596da;},'_minBufferSize':0x0});_0x58822c[_0x55caba(0x26e)]=_0x492255[_0x55caba(0x279)]({'cfg':_0x53b37f['extend'](),'init':function(_0x53338c){const _0x1dee62=_0x55caba;this[_0x1dee62(0x59f)]=this['cfg'][_0x1dee62(0x279)](_0x53338c),this['reset']();},'reset':function(){const _0x407deb=_0x55caba;_0x492255[_0x407deb(0x1ee)][_0x407deb(0x3b4)](this),this['_doReset']();},'update':function(_0x41e828){const _0x56388b=_0x55caba;return this['_append'](_0x41e828),this[_0x56388b(0x2ce)](),this;},'finalize':function(_0x465203){const _0x91190c=_0x55caba;_0x465203&&this[_0x91190c(0x598)](_0x465203);var _0x485fb1=this[_0x91190c(0x125)]();return _0x485fb1;},'blockSize':0x10,'_createHelper':function(_0xddf5a5){return function(_0x2da073,_0x3cc317){const _0x5bd64a=_0x586f;return new _0xddf5a5['init'](_0x3cc317)[_0x5bd64a(0x3b3)](_0x2da073);};},'_createHmacHelper':function(_0x20438f){return function(_0x5900dd,_0x17905b){const _0x468dbc=_0x586f;return new _0x316bc7[(_0x468dbc(0x392))]['init'](_0x20438f,_0x17905b)[_0x468dbc(0x3b3)](_0x5900dd);};}});var _0x316bc7=_0x3b2a77[_0x55caba(0x306)]={};return _0x3b2a77;}(Math);return _0x15973c;}));}(_0x5a6cd8)),_0x5a6cd8[_0x117ee3(0x50a)];}var _0x2e66a0={'exports':{}},_0x209e46;function _0x25dbd1(){return _0x209e46||(_0x209e46=0x1,function(_0x508fad,_0x113dbc){(function(_0x5b8935,_0x2e5259){const _0x56153f=_0x586f;_0x508fad[_0x56153f(0x50a)]=_0x2e5259(_0x50a408());}(_0x4b3743,function(_0x5aab40){const _0x57a710=_0x586f;return(function(){const _0x1a61c7=_0x586f;var _0xaf0435=_0x5aab40,_0x5e7297=_0xaf0435[_0x1a61c7(0x59b)],_0x5cf641=_0x5e7297['WordArray'],_0x15ba6e=_0xaf0435[_0x1a61c7(0x4d7)];_0x15ba6e[_0x1a61c7(0x1ac)]={'stringify':function(_0x10c889){const _0x570dc8=_0x1a61c7;var _0xbe5d60=_0x10c889[_0x570dc8(0x256)],_0x2150b0=_0x10c889['sigBytes'],_0x3ea455=this[_0x570dc8(0x588)];_0x10c889[_0x570dc8(0x546)]();for(var _0x1faeb7=[],_0x1fa664=0x0;_0x1fa664<_0x2150b0;_0x1fa664+=0x3)for(var _0xb863b6=_0xbe5d60[_0x1fa664>>>0x2]>>>0x18-_0x1fa664%0x4*0x8&0xff,_0x5b71f3=_0xbe5d60[_0x1fa664+0x1>>>0x2]>>>0x18-(_0x1fa664+0x1)%0x4*0x8&0xff,_0x59f610=_0xbe5d60[_0x1fa664+0x2>>>0x2]>>>0x18-(_0x1fa664+0x2)%0x4*0x8&0xff,_0x36baa1=_0xb863b6<<0x10|_0x5b71f3<<0x8|_0x59f610,_0x15df56=0x0;_0x15df56<0x4&&_0x1fa664+_0x15df56*0.75<_0x2150b0;_0x15df56++)_0x1faeb7[_0x570dc8(0x203)](_0x3ea455['charAt'](_0x36baa1>>>0x6*(0x3-_0x15df56)&0x3f));var _0x3b2641=_0x3ea455[_0x570dc8(0x4ce)](0x40);if(_0x3b2641){for(;_0x1faeb7[_0x570dc8(0x272)]%0x4;)_0x1faeb7[_0x570dc8(0x203)](_0x3b2641);}return _0x1faeb7[_0x570dc8(0x382)]('');},'parse':function(_0x1c22f9){const _0x584ac7=_0x1a61c7;var _0xc8df23=_0x1c22f9[_0x584ac7(0x272)],_0x2050e2=this[_0x584ac7(0x588)],_0x1556c1=this[_0x584ac7(0x209)];if(!_0x1556c1){_0x1556c1=this['_reverseMap']=[];for(var _0x44ec5d=0x0;_0x44ec5d<_0x2050e2[_0x584ac7(0x272)];_0x44ec5d++)_0x1556c1[_0x2050e2[_0x584ac7(0x27a)](_0x44ec5d)]=_0x44ec5d;}var _0x4b4046=_0x2050e2[_0x584ac7(0x4ce)](0x40);if(_0x4b4046){var _0x19964e=_0x1c22f9[_0x584ac7(0x222)](_0x4b4046);_0x19964e!==-0x1&&(_0xc8df23=_0x19964e);}return _0x249bcc(_0x1c22f9,_0xc8df23,_0x1556c1);},'_map':'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='};function _0x249bcc(_0x4e11f9,_0x5875bc,_0x1b7816){const _0x23471f=_0x1a61c7;for(var _0x36a4b8=[],_0x320f43=0x0,_0x2d9179=0x0;_0x2d9179<_0x5875bc;_0x2d9179++)if(_0x2d9179%0x4){var _0x4c6832=_0x1b7816[_0x4e11f9[_0x23471f(0x27a)](_0x2d9179-0x1)]<<_0x2d9179%0x4*0x2,_0x21b1fb=_0x1b7816[_0x4e11f9['charCodeAt'](_0x2d9179)]>>>0x6-_0x2d9179%0x4*0x2,_0x4e4e07=_0x4c6832|_0x21b1fb;_0x36a4b8[_0x320f43>>>0x2]|=_0x4e4e07<<0x18-_0x320f43%0x4*0x8,_0x320f43++;}return _0x5cf641[_0x23471f(0x4ee)](_0x36a4b8,_0x320f43);}}()),_0x5aab40[_0x57a710(0x4d7)][_0x57a710(0x1ac)];}));}(_0x2e66a0)),_0x2e66a0['exports'];}var _0x259c34={'exports':{}},_0x546f53;function _0xce1d1b(){return _0x546f53||(_0x546f53=0x1,function(_0x48342d,_0x3c0eeb){(function(_0xc403f1,_0x660e0){const _0x5602f7=_0x586f;_0x48342d[_0x5602f7(0x50a)]=_0x660e0(_0x50a408());}(_0x4b3743,function(_0x3a4526){const _0x29fe04=_0x586f;return function(_0x1df895){const _0x15a2f7=_0x586f;var _0x5331e9=_0x3a4526,_0x4cdb91=_0x5331e9[_0x15a2f7(0x59b)],_0x288efb=_0x4cdb91[_0x15a2f7(0x5a2)],_0x5e6219=_0x4cdb91[_0x15a2f7(0x26e)],_0x53967c=_0x5331e9[_0x15a2f7(0x306)],_0xcae48=[];(function(){const _0x5d160a=_0x15a2f7;for(var _0x4f3972=0x0;_0x4f3972<0x40;_0x4f3972++)_0xcae48[_0x4f3972]=_0x1df895[_0x5d160a(0x2ee)](_0x1df895[_0x5d160a(0x39f)](_0x4f3972+0x1))*0x100000000|0x0;}());var _0x1418aa=_0x53967c[_0x15a2f7(0x2cc)]=_0x5e6219[_0x15a2f7(0x279)]({'_doReset':function(){const _0x60121d=_0x15a2f7;this[_0x60121d(0x284)]=new _0x288efb['init']([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x5532f8,_0x103190){const _0x398bcb=_0x15a2f7;for(var _0x5683df=0x0;_0x5683df<0x10;_0x5683df++){var _0xb45180=_0x103190+_0x5683df,_0x1ec361=_0x5532f8[_0xb45180];_0x5532f8[_0xb45180]=(_0x1ec361<<0x8|_0x1ec361>>>0x18)&0xff00ff|(_0x1ec361<<0x18|_0x1ec361>>>0x8)&0xff00ff00;}var _0x5f013e=this[_0x398bcb(0x284)][_0x398bcb(0x256)],_0x35eed8=_0x5532f8[_0x103190+0x0],_0x174b44=_0x5532f8[_0x103190+0x1],_0xfcece5=_0x5532f8[_0x103190+0x2],_0x596b5d=_0x5532f8[_0x103190+0x3],_0x121c8f=_0x5532f8[_0x103190+0x4],_0x404cd2=_0x5532f8[_0x103190+0x5],_0x272564=_0x5532f8[_0x103190+0x6],_0x570bb4=_0x5532f8[_0x103190+0x7],_0x999ca=_0x5532f8[_0x103190+0x8],_0x18cf1b=_0x5532f8[_0x103190+0x9],_0x43cf63=_0x5532f8[_0x103190+0xa],_0x540f9b=_0x5532f8[_0x103190+0xb],_0x213bb8=_0x5532f8[_0x103190+0xc],_0x2b2838=_0x5532f8[_0x103190+0xd],_0x2b8a65=_0x5532f8[_0x103190+0xe],_0x278341=_0x5532f8[_0x103190+0xf],_0x178fb3=_0x5f013e[0x0],_0x503ad7=_0x5f013e[0x1],_0x44f62c=_0x5f013e[0x2],_0x2e6f98=_0x5f013e[0x3];_0x178fb3=_0x2fe30e(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x35eed8,0x7,_0xcae48[0x0]),_0x2e6f98=_0x2fe30e(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x174b44,0xc,_0xcae48[0x1]),_0x44f62c=_0x2fe30e(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0xfcece5,0x11,_0xcae48[0x2]),_0x503ad7=_0x2fe30e(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x596b5d,0x16,_0xcae48[0x3]),_0x178fb3=_0x2fe30e(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x121c8f,0x7,_0xcae48[0x4]),_0x2e6f98=_0x2fe30e(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x404cd2,0xc,_0xcae48[0x5]),_0x44f62c=_0x2fe30e(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x272564,0x11,_0xcae48[0x6]),_0x503ad7=_0x2fe30e(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x570bb4,0x16,_0xcae48[0x7]),_0x178fb3=_0x2fe30e(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x999ca,0x7,_0xcae48[0x8]),_0x2e6f98=_0x2fe30e(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x18cf1b,0xc,_0xcae48[0x9]),_0x44f62c=_0x2fe30e(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x43cf63,0x11,_0xcae48[0xa]),_0x503ad7=_0x2fe30e(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x540f9b,0x16,_0xcae48[0xb]),_0x178fb3=_0x2fe30e(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x213bb8,0x7,_0xcae48[0xc]),_0x2e6f98=_0x2fe30e(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x2b2838,0xc,_0xcae48[0xd]),_0x44f62c=_0x2fe30e(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x2b8a65,0x11,_0xcae48[0xe]),_0x503ad7=_0x2fe30e(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x278341,0x16,_0xcae48[0xf]),_0x178fb3=_0x5a9d08(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x174b44,0x5,_0xcae48[0x10]),_0x2e6f98=_0x5a9d08(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x272564,0x9,_0xcae48[0x11]),_0x44f62c=_0x5a9d08(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x540f9b,0xe,_0xcae48[0x12]),_0x503ad7=_0x5a9d08(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x35eed8,0x14,_0xcae48[0x13]),_0x178fb3=_0x5a9d08(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x404cd2,0x5,_0xcae48[0x14]),_0x2e6f98=_0x5a9d08(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x43cf63,0x9,_0xcae48[0x15]),_0x44f62c=_0x5a9d08(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x278341,0xe,_0xcae48[0x16]),_0x503ad7=_0x5a9d08(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x121c8f,0x14,_0xcae48[0x17]),_0x178fb3=_0x5a9d08(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x18cf1b,0x5,_0xcae48[0x18]),_0x2e6f98=_0x5a9d08(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x2b8a65,0x9,_0xcae48[0x19]),_0x44f62c=_0x5a9d08(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x596b5d,0xe,_0xcae48[0x1a]),_0x503ad7=_0x5a9d08(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x999ca,0x14,_0xcae48[0x1b]),_0x178fb3=_0x5a9d08(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x2b2838,0x5,_0xcae48[0x1c]),_0x2e6f98=_0x5a9d08(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0xfcece5,0x9,_0xcae48[0x1d]),_0x44f62c=_0x5a9d08(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x570bb4,0xe,_0xcae48[0x1e]),_0x503ad7=_0x5a9d08(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x213bb8,0x14,_0xcae48[0x1f]),_0x178fb3=_0x5120b0(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x404cd2,0x4,_0xcae48[0x20]),_0x2e6f98=_0x5120b0(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x999ca,0xb,_0xcae48[0x21]),_0x44f62c=_0x5120b0(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x540f9b,0x10,_0xcae48[0x22]),_0x503ad7=_0x5120b0(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x2b8a65,0x17,_0xcae48[0x23]),_0x178fb3=_0x5120b0(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x174b44,0x4,_0xcae48[0x24]),_0x2e6f98=_0x5120b0(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x121c8f,0xb,_0xcae48[0x25]),_0x44f62c=_0x5120b0(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x570bb4,0x10,_0xcae48[0x26]),_0x503ad7=_0x5120b0(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x43cf63,0x17,_0xcae48[0x27]),_0x178fb3=_0x5120b0(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x2b2838,0x4,_0xcae48[0x28]),_0x2e6f98=_0x5120b0(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x35eed8,0xb,_0xcae48[0x29]),_0x44f62c=_0x5120b0(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x596b5d,0x10,_0xcae48[0x2a]),_0x503ad7=_0x5120b0(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x272564,0x17,_0xcae48[0x2b]),_0x178fb3=_0x5120b0(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x18cf1b,0x4,_0xcae48[0x2c]),_0x2e6f98=_0x5120b0(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x213bb8,0xb,_0xcae48[0x2d]),_0x44f62c=_0x5120b0(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x278341,0x10,_0xcae48[0x2e]),_0x503ad7=_0x5120b0(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0xfcece5,0x17,_0xcae48[0x2f]),_0x178fb3=_0x385d3b(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x35eed8,0x6,_0xcae48[0x30]),_0x2e6f98=_0x385d3b(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x570bb4,0xa,_0xcae48[0x31]),_0x44f62c=_0x385d3b(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x2b8a65,0xf,_0xcae48[0x32]),_0x503ad7=_0x385d3b(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x404cd2,0x15,_0xcae48[0x33]),_0x178fb3=_0x385d3b(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x213bb8,0x6,_0xcae48[0x34]),_0x2e6f98=_0x385d3b(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x596b5d,0xa,_0xcae48[0x35]),_0x44f62c=_0x385d3b(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x43cf63,0xf,_0xcae48[0x36]),_0x503ad7=_0x385d3b(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x174b44,0x15,_0xcae48[0x37]),_0x178fb3=_0x385d3b(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x999ca,0x6,_0xcae48[0x38]),_0x2e6f98=_0x385d3b(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x278341,0xa,_0xcae48[0x39]),_0x44f62c=_0x385d3b(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0x272564,0xf,_0xcae48[0x3a]),_0x503ad7=_0x385d3b(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x2b2838,0x15,_0xcae48[0x3b]),_0x178fb3=_0x385d3b(_0x178fb3,_0x503ad7,_0x44f62c,_0x2e6f98,_0x121c8f,0x6,_0xcae48[0x3c]),_0x2e6f98=_0x385d3b(_0x2e6f98,_0x178fb3,_0x503ad7,_0x44f62c,_0x540f9b,0xa,_0xcae48[0x3d]),_0x44f62c=_0x385d3b(_0x44f62c,_0x2e6f98,_0x178fb3,_0x503ad7,_0xfcece5,0xf,_0xcae48[0x3e]),_0x503ad7=_0x385d3b(_0x503ad7,_0x44f62c,_0x2e6f98,_0x178fb3,_0x18cf1b,0x15,_0xcae48[0x3f]),_0x5f013e[0x0]=_0x5f013e[0x0]+_0x178fb3|0x0,_0x5f013e[0x1]=_0x5f013e[0x1]+_0x503ad7|0x0,_0x5f013e[0x2]=_0x5f013e[0x2]+_0x44f62c|0x0,_0x5f013e[0x3]=_0x5f013e[0x3]+_0x2e6f98|0x0;},'_doFinalize':function(){const _0x5ca0b2=_0x15a2f7;var _0x507c21=this[_0x5ca0b2(0x198)],_0x137614=_0x507c21[_0x5ca0b2(0x256)],_0x2ddc07=this['_nDataBytes']*0x8,_0x37316f=_0x507c21[_0x5ca0b2(0x1b1)]*0x8;_0x137614[_0x37316f>>>0x5]|=0x80<<0x18-_0x37316f%0x20;var _0x6f91c6=_0x1df895[_0x5ca0b2(0x1c2)](_0x2ddc07/0x100000000),_0x45f07c=_0x2ddc07;_0x137614[(_0x37316f+0x40>>>0x9<<0x4)+0xf]=(_0x6f91c6<<0x8|_0x6f91c6>>>0x18)&0xff00ff|(_0x6f91c6<<0x18|_0x6f91c6>>>0x8)&0xff00ff00,_0x137614[(_0x37316f+0x40>>>0x9<<0x4)+0xe]=(_0x45f07c<<0x8|_0x45f07c>>>0x18)&0xff00ff|(_0x45f07c<<0x18|_0x45f07c>>>0x8)&0xff00ff00,_0x507c21[_0x5ca0b2(0x1b1)]=(_0x137614[_0x5ca0b2(0x272)]+0x1)*0x4,this[_0x5ca0b2(0x2ce)]();for(var _0x12b54a=this['_hash'],_0x214cd7=_0x12b54a['words'],_0x358b6b=0x0;_0x358b6b<0x4;_0x358b6b++){var _0x57d09c=_0x214cd7[_0x358b6b];_0x214cd7[_0x358b6b]=(_0x57d09c<<0x8|_0x57d09c>>>0x18)&0xff00ff|(_0x57d09c<<0x18|_0x57d09c>>>0x8)&0xff00ff00;}return _0x12b54a;},'clone':function(){const _0x5e9971=_0x15a2f7;var _0x10f771=_0x5e6219['clone'][_0x5e9971(0x3b4)](this);return _0x10f771[_0x5e9971(0x284)]=this[_0x5e9971(0x284)]['clone'](),_0x10f771;}});function _0x2fe30e(_0x4632ca,_0x2210dd,_0xeaa06f,_0x905e5e,_0x2b7120,_0x45fa46,_0x516ba2){var _0x40a78e=_0x4632ca+(_0x2210dd&_0xeaa06f|~_0x2210dd&_0x905e5e)+_0x2b7120+_0x516ba2;return(_0x40a78e<<_0x45fa46|_0x40a78e>>>0x20-_0x45fa46)+_0x2210dd;}function _0x5a9d08(_0x2175ab,_0x10e779,_0x5e34eb,_0x172097,_0x4757ef,_0x57b06b,_0x5ccdf2){var _0x3a2345=_0x2175ab+(_0x10e779&_0x172097|_0x5e34eb&~_0x172097)+_0x4757ef+_0x5ccdf2;return(_0x3a2345<<_0x57b06b|_0x3a2345>>>0x20-_0x57b06b)+_0x10e779;}function _0x5120b0(_0x1d187a,_0x2bb157,_0xd4fdcc,_0x4026d1,_0xf4c3c0,_0x282a80,_0x1f83a0){var _0x7536a2=_0x1d187a+(_0x2bb157^_0xd4fdcc^_0x4026d1)+_0xf4c3c0+_0x1f83a0;return(_0x7536a2<<_0x282a80|_0x7536a2>>>0x20-_0x282a80)+_0x2bb157;}function _0x385d3b(_0x312bea,_0x5c6fd3,_0x240b07,_0x360e6c,_0x3edd44,_0x1adb9c,_0x435642){var _0x43ca0f=_0x312bea+(_0x240b07^(_0x5c6fd3|~_0x360e6c))+_0x3edd44+_0x435642;return(_0x43ca0f<<_0x1adb9c|_0x43ca0f>>>0x20-_0x1adb9c)+_0x5c6fd3;}_0x5331e9['MD5']=_0x5e6219[_0x15a2f7(0x18c)](_0x1418aa),_0x5331e9[_0x15a2f7(0x224)]=_0x5e6219['_createHmacHelper'](_0x1418aa);}(Math),_0x3a4526[_0x29fe04(0x2cc)];}));}(_0x259c34)),_0x259c34['exports'];}var _0x8d2d57={'exports':{}},_0x4d5964={'exports':{}},_0x228cce;function _0x2bd429(){const _0x41d9bb=_0x16631f;return _0x228cce||(_0x228cce=0x1,function(_0x548326,_0x227b95){(function(_0x30cd37,_0x3b26b5){const _0xfe90b3=_0x586f;_0x548326[_0xfe90b3(0x50a)]=_0x3b26b5(_0x50a408());}(_0x4b3743,function(_0x5d7782){const _0x9ed26f=_0x586f;return(function(){const _0x31fbf5=_0x586f;var _0x3c2239=_0x5d7782,_0x52b4e1=_0x3c2239['lib'],_0x51f7f4=_0x52b4e1[_0x31fbf5(0x5a2)],_0x44c8cc=_0x52b4e1[_0x31fbf5(0x26e)],_0x8b2a76=_0x3c2239['algo'],_0x146712=[],_0x46da41=_0x8b2a76['SHA1']=_0x44c8cc[_0x31fbf5(0x279)]({'_doReset':function(){const _0x40668f=_0x31fbf5;this[_0x40668f(0x284)]=new _0x51f7f4[(_0x40668f(0x299))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x2f8f28,_0x365538){const _0x19a70a=_0x31fbf5;for(var _0x4e3f58=this[_0x19a70a(0x284)][_0x19a70a(0x256)],_0x3a529b=_0x4e3f58[0x0],_0x414a82=_0x4e3f58[0x1],_0x182c9b=_0x4e3f58[0x2],_0x22ed27=_0x4e3f58[0x3],_0x59db84=_0x4e3f58[0x4],_0x3f73e7=0x0;_0x3f73e7<0x50;_0x3f73e7++){if(_0x3f73e7<0x10)_0x146712[_0x3f73e7]=_0x2f8f28[_0x365538+_0x3f73e7]|0x0;else{var _0x447286=_0x146712[_0x3f73e7-0x3]^_0x146712[_0x3f73e7-0x8]^_0x146712[_0x3f73e7-0xe]^_0x146712[_0x3f73e7-0x10];_0x146712[_0x3f73e7]=_0x447286<<0x1|_0x447286>>>0x1f;}var _0x22d7a9=(_0x3a529b<<0x5|_0x3a529b>>>0x1b)+_0x59db84+_0x146712[_0x3f73e7];_0x3f73e7<0x14?_0x22d7a9+=(_0x414a82&_0x182c9b|~_0x414a82&_0x22ed27)+0x5a827999:_0x3f73e7<0x28?_0x22d7a9+=(_0x414a82^_0x182c9b^_0x22ed27)+0x6ed9eba1:_0x3f73e7<0x3c?_0x22d7a9+=(_0x414a82&_0x182c9b|_0x414a82&_0x22ed27|_0x182c9b&_0x22ed27)-0x70e44324:_0x22d7a9+=(_0x414a82^_0x182c9b^_0x22ed27)-0x359d3e2a,_0x59db84=_0x22ed27,_0x22ed27=_0x182c9b,_0x182c9b=_0x414a82<<0x1e|_0x414a82>>>0x2,_0x414a82=_0x3a529b,_0x3a529b=_0x22d7a9;}_0x4e3f58[0x0]=_0x4e3f58[0x0]+_0x3a529b|0x0,_0x4e3f58[0x1]=_0x4e3f58[0x1]+_0x414a82|0x0,_0x4e3f58[0x2]=_0x4e3f58[0x2]+_0x182c9b|0x0,_0x4e3f58[0x3]=_0x4e3f58[0x3]+_0x22ed27|0x0,_0x4e3f58[0x4]=_0x4e3f58[0x4]+_0x59db84|0x0;},'_doFinalize':function(){const _0x27cb41=_0x31fbf5;var _0x44d133=this[_0x27cb41(0x198)],_0x4dca99=_0x44d133[_0x27cb41(0x256)],_0x2b18a6=this['_nDataBytes']*0x8,_0x1723bd=_0x44d133[_0x27cb41(0x1b1)]*0x8;return _0x4dca99[_0x1723bd>>>0x5]|=0x80<<0x18-_0x1723bd%0x20,_0x4dca99[(_0x1723bd+0x40>>>0x9<<0x4)+0xe]=Math[_0x27cb41(0x1c2)](_0x2b18a6/0x100000000),_0x4dca99[(_0x1723bd+0x40>>>0x9<<0x4)+0xf]=_0x2b18a6,_0x44d133[_0x27cb41(0x1b1)]=_0x4dca99[_0x27cb41(0x272)]*0x4,this[_0x27cb41(0x2ce)](),this['_hash'];},'clone':function(){const _0x3b7cfa=_0x31fbf5;var _0x5cb135=_0x44c8cc[_0x3b7cfa(0x27e)][_0x3b7cfa(0x3b4)](this);return _0x5cb135[_0x3b7cfa(0x284)]=this[_0x3b7cfa(0x284)]['clone'](),_0x5cb135;}});_0x3c2239['SHA1']=_0x44c8cc[_0x31fbf5(0x18c)](_0x46da41),_0x3c2239[_0x31fbf5(0x4c6)]=_0x44c8cc['_createHmacHelper'](_0x46da41);}()),_0x5d7782[_0x9ed26f(0x4b7)];}));}(_0x4d5964)),_0x4d5964[_0x41d9bb(0x50a)];}var _0x1c2409={'exports':{}},_0x4005c6;function _0x65f4f1(){return _0x4005c6||(_0x4005c6=0x1,function(_0x10b726,_0x100d54){(function(_0x41a451,_0x57a4e2){const _0x577469=_0x586f;_0x10b726[_0x577469(0x50a)]=_0x57a4e2(_0x50a408());}(_0x4b3743,function(_0x1acdab){(function(){const _0x12b27b=_0x586f;var _0x45f4c7=_0x1acdab,_0x4c233d=_0x45f4c7[_0x12b27b(0x59b)],_0x5b63a9=_0x4c233d[_0x12b27b(0x3b8)],_0x14385c=_0x45f4c7[_0x12b27b(0x4d7)],_0x2f642b=_0x14385c['Utf8'],_0x200840=_0x45f4c7[_0x12b27b(0x306)];_0x200840[_0x12b27b(0x392)]=_0x5b63a9['extend']({'init':function(_0x25aa7d,_0x4e6617){const _0x29a861=_0x12b27b;_0x25aa7d=this['_hasher']=new _0x25aa7d[(_0x29a861(0x299))](),typeof _0x4e6617==_0x29a861(0x18e)&&(_0x4e6617=_0x2f642b[_0x29a861(0x4c5)](_0x4e6617));var _0x26d177=_0x25aa7d[_0x29a861(0x19f)],_0x668065=_0x26d177*0x4;_0x4e6617[_0x29a861(0x1b1)]>_0x668065&&(_0x4e6617=_0x25aa7d[_0x29a861(0x3b3)](_0x4e6617)),_0x4e6617[_0x29a861(0x546)]();for(var _0x4c831d=this[_0x29a861(0x4c0)]=_0x4e6617[_0x29a861(0x27e)](),_0x12c90e=this[_0x29a861(0x4f6)]=_0x4e6617['clone'](),_0x286103=_0x4c831d[_0x29a861(0x256)],_0x44f3ad=_0x12c90e[_0x29a861(0x256)],_0x118e8a=0x0;_0x118e8a<_0x26d177;_0x118e8a++)_0x286103[_0x118e8a]^=0x5c5c5c5c,_0x44f3ad[_0x118e8a]^=0x36363636;_0x4c831d['sigBytes']=_0x12c90e['sigBytes']=_0x668065,this['reset']();},'reset':function(){const _0x79f24d=_0x12b27b;var _0x524ebd=this['_hasher'];_0x524ebd[_0x79f24d(0x1ee)](),_0x524ebd[_0x79f24d(0x40d)](this[_0x79f24d(0x4f6)]);},'update':function(_0x1299e7){const _0xc0ba53=_0x12b27b;return this[_0xc0ba53(0x325)][_0xc0ba53(0x40d)](_0x1299e7),this;},'finalize':function(_0x517b3d){const _0x2adcfa=_0x12b27b;var _0x20884a=this['_hasher'],_0x4b2443=_0x20884a[_0x2adcfa(0x3b3)](_0x517b3d);_0x20884a[_0x2adcfa(0x1ee)]();var _0x49c671=_0x20884a[_0x2adcfa(0x3b3)](this['_oKey'][_0x2adcfa(0x27e)]()[_0x2adcfa(0x40b)](_0x4b2443));return _0x49c671;}});}());}));}(_0x1c2409)),_0x1c2409['exports'];}var _0x152977;function _0x4f0e2d(){const _0x32095e=_0x16631f;return _0x152977||(_0x152977=0x1,function(_0x4e2c49,_0x54ddbf){(function(_0x1edc9c,_0x3a2b13,_0x7d4a99){const _0x5ba682=_0x586f;_0x4e2c49[_0x5ba682(0x50a)]=_0x3a2b13(_0x50a408(),_0x2bd429(),_0x65f4f1());}(_0x4b3743,function(_0x5283c4){return(function(){const _0x1985ed=_0x586f;var _0x280345=_0x5283c4,_0x123b87=_0x280345[_0x1985ed(0x59b)],_0x4c3692=_0x123b87['Base'],_0xe321d=_0x123b87['WordArray'],_0x2ca729=_0x280345[_0x1985ed(0x306)],_0xfd3794=_0x2ca729[_0x1985ed(0x2cc)],_0x57ca96=_0x2ca729['EvpKDF']=_0x4c3692['extend']({'cfg':_0x4c3692['extend']({'keySize':0x80/0x20,'hasher':_0xfd3794,'iterations':0x1}),'init':function(_0xfdfb40){const _0x8d6c00=_0x1985ed;this['cfg']=this['cfg'][_0x8d6c00(0x279)](_0xfdfb40);},'compute':function(_0x51ac15,_0x4cd306){const _0x3b1b35=_0x1985ed;for(var _0x50b052,_0x2cc26e=this[_0x3b1b35(0x59f)],_0x228db1=_0x2cc26e[_0x3b1b35(0x225)]['create'](),_0x44ac96=_0xe321d[_0x3b1b35(0x4ee)](),_0x1afaf6=_0x44ac96[_0x3b1b35(0x256)],_0x3b1a7d=_0x2cc26e[_0x3b1b35(0x2af)],_0x9fbf0e=_0x2cc26e['iterations'];_0x1afaf6[_0x3b1b35(0x272)]<_0x3b1a7d;){_0x50b052&&_0x228db1[_0x3b1b35(0x40d)](_0x50b052),_0x50b052=_0x228db1[_0x3b1b35(0x40d)](_0x51ac15)[_0x3b1b35(0x3b3)](_0x4cd306),_0x228db1[_0x3b1b35(0x1ee)]();for(var _0x37d70a=0x1;_0x37d70a<_0x9fbf0e;_0x37d70a++)_0x50b052=_0x228db1['finalize'](_0x50b052),_0x228db1[_0x3b1b35(0x1ee)]();_0x44ac96[_0x3b1b35(0x40b)](_0x50b052);}return _0x44ac96[_0x3b1b35(0x1b1)]=_0x3b1a7d*0x4,_0x44ac96;}});_0x280345[_0x1985ed(0x563)]=function(_0x28ee3e,_0x1d92fb,_0x56b262){const _0x1b9d0e=_0x1985ed;return _0x57ca96[_0x1b9d0e(0x4ee)](_0x56b262)[_0x1b9d0e(0x4e8)](_0x28ee3e,_0x1d92fb);};}()),_0x5283c4['EvpKDF'];}));}(_0x8d2d57)),_0x8d2d57[_0x32095e(0x50a)];}var _0x210bb4={'exports':{}},_0x491f76;function _0x1e9ef0(){return _0x491f76||(_0x491f76=0x1,function(_0x49b610,_0x5b1ca3){(function(_0x2e18a6,_0x138061,_0xd3ff1b){const _0xb8c435=_0x586f;_0x49b610[_0xb8c435(0x50a)]=_0x138061(_0x50a408(),_0x4f0e2d());}(_0x4b3743,function(_0x4f531b){const _0x56929f=_0x586f;_0x4f531b['lib'][_0x56929f(0x26c)]||function(_0x1bd89b){const _0xc39ffe=_0x56929f;var _0x5dd2ea=_0x4f531b,_0x469414=_0x5dd2ea[_0xc39ffe(0x59b)],_0x39d1fa=_0x469414[_0xc39ffe(0x3b8)],_0x23d299=_0x469414[_0xc39ffe(0x5a2)],_0x27429b=_0x469414['BufferedBlockAlgorithm'],_0x1f2971=_0x5dd2ea[_0xc39ffe(0x4d7)];_0x1f2971['Utf8'];var _0x34190b=_0x1f2971[_0xc39ffe(0x1ac)],_0x90ee39=_0x5dd2ea[_0xc39ffe(0x306)],_0x5dae4d=_0x90ee39[_0xc39ffe(0x563)],_0x5b2086=_0x469414['Cipher']=_0x27429b[_0xc39ffe(0x279)]({'cfg':_0x39d1fa[_0xc39ffe(0x279)](),'createEncryptor':function(_0x2c911f,_0x24f916){const _0x4e7512=_0xc39ffe;return this[_0x4e7512(0x4ee)](this['_ENC_XFORM_MODE'],_0x2c911f,_0x24f916);},'createDecryptor':function(_0x1b0df7,_0x309d15){const _0x14337c=_0xc39ffe;return this[_0x14337c(0x4ee)](this[_0x14337c(0x36e)],_0x1b0df7,_0x309d15);},'init':function(_0xcd4752,_0x25b8d3,_0x333bc4){const _0x3fe9ab=_0xc39ffe;this[_0x3fe9ab(0x59f)]=this[_0x3fe9ab(0x59f)][_0x3fe9ab(0x279)](_0x333bc4),this[_0x3fe9ab(0x1c0)]=_0xcd4752,this[_0x3fe9ab(0x3ec)]=_0x25b8d3,this[_0x3fe9ab(0x1ee)]();},'reset':function(){const _0x276a77=_0xc39ffe;_0x27429b[_0x276a77(0x1ee)][_0x276a77(0x3b4)](this),this[_0x276a77(0x368)]();},'process':function(_0x3f1c9a){return this['_append'](_0x3f1c9a),this['_process']();},'finalize':function(_0x1a7456){const _0x505abd=_0xc39ffe;_0x1a7456&&this[_0x505abd(0x598)](_0x1a7456);var _0xfe136b=this['_doFinalize']();return _0xfe136b;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x48d1b9(_0x4fab20){const _0x5af6ae=_0x586f;return typeof _0x4fab20==_0x5af6ae(0x18e)?_0x203d52:_0x509bd0;}return function(_0x4ca214){return{'encrypt':function(_0x23121f,_0x1a8714,_0x4410de){const _0x26bca7=_0x586f;return _0x48d1b9(_0x1a8714)[_0x26bca7(0x25b)](_0x4ca214,_0x23121f,_0x1a8714,_0x4410de);},'decrypt':function(_0x124893,_0x243a41,_0x274e74){return _0x48d1b9(_0x243a41)['decrypt'](_0x4ca214,_0x124893,_0x243a41,_0x274e74);}};};}())});_0x469414[_0xc39ffe(0x4fb)]=_0x5b2086[_0xc39ffe(0x279)]({'_doFinalize':function(){const _0x23f975=_0xc39ffe;var _0x923230=this[_0x23f975(0x2ce)](!0x0);return _0x923230;},'blockSize':0x1});var _0x41cb73=_0x5dd2ea['mode']={},_0x2f37a3=_0x469414['BlockCipherMode']=_0x39d1fa[_0xc39ffe(0x279)]({'createEncryptor':function(_0x526346,_0x248d1f){const _0x396c35=_0xc39ffe;return this[_0x396c35(0x3fe)][_0x396c35(0x4ee)](_0x526346,_0x248d1f);},'createDecryptor':function(_0x23b33a,_0x1a1e33){return this['Decryptor']['create'](_0x23b33a,_0x1a1e33);},'init':function(_0x1521aa,_0xf90bac){const _0x20d4e4=_0xc39ffe;this['_cipher']=_0x1521aa,this[_0x20d4e4(0x2ec)]=_0xf90bac;}}),_0x588aff=_0x41cb73[_0xc39ffe(0x2cf)]=(function(){const _0x214a2e=_0xc39ffe;var _0x3f0094=_0x2f37a3[_0x214a2e(0x279)]();_0x3f0094['Encryptor']=_0x3f0094[_0x214a2e(0x279)]({'processBlock':function(_0x56cef5,_0x216941){const _0x326624=_0x214a2e;var _0x1ee6d8=this['_cipher'],_0x54ca44=_0x1ee6d8[_0x326624(0x19f)];_0x1827c5['call'](this,_0x56cef5,_0x216941,_0x54ca44),_0x1ee6d8[_0x326624(0x54b)](_0x56cef5,_0x216941),this['_prevBlock']=_0x56cef5[_0x326624(0x38d)](_0x216941,_0x216941+_0x54ca44);}}),_0x3f0094[_0x214a2e(0x194)]=_0x3f0094[_0x214a2e(0x279)]({'processBlock':function(_0x7b9acb,_0x47bc23){const _0x4f5e36=_0x214a2e;var _0x2b8b92=this[_0x4f5e36(0x39d)],_0x128e8b=_0x2b8b92[_0x4f5e36(0x19f)],_0x4e99a9=_0x7b9acb[_0x4f5e36(0x38d)](_0x47bc23,_0x47bc23+_0x128e8b);_0x2b8b92[_0x4f5e36(0x2c3)](_0x7b9acb,_0x47bc23),_0x1827c5[_0x4f5e36(0x3b4)](this,_0x7b9acb,_0x47bc23,_0x128e8b),this['_prevBlock']=_0x4e99a9;}});function _0x1827c5(_0x18b432,_0x4b5dd4,_0x366c10){const _0x11b28e=_0x214a2e;var _0x238ba6,_0x1169f8=this[_0x11b28e(0x2ec)];_0x1169f8?(_0x238ba6=_0x1169f8,this[_0x11b28e(0x2ec)]=_0x1bd89b):_0x238ba6=this[_0x11b28e(0x1a9)];for(var _0xf9842=0x0;_0xf9842<_0x366c10;_0xf9842++)_0x18b432[_0x4b5dd4+_0xf9842]^=_0x238ba6[_0xf9842];}return _0x3f0094;}()),_0x453a2c=_0x5dd2ea['pad']={},_0x1b0e3d=_0x453a2c['Pkcs7']={'pad':function(_0x33cd73,_0x4a759d){const _0x3cb151=_0xc39ffe;for(var _0x3f7bbf=_0x4a759d*0x4,_0x21e6a5=_0x3f7bbf-_0x33cd73[_0x3cb151(0x1b1)]%_0x3f7bbf,_0x7c6486=_0x21e6a5<<0x18|_0x21e6a5<<0x10|_0x21e6a5<<0x8|_0x21e6a5,_0x3566dc=[],_0x59637c=0x0;_0x59637c<_0x21e6a5;_0x59637c+=0x4)_0x3566dc[_0x3cb151(0x203)](_0x7c6486);var _0x48064d=_0x23d299[_0x3cb151(0x4ee)](_0x3566dc,_0x21e6a5);_0x33cd73['concat'](_0x48064d);},'unpad':function(_0xc48888){const _0x48869e=_0xc39ffe;var _0x424231=_0xc48888[_0x48869e(0x256)][_0xc48888[_0x48869e(0x1b1)]-0x1>>>0x2]&0xff;_0xc48888[_0x48869e(0x1b1)]-=_0x424231;}};_0x469414[_0xc39ffe(0x13b)]=_0x5b2086['extend']({'cfg':_0x5b2086[_0xc39ffe(0x59f)][_0xc39ffe(0x279)]({'mode':_0x588aff,'padding':_0x1b0e3d}),'reset':function(){const _0x2049d2=_0xc39ffe;var _0x1bec0e;_0x5b2086[_0x2049d2(0x1ee)][_0x2049d2(0x3b4)](this);var _0x52fc88=this[_0x2049d2(0x59f)],_0x4bfb20=_0x52fc88['iv'],_0x3a7ae6=_0x52fc88[_0x2049d2(0x2fe)];this['_xformMode']==this[_0x2049d2(0x391)]?_0x1bec0e=_0x3a7ae6[_0x2049d2(0x345)]:(_0x1bec0e=_0x3a7ae6[_0x2049d2(0x2fd)],this['_minBufferSize']=0x1),this[_0x2049d2(0x13f)]&&this[_0x2049d2(0x13f)][_0x2049d2(0x466)]==_0x1bec0e?this['_mode'][_0x2049d2(0x299)](this,_0x4bfb20&&_0x4bfb20['words']):(this[_0x2049d2(0x13f)]=_0x1bec0e[_0x2049d2(0x3b4)](_0x3a7ae6,this,_0x4bfb20&&_0x4bfb20[_0x2049d2(0x256)]),this['_mode'][_0x2049d2(0x466)]=_0x1bec0e);},'_doProcessBlock':function(_0x5e3dd5,_0x2d5c22){const _0x517e8b=_0xc39ffe;this[_0x517e8b(0x13f)][_0x517e8b(0x275)](_0x5e3dd5,_0x2d5c22);},'_doFinalize':function(){const _0xf94fe9=_0xc39ffe;var _0x496e62,_0xa980d3=this['cfg']['padding'];return this[_0xf94fe9(0x1c0)]==this[_0xf94fe9(0x391)]?(_0xa980d3[_0xf94fe9(0x394)](this['_data'],this[_0xf94fe9(0x19f)]),_0x496e62=this[_0xf94fe9(0x2ce)](!0x0)):(_0x496e62=this['_process'](!0x0),_0xa980d3['unpad'](_0x496e62)),_0x496e62;},'blockSize':0x80/0x20});var _0x2f6146=_0x469414[_0xc39ffe(0x3a1)]=_0x39d1fa['extend']({'init':function(_0x434182){const _0x239cfe=_0xc39ffe;this[_0x239cfe(0x3ba)](_0x434182);},'toString':function(_0x12fff1){const _0x4d1bd0=_0xc39ffe;return(_0x12fff1||this[_0x4d1bd0(0x422)])['stringify'](this);}}),_0x2d8468=_0x5dd2ea[_0xc39ffe(0x2cb)]={},_0x240985=_0x2d8468[_0xc39ffe(0x419)]={'stringify':function(_0x13a3ab){const _0xb66d1=_0xc39ffe;var _0x5c63c0,_0x5d3292=_0x13a3ab['ciphertext'],_0x5d01cf=_0x13a3ab[_0xb66d1(0x3da)];return _0x5d01cf?_0x5c63c0=_0x23d299[_0xb66d1(0x4ee)]([0x53616c74,0x65645f5f])['concat'](_0x5d01cf)['concat'](_0x5d3292):_0x5c63c0=_0x5d3292,_0x5c63c0[_0xb66d1(0x3a4)](_0x34190b);},'parse':function(_0x4e9a09){const _0x14ac53=_0xc39ffe;var _0x483a9f,_0x3584e2=_0x34190b[_0x14ac53(0x4c5)](_0x4e9a09),_0x579b8b=_0x3584e2[_0x14ac53(0x256)];return _0x579b8b[0x0]==0x53616c74&&_0x579b8b[0x1]==0x65645f5f&&(_0x483a9f=_0x23d299[_0x14ac53(0x4ee)](_0x579b8b[_0x14ac53(0x38d)](0x2,0x4)),_0x579b8b[_0x14ac53(0x53d)](0x0,0x4),_0x3584e2[_0x14ac53(0x1b1)]-=0x10),_0x2f6146[_0x14ac53(0x4ee)]({'ciphertext':_0x3584e2,'salt':_0x483a9f});}},_0x509bd0=_0x469414[_0xc39ffe(0x4de)]=_0x39d1fa[_0xc39ffe(0x279)]({'cfg':_0x39d1fa[_0xc39ffe(0x279)]({'format':_0x240985}),'encrypt':function(_0x5e762b,_0x4c4faa,_0x94a7f7,_0x558c8d){const _0xcf2be8=_0xc39ffe;_0x558c8d=this[_0xcf2be8(0x59f)][_0xcf2be8(0x279)](_0x558c8d);var _0x39de7b=_0x5e762b[_0xcf2be8(0x345)](_0x94a7f7,_0x558c8d),_0x2f279d=_0x39de7b[_0xcf2be8(0x3b3)](_0x4c4faa),_0x535734=_0x39de7b[_0xcf2be8(0x59f)];return _0x2f6146[_0xcf2be8(0x4ee)]({'ciphertext':_0x2f279d,'key':_0x94a7f7,'iv':_0x535734['iv'],'algorithm':_0x5e762b,'mode':_0x535734['mode'],'padding':_0x535734[_0xcf2be8(0x58a)],'blockSize':_0x5e762b[_0xcf2be8(0x19f)],'formatter':_0x558c8d[_0xcf2be8(0x2cb)]});},'decrypt':function(_0x171ad1,_0x34ab79,_0x1fbef6,_0x18481f){const _0x22695e=_0xc39ffe;_0x18481f=this[_0x22695e(0x59f)][_0x22695e(0x279)](_0x18481f),_0x34ab79=this['_parse'](_0x34ab79,_0x18481f[_0x22695e(0x2cb)]);var _0x371471=_0x171ad1['createDecryptor'](_0x1fbef6,_0x18481f)[_0x22695e(0x3b3)](_0x34ab79[_0x22695e(0x2df)]);return _0x371471;},'_parse':function(_0x4ec597,_0xcbd291){const _0x3b2d1c=_0xc39ffe;return typeof _0x4ec597==_0x3b2d1c(0x18e)?_0xcbd291[_0x3b2d1c(0x4c5)](_0x4ec597,this):_0x4ec597;}}),_0x262f51=_0x5dd2ea['kdf']={},_0x179f5f=_0x262f51['OpenSSL']={'execute':function(_0xbc8a53,_0x499bda,_0x329ce0,_0x23aa1d,_0xa9d0d9){const _0x28f250=_0xc39ffe;if(_0x23aa1d||(_0x23aa1d=_0x23d299[_0x28f250(0x2bf)](0x40/0x8)),_0xa9d0d9)var _0x351a99=_0x5dae4d[_0x28f250(0x4ee)]({'keySize':_0x499bda+_0x329ce0,'hasher':_0xa9d0d9})[_0x28f250(0x4e8)](_0xbc8a53,_0x23aa1d);else var _0x351a99=_0x5dae4d[_0x28f250(0x4ee)]({'keySize':_0x499bda+_0x329ce0})['compute'](_0xbc8a53,_0x23aa1d);var _0x114277=_0x23d299[_0x28f250(0x4ee)](_0x351a99['words']['slice'](_0x499bda),_0x329ce0*0x4);return _0x351a99[_0x28f250(0x1b1)]=_0x499bda*0x4,_0x2f6146[_0x28f250(0x4ee)]({'key':_0x351a99,'iv':_0x114277,'salt':_0x23aa1d});}},_0x203d52=_0x469414[_0xc39ffe(0x40a)]=_0x509bd0[_0xc39ffe(0x279)]({'cfg':_0x509bd0[_0xc39ffe(0x59f)][_0xc39ffe(0x279)]({'kdf':_0x179f5f}),'encrypt':function(_0x245f0b,_0xe6c2fe,_0x4ef296,_0x476cc7){const _0x434f4d=_0xc39ffe;_0x476cc7=this['cfg'][_0x434f4d(0x279)](_0x476cc7);var _0x595b4b=_0x476cc7[_0x434f4d(0x25a)][_0x434f4d(0x132)](_0x4ef296,_0x245f0b[_0x434f4d(0x2af)],_0x245f0b[_0x434f4d(0x421)],_0x476cc7[_0x434f4d(0x3da)],_0x476cc7['hasher']);_0x476cc7['iv']=_0x595b4b['iv'];var _0x1031c0=_0x509bd0[_0x434f4d(0x25b)][_0x434f4d(0x3b4)](this,_0x245f0b,_0xe6c2fe,_0x595b4b['key'],_0x476cc7);return _0x1031c0[_0x434f4d(0x3ba)](_0x595b4b),_0x1031c0;},'decrypt':function(_0x585592,_0x38c1df,_0xf2378e,_0x246991){const _0x4c01b8=_0xc39ffe;_0x246991=this['cfg'][_0x4c01b8(0x279)](_0x246991),_0x38c1df=this['_parse'](_0x38c1df,_0x246991[_0x4c01b8(0x2cb)]);var _0x301b99=_0x246991[_0x4c01b8(0x25a)][_0x4c01b8(0x132)](_0xf2378e,_0x585592[_0x4c01b8(0x2af)],_0x585592[_0x4c01b8(0x421)],_0x38c1df[_0x4c01b8(0x3da)],_0x246991[_0x4c01b8(0x225)]);_0x246991['iv']=_0x301b99['iv'];var _0x309326=_0x509bd0[_0x4c01b8(0x1ba)][_0x4c01b8(0x3b4)](this,_0x585592,_0x38c1df,_0x301b99[_0x4c01b8(0x3a2)],_0x246991);return _0x309326;}});}();}));}(_0x210bb4)),_0x210bb4['exports'];}(function(_0x414506,_0x3eb8f6){(function(_0x43792d,_0x590944,_0x1e8fb9){const _0x3d437e=_0x586f;_0x414506[_0x3d437e(0x50a)]=_0x590944(_0x50a408(),_0x25dbd1(),_0xce1d1b(),_0x4f0e2d(),_0x1e9ef0());}(_0x4b3743,function(_0x817790){const _0x5db548=_0x586f;return(function(){const _0x12fe38=_0x586f;var _0x4ed59c=_0x817790,_0x4bdbc9=_0x4ed59c[_0x12fe38(0x59b)],_0x3db3c1=_0x4bdbc9[_0x12fe38(0x13b)],_0x5d7f14=_0x4ed59c['algo'],_0x11d17e=[],_0x5c97d9=[],_0x263b0d=[],_0x583e1b=[],_0x35c9b5=[],_0x2b9072=[],_0x2b0f6d=[],_0x24ea6a=[],_0x110f18=[],_0x533abd=[];(function(){for(var _0x532e5a=[],_0x2084b4=0x0;_0x2084b4<0x100;_0x2084b4++)_0x2084b4<0x80?_0x532e5a[_0x2084b4]=_0x2084b4<<0x1:_0x532e5a[_0x2084b4]=_0x2084b4<<0x1^0x11b;for(var _0x4c3d7a=0x0,_0xf6f8d7=0x0,_0x2084b4=0x0;_0x2084b4<0x100;_0x2084b4++){var _0x326645=_0xf6f8d7^_0xf6f8d7<<0x1^_0xf6f8d7<<0x2^_0xf6f8d7<<0x3^_0xf6f8d7<<0x4;_0x326645=_0x326645>>>0x8^_0x326645&0xff^0x63,_0x11d17e[_0x4c3d7a]=_0x326645,_0x5c97d9[_0x326645]=_0x4c3d7a;var _0x4fa05f=_0x532e5a[_0x4c3d7a],_0x456c3c=_0x532e5a[_0x4fa05f],_0xbe9c43=_0x532e5a[_0x456c3c],_0x51bb91=_0x532e5a[_0x326645]*0x101^_0x326645*0x1010100;_0x263b0d[_0x4c3d7a]=_0x51bb91<<0x18|_0x51bb91>>>0x8,_0x583e1b[_0x4c3d7a]=_0x51bb91<<0x10|_0x51bb91>>>0x10,_0x35c9b5[_0x4c3d7a]=_0x51bb91<<0x8|_0x51bb91>>>0x18,_0x2b9072[_0x4c3d7a]=_0x51bb91;var _0x51bb91=_0xbe9c43*0x1010101^_0x456c3c*0x10001^_0x4fa05f*0x101^_0x4c3d7a*0x1010100;_0x2b0f6d[_0x326645]=_0x51bb91<<0x18|_0x51bb91>>>0x8,_0x24ea6a[_0x326645]=_0x51bb91<<0x10|_0x51bb91>>>0x10,_0x110f18[_0x326645]=_0x51bb91<<0x8|_0x51bb91>>>0x18,_0x533abd[_0x326645]=_0x51bb91,_0x4c3d7a?(_0x4c3d7a=_0x4fa05f^_0x532e5a[_0x532e5a[_0x532e5a[_0xbe9c43^_0x4fa05f]]],_0xf6f8d7^=_0x532e5a[_0x532e5a[_0xf6f8d7]]):_0x4c3d7a=_0xf6f8d7=0x1;}}());var _0x4184c5=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x49f5d9=_0x5d7f14[_0x12fe38(0x29e)]=_0x3db3c1[_0x12fe38(0x279)]({'_doReset':function(){const _0x3ed27e=_0x12fe38;var _0x1eb9f1;if(!(this[_0x3ed27e(0x54c)]&&this[_0x3ed27e(0x270)]===this['_key'])){for(var _0xf0e9b9=this[_0x3ed27e(0x270)]=this[_0x3ed27e(0x3ec)],_0x1242fe=_0xf0e9b9[_0x3ed27e(0x256)],_0x161b4e=_0xf0e9b9[_0x3ed27e(0x1b1)]/0x4,_0x54a618=this[_0x3ed27e(0x54c)]=_0x161b4e+0x6,_0x435d8e=(_0x54a618+0x1)*0x4,_0x246217=this[_0x3ed27e(0x3cb)]=[],_0x30548c=0x0;_0x30548c<_0x435d8e;_0x30548c++)_0x30548c<_0x161b4e?_0x246217[_0x30548c]=_0x1242fe[_0x30548c]:(_0x1eb9f1=_0x246217[_0x30548c-0x1],_0x30548c%_0x161b4e?_0x161b4e>0x6&&_0x30548c%_0x161b4e==0x4&&(_0x1eb9f1=_0x11d17e[_0x1eb9f1>>>0x18]<<0x18|_0x11d17e[_0x1eb9f1>>>0x10&0xff]<<0x10|_0x11d17e[_0x1eb9f1>>>0x8&0xff]<<0x8|_0x11d17e[_0x1eb9f1&0xff]):(_0x1eb9f1=_0x1eb9f1<<0x8|_0x1eb9f1>>>0x18,_0x1eb9f1=_0x11d17e[_0x1eb9f1>>>0x18]<<0x18|_0x11d17e[_0x1eb9f1>>>0x10&0xff]<<0x10|_0x11d17e[_0x1eb9f1>>>0x8&0xff]<<0x8|_0x11d17e[_0x1eb9f1&0xff],_0x1eb9f1^=_0x4184c5[_0x30548c/_0x161b4e|0x0]<<0x18),_0x246217[_0x30548c]=_0x246217[_0x30548c-_0x161b4e]^_0x1eb9f1);for(var _0x29f286=this['_invKeySchedule']=[],_0x58957f=0x0;_0x58957f<_0x435d8e;_0x58957f++){var _0x30548c=_0x435d8e-_0x58957f;if(_0x58957f%0x4)var _0x1eb9f1=_0x246217[_0x30548c];else var _0x1eb9f1=_0x246217[_0x30548c-0x4];_0x58957f<0x4||_0x30548c<=0x4?_0x29f286[_0x58957f]=_0x1eb9f1:_0x29f286[_0x58957f]=_0x2b0f6d[_0x11d17e[_0x1eb9f1>>>0x18]]^_0x24ea6a[_0x11d17e[_0x1eb9f1>>>0x10&0xff]]^_0x110f18[_0x11d17e[_0x1eb9f1>>>0x8&0xff]]^_0x533abd[_0x11d17e[_0x1eb9f1&0xff]];}}},'encryptBlock':function(_0x4e2c78,_0x1896e5){const _0x424715=_0x12fe38;this['_doCryptBlock'](_0x4e2c78,_0x1896e5,this[_0x424715(0x3cb)],_0x263b0d,_0x583e1b,_0x35c9b5,_0x2b9072,_0x11d17e);},'decryptBlock':function(_0x257b0c,_0x370fea){const _0x415567=_0x12fe38;var _0x9355e4=_0x257b0c[_0x370fea+0x1];_0x257b0c[_0x370fea+0x1]=_0x257b0c[_0x370fea+0x3],_0x257b0c[_0x370fea+0x3]=_0x9355e4,this[_0x415567(0x511)](_0x257b0c,_0x370fea,this[_0x415567(0x102)],_0x2b0f6d,_0x24ea6a,_0x110f18,_0x533abd,_0x5c97d9);var _0x9355e4=_0x257b0c[_0x370fea+0x1];_0x257b0c[_0x370fea+0x1]=_0x257b0c[_0x370fea+0x3],_0x257b0c[_0x370fea+0x3]=_0x9355e4;},'_doCryptBlock':function(_0x1264dc,_0x46d4e6,_0x259166,_0x3f8ed9,_0x2755e0,_0x1e34b0,_0x54e434,_0x52074b){const _0x2633b6=_0x12fe38;for(var _0x297879=this[_0x2633b6(0x54c)],_0x15b851=_0x1264dc[_0x46d4e6]^_0x259166[0x0],_0x55bb28=_0x1264dc[_0x46d4e6+0x1]^_0x259166[0x1],_0x2e0ce6=_0x1264dc[_0x46d4e6+0x2]^_0x259166[0x2],_0x443f8c=_0x1264dc[_0x46d4e6+0x3]^_0x259166[0x3],_0x566ec0=0x4,_0x45c964=0x1;_0x45c964<_0x297879;_0x45c964++){var _0x46e596=_0x3f8ed9[_0x15b851>>>0x18]^_0x2755e0[_0x55bb28>>>0x10&0xff]^_0x1e34b0[_0x2e0ce6>>>0x8&0xff]^_0x54e434[_0x443f8c&0xff]^_0x259166[_0x566ec0++],_0x41894f=_0x3f8ed9[_0x55bb28>>>0x18]^_0x2755e0[_0x2e0ce6>>>0x10&0xff]^_0x1e34b0[_0x443f8c>>>0x8&0xff]^_0x54e434[_0x15b851&0xff]^_0x259166[_0x566ec0++],_0x3877a3=_0x3f8ed9[_0x2e0ce6>>>0x18]^_0x2755e0[_0x443f8c>>>0x10&0xff]^_0x1e34b0[_0x15b851>>>0x8&0xff]^_0x54e434[_0x55bb28&0xff]^_0x259166[_0x566ec0++],_0x6bb865=_0x3f8ed9[_0x443f8c>>>0x18]^_0x2755e0[_0x15b851>>>0x10&0xff]^_0x1e34b0[_0x55bb28>>>0x8&0xff]^_0x54e434[_0x2e0ce6&0xff]^_0x259166[_0x566ec0++];_0x15b851=_0x46e596,_0x55bb28=_0x41894f,_0x2e0ce6=_0x3877a3,_0x443f8c=_0x6bb865;}var _0x46e596=(_0x52074b[_0x15b851>>>0x18]<<0x18|_0x52074b[_0x55bb28>>>0x10&0xff]<<0x10|_0x52074b[_0x2e0ce6>>>0x8&0xff]<<0x8|_0x52074b[_0x443f8c&0xff])^_0x259166[_0x566ec0++],_0x41894f=(_0x52074b[_0x55bb28>>>0x18]<<0x18|_0x52074b[_0x2e0ce6>>>0x10&0xff]<<0x10|_0x52074b[_0x443f8c>>>0x8&0xff]<<0x8|_0x52074b[_0x15b851&0xff])^_0x259166[_0x566ec0++],_0x3877a3=(_0x52074b[_0x2e0ce6>>>0x18]<<0x18|_0x52074b[_0x443f8c>>>0x10&0xff]<<0x10|_0x52074b[_0x15b851>>>0x8&0xff]<<0x8|_0x52074b[_0x55bb28&0xff])^_0x259166[_0x566ec0++],_0x6bb865=(_0x52074b[_0x443f8c>>>0x18]<<0x18|_0x52074b[_0x15b851>>>0x10&0xff]<<0x10|_0x52074b[_0x55bb28>>>0x8&0xff]<<0x8|_0x52074b[_0x2e0ce6&0xff])^_0x259166[_0x566ec0++];_0x1264dc[_0x46d4e6]=_0x46e596,_0x1264dc[_0x46d4e6+0x1]=_0x41894f,_0x1264dc[_0x46d4e6+0x2]=_0x3877a3,_0x1264dc[_0x46d4e6+0x3]=_0x6bb865;},'keySize':0x100/0x20});_0x4ed59c[_0x12fe38(0x29e)]=_0x3db3c1[_0x12fe38(0x18c)](_0x49f5d9);}()),_0x817790[_0x5db548(0x29e)];}));}(_0x3f01d8));var _0x4b37df=_0x3f01d8[_0x16631f(0x50a)];const _0x50a5df=_0x3c7ed0(_0x4b37df);var _0x4e9352=_0x25dbd1();const _0x4447f7=_0x3c7ed0(_0x4e9352);var _0x472d4f={'exports':{}};(function(_0x405e77,_0x27f8f2){(function(_0x52a214,_0x18ecef){const _0x103693=_0x586f;_0x405e77[_0x103693(0x50a)]=_0x18ecef(_0x50a408());}(_0x4b3743,function(_0x505166){const _0x2a0420=_0x586f;return _0x505166[_0x2a0420(0x4d7)][_0x2a0420(0xf4)];}));}(_0x472d4f));var _0xb27a86=_0x472d4f[_0x16631f(0x50a)];const _0x1e2e34=_0x3c7ed0(_0xb27a86);var _0x482c47={'exports':{}};(function(_0x372c48,_0x137b16){(function(_0x4d47b1,_0x547506){_0x372c48['exports']=_0x547506(_0x50a408());}(_0x4b3743,function(_0x68dc54){const _0x1a8296=_0x586f;return(function(){const _0x2c4ee4=_0x586f;if(typeof ArrayBuffer==_0x2c4ee4(0x445)){var _0x32df0a=_0x68dc54,_0xaae2e0=_0x32df0a[_0x2c4ee4(0x59b)],_0x599a73=_0xaae2e0[_0x2c4ee4(0x5a2)],_0x2a01f3=_0x599a73[_0x2c4ee4(0x299)],_0x2bbec8=_0x599a73[_0x2c4ee4(0x299)]=function(_0x3fa413){const _0xe4261e=_0x2c4ee4;if(_0x3fa413 instanceof ArrayBuffer&&(_0x3fa413=new Uint8Array(_0x3fa413)),(_0x3fa413 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x3fa413 instanceof Uint8ClampedArray||_0x3fa413 instanceof Int16Array||_0x3fa413 instanceof Uint16Array||_0x3fa413 instanceof Int32Array||_0x3fa413 instanceof Uint32Array||_0x3fa413 instanceof Float32Array||_0x3fa413 instanceof Float64Array)&&(_0x3fa413=new Uint8Array(_0x3fa413[_0xe4261e(0x40f)],_0x3fa413[_0xe4261e(0x15d)],_0x3fa413[_0xe4261e(0x229)])),_0x3fa413 instanceof Uint8Array){for(var _0x14afdf=_0x3fa413['byteLength'],_0x5050bd=[],_0x16a08b=0x0;_0x16a08b<_0x14afdf;_0x16a08b++)_0x5050bd[_0x16a08b>>>0x2]|=_0x3fa413[_0x16a08b]<<0x18-_0x16a08b%0x4*0x8;_0x2a01f3[_0xe4261e(0x3b4)](this,_0x5050bd,_0x14afdf);}else _0x2a01f3[_0xe4261e(0x480)](this,arguments);};_0x2bbec8['prototype']=_0x599a73;}}()),_0x68dc54['lib'][_0x1a8296(0x5a2)];}));}(_0x482c47));var _0x3e79d7=_0x482c47[_0x16631f(0x50a)];const _0xbf49d1=_0x3c7ed0(_0x3e79d7);var _0x59600c={'exports':{}};(function(_0x587411,_0x171533){(function(_0x5517ec,_0x11704c,_0x3e8af6){const _0x37c365=_0x586f;_0x587411[_0x37c365(0x50a)]=_0x11704c(_0x50a408(),_0x1e9ef0());}(_0x4b3743,function(_0x3f0c60){const _0x1bdfa4=_0x586f;return _0x3f0c60[_0x1bdfa4(0x394)]['NoPadding']={'pad':function(){},'unpad':function(){}},_0x3f0c60[_0x1bdfa4(0x394)]['NoPadding'];}));}(_0x59600c));var _0x4543e7=_0x59600c[_0x16631f(0x50a)];const _0x46255d=_0x3c7ed0(_0x4543e7);function _0x527a64(_0x4f98f2,_0x3bd425){const _0x203d95=_0x16631f,_0xd06a80=_0x3bd425-_0x4f98f2[_0x203d95(0x272)]%_0x3bd425,_0x3264d6=String[_0x203d95(0x347)](_0xd06a80)[_0x203d95(0x1e2)](_0xd06a80);return _0x4f98f2+_0x3264d6;}function _0x180677(_0xc56f88,_0x133368){const _0x16e2fc=_0x16631f,_0x4c32be=_0xbf49d1[_0x16e2fc(0x2bf)](0x10),_0x335c97=_0x527a64(_0xc56f88,0x10),_0x52b5f6=_0x50a5df[_0x16e2fc(0x25b)](_0x1e2e34[_0x16e2fc(0x4c5)](_0x335c97),_0x4447f7[_0x16e2fc(0x4c5)](_0x133368),{'iv':_0x4c32be,'padding':_0x46255d});return _0x4c32be[_0x16e2fc(0x40b)](_0x52b5f6[_0x16e2fc(0x2df)])[_0x16e2fc(0x3a4)](_0x4447f7);}function _0x3228cb(){const _0x488cd8=_0x16631f,_0x1b2ead=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)['__Key__'];if(_0x1b2ead){const _0x4f4ec9={'time':Math['floor'](Date[_0x488cd8(0x410)]()/0x3e8),'domain':location['hostname']};return _0x180677(JSON[_0x488cd8(0x338)](_0x4f4ec9),_0x1b2ead);}}var _0x149ca6=Object[_0x16631f(0x162)],_0x122b4f=Object['getOwnPropertyDescriptor'],_0x18c837=(_0x7748f4,_0x23d71e,_0x4a6343,_0x269fdb)=>{const _0x26dec6=_0x16631f;for(var _0x12f823=_0x269fdb>0x1?void 0x0:_0x269fdb?_0x122b4f(_0x23d71e,_0x4a6343):_0x23d71e,_0x492afd=_0x7748f4[_0x26dec6(0x272)]-0x1,_0x1f6909;_0x492afd>=0x0;_0x492afd--)(_0x1f6909=_0x7748f4[_0x492afd])&&(_0x12f823=(_0x269fdb?_0x1f6909(_0x23d71e,_0x4a6343,_0x12f823):_0x1f6909(_0x12f823))||_0x12f823);return _0x269fdb&&_0x12f823&&_0x149ca6(_0x23d71e,_0x4a6343,_0x12f823),_0x12f823;},_0x3237b8=(_0x2276a6,_0x36c36d)=>(_0x436468,_0x44b954)=>_0x36c36d(_0x436468,_0x44b954,_0x2276a6);let _0x3d44e4=class{constructor(_0x458df0){const _0x5d56ef=_0x16631f;this[_0x5d56ef(0x23f)]=_0x458df0,this[_0x5d56ef(0x4f7)]();}['_initRequestHeader'](){const _0x38318c=_0x16631f;this['_httpService'][_0x38318c(0x118)]({'interceptor':(_0x2a212e,_0x4bedff)=>{const _0x7003e3=_0x38318c,_0x4ac44d=_0x2a212e['headers'],_0x48ee50=_0x3228cb();return _0x48ee50&&_0x4ac44d['set'](_0x7003e3(0x397),_0x48ee50),_0x4bedff(_0x2a212e);}});}};_0x3d44e4=_0x18c837([_0x3237b8(0x0,_0x8a1a57[_0x16631f(0x537)](_0x547ebe[_0x16631f(0x359)]))],_0x3d44e4);var _0x598078=Object[_0x16631f(0x162)],_0xc9ed8b=Object['getOwnPropertyDescriptor'],_0x288ae9=(_0x4fab95,_0x374b5a,_0x26b1b6,_0xd7db75)=>{const _0x3e50b2=_0x16631f;for(var _0x2b3c5f=_0xd7db75>0x1?void 0x0:_0xd7db75?_0xc9ed8b(_0x374b5a,_0x26b1b6):_0x374b5a,_0x372fe1=_0x4fab95[_0x3e50b2(0x272)]-0x1,_0x52034e;_0x372fe1>=0x0;_0x372fe1--)(_0x52034e=_0x4fab95[_0x372fe1])&&(_0x2b3c5f=(_0xd7db75?_0x52034e(_0x374b5a,_0x26b1b6,_0x2b3c5f):_0x52034e(_0x2b3c5f))||_0x2b3c5f);return _0xd7db75&&_0x2b3c5f&&_0x598078(_0x374b5a,_0x26b1b6,_0x2b3c5f),_0x2b3c5f;},_0x4a0965=(_0xd6e24c,_0x1f5d58)=>(_0x4f7318,_0x451847)=>_0x1f5d58(_0x4f7318,_0x451847,_0xd6e24c);const _0x465e0c=[_0x16631f(0x36c),_0x16631f(0x23d),_0x16631f(0x431),_0x16631f(0x423),_0x16631f(0x4dd)],_0x498e36=0x5*0x400*0x400,_0xaf8068='EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY',_0x57cb2e=_0x16631f(0x18b),_0x33b00e=_0x16631f(0x43b),_0x10afd5='/universer-api/file/{fileID}/sign-url';_0x2728bd[_0x16631f(0x2b6)]=class{constructor(_0x35c860,_0x305a98,_0x1b9577){const _0x1cdffc=_0x16631f;_0x2a606e(this,_0x1cdffc(0x49a),0x0),_0x2a606e(this,_0x1cdffc(0x589),new _0x933215['Subject']()),_0x2a606e(this,_0x1cdffc(0x492),this[_0x1cdffc(0x589)]),_0x2a606e(this,_0x1cdffc(0x10a),new Map()),(this[_0x1cdffc(0x23f)]=_0x35c860,this[_0x1cdffc(0x31f)]=_0x305a98,this[_0x1cdffc(0x3e7)]=_0x1b9577);}[_0x16631f(0x575)](_0x5644b2){const _0x18029f=_0x16631f;this[_0x18029f(0x49a)]=_0x5644b2,this[_0x18029f(0x589)][_0x18029f(0x1dd)](_0x5644b2);}[_0x16631f(0x4cd)](_0x4185c8,_0x59dbf5){const _0x470bee=_0x16631f;if(_0x59dbf5===_0x1444d['ImageSourceType'][_0x470bee(0x3d5)]){const _0x336655=new Image();return _0x336655[_0x470bee(0x4a2)]=_0x4185c8,_0x336655;}return this[_0x470bee(0x10a)][_0x470bee(0x241)](_0x4185c8);}[_0x16631f(0x30b)](_0x28eed5,_0x50b9fe,_0xaa5d91){const _0x54d872=_0x16631f;_0x50b9fe===_0x1444d[_0x54d872(0x26b)]['BASE64']||_0xaa5d91==null||this[_0x54d872(0x10a)][_0x54d872(0x41f)](_0x28eed5,_0xaa5d91);}async['getImage'](_0x4ff86d){const _0x27dfdf=_0x16631f;try{const _0x174222=this[_0x27dfdf(0x3af)](this[_0x27dfdf(0x248)](),''+_0x4ff86d),_0xadfde4=(await this[_0x27dfdf(0x23f)]['get'](_0x174222))[_0x27dfdf(0x50c)];if(_0xadfde4[_0x27dfdf(0x1df)]&&_0xadfde4[_0x27dfdf(0x1df)][_0x27dfdf(0x196)]===_0x40c994['OK']){const _0x32ea3f=new URL(_0xadfde4['url'],this[_0x27dfdf(0x2f7)]())[_0x27dfdf(0x3a4)]();return Promise['resolve'](_0x32ea3f);}return Promise[_0x27dfdf(0x2da)](_0xadfde4[_0x27dfdf(0x1df)]);}catch(_0x186736){return Promise[_0x27dfdf(0x2da)](_0x186736);}}async[_0x16631f(0x5b3)](_0x18bf53){const _0x214d07=_0x16631f;let _0x5034ac='';if(!_0x465e0c[_0x214d07(0x41a)](_0x18bf53[_0x214d07(0x49b)]))return this['_decreaseWaiting'](),Promise['reject'](new Error(_0x1444d[_0x214d07(0x15a)][_0x214d07(0x2be)]));if(_0x18bf53[_0x214d07(0x3f3)]>_0x498e36)return this['_decreaseWaiting'](),Promise['reject'](new Error(_0x1444d['ImageUploadStatusType']['ERROR_EXCEED_SIZE']));try{const _0x195367=new FormData();_0x195367[_0x214d07(0x43a)](_0x214d07(0x53e),_0x18bf53);const _0x59040b=this[_0x214d07(0x3e7)][_0x214d07(0x328)](),_0x2874d7=_0x59040b==null?void 0x0:_0x59040b[_0x214d07(0x4ed)]();if(!_0x2874d7)throw new Error(_0x214d07(0x1d4));const _0x2ca725=this['_getUploadFileURL']()+'?size='+_0x18bf53['size']['toString']()+'&source='+_0x4e4d17[_0x214d07(0x35a)]+_0x214d07(0x529)+encodeURIComponent(_0x2874d7),_0x33b954=await(await fetch(_0x2ca725,{'method':_0x214d07(0x528),'body':_0x195367}))['json']();if(typeof _0x33b954[_0x214d07(0x577)]!=_0x214d07(0x18e))return this['_decreaseWaiting'](),Promise['reject'](new Error(_0x1444d[_0x214d07(0x15a)][_0x214d07(0x417)]));_0x5034ac=_0x33b954[_0x214d07(0x577)];}catch{return this[_0x214d07(0x11a)](),Promise[_0x214d07(0x2da)](new Error(_0x1444d['ImageUploadStatusType']['ERROR_IMAGE']));}return new Promise((_0x358984,_0x1bd96a)=>{const _0x1c5dd4=_0x214d07,_0x4be3be=new FileReader();_0x4be3be[_0x1c5dd4(0x109)](_0x18bf53),_0x4be3be['onload']=_0x300987=>{const _0x2b3342=_0x1c5dd4;var _0x2d03b1;const _0x40324b=(_0x2d03b1=_0x300987[_0x2b3342(0x587)])==null?void 0x0:_0x2d03b1[_0x2b3342(0x36b)];if(_0x40324b==null){this['_decreaseWaiting'](),_0x1bd96a(new Error(_0x1444d[_0x2b3342(0x15a)][_0x2b3342(0x417)]));return;}const _0x2f7f38=_0x8a1a57[_0x2b3342(0x435)]['generateRandomId'](0x6);_0x358984({'imageId':_0x2f7f38,'imageSourceType':_0x1444d['ImageSourceType']['UUID'],'source':_0x5034ac,'base64Cache':_0x40324b,'status':_0x1444d['ImageUploadStatusType'][_0x2b3342(0x471)]}),this[_0x2b3342(0x11a)]();};});}['_getUploadFileURL'](){const _0x1a6508=_0x16631f;var _0x43aa55,_0x4b6ed9;const _0xbc390d=this[_0x1a6508(0x31f)][_0x1a6508(0xfd)](_0xaf8068),_0x1acbc5=this[_0x1a6508(0x31f)][_0x1a6508(0xfd)](_0x132856);return(_0x4b6ed9=(_0x43aa55=_0x1acbc5==null?void 0x0:_0x1acbc5[_0x1a6508(0x257)])!=null?_0x43aa55:_0xbc390d)!=null?_0x4b6ed9:_0x57cb2e;}[_0x16631f(0x248)](){const _0x341c39=_0x16631f;var _0x23e29a,_0x43718c;const _0xf83838=this[_0x341c39(0x31f)][_0x341c39(0xfd)](_0x33b00e),_0x2006f0=this[_0x341c39(0x31f)][_0x341c39(0xfd)](_0x132856);return(_0x43718c=(_0x23e29a=_0x2006f0==null?void 0x0:_0x2006f0[_0x341c39(0x542)])!=null?_0x23e29a:_0xf83838)!=null?_0x43718c:_0x10afd5;}[_0x16631f(0x2f7)](){const _0x2f90c4=_0x16631f;var _0x26d744;const _0x2e1c80=this[_0x2f90c4(0x31f)]['getConfig'](_0x132856);return(_0x26d744=_0x2e1c80==null?void 0x0:_0x2e1c80[_0x2f90c4(0x23c)])!=null?_0x26d744:location[_0x2f90c4(0x2e4)];}[_0x16631f(0x3af)](_0x4169de,_0x341de7){const _0x328dd3=_0x16631f;return _0x4169de[_0x328dd3(0x1e1)](_0x328dd3(0x249),_0x341de7);}[_0x16631f(0x11a)](){const _0x5e7884=_0x16631f;this[_0x5e7884(0x49a)]-=0x1,this[_0x5e7884(0x589)][_0x5e7884(0x1dd)](this[_0x5e7884(0x49a)]);}},_0x2728bd[_0x16631f(0x2b6)]=_0x288ae9([_0x4a0965(0x0,_0x8a1a57['Inject'](_0x547ebe[_0x16631f(0x359)])),_0x4a0965(0x1,_0x8a1a57['IConfigService']),_0x4a0965(0x2,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x1db)]))],_0x2728bd['ImageIoService']);var _0xba0f26=Object['defineProperty'],_0x4ee4b1=Object[_0x16631f(0x57e)],_0x2f5c05=(_0x2676ac,_0x4c440e,_0x533be9,_0xbf7a78)=>{for(var _0x3e78a8=_0xbf7a78>0x1?void 0x0:_0xbf7a78?_0x4ee4b1(_0x4c440e,_0x533be9):_0x4c440e,_0xa2c734=_0x2676ac['length']-0x1,_0x7e0feb;_0xa2c734>=0x0;_0xa2c734--)(_0x7e0feb=_0x2676ac[_0xa2c734])&&(_0x3e78a8=(_0xbf7a78?_0x7e0feb(_0x4c440e,_0x533be9,_0x3e78a8):_0x7e0feb(_0x3e78a8))||_0x3e78a8);return _0xbf7a78&&_0x3e78a8&&_0xba0f26(_0x4c440e,_0x533be9,_0x3e78a8),_0x3e78a8;},_0x3ee467=(_0x39922,_0x1c00be)=>(_0x7548cf,_0xf18cd0)=>_0x1c00be(_0x7548cf,_0xf18cd0,_0x39922);let _0x4df2fb=class extends _0x8a1a57[_0x16631f(0x228)]{constructor(_0x1b2eba,_0x1bc7f2,_0x17a19b,_0x15c0ca,_0x20ab09){const _0x269885=_0x16631f;super(),this[_0x269885(0x264)]=_0x1b2eba,this['_univerInstanceService']=_0x1bc7f2,this[_0x269885(0x4df)]=_0x17a19b,this[_0x269885(0x4e0)]=_0x15c0ca,this[_0x269885(0x4f0)]=_0x20ab09,this[_0x269885(0x170)](),this[_0x269885(0x4cb)]();}[_0x16631f(0x4cb)](){const _0x42d08b=_0x16631f,_0x157c29=async _0x185edf=>{const _0x54dad1=_0x586f;(await this[_0x54dad1(0x4e0)]['requireSession'](_0x185edf))[_0x54dad1(0x197)][_0x54dad1(0x4be)](_0x478e49[_0x54dad1(0x53f)](_0x2252f8=>_0x2252f8[_0x54dad1(0x3dd)]===_0x27cfd8['CollaborationEvent'][_0x54dad1(0x21c)]),_0x478e49[_0x54dad1(0x3d9)](this['dispose$']))[_0x54dad1(0x42c)](_0x4c2977=>{const _0x403113=_0x54dad1,_0x487e60=_0x4c2977,{reason:_0x1b6e12}=_0x487e60['data'];this[_0x403113(0x264)][_0x403113(0x241)](_0x4b60ff[_0x403113(0x136)])[_0x403113(0x354)]({'type':_0x731a74[_0x403113(0x2a9)][_0x403113(0x5b1)],'content':this[_0x403113(0x4f0)]['t'](_0x403113(0x550))+'('+_0x1b6e12+')'}),this['_permissionService'][_0x403113(0x1a0)](new _0x46f63a[(_0x403113(0x4b3))](_0x185edf)['id'],!0x1),this['_collaborationSessionService'][_0x403113(0x46d)](_0x185edf);});};_0x933215[_0x42d08b(0x116)](this[_0x42d08b(0x3e7)][_0x42d08b(0x124)](_0x8a1a57['UniverInstanceType']['UNIVER_SHEET']),this['_univerInstanceService'][_0x42d08b(0x124)](_0x8a1a57['UniverInstanceType'][_0x42d08b(0x327)]))[_0x42d08b(0x4be)](_0x478e49[_0x42d08b(0x2ca)](_0x56a4ae=>_0x56a4ae[_0x42d08b(0x4ed)]()),_0x478e49[_0x42d08b(0x53f)](_0x1fb624=>!_0x8a1a57[_0x42d08b(0x1c7)](_0x1fb624)),_0x478e49['takeUntil'](this[_0x42d08b(0x42d)]))[_0x42d08b(0x42c)](_0x54fb1b=>{_0x157c29(_0x54fb1b);});}[_0x16631f(0x170)](){const _0x2ae2d3=_0x16631f,_0x4bc851=async _0x1940eb=>{const _0x3f2833=_0x586f;(await this[_0x3f2833(0x4e0)][_0x3f2833(0x5ab)](_0x1940eb))['event$'][_0x3f2833(0x4be)](_0x478e49[_0x3f2833(0x53f)](_0x28421b=>_0x28421b[_0x3f2833(0x3dd)]===_0x27cfd8[_0x3f2833(0x3e5)][_0x3f2833(0x2c6)]),_0x478e49[_0x3f2833(0x3d9)](this[_0x3f2833(0x42d)]))['subscribe'](_0x590143=>{const _0x512f19=_0x3f2833,_0x44fb59=_0x590143,{objectId:_0x41ceb1}=_0x44fb59[_0x512f19(0x140)],_0x4bd67c=this[_0x512f19(0x264)][_0x512f19(0x241)](_0x3ba744[_0x512f19(0x101)]);_0x41ceb1===_0x1940eb?_0x4bd67c[_0x512f19(0x56c)](_0x1940eb):_0x4bd67c['refreshPermission'](_0x1940eb,_0x41ceb1);});};_0x933215[_0x2ae2d3(0x116)](this['_univerInstanceService'][_0x2ae2d3(0x124)](_0x8a1a57[_0x2ae2d3(0x3e6)]['UNIVER_SHEET']),this[_0x2ae2d3(0x3e7)][_0x2ae2d3(0x124)](_0x8a1a57[_0x2ae2d3(0x3e6)][_0x2ae2d3(0x327)]))[_0x2ae2d3(0x4be)](_0x478e49[_0x2ae2d3(0x2ca)](_0x251a74=>_0x251a74['getUnitId']()),_0x478e49['filter'](_0x1717a6=>!_0x8a1a57[_0x2ae2d3(0x1c7)](_0x1717a6)),_0x478e49[_0x2ae2d3(0x3d9)](this[_0x2ae2d3(0x42d)]))[_0x2ae2d3(0x42c)](_0x4f5c17=>{_0x4bc851(_0x4f5c17);});}};_0x4df2fb=_0x2f5c05([_0x3ee467(0x0,_0x8a1a57['Inject'](_0x8a1a57['Injector'])),_0x3ee467(0x1,_0x8a1a57[_0x16631f(0x1db)]),_0x3ee467(0x2,_0x8a1a57[_0x16631f(0x395)]),_0x3ee467(0x3,_0x8a1a57[_0x16631f(0x537)](_0x2728bd[_0x16631f(0x37f)])),_0x3ee467(0x4,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x1f4)]))],_0x4df2fb);var _0x4a9b59=Object['defineProperty'],_0x5167c6=Object[_0x16631f(0x57e)],_0x34a26e=(_0x89710e,_0xeba55,_0x2e1992,_0x399138)=>{const _0x176720=_0x16631f;for(var _0x69c82=_0x399138>0x1?void 0x0:_0x399138?_0x5167c6(_0xeba55,_0x2e1992):_0xeba55,_0x27fa66=_0x89710e[_0x176720(0x272)]-0x1,_0x15c8c6;_0x27fa66>=0x0;_0x27fa66--)(_0x15c8c6=_0x89710e[_0x27fa66])&&(_0x69c82=(_0x399138?_0x15c8c6(_0xeba55,_0x2e1992,_0x69c82):_0x15c8c6(_0x69c82))||_0x69c82);return _0x399138&&_0x69c82&&_0x4a9b59(_0xeba55,_0x2e1992,_0x69c82),_0x69c82;},_0x40898c=(_0x46ea93,_0x593e06)=>(_0x311b24,_0x2e9239)=>_0x593e06(_0x311b24,_0x2e9239,_0x46ea93);_0x2728bd[_0x16631f(0x484)]=class{constructor(_0x4edd97,_0x3160c5){const _0x118265=_0x16631f;this[_0x118265(0x31f)]=_0x4edd97,this[_0x118265(0x23f)]=_0x3160c5;}async[_0x16631f(0x171)](_0x586149,_0x43c491){const _0x2be8ef=_0x16631f;var _0x3aaa11;const {unitID:_0x497b98,type:_0x1c7bf5,revision:_0xc3d38a=0x0}=_0x43c491,_0x2bc2ed=this['_getSnapshotAPIPrefix']()+'/'+_0x1c7bf5+'/unit/'+_0x497b98+_0x2be8ef(0x33c)+_0xc3d38a,_0x29851b=(await this[_0x2be8ef(0x23f)][_0x2be8ef(0x241)](_0x2bc2ed))[_0x2be8ef(0x50c)],_0x59d9a8=(_0x3aaa11=_0x29851b[_0x2be8ef(0x4ea)])==null?void 0x0:_0x3aaa11[_0x2be8ef(0xf1)];if(_0x59d9a8){const _0x134bfb=_0x59d9a8==null?void 0x0:_0x59d9a8[_0x2be8ef(0x1f9)],_0xb8840d=_0x27cfd8[_0x2be8ef(0x3a5)][_0x2be8ef(0x469)](_0x27cfd8[_0x2be8ef(0x13e)](_0x134bfb));_0x59d9a8[_0x2be8ef(0x1f9)]=_0xb8840d,Object['entries'](_0x59d9a8[_0x2be8ef(0x273)])['forEach'](([,_0x59d9f2])=>{const _0x5629e8=_0x2be8ef,_0x1cf8c3=_0x59d9f2[_0x5629e8(0x1f9)],_0x104694=_0x27cfd8[_0x5629e8(0x3a5)][_0x5629e8(0x469)](_0x27cfd8[_0x5629e8(0x13e)](_0x1cf8c3));_0x59d9f2['originalMeta']=_0x104694;});}return _0x29851b;}async[_0x16631f(0x16b)](_0x367126,_0x343a03){const _0x462abc=_0x16631f,{unitID:_0x3996be,type:_0x222d58,blockID:_0x13d85d}=_0x343a03,_0x18cf16=this[_0x462abc(0x49f)]()+'/'+_0x222d58+_0x462abc(0x33e)+_0x3996be+'/block/'+_0x13d85d;return(await this['_httpService'][_0x462abc(0x241)](_0x18cf16))[_0x462abc(0x50c)];}async['getDeserializedSheetBlock'](_0x3ef5a0,_0x345fc4){const _0x292c8d=_0x16631f,{unitID:_0x2400f6,type:_0x3a0ef7,blockID:_0x1352cc}=_0x345fc4,_0x47542e=this[_0x292c8d(0x49f)]()+_0x292c8d(0x247)+_0x3a0ef7+_0x292c8d(0x33e)+_0x2400f6+'/block/'+_0x1352cc;return(await this[_0x292c8d(0x23f)][_0x292c8d(0x241)](_0x47542e))[_0x292c8d(0x50c)];}async['fetchMissingChangesets'](_0x76d74,_0x16dadf){const _0x273bd3=_0x16631f,{unitID:_0x455b6b,type:_0x4a7b77,from:_0x2da8a5,to:_0x18ce53}=_0x16dadf,_0x3bfa0a=this[_0x273bd3(0x49f)]()+'/'+_0x4a7b77+'/unit/'+_0x455b6b+_0x273bd3(0x42b)+_0x2da8a5+_0x273bd3(0x2e8)+_0x18ce53;return(await this['_httpService']['get'](_0x3bfa0a))[_0x273bd3(0x50c)];}[_0x16631f(0x233)](){const _0x39e604=_0x16631f;var _0x3630e2;return(_0x3630e2=this['_configService'][_0x39e604(0xfd)](_0x17ae05))!=null?_0x3630e2:this[_0x39e604(0x49f)]();}[_0x16631f(0x49f)](){const _0x12a03f=_0x16631f;var _0x2ff12d,_0x4b06c9;const _0x29428a=this['_configService'][_0x12a03f(0xfd)](_0x105ab0),_0x57157d=this[_0x12a03f(0x31f)][_0x12a03f(0xfd)](_0x132856);return(_0x4b06c9=(_0x2ff12d=_0x57157d==null?void 0x0:_0x57157d[_0x12a03f(0x2a6)])!=null?_0x2ff12d:_0x29428a)!=null?_0x4b06c9:_0x302226;}async[_0x16631f(0x232)](_0x5932d4,_0x20d336){const _0x10f393=_0x16631f,_0x997564=_0x10f393(0x57f)+_0x20d336[_0x10f393(0x49b)]+'/unit/'+_0x20d336['unitID']+_0x10f393(0x24f);return(await this[_0x10f393(0x23f)][_0x10f393(0x241)](_0x997564,{'params':{'resourceId':JSON[_0x10f393(0x338)](_0x20d336[_0x10f393(0x333)])}}))[_0x10f393(0x50c)];}['saveSnapshot'](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x16631f(0x4a8)](){const _0x5806fe=_0x16631f;throw new Error(_0x5806fe(0x4b4));}[_0x16631f(0x22e)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x16631f(0x252)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x16631f(0x31b)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}},_0x2728bd['SnapshotServerOverHTTPService']=_0x34a26e([_0x40898c(0x0,_0x8a1a57['IConfigService']),_0x40898c(0x1,_0x8a1a57['Inject'](_0x547ebe[_0x16631f(0x359)]))],_0x2728bd['SnapshotServerOverHTTPService']);var _0x2f9ce6=Object[_0x16631f(0x162)],_0x5233a1=Object[_0x16631f(0x57e)],_0x1c3b2d=(_0x13726f,_0x5de598,_0x183fa3,_0x123491)=>{for(var _0x45d5b9=_0x123491>0x1?void 0x0:_0x123491?_0x5233a1(_0x5de598,_0x183fa3):_0x5de598,_0x29bab6=_0x13726f['length']-0x1,_0x5c201f;_0x29bab6>=0x0;_0x29bab6--)(_0x5c201f=_0x13726f[_0x29bab6])&&(_0x45d5b9=(_0x123491?_0x5c201f(_0x5de598,_0x183fa3,_0x45d5b9):_0x5c201f(_0x45d5b9))||_0x45d5b9);return _0x123491&&_0x45d5b9&&_0x2f9ce6(_0x5de598,_0x183fa3,_0x45d5b9),_0x45d5b9;},_0x50e1ec=(_0x55eea0,_0x1bbfe5)=>(_0x2fc4a5,_0x1489d5)=>_0x1bbfe5(_0x2fc4a5,_0x1489d5,_0x55eea0);let _0x2cc3b7=class extends _0x8a1a57[_0x16631f(0x119)]{constructor(_0x3e9eca,_0x3c4740,_0x28d2f6,_0x8eb3e5,_0x40778f){const _0x198bef=_0x16631f;super(_0x3e9eca,_0x3c4740,_0x28d2f6),this[_0x198bef(0x549)]=_0x8eb3e5,this[_0x198bef(0x515)]=_0x40778f;}['transformUndoRedo'](_0xdbafc5,_0x1e6515){const _0x2842fb=_0x16631f,_0x4292e0=this[_0x2842fb(0x4e4)](_0xdbafc5);if(_0x4292e0)try{const _0x236cb3=this[_0x2842fb(0x4b2)](_0x4292e0,_0x1e6515);this['_substituteUndoStack'](_0xdbafc5,_0x236cb3);}catch(_0x2619de){this[_0x2842fb(0x515)]['error']('[CollaborationUndoRedoService]',_0x2619de),this[_0x2842fb(0x474)](_0xdbafc5);}const _0x4792d6=this[_0x2842fb(0x4ad)](_0xdbafc5);if(_0x4792d6)try{const _0x55c753=this[_0x2842fb(0x4b2)](_0x4792d6,_0x1e6515);this[_0x2842fb(0x472)](_0xdbafc5,_0x55c753);}catch(_0x328f44){this[_0x2842fb(0x515)][_0x2842fb(0x1df)](_0x328f44),this['_clearRedo'](_0xdbafc5);}}[_0x16631f(0x474)](_0x595e76){const _0x4deba7=_0x16631f,_0x3922be=this[_0x4deba7(0x4e4)](_0x595e76);_0x3922be&&(_0x3922be['length']=0x0,this[_0x4deba7(0x1c4)]());}[_0x16631f(0x254)](_0x5eeecb){const _0x3a15e6=_0x16631f,_0x38b995=this[_0x3a15e6(0x4ad)](_0x5eeecb);_0x38b995&&(_0x38b995[_0x3a15e6(0x272)]=0x0,this[_0x3a15e6(0x1c4)]());}['_substituteUndoStack'](_0xfb8ac,_0x5c6a63){const _0xf2ba1d=_0x16631f;this['_undoStacks']['set'](_0xfb8ac,_0x5c6a63),this[_0xf2ba1d(0x1c4)]();}[_0x16631f(0x472)](_0x46fdf4,_0x29cafb){const _0xc478a8=_0x16631f;this[_0xc478a8(0x3f8)]['set'](_0x46fdf4,_0x29cafb),this[_0xc478a8(0x1c4)]();}['_transformStack'](_0x1ce6a0,_0x59a06c){const _0x44f2f6=_0x16631f,_0x1ca8de=[];let _0x72f051=_0x59a06c,_0x6280a0=_0x59a06c;for(let _0x43d1c4=_0x1ce6a0[_0x44f2f6(0x272)]-0x1;_0x43d1c4>=0x0;_0x43d1c4--){const {unitID:_0x5872c6,undoMutations:_0x457f4e,redoMutations:_0x37bb39}=_0x1ce6a0[_0x43d1c4],_0xf5bae=this['_transformService'][_0x44f2f6(0x1b3)](_0x72f051,_0x457f4e),_0x3bc7da=this[_0x44f2f6(0x549)]['transformMutationsWithChangeset'](_0x6280a0,_0x37bb39);if(_0x27cfd8['isTransformMutationsWithChangesetFailure'](_0xf5bae)||_0x27cfd8[_0x44f2f6(0x57c)](_0x3bc7da)){this[_0x44f2f6(0x515)][_0x44f2f6(0x1df)](_0x44f2f6(0x44a),_0x44f2f6(0x277),_0xf5bae,_0x3bc7da);break;}_0x72f051=_0xf5bae[_0x44f2f6(0x4aa)],_0x6280a0=_0x3bc7da['c1Prime'],_0x1ca8de[_0x44f2f6(0x203)]({'unitID':_0x5872c6,'undoMutations':_0xf5bae['m2Prime'],'redoMutations':_0x3bc7da[_0x44f2f6(0x43e)]});}return _0x1ca8de[_0x44f2f6(0x29b)]();}};_0x2cc3b7=_0x1c3b2d([_0x50e1ec(0x0,_0x8a1a57[_0x16631f(0x1db)]),_0x50e1ec(0x1,_0x8a1a57[_0x16631f(0x350)]),_0x50e1ec(0x2,_0x8a1a57[_0x16631f(0x58d)]),_0x50e1ec(0x3,_0x27cfd8[_0x16631f(0x1bd)]),_0x50e1ec(0x4,_0x8a1a57[_0x16631f(0xfc)])],_0x2cc3b7);class _0x14391e extends _0x8a1a57[_0x16631f(0x228)]{constructor(){const _0x15b527=_0x16631f;super(),_0x2a606e(this,'urlChange$'),this['urlChange$']=_0x933215[_0x15b527(0x362)](window,_0x15b527(0x1ea))[_0x15b527(0x4be)](_0x933215[_0x15b527(0x3d9)](this[_0x15b527(0x42d)]),_0x933215['shareReplay'](0x1),_0x933215[_0x15b527(0x450)](void 0x0));}[_0x16631f(0x1de)](_0x4d0bc5,_0xc10461,_0x4b4d45=!0x1){const _0x1a4c76=_0x16631f,_0x4a66df=new URL(window['location'][_0x1a4c76(0x147)]);_0x4a66df[_0x1a4c76(0x237)][_0x1a4c76(0x41f)](_0x4d0bc5,_0xc10461),_0x4b4d45?window[_0x1a4c76(0x1e7)][_0x1a4c76(0x1ae)]('','',_0x4a66df[_0x1a4c76(0x3a4)]()):window['history']['pushState']('','',_0x4a66df['toString']());}[_0x16631f(0x573)](_0x47c47e,_0x4142c5=!0x1){const _0x4d9118=_0x16631f,_0x31e17c=new URL(window[_0x4d9118(0x219)][_0x4d9118(0x147)]);_0x31e17c[_0x4d9118(0x237)]['delete'](_0x47c47e),_0x4142c5?window[_0x4d9118(0x1e7)][_0x4d9118(0x1ae)]('','',_0x31e17c[_0x4d9118(0x3a4)]()):window['history'][_0x4d9118(0x20b)]('','',_0x31e17c[_0x4d9118(0x3a4)]());}['getParam'](_0x43d5d6){const _0x41ef46=_0x16631f;var _0x29f998;return(_0x29f998=new URL(window['location'][_0x41ef46(0x147)])[_0x41ef46(0x237)]['get'](_0x43d5d6))!=null?_0x29f998:void 0x0;}}var _0x3f63da=Object['defineProperty'],_0x272899=Object[_0x16631f(0x57e)],_0x3064e5=(_0x1eedba,_0x546312,_0x3b964e)=>_0x546312 in _0x1eedba?_0x3f63da(_0x1eedba,_0x546312,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x3b964e}):_0x1eedba[_0x546312]=_0x3b964e,_0x8b6fc3=(_0x12e526,_0x4197e2,_0x1b968a,_0x3061bc)=>{const _0x10038e=_0x16631f;for(var _0x5f2c0f=_0x3061bc>0x1?void 0x0:_0x3061bc?_0x272899(_0x4197e2,_0x1b968a):_0x4197e2,_0x9d15ee=_0x12e526[_0x10038e(0x272)]-0x1,_0x63dabe;_0x9d15ee>=0x0;_0x9d15ee--)(_0x63dabe=_0x12e526[_0x9d15ee])&&(_0x5f2c0f=(_0x3061bc?_0x63dabe(_0x4197e2,_0x1b968a,_0x5f2c0f):_0x63dabe(_0x5f2c0f))||_0x5f2c0f);return _0x3061bc&&_0x5f2c0f&&_0x3f63da(_0x4197e2,_0x1b968a,_0x5f2c0f),_0x5f2c0f;},_0x54ec10=(_0x1fcf8d,_0x1a3df3)=>(_0x1af45f,_0x1f57e2)=>_0x1a3df3(_0x1af45f,_0x1f57e2,_0x1fcf8d),_0x1abccb=(_0x151457,_0x21f69b,_0x216fab)=>_0x3064e5(_0x151457,_0x21f69b+'',_0x216fab);const _0x1cbeab='UNIVER_COLLABORATION_CLIENT_PLUGIN';_0x2728bd[_0x16631f(0x25e)]=class extends _0x8a1a57[_0x16631f(0x115)]{constructor(_0x4a13a5=_0x361e6c,_0x105a2f,_0x2724e1,_0x530601,_0xde6e50){const _0x4fed31=_0x16631f;super(),this['_config']=_0x4a13a5,this[_0x4fed31(0x515)]=_0x105a2f,this['_renderManagerService']=_0x2724e1,this[_0x4fed31(0x264)]=_0x530601,this[_0x4fed31(0x31f)]=_0xde6e50;const {..._0x4acb88}=this['_config'];this[_0x4fed31(0x31f)]['setConfig'](_0x132856,_0x4acb88);}[_0x16631f(0x430)](){const _0x3927b6=_0x16631f;this[_0x3927b6(0x535)](),this[_0x3927b6(0x35c)]();}[_0x16631f(0x570)](){const _0xec955e=_0x16631f;_0x8a1a57[_0xec955e(0x10f)](this[_0xec955e(0x264)],[[_0x21377e]]);}[_0x16631f(0x34a)](){const _0x54ae61=_0x16631f;this[_0x54ae61(0x578)]();}[_0x16631f(0x535)](){const _0xabe0d7=_0x16631f;var _0x14ec92,_0x245c3b,_0x4f729e,_0x52d821;this[_0xabe0d7(0x264)][_0xabe0d7(0x295)](_0x8a1a57[_0xabe0d7(0x540)])&&this[_0xabe0d7(0x515)][_0xabe0d7(0x1df)](_0xabe0d7(0x3c9),_0xabe0d7(0x447));const _0x420a35=[[_0x8a1a57[_0xabe0d7(0x540)],{'useClass':_0x2cc3b7}],[_0x2728bd[_0xabe0d7(0x37f)]],[_0x4216fe],[_0x38da0e,{'useClass':_0x14391e}],[_0x2728bd['MemberService']],[_0x2728bd['LocalCacheService']],[_0x547ebe[_0xabe0d7(0x1ca)]],[_0x1a79c5],[_0x3110cc],[_0xe93339],[_0x21b12b],[_0xc8790a],[_0x503962],[_0x3d44e4],[_0xe71ff7],[_0x4df2fb],[_0x55ce8e,{'useClass':(_0x245c3b=(_0x14ec92=this['_config'])==null?void 0x0:_0x14ec92[_0xabe0d7(0x585)])!=null?_0x245c3b:_0x2728bd[_0xabe0d7(0x260)]}],[_0x27cfd8[_0xabe0d7(0x240)],{'useClass':_0x2728bd[_0xabe0d7(0x484)]}],[_0x8a1a57['IAuthzIoService'],{'useClass':_0x2728bd['AuthzIoHttpService']}],[_0x1444d[_0xabe0d7(0x10e)],{'useClass':_0x2728bd[_0xabe0d7(0x2b6)]}],[_0x2728bd[_0xabe0d7(0x433)]],[_0x2728bd[_0xabe0d7(0x296)]],[_0x2728bd['DesktopCollaborationStatusDisplayController']],[_0x21377e],[_0xafbc5d]];(_0x4f729e=this[_0xabe0d7(0x26f)])!=null&&_0x4f729e[_0xabe0d7(0x250)]&&_0x420a35['push']([_0x50fb0f,{'useClass':_0x4874df}]),_0x8a1a57[_0xabe0d7(0x1ab)](this['_injector'],_0x8a1a57['mergeOverrideWithDependencies'](_0x420a35,(_0x52d821=this[_0xabe0d7(0x26f)])==null?void 0x0:_0x52d821['override']));}['_registerRenderDependencies'](){const _0x541bfb=_0x16631f;this[_0x541bfb(0x14a)](this[_0x541bfb(0x103)]['registerRenderModule'](_0x8a1a57[_0x541bfb(0x3e6)][_0x541bfb(0x327)],[_0x155007])),this[_0x541bfb(0x14a)](this[_0x541bfb(0x103)][_0x541bfb(0x131)](_0x8a1a57[_0x541bfb(0x3e6)][_0x541bfb(0x32e)],[_0x49e258]));}[_0x16631f(0x35c)](){const _0x18c089=_0x16631f;var _0x35aa44,_0x1dafcb;this['_injector']['get'](_0x547ebe[_0x18c089(0x359)])[_0x18c089(0x118)]({'priority':0x14,'interceptor':_0x547ebe[_0x18c089(0x20a)]({'maxParallel':0x6})}),(_0x35aa44=this[_0x18c089(0x26f)])!=null&&_0x35aa44['enableOfflineEditing']||this['_injector'][_0x18c089(0x241)](_0x2728bd[_0x18c089(0x2a1)])[_0x18c089(0x42f)](),(_0x1dafcb=this[_0x18c089(0x26f)])!=null&&_0x1dafcb[_0x18c089(0x52c)]&&_0x8a1a57[_0x18c089(0x10f)](this[_0x18c089(0x264)],[[_0x503962]]),_0x8a1a57[_0x18c089(0x10f)](this[_0x18c089(0x264)],[[_0x3d44e4],[_0xafbc5d],[_0x2728bd['DataLoaderController']],[_0x2728bd[_0x18c089(0x433)]],[_0x2728bd[_0x18c089(0x3ce)]],[_0x4df2fb]]);}},_0x1abccb(_0x2728bd[_0x16631f(0x25e)],'pluginName',_0x1cbeab),_0x2728bd[_0x16631f(0x25e)]=_0x8b6fc3([_0x8a1a57[_0x16631f(0x370)](_0x27cfd8[_0x16631f(0x565)],_0x547ebe['UniverNetworkPlugin']),_0x54ec10(0x1,_0x8a1a57[_0x16631f(0xfc)]),_0x54ec10(0x2,_0x20e8c2['IRenderManagerService']),_0x54ec10(0x3,_0x8a1a57[_0x16631f(0x537)](_0x8a1a57[_0x16631f(0x562)])),_0x54ec10(0x4,_0x8a1a57[_0x16631f(0x4f9)])],_0x2728bd[_0x16631f(0x25e)]),_0x2728bd['AUTHZ_URL_KEY']=_0x360662,_0x2728bd[_0x16631f(0x206)]=_0x5f392d,_0x2728bd[_0x16631f(0x12a)]=_0xa043d2,_0x2728bd[_0x16631f(0x2ac)]=_0x5d61dc,_0x2728bd[_0x16631f(0x34d)]=_0x39447f,_0x2728bd['CommentService']=_0xe71ff7,_0x2728bd['HEARTBEAT_INTERVAL_KEY']=_0x5308f2,_0x2728bd[_0x16631f(0x218)]=_0x24c7e0,_0x2728bd[_0x16631f(0x2a8)]=_0x55ce8e,_0x2728bd[_0x16631f(0x193)]=_0x38da0e,_0x2728bd['LOCAL_CACHE_INTERVAL_KEY']=_0x3c4516,_0x2728bd['LOGIN_URL_KEY']=_0x1da8a5,_0x2728bd[_0x16631f(0x231)]=_0x3f4302,_0x2728bd['SEND_CHANGESET_TIMEOUT_KEY']=_0xe2af66,_0x2728bd[_0x16631f(0x4dc)]=_0x105ab0,_0x2728bd[_0x16631f(0x426)]=_0x17ae05,_0x2728bd[_0x16631f(0x37d)]=_0x53eb3f,_0x2728bd['SheetCollabCursorShape']=_0x2a2a49,_0x2728bd['WebURLService']=_0x14391e,_0x2728bd[_0x16631f(0x436)]=_0x44af3e,_0x2728bd[_0x16631f(0x2ad)]=_0x5e3630,Object[_0x16631f(0x162)](_0x2728bd,Symbol[_0x16631f(0x31c)],{'value':'Module'});}));
|
1
|
+
function _0xae4f(){const _0xf368ee=['update','_getDownloadEndpointURL','ILogService','_minBufferSize','_unitStatus','_transformRemoteChangesetByIMECache','_transformPreviousActiveRange','on-line-single_clip0_910_349','_socket$','_transformStack','getOwnPropertySymbols','getTime','_prevBlock','_xformMode','isInternalEditorID','484359cFggWo','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','buffer','mode','IMessageService','_heartbeatTimer','ivSize','getDocRanges','collaboration_new_changeset','516ttElwc','_getUploadFileURL','getUnitId','COLORS','putCollaborators','activeSheet$','some','_permissionService','replace','_acknowledgedAwaitingChangeset','UUID','isActive','HEARTBEAT_INTERVAL_KEY','reverse','getRoom','_lastPointer','HEARTBEAT','_disabled','[OfflineState]:\x20received\x20rejection.','ceil','LEAVE','USERS_LEAVE','forwardRef','_range','@univerjs/docs','UNIVER_SLIDE','_queuedRemoteChangesets','_transformIMECache','TOO_MANY_REQUESTS','_substituteRedoStack','_localeService','onTransformSelections','ITelemetryService','UniverEngineRender','jiqing500','getColor','LICENSE_EXPORT_SIZE_EXCEEDED','&to=','loadOfflineData','_reverseMap','appendMutation','registerRenderModule','_joinRoom','getCollabCursors$','_transformRemoteChangesetByStateCache','saveImage','_getCtorByUniverType','Shape','sin','_commandService','_shouldReportTelemetry','getSheetBySheetId','_onConnectionOpen','onStarting','currentColor','LOCAL_CACHE_INTERVAL','blockSize','add','ISnapshotServerService','onTransformIME','_DEC_XFORM_MODE','RefRangeService','prototype','unpad','confirm','makeDirty','_registerDependencies','registerDependencies','AuthzIoHttpService','univerjs-icon\x20univerjs-icon-','UniverDocsUi','createElement','_onUserJoin','subunit','onPointerMove$','closePath','max','EXCHANGE_SIGN_URL_SERVER_URL_KEY','exhaustSavingTask','setTimeout','hide','_fetchMissChangesets','/allowed','_hovered','stopTime','history','collab-rect-range-','_initDependencies','SheetSkeletonManagerService','onMissingChangesets','fetch_missing','_syncEditingCollabCursor','sessionStatus','saveChangeset','substr','image/png','_saveTaskMap','UnitEmbedded','onStateChange','_startCollaboration','JOIN','Disposable','unit-cache-','getSkeleton','_exhaustRemoteChangesetQueue','decrypt','useObservable','_lockTransition','map','getUnit','_onRemoteRetry','lib','signUrlServerUrl','DocCollaborationEntity','Tooltip','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','target','_initRequestHeader','_iv','[PendingState]:\x20unhandled\x20univer\x20type:\x20','onPointerEnter$','_clearTimeoutTimer','deleteCollaborator','list','getTypeOfUnitAdded$','enc','_undoRedoService','IUIPartsService','toDisposable','_assignedColors','HEARTBEAT_INTERVAL','_collabCursorState$','SnapshotServerOverHTTPService','clamp','exports','objectID','unsubscribe','ImageSourceType','NoPadding','Base','UniverDesign','DOC_RANGE_TYPE','_ws','Module','compose','...','COLLAB_WEB_SOCKET_URL_KEY','UNRECOGNIZED','initWorkbookPermissionChange','_transitionLocked','_nRounds','isTransformMutationFailure','_clearScheduledTask','_localStorageService','_docStateChangeManagerService','PERMISSION_DENIED','_disableEditing','SheetPermissionInitController','M0\x200H16V16H0z','defIds','isTransformMutationsWithChangesetSuccess','deepClone','_resendTimer','_createSocket','_eventUnsubscribe','saveOfflineData','UniverCore','_substituteUndoStack','idSuffix','readAsDataURL','mergeOverrideWithDependencies','NEW_CHANGESETS','ITransformService','create','LICENSE_IMPORT_SIZE_EXCEEDED','SetWorksheetActivateCommand','_createHandler','LIVESHARE_OPERATION','@univerjs/docs-ui','Optional','collabWebSocketUrl','crypto','onlyLocal','call','_removeCollabCursors','DesktopCollaborationStatusDisplayController','merge','disposeWithMe','listCollaborators','MessageType','syncEditingCollabCursor','_unlockTransition','SHA1','HEADER_MENU','transformStateCache','_onUserLeave','getSheetBlock','fetchThroughInterceptors','debounce','fillStyle','put','assignAColorForMemberID','_drawAnchor','onSyncEditingCollabCursor','undoState','_selfUnitIDs','LICENSE_DISTRO_REJECTED','UNIVER_DOC','defaultProps','INotificationService','Base64','_transformSelections','YUUMI_SUBSCRIPTION_NOT_FOUND','WorkbookEditablePermission','words','IImageIoService','UniverCollaborationClient','subscribe','_syncEditingCollabCursorService','setUndoRedoMutationParamsCache','SEND_CHANGESET_TIMEOUT_KEY','currentTheme$','CollaborationSession','onSendChangeset','duration','reset','purple300','@univerjs/network','defineProperty','_handleHover','_redoStacks','getMergeData','_socketMessageSubscription','react.element','_textBubble','round','handleMoveRange','_tryReconnect','IDLE','type','BlockCipherMode','_oKey','sheetId','getCoordByCell','__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED','set','findNodePositionByCharIndex','_commentUpdate$','svg','executeCommand','onCommandExecuted','_stopTelemetryCollaborationNewChangeset','Subject','BASE64','requestParams','react','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','children','SetDocZoomRatioOperation','handleDeleteRangeMoveLeft','updatePermissionObjEvent','failed\x20to\x20apply\x20missed\x20changesets!','_setupSubUnitSync','algo','setCurrentUser','deserializeToCombResponse','backgroundColor','_change$','_docTransformSelectionsService','_scheduleClearOtherTimer','unitId\x20is\x20not\x20found','url','pipe','parse','getStateCache','unshift','collabStatus.notCollab','_applyRemoteChangeset','_updateSubUnitFromURLParams','submit\x20changeset\x20error!','UniverCollaboration','getInterceptPoints','JOINING','_socketReady','univer-pro.collaboration-client.single-active-unit-service','LOGIN_URL_KEY','append','_onRemoteChangeset','session.room-full','@univerjs/engine-formula','range','permission.content','randomBytes','_removeClearOtherTimer','updatePermissionPoint','_doFinalize','batchAllowed','onlineStatusIcon','switchMap','getParam','_sender','IUniverInstanceService','headers','CollaborationSocketService','DependentOn','LICENSE_MAX_UNITS_EXCEEDED','_telemetryInfo','width','_onLocalMutation','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','ImageIoService','_notificationService','Encryptor','Inject','IContextService','status$','getUndoRedoMutationParamsCache','gold400','_updateURLWithCurrentState','c2Prime','MemberService','toggleOnline','setAlpha','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','rxjs/operators','_docTransformStateCacheService','removeMember','[CollaborationUndoRedoService]','MUTATION','updateOfflineData','_timeoutTimer','collaboration.closeRoom','addImageSourceCache','_onJoinRoomEvent','fromEventSubject','_roomMembers$','onTransformRemoteChangesetByStateCache','_loadDoc','_collabCursorController','DocSelectionManagerService','_event$','_getCurrentRevision','TEXT','getViewport','colorChannel1','_pendingMutations','_retryConnectingTimer','format','FETCH_MISSING','fetchMiss','COMPRESS_MUTATION_APPLY','@univerjs/sheets','NO_OTHER_CLIENTS_EDITING','get','url(#$1','createEncryptor','_createHelper','univer-online-status-title','Tools','ranges','image/gif','image/bmp','_collaborationPaused','slice','mutations','newCsEvent','indexOf','charAt','charCodeAt','_colorAssignService','UNIVER_COLLABORATION_CLIENT_PLUGIN','clearInterval','2334dgEBlz','_http','onRemoteChangeset','_draw','send','@univerjs/design','/object/','session.will-retry','LIVESHARE_NEW_HOST','_labelPosition','_urlService','UPDATE_PERMISSION_OBJ','_scene','getItem','change$','IPermissionService','session','_doCryptBlock','_createInitialStateImpl','_handleLeaveEvent','transformSelections','UniverCollaborationClientPlugin','href','_getSignURL','_socketService','EffectRefRangId','_handler','_members','CHANGESET_REVISION_CONFILICT','find','[DataLoaderController]','UniverSheets','_map','RichTextEditingMutation','roomMembers','?url=','_context','_entityInit$','createSocket','commentUpdateEvent','SheetsSelectionsService','apply','padding','HmacSHA1','2mVdHQH','uni.network.url-service','subscribeEvent','_updateLocalCache','CONNECTOR_DATA_TOO_LARGE','OpenSSL','[SyncedState]:\x20received\x20acknowledgement.','_incrementRevisionNumber','Undefined','_clearOtherTimers','onRendered','session.collaboration-timeout','startColumn','registerBeforeClose','_HTTPService','_toggleOnline','INTERNAL_ERROR','AES','_transformStateCache','translate(.97)','random','generateRandomId','univer-online-status','collaboration.single-unit.warning','_cursorShapes','useCallback','_parse','_univerInstanceService','routeKey','Plugin','cursorInfo$','APPLY_PERMISSION_DENIED','Hasher','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','skeleton','_getAPIPrefixPath','toStringTag','getMemberID','revision','_getSendChangesetTimeout','_renderManagerService','readInt32LE','&source=','_handleHeartbeatEvent','_process','VIEW_MAIN','HmacMD5','univer-online-status-icon','clone','_color','Rect','_mode','_clearUndo','_retryCount','awaiting','_scheduleTimestamp','HttpExport','updateMember','_onCursorDelete','RegularPolygon','_clearRedo','_hover','has','_transformHistoryAndStateStack','Utf8','_refreshCollabCursors','red300','/role','off-line-single','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','handleInsertCol','_messageService','_logService','InsertColCommandId','default','split','CHANGESET_SHOULD_RETRY','localeService','getUnitType','_getScale','transformRemoteChangeset','_initEventListeners','createCollaborator','_collaborationController','_onOffline','height','SYNCED','useDependency','_hideTimer','ERROR_IMAGE_TYPE','UniverEngineFormula','capture','createIdentifier','LIVESHARE_FETCH_OPERATIONS','authzUrl','font','auth.needGotoLoginAlert','/block/','pluginName','[CollaborationSession]','fetchMissingChangesets','[FetchMissState]','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','SetSelectionsOperation','text','bind','BufferedBlockAlgorithm','flatMap','_startDocCollabCursor','_commentService','refreshPermission','UniverSheetsUi','_shapes','PENDING','next','touchDependencies','getCurrentRevOfUnit','_showConflictNotification','url(#off-line-single_clip0_910_343)','onMissedChangesetFetched','_initStatusComponent','\x0aAfter:\x20','roles','SNAPSHOT_URL_KEY','createDecryptor','save','encrypt','changesets','ENSURE_SNAPSHOT_EXECUTION','_changesetSessionId','verdancy600','_initResize','_keySchedule','dispose','userID','_handleJoinEvent','_setupBeforeClosingHandler','cursorInfo','/rev/','@univerjs/ui','fromCollab','InsertSheetMutation','for','_getSnapshotAPIPrefix','_ENC_XFORM_MODE','getUnhiddenWorksheets','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','collab-client.tooltip.reconnect','name','enableOfflineEditing','collabStatus.conflict','min','textRanges','fromEvent','substring','urlChange$','pending','object','_memberService','react.fragment','Univer','hasher','_hash','reconnect','synced','rxjs','_throwTelemetryCollaborationNewChangeset','from','UniverNetwork','ThemeService','encryptBlock','key','clearTimeout','catch','AWAITING_WITH_PENDING','saveSheetBlock','updateCollaborator','editing\x20status\x20changed\x20to','leaveEvent','USERS_ENTER','OFFLINE','#fff','registerHTTPInterceptor','_id','_state','_userManagerService','0\x200\x2017\x2016','socketService','FETCH_MISS','conflict.content','splice','createInstance','byteLength','Error','sigBytes','collaboration-session-retry','sheets','override','reject','_changesetReqId','_startTelemetryCollaborationNewChangeset','startsWith','_replaceFileID','byteOffset','JSONX','BlockCipher','POST','_uiPartsService','_docSkeleton','_getLoginPath','CONFLICT','[CollaborationEntity]','_nDataBytes','_anchor','sendChangesetTimeout','_updateCollabCursors','hasOwnProperty','_colorIndex','useRef','iterations','MergeInterceptorFactory','joinEvent','getLatestCsReqIdBySid','_themeService','_transformUndoRedoStack','_updateStatus','_onRefRangeChange','disposeUnit','jsx','CommandType','unload','function','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','_send','collabStatus.offline','_waitCount','_listenToOnlineEvent','baseRev','addEventListener','_key','COLLAB_SUBMIT_CHANGESET_URL','with','_sendingTimer','_candidateSocket','SNAPSHOT_HAS_BEEN_REMOVED','takeUntil','compute','getUnitOnRev','getCurrentSelections','UniverRpc','floor','selections','LIVESHARE_TERMINATE','YUUMI_UNABLE_LOAD_URL','clear','_saveCache','ws://127.0.0.1:8000/universer-api/comb/connect','UNIVER_PROJECT','React','COLLAB_SUBMIT_CHANGESET_URL_KEY','_hasher','__esModule','_resendWithTimeout','size','/unit/','getOffsetConfig','getCollabEntity$','_decreaseWaiting','Rectangle','_roomMembers','beginPath','action','cfg','[CollaborationSessionService]:\x20socket\x20error','EmptyMutation','_beforeCloseService','csRejEvent','params','MD5','execute','AUTHZ_URL_KEY','_cursorInfo$','getWorkbookSelections','_iKey','removeParam','awaitingChangeset','toString','hovered','transformIMECache','sheetID','UniverInstanceType','isPermissionRej','body','@univerjs-pro/collaboration','Error\x20on\x20receiving\x20event','attrs','UniverUi','isTransformChangesetsSuccess','ERROR_EXCEED_SIZE','fill','_tryEnsureSocket','interceptor','docStateChange$','HTTPService','number','CollaborationEntity','collaboratorID','_cipher','APPLY_REJECT','includes','_unitOnClients','transformMutationsWithChangeset','_onConflict','/-/object/list','transformUndoRedo','LocaleService','CommentService','restore','ref','WebURLService','pad','transformMutation','_listenToOfflineEvent','_loadSheet','_telemetryService','delete','visibilitychange','IUndoRedoService','CBC','_initCloseConn','collabSubmitChangesetUrl','ACTIVE_UNIT_EVENT_CHANNEL','resend','/collaborator','decryptBlock','getOwnPropertyDescriptor','TEXT_RANGE_LAYER_INDEX','resize','{fileID}','_initCommandExecutedListener','UniverTelemetry','subUnitId','NOT_FOUND','getImageSourceCache','0\x200\x2016\x2016','/new_changes','onTransformState','transformChangesets','_waitForHeartbeatResponse','_collaborationTimeoutTimer','CollaborationController','[OfflineState]:\x20received\x20changeset.','_drawTextRange','_docSyncEditingCollabCursorService','_onConnectionFailed','CipherParams','_entities','current','_sessionStatus$','_scheduleCollaborationTimeoutTimer','concat','color','_onRemoteACK','handleInsertRow','156065pMtBYV','className','FromArray','unitId','isTransformMutationsWithChangesetFailure','onPointerLeave$','serializeCombRequest','setItem','?size=','redoState','_cursor','values','concatMap','/universer-api/snapshot/','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','ILocalStorageService','registerComponent','offline','repeat','focused$','registerRefRange','_snapshotService','SheetCollabCursorShape','handleIRemoveCol','ICollaborationSocketService','InsertRangeMoveRightCommandId','arc','roomMembers$','uploadFileServerUrl','_session','serializeRangeWithSheet','getDeserializedSheetBlock','_instanceService','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','HEARTBEAT_TIMEOUT','path','_keyPriorReset','getRelativeToViewportCoord','onMouseMove','_isPermissionRej','startRow','unitID','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','isEditing','data','collaMsg','_schedule','fillText','listRoles','requireSession','setInterval','xlink:href','all','DocStateChangeManagerService','FAIL','getResourcesRequest','IRenderManagerService','_compressMutationService','getSheetObject','closeSession','unit','_name','APPLY_REVISION_CONFILICT','_cachedData','IBeforeCloseService','m1Prime','_config','getRenderById','WordArray','tag','RemoveColCommandId','close','code','UNDEFINED','sid','_init','drawWith','CollaborationSessionService','_docSkeletonManagerService','handleInsertRangeMoveDown','objectType','eventID','_remoteChangesetQueue','INVALID_ARGUMENT','on-line-single','symbol','_createInitialState','/fetchmissing?from=','ReactCurrentOwner','SheetCollaborationEntity','setParam','UnitSnapshot','_httpService','m2Prime','_awaitingChangeset','_createHmacHelper','doc.mutation.rich-text-editing','MSG_FOR_ERROR','SnapshotService','_collabSessionService','runRefRangeMutations','NodePositionConvertToCursor','getCollabEntity','_ensureSubject','toRgbString','conflict','_replayCachedMutations','SUBMIT_CHANGESET','debug','commentUpdate$','forEach','fetching\x20missing\x20changesets\x20from\x20','actions','684747LIodQM','open$','SNAPSHOT_SERVER_URL_KEY','session.connection-failed','collabCursorState$','parseProtocolChangeset','newValue','post','_singleActiveUnitService','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','equals','FileId','SerializableCipher','_transformService','addObjects','rgba(255,\x20255,\x20255,\x200.01)','SNAPSHOT_INVALID_SNAPSHOT','_revisionService','processBlock','MoveRangeCommandId','_submitChangeset','Fragment','Could\x20not\x20dynamically\x20require\x20\x22','Vector2','_onMessage','engine','take','memberID','setShowComponents','encode','show','COMPLETION_FINISHED','currentSkeleton$','loadDoc','init','isArray','ciphertext','extend','blue400','unknown','bottom','measureText','getUnitStatus$','INGEST','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','_updateLocalCursor','getRandomValues','NOT_COLLAB','Warning','asObservable','joinRsp','msCrypto','getActiveSheet','_invKeySchedule','_clearLocalCache','UNKNOWN_CMD','_localCacheService','error$','collab-text-range-','getFocusedUnit','reduce','_type','CollaborationEvent','ThresholdInterceptorFactory','TRANSFORM_CHANGE_OBSERVABLE_TYPE','getTypeOfUnitDisposed$','dispose$','_onCursorUpdate','_onFetchMissResult','error','length','RETRY_CONNECTING_MAX_COUNT_KEY','title','lineTo','/-/object/-/batch_allowed','[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.','x-univer-host','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','status','_state$','message$','_doReset','RECV','HELLO','sessionStatus$','/universer-api/comb','_onCombEvent','onTransformRemoteChangesetByIMECache','enableSingleActiveInstanceLock','permissionRejEvent','ImageUploadStatusType','stringify','YUUMI_RATE_OVER_LIMIT','collabStatus.fetchMiss','_getRedoStack','collab-text-anchor-','shouldCloseConn','socket\x20close','editingUnit','close$','UNIVER_UNKNOWN','parseChangesetToProtocol','Decryptor','AWAITING','@univerjs/telemetry','getUniverSheetInstance','_render','_undoStacks','_clearHeartbeatTimer','salt','socket$','[SyncedState]:\x20received\x20rejection.','_getAPIPrefix','@univerjs/drawing','image/jpeg','_clearCollaborationTimeoutTimer','black','url(#on-line-single_clip0_910_349)','fromCharCode','_getSaveTimeout','c1Prime','searchParams','SEND_CHANGESET_TIMEOUT','onlineStatus','defs','RECT','rng','_onRemoteRejected','ERROR_IMAGE','resourceIDs','LIVESHARE_REQUEST_HOST','rev','@univerjs/sheets-ui','then','UniverCollaborationPlugin','1em','filter','Malformed\x20UTF-8\x20data','telemetry\x20info\x20is\x20not\x20initialized','LOCAL_CACHE_INTERVAL_KEY','ColorKit','PSEUDO_FETCH_MISSING_RESULT','RxDisposable','conflict.title','[CollaborationSessionService]','getAllMembers','YUUMI_URL_COL_OUT_OF_RANGE','_cursors','column','string','Unknown\x20user','icon','SHOULD_CLOSE_CONN','operators','pushState','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','textEncoder','_injector','getConfig','DataLoaderController','clipPath','getAncestorScale','disableLocalCache','now','_rescheduleHeartbeat','mixIn','EvpKDF','_handleEvent','onRemoteRej','randomUUID','_initStatusListener','_getUndoStack','_backgroundColor','UniverNetworkPlugin','Injector','LocalCacheService','setActiveRange','assign','univer-pro.collaboration-client-socket-service','\x0aCurrent:\x20','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','_document','updateCursorEvent','_data','_getMergeRange','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','/universer-api/oidc/authpage','CHANGESET_REJ','5042580zFEbYC','IConfigService','addObject','UPDATE_CURSOR','liveShareNewHost','onload','SessionStatus','BehaviorSubject','transformStack\x20failed!','_initUnitPermissionChange','APPLY_NON_SEQUENTIAL_REVISION','getCurrentUnitForType','Pkcs7','_sheetSkeletonManagerService','onRemoteRetry','[CollaborationState]:\x20apply\x20error!','_resendTimeout','_collaborationSessionService','complete','amd','socket\x20open.','[PendingState]:\x20received\x20rejection.','_updateState','storage','selection','displayName','@univerjs/rpc','snapshotServerUrl','delay','_configService','NodePositionConvertToRectRange','PasswordBasedCipher','getImage','onlineStatusTitle','getCurrent','HttpImport','ALREADY_EXISTS','push','state$','PERMISSION_REJ','HTTPRequest','WebSocketService','_online','_checkMissing','_socket','b64DecodeUnicode','onTransformChange$','3471372YKZSMC','image/jpg','_drawRectRange','/universer-api/snapshot','40KnzTSQ','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','location','kdf','CHANGESET_ACK','SetTextSelectionsOperation','use','@univerjs/engine-render','debounceTime','_unitID','every','responseType','CompressMutationService','$super','_removeRoom','collabStatus.synced','IAuthzIoService','jsxs','\x20in\x20_schedule.','allowed','DocSkeletonManagerService','_sendHeartbeat','reqId','setShapeProps','state','collaboration-client.offline-data-not-saved','getSheetId','UNIVER_SHEET','_append','_executeRemoteChangeset','_sendHeartbeatTimer','_scheduleHeartbeat','result','_getSheetObject','onCommentUpdate','downloadEndpointUrl','_anchorDot','RevisionService','_imageSourceCache','join','_toggleOffline','InsertRowCommandId','cmd','OTHER_CLIENTS_EDITING','replaceState','contains','_status$','CollaborationStatus','VIEWPORT_KEY','toggleOffline','OffLineSingle','keySize','Latin1','COMMENT_UPDATE','_snapshotServerService','getValue','COLLAB_WEB_SOCKET_URL','off-line-single_clip0_910_343','_docTransformIMECacheService','APPLY_DUPLICATED','ONLINE','\x20to\x20','originalMeta','_sessions','shareReplay','getCurrentUser','onRemoteAck','finalize','ICommandService','event$','getMember','workbook','22385VCdOAv','permission.title','div','entries','Hex','handleIRemoveRow','DeleteRangeMoveUpCommandId','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','_refRangeService','online','_startSheetCollabCursor','top'];_0xae4f=function(){return _0xf368ee;};return _0xae4f();}function _0x5c47(_0x5f2c78,_0x43d9a1){const _0xae4f9e=_0xae4f();return _0x5c47=function(_0x5c4714,_0x16b12f){_0x5c4714=_0x5c4714-0x7e;let _0x3cb989=_0xae4f9e[_0x5c4714];return _0x3cb989;},_0x5c47(_0x5f2c78,_0x43d9a1);}(function(_0x16f5b5,_0x19a3de){const _0x20b631=_0x5c47,_0xc4efa7=_0x16f5b5();while(!![]){try{const _0x1ab5ed=parseInt(_0x20b631(0x43d))/0x1+-parseInt(_0x20b631(0x10d))/0x2*(-parseInt(_0x20b631(0xe1))/0x3)+parseInt(_0x20b631(0x446))/0x4*(parseInt(_0x20b631(0x422))/0x5)+-parseInt(_0x20b631(0x3d6))/0x6+-parseInt(_0x20b631(0x27a))/0x7+parseInt(_0x20b631(0x3da))/0x8*(parseInt(_0x20b631(0x2eb))/0x9)+-parseInt(_0x20b631(0x3a7))/0xa;if(_0x1ab5ed===_0x19a3de)break;else _0xc4efa7['push'](_0xc4efa7['shift']());}catch(_0x3ddbe3){_0xc4efa7['push'](_0xc4efa7['shift']());}}}(_0xae4f,0x52832),function(_0x5e638d,_0x2b3a31){const _0x4e7487=_0x5c47;typeof exports==_0x4e7487(0x1aa)&&typeof module<'u'?_0x2b3a31(exports,require('@univerjs/core'),require(_0x4e7487(0x1b2)),require('rxjs/operators'),require(_0x4e7487(0xe6)),require(_0x4e7487(0x198)),require(_0x4e7487(0x529)),require(_0x4e7487(0x233)),require(_0x4e7487(0x353)),require(_0x4e7487(0x4f8)),require(_0x4e7487(0xcc)),require('@univerjs/engine-render'),require('@univerjs/docs'),require(_0x4e7487(0x35c)),require(_0x4e7487(0x8d)),require('@univerjs/sheets-ui'),require(_0x4e7487(0x545)),require('@univerjs/rpc')):typeof define==_0x4e7487(0x1f4)&&define[_0x4e7487(0x3ba)]?define([_0x4e7487(0x4cc),'@univerjs/core',_0x4e7487(0x1b2),_0x4e7487(0xb1),_0x4e7487(0xe6),'@univerjs/ui',_0x4e7487(0x529),_0x4e7487(0x233),'@univerjs/telemetry',_0x4e7487(0x4f8),_0x4e7487(0xcc),_0x4e7487(0x3e1),_0x4e7487(0x45e),_0x4e7487(0x35c),_0x4e7487(0x8d),_0x4e7487(0x36f),_0x4e7487(0x545),_0x4e7487(0x3c1)],_0x2b3a31):(_0x5e638d=typeof globalThis<'u'?globalThis:_0x5e638d||self,_0x2b3a31(_0x5e638d[_0x4e7487(0x51e)]={},_0x5e638d[_0x4e7487(0x4ec)],_0x5e638d[_0x4e7487(0x1b2)],_0x5e638d['rxjs'][_0x4e7487(0x384)],_0x5e638d[_0x4e7487(0x4d2)],_0x5e638d[_0x4e7487(0x236)],_0x5e638d[_0x4e7487(0x1b5)],_0x5e638d[_0x4e7487(0x84)],_0x5e638d[_0x4e7487(0x262)],_0x5e638d[_0x4e7487(0x48c)],_0x5e638d[_0x4e7487(0x100)],_0x5e638d[_0x4e7487(0x467)],_0x5e638d['UniverDocs'],_0x5e638d['UniverDrawing'],_0x5e638d[_0x4e7487(0x167)],_0x5e638d[_0x4e7487(0x17c)],_0x5e638d[_0x4e7487(0x210)],_0x5e638d[_0x4e7487(0x207)]));}(this,function(_0x2a808c,_0xed312c,_0x4984e3,_0x477442,_0x3d1593,_0x16dea4,_0x582e36,_0x2db012,_0x55e378,_0x48cd12,_0x3c9e4d,_0x100cea,_0x10f1a4,_0x4c06c4,_0x3df9c6,_0x4d0e53,_0x4001f3,_0x59326){'use strict';const _0x4ffe42=_0x5c47;var _0x4a3f80=Object[_0x4ffe42(0x52a)],_0x3bc3c1=(_0x38bbe4,_0x52a86c,_0x57726b)=>_0x52a86c in _0x38bbe4?_0x4a3f80(_0x38bbe4,_0x52a86c,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x57726b}):_0x38bbe4[_0x52a86c]=_0x57726b,_0x2a6f44=(_0xd178e5,_0x3b9ece,_0x1cc840)=>_0x3bc3c1(_0xd178e5,typeof _0x3b9ece!=_0x4ffe42(0x2cf)?_0x3b9ece+'':_0x3b9ece,_0x1cc840);const _0x4be4c8=_0x4ffe42(0x2ed),_0x1a73e8=_0x4ffe42(0x3d9),_0x12a537=_0x4ffe42(0x188),_0x2c1ffd=_0x4ffe42(0x365),_0x13e390=_0x4ffe42(0x412),_0x10accf=_0x4ffe42(0x20e),_0x5807fc=_0x4ffe42(0x4c8),_0x58795d=_0x4ffe42(0x29c),_0xb7bb48='RETRY_CONNECTING_MAX_COUNT',_0x176e42=_0x4ffe42(0x47d),_0x4f12c4=_0x4ffe42(0x1fe),_0x4cfef6=_0x4ffe42(0x340),_0x30db30=_0x4ffe42(0x89),_0x4bf128=_0x4ffe42(0x3a5);var _0x2dcc07=(_0x3a0091=>(_0x3a0091[_0x3a0091[_0x4ffe42(0x2c3)]=0x0]=_0x4ffe42(0x2c3),_0x3a0091[_0x3a0091['OK']=0x1]='OK',_0x3a0091[_0x3a0091[_0x4ffe42(0x11d)]=0x2]=_0x4ffe42(0x11d),_0x3a0091[_0x3a0091['PERMISSION_DENIED']=0x3]=_0x4ffe42(0x4e1),_0x3a0091[_0x3a0091[_0x4ffe42(0x264)]=0x4]=_0x4ffe42(0x264),_0x3a0091[_0x3a0091['UNAUTHENTICATED']=0x5]='UNAUTHENTICATED',_0x3a0091[_0x3a0091[_0x4ffe42(0x3cb)]=0x6]=_0x4ffe42(0x3cb),_0x3a0091[_0x3a0091[_0x4ffe42(0x2cd)]=0x7]=_0x4ffe42(0x2cd),_0x3a0091[_0x3a0091[_0x4ffe42(0x462)]=0x8]=_0x4ffe42(0x462),_0x3a0091[_0x3a0091[_0x4ffe42(0x30a)]=0x9]=_0x4ffe42(0x30a),_0x3a0091[_0x3a0091['CHANGESET_REVISION_CONFILICT']=0x1389]=_0x4ffe42(0xfd),_0x3a0091[_0x3a0091['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]=_0x4ffe42(0x2fb),_0x3a0091[_0x3a0091[_0x4ffe42(0x202)]=0x1772]=_0x4ffe42(0x202),_0x3a0091[_0x3a0091[_0x4ffe42(0x18d)]=0x1773]=_0x4ffe42(0x18d),_0x3a0091[_0x3a0091[_0x4ffe42(0x242)]=0x1b59]=_0x4ffe42(0x242),_0x3a0091[_0x3a0091[_0x4ffe42(0x3b1)]=0x1b5a]=_0x4ffe42(0x3b1),_0x3a0091[_0x3a0091[_0x4ffe42(0x2b8)]=0x1b5b]='APPLY_REVISION_CONFILICT',_0x3a0091[_0x3a0091[_0x4ffe42(0x12c)]=0x1b5c]=_0x4ffe42(0x12c),_0x3a0091[_0x3a0091[_0x4ffe42(0x415)]=0x1b5d]='APPLY_DUPLICATED',_0x3a0091[_0x3a0091['CONNECTOR_DATA_TOO_LARGE']=0x1f41]=_0x4ffe42(0x111),_0x3a0091[_0x3a0091['LICENSE_MAX_UNITS_EXCEEDED']=0x2329]=_0x4ffe42(0x9d),_0x3a0091[_0x3a0091[_0x4ffe42(0xaf)]=0x232a]=_0x4ffe42(0xaf),_0x3a0091[_0x3a0091[_0x4ffe42(0x4f4)]=0x232b]=_0x4ffe42(0x4f4),_0x3a0091[_0x3a0091['LICENSE_EXPORT_SIZE_EXCEEDED']=0x232c]=_0x4ffe42(0x46a),_0x3a0091[_0x3a0091[_0x4ffe42(0x514)]=0x232d]=_0x4ffe42(0x514),_0x3a0091[_0x3a0091['YUUMI_UNABLE_LOAD_URL']=0x2711]=_0x4ffe42(0x20b),_0x3a0091[_0x3a0091[_0x4ffe42(0x37d)]=0x2712]=_0x4ffe42(0x37d),_0x3a0091[_0x3a0091['YUUMI_RATE_OVER_LIMIT']=0x2713]=_0x4ffe42(0x347),_0x3a0091[_0x3a0091[_0x4ffe42(0x51a)]=0x2714]='YUUMI_SUBSCRIPTION_NOT_FOUND',_0x3a0091[_0x3a0091[_0x4ffe42(0x4d9)]=-0x1]=_0x4ffe42(0x4d9),_0x3a0091))(_0x2dcc07||{}),_0x4eba08=(_0x250b9e=>(_0x250b9e[_0x250b9e[_0x4ffe42(0x34f)]=0x0]=_0x4ffe42(0x34f),_0x250b9e[_0x250b9e[_0x4ffe42(0x515)]=0x1]=_0x4ffe42(0x515),_0x250b9e[_0x250b9e[_0x4ffe42(0x3f5)]=0x2]='UNIVER_SHEET',_0x250b9e[_0x250b9e[_0x4ffe42(0x45f)]=0x3]=_0x4ffe42(0x45f),_0x250b9e[_0x250b9e[_0x4ffe42(0x20f)]=0x4]=_0x4ffe42(0x20f),_0x250b9e[_0x250b9e[_0x4ffe42(0x4d9)]=-0x1]=_0x4ffe42(0x4d9),_0x250b9e))(_0x4eba08||{}),_0x307c82=(_0x5166e2=>(_0x5166e2[_0x5166e2['UNKNOWN_CMD']=0x0]=_0x4ffe42(0x322),_0x5166e2[_0x5166e2[_0x4ffe42(0x33e)]=0x1]='HELLO',_0x5166e2[_0x5166e2[_0x4ffe42(0x4aa)]=0x2]=_0x4ffe42(0x4aa),_0x5166e2[_0x5166e2['LEAVE']=0x3]=_0x4ffe42(0x45a),_0x5166e2[_0x5166e2[_0x4ffe42(0x316)]=0x4]=_0x4ffe42(0x316),_0x5166e2[_0x5166e2['HEARTBEAT']=0x5]='HEARTBEAT',_0x5166e2[_0x5166e2[_0x4ffe42(0x33d)]=0x6]='RECV',_0x5166e2[_0x5166e2[_0x4ffe42(0x4d9)]=-0x1]=_0x4ffe42(0x4d9),_0x5166e2))(_0x307c82||{}),_0x471219=(_0x51eeb6=>(_0x51eeb6[_0x51eeb6['UNKNOWN_CODE']=0x0]='UNKNOWN_CODE',_0x51eeb6[_0x51eeb6['OK']=0x1]='OK',_0x51eeb6[_0x51eeb6['FAIL']=0x2]=_0x4ffe42(0x2b0),_0x51eeb6[_0x51eeb6[_0x4ffe42(0x4d9)]=-0x1]=_0x4ffe42(0x4d9),_0x51eeb6))(_0x471219||{}),_0xc6f01=(_0x104984=>(_0x104984[_0x104984[_0x4ffe42(0x115)]=0x0]=_0x4ffe42(0x115),_0x104984[_0x104984[_0x4ffe42(0x3ca)]=0x1]=_0x4ffe42(0x3ca),_0x104984[_0x104984['HttpExport']=0x2]=_0x4ffe42(0x145),_0x104984[_0x104984['UnitEmbedded']=0x3]=_0x4ffe42(0x4a7),_0x104984[_0x104984[_0x4ffe42(0x2d5)]=0x4]=_0x4ffe42(0x2d5),_0x104984[_0x104984['UNRECOGNIZED']=-0x1]='UNRECOGNIZED',_0x104984))(_0xc6f01||{});const _0x230b60='collaboration-client.config',_0x223df4={};function _0xf063bd(_0xefdfa1){const _0x30226d=_0x4ffe42;var _0x5e01e0,_0x8fa8e,_0x239765,_0x36bd92,_0x26c4b1;const _0x5bd089=_0xefdfa1['data'],_0x57d679=JSON[_0x30226d(0x557)](_0x5bd089);switch(_0x57d679[_0x30226d(0x404)]){case _0x307c82[_0x30226d(0x456)]:case _0x307c82[_0x30226d(0x33e)]:{const _0x2d2daa=_0x57d679['infoRsp'];return{..._0x57d679,'data':_0x2d2daa,'cmd':_0x57d679[_0x30226d(0x404)]};}case _0x307c82[_0x30226d(0x4aa)]:{const _0xe34a29=_0x57d679[_0x30226d(0x31d)];return{..._0x57d679,'data':_0xe34a29,'cmd':_0x57d679[_0x30226d(0x404)]};}case _0x307c82['RECV']:{const _0x5045af=_0x57d679[_0x30226d(0x2a7)];switch(_0x5045af[_0x30226d(0x2cb)]){case _0x2db012[_0x30226d(0x329)]['PERMISSION_REJ']:return{..._0x57d679,'data':{..._0x5045af,'data':(_0x5e01e0=_0x5045af[_0x30226d(0x344)])==null?void 0x0:_0x5e01e0['cs']},'cmd':_0x57d679['cmd']};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x3de)]:return{..._0x57d679,'data':{..._0x5045af,'data':(_0x8fa8e=_0x5045af['csAckEvent'])==null?void 0x0:_0x8fa8e['cs']},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x4f1)]:return{..._0x57d679,'data':{..._0x5045af,'data':(_0x239765=_0x5045af[_0x30226d(0xda)])==null?void 0x0:_0x239765['cs']},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x3a6)]:return{..._0x57d679,'data':{..._0x5045af,'data':(_0x36bd92=_0x5045af[_0x30226d(0x222)])==null?void 0x0:_0x36bd92['cs']},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x159)]:return{..._0x57d679,'data':{..._0x5045af,'data':(_0x26c4b1=_0x5045af['csShouldRetryEvent'])==null?void 0x0:_0x26c4b1['cs']},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x3aa)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x3a1)]},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x1c0)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x1ea)]},'cmd':_0x57d679['cmd']};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x45b)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x1bf)]},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0xe9)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x3ab)]},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x16a)]:case _0x2db012[_0x30226d(0x329)][_0x30226d(0x4f7)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af['liveShareOperation']},'cmd':_0x57d679['cmd']};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x20a)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af['liveShareNewHost']},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x2db)]:return{..._0x57d679,'data':_0x5045af,'cmd':_0x57d679['cmd']};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x40f)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x108)]},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0xec)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x54a)]},'cmd':_0x57d679['cmd']};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x383)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x34b)]},'cmd':_0x57d679['cmd']};default:return _0x57d679;}}default:return _0x57d679;}}function _0x4f7192(_0x3be05d){const _0x43bf03=_0x4ffe42;switch(_0x3be05d['cmd']){case _0x307c82[_0x43bf03(0x456)]:case _0x307c82['HELLO']:return JSON['stringify']({'cmd':_0x3be05d['cmd'],'routeKey':_0x3be05d[_0x43bf03(0x129)]});case _0x307c82['INGEST']:{let _0xdd1c81;switch(_0x3be05d['data'][_0x43bf03(0x2cb)]){case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x3aa)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)][_0x43bf03(0x3aa)],'updateCursorEvent':_0x3be05d['data'][_0x43bf03(0x2a6)]};break;}case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x45b)]:{_0xdd1c81={'eventID':_0x2db012['CollaborationEvent'][_0x43bf03(0x45b)],'leaveEvent':_0x3be05d[_0x43bf03(0x2a6)][_0x43bf03(0x2a6)]};break;}case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x1c0)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)]['USERS_ENTER'],'joinEvent':_0x3be05d['data']['data']};break;}case _0x2db012[_0x43bf03(0x329)]['LIVESHARE_NEW_HOST']:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)][_0x43bf03(0xe9)],'liveShareNewHost':_0x3be05d[_0x43bf03(0x2a6)][_0x43bf03(0x2a6)]};break;}case _0x2db012['CollaborationEvent'][_0x43bf03(0x4f7)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)][_0x43bf03(0x4f7)],'liveShareOperation':_0x3be05d[_0x43bf03(0x2a6)][_0x43bf03(0x2a6)]};break;}case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x20a)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)][_0x43bf03(0x20a)],'liveShareTerminate':_0x3be05d[_0x43bf03(0x2a6)]['data']};break;}case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x36d)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)][_0x43bf03(0x36d)],'liveShareRequestHost':_0x3be05d[_0x43bf03(0x2a6)][_0x43bf03(0x2a6)]};break;}case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x16a)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)]['LIVESHARE_FETCH_OPERATIONS']};break;}default:_0xdd1c81={'eventID':_0x3be05d[_0x43bf03(0x2a6)]['eventID']};}return JSON[_0x43bf03(0x346)]({'cmd':_0x3be05d[_0x43bf03(0x404)],'routeKey':_0x3be05d['routeKey'],'collaMsg':_0xdd1c81});}case _0x307c82[_0x43bf03(0x4aa)]:return JSON[_0x43bf03(0x346)]({'cmd':_0x3be05d[_0x43bf03(0x404)],'routeKey':_0x3be05d[_0x43bf03(0x129)],'joinReq':_0x3be05d['data']});case _0x307c82['LEAVE']:return JSON[_0x43bf03(0x346)]({'cmd':_0x3be05d[_0x43bf03(0x404)],'routeKey':_0x3be05d[_0x43bf03(0x129)],'leaveReq':_0x3be05d[_0x43bf03(0x2a6)]});default:throw new Error(_0x43bf03(0x29b));}}var _0x58b4b6=Object[_0x4ffe42(0x52a)],_0x11353c=Object[_0x4ffe42(0x25d)],_0x1eb8b5=(_0x1ad032,_0x3c8ed4,_0x31ffa8,_0x4c9e9c)=>{const _0x2f009f=_0x4ffe42;for(var _0x1a8fa4=_0x4c9e9c>0x1?void 0x0:_0x4c9e9c?_0x11353c(_0x3c8ed4,_0x31ffa8):_0x3c8ed4,_0x2e5b9c=_0x1ad032[_0x2f009f(0x331)]-0x1,_0x283715;_0x2e5b9c>=0x0;_0x2e5b9c--)(_0x283715=_0x1ad032[_0x2e5b9c])&&(_0x1a8fa4=(_0x4c9e9c?_0x283715(_0x3c8ed4,_0x31ffa8,_0x1a8fa4):_0x283715(_0x1a8fa4))||_0x1a8fa4);return _0x4c9e9c&&_0x1a8fa4&&_0x58b4b6(_0x3c8ed4,_0x31ffa8,_0x1a8fa4),_0x1a8fa4;},_0x2a6524=(_0x1a4091,_0x3c5311)=>(_0x299100,_0x3745cd)=>_0x3c5311(_0x299100,_0x3745cd,_0x1a4091);const _0x4226f5=_0xed312c[_0x4ffe42(0x169)](_0x4ffe42(0x39d));function _0x36cbd3(_0x12d231,_0x31034e,_0x355dd8){const _0xc2eb78=_0x4ffe42;return _0x12d231+'/'+_0x31034e+_0xc2eb78(0x216)+_0x355dd8+_0xc2eb78(0x267);}_0x2a808c['CollaborationSocketService']=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x58fbc4,_0x14cafe,_0x202574,_0x37040f,_0x2b26c7){const _0x409618=_0x4ffe42;super(),this['_http']=_0x58fbc4,this[_0x409618(0x4d4)]=_0x14cafe,this[_0x409618(0x3c4)]=_0x202574,this[_0x409618(0x155)]=_0x37040f,this[_0x409618(0x410)]=_0x2b26c7;}[_0x4ffe42(0x107)](_0xfdcdcd){const _0x3c61fa=_0x4ffe42,_0x4fdee6=this['_ws'][_0x3c61fa(0x107)](_0xfdcdcd);if(!_0x4fdee6)throw new Error(_0x3c61fa(0x152));const _0x5ae9d4=new _0xed312c['DisposableCollection'](),_0x4b2608=new _0x4984e3[(_0x3c61fa(0x542))]();_0x5ae9d4[_0x3c61fa(0x47f)](_0x4fdee6[_0x3c61fa(0x34e)][_0x3c61fa(0x51f)](_0x1dfe98=>_0x4b2608[_0x3c61fa(0x17f)](_0x1dfe98))),_0x5ae9d4[_0x3c61fa(0x47f)](_0xed312c['toDisposable'](()=>_0x4b2608[_0x3c61fa(0x3b9)]()));const _0x18da1b=new _0x4984e3['Subject']();_0x5ae9d4[_0x3c61fa(0x47f)](_0x4fdee6[_0x3c61fa(0x324)][_0x3c61fa(0x51f)](_0x5b1096=>_0x18da1b['next'](_0x5b1096))),_0x5ae9d4['add'](_0xed312c['toDisposable'](()=>_0x18da1b['complete']()));const _0x43d95e=new _0x4984e3['Subject']();_0x5ae9d4[_0x3c61fa(0x47f)](_0x4fdee6[_0x3c61fa(0x33b)][_0x3c61fa(0x51f)](_0x52a084=>{const _0x148215=_0x3c61fa,_0x11127a=_0xf063bd(_0x52a084);_0x43d95e[_0x148215(0x17f)](_0x11127a);})),_0x5ae9d4['add'](_0xed312c[_0x3c61fa(0x4c6)](()=>_0x43d95e[_0x3c61fa(0x3b9)]()));let _0x59dfaf;const _0x549e8c=()=>{const _0x32cca7=_0x3c61fa;_0x18da1b[_0x32cca7(0x17f)](new Event('connection\x20error')),_0x4b2608[_0x32cca7(0x17f)](new CloseEvent('connection\x20error')),_0x59dfaf[_0x32cca7(0x2c1)]();};return _0x59dfaf={'memberID':'','close$':_0x4b2608[_0x3c61fa(0x31c)](),'error$':_0x18da1b[_0x3c61fa(0x31c)](),'open$':_0x4fdee6[_0x3c61fa(0x2ec)],'message$':_0x43d95e['asObservable'](),'send':_0x2af8b4=>{const _0x3f5b16=_0x3c61fa;if(_0x2af8b4[_0x3f5b16(0x404)]===_0x307c82[_0x3f5b16(0x316)]){if(_0x2af8b4['data'][_0x3f5b16(0x2cb)]===_0x2db012[_0x3f5b16(0x329)]['SUBMIT_CHANGESET']){this[_0x3f5b16(0x2ff)](_0x59dfaf,_0x2af8b4[_0x3f5b16(0x2a6)])[_0x3f5b16(0x1ba)](_0x5efcfa=>{const _0x13cbd5=_0x3f5b16;this[_0x13cbd5(0x155)][_0x13cbd5(0x330)](_0x5efcfa),_0x549e8c();});return;}if(_0x2af8b4[_0x3f5b16(0x2a6)]['eventID']===_0x2db012[_0x3f5b16(0x329)][_0x3f5b16(0xc9)]){const _0x198986=_0x2af8b4['data'];this[_0x3f5b16(0x497)](_0x198986)[_0x3f5b16(0x370)](_0x46a555=>{const _0x44ba6e=_0x3f5b16;_0x43d95e[_0x44ba6e(0x17f)]({'cmd':_0x307c82[_0x44ba6e(0x33d)],'code':_0x471219['OK'],'routeKey':_0x198986[_0x44ba6e(0x2a6)]['unitID'],'routeType':'','data':{'eventID':_0x2db012['CollaborationEvent']['PSEUDO_FETCH_MISSING_RESULT'],'data':{'changesets':_0x46a555}}});})['catch'](_0x115ee3=>{const _0x598474=_0x3f5b16;this[_0x598474(0x155)][_0x598474(0x330)](_0x115ee3),_0x549e8c();});return;}}_0x4fdee6[_0x3f5b16(0xe5)](_0x4f7192(_0x2af8b4));},'close':()=>{const _0x2b8b78=_0x3c61fa;_0x4fdee6[_0x2b8b78(0x2c1)](),_0x5ae9d4['dispose']();}},_0x59dfaf;}async['_submitChangeset'](_0x3c9a12,_0x35eb55){const _0x4a6ecb=_0x4ffe42;var _0x29c5e5,_0x38f92a;const {unitType:_0x4dccf5,unitID:_0x38dc79,changeset:_0x652f60}=_0x35eb55[_0x4a6ecb(0x2a6)],_0x244e26={'unitID':_0x38dc79,'memberID':_0x3c9a12[_0x4a6ecb(0x306)],'type':_0x4dccf5,'changeset':_0x2db012[_0x4a6ecb(0x350)](_0x652f60)},_0x5d6319=this[_0x4a6ecb(0x3c4)][_0x4a6ecb(0x389)](_0x4f12c4),_0x4c1972=this['_configService'][_0x4a6ecb(0x389)](_0x230b60),_0x2a51a5=_0x36cbd3((_0x38f92a=(_0x29c5e5=_0x4c1972==null?void 0x0:_0x4c1972[_0x4a6ecb(0x258)])!=null?_0x29c5e5:_0x5d6319)!=null?_0x38f92a:_0x4cfef6,_0x4dccf5,_0x38dc79);try{await this[_0x4a6ecb(0xe2)][_0x4a6ecb(0x2f2)](_0x2a51a5,{'body':_0x244e26});}catch(_0x3e4e87){throw this[_0x4a6ecb(0x155)]['error'](_0x4a6ecb(0x170),_0x4a6ecb(0x83)),_0x3e4e87;}}async['_fetchMissChangesets'](_0x45e324){const _0x2a6d5d=_0x4ffe42,{unitID:_0x27a01e,from:_0x8db667,to:_0x24ee85,unitType:_0x2a8f09}=_0x45e324[_0x2a6d5d(0x2a6)];return(await this[_0x2a6d5d(0x410)][_0x2a6d5d(0x171)]({'metadata':void 0x0},{'unitID':_0x27a01e,'type':_0x2a8f09,'from':_0x8db667,'to':_0x24ee85}))[_0x2a6d5d(0x18c)];}},_0x2a808c[_0x4ffe42(0x9b)]=_0x1eb8b5([_0x2a6524(0x0,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x23d)])),_0x2a6524(0x1,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x3d0)])),_0x2a6524(0x2,_0xed312c[_0x4ffe42(0x3a8)]),_0x2a6524(0x3,_0xed312c[_0x4ffe42(0x430)]),_0x2a6524(0x4,_0x2db012[_0x4ffe42(0x480)])],_0x2a808c[_0x4ffe42(0x9b)]);const _0x12e341=_0x4ffe42(0x445);function _0x50655a(_0x4ea219){const _0x308575=_0x4ffe42;return JSON[_0x308575(0x346)](_0x4ea219)[_0x308575(0x331)];}class _0x260e1f{constructor(){const _0x2c4634=_0x4ffe42;_0x2a6f44(this,_0x2c4634(0x53d),new _0x4984e3[(_0x2c4634(0x542))]()),_0x2a6f44(this,_0x2c4634(0x2e7),this['_commentUpdate$'][_0x2c4634(0x31c)]());}[_0x4ffe42(0x3fc)](_0x12ab8b){const _0x3987d6=_0x4ffe42;this[_0x3987d6(0x53d)][_0x3987d6(0x17f)](_0x12ab8b);}}var _0x3ef485=Object[_0x4ffe42(0x52a)],_0x100c3d=Object[_0x4ffe42(0x25d)],_0x1b7bbd=(_0x4e42d0,_0x52f3f3,_0x6ad47d,_0x2c6cc3)=>{for(var _0x507165=_0x2c6cc3>0x1?void 0x0:_0x2c6cc3?_0x100c3d(_0x52f3f3,_0x6ad47d):_0x52f3f3,_0x260bc9=_0x4e42d0['length']-0x1,_0x31a423;_0x260bc9>=0x0;_0x260bc9--)(_0x31a423=_0x4e42d0[_0x260bc9])&&(_0x507165=(_0x2c6cc3?_0x31a423(_0x52f3f3,_0x6ad47d,_0x507165):_0x31a423(_0x507165))||_0x507165);return _0x2c6cc3&&_0x507165&&_0x3ef485(_0x52f3f3,_0x6ad47d,_0x507165),_0x507165;},_0x307b8a=(_0x564a12,_0x19cac7)=>(_0xc1e031,_0x130b4e)=>_0x19cac7(_0xc1e031,_0x130b4e,_0x564a12);_0x2a808c[_0x4ffe42(0xac)]=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x2df69f,_0x5d5bae){const _0x83e11a=_0x4ffe42;super(),_0x2a6f44(this,_0x83e11a(0x21b),new Map()),(this[_0x83e11a(0x128)]=_0x2df69f,this[_0x83e11a(0x1c6)]=_0x5d5bae,this[_0x83e11a(0x501)](_0xed312c[_0x83e11a(0x4c6)](_0x4984e3[_0x83e11a(0x500)](this[_0x83e11a(0x128)][_0x83e11a(0x32c)](_0xed312c[_0x83e11a(0x230)][_0x83e11a(0x3f5)])[_0x83e11a(0x556)](_0x477442[_0x83e11a(0x4b2)](_0x5b1bbc=>_0x5b1bbc[_0x83e11a(0x448)]())),this[_0x83e11a(0x128)]['getTypeOfUnitDisposed$'](_0xed312c[_0x83e11a(0x230)]['UNIVER_DOC'])['pipe'](_0x477442[_0x83e11a(0x4b2)](_0x26a079=>_0x26a079[_0x83e11a(0x448)]())),this['_univerInstanceService'][_0x83e11a(0x32c)](_0xed312c[_0x83e11a(0x230)][_0x83e11a(0x45f)])['pipe'](_0x477442['map'](_0x2534e1=>_0x2534e1[_0x83e11a(0x448)]())))['subscribe'](_0x1f0ee3=>this[_0x83e11a(0x3e8)](_0x1f0ee3)))));}['setCurrentUser'](_0x15c14f){const _0x22a876=_0x4ffe42;this['_userManagerService'][_0x22a876(0x54e)](_0x15c14f);}[_0x4ffe42(0x41b)](){const _0x53df80=_0x4ffe42;return this[_0x53df80(0x1c6)][_0x53df80(0x41b)]();}['updateMember'](_0x1d838b,_0x3b5fe6){const _0x34034a=_0x4ffe42;let _0x30a740=this['_roomMembers']['get'](_0x1d838b);_0x30a740||(_0x30a740=new _0x5f32c6(),this[_0x34034a(0x21b)]['set'](_0x1d838b,_0x30a740)),_0x30a740[_0x34034a(0x146)](_0x3b5fe6);}[_0x4ffe42(0xb3)](_0x53c5ac,_0x201212){const _0x10e04f=_0x4ffe42,_0x2836ae=this[_0x10e04f(0x21b)]['get'](_0x53c5ac);_0x2836ae&&_0x2836ae[_0x10e04f(0xb3)](_0x201212);}[_0x4ffe42(0x454)](_0x39a5fa){const _0x1f2d77=_0x4ffe42;return this[_0x1f2d77(0x21b)][_0x1f2d77(0xce)](_0x39a5fa);}[_0x4ffe42(0x420)](_0x60917d,_0x39d121){const _0x3fd104=_0x4ffe42,_0x5b2b48=this['_roomMembers'][_0x3fd104(0xce)](_0x60917d);if(_0x5b2b48)return _0x5b2b48[_0x3fd104(0x420)](_0x39d121);}['_removeRoom'](_0x44e51b){const _0x5f26f5=_0x4ffe42,_0x3091b6=this[_0x5f26f5(0x21b)][_0x5f26f5(0xce)](_0x44e51b);_0x3091b6&&(_0x3091b6[_0x5f26f5(0x192)](),this['_roomMembers'][_0x5f26f5(0x253)](_0x44e51b));}[_0x4ffe42(0x192)](){const _0x508c21=_0x4ffe42;this['_roomMembers'][_0x508c21(0x2e8)](_0x2c615e=>_0x2c615e[_0x508c21(0x192)]()),this[_0x508c21(0x21b)][_0x508c21(0x20c)]();}},_0x2a808c[_0x4ffe42(0xac)]=_0x1b7bbd([_0x307b8a(0x0,_0xed312c[_0x4ffe42(0x99)]),_0x307b8a(0x1,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['UserManagerService']))],_0x2a808c['MemberService']);class _0x5f32c6 extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(){const _0xfec70b=_0x4ffe42;super(...arguments),_0x2a6f44(this,_0xfec70b(0xfc),new Map());}[_0x4ffe42(0x192)](){const _0x2b6aa9=_0x4ffe42;this[_0x2b6aa9(0xfc)][_0x2b6aa9(0x20c)]();}[_0x4ffe42(0x146)](_0x591588){const _0x1de787=_0x4ffe42;this[_0x1de787(0xfc)][_0x1de787(0x53b)](_0x591588['memberID'],_0x591588);}[_0x4ffe42(0xb3)](_0x3f4a15){const _0x50f3a8=_0x4ffe42;this[_0x50f3a8(0xfc)][_0x50f3a8(0x253)](_0x3f4a15);}[_0x4ffe42(0x420)](_0x2cd016){const _0x2d9a2c=_0x4ffe42;return this[_0x2d9a2c(0xfc)]['get'](_0x2cd016);}[_0x4ffe42(0x37c)](){const _0x54359e=_0x4ffe42;return Array[_0x54359e(0x1b4)](this[_0x54359e(0xfc)][_0x54359e(0x285)]());}}var _0x4701cd=Object[_0x4ffe42(0x52a)],_0x57d72f=Object['getOwnPropertyDescriptor'],_0x48bbbc=(_0x1b593e,_0x104315,_0x29bbf0,_0x47e1f8)=>{const _0x1ae66d=_0x4ffe42;for(var _0x3db93f=_0x47e1f8>0x1?void 0x0:_0x47e1f8?_0x57d72f(_0x104315,_0x29bbf0):_0x104315,_0x3c5506=_0x1b593e[_0x1ae66d(0x331)]-0x1,_0x591ef6;_0x3c5506>=0x0;_0x3c5506--)(_0x591ef6=_0x1b593e[_0x3c5506])&&(_0x3db93f=(_0x47e1f8?_0x591ef6(_0x104315,_0x29bbf0,_0x3db93f):_0x591ef6(_0x3db93f))||_0x3db93f);return _0x47e1f8&&_0x3db93f&&_0x4701cd(_0x104315,_0x29bbf0,_0x3db93f),_0x3db93f;},_0xeb580d=(_0x189527,_0x5b6099)=>(_0x5150d0,_0x404616)=>_0x5b6099(_0x5150d0,_0x404616,_0x189527),_0x1e0add=(_0x13b522=>(_0x13b522[_0x13b522[_0x4ffe42(0x534)]=0x0]='IDLE',_0x13b522[_0x13b522[_0x4ffe42(0x86)]=0x1]=_0x4ffe42(0x86),_0x13b522[_0x13b522[_0x4ffe42(0x1c1)]=0x2]=_0x4ffe42(0x1c1),_0x13b522[_0x13b522[_0x4ffe42(0x416)]=0x3]=_0x4ffe42(0x416),_0x13b522))(_0x1e0add||{});_0x2a808c['CollaborationSession']=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x89bb43,_0x4b4af9,_0x3ad303,_0x432b58,_0x424024,_0x519db4,_0x332312,_0x270c68,_0x58f26a,_0x1c0f84){const _0x53fced=_0x4ffe42;super(),_0x2a6f44(this,_0x53fced(0x274),new _0x4984e3[(_0x53fced(0x3ae))](0x0)),_0x2a6f44(this,'sessionStatus$',this[_0x53fced(0x274)][_0x53fced(0x31c)]()),_0x2a6f44(this,_0x53fced(0xc1),new _0x4984e3[(_0x53fced(0x542))]()),_0x2a6f44(this,'event$',this['_event$'][_0x53fced(0x31c)]()),_0x2a6f44(this,'_socket'),_0x2a6f44(this,_0x53fced(0x52e)),_0x2a6f44(this,'_collaborationTimeoutTimer'),_0x2a6f44(this,_0x53fced(0x478),!0x1),_0x2a6f44(this,'_telemetryInfo',null),(this[_0x53fced(0x3e3)]=_0x89bb43,this['_logService']=_0x3ad303,this[_0x53fced(0x221)]=_0x432b58,this['_messageService']=_0x424024,this['_configService']=_0x519db4,this['_localeService']=_0x332312,this[_0x53fced(0x1ab)]=_0x270c68,this[_0x53fced(0x17a)]=_0x58f26a,this[_0x53fced(0x252)]=_0x1c0f84,this[_0x53fced(0x478)]=!!this[_0x53fced(0x252)],_0x4b4af9['pipe'](_0x4984e3[_0x53fced(0x203)](this[_0x53fced(0x32d)]))[_0x53fced(0x51f)](_0xedc2f9=>{const _0x5aa37e=_0x53fced;var _0x5e7185;typeof _0xedc2f9>'u'||(this[_0x5aa37e(0x3d3)]=_0xedc2f9,_0xedc2f9?(this['_joinRoom'](_0xedc2f9),this[_0x5aa37e(0x52e)]=_0xedc2f9['message$']['subscribe'](_0x5d2ecd=>{const _0x3db53a=_0x5aa37e;_0x5d2ecd['routeKey']===this['_unitID']&&this[_0x3db53a(0x341)](_0x5d2ecd);})):(this[_0x5aa37e(0x1b3)](),this[_0x5aa37e(0x274)]['next'](0x2),(_0x5e7185=this[_0x5aa37e(0x52e)])==null||_0x5e7185[_0x5aa37e(0x4ce)](),this['_socketMessageSubscription']=null));}),this[_0x53fced(0x501)](this[_0x53fced(0x221)]['registerOnClose'](()=>{const _0x1fc950=_0x53fced;var _0x474be8;(_0x474be8=this[_0x1fc950(0x3d3)])==null||_0x474be8['send']({'cmd':_0x307c82[_0x1fc950(0x45a)],'data':{'roomID':this[_0x1fc950(0x3e3)]}});})));}get[_0x4ffe42(0x4a2)](){const _0x24e25d=_0x4ffe42;return this[_0x24e25d(0x274)]['getValue']();}['getMemberID'](){const _0x34a5a9=_0x4ffe42;var _0x3a8d06,_0x13fc2d;return(_0x13fc2d=(_0x3a8d06=this[_0x34a5a9(0x3d3)])==null?void 0x0:_0x3a8d06[_0x34a5a9(0x306)])!=null?_0x13fc2d:null;}[_0x4ffe42(0x192)](){const _0x47f626=_0x4ffe42;super[_0x47f626(0x192)](),this[_0x47f626(0x32d)][_0x47f626(0x17f)](),this[_0x47f626(0x32d)][_0x47f626(0x3b9)]();}[_0x4ffe42(0x2c1)](){const _0x56e2e9=_0x4ffe42;var _0x1ddeb2,_0x1200f6;this[_0x56e2e9(0x1b3)](),(_0x1ddeb2=this[_0x56e2e9(0x3d3)])==null||_0x1ddeb2[_0x56e2e9(0xe5)]({'cmd':_0x307c82[_0x56e2e9(0x45a)],'data':{'roomID':this[_0x56e2e9(0x3e3)]}}),(_0x1200f6=this[_0x56e2e9(0x3d3)])==null||_0x1200f6[_0x56e2e9(0x2c1)](),this[_0x56e2e9(0xc1)][_0x56e2e9(0x3b9)](),this[_0x56e2e9(0x274)][_0x56e2e9(0x3b9)](),this[_0x56e2e9(0x192)]();}[_0x4ffe42(0x341)](_0x5c1d29){const _0x3314fa=_0x4ffe42;_0x5c1d29[_0x3314fa(0x404)]===_0x307c82[_0x3314fa(0x4aa)]?this[_0x3314fa(0xba)](_0x5c1d29):_0x5c1d29[_0x3314fa(0x404)]===_0x307c82[_0x3314fa(0x33d)]&&this['_onRecvEvent'](_0x5c1d29);}[_0x4ffe42(0x470)](_0x5d321e){const _0x2c30f1=_0x4ffe42;this['_sessionStatus$'][_0x2c30f1(0x17f)](0x1),_0x5d321e[_0x2c30f1(0xe5)]({'cmd':_0x307c82[_0x2c30f1(0x4aa)],'routeKey':this[_0x2c30f1(0x3e3)],'routeType':'','data':{'rooms':[{'roomID':this[_0x2c30f1(0x3e3)]}]}});}[_0x4ffe42(0xba)](_0xd541e2){const _0x5a69ee=_0x4ffe42;var _0x2d8c80;if(_0xd541e2[_0x5a69ee(0x2c2)]===_0x471219['FAIL']){this[_0x5a69ee(0x154)]['show']({'type':_0x3d1593[_0x5a69ee(0x503)]['Warning'],'content':this[_0x5a69ee(0x464)]['t'](_0x5a69ee(0x8c))}),this['_sessionStatus$'][_0x5a69ee(0x17f)](0x2);return;}this[_0x5a69ee(0x274)][_0x5a69ee(0x17f)](0x3);const _0x2df6b2=(_0x2d8c80=_0xd541e2[_0x5a69ee(0x2a6)]['roomInfos'][this['_unitID']])==null?void 0x0:_0x2d8c80['members'];_0x2df6b2&&_0x2df6b2[_0x5a69ee(0x2e8)](_0x275635=>this[_0x5a69ee(0x1ab)][_0x5a69ee(0x146)](this['_unitID'],_0x275635));}['_onRecvEvent'](_0x1a2479){const _0x1b12c2=_0x4ffe42;try{const _0x27a843=_0x1a2479[_0x1b12c2(0x2a6)];switch(_0x27a843[_0x1b12c2(0x2cb)]){case _0x2db012['CollaborationEvent'][_0x1b12c2(0x1c0)]:this['_onUserJoin'](_0x27a843),this['_event$']['next'](_0x27a843);break;case _0x2db012[_0x1b12c2(0x329)]['USERS_LEAVE']:this[_0x1b12c2(0x509)](_0x27a843),this[_0x1b12c2(0xc1)][_0x1b12c2(0x17f)](_0x27a843);break;case _0x2db012[_0x1b12c2(0x329)]['CHANGESET_ACK']:case _0x2db012[_0x1b12c2(0x329)][_0x1b12c2(0x159)]:this[_0x1b12c2(0x541)](),this['_clearCollaborationTimeoutTimer'](),this[_0x1b12c2(0xc1)]['next'](_0x27a843);break;case _0x2db012[_0x1b12c2(0x329)]['MSG_FOR_ERROR']:this[_0x1b12c2(0x155)][_0x1b12c2(0x330)]('save\x20fail\x20reason\x20is\x20'+JSON[_0x1b12c2(0x346)](_0x27a843)),this[_0x1b12c2(0xc1)]['next'](_0x27a843);break;case _0x2db012['CollaborationEvent'][_0x1b12c2(0x40f)]:this[_0x1b12c2(0x17a)][_0x1b12c2(0x3fc)](_0x27a843[_0x1b12c2(0x2a6)]),this[_0x1b12c2(0xc1)][_0x1b12c2(0x17f)](_0x27a843);break;default:this['_event$'][_0x1b12c2(0x17f)](_0x27a843);}}catch(_0x3c4954){this[_0x1b12c2(0x155)][_0x1b12c2(0x330)](_0x3c4954,_0x1a2479);}}[_0x4ffe42(0x48e)](_0x523fad){const _0x1ec270=_0x4ffe42;this[_0x1ec270(0x1ab)][_0x1ec270(0x146)](this[_0x1ec270(0x3e3)],_0x523fad[_0x1ec270(0x2a6)]);}[_0x4ffe42(0x509)](_0x3b17fb){const _0x579179=_0x4ffe42;this[_0x579179(0x1ab)][_0x579179(0xb3)](this[_0x579179(0x3e3)],_0x3b17fb[_0x579179(0x2a6)][_0x579179(0x306)]);}async[_0x4ffe42(0xe5)](_0xeac350,_0x232060){const _0x212c12=_0x4ffe42;if(this[_0x212c12(0x4a2)]!==0x3||!this[_0x212c12(0x3d3)])throw new Error(_0x212c12(0x1f6));try{_0xeac350[_0x212c12(0x2cb)]===_0x2db012[_0x212c12(0x329)]['SUBMIT_CHANGESET']&&(this[_0x212c12(0x275)](),this[_0x212c12(0x1d5)](_0xeac350)),this[_0x212c12(0x3d3)][_0x212c12(0xe5)]({'cmd':_0x307c82[_0x212c12(0x316)],'routeKey':_0x232060,'routeType':'','data':_0xeac350});}catch(_0x2dfa81){this[_0x212c12(0x155)]['error'](_0x2dfa81);}}[_0x4ffe42(0x275)](){const _0x1213f2=_0x4ffe42;var _0x14b850;this['_collaborationTimeoutTimer']=window[_0x1213f2(0x495)](()=>{const _0x2985c3=_0x1213f2;this[_0x2985c3(0x26b)]=null,this['_messageService'][_0x2985c3(0x309)]({'type':_0x3d1593[_0x2985c3(0x503)][_0x2985c3(0x1ce)],'content':this['_localeService']['t'](_0x2985c3(0x118))});},(_0x14b850=this['_configService']['getConfig'](_0x58795d))!=null?_0x14b850:0x4e20);}[_0x4ffe42(0x35e)](){const _0x4790b7=_0x4ffe42;this[_0x4790b7(0x26b)]&&(clearTimeout(this[_0x4790b7(0x26b)]),this['_collaborationTimeoutTimer']=null);}[_0x4ffe42(0x1d5)](_0x4dc065){const _0x3a6cd6=_0x4ffe42;if(!this[_0x3a6cd6(0x478)])return;const {data:_0x3a821b}=_0x4dc065,{unitID:_0x56b70e,changeset:_0x571877}=_0x3a821b,{mutations:_0xb5b053,type:_0x2b93b5}=_0x571877;this['_telemetryInfo']={'unitId':_0x56b70e,'type':_0x2b93b5,'startTime':performance[_0x3a6cd6(0x38e)](),'stopTime':0x0,'duration':0x0,'size':_0x50655a(_0xb5b053)};}[_0x4ffe42(0x541)](){const _0xc59b91=_0x4ffe42;if(this[_0xc59b91(0x478)]){if(!this['_telemetryInfo']){this['_logService'][_0xc59b91(0x330)](_0xc59b91(0x170),_0xc59b91(0x375));return;}this[_0xc59b91(0x9e)][_0xc59b91(0x49a)]=performance[_0xc59b91(0x38e)](),this[_0xc59b91(0x9e)][_0xc59b91(0x526)]=this[_0xc59b91(0x9e)][_0xc59b91(0x49a)]-this[_0xc59b91(0x9e)]['startTime'],this[_0xc59b91(0x252)][_0xc59b91(0x168)](_0x12e341,this[_0xc59b91(0x9e)]),this[_0xc59b91(0x9e)]=null;}}[_0x4ffe42(0x1b3)](){this['_telemetryInfo']=null;}},_0x2a808c[_0x4ffe42(0x524)]=_0x48bbbc([_0xeb580d(0x2,_0xed312c[_0x4ffe42(0x430)]),_0xeb580d(0x3,_0x16dea4[_0x4ffe42(0x2ba)]),_0xeb580d(0x4,_0x16dea4['IMessageService']),_0xeb580d(0x5,_0xed312c[_0x4ffe42(0x3a8)]),_0xeb580d(0x6,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)])),_0xeb580d(0x7,_0xed312c['Inject'](_0x2a808c[_0x4ffe42(0xac)])),_0xeb580d(0x8,_0xed312c[_0x4ffe42(0xa5)](_0x260e1f)),_0xeb580d(0x9,_0xed312c[_0x4ffe42(0x4f9)](_0x55e378[_0x4ffe42(0x466)]))],_0x2a808c['CollaborationSession']);var _0x320d75=Object[_0x4ffe42(0x52a)],_0x44a5bc=Object[_0x4ffe42(0x25d)],_0x58f031=(_0x4aa36e,_0x4717a0,_0x19378b,_0x29adc2)=>{const _0x43bc79=_0x4ffe42;for(var _0x51d806=_0x29adc2>0x1?void 0x0:_0x29adc2?_0x44a5bc(_0x4717a0,_0x19378b):_0x4717a0,_0x2a8ff7=_0x4aa36e[_0x43bc79(0x331)]-0x1,_0x19d4de;_0x2a8ff7>=0x0;_0x2a8ff7--)(_0x19d4de=_0x4aa36e[_0x2a8ff7])&&(_0x51d806=(_0x29adc2?_0x19d4de(_0x4717a0,_0x19378b,_0x51d806):_0x19d4de(_0x51d806))||_0x51d806);return _0x29adc2&&_0x51d806&&_0x320d75(_0x4717a0,_0x19378b,_0x51d806),_0x51d806;},_0x426bc1=(_0x5b823b,_0xf80656)=>(_0xb91198,_0x35333f)=>_0xf80656(_0xb91198,_0x35333f,_0x5b823b);_0x2a808c[_0x4ffe42(0x2c7)]=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x6d4176,_0xd68232,_0x88f8cb,_0x4769c2,_0x54f06b,_0x3bd1b2){const _0x174339=_0x4ffe42;super(),_0x2a6f44(this,_0x174339(0x436),new _0x4984e3[(_0x174339(0x3ae))](void 0x0)),_0x2a6f44(this,_0x174339(0x359),this[_0x174339(0x436)][_0x174339(0x31c)]()),_0x2a6f44(this,_0x174339(0x201),null),_0x2a6f44(this,_0x174339(0x419),new Map()),_0x2a6f44(this,_0x174339(0x408),new _0x4984e3['BehaviorSubject'](_0x1e0add[_0x174339(0x534)])),_0x2a6f44(this,_0x174339(0xa7),this[_0x174339(0x408)][_0x174339(0x31c)]()),_0x2a6f44(this,_0x174339(0x87),!0x1),_0x2a6f44(this,'_retryConnectingTimer'),_0x2a6f44(this,_0x174339(0x142),0x0),_0x2a6f44(this,_0x174339(0x3f8)),_0x2a6f44(this,'_timeoutTimer'),(this['_injector']=_0x6d4176,this['_localeService']=_0xd68232,this['_messageService']=_0x88f8cb,this[_0x174339(0x155)]=_0x4769c2,this['_configService']=_0x54f06b,this['_socketService']=_0x3bd1b2,this[_0x174339(0x15e)]());}get[_0x4ffe42(0x3d3)](){const _0x21b56d=_0x4ffe42;return this[_0x21b56d(0x436)][_0x21b56d(0x411)]();}[_0x4ffe42(0x15e)](){const _0x1c9255=_0x4ffe42;this[_0x1c9255(0x250)](),this[_0x1c9255(0x1fa)]();}[_0x4ffe42(0x192)](){const _0x111194=_0x4ffe42;super[_0x111194(0x192)](),this[_0x111194(0x419)][_0x111194(0x2e8)](_0x1d32d8=>_0x1d32d8[_0x111194(0x192)]()),this['_sessions'][_0x111194(0x20c)](),this[_0x111194(0x408)]['complete']();}async[_0x4ffe42(0x2ab)](_0x26c5f6){const _0x3fd2a2=_0x4ffe42;if(this['_sessions'][_0x3fd2a2(0x14b)](_0x26c5f6))return this[_0x3fd2a2(0x419)]['get'](_0x26c5f6);this[_0x3fd2a2(0x23a)]();const _0x431168=this[_0x3fd2a2(0x388)]['createInstance'](_0x2a808c[_0x3fd2a2(0x524)],_0x26c5f6,this[_0x3fd2a2(0x436)]['asObservable']());return this[_0x3fd2a2(0x419)]['set'](_0x26c5f6,_0x431168),_0x431168;}[_0x4ffe42(0x2b5)](_0x2673d7){const _0x5ba5b6=_0x4ffe42;var _0x27794d;const _0x165a16=this[_0x5ba5b6(0x419)]['get'](_0x2673d7);_0x165a16&&(this[_0x5ba5b6(0x419)]['delete'](_0x2673d7),_0x165a16[_0x5ba5b6(0x2c1)]()),this[_0x5ba5b6(0x419)][_0x5ba5b6(0x215)]||(_0x27794d=this[_0x5ba5b6(0x3d3)])==null||_0x27794d['close']();}[_0x4ffe42(0x1b0)](){const _0x76d14e=_0x4ffe42;this[_0x76d14e(0x142)]=0x0,this[_0x76d14e(0xc7)]!=null&&(clearTimeout(this['_retryConnectingTimer']),this[_0x76d14e(0xc7)]=null),this['_tryReconnect']();}[_0x4ffe42(0x4e9)](){const _0x314906=_0x4ffe42;var _0x33b53e,_0xa8fc50;const _0x14e8e4=this[_0x314906(0x3c4)]['getConfig'](_0x13e390),_0x3df45a=this[_0x314906(0x3c4)][_0x314906(0x389)](_0x230b60),_0x4a1800=(_0xa8fc50=(_0x33b53e=_0x3df45a==null?void 0x0:_0x3df45a[_0x314906(0x4fa)])!=null?_0x33b53e:_0x14e8e4)!=null?_0xa8fc50:_0x10accf,_0x364054=this[_0x314906(0xf9)][_0x314906(0x107)](_0x4a1800);return this['_candidateSocket']=_0x364054,_0x364054;}['_tryEnsureSocket'](){const _0x379ad6=_0x4ffe42;var _0x3307cb,_0x1d1ddc;try{const _0x505146=(_0x1d1ddc=(_0x3307cb=this[_0x379ad6(0x3d3)])!=null?_0x3307cb:this[_0x379ad6(0x201)])!=null?_0x1d1ddc:this[_0x379ad6(0x4e9)]();if(_0x505146){const _0x1cd8fa=_0x505146['send'];_0x505146['send']=_0x11924d=>(this[_0x379ad6(0x38f)](),_0x1cd8fa[_0x379ad6(0x10a)](_0x505146,[_0x11924d])),_0x505146[_0x379ad6(0x33b)][_0x379ad6(0x51f)](_0x4a0392=>this[_0x379ad6(0x303)](_0x505146,_0x4a0392)),_0x505146[_0x379ad6(0x324)][_0x379ad6(0x556)](_0x477442['take'](0x1))['subscribe'](_0x244f7c=>this[_0x379ad6(0x155)][_0x379ad6(0x330)](_0x379ad6(0x21f),_0x244f7c)),_0x505146[_0x379ad6(0x2ec)][_0x379ad6(0x556)](_0x477442[_0x379ad6(0x305)](0x1))[_0x379ad6(0x51f)](()=>{const _0x3b7f3e=_0x379ad6;this[_0x3b7f3e(0x47a)](_0x505146);}),_0x505146[_0x379ad6(0x34e)][_0x379ad6(0x556)](_0x477442[_0x379ad6(0x305)](0x1))[_0x379ad6(0x51f)](_0x46cd96=>{const _0x452f03=_0x379ad6;this[_0x452f03(0x155)][_0x452f03(0x2e6)](_0x452f03(0x37b),_0x452f03(0x34c),_0x46cd96),this[_0x452f03(0x270)]();});}}catch(_0x273421){this[_0x379ad6(0x155)]['error'](_0x273421),this['_onConnectionFailed']();}}['_onConnectionOpen'](_0xa84abc){const _0xbea279=_0x4ffe42;this['_logService'][_0xbea279(0x2e6)](_0xbea279(0x37b),_0xbea279(0x3bb)),_0xa84abc[_0xbea279(0xe5)]({'cmd':_0x307c82[_0xbea279(0x33e)]}),this[_0xbea279(0x38f)]();}[_0x4ffe42(0x250)](){const _0x243d4c=_0x4ffe42;window[_0x243d4c(0x1fc)](_0x243d4c(0x28b),()=>this[_0x243d4c(0x161)]());}[_0x4ffe42(0x161)](){const _0x43bac9=_0x4ffe42;this[_0x43bac9(0x87)]=!0x1,this['_candidateSocket']=null,this['_status$'][_0x43bac9(0x17f)](_0x1e0add['OFFLINE']),this[_0x43bac9(0x436)][_0x43bac9(0x17f)](null),this[_0x43bac9(0x4bf)](),this[_0x43bac9(0x357)]();}[_0x4ffe42(0x270)](){const _0x211234=_0x4ffe42;var _0x208721;this[_0x211234(0x161)](),this[_0x211234(0x142)]<((_0x208721=this[_0x211234(0x3c4)]['getConfig'](_0xb7bb48))!=null?_0x208721:0x3)?(this['_messageService']['show']({'key':_0x211234(0x1d0),'type':_0x3d1593[_0x211234(0x503)][_0x211234(0x31b)],'content':this['_localeService']['t'](_0x211234(0xe8))}),this[_0x211234(0x533)]()):this[_0x211234(0x154)]['show']({'key':'collaboration-session-retry','type':_0x3d1593[_0x211234(0x503)][_0x211234(0x1ce)],'content':this['_localeService']['t'](_0x211234(0x2ee))});}['_listenToOnlineEvent'](){const _0x1c8797=_0x4ffe42,_0x56b578=()=>{const _0x3627d2=_0x5c47;this[_0x3627d2(0x3d3)]||this['reconnect']();},_0xd5980d=()=>{const _0x23c238=_0x5c47;this['_socket']||document['visibilityState']==='hidden'||this[_0x23c238(0x1b0)]();};window['addEventListener'](_0x1c8797(0x42b),_0x56b578),document[_0x1c8797(0x1fc)](_0x1c8797(0x254),_0xd5980d);}[_0x4ffe42(0x533)](){const _0x376360=_0x4ffe42;var _0x3d4ecb;const _0x242736=this[_0x376360(0x142)],_0x5739b9=this[_0x376360(0x3c4)][_0x376360(0x389)](_0x230b60),_0x55e215=_0x242736===0x0?0x0:((_0x3d4ecb=_0x5739b9==null?void 0x0:_0x5739b9['retryConnectingInterval'])!=null?_0x3d4ecb:0x4e20)*0x2**_0x242736;this[_0x376360(0xc7)]=window[_0x376360(0x495)](()=>{const _0x391efa=_0x376360;clearTimeout(this[_0x391efa(0xc7)]),this[_0x391efa(0xc7)]=null,this[_0x391efa(0x23a)]();},_0x55e215),this[_0x376360(0x142)]+=0x1;}[_0x4ffe42(0x303)](_0x36acdf,_0x308d36){const _0x315905=_0x4ffe42,{cmd:_0x12b166}=_0x308d36;_0x12b166===_0x307c82[_0x315905(0x33e)]&&!this[_0x315905(0x87)]&&(_0x36acdf['memberID']=_0x308d36['data'][_0x315905(0x306)],this[_0x315905(0x436)][_0x315905(0x17f)](_0x36acdf),this[_0x315905(0x408)]['next'](_0x1e0add[_0x315905(0x416)]),this[_0x315905(0x87)]=!0x0,this[_0x315905(0x201)]=null),_0x12b166===_0x307c82[_0x315905(0x456)]&&this[_0x315905(0x4bf)](),this['_rescheduleHeartbeat']();}[_0x4ffe42(0x38f)](){const _0x1f5aeb=_0x4ffe42;var _0x335598;this['_clearHeartbeatTimer'](),this[_0x1f5aeb(0x3f8)]=window['setTimeout'](()=>this[_0x1f5aeb(0x3ef)](),(_0x335598=this['_configService'][_0x1f5aeb(0x389)](_0x5807fc))!=null?_0x335598:0x7530);}[_0x4ffe42(0x3ef)](){const _0x172d87=_0x4ffe42;this['_socket']['send']({'cmd':_0x307c82[_0x172d87(0x456)]}),this['_waitForHeartbeatResponse']();}[_0x4ffe42(0x26a)](){const _0x45ad98=_0x4ffe42;var _0x4a0172;this['_timeoutTimer']=window['setTimeout'](()=>this[_0x45ad98(0x270)](),(_0x4a0172=this[_0x45ad98(0x3c4)]['getConfig'](_0x58795d))!=null?_0x4a0172:0x4e20);}['_clearHeartbeatTimer'](){const _0x5578da=_0x4ffe42;this[_0x5578da(0x3f8)]!=null&&(clearTimeout(this[_0x5578da(0x3f8)]),this['_sendHeartbeatTimer']=null);}['_clearTimeoutTimer'](){const _0x4637b2=_0x4ffe42;this['_timeoutTimer']!=null&&(clearTimeout(this[_0x4637b2(0xb7)]),this[_0x4637b2(0xb7)]=null);}},_0x2a808c['CollaborationSessionService']=_0x58f031([_0x426bc1(0x0,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0x399)])),_0x426bc1(0x1,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)])),_0x426bc1(0x2,_0x16dea4[_0x4ffe42(0x441)]),_0x426bc1(0x3,_0xed312c['ILogService']),_0x426bc1(0x4,_0xed312c[_0x4ffe42(0x3a8)]),_0x426bc1(0x5,_0x4226f5)],_0x2a808c[_0x4ffe42(0x2c7)]);const _0xce85af=[];for(let _0x6f8fa1=0x0;_0x6f8fa1<0x100;++_0x6f8fa1)_0xce85af[_0x4ffe42(0x3cc)]((_0x6f8fa1+0x100)[_0x4ffe42(0x22c)](0x10)[_0x4ffe42(0xd8)](0x1));function _0x5ad6aa(_0x4e4796,_0x47d5e7=0x0){return(_0xce85af[_0x4e4796[_0x47d5e7+0x0]]+_0xce85af[_0x4e4796[_0x47d5e7+0x1]]+_0xce85af[_0x4e4796[_0x47d5e7+0x2]]+_0xce85af[_0x4e4796[_0x47d5e7+0x3]]+'-'+_0xce85af[_0x4e4796[_0x47d5e7+0x4]]+_0xce85af[_0x4e4796[_0x47d5e7+0x5]]+'-'+_0xce85af[_0x4e4796[_0x47d5e7+0x6]]+_0xce85af[_0x4e4796[_0x47d5e7+0x7]]+'-'+_0xce85af[_0x4e4796[_0x47d5e7+0x8]]+_0xce85af[_0x4e4796[_0x47d5e7+0x9]]+'-'+_0xce85af[_0x4e4796[_0x47d5e7+0xa]]+_0xce85af[_0x4e4796[_0x47d5e7+0xb]]+_0xce85af[_0x4e4796[_0x47d5e7+0xc]]+_0xce85af[_0x4e4796[_0x47d5e7+0xd]]+_0xce85af[_0x4e4796[_0x47d5e7+0xe]]+_0xce85af[_0x4e4796[_0x47d5e7+0xf]])['toLowerCase']();}let _0x4ede7a;const _0x4e6020=new Uint8Array(0x10);function _0x5f5348(){const _0x1cdda9=_0x4ffe42;if(!_0x4ede7a){if(typeof crypto>'u'||!crypto[_0x1cdda9(0x319)])throw new Error(_0x1cdda9(0x173));_0x4ede7a=crypto['getRandomValues']['bind'](crypto);}return _0x4ede7a(_0x4e6020);}const _0x37ac8b={'randomUUID':typeof crypto<'u'&&crypto[_0x4ffe42(0x394)]&&crypto[_0x4ffe42(0x394)][_0x4ffe42(0x176)](crypto)};function _0x554d62(_0x4f98dc,_0x3ad4aa,_0x8b99a2){const _0x2f0a1c=_0x4ffe42;if(_0x37ac8b[_0x2f0a1c(0x394)]&&!_0x3ad4aa&&!_0x4f98dc)return _0x37ac8b[_0x2f0a1c(0x394)]();_0x4f98dc=_0x4f98dc||{};const _0x2f0be5=_0x4f98dc[_0x2f0a1c(0x121)]||(_0x4f98dc[_0x2f0a1c(0x369)]||_0x5f5348)();return _0x2f0be5[0x6]=_0x2f0be5[0x6]&0xf|0x40,_0x2f0be5[0x8]=_0x2f0be5[0x8]&0x3f|0x80,_0x5ad6aa(_0x2f0be5);}var _0x3b63b3=Object[_0x4ffe42(0x52a)],_0x59892e=Object[_0x4ffe42(0x25d)],_0x1d00a1=(_0x413ee7,_0x4b4ee4,_0x209c16,_0x15057a)=>{for(var _0x3cdbf5=_0x15057a>0x1?void 0x0:_0x15057a?_0x59892e(_0x4b4ee4,_0x209c16):_0x4b4ee4,_0x13d7f3=_0x413ee7['length']-0x1,_0x185755;_0x13d7f3>=0x0;_0x13d7f3--)(_0x185755=_0x413ee7[_0x13d7f3])&&(_0x3cdbf5=(_0x15057a?_0x185755(_0x4b4ee4,_0x209c16,_0x3cdbf5):_0x185755(_0x3cdbf5))||_0x3cdbf5);return _0x15057a&&_0x3cdbf5&&_0x3b63b3(_0x4b4ee4,_0x209c16,_0x3cdbf5),_0x3cdbf5;},_0x3b3460=(_0x2347e0,_0x3b15ab)=>(_0x3af17c,_0x1b435b)=>_0x3b15ab(_0x3af17c,_0x1b435b,_0x2347e0);let _0x16315d=class{constructor(_0x516df8,_0x10f9fc,_0xe38cb){const _0x2b26fc=_0x4ffe42;this[_0x2b26fc(0x388)]=_0x516df8,this['_transformService']=_0x10f9fc,this[_0x2b26fc(0x135)]=_0xe38cb;}[_0x4ffe42(0x22e)](_0x1d37a1){const _0x18fb21=_0x4ffe42;this['_transformUndoRedoStack'](_0x1d37a1),this[_0x18fb21(0x434)](_0x1d37a1);}[_0x4ffe42(0x15d)](_0x7f72e8){const _0x5f4d7e=_0x4ffe42,{unitID:_0x53b777}=_0x7f72e8,_0x1bb711=this[_0x5f4d7e(0x135)][_0x5f4d7e(0x2bd)](_0x53b777)[_0x5f4d7e(0x1ff)](_0x48cd12['DocIMEInputManagerService']),{redoCache:_0x25f14b}=_0x1bb711[_0x5f4d7e(0xa8)]();if(_0x25f14b['length']===0x0)return _0x7f72e8;let _0x44aef6=_0xed312c['Tools'][_0x5f4d7e(0x4e7)](_0x7f72e8['mutations'][0x0]);for(let _0x2ef24c=0x0;_0x2ef24c<_0x25f14b[_0x5f4d7e(0x331)];_0x2ef24c++){const _0x58c949={'id':_0x5f4d7e(0x2da),'params':{..._0x25f14b[_0x2ef24c]}},_0x500b5d=this[_0x5f4d7e(0x2f8)][_0x5f4d7e(0x24f)](_0x44aef6,_0x58c949,!0x1);if(_0x2db012['isTransformMutationFailure'](_0x500b5d))throw _0x500b5d[_0x5f4d7e(0x330)];_0x44aef6=_0x500b5d['m1Prime'];}return{..._0xed312c[_0x5f4d7e(0xd3)][_0x5f4d7e(0x4e7)](_0x7f72e8),'mutations':[_0x44aef6]};}[_0x4ffe42(0x1ed)](_0x36edec){const _0x3a3032=_0x4ffe42,{unitID:_0x18dcde}=_0x36edec,_0x50999d=this['_renderManagerService'][_0x3a3032(0x2bd)](_0x18dcde)[_0x3a3032(0x1ff)](_0x48cd12['DocIMEInputManagerService']),{undoCache:_0x535afd,redoCache:_0x1343bf}=_0x50999d[_0x3a3032(0xa8)]();if(_0x535afd[_0x3a3032(0x331)]===0x0||_0x1343bf[_0x3a3032(0x331)]===0x0)return;const _0x1fc5e9=[],_0x437819=[];let _0x133d27=_0xed312c[_0x3a3032(0xd3)][_0x3a3032(0x4e7)](_0x36edec['mutations'][0x0]),_0x5f5dbc=_0xed312c[_0x3a3032(0xd3)][_0x3a3032(0x4e7)](_0x36edec[_0x3a3032(0xd9)][0x0]);for(let _0x59e620=_0x535afd[_0x3a3032(0x331)]-0x1;_0x59e620>=0x0;_0x59e620--){const _0x35b285={'id':'doc.mutation.rich-text-editing','params':{..._0x535afd[_0x59e620]}},_0x3659ca={'id':'doc.mutation.rich-text-editing','params':{..._0x1343bf[_0x59e620]}},_0x376acf=this[_0x3a3032(0x2f8)][_0x3a3032(0x24f)](_0x133d27,_0x35b285,!0x1),_0x618224=this[_0x3a3032(0x2f8)][_0x3a3032(0x24f)](_0x5f5dbc,_0x3659ca,!0x1);if(_0x2db012[_0x3a3032(0x4dd)](_0x376acf))throw _0x376acf[_0x3a3032(0x330)];if(_0x2db012[_0x3a3032(0x4dd)](_0x618224))throw _0x618224[_0x3a3032(0x330)];_0x1fc5e9[_0x3a3032(0x7f)](_0x376acf[_0x3a3032(0x2d7)]['params']),_0x437819['unshift'](_0x618224[_0x3a3032(0x2d7)][_0x3a3032(0x223)]),_0x133d27=_0x376acf['m1Prime'],_0x5f5dbc=_0x618224[_0x3a3032(0x2bb)];}_0x50999d[_0x3a3032(0x521)]({'undoCache':_0x1fc5e9,'redoCache':_0x437819});}[_0x4ffe42(0x434)](_0x22ceb7){const _0x1c027c=_0x4ffe42,{unitID:_0xa12ee9}=_0x22ceb7,_0x3b1bc9=this[_0x1c027c(0x135)][_0x1c027c(0x2bd)](_0xa12ee9)[_0x1c027c(0x1ff)](_0x48cd12['DocIMEInputManagerService']),_0x3b66c3=_0x3b1bc9['getActiveRange']();if(_0x3b66c3==null)return;const _0x4bdd60=[{'id':_0x1c027c(0x2da),'params':{'unitId':_0x22ceb7['unitID'],'actions':null,'textRanges':[_0x3b66c3]}}],_0xc38845=this[_0x1c027c(0x2f8)]['transformMutationsWithChangeset'](_0x22ceb7,_0x4bdd60);if(!_0x2db012[_0x1c027c(0x4e6)](_0xc38845))throw _0xc38845[_0x1c027c(0x330)];const _0x2febff=_0xc38845[_0x1c027c(0x2d7)][0x0][_0x1c027c(0x223)]['textRanges'];Array[_0x1c027c(0x30e)](_0x2febff)&&_0x2febff[_0x1c027c(0x331)]&&_0x3b1bc9[_0x1c027c(0x39b)](_0x2febff[0x0]);}};_0x16315d=_0x1d00a1([_0x3b3460(0x0,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['Injector'])),_0x3b3460(0x1,_0x2db012[_0x4ffe42(0x4f2)]),_0x3b3460(0x2,_0x100cea[_0x4ffe42(0x2b2)])],_0x16315d);var _0x18e5c4=Object[_0x4ffe42(0x52a)],_0x21788e=Object[_0x4ffe42(0x25d)],_0x27b938=(_0x590a94,_0x18886b,_0x1ff299,_0x34fa24)=>{const _0xe18d3b=_0x4ffe42;for(var _0x21c343=_0x34fa24>0x1?void 0x0:_0x34fa24?_0x21788e(_0x18886b,_0x1ff299):_0x18886b,_0x3f2652=_0x590a94[_0xe18d3b(0x331)]-0x1,_0x3b9eb2;_0x3f2652>=0x0;_0x3f2652--)(_0x3b9eb2=_0x590a94[_0x3f2652])&&(_0x21c343=(_0x34fa24?_0x3b9eb2(_0x18886b,_0x1ff299,_0x21c343):_0x3b9eb2(_0x21c343))||_0x21c343);return _0x34fa24&&_0x21c343&&_0x18e5c4(_0x18886b,_0x1ff299,_0x21c343),_0x21c343;},_0x187720=(_0x4ebd3b,_0x1f8455)=>(_0x4397d1,_0x45116f)=>_0x1f8455(_0x4397d1,_0x45116f,_0x4ebd3b);_0x2a808c[_0x4ffe42(0x39a)]=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x500b70,_0x2dcd36,_0x29b251,_0x5aeaf9,_0x5b21a4){const _0x526168=_0x4ffe42;super(),_0x2a6f44(this,'_cachedData',new Map()),_0x2a6f44(this,_0x526168(0x4a6),new Map()),_0x2a6f44(this,'_disabled',!0x1),(this['_configService']=_0x500b70,this['_localStorageService']=_0x2dcd36,this[_0x526168(0x221)]=_0x29b251,this['_localeService']=_0x5aeaf9,this[_0x526168(0x2fc)]=_0x5b21a4,this[_0x526168(0x195)]());}[_0x4ffe42(0x38d)](){const _0x1a3724=_0x4ffe42;this[_0x1a3724(0x457)]=!0x0;}['enableLocalCache'](){const _0x4853fd=_0x4ffe42;this[_0x4853fd(0x457)]=!0x1;}[_0x4ffe42(0x192)](){const _0x10774f=_0x4ffe42;this['exhaustSavingTask']()[_0x10774f(0x370)](()=>super[_0x10774f(0x192)]());}async[_0x4ffe42(0x46c)](_0x1ebe8b){const _0x340fbe=_0x4ffe42;return this[_0x340fbe(0x457)]?null:this[_0x340fbe(0x4df)][_0x340fbe(0xee)](_0x12b98c(_0x1ebe8b));}async[_0x4ffe42(0x4eb)](_0x19127e,_0x54f5c1){const _0x40d06d=_0x4ffe42;return!!this[_0x40d06d(0x4df)][_0x40d06d(0x281)](_0x19127e,_0x54f5c1);}['updateOfflineData'](_0x310956,_0x3c671c,_0x26283c,_0x4f6654){const _0x5d1941=_0x4ffe42,_0x252b9c=this[_0x5d1941(0x2fc)][_0x5d1941(0x181)](_0x310956);this[_0x5d1941(0x2b9)][_0x5d1941(0x53b)](_0x310956,{'unitID':_0x310956,'type':_0x3c671c,'awaitingChangeset':_0x26283c,'mutations':_0x4f6654,'rev':_0x252b9c}),this['_saveTaskMap'][_0x5d1941(0x14b)](_0x310956)||this['_scheduleSaving'](_0x310956);}['_scheduleSaving'](_0x35ae3b){const _0x2f4f1f=_0x4ffe42,_0x2d3120=this[_0x2f4f1f(0x362)]();_0x2d3120===0x0?this[_0x2f4f1f(0x20d)](_0x35ae3b):this[_0x2f4f1f(0x4a6)]['set'](_0x35ae3b,setTimeout(()=>this[_0x2f4f1f(0x20d)](_0x35ae3b),_0x2d3120));}['_getSaveTimeout'](){const _0x149d6c=_0x4ffe42;var _0x1a26dd;return(_0x1a26dd=this['_configService'][_0x149d6c(0x389)](_0x176e42))!=null?_0x1a26dd:0x3e8;}[_0x4ffe42(0x20d)](_0x8bac19){const _0x3b40a0=_0x4ffe42,_0x413c26=this[_0x3b40a0(0x4a6)]['get'](_0x8bac19);return _0x413c26!==void 0x0&&window[_0x3b40a0(0x1b9)](_0x413c26),this[_0x3b40a0(0x4df)][_0x3b40a0(0x281)](_0x12b98c(_0x8bac19),this[_0x3b40a0(0x2b9)][_0x3b40a0(0xce)](_0x8bac19))[_0x3b40a0(0x370)](()=>this['_saveTaskMap'][_0x3b40a0(0x253)](_0x8bac19));}async[_0x4ffe42(0x494)](){const _0x20c924=_0x4ffe42,_0x21fac6=[];this[_0x20c924(0x4a6)][_0x20c924(0x2e8)]((_0x5253e5,_0x1e7114)=>{const _0x1e7b8a=_0x20c924;window['clearTimeout'](_0x5253e5),_0x21fac6[_0x1e7b8a(0x3cc)](this[_0x1e7b8a(0x20d)](_0x1e7114)[_0x1e7b8a(0x370)](()=>{const _0x49985e=_0x1e7b8a;this[_0x49985e(0x4a6)][_0x49985e(0x253)](_0x1e7114);}));}),await Promise[_0x20c924(0x2ae)](_0x21fac6);}[_0x4ffe42(0x195)](){const _0x2c7284=_0x4ffe42;this[_0x2c7284(0x501)](this[_0x2c7284(0x221)][_0x2c7284(0x11a)](()=>{const _0x58d51d=_0x2c7284;if(this[_0x58d51d(0x4a6)][_0x58d51d(0x215)])return this[_0x58d51d(0x464)]['t'](_0x58d51d(0x3f3));}));}},_0x2a808c[_0x4ffe42(0x39a)]=_0x27b938([_0x187720(0x0,_0xed312c[_0x4ffe42(0x3a8)]),_0x187720(0x1,_0xed312c[_0x4ffe42(0x289)]),_0x187720(0x2,_0x16dea4[_0x4ffe42(0x2ba)]),_0x187720(0x3,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)])),_0x187720(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)]))],_0x2a808c[_0x4ffe42(0x39a)]);function _0x12b98c(_0x58ab28){const _0x426b92=_0x4ffe42;return _0x426b92(0x4ac)+_0x58ab28;}var _0x5a5933=Object[_0x4ffe42(0x52a)],_0x7614=Object[_0x4ffe42(0x25d)],_0xf042df=(_0x5b52d8,_0x5ec47b,_0xc4de31,_0x168c6c)=>{const _0x12c349=_0x4ffe42;for(var _0x48d241=_0x168c6c>0x1?void 0x0:_0x168c6c?_0x7614(_0x5ec47b,_0xc4de31):_0x5ec47b,_0x115149=_0x5b52d8[_0x12c349(0x331)]-0x1,_0x5716f4;_0x115149>=0x0;_0x115149--)(_0x5716f4=_0x5b52d8[_0x115149])&&(_0x48d241=(_0x168c6c?_0x5716f4(_0x5ec47b,_0xc4de31,_0x48d241):_0x5716f4(_0x48d241))||_0x48d241);return _0x168c6c&&_0x48d241&&_0x5a5933(_0x5ec47b,_0xc4de31,_0x48d241),_0x48d241;},_0x71edd7=(_0x2171e0,_0x5f3e3e)=>(_0x289a38,_0x300f3c)=>_0x5f3e3e(_0x289a38,_0x300f3c,_0x2171e0);function _0xded656(_0x2cdc2b){const _0x5ae188=_0x4ffe42,{unitID:_0x781dc6,mutations:_0x455057}=_0x2cdc2b;return{'unitId':_0x781dc6,'subUnitId':_0x455057[0x0]['params'][_0x5ae188(0x263)]};}let _0x5c1d94=class{constructor(_0x12f053,_0x1b3f6e,_0x131ae7){const _0x3f80b3=_0x4ffe42;this[_0x3f80b3(0x388)]=_0x12f053,this[_0x3f80b3(0x2f8)]=_0x1b3f6e,this[_0x3f80b3(0x29a)]=_0x131ae7;}['transformSelections'](_0x20d260){const _0x3c2e16=_0x4ffe42;var _0x265222,_0x35fea8,_0x516f6f,_0x26c700;const _0x16f9a4=this[_0x3c2e16(0x388)][_0x3c2e16(0xce)](_0x3c9e4d[_0x3c2e16(0x109)]),{unitId:_0x50e886,subUnitId:_0x590ab1}=_0xded656(_0x20d260),_0x2ad076=_0x16f9a4[_0x3c2e16(0x228)](_0x50e886)['getCurrentSelections'](),_0x3948e1=(_0x35fea8=(_0x265222=this[_0x3c2e16(0x29a)][_0x3c2e16(0x4b3)](_0x50e886))==null?void 0x0:_0x265222[_0x3c2e16(0x31f)]())==null?void 0x0:_0x35fea8[_0x3c2e16(0x3f4)]();if(_0x2ad076[_0x3c2e16(0x331)]===0x0||!_0x50e886||!_0x590ab1)return;const _0x1c4c86=[{'id':_0x3c9e4d[_0x3c2e16(0x174)]['id'],'params':{'unitId':_0x50e886,'subUnitId':_0x3948e1,'selections':_0xed312c[_0x3c2e16(0xd3)]['deepClone'](_0x2ad076)}}],_0x38f565=this[_0x3c2e16(0x2f8)]['transformMutationsWithChangeset'](_0x20d260,_0x1c4c86);if(!_0x2db012[_0x3c2e16(0x4e6)](_0x38f565))throw _0x38f565[_0x3c2e16(0x330)];const _0x3cf3c1=(_0x26c700=(_0x516f6f=_0x38f565[_0x3c2e16(0x2d7)][0x0])==null?void 0x0:_0x516f6f[_0x3c2e16(0x223)])==null?void 0x0:_0x26c700[_0x3c2e16(0x209)];if(Array[_0x3c2e16(0x30e)](_0x3cf3c1)&&_0x3cf3c1[_0x3c2e16(0x331)]){if(_0x3cf3c1[_0x3c2e16(0x331)]===_0x1c4c86[0x0][_0x3c2e16(0x223)][_0x3c2e16(0x209)][_0x3c2e16(0x331)]&&_0x3cf3c1[_0x3c2e16(0x3e4)]((_0x4343c7,_0x7d489c)=>_0xed312c[_0x3c2e16(0x21a)][_0x3c2e16(0x2f5)](_0x4343c7['range'],_0x1c4c86[0x0][_0x3c2e16(0x223)][_0x3c2e16(0x209)][_0x7d489c][_0x3c2e16(0x8e)])))return;this[_0x3c2e16(0x388)][_0x3c2e16(0xce)](_0xed312c[_0x3c2e16(0x41e)])[_0x3c2e16(0x53f)](_0x3c9e4d['SetSelectionsOperation']['id'],{'unitId':_0x50e886,'subUnitId':_0x3948e1,'selections':_0x3cf3c1});}}};_0x5c1d94=_0xf042df([_0x71edd7(0x0,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0x399)])),_0x71edd7(0x1,_0x2db012[_0x4ffe42(0x4f2)]),_0x71edd7(0x2,_0xed312c[_0x4ffe42(0x99)])],_0x5c1d94);const _0x29dcde=_0xed312c['createIdentifier'](_0x4ffe42(0x88));var _0x2da9cf=(_0x50c099=>(_0x50c099[_0x50c099['NO_OTHER_CLIENTS_EDITING']=0x0]=_0x4ffe42(0xcd),_0x50c099[_0x50c099[_0x4ffe42(0x405)]=0x1]=_0x4ffe42(0x405),_0x50c099))(_0x2da9cf||{});const _0x3d0cba=0x7530,_0x4e9ca5=_0x4ffe42(0x259);class _0x2aacb6 extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(){const _0xd47874=_0x4ffe42;super(),_0x2a6f44(this,_0xd47874(0x1c4),_0xed312c[_0xd47874(0xd3)][_0xd47874(0x122)]()),_0x2a6f44(this,'_selfUnitIDs',new Set()),_0x2a6f44(this,'_unitOnClients',new Map()),_0x2a6f44(this,_0xd47874(0x442),null),_0x2a6f44(this,_0xd47874(0x116),new Map()),_0x2a6f44(this,_0xd47874(0x432),new Map()),this[_0xd47874(0x2c5)]();}[_0x4ffe42(0x192)](){const _0x44aa4b=_0x4ffe42;super['dispose'](),this['_clearOtherTimers'][_0x44aa4b(0x2e8)]((_0x569979,_0x2af1a9)=>this[_0x44aa4b(0x91)](_0x2af1a9)),this[_0x44aa4b(0x442)]&&window['clearInterval'](this[_0x44aa4b(0x442)]);}[_0x4ffe42(0x315)](_0x3fd29d){const _0x3a175c=_0x4ffe42;return this[_0x3a175c(0x2e1)](_0x3fd29d)[_0x3a175c(0x556)](_0x4984e3['distinctUntilChanged']());}[_0x4ffe42(0x34d)](_0x178eb1){const _0x4910aa=_0x4ffe42;this[_0x4910aa(0x513)][_0x4910aa(0x215)]===0x0&&this[_0x4910aa(0x3f9)](),this[_0x4910aa(0x513)][_0x4910aa(0x47f)](_0x178eb1),this['_send']({'type':0x0,'memberID':this[_0x4910aa(0x1c4)],'unitIDs':[_0x178eb1],'isForwarded':!0x1});}[_0x4ffe42(0x1f0)](_0x5b5712){const _0x294339=_0x4ffe42;this['_selfUnitIDs']['delete'](_0x5b5712),this[_0x294339(0x513)][_0x294339(0x215)]===0x0&&this['_heartbeatTimer']&&window[_0x294339(0xe0)](this[_0x294339(0x442)]);}[_0x4ffe42(0x2c5)](){const _0x515a18=_0x4ffe42;this['disposeWithMe'](_0xed312c[_0x515a18(0x4c6)](_0x4984e3[_0x515a18(0x1a6)](window,_0x515a18(0x3be))[_0x515a18(0x51f)](_0x1e911e=>{const _0x25fdbe=_0x515a18;if(_0x1e911e['key']!==_0x4e9ca5||!_0x1e911e[_0x25fdbe(0x2f1)])return;const _0x22262b=JSON[_0x25fdbe(0x557)](_0x1e911e[_0x25fdbe(0x2f1)]);this['_handleEvent'](_0x22262b);}))),window['addEventListener'](_0x515a18(0x1f3),()=>this[_0x515a18(0x1f7)]({'type':0x1,'memberID':this[_0x515a18(0x1c4)],'unitIDs':Array[_0x515a18(0x1b4)](this['_selfUnitIDs'])}));}[_0x4ffe42(0x392)](_0x1236ac){const _0x29ab31=_0x4ffe42;switch(_0x1236ac[_0x29ab31(0x535)]){case 0x0:this[_0x29ab31(0x194)](_0x1236ac);break;case 0x1:this[_0x29ab31(0xf4)](_0x1236ac);break;case 0x2:this[_0x29ab31(0x138)](_0x1236ac);break;}}[_0x4ffe42(0x194)](_0x5cb69b){const _0x39c457=_0x4ffe42,{unitIDs:_0x22d0be,memberID:_0x2e8826,isForwarded:_0x46e986}=_0x5cb69b;_0x22d0be[_0x39c457(0x2e8)](_0x524f22=>{const _0x3173c=_0x39c457;if(!_0x46e986&&this['_unitOnClients']['has'](_0x524f22)&&this[_0x3173c(0x2e1)](_0x524f22)[_0x3173c(0x17f)](0x1),!this[_0x3173c(0x244)][_0x3173c(0x14b)](_0x524f22)||!this['_unitOnClients'][_0x3173c(0xce)](_0x524f22)[_0x3173c(0x14b)](_0x2e8826)){const _0x4ed212=this['_unitOnClients'][_0x3173c(0xce)](_0x524f22)||new Set();_0x4ed212['add'](_0x2e8826),this[_0x3173c(0x244)][_0x3173c(0x53b)](_0x524f22,_0x4ed212),this[_0x3173c(0x553)](_0x2e8826);}}),_0x46e986||this['_send']({'type':0x0,'memberID':this[_0x39c457(0x1c4)],'unitIDs':[...this[_0x39c457(0x513)]],'isForwarded':!0x0});}['_scheduleClearOtherTimer'](_0x5cfb4c){const _0x3959a6=_0x4ffe42;this['_removeClearOtherTimer'](_0x5cfb4c);const _0x424ad8=window['setTimeout'](()=>{this['_unitOnClients']['forEach'](_0x224255=>{const _0x52b4e4=_0x5c47;_0x224255[_0x52b4e4(0x253)](_0x5cfb4c);});},_0x3d0cba*0x2);this[_0x3959a6(0x116)]['set'](_0x5cfb4c,_0x424ad8);}[_0x4ffe42(0x91)](_0xbc4abe){const _0x3f2bd0=_0x4ffe42;if(this[_0x3f2bd0(0x116)][_0x3f2bd0(0x14b)](_0xbc4abe)){const _0x3f3b99=this[_0x3f2bd0(0x116)][_0x3f2bd0(0xce)](_0xbc4abe);_0x3f3b99&&window['clearTimeout'](_0x3f3b99),this[_0x3f2bd0(0x116)][_0x3f2bd0(0x53b)](_0xbc4abe,null);}}['_handleLeaveEvent'](_0x4a66c3){const _0x2aee2e=_0x4ffe42,{memberID:_0x418c16,unitIDs:_0x9d511a}=_0x4a66c3;_0x9d511a['forEach'](_0x3a68d2=>{const _0x4bbdbe=_0x5c47;var _0x49a2d2;const _0x557e2f=this[_0x4bbdbe(0x244)][_0x4bbdbe(0xce)](_0x3a68d2);_0x557e2f&&(_0x557e2f[_0x4bbdbe(0x253)](_0x418c16),(_0x49a2d2=this[_0x4bbdbe(0x2e1)](_0x3a68d2))==null||_0x49a2d2[_0x4bbdbe(0x17f)](_0x557e2f['size']===0x0?0x0:0x1));}),this[_0x2aee2e(0x91)](_0x418c16);}['_handleHeartbeatEvent'](_0x16b34b){const _0x3a803a=_0x4ffe42;this[_0x3a803a(0x553)](_0x16b34b[_0x3a803a(0x306)]);}[_0x4ffe42(0x1f7)](_0x5f19b4){localStorage['setItem'](_0x4e9ca5,JSON['stringify'](_0x5f19b4));}[_0x4ffe42(0x3f9)](){const _0x99cb5=_0x4ffe42;this[_0x99cb5(0x442)]=window[_0x99cb5(0x2ac)](()=>{const _0x30524d=_0x99cb5;this['_send']({'type':0x2,'memberID':this[_0x30524d(0x1c4)]});},_0x3d0cba);}[_0x4ffe42(0x2e1)](_0xdfbd0e){const _0x2d3c65=_0x4ffe42;return this['_unitStatus'][_0x2d3c65(0x14b)](_0xdfbd0e)||this[_0x2d3c65(0x432)][_0x2d3c65(0x53b)](_0xdfbd0e,new _0x4984e3[(_0x2d3c65(0x3ae))](0x0)),this[_0x2d3c65(0x432)][_0x2d3c65(0xce)](_0xdfbd0e);}}var _0x1f8a7b=Object['defineProperty'],_0x5829b0=Object[_0x4ffe42(0x25d)],_0x82f49d=(_0x1d7732,_0x2074dd,_0x1dc734,_0x4ca614)=>{const _0x57ab76=_0x4ffe42;for(var _0x15abed=_0x4ca614>0x1?void 0x0:_0x4ca614?_0x5829b0(_0x2074dd,_0x1dc734):_0x2074dd,_0x3e0e57=_0x1d7732[_0x57ab76(0x331)]-0x1,_0x2427ae;_0x3e0e57>=0x0;_0x3e0e57--)(_0x2427ae=_0x1d7732[_0x3e0e57])&&(_0x15abed=(_0x4ca614?_0x2427ae(_0x2074dd,_0x1dc734,_0x15abed):_0x2427ae(_0x15abed))||_0x15abed);return _0x4ca614&&_0x15abed&&_0x1f8a7b(_0x2074dd,_0x1dc734,_0x15abed),_0x15abed;},_0x1cda0f=(_0x5e3547,_0x4ee603)=>(_0x582496,_0x5c0d86)=>_0x4ee603(_0x582496,_0x5c0d86,_0x5e3547);let _0x2dd995=class{constructor(_0x4ff354,_0x294529,_0x27f24c){const _0x417ae9=_0x4ffe42;this[_0x417ae9(0x388)]=_0x4ff354,this[_0x417ae9(0x2f8)]=_0x294529,this[_0x417ae9(0x4e0)]=_0x27f24c;}[_0x4ffe42(0x508)](_0x465a8a){const _0x33bc91=_0x4ffe42;this[_0x33bc91(0x14c)](_0x465a8a);}['transformRemoteChangeset'](_0x5393d4){const _0x407419=_0x4ffe42,{unitID:_0xf51c0a}=_0x5393d4,{collaboration:_0x5a471e}=this[_0x407419(0x4e0)][_0x407419(0x7e)](_0xf51c0a);if(_0x5a471e[_0x407419(0x331)]===0x0)return _0x5393d4;let _0x316b96=_0xed312c[_0x407419(0xd3)][_0x407419(0x4e7)](_0x5393d4[_0x407419(0xd9)][0x0]);for(let _0x57e433=0x0;_0x57e433<_0x5a471e[_0x407419(0x331)];_0x57e433++){const _0x37b7d9={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x5a471e[_0x57e433][_0x407419(0x27d)],..._0x5a471e[_0x57e433]['redoState']}},_0x5b3851=this[_0x407419(0x2f8)][_0x407419(0x24f)](_0x316b96,_0x37b7d9,!0x1);if(_0x2db012['isTransformMutationFailure'](_0x5b3851))throw _0x5b3851[_0x407419(0x330)];_0x316b96=_0x5b3851[_0x407419(0x2bb)];}return{..._0xed312c[_0x407419(0xd3)]['deepClone'](_0x5393d4),'mutations':[_0x316b96]};}[_0x4ffe42(0x14c)](_0x3b879c){const _0x1ab914=_0x4ffe42,{unitID:_0x2abb87}=_0x3b879c,{history:_0x1ce310,collaboration:_0x5e1165}=this[_0x1ab914(0x4e0)][_0x1ab914(0x7e)](_0x2abb87);if(_0x1ce310[_0x1ab914(0x331)]===0x0&&_0x5e1165['length']===0x0)return;const _0x5e7a36=[],_0x4a88b7=[];let _0x152daa=_0xed312c[_0x1ab914(0xd3)][_0x1ab914(0x4e7)](_0x3b879c[_0x1ab914(0xd9)][0x0]),_0x275b9d=_0xed312c[_0x1ab914(0xd3)][_0x1ab914(0x4e7)](_0x3b879c[_0x1ab914(0xd9)][0x0]);for(let _0x2a190c=_0x1ce310[_0x1ab914(0x331)]-0x1;_0x2a190c>=0x0;_0x2a190c--){const _0x4a41c4={'id':_0x1ab914(0x2da),'params':{'unitId':_0x1ce310[_0x2a190c][_0x1ab914(0x27d)],..._0x1ce310[_0x2a190c][_0x1ab914(0x512)]}},_0x723506={'id':_0x1ab914(0x2da),'params':{'unitId':_0x1ce310[_0x2a190c][_0x1ab914(0x27d)],..._0x1ce310[_0x2a190c][_0x1ab914(0x283)]}},_0xaea961=this[_0x1ab914(0x2f8)][_0x1ab914(0x24f)](_0x152daa,_0x4a41c4,!0x1),_0x4cde9f=this[_0x1ab914(0x2f8)]['transformMutation'](_0x275b9d,_0x723506,!0x1);if(_0x2db012[_0x1ab914(0x4dd)](_0xaea961))throw _0xaea961['error'];if(_0x2db012[_0x1ab914(0x4dd)](_0x4cde9f))throw _0x4cde9f[_0x1ab914(0x330)];_0x5e7a36[_0x1ab914(0x7f)]({..._0x1ce310[_0x2a190c],'undoState':_0xaea961[_0x1ab914(0x2d7)]['params'],'redoState':_0x4cde9f[_0x1ab914(0x2d7)][_0x1ab914(0x223)]}),_0x152daa=_0xaea961['m1Prime'],_0x275b9d=_0x4cde9f[_0x1ab914(0x2bb)];}_0x152daa=_0xed312c[_0x1ab914(0xd3)][_0x1ab914(0x4e7)](_0x3b879c[_0x1ab914(0xd9)][0x0]),_0x275b9d=_0xed312c[_0x1ab914(0xd3)][_0x1ab914(0x4e7)](_0x3b879c[_0x1ab914(0xd9)][0x0]);for(let _0x315b3f=_0x5e1165[_0x1ab914(0x331)]-0x1;_0x315b3f>=0x0;_0x315b3f--){const _0x240257={'id':_0x1ab914(0x2da),'params':{'unitId':_0x5e1165[_0x315b3f][_0x1ab914(0x27d)],..._0x5e1165[_0x315b3f][_0x1ab914(0x512)]}},_0x193ede={'id':_0x1ab914(0x2da),'params':{'unitId':_0x5e1165[_0x315b3f][_0x1ab914(0x27d)],..._0x5e1165[_0x315b3f][_0x1ab914(0x283)]}},_0xb0ea84=this[_0x1ab914(0x2f8)][_0x1ab914(0x24f)](_0x152daa,_0x240257,!0x1),_0xbe457f=this[_0x1ab914(0x2f8)][_0x1ab914(0x24f)](_0x275b9d,_0x193ede,!0x1);if(_0x2db012['isTransformMutationFailure'](_0xb0ea84))throw _0xb0ea84['error'];if(_0x2db012[_0x1ab914(0x4dd)](_0xbe457f))throw _0xbe457f[_0x1ab914(0x330)];_0x4a88b7['unshift']({..._0x5e1165[_0x315b3f],'undoState':_0xb0ea84[_0x1ab914(0x2d7)]['params'],'redoState':_0xbe457f['m2Prime']['params']}),_0x152daa=_0xb0ea84[_0x1ab914(0x2bb)],_0x275b9d=_0xbe457f[_0x1ab914(0x2bb)];}this[_0x1ab914(0x4e0)]['setStateCache'](_0x2abb87,{'history':_0x5e7a36,'collaboration':_0x4a88b7});}};_0x2dd995=_0x82f49d([_0x1cda0f(0x0,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x1cda0f(0x1,_0x2db012[_0x4ffe42(0x4f2)]),_0x1cda0f(0x2,_0xed312c['Inject'](_0x48cd12['DocStateChangeManagerService']))],_0x2dd995);function _0x53644f(_0x4652dd){const _0x154622=_0x4ffe42;let _0x404e18='';for(const _0x4c464d of _0x4652dd){const {startOffset:_0x1fec47,endOffset:_0x6b5dc8,isActive:_0x2801eb,rangeType:_0x523609,segmentId:_0x521ad1,segmentPage:_0x5f1928}=_0x4c464d;_0x404e18[_0x154622(0x331)]&&(_0x404e18+=','),_0x404e18+=_0x1fec47+':'+_0x6b5dc8+':'+(_0x2801eb?'1':'0')+':'+_0x523609+':'+_0x521ad1+':'+_0x5f1928;}return _0x404e18;}function _0xf23b3e(_0xbeb709){const _0x149abe=_0x4ffe42,_0x4e37aa=_0xbeb709[_0x149abe(0x158)](','),_0x4f96c9=[];for(const _0x1ad983 of _0x4e37aa){const [_0x2c630b,_0x54d075,_0x564cfb,_0x437dfa,_0x24b14b,_0x576a13]=_0x1ad983[_0x149abe(0x158)](':');_0x4f96c9[_0x149abe(0x3cc)]({'startOffset':Number(_0x2c630b),'endOffset':Number(_0x54d075),'collapsed':_0x2c630b===_0x54d075,'isActive':_0x564cfb==='1','rangeType':_0x437dfa===_0xed312c[_0x149abe(0x4d3)][_0x149abe(0xc3)]?_0xed312c[_0x149abe(0x4d3)][_0x149abe(0xc3)]:_0xed312c[_0x149abe(0x4d3)][_0x149abe(0x368)],'segmentId':typeof _0x24b14b=='string'?String(_0x24b14b):'','segmentPage':Number(_0x576a13!=null?_0x576a13:-0x1)});}return _0x4f96c9[_0x149abe(0x44c)](_0x1eb0f2=>_0x1eb0f2[_0x149abe(0x451)])||(_0x4f96c9[0x0]['isActive']=!0x0),_0x4f96c9;}class _0x46e4d0 extends _0xed312c[_0x4ffe42(0x379)]{constructor(){const _0x45760a=_0x4ffe42;super(...arguments),_0x2a6f44(this,_0x45760a(0x4c9),new _0x4984e3['BehaviorSubject'](null)),_0x2a6f44(this,_0x45760a(0x2ef),this[_0x45760a(0x4c9)]['asObservable']());}[_0x4ffe42(0x504)](_0x37edfb){const _0x70bb34=_0x4ffe42,{unitID:_0x2b6538,memberID:_0x550a75,textRanges:_0xf9766c}=_0x37edfb,_0x4ec711=_0x53644f(_0xf9766c);if(_0x4ec711==='')return;const _0x5a7207={'unitID':_0x2b6538,'memberID':_0x550a75,'selection':_0x4ec711};this[_0x70bb34(0x4c9)][_0x70bb34(0x17f)](_0x5a7207);}}var _0x28ab0e=Object['defineProperty'],_0x5b34a2=Object[_0x4ffe42(0x25d)],_0x5b1058=(_0xb0cc4e,_0x4e69e4,_0x22ec84,_0x2c5afa)=>{const _0x3d87d9=_0x4ffe42;for(var _0x15a600=_0x2c5afa>0x1?void 0x0:_0x2c5afa?_0x5b34a2(_0x4e69e4,_0x22ec84):_0x4e69e4,_0x2b44bb=_0xb0cc4e[_0x3d87d9(0x331)]-0x1,_0x244ebf;_0x2b44bb>=0x0;_0x2b44bb--)(_0x244ebf=_0xb0cc4e[_0x2b44bb])&&(_0x15a600=(_0x2c5afa?_0x244ebf(_0x4e69e4,_0x22ec84,_0x15a600):_0x244ebf(_0x15a600))||_0x15a600);return _0x2c5afa&&_0x15a600&&_0x28ab0e(_0x4e69e4,_0x22ec84,_0x15a600),_0x15a600;},_0x51b58c=(_0x19c6c0,_0x37fb80)=>(_0x728ab5,_0x52627d)=>_0x37fb80(_0x728ab5,_0x52627d,_0x19c6c0);let _0xc766bf=class{constructor(_0xb8c949,_0x2cef5c){const _0xa24418=_0x4ffe42;this[_0xa24418(0x388)]=_0xb8c949,this[_0xa24418(0x2f8)]=_0x2cef5c;}['transformSelections'](_0x2eae43){const _0x445939=_0x4ffe42;var _0x507f58;const _0xafd3a4=this[_0x445939(0x388)]['get'](_0x10f1a4[_0x445939(0xc0)]),_0x58c0fb=(_0x507f58=_0xafd3a4['getDocRanges']())!=null?_0x507f58:[];if(_0x58c0fb['length']===0x0)return;const _0x46ed4e=_0x2eae43[_0x445939(0x2a3)],_0x10e3d7=[{'id':_0x445939(0x2da),'params':{'unitId':_0x46ed4e,'actions':null,'textRanges':_0x58c0fb}}],_0x62f2f=this[_0x445939(0x2f8)][_0x445939(0x245)](_0x2eae43,_0x10e3d7);if(!_0x2db012['isTransformMutationsWithChangesetSuccess'](_0x62f2f))throw _0x62f2f[_0x445939(0x330)];const _0x510bcf=_0x62f2f[_0x445939(0x2d7)][0x0][_0x445939(0x223)][_0x445939(0x1a5)];Array[_0x445939(0x30e)](_0x510bcf)&&_0x510bcf[_0x445939(0x331)]&&_0xafd3a4['replaceDocRanges'](_0x510bcf,{'unitId':_0x46ed4e,'subUnitId':_0x46ed4e},!0x1);}};_0xc766bf=_0x5b1058([_0x51b58c(0x0,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x51b58c(0x1,_0x2db012['ITransformService'])],_0xc766bf);const _0xf236c0=new Set([_0x3c9e4d[_0x4ffe42(0x19a)]['id']]);function _0x1b739a(_0x5a9b64,_0x57c822,_0x321335,_0xb7a678,_0x191c97){const _0x54bb1b=_0x4ffe42;var _0x5f5857,_0x49affa,_0x25ecbc,_0x127f38;const _0x766d87=[];for(const _0x1b556f of _0x5a9b64)if(_0xf236c0['has'](_0x1b556f['id'])){if(_0x766d87[_0x54bb1b(0x331)]>0x0)break;_0x766d87[_0x54bb1b(0x3cc)](_0x1b556f);break;}else _0x766d87[_0x54bb1b(0x3cc)](_0x1b556f);const _0x50e4aa=(_0x49affa=(_0x5f5857=_0x191c97['getCurrentUser']())==null?void 0x0:_0x5f5857[_0x54bb1b(0x193)])!=null?_0x49affa:_0x54bb1b(0x312),_0x5a8169=(_0x127f38=(_0x25ecbc=_0x191c97[_0x54bb1b(0x41b)]())==null?void 0x0:_0x25ecbc[_0x54bb1b(0x306)])!=null?_0x127f38:'unknown';return{'changeset':{'unitID':_0x57c822,'type':_0x2db012['mapDocumentTypeToUniverType'](_0x321335['getUnitType'](_0x57c822)),'baseRev':_0xb7a678[_0x54bb1b(0x181)](_0x57c822),'revision':0x0,'userID':_0x50e4aa,'memberID':_0x5a8169,'mutations':_0x766d87},'pendingMutations':_0x5a9b64['slice'](_0x766d87[_0x54bb1b(0x331)])};}function _0x45d999(_0x967a8a,_0x30052a,_0x3519d0,_0x95ed05,_0x4c209a){const _0x51a129=_0x4ffe42;var _0x31720a,_0x2d28c9,_0x2f4a91,_0x2b49b8;const _0x67e53c=[_0x967a8a[_0x51a129(0x327)]((_0x16559c,_0x227bc8)=>{const _0x399b99=_0x51a129;var _0x10ee51;const {id:_0x28f07e}=_0x16559c,{id:_0x439d11,type:_0x17c2e6}=_0x227bc8,_0xdfde9f=(_0x10ee51=_0x16559c[_0x399b99(0x223)])!=null?_0x10ee51:{'actions':null},_0x26509f=_0x227bc8[_0x399b99(0x223)];if(_0x28f07e&&_0x28f07e!==_0x439d11)throw new Error(_0x399b99(0x288)+_0x28f07e+'\x20-\x20'+_0x439d11+'.');return{..._0x16559c,'id':_0x439d11,'type':_0x17c2e6,'params':{'unitId':_0x26509f[_0x399b99(0x27d)],'textRanges':_0x26509f[_0x399b99(0x1a5)],'actions':_0xed312c[_0x399b99(0x1d9)][_0x399b99(0x4d6)](_0xdfde9f[_0x399b99(0x2ea)],_0x26509f[_0x399b99(0x2ea)])}};},{})],_0x5c4d45=(_0x2d28c9=(_0x31720a=_0x4c209a[_0x51a129(0x41b)]())==null?void 0x0:_0x31720a[_0x51a129(0x193)])!=null?_0x2d28c9:'unknown',_0x5aa347=(_0x2b49b8=(_0x2f4a91=_0x4c209a['getCurrentUser']())==null?void 0x0:_0x2f4a91['memberID'])!=null?_0x2b49b8:'unknown';return{'changeset':{'unitID':_0x30052a,'type':_0x2db012['mapDocumentTypeToUniverType'](_0x3519d0[_0x51a129(0x15b)](_0x30052a)),'baseRev':_0x95ed05[_0x51a129(0x181)](_0x30052a),'revision':0x0,'userID':_0x5c4d45,'memberID':_0x5aa347,'mutations':_0x67e53c},'pendingMutations':[]};}function _0x32a717(_0x910def,_0x2cd296){const _0x1f0555=_0x4ffe42,_0x129d13=new _0x4984e3['ReplaySubject'](0x1);return setTimeout(()=>_0x129d13[_0x1f0555(0x17f)](_0x2cd296),_0x910def),_0x129d13[_0x1f0555(0x31c)]()['pipe'](_0x4984e3[_0x1f0555(0x305)](0x1));}const _0x18bf06={'id':_0x3c9e4d[_0x4ffe42(0x220)]['id'],'type':_0xed312c['CommandType'][_0x4ffe42(0xb5)],'params':{}};var _0x1995f1=Object[_0x4ffe42(0x52a)],_0x17462a=Object[_0x4ffe42(0x25d)],_0x960559=(_0x108f3f,_0x8ba7ce,_0x1afdad,_0x5c9808)=>{const _0x5b2e8f=_0x4ffe42;for(var _0x2787b2=_0x5c9808>0x1?void 0x0:_0x5c9808?_0x17462a(_0x8ba7ce,_0x1afdad):_0x8ba7ce,_0x205f3b=_0x108f3f[_0x5b2e8f(0x331)]-0x1,_0x3b687c;_0x205f3b>=0x0;_0x205f3b--)(_0x3b687c=_0x108f3f[_0x205f3b])&&(_0x2787b2=(_0x5c9808?_0x3b687c(_0x8ba7ce,_0x1afdad,_0x2787b2):_0x3b687c(_0x2787b2))||_0x2787b2);return _0x5c9808&&_0x2787b2&&_0x1995f1(_0x8ba7ce,_0x1afdad,_0x2787b2),_0x2787b2;},_0x50348e=(_0x468c29,_0x45c8f8)=>(_0x2bb536,_0x264699)=>_0x45c8f8(_0x2bb536,_0x264699,_0x468c29),_0x94e66b=(_0xe479fd=>(_0xe479fd[_0x4ffe42(0x31a)]='not_collab',_0xe479fd[_0x4ffe42(0x163)]=_0x4ffe42(0x1b1),_0xe479fd[_0x4ffe42(0x17e)]=_0x4ffe42(0x1a9),_0xe479fd[_0x4ffe42(0x352)]=_0x4ffe42(0x143),_0xe479fd[_0x4ffe42(0x1bb)]='awaiting_with_pending',_0xe479fd[_0x4ffe42(0x1c9)]=_0x4ffe42(0x4a0),_0xe479fd[_0x4ffe42(0x1df)]=_0x4ffe42(0x2e3),_0xe479fd[_0x4ffe42(0x1c1)]='offline',_0xe479fd))(_0x94e66b||{});const _0x2396eb=0xea60;class _0x50e185{constructor(_0x33b815,_0x5ebd91,_0x3d3341,_0x10f914,_0x5890a2,_0x39957a,_0x3d074f,_0x1cd7ac,_0x31b5d9){const _0x1c5a50=_0x4ffe42;_0x2a6f44(this,_0x1c5a50(0x2d8),null),_0x2a6f44(this,_0x1c5a50(0xc6),[]),(this[_0x1c5a50(0x2a3)]=_0x33b815,this[_0x1c5a50(0x535)]=_0x5ebd91,this['_handler']=_0x5890a2,this[_0x1c5a50(0x477)]=_0x39957a,this[_0x1c5a50(0x4c4)]=_0x3d074f,this[_0x1c5a50(0x2fc)]=_0x1cd7ac,this['_localCacheService']=_0x31b5d9,this[_0x1c5a50(0x2d8)]=_0x3d3341,this[_0x1c5a50(0xc6)]=_0x10f914);}['_checkMissing'](_0x428110){const _0xd8e9ba=_0x4ffe42,_0x117c96=this['_revisionService']['getCurrentRevOfUnit'](this[_0xd8e9ba(0x2a3)]);return _0x428110[_0xd8e9ba(0x133)]>_0x117c96+0x1?(this[_0xd8e9ba(0xfb)][_0xd8e9ba(0x49f)]({'from':_0x117c96,'to':_0x428110[_0xd8e9ba(0x133)]-0x1}),!0x0):!0x1;}['_transformUndoredo'](_0x5356bb){const _0x3bea2b=_0x4ffe42;this[_0x3bea2b(0x4c4)][_0x3bea2b(0x248)](this[_0x3bea2b(0x2a3)],_0x5356bb);}['_transformSelections'](_0x4e5ccc){const _0x5d10a4=_0x4ffe42;var _0x16cbbd,_0x7bcce1;(_0x7bcce1=(_0x16cbbd=this[_0x5d10a4(0xfb)])[_0x5d10a4(0x465)])==null||_0x7bcce1[_0x5d10a4(0x4fd)](_0x16cbbd,_0x4e5ccc);}['_transformIMECache'](_0x3c057c){const _0x3afecd=_0x4ffe42;var _0x5793d6,_0x28642a;return(_0x28642a=(_0x5793d6=this['_handler'])[_0x3afecd(0x481)])==null?void 0x0:_0x28642a[_0x3afecd(0x4fd)](_0x5793d6,_0x3c057c);}['_transformStateCache'](_0xc2a2e4){const _0x303412=_0x4ffe42;var _0x208b14,_0x501678;return(_0x501678=(_0x208b14=this[_0x303412(0xfb)])[_0x303412(0x268)])==null?void 0x0:_0x501678[_0x303412(0x4fd)](_0x208b14,_0xc2a2e4);}['_transformRemoteChangesetByIMECache'](_0x88f939){const _0x5e2cf3=_0x4ffe42;var _0x7ebe8d,_0x3f16ba,_0x2de290;return(_0x2de290=(_0x3f16ba=(_0x7ebe8d=this[_0x5e2cf3(0xfb)])[_0x5e2cf3(0x342)])==null?void 0x0:_0x3f16ba[_0x5e2cf3(0x4fd)](_0x7ebe8d,_0x88f939))!=null?_0x2de290:_0x88f939;}['_transformRemoteChangesetByStateCache'](_0x5864d2){const _0x3d3955=_0x4ffe42;var _0x151326,_0xa779cd,_0x373ab0;return(_0x373ab0=(_0xa779cd=(_0x151326=this['_handler'])[_0x3d3955(0xbd)])==null?void 0x0:_0xa779cd[_0x3d3955(0x4fd)](_0x151326,_0x5864d2))!=null?_0x373ab0:_0x5864d2;}[_0x4ffe42(0x4a1)](_0x42cd50){const _0x3d2bb8=_0x4ffe42;var _0x2d4dbf,_0x114b17;if(this[_0x3d2bb8(0x535)]===_0x4eba08['UNIVER_DOC']){const {unitID:_0x2ca352,mutations:_0x15deb2,memberID:_0x5a166b}=_0x42cd50,_0x4adbbe=_0x15deb2[0x0][_0x3d2bb8(0x223)][_0x3d2bb8(0x1a5)];Array[_0x3d2bb8(0x30e)](_0x4adbbe)&&_0x4adbbe['length']>0x0&&((_0x114b17=(_0x2d4dbf=this['_handler'])[_0x3d2bb8(0x511)])==null||_0x114b17[_0x3d2bb8(0x4fd)](_0x2d4dbf,{'unitID':_0x2ca352,'memberID':_0x5a166b,'textRanges':_0x4adbbe}));}}[_0x4ffe42(0x110)](){const _0x3de54a=_0x4ffe42;this['_localCacheService'][_0x3de54a(0xb6)](this[_0x3de54a(0x2a3)],this['type'],this['_awaitingChangeset'],this[_0x3de54a(0xc6)]);}['_getCurrentRevision'](){const _0x345f8b=_0x4ffe42;return this[_0x345f8b(0x2fc)]['getCurrentRevOfUnit'](this[_0x345f8b(0x2a3)]);}['_incrementRevisionNumber'](){const _0x16f22a=_0x4ffe42;this[_0x16f22a(0x2fc)]['incrementRevOfUnit'](this[_0x16f22a(0x2a3)]);}['_executeRemoteChangeset'](_0x50e5aa){const _0x7f809b=_0x4ffe42;var _0x22ea3a;let _0x441ffa=this[_0x7f809b(0x433)](_0x50e5aa);_0x441ffa=this[_0x7f809b(0x472)](_0x441ffa);const _0x1d5d81=_0xed312c['sequenceExecute'](_0x441ffa[_0x7f809b(0xd9)],this[_0x7f809b(0x477)],{'fromCollab':!0x0});if(!_0x1d5d81[_0x7f809b(0x3fa)])throw _0x1d5d81['error']instanceof Error?_0x1d5d81[_0x7f809b(0x330)]:new Error((_0x22ea3a=_0x1d5d81['error'])!=null?_0x22ea3a:_0x7f809b(0x3b6));this[_0x7f809b(0x461)](_0x441ffa),this[_0x7f809b(0x11f)](_0x441ffa),this['_transformUndoredo'](_0x50e5aa),this[_0x7f809b(0x519)](_0x441ffa),this[_0x7f809b(0x4a1)](_0x441ffa),this['_incrementRevisionNumber']();}}let _0x3af6a3=class extends _0x50e185{constructor(_0x3e5265,_0x22b3e6,_0x11f5ea,_0xfa8c7c,_0x1e3c7b,_0x18b7b3,_0xd371e0,_0x2e045c,_0x1968ee,_0x3b1e7f){const _0x1c0898=_0x4ffe42;super(_0x3e5265,_0x22b3e6,null,[],_0x11f5ea,_0x2e045c,_0xd371e0,_0xfa8c7c,_0x1e3c7b),_0x2a6f44(this,_0x1c0898(0x339),_0x1c0898(0x1b1)),(this[_0x1c0898(0x388)]=_0x18b7b3,this[_0x1c0898(0x155)]=_0x1968ee,this[_0x1c0898(0x2f8)]=_0x3b1e7f);}[_0x4ffe42(0x46e)](_0x33efb2){const _0x1ccd40=_0x4ffe42,_0x4c4b38=this[_0x1ccd40(0x388)][_0x1ccd40(0x1cc)](_0x646226,this[_0x1ccd40(0x2a3)],this['type'],[_0x33efb2],this[_0x1ccd40(0xfb)]);return _0x4c4b38[_0x1ccd40(0x2a8)](),_0x4c4b38[_0x1ccd40(0x110)](),_0x4c4b38;}['onRemoteChangeset'](_0x1d083c){const _0xc9005=_0x4ffe42;if(this[_0xc9005(0x3d2)](_0x1d083c))return this[_0xc9005(0x388)][_0xc9005(0x1cc)](_0x19abe0,this['unitID'],this[_0xc9005(0x535)],null,[],null,[_0x1d083c],this[_0xc9005(0xfb)]);try{const _0x158c9f=this['_transformService']['transformMutationsWithChangeset'](_0x1d083c,[_0x18bf06]);if(_0x2db012[_0xc9005(0x4e6)](_0x158c9f)){const {c1Prime:_0x4bb44d}=_0x158c9f;return this[_0xc9005(0x3f7)](_0x4bb44d),this;}throw _0x158c9f['error'];}catch(_0x52a8c5){return this[_0xc9005(0x155)][_0xc9005(0x330)](_0x52a8c5),this[_0xc9005(0x246)](!0x1);}}[_0x4ffe42(0x246)](_0x3ab984){const _0x200989=_0x4ffe42;return this[_0x200989(0x388)][_0x200989(0x1cc)](_0x535799,this[_0x200989(0x2a3)],this[_0x200989(0x535)],null,[],this[_0x200989(0xfb)],_0x3ab984);}['onRemoteAck'](){const _0x19b475=_0x4ffe42;throw new Error(_0x19b475(0x113));}[_0x4ffe42(0x393)](){const _0x37eef8=_0x4ffe42;throw new Error(_0x37eef8(0x35a));}['onRemoteRetry'](){return this;}[_0x4ffe42(0x40b)](){const _0x35bf3a=_0x4ffe42;return this['_injector']['createInstance'](_0x5289ca,this[_0x35bf3a(0x2a3)],this[_0x35bf3a(0x535)],null,[],this[_0x35bf3a(0xfb)]);}[_0x4ffe42(0xad)](){return this;}['resend'](){const _0x288425=_0x4ffe42;throw new Error(_0x288425(0x39f));}[_0x4ffe42(0xca)](){const _0x53628b=_0x4ffe42,_0x320c27=this[_0x53628b(0x2fc)]['getCurrentRevOfUnit'](this[_0x53628b(0x2a3)]);return this[_0x53628b(0xfb)]['onMissingChangesets']({'from':_0x320c27,'to':0x0}),this[_0x53628b(0x388)][_0x53628b(0x1cc)](_0x19abe0,this[_0x53628b(0x2a3)],this[_0x53628b(0x535)],null,[],null,[],this['_handler']);}};_0x3af6a3=_0x960559([_0x50348e(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x50348e(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0x5,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x50348e(0x6,_0xed312c['IUndoRedoService']),_0x50348e(0x7,_0xed312c['ICommandService']),_0x50348e(0x8,_0xed312c[_0x4ffe42(0x430)]),_0x50348e(0x9,_0x2db012[_0x4ffe42(0x4f2)])],_0x3af6a3);let _0x646226=class extends _0x50e185{constructor(_0x52d583,_0x323dcf,_0x4d0e36,_0x29daf3,_0x3f0a47,_0x338428,_0x1a1bb6,_0x2d3d06,_0x22286c,_0x4d52ff,_0x101581,_0x291840,_0x4c68a0,_0x29ed1f){const _0x393e91=_0x4ffe42;super(_0x52d583,_0x323dcf,null,_0x4d0e36,_0x29daf3,_0x4d52ff,_0x29ed1f,_0x338428,_0x1a1bb6),_0x2a6f44(this,_0x393e91(0x339),_0x393e91(0x1a9)),_0x2a6f44(this,'_scheduleTimestamp',null),_0x2a6f44(this,'_sendingTimer',null),(this[_0x393e91(0x388)]=_0x3f0a47,this['_memberService']=_0x2d3d06,this[_0x393e91(0x155)]=_0x22286c,this['_configService']=_0x101581,this['_transformService']=_0x291840,this[_0x393e91(0x128)]=_0x4c68a0);}[_0x4ffe42(0x46e)](_0x5677fe){const _0x36fe0d=_0x4ffe42;return this['_pendingMutations'][_0x36fe0d(0x3cc)](_0x5677fe),this[_0x36fe0d(0x110)](),this;}[_0x4ffe42(0xe3)](_0x305816){const _0x168847=_0x4ffe42;if(this[_0x168847(0x3d2)](_0x305816))return this[_0x168847(0x4de)](),this[_0x168847(0x388)][_0x168847(0x1cc)](_0x19abe0,this[_0x168847(0x2a3)],this[_0x168847(0x535)],null,this[_0x168847(0xc6)],null,[_0x305816],this[_0x168847(0xfb)]);try{const _0x13460a=this['_transformService'][_0x168847(0x245)](_0x305816,this[_0x168847(0xc6)]);if(_0x2db012[_0x168847(0x4e6)](_0x13460a)){const {c1Prime:_0x1740bb,m2Prime:_0x4a51e5}=_0x13460a;this['_executeRemoteChangeset'](_0x1740bb);const _0x459556=this[_0x168847(0x388)][_0x168847(0x1cc)](_0x646226,this[_0x168847(0x2a3)],this['type'],_0x4a51e5,this[_0x168847(0xfb)]);return this[_0x168847(0x4de)](),_0x459556[_0x168847(0x2a8)](this[_0x168847(0x144)]?Math['max'](0x0,new Date()[_0x168847(0x439)]()-this['_scheduleTimestamp']):this['_getSendChangesetTimeout']()),_0x459556;}throw _0x13460a[_0x168847(0x330)];}catch(_0x5c65e1){return this['_logService'][_0x168847(0x330)](_0x5c65e1),this[_0x168847(0x246)](!0x1);}}['onRemoteAck'](){throw new Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x4ffe42(0x393)](){const _0x275dda=_0x4ffe42;throw new Error(_0x275dda(0x3bc));}[_0x4ffe42(0x3b5)](){return this;}['toggleOffline'](){const _0x4e21f5=_0x4ffe42;return this['_clearScheduledTask'](),this['_injector'][_0x4e21f5(0x1cc)](_0x5289ca,this[_0x4e21f5(0x2a3)],this[_0x4e21f5(0x535)],null,this['_pendingMutations'],this[_0x4e21f5(0xfb)]);}[_0x4ffe42(0xad)](){return this;}['_schedule'](_0x3db053){const _0x2e80ac=_0x4ffe42,_0x1db726=_0x3db053!=null?_0x3db053:this['_getSendChangesetTimeout']();this[_0x2e80ac(0x144)]=new Date()[_0x2e80ac(0x439)](),this[_0x2e80ac(0x200)]=window[_0x2e80ac(0x495)](()=>{const _0x1cad86=_0x2e80ac;this[_0x1cad86(0x4de)]();let _0x53faf8=null;switch(this[_0x1cad86(0x535)]){case _0x4eba08['UNIVER_SHEET']:{_0x53faf8=_0x1b739a(this[_0x1cad86(0xc6)],this[_0x1cad86(0x2a3)],this[_0x1cad86(0x128)],this[_0x1cad86(0x2fc)],this[_0x1cad86(0x1ab)]);break;}case _0x4eba08[_0x1cad86(0x515)]:{this[_0x1cad86(0xc6)][_0x1cad86(0x3e4)](_0x180b8f=>_0x180b8f['id']===_0x10f1a4[_0x1cad86(0x102)]['id'])?_0x53faf8=_0x45d999(this[_0x1cad86(0xc6)],this[_0x1cad86(0x2a3)],this[_0x1cad86(0x128)],this[_0x1cad86(0x2fc)],this['_memberService']):_0x53faf8=_0x1b739a(this[_0x1cad86(0xc6)],this[_0x1cad86(0x2a3)],this['_univerInstanceService'],this['_revisionService'],this['_memberService']);break;}default:throw new Error(_0x1cad86(0x4bd)+this['type']+_0x1cad86(0x3ec));}const {changeset:_0x4a2bcd,pendingMutations:_0x33550f}=_0x53faf8;this[_0x1cad86(0xfb)]['onSendChangeset'](_0x4a2bcd);const _0x638bae=_0x33550f[_0x1cad86(0x331)]?this[_0x1cad86(0x388)][_0x1cad86(0x1cc)](_0x5908ec,this[_0x1cad86(0x2a3)],this[_0x1cad86(0x535)],_0x4a2bcd,_0x33550f,this['_handler'],void 0x0):this[_0x1cad86(0x388)][_0x1cad86(0x1cc)](_0x5804cd,this[_0x1cad86(0x2a3)],this['type'],_0x4a2bcd,this[_0x1cad86(0xfb)]);_0x638bae[_0x1cad86(0x110)](),this[_0x1cad86(0xfb)][_0x1cad86(0x4a8)](this,_0x638bae);},_0x1db726);}[_0x4ffe42(0x134)](){const _0x4b9551=_0x4ffe42;var _0x37ecbd;const _0x5e5f6e=this[_0x4b9551(0x3c4)][_0x4b9551(0x389)](_0x230b60);return(_0x37ecbd=_0x5e5f6e==null?void 0x0:_0x5e5f6e[_0x4b9551(0x1e3)])!=null?_0x37ecbd:0x7d0;}[_0x4ffe42(0x25a)](){const _0x1150d4=_0x4ffe42;throw new Error(_0x1150d4(0x338));}['_clearScheduledTask'](){const _0x4e56ce=_0x4ffe42;this[_0x4e56ce(0x200)]!=null&&(clearTimeout(this[_0x4e56ce(0x200)]),this[_0x4e56ce(0x200)]=null);}[_0x4ffe42(0x246)](_0x9bde95){const _0x32802b=_0x4ffe42;return this[_0x32802b(0x4de)](),this['_injector'][_0x32802b(0x1cc)](_0x535799,this[_0x32802b(0x2a3)],this[_0x32802b(0x535)],null,this['_pendingMutations'],this[_0x32802b(0xfb)],_0x9bde95);}};_0x646226=_0x960559([_0x50348e(0x4,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x50348e(0x5,_0xed312c['Inject'](_0x2db012['RevisionService'])),_0x50348e(0x6,_0xed312c['Inject'](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0x7,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0xac)])),_0x50348e(0x8,_0xed312c['ILogService']),_0x50348e(0x9,_0xed312c[_0x4ffe42(0x41e)]),_0x50348e(0xa,_0xed312c[_0x4ffe42(0x3a8)]),_0x50348e(0xb,_0x2db012[_0x4ffe42(0x4f2)]),_0x50348e(0xc,_0xed312c[_0x4ffe42(0x99)]),_0x50348e(0xd,_0xed312c[_0x4ffe42(0x255)])],_0x646226);let _0x5804cd=class extends _0x50e185{constructor(_0x2cda40,_0x4b803b,_0xf98b1a,_0x210cf8,_0x78ace6,_0xcb797d,_0x26a0f6,_0x3804d7,_0x270ef4,_0x76e2bc,_0x33f1c2){const _0x32fb81=_0x4ffe42;super(_0x2cda40,_0x4b803b,_0xf98b1a,[],_0x210cf8,_0x3804d7,_0x33f1c2,_0xcb797d,_0x26a0f6),_0x2a6f44(this,'status',_0x32fb81(0x143)),_0x2a6f44(this,_0x32fb81(0x3b7),0x0),_0x2a6f44(this,'_resendTimer'),_0x2a6f44(this,_0x32fb81(0x98)),(this[_0x32fb81(0x388)]=_0x78ace6,this[_0x32fb81(0x155)]=_0x270ef4,this[_0x32fb81(0x2f8)]=_0x76e2bc);}[_0x4ffe42(0x46e)](_0x4044bd){const _0x20dbd7=_0x4ffe42;this['_clearScheduledTask']();const _0x52c74c=this[_0x20dbd7(0x388)][_0x20dbd7(0x1cc)](_0x5908ec,this[_0x20dbd7(0x2a3)],this[_0x20dbd7(0x535)],this['_awaitingChangeset'],[_0x4044bd],this['_handler'],this[_0x20dbd7(0x4e8)]);return _0x52c74c[_0x20dbd7(0x110)](),_0x52c74c;}[_0x4ffe42(0xe3)](_0x5783a3){const _0x489fe8=_0x4ffe42;if(this[_0x489fe8(0x3d2)](_0x5783a3))return this[_0x489fe8(0x4de)](),this[_0x489fe8(0x388)][_0x489fe8(0x1cc)](_0x19abe0,this[_0x489fe8(0x2a3)],this[_0x489fe8(0x535)],this[_0x489fe8(0x2d8)],[],null,[_0x5783a3],this['_handler']);try{const _0x475fb9=this[_0x489fe8(0x2f8)][_0x489fe8(0x269)]([_0x5783a3],[this[_0x489fe8(0x2d8)]],!0x1);if(_0x2db012[_0x489fe8(0x237)](_0x475fb9)){const {c1Prime:_0x48218e,c2Prime:_0x3163b5}=_0x475fb9;this['_executeRemoteChangeset'](_0x48218e[0x0]),_0x3163b5[0x0][_0x489fe8(0x1fb)]=this[_0x489fe8(0xc2)](),this['_clearScheduledTask']();const _0x318ca2=this[_0x489fe8(0x388)][_0x489fe8(0x1cc)](_0x5804cd,this[_0x489fe8(0x2a3)],this['type'],_0x3163b5[0x0],this['_handler']);return _0x318ca2['_updateLocalCache'](),_0x318ca2;}return this[_0x489fe8(0x246)](!0x1);}catch(_0x1e0509){return this[_0x489fe8(0x155)][_0x489fe8(0x330)](_0x1e0509),this[_0x489fe8(0x246)](!0x1);}}[_0x4ffe42(0x41c)](_0x1568af){const _0x5c377f=_0x4ffe42;this[_0x5c377f(0x4de)]();const _0x1346d2=this['_revisionService'][_0x5c377f(0x181)](this[_0x5c377f(0x2a3)]);if(_0x1568af[_0x5c377f(0x133)]<_0x1346d2-0x1)return this;if(this[_0x5c377f(0x3d2)](_0x1568af))return this[_0x5c377f(0x388)]['createInstance'](_0x19abe0,this[_0x5c377f(0x2a3)],this[_0x5c377f(0x535)],null,[],this[_0x5c377f(0x2d8)],[],this[_0x5c377f(0xfb)]);this[_0x5c377f(0x114)]();const _0x2c2d46=this['_injector']['createInstance'](_0x3af6a3,this[_0x5c377f(0x2a3)],this[_0x5c377f(0x535)],this[_0x5c377f(0xfb)]);return _0x2c2d46['_updateLocalCache'](),_0x2c2d46;}[_0x4ffe42(0x393)](_0x413f89){const _0x5cc525=_0x4ffe42;return this[_0x5cc525(0x246)](!!(_0x413f89!=null&&_0x413f89[_0x5cc525(0x231)]));}[_0x4ffe42(0x3b5)](_0xdddc26){const _0x97f6f5=_0x4ffe42;return this[_0x97f6f5(0x3b7)]>_0x2396eb?this[_0x97f6f5(0x40b)]():(this[_0x97f6f5(0x4e8)]=_0x32a717(this[_0x97f6f5(0x3b7)],{'timeout':this[_0x97f6f5(0x3b7)],'reqId':_0xdddc26['reqId']}),this['_sender']=this[_0x97f6f5(0x4e8)]['subscribe'](({reqId:_0x5e6a67,timeout:_0xcdd9de})=>{const _0x525ddc=_0x97f6f5;this[_0x525ddc(0x214)](_0x5e6a67,_0xcdd9de);}),this);}[_0x4ffe42(0x40b)](){const _0x469611=_0x4ffe42;return this[_0x469611(0x4de)](),this[_0x469611(0x388)][_0x469611(0x1cc)](_0x5289ca,this['unitID'],this[_0x469611(0x535)],this[_0x469611(0x2d8)],[],this[_0x469611(0xfb)]);}[_0x4ffe42(0xad)](){return this;}['resend'](){const _0x2020d3=_0x4ffe42;this[_0x2020d3(0xfb)][_0x2020d3(0x525)](this[_0x2020d3(0x2d8)]);}[_0x4ffe42(0x246)](_0x3d8792){const _0x443db2=_0x4ffe42;return this[_0x443db2(0x4de)](),this[_0x443db2(0x388)]['createInstance'](_0x535799,this[_0x443db2(0x2a3)],this['type'],this[_0x443db2(0x2d8)],[],this['_handler'],_0x3d8792);}['_resendWithTimeout'](_0x5518af,_0x52d93d){const _0x5405e9=_0x4ffe42;var _0x3d2ecd;_0x5518af===((_0x3d2ecd=this[_0x5405e9(0x2d8)])==null?void 0x0:_0x3d2ecd[_0x5405e9(0x3f0)])&&(this['resend'](),this['_resendTimeout']=_0x52d93d===0x0?0x3e8:_0x52d93d*0x2);}[_0x4ffe42(0x4de)](){const _0x3d6f86=_0x4ffe42;var _0x598a69;(_0x598a69=this[_0x3d6f86(0x98)])==null||_0x598a69['unsubscribe'](),this['_resendTimeout']=0x0;}};_0x5804cd=_0x960559([_0x50348e(0x4,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x50348e(0x5,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x50348e(0x6,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0x7,_0xed312c['ICommandService']),_0x50348e(0x8,_0xed312c['ILogService']),_0x50348e(0x9,_0x2db012[_0x4ffe42(0x4f2)]),_0x50348e(0xa,_0xed312c[_0x4ffe42(0x255)])],_0x5804cd);let _0x5908ec=class extends _0x50e185{constructor(_0x46c136,_0x58c149,_0x59fd0e,_0x1997f6,_0x10dec0,_0x1605e2,_0x233648,_0x46dfe8,_0x2af11a,_0x50be69,_0xf3c2e3,_0x4f2abb,_0x270102){const _0x2324b7=_0x4ffe42;super(_0x46c136,_0x58c149,_0x59fd0e,_0x1997f6,_0x10dec0,_0x50be69,_0x270102,_0x46dfe8,_0x2af11a),_0x2a6f44(this,'status','awaiting_with_pending'),_0x2a6f44(this,_0x2324b7(0x3b7),0x0),_0x2a6f44(this,_0x2324b7(0x4e8)),_0x2a6f44(this,_0x2324b7(0x98)),(this['_injector']=_0x233648,this[_0x2324b7(0x155)]=_0xf3c2e3,this[_0x2324b7(0x2f8)]=_0x4f2abb,_0x1605e2&&(this[_0x2324b7(0x4e8)]=_0x1605e2,this[_0x2324b7(0x98)]=this[_0x2324b7(0x4e8)][_0x2324b7(0x51f)](({reqId:_0x4bb4de,timeout:_0x18a231})=>{const _0x539105=_0x2324b7;this[_0x539105(0x214)](_0x4bb4de,_0x18a231);})));}[_0x4ffe42(0x46e)](_0xc1a742){const _0x4937d4=_0x4ffe42;return this[_0x4937d4(0xc6)]['push'](_0xc1a742),this;}[_0x4ffe42(0xe3)](_0x3580b1){const _0x469518=_0x4ffe42;if(this['_checkMissing'](_0x3580b1))return this[_0x469518(0x4de)](),this['_injector'][_0x469518(0x1cc)](_0x19abe0,this['unitID'],this[_0x469518(0x535)],this['_awaitingChangeset'],this[_0x469518(0xc6)],null,[_0x3580b1],this[_0x469518(0xfb)]);try{const _0x41b77f=this[_0x469518(0x2f8)][_0x469518(0x269)]([_0x3580b1],[this[_0x469518(0x2d8)]],!0x1);if(_0x2db012[_0x469518(0x237)](_0x41b77f)){const {c1Prime:_0x3fced3,c2Prime:_0xe4193b}=_0x41b77f,_0xaf12a6=this[_0x469518(0x2f8)][_0x469518(0x245)](_0x3fced3[0x0],this[_0x469518(0xc6)]);if(_0x2db012[_0x469518(0x4e6)](_0xaf12a6)){const {c1Prime:_0x347179,m2Prime:_0x5c0969}=_0xaf12a6;return this[_0x469518(0x3f7)](_0x347179),_0xe4193b[0x0][_0x469518(0x1fb)]=this[_0x469518(0xc2)](),this[_0x469518(0x4de)](),this['_injector'][_0x469518(0x1cc)](_0x5908ec,this[_0x469518(0x2a3)],this[_0x469518(0x535)],_0xe4193b[0x0],_0x5c0969,this['_handler'],void 0x0);}throw _0xaf12a6[_0x469518(0x330)];}throw _0x41b77f['error'];}catch(_0x587583){return this['_logService'][_0x469518(0x330)](_0x587583),this['_onConflict'](!0x1);}}[_0x4ffe42(0x41c)](_0x3406aa){const _0x919890=_0x4ffe42;if(this[_0x919890(0x4de)](),this['_checkMissing'](_0x3406aa))return this[_0x919890(0x388)][_0x919890(0x1cc)](_0x19abe0,this[_0x919890(0x2a3)],this[_0x919890(0x535)],null,this[_0x919890(0xc6)],this[_0x919890(0x2d8)],[],this[_0x919890(0xfb)]);this['_incrementRevisionNumber']();const _0x30cbf0=this[_0x919890(0x388)][_0x919890(0x1cc)](_0x646226,this[_0x919890(0x2a3)],this[_0x919890(0x535)],this[_0x919890(0xc6)],this['_handler']);return _0x30cbf0[_0x919890(0x2a8)](),_0x30cbf0[_0x919890(0x110)](),_0x30cbf0;}[_0x4ffe42(0x393)](_0x13fafd){const _0x1359db=_0x4ffe42;return this['_onConflict'](!!(_0x13fafd!=null&&_0x13fafd[_0x1359db(0x231)]));}[_0x4ffe42(0x3b5)](_0x2dd9f1){const _0x50a584=_0x4ffe42;return this['_resendTimeout']>_0x2396eb?this['toggleOffline']():(this[_0x50a584(0x4e8)]=_0x32a717(this[_0x50a584(0x3b7)],{'timeout':this[_0x50a584(0x3b7)],'reqId':_0x2dd9f1['reqId']}),this[_0x50a584(0x98)]=this['_resendTimer']['subscribe'](({reqId:_0x2312ce,timeout:_0x1d1d37})=>{const _0x57836e=_0x50a584;this[_0x57836e(0x214)](_0x2312ce,_0x1d1d37);}),this);}['toggleOffline'](){const _0x8f6a2=_0x4ffe42;return this['_clearScheduledTask'](),this[_0x8f6a2(0x388)][_0x8f6a2(0x1cc)](_0x5289ca,this[_0x8f6a2(0x2a3)],this['type'],this[_0x8f6a2(0x2d8)],this['_pendingMutations'],this['_handler']);}['toggleOnline'](){return this;}['resend'](){const _0x3502d1=_0x4ffe42;this[_0x3502d1(0xfb)]['onSendChangeset'](this['_awaitingChangeset']);}['_onConflict'](_0x98a020){const _0x5102af=_0x4ffe42;return this[_0x5102af(0x4de)](),this[_0x5102af(0x388)][_0x5102af(0x1cc)](_0x535799,this[_0x5102af(0x2a3)],this[_0x5102af(0x535)],null,this['_pendingMutations'],this[_0x5102af(0xfb)],_0x98a020);}[_0x4ffe42(0x214)](_0x58512d,_0x3b2c41){const _0x8e20a3=_0x4ffe42;var _0x5af6d4;_0x58512d===((_0x5af6d4=this['_awaitingChangeset'])==null?void 0x0:_0x5af6d4[_0x8e20a3(0x3f0)])&&(this[_0x8e20a3(0x25a)](),this['_resendTimeout']=_0x3b2c41===0x0?0x3e8:_0x3b2c41*0x2);}[_0x4ffe42(0x4de)](){const _0x403d27=_0x4ffe42;var _0xaa750e;(_0xaa750e=this[_0x403d27(0x98)])==null||_0xaa750e[_0x403d27(0x4ce)](),this[_0x403d27(0x3b7)]=0x0;}};_0x5908ec=_0x960559([_0x50348e(0x6,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['Injector'])),_0x50348e(0x7,_0xed312c[_0x4ffe42(0xa5)](_0x2db012['RevisionService'])),_0x50348e(0x8,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0x9,_0xed312c[_0x4ffe42(0x41e)]),_0x50348e(0xa,_0xed312c[_0x4ffe42(0x430)]),_0x50348e(0xb,_0x2db012[_0x4ffe42(0x4f2)]),_0x50348e(0xc,_0xed312c['IUndoRedoService'])],_0x5908ec);let _0x535799=class extends _0x50e185{constructor(_0x9ffc77,_0x23b18d,_0x2a44da,_0x2e6278,_0x242b49,_0x1e61c6=!0x1,_0x21fef5,_0x4739e4,_0x401044,_0x217d4d,_0x1e73e7,_0x4490f0,_0x2a6250){const _0x32a929=_0x4ffe42;super(_0x9ffc77,_0x23b18d,_0x2a44da,_0x2e6278,_0x242b49,_0x4739e4,_0x401044,_0x1e73e7,_0x217d4d),_0x2a6f44(this,_0x32a929(0x339),'conflict'),(this[_0x32a929(0x2a1)]=_0x1e61c6,this[_0x32a929(0x44d)]=_0x21fef5,this[_0x32a929(0x464)]=_0x4490f0,this[_0x32a929(0xa3)]=_0x2a6250,this[_0x32a929(0x182)](),this[_0x32a929(0x321)](),this['_disableEditing']());}[_0x4ffe42(0x46e)](){return this;}['onRemoteChangeset'](){return this;}['onRemoteAck'](){return this;}['onRemoteRej'](){return this;}[_0x4ffe42(0x3b5)](){return this;}[_0x4ffe42(0x40b)](){return this;}[_0x4ffe42(0xad)](){return this;}[_0x4ffe42(0x25a)](){const _0x4f921f=_0x4ffe42;throw new Error(_0x4f921f(0x4b9));}[_0x4ffe42(0x321)](){const _0x514b59=_0x4ffe42;this['_localCacheService'][_0x514b59(0xb6)](this[_0x514b59(0x2a3)],this[_0x514b59(0x535)],null,[]);}[_0x4ffe42(0x182)](){const _0x30fd3d=_0x4ffe42;this[_0x30fd3d(0x2a1)]?this[_0x30fd3d(0xa3)][_0x30fd3d(0x309)]({'title':this[_0x30fd3d(0x464)]['t'](_0x30fd3d(0x423)),'content':this[_0x30fd3d(0x464)]['t'](_0x30fd3d(0x8f)),'type':_0x30fd3d(0x330),'duration':0x0}):this['_notificationService']['show']({'title':this[_0x30fd3d(0x464)]['t'](_0x30fd3d(0x37a)),'content':this['_localeService']['t'](_0x30fd3d(0x1ca)),'type':_0x30fd3d(0x330),'duration':0x0});}[_0x4ffe42(0x4e2)](){const _0x50300d=_0x4ffe42;this[_0x50300d(0x44d)][_0x50300d(0x92)](new _0x3c9e4d[(_0x50300d(0x51b))](this['unitID'])['id'],!0x1);}};_0x535799=_0x960559([_0x50348e(0x6,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0xf0)])),_0x50348e(0x7,_0xed312c[_0x4ffe42(0x41e)]),_0x50348e(0x8,_0xed312c[_0x4ffe42(0x255)]),_0x50348e(0x9,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0xa,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x50348e(0xb,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)])),_0x50348e(0xc,_0x16dea4[_0x4ffe42(0x517)])],_0x535799);let _0x5289ca=class extends _0x50e185{constructor(_0x283c23,_0x1f3464,_0x544ab5,_0x41d9fb,_0x9e42ce,_0x5d1573,_0x589c9a,_0x2bb703,_0x5c810b,_0x3700eb){const _0x7168f=_0x4ffe42;super(_0x283c23,_0x1f3464,_0x544ab5,_0x41d9fb,_0x9e42ce,_0x5c810b,_0x3700eb,_0x589c9a,_0x2bb703),_0x2a6f44(this,_0x7168f(0x339),_0x7168f(0x28b)),this[_0x7168f(0x388)]=_0x5d1573;}[_0x4ffe42(0x46e)](_0x187c2f){const _0x8d617d=_0x4ffe42;return this[_0x8d617d(0xc6)]['push'](_0x187c2f),this[_0x8d617d(0x110)](),this;}[_0x4ffe42(0xe3)](_0x46f6be){const _0x21dbe3=_0x4ffe42;throw new Error(_0x21dbe3(0x26d));}['onRemoteAck'](){throw new Error('[OfflineState]:\x20received\x20acknowledgement.');}['onRemoteRej'](){const _0x6f8349=_0x4ffe42;throw new Error(_0x6f8349(0x458));}[_0x4ffe42(0x3b5)](){return this;}[_0x4ffe42(0x40b)](){return this;}[_0x4ffe42(0xad)](){const _0x3f825b=_0x4ffe42,{_injector:_0x2f2a3a,_pendingMutations:_0x264e8b,_awaitingChangeset:_0x11e211,unitID:_0x2b0244,_handler:_0x25bc83,type:_0x2a5db7}=this,_0x49011c=_0x597a58(_0x2f2a3a,_0x2b0244,_0x2a5db7,_0x11e211,_0x264e8b,_0x25bc83);return _0x49011c instanceof _0x646226?_0x49011c['_schedule']():(_0x49011c instanceof _0x5908ec||_0x49011c instanceof _0x5804cd)&&_0x49011c[_0x3f825b(0x25a)](),_0x49011c;}[_0x4ffe42(0x25a)](){const _0x20690d=_0x4ffe42;throw new Error(_0x20690d(0x386));}};_0x5289ca=_0x960559([_0x50348e(0x5,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['Injector'])),_0x50348e(0x6,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x50348e(0x7,_0xed312c['Inject'](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0x8,_0xed312c[_0x4ffe42(0x41e)]),_0x50348e(0x9,_0xed312c[_0x4ffe42(0x255)])],_0x5289ca);let _0x19abe0=class extends _0x50e185{constructor(_0x59fbcd,_0x3ca80e,_0x4723bf,_0x4fdf5a,_0x5af451,_0x154602,_0x19aaf0,_0x49ed8d,_0x32a6b,_0x43dfe5,_0x174b2c,_0x1ef111,_0x5d411e,_0x477ab7){const _0x5eac7f=_0x4ffe42;super(_0x59fbcd,_0x3ca80e,_0x4723bf,_0x4fdf5a,_0x19aaf0,_0x1ef111,_0x5d411e,_0x32a6b,_0x43dfe5),_0x2a6f44(this,_0x5eac7f(0x339),_0x5eac7f(0x4a0)),(this[_0x5eac7f(0x44f)]=_0x5af451,this[_0x5eac7f(0x460)]=_0x154602,this[_0x5eac7f(0x388)]=_0x49ed8d,this[_0x5eac7f(0x155)]=_0x174b2c,this[_0x5eac7f(0x2f8)]=_0x477ab7);}[_0x4ffe42(0x184)](_0x4939e1){const _0x9b2ba4=_0x4ffe42;try{const _0x2e594a=[..._0x4939e1,...this[_0x9b2ba4(0x460)]],_0x3c20d2=[this['_awaitingChangeset']||this[_0x9b2ba4(0x44f)]]['filter'](_0xd3c939=>!!_0xd3c939);let _0x1729f8,_0x3797ed;if(_0x3c20d2[_0x9b2ba4(0x331)]){const _0x407034=this[_0x9b2ba4(0x2f8)][_0x9b2ba4(0x269)](_0x2e594a,_0x3c20d2,!0x1);if(!_0x2db012[_0x9b2ba4(0x237)](_0x407034))throw _0x407034[_0x9b2ba4(0x330)];_0x1729f8=_0x407034[_0x9b2ba4(0x363)],_0x3797ed=_0x407034[_0x9b2ba4(0xab)];}else _0x1729f8=_0x2e594a,_0x3797ed=[];let _0xa7a3ee=this[_0x9b2ba4(0xc6)];_0x1729f8[_0x9b2ba4(0x2e8)](_0x1e2376=>{const _0x38cbd3=_0x9b2ba4;let _0x8891de;if(_0xa7a3ee[_0x38cbd3(0x331)]){const _0x3448f3=this['_transformService'][_0x38cbd3(0x245)](_0x1e2376,_0xa7a3ee);if(!_0x2db012[_0x38cbd3(0x4e6)](_0x3448f3))throw _0x3448f3['error'];_0x8891de=_0x3448f3['c1Prime'],_0xa7a3ee=_0x3448f3[_0x38cbd3(0x2d7)];}else _0x8891de=_0x1e2376;this[_0x38cbd3(0x3f7)](_0x8891de);}),this[_0x9b2ba4(0x44f)]&&this['_incrementRevisionNumber'](),this['_awaitingChangeset']&&_0x3797ed[_0x9b2ba4(0x331)]&&(_0x3797ed[0x0][_0x9b2ba4(0x1fb)]=this['_getCurrentRevision']());let _0x168502;if(this[_0x9b2ba4(0x2d8)]&&_0xa7a3ee['length']!==0x0)_0x168502=this[_0x9b2ba4(0x388)][_0x9b2ba4(0x1cc)](_0x5908ec,this[_0x9b2ba4(0x2a3)],this['type'],_0x3797ed[0x0],_0xa7a3ee,this[_0x9b2ba4(0xfb)],void 0x0);else{if(this['_awaitingChangeset']&&_0xa7a3ee[_0x9b2ba4(0x331)]===0x0)_0x3797ed[0x0][_0x9b2ba4(0x1fb)]=this[_0x9b2ba4(0xc2)](),_0x168502=this[_0x9b2ba4(0x388)][_0x9b2ba4(0x1cc)](_0x5804cd,this[_0x9b2ba4(0x2a3)],this[_0x9b2ba4(0x535)],_0x3797ed[0x0],this[_0x9b2ba4(0xfb)]);else{if(_0xa7a3ee[_0x9b2ba4(0x331)]!==0x0){const _0xab4797=this[_0x9b2ba4(0x388)][_0x9b2ba4(0x1cc)](_0x646226,this[_0x9b2ba4(0x2a3)],this[_0x9b2ba4(0x535)],_0xa7a3ee,this['_handler']);_0xab4797['_schedule'](),_0x168502=_0xab4797;}else _0x168502=this[_0x9b2ba4(0x388)][_0x9b2ba4(0x1cc)](_0x3af6a3,this[_0x9b2ba4(0x2a3)],this['type'],this[_0x9b2ba4(0xfb)]);}}return _0x168502[_0x9b2ba4(0x110)](),_0x168502;}catch(_0x169b00){return this[_0x9b2ba4(0x155)][_0x9b2ba4(0x330)](_0x9b2ba4(0x172),_0x9b2ba4(0x54b),_0x169b00),this[_0x9b2ba4(0x388)][_0x9b2ba4(0x1cc)](_0x535799,this[_0x9b2ba4(0x2a3)],this[_0x9b2ba4(0x535)],this['_awaitingChangeset'],this[_0x9b2ba4(0xc6)],this[_0x9b2ba4(0xfb)],!0x1);}}[_0x4ffe42(0x25a)](){const _0x376293=_0x4ffe42;throw new Error(_0x376293(0x2a4));}[_0x4ffe42(0x46e)](_0x2b4b53){const _0x440577=_0x4ffe42;return this['_pendingMutations'][_0x440577(0x3cc)](_0x2b4b53),this;}['onRemoteChangeset'](_0x137c9a){const _0x56f7b6=_0x4ffe42;return this['_queuedRemoteChangesets'][_0x56f7b6(0x3cc)](_0x137c9a),this;}['onRemoteAck'](_0x21a7f5){const _0x280513=_0x4ffe42;if(this[_0x280513(0x2d8)])return this[_0x280513(0x44f)]=this[_0x280513(0x2d8)],this[_0x280513(0x2d8)]=null,this;throw new Error(_0x280513(0x317));}['onRemoteRej'](_0x319852){const _0x5bf556=_0x4ffe42;return this[_0x5bf556(0x246)](!!(_0x319852!=null&&_0x319852['isPermissionRej']));}[_0x4ffe42(0x3b5)](){return this;}[_0x4ffe42(0x40b)](){const _0x2e0d1f=_0x4ffe42;return this[_0x2e0d1f(0x388)][_0x2e0d1f(0x1cc)](_0x5289ca,this[_0x2e0d1f(0x2a3)],this[_0x2e0d1f(0x535)],this[_0x2e0d1f(0x2d8)],this[_0x2e0d1f(0xc6)],this[_0x2e0d1f(0xfb)]);}[_0x4ffe42(0xad)](){return this;}[_0x4ffe42(0x246)](_0x5c2c98){const _0x543d85=_0x4ffe42;return this[_0x543d85(0x388)][_0x543d85(0x1cc)](_0x535799,this[_0x543d85(0x2a3)],this[_0x543d85(0x535)],this['_awaitingChangeset'],this[_0x543d85(0xc6)],this[_0x543d85(0xfb)],_0x5c2c98);}};_0x19abe0=_0x960559([_0x50348e(0x7,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0x399)])),_0x50348e(0x8,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x50348e(0x9,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0xa,_0xed312c[_0x4ffe42(0x430)]),_0x50348e(0xb,_0xed312c[_0x4ffe42(0x41e)]),_0x50348e(0xc,_0xed312c[_0x4ffe42(0x255)]),_0x50348e(0xd,_0x2db012[_0x4ffe42(0x4f2)])],_0x19abe0);function _0x597a58(_0x32049d,_0x3a80c5,_0x2c71e5,_0x2e1b2f,_0x27d7fa,_0xaeedce){const _0x280674=_0x4ffe42;return _0x2e1b2f&&_0x27d7fa['length']?_0x32049d[_0x280674(0x1cc)](_0x5908ec,_0x3a80c5,_0x2c71e5,_0x2e1b2f,_0x27d7fa,_0xaeedce,void 0x0):_0x2e1b2f?_0x32049d['createInstance'](_0x5804cd,_0x3a80c5,_0x2c71e5,_0x2e1b2f,_0xaeedce):_0x27d7fa[_0x280674(0x331)]?_0x32049d[_0x280674(0x1cc)](_0x646226,_0x3a80c5,_0x2c71e5,_0x27d7fa,_0xaeedce):_0x32049d['createInstance'](_0x3af6a3,_0x3a80c5,_0x2c71e5,_0xaeedce);}var _0x15c7c8=Object[_0x4ffe42(0x52a)],_0x2871c2=Object[_0x4ffe42(0x25d)],_0x146d09=(_0x6d07c6,_0xd27d39,_0xe545eb,_0x168600)=>{for(var _0x4ca366=_0x168600>0x1?void 0x0:_0x168600?_0x2871c2(_0xd27d39,_0xe545eb):_0xd27d39,_0x45c229=_0x6d07c6['length']-0x1,_0x32fb5f;_0x45c229>=0x0;_0x45c229--)(_0x32fb5f=_0x6d07c6[_0x45c229])&&(_0x4ca366=(_0x168600?_0x32fb5f(_0xd27d39,_0xe545eb,_0x4ca366):_0x32fb5f(_0x4ca366))||_0x4ca366);return _0x168600&&_0x4ca366&&_0x15c7c8(_0xd27d39,_0xe545eb,_0x4ca366),_0x4ca366;},_0x3d2b5c=(_0x3aa7b9,_0x394c1f)=>(_0x45fac1,_0x3d01f9)=>_0x394c1f(_0x45fac1,_0x3d01f9,_0x3aa7b9);_0x2a808c[_0x4ffe42(0x23f)]=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x4f4859,_0x2117ca,_0x3ca6aa,_0x52518d,_0x400f2e,_0xa824f9,_0x4401b8,_0x2e7fa9,_0x46f594,_0x5cf415,_0x5186f8,_0x23e60a,_0x1325bf){const _0xbe516a=_0x4ffe42;super(),_0x2a6f44(this,_0xbe516a(0x33a),new _0x4984e3[(_0xbe516a(0x3ae))](null)),_0x2a6f44(this,_0xbe516a(0x3cd),this[_0xbe516a(0x33a)]['asObservable']()),_0x2a6f44(this,_0xbe516a(0x1c5)),_0x2a6f44(this,_0xbe516a(0xd7),!0x1),_0x2a6f44(this,_0xbe516a(0x18e),''),_0x2a6f44(this,_0xbe516a(0x1d4),0x0),_0x2a6f44(this,'status$',this[_0xbe516a(0x3cd)]['pipe'](_0x4984e3[_0xbe516a(0x4b2)](_0x2ec157=>_0x2ec157?_0x2ec157[_0xbe516a(0x339)]:_0x94e66b['OFFLINE']),_0x4984e3[_0xbe516a(0x41a)](0x1))),_0x2a6f44(this,_0xbe516a(0x4db),!0x1),_0x2a6f44(this,_0xbe516a(0x2cc),[]),(this['unitID']=_0x4f4859,this[_0xbe516a(0xf1)]=_0x2117ca,this[_0xbe516a(0x328)]=_0x3ca6aa,this[_0xbe516a(0x388)]=_0x52518d,this[_0xbe516a(0x323)]=_0x400f2e,this['_compressMutationService']=_0xa824f9,this[_0xbe516a(0x464)]=_0x4401b8,this['_revisionService']=_0x2e7fa9,this[_0xbe516a(0x155)]=_0x46f594,this[_0xbe516a(0x477)]=_0x5cf415,this[_0xbe516a(0x154)]=_0x5186f8,this['_permissionService']=_0x23e60a,this['_singleActiveUnitService']=_0x1325bf);}get[_0x4ffe42(0x3f2)](){const _0x14f7fa=_0x4ffe42;return this[_0x14f7fa(0x1c5)];}async[_0x4ffe42(0x30d)](){const _0x50df25=_0x4ffe42;if(this[_0x50df25(0x3f2)])throw new Error(_0x50df25(0x3a4));await this[_0x50df25(0x2c5)]();}['pauseCollaboration'](){const _0xbcd90e=_0x4ffe42;return this[_0xbcd90e(0xd7)]=!0x0,_0xed312c['toDisposable'](()=>{const _0xc9ecc2=_0xbcd90e;this['_collaborationPaused']=!0x1,this[_0xc9ecc2(0x4ae)]();});}[_0x4ffe42(0x3bd)](_0x45c5f6){this['_state']=_0x45c5f6,this['_state$']['next'](_0x45c5f6);}async['_init'](){const _0x4a6159=_0x4ffe42;var _0x431bcd;this[_0x4a6159(0x3bd)](await this[_0x4a6159(0x2d0)]()),this[_0x4a6159(0x2f3)]&&((_0x431bcd=this[_0x4a6159(0x2f3)])==null||_0x431bcd[_0x4a6159(0x34d)](this[_0x4a6159(0x2a3)]),this['disposeWithMe'](this['_singleActiveUnitService']['getUnitStatus$'](this[_0x4a6159(0x2a3)])[_0x4a6159(0x51f)](_0xb8c4a6=>{const _0x3dccaf=_0x4a6159;this[_0x3dccaf(0x155)][_0x3dccaf(0x2e6)](_0x3dccaf(0x1e0),_0x3dccaf(0x1be),_0xb8c4a6),_0xb8c4a6===_0x2da9cf[_0x3dccaf(0x405)]?(this[_0x3dccaf(0x154)][_0x3dccaf(0x309)]({'content':this[_0x3dccaf(0x464)]['t'](_0x3dccaf(0x124)),'type':_0x3d1593[_0x3dccaf(0x503)][_0x3dccaf(0x31b)]}),this['_permissionService'][_0x3dccaf(0x92)](new _0x3c9e4d[(_0x3dccaf(0x51b))](this[_0x3dccaf(0x2a3)])['id'],!0x1),this[_0x3dccaf(0x44d)][_0x3dccaf(0x307)](!0x1)):(this[_0x3dccaf(0x44d)]['updatePermissionPoint'](new _0x3c9e4d[(_0x3dccaf(0x51b))](this[_0x3dccaf(0x2a3)])['id'],!0x0),this['_permissionService']['setShowComponents'](!0x0));})));let _0x3d8091=!0x1;return this['disposeWithMe'](this[_0x4a6159(0xf1)][_0x4a6159(0x33f)][_0x4a6159(0x51f)](_0x1585b9=>{const _0x259c47=_0x4a6159;_0x1585b9===_0x1e0add[_0x259c47(0x416)]?this[_0x259c47(0x11c)](_0x3d8091):_0x1585b9===_0x1e0add[_0x259c47(0x1c1)]&&(_0x3d8091=!0x0,this[_0x259c47(0x402)]());})),this[_0x4a6159(0x501)](this[_0x4a6159(0xf1)][_0x4a6159(0x41f)]['subscribe'](_0x1da0dc=>{const _0x16ed2a=_0x4a6159;try{switch(_0x1da0dc[_0x16ed2a(0x2cb)]){case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x4f1)]:{this[_0x16ed2a(0x8b)](_0x2db012['parseProtocolChangeset'](_0x1da0dc[_0x16ed2a(0x2a6)]));break;}case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x3de)]:{this[_0x16ed2a(0x278)](_0x1da0dc[_0x16ed2a(0x2a6)]);break;}case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x3a6)]:{this[_0x16ed2a(0x36a)]();break;}case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x159)]:{this[_0x16ed2a(0x4b4)](_0x1da0dc[_0x16ed2a(0x2a6)]);break;}case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x378)]:{this[_0x16ed2a(0x32f)](_0x1da0dc[_0x16ed2a(0x2a6)][_0x16ed2a(0x18c)][_0x16ed2a(0x4b2)](_0x4ee5fa=>_0x2db012[_0x16ed2a(0x2f0)](_0x4ee5fa)));break;}case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x3ce)]:this['_onRemoteRejected']({'isPermissionRej':!0x0});}}catch(_0x12a038){throw console[_0x16ed2a(0x330)](_0x16ed2a(0x234),_0x12a038),_0x12a038;}})),this['_state'];}[_0x4ffe42(0x505)](){const _0x3c563c=_0x4ffe42;this[_0x3c563c(0x4db)]=!0x1;}['_lockTransition'](){const _0x11a22d=_0x4ffe42;if(this[_0x11a22d(0x4db)])throw new Error(_0x11a22d(0x336));this['_transitionLocked']=!0x0;}['_onLocalMutation'](_0x2d6156){const _0x568456=_0x4ffe42;this[_0x568456(0x4b1)](),this[_0x568456(0x3bd)](this[_0x568456(0x1c5)][_0x568456(0x46e)](_0x2d6156)),this[_0x568456(0x505)]();}[_0x4ffe42(0x8b)](_0x304a9c){const _0x2013db=_0x4ffe42;if(!(_0x304a9c['revision']<=this[_0x2013db(0x2fc)][_0x2013db(0x181)](this[_0x2013db(0x2a3)]))){if(this['_collaborationPaused']){this[_0x2013db(0x2cc)][_0x2013db(0x3cc)](_0x304a9c);return;}this[_0x2013db(0x81)](_0x304a9c);}}['_exhaustRemoteChangesetQueue'](){const _0x3ac9d6=_0x4ffe42;this[_0x3ac9d6(0x2cc)][_0x3ac9d6(0x2e8)](_0x28b3cb=>this[_0x3ac9d6(0x81)](_0x28b3cb)),this[_0x3ac9d6(0x2cc)]=[];}['_applyRemoteChangeset'](_0x532767){const _0x212f49=_0x4ffe42,_0x328d87=this[_0x212f49(0x2b3)][_0x212f49(0x23b)][_0x212f49(0x50b)](this[_0x212f49(0x2b3)][_0x212f49(0x23b)][_0x212f49(0x85)]()[_0x212f49(0xcb)])(_0x532767[_0x212f49(0xd9)],null)||_0x532767[_0x212f49(0xd9)],_0x1e2447={..._0x532767,'mutations':_0x328d87};this[_0x212f49(0x4b1)](),this[_0x212f49(0x3bd)](this[_0x212f49(0x1c5)][_0x212f49(0xe3)](_0x1e2447)),this[_0x212f49(0x505)]();}[_0x4ffe42(0x278)](_0x200fd3){const _0x341cf7=_0x4ffe42;this[_0x341cf7(0x4b1)](),this[_0x341cf7(0x3bd)](this[_0x341cf7(0x1c5)]['onRemoteAck'](_0x200fd3)),this[_0x341cf7(0x505)]();}[_0x4ffe42(0x36a)](_0x124040){const _0x245071=_0x4ffe42;this[_0x245071(0x4b1)](),this[_0x245071(0x3bd)](this[_0x245071(0x1c5)][_0x245071(0x393)](_0x124040)),this[_0x245071(0x505)]();}[_0x4ffe42(0x4b4)](_0x1c4a9c){const _0x190650=_0x4ffe42;this[_0x190650(0x4b1)](),this[_0x190650(0x3bd)](this[_0x190650(0x1c5)][_0x190650(0x3b5)](_0x1c4a9c)),this[_0x190650(0x505)]();}[_0x4ffe42(0x32f)](_0x5936fd){const _0x2cf163=_0x4ffe42;if(!(this[_0x2cf163(0x1c5)]instanceof _0x19abe0))throw new TypeError(_0x2cf163(0x19f));const _0xda6c87=_0x5936fd[_0x2cf163(0x4b2)](_0x1e5d07=>{const _0x38b65a=_0x2cf163,_0x52764e=this['_compressMutationService'][_0x38b65a(0x23b)][_0x38b65a(0x50b)](this['_compressMutationService']['interceptor'][_0x38b65a(0x85)]()[_0x38b65a(0xcb)])(_0x1e5d07[_0x38b65a(0xd9)],null)||_0x1e5d07[_0x38b65a(0xd9)];return{..._0x1e5d07,'mutations':_0x52764e};});this[_0x2cf163(0x4b1)](),this[_0x2cf163(0x3bd)](this[_0x2cf163(0x1c5)][_0x2cf163(0x184)](_0xda6c87)),this[_0x2cf163(0x505)]();}[_0x4ffe42(0x402)](){const _0x3ae4bd=_0x4ffe42;this[_0x3ae4bd(0x4b1)](),this[_0x3ae4bd(0x3bd)](this[_0x3ae4bd(0x1c5)][_0x3ae4bd(0x40b)]()),this[_0x3ae4bd(0x505)]();}['_toggleOnline'](_0x1f6d9d=!0x1){const _0x3d960a=_0x4ffe42;this[_0x3d960a(0x4b1)](),this[_0x3d960a(0x3bd)](this[_0x3d960a(0x1c5)][_0x3d960a(0xad)]()),this[_0x3d960a(0x505)]();const _0x5abc7a=this[_0x3d960a(0x1c5)];_0x1f6d9d&&_0x5abc7a instanceof _0x3af6a3&&(this[_0x3d960a(0x4b1)](),this[_0x3d960a(0x3bd)](_0x5abc7a[_0x3d960a(0xca)]()),this[_0x3d960a(0x505)]());}async[_0x4ffe42(0x2d0)](){return new Promise(_0x48fe97=>{const _0x165681=_0x5c47;this[_0x165681(0xf1)]['sessionStatus$'][_0x165681(0x556)](_0x4984e3[_0x165681(0x305)](0x1))[_0x165681(0x51f)](async _0x5307bb=>{const _0x38f074=_0x165681;_0x48fe97(await this['_createInitialStateImpl'](_0x5307bb===_0x1e0add[_0x38f074(0x416)]));});});}[_0x4ffe42(0x4f6)](){const _0x4814b6=_0x4ffe42,_0x2edcd4=this[_0x4814b6(0x2a3)];return{'onStateChange':(_0xb73f54,_0x199f08)=>{const _0x1954d3=_0x4814b6;if(_0xb73f54!==this[_0x1954d3(0x1c5)])throw new Error(_0x1954d3(0x2f4)+_0xb73f54[_0x1954d3(0x339)]+_0x1954d3(0x186)+_0x199f08[_0x1954d3(0x339)]+_0x1954d3(0x39e)+this[_0x1954d3(0x1c5)]['status']);this[_0x1954d3(0x3bd)](_0x199f08);},'onSendChangeset':_0x2337c3=>{const _0x336985=_0x4814b6;_0x2337c3[_0x336985(0x2c4)]||(_0x2337c3[_0x336985(0x2c4)]=this['_changesetSessionId'],_0x2337c3[_0x336985(0x3f0)]=++this[_0x336985(0x1d4)]);const _0x5c085f={'eventID':_0x2db012[_0x336985(0x329)][_0x336985(0x2e5)],'data':{'unitID':_0x2337c3['unitID'],'unitType':this['_type'],'changeset':_0x2337c3,'memberID':this[_0x336985(0xf1)][_0x336985(0x132)]()}};this[_0x336985(0xf1)][_0x336985(0xe5)](_0x5c085f,this[_0x336985(0x2a3)]);},'onMissingChangesets':({from:_0x1c1905,to:_0x48ea37})=>{const _0x5140f7=_0x4814b6;this[_0x5140f7(0x155)][_0x5140f7(0x2e6)](_0x5140f7(0x1e0),_0x5140f7(0x2e9)+_0x1c1905+_0x5140f7(0x417)+_0x48ea37);const _0xdba5c6={'eventID':_0x2db012['CollaborationEvent'][_0x5140f7(0xc9)],'data':{'unitID':_0x2edcd4,'unitType':this[_0x5140f7(0x328)],'from':_0x1c1905,'to':_0x48ea37}};this[_0x5140f7(0xf1)][_0x5140f7(0xe5)](_0xdba5c6,this[_0x5140f7(0x2a3)]);}};}async[_0x4ffe42(0xf3)](_0x511255){const _0x1d1009=_0x4ffe42;var _0x1fba15,_0x186f8e;const _0x268322=await this['_localCacheService']['loadOfflineData'](this['unitID']),_0x51d6d1=(_0x1fba15=_0x268322==null?void 0x0:_0x268322[_0x1d1009(0xd9)])!=null?_0x1fba15:[],_0x128dca=(_0x186f8e=_0x268322==null?void 0x0:_0x268322['awaitingChangeset'])!=null?_0x186f8e:null,_0x424539=!!(_0x128dca!=null&&_0x128dca[_0x1d1009(0x2c4)])&&!!(_0x128dca!=null&&_0x128dca[_0x1d1009(0x3f0)]);this[_0x1d1009(0x18e)]=_0x424539?_0x128dca[_0x1d1009(0x2c4)]:_0x554d62(),this[_0x1d1009(0x1d4)]=_0x424539?_0x128dca['reqId']:0x0;const _0x2a147e=this['unitID'];try{this[_0x1d1009(0x2e4)](_0x128dca,_0x51d6d1);}catch(_0x12f97c){this[_0x1d1009(0x155)][_0x1d1009(0x330)](_0x12f97c);}const _0x5e480d=this[_0x1d1009(0x4f6)]();if(_0x511255){const _0x1d6d95=_0x597a58(this[_0x1d1009(0x388)],_0x2a147e,this[_0x1d1009(0x328)],_0x128dca,_0x51d6d1,_0x5e480d);return _0x1d6d95 instanceof _0x646226?_0x1d6d95[_0x1d1009(0x2a8)]():(_0x1d6d95 instanceof _0x5908ec||_0x1d6d95 instanceof _0x5804cd)&&_0x1d6d95[_0x1d1009(0x25a)](),_0x1d6d95;}return this[_0x1d1009(0x388)]['createInstance'](_0x5289ca,_0x2a147e,this[_0x1d1009(0x328)],_0x128dca,_0x51d6d1,_0x5e480d);}[_0x4ffe42(0x2e4)](_0x39465e,_0x33ec51){const _0x4f832e=_0x4ffe42;var _0x4f8243,_0x5d2177;const _0x23818b=this[_0x4f832e(0x2b3)][_0x4f832e(0x23b)]['fetchThroughInterceptors'](this[_0x4f832e(0x2b3)][_0x4f832e(0x23b)][_0x4f832e(0x85)]()[_0x4f832e(0xcb)]);(_0x4f8243=_0x23818b((_0x39465e==null?void 0x0:_0x39465e[_0x4f832e(0xd9)])||[],null))==null||_0x4f8243[_0x4f832e(0x2e8)](_0xc31ce1=>this[_0x4f832e(0x477)][_0x4f832e(0x53f)](_0xc31ce1['id'],_0xc31ce1['params'])),(_0x5d2177=_0x23818b(_0x33ec51||[],null))==null||_0x5d2177[_0x4f832e(0x2e8)](_0x50dc9a=>this[_0x4f832e(0x477)][_0x4f832e(0x53f)](_0x50dc9a['id'],_0x50dc9a[_0x4f832e(0x223)]));}},_0x2a808c[_0x4ffe42(0x23f)]=_0x146d09([_0x3d2b5c(0x3,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['Injector'])),_0x3d2b5c(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x3d2b5c(0x5,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3e6)])),_0x3d2b5c(0x6,_0xed312c['Inject'](_0xed312c['LocaleService'])),_0x3d2b5c(0x7,_0xed312c['Inject'](_0x2db012['RevisionService'])),_0x3d2b5c(0x8,_0xed312c[_0x4ffe42(0x430)]),_0x3d2b5c(0x9,_0xed312c[_0x4ffe42(0x41e)]),_0x3d2b5c(0xa,_0x16dea4[_0x4ffe42(0x441)]),_0x3d2b5c(0xb,_0xed312c[_0x4ffe42(0xf0)]),_0x3d2b5c(0xc,_0xed312c[_0x4ffe42(0x4f9)](_0x29dcde))],_0x2a808c[_0x4ffe42(0x23f)]),_0x2a808c[_0x4ffe42(0x4b7)]=class extends _0x2a808c[_0x4ffe42(0x23f)]{constructor(_0x222b6c,_0x24d0d6,_0x3d5591,_0x26384d,_0x346ce5,_0x2f2f24,_0x42be81,_0x5078c3,_0x2838dd,_0x54072b,_0x52a20c,_0x196430,_0x4641c2,_0x527afc,_0x47ead5,_0x2a05ee,_0x225046,_0x5a06fa){const _0x3844f9=_0x4ffe42;super(_0x222b6c,_0x3d5591,_0x24d0d6,_0x26384d,_0x346ce5,_0x2f2f24,_0x42be81,_0x5078c3,_0x527afc,_0x47ead5,_0x2a05ee,_0x225046,_0x5a06fa),this[_0x3844f9(0x2a3)]=_0x222b6c,this[_0x3844f9(0x535)]=_0x24d0d6,this['_docStateChangeManagerService']=_0x2838dd,this[_0x3844f9(0x414)]=_0x54072b,this[_0x3844f9(0xb2)]=_0x52a20c,this[_0x3844f9(0x552)]=_0x196430,this[_0x3844f9(0x26f)]=_0x4641c2;}[_0x4ffe42(0x4f6)](){const _0x30051f=_0x4ffe42,_0xff269a=super['_createHandler']();return _0xff269a[_0x30051f(0x481)]=_0x48fcbc=>this['_docTransformIMECacheService'][_0x30051f(0x22e)](_0x48fcbc),_0xff269a[_0x30051f(0x268)]=_0x48d640=>this[_0x30051f(0xb2)][_0x30051f(0x508)](_0x48d640),_0xff269a[_0x30051f(0x465)]=_0x5e7888=>this[_0x30051f(0x552)][_0x30051f(0xf5)](_0x5e7888),_0xff269a['onSyncEditingCollabCursor']=_0xf491d6=>this[_0x30051f(0x26f)]['syncEditingCollabCursor'](_0xf491d6),_0xff269a[_0x30051f(0x342)]=_0x510c26=>this[_0x30051f(0x414)][_0x30051f(0x15d)](_0x510c26),_0xff269a[_0x30051f(0xbd)]=_0x3f5dbb=>this[_0x30051f(0xb2)][_0x30051f(0x15d)](_0x3f5dbb),_0xff269a;}async['_init'](){const _0x46f2e6=_0x4ffe42,_0x3d7af7=await super[_0x46f2e6(0x2c5)]();return this[_0x46f2e6(0x4e0)][_0x46f2e6(0x23c)]['pipe'](_0x4984e3[_0x46f2e6(0x203)](this['dispose$']))[_0x46f2e6(0x51f)](_0x347871=>{const _0x65135d=_0x46f2e6;if(_0x347871==null)return;const {unitId:_0x2b5a38,redoState:_0x789209,commandId:_0x2fa53a}=_0x347871;if(_0x2b5a38!==this['unitID'])return;const _0x40c2ee={'id':_0x2fa53a,'type':_0xed312c[_0x65135d(0x1f2)][_0x65135d(0xb5)],'params':{'unitId':_0x2b5a38,'actions':_0x789209[_0x65135d(0x2ea)],'textRanges':null}};this['_onLocalMutation'](_0x40c2ee);}),_0x3d7af7;}},_0x2a808c['DocCollaborationEntity']=_0x146d09([_0x3d2b5c(0x3,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x3d2b5c(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x3d2b5c(0x5,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3e6)])),_0x3d2b5c(0x6,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)])),_0x3d2b5c(0x7,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x3d2b5c(0x8,_0xed312c['Inject'](_0x48cd12[_0x4ffe42(0x2af)])),_0x3d2b5c(0x9,_0xed312c['Inject'](_0x16315d)),_0x3d2b5c(0xa,_0xed312c[_0x4ffe42(0xa5)](_0x2dd995)),_0x3d2b5c(0xb,_0xed312c[_0x4ffe42(0xa5)](_0xc766bf)),_0x3d2b5c(0xc,_0xed312c['Inject'](_0x46e4d0)),_0x3d2b5c(0xd,_0xed312c[_0x4ffe42(0x430)]),_0x3d2b5c(0xe,_0xed312c[_0x4ffe42(0x41e)]),_0x3d2b5c(0xf,_0x16dea4['IMessageService']),_0x3d2b5c(0x10,_0xed312c['IPermissionService']),_0x3d2b5c(0x11,_0xed312c[_0x4ffe42(0x4f9)](_0x29dcde))],_0x2a808c[_0x4ffe42(0x4b7)]),_0x2a808c[_0x4ffe42(0x2d3)]=class extends _0x2a808c['CollaborationEntity']{constructor(_0x16e594,_0x22518e,_0x1aed63,_0x5ca3a0,_0x38218b,_0x139d8b,_0x2ab7e2,_0xde812e,_0x10eae5,_0x270108,_0x72e137,_0x435711,_0x959eca,_0x22a8a9){const _0x3b8e83=_0x4ffe42;super(_0x16e594,_0x1aed63,_0x22518e,_0x5ca3a0,_0x38218b,_0x139d8b,_0x2ab7e2,_0xde812e,_0x270108,_0x72e137,_0x435711,_0x959eca,_0x22a8a9),this['unitID']=_0x16e594,this[_0x3b8e83(0x535)]=_0x22518e,this['_sheetTransformSelectionsService']=_0x10eae5;}[_0x4ffe42(0x4f6)](){const _0x3a2451=_0x4ffe42,_0xf74390=super[_0x3a2451(0x4f6)]();return _0xf74390[_0x3a2451(0x465)]=_0x12d52c=>this['_sheetTransformSelectionsService'][_0x3a2451(0xf5)](_0x12d52c),_0xf74390;}async['_init'](){const _0x3d5778=_0x4ffe42,_0x2853d2=await super[_0x3d5778(0x2c5)]();return this[_0x3d5778(0x501)](this[_0x3d5778(0x477)][_0x3d5778(0x540)]((_0x47e0e0,_0x38041c)=>{const _0x4ccfe5=_0x3d5778;if(_0x47e0e0[_0x4ccfe5(0x535)]!==_0xed312c[_0x4ccfe5(0x1f2)][_0x4ccfe5(0xb5)]||_0x38041c!=null&&_0x38041c[_0x4ccfe5(0x199)]||_0x38041c!=null&&_0x38041c[_0x4ccfe5(0x4fc)])return;const _0x53cd94=_0x47e0e0[_0x4ccfe5(0x223)];if((_0x53cd94==null?void 0x0:_0x53cd94['unitId'])!==this['unitID'])return;const _0x423cf6=_0x47e0e0,_0x39c222=this['_compressMutationService'][_0x4ccfe5(0x23b)][_0x4ccfe5(0x50b)](this[_0x4ccfe5(0x2b3)][_0x4ccfe5(0x23b)][_0x4ccfe5(0x85)]()['COMPRESS_MUTATION_SEND'])([_0x423cf6],null)||[_0x423cf6];this[_0x4ccfe5(0xa0)](_0x39c222[0x0]);})),_0x2853d2;}},_0x2a808c[_0x4ffe42(0x2d3)]=_0x146d09([_0x3d2b5c(0x3,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['Injector'])),_0x3d2b5c(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x3d2b5c(0x5,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3e6)])),_0x3d2b5c(0x6,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0x249)])),_0x3d2b5c(0x7,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x3d2b5c(0x8,_0xed312c[_0x4ffe42(0xa5)](_0x5c1d94)),_0x3d2b5c(0x9,_0xed312c[_0x4ffe42(0x430)]),_0x3d2b5c(0xa,_0xed312c[_0x4ffe42(0x41e)]),_0x3d2b5c(0xb,_0x16dea4[_0x4ffe42(0x441)]),_0x3d2b5c(0xc,_0xed312c[_0x4ffe42(0xf0)]),_0x3d2b5c(0xd,_0xed312c[_0x4ffe42(0x4f9)](_0x29dcde))],_0x2a808c[_0x4ffe42(0x2d3)]);var _0x3133a0=Object[_0x4ffe42(0x52a)],_0xf657ce=Object[_0x4ffe42(0x25d)],_0x40834e=(_0x2916c6,_0xcc30a4,_0x2340e5,_0x27e834)=>{const _0x520e09=_0x4ffe42;for(var _0x442b3e=_0x27e834>0x1?void 0x0:_0x27e834?_0xf657ce(_0xcc30a4,_0x2340e5):_0xcc30a4,_0x2ac9dd=_0x2916c6[_0x520e09(0x331)]-0x1,_0x32ef6d;_0x2ac9dd>=0x0;_0x2ac9dd--)(_0x32ef6d=_0x2916c6[_0x2ac9dd])&&(_0x442b3e=(_0x27e834?_0x32ef6d(_0xcc30a4,_0x2340e5,_0x442b3e):_0x32ef6d(_0x442b3e))||_0x442b3e);return _0x27e834&&_0x442b3e&&_0x3133a0(_0xcc30a4,_0x2340e5,_0x442b3e),_0x442b3e;},_0x21bb58=(_0x129ef5,_0x59f704)=>(_0x6b7860,_0xb63774)=>_0x59f704(_0x6b7860,_0xb63774,_0x129ef5);_0x2a808c['CollaborationController']=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x39f4de,_0x37bf0b,_0x2768ff){const _0x453ffb=_0x4ffe42;super(),_0x2a6f44(this,'_entities',new Map()),_0x2a6f44(this,_0x453ffb(0x106),new _0x4984e3['Subject']()),(this[_0x453ffb(0x388)]=_0x39f4de,this[_0x453ffb(0x2dd)]=_0x37bf0b,this[_0x453ffb(0x128)]=_0x2768ff,this[_0x453ffb(0x2c5)]());}[_0x4ffe42(0x192)](){const _0x466e55=_0x4ffe42;super[_0x466e55(0x192)](),this[_0x466e55(0x272)][_0x466e55(0x2e8)](_0x226ee5=>_0x226ee5[_0x466e55(0x192)]()),this[_0x466e55(0x272)]['clear']();}[_0x4ffe42(0x2e0)](_0x105479){const _0x2cd881=_0x4ffe42;var _0x3ed0e2;return(_0x3ed0e2=this[_0x2cd881(0x272)][_0x2cd881(0xce)](_0x105479))!=null?_0x3ed0e2:null;}[_0x4ffe42(0x218)](_0x42a5fd){const _0xe1ba4d=_0x4ffe42,_0x233578=this['getCollabEntity'](_0x42a5fd);return _0x233578?_0x4984e3['of'](_0x233578):this['_entityInit$'][_0xe1ba4d(0x556)](_0x477442[_0xe1ba4d(0x373)](_0x5d2dee=>_0x5d2dee[_0xe1ba4d(0x2a3)]===_0x42a5fd));}[_0x4ffe42(0x2c5)](){const _0x5324a7=_0x4ffe42;this[_0x5324a7(0x128)][_0x5324a7(0x4c2)](_0xed312c[_0x5324a7(0x230)][_0x5324a7(0x3f5)])['pipe'](_0x4984e3[_0x5324a7(0x203)](this[_0x5324a7(0x32d)]),_0x477442[_0x5324a7(0x3c3)](0x10))[_0x5324a7(0x51f)](async _0x481db3=>{const _0x42731e=_0x5324a7,_0xffae14=_0x481db3['getUnitId'](),_0x3724e4=await this[_0x42731e(0x4a9)](_0xffae14,_0x4eba08['UNIVER_SHEET']);this['_entities'][_0x42731e(0x53b)](_0xffae14,_0x3724e4);}),this['_univerInstanceService'][_0x5324a7(0x4c2)](_0xed312c[_0x5324a7(0x230)]['UNIVER_DOC'])[_0x5324a7(0x556)](_0x4984e3[_0x5324a7(0x203)](this[_0x5324a7(0x32d)]),_0x477442[_0x5324a7(0x3c3)](0x10))['pipe'](_0x477442[_0x5324a7(0x373)](_0x59cae6=>!_0x59cae6[_0x5324a7(0x448)]()['startsWith']('__')))[_0x5324a7(0x51f)](async _0x1c590c=>{const _0x21b3cf=_0x5324a7,_0x58ec81=_0x1c590c[_0x21b3cf(0x448)](),_0x3821af=await this['_startCollaboration'](_0x58ec81,_0x4eba08[_0x21b3cf(0x515)]);this[_0x21b3cf(0x272)][_0x21b3cf(0x53b)](_0x58ec81,_0x3821af);}),_0x4984e3[_0x5324a7(0x500)](this[_0x5324a7(0x128)][_0x5324a7(0x32c)](_0xed312c[_0x5324a7(0x230)]['UNIVER_SHEET']),this[_0x5324a7(0x128)]['getTypeOfUnitDisposed$'](_0xed312c['UniverInstanceType'][_0x5324a7(0x515)]))[_0x5324a7(0x556)](_0x4984e3['takeUntil'](this[_0x5324a7(0x32d)]))[_0x5324a7(0x51f)](_0x2cb0f0=>{const _0x4268d2=_0x5324a7,_0x214303=_0x2cb0f0['getUnitId'](),_0x5599b8=this['_entities']['get'](_0x214303);_0x5599b8&&(_0x5599b8[_0x4268d2(0x192)](),this['_entities'][_0x4268d2(0x253)](_0x214303));});}async['_startCollaboration'](_0x3ddabb,_0x1bb276){const _0x16d0bd=_0x4ffe42,_0x3e8a63=await this[_0x16d0bd(0x2dd)][_0x16d0bd(0x2ab)](_0x3ddabb),_0x1fc551=this[_0x16d0bd(0x388)][_0x16d0bd(0x1cc)](this[_0x16d0bd(0x474)](_0x1bb276),_0x3ddabb,_0x1bb276,_0x3e8a63);return await _0x1fc551[_0x16d0bd(0x30d)](),this['_entityInit$'][_0x16d0bd(0x17f)](_0x1fc551),_0x1fc551;}[_0x4ffe42(0x474)](_0xd9bded){const _0x40624f=_0x4ffe42;switch(_0xd9bded){case _0x4eba08[_0x40624f(0x515)]:return _0x2a808c['DocCollaborationEntity'];case _0x4eba08['UNIVER_SHEET']:return _0x2a808c[_0x40624f(0x2d3)];default:throw new Error('[CollaborationController]:\x20invalid\x20univer\x20type:\x20'+_0xd9bded);}}},_0x2a808c['CollaborationController']=_0x40834e([_0x21bb58(0x0,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x21bb58(0x1,_0xed312c['Inject'](_0x2a808c['CollaborationSessionService'])),_0x21bb58(0x2,_0xed312c[_0x4ffe42(0x99)])],_0x2a808c['CollaborationController']);const _0x52be91=[_0x4ffe42(0x528),_0x4ffe42(0x468),_0x4ffe42(0x18f),_0x4ffe42(0x14f),_0x4ffe42(0x311),_0x4ffe42(0xa9)];class _0x38d257 extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(){const _0x5f36bc=_0x4ffe42;super(...arguments),_0x2a6f44(this,'_assignedColors',new Map()),_0x2a6f44(this,_0x5f36bc(0x1e6),0x0);}['assignAColorForMemberID'](_0x442bb4){const _0x4c7b83=_0x4ffe42;if(this[_0x4c7b83(0x4c7)][_0x4c7b83(0x14b)](_0x442bb4))return this[_0x4c7b83(0x4c7)]['get'](_0x442bb4);const _0x495516=_0x52be91[this[_0x4c7b83(0x1e6)]];return this[_0x4c7b83(0x1e6)]=(this[_0x4c7b83(0x1e6)]+0x1)%_0x52be91[_0x4c7b83(0x331)],this[_0x4c7b83(0x4c7)][_0x4c7b83(0x53b)](_0x442bb4,_0x495516),_0x495516;}}var _0x958058=Object[_0x4ffe42(0x52a)],_0x4766c1=Object[_0x4ffe42(0x25d)],_0x137dea=(_0x38d0fa,_0x174cd9,_0x531e32,_0x1f99bd)=>{const _0x1faa6c=_0x4ffe42;for(var _0x34e534=_0x1f99bd>0x1?void 0x0:_0x1f99bd?_0x4766c1(_0x174cd9,_0x531e32):_0x174cd9,_0x248728=_0x38d0fa[_0x1faa6c(0x331)]-0x1,_0x2f0fe6;_0x248728>=0x0;_0x248728--)(_0x2f0fe6=_0x38d0fa[_0x248728])&&(_0x34e534=(_0x1f99bd?_0x2f0fe6(_0x174cd9,_0x531e32,_0x34e534):_0x2f0fe6(_0x34e534))||_0x34e534);return _0x1f99bd&&_0x34e534&&_0x958058(_0x174cd9,_0x531e32,_0x34e534),_0x34e534;},_0x17bcfc=(_0x527fa3,_0x495796)=>(_0x104818,_0x142541)=>_0x495796(_0x104818,_0x142541,_0x527fa3);const _0x48a8e1=0x12c,_0x5a6882=0x64;let _0xa09288=class extends _0xed312c['RxDisposable']{constructor(_0x4976d8,_0x58916f,_0x2f7fd6,_0x2c8a74,_0x2b2f14,_0x3bf32d,_0x285d75,_0x540a1f,_0x1c072){const _0x11ec82=_0x4ffe42;super(),_0x2a6f44(this,_0x11ec82(0x3d1),!0x1),_0x2a6f44(this,_0x11ec82(0x2c5),!0x1),_0x2a6f44(this,_0x11ec82(0x227),new _0x4984e3[(_0x11ec82(0x3ae))](new Map())),_0x2a6f44(this,_0x11ec82(0x12b),this[_0x11ec82(0x227)]['asObservable']()),_0x2a6f44(this,_0x11ec82(0xbc),new _0x4984e3[(_0x11ec82(0x3ae))]([])),_0x2a6f44(this,'roomMembers$',this[_0x11ec82(0xbc)][_0x11ec82(0x556)](_0x4984e3['debounceTime'](_0x48a8e1))),_0x2a6f44(this,_0x11ec82(0x318),_0xed312c[_0x11ec82(0x50c)](_0xb369=>{const _0x142bf1=_0x11ec82,_0x575905={'eventID':_0x2db012['CollaborationEvent']['UPDATE_CURSOR'],'data':{'unitID':this[_0x142bf1(0x2a3)],'memberID':this[_0x142bf1(0x297)]['getMemberID'](),'selection':_0x53644f(_0xb369)}};this[_0x142bf1(0x297)][_0x142bf1(0xe5)](_0x575905,this[_0x142bf1(0x2a3)]);},_0x5a6882)),(this[_0x11ec82(0x2a3)]=_0x4976d8,this[_0x11ec82(0x297)]=_0x58916f,this[_0x11ec82(0x388)]=_0x2f7fd6,this[_0x11ec82(0xde)]=_0x2c8a74,this[_0x11ec82(0x1ab)]=_0x2b2f14,this[_0x11ec82(0x520)]=_0x3bf32d,this[_0x11ec82(0x2f8)]=_0x285d75,this[_0x11ec82(0x128)]=_0x540a1f,this[_0x11ec82(0x477)]=_0x1c072);}get[_0x4ffe42(0x196)](){const _0x11f6dd=_0x4ffe42;return this[_0x11f6dd(0x227)][_0x11f6dd(0x411)]();}get[_0x4ffe42(0x103)](){const _0x4df793=_0x4ffe42;return this[_0x4df793(0xbc)][_0x4df793(0x411)]();}['dispose'](){const _0x1ec4f1=_0x4ffe42;super[_0x1ec4f1(0x192)](),this[_0x1ec4f1(0x227)][_0x1ec4f1(0x17f)](new Map()),this[_0x1ec4f1(0x227)][_0x1ec4f1(0x3b9)](),this[_0x1ec4f1(0xbc)][_0x1ec4f1(0x17f)]([]),this[_0x1ec4f1(0xbc)][_0x1ec4f1(0x3b9)]();}[_0x4ffe42(0x30d)](){const _0x228c87=_0x4ffe42;this[_0x228c87(0x2c5)]||(this[_0x228c87(0x2c5)]=!0x0,this['_session'][_0x228c87(0x33f)][_0x228c87(0x556)](_0x4984e3[_0x228c87(0x203)](this[_0x228c87(0x32d)]))[_0x228c87(0x51f)](_0xa8177f=>{const _0x1ad939=_0x228c87;_0xa8177f===_0x1e0add[_0x1ad939(0x416)]?this[_0x1ad939(0x11c)]():this[_0x1ad939(0x402)]();}),this[_0x228c87(0x297)][_0x228c87(0x41f)]['pipe'](_0x4984e3[_0x228c87(0x203)](this[_0x228c87(0x32d)]))[_0x228c87(0x51f)](_0x223bc0=>{const _0x258372=_0x228c87,_0x37a684=_0x223bc0[_0x258372(0x2cb)];_0x37a684===_0x2db012[_0x258372(0x329)]['UPDATE_CURSOR']&&this[_0x258372(0x32e)](_0x223bc0),_0x37a684===_0x2db012[_0x258372(0x329)][_0x258372(0x45b)]&&this['_onCursorDelete'](_0x223bc0);}),this[_0x228c87(0x501)](this['_commandService'][_0x228c87(0x540)](_0x1cf85e=>{const _0x44b7ff=_0x228c87,_0x1f6c84=_0x1cf85e[_0x44b7ff(0x223)];_0x1f6c84!=null&&this[_0x44b7ff(0x3d1)]&&_0x1cf85e['id']===_0x10f1a4[_0x44b7ff(0x3df)]['id']&&_0x1f6c84[_0x44b7ff(0x27d)]===this[_0x44b7ff(0x2a3)]&&_0x1f6c84[_0x44b7ff(0x2a5)]===!0x1&&_0x1f6c84[_0x44b7ff(0xd4)][_0x44b7ff(0x331)]>0x0&&this[_0x44b7ff(0x318)](_0x1f6c84[_0x44b7ff(0xd4)]);})),this[_0x228c87(0x520)][_0x228c87(0x2ef)][_0x228c87(0x556)](_0x4984e3[_0x228c87(0x203)](this[_0x228c87(0x32d)]))[_0x228c87(0x51f)](_0x430df1=>{const _0x14d1e3=_0x228c87;if((_0x430df1==null?void 0x0:_0x430df1[_0x14d1e3(0x2a3)])!==this[_0x14d1e3(0x2a3)])return;const _0x11aa7e={'eventID':_0x2db012['CollaborationEvent'][_0x14d1e3(0x3aa)],'data':_0x430df1};this[_0x14d1e3(0x32e)](_0x11aa7e);}),this[_0x228c87(0x501)](this[_0x228c87(0x477)]['onCommandExecuted'](_0x440411=>{const _0x380a3a=_0x228c87;if(_0x440411[_0x380a3a(0x223)]==null)return;const _0x24c2ba=_0x440411[_0x380a3a(0x223)];if(_0x440411['id']!==_0x10f1a4['RichTextEditingMutation']['id']||_0x24c2ba['unitId']!==this[_0x380a3a(0x2a3)])return;const _0x5b0706={'id':_0x380a3a(0x2da),'params':_0x24c2ba},_0x4452f6=this[_0x380a3a(0x196)];for(const [_0x2853bc,_0x5e67b5]of _0x4452f6){const _0x1d163c={'id':_0x380a3a(0x2da),'params':{'unitId':this[_0x380a3a(0x2a3)],'actions':null,'textRanges':_0x5e67b5[_0x380a3a(0xd4)]}},_0x36b4da=this[_0x380a3a(0x2f8)][_0x380a3a(0x24f)](_0x5b0706,_0x1d163c,!0x1);if(_0x2db012[_0x380a3a(0x4dd)](_0x36b4da))throw _0x36b4da['error'];_0x4452f6[_0x380a3a(0x53b)](_0x2853bc,{..._0x5e67b5,'ranges':_0x36b4da[_0x380a3a(0x2d7)][_0x380a3a(0x223)][_0x380a3a(0x1a5)]});}queueMicrotask(()=>{const _0x216044=_0x380a3a;this[_0x216044(0x227)][_0x216044(0x17f)](_0x4452f6);});})));}[_0x4ffe42(0x32e)](_0x498ef3){const _0x11c3bd=_0x4ffe42;var _0x5dbcf9,_0x1f08ac;const {memberID:_0x120a2e,selection:_0x7ae378}=_0x498ef3[_0x11c3bd(0x2a6)],_0x277af6=_0xf23b3e(_0x7ae378),_0x3035ce=(_0x1f08ac=(_0x5dbcf9=this[_0x11c3bd(0x1ab)]['getMember'](this[_0x11c3bd(0x2a3)],_0x120a2e))==null?void 0x0:_0x5dbcf9['name'])!=null?_0x1f08ac:_0x11c3bd(0x381),_0x53b0f4={'color':this['_colorAssignService'][_0x11c3bd(0x50f)](_0x120a2e),'name':_0x3035ce,'ranges':_0x277af6},_0x3985d8=this[_0x11c3bd(0x196)];_0x3985d8['set'](_0x120a2e,_0x53b0f4),this['_cursorInfo$'][_0x11c3bd(0x17f)](_0x3985d8);}['_onCursorDelete'](_0x3065a6){const _0x251301=_0x4ffe42,{memberID:_0x2398ea}=_0x3065a6['data'],_0x3e4021=this[_0x251301(0x196)];_0x3e4021[_0x251301(0x253)](_0x2398ea),this[_0x251301(0x227)]['next'](_0x3e4021);}[_0x4ffe42(0x11c)](){const _0xefe333=_0x4ffe42;var _0x10ffa1;if(this[_0xefe333(0x3d1)]=!0x0,((_0x10ffa1=this[_0xefe333(0x128)][_0xefe333(0x326)]())==null?void 0x0:_0x10ffa1[_0xefe333(0x448)]())!==this[_0xefe333(0x2a3)])return;const _0x508bdf=this[_0xefe333(0x388)][_0xefe333(0xce)](_0x10f1a4[_0xefe333(0xc0)])[_0xefe333(0x444)]();Array[_0xefe333(0x30e)](_0x508bdf)&&_0x508bdf['length']>0x0&&this['_updateLocalCursor'](_0x508bdf);}['_toggleOffline'](){const _0x2e80f4=_0x4ffe42;this[_0x2e80f4(0x3d1)]=!0x1;}};_0xa09288=_0x137dea([_0x17bcfc(0x2,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x17bcfc(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x38d257)),_0x17bcfc(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0xac)])),_0x17bcfc(0x5,_0xed312c[_0x4ffe42(0xa5)](_0x46e4d0)),_0x17bcfc(0x6,_0x2db012[_0x4ffe42(0x4f2)]),_0x17bcfc(0x7,_0xed312c[_0x4ffe42(0x99)]),_0x17bcfc(0x8,_0xed312c[_0x4ffe42(0x41e)])],_0xa09288);var _0x30ba8a=Object[_0x4ffe42(0x52a)],_0xb5e9e1=Object[_0x4ffe42(0x25d)],_0x1a3909=(_0x41d8c7,_0x3f868c,_0x2b2d3d,_0x6d3c36)=>{const _0x3bf4f4=_0x4ffe42;for(var _0x13250e=_0x6d3c36>0x1?void 0x0:_0x6d3c36?_0xb5e9e1(_0x3f868c,_0x2b2d3d):_0x3f868c,_0x1bfb58=_0x41d8c7[_0x3bf4f4(0x331)]-0x1,_0xabc2e;_0x1bfb58>=0x0;_0x1bfb58--)(_0xabc2e=_0x41d8c7[_0x1bfb58])&&(_0x13250e=(_0x6d3c36?_0xabc2e(_0x3f868c,_0x2b2d3d,_0x13250e):_0xabc2e(_0x13250e))||_0x13250e);return _0x6d3c36&&_0x13250e&&_0x30ba8a(_0x3f868c,_0x2b2d3d,_0x13250e),_0x13250e;},_0x34d0a4=(_0x40c93b,_0x1d23a6)=>(_0x546c4a,_0x3035fb)=>_0x1d23a6(_0x546c4a,_0x3035fb,_0x40c93b);const _0x4e1229=0x12c,_0x3f4b63=0x64,_0x5d6b40=()=>{let _0x32620f=[],_0x48ac9a=!0x1;return _0x117b95=>{_0x32620f['push'](_0x117b95),_0x48ac9a||(_0x48ac9a=!0x0,setTimeout(()=>{_0x32620f['forEach'](_0x4760b7=>_0x4760b7()),_0x32620f=[],_0x48ac9a=!0x1;}));};};let _0x1fc2a2=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x36e6d6,_0x592f90,_0x45749a,_0x21ea2c,_0x498850,_0x257250,_0xa1e83e,_0x15af68){const _0xc7c779=_0x4ffe42;super(),_0x2a6f44(this,_0xc7c779(0x3d1),!0x1),_0x2a6f44(this,_0xc7c779(0x2c5),!0x1),_0x2a6f44(this,'_cursorInfo$',new _0x4984e3[(_0xc7c779(0x3ae))](new Map())),_0x2a6f44(this,_0xc7c779(0x12b),this[_0xc7c779(0x227)][_0xc7c779(0x31c)]()),_0x2a6f44(this,_0xc7c779(0xbc),new _0x4984e3[(_0xc7c779(0x3ae))]([])),_0x2a6f44(this,_0xc7c779(0x295),this[_0xc7c779(0xbc)]['pipe'](_0x4984e3[_0xc7c779(0x3e2)](_0x4e1229))),_0x2a6f44(this,_0xc7c779(0x318),_0xed312c['debounce']((_0xe3954d,_0x140639)=>{const _0x112685=_0xc7c779,_0x30789a={'eventID':_0x2db012[_0x112685(0x329)][_0x112685(0x3aa)],'data':{'unitID':this['unitID'],'memberID':this[_0x112685(0x297)][_0x112685(0x132)](),'selection':_0x3df9c6[_0x112685(0x298)](_0xe3954d,_0x140639['range'])}};this[_0x112685(0x297)]['send'](_0x30789a,this[_0x112685(0x2a3)]);},_0x3f4b63)),(this[_0xc7c779(0x2a3)]=_0x36e6d6,this[_0xc7c779(0x297)]=_0x592f90,this[_0xc7c779(0x388)]=_0x45749a,this[_0xc7c779(0xde)]=_0x21ea2c,this[_0xc7c779(0x1ab)]=_0x498850,this[_0xc7c779(0x128)]=_0x257250,this[_0xc7c779(0x477)]=_0xa1e83e,this[_0xc7c779(0x42a)]=_0x15af68);}get['cursorInfo'](){const _0x3a1a12=_0x4ffe42;return this['_cursorInfo$'][_0x3a1a12(0x411)]();}get['roomMembers'](){return this['_roomMembers$']['getValue']();}[_0x4ffe42(0x192)](){const _0x109505=_0x4ffe42;super['dispose'](),this[_0x109505(0x227)][_0x109505(0x17f)](new Map()),this[_0x109505(0x227)][_0x109505(0x3b9)](),this[_0x109505(0xbc)][_0x109505(0x17f)]([]),this[_0x109505(0xbc)][_0x109505(0x3b9)]();}['init'](){const _0x337132=_0x4ffe42;this[_0x337132(0x2c5)]||(this[_0x337132(0x2c5)]=!0x0,this[_0x337132(0x297)][_0x337132(0x33f)][_0x337132(0x556)](_0x4984e3[_0x337132(0x203)](this[_0x337132(0x32d)]))[_0x337132(0x51f)](_0xe7ad1=>{const _0x469af5=_0x337132;_0xe7ad1===_0x1e0add[_0x469af5(0x416)]?this[_0x469af5(0x11c)]():this[_0x469af5(0x402)]();}),this['_session'][_0x337132(0x41f)]['pipe'](_0x4984e3[_0x337132(0x203)](this[_0x337132(0x32d)]))[_0x337132(0x51f)](_0xbd454a=>{const _0x5a3fc0=_0x337132,_0x3828a5=_0xbd454a[_0x5a3fc0(0x2cb)];_0x3828a5===_0x2db012[_0x5a3fc0(0x329)]['UPDATE_CURSOR']&&this['_onCursorUpdate'](_0xbd454a),_0x3828a5===_0x2db012[_0x5a3fc0(0x329)][_0x5a3fc0(0x45b)]&&this[_0x5a3fc0(0x147)](_0xbd454a);}),this['_onRefRangeChange'](),this[_0x337132(0x501)](this['_commandService']['onCommandExecuted'](_0x161df9=>{const _0x3fef20=_0x337132;if(this[_0x3fef20(0x3d1)]&&_0x161df9['id']===_0x3c9e4d[_0x3fef20(0x174)]['id']&&_0x161df9[_0x3fef20(0x223)]['unitId']===this[_0x3fef20(0x2a3)]){const _0x40f37c=_0x161df9[_0x3fef20(0x223)];this[_0x3fef20(0x318)](_0x40f37c[_0x3fef20(0x263)],_0x40f37c[_0x3fef20(0x209)][0x0]);}})));}[_0x4ffe42(0x32e)](_0xc9b5eb){const _0x15da2e=_0x4ffe42;var _0x106e29,_0x3c2027;const {memberID:_0x1391e9,selection:_0x358d2f}=_0xc9b5eb['data'],{sheetName:_0x368aa2,range:_0x8cd33}=_0x3df9c6['deserializeRangeWithSheet'](_0x358d2f),_0x29ea28={'name':(_0x3c2027=(_0x106e29=this[_0x15da2e(0x1ab)]['getMember'](this[_0x15da2e(0x2a3)],_0x1391e9))==null?void 0x0:_0x106e29[_0x15da2e(0x1a1)])!=null?_0x3c2027:_0x15da2e(0x381),'range':this[_0x15da2e(0x3a3)](_0x368aa2,_0x8cd33),'sheetID':_0x368aa2,'color':this['_colorAssignService'][_0x15da2e(0x50f)](_0x1391e9),'selection':_0x358d2f},_0x4d2c2e=this[_0x15da2e(0x196)];_0x4d2c2e['set'](_0x1391e9,_0x29ea28),this['_cursorInfo$']['next'](_0x4d2c2e);}[_0x4ffe42(0x147)](_0x5e6ec3){const _0x4def67=_0x4ffe42,{memberID:_0x2105a7}=_0x5e6ec3[_0x4def67(0x2a6)],_0x46570d=this[_0x4def67(0x196)];_0x46570d[_0x4def67(0x253)](_0x2105a7),this['_cursorInfo$'][_0x4def67(0x17f)](_0x46570d);}[_0x4ffe42(0x3a3)](_0x4a54fa,_0x30f1b7){const _0x58f88e=_0x4ffe42;var _0x4c1e6c,_0x2af0c0;const _0x3c4f32=(_0x2af0c0=(_0x4c1e6c=this[_0x58f88e(0x128)][_0x58f88e(0x354)](this[_0x58f88e(0x2a3)]))==null?void 0x0:_0x4c1e6c[_0x58f88e(0x479)](_0x4a54fa))==null?void 0x0:_0x2af0c0[_0x58f88e(0x52d)]();return(_0x3c4f32==null?void 0x0:_0x3c4f32[_0x58f88e(0xfe)](_0x8456a3=>_0xed312c[_0x58f88e(0x21a)][_0x58f88e(0x407)](_0x8456a3,_0x30f1b7)))||_0x30f1b7;}[_0x4ffe42(0x1ef)](){const _0x571e62=_0x4ffe42,_0x16aee8=new _0xed312c['DisposableCollection'](),_0x21d16f=_0x5d6b40(),_0x498aa0=()=>{const _0xae4d7d=_0x5c47;_0x16aee8['dispose']();const _0x277a6b=(_0x2470bd,_0x306ff3,_0x42bb2a,_0x57ac26)=>{const _0x2ddad7=_0x5c47;let _0xdb992d=[];switch(_0x2470bd['id']){case _0x3c9e4d[_0x2ddad7(0xfa)]['DeleteRangeMoveLeftCommandId']:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x549)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x428)]:{_0xdb992d=_0x3c9e4d['handleDeleteRangeMoveUp'](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x156)]:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x153)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)]['InsertRangeMoveDownCommandId']:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x2c9)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x293)]:{_0xdb992d=_0x3c9e4d['handleInsertRangeMoveRight'](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x403)]:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x279)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x2fe)]:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x532)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x2c0)]:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x291)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)]['RemoveRowCommandId']:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x427)](_0x2470bd,_0x57ac26);break;}}const _0xe6076d=_0x3c9e4d[_0x2ddad7(0x2de)](_0xdb992d,_0x57ac26),_0x4cdf9e=this['cursorInfo']['get'](_0x306ff3);if(_0x4cdf9e&&_0xe6076d){const _0x5ba045={..._0x4cdf9e,'range':_0xe6076d};this[_0x2ddad7(0x196)][_0x2ddad7(0x53b)](_0x306ff3,_0x5ba045),_0x21d16f(()=>{const _0x5a8c0e=_0x2ddad7,_0x19ebba=this[_0x5a8c0e(0x42a)][_0x5a8c0e(0x28e)](_0xe6076d,_0x1d7d64=>(_0x19ebba['dispose'](),_0x277a6b(_0x1d7d64,_0x306ff3,_0x42bb2a,_0xe6076d)));_0x16aee8[_0x5a8c0e(0x47f)](_0x19ebba);});}return{'redos':[],'undos':[]};};this[_0xae4d7d(0x196)][_0xae4d7d(0x2e8)]((_0x4fd15b,_0x929a7f)=>{const _0x5e7524=_0xae4d7d,{range:_0x439f2c,sheetID:_0x47c70c}=_0x4fd15b,_0x25128b=this[_0x5e7524(0x42a)][_0x5e7524(0x28e)](_0x439f2c,_0x411efc=>(_0x25128b[_0x5e7524(0x192)](),_0x277a6b(_0x411efc,_0x929a7f,_0x47c70c,_0x439f2c)));_0x16aee8[_0x5e7524(0x47f)](_0x25128b);});};this[_0x571e62(0x501)](_0xed312c['toDisposable'](this[_0x571e62(0x227)]['subscribe'](()=>{_0x498aa0();})));}[_0x4ffe42(0x11c)](){const _0x19260b=_0x4ffe42;var _0x3f8a0b,_0x3f3e13;if(this[_0x19260b(0x3d1)]=!0x0,((_0x3f8a0b=this[_0x19260b(0x128)][_0x19260b(0x326)]())==null?void 0x0:_0x3f8a0b[_0x19260b(0x448)]())!==this['unitID'])return;const _0x415a7c=(_0x3f3e13=this[_0x19260b(0x388)][_0x19260b(0xce)](_0x3c9e4d[_0x19260b(0x109)])[_0x19260b(0x206)]())==null?void 0x0:_0x3f3e13[0x0],_0x557569=this[_0x19260b(0x128)][_0x19260b(0x3b2)](_0xed312c[_0x19260b(0x230)]['UNIVER_SHEET'])[_0x19260b(0x31f)]();_0x415a7c&&_0x557569&&this[_0x19260b(0x318)](_0x557569['getSheetId'](),_0x415a7c);}['_toggleOffline'](){const _0x2e2101=_0x4ffe42;this[_0x2e2101(0x3d1)]=!0x1;}};_0x1fc2a2=_0x1a3909([_0x34d0a4(0x2,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x34d0a4(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x38d257)),_0x34d0a4(0x4,_0xed312c['Inject'](_0x2a808c[_0x4ffe42(0xac)])),_0x34d0a4(0x5,_0xed312c['IUniverInstanceService']),_0x34d0a4(0x6,_0xed312c[_0x4ffe42(0x41e)]),_0x34d0a4(0x7,_0xed312c['Inject'](_0x3c9e4d[_0x4ffe42(0x483)]))],_0x1fc2a2);var _0x3bf97a=Object[_0x4ffe42(0x52a)],_0x4f1a02=Object['getOwnPropertyDescriptor'],_0x457efe=(_0x4474b2,_0x20d00b,_0x53b909,_0x56129c)=>{const _0x220501=_0x4ffe42;for(var _0x65821b=_0x56129c>0x1?void 0x0:_0x56129c?_0x4f1a02(_0x20d00b,_0x53b909):_0x20d00b,_0x18efd8=_0x4474b2[_0x220501(0x331)]-0x1,_0x5ed110;_0x18efd8>=0x0;_0x18efd8--)(_0x5ed110=_0x4474b2[_0x18efd8])&&(_0x65821b=(_0x56129c?_0x5ed110(_0x20d00b,_0x53b909,_0x65821b):_0x5ed110(_0x65821b))||_0x65821b);return _0x56129c&&_0x65821b&&_0x3bf97a(_0x20d00b,_0x53b909,_0x65821b),_0x65821b;},_0x414812=(_0x215461,_0x4dc027)=>(_0x516ba,_0x1738bd)=>_0x4dc027(_0x516ba,_0x1738bd,_0x215461);let _0x3dd1e9=class extends _0xed312c['RxDisposable']{constructor(_0x25b425,_0x3a7775,_0x12e494){const _0x43f9a9=_0x4ffe42;super(),_0x2a6f44(this,'_entities',new Map()),_0x2a6f44(this,_0x43f9a9(0x106),new _0x4984e3[(_0x43f9a9(0x542))]()),(this[_0x43f9a9(0x128)]=_0x25b425,this[_0x43f9a9(0x388)]=_0x3a7775,this['_collabSessionService']=_0x12e494,this['_init']());}[_0x4ffe42(0x192)](){const _0x428329=_0x4ffe42;super['dispose'](),this[_0x428329(0x106)]['complete'](),this['_entities'][_0x428329(0x2e8)](_0x98bd32=>_0x98bd32[_0x428329(0x192)]());}[_0x4ffe42(0x471)](_0x57466d){const _0x3c7daa=_0x4ffe42;return this[_0x3c7daa(0x272)][_0x3c7daa(0x14b)](_0x57466d)?this['_entities']['get'](_0x57466d)[_0x3c7daa(0x12b)]:this[_0x3c7daa(0x106)][_0x3c7daa(0x556)](_0x4984e3[_0x3c7daa(0x373)](_0x1c1e47=>_0x1c1e47[_0x3c7daa(0x2a3)]===_0x57466d),_0x4984e3[_0x3c7daa(0x96)](_0x29e195=>_0x29e195[_0x3c7daa(0x12b)]));}['_init'](){const _0x21075d=_0x4ffe42;this[_0x21075d(0x128)][_0x21075d(0x4c2)](_0xed312c[_0x21075d(0x230)][_0x21075d(0x3f5)])['pipe'](_0x4984e3[_0x21075d(0x203)](this[_0x21075d(0x32d)]))[_0x21075d(0x51f)](async _0x4c61f5=>{const _0x22dcd1=_0x21075d,_0x3dbb3e=_0x4c61f5[_0x22dcd1(0x448)](),_0x1ed60d=await this[_0x22dcd1(0x42c)](_0x3dbb3e);this[_0x22dcd1(0x106)][_0x22dcd1(0x17f)](_0x1ed60d),this[_0x22dcd1(0x272)]['set'](_0x3dbb3e,_0x1ed60d);}),this[_0x21075d(0x128)][_0x21075d(0x4c2)](_0xed312c[_0x21075d(0x230)][_0x21075d(0x515)])['pipe'](_0x4984e3[_0x21075d(0x203)](this[_0x21075d(0x32d)]))[_0x21075d(0x556)](_0x4984e3[_0x21075d(0x373)](_0x363191=>!_0x363191[_0x21075d(0x448)]()[_0x21075d(0x1d6)]('__')))[_0x21075d(0x51f)](async _0x1b657a=>{const _0x1460b1=_0x21075d,_0x394102=_0x1b657a[_0x1460b1(0x448)](),_0x1f9d1d=await this[_0x1460b1(0x179)](_0x394102);this[_0x1460b1(0x106)][_0x1460b1(0x17f)](_0x1f9d1d),this['_entities'][_0x1460b1(0x53b)](_0x394102,_0x1f9d1d);}),_0x4984e3[_0x21075d(0x500)](this[_0x21075d(0x128)][_0x21075d(0x32c)](_0xed312c[_0x21075d(0x230)][_0x21075d(0x515)]),this['_univerInstanceService'][_0x21075d(0x32c)](_0xed312c[_0x21075d(0x230)][_0x21075d(0x3f5)]))[_0x21075d(0x556)](_0x4984e3['takeUntil'](this[_0x21075d(0x32d)]))['subscribe'](_0x323c7d=>{const _0x2dbee1=_0x21075d,_0x21e9d9=_0x323c7d[_0x2dbee1(0x448)](),_0x2aa3d5=this[_0x2dbee1(0x272)][_0x2dbee1(0xce)](_0x21e9d9);_0x2aa3d5&&(_0x2aa3d5[_0x2dbee1(0x192)](),this[_0x2dbee1(0x272)][_0x2dbee1(0x253)](_0x21e9d9));});}async['_startSheetCollabCursor'](_0x4cdb11){const _0x295984=_0x4ffe42,_0x7f5855=await this[_0x295984(0x2dd)][_0x295984(0x2ab)](_0x4cdb11),_0x55605c=this[_0x295984(0x388)][_0x295984(0x1cc)](_0x1fc2a2,_0x4cdb11,_0x7f5855);return _0x55605c[_0x295984(0x30d)](),_0x55605c;}async[_0x4ffe42(0x179)](_0x211df3){const _0x3b5065=_0x4ffe42,_0x5b6666=await this['_collabSessionService'][_0x3b5065(0x2ab)](_0x211df3),_0x28d422=this[_0x3b5065(0x388)][_0x3b5065(0x1cc)](_0xa09288,_0x211df3,_0x5b6666);return _0x28d422[_0x3b5065(0x30d)](),_0x28d422;}};_0x3dd1e9=_0x457efe([_0x414812(0x0,_0xed312c[_0x4ffe42(0x99)]),_0x414812(0x1,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x414812(0x2,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x2c7)]))],_0x3dd1e9);const _0x3fc89a=0x14,_0x4d7d01=0xc8,_0x3d1d53=0x4,_0x461e97=0x5;function _0x287a28(_0x5dca1a,_0x3bdafa){const _0x154e98=_0x4ffe42;let {radius:_0x41f2a2,width:_0x163768,height:_0x3298c4}=_0x3bdafa;_0x41f2a2=_0x41f2a2!=null?_0x41f2a2:0x0,_0x163768=_0x163768!=null?_0x163768:0x1e,_0x3298c4=_0x3298c4!=null?_0x3298c4:0x1e;let _0x36d44a=0x0,_0x5d6d6f=0x0,_0x442281=0x0;_0x36d44a=_0x5d6d6f=_0x442281=Math[_0x154e98(0x1a4)](_0x41f2a2,_0x163768/0x2,_0x3298c4/0x2),_0x5dca1a[_0x154e98(0x21c)](),_0x5dca1a['moveTo'](_0x36d44a,0x0),_0x5dca1a[_0x154e98(0x334)](_0x163768-_0x5d6d6f,0x0),_0x5dca1a[_0x154e98(0x294)](_0x163768-_0x5d6d6f,_0x5d6d6f,_0x5d6d6f,Math['PI']*0x3/0x2,0x0,!0x1),_0x5dca1a[_0x154e98(0x334)](_0x163768,_0x3298c4-_0x442281),_0x5dca1a['arc'](_0x163768-_0x442281,_0x3298c4-_0x442281,_0x442281,0x0,Math['PI']/0x2,!0x1),_0x5dca1a[_0x154e98(0x334)](0x0,_0x3298c4),_0x5dca1a['lineTo'](0x0,_0x36d44a),_0x5dca1a[_0x154e98(0x294)](_0x36d44a,_0x36d44a,_0x36d44a,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x5dca1a[_0x154e98(0x491)](),_0x3bdafa[_0x154e98(0x239)]&&(_0x5dca1a[_0x154e98(0x18a)](),_0x5dca1a['fillStyle']=_0x3bdafa[_0x154e98(0x239)],_0x3bdafa['fillRule']==='evenodd'?_0x5dca1a['fill']('evenodd'):_0x5dca1a[_0x154e98(0x239)](),_0x5dca1a[_0x154e98(0x24b)]());}class _0x299fb0 extends _0x100cea[_0x4ffe42(0x475)]{constructor(_0x48c47e,_0x176c5a){const _0x15f689=_0x4ffe42;super(_0x48c47e,_0x176c5a),_0x2a6f44(this,_0x15f689(0x277)),_0x2a6f44(this,_0x15f689(0x175)),(this[_0x15f689(0x277)]=_0x176c5a==null?void 0x0:_0x176c5a['color'],this[_0x15f689(0x175)]=_0x176c5a==null?void 0x0:_0x176c5a[_0x15f689(0x175)]);}static[_0x4ffe42(0x2c6)](_0x229951,_0xdf67a8){const _0x321f18=_0x4ffe42,{text:_0xc6d3f1,color:_0x377ffb}=_0xdf67a8;_0x229951[_0x321f18(0x18a)](),_0x229951[_0x321f18(0x16c)]=_0x321f18(0xa1);const _0x2c4fdb=_0x229951[_0x321f18(0x314)](_0xc6d3f1)[_0x321f18(0x9f)],_0x27f191=Math[_0x321f18(0x1a4)](_0x2c4fdb+0x2*_0x3d1d53,_0x4d7d01);_0x287a28(_0x229951,{'height':_0x3fc89a,'radius':0x4,'width':_0x27f191,'fill':_0x377ffb,'evented':!0x1}),_0x229951[_0x321f18(0x50d)]='#FFF';const _0x6ed08f=_0x3d1d53,_0x585527=_0x3fc89a-_0x461e97,_0x5e6ad8=_0x4d7d01-0x2*_0x3d1d53;if(_0x2c4fdb>_0x5e6ad8){let _0x275686='',_0x7f7c88=0x0;for(const _0x38cb3f of _0xc6d3f1){const _0x7a146=_0x229951[_0x321f18(0x314)](_0x38cb3f)[_0x321f18(0x9f)];if(_0x7f7c88+_0x7a146<=_0x5e6ad8-_0x229951['measureText']('...')['width'])_0x275686+=_0x38cb3f,_0x7f7c88+=_0x7a146;else{_0x275686+=_0x321f18(0x4d7);break;}}_0x229951[_0x321f18(0x2a9)](_0x275686,_0x6ed08f,_0x585527);}else _0x229951[_0x321f18(0x2a9)](_0xc6d3f1,_0x6ed08f,_0x585527);_0x229951['restore']();}[_0x4ffe42(0xe4)](_0x531556){const _0xb688d7=_0x4ffe42;_0x299fb0[_0xb688d7(0x2c6)](_0x531556,this);}}const _0x32dcef=_0x4ffe42(0x34a),_0x4e0da7=_0x4ffe42(0x325),_0x57093f=_0x4ffe42(0x49c),_0x1ddbbc=0x6,_0x57954f=1.5,_0x34d824=0x4,_0x2212d3=1.5,_0x5548c4=_0x4ffe42(0x2fa);class _0x4c52a8{constructor(_0x53e5cb,_0x472516,_0x437b67,_0xb43761){const _0x3ef6b1=_0x4ffe42;_0x2a6f44(this,_0x3ef6b1(0x17d),[]),_0x2a6f44(this,_0x3ef6b1(0x1e2),null),_0x2a6f44(this,_0x3ef6b1(0x530),null),_0x2a6f44(this,'_anchorDot',null),_0x2a6f44(this,_0x3ef6b1(0x165),null),_0x2a6f44(this,_0x3ef6b1(0x4ea),null),(this['_cursor']=_0x53e5cb,this[_0x3ef6b1(0xed)]=_0x472516,this[_0x3ef6b1(0x1dd)]=_0x437b67,this[_0x3ef6b1(0x3a0)]=_0xb43761,this[_0x3ef6b1(0x355)]());}set[_0x4ffe42(0x14a)](_0x550767){const _0x102ec8=_0x4ffe42;_0x550767?(this[_0x102ec8(0x3fe)]&&this[_0x102ec8(0x3fe)][_0x102ec8(0x496)](),this[_0x102ec8(0x530)]&&this['_textBubble']['show']()):(this[_0x102ec8(0x3fe)]&&this['_anchorDot'][_0x102ec8(0x309)](),this['_textBubble']&&this['_textBubble'][_0x102ec8(0x496)]());}[_0x4ffe42(0x192)](){const _0x58a068=_0x4ffe42;for(const _0x33d427 of this[_0x58a068(0x17d)])_0x33d427[_0x58a068(0x192)]();this[_0x58a068(0x530)]&&this[_0x58a068(0x530)][_0x58a068(0x192)](),this[_0x58a068(0x3fe)]&&this[_0x58a068(0x3fe)][_0x58a068(0x192)](),this['_anchor']&&this[_0x58a068(0x1e2)][_0x58a068(0x192)](),this['_eventUnsubscribe']&&this[_0x58a068(0x4ea)]();}[_0x4ffe42(0x355)](){const _0x4833a1=_0x4ffe42;var _0x1206bb;const {_docSkeleton:_0x41c474,_document:_0x427046}=this,{color:_0x2606a8,name:_0x25f821,ranges:_0x4cc4be}=this[_0x4833a1(0x284)],_0xc07b10=_0x427046[_0x4833a1(0x217)](),{docsLeft:_0x592415,docsTop:_0x3e7f8d}=_0xc07b10,_0xd646f6=new _0x48cd12[(_0x4833a1(0x2df))](_0xc07b10,_0x41c474);for(const {startOffset:_0x16289e,endOffset:_0x380504,rangeType:_0x5cfa6f,segmentId:_0x182e7c,segmentPage:_0x4c939f,collapsed:_0x1f6cf3,isActive:_0x1341da}of _0x4cc4be){const _0x100999=_0x41c474[_0x4833a1(0x53c)](_0x16289e,!0x0,_0x182e7c,_0x4c939f);let _0x234bf0=_0x41c474[_0x4833a1(0x53c)](_0x380504,!0x0,_0x182e7c,_0x4c939f);if(_0x234bf0==null&&(_0x234bf0=_0x41c474[_0x4833a1(0x53c)](_0x380504-0x1,!0x1,_0x182e7c,_0x4c939f)),_0x1341da){const {contentBoxPointGroup:_0x49b76e}=_0xd646f6['getRangePointData'](_0x234bf0,_0x234bf0);if(_0x49b76e['length']===0x0)continue;this[_0x4833a1(0x510)](_0x2606a8,_0x49b76e,_0x592415,_0x3e7f8d,_0x25f821),this[_0x4833a1(0x4ea)]=this[_0x4833a1(0x52b)]();}if(_0x100999&&_0x234bf0){if(_0x5cfa6f===_0xed312c[_0x4833a1(0x4d3)][_0x4833a1(0x368)]){const _0x2f8e77=new _0x48cd12[(_0x4833a1(0x3c5))](_0xc07b10,_0x41c474),{pointGroup:_0x1e248f}=(_0x1206bb=_0x2f8e77['getRangePointData'](_0x100999,_0x234bf0))!=null?_0x1206bb:{};if(_0x1e248f==null||_0x1e248f['length']===0x0)continue;this[_0x4833a1(0x3d8)](_0x2606a8,_0x1e248f,_0x592415,_0x3e7f8d);}else{if(!_0x1f6cf3){const {borderBoxPointGroup:_0x356799}=_0xd646f6['getRangePointData'](_0x100999,_0x234bf0);if(_0x356799['length']===0x0)continue;this[_0x4833a1(0x26e)](_0x2606a8,_0x356799,_0x592415,_0x3e7f8d);}}}}}[_0x4ffe42(0x510)](_0x5a5682,_0x31b16a,_0x43155c,_0x103f3e,_0x2449ac){const _0x3ecc04=_0x4ffe42,_0x4b4dcd=this['_getAnchorBounding'](_0x31b16a),{left:_0x202f70,top:_0x4d0a1a,height:_0x24a8f3}=_0x4b4dcd,_0x1c85c3=this[_0x3ecc04(0x15c)](),_0x34ffd3=_0x2212d3/_0x1c85c3,_0x567577=new _0x100cea[(_0x3ecc04(0x13f))](_0x32dcef+_0xed312c[_0x3ecc04(0xd3)][_0x3ecc04(0x122)](_0x1ddbbc),{'left':_0x202f70+_0x43155c-_0x34ffd3,'top':_0x4d0a1a+_0x103f3e,'height':_0x24a8f3,'width':_0x57954f,'fill':_0x5a5682||_0x100cea[_0x3ecc04(0x469)](_0xed312c[_0x3ecc04(0x449)][_0x3ecc04(0x35f)],0x0),'strokeWidth':_0x34ffd3,'stroke':_0x5548c4,'evented':!0x0});this[_0x3ecc04(0x1e2)]=_0x567577,this[_0x3ecc04(0xed)][_0x3ecc04(0x3a9)](_0x567577,_0x48cd12[_0x3ecc04(0x25e)]);const _0xe88613=new _0x100cea['Rect'](_0x32dcef+_0xed312c[_0x3ecc04(0xd3)][_0x3ecc04(0x122)](_0x1ddbbc),{'left':_0x202f70+_0x43155c-_0x34ffd3,'top':_0x4d0a1a+_0x103f3e-_0x34d824/0x2,'height':_0x34d824,'width':_0x34d824,'fill':_0x5a5682||_0x100cea[_0x3ecc04(0x469)](_0xed312c[_0x3ecc04(0x449)][_0x3ecc04(0x35f)],0x0),'strokeWidth':0x0,'stroke':_0x5a5682||_0x100cea[_0x3ecc04(0x469)](_0xed312c[_0x3ecc04(0x449)][_0x3ecc04(0x35f)],0x0),'evented':!0x1});this[_0x3ecc04(0x3fe)]=_0xe88613,this['_scene'][_0x3ecc04(0x3a9)](_0xe88613,_0x48cd12[_0x3ecc04(0x25e)]);const _0x2e12ee=new _0x299fb0(_0x32dcef+_0xed312c['Tools'][_0x3ecc04(0x122)](_0x1ddbbc),{'left':_0x202f70+_0x43155c-_0x34ffd3,'top':_0x4d0a1a+_0x103f3e-_0x3fc89a,'text':_0x2449ac,'color':_0x5a5682});this['_textBubble']=_0x2e12ee,this[_0x3ecc04(0xed)]['addObject'](_0x2e12ee,_0x48cd12[_0x3ecc04(0x25e)]),this[_0x3ecc04(0x14a)]=!0x1;}[_0x4ffe42(0x52b)](){const _0x4b1ffe=_0x4ffe42,_0x3bbb25=this['_anchor']['onPointerEnter$']['subscribeEvent'](()=>{const _0x4bcf08=_0x5c47;this[_0x4bcf08(0x14a)]=!0x0;}),_0x468e9d=this[_0x4b1ffe(0x1e2)][_0x4b1ffe(0x27f)][_0x4b1ffe(0x10f)](()=>{const _0x4f2b21=_0x4b1ffe;this[_0x4f2b21(0x165)]&&clearTimeout(this[_0x4f2b21(0x165)]),this[_0x4f2b21(0x165)]=setTimeout(()=>{const _0x593bc0=_0x4f2b21;this[_0x593bc0(0x14a)]=!0x1;},0x7d0);});return()=>{const _0x4a9ae7=_0x4b1ffe;_0x3bbb25[_0x4a9ae7(0x4ce)](),_0x468e9d['unsubscribe']();};}[_0x4ffe42(0x26e)](_0x3959fb,_0x3a1e0c,_0x117574,_0x206c63){const _0x4e5d5f=_0x4ffe42,_0x58b64b=new _0xed312c[(_0x4e5d5f(0x377))](_0x3959fb)[_0x4e5d5f(0xae)](0.2)['toRgbString'](),_0x180cbd=new _0x100cea[(_0x4e5d5f(0x148))](_0x4e0da7+_0xed312c[_0x4e5d5f(0xd3)]['generateRandomId'](_0x1ddbbc),{'pointsGroup':_0x3a1e0c,'fill':_0x58b64b||_0x100cea[_0x4e5d5f(0x469)](_0xed312c[_0x4e5d5f(0x449)][_0x4e5d5f(0x35f)],0.2),'left':_0x117574,'top':_0x206c63,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x4e5d5f(0x17d)][_0x4e5d5f(0x3cc)](_0x180cbd),this[_0x4e5d5f(0xed)][_0x4e5d5f(0x3a9)](_0x180cbd,_0x48cd12[_0x4e5d5f(0x25e)]);}['_drawRectRange'](_0x459fcb,_0x3f95de,_0x793afd,_0x4a0a24){const _0x4765fe=_0x4ffe42,_0x5fd848=new _0xed312c[(_0x4765fe(0x377))](_0x459fcb)[_0x4765fe(0xae)](0.2)[_0x4765fe(0x2e2)](),_0x28b67d=new _0x100cea[(_0x4765fe(0x148))](_0x57093f+_0xed312c[_0x4765fe(0xd3)][_0x4765fe(0x122)](_0x1ddbbc),{'pointsGroup':_0x3f95de,'fill':_0x5fd848||_0x100cea[_0x4765fe(0x469)](_0xed312c[_0x4765fe(0x449)]['black'],0.2),'left':_0x793afd,'top':_0x4a0a24,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x4765fe(0x17d)][_0x4765fe(0x3cc)](_0x28b67d),this['_scene'][_0x4765fe(0x3a9)](_0x28b67d,_0x48cd12[_0x4765fe(0x25e)]);}['_getAnchorBounding'](_0x27df38){const _0x560152=_0x27df38[0x0],_0x114aec=_0x560152[0x0],_0x4b1f9b=_0x560152[0x2],{x:_0x26009e,y:_0xdc552d}=_0x114aec,{x:_0x266725,y:_0x32d7f7}=_0x4b1f9b;return{'left':_0x26009e,'top':_0xdc552d,'width':_0x266725-_0x26009e,'height':_0x32d7f7-_0xdc552d};}['_getScale'](){const _0x5b01f9=_0x4ffe42,{scaleX:_0x3ed88b,scaleY:_0x25ffc8}=this[_0x5b01f9(0xed)][_0x5b01f9(0x38c)]();return Math[_0x5b01f9(0x492)](_0x3ed88b,_0x25ffc8);}}var _0x743586=Object['defineProperty'],_0x5af138=Object[_0x4ffe42(0x25d)],_0xe5d801=(_0x18451b,_0x367134,_0x3be66b,_0x4b6281)=>{const _0x52c6ad=_0x4ffe42;for(var _0x303ec5=_0x4b6281>0x1?void 0x0:_0x4b6281?_0x5af138(_0x367134,_0x3be66b):_0x367134,_0x17edd0=_0x18451b[_0x52c6ad(0x331)]-0x1,_0x2454d1;_0x17edd0>=0x0;_0x17edd0--)(_0x2454d1=_0x18451b[_0x17edd0])&&(_0x303ec5=(_0x4b6281?_0x2454d1(_0x367134,_0x3be66b,_0x303ec5):_0x2454d1(_0x303ec5))||_0x303ec5);return _0x4b6281&&_0x303ec5&&_0x743586(_0x367134,_0x3be66b,_0x303ec5),_0x303ec5;},_0x51ac9a=(_0x5a2a12,_0x26cb50)=>(_0xbdd4f3,_0xa0c746)=>_0x26cb50(_0xbdd4f3,_0xa0c746,_0x5a2a12);let _0x3d1184=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x3faeca,_0x2ae282,_0x182056,_0x1cf9d8,_0x55e1fa){const _0x25e267=_0x4ffe42;super(),_0x2a6f44(this,_0x25e267(0x125),[]),_0x2a6f44(this,_0x25e267(0x37e),[]),(this[_0x25e267(0x105)]=_0x3faeca,this['_docSkeletonManagerService']=_0x2ae282,this[_0x25e267(0xbf)]=_0x182056,this['_commandService']=_0x1cf9d8,this[_0x25e267(0x1ec)]=_0x55e1fa,this[_0x25e267(0x2c5)]());}[_0x4ffe42(0x2c5)](){const _0x392914=_0x4ffe42,_0x1c7b44=this[_0x392914(0x105)][_0x392914(0x27d)],_0x2be09a=this['_docSkeletonManagerService'];this[_0x392914(0x501)](_0x4984e3['combineLatest']([this[_0x392914(0xbf)][_0x392914(0x471)](_0x1c7b44),this['_themeService'][_0x392914(0x523)]])[_0x392914(0x556)](_0x477442[_0x392914(0x4b2)](([_0x39fb84,_0x3c926f])=>({'skeleton':_0x2be09a['getSkeleton'](),'cursors':[..._0x39fb84['values']()][_0x392914(0x178)](_0x451f15=>({..._0x451f15,'color':_0x3c926f[_0x451f15[_0x392914(0x277)]]}))})))[_0x392914(0x51f)](_0x471071=>{const _0x46e83f=_0x392914;if(this['_removeCollabCursors'](),_0x471071){const {skeleton:_0x50f4e7,cursors:_0x1a65b4}=_0x471071;this[_0x46e83f(0x1e4)](_0x50f4e7,_0x1a65b4);}})),this[_0x392914(0x190)](),this[_0x392914(0x261)]();}[_0x4ffe42(0x1e4)](_0x14c4df,_0x175192){const _0x292815=_0x4ffe42,{scene:_0x3166e4,mainComponent:_0x1ca1e2}=this[_0x292815(0x105)],_0x4c71b5=_0x175192[_0x292815(0x4b2)](_0x2b4793=>new _0x4c52a8(_0x2b4793,_0x3166e4,_0x14c4df,_0x1ca1e2));this[_0x292815(0x125)]=_0x4c71b5,this['_cursors']=_0x175192;}['_refreshCollabCursors'](){const _0x3c70ef=_0x4ffe42;this[_0x3c70ef(0x4fe)]();const {scene:_0x22f057,mainComponent:_0x2a52de}=this['_context'],_0x349987=this[_0x3c70ef(0x2c8)][_0x3c70ef(0x4ad)](),_0xe96832=this[_0x3c70ef(0x37e)][_0x3c70ef(0x4b2)](_0x551fc9=>new _0x4c52a8(_0x551fc9,_0x22f057,_0x349987,_0x2a52de));this[_0x3c70ef(0x125)]=_0xe96832;}[_0x4ffe42(0x4fe)](){const _0x19ad20=_0x4ffe42;this[_0x19ad20(0x125)]['forEach'](_0x436f74=>_0x436f74[_0x19ad20(0x192)]()),this[_0x19ad20(0x125)]=[];}[_0x4ffe42(0x261)](){const _0x47934b=_0x4ffe42,_0x5956a3=[_0x48cd12[_0x47934b(0x548)]['id']];this[_0x47934b(0x501)](this['_commandService'][_0x47934b(0x540)](_0x44fe58=>{const _0x164124=_0x47934b;_0x5956a3[_0x164124(0x243)](_0x44fe58['id'])&&_0x44fe58[_0x164124(0x223)][_0x164124(0x27d)]===this[_0x164124(0x105)]['unitId']&&this[_0x164124(0x14e)]();}));}['_initResize'](){const _0x281d56=_0x4ffe42;this[_0x281d56(0x501)](_0xed312c[_0x281d56(0xbb)](this[_0x281d56(0x105)][_0x281d56(0x304)][_0x281d56(0x3d5)])[_0x281d56(0x556)](_0x477442[_0x281d56(0x373)](_0x468558=>_0x468558['type']===_0x100cea[_0x281d56(0x32b)][_0x281d56(0x25f)]),_0x477442['throttleTime'](0x10))['subscribe'](()=>{const _0x5cfd6c=_0x281d56;this[_0x5cfd6c(0x14e)]();}));}};_0x3d1184=_0xe5d801([_0x51ac9a(0x1,_0xed312c['Inject'](_0x10f1a4[_0x4ffe42(0x3ee)])),_0x51ac9a(0x2,_0xed312c[_0x4ffe42(0xa5)](_0x3dd1e9)),_0x51ac9a(0x3,_0xed312c[_0x4ffe42(0x41e)]),_0x51ac9a(0x4,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x1b6)]))],_0x3d1184);const _0x4a362b=0x1,_0x183654=1.5;class _0x2acde2 extends _0x100cea['Shape']{constructor(_0x374618,_0x11c629){const _0x313e32=_0x4ffe42;super(_0x374618,_0x11c629),_0x2a6f44(this,_0x313e32(0x13e)),_0x2a6f44(this,_0x313e32(0x499),!0x1),_0x2a6f44(this,_0x313e32(0x45d)),_0x2a6f44(this,_0x313e32(0x2b7),''),_0x2a6f44(this,_0x313e32(0xea),_0x313e32(0x42d)),_0x2a6f44(this,_0x313e32(0x397)),(_0x11c629&&this[_0x313e32(0x3f1)](_0x11c629),this[_0x313e32(0x4be)]['subscribeEvent'](()=>this[_0x313e32(0x3f1)]({'hovered':!0x0})),this['onPointerLeave$'][_0x313e32(0x10f)](()=>this[_0x313e32(0x3f1)]({'hovered':!0x1})));}['setShapeProps'](_0x267038){const _0x5bd389=_0x4ffe42;var _0x50400b,_0x147f0c,_0x438b16,_0x17b77f,_0x433956,_0x16ce73;this[_0x5bd389(0x13e)]=(_0x50400b=_0x267038['color'])!=null?_0x50400b:this[_0x5bd389(0x13e)],this[_0x5bd389(0x499)]=(_0x147f0c=_0x267038[_0x5bd389(0x22d)])!=null?_0x147f0c:this[_0x5bd389(0x499)],this[_0x5bd389(0x45d)]=(_0x438b16=_0x267038['range'])!=null?_0x438b16:this[_0x5bd389(0x45d)],this[_0x5bd389(0x2b7)]=(_0x17b77f=_0x267038['name'])!=null?_0x17b77f:this[_0x5bd389(0x2b7)],this[_0x5bd389(0xea)]=(_0x433956=_0x267038['labelPosition'])!=null?_0x433956:this[_0x5bd389(0xea)],this[_0x5bd389(0x397)]=(_0x16ce73=_0x267038[_0x5bd389(0x550)])!=null?_0x16ce73:this[_0x5bd389(0x397)],this['transformByState']({'width':_0x267038[_0x5bd389(0x9f)],'height':_0x267038[_0x5bd389(0x162)]});}[_0x4ffe42(0x2a0)](_0x3f5d8f){const _0x575693=_0x4ffe42,{row:_0x142408,column:_0x3170e7}=_0x3f5d8f;if(_0x142408>=this[_0x575693(0x45d)][_0x575693(0x2a2)]&&_0x142408<=this[_0x575693(0x45d)]['endRow']&&_0x3170e7>=this[_0x575693(0x45d)][_0x575693(0x119)]&&_0x3170e7<=this[_0x575693(0x45d)]['endColumn']){this['setShapeProps']({'hovered':!0x0});return;}this[_0x575693(0x3f1)]({'hovered':!0x1});}['triggerDblclick'](_0x3a320){return!0x1;}[_0x4ffe42(0xe4)](_0x1e3a3b){const _0x144b96=_0x4ffe42;_0x100cea[_0x144b96(0x13f)]['drawWith'](_0x1e3a3b,{'width':this[_0x144b96(0x9f)],'height':this['height'],'strokeWidth':_0x183654,'stroke':this['_color'],'evented':!0x1,'fill':this[_0x144b96(0x397)]}),this[_0x144b96(0x499)]&&(_0x1e3a3b[_0x144b96(0x18a)](),_0x1e3a3b['transform'](0x1,0x0,0x0,0x1,this[_0x144b96(0x9f)],this[_0x144b96(0xea)]===_0x144b96(0x313)?0x0:-_0x3fc89a),_0x299fb0[_0x144b96(0x2c6)](_0x1e3a3b,{'text':this[_0x144b96(0x2b7)],'color':this[_0x144b96(0x13e)]}),_0x1e3a3b[_0x144b96(0x24b)]());}}var _0xf04d67=Object['defineProperty'],_0x18836a=Object[_0x4ffe42(0x25d)],_0x402bd6=(_0x2edc1d,_0x4265e7,_0x491f26,_0x32c433)=>{const _0x3b1edb=_0x4ffe42;for(var _0x3a05d1=_0x32c433>0x1?void 0x0:_0x32c433?_0x18836a(_0x4265e7,_0x491f26):_0x4265e7,_0x1594b2=_0x2edc1d[_0x3b1edb(0x331)]-0x1,_0x2c4fac;_0x1594b2>=0x0;_0x1594b2--)(_0x2c4fac=_0x2edc1d[_0x1594b2])&&(_0x3a05d1=(_0x32c433?_0x2c4fac(_0x4265e7,_0x491f26,_0x3a05d1):_0x2c4fac(_0x3a05d1))||_0x3a05d1);return _0x32c433&&_0x3a05d1&&_0xf04d67(_0x4265e7,_0x491f26,_0x3a05d1),_0x3a05d1;},_0x12a435=(_0x23b821,_0xe5c39b)=>(_0x2fb009,_0x4f67f3)=>_0xe5c39b(_0x2fb009,_0x4f67f3,_0x23b821);const _0x2eaf2f=0x1389;let _0x5d166d=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x3a5de5,_0x13ea4e,_0x5b4d19,_0xec70db){const _0x190ed6=_0x4ffe42;super(),_0x2a6f44(this,'_cursors',new Set()),_0x2a6f44(this,_0x190ed6(0x455),null),(this[_0x190ed6(0x105)]=_0x3a5de5,this[_0x190ed6(0x3b4)]=_0x13ea4e,this[_0x190ed6(0xbf)]=_0x5b4d19,this[_0x190ed6(0x1ec)]=_0xec70db,this[_0x190ed6(0x2c5)]());}[_0x4ffe42(0x2c5)](){const _0x1df0b8=_0x4ffe42;this[_0x1df0b8(0x3b4)][_0x1df0b8(0x30b)]['pipe'](_0x477442[_0x1df0b8(0x203)](this[_0x1df0b8(0x32d)]),_0x477442['switchMap'](_0x513f74=>{const _0x10aa01=_0x1df0b8;if(_0x513f74){const _0x47e039=_0x513f74[_0x10aa01(0x538)];return _0x4984e3['combineLatest'](this[_0x10aa01(0xbf)][_0x10aa01(0x471)](this[_0x10aa01(0x105)][_0x10aa01(0x27d)]),this[_0x10aa01(0x1ec)][_0x10aa01(0x523)])['pipe'](_0x477442[_0x10aa01(0x4b2)](([_0x511fdd,_0x10f580])=>{const _0x14c9ba=_0x10aa01,_0x2e57c9=new Map();return _0x511fdd[_0x14c9ba(0x2e8)]((_0x430d4d,_0x9ba3be)=>{const _0x2f3d71=_0x14c9ba;if(_0x430d4d[_0x2f3d71(0x22f)]===_0x47e039){const _0x43bcff={..._0x430d4d};_0x43bcff['color']=_0x10f580[_0x430d4d[_0x2f3d71(0x277)]],_0x2e57c9[_0x2f3d71(0x53b)](_0x9ba3be,_0x43bcff);}}),{'skeleton':_0x513f74,'cursors':_0x2e57c9};}));}return _0x4984e3['of']({'skeleton':null,'cursors':new Map()});}))['subscribe'](({skeleton:_0x4fba1a,cursors:_0x2755cf})=>{const _0x287918=_0x1df0b8;this[_0x287918(0x4fe)](),_0x4fba1a&&this[_0x287918(0x1e4)](_0x4fba1a,_0x2755cf);}),this[_0x1df0b8(0x3b4)][_0x1df0b8(0x30b)][_0x1df0b8(0x51f)](_0x19dc70=>{const _0x5aa275=_0x1df0b8;if(_0x19dc70==null)return;const {skeleton:_0xbf73f6}=_0x19dc70,{scene:_0x2bf1a6}=this['_context'];_0x2bf1a6[_0x5aa275(0x490)][_0x5aa275(0x10f)](_0xed312c['debounce'](_0x12abf9=>{const _0x31eb23=_0x5aa275;var _0x5ad0f6,_0x5179f0;const {offsetX:_0xa16fb3,offsetY:_0x3aad3a}=_0x12abf9,{x:_0x2ab513,y:_0x13dbb4}=_0x2bf1a6[_0x31eb23(0x29f)](_0x100cea[_0x31eb23(0x302)]['FromArray']([_0xa16fb3,_0x3aad3a])),{scaleX:_0x2684d0,scaleY:_0x2bcd66}=_0x2bf1a6[_0x31eb23(0x38c)](),_0x4676b8=_0x2bf1a6[_0x31eb23(0xc4)](_0x4d0e53[_0x31eb23(0x40a)][_0x31eb23(0x13a)]),_0x363254=_0x2bf1a6['getVpScrollXYInfoByPosToVp'](_0x100cea[_0x31eb23(0x302)][_0x31eb23(0x27c)]([_0x2ab513,_0x13dbb4]),_0x4676b8),_0x3bbafa=_0xbf73f6['getCellPositionByOffset'](_0xa16fb3,_0x3aad3a,_0x2684d0,_0x2bcd66,_0x363254);((_0x5ad0f6=this['_lastPointer'])==null?void 0x0:_0x5ad0f6[_0x31eb23(0x37f)])===_0x3bbafa[_0x31eb23(0x37f)]&&((_0x5179f0=this['_lastPointer'])==null?void 0x0:_0x5179f0['row'])===_0x3bbafa['row']||this[_0x31eb23(0x37e)][_0x31eb23(0x2e8)](_0x4508e2=>{const _0x1871d0=_0x31eb23;_0x4508e2[_0x1871d0(0x2a0)](_0x3bbafa);});},0x64));});}[_0x4ffe42(0x1e4)](_0x58cba1,_0x53eefa){const _0x438a05=_0x4ffe42;var _0x11a13e;const _0x320483=(_0x11a13e=this['_sheetSkeletonManagerService'][_0x438a05(0x3c9)]())==null?void 0x0:_0x11a13e[_0x438a05(0x12f)];if(!_0x320483)return;const _0x4010fd=this[_0x438a05(0x3fb)]();if(!_0x4010fd)return;this[_0x438a05(0x37e)][_0x438a05(0x2e8)](_0x194a8d=>{const _0x2859f5=_0x438a05;_0x194a8d[_0x2859f5(0x487)]();});const {scene:_0x22a2a2}=_0x4010fd,_0xc4d5a9=_0x37622e(Array[_0x438a05(0x1b4)](_0x53eefa[_0x438a05(0x285)]()))['map'](_0x3a66da=>{const _0x119a17=_0x438a05,{color:_0x5f2ad7,range:_0x449520,name:_0x36aa42,selection:_0x4ad732,sheetID:_0x51b77e}=_0x3a66da,{startColumn:_0x231a16,startRow:_0xf76d28,endColumn:_0x4907f6,endRow:_0x267088}=_0x449520,_0x166495=_0x4d0e53[_0x119a17(0x539)](_0xf76d28,_0x231a16,_0x22a2a2,_0x320483),_0x18b380=_0x4d0e53['getCoordByCell'](_0x267088,_0x4907f6,_0x22a2a2,_0x320483),{columnHeaderHeightAndMarginTop:_0x5d29bb}=_0x320483,{startX:_0x5f5ca1,startY:_0x245f97}=_0x166495,{endX:_0x25ec1b,endY:_0x3a3561}=_0x18b380,_0x643638=_0x25ec1b-_0x5f5ca1,_0x401798=_0x3a3561-_0x245f97,_0x178c58={'labelPosition':_0x245f97-_0x5d29bb>=_0x3fc89a?_0x119a17(0x42d):_0x119a17(0x313),'sheetID':_0x51b77e,'range':_0x449520,'color':_0x5f2ad7,'name':_0x36aa42,'selection':_0x4ad732,'left':_0x5f5ca1,'top':_0x245f97,'width':_0x643638,'height':_0x401798,'evented':!0x1,'zIndex':_0x2eaf2f};return new _0x2acde2(_0x36aa42,_0x178c58);});_0x22a2a2[_0x438a05(0x2f9)](_0xc4d5a9,_0x4a362b),this['_cursors']=new Set(_0xc4d5a9);}[_0x4ffe42(0x4fe)](){const _0x3daa9a=_0x4ffe42;var _0x5aa4c7;(_0x5aa4c7=this['_cursors'])==null||_0x5aa4c7[_0x3daa9a(0x2e8)](_0x240584=>_0x240584[_0x3daa9a(0x192)]());}[_0x4ffe42(0x3fb)](){const _0x31d8c1=_0x4ffe42;return _0x4d0e53[_0x31d8c1(0x2b4)](this[_0x31d8c1(0x105)][_0x31d8c1(0x2b6)],this[_0x31d8c1(0x105)]);}};_0x5d166d=_0x402bd6([_0x12a435(0x1,_0xed312c[_0x4ffe42(0xa5)](_0x4d0e53[_0x4ffe42(0x49e)])),_0x12a435(0x2,_0xed312c[_0x4ffe42(0xa5)](_0x3dd1e9)),_0x12a435(0x3,_0xed312c['Inject'](_0xed312c['ThemeService']))],_0x5d166d);function _0x37622e(_0xc3762a){const _0x4a9aba=_0x4ffe42,_0x66a84a=new Map();return _0xc3762a['forEach'](_0x766840=>{const _0x2d5e1d=_0x5c47;if(_0x66a84a[_0x2d5e1d(0x14b)](_0x766840[_0x2d5e1d(0x3bf)])){const _0x5554e3=_0x66a84a[_0x2d5e1d(0xce)](_0x766840[_0x2d5e1d(0x3bf)]);_0x5554e3[_0x2d5e1d(0x1a1)]+=',\x20'+_0x766840['name'];}else _0x66a84a[_0x2d5e1d(0x53b)](_0x766840['selection'],_0x766840);}),Array[_0x4a9aba(0x1b4)](_0x66a84a[_0x4a9aba(0x285)]());}var _0x3c5640=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x5c0aed(_0x12869f){const _0x1c2f06=_0x4ffe42;return _0x12869f&&_0x12869f[_0x1c2f06(0x213)]&&Object[_0x1c2f06(0x484)][_0x1c2f06(0x1e5)][_0x1c2f06(0x4fd)](_0x12869f,_0x1c2f06(0x157))?_0x12869f[_0x1c2f06(0x157)]:_0x12869f;}var _0x1a0ae7={'exports':{}},_0x52482a={},_0x39242d=_0x4001f3,_0x6d6dbd=Symbol['for'](_0x4ffe42(0x52f)),_0x296191=Symbol[_0x4ffe42(0x19b)](_0x4ffe42(0x1ac)),_0x2136ee=Object[_0x4ffe42(0x484)][_0x4ffe42(0x1e5)],_0xe7775e=_0x39242d[_0x4ffe42(0x53a)][_0x4ffe42(0x2d2)],_0x40c7d1={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function _0x13b3dc(_0x2b937c,_0x2629c3,_0x4e98e3){const _0x1f7f02=_0x4ffe42;var _0x1d4bd1,_0x51fd9b={},_0x54d358=null,_0x388c0e=null;_0x4e98e3!==void 0x0&&(_0x54d358=''+_0x4e98e3),_0x2629c3[_0x1f7f02(0x1b8)]!==void 0x0&&(_0x54d358=''+_0x2629c3[_0x1f7f02(0x1b8)]),_0x2629c3[_0x1f7f02(0x24c)]!==void 0x0&&(_0x388c0e=_0x2629c3[_0x1f7f02(0x24c)]);for(_0x1d4bd1 in _0x2629c3)_0x2136ee['call'](_0x2629c3,_0x1d4bd1)&&!_0x40c7d1[_0x1f7f02(0x1e5)](_0x1d4bd1)&&(_0x51fd9b[_0x1d4bd1]=_0x2629c3[_0x1d4bd1]);if(_0x2b937c&&_0x2b937c[_0x1f7f02(0x516)]){for(_0x1d4bd1 in(_0x2629c3=_0x2b937c[_0x1f7f02(0x516)],_0x2629c3))_0x51fd9b[_0x1d4bd1]===void 0x0&&(_0x51fd9b[_0x1d4bd1]=_0x2629c3[_0x1d4bd1]);}return{'$$typeof':_0x6d6dbd,'type':_0x2b937c,'key':_0x54d358,'ref':_0x388c0e,'props':_0x51fd9b,'_owner':_0xe7775e['current']};}_0x52482a[_0x4ffe42(0x300)]=_0x296191,_0x52482a[_0x4ffe42(0x1f1)]=_0x13b3dc,_0x52482a[_0x4ffe42(0x3eb)]=_0x13b3dc,_0x1a0ae7['exports']=_0x52482a;var _0x41fd35=_0x1a0ae7[_0x4ffe42(0x4cc)],_0x5b20e0=function(){const _0x1fe451=_0x4ffe42;return _0x5b20e0=Object[_0x1fe451(0x39c)]||function(_0x35b09b){const _0x1de72b=_0x1fe451;for(var _0x226259,_0x46f87f=0x1,_0x1947c4=arguments[_0x1de72b(0x331)];_0x46f87f<_0x1947c4;_0x46f87f++){_0x226259=arguments[_0x46f87f];for(var _0xb72329 in _0x226259)Object['prototype'][_0x1de72b(0x1e5)][_0x1de72b(0x4fd)](_0x226259,_0xb72329)&&(_0x35b09b[_0xb72329]=_0x226259[_0xb72329]);}return _0x35b09b;},_0x5b20e0[_0x1fe451(0x10a)](this,arguments);},_0x23b6f6=function(_0x25cafb,_0x252b15){const _0x120121=_0x4ffe42;var _0x4dc37e={};for(var _0x4558fd in _0x25cafb)Object[_0x120121(0x484)]['hasOwnProperty'][_0x120121(0x4fd)](_0x25cafb,_0x4558fd)&&_0x252b15['indexOf'](_0x4558fd)<0x0&&(_0x4dc37e[_0x4558fd]=_0x25cafb[_0x4558fd]);if(_0x25cafb!=null&&typeof Object['getOwnPropertySymbols']=='function'){for(var _0x5bcc4e=0x0,_0x4558fd=Object[_0x120121(0x438)](_0x25cafb);_0x5bcc4e<_0x4558fd[_0x120121(0x331)];_0x5bcc4e++)_0x252b15[_0x120121(0xdb)](_0x4558fd[_0x5bcc4e])<0x0&&Object[_0x120121(0x484)]['propertyIsEnumerable'][_0x120121(0x4fd)](_0x25cafb,_0x4558fd[_0x5bcc4e])&&(_0x4dc37e[_0x4558fd[_0x5bcc4e]]=_0x25cafb[_0x4558fd[_0x5bcc4e]]);}return _0x4dc37e;},_0x3e2e26=_0x4001f3[_0x4ffe42(0x45c)](function(_0xfe1521,_0x3cafda){const _0x39cade=_0x4ffe42;var _0x35aa96=_0xfe1521[_0x39cade(0x382)],_0x3a914b=_0xfe1521['id'],_0x2e48b7=_0xfe1521[_0x39cade(0x27b)],_0x124d52=_0xfe1521[_0x39cade(0x310)],_0x2f2693=_0x23b6f6(_0xfe1521,[_0x39cade(0x382),'id',_0x39cade(0x27b),_0x39cade(0x310)]),_0x46d9f6=_0x39cade(0x48b)[_0x39cade(0x276)](_0x3a914b,'\x20')[_0x39cade(0x276)](_0x2e48b7||'')['trim'](),_0x53f659=_0x4001f3[_0x39cade(0x1e7)]('_'[_0x39cade(0x276)](_0x2e5181()));return _0x461bf9(_0x35aa96,''['concat'](_0x3a914b),{'defIds':_0x35aa96['defIds'],'idSuffix':_0x53f659[_0x39cade(0x273)]},_0x5b20e0({'ref':_0x3cafda,'className':_0x46d9f6},_0x2f2693),_0x124d52);});function _0x461bf9(_0x39d67,_0x420000,_0x303afc,_0x3aacf8,_0x5654d4){const _0x118550=_0x4ffe42;return _0x4001f3[_0x118550(0x48d)](_0x39d67[_0x118550(0x2bf)],_0x5b20e0(_0x5b20e0({'key':_0x420000},_0x7123a1(_0x39d67,_0x303afc,_0x5654d4)),_0x3aacf8),(_0x43ae5c(_0x39d67,_0x303afc)[_0x118550(0x547)]||[])[_0x118550(0x4b2)](function(_0x32208a,_0x1417af){const _0x3ac411=_0x118550;return _0x461bf9(_0x32208a,''['concat'](_0x420000,'-')[_0x3ac411(0x276)](_0x39d67[_0x3ac411(0x2bf)],'-')[_0x3ac411(0x276)](_0x1417af),_0x303afc,void 0x0,_0x5654d4);}));}function _0x7123a1(_0x5df12e,_0x4a897c,_0x3d856e){const _0x1d27da=_0x4ffe42;var _0x5f24ef=_0x5b20e0({},_0x5df12e[_0x1d27da(0x235)]);_0x3d856e!=null&&_0x3d856e[_0x1d27da(0xc5)]&&_0x5f24ef[_0x1d27da(0x239)]===_0x1d27da(0xc5)&&(_0x5f24ef['fill']=_0x3d856e[_0x1d27da(0xc5)]);var _0x388705=_0x4a897c['defIds'];return!_0x388705||_0x388705[_0x1d27da(0x331)]===0x0||(_0x5df12e['tag']===_0x1d27da(0x3e0)&&_0x5f24ef['xlink:href']&&(_0x5f24ef[_0x1d27da(0x2ad)]=_0x5f24ef['xlink:href']+_0x4a897c[_0x1d27da(0x4ee)]),Object[_0x1d27da(0x425)](_0x5f24ef)['forEach'](function(_0x3005c9){const _0x400665=_0x1d27da;var _0x18c633=_0x3005c9[0x0],_0x81c7da=_0x3005c9[0x1];typeof _0x81c7da==_0x400665(0x380)&&(_0x5f24ef[_0x18c633]=_0x81c7da[_0x400665(0x44e)](/url\(#(.*)\)/,_0x400665(0xcf)['concat'](_0x4a897c[_0x400665(0x4ee)],')')));})),_0x5f24ef;}function _0x43ae5c(_0x2a9130,_0x4cec94){const _0x3c2265=_0x4ffe42;var _0x55f115,_0x2a1a96=_0x4cec94[_0x3c2265(0x4e5)];return!_0x2a1a96||_0x2a1a96[_0x3c2265(0x331)]===0x0?_0x2a9130:_0x2a9130[_0x3c2265(0x2bf)]===_0x3c2265(0x367)&&(!((_0x55f115=_0x2a9130[_0x3c2265(0x547)])===null||_0x55f115===void 0x0)&&_0x55f115['length'])?_0x5b20e0(_0x5b20e0({},_0x2a9130),{'children':_0x2a9130[_0x3c2265(0x547)][_0x3c2265(0x4b2)](function(_0x562ce0){const _0x39e936=_0x3c2265;return typeof _0x562ce0[_0x39e936(0x235)]['id']==_0x39e936(0x380)&&_0x2a1a96&&_0x2a1a96[_0x39e936(0xdb)](_0x562ce0[_0x39e936(0x235)]['id'])>-0x1?_0x5b20e0(_0x5b20e0({},_0x562ce0),{'attrs':_0x5b20e0(_0x5b20e0({},_0x562ce0[_0x39e936(0x235)]),{'id':_0x562ce0[_0x39e936(0x235)]['id']+_0x4cec94[_0x39e936(0x4ee)]})}):_0x562ce0;})}):_0x2a9130;}function _0x2e5181(){const _0x1c7c5e=_0x4ffe42;return Math[_0x1c7c5e(0x121)]()['toString'](0x24)[_0x1c7c5e(0x1a7)](0x2,0x8);}_0x3e2e26[_0x4ffe42(0x3c0)]='UniverIcon';var _0x39d421={'tag':_0x4ffe42(0x53e),'attrs':{'fill':'none','viewBox':_0x4ffe42(0x266),'width':_0x4ffe42(0x372),'height':_0x4ffe42(0x372)},'children':[{'tag':'g','attrs':{'clipPath':_0x4ffe42(0x183)},'children':[{'tag':_0x4ffe42(0x29d),'attrs':{'stroke':'currentColor','d':'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','strokeLinecap':'round','strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':'defs','attrs':{},'children':[{'tag':_0x4ffe42(0x38b),'attrs':{'id':_0x4ffe42(0x413)},'children':[{'tag':_0x4ffe42(0x29d),'attrs':{'fill':_0x4ffe42(0x1c2),'d':_0x4ffe42(0x4e4)}}]}]}],'defIds':['off-line-single_clip0_910_343']},_0x5669fc=_0x4001f3[_0x4ffe42(0x45c)](function(_0x4e97c4,_0x1ebd22){const _0x305264=_0x4ffe42;return _0x4001f3[_0x305264(0x48d)](_0x3e2e26,Object[_0x305264(0x39c)]({},_0x4e97c4,{'id':_0x305264(0x151),'ref':_0x1ebd22,'icon':_0x39d421}));});_0x5669fc['displayName']=_0x4ffe42(0x40c);var _0x3540f0={'tag':_0x4ffe42(0x53e),'attrs':{'fill':'none','viewBox':_0x4ffe42(0x1c7),'width':'1em','height':_0x4ffe42(0x372)},'children':[{'tag':'g','attrs':{'clipPath':_0x4ffe42(0x360)},'children':[{'tag':_0x4ffe42(0x29d),'attrs':{'stroke':_0x4ffe42(0x47c),'d':_0x4ffe42(0x429),'strokeLinecap':_0x4ffe42(0x531),'strokeLinejoin':_0x4ffe42(0x531),'strokeWidth':1.2}}]},{'tag':_0x4ffe42(0x367),'attrs':{},'children':[{'tag':'clipPath','attrs':{'id':_0x4ffe42(0x435)},'children':[{'tag':_0x4ffe42(0x29d),'attrs':{'fill':_0x4ffe42(0x1c2),'d':'M0\x200H16V16H0z','transform':_0x4ffe42(0x120)}}]}]}],'defIds':['on-line-single_clip0_910_349']},_0x191027=_0x4001f3[_0x4ffe42(0x45c)](function(_0x2a6fcf,_0x5637cf){const _0x49c6f2=_0x4ffe42;return _0x4001f3['createElement'](_0x3e2e26,Object[_0x49c6f2(0x39c)]({},_0x2a6fcf,{'id':_0x49c6f2(0x2ce),'ref':_0x5637cf,'icon':_0x3540f0}));});_0x191027[_0x4ffe42(0x3c0)]='OnLineSingle';function _0x46bd32(_0x52c236){const _0x59d641=_0x4ffe42;var _0xcde255,_0x309c21,_0x1b43b8='';if(typeof _0x52c236=='string'||typeof _0x52c236==_0x59d641(0x23e))_0x1b43b8+=_0x52c236;else{if(typeof _0x52c236==_0x59d641(0x1aa)){if(Array[_0x59d641(0x30e)](_0x52c236)){var _0x34e61b=_0x52c236[_0x59d641(0x331)];for(_0xcde255=0x0;_0xcde255<_0x34e61b;_0xcde255++)_0x52c236[_0xcde255]&&(_0x309c21=_0x46bd32(_0x52c236[_0xcde255]))&&(_0x1b43b8&&(_0x1b43b8+='\x20'),_0x1b43b8+=_0x309c21);}else{for(_0x309c21 in _0x52c236)_0x52c236[_0x309c21]&&(_0x1b43b8&&(_0x1b43b8+='\x20'),_0x1b43b8+=_0x309c21);}}}return _0x1b43b8;}function _0x1ccc23(){for(var _0x4232dc,_0x146d91,_0x25fb71=0x0,_0x4218bd='',_0x1b6edb=arguments['length'];_0x25fb71<_0x1b6edb;_0x25fb71++)(_0x4232dc=arguments[_0x25fb71])&&(_0x146d91=_0x46bd32(_0x4232dc))&&(_0x4218bd&&(_0x4218bd+='\x20'),_0x4218bd+=_0x146d91);return _0x4218bd;}const _0x6c7472={'onlineStatusIcon':_0x4ffe42(0x13c),'onlineStatusTitle':_0x4ffe42(0xd2),'onlineStatus':_0x4ffe42(0x123),'online':'univer-online','offline':'univer-offline'};function _0x15b2ee(_0x34b6b0){const _0x29328d=_0x4ffe42;switch(_0x34b6b0){case _0x94e66b['OFFLINE']:return _0x29328d(0x1f8);case _0x94e66b[_0x29328d(0x1df)]:return _0x29328d(0x1a3);case _0x94e66b[_0x29328d(0x1c9)]:return _0x29328d(0x348);case _0x94e66b['NOT_COLLAB']:return _0x29328d(0x80);case _0x94e66b[_0x29328d(0x352)]:case _0x94e66b[_0x29328d(0x1bb)]:return'collabStatus.syncing';case _0x94e66b[_0x29328d(0x163)]:case _0x94e66b['PENDING']:return _0x29328d(0x3e9);}}function _0x177882(_0x4ade57){const _0x292749=_0x4ffe42,{status$:_0x3f65c6}=_0x4ade57,_0xbac867=_0x16dea4[_0x292749(0x4b0)](_0x3f65c6,_0x94e66b[_0x292749(0x31a)]),_0x48ec26=_0xed312c[_0x292749(0x164)](_0xed312c[_0x292749(0x249)]),_0x32550e=_0xed312c[_0x292749(0x164)](_0x2a808c[_0x292749(0x2c7)]),_0x4e3c48=_0xbac867!==_0x94e66b[_0x292749(0x1c1)],_0x4a6c29=_0x48ec26['t'](_0x15b2ee(_0xbac867)),_0x489f56=_0x1ccc23(_0x6c7472[_0x292749(0x366)],{[_0x6c7472['online']]:_0x4e3c48,[_0x6c7472[_0x292749(0x28b)]]:!_0x4e3c48}),_0x51ba36=_0x4e3c48?_0x41fd35[_0x292749(0x1f1)](_0x191027,{}):_0x41fd35[_0x292749(0x1f1)](_0x5669fc,{}),_0xff6098=_0x4001f3[_0x292749(0x126)](()=>{const _0x433fb4=_0x292749;_0x4e3c48||_0x32550e[_0x433fb4(0x1b0)]();},[_0x4e3c48,_0x32550e]);function _0x59323a(){const _0x4bae45=_0x292749;return _0x41fd35[_0x4bae45(0x3eb)](_0x4bae45(0x424),{'className':_0x489f56,'onClick':_0xff6098,'children':[_0x41fd35[_0x4bae45(0x1f1)](_0x4bae45(0x424),{'className':_0x6c7472[_0x4bae45(0x95)],'children':_0x51ba36}),_0x41fd35['jsx'](_0x4bae45(0x424),{'className':_0x6c7472[_0x4bae45(0x3c8)],'children':_0x4a6c29})]});}return _0x4e3c48?_0x59323a():_0x41fd35[_0x292749(0x1f1)](_0x3d1593[_0x292749(0x4b8)],{'title':_0x48ec26['t'](_0x292749(0x1a0)),'children':_0x59323a()});}var _0x20874c=Object[_0x4ffe42(0x52a)],_0x54f97f=Object[_0x4ffe42(0x25d)],_0x4e17bc=(_0x2f8414,_0x5213f9,_0x4d7d7a,_0x34e0c4)=>{for(var _0x115b57=_0x34e0c4>0x1?void 0x0:_0x34e0c4?_0x54f97f(_0x5213f9,_0x4d7d7a):_0x5213f9,_0x14f596=_0x2f8414['length']-0x1,_0xc09057;_0x14f596>=0x0;_0x14f596--)(_0xc09057=_0x2f8414[_0x14f596])&&(_0x115b57=(_0x34e0c4?_0xc09057(_0x5213f9,_0x4d7d7a,_0x115b57):_0xc09057(_0x115b57))||_0x115b57);return _0x34e0c4&&_0x115b57&&_0x20874c(_0x5213f9,_0x4d7d7a,_0x115b57),_0x115b57;},_0x586d4f=(_0x4fa64c,_0x3e728a)=>(_0x2f1e5c,_0x30a727)=>_0x3e728a(_0x2f1e5c,_0x30a727,_0x4fa64c);_0x2a808c[_0x4ffe42(0x4ff)]=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x51c851,_0x2a6cbb,_0x1e9a33,_0x14a5f0){const _0x3b0042=_0x4ffe42;super(),_0x2a6f44(this,'_status$',new _0x4984e3['BehaviorSubject'](_0x94e66b[_0x3b0042(0x31a)])),(this[_0x3b0042(0x128)]=_0x51c851,this[_0x3b0042(0x1dc)]=_0x2a6cbb,this[_0x3b0042(0x388)]=_0x1e9a33,this[_0x3b0042(0x160)]=_0x14a5f0,this[_0x3b0042(0x185)](),this['_initStatusListener']());}[_0x4ffe42(0x395)](){const _0x388654=_0x4ffe42;this[_0x388654(0x501)](this[_0x388654(0x128)][_0x388654(0x28d)][_0x388654(0x556)](_0x4984e3['switchMap'](()=>{const _0x597698=_0x388654,_0x34f827=this[_0x597698(0x128)][_0x597698(0x326)]();return _0x34f827?this[_0x597698(0x160)][_0x597698(0x218)](_0x34f827['getUnitId']()):_0x4984e3['of'](null);}),_0x4984e3['switchMap'](_0xe753c7=>_0xe753c7?_0xe753c7[_0x388654(0xa7)]:_0x4984e3['of'](_0x94e66b[_0x388654(0x31a)])))['subscribe'](_0x4986cb=>{const _0x4c8605=_0x388654;this['_status$'][_0x4c8605(0x17f)](_0x4986cb);}));}[_0x4ffe42(0x185)](){const _0x4a9d62=_0x4ffe42;this[_0x4a9d62(0x501)](this[_0x4a9d62(0x1dc)][_0x4a9d62(0x28a)](_0x16dea4['BuiltInUIPart'][_0x4a9d62(0x507)],()=>_0xed312c['connectInjector'](_0x2a37ae({'status$':this[_0x4a9d62(0x408)][_0x4a9d62(0x31c)]()}),this[_0x4a9d62(0x388)])));}},_0x2a808c[_0x4ffe42(0x4ff)]=_0x4e17bc([_0x586d4f(0x0,_0xed312c[_0x4ffe42(0x99)]),_0x586d4f(0x1,_0x16dea4[_0x4ffe42(0x4c5)]),_0x586d4f(0x2,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x586d4f(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x26c)]))],_0x2a808c[_0x4ffe42(0x4ff)]);function _0x2a37ae(_0x328e6c){const {status$:_0x14d1ea}=_0x328e6c;return function(){const _0x4954a5=_0x5c47;return _0x41fd35[_0x4954a5(0x1f1)](_0x177882,{'status$':_0x14d1ea});};}const _0x388b03=_0xed312c[_0x4ffe42(0x169)](_0x4ffe42(0x10e));var _0x43ecc7=Object[_0x4ffe42(0x52a)],_0x593f7a=Object[_0x4ffe42(0x25d)],_0x582717=(_0x9d3127,_0x153630,_0x594547,_0x6a2dbf)=>{const _0x52b552=_0x4ffe42;for(var _0x5897c9=_0x6a2dbf>0x1?void 0x0:_0x6a2dbf?_0x593f7a(_0x153630,_0x594547):_0x153630,_0x265527=_0x9d3127[_0x52b552(0x331)]-0x1,_0x5ad199;_0x265527>=0x0;_0x265527--)(_0x5ad199=_0x9d3127[_0x265527])&&(_0x5897c9=(_0x6a2dbf?_0x5ad199(_0x153630,_0x594547,_0x5897c9):_0x5ad199(_0x5897c9))||_0x5897c9);return _0x6a2dbf&&_0x5897c9&&_0x43ecc7(_0x153630,_0x594547,_0x5897c9),_0x5897c9;},_0x1dfb15=(_0x40aadb,_0x48ed79)=>(_0x31b0f1,_0x5986c3)=>_0x48ed79(_0x31b0f1,_0x5986c3,_0x40aadb);_0x2a808c[_0x4ffe42(0x38a)]=class extends _0xed312c['RxDisposable']{constructor(_0x19d234,_0x258a98,_0xd58143,_0x143871,_0x4ab188,_0x2f0caa){const _0x3d6175=_0x4ffe42;super(),this[_0x3d6175(0xeb)]=_0x19d234,this[_0x3d6175(0x155)]=_0x258a98,this['_commandService']=_0xd58143,this[_0x3d6175(0x323)]=_0x143871,this[_0x3d6175(0x28f)]=_0x4ab188,_0x2f0caa?_0x2f0caa==null||_0x2f0caa['whenReady']()[_0x3d6175(0x370)](()=>this['_init']()):(this['_logService'][_0x3d6175(0x2e6)]('[DataLoaderController]',_0x3d6175(0xb0)),this[_0x3d6175(0x2c5)]());}async[_0x4ffe42(0x2c5)](){const _0x2c8a06=_0x4ffe42,_0x22dd38=this[_0x2c8a06(0xeb)][_0x2c8a06(0x97)](_0x2c8a06(0x2b6)),_0x2a168d=this[_0x2c8a06(0xeb)][_0x2c8a06(0x97)](_0x2c8a06(0x535));if(!_0x22dd38||!_0x2a168d){this['_logService'][_0x2c8a06(0x2e6)](_0x2c8a06(0xff),'No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');return;}switch(Number(_0x2a168d)){case _0x4eba08[_0x2c8a06(0x3f5)]:{const _0x115a14=await this[_0x2c8a06(0x251)](_0x22dd38);this[_0x2c8a06(0x54c)](_0x115a14);break;}case _0x4eba08[_0x2c8a06(0x515)]:{await this['_loadDoc'](_0x22dd38);break;}default:{this['_logService'][_0x2c8a06(0x330)](_0x2c8a06(0xff),'Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');break;}}}async[_0x4ffe42(0x54c)](_0x1adc71){const _0xdb26ea=_0x4ffe42;await this['_updateSubUnitFromURLParams'](_0x1adc71),_0x1adc71[_0xdb26ea(0x44b)][_0xdb26ea(0x556)](_0x4984e3[_0xdb26ea(0x203)](this[_0xdb26ea(0x32d)]))['subscribe'](_0x4cb0b4=>{_0x4cb0b4&&this['_updateURLWithCurrentState'](_0x4cb0b4);}),this[_0xdb26ea(0xeb)][_0xdb26ea(0x1a8)][_0xdb26ea(0x556)](_0x4984e3[_0xdb26ea(0x203)](this[_0xdb26ea(0x32d)]))[_0xdb26ea(0x51f)](()=>this[_0xdb26ea(0x82)](_0x1adc71));}[_0x4ffe42(0xaa)](_0x1340b5,_0x53f47d=!0x1){const _0x5c5378=_0x4ffe42,_0x5cfdc5=this[_0x5c5378(0xeb)][_0x5c5378(0x97)](_0x5c5378(0x48f));_0x1340b5['getSheetId']()!==_0x5cfdc5&&this[_0x5c5378(0xeb)][_0x5c5378(0x2d4)](_0x5c5378(0x48f),_0x1340b5['getSheetId'](),_0x53f47d);}async['_updateSubUnitFromURLParams'](_0x125520){const _0x512fd8=_0x4ffe42;var _0x535e93;const _0xc5b895=this['_urlService'][_0x512fd8(0x97)](_0x512fd8(0x48f));if(!_0xc5b895||!_0x125520['getSheetBySheetId'](_0xc5b895)){const _0xd1dcdb=_0x125520[_0x512fd8(0x19e)]()[0x0],_0x574c2d=_0x125520['getSheetBySheetId'](_0xd1dcdb);if(!_0x574c2d)return;this[_0x512fd8(0xaa)](_0x574c2d,!0x0),await this[_0x512fd8(0x477)]['executeCommand'](_0x3c9e4d[_0x512fd8(0x4f5)]['id'],{'unitId':_0x125520[_0x512fd8(0x448)](),'subUnitId':_0xd1dcdb});return;}((_0x535e93=_0x125520['getActiveSheet']())==null?void 0x0:_0x535e93[_0x512fd8(0x3f4)]())!==_0xc5b895&&await this['_commandService']['executeCommand'](_0x3c9e4d[_0x512fd8(0x4f5)]['id'],{'unitId':_0x125520[_0x512fd8(0x448)](),'subUnitId':_0xc5b895});}async[_0x4ffe42(0x251)](_0x2db0df){const _0x530d82=_0x4ffe42;let _0x613e06=0x0;const _0x378dfe=await this[_0x530d82(0x323)][_0x530d82(0x46c)](_0x2db0df);return _0x378dfe&&(_0x378dfe[_0x530d82(0x22b)]||_0x378dfe['mutations']['length']!==0x0)&&(_0x613e06=_0x378dfe[_0x530d82(0x36e)]),_0x613e06===0x0&&this[_0x530d82(0x155)][_0x530d82(0x2e6)]('[DataLoaderController]',_0x530d82(0x12e)),this[_0x530d82(0x28f)]['loadSheet'](_0x2db0df,_0x613e06);}async[_0x4ffe42(0xbe)](_0x29245d){const _0x158d69=_0x4ffe42;let _0x3ceefb=0x0;const _0x1250c6=await this[_0x158d69(0x323)][_0x158d69(0x46c)](_0x29245d);return _0x1250c6&&(_0x1250c6[_0x158d69(0x22b)]||_0x1250c6[_0x158d69(0xd9)][_0x158d69(0x331)]!==0x0)&&(_0x3ceefb=_0x1250c6[_0x158d69(0x36e)]),_0x3ceefb===0x0&&this['_logService'][_0x158d69(0x2e6)](_0x158d69(0xff),_0x158d69(0x12e)),this[_0x158d69(0x28f)][_0x158d69(0x30c)](_0x29245d,_0x3ceefb);}},_0x2a808c[_0x4ffe42(0x38a)]=_0x582717([_0x1dfb15(0x0,_0x388b03),_0x1dfb15(0x1,_0xed312c['ILogService']),_0x1dfb15(0x2,_0xed312c[_0x4ffe42(0x41e)]),_0x1dfb15(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c['LocalCacheService'])),_0x1dfb15(0x4,_0xed312c['Inject'](_0x2db012[_0x4ffe42(0x2dc)])),_0x1dfb15(0x5,_0xed312c['Optional'](_0x59326['IRemoteInstanceService']))],_0x2a808c[_0x4ffe42(0x38a)]);var _0x18c651=Object['defineProperty'],_0x8e0c92=Object[_0x4ffe42(0x25d)],_0x10fece=(_0x51f8d6,_0x30de23,_0x4590b2,_0x576cc7)=>{for(var _0x2507e1=_0x576cc7>0x1?void 0x0:_0x576cc7?_0x8e0c92(_0x30de23,_0x4590b2):_0x30de23,_0x50cd05=_0x51f8d6['length']-0x1,_0xfac234;_0x50cd05>=0x0;_0x50cd05--)(_0xfac234=_0x51f8d6[_0x50cd05])&&(_0x2507e1=(_0x576cc7?_0xfac234(_0x30de23,_0x4590b2,_0x2507e1):_0xfac234(_0x2507e1))||_0x2507e1);return _0x576cc7&&_0x2507e1&&_0x18c651(_0x30de23,_0x4590b2,_0x2507e1),_0x2507e1;},_0x3c3671=(_0x292c6d,_0x4044ac)=>(_0x153bde,_0x356d48)=>_0x4044ac(_0x153bde,_0x356d48,_0x292c6d);const _0x42e33='DEFAULT_FILE_NAME',_0x25de76=_0x4ffe42(0x1ad);let _0x5caf54=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x2e7e80,_0x1e5173){const _0xd8f2fd=_0x4ffe42;super(),this[_0xd8f2fd(0x128)]=_0x2e7e80,this[_0xd8f2fd(0x3c4)]=_0x1e5173,this['_init']();}[_0x4ffe42(0x2c5)](){const _0x53deca=_0x4ffe42;this[_0x53deca(0x501)](this[_0x53deca(0x128)][_0x53deca(0x28d)]['subscribe'](()=>{const _0x44157d=_0x53deca;var _0x355b70;const _0x165272=this['_univerInstanceService'][_0x44157d(0x326)]();let _0x1aa7d0=(_0x355b70=this[_0x44157d(0x3c4)][_0x44157d(0x389)](_0x42e33))!=null?_0x355b70:_0x25de76;_0x165272 instanceof _0xed312c['Workbook']&&(_0x1aa7d0=_0x165272[_0x44157d(0x1a1)]),document[_0x44157d(0x333)]=_0x1aa7d0;}));}};_0x5caf54=_0x10fece([_0x3c3671(0x0,_0xed312c[_0x4ffe42(0x99)]),_0x3c3671(0x1,_0xed312c[_0x4ffe42(0x3a8)])],_0x5caf54);var _0x1dce35=Object['defineProperty'],_0x2514ba=Object['getOwnPropertyDescriptor'],_0x2e35b5=(_0x5b3eab,_0x43b269,_0x204086,_0x7f0c32)=>{const _0x1467ae=_0x4ffe42;for(var _0x33ae11=_0x7f0c32>0x1?void 0x0:_0x7f0c32?_0x2514ba(_0x43b269,_0x204086):_0x43b269,_0x1df8ff=_0x5b3eab[_0x1467ae(0x331)]-0x1,_0x22782c;_0x1df8ff>=0x0;_0x1df8ff--)(_0x22782c=_0x5b3eab[_0x1df8ff])&&(_0x33ae11=(_0x7f0c32?_0x22782c(_0x43b269,_0x204086,_0x33ae11):_0x22782c(_0x33ae11))||_0x33ae11);return _0x7f0c32&&_0x33ae11&&_0x1dce35(_0x43b269,_0x204086,_0x33ae11),_0x33ae11;},_0x1dc7fd=(_0x3d029a,_0x95604f)=>(_0x12a55c,_0x1425f3)=>_0x95604f(_0x12a55c,_0x1425f3,_0x3d029a);let _0x1485c7=class{constructor(_0x3a35ac,_0x2f153f,_0x4c7acb){const _0x2e71a5=_0x4ffe42;this[_0x2e71a5(0x3c4)]=_0x3a35ac,this[_0x2e71a5(0x2d6)]=_0x2f153f,this[_0x2e71a5(0x15a)]=_0x4c7acb,this['init']();}[_0x4ffe42(0x30d)](){const _0x2fe819=_0x4ffe42;this[_0x2fe819(0x2d6)][_0x2fe819(0x1c3)]({'priority':0x1,'interceptor':(_0x5bf058,_0xe7bc54)=>_0xe7bc54(_0x5bf058)[_0x2fe819(0x556)](_0x4984e3[_0x2fe819(0x286)](async _0x1b7020=>{const _0x15efff=_0x2fe819,_0x272a78=_0x1b7020;if(_0x272a78['status']===0x191&&window[_0x15efff(0x486)](this[_0x15efff(0x15a)]['t'](_0x15efff(0x16d)))){const _0x11ea2d=window['encodeURIComponent'](window[_0x15efff(0x3dc)][_0x15efff(0xf7)]);window[_0x15efff(0x3dc)]['href']=this[_0x15efff(0x1de)]()+_0x15efff(0x104)+_0x11ea2d;}return _0x272a78;}))});}['_getLoginPath'](){const _0x391a1b=_0x4ffe42;var _0x5c69aa,_0x337495;const _0xa3cc2d=this[_0x391a1b(0x3c4)][_0x391a1b(0x389)](_0x30db30),_0x116344=this[_0x391a1b(0x3c4)][_0x391a1b(0x389)](_0x230b60);return(_0x337495=(_0x5c69aa=_0x116344==null?void 0x0:_0x116344['loginUrlKey'])!=null?_0x5c69aa:_0xa3cc2d)!=null?_0x337495:_0x4bf128;}};_0x1485c7=_0x2e35b5([_0x1dc7fd(0x0,_0xed312c[_0x4ffe42(0x3a8)]),_0x1dc7fd(0x1,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x23d)])),_0x1dc7fd(0x2,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['LocaleService']))],_0x1485c7);var _0x27463a=Object[_0x4ffe42(0x52a)],_0x34bffd=Object[_0x4ffe42(0x25d)],_0x497e53=(_0x3bbc90,_0x222516,_0x9bc5,_0x425c6f)=>{const _0x5d28a2=_0x4ffe42;for(var _0x4a6b92=_0x425c6f>0x1?void 0x0:_0x425c6f?_0x34bffd(_0x222516,_0x9bc5):_0x222516,_0x87f1e0=_0x3bbc90[_0x5d28a2(0x331)]-0x1,_0x2f6552;_0x87f1e0>=0x0;_0x87f1e0--)(_0x2f6552=_0x3bbc90[_0x87f1e0])&&(_0x4a6b92=(_0x425c6f?_0x2f6552(_0x222516,_0x9bc5,_0x4a6b92):_0x2f6552(_0x4a6b92))||_0x4a6b92);return _0x425c6f&&_0x4a6b92&&_0x27463a(_0x222516,_0x9bc5,_0x4a6b92),_0x4a6b92;},_0x18ef9d=(_0x2706ab,_0xced4c3)=>(_0x1b66a8,_0x29c21a)=>_0xced4c3(_0x1b66a8,_0x29c21a,_0x2706ab);const _0x10a5d0=_0x4ffe42(0x226),_0x2cf8d0='/universer-api/authz';_0x2a808c['AuthzIoHttpService']=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x394ed0,_0x57385b){const _0x18edac=_0x4ffe42;super(),this[_0x18edac(0x11b)]=_0x394ed0,this[_0x18edac(0x3c4)]=_0x57385b,this['_initMergeInterceptor']();}['_initMergeInterceptor'](){const _0x5747aa=_0x4ffe42,_0x5bb6bf=this;this['disposeWithMe'](this[_0x5747aa(0x11b)][_0x5747aa(0x1c3)]({'priority':0x3e7,'interceptor':_0x582e36[_0x5747aa(0x1e9)]({'isMatch'(_0x3380ce){const _0xfc47bd=_0x5747aa;var _0x35a3ba;if(_0x3380ce['method']===_0xfc47bd(0x1db)&&((_0x35a3ba=_0x3380ce[_0xfc47bd(0x544)])!=null&&_0x35a3ba[_0xfc47bd(0x232)])){const {objectID:_0x37baa7,objectType:_0x28a6a2}=_0x3380ce[_0xfc47bd(0x544)][_0xfc47bd(0x232)]||{};if(!_0x37baa7||_0x28a6a2===void 0x0)return!0x1;const _0x3030e2=_0x5bb6bf[_0xfc47bd(0x130)]()+'/'+_0x28a6a2+_0xfc47bd(0xe7)+_0x37baa7+_0xfc47bd(0x498);if(_0x3380ce[_0xfc47bd(0x555)]===_0x3030e2)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x493489){const _0xa79825=_0x5747aa;var _0x1a09b6;return(_0x1a09b6=_0x493489[_0xa79825(0x544)])==null?void 0x0:_0x1a09b6[_0xa79825(0x232)];},'mergeParamsToRequest'(_0x15bb9e,_0x7c3c2a){const _0x20ff87=_0x5747aa,_0x303fe5=_0x5bb6bf[_0x20ff87(0x130)]()+_0x20ff87(0x335),_0x2ec004=_0x15bb9e[_0x20ff87(0x327)]((_0x15dafd,_0x460a58)=>{const _0x39cac6=_0x20ff87,{unitID:_0x201eb7,objectID:_0x199221,objectType:_0x353d8f,actions:_0x2ab625}=_0x460a58;return _0x15dafd[_0x201eb7]||(_0x15dafd[_0x201eb7]={}),_0x15dafd[_0x201eb7][_0x199221]||(_0x15dafd[_0x201eb7][_0x199221]={'objectID':_0x199221,'objectType':_0x353d8f,'actions':[]}),_0x15dafd[_0x201eb7][_0x199221]['actions'][_0x39cac6(0x3cc)](..._0x2ab625),_0x15dafd;},{}),_0x15f43f=[];for(const _0xd3dae8 in _0x2ec004)for(const _0x10ad8b in _0x2ec004[_0xd3dae8]){const {actions:_0x23aa1a,objectType:_0x50397e}=_0x2ec004[_0xd3dae8][_0x10ad8b],_0x56d630=[...new Set(_0x23aa1a)];_0x15f43f['push']({'unitID':_0xd3dae8,'objectID':_0x10ad8b,'objectType':_0x50397e,'actions':_0x56d630});}return new _0x582e36[(_0x20ff87(0x3cf))](_0x20ff87(0x1db),_0x303fe5,{'headers':_0x7c3c2a[_0x20ff87(0x9a)],'withCredentials':_0x7c3c2a['withCredentials'],'responseType':_0x7c3c2a[_0x20ff87(0x3e5)],'body':{'requests':_0x15f43f}});}},{'distributeResult'(_0x94cbce,_0x46375c){const _0x15c1c4=_0x5747aa,{objectActions:_0x445953}=_0x94cbce;return _0x46375c[_0x15c1c4(0x4b2)](_0x493906=>{const _0x40acff=_0x15c1c4,{unitID:_0x14f7ed,objectID:_0x4b9b13,actions:_0x35ff8c}=_0x493906,_0x4acdb2=_0x445953[_0x40acff(0xfe)](_0x3f6a00=>_0x3f6a00['unitID']===_0x14f7ed&&_0x3f6a00['objectID']===_0x4b9b13),_0x151bf8=_0x35ff8c[_0x40acff(0x4b2)](_0x427938=>_0x4acdb2==null?void 0x0:_0x4acdb2[_0x40acff(0x2ea)][_0x40acff(0xfe)](_0x53e9fc=>_0x53e9fc[_0x40acff(0x21d)]===_0x427938))['filter'](_0x4bd93d=>!!_0x4bd93d);return{'config':_0x493906,'result':{'actions':_0x151bf8,'error':_0x94cbce[_0x40acff(0x330)]}};});}})}));}[_0x4ffe42(0x130)](){const _0x47c64a=_0x4ffe42;var _0x335723,_0x1e47d9;const _0x406214=this[_0x47c64a(0x3c4)]['getConfig'](_0x10a5d0),_0x1359ad=this['_configService']['getConfig'](_0x230b60);return(_0x1e47d9=(_0x335723=_0x1359ad==null?void 0x0:_0x1359ad[_0x47c64a(0x16b)])!=null?_0x335723:_0x406214)!=null?_0x1e47d9:_0x2cf8d0;}async[_0x4ffe42(0x4f3)](_0x467311){const _0x2860e6=_0x4ffe42,_0x17b466=this[_0x2860e6(0x130)]()+'/'+_0x467311[_0x2860e6(0x2ca)]+'/object';return(await this[_0x2860e6(0x11b)][_0x2860e6(0x2f2)](_0x17b466,{'body':_0x467311}))[_0x2860e6(0x232)]['objectID']||'';}async[_0x4ffe42(0x4c1)](_0x4754ca){const _0x19fcc2=_0x4ffe42,_0x4f60f0=this[_0x19fcc2(0x130)]()+_0x19fcc2(0x247);return(await this[_0x19fcc2(0x11b)][_0x19fcc2(0x2f2)](_0x4f60f0,{'body':_0x4754ca}))['body']['objects'];}async[_0x4ffe42(0x42e)](_0x536895){const _0xa06a69=_0x4ffe42,_0x1c031b=this[_0xa06a69(0x130)]()+'/'+_0x536895[_0xa06a69(0x2ca)]+_0xa06a69(0xe7)+_0x536895['objectID'];await this[_0xa06a69(0x11b)][_0xa06a69(0x50e)](_0x1c031b,{'body':_0x536895});}async[_0x4ffe42(0x3ed)](_0x318bfb){const _0x263ebe=_0x4ffe42,_0x4541e1=this[_0x263ebe(0x130)]()+'/'+_0x318bfb[_0x263ebe(0x2ca)]+_0x263ebe(0xe7)+_0x318bfb[_0x263ebe(0x4cd)]+_0x263ebe(0x498);return(await this['_HTTPService'][_0x263ebe(0x2f2)](_0x4541e1,{'body':_0x318bfb}))[_0x263ebe(0x232)][_0x263ebe(0x2ea)];}async[_0x4ffe42(0x94)](_0x1da16c){const _0x33701f=_0x4ffe42,_0x2a2e52=this[_0x33701f(0x130)]()+_0x33701f(0x335);return(await this[_0x33701f(0x11b)][_0x33701f(0x2f2)](_0x2a2e52,{'body':{'requests':_0x1da16c}}))[_0x33701f(0x232)]['objectActions'];}async[_0x4ffe42(0x2aa)](_0x54f1e3){const _0x320c6a=_0x4ffe42,_0xa2d116=this[_0x320c6a(0x130)]()+'/'+_0x54f1e3['objectType']+_0x320c6a(0x150),_0x47eca3=await this[_0x320c6a(0x11b)][_0x320c6a(0x2f2)](_0xa2d116,{'body':_0x54f1e3});return{'roles':_0x47eca3['body'][_0x320c6a(0x187)],'actions':_0x47eca3[_0x320c6a(0x232)][_0x320c6a(0x2ea)]};}async[_0x4ffe42(0x4c0)](_0xc86d37){const _0x5cddac=_0x4ffe42,_0x4a764c=this['_getAPIPrefixPath']()+_0x5cddac(0x25b);await this[_0x5cddac(0x11b)]['delete'](_0x4a764c,{'params':{'collaboratorID':_0xc86d37[_0x5cddac(0x240)],'objectID':_0xc86d37[_0x5cddac(0x4cd)],'unitID':_0xc86d37[_0x5cddac(0x2a3)]}});}async[_0x4ffe42(0x1bd)](_0x1388f1){const _0x1e52fe=_0x4ffe42,_0x3fd576=this[_0x1e52fe(0x130)]()+_0x1e52fe(0x25b);await this[_0x1e52fe(0x11b)]['patch'](_0x3fd576,{'body':_0x1388f1});}async[_0x4ffe42(0x15f)](_0x1509b3){const _0x260ef6=_0x4ffe42,_0xb247cc=this[_0x260ef6(0x130)]()+_0x260ef6(0x25b);await this[_0x260ef6(0x11b)][_0x260ef6(0x2f2)](_0xb247cc,{'body':_0x1509b3});}async[_0x4ffe42(0x502)](_0x64f21a){const _0x3e456d=_0x4ffe42,_0x801296=this[_0x3e456d(0x130)]()+_0x3e456d(0x25b);return(await this[_0x3e456d(0x11b)][_0x3e456d(0xce)](_0x801296,{'params':{'objectID':_0x64f21a[_0x3e456d(0x4cd)],'unitID':_0x64f21a[_0x3e456d(0x2a3)]}}))[_0x3e456d(0x232)]['collaborators'];}async[_0x4ffe42(0x44a)](_0x58a7e6){const _0x353aab=_0x4ffe42,_0x122ef2=this[_0x353aab(0x130)]()+_0x353aab(0x25b);await this['_HTTPService'][_0x353aab(0x50e)](_0x122ef2,{'body':_0x58a7e6});}},_0x2a808c['AuthzIoHttpService']=_0x497e53([_0x18ef9d(0x0,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x23d)])),_0x18ef9d(0x1,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x3a8)]))],_0x2a808c[_0x4ffe42(0x48a)]);var _0x57ce2a={'exports':{}};function _0x48a684(_0x8af3e7){const _0x561673=_0x4ffe42;throw new Error(_0x561673(0x301)+_0x8af3e7+'\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.');}var _0x29ad58={'exports':{}},_0x4e4ea7;function _0x31c257(){const _0x2134c3=_0x4ffe42;return _0x4e4ea7||(_0x4e4ea7=0x1,function(_0x39e32c,_0x565204){(function(_0x3c5ecf,_0x58e383){_0x39e32c['exports']=_0x58e383();}(_0x3c5640,function(){var _0x539092=_0x539092||function(_0x4f2d2b,_0x4c114b){const _0x2110c7=_0x5c47;var _0x33a6e1;if(typeof window<'u'&&window['crypto']&&(_0x33a6e1=window[_0x2110c7(0x4fb)]),typeof self<'u'&&self['crypto']&&(_0x33a6e1=self[_0x2110c7(0x4fb)]),typeof globalThis<'u'&&globalThis[_0x2110c7(0x4fb)]&&(_0x33a6e1=globalThis[_0x2110c7(0x4fb)]),!_0x33a6e1&&typeof window<'u'&&window[_0x2110c7(0x31e)]&&(_0x33a6e1=window[_0x2110c7(0x31e)]),!_0x33a6e1&&typeof _0x3c5640<'u'&&_0x3c5640[_0x2110c7(0x4fb)]&&(_0x33a6e1=_0x3c5640['crypto']),!_0x33a6e1&&typeof _0x48a684==_0x2110c7(0x1f4))try{_0x33a6e1=require('crypto');}catch{}var _0x479169=function(){const _0x18d02e=_0x2110c7;if(_0x33a6e1){if(typeof _0x33a6e1['getRandomValues']==_0x18d02e(0x1f4))try{return _0x33a6e1[_0x18d02e(0x319)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x33a6e1[_0x18d02e(0x90)]=='function')try{return _0x33a6e1[_0x18d02e(0x90)](0x4)[_0x18d02e(0x136)]();}catch{}}throw new Error(_0x18d02e(0x1f5));},_0x442ffc=Object[_0x2110c7(0x4f3)]||(function(){function _0x2fb8eb(){}return function(_0x8ab3d3){const _0x3577ab=_0x5c47;var _0x11cc72;return _0x2fb8eb[_0x3577ab(0x484)]=_0x8ab3d3,_0x11cc72=new _0x2fb8eb(),_0x2fb8eb[_0x3577ab(0x484)]=null,_0x11cc72;};}()),_0x4ed44a={},_0x3539b4=_0x4ed44a['lib']={},_0x409c62=_0x3539b4[_0x2110c7(0x4d1)]=(function(){return{'extend':function(_0x280c2f){const _0x3061de=_0x5c47;var _0x144b7c=_0x442ffc(this);return _0x280c2f&&_0x144b7c[_0x3061de(0x390)](_0x280c2f),(!_0x144b7c['hasOwnProperty'](_0x3061de(0x30d))||this[_0x3061de(0x30d)]===_0x144b7c[_0x3061de(0x30d)])&&(_0x144b7c[_0x3061de(0x30d)]=function(){const _0x53f090=_0x3061de;_0x144b7c[_0x53f090(0x3e7)][_0x53f090(0x30d)][_0x53f090(0x10a)](this,arguments);}),_0x144b7c['init']['prototype']=_0x144b7c,_0x144b7c[_0x3061de(0x3e7)]=this,_0x144b7c;},'create':function(){const _0x1bd6a7=_0x5c47;var _0x31e719=this[_0x1bd6a7(0x310)]();return _0x31e719[_0x1bd6a7(0x30d)]['apply'](_0x31e719,arguments),_0x31e719;},'init':function(){},'mixIn':function(_0x74f01a){const _0x434863=_0x5c47;for(var _0x3607df in _0x74f01a)_0x74f01a[_0x434863(0x1e5)](_0x3607df)&&(this[_0x3607df]=_0x74f01a[_0x3607df]);_0x74f01a['hasOwnProperty']('toString')&&(this[_0x434863(0x22c)]=_0x74f01a[_0x434863(0x22c)]);},'clone':function(){const _0x2e9342=_0x5c47;return this[_0x2e9342(0x30d)][_0x2e9342(0x484)][_0x2e9342(0x310)](this);}};}()),_0x56e7e4=_0x3539b4[_0x2110c7(0x2be)]=_0x409c62[_0x2110c7(0x310)]({'init':function(_0x1852f4,_0x5e1c02){const _0x2bfd7d=_0x2110c7;_0x1852f4=this[_0x2bfd7d(0x51c)]=_0x1852f4||[],_0x5e1c02!=_0x4c114b?this[_0x2bfd7d(0x1cf)]=_0x5e1c02:this[_0x2bfd7d(0x1cf)]=_0x1852f4[_0x2bfd7d(0x331)]*0x4;},'toString':function(_0x11b38e){const _0x2bc655=_0x2110c7;return(_0x11b38e||_0x5deeaa)[_0x2bc655(0x346)](this);},'concat':function(_0x21574f){const _0x1da2fc=_0x2110c7;var _0x53086d=this[_0x1da2fc(0x51c)],_0x56ded9=_0x21574f[_0x1da2fc(0x51c)],_0x4f480a=this[_0x1da2fc(0x1cf)],_0x484edc=_0x21574f['sigBytes'];if(this['clamp'](),_0x4f480a%0x4)for(var _0x5bdee8=0x0;_0x5bdee8<_0x484edc;_0x5bdee8++){var _0x51c8ca=_0x56ded9[_0x5bdee8>>>0x2]>>>0x18-_0x5bdee8%0x4*0x8&0xff;_0x53086d[_0x4f480a+_0x5bdee8>>>0x2]|=_0x51c8ca<<0x18-(_0x4f480a+_0x5bdee8)%0x4*0x8;}else{for(var _0x8920c7=0x0;_0x8920c7<_0x484edc;_0x8920c7+=0x4)_0x53086d[_0x4f480a+_0x8920c7>>>0x2]=_0x56ded9[_0x8920c7>>>0x2];}return this[_0x1da2fc(0x1cf)]+=_0x484edc,this;},'clamp':function(){const _0x3c64b1=_0x2110c7;var _0x50b42a=this[_0x3c64b1(0x51c)],_0x38b934=this[_0x3c64b1(0x1cf)];_0x50b42a[_0x38b934>>>0x2]&=0xffffffff<<0x20-_0x38b934%0x4*0x8,_0x50b42a[_0x3c64b1(0x331)]=_0x4f2d2b[_0x3c64b1(0x459)](_0x38b934/0x4);},'clone':function(){const _0x5cf389=_0x2110c7;var _0x5bb82b=_0x409c62['clone'][_0x5cf389(0x4fd)](this);return _0x5bb82b[_0x5cf389(0x51c)]=this[_0x5cf389(0x51c)][_0x5cf389(0xd8)](0x0),_0x5bb82b;},'random':function(_0x4b42e3){const _0x113e7d=_0x2110c7;for(var _0x321e34=[],_0x19f23e=0x0;_0x19f23e<_0x4b42e3;_0x19f23e+=0x4)_0x321e34['push'](_0x479169());return new _0x56e7e4[(_0x113e7d(0x30d))](_0x321e34,_0x4b42e3);}}),_0x1f4557=_0x4ed44a['enc']={},_0x5deeaa=_0x1f4557[_0x2110c7(0x426)]={'stringify':function(_0x4de57b){const _0x4a62e9=_0x2110c7;for(var _0x18ddbe=_0x4de57b[_0x4a62e9(0x51c)],_0x540bff=_0x4de57b[_0x4a62e9(0x1cf)],_0x22992e=[],_0x2b8269=0x0;_0x2b8269<_0x540bff;_0x2b8269++){var _0x557903=_0x18ddbe[_0x2b8269>>>0x2]>>>0x18-_0x2b8269%0x4*0x8&0xff;_0x22992e[_0x4a62e9(0x3cc)]((_0x557903>>>0x4)[_0x4a62e9(0x22c)](0x10)),_0x22992e[_0x4a62e9(0x3cc)]((_0x557903&0xf)[_0x4a62e9(0x22c)](0x10));}return _0x22992e[_0x4a62e9(0x401)]('');},'parse':function(_0x3a6989){const _0x5d9a5f=_0x2110c7;for(var _0x326bb8=_0x3a6989[_0x5d9a5f(0x331)],_0xe29940=[],_0x2dd52a=0x0;_0x2dd52a<_0x326bb8;_0x2dd52a+=0x2)_0xe29940[_0x2dd52a>>>0x3]|=parseInt(_0x3a6989[_0x5d9a5f(0x4a4)](_0x2dd52a,0x2),0x10)<<0x18-_0x2dd52a%0x8*0x4;return new _0x56e7e4[(_0x5d9a5f(0x30d))](_0xe29940,_0x326bb8/0x2);}},_0x1beb14=_0x1f4557[_0x2110c7(0x40e)]={'stringify':function(_0x19902d){const _0x133523=_0x2110c7;for(var _0x24e500=_0x19902d[_0x133523(0x51c)],_0x4220b7=_0x19902d[_0x133523(0x1cf)],_0x2e59d3=[],_0x151c16=0x0;_0x151c16<_0x4220b7;_0x151c16++){var _0x2b0894=_0x24e500[_0x151c16>>>0x2]>>>0x18-_0x151c16%0x4*0x8&0xff;_0x2e59d3['push'](String[_0x133523(0x361)](_0x2b0894));}return _0x2e59d3['join']('');},'parse':function(_0x5c95e0){const _0x4e4f3f=_0x2110c7;for(var _0x2db65f=_0x5c95e0[_0x4e4f3f(0x331)],_0x42c0b5=[],_0x3ba913=0x0;_0x3ba913<_0x2db65f;_0x3ba913++)_0x42c0b5[_0x3ba913>>>0x2]|=(_0x5c95e0[_0x4e4f3f(0xdd)](_0x3ba913)&0xff)<<0x18-_0x3ba913%0x4*0x8;return new _0x56e7e4[(_0x4e4f3f(0x30d))](_0x42c0b5,_0x2db65f);}},_0x82180d=_0x1f4557[_0x2110c7(0x14d)]={'stringify':function(_0xf023fe){const _0x2261a4=_0x2110c7;try{return decodeURIComponent(escape(_0x1beb14[_0x2261a4(0x346)](_0xf023fe)));}catch{throw new Error(_0x2261a4(0x374));}},'parse':function(_0x1d4e73){const _0x344314=_0x2110c7;return _0x1beb14[_0x344314(0x557)](unescape(encodeURIComponent(_0x1d4e73)));}},_0x5a31c8=_0x3539b4[_0x2110c7(0x177)]=_0x409c62[_0x2110c7(0x310)]({'reset':function(){const _0x15752c=_0x2110c7;this[_0x15752c(0x3a2)]=new _0x56e7e4['init'](),this[_0x15752c(0x1e1)]=0x0;},'_append':function(_0x3901bd){const _0x5aa879=_0x2110c7;typeof _0x3901bd=='string'&&(_0x3901bd=_0x82180d['parse'](_0x3901bd)),this[_0x5aa879(0x3a2)]['concat'](_0x3901bd),this[_0x5aa879(0x1e1)]+=_0x3901bd['sigBytes'];},'_process':function(_0x586b11){const _0x2b618c=_0x2110c7;var _0x3d3e09,_0x110965=this['_data'],_0x143ab0=_0x110965['words'],_0x153418=_0x110965[_0x2b618c(0x1cf)],_0x108d1d=this['blockSize'],_0x3a7b7e=_0x108d1d*0x4,_0x47bb9d=_0x153418/_0x3a7b7e;_0x586b11?_0x47bb9d=_0x4f2d2b['ceil'](_0x47bb9d):_0x47bb9d=_0x4f2d2b[_0x2b618c(0x492)]((_0x47bb9d|0x0)-this['_minBufferSize'],0x0);var _0xdcb372=_0x47bb9d*_0x108d1d,_0x81721b=_0x4f2d2b[_0x2b618c(0x1a4)](_0xdcb372*0x4,_0x153418);if(_0xdcb372){for(var _0x4e382b=0x0;_0x4e382b<_0xdcb372;_0x4e382b+=_0x108d1d)this['_doProcessBlock'](_0x143ab0,_0x4e382b);_0x3d3e09=_0x143ab0['splice'](0x0,_0xdcb372),_0x110965['sigBytes']-=_0x81721b;}return new _0x56e7e4[(_0x2b618c(0x30d))](_0x3d3e09,_0x81721b);},'clone':function(){const _0x185a57=_0x2110c7;var _0x53a61e=_0x409c62['clone']['call'](this);return _0x53a61e['_data']=this[_0x185a57(0x3a2)][_0x185a57(0x13d)](),_0x53a61e;},'_minBufferSize':0x0});_0x3539b4[_0x2110c7(0x12d)]=_0x5a31c8[_0x2110c7(0x310)]({'cfg':_0x409c62[_0x2110c7(0x310)](),'init':function(_0x12d293){const _0xa4bd=_0x2110c7;this[_0xa4bd(0x21e)]=this[_0xa4bd(0x21e)][_0xa4bd(0x310)](_0x12d293),this[_0xa4bd(0x527)]();},'reset':function(){const _0x36b190=_0x2110c7;_0x5a31c8[_0x36b190(0x527)][_0x36b190(0x4fd)](this),this[_0x36b190(0x33c)]();},'update':function(_0x54ec28){return this['_append'](_0x54ec28),this['_process'](),this;},'finalize':function(_0x16bfa4){const _0x461b62=_0x2110c7;_0x16bfa4&&this['_append'](_0x16bfa4);var _0x831c23=this[_0x461b62(0x93)]();return _0x831c23;},'blockSize':0x10,'_createHelper':function(_0x18ab68){return function(_0x281c8e,_0x43af9a){const _0x4b8e60=_0x5c47;return new _0x18ab68['init'](_0x43af9a)[_0x4b8e60(0x41d)](_0x281c8e);};},'_createHmacHelper':function(_0x2f25f2){return function(_0x52c8ac,_0x4d7853){const _0x27d040=_0x5c47;return new _0x19ddca['HMAC'][(_0x27d040(0x30d))](_0x2f25f2,_0x4d7853)[_0x27d040(0x41d)](_0x52c8ac);};}});var _0x19ddca=_0x4ed44a[_0x2110c7(0x54d)]={};return _0x4ed44a;}(Math);return _0x539092;}));}(_0x29ad58)),_0x29ad58[_0x2134c3(0x4cc)];}var _0x459eff={'exports':{}},_0x27c563;function _0x12ac0e(){const _0x2a6005=_0x4ffe42;return _0x27c563||(_0x27c563=0x1,function(_0x1bfb1a,_0x493304){(function(_0x4adfe7,_0x4f4fc6){const _0x1e79aa=_0x5c47;_0x1bfb1a[_0x1e79aa(0x4cc)]=_0x4f4fc6(_0x31c257());}(_0x3c5640,function(_0xde1a2){const _0x454ef1=_0x5c47;return(function(){const _0x4283ad=_0x5c47;var _0x139177=_0xde1a2,_0x4de37a=_0x139177[_0x4283ad(0x4b5)],_0x2bc0a1=_0x4de37a[_0x4283ad(0x2be)],_0x239acd=_0x139177[_0x4283ad(0x4c3)];_0x239acd[_0x4283ad(0x518)]={'stringify':function(_0x41dc4e){const _0xc8cb8=_0x4283ad;var _0x544321=_0x41dc4e[_0xc8cb8(0x51c)],_0x195577=_0x41dc4e[_0xc8cb8(0x1cf)],_0x2f8d65=this[_0xc8cb8(0x101)];_0x41dc4e[_0xc8cb8(0x4cb)]();for(var _0x29dfd0=[],_0xcdb66d=0x0;_0xcdb66d<_0x195577;_0xcdb66d+=0x3)for(var _0x3c28d6=_0x544321[_0xcdb66d>>>0x2]>>>0x18-_0xcdb66d%0x4*0x8&0xff,_0x3fe5c8=_0x544321[_0xcdb66d+0x1>>>0x2]>>>0x18-(_0xcdb66d+0x1)%0x4*0x8&0xff,_0xdb7701=_0x544321[_0xcdb66d+0x2>>>0x2]>>>0x18-(_0xcdb66d+0x2)%0x4*0x8&0xff,_0x1458c4=_0x3c28d6<<0x10|_0x3fe5c8<<0x8|_0xdb7701,_0x164da9=0x0;_0x164da9<0x4&&_0xcdb66d+_0x164da9*0.75<_0x195577;_0x164da9++)_0x29dfd0[_0xc8cb8(0x3cc)](_0x2f8d65[_0xc8cb8(0xdc)](_0x1458c4>>>0x6*(0x3-_0x164da9)&0x3f));var _0x45327a=_0x2f8d65[_0xc8cb8(0xdc)](0x40);if(_0x45327a){for(;_0x29dfd0[_0xc8cb8(0x331)]%0x4;)_0x29dfd0[_0xc8cb8(0x3cc)](_0x45327a);}return _0x29dfd0['join']('');},'parse':function(_0x40bb91){const _0x2c8da8=_0x4283ad;var _0x4b1c8d=_0x40bb91[_0x2c8da8(0x331)],_0x21e04f=this[_0x2c8da8(0x101)],_0x58a81b=this[_0x2c8da8(0x46d)];if(!_0x58a81b){_0x58a81b=this[_0x2c8da8(0x46d)]=[];for(var _0x5c32f7=0x0;_0x5c32f7<_0x21e04f[_0x2c8da8(0x331)];_0x5c32f7++)_0x58a81b[_0x21e04f[_0x2c8da8(0xdd)](_0x5c32f7)]=_0x5c32f7;}var _0xab2701=_0x21e04f[_0x2c8da8(0xdc)](0x40);if(_0xab2701){var _0x3fbf96=_0x40bb91[_0x2c8da8(0xdb)](_0xab2701);_0x3fbf96!==-0x1&&(_0x4b1c8d=_0x3fbf96);}return _0x1752db(_0x40bb91,_0x4b1c8d,_0x58a81b);},'_map':_0x4283ad(0x3db)};function _0x1752db(_0x4bc8e7,_0x57ef5b,_0x24f537){const _0x4d75f8=_0x4283ad;for(var _0x10250d=[],_0x32cb2c=0x0,_0x25e5b9=0x0;_0x25e5b9<_0x57ef5b;_0x25e5b9++)if(_0x25e5b9%0x4){var _0x122f46=_0x24f537[_0x4bc8e7[_0x4d75f8(0xdd)](_0x25e5b9-0x1)]<<_0x25e5b9%0x4*0x2,_0x82fe17=_0x24f537[_0x4bc8e7[_0x4d75f8(0xdd)](_0x25e5b9)]>>>0x6-_0x25e5b9%0x4*0x2,_0x298950=_0x122f46|_0x82fe17;_0x10250d[_0x32cb2c>>>0x2]|=_0x298950<<0x18-_0x32cb2c%0x4*0x8,_0x32cb2c++;}return _0x2bc0a1['create'](_0x10250d,_0x32cb2c);}}()),_0xde1a2['enc'][_0x454ef1(0x518)];}));}(_0x459eff)),_0x459eff[_0x2a6005(0x4cc)];}var _0x32fa2c={'exports':{}},_0x367d53;function _0x103f89(){const _0x6a2925=_0x4ffe42;return _0x367d53||(_0x367d53=0x1,function(_0x4d632f,_0x2fae4b){(function(_0x393c11,_0x4903ea){const _0x14f8c4=_0x5c47;_0x4d632f[_0x14f8c4(0x4cc)]=_0x4903ea(_0x31c257());}(_0x3c5640,function(_0x320e8b){const _0x208803=_0x5c47;return function(_0x389233){const _0x2eb508=_0x5c47;var _0x11eeb5=_0x320e8b,_0x464aed=_0x11eeb5[_0x2eb508(0x4b5)],_0x4eaaad=_0x464aed[_0x2eb508(0x2be)],_0x1146ae=_0x464aed[_0x2eb508(0x12d)],_0x4bdda5=_0x11eeb5[_0x2eb508(0x54d)],_0x4d19b6=[];(function(){const _0x459a92=_0x2eb508;for(var _0x253ff4=0x0;_0x253ff4<0x40;_0x253ff4++)_0x4d19b6[_0x253ff4]=_0x389233['abs'](_0x389233[_0x459a92(0x476)](_0x253ff4+0x1))*0x100000000|0x0;}());var _0x551cc8=_0x4bdda5['MD5']=_0x1146ae[_0x2eb508(0x310)]({'_doReset':function(){const _0xecf6f7=_0x2eb508;this[_0xecf6f7(0x1af)]=new _0x4eaaad[(_0xecf6f7(0x30d))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x5cc3a9,_0x130576){const _0x15e49a=_0x2eb508;for(var _0x19ec95=0x0;_0x19ec95<0x10;_0x19ec95++){var _0x1db9ff=_0x130576+_0x19ec95,_0x283c15=_0x5cc3a9[_0x1db9ff];_0x5cc3a9[_0x1db9ff]=(_0x283c15<<0x8|_0x283c15>>>0x18)&0xff00ff|(_0x283c15<<0x18|_0x283c15>>>0x8)&0xff00ff00;}var _0xbfbdc8=this[_0x15e49a(0x1af)][_0x15e49a(0x51c)],_0x551bbe=_0x5cc3a9[_0x130576+0x0],_0x289a8c=_0x5cc3a9[_0x130576+0x1],_0x594147=_0x5cc3a9[_0x130576+0x2],_0x4c91f2=_0x5cc3a9[_0x130576+0x3],_0x5a99c4=_0x5cc3a9[_0x130576+0x4],_0x123395=_0x5cc3a9[_0x130576+0x5],_0x56ea45=_0x5cc3a9[_0x130576+0x6],_0x323a6e=_0x5cc3a9[_0x130576+0x7],_0x3ddc8f=_0x5cc3a9[_0x130576+0x8],_0x50fe15=_0x5cc3a9[_0x130576+0x9],_0x586092=_0x5cc3a9[_0x130576+0xa],_0x181027=_0x5cc3a9[_0x130576+0xb],_0xcea946=_0x5cc3a9[_0x130576+0xc],_0x45a8ee=_0x5cc3a9[_0x130576+0xd],_0x29304c=_0x5cc3a9[_0x130576+0xe],_0x4c1c8f=_0x5cc3a9[_0x130576+0xf],_0x1c94a7=_0xbfbdc8[0x0],_0x2de42d=_0xbfbdc8[0x1],_0x242279=_0xbfbdc8[0x2],_0x28e8c8=_0xbfbdc8[0x3];_0x1c94a7=_0x76d002(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x551bbe,0x7,_0x4d19b6[0x0]),_0x28e8c8=_0x76d002(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x289a8c,0xc,_0x4d19b6[0x1]),_0x242279=_0x76d002(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x594147,0x11,_0x4d19b6[0x2]),_0x2de42d=_0x76d002(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x4c91f2,0x16,_0x4d19b6[0x3]),_0x1c94a7=_0x76d002(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x5a99c4,0x7,_0x4d19b6[0x4]),_0x28e8c8=_0x76d002(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x123395,0xc,_0x4d19b6[0x5]),_0x242279=_0x76d002(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x56ea45,0x11,_0x4d19b6[0x6]),_0x2de42d=_0x76d002(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x323a6e,0x16,_0x4d19b6[0x7]),_0x1c94a7=_0x76d002(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x3ddc8f,0x7,_0x4d19b6[0x8]),_0x28e8c8=_0x76d002(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x50fe15,0xc,_0x4d19b6[0x9]),_0x242279=_0x76d002(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x586092,0x11,_0x4d19b6[0xa]),_0x2de42d=_0x76d002(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x181027,0x16,_0x4d19b6[0xb]),_0x1c94a7=_0x76d002(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0xcea946,0x7,_0x4d19b6[0xc]),_0x28e8c8=_0x76d002(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x45a8ee,0xc,_0x4d19b6[0xd]),_0x242279=_0x76d002(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x29304c,0x11,_0x4d19b6[0xe]),_0x2de42d=_0x76d002(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x4c1c8f,0x16,_0x4d19b6[0xf]),_0x1c94a7=_0x2ab55f(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x289a8c,0x5,_0x4d19b6[0x10]),_0x28e8c8=_0x2ab55f(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x56ea45,0x9,_0x4d19b6[0x11]),_0x242279=_0x2ab55f(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x181027,0xe,_0x4d19b6[0x12]),_0x2de42d=_0x2ab55f(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x551bbe,0x14,_0x4d19b6[0x13]),_0x1c94a7=_0x2ab55f(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x123395,0x5,_0x4d19b6[0x14]),_0x28e8c8=_0x2ab55f(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x586092,0x9,_0x4d19b6[0x15]),_0x242279=_0x2ab55f(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x4c1c8f,0xe,_0x4d19b6[0x16]),_0x2de42d=_0x2ab55f(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x5a99c4,0x14,_0x4d19b6[0x17]),_0x1c94a7=_0x2ab55f(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x50fe15,0x5,_0x4d19b6[0x18]),_0x28e8c8=_0x2ab55f(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x29304c,0x9,_0x4d19b6[0x19]),_0x242279=_0x2ab55f(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x4c91f2,0xe,_0x4d19b6[0x1a]),_0x2de42d=_0x2ab55f(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x3ddc8f,0x14,_0x4d19b6[0x1b]),_0x1c94a7=_0x2ab55f(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x45a8ee,0x5,_0x4d19b6[0x1c]),_0x28e8c8=_0x2ab55f(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x594147,0x9,_0x4d19b6[0x1d]),_0x242279=_0x2ab55f(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x323a6e,0xe,_0x4d19b6[0x1e]),_0x2de42d=_0x2ab55f(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0xcea946,0x14,_0x4d19b6[0x1f]),_0x1c94a7=_0x4b8058(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x123395,0x4,_0x4d19b6[0x20]),_0x28e8c8=_0x4b8058(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x3ddc8f,0xb,_0x4d19b6[0x21]),_0x242279=_0x4b8058(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x181027,0x10,_0x4d19b6[0x22]),_0x2de42d=_0x4b8058(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x29304c,0x17,_0x4d19b6[0x23]),_0x1c94a7=_0x4b8058(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x289a8c,0x4,_0x4d19b6[0x24]),_0x28e8c8=_0x4b8058(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x5a99c4,0xb,_0x4d19b6[0x25]),_0x242279=_0x4b8058(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x323a6e,0x10,_0x4d19b6[0x26]),_0x2de42d=_0x4b8058(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x586092,0x17,_0x4d19b6[0x27]),_0x1c94a7=_0x4b8058(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x45a8ee,0x4,_0x4d19b6[0x28]),_0x28e8c8=_0x4b8058(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x551bbe,0xb,_0x4d19b6[0x29]),_0x242279=_0x4b8058(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x4c91f2,0x10,_0x4d19b6[0x2a]),_0x2de42d=_0x4b8058(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x56ea45,0x17,_0x4d19b6[0x2b]),_0x1c94a7=_0x4b8058(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x50fe15,0x4,_0x4d19b6[0x2c]),_0x28e8c8=_0x4b8058(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0xcea946,0xb,_0x4d19b6[0x2d]),_0x242279=_0x4b8058(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x4c1c8f,0x10,_0x4d19b6[0x2e]),_0x2de42d=_0x4b8058(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x594147,0x17,_0x4d19b6[0x2f]),_0x1c94a7=_0x3349d2(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x551bbe,0x6,_0x4d19b6[0x30]),_0x28e8c8=_0x3349d2(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x323a6e,0xa,_0x4d19b6[0x31]),_0x242279=_0x3349d2(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x29304c,0xf,_0x4d19b6[0x32]),_0x2de42d=_0x3349d2(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x123395,0x15,_0x4d19b6[0x33]),_0x1c94a7=_0x3349d2(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0xcea946,0x6,_0x4d19b6[0x34]),_0x28e8c8=_0x3349d2(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x4c91f2,0xa,_0x4d19b6[0x35]),_0x242279=_0x3349d2(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x586092,0xf,_0x4d19b6[0x36]),_0x2de42d=_0x3349d2(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x289a8c,0x15,_0x4d19b6[0x37]),_0x1c94a7=_0x3349d2(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x3ddc8f,0x6,_0x4d19b6[0x38]),_0x28e8c8=_0x3349d2(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x4c1c8f,0xa,_0x4d19b6[0x39]),_0x242279=_0x3349d2(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x56ea45,0xf,_0x4d19b6[0x3a]),_0x2de42d=_0x3349d2(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x45a8ee,0x15,_0x4d19b6[0x3b]),_0x1c94a7=_0x3349d2(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x5a99c4,0x6,_0x4d19b6[0x3c]),_0x28e8c8=_0x3349d2(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x181027,0xa,_0x4d19b6[0x3d]),_0x242279=_0x3349d2(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x594147,0xf,_0x4d19b6[0x3e]),_0x2de42d=_0x3349d2(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x50fe15,0x15,_0x4d19b6[0x3f]),_0xbfbdc8[0x0]=_0xbfbdc8[0x0]+_0x1c94a7|0x0,_0xbfbdc8[0x1]=_0xbfbdc8[0x1]+_0x2de42d|0x0,_0xbfbdc8[0x2]=_0xbfbdc8[0x2]+_0x242279|0x0,_0xbfbdc8[0x3]=_0xbfbdc8[0x3]+_0x28e8c8|0x0;},'_doFinalize':function(){const _0x317c81=_0x2eb508;var _0x2b1beb=this['_data'],_0x29c063=_0x2b1beb[_0x317c81(0x51c)],_0x1734de=this[_0x317c81(0x1e1)]*0x8,_0xdabc5d=_0x2b1beb['sigBytes']*0x8;_0x29c063[_0xdabc5d>>>0x5]|=0x80<<0x18-_0xdabc5d%0x20;var _0x1e700c=_0x389233[_0x317c81(0x208)](_0x1734de/0x100000000),_0x27d218=_0x1734de;_0x29c063[(_0xdabc5d+0x40>>>0x9<<0x4)+0xf]=(_0x1e700c<<0x8|_0x1e700c>>>0x18)&0xff00ff|(_0x1e700c<<0x18|_0x1e700c>>>0x8)&0xff00ff00,_0x29c063[(_0xdabc5d+0x40>>>0x9<<0x4)+0xe]=(_0x27d218<<0x8|_0x27d218>>>0x18)&0xff00ff|(_0x27d218<<0x18|_0x27d218>>>0x8)&0xff00ff00,_0x2b1beb[_0x317c81(0x1cf)]=(_0x29c063[_0x317c81(0x331)]+0x1)*0x4,this[_0x317c81(0x139)]();for(var _0x24141c=this[_0x317c81(0x1af)],_0x2d8ded=_0x24141c['words'],_0xa6fa8f=0x0;_0xa6fa8f<0x4;_0xa6fa8f++){var _0x315cee=_0x2d8ded[_0xa6fa8f];_0x2d8ded[_0xa6fa8f]=(_0x315cee<<0x8|_0x315cee>>>0x18)&0xff00ff|(_0x315cee<<0x18|_0x315cee>>>0x8)&0xff00ff00;}return _0x24141c;},'clone':function(){const _0xf6c5b5=_0x2eb508;var _0x4be29a=_0x1146ae[_0xf6c5b5(0x13d)][_0xf6c5b5(0x4fd)](this);return _0x4be29a[_0xf6c5b5(0x1af)]=this[_0xf6c5b5(0x1af)]['clone'](),_0x4be29a;}});function _0x76d002(_0x14e06a,_0x1ce98e,_0x2201a8,_0x14fa80,_0x15a042,_0x519261,_0xe320df){var _0x20fe67=_0x14e06a+(_0x1ce98e&_0x2201a8|~_0x1ce98e&_0x14fa80)+_0x15a042+_0xe320df;return(_0x20fe67<<_0x519261|_0x20fe67>>>0x20-_0x519261)+_0x1ce98e;}function _0x2ab55f(_0x54ba77,_0x2425a9,_0x4ebc2e,_0x389298,_0x1725f0,_0x565e6b,_0x516c55){var _0x1d91af=_0x54ba77+(_0x2425a9&_0x389298|_0x4ebc2e&~_0x389298)+_0x1725f0+_0x516c55;return(_0x1d91af<<_0x565e6b|_0x1d91af>>>0x20-_0x565e6b)+_0x2425a9;}function _0x4b8058(_0x2e821b,_0x457cdf,_0x20369c,_0xe8b3b9,_0x7ed8b4,_0x538e27,_0x1610ab){var _0x564ce5=_0x2e821b+(_0x457cdf^_0x20369c^_0xe8b3b9)+_0x7ed8b4+_0x1610ab;return(_0x564ce5<<_0x538e27|_0x564ce5>>>0x20-_0x538e27)+_0x457cdf;}function _0x3349d2(_0xb58d99,_0xb79ba8,_0xbc4ea0,_0x1cb27c,_0x50aefe,_0x446525,_0x589f1d){var _0x1c11d2=_0xb58d99+(_0xbc4ea0^(_0xb79ba8|~_0x1cb27c))+_0x50aefe+_0x589f1d;return(_0x1c11d2<<_0x446525|_0x1c11d2>>>0x20-_0x446525)+_0xb79ba8;}_0x11eeb5[_0x2eb508(0x224)]=_0x1146ae[_0x2eb508(0xd1)](_0x551cc8),_0x11eeb5[_0x2eb508(0x13b)]=_0x1146ae['_createHmacHelper'](_0x551cc8);}(Math),_0x320e8b[_0x208803(0x224)];}));}(_0x32fa2c)),_0x32fa2c[_0x6a2925(0x4cc)];}var _0x356f01={'exports':{}},_0x5615bb={'exports':{}},_0x1fdef7;function _0x1d0cc7(){const _0x569e33=_0x4ffe42;return _0x1fdef7||(_0x1fdef7=0x1,function(_0x327c0d,_0x29d379){(function(_0x236e0a,_0x2d079c){const _0x4517aa=_0x5c47;_0x327c0d[_0x4517aa(0x4cc)]=_0x2d079c(_0x31c257());}(_0x3c5640,function(_0x2abec9){const _0x17c548=_0x5c47;return(function(){const _0x2e0a76=_0x5c47;var _0x5849a5=_0x2abec9,_0x2885ab=_0x5849a5[_0x2e0a76(0x4b5)],_0x38e023=_0x2885ab[_0x2e0a76(0x2be)],_0x5eaf0d=_0x2885ab['Hasher'],_0x1623fc=_0x5849a5[_0x2e0a76(0x54d)],_0x27203c=[],_0x3772a5=_0x1623fc[_0x2e0a76(0x506)]=_0x5eaf0d[_0x2e0a76(0x310)]({'_doReset':function(){this['_hash']=new _0x38e023['init']([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x19e151,_0x22cdd6){for(var _0x5e32c9=this['_hash']['words'],_0xe3a116=_0x5e32c9[0x0],_0x1673b3=_0x5e32c9[0x1],_0x5402fd=_0x5e32c9[0x2],_0x5ddf55=_0x5e32c9[0x3],_0x21961d=_0x5e32c9[0x4],_0x323b5c=0x0;_0x323b5c<0x50;_0x323b5c++){if(_0x323b5c<0x10)_0x27203c[_0x323b5c]=_0x19e151[_0x22cdd6+_0x323b5c]|0x0;else{var _0x33f276=_0x27203c[_0x323b5c-0x3]^_0x27203c[_0x323b5c-0x8]^_0x27203c[_0x323b5c-0xe]^_0x27203c[_0x323b5c-0x10];_0x27203c[_0x323b5c]=_0x33f276<<0x1|_0x33f276>>>0x1f;}var _0x4171a5=(_0xe3a116<<0x5|_0xe3a116>>>0x1b)+_0x21961d+_0x27203c[_0x323b5c];_0x323b5c<0x14?_0x4171a5+=(_0x1673b3&_0x5402fd|~_0x1673b3&_0x5ddf55)+0x5a827999:_0x323b5c<0x28?_0x4171a5+=(_0x1673b3^_0x5402fd^_0x5ddf55)+0x6ed9eba1:_0x323b5c<0x3c?_0x4171a5+=(_0x1673b3&_0x5402fd|_0x1673b3&_0x5ddf55|_0x5402fd&_0x5ddf55)-0x70e44324:_0x4171a5+=(_0x1673b3^_0x5402fd^_0x5ddf55)-0x359d3e2a,_0x21961d=_0x5ddf55,_0x5ddf55=_0x5402fd,_0x5402fd=_0x1673b3<<0x1e|_0x1673b3>>>0x2,_0x1673b3=_0xe3a116,_0xe3a116=_0x4171a5;}_0x5e32c9[0x0]=_0x5e32c9[0x0]+_0xe3a116|0x0,_0x5e32c9[0x1]=_0x5e32c9[0x1]+_0x1673b3|0x0,_0x5e32c9[0x2]=_0x5e32c9[0x2]+_0x5402fd|0x0,_0x5e32c9[0x3]=_0x5e32c9[0x3]+_0x5ddf55|0x0,_0x5e32c9[0x4]=_0x5e32c9[0x4]+_0x21961d|0x0;},'_doFinalize':function(){const _0x511007=_0x2e0a76;var _0x2c2690=this[_0x511007(0x3a2)],_0x8eaa27=_0x2c2690[_0x511007(0x51c)],_0x41c7b2=this['_nDataBytes']*0x8,_0x53f84b=_0x2c2690[_0x511007(0x1cf)]*0x8;return _0x8eaa27[_0x53f84b>>>0x5]|=0x80<<0x18-_0x53f84b%0x20,_0x8eaa27[(_0x53f84b+0x40>>>0x9<<0x4)+0xe]=Math['floor'](_0x41c7b2/0x100000000),_0x8eaa27[(_0x53f84b+0x40>>>0x9<<0x4)+0xf]=_0x41c7b2,_0x2c2690[_0x511007(0x1cf)]=_0x8eaa27[_0x511007(0x331)]*0x4,this[_0x511007(0x139)](),this[_0x511007(0x1af)];},'clone':function(){const _0x459a09=_0x2e0a76;var _0x5ef49d=_0x5eaf0d[_0x459a09(0x13d)]['call'](this);return _0x5ef49d[_0x459a09(0x1af)]=this['_hash'][_0x459a09(0x13d)](),_0x5ef49d;}});_0x5849a5[_0x2e0a76(0x506)]=_0x5eaf0d['_createHelper'](_0x3772a5),_0x5849a5[_0x2e0a76(0x10c)]=_0x5eaf0d[_0x2e0a76(0x2d9)](_0x3772a5);}()),_0x2abec9[_0x17c548(0x506)];}));}(_0x5615bb)),_0x5615bb[_0x569e33(0x4cc)];}var _0x30e60d={'exports':{}},_0x571a24;function _0x250ac6(){const _0x435abf=_0x4ffe42;return _0x571a24||(_0x571a24=0x1,function(_0x3aa6ee,_0x10a839){(function(_0x163439,_0x1caffd){_0x3aa6ee['exports']=_0x1caffd(_0x31c257());}(_0x3c5640,function(_0x54b093){(function(){const _0x485241=_0x5c47;var _0x3b496c=_0x54b093,_0xabf8c9=_0x3b496c[_0x485241(0x4b5)],_0x585d32=_0xabf8c9[_0x485241(0x4d1)],_0xc2a0ad=_0x3b496c[_0x485241(0x4c3)],_0x159e6f=_0xc2a0ad[_0x485241(0x14d)],_0x4412b1=_0x3b496c['algo'];_0x4412b1['HMAC']=_0x585d32['extend']({'init':function(_0x20d388,_0x1aaa10){const _0x54bfd9=_0x485241;_0x20d388=this[_0x54bfd9(0x212)]=new _0x20d388[(_0x54bfd9(0x30d))](),typeof _0x1aaa10=='string'&&(_0x1aaa10=_0x159e6f[_0x54bfd9(0x557)](_0x1aaa10));var _0x4250b0=_0x20d388[_0x54bfd9(0x47e)],_0x5dd3fc=_0x4250b0*0x4;_0x1aaa10[_0x54bfd9(0x1cf)]>_0x5dd3fc&&(_0x1aaa10=_0x20d388['finalize'](_0x1aaa10)),_0x1aaa10[_0x54bfd9(0x4cb)]();for(var _0x3c8fae=this[_0x54bfd9(0x537)]=_0x1aaa10[_0x54bfd9(0x13d)](),_0x3da8e1=this[_0x54bfd9(0x229)]=_0x1aaa10[_0x54bfd9(0x13d)](),_0xbe35bd=_0x3c8fae[_0x54bfd9(0x51c)],_0x193b12=_0x3da8e1[_0x54bfd9(0x51c)],_0xdcea4a=0x0;_0xdcea4a<_0x4250b0;_0xdcea4a++)_0xbe35bd[_0xdcea4a]^=0x5c5c5c5c,_0x193b12[_0xdcea4a]^=0x36363636;_0x3c8fae[_0x54bfd9(0x1cf)]=_0x3da8e1['sigBytes']=_0x5dd3fc,this[_0x54bfd9(0x527)]();},'reset':function(){const _0x2edd7a=_0x485241;var _0xd06bf1=this[_0x2edd7a(0x212)];_0xd06bf1[_0x2edd7a(0x527)](),_0xd06bf1[_0x2edd7a(0x42e)](this[_0x2edd7a(0x229)]);},'update':function(_0x3ab489){const _0x4040de=_0x485241;return this['_hasher'][_0x4040de(0x42e)](_0x3ab489),this;},'finalize':function(_0x297fd2){const _0x5b5a84=_0x485241;var _0x1867b8=this[_0x5b5a84(0x212)],_0x3ad0eb=_0x1867b8[_0x5b5a84(0x41d)](_0x297fd2);_0x1867b8[_0x5b5a84(0x527)]();var _0x25d911=_0x1867b8[_0x5b5a84(0x41d)](this[_0x5b5a84(0x537)][_0x5b5a84(0x13d)]()['concat'](_0x3ad0eb));return _0x25d911;}});}());}));}(_0x30e60d)),_0x30e60d[_0x435abf(0x4cc)];}var _0x15b3be;function _0x2e6fde(){const _0x3a3260=_0x4ffe42;return _0x15b3be||(_0x15b3be=0x1,function(_0x2d13b3,_0x20faaa){(function(_0x539fc8,_0x32625e,_0x4a49cb){const _0x6b6141=_0x5c47;_0x2d13b3[_0x6b6141(0x4cc)]=_0x32625e(_0x31c257(),_0x1d0cc7(),_0x250ac6());}(_0x3c5640,function(_0x21d542){const _0x24c888=_0x5c47;return(function(){const _0x2136a1=_0x5c47;var _0x51fbda=_0x21d542,_0x4eca0d=_0x51fbda[_0x2136a1(0x4b5)],_0x32a311=_0x4eca0d['Base'],_0x5cc2aa=_0x4eca0d[_0x2136a1(0x2be)],_0x42e001=_0x51fbda[_0x2136a1(0x54d)],_0x1b2c88=_0x42e001[_0x2136a1(0x224)],_0x211344=_0x42e001[_0x2136a1(0x391)]=_0x32a311[_0x2136a1(0x310)]({'cfg':_0x32a311['extend']({'keySize':0x80/0x20,'hasher':_0x1b2c88,'iterations':0x1}),'init':function(_0xeadbef){const _0x3b54a1=_0x2136a1;this[_0x3b54a1(0x21e)]=this[_0x3b54a1(0x21e)][_0x3b54a1(0x310)](_0xeadbef);},'compute':function(_0x3a1390,_0x34ffc2){const _0x4f536d=_0x2136a1;for(var _0x810d25,_0x1d811=this['cfg'],_0x258e3f=_0x1d811[_0x4f536d(0x1ae)][_0x4f536d(0x4f3)](),_0x12ca3c=_0x5cc2aa[_0x4f536d(0x4f3)](),_0x13de66=_0x12ca3c[_0x4f536d(0x51c)],_0x3f545b=_0x1d811['keySize'],_0x27c1e3=_0x1d811[_0x4f536d(0x1e8)];_0x13de66[_0x4f536d(0x331)]<_0x3f545b;){_0x810d25&&_0x258e3f['update'](_0x810d25),_0x810d25=_0x258e3f[_0x4f536d(0x42e)](_0x3a1390)['finalize'](_0x34ffc2),_0x258e3f['reset']();for(var _0x4695d5=0x1;_0x4695d5<_0x27c1e3;_0x4695d5++)_0x810d25=_0x258e3f['finalize'](_0x810d25),_0x258e3f['reset']();_0x12ca3c[_0x4f536d(0x276)](_0x810d25);}return _0x12ca3c[_0x4f536d(0x1cf)]=_0x3f545b*0x4,_0x12ca3c;}});_0x51fbda['EvpKDF']=function(_0x5715cc,_0x1aa9a2,_0x14371c){const _0x1309cb=_0x2136a1;return _0x211344[_0x1309cb(0x4f3)](_0x14371c)[_0x1309cb(0x204)](_0x5715cc,_0x1aa9a2);};}()),_0x21d542[_0x24c888(0x391)];}));}(_0x356f01)),_0x356f01[_0x3a3260(0x4cc)];}var _0x10bb82={'exports':{}},_0x88cd38;function _0x47c583(){const _0x4c2a0e=_0x4ffe42;return _0x88cd38||(_0x88cd38=0x1,function(_0x2dedc1,_0x16e56e){(function(_0x56d04d,_0x5a3385,_0x53ce46){const _0x3ca1dd=_0x5c47;_0x2dedc1[_0x3ca1dd(0x4cc)]=_0x5a3385(_0x31c257(),_0x2e6fde());}(_0x3c5640,function(_0x5122ad){const _0x57f30e=_0x5c47;_0x5122ad[_0x57f30e(0x4b5)]['Cipher']||function(_0x413e23){const _0x353b20=_0x57f30e;var _0x57f7e2=_0x5122ad,_0x51505e=_0x57f7e2['lib'],_0x119c7a=_0x51505e[_0x353b20(0x4d1)],_0x29b8cd=_0x51505e[_0x353b20(0x2be)],_0x465416=_0x51505e[_0x353b20(0x177)],_0x3d390e=_0x57f7e2['enc'];_0x3d390e['Utf8'];var _0x78c4e0=_0x3d390e[_0x353b20(0x518)],_0x3df362=_0x57f7e2['algo'],_0x6363ad=_0x3df362[_0x353b20(0x391)],_0x498c8d=_0x51505e['Cipher']=_0x465416['extend']({'cfg':_0x119c7a['extend'](),'createEncryptor':function(_0x52f26c,_0x38fd41){const _0x5b0720=_0x353b20;return this[_0x5b0720(0x4f3)](this[_0x5b0720(0x19d)],_0x52f26c,_0x38fd41);},'createDecryptor':function(_0x210550,_0x329f79){const _0x4a1fa3=_0x353b20;return this[_0x4a1fa3(0x4f3)](this[_0x4a1fa3(0x482)],_0x210550,_0x329f79);},'init':function(_0x1efdd2,_0x3558cc,_0x27fd1a){const _0x1e2722=_0x353b20;this[_0x1e2722(0x21e)]=this['cfg'][_0x1e2722(0x310)](_0x27fd1a),this[_0x1e2722(0x43b)]=_0x1efdd2,this[_0x1e2722(0x1fd)]=_0x3558cc,this[_0x1e2722(0x527)]();},'reset':function(){const _0x23d743=_0x353b20;_0x465416['reset'][_0x23d743(0x4fd)](this),this[_0x23d743(0x33c)]();},'process':function(_0x1c19c8){return this['_append'](_0x1c19c8),this['_process']();},'finalize':function(_0x1a6104){const _0x141fcf=_0x353b20;_0x1a6104&&this[_0x141fcf(0x3f6)](_0x1a6104);var _0x4fdcb8=this['_doFinalize']();return _0x4fdcb8;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x3e0a3f(_0x555f3c){const _0x5a82ae=_0x5c47;return typeof _0x555f3c==_0x5a82ae(0x380)?_0x5605e6:_0x3cccbc;}return function(_0x5e4083){return{'encrypt':function(_0x518dae,_0x170344,_0x418e34){return _0x3e0a3f(_0x170344)['encrypt'](_0x5e4083,_0x518dae,_0x170344,_0x418e34);},'decrypt':function(_0x30bda3,_0x4ed85d,_0x9afeff){const _0x83dcb9=_0x5c47;return _0x3e0a3f(_0x4ed85d)[_0x83dcb9(0x4af)](_0x5e4083,_0x30bda3,_0x4ed85d,_0x9afeff);}};};}())});_0x51505e['StreamCipher']=_0x498c8d['extend']({'_doFinalize':function(){const _0x11a078=_0x353b20;var _0x266cf5=this[_0x11a078(0x139)](!0x0);return _0x266cf5;},'blockSize':0x1});var _0x56c9a6=_0x57f7e2[_0x353b20(0x440)]={},_0x93753a=_0x51505e[_0x353b20(0x536)]=_0x119c7a[_0x353b20(0x310)]({'createEncryptor':function(_0x233e43,_0x1007d7){const _0x49d3da=_0x353b20;return this[_0x49d3da(0xa4)][_0x49d3da(0x4f3)](_0x233e43,_0x1007d7);},'createDecryptor':function(_0x1888be,_0x210bf0){const _0xdbc3d0=_0x353b20;return this[_0xdbc3d0(0x351)]['create'](_0x1888be,_0x210bf0);},'init':function(_0x974f52,_0x2c09f0){const _0x1117f3=_0x353b20;this[_0x1117f3(0x241)]=_0x974f52,this[_0x1117f3(0x4bc)]=_0x2c09f0;}}),_0x36e6f4=_0x56c9a6[_0x353b20(0x256)]=(function(){const _0x13727f=_0x353b20;var _0x37d70c=_0x93753a['extend']();_0x37d70c[_0x13727f(0xa4)]=_0x37d70c[_0x13727f(0x310)]({'processBlock':function(_0x42611d,_0x17548e){const _0x46ca21=_0x13727f;var _0x58b642=this[_0x46ca21(0x241)],_0x5e7828=_0x58b642['blockSize'];_0x1de497[_0x46ca21(0x4fd)](this,_0x42611d,_0x17548e,_0x5e7828),_0x58b642[_0x46ca21(0x1b7)](_0x42611d,_0x17548e),this[_0x46ca21(0x43a)]=_0x42611d[_0x46ca21(0xd8)](_0x17548e,_0x17548e+_0x5e7828);}}),_0x37d70c[_0x13727f(0x351)]=_0x37d70c['extend']({'processBlock':function(_0x20a0fa,_0x40f667){const _0x55f21e=_0x13727f;var _0x232ed7=this[_0x55f21e(0x241)],_0x196169=_0x232ed7[_0x55f21e(0x47e)],_0x2e1693=_0x20a0fa[_0x55f21e(0xd8)](_0x40f667,_0x40f667+_0x196169);_0x232ed7[_0x55f21e(0x25c)](_0x20a0fa,_0x40f667),_0x1de497[_0x55f21e(0x4fd)](this,_0x20a0fa,_0x40f667,_0x196169),this[_0x55f21e(0x43a)]=_0x2e1693;}});function _0x1de497(_0x21954c,_0x4ea3e8,_0x32b238){const _0x51eee5=_0x13727f;var _0x379330,_0x287cee=this[_0x51eee5(0x4bc)];_0x287cee?(_0x379330=_0x287cee,this[_0x51eee5(0x4bc)]=_0x413e23):_0x379330=this['_prevBlock'];for(var _0x4844e6=0x0;_0x4844e6<_0x32b238;_0x4844e6++)_0x21954c[_0x4ea3e8+_0x4844e6]^=_0x379330[_0x4844e6];}return _0x37d70c;}()),_0x33b961=_0x57f7e2[_0x353b20(0x24e)]={},_0x2353af=_0x33b961[_0x353b20(0x3b3)]={'pad':function(_0x18e17f,_0x2b99ed){const _0x29bbbd=_0x353b20;for(var _0x36e146=_0x2b99ed*0x4,_0x5013eb=_0x36e146-_0x18e17f[_0x29bbbd(0x1cf)]%_0x36e146,_0x1d2ce1=_0x5013eb<<0x18|_0x5013eb<<0x10|_0x5013eb<<0x8|_0x5013eb,_0x417c1d=[],_0x52a108=0x0;_0x52a108<_0x5013eb;_0x52a108+=0x4)_0x417c1d[_0x29bbbd(0x3cc)](_0x1d2ce1);var _0x1cb1e6=_0x29b8cd[_0x29bbbd(0x4f3)](_0x417c1d,_0x5013eb);_0x18e17f[_0x29bbbd(0x276)](_0x1cb1e6);},'unpad':function(_0x23d4ab){const _0xdce7a2=_0x353b20;var _0x5be4f2=_0x23d4ab[_0xdce7a2(0x51c)][_0x23d4ab[_0xdce7a2(0x1cf)]-0x1>>>0x2]&0xff;_0x23d4ab['sigBytes']-=_0x5be4f2;}};_0x51505e[_0x353b20(0x1da)]=_0x498c8d[_0x353b20(0x310)]({'cfg':_0x498c8d[_0x353b20(0x21e)][_0x353b20(0x310)]({'mode':_0x36e6f4,'padding':_0x2353af}),'reset':function(){const _0x52581f=_0x353b20;var _0x160098;_0x498c8d[_0x52581f(0x527)]['call'](this);var _0x3c0a9f=this['cfg'],_0x1a6d82=_0x3c0a9f['iv'],_0x2b7f2e=_0x3c0a9f[_0x52581f(0x440)];this[_0x52581f(0x43b)]==this[_0x52581f(0x19d)]?_0x160098=_0x2b7f2e[_0x52581f(0xd0)]:(_0x160098=_0x2b7f2e[_0x52581f(0x189)],this[_0x52581f(0x431)]=0x1),this[_0x52581f(0x140)]&&this[_0x52581f(0x140)]['__creator']==_0x160098?this[_0x52581f(0x140)][_0x52581f(0x30d)](this,_0x1a6d82&&_0x1a6d82[_0x52581f(0x51c)]):(this[_0x52581f(0x140)]=_0x160098['call'](_0x2b7f2e,this,_0x1a6d82&&_0x1a6d82[_0x52581f(0x51c)]),this[_0x52581f(0x140)]['__creator']=_0x160098);},'_doProcessBlock':function(_0x49f64d,_0x421ce5){const _0x5500c2=_0x353b20;this[_0x5500c2(0x140)][_0x5500c2(0x2fd)](_0x49f64d,_0x421ce5);},'_doFinalize':function(){const _0x62cdaf=_0x353b20;var _0x59a8c8,_0x1fa686=this['cfg'][_0x62cdaf(0x10b)];return this[_0x62cdaf(0x43b)]==this[_0x62cdaf(0x19d)]?(_0x1fa686['pad'](this[_0x62cdaf(0x3a2)],this[_0x62cdaf(0x47e)]),_0x59a8c8=this[_0x62cdaf(0x139)](!0x0)):(_0x59a8c8=this['_process'](!0x0),_0x1fa686[_0x62cdaf(0x485)](_0x59a8c8)),_0x59a8c8;},'blockSize':0x80/0x20});var _0x485f1c=_0x51505e[_0x353b20(0x271)]=_0x119c7a[_0x353b20(0x310)]({'init':function(_0x22cf24){const _0x4577f8=_0x353b20;this[_0x4577f8(0x390)](_0x22cf24);},'toString':function(_0x4e426a){const _0x4f7760=_0x353b20;return(_0x4e426a||this['formatter'])[_0x4f7760(0x346)](this);}}),_0x46c5aa=_0x57f7e2[_0x353b20(0xc8)]={},_0x44b4af=_0x46c5aa['OpenSSL']={'stringify':function(_0x3f84b9){const _0x3f8106=_0x353b20;var _0x5a503a,_0x58bc7d=_0x3f84b9[_0x3f8106(0x30f)],_0x1490f2=_0x3f84b9[_0x3f8106(0x358)];return _0x1490f2?_0x5a503a=_0x29b8cd['create']([0x53616c74,0x65645f5f])[_0x3f8106(0x276)](_0x1490f2)[_0x3f8106(0x276)](_0x58bc7d):_0x5a503a=_0x58bc7d,_0x5a503a['toString'](_0x78c4e0);},'parse':function(_0x276d60){const _0x3fcc61=_0x353b20;var _0x2591fe,_0x145826=_0x78c4e0[_0x3fcc61(0x557)](_0x276d60),_0x2c4ac0=_0x145826['words'];return _0x2c4ac0[0x0]==0x53616c74&&_0x2c4ac0[0x1]==0x65645f5f&&(_0x2591fe=_0x29b8cd['create'](_0x2c4ac0[_0x3fcc61(0xd8)](0x2,0x4)),_0x2c4ac0[_0x3fcc61(0x1cb)](0x0,0x4),_0x145826[_0x3fcc61(0x1cf)]-=0x10),_0x485f1c[_0x3fcc61(0x4f3)]({'ciphertext':_0x145826,'salt':_0x2591fe});}},_0x3cccbc=_0x51505e[_0x353b20(0x2f7)]=_0x119c7a['extend']({'cfg':_0x119c7a[_0x353b20(0x310)]({'format':_0x44b4af}),'encrypt':function(_0x4c7d5d,_0xc872b1,_0xb20033,_0x3f0c86){const _0x239391=_0x353b20;_0x3f0c86=this['cfg']['extend'](_0x3f0c86);var _0x4731c4=_0x4c7d5d[_0x239391(0xd0)](_0xb20033,_0x3f0c86),_0x23c560=_0x4731c4['finalize'](_0xc872b1),_0x26a3c6=_0x4731c4[_0x239391(0x21e)];return _0x485f1c[_0x239391(0x4f3)]({'ciphertext':_0x23c560,'key':_0xb20033,'iv':_0x26a3c6['iv'],'algorithm':_0x4c7d5d,'mode':_0x26a3c6[_0x239391(0x440)],'padding':_0x26a3c6[_0x239391(0x10b)],'blockSize':_0x4c7d5d['blockSize'],'formatter':_0x3f0c86[_0x239391(0xc8)]});},'decrypt':function(_0x471b9c,_0x536c22,_0x101dc6,_0x1040ae){const _0x2372be=_0x353b20;_0x1040ae=this['cfg'][_0x2372be(0x310)](_0x1040ae),_0x536c22=this[_0x2372be(0x127)](_0x536c22,_0x1040ae[_0x2372be(0xc8)]);var _0x58d695=_0x471b9c[_0x2372be(0x189)](_0x101dc6,_0x1040ae)['finalize'](_0x536c22[_0x2372be(0x30f)]);return _0x58d695;},'_parse':function(_0x141808,_0x3caabe){const _0x22a483=_0x353b20;return typeof _0x141808==_0x22a483(0x380)?_0x3caabe[_0x22a483(0x557)](_0x141808,this):_0x141808;}}),_0xd561c5=_0x57f7e2[_0x353b20(0x3dd)]={},_0x1514fc=_0xd561c5[_0x353b20(0x112)]={'execute':function(_0x470c79,_0x94e918,_0x2a75a0,_0x2b5b87,_0x4e467e){const _0x4c9d19=_0x353b20;if(_0x2b5b87||(_0x2b5b87=_0x29b8cd['random'](0x40/0x8)),_0x4e467e)var _0x340cdb=_0x6363ad[_0x4c9d19(0x4f3)]({'keySize':_0x94e918+_0x2a75a0,'hasher':_0x4e467e})['compute'](_0x470c79,_0x2b5b87);else var _0x340cdb=_0x6363ad['create']({'keySize':_0x94e918+_0x2a75a0})[_0x4c9d19(0x204)](_0x470c79,_0x2b5b87);var _0x16a121=_0x29b8cd['create'](_0x340cdb[_0x4c9d19(0x51c)][_0x4c9d19(0xd8)](_0x94e918),_0x2a75a0*0x4);return _0x340cdb['sigBytes']=_0x94e918*0x4,_0x485f1c[_0x4c9d19(0x4f3)]({'key':_0x340cdb,'iv':_0x16a121,'salt':_0x2b5b87});}},_0x5605e6=_0x51505e[_0x353b20(0x3c6)]=_0x3cccbc[_0x353b20(0x310)]({'cfg':_0x3cccbc[_0x353b20(0x21e)][_0x353b20(0x310)]({'kdf':_0x1514fc}),'encrypt':function(_0x23f9da,_0x380bf7,_0xd0f0f0,_0x16ec6e){const _0x4710c0=_0x353b20;_0x16ec6e=this['cfg'][_0x4710c0(0x310)](_0x16ec6e);var _0x12e7ea=_0x16ec6e[_0x4710c0(0x3dd)][_0x4710c0(0x225)](_0xd0f0f0,_0x23f9da[_0x4710c0(0x40d)],_0x23f9da[_0x4710c0(0x443)],_0x16ec6e[_0x4710c0(0x358)],_0x16ec6e[_0x4710c0(0x1ae)]);_0x16ec6e['iv']=_0x12e7ea['iv'];var _0x371f92=_0x3cccbc[_0x4710c0(0x18b)][_0x4710c0(0x4fd)](this,_0x23f9da,_0x380bf7,_0x12e7ea[_0x4710c0(0x1b8)],_0x16ec6e);return _0x371f92['mixIn'](_0x12e7ea),_0x371f92;},'decrypt':function(_0x2252a8,_0x90689b,_0x130216,_0x593daf){const _0x34ec4e=_0x353b20;_0x593daf=this['cfg'][_0x34ec4e(0x310)](_0x593daf),_0x90689b=this['_parse'](_0x90689b,_0x593daf[_0x34ec4e(0xc8)]);var _0x53a97c=_0x593daf[_0x34ec4e(0x3dd)][_0x34ec4e(0x225)](_0x130216,_0x2252a8[_0x34ec4e(0x40d)],_0x2252a8['ivSize'],_0x90689b[_0x34ec4e(0x358)],_0x593daf[_0x34ec4e(0x1ae)]);_0x593daf['iv']=_0x53a97c['iv'];var _0x1b8f3c=_0x3cccbc[_0x34ec4e(0x4af)][_0x34ec4e(0x4fd)](this,_0x2252a8,_0x90689b,_0x53a97c['key'],_0x593daf);return _0x1b8f3c;}});}();}));}(_0x10bb82)),_0x10bb82[_0x4c2a0e(0x4cc)];}(function(_0x4435c0,_0xfb9a95){(function(_0x38a7ba,_0x5dc2a5,_0x2e9a71){const _0x146615=_0x5c47;_0x4435c0[_0x146615(0x4cc)]=_0x5dc2a5(_0x31c257(),_0x12ac0e(),_0x103f89(),_0x2e6fde(),_0x47c583());}(_0x3c5640,function(_0x26e5b8){const _0x1eae9e=_0x5c47;return(function(){const _0xaa4727=_0x5c47;var _0x113cf0=_0x26e5b8,_0x5a5ddc=_0x113cf0[_0xaa4727(0x4b5)],_0x4bbeb7=_0x5a5ddc[_0xaa4727(0x1da)],_0x560e65=_0x113cf0['algo'],_0x5884b7=[],_0x235789=[],_0x39e561=[],_0x22f2ab=[],_0x1f77e0=[],_0x409a08=[],_0x25abce=[],_0x349981=[],_0x279f11=[],_0x575271=[];(function(){for(var _0x586dcc=[],_0x311ffb=0x0;_0x311ffb<0x100;_0x311ffb++)_0x311ffb<0x80?_0x586dcc[_0x311ffb]=_0x311ffb<<0x1:_0x586dcc[_0x311ffb]=_0x311ffb<<0x1^0x11b;for(var _0x47da26=0x0,_0x270711=0x0,_0x311ffb=0x0;_0x311ffb<0x100;_0x311ffb++){var _0x428173=_0x270711^_0x270711<<0x1^_0x270711<<0x2^_0x270711<<0x3^_0x270711<<0x4;_0x428173=_0x428173>>>0x8^_0x428173&0xff^0x63,_0x5884b7[_0x47da26]=_0x428173,_0x235789[_0x428173]=_0x47da26;var _0x299d51=_0x586dcc[_0x47da26],_0x382878=_0x586dcc[_0x299d51],_0xcc617a=_0x586dcc[_0x382878],_0x4be7de=_0x586dcc[_0x428173]*0x101^_0x428173*0x1010100;_0x39e561[_0x47da26]=_0x4be7de<<0x18|_0x4be7de>>>0x8,_0x22f2ab[_0x47da26]=_0x4be7de<<0x10|_0x4be7de>>>0x10,_0x1f77e0[_0x47da26]=_0x4be7de<<0x8|_0x4be7de>>>0x18,_0x409a08[_0x47da26]=_0x4be7de;var _0x4be7de=_0xcc617a*0x1010101^_0x382878*0x10001^_0x299d51*0x101^_0x47da26*0x1010100;_0x25abce[_0x428173]=_0x4be7de<<0x18|_0x4be7de>>>0x8,_0x349981[_0x428173]=_0x4be7de<<0x10|_0x4be7de>>>0x10,_0x279f11[_0x428173]=_0x4be7de<<0x8|_0x4be7de>>>0x18,_0x575271[_0x428173]=_0x4be7de,_0x47da26?(_0x47da26=_0x299d51^_0x586dcc[_0x586dcc[_0x586dcc[_0xcc617a^_0x299d51]]],_0x270711^=_0x586dcc[_0x586dcc[_0x270711]]):_0x47da26=_0x270711=0x1;}}());var _0x38f8a8=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x38857d=_0x560e65[_0xaa4727(0x11e)]=_0x4bbeb7[_0xaa4727(0x310)]({'_doReset':function(){const _0x260121=_0xaa4727;var _0x112acd;if(!(this[_0x260121(0x4dc)]&&this[_0x260121(0x29e)]===this[_0x260121(0x1fd)])){for(var _0x5ae8a9=this[_0x260121(0x29e)]=this['_key'],_0x485a03=_0x5ae8a9['words'],_0x5b5670=_0x5ae8a9[_0x260121(0x1cf)]/0x4,_0x2bce27=this[_0x260121(0x4dc)]=_0x5b5670+0x6,_0x8da309=(_0x2bce27+0x1)*0x4,_0x26403b=this[_0x260121(0x191)]=[],_0x18a005=0x0;_0x18a005<_0x8da309;_0x18a005++)_0x18a005<_0x5b5670?_0x26403b[_0x18a005]=_0x485a03[_0x18a005]:(_0x112acd=_0x26403b[_0x18a005-0x1],_0x18a005%_0x5b5670?_0x5b5670>0x6&&_0x18a005%_0x5b5670==0x4&&(_0x112acd=_0x5884b7[_0x112acd>>>0x18]<<0x18|_0x5884b7[_0x112acd>>>0x10&0xff]<<0x10|_0x5884b7[_0x112acd>>>0x8&0xff]<<0x8|_0x5884b7[_0x112acd&0xff]):(_0x112acd=_0x112acd<<0x8|_0x112acd>>>0x18,_0x112acd=_0x5884b7[_0x112acd>>>0x18]<<0x18|_0x5884b7[_0x112acd>>>0x10&0xff]<<0x10|_0x5884b7[_0x112acd>>>0x8&0xff]<<0x8|_0x5884b7[_0x112acd&0xff],_0x112acd^=_0x38f8a8[_0x18a005/_0x5b5670|0x0]<<0x18),_0x26403b[_0x18a005]=_0x26403b[_0x18a005-_0x5b5670]^_0x112acd);for(var _0x5082e8=this[_0x260121(0x320)]=[],_0x282bf3=0x0;_0x282bf3<_0x8da309;_0x282bf3++){var _0x18a005=_0x8da309-_0x282bf3;if(_0x282bf3%0x4)var _0x112acd=_0x26403b[_0x18a005];else var _0x112acd=_0x26403b[_0x18a005-0x4];_0x282bf3<0x4||_0x18a005<=0x4?_0x5082e8[_0x282bf3]=_0x112acd:_0x5082e8[_0x282bf3]=_0x25abce[_0x5884b7[_0x112acd>>>0x18]]^_0x349981[_0x5884b7[_0x112acd>>>0x10&0xff]]^_0x279f11[_0x5884b7[_0x112acd>>>0x8&0xff]]^_0x575271[_0x5884b7[_0x112acd&0xff]];}}},'encryptBlock':function(_0x23b934,_0x4dfb02){const _0x24a402=_0xaa4727;this[_0x24a402(0xf2)](_0x23b934,_0x4dfb02,this[_0x24a402(0x191)],_0x39e561,_0x22f2ab,_0x1f77e0,_0x409a08,_0x5884b7);},'decryptBlock':function(_0x524019,_0x5051e8){const _0x25e4af=_0xaa4727;var _0x46a31f=_0x524019[_0x5051e8+0x1];_0x524019[_0x5051e8+0x1]=_0x524019[_0x5051e8+0x3],_0x524019[_0x5051e8+0x3]=_0x46a31f,this[_0x25e4af(0xf2)](_0x524019,_0x5051e8,this[_0x25e4af(0x320)],_0x25abce,_0x349981,_0x279f11,_0x575271,_0x235789);var _0x46a31f=_0x524019[_0x5051e8+0x1];_0x524019[_0x5051e8+0x1]=_0x524019[_0x5051e8+0x3],_0x524019[_0x5051e8+0x3]=_0x46a31f;},'_doCryptBlock':function(_0x3b6ba5,_0x3ffa51,_0x3c246e,_0x14bd16,_0x458ef9,_0x493942,_0x5d302a,_0xc49ff9){for(var _0x2ca822=this['_nRounds'],_0x4445d9=_0x3b6ba5[_0x3ffa51]^_0x3c246e[0x0],_0x52fa81=_0x3b6ba5[_0x3ffa51+0x1]^_0x3c246e[0x1],_0x26bca6=_0x3b6ba5[_0x3ffa51+0x2]^_0x3c246e[0x2],_0x120b83=_0x3b6ba5[_0x3ffa51+0x3]^_0x3c246e[0x3],_0xf4438d=0x4,_0x99b4a4=0x1;_0x99b4a4<_0x2ca822;_0x99b4a4++){var _0x3a9e8a=_0x14bd16[_0x4445d9>>>0x18]^_0x458ef9[_0x52fa81>>>0x10&0xff]^_0x493942[_0x26bca6>>>0x8&0xff]^_0x5d302a[_0x120b83&0xff]^_0x3c246e[_0xf4438d++],_0x556b03=_0x14bd16[_0x52fa81>>>0x18]^_0x458ef9[_0x26bca6>>>0x10&0xff]^_0x493942[_0x120b83>>>0x8&0xff]^_0x5d302a[_0x4445d9&0xff]^_0x3c246e[_0xf4438d++],_0x1463ed=_0x14bd16[_0x26bca6>>>0x18]^_0x458ef9[_0x120b83>>>0x10&0xff]^_0x493942[_0x4445d9>>>0x8&0xff]^_0x5d302a[_0x52fa81&0xff]^_0x3c246e[_0xf4438d++],_0x4c779a=_0x14bd16[_0x120b83>>>0x18]^_0x458ef9[_0x4445d9>>>0x10&0xff]^_0x493942[_0x52fa81>>>0x8&0xff]^_0x5d302a[_0x26bca6&0xff]^_0x3c246e[_0xf4438d++];_0x4445d9=_0x3a9e8a,_0x52fa81=_0x556b03,_0x26bca6=_0x1463ed,_0x120b83=_0x4c779a;}var _0x3a9e8a=(_0xc49ff9[_0x4445d9>>>0x18]<<0x18|_0xc49ff9[_0x52fa81>>>0x10&0xff]<<0x10|_0xc49ff9[_0x26bca6>>>0x8&0xff]<<0x8|_0xc49ff9[_0x120b83&0xff])^_0x3c246e[_0xf4438d++],_0x556b03=(_0xc49ff9[_0x52fa81>>>0x18]<<0x18|_0xc49ff9[_0x26bca6>>>0x10&0xff]<<0x10|_0xc49ff9[_0x120b83>>>0x8&0xff]<<0x8|_0xc49ff9[_0x4445d9&0xff])^_0x3c246e[_0xf4438d++],_0x1463ed=(_0xc49ff9[_0x26bca6>>>0x18]<<0x18|_0xc49ff9[_0x120b83>>>0x10&0xff]<<0x10|_0xc49ff9[_0x4445d9>>>0x8&0xff]<<0x8|_0xc49ff9[_0x52fa81&0xff])^_0x3c246e[_0xf4438d++],_0x4c779a=(_0xc49ff9[_0x120b83>>>0x18]<<0x18|_0xc49ff9[_0x4445d9>>>0x10&0xff]<<0x10|_0xc49ff9[_0x52fa81>>>0x8&0xff]<<0x8|_0xc49ff9[_0x26bca6&0xff])^_0x3c246e[_0xf4438d++];_0x3b6ba5[_0x3ffa51]=_0x3a9e8a,_0x3b6ba5[_0x3ffa51+0x1]=_0x556b03,_0x3b6ba5[_0x3ffa51+0x2]=_0x1463ed,_0x3b6ba5[_0x3ffa51+0x3]=_0x4c779a;},'keySize':0x100/0x20});_0x113cf0[_0xaa4727(0x11e)]=_0x4bbeb7[_0xaa4727(0xd1)](_0x38857d);}()),_0x26e5b8[_0x1eae9e(0x11e)];}));}(_0x57ce2a));var _0x21ab88=_0x57ce2a[_0x4ffe42(0x4cc)];const _0x83fbb0=_0x5c0aed(_0x21ab88);var _0x4f8409=_0x12ac0e();const _0x349b24=_0x5c0aed(_0x4f8409);var _0x3de6dd={'exports':{}};(function(_0x38612a,_0x27de5f){(function(_0x251429,_0x183e06){const _0x47b700=_0x5c47;_0x38612a[_0x47b700(0x4cc)]=_0x183e06(_0x31c257());}(_0x3c5640,function(_0x32afde){return _0x32afde['enc']['Utf8'];}));}(_0x3de6dd));var _0x20cb0b=_0x3de6dd[_0x4ffe42(0x4cc)];const _0x49c02d=_0x5c0aed(_0x20cb0b);var _0x574b1b={'exports':{}};(function(_0x1936f2,_0x516815){(function(_0x1dad96,_0x40863c){const _0x43b6c2=_0x5c47;_0x1936f2[_0x43b6c2(0x4cc)]=_0x40863c(_0x31c257());}(_0x3c5640,function(_0x34ac1f){const _0x4a46cb=_0x5c47;return(function(){const _0xa9b854=_0x5c47;if(typeof ArrayBuffer==_0xa9b854(0x1f4)){var _0x25afbc=_0x34ac1f,_0x37811e=_0x25afbc[_0xa9b854(0x4b5)],_0x169410=_0x37811e[_0xa9b854(0x2be)],_0x51e9aa=_0x169410[_0xa9b854(0x30d)],_0x28a217=_0x169410['init']=function(_0x950c49){const _0xbdc57f=_0xa9b854;if(_0x950c49 instanceof ArrayBuffer&&(_0x950c49=new Uint8Array(_0x950c49)),(_0x950c49 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x950c49 instanceof Uint8ClampedArray||_0x950c49 instanceof Int16Array||_0x950c49 instanceof Uint16Array||_0x950c49 instanceof Int32Array||_0x950c49 instanceof Uint32Array||_0x950c49 instanceof Float32Array||_0x950c49 instanceof Float64Array)&&(_0x950c49=new Uint8Array(_0x950c49[_0xbdc57f(0x43f)],_0x950c49[_0xbdc57f(0x1d8)],_0x950c49[_0xbdc57f(0x1cd)])),_0x950c49 instanceof Uint8Array){for(var _0x24f82d=_0x950c49[_0xbdc57f(0x1cd)],_0x29719b=[],_0x4f05f7=0x0;_0x4f05f7<_0x24f82d;_0x4f05f7++)_0x29719b[_0x4f05f7>>>0x2]|=_0x950c49[_0x4f05f7]<<0x18-_0x4f05f7%0x4*0x8;_0x51e9aa['call'](this,_0x29719b,_0x24f82d);}else _0x51e9aa[_0xbdc57f(0x10a)](this,arguments);};_0x28a217[_0xa9b854(0x484)]=_0x169410;}}()),_0x34ac1f[_0x4a46cb(0x4b5)][_0x4a46cb(0x2be)];}));}(_0x574b1b));var _0x3de4c5=_0x574b1b[_0x4ffe42(0x4cc)];const _0x48d4c8=_0x5c0aed(_0x3de4c5);var _0x2ae94b={'exports':{}};(function(_0x472fbd,_0x5bb38f){(function(_0x1f5850,_0x1cc5e9,_0x11023e){_0x472fbd['exports']=_0x1cc5e9(_0x31c257(),_0x47c583());}(_0x3c5640,function(_0x53cbcc){const _0x228971=_0x5c47;return _0x53cbcc[_0x228971(0x24e)][_0x228971(0x4d0)]={'pad':function(){},'unpad':function(){}},_0x53cbcc['pad']['NoPadding'];}));}(_0x2ae94b));var _0xe2c461=_0x2ae94b[_0x4ffe42(0x4cc)];const _0x11ec67=_0x5c0aed(_0xe2c461);function _0xbdfa8f(_0x16f2df,_0x582488){const _0x5bab35=_0x4ffe42,_0x5e30d2=_0x582488-_0x16f2df[_0x5bab35(0x331)]%_0x582488,_0x2d8beb=String[_0x5bab35(0x361)](_0x5e30d2)[_0x5bab35(0x28c)](_0x5e30d2);return _0x16f2df+_0x2d8beb;}function _0x5fa3f8(_0x57845a,_0x5c1e09){const _0x4738af=_0x4ffe42,_0x468756=_0x48d4c8[_0x4738af(0x121)](0x10),_0x5290b7=_0xbdfa8f(_0x57845a,0x10),_0x4684e4=_0x83fbb0[_0x4738af(0x18b)](_0x49c02d[_0x4738af(0x557)](_0x5290b7),_0x349b24[_0x4738af(0x557)](_0x5c1e09),{'iv':_0x468756,'padding':_0x11ec67});return _0x468756['concat'](_0x4684e4[_0x4738af(0x30f)])[_0x4738af(0x22c)](_0x349b24);}function _0x3929ec(){const _0x3436c0=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)['__Key__'];if(_0x3436c0){const _0x563e2c={'time':Math['floor'](Date['now']()/0x3e8),'domain':location['hostname']};return _0x5fa3f8(JSON['stringify'](_0x563e2c),_0x3436c0);}}var _0xf14be2=Object['defineProperty'],_0x27ac5c=Object[_0x4ffe42(0x25d)],_0x1f7c69=(_0x2c7831,_0x4eca83,_0x25e02a,_0x1f2b7d)=>{const _0x5dec02=_0x4ffe42;for(var _0x3c63b8=_0x1f2b7d>0x1?void 0x0:_0x1f2b7d?_0x27ac5c(_0x4eca83,_0x25e02a):_0x4eca83,_0x5d8db3=_0x2c7831[_0x5dec02(0x331)]-0x1,_0x5ac8bd;_0x5d8db3>=0x0;_0x5d8db3--)(_0x5ac8bd=_0x2c7831[_0x5d8db3])&&(_0x3c63b8=(_0x1f2b7d?_0x5ac8bd(_0x4eca83,_0x25e02a,_0x3c63b8):_0x5ac8bd(_0x3c63b8))||_0x3c63b8);return _0x1f2b7d&&_0x3c63b8&&_0xf14be2(_0x4eca83,_0x25e02a,_0x3c63b8),_0x3c63b8;},_0x3767cf=(_0x3402de,_0x3c6de9)=>(_0x9900a7,_0x5bb9f2)=>_0x3c6de9(_0x9900a7,_0x5bb9f2,_0x3402de);let _0x365579=class{constructor(_0x5c05db){const _0x268f05=_0x4ffe42;this[_0x268f05(0x2d6)]=_0x5c05db,this[_0x268f05(0x4bb)]();}['_initRequestHeader'](){const _0x5854ce=_0x4ffe42;this[_0x5854ce(0x2d6)][_0x5854ce(0x1c3)]({'interceptor':(_0x4168d6,_0x415ac9)=>{const _0x29a899=_0x5854ce,_0x13e3b0=_0x4168d6[_0x29a899(0x9a)],_0xff19c1=_0x3929ec();return _0xff19c1&&_0x13e3b0['set'](_0x29a899(0x337),_0xff19c1),_0x415ac9(_0x4168d6);}});}};_0x365579=_0x1f7c69([_0x3767cf(0x0,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x23d)]))],_0x365579);var _0x1bd2c8=Object['defineProperty'],_0x5a6f9d=Object[_0x4ffe42(0x25d)],_0x1bd588=(_0x266e51,_0xb0146d,_0xd64cf8,_0x394b11)=>{const _0x39a038=_0x4ffe42;for(var _0x39f8cf=_0x394b11>0x1?void 0x0:_0x394b11?_0x5a6f9d(_0xb0146d,_0xd64cf8):_0xb0146d,_0x185f74=_0x266e51[_0x39a038(0x331)]-0x1,_0x471059;_0x185f74>=0x0;_0x185f74--)(_0x471059=_0x266e51[_0x185f74])&&(_0x39f8cf=(_0x394b11?_0x471059(_0xb0146d,_0xd64cf8,_0x39f8cf):_0x471059(_0x39f8cf))||_0x39f8cf);return _0x394b11&&_0x39f8cf&&_0x1bd2c8(_0xb0146d,_0xd64cf8,_0x39f8cf),_0x39f8cf;},_0x42d6f4=(_0x5a84eb,_0x5f19db)=>(_0x29c7a7,_0x496837)=>_0x5f19db(_0x29c7a7,_0x496837,_0x5a84eb);const _0x4f5f13=[_0x4ffe42(0x4a5),_0x4ffe42(0x35d),_0x4ffe42(0x3d7),_0x4ffe42(0xd5),_0x4ffe42(0xd6)],_0x411d06=0x5*0x400*0x400,_0xd96fc7='EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY',_0x20a61c='/universer-api/stream/file/upload',_0x2bd860=_0x4ffe42(0x493),_0x3b835e='/universer-api/file/{fileID}/sign-url';_0x2a808c[_0x4ffe42(0xa2)]=class{constructor(_0xa88070,_0xf7f190,_0x41baf6){const _0x19d4ed=_0x4ffe42;_0x2a6f44(this,_0x19d4ed(0x1f9),0x0),_0x2a6f44(this,_0x19d4ed(0x551),new _0x4984e3[(_0x19d4ed(0x542))]()),_0x2a6f44(this,_0x19d4ed(0xef),this[_0x19d4ed(0x551)]),_0x2a6f44(this,_0x19d4ed(0x400),new Map()),(this[_0x19d4ed(0x2d6)]=_0xa88070,this[_0x19d4ed(0x3c4)]=_0xf7f190,this[_0x19d4ed(0x128)]=_0x41baf6);}['setWaitCount'](_0x1622be){const _0x1d157a=_0x4ffe42;this[_0x1d157a(0x1f9)]=_0x1622be,this[_0x1d157a(0x551)][_0x1d157a(0x17f)](_0x1622be);}[_0x4ffe42(0x265)](_0x4e3cac,_0x523d3d){const _0x41489f=_0x4ffe42;if(_0x523d3d===_0x4c06c4['ImageSourceType']['BASE64']){const _0xd54522=new Image();return _0xd54522['src']=_0x4e3cac,_0xd54522;}return this['_imageSourceCache'][_0x41489f(0xce)](_0x4e3cac);}[_0x4ffe42(0xb9)](_0x3aa9fb,_0x6ead25,_0x54fb49){const _0xd1c697=_0x4ffe42;_0x6ead25===_0x4c06c4[_0xd1c697(0x4cf)][_0xd1c697(0x543)]||_0x54fb49==null||this['_imageSourceCache'][_0xd1c697(0x53b)](_0x3aa9fb,_0x54fb49);}async[_0x4ffe42(0x3c7)](_0x5963b8){const _0x4a73c8=_0x4ffe42;try{const _0x409e6f=this[_0x4a73c8(0x1d7)](this[_0x4a73c8(0xf8)](),''+_0x5963b8),_0x5ecf16=(await this[_0x4a73c8(0x2d6)]['get'](_0x409e6f))[_0x4a73c8(0x232)];if(_0x5ecf16['error']&&_0x5ecf16['error'][_0x4a73c8(0x2c2)]===_0x2dcc07['OK']){const _0x3d89ae=new URL(_0x5ecf16[_0x4a73c8(0x555)],this[_0x4a73c8(0x42f)]())[_0x4a73c8(0x22c)]();return Promise['resolve'](_0x3d89ae);}return Promise[_0x4a73c8(0x1d3)](_0x5ecf16[_0x4a73c8(0x330)]);}catch(_0xe256b8){return Promise[_0x4a73c8(0x1d3)](_0xe256b8);}}async[_0x4ffe42(0x473)](_0x221ec7){const _0x3314aa=_0x4ffe42;let _0x3a8257='';if(!_0x4f5f13[_0x3314aa(0x243)](_0x221ec7[_0x3314aa(0x535)]))return this[_0x3314aa(0x219)](),Promise[_0x3314aa(0x1d3)](new Error(_0x4c06c4[_0x3314aa(0x345)][_0x3314aa(0x166)]));if(_0x221ec7[_0x3314aa(0x215)]>_0x411d06)return this['_decreaseWaiting'](),Promise[_0x3314aa(0x1d3)](new Error(_0x4c06c4[_0x3314aa(0x345)][_0x3314aa(0x238)]));try{const _0x4f9931=new FormData();_0x4f9931[_0x3314aa(0x8a)]('file',_0x221ec7);const _0x10eb6b=this[_0x3314aa(0x128)][_0x3314aa(0x326)](),_0x5189a0=_0x10eb6b==null?void 0x0:_0x10eb6b['getUnitId']();if(!_0x5189a0)throw new Error(_0x3314aa(0x554));const _0x435428=this[_0x3314aa(0x447)]()+_0x3314aa(0x282)+_0x221ec7[_0x3314aa(0x215)][_0x3314aa(0x22c)]()+_0x3314aa(0x137)+_0xc6f01[_0x3314aa(0x4a7)]+'&assign='+encodeURIComponent(_0x5189a0),_0x221378=await(await fetch(_0x435428,{'method':_0x3314aa(0x1db),'body':_0x4f9931}))['json']();if(typeof _0x221378[_0x3314aa(0x2f6)]!=_0x3314aa(0x380))return this[_0x3314aa(0x219)](),Promise[_0x3314aa(0x1d3)](new Error(_0x4c06c4[_0x3314aa(0x345)][_0x3314aa(0x36b)]));_0x3a8257=_0x221378[_0x3314aa(0x2f6)];}catch{return this[_0x3314aa(0x219)](),Promise[_0x3314aa(0x1d3)](new Error(_0x4c06c4[_0x3314aa(0x345)][_0x3314aa(0x36b)]));}return new Promise((_0x4058d8,_0x596fce)=>{const _0x491aa6=_0x3314aa,_0x29a00f=new FileReader();_0x29a00f[_0x491aa6(0x4ef)](_0x221ec7),_0x29a00f[_0x491aa6(0x3ac)]=_0x4f3e94=>{const _0x21738a=_0x491aa6;var _0x278d8b;const _0x4896eb=(_0x278d8b=_0x4f3e94[_0x21738a(0x4ba)])==null?void 0x0:_0x278d8b[_0x21738a(0x3fa)];if(_0x4896eb==null){this[_0x21738a(0x219)](),_0x596fce(new Error(_0x4c06c4[_0x21738a(0x345)]['ERROR_IMAGE']));return;}const _0x412704=_0xed312c[_0x21738a(0xd3)][_0x21738a(0x122)](0x6);_0x4058d8({'imageId':_0x412704,'imageSourceType':_0x4c06c4[_0x21738a(0x4cf)][_0x21738a(0x450)],'source':_0x3a8257,'base64Cache':_0x4896eb,'status':_0x4c06c4[_0x21738a(0x345)]['SUCCUSS']}),this[_0x21738a(0x219)]();};});}[_0x4ffe42(0x447)](){const _0x45abc4=_0x4ffe42;var _0x18d74b,_0x3d733a;const _0x3d48f4=this[_0x45abc4(0x3c4)][_0x45abc4(0x389)](_0xd96fc7),_0x13dbe7=this[_0x45abc4(0x3c4)][_0x45abc4(0x389)](_0x230b60);return(_0x3d733a=(_0x18d74b=_0x13dbe7==null?void 0x0:_0x13dbe7[_0x45abc4(0x296)])!=null?_0x18d74b:_0x3d48f4)!=null?_0x3d733a:_0x20a61c;}[_0x4ffe42(0xf8)](){const _0x5f0425=_0x4ffe42;var _0x6268d3,_0x1989ca;const _0x65bdec=this['_configService'][_0x5f0425(0x389)](_0x2bd860),_0x296843=this[_0x5f0425(0x3c4)]['getConfig'](_0x230b60);return(_0x1989ca=(_0x6268d3=_0x296843==null?void 0x0:_0x296843[_0x5f0425(0x4b6)])!=null?_0x6268d3:_0x65bdec)!=null?_0x1989ca:_0x3b835e;}[_0x4ffe42(0x42f)](){const _0xf07099=_0x4ffe42;var _0x184176;const _0x47a185=this[_0xf07099(0x3c4)][_0xf07099(0x389)](_0x230b60);return(_0x184176=_0x47a185==null?void 0x0:_0x47a185[_0xf07099(0x3fd)])!=null?_0x184176:location['origin'];}[_0x4ffe42(0x1d7)](_0x25de6e,_0x1e8ad2){const _0x2b0a9e=_0x4ffe42;return _0x25de6e['replace'](_0x2b0a9e(0x260),_0x1e8ad2);}['_decreaseWaiting'](){const _0x344ac8=_0x4ffe42;this[_0x344ac8(0x1f9)]-=0x1,this['_change$'][_0x344ac8(0x17f)](this[_0x344ac8(0x1f9)]);}},_0x2a808c[_0x4ffe42(0xa2)]=_0x1bd588([_0x42d6f4(0x0,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x23d)])),_0x42d6f4(0x1,_0xed312c[_0x4ffe42(0x3a8)]),_0x42d6f4(0x2,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x99)]))],_0x2a808c['ImageIoService']);var _0xeea843=Object[_0x4ffe42(0x52a)],_0x24ef88=Object[_0x4ffe42(0x25d)],_0x2c04d5=(_0x5a671a,_0x43d891,_0x13fddf,_0x3a212c)=>{for(var _0x3de7b5=_0x3a212c>0x1?void 0x0:_0x3a212c?_0x24ef88(_0x43d891,_0x13fddf):_0x43d891,_0x275fa4=_0x5a671a['length']-0x1,_0x474d64;_0x275fa4>=0x0;_0x275fa4--)(_0x474d64=_0x5a671a[_0x275fa4])&&(_0x3de7b5=(_0x3a212c?_0x474d64(_0x43d891,_0x13fddf,_0x3de7b5):_0x474d64(_0x3de7b5))||_0x3de7b5);return _0x3a212c&&_0x3de7b5&&_0xeea843(_0x43d891,_0x13fddf,_0x3de7b5),_0x3de7b5;},_0x46f1d3=(_0x5bc0eb,_0x22449a)=>(_0x483277,_0x3a5226)=>_0x22449a(_0x483277,_0x3a5226,_0x5bc0eb);let _0x3b7774=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x35280a,_0x43f560,_0x24b1d1,_0x266caa,_0x2ff954){const _0x39e3fd=_0x4ffe42;super(),this[_0x39e3fd(0x388)]=_0x35280a,this[_0x39e3fd(0x128)]=_0x43f560,this[_0x39e3fd(0x44d)]=_0x24b1d1,this[_0x39e3fd(0x3b8)]=_0x266caa,this[_0x39e3fd(0x464)]=_0x2ff954,this[_0x39e3fd(0x3b0)](),this[_0x39e3fd(0x257)]();}[_0x4ffe42(0x257)](){const _0x5082ae=_0x4ffe42,_0xa69c04=async _0x12e289=>{const _0x4ec087=_0x5c47;(await this[_0x4ec087(0x3b8)][_0x4ec087(0x2ab)](_0x12e289))[_0x4ec087(0x41f)]['pipe'](_0x477442[_0x4ec087(0x373)](_0x4cebe8=>_0x4cebe8[_0x4ec087(0x2cb)]===_0x2db012['CollaborationEvent'][_0x4ec087(0x383)]),_0x477442[_0x4ec087(0x203)](this[_0x4ec087(0x32d)]))[_0x4ec087(0x51f)](_0x3c5871=>{const _0x598e20=_0x4ec087,_0x57b924=_0x3c5871,{reason:_0x87e2e1}=_0x57b924[_0x598e20(0x2a6)];this[_0x598e20(0x388)][_0x598e20(0xce)](_0x16dea4[_0x598e20(0x441)])[_0x598e20(0x309)]({'type':_0x3d1593[_0x598e20(0x503)][_0x598e20(0x1ce)],'content':this['_localeService']['t'](_0x598e20(0xb8))+'('+_0x87e2e1+')'}),this[_0x598e20(0x44d)][_0x598e20(0x92)](new _0x3c9e4d[(_0x598e20(0x51b))](_0x12e289)['id'],!0x1),this['_collaborationSessionService'][_0x598e20(0x2b5)](_0x12e289);});};_0x4984e3[_0x5082ae(0x500)](this[_0x5082ae(0x128)][_0x5082ae(0x4c2)](_0xed312c['UniverInstanceType']['UNIVER_SHEET']),this[_0x5082ae(0x128)][_0x5082ae(0x4c2)](_0xed312c[_0x5082ae(0x230)][_0x5082ae(0x515)]))[_0x5082ae(0x556)](_0x477442[_0x5082ae(0x4b2)](_0x51194d=>_0x51194d[_0x5082ae(0x448)]()),_0x477442[_0x5082ae(0x373)](_0x2111a6=>!_0xed312c[_0x5082ae(0x43c)](_0x2111a6)),_0x477442['takeUntil'](this['dispose$']))['subscribe'](_0x5ec2c3=>{_0xa69c04(_0x5ec2c3);});}[_0x4ffe42(0x3b0)](){const _0x5b4f67=_0x4ffe42,_0x5c11c4=async _0x16b3c7=>{const _0x227590=_0x5c47;(await this['_collaborationSessionService'][_0x227590(0x2ab)](_0x16b3c7))[_0x227590(0x41f)][_0x227590(0x556)](_0x477442[_0x227590(0x373)](_0x336b27=>_0x336b27[_0x227590(0x2cb)]===_0x2db012[_0x227590(0x329)][_0x227590(0xec)]),_0x477442[_0x227590(0x203)](this[_0x227590(0x32d)]))[_0x227590(0x51f)](_0x2f811d=>{const _0x195ddf=_0x227590,_0x19d6a4=_0x2f811d,{objectId:_0x551410}=_0x19d6a4[_0x195ddf(0x2a6)],_0x3f4546=this[_0x195ddf(0x388)][_0x195ddf(0xce)](_0x4d0e53[_0x195ddf(0x4e3)]);_0x551410===_0x16b3c7?_0x3f4546[_0x195ddf(0x4da)](_0x16b3c7):_0x3f4546[_0x195ddf(0x17b)](_0x16b3c7,_0x551410);});};_0x4984e3[_0x5b4f67(0x500)](this[_0x5b4f67(0x128)]['getTypeOfUnitAdded$'](_0xed312c['UniverInstanceType'][_0x5b4f67(0x3f5)]),this[_0x5b4f67(0x128)][_0x5b4f67(0x4c2)](_0xed312c[_0x5b4f67(0x230)][_0x5b4f67(0x515)]))['pipe'](_0x477442[_0x5b4f67(0x4b2)](_0x124b62=>_0x124b62[_0x5b4f67(0x448)]()),_0x477442['filter'](_0x21e667=>!_0xed312c[_0x5b4f67(0x43c)](_0x21e667)),_0x477442['takeUntil'](this[_0x5b4f67(0x32d)]))[_0x5b4f67(0x51f)](_0x10b6da=>{_0x5c11c4(_0x10b6da);});}};_0x3b7774=_0x2c04d5([_0x46f1d3(0x0,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0x399)])),_0x46f1d3(0x1,_0xed312c[_0x4ffe42(0x99)]),_0x46f1d3(0x2,_0xed312c[_0x4ffe42(0xf0)]),_0x46f1d3(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c['CollaborationSessionService'])),_0x46f1d3(0x4,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)]))],_0x3b7774);var _0x12538c=Object[_0x4ffe42(0x52a)],_0x372115=Object[_0x4ffe42(0x25d)],_0x4477cc=(_0x3cb50d,_0x1e90c7,_0x16ad2b,_0xc5840c)=>{const _0x44b433=_0x4ffe42;for(var _0x3bf33e=_0xc5840c>0x1?void 0x0:_0xc5840c?_0x372115(_0x1e90c7,_0x16ad2b):_0x1e90c7,_0x524ae2=_0x3cb50d[_0x44b433(0x331)]-0x1,_0x51dfaa;_0x524ae2>=0x0;_0x524ae2--)(_0x51dfaa=_0x3cb50d[_0x524ae2])&&(_0x3bf33e=(_0xc5840c?_0x51dfaa(_0x1e90c7,_0x16ad2b,_0x3bf33e):_0x51dfaa(_0x3bf33e))||_0x3bf33e);return _0xc5840c&&_0x3bf33e&&_0x12538c(_0x1e90c7,_0x16ad2b,_0x3bf33e),_0x3bf33e;},_0x3f258a=(_0x5c5cd7,_0x7adc4b)=>(_0x47cf00,_0x3704be)=>_0x7adc4b(_0x47cf00,_0x3704be,_0x5c5cd7);_0x2a808c[_0x4ffe42(0x4ca)]=class{constructor(_0x5cd24e,_0x3b17a8){const _0x2240c7=_0x4ffe42;this[_0x2240c7(0x3c4)]=_0x5cd24e,this['_httpService']=_0x3b17a8;}async[_0x4ffe42(0x205)](_0x56fc0f,_0x2be671){const _0x217f4b=_0x4ffe42;var _0x463fd0;const {unitID:_0x1cbf07,type:_0x19a8fa,revision:_0x3807ef=0x0}=_0x2be671,_0x545123=this['_getSnapshotAPIPrefix']()+'/'+_0x19a8fa+_0x217f4b(0x216)+_0x1cbf07+_0x217f4b(0x197)+_0x3807ef,_0x5210e2=(await this[_0x217f4b(0x2d6)]['get'](_0x545123))[_0x217f4b(0x232)],_0x5603f8=(_0x463fd0=_0x5210e2['snapshot'])==null?void 0x0:_0x463fd0[_0x217f4b(0x421)];if(_0x5603f8){const _0x5c1ff4=_0x5603f8==null?void 0x0:_0x5603f8[_0x217f4b(0x418)],_0x1ca6c5=_0x2db012[_0x217f4b(0x387)][_0x217f4b(0x308)](_0x2db012[_0x217f4b(0x3d4)](_0x5c1ff4));_0x5603f8['originalMeta']=_0x1ca6c5,Object['entries'](_0x5603f8[_0x217f4b(0x1d1)])[_0x217f4b(0x2e8)](([,_0x5e7a3a])=>{const _0xc2748d=_0x217f4b,_0x1d6298=_0x5e7a3a['originalMeta'],_0x34cafd=_0x2db012['textEncoder'][_0xc2748d(0x308)](_0x2db012[_0xc2748d(0x3d4)](_0x1d6298));_0x5e7a3a[_0xc2748d(0x418)]=_0x34cafd;});}return _0x5210e2;}async[_0x4ffe42(0x50a)](_0x59c7e0,_0x3ffecc){const _0x5ea880=_0x4ffe42,{unitID:_0x410bb0,type:_0x50bf3b,blockID:_0x476bf6}=_0x3ffecc,_0xf0943f=this[_0x5ea880(0x35b)]()+'/'+_0x50bf3b+_0x5ea880(0x216)+_0x410bb0+_0x5ea880(0x16e)+_0x476bf6;return(await this['_httpService'][_0x5ea880(0xce)](_0xf0943f))['body'];}async[_0x4ffe42(0x299)](_0x4b26ce,_0x3a4f10){const _0x4f33c9=_0x4ffe42,{unitID:_0x190761,type:_0x3f35eb,blockID:_0x526d16}=_0x3a4f10,_0x1e514f=this['_getAPIPrefix']()+_0x4f33c9(0x16e)+_0x3f35eb+_0x4f33c9(0x216)+_0x190761+_0x4f33c9(0x16e)+_0x526d16;return(await this[_0x4f33c9(0x2d6)][_0x4f33c9(0xce)](_0x1e514f))['body'];}async[_0x4ffe42(0x171)](_0x486116,_0x456ce7){const _0x4b490a=_0x4ffe42,{unitID:_0x5aef8e,type:_0x415033,from:_0x11846c,to:_0xe67a80}=_0x456ce7,_0x3ef856=this[_0x4b490a(0x35b)]()+'/'+_0x415033+_0x4b490a(0x216)+_0x5aef8e+_0x4b490a(0x2d1)+_0x11846c+_0x4b490a(0x46b)+_0xe67a80;return(await this[_0x4b490a(0x2d6)][_0x4b490a(0xce)](_0x3ef856))[_0x4b490a(0x232)];}[_0x4ffe42(0x19c)](){const _0x4735be=_0x4ffe42;var _0x3501ea;return(_0x3501ea=this['_configService'][_0x4735be(0x389)](_0x12a537))!=null?_0x3501ea:this['_getAPIPrefix']();}[_0x4ffe42(0x35b)](){const _0x1e6abb=_0x4ffe42;var _0xfb182f,_0x5b4328;const _0x520cb5=this[_0x1e6abb(0x3c4)][_0x1e6abb(0x389)](_0x4be4c8),_0x45bb5c=this[_0x1e6abb(0x3c4)][_0x1e6abb(0x389)](_0x230b60);return(_0x5b4328=(_0xfb182f=_0x45bb5c==null?void 0x0:_0x45bb5c[_0x1e6abb(0x3c2)])!=null?_0xfb182f:_0x520cb5)!=null?_0x5b4328:_0x1a73e8;}async[_0x4ffe42(0x2b1)](_0xf8d620,_0x1034fa){const _0x56d210=_0x4ffe42,_0x449c1c=_0x56d210(0x287)+_0x1034fa[_0x56d210(0x535)]+_0x56d210(0x216)+_0x1034fa['unitID']+'/resources';return(await this[_0x56d210(0x2d6)][_0x56d210(0xce)](_0x449c1c,{'params':{'resourceId':JSON[_0x56d210(0x346)](_0x1034fa[_0x56d210(0x36c)])}}))['body'];}['saveSnapshot'](){const _0x18c128=_0x4ffe42;throw new Error(_0x18c128(0x546));}[_0x4ffe42(0x1bc)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x4ffe42(0x4a3)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}['copyFileMeta'](){const _0x5ce2d7=_0x4ffe42;throw new Error(_0x5ce2d7(0x546));}[_0x4ffe42(0x1eb)](){const _0x1d9715=_0x4ffe42;throw new Error(_0x1d9715(0x546));}},_0x2a808c[_0x4ffe42(0x4ca)]=_0x4477cc([_0x3f258a(0x0,_0xed312c[_0x4ffe42(0x3a8)]),_0x3f258a(0x1,_0xed312c['Inject'](_0x582e36[_0x4ffe42(0x23d)]))],_0x2a808c[_0x4ffe42(0x4ca)]);var _0x2a80a2=Object[_0x4ffe42(0x52a)],_0x1d58d4=Object[_0x4ffe42(0x25d)],_0x277066=(_0x3cb73c,_0x4ede61,_0x20a93a,_0x49958b)=>{const _0x7017e0=_0x4ffe42;for(var _0x506b5b=_0x49958b>0x1?void 0x0:_0x49958b?_0x1d58d4(_0x4ede61,_0x20a93a):_0x4ede61,_0x4ced03=_0x3cb73c[_0x7017e0(0x331)]-0x1,_0x52572b;_0x4ced03>=0x0;_0x4ced03--)(_0x52572b=_0x3cb73c[_0x4ced03])&&(_0x506b5b=(_0x49958b?_0x52572b(_0x4ede61,_0x20a93a,_0x506b5b):_0x52572b(_0x506b5b))||_0x506b5b);return _0x49958b&&_0x506b5b&&_0x2a80a2(_0x4ede61,_0x20a93a,_0x506b5b),_0x506b5b;},_0x2633ff=(_0x3f369c,_0x2549dc)=>(_0x6749ef,_0xa70456)=>_0x2549dc(_0x6749ef,_0xa70456,_0x3f369c);let _0x2e37ae=class extends _0xed312c['LocalUndoRedoService']{constructor(_0x59c17e,_0x1b4a85,_0x35caba,_0x4d5dca,_0x1eaa82){const _0x7549bf=_0x4ffe42;super(_0x59c17e,_0x1b4a85,_0x35caba),this[_0x7549bf(0x2f8)]=_0x4d5dca,this['_logService']=_0x1eaa82;}[_0x4ffe42(0x248)](_0x50fefb,_0x207feb){const _0x41c94d=_0x4ffe42,_0x4af1dc=this[_0x41c94d(0x396)](_0x50fefb);if(_0x4af1dc)try{const _0x5490e1=this[_0x41c94d(0x437)](_0x4af1dc,_0x207feb);this['_substituteUndoStack'](_0x50fefb,_0x5490e1);}catch(_0x5b2603){this['_logService']['error']('[CollaborationUndoRedoService]',_0x5b2603),this[_0x41c94d(0x141)](_0x50fefb);}const _0x9c4a07=this[_0x41c94d(0x349)](_0x50fefb);if(_0x9c4a07)try{const _0x14445b=this['_transformStack'](_0x9c4a07,_0x207feb);this['_substituteRedoStack'](_0x50fefb,_0x14445b);}catch(_0x5bce22){this[_0x41c94d(0x155)][_0x41c94d(0x330)](_0x5bce22),this[_0x41c94d(0x149)](_0x50fefb);}}[_0x4ffe42(0x141)](_0x59b833){const _0x2b973c=_0x4ffe42,_0x1decb0=this['_getUndoStack'](_0x59b833);_0x1decb0&&(_0x1decb0[_0x2b973c(0x331)]=0x0,this['_updateStatus']());}['_clearRedo'](_0x58b5d9){const _0x260644=_0x4ffe42,_0x3e16da=this[_0x260644(0x349)](_0x58b5d9);_0x3e16da&&(_0x3e16da[_0x260644(0x331)]=0x0,this[_0x260644(0x1ee)]());}[_0x4ffe42(0x4ed)](_0x497f86,_0x5a2740){const _0xd5879b=_0x4ffe42;this[_0xd5879b(0x356)][_0xd5879b(0x53b)](_0x497f86,_0x5a2740),this['_updateStatus']();}[_0x4ffe42(0x463)](_0x556e09,_0x3a61c7){const _0x1d3313=_0x4ffe42;this[_0x1d3313(0x52c)]['set'](_0x556e09,_0x3a61c7),this['_updateStatus']();}[_0x4ffe42(0x437)](_0x2140b0,_0x5e82d8){const _0x14b1b7=_0x4ffe42,_0x1d794f=[];let _0x37f057=_0x5e82d8,_0x4f099a=_0x5e82d8;for(let _0xbbe8fa=_0x2140b0['length']-0x1;_0xbbe8fa>=0x0;_0xbbe8fa--){const {unitID:_0x203147,undoMutations:_0x363a83,redoMutations:_0x420bd9}=_0x2140b0[_0xbbe8fa],_0x500430=this[_0x14b1b7(0x2f8)]['transformMutationsWithChangeset'](_0x37f057,_0x363a83),_0x2a43f1=this[_0x14b1b7(0x2f8)][_0x14b1b7(0x245)](_0x4f099a,_0x420bd9);if(_0x2db012[_0x14b1b7(0x27e)](_0x500430)||_0x2db012[_0x14b1b7(0x27e)](_0x2a43f1)){this[_0x14b1b7(0x155)][_0x14b1b7(0x330)](_0x14b1b7(0xb4),_0x14b1b7(0x3af),_0x500430,_0x2a43f1);break;}_0x37f057=_0x500430['c1Prime'],_0x4f099a=_0x2a43f1[_0x14b1b7(0x363)],_0x1d794f[_0x14b1b7(0x3cc)]({'unitID':_0x203147,'undoMutations':_0x500430[_0x14b1b7(0x2d7)],'redoMutations':_0x2a43f1['m2Prime']});}return _0x1d794f[_0x14b1b7(0x453)]();}};_0x2e37ae=_0x277066([_0x2633ff(0x0,_0xed312c[_0x4ffe42(0x99)]),_0x2633ff(0x1,_0xed312c[_0x4ffe42(0x41e)]),_0x2633ff(0x2,_0xed312c[_0x4ffe42(0xa6)]),_0x2633ff(0x3,_0x2db012[_0x4ffe42(0x4f2)]),_0x2633ff(0x4,_0xed312c[_0x4ffe42(0x430)])],_0x2e37ae);class _0x24ccd9 extends _0xed312c['RxDisposable']{constructor(){const _0x18086e=_0x4ffe42;super(),_0x2a6f44(this,'urlChange$'),this['urlChange$']=_0x4984e3['fromEvent'](window,'popstate')[_0x18086e(0x556)](_0x4984e3[_0x18086e(0x203)](this[_0x18086e(0x32d)]),_0x4984e3[_0x18086e(0x41a)](0x1),_0x4984e3['mapTo'](void 0x0));}[_0x4ffe42(0x2d4)](_0x534cb4,_0x2a9a52,_0x151323=!0x1){const _0x4c7f6e=_0x4ffe42,_0x471da6=new URL(window[_0x4c7f6e(0x3dc)]['href']);_0x471da6[_0x4c7f6e(0x364)][_0x4c7f6e(0x53b)](_0x534cb4,_0x2a9a52),_0x151323?window[_0x4c7f6e(0x49b)][_0x4c7f6e(0x406)]('','',_0x471da6[_0x4c7f6e(0x22c)]()):window[_0x4c7f6e(0x49b)][_0x4c7f6e(0x385)]('','',_0x471da6[_0x4c7f6e(0x22c)]());}[_0x4ffe42(0x22a)](_0x39cf27,_0x4f31da=!0x1){const _0x57bba1=_0x4ffe42,_0x15a81c=new URL(window['location']['href']);_0x15a81c[_0x57bba1(0x364)][_0x57bba1(0x253)](_0x39cf27),_0x4f31da?window[_0x57bba1(0x49b)][_0x57bba1(0x406)]('','',_0x15a81c[_0x57bba1(0x22c)]()):window[_0x57bba1(0x49b)][_0x57bba1(0x385)]('','',_0x15a81c['toString']());}[_0x4ffe42(0x97)](_0x5e941e){const _0x5e50a2=_0x4ffe42;var _0x4fabeb;return(_0x4fabeb=new URL(window[_0x5e50a2(0x3dc)][_0x5e50a2(0xf7)])['searchParams'][_0x5e50a2(0xce)](_0x5e941e))!=null?_0x4fabeb:void 0x0;}}var _0x57be33=Object[_0x4ffe42(0x52a)],_0x3bacf0=Object[_0x4ffe42(0x25d)],_0x5294c4=(_0x3bd01b,_0x213331,_0x28ac3e)=>_0x213331 in _0x3bd01b?_0x57be33(_0x3bd01b,_0x213331,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x28ac3e}):_0x3bd01b[_0x213331]=_0x28ac3e,_0x243c00=(_0x27b0d0,_0x517bef,_0x1258a3,_0x56ae63)=>{const _0x2c13f9=_0x4ffe42;for(var _0x3afa0b=_0x56ae63>0x1?void 0x0:_0x56ae63?_0x3bacf0(_0x517bef,_0x1258a3):_0x517bef,_0x4eca09=_0x27b0d0[_0x2c13f9(0x331)]-0x1,_0x1b414e;_0x4eca09>=0x0;_0x4eca09--)(_0x1b414e=_0x27b0d0[_0x4eca09])&&(_0x3afa0b=(_0x56ae63?_0x1b414e(_0x517bef,_0x1258a3,_0x3afa0b):_0x1b414e(_0x3afa0b))||_0x3afa0b);return _0x56ae63&&_0x3afa0b&&_0x57be33(_0x517bef,_0x1258a3,_0x3afa0b),_0x3afa0b;},_0x4340d4=(_0x56c50,_0x5ca467)=>(_0xf989d4,_0x9b8397)=>_0x5ca467(_0xf989d4,_0x9b8397,_0x56c50),_0x1ad0eb=(_0x693ace,_0xfe7193,_0x51ecf9)=>_0x5294c4(_0x693ace,_0xfe7193+'',_0x51ecf9);const _0xeb9e2b=_0x4ffe42(0xdf);_0x2a808c[_0x4ffe42(0xf6)]=class extends _0xed312c[_0x4ffe42(0x12a)]{constructor(_0x412617=_0x223df4,_0x5ef029,_0x454005,_0x1dceb0,_0x564eac){const _0x30ccc2=_0x4ffe42;super(),this[_0x30ccc2(0x2bc)]=_0x412617,this[_0x30ccc2(0x155)]=_0x5ef029,this[_0x30ccc2(0x135)]=_0x454005,this[_0x30ccc2(0x388)]=_0x1dceb0,this[_0x30ccc2(0x3c4)]=_0x564eac;const {..._0x564931}=this[_0x30ccc2(0x2bc)];this[_0x30ccc2(0x3c4)]['setConfig'](_0x230b60,_0x564931);}[_0x4ffe42(0x47b)](){const _0x51152e=_0x4ffe42;this[_0x51152e(0x488)](),this['_initDependencies']();}['onReady'](){const _0x3a81c2=_0x4ffe42;_0xed312c[_0x3a81c2(0x180)](this['_injector'],[[_0x5caf54]]);}[_0x4ffe42(0x117)](){this['_registerRenderDependencies']();}['_registerDependencies'](){const _0x3cd727=_0x4ffe42;var _0x2e1664,_0x3acf4b,_0x2dc45e,_0x242bd2;this[_0x3cd727(0x388)]['has'](_0xed312c[_0x3cd727(0x255)])&&this[_0x3cd727(0x155)][_0x3cd727(0x330)]('[UniverCollaborationClientPlugin]',_0x3cd727(0x43e));const _0x5548d9=[[_0xed312c[_0x3cd727(0x255)],{'useClass':_0x2e37ae}],[_0x2a808c[_0x3cd727(0x2c7)]],[_0x38d257],[_0x388b03,{'useClass':_0x24ccd9}],[_0x2a808c[_0x3cd727(0xac)]],[_0x2a808c['LocalCacheService']],[_0x582e36[_0x3cd727(0x3d0)]],[_0x5c1d94],[_0xc766bf],[_0x16315d],[_0x2dd995],[_0x46e4d0],[_0x1485c7],[_0x365579],[_0x260e1f],[_0x3b7774],[_0x4226f5,{'useClass':(_0x3acf4b=(_0x2e1664=this[_0x3cd727(0x2bc)])==null?void 0x0:_0x2e1664[_0x3cd727(0x1c8)])!=null?_0x3acf4b:_0x2a808c[_0x3cd727(0x9b)]}],[_0x2db012[_0x3cd727(0x480)],{'useClass':_0x2a808c[_0x3cd727(0x4ca)]}],[_0xed312c[_0x3cd727(0x3ea)],{'useClass':_0x2a808c[_0x3cd727(0x48a)]}],[_0x4c06c4[_0x3cd727(0x51d)],{'useClass':_0x2a808c[_0x3cd727(0xa2)]}],[_0x2a808c[_0x3cd727(0x26c)]],[_0x2a808c[_0x3cd727(0x38a)]],[_0x2a808c[_0x3cd727(0x4ff)]],[_0x5caf54],[_0x3dd1e9]];(_0x2dc45e=this['_config'])!=null&&_0x2dc45e[_0x3cd727(0x343)]&&_0x5548d9[_0x3cd727(0x3cc)]([_0x29dcde,{'useClass':_0x2aacb6}]),_0xed312c[_0x3cd727(0x489)](this[_0x3cd727(0x388)],_0xed312c[_0x3cd727(0x4f0)](_0x5548d9,(_0x242bd2=this[_0x3cd727(0x2bc)])==null?void 0x0:_0x242bd2[_0x3cd727(0x1d2)]));}['_registerRenderDependencies'](){const _0x51c48f=_0x4ffe42;this[_0x51c48f(0x501)](this[_0x51c48f(0x135)][_0x51c48f(0x46f)](_0xed312c[_0x51c48f(0x230)]['UNIVER_DOC'],[_0x3d1184])),this[_0x51c48f(0x501)](this[_0x51c48f(0x135)][_0x51c48f(0x46f)](_0xed312c[_0x51c48f(0x230)][_0x51c48f(0x3f5)],[_0x5d166d]));}[_0x4ffe42(0x49d)](){const _0x3e454d=_0x4ffe42;var _0x3d30ff,_0x1cbbf4;this[_0x3e454d(0x388)][_0x3e454d(0xce)](_0x582e36[_0x3e454d(0x23d)])['registerHTTPInterceptor']({'priority':0x14,'interceptor':_0x582e36[_0x3e454d(0x32a)]({'maxParallel':0x6})}),(_0x3d30ff=this[_0x3e454d(0x2bc)])!=null&&_0x3d30ff[_0x3e454d(0x1a2)]||this[_0x3e454d(0x388)]['get'](_0x2a808c['LocalCacheService'])[_0x3e454d(0x38d)](),(_0x1cbbf4=this['_config'])!=null&&_0x1cbbf4['enableAuthServer']&&_0xed312c[_0x3e454d(0x180)](this[_0x3e454d(0x388)],[[_0x1485c7]]),_0xed312c[_0x3e454d(0x180)](this['_injector'],[[_0x365579],[_0x3dd1e9],[_0x2a808c[_0x3e454d(0x38a)]],[_0x2a808c[_0x3e454d(0x26c)]],[_0x2a808c[_0x3e454d(0x4ff)]],[_0x3b7774]]);}},_0x1ad0eb(_0x2a808c[_0x4ffe42(0xf6)],_0x4ffe42(0x16f),_0xeb9e2b),_0x2a808c['UniverCollaborationClientPlugin']=_0x243c00([_0xed312c[_0x4ffe42(0x9c)](_0x2db012[_0x4ffe42(0x371)],_0x582e36[_0x4ffe42(0x398)]),_0x4340d4(0x1,_0xed312c[_0x4ffe42(0x430)]),_0x4340d4(0x2,_0x100cea['IRenderManagerService']),_0x4340d4(0x3,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x4340d4(0x4,_0xed312c[_0x4ffe42(0x3a8)])],_0x2a808c[_0x4ffe42(0xf6)]),_0x2a808c[_0x4ffe42(0x226)]=_0x10a5d0,_0x2a808c[_0x4ffe42(0x211)]=_0x4f12c4,_0x2a808c[_0x4ffe42(0x4d8)]=_0x13e390,_0x2a808c[_0x4ffe42(0x409)]=_0x94e66b,_0x2a808c['CollaborationStatusDisplay']=_0x177882,_0x2a808c[_0x4ffe42(0x24a)]=_0x260e1f,_0x2a808c[_0x4ffe42(0x452)]=_0x5807fc,_0x2a808c['HEARTBEAT_TIMEOUT_KEY']=_0x58795d,_0x2a808c[_0x4ffe42(0x292)]=_0x4226f5,_0x2a808c['IURLService']=_0x388b03,_0x2a808c[_0x4ffe42(0x376)]=_0x176e42,_0x2a808c['LOGIN_URL_KEY']=_0x30db30,_0x2a808c[_0x4ffe42(0x332)]=_0xb7bb48,_0x2a808c[_0x4ffe42(0x522)]=_0x2c1ffd,_0x2a808c[_0x4ffe42(0x2ed)]=_0x4be4c8,_0x2a808c[_0x4ffe42(0x188)]=_0x12a537,_0x2a808c[_0x4ffe42(0x3ad)]=_0x1e0add,_0x2a808c[_0x4ffe42(0x290)]=_0x2acde2,_0x2a808c[_0x4ffe42(0x24d)]=_0x24ccd9,_0x2a808c[_0x4ffe42(0x54f)]=_0xf063bd,_0x2a808c[_0x4ffe42(0x280)]=_0x4f7192,Object[_0x4ffe42(0x52a)](_0x2a808c,Symbol[_0x4ffe42(0x131)],{'value':_0x4ffe42(0x4d5)});}));
|