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

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 (89) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.css +87 -0
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/controllers/snapshot-loading/snapshot-loading.controller.d.ts +36 -0
  66. package/lib/types/locale/en-US.d.ts +5 -0
  67. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +15 -0
  68. package/lib/umd/facade.js +1 -1
  69. package/lib/umd/index.js +1 -1
  70. package/lib/umd/locale/ar-SA.js +1 -1
  71. package/lib/umd/locale/ca-ES.js +1 -1
  72. package/lib/umd/locale/de-DE.js +1 -1
  73. package/lib/umd/locale/en-US.js +1 -1
  74. package/lib/umd/locale/es-ES.js +1 -1
  75. package/lib/umd/locale/fa-IR.js +1 -1
  76. package/lib/umd/locale/fr-FR.js +1 -1
  77. package/lib/umd/locale/id-ID.js +1 -1
  78. package/lib/umd/locale/it-IT.js +1 -1
  79. package/lib/umd/locale/ja-JP.js +1 -1
  80. package/lib/umd/locale/ko-KR.js +1 -1
  81. package/lib/umd/locale/pl-PL.js +1 -1
  82. package/lib/umd/locale/pt-BR.js +1 -1
  83. package/lib/umd/locale/ru-RU.js +1 -1
  84. package/lib/umd/locale/sk-SK.js +1 -1
  85. package/lib/umd/locale/vi-VN.js +1 -1
  86. package/lib/umd/locale/zh-CN.js +1 -1
  87. package/lib/umd/locale/zh-HK.js +1 -1
  88. package/lib/umd/locale/zh-TW.js +1 -1
  89. package/package.json +22 -22
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- const _0x4d7826=_0x2258;(function(_0x36bcd4,_0x3fbc8a){const _0x246c7a=_0x2258,_0x31dac2=_0x36bcd4();while(!![]){try{const _0x1ebced=-parseInt(_0x246c7a(0x198))/0x1+parseInt(_0x246c7a(0x2b1))/0x2*(parseInt(_0x246c7a(0x137))/0x3)+parseInt(_0x246c7a(0x1e5))/0x4+parseInt(_0x246c7a(0x1f4))/0x5+-parseInt(_0x246c7a(0xee))/0x6+parseInt(_0x246c7a(0x133))/0x7*(-parseInt(_0x246c7a(0x2fa))/0x8)+-parseInt(_0x246c7a(0x167))/0x9;if(_0x1ebced===_0x3fbc8a)break;else _0x31dac2['push'](_0x31dac2['shift']());}catch(_0x4680f0){_0x31dac2['push'](_0x31dac2['shift']());}}}(_0xd36b,0xb9df5));import{BOARD_TOP_RIGHT_MENU_LEADING_PART as _0x307a96,IBoardElementStateService as _0x2ad330,getBoardElementRenderObjectKey as _0x2896cf}from'@univerjs-pro/boards-ui';import{COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY as _0xe6392a,CollaborationController as _0x14ae00,CollaborationSessionService as _0x3ebc7d,CollaborationSocketService as _0x21d8c5,CollaborationStatus as _0x57973c,CollaborationUIEventId as _0x57c44b,CollaborationUIEventService as _0x515c7d,DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT as _0x2bd71f,DEFAULT_WS_SESSION_TICKET_URL as _0x541f21,DataLoaderService as _0x456d46,DocCollaborationEntity as _0x236f4e,ILocalCacheService as _0x197647,LOCAL_CACHE_INTERVAL as _0x30e2d9,LOCAL_CACHE_INTERVAL_KEY as _0x19ffaf,MemberService as _0x191cdf,REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY as _0x1c3344,SessionStatus as _0x72de37,UnitStatus as _0x2a0e65,UniverCollaborationClientPlugin as _0x531e80,getLocalCacheKey as _0x4698e9}from'@univerjs-pro/collaboration-client';import{COLORS as _0x532b6c,CanceledError as _0x736cd3,ColorKit as _0x70b721,DOC_RANGE_TYPE as _0x4d59fd,DependentOn as _0x3b29cf,Disposable as _0x4f1642,DisposableCollection as _0x304b28,ICommandService as _0x5160b7,IConfigService as _0x138612,IImageIoService as _0x21522e,ILocalStorageService as _0x1ebf86,ILogService as _0x2e569c,IUniverInstanceService as _0x4aed1f,Inject as _0x2975e5,Injector as _0x2bf279,LocaleService as _0x128d2d,Optional as _0x312695,Plugin as _0x53e595,Rectangle as _0x565e74,RxDisposable as _0x2d058d,ThemeService as _0x113338,Tools as _0x4e8798,UniverInstanceType as _0x70929f,Workbook as _0x2de7fa,createIdentifier as _0x5513cb,debounce as _0x3016da,fromEventSubject as _0x5403d7,generateRandomId as _0x5d1e23,isFormulaId as _0x3218ca,isFormulaString as _0x4d99fe,isInternalEditorID as _0x1310c0,merge as _0x126ddb,mergeOverrideWithDependencies as _0x42835e,registerDependencies as _0x105f0d,toDisposable as _0x2994ac,touchDependencies as _0x1ea026}from'@univerjs/core';import{BuiltInUIPart as _0x1d0a1e,IBeforeCloseService as _0xd0c61,IMessageService as _0x45be88,INotificationService as _0x275bc7,IUIPartsService as _0x5b1ee4,connectInjector as _0x16ad62,useDependency as _0x4869d1,useObservable as _0xadf12b}from'@univerjs/ui';import{BehaviorSubject as _0x57044e,Subject as _0x43728f,combineLatest as _0x57a794,debounceTime as _0x3093d8,distinctUntilChanged as _0x4aef9c,filter as _0x3c3d39,fromEvent as _0x38baf8,mapTo as _0x312181,merge as _0x570610,of as _0x3a75a3,shareReplay as _0x75714c,switchMap as _0xd99b03,takeUntil as _0x59e49a}from'rxjs';import{distinctUntilChanged as _0x121009,filter as _0xd1ff9d,map as _0x5aaab3,switchMap as _0xd261d2,takeUntil as _0x1d45cf,throttleTime as _0x46b09}from'rxjs/operators';import{MessageType as _0x4f09c9,Tooltip as _0x4f2c4f,clsx as _0x1e4fa6}from'@univerjs/design';import{LoadingMultiIcon as _0x26ab0c,OffLineIcon as _0x4e30aa,OnLineIcon as _0xf932a4}from'@univerjs/icons';import{useCallback as _0x565a7d,useMemo as _0x4584d2}from'react';import{jsx as _0x3f72a3}from'react/jsx-runtime';import{IRenderManagerService as _0x1fc985,Rect as _0x58f21a,RegularPolygon as _0xb9ada9,SHEET_VIEWPORT_KEY as _0x3fb07d,Shape as _0x519620,TRANSFORM_CHANGE_OBSERVABLE_TYPE as _0x4943a9,Vector2 as _0xc361d3,getColor as _0x52d1e1}from'@univerjs/engine-render';import{HTTPService as _0x30454a,ISocketService as _0x47d565,WebSocketService as _0x467d37}from'@univerjs/network';import{DocIMEInputManagerService as _0x35af8a,IDocClipboardService as _0x444071,NodePositionConvertToCursor as _0x2470bf,NodePositionConvertToRectRange as _0x295a1e,SetDocZoomRatioOperation as _0x210db2,TEXT_RANGE_LAYER_INDEX as _0x2d81c7}from'@univerjs/docs-ui';import{CollaborationEvent as _0x1428bf,ISnapshotServerService as _0x16328b,ITransformService as _0x796fe5,RevisionService as _0x5ad3bf,isTransformMutationFailure as _0x25931a,isTransformMutationsWithChangesetSuccess as _0x3b4f9c}from'@univerjs-pro/collaboration';function _0xd36b(){const _0x5cae79=['activeSlideId$','_uploadLog','/universer-api/license/formula/limit/done','_startSlideCollabCursor','_collabCursorController','getCurrentUnitOfType','collaboration-client-ui.collabClient.tooltip.reconnect','socket$','getObject','newValue','black','red.300','resize','_transformHistoryAndStateStack','subscribeEvent','registerRenderModule','theme$','lineno','get','search','getDocRanges','m1Prime','getSheetId','OFFLINE','column','_pointerMoveDisposable','_color','_themeService','_maxFormulaLimit','code','[Window\x20Error]:\x20','removeParam','dispose$','collab-text-anchor-','iterator','pipe','hovered','_heartbeatTimer','pluginName','function','context','getId','makeDirty','_startCalculationLimit','href','OTHER_CLIENTS_EDITING','scene','transformRemoteChangeset','379312hJUcLM','indicator','_roomMembers$','maxFormulaLimit','getCurrentSelections','evenodd','_collabCursorState$','clearInterval','unsubscribe','location','transformIMECache','has','Loading','_removeClearOtherTimer','redoState','_scheduleSaving','_registerRenderDependencies','collaboration-client-ui.formula.calculation.unable','status$','_cursors','_registerDependencies','div','transformStateCache','_saveTaskMap','then','_highlight','_collaborationUIEventService','measureText','forEach','0.2)','_docSkeleton','assignAColorForMemberID','status','isActive','add','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','univer-text-orange-500','disposeUnit','unload','transformMutationsWithChangeset','_lastResponseTimestamp','isEditing','with','getCurrentTypeOfUnit$','SUBMIT_CHANGESET_TIMEOUT','_pollingInterval','error','_unitStatus','_isBlinkVisible','_initWindowErrorListener','rgba(','getCurrentSkeleton','entityInit$','eventID','getFocusedUnit','roomMembers','parse','_online','limitInfo','CLOSE_ROOM','removeObject','CONFLICT','_showText','replaceDocRanges','_localCacheService','onMouseMove','_initUnhandledRejectionListener','getCollabEntity$','getActiveSlide','closePath','collab-rect-range-','_configService','univer-text-red-500','addObjects','_docTransformIMECacheService','show','RECT','6038264Rsokhw','FromArray','getSkeleton','slide-element-selection','_scheduleHeartbeat','doc.mutation.rich-text-editing','startRow','deepClone','toString','_uiPartsService','_getScale','_initStatusComponent','_context','setTimeout','pushState','5357485hwYPZk','_getObjectBounds','values','[RemoteUniscriptService]:\x20no\x20focused\x20unit','invokeId','_getSaveTimeout','collaboration-client-ui.permission.title','UPDATE_CURSOR','_clearOtherTimers','registerBeforeClose','history','textRanges','_boardElementStateService','_send','endColumn','slide-collab-cursor-','_transformPreviousActiveRange','_scene','all','getCellPositionByOffset','height','set','_notificationService','color','split','releaseFormulaLimitUrl','getTypeOfUnitAdded$','whenReady','object','univer-text-blue-500','_setupSubUnitSync','body','pulse','lineWidth','collaboration-client-ui.collabStatus.syncing','_onCursorUpdate','top','fillStyle','unit','UNIVER_DOC','rgba(255,\x20255,\x20255,\x200.01)','getAllUnitsForType','_updateLocalCursor','\x20at\x20','call','_blinkIntervalTimer','collab-text-range-','complete','_syncEditingCollabCursorService','true','univer-inline-flex\x20univer-items-center\x20univer-justify-center','addObject','onPointerEnter$','_initResize','setConfig','_latestCursors','beginPath','now','_docSyncEditingCollabCursorService','ticket','ranges','setLineDash','unitID','_startSheetCollabCursor','colno','_colorIndex','onPointerLeave$','onRendered','_assignedColors','collabCursorState$','OTHER_CLIENT_EDITING','getMember','_labelHorizontalPosition','_getLighterColor','_doCreateSocket','searchParams','board-collab-cursor-','_transformService','name','loadUnit','DeleteRangeMoveUpCommandId','unitId','endRow','MoveRangeCommandId','_refreshCollabCursors','UNIVER_BOARD','default','hide','_cursorShapes','selectedIds','getUnitStatus$','sessionStatus$','univer-text-green-500','_sheetSkeletonManagerService','storage','_highlightSecond','VIEW_MAIN','SOCKET_FAILED_RETRY','_init','flatMap','_hovered','setInterval','engine','angle','TEXT','map','createInstance','_startBoardCollabCursor','sheetID','unshift','addHandlerCallback','join','[Unhandled\x20Rejection]:\x20','_collaborationController','arc','restore','_isApplyingOverlays','_transformUndoRedoStack','_scheduleRender','_slideDrawingStateService','init','_stopBlinking','blue.400','getStateCache','toPrimitive','pageManager','onCommandExecuted','NOT_COLLAB','reconnect','univer-m-0\x20univer-p-0','_updateSubUnitFromURLParams','debug','clear','resolve','_unitOnClients','_updateURLWithCurrentState','width','defineProperty','_cursorInfo$','ONLINE','_removeCollabCursors','getSnapshot','type','post','_toggleOnline','uni.network.url-service','clickable','InsertRangeMoveRightCommandId','getUnhiddenWorksheets','_handleEvent','message','strokeWidth','_eventUnsubscribe','subUnitId','slice','?taskId=','_clearPolling','addEventListener','roomMembers$','rgb','cursorInfo','setItem','max','setUndoRedoMutationParamsCache','collaboration-client-ui.conflict.title',':backup:','_initDependencies','board-element-selection','_backgroundColor','getViewport','syncEditingCollabCursor','isArray','green.600','_hover','SOCKET_FAILED','_updateCollabCursors','setShapeProps','urlChange$','collaboration-client-ui.session.connection-failed','InsertRowCommandId','START_CALCULATION','getUnitId','icon','enableLocalCache','_getSheetObject','_scheduleClearOtherTimer','setParam','Warning','send','2128792PQFwUf','next','_checkCalculationAvailable','_status$','_refRangeService','_onRefRangeChange','params','_checkAndWaitForCalculationPermission','focus:univer-outline-none\x20focus:univer-ring-2\x20focus:univer-ring-primary-500\x20focus:univer-ring-offset-2','getOffsetConfig','lineTo','length','ACTIVE_UNIT_EVENT_CHANNEL','exhaustSavingTask','_disabled','string','colorClass','createSocket','evented','moveTo','_collaborationSessionService','override','toISOString','clearTimeout','backupOfflineData','_session','UNIVER_SHEET','font','selection','stack','kind','highlight','_handleHeartbeatEvent','_initEvent','_textBubble','some','_offsetY','parseInt','_initStatusListener','result','_currentUsage','SYNCED','_draw','replace','_getSceneObjectByKey','executeCommand','getSheetBySheetId','removeObjects','constructor','saveImage','filter','subscribe','_colorAssignService','row','_range','getUniverSheetInstance','dirtyRanges','saveTaskMap','dark:focus:!univer-ring-offset-gray-800','toRgbString','fill','[CollaborationDataLoaderController]','_toggleOffline','transform','disposeWithMe','editingUnit','highlightSecond','getFormulaLimitStatusUrl','getParam','currentSkeleton$','currentUsage','data','showText','1336MfRxBD','getMemberID','_docTransformStateCacheService','popstate','focusedId','contains',',\x200.2)','text','jiqing.500','_cachedData','_localStorageService','beforeCommandExecuted','_beforeCloseService','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','totalFormulasToCalculate','_messageService','runId','sheetId','_httpService','tooltipKey','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','reason','_commandService','_anchorDot','prototype','collaboration-client-ui.conflict.content','/universer-api/license/formula/limit/start','dispose','_initCommandExecutedListener','_cursor','collaboration-client-ui.collaboration.offline-data-not-saved','getRangePointData','_univerInstanceService','_handleHover','_renderScheduled','asObservable','Failed','collaboration-client-ui.collaboration.single-unit.warning','functionsExecutedState','setStateCache','/universer-api/license/formula/limit/status','wsSessionTicketUrl','mutations','state$','stringify','_memberID','min','_setupBeforeClosingHandler','symbol','PENDING','_drawTextRange','AWAITING','transformMutation','replaceState','univer-h-8\x20univer-w-8\x20univer-rounded-lg','from','subunit','polite','startColumn','getVpScrollXYInfoByPosToVp','key','cursorInfo$','event$','_dataLoaderService','save','Success','Error','_getSessionTicket','catch','getRelativeToViewportCoord','_blinkTimer','transformSelections','984264rSbYWd','getTypeOfUnitDisposed$','getUnit','_entities','fillRule','getCurrentRevOfUnit','addObject$','getConfig','_injector','_id','includes','_ensureSubject','bottom','getActiveSheet','USERS_LEAVE','getRenderById','UNIVER_COLLABORATION_CLIENT_WEB_PLUGIN','_handleJoinEvent','filename','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','span','memberID','AWAITING_WITH_PENDING','currentTheme$','_selfUnitIDs','onStarting','/universer-api/frontend/logs','getColorFromTheme','removeEventListener','rgba','selections','collaboration-client-ui.config','right','_document','requireSession','delete','_drawRectRange','getCollabCursors$','_memberService','fillText','drawWith','runOnServer','getValue','univer-flex\x20univer-items-center\x20univer-justify-center','InsertColCommandId','getCellMatrix','startFormulaLimitUrl','_setFormulaLimitStatus','_saveCache','getAncestorScale','\x20-\x20','strokeRect','_taskIds','_docSkeletonManagerService','_labelPosition','...','left','_anchor','_getMergeRange','InsertRangeMoveDownCommandId','bind','i18nKey','univer-border-none\x20univer-bg-transparent','labelPosition','RemoveColCommandId','_onCursorDelete','static','_render','_config','16926YNczOM','collaboration-client-ui.collaboration.closeRoom','_shapes','labelHorizontalPosition','3SkQpdZ','FETCH_MISS','_getAnchorBounding','_monkeyPatchLogService','#FFF','registerRefRange','UNIVER_SLIDE','_name','_startDocCollabCursor','enableDocumentCollaborationUI','push','_drawAnchor','_createSocketURL','getObjectIncludeInGroup','unhandledrejection','origin','_docStateChangeManagerService','_applyCommand','startsWith','_collabSessionService','getUndoRedoMutationParamsCache','m2Prime','_lastPointer','collaboration-client-ui.session.collaboration-timeout','_getFormulaLimitStatus','registerComponent','_logService','offsetY','_entityInit$','_imageIoService','univer-transition-all\x20univer-duration-200','Unknown\x20user','_renderManagerService','_hideTimer','_localeService','_instanceService','_showGuardMessage','_revisionService','setAlpha','spin','getActivePageId','find','size','source','getItem','decorate','_urlService','transformByState','17432676dAlmBi'];_0xd36b=function(){return _0x5cae79;};return _0xd36b();}import{DocSelectionManagerService as _0x4086a9,DocSkeletonManagerService as _0xb79bba,DocStateChangeManagerService as _0x2d0f8c,RichTextEditingMutation as _0x3cb8b1,SetTextSelectionsOperation as _0x2da9df}from'@univerjs/docs';import{FormulaExecuteStageType as _0x4e45d5,FormulaExecutedStateType as _0x964841,SetFormulaCalculationNotificationMutation as _0xb333d0,SetFormulaCalculationStartMutation as _0x5b6ab5,deserializeRangeWithSheet as _0x45bc1b,serializeRangeWithSheet as _0x38bdd0}from'@univerjs/engine-formula';import{EffectRefRangId as _0x54f97d,RefRangeService as _0x5e8753,SetSelectionsOperation as _0x4a73e4,SetWorksheetActivateCommand as _0x132b7c,SheetsSelectionsService as _0x3e0c93,handleDeleteRangeMoveLeft as _0x17a981,handleDeleteRangeMoveUp as _0x527cf0,handleIRemoveCol as _0x7c4f03,handleIRemoveRow as _0x5f4dbf,handleInsertCol as _0x473d17,handleInsertRangeMoveDown as _0x256c54,handleInsertRangeMoveRight as _0x172ece,handleInsertRow as _0x5cc953,handleMoveRange as _0x4c9162,runRefRangeMutations as _0x434df3}from'@univerjs/sheets';import{ISlideDrawingStateService as _0xeaea7,buildDrawingOKey as _0x2a4d0e}from'@univerjs-pro/slides-ui';import{SheetSkeletonManagerService as _0x2c9abc,getCoordByCell as _0x5c1077,getSheetObject as _0x1de0be}from'@univerjs/sheets-ui';import{IRemoteInstanceService as _0x40ba10}from'@univerjs/rpc';import{ErrorCode as _0x2dbe68}from'@univerjs/protocol';function Zt(_0x541e1d){const _0x53c720=_0x2258;switch(_0x541e1d){case _0x57973c[_0x53c720(0x17f)]:return{'icon':_0x3f72a3(_0x4e30aa,{}),'colorClass':_0x53c720(0x1e0),'i18nKey':'collaboration-client-ui.collabStatus.offline','tooltipKey':_0x53c720(0x16e),'clickable':!0x0,'indicator':'static'};case _0x57973c[_0x53c720(0x1d5)]:return{'icon':_0x3f72a3(_0x4e30aa,{}),'colorClass':_0x53c720(0x1bc),'i18nKey':'collaboration-client-ui.collabStatus.conflict','clickable':!0x1,'indicator':'static'};case _0x57973c[_0x53c720(0x138)]:return{'icon':_0x3f72a3(_0x26ab0c,{}),'colorClass':_0x53c720(0x211),'i18nKey':'collaboration-client-ui.collabStatus.fetchMiss','clickable':!0x1,'indicator':_0x53c720(0x15e)};case _0x57973c[_0x53c720(0x273)]:return{'icon':_0x3f72a3(_0xf932a4,{}),'colorClass':'univer-text-gray-400','i18nKey':'collaboration-client-ui.collabStatus.notCollab','clickable':!0x1,'indicator':'static'};case _0x57973c[_0x53c720(0x32d)]:case _0x57973c[_0x53c720(0x104)]:return{'icon':_0x3f72a3(_0x26ab0c,{}),'colorClass':_0x53c720(0x211),'i18nKey':_0x53c720(0x216),'clickable':!0x1,'indicator':'spin'};case _0x57973c[_0x53c720(0x32b)]:return{'icon':_0x3f72a3(_0x26ab0c,{}),'colorClass':_0x53c720(0x211),'i18nKey':'collaboration-client-ui.collabStatus.syncing','clickable':!0x1,'indicator':_0x53c720(0x15e)};case _0x57973c[_0x53c720(0x2da)]:return{'icon':_0x3f72a3(_0xf932a4,{}),'colorClass':_0x53c720(0x250),'i18nKey':'collaboration-client-ui.collabStatus.synced','clickable':!0x1,'indicator':_0x53c720(0x130)};}}function Qt(_0x306f2e){const _0x2792aa=_0x2258;let {status$:_0x211cf0}=_0x306f2e,_0x5a880e=_0xadf12b(_0x211cf0,_0x57973c[_0x2792aa(0x273)]),_0x295a63=_0x4869d1(_0x128d2d),_0x467ed5=_0x4869d1(_0x3ebc7d),_0x4f8f9b=_0x4584d2(()=>Zt(_0x5a880e),[_0x5a880e]),_0x5bc9fd=_0x5a880e!==_0x57973c[_0x2792aa(0x17f)],_0x526b51=_0x295a63['t'](_0x4f8f9b[_0x2792aa(0x12b)]),_0x27f4e4=_0x4f8f9b['tooltipKey']?_0x295a63['t'](_0x4f8f9b[_0x2792aa(0x30d)]):_0x526b51,_0x2d532d=_0x565a7d(()=>{const _0x56c37c=_0x2792aa;_0x5bc9fd||_0x467ed5[_0x56c37c(0x274)]();},[_0x5bc9fd,_0x467ed5]),_0x2298ee=_0x565a7d(_0x496951=>{const _0x47f555=_0x2792aa;!_0x5bc9fd&&(_0x496951[_0x47f555(0xe2)]==='Enter'||_0x496951[_0x47f555(0xe2)]==='\x20')&&(_0x496951['preventDefault'](),_0x467ed5['reconnect']());},[_0x5bc9fd,_0x467ed5]),_0x469b43=_0x3f72a3('span',{'className':_0x1e4fa6(_0x2792aa(0x119),'univer-text-xl\x20univer-transition-colors\x20univer-duration-200',_0x4f8f9b[_0x2792aa(0x2c1)],{'univer-animate-spin':_0x4f8f9b[_0x2792aa(0x199)]===_0x2792aa(0x15e),'univer-animate-pulse':_0x4f8f9b[_0x2792aa(0x199)]===_0x2792aa(0x214)}),'aria-hidden':_0x2792aa(0x225),'children':_0x4f8f9b[_0x2792aa(0x2aa)]}),_0x467008=_0x3f72a3(_0x2792aa(0x102),{'className':_0x1e4fa6(_0x2792aa(0x119),_0x2792aa(0x330),_0x2792aa(0x155),_0x2792aa(0x2b9),_0x2792aa(0x2eb),{'univer-cursor-pointer\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700':_0x4f8f9b[_0x2792aa(0x286)],'univer-cursor-default':!_0x4f8f9b['clickable']}),'children':_0x469b43});return _0x4f8f9b['clickable']?_0x3f72a3(_0x4f2c4f,{'title':_0x27f4e4,'placement':_0x2792aa(0xfa),'children':_0x3f72a3('button',{'type':'button','onClick':_0x2d532d,'onKeyDown':_0x2298ee,'className':_0x1e4fa6(_0x2792aa(0x226),'univer-border-none\x20univer-bg-transparent',_0x2792aa(0x275),'univer-appearance-none'),'aria-label':_0x526b51+_0x2792aa(0x120)+_0x27f4e4,'role':_0x2792aa(0x1b8),'aria-live':_0x2792aa(0xdf),'aria-atomic':_0x2792aa(0x225),'children':_0x467008})}):_0x3f72a3(_0x4f2c4f,{'title':_0x27f4e4,'placement':_0x2792aa(0xfa),'children':_0x3f72a3(_0x2792aa(0x1ad),{'className':_0x1e4fa6(_0x2792aa(0x226),_0x2792aa(0x12c),'univer-m-0\x20univer-p-0'),'aria-label':_0x526b51,'role':_0x2792aa(0x1b8),'aria-live':'polite','aria-atomic':_0x2792aa(0x225),'children':_0x467008})});}function K(_0x1dd4a4){'@babel/helpers - typeof';const _0x4ba1a0=_0x2258;return K=typeof Symbol=='function'&&typeof Symbol[_0x4ba1a0(0x18a)]=='symbol'?function(_0x360a19){return typeof _0x360a19;}:function(_0x391ddb){const _0x4deb6f=_0x4ba1a0;return _0x391ddb&&typeof Symbol=='function'&&_0x391ddb[_0x4deb6f(0x2e1)]===Symbol&&_0x391ddb!==Symbol[_0x4deb6f(0x312)]?_0x4deb6f(0x32a):typeof _0x391ddb;},K(_0x1dd4a4);}function $t(_0x406372,_0x3c7588){const _0x336357=_0x2258;if(K(_0x406372)!=_0x336357(0x210)||!_0x406372)return _0x406372;var _0x119d2a=_0x406372[Symbol[_0x336357(0x270)]];if(_0x119d2a!==void 0x0){var _0x5aaa81=_0x119d2a[_0x336357(0x220)](_0x406372,_0x3c7588||_0x336357(0x24a));if(K(_0x5aaa81)!=_0x336357(0x210))return _0x5aaa81;throw TypeError(_0x336357(0x30e));}return(_0x3c7588===_0x336357(0x2c0)?String:Number)(_0x406372);}function en(_0x24e4b5){const _0x5eda5c=_0x2258;var _0x31e5d2=$t(_0x24e4b5,'string');return K(_0x31e5d2)==_0x5eda5c(0x32a)?_0x31e5d2:_0x31e5d2+'';}function q(_0x2f68cb,_0x1e99f4,_0x4b338f){const _0x14c7cd=_0x2258;return(_0x1e99f4=en(_0x1e99f4))in _0x2f68cb?Object[_0x14c7cd(0x27d)](_0x2f68cb,_0x1e99f4,{'value':_0x4b338f,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2f68cb[_0x1e99f4]=_0x4b338f,_0x2f68cb;}function J(_0x1ce549,_0x229ccb){return function(_0x47bbb5,_0x188a29){_0x229ccb(_0x47bbb5,_0x188a29,_0x1ce549);};}function Y(_0x28959b,_0x27e0cb,_0x2a5770,_0x5b9a8e){const _0x3b470a=_0x2258;var _0x1f7ed2=arguments['length'],_0x452788=_0x1f7ed2<0x3?_0x27e0cb:_0x5b9a8e===null?_0x5b9a8e=Object['getOwnPropertyDescriptor'](_0x27e0cb,_0x2a5770):_0x5b9a8e,_0x1ee20e;if(typeof Reflect==_0x3b470a(0x210)&&typeof Reflect[_0x3b470a(0x164)]=='function')_0x452788=Reflect[_0x3b470a(0x164)](_0x28959b,_0x27e0cb,_0x2a5770,_0x5b9a8e);else{for(var _0xbb5ac=_0x28959b[_0x3b470a(0x2bc)]-0x1;_0xbb5ac>=0x0;_0xbb5ac--)(_0x1ee20e=_0x28959b[_0xbb5ac])&&(_0x452788=(_0x1f7ed2<0x3?_0x1ee20e(_0x452788):_0x1f7ed2>0x3?_0x1ee20e(_0x27e0cb,_0x2a5770,_0x452788):_0x1ee20e(_0x27e0cb,_0x2a5770))||_0x452788);}return _0x1f7ed2>0x3&&_0x452788&&Object[_0x3b470a(0x27d)](_0x27e0cb,_0x2a5770,_0x452788),_0x452788;}let X=class extends _0x4f1642{constructor(_0x365b58,_0x59a179,_0x4b59d7,_0x414d38){const _0x5b6a41=_0x2258;super(),this[_0x5b6a41(0x31a)]=_0x365b58,this[_0x5b6a41(0xf6)]=_0x59a179,this['_collaborationController']=_0x4b59d7,this[_0x5b6a41(0x1ee)]=_0x414d38,q(this,_0x5b6a41(0x2b4),new _0x57044e(_0x57973c[_0x5b6a41(0x273)])),this[_0x5b6a41(0x1f0)](),this[_0x5b6a41(0x2d7)]();}['_initStatusListener'](){const _0x4667e8=_0x2258;this[_0x4667e8(0x2f1)](_0x570610(this[_0x4667e8(0x31a)]['focused$'],this[_0x4667e8(0x31a)]['getCurrentTypeOfUnit$'](_0x70929f[_0x4667e8(0x21b)]),this[_0x4667e8(0x31a)][_0x4667e8(0x1c3)](_0x70929f[_0x4667e8(0x2cb)]))[_0x4667e8(0x18b)](_0x5aaab3(()=>nn(this[_0x4667e8(0x31a)])),_0x121009(),_0xd99b03(_0x19d54f=>_0x19d54f?this[_0x4667e8(0x265)][_0x4667e8(0x1db)](_0x19d54f):_0x3a75a3(null)),_0xd99b03(_0x16b103=>_0x16b103?_0x16b103[_0x4667e8(0x1aa)]:_0x3a75a3(_0x57973c[_0x4667e8(0x273)])))['subscribe'](_0x1609b4=>{const _0x3aa97f=_0x4667e8;this[_0x3aa97f(0x2b4)]['next'](_0x1609b4);}));}['_initStatusComponent'](){const _0x53346b=_0x2258;this[_0x53346b(0x2f1)](this['_uiPartsService'][_0x53346b(0x150)](_0x1d0a1e['HEADER_MENU'],()=>_0x16ad62(an({'status$':this['_status$'][_0x53346b(0x31d)]()}),this['_injector'])));}};X=Y([J(0x0,_0x4aed1f),J(0x1,_0x2975e5(_0x2bf279)),J(0x2,_0x2975e5(_0x14ae00)),J(0x3,_0x5b1ee4)],X);let tn=class extends _0x4f1642{constructor(_0x34187f,_0x3c5e94,_0x94fc90,_0x9839aa){const _0x3ed0a0=_0x2258;super(),this[_0x3ed0a0(0x31a)]=_0x34187f,this[_0x3ed0a0(0xf6)]=_0x3c5e94,this[_0x3ed0a0(0x265)]=_0x94fc90,this[_0x3ed0a0(0x1ee)]=_0x9839aa,q(this,'_status$',new _0x57044e(_0x57973c[_0x3ed0a0(0x273)])),this[_0x3ed0a0(0x1f0)](),this[_0x3ed0a0(0x2d7)]();}[_0x4d7826(0x2d7)](){const _0xc4ff9f=_0x4d7826;this[_0xc4ff9f(0x2f1)](_0x570610(_0x3a75a3(null),this['_univerInstanceService']['getCurrentTypeOfUnit$'](_0x70929f[_0xc4ff9f(0x249)]))[_0xc4ff9f(0x18b)](_0x5aaab3(()=>rn(this['_univerInstanceService'])),_0x121009(),_0xd99b03(_0x1b7367=>_0x1b7367?this[_0xc4ff9f(0x265)][_0xc4ff9f(0x1db)](_0x1b7367):_0x3a75a3(null)),_0xd99b03(_0xbdc38=>_0xbdc38?_0xbdc38[_0xc4ff9f(0x1aa)]:_0x3a75a3(_0x57973c[_0xc4ff9f(0x273)])))['subscribe'](_0x2a99ba=>{const _0x36d058=_0xc4ff9f;this['_status$'][_0x36d058(0x2b2)](_0x2a99ba);}));}['_initStatusComponent'](){const _0x36bb3d=_0x4d7826;this[_0x36bb3d(0x2f1)](this[_0x36bb3d(0x1ee)][_0x36bb3d(0x150)](_0x307a96,()=>_0x16ad62(an({'status$':this[_0x36bb3d(0x2b4)]['asObservable']()}),this[_0x36bb3d(0xf6)])));}};tn=Y([J(0x0,_0x4aed1f),J(0x1,_0x2975e5(_0x2bf279)),J(0x2,_0x2975e5(_0x14ae00)),J(0x3,_0x5b1ee4)],tn);function nn(_0x5dfc37){const _0x1fa8ef=_0x4d7826;let _0x5be7ef=_0x5dfc37[_0x1fa8ef(0x1ce)](),_0x316c06=_0x5be7ef==null?void 0x0:_0x5be7ef[_0x1fa8ef(0x2a9)]();if(_0x316c06&&!_0x1310c0(_0x316c06))return _0x316c06;let _0x23dfa=_0x5dfc37[_0x1fa8ef(0x16d)](_0x70929f[_0x1fa8ef(0x21b)]),_0x3a9aee=_0x23dfa==null?void 0x0:_0x23dfa['getUnitId']();if(_0x3a9aee&&!_0x1310c0(_0x3a9aee))return _0x3a9aee;let _0x4f89dc=_0x5dfc37[_0x1fa8ef(0x16d)](_0x70929f[_0x1fa8ef(0x2cb)]);if(_0x4f89dc)return _0x4f89dc['getUnitId']();let _0x563af4=_0x5dfc37[_0x1fa8ef(0x21d)](_0x70929f[_0x1fa8ef(0x21b)])[_0x1fa8ef(0x160)](_0x33bd2f=>!_0x1310c0(_0x33bd2f[_0x1fa8ef(0x2a9)]()));return _0x563af4?_0x563af4[_0x1fa8ef(0x2a9)]():null;}function rn(_0x308aed){const _0x2fac14=_0x4d7826;var _0x94379a;let _0x45c957=_0x308aed['getCurrentUnitOfType'](_0x70929f[_0x2fac14(0x249)]);return(_0x94379a=_0x45c957==null?void 0x0:_0x45c957['getUnitId']())==null?null:_0x94379a;}function an(_0x1f40c6){let {status$:_0xd3409b}=_0x1f40c6;return function(){return _0x3f72a3(Qt,{'status$':_0xd3409b});};}var on='@univerjs-pro/collaboration-client-ui',sn='1.0.0-alpha.3';const cn={};let ln=class extends _0x2d058d{constructor(_0x43abad,_0x506bc2){const _0x21c1f3=_0x4d7826;super(),this['_docClipboardService']=_0x43abad,this[_0x21c1f3(0x154)]=_0x506bc2,this[_0x21c1f3(0x256)]();}[_0x4d7826(0x256)](){const _0x368481=_0x4d7826;let _0x8f589e=this;this[_0x368481(0x2f1)](this['_docClipboardService']['addClipboardHook']({'onBeforePasteImage':async _0x7a480b=>{const _0x5a57ed=_0x368481;let _0x3ab29d=await _0x8f589e[_0x5a57ed(0x154)][_0x5a57ed(0x2e2)](_0x7a480b);return _0x3ab29d?{'source':_0x3ab29d[_0x5a57ed(0x162)],'imageSourceType':_0x3ab29d['imageSourceType']}:null;}}));}};ln=Y([J(0x0,_0x444071),J(0x1,_0x21522e)],ln);function un(_0x475c70,_0x4c807d){const _0x48d4ab=_0x4d7826;_0x475c70[_0x48d4ab(0xe6)](),_0x475c70[_0x48d4ab(0x2cc)]='bold\x2013px\x20Arial,\x20sans-serif';let _0x24a38a=_0x475c70['measureText'](_0x4c807d)[_0x48d4ab(0x27c)];return _0x475c70[_0x48d4ab(0x267)](),Math['min'](_0x24a38a+0x8,0xc8);}function dn(_0x4297c3,_0x188957){const _0x4f559b=_0x4d7826;var _0x5b64d9,_0x17d377,_0x594d1d;let {radius:_0x50aec6,width:_0x3ec6c6,height:_0x1fa2b6}=_0x188957;_0x50aec6=(_0x5b64d9=_0x50aec6)==null?0x0:_0x5b64d9,_0x3ec6c6=(_0x17d377=_0x3ec6c6)==null?0x1e:_0x17d377,_0x1fa2b6=(_0x594d1d=_0x1fa2b6)==null?0x1e:_0x594d1d;let _0x4ca872=0x0,_0x3a4d91=0x0,_0x261858=0x0;_0x4ca872=_0x3a4d91=_0x261858=Math[_0x4f559b(0x328)](_0x50aec6,_0x3ec6c6/0x2,_0x1fa2b6/0x2),_0x4297c3[_0x4f559b(0x22c)](),_0x4297c3[_0x4f559b(0x2c4)](_0x4ca872,0x0),_0x4297c3[_0x4f559b(0x2bb)](_0x3ec6c6-_0x3a4d91,0x0),_0x4297c3[_0x4f559b(0x266)](_0x3ec6c6-_0x3a4d91,_0x3a4d91,_0x3a4d91,Math['PI']*0x3/0x2,0x0,!0x1),_0x4297c3['lineTo'](_0x3ec6c6,_0x1fa2b6-_0x261858),_0x4297c3['arc'](_0x3ec6c6-_0x261858,_0x1fa2b6-_0x261858,_0x261858,0x0,Math['PI']/0x2,!0x1),_0x4297c3[_0x4f559b(0x2bb)](0x0,_0x1fa2b6),_0x4297c3[_0x4f559b(0x2bb)](0x0,_0x4ca872),_0x4297c3[_0x4f559b(0x266)](_0x4ca872,_0x4ca872,_0x4ca872,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x4297c3[_0x4f559b(0x1dd)](),_0x188957['fill']&&(_0x4297c3[_0x4f559b(0xe6)](),_0x4297c3[_0x4f559b(0x219)]=_0x188957['fill'],_0x188957[_0x4f559b(0xf2)]===_0x4f559b(0x19d)?_0x4297c3['fill']('evenodd'):_0x4297c3[_0x4f559b(0x2ed)](),_0x4297c3[_0x4f559b(0x267)]());}var fn=class e extends _0x519620{constructor(_0x339ef3,_0x22c1e9){const _0x289924=_0x4d7826;super(_0x339ef3,_0x22c1e9),q(this,_0x289924(0x20b),void 0x0),q(this,_0x289924(0x301),void 0x0),this['color']=_0x22c1e9==null?void 0x0:_0x22c1e9[_0x289924(0x20b)],this['text']=_0x22c1e9==null?void 0x0:_0x22c1e9[_0x289924(0x301)];}static[_0x4d7826(0x116)](_0x52baa7,_0x41ced8){const _0x104ea2=_0x4d7826;let {text:_0xd35de6,color:_0x4946b}=_0x41ced8;_0x52baa7[_0x104ea2(0xe6)](),_0x52baa7[_0x104ea2(0x2cc)]=_0x104ea2(0x1bb);let _0x2fe716=_0x52baa7[_0x104ea2(0x1b3)](_0xd35de6)[_0x104ea2(0x27c)];if(dn(_0x52baa7,{'height':0x14,'radius':0x4,'width':un(_0x52baa7,_0xd35de6),'fill':_0x4946b,'evented':!0x1}),_0x52baa7[_0x104ea2(0x219)]=_0x104ea2(0x13b),_0x2fe716>0xc0){let _0xea0d5f='',_0x461a39=0x0;for(let _0x2d9204 of _0xd35de6){let _0x5408f3=_0x52baa7[_0x104ea2(0x1b3)](_0x2d9204)[_0x104ea2(0x27c)];if(_0x461a39+_0x5408f3<=0xc0-_0x52baa7[_0x104ea2(0x1b3)](_0x104ea2(0x125))[_0x104ea2(0x27c)])_0xea0d5f+=_0x2d9204,_0x461a39+=_0x5408f3;else{_0xea0d5f+=_0x104ea2(0x125);break;}}_0x52baa7[_0x104ea2(0x115)](_0xea0d5f,0x4,0xf);}else _0x52baa7[_0x104ea2(0x115)](_0xd35de6,0x4,0xf);_0x52baa7[_0x104ea2(0x267)]();}[_0x4d7826(0x2db)](_0xc1a7ef){const _0x5b3241=_0x4d7826;e[_0x5b3241(0x116)](_0xc1a7ef,this);}};const pn=0x138a;var mn=class extends _0x519620{constructor(_0x134959,_0x2832e8){const _0x4cea70=_0x4d7826;super(_0x134959,{..._0x2832e8,'evented':!0x1}),q(this,'_color','#4f46e5'),q(this,_0x4cea70(0x13e),''),q(this,'_showText',!0x0),_0x2832e8&&this[_0x4cea70(0x2a4)](_0x2832e8);}[_0x4d7826(0x2a4)](_0xfde545){const _0x56815b=_0x4d7826;var _0x1e90d9,_0x233d47,_0x2adecb,_0x419699,_0x20b5bb,_0x48982e,_0x119863,_0x22fc18;this[_0x56815b(0x182)]=(_0x1e90d9=_0xfde545[_0x56815b(0x20b)])==null?this[_0x56815b(0x182)]:_0x1e90d9,this[_0x56815b(0x13e)]=(_0x233d47=_0xfde545[_0x56815b(0x242)])==null?this[_0x56815b(0x13e)]:_0x233d47,this['_showText']=(_0x2adecb=_0xfde545[_0x56815b(0x2f9)])==null?this['_showText']:_0x2adecb,this[_0x56815b(0x2c3)]=!0x1,this['transformByState']({'left':(_0x419699=_0xfde545[_0x56815b(0x126)])==null?this[_0x56815b(0x126)]:_0x419699,'top':(_0x20b5bb=_0xfde545[_0x56815b(0x218)])==null?this[_0x56815b(0x218)]:_0x20b5bb,'width':(_0x48982e=_0xfde545[_0x56815b(0x27c)])==null?this['width']:_0x48982e,'height':(_0x119863=_0xfde545[_0x56815b(0x208)])==null?this[_0x56815b(0x208)]:_0x119863,'angle':(_0x22fc18=_0xfde545[_0x56815b(0x25b)])==null?this[_0x56815b(0x25b)]:_0x22fc18});}[_0x4d7826(0x2db)](_0x479abc){const _0x2439c1=_0x4d7826;_0x479abc['save'](),_0x479abc['strokeStyle']=this[_0x2439c1(0x182)],_0x479abc[_0x2439c1(0x215)]=this['strokeWidth']||1.5,_0x479abc[_0x2439c1(0x231)]([0x6,0x4]),_0x479abc[_0x2439c1(0x121)](0x0,0x0,this[_0x2439c1(0x27c)],this[_0x2439c1(0x208)]),_0x479abc[_0x2439c1(0x267)](),this['_showText']&&(_0x479abc['save'](),_0x479abc[_0x2439c1(0x2f0)](0x1,0x0,0x0,0x1,this[_0x2439c1(0x27c)],-0x14),fn[_0x2439c1(0x116)](_0x479abc,{'text':this[_0x2439c1(0x13e)],'color':this[_0x2439c1(0x182)]}),_0x479abc[_0x2439c1(0x267)]());}};const hn=['purple.300',_0x4d7826(0x302),_0x4d7826(0x2a0),_0x4d7826(0x173),_0x4d7826(0x26e),'yellow.400'];var Z=class extends _0x4f1642{constructor(..._0x1525ce){const _0x2c0b22=_0x4d7826;super(..._0x1525ce),q(this,_0x2c0b22(0x238),new Map()),q(this,_0x2c0b22(0x235),0x0);}['assignAColorForMemberID'](_0x541f36){const _0x47af2d=_0x4d7826;if(this[_0x47af2d(0x238)]['has'](_0x541f36))return this[_0x47af2d(0x238)][_0x47af2d(0x17a)](_0x541f36);let _0x4d3839=hn[this[_0x47af2d(0x235)]];return this['_colorIndex']=(this[_0x47af2d(0x235)]+0x1)%hn['length'],this[_0x47af2d(0x238)][_0x47af2d(0x209)](_0x541f36,_0x4d3839),_0x4d3839;}};function gn(_0x2abf0a){const _0xde3287=_0x4d7826;let _0x25f576;try{_0x25f576=JSON[_0xde3287(0x1d0)](_0x2abf0a);}catch{return null;}if(typeof _0x25f576!='object'||!_0x25f576)return null;let _0x201f40=_0x25f576;if(_0x201f40[_0xde3287(0x2cf)]!=='board-element-selection'||typeof _0x201f40[_0xde3287(0x245)]!=_0xde3287(0x2c0)||typeof _0x201f40[_0xde3287(0x28d)]!=_0xde3287(0x2c0))return null;let _0x4bd8ea=Array[_0xde3287(0x29f)](_0x201f40[_0xde3287(0x24d)])?_0x201f40[_0xde3287(0x24d)][_0xde3287(0x2e3)](_0x338698=>typeof _0x338698==_0xde3287(0x2c0)):[],_0x14dfe7=typeof _0x201f40[_0xde3287(0x2fe)]=='string'?_0x201f40[_0xde3287(0x2fe)]:null;return{'kind':'board-element-selection','unitId':_0x201f40[_0xde3287(0x245)],'subUnitId':_0x201f40['subUnitId'],'selectedIds':_0x4bd8ea,'focusedId':_0x14dfe7};}let _n=class extends _0x2d058d{get[_0x4d7826(0x294)](){const _0x557d7f=_0x4d7826;return this[_0x557d7f(0x27e)][_0x557d7f(0x118)]();}get[_0x4d7826(0x1cf)](){const _0x5af580=_0x4d7826;return this['_roomMembers$'][_0x5af580(0x118)]();}constructor(_0x4bfdc4,_0x54d790,_0x256416,_0x6524e,_0x569ea8){const _0x3f4684=_0x4d7826;super(),this[_0x3f4684(0x232)]=_0x4bfdc4,this[_0x3f4684(0x2ca)]=_0x54d790,this['_colorAssignService']=_0x256416,this[_0x3f4684(0x114)]=_0x6524e,this[_0x3f4684(0x200)]=_0x569ea8,q(this,'_online',!0x1),q(this,_0x3f4684(0x256),!0x1),q(this,'_cursorInfo$',new _0x57044e(new Map())),q(this,'cursorInfo$',this[_0x3f4684(0x27e)]['asObservable']()),q(this,_0x3f4684(0x19a),new _0x57044e([])),q(this,_0x3f4684(0x292),this[_0x3f4684(0x19a)]['pipe'](_0x3093d8(0x12c))),q(this,_0x3f4684(0x21e),_0x3016da(_0x410da0=>{const _0x2fec63=_0x3f4684;let _0x524d16=_0x410da0[_0x2fec63(0x190)];if(!_0x524d16||_0x524d16[_0x2fec63(0x245)]!==this[_0x2fec63(0x232)])return;let _0x5a11f7={'kind':_0x2fec63(0x29b),'unitId':_0x524d16['unitId'],'subUnitId':_0x524d16[_0x2fec63(0x28d)],'selectedIds':_0x410da0[_0x2fec63(0x24d)]['filter'](_0x471bc9=>typeof _0x471bc9==_0x2fec63(0x2c0)),'focusedId':_0x410da0[_0x2fec63(0x2fe)]},_0x36c846={'eventID':_0x1428bf[_0x2fec63(0x1fb)],'data':{'unitID':this[_0x2fec63(0x232)],'memberID':this[_0x2fec63(0x2ca)]['getMemberID'](),'selection':JSON[_0x2fec63(0x326)](_0x5a11f7)}};this[_0x2fec63(0x2ca)][_0x2fec63(0x2b0)](_0x36c846,this[_0x2fec63(0x232)]);},0x64));}[_0x4d7826(0x315)](){const _0x58eace=_0x4d7826;super[_0x58eace(0x315)](),this[_0x58eace(0x27e)][_0x58eace(0x2b2)](new Map()),this['_cursorInfo$'][_0x58eace(0x223)](),this[_0x58eace(0x19a)][_0x58eace(0x2b2)]([]),this[_0x58eace(0x19a)][_0x58eace(0x223)]();}[_0x4d7826(0x26c)](){const _0x4e1dc9=_0x4d7826;this[_0x4e1dc9(0x256)]||(this[_0x4e1dc9(0x256)]=!0x0,this[_0x4e1dc9(0x2ca)]['sessionStatus$'][_0x4e1dc9(0x18b)](_0x59e49a(this[_0x4e1dc9(0x188)]))[_0x4e1dc9(0x2e4)](_0x2a22b2=>{const _0x4ddd82=_0x4e1dc9;_0x2a22b2===_0x72de37[_0x4ddd82(0x27f)]?this[_0x4ddd82(0x284)]():this['_toggleOffline']();}),this[_0x4e1dc9(0x2ca)][_0x4e1dc9(0xe4)][_0x4e1dc9(0x18b)](_0x59e49a(this[_0x4e1dc9(0x188)]))[_0x4e1dc9(0x2e4)](_0x201a9f=>{const _0xa13d6c=_0x4e1dc9;let _0x2455e9=_0x201a9f[_0xa13d6c(0x1cd)];_0x2455e9===_0x1428bf[_0xa13d6c(0x1fb)]&&this[_0xa13d6c(0x217)](_0x201a9f),_0x2455e9===_0x1428bf[_0xa13d6c(0xfc)]&&this['_onCursorDelete'](_0x201a9f);}),this['_boardElementStateService'][_0x4e1dc9(0x325)][_0x4e1dc9(0x18b)](_0x59e49a(this[_0x4e1dc9(0x188)]))[_0x4e1dc9(0x2e4)](_0xfa35f5=>{const _0x33a329=_0x4e1dc9;this['_online']&&this[_0x33a329(0x21e)](_0xfa35f5);}));}[_0x4d7826(0x217)](_0x13557c){const _0x36ae05=_0x4d7826;var _0x24b612,_0x5c706d,_0x548311,_0x438379;let {memberID:_0x3e2fc8,selection:_0x46588b}=_0x13557c[_0x36ae05(0x2f8)];if(_0x3e2fc8===((_0x24b612=(_0x5c706d=this[_0x36ae05(0x2ca)])[_0x36ae05(0x2fb)])==null?void 0x0:_0x24b612['call'](_0x5c706d)))return;let _0x50caa9=gn(_0x46588b);if(!_0x50caa9||_0x50caa9[_0x36ae05(0x245)]!==this['unitID'])return;let _0x531d55=(_0x548311=(_0x438379=this[_0x36ae05(0x114)][_0x36ae05(0x23b)](this['unitID'],_0x3e2fc8))==null?void 0x0:_0x438379[_0x36ae05(0x242)])==null?'Unknown\x20user':_0x548311,_0x3ea689={'color':this[_0x36ae05(0x2e5)][_0x36ae05(0x1b7)](_0x3e2fc8),'name':_0x531d55,'unitId':_0x50caa9['unitId'],'subUnitId':_0x50caa9[_0x36ae05(0x28d)],'selectedIds':_0x50caa9[_0x36ae05(0x24d)],'focusedId':_0x50caa9[_0x36ae05(0x2fe)],'selection':_0x46588b},_0xb25dbc=new Map(this[_0x36ae05(0x294)]);_0xb25dbc['set'](_0x3e2fc8,_0x3ea689),this[_0x36ae05(0x27e)][_0x36ae05(0x2b2)](_0xb25dbc);}['_onCursorDelete'](_0x4a3146){const _0x405244=_0x4d7826;let {memberID:_0x34f80d}=_0x4a3146['data'],_0x483a8b=new Map(this[_0x405244(0x294)]);_0x483a8b[_0x405244(0x111)](_0x34f80d),this[_0x405244(0x27e)][_0x405244(0x2b2)](_0x483a8b);}[_0x4d7826(0x284)](){const _0x1367b8=_0x4d7826;this[_0x1367b8(0x1d1)]=!0x0,this['_updateLocalCursor'](this[_0x1367b8(0x200)][_0x1367b8(0x281)]());}[_0x4d7826(0x2ef)](){const _0x50a16f=_0x4d7826;this[_0x50a16f(0x1d1)]=!0x1;}};_n=Y([J(0x2,_0x2975e5(Z)),J(0x3,_0x2975e5(_0x191cdf)),J(0x4,_0x2975e5(_0x2ad330))],_n);function vn(_0x3df229){const _0x1d2795=_0x4d7826;let _0x41ff70='';for(let _0x536d53 of _0x3df229){let {startOffset:_0x59d1c5,endOffset:_0x3b22c6,isActive:_0x444dd6,rangeType:_0x3f8c74,segmentId:_0x20026d,segmentPage:_0x55cc7e}=_0x536d53;_0x41ff70[_0x1d2795(0x2bc)]&&(_0x41ff70+=','),_0x41ff70+=_0x59d1c5+':'+_0x3b22c6+':'+(_0x444dd6?'1':'0')+':'+_0x3f8c74+':'+_0x20026d+':'+_0x55cc7e;}return _0x41ff70;}function yn(_0x11289f){const _0x3bcaf6=_0x4d7826;let _0x51a7b3=_0x11289f['split'](','),_0x5ec0b7=[];for(let _0x2e09fb of _0x51a7b3){let [_0x2f001f,_0x12b95f,_0x11a541,_0x4311d8,_0x7e474,_0x7506c7]=_0x2e09fb[_0x3bcaf6(0x20c)](':');_0x5ec0b7[_0x3bcaf6(0x141)]({'startOffset':Number(_0x2f001f),'endOffset':Number(_0x12b95f),'collapsed':_0x2f001f===_0x12b95f,'isActive':_0x11a541==='1','rangeType':_0x4311d8===_0x4d59fd['TEXT']?_0x4d59fd[_0x3bcaf6(0x25c)]:_0x4d59fd['RECT'],'segmentId':typeof _0x7e474=='string'?String(_0x7e474):'','segmentPage':Number(_0x7506c7==null?-0x1:_0x7506c7)});}return _0x5ec0b7[_0x3bcaf6(0x2d4)](_0x3d9550=>_0x3d9550[_0x3bcaf6(0x1b9)])||(_0x5ec0b7[0x0]['isActive']=!0x0),_0x5ec0b7;}var bn=class extends _0x2d058d{constructor(..._0x44afdb){const _0x18af1d=_0x4d7826;super(..._0x44afdb),q(this,_0x18af1d(0x19e),new _0x57044e(null)),q(this,'collabCursorState$',this[_0x18af1d(0x19e)][_0x18af1d(0x31d)]());}[_0x4d7826(0x29e)](_0x193a61){const _0x28638b=_0x4d7826;let {unitID:_0x4a4690,memberID:_0x335cf7,textRanges:_0x596e70}=_0x193a61,_0x3a1c60=vn(_0x596e70);if(_0x3a1c60==='')return;let _0x403595={'unitID':_0x4a4690,'memberID':_0x335cf7,'selection':_0x3a1c60};this[_0x28638b(0x19e)][_0x28638b(0x2b2)](_0x403595);}};let xn=class extends _0x2d058d{get[_0x4d7826(0x294)](){const _0x156b2b=_0x4d7826;return this[_0x156b2b(0x27e)][_0x156b2b(0x118)]();}get[_0x4d7826(0x1cf)](){return this['_roomMembers$']['getValue']();}constructor(_0x4cc256,_0xbdfd2b,_0x347710,_0x48bd33,_0x13efc6,_0x21e2ba,_0x239aee,_0x5b3ce0,_0x52430c){const _0x49bdd8=_0x4d7826;super(),this['unitID']=_0x4cc256,this['_session']=_0xbdfd2b,this[_0x49bdd8(0xf6)]=_0x347710,this[_0x49bdd8(0x2e5)]=_0x48bd33,this[_0x49bdd8(0x114)]=_0x13efc6,this[_0x49bdd8(0x224)]=_0x21e2ba,this[_0x49bdd8(0x241)]=_0x239aee,this[_0x49bdd8(0x31a)]=_0x5b3ce0,this[_0x49bdd8(0x310)]=_0x52430c,q(this,_0x49bdd8(0x1d1),!0x1),q(this,_0x49bdd8(0x256),!0x1),q(this,'_cursorInfo$',new _0x57044e(new Map())),q(this,_0x49bdd8(0xe3),this['_cursorInfo$']['asObservable']()),q(this,_0x49bdd8(0x19a),new _0x57044e([])),q(this,_0x49bdd8(0x292),this[_0x49bdd8(0x19a)][_0x49bdd8(0x18b)](_0x3093d8(0x12c))),q(this,'_updateLocalCursor',_0x3016da(_0x1d3407=>{const _0x2fdf18=_0x49bdd8;let _0x3aab7e={'eventID':_0x1428bf[_0x2fdf18(0x1fb)],'data':{'unitID':this['unitID'],'memberID':this[_0x2fdf18(0x2ca)][_0x2fdf18(0x2fb)](),'selection':vn(_0x1d3407)}};this[_0x2fdf18(0x2ca)][_0x2fdf18(0x2b0)](_0x3aab7e,this[_0x2fdf18(0x232)]);},0x64));}[_0x4d7826(0x315)](){const _0x2423df=_0x4d7826;super[_0x2423df(0x315)](),this[_0x2423df(0x27e)]['next'](new Map()),this['_cursorInfo$'][_0x2423df(0x223)](),this[_0x2423df(0x19a)]['next']([]),this[_0x2423df(0x19a)][_0x2423df(0x223)]();}[_0x4d7826(0x26c)](){const _0x2ed9b4=_0x4d7826;this[_0x2ed9b4(0x256)]||(this[_0x2ed9b4(0x256)]=!0x0,this[_0x2ed9b4(0x2ca)][_0x2ed9b4(0x24f)][_0x2ed9b4(0x18b)](_0x59e49a(this['dispose$']))[_0x2ed9b4(0x2e4)](_0x4e4706=>{const _0x30e4ee=_0x2ed9b4;_0x4e4706===_0x72de37['ONLINE']?this[_0x30e4ee(0x284)]():this[_0x30e4ee(0x2ef)]();}),this[_0x2ed9b4(0x2ca)][_0x2ed9b4(0xe4)][_0x2ed9b4(0x18b)](_0x59e49a(this['dispose$']))[_0x2ed9b4(0x2e4)](_0x3d29ce=>{const _0x4e5fe9=_0x2ed9b4;let _0xecd98f=_0x3d29ce[_0x4e5fe9(0x1cd)];_0xecd98f===_0x1428bf[_0x4e5fe9(0x1fb)]&&this[_0x4e5fe9(0x217)](_0x3d29ce),_0xecd98f===_0x1428bf['USERS_LEAVE']&&this[_0x4e5fe9(0x12f)](_0x3d29ce);}),this[_0x2ed9b4(0x2f1)](this[_0x2ed9b4(0x310)][_0x2ed9b4(0x272)](_0x73bf95=>{const _0x2e7c64=_0x2ed9b4;let _0x10d9e3=_0x73bf95[_0x2e7c64(0x2b7)];_0x10d9e3!=null&&this['_online']&&_0x73bf95['id']===_0x2da9df['id']&&_0x10d9e3[_0x2e7c64(0x245)]===this[_0x2e7c64(0x232)]&&_0x10d9e3[_0x2e7c64(0x1c1)]===!0x1&&_0x10d9e3[_0x2e7c64(0x230)][_0x2e7c64(0x2bc)]>0x0&&this[_0x2e7c64(0x21e)](_0x10d9e3[_0x2e7c64(0x230)]);})),this[_0x2ed9b4(0x224)][_0x2ed9b4(0x239)]['pipe'](_0x59e49a(this[_0x2ed9b4(0x188)]))[_0x2ed9b4(0x2e4)](_0x54441a=>{const _0x592d73=_0x2ed9b4;if((_0x54441a==null?void 0x0:_0x54441a[_0x592d73(0x232)])!==this[_0x592d73(0x232)])return;let _0x91034c={'eventID':_0x1428bf[_0x592d73(0x1fb)],'data':_0x54441a};this[_0x592d73(0x217)](_0x91034c);}),this['disposeWithMe'](this['_commandService'][_0x2ed9b4(0x272)](_0x1ca76a=>{const _0x283b8d=_0x2ed9b4;if(_0x1ca76a[_0x283b8d(0x2b7)]==null)return;let _0x585909=_0x1ca76a[_0x283b8d(0x2b7)];if(_0x1ca76a['id']!==_0x3cb8b1['id']||_0x585909['unitId']!==this[_0x283b8d(0x232)])return;let _0x2e1413={'id':_0x283b8d(0x1ea),'params':_0x585909},_0x4cb330=this['cursorInfo'];for(let [_0x533e17,_0x38870c]of _0x4cb330){let _0x5b2f92={'id':_0x283b8d(0x1ea),'params':{'unitId':this[_0x283b8d(0x232)],'actions':null,'textRanges':_0x38870c[_0x283b8d(0x230)]}},_0xd6da30=this[_0x283b8d(0x241)][_0x283b8d(0x32e)](_0x2e1413,_0x5b2f92,!0x1);if(_0x25931a(_0xd6da30))throw _0xd6da30[_0x283b8d(0x1c6)];_0x4cb330[_0x283b8d(0x209)](_0x533e17,{..._0x38870c,'ranges':_0xd6da30['m2Prime'][_0x283b8d(0x2b7)][_0x283b8d(0x1ff)]});}queueMicrotask(()=>{const _0x333cdb=_0x283b8d;this[_0x333cdb(0x27e)][_0x333cdb(0x2b2)](_0x4cb330);});})));}[_0x4d7826(0x217)](_0x5a6d6f){const _0x17111b=_0x4d7826;var _0x4a1601,_0x302862;let {memberID:_0x56cf06,selection:_0x707b2a}=_0x5a6d6f[_0x17111b(0x2f8)],_0x3d2a4c=yn(_0x707b2a),_0x5ed0a6=(_0x4a1601=(_0x302862=this[_0x17111b(0x114)][_0x17111b(0x23b)](this['unitID'],_0x56cf06))==null?void 0x0:_0x302862[_0x17111b(0x242)])==null?'Unknown\x20user':_0x4a1601,_0x36e31d={'color':this[_0x17111b(0x2e5)]['assignAColorForMemberID'](_0x56cf06),'name':_0x5ed0a6,'ranges':_0x3d2a4c},_0x16065c=this[_0x17111b(0x294)];_0x16065c[_0x17111b(0x209)](_0x56cf06,_0x36e31d),this[_0x17111b(0x27e)]['next'](_0x16065c);}[_0x4d7826(0x12f)](_0xc544ba){const _0x5657ed=_0x4d7826;let {memberID:_0x1d1c33}=_0xc544ba['data'],_0x2be27b=this['cursorInfo'];_0x2be27b[_0x5657ed(0x111)](_0x1d1c33),this[_0x5657ed(0x27e)][_0x5657ed(0x2b2)](_0x2be27b);}['_toggleOnline'](){const _0x2e3274=_0x4d7826;var _0x344350;if(this['_online']=!0x0,((_0x344350=this[_0x2e3274(0x31a)]['getFocusedUnit']())==null?void 0x0:_0x344350[_0x2e3274(0x2a9)]())!==this[_0x2e3274(0x232)])return;let _0x24395f=this['_injector'][_0x2e3274(0x17a)](_0x4086a9)[_0x2e3274(0x17c)]();Array[_0x2e3274(0x29f)](_0x24395f)&&_0x24395f[_0x2e3274(0x2bc)]>0x0&&this[_0x2e3274(0x21e)](_0x24395f);}[_0x4d7826(0x2ef)](){const _0x3a2d76=_0x4d7826;this[_0x3a2d76(0x1d1)]=!0x1;}};xn=Y([J(0x2,_0x2975e5(_0x2bf279)),J(0x3,_0x2975e5(Z)),J(0x4,_0x2975e5(_0x191cdf)),J(0x5,_0x2975e5(bn)),J(0x6,_0x796fe5),J(0x7,_0x4aed1f),J(0x8,_0x5160b7)],xn);const Sn=()=>{let _0x3b59a8=[],_0x4d3ffe=!0x1;return _0xb6ecfa=>{const _0x2326ff=_0x2258;_0x3b59a8[_0x2326ff(0x141)](_0xb6ecfa),_0x4d3ffe||(_0x4d3ffe=!0x0,setTimeout(()=>{_0x3b59a8['forEach'](_0xfbfebc=>_0xfbfebc()),_0x3b59a8=[],_0x4d3ffe=!0x1;}));};};let Cn=class extends _0x2d058d{get[_0x4d7826(0x294)](){const _0x86c38=_0x4d7826;return this[_0x86c38(0x27e)][_0x86c38(0x118)]();}get['roomMembers'](){const _0x46c06e=_0x4d7826;return this[_0x46c06e(0x19a)][_0x46c06e(0x118)]();}constructor(_0x506a90,_0x21fca2,_0xdfa2fc,_0x51f4be,_0xaad2be,_0x43172b,_0x2cd2b8,_0x59a9e4){const _0x1c0460=_0x4d7826;super(),this[_0x1c0460(0x232)]=_0x506a90,this['_session']=_0x21fca2,this['_injector']=_0xdfa2fc,this['_colorAssignService']=_0x51f4be,this['_memberService']=_0xaad2be,this[_0x1c0460(0x31a)]=_0x43172b,this[_0x1c0460(0x310)]=_0x2cd2b8,this[_0x1c0460(0x2b5)]=_0x59a9e4,q(this,_0x1c0460(0x1d1),!0x1),q(this,_0x1c0460(0x256),!0x1),q(this,_0x1c0460(0x27e),new _0x57044e(new Map())),q(this,'cursorInfo$',this[_0x1c0460(0x27e)][_0x1c0460(0x31d)]()),q(this,_0x1c0460(0x19a),new _0x57044e([])),q(this,_0x1c0460(0x292),this[_0x1c0460(0x19a)]['pipe'](_0x3093d8(0x12c))),q(this,_0x1c0460(0x21e),_0x3016da((_0x5015e7,_0x4aa7ae)=>{const _0x39fac9=_0x1c0460;let _0x1a07fe={'eventID':_0x1428bf['UPDATE_CURSOR'],'data':{'unitID':this['unitID'],'memberID':this[_0x39fac9(0x2ca)][_0x39fac9(0x2fb)](),'selection':_0x38bdd0(_0x5015e7,_0x4aa7ae['range'])}};this[_0x39fac9(0x2ca)][_0x39fac9(0x2b0)](_0x1a07fe,this[_0x39fac9(0x232)]);},0x64));}['dispose'](){const _0x484c76=_0x4d7826;super[_0x484c76(0x315)](),this['_cursorInfo$'][_0x484c76(0x2b2)](new Map()),this['_cursorInfo$'][_0x484c76(0x223)](),this[_0x484c76(0x19a)][_0x484c76(0x2b2)]([]),this['_roomMembers$'][_0x484c76(0x223)]();}['init'](){const _0x56c82a=_0x4d7826;this[_0x56c82a(0x256)]||(this[_0x56c82a(0x256)]=!0x0,this['_session'][_0x56c82a(0x24f)][_0x56c82a(0x18b)](_0x59e49a(this[_0x56c82a(0x188)]))[_0x56c82a(0x2e4)](_0x438a49=>{const _0x2cc6cf=_0x56c82a;_0x438a49===_0x72de37[_0x2cc6cf(0x27f)]?this[_0x2cc6cf(0x284)]():this['_toggleOffline']();}),this[_0x56c82a(0x2ca)][_0x56c82a(0xe4)][_0x56c82a(0x18b)](_0x59e49a(this[_0x56c82a(0x188)]))['subscribe'](_0x3ec11f=>{const _0x4b8e9d=_0x56c82a;let _0x309453=_0x3ec11f['eventID'];_0x309453===_0x1428bf['UPDATE_CURSOR']&&this[_0x4b8e9d(0x217)](_0x3ec11f),_0x309453===_0x1428bf['USERS_LEAVE']&&this[_0x4b8e9d(0x12f)](_0x3ec11f);}),this[_0x56c82a(0x2b6)](),this[_0x56c82a(0x2f1)](this[_0x56c82a(0x310)][_0x56c82a(0x272)](_0x372646=>{const _0x58bfe4=_0x56c82a;if(this[_0x58bfe4(0x1d1)]&&_0x372646['id']===_0x4a73e4['id']&&_0x372646[_0x58bfe4(0x2b7)][_0x58bfe4(0x245)]===this[_0x58bfe4(0x232)]){let _0x2ffce5=_0x372646[_0x58bfe4(0x2b7)];this[_0x58bfe4(0x21e)](_0x2ffce5['subUnitId'],_0x2ffce5[_0x58bfe4(0x10c)][0x0]);}})));}[_0x4d7826(0x217)](_0x400c15){const _0x3d35ee=_0x4d7826;var _0x2aacbf,_0x55d6f2;let {memberID:_0x48760c,selection:_0x17c2f0}=_0x400c15[_0x3d35ee(0x2f8)],{sheetName:_0x277202,range:_0x15c7ec}=_0x45bc1b(_0x17c2f0),_0x3bffab={'name':(_0x2aacbf=(_0x55d6f2=this[_0x3d35ee(0x114)]['getMember'](this[_0x3d35ee(0x232)],_0x48760c))==null?void 0x0:_0x55d6f2['name'])==null?_0x3d35ee(0x156):_0x2aacbf,'range':this[_0x3d35ee(0x128)](_0x277202,_0x15c7ec),'sheetID':_0x277202,'color':this[_0x3d35ee(0x2e5)][_0x3d35ee(0x1b7)](_0x48760c),'selection':_0x17c2f0},_0x4247bc=this[_0x3d35ee(0x294)];_0x4247bc[_0x3d35ee(0x209)](_0x48760c,_0x3bffab),this[_0x3d35ee(0x27e)][_0x3d35ee(0x2b2)](_0x4247bc);}[_0x4d7826(0x12f)](_0x183800){const _0x369643=_0x4d7826;let {memberID:_0x597cba}=_0x183800['data'],_0x55b988=this[_0x369643(0x294)];_0x55b988[_0x369643(0x111)](_0x597cba),this[_0x369643(0x27e)][_0x369643(0x2b2)](_0x55b988);}[_0x4d7826(0x128)](_0x476d3b,_0x2f7c9d){const _0x87415b=_0x4d7826;var _0x2a90af;let _0x19a8ca=(_0x2a90af=this[_0x87415b(0x31a)][_0x87415b(0x2e8)](this[_0x87415b(0x232)]))==null||(_0x2a90af=_0x2a90af[_0x87415b(0x2df)](_0x476d3b))==null?void 0x0:_0x2a90af['getMergeData']();return(_0x19a8ca==null?void 0x0:_0x19a8ca['find'](_0x68863f=>_0x565e74[_0x87415b(0x2ff)](_0x68863f,_0x2f7c9d)))||_0x2f7c9d;}[_0x4d7826(0x2b6)](){const _0xbc80d1=_0x4d7826;let _0x1ccb77=new _0x304b28(),_0x237a16=Sn(),_0xf26f9b=()=>{const _0x6d6dd3=_0x2258;_0x1ccb77[_0x6d6dd3(0x315)]();let _0x510a0f=(_0x23f116,_0x255440,_0x47e49b,_0x400124)=>{const _0xb63d56=_0x6d6dd3;let _0x205fa9=[];switch(_0x23f116['id']){case _0x54f97d['DeleteRangeMoveLeftCommandId']:_0x205fa9=_0x17a981(_0x23f116,_0x400124);break;case _0x54f97d[_0xb63d56(0x244)]:_0x205fa9=_0x527cf0(_0x23f116,_0x400124);break;case _0x54f97d[_0xb63d56(0x11a)]:_0x205fa9=_0x473d17(_0x23f116,_0x400124);break;case _0x54f97d[_0xb63d56(0x129)]:_0x205fa9=_0x256c54(_0x23f116,_0x400124);break;case _0x54f97d[_0xb63d56(0x287)]:_0x205fa9=_0x172ece(_0x23f116,_0x400124);break;case _0x54f97d[_0xb63d56(0x2a7)]:_0x205fa9=_0x5cc953(_0x23f116,_0x400124);break;case _0x54f97d[_0xb63d56(0x247)]:_0x205fa9=_0x4c9162(_0x23f116,_0x400124);break;case _0x54f97d[_0xb63d56(0x12e)]:_0x205fa9=_0x7c4f03(_0x23f116,_0x400124);break;case _0x54f97d['RemoveRowCommandId']:_0x205fa9=_0x5f4dbf(_0x23f116,_0x400124);break;}let _0x2f0b84=_0x434df3(_0x205fa9,_0x400124),_0xa0fa6d=this[_0xb63d56(0x294)][_0xb63d56(0x17a)](_0x255440);if(_0xa0fa6d&&_0x2f0b84){let _0x29a70c={..._0xa0fa6d,'range':_0x2f0b84};this['cursorInfo'][_0xb63d56(0x209)](_0x255440,_0x29a70c),_0x237a16(()=>{const _0x2de149=_0xb63d56;let _0x2b88b8=this[_0x2de149(0x2b5)][_0x2de149(0x13c)](_0x2f0b84,_0x4e8c47=>(_0x2b88b8[_0x2de149(0x315)](),_0x510a0f(_0x4e8c47,_0x255440,_0x47e49b,_0x2f0b84)));_0x1ccb77[_0x2de149(0x1ba)](_0x2b88b8);});}return{'redos':[],'undos':[]};};this[_0x6d6dd3(0x294)][_0x6d6dd3(0x1b4)]((_0x17a6e1,_0x32cffb)=>{const _0x528797=_0x6d6dd3;let {range:_0x40144d,sheetID:_0x4398c7}=_0x17a6e1,_0x2fcfdf=this[_0x528797(0x2b5)]['registerRefRange'](_0x40144d,_0x21f319=>(_0x2fcfdf[_0x528797(0x315)](),_0x510a0f(_0x21f319,_0x32cffb,_0x4398c7,_0x40144d)));_0x1ccb77['add'](_0x2fcfdf);});};this[_0xbc80d1(0x2f1)](_0x2994ac(this['_cursorInfo$'][_0xbc80d1(0x2e4)](()=>{_0xf26f9b();})));}[_0x4d7826(0x284)](){const _0xdb9d6b=_0x4d7826;var _0x2319bd,_0x42c038;if(this[_0xdb9d6b(0x1d1)]=!0x0,((_0x2319bd=this['_univerInstanceService'][_0xdb9d6b(0x1ce)]())==null?void 0x0:_0x2319bd[_0xdb9d6b(0x2a9)]())!==this[_0xdb9d6b(0x232)])return;let _0x50de69=(_0x42c038=this['_injector'][_0xdb9d6b(0x17a)](_0x3e0c93)[_0xdb9d6b(0x19c)]())==null?void 0x0:_0x42c038[0x0],_0x5b1449=this[_0xdb9d6b(0x31a)][_0xdb9d6b(0x16d)](_0x70929f[_0xdb9d6b(0x2cb)])[_0xdb9d6b(0xfb)]();_0x50de69&&_0x5b1449&&this['_updateLocalCursor'](_0x5b1449[_0xdb9d6b(0x17e)](),_0x50de69);}[_0x4d7826(0x2ef)](){this['_online']=!0x1;}};Cn=Y([J(0x2,_0x2975e5(_0x2bf279)),J(0x3,_0x2975e5(Z)),J(0x4,_0x2975e5(_0x191cdf)),J(0x5,_0x4aed1f),J(0x6,_0x5160b7),J(0x7,_0x2975e5(_0x5e8753))],Cn);function wn(_0x132396){const _0xb49320=_0x4d7826;let _0xc7a72;try{_0xc7a72=JSON[_0xb49320(0x1d0)](_0x132396);}catch{return null;}if(typeof _0xc7a72!=_0xb49320(0x210)||!_0xc7a72)return null;let _0x4c8768=_0xc7a72;if(_0x4c8768[_0xb49320(0x2cf)]!==_0xb49320(0x1e8)||typeof _0x4c8768[_0xb49320(0x245)]!=_0xb49320(0x2c0)||typeof _0x4c8768['subUnitId']!='string')return null;let _0x3c8e0c=Array[_0xb49320(0x29f)](_0x4c8768[_0xb49320(0x24d)])?_0x4c8768[_0xb49320(0x24d)]['filter'](_0x3d44ad=>typeof _0x3d44ad=='string'):[],_0x45e634=typeof _0x4c8768[_0xb49320(0x2fe)]=='string'?_0x4c8768[_0xb49320(0x2fe)]:null;return{'kind':_0xb49320(0x1e8),'unitId':_0x4c8768['unitId'],'subUnitId':_0x4c8768[_0xb49320(0x28d)],'selectedIds':_0x3c8e0c,'focusedId':_0x45e634};}let Tn=class extends _0x2d058d{get['cursorInfo'](){return this['_cursorInfo$']['getValue']();}get['roomMembers'](){const _0x3c4e40=_0x4d7826;return this[_0x3c4e40(0x19a)][_0x3c4e40(0x118)]();}constructor(_0x271cc2,_0x42b8b9,_0x36d95e,_0x45fdc4,_0x579a1d){const _0x3cbd7f=_0x4d7826;super(),this['unitID']=_0x271cc2,this[_0x3cbd7f(0x2ca)]=_0x42b8b9,this[_0x3cbd7f(0x2e5)]=_0x36d95e,this[_0x3cbd7f(0x114)]=_0x45fdc4,this[_0x3cbd7f(0x26b)]=_0x579a1d,q(this,'_online',!0x1),q(this,_0x3cbd7f(0x256),!0x1),q(this,_0x3cbd7f(0x27e),new _0x57044e(new Map())),q(this,_0x3cbd7f(0xe3),this['_cursorInfo$'][_0x3cbd7f(0x31d)]()),q(this,_0x3cbd7f(0x19a),new _0x57044e([])),q(this,'roomMembers$',this[_0x3cbd7f(0x19a)][_0x3cbd7f(0x18b)](_0x3093d8(0x12c))),q(this,'_updateLocalCursor',_0x3016da(_0x472688=>{const _0x5eeb37=_0x3cbd7f;let _0x4d76ad=_0x472688[_0x5eeb37(0x190)];if(!_0x4d76ad||_0x4d76ad[_0x5eeb37(0x245)]!==this['unitID'])return;let _0x318520={'kind':_0x5eeb37(0x1e8),'unitId':_0x4d76ad[_0x5eeb37(0x245)],'subUnitId':_0x4d76ad['subUnitId'],'selectedIds':_0x472688[_0x5eeb37(0x24d)]['filter'](_0x9d7c7a=>typeof _0x9d7c7a==_0x5eeb37(0x2c0)),'focusedId':_0x472688['focusedId']},_0x415f17={'eventID':_0x1428bf[_0x5eeb37(0x1fb)],'data':{'unitID':this[_0x5eeb37(0x232)],'memberID':this[_0x5eeb37(0x2ca)][_0x5eeb37(0x2fb)](),'selection':JSON[_0x5eeb37(0x326)](_0x318520)}};this[_0x5eeb37(0x2ca)][_0x5eeb37(0x2b0)](_0x415f17,this[_0x5eeb37(0x232)]);},0x64));}[_0x4d7826(0x315)](){const _0x223c8c=_0x4d7826;super[_0x223c8c(0x315)](),this[_0x223c8c(0x27e)]['next'](new Map()),this['_cursorInfo$'][_0x223c8c(0x223)](),this[_0x223c8c(0x19a)][_0x223c8c(0x2b2)]([]),this[_0x223c8c(0x19a)][_0x223c8c(0x223)]();}[_0x4d7826(0x26c)](){const _0x4185bf=_0x4d7826;this[_0x4185bf(0x256)]||(this['_init']=!0x0,this[_0x4185bf(0x2ca)][_0x4185bf(0x24f)]['pipe'](_0x59e49a(this['dispose$']))[_0x4185bf(0x2e4)](_0x17afb6=>{const _0x22c57a=_0x4185bf;_0x17afb6===_0x72de37[_0x22c57a(0x27f)]?this[_0x22c57a(0x284)]():this[_0x22c57a(0x2ef)]();}),this[_0x4185bf(0x2ca)][_0x4185bf(0xe4)][_0x4185bf(0x18b)](_0x59e49a(this['dispose$']))[_0x4185bf(0x2e4)](_0x100561=>{const _0x3b0f2d=_0x4185bf;let _0x1e4d9d=_0x100561[_0x3b0f2d(0x1cd)];_0x1e4d9d===_0x1428bf[_0x3b0f2d(0x1fb)]&&this['_onCursorUpdate'](_0x100561),_0x1e4d9d===_0x1428bf[_0x3b0f2d(0xfc)]&&this[_0x3b0f2d(0x12f)](_0x100561);}),this[_0x4185bf(0x26b)][_0x4185bf(0x325)]['pipe'](_0x59e49a(this[_0x4185bf(0x188)]))[_0x4185bf(0x2e4)](_0x2696e7=>{const _0x165fba=_0x4185bf;this[_0x165fba(0x1d1)]&&this[_0x165fba(0x21e)](_0x2696e7);}));}[_0x4d7826(0x217)](_0x30eca5){const _0x522c14=_0x4d7826;var _0x41cbc1,_0x55af74,_0x20d6d0,_0x1507fe;let {memberID:_0x5d3f5a,selection:_0x479ae9}=_0x30eca5[_0x522c14(0x2f8)];if(_0x5d3f5a===((_0x41cbc1=(_0x55af74=this[_0x522c14(0x2ca)])['getMemberID'])==null?void 0x0:_0x41cbc1[_0x522c14(0x220)](_0x55af74)))return;let _0x635207=wn(_0x479ae9);if(!_0x635207||_0x635207[_0x522c14(0x245)]!==this['unitID'])return;let _0x33e47e=(_0x20d6d0=(_0x1507fe=this[_0x522c14(0x114)][_0x522c14(0x23b)](this[_0x522c14(0x232)],_0x5d3f5a))==null?void 0x0:_0x1507fe['name'])==null?_0x522c14(0x156):_0x20d6d0,_0xbd5e57={'color':this['_colorAssignService'][_0x522c14(0x1b7)](_0x5d3f5a),'name':_0x33e47e,'unitId':_0x635207[_0x522c14(0x245)],'subUnitId':_0x635207[_0x522c14(0x28d)],'selectedIds':_0x635207[_0x522c14(0x24d)],'focusedId':_0x635207['focusedId'],'selection':_0x479ae9},_0x568d62=new Map(this[_0x522c14(0x294)]);_0x568d62[_0x522c14(0x209)](_0x5d3f5a,_0xbd5e57),this[_0x522c14(0x27e)]['next'](_0x568d62);}[_0x4d7826(0x12f)](_0x1d18a0){const _0x1255fe=_0x4d7826;let {memberID:_0x3feffb}=_0x1d18a0['data'],_0x42852d=new Map(this[_0x1255fe(0x294)]);_0x42852d['delete'](_0x3feffb),this[_0x1255fe(0x27e)][_0x1255fe(0x2b2)](_0x42852d);}[_0x4d7826(0x284)](){const _0x16a2a7=_0x4d7826;this[_0x16a2a7(0x1d1)]=!0x0,this[_0x16a2a7(0x21e)](this[_0x16a2a7(0x26b)]['getSnapshot']());}[_0x4d7826(0x2ef)](){const _0x46ae84=_0x4d7826;this[_0x46ae84(0x1d1)]=!0x1;}};Tn=Y([J(0x2,_0x2975e5(Z)),J(0x3,_0x2975e5(_0x191cdf)),J(0x4,_0x2975e5(_0xeaea7))],Tn);function _0x2258(_0xee9c0e,_0x4e0e34){_0xee9c0e=_0xee9c0e-0xdd;const _0xd36b19=_0xd36b();let _0x225804=_0xd36b19[_0xee9c0e];return _0x225804;}let Q=class extends _0x2d058d{constructor(_0x58c0c0,_0x374852,_0x2d32e9){const _0x11c0cf=_0x4d7826;super(),this[_0x11c0cf(0x31a)]=_0x58c0c0,this[_0x11c0cf(0xf6)]=_0x374852,this[_0x11c0cf(0x14a)]=_0x2d32e9,q(this,_0x11c0cf(0xf1),new Map()),q(this,'_entityInit$',new _0x43728f()),this['_init']();}[_0x4d7826(0x315)](){const _0x155c69=_0x4d7826;super[_0x155c69(0x315)](),this[_0x155c69(0x153)]['complete'](),this[_0x155c69(0xf1)][_0x155c69(0x1b4)](_0x8acfe8=>_0x8acfe8[_0x155c69(0x315)]());}[_0x4d7826(0x113)](_0x590e00){const _0x1526f9=_0x4d7826;return this[_0x1526f9(0xf1)][_0x1526f9(0x1a3)](_0x590e00)?this[_0x1526f9(0xf1)]['get'](_0x590e00)[_0x1526f9(0xe3)]:this[_0x1526f9(0x153)][_0x1526f9(0x18b)](_0x3c3d39(_0x2ed922=>_0x2ed922[_0x1526f9(0x232)]===_0x590e00),_0xd99b03(_0x496061=>_0x496061['cursorInfo$']));}[_0x4d7826(0x256)](){const _0x1c070d=_0x4d7826;this[_0x1c070d(0x31a)]['getTypeOfUnitAdded$'](_0x70929f['UNIVER_SHEET'])[_0x1c070d(0x18b)](_0x59e49a(this[_0x1c070d(0x188)]))[_0x1c070d(0x2e4)](async _0x3c91f2=>{const _0x19dbfd=_0x1c070d;let _0x41c124=_0x3c91f2[_0x19dbfd(0x21a)][_0x19dbfd(0x2a9)](),_0x43caf5=await this[_0x19dbfd(0x233)](_0x41c124);this[_0x19dbfd(0x153)][_0x19dbfd(0x2b2)](_0x43caf5),this[_0x19dbfd(0xf1)]['set'](_0x41c124,_0x43caf5);}),this[_0x1c070d(0x31a)][_0x1c070d(0x20e)](_0x70929f[_0x1c070d(0x21b)])[_0x1c070d(0x18b)](_0x59e49a(this['dispose$']))['pipe'](_0x3c3d39(_0xa1dca=>!_0xa1dca['unit'][_0x1c070d(0x2a9)]()[_0x1c070d(0x149)]('__')))[_0x1c070d(0x2e4)](async _0x519a3d=>{const _0x39e4f2=_0x1c070d;let {unit:_0x31bf6c}=_0x519a3d,_0x236185=_0x31bf6c[_0x39e4f2(0x2a9)](),_0x4bc663=await this[_0x39e4f2(0x13f)](_0x236185);this['_entityInit$'][_0x39e4f2(0x2b2)](_0x4bc663),this[_0x39e4f2(0xf1)][_0x39e4f2(0x209)](_0x236185,_0x4bc663);}),this[_0x1c070d(0x31a)]['getTypeOfUnitAdded$'](_0x70929f[_0x1c070d(0x13d)])[_0x1c070d(0x18b)](_0x59e49a(this['dispose$']))[_0x1c070d(0x2e4)](async _0xac65a0=>{const _0x3aa5ee=_0x1c070d;let _0x543b01=_0xac65a0[_0x3aa5ee(0x21a)]['getUnitId'](),_0x476a54=await this['_startSlideCollabCursor'](_0x543b01);this[_0x3aa5ee(0x153)][_0x3aa5ee(0x2b2)](_0x476a54),this['_entities'][_0x3aa5ee(0x209)](_0x543b01,_0x476a54);}),this[_0x1c070d(0x31a)][_0x1c070d(0x20e)](_0x70929f[_0x1c070d(0x249)])[_0x1c070d(0x18b)](_0x59e49a(this[_0x1c070d(0x188)]))[_0x1c070d(0x2e4)](async _0x39659a=>{const _0x5d9da8=_0x1c070d;let _0x3fd4af=_0x39659a['unit'][_0x5d9da8(0x2a9)](),_0x1791c1=await this[_0x5d9da8(0x25f)](_0x3fd4af);this[_0x5d9da8(0x153)][_0x5d9da8(0x2b2)](_0x1791c1),this[_0x5d9da8(0xf1)][_0x5d9da8(0x209)](_0x3fd4af,_0x1791c1);}),_0x570610(this['_univerInstanceService'][_0x1c070d(0xef)](_0x70929f[_0x1c070d(0x21b)]),this[_0x1c070d(0x31a)][_0x1c070d(0xef)](_0x70929f['UNIVER_SHEET']),this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x70929f['UNIVER_SLIDE']),this[_0x1c070d(0x31a)][_0x1c070d(0xef)](_0x70929f[_0x1c070d(0x249)]))['pipe'](_0x59e49a(this[_0x1c070d(0x188)]))['subscribe'](_0x3b2d9e=>{const _0x4afbf8=_0x1c070d;let _0x2858ab=_0x3b2d9e[_0x4afbf8(0x2a9)](),_0x49f9a1=this[_0x4afbf8(0xf1)][_0x4afbf8(0x17a)](_0x2858ab);_0x49f9a1&&(_0x49f9a1[_0x4afbf8(0x315)](),this[_0x4afbf8(0xf1)][_0x4afbf8(0x111)](_0x2858ab));});}async[_0x4d7826(0x233)](_0x22683d){const _0x2ae32b=_0x4d7826;let _0x3841fb=await this[_0x2ae32b(0x14a)]['requireSession'](_0x22683d),_0x191f50=this[_0x2ae32b(0xf6)][_0x2ae32b(0x25e)](Cn,_0x22683d,_0x3841fb);return _0x191f50[_0x2ae32b(0x26c)](),_0x191f50;}async[_0x4d7826(0x13f)](_0x49a7f8){const _0x565231=_0x4d7826;let _0x104b09=await this[_0x565231(0x14a)][_0x565231(0x110)](_0x49a7f8),_0x258efc=this[_0x565231(0xf6)][_0x565231(0x25e)](xn,_0x49a7f8,_0x104b09);return _0x258efc[_0x565231(0x26c)](),_0x258efc;}async[_0x4d7826(0x16b)](_0x8a580a){const _0x2b4407=_0x4d7826;let _0x3b9631=await this[_0x2b4407(0x14a)][_0x2b4407(0x110)](_0x8a580a),_0x55e729=this['_injector'][_0x2b4407(0x25e)](Tn,_0x8a580a,_0x3b9631);return _0x55e729[_0x2b4407(0x26c)](),_0x55e729;}async['_startBoardCollabCursor'](_0xa457ea){const _0x473255=_0x4d7826;let _0xb244be=await this['_collabSessionService'][_0x473255(0x110)](_0xa457ea),_0x4002df=this[_0x473255(0xf6)][_0x473255(0x25e)](_n,_0xa457ea,_0xb244be);return _0x4002df[_0x473255(0x26c)](),_0x4002df;}};Q=Y([J(0x0,_0x4aed1f),J(0x1,_0x2975e5(_0x2bf279)),J(0x2,_0x2975e5(_0x3ebc7d))],Q);let En=class extends _0x2d058d{constructor(_0x29301e,_0x215916,_0x54df93){const _0x35f6b6=_0x4d7826;super(),this[_0x35f6b6(0x1f1)]=_0x29301e,this[_0x35f6b6(0x16c)]=_0x215916,this[_0x35f6b6(0x183)]=_0x54df93,q(this,_0x35f6b6(0x1ab),new Set()),q(this,_0x35f6b6(0x31c),!0x1),q(this,_0x35f6b6(0x268),!0x1),q(this,'_latestCursors',new Map()),this[_0x35f6b6(0x256)]();}[_0x4d7826(0x315)](){const _0x21b444=_0x4d7826;this[_0x21b444(0x280)](),super['dispose']();}[_0x4d7826(0x256)](){const _0x28b425=_0x4d7826;let _0x24786a=this[_0x28b425(0x16c)]['getCollabCursors$'](this[_0x28b425(0x1f1)][_0x28b425(0x245)]);this['disposeWithMe'](_0x2994ac(_0x57a794([_0x24786a,this['_context'][_0x28b425(0x21a)][_0x28b425(0x178)],this['_themeService']['currentTheme$']])[_0x28b425(0x18b)](_0x59e49a(this[_0x28b425(0x188)]))[_0x28b425(0x2e4)](([_0x1e2a10])=>{const _0x1adba6=_0x28b425;let _0x3f80fd=this[_0x1adba6(0x1f1)][_0x1adba6(0x21a)][_0x1adba6(0x15f)](),_0x46de34=new Map();_0x1e2a10[_0x1adba6(0x1b4)]((_0x17c965,_0xf4dd28)=>{const _0x1bf2ef=_0x1adba6;_0x17c965[_0x1bf2ef(0x28d)]===_0x3f80fd&&_0x46de34['set'](_0xf4dd28,{..._0x17c965,'color':this[_0x1bf2ef(0x183)][_0x1bf2ef(0x109)](_0x17c965[_0x1bf2ef(0x20b)])});}),this[_0x1adba6(0x22b)]=_0x46de34,this[_0x1adba6(0x26a)]();})));let _0x4bf13f=this[_0x28b425(0x1f1)][_0x28b425(0x196)];this[_0x28b425(0x2f1)](_0x2994ac(_0x4bf13f[_0x28b425(0xf4)][_0x28b425(0x18b)](_0x59e49a(this[_0x28b425(0x188)]))['subscribe'](()=>{const _0x169896=_0x28b425;this[_0x169896(0x268)]||this['_scheduleRender']();})));}['_scheduleRender'](){const _0x352ba0=_0x4d7826;this[_0x352ba0(0x31c)]||(this[_0x352ba0(0x31c)]=!0x0,Promise[_0x352ba0(0x279)]()[_0x352ba0(0x1b0)](()=>{const _0x2425e6=_0x352ba0;this[_0x2425e6(0x31c)]=!0x1,this['_render']();}));}[_0x4d7826(0x131)](){const _0x2314b2=_0x4d7826;this[_0x2314b2(0x280)]();let _0x1b9340=this[_0x2314b2(0x1f1)][_0x2314b2(0x21a)][_0x2314b2(0x15f)](),_0x52ef38=[];if(this[_0x2314b2(0x22b)][_0x2314b2(0x1b4)]((_0xb193a1,_0x3abeac)=>{const _0x59f00e=_0x2314b2;_0xb193a1[_0x59f00e(0x28d)]===_0x1b9340&&_0xb193a1['selectedIds'][_0x59f00e(0x1b4)](_0x58cc81=>{const _0x4f167d=_0x59f00e;let _0x3e9fcb=_0x2896cf(_0xb193a1[_0x4f167d(0x245)],_0x58cc81),_0x46e037=this[_0x4f167d(0x2dd)](_0x3e9fcb);if(!_0x46e037)return;let _0x2a31f8=this[_0x4f167d(0x1f5)](_0x46e037);_0x52ef38['push'](new mn(_0x4f167d(0x240)+_0x3abeac+'-'+_0x58cc81,{..._0xb193a1,'left':_0x2a31f8[_0x4f167d(0x126)],'top':_0x2a31f8[_0x4f167d(0x218)],'width':_0x2a31f8[_0x4f167d(0x27c)],'height':_0x2a31f8['height'],'angle':_0x46e037[_0x4f167d(0x25b)],'evented':!0x1,'zIndex':pn}));});}),_0x52ef38[_0x2314b2(0x2bc)]===0x0){this['_context'][_0x2314b2(0x196)][_0x2314b2(0x192)](!0x0);return;}this[_0x2314b2(0x268)]=!0x0,this[_0x2314b2(0x1f1)][_0x2314b2(0x196)][_0x2314b2(0x1e1)](_0x52ef38,pn),this[_0x2314b2(0x268)]=!0x1,this[_0x2314b2(0x1ab)]=new Set(_0x52ef38),this[_0x2314b2(0x1f1)]['scene'][_0x2314b2(0x192)](!0x0);}[_0x4d7826(0x280)](){const _0x46548c=_0x4d7826;let _0x380dbe=Array[_0x46548c(0xdd)](this[_0x46548c(0x1ab)]);if(_0x380dbe[_0x46548c(0x2bc)]===0x0)return;let _0x4f18d2=this[_0x46548c(0x1f1)][_0x46548c(0x196)];_0x46548c(0x2e0)in _0x4f18d2&&typeof _0x4f18d2['removeObjects']==_0x46548c(0x18f)?_0x4f18d2[_0x46548c(0x2e0)](_0x380dbe):_0x380dbe[_0x46548c(0x1b4)](_0x5f695c=>{const _0x443470=_0x46548c;_0x443470(0x1d4)in _0x4f18d2&&typeof _0x4f18d2['removeObject']==_0x443470(0x18f)?_0x4f18d2['removeObject'](_0x5f695c):_0x5f695c[_0x443470(0x315)]();}),this[_0x46548c(0x1ab)][_0x46548c(0x278)](),_0x4f18d2[_0x46548c(0x192)](!0x0);}[_0x4d7826(0x2dd)](_0x18fc65){const _0x5903f8=_0x4d7826;var _0x4b2ca1,_0x10adb5,_0x3317b9;let _0x1b8c00=this[_0x5903f8(0x1f1)]['scene'];return(_0x4b2ca1=(_0x10adb5=(_0x3317b9=_0x1b8c00[_0x5903f8(0x144)])==null?void 0x0:_0x3317b9[_0x5903f8(0x220)](_0x1b8c00,_0x18fc65))==null?_0x1b8c00[_0x5903f8(0x170)](_0x18fc65):_0x10adb5)==null?null:_0x4b2ca1;}[_0x4d7826(0x1f5)](_0x1a8b73){const _0x5f373e=_0x4d7826;var _0x4650cb,_0x1d1b90;let _0x25f416=_0x1a8b73;return(_0x4650cb=(_0x1d1b90=_0x25f416['getRealBound'])==null?void 0x0:_0x1d1b90[_0x5f373e(0x220)](_0x25f416))==null?{'left':_0x1a8b73[_0x5f373e(0x126)],'top':_0x1a8b73['top'],'width':_0x1a8b73['width'],'height':_0x1a8b73[_0x5f373e(0x208)]}:_0x4650cb;}};En=Y([J(0x1,_0x2975e5(Q)),J(0x2,_0x2975e5(_0x113338))],En);const Dn=_0x4d7826(0x189);var On=class{constructor(_0x1fdc68,_0x5795d7,_0xb925b3,_0x1a233c){const _0x2474d2=_0x4d7826;this[_0x2474d2(0x317)]=_0x1fdc68,this[_0x2474d2(0x205)]=_0x5795d7,this[_0x2474d2(0x1b6)]=_0xb925b3,this[_0x2474d2(0x10f)]=_0x1a233c,q(this,_0x2474d2(0x135),[]),q(this,_0x2474d2(0x127),null),q(this,'_textBubble',null),q(this,_0x2474d2(0x311),null),q(this,_0x2474d2(0x158),null),q(this,_0x2474d2(0x28c),null),this['_render']();}set['_hover'](_0x3c8aae){const _0x1ed64f=_0x4d7826;_0x3c8aae?(this[_0x1ed64f(0x311)]&&this['_anchorDot'][_0x1ed64f(0x24b)](),this[_0x1ed64f(0x2d3)]&&this['_textBubble'][_0x1ed64f(0x1e3)]()):(this[_0x1ed64f(0x311)]&&this[_0x1ed64f(0x311)][_0x1ed64f(0x1e3)](),this['_textBubble']&&this[_0x1ed64f(0x2d3)]['hide']());}[_0x4d7826(0x315)](){const _0x443007=_0x4d7826;for(let _0x60a500 of this[_0x443007(0x135)])_0x60a500[_0x443007(0x315)]();this['_textBubble']&&this[_0x443007(0x2d3)][_0x443007(0x315)](),this['_anchorDot']&&this[_0x443007(0x311)][_0x443007(0x315)](),this[_0x443007(0x127)]&&this[_0x443007(0x127)]['dispose'](),this[_0x443007(0x28c)]&&this[_0x443007(0x28c)]();}[_0x4d7826(0x131)](){const _0x265d6d=_0x4d7826;let {_docSkeleton:_0x2791d0,_document:_0x2e87f7}=this,{color:_0x16d8f1,name:_0x410c09,ranges:_0x32fdb5}=this[_0x265d6d(0x317)],_0x3d6e71=_0x2e87f7[_0x265d6d(0x2ba)](),{docsLeft:_0x5e096f,docsTop:_0x3e1ede}=_0x3d6e71,_0x3bcd05=new _0x2470bf(_0x3d6e71,_0x2791d0);for(let {startOffset:_0x270190,endOffset:_0x2b1116,rangeType:_0x55ea45,segmentId:_0x5796ab,segmentPage:_0xf3827f,collapsed:_0x35e9a2,isActive:_0x12cf70}of _0x32fdb5){let _0x3f4f8a=_0x2791d0['findNodePositionByCharIndex'](_0x270190,!0x0,_0x5796ab,_0xf3827f),_0x42fd5a=_0x2791d0['findNodePositionByCharIndex'](_0x2b1116,!0x0,_0x5796ab,_0xf3827f);if(_0x42fd5a==null&&(_0x42fd5a=_0x2791d0['findNodePositionByCharIndex'](_0x2b1116-0x1,!0x1,_0x5796ab,_0xf3827f)),_0x12cf70){let {contentBoxPointGroup:_0x3f1915}=_0x3bcd05[_0x265d6d(0x319)](_0x42fd5a,_0x42fd5a);if(_0x3f1915[_0x265d6d(0x2bc)]===0x0)continue;this[_0x265d6d(0x142)](_0x16d8f1,_0x3f1915,_0x5e096f,_0x3e1ede,_0x410c09),this['_eventUnsubscribe']=this['_handleHover']();}if(_0x3f4f8a&&_0x42fd5a){if(_0x55ea45===_0x4d59fd[_0x265d6d(0x1e4)]){var _0x2c4a74;let {pointGroup:_0x30af01}=(_0x2c4a74=new _0x295a1e(_0x3d6e71,_0x2791d0)[_0x265d6d(0x319)](_0x3f4f8a,_0x42fd5a))==null?{}:_0x2c4a74;if(_0x30af01==null||_0x30af01[_0x265d6d(0x2bc)]===0x0)continue;this[_0x265d6d(0x112)](_0x16d8f1,_0x30af01,_0x5e096f,_0x3e1ede);}else{if(!_0x35e9a2){let {borderBoxPointGroup:_0x51a6f6}=_0x3bcd05[_0x265d6d(0x319)](_0x3f4f8a,_0x42fd5a);if(_0x51a6f6[_0x265d6d(0x2bc)]===0x0)continue;this[_0x265d6d(0x32c)](_0x16d8f1,_0x51a6f6,_0x5e096f,_0x3e1ede);}}}}}[_0x4d7826(0x142)](_0x202a12,_0x1b3a67,_0x30a66f,_0x826ae5,_0x9cd05){const _0x4a3730=_0x4d7826;let {left:_0x5845d9,top:_0x4b27d7,height:_0xd16614}=this[_0x4a3730(0x139)](_0x1b3a67),_0x1991eb=1.5/this[_0x4a3730(0x1ef)](),_0x4c1ca0=new _0x58f21a(Dn+_0x5d1e23(0x6),{'left':_0x5845d9+_0x30a66f-_0x1991eb,'top':_0x4b27d7+_0x826ae5,'height':_0xd16614,'width':1.5,'fill':_0x202a12||_0x52d1e1(_0x532b6c[_0x4a3730(0x172)],0x0),'strokeWidth':_0x1991eb,'stroke':_0x4a3730(0x21c),'evented':!0x0});this[_0x4a3730(0x127)]=_0x4c1ca0,this[_0x4a3730(0x205)]['addObject'](_0x4c1ca0,_0x2d81c7);let _0x404819=new _0x58f21a(Dn+_0x5d1e23(0x6),{'left':_0x5845d9+_0x30a66f-_0x1991eb,'top':_0x4b27d7+_0x826ae5-0x4/0x2,'height':0x4,'width':0x4,'fill':_0x202a12||_0x52d1e1(_0x532b6c['black'],0x0),'strokeWidth':0x0,'stroke':_0x202a12||_0x52d1e1(_0x532b6c[_0x4a3730(0x172)],0x0),'evented':!0x1});this['_anchorDot']=_0x404819,this[_0x4a3730(0x205)]['addObject'](_0x404819,_0x2d81c7);let _0x433ef3=new fn(Dn+_0x5d1e23(0x6),{'left':_0x5845d9+_0x30a66f-_0x1991eb,'top':_0x4b27d7+_0x826ae5-0x14,'text':_0x9cd05,'color':_0x202a12});this['_textBubble']=_0x433ef3,this[_0x4a3730(0x205)][_0x4a3730(0x227)](_0x433ef3,_0x2d81c7),this[_0x4a3730(0x2a1)]=!0x1;}[_0x4d7826(0x31b)](){const _0x1921af=_0x4d7826;let _0x32ce62=this[_0x1921af(0x127)][_0x1921af(0x228)][_0x1921af(0x176)](()=>{const _0x3c51f4=_0x1921af;this[_0x3c51f4(0x2a1)]=!0x0;}),_0x84b3e7=this['_anchor'][_0x1921af(0x236)][_0x1921af(0x176)](()=>{const _0x2e3635=_0x1921af;this[_0x2e3635(0x158)]&&clearTimeout(this['_hideTimer']),this[_0x2e3635(0x158)]=setTimeout(()=>{const _0x5efab8=_0x2e3635;this[_0x5efab8(0x2a1)]=!0x1;},0x7d0);});return()=>{const _0x3c6e3f=_0x1921af;_0x32ce62[_0x3c6e3f(0x1a0)](),_0x84b3e7['unsubscribe']();};}['_drawTextRange'](_0x5e7d14,_0x330250,_0x345973,_0x397257){const _0x4a5fa5=_0x4d7826;let _0x583292=0.2,_0x21ad77=new _0x70b721(_0x5e7d14)['setAlpha'](_0x583292)[_0x4a5fa5(0x2ec)](),_0x186b57=new _0xb9ada9(_0x4a5fa5(0x222)+_0x5d1e23(0x6),{'pointsGroup':_0x330250,'fill':_0x21ad77||_0x52d1e1(_0x532b6c['black'],_0x583292),'left':_0x345973,'top':_0x397257,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x4a5fa5(0x135)][_0x4a5fa5(0x141)](_0x186b57),this[_0x4a5fa5(0x205)][_0x4a5fa5(0x227)](_0x186b57,_0x2d81c7);}[_0x4d7826(0x112)](_0x337f6b,_0x3229dc,_0x1c609d,_0x4629ef){const _0x544f52=_0x4d7826;let _0x24c147=0.2,_0x35d0a3=new _0x70b721(_0x337f6b)[_0x544f52(0x15d)](_0x24c147)[_0x544f52(0x2ec)](),_0x4b24ea=new _0xb9ada9(_0x544f52(0x1de)+_0x5d1e23(0x6),{'pointsGroup':_0x3229dc,'fill':_0x35d0a3||_0x52d1e1(_0x532b6c[_0x544f52(0x172)],_0x24c147),'left':_0x1c609d,'top':_0x4629ef,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x544f52(0x135)][_0x544f52(0x141)](_0x4b24ea),this[_0x544f52(0x205)][_0x544f52(0x227)](_0x4b24ea,_0x2d81c7);}[_0x4d7826(0x139)](_0x137cea){let _0x2d3b6c=_0x137cea[0x0],_0x4f064d=_0x2d3b6c[0x0],_0x493c44=_0x2d3b6c[0x2],{x:_0x414492,y:_0x2e8520}=_0x4f064d,{x:_0x5d3d6b,y:_0x21e84d}=_0x493c44;return{'left':_0x414492,'top':_0x2e8520,'width':_0x5d3d6b-_0x414492,'height':_0x21e84d-_0x2e8520};}[_0x4d7826(0x1ef)](){const _0x15fb84=_0x4d7826;let {scaleX:_0x3f2fa9,scaleY:_0x3d6bc1}=this[_0x15fb84(0x205)][_0x15fb84(0x11f)]();return Math[_0x15fb84(0x296)](_0x3f2fa9,_0x3d6bc1);}};let kn=class extends _0x2d058d{constructor(_0xe2b68c,_0x4d30fe,_0x56e2e5,_0x1ebb5c,_0x13140d){const _0x1e0810=_0x4d7826;super(),this[_0x1e0810(0x1f1)]=_0xe2b68c,this[_0x1e0810(0x123)]=_0x4d30fe,this[_0x1e0810(0x16c)]=_0x56e2e5,this[_0x1e0810(0x310)]=_0x1ebb5c,this[_0x1e0810(0x183)]=_0x13140d,q(this,'_cursorShapes',[]),q(this,_0x1e0810(0x1ab),[]),this[_0x1e0810(0x256)]();}[_0x4d7826(0x256)](){const _0x34966c=_0x4d7826;let _0x4df06e=this[_0x34966c(0x1f1)][_0x34966c(0x245)],_0x14ef4a=this['_docSkeletonManagerService'];this[_0x34966c(0x2f1)](_0x57a794([this[_0x34966c(0x16c)][_0x34966c(0x113)](_0x4df06e),this[_0x34966c(0x183)]['currentTheme$']])[_0x34966c(0x18b)](_0x5aaab3(([_0x40c130,_0x1f12f0])=>({'skeleton':_0x14ef4a[_0x34966c(0x1e7)](),'cursors':[..._0x40c130[_0x34966c(0x1f6)]()][_0x34966c(0x257)](_0x18e69a=>({..._0x18e69a,'color':this[_0x34966c(0x183)]['getColorFromTheme'](_0x18e69a[_0x34966c(0x20b)])}))})))['subscribe'](_0x452116=>{const _0x4361b5=_0x34966c;if(this[_0x4361b5(0x280)](),_0x452116){let {skeleton:_0x8ce481,cursors:_0x3fd278}=_0x452116;this[_0x4361b5(0x2a3)](_0x8ce481,_0x3fd278);}})),this[_0x34966c(0x229)](),this[_0x34966c(0x316)]();}[_0x4d7826(0x2a3)](_0x1a2f5d,_0x29f311){const _0x6f0096=_0x4d7826;let {scene:_0x260199,mainComponent:_0x5c786e}=this[_0x6f0096(0x1f1)],_0x3518b2=_0x29f311[_0x6f0096(0x25d)](_0x381a27=>new On(_0x381a27,_0x260199,_0x1a2f5d,_0x5c786e));this[_0x6f0096(0x24c)]=_0x3518b2,this[_0x6f0096(0x1ab)]=_0x29f311;}[_0x4d7826(0x248)](){const _0x4d30af=_0x4d7826;this[_0x4d30af(0x280)]();let {scene:_0x16a6aa,mainComponent:_0x40df79}=this[_0x4d30af(0x1f1)],_0x181f99=this['_docSkeletonManagerService'][_0x4d30af(0x1e7)](),_0x3e8ea3=this[_0x4d30af(0x1ab)][_0x4d30af(0x25d)](_0x4995dc=>new On(_0x4995dc,_0x16a6aa,_0x181f99,_0x40df79));this[_0x4d30af(0x24c)]=_0x3e8ea3;}[_0x4d7826(0x280)](){const _0x19cf57=_0x4d7826;this[_0x19cf57(0x24c)][_0x19cf57(0x1b4)](_0x567906=>_0x567906['dispose']()),this[_0x19cf57(0x24c)]=[];}[_0x4d7826(0x316)](){const _0x15252b=_0x4d7826;let _0x4c78ec=[_0x210db2['id']];this[_0x15252b(0x2f1)](this[_0x15252b(0x310)][_0x15252b(0x272)](_0x4d3b3c=>{const _0x40698a=_0x15252b;_0x4c78ec[_0x40698a(0xf8)](_0x4d3b3c['id'])&&_0x4d3b3c['params']['unitId']===this[_0x40698a(0x1f1)][_0x40698a(0x245)]&&this['_refreshCollabCursors']();}));}[_0x4d7826(0x229)](){const _0xef1041=_0x4d7826;this[_0xef1041(0x2f1)](_0x5403d7(this[_0xef1041(0x1f1)][_0xef1041(0x25a)]['onTransformChange$'])[_0xef1041(0x18b)](_0xd1ff9d(_0x33410a=>_0x33410a[_0xef1041(0x282)]===_0x4943a9[_0xef1041(0x174)]),_0x46b09(0x10))[_0xef1041(0x2e4)](()=>{const _0x2edbb4=_0xef1041;this[_0x2edbb4(0x248)]();}));}};kn=Y([J(0x1,_0x2975e5(_0xb79bba)),J(0x2,_0x2975e5(Q)),J(0x3,_0x5160b7),J(0x4,_0x2975e5(_0x113338))],kn);var An=class extends _0x519620{constructor(_0x351cb8,_0x10a4df){const _0x9e099f=_0x4d7826;if(super(_0x351cb8,_0x10a4df),q(this,'_color',void 0x0),q(this,'_hovered',!0x1),q(this,_0x9e099f(0x2e7),void 0x0),q(this,_0x9e099f(0x13e),''),q(this,_0x9e099f(0x124),_0x9e099f(0x218)),q(this,_0x9e099f(0x29c),void 0x0),q(this,_0x9e099f(0x1d6),void 0x0),q(this,_0x9e099f(0x1b1),void 0x0),q(this,_0x9e099f(0x253),0x4),q(this,_0x9e099f(0xec),void 0x0),q(this,_0x9e099f(0x221),void 0x0),q(this,_0x9e099f(0x1c8),!0x0),q(this,'_offsetY',0x0),q(this,'_labelHorizontalPosition',_0x9e099f(0x10e)),_0x10a4df){var _0x16fc19;if(this[_0x9e099f(0x2a4)](_0x10a4df),_0x10a4df[_0x9e099f(0x2d0)]&&((_0x16fc19=_0x10a4df['highlightSecond'])==null?this[_0x9e099f(0x253)]:_0x16fc19)){var _0xeb7406;this['_startBlinking']((_0xeb7406=_0x10a4df[_0x9e099f(0x2f3)])==null?this['_highlightSecond']:_0xeb7406);}}this['onPointerEnter$']['subscribeEvent'](()=>this['setShapeProps']({'hovered':!0x0})),this[_0x9e099f(0x236)][_0x9e099f(0x176)](()=>this['setShapeProps']({'hovered':!0x1}));}['setOffsetY'](_0x13f874){const _0x3f762f=_0x4d7826;this[_0x3f762f(0x2d5)]=_0x13f874;}[_0x4d7826(0x2a4)](_0x1da585){const _0x35eb18=_0x4d7826;var _0x5be39a,_0x419046,_0x57f118,_0x4046bf,_0x2711b8,_0x2b6ba5,_0x1fcb5f,_0x260c95;this[_0x35eb18(0x182)]=(_0x5be39a=_0x1da585['color'])==null?this[_0x35eb18(0x182)]:_0x5be39a,this[_0x35eb18(0x258)]=(_0x419046=_0x1da585[_0x35eb18(0x18c)])==null?this['_hovered']:_0x419046,this['_range']=(_0x57f118=_0x1da585['range'])==null?this[_0x35eb18(0x2e7)]:_0x57f118,this[_0x35eb18(0x13e)]=(_0x4046bf=_0x1da585[_0x35eb18(0x242)])==null?this['_name']:_0x4046bf,this[_0x35eb18(0x124)]=(_0x2711b8=_0x1da585[_0x35eb18(0x12d)])==null?this[_0x35eb18(0x124)]:_0x2711b8,this[_0x35eb18(0x29c)]=(_0x2b6ba5=_0x1da585['backgroundColor'])==null?this[_0x35eb18(0x29c)]:_0x2b6ba5,this['_showText']=(_0x1fcb5f=_0x1da585[_0x35eb18(0x2f9)])==null?this[_0x35eb18(0x1d6)]:_0x1fcb5f,this[_0x35eb18(0x23c)]=(_0x260c95=_0x1da585[_0x35eb18(0x136)])==null?this[_0x35eb18(0x23c)]:_0x260c95,_0x1da585[_0x35eb18(0x2f3)]!==void 0x0&&(this[_0x35eb18(0x253)]=_0x1da585[_0x35eb18(0x2f3)]),_0x1da585['highlight']!==void 0x0&&(this[_0x35eb18(0x1b1)]=_0x1da585[_0x35eb18(0x2d0)]),_0x1da585['offsetY']!==void 0x0&&(this[_0x35eb18(0x2d5)]=_0x1da585[_0x35eb18(0x152)]),this[_0x35eb18(0x166)]({'width':_0x1da585['width'],'height':_0x1da585[_0x35eb18(0x208)]});}[_0x4d7826(0x1d9)](_0x251148){const _0x66d9a4=_0x4d7826;let {row:_0x5e62ef,column:_0x357a2f}=_0x251148;if(_0x5e62ef>=this[_0x66d9a4(0x2e7)][_0x66d9a4(0x1eb)]&&_0x5e62ef<=this[_0x66d9a4(0x2e7)][_0x66d9a4(0x246)]&&_0x357a2f>=this['_range'][_0x66d9a4(0xe0)]&&_0x357a2f<=this[_0x66d9a4(0x2e7)]['endColumn']){this['setShapeProps']({'hovered':!0x0});return;}this['setShapeProps']({'hovered':!0x1});}['_startBlinking'](_0x27a8ea){const _0x277b86=_0x4d7826;this[_0x277b86(0x26d)](),this[_0x277b86(0x1c8)]=!0x0,this['_blinkIntervalTimer']=window[_0x277b86(0x259)](()=>{const _0x5d8325=_0x277b86;this[_0x5d8325(0x1c8)]=!this[_0x5d8325(0x1c8)],this[_0x5d8325(0x192)](!0x0);},0x1f4),this[_0x277b86(0xec)]=window[_0x277b86(0x1f2)](()=>{const _0x3e9dd5=_0x277b86;this[_0x3e9dd5(0x26d)](),this[_0x3e9dd5(0x1c8)]=!0x0,this[_0x3e9dd5(0x192)](!0x0);},_0x27a8ea*0x3e8);}[_0x4d7826(0x26d)](){const _0x2d2d95=_0x4d7826;this[_0x2d2d95(0x221)]&&(window[_0x2d2d95(0x19f)](this[_0x2d2d95(0x221)]),this['_blinkIntervalTimer']=void 0x0),this['_blinkTimer']&&(window[_0x2d2d95(0x2c8)](this['_blinkTimer']),this[_0x2d2d95(0xec)]=void 0x0);}['triggerDblclick'](_0x407a4e){return!0x1;}['dispose'](){const _0x22480=_0x4d7826;this['_stopBlinking'](),super[_0x22480(0x315)]();}[_0x4d7826(0x2db)](_0x24d4b7){const _0x363e4b=_0x4d7826;let _0x131e8b=this['_color'],_0x5029ed=this[_0x363e4b(0x29c)];if(this[_0x363e4b(0x1b1)]&&!this[_0x363e4b(0x1c8)]&&(_0x131e8b=this[_0x363e4b(0x23d)](this[_0x363e4b(0x182)]),_0x5029ed=this[_0x363e4b(0x29c)]?this[_0x363e4b(0x23d)](this[_0x363e4b(0x29c)]):void 0x0),_0x58f21a[_0x363e4b(0x116)](_0x24d4b7,{'width':this['width'],'height':this[_0x363e4b(0x208)],'strokeWidth':this[_0x363e4b(0x28b)]||1.5,'stroke':_0x131e8b,'evented':!0x1,'fill':_0x5029ed}),this['_hovered']||this[_0x363e4b(0x1d6)]){var _0x5814a2;_0x24d4b7[_0x363e4b(0xe6)]();let _0x332ec5=this['_labelHorizontalPosition']===_0x363e4b(0x126)?-un(_0x24d4b7,this[_0x363e4b(0x13e)]):this[_0x363e4b(0x27c)];_0x24d4b7[_0x363e4b(0x2f0)](0x1,0x0,0x0,0x1,_0x332ec5,(this[_0x363e4b(0x124)]===_0x363e4b(0xfa)?0x0:-0x14)+((_0x5814a2=this[_0x363e4b(0x2d5)])==null?0x0:_0x5814a2)),fn['drawWith'](_0x24d4b7,{'text':this['_name'],'color':_0x131e8b}),_0x24d4b7[_0x363e4b(0x267)]();}}[_0x4d7826(0x23d)](_0x3e2d82){const _0x1156cb=_0x4d7826;return _0x3e2d82['startsWith']('#')?_0x1156cb(0x1ca)+Number[_0x1156cb(0x2d6)](_0x3e2d82[_0x1156cb(0x28e)](0x1,0x3),0x10)+',\x20'+Number[_0x1156cb(0x2d6)](_0x3e2d82[_0x1156cb(0x28e)](0x3,0x5),0x10)+',\x20'+Number['parseInt'](_0x3e2d82[_0x1156cb(0x28e)](0x5,0x7),0x10)+_0x1156cb(0x300):_0x3e2d82[_0x1156cb(0x149)](_0x1156cb(0x10b))?_0x3e2d82['replace'](/[\d.]+\)$/g,_0x1156cb(0x1b5)):_0x3e2d82[_0x1156cb(0x149)](_0x1156cb(0x293))?_0x3e2d82[_0x1156cb(0x2dc)](_0x1156cb(0x293),_0x1156cb(0x10b))[_0x1156cb(0x2dc)](')',_0x1156cb(0x300)):_0x3e2d82;}};let jn=class extends _0x2d058d{constructor(_0x9840bc,_0x515843,_0x21cc01,_0x58669b){const _0x23bf08=_0x4d7826;super(),this['_context']=_0x9840bc,this[_0x23bf08(0x251)]=_0x515843,this[_0x23bf08(0x16c)]=_0x21cc01,this[_0x23bf08(0x183)]=_0x58669b,q(this,_0x23bf08(0x1ab),new Set()),q(this,_0x23bf08(0x14d),null),q(this,'_pointerMoveDisposable',null),this[_0x23bf08(0x256)]();}[_0x4d7826(0x256)](){const _0x5c9ea4=_0x4d7826;this['_sheetSkeletonManagerService']['currentSkeleton$']['pipe'](_0x1d45cf(this[_0x5c9ea4(0x188)]),_0xd261d2(_0xd20ae3=>{const _0x59c396=_0x5c9ea4;if(_0xd20ae3){let _0x335641=_0xd20ae3[_0x59c396(0x30b)];return _0x57a794(this['_collabCursorController'][_0x59c396(0x113)](this['_context'][_0x59c396(0x245)]),this[_0x59c396(0x183)][_0x59c396(0x105)])[_0x59c396(0x18b)](_0x5aaab3(([_0x1b779d,_0x2ae0a8])=>{const _0x13ba0d=_0x59c396;let _0x3b9a8d=new Map();return _0x1b779d[_0x13ba0d(0x1b4)]((_0x19ca75,_0x504c48)=>{const _0x2fc6da=_0x13ba0d;if(_0x19ca75[_0x2fc6da(0x260)]===_0x335641){let _0x1d9283={..._0x19ca75};_0x1d9283[_0x2fc6da(0x20b)]=this[_0x2fc6da(0x183)]['getColorFromTheme'](_0x19ca75['color']),_0x3b9a8d['set'](_0x504c48,_0x1d9283);}}),{'skeleton':_0xd20ae3,'cursors':_0x3b9a8d};}));}return _0x3a75a3({'skeleton':null,'cursors':new Map()});}))['subscribe'](({skeleton:_0xea4747,cursors:_0x3288f9})=>{const _0x1bffa3=_0x5c9ea4;this[_0x1bffa3(0x280)](),_0xea4747&&this[_0x1bffa3(0x2a3)](_0xea4747,_0x3288f9);}),this[_0x5c9ea4(0x2f1)](this[_0x5c9ea4(0x251)][_0x5c9ea4(0x2f6)]['pipe'](_0x1d45cf(this[_0x5c9ea4(0x188)]))[_0x5c9ea4(0x2e4)](_0x430760=>{const _0x49d628=_0x5c9ea4;var _0x241c09;if(_0x430760==null)return;(_0x241c09=this[_0x49d628(0x181)])==null||_0x241c09['unsubscribe'](),this[_0x49d628(0x181)]=null;let {skeleton:_0x386401}=_0x430760,{scene:_0x8787e8}=this['_context'];this[_0x49d628(0x181)]=_0x8787e8['onPointerMove$'][_0x49d628(0x176)](_0x3016da(_0x10acba=>{const _0x226b51=_0x49d628;var _0x53b146,_0x46fac1;let {offsetX:_0xdb404b,offsetY:_0x322ef3}=_0x10acba,{x:_0x4f9065,y:_0x566cd4}=_0x8787e8[_0x226b51(0xeb)](_0xc361d3['FromArray']([_0xdb404b,_0x322ef3])),{scaleX:_0x40e5da,scaleY:_0x3061f3}=_0x8787e8[_0x226b51(0x11f)](),_0x52df2e=_0x8787e8[_0x226b51(0x29d)](_0x3fb07d[_0x226b51(0x254)]),_0x2b07f9=_0x8787e8[_0x226b51(0xe1)](_0xc361d3[_0x226b51(0x1e6)]([_0x4f9065,_0x566cd4]),_0x52df2e),_0x347e35=_0x386401[_0x226b51(0x207)](_0xdb404b,_0x322ef3,_0x40e5da,_0x3061f3,_0x2b07f9);((_0x53b146=this[_0x226b51(0x14d)])==null?void 0x0:_0x53b146[_0x226b51(0x180)])===_0x347e35['column']&&((_0x46fac1=this[_0x226b51(0x14d)])==null?void 0x0:_0x46fac1[_0x226b51(0x2e6)])===_0x347e35['row']||this['_cursors'][_0x226b51(0x1b4)](_0x24d423=>{_0x24d423['onMouseMove'](_0x347e35);});},0x64));})),this[_0x5c9ea4(0x2f1)](_0x2994ac(()=>{const _0x15f8a1=_0x5c9ea4;var _0x442909;(_0x442909=this[_0x15f8a1(0x181)])==null||_0x442909[_0x15f8a1(0x1a0)](),this[_0x15f8a1(0x181)]=null;}));}[_0x4d7826(0x2a3)](_0x16d4ef,_0x1eb298){const _0x189c93=_0x4d7826;let _0x21388b=this[_0x189c93(0x251)][_0x189c93(0x1cb)]();if(!_0x21388b)return;let _0x2ff95f=this[_0x189c93(0x2ac)]();if(!_0x2ff95f)return;this['_cursors']['forEach'](_0x5657d1=>{_0x5657d1['makeDirty']();});let {scene:_0x27f6e0}=_0x2ff95f,_0x33ca9b=Mn(Array['from'](_0x1eb298[_0x189c93(0x1f6)]()))['map'](_0x361669=>{const _0x33afec=_0x189c93;let {color:_0x3053da,range:_0x505fd3,name:_0x44a837,selection:_0xfda369,sheetID:_0x5348b3}=_0x361669,{startColumn:_0x47a262,startRow:_0x179101,endColumn:_0x430ffe,endRow:_0x580704}=_0x505fd3,_0x436017=_0x5c1077(_0x179101,_0x47a262,_0x27f6e0,_0x21388b),_0x1d8dba=_0x5c1077(_0x580704,_0x430ffe,_0x27f6e0,_0x21388b),{columnHeaderHeightAndMarginTop:_0xdb7381}=_0x21388b,{startX:_0x349ba1,startY:_0x55acff}=_0x436017,{endX:_0x496ebb,endY:_0x2c1374}=_0x1d8dba,_0x548116=_0x496ebb-_0x349ba1,_0x4254c6=_0x2c1374-_0x55acff;return new An(_0x44a837,{'labelPosition':_0x55acff-_0xdb7381>=0x14?'top':_0x33afec(0xfa),'sheetID':_0x5348b3,'range':_0x505fd3,'color':_0x3053da,'name':_0x44a837,'selection':_0xfda369,'left':_0x349ba1,'top':_0x55acff,'width':_0x548116,'height':_0x4254c6,'evented':!0x1,'zIndex':0x1389});});_0x27f6e0['addObjects'](_0x33ca9b,0x1),this[_0x189c93(0x1ab)]=new Set(_0x33ca9b);}[_0x4d7826(0x280)](){var _0x49129c;(_0x49129c=this['_cursors'])==null||_0x49129c['forEach'](_0xb8e808=>_0xb8e808['dispose']());}[_0x4d7826(0x2ac)](){const _0x1fc9f0=_0x4d7826;return _0x1de0be(this[_0x1fc9f0(0x1f1)][_0x1fc9f0(0x21a)],this[_0x1fc9f0(0x1f1)]);}};jn=Y([J(0x1,_0x2975e5(_0x2c9abc)),J(0x2,_0x2975e5(Q)),J(0x3,_0x2975e5(_0x113338))],jn);function Mn(_0x106697){const _0x391267=_0x4d7826;let _0x8ab84b=new Map();return _0x106697['forEach'](_0x5b9f02=>{const _0x28ef51=_0x2258;if(_0x8ab84b['has'](_0x5b9f02['selection'])){let _0x37bd5c=_0x8ab84b[_0x28ef51(0x17a)](_0x5b9f02[_0x28ef51(0x2cd)]);_0x37bd5c[_0x28ef51(0x242)]+=',\x20'+_0x5b9f02[_0x28ef51(0x242)];}else _0x8ab84b[_0x28ef51(0x209)](_0x5b9f02['selection'],_0x5b9f02);}),Array['from'](_0x8ab84b[_0x391267(0x1f6)]());}let Nn=class extends _0x2d058d{constructor(_0x4484a9,_0x42869e,_0x46f52e){const _0x443800=_0x4d7826;super(),this[_0x443800(0x1f1)]=_0x4484a9,this[_0x443800(0x16c)]=_0x42869e,this[_0x443800(0x183)]=_0x46f52e,q(this,'_cursors',new Set()),q(this,_0x443800(0x31c),!0x1),q(this,_0x443800(0x268),!0x1),q(this,'_latestCursors',new Map()),this[_0x443800(0x256)]();}[_0x4d7826(0x315)](){const _0x79c602=_0x4d7826;this[_0x79c602(0x280)](),super[_0x79c602(0x315)]();}[_0x4d7826(0x256)](){const _0x56693a=_0x4d7826;let _0x20db10=this['_context'][_0x56693a(0x21a)][_0x56693a(0x271)][_0x56693a(0x168)],_0x308edf=this[_0x56693a(0x16c)][_0x56693a(0x113)](this['_context']['unitId']);this[_0x56693a(0x2f1)](_0x2994ac(_0x57a794([_0x308edf,_0x20db10,this[_0x56693a(0x183)][_0x56693a(0x105)]])[_0x56693a(0x18b)](_0x59e49a(this[_0x56693a(0x188)]))[_0x56693a(0x2e4)](([_0x508048,_0x4c7267])=>{const _0x39c740=_0x56693a;let _0x4f877b=new Map();_0x508048[_0x39c740(0x1b4)]((_0x461260,_0x342961)=>{const _0x5810a0=_0x39c740;_0x461260[_0x5810a0(0x28d)]===_0x4c7267&&_0x4f877b[_0x5810a0(0x209)](_0x342961,{..._0x461260,'color':this[_0x5810a0(0x183)][_0x5810a0(0x109)](_0x461260[_0x5810a0(0x20b)])});}),this[_0x39c740(0x22b)]=_0x4f877b,this[_0x39c740(0x26a)]();})));let _0x48367a=this[_0x56693a(0x1f1)][_0x56693a(0x196)];this['disposeWithMe'](_0x2994ac(_0x48367a[_0x56693a(0xf4)][_0x56693a(0x18b)](_0x59e49a(this[_0x56693a(0x188)]))[_0x56693a(0x2e4)](()=>{const _0x49291a=_0x56693a;this[_0x49291a(0x268)]||this[_0x49291a(0x26a)]();})));}['_scheduleRender'](){const _0x21a6fb=_0x4d7826;this['_renderScheduled']||(this[_0x21a6fb(0x31c)]=!0x0,Promise[_0x21a6fb(0x279)]()['then'](()=>{const _0x483260=_0x21a6fb;this[_0x483260(0x31c)]=!0x1,this[_0x483260(0x131)]();}));}[_0x4d7826(0x131)](){const _0x335d68=_0x4d7826;var _0x47d216;this[_0x335d68(0x280)]();let _0x24e1a7=(_0x47d216=this['_context']['unit'][_0x335d68(0x271)][_0x335d68(0x1dc)]())==null?void 0x0:_0x47d216[_0x335d68(0x191)]();if(!_0x24e1a7)return;let _0xf3f55d=[];if(this[_0x335d68(0x22b)][_0x335d68(0x1b4)]((_0x3efc69,_0x24b688)=>{const _0x207435=_0x335d68;_0x3efc69[_0x207435(0x28d)]===_0x24e1a7&&_0x3efc69[_0x207435(0x24d)]['forEach'](_0x5e8974=>{const _0x19c2a6=_0x207435;let _0x287384=_0x2a4d0e(_0x3efc69['unitId'],_0x3efc69['subUnitId'],_0x5e8974),_0x10bb8b=this[_0x19c2a6(0x2dd)](_0x287384);if(!_0x10bb8b)return;let _0x5247b6=this['_getObjectBounds'](_0x10bb8b);_0xf3f55d[_0x19c2a6(0x141)](new mn(_0x19c2a6(0x203)+_0x24b688+'-'+_0x5e8974,{..._0x3efc69,'left':_0x5247b6['left'],'top':_0x5247b6[_0x19c2a6(0x218)],'width':_0x5247b6[_0x19c2a6(0x27c)],'height':_0x5247b6[_0x19c2a6(0x208)],'angle':_0x10bb8b[_0x19c2a6(0x25b)],'evented':!0x1,'zIndex':pn}));});}),_0xf3f55d[_0x335d68(0x2bc)]===0x0){this[_0x335d68(0x1f1)][_0x335d68(0x196)][_0x335d68(0x192)](!0x0);return;}this[_0x335d68(0x268)]=!0x0,this['_context'][_0x335d68(0x196)]['addObjects'](_0xf3f55d,pn),this[_0x335d68(0x268)]=!0x1,this[_0x335d68(0x1ab)]=new Set(_0xf3f55d),this[_0x335d68(0x1f1)][_0x335d68(0x196)]['makeDirty'](!0x0);}['_removeCollabCursors'](){const _0x48451f=_0x4d7826;let _0x325160=Array[_0x48451f(0xdd)](this[_0x48451f(0x1ab)]);if(_0x325160[_0x48451f(0x2bc)]===0x0)return;let _0x5f3cf6=this['_context'][_0x48451f(0x196)];'removeObjects'in _0x5f3cf6&&typeof _0x5f3cf6[_0x48451f(0x2e0)]==_0x48451f(0x18f)?_0x5f3cf6['removeObjects'](_0x325160):_0x325160[_0x48451f(0x1b4)](_0x57a310=>{const _0x198a8d=_0x48451f;_0x198a8d(0x1d4)in _0x5f3cf6&&typeof _0x5f3cf6[_0x198a8d(0x1d4)]==_0x198a8d(0x18f)?_0x5f3cf6[_0x198a8d(0x1d4)](_0x57a310):_0x57a310[_0x198a8d(0x315)]();}),this[_0x48451f(0x1ab)]['clear'](),_0x5f3cf6[_0x48451f(0x192)](!0x0);}['_getSceneObjectByKey'](_0x44a57c){const _0x112d2f=_0x4d7826;var _0x10ed2b,_0x102388,_0x35ce1b;let _0x59b141=this['_context'][_0x112d2f(0x196)];return(_0x10ed2b=(_0x102388=(_0x35ce1b=_0x59b141[_0x112d2f(0x144)])==null?void 0x0:_0x35ce1b[_0x112d2f(0x220)](_0x59b141,_0x44a57c))==null?_0x59b141[_0x112d2f(0x170)](_0x44a57c):_0x102388)==null?null:_0x10ed2b;}['_getObjectBounds'](_0x10becb){const _0x3cb61e=_0x4d7826;var _0x5a6816,_0xde780a;let _0x46f252=_0x10becb;return(_0x5a6816=(_0xde780a=_0x46f252['getRealBound'])==null?void 0x0:_0xde780a[_0x3cb61e(0x220)](_0x46f252))==null?{'left':_0x10becb['left'],'top':_0x10becb['top'],'width':_0x10becb['width'],'height':_0x10becb['height']}:_0x5a6816;}};Nn=Y([J(0x1,_0x2975e5(Q)),J(0x2,_0x2975e5(_0x113338))],Nn);let Pn=class extends _0x4f1642{constructor(_0x65b35e,_0x208bd7,_0x43fe90,_0x3b0515,_0x559380,_0x3b7fce){const _0x3b71e9=_0x4d7826;super(),this[_0x3b71e9(0x306)]=_0x65b35e,this[_0x3b71e9(0x1d8)]=_0x208bd7,this[_0x3b71e9(0x1b2)]=_0x43fe90,this[_0x3b71e9(0x309)]=_0x3b0515,this[_0x3b71e9(0x20a)]=_0x559380,this[_0x3b71e9(0x159)]=_0x3b7fce,this['_setupBeforeClosingHandler'](),this['_initEvent']();}[_0x4d7826(0x329)](){const _0x3bb91a=_0x4d7826;this['disposeWithMe'](this[_0x3bb91a(0x306)][_0x3bb91a(0x1fd)](()=>{const _0x9daad6=_0x3bb91a;if(this[_0x9daad6(0x1d8)][_0x9daad6(0x2ea)]['size'])return this[_0x9daad6(0x159)]['t'](_0x9daad6(0x318));}));}[_0x4d7826(0x2d2)](){const _0x413b81=_0x4d7826;this[_0x413b81(0x2f1)](this[_0x413b81(0x1b2)][_0x413b81(0xe4)][_0x413b81(0x2e4)](_0x43c213=>{const _0x2a836d=_0x413b81;_0x43c213['id']===_0x57c44b[_0x2a836d(0x23a)]&&this[_0x2a836d(0x309)][_0x2a836d(0x1e3)]({'type':_0x4f09c9[_0x2a836d(0x2af)],'content':this[_0x2a836d(0x159)]['t'](_0x2a836d(0x31f))}),_0x43c213['id']===_0x57c44b[_0x2a836d(0x1d3)]&&this['_messageService'][_0x2a836d(0x1e3)]({'type':_0x4f09c9[_0x2a836d(0x2af)],'content':this['_localeService']['t'](_0x2a836d(0x134))}),_0x43c213['id']===_0x57c44b['PERMISSION_DENIED']&&this[_0x2a836d(0x20a)][_0x2a836d(0x1e3)]({'title':this['_localeService']['t'](_0x2a836d(0x1fa)),'content':this[_0x2a836d(0x159)]['t']('collaboration-client-ui.permission.content'),'type':_0x2a836d(0x1c6),'duration':0x0}),_0x43c213['id']===_0x57c44b[_0x2a836d(0x1d5)]&&this['_notificationService']['show']({'title':this[_0x2a836d(0x159)]['t'](_0x2a836d(0x298)),'content':this[_0x2a836d(0x159)]['t'](_0x2a836d(0x313)),'type':_0x2a836d(0x1c6),'duration':0x0}),_0x43c213['id']===_0x57c44b['JOIN_ROOM_FAILED']&&this[_0x2a836d(0x309)][_0x2a836d(0x1e3)]({'type':_0x4f09c9[_0x2a836d(0x2af)],'content':this['_localeService']['t'](_0x43c213[_0x2a836d(0x2f8)]||'')}),_0x43c213['id']===_0x57c44b[_0x2a836d(0x255)]&&this[_0x2a836d(0x309)][_0x2a836d(0x1e3)]({'type':_0x4f09c9[_0x2a836d(0x2af)],'content':this[_0x2a836d(0x159)]['t']('collaboration-client-ui.session.will-retry')}),_0x43c213['id']===_0x57c44b[_0x2a836d(0x2a2)]&&this[_0x2a836d(0x309)][_0x2a836d(0x1e3)]({'type':_0x4f09c9[_0x2a836d(0xe8)],'content':this['_localeService']['t'](_0x2a836d(0x2a6))}),_0x43c213['id']===_0x57c44b[_0x2a836d(0x1c4)]&&this['_messageService'][_0x2a836d(0x1e3)]({'type':_0x4f09c9[_0x2a836d(0xe8)],'content':this['_localeService']['t'](_0x2a836d(0x14e))});}));}};Pn=Y([J(0x0,_0xd0c61),J(0x1,_0x197647),J(0x2,_0x2975e5(_0x515c7d)),J(0x3,_0x45be88),J(0x4,_0x275bc7),J(0x5,_0x2975e5(_0x128d2d))],Pn);const Fn=_0x5513cb(_0x4d7826(0x285));let In=class extends _0x2d058d{constructor(_0x497cf4,_0x3fad76,_0x378e31,_0x5d72cd,_0x304302){const _0x24fdba=_0x4d7826;super(),this[_0x24fdba(0x165)]=_0x497cf4,this[_0x24fdba(0x151)]=_0x3fad76,this[_0x24fdba(0x310)]=_0x378e31,this[_0x24fdba(0xe5)]=_0x5d72cd,_0x304302?_0x304302==null||_0x304302[_0x24fdba(0x20f)]()['then'](()=>this[_0x24fdba(0x256)]()):(this['_logService'][_0x24fdba(0x277)](_0x24fdba(0x2ee),_0x24fdba(0x101)),this[_0x24fdba(0x256)]());}async['_init'](){const _0x514f95=_0x4d7826;let _0x40f22a=this['_urlService'][_0x514f95(0x2f5)](_0x514f95(0x21a)),_0x133968=this[_0x514f95(0x165)]['getParam'](_0x514f95(0x282)),_0x2a5d96=this['_urlService'][_0x514f95(0x2f5)](_0x514f95(0xde));if(!_0x40f22a||!_0x133968){this[_0x514f95(0x151)][_0x514f95(0x277)]('[CollaborationDataLoaderController]',_0x514f95(0x307));return;}let _0x255427=await this[_0x514f95(0xe5)][_0x514f95(0x243)](_0x40f22a,Number(_0x133968),_0x2a5d96);_0x255427&&_0x255427 instanceof _0x2de7fa&&this[_0x514f95(0x212)](_0x255427);}async[_0x4d7826(0x212)](_0x1fadeb){const _0x2e3ba3=_0x4d7826;await this[_0x2e3ba3(0x276)](_0x1fadeb),_0x1fadeb['activeSheet$'][_0x2e3ba3(0x18b)](_0x59e49a(this[_0x2e3ba3(0x188)]))[_0x2e3ba3(0x2e4)](_0x13c162=>{const _0x2293c9=_0x2e3ba3;_0x13c162&&this[_0x2293c9(0x27b)](_0x13c162);}),this['_urlService'][_0x2e3ba3(0x2a5)][_0x2e3ba3(0x18b)](_0x59e49a(this['dispose$']))[_0x2e3ba3(0x2e4)](()=>this[_0x2e3ba3(0x276)](_0x1fadeb));}[_0x4d7826(0x27b)](_0x57fc07,_0x198fab=!0x1){const _0x5721d3=_0x4d7826;let _0x6cebd5=this[_0x5721d3(0x165)][_0x5721d3(0x2f5)](_0x5721d3(0xde));_0x57fc07[_0x5721d3(0x17e)]()!==_0x6cebd5&&this[_0x5721d3(0x165)][_0x5721d3(0x2ae)](_0x5721d3(0xde),_0x57fc07[_0x5721d3(0x17e)](),_0x198fab);}async[_0x4d7826(0x276)](_0x2c34db){const _0x39e231=_0x4d7826;var _0x51a388;let _0x201dfe=this[_0x39e231(0x165)]['getParam']('subunit');if(!_0x201dfe||!_0x2c34db['getSheetBySheetId'](_0x201dfe)){let _0x493987=_0x2c34db[_0x39e231(0x288)]()[0x0],_0x221ad4=_0x2c34db[_0x39e231(0x2df)](_0x493987);if(!_0x221ad4)return;this['_updateURLWithCurrentState'](_0x221ad4,!0x0),await this[_0x39e231(0x310)][_0x39e231(0x2de)](_0x132b7c['id'],{'unitId':_0x2c34db['getUnitId'](),'subUnitId':_0x493987});return;}((_0x51a388=_0x2c34db[_0x39e231(0xfb)]())==null?void 0x0:_0x51a388['getSheetId']())!==_0x201dfe&&await this[_0x39e231(0x310)][_0x39e231(0x2de)](_0x132b7c['id'],{'unitId':_0x2c34db[_0x39e231(0x2a9)](),'subUnitId':_0x201dfe});}};In=Y([J(0x0,Fn),J(0x1,_0x2e569c),J(0x2,_0x5160b7),J(0x3,_0x2975e5(_0x456d46)),J(0x4,_0x312695(_0x40ba10))],In);let Ln=class{constructor(_0x4bacd6,_0x1f330b){const _0x4e5ffc=_0x4d7826;this[_0x4e5ffc(0x241)]=_0x4bacd6,this[_0x4e5ffc(0x157)]=_0x1f330b;}['transformIMECache'](_0x589517){const _0x5cbe56=_0x4d7826;this[_0x5cbe56(0x269)](_0x589517),this[_0x5cbe56(0x204)](_0x589517);}[_0x4d7826(0x197)](_0x11ff26){const _0x1c9562=_0x4d7826;let {unitID:_0x5a0641}=_0x11ff26,{redoCache:_0x560593}=this[_0x1c9562(0x157)]['getRenderById'](_0x5a0641)['with'](_0x35af8a)[_0x1c9562(0x14b)]();if(_0x560593[_0x1c9562(0x2bc)]===0x0)return _0x11ff26;let _0x4e179=_0x4e8798[_0x1c9562(0x1ec)](_0x11ff26[_0x1c9562(0x324)][0x0]);for(let _0x373b0a=0x0;_0x373b0a<_0x560593['length'];_0x373b0a++){let _0x314322={'id':_0x1c9562(0x1ea),'params':{..._0x560593[_0x373b0a]}},_0x58242e=this[_0x1c9562(0x241)][_0x1c9562(0x32e)](_0x4e179,_0x314322,!0x1);if(_0x25931a(_0x58242e))throw _0x58242e[_0x1c9562(0x1c6)];_0x4e179=_0x58242e[_0x1c9562(0x17d)];}return{..._0x4e8798[_0x1c9562(0x1ec)](_0x11ff26),'mutations':[_0x4e179]};}[_0x4d7826(0x269)](_0x21338d){const _0x295f11=_0x4d7826;let {unitID:_0x2d0abe}=_0x21338d,_0x4303a8=this[_0x295f11(0x157)][_0x295f11(0xfd)](_0x2d0abe)['with'](_0x35af8a),{undoCache:_0x2cefaf,redoCache:_0x428906}=_0x4303a8['getUndoRedoMutationParamsCache']();if(_0x2cefaf[_0x295f11(0x2bc)]===0x0||_0x428906[_0x295f11(0x2bc)]===0x0)return;let _0xd494e3=[],_0x2a4839=[],_0x5b469b=_0x4e8798[_0x295f11(0x1ec)](_0x21338d['mutations'][0x0]),_0x55bff4=_0x4e8798['deepClone'](_0x21338d['mutations'][0x0]);for(let _0x45b35e=_0x2cefaf[_0x295f11(0x2bc)]-0x1;_0x45b35e>=0x0;_0x45b35e--){let _0x2fc992={'id':_0x295f11(0x1ea),'params':{..._0x2cefaf[_0x45b35e]}},_0x1e4467={'id':_0x295f11(0x1ea),'params':{..._0x428906[_0x45b35e]}},_0x4e2e0e=this['_transformService'][_0x295f11(0x32e)](_0x5b469b,_0x2fc992,!0x1),_0x362788=this[_0x295f11(0x241)]['transformMutation'](_0x55bff4,_0x1e4467,!0x1);if(_0x25931a(_0x4e2e0e))throw _0x4e2e0e[_0x295f11(0x1c6)];if(_0x25931a(_0x362788))throw _0x362788[_0x295f11(0x1c6)];_0xd494e3['unshift'](_0x4e2e0e[_0x295f11(0x14c)][_0x295f11(0x2b7)]),_0x2a4839[_0x295f11(0x261)](_0x362788[_0x295f11(0x14c)][_0x295f11(0x2b7)]),_0x5b469b=_0x4e2e0e['m1Prime'],_0x55bff4=_0x362788[_0x295f11(0x17d)];}_0x4303a8[_0x295f11(0x297)]({'undoCache':_0xd494e3,'redoCache':_0x2a4839});}[_0x4d7826(0x204)](_0x1f16d3){const _0x44de99=_0x4d7826;let {unitID:_0x179433}=_0x1f16d3,_0x7895de=this[_0x44de99(0x157)]['getRenderById'](_0x179433)[_0x44de99(0x1c2)](_0x35af8a),_0x83d8b1=_0x7895de['getActiveRange']();if(_0x83d8b1==null)return;let _0x50850a=[{'id':_0x44de99(0x1ea),'params':{'unitId':_0x1f16d3[_0x44de99(0x232)],'actions':null,'textRanges':[_0x83d8b1]}}],_0x22a973=this[_0x44de99(0x241)][_0x44de99(0x1bf)](_0x1f16d3,_0x50850a);if(!_0x3b4f9c(_0x22a973))throw _0x22a973['error'];let _0x1323fd=_0x22a973[_0x44de99(0x14c)][0x0]['params'][_0x44de99(0x1ff)];Array['isArray'](_0x1323fd)&&_0x1323fd[_0x44de99(0x2bc)]&&_0x7895de['setActiveRange'](_0x1323fd[0x0]);}};Ln=Y([J(0x0,_0x796fe5),J(0x1,_0x1fc985)],Ln);let Rn=class{constructor(_0x52a969,_0x483513,_0x32352e){const _0x5f1305=_0x4d7826;this['_injector']=_0x52a969,this[_0x5f1305(0x241)]=_0x483513,this['_docStateChangeManagerService']=_0x32352e;}['transformStateCache'](_0x2f35c0){const _0x349ccf=_0x4d7826;this[_0x349ccf(0x175)](_0x2f35c0);}[_0x4d7826(0x197)](_0x3fa61a){const _0x48ee8d=_0x4d7826;let {unitID:_0x5a863b}=_0x3fa61a,{collaboration:_0x3a9211}=this[_0x48ee8d(0x147)][_0x48ee8d(0x26f)](_0x5a863b);if(_0x3a9211['length']===0x0)return _0x3fa61a;let _0x4e1339=_0x4e8798[_0x48ee8d(0x1ec)](_0x3fa61a[_0x48ee8d(0x324)][0x0]);for(let _0xaba4c4=0x0;_0xaba4c4<_0x3a9211[_0x48ee8d(0x2bc)];_0xaba4c4++){let _0x50feb1={'id':_0x48ee8d(0x1ea),'params':{'unitId':_0x3a9211[_0xaba4c4][_0x48ee8d(0x245)],..._0x3a9211[_0xaba4c4][_0x48ee8d(0x1a6)]}},_0x565809=this[_0x48ee8d(0x241)][_0x48ee8d(0x32e)](_0x4e1339,_0x50feb1,!0x1);if(_0x25931a(_0x565809))throw _0x565809[_0x48ee8d(0x1c6)];_0x4e1339=_0x565809['m1Prime'];}return{..._0x4e8798[_0x48ee8d(0x1ec)](_0x3fa61a),'mutations':[_0x4e1339]};}[_0x4d7826(0x175)](_0x35d3be){const _0x4864b6=_0x4d7826;let {unitID:_0x240cb9}=_0x35d3be,{history:_0xdb21c9,collaboration:_0x414e26}=this['_docStateChangeManagerService']['getStateCache'](_0x240cb9);if(_0xdb21c9[_0x4864b6(0x2bc)]===0x0&&_0x414e26[_0x4864b6(0x2bc)]===0x0)return;let _0x855959=[],_0x4570b9=[],_0x3bcefb=_0x4e8798['deepClone'](_0x35d3be[_0x4864b6(0x324)][0x0]),_0x39faf8=_0x4e8798['deepClone'](_0x35d3be[_0x4864b6(0x324)][0x0]);for(let _0x56bfef=_0xdb21c9[_0x4864b6(0x2bc)]-0x1;_0x56bfef>=0x0;_0x56bfef--){let _0xa5ba59={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0xdb21c9[_0x56bfef][_0x4864b6(0x245)],..._0xdb21c9[_0x56bfef]['undoState']}},_0x484870={'id':_0x4864b6(0x1ea),'params':{'unitId':_0xdb21c9[_0x56bfef][_0x4864b6(0x245)],..._0xdb21c9[_0x56bfef][_0x4864b6(0x1a6)]}},_0x30fa44=this[_0x4864b6(0x241)][_0x4864b6(0x32e)](_0x3bcefb,_0xa5ba59,!0x1),_0x5128dc=this['_transformService'][_0x4864b6(0x32e)](_0x39faf8,_0x484870,!0x1);if(_0x25931a(_0x30fa44))throw _0x30fa44[_0x4864b6(0x1c6)];if(_0x25931a(_0x5128dc))throw _0x5128dc[_0x4864b6(0x1c6)];_0x855959['unshift']({..._0xdb21c9[_0x56bfef],'undoState':_0x30fa44[_0x4864b6(0x14c)]['params'],'redoState':_0x5128dc[_0x4864b6(0x14c)][_0x4864b6(0x2b7)]}),_0x3bcefb=_0x30fa44[_0x4864b6(0x17d)],_0x39faf8=_0x5128dc['m1Prime'];}_0x3bcefb=_0x4e8798[_0x4864b6(0x1ec)](_0x35d3be[_0x4864b6(0x324)][0x0]),_0x39faf8=_0x4e8798['deepClone'](_0x35d3be[_0x4864b6(0x324)][0x0]);for(let _0x2882f1=_0x414e26['length']-0x1;_0x2882f1>=0x0;_0x2882f1--){let _0x4be458={'id':_0x4864b6(0x1ea),'params':{'unitId':_0x414e26[_0x2882f1][_0x4864b6(0x245)],..._0x414e26[_0x2882f1]['undoState']}},_0x367e4a={'id':_0x4864b6(0x1ea),'params':{'unitId':_0x414e26[_0x2882f1][_0x4864b6(0x245)],..._0x414e26[_0x2882f1][_0x4864b6(0x1a6)]}},_0xd56326=this[_0x4864b6(0x241)][_0x4864b6(0x32e)](_0x3bcefb,_0x4be458,!0x1),_0x82e434=this[_0x4864b6(0x241)][_0x4864b6(0x32e)](_0x39faf8,_0x367e4a,!0x1);if(_0x25931a(_0xd56326))throw _0xd56326[_0x4864b6(0x1c6)];if(_0x25931a(_0x82e434))throw _0x82e434[_0x4864b6(0x1c6)];_0x4570b9['unshift']({..._0x414e26[_0x2882f1],'undoState':_0xd56326[_0x4864b6(0x14c)][_0x4864b6(0x2b7)],'redoState':_0x82e434[_0x4864b6(0x14c)][_0x4864b6(0x2b7)]}),_0x3bcefb=_0xd56326[_0x4864b6(0x17d)],_0x39faf8=_0x82e434[_0x4864b6(0x17d)];}this[_0x4864b6(0x147)][_0x4864b6(0x321)](_0x240cb9,{'history':_0x855959,'collaboration':_0x4570b9});}};Rn=Y([J(0x0,_0x2975e5(_0x2bf279)),J(0x1,_0x796fe5),J(0x2,_0x2975e5(_0x2d0f8c))],Rn);let zn=class{constructor(_0xbf1c0a,_0x2dec69){const _0x39fc69=_0x4d7826;this[_0x39fc69(0xf6)]=_0xbf1c0a,this[_0x39fc69(0x241)]=_0x2dec69;}[_0x4d7826(0xed)](_0x4df8b2){const _0x1f911a=_0x4d7826;var _0x4b3611;let _0x13ec53=this['_injector'][_0x1f911a(0x17a)](_0x4086a9),_0x26e517=(_0x4b3611=_0x13ec53[_0x1f911a(0x17c)]())==null?[]:_0x4b3611;if(_0x26e517[_0x1f911a(0x2bc)]===0x0)return;let _0x97e1b5=_0x4df8b2['unitID'],_0x5b605f=[{'id':_0x1f911a(0x1ea),'params':{'unitId':_0x97e1b5,'actions':null,'textRanges':_0x26e517}}],_0x496cf3=this[_0x1f911a(0x241)][_0x1f911a(0x1bf)](_0x4df8b2,_0x5b605f);if(!_0x3b4f9c(_0x496cf3))throw _0x496cf3[_0x1f911a(0x1c6)];let _0x1ec292=_0x496cf3[_0x1f911a(0x14c)][0x0][_0x1f911a(0x2b7)][_0x1f911a(0x1ff)];Array[_0x1f911a(0x29f)](_0x1ec292)&&_0x1ec292[_0x1f911a(0x2bc)]&&_0x13ec53[_0x1f911a(0x1d7)](_0x1ec292,{'unitId':_0x97e1b5,'subUnitId':_0x97e1b5},!0x1);}};zn=Y([J(0x0,_0x2975e5(_0x2bf279)),J(0x1,_0x796fe5)],zn);let Bn=class extends _0x4f1642{constructor(_0x264fb3,_0x10b6af,_0x434b5e,_0x2df956,_0x2199ab,_0x2d0b04,_0x3a4ec0){const _0x2638eb=_0x4d7826;super(),this[_0x2638eb(0x265)]=_0x264fb3,this['_docTransformIMECacheService']=_0x10b6af,this[_0x2638eb(0x2fc)]=_0x434b5e,this['_docTransformSelectionsService']=_0x2df956,this[_0x2638eb(0x22e)]=_0x2199ab,this[_0x2638eb(0x309)]=_0x2d0b04,this[_0x2638eb(0x159)]=_0x3a4ec0,q(this,_0x2638eb(0x2b4),new _0x57044e(_0x57973c[_0x2638eb(0x273)])),this['_initEntityListener']();}['_initEntityListener'](){const _0x379a5b=_0x4d7826;this[_0x379a5b(0x2f1)](this[_0x379a5b(0x265)][_0x379a5b(0x1cc)]['subscribe'](_0x4a9ccd=>{const _0x2e1566=_0x379a5b;_0x4a9ccd instanceof _0x236f4e&&_0x4a9ccd[_0x2e1566(0x262)]({'onTransformIME':_0xbbc433=>this[_0x2e1566(0x1e2)][_0x2e1566(0x1a2)](_0xbbc433),'onTransformState':_0x119002=>this[_0x2e1566(0x2fc)][_0x2e1566(0x1ae)](_0x119002),'onTransformSelections':_0x2fd0c6=>this['_docTransformSelectionsService'][_0x2e1566(0xed)](_0x2fd0c6),'onSyncEditingCollabCursor':_0x1e49ae=>this[_0x2e1566(0x22e)][_0x2e1566(0x29e)](_0x1e49ae),'onTransformRemoteChangesetByIMECache':_0x28ecf7=>this[_0x2e1566(0x1e2)][_0x2e1566(0x197)](_0x28ecf7),'onTransformRemoteChangesetByStateCache':_0x28c324=>this[_0x2e1566(0x2fc)][_0x2e1566(0x197)](_0x28c324)});}));}};Bn=Y([J(0x0,_0x2975e5(_0x14ae00)),J(0x1,_0x2975e5(Ln)),J(0x2,_0x2975e5(Rn)),J(0x3,_0x2975e5(zn)),J(0x4,_0x2975e5(bn)),J(0x5,_0x45be88),J(0x6,_0x2975e5(_0x128d2d))],Bn);let Vn=class extends _0x4f1642{constructor(_0x35b3b9,_0x5d404c,_0x5d4900,_0x3126da){const _0x445f81=_0x4d7826;super(),this[_0x445f81(0xf6)]=_0x35b3b9,this[_0x445f81(0x30c)]=_0x5d404c,this[_0x445f81(0x151)]=_0x5d4900,this[_0x445f81(0x2c5)]=_0x3126da,q(this,_0x445f81(0x327),void 0x0),this[_0x445f81(0x256)]();}[_0x4d7826(0x256)](){const _0x308287=_0x4d7826;this[_0x308287(0x1c9)](),this[_0x308287(0x1da)](),this[_0x308287(0x13a)](),this['_initUserListener']();}['_initUserListener'](){const _0x3b6006=_0x4d7826;this[_0x3b6006(0x2f1)](this[_0x3b6006(0x2c5)][_0x3b6006(0x16f)][_0x3b6006(0x2e4)](_0x6a31fa=>{const _0x51ddf2=_0x3b6006;this[_0x51ddf2(0x327)]=_0x6a31fa==null?void 0x0:_0x6a31fa[_0x51ddf2(0x103)];}));}[_0x4d7826(0x1c9)](){const _0x4f6cd0=_0x4d7826;let _0x291335=_0x58ea07=>{const _0x3694ef=_0x2258;var _0x21cf91;this[_0x3694ef(0x169)]('error',_0x3694ef(0x186)+_0x58ea07[_0x3694ef(0x28a)]+_0x3694ef(0x21f)+_0x58ea07[_0x3694ef(0x100)]+':'+_0x58ea07[_0x3694ef(0x179)]+':'+_0x58ea07[_0x3694ef(0x234)]+'\x0a'+(((_0x21cf91=_0x58ea07['error'])==null?void 0x0:_0x21cf91[_0x3694ef(0x2ce)])||''));};window[_0x4f6cd0(0x291)]('error',_0x291335),this['disposeWithMe'](()=>{const _0x44f63c=_0x4f6cd0;window[_0x44f63c(0x10a)](_0x44f63c(0x1c6),_0x291335);});}[_0x4d7826(0x1da)](){const _0x4d6bb9=_0x4d7826;let _0xd94d0c=_0x52a1b4=>{const _0x45a8e7=_0x2258;this[_0x45a8e7(0x169)](_0x45a8e7(0x1c6),_0x45a8e7(0x264)+_0x52a1b4[_0x45a8e7(0x30f)]);};window[_0x4d6bb9(0x291)]('unhandledrejection',_0xd94d0c),this['disposeWithMe'](()=>{const _0xc71593=_0x4d6bb9;window[_0xc71593(0x10a)](_0xc71593(0x145),_0xd94d0c);});}[_0x4d7826(0x13a)](){const _0x43cecc=_0x4d7826;let _0x550cc8=this[_0x43cecc(0x151)]['error'][_0x43cecc(0x12a)](this[_0x43cecc(0x151)]);this[_0x43cecc(0x151)]['error']=(..._0x4a6609)=>{const _0x2742f6=_0x43cecc;let _0x1ebac3=_0x4a6609[_0x2742f6(0x25d)](_0x535a92=>_0x535a92 instanceof Error?_0x535a92[_0x2742f6(0x28a)]+'\x0a'+_0x535a92['stack']:String(_0x535a92))[_0x2742f6(0x263)]('\x20');this['_uploadLog'](_0x2742f6(0x1c6),'[LogService\x20Error]:\x20'+_0x1ebac3),_0x550cc8(..._0x4a6609);},this['disposeWithMe'](()=>{const _0x45c361=_0x43cecc;this['_logService'][_0x45c361(0x1c6)]=_0x550cc8;});}['_uploadLog'](_0x958d4d,_0x1e5cb2){const _0x45757e=_0x4d7826;try{let _0xea2025={'userId':this[_0x45757e(0x327)],'logLabel':_0x958d4d,'content':_0x1e5cb2};this[_0x45757e(0x30c)][_0x45757e(0x283)](_0x45757e(0x108),{'body':_0xea2025})[_0x45757e(0xea)](()=>{});}catch{}}};Vn=Y([J(0x0,_0x2975e5(_0x2bf279)),J(0x1,_0x2975e5(_0x30454a)),J(0x2,_0x2e569c),J(0x3,_0x2975e5(_0x3ebc7d))],Vn);function Hn(_0x148ca6){const _0x58587c=_0x4d7826;var _0x4ad3df,_0x3c81c4;let _0x4766a0=(_0x4ad3df=_0x148ca6['stageInfo'])==null?void 0x0:_0x4ad3df['stage'],_0x1454b3=((_0x3c81c4=_0x148ca6['stageInfo'])==null?void 0x0:_0x3c81c4[_0x58587c(0x308)])||0x0;return _0x4766a0===_0x4e45d5[_0x58587c(0x2a8)]&&_0x1454b3>0x0;}function Un(_0x400eb1){const _0x32c10b=_0x4d7826;return _0x400eb1[_0x32c10b(0x320)]===_0x964841['SUCCESS'];}let Wn=class extends _0x4f1642{constructor(_0xfa4be7,_0x1e1a87,_0x54630a,_0x51856b,_0x5825ca,_0x279d7d,_0x4411a2){const _0x47bf63=_0x4d7826;super(),this[_0x47bf63(0x309)]=_0xfa4be7,this[_0x47bf63(0x310)]=_0x1e1a87,this[_0x47bf63(0x1df)]=_0x54630a,this['_httpService']=_0x51856b,this[_0x47bf63(0x31a)]=_0x5825ca,this[_0x47bf63(0x151)]=_0x279d7d,this[_0x47bf63(0x159)]=_0x4411a2,q(this,_0x47bf63(0x1c5),null),q(this,_0x47bf63(0x184),0x0),q(this,_0x47bf63(0x2d9),0x0),q(this,'_taskIds',[]),q(this,_0x47bf63(0x1c0),0x0),this['_initCommandInterceptor']();}['_initCommandInterceptor'](){const _0x490866=_0x4d7826;this[_0x490866(0x2f1)](this[_0x490866(0x310)][_0x490866(0x305)]((_0x457d10,_0x18058d)=>{const _0x492110=_0x490866;var _0x10ed7b;if(_0x457d10['id']!==_0x5b6ab5['id'])return;let _0x24f0e6=_0x457d10['params'];if(this['_hasFormulaInDirtyRanges']((_0x10ed7b=_0x24f0e6[_0x492110(0x2e9)])==null?[]:_0x10ed7b)&&!this[_0x492110(0x2b3)]())throw this[_0x492110(0x2b8)](_0x457d10,_0x18058d),this['_showGuardMessage'](),new _0x736cd3();})),this[_0x490866(0x2f1)](this['_commandService']['onCommandExecuted']((_0x181a67,_0x42a203)=>{const _0x71b27e=_0x490866;if(_0x181a67['id']!==_0xb333d0['id'])return;let _0x120481=_0x181a67[_0x71b27e(0x2b7)];if(Hn(_0x120481)){let _0x20d55a=_0x5d1e23();this[_0x71b27e(0x122)][_0x71b27e(0x141)](_0x20d55a),this[_0x71b27e(0x193)](_0x20d55a);}else{if(Un(_0x120481)&&this[_0x71b27e(0x122)][_0x71b27e(0x2bc)]>0x0){let _0x4d4b6d=this[_0x71b27e(0x122)]['shift']();this['_releaseCalculationLimit'](_0x4d4b6d);}}}));}['dispose'](){const _0x57d380=_0x4d7826;super[_0x57d380(0x315)](),this[_0x57d380(0x290)](),this[_0x57d380(0x122)]=[],this['_currentUsage']=0x0,this[_0x57d380(0x184)]=0x0,this['_lastResponseTimestamp']=0x0;}async[_0x4d7826(0x2b8)](_0x1b4f29,_0xd628e2){const _0x46de81=_0x4d7826;for(let _0x4c6073=0x0;_0x4c6073<0x1e;_0x4c6073++)try{if(await this[_0x46de81(0x14f)](),this['_checkCalculationAvailable']()){this['_applyCommand'](_0x1b4f29,_0xd628e2),this[_0x46de81(0x309)][_0x46de81(0x1e3)]({'content':this[_0x46de81(0x159)]['t']('collaboration-client-ui.formula.calculation.started'),'type':_0x4f09c9[_0x46de81(0xe7)]});return;}await new Promise(_0x3349b3=>{const _0x462b04=_0x46de81;this[_0x462b04(0x1c5)]=window[_0x462b04(0x1f2)](_0x3349b3,0x3e8);});}catch(_0x53b7c0){this[_0x46de81(0x151)]['error'](_0x53b7c0);}this['_messageService'][_0x46de81(0x1e3)]({'content':this[_0x46de81(0x159)]['t'](_0x46de81(0x1a9)),'type':_0x4f09c9['Error']});}[_0x4d7826(0x148)](_0x533aad,_0xd1fc96){const _0x13ce6c=_0x4d7826;try{this['_commandService']['executeCommand'](_0x533aad['id'],_0x533aad['params'],_0xd1fc96);}catch(_0x4b638c){this[_0x13ce6c(0x151)][_0x13ce6c(0x1c6)](_0x4b638c);}}['_setFormulaLimitStatus'](_0x28b412,_0x23c977){const _0x182b58=_0x4d7826;_0x23c977<this[_0x182b58(0x1c0)]||(this[_0x182b58(0x1c0)]=_0x23c977,this['_maxFormulaLimit']=Number['parseInt'](_0x28b412[_0x182b58(0x19b)]),this['_currentUsage']=Number['parseInt'](_0x28b412[_0x182b58(0x2f7)]));}async[_0x4d7826(0x193)](_0x12b12c){const _0x86fac0=_0x4d7826;let _0x4eb9d9=Date[_0x86fac0(0x22d)]();try{var _0x344fff,_0x3c6c8f;let _0x140f95=((_0x344fff=this[_0x86fac0(0x1df)][_0x86fac0(0xf5)](_0xe6392a))==null?void 0x0:_0x344fff[_0x86fac0(0x11c)])||_0x86fac0(0x314),_0x35ebc1=(await this[_0x86fac0(0x30c)]['post'](_0x140f95,{'body':JSON[_0x86fac0(0x326)]({'taskId':_0x12b12c})}))['body'];if(((_0x3c6c8f=_0x35ebc1[_0x86fac0(0x1c6)])==null?void 0x0:_0x3c6c8f[_0x86fac0(0x185)])!==_0x2dbe68['OK'])return;this[_0x86fac0(0x11d)](_0x35ebc1[_0x86fac0(0x1d2)],_0x4eb9d9);}catch(_0x759db6){this[_0x86fac0(0x151)][_0x86fac0(0x1c6)](_0x759db6);}}async[_0x4d7826(0x14f)](_0x1481de){const _0x10ffe0=_0x4d7826;let _0x55c6e2=Date[_0x10ffe0(0x22d)]();try{var _0x4ce4d3,_0x51e399;let _0x44dbae=((_0x4ce4d3=this[_0x10ffe0(0x1df)]['getConfig'](_0xe6392a))==null?void 0x0:_0x4ce4d3[_0x10ffe0(0x2f4)])||_0x10ffe0(0x322),_0x5a8f52=_0x1481de?_0x44dbae+_0x10ffe0(0x28f)+encodeURIComponent(_0x1481de):_0x44dbae,_0x2e5c48=(await this[_0x10ffe0(0x30c)][_0x10ffe0(0x17a)](_0x5a8f52))[_0x10ffe0(0x213)];if(((_0x51e399=_0x2e5c48['error'])==null?void 0x0:_0x51e399[_0x10ffe0(0x185)])!==_0x2dbe68['OK'])return;this[_0x10ffe0(0x11d)](_0x2e5c48[_0x10ffe0(0x1d2)],_0x55c6e2);}catch(_0x1fa25d){this[_0x10ffe0(0x151)]['error'](_0x1fa25d);}}async['_releaseCalculationLimit'](_0x50b3f2){const _0x2f2b4c=_0x4d7826;let _0x2641ac=Date[_0x2f2b4c(0x22d)]();try{var _0x2c7d25,_0x150b3c;let _0x5d7df8=((_0x2c7d25=this[_0x2f2b4c(0x1df)][_0x2f2b4c(0xf5)](_0xe6392a))==null?void 0x0:_0x2c7d25[_0x2f2b4c(0x20d)])||_0x2f2b4c(0x16a),_0x4cbe3f=(await this['_httpService']['post'](_0x5d7df8,{'body':JSON[_0x2f2b4c(0x326)]({'taskId':_0x50b3f2})}))[_0x2f2b4c(0x213)];if(((_0x150b3c=_0x4cbe3f[_0x2f2b4c(0x1c6)])==null?void 0x0:_0x150b3c[_0x2f2b4c(0x185)])!==_0x2dbe68['OK'])return;this[_0x2f2b4c(0x11d)](_0x4cbe3f[_0x2f2b4c(0x1d2)],_0x2641ac);}catch(_0x1dc1e2){this[_0x2f2b4c(0x151)][_0x2f2b4c(0x1c6)](_0x1dc1e2);}}[_0x4d7826(0x2b3)](){const _0x2c2934=_0x4d7826;return this['_maxFormulaLimit']===0x0?!0x0:this[_0x2c2934(0x184)]-this[_0x2c2934(0x2d9)]>0x0;}[_0x4d7826(0x290)](){const _0x417158=_0x4d7826;this[_0x417158(0x1c5)]&&(clearTimeout(this['_pollingInterval']),this['_pollingInterval']=null);}[_0x4d7826(0x15b)](){const _0x378244=_0x4d7826;this['_messageService'][_0x378244(0x1e3)]({'content':this[_0x378244(0x159)]['t']('collaboration-client-ui.formula.calculation.waiting'),'type':_0x4f09c9[_0x378244(0x1a4)]});}['_hasFormulaInDirtyRanges'](_0x374a94){const _0x32a4c6=_0x4d7826;for(let _0x1ebbc4 of _0x374a94){let {unitId:_0x5ecaba,sheetId:_0x5bd98c,range:_0x141fcb}=_0x1ebbc4,_0x65311=this['_univerInstanceService'][_0x32a4c6(0xf0)](_0x5ecaba);if(!_0x65311)continue;let _0xfb4a13=_0x65311[_0x32a4c6(0x2df)](_0x5bd98c);if(!_0xfb4a13)continue;let _0x5ca68c=_0xfb4a13[_0x32a4c6(0x11b)]();for(let _0x4d02af=_0x141fcb[_0x32a4c6(0x1eb)];_0x4d02af<=_0x141fcb[_0x32a4c6(0x246)];_0x4d02af++)for(let _0x445fc0=_0x141fcb[_0x32a4c6(0xe0)];_0x445fc0<=_0x141fcb[_0x32a4c6(0x202)];_0x445fc0++){let _0x39f206=_0x5ca68c[_0x32a4c6(0x118)](_0x4d02af,_0x445fc0);if(_0x39f206&&(_0x4d99fe(_0x39f206['f'])||_0x3218ca(_0x39f206['si'])))return!0x0;}}return!0x1;}};Wn=Y([J(0x0,_0x2975e5(_0x45be88)),J(0x1,_0x5160b7),J(0x2,_0x138612),J(0x3,_0x2975e5(_0x30454a)),J(0x4,_0x4aed1f),J(0x5,_0x2e569c),J(0x6,_0x2975e5(_0x128d2d))],Wn);let Gn=class extends _0x4f1642{constructor(_0xdf7d33,_0x553982,_0x3ca23f){const _0x161610=_0x4d7826;super(),this['_configService']=_0xdf7d33,this[_0x161610(0x304)]=_0x553982,this[_0x161610(0x15c)]=_0x3ca23f,q(this,_0x161610(0x303),new Map()),q(this,_0x161610(0x1af),new Map()),q(this,_0x161610(0x2bf),!0x1);}['disableLocalCache'](){const _0x506606=_0x4d7826;this[_0x506606(0x2bf)]=!0x0;}[_0x4d7826(0x2ab)](){const _0x27a6ae=_0x4d7826;this[_0x27a6ae(0x2bf)]=!0x1;}get[_0x4d7826(0x2ea)](){const _0x4abb17=_0x4d7826;return this[_0x4abb17(0x1af)];}['dispose'](){const _0x4079fc=_0x4d7826;this[_0x4079fc(0x2be)]()[_0x4079fc(0x1b0)](()=>super[_0x4079fc(0x315)]());}async['loadOfflineData'](_0x4f0aed){const _0x44d3ca=_0x4d7826;return this[_0x44d3ca(0x2bf)]?null:this[_0x44d3ca(0x304)][_0x44d3ca(0x163)](_0x4698e9(_0x4f0aed));}async['saveOfflineData'](_0x3abcbd,_0x38af8c){const _0x21e6aa=_0x4d7826;return!!this[_0x21e6aa(0x304)][_0x21e6aa(0x295)](_0x4698e9(_0x3abcbd),_0x38af8c);}async[_0x4d7826(0x2c9)](_0x5857b8,_0x350c6b){const _0x39af58=_0x4d7826;var _0x8a5914;let _0x3344f3=(_0x8a5914=this['_cachedData'][_0x39af58(0x17a)](_0x5857b8))==null?await this[_0x39af58(0x304)]['getItem'](_0x4698e9(_0x5857b8)):_0x8a5914;if(!_0x3344f3)return;let _0x3b1dba=Date[_0x39af58(0x22d)](),_0x23190b=new Date(_0x3b1dba)[_0x39af58(0x2c7)]();await this[_0x39af58(0x304)][_0x39af58(0x295)](_0x4698e9(_0x5857b8)+_0x39af58(0x299)+_0x3b1dba,{'reason':_0x350c6b,'createdAt':_0x23190b,'data':_0x3344f3});}['updateOfflineData'](_0x4ef549,_0x110570,_0xd1f833,_0x2ae391){const _0x2b57c7=_0x4d7826;let _0x330c98=this[_0x2b57c7(0x15c)][_0x2b57c7(0xf3)](_0x4ef549);this[_0x2b57c7(0x303)][_0x2b57c7(0x209)](_0x4ef549,{'unitID':_0x4ef549,'type':_0x110570,'awaitingChangeset':_0xd1f833,'mutations':_0x2ae391,'rev':_0x330c98}),this[_0x2b57c7(0x1af)][_0x2b57c7(0x1a3)](_0x4ef549)||this[_0x2b57c7(0x1a7)](_0x4ef549);}['_scheduleSaving'](_0x1c3fa6){const _0x3d2c87=_0x4d7826;let _0x5469f9=this[_0x3d2c87(0x1f9)]();_0x5469f9===0x0?this[_0x3d2c87(0x11e)](_0x1c3fa6):this[_0x3d2c87(0x1af)][_0x3d2c87(0x209)](_0x1c3fa6,window[_0x3d2c87(0x1f2)](()=>this['_saveCache'](_0x1c3fa6),_0x5469f9));}[_0x4d7826(0x1f9)](){const _0x22569e=_0x4d7826;var _0xb6dbde;return(_0xb6dbde=this[_0x22569e(0x1df)]['getConfig'](_0x19ffaf))==null?_0x30e2d9:_0xb6dbde;}[_0x4d7826(0x11e)](_0x471ec1){const _0x3655b9=_0x4d7826;let _0x3b2361=this[_0x3655b9(0x1af)][_0x3655b9(0x17a)](_0x471ec1);return _0x3b2361!==void 0x0&&window['clearTimeout'](_0x3b2361),this[_0x3655b9(0x304)][_0x3655b9(0x295)](_0x4698e9(_0x471ec1),this['_cachedData']['get'](_0x471ec1))[_0x3655b9(0x1b0)](()=>this['_saveTaskMap']['delete'](_0x471ec1));}async['exhaustSavingTask'](){const _0x1e277c=_0x4d7826;let _0x4855ca=[];this['_saveTaskMap'][_0x1e277c(0x1b4)]((_0x2f3e47,_0x168e47)=>{const _0x35e075=_0x1e277c;window[_0x35e075(0x2c8)](_0x2f3e47),_0x4855ca[_0x35e075(0x141)](this[_0x35e075(0x11e)](_0x168e47)[_0x35e075(0x1b0)](()=>{const _0x572ce3=_0x35e075;this[_0x572ce3(0x1af)][_0x572ce3(0x111)](_0x168e47);}));}),await Promise[_0x1e277c(0x206)](_0x4855ca);}};Gn=Y([J(0x0,_0x138612),J(0x1,_0x1ebf86),J(0x2,_0x2975e5(_0x5ad3bf))],Gn);var Kn=class extends _0x2d058d{constructor(){const _0x5c4f6e=_0x4d7826;super(),q(this,_0x5c4f6e(0x2a5),void 0x0),this[_0x5c4f6e(0x2a5)]=_0x38baf8(window,_0x5c4f6e(0x2fd))[_0x5c4f6e(0x18b)](_0x59e49a(this[_0x5c4f6e(0x188)]),_0x75714c({'bufferSize':0x1,'refCount':!0x0}),_0x312181(void 0x0));}[_0x4d7826(0x2ae)](_0x2c9af3,_0x2e6ecb,_0x1eb9e0=!0x1){const _0x234feb=_0x4d7826;let _0x2e2c84=new URL(window['location']['href']);_0x2e2c84['searchParams'][_0x234feb(0x209)](_0x2c9af3,_0x2e6ecb),_0x1eb9e0?window[_0x234feb(0x1fe)]['replaceState']('','',_0x2e2c84[_0x234feb(0x1ed)]()):window['history']['pushState']('','',_0x2e2c84['toString']());}[_0x4d7826(0x187)](_0x4cfc05,_0x43a770=!0x1){const _0x1f1bc9=_0x4d7826;let _0x434e99=new URL(window[_0x1f1bc9(0x1a1)]['href']);_0x434e99[_0x1f1bc9(0x23f)]['delete'](_0x4cfc05),_0x43a770?window[_0x1f1bc9(0x1fe)][_0x1f1bc9(0x32f)]('','',_0x434e99[_0x1f1bc9(0x1ed)]()):window[_0x1f1bc9(0x1fe)][_0x1f1bc9(0x1f3)]('','',_0x434e99[_0x1f1bc9(0x1ed)]());}['getParam'](_0x23809f){const _0x41aac2=_0x4d7826;var _0x28a2af;return(_0x28a2af=new URL(window[_0x41aac2(0x1a1)][_0x41aac2(0x194)])[_0x41aac2(0x23f)]['get'](_0x23809f))==null?void 0x0:_0x28a2af;}};let $=class extends _0x53e595{constructor(_0x10cb6c=cn,_0x2ab380,_0x21c253,_0x578561){const _0x38f8e2=_0x4d7826;super(),this[_0x38f8e2(0x132)]=_0x10cb6c,this[_0x38f8e2(0x157)]=_0x2ab380,this[_0x38f8e2(0xf6)]=_0x21c253,this[_0x38f8e2(0x1df)]=_0x578561;let {..._0xd4791e}=_0x126ddb({},cn,this[_0x38f8e2(0x132)]);this[_0x38f8e2(0x1df)][_0x38f8e2(0x22a)](_0x38f8e2(0x10d),_0xd4791e);}[_0x4d7826(0x107)](){const _0x3a9b2d=_0x4d7826;this[_0x3a9b2d(0x1ac)](),this[_0x3a9b2d(0x29a)]();}[_0x4d7826(0x237)](){const _0x39e16d=_0x4d7826;this[_0x39e16d(0x1a8)]();}[_0x4d7826(0x1ac)](){const _0x2126e8=_0x4d7826;var _0x30c8e7;let _0x1e6cea=[[Z],[Wn],[Fn,{'useClass':Kn}],[_0x47d565,{'useClass':_0x467d37}],[_0x197647,{'useClass':Gn}],[X],[tn],[Pn],[Q],[In]];this[_0x2126e8(0x132)][_0x2126e8(0x140)]!==!0x1&&_0x1e6cea[_0x2126e8(0x141)]([zn],[Ln],[Rn],[bn],[Bn],[ln]),this['_config']['enableFrontendLog']&&_0x1e6cea[_0x2126e8(0x141)]([Vn]),_0x105f0d(this[_0x2126e8(0xf6)],_0x42835e(_0x1e6cea,(_0x30c8e7=this[_0x2126e8(0x132)])==null?void 0x0:_0x30c8e7[_0x2126e8(0x2c6)]));}[_0x4d7826(0x1a8)](){const _0x1e9014=_0x4d7826;this[_0x1e9014(0x132)][_0x1e9014(0x140)]!==!0x1&&this[_0x1e9014(0x2f1)](this[_0x1e9014(0x157)][_0x1e9014(0x177)](_0x70929f[_0x1e9014(0x21b)],[kn])),this[_0x1e9014(0x2f1)](this[_0x1e9014(0x157)]['registerRenderModule'](_0x70929f['UNIVER_SHEET'],[jn])),this[_0x1e9014(0x2f1)](this[_0x1e9014(0x157)][_0x1e9014(0x177)](_0x70929f[_0x1e9014(0x13d)],[Nn])),this[_0x1e9014(0x2f1)](this[_0x1e9014(0x157)]['registerRenderModule'](_0x70929f[_0x1e9014(0x249)],[En]));}[_0x4d7826(0x29a)](){const _0x251e7f=_0x4d7826;_0x1ea026(this[_0x251e7f(0xf6)],[[Q],[X],[tn],[Pn],[In],[Wn]]),this[_0x251e7f(0x132)]['enableDocumentCollaborationUI']!==!0x1&&_0x1ea026(this['_injector'],[[Bn],[ln]]),this[_0x251e7f(0x132)]['enableFrontendLog']&&_0x1ea026(this[_0x251e7f(0xf6)],[[Vn]]);}};q($,_0x4d7826(0x18e),_0x4d7826(0xfe)),q($,'packageName',on),q($,'version',sn),$=Y([_0x3b29cf(_0x531e80),J(0x1,_0x1fc985),J(0x2,_0x2975e5(_0x2bf279)),J(0x3,_0x138612)],$);let qn=class extends _0x21d8c5{constructor(_0x578778,_0xddf04f,_0x4aae09,_0x10d9a6,_0x478e0e){super(_0x578778,_0xddf04f,_0x4aae09,_0x10d9a6,_0x478e0e);}async[_0x4d7826(0x2c2)](_0x5659c8){const _0x2beb44=_0x4d7826;let _0x36373f=await this['_getSessionTicket'](),_0x57c19e=this[_0x2beb44(0x143)](_0x5659c8,_0x36373f);return this[_0x2beb44(0x23e)](_0x57c19e);}[_0x4d7826(0x143)](_0xfe183d,_0x47dbfa){const _0x7c3f83=_0x4d7826;let _0x2fb315=typeof window>'u'?new URL(_0xfe183d):new URL(_0xfe183d,window[_0x7c3f83(0x1a1)][_0x7c3f83(0x146)]);_0x2fb315[_0x7c3f83(0x23f)][_0x7c3f83(0x209)]('sessionTicket',_0x47dbfa);let _0x24fb18=typeof window>'u'?new URLSearchParams():new URLSearchParams(window[_0x7c3f83(0x1a1)][_0x7c3f83(0x17b)]);return _0x24fb18[_0x7c3f83(0x17a)](_0x7c3f83(0x30a))&&_0x2fb315['searchParams']['set'](_0x7c3f83(0x30a),_0x24fb18[_0x7c3f83(0x17a)](_0x7c3f83(0x30a))),_0x2fb315['toString']();}async[_0x4d7826(0xe9)](){const _0x2814ae=_0x4d7826;var _0xcceb8b,_0x2e758e,_0x340b72;let _0x57d7b2=this['_configService'][_0x2814ae(0xf5)](_0xe6392a),_0x5a3db5=(_0xcceb8b=_0x57d7b2==null?void 0x0:_0x57d7b2[_0x2814ae(0x323)])==null?_0x541f21:_0xcceb8b;return(_0x2e758e=(_0x340b72=(await this[_0x2814ae(0x30c)][_0x2814ae(0x17a)](_0x5a3db5,{'headers':{'Content-Type':'application/json'}}))[_0x2814ae(0x213)])==null?void 0x0:_0x340b72[_0x2814ae(0x22f)])==null?'':_0x2e758e;}};qn=Y([J(0x0,_0x2975e5(_0x2bf279)),J(0x1,_0x2975e5(_0x30454a)),J(0x2,_0x138612),J(0x3,_0x2e569c),J(0x4,_0x16328b)],qn);let Jn=class extends _0x4f1642{constructor(_0x1861b7,_0x3dafed,_0x2e1812){super(),this['_instanceService']=_0x1861b7,this['_httpService']=_0x3dafed,this['_configService']=_0x2e1812;}async[_0x4d7826(0x117)](_0x1e25c3,_0x322ff1,_0x3cff6d,..._0x4dc22a){const _0x490c20=_0x4d7826;var _0x271330,_0x490f85,_0x10deca,_0x1873c1;let _0x3705a6=this[_0x490c20(0x15a)]['getFocusedUnit']();if(!_0x3705a6)throw Error(_0x490c20(0x1f7));let _0x378d9f=((_0x271330=this[_0x490c20(0x1df)][_0x490c20(0xf5)](_0x1c3344))==null?_0x2bd71f:_0x271330)+'/'+_0x1e25c3+'/run/'+_0x322ff1,_0x5f26c1={'scriptId':_0x1e25c3,'runId':(_0x490f85=new URL(window[_0x490c20(0x1a1)]['href'])[_0x490c20(0x23f)]['get']('runId'))==null?'':_0x490f85,'function':_0x322ff1,'unitId':_0x3705a6[_0x490c20(0x2a9)](),'argsOfFunction':JSON['stringify'](_0x4dc22a),'invokeId':(_0x10deca=_0x3cff6d[_0x490c20(0x1f8)])==null?'':_0x10deca,'executionId':(_0x1873c1=_0x3cff6d['executionId'])==null?'':_0x1873c1};try{let _0x508097=await this['_httpService'][_0x490c20(0x283)](_0x378d9f,{'body':_0x5f26c1});return _0x508097[_0x490c20(0x213)]['error']&&_0x508097['body'][_0x490c20(0x1c6)][_0x490c20(0x185)]!==_0x2dbe68['OK']?_0x490c20(0x31e):_0x508097[_0x490c20(0x213)][_0x490c20(0x2d8)];}catch{return _0x490c20(0x31e);}}};Jn=Y([J(0x0,_0x4aed1f),J(0x1,_0x2975e5(_0x30454a)),J(0x2,_0x138612)],Jn);const Yn=0x7530,Xn=_0x4d7826(0x2bd);var Zn=class extends _0x4f1642{constructor(){const _0x2c0965=_0x4d7826;super(),q(this,_0x2c0965(0xf7),_0x5d1e23()),q(this,'_selfUnitIDs',new Set()),q(this,_0x2c0965(0x27a),new Map()),q(this,_0x2c0965(0x18d),null),q(this,_0x2c0965(0x1fc),new Map()),q(this,_0x2c0965(0x1c7),new Map()),this['_init']();}[_0x4d7826(0x315)](){const _0x82b81d=_0x4d7826;super['dispose'](),this[_0x82b81d(0x1fc)][_0x82b81d(0x1b4)]((_0x560c6c,_0xbed634)=>this[_0x82b81d(0x1a5)](_0xbed634)),this[_0x82b81d(0x18d)]&&window[_0x82b81d(0x19f)](this[_0x82b81d(0x18d)]);}[_0x4d7826(0x24e)](_0x56db4a){const _0x27b127=_0x4d7826;return this['_ensureSubject'](_0x56db4a)[_0x27b127(0x18b)](_0x4aef9c());}[_0x4d7826(0x2f2)](_0x2be8d1){const _0x40e3a2=_0x4d7826;this['_selfUnitIDs']['size']===0x0&&this[_0x40e3a2(0x1e9)](),this['_selfUnitIDs'][_0x40e3a2(0x1ba)](_0x2be8d1),this['_send']({'type':0x0,'memberID':this[_0x40e3a2(0xf7)],'unitIDs':[_0x2be8d1],'isForwarded':!0x1});}[_0x4d7826(0x1bd)](_0x3cb46f){const _0x18eedd=_0x4d7826;this[_0x18eedd(0x106)][_0x18eedd(0x111)](_0x3cb46f),this['_selfUnitIDs'][_0x18eedd(0x161)]===0x0&&this[_0x18eedd(0x18d)]&&window['clearInterval'](this[_0x18eedd(0x18d)]);}[_0x4d7826(0x256)](){const _0x4a6d9f=_0x4d7826;this[_0x4a6d9f(0x2f1)](_0x2994ac(_0x38baf8(window,_0x4a6d9f(0x252))[_0x4a6d9f(0x2e4)](_0x3c78e4=>{const _0x5de218=_0x4a6d9f;if(_0x3c78e4['key']!==Xn||!_0x3c78e4[_0x5de218(0x171)])return;let _0x2aa88c=JSON[_0x5de218(0x1d0)](_0x3c78e4[_0x5de218(0x171)]);this[_0x5de218(0x289)](_0x2aa88c);}))),window[_0x4a6d9f(0x291)](_0x4a6d9f(0x1be),()=>this[_0x4a6d9f(0x201)]({'type':0x1,'memberID':this['_id'],'unitIDs':Array[_0x4a6d9f(0xdd)](this[_0x4a6d9f(0x106)])}));}[_0x4d7826(0x289)](_0x1eac68){const _0x5e03dc=_0x4d7826;switch(_0x1eac68['type']){case 0x0:this[_0x5e03dc(0xff)](_0x1eac68);break;case 0x1:this['_handleLeaveEvent'](_0x1eac68);break;case 0x2:this['_handleHeartbeatEvent'](_0x1eac68);break;}}[_0x4d7826(0xff)](_0x468333){const _0x4e8748=_0x4d7826;let {unitIDs:_0x14fa8d,memberID:_0x375704,isForwarded:_0x58c209}=_0x468333;_0x14fa8d[_0x4e8748(0x1b4)](_0x5171ee=>{const _0x93f599=_0x4e8748;if(!_0x58c209&&this[_0x93f599(0x27a)][_0x93f599(0x1a3)](_0x5171ee)&&this[_0x93f599(0xf9)](_0x5171ee)[_0x93f599(0x2b2)](_0x2a0e65[_0x93f599(0x195)]),!this[_0x93f599(0x27a)][_0x93f599(0x1a3)](_0x5171ee)||!this['_unitOnClients'][_0x93f599(0x17a)](_0x5171ee)[_0x93f599(0x1a3)](_0x375704)){let _0x5720f0=this[_0x93f599(0x27a)][_0x93f599(0x17a)](_0x5171ee)||new Set();_0x5720f0[_0x93f599(0x1ba)](_0x375704),this[_0x93f599(0x27a)][_0x93f599(0x209)](_0x5171ee,_0x5720f0),this[_0x93f599(0x2ad)](_0x375704);}}),_0x58c209||this[_0x4e8748(0x201)]({'type':0x0,'memberID':this[_0x4e8748(0xf7)],'unitIDs':[...this[_0x4e8748(0x106)]],'isForwarded':!0x0});}['_scheduleClearOtherTimer'](_0x48a56e){const _0x12dd42=_0x4d7826;this[_0x12dd42(0x1a5)](_0x48a56e);let _0x215615=window[_0x12dd42(0x1f2)](()=>{const _0x3fc760=_0x12dd42;this[_0x3fc760(0x27a)]['forEach'](_0x48b3cf=>{const _0x4d0bfe=_0x3fc760;_0x48b3cf[_0x4d0bfe(0x111)](_0x48a56e);});},Yn*0x2);this[_0x12dd42(0x1fc)]['set'](_0x48a56e,_0x215615);}[_0x4d7826(0x1a5)](_0x21ec10){const _0x3c35eb=_0x4d7826;if(this[_0x3c35eb(0x1fc)][_0x3c35eb(0x1a3)](_0x21ec10)){let _0x1aaa2c=this[_0x3c35eb(0x1fc)][_0x3c35eb(0x17a)](_0x21ec10);_0x1aaa2c&&window[_0x3c35eb(0x2c8)](_0x1aaa2c),this['_clearOtherTimers'][_0x3c35eb(0x209)](_0x21ec10,null);}}['_handleLeaveEvent'](_0x38597e){const _0x268ca3=_0x4d7826;let {memberID:_0xce487b,unitIDs:_0x4ba927}=_0x38597e;_0x4ba927['forEach'](_0x3452d9=>{const _0x4cf7c1=_0x2258;var _0x2023d2;let _0x909dc0=this[_0x4cf7c1(0x27a)][_0x4cf7c1(0x17a)](_0x3452d9);_0x909dc0&&(_0x909dc0['delete'](_0xce487b),(_0x2023d2=this[_0x4cf7c1(0xf9)](_0x3452d9))==null||_0x2023d2[_0x4cf7c1(0x2b2)](_0x909dc0['size']===0x0?_0x2a0e65['NO_OTHER_CLIENTS_EDITING']:_0x2a0e65[_0x4cf7c1(0x195)]));}),this[_0x268ca3(0x1a5)](_0xce487b);}[_0x4d7826(0x2d1)](_0x40d710){const _0x22f11a=_0x4d7826;this[_0x22f11a(0x2ad)](_0x40d710['memberID']);}['_send'](_0x2ba593){const _0x5e3845=_0x4d7826;localStorage[_0x5e3845(0x295)](Xn,JSON[_0x5e3845(0x326)](_0x2ba593));}[_0x4d7826(0x1e9)](){const _0x4f3cb0=_0x4d7826;this['_heartbeatTimer']=window[_0x4f3cb0(0x259)](()=>{const _0x3b496f=_0x4f3cb0;this['_send']({'type':0x2,'memberID':this[_0x3b496f(0xf7)]});},Yn);}[_0x4d7826(0xf9)](_0x46daed){const _0xddc20=_0x4d7826;return this[_0xddc20(0x1c7)][_0xddc20(0x1a3)](_0x46daed)||this[_0xddc20(0x1c7)][_0xddc20(0x209)](_0x46daed,new _0x57044e(_0x2a0e65['NO_OTHER_CLIENTS_EDITING'])),this[_0xddc20(0x1c7)][_0xddc20(0x17a)](_0x46daed);}};export{qn as BrowserCollaborationSocketService,X as DesktopCollaborationStatusDisplayController,Fn as IURLService,Jn as RemoteUniscriptService,An as SheetCollabCursorShape,$ as UniverCollaborationClientUIPlugin,Zn as WebBrowserSingleActiveUnitService};
1
+ const _0x12e69f=_0x2051;(function(_0x1c31a3,_0xc645be){const _0x7b30ae=_0x2051,_0x2b6df7=_0x1c31a3();while(!![]){try{const _0x55d468=-parseInt(_0x7b30ae(0x3b7))/0x1*(parseInt(_0x7b30ae(0x33c))/0x2)+parseInt(_0x7b30ae(0x3c2))/0x3*(-parseInt(_0x7b30ae(0x3ea))/0x4)+-parseInt(_0x7b30ae(0x365))/0x5+parseInt(_0x7b30ae(0x32f))/0x6+parseInt(_0x7b30ae(0x276))/0x7*(parseInt(_0x7b30ae(0x383))/0x8)+parseInt(_0x7b30ae(0x26e))/0x9+-parseInt(_0x7b30ae(0x377))/0xa*(parseInt(_0x7b30ae(0x280))/0xb);if(_0x55d468===_0xc645be)break;else _0x2b6df7['push'](_0x2b6df7['shift']());}catch(_0x251c21){_0x2b6df7['push'](_0x2b6df7['shift']());}}}(_0x4f58,0xcb3ba));import{BOARD_TOP_RIGHT_MENU_LEADING_PART as _0x4011a1,IBoardElementStateService as _0x4a3364,getBoardElementRenderObjectKey as _0x11cb05}from'@univerjs-pro/boards-ui';import{COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY as _0x23c907,CollaborationController as _0x1d7a8d,CollaborationSessionService as _0x1d6a95,CollaborationSocketService as _0x1f148e,CollaborationStatus as _0x1c9bbb,CollaborationUIEventId as _0x4cf333,CollaborationUIEventService as _0x5278e7,DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT as _0x5ba05e,DEFAULT_WS_SESSION_TICKET_URL as _0x41f306,DataLoaderService as _0x178936,DocCollaborationEntity as _0x50ee06,ILocalCacheService as _0x45f1ab,LOCAL_CACHE_INTERVAL as _0x4daf82,LOCAL_CACHE_INTERVAL_KEY as _0x4615ba,MemberService as _0x2d22bc,REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY as _0x4a15cd,SessionStatus as _0x37ed25,UnitStatus as _0x394b28,UniverCollaborationClientPlugin as _0x2da37d,getLocalCacheKey as _0x2cfa0f}from'@univerjs-pro/collaboration-client';import{COLORS as _0x273955,CanceledError as _0x213df0,ColorKit as _0x40b9da,DOC_RANGE_TYPE as _0x4faa88,DependentOn as _0x4cb9ac,Disposable as _0xfa11d4,DisposableCollection as _0x2345c4,ICommandService as _0x41da16,IConfigService as _0x188328,IImageIoService as _0x39b136,ILocalStorageService as _0x3ccd1f,ILogService as _0x2a73d7,IUniverInstanceService as _0x1ff84b,Inject as _0x54edce,Injector as _0x485f8c,LocaleService as _0x1d0344,Optional as _0x11f330,Plugin as _0x4a4c3f,PluginService as _0x1d7db8,Rectangle as _0x340c32,RxDisposable as _0x3b482a,ThemeService as _0x247f8e,Tools as _0x19cd3e,UniverInstanceType as _0x4cc843,Workbook as _0x1b67c9,createIdentifier as _0x2017fb,debounce as _0x56de04,fromEventSubject as _0x51bac9,generateRandomId as _0x19564d,isFormulaId as _0x1028c8,isFormulaString as _0x2ca7e7,isInternalEditorID as _0x374dc1,merge as _0x6668,mergeOverrideWithDependencies as _0x303e42,registerDependencies as _0x385b63,toDisposable as _0x242400,touchDependencies as _0x18d115}from'@univerjs/core';import{BuiltInUIPart as _0x40f600,IBeforeCloseService as _0x136d6a,IMessageService as _0x52b70e,INotificationService as _0x594c15,IShortcutService as _0x1aec99,IUIPartsService as _0x50e845,connectInjector as _0x48f813,useDependency as _0x90eb44,useObservable as _0x2fbf7f}from'@univerjs/ui';import{BehaviorSubject as _0x2c5746,Subject as _0x231ec5,combineLatest as _0x5dac58,debounceTime as _0x4e72f8,distinctUntilChanged as _0x1e393b,filter as _0x20934b,fromEvent as _0x3103d7,mapTo as _0x36e8ac,merge as _0x3dfb9c,of as _0x204fbb,shareReplay as _0x377286,switchMap as _0x5553f3,takeUntil as _0x58f4bb}from'rxjs';import{distinctUntilChanged as _0x24baad,filter as _0x44f6d5,map as _0x52dc5c,switchMap as _0x68db4a,takeUntil as _0x328b4e,throttleTime as _0x130eb1}from'rxjs/operators';import{Button as _0x5460ba,MessageType as _0x47e927,Tooltip as _0x2712e2,clsx as _0x2ea6fa}from'@univerjs/design';import{LoadingMultiIcon as _0x52f27c,OffLineIcon as _0x188502,OnLineIcon as _0x3812bd,WarningIcon as _0x4022c3}from'@univerjs/icons';import{createElement as _0x806860,useCallback as _0x4aaf57,useMemo as _0x2d9e86}from'react';import{Fragment as _0x5d5880,jsx as _0x320080,jsxs as _0x1f600f}from'react/jsx-runtime';import{IRenderManagerService as _0x40ac66,Rect as _0x4f817e,RegularPolygon as _0x46dad0,SHEET_VIEWPORT_KEY as _0x3b2eff,Shape as _0x58652d,TRANSFORM_CHANGE_OBSERVABLE_TYPE as _0x6ac21c,Vector2 as _0x3441b4,getColor as _0x5dfff7}from'@univerjs/engine-render';import{HTTPService as _0x42f426,ISocketService as _0x2c3cce,WebSocketService as _0x2a1a15}from'@univerjs/network';import{DocIMEInputManagerService as _0x453bb4,IDocClipboardService as _0x312ec9,NodePositionConvertToCursor as _0x1af3ac,NodePositionConvertToRectRange as _0x500cff,SetDocZoomRatioOperation as _0x3828d4,TEXT_RANGE_LAYER_INDEX as _0x26b07b}from'@univerjs/docs-ui';import{CollaborationEvent as _0x46afd7,ISnapshotServerService as _0x5cab37,ITransformService as _0x3e9679,RevisionService as _0x55f15e,SnapshotLoadStage as _0x87101c,SnapshotLoadingService as _0x3698f2,isTransformMutationFailure as _0x2e286f,isTransformMutationsWithChangesetSuccess as _0x551289}from'@univerjs-pro/collaboration';import{DocSelectionManagerService as _0x371c99,DocSkeletonManagerService as _0x45419b,DocStateChangeManagerService as _0x3d031b,RichTextEditingMutation as _0xb0fffe,SetTextSelectionsOperation as _0x8f0ef5}from'@univerjs/docs';import{FormulaExecuteStageType as _0x1335c1,FormulaExecutedStateType as _0x7eb4c2,SetFormulaCalculationNotificationMutation as _0x5cd13c,SetFormulaCalculationStartMutation as _0x36b508,deserializeRangeWithSheet as _0x15299e,serializeRangeWithSheet as _0x2b4dbe}from'@univerjs/engine-formula';import{EffectRefRangId as _0x151937,RefRangeService as _0x12441a,SetSelectionsOperation as _0x3da58d,SetWorksheetActivateCommand as _0x30a663,SheetsSelectionsService as _0x30f08d,handleDeleteRangeMoveLeft as _0x3b3afb,handleDeleteRangeMoveUp as _0x430272,handleIRemoveCol as _0x2b2c47,handleIRemoveRow as _0x1d4a15,handleInsertCol as _0x1fcd50,handleInsertRangeMoveDown as _0x346f88,handleInsertRangeMoveRight as _0x549884,handleInsertRow as _0x4157cc,handleMoveRange as _0x4e548d,runRefRangeMutations as _0x56ec96}from'@univerjs/sheets';import{ISlideDrawingStateService as _0x44faab,buildDrawingOKey as _0x5bff4b}from'@univerjs-pro/slides-ui';import{ISheetLoadingRenderService as _0x28517d,SheetSkeletonManagerService as _0x348097,getCoordByCell as _0x2079da,getSheetObject as _0x4be76a}from'@univerjs/sheets-ui';import{IRemoteInstanceService as _0x2dcad5}from'@univerjs/rpc';import{ErrorCode as _0x38087c}from'@univerjs/protocol';function cn(_0x2704ab){const _0x5626ff=_0x2051;switch(_0x2704ab){case _0x1c9bbb[_0x5626ff(0x34c)]:return{'icon':_0x320080(_0x188502,{}),'colorClass':_0x5626ff(0x2cf),'i18nKey':_0x5626ff(0x2e3),'tooltipKey':_0x5626ff(0x277),'clickable':!0x0,'indicator':'static'};case _0x1c9bbb[_0x5626ff(0x41e)]:return{'icon':_0x320080(_0x188502,{}),'colorClass':'univer-text-orange-500','i18nKey':_0x5626ff(0x3e0),'clickable':!0x1,'indicator':_0x5626ff(0x301)};case _0x1c9bbb['FETCH_MISS']:return{'icon':_0x320080(_0x52f27c,{}),'colorClass':'univer-text-blue-500','i18nKey':'collaboration-client-ui.collabStatus.fetchMiss','clickable':!0x1,'indicator':_0x5626ff(0x270)};case _0x1c9bbb[_0x5626ff(0x3cb)]:return{'icon':_0x320080(_0x3812bd,{}),'colorClass':_0x5626ff(0x1ef),'i18nKey':_0x5626ff(0x458),'clickable':!0x1,'indicator':_0x5626ff(0x301)};case _0x1c9bbb['AWAITING']:case _0x1c9bbb['AWAITING_WITH_PENDING']:return{'icon':_0x320080(_0x52f27c,{}),'colorClass':_0x5626ff(0x245),'i18nKey':_0x5626ff(0x408),'clickable':!0x1,'indicator':'spin'};case _0x1c9bbb[_0x5626ff(0x2fb)]:return{'icon':_0x320080(_0x52f27c,{}),'colorClass':_0x5626ff(0x245),'i18nKey':_0x5626ff(0x408),'clickable':!0x1,'indicator':'spin'};case _0x1c9bbb['SYNCED']:return{'icon':_0x320080(_0x3812bd,{}),'colorClass':'univer-text-green-500','i18nKey':'collaboration-client-ui.collabStatus.synced','clickable':!0x1,'indicator':_0x5626ff(0x301)};}}function ln(_0x267b6d){const _0x9677e5=_0x2051;let {status$:_0x5f38be}=_0x267b6d,_0x43df9d=_0x2fbf7f(_0x5f38be,_0x1c9bbb['NOT_COLLAB']),_0x53d6ee=_0x90eb44(_0x1d0344),_0x210cff=_0x90eb44(_0x1d6a95),_0x2d1882=_0x2d9e86(()=>cn(_0x43df9d),[_0x43df9d]),_0x1da23b=_0x43df9d!==_0x1c9bbb[_0x9677e5(0x34c)],_0x2cd921=_0x53d6ee['t'](_0x2d1882['i18nKey']),_0x2f3232=_0x2d1882[_0x9677e5(0x324)]?_0x53d6ee['t'](_0x2d1882[_0x9677e5(0x324)]):_0x2cd921,_0x426eca=_0x4aaf57(()=>{_0x1da23b||_0x210cff['reconnect']();},[_0x1da23b,_0x210cff]),_0x2e5682=_0x4aaf57(_0x5f335a=>{const _0x313f56=_0x9677e5;!_0x1da23b&&(_0x5f335a[_0x313f56(0x318)]===_0x313f56(0x3e4)||_0x5f335a[_0x313f56(0x318)]==='\x20')&&(_0x5f335a['preventDefault'](),_0x210cff[_0x313f56(0x267)]());},[_0x1da23b,_0x210cff]),_0x4fd281=_0x320080(_0x9677e5(0x357),{'className':_0x2ea6fa(_0x9677e5(0x37d),_0x9677e5(0x330),_0x2d1882[_0x9677e5(0x1fc)],{'univer-animate-spin':_0x2d1882[_0x9677e5(0x42f)]===_0x9677e5(0x270),'univer-animate-pulse':_0x2d1882[_0x9677e5(0x42f)]===_0x9677e5(0x2fc)}),'aria-hidden':_0x9677e5(0x31e),'children':_0x2d1882['icon']}),_0x43b616=_0x320080(_0x9677e5(0x357),{'className':_0x2ea6fa(_0x9677e5(0x37d),_0x9677e5(0x3e9),'univer-transition-all\x20univer-duration-200','focus:univer-outline-none\x20focus:univer-ring-2\x20focus:univer-ring-primary-500\x20focus:univer-ring-offset-2',_0x9677e5(0x264),{'univer-cursor-pointer\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700':_0x2d1882[_0x9677e5(0x2c9)],'univer-cursor-default':!_0x2d1882[_0x9677e5(0x2c9)]}),'children':_0x4fd281});return _0x2d1882['clickable']?_0x320080(_0x2712e2,{'title':_0x2f3232,'placement':'bottom','children':_0x320080(_0x9677e5(0x380),{'type':_0x9677e5(0x380),'onClick':_0x426eca,'onKeyDown':_0x2e5682,'className':_0x2ea6fa(_0x9677e5(0x266),_0x9677e5(0x23a),_0x9677e5(0x229),_0x9677e5(0x446)),'aria-label':_0x2cd921+'\x20-\x20'+_0x2f3232,'role':_0x9677e5(0x461),'aria-live':_0x9677e5(0x33f),'aria-atomic':_0x9677e5(0x31e),'children':_0x43b616})}):_0x320080(_0x2712e2,{'title':_0x2f3232,'placement':_0x9677e5(0x2be),'children':_0x320080(_0x9677e5(0x2ae),{'className':_0x2ea6fa('univer-inline-flex\x20univer-items-center\x20univer-justify-center',_0x9677e5(0x23a),_0x9677e5(0x229)),'aria-label':_0x2cd921,'role':'status','aria-live':_0x9677e5(0x33f),'aria-atomic':'true','children':_0x43b616})});}function K(_0x5b9977){'@babel/helpers - typeof';const _0x574d6b=_0x2051;return K=typeof Symbol==_0x574d6b(0x257)&&typeof Symbol[_0x574d6b(0x2b9)]==_0x574d6b(0x218)?function(_0x1ecbdb){return typeof _0x1ecbdb;}:function(_0x13e48e){const _0x12d471=_0x574d6b;return _0x13e48e&&typeof Symbol=='function'&&_0x13e48e[_0x12d471(0x2f3)]===Symbol&&_0x13e48e!==Symbol[_0x12d471(0x3df)]?_0x12d471(0x218):typeof _0x13e48e;},K(_0x5b9977);}function un(_0x26d52c,_0x3c07d1){const _0x1b729a=_0x2051;if(K(_0x26d52c)!=_0x1b729a(0x33b)||!_0x26d52c)return _0x26d52c;var _0x2510d6=_0x26d52c[Symbol[_0x1b729a(0x2b2)]];if(_0x2510d6!==void 0x0){var _0x4d9c3f=_0x2510d6['call'](_0x26d52c,_0x3c07d1||'default');if(K(_0x4d9c3f)!=_0x1b729a(0x33b))return _0x4d9c3f;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x3c07d1==='string'?String:Number)(_0x26d52c);}function dn(_0x5eb2d4){const _0x4801e5=_0x2051;var _0x1a3cfb=un(_0x5eb2d4,_0x4801e5(0x269));return K(_0x1a3cfb)=='symbol'?_0x1a3cfb:_0x1a3cfb+'';}function q(_0x2095f0,_0x4d41d4,_0xa967f4){const _0x35b92e=_0x2051;return(_0x4d41d4=dn(_0x4d41d4))in _0x2095f0?Object[_0x35b92e(0x282)](_0x2095f0,_0x4d41d4,{'value':_0xa967f4,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2095f0[_0x4d41d4]=_0xa967f4,_0x2095f0;}function J(_0x57321b,_0x33e9b3){return function(_0x5ea1ba,_0x4bcf9e){_0x33e9b3(_0x5ea1ba,_0x4bcf9e,_0x57321b);};}function Y(_0xaf245c,_0x44326a,_0x1646dd,_0x3a9559){const _0x1db6b9=_0x2051;var _0x185f50=arguments['length'],_0x626491=_0x185f50<0x3?_0x44326a:_0x3a9559===null?_0x3a9559=Object['getOwnPropertyDescriptor'](_0x44326a,_0x1646dd):_0x3a9559,_0x151fe8;if(typeof Reflect=='object'&&typeof Reflect[_0x1db6b9(0x35f)]=='function')_0x626491=Reflect[_0x1db6b9(0x35f)](_0xaf245c,_0x44326a,_0x1646dd,_0x3a9559);else{for(var _0x394bc7=_0xaf245c['length']-0x1;_0x394bc7>=0x0;_0x394bc7--)(_0x151fe8=_0xaf245c[_0x394bc7])&&(_0x626491=(_0x185f50<0x3?_0x151fe8(_0x626491):_0x185f50>0x3?_0x151fe8(_0x44326a,_0x1646dd,_0x626491):_0x151fe8(_0x44326a,_0x1646dd))||_0x626491);}return _0x185f50>0x3&&_0x626491&&Object[_0x1db6b9(0x282)](_0x44326a,_0x1646dd,_0x626491),_0x626491;}let X=class extends _0xfa11d4{constructor(_0x11ca67,_0x196cf4,_0x13c54b,_0x30a0cf){const _0x190b6a=_0x2051;super(),this[_0x190b6a(0x1f8)]=_0x11ca67,this[_0x190b6a(0x39c)]=_0x196cf4,this[_0x190b6a(0x42c)]=_0x13c54b,this[_0x190b6a(0x243)]=_0x30a0cf,q(this,_0x190b6a(0x43d),new _0x2c5746(_0x1c9bbb['NOT_COLLAB'])),this[_0x190b6a(0x31a)](),this[_0x190b6a(0x41b)]();}[_0x12e69f(0x41b)](){const _0x1811cf=_0x12e69f;this['disposeWithMe'](_0x3dfb9c(this['_univerInstanceService']['focused$'],this[_0x1811cf(0x1f8)][_0x1811cf(0x251)](_0x4cc843[_0x1811cf(0x409)]),this[_0x1811cf(0x1f8)][_0x1811cf(0x251)](_0x4cc843['UNIVER_SHEET']))[_0x1811cf(0x3b0)](_0x52dc5c(()=>pn(this['_univerInstanceService'])),_0x24baad(),_0x5553f3(_0x3acda4=>_0x3acda4?this[_0x1811cf(0x42c)]['getCollabEntity$'](_0x3acda4):_0x204fbb(null)),_0x5553f3(_0x4d8f3a=>_0x4d8f3a?_0x4d8f3a['status$']:_0x204fbb(_0x1c9bbb[_0x1811cf(0x3cb)])))[_0x1811cf(0x23c)](_0x56d75c=>{const _0x3d0f23=_0x1811cf;this[_0x3d0f23(0x43d)][_0x3d0f23(0x2f7)](_0x56d75c);}));}[_0x12e69f(0x31a)](){const _0x46c737=_0x12e69f;this['disposeWithMe'](this[_0x46c737(0x243)][_0x46c737(0x386)](_0x40f600[_0x46c737(0x263)],()=>_0x48f813(hn({'status$':this[_0x46c737(0x43d)][_0x46c737(0x22c)]()}),this[_0x46c737(0x39c)])));}};X=Y([J(0x0,_0x1ff84b),J(0x1,_0x54edce(_0x485f8c)),J(0x2,_0x54edce(_0x1d7a8d)),J(0x3,_0x50e845)],X);let fn=class extends _0xfa11d4{constructor(_0x158eb1,_0x17720f,_0x3663bd,_0x1f64f3){const _0x32d871=_0x12e69f;super(),this[_0x32d871(0x1f8)]=_0x158eb1,this[_0x32d871(0x39c)]=_0x17720f,this[_0x32d871(0x42c)]=_0x3663bd,this[_0x32d871(0x243)]=_0x1f64f3,q(this,_0x32d871(0x43d),new _0x2c5746(_0x1c9bbb['NOT_COLLAB'])),this[_0x32d871(0x31a)](),this['_initStatusListener']();}[_0x12e69f(0x41b)](){const _0xb7045=_0x12e69f;this[_0xb7045(0x432)](_0x3dfb9c(_0x204fbb(null),this[_0xb7045(0x1f8)][_0xb7045(0x251)](_0x4cc843['UNIVER_BOARD']))['pipe'](_0x52dc5c(()=>mn(this[_0xb7045(0x1f8)])),_0x24baad(),_0x5553f3(_0x2e2525=>_0x2e2525?this[_0xb7045(0x42c)][_0xb7045(0x462)](_0x2e2525):_0x204fbb(null)),_0x5553f3(_0x31e42d=>_0x31e42d?_0x31e42d[_0xb7045(0x3fa)]:_0x204fbb(_0x1c9bbb[_0xb7045(0x3cb)])))[_0xb7045(0x23c)](_0x409e78=>{const _0x5e8c86=_0xb7045;this[_0x5e8c86(0x43d)][_0x5e8c86(0x2f7)](_0x409e78);}));}[_0x12e69f(0x31a)](){const _0x1ddc0c=_0x12e69f;this[_0x1ddc0c(0x432)](this[_0x1ddc0c(0x243)]['registerComponent'](_0x4011a1,()=>_0x48f813(hn({'status$':this[_0x1ddc0c(0x43d)][_0x1ddc0c(0x22c)]()}),this['_injector'])));}};fn=Y([J(0x0,_0x1ff84b),J(0x1,_0x54edce(_0x485f8c)),J(0x2,_0x54edce(_0x1d7a8d)),J(0x3,_0x50e845)],fn);function pn(_0x37654f){const _0x4df541=_0x12e69f;let _0x2c2b6c=_0x37654f[_0x4df541(0x43f)](),_0xfb8b5=_0x2c2b6c==null?void 0x0:_0x2c2b6c[_0x4df541(0x2e7)]();if(_0xfb8b5&&!_0x374dc1(_0xfb8b5))return _0xfb8b5;let _0x5c6d3c=_0x37654f[_0x4df541(0x2cd)](_0x4cc843[_0x4df541(0x409)]),_0x3b5283=_0x5c6d3c==null?void 0x0:_0x5c6d3c[_0x4df541(0x2e7)]();if(_0x3b5283&&!_0x374dc1(_0x3b5283))return _0x3b5283;let _0x2561cc=_0x37654f[_0x4df541(0x2cd)](_0x4cc843[_0x4df541(0x314)]);if(_0x2561cc)return _0x2561cc['getUnitId']();let _0x4de657=_0x37654f[_0x4df541(0x2e2)](_0x4cc843[_0x4df541(0x409)])[_0x4df541(0x244)](_0x3db22f=>!_0x374dc1(_0x3db22f['getUnitId']()));return _0x4de657?_0x4de657[_0x4df541(0x2e7)]():null;}function mn(_0x658279){const _0x27a1bb=_0x12e69f;var _0x4ffcd0;let _0x17bb58=_0x658279[_0x27a1bb(0x2cd)](_0x4cc843[_0x27a1bb(0x41f)]);return(_0x4ffcd0=_0x17bb58==null?void 0x0:_0x17bb58[_0x27a1bb(0x2e7)]())==null?null:_0x4ffcd0;}function hn(_0x51ee86){let {status$:_0x1f9cee}=_0x51ee86;return function(){return _0x320080(ln,{'status$':_0x1f9cee});};}var gn='@univerjs-pro/collaboration-client-ui',_n='1.0.0-alpha.4';const vn={};let yn=class extends _0x3b482a{constructor(_0x1399a5,_0x256304){const _0x4c647f=_0x12e69f;super(),this[_0x4c647f(0x352)]=_0x1399a5,this[_0x4c647f(0x231)]=_0x256304,this[_0x4c647f(0x40e)]();}[_0x12e69f(0x40e)](){const _0x326add=_0x12e69f;let _0x21f067=this;this[_0x326add(0x432)](this[_0x326add(0x352)][_0x326add(0x3fb)]({'onBeforePasteImage':async _0x2a34db=>{const _0x3d56ae=_0x326add;let _0x2a587f=await _0x21f067['_imageIoService'][_0x3d56ae(0x28d)](_0x2a34db);return _0x2a587f?{'source':_0x2a587f[_0x3d56ae(0x3b3)],'imageSourceType':_0x2a587f[_0x3d56ae(0x430)]}:null;}}));}};yn=Y([J(0x0,_0x312ec9),J(0x1,_0x39b136)],yn);function bn(_0x428633,_0x51ffad){const _0x4a2cc8=_0x12e69f;_0x428633[_0x4a2cc8(0x38e)](),_0x428633[_0x4a2cc8(0x2d7)]='bold\x2013px\x20Arial,\x20sans-serif';let _0x247645=_0x428633['measureText'](_0x51ffad)[_0x4a2cc8(0x1fa)];return _0x428633['restore'](),Math[_0x4a2cc8(0x3ee)](_0x247645+0x8,0xc8);}function xn(_0xffb0b2,_0xc5a946){const _0x19a022=_0x12e69f;var _0x50f8e2,_0x50a76d,_0x381d2f;let {radius:_0x406788,width:_0x100cb0,height:_0x4a8b17}=_0xc5a946;_0x406788=(_0x50f8e2=_0x406788)==null?0x0:_0x50f8e2,_0x100cb0=(_0x50a76d=_0x100cb0)==null?0x1e:_0x50a76d,_0x4a8b17=(_0x381d2f=_0x4a8b17)==null?0x1e:_0x381d2f;let _0x5a281b=0x0,_0x382037=0x0,_0x6df66e=0x0;_0x5a281b=_0x382037=_0x6df66e=Math[_0x19a022(0x3ee)](_0x406788,_0x100cb0/0x2,_0x4a8b17/0x2),_0xffb0b2[_0x19a022(0x449)](),_0xffb0b2[_0x19a022(0x3f3)](_0x5a281b,0x0),_0xffb0b2['lineTo'](_0x100cb0-_0x382037,0x0),_0xffb0b2[_0x19a022(0x303)](_0x100cb0-_0x382037,_0x382037,_0x382037,Math['PI']*0x3/0x2,0x0,!0x1),_0xffb0b2[_0x19a022(0x311)](_0x100cb0,_0x4a8b17-_0x6df66e),_0xffb0b2[_0x19a022(0x303)](_0x100cb0-_0x6df66e,_0x4a8b17-_0x6df66e,_0x6df66e,0x0,Math['PI']/0x2,!0x1),_0xffb0b2[_0x19a022(0x311)](0x0,_0x4a8b17),_0xffb0b2[_0x19a022(0x311)](0x0,_0x5a281b),_0xffb0b2['arc'](_0x5a281b,_0x5a281b,_0x5a281b,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0xffb0b2[_0x19a022(0x337)](),_0xc5a946[_0x19a022(0x3f0)]&&(_0xffb0b2[_0x19a022(0x38e)](),_0xffb0b2[_0x19a022(0x290)]=_0xc5a946[_0x19a022(0x3f0)],_0xc5a946[_0x19a022(0x3a3)]==='evenodd'?_0xffb0b2['fill'](_0x19a022(0x3ba)):_0xffb0b2[_0x19a022(0x3f0)](),_0xffb0b2[_0x19a022(0x210)]());}var Sn=class e extends _0x58652d{constructor(_0x34ea16,_0x24c524){const _0x551ecc=_0x12e69f;super(_0x34ea16,_0x24c524),q(this,_0x551ecc(0x1f4),void 0x0),q(this,_0x551ecc(0x402),void 0x0),this[_0x551ecc(0x1f4)]=_0x24c524==null?void 0x0:_0x24c524[_0x551ecc(0x1f4)],this['text']=_0x24c524==null?void 0x0:_0x24c524[_0x551ecc(0x402)];}static[_0x12e69f(0x24e)](_0x1cb139,_0x231d2b){const _0x441bc9=_0x12e69f;let {text:_0x55b776,color:_0x5580ea}=_0x231d2b;_0x1cb139[_0x441bc9(0x38e)](),_0x1cb139[_0x441bc9(0x2d7)]=_0x441bc9(0x20e);let _0x3ead86=_0x1cb139[_0x441bc9(0x254)](_0x55b776)[_0x441bc9(0x1fa)];if(xn(_0x1cb139,{'height':0x14,'radius':0x4,'width':bn(_0x1cb139,_0x55b776),'fill':_0x5580ea,'evented':!0x1}),_0x1cb139[_0x441bc9(0x290)]=_0x441bc9(0x37c),_0x3ead86>0xc0){let _0x1c982b='',_0xeb9ce=0x0;for(let _0x543440 of _0x55b776){let _0x5e00d4=_0x1cb139[_0x441bc9(0x254)](_0x543440)[_0x441bc9(0x1fa)];if(_0xeb9ce+_0x5e00d4<=0xc0-_0x1cb139[_0x441bc9(0x254)](_0x441bc9(0x2a8))[_0x441bc9(0x1fa)])_0x1c982b+=_0x543440,_0xeb9ce+=_0x5e00d4;else{_0x1c982b+=_0x441bc9(0x2a8);break;}}_0x1cb139['fillText'](_0x1c982b,0x4,0xf);}else _0x1cb139[_0x441bc9(0x2b4)](_0x55b776,0x4,0xf);_0x1cb139[_0x441bc9(0x210)]();}[_0x12e69f(0x2ce)](_0x1ee94d){const _0x1d6f8d=_0x12e69f;e[_0x1d6f8d(0x24e)](_0x1ee94d,this);}};const Cn=0x138a;var wn=class extends _0x58652d{constructor(_0x3ec654,_0x10ad92){const _0x3960e6=_0x12e69f;super(_0x3ec654,{..._0x10ad92,'evented':!0x1}),q(this,_0x3960e6(0x457),_0x3960e6(0x1f7)),q(this,_0x3960e6(0x3bb),''),q(this,_0x3960e6(0x240),!0x0),_0x10ad92&&this['setShapeProps'](_0x10ad92);}[_0x12e69f(0x26d)](_0x3fa236){const _0x17c721=_0x12e69f;var _0x106b4e,_0x4953da,_0x8f1460,_0x26b500,_0x2a9ab1,_0x3d66b0,_0x5aa732,_0x33b338;this['_color']=(_0x106b4e=_0x3fa236[_0x17c721(0x1f4)])==null?this[_0x17c721(0x457)]:_0x106b4e,this[_0x17c721(0x3bb)]=(_0x4953da=_0x3fa236[_0x17c721(0x227)])==null?this['_name']:_0x4953da,this[_0x17c721(0x240)]=(_0x8f1460=_0x3fa236[_0x17c721(0x213)])==null?this[_0x17c721(0x240)]:_0x8f1460,this[_0x17c721(0x1f0)]=!0x1,this[_0x17c721(0x279)]({'left':(_0x26b500=_0x3fa236[_0x17c721(0x29c)])==null?this[_0x17c721(0x29c)]:_0x26b500,'top':(_0x2a9ab1=_0x3fa236[_0x17c721(0x3b1)])==null?this['top']:_0x2a9ab1,'width':(_0x3d66b0=_0x3fa236[_0x17c721(0x1fa)])==null?this[_0x17c721(0x1fa)]:_0x3d66b0,'height':(_0x5aa732=_0x3fa236['height'])==null?this['height']:_0x5aa732,'angle':(_0x33b338=_0x3fa236['angle'])==null?this[_0x17c721(0x390)]:_0x33b338});}[_0x12e69f(0x2ce)](_0x5b2082){const _0x2a96f7=_0x12e69f;_0x5b2082[_0x2a96f7(0x38e)](),_0x5b2082[_0x2a96f7(0x43e)]=this[_0x2a96f7(0x457)],_0x5b2082['lineWidth']=this[_0x2a96f7(0x21a)]||1.5,_0x5b2082['setLineDash']([0x6,0x4]),_0x5b2082['strokeRect'](0x0,0x0,this[_0x2a96f7(0x1fa)],this[_0x2a96f7(0x387)]),_0x5b2082[_0x2a96f7(0x210)](),this['_showText']&&(_0x5b2082[_0x2a96f7(0x38e)](),_0x5b2082[_0x2a96f7(0x27f)](0x1,0x0,0x0,0x1,this[_0x2a96f7(0x1fa)],-0x14),Sn['drawWith'](_0x5b2082,{'text':this[_0x2a96f7(0x3bb)],'color':this[_0x2a96f7(0x457)]}),_0x5b2082[_0x2a96f7(0x210)]());}};const Tn=['purple.300',_0x12e69f(0x3bf),_0x12e69f(0x374),_0x12e69f(0x407),'blue.400',_0x12e69f(0x26a)];var Z=class extends _0xfa11d4{constructor(..._0x54df84){super(..._0x54df84),q(this,'_assignedColors',new Map()),q(this,'_colorIndex',0x0);}[_0x12e69f(0x283)](_0x19b8cc){const _0x5ad062=_0x12e69f;if(this[_0x5ad062(0x3ac)][_0x5ad062(0x2b5)](_0x19b8cc))return this[_0x5ad062(0x3ac)][_0x5ad062(0x3f2)](_0x19b8cc);let _0x155048=Tn[this[_0x5ad062(0x3bc)]];return this[_0x5ad062(0x3bc)]=(this[_0x5ad062(0x3bc)]+0x1)%Tn[_0x5ad062(0x3c4)],this[_0x5ad062(0x3ac)][_0x5ad062(0x32b)](_0x19b8cc,_0x155048),_0x155048;}};function En(_0x175b1d){const _0x2980f2=_0x12e69f;let _0x2308bf;try{_0x2308bf=JSON[_0x2980f2(0x42d)](_0x175b1d);}catch{return null;}if(typeof _0x2308bf!=_0x2980f2(0x33b)||!_0x2308bf)return null;let _0x4a99bd=_0x2308bf;if(_0x4a99bd[_0x2980f2(0x3c8)]!=='board-element-selection'||typeof _0x4a99bd['unitId']!=_0x2980f2(0x269)||typeof _0x4a99bd[_0x2980f2(0x223)]!='string')return null;let _0x2a7492=Array[_0x2980f2(0x20b)](_0x4a99bd[_0x2980f2(0x3d0)])?_0x4a99bd[_0x2980f2(0x3d0)][_0x2980f2(0x382)](_0x3752af=>typeof _0x3752af==_0x2980f2(0x269)):[],_0x304a53=typeof _0x4a99bd['focusedId']==_0x2980f2(0x269)?_0x4a99bd[_0x2980f2(0x351)]:null;return{'kind':_0x2980f2(0x34b),'unitId':_0x4a99bd['unitId'],'subUnitId':_0x4a99bd['subUnitId'],'selectedIds':_0x2a7492,'focusedId':_0x304a53};}let Dn=class extends _0x3b482a{get['cursorInfo'](){const _0x242879=_0x12e69f;return this['_cursorInfo$'][_0x242879(0x36e)]();}get['roomMembers'](){const _0x5b8b3a=_0x12e69f;return this[_0x5b8b3a(0x435)][_0x5b8b3a(0x36e)]();}constructor(_0x39e9e1,_0x3bde89,_0xbe23fc,_0xb6222d,_0xdaf2b){const _0x4f1a90=_0x12e69f;super(),this[_0x4f1a90(0x204)]=_0x39e9e1,this[_0x4f1a90(0x421)]=_0x3bde89,this['_colorAssignService']=_0xbe23fc,this[_0x4f1a90(0x46b)]=_0xb6222d,this[_0x4f1a90(0x25c)]=_0xdaf2b,q(this,_0x4f1a90(0x2c5),!0x1),q(this,'_init',!0x1),q(this,_0x4f1a90(0x2c1),new _0x2c5746(new Map())),q(this,_0x4f1a90(0x35d),this[_0x4f1a90(0x2c1)]['asObservable']()),q(this,'_roomMembers$',new _0x2c5746([])),q(this,_0x4f1a90(0x25a),this['_roomMembers$'][_0x4f1a90(0x3b0)](_0x4e72f8(0x12c))),q(this,_0x4f1a90(0x260),_0x56de04(_0x162945=>{const _0xdcca16=_0x4f1a90;let _0xdc5ee2=_0x162945[_0xdcca16(0x342)];if(!_0xdc5ee2||_0xdc5ee2[_0xdcca16(0x2ad)]!==this[_0xdcca16(0x204)])return;let _0x2a4bf7={'kind':'board-element-selection','unitId':_0xdc5ee2[_0xdcca16(0x2ad)],'subUnitId':_0xdc5ee2[_0xdcca16(0x223)],'selectedIds':_0x162945[_0xdcca16(0x3d0)][_0xdcca16(0x382)](_0x2851ea=>typeof _0x2851ea==_0xdcca16(0x269)),'focusedId':_0x162945[_0xdcca16(0x351)]},_0x549c42={'eventID':_0x46afd7[_0xdcca16(0x33e)],'data':{'unitID':this['unitID'],'memberID':this[_0xdcca16(0x421)][_0xdcca16(0x469)](),'selection':JSON[_0xdcca16(0x453)](_0x2a4bf7)}};this['_session'][_0xdcca16(0x20c)](_0x549c42,this[_0xdcca16(0x204)]);},0x64));}[_0x12e69f(0x3cc)](){const _0x5ba702=_0x12e69f;super[_0x5ba702(0x3cc)](),this[_0x5ba702(0x2c1)][_0x5ba702(0x2f7)](new Map()),this['_cursorInfo$']['complete'](),this[_0x5ba702(0x435)][_0x5ba702(0x2f7)]([]),this[_0x5ba702(0x435)]['complete']();}['init'](){const _0x857344=_0x12e69f;this[_0x857344(0x40e)]||(this[_0x857344(0x40e)]=!0x0,this[_0x857344(0x421)][_0x857344(0x332)][_0x857344(0x3b0)](_0x58f4bb(this[_0x857344(0x200)]))[_0x857344(0x23c)](_0x462b08=>{const _0x36d2f1=_0x857344;_0x462b08===_0x37ed25[_0x36d2f1(0x31c)]?this[_0x36d2f1(0x2f8)]():this[_0x36d2f1(0x247)]();}),this[_0x857344(0x421)][_0x857344(0x228)][_0x857344(0x3b0)](_0x58f4bb(this['dispose$']))[_0x857344(0x23c)](_0x3bec0e=>{const _0x336973=_0x857344;let _0x4ef709=_0x3bec0e['eventID'];_0x4ef709===_0x46afd7['UPDATE_CURSOR']&&this[_0x336973(0x2a3)](_0x3bec0e),_0x4ef709===_0x46afd7[_0x336973(0x275)]&&this[_0x336973(0x2de)](_0x3bec0e);}),this[_0x857344(0x25c)][_0x857344(0x2f4)][_0x857344(0x3b0)](_0x58f4bb(this[_0x857344(0x200)]))[_0x857344(0x23c)](_0x38f088=>{const _0x34a01a=_0x857344;this[_0x34a01a(0x2c5)]&&this[_0x34a01a(0x260)](_0x38f088);}));}[_0x12e69f(0x2a3)](_0x42e0ae){const _0x205cde=_0x12e69f;var _0x523c91,_0x2fe06d,_0x445988,_0x222967;let {memberID:_0x3f3a5c,selection:_0x34c2d0}=_0x42e0ae[_0x205cde(0x2d8)];if(_0x3f3a5c===((_0x523c91=(_0x2fe06d=this[_0x205cde(0x421)])[_0x205cde(0x469)])==null?void 0x0:_0x523c91[_0x205cde(0x3e6)](_0x2fe06d)))return;let _0x382ca3=En(_0x34c2d0);if(!_0x382ca3||_0x382ca3[_0x205cde(0x2ad)]!==this[_0x205cde(0x204)])return;let _0x163a16=(_0x445988=(_0x222967=this['_memberService'][_0x205cde(0x415)](this[_0x205cde(0x204)],_0x3f3a5c))==null?void 0x0:_0x222967[_0x205cde(0x227)])==null?_0x205cde(0x2ea):_0x445988,_0x5371ad={'color':this['_colorAssignService'][_0x205cde(0x283)](_0x3f3a5c),'name':_0x163a16,'unitId':_0x382ca3[_0x205cde(0x2ad)],'subUnitId':_0x382ca3[_0x205cde(0x223)],'selectedIds':_0x382ca3['selectedIds'],'focusedId':_0x382ca3[_0x205cde(0x351)],'selection':_0x34c2d0},_0xb08bb7=new Map(this['cursorInfo']);_0xb08bb7['set'](_0x3f3a5c,_0x5371ad),this[_0x205cde(0x2c1)][_0x205cde(0x2f7)](_0xb08bb7);}[_0x12e69f(0x2de)](_0xd4d73c){const _0x3b02d5=_0x12e69f;let {memberID:_0x5de87d}=_0xd4d73c[_0x3b02d5(0x2d8)],_0x2d68c4=new Map(this['cursorInfo']);_0x2d68c4[_0x3b02d5(0x28a)](_0x5de87d),this[_0x3b02d5(0x2c1)][_0x3b02d5(0x2f7)](_0x2d68c4);}[_0x12e69f(0x2f8)](){const _0x4fdb20=_0x12e69f;this[_0x4fdb20(0x2c5)]=!0x0,this[_0x4fdb20(0x260)](this[_0x4fdb20(0x25c)][_0x4fdb20(0x3e2)]());}[_0x12e69f(0x247)](){this['_online']=!0x1;}};Dn=Y([J(0x2,_0x54edce(Z)),J(0x3,_0x54edce(_0x2d22bc)),J(0x4,_0x54edce(_0x4a3364))],Dn);function On(_0xcec7f7){const _0x231aa4=_0x12e69f;let _0x4fe48e='';for(let _0x34f4a1 of _0xcec7f7){let {startOffset:_0x29e0e1,endOffset:_0x1f07cf,isActive:_0x1b09a1,rangeType:_0x231a1e,segmentId:_0x31c7ee,segmentPage:_0x332ed0}=_0x34f4a1;_0x4fe48e[_0x231aa4(0x3c4)]&&(_0x4fe48e+=','),_0x4fe48e+=_0x29e0e1+':'+_0x1f07cf+':'+(_0x1b09a1?'1':'0')+':'+_0x231a1e+':'+_0x31c7ee+':'+_0x332ed0;}return _0x4fe48e;}function kn(_0xfd7f43){const _0x1f0c85=_0x12e69f;let _0x1e91ac=_0xfd7f43['split'](','),_0x58dfef=[];for(let _0x286868 of _0x1e91ac){let [_0x4a18d6,_0x6b6e22,_0x336334,_0x4eb6e6,_0x4e3dad,_0x4a4f9d]=_0x286868[_0x1f0c85(0x46a)](':');_0x58dfef['push']({'startOffset':Number(_0x4a18d6),'endOffset':Number(_0x6b6e22),'collapsed':_0x4a18d6===_0x6b6e22,'isActive':_0x336334==='1','rangeType':_0x4eb6e6===_0x4faa88[_0x1f0c85(0x233)]?_0x4faa88['TEXT']:_0x4faa88[_0x1f0c85(0x2ba)],'segmentId':typeof _0x4e3dad=='string'?String(_0x4e3dad):'','segmentPage':Number(_0x4a4f9d==null?-0x1:_0x4a4f9d)});}return _0x58dfef[_0x1f0c85(0x214)](_0x2701a6=>_0x2701a6['isActive'])||(_0x58dfef[0x0][_0x1f0c85(0x302)]=!0x0),_0x58dfef;}var An=class extends _0x3b482a{constructor(..._0x3c388c){const _0x27a669=_0x12e69f;super(..._0x3c388c),q(this,_0x27a669(0x371),new _0x2c5746(null)),q(this,_0x27a669(0x42a),this[_0x27a669(0x371)][_0x27a669(0x22c)]());}[_0x12e69f(0x434)](_0x4fa15b){const _0x499d89=_0x12e69f;let {unitID:_0xb3cb60,memberID:_0x1b0ff8,textRanges:_0x57ae94}=_0x4fa15b,_0x481e93=On(_0x57ae94);if(_0x481e93==='')return;let _0x530871={'unitID':_0xb3cb60,'memberID':_0x1b0ff8,'selection':_0x481e93};this[_0x499d89(0x371)][_0x499d89(0x2f7)](_0x530871);}};let jn=class extends _0x3b482a{get[_0x12e69f(0x460)](){const _0x309b7a=_0x12e69f;return this[_0x309b7a(0x2c1)]['getValue']();}get[_0x12e69f(0x39d)](){const _0x3fc0ab=_0x12e69f;return this[_0x3fc0ab(0x435)][_0x3fc0ab(0x36e)]();}constructor(_0x56f301,_0x5e01b1,_0x3c2b89,_0x29a44e,_0x5b70d6,_0x34ff44,_0x5bfa24,_0x54f5c5,_0x28e37d){const _0x2a4966=_0x12e69f;super(),this[_0x2a4966(0x204)]=_0x56f301,this[_0x2a4966(0x421)]=_0x5e01b1,this['_injector']=_0x3c2b89,this[_0x2a4966(0x284)]=_0x29a44e,this[_0x2a4966(0x46b)]=_0x5b70d6,this[_0x2a4966(0x45e)]=_0x34ff44,this[_0x2a4966(0x274)]=_0x5bfa24,this[_0x2a4966(0x1f8)]=_0x54f5c5,this[_0x2a4966(0x422)]=_0x28e37d,q(this,'_online',!0x1),q(this,_0x2a4966(0x40e),!0x1),q(this,'_cursorInfo$',new _0x2c5746(new Map())),q(this,_0x2a4966(0x35d),this[_0x2a4966(0x2c1)][_0x2a4966(0x22c)]()),q(this,_0x2a4966(0x435),new _0x2c5746([])),q(this,_0x2a4966(0x25a),this['_roomMembers$'][_0x2a4966(0x3b0)](_0x4e72f8(0x12c))),q(this,_0x2a4966(0x260),_0x56de04(_0x3440ab=>{const _0x59aa91=_0x2a4966;let _0x5d10a5={'eventID':_0x46afd7['UPDATE_CURSOR'],'data':{'unitID':this['unitID'],'memberID':this[_0x59aa91(0x421)][_0x59aa91(0x469)](),'selection':On(_0x3440ab)}};this[_0x59aa91(0x421)][_0x59aa91(0x20c)](_0x5d10a5,this[_0x59aa91(0x204)]);},0x64));}[_0x12e69f(0x3cc)](){const _0x1e3cc8=_0x12e69f;super[_0x1e3cc8(0x3cc)](),this[_0x1e3cc8(0x2c1)][_0x1e3cc8(0x2f7)](new Map()),this[_0x1e3cc8(0x2c1)][_0x1e3cc8(0x338)](),this[_0x1e3cc8(0x435)]['next']([]),this[_0x1e3cc8(0x435)][_0x1e3cc8(0x338)]();}[_0x12e69f(0x36b)](){const _0x2ca047=_0x12e69f;this[_0x2ca047(0x40e)]||(this[_0x2ca047(0x40e)]=!0x0,this['_session'][_0x2ca047(0x332)][_0x2ca047(0x3b0)](_0x58f4bb(this[_0x2ca047(0x200)]))[_0x2ca047(0x23c)](_0x439a25=>{const _0x1bedcc=_0x2ca047;_0x439a25===_0x37ed25['ONLINE']?this[_0x1bedcc(0x2f8)]():this[_0x1bedcc(0x247)]();}),this['_session'][_0x2ca047(0x228)]['pipe'](_0x58f4bb(this['dispose$']))[_0x2ca047(0x23c)](_0x785296=>{const _0x2dc857=_0x2ca047;let _0x130647=_0x785296[_0x2dc857(0x3ab)];_0x130647===_0x46afd7['UPDATE_CURSOR']&&this[_0x2dc857(0x2a3)](_0x785296),_0x130647===_0x46afd7[_0x2dc857(0x275)]&&this[_0x2dc857(0x2de)](_0x785296);}),this[_0x2ca047(0x432)](this[_0x2ca047(0x422)][_0x2ca047(0x304)](_0x21a525=>{const _0x2aa359=_0x2ca047;let _0x363dde=_0x21a525[_0x2aa359(0x327)];_0x363dde!=null&&this['_online']&&_0x21a525['id']===_0x8f0ef5['id']&&_0x363dde['unitId']===this[_0x2aa359(0x204)]&&_0x363dde[_0x2aa359(0x205)]===!0x1&&_0x363dde[_0x2aa359(0x3c0)]['length']>0x0&&this[_0x2aa359(0x260)](_0x363dde['ranges']);})),this[_0x2ca047(0x45e)][_0x2ca047(0x42a)]['pipe'](_0x58f4bb(this[_0x2ca047(0x200)]))[_0x2ca047(0x23c)](_0x4d6bb0=>{const _0xa90fac=_0x2ca047;if((_0x4d6bb0==null?void 0x0:_0x4d6bb0['unitID'])!==this[_0xa90fac(0x204)])return;let _0x1ef957={'eventID':_0x46afd7['UPDATE_CURSOR'],'data':_0x4d6bb0};this[_0xa90fac(0x2a3)](_0x1ef957);}),this[_0x2ca047(0x432)](this[_0x2ca047(0x422)]['onCommandExecuted'](_0x11df83=>{const _0x5dab89=_0x2ca047;if(_0x11df83[_0x5dab89(0x327)]==null)return;let _0x408585=_0x11df83['params'];if(_0x11df83['id']!==_0xb0fffe['id']||_0x408585[_0x5dab89(0x2ad)]!==this[_0x5dab89(0x204)])return;let _0x3d4e19={'id':'doc.mutation.rich-text-editing','params':_0x408585},_0x3006a8=this['cursorInfo'];for(let [_0x57add9,_0x15c304]of _0x3006a8){let _0x195b6f={'id':_0x5dab89(0x345),'params':{'unitId':this[_0x5dab89(0x204)],'actions':null,'textRanges':_0x15c304[_0x5dab89(0x3c0)]}},_0x2f2513=this[_0x5dab89(0x274)]['transformMutation'](_0x3d4e19,_0x195b6f,!0x1);if(_0x2e286f(_0x2f2513))throw _0x2f2513[_0x5dab89(0x293)];_0x3006a8[_0x5dab89(0x32b)](_0x57add9,{..._0x15c304,'ranges':_0x2f2513[_0x5dab89(0x26b)][_0x5dab89(0x327)][_0x5dab89(0x26c)]});}queueMicrotask(()=>{this['_cursorInfo$']['next'](_0x3006a8);});})));}[_0x12e69f(0x2a3)](_0x24dd8a){const _0x436417=_0x12e69f;var _0x4536bb,_0x5a76f7;let {memberID:_0x211b26,selection:_0x2da8d0}=_0x24dd8a[_0x436417(0x2d8)],_0x3f3fdb=kn(_0x2da8d0),_0x400c08=(_0x4536bb=(_0x5a76f7=this[_0x436417(0x46b)][_0x436417(0x415)](this['unitID'],_0x211b26))==null?void 0x0:_0x5a76f7[_0x436417(0x227)])==null?'Unknown\x20user':_0x4536bb,_0x84c981={'color':this[_0x436417(0x284)][_0x436417(0x283)](_0x211b26),'name':_0x400c08,'ranges':_0x3f3fdb},_0x4f660=this[_0x436417(0x460)];_0x4f660[_0x436417(0x32b)](_0x211b26,_0x84c981),this[_0x436417(0x2c1)]['next'](_0x4f660);}[_0x12e69f(0x2de)](_0x4107e4){const _0x2db176=_0x12e69f;let {memberID:_0x79d6a4}=_0x4107e4['data'],_0x52f137=this[_0x2db176(0x460)];_0x52f137['delete'](_0x79d6a4),this[_0x2db176(0x2c1)][_0x2db176(0x2f7)](_0x52f137);}['_toggleOnline'](){const _0x4923f3=_0x12e69f;var _0x1f46cf;if(this[_0x4923f3(0x2c5)]=!0x0,((_0x1f46cf=this[_0x4923f3(0x1f8)]['getFocusedUnit']())==null?void 0x0:_0x1f46cf[_0x4923f3(0x2e7)]())!==this['unitID'])return;let _0x3822c8=this[_0x4923f3(0x39c)][_0x4923f3(0x3f2)](_0x371c99)[_0x4923f3(0x202)]();Array['isArray'](_0x3822c8)&&_0x3822c8[_0x4923f3(0x3c4)]>0x0&&this[_0x4923f3(0x260)](_0x3822c8);}[_0x12e69f(0x247)](){const _0x120caf=_0x12e69f;this[_0x120caf(0x2c5)]=!0x1;}};jn=Y([J(0x2,_0x54edce(_0x485f8c)),J(0x3,_0x54edce(Z)),J(0x4,_0x54edce(_0x2d22bc)),J(0x5,_0x54edce(An)),J(0x6,_0x3e9679),J(0x7,_0x1ff84b),J(0x8,_0x41da16)],jn);const Mn=()=>{let _0x2e8abf=[],_0x507d44=!0x1;return _0x5a3b7d=>{_0x2e8abf['push'](_0x5a3b7d),_0x507d44||(_0x507d44=!0x0,setTimeout(()=>{_0x2e8abf['forEach'](_0x3f67a0=>_0x3f67a0()),_0x2e8abf=[],_0x507d44=!0x1;}));};};let Nn=class extends _0x3b482a{get['cursorInfo'](){const _0x3cc56e=_0x12e69f;return this['_cursorInfo$'][_0x3cc56e(0x36e)]();}get['roomMembers'](){const _0x5ae7b8=_0x12e69f;return this['_roomMembers$'][_0x5ae7b8(0x36e)]();}constructor(_0x268c44,_0x2ac7cc,_0x30ec62,_0x37815e,_0x5a66e7,_0x58183f,_0x58d644,_0x45d1f3){const _0x4d1b16=_0x12e69f;super(),this[_0x4d1b16(0x204)]=_0x268c44,this[_0x4d1b16(0x421)]=_0x2ac7cc,this[_0x4d1b16(0x39c)]=_0x30ec62,this[_0x4d1b16(0x284)]=_0x37815e,this[_0x4d1b16(0x46b)]=_0x5a66e7,this[_0x4d1b16(0x1f8)]=_0x58183f,this[_0x4d1b16(0x422)]=_0x58d644,this[_0x4d1b16(0x3af)]=_0x45d1f3,q(this,'_online',!0x1),q(this,_0x4d1b16(0x40e),!0x1),q(this,'_cursorInfo$',new _0x2c5746(new Map())),q(this,_0x4d1b16(0x35d),this['_cursorInfo$'][_0x4d1b16(0x22c)]()),q(this,_0x4d1b16(0x435),new _0x2c5746([])),q(this,_0x4d1b16(0x25a),this[_0x4d1b16(0x435)][_0x4d1b16(0x3b0)](_0x4e72f8(0x12c))),q(this,_0x4d1b16(0x260),_0x56de04((_0x1b6477,_0x35c02d)=>{const _0x1ed7b9=_0x4d1b16;let _0x43f4bf={'eventID':_0x46afd7[_0x1ed7b9(0x33e)],'data':{'unitID':this['unitID'],'memberID':this[_0x1ed7b9(0x421)][_0x1ed7b9(0x469)](),'selection':_0x2b4dbe(_0x1b6477,_0x35c02d[_0x1ed7b9(0x2a2)])}};this[_0x1ed7b9(0x421)]['send'](_0x43f4bf,this[_0x1ed7b9(0x204)]);},0x64));}['dispose'](){const _0xe5ff97=_0x12e69f;super[_0xe5ff97(0x3cc)](),this[_0xe5ff97(0x2c1)][_0xe5ff97(0x2f7)](new Map()),this[_0xe5ff97(0x2c1)][_0xe5ff97(0x338)](),this[_0xe5ff97(0x435)][_0xe5ff97(0x2f7)]([]),this[_0xe5ff97(0x435)][_0xe5ff97(0x338)]();}[_0x12e69f(0x36b)](){const _0x1fc9d4=_0x12e69f;this['_init']||(this[_0x1fc9d4(0x40e)]=!0x0,this[_0x1fc9d4(0x421)]['sessionStatus$']['pipe'](_0x58f4bb(this[_0x1fc9d4(0x200)]))['subscribe'](_0x2fbde7=>{const _0x5a4d6c=_0x1fc9d4;_0x2fbde7===_0x37ed25[_0x5a4d6c(0x31c)]?this['_toggleOnline']():this[_0x5a4d6c(0x247)]();}),this[_0x1fc9d4(0x421)][_0x1fc9d4(0x228)][_0x1fc9d4(0x3b0)](_0x58f4bb(this['dispose$']))[_0x1fc9d4(0x23c)](_0x186011=>{const _0x995065=_0x1fc9d4;let _0x1e4e9f=_0x186011[_0x995065(0x3ab)];_0x1e4e9f===_0x46afd7[_0x995065(0x33e)]&&this[_0x995065(0x2a3)](_0x186011),_0x1e4e9f===_0x46afd7[_0x995065(0x275)]&&this[_0x995065(0x2de)](_0x186011);}),this[_0x1fc9d4(0x347)](),this[_0x1fc9d4(0x432)](this['_commandService']['onCommandExecuted'](_0x5143df=>{const _0x3951d8=_0x1fc9d4;if(this[_0x3951d8(0x2c5)]&&_0x5143df['id']===_0x3da58d['id']&&_0x5143df[_0x3951d8(0x327)]['unitId']===this[_0x3951d8(0x204)]){let _0x44e774=_0x5143df['params'];this['_updateLocalCursor'](_0x44e774[_0x3951d8(0x223)],_0x44e774[_0x3951d8(0x45f)][0x0]);}})));}['_onCursorUpdate'](_0x210af7){const _0x52fcda=_0x12e69f;var _0x4b62af,_0x3bd59d;let {memberID:_0x1c82c2,selection:_0x5aa2a8}=_0x210af7['data'],{sheetName:_0x2ed7ec,range:_0x225c01}=_0x15299e(_0x5aa2a8),_0x3eba45={'name':(_0x4b62af=(_0x3bd59d=this[_0x52fcda(0x46b)][_0x52fcda(0x415)](this[_0x52fcda(0x204)],_0x1c82c2))==null?void 0x0:_0x3bd59d[_0x52fcda(0x227)])==null?_0x52fcda(0x2ea):_0x4b62af,'range':this[_0x52fcda(0x3c9)](_0x2ed7ec,_0x225c01),'sheetID':_0x2ed7ec,'color':this[_0x52fcda(0x284)][_0x52fcda(0x283)](_0x1c82c2),'selection':_0x5aa2a8},_0x3a19e1=this[_0x52fcda(0x460)];_0x3a19e1['set'](_0x1c82c2,_0x3eba45),this[_0x52fcda(0x2c1)][_0x52fcda(0x2f7)](_0x3a19e1);}[_0x12e69f(0x2de)](_0x56a573){const _0x467e05=_0x12e69f;let {memberID:_0x55a97e}=_0x56a573[_0x467e05(0x2d8)],_0x5d727=this[_0x467e05(0x460)];_0x5d727[_0x467e05(0x28a)](_0x55a97e),this[_0x467e05(0x2c1)][_0x467e05(0x2f7)](_0x5d727);}['_getMergeRange'](_0x5f02c4,_0xf2ac3a){const _0x471c69=_0x12e69f;var _0x43be72;let _0x22d976=(_0x43be72=this[_0x471c69(0x1f8)][_0x471c69(0x2fe)](this['unitID']))==null||(_0x43be72=_0x43be72[_0x471c69(0x3b5)](_0x5f02c4))==null?void 0x0:_0x43be72[_0x471c69(0x2b0)]();return(_0x22d976==null?void 0x0:_0x22d976[_0x471c69(0x244)](_0x5a74f1=>_0x340c32[_0x471c69(0x404)](_0x5a74f1,_0xf2ac3a)))||_0xf2ac3a;}[_0x12e69f(0x347)](){const _0x4a21b6=_0x12e69f;let _0x465750=new _0x2345c4(),_0x3344f6=Mn(),_0xfd5ae8=()=>{const _0x5e3e67=_0x2051;_0x465750[_0x5e3e67(0x3cc)]();let _0x56ba3d=(_0x3a0698,_0x20fdaf,_0x5da894,_0x48bac5)=>{const _0x5f2ad3=_0x5e3e67;let _0x5e4b8e=[];switch(_0x3a0698['id']){case _0x151937[_0x5f2ad3(0x3f5)]:_0x5e4b8e=_0x3b3afb(_0x3a0698,_0x48bac5);break;case _0x151937['DeleteRangeMoveUpCommandId']:_0x5e4b8e=_0x430272(_0x3a0698,_0x48bac5);break;case _0x151937[_0x5f2ad3(0x256)]:_0x5e4b8e=_0x1fcd50(_0x3a0698,_0x48bac5);break;case _0x151937[_0x5f2ad3(0x456)]:_0x5e4b8e=_0x346f88(_0x3a0698,_0x48bac5);break;case _0x151937[_0x5f2ad3(0x252)]:_0x5e4b8e=_0x549884(_0x3a0698,_0x48bac5);break;case _0x151937['InsertRowCommandId']:_0x5e4b8e=_0x4157cc(_0x3a0698,_0x48bac5);break;case _0x151937[_0x5f2ad3(0x3a7)]:_0x5e4b8e=_0x4e548d(_0x3a0698,_0x48bac5);break;case _0x151937[_0x5f2ad3(0x2f9)]:_0x5e4b8e=_0x2b2c47(_0x3a0698,_0x48bac5);break;case _0x151937[_0x5f2ad3(0x44d)]:_0x5e4b8e=_0x1d4a15(_0x3a0698,_0x48bac5);break;}let _0x23eb7f=_0x56ec96(_0x5e4b8e,_0x48bac5),_0x3f2156=this[_0x5f2ad3(0x460)][_0x5f2ad3(0x3f2)](_0x20fdaf);if(_0x3f2156&&_0x23eb7f){let _0x27877d={..._0x3f2156,'range':_0x23eb7f};this[_0x5f2ad3(0x460)]['set'](_0x20fdaf,_0x27877d),_0x3344f6(()=>{const _0x8a7ba6=_0x5f2ad3;let _0xcdf819=this[_0x8a7ba6(0x3af)][_0x8a7ba6(0x3b9)](_0x23eb7f,_0x77d03d=>(_0xcdf819['dispose'](),_0x56ba3d(_0x77d03d,_0x20fdaf,_0x5da894,_0x23eb7f)));_0x465750[_0x8a7ba6(0x31d)](_0xcdf819);});}return{'redos':[],'undos':[]};};this[_0x5e3e67(0x460)]['forEach']((_0x3cbaed,_0x311952)=>{const _0x2fc17e=_0x5e3e67;let {range:_0x2a3dfc,sheetID:_0x281303}=_0x3cbaed,_0x49e3c6=this[_0x2fc17e(0x3af)][_0x2fc17e(0x3b9)](_0x2a3dfc,_0x402b4f=>(_0x49e3c6[_0x2fc17e(0x3cc)](),_0x56ba3d(_0x402b4f,_0x311952,_0x281303,_0x2a3dfc)));_0x465750[_0x2fc17e(0x31d)](_0x49e3c6);});};this[_0x4a21b6(0x432)](_0x242400(this['_cursorInfo$']['subscribe'](()=>{_0xfd5ae8();})));}[_0x12e69f(0x2f8)](){const _0x30c14f=_0x12e69f;var _0x1a7f6b,_0x5426a9;if(this[_0x30c14f(0x2c5)]=!0x0,((_0x1a7f6b=this[_0x30c14f(0x1f8)][_0x30c14f(0x43f)]())==null?void 0x0:_0x1a7f6b[_0x30c14f(0x2e7)]())!==this[_0x30c14f(0x204)])return;let _0x5219da=(_0x5426a9=this[_0x30c14f(0x39c)][_0x30c14f(0x3f2)](_0x30f08d)[_0x30c14f(0x3be)]())==null?void 0x0:_0x5426a9[0x0],_0x263c2f=this['_univerInstanceService'][_0x30c14f(0x2cd)](_0x4cc843[_0x30c14f(0x314)])[_0x30c14f(0x447)]();_0x5219da&&_0x263c2f&&this['_updateLocalCursor'](_0x263c2f['getSheetId'](),_0x5219da);}[_0x12e69f(0x247)](){const _0x2704ed=_0x12e69f;this[_0x2704ed(0x2c5)]=!0x1;}};Nn=Y([J(0x2,_0x54edce(_0x485f8c)),J(0x3,_0x54edce(Z)),J(0x4,_0x54edce(_0x2d22bc)),J(0x5,_0x1ff84b),J(0x6,_0x41da16),J(0x7,_0x54edce(_0x12441a))],Nn);function Pn(_0x285b59){const _0x2efe77=_0x12e69f;let _0x3da448;try{_0x3da448=JSON[_0x2efe77(0x42d)](_0x285b59);}catch{return null;}if(typeof _0x3da448!=_0x2efe77(0x33b)||!_0x3da448)return null;let _0x37dbaa=_0x3da448;if(_0x37dbaa['kind']!=='slide-element-selection'||typeof _0x37dbaa[_0x2efe77(0x2ad)]!=_0x2efe77(0x269)||typeof _0x37dbaa[_0x2efe77(0x223)]!=_0x2efe77(0x269))return null;let _0x324c30=Array[_0x2efe77(0x20b)](_0x37dbaa[_0x2efe77(0x3d0)])?_0x37dbaa[_0x2efe77(0x3d0)][_0x2efe77(0x382)](_0x213ce9=>typeof _0x213ce9==_0x2efe77(0x269)):[],_0x2dd8de=typeof _0x37dbaa['focusedId']==_0x2efe77(0x269)?_0x37dbaa[_0x2efe77(0x351)]:null;return{'kind':_0x2efe77(0x397),'unitId':_0x37dbaa[_0x2efe77(0x2ad)],'subUnitId':_0x37dbaa[_0x2efe77(0x223)],'selectedIds':_0x324c30,'focusedId':_0x2dd8de};}let Fn=class extends _0x3b482a{get['cursorInfo'](){const _0x40a199=_0x12e69f;return this[_0x40a199(0x2c1)][_0x40a199(0x36e)]();}get[_0x12e69f(0x39d)](){const _0x160cbf=_0x12e69f;return this['_roomMembers$'][_0x160cbf(0x36e)]();}constructor(_0x3fd464,_0x21c750,_0x1ee699,_0x4366df,_0x425d4c){const _0x406a54=_0x12e69f;super(),this[_0x406a54(0x204)]=_0x3fd464,this[_0x406a54(0x421)]=_0x21c750,this[_0x406a54(0x284)]=_0x1ee699,this[_0x406a54(0x46b)]=_0x4366df,this[_0x406a54(0x3ce)]=_0x425d4c,q(this,_0x406a54(0x2c5),!0x1),q(this,_0x406a54(0x40e),!0x1),q(this,_0x406a54(0x2c1),new _0x2c5746(new Map())),q(this,_0x406a54(0x35d),this[_0x406a54(0x2c1)][_0x406a54(0x22c)]()),q(this,_0x406a54(0x435),new _0x2c5746([])),q(this,_0x406a54(0x25a),this['_roomMembers$'][_0x406a54(0x3b0)](_0x4e72f8(0x12c))),q(this,_0x406a54(0x260),_0x56de04(_0x52efef=>{const _0x2bf1f1=_0x406a54;let _0x4dc36c=_0x52efef[_0x2bf1f1(0x342)];if(!_0x4dc36c||_0x4dc36c[_0x2bf1f1(0x2ad)]!==this[_0x2bf1f1(0x204)])return;let _0x3ed6ae={'kind':_0x2bf1f1(0x397),'unitId':_0x4dc36c[_0x2bf1f1(0x2ad)],'subUnitId':_0x4dc36c[_0x2bf1f1(0x223)],'selectedIds':_0x52efef[_0x2bf1f1(0x3d0)][_0x2bf1f1(0x382)](_0x633098=>typeof _0x633098==_0x2bf1f1(0x269)),'focusedId':_0x52efef['focusedId']},_0x3a8f48={'eventID':_0x46afd7[_0x2bf1f1(0x33e)],'data':{'unitID':this[_0x2bf1f1(0x204)],'memberID':this['_session'][_0x2bf1f1(0x469)](),'selection':JSON[_0x2bf1f1(0x453)](_0x3ed6ae)}};this[_0x2bf1f1(0x421)]['send'](_0x3a8f48,this['unitID']);},0x64));}[_0x12e69f(0x3cc)](){const _0x5dfa6a=_0x12e69f;super['dispose'](),this['_cursorInfo$'][_0x5dfa6a(0x2f7)](new Map()),this['_cursorInfo$'][_0x5dfa6a(0x338)](),this[_0x5dfa6a(0x435)][_0x5dfa6a(0x2f7)]([]),this['_roomMembers$']['complete']();}[_0x12e69f(0x36b)](){const _0x25d6cb=_0x12e69f;this['_init']||(this[_0x25d6cb(0x40e)]=!0x0,this[_0x25d6cb(0x421)][_0x25d6cb(0x332)][_0x25d6cb(0x3b0)](_0x58f4bb(this[_0x25d6cb(0x200)]))['subscribe'](_0x3cbfb1=>{const _0x4fa9af=_0x25d6cb;_0x3cbfb1===_0x37ed25[_0x4fa9af(0x31c)]?this[_0x4fa9af(0x2f8)]():this[_0x4fa9af(0x247)]();}),this[_0x25d6cb(0x421)]['event$'][_0x25d6cb(0x3b0)](_0x58f4bb(this['dispose$']))[_0x25d6cb(0x23c)](_0x3f4a72=>{const _0xb07c0e=_0x25d6cb;let _0x123f0e=_0x3f4a72['eventID'];_0x123f0e===_0x46afd7[_0xb07c0e(0x33e)]&&this['_onCursorUpdate'](_0x3f4a72),_0x123f0e===_0x46afd7[_0xb07c0e(0x275)]&&this['_onCursorDelete'](_0x3f4a72);}),this[_0x25d6cb(0x3ce)][_0x25d6cb(0x2f4)][_0x25d6cb(0x3b0)](_0x58f4bb(this['dispose$']))[_0x25d6cb(0x23c)](_0x535ff6=>{const _0x56981e=_0x25d6cb;this[_0x56981e(0x2c5)]&&this[_0x56981e(0x260)](_0x535ff6);}));}[_0x12e69f(0x2a3)](_0x5eb0bf){const _0x3296b1=_0x12e69f;var _0x4f5bdd,_0x3e881a,_0x328b95,_0x29c5c5;let {memberID:_0x3d80e5,selection:_0x4c71e2}=_0x5eb0bf[_0x3296b1(0x2d8)];if(_0x3d80e5===((_0x4f5bdd=(_0x3e881a=this[_0x3296b1(0x421)])[_0x3296b1(0x469)])==null?void 0x0:_0x4f5bdd[_0x3296b1(0x3e6)](_0x3e881a)))return;let _0x88e5ac=Pn(_0x4c71e2);if(!_0x88e5ac||_0x88e5ac[_0x3296b1(0x2ad)]!==this[_0x3296b1(0x204)])return;let _0x48d353=(_0x328b95=(_0x29c5c5=this[_0x3296b1(0x46b)][_0x3296b1(0x415)](this['unitID'],_0x3d80e5))==null?void 0x0:_0x29c5c5[_0x3296b1(0x227)])==null?'Unknown\x20user':_0x328b95,_0x35006f={'color':this['_colorAssignService'][_0x3296b1(0x283)](_0x3d80e5),'name':_0x48d353,'unitId':_0x88e5ac[_0x3296b1(0x2ad)],'subUnitId':_0x88e5ac['subUnitId'],'selectedIds':_0x88e5ac[_0x3296b1(0x3d0)],'focusedId':_0x88e5ac[_0x3296b1(0x351)],'selection':_0x4c71e2},_0x42cd16=new Map(this[_0x3296b1(0x460)]);_0x42cd16[_0x3296b1(0x32b)](_0x3d80e5,_0x35006f),this[_0x3296b1(0x2c1)][_0x3296b1(0x2f7)](_0x42cd16);}[_0x12e69f(0x2de)](_0x299b62){const _0x5a7749=_0x12e69f;let {memberID:_0x105f03}=_0x299b62[_0x5a7749(0x2d8)],_0x262384=new Map(this[_0x5a7749(0x460)]);_0x262384['delete'](_0x105f03),this['_cursorInfo$'][_0x5a7749(0x2f7)](_0x262384);}[_0x12e69f(0x2f8)](){const _0x27e91a=_0x12e69f;this[_0x27e91a(0x2c5)]=!0x0,this[_0x27e91a(0x260)](this[_0x27e91a(0x3ce)][_0x27e91a(0x3e2)]());}['_toggleOffline'](){const _0x43cd77=_0x12e69f;this[_0x43cd77(0x2c5)]=!0x1;}};Fn=Y([J(0x2,_0x54edce(Z)),J(0x3,_0x54edce(_0x2d22bc)),J(0x4,_0x54edce(_0x44faab))],Fn);let Q=class extends _0x3b482a{constructor(_0x1aa87b,_0x582663,_0x14ba8e){const _0x343108=_0x12e69f;super(),this['_univerInstanceService']=_0x1aa87b,this[_0x343108(0x39c)]=_0x582663,this['_collabSessionService']=_0x14ba8e,q(this,'_entities',new Map()),q(this,_0x343108(0x2c3),new _0x231ec5()),this['_init']();}['dispose'](){const _0x3b230e=_0x12e69f;super[_0x3b230e(0x3cc)](),this[_0x3b230e(0x2c3)][_0x3b230e(0x338)](),this[_0x3b230e(0x297)][_0x3b230e(0x2cb)](_0x7b8d5b=>_0x7b8d5b[_0x3b230e(0x3cc)]());}['getCollabCursors$'](_0x537cae){const _0x32cd09=_0x12e69f;return this[_0x32cd09(0x297)][_0x32cd09(0x2b5)](_0x537cae)?this['_entities']['get'](_0x537cae)[_0x32cd09(0x35d)]:this[_0x32cd09(0x2c3)][_0x32cd09(0x3b0)](_0x20934b(_0x47dca5=>_0x47dca5[_0x32cd09(0x204)]===_0x537cae),_0x5553f3(_0x4842a1=>_0x4842a1[_0x32cd09(0x35d)]));}[_0x12e69f(0x40e)](){const _0x58c875=_0x12e69f;this[_0x58c875(0x1f8)][_0x58c875(0x452)](_0x4cc843[_0x58c875(0x314)])[_0x58c875(0x3b0)](_0x58f4bb(this['dispose$']))['subscribe'](async _0xabe553=>{const _0x481c60=_0x58c875;let _0xe6b15=_0xabe553[_0x481c60(0x2d5)][_0x481c60(0x2e7)](),_0x501c53=await this[_0x481c60(0x2e9)](_0xe6b15);this[_0x481c60(0x2c3)][_0x481c60(0x2f7)](_0x501c53),this[_0x481c60(0x297)][_0x481c60(0x32b)](_0xe6b15,_0x501c53);}),this[_0x58c875(0x1f8)][_0x58c875(0x452)](_0x4cc843['UNIVER_DOC'])['pipe'](_0x58f4bb(this[_0x58c875(0x200)]))['pipe'](_0x20934b(_0x578411=>!_0x578411[_0x58c875(0x2d5)][_0x58c875(0x2e7)]()['startsWith']('__')))[_0x58c875(0x23c)](async _0xdb2d5c=>{const _0x29192f=_0x58c875;let {unit:_0x553fd1}=_0xdb2d5c,_0x4a9b80=_0x553fd1[_0x29192f(0x2e7)](),_0x52dcac=await this[_0x29192f(0x281)](_0x4a9b80);this[_0x29192f(0x2c3)][_0x29192f(0x2f7)](_0x52dcac),this[_0x29192f(0x297)][_0x29192f(0x32b)](_0x4a9b80,_0x52dcac);}),this[_0x58c875(0x1f8)][_0x58c875(0x452)](_0x4cc843[_0x58c875(0x234)])[_0x58c875(0x3b0)](_0x58f4bb(this[_0x58c875(0x200)]))[_0x58c875(0x23c)](async _0x4319d6=>{const _0xe3bdd5=_0x58c875;let _0x59a6f3=_0x4319d6[_0xe3bdd5(0x2d5)][_0xe3bdd5(0x2e7)](),_0x3295b3=await this[_0xe3bdd5(0x40a)](_0x59a6f3);this[_0xe3bdd5(0x2c3)][_0xe3bdd5(0x2f7)](_0x3295b3),this[_0xe3bdd5(0x297)][_0xe3bdd5(0x32b)](_0x59a6f3,_0x3295b3);}),this[_0x58c875(0x1f8)][_0x58c875(0x452)](_0x4cc843['UNIVER_BOARD'])[_0x58c875(0x3b0)](_0x58f4bb(this['dispose$']))['subscribe'](async _0x2fbbac=>{const _0x46e6a1=_0x58c875;let _0x2738c3=_0x2fbbac[_0x46e6a1(0x2d5)][_0x46e6a1(0x2e7)](),_0x292bdd=await this[_0x46e6a1(0x2f6)](_0x2738c3);this[_0x46e6a1(0x2c3)][_0x46e6a1(0x2f7)](_0x292bdd),this[_0x46e6a1(0x297)][_0x46e6a1(0x32b)](_0x2738c3,_0x292bdd);}),_0x3dfb9c(this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x4cc843[_0x58c875(0x409)]),this[_0x58c875(0x1f8)][_0x58c875(0x2d1)](_0x4cc843[_0x58c875(0x314)]),this['_univerInstanceService'][_0x58c875(0x2d1)](_0x4cc843[_0x58c875(0x234)]),this[_0x58c875(0x1f8)][_0x58c875(0x2d1)](_0x4cc843[_0x58c875(0x41f)]))['pipe'](_0x58f4bb(this[_0x58c875(0x200)]))[_0x58c875(0x23c)](_0x31bd05=>{const _0x208ced=_0x58c875;let _0x2a0295=_0x31bd05[_0x208ced(0x2e7)](),_0x25b2ba=this['_entities'][_0x208ced(0x3f2)](_0x2a0295);_0x25b2ba&&(_0x25b2ba[_0x208ced(0x3cc)](),this[_0x208ced(0x297)][_0x208ced(0x28a)](_0x2a0295));});}async[_0x12e69f(0x2e9)](_0xb6ac4){const _0x3a3975=_0x12e69f;let _0x21f243=await this[_0x3a3975(0x3f1)][_0x3a3975(0x22e)](_0xb6ac4),_0x3ec208=this[_0x3a3975(0x39c)][_0x3a3975(0x30f)](Nn,_0xb6ac4,_0x21f243);return _0x3ec208[_0x3a3975(0x36b)](),_0x3ec208;}async['_startDocCollabCursor'](_0x37afe1){const _0x254df6=_0x12e69f;let _0x348424=await this[_0x254df6(0x3f1)][_0x254df6(0x22e)](_0x37afe1),_0x52e200=this[_0x254df6(0x39c)]['createInstance'](jn,_0x37afe1,_0x348424);return _0x52e200['init'](),_0x52e200;}async[_0x12e69f(0x40a)](_0x4567cf){const _0xa4cadf=_0x12e69f;let _0x436873=await this['_collabSessionService'][_0xa4cadf(0x22e)](_0x4567cf),_0x3d4f3b=this['_injector']['createInstance'](Fn,_0x4567cf,_0x436873);return _0x3d4f3b[_0xa4cadf(0x36b)](),_0x3d4f3b;}async[_0x12e69f(0x2f6)](_0x3299c0){const _0x381d38=_0x12e69f;let _0x5aa8d5=await this[_0x381d38(0x3f1)]['requireSession'](_0x3299c0),_0x3f07df=this['_injector'][_0x381d38(0x30f)](Dn,_0x3299c0,_0x5aa8d5);return _0x3f07df['init'](),_0x3f07df;}};Q=Y([J(0x0,_0x1ff84b),J(0x1,_0x54edce(_0x485f8c)),J(0x2,_0x54edce(_0x1d6a95))],Q);let In=class extends _0x3b482a{constructor(_0x154947,_0x5027ea,_0x4ab149){const _0x24a3ea=_0x12e69f;super(),this['_context']=_0x154947,this[_0x24a3ea(0x20f)]=_0x5027ea,this['_themeService']=_0x4ab149,q(this,_0x24a3ea(0x2bb),new Set()),q(this,_0x24a3ea(0x42e),!0x1),q(this,_0x24a3ea(0x3db),!0x1),q(this,_0x24a3ea(0x399),new Map()),this[_0x24a3ea(0x40e)]();}[_0x12e69f(0x3cc)](){const _0x593074=_0x12e69f;this['_removeCollabCursors'](),super[_0x593074(0x3cc)]();}[_0x12e69f(0x40e)](){const _0x2d57b0=_0x12e69f;let _0x3675d4=this[_0x2d57b0(0x20f)][_0x2d57b0(0x1fd)](this['_context'][_0x2d57b0(0x2ad)]);this[_0x2d57b0(0x432)](_0x242400(_0x5dac58([_0x3675d4,this['_context'][_0x2d57b0(0x2d5)]['theme$'],this[_0x2d57b0(0x235)][_0x2d57b0(0x24f)]])['pipe'](_0x58f4bb(this[_0x2d57b0(0x200)]))[_0x2d57b0(0x23c)](([_0x20edda])=>{const _0x5033a7=_0x2d57b0;let _0x9ee5f7=this[_0x5033a7(0x32c)][_0x5033a7(0x2d5)][_0x5033a7(0x425)](),_0x2c42a8=new Map();_0x20edda[_0x5033a7(0x2cb)]((_0x28c7c0,_0x145101)=>{const _0x55f637=_0x5033a7;_0x28c7c0[_0x55f637(0x223)]===_0x9ee5f7&&_0x2c42a8['set'](_0x145101,{..._0x28c7c0,'color':this[_0x55f637(0x235)][_0x55f637(0x224)](_0x28c7c0[_0x55f637(0x1f4)])});}),this['_latestCursors']=_0x2c42a8,this[_0x5033a7(0x29b)]();})));let _0x12b91d=this[_0x2d57b0(0x32c)][_0x2d57b0(0x359)];this[_0x2d57b0(0x432)](_0x242400(_0x12b91d[_0x2d57b0(0x21d)][_0x2d57b0(0x3b0)](_0x58f4bb(this[_0x2d57b0(0x200)]))[_0x2d57b0(0x23c)](()=>{const _0x106747=_0x2d57b0;this[_0x106747(0x3db)]||this['_scheduleRender']();})));}[_0x12e69f(0x29b)](){const _0x5937eb=_0x12e69f;this[_0x5937eb(0x42e)]||(this[_0x5937eb(0x42e)]=!0x0,Promise[_0x5937eb(0x206)]()['then'](()=>{const _0x4b5f14=_0x5937eb;this['_renderScheduled']=!0x1,this[_0x4b5f14(0x1ec)]();}));}[_0x12e69f(0x1ec)](){const _0x5c2ddc=_0x12e69f;this[_0x5c2ddc(0x3a5)]();let _0x24cacc=this[_0x5c2ddc(0x32c)][_0x5c2ddc(0x2d5)][_0x5c2ddc(0x425)](),_0x11c28b=[];if(this[_0x5c2ddc(0x399)]['forEach']((_0x4f6e5b,_0x561edc)=>{const _0x3b012a=_0x5c2ddc;_0x4f6e5b[_0x3b012a(0x223)]===_0x24cacc&&_0x4f6e5b[_0x3b012a(0x3d0)][_0x3b012a(0x2cb)](_0x192e78=>{const _0x12cb8e=_0x3b012a;let _0x3c5bc4=_0x11cb05(_0x4f6e5b[_0x12cb8e(0x2ad)],_0x192e78),_0x1e80a4=this[_0x12cb8e(0x2a0)](_0x3c5bc4);if(!_0x1e80a4)return;let _0x513799=this['_getObjectBounds'](_0x1e80a4);_0x11c28b['push'](new wn('board-collab-cursor-'+_0x561edc+'-'+_0x192e78,{..._0x4f6e5b,'left':_0x513799['left'],'top':_0x513799['top'],'width':_0x513799[_0x12cb8e(0x1fa)],'height':_0x513799[_0x12cb8e(0x387)],'angle':_0x1e80a4[_0x12cb8e(0x390)],'evented':!0x1,'zIndex':Cn}));});}),_0x11c28b[_0x5c2ddc(0x3c4)]===0x0){this[_0x5c2ddc(0x32c)][_0x5c2ddc(0x359)]['makeDirty'](!0x0);return;}this['_isApplyingOverlays']=!0x0,this[_0x5c2ddc(0x32c)][_0x5c2ddc(0x359)][_0x5c2ddc(0x3dc)](_0x11c28b,Cn),this[_0x5c2ddc(0x3db)]=!0x1,this['_cursors']=new Set(_0x11c28b),this['_context'][_0x5c2ddc(0x359)][_0x5c2ddc(0x329)](!0x0);}[_0x12e69f(0x3a5)](){const _0x4ac205=_0x12e69f;let _0x47cb1a=Array[_0x4ac205(0x212)](this[_0x4ac205(0x2bb)]);if(_0x47cb1a[_0x4ac205(0x3c4)]===0x0)return;let _0x25b1bf=this['_context'][_0x4ac205(0x359)];_0x4ac205(0x463)in _0x25b1bf&&typeof _0x25b1bf[_0x4ac205(0x463)]=='function'?_0x25b1bf['removeObjects'](_0x47cb1a):_0x47cb1a[_0x4ac205(0x2cb)](_0x459391=>{const _0x5e9c06=_0x4ac205;_0x5e9c06(0x41c)in _0x25b1bf&&typeof _0x25b1bf[_0x5e9c06(0x41c)]==_0x5e9c06(0x257)?_0x25b1bf[_0x5e9c06(0x41c)](_0x459391):_0x459391['dispose']();}),this['_cursors'][_0x4ac205(0x3b4)](),_0x25b1bf[_0x4ac205(0x329)](!0x0);}[_0x12e69f(0x2a0)](_0x49cea6){const _0x22ce2d=_0x12e69f;var _0xcc1647,_0x59acbb,_0x2902f5;let _0x521c60=this['_context'][_0x22ce2d(0x359)];return(_0xcc1647=(_0x59acbb=(_0x2902f5=_0x521c60[_0x22ce2d(0x3d2)])==null?void 0x0:_0x2902f5[_0x22ce2d(0x3e6)](_0x521c60,_0x49cea6))==null?_0x521c60[_0x22ce2d(0x29a)](_0x49cea6):_0x59acbb)==null?null:_0xcc1647;}[_0x12e69f(0x3d8)](_0x3b27f5){const _0x1b045e=_0x12e69f;var _0x1f5bec,_0x2ba8a1;let _0x496af3=_0x3b27f5;return(_0x1f5bec=(_0x2ba8a1=_0x496af3[_0x1b045e(0x3de)])==null?void 0x0:_0x2ba8a1[_0x1b045e(0x3e6)](_0x496af3))==null?{'left':_0x3b27f5[_0x1b045e(0x29c)],'top':_0x3b27f5[_0x1b045e(0x3b1)],'width':_0x3b27f5[_0x1b045e(0x1fa)],'height':_0x3b27f5['height']}:_0x1f5bec;}};In=Y([J(0x1,_0x54edce(Q)),J(0x2,_0x54edce(_0x247f8e))],In);function _0x2051(_0x4abd20,_0x434d97){_0x4abd20=_0x4abd20-0x1ec;const _0x4f58c8=_0x4f58();let _0x20518a=_0x4f58c8[_0x4abd20];return _0x20518a;}const Ln=_0x12e69f(0x3ff);var Rn=class{constructor(_0x42307b,_0xa1a87b,_0x4452f5,_0x261d60){const _0x54497b=_0x12e69f;this[_0x54497b(0x438)]=_0x42307b,this[_0x54497b(0x25d)]=_0xa1a87b,this[_0x54497b(0x350)]=_0x4452f5,this[_0x54497b(0x3a2)]=_0x261d60,q(this,_0x54497b(0x340),[]),q(this,_0x54497b(0x239),null),q(this,_0x54497b(0x346),null),q(this,_0x54497b(0x362),null),q(this,_0x54497b(0x1f3),null),q(this,_0x54497b(0x3c1),null),this[_0x54497b(0x1ec)]();}set[_0x12e69f(0x46e)](_0x4c7387){const _0x44c81b=_0x12e69f;_0x4c7387?(this[_0x44c81b(0x362)]&&this[_0x44c81b(0x362)][_0x44c81b(0x349)](),this[_0x44c81b(0x346)]&&this[_0x44c81b(0x346)][_0x44c81b(0x272)]()):(this[_0x44c81b(0x362)]&&this[_0x44c81b(0x362)]['show'](),this[_0x44c81b(0x346)]&&this['_textBubble']['hide']());}[_0x12e69f(0x3cc)](){const _0x9fbf20=_0x12e69f;for(let _0x2a71f4 of this[_0x9fbf20(0x340)])_0x2a71f4[_0x9fbf20(0x3cc)]();this[_0x9fbf20(0x346)]&&this[_0x9fbf20(0x346)][_0x9fbf20(0x3cc)](),this[_0x9fbf20(0x362)]&&this[_0x9fbf20(0x362)]['dispose'](),this[_0x9fbf20(0x239)]&&this[_0x9fbf20(0x239)][_0x9fbf20(0x3cc)](),this[_0x9fbf20(0x3c1)]&&this[_0x9fbf20(0x3c1)]();}[_0x12e69f(0x1ec)](){const _0xc3238f=_0x12e69f;let {_docSkeleton:_0x1e8460,_document:_0x5824d5}=this,{color:_0x3fbdef,name:_0x45e6b9,ranges:_0x2a4785}=this[_0xc3238f(0x438)],_0x3ba8da=_0x5824d5[_0xc3238f(0x2f1)](),{docsLeft:_0x5cc35e,docsTop:_0x5be4ee}=_0x3ba8da,_0x490b45=new _0x1af3ac(_0x3ba8da,_0x1e8460);for(let {startOffset:_0x19564e,endOffset:_0x168ac6,rangeType:_0x2e88e7,segmentId:_0x1846b4,segmentPage:_0x3746e9,collapsed:_0x54aa80,isActive:_0x1f7c53}of _0x2a4785){let _0x3ac690=_0x1e8460[_0xc3238f(0x455)](_0x19564e,!0x0,_0x1846b4,_0x3746e9),_0x58845f=_0x1e8460[_0xc3238f(0x455)](_0x168ac6,!0x0,_0x1846b4,_0x3746e9);if(_0x58845f==null&&(_0x58845f=_0x1e8460[_0xc3238f(0x455)](_0x168ac6-0x1,!0x1,_0x1846b4,_0x3746e9)),_0x1f7c53){let {contentBoxPointGroup:_0x571b4c}=_0x490b45[_0xc3238f(0x42b)](_0x58845f,_0x58845f);if(_0x571b4c[_0xc3238f(0x3c4)]===0x0)continue;this[_0xc3238f(0x221)](_0x3fbdef,_0x571b4c,_0x5cc35e,_0x5be4ee,_0x45e6b9),this[_0xc3238f(0x3c1)]=this[_0xc3238f(0x307)]();}if(_0x3ac690&&_0x58845f){if(_0x2e88e7===_0x4faa88['RECT']){var _0xa79ccf;let {pointGroup:_0x536bb4}=(_0xa79ccf=new _0x500cff(_0x3ba8da,_0x1e8460)[_0xc3238f(0x42b)](_0x3ac690,_0x58845f))==null?{}:_0xa79ccf;if(_0x536bb4==null||_0x536bb4[_0xc3238f(0x3c4)]===0x0)continue;this[_0xc3238f(0x39a)](_0x3fbdef,_0x536bb4,_0x5cc35e,_0x5be4ee);}else{if(!_0x54aa80){let {borderBoxPointGroup:_0x3089e5}=_0x490b45[_0xc3238f(0x42b)](_0x3ac690,_0x58845f);if(_0x3089e5[_0xc3238f(0x3c4)]===0x0)continue;this[_0xc3238f(0x294)](_0x3fbdef,_0x3089e5,_0x5cc35e,_0x5be4ee);}}}}}[_0x12e69f(0x221)](_0x2946f3,_0x23ac16,_0x8925f6,_0x3bf8f6,_0x138bf8){const _0x167d12=_0x12e69f;let {left:_0x4e0a7b,top:_0x253fc9,height:_0x56d0c8}=this[_0x167d12(0x2b1)](_0x23ac16),_0x55546e=1.5/this['_getScale'](),_0x37b9b=new _0x4f817e(Ln+_0x19564d(0x6),{'left':_0x4e0a7b+_0x8925f6-_0x55546e,'top':_0x253fc9+_0x3bf8f6,'height':_0x56d0c8,'width':1.5,'fill':_0x2946f3||_0x5dfff7(_0x273955[_0x167d12(0x368)],0x0),'strokeWidth':_0x55546e,'stroke':_0x167d12(0x40d),'evented':!0x0});this['_anchor']=_0x37b9b,this[_0x167d12(0x25d)]['addObject'](_0x37b9b,_0x26b07b);let _0x454dc7=new _0x4f817e(Ln+_0x19564d(0x6),{'left':_0x4e0a7b+_0x8925f6-_0x55546e,'top':_0x253fc9+_0x3bf8f6-0x4/0x2,'height':0x4,'width':0x4,'fill':_0x2946f3||_0x5dfff7(_0x273955['black'],0x0),'strokeWidth':0x0,'stroke':_0x2946f3||_0x5dfff7(_0x273955[_0x167d12(0x368)],0x0),'evented':!0x1});this['_anchorDot']=_0x454dc7,this[_0x167d12(0x25d)][_0x167d12(0x328)](_0x454dc7,_0x26b07b);let _0x426d2b=new Sn(Ln+_0x19564d(0x6),{'left':_0x4e0a7b+_0x8925f6-_0x55546e,'top':_0x253fc9+_0x3bf8f6-0x14,'text':_0x138bf8,'color':_0x2946f3});this[_0x167d12(0x346)]=_0x426d2b,this[_0x167d12(0x25d)][_0x167d12(0x328)](_0x426d2b,_0x26b07b),this['_hover']=!0x1;}[_0x12e69f(0x307)](){const _0x1dcfd9=_0x12e69f;let _0x50c8dc=this[_0x1dcfd9(0x239)][_0x1dcfd9(0x3d3)][_0x1dcfd9(0x354)](()=>{const _0x255081=_0x1dcfd9;this[_0x255081(0x46e)]=!0x0;}),_0x17a14c=this[_0x1dcfd9(0x239)][_0x1dcfd9(0x31f)][_0x1dcfd9(0x354)](()=>{const _0x5cea91=_0x1dcfd9;this[_0x5cea91(0x1f3)]&&clearTimeout(this['_hideTimer']),this[_0x5cea91(0x1f3)]=setTimeout(()=>{const _0x1c222d=_0x5cea91;this[_0x1c222d(0x46e)]=!0x1;},0x7d0);});return()=>{const _0x7bf148=_0x1dcfd9;_0x50c8dc[_0x7bf148(0x3c5)](),_0x17a14c[_0x7bf148(0x3c5)]();};}['_drawTextRange'](_0x4289a9,_0x5b619d,_0x449efc,_0x1f787a){const _0x167922=_0x12e69f;let _0x4ab931=0.2,_0x4e1e82=new _0x40b9da(_0x4289a9)[_0x167922(0x41d)](_0x4ab931)[_0x167922(0x2fd)](),_0x5bad6a=new _0x46dad0(_0x167922(0x3f4)+_0x19564d(0x6),{'pointsGroup':_0x5b619d,'fill':_0x4e1e82||_0x5dfff7(_0x273955['black'],_0x4ab931),'left':_0x449efc,'top':_0x1f787a,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x167922(0x340)][_0x167922(0x22a)](_0x5bad6a),this[_0x167922(0x25d)][_0x167922(0x328)](_0x5bad6a,_0x26b07b);}[_0x12e69f(0x39a)](_0x2b2d6d,_0x22bf1d,_0x50a78e,_0x5384f2){const _0x9c6063=_0x12e69f;let _0x3adfef=0.2,_0x210be3=new _0x40b9da(_0x2b2d6d)[_0x9c6063(0x41d)](_0x3adfef)[_0x9c6063(0x2fd)](),_0x54b04a=new _0x46dad0(_0x9c6063(0x2f0)+_0x19564d(0x6),{'pointsGroup':_0x22bf1d,'fill':_0x210be3||_0x5dfff7(_0x273955[_0x9c6063(0x368)],_0x3adfef),'left':_0x50a78e,'top':_0x5384f2,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x9c6063(0x340)][_0x9c6063(0x22a)](_0x54b04a),this['_scene'][_0x9c6063(0x328)](_0x54b04a,_0x26b07b);}['_getAnchorBounding'](_0x30188b){let _0xcfb70f=_0x30188b[0x0],_0x591e5b=_0xcfb70f[0x0],_0x1dc076=_0xcfb70f[0x2],{x:_0x35d8ef,y:_0x56b2b5}=_0x591e5b,{x:_0x355ad7,y:_0x1e672c}=_0x1dc076;return{'left':_0x35d8ef,'top':_0x56b2b5,'width':_0x355ad7-_0x35d8ef,'height':_0x1e672c-_0x56b2b5};}[_0x12e69f(0x37e)](){const _0x53b6c3=_0x12e69f;let {scaleX:_0x35c081,scaleY:_0x509730}=this[_0x53b6c3(0x25d)]['getAncestorScale']();return Math['max'](_0x35c081,_0x509730);}};let zn=class extends _0x3b482a{constructor(_0x421d63,_0x5c2e92,_0x1ca3b0,_0x24944a,_0x47b71e){const _0x266778=_0x12e69f;super(),this[_0x266778(0x32c)]=_0x421d63,this['_docSkeletonManagerService']=_0x5c2e92,this[_0x266778(0x20f)]=_0x1ca3b0,this['_commandService']=_0x24944a,this[_0x266778(0x235)]=_0x47b71e,q(this,_0x266778(0x3dd),[]),q(this,'_cursors',[]),this[_0x266778(0x40e)]();}[_0x12e69f(0x40e)](){const _0x3da884=_0x12e69f;let _0x3be3b2=this[_0x3da884(0x32c)][_0x3da884(0x2ad)],_0x4d46ef=this[_0x3da884(0x44c)];this[_0x3da884(0x432)](_0x5dac58([this[_0x3da884(0x20f)]['getCollabCursors$'](_0x3be3b2),this[_0x3da884(0x235)]['currentTheme$']])[_0x3da884(0x3b0)](_0x52dc5c(([_0x4b82b7,_0x383e1c])=>({'skeleton':_0x4d46ef['getSkeleton'](),'cursors':[..._0x4b82b7[_0x3da884(0x40b)]()]['flatMap'](_0x11c623=>({..._0x11c623,'color':this[_0x3da884(0x235)][_0x3da884(0x224)](_0x11c623[_0x3da884(0x1f4)])}))})))[_0x3da884(0x23c)](_0x2596a4=>{const _0x23ec2e=_0x3da884;if(this[_0x23ec2e(0x3a5)](),_0x2596a4){let {skeleton:_0x3f4f46,cursors:_0x97ba2}=_0x2596a4;this[_0x23ec2e(0x2e6)](_0x3f4f46,_0x97ba2);}})),this[_0x3da884(0x401)](),this[_0x3da884(0x21f)]();}[_0x12e69f(0x2e6)](_0x38fac3,_0x1fb3fc){const _0x198a35=_0x12e69f;let {scene:_0x46aff4,mainComponent:_0x21b937}=this[_0x198a35(0x32c)],_0x1d0da2=_0x1fb3fc[_0x198a35(0x208)](_0x3e5d0e=>new Rn(_0x3e5d0e,_0x46aff4,_0x38fac3,_0x21b937));this['_cursorShapes']=_0x1d0da2,this[_0x198a35(0x2bb)]=_0x1fb3fc;}['_refreshCollabCursors'](){const _0x1facd0=_0x12e69f;this[_0x1facd0(0x3a5)]();let {scene:_0x4ce8f8,mainComponent:_0x285dba}=this['_context'],_0x3ab224=this[_0x1facd0(0x44c)][_0x1facd0(0x225)](),_0x21f8b9=this['_cursors'][_0x1facd0(0x208)](_0x524620=>new Rn(_0x524620,_0x4ce8f8,_0x3ab224,_0x285dba));this['_cursorShapes']=_0x21f8b9;}[_0x12e69f(0x3a5)](){const _0x40095c=_0x12e69f;this['_cursorShapes'][_0x40095c(0x2cb)](_0xd376c4=>_0xd376c4['dispose']()),this[_0x40095c(0x3dd)]=[];}['_initCommandExecutedListener'](){const _0x5f464c=_0x12e69f;let _0x47ebfa=[_0x3828d4['id']];this[_0x5f464c(0x432)](this[_0x5f464c(0x422)]['onCommandExecuted'](_0x54061c=>{const _0x257b9d=_0x5f464c;_0x47ebfa['includes'](_0x54061c['id'])&&_0x54061c['params']['unitId']===this[_0x257b9d(0x32c)]['unitId']&&this[_0x257b9d(0x246)]();}));}[_0x12e69f(0x401)](){const _0x4d80b0=_0x12e69f;this[_0x4d80b0(0x432)](_0x51bac9(this['_context'][_0x4d80b0(0x467)][_0x4d80b0(0x334)])['pipe'](_0x44f6d5(_0x97b727=>_0x97b727[_0x4d80b0(0x376)]===_0x6ac21c[_0x4d80b0(0x216)]),_0x130eb1(0x10))[_0x4d80b0(0x23c)](()=>{const _0x26e352=_0x4d80b0;this[_0x26e352(0x246)]();}));}};zn=Y([J(0x1,_0x54edce(_0x45419b)),J(0x2,_0x54edce(Q)),J(0x3,_0x41da16),J(0x4,_0x54edce(_0x247f8e))],zn);var Bn=class extends _0x58652d{constructor(_0xe4bec2,_0x57a44b){const _0x395907=_0x12e69f;if(super(_0xe4bec2,_0x57a44b),q(this,'_color',void 0x0),q(this,_0x395907(0x2bc),!0x1),q(this,'_range',void 0x0),q(this,_0x395907(0x3bb),''),q(this,_0x395907(0x3a4),'top'),q(this,_0x395907(0x3eb),void 0x0),q(this,_0x395907(0x240),void 0x0),q(this,_0x395907(0x2a1),void 0x0),q(this,'_highlightSecond',0x4),q(this,_0x395907(0x436),void 0x0),q(this,_0x395907(0x23b),void 0x0),q(this,'_isBlinkVisible',!0x0),q(this,_0x395907(0x344),0x0),q(this,'_labelHorizontalPosition','right'),_0x57a44b){var _0x3b6b3a;if(this[_0x395907(0x26d)](_0x57a44b),_0x57a44b[_0x395907(0x341)]&&((_0x3b6b3a=_0x57a44b[_0x395907(0x255)])==null?this[_0x395907(0x315)]:_0x3b6b3a)){var _0x3dfa52;this[_0x395907(0x2fa)]((_0x3dfa52=_0x57a44b['highlightSecond'])==null?this[_0x395907(0x315)]:_0x3dfa52);}}this[_0x395907(0x3d3)][_0x395907(0x354)](()=>this[_0x395907(0x26d)]({'hovered':!0x0})),this[_0x395907(0x31f)][_0x395907(0x354)](()=>this[_0x395907(0x26d)]({'hovered':!0x1}));}['setOffsetY'](_0x45087a){const _0xaceece=_0x12e69f;this[_0xaceece(0x344)]=_0x45087a;}[_0x12e69f(0x26d)](_0x5d001a){const _0x59706b=_0x12e69f;var _0x4e2e86,_0x2d83aa,_0x3dde38,_0x3e8772,_0x358adc,_0x1119f3,_0x1ebc08,_0x399c86;this[_0x59706b(0x457)]=(_0x4e2e86=_0x5d001a[_0x59706b(0x1f4)])==null?this[_0x59706b(0x457)]:_0x4e2e86,this['_hovered']=(_0x2d83aa=_0x5d001a[_0x59706b(0x3b8)])==null?this['_hovered']:_0x2d83aa,this[_0x59706b(0x209)]=(_0x3dde38=_0x5d001a[_0x59706b(0x2a2)])==null?this[_0x59706b(0x209)]:_0x3dde38,this['_name']=(_0x3e8772=_0x5d001a['name'])==null?this[_0x59706b(0x3bb)]:_0x3e8772,this[_0x59706b(0x3a4)]=(_0x358adc=_0x5d001a[_0x59706b(0x39b)])==null?this[_0x59706b(0x3a4)]:_0x358adc,this['_backgroundColor']=(_0x1119f3=_0x5d001a[_0x59706b(0x3ef)])==null?this['_backgroundColor']:_0x1119f3,this[_0x59706b(0x240)]=(_0x1ebc08=_0x5d001a['showText'])==null?this[_0x59706b(0x240)]:_0x1ebc08,this[_0x59706b(0x262)]=(_0x399c86=_0x5d001a[_0x59706b(0x411)])==null?this[_0x59706b(0x262)]:_0x399c86,_0x5d001a[_0x59706b(0x255)]!==void 0x0&&(this[_0x59706b(0x315)]=_0x5d001a[_0x59706b(0x255)]),_0x5d001a[_0x59706b(0x341)]!==void 0x0&&(this[_0x59706b(0x2a1)]=_0x5d001a[_0x59706b(0x341)]),_0x5d001a['offsetY']!==void 0x0&&(this[_0x59706b(0x344)]=_0x5d001a[_0x59706b(0x30b)]),this['transformByState']({'width':_0x5d001a[_0x59706b(0x1fa)],'height':_0x5d001a['height']});}[_0x12e69f(0x21e)](_0x20840f){const _0x123a7a=_0x12e69f;let {row:_0x4344a3,column:_0x4144ab}=_0x20840f;if(_0x4344a3>=this[_0x123a7a(0x209)][_0x123a7a(0x3f7)]&&_0x4344a3<=this[_0x123a7a(0x209)]['endRow']&&_0x4144ab>=this[_0x123a7a(0x209)][_0x123a7a(0x355)]&&_0x4144ab<=this[_0x123a7a(0x209)][_0x123a7a(0x232)]){this['setShapeProps']({'hovered':!0x0});return;}this[_0x123a7a(0x26d)]({'hovered':!0x1});}[_0x12e69f(0x2fa)](_0x36e432){const _0x23125d=_0x12e69f;this['_stopBlinking'](),this[_0x23125d(0x22d)]=!0x0,this[_0x23125d(0x23b)]=window[_0x23125d(0x3ad)](()=>{const _0x55fab8=_0x23125d;this['_isBlinkVisible']=!this[_0x55fab8(0x22d)],this[_0x55fab8(0x329)](!0x0);},0x1f4),this[_0x23125d(0x436)]=window['setTimeout'](()=>{const _0x53fd4f=_0x23125d;this[_0x53fd4f(0x292)](),this[_0x53fd4f(0x22d)]=!0x0,this[_0x53fd4f(0x329)](!0x0);},_0x36e432*0x3e8);}[_0x12e69f(0x292)](){const _0x422b45=_0x12e69f;this[_0x422b45(0x23b)]&&(window[_0x422b45(0x22b)](this[_0x422b45(0x23b)]),this[_0x422b45(0x23b)]=void 0x0),this['_blinkTimer']&&(window[_0x422b45(0x466)](this[_0x422b45(0x436)]),this['_blinkTimer']=void 0x0);}['triggerDblclick'](_0x5237db){return!0x1;}['dispose'](){const _0x5edd45=_0x12e69f;this['_stopBlinking'](),super[_0x5edd45(0x3cc)]();}[_0x12e69f(0x2ce)](_0x33bd62){const _0x461627=_0x12e69f;let _0x113206=this[_0x461627(0x457)],_0x1bc552=this[_0x461627(0x3eb)];if(this[_0x461627(0x2a1)]&&!this['_isBlinkVisible']&&(_0x113206=this[_0x461627(0x37b)](this[_0x461627(0x457)]),_0x1bc552=this['_backgroundColor']?this[_0x461627(0x37b)](this['_backgroundColor']):void 0x0),_0x4f817e[_0x461627(0x24e)](_0x33bd62,{'width':this[_0x461627(0x1fa)],'height':this[_0x461627(0x387)],'strokeWidth':this[_0x461627(0x21a)]||1.5,'stroke':_0x113206,'evented':!0x1,'fill':_0x1bc552}),this[_0x461627(0x2bc)]||this[_0x461627(0x240)]){var _0x259a50;_0x33bd62['save']();let _0x20d26b=this[_0x461627(0x262)]===_0x461627(0x29c)?-bn(_0x33bd62,this[_0x461627(0x3bb)]):this[_0x461627(0x1fa)];_0x33bd62[_0x461627(0x27f)](0x1,0x0,0x0,0x1,_0x20d26b,(this['_labelPosition']===_0x461627(0x2be)?0x0:-0x14)+((_0x259a50=this[_0x461627(0x344)])==null?0x0:_0x259a50)),Sn[_0x461627(0x24e)](_0x33bd62,{'text':this[_0x461627(0x3bb)],'color':_0x113206}),_0x33bd62[_0x461627(0x210)]();}}[_0x12e69f(0x37b)](_0x56a8b6){const _0x45e6e7=_0x12e69f;return _0x56a8b6['startsWith']('#')?_0x45e6e7(0x465)+Number['parseInt'](_0x56a8b6['slice'](0x1,0x3),0x10)+',\x20'+Number['parseInt'](_0x56a8b6[_0x45e6e7(0x326)](0x3,0x5),0x10)+',\x20'+Number[_0x45e6e7(0x3aa)](_0x56a8b6[_0x45e6e7(0x326)](0x5,0x7),0x10)+_0x45e6e7(0x2ee):_0x56a8b6[_0x45e6e7(0x391)](_0x45e6e7(0x3e5))?_0x56a8b6[_0x45e6e7(0x30a)](/[\d.]+\)$/g,_0x45e6e7(0x427)):_0x56a8b6['startsWith']('rgb')?_0x56a8b6['replace'](_0x45e6e7(0x29f),_0x45e6e7(0x3e5))['replace'](')',_0x45e6e7(0x2ee)):_0x56a8b6;}};let Vn=class extends _0x3b482a{constructor(_0x7ef12,_0x3372af,_0x26959e,_0xc6a853){const _0x463cd9=_0x12e69f;super(),this['_context']=_0x7ef12,this['_sheetSkeletonManagerService']=_0x3372af,this[_0x463cd9(0x20f)]=_0x26959e,this['_themeService']=_0xc6a853,q(this,_0x463cd9(0x2bb),new Set()),q(this,_0x463cd9(0x20a),null),q(this,_0x463cd9(0x358),null),this['_init']();}[_0x12e69f(0x40e)](){const _0x176584=_0x12e69f;this[_0x176584(0x36f)][_0x176584(0x451)]['pipe'](_0x328b4e(this['dispose$']),_0x68db4a(_0x5234b7=>{const _0x37ba2a=_0x176584;if(_0x5234b7){let _0x15c805=_0x5234b7[_0x37ba2a(0x27b)];return _0x5dac58(this['_collabCursorController'][_0x37ba2a(0x1fd)](this[_0x37ba2a(0x32c)][_0x37ba2a(0x2ad)]),this[_0x37ba2a(0x235)][_0x37ba2a(0x24f)])[_0x37ba2a(0x3b0)](_0x52dc5c(([_0x3c4bba,_0xafb851])=>{let _0x1ce8e5=new Map();return _0x3c4bba['forEach']((_0x42c3af,_0x8add07)=>{const _0x3e14a3=_0x2051;if(_0x42c3af[_0x3e14a3(0x2c8)]===_0x15c805){let _0x27de11={..._0x42c3af};_0x27de11[_0x3e14a3(0x1f4)]=this[_0x3e14a3(0x235)]['getColorFromTheme'](_0x42c3af['color']),_0x1ce8e5[_0x3e14a3(0x32b)](_0x8add07,_0x27de11);}}),{'skeleton':_0x5234b7,'cursors':_0x1ce8e5};}));}return _0x204fbb({'skeleton':null,'cursors':new Map()});}))['subscribe'](({skeleton:_0x163576,cursors:_0x352fa7})=>{const _0x3420e5=_0x176584;this[_0x3420e5(0x3a5)](),_0x163576&&this[_0x3420e5(0x2e6)](_0x163576,_0x352fa7);}),this[_0x176584(0x432)](this[_0x176584(0x36f)][_0x176584(0x451)][_0x176584(0x3b0)](_0x328b4e(this[_0x176584(0x200)]))[_0x176584(0x23c)](_0x33fd46=>{const _0x5d6023=_0x176584;var _0x6e387d;if(_0x33fd46==null)return;(_0x6e387d=this[_0x5d6023(0x358)])==null||_0x6e387d['unsubscribe'](),this['_pointerMoveDisposable']=null;let {skeleton:_0x5e2c98}=_0x33fd46,{scene:_0x6137ce}=this[_0x5d6023(0x32c)];this['_pointerMoveDisposable']=_0x6137ce[_0x5d6023(0x207)][_0x5d6023(0x354)](_0x56de04(_0x2c4ac2=>{const _0x2c6152=_0x5d6023;var _0x17bfdf,_0x1d133e;let {offsetX:_0x23bd4f,offsetY:_0xbcd4a1}=_0x2c4ac2,{x:_0x7cad6d,y:_0x4c9ed7}=_0x6137ce['getRelativeToViewportCoord'](_0x3441b4[_0x2c6152(0x3d9)]([_0x23bd4f,_0xbcd4a1])),{scaleX:_0x1b5e6d,scaleY:_0xf14ae1}=_0x6137ce[_0x2c6152(0x27a)](),_0x192fff=_0x6137ce[_0x2c6152(0x464)](_0x3b2eff[_0x2c6152(0x3b2)]),_0x2f9d9a=_0x6137ce['getVpScrollXYInfoByPosToVp'](_0x3441b4['FromArray']([_0x7cad6d,_0x4c9ed7]),_0x192fff),_0x29ce5f=_0x5e2c98['getCellPositionByOffset'](_0x23bd4f,_0xbcd4a1,_0x1b5e6d,_0xf14ae1,_0x2f9d9a);((_0x17bfdf=this[_0x2c6152(0x20a)])==null?void 0x0:_0x17bfdf[_0x2c6152(0x2d6)])===_0x29ce5f[_0x2c6152(0x2d6)]&&((_0x1d133e=this[_0x2c6152(0x20a)])==null?void 0x0:_0x1d133e[_0x2c6152(0x3e3)])===_0x29ce5f[_0x2c6152(0x3e3)]||this[_0x2c6152(0x2bb)][_0x2c6152(0x2cb)](_0x4f91d8=>{_0x4f91d8['onMouseMove'](_0x29ce5f);});},0x64));})),this[_0x176584(0x432)](_0x242400(()=>{const _0x123965=_0x176584;var _0x6f762b;(_0x6f762b=this[_0x123965(0x358)])==null||_0x6f762b['unsubscribe'](),this[_0x123965(0x358)]=null;}));}['_updateCollabCursors'](_0x595510,_0x38b145){const _0x56b971=_0x12e69f;let _0xb882f2=this[_0x56b971(0x36f)][_0x56b971(0x37f)]();if(!_0xb882f2)return;let _0x27285e=this[_0x56b971(0x24a)]();if(!_0x27285e)return;this[_0x56b971(0x2bb)][_0x56b971(0x2cb)](_0x5d7a99=>{_0x5d7a99['makeDirty']();});let {scene:_0x415b14}=_0x27285e,_0x634401=Hn(Array[_0x56b971(0x212)](_0x38b145['values']()))['map'](_0x1f378e=>{const _0x2dbfa6=_0x56b971;let {color:_0x7a41c5,range:_0x7506a,name:_0x39284b,selection:_0x4bca91,sheetID:_0x5d798c}=_0x1f378e,{startColumn:_0x29e0ac,startRow:_0x24825d,endColumn:_0x460fd2,endRow:_0x39c952}=_0x7506a,_0x44b4e6=_0x2079da(_0x24825d,_0x29e0ac,_0x415b14,_0xb882f2),_0x5013e7=_0x2079da(_0x39c952,_0x460fd2,_0x415b14,_0xb882f2),{columnHeaderHeightAndMarginTop:_0x5d9720}=_0xb882f2,{startX:_0x27935f,startY:_0x5d9782}=_0x44b4e6,{endX:_0x16d8f9,endY:_0x42ca0e}=_0x5013e7,_0xa6ca4b=_0x16d8f9-_0x27935f,_0x12d1b0=_0x42ca0e-_0x5d9782;return new Bn(_0x39284b,{'labelPosition':_0x5d9782-_0x5d9720>=0x14?_0x2dbfa6(0x3b1):'bottom','sheetID':_0x5d798c,'range':_0x7506a,'color':_0x7a41c5,'name':_0x39284b,'selection':_0x4bca91,'left':_0x27935f,'top':_0x5d9782,'width':_0xa6ca4b,'height':_0x12d1b0,'evented':!0x1,'zIndex':0x1389});});_0x415b14[_0x56b971(0x3dc)](_0x634401,0x1),this[_0x56b971(0x2bb)]=new Set(_0x634401);}[_0x12e69f(0x3a5)](){const _0x1e1921=_0x12e69f;var _0x4cce49;(_0x4cce49=this[_0x1e1921(0x2bb)])==null||_0x4cce49[_0x1e1921(0x2cb)](_0x16308c=>_0x16308c[_0x1e1921(0x3cc)]());}['_getSheetObject'](){const _0x2f6769=_0x12e69f;return _0x4be76a(this[_0x2f6769(0x32c)][_0x2f6769(0x2d5)],this[_0x2f6769(0x32c)]);}};Vn=Y([J(0x1,_0x54edce(_0x348097)),J(0x2,_0x54edce(Q)),J(0x3,_0x54edce(_0x247f8e))],Vn);function Hn(_0x2fc586){const _0x360428=_0x12e69f;let _0x5a7012=new Map();return _0x2fc586['forEach'](_0x4a2d37=>{const _0x2bae6b=_0x2051;if(_0x5a7012['has'](_0x4a2d37['selection'])){let _0x41e5ca=_0x5a7012['get'](_0x4a2d37[_0x2bae6b(0x2a6)]);_0x41e5ca[_0x2bae6b(0x227)]+=',\x20'+_0x4a2d37[_0x2bae6b(0x227)];}else _0x5a7012[_0x2bae6b(0x32b)](_0x4a2d37[_0x2bae6b(0x2a6)],_0x4a2d37);}),Array[_0x360428(0x212)](_0x5a7012[_0x360428(0x40b)]());}let Un=class extends _0x3b482a{constructor(_0x276ab2,_0x259abe,_0x424d9e){const _0x14014b=_0x12e69f;super(),this[_0x14014b(0x32c)]=_0x276ab2,this[_0x14014b(0x20f)]=_0x259abe,this[_0x14014b(0x235)]=_0x424d9e,q(this,_0x14014b(0x2bb),new Set()),q(this,'_renderScheduled',!0x1),q(this,'_isApplyingOverlays',!0x1),q(this,_0x14014b(0x399),new Map()),this['_init']();}[_0x12e69f(0x3cc)](){const _0x12557b=_0x12e69f;this[_0x12557b(0x3a5)](),super[_0x12557b(0x3cc)]();}[_0x12e69f(0x40e)](){const _0x116fd2=_0x12e69f;let _0x3e7b5b=this['_context'][_0x116fd2(0x2d5)][_0x116fd2(0x2b3)][_0x116fd2(0x2ef)],_0xac7f67=this[_0x116fd2(0x20f)][_0x116fd2(0x1fd)](this[_0x116fd2(0x32c)][_0x116fd2(0x2ad)]);this['disposeWithMe'](_0x242400(_0x5dac58([_0xac7f67,_0x3e7b5b,this['_themeService'][_0x116fd2(0x24f)]])[_0x116fd2(0x3b0)](_0x58f4bb(this[_0x116fd2(0x200)]))[_0x116fd2(0x23c)](([_0x3d85e9,_0x509e68])=>{const _0x441a87=_0x116fd2;let _0x3a946a=new Map();_0x3d85e9[_0x441a87(0x2cb)]((_0x465f67,_0x5ee158)=>{const _0x5a487b=_0x441a87;_0x465f67[_0x5a487b(0x223)]===_0x509e68&&_0x3a946a[_0x5a487b(0x32b)](_0x5ee158,{..._0x465f67,'color':this[_0x5a487b(0x235)][_0x5a487b(0x224)](_0x465f67[_0x5a487b(0x1f4)])});}),this[_0x441a87(0x399)]=_0x3a946a,this['_scheduleRender']();})));let _0x3f0f72=this[_0x116fd2(0x32c)][_0x116fd2(0x359)];this[_0x116fd2(0x432)](_0x242400(_0x3f0f72['addObject$'][_0x116fd2(0x3b0)](_0x58f4bb(this[_0x116fd2(0x200)]))[_0x116fd2(0x23c)](()=>{const _0x120797=_0x116fd2;this[_0x120797(0x3db)]||this['_scheduleRender']();})));}[_0x12e69f(0x29b)](){const _0x4a4f3e=_0x12e69f;this[_0x4a4f3e(0x42e)]||(this['_renderScheduled']=!0x0,Promise['resolve']()[_0x4a4f3e(0x38b)](()=>{const _0x7080c1=_0x4a4f3e;this['_renderScheduled']=!0x1,this[_0x7080c1(0x1ec)]();}));}[_0x12e69f(0x1ec)](){const _0x21bc90=_0x12e69f;var _0x5e8cad;this[_0x21bc90(0x3a5)]();let _0x4d6f2a=(_0x5e8cad=this[_0x21bc90(0x32c)]['unit'][_0x21bc90(0x2b3)][_0x21bc90(0x38d)]())==null?void 0x0:_0x5e8cad['getId']();if(!_0x4d6f2a)return;let _0x4aabc7=[];if(this[_0x21bc90(0x399)]['forEach']((_0x523dda,_0xbcd634)=>{const _0x31ab98=_0x21bc90;_0x523dda[_0x31ab98(0x223)]===_0x4d6f2a&&_0x523dda['selectedIds']['forEach'](_0x4d6bd4=>{const _0x436e6f=_0x31ab98;let _0x9558fe=_0x5bff4b(_0x523dda[_0x436e6f(0x2ad)],_0x523dda[_0x436e6f(0x223)],_0x4d6bd4),_0xbd4c57=this[_0x436e6f(0x2a0)](_0x9558fe);if(!_0xbd4c57)return;let _0x4f3eee=this[_0x436e6f(0x3d8)](_0xbd4c57);_0x4aabc7[_0x436e6f(0x22a)](new wn('slide-collab-cursor-'+_0xbcd634+'-'+_0x4d6bd4,{..._0x523dda,'left':_0x4f3eee[_0x436e6f(0x29c)],'top':_0x4f3eee[_0x436e6f(0x3b1)],'width':_0x4f3eee[_0x436e6f(0x1fa)],'height':_0x4f3eee['height'],'angle':_0xbd4c57[_0x436e6f(0x390)],'evented':!0x1,'zIndex':Cn}));});}),_0x4aabc7[_0x21bc90(0x3c4)]===0x0){this[_0x21bc90(0x32c)]['scene'][_0x21bc90(0x329)](!0x0);return;}this[_0x21bc90(0x3db)]=!0x0,this['_context']['scene'][_0x21bc90(0x3dc)](_0x4aabc7,Cn),this[_0x21bc90(0x3db)]=!0x1,this[_0x21bc90(0x2bb)]=new Set(_0x4aabc7),this['_context'][_0x21bc90(0x359)][_0x21bc90(0x329)](!0x0);}[_0x12e69f(0x3a5)](){const _0x1d4843=_0x12e69f;let _0x33125a=Array['from'](this[_0x1d4843(0x2bb)]);if(_0x33125a[_0x1d4843(0x3c4)]===0x0)return;let _0x36752e=this[_0x1d4843(0x32c)][_0x1d4843(0x359)];_0x1d4843(0x463)in _0x36752e&&typeof _0x36752e[_0x1d4843(0x463)]==_0x1d4843(0x257)?_0x36752e['removeObjects'](_0x33125a):_0x33125a['forEach'](_0xdf6ec0=>{const _0x437762=_0x1d4843;'removeObject'in _0x36752e&&typeof _0x36752e[_0x437762(0x41c)]==_0x437762(0x257)?_0x36752e['removeObject'](_0xdf6ec0):_0xdf6ec0[_0x437762(0x3cc)]();}),this[_0x1d4843(0x2bb)]['clear'](),_0x36752e[_0x1d4843(0x329)](!0x0);}[_0x12e69f(0x2a0)](_0x49fa53){const _0x218bb1=_0x12e69f;var _0x4e23e0,_0x36f00c,_0x1e4eee;let _0x5095ec=this[_0x218bb1(0x32c)][_0x218bb1(0x359)];return(_0x4e23e0=(_0x36f00c=(_0x1e4eee=_0x5095ec[_0x218bb1(0x3d2)])==null?void 0x0:_0x1e4eee[_0x218bb1(0x3e6)](_0x5095ec,_0x49fa53))==null?_0x5095ec['getObject'](_0x49fa53):_0x36f00c)==null?null:_0x4e23e0;}['_getObjectBounds'](_0x4afb50){const _0x2e7ff2=_0x12e69f;var _0x292091,_0x381317;let _0x429794=_0x4afb50;return(_0x292091=(_0x381317=_0x429794[_0x2e7ff2(0x3de)])==null?void 0x0:_0x381317['call'](_0x429794))==null?{'left':_0x4afb50[_0x2e7ff2(0x29c)],'top':_0x4afb50[_0x2e7ff2(0x3b1)],'width':_0x4afb50['width'],'height':_0x4afb50[_0x2e7ff2(0x387)]}:_0x292091;}};Un=Y([J(0x1,_0x54edce(Q)),J(0x2,_0x54edce(_0x247f8e))],Un);let Wn=class extends _0xfa11d4{constructor(_0x3edc66,_0x52dd66,_0x2daca5,_0x356040,_0xbdcc2f,_0xa54a6){const _0x4c6baf=_0x12e69f;super(),this['_beforeCloseService']=_0x3edc66,this[_0x4c6baf(0x3f8)]=_0x52dd66,this['_collaborationUIEventService']=_0x2daca5,this[_0x4c6baf(0x43a)]=_0x356040,this[_0x4c6baf(0x2af)]=_0xbdcc2f,this[_0x4c6baf(0x428)]=_0xa54a6,this[_0x4c6baf(0x46c)](),this[_0x4c6baf(0x361)]();}[_0x12e69f(0x46c)](){this['disposeWithMe'](this['_beforeCloseService']['registerBeforeClose'](()=>{const _0x44eaf2=_0x2051;if(this[_0x44eaf2(0x3f8)][_0x44eaf2(0x305)][_0x44eaf2(0x385)])return this[_0x44eaf2(0x428)]['t']('collaboration-client-ui.collaboration.offline-data-not-saved');}));}[_0x12e69f(0x361)](){const _0x35ba73=_0x12e69f;this[_0x35ba73(0x432)](this[_0x35ba73(0x306)][_0x35ba73(0x228)][_0x35ba73(0x23c)](_0x3cbbed=>{const _0x39b5d1=_0x35ba73;_0x3cbbed['id']===_0x4cf333[_0x39b5d1(0x423)]&&this['_messageService'][_0x39b5d1(0x272)]({'type':_0x47e927[_0x39b5d1(0x3a6)],'content':this[_0x39b5d1(0x428)]['t'](_0x39b5d1(0x25b))}),_0x3cbbed['id']===_0x4cf333[_0x39b5d1(0x381)]&&this[_0x39b5d1(0x43a)]['show']({'type':_0x47e927[_0x39b5d1(0x3a6)],'content':this[_0x39b5d1(0x428)]['t'](_0x39b5d1(0x366))}),_0x3cbbed['id']===_0x4cf333[_0x39b5d1(0x2df)]&&this[_0x39b5d1(0x2af)]['show']({'title':this[_0x39b5d1(0x428)]['t'](_0x39b5d1(0x442)),'content':this[_0x39b5d1(0x428)]['t'](_0x39b5d1(0x211)),'type':_0x39b5d1(0x293),'duration':0x0}),_0x3cbbed['id']===_0x4cf333[_0x39b5d1(0x41e)]&&this['_notificationService']['show']({'title':this[_0x39b5d1(0x428)]['t'](_0x39b5d1(0x1f9)),'content':this[_0x39b5d1(0x428)]['t'](_0x39b5d1(0x300)),'type':_0x39b5d1(0x293),'duration':0x0}),_0x3cbbed['id']===_0x4cf333['JOIN_ROOM_FAILED']&&this[_0x39b5d1(0x43a)][_0x39b5d1(0x272)]({'type':_0x47e927[_0x39b5d1(0x3a6)],'content':this[_0x39b5d1(0x428)]['t'](_0x3cbbed[_0x39b5d1(0x2d8)]||'')}),_0x3cbbed['id']===_0x4cf333[_0x39b5d1(0x394)]&&this[_0x39b5d1(0x43a)]['show']({'type':_0x47e927['Warning'],'content':this[_0x39b5d1(0x428)]['t']('collaboration-client-ui.session.will-retry')}),_0x3cbbed['id']===_0x4cf333[_0x39b5d1(0x379)]&&this[_0x39b5d1(0x43a)][_0x39b5d1(0x272)]({'type':_0x47e927[_0x39b5d1(0x433)],'content':this[_0x39b5d1(0x428)]['t'](_0x39b5d1(0x21c))}),_0x3cbbed['id']===_0x4cf333[_0x39b5d1(0x429)]&&this[_0x39b5d1(0x43a)][_0x39b5d1(0x272)]({'type':_0x47e927[_0x39b5d1(0x433)],'content':this[_0x39b5d1(0x428)]['t']('collaboration-client-ui.session.collaboration-timeout')});}));}};Wn=Y([J(0x0,_0x136d6a),J(0x1,_0x45f1ab),J(0x2,_0x54edce(_0x5278e7)),J(0x3,_0x52b70e),J(0x4,_0x594c15),J(0x5,_0x54edce(_0x1d0344))],Wn);const Gn=_0x2017fb(_0x12e69f(0x1f2));let Kn=class extends _0x3b482a{constructor(_0x58a23d,_0xb9596,_0x34dcec,_0x17b657,_0x37f87d){const _0x4726e0=_0x12e69f;super(),this[_0x4726e0(0x468)]=_0x58a23d,this[_0x4726e0(0x3c3)]=_0xb9596,this[_0x4726e0(0x422)]=_0x34dcec,this[_0x4726e0(0x238)]=_0x17b657,_0x37f87d?_0x37f87d[_0x4726e0(0x2eb)]()[_0x4726e0(0x38b)](()=>this[_0x4726e0(0x40e)]()):(this['_logService'][_0x4726e0(0x27c)](_0x4726e0(0x287),_0x4726e0(0x27d)),this['_init']());}async[_0x12e69f(0x40e)](){const _0x405dbf=_0x12e69f;let _0x111f7f=this['_urlService'][_0x405dbf(0x3a8)](_0x405dbf(0x2d5)),_0x5b6520=this[_0x405dbf(0x468)][_0x405dbf(0x3a8)]('type'),_0x3df26c=this[_0x405dbf(0x468)][_0x405dbf(0x3a8)](_0x405dbf(0x3da));if(!_0x111f7f||!_0x5b6520){this['_logService']['debug']('[CollaborationDataLoaderController]','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');return;}let _0x2f9998=await this['_dataLoaderService'][_0x405dbf(0x392)](_0x111f7f,Number(_0x5b6520),_0x3df26c);_0x2f9998&&_0x2f9998 instanceof _0x1b67c9&&this[_0x405dbf(0x2f5)](_0x2f9998);}async[_0x12e69f(0x2f5)](_0x43a04b){const _0x45dcad=_0x12e69f;await this[_0x45dcad(0x444)](_0x43a04b),_0x43a04b[_0x45dcad(0x2e1)][_0x45dcad(0x3b0)](_0x58f4bb(this[_0x45dcad(0x200)]))[_0x45dcad(0x23c)](_0x113706=>{_0x113706&&this['_updateURLWithCurrentState'](_0x113706);}),this[_0x45dcad(0x468)][_0x45dcad(0x288)][_0x45dcad(0x3b0)](_0x58f4bb(this[_0x45dcad(0x200)]))[_0x45dcad(0x23c)](()=>this[_0x45dcad(0x444)](_0x43a04b));}['_updateURLWithCurrentState'](_0x11c709,_0x54782f=!0x1){const _0x356eec=_0x12e69f;let _0xb0c9ac=this['_urlService'][_0x356eec(0x3a8)](_0x356eec(0x3da));_0x11c709[_0x356eec(0x2a4)]()!==_0xb0c9ac&&this[_0x356eec(0x468)]['setParam'](_0x356eec(0x3da),_0x11c709[_0x356eec(0x2a4)](),_0x54782f);}async['_updateSubUnitFromURLParams'](_0x1b6d7d){const _0x2fb030=_0x12e69f;var _0x3aa202;let _0x20447a=this[_0x2fb030(0x468)]['getParam']('subunit');if(!_0x20447a||!_0x1b6d7d['getSheetBySheetId'](_0x20447a)){let _0x4b8446=_0x1b6d7d[_0x2fb030(0x40f)]()[0x0],_0x800603=_0x1b6d7d['getSheetBySheetId'](_0x4b8446);if(!_0x800603)return;this[_0x2fb030(0x3fc)](_0x800603,!0x0),await this[_0x2fb030(0x422)][_0x2fb030(0x309)](_0x30a663['id'],{'unitId':_0x1b6d7d[_0x2fb030(0x2e7)](),'subUnitId':_0x4b8446});return;}((_0x3aa202=_0x1b6d7d['getActiveSheet']())==null?void 0x0:_0x3aa202[_0x2fb030(0x2a4)]())!==_0x20447a&&await this['_commandService'][_0x2fb030(0x309)](_0x30a663['id'],{'unitId':_0x1b6d7d[_0x2fb030(0x2e7)](),'subUnitId':_0x20447a});}};Kn=Y([J(0x0,Gn),J(0x1,_0x2a73d7),J(0x2,_0x41da16),J(0x3,_0x54edce(_0x178936)),J(0x4,_0x11f330(_0x2dcad5))],Kn);let qn=class{constructor(_0x328b61,_0x274530){const _0x44ab96=_0x12e69f;this[_0x44ab96(0x274)]=_0x328b61,this['_renderManagerService']=_0x274530;}[_0x12e69f(0x348)](_0x30501e){const _0x472fd6=_0x12e69f;this[_0x472fd6(0x396)](_0x30501e),this[_0x472fd6(0x2ff)](_0x30501e);}['transformRemoteChangeset'](_0x159816){const _0x194bbb=_0x12e69f;let {unitID:_0x139bae}=_0x159816,{redoCache:_0xcb2950}=this['_renderManagerService'][_0x194bbb(0x32a)](_0x139bae)[_0x194bbb(0x38a)](_0x453bb4)[_0x194bbb(0x2c6)]();if(_0xcb2950[_0x194bbb(0x3c4)]===0x0)return _0x159816;let _0xa64891=_0x19cd3e[_0x194bbb(0x2c4)](_0x159816[_0x194bbb(0x29e)][0x0]);for(let _0x5d3b13=0x0;_0x5d3b13<_0xcb2950[_0x194bbb(0x3c4)];_0x5d3b13++){let _0x5b7f95={'id':_0x194bbb(0x345),'params':{..._0xcb2950[_0x5d3b13]}},_0x285cf9=this[_0x194bbb(0x274)][_0x194bbb(0x36d)](_0xa64891,_0x5b7f95,!0x1);if(_0x2e286f(_0x285cf9))throw _0x285cf9['error'];_0xa64891=_0x285cf9[_0x194bbb(0x1f5)];}return{..._0x19cd3e['deepClone'](_0x159816),'mutations':[_0xa64891]};}[_0x12e69f(0x396)](_0x97c96e){const _0x395268=_0x12e69f;let {unitID:_0x5beb71}=_0x97c96e,_0x126a08=this[_0x395268(0x20d)][_0x395268(0x32a)](_0x5beb71)[_0x395268(0x38a)](_0x453bb4),{undoCache:_0x5c2fe9,redoCache:_0xfe7db}=_0x126a08[_0x395268(0x2c6)]();if(_0x5c2fe9['length']===0x0||_0xfe7db['length']===0x0)return;let _0x4cc097=[],_0x30ac7f=[],_0x62184f=_0x19cd3e['deepClone'](_0x97c96e['mutations'][0x0]),_0x2087fc=_0x19cd3e[_0x395268(0x2c4)](_0x97c96e['mutations'][0x0]);for(let _0x7288eb=_0x5c2fe9[_0x395268(0x3c4)]-0x1;_0x7288eb>=0x0;_0x7288eb--){let _0x29291a={'id':_0x395268(0x345),'params':{..._0x5c2fe9[_0x7288eb]}},_0x4d10bf={'id':_0x395268(0x345),'params':{..._0xfe7db[_0x7288eb]}},_0x22060d=this[_0x395268(0x274)][_0x395268(0x36d)](_0x62184f,_0x29291a,!0x1),_0xa6eb42=this[_0x395268(0x274)][_0x395268(0x36d)](_0x2087fc,_0x4d10bf,!0x1);if(_0x2e286f(_0x22060d))throw _0x22060d[_0x395268(0x293)];if(_0x2e286f(_0xa6eb42))throw _0xa6eb42[_0x395268(0x293)];_0x4cc097[_0x395268(0x249)](_0x22060d[_0x395268(0x26b)]['params']),_0x30ac7f[_0x395268(0x249)](_0xa6eb42[_0x395268(0x26b)]['params']),_0x62184f=_0x22060d[_0x395268(0x1f5)],_0x2087fc=_0xa6eb42[_0x395268(0x1f5)];}_0x126a08['setUndoRedoMutationParamsCache']({'undoCache':_0x4cc097,'redoCache':_0x30ac7f});}[_0x12e69f(0x2ff)](_0x5ce7da){const _0x4a063a=_0x12e69f;let {unitID:_0x37012d}=_0x5ce7da,_0x2188f2=this[_0x4a063a(0x20d)][_0x4a063a(0x32a)](_0x37012d)[_0x4a063a(0x38a)](_0x453bb4),_0x1a655c=_0x2188f2[_0x4a063a(0x34e)]();if(_0x1a655c==null)return;let _0x1c1447=[{'id':_0x4a063a(0x345),'params':{'unitId':_0x5ce7da['unitID'],'actions':null,'textRanges':[_0x1a655c]}}],_0x54e33e=this[_0x4a063a(0x274)]['transformMutationsWithChangeset'](_0x5ce7da,_0x1c1447);if(!_0x551289(_0x54e33e))throw _0x54e33e[_0x4a063a(0x293)];let _0x6c1dda=_0x54e33e[_0x4a063a(0x26b)][0x0][_0x4a063a(0x327)][_0x4a063a(0x26c)];Array['isArray'](_0x6c1dda)&&_0x6c1dda[_0x4a063a(0x3c4)]&&_0x2188f2[_0x4a063a(0x3c7)](_0x6c1dda[0x0]);}};qn=Y([J(0x0,_0x3e9679),J(0x1,_0x40ac66)],qn);let Jn=class{constructor(_0x397db0,_0x2d74ea,_0x4a71ca){const _0xd9213b=_0x12e69f;this[_0xd9213b(0x39c)]=_0x397db0,this[_0xd9213b(0x274)]=_0x2d74ea,this['_docStateChangeManagerService']=_0x4a71ca;}[_0x12e69f(0x416)](_0x330bf7){const _0x345fc6=_0x12e69f;this[_0x345fc6(0x2b8)](_0x330bf7);}[_0x12e69f(0x3f9)](_0x37e479){const _0x1f776e=_0x12e69f;let {unitID:_0x1a0a0e}=_0x37e479,{collaboration:_0x3d6399}=this[_0x1f776e(0x25e)][_0x1f776e(0x2d4)](_0x1a0a0e);if(_0x3d6399['length']===0x0)return _0x37e479;let _0x2b8873=_0x19cd3e['deepClone'](_0x37e479['mutations'][0x0]);for(let _0x16665f=0x0;_0x16665f<_0x3d6399[_0x1f776e(0x3c4)];_0x16665f++){let _0x3a7966={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x3d6399[_0x16665f][_0x1f776e(0x2ad)],..._0x3d6399[_0x16665f][_0x1f776e(0x237)]}},_0x29c603=this['_transformService'][_0x1f776e(0x36d)](_0x2b8873,_0x3a7966,!0x1);if(_0x2e286f(_0x29c603))throw _0x29c603['error'];_0x2b8873=_0x29c603[_0x1f776e(0x1f5)];}return{..._0x19cd3e[_0x1f776e(0x2c4)](_0x37e479),'mutations':[_0x2b8873]};}[_0x12e69f(0x2b8)](_0xf98e1b){const _0x3ec6f0=_0x12e69f;let {unitID:_0x309128}=_0xf98e1b,{history:_0x305299,collaboration:_0x3030c9}=this['_docStateChangeManagerService'][_0x3ec6f0(0x2d4)](_0x309128);if(_0x305299[_0x3ec6f0(0x3c4)]===0x0&&_0x3030c9[_0x3ec6f0(0x3c4)]===0x0)return;let _0x336f1b=[],_0x4438d6=[],_0x1392bf=_0x19cd3e['deepClone'](_0xf98e1b['mutations'][0x0]),_0x2b0fc8=_0x19cd3e[_0x3ec6f0(0x2c4)](_0xf98e1b[_0x3ec6f0(0x29e)][0x0]);for(let _0x1f4534=_0x305299[_0x3ec6f0(0x3c4)]-0x1;_0x1f4534>=0x0;_0x1f4534--){let _0x2acf34={'id':_0x3ec6f0(0x345),'params':{'unitId':_0x305299[_0x1f4534][_0x3ec6f0(0x2ad)],..._0x305299[_0x1f4534]['undoState']}},_0x3f7691={'id':_0x3ec6f0(0x345),'params':{'unitId':_0x305299[_0x1f4534][_0x3ec6f0(0x2ad)],..._0x305299[_0x1f4534][_0x3ec6f0(0x237)]}},_0x5f06a2=this[_0x3ec6f0(0x274)]['transformMutation'](_0x1392bf,_0x2acf34,!0x1),_0x5a4882=this['_transformService'][_0x3ec6f0(0x36d)](_0x2b0fc8,_0x3f7691,!0x1);if(_0x2e286f(_0x5f06a2))throw _0x5f06a2[_0x3ec6f0(0x293)];if(_0x2e286f(_0x5a4882))throw _0x5a4882[_0x3ec6f0(0x293)];_0x336f1b[_0x3ec6f0(0x249)]({..._0x305299[_0x1f4534],'undoState':_0x5f06a2[_0x3ec6f0(0x26b)]['params'],'redoState':_0x5a4882['m2Prime'][_0x3ec6f0(0x327)]}),_0x1392bf=_0x5f06a2[_0x3ec6f0(0x1f5)],_0x2b0fc8=_0x5a4882[_0x3ec6f0(0x1f5)];}_0x1392bf=_0x19cd3e[_0x3ec6f0(0x2c4)](_0xf98e1b[_0x3ec6f0(0x29e)][0x0]),_0x2b0fc8=_0x19cd3e[_0x3ec6f0(0x2c4)](_0xf98e1b[_0x3ec6f0(0x29e)][0x0]);for(let _0x43c171=_0x3030c9[_0x3ec6f0(0x3c4)]-0x1;_0x43c171>=0x0;_0x43c171--){let _0x26b0fb={'id':_0x3ec6f0(0x345),'params':{'unitId':_0x3030c9[_0x43c171]['unitId'],..._0x3030c9[_0x43c171][_0x3ec6f0(0x369)]}},_0x2f42ab={'id':_0x3ec6f0(0x345),'params':{'unitId':_0x3030c9[_0x43c171]['unitId'],..._0x3030c9[_0x43c171][_0x3ec6f0(0x237)]}},_0x5cf425=this[_0x3ec6f0(0x274)][_0x3ec6f0(0x36d)](_0x1392bf,_0x26b0fb,!0x1),_0x2530c0=this[_0x3ec6f0(0x274)][_0x3ec6f0(0x36d)](_0x2b0fc8,_0x2f42ab,!0x1);if(_0x2e286f(_0x5cf425))throw _0x5cf425['error'];if(_0x2e286f(_0x2530c0))throw _0x2530c0[_0x3ec6f0(0x293)];_0x4438d6[_0x3ec6f0(0x249)]({..._0x3030c9[_0x43c171],'undoState':_0x5cf425[_0x3ec6f0(0x26b)][_0x3ec6f0(0x327)],'redoState':_0x2530c0[_0x3ec6f0(0x26b)][_0x3ec6f0(0x327)]}),_0x1392bf=_0x5cf425[_0x3ec6f0(0x1f5)],_0x2b0fc8=_0x2530c0['m1Prime'];}this[_0x3ec6f0(0x25e)][_0x3ec6f0(0x3a9)](_0x309128,{'history':_0x336f1b,'collaboration':_0x4438d6});}};Jn=Y([J(0x0,_0x54edce(_0x485f8c)),J(0x1,_0x3e9679),J(0x2,_0x54edce(_0x3d031b))],Jn);let Yn=class{constructor(_0x1a66be,_0x1efe0e){const _0x4a0f84=_0x12e69f;this[_0x4a0f84(0x39c)]=_0x1a66be,this[_0x4a0f84(0x274)]=_0x1efe0e;}[_0x12e69f(0x405)](_0x1b98e2){const _0x4cb21e=_0x12e69f;var _0x2125d9;let _0x355997=this[_0x4cb21e(0x39c)][_0x4cb21e(0x3f2)](_0x371c99),_0x5d3842=(_0x2125d9=_0x355997[_0x4cb21e(0x202)]())==null?[]:_0x2125d9;if(_0x5d3842[_0x4cb21e(0x3c4)]===0x0)return;let _0x107792=_0x1b98e2[_0x4cb21e(0x204)],_0x1c9e4d=[{'id':_0x4cb21e(0x345),'params':{'unitId':_0x107792,'actions':null,'textRanges':_0x5d3842}}],_0x2fd55e=this['_transformService'][_0x4cb21e(0x445)](_0x1b98e2,_0x1c9e4d);if(!_0x551289(_0x2fd55e))throw _0x2fd55e[_0x4cb21e(0x293)];let _0x41c98a=_0x2fd55e[_0x4cb21e(0x26b)][0x0][_0x4cb21e(0x327)][_0x4cb21e(0x26c)];Array[_0x4cb21e(0x20b)](_0x41c98a)&&_0x41c98a[_0x4cb21e(0x3c4)]&&_0x355997[_0x4cb21e(0x410)](_0x41c98a,{'unitId':_0x107792,'subUnitId':_0x107792},!0x1);}};Yn=Y([J(0x0,_0x54edce(_0x485f8c)),J(0x1,_0x3e9679)],Yn);let Xn=class extends _0xfa11d4{constructor(_0x19ee52,_0x3622ee,_0x49e579,_0x3ee9e1,_0x146abd,_0x54841d,_0x2785b8){const _0x4d648a=_0x12e69f;super(),this[_0x4d648a(0x42c)]=_0x19ee52,this[_0x4d648a(0x35b)]=_0x3622ee,this[_0x4d648a(0x43c)]=_0x49e579,this[_0x4d648a(0x450)]=_0x3ee9e1,this[_0x4d648a(0x3ed)]=_0x146abd,this[_0x4d648a(0x43a)]=_0x54841d,this[_0x4d648a(0x428)]=_0x2785b8,q(this,_0x4d648a(0x43d),new _0x2c5746(_0x1c9bbb[_0x4d648a(0x3cb)])),this['_initEntityListener']();}[_0x12e69f(0x44f)](){const _0x3bfcdb=_0x12e69f;this[_0x3bfcdb(0x432)](this[_0x3bfcdb(0x42c)][_0x3bfcdb(0x45c)][_0x3bfcdb(0x23c)](_0x252e53=>{const _0xf81e31=_0x3bfcdb;_0x252e53 instanceof _0x50ee06&&_0x252e53[_0xf81e31(0x44a)]({'onTransformIME':_0xdf32bb=>this[_0xf81e31(0x35b)]['transformIMECache'](_0xdf32bb),'onTransformState':_0x4a2921=>this['_docTransformStateCacheService'][_0xf81e31(0x416)](_0x4a2921),'onTransformSelections':_0x2c1ce2=>this[_0xf81e31(0x450)][_0xf81e31(0x405)](_0x2c1ce2),'onSyncEditingCollabCursor':_0x43b503=>this[_0xf81e31(0x3ed)][_0xf81e31(0x434)](_0x43b503),'onTransformRemoteChangesetByIMECache':_0x45cfd5=>this['_docTransformIMECacheService'][_0xf81e31(0x3f9)](_0x45cfd5),'onTransformRemoteChangesetByStateCache':_0x3a38c2=>this['_docTransformStateCacheService'][_0xf81e31(0x3f9)](_0x3a38c2)});}));}};Xn=Y([J(0x0,_0x54edce(_0x1d7a8d)),J(0x1,_0x54edce(qn)),J(0x2,_0x54edce(Jn)),J(0x3,_0x54edce(Yn)),J(0x4,_0x54edce(An)),J(0x5,_0x52b70e),J(0x6,_0x54edce(_0x1d0344))],Xn);let Zn=class extends _0xfa11d4{constructor(_0x142f83,_0x82bc4a,_0x3d8970,_0x125353){const _0xeed0c5=_0x12e69f;super(),this[_0xeed0c5(0x39c)]=_0x142f83,this['_httpService']=_0x82bc4a,this[_0xeed0c5(0x3c3)]=_0x3d8970,this[_0xeed0c5(0x310)]=_0x125353,q(this,_0xeed0c5(0x317),void 0x0),this[_0xeed0c5(0x40e)]();}['_init'](){const _0x329d3e=_0x12e69f;this[_0x329d3e(0x215)](),this[_0x329d3e(0x414)](),this['_monkeyPatchLogService'](),this[_0x329d3e(0x44e)]();}[_0x12e69f(0x44e)](){const _0x3447e5=_0x12e69f;this['disposeWithMe'](this[_0x3447e5(0x310)]['socket$'][_0x3447e5(0x23c)](_0x23a840=>{const _0x507c22=_0x3447e5;this[_0x507c22(0x317)]=_0x23a840==null?void 0x0:_0x23a840['memberID'];}));}[_0x12e69f(0x215)](){const _0x953972=_0x12e69f;let _0x13eb1f=_0x57f287=>{const _0x121bed=_0x2051;var _0x4ca481;this[_0x121bed(0x419)](_0x121bed(0x293),'[Window\x20Error]:\x20'+_0x57f287['message']+'\x20at\x20'+_0x57f287[_0x121bed(0x459)]+':'+_0x57f287[_0x121bed(0x2a5)]+':'+_0x57f287['colno']+'\x0a'+(((_0x4ca481=_0x57f287[_0x121bed(0x293)])==null?void 0x0:_0x4ca481[_0x121bed(0x259)])||''));};window[_0x953972(0x440)](_0x953972(0x293),_0x13eb1f),this[_0x953972(0x432)](()=>{const _0x4febbf=_0x953972;window[_0x4febbf(0x271)]('error',_0x13eb1f);});}[_0x12e69f(0x414)](){const _0x3eb2fa=_0x12e69f;let _0x374c7d=_0x1da07d=>{const _0x232c61=_0x2051;this['_uploadLog'](_0x232c61(0x293),_0x232c61(0x299)+_0x1da07d[_0x232c61(0x23e)]);};window[_0x3eb2fa(0x440)](_0x3eb2fa(0x36c),_0x374c7d),this[_0x3eb2fa(0x432)](()=>{const _0x4c81cf=_0x3eb2fa;window[_0x4c81cf(0x271)](_0x4c81cf(0x36c),_0x374c7d);});}[_0x12e69f(0x253)](){const _0x8a4de3=_0x12e69f;let _0x2c1ea3=this[_0x8a4de3(0x3c3)][_0x8a4de3(0x293)][_0x8a4de3(0x286)](this['_logService']);this[_0x8a4de3(0x3c3)][_0x8a4de3(0x293)]=(..._0x37b5a6)=>{const _0x120575=_0x8a4de3;let _0x22a9b6=_0x37b5a6[_0x120575(0x208)](_0x2b056b=>_0x2b056b instanceof Error?_0x2b056b['message']+'\x0a'+_0x2b056b[_0x120575(0x259)]:String(_0x2b056b))[_0x120575(0x1fb)]('\x20');this['_uploadLog'](_0x120575(0x293),_0x120575(0x3a1)+_0x22a9b6),_0x2c1ea3(..._0x37b5a6);},this['disposeWithMe'](()=>{const _0x33c341=_0x8a4de3;this[_0x33c341(0x3c3)]['error']=_0x2c1ea3;});}[_0x12e69f(0x419)](_0x3155f6,_0x4944e7){const _0x1e7671=_0x12e69f;try{let _0x35db43={'userId':this[_0x1e7671(0x317)],'logLabel':_0x3155f6,'content':_0x4944e7};this[_0x1e7671(0x46d)][_0x1e7671(0x1f1)]('/universer-api/frontend/logs',{'body':_0x35db43})[_0x1e7671(0x39e)](()=>{});}catch{}}};Zn=Y([J(0x0,_0x54edce(_0x485f8c)),J(0x1,_0x54edce(_0x42f426)),J(0x2,_0x2a73d7),J(0x3,_0x54edce(_0x1d6a95))],Zn);function Qn({state$:_0x25afe0,interactionBlocked$:_0x2f403e}){const _0x456216=_0x12e69f;return _0x1f600f(_0x5d5880,{'children':[_0x2fbf7f(_0x2f403e,!0x1,!0x0)&&_0x320080(_0x456216(0x2ae),{'data-u-comp':_0x456216(0x2da),'aria-hidden':!0x0,'className':'univer-fixed\x20univer-inset-0\x20univer-z-[1000]\x20univer-cursor-wait'}),_0x320080($n,{'state$':_0x25afe0})]});}function $n({state$:_0x120adf}){const _0x3b02af=_0x12e69f;let _0x59d825=_0x2fbf7f(_0x120adf,null,!0x0);return _0x59d825?_0x1f600f('div',{'data-u-comp':'snapshot-loading-timeout','role':_0x3b02af(0x39f),'className':_0x3b02af(0x413),'children':[_0x320080(_0x4022c3,{'className':_0x3b02af(0x289)}),_0x320080(_0x3b02af(0x357),{'children':_0x59d825[_0x3b02af(0x320)]}),_0x320080(_0x5460ba,{'size':'small','variant':_0x3b02af(0x40c),'onClick':()=>window[_0x3b02af(0x343)]['reload'](),'children':_0x59d825['refreshLabel']})]}):null;}const er=_0x12e69f(0x2a7);let tr=class extends _0xfa11d4{constructor(_0x1303e3,_0x34b232,_0x404fee,_0x1e3abd,_0x10f3e5,_0x1a89b7,_0xcac0c3,_0x59d2c0){const _0x5852a2=_0x12e69f;super(),this[_0x5852a2(0x26f)]=_0x1303e3,this[_0x5852a2(0x43a)]=_0x34b232,this['_localeService']=_0x404fee,this[_0x5852a2(0x39c)]=_0x1e3abd,this['_pluginService']=_0x10f3e5,this['_shortcutService']=_0xcac0c3,this['_urlService']=_0x59d2c0,q(this,_0x5852a2(0x222),new _0x2c5746(null)),q(this,_0x5852a2(0x30c),new _0x2c5746(!0x1)),q(this,_0x5852a2(0x28b),new Set()),q(this,'_blockProgressWatches',new Map()),q(this,_0x5852a2(0x27e),new Set()),q(this,_0x5852a2(0x219),new Map()),q(this,_0x5852a2(0x325),void 0x0),q(this,_0x5852a2(0x24c),void 0x0),q(this,_0x5852a2(0x296),void 0x0),q(this,_0x5852a2(0x1fe),this['_timeoutState$'][_0x5852a2(0x22c)]());let _0x5abc92=()=>_0x806860(Qn,{'state$':this[_0x5852a2(0x1fe)],'interactionBlocked$':this['_interactionBlocked$']});this['disposeWithMe'](_0x1a89b7[_0x5852a2(0x386)](_0x40f600[_0x5852a2(0x389)],()=>_0x48f813(_0x5abc92,this['_injector']))),this[_0x5852a2(0x432)](this['_snapshotLoadingService'][_0x5852a2(0x2f4)][_0x5852a2(0x23c)](_0x26bcc9=>{const _0x2d2c83=_0x5852a2;this[_0x2d2c83(0x219)]=_0x26bcc9,_0x26bcc9[_0x2d2c83(0x2cb)](_0x2c5dca=>{const _0x34a877=_0x2d2c83;this['_updateMessage'](_0x2c5dca),this[_0x34a877(0x441)](_0x2c5dca);});})),this[_0x5852a2(0x432)](this[_0x5852a2(0x468)]['urlChange$'][_0x5852a2(0x23c)](()=>{const _0x3e6170=_0x5852a2;this[_0x3e6170(0x219)][_0x3e6170(0x2cb)](_0x3171b0=>{const _0x30e65d=_0x3e6170;this[_0x30e65d(0x32d)](_0x3171b0),this[_0x30e65d(0x441)](_0x3171b0);});}));}[_0x12e69f(0x3cc)](){const _0x1c13a6=_0x12e69f;var _0x1b32dc;if(this[_0x1c13a6(0x28b)][_0x1c13a6(0x2cb)](_0x3e4d95=>this[_0x1c13a6(0x43a)][_0x1c13a6(0x44b)](_0x3e4d95)),this[_0x1c13a6(0x28b)][_0x1c13a6(0x3b4)](),this['_previewUnitId']){var _0x36a555;(_0x36a555=this['_sheetLoadingRenderService'])==null||_0x36a555[_0x1c13a6(0x349)](this['_previewUnitId']);}this[_0x1c13a6(0x325)]=void 0x0,this[_0x1c13a6(0x412)]['forEach'](({timeoutId:_0x6591ef})=>clearTimeout(_0x6591ef)),this['_blockProgressWatches'][_0x1c13a6(0x3b4)](),(_0x1b32dc=this[_0x1c13a6(0x24c)])==null||_0x1b32dc['dispose'](),this['_shortcutBlock']=void 0x0,this['_timeoutState$'][_0x1c13a6(0x338)](),this[_0x1c13a6(0x30c)][_0x1c13a6(0x338)](),super[_0x1c13a6(0x3cc)]();}['_updateMessage'](_0xb8be1a){const _0x4cd790=_0x12e69f;let _0xa11f16=''+er+_0xb8be1a['unitId'];if(_0xb8be1a[_0x4cd790(0x248)]===_0x87101c['COMPLETE']){if(this[_0x4cd790(0x3ec)](_0xb8be1a[_0x4cd790(0x2ad)]),this[_0x4cd790(0x268)](_0xb8be1a[_0x4cd790(0x2ad)])&&this[_0x4cd790(0x325)]===_0xb8be1a[_0x4cd790(0x2ad)]){this[_0x4cd790(0x43a)][_0x4cd790(0x272)]({'id':_0xa11f16,'type':_0x47e927[_0x4cd790(0x398)],'duration':0x1/0x0,'content':this['_localeService']['t'](_0x4cd790(0x3f6))}),this[_0x4cd790(0x28b)][_0x4cd790(0x31d)](_0xa11f16);return;}this['_clearTimeoutState'](_0xb8be1a[_0x4cd790(0x2ad)]),this[_0x4cd790(0x43a)]['remove'](_0xa11f16),this['_messageIds'][_0x4cd790(0x28a)](_0xa11f16);return;}if(!this[_0x4cd790(0x268)](_0xb8be1a[_0x4cd790(0x2ad)])){this[_0x4cd790(0x3ec)](_0xb8be1a[_0x4cd790(0x2ad)]),this[_0x4cd790(0x367)](_0xb8be1a[_0x4cd790(0x2ad)]),this[_0x4cd790(0x43a)][_0x4cd790(0x44b)](_0xa11f16),this[_0x4cd790(0x28b)]['delete'](_0xa11f16);return;}if(_0xb8be1a[_0x4cd790(0x248)]===_0x87101c[_0x4cd790(0x298)]){this['_clearBlockProgressWatch'](_0xb8be1a['unitId']),this[_0x4cd790(0x367)](_0xb8be1a['unitId']),this[_0x4cd790(0x43a)][_0x4cd790(0x272)]({'id':_0xa11f16,'type':_0x47e927[_0x4cd790(0x433)],'content':this[_0x4cd790(0x428)]['t'](_0x4cd790(0x21c))}),this[_0x4cd790(0x28b)]['delete'](_0xa11f16);return;}if(_0xb8be1a[_0x4cd790(0x248)]!==_0x87101c['LOADING_BLOCKS']||_0xb8be1a[_0x4cd790(0x2e5)]<=0xa){this[_0x4cd790(0x3ec)](_0xb8be1a[_0x4cd790(0x2ad)]),this[_0x4cd790(0x43a)][_0x4cd790(0x44b)](_0xa11f16),this[_0x4cd790(0x28b)][_0x4cd790(0x28a)](_0xa11f16);return;}this[_0x4cd790(0x2b7)](_0xb8be1a)||(this[_0x4cd790(0x43a)][_0x4cd790(0x272)]({'id':_0xa11f16,'type':_0x47e927['Loading'],'duration':0x1/0x0,'content':this['_localeService']['t']('collaboration-client-ui.collabStatus.fetchMiss')+'\x20'+_0xb8be1a[_0x4cd790(0x25f)]+'/'+_0xb8be1a[_0x4cd790(0x2e5)]}),this[_0x4cd790(0x28b)]['add'](_0xa11f16));}[_0x12e69f(0x2b7)](_0x1afa17){const _0xfe7c60=_0x12e69f;let _0x2d93dd=this['_blockProgressWatches'][_0xfe7c60(0x3f2)](_0x1afa17[_0xfe7c60(0x2ad)]);if((_0x2d93dd==null?void 0x0:_0x2d93dd[_0xfe7c60(0x25f)])===_0x1afa17[_0xfe7c60(0x25f)])return _0x2d93dd['timedOut'];this[_0xfe7c60(0x3ec)](_0x1afa17[_0xfe7c60(0x2ad)]);let _0x3c69df=setTimeout(()=>{const _0x5c53ee=_0xfe7c60;let _0x53b768=this[_0x5c53ee(0x412)][_0x5c53ee(0x3f2)](_0x1afa17[_0x5c53ee(0x2ad)]);if(!_0x53b768||_0x53b768['timeoutId']!==_0x3c69df)return;_0x53b768['timedOut']=!0x0;let _0x4017a0=''+er+_0x1afa17[_0x5c53ee(0x2ad)];this[_0x5c53ee(0x43a)]['remove'](_0x4017a0),this[_0x5c53ee(0x28b)][_0x5c53ee(0x28a)](_0x4017a0),this[_0x5c53ee(0x222)][_0x5c53ee(0x2f7)]({'unitId':_0x1afa17[_0x5c53ee(0x2ad)],'content':this['_localeService']['t'](_0x5c53ee(0x273),String(_0x1afa17[_0x5c53ee(0x25f)]),String(_0x1afa17['totalBlocks'])),'refreshLabel':this['_localeService']['t'](_0x5c53ee(0x335))});},0xea60);return this[_0xfe7c60(0x412)]['set'](_0x1afa17[_0xfe7c60(0x2ad)],{'loadedBlocks':_0x1afa17[_0xfe7c60(0x25f)],'timedOut':!0x1,'timeoutId':_0x3c69df}),!0x1;}[_0x12e69f(0x3ec)](_0x3c127e){const _0x1976cb=_0x12e69f;let _0x148f51=this[_0x1976cb(0x412)]['get'](_0x3c127e);_0x148f51&&(clearTimeout(_0x148f51[_0x1976cb(0x2e0)]),this['_blockProgressWatches'][_0x1976cb(0x28a)](_0x3c127e),this['_clearTimeoutState'](_0x3c127e));}['_clearTimeoutState'](_0x3e4eaa){const _0x2a6b5a=_0x12e69f;var _0x41432b;((_0x41432b=this[_0x2a6b5a(0x222)]['value'])==null?void 0x0:_0x41432b[_0x2a6b5a(0x2ad)])===_0x3e4eaa&&this[_0x2a6b5a(0x222)]['next'](null);}[_0x12e69f(0x441)](_0x2fad8c){const _0x2e8217=_0x12e69f;if(_0x2fad8c[_0x2e8217(0x248)]===_0x87101c[_0x2e8217(0x333)]&&this[_0x2e8217(0x27e)]['delete'](_0x2fad8c[_0x2e8217(0x2ad)]),!this[_0x2e8217(0x268)](_0x2fad8c[_0x2e8217(0x2ad)])){this[_0x2e8217(0x2ab)](_0x2fad8c['unitId']);return;}if(_0x2fad8c['stage']===_0x87101c['ERROR']||_0x2fad8c[_0x2e8217(0x2e5)]<=0xa){this['_hidePreview'](_0x2fad8c[_0x2e8217(0x2ad)]);return;}if(_0x2fad8c[_0x2e8217(0x248)]===_0x87101c[_0x2e8217(0x2bd)]){this[_0x2e8217(0x403)](_0x2fad8c[_0x2e8217(0x2ad)]);return;}if(_0x2fad8c[_0x2e8217(0x248)]===_0x87101c['LOADING_BLOCKS']&&_0x2fad8c[_0x2e8217(0x3fe)]&&_0x2fad8c['activeSheetId']){let _0xca2cd0=this[_0x2e8217(0x2b6)]();if(!_0xca2cd0)return;this[_0x2e8217(0x325)]&&this['_previewUnitId']!==_0x2fad8c[_0x2e8217(0x2ad)]&&this[_0x2e8217(0x2ab)](this[_0x2e8217(0x325)]),_0xca2cd0[_0x2e8217(0x291)](_0x2fad8c[_0x2e8217(0x3fe)],_0x2fad8c[_0x2e8217(0x38f)]),this['_previewUnitId']=_0x2fad8c[_0x2e8217(0x2ad)],this[_0x2e8217(0x2d3)](!0x0),_0x2fad8c[_0x2e8217(0x400)]&&_0xca2cd0[_0x2e8217(0x272)](_0x2fad8c[_0x2e8217(0x3fe)],_0x2fad8c[_0x2e8217(0x38f)],_0x2fad8c[_0x2e8217(0x2f2)]);}}[_0x12e69f(0x403)](_0x4a49b2){const _0x5d98de=_0x12e69f;if(this[_0x5d98de(0x325)]!==_0x4a49b2||this[_0x5d98de(0x27e)][_0x5d98de(0x2b5)](_0x4a49b2))return;let _0x9ee3ba=this[_0x5d98de(0x296)];_0x9ee3ba&&(this[_0x5d98de(0x27e)][_0x5d98de(0x31d)](_0x4a49b2),_0x9ee3ba[_0x5d98de(0x24b)](_0x4a49b2,0x2710)[_0x5d98de(0x38b)](_0x15f278=>{const _0x502bf6=_0x5d98de;if(this[_0x502bf6(0x325)]!==_0x4a49b2)return;if(_0x15f278){let _0x316c63=''+er+_0x4a49b2;this['_messageService'][_0x502bf6(0x44b)](_0x316c63),this[_0x502bf6(0x28b)][_0x502bf6(0x28a)](_0x316c63),this[_0x502bf6(0x325)]=void 0x0,this['_setInteractionBlocked'](!0x1);return;}let _0x4742a3=''+er+_0x4a49b2;this[_0x502bf6(0x43a)][_0x502bf6(0x44b)](_0x4742a3),this['_messageIds'][_0x502bf6(0x28a)](_0x4742a3),this['_timeoutState$'][_0x502bf6(0x2f7)]({'unitId':_0x4a49b2,'content':this['_localeService']['t'](_0x502bf6(0x21c)),'refreshLabel':this[_0x502bf6(0x428)]['t'](_0x502bf6(0x335))});}));}[_0x12e69f(0x2ab)](_0x244e26){const _0x1860b5=_0x12e69f;var _0x22cb82;this['_previewUnitId']===_0x244e26&&((_0x22cb82=this['_sheetLoadingRenderService'])==null||_0x22cb82[_0x1860b5(0x349)](_0x244e26),this[_0x1860b5(0x325)]=void 0x0,this[_0x1860b5(0x2d3)](!0x1));}[_0x12e69f(0x2d3)](_0x41d2e0){const _0x1023c5=_0x12e69f;if(_0x41d2e0!==this[_0x1023c5(0x30c)]['value']){if(_0x41d2e0)this['_shortcutBlock']=this['_shortcutService']['forceDisable']();else{var _0x4755b4;(_0x4755b4=this['_shortcutBlock'])==null||_0x4755b4[_0x1023c5(0x3cc)](),this[_0x1023c5(0x24c)]=void 0x0;}this[_0x1023c5(0x30c)][_0x1023c5(0x2f7)](_0x41d2e0);}}[_0x12e69f(0x268)](_0x434dc7){const _0x4b5e7f=_0x12e69f;let _0x4386af=this[_0x4b5e7f(0x468)][_0x4b5e7f(0x3a8)]('unit');return!_0x4386af||_0x4386af===_0x434dc7;}[_0x12e69f(0x2b6)](){const _0x1a20d6=_0x12e69f;return this[_0x1a20d6(0x296)]?this[_0x1a20d6(0x296)]:(this[_0x1a20d6(0x32e)][_0x1a20d6(0x312)](_0x4cc843[_0x1a20d6(0x314)]),this[_0x1a20d6(0x39c)][_0x1a20d6(0x2b5)](_0x28517d)&&(this[_0x1a20d6(0x296)]=this[_0x1a20d6(0x39c)][_0x1a20d6(0x3f2)](_0x28517d)),this[_0x1a20d6(0x296)]);}};tr=Y([J(0x0,_0x54edce(_0x3698f2)),J(0x1,_0x52b70e),J(0x2,_0x54edce(_0x1d0344)),J(0x3,_0x54edce(_0x485f8c)),J(0x4,_0x54edce(_0x1d7db8)),J(0x5,_0x50e845),J(0x6,_0x1aec99),J(0x7,Gn)],tr);function _0x4f58(){const _0x2c2b4c=['min','backgroundColor','fill','_collabSessionService','get','moveTo','collab-text-range-','DeleteRangeMoveLeftCommandId','collaboration-client-ui.snapshotLoading.loadingSheet','startRow','_localCacheService','transformRemoteChangeset','status$','addClipboardHook','_updateURLWithCurrentState','_handleLeaveEvent','workbookShell','collab-text-anchor-','previewReady','_initResize','text','_handoffPreview','contains','transformSelections','ACTIVE_UNIT_EVENT_CHANNEL','red.300','collaboration-client-ui.collabStatus.syncing','UNIVER_DOC','_startSlideCollabCursor','values','primary','rgba(255,\x20255,\x20255,\x200.01)','_init','getUnhiddenWorksheets','replaceDocRanges','labelHorizontalPosition','_blockProgressWatches','univer-fixed\x20univer-left-1/2\x20univer-top-4\x20univer-z-[1001]\x20univer-flex\x20univer-max-w-[calc(100vw-32px)]\x20-univer-translate-x-1/2\x20univer-items-center\x20univer-gap-2\x20univer-rounded-lg\x20univer-bg-white\x20univer-px-3\x20univer-py-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-bg-gray-700\x20dark:!univer-text-white','_initUnhandledRejectionListener','getMember','transformStateCache','memberID','disableLocalCache','_uploadLog','_currentUsage','_initStatusListener','removeObject','setAlpha','CONFLICT','UNIVER_BOARD','ticket','_session','_commandService','OTHER_CLIENT_EDITING','stageInfo','getActivePageId','runOnServer','0.2)','_localeService','SUBMIT_CHANGESET_TIMEOUT','collabCursorState$','getRangePointData','_collaborationController','parse','_renderScheduled','indicator','imageSourceType','searchParams','disposeWithMe','Error','syncEditingCollabCursor','_roomMembers$','_blinkTimer','_maxFormulaLimit','_cursor','now','_messageService','_checkCalculationAvailable','_docTransformStateCacheService','_status$','strokeStyle','getFocusedUnit','addEventListener','_updateSheetPreview','collaboration-client-ui.permission.title','collaboration-client-ui.config','_updateSubUnitFromURLParams','transformMutationsWithChangeset','univer-appearance-none','getActiveSheet','_saveCache','beginPath','addHandlerCallback','remove','_docSkeletonManagerService','RemoveRowCommandId','_initUserListener','_initEntityListener','_docTransformSelectionsService','currentSkeleton$','getTypeOfUnitAdded$','stringify','setItem','findNodePositionByCharIndex','InsertRangeMoveDownCommandId','_color','collaboration-client-ui.collabStatus.notCollab','filename','_getSaveTimeout','[RemoteUniscriptService]:\x20no\x20focused\x20unit','entityInit$','/universer-api/license/formula/limit/done','_syncEditingCollabCursorService','selections','cursorInfo','status','getCollabEntity$','removeObjects','getViewport','rgba(','clearTimeout','engine','_urlService','getMemberID','split','_memberService','_setupBeforeClosingHandler','_httpService','_hover','_render','createSocket','sessionTicket','univer-text-gray-400','evented','post','uni.network.url-service','_hideTimer','color','m1Prime','_saveTaskMap','#4f46e5','_univerInstanceService','collaboration-client-ui.conflict.title','width','join','colorClass','getCollabCursors$','timeoutState$','backupOfflineData','dispose$','_heartbeatTimer','getDocRanges','onRendered','unitID','isEditing','resolve','onPointerMove$','map','_range','_lastPointer','isArray','send','_renderManagerService','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','_collabCursorController','restore','collaboration-client-ui.permission.content','from','showText','some','_initWindowErrorListener','resize','getUnitStatus$','symbol','_latestStates','strokeWidth','_initCommandInterceptor','collaboration-client-ui.session.connection-failed','addObject$','onMouseMove','_initCommandExecutedListener','setTimeout','_drawAnchor','_timeoutState$','subUnitId','getColorFromTheme','getSkeleton','editingUnit','name','event$','univer-m-0\x20univer-p-0','push','clearInterval','asObservable','_isBlinkVisible','requireSession','loadOfflineData','toString','_imageIoService','endColumn','TEXT','UNIVER_SLIDE','_themeService','pushState','redoState','_dataLoaderService','_anchor','univer-border-none\x20univer-bg-transparent','_blinkIntervalTimer','subscribe','getCurrentRevOfUnit','reason','executionId','_showText','_id','_removeClearOtherTimer','_uiPartsService','find','univer-text-blue-500','_refreshCollabCursors','_toggleOffline','stage','unshift','_getSheetObject','handoff','_shortcutBlock','_handleHeartbeatEvent','drawWith','currentTheme$','_startCalculationLimit','getCurrentTypeOfUnit$','InsertRangeMoveRightCommandId','_monkeyPatchLogService','measureText','highlightSecond','InsertColCommandId','function','enableFrontendLog','stack','roomMembers$','collaboration-client-ui.collaboration.single-unit.warning','_boardElementStateService','_scene','_docStateChangeManagerService','loadedBlocks','_updateLocalCursor','application/json','_labelHorizontalPosition','HEADER_MENU','dark:focus:!univer-ring-offset-gray-800','body','univer-inline-flex\x20univer-items-center\x20univer-justify-center','reconnect','_isVisibleUnit','string','yellow.400','m2Prime','textRanges','setShapeProps','11127420AKpgSb','_snapshotLoadingService','spin','removeEventListener','show','collaboration-client-ui.snapshotLoading.timeout','_transformService','USERS_LEAVE','7JHPkLy','collaboration-client-ui.collabClient.tooltip.reconnect','limitInfo','transformByState','getAncestorScale','sheetId','debug','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','_handoffUnitIds','transform','363KpmQAX','_startDocCollabCursor','defineProperty','assignAColorForMemberID','_colorAssignService','collaboration-client-ui.formula.calculation.unable','bind','[CollaborationDataLoaderController]','urlChange$','univer-size-4\x20univer-shrink-0\x20univer-text-amber-500','delete','_messageIds','_scheduleHeartbeat','saveImage','getConfig','beforeCommandExecuted','fillStyle','showSkeleton','_stopBlinking','error','_drawTextRange','OTHER_CLIENTS_EDITING','_sheetLoadingRenderService','_entities','ERROR','[Unhandled\x20Rejection]:\x20','getObject','_scheduleRender','left','override','mutations','rgb','_getSceneObjectByKey','_highlight','range','_onCursorUpdate','getSheetId','lineno','selection','snapshot-loading-','...',':backup:','_initDependencies','_hidePreview','search','unitId','div','_notificationService','getMergeData','_getAnchorBounding','toPrimitive','pageManager','fillText','has','_getSheetLoadingRenderService','_watchBlockProgress','_transformHistoryAndStateStack','iterator','RECT','_cursors','_hovered','COMPLETE','bottom','_scheduleSaving','_getSessionTicket','_cursorInfo$','Failed','_entityInit$','deepClone','_online','getUndoRedoMutationParamsCache','enableLocalCache','sheetID','clickable','_hasFormulaInDirtyRanges','forEach','_clearOtherTimers','getCurrentUnitOfType','_draw','univer-text-red-500','all','getTypeOfUnitDisposed$','_lastResponseTimestamp','_setInteractionBlocked','getStateCache','unit','column','font','data','_getFormulaLimitStatus','snapshot-loading-interaction-guard','unload','_pollingInterval','registerRenderModule','_onCursorDelete','PERMISSION_DENIED','timeoutId','activeSheet$','getAllUnitsForType','collaboration-client-ui.collabStatus.offline','_ensureSubject','totalBlocks','_updateCollabCursors','getUnitId','popstate','_startSheetCollabCursor','Unknown\x20user','whenReady','history','updateOfflineData',',\x200.2)','activeSlideId$','collab-rect-range-','getOffsetConfig','previewCellData','constructor','state$','_setupSubUnitSync','_startBoardCollabCursor','next','_toggleOnline','RemoveColCommandId','_startBlinking','PENDING','pulse','toRgbString','getUniverSheetInstance','_transformPreviousActiveRange','collaboration-client-ui.conflict.content','static','isActive','arc','onCommandExecuted','saveTaskMap','_collaborationUIEventService','_handleHover','_disabled','executeCommand','replace','offsetY','_interactionBlocked$','_taskIds','releaseFormulaLimitUrl','createInstance','_collaborationSessionService','lineTo','startPluginsForType','getUnit','UNIVER_SHEET','_highlightSecond','_configService','_memberID','key','href','_initStatusComponent','currentUsage','ONLINE','add','true','onPointerLeave$','content','_cachedData','enableDocumentCollaborationUI','collaboration-client-ui.formula.calculation.started','tooltipKey','_previewUnitId','slice','params','addObject','makeDirty','getRenderById','set','_context','_updateMessage','_pluginService','4861704ogLRLS','univer-text-xl\x20univer-transition-colors\x20univer-duration-200','_localStorageService','sessionStatus$','LOADING_SNAPSHOT','onTransformChange$','collaboration-client-ui.snapshotLoading.refresh','_registerRenderDependencies','closePath','complete','removeParam','START_CALCULATION','object','577196KBCynR','result','UPDATE_CURSOR','polite','_shapes','highlight','context','location','_offsetY','doc.mutation.rich-text-editing','_textBubble','_onRefRangeChange','transformIMECache','hide','_handleJoinEvent','board-element-selection','OFFLINE','_checkAndWaitForCalculationPermission','getActiveRange','setConfig','_docSkeleton','focusedId','_docClipboardService','_unitStatus','subscribeEvent','startColumn','UNIVER_COLLABORATION_CLIENT_WEB_PLUGIN','span','_pointerMoveDisposable','scene','wsSessionTicketUrl','_docTransformIMECacheService','runId','cursorInfo$','maxFormulaLimit','decorate','totalFormulasToCalculate','_initEvent','_anchorDot','setParam','dirtyRanges','4020075Jyrymt','collaboration-client-ui.collaboration.closeRoom','_clearTimeoutState','black','undoState','/universer-api/license/formula/limit/start','init','unhandledrejection','transformMutation','getValue','_sheetSkeletonManagerService','code','_collabCursorState$','functionsExecutedState','getFormulaLimitStatusUrl','green.600','_scheduleClearOtherTimer','type','136410rUsEVF','_unitOnClients','SOCKET_FAILED','_selfUnitIDs','_getLighterColor','#FFF','univer-flex\x20univer-items-center\x20univer-justify-center','_getScale','getCurrentSkeleton','button','CLOSE_ROOM','filter','11594696OKfXYl','_setFormulaLimitStatus','size','registerComponent','height','_showGuardMessage','GLOBAL','with','then','pluginName','getActiveSlide','save','activeSheetId','angle','startsWith','loadUnit','startFormulaLimitUrl','SOCKET_FAILED_RETRY','_handleEvent','_transformUndoRedoStack','slide-element-selection','Loading','_latestCursors','_drawRectRange','labelPosition','_injector','roomMembers','catch','alert','getItem','[LogService\x20Error]:\x20','_document','fillRule','_labelPosition','_removeCollabCursors','Warning','MoveRangeCommandId','getParam','setStateCache','parseInt','eventID','_assignedColors','setInterval','?taskId=','_refRangeService','pipe','top','VIEW_MAIN','source','clear','getSheetBySheetId','disposeUnit','1vdUChR','hovered','registerRefRange','evenodd','_name','_colorIndex','newValue','getCurrentSelections','jiqing.500','ranges','_eventUnsubscribe','3YvAiKM','_logService','length','unsubscribe','/universer-api/license/formula/limit/status','setActiveRange','kind','_getMergeRange','_instanceService','NOT_COLLAB','dispose','_registerDependencies','_slideDrawingStateService','Success','selectedIds','saveOfflineData','getObjectIncludeInGroup','onPointerEnter$','NO_OTHER_CLIENTS_EDITING','replaceState','_createSocketURL','collaboration-client-ui.formula.calculation.waiting','_getObjectBounds','FromArray','subunit','_isApplyingOverlays','addObjects','_cursorShapes','getRealBound','prototype','collaboration-client-ui.collabStatus.conflict','_config','getSnapshot','row','Enter','rgba','call','_send','_clearPolling','univer-h-8\x20univer-w-8\x20univer-rounded-lg','4483172yKtQKN','_backgroundColor','_clearBlockProgressWatch','_docSyncEditingCollabCursorService'];_0x4f58=function(){return _0x2c2b4c;};return _0x4f58();}function nr(_0x31fe06){const _0x2fd786=_0x12e69f;var _0x5b2940,_0x30eb41;let _0x96f735=(_0x5b2940=_0x31fe06[_0x2fd786(0x424)])==null?void 0x0:_0x5b2940['stage'],_0x38d257=((_0x30eb41=_0x31fe06['stageInfo'])==null?void 0x0:_0x30eb41[_0x2fd786(0x360)])||0x0;return _0x96f735===_0x1335c1[_0x2fd786(0x33a)]&&_0x38d257>0x0;}function rr(_0x32b9a4){const _0x49620f=_0x12e69f;return _0x32b9a4[_0x49620f(0x372)]===_0x7eb4c2['SUCCESS'];}let ir=class extends _0xfa11d4{constructor(_0xe3f2c5,_0x1f3c39,_0x2d8635,_0x5cffa4,_0x22c627,_0x2815c4,_0x18120d){const _0x3331f8=_0x12e69f;super(),this['_messageService']=_0xe3f2c5,this[_0x3331f8(0x422)]=_0x1f3c39,this[_0x3331f8(0x316)]=_0x2d8635,this['_httpService']=_0x5cffa4,this['_univerInstanceService']=_0x22c627,this[_0x3331f8(0x3c3)]=_0x2815c4,this[_0x3331f8(0x428)]=_0x18120d,q(this,_0x3331f8(0x2dc),null),q(this,_0x3331f8(0x437),0x0),q(this,_0x3331f8(0x41a),0x0),q(this,_0x3331f8(0x30d),[]),q(this,_0x3331f8(0x2d2),0x0),this[_0x3331f8(0x21b)]();}[_0x12e69f(0x21b)](){const _0x59dd59=_0x12e69f;this['disposeWithMe'](this[_0x59dd59(0x422)][_0x59dd59(0x28f)]((_0xf1cc2d,_0x3edef4)=>{const _0x2656a7=_0x59dd59;var _0x432f93;if(_0xf1cc2d['id']!==_0x36b508['id'])return;let _0x45a04e=_0xf1cc2d[_0x2656a7(0x327)];if(this['_hasFormulaInDirtyRanges']((_0x432f93=_0x45a04e[_0x2656a7(0x364)])==null?[]:_0x432f93)&&!this[_0x2656a7(0x43b)]())throw this[_0x2656a7(0x34d)](_0xf1cc2d,_0x3edef4),this[_0x2656a7(0x388)](),new _0x213df0();})),this['disposeWithMe'](this[_0x59dd59(0x422)]['onCommandExecuted']((_0x2cfeb4,_0x25dbbd)=>{const _0x7bd228=_0x59dd59;if(_0x2cfeb4['id']!==_0x5cd13c['id'])return;let _0x2cc615=_0x2cfeb4[_0x7bd228(0x327)];if(nr(_0x2cc615)){let _0x26786f=_0x19564d();this[_0x7bd228(0x30d)][_0x7bd228(0x22a)](_0x26786f),this[_0x7bd228(0x250)](_0x26786f);}else{if(rr(_0x2cc615)&&this[_0x7bd228(0x30d)][_0x7bd228(0x3c4)]>0x0){let _0x2a2f66=this[_0x7bd228(0x30d)]['shift']();this['_releaseCalculationLimit'](_0x2a2f66);}}}));}[_0x12e69f(0x3cc)](){const _0x3ae086=_0x12e69f;super[_0x3ae086(0x3cc)](),this[_0x3ae086(0x3e8)](),this[_0x3ae086(0x30d)]=[],this[_0x3ae086(0x41a)]=0x0,this[_0x3ae086(0x437)]=0x0,this[_0x3ae086(0x2d2)]=0x0;}async[_0x12e69f(0x34d)](_0x3e8285,_0x192895){const _0x47d936=_0x12e69f;for(let _0x30959d=0x0;_0x30959d<0x1e;_0x30959d++)try{if(await this[_0x47d936(0x2d9)](),this[_0x47d936(0x43b)]()){this['_applyCommand'](_0x3e8285,_0x192895),this[_0x47d936(0x43a)][_0x47d936(0x272)]({'content':this[_0x47d936(0x428)]['t'](_0x47d936(0x323)),'type':_0x47e927[_0x47d936(0x3cf)]});return;}await new Promise(_0x24810d=>{const _0x62e91c=_0x47d936;this[_0x62e91c(0x2dc)]=window[_0x62e91c(0x220)](_0x24810d,0x3e8);});}catch(_0x48457b){this[_0x47d936(0x3c3)][_0x47d936(0x293)](_0x48457b);}this[_0x47d936(0x43a)]['show']({'content':this[_0x47d936(0x428)]['t'](_0x47d936(0x285)),'type':_0x47e927[_0x47d936(0x433)]});}['_applyCommand'](_0x27378e,_0x4200c0){const _0x54964d=_0x12e69f;try{this[_0x54964d(0x422)][_0x54964d(0x309)](_0x27378e['id'],_0x27378e[_0x54964d(0x327)],_0x4200c0);}catch(_0x29ec11){this[_0x54964d(0x3c3)][_0x54964d(0x293)](_0x29ec11);}}[_0x12e69f(0x384)](_0x125be0,_0x518ac5){const _0x5024d5=_0x12e69f;_0x518ac5<this['_lastResponseTimestamp']||(this['_lastResponseTimestamp']=_0x518ac5,this[_0x5024d5(0x437)]=Number[_0x5024d5(0x3aa)](_0x125be0[_0x5024d5(0x35e)]),this[_0x5024d5(0x41a)]=Number[_0x5024d5(0x3aa)](_0x125be0[_0x5024d5(0x31b)]));}async[_0x12e69f(0x250)](_0x5e1c13){const _0x509422=_0x12e69f;let _0x59e575=Date[_0x509422(0x439)]();try{var _0x57e61f,_0x434dfa;let _0x198875=((_0x57e61f=this[_0x509422(0x316)][_0x509422(0x28e)](_0x23c907))==null?void 0x0:_0x57e61f[_0x509422(0x393)])||_0x509422(0x36a),_0x5123aa=(await this['_httpService'][_0x509422(0x1f1)](_0x198875,{'body':JSON[_0x509422(0x453)]({'taskId':_0x5e1c13})}))[_0x509422(0x265)];if(((_0x434dfa=_0x5123aa[_0x509422(0x293)])==null?void 0x0:_0x434dfa[_0x509422(0x370)])!==_0x38087c['OK'])return;this[_0x509422(0x384)](_0x5123aa['limitInfo'],_0x59e575);}catch(_0x3e4a86){this[_0x509422(0x3c3)][_0x509422(0x293)](_0x3e4a86);}}async[_0x12e69f(0x2d9)](_0x2fcc1d){const _0xe30015=_0x12e69f;let _0x3386e2=Date[_0xe30015(0x439)]();try{var _0x5d4905,_0x35f671;let _0x1d8e2b=((_0x5d4905=this[_0xe30015(0x316)][_0xe30015(0x28e)](_0x23c907))==null?void 0x0:_0x5d4905[_0xe30015(0x373)])||_0xe30015(0x3c6),_0x2586af=_0x2fcc1d?_0x1d8e2b+_0xe30015(0x3ae)+encodeURIComponent(_0x2fcc1d):_0x1d8e2b,_0x2780e8=(await this[_0xe30015(0x46d)][_0xe30015(0x3f2)](_0x2586af))['body'];if(((_0x35f671=_0x2780e8[_0xe30015(0x293)])==null?void 0x0:_0x35f671[_0xe30015(0x370)])!==_0x38087c['OK'])return;this['_setFormulaLimitStatus'](_0x2780e8[_0xe30015(0x278)],_0x3386e2);}catch(_0x5d9613){this[_0xe30015(0x3c3)][_0xe30015(0x293)](_0x5d9613);}}async['_releaseCalculationLimit'](_0x1a6bc1){const _0x3969ea=_0x12e69f;let _0x261a13=Date[_0x3969ea(0x439)]();try{var _0x4bc528,_0x2f17ac;let _0x51396e=((_0x4bc528=this[_0x3969ea(0x316)][_0x3969ea(0x28e)](_0x23c907))==null?void 0x0:_0x4bc528[_0x3969ea(0x30e)])||_0x3969ea(0x45d),_0x319d40=(await this['_httpService'][_0x3969ea(0x1f1)](_0x51396e,{'body':JSON[_0x3969ea(0x453)]({'taskId':_0x1a6bc1})}))[_0x3969ea(0x265)];if(((_0x2f17ac=_0x319d40[_0x3969ea(0x293)])==null?void 0x0:_0x2f17ac[_0x3969ea(0x370)])!==_0x38087c['OK'])return;this[_0x3969ea(0x384)](_0x319d40[_0x3969ea(0x278)],_0x261a13);}catch(_0x670aa3){this['_logService']['error'](_0x670aa3);}}['_checkCalculationAvailable'](){const _0x280cd9=_0x12e69f;return this[_0x280cd9(0x437)]===0x0?!0x0:this['_maxFormulaLimit']-this['_currentUsage']>0x0;}[_0x12e69f(0x3e8)](){const _0x5c962a=_0x12e69f;this[_0x5c962a(0x2dc)]&&(clearTimeout(this[_0x5c962a(0x2dc)]),this['_pollingInterval']=null);}[_0x12e69f(0x388)](){const _0x485b4c=_0x12e69f;this['_messageService'][_0x485b4c(0x272)]({'content':this[_0x485b4c(0x428)]['t'](_0x485b4c(0x3d7)),'type':_0x47e927['Loading']});}[_0x12e69f(0x2ca)](_0x5c8e93){const _0x554496=_0x12e69f;for(let _0x3e0d2e of _0x5c8e93){let {unitId:_0x285cdd,sheetId:_0x3dcac7,range:_0x1c9725}=_0x3e0d2e,_0x37a8dd=this[_0x554496(0x1f8)][_0x554496(0x313)](_0x285cdd);if(!_0x37a8dd)continue;let _0x481c94=_0x37a8dd['getSheetBySheetId'](_0x3dcac7);if(!_0x481c94)continue;let _0x19674d=_0x481c94['getCellMatrix']();for(let _0x2ae91b=_0x1c9725[_0x554496(0x3f7)];_0x2ae91b<=_0x1c9725['endRow'];_0x2ae91b++)for(let _0x5f0677=_0x1c9725[_0x554496(0x355)];_0x5f0677<=_0x1c9725[_0x554496(0x232)];_0x5f0677++){let _0x4a93ef=_0x19674d[_0x554496(0x36e)](_0x2ae91b,_0x5f0677);if(_0x4a93ef&&(_0x2ca7e7(_0x4a93ef['f'])||_0x1028c8(_0x4a93ef['si'])))return!0x0;}}return!0x1;}};ir=Y([J(0x0,_0x54edce(_0x52b70e)),J(0x1,_0x41da16),J(0x2,_0x188328),J(0x3,_0x54edce(_0x42f426)),J(0x4,_0x1ff84b),J(0x5,_0x2a73d7),J(0x6,_0x54edce(_0x1d0344))],ir);let ar=class extends _0xfa11d4{constructor(_0x4a6ad8,_0x395f80,_0x4c45b9){const _0x469271=_0x12e69f;super(),this['_configService']=_0x4a6ad8,this[_0x469271(0x331)]=_0x395f80,this['_revisionService']=_0x4c45b9,q(this,_0x469271(0x321),new Map()),q(this,_0x469271(0x1f6),new Map()),q(this,'_disabled',!0x1);}[_0x12e69f(0x418)](){this['_disabled']=!0x0;}[_0x12e69f(0x2c7)](){const _0x595010=_0x12e69f;this[_0x595010(0x308)]=!0x1;}get[_0x12e69f(0x305)](){return this['_saveTaskMap'];}[_0x12e69f(0x3cc)](){const _0x35fd39=_0x12e69f;this['exhaustSavingTask']()['then'](()=>super[_0x35fd39(0x3cc)]());}async[_0x12e69f(0x22f)](_0x561689){const _0x3878ff=_0x12e69f;return this[_0x3878ff(0x308)]?null:this[_0x3878ff(0x331)][_0x3878ff(0x3a0)](_0x2cfa0f(_0x561689));}async[_0x12e69f(0x3d1)](_0x110061,_0x4ac355){const _0x13e4f4=_0x12e69f;return!!this[_0x13e4f4(0x331)][_0x13e4f4(0x454)](_0x2cfa0f(_0x110061),_0x4ac355);}async[_0x12e69f(0x1ff)](_0x1178a5,_0x37e153){const _0x4483ee=_0x12e69f;var _0x341eab;let _0x2c80a9=(_0x341eab=this[_0x4483ee(0x321)][_0x4483ee(0x3f2)](_0x1178a5))==null?await this['_localStorageService'][_0x4483ee(0x3a0)](_0x2cfa0f(_0x1178a5)):_0x341eab;if(!_0x2c80a9)return;let _0x1d5c93=Date[_0x4483ee(0x439)](),_0x17f427=new Date(_0x1d5c93)['toISOString']();await this[_0x4483ee(0x331)][_0x4483ee(0x454)](_0x2cfa0f(_0x1178a5)+_0x4483ee(0x2a9)+_0x1d5c93,{'reason':_0x37e153,'createdAt':_0x17f427,'data':_0x2c80a9});}[_0x12e69f(0x2ed)](_0x859ce0,_0x3aed77,_0x6938fa,_0x1d419d){const _0x2221b5=_0x12e69f;let _0x4dbfc0=this['_revisionService'][_0x2221b5(0x23d)](_0x859ce0);this[_0x2221b5(0x321)][_0x2221b5(0x32b)](_0x859ce0,{'unitID':_0x859ce0,'type':_0x3aed77,'awaitingChangeset':_0x6938fa,'mutations':_0x1d419d,'rev':_0x4dbfc0}),this[_0x2221b5(0x1f6)][_0x2221b5(0x2b5)](_0x859ce0)||this[_0x2221b5(0x2bf)](_0x859ce0);}['_scheduleSaving'](_0x18b6d5){const _0x528b01=_0x12e69f;let _0x14e55d=this[_0x528b01(0x45a)]();_0x14e55d===0x0?this[_0x528b01(0x448)](_0x18b6d5):this['_saveTaskMap'][_0x528b01(0x32b)](_0x18b6d5,window['setTimeout'](()=>this[_0x528b01(0x448)](_0x18b6d5),_0x14e55d));}['_getSaveTimeout'](){const _0x209db8=_0x12e69f;var _0x3473f0;return(_0x3473f0=this['_configService'][_0x209db8(0x28e)](_0x4615ba))==null?_0x4daf82:_0x3473f0;}[_0x12e69f(0x448)](_0x4f5509){const _0xed225a=_0x12e69f;let _0x188c8e=this[_0xed225a(0x1f6)][_0xed225a(0x3f2)](_0x4f5509);return _0x188c8e!==void 0x0&&window[_0xed225a(0x466)](_0x188c8e),this[_0xed225a(0x331)][_0xed225a(0x454)](_0x2cfa0f(_0x4f5509),this[_0xed225a(0x321)][_0xed225a(0x3f2)](_0x4f5509))[_0xed225a(0x38b)](()=>this[_0xed225a(0x1f6)][_0xed225a(0x28a)](_0x4f5509));}async['exhaustSavingTask'](){const _0xb80fb6=_0x12e69f;let _0x2c7a0f=[];this[_0xb80fb6(0x1f6)]['forEach']((_0x298d2e,_0x32ecde)=>{const _0x32bb60=_0xb80fb6;window[_0x32bb60(0x466)](_0x298d2e),_0x2c7a0f[_0x32bb60(0x22a)](this[_0x32bb60(0x448)](_0x32ecde)['then'](()=>{const _0xb30184=_0x32bb60;this['_saveTaskMap'][_0xb30184(0x28a)](_0x32ecde);}));}),await Promise[_0xb80fb6(0x2d0)](_0x2c7a0f);}};ar=Y([J(0x0,_0x188328),J(0x1,_0x3ccd1f),J(0x2,_0x54edce(_0x55f15e))],ar);var or=class extends _0x3b482a{constructor(){const _0x215fe9=_0x12e69f;super(),q(this,_0x215fe9(0x288),void 0x0),this['urlChange$']=_0x3103d7(window,_0x215fe9(0x2e8))['pipe'](_0x58f4bb(this[_0x215fe9(0x200)]),_0x377286({'bufferSize':0x1,'refCount':!0x0}),_0x36e8ac(void 0x0));}[_0x12e69f(0x363)](_0x20d437,_0x3ca6ea,_0xd41169=!0x1){const _0x40c914=_0x12e69f;let _0x31f0e2=new URL(window[_0x40c914(0x343)][_0x40c914(0x319)]);_0x31f0e2[_0x40c914(0x431)][_0x40c914(0x32b)](_0x20d437,_0x3ca6ea),_0xd41169?window['history'][_0x40c914(0x3d5)]('','',_0x31f0e2[_0x40c914(0x230)]()):window['history'][_0x40c914(0x236)]('','',_0x31f0e2['toString']());}[_0x12e69f(0x339)](_0x528aa4,_0x2549b4=!0x1){const _0x2d053c=_0x12e69f;let _0x1b7875=new URL(window[_0x2d053c(0x343)]['href']);_0x1b7875[_0x2d053c(0x431)][_0x2d053c(0x28a)](_0x528aa4),_0x2549b4?window[_0x2d053c(0x2ec)][_0x2d053c(0x3d5)]('','',_0x1b7875['toString']()):window[_0x2d053c(0x2ec)][_0x2d053c(0x236)]('','',_0x1b7875['toString']());}[_0x12e69f(0x3a8)](_0x196f18){const _0x37515b=_0x12e69f;var _0x4a8218;return(_0x4a8218=new URL(window[_0x37515b(0x343)][_0x37515b(0x319)])['searchParams']['get'](_0x196f18))==null?void 0x0:_0x4a8218;}};let $=class extends _0x4a4c3f{constructor(_0x4d5248=vn,_0x2603dd,_0x51d3d4,_0x7db7cc){const _0x5aee69=_0x12e69f;super(),this[_0x5aee69(0x3e1)]=_0x4d5248,this['_renderManagerService']=_0x2603dd,this['_injector']=_0x51d3d4,this[_0x5aee69(0x316)]=_0x7db7cc;let {..._0x4c884e}=_0x6668({},vn,this[_0x5aee69(0x3e1)]);this['_configService'][_0x5aee69(0x34f)](_0x5aee69(0x443),_0x4c884e);}['onStarting'](){const _0x44b6e7=_0x12e69f;this[_0x44b6e7(0x3cd)](),this[_0x44b6e7(0x2aa)]();}[_0x12e69f(0x203)](){const _0x5d8032=_0x12e69f;this[_0x5d8032(0x336)]();}[_0x12e69f(0x3cd)](){const _0x22c3ed=_0x12e69f;var _0x3eb5f8;let _0x201dd9=[[Z],[ir],[Gn,{'useClass':or}],[_0x2c3cce,{'useClass':_0x2a1a15}],[_0x45f1ab,{'useClass':ar}],[X],[fn],[Wn],[Q],[Kn],[tr]];this[_0x22c3ed(0x3e1)][_0x22c3ed(0x322)]!==!0x1&&_0x201dd9[_0x22c3ed(0x22a)]([Yn],[qn],[Jn],[An],[Xn],[yn]),this[_0x22c3ed(0x3e1)]['enableFrontendLog']&&_0x201dd9[_0x22c3ed(0x22a)]([Zn]),_0x385b63(this[_0x22c3ed(0x39c)],_0x303e42(_0x201dd9,(_0x3eb5f8=this[_0x22c3ed(0x3e1)])==null?void 0x0:_0x3eb5f8[_0x22c3ed(0x29d)]));}[_0x12e69f(0x336)](){const _0x2213f5=_0x12e69f;this[_0x2213f5(0x3e1)][_0x2213f5(0x322)]!==!0x1&&this[_0x2213f5(0x432)](this[_0x2213f5(0x20d)][_0x2213f5(0x2dd)](_0x4cc843[_0x2213f5(0x409)],[zn])),this[_0x2213f5(0x432)](this[_0x2213f5(0x20d)][_0x2213f5(0x2dd)](_0x4cc843[_0x2213f5(0x314)],[Vn])),this[_0x2213f5(0x432)](this['_renderManagerService'][_0x2213f5(0x2dd)](_0x4cc843[_0x2213f5(0x234)],[Un])),this[_0x2213f5(0x432)](this['_renderManagerService'][_0x2213f5(0x2dd)](_0x4cc843['UNIVER_BOARD'],[In]));}[_0x12e69f(0x2aa)](){const _0x5c16d1=_0x12e69f;_0x18d115(this[_0x5c16d1(0x39c)],[[Q],[X],[fn],[Wn],[Kn],[ir],[tr]]),this[_0x5c16d1(0x3e1)]['enableDocumentCollaborationUI']!==!0x1&&_0x18d115(this[_0x5c16d1(0x39c)],[[Xn],[yn]]),this[_0x5c16d1(0x3e1)][_0x5c16d1(0x258)]&&_0x18d115(this[_0x5c16d1(0x39c)],[[Zn]]);}};q($,_0x12e69f(0x38c),_0x12e69f(0x356)),q($,'packageName',gn),q($,'version',_n),$=Y([_0x4cb9ac(_0x2da37d),J(0x1,_0x40ac66),J(0x2,_0x54edce(_0x485f8c)),J(0x3,_0x188328)],$);let sr=class extends _0x1f148e{constructor(_0x28a908,_0x5ab079,_0x403556,_0x2562b4,_0x5e87f8){super(_0x28a908,_0x5ab079,_0x403556,_0x2562b4,_0x5e87f8);}async[_0x12e69f(0x1ed)](_0x4b48cb){const _0x4c3fa0=_0x12e69f;let _0x13acd0=await this['_getSessionTicket'](),_0x1f4951=this[_0x4c3fa0(0x3d6)](_0x4b48cb,_0x13acd0);return this['_doCreateSocket'](_0x1f4951);}[_0x12e69f(0x3d6)](_0x16a591,_0x3f5e60){const _0x2f58e2=_0x12e69f;let _0x1ea35a=typeof window>'u'?new URL(_0x16a591):new URL(_0x16a591,window[_0x2f58e2(0x343)]['origin']);_0x1ea35a[_0x2f58e2(0x431)][_0x2f58e2(0x32b)](_0x2f58e2(0x1ee),_0x3f5e60);let _0x296c24=typeof window>'u'?new URLSearchParams():new URLSearchParams(window[_0x2f58e2(0x343)][_0x2f58e2(0x2ac)]);return _0x296c24[_0x2f58e2(0x3f2)](_0x2f58e2(0x35c))&&_0x1ea35a[_0x2f58e2(0x431)][_0x2f58e2(0x32b)](_0x2f58e2(0x35c),_0x296c24[_0x2f58e2(0x3f2)](_0x2f58e2(0x35c))),_0x1ea35a['toString']();}async[_0x12e69f(0x2c0)](){const _0x3e971c=_0x12e69f;var _0x4ff7e9,_0x4bfbf1,_0x419c6c;let _0x463fd5=this[_0x3e971c(0x316)]['getConfig'](_0x23c907),_0x22f825=(_0x4ff7e9=_0x463fd5==null?void 0x0:_0x463fd5[_0x3e971c(0x35a)])==null?_0x41f306:_0x4ff7e9;return(_0x4bfbf1=(_0x419c6c=(await this['_httpService'][_0x3e971c(0x3f2)](_0x22f825,{'headers':{'Content-Type':_0x3e971c(0x261)}}))[_0x3e971c(0x265)])==null?void 0x0:_0x419c6c[_0x3e971c(0x420)])==null?'':_0x4bfbf1;}};sr=Y([J(0x0,_0x54edce(_0x485f8c)),J(0x1,_0x54edce(_0x42f426)),J(0x2,_0x188328),J(0x3,_0x2a73d7),J(0x4,_0x5cab37)],sr);let cr=class extends _0xfa11d4{constructor(_0x4a7e3a,_0x3a24bd,_0xd111be){const _0x323fa0=_0x12e69f;super(),this[_0x323fa0(0x3ca)]=_0x4a7e3a,this['_httpService']=_0x3a24bd,this[_0x323fa0(0x316)]=_0xd111be;}async[_0x12e69f(0x426)](_0x1799d1,_0x1013c9,_0x117b3d,..._0x24595f){const _0x4e48f8=_0x12e69f;var _0x16bfc9,_0x5801ef,_0x221d88,_0x5a5c6c;let _0x15d103=this[_0x4e48f8(0x3ca)][_0x4e48f8(0x43f)]();if(!_0x15d103)throw Error(_0x4e48f8(0x45b));let _0x4602a7=((_0x16bfc9=this[_0x4e48f8(0x316)][_0x4e48f8(0x28e)](_0x4a15cd))==null?_0x5ba05e:_0x16bfc9)+'/'+_0x1799d1+'/run/'+_0x1013c9,_0x204e7b={'scriptId':_0x1799d1,'runId':(_0x5801ef=new URL(window[_0x4e48f8(0x343)][_0x4e48f8(0x319)])[_0x4e48f8(0x431)][_0x4e48f8(0x3f2)](_0x4e48f8(0x35c)))==null?'':_0x5801ef,'function':_0x1013c9,'unitId':_0x15d103[_0x4e48f8(0x2e7)](),'argsOfFunction':JSON[_0x4e48f8(0x453)](_0x24595f),'invokeId':(_0x221d88=_0x117b3d['invokeId'])==null?'':_0x221d88,'executionId':(_0x5a5c6c=_0x117b3d[_0x4e48f8(0x23f)])==null?'':_0x5a5c6c};try{let _0x1d9454=await this[_0x4e48f8(0x46d)][_0x4e48f8(0x1f1)](_0x4602a7,{'body':_0x204e7b});return _0x1d9454[_0x4e48f8(0x265)][_0x4e48f8(0x293)]&&_0x1d9454[_0x4e48f8(0x265)][_0x4e48f8(0x293)]['code']!==_0x38087c['OK']?_0x4e48f8(0x2c2):_0x1d9454['body'][_0x4e48f8(0x33d)];}catch{return _0x4e48f8(0x2c2);}}};cr=Y([J(0x0,_0x1ff84b),J(0x1,_0x54edce(_0x42f426)),J(0x2,_0x188328)],cr);const lr=0x7530,ur=_0x12e69f(0x406);var dr=class extends _0xfa11d4{constructor(){const _0x319803=_0x12e69f;super(),q(this,_0x319803(0x241),_0x19564d()),q(this,_0x319803(0x37a),new Set()),q(this,_0x319803(0x378),new Map()),q(this,_0x319803(0x201),null),q(this,_0x319803(0x2cc),new Map()),q(this,_0x319803(0x353),new Map()),this[_0x319803(0x40e)]();}[_0x12e69f(0x3cc)](){const _0x168ece=_0x12e69f;super[_0x168ece(0x3cc)](),this['_clearOtherTimers']['forEach']((_0x565183,_0x498d68)=>this['_removeClearOtherTimer'](_0x498d68)),this[_0x168ece(0x201)]&&window[_0x168ece(0x22b)](this[_0x168ece(0x201)]);}[_0x12e69f(0x217)](_0x44e8be){const _0x134a8b=_0x12e69f;return this[_0x134a8b(0x2e4)](_0x44e8be)[_0x134a8b(0x3b0)](_0x1e393b());}[_0x12e69f(0x226)](_0x2120e6){const _0x4bfdd9=_0x12e69f;this[_0x4bfdd9(0x37a)][_0x4bfdd9(0x385)]===0x0&&this[_0x4bfdd9(0x28c)](),this[_0x4bfdd9(0x37a)][_0x4bfdd9(0x31d)](_0x2120e6),this[_0x4bfdd9(0x3e7)]({'type':0x0,'memberID':this['_id'],'unitIDs':[_0x2120e6],'isForwarded':!0x1});}[_0x12e69f(0x3b6)](_0x13683a){const _0x31fd87=_0x12e69f;this['_selfUnitIDs']['delete'](_0x13683a),this[_0x31fd87(0x37a)][_0x31fd87(0x385)]===0x0&&this['_heartbeatTimer']&&window['clearInterval'](this[_0x31fd87(0x201)]);}[_0x12e69f(0x40e)](){const _0x306693=_0x12e69f;this[_0x306693(0x432)](_0x242400(_0x3103d7(window,'storage')['subscribe'](_0x4b00cc=>{const _0x530841=_0x306693;if(_0x4b00cc[_0x530841(0x318)]!==ur||!_0x4b00cc[_0x530841(0x3bd)])return;let _0x5e688e=JSON[_0x530841(0x42d)](_0x4b00cc['newValue']);this['_handleEvent'](_0x5e688e);}))),window[_0x306693(0x440)](_0x306693(0x2db),()=>this[_0x306693(0x3e7)]({'type':0x1,'memberID':this[_0x306693(0x241)],'unitIDs':Array[_0x306693(0x212)](this[_0x306693(0x37a)])}));}[_0x12e69f(0x395)](_0x3afd98){const _0x1182dd=_0x12e69f;switch(_0x3afd98['type']){case 0x0:this[_0x1182dd(0x34a)](_0x3afd98);break;case 0x1:this[_0x1182dd(0x3fd)](_0x3afd98);break;case 0x2:this[_0x1182dd(0x24d)](_0x3afd98);break;}}[_0x12e69f(0x34a)](_0x474b08){const _0x4dfd9b=_0x12e69f;let {unitIDs:_0xedb21f,memberID:_0x299118,isForwarded:_0x237d2b}=_0x474b08;_0xedb21f[_0x4dfd9b(0x2cb)](_0x522d11=>{const _0x4ca0d1=_0x4dfd9b;if(!_0x237d2b&&this[_0x4ca0d1(0x378)][_0x4ca0d1(0x2b5)](_0x522d11)&&this[_0x4ca0d1(0x2e4)](_0x522d11)[_0x4ca0d1(0x2f7)](_0x394b28['OTHER_CLIENTS_EDITING']),!this[_0x4ca0d1(0x378)][_0x4ca0d1(0x2b5)](_0x522d11)||!this[_0x4ca0d1(0x378)]['get'](_0x522d11)[_0x4ca0d1(0x2b5)](_0x299118)){let _0x406655=this[_0x4ca0d1(0x378)][_0x4ca0d1(0x3f2)](_0x522d11)||new Set();_0x406655[_0x4ca0d1(0x31d)](_0x299118),this[_0x4ca0d1(0x378)][_0x4ca0d1(0x32b)](_0x522d11,_0x406655),this[_0x4ca0d1(0x375)](_0x299118);}}),_0x237d2b||this[_0x4dfd9b(0x3e7)]({'type':0x0,'memberID':this['_id'],'unitIDs':[...this[_0x4dfd9b(0x37a)]],'isForwarded':!0x0});}[_0x12e69f(0x375)](_0x4ebfbf){const _0x132db2=_0x12e69f;this[_0x132db2(0x242)](_0x4ebfbf);let _0x41e310=window['setTimeout'](()=>{const _0x2bda2d=_0x132db2;this[_0x2bda2d(0x378)][_0x2bda2d(0x2cb)](_0x4aeec0=>{_0x4aeec0['delete'](_0x4ebfbf);});},lr*0x2);this[_0x132db2(0x2cc)][_0x132db2(0x32b)](_0x4ebfbf,_0x41e310);}[_0x12e69f(0x242)](_0x35fb0e){const _0x38cb08=_0x12e69f;if(this['_clearOtherTimers'][_0x38cb08(0x2b5)](_0x35fb0e)){let _0x3b7c6f=this[_0x38cb08(0x2cc)][_0x38cb08(0x3f2)](_0x35fb0e);_0x3b7c6f&&window[_0x38cb08(0x466)](_0x3b7c6f),this[_0x38cb08(0x2cc)][_0x38cb08(0x32b)](_0x35fb0e,null);}}[_0x12e69f(0x3fd)](_0x129542){const _0x322f27=_0x12e69f;let {memberID:_0x54a0ee,unitIDs:_0x472398}=_0x129542;_0x472398[_0x322f27(0x2cb)](_0x3f147b=>{const _0x498023=_0x322f27;var _0x14c723;let _0x392437=this[_0x498023(0x378)][_0x498023(0x3f2)](_0x3f147b);_0x392437&&(_0x392437[_0x498023(0x28a)](_0x54a0ee),(_0x14c723=this[_0x498023(0x2e4)](_0x3f147b))==null||_0x14c723['next'](_0x392437[_0x498023(0x385)]===0x0?_0x394b28['NO_OTHER_CLIENTS_EDITING']:_0x394b28[_0x498023(0x295)]));}),this[_0x322f27(0x242)](_0x54a0ee);}[_0x12e69f(0x24d)](_0x20e4c1){const _0x153d7a=_0x12e69f;this['_scheduleClearOtherTimer'](_0x20e4c1[_0x153d7a(0x417)]);}[_0x12e69f(0x3e7)](_0x1701f5){const _0x30bb7f=_0x12e69f;localStorage['setItem'](ur,JSON[_0x30bb7f(0x453)](_0x1701f5));}['_scheduleHeartbeat'](){const _0x133fa0=_0x12e69f;this[_0x133fa0(0x201)]=window[_0x133fa0(0x3ad)](()=>{const _0x505102=_0x133fa0;this[_0x505102(0x3e7)]({'type':0x2,'memberID':this[_0x505102(0x241)]});},lr);}['_ensureSubject'](_0x456e59){const _0x400316=_0x12e69f;return this[_0x400316(0x353)]['has'](_0x456e59)||this[_0x400316(0x353)][_0x400316(0x32b)](_0x456e59,new _0x2c5746(_0x394b28[_0x400316(0x3d4)])),this[_0x400316(0x353)]['get'](_0x456e59);}};export{sr as BrowserCollaborationSocketService,X as DesktopCollaborationStatusDisplayController,Gn as IURLService,cr as RemoteUniscriptService,Bn as SheetCollabCursorShape,$ as UniverCollaborationClientUIPlugin,dr as WebBrowserSingleActiveUnitService};