@univerjs-pro/collaboration-client 0.5.1 → 0.5.2-nightly.202412281605

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/lib/cjs/facade.js +1 -0
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/fa-IR.js +1 -1
  5. package/lib/cjs/locale/fr-FR.js +1 -1
  6. package/lib/cjs/locale/ru-RU.js +1 -1
  7. package/lib/cjs/locale/vi-VN.js +1 -1
  8. package/lib/cjs/locale/zh-CN.js +1 -1
  9. package/lib/cjs/locale/zh-TW.js +1 -1
  10. package/lib/es/facade.js +1 -0
  11. package/lib/es/index.js +1 -1
  12. package/lib/es/locale/en-US.js +1 -1
  13. package/lib/es/locale/fa-IR.js +1 -1
  14. package/lib/es/locale/fr-FR.js +1 -1
  15. package/lib/es/locale/ru-RU.js +1 -1
  16. package/lib/es/locale/vi-VN.js +1 -1
  17. package/lib/es/locale/zh-CN.js +1 -1
  18. package/lib/es/locale/zh-TW.js +1 -1
  19. package/lib/types/config/config.d.ts +7 -2
  20. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +20 -18
  21. package/lib/types/controllers/collaboration/collaboration-state.d.ts +18 -15
  22. package/lib/types/controllers/collaboration/collaboration.controller.d.ts +2 -0
  23. package/lib/types/facade/f-collaboration.d.ts +33 -0
  24. package/lib/types/facade/f-univer.d.ts +12 -0
  25. package/lib/types/facade/index.d.ts +2 -0
  26. package/lib/types/index.d.ts +12 -12
  27. package/lib/types/plugin.d.ts +1 -6
  28. package/lib/types/services/collaboration-session/collaboration-session.d.ts +4 -5
  29. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +7 -8
  30. package/lib/types/services/collaboration-ui-event/collaboration-ui-event.d.ts +19 -0
  31. package/lib/types/services/data-loader/data-loader.service.d.ts +23 -0
  32. package/lib/types/services/image-remote/image-io.service.d.ts +1 -1
  33. package/lib/types/services/local-cache/local-cache.service.d.ts +7 -23
  34. package/lib/types/services/member/member.service.d.ts +6 -0
  35. package/lib/types/services/network-condition/network-condition.service.d.ts +6 -0
  36. package/lib/types/services/permission/permission.service.d.ts +8 -3
  37. package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +0 -24
  38. package/lib/types/services/socket/collaboration-socket.service.d.ts +4 -4
  39. package/lib/umd/facade.js +1 -0
  40. package/lib/umd/index.js +1 -1
  41. package/lib/umd/locale/en-US.js +1 -1
  42. package/lib/umd/locale/fa-IR.js +1 -1
  43. package/lib/umd/locale/fr-FR.js +1 -1
  44. package/lib/umd/locale/ru-RU.js +1 -1
  45. package/lib/umd/locale/vi-VN.js +1 -1
  46. package/lib/umd/locale/zh-CN.js +1 -1
  47. package/lib/umd/locale/zh-TW.js +1 -1
  48. package/package.json +23 -21
  49. package/lib/index.css +0 -1
  50. package/lib/types/controllers/clipboard/docs/image/image-paste.controller.d.ts +0 -9
  51. package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +0 -23
  52. package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +0 -1
  53. package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +0 -1
  54. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +0 -22
  55. package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +0 -38
  56. package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +0 -24
  57. package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +0 -3
  58. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +0 -39
  59. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +0 -21
  60. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +0 -18
  61. package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +0 -4
  62. package/lib/types/controllers/collaboration/__tests__/mock-text-selection-render-manager.service.d.ts +0 -0
  63. package/lib/types/controllers/collaboration/__tests__/mocks.d.ts +0 -58
  64. package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +0 -1
  65. package/lib/types/controllers/data-loader/data-loader.controller.d.ts +0 -22
  66. package/lib/types/models/cursor.d.ts +0 -30
  67. package/lib/types/services/color-assign/color-assign.service.d.ts +0 -10
  68. package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +0 -13
  69. package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +0 -12
  70. package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +0 -13
  71. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +0 -8
  72. package/lib/types/services/url/url.service.d.ts +0 -12
  73. package/lib/types/services/url/web-url.service.d.ts +0 -10
  74. package/lib/types/views/components/CollabStatus.d.ts +0 -10
  75. package/lib/types/views/components/CollabStatus.stories.d.ts +0 -8
  76. package/lib/types/views/shapes/doc-collab-cursor.d.ts +0 -27
  77. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +0 -27
  78. package/lib/types/views/shapes/text-bubble.shape.d.ts +0 -19
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x2732(_0x194ee7,_0x1ca75d){const _0x45123c=_0x4512();return _0x2732=function(_0x2732ef,_0x4dbb77){_0x2732ef=_0x2732ef-0xaa;let _0x1b2e27=_0x45123c[_0x2732ef];return _0x1b2e27;},_0x2732(_0x194ee7,_0x1ca75d);}function _0x4512(){const _0x1cdeb5=['saveSheetBlock','data','UniverDrawing','getViewport','Rectangle','selections','APPLY_PERMISSION_DENIED','_remoteChangesetQueue','FETCH_MISS','_startCollaboration','newValue','enableSingleActiveInstanceLock','online','_invKeySchedule','children','mapTo','SheetSkeletonManagerService','memberID','getUnitId','_fetchMissChangesets','url(#$1','getLatestCsReqIdBySid','submit\x20changeset\x20error!','_transformIMECache','_onJoinRoomEvent','on-line-single','APPLY_NON_SEQUENTIAL_REVISION','_data','_getScale','_clearCollaborationTimeoutTimer','length','_candidateSocket','addImageSourceCache','@univerjs/rpc','_anchor','CollaborationEntity','SEND_CHANGESET_TIMEOUT_KEY','HMAC','getMember','_doProcessBlock','_imageSourceCache','red300','InsertColCommandId','_getCtorByUniverType','NOT_COLLAB','_socketReady','LocaleService','univer-online-status','_onRemoteRejected','_createHmacHelper','_collaborationPaused','black','_key','getInterceptPoints','parseProtocolChangeset','HTTPService','getColor','svg','random','beginPath','_onCursorDelete','CommandType','action','parseChangesetToProtocol','pending','Plugin','getActiveRange','initWorkbookPermissionChange','_scheduleClearOtherTimer','handleInsertRow','_univerInstanceService','_removeCollabCursors','_hideTimer','collaboration_new_changeset','wsSessionTicketUrl','rxjs/operators','CHANGESET_SHOULD_RETRY','_updateStatus','getCurrentSelections','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','_loadSheet','responseType','CollaborationController','saveSnapshot','_registerRenderDependencies','_scene','rgba(255,\x20255,\x20255,\x200.01)','useRef','for','JOINING','_docTransformSelectionsService','_roomMembers$','_syncEditingCollabCursorService','requestParams','AUTHZ_URL_KEY','_colorIndex','InsertRowCommandId','_onMessage','onSyncEditingCollabCursor','_name','UniverProCollaborationClient','joinRsp','Injector','AuthzIoHttpService','_createSocketURL','touchDependencies','actions','_createHelper','isTransformChangesetsSuccess','createIdentifier','append','[CollaborationSessionService]','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','reverse','toStringTag','_handler','ERROR_IMAGE_TYPE','loadOfflineData','collabCursorState$','text','UPDATE_CURSOR','NOT_FOUND','transformMutationsWithChangeset','COLLAB_WEB_SOCKET_URL','_clearScheduledTask','_saveCache','key','getAllMembers','toggleOnline','path','clear','_collaborationSessionService','socketService','_initStatusComponent','isActive','ref','body','listRoles','merge','_telemetryService','_collabSessionService','textEncoder','ColorKit','ThemeService','collabStatus.offline','debug','_getUndoStack','getTime','OnLineSingle','useDependency','replaceState','clone','extend','_render','getDocRanges','fromCharCode','setCurrentUser','stringify','csAckEvent','UNIVER_SHEET','saveImage','string','concat','conflict.content','target','_resendWithTimeout','asObservable','UNKNOWN_CODE','DOC_RANGE_TYPE','_instanceService','rng','RxDisposable','ERROR_EXCEED_SIZE','getValue','readAsDataURL','textRanges','_decreaseWaiting','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','url(#on-line-single_clip0_910_349)','_commentService','failed\x20to\x20apply\x20missed\x20changesets!','SheetsSelectionsService','_checkMissing','_initResize','@univerjs/design','_color','pluginName','fillStyle','@univerjs/core','_onCombEvent','auth.needGotoLoginAlert','CONNECTOR_DATA_TOO_LARGE','delay','/role','UnitSnapshot','sheetId','_retryConnectingTimer','onPointerLeave$','registerHTTPInterceptor','complete','ticket','_onRemoteACK','_socket','MessageType','_createInitialStateImpl','LIVESHARE_FETCH_OPERATIONS','_tryReconnect','makeDirty','Malformed\x20UTF-8\x20data','transformRemoteChangeset','RevisionService','_initRequestHeader','_scheduleTimestamp','focused$','handleDeleteRangeMoveLeft','collaboration-client.config','isPermissionRej','_redoStacks','/new_changes','ThresholdInterceptorFactory','_doFinalize','_getRedoStack','getImage','@univerjs-pro/collaboration','_getDownloadEndpointURL','status','collaboration.closeRoom','_state$','urlChange$','_compressMutationService','BehaviorSubject','subject','_changesetReqId','exports','setAlpha','includes','isInternalEditorID','verdancy600','unitID','objectID','Undefined','WorkbookEditablePermission','startsWith','@univerjs/drawing','algo','event$','SNAPSHOT_HAS_BEEN_REMOVED','[CollaborationSessionService]:\x20socket\x20error','_handleJoinEvent','getFocusedUnit','_config','getSheetBlock','clearTimeout','call','awaitingChangeset','_transitionLocked','UNIVER_DOC','DesktopCollaborationStatusDisplayController','fromCollab','Inject','sessionStatus$','_cursorShapes','min','_notificationService','now','imageSourceType','setInterval','c2Prime','disposeWithMe','_isPermissionRej','joinEvent','_refRangeService','getCurrentUser','univer-offline','_hovered','CHANGESET_REJ','UniverInstanceType','LocalCacheService','_clearHeartbeatTimer','UniverDocs','processBlock','getUnitOnRev','forEach','Subject','getTypeOfUnitAdded$','_showConflictNotification','_draw','_clearRedo','_localStorageService','_replaceFileID','onRemoteAck','_sender','collaboration-client.offline-data-not-saved','_heartbeatTimer','@univerjs/network','_executeRemoteChangeset','xlink:href','_singleActiveUnitService','combineLatest','save','getActiveSheet','font','contains','getSheetObject','onTransformSelections','purple300','collabSubmitChangesetUrl','1em','[UniverCollaborationClientPlugin]','debounce','getCollabEntity','startTime','IImageIoService','_getLoginPath','fetch_missing','{fileID}','skeleton','handleDeleteRangeMoveUp','assign','ws://127.0.0.1:8000/universer-api/comb/connect','defs','state','onCommentUpdate','doc.mutation.rich-text-editing','UUID','forwardRef','FileId','method','onMissedChangesetFetched','_applyRemoteChangeset','/-/object/list','_xformMode','fetchMissingChangesets','_ENC_XFORM_MODE','collabStatus.syncing','getOwnPropertyDescriptor','24RodLDJ','url','_drawAnchor','headers','triggerDblclick','_docTransformStateCacheService','_change$','range','prototype','_drawTextRange','INVALID_ARGUMENT','debounceTime','cfg','CHANGESET_ACK','/universer-api/authz','_telemetryInfo','height','getCoordByCell','NodePositionConvertToRectRange','UniverNetworkPlugin','_userManagerService','keySize','onRemoteRetry','whenReady','useObservable','_colorAssignService','_docSkeletonManagerService','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','roomMembers$','mapDocumentTypeToUniverType','toggleOffline','disposeUnit','deserializeRangeWithSheet','LIVESHARE_TERMINATE','redoState','getSheetBySheetId','_nDataBytes','/collaborator','commentUpdate$','localeService','has','column','floor','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','_collaborationTimeoutTimer','_retryCount','function','charCodeAt','close','@univerjs/engine-render','_queuedRemoteChangesets','collabStatus.notCollab','_themeService','session.collaboration-timeout','DeleteRangeMoveUpCommandId','_loadDoc','COLORS','not_collab','_localCacheService','setItem','0\x200\x2016\x2016','_collaborationController','idSuffix','withCredentials','blockSize','image/jpeg','GLOBAL_ROOMS_CNT_EXCEEDS','CollaborationStatus','PERMISSION_REJ','_beforeCloseService','subunit','resize','getCurrentUnitForType','_docSkeleton','handleMoveRange','message$','2798105mORuIW','HTTPRequest','IUndoRedoService','split','AWAITING_WITH_PENDING','getSkeleton','[PendingState]:\x20received\x20rejection.','generateRandomId','liveShareNewHost','patch','synced','batchAllowed','/allowed','gold400','confirm','[OfflineState]:\x20received\x20acknowledgement.','_sheetSkeletonManagerService','image/bmp','mode','_onLocalMutation','avatar','stopTime','Unknown\x20user','removeParam','CollaborationSessionService','EffectRefRangId','_sheetTransformSelectionsService','onTransformRemoteChangesetByIMECache','Disposable','getAncestorScale','_status$','_sessions','b64DecodeUnicode','replace','UniverEngineFormula','_onUserJoin','UniverUi','getSheetId','IAuthzIoService','UnitEmbedded','_incrementRevisionNumber','_memberService','_localeService','object','onPointerMove$','UNRECOGNIZED','assignAColorForMemberID','image/png','_resendTimeout','hasOwnProperty','M0\x200H16V16H0z','isArray','apply','_initCloseConn','addClipboardHook','onReady','IDLE','onTransformState','session.room-permission-denied','_shapes','ReplaySubject','_transformUndoredo','HELLO','file','takeUntil','IMentionIOService','listCollaborators','src','_iKey','COLLAB_SUBMIT_CHANGESET_URL','_iv','saveChangeset','mixIn','translate(.97)','editingUnit','SerializableCipher','_reverseMap','snapshotServerUrl','UNKNOWN_CMD','_getMergeRange','Error','_commentUpdate$','COMPRESS_MUTATION_APPLY','PERSON','ITelemetryService','cmd','charAt','WordArray','_roomMembers','LIVESHARE_NEW_HOST','getItem','_updateLocalCursor','_unitID','_append','getRenderById','objectActions','TEXT_RANGE_LAYER_INDEX','@univerjs/engine-formula','_shouldReportTelemetry','APPLY_REVISION_CONFILICT','labelPosition','_resendTimer','_acknowledgedAwaitingChangeset','findNodePositionByCharIndex','transformStateCache','ALREADY_EXISTS','set','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','objectType','setUndoRedoMutationParamsCache','clipPath','_lastPointer','_send','_entities','fillRule','INGEST','_onCursorUpdate','_members','next','location','encrypt','unit-cache-','UNDEFINED','Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','reqId','collab-rect-range-','list','COMPRESS_MUTATION_SEND','editing\x20status\x20changed\x20to','FromArray','INTERNAL_ERROR','onStateChange','_updateSubUnitFromURLParams','_docSyncEditingCollabCursorService','?size=','collaborators','getParam','Base','_pendingMutations','_startDocCollabCursor','getCurrentRevOfUnit','UniverRpc','map','c1Prime','getConfig','_refreshCollabCursors','_substituteRedoStack','getCollabCursors$','symbol','SetSelectionsOperation','enc','_onConnectionFailed','setShapeProps','_mode','connectInjector','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','_scheduleHeartbeat','UniverEngineRender','runRefRangeMutations','getUnhiddenWorksheets','univerjs-icon\x20univerjs-icon-','_submitChangeset','collaboration-session-retry','type','_getAPIPrefix','eventID','_createInitialState','getUniverSheetInstance','univer-online-status-icon','_online','ENSURE_SNAPSHOT_EXECUTION','byteLength','/unit/','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','AWAITING','x-univer-host','change$','COMPLETION_FINISHED','_timeoutTimer','AES','origin','APPLY_DUPLICATED','_renderManagerService','ICommandService','_saveTaskMap','_getUploadFileURL','RECT','Vector2','CollaborationSession','sheets','jsx','getUnitType','collabStatus.conflict','Univer','conflict.title','registerBeforeClose','duration','save\x20fail\x20reason\x20is\x20','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','getUnit','_DEC_XFORM_MODE','DocIMEInputManagerService','_cursors','switchMap','shareReplay','getUnitStatus$','_changesetSessionId','createCollaborator','FAIL','on-line-single_clip0_910_349','2WKQshA','__esModule','_tryEnsureSocket','get','POST','restore','_transformStack','createSocket','error$','reduce','shouldCloseConn','distinctUntilChanged','DeleteRangeMoveLeftCommandId','enableAuthServer','SHA1','collabWebSocketUrl','HEARTBEAT_INTERVAL_KEY','collaMsg','UNAUTHENTICATED','_clearOtherTimers','transformChangesets','catch','_getAnchorBounding','incrementRevOfUnit','MD5','commentUpdateEvent','UPDATE_PERMISSION_OBJ','Hasher','OFFLINE','_cursorInfo$','sigBytes','update','_lockTransition','_unlockTransition','push','lib','_urlService','\x20in\x20_schedule.','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','image/jpg','/universer-api/stream/file/upload','defineProperty','onCommandExecuted','randomUUID','UNIVER_SLIDE','IUniverInstanceService','_scheduleCollaborationTimeoutTimer','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','_transformRemoteChangesetByStateCache','url(#off-line-single_clip0_910_343)','collaboration.single-unit.warning','socket\x20close','CollaborationEvent','IUIPartsService','_undoStacks','_onRefRangeChange','lineTo','blue400','StreamCipher','_keySchedule','msCrypto','reject','_oKey','ITransformService','setActiveRange','toLowerCase','INotificationService','_disabled','_updateCollabCursors','BASE64','_transformService','formatter','COLLAB_SUBMIT_CHANGESET_URL_KEY','crypto','_session','serializeCombRequest','unknown','values','/rev/','unit','/block/','onlineStatusIcon','compose','_onOffline','SetWorksheetActivateCommand','pushState','setShowComponents','CollaborationSocketService','UNIVER_PROJECT','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','_toggleOffline','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','sid','getSnapshotAPIPath','executeCommand','onPointerEnter$','_syncEditingCollabCursor','UniverCore','registerRefRange','substr','dispose','#fff','originalMeta','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','docStateChange$','dispose$','_waitForHeartbeatResponse','UniverCollaborationClientPlugin','TEXT','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','replaceDocRanges','HmacMD5','csRejEvent','#FFF','getVpScrollXYInfoByPosToVp','CommentService','PSEUDO_FETCH_MISSING_RESULT','onRemoteChangeset','_prevBlock','hide','_configService','RefRangeService','liveShareOperation','defaultProps','ERROR_IMAGE','\x0aAfter:\x20','_onConflict','LIVESHARE_OPERATION','_cachedData','SNAPSHOT_INVALID_SNAPSHOT','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','Utf8','getOffsetConfig','onSendChangeset','size','format','throttleTime','_initCommandExecutedListener','from','BlockCipherMode','permission.content','_toggleOnline','pad','repeat','sendChangesetTimeout','_getAPIPrefixPath','colorChannel1','onRemoteRej','registerComponent','RemoveColCommandId','disableLocalCache','application/json','onlyLocal','_onUserLeave','getRangePointData','_socket$','_ws','_ensureSubject','code','isTransformMutationsWithChangesetSuccess','visibilityState','fetchMiss','isTransformMutationFailure','SUBMIT_CHANGESET','handleInsertRangeMoveRight','getImageSourceCache','drawWith','defIds','loadDoc','pauseCollaboration','LICENSE_DISTRO_REJECTED','YUUMI_UNABLE_LOAD_URL','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','[SyncedState]:\x20received\x20rejection.','top','transformIMECache','Optional','evenodd','_initMergeInterceptor','_onRecvEvent','LocalUndoRedoService','bottom','fill','endColumn','error','_imageIoService','_stopTelemetryCollaborationNewChangeset','HEARTBEAT_TIMEOUT_KEY','EXCHANGE_SIGN_URL_SERVER_URL_KEY','_hover','CollabrationImageIoService','TRANSFORM_CHANGE_OBSERVABLE_TYPE','SHOULD_CLOSE_CONN','DocSelectionManagerService','0\x200\x2017\x2016','session.room-full','finalize','arc','params','current','measureText','subUnitId','[CollaborationSession]','visibilitychange','mutations','LEAVE','putCollaborators','_event$','UNIVER_UNKNOWN','_keyPriorReset','...','operators','react.fragment','[CollaborationEntity]','IPermissionService','&assign=','univer-online-status-title','updateOfflineData','[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.','HttpExport','getRandomValues','_onRemoteChangeset','addEventListener','LICENSE_EXPORT_SIZE_EXCEEDED','_getSessionTicket','__creator','revision','socket$','transformMutation','ranges','json','SHEET_VIEWPORT_KEY','Rect','ISnapshotServerService','attrs','userID','EmptyMutation','width','fillText','DocStateChangeManagerService','UniverDocsUi','onlineStatusTitle','decryptBlock','authzUrl','_http','ImageSourceType','_joinRoom','collab-text-range-','_docClipboardService','_removeRoom','session.join-failed','[OfflineState]:\x20received\x20changeset.','find','history','unshift','_unitStatus','_snapshotServerService','112968qAkhqE','hostname','storage','UniverIcon','selection','_setupBeforeClosingHandler','none','_anchorDot','_startTelemetryCollaborationNewChangeset','encode','substring','_initEventListeners','cursorInfo','HttpImport','clearInterval','univer-pro.collaboration-client-socket-service','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','MentionIoHttpService','NoPadding','roomMembers','enableOfflineEditing','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','_hasher','[PendingState]:\x20received\x20acknowledgement.','EvpKDF','className','transform','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','baseRev','_selfUnitIDs','useCallback','_throwTelemetryCollaborationNewChangeset','abs','_getCurrentRevision','_collabCursorController','DisposableCollection','FETCH_MISSING','_assignedColors','decrypt','YUUMI_RATE_OVER_LIMIT','_state','WebSocketService','jsxs','ivSize','_minBufferSize','_handleEvent','offline','updateMember','_labelPosition','compute','_listenToOnlineEvent','_initStatusListener','_removeClearOtherTimer','20SReBDG','execute','post','transformSelections','_sendingTimer','div','_backgroundColor','COMMENT_UPDATE','_revisionService','clamp','\x20-\x20','show','session','subscribe','_permissionService','name','/universer-api/oidc/authpage','5605259Apowoi','ILogService','_handleLeaveEvent','UniverSheetsUi','randomBytes','_collabCursorState$','LOGIN_URL_KEY','_logService','getTypeOfUnitDisposed$','_messageService','telemetry\x20info\x20is\x20not\x20initialized','getDeserializedSheetBlock','_startSheetCollabCursor','_commandService','MSG_FOR_ERROR','unpad','onMouseMove','updatePermissionObjEvent','color','appendMutation','parse','onTransformIME','Workbook','onStarting','undoState','SNAPSHOT_SERVER_URL_KEY','_sendHeartbeatTimer','PasswordBasedCipher','Hex','_getSheetObject','_eventUnsubscribe','_waitCount','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','open$','fetchThroughInterceptors','_process','SnapshotServerOverHTTPService','_id','send','deleteCollaborator','_awaitingChangeset','_HTTPService','words','_updateURLWithCurrentState','handleInsertCol','tag','session.will-retry','NO_OTHER_CLIENTS_EDITING','CONFLICT','toString','_httpService','ImageUploadStatusType','subscribeEvent','_socketMessageSubscription','ceil','createDecryptor','salt','[PendingState]:\x20unhandled\x20univer\x20type:\x20','Decryptor','awaiting_with_pending','_nRounds','MemberService','RegularPolygon','off-line-single_clip0_910_343','\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.','IConfigService','_clearUndo','result','_rescheduleHeartbeat','popstate','USERS_LEAVE','@univerjs/docs','_schedule','addObject','@univerjs/docs-ui','[FetchMissState]','OTHER_CLIENTS_EDITING','Module','BufferedBlockAlgorithm','_disableEditing','loadSheet','PERMISSION_DENIED','SEND_CHANGESET_TIMEOUT','_replayCachedMutations','_entityInit$','filter','_hash','getCollabEntity$','univer-online','handleInsertRangeMoveDown','session.connection-failed','_substituteUndoStack','toDisposable','onload','delete','HEARTBEAT','_clearLocalCache','Encryptor','splice','JOIN_ROOM_PERMISSION_DENIED','currentTheme$','status$','SetDocZoomRatioOperation','_getSendChangesetTimeout','setParam','closePath','padding','max','_range','unsubscribe','_cursor','transformByState','IRenderManagerService','createInstance','$super','RichTextEditingMutation','IDocClipboardService','toRgbString','2864079PKdmsa','_handleHover','@univerjs/sheets','objects','_drawRectRange','React','291733WAZWus','Tools','join','closeSession','onMissingChangesets','rev','HEADER_MENU','_uiPartsService','SheetPermissionInitController','transformStack\x20failed!','CompressMutationService','refreshPermission','_unitOnClients','_sessionStatus$','_createSocket','href','deepClone','_onFetchMissResult','registerRenderModule','DocSkeletonManagerService','create','conflict','indexOf','HEARTBEAT_INTERVAL','DataLoaderController','_onConnectionOpen','@univerjs/telemetry','getStateCache','LICENSE_IMPORT_SIZE_EXCEEDED','_initDependencies','round','fromEvent','react','WebURLService','registerOnClose','_transformPreviousActiveRange','_transformStateCache','_type','roles','reset','CollaborationStatusDisplay','resourceIDs','entries','pipe','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','1249227dsgDeZ','_doCryptBlock','leaveEvent','state$','changesets','exhaustSavingTask','fetching\x20missing\x20changesets\x20from\x20','cursorInfo$','JSONX','NEW_CHANGESETS','searchParams','SYNCED','with','_cipher','engine','_transformUndoRedoStack','_docTransformIMECacheService','put','add','_undoRedoService','NodePositionConvertToCursor','displayName','isTransformMutationsWithChangesetFailure','close$','USERS_ENTER','IMessageService','HEARTBEAT_TIMEOUT','[DataLoaderController]','_updateLocalCache','TOO_MANY_REQUESTS','_document','init','_onRemoteRetry','title','getUndoRedoMutationParamsCache','retryConnectingInterval','CHANGESET_REVISION_CONFILICT','DocCollaborationEntity','MentionType','InsertSheetMutation','readInt32LE','_clearTimeoutTimer','&source=','setWaitCount','342324QIQAeG','then','ACTIVE_UNIT_EVENT_CHANNEL','Tooltip','_docStateChangeManagerService','_getSaveTimeout','/universer-api/snapshot','_handleHeartbeatEvent','kdf','onTransformRemoteChangesetByStateCache','JOIN_ROOM_NOT_EXISTS','/object','/-/object/-/batch_allowed','setTimeout','BlockCipher','ONLINE','_scheduleSaving','SetTextSelectionsOperation','removeMember','_doReset','updatePermissionPoint','m2Prime','_sendHeartbeat','rxjs','OpenSSL','resend','SNAPSHOT_URL_KEY','Warning','m1Prime','flatMap','take','getCellPositionByOffset','onTransformChange$','snapshot','getOwnPropertySymbols','@univerjs/sheets-ui','_init','YUUMI_SUBSCRIPTION_NOT_FOUND','currentSkeleton$','connection\x20error','_listenToOfflineEvent','LICENSE_MAX_UNITS_EXCEEDED','every','MUTATION','SnapshotService','_injector','createElement','_textBubble','requireSession','serializeRangeWithSheet','_registerDependencies','getMemberID','_parse','copyFileMeta','bind','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','signUrlServerUrl','JOIN','routeKey','_snapshotService','YUUMI_URL_COL_OUT_OF_RANGE','collab-text-anchor-','ciphertext','RECV','unitId','99oOFMKR','interceptor','slice','_socketService','JOIN_ROOM_FULL','_createHandler','currentColor','_updateState','ILocalStorageService','_transformRemoteChangesetByIMECache','handleIRemoveRow','SheetCollaborationEntity','UniverProCollaboration','Base64','backgroundColor','hasher','unitId\x20is\x20not\x20found','awaiting','?url=','startColumn','_context','_setupSubUnitSync'];_0x4512=function(){return _0x1cdeb5;};return _0x4512();}(function(_0x3bdbec,_0x42acd6){const _0x152856=_0x2732,_0x10a406=_0x3bdbec();while(!![]){try{const _0x3d1b55=parseInt(_0x152856(0x411))/0x1*(-parseInt(_0x152856(0x24e))/0x2)+parseInt(_0x152856(0x4ac))/0x3*(parseInt(_0x152856(0x34f))/0x4)+-parseInt(_0x152856(0x17c))/0x5+parseInt(_0x152856(0x46b))/0x6+parseInt(_0x152856(0x43f))/0x7*(parseInt(_0x152856(0x130))/0x8)+-parseInt(_0x152856(0x40b))/0x9*(parseInt(_0x152856(0x384))/0xa)+parseInt(_0x152856(0x395))/0xb;if(_0x3d1b55===_0x42acd6)break;else _0x10a406['push'](_0x10a406['shift']());}catch(_0x19975e){_0x10a406['push'](_0x10a406['shift']());}}}(_0x4512,0x85580),function(_0x4c9379,_0x14929f){const _0x9e7c55=_0x2732;typeof exports==_0x9e7c55(0x1a7)&&typeof module<'u'?_0x14929f(exports,require(_0x9e7c55(0x57e)),require(_0x9e7c55(0x482)),require(_0x9e7c55(0x50d)),require(_0x9e7c55(0x57a)),require(_0x9e7c55(0x106)),require('@univerjs/ui'),require(_0x9e7c55(0xbf)),require(_0x9e7c55(0x42b)),require('@univerjs/docs'),require(_0x9e7c55(0x3df)),require(_0x9e7c55(0x40d)),require(_0x9e7c55(0x161)),require(_0x9e7c55(0xd3)),require(_0x9e7c55(0x1dd)),require('@univerjs/sheets-ui'),require(_0x9e7c55(0x431)),require(_0x9e7c55(0x4e3))):typeof define==_0x9e7c55(0x15e)&&define['amd']?define([_0x9e7c55(0xc9),_0x9e7c55(0x57e),_0x9e7c55(0x482),_0x9e7c55(0x50d),'@univerjs/design',_0x9e7c55(0x106),'@univerjs/ui',_0x9e7c55(0xbf),'@univerjs/telemetry',_0x9e7c55(0x3dc),_0x9e7c55(0x3df),_0x9e7c55(0x40d),_0x9e7c55(0x161),'@univerjs/drawing',_0x9e7c55(0x1dd),_0x9e7c55(0x48e),_0x9e7c55(0x431),_0x9e7c55(0x4e3)],_0x14929f):(_0x4c9379=typeof globalThis<'u'?globalThis:_0x4c9379||self,_0x14929f(_0x4c9379[_0x9e7c55(0x526)]={},_0x4c9379[_0x9e7c55(0x2af)],_0x4c9379[_0x9e7c55(0x482)],_0x4c9379[_0x9e7c55(0x482)][_0x9e7c55(0x321)],_0x4c9379['UniverDesign'],_0x4c9379['UniverNetwork'],_0x4c9379[_0x9e7c55(0x1a0)],_0x4c9379[_0x9e7c55(0x4b8)],_0x4c9379['UniverTelemetry'],_0x4c9379[_0x9e7c55(0xf7)],_0x4c9379[_0x9e7c55(0x33e)],_0x4c9379['UniverSheets'],_0x4c9379[_0x9e7c55(0x219)],_0x4c9379[_0x9e7c55(0x4c4)],_0x4c9379[_0x9e7c55(0x19e)],_0x4c9379[_0x9e7c55(0x398)],_0x4c9379[_0x9e7c55(0x410)],_0x4c9379[_0x9e7c55(0x209)]));}(this,function(_0x398bdb,_0x4719e5,_0x3ad50a,_0xed279e,_0x1239d7,_0x872107,_0x221209,_0x187895,_0x1d9d83,_0x5389f5,_0x525184,_0x37c84c,_0x79bc37,_0xdada79,_0x10da42,_0x55ef9d,_0x3e9f6e,_0x368bbc){'use strict';const _0x101eed=_0x2732;var _0x1a0c8d=Object['defineProperty'],_0x4bdc36=(_0x1324ee,_0x2f1c12,_0x3f6ba2)=>_0x2f1c12 in _0x1324ee?_0x1a0c8d(_0x1324ee,_0x2f1c12,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x3f6ba2}):_0x1324ee[_0x2f1c12]=_0x3f6ba2,_0x31ba63=(_0x2d9068,_0x3cc7a3,_0x2e14af)=>_0x4bdc36(_0x2d9068,typeof _0x3cc7a3!=_0x101eed(0x210)?_0x3cc7a3+'':_0x3cc7a3,_0x2e14af);const _0x203fb0='SNAPSHOT_SERVER_URL_KEY',_0x4e6d31=_0x101eed(0x471),_0xcd4046='SNAPSHOT_URL_KEY',_0x1c1f7e=_0x101eed(0x3e7),_0x45a558=_0x101eed(0x53d),_0x2664d9=_0x101eed(0x11f),_0x736874='/universer-api/user/session-ticket',_0x5bb289=_0x101eed(0x428),_0x3f4344=_0x101eed(0x459),_0x23a944='RETRY_CONNECTING_MAX_COUNT',_0x5ee068='LOCAL_CACHE_INTERVAL',_0x56d20a=_0x101eed(0x1c1),_0x49aa78='/universer-api/comb',_0xcf61d=_0x101eed(0x39b),_0x530cb7=_0x101eed(0x394);var _0x4b7e19=(_0x584cd8=>(_0x584cd8[_0x584cd8[_0x101eed(0x1f6)]=0x0]='UNDEFINED',_0x584cd8[_0x584cd8['OK']=0x1]='OK',_0x584cd8[_0x584cd8['INTERNAL_ERROR']=0x2]=_0x101eed(0x1fe),_0x584cd8[_0x584cd8[_0x101eed(0x3e6)]=0x3]='PERMISSION_DENIED',_0x584cd8[_0x584cd8[_0x101eed(0x53b)]=0x4]='NOT_FOUND',_0x584cd8[_0x584cd8[_0x101eed(0x260)]=0x5]='UNAUTHENTICATED',_0x584cd8[_0x584cd8[_0x101eed(0x1e5)]=0x6]=_0x101eed(0x1e5),_0x584cd8[_0x584cd8[_0x101eed(0x13a)]=0x7]=_0x101eed(0x13a),_0x584cd8[_0x584cd8[_0x101eed(0x45c)]=0x8]=_0x101eed(0x45c),_0x584cd8[_0x584cd8['COMPLETION_FINISHED']=0x9]=_0x101eed(0x22d),_0x584cd8[_0x584cd8[_0x101eed(0x463)]=0x1389]=_0x101eed(0x463),_0x584cd8[_0x584cd8[_0x101eed(0x2cf)]=0x1771]=_0x101eed(0x2cf),_0x584cd8[_0x584cd8[_0x101eed(0xd6)]=0x1772]=_0x101eed(0xd6),_0x584cd8[_0x584cd8['ENSURE_SNAPSHOT_EXECUTION']=0x1773]=_0x101eed(0x226),_0x584cd8[_0x584cd8['APPLY_REJECT']=0x1b59]='APPLY_REJECT',_0x584cd8[_0x584cd8['APPLY_NON_SEQUENTIAL_REVISION']=0x1b5a]=_0x101eed(0x4dc),_0x584cd8[_0x584cd8[_0x101eed(0x1df)]=0x1b5b]=_0x101eed(0x1df),_0x584cd8[_0x584cd8['APPLY_PERMISSION_DENIED']=0x1b5c]=_0x101eed(0x4c8),_0x584cd8[_0x584cd8[_0x101eed(0x231)]=0x1b5d]=_0x101eed(0x231),_0x584cd8[_0x584cd8[_0x101eed(0x581)]=0x1f41]='CONNECTOR_DATA_TOO_LARGE',_0x584cd8[_0x584cd8[_0x101eed(0x494)]=0x2329]=_0x101eed(0x494),_0x584cd8[_0x584cd8['LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED']=0x232a]=_0x101eed(0x43e),_0x584cd8[_0x584cd8[_0x101eed(0x42d)]=0x232b]='LICENSE_IMPORT_SIZE_EXCEEDED',_0x584cd8[_0x584cd8[_0x101eed(0x32d)]=0x232c]=_0x101eed(0x32d),_0x584cd8[_0x584cd8['LICENSE_DISTRO_REJECTED']=0x232d]=_0x101eed(0x2f8),_0x584cd8[_0x584cd8[_0x101eed(0x2f9)]=0x2711]=_0x101eed(0x2f9),_0x584cd8[_0x584cd8['YUUMI_URL_COL_OUT_OF_RANGE']=0x2712]=_0x101eed(0x4a7),_0x584cd8[_0x584cd8[_0x101eed(0x376)]=0x2713]=_0x101eed(0x376),_0x584cd8[_0x584cd8[_0x101eed(0x490)]=0x2714]=_0x101eed(0x490),_0x584cd8[_0x584cd8[_0x101eed(0x1a9)]=-0x1]=_0x101eed(0x1a9),_0x584cd8))(_0x4b7e19||{}),_0x4a846b=(_0x5c46e8=>(_0x5c46e8[_0x5c46e8[_0x101eed(0x31e)]=0x0]=_0x101eed(0x31e),_0x5c46e8[_0x5c46e8[_0x101eed(0xe0)]=0x1]=_0x101eed(0xe0),_0x5c46e8[_0x5c46e8[_0x101eed(0x561)]=0x2]=_0x101eed(0x561),_0x5c46e8[_0x5c46e8['UNIVER_SLIDE']=0x3]=_0x101eed(0x27a),_0x5c46e8[_0x5c46e8['UNIVER_PROJECT']=0x4]=_0x101eed(0x2a6),_0x5c46e8[_0x5c46e8[_0x101eed(0x1a9)]=-0x1]=_0x101eed(0x1a9),_0x5c46e8))(_0x4a846b||{}),_0x5c2b37=(_0xa0063f=>(_0xa0063f[_0xa0063f[_0x101eed(0x1ca)]=0x0]='UNKNOWN_CMD',_0xa0063f[_0xa0063f[_0x101eed(0x1ba)]=0x1]='HELLO',_0xa0063f[_0xa0063f['JOIN']=0x2]=_0x101eed(0x4a4),_0xa0063f[_0xa0063f['LEAVE']=0x3]=_0x101eed(0x31b),_0xa0063f[_0xa0063f[_0x101eed(0x1ef)]=0x4]='INGEST',_0xa0063f[_0xa0063f[_0x101eed(0x3f4)]=0x5]=_0x101eed(0x3f4),_0xa0063f[_0xa0063f[_0x101eed(0x4aa)]=0x6]='RECV',_0xa0063f[_0xa0063f[_0x101eed(0x1a9)]=-0x1]=_0x101eed(0x1a9),_0xa0063f))(_0x5c2b37||{}),_0x41a975=(_0xfb587f=>(_0xfb587f[_0xfb587f[_0x101eed(0x569)]=0x0]=_0x101eed(0x569),_0xfb587f[_0xfb587f['OK']=0x1]='OK',_0xfb587f[_0xfb587f[_0x101eed(0x24c)]=0x2]=_0x101eed(0x24c),_0xfb587f[_0xfb587f[_0x101eed(0x4b0)]=0x3e9]=_0x101eed(0x4b0),_0xfb587f[_0xfb587f[_0x101eed(0x475)]=0x3ea]=_0x101eed(0x475),_0xfb587f[_0xfb587f['JOIN_ROOM_PERMISSION_DENIED']=0x3eb]=_0x101eed(0x3f8),_0xfb587f[_0xfb587f[_0x101eed(0x172)]=0x3ec]=_0x101eed(0x172),_0xfb587f[_0xfb587f['UNRECOGNIZED']=-0x1]=_0x101eed(0x1a9),_0xfb587f))(_0x41a975||{}),_0x27835c=(_0x596ef6=>(_0x596ef6[_0x596ef6['Undefined']=0x0]=_0x101eed(0xd0),_0x596ef6[_0x596ef6[_0x101eed(0x35c)]=0x1]=_0x101eed(0x35c),_0x596ef6[_0x596ef6[_0x101eed(0x329)]=0x2]=_0x101eed(0x329),_0x596ef6[_0x596ef6[_0x101eed(0x1a3)]=0x3]=_0x101eed(0x1a3),_0x596ef6[_0x596ef6[_0x101eed(0x584)]=0x4]=_0x101eed(0x584),_0x596ef6[_0x596ef6['UNRECOGNIZED']=-0x1]=_0x101eed(0x1a9),_0x596ef6))(_0x27835c||{});const _0x59f283=_0x101eed(0xb7),_0x3ee916={};function _0x528e01(_0x43afaf){const _0x17ba1e=_0x101eed;var _0x5e6758,_0x4d1c00,_0x77c836,_0x2bb222,_0x452f10;const _0x27162=_0x43afaf['data'],_0x13dd8f=JSON[_0x17ba1e(0x3a9)](_0x27162);switch(_0x13dd8f[_0x17ba1e(0x1d1)]){case _0x5c2b37[_0x17ba1e(0x3f4)]:case _0x5c2b37[_0x17ba1e(0x1ba)]:{const _0x4daa38=_0x13dd8f['infoRsp'];return{..._0x13dd8f,'data':_0x4daa38,'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};}case _0x5c2b37['JOIN']:{const _0xd243f1=_0x13dd8f[_0x17ba1e(0x527)];return{..._0x13dd8f,'data':_0xd243f1,'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};}case _0x5c2b37[_0x17ba1e(0x4aa)]:{const _0x2297f3=_0x13dd8f[_0x17ba1e(0x25f)];switch(_0x2297f3[_0x17ba1e(0x221)]){case _0x187895[_0x17ba1e(0x282)][_0x17ba1e(0x174)]:return{..._0x13dd8f,'data':{..._0x2297f3,'data':(_0x5e6758=_0x2297f3['permissionRejEvent'])==null?void 0x0:_0x5e6758['cs']},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895[_0x17ba1e(0x282)][_0x17ba1e(0x13d)]:return{..._0x13dd8f,'data':{..._0x2297f3,'data':(_0x4d1c00=_0x2297f3[_0x17ba1e(0x560)])==null?void 0x0:_0x4d1c00['cs']},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895[_0x17ba1e(0x282)][_0x17ba1e(0x448)]:return{..._0x13dd8f,'data':{..._0x2297f3,'data':(_0x77c836=_0x2297f3['newCsEvent'])==null?void 0x0:_0x77c836['cs']},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895['CollaborationEvent']['CHANGESET_REJ']:return{..._0x13dd8f,'data':{..._0x2297f3,'data':(_0x2bb222=_0x2297f3[_0x17ba1e(0x2be)])==null?void 0x0:_0x2bb222['cs']},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895['CollaborationEvent'][_0x17ba1e(0x50e)]:return{..._0x13dd8f,'data':{..._0x2297f3,'data':(_0x452f10=_0x2297f3['csShouldRetryEvent'])==null?void 0x0:_0x452f10['cs']},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895[_0x17ba1e(0x282)]['UPDATE_CURSOR']:return{..._0x13dd8f,'data':{..._0x2297f3,'data':_0x2297f3['updateCursorEvent']},'cmd':_0x13dd8f['cmd']};case _0x187895[_0x17ba1e(0x282)][_0x17ba1e(0x457)]:return{..._0x13dd8f,'data':{..._0x2297f3,'data':_0x2297f3[_0x17ba1e(0xee)]},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895[_0x17ba1e(0x282)][_0x17ba1e(0x3db)]:return{..._0x13dd8f,'data':{..._0x2297f3,'data':_0x2297f3[_0x17ba1e(0x441)]},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895['CollaborationEvent'][_0x17ba1e(0x1d5)]:return{..._0x13dd8f,'data':{..._0x2297f3,'data':_0x2297f3[_0x17ba1e(0x184)]},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895['CollaborationEvent'][_0x17ba1e(0xad)]:case _0x187895[_0x17ba1e(0x282)]['LIVESHARE_OPERATION']:return{..._0x13dd8f,'data':{..._0x2297f3,'data':_0x2297f3[_0x17ba1e(0x2c8)]},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895['CollaborationEvent']['LIVESHARE_TERMINATE']:return{..._0x13dd8f,'data':{..._0x2297f3,'data':_0x2297f3[_0x17ba1e(0x184)]},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895['CollaborationEvent'][_0x17ba1e(0x3a3)]:return{..._0x13dd8f,'data':_0x2297f3,'cmd':_0x13dd8f['cmd']};case _0x187895['CollaborationEvent'][_0x17ba1e(0x38b)]:return{..._0x13dd8f,'data':{..._0x2297f3,'data':_0x2297f3[_0x17ba1e(0x267)]},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895['CollaborationEvent'][_0x17ba1e(0x268)]:return{..._0x13dd8f,'data':{..._0x2297f3,'data':_0x2297f3[_0x17ba1e(0x3a6)]},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};case _0x187895[_0x17ba1e(0x282)]['SHOULD_CLOSE_CONN']:return{..._0x13dd8f,'data':{..._0x2297f3,'data':_0x2297f3[_0x17ba1e(0x258)]},'cmd':_0x13dd8f[_0x17ba1e(0x1d1)]};default:return _0x13dd8f;}}default:return _0x13dd8f;}}function _0x1c0dd0(_0x4ac5d8){const _0x4921fb=_0x101eed;switch(_0x4ac5d8['cmd']){case _0x5c2b37[_0x4921fb(0x3f4)]:case _0x5c2b37['HELLO']:return JSON[_0x4921fb(0x55f)]({'cmd':_0x4ac5d8[_0x4921fb(0x1d1)],'routeKey':_0x4ac5d8['routeKey']});case _0x5c2b37[_0x4921fb(0x1ef)]:{let _0x270147;switch(_0x4ac5d8[_0x4921fb(0x4c3)]['eventID']){case _0x187895[_0x4921fb(0x282)][_0x4921fb(0x53a)]:{_0x270147={'eventID':_0x187895[_0x4921fb(0x282)][_0x4921fb(0x53a)],'updateCursorEvent':_0x4ac5d8[_0x4921fb(0x4c3)][_0x4921fb(0x4c3)]};break;}case _0x187895[_0x4921fb(0x282)][_0x4921fb(0x3db)]:{_0x270147={'eventID':_0x187895['CollaborationEvent'][_0x4921fb(0x3db)],'leaveEvent':_0x4ac5d8['data'][_0x4921fb(0x4c3)]};break;}case _0x187895['CollaborationEvent'][_0x4921fb(0x457)]:{_0x270147={'eventID':_0x187895[_0x4921fb(0x282)]['USERS_ENTER'],'joinEvent':_0x4ac5d8[_0x4921fb(0x4c3)][_0x4921fb(0x4c3)]};break;}case _0x187895['CollaborationEvent'][_0x4921fb(0x1d5)]:{_0x270147={'eventID':_0x187895[_0x4921fb(0x282)][_0x4921fb(0x1d5)],'liveShareNewHost':_0x4ac5d8['data'][_0x4921fb(0x4c3)]};break;}case _0x187895[_0x4921fb(0x282)][_0x4921fb(0x2cd)]:{_0x270147={'eventID':_0x187895[_0x4921fb(0x282)][_0x4921fb(0x2cd)],'liveShareOperation':_0x4ac5d8['data'][_0x4921fb(0x4c3)]};break;}case _0x187895[_0x4921fb(0x282)][_0x4921fb(0x151)]:{_0x270147={'eventID':_0x187895[_0x4921fb(0x282)]['LIVESHARE_TERMINATE'],'liveShareTerminate':_0x4ac5d8[_0x4921fb(0x4c3)][_0x4921fb(0x4c3)]};break;}case _0x187895[_0x4921fb(0x282)]['LIVESHARE_REQUEST_HOST']:{_0x270147={'eventID':_0x187895[_0x4921fb(0x282)]['LIVESHARE_REQUEST_HOST'],'liveShareRequestHost':_0x4ac5d8[_0x4921fb(0x4c3)][_0x4921fb(0x4c3)]};break;}case _0x187895[_0x4921fb(0x282)][_0x4921fb(0xad)]:{_0x270147={'eventID':_0x187895[_0x4921fb(0x282)]['LIVESHARE_FETCH_OPERATIONS']};break;}default:_0x270147={'eventID':_0x4ac5d8[_0x4921fb(0x4c3)]['eventID']};}return JSON['stringify']({'cmd':_0x4ac5d8[_0x4921fb(0x1d1)],'routeKey':_0x4ac5d8[_0x4921fb(0x4a5)],'collaMsg':_0x270147});}case _0x5c2b37[_0x4921fb(0x4a4)]:return JSON[_0x4921fb(0x55f)]({'cmd':_0x4ac5d8['cmd'],'routeKey':_0x4ac5d8['routeKey'],'joinReq':_0x4ac5d8[_0x4921fb(0x4c3)]});case _0x5c2b37[_0x4921fb(0x31b)]:return JSON[_0x4921fb(0x55f)]({'cmd':_0x4ac5d8['cmd'],'routeKey':_0x4ac5d8[_0x4921fb(0x4a5)],'leaveReq':_0x4ac5d8[_0x4921fb(0x4c3)]});default:throw new Error(_0x4921fb(0x27d));}}var _0x393e1c=Object['defineProperty'],_0x5c9662=Object[_0x101eed(0x12f)],_0x5e3c9a=(_0x52771c,_0x38989c,_0xa1fa81,_0x39e81e)=>{for(var _0x4788ae=_0x39e81e>0x1?void 0x0:_0x39e81e?_0x5c9662(_0x38989c,_0xa1fa81):_0x38989c,_0x18aeba=_0x52771c['length']-0x1,_0x418dac;_0x18aeba>=0x0;_0x18aeba--)(_0x418dac=_0x52771c[_0x18aeba])&&(_0x4788ae=(_0x39e81e?_0x418dac(_0x38989c,_0xa1fa81,_0x4788ae):_0x418dac(_0x4788ae))||_0x4788ae);return _0x39e81e&&_0x4788ae&&_0x393e1c(_0x38989c,_0xa1fa81,_0x4788ae),_0x4788ae;},_0x4f58fc=(_0x3e27b0,_0x1a74b7)=>(_0x5f2c43,_0x44c996)=>_0x1a74b7(_0x5f2c43,_0x44c996,_0x3e27b0);const _0x31092f=_0x4719e5['createIdentifier'](_0x101eed(0x35e));function _0x5c55ab(_0x53e1c3,_0x3f46bd,_0x59a957){const _0x3dcc45=_0x101eed;return _0x53e1c3+'/'+_0x3f46bd+_0x3dcc45(0x228)+_0x59a957+_0x3dcc45(0xba);}_0x398bdb[_0x101eed(0x2a5)]=class extends _0x4719e5['Disposable']{constructor(_0x3d20d2,_0x483fb7,_0x5711f8,_0x13580b,_0x28ca54){const _0x3e3f17=_0x101eed;super(),this[_0x3e3f17(0x342)]=_0x3d20d2,this[_0x3e3f17(0x2ea)]=_0x483fb7,this['_configService']=_0x5711f8,this[_0x3e3f17(0x39c)]=_0x13580b,this[_0x3e3f17(0x34e)]=_0x28ca54;}[_0x101eed(0x255)](_0x319776){const _0x41ef62=_0x101eed,_0x1a06ad=this['_ws'][_0x41ef62(0x255)](_0x319776);if(!_0x1a06ad)throw new Error(_0x41ef62(0x4a2));const _0x3a7570=new _0x4719e5[(_0x41ef62(0x372))](),_0x3f84ee=new _0x3ad50a[(_0x41ef62(0xfb))]();_0x3a7570[_0x41ef62(0x451)](_0x1a06ad[_0x41ef62(0x456)][_0x41ef62(0x391)](_0x5b0c95=>_0x3f84ee[_0x41ef62(0x1f2)](_0x5b0c95))),_0x3a7570[_0x41ef62(0x451)](_0x4719e5[_0x41ef62(0x3f1)](()=>_0x3f84ee[_0x41ef62(0x589)]()));const _0x399407=new _0x3ad50a[(_0x41ef62(0xfb))]();_0x3a7570[_0x41ef62(0x451)](_0x1a06ad[_0x41ef62(0x256)][_0x41ef62(0x391)](_0x20855a=>_0x399407[_0x41ef62(0x1f2)](_0x20855a))),_0x3a7570['add'](_0x4719e5['toDisposable'](()=>_0x399407[_0x41ef62(0x589)]()));const _0x3b21e0=new _0x3ad50a[(_0x41ef62(0xfb))]();_0x3a7570[_0x41ef62(0x451)](_0x1a06ad[_0x41ef62(0x17b)][_0x41ef62(0x391)](_0x455bad=>{const _0x10c6d1=_0x528e01(_0x455bad);_0x3b21e0['next'](_0x10c6d1);})),_0x3a7570[_0x41ef62(0x451)](_0x4719e5[_0x41ef62(0x3f1)](()=>_0x3b21e0['complete']()));let _0x2a1e42;const _0x51a178=()=>{const _0x2cd3d9=_0x41ef62;_0x399407['next'](new Event(_0x2cd3d9(0x492))),_0x3f84ee[_0x2cd3d9(0x1f2)](new CloseEvent(_0x2cd3d9(0x492))),_0x2a1e42[_0x2cd3d9(0x160)]();};return _0x2a1e42={'memberID':'','close$':_0x3f84ee[_0x41ef62(0x568)](),'error$':_0x399407['asObservable'](),'open$':_0x1a06ad[_0x41ef62(0x3b6)],'message$':_0x3b21e0[_0x41ef62(0x568)](),'send':_0x243c32=>{const _0x113323=_0x41ef62;if(_0x243c32[_0x113323(0x1d1)]===_0x5c2b37[_0x113323(0x1ef)]){if(_0x243c32[_0x113323(0x4c3)][_0x113323(0x221)]===_0x187895[_0x113323(0x282)][_0x113323(0x2f1)]){this[_0x113323(0x21d)](_0x2a1e42,_0x243c32[_0x113323(0x4c3)])[_0x113323(0x263)](_0x30311b=>{const _0x107ff5=_0x113323;this['_logService'][_0x107ff5(0x306)](_0x30311b),_0x51a178();});return;}if(_0x243c32['data']['eventID']===_0x187895['CollaborationEvent'][_0x113323(0x373)]){const _0x39578b=_0x243c32[_0x113323(0x4c3)];this['_fetchMissChangesets'](_0x39578b)['then'](_0x5da6b9=>{const _0x4d20a5=_0x113323;_0x3b21e0[_0x4d20a5(0x1f2)]({'cmd':_0x5c2b37['RECV'],'code':_0x41a975['OK'],'routeKey':_0x39578b[_0x4d20a5(0x4c3)][_0x4d20a5(0xce)],'routeType':'','data':{'eventID':_0x187895[_0x4d20a5(0x282)][_0x4d20a5(0x2c2)],'data':{'changesets':_0x5da6b9}}});})[_0x113323(0x263)](_0x1b348d=>{const _0x2c486d=_0x113323;this[_0x2c486d(0x39c)]['error'](_0x1b348d),_0x51a178();});return;}}_0x1a06ad[_0x113323(0x3bb)](_0x1c0dd0(_0x243c32));},'close':()=>{const _0x209cd7=_0x41ef62;_0x1a06ad[_0x209cd7(0x160)](),_0x3a7570[_0x209cd7(0x2b2)]();}},_0x2a1e42;}async['_submitChangeset'](_0x2d042c,_0x970125){const _0x4c43b1=_0x101eed;var _0x3e94e2,_0x279a94;const {unitType:_0x1ac968,unitID:_0x4644fd,changeset:_0x1c76ae}=_0x970125[_0x4c43b1(0x4c3)],_0x1ff95e={'unitID':_0x4644fd,'memberID':_0x2d042c['memberID'],'type':_0x1ac968,'changeset':_0x187895[_0x4c43b1(0x501)](_0x1c76ae)},_0x168604=this[_0x4c43b1(0x2c6)][_0x4c43b1(0x20c)](_0x56d20a),_0x5a7b63=this['_configService'][_0x4c43b1(0x20c)](_0x59f283),_0x5a6cb3=_0x5c55ab((_0x279a94=(_0x3e94e2=_0x5a7b63==null?void 0x0:_0x5a7b63[_0x4c43b1(0x112)])!=null?_0x3e94e2:_0x168604)!=null?_0x279a94:_0x49aa78,_0x1ac968,_0x4644fd);try{await this[_0x4c43b1(0x342)][_0x4c43b1(0x386)](_0x5a6cb3,{'body':_0x1ff95e});}catch(_0x5f1115){throw this[_0x4c43b1(0x39c)][_0x4c43b1(0x306)](_0x4c43b1(0x318),_0x4c43b1(0x4d8)),_0x5f1115;}}async[_0x101eed(0x4d5)](_0x526c0a){const _0x3e483f=_0x101eed,{unitID:_0x4aa3c8,from:_0x15d384,to:_0x44f912,unitType:_0x476918}=_0x526c0a[_0x3e483f(0x4c3)];return(await this[_0x3e483f(0x34e)][_0x3e483f(0x12c)]({'metadata':void 0x0},{'unitID':_0x4aa3c8,'type':_0x476918,'from':_0x15d384,'to':_0x44f912}))[_0x3e483f(0x443)];}},_0x398bdb[_0x101eed(0x2a5)]=_0x5e3c9a([_0x4f58fc(0x0,_0x4719e5[_0x101eed(0xe3)](_0x872107[_0x101eed(0x4f9)])),_0x4f58fc(0x1,_0x4719e5['Inject'](_0x872107['WebSocketService'])),_0x4f58fc(0x2,_0x4719e5[_0x101eed(0x3d6)]),_0x4f58fc(0x3,_0x4719e5[_0x101eed(0x396)]),_0x4f58fc(0x4,_0x187895[_0x101eed(0x337)])],_0x398bdb[_0x101eed(0x2a5)]);const _0x12a985=_0x101eed(0x50b);function _0x2bc01b(_0x48268f){const _0x385ef3=_0x101eed;return JSON['stringify'](_0x48268f)[_0x385ef3(0x4e0)];}class _0xe67d8d{constructor(){const _0x4a8cfe=_0x101eed;_0x31ba63(this,_0x4a8cfe(0x1cd),new _0x3ad50a[(_0x4a8cfe(0xfb))]()),_0x31ba63(this,_0x4a8cfe(0x156),this['_commentUpdate$'][_0x4a8cfe(0x568)]());}[_0x101eed(0x122)](_0x2b3e10){const _0xdedcc=_0x101eed;this[_0xdedcc(0x1cd)][_0xdedcc(0x1f2)](_0x2b3e10);}}var _0x6e8966=Object[_0x101eed(0x277)],_0x58a400=Object[_0x101eed(0x12f)],_0x27f5fa=(_0x28248b,_0x325c7b,_0x1ae53c,_0x236e96)=>{const _0x350188=_0x101eed;for(var _0x2699fb=_0x236e96>0x1?void 0x0:_0x236e96?_0x58a400(_0x325c7b,_0x1ae53c):_0x325c7b,_0x1d58a3=_0x28248b[_0x350188(0x4e0)]-0x1,_0x2ce80c;_0x1d58a3>=0x0;_0x1d58a3--)(_0x2ce80c=_0x28248b[_0x1d58a3])&&(_0x2699fb=(_0x236e96?_0x2ce80c(_0x325c7b,_0x1ae53c,_0x2699fb):_0x2ce80c(_0x2699fb))||_0x2699fb);return _0x236e96&&_0x2699fb&&_0x6e8966(_0x325c7b,_0x1ae53c,_0x2699fb),_0x2699fb;},_0x40e802=(_0x1bdafe,_0x337f1b)=>(_0x4b6a53,_0x48dd2e)=>_0x337f1b(_0x4b6a53,_0x48dd2e,_0x1bdafe);_0x398bdb[_0x101eed(0x3d2)]=class extends _0x4719e5[_0x101eed(0x198)]{constructor(_0x1b06f4,_0x270a4f){const _0x134553=_0x101eed;super(),_0x31ba63(this,_0x134553(0x1d4),new Map()),(this[_0x134553(0x508)]=_0x1b06f4,this['_userManagerService']=_0x270a4f,this[_0x134553(0xec)](_0x4719e5[_0x134553(0x3f1)](_0x3ad50a[_0x134553(0x54c)](this[_0x134553(0x508)]['getTypeOfUnitDisposed$'](_0x4719e5[_0x134553(0xf4)][_0x134553(0x561)])[_0x134553(0x43c)](_0xed279e[_0x134553(0x20a)](_0x3c02ca=>_0x3c02ca[_0x134553(0x4d4)]())),this['_univerInstanceService'][_0x134553(0x39d)](_0x4719e5[_0x134553(0xf4)][_0x134553(0xe0)])['pipe'](_0xed279e[_0x134553(0x20a)](_0x4a6b6d=>_0x4a6b6d['getUnitId']())),this[_0x134553(0x508)]['getTypeOfUnitDisposed$'](_0x4719e5[_0x134553(0xf4)][_0x134553(0x27a)])[_0x134553(0x43c)](_0xed279e[_0x134553(0x20a)](_0x5dddac=>_0x5dddac[_0x134553(0x4d4)]())))['subscribe'](_0xe2ad6c=>this[_0x134553(0x347)](_0xe2ad6c)))));}[_0x101eed(0x55e)](_0x2d307){const _0x172df5=_0x101eed;this[_0x172df5(0x144)][_0x172df5(0x55e)](_0x2d307);}[_0x101eed(0xf0)](){const _0x3d8d10=_0x101eed;return this[_0x3d8d10(0x144)][_0x3d8d10(0xf0)]();}['updateMember'](_0x853875,_0x539485){const _0x3af2d5=_0x101eed;let _0x4aec1c=this['_roomMembers'][_0x3af2d5(0x251)](_0x853875);_0x4aec1c||(_0x4aec1c=new _0x5ba450(),this[_0x3af2d5(0x1d4)]['set'](_0x853875,_0x4aec1c)),_0x4aec1c[_0x3af2d5(0x37e)](_0x539485);}[_0x101eed(0x47d)](_0x30f074,_0x472ea5){const _0x9cec09=_0x101eed,_0xe31f0b=this[_0x9cec09(0x1d4)][_0x9cec09(0x251)](_0x30f074);_0xe31f0b&&_0xe31f0b[_0x9cec09(0x47d)](_0x472ea5);}['getRoom'](_0x55bc93){const _0x2dbdff=_0x101eed;return this[_0x2dbdff(0x1d4)]['get'](_0x55bc93);}[_0x101eed(0x4e8)](_0x198229,_0x1e0b76){const _0x238d11=_0x101eed,_0x134c81=this[_0x238d11(0x1d4)][_0x238d11(0x251)](_0x198229);if(_0x134c81)return _0x134c81[_0x238d11(0x4e8)](_0x1e0b76);}[_0x101eed(0x347)](_0x28f059){const _0x3691b5=_0x101eed,_0x2c1c2c=this[_0x3691b5(0x1d4)][_0x3691b5(0x251)](_0x28f059);_0x2c1c2c&&(_0x2c1c2c[_0x3691b5(0x2b2)](),this[_0x3691b5(0x1d4)][_0x3691b5(0x3f3)](_0x28f059));}[_0x101eed(0x2b2)](){const _0xd34d93=_0x101eed;this[_0xd34d93(0x1d4)][_0xd34d93(0xfa)](_0x15a49b=>_0x15a49b['dispose']()),this[_0xd34d93(0x1d4)][_0xd34d93(0x544)]();}},_0x398bdb[_0x101eed(0x3d2)]=_0x27f5fa([_0x40e802(0x0,_0x4719e5[_0x101eed(0x27b)]),_0x40e802(0x1,_0x4719e5[_0x101eed(0xe3)](_0x4719e5['UserManagerService']))],_0x398bdb[_0x101eed(0x3d2)]);class _0x5ba450 extends _0x4719e5[_0x101eed(0x198)]{constructor(){const _0x2dec6b=_0x101eed;super(...arguments),_0x31ba63(this,_0x2dec6b(0x1f1),new Map());}[_0x101eed(0x2b2)](){const _0x39f95d=_0x101eed;this[_0x39f95d(0x1f1)][_0x39f95d(0x544)]();}[_0x101eed(0x37e)](_0x16d4a0){const _0x35ae8d=_0x101eed;this[_0x35ae8d(0x1f1)][_0x35ae8d(0x1e6)](_0x16d4a0[_0x35ae8d(0x4d3)],_0x16d4a0);}[_0x101eed(0x47d)](_0x4f36eb){const _0xb85776=_0x101eed;this['_members'][_0xb85776(0x3f3)](_0x4f36eb);}[_0x101eed(0x4e8)](_0x5a06d8){const _0x3abf5c=_0x101eed;return this[_0x3abf5c(0x1f1)][_0x3abf5c(0x251)](_0x5a06d8);}[_0x101eed(0x541)](){const _0x36b5b4=_0x101eed;return Array['from'](this[_0x36b5b4(0x1f1)][_0x36b5b4(0x29b)]());}}var _0x201113=Object[_0x101eed(0x277)],_0x1e3e1e=Object[_0x101eed(0x12f)],_0x4a5848=(_0x4eb387,_0x620a5e,_0xa0666b,_0x13c51c)=>{for(var _0xe23c26=_0x13c51c>0x1?void 0x0:_0x13c51c?_0x1e3e1e(_0x620a5e,_0xa0666b):_0x620a5e,_0xb8fd92=_0x4eb387['length']-0x1,_0x2cf39b;_0xb8fd92>=0x0;_0xb8fd92--)(_0x2cf39b=_0x4eb387[_0xb8fd92])&&(_0xe23c26=(_0x13c51c?_0x2cf39b(_0x620a5e,_0xa0666b,_0xe23c26):_0x2cf39b(_0xe23c26))||_0xe23c26);return _0x13c51c&&_0xe23c26&&_0x201113(_0x620a5e,_0xa0666b,_0xe23c26),_0xe23c26;},_0x46ba49=(_0x4e78ac,_0x6b2cf5)=>(_0x3e48d6,_0x5cd5ae)=>_0x6b2cf5(_0x3e48d6,_0x5cd5ae,_0x4e78ac),_0x323768=(_0xc921cb=>(_0xc921cb[_0xc921cb['IDLE']=0x0]=_0x101eed(0x1b4),_0xc921cb[_0xc921cb[_0x101eed(0x51b)]=0x1]=_0x101eed(0x51b),_0xc921cb[_0xc921cb['OFFLINE']=0x2]=_0x101eed(0x26a),_0xc921cb[_0xc921cb[_0x101eed(0x47a)]=0x3]=_0x101eed(0x47a),_0xc921cb))(_0x323768||{});const _0x43f4db={[_0x41a975['FAIL']]:_0x101eed(0x348),[_0x41a975['JOIN_ROOM_FULL']]:_0x101eed(0x311),[_0x41a975['JOIN_ROOM_NOT_EXISTS']]:'session.room-not-exists',[_0x41a975[_0x101eed(0x3f8)]]:_0x101eed(0x1b6),[_0x41a975[_0x101eed(0x172)]]:'session.room-cnt-exceeds'};_0x398bdb['CollaborationSession']=class extends _0x4719e5[_0x101eed(0x56d)]{constructor(_0x26632c,_0xf59947,_0x3f5bfe,_0x51fcf3,_0x4256a8,_0x4438db,_0x1e94ec,_0x3c6a50,_0x2b6235,_0x2db244){const _0x1df3a5=_0x101eed;super(),_0x31ba63(this,'_sessionStatus$',new _0x3ad50a['BehaviorSubject'](0x0)),_0x31ba63(this,_0x1df3a5(0xe4),this[_0x1df3a5(0x41e)][_0x1df3a5(0x568)]()),_0x31ba63(this,_0x1df3a5(0x31d),new _0x3ad50a[(_0x1df3a5(0xfb))]()),_0x31ba63(this,_0x1df3a5(0xd5),this[_0x1df3a5(0x31d)][_0x1df3a5(0x568)]()),_0x31ba63(this,_0x1df3a5(0xaa)),_0x31ba63(this,_0x1df3a5(0x3ca)),_0x31ba63(this,_0x1df3a5(0x15c)),_0x31ba63(this,'_shouldReportTelemetry',!0x1),_0x31ba63(this,_0x1df3a5(0x13f),null),(this[_0x1df3a5(0x1d8)]=_0x26632c,this['_logService']=_0x3f5bfe,this[_0x1df3a5(0x175)]=_0x51fcf3,this[_0x1df3a5(0x39e)]=_0x4256a8,this[_0x1df3a5(0x2c6)]=_0x4438db,this[_0x1df3a5(0x1a6)]=_0x1e94ec,this[_0x1df3a5(0x1a5)]=_0x3c6a50,this[_0x1df3a5(0x575)]=_0x2b6235,this[_0x1df3a5(0x54d)]=_0x2db244,this[_0x1df3a5(0x1de)]=!!this['_telemetryService'],_0xf59947[_0x1df3a5(0x43c)](_0x3ad50a[_0x1df3a5(0x1bc)](this[_0x1df3a5(0x2b7)]))['subscribe'](_0x131ff4=>{const _0x18af35=_0x1df3a5;var _0x1b3d6b;typeof _0x131ff4>'u'||(this[_0x18af35(0xaa)]=_0x131ff4,_0x131ff4?(this[_0x18af35(0x344)](_0x131ff4),this['_socketMessageSubscription']=_0x131ff4['message$'][_0x18af35(0x391)](_0x12d260=>{const _0x4d6f0b=_0x18af35;_0x12d260[_0x4d6f0b(0x4a5)]===this[_0x4d6f0b(0x1d8)]&&this[_0x4d6f0b(0x57f)](_0x12d260);})):(this[_0x18af35(0x36e)](),this['_sessionStatus$'][_0x18af35(0x1f2)](0x2),(_0x1b3d6b=this[_0x18af35(0x3ca)])==null||_0x1b3d6b[_0x18af35(0x402)](),this[_0x18af35(0x3ca)]=null));}),this['disposeWithMe'](this[_0x1df3a5(0x175)][_0x1df3a5(0x433)](()=>{const _0x560a0e=_0x1df3a5;var _0x4e6c1b;(_0x4e6c1b=this[_0x560a0e(0xaa)])==null||_0x4e6c1b[_0x560a0e(0x3bb)]({'cmd':_0x5c2b37['LEAVE'],'data':{'roomID':this['_unitID']}});})));}get['sessionStatus'](){const _0x2e5b21=_0x101eed;return this[_0x2e5b21(0x41e)][_0x2e5b21(0x56f)]();}[_0x101eed(0x49e)](){const _0x2f2ea0=_0x101eed;var _0x5087cb,_0x551c50;return(_0x551c50=(_0x5087cb=this[_0x2f2ea0(0xaa)])==null?void 0x0:_0x5087cb[_0x2f2ea0(0x4d3)])!=null?_0x551c50:null;}[_0x101eed(0x2b2)](){const _0x1ff8be=_0x101eed;super['dispose'](),this[_0x1ff8be(0x2b7)]['next'](),this[_0x1ff8be(0x2b7)][_0x1ff8be(0x589)]();}['close'](){const _0x55e536=_0x101eed;var _0x22819b,_0x3e9aab;this[_0x55e536(0x36e)](),(_0x22819b=this[_0x55e536(0xaa)])==null||_0x22819b[_0x55e536(0x3bb)]({'cmd':_0x5c2b37['LEAVE'],'data':{'roomID':this['_unitID']}}),(_0x3e9aab=this['_socket'])==null||_0x3e9aab['close'](),this['_event$'][_0x55e536(0x589)](),this[_0x55e536(0x41e)][_0x55e536(0x589)](),this['dispose']();}[_0x101eed(0x57f)](_0x17bd33){const _0x3f8eac=_0x101eed;_0x17bd33[_0x3f8eac(0x1d1)]===_0x5c2b37['JOIN']?this[_0x3f8eac(0x4da)](_0x17bd33):_0x17bd33[_0x3f8eac(0x1d1)]===_0x5c2b37[_0x3f8eac(0x4aa)]&&this[_0x3f8eac(0x301)](_0x17bd33);}[_0x101eed(0x344)](_0x4763f6){const _0x324316=_0x101eed;this['_sessionStatus$'][_0x324316(0x1f2)](0x1),_0x4763f6[_0x324316(0x3bb)]({'cmd':_0x5c2b37[_0x324316(0x4a4)],'routeKey':this[_0x324316(0x1d8)],'routeType':'','data':{'rooms':[{'roomID':this[_0x324316(0x1d8)]}]}});}[_0x101eed(0x4da)](_0x103ea5){const _0xa9bad1=_0x101eed;var _0x22ed7c;if(_0x103ea5[_0xa9bad1(0x2ec)]in _0x43f4db){this[_0xa9bad1(0x39e)]['show']({'type':_0x1239d7[_0xa9bad1(0xab)][_0xa9bad1(0x486)],'content':this[_0xa9bad1(0x1a6)]['t'](_0x43f4db[_0x103ea5[_0xa9bad1(0x2ec)]])}),this['_sessionStatus$']['next'](0x2);return;}this[_0xa9bad1(0x41e)][_0xa9bad1(0x1f2)](0x3);const _0x22d8cb=(_0x22ed7c=_0x103ea5[_0xa9bad1(0x4c3)]['roomInfos'][this['_unitID']])==null?void 0x0:_0x22ed7c['members'];_0x22d8cb&&_0x22d8cb[_0xa9bad1(0xfa)](_0x1fdd91=>this[_0xa9bad1(0x1a5)][_0xa9bad1(0x37e)](this[_0xa9bad1(0x1d8)],_0x1fdd91));}[_0x101eed(0x301)](_0x2b8f59){const _0x5a8217=_0x101eed;try{const _0x454eb0=_0x2b8f59[_0x5a8217(0x4c3)];switch(_0x454eb0[_0x5a8217(0x221)]){case _0x187895[_0x5a8217(0x282)]['USERS_ENTER']:this[_0x5a8217(0x19f)](_0x454eb0),this[_0x5a8217(0x31d)][_0x5a8217(0x1f2)](_0x454eb0);break;case _0x187895['CollaborationEvent'][_0x5a8217(0x3db)]:this[_0x5a8217(0x2e7)](_0x454eb0),this['_event$'][_0x5a8217(0x1f2)](_0x454eb0);break;case _0x187895['CollaborationEvent']['CHANGESET_ACK']:case _0x187895[_0x5a8217(0x282)]['CHANGESET_SHOULD_RETRY']:this[_0x5a8217(0x308)](),this[_0x5a8217(0x4df)](),this[_0x5a8217(0x31d)][_0x5a8217(0x1f2)](_0x454eb0);break;case _0x187895[_0x5a8217(0x282)][_0x5a8217(0x3a3)]:this[_0x5a8217(0x39c)]['error'](_0x5a8217(0x241)+JSON['stringify'](_0x454eb0)),this[_0x5a8217(0x31d)]['next'](_0x454eb0);break;case _0x187895[_0x5a8217(0x282)]['COMMENT_UPDATE']:this[_0x5a8217(0x575)][_0x5a8217(0x122)](_0x454eb0[_0x5a8217(0x4c3)]),this[_0x5a8217(0x31d)][_0x5a8217(0x1f2)](_0x454eb0);break;default:this[_0x5a8217(0x31d)][_0x5a8217(0x1f2)](_0x454eb0);}}catch(_0x3ae402){this[_0x5a8217(0x39c)]['error'](_0x3ae402,_0x2b8f59);}}[_0x101eed(0x19f)](_0x4179c9){const _0x5ee9ce=_0x101eed;this[_0x5ee9ce(0x1a5)]['updateMember'](this[_0x5ee9ce(0x1d8)],_0x4179c9[_0x5ee9ce(0x4c3)]);}['_onUserLeave'](_0x2c9093){const _0x53b407=_0x101eed;this[_0x53b407(0x1a5)][_0x53b407(0x47d)](this[_0x53b407(0x1d8)],_0x2c9093['data']['memberID']);}async[_0x101eed(0x3bb)](_0x33848a,_0x9cbfd3){const _0x358fb5=_0x101eed;if(this['sessionStatus']!==0x3||!this['_socket'])throw new Error(_0x358fb5(0x14b));try{_0x33848a[_0x358fb5(0x221)]===_0x187895[_0x358fb5(0x282)][_0x358fb5(0x2f1)]&&(this[_0x358fb5(0x27c)](),this[_0x358fb5(0x357)](_0x33848a)),this['_socket'][_0x358fb5(0x3bb)]({'cmd':_0x5c2b37[_0x358fb5(0x1ef)],'routeKey':_0x9cbfd3,'routeType':'','data':_0x33848a});}catch(_0x1bfaf2){this['_logService'][_0x358fb5(0x306)](_0x1bfaf2);}}['_scheduleCollaborationTimeoutTimer'](){const _0x1d3c1e=_0x101eed;var _0x3f2746;this[_0x1d3c1e(0x15c)]=window[_0x1d3c1e(0x478)](()=>{const _0x37433a=_0x1d3c1e;this[_0x37433a(0x15c)]=null,this[_0x37433a(0x39e)][_0x37433a(0x38f)]({'type':_0x1239d7[_0x37433a(0xab)][_0x37433a(0x1cc)],'content':this[_0x37433a(0x1a6)]['t'](_0x37433a(0x165))});},(_0x3f2746=this[_0x1d3c1e(0x2c6)][_0x1d3c1e(0x20c)](_0x3f4344))!=null?_0x3f2746:0x4e20);}[_0x101eed(0x4df)](){const _0x310ea4=_0x101eed;this['_collaborationTimeoutTimer']&&(clearTimeout(this[_0x310ea4(0x15c)]),this[_0x310ea4(0x15c)]=null);}[_0x101eed(0x357)](_0x3451c9){const _0x19224a=_0x101eed;if(!this['_shouldReportTelemetry'])return;const {data:_0xffcbd3}=_0x3451c9,{unitID:_0x1fbca4,changeset:_0x5736b1}=_0xffcbd3,{mutations:_0x1a5f17,type:_0xbf3cf}=_0x5736b1;this['_telemetryInfo']={'unitId':_0x1fbca4,'type':_0xbf3cf,'startTime':performance[_0x19224a(0xe8)](),'stopTime':0x0,'duration':0x0,'size':_0x2bc01b(_0x1a5f17)};}['_stopTelemetryCollaborationNewChangeset'](){const _0x3001d1=_0x101eed;if(this['_shouldReportTelemetry']){if(!this['_telemetryInfo']){this[_0x3001d1(0x39c)]['error'](_0x3001d1(0x318),_0x3001d1(0x39f));return;}this[_0x3001d1(0x13f)]['stopTime']=performance[_0x3001d1(0xe8)](),this[_0x3001d1(0x13f)][_0x3001d1(0x240)]=this[_0x3001d1(0x13f)][_0x3001d1(0x191)]-this[_0x3001d1(0x13f)][_0x3001d1(0x117)],this['_telemetryService']['capture'](_0x12a985,this[_0x3001d1(0x13f)]),this['_telemetryInfo']=null;}}[_0x101eed(0x36e)](){const _0x4275ce=_0x101eed;this[_0x4275ce(0x13f)]=null;}},_0x398bdb[_0x101eed(0x238)]=_0x4a5848([_0x46ba49(0x2,_0x4719e5[_0x101eed(0x396)]),_0x46ba49(0x3,_0x221209['IBeforeCloseService']),_0x46ba49(0x4,_0x221209[_0x101eed(0x458)]),_0x46ba49(0x5,_0x4719e5['IConfigService']),_0x46ba49(0x6,_0x4719e5['Inject'](_0x4719e5[_0x101eed(0x4f0)])),_0x46ba49(0x7,_0x4719e5['Inject'](_0x398bdb[_0x101eed(0x3d2)])),_0x46ba49(0x8,_0x4719e5[_0x101eed(0xe3)](_0xe67d8d)),_0x46ba49(0x9,_0x4719e5[_0x101eed(0x2fe)](_0x1d9d83[_0x101eed(0x1d0)]))],_0x398bdb[_0x101eed(0x238)]);var _0x39ac8d=Object[_0x101eed(0x277)],_0x52e8b2=Object['getOwnPropertyDescriptor'],_0x353e45=(_0x387399,_0x413aa8,_0x2ea7b6,_0x5a1872)=>{for(var _0x1b519a=_0x5a1872>0x1?void 0x0:_0x5a1872?_0x52e8b2(_0x413aa8,_0x2ea7b6):_0x413aa8,_0x368dcc=_0x387399['length']-0x1,_0x379b89;_0x368dcc>=0x0;_0x368dcc--)(_0x379b89=_0x387399[_0x368dcc])&&(_0x1b519a=(_0x5a1872?_0x379b89(_0x413aa8,_0x2ea7b6,_0x1b519a):_0x379b89(_0x1b519a))||_0x1b519a);return _0x5a1872&&_0x1b519a&&_0x39ac8d(_0x413aa8,_0x2ea7b6,_0x1b519a),_0x1b519a;},_0x21a14f=(_0x5d4d15,_0x13b985)=>(_0x927e89,_0x407097)=>_0x13b985(_0x927e89,_0x407097,_0x5d4d15);_0x398bdb[_0x101eed(0x194)]=class extends _0x4719e5[_0x101eed(0x198)]{constructor(_0x1e9484,_0x532151,_0x4c8d7d,_0x154cde,_0x3d951f,_0x5080cd,_0x460794){const _0x2e4795=_0x101eed;super(),_0x31ba63(this,_0x2e4795(0x2e9),new _0x3ad50a[(_0x2e4795(0xc6))](void 0x0)),_0x31ba63(this,_0x2e4795(0x331),this[_0x2e4795(0x2e9)]['asObservable']()),_0x31ba63(this,_0x2e4795(0x4e1),null),_0x31ba63(this,_0x2e4795(0x19b),new Map()),_0x31ba63(this,_0x2e4795(0x19a),new _0x3ad50a[(_0x2e4795(0xc6))](_0x323768[_0x2e4795(0x1b4)])),_0x31ba63(this,'status$',this[_0x2e4795(0x19a)]['asObservable']()),_0x31ba63(this,_0x2e4795(0x4ef),!0x1),_0x31ba63(this,'_retryConnectingTimer'),_0x31ba63(this,_0x2e4795(0x15d),0x0),_0x31ba63(this,'_sendHeartbeatTimer'),_0x31ba63(this,_0x2e4795(0x22e)),(this[_0x2e4795(0x498)]=_0x1e9484,this[_0x2e4795(0x1a6)]=_0x532151,this[_0x2e4795(0x39e)]=_0x4c8d7d,this[_0x2e4795(0x39c)]=_0x154cde,this[_0x2e4795(0x2c6)]=_0x3d951f,this[_0x2e4795(0x4af)]=_0x5080cd,this[_0x2e4795(0x3c7)]=_0x460794,this[_0x2e4795(0x35a)]());}get['_socket'](){const _0x2141d7=_0x101eed;return this[_0x2141d7(0x2e9)]['getValue']();}['_initEventListeners'](){const _0x598908=_0x101eed;this[_0x598908(0x493)](),this[_0x598908(0x381)]();}[_0x101eed(0x2b2)](){const _0x29e66f=_0x101eed;super[_0x29e66f(0x2b2)](),this[_0x29e66f(0x19b)]['forEach'](_0x39f131=>_0x39f131[_0x29e66f(0x2b2)]()),this[_0x29e66f(0x19b)]['clear'](),this[_0x29e66f(0x19a)]['complete']();}async['requireSession'](_0x14f011){const _0x59cfa6=_0x101eed;if(this[_0x59cfa6(0x19b)][_0x59cfa6(0x158)](_0x14f011))return this['_sessions'][_0x59cfa6(0x251)](_0x14f011);this[_0x59cfa6(0x250)]();const _0x3f69d6=this[_0x59cfa6(0x498)][_0x59cfa6(0x406)](_0x398bdb['CollaborationSession'],_0x14f011,this[_0x59cfa6(0x2e9)][_0x59cfa6(0x568)]());return this[_0x59cfa6(0x19b)][_0x59cfa6(0x1e6)](_0x14f011,_0x3f69d6),_0x3f69d6;}[_0x101eed(0x414)](_0x18dbc1){const _0xa77b81=_0x101eed;var _0x205039;const _0x1f7b7e=this[_0xa77b81(0x19b)][_0xa77b81(0x251)](_0x18dbc1);_0x1f7b7e&&(this[_0xa77b81(0x19b)][_0xa77b81(0x3f3)](_0x18dbc1),_0x1f7b7e[_0xa77b81(0x160)]()),this['_sessions'][_0xa77b81(0x2d4)]||(_0x205039=this[_0xa77b81(0xaa)])==null||_0x205039['close']();}['reconnect'](){const _0x4470f1=_0x101eed;this['_retryCount']=0x0,this[_0x4470f1(0x586)]!=null&&(clearTimeout(this[_0x4470f1(0x586)]),this[_0x4470f1(0x586)]=null),this[_0x4470f1(0xae)]();}async[_0x101eed(0x32e)](){const _0x5ee395=_0x101eed;var _0x42b5f5,_0x66c2cf,_0xcdb6ab;const _0xce017f=this[_0x5ee395(0x2c6)]['getConfig'](_0x59f283),_0x53d7c4=(_0x42b5f5=_0xce017f==null?void 0x0:_0xce017f[_0x5ee395(0x50c)])!=null?_0x42b5f5:_0x736874;return(_0xcdb6ab=(_0x66c2cf=(await this['_httpService'][_0x5ee395(0x251)](_0x53d7c4,{'headers':{'Content-Type':_0x5ee395(0x2e5)}}))[_0x5ee395(0x54a)])==null?void 0x0:_0x66c2cf[_0x5ee395(0x58a)])!=null?_0xcdb6ab:'';}[_0x101eed(0x52a)](_0x5273c4){const _0x24447a=_0x101eed;var _0x216561,_0x53816b;const _0x160584=this[_0x24447a(0x2c6)][_0x24447a(0x20c)](_0x45a558),_0x51455e=this['_configService'][_0x24447a(0x20c)](_0x59f283),_0x331ddc=(_0x53816b=(_0x216561=_0x51455e==null?void 0x0:_0x51455e[_0x24447a(0x25d)])!=null?_0x216561:_0x160584)!=null?_0x53816b:_0x2664d9,_0x39e462=new URL(_0x331ddc,window['location']['origin']);return _0x39e462['searchParams'][_0x24447a(0x1e6)]('sessionTicket',_0x5273c4),_0x39e462['toString']();}async[_0x101eed(0x41f)](){const _0x228882=_0x101eed,_0x41426b=await this[_0x228882(0x32e)](),_0x34ac34=this['_createSocketURL'](_0x41426b),_0x149e5a=this['_socketService'][_0x228882(0x255)](_0x34ac34);return this[_0x228882(0x4e1)]=_0x149e5a,_0x149e5a;}async[_0x101eed(0x250)](){const _0x285a5=_0x101eed;var _0x146d9d,_0x56fd6f;try{const _0x5361e0=(_0x56fd6f=(_0x146d9d=this[_0x285a5(0xaa)])!=null?_0x146d9d:this[_0x285a5(0x4e1)])!=null?_0x56fd6f:await this[_0x285a5(0x41f)]();if(_0x5361e0){const _0x607885=_0x5361e0['send'];_0x5361e0[_0x285a5(0x3bb)]=_0xafb6b0=>(this[_0x285a5(0x3d9)](),_0x607885[_0x285a5(0x1b0)](_0x5361e0,[_0xafb6b0])),_0x5361e0[_0x285a5(0x17b)][_0x285a5(0x391)](_0x32d15a=>this[_0x285a5(0x523)](_0x5361e0,_0x32d15a)),_0x5361e0[_0x285a5(0x256)][_0x285a5(0x43c)](_0xed279e[_0x285a5(0x489)](0x1))[_0x285a5(0x391)](_0x346465=>this[_0x285a5(0x39c)]['error'](_0x285a5(0xd7),_0x346465)),_0x5361e0['open$'][_0x285a5(0x43c)](_0xed279e['take'](0x1))[_0x285a5(0x391)](()=>{const _0x461caa=_0x285a5;this[_0x461caa(0x42a)](_0x5361e0);}),_0x5361e0[_0x285a5(0x456)][_0x285a5(0x43c)](_0xed279e[_0x285a5(0x489)](0x1))[_0x285a5(0x391)](_0xdcfb15=>{const _0x53be0b=_0x285a5;this[_0x53be0b(0x39c)][_0x53be0b(0x553)]('[CollaborationSessionService]',_0x53be0b(0x281),_0xdcfb15),this['_onConnectionFailed']();});}}catch(_0x41cf23){this[_0x285a5(0x39c)]['error'](_0x41cf23),this['_onConnectionFailed']();}}[_0x101eed(0x42a)](_0x51b18f){const _0x5e458e=_0x101eed;this['_logService'][_0x5e458e(0x553)](_0x5e458e(0x531),'socket\x20open.'),_0x51b18f[_0x5e458e(0x3bb)]({'cmd':_0x5c2b37[_0x5e458e(0x1ba)]}),this[_0x5e458e(0x3d9)]();}[_0x101eed(0x493)](){const _0x35f8c4=_0x101eed;window[_0x35f8c4(0x32c)](_0x35f8c4(0x37d),()=>this[_0x35f8c4(0x2a1)]());}[_0x101eed(0x2a1)](){const _0x1d1b3f=_0x101eed;this['_socketReady']=!0x1,this[_0x1d1b3f(0x4e1)]=null,this['_status$'][_0x1d1b3f(0x1f2)](_0x323768[_0x1d1b3f(0x26a)]),this[_0x1d1b3f(0x2e9)][_0x1d1b3f(0x1f2)](null),this[_0x1d1b3f(0x468)](),this[_0x1d1b3f(0xf6)]();}['_onConnectionFailed'](){const _0x81c99f=_0x101eed;var _0x36c3f3;this['_onOffline'](),this[_0x81c99f(0x15d)]<((_0x36c3f3=this[_0x81c99f(0x2c6)][_0x81c99f(0x20c)](_0x23a944))!=null?_0x36c3f3:0x3)?(this[_0x81c99f(0x39e)]['show']({'key':_0x81c99f(0x21e),'type':_0x1239d7[_0x81c99f(0xab)]['Warning'],'content':this[_0x81c99f(0x1a6)]['t'](_0x81c99f(0x3c3))}),this[_0x81c99f(0xae)]()):this[_0x81c99f(0x39e)][_0x81c99f(0x38f)]({'key':_0x81c99f(0x21e),'type':_0x1239d7[_0x81c99f(0xab)][_0x81c99f(0x1cc)],'content':this[_0x81c99f(0x1a6)]['t'](_0x81c99f(0x3ef))});}[_0x101eed(0x381)](){const _0x329b0a=_0x101eed,_0x37cf32=()=>{const _0x321f05=_0x2732;this[_0x321f05(0xaa)]||this['reconnect']();},_0x330d3c=()=>{const _0x5535a2=_0x2732;this[_0x5535a2(0xaa)]||document[_0x5535a2(0x2ee)]==='hidden'||this['reconnect']();};window[_0x329b0a(0x32c)](_0x329b0a(0x4ce),_0x37cf32),document[_0x329b0a(0x32c)](_0x329b0a(0x319),_0x330d3c);}[_0x101eed(0xae)](){const _0x32aa93=_0x101eed;var _0x466df3;const _0x4ff169=this['_retryCount'],_0x4f8908=this[_0x32aa93(0x2c6)]['getConfig'](_0x59f283),_0x5609f1=_0x4ff169===0x0?0x0:((_0x466df3=_0x4f8908==null?void 0x0:_0x4f8908[_0x32aa93(0x462)])!=null?_0x466df3:0x4e20)*0x2**_0x4ff169;this[_0x32aa93(0x586)]=window[_0x32aa93(0x478)](()=>{const _0x2ee2ef=_0x32aa93;clearTimeout(this[_0x2ee2ef(0x586)]),this[_0x2ee2ef(0x586)]=null,this[_0x2ee2ef(0x250)]();},_0x5609f1),this[_0x32aa93(0x15d)]+=0x1;}[_0x101eed(0x523)](_0x366309,_0x24455c){const _0x43598f=_0x101eed,{cmd:_0x5dceaa}=_0x24455c;_0x5dceaa===_0x5c2b37[_0x43598f(0x1ba)]&&!this['_socketReady']&&(_0x366309['memberID']=_0x24455c[_0x43598f(0x4c3)][_0x43598f(0x4d3)],this[_0x43598f(0x2e9)]['next'](_0x366309),this[_0x43598f(0x19a)][_0x43598f(0x1f2)](_0x323768[_0x43598f(0x47a)]),this[_0x43598f(0x4ef)]=!0x0,this[_0x43598f(0x4e1)]=null),_0x5dceaa===_0x5c2b37[_0x43598f(0x3f4)]&&this[_0x43598f(0x468)](),this[_0x43598f(0x3d9)]();}['_rescheduleHeartbeat'](){const _0x87eb5d=_0x101eed;var _0x43e1f1;this[_0x87eb5d(0xf6)](),this['_sendHeartbeatTimer']=window[_0x87eb5d(0x478)](()=>this['_sendHeartbeat'](),(_0x43e1f1=this[_0x87eb5d(0x2c6)][_0x87eb5d(0x20c)](_0x5bb289))!=null?_0x43e1f1:0x7530);}[_0x101eed(0x481)](){const _0x276dd7=_0x101eed;this[_0x276dd7(0xaa)][_0x276dd7(0x3bb)]({'cmd':_0x5c2b37['HEARTBEAT']}),this[_0x276dd7(0x2b8)]();}[_0x101eed(0x2b8)](){const _0x5982db=_0x101eed;var _0x1e1c6d;this[_0x5982db(0x22e)]=window['setTimeout'](()=>this[_0x5982db(0x213)](),(_0x1e1c6d=this[_0x5982db(0x2c6)][_0x5982db(0x20c)](_0x3f4344))!=null?_0x1e1c6d:0x4e20);}[_0x101eed(0xf6)](){const _0x3e23c6=_0x101eed;this[_0x3e23c6(0x3af)]!=null&&(clearTimeout(this['_sendHeartbeatTimer']),this['_sendHeartbeatTimer']=null);}[_0x101eed(0x468)](){const _0x10c73a=_0x101eed;this[_0x10c73a(0x22e)]!=null&&(clearTimeout(this[_0x10c73a(0x22e)]),this[_0x10c73a(0x22e)]=null);}},_0x398bdb[_0x101eed(0x194)]=_0x353e45([_0x21a14f(0x0,_0x4719e5['Inject'](_0x4719e5[_0x101eed(0x528)])),_0x21a14f(0x1,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x4f0)])),_0x21a14f(0x2,_0x221209[_0x101eed(0x458)]),_0x21a14f(0x3,_0x4719e5['ILogService']),_0x21a14f(0x4,_0x4719e5[_0x101eed(0x3d6)]),_0x21a14f(0x5,_0x31092f),_0x21a14f(0x6,_0x4719e5[_0x101eed(0xe3)](_0x872107[_0x101eed(0x4f9)]))],_0x398bdb[_0x101eed(0x194)]);const _0x1f9699=[];for(let _0x3e6508=0x0;_0x3e6508<0x100;++_0x3e6508)_0x1f9699[_0x101eed(0x270)]((_0x3e6508+0x100)['toString'](0x10)[_0x101eed(0x4ae)](0x1));function _0x18f6da(_0x1539f5,_0xf44653=0x0){const _0x85a083=_0x101eed;return(_0x1f9699[_0x1539f5[_0xf44653+0x0]]+_0x1f9699[_0x1539f5[_0xf44653+0x1]]+_0x1f9699[_0x1539f5[_0xf44653+0x2]]+_0x1f9699[_0x1539f5[_0xf44653+0x3]]+'-'+_0x1f9699[_0x1539f5[_0xf44653+0x4]]+_0x1f9699[_0x1539f5[_0xf44653+0x5]]+'-'+_0x1f9699[_0x1539f5[_0xf44653+0x6]]+_0x1f9699[_0x1539f5[_0xf44653+0x7]]+'-'+_0x1f9699[_0x1539f5[_0xf44653+0x8]]+_0x1f9699[_0x1539f5[_0xf44653+0x9]]+'-'+_0x1f9699[_0x1539f5[_0xf44653+0xa]]+_0x1f9699[_0x1539f5[_0xf44653+0xb]]+_0x1f9699[_0x1539f5[_0xf44653+0xc]]+_0x1f9699[_0x1539f5[_0xf44653+0xd]]+_0x1f9699[_0x1539f5[_0xf44653+0xe]]+_0x1f9699[_0x1539f5[_0xf44653+0xf]])[_0x85a083(0x28f)]();}let _0x579acf;const _0x1b2d70=new Uint8Array(0x10);function _0x55c35e(){const _0xbf044d=_0x101eed;if(!_0x579acf){if(typeof crypto>'u'||!crypto[_0xbf044d(0x32a)])throw new Error(_0xbf044d(0x2a7));_0x579acf=crypto[_0xbf044d(0x32a)][_0xbf044d(0x4a1)](crypto);}return _0x579acf(_0x1b2d70);}const _0x20e0ce={'randomUUID':typeof crypto<'u'&&crypto[_0x101eed(0x279)]&&crypto[_0x101eed(0x279)][_0x101eed(0x4a1)](crypto)};function _0x3757a1(_0x5eb960,_0xfb1446,_0x215a9c){const _0x31f97b=_0x101eed;if(_0x20e0ce['randomUUID']&&!_0xfb1446&&!_0x5eb960)return _0x20e0ce[_0x31f97b(0x279)]();_0x5eb960=_0x5eb960||{};const _0x260466=_0x5eb960[_0x31f97b(0x4fc)]||(_0x5eb960[_0x31f97b(0x56c)]||_0x55c35e)();return _0x260466[0x6]=_0x260466[0x6]&0xf|0x40,_0x260466[0x8]=_0x260466[0x8]&0x3f|0x80,_0x18f6da(_0x260466);}var _0x43e307=Object[_0x101eed(0x277)],_0x5caefc=Object[_0x101eed(0x12f)],_0xc7c6ed=(_0x11dde0,_0x5a45f2,_0x2e494a,_0x2491d5)=>{const _0x199786=_0x101eed;for(var _0x220bba=_0x2491d5>0x1?void 0x0:_0x2491d5?_0x5caefc(_0x5a45f2,_0x2e494a):_0x5a45f2,_0x14a143=_0x11dde0[_0x199786(0x4e0)]-0x1,_0x34acc9;_0x14a143>=0x0;_0x14a143--)(_0x34acc9=_0x11dde0[_0x14a143])&&(_0x220bba=(_0x2491d5?_0x34acc9(_0x5a45f2,_0x2e494a,_0x220bba):_0x34acc9(_0x220bba))||_0x220bba);return _0x2491d5&&_0x220bba&&_0x43e307(_0x5a45f2,_0x2e494a,_0x220bba),_0x220bba;},_0x2c7375=(_0x3001e5,_0x49bb2b)=>(_0x471b74,_0x3fe380)=>_0x49bb2b(_0x471b74,_0x3fe380,_0x3001e5);let _0x33088b=class{constructor(_0x2739d5,_0x2bbc26,_0x412862){const _0x54aa1d=_0x101eed;this['_injector']=_0x2739d5,this['_transformService']=_0x2bbc26,this[_0x54aa1d(0x232)]=_0x412862;}['transformIMECache'](_0x3282c3){const _0x35510b=_0x101eed;this[_0x35510b(0x44e)](_0x3282c3),this[_0x35510b(0x434)](_0x3282c3);}['transformRemoteChangeset'](_0x48141b){const _0x5ab52c=_0x101eed,{unitID:_0x41b8f2}=_0x48141b,_0x3bb8c8=this['_renderManagerService'][_0x5ab52c(0x1da)](_0x41b8f2)['with'](_0x525184[_0x5ab52c(0x245)]),{redoCache:_0x231118}=_0x3bb8c8['getUndoRedoMutationParamsCache']();if(_0x231118[_0x5ab52c(0x4e0)]===0x0)return _0x48141b;let _0x1eaa70=_0x4719e5['Tools'][_0x5ab52c(0x421)](_0x48141b[_0x5ab52c(0x31a)][0x0]);for(let _0x123929=0x0;_0x123929<_0x231118[_0x5ab52c(0x4e0)];_0x123929++){const _0x12fd16={'id':'doc.mutation.rich-text-editing','params':{..._0x231118[_0x123929]}},_0x237c6f=this[_0x5ab52c(0x294)][_0x5ab52c(0x332)](_0x1eaa70,_0x12fd16,!0x1);if(_0x187895['isTransformMutationFailure'](_0x237c6f))throw _0x237c6f['error'];_0x1eaa70=_0x237c6f[_0x5ab52c(0x487)];}return{..._0x4719e5['Tools'][_0x5ab52c(0x421)](_0x48141b),'mutations':[_0x1eaa70]};}[_0x101eed(0x44e)](_0x57e232){const _0x5e43ab=_0x101eed,{unitID:_0x264841}=_0x57e232,_0x3dee22=this[_0x5e43ab(0x232)][_0x5e43ab(0x1da)](_0x264841)[_0x5e43ab(0x44b)](_0x525184[_0x5e43ab(0x245)]),{undoCache:_0xd9f2ea,redoCache:_0x3a741d}=_0x3dee22[_0x5e43ab(0x461)]();if(_0xd9f2ea[_0x5e43ab(0x4e0)]===0x0||_0x3a741d[_0x5e43ab(0x4e0)]===0x0)return;const _0x57c4d3=[],_0x486b0f=[];let _0x1ded26=_0x4719e5['Tools'][_0x5e43ab(0x421)](_0x57e232[_0x5e43ab(0x31a)][0x0]),_0x2abc47=_0x4719e5[_0x5e43ab(0x412)][_0x5e43ab(0x421)](_0x57e232[_0x5e43ab(0x31a)][0x0]);for(let _0x4f214f=_0xd9f2ea[_0x5e43ab(0x4e0)]-0x1;_0x4f214f>=0x0;_0x4f214f--){const _0x215ed4={'id':_0x5e43ab(0x123),'params':{..._0xd9f2ea[_0x4f214f]}},_0xd5cf11={'id':'doc.mutation.rich-text-editing','params':{..._0x3a741d[_0x4f214f]}},_0x33c242=this[_0x5e43ab(0x294)][_0x5e43ab(0x332)](_0x1ded26,_0x215ed4,!0x1),_0x252531=this[_0x5e43ab(0x294)][_0x5e43ab(0x332)](_0x2abc47,_0xd5cf11,!0x1);if(_0x187895[_0x5e43ab(0x2f0)](_0x33c242))throw _0x33c242['error'];if(_0x187895[_0x5e43ab(0x2f0)](_0x252531))throw _0x252531[_0x5e43ab(0x306)];_0x57c4d3[_0x5e43ab(0x34c)](_0x33c242[_0x5e43ab(0x480)]['params']),_0x486b0f[_0x5e43ab(0x34c)](_0x252531[_0x5e43ab(0x480)][_0x5e43ab(0x314)]),_0x1ded26=_0x33c242[_0x5e43ab(0x487)],_0x2abc47=_0x252531['m1Prime'];}_0x3dee22[_0x5e43ab(0x1e9)]({'undoCache':_0x57c4d3,'redoCache':_0x486b0f});}[_0x101eed(0x434)](_0xbb813){const _0x3c5458=_0x101eed,{unitID:_0x1717d8}=_0xbb813,_0x55d78b=this[_0x3c5458(0x232)][_0x3c5458(0x1da)](_0x1717d8)[_0x3c5458(0x44b)](_0x525184[_0x3c5458(0x245)]),_0x1d7f70=_0x55d78b[_0x3c5458(0x504)]();if(_0x1d7f70==null)return;const _0x9ca9e9=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0xbb813[_0x3c5458(0xce)],'actions':null,'textRanges':[_0x1d7f70]}}],_0x59ce3c=this['_transformService']['transformMutationsWithChangeset'](_0xbb813,_0x9ca9e9);if(!_0x187895[_0x3c5458(0x2ed)](_0x59ce3c))throw _0x59ce3c[_0x3c5458(0x306)];const _0x19d432=_0x59ce3c['m2Prime'][0x0][_0x3c5458(0x314)][_0x3c5458(0x571)];Array[_0x3c5458(0x1af)](_0x19d432)&&_0x19d432[_0x3c5458(0x4e0)]&&_0x55d78b[_0x3c5458(0x28e)](_0x19d432[0x0]);}};_0x33088b=_0xc7c6ed([_0x2c7375(0x0,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x2c7375(0x1,_0x187895[_0x101eed(0x28d)]),_0x2c7375(0x2,_0x79bc37[_0x101eed(0x405)])],_0x33088b);var _0x5ec181=Object[_0x101eed(0x277)],_0x488d4d=Object[_0x101eed(0x12f)],_0x3c62bd=(_0x1d791b,_0x1c0f0c,_0x26bf61,_0x5bf558)=>{const _0xc37190=_0x101eed;for(var _0x37aaa9=_0x5bf558>0x1?void 0x0:_0x5bf558?_0x488d4d(_0x1c0f0c,_0x26bf61):_0x1c0f0c,_0x61688e=_0x1d791b[_0xc37190(0x4e0)]-0x1,_0x29fccd;_0x61688e>=0x0;_0x61688e--)(_0x29fccd=_0x1d791b[_0x61688e])&&(_0x37aaa9=(_0x5bf558?_0x29fccd(_0x1c0f0c,_0x26bf61,_0x37aaa9):_0x29fccd(_0x37aaa9))||_0x37aaa9);return _0x5bf558&&_0x37aaa9&&_0x5ec181(_0x1c0f0c,_0x26bf61,_0x37aaa9),_0x37aaa9;},_0x4944c7=(_0x284222,_0x30b4e8)=>(_0x513cc6,_0x467a78)=>_0x30b4e8(_0x513cc6,_0x467a78,_0x284222);_0x398bdb[_0x101eed(0xf5)]=class extends _0x4719e5[_0x101eed(0x198)]{constructor(_0x45ddc6,_0xb6cd79,_0x572264,_0x2f9f1d,_0x490105){const _0x3f5f4f=_0x101eed;super(),_0x31ba63(this,'_cachedData',new Map()),_0x31ba63(this,_0x3f5f4f(0x234),new Map()),_0x31ba63(this,_0x3f5f4f(0x291),!0x1),(this[_0x3f5f4f(0x2c6)]=_0x45ddc6,this['_localStorageService']=_0xb6cd79,this['_beforeCloseService']=_0x572264,this[_0x3f5f4f(0x1a6)]=_0x2f9f1d,this[_0x3f5f4f(0x38c)]=_0x490105,this[_0x3f5f4f(0x354)]());}['disableLocalCache'](){const _0xd80fba=_0x101eed;this[_0xd80fba(0x291)]=!0x0;}['enableLocalCache'](){const _0x555aab=_0x101eed;this[_0x555aab(0x291)]=!0x1;}['dispose'](){const _0x333180=_0x101eed;this[_0x333180(0x444)]()[_0x333180(0x46c)](()=>super[_0x333180(0x2b2)]());}async[_0x101eed(0x537)](_0x538b28){const _0x37f20c=_0x101eed;return this[_0x37f20c(0x291)]?null:this[_0x37f20c(0x100)][_0x37f20c(0x1d6)](_0x205697(_0x538b28));}async['saveOfflineData'](_0x3de6a2,_0x5a515d){const _0x547a12=_0x101eed;return!!this[_0x547a12(0x100)]['setItem'](_0x3de6a2,_0x5a515d);}[_0x101eed(0x327)](_0x7025bc,_0x8d47f4,_0x309b58,_0x3b58f2){const _0x363a96=_0x101eed,_0x48a472=this[_0x363a96(0x38c)][_0x363a96(0x208)](_0x7025bc);this[_0x363a96(0x2ce)]['set'](_0x7025bc,{'unitID':_0x7025bc,'type':_0x8d47f4,'awaitingChangeset':_0x309b58,'mutations':_0x3b58f2,'rev':_0x48a472}),this[_0x363a96(0x234)][_0x363a96(0x158)](_0x7025bc)||this[_0x363a96(0x47b)](_0x7025bc);}[_0x101eed(0x47b)](_0x276b39){const _0x5d55d3=_0x101eed,_0x40ee23=this[_0x5d55d3(0x470)]();_0x40ee23===0x0?this[_0x5d55d3(0x53f)](_0x276b39):this[_0x5d55d3(0x234)][_0x5d55d3(0x1e6)](_0x276b39,setTimeout(()=>this[_0x5d55d3(0x53f)](_0x276b39),_0x40ee23));}[_0x101eed(0x470)](){const _0x5534f9=_0x101eed;var _0xe9731;return(_0xe9731=this['_configService'][_0x5534f9(0x20c)](_0x5ee068))!=null?_0xe9731:0x3e8;}[_0x101eed(0x53f)](_0x3d53ea){const _0x3d55d2=_0x101eed,_0x2b6b7f=this[_0x3d55d2(0x234)]['get'](_0x3d53ea);return _0x2b6b7f!==void 0x0&&window[_0x3d55d2(0xdc)](_0x2b6b7f),this[_0x3d55d2(0x100)]['setItem'](_0x205697(_0x3d53ea),this[_0x3d55d2(0x2ce)][_0x3d55d2(0x251)](_0x3d53ea))['then'](()=>this[_0x3d55d2(0x234)][_0x3d55d2(0x3f3)](_0x3d53ea));}async[_0x101eed(0x444)](){const _0x3733f1=_0x101eed,_0x4f3645=[];this['_saveTaskMap'][_0x3733f1(0xfa)]((_0x561ef4,_0xd4cea)=>{const _0x583896=_0x3733f1;window[_0x583896(0xdc)](_0x561ef4),_0x4f3645[_0x583896(0x270)](this['_saveCache'](_0xd4cea)[_0x583896(0x46c)](()=>{const _0x417eda=_0x583896;this['_saveTaskMap'][_0x417eda(0x3f3)](_0xd4cea);}));}),await Promise['all'](_0x4f3645);}[_0x101eed(0x354)](){const _0x5aec4d=_0x101eed;this[_0x5aec4d(0xec)](this[_0x5aec4d(0x175)][_0x5aec4d(0x23f)](()=>{const _0x5dbe6b=_0x5aec4d;if(this[_0x5dbe6b(0x234)][_0x5dbe6b(0x2d4)])return this[_0x5dbe6b(0x1a6)]['t'](_0x5dbe6b(0x104));}));}},_0x398bdb[_0x101eed(0xf5)]=_0x3c62bd([_0x4944c7(0x0,_0x4719e5[_0x101eed(0x3d6)]),_0x4944c7(0x1,_0x4719e5[_0x101eed(0x4b4)]),_0x4944c7(0x2,_0x221209['IBeforeCloseService']),_0x4944c7(0x3,_0x4719e5['Inject'](_0x4719e5[_0x101eed(0x4f0)])),_0x4944c7(0x4,_0x4719e5['Inject'](_0x187895[_0x101eed(0xb2)]))],_0x398bdb[_0x101eed(0xf5)]);function _0x205697(_0x4e9539){const _0xb1e9a8=_0x101eed;return _0xb1e9a8(0x1f5)+_0x4e9539;}var _0x52e67f=Object[_0x101eed(0x277)],_0x21759a=Object['getOwnPropertyDescriptor'],_0xb26c25=(_0x32eab3,_0x41c17e,_0x417068,_0x43373f)=>{const _0x3fe7ea=_0x101eed;for(var _0x92aa6b=_0x43373f>0x1?void 0x0:_0x43373f?_0x21759a(_0x41c17e,_0x417068):_0x41c17e,_0x3f2bcf=_0x32eab3[_0x3fe7ea(0x4e0)]-0x1,_0x1802d4;_0x3f2bcf>=0x0;_0x3f2bcf--)(_0x1802d4=_0x32eab3[_0x3f2bcf])&&(_0x92aa6b=(_0x43373f?_0x1802d4(_0x41c17e,_0x417068,_0x92aa6b):_0x1802d4(_0x92aa6b))||_0x92aa6b);return _0x43373f&&_0x92aa6b&&_0x52e67f(_0x41c17e,_0x417068,_0x92aa6b),_0x92aa6b;},_0x22e7f8=(_0x18d9b0,_0x30e52d)=>(_0x21f915,_0x4ccdca)=>_0x30e52d(_0x21f915,_0x4ccdca,_0x18d9b0);function _0x52d050(_0x2afbce){const _0x1898f4=_0x101eed,{unitID:_0x24a82e,mutations:_0x588ed5}=_0x2afbce;return{'unitId':_0x24a82e,'subUnitId':_0x588ed5[0x0][_0x1898f4(0x314)][_0x1898f4(0x317)]};}let _0x121597=class{constructor(_0x51e2d3,_0x5da12e,_0x4d8c6e){const _0x4c9160=_0x101eed;this[_0x4c9160(0x498)]=_0x51e2d3,this[_0x4c9160(0x294)]=_0x5da12e,this[_0x4c9160(0x56b)]=_0x4d8c6e;}[_0x101eed(0x387)](_0x1cd934){const _0x2bef84=_0x101eed;var _0x1a3cdb,_0x25e8bf,_0x77ee09,_0x3e868d;const _0x102c6e=this[_0x2bef84(0x498)][_0x2bef84(0x251)](_0x37c84c[_0x2bef84(0x577)]),{unitId:_0x1db5a1,subUnitId:_0x11050a}=_0x52d050(_0x1cd934),_0x3ed718=_0x102c6e['getWorkbookSelections'](_0x1db5a1)[_0x2bef84(0x510)](),_0x27729c=(_0x25e8bf=(_0x1a3cdb=this[_0x2bef84(0x56b)][_0x2bef84(0x243)](_0x1db5a1))==null?void 0x0:_0x1a3cdb[_0x2bef84(0x10c)]())==null?void 0x0:_0x25e8bf[_0x2bef84(0x1a1)]();if(_0x3ed718[_0x2bef84(0x4e0)]===0x0||!_0x1db5a1||!_0x11050a)return;const _0x5056cb=[{'id':_0x37c84c[_0x2bef84(0x211)]['id'],'params':{'unitId':_0x1db5a1,'subUnitId':_0x27729c,'selections':_0x4719e5['Tools']['deepClone'](_0x3ed718)}}],_0x1ccd11=this[_0x2bef84(0x294)][_0x2bef84(0x53c)](_0x1cd934,_0x5056cb);if(!_0x187895[_0x2bef84(0x2ed)](_0x1ccd11))throw _0x1ccd11['error'];const _0x195e15=(_0x3e868d=(_0x77ee09=_0x1ccd11['m2Prime'][0x0])==null?void 0x0:_0x77ee09[_0x2bef84(0x314)])==null?void 0x0:_0x3e868d[_0x2bef84(0x4c7)];if(Array[_0x2bef84(0x1af)](_0x195e15)&&_0x195e15['length']){if(_0x195e15[_0x2bef84(0x4e0)]===_0x5056cb[0x0][_0x2bef84(0x314)][_0x2bef84(0x4c7)][_0x2bef84(0x4e0)]&&_0x195e15[_0x2bef84(0x495)]((_0x282604,_0x14a1e5)=>_0x4719e5[_0x2bef84(0x4c6)]['equals'](_0x282604[_0x2bef84(0x137)],_0x5056cb[0x0][_0x2bef84(0x314)][_0x2bef84(0x4c7)][_0x14a1e5][_0x2bef84(0x137)])))return;this[_0x2bef84(0x498)]['get'](_0x4719e5[_0x2bef84(0x233)])[_0x2bef84(0x2ac)](_0x37c84c[_0x2bef84(0x211)]['id'],{'unitId':_0x1db5a1,'subUnitId':_0x27729c,'selections':_0x195e15});}}};_0x121597=_0xb26c25([_0x22e7f8(0x0,_0x4719e5[_0x101eed(0xe3)](_0x4719e5['Injector'])),_0x22e7f8(0x1,_0x187895[_0x101eed(0x28d)]),_0x22e7f8(0x2,_0x4719e5['IUniverInstanceService'])],_0x121597);const _0x1eb8f2=_0x4719e5[_0x101eed(0x52f)]('univer-pro.collaboration-client.single-active-unit-service');var _0x90bb08=(_0x5f3682=>(_0x5f3682[_0x5f3682[_0x101eed(0x3c4)]=0x0]='NO_OTHER_CLIENTS_EDITING',_0x5f3682[_0x5f3682[_0x101eed(0x3e1)]=0x1]=_0x101eed(0x3e1),_0x5f3682))(_0x90bb08||{});const _0x6d12e7=0x7530,_0x128765=_0x101eed(0x46d);class _0x3410d9 extends _0x4719e5[_0x101eed(0x198)]{constructor(){const _0x1868c4=_0x101eed;super(),_0x31ba63(this,_0x1868c4(0x3ba),_0x4719e5['Tools']['generateRandomId']()),_0x31ba63(this,_0x1868c4(0x36c),new Set()),_0x31ba63(this,'_unitOnClients',new Map()),_0x31ba63(this,_0x1868c4(0x105),null),_0x31ba63(this,_0x1868c4(0x261),new Map()),_0x31ba63(this,_0x1868c4(0x34d),new Map()),this['_init']();}['dispose'](){const _0xa8709c=_0x101eed;super[_0xa8709c(0x2b2)](),this[_0xa8709c(0x261)]['forEach']((_0x40b000,_0x196081)=>this[_0xa8709c(0x383)](_0x196081)),this['_heartbeatTimer']&&window[_0xa8709c(0x35d)](this[_0xa8709c(0x105)]);}[_0x101eed(0x249)](_0x4002b1){const _0x2bacbd=_0x101eed;return this['_ensureSubject'](_0x4002b1)['pipe'](_0x3ad50a[_0x2bacbd(0x259)]());}[_0x101eed(0x1c6)](_0x27b20d){const _0x48d7cc=_0x101eed;this['_selfUnitIDs']['size']===0x0&&this[_0x48d7cc(0x218)](),this['_selfUnitIDs'][_0x48d7cc(0x451)](_0x27b20d),this['_send']({'type':0x0,'memberID':this[_0x48d7cc(0x3ba)],'unitIDs':[_0x27b20d],'isForwarded':!0x1});}[_0x101eed(0x14f)](_0x41d09e){const _0x5b3423=_0x101eed;this[_0x5b3423(0x36c)][_0x5b3423(0x3f3)](_0x41d09e),this['_selfUnitIDs'][_0x5b3423(0x2d4)]===0x0&&this['_heartbeatTimer']&&window[_0x5b3423(0x35d)](this[_0x5b3423(0x105)]);}[_0x101eed(0x48f)](){const _0x3fdacd=_0x101eed;this[_0x3fdacd(0xec)](_0x4719e5[_0x3fdacd(0x3f1)](_0x3ad50a['fromEvent'](window,_0x3fdacd(0x351))[_0x3fdacd(0x391)](_0x54a36f=>{const _0x19e30b=_0x3fdacd;if(_0x54a36f[_0x19e30b(0x540)]!==_0x128765||!_0x54a36f[_0x19e30b(0x4cc)])return;const _0x1be7aa=JSON[_0x19e30b(0x3a9)](_0x54a36f[_0x19e30b(0x4cc)]);this[_0x19e30b(0x37c)](_0x1be7aa);}))),window['addEventListener']('unload',()=>this[_0x3fdacd(0x1ec)]({'type':0x1,'memberID':this[_0x3fdacd(0x3ba)],'unitIDs':Array[_0x3fdacd(0x2d8)](this['_selfUnitIDs'])}));}[_0x101eed(0x37c)](_0x197b6d){const _0x1aba5d=_0x101eed;switch(_0x197b6d['type']){case 0x0:this['_handleJoinEvent'](_0x197b6d);break;case 0x1:this[_0x1aba5d(0x397)](_0x197b6d);break;case 0x2:this['_handleHeartbeatEvent'](_0x197b6d);break;}}[_0x101eed(0xd8)](_0x2741d2){const _0x5bffb5=_0x101eed,{unitIDs:_0x502a9e,memberID:_0x3e0daa,isForwarded:_0x71808d}=_0x2741d2;_0x502a9e[_0x5bffb5(0xfa)](_0x1ca27c=>{const _0x32fbec=_0x5bffb5;if(!_0x71808d&&this[_0x32fbec(0x41d)][_0x32fbec(0x158)](_0x1ca27c)&&this[_0x32fbec(0x2eb)](_0x1ca27c)[_0x32fbec(0x1f2)](0x1),!this['_unitOnClients'][_0x32fbec(0x158)](_0x1ca27c)||!this[_0x32fbec(0x41d)][_0x32fbec(0x251)](_0x1ca27c)[_0x32fbec(0x158)](_0x3e0daa)){const _0xc69512=this[_0x32fbec(0x41d)]['get'](_0x1ca27c)||new Set();_0xc69512[_0x32fbec(0x451)](_0x3e0daa),this[_0x32fbec(0x41d)][_0x32fbec(0x1e6)](_0x1ca27c,_0xc69512),this[_0x32fbec(0x506)](_0x3e0daa);}}),_0x71808d||this[_0x5bffb5(0x1ec)]({'type':0x0,'memberID':this[_0x5bffb5(0x3ba)],'unitIDs':[...this[_0x5bffb5(0x36c)]],'isForwarded':!0x0});}['_scheduleClearOtherTimer'](_0x33ade4){const _0x4dbc76=_0x101eed;this[_0x4dbc76(0x383)](_0x33ade4);const _0x9b4e95=window[_0x4dbc76(0x478)](()=>{const _0x164e62=_0x4dbc76;this[_0x164e62(0x41d)][_0x164e62(0xfa)](_0x3ccd70=>{const _0x24950f=_0x164e62;_0x3ccd70[_0x24950f(0x3f3)](_0x33ade4);});},_0x6d12e7*0x2);this[_0x4dbc76(0x261)]['set'](_0x33ade4,_0x9b4e95);}[_0x101eed(0x383)](_0x46d50a){const _0x18175c=_0x101eed;if(this[_0x18175c(0x261)]['has'](_0x46d50a)){const _0x1b7064=this['_clearOtherTimers']['get'](_0x46d50a);_0x1b7064&&window[_0x18175c(0xdc)](_0x1b7064),this[_0x18175c(0x261)][_0x18175c(0x1e6)](_0x46d50a,null);}}[_0x101eed(0x397)](_0x2a06cd){const _0x3025e7=_0x101eed,{memberID:_0x496502,unitIDs:_0x54f4f9}=_0x2a06cd;_0x54f4f9[_0x3025e7(0xfa)](_0x44bf09=>{const _0x39604e=_0x3025e7;var _0x3c3475;const _0x319a22=this[_0x39604e(0x41d)]['get'](_0x44bf09);_0x319a22&&(_0x319a22[_0x39604e(0x3f3)](_0x496502),(_0x3c3475=this[_0x39604e(0x2eb)](_0x44bf09))==null||_0x3c3475['next'](_0x319a22[_0x39604e(0x2d4)]===0x0?0x0:0x1));}),this[_0x3025e7(0x383)](_0x496502);}[_0x101eed(0x472)](_0x2480a2){const _0x4149f2=_0x101eed;this['_scheduleClearOtherTimer'](_0x2480a2[_0x4149f2(0x4d3)]);}[_0x101eed(0x1ec)](_0x409a22){const _0x214f58=_0x101eed;localStorage[_0x214f58(0x16b)](_0x128765,JSON['stringify'](_0x409a22));}[_0x101eed(0x218)](){const _0x322251=_0x101eed;this[_0x322251(0x105)]=window[_0x322251(0xea)](()=>{const _0x5c2f03=_0x322251;this['_send']({'type':0x2,'memberID':this[_0x5c2f03(0x3ba)]});},_0x6d12e7);}[_0x101eed(0x2eb)](_0x748390){const _0x1f5984=_0x101eed;return this[_0x1f5984(0x34d)][_0x1f5984(0x158)](_0x748390)||this[_0x1f5984(0x34d)]['set'](_0x748390,new _0x3ad50a[(_0x1f5984(0xc6))](0x0)),this[_0x1f5984(0x34d)]['get'](_0x748390);}}var _0x416f18=Object['defineProperty'],_0x4cfd79=Object[_0x101eed(0x12f)],_0x2cbecc=(_0x18a596,_0x59cadf,_0x20403d,_0x39446c)=>{for(var _0x143167=_0x39446c>0x1?void 0x0:_0x39446c?_0x4cfd79(_0x59cadf,_0x20403d):_0x59cadf,_0x667538=_0x18a596['length']-0x1,_0x29856f;_0x667538>=0x0;_0x667538--)(_0x29856f=_0x18a596[_0x667538])&&(_0x143167=(_0x39446c?_0x29856f(_0x59cadf,_0x20403d,_0x143167):_0x29856f(_0x143167))||_0x143167);return _0x39446c&&_0x143167&&_0x416f18(_0x59cadf,_0x20403d,_0x143167),_0x143167;},_0x2fa5b3=(_0x6e9c84,_0x18f4a2)=>(_0x51a88b,_0x1df8de)=>_0x18f4a2(_0x51a88b,_0x1df8de,_0x6e9c84);let _0x20bb91=class{constructor(_0x48a9a3,_0x592a8a,_0x1050d6){const _0x5256ca=_0x101eed;this[_0x5256ca(0x498)]=_0x48a9a3,this['_transformService']=_0x592a8a,this[_0x5256ca(0x46f)]=_0x1050d6;}[_0x101eed(0x1e4)](_0x4aa330){this['_transformHistoryAndStateStack'](_0x4aa330);}['transformRemoteChangeset'](_0x217e9e){const _0x593251=_0x101eed,{unitID:_0x212c5c}=_0x217e9e,{collaboration:_0x390466}=this[_0x593251(0x46f)][_0x593251(0x42c)](_0x212c5c);if(_0x390466['length']===0x0)return _0x217e9e;let _0x153675=_0x4719e5[_0x593251(0x412)][_0x593251(0x421)](_0x217e9e[_0x593251(0x31a)][0x0]);for(let _0x3b1ec5=0x0;_0x3b1ec5<_0x390466[_0x593251(0x4e0)];_0x3b1ec5++){const _0x3ffadc={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x390466[_0x3b1ec5][_0x593251(0x4ab)],..._0x390466[_0x3b1ec5][_0x593251(0x152)]}},_0xa1d7d8=this[_0x593251(0x294)][_0x593251(0x332)](_0x153675,_0x3ffadc,!0x1);if(_0x187895['isTransformMutationFailure'](_0xa1d7d8))throw _0xa1d7d8[_0x593251(0x306)];_0x153675=_0xa1d7d8[_0x593251(0x487)];}return{..._0x4719e5[_0x593251(0x412)]['deepClone'](_0x217e9e),'mutations':[_0x153675]};}['_transformHistoryAndStateStack'](_0x295936){const _0x24d4e8=_0x101eed,{unitID:_0x268a4b}=_0x295936,{history:_0x51f69c,collaboration:_0x4f5328}=this['_docStateChangeManagerService'][_0x24d4e8(0x42c)](_0x268a4b);if(_0x51f69c[_0x24d4e8(0x4e0)]===0x0&&_0x4f5328['length']===0x0)return;const _0x4bbaf1=[],_0x11668b=[];let _0x32bea8=_0x4719e5[_0x24d4e8(0x412)][_0x24d4e8(0x421)](_0x295936[_0x24d4e8(0x31a)][0x0]),_0x5afa01=_0x4719e5[_0x24d4e8(0x412)][_0x24d4e8(0x421)](_0x295936[_0x24d4e8(0x31a)][0x0]);for(let _0x374d7d=_0x51f69c['length']-0x1;_0x374d7d>=0x0;_0x374d7d--){const _0x3edab0={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x51f69c[_0x374d7d][_0x24d4e8(0x4ab)],..._0x51f69c[_0x374d7d][_0x24d4e8(0x3ad)]}},_0x1fa7a1={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x51f69c[_0x374d7d][_0x24d4e8(0x4ab)],..._0x51f69c[_0x374d7d][_0x24d4e8(0x152)]}},_0x2ed617=this[_0x24d4e8(0x294)][_0x24d4e8(0x332)](_0x32bea8,_0x3edab0,!0x1),_0x47a14d=this[_0x24d4e8(0x294)][_0x24d4e8(0x332)](_0x5afa01,_0x1fa7a1,!0x1);if(_0x187895['isTransformMutationFailure'](_0x2ed617))throw _0x2ed617['error'];if(_0x187895[_0x24d4e8(0x2f0)](_0x47a14d))throw _0x47a14d['error'];_0x4bbaf1[_0x24d4e8(0x34c)]({..._0x51f69c[_0x374d7d],'undoState':_0x2ed617[_0x24d4e8(0x480)]['params'],'redoState':_0x47a14d[_0x24d4e8(0x480)][_0x24d4e8(0x314)]}),_0x32bea8=_0x2ed617[_0x24d4e8(0x487)],_0x5afa01=_0x47a14d[_0x24d4e8(0x487)];}_0x32bea8=_0x4719e5[_0x24d4e8(0x412)][_0x24d4e8(0x421)](_0x295936[_0x24d4e8(0x31a)][0x0]),_0x5afa01=_0x4719e5[_0x24d4e8(0x412)][_0x24d4e8(0x421)](_0x295936['mutations'][0x0]);for(let _0x457edd=_0x4f5328['length']-0x1;_0x457edd>=0x0;_0x457edd--){const _0x16146d={'id':_0x24d4e8(0x123),'params':{'unitId':_0x4f5328[_0x457edd]['unitId'],..._0x4f5328[_0x457edd]['undoState']}},_0x13279d={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x4f5328[_0x457edd][_0x24d4e8(0x4ab)],..._0x4f5328[_0x457edd]['redoState']}},_0x55564a=this[_0x24d4e8(0x294)][_0x24d4e8(0x332)](_0x32bea8,_0x16146d,!0x1),_0x179345=this['_transformService']['transformMutation'](_0x5afa01,_0x13279d,!0x1);if(_0x187895[_0x24d4e8(0x2f0)](_0x55564a))throw _0x55564a[_0x24d4e8(0x306)];if(_0x187895[_0x24d4e8(0x2f0)](_0x179345))throw _0x179345[_0x24d4e8(0x306)];_0x11668b[_0x24d4e8(0x34c)]({..._0x4f5328[_0x457edd],'undoState':_0x55564a[_0x24d4e8(0x480)][_0x24d4e8(0x314)],'redoState':_0x179345[_0x24d4e8(0x480)][_0x24d4e8(0x314)]}),_0x32bea8=_0x55564a[_0x24d4e8(0x487)],_0x5afa01=_0x179345[_0x24d4e8(0x487)];}this[_0x24d4e8(0x46f)]['setStateCache'](_0x268a4b,{'history':_0x4bbaf1,'collaboration':_0x11668b});}};_0x20bb91=_0x2cbecc([_0x2fa5b3(0x0,_0x4719e5[_0x101eed(0xe3)](_0x4719e5['Injector'])),_0x2fa5b3(0x1,_0x187895[_0x101eed(0x28d)]),_0x2fa5b3(0x2,_0x4719e5[_0x101eed(0xe3)](_0x525184[_0x101eed(0x33d)]))],_0x20bb91);function _0xaa6a7e(_0x1794dd){const _0x38ecb3=_0x101eed;let _0x268872='';for(const _0x1551df of _0x1794dd){const {startOffset:_0xa680ce,endOffset:_0x46f636,isActive:_0x5266e5,rangeType:_0x3d1ea8,segmentId:_0x55797e,segmentPage:_0x252d9a}=_0x1551df;_0x268872[_0x38ecb3(0x4e0)]&&(_0x268872+=','),_0x268872+=_0xa680ce+':'+_0x46f636+':'+(_0x5266e5?'1':'0')+':'+_0x3d1ea8+':'+_0x55797e+':'+_0x252d9a;}return _0x268872;}function _0x1f3ef(_0x5ca017){const _0x4db322=_0x101eed,_0x4fa3d4=_0x5ca017[_0x4db322(0x17f)](','),_0x4159ab=[];for(const _0x491b5a of _0x4fa3d4){const [_0x2d12fd,_0x40523b,_0x3ed964,_0x569ece,_0x29721b,_0x2c9951]=_0x491b5a['split'](':');_0x4159ab['push']({'startOffset':Number(_0x2d12fd),'endOffset':Number(_0x40523b),'collapsed':_0x2d12fd===_0x40523b,'isActive':_0x3ed964==='1','rangeType':_0x569ece===_0x4719e5[_0x4db322(0x56a)]['TEXT']?_0x4719e5[_0x4db322(0x56a)][_0x4db322(0x2ba)]:_0x4719e5[_0x4db322(0x56a)][_0x4db322(0x236)],'segmentId':typeof _0x29721b=='string'?String(_0x29721b):'','segmentPage':Number(_0x2c9951!=null?_0x2c9951:-0x1)});}return _0x4159ab['some'](_0x3a1cb1=>_0x3a1cb1[_0x4db322(0x548)])||(_0x4159ab[0x0]['isActive']=!0x0),_0x4159ab;}class _0x5f02ca extends _0x4719e5[_0x101eed(0x56d)]{constructor(){const _0x51f104=_0x101eed;super(...arguments),_0x31ba63(this,_0x51f104(0x39a),new _0x3ad50a[(_0x51f104(0xc6))](null)),_0x31ba63(this,_0x51f104(0x538),this[_0x51f104(0x39a)][_0x51f104(0x568)]());}['syncEditingCollabCursor'](_0x218158){const _0x587c5d=_0x101eed,{unitID:_0x4437c5,memberID:_0x59eb37,textRanges:_0xff69d7}=_0x218158,_0x16e181=_0xaa6a7e(_0xff69d7);if(_0x16e181==='')return;const _0x5d5092={'unitID':_0x4437c5,'memberID':_0x59eb37,'selection':_0x16e181};this[_0x587c5d(0x39a)][_0x587c5d(0x1f2)](_0x5d5092);}}var _0x1519b0=Object['defineProperty'],_0x49b067=Object['getOwnPropertyDescriptor'],_0x2f0832=(_0x991ab4,_0x4a9f2e,_0x52fe0e,_0x275821)=>{const _0x4b4a3c=_0x101eed;for(var _0x531cb2=_0x275821>0x1?void 0x0:_0x275821?_0x49b067(_0x4a9f2e,_0x52fe0e):_0x4a9f2e,_0x242bc6=_0x991ab4[_0x4b4a3c(0x4e0)]-0x1,_0x30c0b8;_0x242bc6>=0x0;_0x242bc6--)(_0x30c0b8=_0x991ab4[_0x242bc6])&&(_0x531cb2=(_0x275821?_0x30c0b8(_0x4a9f2e,_0x52fe0e,_0x531cb2):_0x30c0b8(_0x531cb2))||_0x531cb2);return _0x275821&&_0x531cb2&&_0x1519b0(_0x4a9f2e,_0x52fe0e,_0x531cb2),_0x531cb2;},_0x24ac50=(_0x369f96,_0x166c79)=>(_0x5a2888,_0x2a605d)=>_0x166c79(_0x5a2888,_0x2a605d,_0x369f96);let _0x281519=class{constructor(_0x1e70e5,_0x18c514){const _0x37c7d0=_0x101eed;this[_0x37c7d0(0x498)]=_0x1e70e5,this[_0x37c7d0(0x294)]=_0x18c514;}[_0x101eed(0x387)](_0x3efd89){const _0x22ef36=_0x101eed;var _0x523c44;const _0x11aff4=this[_0x22ef36(0x498)][_0x22ef36(0x251)](_0x5389f5[_0x22ef36(0x30f)]),_0x38cf40=(_0x523c44=_0x11aff4[_0x22ef36(0x55c)]())!=null?_0x523c44:[];if(_0x38cf40[_0x22ef36(0x4e0)]===0x0)return;const _0x3fe91a=_0x3efd89['unitID'],_0x50010b=[{'id':_0x22ef36(0x123),'params':{'unitId':_0x3fe91a,'actions':null,'textRanges':_0x38cf40}}],_0x28b64d=this[_0x22ef36(0x294)][_0x22ef36(0x53c)](_0x3efd89,_0x50010b);if(!_0x187895['isTransformMutationsWithChangesetSuccess'](_0x28b64d))throw _0x28b64d['error'];const _0x2bf14c=_0x28b64d[_0x22ef36(0x480)][0x0][_0x22ef36(0x314)]['textRanges'];Array[_0x22ef36(0x1af)](_0x2bf14c)&&_0x2bf14c['length']&&_0x11aff4[_0x22ef36(0x2bc)](_0x2bf14c,{'unitId':_0x3fe91a,'subUnitId':_0x3fe91a},!0x1);}};_0x281519=_0x2f0832([_0x24ac50(0x0,_0x4719e5['Inject'](_0x4719e5[_0x101eed(0x528)])),_0x24ac50(0x1,_0x187895['ITransformService'])],_0x281519);const _0x12be57=new Set([_0x37c84c[_0x101eed(0x466)]['id']]);function _0x3448fd(_0xd7e3d0,_0x40f01d,_0x57557d,_0x8244af,_0x33159b){const _0x3cd8c1=_0x101eed;var _0x33fb1f,_0x3244c1,_0x20b898,_0x25ae50;const _0x2df82e=[];for(const _0x3b329b of _0xd7e3d0)if(_0x12be57[_0x3cd8c1(0x158)](_0x3b329b['id'])){if(_0x2df82e[_0x3cd8c1(0x4e0)]>0x0)break;_0x2df82e[_0x3cd8c1(0x270)](_0x3b329b);break;}else _0x2df82e[_0x3cd8c1(0x270)](_0x3b329b);const _0x1a31a1=(_0x3244c1=(_0x33fb1f=_0x33159b['getCurrentUser']())==null?void 0x0:_0x33fb1f[_0x3cd8c1(0x339)])!=null?_0x3244c1:_0x3cd8c1(0x29a),_0x2b7b08=(_0x25ae50=(_0x20b898=_0x33159b[_0x3cd8c1(0xf0)]())==null?void 0x0:_0x20b898[_0x3cd8c1(0x4d3)])!=null?_0x25ae50:_0x3cd8c1(0x29a);return{'changeset':{'unitID':_0x40f01d,'type':_0x187895[_0x3cd8c1(0x14d)](_0x57557d[_0x3cd8c1(0x23b)](_0x40f01d)),'baseRev':_0x8244af[_0x3cd8c1(0x208)](_0x40f01d),'revision':0x0,'userID':_0x1a31a1,'memberID':_0x2b7b08,'mutations':_0x2df82e},'pendingMutations':_0xd7e3d0[_0x3cd8c1(0x4ae)](_0x2df82e[_0x3cd8c1(0x4e0)])};}function _0x5809ef(_0x1f39f5,_0x13b0b5,_0x4312d8,_0x39299c,_0x32f7a3){const _0xd30d7e=_0x101eed;var _0x4b7ece,_0x1e8872,_0x161180,_0x278139;const _0x2e8c56=[_0x1f39f5['reduce']((_0x19bfa1,_0x57016c)=>{const _0x159189=_0x2732;var _0x1a96c2;const {id:_0x31751e}=_0x19bfa1,{id:_0x1a9f39,type:_0xeb7ab9}=_0x57016c,_0x544234=(_0x1a96c2=_0x19bfa1['params'])!=null?_0x1a96c2:{'actions':null},_0x1fd8b2=_0x57016c['params'];if(_0x31751e&&_0x31751e!==_0x1a9f39)throw new Error(_0x159189(0x364)+_0x31751e+_0x159189(0x38e)+_0x1a9f39+'.');return{..._0x19bfa1,'id':_0x1a9f39,'type':_0xeb7ab9,'params':{'unitId':_0x1fd8b2[_0x159189(0x4ab)],'textRanges':_0x1fd8b2['textRanges'],'actions':_0x4719e5[_0x159189(0x447)][_0x159189(0x2a0)](_0x544234[_0x159189(0x52c)],_0x1fd8b2[_0x159189(0x52c)])}};},{})],_0x32debb=(_0x1e8872=(_0x4b7ece=_0x32f7a3[_0xd30d7e(0xf0)]())==null?void 0x0:_0x4b7ece[_0xd30d7e(0x339)])!=null?_0x1e8872:_0xd30d7e(0x29a),_0x168f2d=(_0x278139=(_0x161180=_0x32f7a3[_0xd30d7e(0xf0)]())==null?void 0x0:_0x161180['memberID'])!=null?_0x278139:_0xd30d7e(0x29a);return{'changeset':{'unitID':_0x13b0b5,'type':_0x187895[_0xd30d7e(0x14d)](_0x4312d8[_0xd30d7e(0x23b)](_0x13b0b5)),'baseRev':_0x39299c[_0xd30d7e(0x208)](_0x13b0b5),'revision':0x0,'userID':_0x32debb,'memberID':_0x168f2d,'mutations':_0x2e8c56},'pendingMutations':[]};}function _0x144498(_0x5ec9ec,_0x4e924e){const _0x1a8fb1=_0x101eed,_0x2e4b98=new _0x3ad50a[(_0x1a8fb1(0x1b8))](0x1);return setTimeout(()=>_0x2e4b98[_0x1a8fb1(0x1f2)](_0x4e924e),_0x5ec9ec),_0x2e4b98['asObservable']()[_0x1a8fb1(0x43c)](_0x3ad50a[_0x1a8fb1(0x489)](0x1));}const _0x246fab={'id':_0x37c84c[_0x101eed(0x33a)]['id'],'type':_0x4719e5['CommandType'][_0x101eed(0x496)],'params':{}};var _0x1b11a7=Object[_0x101eed(0x277)],_0x35adc6=Object[_0x101eed(0x12f)],_0x5e9c3f=(_0x52d63d,_0x17fcf1,_0x3abe35,_0x29f24a)=>{const _0x435258=_0x101eed;for(var _0x333273=_0x29f24a>0x1?void 0x0:_0x29f24a?_0x35adc6(_0x17fcf1,_0x3abe35):_0x17fcf1,_0x45906b=_0x52d63d[_0x435258(0x4e0)]-0x1,_0x289b2a;_0x45906b>=0x0;_0x45906b--)(_0x289b2a=_0x52d63d[_0x45906b])&&(_0x333273=(_0x29f24a?_0x289b2a(_0x17fcf1,_0x3abe35,_0x333273):_0x289b2a(_0x333273))||_0x333273);return _0x29f24a&&_0x333273&&_0x1b11a7(_0x17fcf1,_0x3abe35,_0x333273),_0x333273;},_0x6459a9=(_0x1462e8,_0x3aef86)=>(_0x5ec46e,_0x54a70a)=>_0x3aef86(_0x5ec46e,_0x54a70a,_0x1462e8),_0x4a115e=(_0x5df96a=>(_0x5df96a[_0x101eed(0x4ee)]=_0x101eed(0x169),_0x5df96a[_0x101eed(0x44a)]='synced',_0x5df96a['PENDING']=_0x101eed(0x502),_0x5df96a[_0x101eed(0x22a)]='awaiting',_0x5df96a[_0x101eed(0x180)]=_0x101eed(0x3d0),_0x5df96a['FETCH_MISS']=_0x101eed(0x11a),_0x5df96a[_0x101eed(0x3c5)]='conflict',_0x5df96a['OFFLINE']=_0x101eed(0x37d),_0x5df96a))(_0x4a115e||{});const _0x209624=0xea60;class _0x252948{constructor(_0x1e0874,_0x143d23,_0x406314,_0x25a709,_0x1d31e4,_0x53ede6,_0x230962,_0x3a31a5,_0x4c09d1){const _0xf28dc9=_0x101eed;_0x31ba63(this,_0xf28dc9(0x3bd),null),_0x31ba63(this,_0xf28dc9(0x206),[]),(this['unitID']=_0x1e0874,this[_0xf28dc9(0x21f)]=_0x143d23,this[_0xf28dc9(0x535)]=_0x1d31e4,this[_0xf28dc9(0x3a2)]=_0x53ede6,this[_0xf28dc9(0x452)]=_0x230962,this[_0xf28dc9(0x38c)]=_0x3a31a5,this[_0xf28dc9(0x16a)]=_0x4c09d1,this[_0xf28dc9(0x3bd)]=_0x406314,this[_0xf28dc9(0x206)]=_0x25a709);}[_0x101eed(0x578)](_0x536d2d){const _0xd706aa=_0x101eed,_0x97d991=this[_0xd706aa(0x38c)][_0xd706aa(0x208)](this[_0xd706aa(0xce)]);return _0x536d2d[_0xd706aa(0x330)]>_0x97d991+0x1?(this[_0xd706aa(0x535)]['onMissingChangesets']({'from':_0x97d991,'to':_0x536d2d[_0xd706aa(0x330)]-0x1}),!0x0):!0x1;}[_0x101eed(0x1b9)](_0xadb88d){const _0x266163=_0x101eed;this[_0x266163(0x452)]['transformUndoRedo'](this[_0x266163(0xce)],_0xadb88d);}['_transformSelections'](_0x41a075){const _0x33dfe0=_0x101eed;var _0x3fef15,_0x404848;(_0x404848=(_0x3fef15=this[_0x33dfe0(0x535)])[_0x33dfe0(0x110)])==null||_0x404848[_0x33dfe0(0xdd)](_0x3fef15,_0x41a075);}[_0x101eed(0x4d9)](_0x3bab6c){const _0x519229=_0x101eed;var _0x437d80,_0x22b1e4;return(_0x22b1e4=(_0x437d80=this['_handler'])[_0x519229(0x3aa)])==null?void 0x0:_0x22b1e4[_0x519229(0xdd)](_0x437d80,_0x3bab6c);}[_0x101eed(0x435)](_0x5912ea){const _0x144063=_0x101eed;var _0x2c8abe,_0x59a3e3;return(_0x59a3e3=(_0x2c8abe=this[_0x144063(0x535)])[_0x144063(0x1b5)])==null?void 0x0:_0x59a3e3[_0x144063(0xdd)](_0x2c8abe,_0x5912ea);}[_0x101eed(0x4b5)](_0x182022){const _0x5a96f2=_0x101eed;var _0x24d0af,_0x219d24,_0x23185b;return(_0x23185b=(_0x219d24=(_0x24d0af=this['_handler'])[_0x5a96f2(0x197)])==null?void 0x0:_0x219d24['call'](_0x24d0af,_0x182022))!=null?_0x23185b:_0x182022;}[_0x101eed(0x27e)](_0x3f20ff){const _0x5ed02f=_0x101eed;var _0x243aed,_0x321dfb,_0x3e342a;return(_0x3e342a=(_0x321dfb=(_0x243aed=this[_0x5ed02f(0x535)])[_0x5ed02f(0x474)])==null?void 0x0:_0x321dfb[_0x5ed02f(0xdd)](_0x243aed,_0x3f20ff))!=null?_0x3e342a:_0x3f20ff;}[_0x101eed(0x2ae)](_0x3e73a5){const _0x3a73dc=_0x101eed;var _0x5019e7,_0x4bb0d5;if(this['type']===_0x4a846b[_0x3a73dc(0xe0)]){const {unitID:_0x4932ab,mutations:_0x39e2e4,memberID:_0x235379}=_0x3e73a5,_0x228ede=_0x39e2e4[0x0][_0x3a73dc(0x314)][_0x3a73dc(0x571)];Array[_0x3a73dc(0x1af)](_0x228ede)&&_0x228ede[_0x3a73dc(0x4e0)]>0x0&&((_0x4bb0d5=(_0x5019e7=this['_handler'])[_0x3a73dc(0x524)])==null||_0x4bb0d5[_0x3a73dc(0xdd)](_0x5019e7,{'unitID':_0x4932ab,'memberID':_0x235379,'textRanges':_0x228ede}));}}[_0x101eed(0x45b)](){const _0x42c72c=_0x101eed;this[_0x42c72c(0x16a)][_0x42c72c(0x327)](this[_0x42c72c(0xce)],this['type'],this[_0x42c72c(0x3bd)],this['_pendingMutations']);}[_0x101eed(0x370)](){const _0x4cbbe3=_0x101eed;return this[_0x4cbbe3(0x38c)][_0x4cbbe3(0x208)](this[_0x4cbbe3(0xce)]);}[_0x101eed(0x1a4)](){const _0x2d2656=_0x101eed;this[_0x2d2656(0x38c)][_0x2d2656(0x265)](this[_0x2d2656(0xce)]);}[_0x101eed(0x107)](_0x1af95a){const _0x3b81b0=_0x101eed;var _0x21dccc;let _0x31827e=this[_0x3b81b0(0x4b5)](_0x1af95a);_0x31827e=this[_0x3b81b0(0x27e)](_0x31827e);const _0x536819=_0x4719e5['sequenceExecute'](_0x31827e[_0x3b81b0(0x31a)],this[_0x3b81b0(0x3a2)],{'fromCollab':!0x0});if(!_0x536819['result'])throw _0x536819[_0x3b81b0(0x306)]instanceof Error?_0x536819['error']:new Error((_0x21dccc=_0x536819[_0x3b81b0(0x306)])!=null?_0x21dccc:'[CollaborationState]:\x20apply\x20error!');this[_0x3b81b0(0x4d9)](_0x31827e),this[_0x3b81b0(0x435)](_0x31827e),this[_0x3b81b0(0x1b9)](_0x1af95a),this['_transformSelections'](_0x31827e),this['_syncEditingCollabCursor'](_0x31827e),this['_incrementRevisionNumber']();}}let _0x458cfb=class extends _0x252948{constructor(_0x24a98c,_0x667b8d,_0x4f3378,_0x17929e,_0x2b8e4b,_0x34ae2f,_0x86e8aa,_0x2671e1,_0x56daac,_0x22abf9){const _0x5c7935=_0x101eed;super(_0x24a98c,_0x667b8d,null,[],_0x4f3378,_0x2671e1,_0x86e8aa,_0x17929e,_0x2b8e4b),_0x31ba63(this,_0x5c7935(0xc1),_0x5c7935(0x186)),(this['_injector']=_0x34ae2f,this[_0x5c7935(0x39c)]=_0x56daac,this['_transformService']=_0x22abf9);}[_0x101eed(0x3a8)](_0x2a4e1b){const _0x52fa11=_0x101eed,_0x55a0a5=this[_0x52fa11(0x498)][_0x52fa11(0x406)](_0x102493,this[_0x52fa11(0xce)],this[_0x52fa11(0x21f)],[_0x2a4e1b],this[_0x52fa11(0x535)]);return _0x55a0a5[_0x52fa11(0x3dd)](),_0x55a0a5[_0x52fa11(0x45b)](),_0x55a0a5;}[_0x101eed(0x2c3)](_0x3afbfb){const _0x1fb53=_0x101eed;if(this[_0x1fb53(0x578)](_0x3afbfb))return this[_0x1fb53(0x498)][_0x1fb53(0x406)](_0x1e1536,this[_0x1fb53(0xce)],this[_0x1fb53(0x21f)],null,[],null,[_0x3afbfb],this[_0x1fb53(0x535)]);try{const _0x1dce55=this[_0x1fb53(0x294)][_0x1fb53(0x53c)](_0x3afbfb,[_0x246fab]);if(_0x187895[_0x1fb53(0x2ed)](_0x1dce55)){const {c1Prime:_0x2e6e83}=_0x1dce55;return this[_0x1fb53(0x107)](_0x2e6e83),this;}throw _0x1dce55[_0x1fb53(0x306)];}catch(_0x51f576){return this['_logService'][_0x1fb53(0x306)](_0x51f576),this[_0x1fb53(0x2cc)](!0x1);}}[_0x101eed(0x2cc)](_0x25d2d0){const _0x2c54ce=_0x101eed;return this[_0x2c54ce(0x498)][_0x2c54ce(0x406)](_0x4700f8,this[_0x2c54ce(0xce)],this[_0x2c54ce(0x21f)],null,[],this['_handler'],_0x25d2d0);}[_0x101eed(0x102)](){throw new Error('[SyncedState]:\x20received\x20acknowledgement.');}[_0x101eed(0x2e1)](){const _0x2d7f0f=_0x101eed;throw new Error(_0x2d7f0f(0x2fb));}[_0x101eed(0x146)](){return this;}['toggleOffline'](){const _0xc93bd=_0x101eed;return this[_0xc93bd(0x498)][_0xc93bd(0x406)](_0x5d4da2,this[_0xc93bd(0xce)],this[_0xc93bd(0x21f)],null,[],this[_0xc93bd(0x535)]);}['toggleOnline'](){return this;}[_0x101eed(0x484)](){const _0x303480=_0x101eed;throw new Error(_0x303480(0x2fa));}[_0x101eed(0x2ef)](){const _0x3e4b0f=_0x101eed,_0x41afb3=this[_0x3e4b0f(0x38c)][_0x3e4b0f(0x208)](this['unitID']);return this[_0x3e4b0f(0x535)][_0x3e4b0f(0x415)]({'from':_0x41afb3,'to':0x0}),this[_0x3e4b0f(0x498)][_0x3e4b0f(0x406)](_0x1e1536,this[_0x3e4b0f(0xce)],this[_0x3e4b0f(0x21f)],null,[],null,[],this[_0x3e4b0f(0x535)]);}};_0x458cfb=_0x5e9c3f([_0x6459a9(0x3,_0x4719e5[_0x101eed(0xe3)](_0x187895[_0x101eed(0xb2)])),_0x6459a9(0x4,_0x4719e5[_0x101eed(0xe3)](_0x398bdb['LocalCacheService'])),_0x6459a9(0x5,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x6459a9(0x6,_0x4719e5[_0x101eed(0x17e)]),_0x6459a9(0x7,_0x4719e5[_0x101eed(0x233)]),_0x6459a9(0x8,_0x4719e5[_0x101eed(0x396)]),_0x6459a9(0x9,_0x187895['ITransformService'])],_0x458cfb);let _0x102493=class extends _0x252948{constructor(_0x249050,_0x130824,_0x4ef1b9,_0x1d95fd,_0x73bdcb,_0x1a2b25,_0x4d2c76,_0x2730e6,_0x21f598,_0x1f263c,_0x5b79b7,_0x4496a9,_0x1c5de8,_0x3b3e48){const _0x3f6ac5=_0x101eed;super(_0x249050,_0x130824,null,_0x4ef1b9,_0x1d95fd,_0x1f263c,_0x3b3e48,_0x1a2b25,_0x4d2c76),_0x31ba63(this,_0x3f6ac5(0xc1),'pending'),_0x31ba63(this,'_scheduleTimestamp',null),_0x31ba63(this,_0x3f6ac5(0x388),null),(this['_injector']=_0x73bdcb,this[_0x3f6ac5(0x1a5)]=_0x2730e6,this[_0x3f6ac5(0x39c)]=_0x21f598,this['_configService']=_0x5b79b7,this[_0x3f6ac5(0x294)]=_0x4496a9,this[_0x3f6ac5(0x508)]=_0x1c5de8);}[_0x101eed(0x3a8)](_0x3cfe8c){const _0x4f1a23=_0x101eed;return this[_0x4f1a23(0x206)][_0x4f1a23(0x270)](_0x3cfe8c),this[_0x4f1a23(0x45b)](),this;}[_0x101eed(0x2c3)](_0x464d66){const _0x309367=_0x101eed;if(this[_0x309367(0x578)](_0x464d66))return this[_0x309367(0x53e)](),this[_0x309367(0x498)][_0x309367(0x406)](_0x1e1536,this[_0x309367(0xce)],this[_0x309367(0x21f)],null,this[_0x309367(0x206)],null,[_0x464d66],this[_0x309367(0x535)]);try{const _0x1eac18=this[_0x309367(0x294)][_0x309367(0x53c)](_0x464d66,this[_0x309367(0x206)]);if(_0x187895[_0x309367(0x2ed)](_0x1eac18)){const {c1Prime:_0x59922a,m2Prime:_0x5a5724}=_0x1eac18;this[_0x309367(0x107)](_0x59922a);const _0x47208e=this[_0x309367(0x498)][_0x309367(0x406)](_0x102493,this['unitID'],this[_0x309367(0x21f)],_0x5a5724,this[_0x309367(0x535)]);return this[_0x309367(0x53e)](),_0x47208e[_0x309367(0x3dd)](this[_0x309367(0xb4)]?Math[_0x309367(0x400)](0x0,new Date()[_0x309367(0x555)]()-this['_scheduleTimestamp']):this[_0x309367(0x3fc)]()),_0x47208e;}throw _0x1eac18[_0x309367(0x306)];}catch(_0x63883f){return this[_0x309367(0x39c)][_0x309367(0x306)](_0x63883f),this[_0x309367(0x2cc)](!0x1);}}[_0x101eed(0x102)](){const _0x25a7e9=_0x101eed;throw new Error(_0x25a7e9(0x366));}[_0x101eed(0x2e1)](){const _0x4b6f90=_0x101eed;throw new Error(_0x4b6f90(0x182));}[_0x101eed(0x146)](){return this;}[_0x101eed(0x14e)](){const _0x182cf2=_0x101eed;return this[_0x182cf2(0x53e)](),this[_0x182cf2(0x498)][_0x182cf2(0x406)](_0x5d4da2,this[_0x182cf2(0xce)],this['type'],null,this['_pendingMutations'],this[_0x182cf2(0x535)]);}[_0x101eed(0x542)](){return this;}[_0x101eed(0x3dd)](_0x12d319){const _0x1b161d=_0x101eed,_0x560a5c=_0x12d319!=null?_0x12d319:this[_0x1b161d(0x3fc)]();this['_scheduleTimestamp']=new Date()[_0x1b161d(0x555)](),this[_0x1b161d(0x388)]=window[_0x1b161d(0x478)](()=>{const _0x2abd2a=_0x1b161d;this[_0x2abd2a(0x53e)]();let _0x2355dd=null;switch(this[_0x2abd2a(0x21f)]){case _0x4a846b[_0x2abd2a(0x561)]:{_0x2355dd=_0x3448fd(this[_0x2abd2a(0x206)],this['unitID'],this[_0x2abd2a(0x508)],this[_0x2abd2a(0x38c)],this['_memberService']);break;}case _0x4a846b[_0x2abd2a(0xe0)]:{this['_pendingMutations'][_0x2abd2a(0x495)](_0x39a71a=>_0x39a71a['id']===_0x5389f5[_0x2abd2a(0x408)]['id'])?_0x2355dd=_0x5809ef(this[_0x2abd2a(0x206)],this['unitID'],this[_0x2abd2a(0x508)],this[_0x2abd2a(0x38c)],this['_memberService']):_0x2355dd=_0x3448fd(this['_pendingMutations'],this['unitID'],this['_univerInstanceService'],this[_0x2abd2a(0x38c)],this[_0x2abd2a(0x1a5)]);break;}default:throw new Error(_0x2abd2a(0x3ce)+this[_0x2abd2a(0x21f)]+_0x2abd2a(0x273));}const {changeset:_0x28754c,pendingMutations:_0x253e26}=_0x2355dd;this[_0x2abd2a(0x535)][_0x2abd2a(0x2d3)](_0x28754c);const _0x349bff=_0x253e26['length']?this[_0x2abd2a(0x498)][_0x2abd2a(0x406)](_0xa2d97a,this[_0x2abd2a(0xce)],this[_0x2abd2a(0x21f)],_0x28754c,_0x253e26,this['_handler'],void 0x0):this['_injector']['createInstance'](_0x283677,this[_0x2abd2a(0xce)],this[_0x2abd2a(0x21f)],_0x28754c,this[_0x2abd2a(0x535)]);_0x349bff[_0x2abd2a(0x45b)](),this[_0x2abd2a(0x535)][_0x2abd2a(0x1ff)](this,_0x349bff);},_0x560a5c);}[_0x101eed(0x3fc)](){const _0x99a332=_0x101eed;var _0x3a5d75;const _0x5afd95=this[_0x99a332(0x2c6)]['getConfig'](_0x59f283);return(_0x3a5d75=_0x5afd95==null?void 0x0:_0x5afd95[_0x99a332(0x2de)])!=null?_0x3a5d75:0x7d0;}['resend'](){const _0x555343=_0x101eed;throw new Error(_0x555343(0x36a));}[_0x101eed(0x53e)](){const _0x19a253=_0x101eed;this[_0x19a253(0x388)]!=null&&(clearTimeout(this[_0x19a253(0x388)]),this['_sendingTimer']=null);}['_onConflict'](_0x292742){const _0x5afb57=_0x101eed;return this[_0x5afb57(0x53e)](),this[_0x5afb57(0x498)]['createInstance'](_0x4700f8,this['unitID'],this[_0x5afb57(0x21f)],null,this[_0x5afb57(0x206)],this[_0x5afb57(0x535)],_0x292742);}};_0x102493=_0x5e9c3f([_0x6459a9(0x4,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x6459a9(0x5,_0x4719e5[_0x101eed(0xe3)](_0x187895['RevisionService'])),_0x6459a9(0x6,_0x4719e5[_0x101eed(0xe3)](_0x398bdb['LocalCacheService'])),_0x6459a9(0x7,_0x4719e5[_0x101eed(0xe3)](_0x398bdb['MemberService'])),_0x6459a9(0x8,_0x4719e5[_0x101eed(0x396)]),_0x6459a9(0x9,_0x4719e5[_0x101eed(0x233)]),_0x6459a9(0xa,_0x4719e5['IConfigService']),_0x6459a9(0xb,_0x187895[_0x101eed(0x28d)]),_0x6459a9(0xc,_0x4719e5[_0x101eed(0x27b)]),_0x6459a9(0xd,_0x4719e5[_0x101eed(0x17e)])],_0x102493);let _0x283677=class extends _0x252948{constructor(_0x10a459,_0x63a28e,_0x4ed96f,_0x374afa,_0xcfd991,_0x152358,_0x17eb50,_0x28992e,_0x404c2b,_0x30a53a,_0x211f98){const _0x1ab3d2=_0x101eed;super(_0x10a459,_0x63a28e,_0x4ed96f,[],_0x374afa,_0x28992e,_0x211f98,_0x152358,_0x17eb50),_0x31ba63(this,_0x1ab3d2(0xc1),_0x1ab3d2(0x4bd)),_0x31ba63(this,'_resendTimeout',0x0),_0x31ba63(this,_0x1ab3d2(0x1e1)),_0x31ba63(this,_0x1ab3d2(0x103)),(this['_injector']=_0xcfd991,this[_0x1ab3d2(0x39c)]=_0x404c2b,this[_0x1ab3d2(0x294)]=_0x30a53a);}[_0x101eed(0x3a8)](_0x3a105d){const _0x621543=_0x101eed;this['_clearScheduledTask']();const _0x4d175a=this['_injector'][_0x621543(0x406)](_0xa2d97a,this[_0x621543(0xce)],this['type'],this['_awaitingChangeset'],[_0x3a105d],this[_0x621543(0x535)],this[_0x621543(0x1e1)]);return _0x4d175a[_0x621543(0x45b)](),_0x4d175a;}[_0x101eed(0x2c3)](_0x591cce){const _0x202ff6=_0x101eed;if(this[_0x202ff6(0x578)](_0x591cce))return this[_0x202ff6(0x53e)](),this[_0x202ff6(0x498)][_0x202ff6(0x406)](_0x1e1536,this['unitID'],this['type'],this[_0x202ff6(0x3bd)],[],null,[_0x591cce],this[_0x202ff6(0x535)]);try{const _0x2a57b4=this[_0x202ff6(0x294)]['transformChangesets']([_0x591cce],[this[_0x202ff6(0x3bd)]],!0x1);if(_0x187895['isTransformChangesetsSuccess'](_0x2a57b4)){const {c1Prime:_0x46b0a7,c2Prime:_0x2516e7}=_0x2a57b4;this[_0x202ff6(0x107)](_0x46b0a7[0x0]),_0x2516e7[0x0][_0x202ff6(0x36b)]=this[_0x202ff6(0x370)](),this[_0x202ff6(0x53e)]();const _0x4ae142=this[_0x202ff6(0x498)][_0x202ff6(0x406)](_0x283677,this['unitID'],this['type'],_0x2516e7[0x0],this[_0x202ff6(0x535)]);return _0x4ae142[_0x202ff6(0x45b)](),_0x4ae142;}return this[_0x202ff6(0x2cc)](!0x1);}catch(_0x492066){return this[_0x202ff6(0x39c)][_0x202ff6(0x306)](_0x492066),this[_0x202ff6(0x2cc)](!0x1);}}[_0x101eed(0x102)](_0x392711){const _0x444e58=_0x101eed;this['_clearScheduledTask']();const _0x4ecc13=this[_0x444e58(0x38c)]['getCurrentRevOfUnit'](this[_0x444e58(0xce)]);if(_0x392711[_0x444e58(0x330)]<_0x4ecc13-0x1)return this;if(this[_0x444e58(0x578)](_0x392711))return this[_0x444e58(0x498)]['createInstance'](_0x1e1536,this[_0x444e58(0xce)],this[_0x444e58(0x21f)],null,[],this['_awaitingChangeset'],[],this[_0x444e58(0x535)]);this['_incrementRevisionNumber']();const _0x27c430=this[_0x444e58(0x498)]['createInstance'](_0x458cfb,this['unitID'],this[_0x444e58(0x21f)],this['_handler']);return _0x27c430[_0x444e58(0x45b)](),_0x27c430;}[_0x101eed(0x2e1)](_0xb16596){const _0x4af6ba=_0x101eed;return this[_0x4af6ba(0x2cc)](!!(_0xb16596!=null&&_0xb16596[_0x4af6ba(0xb8)]));}['onRemoteRetry'](_0x19f239){const _0x141add=_0x101eed;return this[_0x141add(0x1ac)]>_0x209624?this[_0x141add(0x14e)]():(this[_0x141add(0x1e1)]=_0x144498(this['_resendTimeout'],{'timeout':this[_0x141add(0x1ac)],'reqId':_0x19f239[_0x141add(0x1f8)]}),this[_0x141add(0x103)]=this[_0x141add(0x1e1)][_0x141add(0x391)](({reqId:_0x3c423c,timeout:_0x153d5b})=>{const _0x29ca28=_0x141add;this[_0x29ca28(0x567)](_0x3c423c,_0x153d5b);}),this);}[_0x101eed(0x14e)](){const _0xe90e00=_0x101eed;return this[_0xe90e00(0x53e)](),this[_0xe90e00(0x498)][_0xe90e00(0x406)](_0x5d4da2,this[_0xe90e00(0xce)],this[_0xe90e00(0x21f)],this[_0xe90e00(0x3bd)],[],this[_0xe90e00(0x535)]);}['toggleOnline'](){return this;}[_0x101eed(0x484)](){const _0x141c17=_0x101eed;this[_0x141c17(0x535)]['onSendChangeset'](this['_awaitingChangeset']);}[_0x101eed(0x2cc)](_0x2fcee2){const _0x85fc53=_0x101eed;return this[_0x85fc53(0x53e)](),this[_0x85fc53(0x498)]['createInstance'](_0x4700f8,this[_0x85fc53(0xce)],this[_0x85fc53(0x21f)],this['_awaitingChangeset'],[],this[_0x85fc53(0x535)],_0x2fcee2);}[_0x101eed(0x567)](_0x2aa236,_0x58f13d){const _0x5f1438=_0x101eed;var _0x3edb52;_0x2aa236===((_0x3edb52=this[_0x5f1438(0x3bd)])==null?void 0x0:_0x3edb52[_0x5f1438(0x1f8)])&&(this[_0x5f1438(0x484)](),this[_0x5f1438(0x1ac)]=_0x58f13d===0x0?0x3e8:_0x58f13d*0x2);}[_0x101eed(0x53e)](){const _0x3e52f3=_0x101eed;var _0x1c0c6e;(_0x1c0c6e=this[_0x3e52f3(0x103)])==null||_0x1c0c6e[_0x3e52f3(0x402)](),this[_0x3e52f3(0x1ac)]=0x0;}};_0x283677=_0x5e9c3f([_0x6459a9(0x4,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x6459a9(0x5,_0x4719e5[_0x101eed(0xe3)](_0x187895[_0x101eed(0xb2)])),_0x6459a9(0x6,_0x4719e5[_0x101eed(0xe3)](_0x398bdb[_0x101eed(0xf5)])),_0x6459a9(0x7,_0x4719e5[_0x101eed(0x233)]),_0x6459a9(0x8,_0x4719e5['ILogService']),_0x6459a9(0x9,_0x187895[_0x101eed(0x28d)]),_0x6459a9(0xa,_0x4719e5[_0x101eed(0x17e)])],_0x283677);let _0xa2d97a=class extends _0x252948{constructor(_0x1bb3dd,_0x3d7512,_0x191a67,_0x37d7d8,_0x30a827,_0x3af9d8,_0x51a056,_0x5e0d0d,_0x5c9ca7,_0xe0154f,_0x15377e,_0x1a78d2,_0x9baf23){const _0x56261b=_0x101eed;super(_0x1bb3dd,_0x3d7512,_0x191a67,_0x37d7d8,_0x30a827,_0xe0154f,_0x9baf23,_0x5e0d0d,_0x5c9ca7),_0x31ba63(this,'status',_0x56261b(0x3d0)),_0x31ba63(this,'_resendTimeout',0x0),_0x31ba63(this,_0x56261b(0x1e1)),_0x31ba63(this,_0x56261b(0x103)),(this[_0x56261b(0x498)]=_0x51a056,this[_0x56261b(0x39c)]=_0x15377e,this[_0x56261b(0x294)]=_0x1a78d2,_0x3af9d8&&(this['_resendTimer']=_0x3af9d8,this['_sender']=this[_0x56261b(0x1e1)][_0x56261b(0x391)](({reqId:_0x221a8d,timeout:_0x354219})=>{const _0xc30820=_0x56261b;this[_0xc30820(0x567)](_0x221a8d,_0x354219);})));}[_0x101eed(0x3a8)](_0x43546a){const _0x36204f=_0x101eed;return this[_0x36204f(0x206)][_0x36204f(0x270)](_0x43546a),this;}[_0x101eed(0x2c3)](_0x40303f){const _0x5844ab=_0x101eed;if(this['_checkMissing'](_0x40303f))return this['_clearScheduledTask'](),this[_0x5844ab(0x498)][_0x5844ab(0x406)](_0x1e1536,this[_0x5844ab(0xce)],this[_0x5844ab(0x21f)],this[_0x5844ab(0x3bd)],this['_pendingMutations'],null,[_0x40303f],this['_handler']);try{const _0x30f7a6=this['_transformService'][_0x5844ab(0x262)]([_0x40303f],[this[_0x5844ab(0x3bd)]],!0x1);if(_0x187895[_0x5844ab(0x52e)](_0x30f7a6)){const {c1Prime:_0x51e45b,c2Prime:_0x5b9415}=_0x30f7a6,_0xb81971=this[_0x5844ab(0x294)]['transformMutationsWithChangeset'](_0x51e45b[0x0],this['_pendingMutations']);if(_0x187895[_0x5844ab(0x2ed)](_0xb81971)){const {c1Prime:_0x3671ba,m2Prime:_0x54fd8d}=_0xb81971;return this[_0x5844ab(0x107)](_0x3671ba),_0x5b9415[0x0]['baseRev']=this[_0x5844ab(0x370)](),this[_0x5844ab(0x53e)](),this[_0x5844ab(0x498)][_0x5844ab(0x406)](_0xa2d97a,this[_0x5844ab(0xce)],this[_0x5844ab(0x21f)],_0x5b9415[0x0],_0x54fd8d,this[_0x5844ab(0x535)],void 0x0);}throw _0xb81971[_0x5844ab(0x306)];}throw _0x30f7a6['error'];}catch(_0x49c047){return this[_0x5844ab(0x39c)]['error'](_0x49c047),this[_0x5844ab(0x2cc)](!0x1);}}[_0x101eed(0x102)](_0x5b62d6){const _0x396ca6=_0x101eed;if(this[_0x396ca6(0x53e)](),this['_checkMissing'](_0x5b62d6))return this[_0x396ca6(0x498)]['createInstance'](_0x1e1536,this[_0x396ca6(0xce)],this['type'],null,this[_0x396ca6(0x206)],this[_0x396ca6(0x3bd)],[],this[_0x396ca6(0x535)]);this[_0x396ca6(0x1a4)]();const _0x39359f=this[_0x396ca6(0x498)][_0x396ca6(0x406)](_0x102493,this[_0x396ca6(0xce)],this[_0x396ca6(0x21f)],this[_0x396ca6(0x206)],this['_handler']);return _0x39359f[_0x396ca6(0x3dd)](),_0x39359f[_0x396ca6(0x45b)](),_0x39359f;}[_0x101eed(0x2e1)](_0x129200){const _0x1cc0e0=_0x101eed;return this[_0x1cc0e0(0x2cc)](!!(_0x129200!=null&&_0x129200[_0x1cc0e0(0xb8)]));}[_0x101eed(0x146)](_0x1a6b8d){const _0x1cf8d4=_0x101eed;return this[_0x1cf8d4(0x1ac)]>_0x209624?this['toggleOffline']():(this[_0x1cf8d4(0x1e1)]=_0x144498(this[_0x1cf8d4(0x1ac)],{'timeout':this[_0x1cf8d4(0x1ac)],'reqId':_0x1a6b8d[_0x1cf8d4(0x1f8)]}),this[_0x1cf8d4(0x103)]=this[_0x1cf8d4(0x1e1)][_0x1cf8d4(0x391)](({reqId:_0x3b00b8,timeout:_0x16ccca})=>{this['_resendWithTimeout'](_0x3b00b8,_0x16ccca);}),this);}['toggleOffline'](){const _0x5675f2=_0x101eed;return this[_0x5675f2(0x53e)](),this['_injector'][_0x5675f2(0x406)](_0x5d4da2,this[_0x5675f2(0xce)],this[_0x5675f2(0x21f)],this[_0x5675f2(0x3bd)],this['_pendingMutations'],this[_0x5675f2(0x535)]);}[_0x101eed(0x542)](){return this;}['resend'](){const _0x32f90b=_0x101eed;this[_0x32f90b(0x535)][_0x32f90b(0x2d3)](this[_0x32f90b(0x3bd)]);}[_0x101eed(0x2cc)](_0x12ad8c){const _0x17d834=_0x101eed;return this['_clearScheduledTask'](),this[_0x17d834(0x498)]['createInstance'](_0x4700f8,this['unitID'],this[_0x17d834(0x21f)],null,this[_0x17d834(0x206)],this[_0x17d834(0x535)],_0x12ad8c);}['_resendWithTimeout'](_0x58f3ac,_0x40bf2d){const _0x378357=_0x101eed;var _0x53e03a;_0x58f3ac===((_0x53e03a=this[_0x378357(0x3bd)])==null?void 0x0:_0x53e03a[_0x378357(0x1f8)])&&(this[_0x378357(0x484)](),this['_resendTimeout']=_0x40bf2d===0x0?0x3e8:_0x40bf2d*0x2);}[_0x101eed(0x53e)](){const _0x56a60b=_0x101eed;var _0x302107;(_0x302107=this[_0x56a60b(0x103)])==null||_0x302107[_0x56a60b(0x402)](),this['_resendTimeout']=0x0;}};_0xa2d97a=_0x5e9c3f([_0x6459a9(0x6,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x6459a9(0x7,_0x4719e5[_0x101eed(0xe3)](_0x187895[_0x101eed(0xb2)])),_0x6459a9(0x8,_0x4719e5[_0x101eed(0xe3)](_0x398bdb[_0x101eed(0xf5)])),_0x6459a9(0x9,_0x4719e5[_0x101eed(0x233)]),_0x6459a9(0xa,_0x4719e5[_0x101eed(0x396)]),_0x6459a9(0xb,_0x187895[_0x101eed(0x28d)]),_0x6459a9(0xc,_0x4719e5[_0x101eed(0x17e)])],_0xa2d97a);let _0x4700f8=class extends _0x252948{constructor(_0x36ff21,_0x98b126,_0x13470a,_0x1670d7,_0x212d9c,_0x30dac1=!0x1,_0x276dd6,_0x243398,_0x1d3e70,_0x52ad3b,_0x1b3ccf,_0x62ffb1,_0x2023cf){const _0x515804=_0x101eed;super(_0x36ff21,_0x98b126,_0x13470a,_0x1670d7,_0x212d9c,_0x243398,_0x1d3e70,_0x1b3ccf,_0x52ad3b),_0x31ba63(this,'status',_0x515804(0x426)),(this[_0x515804(0xed)]=_0x30dac1,this[_0x515804(0x392)]=_0x276dd6,this[_0x515804(0x1a6)]=_0x62ffb1,this[_0x515804(0xe7)]=_0x2023cf,this['_showConflictNotification'](),this[_0x515804(0x3f5)](),this['_disableEditing']());}[_0x101eed(0x3a8)](){return this;}[_0x101eed(0x2c3)](){return this;}[_0x101eed(0x102)](){return this;}[_0x101eed(0x2e1)](){return this;}[_0x101eed(0x146)](){return this;}['toggleOffline'](){return this;}[_0x101eed(0x542)](){return this;}[_0x101eed(0x484)](){const _0xdb365c=_0x101eed;throw new Error(_0xdb365c(0x35f));}[_0x101eed(0x3f5)](){const _0xa59ae9=_0x101eed;this[_0xa59ae9(0x16a)]['updateOfflineData'](this[_0xa59ae9(0xce)],this['type'],null,[]);}[_0x101eed(0xfd)](){const _0x524a93=_0x101eed;this[_0x524a93(0xed)]?this[_0x524a93(0xe7)][_0x524a93(0x38f)]({'title':this[_0x524a93(0x1a6)]['t']('permission.title'),'content':this[_0x524a93(0x1a6)]['t'](_0x524a93(0x2da)),'type':_0x524a93(0x306),'duration':0x0}):this[_0x524a93(0xe7)][_0x524a93(0x38f)]({'title':this[_0x524a93(0x1a6)]['t'](_0x524a93(0x23e)),'content':this['_localeService']['t'](_0x524a93(0x565)),'type':_0x524a93(0x306),'duration':0x0});}[_0x101eed(0x3e4)](){const _0x2a6bb6=_0x101eed;this[_0x2a6bb6(0x392)][_0x2a6bb6(0x47f)](new _0x37c84c[(_0x2a6bb6(0xd1))](this['unitID'])['id'],!0x1);}};_0x4700f8=_0x5e9c3f([_0x6459a9(0x6,_0x4719e5['Inject'](_0x4719e5[_0x101eed(0x324)])),_0x6459a9(0x7,_0x4719e5[_0x101eed(0x233)]),_0x6459a9(0x8,_0x4719e5['IUndoRedoService']),_0x6459a9(0x9,_0x4719e5[_0x101eed(0xe3)](_0x398bdb['LocalCacheService'])),_0x6459a9(0xa,_0x4719e5[_0x101eed(0xe3)](_0x187895[_0x101eed(0xb2)])),_0x6459a9(0xb,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x4f0)])),_0x6459a9(0xc,_0x221209[_0x101eed(0x290)])],_0x4700f8);let _0x5d4da2=class extends _0x252948{constructor(_0x4da401,_0x4ff962,_0x4f1dd7,_0x137234,_0x21ded4,_0x43205a,_0x275270,_0xf05997,_0x23b99c,_0xaea1cc){const _0x587003=_0x101eed;super(_0x4da401,_0x4ff962,_0x4f1dd7,_0x137234,_0x21ded4,_0x23b99c,_0xaea1cc,_0x275270,_0xf05997),_0x31ba63(this,_0x587003(0xc1),_0x587003(0x37d)),this['_injector']=_0x43205a;}['appendMutation'](_0x686948){const _0x51a5ae=_0x101eed;return this['_pendingMutations'][_0x51a5ae(0x270)](_0x686948),this[_0x51a5ae(0x45b)](),this;}[_0x101eed(0x2c3)](_0x478fde){const _0x47b380=_0x101eed;throw new Error(_0x47b380(0x349));}[_0x101eed(0x102)](){const _0x315b27=_0x101eed;throw new Error(_0x315b27(0x18b));}['onRemoteRej'](){throw new Error('[OfflineState]:\x20received\x20rejection.');}[_0x101eed(0x146)](){return this;}[_0x101eed(0x14e)](){return this;}[_0x101eed(0x542)](){const _0x3b5758=_0x101eed,{_injector:_0x5a021a,_pendingMutations:_0x3cf589,_awaitingChangeset:_0x11f879,unitID:_0x4bfa66,_handler:_0x1015ec,type:_0x1d26de}=this,_0x49895a=_0x6c8bd3(_0x5a021a,_0x4bfa66,_0x1d26de,_0x11f879,_0x3cf589,_0x1015ec);return _0x49895a instanceof _0x102493?_0x49895a['_schedule']():(_0x49895a instanceof _0xa2d97a||_0x49895a instanceof _0x283677)&&_0x49895a[_0x3b5758(0x484)](),_0x49895a;}[_0x101eed(0x484)](){const _0x40c3c2=_0x101eed;throw new Error(_0x40c3c2(0x2d0));}};_0x5d4da2=_0x5e9c3f([_0x6459a9(0x5,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x6459a9(0x6,_0x4719e5['Inject'](_0x187895[_0x101eed(0xb2)])),_0x6459a9(0x7,_0x4719e5[_0x101eed(0xe3)](_0x398bdb[_0x101eed(0xf5)])),_0x6459a9(0x8,_0x4719e5[_0x101eed(0x233)]),_0x6459a9(0x9,_0x4719e5[_0x101eed(0x17e)])],_0x5d4da2);let _0x1e1536=class extends _0x252948{constructor(_0x28ecdd,_0x5bd57d,_0x39c7ce,_0x3d5096,_0x25efe3,_0x4f5164,_0x3b9d26,_0x3ba91f,_0x5b1a39,_0x2bb3fd,_0x462d23,_0x27294d,_0x264a5c,_0x54af9b){const _0x5bf8a6=_0x101eed;super(_0x28ecdd,_0x5bd57d,_0x39c7ce,_0x3d5096,_0x3b9d26,_0x27294d,_0x264a5c,_0x5b1a39,_0x2bb3fd),_0x31ba63(this,_0x5bf8a6(0xc1),_0x5bf8a6(0x11a)),(this[_0x5bf8a6(0x1e2)]=_0x25efe3,this[_0x5bf8a6(0x162)]=_0x4f5164,this[_0x5bf8a6(0x498)]=_0x3ba91f,this['_logService']=_0x462d23,this['_transformService']=_0x54af9b);}[_0x101eed(0x128)](_0x4be2dc){const _0x4ca488=_0x101eed;try{const _0x1616ef=[..._0x4be2dc,...this[_0x4ca488(0x162)]],_0x31f34d=[this['_awaitingChangeset']||this[_0x4ca488(0x1e2)]][_0x4ca488(0x3ea)](_0x3a5e64=>!!_0x3a5e64);let _0xb0b831,_0x171c24;if(_0x31f34d[_0x4ca488(0x4e0)]){const _0xad56d9=this['_transformService']['transformChangesets'](_0x1616ef,_0x31f34d,!0x1);if(!_0x187895['isTransformChangesetsSuccess'](_0xad56d9))throw _0xad56d9[_0x4ca488(0x306)];_0xb0b831=_0xad56d9['c1Prime'],_0x171c24=_0xad56d9[_0x4ca488(0xeb)];}else _0xb0b831=_0x1616ef,_0x171c24=[];let _0xb2264a=this[_0x4ca488(0x206)];_0xb0b831['forEach'](_0x353e88=>{const _0x2da7f1=_0x4ca488;let _0x41fbea;if(_0xb2264a[_0x2da7f1(0x4e0)]){const _0x272059=this['_transformService'][_0x2da7f1(0x53c)](_0x353e88,_0xb2264a);if(!_0x187895[_0x2da7f1(0x2ed)](_0x272059))throw _0x272059[_0x2da7f1(0x306)];_0x41fbea=_0x272059[_0x2da7f1(0x20b)],_0xb2264a=_0x272059[_0x2da7f1(0x480)];}else _0x41fbea=_0x353e88;this[_0x2da7f1(0x107)](_0x41fbea);}),this[_0x4ca488(0x1e2)]&&this[_0x4ca488(0x1a4)](),this['_awaitingChangeset']&&_0x171c24[_0x4ca488(0x4e0)]&&(_0x171c24[0x0]['baseRev']=this[_0x4ca488(0x370)]());let _0x3ed8cd;if(this[_0x4ca488(0x3bd)]&&_0xb2264a[_0x4ca488(0x4e0)]!==0x0)_0x3ed8cd=this[_0x4ca488(0x498)][_0x4ca488(0x406)](_0xa2d97a,this['unitID'],this['type'],_0x171c24[0x0],_0xb2264a,this[_0x4ca488(0x535)],void 0x0);else{if(this[_0x4ca488(0x3bd)]&&_0xb2264a[_0x4ca488(0x4e0)]===0x0)_0x171c24[0x0][_0x4ca488(0x36b)]=this[_0x4ca488(0x370)](),_0x3ed8cd=this[_0x4ca488(0x498)][_0x4ca488(0x406)](_0x283677,this[_0x4ca488(0xce)],this[_0x4ca488(0x21f)],_0x171c24[0x0],this['_handler']);else{if(_0xb2264a[_0x4ca488(0x4e0)]!==0x0){const _0x44af8d=this[_0x4ca488(0x498)][_0x4ca488(0x406)](_0x102493,this['unitID'],this[_0x4ca488(0x21f)],_0xb2264a,this[_0x4ca488(0x535)]);_0x44af8d[_0x4ca488(0x3dd)](),_0x3ed8cd=_0x44af8d;}else _0x3ed8cd=this[_0x4ca488(0x498)][_0x4ca488(0x406)](_0x458cfb,this[_0x4ca488(0xce)],this[_0x4ca488(0x21f)],this[_0x4ca488(0x535)]);}}return _0x3ed8cd[_0x4ca488(0x45b)](),_0x3ed8cd;}catch(_0x522f2a){return this['_logService'][_0x4ca488(0x306)](_0x4ca488(0x3e0),_0x4ca488(0x576),_0x522f2a),this[_0x4ca488(0x498)]['createInstance'](_0x4700f8,this['unitID'],this[_0x4ca488(0x21f)],this[_0x4ca488(0x3bd)],this[_0x4ca488(0x206)],this[_0x4ca488(0x535)],!0x1);}}[_0x101eed(0x484)](){const _0x34a6e3=_0x101eed;throw new Error(_0x34a6e3(0x229));}[_0x101eed(0x3a8)](_0x3a08fc){const _0x57c1dd=_0x101eed;return this[_0x57c1dd(0x206)]['push'](_0x3a08fc),this;}['onRemoteChangeset'](_0x29fb36){const _0x44c5b3=_0x101eed;return this[_0x44c5b3(0x162)][_0x44c5b3(0x270)](_0x29fb36),this;}[_0x101eed(0x102)](_0x334e38){const _0x1e3947=_0x101eed;if(this[_0x1e3947(0x3bd)])return this[_0x1e3947(0x1e2)]=this[_0x1e3947(0x3bd)],this['_awaitingChangeset']=null,this;throw new Error(_0x1e3947(0x274));}['onRemoteRej'](_0x515414){const _0x32bf55=_0x101eed;return this[_0x32bf55(0x2cc)](!!(_0x515414!=null&&_0x515414[_0x32bf55(0xb8)]));}[_0x101eed(0x146)](){return this;}[_0x101eed(0x14e)](){const _0x580230=_0x101eed;return this['_injector'][_0x580230(0x406)](_0x5d4da2,this[_0x580230(0xce)],this[_0x580230(0x21f)],this[_0x580230(0x3bd)],this[_0x580230(0x206)],this[_0x580230(0x535)]);}[_0x101eed(0x542)](){return this;}[_0x101eed(0x2cc)](_0x4dbb6a){const _0xd6bd74=_0x101eed;return this[_0xd6bd74(0x498)]['createInstance'](_0x4700f8,this['unitID'],this['type'],this['_awaitingChangeset'],this['_pendingMutations'],this['_handler'],_0x4dbb6a);}};_0x1e1536=_0x5e9c3f([_0x6459a9(0x7,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x6459a9(0x8,_0x4719e5[_0x101eed(0xe3)](_0x187895['RevisionService'])),_0x6459a9(0x9,_0x4719e5[_0x101eed(0xe3)](_0x398bdb['LocalCacheService'])),_0x6459a9(0xa,_0x4719e5['ILogService']),_0x6459a9(0xb,_0x4719e5[_0x101eed(0x233)]),_0x6459a9(0xc,_0x4719e5[_0x101eed(0x17e)]),_0x6459a9(0xd,_0x187895[_0x101eed(0x28d)])],_0x1e1536);function _0x6c8bd3(_0x45bae1,_0x353117,_0x58b27f,_0x47aeb9,_0x193995,_0x51346d){const _0x3f35cf=_0x101eed;return _0x47aeb9&&_0x193995['length']?_0x45bae1['createInstance'](_0xa2d97a,_0x353117,_0x58b27f,_0x47aeb9,_0x193995,_0x51346d,void 0x0):_0x47aeb9?_0x45bae1[_0x3f35cf(0x406)](_0x283677,_0x353117,_0x58b27f,_0x47aeb9,_0x51346d):_0x193995[_0x3f35cf(0x4e0)]?_0x45bae1[_0x3f35cf(0x406)](_0x102493,_0x353117,_0x58b27f,_0x193995,_0x51346d):_0x45bae1[_0x3f35cf(0x406)](_0x458cfb,_0x353117,_0x58b27f,_0x51346d);}var _0x3d9825=Object[_0x101eed(0x277)],_0x2ea3b6=Object[_0x101eed(0x12f)],_0x4dffcf=(_0x57bc04,_0x45d7b5,_0x532b17,_0x569332)=>{const _0x279d28=_0x101eed;for(var _0x154467=_0x569332>0x1?void 0x0:_0x569332?_0x2ea3b6(_0x45d7b5,_0x532b17):_0x45d7b5,_0x3df16e=_0x57bc04[_0x279d28(0x4e0)]-0x1,_0x3a646a;_0x3df16e>=0x0;_0x3df16e--)(_0x3a646a=_0x57bc04[_0x3df16e])&&(_0x154467=(_0x569332?_0x3a646a(_0x45d7b5,_0x532b17,_0x154467):_0x3a646a(_0x154467))||_0x154467);return _0x569332&&_0x154467&&_0x3d9825(_0x45d7b5,_0x532b17,_0x154467),_0x154467;},_0x4df85d=(_0x47d4cd,_0x556601)=>(_0x5d83e8,_0x22de72)=>_0x556601(_0x5d83e8,_0x22de72,_0x47d4cd);_0x398bdb[_0x101eed(0x4e5)]=class extends _0x4719e5[_0x101eed(0x56d)]{constructor(_0x4656bb,_0x47ee47,_0x4e56d4,_0x46e32e,_0xfb4332,_0x1d5a32,_0x4ac64b,_0x4736fc,_0x2ac282,_0x2deac7,_0x28dc4d,_0x44dcbd,_0x21302d){const _0xb9fac6=_0x101eed;super(),_0x31ba63(this,_0xb9fac6(0xc3),new _0x3ad50a['BehaviorSubject'](null)),_0x31ba63(this,_0xb9fac6(0x442),this[_0xb9fac6(0xc3)][_0xb9fac6(0x568)]()),_0x31ba63(this,_0xb9fac6(0x377)),_0x31ba63(this,_0xb9fac6(0x4f4),!0x1),_0x31ba63(this,_0xb9fac6(0x24a),''),_0x31ba63(this,_0xb9fac6(0xc8),0x0),_0x31ba63(this,_0xb9fac6(0x3fa),this['state$']['pipe'](_0x3ad50a[_0xb9fac6(0x20a)](_0x293cf7=>_0x293cf7?_0x293cf7['status']:_0x4a115e[_0xb9fac6(0x26a)]),_0x3ad50a[_0xb9fac6(0x248)](0x1))),_0x31ba63(this,_0xb9fac6(0xdf),!0x1),_0x31ba63(this,_0xb9fac6(0x4c9),[]),(this[_0xb9fac6(0xce)]=_0x4656bb,this[_0xb9fac6(0x390)]=_0x47ee47,this[_0xb9fac6(0x436)]=_0x4e56d4,this['_injector']=_0x46e32e,this[_0xb9fac6(0x16a)]=_0xfb4332,this[_0xb9fac6(0xc5)]=_0x1d5a32,this[_0xb9fac6(0x1a6)]=_0x4ac64b,this[_0xb9fac6(0x38c)]=_0x4736fc,this[_0xb9fac6(0x39c)]=_0x2ac282,this[_0xb9fac6(0x3a2)]=_0x2deac7,this[_0xb9fac6(0x39e)]=_0x28dc4d,this[_0xb9fac6(0x392)]=_0x44dcbd,this[_0xb9fac6(0x109)]=_0x21302d);}get[_0x101eed(0x121)](){const _0x33b1f5=_0x101eed;return this[_0x33b1f5(0x377)];}async['init'](){const _0xcd7a80=_0x101eed;if(this[_0xcd7a80(0x121)])throw new Error(_0xcd7a80(0x2b5));await this['_init']();}[_0x101eed(0x2f7)](){const _0x4fa90d=_0x101eed;return this[_0x4fa90d(0x4f4)]=!0x0,_0x4719e5['toDisposable'](()=>{const _0x195aed=_0x4fa90d;this[_0x195aed(0x4f4)]=!0x1,this['_exhaustRemoteChangesetQueue']();});}['_updateState'](_0x1dc5f1){const _0xc72bc=_0x101eed;this[_0xc72bc(0x377)]=_0x1dc5f1,this[_0xc72bc(0xc3)][_0xc72bc(0x1f2)](_0x1dc5f1);}async[_0x101eed(0x48f)](){const _0x1f4c20=_0x101eed;var _0xaad204;this[_0x1f4c20(0x4b3)](await this[_0x1f4c20(0x222)]()),this[_0x1f4c20(0x109)]&&((_0xaad204=this[_0x1f4c20(0x109)])==null||_0xaad204['editingUnit'](this['unitID']),this[_0x1f4c20(0xec)](this['_singleActiveUnitService'][_0x1f4c20(0x249)](this[_0x1f4c20(0xce)])['subscribe'](_0x43000c=>{const _0x3f1385=_0x1f4c20;this['_logService']['debug'](_0x3f1385(0x323),_0x3f1385(0x1fc),_0x43000c),_0x43000c===_0x90bb08[_0x3f1385(0x3e1)]?(this[_0x3f1385(0x39e)][_0x3f1385(0x38f)]({'content':this[_0x3f1385(0x1a6)]['t'](_0x3f1385(0x280)),'type':_0x1239d7['MessageType'][_0x3f1385(0x486)]}),this[_0x3f1385(0x392)]['updatePermissionPoint'](new _0x37c84c[(_0x3f1385(0xd1))](this[_0x3f1385(0xce)])['id'],!0x1),this[_0x3f1385(0x392)][_0x3f1385(0x2a4)](!0x1)):(this[_0x3f1385(0x392)][_0x3f1385(0x47f)](new _0x37c84c[(_0x3f1385(0xd1))](this[_0x3f1385(0xce)])['id'],!0x0),this[_0x3f1385(0x392)][_0x3f1385(0x2a4)](!0x0));})));let _0x2b73c7=!0x1;return this[_0x1f4c20(0xec)](this[_0x1f4c20(0x390)][_0x1f4c20(0xe4)]['subscribe'](_0x131b12=>{const _0x2e417b=_0x1f4c20;_0x131b12===_0x323768[_0x2e417b(0x47a)]?this[_0x2e417b(0x2db)](_0x2b73c7):_0x131b12===_0x323768[_0x2e417b(0x26a)]&&(_0x2b73c7=!0x0,this['_toggleOffline']());})),this['disposeWithMe'](this['session'][_0x1f4c20(0xd5)]['subscribe'](_0x2a77b0=>{const _0x3f77fa=_0x1f4c20;try{switch(_0x2a77b0[_0x3f77fa(0x221)]){case _0x187895[_0x3f77fa(0x282)][_0x3f77fa(0x448)]:{this[_0x3f77fa(0x32b)](_0x187895[_0x3f77fa(0x4f8)](_0x2a77b0[_0x3f77fa(0x4c3)]));break;}case _0x187895['CollaborationEvent'][_0x3f77fa(0x13d)]:{this[_0x3f77fa(0x58b)](_0x2a77b0[_0x3f77fa(0x4c3)]);break;}case _0x187895['CollaborationEvent'][_0x3f77fa(0xf3)]:{this['_onRemoteRejected']();break;}case _0x187895[_0x3f77fa(0x282)]['CHANGESET_SHOULD_RETRY']:{this[_0x3f77fa(0x45f)](_0x2a77b0[_0x3f77fa(0x4c3)]);break;}case _0x187895[_0x3f77fa(0x282)]['PSEUDO_FETCH_MISSING_RESULT']:{this[_0x3f77fa(0x422)](_0x2a77b0[_0x3f77fa(0x4c3)][_0x3f77fa(0x443)][_0x3f77fa(0x20a)](_0x519d3c=>_0x187895[_0x3f77fa(0x4f8)](_0x519d3c)));break;}case _0x187895[_0x3f77fa(0x282)][_0x3f77fa(0x174)]:this[_0x3f77fa(0x4f2)]({'isPermissionRej':!0x0});}}catch(_0x2f346f){throw console['error']('Error\x20on\x20receiving\x20event',_0x2f346f),_0x2f346f;}})),this[_0x1f4c20(0x377)];}['_unlockTransition'](){const _0x14d386=_0x101eed;this[_0x14d386(0xdf)]=!0x1;}[_0x101eed(0x26e)](){const _0x113bff=_0x101eed;if(this[_0x113bff(0xdf)])throw new Error(_0x113bff(0x328));this['_transitionLocked']=!0x0;}['_onLocalMutation'](_0x31abf4){const _0x4c3a06=_0x101eed;this['_lockTransition'](),this[_0x4c3a06(0x4b3)](this['_state']['appendMutation'](_0x31abf4)),this[_0x4c3a06(0x26f)]();}[_0x101eed(0x32b)](_0x2e5ebd){const _0x30afa9=_0x101eed;if(!(_0x2e5ebd[_0x30afa9(0x330)]<=this[_0x30afa9(0x38c)][_0x30afa9(0x208)](this[_0x30afa9(0xce)]))){if(this[_0x30afa9(0x4f4)]){this[_0x30afa9(0x4c9)][_0x30afa9(0x270)](_0x2e5ebd);return;}this[_0x30afa9(0x129)](_0x2e5ebd);}}['_exhaustRemoteChangesetQueue'](){const _0x1c4d1=_0x101eed;this['_remoteChangesetQueue'][_0x1c4d1(0xfa)](_0x7634e=>this[_0x1c4d1(0x129)](_0x7634e)),this[_0x1c4d1(0x4c9)]=[];}[_0x101eed(0x129)](_0xa3e387){const _0x417140=_0x101eed,_0x49b0cb=this[_0x417140(0xc5)]['interceptor'][_0x417140(0x3b7)](this[_0x417140(0xc5)][_0x417140(0x4ad)][_0x417140(0x4f7)]()[_0x417140(0x1ce)])(_0xa3e387[_0x417140(0x31a)],null)||_0xa3e387['mutations'],_0x37cd91={..._0xa3e387,'mutations':_0x49b0cb};this['_lockTransition'](),this[_0x417140(0x4b3)](this['_state'][_0x417140(0x2c3)](_0x37cd91)),this['_unlockTransition']();}[_0x101eed(0x58b)](_0x1fade0){const _0x1e454e=_0x101eed;this[_0x1e454e(0x26e)](),this[_0x1e454e(0x4b3)](this[_0x1e454e(0x377)][_0x1e454e(0x102)](_0x1fade0)),this[_0x1e454e(0x26f)]();}[_0x101eed(0x4f2)](_0x32348d){const _0x30c6a7=_0x101eed;this['_lockTransition'](),this['_updateState'](this[_0x30c6a7(0x377)][_0x30c6a7(0x2e1)](_0x32348d)),this[_0x30c6a7(0x26f)]();}['_onRemoteRetry'](_0x32abd3){const _0x6db78a=_0x101eed;this[_0x6db78a(0x26e)](),this[_0x6db78a(0x4b3)](this[_0x6db78a(0x377)]['onRemoteRetry'](_0x32abd3)),this[_0x6db78a(0x26f)]();}[_0x101eed(0x422)](_0x4badb4){const _0x11664a=_0x101eed;if(!(this[_0x11664a(0x377)]instanceof _0x1e1536))throw new TypeError('[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!');const _0x210517=_0x4badb4['map'](_0x2d9a68=>{const _0x35ca46=_0x11664a,_0x55173e=this[_0x35ca46(0xc5)][_0x35ca46(0x4ad)][_0x35ca46(0x3b7)](this[_0x35ca46(0xc5)]['interceptor'][_0x35ca46(0x4f7)]()['COMPRESS_MUTATION_APPLY'])(_0x2d9a68[_0x35ca46(0x31a)],null)||_0x2d9a68[_0x35ca46(0x31a)];return{..._0x2d9a68,'mutations':_0x55173e};});this[_0x11664a(0x26e)](),this[_0x11664a(0x4b3)](this[_0x11664a(0x377)][_0x11664a(0x128)](_0x210517)),this[_0x11664a(0x26f)]();}[_0x101eed(0x2a8)](){const _0x4b985d=_0x101eed;this[_0x4b985d(0x26e)](),this['_updateState'](this[_0x4b985d(0x377)][_0x4b985d(0x14e)]()),this[_0x4b985d(0x26f)]();}['_toggleOnline'](_0x427379=!0x1){const _0xd3f95=_0x101eed;this['_lockTransition'](),this[_0xd3f95(0x4b3)](this[_0xd3f95(0x377)][_0xd3f95(0x542)]()),this[_0xd3f95(0x26f)]();const _0x375cb0=this[_0xd3f95(0x377)];_0x427379&&_0x375cb0 instanceof _0x458cfb&&(this['_lockTransition'](),this[_0xd3f95(0x4b3)](_0x375cb0[_0xd3f95(0x2ef)]()),this['_unlockTransition']());}async[_0x101eed(0x222)](){return new Promise(_0x36d695=>{const _0x194658=_0x2732;this['session'][_0x194658(0xe4)][_0x194658(0x43c)](_0x3ad50a[_0x194658(0x489)](0x1))[_0x194658(0x391)](async _0x53b670=>{const _0x24bcef=_0x194658;_0x36d695(await this[_0x24bcef(0xac)](_0x53b670===_0x323768['ONLINE']));});});}[_0x101eed(0x4b1)](){const _0x44aace=_0x101eed,_0xe50a3a=this[_0x44aace(0xce)];return{'onStateChange':(_0x46acfe,_0x568c5f)=>{const _0x580f6f=_0x44aace;if(_0x46acfe!==this[_0x580f6f(0x377)])throw new Error(_0x580f6f(0x3b5)+_0x46acfe[_0x580f6f(0xc1)]+_0x580f6f(0x2cb)+_0x568c5f[_0x580f6f(0xc1)]+'\x0aCurrent:\x20'+this[_0x580f6f(0x377)][_0x580f6f(0xc1)]);this['_updateState'](_0x568c5f);},'onSendChangeset':_0x659ddf=>{const _0x3453a1=_0x44aace;_0x659ddf[_0x3453a1(0x2aa)]||(_0x659ddf[_0x3453a1(0x2aa)]=this[_0x3453a1(0x24a)],_0x659ddf[_0x3453a1(0x1f8)]=++this['_changesetReqId']);const _0x5ef4ee={'eventID':_0x187895[_0x3453a1(0x282)][_0x3453a1(0x2f1)],'data':{'unitID':_0x659ddf['unitID'],'unitType':this[_0x3453a1(0x436)],'changeset':_0x659ddf,'memberID':this[_0x3453a1(0x390)][_0x3453a1(0x49e)]()}};this[_0x3453a1(0x390)]['send'](_0x5ef4ee,this[_0x3453a1(0xce)]);},'onMissingChangesets':({from:_0x1eca4c,to:_0x29a27c})=>{const _0xd3cb36=_0x44aace;this[_0xd3cb36(0x39c)][_0xd3cb36(0x553)](_0xd3cb36(0x323),_0xd3cb36(0x445)+_0x1eca4c+'\x20to\x20'+_0x29a27c);const _0xadbdaa={'eventID':_0x187895[_0xd3cb36(0x282)][_0xd3cb36(0x373)],'data':{'unitID':_0xe50a3a,'unitType':this[_0xd3cb36(0x436)],'from':_0x1eca4c,'to':_0x29a27c}};this['session'][_0xd3cb36(0x3bb)](_0xadbdaa,this[_0xd3cb36(0xce)]);}};}async[_0x101eed(0xac)](_0x4a4af0){const _0x233e69=_0x101eed;var _0x93437e,_0x2568e1;const _0x15348c=await this[_0x233e69(0x16a)][_0x233e69(0x537)](this['unitID']),_0x48c3af=(_0x93437e=_0x15348c==null?void 0x0:_0x15348c[_0x233e69(0x31a)])!=null?_0x93437e:[],_0x1c92ed=(_0x2568e1=_0x15348c==null?void 0x0:_0x15348c[_0x233e69(0xde)])!=null?_0x2568e1:null,_0x41f1ca=!!(_0x1c92ed!=null&&_0x1c92ed[_0x233e69(0x2aa)])&&!!(_0x1c92ed!=null&&_0x1c92ed[_0x233e69(0x1f8)]);this[_0x233e69(0x24a)]=_0x41f1ca?_0x1c92ed['sid']:_0x3757a1(),this[_0x233e69(0xc8)]=_0x41f1ca?_0x1c92ed[_0x233e69(0x1f8)]:0x0;const _0x15fb88=this[_0x233e69(0xce)];try{this[_0x233e69(0x3e8)](_0x1c92ed,_0x48c3af);}catch(_0x35abcd){this['_logService']['error'](_0x35abcd);}const _0x5c0cf9=this[_0x233e69(0x4b1)]();if(_0x4a4af0){const _0x31523b=_0x6c8bd3(this[_0x233e69(0x498)],_0x15fb88,this[_0x233e69(0x436)],_0x1c92ed,_0x48c3af,_0x5c0cf9);return _0x31523b instanceof _0x102493?_0x31523b[_0x233e69(0x3dd)]():(_0x31523b instanceof _0xa2d97a||_0x31523b instanceof _0x283677)&&_0x31523b[_0x233e69(0x484)](),_0x31523b;}return this[_0x233e69(0x498)][_0x233e69(0x406)](_0x5d4da2,_0x15fb88,this[_0x233e69(0x436)],_0x1c92ed,_0x48c3af,_0x5c0cf9);}[_0x101eed(0x3e8)](_0x5c9162,_0x188de0){const _0x1c5179=_0x101eed;var _0x7f1a78,_0x13ec12;const _0x1bc082=this[_0x1c5179(0xc5)][_0x1c5179(0x4ad)][_0x1c5179(0x3b7)](this[_0x1c5179(0xc5)][_0x1c5179(0x4ad)][_0x1c5179(0x4f7)]()[_0x1c5179(0x1ce)]);(_0x7f1a78=_0x1bc082((_0x5c9162==null?void 0x0:_0x5c9162['mutations'])||[],null))==null||_0x7f1a78[_0x1c5179(0xfa)](_0x576584=>this[_0x1c5179(0x3a2)][_0x1c5179(0x2ac)](_0x576584['id'],_0x576584[_0x1c5179(0x314)])),(_0x13ec12=_0x1bc082(_0x188de0||[],null))==null||_0x13ec12[_0x1c5179(0xfa)](_0x2ddf0d=>this[_0x1c5179(0x3a2)][_0x1c5179(0x2ac)](_0x2ddf0d['id'],_0x2ddf0d[_0x1c5179(0x314)]));}},_0x398bdb['CollaborationEntity']=_0x4dffcf([_0x4df85d(0x3,_0x4719e5[_0x101eed(0xe3)](_0x4719e5['Injector'])),_0x4df85d(0x4,_0x4719e5[_0x101eed(0xe3)](_0x398bdb['LocalCacheService'])),_0x4df85d(0x5,_0x4719e5[_0x101eed(0xe3)](_0x187895[_0x101eed(0x41b)])),_0x4df85d(0x6,_0x4719e5['Inject'](_0x4719e5['LocaleService'])),_0x4df85d(0x7,_0x4719e5[_0x101eed(0xe3)](_0x187895[_0x101eed(0xb2)])),_0x4df85d(0x8,_0x4719e5[_0x101eed(0x396)]),_0x4df85d(0x9,_0x4719e5[_0x101eed(0x233)]),_0x4df85d(0xa,_0x221209[_0x101eed(0x458)]),_0x4df85d(0xb,_0x4719e5[_0x101eed(0x324)]),_0x4df85d(0xc,_0x4719e5[_0x101eed(0x2fe)](_0x1eb8f2))],_0x398bdb[_0x101eed(0x4e5)]),_0x398bdb[_0x101eed(0x464)]=class extends _0x398bdb['CollaborationEntity']{constructor(_0x3a30d4,_0x5832a8,_0x17ad28,_0x5c4d40,_0x251397,_0x3278b5,_0x705064,_0x2d2ce1,_0x4febfc,_0x50b6ae,_0x15ec8c,_0x53897b,_0x5733bd,_0x742828,_0x204bb5,_0x416cbe,_0xd1347b,_0x244691){const _0x1739a6=_0x101eed;super(_0x3a30d4,_0x17ad28,_0x5832a8,_0x5c4d40,_0x251397,_0x3278b5,_0x705064,_0x2d2ce1,_0x742828,_0x204bb5,_0x416cbe,_0xd1347b,_0x244691),this[_0x1739a6(0xce)]=_0x3a30d4,this[_0x1739a6(0x21f)]=_0x5832a8,this[_0x1739a6(0x46f)]=_0x4febfc,this['_docTransformIMECacheService']=_0x50b6ae,this['_docTransformStateCacheService']=_0x15ec8c,this[_0x1739a6(0x51c)]=_0x53897b,this[_0x1739a6(0x201)]=_0x5733bd;}[_0x101eed(0x4b1)](){const _0x2661ee=_0x101eed,_0x4cbeac=super[_0x2661ee(0x4b1)]();return _0x4cbeac['onTransformIME']=_0x5e1b03=>this[_0x2661ee(0x44f)][_0x2661ee(0x2fd)](_0x5e1b03),_0x4cbeac['onTransformState']=_0x4f51cc=>this[_0x2661ee(0x135)][_0x2661ee(0x1e4)](_0x4f51cc),_0x4cbeac[_0x2661ee(0x110)]=_0x58c48b=>this[_0x2661ee(0x51c)][_0x2661ee(0x387)](_0x58c48b),_0x4cbeac[_0x2661ee(0x524)]=_0x2450d8=>this[_0x2661ee(0x201)]['syncEditingCollabCursor'](_0x2450d8),_0x4cbeac[_0x2661ee(0x197)]=_0x1043e2=>this[_0x2661ee(0x44f)][_0x2661ee(0xb1)](_0x1043e2),_0x4cbeac['onTransformRemoteChangesetByStateCache']=_0x5647a2=>this[_0x2661ee(0x135)][_0x2661ee(0xb1)](_0x5647a2),_0x4cbeac;}async[_0x101eed(0x48f)](){const _0x671262=_0x101eed,_0x5cccb2=await super['_init']();return this[_0x671262(0xec)](this[_0x671262(0x46f)][_0x671262(0x2b6)][_0x671262(0x43c)](_0x3ad50a[_0x671262(0x1bc)](this[_0x671262(0x2b7)]))[_0x671262(0x391)](_0x180dad=>{const _0x1cd472=_0x671262;if(_0x180dad==null)return;const {unitId:_0x514f4a,redoState:_0x35e133,commandId:_0x4190cf}=_0x180dad;if(_0x514f4a!==this['unitID'])return;const _0x3f7259={'id':_0x4190cf,'type':_0x4719e5[_0x1cd472(0x4ff)]['MUTATION'],'params':{'unitId':_0x514f4a,'actions':_0x35e133[_0x1cd472(0x52c)],'textRanges':null}};this[_0x1cd472(0x18f)](_0x3f7259);})),this['disposeWithMe'](this[_0x671262(0x3a2)][_0x671262(0x278)]((_0x2e99f6,_0x367ba6)=>{const _0xe4a9c0=_0x671262;if(_0x2e99f6['type']!==_0x4719e5[_0xe4a9c0(0x4ff)][_0xe4a9c0(0x496)]||_0x367ba6!=null&&_0x367ba6[_0xe4a9c0(0xe2)]||_0x367ba6!=null&&_0x367ba6[_0xe4a9c0(0x2e6)]||_0x2e99f6['id']===_0x5389f5[_0xe4a9c0(0x408)]['id'])return;const _0x31335c=_0x2e99f6['params'];if((_0x31335c==null?void 0x0:_0x31335c['unitId'])!==this[_0xe4a9c0(0xce)])return;const _0x13ac0a=_0x2e99f6,_0x20a643=this[_0xe4a9c0(0xc5)][_0xe4a9c0(0x4ad)]['fetchThroughInterceptors'](this['_compressMutationService'][_0xe4a9c0(0x4ad)][_0xe4a9c0(0x4f7)]()[_0xe4a9c0(0x1fb)])([_0x13ac0a],null)||[_0x13ac0a];this[_0xe4a9c0(0x18f)](_0x20a643[0x0]);})),_0x5cccb2;}},_0x398bdb[_0x101eed(0x464)]=_0x4dffcf([_0x4df85d(0x3,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x4df85d(0x4,_0x4719e5[_0x101eed(0xe3)](_0x398bdb['LocalCacheService'])),_0x4df85d(0x5,_0x4719e5[_0x101eed(0xe3)](_0x187895[_0x101eed(0x41b)])),_0x4df85d(0x6,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x4f0)])),_0x4df85d(0x7,_0x4719e5[_0x101eed(0xe3)](_0x187895[_0x101eed(0xb2)])),_0x4df85d(0x8,_0x4719e5[_0x101eed(0xe3)](_0x525184['DocStateChangeManagerService'])),_0x4df85d(0x9,_0x4719e5[_0x101eed(0xe3)](_0x33088b)),_0x4df85d(0xa,_0x4719e5[_0x101eed(0xe3)](_0x20bb91)),_0x4df85d(0xb,_0x4719e5[_0x101eed(0xe3)](_0x281519)),_0x4df85d(0xc,_0x4719e5[_0x101eed(0xe3)](_0x5f02ca)),_0x4df85d(0xd,_0x4719e5['ILogService']),_0x4df85d(0xe,_0x4719e5[_0x101eed(0x233)]),_0x4df85d(0xf,_0x221209['IMessageService']),_0x4df85d(0x10,_0x4719e5[_0x101eed(0x324)]),_0x4df85d(0x11,_0x4719e5[_0x101eed(0x2fe)](_0x1eb8f2))],_0x398bdb['DocCollaborationEntity']),_0x398bdb[_0x101eed(0x4b7)]=class extends _0x398bdb['CollaborationEntity']{constructor(_0x2a2acd,_0x11db38,_0x55e26c,_0x2a887a,_0x1cf4fa,_0x2a3d73,_0x2a42d6,_0x213767,_0x2e39cf,_0x4a48f8,_0x39353b,_0x33093b,_0x1a2114,_0x417e89){const _0x342762=_0x101eed;super(_0x2a2acd,_0x55e26c,_0x11db38,_0x2a887a,_0x1cf4fa,_0x2a3d73,_0x2a42d6,_0x213767,_0x4a48f8,_0x39353b,_0x33093b,_0x1a2114,_0x417e89),this[_0x342762(0xce)]=_0x2a2acd,this['type']=_0x11db38,this[_0x342762(0x196)]=_0x2e39cf;}[_0x101eed(0x4b1)](){const _0x2f3e03=_0x101eed,_0x38c1ad=super[_0x2f3e03(0x4b1)]();return _0x38c1ad[_0x2f3e03(0x110)]=_0x4e653d=>this['_sheetTransformSelectionsService'][_0x2f3e03(0x387)](_0x4e653d),_0x38c1ad;}async[_0x101eed(0x48f)](){const _0x17bc6d=_0x101eed,_0x534cb2=await super[_0x17bc6d(0x48f)]();return this['disposeWithMe'](this[_0x17bc6d(0x3a2)][_0x17bc6d(0x278)]((_0xc0f8f0,_0x5b501f)=>{const _0x232fcd=_0x17bc6d;if(_0xc0f8f0['type']!==_0x4719e5[_0x232fcd(0x4ff)][_0x232fcd(0x496)]||_0x5b501f!=null&&_0x5b501f[_0x232fcd(0xe2)]||_0x5b501f!=null&&_0x5b501f[_0x232fcd(0x2e6)])return;const _0x2a4afe=_0xc0f8f0[_0x232fcd(0x314)];if((_0x2a4afe==null?void 0x0:_0x2a4afe['unitId'])!==this['unitID'])return;const _0x365ef2=_0xc0f8f0,_0x5898b6=this[_0x232fcd(0xc5)][_0x232fcd(0x4ad)][_0x232fcd(0x3b7)](this[_0x232fcd(0xc5)][_0x232fcd(0x4ad)][_0x232fcd(0x4f7)]()['COMPRESS_MUTATION_SEND'])([_0x365ef2],null)||[_0x365ef2];this['_onLocalMutation'](_0x5898b6[0x0]);})),_0x534cb2;}},_0x398bdb[_0x101eed(0x4b7)]=_0x4dffcf([_0x4df85d(0x3,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x4df85d(0x4,_0x4719e5['Inject'](_0x398bdb[_0x101eed(0xf5)])),_0x4df85d(0x5,_0x4719e5['Inject'](_0x187895[_0x101eed(0x41b)])),_0x4df85d(0x6,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x4f0)])),_0x4df85d(0x7,_0x4719e5[_0x101eed(0xe3)](_0x187895[_0x101eed(0xb2)])),_0x4df85d(0x8,_0x4719e5[_0x101eed(0xe3)](_0x121597)),_0x4df85d(0x9,_0x4719e5[_0x101eed(0x396)]),_0x4df85d(0xa,_0x4719e5[_0x101eed(0x233)]),_0x4df85d(0xb,_0x221209[_0x101eed(0x458)]),_0x4df85d(0xc,_0x4719e5[_0x101eed(0x324)]),_0x4df85d(0xd,_0x4719e5[_0x101eed(0x2fe)](_0x1eb8f2))],_0x398bdb[_0x101eed(0x4b7)]);var _0x5c5276=Object[_0x101eed(0x277)],_0x163178=Object[_0x101eed(0x12f)],_0xf8297c=(_0x4dcb7a,_0x78171d,_0x4241d1,_0x3ec3ae)=>{for(var _0x342acc=_0x3ec3ae>0x1?void 0x0:_0x3ec3ae?_0x163178(_0x78171d,_0x4241d1):_0x78171d,_0x1a8298=_0x4dcb7a['length']-0x1,_0x16cbf4;_0x1a8298>=0x0;_0x1a8298--)(_0x16cbf4=_0x4dcb7a[_0x1a8298])&&(_0x342acc=(_0x3ec3ae?_0x16cbf4(_0x78171d,_0x4241d1,_0x342acc):_0x16cbf4(_0x342acc))||_0x342acc);return _0x3ec3ae&&_0x342acc&&_0x5c5276(_0x78171d,_0x4241d1,_0x342acc),_0x342acc;},_0x5bd3b9=(_0x4b8a39,_0x4fbdaf)=>(_0x4d891e,_0x3865e3)=>_0x4fbdaf(_0x4d891e,_0x3865e3,_0x4b8a39);_0x398bdb[_0x101eed(0x514)]=class extends _0x4719e5['RxDisposable']{constructor(_0x5e6c8f,_0x963e1c,_0x58c818){const _0x2e48ec=_0x101eed;super(),_0x31ba63(this,_0x2e48ec(0x1ed),new Map()),_0x31ba63(this,'_entityInit$',new _0x3ad50a['Subject']()),(this['_injector']=_0x5e6c8f,this[_0x2e48ec(0x54e)]=_0x963e1c,this[_0x2e48ec(0x508)]=_0x58c818,this[_0x2e48ec(0x48f)]());}[_0x101eed(0x2b2)](){const _0x590d43=_0x101eed;super['dispose'](),this[_0x590d43(0x1ed)][_0x590d43(0xfa)](_0x4978c5=>_0x4978c5[_0x590d43(0x2b2)]()),this['_entities']['clear']();}[_0x101eed(0x116)](_0x2e981f){const _0x56716c=_0x101eed;var _0x3e364e;return(_0x3e364e=this[_0x56716c(0x1ed)][_0x56716c(0x251)](_0x2e981f))!=null?_0x3e364e:null;}[_0x101eed(0x3ec)](_0x244a6d){const _0x269698=_0x101eed,_0x15dbb8=this[_0x269698(0x116)](_0x244a6d);return _0x15dbb8?_0x3ad50a['of'](_0x15dbb8):this[_0x269698(0x3e9)]['pipe'](_0xed279e[_0x269698(0x3ea)](_0x403764=>_0x403764['unitID']===_0x244a6d));}['_init'](){const _0x539dc6=_0x101eed;this[_0x539dc6(0x508)][_0x539dc6(0xfc)](_0x4719e5['UniverInstanceType'][_0x539dc6(0x561)])['pipe'](_0x3ad50a[_0x539dc6(0x1bc)](this[_0x539dc6(0x2b7)]),_0xed279e[_0x539dc6(0x582)](0x10))[_0x539dc6(0x391)](async _0x58ab36=>{const _0x479ee8=_0x539dc6,_0x58f1f9=_0x58ab36['getUnitId'](),_0x1ee654=await this[_0x479ee8(0x4cb)](_0x58f1f9,_0x4a846b[_0x479ee8(0x561)]);this[_0x479ee8(0x1ed)][_0x479ee8(0x1e6)](_0x58f1f9,_0x1ee654);}),this['_univerInstanceService'][_0x539dc6(0xfc)](_0x4719e5[_0x539dc6(0xf4)]['UNIVER_DOC'])[_0x539dc6(0x43c)](_0x3ad50a[_0x539dc6(0x1bc)](this[_0x539dc6(0x2b7)]),_0xed279e[_0x539dc6(0x582)](0x10))[_0x539dc6(0x43c)](_0xed279e[_0x539dc6(0x3ea)](_0x129a0e=>!_0x129a0e['getUnitId']()[_0x539dc6(0xd2)]('__')))[_0x539dc6(0x391)](async _0x39f3f1=>{const _0x5dfeeb=_0x539dc6,_0xa8cd61=_0x39f3f1['getUnitId'](),_0x54d41f=await this[_0x5dfeeb(0x4cb)](_0xa8cd61,_0x4a846b['UNIVER_DOC']);this[_0x5dfeeb(0x1ed)][_0x5dfeeb(0x1e6)](_0xa8cd61,_0x54d41f);}),_0x3ad50a[_0x539dc6(0x54c)](this[_0x539dc6(0x508)][_0x539dc6(0x39d)](_0x4719e5['UniverInstanceType']['UNIVER_SHEET']),this[_0x539dc6(0x508)]['getTypeOfUnitDisposed$'](_0x4719e5[_0x539dc6(0xf4)][_0x539dc6(0xe0)]))[_0x539dc6(0x43c)](_0x3ad50a[_0x539dc6(0x1bc)](this[_0x539dc6(0x2b7)]))['subscribe'](_0x588c53=>{const _0x25a356=_0x539dc6,_0x8817c1=_0x588c53[_0x25a356(0x4d4)](),_0x3a9d83=this[_0x25a356(0x1ed)][_0x25a356(0x251)](_0x8817c1);_0x3a9d83&&(_0x3a9d83['dispose'](),this['_entities'][_0x25a356(0x3f3)](_0x8817c1));});}async[_0x101eed(0x4cb)](_0x1a9e87,_0x2d5f72){const _0x42a720=_0x101eed,_0xefe9ac=await this[_0x42a720(0x54e)]['requireSession'](_0x1a9e87),_0xf2698a=this['_injector']['createInstance'](this[_0x42a720(0x4ed)](_0x2d5f72),_0x1a9e87,_0x2d5f72,_0xefe9ac);return await _0xf2698a[_0x42a720(0x45e)](),this[_0x42a720(0x3e9)][_0x42a720(0x1f2)](_0xf2698a),_0xf2698a;}['_getCtorByUniverType'](_0xeea4b7){const _0x3b5192=_0x101eed;switch(_0xeea4b7){case _0x4a846b[_0x3b5192(0xe0)]:return _0x398bdb[_0x3b5192(0x464)];case _0x4a846b[_0x3b5192(0x561)]:return _0x398bdb[_0x3b5192(0x4b7)];default:throw new Error(_0x3b5192(0x242)+_0xeea4b7);}}},_0x398bdb[_0x101eed(0x514)]=_0xf8297c([_0x5bd3b9(0x0,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x5bd3b9(0x1,_0x4719e5['Inject'](_0x398bdb[_0x101eed(0x194)])),_0x5bd3b9(0x2,_0x4719e5[_0x101eed(0x27b)])],_0x398bdb[_0x101eed(0x514)]);var _0x111c68=Object[_0x101eed(0x277)],_0x410aa6=Object[_0x101eed(0x12f)],_0x37feb3=(_0xa2d270,_0x3e7537,_0x27fdb2,_0x47a817)=>{const _0x54b245=_0x101eed;for(var _0x46f258=_0x47a817>0x1?void 0x0:_0x47a817?_0x410aa6(_0x3e7537,_0x27fdb2):_0x3e7537,_0x28827f=_0xa2d270[_0x54b245(0x4e0)]-0x1,_0x119988;_0x28827f>=0x0;_0x28827f--)(_0x119988=_0xa2d270[_0x28827f])&&(_0x46f258=(_0x47a817?_0x119988(_0x3e7537,_0x27fdb2,_0x46f258):_0x119988(_0x46f258))||_0x46f258);return _0x47a817&&_0x46f258&&_0x111c68(_0x3e7537,_0x27fdb2,_0x46f258),_0x46f258;},_0x1c5cf5=(_0x1473cd,_0x4acfd6)=>(_0x1dd552,_0x1758ad)=>_0x4acfd6(_0x1dd552,_0x1758ad,_0x1473cd);let _0x2364e9=class extends _0x4719e5[_0x101eed(0x56d)]{constructor(_0x10fccd,_0x17e72e){const _0x9ad3a5=_0x101eed;super(),this[_0x9ad3a5(0x346)]=_0x10fccd,this[_0x9ad3a5(0x307)]=_0x17e72e,this[_0x9ad3a5(0x48f)]();}[_0x101eed(0x48f)](){const _0x228043=_0x101eed,_0x2c1c38=this;this['disposeWithMe'](this[_0x228043(0x346)][_0x228043(0x1b2)]({'onBeforePasteImage':async _0x40e711=>{const _0x5707c1=_0x228043,_0x5582a7=await _0x2c1c38[_0x5707c1(0x307)]['saveImage'](_0x40e711);return _0x5582a7?{'source':_0x5582a7['source'],'imageSourceType':_0x5582a7[_0x5707c1(0xe9)]}:null;}}));}};_0x2364e9=_0x37feb3([_0x1c5cf5(0x0,_0x525184[_0x101eed(0x409)]),_0x1c5cf5(0x1,_0xdada79[_0x101eed(0x118)])],_0x2364e9);const _0x16998f=[_0x101eed(0x111),'jiqing500',_0x101eed(0xcd),_0x101eed(0x4eb),_0x101eed(0x287),_0x101eed(0x189)];class _0x50b8f9 extends _0x4719e5['Disposable']{constructor(){const _0x32d322=_0x101eed;super(...arguments),_0x31ba63(this,_0x32d322(0x374),new Map()),_0x31ba63(this,_0x32d322(0x521),0x0);}['assignAColorForMemberID'](_0x2b26ed){const _0x42b42a=_0x101eed;if(this['_assignedColors']['has'](_0x2b26ed))return this['_assignedColors'][_0x42b42a(0x251)](_0x2b26ed);const _0x42a3ab=_0x16998f[this[_0x42b42a(0x521)]];return this[_0x42b42a(0x521)]=(this[_0x42b42a(0x521)]+0x1)%_0x16998f[_0x42b42a(0x4e0)],this[_0x42b42a(0x374)][_0x42b42a(0x1e6)](_0x2b26ed,_0x42a3ab),_0x42a3ab;}}var _0x5d70e5=Object[_0x101eed(0x277)],_0x5aaeac=Object[_0x101eed(0x12f)],_0x5d3c45=(_0x282a95,_0x19dda2,_0x4685d7,_0x7b059e)=>{for(var _0x4442db=_0x7b059e>0x1?void 0x0:_0x7b059e?_0x5aaeac(_0x19dda2,_0x4685d7):_0x19dda2,_0x35a3ba=_0x282a95['length']-0x1,_0x77ae2;_0x35a3ba>=0x0;_0x35a3ba--)(_0x77ae2=_0x282a95[_0x35a3ba])&&(_0x4442db=(_0x7b059e?_0x77ae2(_0x19dda2,_0x4685d7,_0x4442db):_0x77ae2(_0x4442db))||_0x4442db);return _0x7b059e&&_0x4442db&&_0x5d70e5(_0x19dda2,_0x4685d7,_0x4442db),_0x4442db;},_0xa80045=(_0x53b449,_0x5c3b77)=>(_0x3a3f8d,_0x1bffe8)=>_0x5c3b77(_0x3a3f8d,_0x1bffe8,_0x53b449);const _0x1c5285=0x12c,_0x19a65f=0x64;let _0x1ee72c=class extends _0x4719e5[_0x101eed(0x56d)]{constructor(_0x4aad9c,_0x4bd0ac,_0x49c82b,_0x2277de,_0xe76603,_0x4750dd,_0x5bca65,_0x471702,_0x4f803e){const _0xaf6772=_0x101eed;super(),_0x31ba63(this,_0xaf6772(0x225),!0x1),_0x31ba63(this,_0xaf6772(0x48f),!0x1),_0x31ba63(this,_0xaf6772(0x26b),new _0x3ad50a['BehaviorSubject'](new Map())),_0x31ba63(this,_0xaf6772(0x446),this[_0xaf6772(0x26b)][_0xaf6772(0x568)]()),_0x31ba63(this,_0xaf6772(0x51d),new _0x3ad50a[(_0xaf6772(0xc6))]([])),_0x31ba63(this,'roomMembers$',this[_0xaf6772(0x51d)]['pipe'](_0x3ad50a[_0xaf6772(0x13b)](_0x1c5285))),_0x31ba63(this,'_updateLocalCursor',_0x4719e5[_0xaf6772(0x115)](_0x108402=>{const _0x412278=_0xaf6772,_0xa5fa19={'eventID':_0x187895[_0x412278(0x282)][_0x412278(0x53a)],'data':{'unitID':this[_0x412278(0xce)],'memberID':this['_session'][_0x412278(0x49e)](),'selection':_0xaa6a7e(_0x108402)}};this[_0x412278(0x298)][_0x412278(0x3bb)](_0xa5fa19,this[_0x412278(0xce)]);},_0x19a65f)),(this[_0xaf6772(0xce)]=_0x4aad9c,this[_0xaf6772(0x298)]=_0x4bd0ac,this[_0xaf6772(0x498)]=_0x49c82b,this[_0xaf6772(0x149)]=_0x2277de,this[_0xaf6772(0x1a5)]=_0xe76603,this['_syncEditingCollabCursorService']=_0x4750dd,this['_transformService']=_0x5bca65,this[_0xaf6772(0x508)]=_0x471702,this[_0xaf6772(0x3a2)]=_0x4f803e);}get['cursorInfo'](){const _0xd6158d=_0x101eed;return this[_0xd6158d(0x26b)]['getValue']();}get[_0x101eed(0x362)](){const _0x13638e=_0x101eed;return this[_0x13638e(0x51d)][_0x13638e(0x56f)]();}[_0x101eed(0x2b2)](){const _0x36be86=_0x101eed;super[_0x36be86(0x2b2)](),this[_0x36be86(0x26b)]['next'](new Map()),this[_0x36be86(0x26b)]['complete'](),this['_roomMembers$']['next']([]),this[_0x36be86(0x51d)]['complete']();}[_0x101eed(0x45e)](){const _0x1bc59f=_0x101eed;this[_0x1bc59f(0x48f)]||(this[_0x1bc59f(0x48f)]=!0x0,this[_0x1bc59f(0x298)][_0x1bc59f(0xe4)][_0x1bc59f(0x43c)](_0x3ad50a['takeUntil'](this[_0x1bc59f(0x2b7)]))[_0x1bc59f(0x391)](_0x45ed28=>{const _0x3436d4=_0x1bc59f;_0x45ed28===_0x323768['ONLINE']?this[_0x3436d4(0x2db)]():this[_0x3436d4(0x2a8)]();}),this[_0x1bc59f(0x298)]['event$'][_0x1bc59f(0x43c)](_0x3ad50a['takeUntil'](this['dispose$']))[_0x1bc59f(0x391)](_0x9fb02e=>{const _0x269876=_0x1bc59f,_0x1e0145=_0x9fb02e[_0x269876(0x221)];_0x1e0145===_0x187895[_0x269876(0x282)][_0x269876(0x53a)]&&this[_0x269876(0x1f0)](_0x9fb02e),_0x1e0145===_0x187895['CollaborationEvent'][_0x269876(0x3db)]&&this[_0x269876(0x4fe)](_0x9fb02e);}),this[_0x1bc59f(0xec)](this[_0x1bc59f(0x3a2)][_0x1bc59f(0x278)](_0x1a443f=>{const _0x350301=_0x1bc59f,_0x4becae=_0x1a443f['params'];_0x4becae!=null&&this[_0x350301(0x225)]&&_0x1a443f['id']===_0x5389f5[_0x350301(0x47c)]['id']&&_0x4becae[_0x350301(0x4ab)]===this[_0x350301(0xce)]&&_0x4becae['isEditing']===!0x1&&_0x4becae[_0x350301(0x333)]['length']>0x0&&this[_0x350301(0x1d7)](_0x4becae[_0x350301(0x333)]);})),this[_0x1bc59f(0x51e)][_0x1bc59f(0x538)]['pipe'](_0x3ad50a['takeUntil'](this[_0x1bc59f(0x2b7)]))[_0x1bc59f(0x391)](_0x25d0a1=>{const _0x680fe1=_0x1bc59f;if((_0x25d0a1==null?void 0x0:_0x25d0a1['unitID'])!==this[_0x680fe1(0xce)])return;const _0x54e414={'eventID':_0x187895[_0x680fe1(0x282)][_0x680fe1(0x53a)],'data':_0x25d0a1};this['_onCursorUpdate'](_0x54e414);}),this[_0x1bc59f(0xec)](this[_0x1bc59f(0x3a2)][_0x1bc59f(0x278)](_0x5c6c37=>{const _0x15ea3a=_0x1bc59f;if(_0x5c6c37['params']==null)return;const _0x502799=_0x5c6c37[_0x15ea3a(0x314)];if(_0x5c6c37['id']!==_0x5389f5[_0x15ea3a(0x408)]['id']||_0x502799[_0x15ea3a(0x4ab)]!==this[_0x15ea3a(0xce)])return;const _0x557f98={'id':_0x15ea3a(0x123),'params':_0x502799},_0x94354b=this['cursorInfo'];for(const [_0x29a154,_0x18516f]of _0x94354b){const _0x163855={'id':_0x15ea3a(0x123),'params':{'unitId':this[_0x15ea3a(0xce)],'actions':null,'textRanges':_0x18516f['ranges']}},_0x2b71e2=this[_0x15ea3a(0x294)][_0x15ea3a(0x332)](_0x557f98,_0x163855,!0x1);if(_0x187895[_0x15ea3a(0x2f0)](_0x2b71e2))throw _0x2b71e2[_0x15ea3a(0x306)];_0x94354b['set'](_0x29a154,{..._0x18516f,'ranges':_0x2b71e2[_0x15ea3a(0x480)]['params'][_0x15ea3a(0x571)]});}queueMicrotask(()=>{const _0x39d844=_0x15ea3a;this[_0x39d844(0x26b)][_0x39d844(0x1f2)](_0x94354b);});})));}[_0x101eed(0x1f0)](_0x5bf6f0){const _0x563f7f=_0x101eed;var _0x4f2fd8,_0x1bd2aa;const {memberID:_0x1ea257,selection:_0x438c6f}=_0x5bf6f0['data'],_0x19d6dc=_0x1f3ef(_0x438c6f),_0xb35952=(_0x1bd2aa=(_0x4f2fd8=this['_memberService'][_0x563f7f(0x4e8)](this['unitID'],_0x1ea257))==null?void 0x0:_0x4f2fd8['name'])!=null?_0x1bd2aa:_0x563f7f(0x192),_0x39e5e2={'color':this[_0x563f7f(0x149)]['assignAColorForMemberID'](_0x1ea257),'name':_0xb35952,'ranges':_0x19d6dc},_0xff31b5=this['cursorInfo'];_0xff31b5[_0x563f7f(0x1e6)](_0x1ea257,_0x39e5e2),this[_0x563f7f(0x26b)][_0x563f7f(0x1f2)](_0xff31b5);}['_onCursorDelete'](_0x44f353){const _0x19e7ea=_0x101eed,{memberID:_0x19b4ba}=_0x44f353[_0x19e7ea(0x4c3)],_0x24625b=this[_0x19e7ea(0x35b)];_0x24625b[_0x19e7ea(0x3f3)](_0x19b4ba),this[_0x19e7ea(0x26b)]['next'](_0x24625b);}[_0x101eed(0x2db)](){const _0x100ef4=_0x101eed;var _0x44c483;if(this[_0x100ef4(0x225)]=!0x0,((_0x44c483=this[_0x100ef4(0x508)][_0x100ef4(0xd9)]())==null?void 0x0:_0x44c483[_0x100ef4(0x4d4)]())!==this['unitID'])return;const _0x51fd42=this[_0x100ef4(0x498)]['get'](_0x5389f5[_0x100ef4(0x30f)])[_0x100ef4(0x55c)]();Array[_0x100ef4(0x1af)](_0x51fd42)&&_0x51fd42[_0x100ef4(0x4e0)]>0x0&&this[_0x100ef4(0x1d7)](_0x51fd42);}['_toggleOffline'](){const _0x33cf9d=_0x101eed;this[_0x33cf9d(0x225)]=!0x1;}};_0x1ee72c=_0x5d3c45([_0xa80045(0x2,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0xa80045(0x3,_0x4719e5['Inject'](_0x50b8f9)),_0xa80045(0x4,_0x4719e5[_0x101eed(0xe3)](_0x398bdb[_0x101eed(0x3d2)])),_0xa80045(0x5,_0x4719e5[_0x101eed(0xe3)](_0x5f02ca)),_0xa80045(0x6,_0x187895[_0x101eed(0x28d)]),_0xa80045(0x7,_0x4719e5[_0x101eed(0x27b)]),_0xa80045(0x8,_0x4719e5[_0x101eed(0x233)])],_0x1ee72c);var _0x55f085=Object[_0x101eed(0x277)],_0x17a61e=Object[_0x101eed(0x12f)],_0x1a6b58=(_0x1630d9,_0x5ab93d,_0x573cf9,_0x4cf9b6)=>{const _0x5af671=_0x101eed;for(var _0x457972=_0x4cf9b6>0x1?void 0x0:_0x4cf9b6?_0x17a61e(_0x5ab93d,_0x573cf9):_0x5ab93d,_0x4c3d1c=_0x1630d9[_0x5af671(0x4e0)]-0x1,_0x414b9d;_0x4c3d1c>=0x0;_0x4c3d1c--)(_0x414b9d=_0x1630d9[_0x4c3d1c])&&(_0x457972=(_0x4cf9b6?_0x414b9d(_0x5ab93d,_0x573cf9,_0x457972):_0x414b9d(_0x457972))||_0x457972);return _0x4cf9b6&&_0x457972&&_0x55f085(_0x5ab93d,_0x573cf9,_0x457972),_0x457972;},_0x5ea42b=(_0x2ad578,_0x5e5113)=>(_0x3c184e,_0x51026b)=>_0x5e5113(_0x3c184e,_0x51026b,_0x2ad578);const _0x3e447e=0x12c,_0x4e240b=0x64,_0x15091a=()=>{let _0x2674f1=[],_0x17b67d=!0x1;return _0x4391e1=>{const _0x572632=_0x2732;_0x2674f1[_0x572632(0x270)](_0x4391e1),_0x17b67d||(_0x17b67d=!0x0,setTimeout(()=>{const _0x5805aa=_0x572632;_0x2674f1[_0x5805aa(0xfa)](_0x2d7ccb=>_0x2d7ccb()),_0x2674f1=[],_0x17b67d=!0x1;}));};};let _0x1b6a5d=class extends _0x4719e5[_0x101eed(0x56d)]{constructor(_0x459b4a,_0x1bc3a2,_0x296d36,_0x34e75d,_0x7e1a4c,_0x177033,_0x41a81a,_0xc6fec7){const _0x17126c=_0x101eed;super(),_0x31ba63(this,_0x17126c(0x225),!0x1),_0x31ba63(this,_0x17126c(0x48f),!0x1),_0x31ba63(this,_0x17126c(0x26b),new _0x3ad50a[(_0x17126c(0xc6))](new Map())),_0x31ba63(this,'cursorInfo$',this[_0x17126c(0x26b)]['asObservable']()),_0x31ba63(this,_0x17126c(0x51d),new _0x3ad50a[(_0x17126c(0xc6))]([])),_0x31ba63(this,_0x17126c(0x14c),this[_0x17126c(0x51d)][_0x17126c(0x43c)](_0x3ad50a[_0x17126c(0x13b)](_0x3e447e))),_0x31ba63(this,_0x17126c(0x1d7),_0x4719e5[_0x17126c(0x115)]((_0x3e98c4,_0x5cf5b3)=>{const _0x28b1c9=_0x17126c,_0x3a258a={'eventID':_0x187895[_0x28b1c9(0x282)][_0x28b1c9(0x53a)],'data':{'unitID':this[_0x28b1c9(0xce)],'memberID':this['_session'][_0x28b1c9(0x49e)](),'selection':_0x10da42[_0x28b1c9(0x49c)](_0x3e98c4,_0x5cf5b3[_0x28b1c9(0x137)])}};this[_0x28b1c9(0x298)][_0x28b1c9(0x3bb)](_0x3a258a,this[_0x28b1c9(0xce)]);},_0x4e240b)),(this[_0x17126c(0xce)]=_0x459b4a,this[_0x17126c(0x298)]=_0x1bc3a2,this[_0x17126c(0x498)]=_0x296d36,this[_0x17126c(0x149)]=_0x34e75d,this[_0x17126c(0x1a5)]=_0x7e1a4c,this['_univerInstanceService']=_0x177033,this['_commandService']=_0x41a81a,this['_refRangeService']=_0xc6fec7);}get[_0x101eed(0x35b)](){const _0x4019b5=_0x101eed;return this[_0x4019b5(0x26b)][_0x4019b5(0x56f)]();}get[_0x101eed(0x362)](){const _0xcdb7c6=_0x101eed;return this[_0xcdb7c6(0x51d)][_0xcdb7c6(0x56f)]();}[_0x101eed(0x2b2)](){const _0x11c0a2=_0x101eed;super[_0x11c0a2(0x2b2)](),this[_0x11c0a2(0x26b)][_0x11c0a2(0x1f2)](new Map()),this[_0x11c0a2(0x26b)][_0x11c0a2(0x589)](),this[_0x11c0a2(0x51d)][_0x11c0a2(0x1f2)]([]),this[_0x11c0a2(0x51d)][_0x11c0a2(0x589)]();}[_0x101eed(0x45e)](){const _0x418ad3=_0x101eed;this['_init']||(this[_0x418ad3(0x48f)]=!0x0,this[_0x418ad3(0x298)]['sessionStatus$'][_0x418ad3(0x43c)](_0x3ad50a[_0x418ad3(0x1bc)](this[_0x418ad3(0x2b7)]))[_0x418ad3(0x391)](_0x474a9c=>{const _0x5aff9e=_0x418ad3;_0x474a9c===_0x323768[_0x5aff9e(0x47a)]?this[_0x5aff9e(0x2db)]():this[_0x5aff9e(0x2a8)]();}),this[_0x418ad3(0x298)][_0x418ad3(0xd5)][_0x418ad3(0x43c)](_0x3ad50a[_0x418ad3(0x1bc)](this[_0x418ad3(0x2b7)]))['subscribe'](_0x21157d=>{const _0xcb94ce=_0x418ad3,_0x47587e=_0x21157d['eventID'];_0x47587e===_0x187895['CollaborationEvent'][_0xcb94ce(0x53a)]&&this['_onCursorUpdate'](_0x21157d),_0x47587e===_0x187895[_0xcb94ce(0x282)]['USERS_LEAVE']&&this['_onCursorDelete'](_0x21157d);}),this['_onRefRangeChange'](),this[_0x418ad3(0xec)](this['_commandService'][_0x418ad3(0x278)](_0x4777dd=>{const _0x436357=_0x418ad3;if(this['_online']&&_0x4777dd['id']===_0x37c84c[_0x436357(0x211)]['id']&&_0x4777dd[_0x436357(0x314)]['unitId']===this[_0x436357(0xce)]){const _0x40cdd4=_0x4777dd[_0x436357(0x314)];this[_0x436357(0x1d7)](_0x40cdd4['subUnitId'],_0x40cdd4['selections'][0x0]);}})));}['_onCursorUpdate'](_0x17f481){const _0x282280=_0x101eed;var _0x3e62dc,_0x3040ed;const {memberID:_0x567dfb,selection:_0x32dc7a}=_0x17f481[_0x282280(0x4c3)],{sheetName:_0x501c23,range:_0x4da886}=_0x10da42[_0x282280(0x150)](_0x32dc7a),_0x5c9c78={'name':(_0x3040ed=(_0x3e62dc=this[_0x282280(0x1a5)][_0x282280(0x4e8)](this['unitID'],_0x567dfb))==null?void 0x0:_0x3e62dc[_0x282280(0x393)])!=null?_0x3040ed:_0x282280(0x192),'range':this['_getMergeRange'](_0x501c23,_0x4da886),'sheetID':_0x501c23,'color':this[_0x282280(0x149)][_0x282280(0x1aa)](_0x567dfb),'selection':_0x32dc7a},_0x138a4e=this[_0x282280(0x35b)];_0x138a4e['set'](_0x567dfb,_0x5c9c78),this['_cursorInfo$'][_0x282280(0x1f2)](_0x138a4e);}[_0x101eed(0x4fe)](_0x42e49f){const _0x32869c=_0x101eed,{memberID:_0x5ea477}=_0x42e49f[_0x32869c(0x4c3)],_0x20d788=this[_0x32869c(0x35b)];_0x20d788[_0x32869c(0x3f3)](_0x5ea477),this[_0x32869c(0x26b)][_0x32869c(0x1f2)](_0x20d788);}[_0x101eed(0x1cb)](_0x3925ee,_0x469dee){const _0x266115=_0x101eed;var _0x556e4b,_0x3e0aea;const _0x1b348b=(_0x3e0aea=(_0x556e4b=this[_0x266115(0x508)][_0x266115(0x223)](this[_0x266115(0xce)]))==null?void 0x0:_0x556e4b['getSheetBySheetId'](_0x3925ee))==null?void 0x0:_0x3e0aea['getMergeData']();return(_0x1b348b==null?void 0x0:_0x1b348b[_0x266115(0x34a)](_0x14c787=>_0x4719e5[_0x266115(0x4c6)][_0x266115(0x10e)](_0x14c787,_0x469dee)))||_0x469dee;}[_0x101eed(0x285)](){const _0x2eb23a=_0x101eed,_0x23bc19=new _0x4719e5[(_0x2eb23a(0x372))](),_0x4e1281=_0x15091a(),_0x49ac5a=()=>{const _0x3ee1f5=_0x2eb23a;_0x23bc19['dispose']();const _0x8328f7=(_0x3a0aef,_0x53e603,_0x3e4885,_0x322eb9)=>{const _0x4ea44e=_0x2732;let _0x3b3556=[];switch(_0x3a0aef['id']){case _0x37c84c['EffectRefRangId'][_0x4ea44e(0x25a)]:{_0x3b3556=_0x37c84c[_0x4ea44e(0xb6)](_0x3a0aef,_0x322eb9);break;}case _0x37c84c[_0x4ea44e(0x195)][_0x4ea44e(0x166)]:{_0x3b3556=_0x37c84c[_0x4ea44e(0x11d)](_0x3a0aef,_0x322eb9);break;}case _0x37c84c['EffectRefRangId'][_0x4ea44e(0x4ec)]:{_0x3b3556=_0x37c84c[_0x4ea44e(0x3c1)](_0x3a0aef,_0x322eb9);break;}case _0x37c84c[_0x4ea44e(0x195)]['InsertRangeMoveDownCommandId']:{_0x3b3556=_0x37c84c[_0x4ea44e(0x3ee)](_0x3a0aef,_0x322eb9);break;}case _0x37c84c[_0x4ea44e(0x195)]['InsertRangeMoveRightCommandId']:{_0x3b3556=_0x37c84c[_0x4ea44e(0x2f2)](_0x3a0aef,_0x322eb9);break;}case _0x37c84c[_0x4ea44e(0x195)][_0x4ea44e(0x522)]:{_0x3b3556=_0x37c84c[_0x4ea44e(0x507)](_0x3a0aef,_0x322eb9);break;}case _0x37c84c[_0x4ea44e(0x195)]['MoveRangeCommandId']:{_0x3b3556=_0x37c84c[_0x4ea44e(0x17a)](_0x3a0aef,_0x322eb9);break;}case _0x37c84c[_0x4ea44e(0x195)][_0x4ea44e(0x2e3)]:{_0x3b3556=_0x37c84c['handleIRemoveCol'](_0x3a0aef,_0x322eb9);break;}case _0x37c84c[_0x4ea44e(0x195)]['RemoveRowCommandId']:{_0x3b3556=_0x37c84c[_0x4ea44e(0x4b6)](_0x3a0aef,_0x322eb9);break;}}const _0x1e25d3=_0x37c84c[_0x4ea44e(0x21a)](_0x3b3556,_0x322eb9),_0x325405=this['cursorInfo'][_0x4ea44e(0x251)](_0x53e603);if(_0x325405&&_0x1e25d3){const _0x2509f2={..._0x325405,'range':_0x1e25d3};this[_0x4ea44e(0x35b)][_0x4ea44e(0x1e6)](_0x53e603,_0x2509f2),_0x4e1281(()=>{const _0x5006c4=_0x4ea44e,_0x3b4a35=this[_0x5006c4(0xef)][_0x5006c4(0x2b0)](_0x1e25d3,_0x4cc142=>(_0x3b4a35[_0x5006c4(0x2b2)](),_0x8328f7(_0x4cc142,_0x53e603,_0x3e4885,_0x1e25d3)));_0x23bc19['add'](_0x3b4a35);});}return{'redos':[],'undos':[]};};this[_0x3ee1f5(0x35b)][_0x3ee1f5(0xfa)]((_0x2e41f1,_0x177887)=>{const _0x2e461e=_0x3ee1f5,{range:_0xa6c5d4,sheetID:_0x136781}=_0x2e41f1,_0x419fe7=this[_0x2e461e(0xef)]['registerRefRange'](_0xa6c5d4,_0x28790e=>(_0x419fe7[_0x2e461e(0x2b2)](),_0x8328f7(_0x28790e,_0x177887,_0x136781,_0xa6c5d4)));_0x23bc19[_0x2e461e(0x451)](_0x419fe7);});};this[_0x2eb23a(0xec)](_0x4719e5[_0x2eb23a(0x3f1)](this[_0x2eb23a(0x26b)][_0x2eb23a(0x391)](()=>{_0x49ac5a();})));}[_0x101eed(0x2db)](){const _0x2aa258=_0x101eed;var _0x4028f3,_0x4f3db8;if(this[_0x2aa258(0x225)]=!0x0,((_0x4028f3=this['_univerInstanceService'][_0x2aa258(0xd9)]())==null?void 0x0:_0x4028f3[_0x2aa258(0x4d4)]())!==this['unitID'])return;const _0xea3f48=(_0x4f3db8=this[_0x2aa258(0x498)][_0x2aa258(0x251)](_0x37c84c['SheetsSelectionsService'])[_0x2aa258(0x510)]())==null?void 0x0:_0x4f3db8[0x0],_0x36fbbd=this[_0x2aa258(0x508)][_0x2aa258(0x178)](_0x4719e5[_0x2aa258(0xf4)][_0x2aa258(0x561)])[_0x2aa258(0x10c)]();_0xea3f48&&_0x36fbbd&&this[_0x2aa258(0x1d7)](_0x36fbbd['getSheetId'](),_0xea3f48);}[_0x101eed(0x2a8)](){const _0x8e23b2=_0x101eed;this[_0x8e23b2(0x225)]=!0x1;}};_0x1b6a5d=_0x1a6b58([_0x5ea42b(0x2,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x5ea42b(0x3,_0x4719e5[_0x101eed(0xe3)](_0x50b8f9)),_0x5ea42b(0x4,_0x4719e5[_0x101eed(0xe3)](_0x398bdb[_0x101eed(0x3d2)])),_0x5ea42b(0x5,_0x4719e5['IUniverInstanceService']),_0x5ea42b(0x6,_0x4719e5['ICommandService']),_0x5ea42b(0x7,_0x4719e5[_0x101eed(0xe3)](_0x37c84c[_0x101eed(0x2c7)]))],_0x1b6a5d);var _0x5e758d=Object[_0x101eed(0x277)],_0x3421a6=Object[_0x101eed(0x12f)],_0x904c9f=(_0x2d3126,_0xd7f5ec,_0x2b743b,_0x54f036)=>{const _0x204bfc=_0x101eed;for(var _0x34826e=_0x54f036>0x1?void 0x0:_0x54f036?_0x3421a6(_0xd7f5ec,_0x2b743b):_0xd7f5ec,_0x2942ab=_0x2d3126[_0x204bfc(0x4e0)]-0x1,_0x24dd04;_0x2942ab>=0x0;_0x2942ab--)(_0x24dd04=_0x2d3126[_0x2942ab])&&(_0x34826e=(_0x54f036?_0x24dd04(_0xd7f5ec,_0x2b743b,_0x34826e):_0x24dd04(_0x34826e))||_0x34826e);return _0x54f036&&_0x34826e&&_0x5e758d(_0xd7f5ec,_0x2b743b,_0x34826e),_0x34826e;},_0x6d5c7b=(_0x49787d,_0x5860d0)=>(_0xcfc0df,_0x439d12)=>_0x5860d0(_0xcfc0df,_0x439d12,_0x49787d);let _0x40a1e3=class extends _0x4719e5[_0x101eed(0x56d)]{constructor(_0x181f0e,_0x5eaafb,_0x127786){const _0x27d1f9=_0x101eed;super(),_0x31ba63(this,'_entities',new Map()),_0x31ba63(this,_0x27d1f9(0x3e9),new _0x3ad50a[(_0x27d1f9(0xfb))]()),(this[_0x27d1f9(0x508)]=_0x181f0e,this[_0x27d1f9(0x498)]=_0x5eaafb,this[_0x27d1f9(0x54e)]=_0x127786,this[_0x27d1f9(0x48f)]());}[_0x101eed(0x2b2)](){const _0x1dbfd6=_0x101eed;super[_0x1dbfd6(0x2b2)](),this['_entityInit$']['complete'](),this['_entities']['forEach'](_0x5e9682=>_0x5e9682['dispose']());}[_0x101eed(0x20f)](_0x2489e1){const _0x35c866=_0x101eed;return this['_entities']['has'](_0x2489e1)?this[_0x35c866(0x1ed)]['get'](_0x2489e1)['cursorInfo$']:this[_0x35c866(0x3e9)][_0x35c866(0x43c)](_0x3ad50a[_0x35c866(0x3ea)](_0xfd316b=>_0xfd316b[_0x35c866(0xce)]===_0x2489e1),_0x3ad50a[_0x35c866(0x247)](_0x227473=>_0x227473[_0x35c866(0x446)]));}[_0x101eed(0x48f)](){const _0x9ea4c6=_0x101eed;this[_0x9ea4c6(0x508)][_0x9ea4c6(0xfc)](_0x4719e5[_0x9ea4c6(0xf4)]['UNIVER_SHEET'])[_0x9ea4c6(0x43c)](_0x3ad50a[_0x9ea4c6(0x1bc)](this['dispose$']))[_0x9ea4c6(0x391)](async _0x4e239c=>{const _0x48e75c=_0x9ea4c6,_0x56114b=_0x4e239c[_0x48e75c(0x4d4)](),_0x1fb3b3=await this[_0x48e75c(0x3a1)](_0x56114b);this[_0x48e75c(0x3e9)][_0x48e75c(0x1f2)](_0x1fb3b3),this[_0x48e75c(0x1ed)][_0x48e75c(0x1e6)](_0x56114b,_0x1fb3b3);}),this[_0x9ea4c6(0x508)][_0x9ea4c6(0xfc)](_0x4719e5[_0x9ea4c6(0xf4)]['UNIVER_DOC'])[_0x9ea4c6(0x43c)](_0x3ad50a[_0x9ea4c6(0x1bc)](this[_0x9ea4c6(0x2b7)]))[_0x9ea4c6(0x43c)](_0x3ad50a['filter'](_0x217e15=>!_0x217e15[_0x9ea4c6(0x4d4)]()[_0x9ea4c6(0xd2)]('__')))['subscribe'](async _0x2cba2e=>{const _0x530827=_0x9ea4c6,_0x5cc455=_0x2cba2e[_0x530827(0x4d4)](),_0x4159b3=await this[_0x530827(0x207)](_0x5cc455);this[_0x530827(0x3e9)][_0x530827(0x1f2)](_0x4159b3),this[_0x530827(0x1ed)][_0x530827(0x1e6)](_0x5cc455,_0x4159b3);}),_0x3ad50a['merge'](this[_0x9ea4c6(0x508)][_0x9ea4c6(0x39d)](_0x4719e5['UniverInstanceType']['UNIVER_DOC']),this['_univerInstanceService'][_0x9ea4c6(0x39d)](_0x4719e5[_0x9ea4c6(0xf4)][_0x9ea4c6(0x561)]))[_0x9ea4c6(0x43c)](_0x3ad50a[_0x9ea4c6(0x1bc)](this[_0x9ea4c6(0x2b7)]))[_0x9ea4c6(0x391)](_0x342626=>{const _0x3af242=_0x9ea4c6,_0x239c45=_0x342626[_0x3af242(0x4d4)](),_0x16d6b0=this['_entities'][_0x3af242(0x251)](_0x239c45);_0x16d6b0&&(_0x16d6b0[_0x3af242(0x2b2)](),this[_0x3af242(0x1ed)][_0x3af242(0x3f3)](_0x239c45));});}async[_0x101eed(0x3a1)](_0x3ca5f9){const _0x5c45e9=_0x101eed,_0x5c34ce=await this[_0x5c45e9(0x54e)]['requireSession'](_0x3ca5f9),_0x54d66b=this[_0x5c45e9(0x498)][_0x5c45e9(0x406)](_0x1b6a5d,_0x3ca5f9,_0x5c34ce);return _0x54d66b[_0x5c45e9(0x45e)](),_0x54d66b;}async[_0x101eed(0x207)](_0x77caeb){const _0x1f91a0=_0x101eed,_0x1a24cf=await this['_collabSessionService'][_0x1f91a0(0x49b)](_0x77caeb),_0x324d00=this[_0x1f91a0(0x498)]['createInstance'](_0x1ee72c,_0x77caeb,_0x1a24cf);return _0x324d00[_0x1f91a0(0x45e)](),_0x324d00;}};_0x40a1e3=_0x904c9f([_0x6d5c7b(0x0,_0x4719e5[_0x101eed(0x27b)]),_0x6d5c7b(0x1,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x528)])),_0x6d5c7b(0x2,_0x4719e5['Inject'](_0x398bdb[_0x101eed(0x194)]))],_0x40a1e3);const _0x852ba7=0x14,_0x56d610=0xc8,_0x274a6a=0x4,_0x2e94db=0x5;function _0x592fba(_0x120cf8,_0x3abd90){const _0x3bcf15=_0x101eed;let {radius:_0x142c3f,width:_0x4e69be,height:_0x1748fc}=_0x3abd90;_0x142c3f=_0x142c3f!=null?_0x142c3f:0x0,_0x4e69be=_0x4e69be!=null?_0x4e69be:0x1e,_0x1748fc=_0x1748fc!=null?_0x1748fc:0x1e;let _0x5101ef=0x0,_0x4d0553=0x0,_0x6cbd9b=0x0;_0x5101ef=_0x4d0553=_0x6cbd9b=Math[_0x3bcf15(0xe6)](_0x142c3f,_0x4e69be/0x2,_0x1748fc/0x2),_0x120cf8[_0x3bcf15(0x4fd)](),_0x120cf8['moveTo'](_0x5101ef,0x0),_0x120cf8[_0x3bcf15(0x286)](_0x4e69be-_0x4d0553,0x0),_0x120cf8['arc'](_0x4e69be-_0x4d0553,_0x4d0553,_0x4d0553,Math['PI']*0x3/0x2,0x0,!0x1),_0x120cf8[_0x3bcf15(0x286)](_0x4e69be,_0x1748fc-_0x6cbd9b),_0x120cf8[_0x3bcf15(0x313)](_0x4e69be-_0x6cbd9b,_0x1748fc-_0x6cbd9b,_0x6cbd9b,0x0,Math['PI']/0x2,!0x1),_0x120cf8[_0x3bcf15(0x286)](0x0,_0x1748fc),_0x120cf8[_0x3bcf15(0x286)](0x0,_0x5101ef),_0x120cf8[_0x3bcf15(0x313)](_0x5101ef,_0x5101ef,_0x5101ef,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x120cf8[_0x3bcf15(0x3fe)](),_0x3abd90[_0x3bcf15(0x304)]&&(_0x120cf8[_0x3bcf15(0x10b)](),_0x120cf8[_0x3bcf15(0x57d)]=_0x3abd90[_0x3bcf15(0x304)],_0x3abd90[_0x3bcf15(0x1ee)]===_0x3bcf15(0x2ff)?_0x120cf8['fill']('evenodd'):_0x120cf8[_0x3bcf15(0x304)](),_0x120cf8[_0x3bcf15(0x253)]());}class _0x2b24dc extends _0x79bc37['Shape']{constructor(_0x2bc7fd,_0x3e9579){const _0x3648a5=_0x101eed;super(_0x2bc7fd,_0x3e9579),_0x31ba63(this,_0x3648a5(0x3a7)),_0x31ba63(this,_0x3648a5(0x539)),(this[_0x3648a5(0x3a7)]=_0x3e9579==null?void 0x0:_0x3e9579[_0x3648a5(0x3a7)],this[_0x3648a5(0x539)]=_0x3e9579==null?void 0x0:_0x3e9579['text']);}static['drawWith'](_0x320f80,_0x5f2a5e){const _0x33df87=_0x101eed,{text:_0x47750d,color:_0x254c11}=_0x5f2a5e;_0x320f80['save'](),_0x320f80[_0x33df87(0x10d)]=_0x33df87(0x2a9);const _0x1d6c89=_0x320f80['measureText'](_0x47750d)[_0x33df87(0x33b)],_0x453c1a=Math[_0x33df87(0xe6)](_0x1d6c89+0x2*_0x274a6a,_0x56d610);_0x592fba(_0x320f80,{'height':_0x852ba7,'radius':0x4,'width':_0x453c1a,'fill':_0x254c11,'evented':!0x1}),_0x320f80[_0x33df87(0x57d)]=_0x33df87(0x2bf);const _0x5d3425=_0x274a6a,_0x16d472=_0x852ba7-_0x2e94db,_0x437900=_0x56d610-0x2*_0x274a6a;if(_0x1d6c89>_0x437900){let _0x25fab8='',_0x108579=0x0;for(const _0x3f39e9 of _0x47750d){const _0x3e5521=_0x320f80[_0x33df87(0x316)](_0x3f39e9)[_0x33df87(0x33b)];if(_0x108579+_0x3e5521<=_0x437900-_0x320f80['measureText']('...')['width'])_0x25fab8+=_0x3f39e9,_0x108579+=_0x3e5521;else{_0x25fab8+=_0x33df87(0x320);break;}}_0x320f80['fillText'](_0x25fab8,_0x5d3425,_0x16d472);}else _0x320f80[_0x33df87(0x33c)](_0x47750d,_0x5d3425,_0x16d472);_0x320f80[_0x33df87(0x253)]();}[_0x101eed(0xfe)](_0xf74b24){const _0x1d3c01=_0x101eed;_0x2b24dc[_0x1d3c01(0x2f4)](_0xf74b24,this);}}const _0x50876f=_0x101eed(0x4a8),_0x483aa5=_0x101eed(0x345),_0xbaf5be=_0x101eed(0x1f9),_0x216d73=0x6,_0x5d9c16=1.5,_0xf9019c=0x4,_0x1b1811=1.5,_0x59cc0b=_0x101eed(0x518);class _0x2bba9b{constructor(_0x3aa0ed,_0x1039bd,_0x3f4dec,_0x23e73c){const _0x11d652=_0x101eed;_0x31ba63(this,_0x11d652(0x1b7),[]),_0x31ba63(this,'_anchor',null),_0x31ba63(this,_0x11d652(0x49a),null),_0x31ba63(this,_0x11d652(0x356),null),_0x31ba63(this,_0x11d652(0x50a),null),_0x31ba63(this,_0x11d652(0x3b3),null),(this[_0x11d652(0x403)]=_0x3aa0ed,this[_0x11d652(0x517)]=_0x1039bd,this[_0x11d652(0x179)]=_0x3f4dec,this[_0x11d652(0x45d)]=_0x23e73c,this['_render']());}set[_0x101eed(0x30b)](_0x3f856c){const _0x51d806=_0x101eed;_0x3f856c?(this[_0x51d806(0x356)]&&this[_0x51d806(0x356)]['hide'](),this[_0x51d806(0x49a)]&&this[_0x51d806(0x49a)][_0x51d806(0x38f)]()):(this['_anchorDot']&&this[_0x51d806(0x356)]['show'](),this['_textBubble']&&this[_0x51d806(0x49a)][_0x51d806(0x2c5)]());}['dispose'](){const _0x5ee433=_0x101eed;for(const _0x38016e of this['_shapes'])_0x38016e[_0x5ee433(0x2b2)]();this['_textBubble']&&this['_textBubble'][_0x5ee433(0x2b2)](),this['_anchorDot']&&this[_0x5ee433(0x356)][_0x5ee433(0x2b2)](),this[_0x5ee433(0x4e4)]&&this[_0x5ee433(0x4e4)][_0x5ee433(0x2b2)](),this[_0x5ee433(0x3b3)]&&this[_0x5ee433(0x3b3)]();}[_0x101eed(0x55b)](){const _0x1a36c5=_0x101eed;var _0x206ac6;const {_docSkeleton:_0x1736fe,_document:_0x32f206}=this,{color:_0x2f30f7,name:_0x20a105,ranges:_0x412874}=this[_0x1a36c5(0x403)],_0x3bddee=_0x32f206[_0x1a36c5(0x2d2)](),{docsLeft:_0x5d7bfd,docsTop:_0x113dc6}=_0x3bddee,_0x504e75=new _0x525184[(_0x1a36c5(0x453))](_0x3bddee,_0x1736fe);for(const {startOffset:_0x2f6e75,endOffset:_0x1328af,rangeType:_0x4fc61c,segmentId:_0x148530,segmentPage:_0x261ac3,collapsed:_0x145f2d,isActive:_0x135c6e}of _0x412874){const _0x202d27=_0x1736fe[_0x1a36c5(0x1e3)](_0x2f6e75,!0x0,_0x148530,_0x261ac3);let _0x29d88b=_0x1736fe[_0x1a36c5(0x1e3)](_0x1328af,!0x0,_0x148530,_0x261ac3);if(_0x29d88b==null&&(_0x29d88b=_0x1736fe[_0x1a36c5(0x1e3)](_0x1328af-0x1,!0x1,_0x148530,_0x261ac3)),_0x135c6e){const {contentBoxPointGroup:_0x376fc3}=_0x504e75[_0x1a36c5(0x2e8)](_0x29d88b,_0x29d88b);if(_0x376fc3[_0x1a36c5(0x4e0)]===0x0)continue;this['_drawAnchor'](_0x2f30f7,_0x376fc3,_0x5d7bfd,_0x113dc6,_0x20a105),this[_0x1a36c5(0x3b3)]=this[_0x1a36c5(0x40c)]();}if(_0x202d27&&_0x29d88b){if(_0x4fc61c===_0x4719e5[_0x1a36c5(0x56a)][_0x1a36c5(0x236)]){const _0xafe50e=new _0x525184[(_0x1a36c5(0x142))](_0x3bddee,_0x1736fe),{pointGroup:_0x4895f4}=(_0x206ac6=_0xafe50e[_0x1a36c5(0x2e8)](_0x202d27,_0x29d88b))!=null?_0x206ac6:{};if(_0x4895f4==null||_0x4895f4[_0x1a36c5(0x4e0)]===0x0)continue;this[_0x1a36c5(0x40f)](_0x2f30f7,_0x4895f4,_0x5d7bfd,_0x113dc6);}else{if(!_0x145f2d){const {borderBoxPointGroup:_0x580e3b}=_0x504e75[_0x1a36c5(0x2e8)](_0x202d27,_0x29d88b);if(_0x580e3b[_0x1a36c5(0x4e0)]===0x0)continue;this[_0x1a36c5(0x139)](_0x2f30f7,_0x580e3b,_0x5d7bfd,_0x113dc6);}}}}}[_0x101eed(0x132)](_0x1c19cb,_0x429a3d,_0x21312c,_0x25e722,_0x4528a3){const _0x154286=_0x101eed,_0x4b8b38=this[_0x154286(0x264)](_0x429a3d),{left:_0x1392ae,top:_0x44e130,height:_0x2ccd04}=_0x4b8b38,_0x27fe10=this[_0x154286(0x4de)](),_0x3cbe8c=_0x1b1811/_0x27fe10,_0x308260=new _0x79bc37[(_0x154286(0x336))](_0x50876f+_0x4719e5[_0x154286(0x412)]['generateRandomId'](_0x216d73),{'left':_0x1392ae+_0x21312c-_0x3cbe8c,'top':_0x44e130+_0x25e722,'height':_0x2ccd04,'width':_0x5d9c16,'fill':_0x1c19cb||_0x79bc37[_0x154286(0x4fa)](_0x4719e5[_0x154286(0x168)][_0x154286(0x4f5)],0x0),'strokeWidth':_0x3cbe8c,'stroke':_0x59cc0b,'evented':!0x0});this[_0x154286(0x4e4)]=_0x308260,this[_0x154286(0x517)][_0x154286(0x3de)](_0x308260,_0x525184['TEXT_RANGE_LAYER_INDEX']);const _0x3860e2=new _0x79bc37[(_0x154286(0x336))](_0x50876f+_0x4719e5[_0x154286(0x412)]['generateRandomId'](_0x216d73),{'left':_0x1392ae+_0x21312c-_0x3cbe8c,'top':_0x44e130+_0x25e722-_0xf9019c/0x2,'height':_0xf9019c,'width':_0xf9019c,'fill':_0x1c19cb||_0x79bc37[_0x154286(0x4fa)](_0x4719e5['COLORS']['black'],0x0),'strokeWidth':0x0,'stroke':_0x1c19cb||_0x79bc37[_0x154286(0x4fa)](_0x4719e5['COLORS']['black'],0x0),'evented':!0x1});this[_0x154286(0x356)]=_0x3860e2,this[_0x154286(0x517)][_0x154286(0x3de)](_0x3860e2,_0x525184[_0x154286(0x1dc)]);const _0x377246=new _0x2b24dc(_0x50876f+_0x4719e5[_0x154286(0x412)][_0x154286(0x183)](_0x216d73),{'left':_0x1392ae+_0x21312c-_0x3cbe8c,'top':_0x44e130+_0x25e722-_0x852ba7,'text':_0x4528a3,'color':_0x1c19cb});this[_0x154286(0x49a)]=_0x377246,this[_0x154286(0x517)][_0x154286(0x3de)](_0x377246,_0x525184['TEXT_RANGE_LAYER_INDEX']),this[_0x154286(0x30b)]=!0x1;}['_handleHover'](){const _0x347868=_0x101eed,_0x51b329=this[_0x347868(0x4e4)][_0x347868(0x2ad)][_0x347868(0x3c9)](()=>{this['_hover']=!0x0;}),_0x154ca9=this[_0x347868(0x4e4)]['onPointerLeave$'][_0x347868(0x3c9)](()=>{const _0x155e18=_0x347868;this['_hideTimer']&&clearTimeout(this[_0x155e18(0x50a)]),this[_0x155e18(0x50a)]=setTimeout(()=>{const _0x52f359=_0x155e18;this[_0x52f359(0x30b)]=!0x1;},0x7d0);});return()=>{const _0x186919=_0x347868;_0x51b329[_0x186919(0x402)](),_0x154ca9[_0x186919(0x402)]();};}['_drawTextRange'](_0x1b667e,_0xa25b3e,_0x26bf3c,_0x6ff20f){const _0x32b5b8=_0x101eed,_0x16a718=new _0x4719e5[(_0x32b5b8(0x550))](_0x1b667e)[_0x32b5b8(0xca)](0.2)[_0x32b5b8(0x40a)](),_0x556379=new _0x79bc37[(_0x32b5b8(0x3d3))](_0x483aa5+_0x4719e5[_0x32b5b8(0x412)][_0x32b5b8(0x183)](_0x216d73),{'pointsGroup':_0xa25b3e,'fill':_0x16a718||_0x79bc37['getColor'](_0x4719e5[_0x32b5b8(0x168)][_0x32b5b8(0x4f5)],0.2),'left':_0x26bf3c,'top':_0x6ff20f,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x32b5b8(0x1b7)][_0x32b5b8(0x270)](_0x556379),this['_scene'][_0x32b5b8(0x3de)](_0x556379,_0x525184['TEXT_RANGE_LAYER_INDEX']);}[_0x101eed(0x40f)](_0x172f89,_0x3a8d16,_0xa0fd77,_0x394320){const _0x48e251=_0x101eed,_0x3dc698=new _0x4719e5[(_0x48e251(0x550))](_0x172f89)[_0x48e251(0xca)](0.2)[_0x48e251(0x40a)](),_0x339aad=new _0x79bc37[(_0x48e251(0x3d3))](_0xbaf5be+_0x4719e5['Tools'][_0x48e251(0x183)](_0x216d73),{'pointsGroup':_0x3a8d16,'fill':_0x3dc698||_0x79bc37[_0x48e251(0x4fa)](_0x4719e5[_0x48e251(0x168)][_0x48e251(0x4f5)],0.2),'left':_0xa0fd77,'top':_0x394320,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x48e251(0x1b7)][_0x48e251(0x270)](_0x339aad),this[_0x48e251(0x517)][_0x48e251(0x3de)](_0x339aad,_0x525184[_0x48e251(0x1dc)]);}[_0x101eed(0x264)](_0x14e1a6){const _0x2826bb=_0x14e1a6[0x0],_0x4098c8=_0x2826bb[0x0],_0x7255d6=_0x2826bb[0x2],{x:_0x2f1e1e,y:_0x1b6230}=_0x4098c8,{x:_0x2ac4f4,y:_0x2ec780}=_0x7255d6;return{'left':_0x2f1e1e,'top':_0x1b6230,'width':_0x2ac4f4-_0x2f1e1e,'height':_0x2ec780-_0x1b6230};}['_getScale'](){const _0x33047e=_0x101eed,{scaleX:_0x277567,scaleY:_0x1582b2}=this[_0x33047e(0x517)][_0x33047e(0x199)]();return Math[_0x33047e(0x400)](_0x277567,_0x1582b2);}}var _0x25a944=Object['defineProperty'],_0x16587a=Object['getOwnPropertyDescriptor'],_0x241088=(_0x3c39a8,_0x219190,_0x5d490a,_0x374c12)=>{const _0x479fdd=_0x101eed;for(var _0x1c3a61=_0x374c12>0x1?void 0x0:_0x374c12?_0x16587a(_0x219190,_0x5d490a):_0x219190,_0x5dbf02=_0x3c39a8[_0x479fdd(0x4e0)]-0x1,_0x1ccd15;_0x5dbf02>=0x0;_0x5dbf02--)(_0x1ccd15=_0x3c39a8[_0x5dbf02])&&(_0x1c3a61=(_0x374c12?_0x1ccd15(_0x219190,_0x5d490a,_0x1c3a61):_0x1ccd15(_0x1c3a61))||_0x1c3a61);return _0x374c12&&_0x1c3a61&&_0x25a944(_0x219190,_0x5d490a,_0x1c3a61),_0x1c3a61;},_0x549fe2=(_0x2d3848,_0x1fc1be)=>(_0x44fe4a,_0x560334)=>_0x1fc1be(_0x44fe4a,_0x560334,_0x2d3848);let _0x5ce58e=class extends _0x4719e5[_0x101eed(0x56d)]{constructor(_0x3afd15,_0x57271c,_0x325407,_0x547226,_0xd13ec1){const _0x3491dc=_0x101eed;super(),_0x31ba63(this,_0x3491dc(0xe5),[]),_0x31ba63(this,_0x3491dc(0x246),[]),(this[_0x3491dc(0x4c0)]=_0x3afd15,this[_0x3491dc(0x14a)]=_0x57271c,this[_0x3491dc(0x371)]=_0x325407,this[_0x3491dc(0x3a2)]=_0x547226,this['_themeService']=_0xd13ec1,this['_init']());}['_init'](){const _0x351b92=_0x101eed,_0x502cfc=this[_0x351b92(0x4c0)][_0x351b92(0x4ab)],_0x3a45a8=this[_0x351b92(0x14a)];this['disposeWithMe'](_0x3ad50a['combineLatest']([this[_0x351b92(0x371)][_0x351b92(0x20f)](_0x502cfc),this[_0x351b92(0x164)][_0x351b92(0x3f9)]])['pipe'](_0xed279e[_0x351b92(0x20a)](([_0x293efe,_0x48967c])=>({'skeleton':_0x3a45a8[_0x351b92(0x181)](),'cursors':[..._0x293efe[_0x351b92(0x29b)]()][_0x351b92(0x488)](_0x120a4d=>({..._0x120a4d,'color':_0x48967c[_0x120a4d[_0x351b92(0x3a7)]]}))})))[_0x351b92(0x391)](_0x496fb5=>{if(this['_removeCollabCursors'](),_0x496fb5){const {skeleton:_0x3e7501,cursors:_0x4f4d46}=_0x496fb5;this['_updateCollabCursors'](_0x3e7501,_0x4f4d46);}})),this['_initResize'](),this[_0x351b92(0x2d7)]();}[_0x101eed(0x292)](_0x58f8cb,_0x4e8e34){const _0x475c86=_0x101eed,{scene:_0x4c3ca5,mainComponent:_0x27c7cf}=this[_0x475c86(0x4c0)],_0x2a29cc=_0x4e8e34[_0x475c86(0x20a)](_0x234fa0=>new _0x2bba9b(_0x234fa0,_0x4c3ca5,_0x58f8cb,_0x27c7cf));this[_0x475c86(0xe5)]=_0x2a29cc,this[_0x475c86(0x246)]=_0x4e8e34;}['_refreshCollabCursors'](){const _0x5d6344=_0x101eed;this['_removeCollabCursors']();const {scene:_0x2fc476,mainComponent:_0x12f3bb}=this[_0x5d6344(0x4c0)],_0x5ea7bb=this[_0x5d6344(0x14a)]['getSkeleton'](),_0x146f8f=this[_0x5d6344(0x246)][_0x5d6344(0x20a)](_0x3f2087=>new _0x2bba9b(_0x3f2087,_0x2fc476,_0x5ea7bb,_0x12f3bb));this[_0x5d6344(0xe5)]=_0x146f8f;}[_0x101eed(0x509)](){const _0x106ffc=_0x101eed;this[_0x106ffc(0xe5)][_0x106ffc(0xfa)](_0x365809=>_0x365809['dispose']()),this[_0x106ffc(0xe5)]=[];}[_0x101eed(0x2d7)](){const _0x58feed=_0x101eed,_0x4230b6=[_0x525184[_0x58feed(0x3fb)]['id']];this[_0x58feed(0xec)](this['_commandService'][_0x58feed(0x278)](_0x56c6a2=>{const _0x4e6283=_0x58feed;_0x4230b6[_0x4e6283(0xcb)](_0x56c6a2['id'])&&_0x56c6a2[_0x4e6283(0x314)]['unitId']===this[_0x4e6283(0x4c0)][_0x4e6283(0x4ab)]&&this[_0x4e6283(0x20d)]();}));}[_0x101eed(0x579)](){const _0x469552=_0x101eed;this[_0x469552(0xec)](_0x4719e5['fromEventSubject'](this[_0x469552(0x4c0)][_0x469552(0x44d)][_0x469552(0x48b)])[_0x469552(0x43c)](_0xed279e[_0x469552(0x3ea)](_0x236553=>_0x236553['type']===_0x79bc37[_0x469552(0x30d)][_0x469552(0x177)]),_0xed279e[_0x469552(0x2d6)](0x10))[_0x469552(0x391)](()=>{const _0x371f22=_0x469552;this[_0x371f22(0x20d)]();}));}};_0x5ce58e=_0x241088([_0x549fe2(0x1,_0x4719e5[_0x101eed(0xe3)](_0x5389f5[_0x101eed(0x424)])),_0x549fe2(0x2,_0x4719e5[_0x101eed(0xe3)](_0x40a1e3)),_0x549fe2(0x3,_0x4719e5[_0x101eed(0x233)]),_0x549fe2(0x4,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x551)]))],_0x5ce58e);const _0x39875d=0x1,_0x3e1bfd=1.5;class _0x2ae5e7 extends _0x79bc37['Shape']{constructor(_0x45a243,_0x534194){const _0x3796dc=_0x101eed;super(_0x45a243,_0x534194),_0x31ba63(this,'_color'),_0x31ba63(this,_0x3796dc(0xf2),!0x1),_0x31ba63(this,_0x3796dc(0x401)),_0x31ba63(this,_0x3796dc(0x525),''),_0x31ba63(this,_0x3796dc(0x37f),_0x3796dc(0x2fc)),_0x31ba63(this,_0x3796dc(0x38a)),(_0x534194&&this['setShapeProps'](_0x534194),this['onPointerEnter$'][_0x3796dc(0x3c9)](()=>this['setShapeProps']({'hovered':!0x0})),this[_0x3796dc(0x587)][_0x3796dc(0x3c9)](()=>this[_0x3796dc(0x214)]({'hovered':!0x1})));}[_0x101eed(0x214)](_0x5b5723){const _0x672fa9=_0x101eed;var _0x4a3935,_0x51c2f6,_0xeea6bb,_0x51ed30,_0x1889ef,_0x30cf88;this[_0x672fa9(0x57b)]=(_0x4a3935=_0x5b5723['color'])!=null?_0x4a3935:this[_0x672fa9(0x57b)],this[_0x672fa9(0xf2)]=(_0x51c2f6=_0x5b5723['hovered'])!=null?_0x51c2f6:this['_hovered'],this[_0x672fa9(0x401)]=(_0xeea6bb=_0x5b5723[_0x672fa9(0x137)])!=null?_0xeea6bb:this[_0x672fa9(0x401)],this[_0x672fa9(0x525)]=(_0x51ed30=_0x5b5723[_0x672fa9(0x393)])!=null?_0x51ed30:this[_0x672fa9(0x525)],this['_labelPosition']=(_0x1889ef=_0x5b5723[_0x672fa9(0x1e0)])!=null?_0x1889ef:this[_0x672fa9(0x37f)],this[_0x672fa9(0x38a)]=(_0x30cf88=_0x5b5723[_0x672fa9(0x4ba)])!=null?_0x30cf88:this[_0x672fa9(0x38a)],this[_0x672fa9(0x404)]({'width':_0x5b5723['width'],'height':_0x5b5723[_0x672fa9(0x140)]});}[_0x101eed(0x3a5)](_0x4764f6){const _0x54aa61=_0x101eed,{row:_0x5ec3ed,column:_0x3e1cd2}=_0x4764f6;if(_0x5ec3ed>=this['_range']['startRow']&&_0x5ec3ed<=this[_0x54aa61(0x401)]['endRow']&&_0x3e1cd2>=this[_0x54aa61(0x401)][_0x54aa61(0x4bf)]&&_0x3e1cd2<=this[_0x54aa61(0x401)][_0x54aa61(0x305)]){this[_0x54aa61(0x214)]({'hovered':!0x0});return;}this[_0x54aa61(0x214)]({'hovered':!0x1});}[_0x101eed(0x134)](_0x38f5ad){return!0x1;}['_draw'](_0x218fcf){const _0x53caf7=_0x101eed;_0x79bc37[_0x53caf7(0x336)][_0x53caf7(0x2f4)](_0x218fcf,{'width':this[_0x53caf7(0x33b)],'height':this[_0x53caf7(0x140)],'strokeWidth':_0x3e1bfd,'stroke':this[_0x53caf7(0x57b)],'evented':!0x1,'fill':this[_0x53caf7(0x38a)]}),this[_0x53caf7(0xf2)]&&(_0x218fcf[_0x53caf7(0x10b)](),_0x218fcf[_0x53caf7(0x369)](0x1,0x0,0x0,0x1,this['width'],this[_0x53caf7(0x37f)]===_0x53caf7(0x303)?0x0:-_0x852ba7),_0x2b24dc[_0x53caf7(0x2f4)](_0x218fcf,{'text':this[_0x53caf7(0x525)],'color':this['_color']}),_0x218fcf[_0x53caf7(0x253)]());}}var _0x14dfc9=Object[_0x101eed(0x277)],_0x31b920=Object[_0x101eed(0x12f)],_0x16ad6c=(_0x25f0d7,_0x1a7c76,_0x1a2e78,_0x491df5)=>{for(var _0x3d4993=_0x491df5>0x1?void 0x0:_0x491df5?_0x31b920(_0x1a7c76,_0x1a2e78):_0x1a7c76,_0x43d991=_0x25f0d7['length']-0x1,_0xa23e71;_0x43d991>=0x0;_0x43d991--)(_0xa23e71=_0x25f0d7[_0x43d991])&&(_0x3d4993=(_0x491df5?_0xa23e71(_0x1a7c76,_0x1a2e78,_0x3d4993):_0xa23e71(_0x3d4993))||_0x3d4993);return _0x491df5&&_0x3d4993&&_0x14dfc9(_0x1a7c76,_0x1a2e78,_0x3d4993),_0x3d4993;},_0x4f2ea2=(_0x237428,_0x4a54a8)=>(_0x66214a,_0x376a6c)=>_0x4a54a8(_0x66214a,_0x376a6c,_0x237428);const _0x198feb=0x1389;let _0x312d91=class extends _0x4719e5[_0x101eed(0x56d)]{constructor(_0x2db4b8,_0x174451,_0x3c73d8,_0x46b155){const _0x30c325=_0x101eed;super(),_0x31ba63(this,_0x30c325(0x246),new Set()),_0x31ba63(this,_0x30c325(0x1eb),null),(this[_0x30c325(0x4c0)]=_0x2db4b8,this[_0x30c325(0x18c)]=_0x174451,this[_0x30c325(0x371)]=_0x3c73d8,this[_0x30c325(0x164)]=_0x46b155,this[_0x30c325(0x48f)]());}[_0x101eed(0x48f)](){const _0x4f709f=_0x101eed;this[_0x4f709f(0x18c)][_0x4f709f(0x491)][_0x4f709f(0x43c)](_0xed279e[_0x4f709f(0x1bc)](this['dispose$']),_0xed279e[_0x4f709f(0x247)](_0x5204c9=>{const _0x729638=_0x4f709f;if(_0x5204c9){const _0xec342=_0x5204c9[_0x729638(0x585)];return _0x3ad50a[_0x729638(0x10a)](this[_0x729638(0x371)]['getCollabCursors$'](this[_0x729638(0x4c0)]['unitId']),this[_0x729638(0x164)][_0x729638(0x3f9)])[_0x729638(0x43c)](_0xed279e['map'](([_0x34d425,_0x56e987])=>{const _0x35d49d=_0x729638,_0x162353=new Map();return _0x34d425[_0x35d49d(0xfa)]((_0x12e490,_0x260893)=>{const _0x29e69c=_0x35d49d;if(_0x12e490['sheetID']===_0xec342){const _0x1e6f0f={..._0x12e490};_0x1e6f0f[_0x29e69c(0x3a7)]=_0x56e987[_0x12e490[_0x29e69c(0x3a7)]],_0x162353[_0x29e69c(0x1e6)](_0x260893,_0x1e6f0f);}}),{'skeleton':_0x5204c9,'cursors':_0x162353};}));}return _0x3ad50a['of']({'skeleton':null,'cursors':new Map()});}))['subscribe'](({skeleton:_0x15497c,cursors:_0x796850})=>{const _0x1de1a7=_0x4f709f;this[_0x1de1a7(0x509)](),_0x15497c&&this[_0x1de1a7(0x292)](_0x15497c,_0x796850);}),this[_0x4f709f(0x18c)][_0x4f709f(0x491)]['subscribe'](_0x16f540=>{const _0x8c5449=_0x4f709f;if(_0x16f540==null)return;const {skeleton:_0x1b82a0}=_0x16f540,{scene:_0x142e95}=this[_0x8c5449(0x4c0)];_0x142e95[_0x8c5449(0x1a8)][_0x8c5449(0x3c9)](_0x4719e5[_0x8c5449(0x115)](_0x3c61b4=>{const _0x1a1d28=_0x8c5449;var _0x2b4554,_0x32368b;const {offsetX:_0x135f6d,offsetY:_0x1e674f}=_0x3c61b4,{x:_0x5c903e,y:_0x5b03ff}=_0x142e95['getRelativeToViewportCoord'](_0x79bc37[_0x1a1d28(0x237)][_0x1a1d28(0x1fd)]([_0x135f6d,_0x1e674f])),{scaleX:_0x110ed1,scaleY:_0x3ef039}=_0x142e95['getAncestorScale'](),_0x17c676=_0x142e95[_0x1a1d28(0x4c5)](_0x79bc37[_0x1a1d28(0x335)]['VIEW_MAIN']),_0x3ca494=_0x142e95[_0x1a1d28(0x2c0)](_0x79bc37[_0x1a1d28(0x237)][_0x1a1d28(0x1fd)]([_0x5c903e,_0x5b03ff]),_0x17c676),_0x231a78=_0x1b82a0[_0x1a1d28(0x48a)](_0x135f6d,_0x1e674f,_0x110ed1,_0x3ef039,_0x3ca494);((_0x2b4554=this[_0x1a1d28(0x1eb)])==null?void 0x0:_0x2b4554['column'])===_0x231a78[_0x1a1d28(0x159)]&&((_0x32368b=this[_0x1a1d28(0x1eb)])==null?void 0x0:_0x32368b['row'])===_0x231a78['row']||this[_0x1a1d28(0x246)][_0x1a1d28(0xfa)](_0x176585=>{const _0x1806df=_0x1a1d28;_0x176585[_0x1806df(0x3a5)](_0x231a78);});},0x64));});}[_0x101eed(0x292)](_0xb08684,_0x2090df){const _0x3aaa6b=_0x101eed;var _0x2ca896;const _0x489214=(_0x2ca896=this[_0x3aaa6b(0x18c)]['getCurrent']())==null?void 0x0:_0x2ca896[_0x3aaa6b(0x11c)];if(!_0x489214)return;const _0x50837d=this[_0x3aaa6b(0x3b2)]();if(!_0x50837d)return;this[_0x3aaa6b(0x246)][_0x3aaa6b(0xfa)](_0x41bfd6=>{const _0x4adc24=_0x3aaa6b;_0x41bfd6[_0x4adc24(0xaf)]();});const {scene:_0x1734fe}=_0x50837d,_0x847875=_0x176a3d(Array[_0x3aaa6b(0x2d8)](_0x2090df[_0x3aaa6b(0x29b)]()))[_0x3aaa6b(0x20a)](_0x52337f=>{const _0x5d422f=_0x3aaa6b,{color:_0x1acd1a,range:_0x5ec388,name:_0x380a4f,selection:_0x377611,sheetID:_0xcdc1c}=_0x52337f,{startColumn:_0x5eab52,startRow:_0x10aa98,endColumn:_0x3ce767,endRow:_0x3b764b}=_0x5ec388,_0x40ec0d=_0x55ef9d['getCoordByCell'](_0x10aa98,_0x5eab52,_0x1734fe,_0x489214),_0x7f456e=_0x55ef9d[_0x5d422f(0x141)](_0x3b764b,_0x3ce767,_0x1734fe,_0x489214),{columnHeaderHeightAndMarginTop:_0x2bad73}=_0x489214,{startX:_0x51841c,startY:_0x4f5e7d}=_0x40ec0d,{endX:_0x467868,endY:_0x56a131}=_0x7f456e,_0x1e6e72=_0x467868-_0x51841c,_0x4d2851=_0x56a131-_0x4f5e7d,_0x58cdb1={'labelPosition':_0x4f5e7d-_0x2bad73>=_0x852ba7?_0x5d422f(0x2fc):_0x5d422f(0x303),'sheetID':_0xcdc1c,'range':_0x5ec388,'color':_0x1acd1a,'name':_0x380a4f,'selection':_0x377611,'left':_0x51841c,'top':_0x4f5e7d,'width':_0x1e6e72,'height':_0x4d2851,'evented':!0x1,'zIndex':_0x198feb};return new _0x2ae5e7(_0x380a4f,_0x58cdb1);});_0x1734fe['addObjects'](_0x847875,_0x39875d),this[_0x3aaa6b(0x246)]=new Set(_0x847875);}[_0x101eed(0x509)](){const _0x46011b=_0x101eed;var _0x331389;(_0x331389=this[_0x46011b(0x246)])==null||_0x331389['forEach'](_0x3576b0=>_0x3576b0[_0x46011b(0x2b2)]());}['_getSheetObject'](){const _0x7a3087=_0x101eed;return _0x55ef9d[_0x7a3087(0x10f)](this[_0x7a3087(0x4c0)][_0x7a3087(0x29d)],this[_0x7a3087(0x4c0)]);}};_0x312d91=_0x16ad6c([_0x4f2ea2(0x1,_0x4719e5[_0x101eed(0xe3)](_0x55ef9d[_0x101eed(0x4d2)])),_0x4f2ea2(0x2,_0x4719e5['Inject'](_0x40a1e3)),_0x4f2ea2(0x3,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x551)]))],_0x312d91);function _0x176a3d(_0x1e8a89){const _0x1a3305=_0x101eed,_0x1c52a4=new Map();return _0x1e8a89[_0x1a3305(0xfa)](_0x3d360c=>{const _0x4c7f55=_0x1a3305;if(_0x1c52a4[_0x4c7f55(0x158)](_0x3d360c[_0x4c7f55(0x353)])){const _0x29813e=_0x1c52a4[_0x4c7f55(0x251)](_0x3d360c[_0x4c7f55(0x353)]);_0x29813e[_0x4c7f55(0x393)]+=',\x20'+_0x3d360c[_0x4c7f55(0x393)];}else _0x1c52a4[_0x4c7f55(0x1e6)](_0x3d360c[_0x4c7f55(0x353)],_0x3d360c);}),Array[_0x1a3305(0x2d8)](_0x1c52a4[_0x1a3305(0x29b)]());}var _0x503252=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x335220(_0x5c1c2c){const _0x176781=_0x101eed;return _0x5c1c2c&&_0x5c1c2c[_0x176781(0x24f)]&&Object['prototype'][_0x176781(0x1ad)][_0x176781(0xdd)](_0x5c1c2c,'default')?_0x5c1c2c['default']:_0x5c1c2c;}var _0x16f5a6={'exports':{}},_0x50fa5c={},_0x4b27a5;function _0x8644f7(){const _0x1885ef=_0x101eed;if(_0x4b27a5)return _0x50fa5c;_0x4b27a5=0x1;var _0xbabace=_0x3e9f6e,_0x39e300=Symbol[_0x1885ef(0x51a)]('react.element'),_0x2d456f=Symbol[_0x1885ef(0x51a)](_0x1885ef(0x322)),_0x19317e=Object[_0x1885ef(0x138)][_0x1885ef(0x1ad)],_0x2ae168=_0xbabace['__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED']['ReactCurrentOwner'],_0x56febd={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function _0x382c59(_0x1b53fb,_0x1b268f,_0x30e609){const _0x4a2de2=_0x1885ef;var _0x2e0712,_0x5deed9={},_0x1bc8ce=null,_0x2c46bb=null;_0x30e609!==void 0x0&&(_0x1bc8ce=''+_0x30e609),_0x1b268f[_0x4a2de2(0x540)]!==void 0x0&&(_0x1bc8ce=''+_0x1b268f[_0x4a2de2(0x540)]),_0x1b268f[_0x4a2de2(0x549)]!==void 0x0&&(_0x2c46bb=_0x1b268f['ref']);for(_0x2e0712 in _0x1b268f)_0x19317e['call'](_0x1b268f,_0x2e0712)&&!_0x56febd[_0x4a2de2(0x1ad)](_0x2e0712)&&(_0x5deed9[_0x2e0712]=_0x1b268f[_0x2e0712]);if(_0x1b53fb&&_0x1b53fb[_0x4a2de2(0x2c9)]){for(_0x2e0712 in(_0x1b268f=_0x1b53fb[_0x4a2de2(0x2c9)],_0x1b268f))_0x5deed9[_0x2e0712]===void 0x0&&(_0x5deed9[_0x2e0712]=_0x1b268f[_0x2e0712]);}return{'$$typeof':_0x39e300,'type':_0x1b53fb,'key':_0x1bc8ce,'ref':_0x2c46bb,'props':_0x5deed9,'_owner':_0x2ae168[_0x4a2de2(0x315)]};}return _0x50fa5c['Fragment']=_0x2d456f,_0x50fa5c['jsx']=_0x382c59,_0x50fa5c[_0x1885ef(0x379)]=_0x382c59,_0x50fa5c;}var _0x827d0d;function _0x7cca06(){const _0x1b5e46=_0x101eed;return _0x827d0d||(_0x827d0d=0x1,_0x16f5a6[_0x1b5e46(0xc9)]=_0x8644f7()),_0x16f5a6[_0x1b5e46(0xc9)];}var _0x566864=_0x7cca06(),_0x7e28e8=function(){const _0x3dc7f9=_0x101eed;return _0x7e28e8=Object[_0x3dc7f9(0x11e)]||function(_0x10f701){const _0x40dbee=_0x3dc7f9;for(var _0x583a8f,_0x2bfac7=0x1,_0x3f96f4=arguments[_0x40dbee(0x4e0)];_0x2bfac7<_0x3f96f4;_0x2bfac7++){_0x583a8f=arguments[_0x2bfac7];for(var _0x3a659e in _0x583a8f)Object[_0x40dbee(0x138)]['hasOwnProperty'][_0x40dbee(0xdd)](_0x583a8f,_0x3a659e)&&(_0x10f701[_0x3a659e]=_0x583a8f[_0x3a659e]);}return _0x10f701;},_0x7e28e8[_0x3dc7f9(0x1b0)](this,arguments);},_0x280b51=function(_0x3af8f3,_0x42412b){const _0x5c8eb4=_0x101eed;var _0x304112={};for(var _0xc251da in _0x3af8f3)Object['prototype'][_0x5c8eb4(0x1ad)]['call'](_0x3af8f3,_0xc251da)&&_0x42412b[_0x5c8eb4(0x427)](_0xc251da)<0x0&&(_0x304112[_0xc251da]=_0x3af8f3[_0xc251da]);if(_0x3af8f3!=null&&typeof Object[_0x5c8eb4(0x48d)]==_0x5c8eb4(0x15e)){for(var _0x468760=0x0,_0xc251da=Object[_0x5c8eb4(0x48d)](_0x3af8f3);_0x468760<_0xc251da['length'];_0x468760++)_0x42412b['indexOf'](_0xc251da[_0x468760])<0x0&&Object[_0x5c8eb4(0x138)]['propertyIsEnumerable'][_0x5c8eb4(0xdd)](_0x3af8f3,_0xc251da[_0x468760])&&(_0x304112[_0xc251da[_0x468760]]=_0x3af8f3[_0xc251da[_0x468760]]);}return _0x304112;},_0x1c1c76=_0x3e9f6e[_0x101eed(0x125)](function(_0x9b9e7f,_0xa4effd){const _0x302c27=_0x101eed;var _0x429757=_0x9b9e7f['icon'],_0x2aa39a=_0x9b9e7f['id'],_0xef40f9=_0x9b9e7f['className'],_0x1e114c=_0x9b9e7f[_0x302c27(0x55a)],_0x291ae5=_0x280b51(_0x9b9e7f,['icon','id',_0x302c27(0x368),_0x302c27(0x55a)]),_0x19b7d1=_0x302c27(0x21c)[_0x302c27(0x564)](_0x2aa39a,'\x20')[_0x302c27(0x564)](_0xef40f9||'')['trim'](),_0x536030=_0x3e9f6e[_0x302c27(0x519)]('_'[_0x302c27(0x564)](_0x21de33()));return _0x3638c2(_0x429757,''[_0x302c27(0x564)](_0x2aa39a),{'defIds':_0x429757['defIds'],'idSuffix':_0x536030[_0x302c27(0x315)]},_0x7e28e8({'ref':_0xa4effd,'className':_0x19b7d1},_0x291ae5),_0x1e114c);});function _0x3638c2(_0x506e51,_0x1eca67,_0x2d8837,_0xfc239c,_0x525a30){const _0x2ac995=_0x101eed;return _0x3e9f6e[_0x2ac995(0x499)](_0x506e51['tag'],_0x7e28e8(_0x7e28e8({'key':_0x1eca67},_0x1fedde(_0x506e51,_0x2d8837,_0x525a30)),_0xfc239c),(_0x547399(_0x506e51,_0x2d8837)['children']||[])[_0x2ac995(0x20a)](function(_0x2e0750,_0xec5163){const _0x509c52=_0x2ac995;return _0x3638c2(_0x2e0750,''[_0x509c52(0x564)](_0x1eca67,'-')['concat'](_0x506e51[_0x509c52(0x3c2)],'-')[_0x509c52(0x564)](_0xec5163),_0x2d8837,void 0x0,_0x525a30);}));}function _0x1fedde(_0x3922e8,_0x421da6,_0x227719){const _0x1a57ca=_0x101eed;var _0x1e79b4=_0x7e28e8({},_0x3922e8[_0x1a57ca(0x338)]);_0x227719!=null&&_0x227719['colorChannel1']&&_0x1e79b4[_0x1a57ca(0x304)]===_0x1a57ca(0x2e0)&&(_0x1e79b4[_0x1a57ca(0x304)]=_0x227719[_0x1a57ca(0x2e0)]);var _0xdf4dd=_0x421da6[_0x1a57ca(0x2f5)];return!_0xdf4dd||_0xdf4dd[_0x1a57ca(0x4e0)]===0x0||(_0x3922e8[_0x1a57ca(0x3c2)]==='use'&&_0x1e79b4['xlink:href']&&(_0x1e79b4[_0x1a57ca(0x108)]=_0x1e79b4[_0x1a57ca(0x108)]+_0x421da6[_0x1a57ca(0x16e)]),Object[_0x1a57ca(0x43b)](_0x1e79b4)['forEach'](function(_0x221f94){const _0x55ac0=_0x1a57ca;var _0x5146d3=_0x221f94[0x0],_0x18aba6=_0x221f94[0x1];typeof _0x18aba6==_0x55ac0(0x563)&&(_0x1e79b4[_0x5146d3]=_0x18aba6[_0x55ac0(0x19d)](/url\(#(.*)\)/,_0x55ac0(0x4d6)[_0x55ac0(0x564)](_0x421da6[_0x55ac0(0x16e)],')')));})),_0x1e79b4;}function _0x547399(_0x2b5bab,_0x289b44){const _0x603014=_0x101eed;var _0x630ae3,_0x1aa291=_0x289b44[_0x603014(0x2f5)];return!_0x1aa291||_0x1aa291[_0x603014(0x4e0)]===0x0?_0x2b5bab:_0x2b5bab['tag']==='defs'&&(!((_0x630ae3=_0x2b5bab[_0x603014(0x4d0)])===null||_0x630ae3===void 0x0)&&_0x630ae3[_0x603014(0x4e0)])?_0x7e28e8(_0x7e28e8({},_0x2b5bab),{'children':_0x2b5bab[_0x603014(0x4d0)][_0x603014(0x20a)](function(_0x14713a){const _0x2a686f=_0x603014;return typeof _0x14713a['attrs']['id']==_0x2a686f(0x563)&&_0x1aa291&&_0x1aa291[_0x2a686f(0x427)](_0x14713a['attrs']['id'])>-0x1?_0x7e28e8(_0x7e28e8({},_0x14713a),{'attrs':_0x7e28e8(_0x7e28e8({},_0x14713a[_0x2a686f(0x338)]),{'id':_0x14713a['attrs']['id']+_0x289b44['idSuffix']})}):_0x14713a;})}):_0x2b5bab;}function _0x21de33(){const _0x3f60d0=_0x101eed;return Math[_0x3f60d0(0x4fc)]()[_0x3f60d0(0x3c6)](0x24)[_0x3f60d0(0x359)](0x2,0x8);}_0x1c1c76[_0x101eed(0x454)]=_0x101eed(0x352);var _0x2af45d={'tag':_0x101eed(0x4fb),'attrs':{'fill':_0x101eed(0x355),'viewBox':_0x101eed(0x16c),'width':_0x101eed(0x113),'height':_0x101eed(0x113)},'children':[{'tag':'g','attrs':{'clipPath':_0x101eed(0x27f)},'children':[{'tag':_0x101eed(0x543),'attrs':{'stroke':_0x101eed(0x4b2),'d':_0x101eed(0x2bb),'strokeLinecap':_0x101eed(0x42f),'strokeLinejoin':_0x101eed(0x42f),'strokeWidth':1.2}}]},{'tag':_0x101eed(0x120),'attrs':{},'children':[{'tag':'clipPath','attrs':{'id':_0x101eed(0x3d4)},'children':[{'tag':_0x101eed(0x543),'attrs':{'fill':'#fff','d':_0x101eed(0x1ae)}}]}]}],'defIds':[_0x101eed(0x3d4)]},_0x9169f5=_0x3e9f6e[_0x101eed(0x125)](function(_0xe3e92e,_0x5a4ebf){const _0x230fc8=_0x101eed;return _0x3e9f6e[_0x230fc8(0x499)](_0x1c1c76,Object[_0x230fc8(0x11e)]({},_0xe3e92e,{'id':'off-line-single','ref':_0x5a4ebf,'icon':_0x2af45d}));});_0x9169f5[_0x101eed(0x454)]='OffLineSingle';var _0x533ea3={'tag':_0x101eed(0x4fb),'attrs':{'fill':_0x101eed(0x355),'viewBox':_0x101eed(0x310),'width':'1em','height':_0x101eed(0x113)},'children':[{'tag':'g','attrs':{'clipPath':_0x101eed(0x574)},'children':[{'tag':_0x101eed(0x543),'attrs':{'stroke':_0x101eed(0x4b2),'d':_0x101eed(0x217),'strokeLinecap':_0x101eed(0x42f),'strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':_0x101eed(0x120),'attrs':{},'children':[{'tag':_0x101eed(0x1ea),'attrs':{'id':_0x101eed(0x24d)},'children':[{'tag':_0x101eed(0x543),'attrs':{'fill':_0x101eed(0x2b3),'d':_0x101eed(0x1ae),'transform':_0x101eed(0x1c5)}}]}]}],'defIds':[_0x101eed(0x24d)]},_0xd6b43d=_0x3e9f6e[_0x101eed(0x125)](function(_0x218692,_0x35db5d){const _0xfab861=_0x101eed;return _0x3e9f6e['createElement'](_0x1c1c76,Object[_0xfab861(0x11e)]({},_0x218692,{'id':_0xfab861(0x4db),'ref':_0x35db5d,'icon':_0x533ea3}));});_0xd6b43d[_0x101eed(0x454)]=_0x101eed(0x556);function _0x3fdda3(_0x15f8fe){const _0x3de758=_0x101eed;var _0x2bc6c7,_0x39fa99,_0x4011e2='';if(typeof _0x15f8fe==_0x3de758(0x563)||typeof _0x15f8fe=='number')_0x4011e2+=_0x15f8fe;else{if(typeof _0x15f8fe==_0x3de758(0x1a7)){if(Array['isArray'](_0x15f8fe)){var _0x294873=_0x15f8fe['length'];for(_0x2bc6c7=0x0;_0x2bc6c7<_0x294873;_0x2bc6c7++)_0x15f8fe[_0x2bc6c7]&&(_0x39fa99=_0x3fdda3(_0x15f8fe[_0x2bc6c7]))&&(_0x4011e2&&(_0x4011e2+='\x20'),_0x4011e2+=_0x39fa99);}else{for(_0x39fa99 in _0x15f8fe)_0x15f8fe[_0x39fa99]&&(_0x4011e2&&(_0x4011e2+='\x20'),_0x4011e2+=_0x39fa99);}}}return _0x4011e2;}function _0x571e6f(){const _0x4e643f=_0x101eed;for(var _0x1e2637,_0x2454d5,_0x2596bd=0x0,_0x2255e0='',_0x395a3f=arguments[_0x4e643f(0x4e0)];_0x2596bd<_0x395a3f;_0x2596bd++)(_0x1e2637=arguments[_0x2596bd])&&(_0x2454d5=_0x3fdda3(_0x1e2637))&&(_0x2255e0&&(_0x2255e0+='\x20'),_0x2255e0+=_0x2454d5);return _0x2255e0;}const _0x13840e={'onlineStatusIcon':_0x101eed(0x224),'onlineStatusTitle':_0x101eed(0x326),'onlineStatus':_0x101eed(0x4f1),'online':_0x101eed(0x3ed),'offline':_0x101eed(0xf1)};function _0x214707(_0x3edf83){const _0x15eafa=_0x101eed;switch(_0x3edf83){case _0x4a115e[_0x15eafa(0x26a)]:return _0x15eafa(0x552);case _0x4a115e[_0x15eafa(0x3c5)]:return _0x15eafa(0x23c);case _0x4a115e[_0x15eafa(0x4ca)]:return'collabStatus.fetchMiss';case _0x4a115e['NOT_COLLAB']:return _0x15eafa(0x163);case _0x4a115e[_0x15eafa(0x22a)]:case _0x4a115e[_0x15eafa(0x180)]:return _0x15eafa(0x12e);case _0x4a115e['SYNCED']:case _0x4a115e['PENDING']:return'collabStatus.synced';}}function _0x5d640d(_0x3fe93c){const _0x2c53b0=_0x101eed,{status$:_0x586115}=_0x3fe93c,_0x36ac94=_0x221209[_0x2c53b0(0x148)](_0x586115,_0x4a115e[_0x2c53b0(0x4ee)]),_0x83ac30=_0x4719e5['useDependency'](_0x4719e5[_0x2c53b0(0x4f0)]),_0x4d0924=_0x4719e5[_0x2c53b0(0x557)](_0x398bdb[_0x2c53b0(0x194)]),_0x34bda4=_0x36ac94!==_0x4a115e[_0x2c53b0(0x26a)],_0xe62726=_0x83ac30['t'](_0x214707(_0x36ac94)),_0x4755a5=_0x571e6f(_0x13840e['onlineStatus'],{[_0x13840e[_0x2c53b0(0x4ce)]]:_0x34bda4,[_0x13840e[_0x2c53b0(0x37d)]]:!_0x34bda4}),_0x26e740=_0x34bda4?_0x566864[_0x2c53b0(0x23a)](_0xd6b43d,{}):_0x566864['jsx'](_0x9169f5,{}),_0x548392=_0x3e9f6e[_0x2c53b0(0x36d)](()=>{_0x34bda4||_0x4d0924['reconnect']();},[_0x34bda4,_0x4d0924]);function _0x28e1ca(){const _0x2da80f=_0x2c53b0;return _0x566864[_0x2da80f(0x379)](_0x2da80f(0x389),{'className':_0x4755a5,'onClick':_0x548392,'children':[_0x566864['jsx'](_0x2da80f(0x389),{'className':_0x13840e[_0x2da80f(0x29f)],'children':_0x26e740}),_0x566864[_0x2da80f(0x23a)](_0x2da80f(0x389),{'className':_0x13840e[_0x2da80f(0x33f)],'children':_0xe62726})]});}return _0x34bda4?_0x28e1ca():_0x566864[_0x2c53b0(0x23a)](_0x1239d7[_0x2c53b0(0x46e)],{'title':_0x83ac30['t']('collab-client.tooltip.reconnect'),'children':_0x28e1ca()});}var _0x5bcb0a=Object['defineProperty'],_0x393e18=Object[_0x101eed(0x12f)],_0x144330=(_0x13a8da,_0x2c4c8a,_0x3a40f7,_0x175e91)=>{for(var _0x3b9808=_0x175e91>0x1?void 0x0:_0x175e91?_0x393e18(_0x2c4c8a,_0x3a40f7):_0x2c4c8a,_0x3f1d86=_0x13a8da['length']-0x1,_0x47656e;_0x3f1d86>=0x0;_0x3f1d86--)(_0x47656e=_0x13a8da[_0x3f1d86])&&(_0x3b9808=(_0x175e91?_0x47656e(_0x2c4c8a,_0x3a40f7,_0x3b9808):_0x47656e(_0x3b9808))||_0x3b9808);return _0x175e91&&_0x3b9808&&_0x5bcb0a(_0x2c4c8a,_0x3a40f7,_0x3b9808),_0x3b9808;},_0x37f3d3=(_0x11e9cf,_0x4e6507)=>(_0x4bdb49,_0x2f4129)=>_0x4e6507(_0x4bdb49,_0x2f4129,_0x11e9cf);_0x398bdb[_0x101eed(0xe1)]=class extends _0x4719e5['Disposable']{constructor(_0x5d2d7a,_0x119a5f,_0x33cb9f,_0xaa59b5){const _0x2fc4cf=_0x101eed;super(),_0x31ba63(this,_0x2fc4cf(0x19a),new _0x3ad50a[(_0x2fc4cf(0xc6))](_0x4a115e[_0x2fc4cf(0x4ee)])),(this[_0x2fc4cf(0x508)]=_0x5d2d7a,this['_uiPartsService']=_0x119a5f,this[_0x2fc4cf(0x498)]=_0x33cb9f,this['_collaborationController']=_0xaa59b5,this[_0x2fc4cf(0x547)](),this[_0x2fc4cf(0x382)]());}[_0x101eed(0x382)](){const _0x2af6ff=_0x101eed;this[_0x2af6ff(0xec)](this[_0x2af6ff(0x508)][_0x2af6ff(0xb5)][_0x2af6ff(0x43c)](_0x3ad50a[_0x2af6ff(0x247)](()=>{const _0x5b7630=_0x2af6ff,_0x18c390=this[_0x5b7630(0x508)][_0x5b7630(0xd9)]();return _0x18c390?this[_0x5b7630(0x16d)]['getCollabEntity$'](_0x18c390[_0x5b7630(0x4d4)]()):_0x3ad50a['of'](null);}),_0x3ad50a[_0x2af6ff(0x247)](_0x3096da=>_0x3096da?_0x3096da['status$']:_0x3ad50a['of'](_0x4a115e[_0x2af6ff(0x4ee)])))[_0x2af6ff(0x391)](_0x2bcbac=>{const _0x5af17c=_0x2af6ff;this[_0x5af17c(0x19a)]['next'](_0x2bcbac);}));}['_initStatusComponent'](){const _0x19a0da=_0x101eed;this[_0x19a0da(0xec)](this[_0x19a0da(0x418)][_0x19a0da(0x2e2)](_0x221209['BuiltInUIPart'][_0x19a0da(0x417)],()=>_0x4719e5[_0x19a0da(0x216)](_0x51e23b({'status$':this[_0x19a0da(0x19a)][_0x19a0da(0x568)]()}),this[_0x19a0da(0x498)])));}},_0x398bdb[_0x101eed(0xe1)]=_0x144330([_0x37f3d3(0x0,_0x4719e5[_0x101eed(0x27b)]),_0x37f3d3(0x1,_0x221209[_0x101eed(0x283)]),_0x37f3d3(0x2,_0x4719e5[_0x101eed(0xe3)](_0x4719e5['Injector'])),_0x37f3d3(0x3,_0x4719e5[_0x101eed(0xe3)](_0x398bdb[_0x101eed(0x514)]))],_0x398bdb[_0x101eed(0xe1)]);function _0x51e23b(_0x2c41a1){const {status$:_0x130e15}=_0x2c41a1;return function(){const _0x17ee36=_0x2732;return _0x566864[_0x17ee36(0x23a)](_0x5d640d,{'status$':_0x130e15});};}const _0x1a2339=_0x4719e5[_0x101eed(0x52f)]('uni.network.url-service');var _0x3d8668=Object[_0x101eed(0x277)],_0x1ea135=Object[_0x101eed(0x12f)],_0x3f281f=(_0x487311,_0x1afd7c,_0x2ba8bc,_0x1957d7)=>{for(var _0x4dfd3c=_0x1957d7>0x1?void 0x0:_0x1957d7?_0x1ea135(_0x1afd7c,_0x2ba8bc):_0x1afd7c,_0x59295e=_0x487311['length']-0x1,_0x2e5175;_0x59295e>=0x0;_0x59295e--)(_0x2e5175=_0x487311[_0x59295e])&&(_0x4dfd3c=(_0x1957d7?_0x2e5175(_0x1afd7c,_0x2ba8bc,_0x4dfd3c):_0x2e5175(_0x4dfd3c))||_0x4dfd3c);return _0x1957d7&&_0x4dfd3c&&_0x3d8668(_0x1afd7c,_0x2ba8bc,_0x4dfd3c),_0x4dfd3c;},_0x379efa=(_0x4f25a4,_0x279602)=>(_0x3d81d5,_0x499878)=>_0x279602(_0x3d81d5,_0x499878,_0x4f25a4);_0x398bdb[_0x101eed(0x429)]=class extends _0x4719e5[_0x101eed(0x56d)]{constructor(_0x545bc4,_0x444d42,_0x1cb39e,_0x4343cc,_0x1f72d2,_0x3782e9){const _0x84bfe4=_0x101eed;super(),this[_0x84bfe4(0x272)]=_0x545bc4,this['_logService']=_0x444d42,this[_0x84bfe4(0x3a2)]=_0x1cb39e,this[_0x84bfe4(0x16a)]=_0x4343cc,this['_snapshotService']=_0x1f72d2,_0x3782e9?_0x3782e9==null||_0x3782e9[_0x84bfe4(0x147)]()[_0x84bfe4(0x46c)](()=>this[_0x84bfe4(0x48f)]()):(this[_0x84bfe4(0x39c)][_0x84bfe4(0x553)]('[DataLoaderController]',_0x84bfe4(0x511)),this[_0x84bfe4(0x48f)]());}async[_0x101eed(0x48f)](){const _0x2f8972=_0x101eed,_0x14893f=this[_0x2f8972(0x272)]['getParam'](_0x2f8972(0x29d)),_0x23d74a=this['_urlService'][_0x2f8972(0x204)]('type');if(!_0x14893f||!_0x23d74a){this['_logService'][_0x2f8972(0x553)](_0x2f8972(0x45a),_0x2f8972(0x532));return;}switch(Number(_0x23d74a)){case _0x4a846b[_0x2f8972(0x561)]:{const _0x2597b6=await this[_0x2f8972(0x512)](_0x14893f);this[_0x2f8972(0x4c1)](_0x2597b6);break;}case _0x4a846b['UNIVER_DOC']:{await this[_0x2f8972(0x167)](_0x14893f);break;}default:{this[_0x2f8972(0x39c)][_0x2f8972(0x306)](_0x2f8972(0x45a),_0x2f8972(0x1f7));break;}}}async['_setupSubUnitSync'](_0x430b3b){const _0x5fc87f=_0x101eed;await this[_0x5fc87f(0x200)](_0x430b3b),_0x430b3b['activeSheet$'][_0x5fc87f(0x43c)](_0x3ad50a[_0x5fc87f(0x1bc)](this['dispose$']))[_0x5fc87f(0x391)](_0x2fb118=>{const _0x1d5922=_0x5fc87f;_0x2fb118&&this[_0x1d5922(0x3c0)](_0x2fb118);}),this[_0x5fc87f(0x272)][_0x5fc87f(0xc4)][_0x5fc87f(0x43c)](_0x3ad50a[_0x5fc87f(0x1bc)](this[_0x5fc87f(0x2b7)]))[_0x5fc87f(0x391)](()=>this[_0x5fc87f(0x200)](_0x430b3b));}['_updateURLWithCurrentState'](_0x2de4a3,_0x4db6c3=!0x1){const _0x24eeef=_0x101eed,_0x441bc9=this[_0x24eeef(0x272)][_0x24eeef(0x204)]('subunit');_0x2de4a3[_0x24eeef(0x1a1)]()!==_0x441bc9&&this['_urlService'][_0x24eeef(0x3fd)](_0x24eeef(0x176),_0x2de4a3[_0x24eeef(0x1a1)](),_0x4db6c3);}async[_0x101eed(0x200)](_0x4a18ab){const _0x1438f1=_0x101eed;var _0x3f753f;const _0x441db3=this[_0x1438f1(0x272)][_0x1438f1(0x204)](_0x1438f1(0x176));if(!_0x441db3||!_0x4a18ab[_0x1438f1(0x153)](_0x441db3)){const _0x21f4d0=_0x4a18ab[_0x1438f1(0x21b)]()[0x0],_0x213e46=_0x4a18ab['getSheetBySheetId'](_0x21f4d0);if(!_0x213e46)return;this[_0x1438f1(0x3c0)](_0x213e46,!0x0),await this[_0x1438f1(0x3a2)]['executeCommand'](_0x37c84c[_0x1438f1(0x2a2)]['id'],{'unitId':_0x4a18ab['getUnitId'](),'subUnitId':_0x21f4d0});return;}((_0x3f753f=_0x4a18ab[_0x1438f1(0x10c)]())==null?void 0x0:_0x3f753f[_0x1438f1(0x1a1)]())!==_0x441db3&&await this[_0x1438f1(0x3a2)]['executeCommand'](_0x37c84c['SetWorksheetActivateCommand']['id'],{'unitId':_0x4a18ab[_0x1438f1(0x4d4)](),'subUnitId':_0x441db3});}async[_0x101eed(0x512)](_0x42dfc7){const _0x35886b=_0x101eed;let _0x88c7f2=0x0;const _0x3593b2=await this[_0x35886b(0x16a)]['loadOfflineData'](_0x42dfc7);return _0x3593b2&&(_0x3593b2[_0x35886b(0xde)]||_0x3593b2[_0x35886b(0x31a)][_0x35886b(0x4e0)]!==0x0)&&(_0x88c7f2=_0x3593b2[_0x35886b(0x416)]),_0x88c7f2===0x0&&this[_0x35886b(0x39c)]['debug'](_0x35886b(0x45a),'fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this[_0x35886b(0x4a6)][_0x35886b(0x3e5)](_0x42dfc7,_0x88c7f2);}async['_loadDoc'](_0x5dd458){const _0x477939=_0x101eed;let _0x44c4c7=0x0;const _0x33571e=await this[_0x477939(0x16a)][_0x477939(0x537)](_0x5dd458);return _0x33571e&&(_0x33571e['awaitingChangeset']||_0x33571e[_0x477939(0x31a)]['length']!==0x0)&&(_0x44c4c7=_0x33571e[_0x477939(0x416)]),_0x44c4c7===0x0&&this[_0x477939(0x39c)][_0x477939(0x553)](_0x477939(0x45a),_0x477939(0x573)),this[_0x477939(0x4a6)][_0x477939(0x2f6)](_0x5dd458,_0x44c4c7);}},_0x398bdb[_0x101eed(0x429)]=_0x3f281f([_0x379efa(0x0,_0x1a2339),_0x379efa(0x1,_0x4719e5['ILogService']),_0x379efa(0x2,_0x4719e5[_0x101eed(0x233)]),_0x379efa(0x3,_0x4719e5[_0x101eed(0xe3)](_0x398bdb[_0x101eed(0xf5)])),_0x379efa(0x4,_0x4719e5[_0x101eed(0xe3)](_0x187895[_0x101eed(0x497)])),_0x379efa(0x5,_0x4719e5['Optional'](_0x368bbc['IRemoteInstanceService']))],_0x398bdb[_0x101eed(0x429)]);var _0x4338c7=Object[_0x101eed(0x277)],_0x59ba04=Object[_0x101eed(0x12f)],_0x243ac8=(_0x52f578,_0x28b27c,_0x158f1f,_0x38af47)=>{const _0x253773=_0x101eed;for(var _0x50ee25=_0x38af47>0x1?void 0x0:_0x38af47?_0x59ba04(_0x28b27c,_0x158f1f):_0x28b27c,_0x55c36d=_0x52f578[_0x253773(0x4e0)]-0x1,_0x4fe510;_0x55c36d>=0x0;_0x55c36d--)(_0x4fe510=_0x52f578[_0x55c36d])&&(_0x50ee25=(_0x38af47?_0x4fe510(_0x28b27c,_0x158f1f,_0x50ee25):_0x4fe510(_0x50ee25))||_0x50ee25);return _0x38af47&&_0x50ee25&&_0x4338c7(_0x28b27c,_0x158f1f,_0x50ee25),_0x50ee25;},_0x2d6786=(_0x5e11be,_0xcea9eb)=>(_0x696060,_0x3aeba8)=>_0xcea9eb(_0x696060,_0x3aeba8,_0x5e11be);const _0x30835b='DEFAULT_FILE_NAME',_0x389f20=_0x101eed(0x23d);let _0x22663b=class extends _0x4719e5[_0x101eed(0x198)]{constructor(_0x3ec7d7,_0x63372f){const _0x594540=_0x101eed;super(),this[_0x594540(0x508)]=_0x3ec7d7,this[_0x594540(0x2c6)]=_0x63372f,this[_0x594540(0x48f)]();}[_0x101eed(0x48f)](){const _0x1b9aec=_0x101eed;this[_0x1b9aec(0xec)](this['_univerInstanceService']['focused$']['subscribe'](()=>{const _0x20f2e3=_0x1b9aec;var _0x30cd9c;const _0x3f4370=this['_univerInstanceService'][_0x20f2e3(0xd9)]();let _0x4afc84=(_0x30cd9c=this[_0x20f2e3(0x2c6)][_0x20f2e3(0x20c)](_0x30835b))!=null?_0x30cd9c:_0x389f20;_0x3f4370 instanceof _0x4719e5[_0x20f2e3(0x3ab)]&&(_0x4afc84=_0x3f4370['name']),document[_0x20f2e3(0x460)]=_0x4afc84;}));}};_0x22663b=_0x243ac8([_0x2d6786(0x0,_0x4719e5[_0x101eed(0x27b)]),_0x2d6786(0x1,_0x4719e5['IConfigService'])],_0x22663b);var _0xf1f33=Object[_0x101eed(0x277)],_0x2941d1=Object[_0x101eed(0x12f)],_0x3a1047=(_0x424210,_0x59f231,_0x4e4177,_0x42c52a)=>{for(var _0x2e766e=_0x42c52a>0x1?void 0x0:_0x42c52a?_0x2941d1(_0x59f231,_0x4e4177):_0x59f231,_0x48da8b=_0x424210['length']-0x1,_0x5c1528;_0x48da8b>=0x0;_0x48da8b--)(_0x5c1528=_0x424210[_0x48da8b])&&(_0x2e766e=(_0x42c52a?_0x5c1528(_0x59f231,_0x4e4177,_0x2e766e):_0x5c1528(_0x2e766e))||_0x2e766e);return _0x42c52a&&_0x2e766e&&_0xf1f33(_0x59f231,_0x4e4177,_0x2e766e),_0x2e766e;},_0x275b44=(_0x1f6f4c,_0x1044b5)=>(_0x11d6fd,_0x504e1f)=>_0x1044b5(_0x11d6fd,_0x504e1f,_0x1f6f4c);let _0x2f78bf=class{constructor(_0x481641,_0x17a133,_0x12d708){const _0x5dd25c=_0x101eed;this[_0x5dd25c(0x2c6)]=_0x481641,this[_0x5dd25c(0x3c7)]=_0x17a133,this[_0x5dd25c(0x157)]=_0x12d708,this[_0x5dd25c(0x45e)]();}['init'](){const _0x17bb2b=_0x101eed;this[_0x17bb2b(0x3c7)][_0x17bb2b(0x588)]({'priority':0x1,'interceptor':(_0x311e96,_0x17169d)=>_0x17169d(_0x311e96)[_0x17bb2b(0x43c)](_0x3ad50a['concatMap'](async _0x130f63=>{const _0x4d9f63=_0x17bb2b,_0x5a1424=_0x130f63;if(_0x5a1424[_0x4d9f63(0xc1)]===0x191&&window[_0x4d9f63(0x18a)](this[_0x4d9f63(0x157)]['t'](_0x4d9f63(0x580)))){const _0x4c3381=window['encodeURIComponent'](window['location'][_0x4d9f63(0x420)]);window['location'][_0x4d9f63(0x420)]=this[_0x4d9f63(0x119)]()+_0x4d9f63(0x4be)+_0x4c3381;}return _0x5a1424;}))});}[_0x101eed(0x119)](){const _0x3e81b7=_0x101eed;var _0x5bf8e3,_0x7fd0e4;const _0x5ffa72=this['_configService'][_0x3e81b7(0x20c)](_0xcf61d),_0x44406f=this[_0x3e81b7(0x2c6)][_0x3e81b7(0x20c)](_0x59f283);return(_0x7fd0e4=(_0x5bf8e3=_0x44406f==null?void 0x0:_0x44406f['loginUrlKey'])!=null?_0x5bf8e3:_0x5ffa72)!=null?_0x7fd0e4:_0x530cb7;}};_0x2f78bf=_0x3a1047([_0x275b44(0x0,_0x4719e5['IConfigService']),_0x275b44(0x1,_0x4719e5[_0x101eed(0xe3)](_0x872107[_0x101eed(0x4f9)])),_0x275b44(0x2,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x4f0)]))],_0x2f78bf);var _0x19bbb4=Object[_0x101eed(0x277)],_0x4b6b47=Object[_0x101eed(0x12f)],_0x5dd856=(_0x364ab6,_0x3ce741,_0x14ff4b,_0x250d85)=>{const _0x853777=_0x101eed;for(var _0x2216c3=_0x250d85>0x1?void 0x0:_0x250d85?_0x4b6b47(_0x3ce741,_0x14ff4b):_0x3ce741,_0x335b76=_0x364ab6[_0x853777(0x4e0)]-0x1,_0x44b077;_0x335b76>=0x0;_0x335b76--)(_0x44b077=_0x364ab6[_0x335b76])&&(_0x2216c3=(_0x250d85?_0x44b077(_0x3ce741,_0x14ff4b,_0x2216c3):_0x44b077(_0x2216c3))||_0x2216c3);return _0x250d85&&_0x2216c3&&_0x19bbb4(_0x3ce741,_0x14ff4b,_0x2216c3),_0x2216c3;},_0xb8c7c3=(_0x2b710a,_0x125185)=>(_0x446053,_0x1b5f47)=>_0x125185(_0x446053,_0x1b5f47,_0x2b710a);const _0xdf5ad3=_0x101eed(0x520),_0x53bdfa=_0x101eed(0x13e);_0x398bdb[_0x101eed(0x529)]=class extends _0x4719e5[_0x101eed(0x198)]{constructor(_0x1cc0b5,_0xdd312c){const _0x16d753=_0x101eed;super(),this[_0x16d753(0x3be)]=_0x1cc0b5,this[_0x16d753(0x2c6)]=_0xdd312c,this['_initMergeInterceptor']();}[_0x101eed(0x300)](){const _0x85634f=_0x101eed,_0x40a408=this;this[_0x85634f(0xec)](this[_0x85634f(0x3be)][_0x85634f(0x588)]({'priority':0x3e7,'interceptor':_0x872107['MergeInterceptorFactory']({'isMatch'(_0x182716){const _0x3717e4=_0x85634f;var _0x2c2498;if(_0x182716[_0x3717e4(0x127)]===_0x3717e4(0x252)&&((_0x2c2498=_0x182716[_0x3717e4(0x51f)])!=null&&_0x2c2498[_0x3717e4(0x54a)])){const {objectID:_0x5916ad,objectType:_0x3c4bc2}=_0x182716['requestParams'][_0x3717e4(0x54a)]||{};if(!_0x5916ad||_0x3c4bc2===void 0x0)return!0x1;const _0x5f21d0=_0x40a408[_0x3717e4(0x2df)]()+'/'+_0x3c4bc2+'/object/'+_0x5916ad+_0x3717e4(0x188);if(_0x182716[_0x3717e4(0x131)]===_0x5f21d0)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x2b0f44){const _0x465215=_0x85634f;var _0x1583e4;return(_0x1583e4=_0x2b0f44['requestParams'])==null?void 0x0:_0x1583e4[_0x465215(0x54a)];},'mergeParamsToRequest'(_0x118295,_0x2a99bf){const _0x22c185=_0x85634f,_0x3cf0c6=_0x40a408[_0x22c185(0x2df)]()+_0x22c185(0x477),_0x4720f7=_0x118295[_0x22c185(0x257)]((_0x22187c,_0x2ac707)=>{const _0x4c96fd=_0x22c185,{unitID:_0x4d93f1,objectID:_0x4656fc,objectType:_0x8b2681,actions:_0x38bec8}=_0x2ac707;return _0x22187c[_0x4d93f1]||(_0x22187c[_0x4d93f1]={}),_0x22187c[_0x4d93f1][_0x4656fc]||(_0x22187c[_0x4d93f1][_0x4656fc]={'objectID':_0x4656fc,'objectType':_0x8b2681,'actions':[]}),_0x22187c[_0x4d93f1][_0x4656fc][_0x4c96fd(0x52c)][_0x4c96fd(0x270)](..._0x38bec8),_0x22187c;},{}),_0x6d968a=[];for(const _0x4eda61 in _0x4720f7)for(const _0x1c3034 in _0x4720f7[_0x4eda61]){const {actions:_0x2b3604,objectType:_0x403239}=_0x4720f7[_0x4eda61][_0x1c3034],_0x44fd35=[...new Set(_0x2b3604)];_0x6d968a[_0x22c185(0x270)]({'unitID':_0x4eda61,'objectID':_0x1c3034,'objectType':_0x403239,'actions':_0x44fd35});}return new _0x872107[(_0x22c185(0x17d))]('POST',_0x3cf0c6,{'headers':_0x2a99bf['headers'],'withCredentials':_0x2a99bf[_0x22c185(0x16f)],'responseType':_0x2a99bf[_0x22c185(0x513)],'body':{'requests':_0x6d968a}});}},{'distributeResult'(_0x285207,_0x4f31bc){const _0x289c6f=_0x85634f,{objectActions:_0x5c0b5f}=_0x285207;return _0x4f31bc[_0x289c6f(0x20a)](_0x593aff=>{const _0x2b042d=_0x289c6f,{unitID:_0x3a1ed2,objectID:_0x4dd5bf,actions:_0x485fdb}=_0x593aff,_0x155fa8=_0x5c0b5f[_0x2b042d(0x34a)](_0x4cdeaa=>_0x4cdeaa[_0x2b042d(0xce)]===_0x3a1ed2&&_0x4cdeaa[_0x2b042d(0xcf)]===_0x4dd5bf),_0x2a0712=_0x485fdb[_0x2b042d(0x20a)](_0x3c2553=>_0x155fa8==null?void 0x0:_0x155fa8['actions']['find'](_0x1d4c3d=>_0x1d4c3d[_0x2b042d(0x500)]===_0x3c2553))[_0x2b042d(0x3ea)](_0x59c9ee=>!!_0x59c9ee);return{'config':_0x593aff,'result':{'actions':_0x2a0712,'error':_0x285207[_0x2b042d(0x306)]}};});}})}));}[_0x101eed(0x2df)](){const _0x4ff3f2=_0x101eed;var _0x4a1773,_0x54fba5;const _0x210005=this[_0x4ff3f2(0x2c6)][_0x4ff3f2(0x20c)](_0xdf5ad3),_0x43d93d=this[_0x4ff3f2(0x2c6)][_0x4ff3f2(0x20c)](_0x59f283);return(_0x54fba5=(_0x4a1773=_0x43d93d==null?void 0x0:_0x43d93d[_0x4ff3f2(0x341)])!=null?_0x4a1773:_0x210005)!=null?_0x54fba5:_0x53bdfa;}async[_0x101eed(0x425)](_0x2ec482){const _0xffa4f7=_0x101eed,_0xd20aae=this['_getAPIPrefixPath']()+'/'+_0x2ec482[_0xffa4f7(0x1e8)]+_0xffa4f7(0x476);return(await this[_0xffa4f7(0x3be)][_0xffa4f7(0x386)](_0xd20aae,{'body':_0x2ec482}))[_0xffa4f7(0x54a)][_0xffa4f7(0xcf)]||'';}async[_0x101eed(0x1fa)](_0x11d143){const _0x1f30ce=_0x101eed,_0x2718aa=this['_getAPIPrefixPath']()+_0x1f30ce(0x12a);return(await this[_0x1f30ce(0x3be)]['post'](_0x2718aa,{'body':_0x11d143}))[_0x1f30ce(0x54a)][_0x1f30ce(0x40e)];}async['update'](_0x2c7747){const _0x57261b=_0x101eed,_0x1eb494=this[_0x57261b(0x2df)]()+'/'+_0x2c7747['objectType']+'/object/'+_0x2c7747[_0x57261b(0xcf)];await this[_0x57261b(0x3be)][_0x57261b(0x450)](_0x1eb494,{'body':_0x2c7747});}async['allowed'](_0x1b504c){const _0x4f993f=_0x101eed,_0x2fa953=this['_getAPIPrefixPath']()+'/'+_0x1b504c[_0x4f993f(0x1e8)]+'/object/'+_0x1b504c['objectID']+'/allowed';return(await this[_0x4f993f(0x3be)][_0x4f993f(0x386)](_0x2fa953,{'body':_0x1b504c}))[_0x4f993f(0x54a)][_0x4f993f(0x52c)];}async[_0x101eed(0x187)](_0x8a5363){const _0x1bed4e=_0x101eed,_0x13c4b4=this[_0x1bed4e(0x2df)]()+_0x1bed4e(0x477);return(await this[_0x1bed4e(0x3be)][_0x1bed4e(0x386)](_0x13c4b4,{'body':{'requests':_0x8a5363}}))[_0x1bed4e(0x54a)][_0x1bed4e(0x1db)];}async[_0x101eed(0x54b)](_0x566a3d){const _0x51b4ef=_0x101eed,_0x29189f=this['_getAPIPrefixPath']()+'/'+_0x566a3d[_0x51b4ef(0x1e8)]+_0x51b4ef(0x583),_0x479a7f=await this['_HTTPService'][_0x51b4ef(0x386)](_0x29189f,{'body':_0x566a3d});return{'roles':_0x479a7f[_0x51b4ef(0x54a)][_0x51b4ef(0x437)],'actions':_0x479a7f[_0x51b4ef(0x54a)][_0x51b4ef(0x52c)]};}async[_0x101eed(0x3bc)](_0x16e0a3){const _0x344758=_0x101eed,_0xb4f59e=this['_getAPIPrefixPath']()+_0x344758(0x155);await this[_0x344758(0x3be)][_0x344758(0x3f3)](_0xb4f59e,{'params':{'collaboratorID':_0x16e0a3['collaboratorID'],'objectID':_0x16e0a3[_0x344758(0xcf)],'unitID':_0x16e0a3[_0x344758(0xce)]}});}async['updateCollaborator'](_0x37a8de){const _0x46bea4=_0x101eed,_0x412fd9=this[_0x46bea4(0x2df)]()+_0x46bea4(0x155);await this[_0x46bea4(0x3be)][_0x46bea4(0x185)](_0x412fd9,{'body':_0x37a8de});}async[_0x101eed(0x24b)](_0x167600){const _0x50e85e=_0x101eed,_0x529471=this[_0x50e85e(0x2df)]()+_0x50e85e(0x155);await this[_0x50e85e(0x3be)][_0x50e85e(0x386)](_0x529471,{'body':_0x167600});}async[_0x101eed(0x1be)](_0x1f8952){const _0x55f5ab=_0x101eed,_0x2191a7=this[_0x55f5ab(0x2df)]()+'/collaborator';return(await this[_0x55f5ab(0x3be)][_0x55f5ab(0x251)](_0x2191a7,{'params':{'objectID':_0x1f8952[_0x55f5ab(0xcf)],'unitID':_0x1f8952['unitID']}}))[_0x55f5ab(0x54a)][_0x55f5ab(0x203)];}async[_0x101eed(0x31c)](_0x42015f){const _0x65285=_0x101eed,_0xa58d1=this[_0x65285(0x2df)]()+_0x65285(0x155);await this['_HTTPService']['put'](_0xa58d1,{'body':_0x42015f});}},_0x398bdb[_0x101eed(0x529)]=_0x5dd856([_0xb8c7c3(0x0,_0x4719e5[_0x101eed(0xe3)](_0x872107[_0x101eed(0x4f9)])),_0xb8c7c3(0x1,_0x4719e5[_0x101eed(0xe3)](_0x4719e5['IConfigService']))],_0x398bdb[_0x101eed(0x529)]);var _0x29b518={'exports':{}};function _0x37e9c8(_0x34749a){const _0x445626=_0x101eed;throw new Error('Could\x20not\x20dynamically\x20require\x20\x22'+_0x34749a+_0x445626(0x3d5));}var _0x3c6150={'exports':{}},_0x23c544=_0x3c6150[_0x101eed(0xc9)],_0x1860dc;function _0x555f66(){const _0x2667f6=_0x101eed;return _0x1860dc||(_0x1860dc=0x1,function(_0x23744d,_0x516971){(function(_0x31ee6a,_0x2d2bb8){const _0x28b59f=_0x2732;_0x23744d[_0x28b59f(0xc9)]=_0x2d2bb8();}(_0x23c544,function(){var _0x183adc=_0x183adc||function(_0x335047,_0x582c5a){const _0x4634e5=_0x2732;var _0x43d15b;if(typeof window<'u'&&window[_0x4634e5(0x297)]&&(_0x43d15b=window[_0x4634e5(0x297)]),typeof self<'u'&&self[_0x4634e5(0x297)]&&(_0x43d15b=self['crypto']),typeof globalThis<'u'&&globalThis[_0x4634e5(0x297)]&&(_0x43d15b=globalThis['crypto']),!_0x43d15b&&typeof window<'u'&&window['msCrypto']&&(_0x43d15b=window[_0x4634e5(0x28a)]),!_0x43d15b&&typeof _0x503252<'u'&&_0x503252[_0x4634e5(0x297)]&&(_0x43d15b=_0x503252[_0x4634e5(0x297)]),!_0x43d15b&&typeof _0x37e9c8==_0x4634e5(0x15e))try{_0x43d15b=require(_0x4634e5(0x297));}catch{}var _0x304bcf=function(){const _0x3a240e=_0x4634e5;if(_0x43d15b){if(typeof _0x43d15b[_0x3a240e(0x32a)]==_0x3a240e(0x15e))try{return _0x43d15b[_0x3a240e(0x32a)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x43d15b[_0x3a240e(0x399)]=='function')try{return _0x43d15b['randomBytes'](0x4)[_0x3a240e(0x467)]();}catch{}}throw new Error(_0x3a240e(0x15b));},_0x39e9fc=Object[_0x4634e5(0x425)]||(function(){function _0x3f66e9(){}return function(_0x1091bb){const _0x221c46=_0x2732;var _0x164352;return _0x3f66e9[_0x221c46(0x138)]=_0x1091bb,_0x164352=new _0x3f66e9(),_0x3f66e9['prototype']=null,_0x164352;};}()),_0x19b08c={},_0x186ef3=_0x19b08c['lib']={},_0x4f0ff5=_0x186ef3[_0x4634e5(0x205)]=(function(){return{'extend':function(_0x40ea43){const _0xa1dbe=_0x2732;var _0x53aff5=_0x39e9fc(this);return _0x40ea43&&_0x53aff5[_0xa1dbe(0x1c4)](_0x40ea43),(!_0x53aff5[_0xa1dbe(0x1ad)](_0xa1dbe(0x45e))||this[_0xa1dbe(0x45e)]===_0x53aff5['init'])&&(_0x53aff5[_0xa1dbe(0x45e)]=function(){const _0x2b3ce4=_0xa1dbe;_0x53aff5[_0x2b3ce4(0x407)][_0x2b3ce4(0x45e)][_0x2b3ce4(0x1b0)](this,arguments);}),_0x53aff5['init']['prototype']=_0x53aff5,_0x53aff5[_0xa1dbe(0x407)]=this,_0x53aff5;},'create':function(){const _0x5c349f=_0x2732;var _0x44f23c=this[_0x5c349f(0x55a)]();return _0x44f23c['init'][_0x5c349f(0x1b0)](_0x44f23c,arguments),_0x44f23c;},'init':function(){},'mixIn':function(_0x45d50d){const _0x3f37f6=_0x2732;for(var _0x3bec8e in _0x45d50d)_0x45d50d[_0x3f37f6(0x1ad)](_0x3bec8e)&&(this[_0x3bec8e]=_0x45d50d[_0x3bec8e]);_0x45d50d[_0x3f37f6(0x1ad)](_0x3f37f6(0x3c6))&&(this[_0x3f37f6(0x3c6)]=_0x45d50d[_0x3f37f6(0x3c6)]);},'clone':function(){const _0x3e5af5=_0x2732;return this[_0x3e5af5(0x45e)][_0x3e5af5(0x138)][_0x3e5af5(0x55a)](this);}};}()),_0x176669=_0x186ef3[_0x4634e5(0x1d3)]=_0x4f0ff5[_0x4634e5(0x55a)]({'init':function(_0x18154e,_0x28b475){const _0x1c2216=_0x4634e5;_0x18154e=this[_0x1c2216(0x3bf)]=_0x18154e||[],_0x28b475!=_0x582c5a?this[_0x1c2216(0x26c)]=_0x28b475:this[_0x1c2216(0x26c)]=_0x18154e[_0x1c2216(0x4e0)]*0x4;},'toString':function(_0x22e927){const _0x2952ed=_0x4634e5;return(_0x22e927||_0x39d08c)[_0x2952ed(0x55f)](this);},'concat':function(_0x19a215){const _0x5dbed1=_0x4634e5;var _0x3d37f2=this['words'],_0x3a8c8e=_0x19a215[_0x5dbed1(0x3bf)],_0x1cc6fe=this['sigBytes'],_0x86bd10=_0x19a215[_0x5dbed1(0x26c)];if(this[_0x5dbed1(0x38d)](),_0x1cc6fe%0x4)for(var _0x378036=0x0;_0x378036<_0x86bd10;_0x378036++){var _0x441192=_0x3a8c8e[_0x378036>>>0x2]>>>0x18-_0x378036%0x4*0x8&0xff;_0x3d37f2[_0x1cc6fe+_0x378036>>>0x2]|=_0x441192<<0x18-(_0x1cc6fe+_0x378036)%0x4*0x8;}else{for(var _0xd05be5=0x0;_0xd05be5<_0x86bd10;_0xd05be5+=0x4)_0x3d37f2[_0x1cc6fe+_0xd05be5>>>0x2]=_0x3a8c8e[_0xd05be5>>>0x2];}return this[_0x5dbed1(0x26c)]+=_0x86bd10,this;},'clamp':function(){const _0x50b189=_0x4634e5;var _0x8e05f7=this['words'],_0x56935f=this[_0x50b189(0x26c)];_0x8e05f7[_0x56935f>>>0x2]&=0xffffffff<<0x20-_0x56935f%0x4*0x8,_0x8e05f7['length']=_0x335047[_0x50b189(0x3cb)](_0x56935f/0x4);},'clone':function(){const _0x5de91c=_0x4634e5;var _0x56abca=_0x4f0ff5['clone']['call'](this);return _0x56abca[_0x5de91c(0x3bf)]=this[_0x5de91c(0x3bf)][_0x5de91c(0x4ae)](0x0),_0x56abca;},'random':function(_0x483b74){const _0xa56da3=_0x4634e5;for(var _0x22b2c6=[],_0x54f93a=0x0;_0x54f93a<_0x483b74;_0x54f93a+=0x4)_0x22b2c6['push'](_0x304bcf());return new _0x176669[(_0xa56da3(0x45e))](_0x22b2c6,_0x483b74);}}),_0x35b2bf=_0x19b08c['enc']={},_0x39d08c=_0x35b2bf[_0x4634e5(0x3b1)]={'stringify':function(_0x5c6c74){const _0x33bad5=_0x4634e5;for(var _0x5a9913=_0x5c6c74[_0x33bad5(0x3bf)],_0x575694=_0x5c6c74[_0x33bad5(0x26c)],_0x2b0679=[],_0x4c06a5=0x0;_0x4c06a5<_0x575694;_0x4c06a5++){var _0x3bb1b7=_0x5a9913[_0x4c06a5>>>0x2]>>>0x18-_0x4c06a5%0x4*0x8&0xff;_0x2b0679[_0x33bad5(0x270)]((_0x3bb1b7>>>0x4)[_0x33bad5(0x3c6)](0x10)),_0x2b0679[_0x33bad5(0x270)]((_0x3bb1b7&0xf)['toString'](0x10));}return _0x2b0679[_0x33bad5(0x413)]('');},'parse':function(_0x303c58){const _0x745d27=_0x4634e5;for(var _0x23daca=_0x303c58['length'],_0x3173ee=[],_0xf66eda=0x0;_0xf66eda<_0x23daca;_0xf66eda+=0x2)_0x3173ee[_0xf66eda>>>0x3]|=parseInt(_0x303c58[_0x745d27(0x2b1)](_0xf66eda,0x2),0x10)<<0x18-_0xf66eda%0x8*0x4;return new _0x176669['init'](_0x3173ee,_0x23daca/0x2);}},_0x454fd6=_0x35b2bf['Latin1']={'stringify':function(_0x5be587){const _0x16e42a=_0x4634e5;for(var _0x4d9aa1=_0x5be587['words'],_0xb5d596=_0x5be587[_0x16e42a(0x26c)],_0x2e20fe=[],_0xba520e=0x0;_0xba520e<_0xb5d596;_0xba520e++){var _0x2c6a8d=_0x4d9aa1[_0xba520e>>>0x2]>>>0x18-_0xba520e%0x4*0x8&0xff;_0x2e20fe[_0x16e42a(0x270)](String[_0x16e42a(0x55d)](_0x2c6a8d));}return _0x2e20fe[_0x16e42a(0x413)]('');},'parse':function(_0x423dfa){const _0x570917=_0x4634e5;for(var _0x1fdc79=_0x423dfa[_0x570917(0x4e0)],_0x4f1c12=[],_0x40048c=0x0;_0x40048c<_0x1fdc79;_0x40048c++)_0x4f1c12[_0x40048c>>>0x2]|=(_0x423dfa[_0x570917(0x15f)](_0x40048c)&0xff)<<0x18-_0x40048c%0x4*0x8;return new _0x176669[(_0x570917(0x45e))](_0x4f1c12,_0x1fdc79);}},_0x6f41e=_0x35b2bf['Utf8']={'stringify':function(_0x3a3f38){const _0xf3011=_0x4634e5;try{return decodeURIComponent(escape(_0x454fd6['stringify'](_0x3a3f38)));}catch{throw new Error(_0xf3011(0xb0));}},'parse':function(_0x364f3d){const _0x397384=_0x4634e5;return _0x454fd6[_0x397384(0x3a9)](unescape(encodeURIComponent(_0x364f3d)));}},_0x2521fd=_0x186ef3[_0x4634e5(0x3e3)]=_0x4f0ff5['extend']({'reset':function(){const _0x1bac80=_0x4634e5;this[_0x1bac80(0x4dd)]=new _0x176669['init'](),this[_0x1bac80(0x154)]=0x0;},'_append':function(_0x56e363){const _0x17bcc3=_0x4634e5;typeof _0x56e363==_0x17bcc3(0x563)&&(_0x56e363=_0x6f41e['parse'](_0x56e363)),this[_0x17bcc3(0x4dd)][_0x17bcc3(0x564)](_0x56e363),this[_0x17bcc3(0x154)]+=_0x56e363[_0x17bcc3(0x26c)];},'_process':function(_0x5d5353){const _0x1a64cb=_0x4634e5;var _0x4e48a0,_0x5e8d34=this[_0x1a64cb(0x4dd)],_0x1ddd50=_0x5e8d34[_0x1a64cb(0x3bf)],_0x1b6b1d=_0x5e8d34['sigBytes'],_0x40696a=this['blockSize'],_0xd7980e=_0x40696a*0x4,_0x154046=_0x1b6b1d/_0xd7980e;_0x5d5353?_0x154046=_0x335047[_0x1a64cb(0x3cb)](_0x154046):_0x154046=_0x335047['max']((_0x154046|0x0)-this[_0x1a64cb(0x37b)],0x0);var _0x5c7a76=_0x154046*_0x40696a,_0x12b542=_0x335047[_0x1a64cb(0xe6)](_0x5c7a76*0x4,_0x1b6b1d);if(_0x5c7a76){for(var _0x49e404=0x0;_0x49e404<_0x5c7a76;_0x49e404+=_0x40696a)this[_0x1a64cb(0x4e9)](_0x1ddd50,_0x49e404);_0x4e48a0=_0x1ddd50[_0x1a64cb(0x3f7)](0x0,_0x5c7a76),_0x5e8d34[_0x1a64cb(0x26c)]-=_0x12b542;}return new _0x176669['init'](_0x4e48a0,_0x12b542);},'clone':function(){const _0x17c7db=_0x4634e5;var _0x476cd7=_0x4f0ff5[_0x17c7db(0x559)][_0x17c7db(0xdd)](this);return _0x476cd7['_data']=this[_0x17c7db(0x4dd)][_0x17c7db(0x559)](),_0x476cd7;},'_minBufferSize':0x0});_0x186ef3['Hasher']=_0x2521fd[_0x4634e5(0x55a)]({'cfg':_0x4f0ff5[_0x4634e5(0x55a)](),'init':function(_0x180178){const _0x46a9da=_0x4634e5;this[_0x46a9da(0x13c)]=this['cfg']['extend'](_0x180178),this[_0x46a9da(0x438)]();},'reset':function(){const _0x2cb484=_0x4634e5;_0x2521fd['reset'][_0x2cb484(0xdd)](this),this[_0x2cb484(0x47e)]();},'update':function(_0x34be11){const _0x49ea44=_0x4634e5;return this[_0x49ea44(0x1d9)](_0x34be11),this['_process'](),this;},'finalize':function(_0x5f0835){const _0x131e90=_0x4634e5;_0x5f0835&&this[_0x131e90(0x1d9)](_0x5f0835);var _0x393975=this[_0x131e90(0xbc)]();return _0x393975;},'blockSize':0x10,'_createHelper':function(_0x2d4ee1){return function(_0x3b25bb,_0x4d8780){const _0x4fcf88=_0x2732;return new _0x2d4ee1[(_0x4fcf88(0x45e))](_0x4d8780)[_0x4fcf88(0x312)](_0x3b25bb);};},'_createHmacHelper':function(_0x432608){return function(_0x204ebc,_0x341b1f){const _0x2f5714=_0x2732;return new _0x5eb122[(_0x2f5714(0x4e7))]['init'](_0x432608,_0x341b1f)[_0x2f5714(0x312)](_0x204ebc);};}});var _0x5eb122=_0x19b08c[_0x4634e5(0xd4)]={};return _0x19b08c;}(Math);return _0x183adc;}));}(_0x3c6150)),_0x3c6150[_0x2667f6(0xc9)];}var _0x4d2001={'exports':{}},_0x14f2eb=_0x4d2001[_0x101eed(0xc9)],_0x42c44e;function _0x3b0f2a(){const _0x184442=_0x101eed;return _0x42c44e||(_0x42c44e=0x1,function(_0x284558,_0x5c85c8){(function(_0xc62ea9,_0x3aefd9){const _0x410529=_0x2732;_0x284558[_0x410529(0xc9)]=_0x3aefd9(_0x555f66());}(_0x14f2eb,function(_0x1caf48){const _0x10261c=_0x2732;return(function(){const _0x378eb8=_0x2732;var _0x24911d=_0x1caf48,_0x4a0c8d=_0x24911d[_0x378eb8(0x271)],_0x17cb91=_0x4a0c8d['WordArray'],_0x5414a2=_0x24911d[_0x378eb8(0x212)];_0x5414a2[_0x378eb8(0x4b9)]={'stringify':function(_0x4a2722){const _0x6f8477=_0x378eb8;var _0x25f5dc=_0x4a2722['words'],_0x1b53c4=_0x4a2722[_0x6f8477(0x26c)],_0x39388e=this['_map'];_0x4a2722[_0x6f8477(0x38d)]();for(var _0x16660e=[],_0x59ed5f=0x0;_0x59ed5f<_0x1b53c4;_0x59ed5f+=0x3)for(var _0x9b153b=_0x25f5dc[_0x59ed5f>>>0x2]>>>0x18-_0x59ed5f%0x4*0x8&0xff,_0x415a8c=_0x25f5dc[_0x59ed5f+0x1>>>0x2]>>>0x18-(_0x59ed5f+0x1)%0x4*0x8&0xff,_0x41205b=_0x25f5dc[_0x59ed5f+0x2>>>0x2]>>>0x18-(_0x59ed5f+0x2)%0x4*0x8&0xff,_0x53180c=_0x9b153b<<0x10|_0x415a8c<<0x8|_0x41205b,_0x36bec8=0x0;_0x36bec8<0x4&&_0x59ed5f+_0x36bec8*0.75<_0x1b53c4;_0x36bec8++)_0x16660e[_0x6f8477(0x270)](_0x39388e[_0x6f8477(0x1d2)](_0x53180c>>>0x6*(0x3-_0x36bec8)&0x3f));var _0x42c22d=_0x39388e[_0x6f8477(0x1d2)](0x40);if(_0x42c22d){for(;_0x16660e[_0x6f8477(0x4e0)]%0x4;)_0x16660e[_0x6f8477(0x270)](_0x42c22d);}return _0x16660e[_0x6f8477(0x413)]('');},'parse':function(_0x3f0692){const _0x350ad8=_0x378eb8;var _0x38c674=_0x3f0692[_0x350ad8(0x4e0)],_0x280134=this['_map'],_0x1b6c7d=this[_0x350ad8(0x1c8)];if(!_0x1b6c7d){_0x1b6c7d=this['_reverseMap']=[];for(var _0x3f7b27=0x0;_0x3f7b27<_0x280134['length'];_0x3f7b27++)_0x1b6c7d[_0x280134['charCodeAt'](_0x3f7b27)]=_0x3f7b27;}var _0x20cb6a=_0x280134[_0x350ad8(0x1d2)](0x40);if(_0x20cb6a){var _0x58b4d4=_0x3f0692[_0x350ad8(0x427)](_0x20cb6a);_0x58b4d4!==-0x1&&(_0x38c674=_0x58b4d4);}return _0x39c308(_0x3f0692,_0x38c674,_0x1b6c7d);},'_map':'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='};function _0x39c308(_0x4c26d1,_0x4e1757,_0x1d4ac6){const _0x32d9ee=_0x378eb8;for(var _0x51115a=[],_0x351f1d=0x0,_0x43931e=0x0;_0x43931e<_0x4e1757;_0x43931e++)if(_0x43931e%0x4){var _0x3cc14d=_0x1d4ac6[_0x4c26d1[_0x32d9ee(0x15f)](_0x43931e-0x1)]<<_0x43931e%0x4*0x2,_0x5b5b0b=_0x1d4ac6[_0x4c26d1[_0x32d9ee(0x15f)](_0x43931e)]>>>0x6-_0x43931e%0x4*0x2,_0x230619=_0x3cc14d|_0x5b5b0b;_0x51115a[_0x351f1d>>>0x2]|=_0x230619<<0x18-_0x351f1d%0x4*0x8,_0x351f1d++;}return _0x17cb91[_0x32d9ee(0x425)](_0x51115a,_0x351f1d);}}()),_0x1caf48[_0x10261c(0x212)]['Base64'];}));}(_0x4d2001)),_0x4d2001[_0x184442(0xc9)];}var _0x41cb62={'exports':{}},_0x167202=_0x41cb62[_0x101eed(0xc9)],_0x5ddf29;function _0x219811(){const _0x5bbe40=_0x101eed;return _0x5ddf29||(_0x5ddf29=0x1,function(_0x11d0a4,_0x17649f){(function(_0x526a5f,_0x3e9131){_0x11d0a4['exports']=_0x3e9131(_0x555f66());}(_0x167202,function(_0x5a213b){const _0x469b00=_0x2732;return function(_0x38bb7f){const _0x510fd7=_0x2732;var _0xe9e25=_0x5a213b,_0x1a1e2d=_0xe9e25[_0x510fd7(0x271)],_0x501a23=_0x1a1e2d[_0x510fd7(0x1d3)],_0x469971=_0x1a1e2d[_0x510fd7(0x269)],_0x2efd3d=_0xe9e25[_0x510fd7(0xd4)],_0x497ecb=[];(function(){const _0x47dcce=_0x510fd7;for(var _0x3ee00d=0x0;_0x3ee00d<0x40;_0x3ee00d++)_0x497ecb[_0x3ee00d]=_0x38bb7f[_0x47dcce(0x36f)](_0x38bb7f['sin'](_0x3ee00d+0x1))*0x100000000|0x0;}());var _0x1fb7b5=_0x2efd3d[_0x510fd7(0x266)]=_0x469971[_0x510fd7(0x55a)]({'_doReset':function(){const _0x56547a=_0x510fd7;this[_0x56547a(0x3eb)]=new _0x501a23[(_0x56547a(0x45e))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x18a47c,_0x18f20c){const _0x3c4b79=_0x510fd7;for(var _0x30d85c=0x0;_0x30d85c<0x10;_0x30d85c++){var _0x1250d3=_0x18f20c+_0x30d85c,_0x3cca99=_0x18a47c[_0x1250d3];_0x18a47c[_0x1250d3]=(_0x3cca99<<0x8|_0x3cca99>>>0x18)&0xff00ff|(_0x3cca99<<0x18|_0x3cca99>>>0x8)&0xff00ff00;}var _0xec5ea6=this[_0x3c4b79(0x3eb)][_0x3c4b79(0x3bf)],_0xdbe186=_0x18a47c[_0x18f20c+0x0],_0x5d2477=_0x18a47c[_0x18f20c+0x1],_0x28af48=_0x18a47c[_0x18f20c+0x2],_0x1a88e9=_0x18a47c[_0x18f20c+0x3],_0x54bf9b=_0x18a47c[_0x18f20c+0x4],_0x4814d9=_0x18a47c[_0x18f20c+0x5],_0x21167c=_0x18a47c[_0x18f20c+0x6],_0x639014=_0x18a47c[_0x18f20c+0x7],_0x592186=_0x18a47c[_0x18f20c+0x8],_0x3d1824=_0x18a47c[_0x18f20c+0x9],_0x58ad2c=_0x18a47c[_0x18f20c+0xa],_0x3e8d43=_0x18a47c[_0x18f20c+0xb],_0x1b3e22=_0x18a47c[_0x18f20c+0xc],_0x530bba=_0x18a47c[_0x18f20c+0xd],_0x16e0f4=_0x18a47c[_0x18f20c+0xe],_0x1a4b08=_0x18a47c[_0x18f20c+0xf],_0x4b2608=_0xec5ea6[0x0],_0xe729bf=_0xec5ea6[0x1],_0x4b616c=_0xec5ea6[0x2],_0x176ce4=_0xec5ea6[0x3];_0x4b2608=_0x3fca3e(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0xdbe186,0x7,_0x497ecb[0x0]),_0x176ce4=_0x3fca3e(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x5d2477,0xc,_0x497ecb[0x1]),_0x4b616c=_0x3fca3e(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x28af48,0x11,_0x497ecb[0x2]),_0xe729bf=_0x3fca3e(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x1a88e9,0x16,_0x497ecb[0x3]),_0x4b2608=_0x3fca3e(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x54bf9b,0x7,_0x497ecb[0x4]),_0x176ce4=_0x3fca3e(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x4814d9,0xc,_0x497ecb[0x5]),_0x4b616c=_0x3fca3e(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x21167c,0x11,_0x497ecb[0x6]),_0xe729bf=_0x3fca3e(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x639014,0x16,_0x497ecb[0x7]),_0x4b2608=_0x3fca3e(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x592186,0x7,_0x497ecb[0x8]),_0x176ce4=_0x3fca3e(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x3d1824,0xc,_0x497ecb[0x9]),_0x4b616c=_0x3fca3e(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x58ad2c,0x11,_0x497ecb[0xa]),_0xe729bf=_0x3fca3e(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x3e8d43,0x16,_0x497ecb[0xb]),_0x4b2608=_0x3fca3e(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x1b3e22,0x7,_0x497ecb[0xc]),_0x176ce4=_0x3fca3e(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x530bba,0xc,_0x497ecb[0xd]),_0x4b616c=_0x3fca3e(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x16e0f4,0x11,_0x497ecb[0xe]),_0xe729bf=_0x3fca3e(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x1a4b08,0x16,_0x497ecb[0xf]),_0x4b2608=_0x5d4538(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x5d2477,0x5,_0x497ecb[0x10]),_0x176ce4=_0x5d4538(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x21167c,0x9,_0x497ecb[0x11]),_0x4b616c=_0x5d4538(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x3e8d43,0xe,_0x497ecb[0x12]),_0xe729bf=_0x5d4538(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0xdbe186,0x14,_0x497ecb[0x13]),_0x4b2608=_0x5d4538(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x4814d9,0x5,_0x497ecb[0x14]),_0x176ce4=_0x5d4538(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x58ad2c,0x9,_0x497ecb[0x15]),_0x4b616c=_0x5d4538(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x1a4b08,0xe,_0x497ecb[0x16]),_0xe729bf=_0x5d4538(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x54bf9b,0x14,_0x497ecb[0x17]),_0x4b2608=_0x5d4538(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x3d1824,0x5,_0x497ecb[0x18]),_0x176ce4=_0x5d4538(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x16e0f4,0x9,_0x497ecb[0x19]),_0x4b616c=_0x5d4538(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x1a88e9,0xe,_0x497ecb[0x1a]),_0xe729bf=_0x5d4538(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x592186,0x14,_0x497ecb[0x1b]),_0x4b2608=_0x5d4538(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x530bba,0x5,_0x497ecb[0x1c]),_0x176ce4=_0x5d4538(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x28af48,0x9,_0x497ecb[0x1d]),_0x4b616c=_0x5d4538(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x639014,0xe,_0x497ecb[0x1e]),_0xe729bf=_0x5d4538(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x1b3e22,0x14,_0x497ecb[0x1f]),_0x4b2608=_0x13ffbe(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x4814d9,0x4,_0x497ecb[0x20]),_0x176ce4=_0x13ffbe(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x592186,0xb,_0x497ecb[0x21]),_0x4b616c=_0x13ffbe(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x3e8d43,0x10,_0x497ecb[0x22]),_0xe729bf=_0x13ffbe(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x16e0f4,0x17,_0x497ecb[0x23]),_0x4b2608=_0x13ffbe(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x5d2477,0x4,_0x497ecb[0x24]),_0x176ce4=_0x13ffbe(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x54bf9b,0xb,_0x497ecb[0x25]),_0x4b616c=_0x13ffbe(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x639014,0x10,_0x497ecb[0x26]),_0xe729bf=_0x13ffbe(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x58ad2c,0x17,_0x497ecb[0x27]),_0x4b2608=_0x13ffbe(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x530bba,0x4,_0x497ecb[0x28]),_0x176ce4=_0x13ffbe(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0xdbe186,0xb,_0x497ecb[0x29]),_0x4b616c=_0x13ffbe(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x1a88e9,0x10,_0x497ecb[0x2a]),_0xe729bf=_0x13ffbe(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x21167c,0x17,_0x497ecb[0x2b]),_0x4b2608=_0x13ffbe(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x3d1824,0x4,_0x497ecb[0x2c]),_0x176ce4=_0x13ffbe(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x1b3e22,0xb,_0x497ecb[0x2d]),_0x4b616c=_0x13ffbe(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x1a4b08,0x10,_0x497ecb[0x2e]),_0xe729bf=_0x13ffbe(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x28af48,0x17,_0x497ecb[0x2f]),_0x4b2608=_0x268a46(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0xdbe186,0x6,_0x497ecb[0x30]),_0x176ce4=_0x268a46(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x639014,0xa,_0x497ecb[0x31]),_0x4b616c=_0x268a46(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x16e0f4,0xf,_0x497ecb[0x32]),_0xe729bf=_0x268a46(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x4814d9,0x15,_0x497ecb[0x33]),_0x4b2608=_0x268a46(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x1b3e22,0x6,_0x497ecb[0x34]),_0x176ce4=_0x268a46(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x1a88e9,0xa,_0x497ecb[0x35]),_0x4b616c=_0x268a46(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x58ad2c,0xf,_0x497ecb[0x36]),_0xe729bf=_0x268a46(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x5d2477,0x15,_0x497ecb[0x37]),_0x4b2608=_0x268a46(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x592186,0x6,_0x497ecb[0x38]),_0x176ce4=_0x268a46(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x1a4b08,0xa,_0x497ecb[0x39]),_0x4b616c=_0x268a46(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x21167c,0xf,_0x497ecb[0x3a]),_0xe729bf=_0x268a46(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x530bba,0x15,_0x497ecb[0x3b]),_0x4b2608=_0x268a46(_0x4b2608,_0xe729bf,_0x4b616c,_0x176ce4,_0x54bf9b,0x6,_0x497ecb[0x3c]),_0x176ce4=_0x268a46(_0x176ce4,_0x4b2608,_0xe729bf,_0x4b616c,_0x3e8d43,0xa,_0x497ecb[0x3d]),_0x4b616c=_0x268a46(_0x4b616c,_0x176ce4,_0x4b2608,_0xe729bf,_0x28af48,0xf,_0x497ecb[0x3e]),_0xe729bf=_0x268a46(_0xe729bf,_0x4b616c,_0x176ce4,_0x4b2608,_0x3d1824,0x15,_0x497ecb[0x3f]),_0xec5ea6[0x0]=_0xec5ea6[0x0]+_0x4b2608|0x0,_0xec5ea6[0x1]=_0xec5ea6[0x1]+_0xe729bf|0x0,_0xec5ea6[0x2]=_0xec5ea6[0x2]+_0x4b616c|0x0,_0xec5ea6[0x3]=_0xec5ea6[0x3]+_0x176ce4|0x0;},'_doFinalize':function(){const _0x11f9fa=_0x510fd7;var _0x1b4d3b=this[_0x11f9fa(0x4dd)],_0xb8549e=_0x1b4d3b[_0x11f9fa(0x3bf)],_0x3717f9=this['_nDataBytes']*0x8,_0x1a61ce=_0x1b4d3b[_0x11f9fa(0x26c)]*0x8;_0xb8549e[_0x1a61ce>>>0x5]|=0x80<<0x18-_0x1a61ce%0x20;var _0x3c050c=_0x38bb7f['floor'](_0x3717f9/0x100000000),_0x28a02a=_0x3717f9;_0xb8549e[(_0x1a61ce+0x40>>>0x9<<0x4)+0xf]=(_0x3c050c<<0x8|_0x3c050c>>>0x18)&0xff00ff|(_0x3c050c<<0x18|_0x3c050c>>>0x8)&0xff00ff00,_0xb8549e[(_0x1a61ce+0x40>>>0x9<<0x4)+0xe]=(_0x28a02a<<0x8|_0x28a02a>>>0x18)&0xff00ff|(_0x28a02a<<0x18|_0x28a02a>>>0x8)&0xff00ff00,_0x1b4d3b[_0x11f9fa(0x26c)]=(_0xb8549e['length']+0x1)*0x4,this[_0x11f9fa(0x3b8)]();for(var _0x5a1e14=this['_hash'],_0x4fc1d5=_0x5a1e14[_0x11f9fa(0x3bf)],_0x171cb5=0x0;_0x171cb5<0x4;_0x171cb5++){var _0x20da9e=_0x4fc1d5[_0x171cb5];_0x4fc1d5[_0x171cb5]=(_0x20da9e<<0x8|_0x20da9e>>>0x18)&0xff00ff|(_0x20da9e<<0x18|_0x20da9e>>>0x8)&0xff00ff00;}return _0x5a1e14;},'clone':function(){const _0xea7b98=_0x510fd7;var _0x75741e=_0x469971[_0xea7b98(0x559)][_0xea7b98(0xdd)](this);return _0x75741e[_0xea7b98(0x3eb)]=this[_0xea7b98(0x3eb)][_0xea7b98(0x559)](),_0x75741e;}});function _0x3fca3e(_0x4c33a1,_0x47bd31,_0x2cc769,_0x3c0f05,_0x4ffb02,_0x50a288,_0x5b431b){var _0x3df92a=_0x4c33a1+(_0x47bd31&_0x2cc769|~_0x47bd31&_0x3c0f05)+_0x4ffb02+_0x5b431b;return(_0x3df92a<<_0x50a288|_0x3df92a>>>0x20-_0x50a288)+_0x47bd31;}function _0x5d4538(_0x4c8884,_0x286d70,_0x133c39,_0x12fd33,_0x4f3426,_0x1f9ff9,_0x260378){var _0x10e19a=_0x4c8884+(_0x286d70&_0x12fd33|_0x133c39&~_0x12fd33)+_0x4f3426+_0x260378;return(_0x10e19a<<_0x1f9ff9|_0x10e19a>>>0x20-_0x1f9ff9)+_0x286d70;}function _0x13ffbe(_0xb793f9,_0xb75722,_0x21682c,_0x4570f3,_0x40c44d,_0x3dcd16,_0x35fd9a){var _0x5f0390=_0xb793f9+(_0xb75722^_0x21682c^_0x4570f3)+_0x40c44d+_0x35fd9a;return(_0x5f0390<<_0x3dcd16|_0x5f0390>>>0x20-_0x3dcd16)+_0xb75722;}function _0x268a46(_0x30fff5,_0x1cb0b9,_0x501cf2,_0x220afb,_0x6ed902,_0x4ed63d,_0xd7e9c5){var _0x37bdc0=_0x30fff5+(_0x501cf2^(_0x1cb0b9|~_0x220afb))+_0x6ed902+_0xd7e9c5;return(_0x37bdc0<<_0x4ed63d|_0x37bdc0>>>0x20-_0x4ed63d)+_0x1cb0b9;}_0xe9e25[_0x510fd7(0x266)]=_0x469971['_createHelper'](_0x1fb7b5),_0xe9e25[_0x510fd7(0x2bd)]=_0x469971[_0x510fd7(0x4f3)](_0x1fb7b5);}(Math),_0x5a213b[_0x469b00(0x266)];}));}(_0x41cb62)),_0x41cb62[_0x5bbe40(0xc9)];}var _0x28ac1b={'exports':{}},_0x5dcb0b={'exports':{}},_0x2b1514=_0x5dcb0b[_0x101eed(0xc9)],_0x154570;function _0x248a4b(){const _0xb4e36f=_0x101eed;return _0x154570||(_0x154570=0x1,function(_0x3f2bfe,_0x5690d2){(function(_0x2438cb,_0x52a081){const _0x5f0d44=_0x2732;_0x3f2bfe[_0x5f0d44(0xc9)]=_0x52a081(_0x555f66());}(_0x2b1514,function(_0x2db770){const _0x32df2d=_0x2732;return(function(){const _0x42379a=_0x2732;var _0x577785=_0x2db770,_0x3e9e60=_0x577785[_0x42379a(0x271)],_0x9ec573=_0x3e9e60[_0x42379a(0x1d3)],_0x5f053f=_0x3e9e60[_0x42379a(0x269)],_0x1c2842=_0x577785[_0x42379a(0xd4)],_0x2b5f29=[],_0x439ebf=_0x1c2842[_0x42379a(0x25c)]=_0x5f053f[_0x42379a(0x55a)]({'_doReset':function(){const _0x1f78d4=_0x42379a;this[_0x1f78d4(0x3eb)]=new _0x9ec573[(_0x1f78d4(0x45e))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x38cd20,_0x291304){const _0x147306=_0x42379a;for(var _0x1ae2a0=this[_0x147306(0x3eb)]['words'],_0x343a46=_0x1ae2a0[0x0],_0xc816d3=_0x1ae2a0[0x1],_0x59affa=_0x1ae2a0[0x2],_0x516d53=_0x1ae2a0[0x3],_0x5c55dc=_0x1ae2a0[0x4],_0x3697d2=0x0;_0x3697d2<0x50;_0x3697d2++){if(_0x3697d2<0x10)_0x2b5f29[_0x3697d2]=_0x38cd20[_0x291304+_0x3697d2]|0x0;else{var _0x541c43=_0x2b5f29[_0x3697d2-0x3]^_0x2b5f29[_0x3697d2-0x8]^_0x2b5f29[_0x3697d2-0xe]^_0x2b5f29[_0x3697d2-0x10];_0x2b5f29[_0x3697d2]=_0x541c43<<0x1|_0x541c43>>>0x1f;}var _0x4fb17b=(_0x343a46<<0x5|_0x343a46>>>0x1b)+_0x5c55dc+_0x2b5f29[_0x3697d2];_0x3697d2<0x14?_0x4fb17b+=(_0xc816d3&_0x59affa|~_0xc816d3&_0x516d53)+0x5a827999:_0x3697d2<0x28?_0x4fb17b+=(_0xc816d3^_0x59affa^_0x516d53)+0x6ed9eba1:_0x3697d2<0x3c?_0x4fb17b+=(_0xc816d3&_0x59affa|_0xc816d3&_0x516d53|_0x59affa&_0x516d53)-0x70e44324:_0x4fb17b+=(_0xc816d3^_0x59affa^_0x516d53)-0x359d3e2a,_0x5c55dc=_0x516d53,_0x516d53=_0x59affa,_0x59affa=_0xc816d3<<0x1e|_0xc816d3>>>0x2,_0xc816d3=_0x343a46,_0x343a46=_0x4fb17b;}_0x1ae2a0[0x0]=_0x1ae2a0[0x0]+_0x343a46|0x0,_0x1ae2a0[0x1]=_0x1ae2a0[0x1]+_0xc816d3|0x0,_0x1ae2a0[0x2]=_0x1ae2a0[0x2]+_0x59affa|0x0,_0x1ae2a0[0x3]=_0x1ae2a0[0x3]+_0x516d53|0x0,_0x1ae2a0[0x4]=_0x1ae2a0[0x4]+_0x5c55dc|0x0;},'_doFinalize':function(){const _0x1e1c4e=_0x42379a;var _0x34dea0=this[_0x1e1c4e(0x4dd)],_0x2d0ac4=_0x34dea0[_0x1e1c4e(0x3bf)],_0x2fa9d7=this['_nDataBytes']*0x8,_0x2c28af=_0x34dea0[_0x1e1c4e(0x26c)]*0x8;return _0x2d0ac4[_0x2c28af>>>0x5]|=0x80<<0x18-_0x2c28af%0x20,_0x2d0ac4[(_0x2c28af+0x40>>>0x9<<0x4)+0xe]=Math[_0x1e1c4e(0x15a)](_0x2fa9d7/0x100000000),_0x2d0ac4[(_0x2c28af+0x40>>>0x9<<0x4)+0xf]=_0x2fa9d7,_0x34dea0[_0x1e1c4e(0x26c)]=_0x2d0ac4[_0x1e1c4e(0x4e0)]*0x4,this[_0x1e1c4e(0x3b8)](),this[_0x1e1c4e(0x3eb)];},'clone':function(){const _0x1933ca=_0x42379a;var _0x55ceb1=_0x5f053f[_0x1933ca(0x559)][_0x1933ca(0xdd)](this);return _0x55ceb1[_0x1933ca(0x3eb)]=this[_0x1933ca(0x3eb)][_0x1933ca(0x559)](),_0x55ceb1;}});_0x577785[_0x42379a(0x25c)]=_0x5f053f[_0x42379a(0x52d)](_0x439ebf),_0x577785['HmacSHA1']=_0x5f053f['_createHmacHelper'](_0x439ebf);}()),_0x2db770[_0x32df2d(0x25c)];}));}(_0x5dcb0b)),_0x5dcb0b[_0xb4e36f(0xc9)];}var _0x3d972b={'exports':{}},_0x1373bd=_0x3d972b['exports'],_0x177231;function _0x5aa71d(){const _0x2bbc23=_0x101eed;return _0x177231||(_0x177231=0x1,function(_0x2dc036,_0xbc2168){(function(_0x543b89,_0x54f183){const _0x2c3d4c=_0x2732;_0x2dc036[_0x2c3d4c(0xc9)]=_0x54f183(_0x555f66());}(_0x1373bd,function(_0x48a4d3){(function(){const _0x3e5211=_0x2732;var _0x14b3a8=_0x48a4d3,_0x41f1ae=_0x14b3a8[_0x3e5211(0x271)],_0x395a4c=_0x41f1ae[_0x3e5211(0x205)],_0xdc257=_0x14b3a8[_0x3e5211(0x212)],_0x16a055=_0xdc257[_0x3e5211(0x2d1)],_0x2ee91f=_0x14b3a8[_0x3e5211(0xd4)];_0x2ee91f[_0x3e5211(0x4e7)]=_0x395a4c[_0x3e5211(0x55a)]({'init':function(_0x4c60d4,_0x3b4e25){const _0x47e53=_0x3e5211;_0x4c60d4=this[_0x47e53(0x365)]=new _0x4c60d4[(_0x47e53(0x45e))](),typeof _0x3b4e25==_0x47e53(0x563)&&(_0x3b4e25=_0x16a055[_0x47e53(0x3a9)](_0x3b4e25));var _0x548889=_0x4c60d4[_0x47e53(0x170)],_0x383103=_0x548889*0x4;_0x3b4e25[_0x47e53(0x26c)]>_0x383103&&(_0x3b4e25=_0x4c60d4[_0x47e53(0x312)](_0x3b4e25)),_0x3b4e25[_0x47e53(0x38d)]();for(var _0x1dba13=this[_0x47e53(0x28c)]=_0x3b4e25[_0x47e53(0x559)](),_0x7a779b=this[_0x47e53(0x1c0)]=_0x3b4e25['clone'](),_0x2b6898=_0x1dba13[_0x47e53(0x3bf)],_0x2a0395=_0x7a779b['words'],_0x29c47a=0x0;_0x29c47a<_0x548889;_0x29c47a++)_0x2b6898[_0x29c47a]^=0x5c5c5c5c,_0x2a0395[_0x29c47a]^=0x36363636;_0x1dba13['sigBytes']=_0x7a779b[_0x47e53(0x26c)]=_0x383103,this[_0x47e53(0x438)]();},'reset':function(){const _0x4b88b4=_0x3e5211;var _0x5a0527=this[_0x4b88b4(0x365)];_0x5a0527[_0x4b88b4(0x438)](),_0x5a0527[_0x4b88b4(0x26d)](this[_0x4b88b4(0x1c0)]);},'update':function(_0x8c39c3){const _0x310eef=_0x3e5211;return this[_0x310eef(0x365)][_0x310eef(0x26d)](_0x8c39c3),this;},'finalize':function(_0x577336){const _0x928f69=_0x3e5211;var _0x2963de=this[_0x928f69(0x365)],_0x207713=_0x2963de[_0x928f69(0x312)](_0x577336);_0x2963de[_0x928f69(0x438)]();var _0x2810a8=_0x2963de['finalize'](this[_0x928f69(0x28c)]['clone']()['concat'](_0x207713));return _0x2810a8;}});}());}));}(_0x3d972b)),_0x3d972b[_0x2bbc23(0xc9)];}var _0xd1efde=_0x28ac1b[_0x101eed(0xc9)],_0x4fc367;function _0x5ae4b0(){const _0xadca27=_0x101eed;return _0x4fc367||(_0x4fc367=0x1,function(_0x174938,_0x54bfc9){(function(_0x390629,_0x4d85af,_0x4be71b){_0x174938['exports']=_0x4d85af(_0x555f66(),_0x248a4b(),_0x5aa71d());}(_0xd1efde,function(_0x79f9ab){const _0x3f14c6=_0x2732;return(function(){const _0x567004=_0x2732;var _0x5c3ad3=_0x79f9ab,_0x368186=_0x5c3ad3[_0x567004(0x271)],_0x3dc24e=_0x368186[_0x567004(0x205)],_0x10170a=_0x368186[_0x567004(0x1d3)],_0x55b650=_0x5c3ad3[_0x567004(0xd4)],_0x361a51=_0x55b650[_0x567004(0x266)],_0x51d618=_0x55b650[_0x567004(0x367)]=_0x3dc24e[_0x567004(0x55a)]({'cfg':_0x3dc24e[_0x567004(0x55a)]({'keySize':0x80/0x20,'hasher':_0x361a51,'iterations':0x1}),'init':function(_0x4f2fd2){const _0x3561d2=_0x567004;this[_0x3561d2(0x13c)]=this[_0x3561d2(0x13c)][_0x3561d2(0x55a)](_0x4f2fd2);},'compute':function(_0x1b511b,_0x320066){const _0x3dd3e9=_0x567004;for(var _0x3051fd,_0x3495d9=this[_0x3dd3e9(0x13c)],_0x375a33=_0x3495d9[_0x3dd3e9(0x4bb)][_0x3dd3e9(0x425)](),_0x3232d5=_0x10170a[_0x3dd3e9(0x425)](),_0x5d42da=_0x3232d5[_0x3dd3e9(0x3bf)],_0x1afcaf=_0x3495d9[_0x3dd3e9(0x145)],_0x4baa0f=_0x3495d9['iterations'];_0x5d42da['length']<_0x1afcaf;){_0x3051fd&&_0x375a33['update'](_0x3051fd),_0x3051fd=_0x375a33[_0x3dd3e9(0x26d)](_0x1b511b)['finalize'](_0x320066),_0x375a33[_0x3dd3e9(0x438)]();for(var _0x1d6f6e=0x1;_0x1d6f6e<_0x4baa0f;_0x1d6f6e++)_0x3051fd=_0x375a33[_0x3dd3e9(0x312)](_0x3051fd),_0x375a33['reset']();_0x3232d5[_0x3dd3e9(0x564)](_0x3051fd);}return _0x3232d5['sigBytes']=_0x1afcaf*0x4,_0x3232d5;}});_0x5c3ad3[_0x567004(0x367)]=function(_0x220e05,_0x168a5c,_0x4ea868){const _0xaee9a2=_0x567004;return _0x51d618['create'](_0x4ea868)[_0xaee9a2(0x380)](_0x220e05,_0x168a5c);};}()),_0x79f9ab[_0x3f14c6(0x367)];}));}(_0x28ac1b)),_0x28ac1b[_0xadca27(0xc9)];}var _0x27e4d9={'exports':{}},_0x538853=_0x27e4d9[_0x101eed(0xc9)],_0x39fce3;function _0x4f879e(){const _0x5baee8=_0x101eed;return _0x39fce3||(_0x39fce3=0x1,function(_0x2b383b,_0x3ab108){(function(_0x51fa34,_0x4df621,_0x2dc0ac){const _0x3367ca=_0x2732;_0x2b383b[_0x3367ca(0xc9)]=_0x4df621(_0x555f66(),_0x5ae4b0());}(_0x538853,function(_0x29f2ad){const _0x123376=_0x2732;_0x29f2ad[_0x123376(0x271)]['Cipher']||function(_0x364950){const _0x5f4be5=_0x123376;var _0x2389f8=_0x29f2ad,_0x1efccc=_0x2389f8[_0x5f4be5(0x271)],_0x371587=_0x1efccc[_0x5f4be5(0x205)],_0x384a0a=_0x1efccc[_0x5f4be5(0x1d3)],_0x3a23d3=_0x1efccc['BufferedBlockAlgorithm'],_0x559b27=_0x2389f8['enc'];_0x559b27[_0x5f4be5(0x2d1)];var _0x3c3d1f=_0x559b27[_0x5f4be5(0x4b9)],_0x1c3975=_0x2389f8[_0x5f4be5(0xd4)],_0x1349e7=_0x1c3975[_0x5f4be5(0x367)],_0x33d8bf=_0x1efccc['Cipher']=_0x3a23d3[_0x5f4be5(0x55a)]({'cfg':_0x371587[_0x5f4be5(0x55a)](),'createEncryptor':function(_0x95914b,_0x49a173){const _0x58a127=_0x5f4be5;return this[_0x58a127(0x425)](this[_0x58a127(0x12d)],_0x95914b,_0x49a173);},'createDecryptor':function(_0x1588fc,_0x36dfdc){const _0x66be86=_0x5f4be5;return this['create'](this[_0x66be86(0x244)],_0x1588fc,_0x36dfdc);},'init':function(_0x2c9842,_0x33fb5e,_0x5edeeb){const _0xfb05ee=_0x5f4be5;this['cfg']=this[_0xfb05ee(0x13c)][_0xfb05ee(0x55a)](_0x5edeeb),this[_0xfb05ee(0x12b)]=_0x2c9842,this['_key']=_0x33fb5e,this[_0xfb05ee(0x438)]();},'reset':function(){const _0x23bfc3=_0x5f4be5;_0x3a23d3['reset'][_0x23bfc3(0xdd)](this),this[_0x23bfc3(0x47e)]();},'process':function(_0x436d4b){return this['_append'](_0x436d4b),this['_process']();},'finalize':function(_0x265114){const _0x1c4adb=_0x5f4be5;_0x265114&&this['_append'](_0x265114);var _0x1e62d2=this[_0x1c4adb(0xbc)]();return _0x1e62d2;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x28031a(_0x5d0376){const _0x2e7ee2=_0x2732;return typeof _0x5d0376==_0x2e7ee2(0x563)?_0x2473c9:_0x513ed8;}return function(_0x265139){return{'encrypt':function(_0x1cae7d,_0x24c808,_0x21b917){return _0x28031a(_0x24c808)['encrypt'](_0x265139,_0x1cae7d,_0x24c808,_0x21b917);},'decrypt':function(_0x59150d,_0x383ca7,_0x1c2a95){return _0x28031a(_0x383ca7)['decrypt'](_0x265139,_0x59150d,_0x383ca7,_0x1c2a95);}};};}())});_0x1efccc[_0x5f4be5(0x288)]=_0x33d8bf[_0x5f4be5(0x55a)]({'_doFinalize':function(){const _0x566ca3=_0x5f4be5;var _0x1d485b=this[_0x566ca3(0x3b8)](!0x0);return _0x1d485b;},'blockSize':0x1});var _0x3583df=_0x2389f8['mode']={},_0x1f2488=_0x1efccc[_0x5f4be5(0x2d9)]=_0x371587['extend']({'createEncryptor':function(_0x2be865,_0x5a7787){const _0x4f1c84=_0x5f4be5;return this[_0x4f1c84(0x3f6)][_0x4f1c84(0x425)](_0x2be865,_0x5a7787);},'createDecryptor':function(_0x53a6e4,_0x1412b3){const _0x3f9ad5=_0x5f4be5;return this[_0x3f9ad5(0x3cf)][_0x3f9ad5(0x425)](_0x53a6e4,_0x1412b3);},'init':function(_0x5b7377,_0x28c23a){const _0x16e60d=_0x5f4be5;this['_cipher']=_0x5b7377,this[_0x16e60d(0x1c2)]=_0x28c23a;}}),_0x1156cf=_0x3583df['CBC']=(function(){const _0x35d641=_0x5f4be5;var _0x8061ee=_0x1f2488[_0x35d641(0x55a)]();_0x8061ee[_0x35d641(0x3f6)]=_0x8061ee['extend']({'processBlock':function(_0x23de42,_0x572f3c){const _0x3dfdba=_0x35d641;var _0x4dcb4d=this['_cipher'],_0x3fe2af=_0x4dcb4d[_0x3dfdba(0x170)];_0x5c6c4b[_0x3dfdba(0xdd)](this,_0x23de42,_0x572f3c,_0x3fe2af),_0x4dcb4d['encryptBlock'](_0x23de42,_0x572f3c),this[_0x3dfdba(0x2c4)]=_0x23de42['slice'](_0x572f3c,_0x572f3c+_0x3fe2af);}}),_0x8061ee[_0x35d641(0x3cf)]=_0x8061ee[_0x35d641(0x55a)]({'processBlock':function(_0x28d753,_0x5c278e){const _0x2bc915=_0x35d641;var _0x574006=this[_0x2bc915(0x44c)],_0x5bea9d=_0x574006[_0x2bc915(0x170)],_0x1d4b51=_0x28d753[_0x2bc915(0x4ae)](_0x5c278e,_0x5c278e+_0x5bea9d);_0x574006[_0x2bc915(0x340)](_0x28d753,_0x5c278e),_0x5c6c4b['call'](this,_0x28d753,_0x5c278e,_0x5bea9d),this['_prevBlock']=_0x1d4b51;}});function _0x5c6c4b(_0x37579d,_0x3d23e7,_0x47d0c9){const _0x56ee7f=_0x35d641;var _0x568054,_0x2c000c=this[_0x56ee7f(0x1c2)];_0x2c000c?(_0x568054=_0x2c000c,this[_0x56ee7f(0x1c2)]=_0x364950):_0x568054=this['_prevBlock'];for(var _0x3be7ee=0x0;_0x3be7ee<_0x47d0c9;_0x3be7ee++)_0x37579d[_0x3d23e7+_0x3be7ee]^=_0x568054[_0x3be7ee];}return _0x8061ee;}()),_0xc06e55=_0x2389f8[_0x5f4be5(0x2dc)]={},_0x48b904=_0xc06e55['Pkcs7']={'pad':function(_0x1d0b4a,_0x594d53){const _0x31ec6a=_0x5f4be5;for(var _0x787db=_0x594d53*0x4,_0x1c5ab8=_0x787db-_0x1d0b4a[_0x31ec6a(0x26c)]%_0x787db,_0x47fabc=_0x1c5ab8<<0x18|_0x1c5ab8<<0x10|_0x1c5ab8<<0x8|_0x1c5ab8,_0x18dbe6=[],_0x5b190e=0x0;_0x5b190e<_0x1c5ab8;_0x5b190e+=0x4)_0x18dbe6[_0x31ec6a(0x270)](_0x47fabc);var _0x4d3d4b=_0x384a0a[_0x31ec6a(0x425)](_0x18dbe6,_0x1c5ab8);_0x1d0b4a[_0x31ec6a(0x564)](_0x4d3d4b);},'unpad':function(_0x23e8fc){const _0x37697a=_0x5f4be5;var _0x231db9=_0x23e8fc[_0x37697a(0x3bf)][_0x23e8fc['sigBytes']-0x1>>>0x2]&0xff;_0x23e8fc[_0x37697a(0x26c)]-=_0x231db9;}};_0x1efccc[_0x5f4be5(0x479)]=_0x33d8bf[_0x5f4be5(0x55a)]({'cfg':_0x33d8bf[_0x5f4be5(0x13c)][_0x5f4be5(0x55a)]({'mode':_0x1156cf,'padding':_0x48b904}),'reset':function(){const _0x166004=_0x5f4be5;var _0x1036cc;_0x33d8bf[_0x166004(0x438)]['call'](this);var _0x1a8556=this['cfg'],_0x226b13=_0x1a8556['iv'],_0x392209=_0x1a8556[_0x166004(0x18e)];this[_0x166004(0x12b)]==this[_0x166004(0x12d)]?_0x1036cc=_0x392209['createEncryptor']:(_0x1036cc=_0x392209[_0x166004(0x3cc)],this[_0x166004(0x37b)]=0x1),this['_mode']&&this['_mode'][_0x166004(0x32f)]==_0x1036cc?this[_0x166004(0x215)][_0x166004(0x45e)](this,_0x226b13&&_0x226b13[_0x166004(0x3bf)]):(this['_mode']=_0x1036cc[_0x166004(0xdd)](_0x392209,this,_0x226b13&&_0x226b13[_0x166004(0x3bf)]),this[_0x166004(0x215)][_0x166004(0x32f)]=_0x1036cc);},'_doProcessBlock':function(_0x11cb35,_0x16278){const _0x1a93fe=_0x5f4be5;this[_0x1a93fe(0x215)][_0x1a93fe(0xf8)](_0x11cb35,_0x16278);},'_doFinalize':function(){const _0x11da88=_0x5f4be5;var _0xe42136,_0x5a1461=this[_0x11da88(0x13c)][_0x11da88(0x3ff)];return this[_0x11da88(0x12b)]==this[_0x11da88(0x12d)]?(_0x5a1461[_0x11da88(0x2dc)](this[_0x11da88(0x4dd)],this[_0x11da88(0x170)]),_0xe42136=this['_process'](!0x0)):(_0xe42136=this[_0x11da88(0x3b8)](!0x0),_0x5a1461[_0x11da88(0x3a4)](_0xe42136)),_0xe42136;},'blockSize':0x80/0x20});var _0x22bce1=_0x1efccc['CipherParams']=_0x371587['extend']({'init':function(_0x3cb795){const _0x3c6d57=_0x5f4be5;this[_0x3c6d57(0x1c4)](_0x3cb795);},'toString':function(_0x559474){const _0x3ab782=_0x5f4be5;return(_0x559474||this[_0x3ab782(0x295)])[_0x3ab782(0x55f)](this);}}),_0x4bf4a0=_0x2389f8[_0x5f4be5(0x2d5)]={},_0x372a7d=_0x4bf4a0[_0x5f4be5(0x483)]={'stringify':function(_0x4d0baf){const _0xd54d10=_0x5f4be5;var _0x531c2d,_0x6f8e24=_0x4d0baf[_0xd54d10(0x4a9)],_0x328ac5=_0x4d0baf[_0xd54d10(0x3cd)];return _0x328ac5?_0x531c2d=_0x384a0a[_0xd54d10(0x425)]([0x53616c74,0x65645f5f])['concat'](_0x328ac5)[_0xd54d10(0x564)](_0x6f8e24):_0x531c2d=_0x6f8e24,_0x531c2d[_0xd54d10(0x3c6)](_0x3c3d1f);},'parse':function(_0x3e6bfe){const _0x94f797=_0x5f4be5;var _0x1070b9,_0x1a8fb9=_0x3c3d1f[_0x94f797(0x3a9)](_0x3e6bfe),_0x5f1a09=_0x1a8fb9['words'];return _0x5f1a09[0x0]==0x53616c74&&_0x5f1a09[0x1]==0x65645f5f&&(_0x1070b9=_0x384a0a[_0x94f797(0x425)](_0x5f1a09[_0x94f797(0x4ae)](0x2,0x4)),_0x5f1a09['splice'](0x0,0x4),_0x1a8fb9['sigBytes']-=0x10),_0x22bce1[_0x94f797(0x425)]({'ciphertext':_0x1a8fb9,'salt':_0x1070b9});}},_0x513ed8=_0x1efccc[_0x5f4be5(0x1c7)]=_0x371587[_0x5f4be5(0x55a)]({'cfg':_0x371587[_0x5f4be5(0x55a)]({'format':_0x372a7d}),'encrypt':function(_0x3edc4a,_0x582e74,_0x39a417,_0x4b76f0){const _0x1891bb=_0x5f4be5;_0x4b76f0=this['cfg'][_0x1891bb(0x55a)](_0x4b76f0);var _0x17dab8=_0x3edc4a['createEncryptor'](_0x39a417,_0x4b76f0),_0x4f4de0=_0x17dab8[_0x1891bb(0x312)](_0x582e74),_0x180f01=_0x17dab8[_0x1891bb(0x13c)];return _0x22bce1[_0x1891bb(0x425)]({'ciphertext':_0x4f4de0,'key':_0x39a417,'iv':_0x180f01['iv'],'algorithm':_0x3edc4a,'mode':_0x180f01['mode'],'padding':_0x180f01['padding'],'blockSize':_0x3edc4a[_0x1891bb(0x170)],'formatter':_0x4b76f0[_0x1891bb(0x2d5)]});},'decrypt':function(_0x56f326,_0x413eb0,_0x5bf48f,_0xd6f44){const _0x5e4517=_0x5f4be5;_0xd6f44=this[_0x5e4517(0x13c)][_0x5e4517(0x55a)](_0xd6f44),_0x413eb0=this[_0x5e4517(0x49f)](_0x413eb0,_0xd6f44[_0x5e4517(0x2d5)]);var _0x163638=_0x56f326['createDecryptor'](_0x5bf48f,_0xd6f44)[_0x5e4517(0x312)](_0x413eb0[_0x5e4517(0x4a9)]);return _0x163638;},'_parse':function(_0x2ea685,_0x2b92c4){const _0x45ca51=_0x5f4be5;return typeof _0x2ea685=='string'?_0x2b92c4[_0x45ca51(0x3a9)](_0x2ea685,this):_0x2ea685;}}),_0x247d6d=_0x2389f8[_0x5f4be5(0x473)]={},_0x5eea9c=_0x247d6d[_0x5f4be5(0x483)]={'execute':function(_0xb1e0d6,_0x5acbd8,_0x4e992c,_0x1914b3,_0x2596ef){const _0x1cd8e7=_0x5f4be5;if(_0x1914b3||(_0x1914b3=_0x384a0a['random'](0x40/0x8)),_0x2596ef)var _0x28574d=_0x1349e7[_0x1cd8e7(0x425)]({'keySize':_0x5acbd8+_0x4e992c,'hasher':_0x2596ef})[_0x1cd8e7(0x380)](_0xb1e0d6,_0x1914b3);else var _0x28574d=_0x1349e7[_0x1cd8e7(0x425)]({'keySize':_0x5acbd8+_0x4e992c})[_0x1cd8e7(0x380)](_0xb1e0d6,_0x1914b3);var _0x40f698=_0x384a0a['create'](_0x28574d[_0x1cd8e7(0x3bf)]['slice'](_0x5acbd8),_0x4e992c*0x4);return _0x28574d['sigBytes']=_0x5acbd8*0x4,_0x22bce1[_0x1cd8e7(0x425)]({'key':_0x28574d,'iv':_0x40f698,'salt':_0x1914b3});}},_0x2473c9=_0x1efccc[_0x5f4be5(0x3b0)]=_0x513ed8[_0x5f4be5(0x55a)]({'cfg':_0x513ed8[_0x5f4be5(0x13c)][_0x5f4be5(0x55a)]({'kdf':_0x5eea9c}),'encrypt':function(_0x1316c3,_0x8afa39,_0x4af5cb,_0x40aa05){const _0x309c23=_0x5f4be5;_0x40aa05=this[_0x309c23(0x13c)]['extend'](_0x40aa05);var _0x34505f=_0x40aa05[_0x309c23(0x473)]['execute'](_0x4af5cb,_0x1316c3[_0x309c23(0x145)],_0x1316c3[_0x309c23(0x37a)],_0x40aa05[_0x309c23(0x3cd)],_0x40aa05[_0x309c23(0x4bb)]);_0x40aa05['iv']=_0x34505f['iv'];var _0x58c5a4=_0x513ed8[_0x309c23(0x1f4)][_0x309c23(0xdd)](this,_0x1316c3,_0x8afa39,_0x34505f[_0x309c23(0x540)],_0x40aa05);return _0x58c5a4[_0x309c23(0x1c4)](_0x34505f),_0x58c5a4;},'decrypt':function(_0xb4509a,_0x150236,_0x122171,_0x345ced){const _0x5596b3=_0x5f4be5;_0x345ced=this[_0x5596b3(0x13c)][_0x5596b3(0x55a)](_0x345ced),_0x150236=this[_0x5596b3(0x49f)](_0x150236,_0x345ced[_0x5596b3(0x2d5)]);var _0x38c6c0=_0x345ced['kdf'][_0x5596b3(0x385)](_0x122171,_0xb4509a['keySize'],_0xb4509a[_0x5596b3(0x37a)],_0x150236['salt'],_0x345ced[_0x5596b3(0x4bb)]);_0x345ced['iv']=_0x38c6c0['iv'];var _0x476109=_0x513ed8[_0x5596b3(0x375)][_0x5596b3(0xdd)](this,_0xb4509a,_0x150236,_0x38c6c0['key'],_0x345ced);return _0x476109;}});}();}));}(_0x27e4d9)),_0x27e4d9[_0x5baee8(0xc9)];}var _0x1860ee=_0x29b518[_0x101eed(0xc9)],_0xd82293;function _0xa92cd9(){const _0x395a0c=_0x101eed;return _0xd82293||(_0xd82293=0x1,function(_0x4def51,_0x386c3f){(function(_0x4bcf79,_0x519243,_0x4fb7c8){_0x4def51['exports']=_0x519243(_0x555f66(),_0x3b0f2a(),_0x219811(),_0x5ae4b0(),_0x4f879e());}(_0x1860ee,function(_0x2fef7e){const _0x49bc71=_0x2732;return(function(){const _0x54d17e=_0x2732;var _0x42d57f=_0x2fef7e,_0x284678=_0x42d57f[_0x54d17e(0x271)],_0x3089cc=_0x284678['BlockCipher'],_0x5f0d2e=_0x42d57f['algo'],_0x5f4763=[],_0x410f92=[],_0x291d03=[],_0x26d2aa=[],_0x3e694b=[],_0x1c0455=[],_0x40afdb=[],_0x412f63=[],_0x443874=[],_0x7f7741=[];(function(){for(var _0x118e27=[],_0x122a54=0x0;_0x122a54<0x100;_0x122a54++)_0x122a54<0x80?_0x118e27[_0x122a54]=_0x122a54<<0x1:_0x118e27[_0x122a54]=_0x122a54<<0x1^0x11b;for(var _0x4fa86f=0x0,_0xbfb0af=0x0,_0x122a54=0x0;_0x122a54<0x100;_0x122a54++){var _0x309179=_0xbfb0af^_0xbfb0af<<0x1^_0xbfb0af<<0x2^_0xbfb0af<<0x3^_0xbfb0af<<0x4;_0x309179=_0x309179>>>0x8^_0x309179&0xff^0x63,_0x5f4763[_0x4fa86f]=_0x309179,_0x410f92[_0x309179]=_0x4fa86f;var _0x428630=_0x118e27[_0x4fa86f],_0x3c58ac=_0x118e27[_0x428630],_0x1e1827=_0x118e27[_0x3c58ac],_0x3bbf7e=_0x118e27[_0x309179]*0x101^_0x309179*0x1010100;_0x291d03[_0x4fa86f]=_0x3bbf7e<<0x18|_0x3bbf7e>>>0x8,_0x26d2aa[_0x4fa86f]=_0x3bbf7e<<0x10|_0x3bbf7e>>>0x10,_0x3e694b[_0x4fa86f]=_0x3bbf7e<<0x8|_0x3bbf7e>>>0x18,_0x1c0455[_0x4fa86f]=_0x3bbf7e;var _0x3bbf7e=_0x1e1827*0x1010101^_0x3c58ac*0x10001^_0x428630*0x101^_0x4fa86f*0x1010100;_0x40afdb[_0x309179]=_0x3bbf7e<<0x18|_0x3bbf7e>>>0x8,_0x412f63[_0x309179]=_0x3bbf7e<<0x10|_0x3bbf7e>>>0x10,_0x443874[_0x309179]=_0x3bbf7e<<0x8|_0x3bbf7e>>>0x18,_0x7f7741[_0x309179]=_0x3bbf7e,_0x4fa86f?(_0x4fa86f=_0x428630^_0x118e27[_0x118e27[_0x118e27[_0x1e1827^_0x428630]]],_0xbfb0af^=_0x118e27[_0x118e27[_0xbfb0af]]):_0x4fa86f=_0xbfb0af=0x1;}}());var _0x1742cf=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x20d815=_0x5f0d2e[_0x54d17e(0x22f)]=_0x3089cc[_0x54d17e(0x55a)]({'_doReset':function(){const _0x15a0a4=_0x54d17e;var _0x5f35f4;if(!(this[_0x15a0a4(0x3d1)]&&this[_0x15a0a4(0x31f)]===this[_0x15a0a4(0x4f6)])){for(var _0x1766d8=this['_keyPriorReset']=this[_0x15a0a4(0x4f6)],_0x5d13c6=_0x1766d8[_0x15a0a4(0x3bf)],_0x5c25ed=_0x1766d8['sigBytes']/0x4,_0x1668a9=this[_0x15a0a4(0x3d1)]=_0x5c25ed+0x6,_0x238aff=(_0x1668a9+0x1)*0x4,_0x45375d=this[_0x15a0a4(0x289)]=[],_0x4bcd53=0x0;_0x4bcd53<_0x238aff;_0x4bcd53++)_0x4bcd53<_0x5c25ed?_0x45375d[_0x4bcd53]=_0x5d13c6[_0x4bcd53]:(_0x5f35f4=_0x45375d[_0x4bcd53-0x1],_0x4bcd53%_0x5c25ed?_0x5c25ed>0x6&&_0x4bcd53%_0x5c25ed==0x4&&(_0x5f35f4=_0x5f4763[_0x5f35f4>>>0x18]<<0x18|_0x5f4763[_0x5f35f4>>>0x10&0xff]<<0x10|_0x5f4763[_0x5f35f4>>>0x8&0xff]<<0x8|_0x5f4763[_0x5f35f4&0xff]):(_0x5f35f4=_0x5f35f4<<0x8|_0x5f35f4>>>0x18,_0x5f35f4=_0x5f4763[_0x5f35f4>>>0x18]<<0x18|_0x5f4763[_0x5f35f4>>>0x10&0xff]<<0x10|_0x5f4763[_0x5f35f4>>>0x8&0xff]<<0x8|_0x5f4763[_0x5f35f4&0xff],_0x5f35f4^=_0x1742cf[_0x4bcd53/_0x5c25ed|0x0]<<0x18),_0x45375d[_0x4bcd53]=_0x45375d[_0x4bcd53-_0x5c25ed]^_0x5f35f4);for(var _0x417dbe=this[_0x15a0a4(0x4cf)]=[],_0x2cd6dc=0x0;_0x2cd6dc<_0x238aff;_0x2cd6dc++){var _0x4bcd53=_0x238aff-_0x2cd6dc;if(_0x2cd6dc%0x4)var _0x5f35f4=_0x45375d[_0x4bcd53];else var _0x5f35f4=_0x45375d[_0x4bcd53-0x4];_0x2cd6dc<0x4||_0x4bcd53<=0x4?_0x417dbe[_0x2cd6dc]=_0x5f35f4:_0x417dbe[_0x2cd6dc]=_0x40afdb[_0x5f4763[_0x5f35f4>>>0x18]]^_0x412f63[_0x5f4763[_0x5f35f4>>>0x10&0xff]]^_0x443874[_0x5f4763[_0x5f35f4>>>0x8&0xff]]^_0x7f7741[_0x5f4763[_0x5f35f4&0xff]];}}},'encryptBlock':function(_0x335c65,_0x415b99){const _0x3e893a=_0x54d17e;this[_0x3e893a(0x440)](_0x335c65,_0x415b99,this[_0x3e893a(0x289)],_0x291d03,_0x26d2aa,_0x3e694b,_0x1c0455,_0x5f4763);},'decryptBlock':function(_0x486f40,_0x199662){const _0x274c99=_0x54d17e;var _0x5c0565=_0x486f40[_0x199662+0x1];_0x486f40[_0x199662+0x1]=_0x486f40[_0x199662+0x3],_0x486f40[_0x199662+0x3]=_0x5c0565,this['_doCryptBlock'](_0x486f40,_0x199662,this[_0x274c99(0x4cf)],_0x40afdb,_0x412f63,_0x443874,_0x7f7741,_0x410f92);var _0x5c0565=_0x486f40[_0x199662+0x1];_0x486f40[_0x199662+0x1]=_0x486f40[_0x199662+0x3],_0x486f40[_0x199662+0x3]=_0x5c0565;},'_doCryptBlock':function(_0x12dde2,_0x2aa772,_0x39a982,_0x18dc22,_0x4e1758,_0x3d6ecd,_0x8d68ff,_0x2de466){const _0xdae4d7=_0x54d17e;for(var _0x4d20a7=this[_0xdae4d7(0x3d1)],_0x335ce5=_0x12dde2[_0x2aa772]^_0x39a982[0x0],_0x262bb5=_0x12dde2[_0x2aa772+0x1]^_0x39a982[0x1],_0x5424ca=_0x12dde2[_0x2aa772+0x2]^_0x39a982[0x2],_0x5d6aee=_0x12dde2[_0x2aa772+0x3]^_0x39a982[0x3],_0xef3ac4=0x4,_0x5a7a06=0x1;_0x5a7a06<_0x4d20a7;_0x5a7a06++){var _0xd3902d=_0x18dc22[_0x335ce5>>>0x18]^_0x4e1758[_0x262bb5>>>0x10&0xff]^_0x3d6ecd[_0x5424ca>>>0x8&0xff]^_0x8d68ff[_0x5d6aee&0xff]^_0x39a982[_0xef3ac4++],_0x53ac2f=_0x18dc22[_0x262bb5>>>0x18]^_0x4e1758[_0x5424ca>>>0x10&0xff]^_0x3d6ecd[_0x5d6aee>>>0x8&0xff]^_0x8d68ff[_0x335ce5&0xff]^_0x39a982[_0xef3ac4++],_0x160dda=_0x18dc22[_0x5424ca>>>0x18]^_0x4e1758[_0x5d6aee>>>0x10&0xff]^_0x3d6ecd[_0x335ce5>>>0x8&0xff]^_0x8d68ff[_0x262bb5&0xff]^_0x39a982[_0xef3ac4++],_0x549eae=_0x18dc22[_0x5d6aee>>>0x18]^_0x4e1758[_0x335ce5>>>0x10&0xff]^_0x3d6ecd[_0x262bb5>>>0x8&0xff]^_0x8d68ff[_0x5424ca&0xff]^_0x39a982[_0xef3ac4++];_0x335ce5=_0xd3902d,_0x262bb5=_0x53ac2f,_0x5424ca=_0x160dda,_0x5d6aee=_0x549eae;}var _0xd3902d=(_0x2de466[_0x335ce5>>>0x18]<<0x18|_0x2de466[_0x262bb5>>>0x10&0xff]<<0x10|_0x2de466[_0x5424ca>>>0x8&0xff]<<0x8|_0x2de466[_0x5d6aee&0xff])^_0x39a982[_0xef3ac4++],_0x53ac2f=(_0x2de466[_0x262bb5>>>0x18]<<0x18|_0x2de466[_0x5424ca>>>0x10&0xff]<<0x10|_0x2de466[_0x5d6aee>>>0x8&0xff]<<0x8|_0x2de466[_0x335ce5&0xff])^_0x39a982[_0xef3ac4++],_0x160dda=(_0x2de466[_0x5424ca>>>0x18]<<0x18|_0x2de466[_0x5d6aee>>>0x10&0xff]<<0x10|_0x2de466[_0x335ce5>>>0x8&0xff]<<0x8|_0x2de466[_0x262bb5&0xff])^_0x39a982[_0xef3ac4++],_0x549eae=(_0x2de466[_0x5d6aee>>>0x18]<<0x18|_0x2de466[_0x335ce5>>>0x10&0xff]<<0x10|_0x2de466[_0x262bb5>>>0x8&0xff]<<0x8|_0x2de466[_0x5424ca&0xff])^_0x39a982[_0xef3ac4++];_0x12dde2[_0x2aa772]=_0xd3902d,_0x12dde2[_0x2aa772+0x1]=_0x53ac2f,_0x12dde2[_0x2aa772+0x2]=_0x160dda,_0x12dde2[_0x2aa772+0x3]=_0x549eae;},'keySize':0x100/0x20});_0x42d57f[_0x54d17e(0x22f)]=_0x3089cc[_0x54d17e(0x52d)](_0x20d815);}()),_0x2fef7e[_0x49bc71(0x22f)];}));}(_0x29b518)),_0x29b518[_0x395a0c(0xc9)];}var _0x58a49c=_0xa92cd9();const _0xfcc449=_0x335220(_0x58a49c);var _0x257939=_0x3b0f2a();const _0x4dad34=_0x335220(_0x257939);var _0x1978c3={'exports':{}},_0x2f60e0=_0x1978c3['exports'],_0x196b3a;function _0x35cc81(){const _0x4ffe36=_0x101eed;return _0x196b3a||(_0x196b3a=0x1,function(_0x490009,_0x44d9ed){(function(_0xbb31d,_0x2397b9){const _0x16ac6b=_0x2732;_0x490009[_0x16ac6b(0xc9)]=_0x2397b9(_0x555f66());}(_0x2f60e0,function(_0x28cba1){const _0x49a902=_0x2732;return _0x28cba1[_0x49a902(0x212)][_0x49a902(0x2d1)];}));}(_0x1978c3)),_0x1978c3[_0x4ffe36(0xc9)];}var _0x34822a=_0x35cc81();const _0x3c2c32=_0x335220(_0x34822a);var _0x258b28={'exports':{}},_0x4c1944=_0x258b28['exports'],_0x5e180b;function _0x5698fc(){const _0x34900d=_0x101eed;return _0x5e180b||(_0x5e180b=0x1,function(_0x2844cb,_0x1e8df0){(function(_0x324101,_0x55e53f){const _0x28f8cc=_0x2732;_0x2844cb[_0x28f8cc(0xc9)]=_0x55e53f(_0x555f66());}(_0x4c1944,function(_0x4ec8d7){const _0x18e0d5=_0x2732;return(function(){const _0x3287f0=_0x2732;if(typeof ArrayBuffer==_0x3287f0(0x15e)){var _0x19d18c=_0x4ec8d7,_0x183bd0=_0x19d18c[_0x3287f0(0x271)],_0x26e99e=_0x183bd0[_0x3287f0(0x1d3)],_0x3c30f4=_0x26e99e[_0x3287f0(0x45e)],_0x5a93b1=_0x26e99e[_0x3287f0(0x45e)]=function(_0x355dcc){const _0x2d3518=_0x3287f0;if(_0x355dcc instanceof ArrayBuffer&&(_0x355dcc=new Uint8Array(_0x355dcc)),(_0x355dcc instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x355dcc instanceof Uint8ClampedArray||_0x355dcc instanceof Int16Array||_0x355dcc instanceof Uint16Array||_0x355dcc instanceof Int32Array||_0x355dcc instanceof Uint32Array||_0x355dcc instanceof Float32Array||_0x355dcc instanceof Float64Array)&&(_0x355dcc=new Uint8Array(_0x355dcc['buffer'],_0x355dcc['byteOffset'],_0x355dcc['byteLength'])),_0x355dcc instanceof Uint8Array){for(var _0x1afc14=_0x355dcc[_0x2d3518(0x227)],_0xef3993=[],_0x5425f1=0x0;_0x5425f1<_0x1afc14;_0x5425f1++)_0xef3993[_0x5425f1>>>0x2]|=_0x355dcc[_0x5425f1]<<0x18-_0x5425f1%0x4*0x8;_0x3c30f4[_0x2d3518(0xdd)](this,_0xef3993,_0x1afc14);}else _0x3c30f4[_0x2d3518(0x1b0)](this,arguments);};_0x5a93b1[_0x3287f0(0x138)]=_0x26e99e;}}()),_0x4ec8d7[_0x18e0d5(0x271)][_0x18e0d5(0x1d3)];}));}(_0x258b28)),_0x258b28[_0x34900d(0xc9)];}var _0x51e1a7=_0x5698fc();const _0x33d187=_0x335220(_0x51e1a7);var _0x53a1cf={'exports':{}},_0x5cedfe=_0x53a1cf['exports'],_0x55e15c;function _0x16661d(){return _0x55e15c||(_0x55e15c=0x1,function(_0x478a76,_0x4074ef){(function(_0x29cd75,_0xa7323c,_0x2aaccb){_0x478a76['exports']=_0xa7323c(_0x555f66(),_0x4f879e());}(_0x5cedfe,function(_0x12e675){const _0x3a20c6=_0x2732;return _0x12e675['pad'][_0x3a20c6(0x361)]={'pad':function(){},'unpad':function(){}},_0x12e675[_0x3a20c6(0x2dc)][_0x3a20c6(0x361)];}));}(_0x53a1cf)),_0x53a1cf['exports'];}var _0xa38ede=_0x16661d();const _0x4586d2=_0x335220(_0xa38ede);function _0x7443de(_0x3c195b,_0x4ab6c2){const _0x3c0164=_0x101eed,_0x55e8ee=_0x4ab6c2-_0x3c195b[_0x3c0164(0x4e0)]%_0x4ab6c2,_0x1da200=String[_0x3c0164(0x55d)](_0x55e8ee)[_0x3c0164(0x2dd)](_0x55e8ee);return _0x3c195b+_0x1da200;}function _0x3b0170(_0x553d94,_0xd21a9b){const _0x1e0b61=_0x101eed,_0xf10202=_0x33d187['random'](0x10),_0x3e8079=_0x7443de(_0x553d94,0x10),_0x4bbcd3=_0xfcc449[_0x1e0b61(0x1f4)](_0x3c2c32[_0x1e0b61(0x3a9)](_0x3e8079),_0x4dad34[_0x1e0b61(0x3a9)](_0xd21a9b),{'iv':_0xf10202,'padding':_0x4586d2});return _0xf10202[_0x1e0b61(0x564)](_0x4bbcd3[_0x1e0b61(0x4a9)])[_0x1e0b61(0x3c6)](_0x4dad34);}function _0x362e04(){const _0x43203c=_0x101eed,_0x5479bc=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)['__Key__'];if(_0x5479bc){const _0x4f5f09={'time':Math[_0x43203c(0x15a)](Date[_0x43203c(0xe8)]()/0x3e8),'domain':location[_0x43203c(0x350)]};return _0x3b0170(JSON[_0x43203c(0x55f)](_0x4f5f09),_0x5479bc);}}var _0x48deb1=Object[_0x101eed(0x277)],_0xeea93e=Object[_0x101eed(0x12f)],_0x159abf=(_0x4645fd,_0x4da8d4,_0x3e0802,_0x300d18)=>{for(var _0x55c3a8=_0x300d18>0x1?void 0x0:_0x300d18?_0xeea93e(_0x4da8d4,_0x3e0802):_0x4da8d4,_0x5a0a5e=_0x4645fd['length']-0x1,_0x3ea09b;_0x5a0a5e>=0x0;_0x5a0a5e--)(_0x3ea09b=_0x4645fd[_0x5a0a5e])&&(_0x55c3a8=(_0x300d18?_0x3ea09b(_0x4da8d4,_0x3e0802,_0x55c3a8):_0x3ea09b(_0x55c3a8))||_0x55c3a8);return _0x300d18&&_0x55c3a8&&_0x48deb1(_0x4da8d4,_0x3e0802,_0x55c3a8),_0x55c3a8;},_0x28609d=(_0x5d3ce6,_0x421e3e)=>(_0x4a9a2f,_0x2b8e35)=>_0x421e3e(_0x4a9a2f,_0x2b8e35,_0x5d3ce6);let _0x3affcd=class{constructor(_0x8fb8fb){const _0x31cfbc=_0x101eed;this['_httpService']=_0x8fb8fb,this[_0x31cfbc(0xb3)]();}[_0x101eed(0xb3)](){const _0x3aa34d=_0x101eed;this[_0x3aa34d(0x3c7)][_0x3aa34d(0x588)]({'interceptor':(_0x4f1abc,_0xddc63b)=>{const _0x46bfeb=_0x3aa34d,_0x300c19=_0x4f1abc[_0x46bfeb(0x133)],_0x10d14f=_0x362e04();return _0x10d14f&&_0x300c19[_0x46bfeb(0x1e6)](_0x46bfeb(0x22b),_0x10d14f),_0xddc63b(_0x4f1abc);}});}};_0x3affcd=_0x159abf([_0x28609d(0x0,_0x4719e5[_0x101eed(0xe3)](_0x872107['HTTPService']))],_0x3affcd);var _0x357b8e=Object[_0x101eed(0x277)],_0x1ca12a=Object[_0x101eed(0x12f)],_0x26e6f4=(_0x11252,_0x1772c5,_0x1d9ee8,_0x33d128)=>{const _0x3f8c58=_0x101eed;for(var _0x48c196=_0x33d128>0x1?void 0x0:_0x33d128?_0x1ca12a(_0x1772c5,_0x1d9ee8):_0x1772c5,_0x110901=_0x11252[_0x3f8c58(0x4e0)]-0x1,_0x17f213;_0x110901>=0x0;_0x110901--)(_0x17f213=_0x11252[_0x110901])&&(_0x48c196=(_0x33d128?_0x17f213(_0x1772c5,_0x1d9ee8,_0x48c196):_0x17f213(_0x48c196))||_0x48c196);return _0x33d128&&_0x48c196&&_0x357b8e(_0x1772c5,_0x1d9ee8,_0x48c196),_0x48c196;},_0x272a90=(_0x368c7d,_0x219336)=>(_0xdf02e7,_0x1b043e)=>_0x219336(_0xdf02e7,_0x1b043e,_0x368c7d);const _0x34034a=[_0x101eed(0x1ab),_0x101eed(0x171),_0x101eed(0x275),'image/gif',_0x101eed(0x18d)],_0x42c8c2=0x5*0x400*0x400,_0x27d780=_0x101eed(0x1e7),_0x1082e1=_0x101eed(0x276),_0xdf5e4c=_0x101eed(0x30a),_0x4cbe95='/universer-api/file/{fileID}/sign-url';_0x398bdb['CollabrationImageIoService']=class{constructor(_0x4acf17,_0x1836d5,_0x5a95ca){const _0x3621a2=_0x101eed;_0x31ba63(this,'_waitCount',0x0),_0x31ba63(this,_0x3621a2(0x136),new _0x3ad50a[(_0x3621a2(0xfb))]()),_0x31ba63(this,_0x3621a2(0x22c),this[_0x3621a2(0x136)]),_0x31ba63(this,_0x3621a2(0x4ea),new Map()),(this[_0x3621a2(0x3c7)]=_0x4acf17,this['_configService']=_0x1836d5,this['_univerInstanceService']=_0x5a95ca);}[_0x101eed(0x46a)](_0x49139d){const _0x2ad2f9=_0x101eed;this[_0x2ad2f9(0x3b4)]=_0x49139d,this['_change$'][_0x2ad2f9(0x1f2)](_0x49139d);}[_0x101eed(0x2f3)](_0x3728ef,_0x2bb532){const _0x44aee6=_0x101eed;if(_0x2bb532===_0xdada79[_0x44aee6(0x343)][_0x44aee6(0x293)]){const _0x5c339c=new Image();return _0x5c339c[_0x44aee6(0x1bf)]=_0x3728ef,_0x5c339c;}return this[_0x44aee6(0x4ea)][_0x44aee6(0x251)](_0x3728ef);}[_0x101eed(0x4e2)](_0x4fd435,_0x4506ba,_0xe60f26){const _0x2729d3=_0x101eed;_0x4506ba===_0xdada79[_0x2729d3(0x343)][_0x2729d3(0x293)]||_0xe60f26==null||this[_0x2729d3(0x4ea)][_0x2729d3(0x1e6)](_0x4fd435,_0xe60f26);}async[_0x101eed(0xbe)](_0x3df9cc){const _0x9f410a=_0x101eed;try{const _0x2efc30=this[_0x9f410a(0x101)](this['_getSignURL'](),''+_0x3df9cc),_0x4e6a1f=(await this[_0x9f410a(0x3c7)][_0x9f410a(0x251)](_0x2efc30))[_0x9f410a(0x54a)];if(_0x4e6a1f[_0x9f410a(0x306)]&&_0x4e6a1f['error'][_0x9f410a(0x2ec)]===_0x4b7e19['OK']){const _0x4ebc14=new URL(_0x4e6a1f[_0x9f410a(0x131)],this[_0x9f410a(0xc0)]())[_0x9f410a(0x3c6)]();return Promise['resolve'](_0x4ebc14);}return Promise[_0x9f410a(0x28b)](_0x4e6a1f[_0x9f410a(0x306)]);}catch(_0x538e73){return Promise[_0x9f410a(0x28b)](_0x538e73);}}async[_0x101eed(0x562)](_0x107140){const _0x4327c3=_0x101eed;let _0xaf5f7d='';if(!_0x34034a[_0x4327c3(0xcb)](_0x107140[_0x4327c3(0x21f)]))return this[_0x4327c3(0x572)](),Promise[_0x4327c3(0x28b)](new Error(_0xdada79[_0x4327c3(0x3c8)][_0x4327c3(0x536)]));if(_0x107140[_0x4327c3(0x2d4)]>_0x42c8c2)return this['_decreaseWaiting'](),Promise[_0x4327c3(0x28b)](new Error(_0xdada79[_0x4327c3(0x3c8)][_0x4327c3(0x56e)]));try{const _0x156a67=new FormData();_0x156a67[_0x4327c3(0x530)](_0x4327c3(0x1bb),_0x107140);const _0x339fa9=this[_0x4327c3(0x508)]['getFocusedUnit'](),_0x24ad52=_0x339fa9==null?void 0x0:_0x339fa9[_0x4327c3(0x4d4)]();if(!_0x24ad52)throw new Error(_0x4327c3(0x4bc));const _0x5cc29c=this['_getUploadFileURL']()+_0x4327c3(0x202)+_0x107140[_0x4327c3(0x2d4)][_0x4327c3(0x3c6)]()+_0x4327c3(0x469)+_0x27835c[_0x4327c3(0x1a3)]+_0x4327c3(0x325)+encodeURIComponent(_0x24ad52),_0x5d1fdd=await(await fetch(_0x5cc29c,{'method':_0x4327c3(0x252),'body':_0x156a67}))[_0x4327c3(0x334)]();if(typeof _0x5d1fdd[_0x4327c3(0x126)]!='string')return this['_decreaseWaiting'](),Promise[_0x4327c3(0x28b)](new Error(_0xdada79[_0x4327c3(0x3c8)][_0x4327c3(0x2ca)]));_0xaf5f7d=_0x5d1fdd[_0x4327c3(0x126)];}catch{return this['_decreaseWaiting'](),Promise[_0x4327c3(0x28b)](new Error(_0xdada79[_0x4327c3(0x3c8)][_0x4327c3(0x2ca)]));}return new Promise((_0x511102,_0x1fa113)=>{const _0x29310b=_0x4327c3,_0x3d01a2=new FileReader();_0x3d01a2[_0x29310b(0x570)](_0x107140),_0x3d01a2[_0x29310b(0x3f2)]=_0x4964ba=>{const _0x2e6c2e=_0x29310b;var _0x2bd5cf;const _0x2bf81a=(_0x2bd5cf=_0x4964ba[_0x2e6c2e(0x566)])==null?void 0x0:_0x2bd5cf[_0x2e6c2e(0x3d8)];if(_0x2bf81a==null){this[_0x2e6c2e(0x572)](),_0x1fa113(new Error(_0xdada79[_0x2e6c2e(0x3c8)][_0x2e6c2e(0x2ca)]));return;}const _0xdafd21=_0x4719e5['Tools'][_0x2e6c2e(0x183)](0x6);_0x511102({'imageId':_0xdafd21,'imageSourceType':_0xdada79[_0x2e6c2e(0x343)][_0x2e6c2e(0x124)],'source':_0xaf5f7d,'base64Cache':_0x2bf81a,'status':_0xdada79['ImageUploadStatusType']['SUCCUSS']}),this[_0x2e6c2e(0x572)]();};});}[_0x101eed(0x235)](){const _0x1d817b=_0x101eed;var _0xd37e78,_0x426e7f;const _0x3b2b44=this[_0x1d817b(0x2c6)]['getConfig'](_0x27d780),_0x376f05=this[_0x1d817b(0x2c6)][_0x1d817b(0x20c)](_0x59f283);return(_0x426e7f=(_0xd37e78=_0x376f05==null?void 0x0:_0x376f05['uploadFileServerUrl'])!=null?_0xd37e78:_0x3b2b44)!=null?_0x426e7f:_0x1082e1;}['_getSignURL'](){const _0x1718aa=_0x101eed;var _0x1fef6a,_0x59c09c;const _0x2c7641=this[_0x1718aa(0x2c6)][_0x1718aa(0x20c)](_0xdf5e4c),_0x3db878=this['_configService'][_0x1718aa(0x20c)](_0x59f283);return(_0x59c09c=(_0x1fef6a=_0x3db878==null?void 0x0:_0x3db878[_0x1718aa(0x4a3)])!=null?_0x1fef6a:_0x2c7641)!=null?_0x59c09c:_0x4cbe95;}[_0x101eed(0xc0)](){const _0x85dd8a=_0x101eed;var _0x36a961;const _0x16909e=this[_0x85dd8a(0x2c6)][_0x85dd8a(0x20c)](_0x59f283);return(_0x36a961=_0x16909e==null?void 0x0:_0x16909e['downloadEndpointUrl'])!=null?_0x36a961:location[_0x85dd8a(0x230)];}['_replaceFileID'](_0x4c5ce8,_0x1386f2){const _0x2d4175=_0x101eed;return _0x4c5ce8[_0x2d4175(0x19d)](_0x2d4175(0x11b),_0x1386f2);}[_0x101eed(0x572)](){const _0x378d43=_0x101eed;this[_0x378d43(0x3b4)]-=0x1,this[_0x378d43(0x136)]['next'](this[_0x378d43(0x3b4)]);}},_0x398bdb['CollabrationImageIoService']=_0x26e6f4([_0x272a90(0x0,_0x4719e5[_0x101eed(0xe3)](_0x872107[_0x101eed(0x4f9)])),_0x272a90(0x1,_0x4719e5[_0x101eed(0x3d6)]),_0x272a90(0x2,_0x4719e5[_0x101eed(0xe3)](_0x4719e5[_0x101eed(0x27b)]))],_0x398bdb[_0x101eed(0x30c)]);var _0x57b239=Object['defineProperty'],_0xf1ec15=Object[_0x101eed(0x12f)],_0x2eea77=(_0x3b97aa,_0x34fd7c,_0x21c09f,_0x495ed5)=>{const _0x3b749e=_0x101eed;for(var _0x225f47=_0x495ed5>0x1?void 0x0:_0x495ed5?_0xf1ec15(_0x34fd7c,_0x21c09f):_0x34fd7c,_0x23bbbb=_0x3b97aa[_0x3b749e(0x4e0)]-0x1,_0x140127;_0x23bbbb>=0x0;_0x23bbbb--)(_0x140127=_0x3b97aa[_0x23bbbb])&&(_0x225f47=(_0x495ed5?_0x140127(_0x34fd7c,_0x21c09f,_0x225f47):_0x140127(_0x225f47))||_0x225f47);return _0x495ed5&&_0x225f47&&_0x57b239(_0x34fd7c,_0x21c09f,_0x225f47),_0x225f47;},_0x541932=(_0x5e2c1c,_0x1cc744)=>(_0x29c5d6,_0x1cd80e)=>_0x1cc744(_0x29c5d6,_0x1cd80e,_0x5e2c1c);const _0x37afa7=_0x101eed(0x13e);_0x398bdb[_0x101eed(0x360)]=class{constructor(_0x40b820,_0x74b47e){const _0x1c1fd6=_0x101eed;this[_0x1c1fd6(0x2c6)]=_0x40b820,this[_0x1c1fd6(0x3be)]=_0x74b47e;}[_0x101eed(0x2df)](){const _0xb99281=_0x101eed;var _0x3d2862,_0x631eaf;const _0x58e06c=this['_configService']['getConfig'](_0xdf5ad3),_0x38b735=this[_0xb99281(0x2c6)][_0xb99281(0x20c)](_0x59f283);return(_0x631eaf=(_0x3d2862=_0x38b735==null?void 0x0:_0x38b735['authzUrl'])!=null?_0x3d2862:_0x58e06c)!=null?_0x631eaf:_0x37afa7;}async['list'](_0x55f872){const _0x2edc36=_0x101eed,_0xa45fd9=this['_getAPIPrefixPath']()+_0x2edc36(0x155);return{'list':[{'title':'People','mentions':(await this['_HTTPService'][_0x2edc36(0x251)](_0xa45fd9,{'params':{'objectID':_0x55f872[_0x2edc36(0x4ab)],'unitID':_0x55f872['unitId']}}))[_0x2edc36(0x54a)][_0x2edc36(0x203)]['map'](_0x21ce7a=>({'objectId':_0x21ce7a['id'],'name':_0x21ce7a[_0x2edc36(0xc7)][_0x2edc36(0x393)],'metadata':{'icon':_0x21ce7a[_0x2edc36(0xc7)][_0x2edc36(0x190)]},'label':_0x21ce7a['subject'][_0x2edc36(0x393)],'objectType':_0x4719e5[_0x2edc36(0x465)]['PERSON']})),'metadata':{},'type':_0x4719e5['MentionType'][_0x2edc36(0x1cf)]}]};}},_0x398bdb[_0x101eed(0x360)]=_0x2eea77([_0x541932(0x0,_0x4719e5[_0x101eed(0xe3)](_0x4719e5['IConfigService'])),_0x541932(0x1,_0x4719e5[_0x101eed(0xe3)](_0x872107['HTTPService']))],_0x398bdb[_0x101eed(0x360)]);var _0x4d6ca6=Object[_0x101eed(0x277)],_0x41dc41=Object['getOwnPropertyDescriptor'],_0x177825=(_0x490cc0,_0x5199ce,_0x40fcdb,_0x469169)=>{const _0xb5756c=_0x101eed;for(var _0x15963c=_0x469169>0x1?void 0x0:_0x469169?_0x41dc41(_0x5199ce,_0x40fcdb):_0x5199ce,_0x4c674c=_0x490cc0[_0xb5756c(0x4e0)]-0x1,_0x34bdba;_0x4c674c>=0x0;_0x4c674c--)(_0x34bdba=_0x490cc0[_0x4c674c])&&(_0x15963c=(_0x469169?_0x34bdba(_0x5199ce,_0x40fcdb,_0x15963c):_0x34bdba(_0x15963c))||_0x15963c);return _0x469169&&_0x15963c&&_0x4d6ca6(_0x5199ce,_0x40fcdb,_0x15963c),_0x15963c;},_0x2a4d5f=(_0xbc0c9e,_0x260eb0)=>(_0x21efeb,_0x6716af)=>_0x260eb0(_0x21efeb,_0x6716af,_0xbc0c9e);let _0x3c08e6=class extends _0x4719e5['RxDisposable']{constructor(_0x1b319b,_0x1a4854,_0x4cfe2c,_0x38f361,_0x3e06b1){const _0x39d25a=_0x101eed;super(),this[_0x39d25a(0x498)]=_0x1b319b,this['_univerInstanceService']=_0x1a4854,this[_0x39d25a(0x392)]=_0x4cfe2c,this[_0x39d25a(0x545)]=_0x38f361,this[_0x39d25a(0x1a6)]=_0x3e06b1,this['_initUnitPermissionChange'](),this[_0x39d25a(0x1b1)]();}[_0x101eed(0x1b1)](){const _0x312420=_0x101eed,_0x2e8ed4=async _0x483303=>{const _0x2764f9=_0x2732;(await this['_collaborationSessionService'][_0x2764f9(0x49b)](_0x483303))[_0x2764f9(0xd5)]['pipe'](_0xed279e[_0x2764f9(0x3ea)](_0x5b3a75=>_0x5b3a75[_0x2764f9(0x221)]===_0x187895[_0x2764f9(0x282)][_0x2764f9(0x30e)]),_0xed279e[_0x2764f9(0x1bc)](this[_0x2764f9(0x2b7)]))[_0x2764f9(0x391)](_0x3ded9a=>{const _0x3d2730=_0x2764f9,_0x1cf4e3=_0x3ded9a,{reason:_0x449a40}=_0x1cf4e3[_0x3d2730(0x4c3)];this[_0x3d2730(0x498)][_0x3d2730(0x251)](_0x221209[_0x3d2730(0x458)])[_0x3d2730(0x38f)]({'type':_0x1239d7[_0x3d2730(0xab)][_0x3d2730(0x1cc)],'content':this['_localeService']['t'](_0x3d2730(0xc2))+'('+_0x449a40+')'}),this['_permissionService'][_0x3d2730(0x47f)](new _0x37c84c[(_0x3d2730(0xd1))](_0x483303)['id'],!0x1),this[_0x3d2730(0x545)][_0x3d2730(0x414)](_0x483303);});};_0x3ad50a[_0x312420(0x54c)](this[_0x312420(0x508)][_0x312420(0xfc)](_0x4719e5[_0x312420(0xf4)]['UNIVER_SHEET']),this[_0x312420(0x508)]['getTypeOfUnitAdded$'](_0x4719e5[_0x312420(0xf4)]['UNIVER_DOC']))[_0x312420(0x43c)](_0xed279e[_0x312420(0x20a)](_0x2baf25=>_0x2baf25['getUnitId']()),_0xed279e[_0x312420(0x3ea)](_0x126fa3=>!_0x4719e5[_0x312420(0xcc)](_0x126fa3)),_0xed279e['takeUntil'](this[_0x312420(0x2b7)]))['subscribe'](_0x23ab4f=>{_0x2e8ed4(_0x23ab4f);});}['_initUnitPermissionChange'](){const _0x2b5cc9=_0x101eed,_0x23c4d5=async _0x140e71=>{const _0x2aa85b=_0x2732;(await this['_collaborationSessionService'][_0x2aa85b(0x49b)](_0x140e71))[_0x2aa85b(0xd5)][_0x2aa85b(0x43c)](_0xed279e['filter'](_0x325ecb=>_0x325ecb['eventID']===_0x187895[_0x2aa85b(0x282)]['UPDATE_PERMISSION_OBJ']),_0xed279e[_0x2aa85b(0x1bc)](this[_0x2aa85b(0x2b7)]))[_0x2aa85b(0x391)](_0x2a2429=>{const _0x57d806=_0x2aa85b,_0x2f8742=_0x2a2429,{objectId:_0x47d8c6}=_0x2f8742[_0x57d806(0x4c3)],_0x241722=this[_0x57d806(0x498)][_0x57d806(0x251)](_0x55ef9d[_0x57d806(0x419)]);_0x47d8c6===_0x140e71?_0x241722[_0x57d806(0x505)](_0x140e71):_0x241722[_0x57d806(0x41c)](_0x140e71,_0x47d8c6);});};_0x3ad50a['merge'](this[_0x2b5cc9(0x508)]['getTypeOfUnitAdded$'](_0x4719e5['UniverInstanceType'][_0x2b5cc9(0x561)]),this[_0x2b5cc9(0x508)][_0x2b5cc9(0xfc)](_0x4719e5['UniverInstanceType'][_0x2b5cc9(0xe0)]))[_0x2b5cc9(0x43c)](_0xed279e[_0x2b5cc9(0x20a)](_0x33e496=>_0x33e496['getUnitId']()),_0xed279e[_0x2b5cc9(0x3ea)](_0x483d43=>!_0x4719e5['isInternalEditorID'](_0x483d43)),_0xed279e[_0x2b5cc9(0x1bc)](this[_0x2b5cc9(0x2b7)]))[_0x2b5cc9(0x391)](_0x5219c9=>{_0x23c4d5(_0x5219c9);});}};_0x3c08e6=_0x177825([_0x2a4d5f(0x0,_0x4719e5['Inject'](_0x4719e5['Injector'])),_0x2a4d5f(0x1,_0x4719e5[_0x101eed(0x27b)]),_0x2a4d5f(0x2,_0x4719e5[_0x101eed(0x324)]),_0x2a4d5f(0x3,_0x4719e5['Inject'](_0x398bdb[_0x101eed(0x194)])),_0x2a4d5f(0x4,_0x4719e5[_0x101eed(0xe3)](_0x4719e5['LocaleService']))],_0x3c08e6);var _0x3ec24f=Object[_0x101eed(0x277)],_0x2dc793=Object[_0x101eed(0x12f)],_0x31ac9e=(_0x1a3349,_0x4a90fe,_0x59bc90,_0x5243ee)=>{for(var _0x4b31da=_0x5243ee>0x1?void 0x0:_0x5243ee?_0x2dc793(_0x4a90fe,_0x59bc90):_0x4a90fe,_0x224e53=_0x1a3349['length']-0x1,_0x247911;_0x224e53>=0x0;_0x224e53--)(_0x247911=_0x1a3349[_0x224e53])&&(_0x4b31da=(_0x5243ee?_0x247911(_0x4a90fe,_0x59bc90,_0x4b31da):_0x247911(_0x4b31da))||_0x4b31da);return _0x5243ee&&_0x4b31da&&_0x3ec24f(_0x4a90fe,_0x59bc90,_0x4b31da),_0x4b31da;},_0xf32bb=(_0x51a768,_0x390992)=>(_0x22b3d6,_0x323df0)=>_0x390992(_0x22b3d6,_0x323df0,_0x51a768);_0x398bdb[_0x101eed(0x3b9)]=class{constructor(_0x713c92,_0x4d293c){const _0x3de2f6=_0x101eed;this[_0x3de2f6(0x2c6)]=_0x713c92,this[_0x3de2f6(0x3c7)]=_0x4d293c;}async[_0x101eed(0xf9)](_0x2402ad,_0x5ee403){const _0x59c7e3=_0x101eed;var _0x503399;const {unitID:_0x553025,type:_0x2cdc81,revision:_0x476a64=0x0}=_0x5ee403,_0x369ed5=this[_0x59c7e3(0x2ab)]()+'/'+_0x2cdc81+_0x59c7e3(0x228)+_0x553025+_0x59c7e3(0x29c)+_0x476a64,_0x1a2740=(await this[_0x59c7e3(0x3c7)][_0x59c7e3(0x251)](_0x369ed5))[_0x59c7e3(0x54a)],_0x52b72d=(_0x503399=_0x1a2740[_0x59c7e3(0x48c)])==null?void 0x0:_0x503399['workbook'];if(_0x52b72d){const _0x3c16e2=_0x52b72d==null?void 0x0:_0x52b72d['originalMeta'],_0x3d37de=_0x187895['textEncoder'][_0x59c7e3(0x358)](_0x187895[_0x59c7e3(0x19c)](_0x3c16e2));_0x52b72d[_0x59c7e3(0x2b4)]=_0x3d37de,Object[_0x59c7e3(0x43b)](_0x52b72d[_0x59c7e3(0x239)])['forEach'](([,_0x377e37])=>{const _0x1928c4=_0x59c7e3,_0xa753f0=_0x377e37['originalMeta'],_0x1b291a=_0x187895[_0x1928c4(0x54f)][_0x1928c4(0x358)](_0x187895[_0x1928c4(0x19c)](_0xa753f0));_0x377e37[_0x1928c4(0x2b4)]=_0x1b291a;});}return _0x1a2740;}async[_0x101eed(0xdb)](_0x3653c7,_0x5f077c){const _0x26c6cc=_0x101eed,{unitID:_0xc9567b,type:_0x1df342,blockID:_0x390adf}=_0x5f077c,_0x25cce8=this[_0x26c6cc(0x220)]()+'/'+_0x1df342+_0x26c6cc(0x228)+_0xc9567b+_0x26c6cc(0x29e)+_0x390adf;return(await this[_0x26c6cc(0x3c7)][_0x26c6cc(0x251)](_0x25cce8))['body'];}async[_0x101eed(0x3a0)](_0x589461,_0x16dd7d){const _0xe9758e=_0x101eed,{unitID:_0x524265,type:_0x4ab7a1,blockID:_0x205f37}=_0x16dd7d,_0x339ff3=this[_0xe9758e(0x220)]()+_0xe9758e(0x29e)+_0x4ab7a1+_0xe9758e(0x228)+_0x524265+'/block/'+_0x205f37;return(await this[_0xe9758e(0x3c7)][_0xe9758e(0x251)](_0x339ff3))['body'];}async['fetchMissingChangesets'](_0x3d91d3,_0x59a780){const _0x2c40c4=_0x101eed,{unitID:_0x2d0213,type:_0x44a48f,from:_0x3458b2,to:_0x24cda1}=_0x59a780,_0x3e3270=this[_0x2c40c4(0x220)]()+'/'+_0x44a48f+_0x2c40c4(0x228)+_0x2d0213+'/fetchmissing?from='+_0x3458b2+'&to='+_0x24cda1;return(await this[_0x2c40c4(0x3c7)][_0x2c40c4(0x251)](_0x3e3270))['body'];}[_0x101eed(0x2ab)](){const _0x22d814=_0x101eed;var _0x4b11f8;return(_0x4b11f8=this['_configService']['getConfig'](_0xcd4046))!=null?_0x4b11f8:this[_0x22d814(0x220)]();}['_getAPIPrefix'](){const _0x565f6c=_0x101eed;var _0x30dd6d,_0x5b44fd;const _0x34e666=this['_configService'][_0x565f6c(0x20c)](_0x203fb0),_0x44588d=this[_0x565f6c(0x2c6)]['getConfig'](_0x59f283);return(_0x5b44fd=(_0x30dd6d=_0x44588d==null?void 0x0:_0x44588d[_0x565f6c(0x1c9)])!=null?_0x30dd6d:_0x34e666)!=null?_0x5b44fd:_0x4e6d31;}async['getResourcesRequest'](_0x2a1565,_0x156ef3){const _0x105fad=_0x101eed,_0xdab66d='/universer-api/snapshot/'+_0x156ef3[_0x105fad(0x21f)]+_0x105fad(0x228)+_0x156ef3[_0x105fad(0xce)]+'/resources';return(await this[_0x105fad(0x3c7)][_0x105fad(0x251)](_0xdab66d,{'params':{'resourceId':JSON[_0x105fad(0x55f)](_0x156ef3[_0x105fad(0x43a)])}}))['body'];}[_0x101eed(0x515)](){const _0x42c021=_0x101eed;throw new Error(_0x42c021(0x43d));}[_0x101eed(0x4c2)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x101eed(0x1c3)](){const _0x8ff16=_0x101eed;throw new Error(_0x8ff16(0x43d));}[_0x101eed(0x4a0)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x101eed(0x4d7)](){const _0x1ca2d1=_0x101eed;throw new Error(_0x1ca2d1(0x43d));}},_0x398bdb['SnapshotServerOverHTTPService']=_0x31ac9e([_0xf32bb(0x0,_0x4719e5[_0x101eed(0x3d6)]),_0xf32bb(0x1,_0x4719e5[_0x101eed(0xe3)](_0x872107[_0x101eed(0x4f9)]))],_0x398bdb[_0x101eed(0x3b9)]);var _0x1bb939=Object[_0x101eed(0x277)],_0x3d8abf=Object[_0x101eed(0x12f)],_0xc671b1=(_0x209459,_0x2be51a,_0x68798b,_0x4c8506)=>{for(var _0x34be1e=_0x4c8506>0x1?void 0x0:_0x4c8506?_0x3d8abf(_0x2be51a,_0x68798b):_0x2be51a,_0x2ef66a=_0x209459['length']-0x1,_0x5b1be1;_0x2ef66a>=0x0;_0x2ef66a--)(_0x5b1be1=_0x209459[_0x2ef66a])&&(_0x34be1e=(_0x4c8506?_0x5b1be1(_0x2be51a,_0x68798b,_0x34be1e):_0x5b1be1(_0x34be1e))||_0x34be1e);return _0x4c8506&&_0x34be1e&&_0x1bb939(_0x2be51a,_0x68798b,_0x34be1e),_0x34be1e;},_0x130186=(_0x5741d2,_0x140cc6)=>(_0x15298e,_0x52d4ea)=>_0x140cc6(_0x15298e,_0x52d4ea,_0x5741d2);let _0x16b3de=class extends _0x4719e5[_0x101eed(0x302)]{constructor(_0x388c54,_0x14fb29,_0xeb5be,_0x4ecacd,_0x4ef682){const _0x2671ce=_0x101eed;super(_0x388c54,_0x14fb29,_0xeb5be),this[_0x2671ce(0x294)]=_0x4ecacd,this[_0x2671ce(0x39c)]=_0x4ef682;}['transformUndoRedo'](_0x3ba99f,_0x56dd05){const _0x5741f2=_0x101eed,_0x559608=this[_0x5741f2(0x554)](_0x3ba99f);if(_0x559608)try{const _0x40a2d7=this[_0x5741f2(0x254)](_0x559608,_0x56dd05);this[_0x5741f2(0x3f0)](_0x3ba99f,_0x40a2d7);}catch(_0x41db98){this['_logService'][_0x5741f2(0x306)]('[CollaborationUndoRedoService]',_0x41db98),this['_clearUndo'](_0x3ba99f);}const _0x2c858a=this[_0x5741f2(0xbd)](_0x3ba99f);if(_0x2c858a)try{const _0x28fb53=this[_0x5741f2(0x254)](_0x2c858a,_0x56dd05);this[_0x5741f2(0x20e)](_0x3ba99f,_0x28fb53);}catch(_0x4e047a){this['_logService'][_0x5741f2(0x306)](_0x4e047a),this[_0x5741f2(0xff)](_0x3ba99f);}}[_0x101eed(0x3d7)](_0x53891a){const _0x2fe512=_0x101eed,_0x20f32c=this[_0x2fe512(0x554)](_0x53891a);_0x20f32c&&(_0x20f32c[_0x2fe512(0x4e0)]=0x0,this['_updateStatus']());}[_0x101eed(0xff)](_0x2b1148){const _0x590638=_0x101eed,_0x5eb181=this[_0x590638(0xbd)](_0x2b1148);_0x5eb181&&(_0x5eb181[_0x590638(0x4e0)]=0x0,this[_0x590638(0x50f)]());}[_0x101eed(0x3f0)](_0x293c5a,_0x49874f){const _0x2ce0f8=_0x101eed;this[_0x2ce0f8(0x284)][_0x2ce0f8(0x1e6)](_0x293c5a,_0x49874f),this[_0x2ce0f8(0x50f)]();}[_0x101eed(0x20e)](_0x49633a,_0x2760ae){const _0x42cba6=_0x101eed;this[_0x42cba6(0xb9)]['set'](_0x49633a,_0x2760ae),this['_updateStatus']();}[_0x101eed(0x254)](_0x2c3448,_0x42a267){const _0x8b34a6=_0x101eed,_0x30e1a9=[];let _0x57d33d=_0x42a267,_0x3c88c3=_0x42a267;for(let _0x344d0a=_0x2c3448['length']-0x1;_0x344d0a>=0x0;_0x344d0a--){const {unitID:_0x2a3497,undoMutations:_0x4fdbef,redoMutations:_0x571c25}=_0x2c3448[_0x344d0a],_0xe30f43=this[_0x8b34a6(0x294)][_0x8b34a6(0x53c)](_0x57d33d,_0x4fdbef),_0x580218=this[_0x8b34a6(0x294)][_0x8b34a6(0x53c)](_0x3c88c3,_0x571c25);if(_0x187895[_0x8b34a6(0x455)](_0xe30f43)||_0x187895[_0x8b34a6(0x455)](_0x580218)){this['_logService']['error']('[CollaborationUndoRedoService]',_0x8b34a6(0x41a),_0xe30f43,_0x580218);break;}_0x57d33d=_0xe30f43[_0x8b34a6(0x20b)],_0x3c88c3=_0x580218[_0x8b34a6(0x20b)],_0x30e1a9[_0x8b34a6(0x270)]({'unitID':_0x2a3497,'undoMutations':_0xe30f43['m2Prime'],'redoMutations':_0x580218[_0x8b34a6(0x480)]});}return _0x30e1a9[_0x8b34a6(0x533)]();}};_0x16b3de=_0xc671b1([_0x130186(0x0,_0x4719e5[_0x101eed(0x27b)]),_0x130186(0x1,_0x4719e5[_0x101eed(0x233)]),_0x130186(0x2,_0x4719e5['IContextService']),_0x130186(0x3,_0x187895[_0x101eed(0x28d)]),_0x130186(0x4,_0x4719e5[_0x101eed(0x396)])],_0x16b3de);class _0x5d2c1b extends _0x4719e5['RxDisposable']{constructor(){const _0x5762af=_0x101eed;super(),_0x31ba63(this,_0x5762af(0xc4)),this['urlChange$']=_0x3ad50a[_0x5762af(0x430)](window,_0x5762af(0x3da))['pipe'](_0x3ad50a[_0x5762af(0x1bc)](this['dispose$']),_0x3ad50a[_0x5762af(0x248)](0x1),_0x3ad50a[_0x5762af(0x4d1)](void 0x0));}[_0x101eed(0x3fd)](_0x3439f6,_0x332d04,_0x384ffe=!0x1){const _0x5c5a83=_0x101eed,_0x18f330=new URL(window[_0x5c5a83(0x1f3)]['href']);_0x18f330[_0x5c5a83(0x449)][_0x5c5a83(0x1e6)](_0x3439f6,_0x332d04),_0x384ffe?window[_0x5c5a83(0x34b)][_0x5c5a83(0x558)]('','',_0x18f330[_0x5c5a83(0x3c6)]()):window[_0x5c5a83(0x34b)][_0x5c5a83(0x2a3)]('','',_0x18f330['toString']());}[_0x101eed(0x193)](_0xb294fe,_0x11e9d4=!0x1){const _0x2ca06c=_0x101eed,_0x464498=new URL(window[_0x2ca06c(0x1f3)][_0x2ca06c(0x420)]);_0x464498[_0x2ca06c(0x449)]['delete'](_0xb294fe),_0x11e9d4?window[_0x2ca06c(0x34b)][_0x2ca06c(0x558)]('','',_0x464498[_0x2ca06c(0x3c6)]()):window[_0x2ca06c(0x34b)][_0x2ca06c(0x2a3)]('','',_0x464498[_0x2ca06c(0x3c6)]());}['getParam'](_0x537171){const _0x1468c6=_0x101eed;var _0x401263;return(_0x401263=new URL(window[_0x1468c6(0x1f3)][_0x1468c6(0x420)])['searchParams']['get'](_0x537171))!=null?_0x401263:void 0x0;}}var _0x1cb41b=Object['defineProperty'],_0x2f264b=Object['getOwnPropertyDescriptor'],_0x289597=(_0x5716b3,_0x5c4108,_0x67425)=>_0x5c4108 in _0x5716b3?_0x1cb41b(_0x5716b3,_0x5c4108,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x67425}):_0x5716b3[_0x5c4108]=_0x67425,_0x5016e4=(_0x3015cf,_0x14aae7,_0x3afda9,_0x4d476b)=>{const _0x1e0c2e=_0x101eed;for(var _0x3ef330=_0x4d476b>0x1?void 0x0:_0x4d476b?_0x2f264b(_0x14aae7,_0x3afda9):_0x14aae7,_0x5d87e1=_0x3015cf[_0x1e0c2e(0x4e0)]-0x1,_0x85b80b;_0x5d87e1>=0x0;_0x5d87e1--)(_0x85b80b=_0x3015cf[_0x5d87e1])&&(_0x3ef330=(_0x4d476b?_0x85b80b(_0x14aae7,_0x3afda9,_0x3ef330):_0x85b80b(_0x3ef330))||_0x3ef330);return _0x4d476b&&_0x3ef330&&_0x1cb41b(_0x14aae7,_0x3afda9,_0x3ef330),_0x3ef330;},_0x4eefb2=(_0x241eb9,_0x9b048d)=>(_0x50e309,_0x25f488)=>_0x9b048d(_0x50e309,_0x25f488,_0x241eb9),_0x2e8359=(_0x26729e,_0xcf3bc,_0x14d2d7)=>_0x289597(_0x26729e,_0xcf3bc+'',_0x14d2d7);const _0x2f4783='UNIVER_COLLABORATION_CLIENT_PLUGIN';_0x398bdb[_0x101eed(0x2b9)]=class extends _0x4719e5[_0x101eed(0x503)]{constructor(_0x45df72=_0x3ee916,_0x255b03,_0x30cc3c,_0x4d1c10,_0x2bb6a5){const _0x25cef8=_0x101eed;super(),this[_0x25cef8(0xda)]=_0x45df72,this[_0x25cef8(0x39c)]=_0x255b03,this[_0x25cef8(0x232)]=_0x30cc3c,this[_0x25cef8(0x498)]=_0x4d1c10,this[_0x25cef8(0x2c6)]=_0x2bb6a5;const {..._0x54f4bb}=this['_config'];this[_0x25cef8(0x2c6)]['setConfig'](_0x59f283,_0x54f4bb);}[_0x101eed(0x3ac)](){const _0x3470c8=_0x101eed;this[_0x3470c8(0x49d)](),this[_0x3470c8(0x42e)]();}[_0x101eed(0x1b3)](){const _0x43ed96=_0x101eed;_0x4719e5[_0x43ed96(0x52b)](this[_0x43ed96(0x498)],[[_0x22663b],[_0x2364e9]]);}['onRendered'](){const _0x3c1983=_0x101eed;this[_0x3c1983(0x516)]();}[_0x101eed(0x49d)](){const _0x19c591=_0x101eed;var _0xb123fe,_0x2c0419,_0x20405c,_0x5636fc;this[_0x19c591(0x498)][_0x19c591(0x158)](_0x4719e5[_0x19c591(0x17e)])&&this[_0x19c591(0x39c)][_0x19c591(0x306)](_0x19c591(0x114),'you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!');const _0x34673c=[[_0x4719e5['IUndoRedoService'],{'useClass':_0x16b3de}],[_0x398bdb[_0x19c591(0x194)]],[_0x50b8f9],[_0x1a2339,{'useClass':_0x5d2c1b}],[_0x398bdb['MemberService']],[_0x398bdb[_0x19c591(0xf5)]],[_0x872107[_0x19c591(0x378)]],[_0x121597],[_0x281519],[_0x33088b],[_0x20bb91],[_0x5f02ca],[_0x2f78bf],[_0x3affcd],[_0xe67d8d],[_0x3c08e6],[_0x31092f,{'useClass':(_0x2c0419=(_0xb123fe=this['_config'])==null?void 0x0:_0xb123fe[_0x19c591(0x546)])!=null?_0x2c0419:_0x398bdb['CollaborationSocketService']}],[_0x187895['ISnapshotServerService'],{'useClass':_0x398bdb[_0x19c591(0x3b9)]}],[_0x4719e5[_0x19c591(0x1a2)],{'useClass':_0x398bdb[_0x19c591(0x529)]}],[_0xdada79[_0x19c591(0x118)],{'useClass':_0x398bdb[_0x19c591(0x30c)]}],[_0x4719e5[_0x19c591(0x1bd)],{'useClass':_0x398bdb[_0x19c591(0x360)]}],[_0x398bdb[_0x19c591(0x514)]],[_0x398bdb['DataLoaderController']],[_0x398bdb[_0x19c591(0xe1)]],[_0x22663b],[_0x40a1e3],[_0x2364e9]];(_0x20405c=this[_0x19c591(0xda)])!=null&&_0x20405c[_0x19c591(0x4cd)]&&_0x34673c[_0x19c591(0x270)]([_0x1eb8f2,{'useClass':_0x3410d9}]),_0x4719e5['registerDependencies'](this['_injector'],_0x4719e5['mergeOverrideWithDependencies'](_0x34673c,(_0x5636fc=this[_0x19c591(0xda)])==null?void 0x0:_0x5636fc['override']));}[_0x101eed(0x516)](){const _0x456115=_0x101eed;this[_0x456115(0xec)](this[_0x456115(0x232)]['registerRenderModule'](_0x4719e5[_0x456115(0xf4)]['UNIVER_DOC'],[_0x5ce58e])),this['disposeWithMe'](this['_renderManagerService'][_0x456115(0x423)](_0x4719e5[_0x456115(0xf4)][_0x456115(0x561)],[_0x312d91]));}[_0x101eed(0x42e)](){const _0x310fc6=_0x101eed;var _0x2d3b8e,_0x16b0df;this[_0x310fc6(0x498)]['get'](_0x872107['HTTPService'])[_0x310fc6(0x588)]({'priority':0x14,'interceptor':_0x872107[_0x310fc6(0xbb)]({'maxParallel':0x6})}),(_0x2d3b8e=this[_0x310fc6(0xda)])!=null&&_0x2d3b8e[_0x310fc6(0x363)]||this[_0x310fc6(0x498)][_0x310fc6(0x251)](_0x398bdb[_0x310fc6(0xf5)])[_0x310fc6(0x2e4)](),(_0x16b0df=this[_0x310fc6(0xda)])!=null&&_0x16b0df[_0x310fc6(0x25b)]&&_0x4719e5[_0x310fc6(0x52b)](this['_injector'],[[_0x2f78bf]]),_0x4719e5[_0x310fc6(0x52b)](this[_0x310fc6(0x498)],[[_0x3affcd],[_0x40a1e3],[_0x398bdb[_0x310fc6(0x429)]],[_0x398bdb[_0x310fc6(0x514)]],[_0x398bdb['DesktopCollaborationStatusDisplayController']],[_0x3c08e6]]);}},_0x2e8359(_0x398bdb[_0x101eed(0x2b9)],_0x101eed(0x57c),_0x2f4783),_0x398bdb['UniverCollaborationClientPlugin']=_0x5016e4([_0x4719e5['DependentOn'](_0x187895['UniverCollaborationPlugin'],_0x872107[_0x101eed(0x143)]),_0x4eefb2(0x1,_0x4719e5[_0x101eed(0x396)]),_0x4eefb2(0x2,_0x79bc37[_0x101eed(0x405)]),_0x4eefb2(0x3,_0x4719e5['Inject'](_0x4719e5[_0x101eed(0x528)])),_0x4eefb2(0x4,_0x4719e5[_0x101eed(0x3d6)])],_0x398bdb[_0x101eed(0x2b9)]),_0x398bdb[_0x101eed(0x520)]=_0xdf5ad3,_0x398bdb['COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY']=_0x59f283,_0x398bdb[_0x101eed(0x296)]=_0x56d20a,_0x398bdb['COLLAB_WEB_SOCKET_URL_KEY']=_0x45a558,_0x398bdb[_0x101eed(0x173)]=_0x4a115e,_0x398bdb[_0x101eed(0x439)]=_0x5d640d,_0x398bdb[_0x101eed(0x2c1)]=_0xe67d8d,_0x398bdb[_0x101eed(0x25e)]=_0x5bb289,_0x398bdb[_0x101eed(0x309)]=_0x3f4344,_0x398bdb['ICollaborationSocketService']=_0x31092f,_0x398bdb['IURLService']=_0x1a2339,_0x398bdb['LOCAL_CACHE_INTERVAL_KEY']=_0x5ee068,_0x398bdb['LOGIN_URL_KEY']=_0xcf61d,_0x398bdb['RETRY_CONNECTING_MAX_COUNT_KEY']=_0x23a944,_0x398bdb[_0x101eed(0x4e6)]=_0x1c1f7e,_0x398bdb[_0x101eed(0x3ae)]=_0x203fb0,_0x398bdb[_0x101eed(0x485)]=_0xcd4046,_0x398bdb['SessionStatus']=_0x323768,_0x398bdb['SheetCollabCursorShape']=_0x2ae5e7,_0x398bdb[_0x101eed(0x432)]=_0x5d2c1b,_0x398bdb['deserializeToCombResponse']=_0x528e01,_0x398bdb[_0x101eed(0x299)]=_0x1c0dd0,Object[_0x101eed(0x277)](_0x398bdb,Symbol[_0x101eed(0x534)],{'value':_0x101eed(0x3e2)});}));
1
+ function _0x3c5b(){var _0x36d2ac=['GLOBAL_ROOMS_CNT_EXCEEDS','MUTATION','YUUMI_SUBSCRIPTION_NOT_FOUND','_mode','rxjs','INetworkConditionService','_commentUpdate$','DocCollaborationEntity','url','Hasher','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','_compressMutationService','74151xEYHwE','_data','Disposable','session.room-permission-denied','LICENSE_MAX_UNITS_EXCEEDED','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','emitEvent','_listenToNetworkCondition','focused$','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','decrypt','debug','UnitStatus','slice','_sessionStatus$','UNAUTHENTICATED','isArray','AUTHZ_URL_KEY','selections','_getUploadFileURL','_localeService','synced','/object/','LICENSE_DISTRO_REJECTED','create','join','randomUUID','_config','_getCtorByUniverType','getFocusedUnit','_applyRemoteChangeset','capture','sheets','_collaborationSessionService','getTypeOfUnitDisposed$','duration','BehaviorSubject','_HTTPService','_state$','body','_joinRoom','SNAPSHOT_HAS_BEEN_REMOVED','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','disableLocalCache','_transformRemoteChangesetByStateCache','awaiting','enableSingleActiveInstanceLock','_eventService','joinEvent','PendingState','substr','isTransformMutationsWithChangesetSuccess','_decreaseWaiting','_xformMode','_roomCreated$','MemberService','change$','JOINING','_removeRoom','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','onTransformIME','_toggleOnline','UNIVER_DOC','SOCKET_FAILED','blockSize','/universer-api/uniscript','_getSendChangesetTimeout','UNIVER_PROJECT','_transformIMECache','WorkbookEditablePermission','baseRev','exports','_undoStacks','saveSnapshot','_clearCollaborationTimeoutTimer','COMPLETION_FINISHED','status$','json','_stopTelemetryCollaborationNewChangeset','b64DecodeUnicode','SheetCollaborationEntity','loadOfflineData','createInstance','_state','_rescheduleHeartbeat','OTHER_CLIENT_EDITING','resend','_clearRedo','onTransformRemoteChangesetByStateCache\x20callback\x20is\x20not\x20added\x20yet.','_onUserLeave','indexOf','kdf','equals','_telemetryInfo','/resources','@univerjs-pro/collaboration','[FetchMissState]','_sendingTimer','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','OpenSSL','onRemoteChangeset','_syncEditingCollabCursor','_shouldReportTelemetry','getInterceptPoints','_fetchMissChangesets','SYNCED','_onCombEvent','_createInitialState','addImageSourceCache','unit-cache-','_candidateSocket','FileId','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','name','unitId\x20is\x20not\x20found','send','findIndex','createCollaborator','authzUrl','getCollabEntity$','_transitionLocked','ciphertext','__creator','ICollaborationSocketService','_toggleOffline','NOT_FOUND','univer-pro.collaboration-client.network-condition.service','open$','_tryReconnect','_transformUndoredo','onTransformRemoteChangesetByIMECache','Tools','mapDocumentTypeToUniverType','ICommandService','[CollaborationSessionService]','c1Prime','LIVESHARE_OPERATION','_socket$','symbol','COLLAB_WEB_SOCKET_URL_KEY','concatMap','userID','_clearLocalCache','LIVESHARE_TERMINATE','function','INVALID_ARGUMENT','editing\x20status\x20changed\x20to','UserManagerService','sessionStatus','/-/object/list','OFFLINE','_telemetryService','target','_createSocketURL','pauseCollaboration','univer-pro.collaboration-client-socket-service','encode','putCollaborators','Latin1','PERMISSION_DENIED','state$','getPermissionPoint','UNIVER_UNKNOWN','_unlockTransition','_onJoinRoomEvent','waitForRoom$','[CollaborationUndoRedoService]','CLOSE_ROOM','MergeInterceptorFactory','allowed','shouldCloseConn','byteOffset','BlockCipherMode','/universer-api/authz','filter','PENDING','_transformService','updatePermissionPoint','_members$','href','Encryptor','_createHmacHelper','[CollaborationState]:\x20apply\x20error!','_transformSelections','interceptor','_sendHeartbeatTimer','has','now','responseType','PERMISSION_REJ','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','DependentOn','image/jpeg','FETCH_MISS','close','collaboration-client.local-cache-service','_snapshotServerService','avatar','apply','onTransformRemoteChangesetByIMECache\x20callback\x20is\x20not\x20added\x20yet.','_revisionService','_resendTimeout','disposeWithMe','UPDATE_PERMISSION_OBJ','sin','CBC','submit\x20changeset\x20error!','_httpService','getSheetId','UniverNetworkPlugin','CollaborationSession','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','sessionTicket','CollaborationImageIoService','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','onCommentUpdate','every','enableAuthServer','TOO_MANY_REQUESTS','_status$','2092095VRCGoT','IUniverInstanceService','LIVESHARE_FETCH_OPERATIONS','members$','onTransformState','UNKNOWN_CODE','WordArray','HEARTBEAT_TIMEOUT','max','UniverProCollaboration','_iv','touchDependencies','encodeURIComponent','subUnitId','Pkcs7','clamp','_configService','telemetry\x20info\x20is\x20not\x20initialized','failed\x20to\x20apply\x20missed\x20changesets!','__Key__','_collaborationPaused','UNDEFINED','readAsDataURL','length','connection\x20error','/universer-api/snapshot','_getAPIPrefix','Decryptor','_clearHeartbeatTimer','getCurrentUser','_timeoutTimer','[OfflineState]:\x20received\x20acknowledgement.','concat','CONFLICT','string','call','isPermissionRej','_handler','socket\x20close','@univerjs/network','APPLY_REVISION_CONFILICT','_onRemoteChangeset','pad','_resendWithTimeout','CONNECTOR_DATA_TOO_LARGE','@univerjs/docs','getConfig','LEAVE','session.room-not-exists','ENSURE_SNAPSHOT_EXECUTION','_transformRemoteChangesetByIMECache','enc','reduce','routeKey','HttpImport','_onConflict','loadSheet','hasher','Module','/universer-api/file/{fileID}/sign-url','_registerDependencies','Utf8','includes','toDisposable','conflict','CollaborationEntity','_sessions','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','forEach','NOT_COLLAB','format','/collaborator','JOIN_ROOM_NOT_EXISTS','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','/object','UniverInstanceType','Could\x20not\x20dynamically\x20require\x20\x22','auth.needGotoLoginAlert','action','HMAC','_onConnectionFailed','refreshPermission','toggleOnline','_init','transformStack\x20failed!','DEFAULT_COLLAB_WEB_SOCKET_URL','getAllRangePermissionPoint','_map','ISingleActiveUnitService','_entities','JOIN_ROOM_FAILED','override','transformChangesets','_handlerCallback','_memberService','_onRemoteRetry','FAIL','_commentService','UniverSheetsPlugin','_retryConnectingTimer','registerHTTPInterceptor','firstValueFrom','HEARTBEAT_INTERVAL_KEY','LocalUndoRedoService','SnapshotServerOverHTTPService','YUUMI_RATE_OVER_LIMIT','getUnitType','_doProcessBlock','IContextService','ONLINE','workbook','_redoStacks','getMember','result','keySize','error$','CollaborativeUndoRedoService','APPLY_PERMISSION_DENIED','extend','StreamCipher','@univerjs/telemetry','HEARTBEAT_TIMEOUT_KEY','min','fetchMiss','getOwnPropertyDescriptor','JOIN_ROOM_PERMISSION_DENIED','_incrementRevisionNumber','_socket','ruleRefresh','UNISCRIPT_RUN','ILocalCacheService','method','downloadEndpointUrl','UnitObject','_imageSourceCache','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','createSocket','textEncoder','isTransformChangesetsSuccess','rev','SNAPSHOT_URL_KEY','HEARTBEAT_INTERVAL','memberID','_getRedoStack','UniverCore','SNAPSHOT_INVALID_SNAPSHOT','asObservable','getValue','getRoom','_substituteRedoStack','SheetsSelectionsService','PSEUDO_FETCH_MISSING_RESULT','randomBytes','object','sid','append','formatter','UniverCollaborationClientPlugin','m2Prime','getSnapshotAPIPath','_onRecvEvent','leaveEvent','src','commentUpdate$','BufferedBlockAlgorithm','AES','ticket','incrementRevOfUnit','amd','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','IPermissionService','serializeCombRequest','_getLoginPath','clear','batchAllowed','_updateLocalCache','then','_changesetReqId','entries','onRemoteRej','_transformStateCache','UnitEmbedded','next','decryptBlock','_waitForHeartbeatResponse','parseProtocolChangeset','updateOfflineData','cmd','[UniverCollaborationClientPlugin]','CollaborationEvent','onCommandExecuted','_keySchedule','[PendingState]:\x20received\x20acknowledgement.','MSG_FOR_ERROR','_initCloseConn','loginUrlKey','SUBMIT_CHANGESET','_sendHeartbeat','[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!','readyForCollab','_getUndoStack','members','ITransformService','range','_nDataBytes','_onMessage','_changesetSessionId','UniverSheets','EXCHANGE_SIGN_URL_SERVER_URL_KEY','/block/','ImageUploadStatusType','updateCollaborator','ceil','awaiting_with_pending','mixIn','SUCCUSS','ERROR_EXCEED_SIZE','Plugin','takeUntil','createEncryptor','_exhaustRemoteChangesetQueue','objectID','getCurrentRevOfUnit','ConflictState','ImageSourceType','NEW_CHANGESETS','UniverProCollaborationClient','finalize','collabWebSocketUrl','unpad','People','_sheetTransformSelectionsService','getMemberID','COLLAB_SUBMIT_CHANGESET_URL_KEY','_getCurrentRevision','getSheetBlock','37770436UEFeJX','_scheduleCollaborationTimeoutTimer','_onUserJoin','unitId','_univerInstanceService','unitID','saveChangeset','clearUndoRedo','[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.','FetchingMissState','rxjs/operators','_onRemoteACK','HttpExport','IAuthzIoService','crypto','OPTIONAL','execute','image/bmp','session','INTERNAL_ERROR','getUnitId','compose','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','_awaitingChangeset','state','HmacMD5','Malformed\x20UTF-8\x20data','close$','UNRECOGNIZED','_members','/rev/','_collaborationUIEventService','AuthzIoHttpService','event$','UniverProLicense','CHANGESET_REJ','_cipher','DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','UnitSnapshot','_onConnectionOpen','__esModule','_replaceFileID','replace','558190qyNPWt','@univerjs/core','message$','_initMergeInterceptor','_getSignURL','_key','RxDisposable','baseProtectionActions','/new_changes','YUUMI_UNABLE_LOAD_URL','Optional','update','reqId','_replayCachedMutations','onRemoteRetry','SUBMIT_CHANGESET_TIMEOUT','closeSession','onMissingChangesets','getCurrentSelections','_createHelper','_snapshotService','mode','_change$','MentionType','PERSON','random','Subject','byteLength','_executeRemoteChangeset','onStateChange','LICENSE_EXPORT_SIZE_EXCEEDED','localCacheService','pluginName','_clearTimeoutTimer','image/gif','_startCollaboration','push','offline','_entityInit$','complete','Injector','EmptyMutation','_authzIoService','location','deserializeToCombResponse','shareReplay','getGlobalObject','YUUMI_URL_COL_OUT_OF_RANGE','RichTextEditingMutation','defineProperty','CompressMutationService','hostname','_onOffline','PasswordBasedCipher','CollaborationStatus','SelectRange','Error\x20on\x20receiving\x20event','status','CipherParams','CHANGESET_ACK','JOIN_ROOM_FULL','CollaborationUIEventId','cfg','_event$','value','ISocketService','_invKeySchedule','UNIVER_SLIDE','getActiveSheet','LOCAL_CACHE_INTERVAL','getTime','collaboration_new_changeset','APPLY_DUPLICATED','_scheduleCompleteTimestamp','initWorkbookPermissionChange','onStarting','setWaitCount','UPDATE_CURSOR','toggleOffline','put','default','IImageIoService','type','_iKey','_socketReady','[CollaborationSessionService]:\x20socket\x20error','_schedule','RECV','reverse','reconnect','requireSession','CHANGESET_REVISION_CONFILICT','_nRounds','_unitID','save\x20fail\x20reason\x20is\x20','sessionStatus$','csRejEvent','Workbook','executeCommand','words','32bZAiGG','unitInfo$','UNKNOWN_CMD','RangeProtectionRuleModel','_acknowledgedAwaitingChangeset','params','_transformStack','USERS_ENTER','@univerjs/sheets','_socketMessageSubscription','AWAITING_WITH_PENDING','_append','ISnapshotServerService','updateMember','LIVESHARE_NEW_HOST','AWAITING','_substituteUndoStack','COMMENT_UPDATE','objectActions','liveShareNewHost','Inject','_queuedRemoteChangesets','objects','objectType','bind','&assign=','map','originalMeta','HmacSHA1','ILogService','fromCharCode','[PendingState]:\x20received\x20rejection.','_onLocalMutation','_onRemoteRejected','defaultWorkbookPermissionPoints','_pendingMutations','Cipher','_getAPIPrefixPath','2xNSyaX','session.room-cnt-exceeds','[SyncedState]:\x20received\x20acknowledgement.','SNAPSHOT_SERVER_URL_KEY','COLLAB_WEB_SOCKET_URL','removeMember','getRandomValues','SheetTransformSelectionsService','/universer-api/snapshot/','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','_collabSessionService','floor','_commandService','prototype','hasOwnProperty','createIdentifier','LICENSE_IMPORT_SIZE_EXCEEDED','SetSelectionsOperation','headers','SnapshotService','listCollaborators','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','eventID','setCurrentUser','_doFinalize','_singleActiveUnitService','_doReset','_roomMembers','snapshot','_clearScheduledTask','_clearUndo','_updateState','[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.','_socketService','AwaitingState','APPLY_NON_SEQUENTIAL_REVISION','DEFAULT_FILE_NAME','deepClone','stringify','_createHandler','updatePermissionObjEvent','HELLO','_onFetchMissResult','liveShareOperation','/unit/','IUndoRedoService','abs','subType','RETRY_CONNECTING_MAX_COUNT','patch','/universer-api/user/session-ticket','SHA1','socketService','getTypeOfUnitAdded$','title','charCodeAt','/universer-api/oidc/authpage','FETCH_MISSING','permissionRejEvent','fetchThroughInterceptors','pipe','_logService','\x0aAfter:\x20','fetch_missing','wsSessionTicketUrl','transformMutationsWithChangeset','sigBytes','SHOULD_CLOSE_CONN','_networkConditionService','JOIN','fetching\x20missing\x20changesets\x20from\x20','[CollaborationSession]','LOGIN_URL_KEY','{fileID}','enableOfflineEditing','ERROR_IMAGE','HEARTBEAT','getTargetByPermissionId','delay','actions','MentionIoHttpService','CollaborationSocketService','INGEST','_tryEnsureSocket','getLatestCsReqIdBySid','POST','toString','_lockTransition','list','_loadDoc','_isPermissionRej','compute','salt','_prevBlock','unsubscribe','getAllWorkbookPermissionPoint','createDecryptor','Base','502812eSDYfo','parseChangesetToProtocol','_reverseMap','HTTPService','saveImage','9GdAhJW','transformUndoRedo','_waitCount','getUnitStatus$','_retryCount','isTransformMutationsWithChangesetFailure','USERS_LEAVE','_ENC_XFORM_MODE','c2Prime','Base64','onRemoteAck','NoPadding','withCredentials','appendMutation','COMPRESS_MUTATION_APPLY','IDLE','_collaborationTimeoutTimer','get','_initDependencies','ivSize','csAckEvent','RevisionService','_sender','sendChangesetTimeout','collaboratorID','getUnit','set','buffer','getUnitOnRev','dispose$','NO_OTHER_CLIENTS_EDITING','_minBufferSize','_process','Univer','BASE64','_remoteChangesetQueue','code','_showConflictNotification','CHANGESET_SHOULD_RETRY','post','_hasher','online$','EvpKDF','/-/object/-/batch_allowed','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','SyncedState','iterations','revision','onTransformRemoteChangesetByStateCache','CollaborationController','origin','ITelemetryService','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','find','getAllWorksheetPermissionPointByPointPanel','fetchMissingChangesets','processBlock','onMissedChangesetFetched','localeService','_http','init','merge','_hash','MD5','subject','@univerjs/drawing','add','collaborators','&to=','unknown','algo','fromCollab','JSONX','lib','startsWith','onSyncEditingCollabCursor','_loadSheet','_createSocket','msCrypto','@univerjs-pro/license','CommandType','Undefined','take','OTHER_CLIENTS_EDITING','COMPRESS_MUTATION_SEND','setShowComponents','_checkMissing','HTTPRequest','x-univer-host','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','splice','joinRsp','requestParams','_localCacheService','size','dispose','not_collab','UNIVER_SHEET','DataLoaderService','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','Worksheet','clone','$super','SOCKET_FAILED_RETRY','snapshotServerUrl','_getSessionTicket','_throwTelemetryCollaborationNewChangeset','stopTime','_doCryptBlock','changesets','reject','onTransformSelections','_oKey','_unitInfo$','[OfflineState]:\x20received\x20changeset.','[PendingState]:\x20unhandled\x20univer\x20type:\x20','deleteCollaborator','awaitingChangeset','infoRsp','error','onSendChangeset','_initUnitPermissionChange','AwaitingWithPendingState','_permissionService','/role','_keyPriorReset','textRanges','subscribe','OfflineState','13903280RyzKRS','reset','ws://127.0.0.1:8000/universer-api/comb/connect','_parse','padding','APPLY_REJECT','mutations','IConfigService','delete','[CollaborationEntity]','?size=','\x0aCurrent:\x20','encrypt','values','\x20-\x20','_submitChangeset','_resendTimer','_disableEditing','_getDownloadEndpointURL','SEND_CHANGESET_TIMEOUT_KEY','getCollabEntity','LocaleService','BlockCipher','entityInit$','CollaborationSessionService','uniscriptRunEvent','ReplaySubject','data','_DEC_XFORM_MODE','38397AyPPXn','signUrlServerUrl','loadUnit','commentUpdateEvent','_updateStatus','runId','[DataLoaderService]','_userManagerService','onlyLocal','_type','_createInitialStateImpl','_injector','LIVESHARE_REQUEST_HOST','charAt','_initRequestHeader','_undoRedoService','parse','defaultWorksheetPermissionPoint','450fkEZPc','CollaborationUIEventService','_instanceService','retryConnectingInterval'];_0x3c5b=function(){return _0x36d2ac;};return _0x3c5b();}function _0x3d6f(_0x606b78,_0x1b12ff){var _0x3c5b0d=_0x3c5b();return _0x3d6f=function(_0x3d6f61,_0x14d510){_0x3d6f61=_0x3d6f61-0x1cb;var _0x5c77c0=_0x3c5b0d[_0x3d6f61];return _0x5c77c0;},_0x3d6f(_0x606b78,_0x1b12ff);}(function(_0x34ab16,_0x5ed1b2){var _0xc7dfe7=_0x3d6f,_0x3e3b79=_0x34ab16();while(!![]){try{var _0x31a489=-parseInt(_0xc7dfe7(0x320))/0x1*(parseInt(_0xc7dfe7(0x2be))/0x2)+parseInt(_0xc7dfe7(0x3c3))/0x3*(parseInt(_0xc7dfe7(0x298))/0x4)+parseInt(_0xc7dfe7(0x4c1))/0x5+-parseInt(_0xc7dfe7(0x3d5))/0x6*(parseInt(_0xc7dfe7(0x3e5))/0x7)+-parseInt(_0xc7dfe7(0x3a6))/0x8+-parseInt(_0xc7dfe7(0x325))/0x9*(-parseInt(_0xc7dfe7(0x234))/0xa)+parseInt(_0xc7dfe7(0x209))/0xb;if(_0x31a489===_0x5ed1b2)break;else _0x3e3b79['push'](_0x3e3b79['shift']());}catch(_0x3a7bdb){_0x3e3b79['push'](_0x3e3b79['shift']());}}}(_0x3c5b,0xee105),function(_0x292841,_0x48e7e4){var _0x39be8f=_0x3d6f;typeof exports==_0x39be8f(0x55a)&&typeof module<'u'?_0x48e7e4(exports,require(_0x39be8f(0x235)),require(_0x39be8f(0x3dd)),require(_0x39be8f(0x213)),require('@univerjs/network'),require(_0x39be8f(0x444)),require('@univerjs/telemetry'),require('@univerjs/docs'),require('@univerjs/sheets'),require(_0x39be8f(0x366)),require(_0x39be8f(0x374))):typeof define=='function'&&define[_0x39be8f(0x569)]?define(['exports',_0x39be8f(0x235),_0x39be8f(0x3dd),'rxjs/operators',_0x39be8f(0x4e8),_0x39be8f(0x444),_0x39be8f(0x539),_0x39be8f(0x4ee),_0x39be8f(0x2a0),'@univerjs/drawing',_0x39be8f(0x374)],_0x48e7e4):(_0x292841=typeof globalThis<'u'?globalThis:_0x292841||self,_0x48e7e4(_0x292841[_0x39be8f(0x1ff)]={},_0x292841[_0x39be8f(0x551)],_0x292841[_0x39be8f(0x3dd)],_0x292841[_0x39be8f(0x3dd)]['operators'],_0x292841['UniverNetwork'],_0x292841[_0x39be8f(0x4ca)],_0x292841['UniverTelemetry'],_0x292841['UniverDocs'],_0x292841[_0x39be8f(0x1ec)],_0x292841['UniverDrawing'],_0x292841[_0x39be8f(0x22b)]));}(this,function(_0x99c765,_0x52caf1,_0xdd3ece,_0x7dd7a3,_0x27c5b0,_0x5c9a28,_0x3db4d2,_0x3a2a89,_0x469f8f,_0x2e568f,_0x25eaf1){'use strict';var _0x596caf=_0x3d6f;var _0x5ac56e=Object[_0x596caf(0x265)],_0xf94e01=(_0x526f40,_0x307bcc,_0x1cc61e)=>_0x307bcc in _0x526f40?_0x5ac56e(_0x526f40,_0x307bcc,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x1cc61e}):_0x526f40[_0x307bcc]=_0x1cc61e,_0x5825d4=(_0x5f3029,_0x46364f,_0x189deb)=>_0xf94e01(_0x5f3029,typeof _0x46364f!=_0x596caf(0x46f)?_0x46364f+'':_0x46364f,_0x189deb);const _0x2fc05d=_0x596caf(0x2c1),_0x3e1164=_0x596caf(0x4da),_0x3edc5c=_0x596caf(0x54d),_0x115d7c='SEND_CHANGESET_TIMEOUT',_0xeffd59=_0x596caf(0x2c2),_0x482e5c=_0x596caf(0x3a8),_0x2ef966=_0x596caf(0x2f0),_0x4d6260=_0x596caf(0x54e),_0x2e5b39=_0x596caf(0x4c8),_0x2c2b1f=_0x596caf(0x2ee),_0x3abeeb=_0x596caf(0x279),_0x47ca00='COLLAB_SUBMIT_CHANGESET_URL',_0xfb7500='/universer-api/comb',_0x4378fb=_0x596caf(0x306),_0x4356aa=_0x596caf(0x2f6),_0xa4ae58=_0x596caf(0x455),_0x54d8f0=_0x596caf(0x426);var _0x5f4e69=(_0x4a6e32=>(_0x4a6e32[_0x4a6e32[_0x596caf(0x4d6)]=0x0]=_0x596caf(0x4d6),_0x4a6e32[_0x4a6e32['OK']=0x1]='OK',_0x4a6e32[_0x4a6e32[_0x596caf(0x21c)]=0x2]='INTERNAL_ERROR',_0x4a6e32[_0x4a6e32['PERMISSION_DENIED']=0x3]=_0x596caf(0x484),_0x4a6e32[_0x4a6e32[_0x596caf(0x462)]=0x4]=_0x596caf(0x462),_0x4a6e32[_0x4a6e32[_0x596caf(0x3f4)]=0x5]=_0x596caf(0x3f4),_0x4a6e32[_0x4a6e32['ALREADY_EXISTS']=0x6]='ALREADY_EXISTS',_0x4a6e32[_0x4a6e32[_0x596caf(0x476)]=0x7]=_0x596caf(0x476),_0x4a6e32[_0x4a6e32[_0x596caf(0x4bf)]=0x8]='TOO_MANY_REQUESTS',_0x4a6e32[_0x4a6e32[_0x596caf(0x430)]=0x9]='COMPLETION_FINISHED',_0x4a6e32[_0x4a6e32[_0x596caf(0x28f)]=0x1389]='CHANGESET_REVISION_CONFILICT',_0x4a6e32[_0x4a6e32[_0x596caf(0x552)]=0x1771]=_0x596caf(0x552),_0x4a6e32[_0x4a6e32['SNAPSHOT_HAS_BEEN_REMOVED']=0x1772]=_0x596caf(0x40e),_0x4a6e32[_0x4a6e32[_0x596caf(0x4f2)]=0x1773]=_0x596caf(0x4f2),_0x4a6e32[_0x4a6e32[_0x596caf(0x3ab)]=0x1b59]=_0x596caf(0x3ab),_0x4a6e32[_0x4a6e32['APPLY_NON_SEQUENTIAL_REVISION']=0x1b5a]=_0x596caf(0x2e1),_0x4a6e32[_0x4a6e32[_0x596caf(0x4e9)]=0x1b5b]=_0x596caf(0x4e9),_0x4a6e32[_0x4a6e32['APPLY_PERMISSION_DENIED']=0x1b5c]=_0x596caf(0x536),_0x4a6e32[_0x4a6e32[_0x596caf(0x27c)]=0x1b5d]=_0x596caf(0x27c),_0x4a6e32[_0x4a6e32[_0x596caf(0x4ed)]=0x1f41]=_0x596caf(0x4ed),_0x4a6e32[_0x4a6e32[_0x596caf(0x3e9)]=0x2329]=_0x596caf(0x3e9),_0x4a6e32[_0x4a6e32['LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED']=0x232a]=_0x596caf(0x351),_0x4a6e32[_0x4a6e32[_0x596caf(0x2ce)]=0x232b]='LICENSE_IMPORT_SIZE_EXCEEDED',_0x4a6e32[_0x4a6e32['LICENSE_EXPORT_SIZE_EXCEEDED']=0x232c]=_0x596caf(0x252),_0x4a6e32[_0x4a6e32[_0x596caf(0x3fc)]=0x232d]=_0x596caf(0x3fc),_0x4a6e32[_0x4a6e32[_0x596caf(0x23d)]=0x2711]=_0x596caf(0x23d),_0x4a6e32[_0x4a6e32['YUUMI_URL_COL_OUT_OF_RANGE']=0x2712]=_0x596caf(0x263),_0x4a6e32[_0x4a6e32[_0x596caf(0x52a)]=0x2713]=_0x596caf(0x52a),_0x4a6e32[_0x4a6e32[_0x596caf(0x3db)]=0x2714]=_0x596caf(0x3db),_0x4a6e32[_0x4a6e32[_0x596caf(0x225)]=-0x1]='UNRECOGNIZED',_0x4a6e32))(_0x5f4e69||{}),_0x52ffe0=(_0x512115=>(_0x512115[_0x512115[_0x596caf(0x487)]=0x0]=_0x596caf(0x487),_0x512115[_0x512115['UNIVER_DOC']=0x1]=_0x596caf(0x423),_0x512115[_0x512115[_0x596caf(0x386)]=0x2]=_0x596caf(0x386),_0x512115[_0x512115['UNIVER_SLIDE']=0x3]=_0x596caf(0x277),_0x512115[_0x512115['UNIVER_PROJECT']=0x4]=_0x596caf(0x428),_0x512115[_0x512115[_0x596caf(0x225)]=-0x1]=_0x596caf(0x225),_0x512115))(_0x52ffe0||{}),_0x5c2a73=(_0xcb49a4=>(_0xcb49a4[_0xcb49a4['UNKNOWN_CMD']=0x0]=_0x596caf(0x29a),_0xcb49a4[_0xcb49a4[_0x596caf(0x2e7)]=0x1]=_0x596caf(0x2e7),_0xcb49a4[_0xcb49a4['JOIN']=0x2]=_0x596caf(0x303),_0xcb49a4[_0xcb49a4['LEAVE']=0x3]=_0x596caf(0x4f0),_0xcb49a4[_0xcb49a4[_0x596caf(0x310)]=0x4]=_0x596caf(0x310),_0xcb49a4[_0xcb49a4[_0x596caf(0x30a)]=0x5]='HEARTBEAT',_0xcb49a4[_0xcb49a4[_0x596caf(0x28b)]=0x6]=_0x596caf(0x28b),_0xcb49a4[_0xcb49a4[_0x596caf(0x225)]=-0x1]=_0x596caf(0x225),_0xcb49a4))(_0x5c2a73||{}),_0x503400=(_0x440d6f=>(_0x440d6f[_0x440d6f[_0x596caf(0x4c6)]=0x0]=_0x596caf(0x4c6),_0x440d6f[_0x440d6f['OK']=0x1]='OK',_0x440d6f[_0x440d6f[_0x596caf(0x521)]=0x2]=_0x596caf(0x521),_0x440d6f[_0x440d6f[_0x596caf(0x270)]=0x3e9]='JOIN_ROOM_FULL',_0x440d6f[_0x440d6f[_0x596caf(0x509)]=0x3ea]=_0x596caf(0x509),_0x440d6f[_0x440d6f['JOIN_ROOM_PERMISSION_DENIED']=0x3eb]='JOIN_ROOM_PERMISSION_DENIED',_0x440d6f[_0x440d6f[_0x596caf(0x3d9)]=0x3ec]=_0x596caf(0x3d9),_0x440d6f[_0x440d6f[_0x596caf(0x225)]=-0x1]=_0x596caf(0x225),_0x440d6f))(_0x503400||{}),_0x5ba4ad=(_0x18ffc2=>(_0x18ffc2[_0x18ffc2['Undefined']=0x0]=_0x596caf(0x376),_0x18ffc2[_0x18ffc2[_0x596caf(0x4f7)]=0x1]=_0x596caf(0x4f7),_0x18ffc2[_0x18ffc2[_0x596caf(0x215)]=0x2]=_0x596caf(0x215),_0x18ffc2[_0x18ffc2[_0x596caf(0x1d2)]=0x3]=_0x596caf(0x1d2),_0x18ffc2[_0x18ffc2[_0x596caf(0x22f)]=0x4]='UnitSnapshot',_0x18ffc2[_0x18ffc2['UNRECOGNIZED']=-0x1]=_0x596caf(0x225),_0x18ffc2))(_0x5ba4ad||{});const _0xd49a88='collaboration-client.config',_0x1bc58d={};var _0x5df2b7=(_0x5d3e08=>(_0x5d3e08[_0x596caf(0x43a)]=_0x596caf(0x43a),_0x5d3e08[_0x596caf(0x484)]=_0x596caf(0x484),_0x5d3e08[_0x596caf(0x4e2)]=_0x596caf(0x4e2),_0x5d3e08[_0x596caf(0x48c)]=_0x596caf(0x48c),_0x5d3e08[_0x596caf(0x51b)]='JOIN_ROOM_FAILED',_0x5d3e08['SOCKET_FAILED_RETRY']=_0x596caf(0x38c),_0x5d3e08['SOCKET_FAILED']=_0x596caf(0x424),_0x5d3e08[_0x596caf(0x243)]=_0x596caf(0x243),_0x5d3e08))(_0x5df2b7||{});class _0x3c9c4d{constructor(){var _0x103707=_0x596caf;_0x5825d4(this,_0x103707(0x273),new _0xdd3ece[(_0x103707(0x24e))]()),_0x5825d4(this,_0x103707(0x22a),this[_0x103707(0x273)][_0x103707(0x553)]());}['emitEvent'](_0x59c8db){var _0x369c0e=_0x596caf;this[_0x369c0e(0x273)][_0x369c0e(0x1d3)](_0x59c8db);}}const _0x254415=_0x52caf1[_0x596caf(0x2cd)](_0x596caf(0x463));function _0x42b2d8(_0x48ae74){var _0x207fff=_0x596caf,_0x414c36,_0x2c6a04,_0x5290bf,_0x39f04e,_0x286a22;const _0xcfd9e=_0x48ae74['data'],_0x3a0dc2=JSON[_0x207fff(0x3d3)](_0xcfd9e);switch(_0x3a0dc2['cmd']){case _0x5c2a73[_0x207fff(0x30a)]:case _0x5c2a73[_0x207fff(0x2e7)]:{const _0x305f59=_0x3a0dc2[_0x207fff(0x39b)];return{..._0x3a0dc2,'data':_0x305f59,'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};}case _0x5c2a73[_0x207fff(0x303)]:{const _0x15bdb8=_0x3a0dc2[_0x207fff(0x380)];return{..._0x3a0dc2,'data':_0x15bdb8,'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};}case _0x5c2a73[_0x207fff(0x28b)]:{const _0x3b2155=_0x3a0dc2['collaMsg'];switch(_0x3b2155[_0x207fff(0x2d4)]){case _0x5c9a28['CollaborationEvent']['PERMISSION_REJ']:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':(_0x414c36=_0x3b2155[_0x207fff(0x2f8)])==null?void 0x0:_0x414c36['cs']},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x26f)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':(_0x2c6a04=_0x3b2155[_0x207fff(0x339)])==null?void 0x0:_0x2c6a04['cs']},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x1fe)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':(_0x5290bf=_0x3b2155['newCsEvent'])==null?void 0x0:_0x5290bf['cs']},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x22c)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':(_0x39f04e=_0x3b2155[_0x207fff(0x294)])==null?void 0x0:_0x39f04e['cs']},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x34b)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':(_0x286a22=_0x3b2155['csShouldRetryEvent'])==null?void 0x0:_0x286a22['cs']},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x281)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':_0x3b2155['updateCursorEvent']},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x29f)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':_0x3b2155[_0x207fff(0x415)]},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28['CollaborationEvent']['USERS_LEAVE']:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':_0x3b2155[_0x207fff(0x562)]},'cmd':_0x3a0dc2['cmd']};case _0x5c9a28[_0x207fff(0x1da)]['LIVESHARE_NEW_HOST']:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':_0x3b2155[_0x207fff(0x2ab)]},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x4c3)]:case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x46d)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':_0x3b2155[_0x207fff(0x2e9)]},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x474)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':_0x3b2155['liveShareNewHost']},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x1de)]:return{..._0x3a0dc2,'data':_0x3b2155,'cmd':_0x3a0dc2['cmd']};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x2a9)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':_0x3b2155[_0x207fff(0x3c6)]},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x4b0)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':_0x3b2155[_0x207fff(0x2e6)]},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x301)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':_0x3b2155[_0x207fff(0x48f)]},'cmd':_0x3a0dc2['cmd']};case _0x5c9a28[_0x207fff(0x1da)][_0x207fff(0x542)]:return{..._0x3a0dc2,'data':{..._0x3b2155,'data':_0x3b2155[_0x207fff(0x3bf)]},'cmd':_0x3a0dc2[_0x207fff(0x1d8)]};default:return _0x3a0dc2;}}default:return _0x3a0dc2;}}function _0x230747(_0x2a0f1f){var _0x32fb99=_0x596caf;switch(_0x2a0f1f[_0x32fb99(0x1d8)]){case _0x5c2a73['HEARTBEAT']:case _0x5c2a73[_0x32fb99(0x2e7)]:return JSON[_0x32fb99(0x2e4)]({'cmd':_0x2a0f1f[_0x32fb99(0x1d8)],'routeKey':_0x2a0f1f[_0x32fb99(0x4f6)]});case _0x5c2a73[_0x32fb99(0x310)]:{let _0x2368ee;switch(_0x2a0f1f[_0x32fb99(0x3c1)][_0x32fb99(0x2d4)]){case _0x5c9a28[_0x32fb99(0x1da)][_0x32fb99(0x281)]:{_0x2368ee={'eventID':_0x5c9a28['CollaborationEvent'][_0x32fb99(0x281)],'updateCursorEvent':_0x2a0f1f[_0x32fb99(0x3c1)][_0x32fb99(0x3c1)]};break;}case _0x5c9a28[_0x32fb99(0x1da)][_0x32fb99(0x32b)]:{_0x2368ee={'eventID':_0x5c9a28['CollaborationEvent']['USERS_LEAVE'],'leaveEvent':_0x2a0f1f[_0x32fb99(0x3c1)][_0x32fb99(0x3c1)]};break;}case _0x5c9a28[_0x32fb99(0x1da)][_0x32fb99(0x29f)]:{_0x2368ee={'eventID':_0x5c9a28[_0x32fb99(0x1da)][_0x32fb99(0x29f)],'joinEvent':_0x2a0f1f[_0x32fb99(0x3c1)][_0x32fb99(0x3c1)]};break;}case _0x5c9a28['CollaborationEvent']['LIVESHARE_NEW_HOST']:{_0x2368ee={'eventID':_0x5c9a28[_0x32fb99(0x1da)][_0x32fb99(0x2a6)],'liveShareNewHost':_0x2a0f1f[_0x32fb99(0x3c1)][_0x32fb99(0x3c1)]};break;}case _0x5c9a28[_0x32fb99(0x1da)][_0x32fb99(0x46d)]:{_0x2368ee={'eventID':_0x5c9a28[_0x32fb99(0x1da)]['LIVESHARE_OPERATION'],'liveShareOperation':_0x2a0f1f['data']['data']};break;}case _0x5c9a28[_0x32fb99(0x1da)][_0x32fb99(0x474)]:{_0x2368ee={'eventID':_0x5c9a28[_0x32fb99(0x1da)]['LIVESHARE_TERMINATE'],'liveShareTerminate':_0x2a0f1f['data'][_0x32fb99(0x3c1)]};break;}case _0x5c9a28[_0x32fb99(0x1da)][_0x32fb99(0x3cf)]:{_0x2368ee={'eventID':_0x5c9a28[_0x32fb99(0x1da)][_0x32fb99(0x3cf)],'liveShareRequestHost':_0x2a0f1f['data'][_0x32fb99(0x3c1)]};break;}case _0x5c9a28['CollaborationEvent']['LIVESHARE_FETCH_OPERATIONS']:{_0x2368ee={'eventID':_0x5c9a28[_0x32fb99(0x1da)][_0x32fb99(0x4c3)]};break;}default:_0x2368ee={'eventID':_0x2a0f1f['data'][_0x32fb99(0x2d4)]};}return JSON[_0x32fb99(0x2e4)]({'cmd':_0x2a0f1f[_0x32fb99(0x1d8)],'routeKey':_0x2a0f1f[_0x32fb99(0x4f6)],'collaMsg':_0x2368ee});}case _0x5c2a73['JOIN']:return JSON[_0x32fb99(0x2e4)]({'cmd':_0x2a0f1f[_0x32fb99(0x1d8)],'routeKey':_0x2a0f1f[_0x32fb99(0x4f6)],'joinReq':_0x2a0f1f[_0x32fb99(0x3c1)]});case _0x5c2a73[_0x32fb99(0x4f0)]:return JSON[_0x32fb99(0x2e4)]({'cmd':_0x2a0f1f[_0x32fb99(0x1d8)],'routeKey':_0x2a0f1f['routeKey'],'leaveReq':_0x2a0f1f[_0x32fb99(0x3c1)]});default:throw new Error(_0x32fb99(0x40f));}}var _0xb0289d=Object['defineProperty'],_0x2c8205=Object['getOwnPropertyDescriptor'],_0x241a7d=(_0x8104d,_0xcd0092,_0x354722,_0x539d6a)=>{for(var _0x5d551a=_0x539d6a>0x1?void 0x0:_0x539d6a?_0x2c8205(_0xcd0092,_0x354722):_0xcd0092,_0x48367f=_0x8104d['length']-0x1,_0x28d8bd;_0x48367f>=0x0;_0x48367f--)(_0x28d8bd=_0x8104d[_0x48367f])&&(_0x5d551a=(_0x539d6a?_0x28d8bd(_0xcd0092,_0x354722,_0x5d551a):_0x28d8bd(_0x5d551a))||_0x5d551a);return _0x539d6a&&_0x5d551a&&_0xb0289d(_0xcd0092,_0x354722,_0x5d551a),_0x5d551a;},_0x26d6c3=(_0x258a23,_0x5bbda5)=>(_0x2e4341,_0x4609a5)=>_0x5bbda5(_0x2e4341,_0x4609a5,_0x258a23);const _0x3b2a3a=_0x52caf1[_0x596caf(0x2cd)](_0x596caf(0x480));function _0xa87d5c(_0x3bd36d,_0x5f1c1b,_0x95e6f4){var _0x34f9d0=_0x596caf;return _0x3bd36d+'/'+_0x5f1c1b+_0x34f9d0(0x2ea)+_0x95e6f4+_0x34f9d0(0x23c);}_0x99c765[_0x596caf(0x30f)]=class extends _0x52caf1[_0x596caf(0x3e7)]{constructor(_0x2e456d,_0x294b2d,_0x26804c,_0x3ccf6a,_0x3fa23b){var _0x42a730=_0x596caf;super(),this[_0x42a730(0x3ce)]=_0x2e456d,this[_0x42a730(0x360)]=_0x294b2d,this[_0x42a730(0x4d1)]=_0x26804c,this[_0x42a730(0x2fb)]=_0x3ccf6a,this[_0x42a730(0x4a9)]=_0x3fa23b;}['createSocket'](_0x2cf8fd){var _0x71f2e8=_0x596caf;const _0x211c72=this['_injector']['get'](_0x27c5b0[_0x71f2e8(0x275)]);if(!_0x211c72)throw new Error(_0x71f2e8(0x1e3));const _0x571d1e=_0x211c72[_0x71f2e8(0x549)](_0x2cf8fd);if(!_0x571d1e)throw new Error(_0x71f2e8(0x3e3));const _0x4eebee=new _0x52caf1['DisposableCollection'](),_0x3d2c9f=new _0xdd3ece[(_0x71f2e8(0x24e))]();_0x4eebee[_0x71f2e8(0x367)](_0x571d1e['close$'][_0x71f2e8(0x3a4)](_0x3caa17=>_0x3d2c9f[_0x71f2e8(0x1d3)](_0x3caa17))),_0x4eebee[_0x71f2e8(0x367)](_0x52caf1['toDisposable'](()=>_0x3d2c9f['complete']()));const _0x3d9cef=new _0xdd3ece[(_0x71f2e8(0x24e))]();_0x4eebee[_0x71f2e8(0x367)](_0x571d1e[_0x71f2e8(0x534)][_0x71f2e8(0x3a4)](_0xb351c=>_0x3d9cef[_0x71f2e8(0x1d3)](_0xb351c))),_0x4eebee[_0x71f2e8(0x367)](_0x52caf1[_0x71f2e8(0x500)](()=>_0x3d9cef['complete']()));const _0xf90499=new _0xdd3ece[(_0x71f2e8(0x24e))]();_0x4eebee['add'](_0x571d1e['message$'][_0x71f2e8(0x3a4)](_0x51619a=>{var _0x19d5bf=_0x71f2e8;const _0x1f2277=_0x42b2d8(_0x51619a);_0xf90499[_0x19d5bf(0x1d3)](_0x1f2277);})),_0x4eebee[_0x71f2e8(0x367)](_0x52caf1[_0x71f2e8(0x500)](()=>_0xf90499['complete']()));let _0x4a7265;const _0x51ee32=()=>{var _0x5a175b=_0x71f2e8;_0x3d9cef[_0x5a175b(0x1d3)](new Event(_0x5a175b(0x4d9))),_0x3d2c9f['next'](new CloseEvent(_0x5a175b(0x4d9))),_0x4a7265['close']();};return _0x4a7265={'memberID':'','close$':_0x3d2c9f[_0x71f2e8(0x553)](),'error$':_0x3d9cef[_0x71f2e8(0x553)](),'open$':_0x571d1e[_0x71f2e8(0x464)],'message$':_0xf90499[_0x71f2e8(0x553)](),'send':_0x3477f3=>{var _0x124464=_0x71f2e8;if(_0x3477f3[_0x124464(0x1d8)]===_0x5c2a73[_0x124464(0x310)]){if(_0x3477f3[_0x124464(0x3c1)][_0x124464(0x2d4)]===_0x5c9a28[_0x124464(0x1da)]['SUBMIT_CHANGESET']){this[_0x124464(0x3b5)](_0x4a7265,_0x3477f3[_0x124464(0x3c1)])['catch'](_0x7d64c1=>{var _0x417a1b=_0x124464;this[_0x417a1b(0x2fb)][_0x417a1b(0x39c)](_0x7d64c1),_0x51ee32();});return;}if(_0x3477f3[_0x124464(0x3c1)]['eventID']===_0x5c9a28[_0x124464(0x1da)][_0x124464(0x2f7)]){const _0x374b6d=_0x3477f3[_0x124464(0x3c1)];this[_0x124464(0x44d)](_0x374b6d)[_0x124464(0x1cd)](_0x40776b=>{var _0x323ac3=_0x124464;_0xf90499[_0x323ac3(0x1d3)]({'cmd':_0x5c2a73[_0x323ac3(0x28b)],'code':_0x503400['OK'],'routeKey':_0x374b6d[_0x323ac3(0x3c1)][_0x323ac3(0x20e)],'routeType':'','data':{'eventID':_0x5c9a28[_0x323ac3(0x1da)][_0x323ac3(0x558)],'data':{'changesets':_0x40776b}}});})['catch'](_0x6e7294=>{var _0x2d45fa=_0x124464;this[_0x2d45fa(0x2fb)][_0x2d45fa(0x39c)](_0x6e7294),_0x51ee32();});return;}}_0x571d1e['send'](_0x230747(_0x3477f3));},'close':()=>{var _0x183a3b=_0x71f2e8;_0x571d1e[_0x183a3b(0x4a7)](),_0x4eebee[_0x183a3b(0x384)]();}},_0x4a7265;}async['_submitChangeset'](_0x443e52,_0x20277d){var _0x3b18b0=_0x596caf,_0x1ff3de,_0x2b7ede;const {unitType:_0x1a4b24,unitID:_0x1e2959,changeset:_0xef1e06}=_0x20277d[_0x3b18b0(0x3c1)],_0x7d9cb8={'unitID':_0x1e2959,'memberID':_0x443e52[_0x3b18b0(0x54f)],'type':_0x1a4b24,'changeset':_0x5c9a28[_0x3b18b0(0x321)](_0xef1e06)},_0x13472a=this[_0x3b18b0(0x4d1)][_0x3b18b0(0x4ef)](_0x47ca00),_0x4d5f49=this[_0x3b18b0(0x4d1)]['getConfig'](_0xd49a88),_0x406a05=_0xa87d5c((_0x2b7ede=(_0x1ff3de=_0x4d5f49==null?void 0x0:_0x4d5f49['collabSubmitChangesetUrl'])!=null?_0x1ff3de:_0x13472a)!=null?_0x2b7ede:_0xfb7500,_0x1a4b24,_0x1e2959);try{await this[_0x3b18b0(0x360)][_0x3b18b0(0x34c)](_0x406a05,{'body':_0x7d9cb8});}catch(_0x10ac1f){throw this[_0x3b18b0(0x2fb)][_0x3b18b0(0x39c)](_0x3b18b0(0x305),_0x3b18b0(0x4b3)),_0x10ac1f;}}async[_0x596caf(0x44d)](_0x590af0){var _0x182818=_0x596caf;const {unitID:_0x881834,from:_0x3d65af,to:_0x5ac8c5,unitType:_0x267011}=_0x590af0['data'];return(await this['_snapshotServerService'][_0x182818(0x35c)]({'metadata':void 0x0},{'unitID':_0x881834,'type':_0x267011,'from':_0x3d65af,'to':_0x5ac8c5}))[_0x182818(0x392)];}},_0x99c765[_0x596caf(0x30f)]=_0x241a7d([_0x26d6c3(0x0,_0x52caf1['Inject'](_0x52caf1[_0x596caf(0x25c)])),_0x26d6c3(0x1,_0x52caf1[_0x596caf(0x2ac)](_0x27c5b0[_0x596caf(0x323)])),_0x26d6c3(0x2,_0x52caf1[_0x596caf(0x3ad)]),_0x26d6c3(0x3,_0x52caf1['ILogService']),_0x26d6c3(0x4,_0x5c9a28[_0x596caf(0x2a4)])],_0x99c765['CollaborationSocketService']);const _0x5a4a89=_0x596caf(0x27b);function _0x529c33(_0x2eaf48){var _0x2450ca=_0x596caf;return JSON[_0x2450ca(0x2e4)](_0x2eaf48)[_0x2450ca(0x4d8)];}class _0x29b772{constructor(){var _0x2c354c=_0x596caf;_0x5825d4(this,'_commentUpdate$',new _0xdd3ece[(_0x2c354c(0x24e))]()),_0x5825d4(this,_0x2c354c(0x564),this[_0x2c354c(0x3df)][_0x2c354c(0x553)]());}[_0x596caf(0x4bc)](_0x3d4a6c){var _0x4c6ec6=_0x596caf;this[_0x4c6ec6(0x3df)][_0x4c6ec6(0x1d3)](_0x3d4a6c);}}var _0x4081cc=Object[_0x596caf(0x265)],_0x24fa51=Object[_0x596caf(0x53d)],_0x512ef2=(_0x37d850,_0x861a00,_0x22214b,_0x5cdb60)=>{var _0xc6584b=_0x596caf;for(var _0x252ca7=_0x5cdb60>0x1?void 0x0:_0x5cdb60?_0x24fa51(_0x861a00,_0x22214b):_0x861a00,_0x3c05ba=_0x37d850[_0xc6584b(0x4d8)]-0x1,_0x2bfb0e;_0x3c05ba>=0x0;_0x3c05ba--)(_0x2bfb0e=_0x37d850[_0x3c05ba])&&(_0x252ca7=(_0x5cdb60?_0x2bfb0e(_0x861a00,_0x22214b,_0x252ca7):_0x2bfb0e(_0x252ca7))||_0x252ca7);return _0x5cdb60&&_0x252ca7&&_0x4081cc(_0x861a00,_0x22214b,_0x252ca7),_0x252ca7;},_0x4e0ce1=(_0x594626,_0x2cea91)=>(_0x3cc9f8,_0x3ca541)=>_0x2cea91(_0x3cc9f8,_0x3ca541,_0x594626);_0x99c765[_0x596caf(0x41c)]=class extends _0x52caf1['Disposable']{constructor(_0x520922,_0x182be3){var _0xcc20e1=_0x596caf;super(),_0x5825d4(this,_0xcc20e1(0x2d9),new Map()),_0x5825d4(this,'_roomCreated$',new _0xdd3ece[(_0xcc20e1(0x24e))]()),(this[_0xcc20e1(0x20d)]=_0x520922,this[_0xcc20e1(0x3ca)]=_0x182be3,this[_0xcc20e1(0x4af)](_0xdd3ece[_0xcc20e1(0x362)](this[_0xcc20e1(0x20d)][_0xcc20e1(0x407)](_0x52caf1['UniverInstanceType'][_0xcc20e1(0x386)])[_0xcc20e1(0x2fa)](_0x7dd7a3[_0xcc20e1(0x2b2)](_0x1d2eb2=>_0x1d2eb2[_0xcc20e1(0x21d)]())),this[_0xcc20e1(0x20d)][_0xcc20e1(0x407)](_0x52caf1[_0xcc20e1(0x50c)]['UNIVER_DOC'])[_0xcc20e1(0x2fa)](_0x7dd7a3[_0xcc20e1(0x2b2)](_0x189a7c=>_0x189a7c[_0xcc20e1(0x21d)]())),this[_0xcc20e1(0x20d)][_0xcc20e1(0x407)](_0x52caf1['UniverInstanceType']['UNIVER_SLIDE'])[_0xcc20e1(0x2fa)](_0x7dd7a3['map'](_0x3ec074=>_0x3ec074[_0xcc20e1(0x21d)]())))[_0xcc20e1(0x3a4)](_0x288dc7=>this[_0xcc20e1(0x41f)](_0x288dc7))));}[_0x596caf(0x48a)](_0x18ada2){var _0x17a127=_0x596caf;return this['_roomMembers']['has'](_0x18ada2)?_0xdd3ece['of'](this[_0x17a127(0x2d9)]['get'](_0x18ada2)):this[_0x17a127(0x41b)]['pipe'](_0x7dd7a3[_0x17a127(0x2b2)](_0xf41520=>{var _0x4dda1f=_0x17a127;if(_0xf41520===_0x18ada2)return this['_roomMembers'][_0x4dda1f(0x336)](_0xf41520);}));}[_0x596caf(0x2d5)](_0x518c22){var _0x50e56d=_0x596caf;this[_0x50e56d(0x3ca)]['setCurrentUser'](_0x518c22);}['getCurrentUser'](){var _0x409876=_0x596caf;return this['_userManagerService'][_0x409876(0x4de)]();}[_0x596caf(0x2a5)](_0x58d5d0,_0x52e8b1){var _0x4bec52=_0x596caf;let _0xb3c55=this['_roomMembers'][_0x4bec52(0x336)](_0x58d5d0);_0xb3c55||(_0xb3c55=new _0x4b7397(),this[_0x4bec52(0x2d9)][_0x4bec52(0x33f)](_0x58d5d0,_0xb3c55),this[_0x4bec52(0x41b)][_0x4bec52(0x1d3)](_0x58d5d0)),_0xb3c55[_0x4bec52(0x2a5)](_0x52e8b1);}['removeMember'](_0x25add5,_0x410d0f){var _0x42466c=_0x596caf;const _0x5ab3c2=this[_0x42466c(0x2d9)]['get'](_0x25add5);_0x5ab3c2&&_0x5ab3c2[_0x42466c(0x2c3)](_0x410d0f);}[_0x596caf(0x555)](_0x200dd9){var _0x404f6b=_0x596caf;return this['_roomMembers'][_0x404f6b(0x336)](_0x200dd9);}[_0x596caf(0x531)](_0x48ae15,_0x30a5a8){var _0xc0dafd=_0x596caf;const _0x42cb00=this['_roomMembers']['get'](_0x48ae15);if(_0x42cb00)return _0x42cb00[_0xc0dafd(0x531)](_0x30a5a8);}['_removeRoom'](_0x12cfb6){var _0x13a348=_0x596caf;const _0x47872a=this[_0x13a348(0x2d9)][_0x13a348(0x336)](_0x12cfb6);_0x47872a&&(_0x47872a[_0x13a348(0x384)](),this[_0x13a348(0x2d9)][_0x13a348(0x3ae)](_0x12cfb6));}[_0x596caf(0x384)](){var _0x3a852a=_0x596caf;this[_0x3a852a(0x2d9)][_0x3a852a(0x505)](_0x4090ac=>_0x4090ac[_0x3a852a(0x384)]()),this[_0x3a852a(0x2d9)]['clear'](),this[_0x3a852a(0x41b)][_0x3a852a(0x25b)]();}},_0x99c765[_0x596caf(0x41c)]=_0x512ef2([_0x4e0ce1(0x0,_0x52caf1[_0x596caf(0x4c2)]),_0x4e0ce1(0x1,_0x52caf1['Inject'](_0x52caf1[_0x596caf(0x478)]))],_0x99c765['MemberService']);class _0x4b7397 extends _0x52caf1[_0x596caf(0x3e7)]{constructor(){var _0x1b07bc=_0x596caf;super(...arguments),_0x5825d4(this,_0x1b07bc(0x226),new Map()),_0x5825d4(this,'_members$',new _0xdd3ece[(_0x1b07bc(0x409))](this[_0x1b07bc(0x226)])),_0x5825d4(this,_0x1b07bc(0x4c4),this[_0x1b07bc(0x497)]['asObservable']());}['dispose'](){this['_members']['clear']();}[_0x596caf(0x2a5)](_0x535d9e){var _0xdbaeab=_0x596caf;this[_0xdbaeab(0x226)][_0xdbaeab(0x33f)](_0x535d9e[_0xdbaeab(0x54f)],_0x535d9e),this['_emitMembers']();}['removeMember'](_0x32d29b){var _0x3322b0=_0x596caf;this[_0x3322b0(0x226)][_0x3322b0(0x3ae)](_0x32d29b);}['getMember'](_0x3f45f4){var _0x36b07b=_0x596caf;return this[_0x36b07b(0x226)][_0x36b07b(0x336)](_0x3f45f4);}['getAllMembers'](){var _0x24d40d=_0x596caf;return Array['from'](this[_0x24d40d(0x226)][_0x24d40d(0x3b3)]());}['_emitMembers'](){var _0x2d3064=_0x596caf;this[_0x2d3064(0x497)][_0x2d3064(0x1d3)](this[_0x2d3064(0x226)]);}}var _0x3155ec=Object[_0x596caf(0x265)],_0x1e2344=Object[_0x596caf(0x53d)],_0xc07718=(_0x3b643d,_0x182fdc,_0x25fb3f,_0x2746ca)=>{var _0x34fa7b=_0x596caf;for(var _0x58152e=_0x2746ca>0x1?void 0x0:_0x2746ca?_0x1e2344(_0x182fdc,_0x25fb3f):_0x182fdc,_0x5d6686=_0x3b643d[_0x34fa7b(0x4d8)]-0x1,_0x1057a4;_0x5d6686>=0x0;_0x5d6686--)(_0x1057a4=_0x3b643d[_0x5d6686])&&(_0x58152e=(_0x2746ca?_0x1057a4(_0x182fdc,_0x25fb3f,_0x58152e):_0x1057a4(_0x58152e))||_0x58152e);return _0x2746ca&&_0x58152e&&_0x3155ec(_0x182fdc,_0x25fb3f,_0x58152e),_0x58152e;},_0x234e2=(_0x35de36,_0x3f90d3)=>(_0x5ef203,_0x4d0924)=>_0x3f90d3(_0x5ef203,_0x4d0924,_0x35de36),_0x290833=(_0x3db67d=>(_0x3db67d[_0x3db67d[_0x596caf(0x334)]=0x0]=_0x596caf(0x334),_0x3db67d[_0x3db67d[_0x596caf(0x41e)]=0x1]='JOINING',_0x3db67d[_0x3db67d['OFFLINE']=0x2]=_0x596caf(0x47b),_0x3db67d[_0x3db67d[_0x596caf(0x52e)]=0x3]=_0x596caf(0x52e),_0x3db67d))(_0x290833||{});const _0x435830={[_0x503400[_0x596caf(0x521)]]:'session.join-failed',[_0x503400[_0x596caf(0x270)]]:'session.room-full',[_0x503400[_0x596caf(0x509)]]:_0x596caf(0x4f1),[_0x503400[_0x596caf(0x53e)]]:_0x596caf(0x3e8),[_0x503400[_0x596caf(0x3d9)]]:_0x596caf(0x2bf)};_0x99c765[_0x596caf(0x4b7)]=class extends _0x52caf1[_0x596caf(0x23a)]{constructor(_0x591856,_0x417459,_0x1f64fc,_0x4b3725,_0x469d4e,_0x30b2ba,_0x562acf,_0x49a1b5,_0x174be3){var _0x40c07b=_0x596caf;super(),_0x5825d4(this,'_sessionStatus$',new _0xdd3ece[(_0x40c07b(0x409))](0x0)),_0x5825d4(this,_0x40c07b(0x293),this[_0x40c07b(0x3f3)]['asObservable']()),_0x5825d4(this,_0x40c07b(0x273),new _0xdd3ece[(_0x40c07b(0x24e))]()),_0x5825d4(this,_0x40c07b(0x22a),this[_0x40c07b(0x273)][_0x40c07b(0x553)]()),_0x5825d4(this,_0x40c07b(0x540)),_0x5825d4(this,'_socketMessageSubscription'),_0x5825d4(this,'_collaborationTimeoutTimer'),_0x5825d4(this,_0x40c07b(0x44b),!0x1),_0x5825d4(this,_0x40c07b(0x442),null),(this['_unitID']=_0x591856,this[_0x40c07b(0x2fb)]=_0x1f64fc,this[_0x40c07b(0x4d1)]=_0x4b3725,this[_0x40c07b(0x3f9)]=_0x469d4e,this[_0x40c07b(0x51f)]=_0x30b2ba,this[_0x40c07b(0x522)]=_0x562acf,this[_0x40c07b(0x228)]=_0x49a1b5,this['_telemetryService']=_0x174be3,this['_shouldReportTelemetry']=!!this[_0x40c07b(0x47c)],_0x417459['pipe'](_0xdd3ece[_0x40c07b(0x1f7)](this[_0x40c07b(0x342)]))[_0x40c07b(0x3a4)](_0x5de590=>{var _0x39388d=_0x40c07b,_0xf453ff;typeof _0x5de590>'u'||(this['_socket']=_0x5de590,_0x5de590?(this[_0x39388d(0x40d)](_0x5de590),this[_0x39388d(0x2a1)]=_0x5de590[_0x39388d(0x236)][_0x39388d(0x3a4)](_0x516d31=>{var _0x295345=_0x39388d;_0x516d31['routeKey']===this[_0x295345(0x291)]&&this[_0x295345(0x44f)](_0x516d31);})):(this[_0x39388d(0x38f)](),this['_sessionStatus$'][_0x39388d(0x1d3)](0x2),(_0xf453ff=this['_socketMessageSubscription'])==null||_0xf453ff[_0x39388d(0x31c)](),this[_0x39388d(0x2a1)]=null));}));}get[_0x596caf(0x479)](){var _0x2f7403=_0x596caf;return this[_0x2f7403(0x3f3)][_0x2f7403(0x554)]();}[_0x596caf(0x205)](){var _0x20d053=_0x596caf,_0x3d6eca,_0xee1df3;return(_0xee1df3=(_0x3d6eca=this[_0x20d053(0x540)])==null?void 0x0:_0x3d6eca[_0x20d053(0x54f)])!=null?_0xee1df3:null;}[_0x596caf(0x384)](){var _0x25e417=_0x596caf;super['dispose'](),this[_0x25e417(0x342)][_0x25e417(0x1d3)](),this[_0x25e417(0x342)][_0x25e417(0x25b)]();}[_0x596caf(0x4a7)](){var _0xea2f75=_0x596caf,_0x1fca7a,_0x520d5d;this['_throwTelemetryCollaborationNewChangeset'](),(_0x1fca7a=this['_socket'])==null||_0x1fca7a[_0xea2f75(0x458)]({'cmd':_0x5c2a73[_0xea2f75(0x4f0)],'data':{'roomID':this[_0xea2f75(0x291)]}}),(_0x520d5d=this[_0xea2f75(0x540)])==null||_0x520d5d[_0xea2f75(0x4a7)](),this[_0xea2f75(0x273)][_0xea2f75(0x25b)](),this[_0xea2f75(0x3f3)][_0xea2f75(0x25b)](),this['dispose']();}[_0x596caf(0x44f)](_0x2fc855){var _0x540674=_0x596caf;_0x2fc855[_0x540674(0x1d8)]===_0x5c2a73['JOIN']?this[_0x540674(0x489)](_0x2fc855):_0x2fc855[_0x540674(0x1d8)]===_0x5c2a73[_0x540674(0x28b)]&&this[_0x540674(0x561)](_0x2fc855);}['_joinRoom'](_0xb824bc){var _0x4015ac=_0x596caf;this[_0x4015ac(0x3f3)][_0x4015ac(0x1d3)](0x1),_0xb824bc[_0x4015ac(0x458)]({'cmd':_0x5c2a73[_0x4015ac(0x303)],'routeKey':this[_0x4015ac(0x291)],'routeType':'','data':{'rooms':[{'roomID':this[_0x4015ac(0x291)]}]}});}[_0x596caf(0x489)](_0xe95271){var _0x551fd4=_0x596caf,_0x34b923;if(_0xe95271[_0x551fd4(0x349)]in _0x435830){this['_collaborationUIEventService']['emitEvent']({'id':_0x5df2b7[_0x551fd4(0x51b)],'data':_0x435830[_0xe95271['code']]}),this[_0x551fd4(0x3f3)]['next'](0x2);return;}this[_0x551fd4(0x3f3)]['next'](0x3);const _0x2c60ff=(_0x34b923=_0xe95271[_0x551fd4(0x3c1)]['roomInfos'][this[_0x551fd4(0x291)]])==null?void 0x0:_0x34b923[_0x551fd4(0x1e6)];_0x2c60ff&&_0x2c60ff[_0x551fd4(0x505)](_0x5c90af=>this['_memberService'][_0x551fd4(0x2a5)](this[_0x551fd4(0x291)],_0x5c90af));}[_0x596caf(0x561)](_0x1cb769){var _0x417062=_0x596caf;try{const _0x36709f=_0x1cb769[_0x417062(0x3c1)];switch(_0x36709f[_0x417062(0x2d4)]){case _0x5c9a28[_0x417062(0x1da)][_0x417062(0x29f)]:this[_0x417062(0x20b)](_0x36709f),this[_0x417062(0x273)][_0x417062(0x1d3)](_0x36709f);break;case _0x5c9a28[_0x417062(0x1da)][_0x417062(0x32b)]:this[_0x417062(0x43e)](_0x36709f),this[_0x417062(0x273)][_0x417062(0x1d3)](_0x36709f);break;case _0x5c9a28['CollaborationEvent']['CHANGESET_ACK']:case _0x5c9a28['CollaborationEvent']['CHANGESET_SHOULD_RETRY']:this['_stopTelemetryCollaborationNewChangeset'](),this[_0x417062(0x42f)](),this[_0x417062(0x273)][_0x417062(0x1d3)](_0x36709f);break;case _0x5c9a28['CollaborationEvent'][_0x417062(0x1de)]:this[_0x417062(0x2fb)][_0x417062(0x39c)](_0x417062(0x292)+JSON['stringify'](_0x36709f)),this['_event$'][_0x417062(0x1d3)](_0x36709f);break;case _0x5c9a28[_0x417062(0x1da)][_0x417062(0x2a9)]:this[_0x417062(0x522)]['onCommentUpdate'](_0x36709f[_0x417062(0x3c1)]),this[_0x417062(0x273)][_0x417062(0x1d3)](_0x36709f);break;default:this[_0x417062(0x273)]['next'](_0x36709f);}}catch(_0x331a07){this[_0x417062(0x2fb)][_0x417062(0x39c)](_0x331a07,_0x1cb769);}}[_0x596caf(0x20b)](_0x12d766){var _0x24a194=_0x596caf;this['_memberService'][_0x24a194(0x2a5)](this[_0x24a194(0x291)],_0x12d766['data']);}['_onUserLeave'](_0x3d8d20){var _0x269f33=_0x596caf;this['_memberService']['removeMember'](this[_0x269f33(0x291)],_0x3d8d20[_0x269f33(0x3c1)]['memberID']);}async[_0x596caf(0x458)](_0x54902e,_0x2b8c14){var _0x39d25f=_0x596caf;if(this['sessionStatus']!==0x3||!this[_0x39d25f(0x540)])throw new Error(_0x39d25f(0x548));try{_0x54902e[_0x39d25f(0x2d4)]===_0x5c9a28[_0x39d25f(0x1da)]['SUBMIT_CHANGESET']&&(this[_0x39d25f(0x20a)](),this['_startTelemetryCollaborationNewChangeset'](_0x54902e)),this[_0x39d25f(0x540)][_0x39d25f(0x458)]({'cmd':_0x5c2a73['INGEST'],'routeKey':_0x2b8c14,'routeType':'','data':_0x54902e});}catch(_0x524e57){this[_0x39d25f(0x2fb)]['error'](_0x524e57);}}[_0x596caf(0x20a)](){var _0x2185ac=_0x596caf,_0x32d5e8;this['_collaborationTimeoutTimer']=setTimeout(()=>{var _0x1eb037=_0x3d6f;this[_0x1eb037(0x335)]=null,this['_collaborationUIEventService'][_0x1eb037(0x3eb)]({'id':_0x5df2b7[_0x1eb037(0x243)]});},(_0x32d5e8=this[_0x2185ac(0x4d1)][_0x2185ac(0x4ef)](_0x2e5b39))!=null?_0x32d5e8:0x4e20);}[_0x596caf(0x42f)](){var _0x4e33ac=_0x596caf;this['_collaborationTimeoutTimer']&&(clearTimeout(this['_collaborationTimeoutTimer']),this[_0x4e33ac(0x335)]=null);}['_startTelemetryCollaborationNewChangeset'](_0x26eb2b){var _0x13b39d=_0x596caf;if(!this[_0x13b39d(0x44b)])return;const {data:_0x3d24e8}=_0x26eb2b,{unitID:_0x338d5c,changeset:_0x4c582d}=_0x3d24e8,{mutations:_0x17938d,type:_0x4b943d}=_0x4c582d;this['_telemetryInfo']={'unitId':_0x338d5c,'type':_0x4b943d,'startTime':performance[_0x13b39d(0x4a0)](),'stopTime':0x0,'duration':0x0,'size':_0x529c33(_0x17938d)};}[_0x596caf(0x433)](){var _0x4e5359=_0x596caf;if(this[_0x4e5359(0x44b)]){if(!this[_0x4e5359(0x442)]){this[_0x4e5359(0x2fb)][_0x4e5359(0x39c)](_0x4e5359(0x305),_0x4e5359(0x4d2));return;}this[_0x4e5359(0x442)][_0x4e5359(0x390)]=performance[_0x4e5359(0x4a0)](),this[_0x4e5359(0x442)][_0x4e5359(0x408)]=this[_0x4e5359(0x442)][_0x4e5359(0x390)]-this['_telemetryInfo']['startTime'],this[_0x4e5359(0x47c)][_0x4e5359(0x404)](_0x5a4a89,this[_0x4e5359(0x442)]),this['_telemetryInfo']=null;}}[_0x596caf(0x38f)](){var _0x2de126=_0x596caf;this[_0x2de126(0x442)]=null;}},_0x99c765[_0x596caf(0x4b7)]=_0xc07718([_0x234e2(0x2,_0x52caf1[_0x596caf(0x2b5)]),_0x234e2(0x3,_0x52caf1[_0x596caf(0x3ad)]),_0x234e2(0x4,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x3bb)])),_0x234e2(0x5,_0x52caf1[_0x596caf(0x2ac)](_0x99c765[_0x596caf(0x41c)])),_0x234e2(0x6,_0x52caf1[_0x596caf(0x2ac)](_0x29b772)),_0x234e2(0x7,_0x52caf1[_0x596caf(0x2ac)](_0x3c9c4d)),_0x234e2(0x8,_0x52caf1[_0x596caf(0x23e)](_0x3db4d2[_0x596caf(0x358)]))],_0x99c765[_0x596caf(0x4b7)]);var _0x1c489a=Object[_0x596caf(0x265)],_0x566a3b=Object[_0x596caf(0x53d)],_0x5dcaa5=(_0x519c92,_0x4f9c7a,_0x1855ba,_0x245629)=>{var _0x17ed3f=_0x596caf;for(var _0x230ed1=_0x245629>0x1?void 0x0:_0x245629?_0x566a3b(_0x4f9c7a,_0x1855ba):_0x4f9c7a,_0x5e20c2=_0x519c92[_0x17ed3f(0x4d8)]-0x1,_0x484a0a;_0x5e20c2>=0x0;_0x5e20c2--)(_0x484a0a=_0x519c92[_0x5e20c2])&&(_0x230ed1=(_0x245629?_0x484a0a(_0x4f9c7a,_0x1855ba,_0x230ed1):_0x484a0a(_0x230ed1))||_0x230ed1);return _0x245629&&_0x230ed1&&_0x1c489a(_0x4f9c7a,_0x1855ba,_0x230ed1),_0x230ed1;},_0x3a1a95=(_0x3e4281,_0x91f1aa)=>(_0x213f56,_0x59668d)=>_0x91f1aa(_0x213f56,_0x59668d,_0x3e4281);_0x99c765[_0x596caf(0x3be)]=class extends _0x52caf1['Disposable']{constructor(_0x579160,_0x70da8e,_0x4da7c2,_0x4d2e1a,_0x4236c9,_0x20db2a,_0x54462a){var _0x3af476=_0x596caf;super(),_0x5825d4(this,_0x3af476(0x46e),new _0xdd3ece[(_0x3af476(0x409))](void 0x0)),_0x5825d4(this,'socket$',this['_socket$'][_0x3af476(0x553)]()),_0x5825d4(this,_0x3af476(0x453),null),_0x5825d4(this,_0x3af476(0x503),new Map()),_0x5825d4(this,'_status$',new _0xdd3ece[(_0x3af476(0x409))](_0x290833['IDLE'])),_0x5825d4(this,_0x3af476(0x431),this[_0x3af476(0x4c0)][_0x3af476(0x553)]()),_0x5825d4(this,_0x3af476(0x288),!0x1),_0x5825d4(this,'_retryConnectingTimer'),_0x5825d4(this,_0x3af476(0x329),0x0),_0x5825d4(this,_0x3af476(0x49e)),_0x5825d4(this,_0x3af476(0x4df)),(this[_0x3af476(0x3ce)]=_0x579160,this['_logService']=_0x70da8e,this['_configService']=_0x4da7c2,this[_0x3af476(0x2df)]=_0x4d2e1a,this[_0x3af476(0x4b4)]=_0x4236c9,this[_0x3af476(0x228)]=_0x20db2a,this[_0x3af476(0x302)]=_0x54462a,this[_0x3af476(0x3ec)]());}get[_0x596caf(0x540)](){var _0x29b5a8=_0x596caf;return this[_0x29b5a8(0x46e)][_0x29b5a8(0x554)]();}[_0x596caf(0x3ec)](){var _0x29917f=_0x596caf;this['_networkConditionService']&&this[_0x29917f(0x4af)](this[_0x29917f(0x302)][_0x29917f(0x34e)][_0x29917f(0x3a4)](_0x5af3e1=>{var _0x5445d6=_0x29917f;_0x5af3e1&&!this[_0x5445d6(0x540)]&&this['reconnect'](),_0x5af3e1||this[_0x5445d6(0x268)]();}));}[_0x596caf(0x384)](){var _0x12d741=_0x596caf;super[_0x12d741(0x384)](),this[_0x12d741(0x503)]['forEach'](_0xbf50f6=>_0xbf50f6[_0x12d741(0x384)]()),this[_0x12d741(0x503)][_0x12d741(0x56e)](),this['_status$'][_0x12d741(0x25b)]();}async[_0x596caf(0x28e)](_0x3d9483){var _0x1cc1a0=_0x596caf;if(this['_sessions']['has'](_0x3d9483))return this[_0x1cc1a0(0x503)][_0x1cc1a0(0x336)](_0x3d9483);this[_0x1cc1a0(0x311)]();const _0x4fc825=this[_0x1cc1a0(0x3ce)]['createInstance'](_0x99c765[_0x1cc1a0(0x4b7)],_0x3d9483,this['_socket$'][_0x1cc1a0(0x553)]());return this['_sessions']['set'](_0x3d9483,_0x4fc825),_0x4fc825;}[_0x596caf(0x244)](_0x2c0190){var _0x39ba50=_0x596caf,_0x301ad9;const _0x4633fa=this[_0x39ba50(0x503)][_0x39ba50(0x336)](_0x2c0190);_0x4633fa&&(this[_0x39ba50(0x503)][_0x39ba50(0x3ae)](_0x2c0190),_0x4633fa['close']()),this['_sessions']['size']||(_0x301ad9=this[_0x39ba50(0x540)])==null||_0x301ad9[_0x39ba50(0x4a7)]();}[_0x596caf(0x28d)](){var _0x4d3227=_0x596caf;this[_0x4d3227(0x329)]=0x0,this[_0x4d3227(0x524)]!=null&&(clearTimeout(this[_0x4d3227(0x524)]),this[_0x4d3227(0x524)]=null),this['_tryReconnect']();}async['_getSessionTicket'](){var _0x581ffb=_0x596caf,_0x389ed7,_0xe6a9fc,_0x2ab353;const _0x4c7622=this[_0x581ffb(0x4d1)][_0x581ffb(0x4ef)](_0xd49a88),_0x242785=(_0x389ed7=_0x4c7622==null?void 0x0:_0x4c7622[_0x581ffb(0x2fe)])!=null?_0x389ed7:_0x2ef966;return(_0x2ab353=(_0xe6a9fc=(await this['_httpService'][_0x581ffb(0x336)](_0x242785,{'headers':{'Content-Type':'application/json'}}))['body'])==null?void 0x0:_0xe6a9fc[_0x581ffb(0x567)])!=null?_0x2ab353:'';}[_0x596caf(0x47e)](_0x575182){var _0x2fcc0a=_0x596caf,_0x19940a,_0x4a206e;const _0x566914=this[_0x2fcc0a(0x4d1)]['getConfig'](_0xeffd59),_0x1b6b47=this[_0x2fcc0a(0x4d1)][_0x2fcc0a(0x4ef)](_0xd49a88),_0x5b2ea6=(_0x4a206e=(_0x19940a=_0x1b6b47==null?void 0x0:_0x1b6b47[_0x2fcc0a(0x201)])!=null?_0x19940a:_0x566914)!=null?_0x4a206e:_0x482e5c,_0x412976=typeof window>'u'?new URL(_0x5b2ea6):new URL(_0x5b2ea6,window[_0x2fcc0a(0x25f)][_0x2fcc0a(0x357)]);_0x412976['searchParams'][_0x2fcc0a(0x33f)](_0x2fcc0a(0x4b9),_0x575182);const _0x1f6278=typeof window>'u'?new URLSearchParams():new URLSearchParams(window[_0x2fcc0a(0x25f)]['search']);return _0x1f6278['get']('runId')&&_0x412976['searchParams']['set'](_0x2fcc0a(0x3c8),_0x1f6278['get'](_0x2fcc0a(0x3c8))),_0x412976[_0x2fcc0a(0x314)]();}async[_0x596caf(0x372)](){var _0x5b4c37=_0x596caf;const _0x2f2aee=await this[_0x5b4c37(0x38e)](),_0x571057=this['_createSocketURL'](_0x2f2aee),_0x272322=this[_0x5b4c37(0x2df)][_0x5b4c37(0x549)](_0x571057);return this[_0x5b4c37(0x453)]=_0x272322,_0x272322;}async['_tryEnsureSocket'](){var _0x480537=_0x596caf,_0x24e409,_0x18d76c;try{const _0x2bab00=(_0x18d76c=(_0x24e409=this['_socket'])!=null?_0x24e409:this[_0x480537(0x453)])!=null?_0x18d76c:await this[_0x480537(0x372)]();if(_0x2bab00){const _0x49fbed=_0x2bab00['send'];_0x2bab00[_0x480537(0x458)]=_0x34fb05=>(this[_0x480537(0x439)](),_0x49fbed[_0x480537(0x4ab)](_0x2bab00,[_0x34fb05])),_0x2bab00[_0x480537(0x236)]['subscribe'](_0x3f06c4=>this[_0x480537(0x1ea)](_0x2bab00,_0x3f06c4)),_0x2bab00[_0x480537(0x534)][_0x480537(0x2fa)](_0x7dd7a3['take'](0x1))[_0x480537(0x3a4)](_0x118c0c=>this[_0x480537(0x2fb)][_0x480537(0x39c)](_0x480537(0x289),_0x118c0c)),_0x2bab00['open$'][_0x480537(0x2fa)](_0x7dd7a3[_0x480537(0x377)](0x1))[_0x480537(0x3a4)](()=>{var _0x28fdaa=_0x480537;this[_0x28fdaa(0x230)](_0x2bab00);}),_0x2bab00[_0x480537(0x224)][_0x480537(0x2fa)](_0x7dd7a3['take'](0x1))[_0x480537(0x3a4)](_0x1f30b3=>{var _0x4ec824=_0x480537;this[_0x4ec824(0x2fb)][_0x4ec824(0x3f0)](_0x4ec824(0x46b),_0x4ec824(0x4e7),_0x1f30b3),this[_0x4ec824(0x511)]();});}}catch(_0x3ca8a7){this[_0x480537(0x2fb)][_0x480537(0x39c)](_0x3ca8a7),this[_0x480537(0x511)]();}}[_0x596caf(0x230)](_0x207e9d){var _0x14e960=_0x596caf;this[_0x14e960(0x2fb)]['debug'](_0x14e960(0x46b),'socket\x20open.'),_0x207e9d[_0x14e960(0x458)]({'cmd':_0x5c2a73[_0x14e960(0x2e7)]}),this['_rescheduleHeartbeat']();}['_onOffline'](){var _0x539fe9=_0x596caf;this[_0x539fe9(0x288)]=!0x1,this[_0x539fe9(0x453)]=null,this[_0x539fe9(0x4c0)][_0x539fe9(0x1d3)](_0x290833[_0x539fe9(0x47b)]),this[_0x539fe9(0x46e)]['next'](null),this['_clearTimeoutTimer'](),this[_0x539fe9(0x4dd)]();}[_0x596caf(0x511)](){var _0x5734d2=_0x596caf,_0x208901;this[_0x5734d2(0x268)](),this[_0x5734d2(0x329)]<((_0x208901=this[_0x5734d2(0x4d1)][_0x5734d2(0x4ef)](_0x2c2b1f))!=null?_0x208901:0x3)?(this[_0x5734d2(0x228)]['emitEvent']({'id':_0x5df2b7['SOCKET_FAILED_RETRY']}),this[_0x5734d2(0x465)]()):this['_collaborationUIEventService'][_0x5734d2(0x3eb)]({'id':_0x5df2b7[_0x5734d2(0x424)]});}['_tryReconnect'](){var _0x5f3ec7=_0x596caf,_0x56fb01;const _0x4da16d=this[_0x5f3ec7(0x329)],_0xe10495=this['_configService']['getConfig'](_0xd49a88),_0x40eb25=_0x4da16d===0x0?0x0:((_0x56fb01=_0xe10495==null?void 0x0:_0xe10495[_0x5f3ec7(0x3d8)])!=null?_0x56fb01:0x4e20)*0x2**_0x4da16d;this['_retryConnectingTimer']=setTimeout(()=>{var _0x559d21=_0x5f3ec7;clearTimeout(this['_retryConnectingTimer']),this[_0x559d21(0x524)]=null,this[_0x559d21(0x311)]();},_0x40eb25),this[_0x5f3ec7(0x329)]+=0x1;}['_onMessage'](_0x4002f5,_0x1dc1d6){var _0x55058c=_0x596caf;const {cmd:_0x1f7e5a}=_0x1dc1d6;_0x1f7e5a===_0x5c2a73['HELLO']&&!this['_socketReady']&&(_0x4002f5[_0x55058c(0x54f)]=_0x1dc1d6[_0x55058c(0x3c1)][_0x55058c(0x54f)],this[_0x55058c(0x46e)][_0x55058c(0x1d3)](_0x4002f5),this[_0x55058c(0x4c0)][_0x55058c(0x1d3)](_0x290833[_0x55058c(0x52e)]),this[_0x55058c(0x288)]=!0x0,this['_candidateSocket']=null),_0x1f7e5a===_0x5c2a73[_0x55058c(0x30a)]&&this[_0x55058c(0x255)](),this[_0x55058c(0x439)]();}[_0x596caf(0x439)](){var _0x2fd9a4=_0x596caf,_0x314de0;this[_0x2fd9a4(0x4dd)](),this[_0x2fd9a4(0x49e)]=setTimeout(()=>this[_0x2fd9a4(0x1e2)](),(_0x314de0=this[_0x2fd9a4(0x4d1)][_0x2fd9a4(0x4ef)](_0x4d6260))!=null?_0x314de0:0x7530);}[_0x596caf(0x1e2)](){var _0x544f6f=_0x596caf;this[_0x544f6f(0x540)][_0x544f6f(0x458)]({'cmd':_0x5c2a73['HEARTBEAT']}),this[_0x544f6f(0x1d5)]();}[_0x596caf(0x1d5)](){var _0x72833e=_0x596caf,_0x4cfed2;this[_0x72833e(0x4df)]=setTimeout(()=>this[_0x72833e(0x511)](),(_0x4cfed2=this[_0x72833e(0x4d1)][_0x72833e(0x4ef)](_0x2e5b39))!=null?_0x4cfed2:0x4e20);}['_clearHeartbeatTimer'](){var _0x2f0bb0=_0x596caf;this[_0x2f0bb0(0x49e)]!=null&&(clearTimeout(this[_0x2f0bb0(0x49e)]),this[_0x2f0bb0(0x49e)]=null);}[_0x596caf(0x255)](){var _0x140523=_0x596caf;this[_0x140523(0x4df)]!=null&&(clearTimeout(this['_timeoutTimer']),this['_timeoutTimer']=null);}},_0x99c765['CollaborationSessionService']=_0x5dcaa5([_0x3a1a95(0x0,_0x52caf1['Inject'](_0x52caf1[_0x596caf(0x25c)])),_0x3a1a95(0x1,_0x52caf1[_0x596caf(0x2b5)]),_0x3a1a95(0x2,_0x52caf1[_0x596caf(0x3ad)]),_0x3a1a95(0x3,_0x3b2a3a),_0x3a1a95(0x4,_0x52caf1['Inject'](_0x27c5b0[_0x596caf(0x323)])),_0x3a1a95(0x5,_0x52caf1[_0x596caf(0x2ac)](_0x3c9c4d)),_0x3a1a95(0x6,_0x52caf1[_0x596caf(0x23e)](_0x254415))],_0x99c765['CollaborationSessionService']);const _0x516fab=[];for(let _0x45699b=0x0;_0x45699b<0x100;++_0x45699b)_0x516fab[_0x596caf(0x258)]((_0x45699b+0x100)[_0x596caf(0x314)](0x10)[_0x596caf(0x3f2)](0x1));function _0x5ac173(_0x5c0492,_0x3d5bb=0x0){return(_0x516fab[_0x5c0492[_0x3d5bb+0x0]]+_0x516fab[_0x5c0492[_0x3d5bb+0x1]]+_0x516fab[_0x5c0492[_0x3d5bb+0x2]]+_0x516fab[_0x5c0492[_0x3d5bb+0x3]]+'-'+_0x516fab[_0x5c0492[_0x3d5bb+0x4]]+_0x516fab[_0x5c0492[_0x3d5bb+0x5]]+'-'+_0x516fab[_0x5c0492[_0x3d5bb+0x6]]+_0x516fab[_0x5c0492[_0x3d5bb+0x7]]+'-'+_0x516fab[_0x5c0492[_0x3d5bb+0x8]]+_0x516fab[_0x5c0492[_0x3d5bb+0x9]]+'-'+_0x516fab[_0x5c0492[_0x3d5bb+0xa]]+_0x516fab[_0x5c0492[_0x3d5bb+0xb]]+_0x516fab[_0x5c0492[_0x3d5bb+0xc]]+_0x516fab[_0x5c0492[_0x3d5bb+0xd]]+_0x516fab[_0x5c0492[_0x3d5bb+0xe]]+_0x516fab[_0x5c0492[_0x3d5bb+0xf]])['toLowerCase']();}let _0x3d6f27;const _0x313aec=new Uint8Array(0x10);function _0x127078(){var _0x2c733a=_0x596caf;if(!_0x3d6f27){if(typeof crypto>'u'||!crypto['getRandomValues'])throw new Error(_0x2c733a(0x21f));_0x3d6f27=crypto[_0x2c733a(0x2c4)][_0x2c733a(0x2b0)](crypto);}return _0x3d6f27(_0x313aec);}const _0xa8f879={'randomUUID':typeof crypto<'u'&&crypto['randomUUID']&&crypto[_0x596caf(0x3ff)][_0x596caf(0x2b0)](crypto)};function _0x6b7c82(_0xbcf8c,_0x5888b4,_0x41ce91){var _0x2632c5=_0x596caf;if(_0xa8f879[_0x2632c5(0x3ff)]&&!_0x5888b4&&!_0xbcf8c)return _0xa8f879['randomUUID']();_0xbcf8c=_0xbcf8c||{};const _0x5914ae=_0xbcf8c[_0x2632c5(0x24d)]||(_0xbcf8c['rng']||_0x127078)();return _0x5914ae[0x6]=_0x5914ae[0x6]&0xf|0x40,_0x5914ae[0x8]=_0x5914ae[0x8]&0x3f|0x80,_0x5ac173(_0x5914ae);}const _0x264a19=_0x52caf1[_0x596caf(0x2cd)](_0x596caf(0x4a8));function _0x2ce301(_0x491626){var _0x18064f=_0x596caf;return _0x18064f(0x452)+_0x491626;}var _0x1dec45=Object['defineProperty'],_0x3c4f91=Object[_0x596caf(0x53d)],_0x392ca9=(_0x4b8d54,_0x25cdf8,_0x3a2bbc,_0x22139d)=>{var _0x2d4f93=_0x596caf;for(var _0x49ff79=_0x22139d>0x1?void 0x0:_0x22139d?_0x3c4f91(_0x25cdf8,_0x3a2bbc):_0x25cdf8,_0x3116ba=_0x4b8d54[_0x2d4f93(0x4d8)]-0x1,_0x515a11;_0x3116ba>=0x0;_0x3116ba--)(_0x515a11=_0x4b8d54[_0x3116ba])&&(_0x49ff79=(_0x22139d?_0x515a11(_0x25cdf8,_0x3a2bbc,_0x49ff79):_0x515a11(_0x49ff79))||_0x49ff79);return _0x22139d&&_0x49ff79&&_0x1dec45(_0x25cdf8,_0x3a2bbc,_0x49ff79),_0x49ff79;},_0x369a41=(_0x19ba59,_0x3c647b)=>(_0x107085,_0x41f2f1)=>_0x3c647b(_0x107085,_0x41f2f1,_0x19ba59);function _0x63a33d(_0x1511b6){var _0x2216dd=_0x596caf;const {unitID:_0x5cdcc9,mutations:_0x44478c}=_0x1511b6;return{'unitId':_0x5cdcc9,'subUnitId':_0x44478c[0x0][_0x2216dd(0x29d)][_0x2216dd(0x4ce)]};}_0x99c765[_0x596caf(0x2c5)]=class{constructor(_0x1f8941,_0x4d99fb,_0x47a12f){this['_injector']=_0x1f8941,this['_transformService']=_0x4d99fb,this['_instanceService']=_0x47a12f;}['transformSelections'](_0x545ed7){var _0x151ce5=_0x596caf,_0x357b4b,_0x5b6b78,_0x26c50c,_0x601349;const _0x11fe6e=this[_0x151ce5(0x3ce)]['get'](_0x469f8f[_0x151ce5(0x557)]),{unitId:_0x4694d9,subUnitId:_0x1b3224}=_0x63a33d(_0x545ed7),_0x533980=_0x11fe6e==null?void 0x0:_0x11fe6e['getWorkbookSelections'](_0x4694d9)[_0x151ce5(0x246)](),_0x61ed5c=(_0x5b6b78=(_0x357b4b=this[_0x151ce5(0x3d7)][_0x151ce5(0x33e)](_0x4694d9))==null?void 0x0:_0x357b4b[_0x151ce5(0x278)]())==null?void 0x0:_0x5b6b78[_0x151ce5(0x4b5)]();if(_0x533980[_0x151ce5(0x4d8)]===0x0||!_0x4694d9||!_0x1b3224)return;const _0x536ec8=[{'id':_0x469f8f[_0x151ce5(0x2cf)]['id'],'params':{'unitId':_0x4694d9,'subUnitId':_0x61ed5c,'selections':_0x52caf1['Tools'][_0x151ce5(0x2e3)](_0x533980)}}],_0x401bfc=this['_transformService']['transformMutationsWithChangeset'](_0x545ed7,_0x536ec8);if(!_0x5c9a28['isTransformMutationsWithChangesetSuccess'](_0x401bfc))throw _0x401bfc[_0x151ce5(0x39c)];const _0x53235e=(_0x601349=(_0x26c50c=_0x401bfc[_0x151ce5(0x55f)][0x0])==null?void 0x0:_0x26c50c[_0x151ce5(0x29d)])==null?void 0x0:_0x601349[_0x151ce5(0x3f7)];if(Array[_0x151ce5(0x3f5)](_0x53235e)&&_0x53235e[_0x151ce5(0x4d8)]){if(_0x53235e[_0x151ce5(0x4d8)]===_0x536ec8[0x0][_0x151ce5(0x29d)][_0x151ce5(0x3f7)]['length']&&_0x53235e['every']((_0x52773c,_0x922563)=>_0x52caf1['Rectangle'][_0x151ce5(0x441)](_0x52773c[_0x151ce5(0x1e8)],_0x536ec8[0x0][_0x151ce5(0x29d)][_0x151ce5(0x3f7)][_0x922563][_0x151ce5(0x1e8)])))return;this[_0x151ce5(0x3ce)]['get'](_0x52caf1[_0x151ce5(0x46a)])[_0x151ce5(0x296)](_0x469f8f['SetSelectionsOperation']['id'],{'unitId':_0x4694d9,'subUnitId':_0x61ed5c,'selections':_0x53235e});}}},_0x99c765['SheetTransformSelectionsService']=_0x392ca9([_0x369a41(0x0,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x25c)])),_0x369a41(0x1,_0x5c9a28[_0x596caf(0x1e7)]),_0x369a41(0x2,_0x52caf1[_0x596caf(0x4c2)])],_0x99c765['SheetTransformSelectionsService']);const _0x25b302=_0x52caf1[_0x596caf(0x2cd)]('univer-pro.collaboration-client.single-active-unit-service');var _0x11e575=(_0x3e4899=>(_0x3e4899[_0x3e4899[_0x596caf(0x343)]=0x0]=_0x596caf(0x343),_0x3e4899[_0x3e4899[_0x596caf(0x378)]=0x1]=_0x596caf(0x378),_0x3e4899))(_0x11e575||{});const _0x3cae55=new Set([_0x469f8f['InsertSheetMutation']['id']]);function _0x188f7a(_0x1c6942,_0x4d8927,_0x14f89c,_0x75d4ee,_0x25c97a){var _0x3a35a7=_0x596caf,_0x1d5990,_0x566c72,_0x29708b,_0x41a3dc;const _0x234bd4=[];for(const _0x4d227b of _0x1c6942)if(_0x3cae55[_0x3a35a7(0x49f)](_0x4d227b['id'])){if(_0x234bd4[_0x3a35a7(0x4d8)]>0x0)break;_0x234bd4[_0x3a35a7(0x258)](_0x4d227b);break;}else _0x234bd4[_0x3a35a7(0x258)](_0x4d227b);const _0x37a3d5=(_0x566c72=(_0x1d5990=_0x25c97a[_0x3a35a7(0x4de)]())==null?void 0x0:_0x1d5990[_0x3a35a7(0x472)])!=null?_0x566c72:_0x3a35a7(0x36a),_0x36485d=(_0x41a3dc=(_0x29708b=_0x25c97a[_0x3a35a7(0x4de)]())==null?void 0x0:_0x29708b['memberID'])!=null?_0x41a3dc:_0x3a35a7(0x36a);return{'changeset':{'unitID':_0x4d8927,'type':_0x5c9a28[_0x3a35a7(0x469)](_0x14f89c[_0x3a35a7(0x52b)](_0x4d8927)),'baseRev':_0x75d4ee[_0x3a35a7(0x1fb)](_0x4d8927),'revision':0x0,'userID':_0x37a3d5,'memberID':_0x36485d,'mutations':_0x234bd4},'pendingMutations':_0x1c6942[_0x3a35a7(0x3f2)](_0x234bd4['length'])};}function _0x460887(_0x1e11f5,_0x348cc6,_0x1ad7ff,_0xfc0da,_0x2cc729){var _0x2697b6=_0x596caf,_0x236447,_0x4dd60e,_0x2b8e16,_0x316c56;const _0x510a24=[_0x1e11f5[_0x2697b6(0x4f5)]((_0x42325c,_0x5737af)=>{var _0xea8f6b=_0x2697b6,_0x2e0126;const {id:_0x1fd1df}=_0x42325c,{id:_0x478977,type:_0xb356ab}=_0x5737af,_0x748631=(_0x2e0126=_0x42325c['params'])!=null?_0x2e0126:{'actions':null},_0x27d2b4=_0x5737af[_0xea8f6b(0x29d)];if(_0x1fd1df&&_0x1fd1df!==_0x478977)throw new Error(_0xea8f6b(0x3ee)+_0x1fd1df+_0xea8f6b(0x3b4)+_0x478977+'.');return{..._0x42325c,'id':_0x478977,'type':_0xb356ab,'params':{'unitId':_0x27d2b4[_0xea8f6b(0x20c)],'textRanges':_0x27d2b4['textRanges'],'actions':_0x52caf1[_0xea8f6b(0x36d)][_0xea8f6b(0x21e)](_0x748631['actions'],_0x27d2b4[_0xea8f6b(0x30d)])}};},{})],_0x4ed7db=(_0x4dd60e=(_0x236447=_0x2cc729[_0x2697b6(0x4de)]())==null?void 0x0:_0x236447[_0x2697b6(0x472)])!=null?_0x4dd60e:_0x2697b6(0x36a),_0xb35713=(_0x316c56=(_0x2b8e16=_0x2cc729[_0x2697b6(0x4de)]())==null?void 0x0:_0x2b8e16[_0x2697b6(0x54f)])!=null?_0x316c56:_0x2697b6(0x36a);return{'changeset':{'unitID':_0x348cc6,'type':_0x5c9a28[_0x2697b6(0x469)](_0x1ad7ff['getUnitType'](_0x348cc6)),'baseRev':_0xfc0da[_0x2697b6(0x1fb)](_0x348cc6),'revision':0x0,'userID':_0x4ed7db,'memberID':_0xb35713,'mutations':_0x510a24},'pendingMutations':[]};}function _0x13a6d4(_0x5ceaf3,_0x289f34){var _0x3080cf=_0x596caf;const _0x540f1d=new _0xdd3ece[(_0x3080cf(0x3c0))](0x1);return setTimeout(()=>_0x540f1d[_0x3080cf(0x1d3)](_0x289f34),_0x5ceaf3),_0x540f1d['asObservable']()[_0x3080cf(0x2fa)](_0xdd3ece[_0x3080cf(0x377)](0x1));}const _0x5cda54={'id':_0x469f8f[_0x596caf(0x25d)]['id'],'type':_0x52caf1[_0x596caf(0x375)][_0x596caf(0x3da)],'params':{}};var _0x4a84e5=Object[_0x596caf(0x265)],_0x47003e=Object[_0x596caf(0x53d)],_0x23b371=(_0x3ab21e,_0x747172,_0x49183b,_0x1a88f6)=>{var _0x27cfda=_0x596caf;for(var _0xbcfc28=_0x1a88f6>0x1?void 0x0:_0x1a88f6?_0x47003e(_0x747172,_0x49183b):_0x747172,_0x2ae085=_0x3ab21e[_0x27cfda(0x4d8)]-0x1,_0x350b65;_0x2ae085>=0x0;_0x2ae085--)(_0x350b65=_0x3ab21e[_0x2ae085])&&(_0xbcfc28=(_0x1a88f6?_0x350b65(_0x747172,_0x49183b,_0xbcfc28):_0x350b65(_0xbcfc28))||_0xbcfc28);return _0x1a88f6&&_0xbcfc28&&_0x4a84e5(_0x747172,_0x49183b,_0xbcfc28),_0xbcfc28;},_0x79fabc=(_0x4f6e9d,_0x3836fc)=>(_0xc003a3,_0x5db6a7)=>_0x3836fc(_0xc003a3,_0x5db6a7,_0x4f6e9d),_0xf89f2b=(_0xf7330d=>(_0xf7330d[_0x596caf(0x506)]=_0x596caf(0x385),_0xf7330d[_0x596caf(0x44e)]=_0x596caf(0x3fa),_0xf7330d[_0x596caf(0x494)]='pending',_0xf7330d[_0x596caf(0x2a7)]=_0x596caf(0x412),_0xf7330d[_0x596caf(0x2a2)]=_0x596caf(0x1f2),_0xf7330d[_0x596caf(0x4a6)]='fetch_missing',_0xf7330d[_0x596caf(0x4e2)]=_0x596caf(0x501),_0xf7330d[_0x596caf(0x47b)]=_0x596caf(0x259),_0xf7330d))(_0xf89f2b||{});const _0x565d3f=0xea60;class _0xcddd5e{constructor(_0x157710,_0x48c620,_0x4cf09b,_0x33bbbc,_0x9f6b43,_0x464352,_0x5400c5,_0x25e2c1,_0x1e600f){var _0x4f6e8e=_0x596caf;_0x5825d4(this,_0x4f6e8e(0x220),null),_0x5825d4(this,'_pendingMutations',[]),(this[_0x4f6e8e(0x20e)]=_0x157710,this[_0x4f6e8e(0x286)]=_0x48c620,this['_handler']=_0x9f6b43,this[_0x4f6e8e(0x2ca)]=_0x464352,this['_undoRedoService']=_0x5400c5,this[_0x4f6e8e(0x4ad)]=_0x25e2c1,this['_localCacheService']=_0x1e600f,this[_0x4f6e8e(0x220)]=_0x4cf09b,this[_0x4f6e8e(0x2bb)]=_0x33bbbc);}[_0x596caf(0x37b)](_0x24bf6b){var _0x63c7bc=_0x596caf;const _0x57e742=this[_0x63c7bc(0x4ad)][_0x63c7bc(0x1fb)](this['unitID']);return _0x24bf6b[_0x63c7bc(0x354)]>_0x57e742+0x1?(this[_0x63c7bc(0x4e6)][_0x63c7bc(0x245)]({'from':_0x57e742,'to':_0x24bf6b[_0x63c7bc(0x354)]-0x1}),!0x0):!0x1;}[_0x596caf(0x466)](_0x22e9f6){var _0x31f95f=_0x596caf;this[_0x31f95f(0x3d2)][_0x31f95f(0x326)](this[_0x31f95f(0x20e)],_0x22e9f6);}[_0x596caf(0x49c)](_0x4a518d){var _0x3023c4=_0x596caf,_0x13fe48,_0x12d2d7;(_0x12d2d7=(_0x13fe48=this[_0x3023c4(0x4e6)])[_0x3023c4(0x394)])==null||_0x12d2d7['call'](_0x13fe48,_0x4a518d);}['_transformIMECache'](_0x244d12){var _0x3815cf=_0x596caf,_0x4ec6ef,_0x559dd4;return(_0x559dd4=(_0x4ec6ef=this[_0x3815cf(0x4e6)])[_0x3815cf(0x421)])==null?void 0x0:_0x559dd4['call'](_0x4ec6ef,_0x244d12);}[_0x596caf(0x1d1)](_0x30ce56){var _0xd57ca7=_0x596caf,_0x3b20f8,_0x1a80e3;return(_0x1a80e3=(_0x3b20f8=this[_0xd57ca7(0x4e6)])[_0xd57ca7(0x4c5)])==null?void 0x0:_0x1a80e3[_0xd57ca7(0x4e4)](_0x3b20f8,_0x30ce56);}['_transformRemoteChangesetByIMECache'](_0x41361c){var _0x48931f=_0x596caf,_0x4d29e8,_0x3610fb,_0x5232ff;return(_0x5232ff=(_0x3610fb=(_0x4d29e8=this['_handler'])[_0x48931f(0x467)])==null?void 0x0:_0x3610fb[_0x48931f(0x4e4)](_0x4d29e8,_0x41361c))!=null?_0x5232ff:_0x41361c;}[_0x596caf(0x411)](_0x22b3ac){var _0x48aa66=_0x596caf,_0x4661a3,_0x4c4e03,_0x51a175;return(_0x51a175=(_0x4c4e03=(_0x4661a3=this['_handler'])[_0x48aa66(0x355)])==null?void 0x0:_0x4c4e03[_0x48aa66(0x4e4)](_0x4661a3,_0x22b3ac))!=null?_0x51a175:_0x22b3ac;}[_0x596caf(0x44a)](_0x2e28e9){var _0x4537de=_0x596caf,_0x36426b,_0x3b3e31;if(this[_0x4537de(0x286)]===_0x52ffe0['UNIVER_DOC']){const {unitID:_0x2d2677,mutations:_0x29ada8,memberID:_0x5a595c}=_0x2e28e9,_0x46ae00=_0x29ada8[0x0][_0x4537de(0x29d)][_0x4537de(0x3a3)];Array[_0x4537de(0x3f5)](_0x46ae00)&&_0x46ae00[_0x4537de(0x4d8)]>0x0&&((_0x3b3e31=(_0x36426b=this['_handler'])[_0x4537de(0x370)])==null||_0x3b3e31[_0x4537de(0x4e4)](_0x36426b,{'unitID':_0x2d2677,'memberID':_0x5a595c,'textRanges':_0x46ae00}));}}[_0x596caf(0x1cc)](){var _0x4c2d75=_0x596caf,_0x43dd39;(_0x43dd39=this['_localCacheService'])==null||_0x43dd39[_0x4c2d75(0x1d7)](this[_0x4c2d75(0x20e)],this[_0x4c2d75(0x286)],this[_0x4c2d75(0x220)],this[_0x4c2d75(0x2bb)]);}[_0x596caf(0x207)](){var _0x5ea838=_0x596caf;return this[_0x5ea838(0x4ad)][_0x5ea838(0x1fb)](this['unitID']);}[_0x596caf(0x53f)](){var _0x18c149=_0x596caf;this[_0x18c149(0x4ad)][_0x18c149(0x568)](this[_0x18c149(0x20e)]);}[_0x596caf(0x250)](_0x27afba){var _0x346c12=_0x596caf,_0x4548a3;let _0x4a778e=this[_0x346c12(0x4f3)](_0x27afba);_0x4a778e=this[_0x346c12(0x411)](_0x4a778e);const _0x4df158=_0x52caf1['sequenceExecute'](_0x4a778e[_0x346c12(0x3ac)],this[_0x346c12(0x2ca)],{'fromCollab':!0x0});if(!_0x4df158[_0x346c12(0x532)])throw _0x4df158[_0x346c12(0x39c)]instanceof Error?_0x4df158['error']:new Error((_0x4548a3=_0x4df158['error'])!=null?_0x4548a3:_0x346c12(0x49b));this[_0x346c12(0x429)](_0x4a778e),this[_0x346c12(0x1d1)](_0x4a778e),this['_transformUndoredo'](_0x27afba),this['_transformSelections'](_0x4a778e),this[_0x346c12(0x44a)](_0x4a778e),this[_0x346c12(0x53f)]();}}_0x99c765[_0x596caf(0x352)]=class extends _0xcddd5e{constructor(_0xaaad84,_0xf4a6f7,_0x3dede4,_0x231772,_0x25f622,_0x1feb30,_0x20728f,_0x1b3ad8,_0x327ae7,_0x418fd2){var _0x45a2d3=_0x596caf;super(_0xaaad84,_0xf4a6f7,null,[],_0x3dede4,_0x20728f,_0x1feb30,_0x231772,_0x418fd2),_0x5825d4(this,'status',_0x45a2d3(0x3fa)),(this[_0x45a2d3(0x3ce)]=_0x25f622,this[_0x45a2d3(0x2fb)]=_0x1b3ad8,this[_0x45a2d3(0x495)]=_0x327ae7,this[_0x45a2d3(0x253)]=_0x418fd2);}[_0x596caf(0x332)](_0x368255){var _0x372cd3=_0x596caf;const _0x450576=this['_injector'][_0x372cd3(0x437)](_0x99c765[_0x372cd3(0x416)],this[_0x372cd3(0x20e)],this[_0x372cd3(0x286)],[_0x368255],this[_0x372cd3(0x4e6)]);return _0x450576[_0x372cd3(0x28a)](),_0x450576[_0x372cd3(0x1cc)](),_0x450576;}[_0x596caf(0x449)](_0x4b6625){var _0x550198=_0x596caf;if(this[_0x550198(0x37b)](_0x4b6625))return this[_0x550198(0x3ce)][_0x550198(0x437)](_0x99c765[_0x550198(0x212)],this[_0x550198(0x20e)],this[_0x550198(0x286)],null,[],null,[_0x4b6625],this['_handler']);try{const _0x2e6c8e=this['_transformService'][_0x550198(0x2ff)](_0x4b6625,[_0x5cda54]);if(_0x5c9a28[_0x550198(0x418)](_0x2e6c8e)){const {c1Prime:_0x501d47}=_0x2e6c8e;return this[_0x550198(0x250)](_0x501d47),this;}throw _0x2e6c8e[_0x550198(0x39c)];}catch(_0x550077){return this[_0x550198(0x2fb)][_0x550198(0x39c)](_0x550077),this[_0x550198(0x4f8)](!0x1);}}['_onConflict'](_0x35d948){var _0x10e294=_0x596caf;return this[_0x10e294(0x3ce)]['createInstance'](_0x99c765[_0x10e294(0x1fc)],this[_0x10e294(0x20e)],this[_0x10e294(0x286)],null,[],this[_0x10e294(0x4e6)],_0x35d948);}[_0x596caf(0x32f)](){var _0x23a473=_0x596caf;throw new Error(_0x23a473(0x2c0));}['onRemoteRej'](){throw new Error('[SyncedState]:\x20received\x20rejection.');}[_0x596caf(0x242)](){return this;}[_0x596caf(0x282)](){var _0x44b47e=_0x596caf;return this[_0x44b47e(0x3ce)]['createInstance'](_0x99c765[_0x44b47e(0x3a5)],this[_0x44b47e(0x20e)],this[_0x44b47e(0x286)],null,[],this['_handler']);}['toggleOnline'](){return this;}[_0x596caf(0x43b)](){var _0x36a2d3=_0x596caf;throw new Error(_0x36a2d3(0x2d3));}['fetchMiss'](){var _0x8dde04=_0x596caf;const _0x10796e=this[_0x8dde04(0x4ad)]['getCurrentRevOfUnit'](this[_0x8dde04(0x20e)]);return this['_handler'][_0x8dde04(0x245)]({'from':_0x10796e,'to':0x0}),this['_injector']['createInstance'](_0x99c765['FetchingMissState'],this[_0x8dde04(0x20e)],this[_0x8dde04(0x286)],null,[],null,[],this[_0x8dde04(0x4e6)]);}},_0x99c765['SyncedState']=_0x23b371([_0x79fabc(0x3,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28[_0x596caf(0x33a)])),_0x79fabc(0x4,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1['Injector'])),_0x79fabc(0x5,_0x52caf1[_0x596caf(0x2eb)]),_0x79fabc(0x6,_0x52caf1['ICommandService']),_0x79fabc(0x7,_0x52caf1[_0x596caf(0x2b5)]),_0x79fabc(0x8,_0x5c9a28['ITransformService']),_0x79fabc(0x9,_0x52caf1[_0x596caf(0x23e)](_0x264a19))],_0x99c765[_0x596caf(0x352)]),_0x99c765[_0x596caf(0x416)]=class extends _0xcddd5e{constructor(_0x238787,_0x2555a3,_0x1e2c2b,_0x2727d5,_0x34c43e,_0x24bba4,_0x2e9095,_0x359ff3,_0x42d2ee,_0x515a3f,_0x3a5470,_0x301ee9,_0xe6f608,_0x50039e){var _0x2f1a3e=_0x596caf;super(_0x238787,_0x2555a3,null,_0x1e2c2b,_0x2727d5,_0x42d2ee,_0xe6f608,_0x24bba4,_0x50039e),_0x5825d4(this,'status','pending'),_0x5825d4(this,_0x2f1a3e(0x27d),null),_0x5825d4(this,_0x2f1a3e(0x446),null),(this[_0x2f1a3e(0x3ce)]=_0x34c43e,this[_0x2f1a3e(0x51f)]=_0x2e9095,this[_0x2f1a3e(0x2fb)]=_0x359ff3,this[_0x2f1a3e(0x4d1)]=_0x515a3f,this[_0x2f1a3e(0x495)]=_0x3a5470,this['_univerInstanceService']=_0x301ee9);}[_0x596caf(0x332)](_0x1c56ea){var _0x440ccc=_0x596caf;return this['_pendingMutations'][_0x440ccc(0x258)](_0x1c56ea),this[_0x440ccc(0x1cc)](),this;}[_0x596caf(0x449)](_0x390eb0){var _0xf8686e=_0x596caf;if(this[_0xf8686e(0x37b)](_0x390eb0))return this[_0xf8686e(0x2db)](),this[_0xf8686e(0x3ce)][_0xf8686e(0x437)](_0x99c765['FetchingMissState'],this[_0xf8686e(0x20e)],this[_0xf8686e(0x286)],null,this[_0xf8686e(0x2bb)],null,[_0x390eb0],this[_0xf8686e(0x4e6)]);try{const _0x186025=this[_0xf8686e(0x495)][_0xf8686e(0x2ff)](_0x390eb0,this[_0xf8686e(0x2bb)]);if(_0x5c9a28[_0xf8686e(0x418)](_0x186025)){const {c1Prime:_0xfa449e,m2Prime:_0x1d9630}=_0x186025;this[_0xf8686e(0x250)](_0xfa449e);const _0x5609c7=this['_injector'][_0xf8686e(0x437)](_0x99c765[_0xf8686e(0x416)],this['unitID'],this['type'],_0x1d9630,this['_handler']);this[_0xf8686e(0x2db)]();const _0x1e047e=new Date()[_0xf8686e(0x27a)](),_0x2473fa=this[_0xf8686e(0x27d)]?Math[_0xf8686e(0x4c9)](this['_scheduleCompleteTimestamp']-_0x1e047e,0x0):this[_0xf8686e(0x427)]();return _0x5609c7['_schedule'](_0x2473fa),_0x5609c7;}throw _0x186025[_0xf8686e(0x39c)];}catch(_0xeb895){return this[_0xf8686e(0x2fb)][_0xf8686e(0x39c)](_0xeb895),this[_0xf8686e(0x4f8)](!0x1);}}[_0x596caf(0x32f)](){var _0x249263=_0x596caf;throw new Error(_0x249263(0x1dd));}[_0x596caf(0x1d0)](){var _0x2440ee=_0x596caf;throw new Error(_0x2440ee(0x2b7));}[_0x596caf(0x242)](){return this;}[_0x596caf(0x282)](){var _0x2f2f96=_0x596caf;return this[_0x2f2f96(0x2db)](),this[_0x2f2f96(0x3ce)]['createInstance'](_0x99c765['OfflineState'],this[_0x2f2f96(0x20e)],this[_0x2f2f96(0x286)],null,this[_0x2f2f96(0x2bb)],this[_0x2f2f96(0x4e6)]);}['toggleOnline'](){return this;}[_0x596caf(0x28a)](_0x230291){var _0xc39e2=_0x596caf;const _0x1393c2=_0x230291!=null?_0x230291:this[_0xc39e2(0x427)]();this[_0xc39e2(0x27d)]=new Date()[_0xc39e2(0x27a)]()+_0x1393c2,this[_0xc39e2(0x446)]=setTimeout(()=>{var _0xfd74b3=_0xc39e2;this[_0xfd74b3(0x2db)]();let _0xf1f0e=null;switch(this['type']){case _0x52ffe0[_0xfd74b3(0x386)]:{_0xf1f0e=_0x188f7a(this[_0xfd74b3(0x2bb)],this[_0xfd74b3(0x20e)],this[_0xfd74b3(0x20d)],this[_0xfd74b3(0x4ad)],this[_0xfd74b3(0x51f)]);break;}case _0x52ffe0[_0xfd74b3(0x423)]:{this[_0xfd74b3(0x2bb)][_0xfd74b3(0x4bd)](_0x2460f0=>_0x2460f0['id']===_0x3a2a89['RichTextEditingMutation']['id'])?_0xf1f0e=_0x460887(this['_pendingMutations'],this[_0xfd74b3(0x20e)],this[_0xfd74b3(0x20d)],this[_0xfd74b3(0x4ad)],this[_0xfd74b3(0x51f)]):_0xf1f0e=_0x188f7a(this[_0xfd74b3(0x2bb)],this[_0xfd74b3(0x20e)],this[_0xfd74b3(0x20d)],this[_0xfd74b3(0x4ad)],this[_0xfd74b3(0x51f)]);break;}default:throw new Error(_0xfd74b3(0x398)+this[_0xfd74b3(0x286)]+'\x20in\x20_schedule.');}const {changeset:_0x4e7e3d,pendingMutations:_0x4e05c5}=_0xf1f0e;this[_0xfd74b3(0x4e6)][_0xfd74b3(0x39d)](_0x4e7e3d);const _0x2bc71e=_0x4e05c5['length']?this[_0xfd74b3(0x3ce)][_0xfd74b3(0x437)](_0x99c765[_0xfd74b3(0x39f)],this['unitID'],this[_0xfd74b3(0x286)],_0x4e7e3d,_0x4e05c5,this['_handler'],void 0x0):this[_0xfd74b3(0x3ce)][_0xfd74b3(0x437)](_0x99c765[_0xfd74b3(0x2e0)],this[_0xfd74b3(0x20e)],this['type'],_0x4e7e3d,this[_0xfd74b3(0x4e6)]);_0x2bc71e['_updateLocalCache'](),this[_0xfd74b3(0x4e6)][_0xfd74b3(0x251)](this,_0x2bc71e);},_0x1393c2);}[_0x596caf(0x427)](){var _0x3f7180=_0x596caf,_0x388710;const _0x5f4f42=this[_0x3f7180(0x4d1)][_0x3f7180(0x4ef)](_0xd49a88);return(_0x388710=_0x5f4f42==null?void 0x0:_0x5f4f42[_0x3f7180(0x33c)])!=null?_0x388710:0x7d0;}[_0x596caf(0x43b)](){var _0x29baa1=_0x596caf;throw new Error(_0x29baa1(0x56a));}[_0x596caf(0x2db)](){var _0x1a48e2=_0x596caf;this['_sendingTimer']!=null&&(clearTimeout(this[_0x1a48e2(0x446)]),this[_0x1a48e2(0x446)]=null);}[_0x596caf(0x4f8)](_0x2fe7e4){var _0x19c2d7=_0x596caf;return this[_0x19c2d7(0x2db)](),this[_0x19c2d7(0x3ce)]['createInstance'](_0x99c765[_0x19c2d7(0x1fc)],this[_0x19c2d7(0x20e)],this[_0x19c2d7(0x286)],null,this['_pendingMutations'],this['_handler'],_0x2fe7e4);}},_0x99c765['PendingState']=_0x23b371([_0x79fabc(0x4,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x25c)])),_0x79fabc(0x5,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28[_0x596caf(0x33a)])),_0x79fabc(0x6,_0x52caf1[_0x596caf(0x2ac)](_0x99c765['MemberService'])),_0x79fabc(0x7,_0x52caf1['ILogService']),_0x79fabc(0x8,_0x52caf1[_0x596caf(0x46a)]),_0x79fabc(0x9,_0x52caf1[_0x596caf(0x3ad)]),_0x79fabc(0xa,_0x5c9a28[_0x596caf(0x1e7)]),_0x79fabc(0xb,_0x52caf1[_0x596caf(0x4c2)]),_0x79fabc(0xc,_0x52caf1[_0x596caf(0x2eb)]),_0x79fabc(0xd,_0x52caf1[_0x596caf(0x23e)](_0x264a19))],_0x99c765[_0x596caf(0x416)]),_0x99c765[_0x596caf(0x2e0)]=class extends _0xcddd5e{constructor(_0x29f2b6,_0x15c8b9,_0x237012,_0x50737c,_0x3d5324,_0x3440c7,_0x2384e2,_0x245f6d,_0x14f058,_0x25cdd5,_0x2305cf){var _0x51bfdf=_0x596caf;super(_0x29f2b6,_0x15c8b9,_0x237012,[],_0x50737c,_0x2384e2,_0x25cdd5,_0x3440c7,_0x2305cf),_0x5825d4(this,_0x51bfdf(0x26d),_0x51bfdf(0x412)),_0x5825d4(this,'_resendTimeout',0x0),_0x5825d4(this,_0x51bfdf(0x3b6)),_0x5825d4(this,_0x51bfdf(0x33b)),(this[_0x51bfdf(0x3ce)]=_0x3d5324,this[_0x51bfdf(0x2fb)]=_0x245f6d,this[_0x51bfdf(0x495)]=_0x14f058);}[_0x596caf(0x332)](_0x566156){var _0x18f61b=_0x596caf;this[_0x18f61b(0x2db)]();const _0x4897e5=this[_0x18f61b(0x3ce)]['createInstance'](_0x99c765[_0x18f61b(0x39f)],this[_0x18f61b(0x20e)],this['type'],this[_0x18f61b(0x220)],[_0x566156],this['_handler'],this[_0x18f61b(0x3b6)]);return _0x4897e5[_0x18f61b(0x1cc)](),_0x4897e5;}[_0x596caf(0x449)](_0xa54fde){var _0x5c52dd=_0x596caf;if(this[_0x5c52dd(0x37b)](_0xa54fde))return this[_0x5c52dd(0x2db)](),this['_injector']['createInstance'](_0x99c765[_0x5c52dd(0x212)],this[_0x5c52dd(0x20e)],this['type'],this[_0x5c52dd(0x220)],[],null,[_0xa54fde],this[_0x5c52dd(0x4e6)]);try{const _0x3cdde7=this[_0x5c52dd(0x495)][_0x5c52dd(0x51d)]([_0xa54fde],[this[_0x5c52dd(0x220)]],!0x1);if(_0x5c9a28[_0x5c52dd(0x54b)](_0x3cdde7)){const {c1Prime:_0x1c5e8c,c2Prime:_0x5299e4}=_0x3cdde7;this[_0x5c52dd(0x250)](_0x1c5e8c[0x0]),_0x5299e4[0x0][_0x5c52dd(0x42b)]=this[_0x5c52dd(0x207)](),this[_0x5c52dd(0x2db)]();const _0x363c4b=this['_injector'][_0x5c52dd(0x437)](_0x99c765[_0x5c52dd(0x2e0)],this[_0x5c52dd(0x20e)],this[_0x5c52dd(0x286)],_0x5299e4[0x0],this[_0x5c52dd(0x4e6)]);return _0x363c4b[_0x5c52dd(0x1cc)](),_0x363c4b;}return this[_0x5c52dd(0x4f8)](!0x1);}catch(_0x217100){return this[_0x5c52dd(0x2fb)]['error'](_0x217100),this[_0x5c52dd(0x4f8)](!0x1);}}[_0x596caf(0x32f)](_0x5d89a0){var _0x382a68=_0x596caf;this[_0x382a68(0x2db)]();const _0x5d7f48=this['_revisionService']['getCurrentRevOfUnit'](this[_0x382a68(0x20e)]);if(_0x5d89a0[_0x382a68(0x354)]<_0x5d7f48-0x1)return this;if(this[_0x382a68(0x37b)](_0x5d89a0))return this[_0x382a68(0x3ce)][_0x382a68(0x437)](_0x99c765[_0x382a68(0x212)],this[_0x382a68(0x20e)],this[_0x382a68(0x286)],null,[],this[_0x382a68(0x220)],[],this[_0x382a68(0x4e6)]);this[_0x382a68(0x53f)]();const _0x4f8637=this[_0x382a68(0x3ce)]['createInstance'](_0x99c765['SyncedState'],this[_0x382a68(0x20e)],this['type'],this[_0x382a68(0x4e6)]);return _0x4f8637[_0x382a68(0x1cc)](),_0x4f8637;}[_0x596caf(0x1d0)](_0x27826d){var _0x2ef44b=_0x596caf;return this[_0x2ef44b(0x4f8)](!!(_0x27826d!=null&&_0x27826d['isPermissionRej']));}['onRemoteRetry'](_0xa8248a){var _0x3c8892=_0x596caf;return this['_resendTimeout']>_0x565d3f?this['toggleOffline']():(this['_resendTimer']=_0x13a6d4(this[_0x3c8892(0x4ae)],{'timeout':this['_resendTimeout'],'reqId':_0xa8248a[_0x3c8892(0x240)]}),this[_0x3c8892(0x33b)]=this['_resendTimer'][_0x3c8892(0x3a4)](({reqId:_0xf92c1d,timeout:_0x4ddfb6})=>{this['_resendWithTimeout'](_0xf92c1d,_0x4ddfb6);}),this);}[_0x596caf(0x282)](){var _0x20f412=_0x596caf;return this['_clearScheduledTask'](),this[_0x20f412(0x3ce)][_0x20f412(0x437)](_0x99c765[_0x20f412(0x3a5)],this[_0x20f412(0x20e)],this[_0x20f412(0x286)],this[_0x20f412(0x220)],[],this[_0x20f412(0x4e6)]);}[_0x596caf(0x513)](){return this;}['resend'](){var _0x2e3ccc=_0x596caf;this[_0x2e3ccc(0x4e6)][_0x2e3ccc(0x39d)](this['_awaitingChangeset']);}[_0x596caf(0x4f8)](_0x3c7a76){var _0x5346bc=_0x596caf;return this[_0x5346bc(0x2db)](),this[_0x5346bc(0x3ce)][_0x5346bc(0x437)](_0x99c765[_0x5346bc(0x1fc)],this[_0x5346bc(0x20e)],this[_0x5346bc(0x286)],this['_awaitingChangeset'],[],this[_0x5346bc(0x4e6)],_0x3c7a76);}[_0x596caf(0x4ec)](_0x35925e,_0x1484ae){var _0x47a4ab=_0x596caf,_0x47c083;_0x35925e===((_0x47c083=this[_0x47a4ab(0x220)])==null?void 0x0:_0x47c083['reqId'])&&(this[_0x47a4ab(0x43b)](),this[_0x47a4ab(0x4ae)]=_0x1484ae===0x0?0x3e8:_0x1484ae*0x2);}[_0x596caf(0x2db)](){var _0x39f953=_0x596caf,_0x55b883;(_0x55b883=this[_0x39f953(0x33b)])==null||_0x55b883[_0x39f953(0x31c)](),this[_0x39f953(0x4ae)]=0x0;}},_0x99c765[_0x596caf(0x2e0)]=_0x23b371([_0x79fabc(0x4,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x25c)])),_0x79fabc(0x5,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28[_0x596caf(0x33a)])),_0x79fabc(0x6,_0x52caf1['ICommandService']),_0x79fabc(0x7,_0x52caf1[_0x596caf(0x2b5)]),_0x79fabc(0x8,_0x5c9a28[_0x596caf(0x1e7)]),_0x79fabc(0x9,_0x52caf1[_0x596caf(0x2eb)]),_0x79fabc(0xa,_0x52caf1[_0x596caf(0x23e)](_0x264a19))],_0x99c765[_0x596caf(0x2e0)]),_0x99c765[_0x596caf(0x39f)]=class extends _0xcddd5e{constructor(_0x1f2887,_0x735160,_0x582260,_0x2efd32,_0x46ed94,_0x4e99cd,_0x3b02fa,_0x5d0dd6,_0xcab4cf,_0x373081,_0x21bd9d,_0x4c241c,_0x512c62){var _0x2e44c7=_0x596caf;super(_0x1f2887,_0x735160,_0x582260,_0x2efd32,_0x46ed94,_0xcab4cf,_0x4c241c,_0x5d0dd6,_0x512c62),_0x5825d4(this,_0x2e44c7(0x26d),_0x2e44c7(0x1f2)),_0x5825d4(this,'_resendTimeout',0x0),_0x5825d4(this,_0x2e44c7(0x3b6)),_0x5825d4(this,'_sender'),(this['_injector']=_0x3b02fa,this[_0x2e44c7(0x2fb)]=_0x373081,this['_transformService']=_0x21bd9d,this[_0x2e44c7(0x253)]=_0x512c62,_0x4e99cd&&(this[_0x2e44c7(0x3b6)]=_0x4e99cd,this['_sender']=this['_resendTimer'][_0x2e44c7(0x3a4)](({reqId:_0x1597e2,timeout:_0x2e43bb})=>{var _0x31c258=_0x2e44c7;this[_0x31c258(0x4ec)](_0x1597e2,_0x2e43bb);})));}[_0x596caf(0x332)](_0x117f95){var _0x1b503c=_0x596caf;return this['_pendingMutations'][_0x1b503c(0x258)](_0x117f95),this;}['onRemoteChangeset'](_0x4eb328){var _0x47755f=_0x596caf;if(this[_0x47755f(0x37b)](_0x4eb328))return this[_0x47755f(0x2db)](),this[_0x47755f(0x3ce)][_0x47755f(0x437)](_0x99c765[_0x47755f(0x212)],this[_0x47755f(0x20e)],this[_0x47755f(0x286)],this[_0x47755f(0x220)],this[_0x47755f(0x2bb)],null,[_0x4eb328],this['_handler']);try{const _0x38fd9e=this[_0x47755f(0x495)][_0x47755f(0x51d)]([_0x4eb328],[this[_0x47755f(0x220)]],!0x1);if(_0x5c9a28[_0x47755f(0x54b)](_0x38fd9e)){const {c1Prime:_0x241d0b,c2Prime:_0x117012}=_0x38fd9e,_0xe444d8=this[_0x47755f(0x495)][_0x47755f(0x2ff)](_0x241d0b[0x0],this[_0x47755f(0x2bb)]);if(_0x5c9a28[_0x47755f(0x418)](_0xe444d8)){const {c1Prime:_0x57e492,m2Prime:_0x830e1e}=_0xe444d8;return this[_0x47755f(0x250)](_0x57e492),_0x117012[0x0][_0x47755f(0x42b)]=this['_getCurrentRevision'](),this['_clearScheduledTask'](),this[_0x47755f(0x3ce)]['createInstance'](_0x99c765['AwaitingWithPendingState'],this[_0x47755f(0x20e)],this[_0x47755f(0x286)],_0x117012[0x0],_0x830e1e,this[_0x47755f(0x4e6)],void 0x0);}throw _0xe444d8[_0x47755f(0x39c)];}throw _0x38fd9e[_0x47755f(0x39c)];}catch(_0x4d3093){return this[_0x47755f(0x2fb)]['error'](_0x4d3093),this[_0x47755f(0x4f8)](!0x1);}}[_0x596caf(0x32f)](_0x22984b){var _0x15b232=_0x596caf;if(this[_0x15b232(0x2db)](),this[_0x15b232(0x37b)](_0x22984b))return this[_0x15b232(0x3ce)][_0x15b232(0x437)](_0x99c765[_0x15b232(0x212)],this[_0x15b232(0x20e)],this[_0x15b232(0x286)],null,this[_0x15b232(0x2bb)],this[_0x15b232(0x220)],[],this[_0x15b232(0x4e6)]);this[_0x15b232(0x53f)]();const _0x2a45a5=this[_0x15b232(0x3ce)][_0x15b232(0x437)](_0x99c765[_0x15b232(0x416)],this['unitID'],this[_0x15b232(0x286)],this[_0x15b232(0x2bb)],this[_0x15b232(0x4e6)]);return _0x2a45a5['_schedule'](),_0x2a45a5[_0x15b232(0x1cc)](),_0x2a45a5;}['onRemoteRej'](_0xa13a2){var _0x311e50=_0x596caf;return this[_0x311e50(0x4f8)](!!(_0xa13a2!=null&&_0xa13a2[_0x311e50(0x4e5)]));}[_0x596caf(0x242)](_0x31a74f){var _0x2a3f68=_0x596caf;return this['_resendTimeout']>_0x565d3f?this[_0x2a3f68(0x282)]():(this[_0x2a3f68(0x3b6)]=_0x13a6d4(this['_resendTimeout'],{'timeout':this['_resendTimeout'],'reqId':_0x31a74f[_0x2a3f68(0x240)]}),this['_sender']=this[_0x2a3f68(0x3b6)][_0x2a3f68(0x3a4)](({reqId:_0x25b11b,timeout:_0x1e8a23})=>{var _0x81ca1b=_0x2a3f68;this[_0x81ca1b(0x4ec)](_0x25b11b,_0x1e8a23);}),this);}[_0x596caf(0x282)](){var _0x3296b3=_0x596caf;return this[_0x3296b3(0x2db)](),this[_0x3296b3(0x3ce)]['createInstance'](_0x99c765[_0x3296b3(0x3a5)],this['unitID'],this[_0x3296b3(0x286)],this[_0x3296b3(0x220)],this[_0x3296b3(0x2bb)],this['_handler']);}[_0x596caf(0x513)](){return this;}[_0x596caf(0x43b)](){var _0x2e96bf=_0x596caf;this[_0x2e96bf(0x4e6)]['onSendChangeset'](this[_0x2e96bf(0x220)]);}['_onConflict'](_0x58a23d){var _0x50fd91=_0x596caf;return this[_0x50fd91(0x2db)](),this['_injector'][_0x50fd91(0x437)](_0x99c765['ConflictState'],this[_0x50fd91(0x20e)],this[_0x50fd91(0x286)],null,this[_0x50fd91(0x2bb)],this[_0x50fd91(0x4e6)],_0x58a23d);}[_0x596caf(0x4ec)](_0x4e03cf,_0x317b6d){var _0x4d41a0=_0x596caf,_0x102c15;_0x4e03cf===((_0x102c15=this[_0x4d41a0(0x220)])==null?void 0x0:_0x102c15[_0x4d41a0(0x240)])&&(this['resend'](),this['_resendTimeout']=_0x317b6d===0x0?0x3e8:_0x317b6d*0x2);}[_0x596caf(0x2db)](){var _0x17863d=_0x596caf,_0x575a21;(_0x575a21=this[_0x17863d(0x33b)])==null||_0x575a21['unsubscribe'](),this[_0x17863d(0x4ae)]=0x0;}},_0x99c765['AwaitingWithPendingState']=_0x23b371([_0x79fabc(0x6,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1['Injector'])),_0x79fabc(0x7,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28['RevisionService'])),_0x79fabc(0x8,_0x52caf1[_0x596caf(0x46a)]),_0x79fabc(0x9,_0x52caf1['ILogService']),_0x79fabc(0xa,_0x5c9a28['ITransformService']),_0x79fabc(0xb,_0x52caf1[_0x596caf(0x2eb)]),_0x79fabc(0xc,_0x52caf1[_0x596caf(0x23e)](_0x264a19))],_0x99c765['AwaitingWithPendingState']),_0x99c765[_0x596caf(0x1fc)]=class extends _0xcddd5e{constructor(_0x376dfd,_0x4f8c50,_0xa99135,_0x4264bc,_0x16e004,_0x6ab1c9=!0x1,_0x50a500,_0x29b6a0,_0x52de7f,_0x528991,_0x31c67f,_0x1a2926,_0x31af9f){var _0x4d2708=_0x596caf;super(_0x376dfd,_0x4f8c50,_0xa99135,_0x4264bc,_0x16e004,_0x29b6a0,_0x52de7f,_0x528991,_0x31af9f),_0x5825d4(this,'status',_0x4d2708(0x501)),(this[_0x4d2708(0x318)]=_0x6ab1c9,this[_0x4d2708(0x3a0)]=_0x50a500,this['_localeService']=_0x31c67f,this[_0x4d2708(0x228)]=_0x1a2926,this[_0x4d2708(0x253)]=_0x31af9f,this[_0x4d2708(0x34a)](),this['_clearLocalCache'](),this[_0x4d2708(0x3b7)]());}[_0x596caf(0x332)](){return this;}[_0x596caf(0x449)](){return this;}[_0x596caf(0x32f)](){return this;}['onRemoteRej'](){return this;}[_0x596caf(0x242)](){return this;}[_0x596caf(0x282)](){return this;}['toggleOnline'](){return this;}[_0x596caf(0x43b)](){throw new Error('[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x596caf(0x473)](){var _0x5efbff=_0x596caf,_0x33f0af;(_0x33f0af=this[_0x5efbff(0x382)])==null||_0x33f0af[_0x5efbff(0x1d7)](this[_0x5efbff(0x20e)],this[_0x5efbff(0x286)],null,[]);}[_0x596caf(0x34a)](){var _0x7ff196=_0x596caf;this[_0x7ff196(0x318)]?this[_0x7ff196(0x228)][_0x7ff196(0x3eb)]({'id':_0x5df2b7[_0x7ff196(0x484)]}):this[_0x7ff196(0x228)][_0x7ff196(0x3eb)]({'id':_0x5df2b7[_0x7ff196(0x4e2)]});}['_disableEditing'](){var _0x4bace5=_0x596caf;this[_0x4bace5(0x3a0)][_0x4bace5(0x496)](new _0x469f8f[(_0x4bace5(0x42a))](this[_0x4bace5(0x20e)])['id'],!0x1);}},_0x99c765[_0x596caf(0x1fc)]=_0x23b371([_0x79fabc(0x6,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x56b)])),_0x79fabc(0x7,_0x52caf1[_0x596caf(0x46a)]),_0x79fabc(0x8,_0x52caf1[_0x596caf(0x2eb)]),_0x79fabc(0x9,_0x52caf1['Inject'](_0x5c9a28[_0x596caf(0x33a)])),_0x79fabc(0xa,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x3bb)])),_0x79fabc(0xb,_0x52caf1['Inject'](_0x3c9c4d)),_0x79fabc(0xc,_0x52caf1['Optional'](_0x264a19))],_0x99c765[_0x596caf(0x1fc)]),_0x99c765[_0x596caf(0x3a5)]=class extends _0xcddd5e{constructor(_0x28c7ce,_0x2dfc57,_0x17359e,_0x12f909,_0x2190ce,_0x110999,_0x157e28,_0x231ade,_0x3b4438,_0x5eb046){var _0x30ef55=_0x596caf;super(_0x28c7ce,_0x2dfc57,_0x17359e,_0x12f909,_0x2190ce,_0x231ade,_0x3b4438,_0x157e28,_0x5eb046),_0x5825d4(this,_0x30ef55(0x26d),_0x30ef55(0x259)),this[_0x30ef55(0x3ce)]=_0x110999;}[_0x596caf(0x332)](_0x536b06){var _0x1f0f72=_0x596caf;return this[_0x1f0f72(0x2bb)][_0x1f0f72(0x258)](_0x536b06),this[_0x1f0f72(0x1cc)](),this;}[_0x596caf(0x449)](_0x19ab07){var _0x2497f8=_0x596caf;throw new Error(_0x2497f8(0x397));}[_0x596caf(0x32f)](){var _0x1092fa=_0x596caf;throw new Error(_0x1092fa(0x4e0));}[_0x596caf(0x1d0)](){throw new Error('[OfflineState]:\x20received\x20rejection.');}['onRemoteRetry'](){return this;}['toggleOffline'](){return this;}['toggleOnline'](){var _0x3fa862=_0x596caf;const {_injector:_0x2a5d0e,_pendingMutations:_0x5ab527,_awaitingChangeset:_0x277d99,unitID:_0x111af5,_handler:_0x2411c5,type:_0xe8c5dc}=this,_0x115f2b=_0x291369(_0x2a5d0e,_0x111af5,_0xe8c5dc,_0x277d99,_0x5ab527,_0x2411c5);return _0x115f2b instanceof _0x99c765[_0x3fa862(0x416)]?_0x115f2b[_0x3fa862(0x28a)]():(_0x115f2b instanceof _0x99c765[_0x3fa862(0x39f)]||_0x115f2b instanceof _0x99c765[_0x3fa862(0x2e0)])&&_0x115f2b[_0x3fa862(0x43b)](),_0x115f2b;}[_0x596caf(0x43b)](){throw new Error('[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.');}},_0x99c765['OfflineState']=_0x23b371([_0x79fabc(0x5,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x25c)])),_0x79fabc(0x6,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28['RevisionService'])),_0x79fabc(0x7,_0x52caf1[_0x596caf(0x46a)]),_0x79fabc(0x8,_0x52caf1[_0x596caf(0x2eb)]),_0x79fabc(0x9,_0x52caf1['Optional'](_0x264a19))],_0x99c765['OfflineState']),_0x99c765[_0x596caf(0x212)]=class extends _0xcddd5e{constructor(_0x41e7e0,_0x1c137c,_0x444829,_0x2810c1,_0xefde85,_0x4ea805,_0x2098fb,_0x138395,_0x57a862,_0x3d5eb6,_0x2f2112,_0x5f2651,_0x250c1d,_0x28d940){var _0x5c5153=_0x596caf;super(_0x41e7e0,_0x1c137c,_0x444829,_0x2810c1,_0x2098fb,_0x2f2112,_0x5f2651,_0x57a862,_0x28d940),_0x5825d4(this,_0x5c5153(0x26d),_0x5c5153(0x2fd)),(this[_0x5c5153(0x29c)]=_0xefde85,this['_queuedRemoteChangesets']=_0x4ea805,this[_0x5c5153(0x3ce)]=_0x138395,this[_0x5c5153(0x2fb)]=_0x3d5eb6,this[_0x5c5153(0x495)]=_0x250c1d,this[_0x5c5153(0x253)]=_0x28d940);}[_0x596caf(0x35e)](_0x4f8850){var _0x20bcd7=_0x596caf;try{const _0x411a78=[..._0x4f8850,...this[_0x20bcd7(0x2ad)]],_0x220fca=[this[_0x20bcd7(0x220)]||this['_acknowledgedAwaitingChangeset']][_0x20bcd7(0x493)](_0x5b8b1c=>!!_0x5b8b1c);let _0x203f7d,_0x303211;if(_0x220fca[_0x20bcd7(0x4d8)]){const _0xc7a5a5=this[_0x20bcd7(0x495)][_0x20bcd7(0x51d)](_0x411a78,_0x220fca,!0x1);if(!_0x5c9a28[_0x20bcd7(0x54b)](_0xc7a5a5))throw _0xc7a5a5[_0x20bcd7(0x39c)];_0x203f7d=_0xc7a5a5[_0x20bcd7(0x46c)],_0x303211=_0xc7a5a5[_0x20bcd7(0x32d)];}else _0x203f7d=_0x411a78,_0x303211=[];let _0xa874b8=this[_0x20bcd7(0x2bb)];_0x203f7d[_0x20bcd7(0x505)](_0x7d7f35=>{var _0x50e118=_0x20bcd7;let _0x39c3ad;if(_0xa874b8[_0x50e118(0x4d8)]){const _0x1666d3=this[_0x50e118(0x495)][_0x50e118(0x2ff)](_0x7d7f35,_0xa874b8);if(!_0x5c9a28[_0x50e118(0x418)](_0x1666d3))throw _0x1666d3[_0x50e118(0x39c)];_0x39c3ad=_0x1666d3[_0x50e118(0x46c)],_0xa874b8=_0x1666d3[_0x50e118(0x55f)];}else _0x39c3ad=_0x7d7f35;this[_0x50e118(0x250)](_0x39c3ad);}),this['_acknowledgedAwaitingChangeset']&&this[_0x20bcd7(0x53f)](),this['_awaitingChangeset']&&_0x303211[_0x20bcd7(0x4d8)]&&(_0x303211[0x0][_0x20bcd7(0x42b)]=this[_0x20bcd7(0x207)]());let _0x42f7c7;if(this[_0x20bcd7(0x220)]&&_0xa874b8['length']!==0x0)_0x42f7c7=this[_0x20bcd7(0x3ce)][_0x20bcd7(0x437)](_0x99c765['AwaitingWithPendingState'],this['unitID'],this[_0x20bcd7(0x286)],_0x303211[0x0],_0xa874b8,this[_0x20bcd7(0x4e6)],void 0x0);else{if(this['_awaitingChangeset']&&_0xa874b8[_0x20bcd7(0x4d8)]===0x0)_0x303211[0x0][_0x20bcd7(0x42b)]=this[_0x20bcd7(0x207)](),_0x42f7c7=this['_injector']['createInstance'](_0x99c765[_0x20bcd7(0x2e0)],this['unitID'],this[_0x20bcd7(0x286)],_0x303211[0x0],this[_0x20bcd7(0x4e6)]);else{if(_0xa874b8[_0x20bcd7(0x4d8)]!==0x0){const _0x146869=this[_0x20bcd7(0x3ce)][_0x20bcd7(0x437)](_0x99c765['PendingState'],this['unitID'],this[_0x20bcd7(0x286)],_0xa874b8,this[_0x20bcd7(0x4e6)]);_0x146869['_schedule'](),_0x42f7c7=_0x146869;}else _0x42f7c7=this['_injector']['createInstance'](_0x99c765[_0x20bcd7(0x352)],this[_0x20bcd7(0x20e)],this[_0x20bcd7(0x286)],this['_handler']);}}return _0x42f7c7[_0x20bcd7(0x1cc)](),_0x42f7c7;}catch(_0x45ed6c){return this['_logService'][_0x20bcd7(0x39c)](_0x20bcd7(0x445),_0x20bcd7(0x4d3),_0x45ed6c),this[_0x20bcd7(0x3ce)][_0x20bcd7(0x437)](_0x99c765[_0x20bcd7(0x1fc)],this[_0x20bcd7(0x20e)],this['type'],this[_0x20bcd7(0x220)],this[_0x20bcd7(0x2bb)],this[_0x20bcd7(0x4e6)],!0x1);}}[_0x596caf(0x43b)](){var _0x589fd3=_0x596caf;throw new Error(_0x589fd3(0x447));}[_0x596caf(0x332)](_0x183917){var _0x524928=_0x596caf;return this[_0x524928(0x2bb)][_0x524928(0x258)](_0x183917),this;}[_0x596caf(0x449)](_0x523b28){var _0x104aa7=_0x596caf;return this['_queuedRemoteChangesets'][_0x104aa7(0x258)](_0x523b28),this;}[_0x596caf(0x32f)](_0x507639){var _0x165052=_0x596caf;if(this[_0x165052(0x220)])return this[_0x165052(0x29c)]=this[_0x165052(0x220)],this['_awaitingChangeset']=null,this;throw new Error(_0x165052(0x2c7));}[_0x596caf(0x1d0)](_0xf254dc){var _0x2c26d2=_0x596caf;return this[_0x2c26d2(0x4f8)](!!(_0xf254dc!=null&&_0xf254dc[_0x2c26d2(0x4e5)]));}[_0x596caf(0x242)](){return this;}[_0x596caf(0x282)](){var _0x1c4be3=_0x596caf;return this[_0x1c4be3(0x3ce)]['createInstance'](_0x99c765[_0x1c4be3(0x3a5)],this[_0x1c4be3(0x20e)],this[_0x1c4be3(0x286)],this['_awaitingChangeset'],this['_pendingMutations'],this[_0x1c4be3(0x4e6)]);}[_0x596caf(0x513)](){return this;}[_0x596caf(0x4f8)](_0x4f4319){var _0x4e407c=_0x596caf;return this['_injector'][_0x4e407c(0x437)](_0x99c765[_0x4e407c(0x1fc)],this['unitID'],this[_0x4e407c(0x286)],this[_0x4e407c(0x220)],this[_0x4e407c(0x2bb)],this['_handler'],_0x4f4319);}},_0x99c765['FetchingMissState']=_0x23b371([_0x79fabc(0x7,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1['Injector'])),_0x79fabc(0x8,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28['RevisionService'])),_0x79fabc(0x9,_0x52caf1[_0x596caf(0x2b5)]),_0x79fabc(0xa,_0x52caf1[_0x596caf(0x46a)]),_0x79fabc(0xb,_0x52caf1[_0x596caf(0x2eb)]),_0x79fabc(0xc,_0x5c9a28[_0x596caf(0x1e7)]),_0x79fabc(0xd,_0x52caf1[_0x596caf(0x23e)](_0x264a19))],_0x99c765['FetchingMissState']);function _0x291369(_0x34b86c,_0x1d647e,_0x44a735,_0x4efb55,_0x51613c,_0x192542){var _0x3e9e79=_0x596caf;return _0x4efb55&&_0x51613c[_0x3e9e79(0x4d8)]?_0x34b86c[_0x3e9e79(0x437)](_0x99c765[_0x3e9e79(0x39f)],_0x1d647e,_0x44a735,_0x4efb55,_0x51613c,_0x192542,void 0x0):_0x4efb55?_0x34b86c['createInstance'](_0x99c765['AwaitingState'],_0x1d647e,_0x44a735,_0x4efb55,_0x192542):_0x51613c['length']?_0x34b86c[_0x3e9e79(0x437)](_0x99c765[_0x3e9e79(0x416)],_0x1d647e,_0x44a735,_0x51613c,_0x192542):_0x34b86c['createInstance'](_0x99c765['SyncedState'],_0x1d647e,_0x44a735,_0x192542);}var _0x406403=Object[_0x596caf(0x265)],_0x194993=Object[_0x596caf(0x53d)],_0x3b92e6=(_0x150d39,_0x48877d,_0x100b7f,_0x491ca5)=>{for(var _0x50804d=_0x491ca5>0x1?void 0x0:_0x491ca5?_0x194993(_0x48877d,_0x100b7f):_0x48877d,_0x3e2827=_0x150d39['length']-0x1,_0x15612d;_0x3e2827>=0x0;_0x3e2827--)(_0x15612d=_0x150d39[_0x3e2827])&&(_0x50804d=(_0x491ca5?_0x15612d(_0x48877d,_0x100b7f,_0x50804d):_0x15612d(_0x50804d))||_0x50804d);return _0x491ca5&&_0x50804d&&_0x406403(_0x48877d,_0x100b7f,_0x50804d),_0x50804d;},_0x5d4650=(_0x827b9e,_0x92b930)=>(_0x158f46,_0x1d224b)=>_0x92b930(_0x158f46,_0x1d224b,_0x827b9e);_0x99c765[_0x596caf(0x502)]=class extends _0x52caf1[_0x596caf(0x23a)]{constructor(_0x438a68,_0x2f71a3,_0x3d4b6c,_0x475e78,_0x1ebe4e,_0x239595,_0x4dd49a,_0x447ef1,_0x5cf2f9,_0x38449d,_0x24b818,_0x2dcb01,_0x3b4323){var _0x45f52d=_0x596caf;super(),_0x5825d4(this,_0x45f52d(0x40b),new _0xdd3ece['BehaviorSubject'](null)),_0x5825d4(this,_0x45f52d(0x485),this['_state$'][_0x45f52d(0x553)]()),_0x5825d4(this,_0x45f52d(0x438)),_0x5825d4(this,_0x45f52d(0x4d5),!0x1),_0x5825d4(this,'_changesetSessionId',''),_0x5825d4(this,_0x45f52d(0x1ce),0x0),_0x5825d4(this,_0x45f52d(0x431),this[_0x45f52d(0x485)]['pipe'](_0xdd3ece['map'](_0x36c313=>_0x36c313?_0x36c313[_0x45f52d(0x26d)]:_0xf89f2b[_0x45f52d(0x47b)]),_0xdd3ece[_0x45f52d(0x261)](0x1))),_0x5825d4(this,_0x45f52d(0x45d),!0x1),_0x5825d4(this,'_remoteChangesetQueue',[]),(this['unitID']=_0x438a68,this[_0x45f52d(0x21b)]=_0x2f71a3,this[_0x45f52d(0x3cc)]=_0x3d4b6c,this[_0x45f52d(0x3ce)]=_0x475e78,this['_compressMutationService']=_0x1ebe4e,this['_localeService']=_0x239595,this[_0x45f52d(0x4ad)]=_0x4dd49a,this['_eventService']=_0x447ef1,this[_0x45f52d(0x2fb)]=_0x5cf2f9,this['_commandService']=_0x38449d,this[_0x45f52d(0x3a0)]=_0x24b818,this[_0x45f52d(0x2d7)]=_0x2dcb01,this[_0x45f52d(0x382)]=_0x3b4323);}get['state'](){var _0x251ff8=_0x596caf;return this[_0x251ff8(0x438)];}async[_0x596caf(0x361)](){var _0x1445ae=_0x596caf;if(this[_0x1445ae(0x221)])throw new Error(_0x1445ae(0x388));await this[_0x1445ae(0x514)]();}[_0x596caf(0x47f)](){var _0x5c00b9=_0x596caf;return this[_0x5c00b9(0x4d5)]=!0x0,_0x52caf1[_0x5c00b9(0x500)](()=>{var _0x39b647=_0x5c00b9;this['_collaborationPaused']=!0x1,this[_0x39b647(0x1f9)]();});}['onLocalMutation'](_0x5ee728){var _0x38c788=_0x596caf;this[_0x38c788(0x2b8)](_0x5ee728);}[_0x596caf(0x2dd)](_0x5ed099){var _0x486c0a=_0x596caf;this['_state']=_0x5ed099,this[_0x486c0a(0x40b)][_0x486c0a(0x1d3)](_0x5ed099);}async['_init'](){var _0x42ec2d=_0x596caf,_0x4b39c5;this[_0x42ec2d(0x2dd)](await this[_0x42ec2d(0x450)]()),this[_0x42ec2d(0x2d7)]&&((_0x4b39c5=this[_0x42ec2d(0x2d7)])==null||_0x4b39c5['editingUnit'](this[_0x42ec2d(0x20e)]),this[_0x42ec2d(0x4af)](this['_singleActiveUnitService'][_0x42ec2d(0x328)](this['unitID'])[_0x42ec2d(0x3a4)](_0x34adc0=>{var _0x4a291c=_0x42ec2d;this['_logService'][_0x4a291c(0x3f0)]('[CollaborationEntity]',_0x4a291c(0x477),_0x34adc0),_0x34adc0===_0x11e575[_0x4a291c(0x378)]?(this[_0x4a291c(0x414)][_0x4a291c(0x3eb)]({'id':_0x5df2b7[_0x4a291c(0x43a)]}),this['_permissionService']['updatePermissionPoint'](new _0x469f8f[(_0x4a291c(0x42a))](this[_0x4a291c(0x20e)])['id'],!0x1),this['_permissionService'][_0x4a291c(0x37a)](!0x1)):(this[_0x4a291c(0x3a0)][_0x4a291c(0x496)](new _0x469f8f['WorkbookEditablePermission'](this[_0x4a291c(0x20e)])['id'],!0x0),this['_permissionService']['setShowComponents'](!0x0));})));let _0x3fdd5d=!0x1;return this[_0x42ec2d(0x4af)](this['session']['sessionStatus$'][_0x42ec2d(0x3a4)](_0xd5115c=>{var _0x54b90b=_0x42ec2d;_0xd5115c===_0x290833[_0x54b90b(0x52e)]?this[_0x54b90b(0x422)](_0x3fdd5d):_0xd5115c===_0x290833['OFFLINE']&&(_0x3fdd5d=!0x0,this['_toggleOffline']());})),this[_0x42ec2d(0x4af)](this['session'][_0x42ec2d(0x22a)][_0x42ec2d(0x3a4)](_0x213101=>{var _0x2865c0=_0x42ec2d;try{switch(_0x213101['eventID']){case _0x5c9a28[_0x2865c0(0x1da)]['NEW_CHANGESETS']:{this[_0x2865c0(0x4ea)](_0x5c9a28[_0x2865c0(0x1d6)](_0x213101[_0x2865c0(0x3c1)]));break;}case _0x5c9a28[_0x2865c0(0x1da)][_0x2865c0(0x26f)]:{this[_0x2865c0(0x214)](_0x213101[_0x2865c0(0x3c1)]);break;}case _0x5c9a28[_0x2865c0(0x1da)][_0x2865c0(0x22c)]:{this['_onRemoteRejected']();break;}case _0x5c9a28['CollaborationEvent'][_0x2865c0(0x34b)]:{this[_0x2865c0(0x520)](_0x213101[_0x2865c0(0x3c1)]);break;}case _0x5c9a28[_0x2865c0(0x1da)][_0x2865c0(0x558)]:{this[_0x2865c0(0x2e8)](_0x213101['data']['changesets'][_0x2865c0(0x2b2)](_0x3a61db=>_0x5c9a28[_0x2865c0(0x1d6)](_0x3a61db)));break;}case _0x5c9a28[_0x2865c0(0x1da)][_0x2865c0(0x4a2)]:{this['_onRemoteRejected']({'isPermissionRej':!0x0});break;}case _0x5c9a28[_0x2865c0(0x1da)][_0x2865c0(0x542)]:break;}}catch(_0x5e411c){throw console[_0x2865c0(0x39c)](_0x2865c0(0x26c),_0x5e411c),_0x5e411c;}})),this[_0x42ec2d(0x438)];}[_0x596caf(0x488)](){var _0x4a4583=_0x596caf;this[_0x4a4583(0x45d)]=!0x1;}[_0x596caf(0x315)](){var _0x3e78e8=_0x596caf;if(this['_transitionLocked'])throw new Error(_0x3e78e8(0x2de));this['_transitionLocked']=!0x0;}[_0x596caf(0x2b8)](_0x5c7aff){var _0x33ef96=_0x596caf;this['_lockTransition'](),this[_0x33ef96(0x2dd)](this['_state'][_0x33ef96(0x332)](_0x5c7aff)),this[_0x33ef96(0x488)]();}['_onRemoteChangeset'](_0x32b831){var _0x8ab91c=_0x596caf;if(!(_0x32b831[_0x8ab91c(0x354)]<=this[_0x8ab91c(0x4ad)][_0x8ab91c(0x1fb)](this[_0x8ab91c(0x20e)]))){if(this[_0x8ab91c(0x4d5)]){this[_0x8ab91c(0x348)]['push'](_0x32b831);return;}this[_0x8ab91c(0x403)](_0x32b831);}}[_0x596caf(0x1f9)](){var _0x56e10c=_0x596caf;this[_0x56e10c(0x348)][_0x56e10c(0x505)](_0x2ae9a8=>this['_applyRemoteChangeset'](_0x2ae9a8)),this['_remoteChangesetQueue']=[];}[_0x596caf(0x403)](_0x52496c){var _0x28a4a6=_0x596caf;const _0x2d1a71=this[_0x28a4a6(0x3e4)][_0x28a4a6(0x49d)][_0x28a4a6(0x2f9)](this[_0x28a4a6(0x3e4)][_0x28a4a6(0x49d)]['getInterceptPoints']()[_0x28a4a6(0x333)])(_0x52496c[_0x28a4a6(0x3ac)],null)||_0x52496c[_0x28a4a6(0x3ac)],_0x16d1b8={..._0x52496c,'mutations':_0x2d1a71};this[_0x28a4a6(0x315)](),this[_0x28a4a6(0x2dd)](this['_state'][_0x28a4a6(0x449)](_0x16d1b8)),this['_unlockTransition']();}[_0x596caf(0x214)](_0x16ab7c){var _0x14babc=_0x596caf;this[_0x14babc(0x315)](),this[_0x14babc(0x2dd)](this[_0x14babc(0x438)][_0x14babc(0x32f)](_0x16ab7c)),this[_0x14babc(0x488)]();}[_0x596caf(0x2b9)](_0x33e55f){var _0x5439ab=_0x596caf;this['_lockTransition'](),this[_0x5439ab(0x2dd)](this[_0x5439ab(0x438)][_0x5439ab(0x1d0)](_0x33e55f)),this[_0x5439ab(0x488)]();}[_0x596caf(0x520)](_0x5169a8){var _0xc4cd08=_0x596caf;this['_lockTransition'](),this[_0xc4cd08(0x2dd)](this[_0xc4cd08(0x438)]['onRemoteRetry'](_0x5169a8)),this[_0xc4cd08(0x488)]();}[_0x596caf(0x2e8)](_0x2b7028){var _0x12a496=_0x596caf;if(!(this['_state']instanceof _0x99c765[_0x12a496(0x212)]))throw new TypeError(_0x12a496(0x4b8));const _0x41660e=_0x2b7028['map'](_0x28688a=>{var _0x881382=_0x12a496;const _0x12b2bc=this[_0x881382(0x3e4)]['interceptor']['fetchThroughInterceptors'](this[_0x881382(0x3e4)][_0x881382(0x49d)][_0x881382(0x44c)]()[_0x881382(0x333)])(_0x28688a[_0x881382(0x3ac)],null)||_0x28688a[_0x881382(0x3ac)];return{..._0x28688a,'mutations':_0x12b2bc};});this[_0x12a496(0x315)](),this[_0x12a496(0x2dd)](this['_state']['onMissedChangesetFetched'](_0x41660e)),this[_0x12a496(0x488)]();}[_0x596caf(0x461)](){var _0x218a5c=_0x596caf;this[_0x218a5c(0x315)](),this['_updateState'](this['_state'][_0x218a5c(0x282)]()),this[_0x218a5c(0x488)]();}[_0x596caf(0x422)](_0x3b95ba=!0x1){var _0x51323c=_0x596caf;this[_0x51323c(0x315)](),this['_updateState'](this[_0x51323c(0x438)][_0x51323c(0x513)]()),this[_0x51323c(0x488)]();const _0x50cd10=this[_0x51323c(0x438)];_0x3b95ba&&_0x50cd10 instanceof _0x99c765[_0x51323c(0x352)]&&(this[_0x51323c(0x315)](),this['_updateState'](_0x50cd10[_0x51323c(0x53c)]()),this[_0x51323c(0x488)]());}async[_0x596caf(0x450)](){return new Promise(_0x4f6924=>{var _0x5bc98a=_0x3d6f;this[_0x5bc98a(0x21b)][_0x5bc98a(0x293)][_0x5bc98a(0x2fa)](_0xdd3ece[_0x5bc98a(0x377)](0x1))[_0x5bc98a(0x3a4)](async _0x6e71ca=>{var _0x3c1ae3=_0x5bc98a;_0x4f6924(await this[_0x3c1ae3(0x3cd)](_0x6e71ca===_0x290833['ONLINE']));});});}[_0x596caf(0x2e5)](){var _0x599ce5=_0x596caf;const _0x8336f3=this[_0x599ce5(0x20e)];return{'onStateChange':(_0x3157b7,_0x39d98d)=>{var _0x185670=_0x599ce5;if(_0x3157b7!==this[_0x185670(0x438)])throw new Error(_0x185670(0x504)+_0x3157b7[_0x185670(0x26d)]+_0x185670(0x2fc)+_0x39d98d['status']+_0x185670(0x3b1)+this['_state']['status']);this[_0x185670(0x2dd)](_0x39d98d);},'onSendChangeset':_0x276087=>{var _0x4b8487=_0x599ce5;_0x276087[_0x4b8487(0x55b)]||(_0x276087[_0x4b8487(0x55b)]=this[_0x4b8487(0x1eb)],_0x276087[_0x4b8487(0x240)]=++this[_0x4b8487(0x1ce)]);const _0x52e6b9={'eventID':_0x5c9a28[_0x4b8487(0x1da)][_0x4b8487(0x1e1)],'data':{'unitID':_0x276087[_0x4b8487(0x20e)],'unitType':this['_type'],'changeset':_0x276087,'memberID':this['session'][_0x4b8487(0x205)]()}};this[_0x4b8487(0x21b)]['send'](_0x52e6b9,this['unitID']);},'onMissingChangesets':({from:_0x5c9d2d,to:_0x3b9a89})=>{var _0x549ceb=_0x599ce5;this[_0x549ceb(0x2fb)][_0x549ceb(0x3f0)](_0x549ceb(0x3af),_0x549ceb(0x304)+_0x5c9d2d+'\x20to\x20'+_0x3b9a89);const _0x2e5699={'eventID':_0x5c9a28[_0x549ceb(0x1da)]['FETCH_MISSING'],'data':{'unitID':_0x8336f3,'unitType':this[_0x549ceb(0x3cc)],'from':_0x5c9d2d,'to':_0x3b9a89}};this[_0x549ceb(0x21b)][_0x549ceb(0x458)](_0x2e5699,this[_0x549ceb(0x20e)]);}};}async[_0x596caf(0x3cd)](_0x59ef5d){var _0x275ff8=_0x596caf,_0x5eb5fa,_0x15d3ec,_0x2fca19;const _0x2350d6=await((_0x5eb5fa=this[_0x275ff8(0x382)])==null?void 0x0:_0x5eb5fa[_0x275ff8(0x436)](this[_0x275ff8(0x20e)])),_0x5d2f68=(_0x15d3ec=_0x2350d6==null?void 0x0:_0x2350d6['mutations'])!=null?_0x15d3ec:[],_0x574de1=(_0x2fca19=_0x2350d6==null?void 0x0:_0x2350d6[_0x275ff8(0x39a)])!=null?_0x2fca19:null,_0x34d3e7=!!(_0x574de1!=null&&_0x574de1[_0x275ff8(0x55b)])&&!!(_0x574de1!=null&&_0x574de1[_0x275ff8(0x240)]);this[_0x275ff8(0x1eb)]=_0x34d3e7?_0x574de1[_0x275ff8(0x55b)]:_0x6b7c82(),this[_0x275ff8(0x1ce)]=_0x34d3e7?_0x574de1[_0x275ff8(0x240)]:0x0;const _0x35eaaa=this['unitID'];try{this['_replayCachedMutations'](_0x574de1,_0x5d2f68);}catch(_0x2a80f1){this[_0x275ff8(0x2fb)][_0x275ff8(0x39c)](_0x2a80f1);}const _0x41a65c=this[_0x275ff8(0x2e5)]();if(_0x59ef5d){const _0x594b06=_0x291369(this[_0x275ff8(0x3ce)],_0x35eaaa,this[_0x275ff8(0x3cc)],_0x574de1,_0x5d2f68,_0x41a65c);return _0x594b06 instanceof _0x99c765[_0x275ff8(0x416)]?_0x594b06[_0x275ff8(0x28a)]():(_0x594b06 instanceof _0x99c765['AwaitingWithPendingState']||_0x594b06 instanceof _0x99c765[_0x275ff8(0x2e0)])&&_0x594b06[_0x275ff8(0x43b)](),_0x594b06;}return this['_injector'][_0x275ff8(0x437)](_0x99c765['OfflineState'],_0x35eaaa,this['_type'],_0x574de1,_0x5d2f68,_0x41a65c);}[_0x596caf(0x241)](_0x20b355,_0x5d5167){var _0x58b4a5=_0x596caf,_0xaa6eab,_0x471a12;const _0x1c3c70=this[_0x58b4a5(0x3e4)]['interceptor'][_0x58b4a5(0x2f9)](this[_0x58b4a5(0x3e4)][_0x58b4a5(0x49d)][_0x58b4a5(0x44c)]()[_0x58b4a5(0x333)]);(_0xaa6eab=_0x1c3c70((_0x20b355==null?void 0x0:_0x20b355[_0x58b4a5(0x3ac)])||[],null))==null||_0xaa6eab[_0x58b4a5(0x505)](_0x109dea=>this[_0x58b4a5(0x2ca)]['executeCommand'](_0x109dea['id'],_0x109dea[_0x58b4a5(0x29d)])),(_0x471a12=_0x1c3c70(_0x5d5167||[],null))==null||_0x471a12[_0x58b4a5(0x505)](_0x490c72=>this[_0x58b4a5(0x2ca)][_0x58b4a5(0x296)](_0x490c72['id'],_0x490c72[_0x58b4a5(0x29d)]));}},_0x99c765[_0x596caf(0x502)]=_0x3b92e6([_0x5d4650(0x3,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x25c)])),_0x5d4650(0x4,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28[_0x596caf(0x266)])),_0x5d4650(0x5,_0x52caf1['Inject'](_0x52caf1['LocaleService'])),_0x5d4650(0x6,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28[_0x596caf(0x33a)])),_0x5d4650(0x7,_0x52caf1[_0x596caf(0x2ac)](_0x3c9c4d)),_0x5d4650(0x8,_0x52caf1[_0x596caf(0x2b5)]),_0x5d4650(0x9,_0x52caf1[_0x596caf(0x46a)]),_0x5d4650(0xa,_0x52caf1[_0x596caf(0x56b)]),_0x5d4650(0xb,_0x52caf1['Optional'](_0x25b302)),_0x5d4650(0xc,_0x52caf1[_0x596caf(0x23e)](_0x264a19))],_0x99c765[_0x596caf(0x502)]),_0x99c765['DocCollaborationEntity']=class extends _0x99c765[_0x596caf(0x502)]{constructor(_0x3d0187,_0x3b7f69,_0x1d8203,_0x3cda2e,_0x2144fb,_0x22e2af,_0x42d47d,_0x49ea09,_0x22195e,_0x5237a7,_0x5677ae,_0x11adfa,_0x30f65f){var _0x2d3e6a=_0x596caf;super(_0x3d0187,_0x1d8203,_0x3b7f69,_0x3cda2e,_0x2144fb,_0x22e2af,_0x42d47d,_0x49ea09,_0x22195e,_0x5237a7,_0x5677ae,_0x11adfa,_0x30f65f),_0x5825d4(this,_0x2d3e6a(0x51e),null),(this[_0x2d3e6a(0x20e)]=_0x3d0187,this[_0x2d3e6a(0x286)]=_0x3b7f69);}['addHandlerCallback'](_0x59a28b){var _0x63efee=_0x596caf;this[_0x63efee(0x51e)]=_0x59a28b;}['dispose'](){var _0xa1ec4d=_0x596caf;this[_0xa1ec4d(0x51e)]=null,super[_0xa1ec4d(0x384)]();}[_0x596caf(0x2e5)](){var _0x58e5c9=_0x596caf;const _0x23a72e=super[_0x58e5c9(0x2e5)]();return _0x23a72e[_0x58e5c9(0x421)]=_0x3220e=>{var _0x1ca9bc=_0x58e5c9,_0x262ace,_0x49532d;return(_0x49532d=(_0x262ace=this['_handlerCallback'])==null?void 0x0:_0x262ace[_0x1ca9bc(0x421)])==null?void 0x0:_0x49532d[_0x1ca9bc(0x4e4)](_0x262ace,_0x3220e);},_0x23a72e[_0x58e5c9(0x4c5)]=_0x329bb0=>{var _0x1e4176=_0x58e5c9,_0x305aaa,_0xd77360;return(_0xd77360=(_0x305aaa=this[_0x1e4176(0x51e)])==null?void 0x0:_0x305aaa[_0x1e4176(0x4c5)])==null?void 0x0:_0xd77360[_0x1e4176(0x4e4)](_0x305aaa,_0x329bb0);},_0x23a72e[_0x58e5c9(0x394)]=_0x1b13a4=>{var _0x22ae7c=_0x58e5c9,_0x5336ec,_0xdbbdd3;return(_0xdbbdd3=(_0x5336ec=this[_0x22ae7c(0x51e)])==null?void 0x0:_0x5336ec[_0x22ae7c(0x394)])==null?void 0x0:_0xdbbdd3[_0x22ae7c(0x4e4)](_0x5336ec,_0x1b13a4);},_0x23a72e['onSyncEditingCollabCursor']=_0x818f9a=>{var _0x548d6d=_0x58e5c9,_0x570537,_0x282c72;return(_0x282c72=(_0x570537=this['_handlerCallback'])==null?void 0x0:_0x570537['onSyncEditingCollabCursor'])==null?void 0x0:_0x282c72[_0x548d6d(0x4e4)](_0x570537,_0x818f9a);},_0x23a72e[_0x58e5c9(0x467)]=_0x3e0100=>{var _0x474833=_0x58e5c9,_0x376b28,_0x56a0d7,_0x3768e4;if(!((_0x376b28=this['_handlerCallback'])!=null&&_0x376b28[_0x474833(0x467)]))throw new Error(_0x474833(0x4ac));return(_0x3768e4=(_0x56a0d7=this[_0x474833(0x51e)])==null?void 0x0:_0x56a0d7[_0x474833(0x467)])==null?void 0x0:_0x3768e4['call'](_0x56a0d7,_0x3e0100);},_0x23a72e[_0x58e5c9(0x355)]=_0x8a1a6f=>{var _0x2491e1=_0x58e5c9,_0x311b21,_0x306147,_0x58d383;if(!((_0x311b21=this[_0x2491e1(0x51e)])!=null&&_0x311b21['onTransformRemoteChangesetByStateCache']))throw new Error(_0x2491e1(0x43d));return(_0x58d383=(_0x306147=this['_handlerCallback'])==null?void 0x0:_0x306147[_0x2491e1(0x355)])==null?void 0x0:_0x58d383[_0x2491e1(0x4e4)](_0x306147,_0x8a1a6f);},_0x23a72e;}async[_0x596caf(0x514)](){var _0xc75468=_0x596caf;const _0x41082d=await super['_init']();return this[_0xc75468(0x4af)](this['_commandService'][_0xc75468(0x1db)]((_0x235144,_0x392d32)=>{var _0x29f1d1=_0xc75468;if(_0x235144[_0x29f1d1(0x286)]!==_0x52caf1['CommandType']['MUTATION']||_0x392d32!=null&&_0x392d32['fromCollab']||_0x392d32!=null&&_0x392d32[_0x29f1d1(0x3cb)]||_0x235144['id']===_0x3a2a89[_0x29f1d1(0x264)]['id'])return;const _0x2467d3=_0x235144[_0x29f1d1(0x29d)];if((_0x2467d3==null?void 0x0:_0x2467d3[_0x29f1d1(0x20c)])!==this[_0x29f1d1(0x20e)])return;const _0x384fc0=_0x235144,_0x284de7=this[_0x29f1d1(0x3e4)][_0x29f1d1(0x49d)][_0x29f1d1(0x2f9)](this['_compressMutationService'][_0x29f1d1(0x49d)][_0x29f1d1(0x44c)]()['COMPRESS_MUTATION_SEND'])([_0x384fc0],null)||[_0x384fc0];this[_0x29f1d1(0x2b8)](_0x284de7[0x0]);})),_0x41082d;}},_0x99c765['DocCollaborationEntity']=_0x3b92e6([_0x5d4650(0x3,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x25c)])),_0x5d4650(0x4,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28[_0x596caf(0x266)])),_0x5d4650(0x5,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1['LocaleService'])),_0x5d4650(0x6,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28[_0x596caf(0x33a)])),_0x5d4650(0x7,_0x52caf1[_0x596caf(0x2ac)](_0x3c9c4d)),_0x5d4650(0x8,_0x52caf1[_0x596caf(0x2b5)]),_0x5d4650(0x9,_0x52caf1[_0x596caf(0x46a)]),_0x5d4650(0xa,_0x52caf1[_0x596caf(0x56b)]),_0x5d4650(0xb,_0x52caf1[_0x596caf(0x23e)](_0x25b302)),_0x5d4650(0xc,_0x52caf1[_0x596caf(0x23e)](_0x264a19))],_0x99c765[_0x596caf(0x3e0)]),_0x99c765['SheetCollaborationEntity']=class extends _0x99c765[_0x596caf(0x502)]{constructor(_0x22ee2b,_0x857c93,_0x1afe60,_0x2c7e8c,_0x9b380f,_0x533a96,_0x1b641c,_0x5d6d42,_0x2b6edf,_0x16ea66,_0xc2faa5,_0x267598,_0x1a50f2,_0x4da360){var _0x2a8f16=_0x596caf;super(_0x22ee2b,_0x1afe60,_0x857c93,_0x2c7e8c,_0x9b380f,_0x533a96,_0x1b641c,_0x2b6edf,_0x16ea66,_0xc2faa5,_0x267598,_0x1a50f2,_0x4da360),this[_0x2a8f16(0x20e)]=_0x22ee2b,this[_0x2a8f16(0x286)]=_0x857c93,this[_0x2a8f16(0x204)]=_0x5d6d42;}[_0x596caf(0x2e5)](){var _0x5d7c39=_0x596caf;const _0x16a15b=super[_0x5d7c39(0x2e5)]();return _0x16a15b[_0x5d7c39(0x394)]=_0x3d71f2=>this['_sheetTransformSelectionsService']['transformSelections'](_0x3d71f2),_0x16a15b;}async[_0x596caf(0x514)](){var _0x2d90f2=_0x596caf;const _0x4dd108=await super[_0x2d90f2(0x514)]();return this['disposeWithMe'](this[_0x2d90f2(0x2ca)]['onCommandExecuted']((_0x446dc7,_0x5bd79b)=>{var _0xc6fcb1=_0x2d90f2;if(_0x446dc7[_0xc6fcb1(0x286)]!==_0x52caf1[_0xc6fcb1(0x375)]['MUTATION']||_0x5bd79b!=null&&_0x5bd79b[_0xc6fcb1(0x36c)]||_0x5bd79b!=null&&_0x5bd79b['onlyLocal'])return;const _0x43d937=_0x446dc7[_0xc6fcb1(0x29d)];if((_0x43d937==null?void 0x0:_0x43d937['unitId'])!==this[_0xc6fcb1(0x20e)])return;const _0x37eb8d=_0x446dc7,_0x4fd2a4=this[_0xc6fcb1(0x3e4)]['interceptor'][_0xc6fcb1(0x2f9)](this[_0xc6fcb1(0x3e4)][_0xc6fcb1(0x49d)][_0xc6fcb1(0x44c)]()[_0xc6fcb1(0x379)])([_0x37eb8d],null)||[_0x37eb8d];this[_0xc6fcb1(0x2b8)](_0x4fd2a4[0x0]);})),_0x4dd108;}},_0x99c765[_0x596caf(0x435)]=_0x3b92e6([_0x5d4650(0x3,_0x52caf1['Inject'](_0x52caf1[_0x596caf(0x25c)])),_0x5d4650(0x4,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28[_0x596caf(0x266)])),_0x5d4650(0x5,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x3bb)])),_0x5d4650(0x6,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28[_0x596caf(0x33a)])),_0x5d4650(0x7,_0x52caf1['Inject'](_0x99c765['SheetTransformSelectionsService'])),_0x5d4650(0x8,_0x52caf1[_0x596caf(0x2ac)](_0x3c9c4d)),_0x5d4650(0x9,_0x52caf1[_0x596caf(0x2b5)]),_0x5d4650(0xa,_0x52caf1[_0x596caf(0x46a)]),_0x5d4650(0xb,_0x52caf1[_0x596caf(0x56b)]),_0x5d4650(0xc,_0x52caf1['Optional'](_0x25b302)),_0x5d4650(0xd,_0x52caf1[_0x596caf(0x23e)](_0x264a19))],_0x99c765['SheetCollaborationEntity']);var _0x5a52b6=Object[_0x596caf(0x265)],_0x266d06=Object[_0x596caf(0x53d)],_0x3c10f0=(_0x25f981,_0xb40e27,_0x9b8959,_0x26094d)=>{var _0x5f4d63=_0x596caf;for(var _0x1046e4=_0x26094d>0x1?void 0x0:_0x26094d?_0x266d06(_0xb40e27,_0x9b8959):_0xb40e27,_0xb27f7e=_0x25f981[_0x5f4d63(0x4d8)]-0x1,_0x336eb5;_0xb27f7e>=0x0;_0xb27f7e--)(_0x336eb5=_0x25f981[_0xb27f7e])&&(_0x1046e4=(_0x26094d?_0x336eb5(_0xb40e27,_0x9b8959,_0x1046e4):_0x336eb5(_0x1046e4))||_0x1046e4);return _0x26094d&&_0x1046e4&&_0x5a52b6(_0xb40e27,_0x9b8959,_0x1046e4),_0x1046e4;},_0x21bbcc=(_0x4587f9,_0x323c06)=>(_0x1ab486,_0x536b21)=>_0x323c06(_0x1ab486,_0x536b21,_0x4587f9);_0x99c765[_0x596caf(0x356)]=class extends _0x52caf1[_0x596caf(0x23a)]{constructor(_0x17e3cd,_0x4ce293,_0x4b8356){var _0x4f184d=_0x596caf;super(),_0x5825d4(this,'_entities',new Map()),_0x5825d4(this,_0x4f184d(0x25a),new _0xdd3ece['Subject']()),_0x5825d4(this,_0x4f184d(0x3bd),this[_0x4f184d(0x25a)]['asObservable']()),(this['_injector']=_0x17e3cd,this['_collabSessionService']=_0x4ce293,this[_0x4f184d(0x20d)]=_0x4b8356,this[_0x4f184d(0x514)]());}[_0x596caf(0x384)](){var _0x1f104a=_0x596caf;super[_0x1f104a(0x384)](),this[_0x1f104a(0x51a)][_0x1f104a(0x505)](_0x40355c=>_0x40355c[_0x1f104a(0x384)]()),this['_entities'][_0x1f104a(0x56e)]();}[_0x596caf(0x3ba)](_0x3fe6e6){var _0x200fc2=_0x596caf,_0x46ec59;return(_0x46ec59=this['_entities'][_0x200fc2(0x336)](_0x3fe6e6))!=null?_0x46ec59:null;}[_0x596caf(0x45c)](_0x39e5d0){var _0x2362b2=_0x596caf;const _0x9a4acf=this[_0x2362b2(0x3ba)](_0x39e5d0);return _0x9a4acf?_0xdd3ece['of'](_0x9a4acf):this[_0x2362b2(0x25a)][_0x2362b2(0x2fa)](_0x7dd7a3[_0x2362b2(0x493)](_0x5c2a69=>_0x5c2a69[_0x2362b2(0x20e)]===_0x39e5d0));}[_0x596caf(0x1e4)](_0x584779){var _0xb5b24=_0x596caf;return _0xdd3ece[_0xb5b24(0x526)](this[_0xb5b24(0x45c)](_0x584779)[_0xb5b24(0x2fa)](_0x7dd7a3[_0xb5b24(0x2b2)](()=>{})));}[_0x596caf(0x514)](){var _0x2f37eb=_0x596caf;this[_0x2f37eb(0x20d)]['getTypeOfUnitAdded$'](_0x52caf1[_0x2f37eb(0x50c)][_0x2f37eb(0x386)])['pipe'](_0xdd3ece[_0x2f37eb(0x1f7)](this[_0x2f37eb(0x342)]),_0x7dd7a3[_0x2f37eb(0x30c)](0x10))[_0x2f37eb(0x3a4)](async _0x57c4f6=>{var _0x5ed6a0=_0x2f37eb;const _0x4acbdd=_0x57c4f6[_0x5ed6a0(0x21d)](),_0x6b215e=await this[_0x5ed6a0(0x257)](_0x4acbdd,_0x52ffe0['UNIVER_SHEET']);this['_entities'][_0x5ed6a0(0x33f)](_0x4acbdd,_0x6b215e);}),this[_0x2f37eb(0x20d)][_0x2f37eb(0x2f3)](_0x52caf1[_0x2f37eb(0x50c)][_0x2f37eb(0x423)])[_0x2f37eb(0x2fa)](_0xdd3ece['takeUntil'](this[_0x2f37eb(0x342)]),_0x7dd7a3[_0x2f37eb(0x30c)](0x10))['pipe'](_0x7dd7a3[_0x2f37eb(0x493)](_0x139daa=>!_0x139daa[_0x2f37eb(0x21d)]()[_0x2f37eb(0x36f)]('__')))['subscribe'](async _0x4b193a=>{var _0x596ffd=_0x2f37eb;const _0x164f7d=_0x4b193a[_0x596ffd(0x21d)](),_0x579e85=await this[_0x596ffd(0x257)](_0x164f7d,_0x52ffe0['UNIVER_DOC']);this['_entities'][_0x596ffd(0x33f)](_0x164f7d,_0x579e85);}),_0xdd3ece[_0x2f37eb(0x362)](this[_0x2f37eb(0x20d)]['getTypeOfUnitDisposed$'](_0x52caf1[_0x2f37eb(0x50c)][_0x2f37eb(0x386)]),this['_univerInstanceService'][_0x2f37eb(0x407)](_0x52caf1[_0x2f37eb(0x50c)][_0x2f37eb(0x423)]))['pipe'](_0xdd3ece[_0x2f37eb(0x1f7)](this[_0x2f37eb(0x342)]))[_0x2f37eb(0x3a4)](_0x112ad1=>{var _0x31710a=_0x2f37eb;const _0x45fec9=_0x112ad1[_0x31710a(0x21d)](),_0x31efa9=this[_0x31710a(0x51a)][_0x31710a(0x336)](_0x45fec9);_0x31efa9&&(_0x31efa9[_0x31710a(0x384)](),this[_0x31710a(0x51a)][_0x31710a(0x3ae)](_0x45fec9));});}async[_0x596caf(0x257)](_0x103a08,_0x4026e4){var _0x491820=_0x596caf;const _0x2ae673=await this[_0x491820(0x2c8)][_0x491820(0x28e)](_0x103a08),_0x13346e=this[_0x491820(0x3ce)][_0x491820(0x437)](this[_0x491820(0x401)](_0x4026e4),_0x103a08,_0x4026e4,_0x2ae673);return await _0x13346e[_0x491820(0x361)](),this[_0x491820(0x25a)]['next'](_0x13346e),_0x13346e;}[_0x596caf(0x401)](_0x45a4c5){var _0x5670c0=_0x596caf;switch(_0x45a4c5){case _0x52ffe0[_0x5670c0(0x423)]:return _0x99c765['DocCollaborationEntity'];case _0x52ffe0[_0x5670c0(0x386)]:return _0x99c765[_0x5670c0(0x435)];default:throw new Error(_0x5670c0(0x4a3)+_0x45a4c5);}}},_0x99c765[_0x596caf(0x356)]=_0x3c10f0([_0x21bbcc(0x0,_0x52caf1['Inject'](_0x52caf1[_0x596caf(0x25c)])),_0x21bbcc(0x1,_0x52caf1['Inject'](_0x99c765[_0x596caf(0x3be)])),_0x21bbcc(0x2,_0x52caf1[_0x596caf(0x4c2)])],_0x99c765['CollaborationController']);var _0xf7dc80=Object['defineProperty'],_0x402b56=Object[_0x596caf(0x53d)],_0x59423e=(_0x27b53c,_0x429539,_0x1c59b0,_0x251b14)=>{var _0x23fcb8=_0x596caf;for(var _0xff6639=_0x251b14>0x1?void 0x0:_0x251b14?_0x402b56(_0x429539,_0x1c59b0):_0x429539,_0x3469b6=_0x27b53c[_0x23fcb8(0x4d8)]-0x1,_0x4a4fc9;_0x3469b6>=0x0;_0x3469b6--)(_0x4a4fc9=_0x27b53c[_0x3469b6])&&(_0xff6639=(_0x251b14?_0x4a4fc9(_0x429539,_0x1c59b0,_0xff6639):_0x4a4fc9(_0xff6639))||_0xff6639);return _0x251b14&&_0xff6639&&_0xf7dc80(_0x429539,_0x1c59b0,_0xff6639),_0xff6639;},_0x3e7ff7=(_0x4c9158,_0x4d9bb7)=>(_0x1151a9,_0x5a29f0)=>_0x4d9bb7(_0x1151a9,_0x5a29f0,_0x4c9158);const _0x454323=_0x596caf(0x2e2),_0x1f5b8a=_0x596caf(0x346);let _0x4f6c6=class extends _0x52caf1['Disposable']{constructor(_0x2294ab,_0x50c829){var _0x463dac=_0x596caf;super(),this['_univerInstanceService']=_0x2294ab,this['_configService']=_0x50c829,this[_0x463dac(0x514)]();}[_0x596caf(0x514)](){var _0x52ee56=_0x596caf;this['disposeWithMe'](this['_univerInstanceService'][_0x52ee56(0x3ed)][_0x52ee56(0x3a4)](()=>{var _0x4038a9=_0x52ee56,_0xf1b586;const _0x1f6084=this[_0x4038a9(0x20d)][_0x4038a9(0x402)]();let _0x320f81=(_0xf1b586=this[_0x4038a9(0x4d1)]['getConfig'](_0x454323))!=null?_0xf1b586:_0x1f5b8a;_0x1f6084 instanceof _0x52caf1['Workbook']&&(_0x320f81=_0x1f6084[_0x4038a9(0x456)]),document[_0x4038a9(0x2f4)]=_0x320f81;}));}};_0x4f6c6=_0x59423e([_0x3e7ff7(0x0,_0x52caf1[_0x596caf(0x4c2)]),_0x3e7ff7(0x1,_0x52caf1[_0x596caf(0x3ad)])],_0x4f6c6);var _0x1dd199=Object[_0x596caf(0x265)],_0x1a9947=Object[_0x596caf(0x53d)],_0x20c2e7=(_0x29bc1b,_0x275df3,_0x38ec83,_0x2f7083)=>{for(var _0x153943=_0x2f7083>0x1?void 0x0:_0x2f7083?_0x1a9947(_0x275df3,_0x38ec83):_0x275df3,_0x2058aa=_0x29bc1b['length']-0x1,_0x3d03b7;_0x2058aa>=0x0;_0x2058aa--)(_0x3d03b7=_0x29bc1b[_0x2058aa])&&(_0x153943=(_0x2f7083?_0x3d03b7(_0x275df3,_0x38ec83,_0x153943):_0x3d03b7(_0x153943))||_0x153943);return _0x2f7083&&_0x153943&&_0x1dd199(_0x275df3,_0x38ec83,_0x153943),_0x153943;},_0x747cfb=(_0x3e026d,_0x186d13)=>(_0x56ab83,_0x234e71)=>_0x186d13(_0x56ab83,_0x234e71,_0x3e026d);let _0x246830=class{constructor(_0xb18d29,_0x49e407,_0x3cbac2){var _0x28ff1c=_0x596caf;this[_0x28ff1c(0x4d1)]=_0xb18d29,this[_0x28ff1c(0x4b4)]=_0x49e407,this['localeService']=_0x3cbac2,this['init']();}[_0x596caf(0x361)](){var _0x1f8614=_0x596caf;this[_0x1f8614(0x4b4)][_0x1f8614(0x525)]({'priority':0x1,'interceptor':(_0x3fb1f6,_0x552049)=>_0x552049(_0x3fb1f6)[_0x1f8614(0x2fa)](_0xdd3ece[_0x1f8614(0x471)](async _0x23dd70=>{var _0x1098f9=_0x1f8614;const _0x4f37ea=_0x23dd70;if(_0x4f37ea[_0x1098f9(0x26d)]===0x191){if(typeof window>'u')throw new Error(_0x1098f9(0x211));if(window['confirm'](this[_0x1098f9(0x35f)]['t'](_0x1098f9(0x50e)))){const _0x2e55a9=window[_0x1098f9(0x4cd)](window[_0x1098f9(0x25f)][_0x1098f9(0x498)]);window[_0x1098f9(0x25f)][_0x1098f9(0x498)]=this[_0x1098f9(0x56d)]()+'?url='+_0x2e55a9;}}return _0x4f37ea;}))});}[_0x596caf(0x56d)](){var _0x485563=_0x596caf,_0x262dfa,_0x36f0d6;const _0x131f01=this['_configService'][_0x485563(0x4ef)](_0x4378fb),_0x348468=this[_0x485563(0x4d1)][_0x485563(0x4ef)](_0xd49a88);return(_0x36f0d6=(_0x262dfa=_0x348468==null?void 0x0:_0x348468[_0x485563(0x1e0)])!=null?_0x262dfa:_0x131f01)!=null?_0x36f0d6:_0x4356aa;}};_0x246830=_0x20c2e7([_0x747cfb(0x0,_0x52caf1['IConfigService']),_0x747cfb(0x1,_0x52caf1[_0x596caf(0x2ac)](_0x27c5b0[_0x596caf(0x323)])),_0x747cfb(0x2,_0x52caf1['Inject'](_0x52caf1[_0x596caf(0x3bb)]))],_0x246830);var _0x4e9f1c=Object[_0x596caf(0x265)],_0x5f1f9d=Object[_0x596caf(0x53d)],_0xea0aad=(_0x2c46b8,_0x562d9e,_0x48c69d,_0x3f2c37)=>{var _0x3d7290=_0x596caf;for(var _0x427a35=_0x3f2c37>0x1?void 0x0:_0x3f2c37?_0x5f1f9d(_0x562d9e,_0x48c69d):_0x562d9e,_0x94ceec=_0x2c46b8[_0x3d7290(0x4d8)]-0x1,_0x5480f6;_0x94ceec>=0x0;_0x94ceec--)(_0x5480f6=_0x2c46b8[_0x94ceec])&&(_0x427a35=(_0x3f2c37?_0x5480f6(_0x562d9e,_0x48c69d,_0x427a35):_0x5480f6(_0x427a35))||_0x427a35);return _0x3f2c37&&_0x427a35&&_0x4e9f1c(_0x562d9e,_0x48c69d,_0x427a35),_0x427a35;},_0x1efe84=(_0x24cafb,_0x5ac477)=>(_0x20e66d,_0x4aa463)=>_0x5ac477(_0x20e66d,_0x4aa463,_0x24cafb);const _0x5ddafd=_0x596caf(0x3f6),_0x41b0ad=_0x596caf(0x492);_0x99c765[_0x596caf(0x229)]=class extends _0x52caf1[_0x596caf(0x3e7)]{constructor(_0x1c130e,_0x42a6a5){var _0x184571=_0x596caf;super(),this['_HTTPService']=_0x1c130e,this[_0x184571(0x4d1)]=_0x42a6a5,this[_0x184571(0x237)]();}[_0x596caf(0x237)](){var _0x6b15a4=_0x596caf;const _0x387003=this;this[_0x6b15a4(0x4af)](this[_0x6b15a4(0x40a)][_0x6b15a4(0x525)]({'priority':0x3e7,'interceptor':_0x27c5b0[_0x6b15a4(0x48d)]({'isMatch'(_0x131ddf){var _0x185f96=_0x6b15a4,_0x6ed8c2;if(_0x131ddf[_0x185f96(0x544)]===_0x185f96(0x313)&&((_0x6ed8c2=_0x131ddf[_0x185f96(0x381)])!=null&&_0x6ed8c2[_0x185f96(0x40c)])){const {objectID:_0x2b8c33,objectType:_0xf5ad2f}=_0x131ddf[_0x185f96(0x381)]['body']||{};if(!_0x2b8c33||_0xf5ad2f===void 0x0)return!0x1;const _0x83c8f3=_0x387003[_0x185f96(0x2bd)]()+'/'+_0xf5ad2f+_0x185f96(0x3fb)+_0x2b8c33+'/allowed';if(_0x131ddf['url']===_0x83c8f3)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x245b8f){var _0x2d6147=_0x6b15a4,_0x1f89ad;return(_0x1f89ad=_0x245b8f[_0x2d6147(0x381)])==null?void 0x0:_0x1f89ad['body'];},'mergeParamsToRequest'(_0x2258ed,_0x3ba016){var _0x528de3=_0x6b15a4;const _0x2ba14f=_0x387003[_0x528de3(0x2bd)]()+_0x528de3(0x350),_0x1b8afb=_0x2258ed[_0x528de3(0x4f5)]((_0x143737,_0x7c3ead)=>{var _0x588caf=_0x528de3;const {unitID:_0xde9c81,objectID:_0xf3409b,objectType:_0x41065b,actions:_0x4fc382}=_0x7c3ead;return _0x143737[_0xde9c81]||(_0x143737[_0xde9c81]={}),_0x143737[_0xde9c81][_0xf3409b]||(_0x143737[_0xde9c81][_0xf3409b]={'objectID':_0xf3409b,'objectType':_0x41065b,'actions':[]}),_0x143737[_0xde9c81][_0xf3409b][_0x588caf(0x30d)][_0x588caf(0x258)](..._0x4fc382),_0x143737;},{}),_0x9f54d9=[];for(const _0x13f9ec in _0x1b8afb)for(const _0x3cfaf8 in _0x1b8afb[_0x13f9ec]){const {actions:_0x5bc80a,objectType:_0xb483fd}=_0x1b8afb[_0x13f9ec][_0x3cfaf8],_0x3cb1ad=[...new Set(_0x5bc80a)];_0x9f54d9[_0x528de3(0x258)]({'unitID':_0x13f9ec,'objectID':_0x3cfaf8,'objectType':_0xb483fd,'actions':_0x3cb1ad});}return new _0x27c5b0[(_0x528de3(0x37c))](_0x528de3(0x313),_0x2ba14f,{'headers':_0x3ba016[_0x528de3(0x2d0)],'withCredentials':_0x3ba016[_0x528de3(0x331)],'responseType':_0x3ba016[_0x528de3(0x4a1)],'body':{'requests':_0x9f54d9}});}},{'distributeResult'(_0x34faa7,_0xe5063b){var _0x60e826=_0x6b15a4;const {objectActions:_0x30bf0c}=_0x34faa7;return _0xe5063b[_0x60e826(0x2b2)](_0x4d3d2b=>{var _0x359b25=_0x60e826;const {unitID:_0x11d948,objectID:_0x25aaef,actions:_0x256ebb}=_0x4d3d2b,_0x2dd059=_0x30bf0c['find'](_0x339ef2=>_0x339ef2[_0x359b25(0x20e)]===_0x11d948&&_0x339ef2['objectID']===_0x25aaef),_0x4e315b=_0x256ebb[_0x359b25(0x2b2)](_0x14871c=>_0x2dd059==null?void 0x0:_0x2dd059[_0x359b25(0x30d)][_0x359b25(0x35a)](_0xe11957=>_0xe11957[_0x359b25(0x50f)]===_0x14871c))['filter'](_0x584f5d=>!!_0x584f5d);return{'config':_0x4d3d2b,'result':{'actions':_0x4e315b,'error':_0x34faa7['error']}};});}})}));}['_getAPIPrefixPath'](){var _0x4754b0=_0x596caf,_0x47eb60,_0x34a246;const _0x1d8b3b=this['_configService'][_0x4754b0(0x4ef)](_0x5ddafd),_0xd13cd1=this[_0x4754b0(0x4d1)][_0x4754b0(0x4ef)](_0xd49a88);return(_0x34a246=(_0x47eb60=_0xd13cd1==null?void 0x0:_0xd13cd1[_0x4754b0(0x45b)])!=null?_0x47eb60:_0x1d8b3b)!=null?_0x34a246:_0x41b0ad;}async['create'](_0x51bed9){var _0x3bd9b3=_0x596caf;const _0x4da539=this[_0x3bd9b3(0x2bd)]()+'/'+_0x51bed9['objectType']+_0x3bd9b3(0x50b);return(await this[_0x3bd9b3(0x40a)]['post'](_0x4da539,{'body':_0x51bed9}))[_0x3bd9b3(0x40c)][_0x3bd9b3(0x1fa)]||'';}async[_0x596caf(0x316)](_0x41e8c0){var _0x5a73e1=_0x596caf;const _0x1c0784=this['_getAPIPrefixPath']()+_0x5a73e1(0x47a);return(await this[_0x5a73e1(0x40a)]['post'](_0x1c0784,{'body':_0x41e8c0}))['body'][_0x5a73e1(0x2ae)];}async['update'](_0x33ca03){var _0x112f44=_0x596caf;const _0x56ae7c=this[_0x112f44(0x2bd)]()+'/'+_0x33ca03[_0x112f44(0x2af)]+_0x112f44(0x3fb)+_0x33ca03[_0x112f44(0x1fa)];await this[_0x112f44(0x40a)]['put'](_0x56ae7c,{'body':_0x33ca03});}async[_0x596caf(0x48e)](_0x4d04e1){var _0xd5bcb0=_0x596caf;const _0x252058=this['_getAPIPrefixPath']()+'/'+_0x4d04e1[_0xd5bcb0(0x2af)]+'/object/'+_0x4d04e1[_0xd5bcb0(0x1fa)]+'/allowed';return(await this['_HTTPService'][_0xd5bcb0(0x34c)](_0x252058,{'body':_0x4d04e1}))['body'][_0xd5bcb0(0x30d)];}async[_0x596caf(0x1cb)](_0x45390a){var _0x41bc68=_0x596caf;const _0x59b64c=this[_0x41bc68(0x2bd)]()+_0x41bc68(0x350);return(await this[_0x41bc68(0x40a)][_0x41bc68(0x34c)](_0x59b64c,{'body':{'requests':_0x45390a}}))[_0x41bc68(0x40c)][_0x41bc68(0x2aa)];}async['listRoles'](_0x50fb41){var _0x6c691b=_0x596caf;const _0x417c7b=this[_0x6c691b(0x2bd)]()+'/'+_0x50fb41[_0x6c691b(0x2af)]+_0x6c691b(0x3a1),_0x2a5424=await this[_0x6c691b(0x40a)][_0x6c691b(0x34c)](_0x417c7b,{'body':_0x50fb41});return{'roles':_0x2a5424[_0x6c691b(0x40c)]['roles'],'actions':_0x2a5424[_0x6c691b(0x40c)]['actions']};}async[_0x596caf(0x399)](_0x8b1b4a){var _0xa8a411=_0x596caf;const _0x2cfdc0=this[_0xa8a411(0x2bd)]()+_0xa8a411(0x508);await this[_0xa8a411(0x40a)][_0xa8a411(0x3ae)](_0x2cfdc0,{'params':{'collaboratorID':_0x8b1b4a[_0xa8a411(0x33d)],'objectID':_0x8b1b4a[_0xa8a411(0x1fa)],'unitID':_0x8b1b4a[_0xa8a411(0x20e)]}});}async[_0x596caf(0x1f0)](_0x3dfbf1){var _0x2061b3=_0x596caf;const _0x54e93c=this[_0x2061b3(0x2bd)]()+_0x2061b3(0x508);await this[_0x2061b3(0x40a)][_0x2061b3(0x2ef)](_0x54e93c,{'body':_0x3dfbf1});}async[_0x596caf(0x45a)](_0x2fa219){var _0x7bca66=_0x596caf;const _0x9e826f=this[_0x7bca66(0x2bd)]()+_0x7bca66(0x508);await this['_HTTPService']['post'](_0x9e826f,{'body':_0x2fa219});}async[_0x596caf(0x2d2)](_0x445fcb){var _0x4c969a=_0x596caf;const _0x2ddfa1=this[_0x4c969a(0x2bd)]()+'/collaborator';return(await this['_HTTPService'][_0x4c969a(0x336)](_0x2ddfa1,{'params':{'objectID':_0x445fcb[_0x4c969a(0x1fa)],'unitID':_0x445fcb['unitID']}}))[_0x4c969a(0x40c)][_0x4c969a(0x368)];}async[_0x596caf(0x482)](_0x24c5c1){var _0xf68f9a=_0x596caf;const _0x5a01f3=this[_0xf68f9a(0x2bd)]()+_0xf68f9a(0x508);await this[_0xf68f9a(0x40a)][_0xf68f9a(0x283)](_0x5a01f3,{'body':_0x24c5c1});}},_0x99c765['AuthzIoHttpService']=_0xea0aad([_0x1efe84(0x0,_0x52caf1[_0x596caf(0x2ac)](_0x27c5b0[_0x596caf(0x323)])),_0x1efe84(0x1,_0x52caf1['Inject'](_0x52caf1['IConfigService']))],_0x99c765[_0x596caf(0x229)]);var _0xb94572=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x4a9a38(_0x1d2ec7){var _0x532035=_0x596caf;return _0x1d2ec7&&_0x1d2ec7[_0x532035(0x231)]&&Object['prototype'][_0x532035(0x2cc)][_0x532035(0x4e4)](_0x1d2ec7,'default')?_0x1d2ec7[_0x532035(0x284)]:_0x1d2ec7;}var _0x5ba104={'exports':{}};function _0x5b1808(_0x151e2f){var _0x4424a0=_0x596caf;throw new Error(_0x4424a0(0x50d)+_0x151e2f+'\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.');}var _0x16e7ab={'exports':{}},_0x5258ac=_0x16e7ab['exports'],_0x19a697;function _0x3e5b7c(){return _0x19a697||(_0x19a697=0x1,function(_0x328662,_0x2678a2){(function(_0x449305,_0x2d85c1){_0x328662['exports']=_0x2d85c1();}(_0x5258ac,function(){var _0x20b4e4=_0x20b4e4||function(_0x3d993d,_0x1854c5){var _0x226322=_0x3d6f,_0x4a73bb;if(typeof window<'u'&&window['crypto']&&(_0x4a73bb=window['crypto']),typeof self<'u'&&self[_0x226322(0x217)]&&(_0x4a73bb=self['crypto']),typeof globalThis<'u'&&globalThis[_0x226322(0x217)]&&(_0x4a73bb=globalThis['crypto']),!_0x4a73bb&&typeof window<'u'&&window[_0x226322(0x373)]&&(_0x4a73bb=window[_0x226322(0x373)]),!_0x4a73bb&&typeof _0xb94572<'u'&&_0xb94572[_0x226322(0x217)]&&(_0x4a73bb=_0xb94572[_0x226322(0x217)]),!_0x4a73bb&&typeof _0x5b1808=='function')try{_0x4a73bb=require(_0x226322(0x217));}catch{}var _0xf512ff=function(){var _0x38f91b=_0x226322;if(_0x4a73bb){if(typeof _0x4a73bb['getRandomValues']=='function')try{return _0x4a73bb['getRandomValues'](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x4a73bb[_0x38f91b(0x559)]=='function')try{return _0x4a73bb[_0x38f91b(0x559)](0x4)['readInt32LE']();}catch{}}throw new Error(_0x38f91b(0x420));},_0x2ed561=Object['create']||(function(){function _0x21ed05(){}return function(_0x56aa79){var _0x1cba25;return _0x21ed05['prototype']=_0x56aa79,_0x1cba25=new _0x21ed05(),_0x21ed05['prototype']=null,_0x1cba25;};}()),_0x2884e0={},_0x2d9cd4=_0x2884e0[_0x226322(0x36e)]={},_0x79b814=_0x2d9cd4[_0x226322(0x31f)]=(function(){return{'extend':function(_0x5d0f03){var _0x41fa79=_0x3d6f,_0xd507ce=_0x2ed561(this);return _0x5d0f03&&_0xd507ce[_0x41fa79(0x1f3)](_0x5d0f03),(!_0xd507ce[_0x41fa79(0x2cc)](_0x41fa79(0x361))||this[_0x41fa79(0x361)]===_0xd507ce[_0x41fa79(0x361)])&&(_0xd507ce[_0x41fa79(0x361)]=function(){var _0x253a50=_0x41fa79;_0xd507ce[_0x253a50(0x38b)][_0x253a50(0x361)][_0x253a50(0x4ab)](this,arguments);}),_0xd507ce[_0x41fa79(0x361)][_0x41fa79(0x2cb)]=_0xd507ce,_0xd507ce['$super']=this,_0xd507ce;},'create':function(){var _0x7e86b5=_0x3d6f,_0x1464c6=this[_0x7e86b5(0x537)]();return _0x1464c6['init'][_0x7e86b5(0x4ab)](_0x1464c6,arguments),_0x1464c6;},'init':function(){},'mixIn':function(_0x19990e){var _0x5f5671=_0x3d6f;for(var _0x206f1b in _0x19990e)_0x19990e[_0x5f5671(0x2cc)](_0x206f1b)&&(this[_0x206f1b]=_0x19990e[_0x206f1b]);_0x19990e[_0x5f5671(0x2cc)](_0x5f5671(0x314))&&(this[_0x5f5671(0x314)]=_0x19990e[_0x5f5671(0x314)]);},'clone':function(){var _0xff8fa6=_0x3d6f;return this[_0xff8fa6(0x361)][_0xff8fa6(0x2cb)]['extend'](this);}};}()),_0x233c4e=_0x2d9cd4[_0x226322(0x4c7)]=_0x79b814['extend']({'init':function(_0x4c1683,_0x39b3d0){var _0x3ae035=_0x226322;_0x4c1683=this['words']=_0x4c1683||[],_0x39b3d0!=_0x1854c5?this[_0x3ae035(0x300)]=_0x39b3d0:this[_0x3ae035(0x300)]=_0x4c1683[_0x3ae035(0x4d8)]*0x4;},'toString':function(_0x468dbe){var _0xdb0dfc=_0x226322;return(_0x468dbe||_0xd39684)[_0xdb0dfc(0x2e4)](this);},'concat':function(_0x1a1853){var _0x422a93=_0x226322,_0x1a715e=this[_0x422a93(0x297)],_0x3980d9=_0x1a1853[_0x422a93(0x297)],_0x575f9d=this['sigBytes'],_0x577cd0=_0x1a1853[_0x422a93(0x300)];if(this[_0x422a93(0x4d0)](),_0x575f9d%0x4)for(var _0x304e43=0x0;_0x304e43<_0x577cd0;_0x304e43++){var _0x3698a6=_0x3980d9[_0x304e43>>>0x2]>>>0x18-_0x304e43%0x4*0x8&0xff;_0x1a715e[_0x575f9d+_0x304e43>>>0x2]|=_0x3698a6<<0x18-(_0x575f9d+_0x304e43)%0x4*0x8;}else{for(var _0x278198=0x0;_0x278198<_0x577cd0;_0x278198+=0x4)_0x1a715e[_0x575f9d+_0x278198>>>0x2]=_0x3980d9[_0x278198>>>0x2];}return this[_0x422a93(0x300)]+=_0x577cd0,this;},'clamp':function(){var _0x162377=_0x226322,_0x3f421c=this[_0x162377(0x297)],_0x4e0000=this[_0x162377(0x300)];_0x3f421c[_0x4e0000>>>0x2]&=0xffffffff<<0x20-_0x4e0000%0x4*0x8,_0x3f421c[_0x162377(0x4d8)]=_0x3d993d[_0x162377(0x1f1)](_0x4e0000/0x4);},'clone':function(){var _0x328ff5=_0x226322,_0x623ac7=_0x79b814[_0x328ff5(0x38a)][_0x328ff5(0x4e4)](this);return _0x623ac7[_0x328ff5(0x297)]=this[_0x328ff5(0x297)][_0x328ff5(0x3f2)](0x0),_0x623ac7;},'random':function(_0xec8822){var _0x1844a9=_0x226322;for(var _0x21fadc=[],_0x2632cd=0x0;_0x2632cd<_0xec8822;_0x2632cd+=0x4)_0x21fadc[_0x1844a9(0x258)](_0xf512ff());return new _0x233c4e[(_0x1844a9(0x361))](_0x21fadc,_0xec8822);}}),_0x570d23=_0x2884e0[_0x226322(0x4f4)]={},_0xd39684=_0x570d23['Hex']={'stringify':function(_0x1c8538){var _0x2cca57=_0x226322;for(var _0x3034b9=_0x1c8538[_0x2cca57(0x297)],_0x37d6ff=_0x1c8538['sigBytes'],_0x3624de=[],_0x476185=0x0;_0x476185<_0x37d6ff;_0x476185++){var _0x4caace=_0x3034b9[_0x476185>>>0x2]>>>0x18-_0x476185%0x4*0x8&0xff;_0x3624de['push']((_0x4caace>>>0x4)['toString'](0x10)),_0x3624de['push']((_0x4caace&0xf)[_0x2cca57(0x314)](0x10));}return _0x3624de['join']('');},'parse':function(_0x3c4cdc){var _0x52e72a=_0x226322;for(var _0xe3f927=_0x3c4cdc[_0x52e72a(0x4d8)],_0x5ea255=[],_0x505eb5=0x0;_0x505eb5<_0xe3f927;_0x505eb5+=0x2)_0x5ea255[_0x505eb5>>>0x3]|=parseInt(_0x3c4cdc[_0x52e72a(0x417)](_0x505eb5,0x2),0x10)<<0x18-_0x505eb5%0x8*0x4;return new _0x233c4e[(_0x52e72a(0x361))](_0x5ea255,_0xe3f927/0x2);}},_0x291f41=_0x570d23[_0x226322(0x483)]={'stringify':function(_0x22800b){var _0x32f28e=_0x226322;for(var _0x5e7556=_0x22800b[_0x32f28e(0x297)],_0x15b434=_0x22800b['sigBytes'],_0x18d617=[],_0x323f94=0x0;_0x323f94<_0x15b434;_0x323f94++){var _0x23f1aa=_0x5e7556[_0x323f94>>>0x2]>>>0x18-_0x323f94%0x4*0x8&0xff;_0x18d617['push'](String[_0x32f28e(0x2b6)](_0x23f1aa));}return _0x18d617[_0x32f28e(0x3fe)]('');},'parse':function(_0x178ec8){var _0x366e27=_0x226322;for(var _0x11544f=_0x178ec8[_0x366e27(0x4d8)],_0x301fb6=[],_0x5778c1=0x0;_0x5778c1<_0x11544f;_0x5778c1++)_0x301fb6[_0x5778c1>>>0x2]|=(_0x178ec8[_0x366e27(0x2f5)](_0x5778c1)&0xff)<<0x18-_0x5778c1%0x4*0x8;return new _0x233c4e[(_0x366e27(0x361))](_0x301fb6,_0x11544f);}},_0x5321ee=_0x570d23[_0x226322(0x4fe)]={'stringify':function(_0x2f77aa){var _0x5c725a=_0x226322;try{return decodeURIComponent(escape(_0x291f41[_0x5c725a(0x2e4)](_0x2f77aa)));}catch{throw new Error(_0x5c725a(0x223));}},'parse':function(_0x386188){return _0x291f41['parse'](unescape(encodeURIComponent(_0x386188)));}},_0x17d3cb=_0x2d9cd4[_0x226322(0x565)]=_0x79b814[_0x226322(0x537)]({'reset':function(){var _0x2806ba=_0x226322;this[_0x2806ba(0x3e6)]=new _0x233c4e[(_0x2806ba(0x361))](),this[_0x2806ba(0x1e9)]=0x0;},'_append':function(_0x2101c4){var _0x5e4309=_0x226322;typeof _0x2101c4==_0x5e4309(0x4e3)&&(_0x2101c4=_0x5321ee[_0x5e4309(0x3d3)](_0x2101c4)),this[_0x5e4309(0x3e6)][_0x5e4309(0x4e1)](_0x2101c4),this[_0x5e4309(0x1e9)]+=_0x2101c4['sigBytes'];},'_process':function(_0x108bb3){var _0x2121b0=_0x226322,_0x1e4141,_0x27b635=this[_0x2121b0(0x3e6)],_0x20abb7=_0x27b635[_0x2121b0(0x297)],_0x1fbd99=_0x27b635[_0x2121b0(0x300)],_0x1a9b56=this[_0x2121b0(0x425)],_0xf458be=_0x1a9b56*0x4,_0x23796b=_0x1fbd99/_0xf458be;_0x108bb3?_0x23796b=_0x3d993d[_0x2121b0(0x1f1)](_0x23796b):_0x23796b=_0x3d993d[_0x2121b0(0x4c9)]((_0x23796b|0x0)-this[_0x2121b0(0x344)],0x0);var _0x410f3b=_0x23796b*_0x1a9b56,_0xd882fd=_0x3d993d[_0x2121b0(0x53b)](_0x410f3b*0x4,_0x1fbd99);if(_0x410f3b){for(var _0xec99b7=0x0;_0xec99b7<_0x410f3b;_0xec99b7+=_0x1a9b56)this[_0x2121b0(0x52c)](_0x20abb7,_0xec99b7);_0x1e4141=_0x20abb7[_0x2121b0(0x37f)](0x0,_0x410f3b),_0x27b635['sigBytes']-=_0xd882fd;}return new _0x233c4e[(_0x2121b0(0x361))](_0x1e4141,_0xd882fd);},'clone':function(){var _0x6d655a=_0x226322,_0x718674=_0x79b814[_0x6d655a(0x38a)]['call'](this);return _0x718674[_0x6d655a(0x3e6)]=this[_0x6d655a(0x3e6)]['clone'](),_0x718674;},'_minBufferSize':0x0});_0x2d9cd4[_0x226322(0x3e2)]=_0x17d3cb[_0x226322(0x537)]({'cfg':_0x79b814['extend'](),'init':function(_0x49e36a){var _0x5aa58f=_0x226322;this[_0x5aa58f(0x272)]=this[_0x5aa58f(0x272)][_0x5aa58f(0x537)](_0x49e36a),this[_0x5aa58f(0x3a7)]();},'reset':function(){var _0xe01083=_0x226322;_0x17d3cb[_0xe01083(0x3a7)][_0xe01083(0x4e4)](this),this[_0xe01083(0x2d8)]();},'update':function(_0x463cba){var _0xb6788f=_0x226322;return this[_0xb6788f(0x2a3)](_0x463cba),this[_0xb6788f(0x345)](),this;},'finalize':function(_0x5cfa9e){var _0x11d88c=_0x226322;_0x5cfa9e&&this[_0x11d88c(0x2a3)](_0x5cfa9e);var _0x267996=this['_doFinalize']();return _0x267996;},'blockSize':0x10,'_createHelper':function(_0x3a0a30){return function(_0x53e43d,_0x14b3d5){var _0x4ff7de=_0x3d6f;return new _0x3a0a30[(_0x4ff7de(0x361))](_0x14b3d5)[_0x4ff7de(0x200)](_0x53e43d);};},'_createHmacHelper':function(_0x4bfd90){return function(_0x399326,_0x1c2cfc){var _0x5264c7=_0x3d6f;return new _0x1438fa[(_0x5264c7(0x510))][(_0x5264c7(0x361))](_0x4bfd90,_0x1c2cfc)['finalize'](_0x399326);};}});var _0x1438fa=_0x2884e0[_0x226322(0x36b)]={};return _0x2884e0;}(Math);return _0x20b4e4;}));}(_0x16e7ab)),_0x16e7ab['exports'];}var _0x2690e7={'exports':{}},_0x23c965=_0x2690e7[_0x596caf(0x42c)],_0x118c87;function _0x16fd6f(){return _0x118c87||(_0x118c87=0x1,function(_0x73ab5d,_0x383f7f){(function(_0x117a71,_0x726bb9){var _0x4c670d=_0x3d6f;_0x73ab5d[_0x4c670d(0x42c)]=_0x726bb9(_0x3e5b7c());}(_0x23c965,function(_0x4b3950){var _0x1087cb=_0x3d6f;return(function(){var _0xaba205=_0x3d6f,_0x7f97d8=_0x4b3950,_0x436759=_0x7f97d8[_0xaba205(0x36e)],_0x470a1a=_0x436759[_0xaba205(0x4c7)],_0x4c7e8e=_0x7f97d8['enc'];_0x4c7e8e['Base64']={'stringify':function(_0x5deb9f){var _0x26a501=_0xaba205,_0xe5a8cd=_0x5deb9f[_0x26a501(0x297)],_0x39fc80=_0x5deb9f[_0x26a501(0x300)],_0xe78919=this['_map'];_0x5deb9f[_0x26a501(0x4d0)]();for(var _0x5bcee1=[],_0x4090af=0x0;_0x4090af<_0x39fc80;_0x4090af+=0x3)for(var _0x3595d6=_0xe5a8cd[_0x4090af>>>0x2]>>>0x18-_0x4090af%0x4*0x8&0xff,_0x200807=_0xe5a8cd[_0x4090af+0x1>>>0x2]>>>0x18-(_0x4090af+0x1)%0x4*0x8&0xff,_0x5c8d57=_0xe5a8cd[_0x4090af+0x2>>>0x2]>>>0x18-(_0x4090af+0x2)%0x4*0x8&0xff,_0x2fd5f2=_0x3595d6<<0x10|_0x200807<<0x8|_0x5c8d57,_0x316c4d=0x0;_0x316c4d<0x4&&_0x4090af+_0x316c4d*0.75<_0x39fc80;_0x316c4d++)_0x5bcee1[_0x26a501(0x258)](_0xe78919[_0x26a501(0x3d0)](_0x2fd5f2>>>0x6*(0x3-_0x316c4d)&0x3f));var _0x1b1f26=_0xe78919[_0x26a501(0x3d0)](0x40);if(_0x1b1f26){for(;_0x5bcee1[_0x26a501(0x4d8)]%0x4;)_0x5bcee1[_0x26a501(0x258)](_0x1b1f26);}return _0x5bcee1[_0x26a501(0x3fe)]('');},'parse':function(_0x50d759){var _0xed9c6=_0xaba205,_0x897095=_0x50d759[_0xed9c6(0x4d8)],_0x377542=this[_0xed9c6(0x518)],_0x30b8fc=this[_0xed9c6(0x322)];if(!_0x30b8fc){_0x30b8fc=this[_0xed9c6(0x322)]=[];for(var _0x3db98d=0x0;_0x3db98d<_0x377542[_0xed9c6(0x4d8)];_0x3db98d++)_0x30b8fc[_0x377542[_0xed9c6(0x2f5)](_0x3db98d)]=_0x3db98d;}var _0x6f4979=_0x377542[_0xed9c6(0x3d0)](0x40);if(_0x6f4979){var _0x448d02=_0x50d759[_0xed9c6(0x43f)](_0x6f4979);_0x448d02!==-0x1&&(_0x897095=_0x448d02);}return _0x413c0c(_0x50d759,_0x897095,_0x30b8fc);},'_map':'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='};function _0x413c0c(_0x1d7706,_0x30405d,_0x21a4e4){var _0x41928d=_0xaba205;for(var _0x304245=[],_0x5ab54c=0x0,_0x3a8ed8=0x0;_0x3a8ed8<_0x30405d;_0x3a8ed8++)if(_0x3a8ed8%0x4){var _0x3cd595=_0x21a4e4[_0x1d7706[_0x41928d(0x2f5)](_0x3a8ed8-0x1)]<<_0x3a8ed8%0x4*0x2,_0xc90b0e=_0x21a4e4[_0x1d7706[_0x41928d(0x2f5)](_0x3a8ed8)]>>>0x6-_0x3a8ed8%0x4*0x2,_0x191fa5=_0x3cd595|_0xc90b0e;_0x304245[_0x5ab54c>>>0x2]|=_0x191fa5<<0x18-_0x5ab54c%0x4*0x8,_0x5ab54c++;}return _0x470a1a[_0x41928d(0x3fd)](_0x304245,_0x5ab54c);}}()),_0x4b3950[_0x1087cb(0x4f4)][_0x1087cb(0x32e)];}));}(_0x2690e7)),_0x2690e7['exports'];}var _0x5d7d32={'exports':{}},_0x268115=_0x5d7d32[_0x596caf(0x42c)],_0x5cda5c;function _0x3f589b(){return _0x5cda5c||(_0x5cda5c=0x1,function(_0x22a981,_0x8dc06f){(function(_0x48e21d,_0x2de80f){_0x22a981['exports']=_0x2de80f(_0x3e5b7c());}(_0x268115,function(_0x3f0a7a){var _0x525ca4=_0x3d6f;return function(_0x4de1d5){var _0x540a30=_0x3d6f,_0x4ee4cd=_0x3f0a7a,_0x427b53=_0x4ee4cd[_0x540a30(0x36e)],_0x339867=_0x427b53[_0x540a30(0x4c7)],_0x2259b8=_0x427b53[_0x540a30(0x3e2)],_0x234f72=_0x4ee4cd[_0x540a30(0x36b)],_0x2a32ec=[];(function(){var _0x8c2bf8=_0x540a30;for(var _0x363342=0x0;_0x363342<0x40;_0x363342++)_0x2a32ec[_0x363342]=_0x4de1d5[_0x8c2bf8(0x2ec)](_0x4de1d5[_0x8c2bf8(0x4b1)](_0x363342+0x1))*0x100000000|0x0;}());var _0x515ac2=_0x234f72['MD5']=_0x2259b8[_0x540a30(0x537)]({'_doReset':function(){var _0x5a0b99=_0x540a30;this[_0x5a0b99(0x363)]=new _0x339867[(_0x5a0b99(0x361))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x1c728f,_0x46702f){var _0x6b8aae=_0x540a30;for(var _0x548ede=0x0;_0x548ede<0x10;_0x548ede++){var _0x4e278c=_0x46702f+_0x548ede,_0x55fd28=_0x1c728f[_0x4e278c];_0x1c728f[_0x4e278c]=(_0x55fd28<<0x8|_0x55fd28>>>0x18)&0xff00ff|(_0x55fd28<<0x18|_0x55fd28>>>0x8)&0xff00ff00;}var _0x1e68d3=this[_0x6b8aae(0x363)][_0x6b8aae(0x297)],_0x5f1006=_0x1c728f[_0x46702f+0x0],_0x23b65c=_0x1c728f[_0x46702f+0x1],_0x4018e8=_0x1c728f[_0x46702f+0x2],_0x593117=_0x1c728f[_0x46702f+0x3],_0x922691=_0x1c728f[_0x46702f+0x4],_0x1d92a8=_0x1c728f[_0x46702f+0x5],_0x4efe10=_0x1c728f[_0x46702f+0x6],_0x10ac1c=_0x1c728f[_0x46702f+0x7],_0x5e3c1c=_0x1c728f[_0x46702f+0x8],_0x4f5bc4=_0x1c728f[_0x46702f+0x9],_0x44d583=_0x1c728f[_0x46702f+0xa],_0x43384e=_0x1c728f[_0x46702f+0xb],_0x5800ad=_0x1c728f[_0x46702f+0xc],_0x1b3560=_0x1c728f[_0x46702f+0xd],_0x245a0b=_0x1c728f[_0x46702f+0xe],_0x2db807=_0x1c728f[_0x46702f+0xf],_0x8aaa34=_0x1e68d3[0x0],_0x1bd186=_0x1e68d3[0x1],_0x3fce2c=_0x1e68d3[0x2],_0x451cad=_0x1e68d3[0x3];_0x8aaa34=_0xad3cb6(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x5f1006,0x7,_0x2a32ec[0x0]),_0x451cad=_0xad3cb6(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x23b65c,0xc,_0x2a32ec[0x1]),_0x3fce2c=_0xad3cb6(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x4018e8,0x11,_0x2a32ec[0x2]),_0x1bd186=_0xad3cb6(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x593117,0x16,_0x2a32ec[0x3]),_0x8aaa34=_0xad3cb6(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x922691,0x7,_0x2a32ec[0x4]),_0x451cad=_0xad3cb6(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x1d92a8,0xc,_0x2a32ec[0x5]),_0x3fce2c=_0xad3cb6(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x4efe10,0x11,_0x2a32ec[0x6]),_0x1bd186=_0xad3cb6(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x10ac1c,0x16,_0x2a32ec[0x7]),_0x8aaa34=_0xad3cb6(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x5e3c1c,0x7,_0x2a32ec[0x8]),_0x451cad=_0xad3cb6(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x4f5bc4,0xc,_0x2a32ec[0x9]),_0x3fce2c=_0xad3cb6(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x44d583,0x11,_0x2a32ec[0xa]),_0x1bd186=_0xad3cb6(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x43384e,0x16,_0x2a32ec[0xb]),_0x8aaa34=_0xad3cb6(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x5800ad,0x7,_0x2a32ec[0xc]),_0x451cad=_0xad3cb6(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x1b3560,0xc,_0x2a32ec[0xd]),_0x3fce2c=_0xad3cb6(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x245a0b,0x11,_0x2a32ec[0xe]),_0x1bd186=_0xad3cb6(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x2db807,0x16,_0x2a32ec[0xf]),_0x8aaa34=_0xcf585d(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x23b65c,0x5,_0x2a32ec[0x10]),_0x451cad=_0xcf585d(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x4efe10,0x9,_0x2a32ec[0x11]),_0x3fce2c=_0xcf585d(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x43384e,0xe,_0x2a32ec[0x12]),_0x1bd186=_0xcf585d(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x5f1006,0x14,_0x2a32ec[0x13]),_0x8aaa34=_0xcf585d(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x1d92a8,0x5,_0x2a32ec[0x14]),_0x451cad=_0xcf585d(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x44d583,0x9,_0x2a32ec[0x15]),_0x3fce2c=_0xcf585d(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x2db807,0xe,_0x2a32ec[0x16]),_0x1bd186=_0xcf585d(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x922691,0x14,_0x2a32ec[0x17]),_0x8aaa34=_0xcf585d(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x4f5bc4,0x5,_0x2a32ec[0x18]),_0x451cad=_0xcf585d(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x245a0b,0x9,_0x2a32ec[0x19]),_0x3fce2c=_0xcf585d(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x593117,0xe,_0x2a32ec[0x1a]),_0x1bd186=_0xcf585d(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x5e3c1c,0x14,_0x2a32ec[0x1b]),_0x8aaa34=_0xcf585d(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x1b3560,0x5,_0x2a32ec[0x1c]),_0x451cad=_0xcf585d(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x4018e8,0x9,_0x2a32ec[0x1d]),_0x3fce2c=_0xcf585d(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x10ac1c,0xe,_0x2a32ec[0x1e]),_0x1bd186=_0xcf585d(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x5800ad,0x14,_0x2a32ec[0x1f]),_0x8aaa34=_0x51b9ed(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x1d92a8,0x4,_0x2a32ec[0x20]),_0x451cad=_0x51b9ed(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x5e3c1c,0xb,_0x2a32ec[0x21]),_0x3fce2c=_0x51b9ed(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x43384e,0x10,_0x2a32ec[0x22]),_0x1bd186=_0x51b9ed(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x245a0b,0x17,_0x2a32ec[0x23]),_0x8aaa34=_0x51b9ed(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x23b65c,0x4,_0x2a32ec[0x24]),_0x451cad=_0x51b9ed(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x922691,0xb,_0x2a32ec[0x25]),_0x3fce2c=_0x51b9ed(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x10ac1c,0x10,_0x2a32ec[0x26]),_0x1bd186=_0x51b9ed(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x44d583,0x17,_0x2a32ec[0x27]),_0x8aaa34=_0x51b9ed(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x1b3560,0x4,_0x2a32ec[0x28]),_0x451cad=_0x51b9ed(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x5f1006,0xb,_0x2a32ec[0x29]),_0x3fce2c=_0x51b9ed(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x593117,0x10,_0x2a32ec[0x2a]),_0x1bd186=_0x51b9ed(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x4efe10,0x17,_0x2a32ec[0x2b]),_0x8aaa34=_0x51b9ed(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x4f5bc4,0x4,_0x2a32ec[0x2c]),_0x451cad=_0x51b9ed(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x5800ad,0xb,_0x2a32ec[0x2d]),_0x3fce2c=_0x51b9ed(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x2db807,0x10,_0x2a32ec[0x2e]),_0x1bd186=_0x51b9ed(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x4018e8,0x17,_0x2a32ec[0x2f]),_0x8aaa34=_0x175bd7(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x5f1006,0x6,_0x2a32ec[0x30]),_0x451cad=_0x175bd7(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x10ac1c,0xa,_0x2a32ec[0x31]),_0x3fce2c=_0x175bd7(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x245a0b,0xf,_0x2a32ec[0x32]),_0x1bd186=_0x175bd7(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x1d92a8,0x15,_0x2a32ec[0x33]),_0x8aaa34=_0x175bd7(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x5800ad,0x6,_0x2a32ec[0x34]),_0x451cad=_0x175bd7(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x593117,0xa,_0x2a32ec[0x35]),_0x3fce2c=_0x175bd7(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x44d583,0xf,_0x2a32ec[0x36]),_0x1bd186=_0x175bd7(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x23b65c,0x15,_0x2a32ec[0x37]),_0x8aaa34=_0x175bd7(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x5e3c1c,0x6,_0x2a32ec[0x38]),_0x451cad=_0x175bd7(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x2db807,0xa,_0x2a32ec[0x39]),_0x3fce2c=_0x175bd7(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x4efe10,0xf,_0x2a32ec[0x3a]),_0x1bd186=_0x175bd7(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x1b3560,0x15,_0x2a32ec[0x3b]),_0x8aaa34=_0x175bd7(_0x8aaa34,_0x1bd186,_0x3fce2c,_0x451cad,_0x922691,0x6,_0x2a32ec[0x3c]),_0x451cad=_0x175bd7(_0x451cad,_0x8aaa34,_0x1bd186,_0x3fce2c,_0x43384e,0xa,_0x2a32ec[0x3d]),_0x3fce2c=_0x175bd7(_0x3fce2c,_0x451cad,_0x8aaa34,_0x1bd186,_0x4018e8,0xf,_0x2a32ec[0x3e]),_0x1bd186=_0x175bd7(_0x1bd186,_0x3fce2c,_0x451cad,_0x8aaa34,_0x4f5bc4,0x15,_0x2a32ec[0x3f]),_0x1e68d3[0x0]=_0x1e68d3[0x0]+_0x8aaa34|0x0,_0x1e68d3[0x1]=_0x1e68d3[0x1]+_0x1bd186|0x0,_0x1e68d3[0x2]=_0x1e68d3[0x2]+_0x3fce2c|0x0,_0x1e68d3[0x3]=_0x1e68d3[0x3]+_0x451cad|0x0;},'_doFinalize':function(){var _0x1edae8=_0x540a30,_0x162dea=this[_0x1edae8(0x3e6)],_0x23dd39=_0x162dea[_0x1edae8(0x297)],_0x37f9af=this[_0x1edae8(0x1e9)]*0x8,_0x3d09c7=_0x162dea[_0x1edae8(0x300)]*0x8;_0x23dd39[_0x3d09c7>>>0x5]|=0x80<<0x18-_0x3d09c7%0x20;var _0x38d316=_0x4de1d5[_0x1edae8(0x2c9)](_0x37f9af/0x100000000),_0x2753b6=_0x37f9af;_0x23dd39[(_0x3d09c7+0x40>>>0x9<<0x4)+0xf]=(_0x38d316<<0x8|_0x38d316>>>0x18)&0xff00ff|(_0x38d316<<0x18|_0x38d316>>>0x8)&0xff00ff00,_0x23dd39[(_0x3d09c7+0x40>>>0x9<<0x4)+0xe]=(_0x2753b6<<0x8|_0x2753b6>>>0x18)&0xff00ff|(_0x2753b6<<0x18|_0x2753b6>>>0x8)&0xff00ff00,_0x162dea['sigBytes']=(_0x23dd39['length']+0x1)*0x4,this[_0x1edae8(0x345)]();for(var _0x4c8652=this[_0x1edae8(0x363)],_0xf39e1=_0x4c8652[_0x1edae8(0x297)],_0x114bee=0x0;_0x114bee<0x4;_0x114bee++){var _0x245062=_0xf39e1[_0x114bee];_0xf39e1[_0x114bee]=(_0x245062<<0x8|_0x245062>>>0x18)&0xff00ff|(_0x245062<<0x18|_0x245062>>>0x8)&0xff00ff00;}return _0x4c8652;},'clone':function(){var _0x223302=_0x540a30,_0x584f59=_0x2259b8[_0x223302(0x38a)][_0x223302(0x4e4)](this);return _0x584f59[_0x223302(0x363)]=this['_hash']['clone'](),_0x584f59;}});function _0xad3cb6(_0x370fc7,_0x35a905,_0x766794,_0x5a55fe,_0x129830,_0x432b53,_0x200df4){var _0x4f6e11=_0x370fc7+(_0x35a905&_0x766794|~_0x35a905&_0x5a55fe)+_0x129830+_0x200df4;return(_0x4f6e11<<_0x432b53|_0x4f6e11>>>0x20-_0x432b53)+_0x35a905;}function _0xcf585d(_0x2da69d,_0x33b176,_0x5013a0,_0x13d07e,_0x2c0232,_0x3d3398,_0x40fb9a){var _0x2284f5=_0x2da69d+(_0x33b176&_0x13d07e|_0x5013a0&~_0x13d07e)+_0x2c0232+_0x40fb9a;return(_0x2284f5<<_0x3d3398|_0x2284f5>>>0x20-_0x3d3398)+_0x33b176;}function _0x51b9ed(_0xbb004b,_0x3eb5f0,_0x161459,_0x149589,_0x16f783,_0x3e4e5d,_0x17946d){var _0x2e2134=_0xbb004b+(_0x3eb5f0^_0x161459^_0x149589)+_0x16f783+_0x17946d;return(_0x2e2134<<_0x3e4e5d|_0x2e2134>>>0x20-_0x3e4e5d)+_0x3eb5f0;}function _0x175bd7(_0x3c27b6,_0x4de884,_0x266693,_0xad543d,_0x27cce5,_0x24ecec,_0x1d9cae){var _0x192bd1=_0x3c27b6+(_0x266693^(_0x4de884|~_0xad543d))+_0x27cce5+_0x1d9cae;return(_0x192bd1<<_0x24ecec|_0x192bd1>>>0x20-_0x24ecec)+_0x4de884;}_0x4ee4cd[_0x540a30(0x364)]=_0x2259b8[_0x540a30(0x247)](_0x515ac2),_0x4ee4cd[_0x540a30(0x222)]=_0x2259b8[_0x540a30(0x49a)](_0x515ac2);}(Math),_0x3f0a7a[_0x525ca4(0x364)];}));}(_0x5d7d32)),_0x5d7d32['exports'];}var _0x4584d5={'exports':{}},_0x21039f={'exports':{}},_0x184996=_0x21039f[_0x596caf(0x42c)],_0x4a48b8;function _0x42bc53(){var _0x8c3e3=_0x596caf;return _0x4a48b8||(_0x4a48b8=0x1,function(_0x12a533,_0x3fb8ec){(function(_0x57f50e,_0x3685ec){var _0x40d274=_0x3d6f;_0x12a533[_0x40d274(0x42c)]=_0x3685ec(_0x3e5b7c());}(_0x184996,function(_0x49a937){var _0x52d3b9=_0x3d6f;return(function(){var _0x4a58b8=_0x3d6f,_0x374bc1=_0x49a937,_0x419582=_0x374bc1['lib'],_0x3b1421=_0x419582[_0x4a58b8(0x4c7)],_0x5b011f=_0x419582[_0x4a58b8(0x3e2)],_0x44cb52=_0x374bc1[_0x4a58b8(0x36b)],_0x471fff=[],_0x31bb28=_0x44cb52[_0x4a58b8(0x2f1)]=_0x5b011f[_0x4a58b8(0x537)]({'_doReset':function(){var _0x42df44=_0x4a58b8;this[_0x42df44(0x363)]=new _0x3b1421[(_0x42df44(0x361))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x9bbceb,_0x268e8d){var _0x478f93=_0x4a58b8;for(var _0x57a72a=this[_0x478f93(0x363)][_0x478f93(0x297)],_0x2d18a5=_0x57a72a[0x0],_0x93465d=_0x57a72a[0x1],_0x1df725=_0x57a72a[0x2],_0x15bbfe=_0x57a72a[0x3],_0x2aeaef=_0x57a72a[0x4],_0x5a4b6f=0x0;_0x5a4b6f<0x50;_0x5a4b6f++){if(_0x5a4b6f<0x10)_0x471fff[_0x5a4b6f]=_0x9bbceb[_0x268e8d+_0x5a4b6f]|0x0;else{var _0x4b9d21=_0x471fff[_0x5a4b6f-0x3]^_0x471fff[_0x5a4b6f-0x8]^_0x471fff[_0x5a4b6f-0xe]^_0x471fff[_0x5a4b6f-0x10];_0x471fff[_0x5a4b6f]=_0x4b9d21<<0x1|_0x4b9d21>>>0x1f;}var _0x252600=(_0x2d18a5<<0x5|_0x2d18a5>>>0x1b)+_0x2aeaef+_0x471fff[_0x5a4b6f];_0x5a4b6f<0x14?_0x252600+=(_0x93465d&_0x1df725|~_0x93465d&_0x15bbfe)+0x5a827999:_0x5a4b6f<0x28?_0x252600+=(_0x93465d^_0x1df725^_0x15bbfe)+0x6ed9eba1:_0x5a4b6f<0x3c?_0x252600+=(_0x93465d&_0x1df725|_0x93465d&_0x15bbfe|_0x1df725&_0x15bbfe)-0x70e44324:_0x252600+=(_0x93465d^_0x1df725^_0x15bbfe)-0x359d3e2a,_0x2aeaef=_0x15bbfe,_0x15bbfe=_0x1df725,_0x1df725=_0x93465d<<0x1e|_0x93465d>>>0x2,_0x93465d=_0x2d18a5,_0x2d18a5=_0x252600;}_0x57a72a[0x0]=_0x57a72a[0x0]+_0x2d18a5|0x0,_0x57a72a[0x1]=_0x57a72a[0x1]+_0x93465d|0x0,_0x57a72a[0x2]=_0x57a72a[0x2]+_0x1df725|0x0,_0x57a72a[0x3]=_0x57a72a[0x3]+_0x15bbfe|0x0,_0x57a72a[0x4]=_0x57a72a[0x4]+_0x2aeaef|0x0;},'_doFinalize':function(){var _0xb47d42=_0x4a58b8,_0x1e53f2=this[_0xb47d42(0x3e6)],_0x30e480=_0x1e53f2[_0xb47d42(0x297)],_0x1d9de4=this[_0xb47d42(0x1e9)]*0x8,_0x4fe146=_0x1e53f2[_0xb47d42(0x300)]*0x8;return _0x30e480[_0x4fe146>>>0x5]|=0x80<<0x18-_0x4fe146%0x20,_0x30e480[(_0x4fe146+0x40>>>0x9<<0x4)+0xe]=Math[_0xb47d42(0x2c9)](_0x1d9de4/0x100000000),_0x30e480[(_0x4fe146+0x40>>>0x9<<0x4)+0xf]=_0x1d9de4,_0x1e53f2[_0xb47d42(0x300)]=_0x30e480['length']*0x4,this[_0xb47d42(0x345)](),this[_0xb47d42(0x363)];},'clone':function(){var _0x2ced33=_0x4a58b8,_0x47a0f3=_0x5b011f[_0x2ced33(0x38a)][_0x2ced33(0x4e4)](this);return _0x47a0f3[_0x2ced33(0x363)]=this[_0x2ced33(0x363)][_0x2ced33(0x38a)](),_0x47a0f3;}});_0x374bc1[_0x4a58b8(0x2f1)]=_0x5b011f[_0x4a58b8(0x247)](_0x31bb28),_0x374bc1[_0x4a58b8(0x2b4)]=_0x5b011f['_createHmacHelper'](_0x31bb28);}()),_0x49a937[_0x52d3b9(0x2f1)];}));}(_0x21039f)),_0x21039f[_0x8c3e3(0x42c)];}var _0x352220={'exports':{}},_0x416bfe=_0x352220[_0x596caf(0x42c)],_0x12e771;function _0x53985c(){var _0x38fa77=_0x596caf;return _0x12e771||(_0x12e771=0x1,function(_0x4df3c2,_0x1d799a){(function(_0x242dfe,_0x80e0a9){var _0x402f5d=_0x3d6f;_0x4df3c2[_0x402f5d(0x42c)]=_0x80e0a9(_0x3e5b7c());}(_0x416bfe,function(_0x32fff4){(function(){var _0x5458fd=_0x3d6f,_0x5db3b3=_0x32fff4,_0x3ce1eb=_0x5db3b3[_0x5458fd(0x36e)],_0x4512f8=_0x3ce1eb[_0x5458fd(0x31f)],_0x2d03b3=_0x5db3b3[_0x5458fd(0x4f4)],_0x3a139f=_0x2d03b3[_0x5458fd(0x4fe)],_0x47f68b=_0x5db3b3[_0x5458fd(0x36b)];_0x47f68b[_0x5458fd(0x510)]=_0x4512f8[_0x5458fd(0x537)]({'init':function(_0x54a520,_0x53273c){var _0x519843=_0x5458fd;_0x54a520=this['_hasher']=new _0x54a520[(_0x519843(0x361))](),typeof _0x53273c=='string'&&(_0x53273c=_0x3a139f[_0x519843(0x3d3)](_0x53273c));var _0x49392c=_0x54a520[_0x519843(0x425)],_0x3e7b85=_0x49392c*0x4;_0x53273c[_0x519843(0x300)]>_0x3e7b85&&(_0x53273c=_0x54a520['finalize'](_0x53273c)),_0x53273c[_0x519843(0x4d0)]();for(var _0x1256f0=this[_0x519843(0x395)]=_0x53273c[_0x519843(0x38a)](),_0x34d2ab=this[_0x519843(0x287)]=_0x53273c[_0x519843(0x38a)](),_0x19ba28=_0x1256f0[_0x519843(0x297)],_0x28d425=_0x34d2ab[_0x519843(0x297)],_0x3f154b=0x0;_0x3f154b<_0x49392c;_0x3f154b++)_0x19ba28[_0x3f154b]^=0x5c5c5c5c,_0x28d425[_0x3f154b]^=0x36363636;_0x1256f0[_0x519843(0x300)]=_0x34d2ab[_0x519843(0x300)]=_0x3e7b85,this[_0x519843(0x3a7)]();},'reset':function(){var _0x3b5b83=_0x5458fd,_0x1faa11=this[_0x3b5b83(0x34d)];_0x1faa11['reset'](),_0x1faa11[_0x3b5b83(0x23f)](this[_0x3b5b83(0x287)]);},'update':function(_0x443d6c){var _0x1765fe=_0x5458fd;return this[_0x1765fe(0x34d)][_0x1765fe(0x23f)](_0x443d6c),this;},'finalize':function(_0x5850f7){var _0x342ac6=_0x5458fd,_0x1a9eb6=this[_0x342ac6(0x34d)],_0x556c9c=_0x1a9eb6[_0x342ac6(0x200)](_0x5850f7);_0x1a9eb6[_0x342ac6(0x3a7)]();var _0x11754c=_0x1a9eb6['finalize'](this[_0x342ac6(0x395)][_0x342ac6(0x38a)]()[_0x342ac6(0x4e1)](_0x556c9c));return _0x11754c;}});}());}));}(_0x352220)),_0x352220[_0x38fa77(0x42c)];}var _0xe4ec90=_0x4584d5[_0x596caf(0x42c)],_0x160cf9;function _0x234d03(){var _0x558d12=_0x596caf;return _0x160cf9||(_0x160cf9=0x1,function(_0x335a38,_0x238658){(function(_0x2399cd,_0x509c11,_0x322ac6){var _0x42dd9a=_0x3d6f;_0x335a38[_0x42dd9a(0x42c)]=_0x509c11(_0x3e5b7c(),_0x42bc53(),_0x53985c());}(_0xe4ec90,function(_0x4e5d8e){return(function(){var _0x3dfcfd=_0x3d6f,_0x53c3e5=_0x4e5d8e,_0x3dc427=_0x53c3e5['lib'],_0x577088=_0x3dc427[_0x3dfcfd(0x31f)],_0xc4b34a=_0x3dc427[_0x3dfcfd(0x4c7)],_0x4ef0eb=_0x53c3e5[_0x3dfcfd(0x36b)],_0x9d9249=_0x4ef0eb[_0x3dfcfd(0x364)],_0x2ff0c5=_0x4ef0eb[_0x3dfcfd(0x34f)]=_0x577088[_0x3dfcfd(0x537)]({'cfg':_0x577088['extend']({'keySize':0x80/0x20,'hasher':_0x9d9249,'iterations':0x1}),'init':function(_0x41aca7){var _0x4062a1=_0x3dfcfd;this[_0x4062a1(0x272)]=this[_0x4062a1(0x272)][_0x4062a1(0x537)](_0x41aca7);},'compute':function(_0xcd9fb8,_0x4e6287){var _0x17c0f2=_0x3dfcfd;for(var _0x32e4ae,_0x29f3bc=this[_0x17c0f2(0x272)],_0x4c1a49=_0x29f3bc[_0x17c0f2(0x4fa)][_0x17c0f2(0x3fd)](),_0x456f72=_0xc4b34a[_0x17c0f2(0x3fd)](),_0x44b097=_0x456f72[_0x17c0f2(0x297)],_0x20bb03=_0x29f3bc[_0x17c0f2(0x533)],_0x184a5c=_0x29f3bc[_0x17c0f2(0x353)];_0x44b097['length']<_0x20bb03;){_0x32e4ae&&_0x4c1a49[_0x17c0f2(0x23f)](_0x32e4ae),_0x32e4ae=_0x4c1a49['update'](_0xcd9fb8)[_0x17c0f2(0x200)](_0x4e6287),_0x4c1a49[_0x17c0f2(0x3a7)]();for(var _0x5242c6=0x1;_0x5242c6<_0x184a5c;_0x5242c6++)_0x32e4ae=_0x4c1a49[_0x17c0f2(0x200)](_0x32e4ae),_0x4c1a49[_0x17c0f2(0x3a7)]();_0x456f72['concat'](_0x32e4ae);}return _0x456f72[_0x17c0f2(0x300)]=_0x20bb03*0x4,_0x456f72;}});_0x53c3e5[_0x3dfcfd(0x34f)]=function(_0x3fb50d,_0x6c33,_0x1794df){var _0x6a52cb=_0x3dfcfd;return _0x2ff0c5[_0x6a52cb(0x3fd)](_0x1794df)[_0x6a52cb(0x319)](_0x3fb50d,_0x6c33);};}()),_0x4e5d8e['EvpKDF'];}));}(_0x4584d5)),_0x4584d5[_0x558d12(0x42c)];}var _0x45bfd2={'exports':{}},_0x177549=_0x45bfd2['exports'],_0x4b31c3;function _0x1283af(){var _0x1d1bf5=_0x596caf;return _0x4b31c3||(_0x4b31c3=0x1,function(_0x41a4ad,_0x24a51f){(function(_0x383601,_0x4686da,_0x28fad1){var _0x3f58d5=_0x3d6f;_0x41a4ad[_0x3f58d5(0x42c)]=_0x4686da(_0x3e5b7c(),_0x234d03());}(_0x177549,function(_0x50e58d){_0x50e58d['lib']['Cipher']||function(_0x3f6439){var _0x52f52c=_0x3d6f,_0x365c49=_0x50e58d,_0xc098ba=_0x365c49[_0x52f52c(0x36e)],_0x518635=_0xc098ba['Base'],_0x4a2c8c=_0xc098ba[_0x52f52c(0x4c7)],_0x308ae0=_0xc098ba['BufferedBlockAlgorithm'],_0x2d387b=_0x365c49['enc'];_0x2d387b[_0x52f52c(0x4fe)];var _0x179b83=_0x2d387b[_0x52f52c(0x32e)],_0x2eef96=_0x365c49[_0x52f52c(0x36b)],_0x49de70=_0x2eef96[_0x52f52c(0x34f)],_0x55a3a9=_0xc098ba[_0x52f52c(0x2bc)]=_0x308ae0[_0x52f52c(0x537)]({'cfg':_0x518635[_0x52f52c(0x537)](),'createEncryptor':function(_0x10bf65,_0x40469b){var _0x222cc8=_0x52f52c;return this[_0x222cc8(0x3fd)](this[_0x222cc8(0x32c)],_0x10bf65,_0x40469b);},'createDecryptor':function(_0x145ba7,_0x20ea71){var _0x341f96=_0x52f52c;return this[_0x341f96(0x3fd)](this[_0x341f96(0x3c2)],_0x145ba7,_0x20ea71);},'init':function(_0x344048,_0x306396,_0x2aee85){var _0x58d3ad=_0x52f52c;this['cfg']=this[_0x58d3ad(0x272)]['extend'](_0x2aee85),this[_0x58d3ad(0x41a)]=_0x344048,this[_0x58d3ad(0x239)]=_0x306396,this['reset']();},'reset':function(){var _0x3f0aec=_0x52f52c;_0x308ae0[_0x3f0aec(0x3a7)][_0x3f0aec(0x4e4)](this),this[_0x3f0aec(0x2d8)]();},'process':function(_0x293511){var _0x2c8930=_0x52f52c;return this[_0x2c8930(0x2a3)](_0x293511),this['_process']();},'finalize':function(_0x56ec32){var _0x5855e6=_0x52f52c;_0x56ec32&&this[_0x5855e6(0x2a3)](_0x56ec32);var _0x4ca4db=this[_0x5855e6(0x2d6)]();return _0x4ca4db;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x44be11(_0x4ee7ae){var _0x1a6268=_0x3d6f;return typeof _0x4ee7ae==_0x1a6268(0x4e3)?_0x114bfe:_0x3cf62d;}return function(_0x139711){return{'encrypt':function(_0x287626,_0x27d02a,_0x221e6d){return _0x44be11(_0x27d02a)['encrypt'](_0x139711,_0x287626,_0x27d02a,_0x221e6d);},'decrypt':function(_0x580578,_0x429b43,_0x2d4468){var _0xcbfeb7=_0x3d6f;return _0x44be11(_0x429b43)[_0xcbfeb7(0x3ef)](_0x139711,_0x580578,_0x429b43,_0x2d4468);}};};}())});_0xc098ba[_0x52f52c(0x538)]=_0x55a3a9[_0x52f52c(0x537)]({'_doFinalize':function(){var _0x3b4624=_0x52f52c,_0x47cdda=this[_0x3b4624(0x345)](!0x0);return _0x47cdda;},'blockSize':0x1});var _0x5c3279=_0x365c49[_0x52f52c(0x249)]={},_0x520590=_0xc098ba[_0x52f52c(0x491)]=_0x518635[_0x52f52c(0x537)]({'createEncryptor':function(_0x377c9,_0x2f3e38){var _0x1605c4=_0x52f52c;return this[_0x1605c4(0x499)]['create'](_0x377c9,_0x2f3e38);},'createDecryptor':function(_0x3479b5,_0x539cc9){return this['Decryptor']['create'](_0x3479b5,_0x539cc9);},'init':function(_0x1bd411,_0x55ca0a){var _0x188c30=_0x52f52c;this[_0x188c30(0x22d)]=_0x1bd411,this[_0x188c30(0x4cb)]=_0x55ca0a;}}),_0x7fd3f4=_0x5c3279[_0x52f52c(0x4b2)]=(function(){var _0x5acb21=_0x52f52c,_0x5013c8=_0x520590['extend']();_0x5013c8['Encryptor']=_0x5013c8[_0x5acb21(0x537)]({'processBlock':function(_0x4d885a,_0x267d50){var _0x12dc1d=_0x5acb21,_0x48ad19=this[_0x12dc1d(0x22d)],_0x446d23=_0x48ad19['blockSize'];_0x155f02['call'](this,_0x4d885a,_0x267d50,_0x446d23),_0x48ad19['encryptBlock'](_0x4d885a,_0x267d50),this[_0x12dc1d(0x31b)]=_0x4d885a[_0x12dc1d(0x3f2)](_0x267d50,_0x267d50+_0x446d23);}}),_0x5013c8[_0x5acb21(0x4dc)]=_0x5013c8[_0x5acb21(0x537)]({'processBlock':function(_0x31f534,_0x4cabe4){var _0x977a5=_0x5acb21,_0x570701=this[_0x977a5(0x22d)],_0x2f3f1e=_0x570701[_0x977a5(0x425)],_0x5f1ed7=_0x31f534[_0x977a5(0x3f2)](_0x4cabe4,_0x4cabe4+_0x2f3f1e);_0x570701[_0x977a5(0x1d4)](_0x31f534,_0x4cabe4),_0x155f02[_0x977a5(0x4e4)](this,_0x31f534,_0x4cabe4,_0x2f3f1e),this[_0x977a5(0x31b)]=_0x5f1ed7;}});function _0x155f02(_0x17c25c,_0x3f77a8,_0x2b87e9){var _0x1d1c06=_0x5acb21,_0x455502,_0x4dc28d=this[_0x1d1c06(0x4cb)];_0x4dc28d?(_0x455502=_0x4dc28d,this[_0x1d1c06(0x4cb)]=_0x3f6439):_0x455502=this['_prevBlock'];for(var _0x3c489c=0x0;_0x3c489c<_0x2b87e9;_0x3c489c++)_0x17c25c[_0x3f77a8+_0x3c489c]^=_0x455502[_0x3c489c];}return _0x5013c8;}()),_0x27587a=_0x365c49['pad']={},_0x18660d=_0x27587a[_0x52f52c(0x4cf)]={'pad':function(_0x214bad,_0x2f017e){var _0x2708ec=_0x52f52c;for(var _0x4f7649=_0x2f017e*0x4,_0x49513d=_0x4f7649-_0x214bad[_0x2708ec(0x300)]%_0x4f7649,_0x20f91d=_0x49513d<<0x18|_0x49513d<<0x10|_0x49513d<<0x8|_0x49513d,_0x3bfe7f=[],_0x86f2ad=0x0;_0x86f2ad<_0x49513d;_0x86f2ad+=0x4)_0x3bfe7f[_0x2708ec(0x258)](_0x20f91d);var _0x486178=_0x4a2c8c['create'](_0x3bfe7f,_0x49513d);_0x214bad['concat'](_0x486178);},'unpad':function(_0x383589){var _0x54452a=_0x52f52c,_0x53fdd5=_0x383589[_0x54452a(0x297)][_0x383589['sigBytes']-0x1>>>0x2]&0xff;_0x383589['sigBytes']-=_0x53fdd5;}};_0xc098ba[_0x52f52c(0x3bc)]=_0x55a3a9['extend']({'cfg':_0x55a3a9[_0x52f52c(0x272)][_0x52f52c(0x537)]({'mode':_0x7fd3f4,'padding':_0x18660d}),'reset':function(){var _0x26e3aa=_0x52f52c,_0x50e0b6;_0x55a3a9[_0x26e3aa(0x3a7)]['call'](this);var _0x5284e2=this[_0x26e3aa(0x272)],_0x5ef0a1=_0x5284e2['iv'],_0x87abb2=_0x5284e2[_0x26e3aa(0x249)];this['_xformMode']==this['_ENC_XFORM_MODE']?_0x50e0b6=_0x87abb2[_0x26e3aa(0x1f8)]:(_0x50e0b6=_0x87abb2[_0x26e3aa(0x31e)],this[_0x26e3aa(0x344)]=0x1),this[_0x26e3aa(0x3dc)]&&this['_mode'][_0x26e3aa(0x45f)]==_0x50e0b6?this[_0x26e3aa(0x3dc)][_0x26e3aa(0x361)](this,_0x5ef0a1&&_0x5ef0a1['words']):(this[_0x26e3aa(0x3dc)]=_0x50e0b6[_0x26e3aa(0x4e4)](_0x87abb2,this,_0x5ef0a1&&_0x5ef0a1[_0x26e3aa(0x297)]),this[_0x26e3aa(0x3dc)][_0x26e3aa(0x45f)]=_0x50e0b6);},'_doProcessBlock':function(_0xb633fb,_0x12de30){var _0x8c976=_0x52f52c;this['_mode'][_0x8c976(0x35d)](_0xb633fb,_0x12de30);},'_doFinalize':function(){var _0x3080e1=_0x52f52c,_0x2cd24b,_0xb1ca7d=this[_0x3080e1(0x272)][_0x3080e1(0x3aa)];return this[_0x3080e1(0x41a)]==this[_0x3080e1(0x32c)]?(_0xb1ca7d[_0x3080e1(0x4eb)](this[_0x3080e1(0x3e6)],this[_0x3080e1(0x425)]),_0x2cd24b=this[_0x3080e1(0x345)](!0x0)):(_0x2cd24b=this[_0x3080e1(0x345)](!0x0),_0xb1ca7d[_0x3080e1(0x202)](_0x2cd24b)),_0x2cd24b;},'blockSize':0x80/0x20});var _0x9ecb6=_0xc098ba[_0x52f52c(0x26e)]=_0x518635[_0x52f52c(0x537)]({'init':function(_0x103291){var _0x14495e=_0x52f52c;this[_0x14495e(0x1f3)](_0x103291);},'toString':function(_0x47cfbc){var _0x16b751=_0x52f52c;return(_0x47cfbc||this[_0x16b751(0x55d)])[_0x16b751(0x2e4)](this);}}),_0x55b1f2=_0x365c49[_0x52f52c(0x507)]={},_0x7397ea=_0x55b1f2[_0x52f52c(0x448)]={'stringify':function(_0xae1f2e){var _0x29fb88=_0x52f52c,_0x4c1f04,_0x3f7e34=_0xae1f2e['ciphertext'],_0x4c5ea5=_0xae1f2e[_0x29fb88(0x31a)];return _0x4c5ea5?_0x4c1f04=_0x4a2c8c[_0x29fb88(0x3fd)]([0x53616c74,0x65645f5f])[_0x29fb88(0x4e1)](_0x4c5ea5)[_0x29fb88(0x4e1)](_0x3f7e34):_0x4c1f04=_0x3f7e34,_0x4c1f04[_0x29fb88(0x314)](_0x179b83);},'parse':function(_0x574103){var _0x4c78fc=_0x52f52c,_0x44d6e7,_0x27de4a=_0x179b83[_0x4c78fc(0x3d3)](_0x574103),_0x4b484d=_0x27de4a[_0x4c78fc(0x297)];return _0x4b484d[0x0]==0x53616c74&&_0x4b484d[0x1]==0x65645f5f&&(_0x44d6e7=_0x4a2c8c[_0x4c78fc(0x3fd)](_0x4b484d[_0x4c78fc(0x3f2)](0x2,0x4)),_0x4b484d[_0x4c78fc(0x37f)](0x0,0x4),_0x27de4a[_0x4c78fc(0x300)]-=0x10),_0x9ecb6['create']({'ciphertext':_0x27de4a,'salt':_0x44d6e7});}},_0x3cf62d=_0xc098ba['SerializableCipher']=_0x518635[_0x52f52c(0x537)]({'cfg':_0x518635[_0x52f52c(0x537)]({'format':_0x7397ea}),'encrypt':function(_0x362479,_0x25e035,_0x36c539,_0xb234a5){var _0x186bfe=_0x52f52c;_0xb234a5=this[_0x186bfe(0x272)][_0x186bfe(0x537)](_0xb234a5);var _0x4c9720=_0x362479[_0x186bfe(0x1f8)](_0x36c539,_0xb234a5),_0x3e2933=_0x4c9720['finalize'](_0x25e035),_0x40d6cb=_0x4c9720[_0x186bfe(0x272)];return _0x9ecb6[_0x186bfe(0x3fd)]({'ciphertext':_0x3e2933,'key':_0x36c539,'iv':_0x40d6cb['iv'],'algorithm':_0x362479,'mode':_0x40d6cb[_0x186bfe(0x249)],'padding':_0x40d6cb[_0x186bfe(0x3aa)],'blockSize':_0x362479[_0x186bfe(0x425)],'formatter':_0xb234a5['format']});},'decrypt':function(_0x5186f2,_0x511898,_0x3f4a12,_0x1c5337){var _0x38a5b3=_0x52f52c;_0x1c5337=this[_0x38a5b3(0x272)][_0x38a5b3(0x537)](_0x1c5337),_0x511898=this['_parse'](_0x511898,_0x1c5337[_0x38a5b3(0x507)]);var _0x25ba9c=_0x5186f2[_0x38a5b3(0x31e)](_0x3f4a12,_0x1c5337)['finalize'](_0x511898[_0x38a5b3(0x45e)]);return _0x25ba9c;},'_parse':function(_0x338666,_0x159172){var _0x202ad6=_0x52f52c;return typeof _0x338666=='string'?_0x159172[_0x202ad6(0x3d3)](_0x338666,this):_0x338666;}}),_0x5253ae=_0x365c49[_0x52f52c(0x440)]={},_0x13d9f9=_0x5253ae[_0x52f52c(0x448)]={'execute':function(_0xfd80bc,_0x54e5b8,_0x3a6b4d,_0x6775dc,_0x4080bb){var _0x35962d=_0x52f52c;if(_0x6775dc||(_0x6775dc=_0x4a2c8c[_0x35962d(0x24d)](0x40/0x8)),_0x4080bb)var _0x26e63f=_0x49de70[_0x35962d(0x3fd)]({'keySize':_0x54e5b8+_0x3a6b4d,'hasher':_0x4080bb})[_0x35962d(0x319)](_0xfd80bc,_0x6775dc);else var _0x26e63f=_0x49de70[_0x35962d(0x3fd)]({'keySize':_0x54e5b8+_0x3a6b4d})[_0x35962d(0x319)](_0xfd80bc,_0x6775dc);var _0x464369=_0x4a2c8c[_0x35962d(0x3fd)](_0x26e63f[_0x35962d(0x297)][_0x35962d(0x3f2)](_0x54e5b8),_0x3a6b4d*0x4);return _0x26e63f['sigBytes']=_0x54e5b8*0x4,_0x9ecb6[_0x35962d(0x3fd)]({'key':_0x26e63f,'iv':_0x464369,'salt':_0x6775dc});}},_0x114bfe=_0xc098ba[_0x52f52c(0x269)]=_0x3cf62d['extend']({'cfg':_0x3cf62d[_0x52f52c(0x272)][_0x52f52c(0x537)]({'kdf':_0x13d9f9}),'encrypt':function(_0x3ea29a,_0x182329,_0x212d94,_0x3cc7a4){var _0x50646d=_0x52f52c;_0x3cc7a4=this['cfg']['extend'](_0x3cc7a4);var _0x46fbbc=_0x3cc7a4[_0x50646d(0x440)][_0x50646d(0x219)](_0x212d94,_0x3ea29a[_0x50646d(0x533)],_0x3ea29a[_0x50646d(0x338)],_0x3cc7a4[_0x50646d(0x31a)],_0x3cc7a4['hasher']);_0x3cc7a4['iv']=_0x46fbbc['iv'];var _0x17985d=_0x3cf62d[_0x50646d(0x3b2)][_0x50646d(0x4e4)](this,_0x3ea29a,_0x182329,_0x46fbbc['key'],_0x3cc7a4);return _0x17985d[_0x50646d(0x1f3)](_0x46fbbc),_0x17985d;},'decrypt':function(_0xc238c1,_0x121c54,_0x279142,_0x48b5d0){var _0x22ca60=_0x52f52c;_0x48b5d0=this[_0x22ca60(0x272)]['extend'](_0x48b5d0),_0x121c54=this[_0x22ca60(0x3a9)](_0x121c54,_0x48b5d0[_0x22ca60(0x507)]);var _0x1a20b2=_0x48b5d0[_0x22ca60(0x440)][_0x22ca60(0x219)](_0x279142,_0xc238c1['keySize'],_0xc238c1['ivSize'],_0x121c54['salt'],_0x48b5d0[_0x22ca60(0x4fa)]);_0x48b5d0['iv']=_0x1a20b2['iv'];var _0x1bfa26=_0x3cf62d[_0x22ca60(0x3ef)]['call'](this,_0xc238c1,_0x121c54,_0x1a20b2['key'],_0x48b5d0);return _0x1bfa26;}});}();}));}(_0x45bfd2)),_0x45bfd2[_0x1d1bf5(0x42c)];}var _0x3746c3=_0x5ba104[_0x596caf(0x42c)],_0xb91d96;function _0x298c73(){var _0x5279e5=_0x596caf;return _0xb91d96||(_0xb91d96=0x1,function(_0xfbef8,_0x4dad30){(function(_0x4ae2bb,_0x35e543,_0x4fbd0a){var _0x1633ef=_0x3d6f;_0xfbef8[_0x1633ef(0x42c)]=_0x35e543(_0x3e5b7c(),_0x16fd6f(),_0x3f589b(),_0x234d03(),_0x1283af());}(_0x3746c3,function(_0x151787){var _0x4936e4=_0x3d6f;return(function(){var _0x4b7585=_0x3d6f,_0x572017=_0x151787,_0x2fbcd3=_0x572017['lib'],_0x4731ae=_0x2fbcd3[_0x4b7585(0x3bc)],_0x71bd93=_0x572017['algo'],_0x273646=[],_0xb47bbc=[],_0x26e1f6=[],_0x422e7d=[],_0x4c6db0=[],_0x1bdaad=[],_0xa979a1=[],_0x4e22ad=[],_0x1068d1=[],_0xfe4511=[];(function(){for(var _0x53d3c2=[],_0x212f97=0x0;_0x212f97<0x100;_0x212f97++)_0x212f97<0x80?_0x53d3c2[_0x212f97]=_0x212f97<<0x1:_0x53d3c2[_0x212f97]=_0x212f97<<0x1^0x11b;for(var _0x1128f3=0x0,_0x13f023=0x0,_0x212f97=0x0;_0x212f97<0x100;_0x212f97++){var _0x1c0aec=_0x13f023^_0x13f023<<0x1^_0x13f023<<0x2^_0x13f023<<0x3^_0x13f023<<0x4;_0x1c0aec=_0x1c0aec>>>0x8^_0x1c0aec&0xff^0x63,_0x273646[_0x1128f3]=_0x1c0aec,_0xb47bbc[_0x1c0aec]=_0x1128f3;var _0x56af57=_0x53d3c2[_0x1128f3],_0x22e667=_0x53d3c2[_0x56af57],_0x3a5aa8=_0x53d3c2[_0x22e667],_0x24de35=_0x53d3c2[_0x1c0aec]*0x101^_0x1c0aec*0x1010100;_0x26e1f6[_0x1128f3]=_0x24de35<<0x18|_0x24de35>>>0x8,_0x422e7d[_0x1128f3]=_0x24de35<<0x10|_0x24de35>>>0x10,_0x4c6db0[_0x1128f3]=_0x24de35<<0x8|_0x24de35>>>0x18,_0x1bdaad[_0x1128f3]=_0x24de35;var _0x24de35=_0x3a5aa8*0x1010101^_0x22e667*0x10001^_0x56af57*0x101^_0x1128f3*0x1010100;_0xa979a1[_0x1c0aec]=_0x24de35<<0x18|_0x24de35>>>0x8,_0x4e22ad[_0x1c0aec]=_0x24de35<<0x10|_0x24de35>>>0x10,_0x1068d1[_0x1c0aec]=_0x24de35<<0x8|_0x24de35>>>0x18,_0xfe4511[_0x1c0aec]=_0x24de35,_0x1128f3?(_0x1128f3=_0x56af57^_0x53d3c2[_0x53d3c2[_0x53d3c2[_0x3a5aa8^_0x56af57]]],_0x13f023^=_0x53d3c2[_0x53d3c2[_0x13f023]]):_0x1128f3=_0x13f023=0x1;}}());var _0x102a45=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x333a29=_0x71bd93['AES']=_0x4731ae[_0x4b7585(0x537)]({'_doReset':function(){var _0x3584f0=_0x4b7585,_0xd3ec84;if(!(this[_0x3584f0(0x290)]&&this[_0x3584f0(0x3a2)]===this['_key'])){for(var _0x891348=this[_0x3584f0(0x3a2)]=this[_0x3584f0(0x239)],_0x2712f0=_0x891348[_0x3584f0(0x297)],_0x4b9ffd=_0x891348[_0x3584f0(0x300)]/0x4,_0x4dff8c=this[_0x3584f0(0x290)]=_0x4b9ffd+0x6,_0x1dd412=(_0x4dff8c+0x1)*0x4,_0x4b1888=this[_0x3584f0(0x1dc)]=[],_0x7a275e=0x0;_0x7a275e<_0x1dd412;_0x7a275e++)_0x7a275e<_0x4b9ffd?_0x4b1888[_0x7a275e]=_0x2712f0[_0x7a275e]:(_0xd3ec84=_0x4b1888[_0x7a275e-0x1],_0x7a275e%_0x4b9ffd?_0x4b9ffd>0x6&&_0x7a275e%_0x4b9ffd==0x4&&(_0xd3ec84=_0x273646[_0xd3ec84>>>0x18]<<0x18|_0x273646[_0xd3ec84>>>0x10&0xff]<<0x10|_0x273646[_0xd3ec84>>>0x8&0xff]<<0x8|_0x273646[_0xd3ec84&0xff]):(_0xd3ec84=_0xd3ec84<<0x8|_0xd3ec84>>>0x18,_0xd3ec84=_0x273646[_0xd3ec84>>>0x18]<<0x18|_0x273646[_0xd3ec84>>>0x10&0xff]<<0x10|_0x273646[_0xd3ec84>>>0x8&0xff]<<0x8|_0x273646[_0xd3ec84&0xff],_0xd3ec84^=_0x102a45[_0x7a275e/_0x4b9ffd|0x0]<<0x18),_0x4b1888[_0x7a275e]=_0x4b1888[_0x7a275e-_0x4b9ffd]^_0xd3ec84);for(var _0x4bd02e=this[_0x3584f0(0x276)]=[],_0x33ef2f=0x0;_0x33ef2f<_0x1dd412;_0x33ef2f++){var _0x7a275e=_0x1dd412-_0x33ef2f;if(_0x33ef2f%0x4)var _0xd3ec84=_0x4b1888[_0x7a275e];else var _0xd3ec84=_0x4b1888[_0x7a275e-0x4];_0x33ef2f<0x4||_0x7a275e<=0x4?_0x4bd02e[_0x33ef2f]=_0xd3ec84:_0x4bd02e[_0x33ef2f]=_0xa979a1[_0x273646[_0xd3ec84>>>0x18]]^_0x4e22ad[_0x273646[_0xd3ec84>>>0x10&0xff]]^_0x1068d1[_0x273646[_0xd3ec84>>>0x8&0xff]]^_0xfe4511[_0x273646[_0xd3ec84&0xff]];}}},'encryptBlock':function(_0x139928,_0x3d74c0){var _0x4e3f40=_0x4b7585;this[_0x4e3f40(0x391)](_0x139928,_0x3d74c0,this[_0x4e3f40(0x1dc)],_0x26e1f6,_0x422e7d,_0x4c6db0,_0x1bdaad,_0x273646);},'decryptBlock':function(_0xe5cbd0,_0x5b0632){var _0x314d38=_0x4b7585,_0x568784=_0xe5cbd0[_0x5b0632+0x1];_0xe5cbd0[_0x5b0632+0x1]=_0xe5cbd0[_0x5b0632+0x3],_0xe5cbd0[_0x5b0632+0x3]=_0x568784,this['_doCryptBlock'](_0xe5cbd0,_0x5b0632,this[_0x314d38(0x276)],_0xa979a1,_0x4e22ad,_0x1068d1,_0xfe4511,_0xb47bbc);var _0x568784=_0xe5cbd0[_0x5b0632+0x1];_0xe5cbd0[_0x5b0632+0x1]=_0xe5cbd0[_0x5b0632+0x3],_0xe5cbd0[_0x5b0632+0x3]=_0x568784;},'_doCryptBlock':function(_0x4ba79b,_0x3b2d2c,_0x3c96c1,_0x2ad8e4,_0xe99703,_0x33d712,_0x5e078d,_0x4c301c){var _0x154267=_0x4b7585;for(var _0x26ea86=this[_0x154267(0x290)],_0x149c9f=_0x4ba79b[_0x3b2d2c]^_0x3c96c1[0x0],_0x3f6e6c=_0x4ba79b[_0x3b2d2c+0x1]^_0x3c96c1[0x1],_0xff212d=_0x4ba79b[_0x3b2d2c+0x2]^_0x3c96c1[0x2],_0xa705d5=_0x4ba79b[_0x3b2d2c+0x3]^_0x3c96c1[0x3],_0x142ac7=0x4,_0x3a6af0=0x1;_0x3a6af0<_0x26ea86;_0x3a6af0++){var _0x25f9e3=_0x2ad8e4[_0x149c9f>>>0x18]^_0xe99703[_0x3f6e6c>>>0x10&0xff]^_0x33d712[_0xff212d>>>0x8&0xff]^_0x5e078d[_0xa705d5&0xff]^_0x3c96c1[_0x142ac7++],_0x5832ce=_0x2ad8e4[_0x3f6e6c>>>0x18]^_0xe99703[_0xff212d>>>0x10&0xff]^_0x33d712[_0xa705d5>>>0x8&0xff]^_0x5e078d[_0x149c9f&0xff]^_0x3c96c1[_0x142ac7++],_0x100c2f=_0x2ad8e4[_0xff212d>>>0x18]^_0xe99703[_0xa705d5>>>0x10&0xff]^_0x33d712[_0x149c9f>>>0x8&0xff]^_0x5e078d[_0x3f6e6c&0xff]^_0x3c96c1[_0x142ac7++],_0x552bc4=_0x2ad8e4[_0xa705d5>>>0x18]^_0xe99703[_0x149c9f>>>0x10&0xff]^_0x33d712[_0x3f6e6c>>>0x8&0xff]^_0x5e078d[_0xff212d&0xff]^_0x3c96c1[_0x142ac7++];_0x149c9f=_0x25f9e3,_0x3f6e6c=_0x5832ce,_0xff212d=_0x100c2f,_0xa705d5=_0x552bc4;}var _0x25f9e3=(_0x4c301c[_0x149c9f>>>0x18]<<0x18|_0x4c301c[_0x3f6e6c>>>0x10&0xff]<<0x10|_0x4c301c[_0xff212d>>>0x8&0xff]<<0x8|_0x4c301c[_0xa705d5&0xff])^_0x3c96c1[_0x142ac7++],_0x5832ce=(_0x4c301c[_0x3f6e6c>>>0x18]<<0x18|_0x4c301c[_0xff212d>>>0x10&0xff]<<0x10|_0x4c301c[_0xa705d5>>>0x8&0xff]<<0x8|_0x4c301c[_0x149c9f&0xff])^_0x3c96c1[_0x142ac7++],_0x100c2f=(_0x4c301c[_0xff212d>>>0x18]<<0x18|_0x4c301c[_0xa705d5>>>0x10&0xff]<<0x10|_0x4c301c[_0x149c9f>>>0x8&0xff]<<0x8|_0x4c301c[_0x3f6e6c&0xff])^_0x3c96c1[_0x142ac7++],_0x552bc4=(_0x4c301c[_0xa705d5>>>0x18]<<0x18|_0x4c301c[_0x149c9f>>>0x10&0xff]<<0x10|_0x4c301c[_0x3f6e6c>>>0x8&0xff]<<0x8|_0x4c301c[_0xff212d&0xff])^_0x3c96c1[_0x142ac7++];_0x4ba79b[_0x3b2d2c]=_0x25f9e3,_0x4ba79b[_0x3b2d2c+0x1]=_0x5832ce,_0x4ba79b[_0x3b2d2c+0x2]=_0x100c2f,_0x4ba79b[_0x3b2d2c+0x3]=_0x552bc4;},'keySize':0x100/0x20});_0x572017['AES']=_0x4731ae['_createHelper'](_0x333a29);}()),_0x151787[_0x4936e4(0x566)];}));}(_0x5ba104)),_0x5ba104[_0x5279e5(0x42c)];}var _0x5570a1=_0x298c73();const _0x4fe8e4=_0x4a9a38(_0x5570a1);var _0x3945fb=_0x16fd6f();const _0x35df8c=_0x4a9a38(_0x3945fb);var _0x5d33ae={'exports':{}},_0x301955=_0x5d33ae['exports'],_0xa87e5c;function _0x278166(){var _0x4237c5=_0x596caf;return _0xa87e5c||(_0xa87e5c=0x1,function(_0x5d61fb,_0x1584d0){(function(_0x4889c2,_0x1d3cc3){_0x5d61fb['exports']=_0x1d3cc3(_0x3e5b7c());}(_0x301955,function(_0x168733){var _0x413460=_0x3d6f;return _0x168733[_0x413460(0x4f4)]['Utf8'];}));}(_0x5d33ae)),_0x5d33ae[_0x4237c5(0x42c)];}var _0xb6bccd=_0x278166();const _0x308456=_0x4a9a38(_0xb6bccd);var _0xac3545={'exports':{}},_0x29b57e=_0xac3545['exports'],_0x3caf5d;function _0x3ce267(){var _0x47e209=_0x596caf;return _0x3caf5d||(_0x3caf5d=0x1,function(_0x3abb21,_0x24561e){(function(_0x5ed03a,_0x3b4341){var _0x3a269b=_0x3d6f;_0x3abb21[_0x3a269b(0x42c)]=_0x3b4341(_0x3e5b7c());}(_0x29b57e,function(_0x3cfe16){return(function(){var _0x43ca5d=_0x3d6f;if(typeof ArrayBuffer==_0x43ca5d(0x475)){var _0x2a57bf=_0x3cfe16,_0x433028=_0x2a57bf[_0x43ca5d(0x36e)],_0x109f45=_0x433028[_0x43ca5d(0x4c7)],_0x38889b=_0x109f45[_0x43ca5d(0x361)],_0x3816ae=_0x109f45[_0x43ca5d(0x361)]=function(_0x34f754){var _0x3fe63d=_0x43ca5d;if(_0x34f754 instanceof ArrayBuffer&&(_0x34f754=new Uint8Array(_0x34f754)),(_0x34f754 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x34f754 instanceof Uint8ClampedArray||_0x34f754 instanceof Int16Array||_0x34f754 instanceof Uint16Array||_0x34f754 instanceof Int32Array||_0x34f754 instanceof Uint32Array||_0x34f754 instanceof Float32Array||_0x34f754 instanceof Float64Array)&&(_0x34f754=new Uint8Array(_0x34f754[_0x3fe63d(0x340)],_0x34f754[_0x3fe63d(0x490)],_0x34f754[_0x3fe63d(0x24f)])),_0x34f754 instanceof Uint8Array){for(var _0x5d1275=_0x34f754[_0x3fe63d(0x24f)],_0x20e75a=[],_0x4120b4=0x0;_0x4120b4<_0x5d1275;_0x4120b4++)_0x20e75a[_0x4120b4>>>0x2]|=_0x34f754[_0x4120b4]<<0x18-_0x4120b4%0x4*0x8;_0x38889b[_0x3fe63d(0x4e4)](this,_0x20e75a,_0x5d1275);}else _0x38889b[_0x3fe63d(0x4ab)](this,arguments);};_0x3816ae[_0x43ca5d(0x2cb)]=_0x109f45;}}()),_0x3cfe16['lib']['WordArray'];}));}(_0xac3545)),_0xac3545[_0x47e209(0x42c)];}var _0x1c9d23=_0x3ce267();const _0x3e299e=_0x4a9a38(_0x1c9d23);var _0x4d922c={'exports':{}},_0x1ad4e1=_0x4d922c[_0x596caf(0x42c)],_0x99bc59;function _0x17035c(){var _0x84d5f4=_0x596caf;return _0x99bc59||(_0x99bc59=0x1,function(_0x3ccd69,_0x1ef548){(function(_0x3f8a49,_0x181d65,_0x1bce12){var _0x3e9181=_0x3d6f;_0x3ccd69[_0x3e9181(0x42c)]=_0x181d65(_0x3e5b7c(),_0x1283af());}(_0x1ad4e1,function(_0x40a9b2){var _0x1328f8=_0x3d6f;return _0x40a9b2[_0x1328f8(0x4eb)]['NoPadding']={'pad':function(){},'unpad':function(){}},_0x40a9b2['pad'][_0x1328f8(0x330)];}));}(_0x4d922c)),_0x4d922c[_0x84d5f4(0x42c)];}var _0x3caf58=_0x17035c();const _0x4924c4=_0x4a9a38(_0x3caf58);function _0x131b9d(_0x14b1f5,_0x5e954a){const _0xb93b2c=_0x5e954a-_0x14b1f5['length']%_0x5e954a,_0x4e2203=String['fromCharCode'](_0xb93b2c)['repeat'](_0xb93b2c);return _0x14b1f5+_0x4e2203;}function _0x455072(_0x161616,_0x2d46b1){var _0x36a1f7=_0x596caf;const _0x50c738=_0x3e299e['random'](0x10),_0x3818e7=_0x131b9d(_0x161616,0x10),_0x3e639b=_0x4fe8e4[_0x36a1f7(0x3b2)](_0x308456[_0x36a1f7(0x3d3)](_0x3818e7),_0x35df8c[_0x36a1f7(0x3d3)](_0x2d46b1),{'iv':_0x50c738,'padding':_0x4924c4});return _0x50c738[_0x36a1f7(0x4e1)](_0x3e639b[_0x36a1f7(0x45e)])[_0x36a1f7(0x314)](_0x35df8c);}function _0xe43b48(){var _0x361dc2=_0x596caf;const _0x322370=_0x25eaf1[_0x361dc2(0x262)]()[_0x361dc2(0x4d4)];if(_0x322370){const _0x5251b7={'time':Math['floor'](Date['now']()/0x3e8),'domain':location[_0x361dc2(0x267)]};return _0x455072(JSON[_0x361dc2(0x2e4)](_0x5251b7),_0x322370);}}var _0x5bba01=Object[_0x596caf(0x265)],_0x3d4425=Object[_0x596caf(0x53d)],_0x97a0bd=(_0x45e4b0,_0x4cd998,_0x2117bb,_0x21c800)=>{var _0x20ac54=_0x596caf;for(var _0xf8c08d=_0x21c800>0x1?void 0x0:_0x21c800?_0x3d4425(_0x4cd998,_0x2117bb):_0x4cd998,_0x5bb45b=_0x45e4b0[_0x20ac54(0x4d8)]-0x1,_0x4cb13;_0x5bb45b>=0x0;_0x5bb45b--)(_0x4cb13=_0x45e4b0[_0x5bb45b])&&(_0xf8c08d=(_0x21c800?_0x4cb13(_0x4cd998,_0x2117bb,_0xf8c08d):_0x4cb13(_0xf8c08d))||_0xf8c08d);return _0x21c800&&_0xf8c08d&&_0x5bba01(_0x4cd998,_0x2117bb,_0xf8c08d),_0xf8c08d;},_0x2aad05=(_0x3ae6c0,_0x24b237)=>(_0x197865,_0x20d0c9)=>_0x24b237(_0x197865,_0x20d0c9,_0x3ae6c0);let _0x4b5df4=class{constructor(_0x57ba7c){var _0x15ba42=_0x596caf;this[_0x15ba42(0x4b4)]=_0x57ba7c,this[_0x15ba42(0x3d1)]();}['_initRequestHeader'](){var _0x17ed40=_0x596caf;this[_0x17ed40(0x4b4)][_0x17ed40(0x525)]({'interceptor':(_0x3747ab,_0x1d7cdd)=>{var _0x294871=_0x17ed40;const _0x579bae=_0x3747ab['headers'],_0x5cc577=_0xe43b48();return _0x5cc577&&_0x579bae[_0x294871(0x33f)](_0x294871(0x37d),_0x5cc577),_0x1d7cdd(_0x3747ab);}});}};_0x4b5df4=_0x97a0bd([_0x2aad05(0x0,_0x52caf1[_0x596caf(0x2ac)](_0x27c5b0[_0x596caf(0x323)]))],_0x4b5df4);var _0x219ef7=Object[_0x596caf(0x265)],_0x106be9=Object[_0x596caf(0x53d)],_0x466a0c=(_0x5729a6,_0x1e74a2,_0x49ef13,_0x50b29b)=>{var _0x116596=_0x596caf;for(var _0x8201db=_0x50b29b>0x1?void 0x0:_0x50b29b?_0x106be9(_0x1e74a2,_0x49ef13):_0x1e74a2,_0x4a487e=_0x5729a6[_0x116596(0x4d8)]-0x1,_0x5bda3b;_0x4a487e>=0x0;_0x4a487e--)(_0x5bda3b=_0x5729a6[_0x4a487e])&&(_0x8201db=(_0x50b29b?_0x5bda3b(_0x1e74a2,_0x49ef13,_0x8201db):_0x5bda3b(_0x8201db))||_0x8201db);return _0x50b29b&&_0x8201db&&_0x219ef7(_0x1e74a2,_0x49ef13,_0x8201db),_0x8201db;},_0x9c8d17=(_0x17a53f,_0x1bf271)=>(_0x466bea,_0x518339)=>_0x1bf271(_0x466bea,_0x518339,_0x17a53f);_0x99c765[_0x596caf(0x387)]=class extends _0x52caf1[_0x596caf(0x23a)]{constructor(_0x5d76d1,_0x3f1dd6,_0x2a3e52){var _0x5201b8=_0x596caf;super(),_0x5825d4(this,_0x5201b8(0x396),new _0xdd3ece[(_0x5201b8(0x409))](null)),_0x5825d4(this,_0x5201b8(0x299),this[_0x5201b8(0x396)][_0x5201b8(0x553)]()),(this[_0x5201b8(0x2fb)]=_0x5d76d1,this[_0x5201b8(0x248)]=_0x3f1dd6,this[_0x5201b8(0x382)]=_0x2a3e52);}async[_0x596caf(0x3c5)](_0x42df23,_0x910adf,_0x4cab46){var _0x598997=_0x596caf;this[_0x598997(0x396)]['next']({'unitId':_0x42df23,'type':_0x910adf,'subUnitId':_0x4cab46});let _0x5c1c21=null;switch(_0x910adf){case _0x52ffe0[_0x598997(0x386)]:{_0x5c1c21=await this[_0x598997(0x371)](_0x42df23);break;}case _0x52ffe0[_0x598997(0x423)]:{_0x5c1c21=await this[_0x598997(0x317)](_0x42df23);break;}default:{this['_logService'][_0x598997(0x39c)](_0x598997(0x3c9),_0x598997(0x359));break;}}return _0x5c1c21;}async[_0x596caf(0x371)](_0x57947b){var _0x53fc2c=_0x596caf,_0x3cfa04;let _0x23a805=0x0;const _0x2eebab=await((_0x3cfa04=this['_localCacheService'])==null?void 0x0:_0x3cfa04['loadOfflineData'](_0x57947b));return _0x2eebab&&(_0x2eebab[_0x53fc2c(0x39a)]||_0x2eebab[_0x53fc2c(0x3ac)][_0x53fc2c(0x4d8)]!==0x0)&&(_0x23a805=_0x2eebab['rev']),_0x23a805===0x0&&this['_logService'][_0x53fc2c(0x3f0)](_0x53fc2c(0x3c9),_0x53fc2c(0x50a)),this[_0x53fc2c(0x248)][_0x53fc2c(0x4f9)](_0x57947b,_0x23a805);}async['_loadDoc'](_0x1ff155){var _0x3eee6d=_0x596caf,_0x545ef8;let _0x184d1b=0x0;const _0x4a8cbb=await((_0x545ef8=this[_0x3eee6d(0x382)])==null?void 0x0:_0x545ef8[_0x3eee6d(0x436)](_0x1ff155));return _0x4a8cbb&&(_0x4a8cbb['awaitingChangeset']||_0x4a8cbb[_0x3eee6d(0x3ac)][_0x3eee6d(0x4d8)]!==0x0)&&(_0x184d1b=_0x4a8cbb[_0x3eee6d(0x54c)]),_0x184d1b===0x0&&this[_0x3eee6d(0x2fb)][_0x3eee6d(0x3f0)](_0x3eee6d(0x3c9),'fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this[_0x3eee6d(0x248)]['loadDoc'](_0x1ff155,_0x184d1b);}},_0x99c765['DataLoaderService']=_0x466a0c([_0x9c8d17(0x0,_0x52caf1['ILogService']),_0x9c8d17(0x1,_0x52caf1[_0x596caf(0x2ac)](_0x5c9a28[_0x596caf(0x2d1)])),_0x9c8d17(0x2,_0x52caf1[_0x596caf(0x23e)](_0x264a19))],_0x99c765['DataLoaderService']);var _0x28e671=Object[_0x596caf(0x265)],_0x3c71fd=Object[_0x596caf(0x53d)],_0xf33aa2=(_0x5270fd,_0x5d13f1,_0x39334b,_0x3746df)=>{for(var _0x459615=_0x3746df>0x1?void 0x0:_0x3746df?_0x3c71fd(_0x5d13f1,_0x39334b):_0x5d13f1,_0x3ad6d4=_0x5270fd['length']-0x1,_0x368aca;_0x3ad6d4>=0x0;_0x3ad6d4--)(_0x368aca=_0x5270fd[_0x3ad6d4])&&(_0x459615=(_0x3746df?_0x368aca(_0x5d13f1,_0x39334b,_0x459615):_0x368aca(_0x459615))||_0x459615);return _0x3746df&&_0x459615&&_0x28e671(_0x5d13f1,_0x39334b,_0x459615),_0x459615;},_0x538aad=(_0x59809f,_0x5c01d7)=>(_0x40afcf,_0x5e6db2)=>_0x5c01d7(_0x40afcf,_0x5e6db2,_0x59809f);const _0x34645f=['image/png',_0x596caf(0x4a5),'image/jpg',_0x596caf(0x256),_0x596caf(0x21a)],_0x2f911c=0x5*0x400*0x400,_0x460c7d=_0x596caf(0x4bb),_0x21aac5='/universer-api/stream/file/upload',_0x4b81e2=_0x596caf(0x1ed),_0x80be5e=_0x596caf(0x4fc);_0x99c765[_0x596caf(0x4ba)]=class{constructor(_0x57f26e,_0x2301cf,_0x29bca8){var _0x7c6589=_0x596caf;_0x5825d4(this,_0x7c6589(0x327),0x0),_0x5825d4(this,'_change$',new _0xdd3ece[(_0x7c6589(0x24e))]()),_0x5825d4(this,_0x7c6589(0x41d),this[_0x7c6589(0x24a)]),_0x5825d4(this,_0x7c6589(0x547),new Map()),(this[_0x7c6589(0x4b4)]=_0x57f26e,this[_0x7c6589(0x4d1)]=_0x2301cf,this['_univerInstanceService']=_0x29bca8);}[_0x596caf(0x280)](_0x39c1bb){var _0x3863cf=_0x596caf;this[_0x3863cf(0x327)]=_0x39c1bb,this[_0x3863cf(0x24a)][_0x3863cf(0x1d3)](_0x39c1bb);}['getImageSourceCache'](_0x38a89a,_0x26dc1c){var _0x5615dc=_0x596caf;if(_0x26dc1c===_0x2e568f[_0x5615dc(0x1fd)][_0x5615dc(0x347)]){const _0x26654f=new Image();return _0x26654f[_0x5615dc(0x563)]=_0x38a89a,_0x26654f;}return this[_0x5615dc(0x547)][_0x5615dc(0x336)](_0x38a89a);}[_0x596caf(0x451)](_0x330d5e,_0xcfa49e,_0x3356eb){var _0x1f1dc5=_0x596caf;_0xcfa49e===_0x2e568f[_0x1f1dc5(0x1fd)][_0x1f1dc5(0x347)]||_0x3356eb==null||this['_imageSourceCache']['set'](_0x330d5e,_0x3356eb);}async['getImage'](_0x2e1ca2){var _0x4588ae=_0x596caf;try{const _0x2f9ac2=this[_0x4588ae(0x232)](this[_0x4588ae(0x238)](),''+_0x2e1ca2),_0x1de879=(await this[_0x4588ae(0x4b4)]['get'](_0x2f9ac2))[_0x4588ae(0x40c)];if(_0x1de879[_0x4588ae(0x39c)]&&_0x1de879[_0x4588ae(0x39c)][_0x4588ae(0x349)]===_0x5f4e69['OK']){const _0x296e1a=new URL(_0x1de879[_0x4588ae(0x3e1)],this['_getDownloadEndpointURL']())[_0x4588ae(0x314)]();return Promise['resolve'](_0x296e1a);}return Promise[_0x4588ae(0x393)](_0x1de879[_0x4588ae(0x39c)]);}catch(_0x57635d){return Promise[_0x4588ae(0x393)](_0x57635d);}}async[_0x596caf(0x324)](_0x2430a0){var _0x471657=_0x596caf;let _0x551c9c='';if(!_0x34645f[_0x471657(0x4ff)](_0x2430a0['type']))return this[_0x471657(0x419)](),Promise[_0x471657(0x393)](new Error(_0x2e568f[_0x471657(0x1ef)]['ERROR_IMAGE_TYPE']));if(_0x2430a0['size']>_0x2f911c)return this[_0x471657(0x419)](),Promise[_0x471657(0x393)](new Error(_0x2e568f['ImageUploadStatusType'][_0x471657(0x1f5)]));try{const _0x2fe789=new FormData();_0x2fe789[_0x471657(0x55c)]('file',_0x2430a0);const _0x14f973=this[_0x471657(0x20d)][_0x471657(0x402)](),_0x411028=_0x14f973==null?void 0x0:_0x14f973[_0x471657(0x21d)]();if(!_0x411028)throw new Error(_0x471657(0x457));const _0x24f37b=this[_0x471657(0x3f8)]()+_0x471657(0x3b0)+_0x2430a0[_0x471657(0x383)]['toString']()+'&source='+_0x5ba4ad['UnitEmbedded']+_0x471657(0x2b1)+encodeURIComponent(_0x411028),_0x8fb3b9=await(await fetch(_0x24f37b,{'method':_0x471657(0x313),'body':_0x2fe789}))[_0x471657(0x432)]();if(typeof _0x8fb3b9[_0x471657(0x454)]!=_0x471657(0x4e3))return this[_0x471657(0x419)](),Promise[_0x471657(0x393)](new Error(_0x2e568f['ImageUploadStatusType']['ERROR_IMAGE']));_0x551c9c=_0x8fb3b9['FileId'];}catch{return this['_decreaseWaiting'](),Promise[_0x471657(0x393)](new Error(_0x2e568f[_0x471657(0x1ef)][_0x471657(0x309)]));}return new Promise((_0x11722e,_0x4a94de)=>{var _0x33c6bb=_0x471657;const _0x2a556e=new FileReader();_0x2a556e[_0x33c6bb(0x4d7)](_0x2430a0),_0x2a556e['onload']=_0x4bdecb=>{var _0x29e1b3=_0x33c6bb,_0xf4ea70;const _0x25e829=(_0xf4ea70=_0x4bdecb[_0x29e1b3(0x47d)])==null?void 0x0:_0xf4ea70[_0x29e1b3(0x532)];if(_0x25e829==null){this[_0x29e1b3(0x419)](),_0x4a94de(new Error(_0x2e568f['ImageUploadStatusType'][_0x29e1b3(0x309)]));return;}const _0x23efc4=_0x52caf1[_0x29e1b3(0x468)]['generateRandomId'](0x6);_0x11722e({'imageId':_0x23efc4,'imageSourceType':_0x2e568f[_0x29e1b3(0x1fd)]['UUID'],'source':_0x551c9c,'base64Cache':_0x25e829,'status':_0x2e568f[_0x29e1b3(0x1ef)][_0x29e1b3(0x1f4)]}),this[_0x29e1b3(0x419)]();};});}[_0x596caf(0x3f8)](){var _0x4c897f=_0x596caf,_0x209022,_0x34cb9d;const _0x58c1e1=this[_0x4c897f(0x4d1)][_0x4c897f(0x4ef)](_0x460c7d),_0x2d7b0a=this[_0x4c897f(0x4d1)][_0x4c897f(0x4ef)](_0xd49a88);return(_0x34cb9d=(_0x209022=_0x2d7b0a==null?void 0x0:_0x2d7b0a['uploadFileServerUrl'])!=null?_0x209022:_0x58c1e1)!=null?_0x34cb9d:_0x21aac5;}[_0x596caf(0x238)](){var _0x3e82e4=_0x596caf,_0x4b2a36,_0x1d65a6;const _0x3b59f5=this['_configService'][_0x3e82e4(0x4ef)](_0x4b81e2),_0x3aec59=this['_configService'][_0x3e82e4(0x4ef)](_0xd49a88);return(_0x1d65a6=(_0x4b2a36=_0x3aec59==null?void 0x0:_0x3aec59[_0x3e82e4(0x3c4)])!=null?_0x4b2a36:_0x3b59f5)!=null?_0x1d65a6:_0x80be5e;}[_0x596caf(0x3b8)](){var _0x3bedba=_0x596caf,_0x10625;const _0x313d89=this[_0x3bedba(0x4d1)][_0x3bedba(0x4ef)](_0xd49a88);return(_0x10625=_0x313d89==null?void 0x0:_0x313d89[_0x3bedba(0x545)])!=null?_0x10625:location[_0x3bedba(0x357)];}[_0x596caf(0x232)](_0x366f5c,_0x200f2e){var _0x5580f4=_0x596caf;return _0x366f5c[_0x5580f4(0x233)](_0x5580f4(0x307),_0x200f2e);}['_decreaseWaiting'](){var _0x31ef3f=_0x596caf;this[_0x31ef3f(0x327)]-=0x1,this[_0x31ef3f(0x24a)][_0x31ef3f(0x1d3)](this[_0x31ef3f(0x327)]);}},_0x99c765['CollaborationImageIoService']=_0xf33aa2([_0x538aad(0x0,_0x52caf1[_0x596caf(0x2ac)](_0x27c5b0['HTTPService'])),_0x538aad(0x1,_0x52caf1[_0x596caf(0x3ad)]),_0x538aad(0x2,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x4c2)]))],_0x99c765['CollaborationImageIoService']);var _0x2276f7=Object[_0x596caf(0x265)],_0x1abd89=Object['getOwnPropertyDescriptor'],_0x3734d0=(_0x23d9a7,_0x1869d2,_0xe11889,_0x4cc255)=>{for(var _0x5cfeaf=_0x4cc255>0x1?void 0x0:_0x4cc255?_0x1abd89(_0x1869d2,_0xe11889):_0x1869d2,_0x113f2f=_0x23d9a7['length']-0x1,_0x1d13ee;_0x113f2f>=0x0;_0x113f2f--)(_0x1d13ee=_0x23d9a7[_0x113f2f])&&(_0x5cfeaf=(_0x4cc255?_0x1d13ee(_0x1869d2,_0xe11889,_0x5cfeaf):_0x1d13ee(_0x5cfeaf))||_0x5cfeaf);return _0x4cc255&&_0x5cfeaf&&_0x2276f7(_0x1869d2,_0xe11889,_0x5cfeaf),_0x5cfeaf;},_0x32f0ea=(_0x5ab5f5,_0x4efb5e)=>(_0x2d5cf3,_0x40b0e1)=>_0x4efb5e(_0x2d5cf3,_0x40b0e1,_0x5ab5f5);const _0x31e759='/universer-api/authz';_0x99c765[_0x596caf(0x30e)]=class{constructor(_0x3137ec,_0x13f4eb){this['_configService']=_0x3137ec,this['_HTTPService']=_0x13f4eb;}[_0x596caf(0x2bd)](){var _0x87474f=_0x596caf,_0x3a6955,_0x18dc54;const _0x1a334c=this[_0x87474f(0x4d1)]['getConfig'](_0x5ddafd),_0x5e8ce2=this[_0x87474f(0x4d1)][_0x87474f(0x4ef)](_0xd49a88);return(_0x18dc54=(_0x3a6955=_0x5e8ce2==null?void 0x0:_0x5e8ce2[_0x87474f(0x45b)])!=null?_0x3a6955:_0x1a334c)!=null?_0x18dc54:_0x31e759;}async[_0x596caf(0x316)](_0x391d24){var _0x1c686e=_0x596caf;const _0x51a9cf=this['_getAPIPrefixPath']()+_0x1c686e(0x508);return{'list':[{'title':_0x1c686e(0x203),'mentions':(await this['_HTTPService'][_0x1c686e(0x336)](_0x51a9cf,{'params':{'objectID':_0x391d24[_0x1c686e(0x20c)],'unitID':_0x391d24[_0x1c686e(0x20c)]}}))[_0x1c686e(0x40c)]['collaborators'][_0x1c686e(0x2b2)](_0x8b7906=>({'objectId':_0x8b7906['id'],'name':_0x8b7906[_0x1c686e(0x365)][_0x1c686e(0x456)],'metadata':{'icon':_0x8b7906[_0x1c686e(0x365)][_0x1c686e(0x4aa)]},'label':_0x8b7906[_0x1c686e(0x365)][_0x1c686e(0x456)],'objectType':_0x52caf1[_0x1c686e(0x24b)][_0x1c686e(0x24c)]})),'metadata':{},'type':_0x52caf1[_0x1c686e(0x24b)][_0x1c686e(0x24c)]}]};}},_0x99c765[_0x596caf(0x30e)]=_0x3734d0([_0x32f0ea(0x0,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x3ad)])),_0x32f0ea(0x1,_0x52caf1[_0x596caf(0x2ac)](_0x27c5b0[_0x596caf(0x323)]))],_0x99c765['MentionIoHttpService']);var _0x3231f3=Object[_0x596caf(0x265)],_0x24dcd8=Object[_0x596caf(0x53d)],_0x3ab820=(_0x1ef499,_0x5447d1,_0x48abe9,_0x191a43)=>{var _0x4a60ad=_0x596caf;for(var _0x4e68f5=_0x191a43>0x1?void 0x0:_0x191a43?_0x24dcd8(_0x5447d1,_0x48abe9):_0x5447d1,_0x2023e9=_0x1ef499[_0x4a60ad(0x4d8)]-0x1,_0x4bde93;_0x2023e9>=0x0;_0x2023e9--)(_0x4bde93=_0x1ef499[_0x2023e9])&&(_0x4e68f5=(_0x191a43?_0x4bde93(_0x5447d1,_0x48abe9,_0x4e68f5):_0x4bde93(_0x4e68f5))||_0x4e68f5);return _0x191a43&&_0x4e68f5&&_0x3231f3(_0x5447d1,_0x48abe9,_0x4e68f5),_0x4e68f5;},_0x1fc052=(_0x4dede3,_0x233fbf)=>(_0x3da6fb,_0x300fac)=>_0x233fbf(_0x3da6fb,_0x300fac,_0x4dede3);let _0x3c6b68=class extends _0x52caf1[_0x596caf(0x23a)]{constructor(_0x49d960,_0x424152,_0x5d9599,_0x17397,_0x1af2ab,_0x40a490,_0x334899){var _0x1a7046=_0x596caf;super(),this['_injector']=_0x49d960,this[_0x1a7046(0x20d)]=_0x424152,this['_permissionService']=_0x5d9599,this[_0x1a7046(0x406)]=_0x17397,this[_0x1a7046(0x228)]=_0x1af2ab,this[_0x1a7046(0x25e)]=_0x40a490,this['_undoRedoService']=_0x334899,this[_0x1a7046(0x39e)](),this[_0x1a7046(0x1df)]();}[_0x596caf(0x1df)](){var _0x2135cb=_0x596caf;const _0x1f9d09=async _0x40ff65=>{var _0x4bc08e=_0x3d6f;(await this[_0x4bc08e(0x406)][_0x4bc08e(0x28e)](_0x40ff65))[_0x4bc08e(0x22a)][_0x4bc08e(0x2fa)](_0x7dd7a3[_0x4bc08e(0x493)](_0x43ec78=>_0x43ec78[_0x4bc08e(0x2d4)]===_0x5c9a28['CollaborationEvent'][_0x4bc08e(0x301)]),_0x7dd7a3[_0x4bc08e(0x1f7)](this[_0x4bc08e(0x342)]))['subscribe'](_0x5a741a=>{var _0x181099=_0x4bc08e;const _0x14a8fa=_0x5a741a,{reason:_0x3fd3a0}=_0x14a8fa['data'];this[_0x181099(0x228)][_0x181099(0x3eb)]({'id':_0x5df2b7[_0x181099(0x48c)],'data':_0x3fd3a0}),this['_permissionService']['updatePermissionPoint'](new _0x469f8f[(_0x181099(0x42a))](_0x40ff65)['id'],!0x1),this[_0x181099(0x406)][_0x181099(0x244)](_0x40ff65);});};_0xdd3ece[_0x2135cb(0x362)](this['_univerInstanceService'][_0x2135cb(0x2f3)](_0x52caf1[_0x2135cb(0x50c)][_0x2135cb(0x386)]),this[_0x2135cb(0x20d)]['getTypeOfUnitAdded$'](_0x52caf1[_0x2135cb(0x50c)][_0x2135cb(0x423)]))[_0x2135cb(0x2fa)](_0x7dd7a3['map'](_0x3a0aec=>_0x3a0aec[_0x2135cb(0x21d)]()),_0x7dd7a3[_0x2135cb(0x493)](_0x2c41b4=>!_0x52caf1['isInternalEditorID'](_0x2c41b4)),_0x7dd7a3[_0x2135cb(0x1f7)](this['dispose$']))['subscribe'](_0x282721=>{_0x1f9d09(_0x282721);});}[_0x596caf(0x39e)](){var _0x22ef58=_0x596caf;const _0x34b490=async _0x2bd325=>{var _0x52b07c=_0x3d6f;(await this[_0x52b07c(0x406)]['requireSession'](_0x2bd325))[_0x52b07c(0x22a)][_0x52b07c(0x2fa)](_0x7dd7a3[_0x52b07c(0x493)](_0x3ac9f0=>_0x3ac9f0[_0x52b07c(0x2d4)]===_0x5c9a28[_0x52b07c(0x1da)][_0x52b07c(0x4b0)]),_0x7dd7a3[_0x52b07c(0x1f7)](this[_0x52b07c(0x342)]))[_0x52b07c(0x3a4)](_0x2bbe2f=>{var _0x12fd07=_0x52b07c;const _0x4c6ddc=_0x2bbe2f,{objectId:_0x2ad8b9}=_0x4c6ddc[_0x12fd07(0x3c1)];_0x2ad8b9===_0x2bd325?this[_0x12fd07(0x27e)](_0x2bd325):this[_0x12fd07(0x512)](_0x2bd325,_0x2ad8b9);});};_0xdd3ece[_0x22ef58(0x362)](this[_0x22ef58(0x20d)]['getTypeOfUnitAdded$'](_0x52caf1[_0x22ef58(0x50c)]['UNIVER_SHEET']),this[_0x22ef58(0x20d)][_0x22ef58(0x2f3)](_0x52caf1[_0x22ef58(0x50c)][_0x22ef58(0x423)]))['pipe'](_0x7dd7a3[_0x22ef58(0x2b2)](_0x2e4115=>_0x2e4115[_0x22ef58(0x21d)]()),_0x7dd7a3[_0x22ef58(0x493)](_0x4a06d9=>!_0x52caf1['isInternalEditorID'](_0x4a06d9)),_0x7dd7a3[_0x22ef58(0x1f7)](this['dispose$']))[_0x22ef58(0x3a4)](_0x50ee3b=>{_0x34b490(_0x50ee3b);});}async[_0x596caf(0x27e)](_0x1172a3){var _0x1e61f1=_0x596caf,_0x1f2317;const _0x2c2211=_0x1172a3||((_0x1f2317=this[_0x1e61f1(0x20d)]['getCurrentUnitForType'](_0x52caf1[_0x1e61f1(0x50c)]['UNIVER_SHEET']))==null?void 0x0:_0x1f2317['getUnitId']());_0x2c2211&&this['_authzIoService'][_0x1e61f1(0x48e)]({'objectID':_0x2c2211,'objectType':_0x469f8f[_0x1e61f1(0x546)][_0x1e61f1(0x295)],'unitID':_0x2c2211,'actions':_0x469f8f[_0x1e61f1(0x2ba)]})[_0x1e61f1(0x1cd)](_0x3d1f21=>{var _0x2c5716=_0x1e61f1;_0x469f8f[_0x2c5716(0x31d)]()[_0x2c5716(0x505)](_0x248e40=>{var _0x476823=_0x2c5716;const _0x283153=new _0x248e40(_0x2c2211),_0x28bfff=_0x283153[_0x476823(0x2ed)],_0x513e4e=_0x3d1f21[_0x476823(0x35a)](_0x339b99=>_0x339b99[_0x476823(0x50f)]===_0x28bfff);_0x513e4e&&this['_permissionService']['updatePermissionPoint'](_0x283153['id'],_0x513e4e[_0x476823(0x48e)]);});});}[_0x596caf(0x512)](_0x218595,_0x46ed4d){var _0x3e91cf=_0x596caf;const _0x1638a2=this[_0x3e91cf(0x3ce)][_0x3e91cf(0x336)](_0x469f8f['WorksheetProtectionRuleModel']),_0x27c015=_0x1638a2['getTargetByPermissionId'](_0x218595,_0x46ed4d);let _0x458151=!0x1;if(_0x27c015){const [_0x71f857,_0x139290]=_0x27c015;this['_authzIoService']['allowed']({'objectID':_0x46ed4d,'unitID':_0x218595,'objectType':_0x469f8f[_0x3e91cf(0x546)]['Worksheet'],'actions':_0x469f8f['baseProtectionActions']})['then'](_0x4fbadc=>{var _0x568cfe=_0x3e91cf;let _0xb2b8f1='';_0x469f8f['getAllWorksheetPermissionPoint']()[_0x568cfe(0x505)](_0x2812f9=>{var _0x386752=_0x568cfe,_0x2a601e;const _0x442ef6=new _0x2812f9(_0x218595,_0x139290),_0x2fdadc=_0x442ef6['subType'],_0x2fc2c=_0x4fbadc['find'](_0x405b38=>_0x405b38[_0x386752(0x50f)]===_0x2fdadc);_0x2fc2c&&(((_0x2a601e=this[_0x386752(0x3a0)][_0x386752(0x486)](_0x442ef6['id']))==null?void 0x0:_0x2a601e['value'])!==_0x2fc2c[_0x386752(0x48e)]&&(_0x458151=!0x0),this['_permissionService'][_0x386752(0x496)](_0x442ef6['id'],_0x2fc2c[_0x386752(0x48e)]),_0xb2b8f1+=_0x2fc2c[_0x386752(0x50f)]+'_'+_0x2fc2c[_0x386752(0x48e)]);}),_0x1638a2[_0x568cfe(0x541)](_0x46ed4d+'_'+_0xb2b8f1),_0x458151&&this[_0x568cfe(0x3d2)][_0x568cfe(0x210)](_0x218595);});}const _0xe2bfea=this['_injector']['get'](_0x469f8f['WorksheetProtectionPointModel'])['getTargetByPermissionId'](_0x218595,_0x46ed4d);if(_0xe2bfea){const [_0x2039ed,_0x17c928]=_0xe2bfea;this[_0x3e91cf(0x25e)][_0x3e91cf(0x48e)]({'objectID':_0x46ed4d,'unitID':_0x218595,'objectType':_0x469f8f[_0x3e91cf(0x546)][_0x3e91cf(0x389)],'actions':_0x469f8f[_0x3e91cf(0x3d4)]})[_0x3e91cf(0x1cd)](_0x82089a=>{var _0x321bfd=_0x3e91cf;_0x469f8f[_0x321bfd(0x35b)]()[_0x321bfd(0x505)](_0x464f40=>{var _0x4c9030=_0x321bfd,_0x1b3f94;const _0x45bde8=new _0x464f40(_0x218595,_0x17c928),_0x31ab2c=_0x45bde8[_0x4c9030(0x2ed)],_0x405f4f=_0x82089a[_0x4c9030(0x35a)](_0x17e724=>_0x17e724[_0x4c9030(0x50f)]===_0x31ab2c);_0x405f4f&&(((_0x1b3f94=this[_0x4c9030(0x3a0)][_0x4c9030(0x486)](_0x45bde8['id']))==null?void 0x0:_0x1b3f94['value'])!==_0x405f4f[_0x4c9030(0x48e)]&&(_0x458151=!0x0),this[_0x4c9030(0x3a0)]['updatePermissionPoint'](_0x45bde8['id'],_0x405f4f[_0x4c9030(0x48e)]));}),_0x458151&&this[_0x321bfd(0x3d2)][_0x321bfd(0x210)](_0x218595);});}const _0x5e2bd6=this[_0x3e91cf(0x3ce)][_0x3e91cf(0x336)](_0x469f8f[_0x3e91cf(0x29b)]),_0x5102ff=_0x5e2bd6[_0x3e91cf(0x30b)](_0x218595,_0x46ed4d);if(_0x5102ff){const [_0x3b9fb2,_0x33b316]=_0x5102ff;this['_authzIoService'][_0x3e91cf(0x48e)]({'objectID':_0x46ed4d,'unitID':_0x218595,'objectType':_0x469f8f[_0x3e91cf(0x546)][_0x3e91cf(0x26b)],'actions':_0x469f8f[_0x3e91cf(0x23b)]})['then'](_0x9b62f3=>{var _0x1ef10e=_0x3e91cf;let _0x2edd73='';_0x469f8f[_0x1ef10e(0x517)]()[_0x1ef10e(0x505)](_0x407d01=>{var _0x4d0451=_0x1ef10e,_0x3b11cc;const _0x201903=new _0x407d01(_0x218595,_0x33b316,_0x46ed4d),_0x54cdad=_0x201903[_0x4d0451(0x2ed)],_0x10fd94=_0x9b62f3['find'](_0x49be6d=>_0x49be6d[_0x4d0451(0x50f)]===_0x54cdad);_0x10fd94&&(((_0x3b11cc=this[_0x4d0451(0x3a0)][_0x4d0451(0x486)](_0x201903['id']))==null?void 0x0:_0x3b11cc[_0x4d0451(0x274)])!==_0x10fd94[_0x4d0451(0x48e)]&&(_0x458151=!0x0),this[_0x4d0451(0x3a0)]['updatePermissionPoint'](_0x201903['id'],_0x10fd94['allowed']),_0x2edd73+=_0x10fd94[_0x4d0451(0x50f)]+'_'+_0x10fd94[_0x4d0451(0x48e)]);}),_0x5e2bd6['ruleRefresh'](_0x46ed4d+'_'+_0x2edd73),_0x458151&&this[_0x1ef10e(0x3d2)][_0x1ef10e(0x210)](_0x218595);});}}};_0x3c6b68=_0x3ab820([_0x1fc052(0x0,_0x52caf1[_0x596caf(0x2ac)](_0x52caf1[_0x596caf(0x25c)])),_0x1fc052(0x1,_0x52caf1[_0x596caf(0x4c2)]),_0x1fc052(0x2,_0x52caf1[_0x596caf(0x56b)]),_0x1fc052(0x3,_0x52caf1['Inject'](_0x99c765[_0x596caf(0x3be)])),_0x1fc052(0x4,_0x52caf1[_0x596caf(0x2ac)](_0x3c9c4d)),_0x1fc052(0x5,_0x52caf1[_0x596caf(0x216)]),_0x1fc052(0x6,_0x52caf1[_0x596caf(0x2eb)])],_0x3c6b68);var _0x34ea82=Object[_0x596caf(0x265)],_0x370394=Object['getOwnPropertyDescriptor'],_0x4b1c42=(_0x563ba5,_0xaf8f5b,_0x534a67,_0x4fdbd3)=>{var _0x5a373d=_0x596caf;for(var _0xcef6b1=_0x4fdbd3>0x1?void 0x0:_0x4fdbd3?_0x370394(_0xaf8f5b,_0x534a67):_0xaf8f5b,_0xcf1d43=_0x563ba5[_0x5a373d(0x4d8)]-0x1,_0x29c490;_0xcf1d43>=0x0;_0xcf1d43--)(_0x29c490=_0x563ba5[_0xcf1d43])&&(_0xcef6b1=(_0x4fdbd3?_0x29c490(_0xaf8f5b,_0x534a67,_0xcef6b1):_0x29c490(_0xcef6b1))||_0xcef6b1);return _0x4fdbd3&&_0xcef6b1&&_0x34ea82(_0xaf8f5b,_0x534a67,_0xcef6b1),_0xcef6b1;},_0x4b150e=(_0x3f4735,_0x346317)=>(_0x134565,_0x1daca3)=>_0x346317(_0x134565,_0x1daca3,_0x3f4735);_0x99c765['SnapshotServerOverHTTPService']=class{constructor(_0x14cf84,_0x5a85a2){var _0x5bda6f=_0x596caf;this[_0x5bda6f(0x4d1)]=_0x14cf84,this[_0x5bda6f(0x4b4)]=_0x5a85a2;}async[_0x596caf(0x341)](_0x4782b1,_0x5b1418){var _0x1e63ba=_0x596caf,_0x1fddf7;const {unitID:_0x2a0f4b,type:_0x1bebe3,revision:_0xa6b3d=0x0}=_0x5b1418,_0x2214eb=this[_0x1e63ba(0x560)]()+'/'+_0x1bebe3+_0x1e63ba(0x2ea)+_0x2a0f4b+_0x1e63ba(0x227)+_0xa6b3d,_0x5153d1=(await this[_0x1e63ba(0x4b4)]['get'](_0x2214eb))[_0x1e63ba(0x40c)],_0xc5cad2=(_0x1fddf7=_0x5153d1[_0x1e63ba(0x2da)])==null?void 0x0:_0x1fddf7[_0x1e63ba(0x52f)];if(_0xc5cad2){const _0x3c8a35=_0xc5cad2==null?void 0x0:_0xc5cad2[_0x1e63ba(0x2b3)],_0xba715a=_0x5c9a28['textEncoder'][_0x1e63ba(0x481)](_0x5c9a28[_0x1e63ba(0x434)](_0x3c8a35));_0xc5cad2[_0x1e63ba(0x2b3)]=_0xba715a,Object[_0x1e63ba(0x1cf)](_0xc5cad2[_0x1e63ba(0x405)])['forEach'](([,_0x3ca58c])=>{var _0x39dc3b=_0x1e63ba;const _0x539f1d=_0x3ca58c[_0x39dc3b(0x2b3)],_0x17c8ac=_0x5c9a28[_0x39dc3b(0x54a)][_0x39dc3b(0x481)](_0x5c9a28[_0x39dc3b(0x434)](_0x539f1d));_0x3ca58c[_0x39dc3b(0x2b3)]=_0x17c8ac;});}return _0x5153d1;}async[_0x596caf(0x208)](_0x15473e,_0x4a8161){var _0x3fd970=_0x596caf;const {unitID:_0x122b90,type:_0x1ae988,blockID:_0x420ec1}=_0x4a8161,_0x6c9ddd=this['_getAPIPrefix']()+'/'+_0x1ae988+_0x3fd970(0x2ea)+_0x122b90+'/block/'+_0x420ec1;return(await this[_0x3fd970(0x4b4)][_0x3fd970(0x336)](_0x6c9ddd))['body'];}async['getDeserializedSheetBlock'](_0x49b78b,_0x977c5b){var _0xa753e2=_0x596caf;const {unitID:_0x401b5b,type:_0x3321ff,blockID:_0x3cfde8}=_0x977c5b,_0x1209f9=this[_0xa753e2(0x4db)]()+_0xa753e2(0x1ee)+_0x3321ff+_0xa753e2(0x2ea)+_0x401b5b+_0xa753e2(0x1ee)+_0x3cfde8;return(await this['_httpService'][_0xa753e2(0x336)](_0x1209f9))[_0xa753e2(0x40c)];}async[_0x596caf(0x35c)](_0x5a10f5,_0x311d63){var _0x1537cf=_0x596caf;const {unitID:_0x12fcb5,type:_0x7e7286,from:_0x2cbc97,to:_0x3af105}=_0x311d63,_0x5819ea=this[_0x1537cf(0x4db)]()+'/'+_0x7e7286+_0x1537cf(0x2ea)+_0x12fcb5+'/fetchmissing?from='+_0x2cbc97+_0x1537cf(0x369)+_0x3af105;return(await this[_0x1537cf(0x4b4)]['get'](_0x5819ea))[_0x1537cf(0x40c)];}[_0x596caf(0x560)](){var _0x511d59=_0x596caf,_0x5c4222;return(_0x5c4222=this[_0x511d59(0x4d1)][_0x511d59(0x4ef)](_0x3edc5c))!=null?_0x5c4222:this['_getAPIPrefix']();}['_getAPIPrefix'](){var _0x3b885f=_0x596caf,_0x487f74,_0x174c0d;const _0x429332=this[_0x3b885f(0x4d1)][_0x3b885f(0x4ef)](_0x2fc05d),_0x517953=this[_0x3b885f(0x4d1)][_0x3b885f(0x4ef)](_0xd49a88);return(_0x174c0d=(_0x487f74=_0x517953==null?void 0x0:_0x517953[_0x3b885f(0x38d)])!=null?_0x487f74:_0x429332)!=null?_0x174c0d:_0x3e1164;}async['getResourcesRequest'](_0x4c833d,_0x5012af){var _0x2d81d9=_0x596caf;const _0x10db76=_0x2d81d9(0x2c6)+_0x5012af[_0x2d81d9(0x286)]+'/unit/'+_0x5012af['unitID']+_0x2d81d9(0x443);return(await this['_httpService']['get'](_0x10db76,{'params':{'resourceId':JSON[_0x2d81d9(0x2e4)](_0x5012af['resourceIDs'])}}))['body'];}[_0x596caf(0x42e)](){var _0x8c6188=_0x596caf;throw new Error(_0x8c6188(0x37e));}['saveSheetBlock'](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x596caf(0x20f)](){var _0x59cbf9=_0x596caf;throw new Error(_0x59cbf9(0x37e));}['copyFileMeta'](){var _0x2d922d=_0x596caf;throw new Error(_0x2d922d(0x37e));}[_0x596caf(0x312)](){var _0x52b273=_0x596caf;throw new Error(_0x52b273(0x37e));}},_0x99c765[_0x596caf(0x529)]=_0x4b1c42([_0x4b150e(0x0,_0x52caf1[_0x596caf(0x3ad)]),_0x4b150e(0x1,_0x52caf1[_0x596caf(0x2ac)](_0x27c5b0[_0x596caf(0x323)]))],_0x99c765[_0x596caf(0x529)]);var _0x5c017c=Object['defineProperty'],_0x4bc43c=Object[_0x596caf(0x53d)],_0x1f0c9e=(_0x115648,_0x3a2240,_0x314970,_0x48e7bf)=>{for(var _0x3457de=_0x48e7bf>0x1?void 0x0:_0x48e7bf?_0x4bc43c(_0x3a2240,_0x314970):_0x3a2240,_0x5d75a6=_0x115648['length']-0x1,_0x47f6c4;_0x5d75a6>=0x0;_0x5d75a6--)(_0x47f6c4=_0x115648[_0x5d75a6])&&(_0x3457de=(_0x48e7bf?_0x47f6c4(_0x3a2240,_0x314970,_0x3457de):_0x47f6c4(_0x3457de))||_0x3457de);return _0x48e7bf&&_0x3457de&&_0x5c017c(_0x3a2240,_0x314970,_0x3457de),_0x3457de;},_0x312ae1=(_0x206e7c,_0x16225c)=>(_0x1631aa,_0x437ae2)=>_0x16225c(_0x1631aa,_0x437ae2,_0x206e7c);_0x99c765[_0x596caf(0x535)]=class extends _0x52caf1[_0x596caf(0x528)]{constructor(_0x1c2e5b,_0x28f115,_0x47eb54,_0x17165d,_0x57ca8b){var _0x50ac9c=_0x596caf;super(_0x1c2e5b,_0x28f115,_0x47eb54),this[_0x50ac9c(0x495)]=_0x17165d,this[_0x50ac9c(0x2fb)]=_0x57ca8b;}[_0x596caf(0x326)](_0x4a9409,_0x1c3ba6){var _0x237606=_0x596caf;const _0x405c61=this[_0x237606(0x1e5)](_0x4a9409);if(_0x405c61)try{const _0x192ce0=this[_0x237606(0x29e)](_0x405c61,_0x1c3ba6);this[_0x237606(0x2a8)](_0x4a9409,_0x192ce0);}catch(_0x2d815b){this['_logService']['error'](_0x237606(0x48b),_0x2d815b),this[_0x237606(0x2dc)](_0x4a9409);}const _0x300a70=this['_getRedoStack'](_0x4a9409);if(_0x300a70)try{const _0x58db77=this[_0x237606(0x29e)](_0x300a70,_0x1c3ba6);this[_0x237606(0x556)](_0x4a9409,_0x58db77);}catch(_0x165400){this[_0x237606(0x2fb)]['error'](_0x165400),this[_0x237606(0x43c)](_0x4a9409);}}[_0x596caf(0x2dc)](_0x4e566a){var _0x42d9da=_0x596caf;const _0x353210=this[_0x42d9da(0x1e5)](_0x4e566a);_0x353210&&(_0x353210[_0x42d9da(0x4d8)]=0x0,this[_0x42d9da(0x3c7)]());}[_0x596caf(0x43c)](_0x34ab32){var _0x547d82=_0x596caf;const _0x5e93ff=this[_0x547d82(0x550)](_0x34ab32);_0x5e93ff&&(_0x5e93ff[_0x547d82(0x4d8)]=0x0,this[_0x547d82(0x3c7)]());}['_substituteUndoStack'](_0x3ee042,_0xca4b1c){var _0x1d18c9=_0x596caf;this[_0x1d18c9(0x42d)][_0x1d18c9(0x33f)](_0x3ee042,_0xca4b1c),this[_0x1d18c9(0x3c7)]();}['_substituteRedoStack'](_0x5dac71,_0x472469){var _0x1b7cba=_0x596caf;this[_0x1b7cba(0x530)][_0x1b7cba(0x33f)](_0x5dac71,_0x472469),this[_0x1b7cba(0x3c7)]();}[_0x596caf(0x29e)](_0x2c986f,_0x465e03){var _0xe7a083=_0x596caf;const _0x383077=[];let _0x294c97=_0x465e03,_0xc9c1e5=_0x465e03;for(let _0x37c688=_0x2c986f[_0xe7a083(0x4d8)]-0x1;_0x37c688>=0x0;_0x37c688--){const {unitID:_0x585728,undoMutations:_0x349e1c,redoMutations:_0x40a81f}=_0x2c986f[_0x37c688],_0x4fbf17=this['_transformService']['transformMutationsWithChangeset'](_0x294c97,_0x349e1c),_0x46f29a=this['_transformService'][_0xe7a083(0x2ff)](_0xc9c1e5,_0x40a81f);if(_0x5c9a28[_0xe7a083(0x32a)](_0x4fbf17)||_0x5c9a28[_0xe7a083(0x32a)](_0x46f29a)){this['_logService'][_0xe7a083(0x39c)]('[CollaborationUndoRedoService]',_0xe7a083(0x515),_0x4fbf17,_0x46f29a);break;}_0x294c97=_0x4fbf17['c1Prime'],_0xc9c1e5=_0x46f29a['c1Prime'],_0x383077[_0xe7a083(0x258)]({'unitID':_0x585728,'undoMutations':_0x4fbf17['m2Prime'],'redoMutations':_0x46f29a['m2Prime']});}return _0x383077[_0xe7a083(0x28c)]();}},_0x99c765[_0x596caf(0x535)]=_0x1f0c9e([_0x312ae1(0x0,_0x52caf1['IUniverInstanceService']),_0x312ae1(0x1,_0x52caf1['ICommandService']),_0x312ae1(0x2,_0x52caf1[_0x596caf(0x52d)]),_0x312ae1(0x3,_0x5c9a28[_0x596caf(0x1e7)]),_0x312ae1(0x4,_0x52caf1[_0x596caf(0x2b5)])],_0x99c765[_0x596caf(0x535)]);var _0x35f661=Object['defineProperty'],_0x1102b2=Object['getOwnPropertyDescriptor'],_0x51f34d=(_0x1703a4,_0x565411,_0x159b7a)=>_0x565411 in _0x1703a4?_0x35f661(_0x1703a4,_0x565411,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x159b7a}):_0x1703a4[_0x565411]=_0x159b7a,_0x183506=(_0x5aaa7d,_0x3d730c,_0x3b253f,_0x36a52b)=>{var _0x501d4c=_0x596caf;for(var _0x5bf3c1=_0x36a52b>0x1?void 0x0:_0x36a52b?_0x1102b2(_0x3d730c,_0x3b253f):_0x3d730c,_0x3750ba=_0x5aaa7d[_0x501d4c(0x4d8)]-0x1,_0x48a16e;_0x3750ba>=0x0;_0x3750ba--)(_0x48a16e=_0x5aaa7d[_0x3750ba])&&(_0x5bf3c1=(_0x36a52b?_0x48a16e(_0x3d730c,_0x3b253f,_0x5bf3c1):_0x48a16e(_0x5bf3c1))||_0x5bf3c1);return _0x36a52b&&_0x5bf3c1&&_0x35f661(_0x3d730c,_0x3b253f,_0x5bf3c1),_0x5bf3c1;},_0x17e9a3=(_0x6dc0ea,_0x5dd0b7)=>(_0x1ce0a9,_0x49a8c6)=>_0x5dd0b7(_0x1ce0a9,_0x49a8c6,_0x6dc0ea),_0x142025=(_0x111bf3,_0x226b9e,_0x1480e7)=>_0x51f34d(_0x111bf3,_0x226b9e+'',_0x1480e7);const _0x13351f='UNIVER_COLLABORATION_CLIENT_PLUGIN';_0x99c765[_0x596caf(0x55e)]=class extends _0x52caf1[_0x596caf(0x1f6)]{constructor(_0x3fdf93=_0x1bc58d,_0x328fb7,_0x33c8a1,_0x421b6c){var _0x271e01=_0x596caf;super(),this[_0x271e01(0x400)]=_0x3fdf93,this['_logService']=_0x328fb7,this[_0x271e01(0x3ce)]=_0x33c8a1,this[_0x271e01(0x4d1)]=_0x421b6c;const {..._0x3efb74}=_0x52caf1[_0x271e01(0x362)]({},_0x1bc58d,this['_config']);this['_configService']['setConfig'](_0xd49a88,_0x3efb74);}[_0x596caf(0x27f)](){var _0x3e6fd6=_0x596caf;this[_0x3e6fd6(0x4fd)](),this['_initDependencies']();}['_registerDependencies'](){var _0x143bc2=_0x596caf,_0x178103,_0x3858e5,_0x50482f,_0x345b9;this[_0x143bc2(0x3ce)][_0x143bc2(0x49f)](_0x52caf1[_0x143bc2(0x2eb)])&&this['_logService']['error'](_0x143bc2(0x1d9),_0x143bc2(0x3ea));const _0x5e8229=_0x52caf1['mergeOverrideWithDependencies']([[_0x52caf1[_0x143bc2(0x2eb)],{'useClass':_0x99c765['CollaborativeUndoRedoService']}],[_0x99c765[_0x143bc2(0x3be)]],[_0x99c765[_0x143bc2(0x41c)]],[_0x99c765[_0x143bc2(0x2c5)]],[_0x246830],[_0x4b5df4],[_0x29b772],[_0x3c6b68],[_0x3c9c4d],[_0x99c765['DataLoaderService']],[_0x3b2a3a,{'useClass':(_0x3858e5=(_0x178103=this[_0x143bc2(0x400)])==null?void 0x0:_0x178103[_0x143bc2(0x2f2)])!=null?_0x3858e5:_0x99c765[_0x143bc2(0x30f)]}],[_0x5c9a28['ISnapshotServerService'],{'useClass':_0x99c765[_0x143bc2(0x529)]}],[_0x52caf1[_0x143bc2(0x216)],{'useClass':_0x99c765[_0x143bc2(0x229)]}],[_0x2e568f[_0x143bc2(0x285)],{'useClass':_0x99c765[_0x143bc2(0x4ba)]}],[_0x52caf1['IMentionIOService'],{'useClass':_0x99c765['MentionIoHttpService']}],[_0x99c765[_0x143bc2(0x356)]],[_0x4f6c6]],(_0x50482f=this[_0x143bc2(0x400)])==null?void 0x0:_0x50482f[_0x143bc2(0x51c)]);if(!((_0x345b9=this[_0x143bc2(0x400)])!=null&&_0x345b9[_0x143bc2(0x413)])){const _0x2df8fe=_0x5e8229[_0x143bc2(0x459)](([_0x1f2f05])=>_0x1f2f05===_0x25b302);_0x2df8fe!==-0x1&&_0x5e8229[_0x143bc2(0x37f)](_0x2df8fe,0x1);}_0x52caf1['registerDependencies'](this[_0x143bc2(0x3ce)],_0x5e8229);}[_0x596caf(0x337)](){var _0x10f5cf=_0x596caf,_0x21d3b8,_0x2e045a,_0x522f2d;this[_0x10f5cf(0x3ce)][_0x10f5cf(0x336)](_0x27c5b0[_0x10f5cf(0x323)])['registerHTTPInterceptor']({'priority':0x14,'interceptor':_0x27c5b0['ThresholdInterceptorFactory']({'maxParallel':0x6})}),(_0x21d3b8=this['_config'])!=null&&_0x21d3b8[_0x10f5cf(0x308)]||(_0x2e045a=this[_0x10f5cf(0x3ce)][_0x10f5cf(0x336)](_0x264a19,_0x52caf1['Quantity'][_0x10f5cf(0x218)]))==null||_0x2e045a[_0x10f5cf(0x410)](),(_0x522f2d=this[_0x10f5cf(0x400)])!=null&&_0x522f2d[_0x10f5cf(0x4be)]&&_0x52caf1[_0x10f5cf(0x4cc)](this['_injector'],[[_0x246830]]),_0x52caf1[_0x10f5cf(0x4cc)](this[_0x10f5cf(0x3ce)],[[_0x4b5df4],[_0x99c765[_0x10f5cf(0x356)]],[_0x3c6b68]]);}},_0x142025(_0x99c765['UniverCollaborationClientPlugin'],_0x596caf(0x254),_0x13351f),_0x99c765[_0x596caf(0x55e)]=_0x183506([_0x52caf1[_0x596caf(0x4a4)](_0x5c9a28['UniverCollaborationPlugin'],_0x469f8f[_0x596caf(0x523)],_0x27c5b0[_0x596caf(0x4b6)]),_0x17e9a3(0x1,_0x52caf1[_0x596caf(0x2b5)]),_0x17e9a3(0x2,_0x52caf1['Inject'](_0x52caf1[_0x596caf(0x25c)])),_0x17e9a3(0x3,_0x52caf1[_0x596caf(0x3ad)])],_0x99c765[_0x596caf(0x55e)]),_0x99c765['AUTHZ_URL_KEY']=_0x5ddafd,_0x99c765['COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY']=_0xd49a88,_0x99c765[_0x596caf(0x206)]=_0x47ca00,_0x99c765[_0x596caf(0x470)]=_0xeffd59,_0x99c765[_0x596caf(0x26a)]=_0xf89f2b,_0x99c765[_0x596caf(0x271)]=_0x5df2b7,_0x99c765[_0x596caf(0x3d6)]=_0x3c9c4d,_0x99c765['CommentService']=_0x29b772,_0x99c765[_0x596caf(0x516)]=_0x482e5c,_0x99c765[_0x596caf(0x22e)]=_0x54d8f0,_0x99c765[_0x596caf(0x527)]=_0x4d6260,_0x99c765[_0x596caf(0x53a)]=_0x2e5b39,_0x99c765[_0x596caf(0x460)]=_0x3b2a3a,_0x99c765[_0x596caf(0x543)]=_0x264a19,_0x99c765[_0x596caf(0x3de)]=_0x254415,_0x99c765[_0x596caf(0x519)]=_0x25b302,_0x99c765[_0x596caf(0x279)]=0x3e8,_0x99c765['LOCAL_CACHE_INTERVAL_KEY']=_0x3abeeb,_0x99c765['LOGIN_URL_KEY']=_0x4378fb,_0x99c765['REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY']=_0xa4ae58,_0x99c765['RETRY_CONNECTING_MAX_COUNT_KEY']=_0x2c2b1f,_0x99c765[_0x596caf(0x3b9)]=_0x115d7c,_0x99c765['SNAPSHOT_SERVER_URL_KEY']=_0x2fc05d,_0x99c765[_0x596caf(0x54d)]=_0x3edc5c,_0x99c765['SessionStatus']=_0x290833,_0x99c765[_0x596caf(0x3f1)]=_0x11e575,_0x99c765[_0x596caf(0x260)]=_0x42b2d8,_0x99c765['getLocalCacheKey']=_0x2ce301,_0x99c765[_0x596caf(0x56c)]=_0x230747,Object[_0x596caf(0x265)](_0x99c765,Symbol['toStringTag'],{'value':_0x596caf(0x4fb)});}));