@univerjs-pro/collaboration-client-ui 1.0.0-alpha.2 → 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 (101) hide show
  1. package/README.md +6 -3
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.css +87 -0
  46. package/lib/index.js +1 -1
  47. package/lib/locale/ar-SA.js +1 -1
  48. package/lib/locale/ca-ES.js +1 -1
  49. package/lib/locale/de-DE.js +1 -1
  50. package/lib/locale/en-US.js +1 -1
  51. package/lib/locale/es-ES.js +1 -1
  52. package/lib/locale/fa-IR.js +1 -1
  53. package/lib/locale/fr-FR.js +1 -1
  54. package/lib/locale/id-ID.js +1 -1
  55. package/lib/locale/it-IT.js +1 -1
  56. package/lib/locale/ja-JP.js +1 -1
  57. package/lib/locale/ko-KR.js +1 -1
  58. package/lib/locale/pl-PL.js +1 -1
  59. package/lib/locale/pt-BR.js +1 -1
  60. package/lib/locale/ru-RU.js +1 -1
  61. package/lib/locale/sk-SK.js +1 -1
  62. package/lib/locale/vi-VN.js +1 -1
  63. package/lib/locale/zh-CN.js +1 -1
  64. package/lib/locale/zh-HK.js +1 -1
  65. package/lib/locale/zh-TW.js +1 -1
  66. package/lib/types/controllers/clipboard/docs/image/image-paste.controller.d.ts +1 -2
  67. package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +31 -0
  68. package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +21 -0
  69. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +3 -2
  70. package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +1 -1
  71. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +11 -0
  72. package/lib/types/controllers/snapshot-loading/snapshot-loading.controller.d.ts +36 -0
  73. package/lib/types/index.d.ts +0 -2
  74. package/lib/types/locale/en-US.d.ts +5 -0
  75. package/lib/types/models/cursor.d.ts +12 -8
  76. package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +15 -0
  77. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +2 -0
  78. package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +2 -2
  79. package/lib/types/views/shapes/text-bubble.shape.d.ts +1 -0
  80. package/lib/umd/facade.js +1 -1
  81. package/lib/umd/index.js +1 -1
  82. package/lib/umd/locale/ar-SA.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/de-DE.js +1 -1
  85. package/lib/umd/locale/en-US.js +1 -1
  86. package/lib/umd/locale/es-ES.js +1 -1
  87. package/lib/umd/locale/fa-IR.js +1 -1
  88. package/lib/umd/locale/fr-FR.js +1 -1
  89. package/lib/umd/locale/id-ID.js +1 -1
  90. package/lib/umd/locale/it-IT.js +1 -1
  91. package/lib/umd/locale/ja-JP.js +1 -1
  92. package/lib/umd/locale/ko-KR.js +1 -1
  93. package/lib/umd/locale/pl-PL.js +1 -1
  94. package/lib/umd/locale/pt-BR.js +1 -1
  95. package/lib/umd/locale/ru-RU.js +1 -1
  96. package/lib/umd/locale/sk-SK.js +1 -1
  97. package/lib/umd/locale/vi-VN.js +1 -1
  98. package/lib/umd/locale/zh-CN.js +1 -1
  99. package/lib/umd/locale/zh-HK.js +1 -1
  100. package/lib/umd/locale/zh-TW.js +1 -1
  101. package/package.json +23 -22
package/lib/es/index.js CHANGED
@@ -1 +1 @@
1
- const _0x392a75=_0x449b;(function(_0x39660b,_0x167dbf){const _0x3e9a5b=_0x449b,_0x28859d=_0x39660b();while(!![]){try{const _0x3e9d55=-parseInt(_0x3e9a5b(0x2fd))/0x1+-parseInt(_0x3e9a5b(0x2db))/0x2*(parseInt(_0x3e9a5b(0x2eb))/0x3)+-parseInt(_0x3e9a5b(0x375))/0x4*(-parseInt(_0x3e9a5b(0x251))/0x5)+-parseInt(_0x3e9a5b(0x221))/0x6+-parseInt(_0x3e9a5b(0x26d))/0x7+-parseInt(_0x3e9a5b(0x308))/0x8*(-parseInt(_0x3e9a5b(0x207))/0x9)+parseInt(_0x3e9a5b(0x267))/0xa*(parseInt(_0x3e9a5b(0x20a))/0xb);if(_0x3e9d55===_0x167dbf)break;else _0x28859d['push'](_0x28859d['shift']());}catch(_0x543b7f){_0x28859d['push'](_0x28859d['shift']());}}}(_0x1252,0x3d946));import{COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY as _0x10c7b2,CollaborationController as _0x57a70b,CollaborationSessionService as _0x95c018,CollaborationSocketService as _0xd45fa9,CollaborationStatus as _0x21b797,CollaborationUIEventId as _0x4cc781,CollaborationUIEventService as _0x1cd30c,DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT as _0x5ed597,DEFAULT_WS_SESSION_TICKET_URL as _0x5c4165,DataLoaderService as _0x4c4321,DocCollaborationEntity as _0x25f7c1,ILocalCacheService as _0x368670,LOCAL_CACHE_INTERVAL as _0x23e32b,LOCAL_CACHE_INTERVAL_KEY as _0x108427,MemberService as _0x58b5b3,REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY as _0x597d03,SessionStatus as _0x11dd82,UnitStatus as _0x710c4d,UniverCollaborationClientPlugin as _0x537e55,getLocalCacheKey as _0x41e692}from'@univerjs-pro/collaboration-client';import{COLORS as _0x3a03e2,CanceledError as _0x5f439f,ColorKit as _0x7737fd,DOC_RANGE_TYPE as _0x109cc1,DependentOn as _0x38329d,Disposable as _0x20ff58,DisposableCollection as _0x432b9a,ICommandService as _0x338dbd,IConfigService as _0x3b56ca,ILocalStorageService as _0x2a3285,ILogService as _0x4cd0b8,IUniverInstanceService as _0x5c7755,Inject as _0x13edf9,Injector as _0x4decc3,LocaleService as _0x2cad47,Optional as _0x3593b5,Plugin as _0x5f4a3f,Rectangle as _0x48cd52,RxDisposable as _0x47ffee,ThemeService as _0x50ff2f,Tools as _0x25962f,UniverInstanceType as _0x12ddec,Workbook as _0x43f811,createIdentifier as _0x2e2bac,debounce as _0x4ef1e1,fromEventSubject as _0x22027b,generateRandomId as _0x35c403,isFormulaId as _0x2c094f,isFormulaString as _0x1b0724,isInternalEditorID as _0x5eb0f9,merge as _0x1c04c4,mergeOverrideWithDependencies as _0x131c21,registerDependencies as _0x11d37d,toDisposable as _0x245507,touchDependencies as _0x21d03b}from'@univerjs/core';import{BuiltInUIPart as _0x7793c,IBeforeCloseService as _0x3e9f71,IMessageService as _0xe2975f,INotificationService as _0x5630e4,IUIPartsService as _0x5d36ed,connectInjector as _0x5df3f2,useDependency as _0x1df8bc,useObservable as _0x416d0d}from'@univerjs/ui';import{BehaviorSubject as _0xd9ac59,Subject as _0x4039fa,combineLatest as _0x578aed,debounceTime as _0x401206,distinctUntilChanged as _0x439347,filter as _0x3a2fbb,fromEvent as _0x4fc3aa,mapTo as _0x16d043,merge as _0x47d3c5,of as _0xa8b45b,shareReplay as _0x46e2a6,switchMap as _0x765746,takeUntil as _0x5f111a}from'rxjs';import{distinctUntilChanged as _0x172dd3,filter as _0x522941,map as _0x604f04,switchMap as _0x253e4b,takeUntil as _0x24f2c5,throttleTime as _0x4a810f}from'rxjs/operators';import{MessageType as _0x2cde3b,Tooltip as _0x8c830b,clsx as _0x54133e}from'@univerjs/design';import{LoadingMultiIcon as _0x216548,OffLineIcon as _0xf80b95,OnLineIcon as _0x2484f6}from'@univerjs/icons';import{useCallback as _0x1f9b6c,useMemo as _0x434cef}from'react';import{jsx as _0x9caa67}from'react/jsx-runtime';function _0x1252(){const _0x47e1bc=['evented','moveTo','removeEventListener','_cachedData','imageSourceType','_scheduleSaving','dispose','setStateCache','univer-text-green-500','symbol','_hover','transformStateCache','_render','subscribeEvent','executeCommand','_anchorDot','OFFLINE','m1Prime','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','getSheetBySheetId','transformMutation','override','registerRenderModule','asObservable','_hideTimer','send','_messageService','_dataLoaderService','show','getUnitStatus$','_initWindowErrorListener','enableLocalCache','length','_updateCollabCursors','_initUserListener','invokeId','saveTaskMap','_handleLeaveEvent','polite','InsertRangeMoveRightCommandId','getCollabCursors$','getOffsetConfig','_getSheetObject','getUniverSheetInstance','black','_setFormulaLimitStatus','button','_transformService','getSheetId','_collabCursorState$','_offsetY','sheetId','getSnapshot','univer-border-none\x20univer-bg-transparent','getAncestorScale','/run/','_hasFormulaInDirtyRanges','selection','_collabCursorController','origin','defineProperty','findNodePositionByCharIndex',',\x200.2)','column','createInstance','_getLighterColor','height','_showGuardMessage','_monkeyPatchLogService','doc.mutation.rich-text-editing','endColumn','socket$','_notificationService','requireSession','_id','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','pushState','_highlightSecond','_initStatusListener','#FFF','addObjects','onPointerMove$','univer-flex\x20univer-items-center\x20univer-justify-center','collaboration-client-ui.collabStatus.syncing','with','NO_OTHER_CLIENTS_EDITING','1764tTbyBD','functionsExecutedState','status$','transformRemoteChangeset','unitID','univer-appearance-none','_send','collaboration-client-ui.config','collaboration-client-ui.collaboration.closeRoom','div','_color','_uploadLog','CONFLICT','resolve','getFormulaLimitStatusUrl','collaboration-client-ui.session.will-retry','1563cUIaHd','assignAColorForMemberID','sheetID','univer-inline-flex\x20univer-items-center\x20univer-justify-center','_name','setShapeProps','_assignedColors','_disabled','function','push','_status$','_docSkeletonManagerService','next','getRenderById','_blinkIntervalTimer','getCollabEntity$','setTimeout','offsetY','433333iwfYQB','getRelativeToViewportCoord','call','post','addObject$','[LogService\x20Error]:\x20','stageInfo','showText','transformMutationsWithChangeset','row','_setupSubUnitSync','8HdkLgS','setInterval','_docSkeleton','bind','collaboration-client-ui.formula.calculation.unable','blue.400','wsSessionTicketUrl','_getSessionTicket','removeObjects','sessionStatus$','maxFormulaLimit','currentUsage','clearInterval','_clearPolling','_labelPosition','transform','complete','memberID','HEADER_MENU','highlightSecond','collaboration-client-ui.session.connection-failed','univer-text-blue-500','collaboration-client-ui.collaboration.single-unit.warning','pluginName','ONLINE','replace','_docTransformStateCacheService','object','focus:univer-outline-none\x20focus:univer-ring-2\x20focus:univer-ring-primary-500\x20focus:univer-ring-offset-2','textRanges','getFocusedUnit','beforeCommandExecuted','isActive','_getScale','getActiveRange','_collabSessionService','_currentUsage','_heartbeatTimer','fill','_revisionService','uni.network.url-service','UNIVER_DOC','_startBlinking','disposeUnit','tooltipKey','fillRule','collaboration-client-ui.collabStatus.synced','strokeWidth','catch','mutations','_showText','find','_isApplyingOverlays','Loading','_scheduleClearOtherTimer','onPointerEnter$','focusedId','limitInfo','getMergeData','rgba','setItem','_toggleOnline','getTypeOfUnitDisposed$','transformIMECache','_onCursorUpdate','_scheduleRender','decorate','getActiveSlide','Unknown\x20user','toPrimitive','USERS_LEAVE','getUndoRedoMutationParamsCache','_getObjectBounds','_highlight','SOCKET_FAILED_RETRY','contains','_online','_configService','min','getVpScrollXYInfoByPosToVp','unitId','executionId','loadUnit','_localeService','collaboration-client-ui.formula.calculation.waiting','kind','addClipboardHook','DeleteRangeMoveLeftCommandId','bottom','_collaborationController','_urlService','UNIVER_SLIDE','_backgroundColor','forEach','storage','collaboration-client-ui.collabStatus.notCollab','undoState','color','enableFrontendLog','_refreshCollabCursors','_range','getSkeleton','has','_checkAndWaitForCalculationPermission','RemoveColCommandId','RECT','AWAITING','_selfUnitIDs','_registerDependencies','801252KLfBUG','totalFormulasToCalculate','enableDocumentCollaborationUI','rgb','TEXT','/universer-api/license/formula/limit/start','stack','lineWidth','_removeCollabCursors','univer-h-8\x20univer-w-8\x20univer-rounded-lg','dark:focus:!univer-ring-offset-gray-800','reason','_cursors','restore','ticket','startRow','InsertRangeMoveDownCommandId','source','@univerjs-pro/collaboration-client-ui','_syncEditingCollabCursorService','collab-text-anchor-','currentTheme$','Failed','collaboration-client-ui.conflict.title','_colorIndex','lineTo','newValue','version','_isBlinkVisible','getCurrentUnitOfType','collaboration-client-ui.session.collaboration-timeout','_beforeCloseService','getMemberID','getDocRanges','_collaborationSessionService','resize','cursorInfo$','getCurrentRevOfUnit','NOT_COLLAB','?taskId=','Success','_getSaveTimeout','disposeWithMe','flatMap','Error','_sheetSkeletonManagerService','_localStorageService','stage','reconnect','getUnitId','_cursorInfo$','isArray','selectedIds','_handleHover','_cursor','_taskIds','collab-text-range-','addEventListener','startsWith','_getFormulaLimitStatus','error','searchParams','collaboration-client-ui.collabStatus.fetchMiss','urlChange$','_httpService','_scene','whenReady','saveOfflineData','set','_getSceneObjectByKey','getId','VIEW_MAIN','toISOString','span','setLineDash','_initUnhandledRejectionListener','angle','code','_memberService','_roomMembers$','registerRefRange','setOffsetY','_unitStatus','true','hovered','location','collaboration-client-ui.collabStatus.conflict','getValue','_transformHistoryAndStateStack','replaceState','/universer-api/license/formula/limit/done','onStarting','setConfig','getItem','onCommandExecuted','_onRefRangeChange','_drawRectRange','currentSkeleton$','univer-text-red-500','univer-text-orange-500','_pollingInterval','_scheduleHeartbeat','selections','measureText','_docClipboardService','body','_localCacheService','_maxFormulaLimit','slice','slide-collab-cursor-','collabCursorState$','_handleHeartbeatEvent','now','_lastResponseTimestamp','runId','_colorAssignService','triggerDblclick','name','unsubscribe','top','SYNCED','subunit','[RemoteUniscriptService]:\x20no\x20focused\x20unit','ranges','arc','_stopBlinking','drawWith','setActiveRange','size','_pointerMoveDisposable','collaboration-client-ui.formula.calculation.started','_init','_docTransformSelectionsService','_releaseCalculationLimit','editingUnit','_onCursorDelete','CLOSE_ROOM','collaboration-client-ui.collabStatus.offline','_slideDrawingStateService','UPDATE_CURSOR','_doCreateSocket','prototype','_docTransformIMECacheService','_saveTaskMap','/universer-api/license/formula/limit/status','_drawTextRange','pageManager','_docSyncEditingCollabCursorService','_drawAnchor','colno','add','roomMembers$','clear','range','scene','spin','_initCommandExecutedListener','SOCKET_FAILED','_shapes','PERMISSION_DENIED','_renderScheduled','values','getColorFromTheme','_anchor','yellow.400','SUCCESS','_clearOtherTimers','_entityInit$','context','setAlpha','iterator','getParam','cursorInfo','[CollaborationDataLoaderController]','parse','collaboration-client-ui.collaboration.offline-data-not-saved','transformByState','_startCalculationLimit','_hovered','_renderManagerService','red.300','clickable','deepClone','i18nKey','_handleJoinEvent','getConfig','_toggleOffline','default','makeDirty','_lastPointer','status','_imageIoService','data','pipe','m2Prime','application/json','_textBubble','type','_initDependencies','onPointerLeave$','disableLocalCache','onRendered','key','fillStyle','univer-text-xl\x20univer-transition-colors\x20univer-duration-200','exhaustSavingTask','_collaborationUIEventService','roomMembers','split','PENDING','1159398UzWXmI','_draw','_getMergeRange','8864009dxSuSJ','startColumn','history','subscribe','_entities','stringify','/universer-api/frontend/logs','getCellPositionByOffset','START_CALCULATION','colorClass','lineno','message','debug','eventID','dispose$','_updateLocalCursor','[Window\x20Error]:\x20','_document','transformSelections','map','constructor','toString','green.600','2420586ZAlpPm','getObject','_setupBeforeClosingHandler','_univerInstanceService','packageName','_transformUndoRedoStack','_updateSubUnitFromURLParams','OTHER_CLIENT_EDITING','_ensureSubject','_docStateChangeManagerService','_eventUnsubscribe','RemoveRowCommandId','_checkCalculationAvailable','...','_saveCache','redoState','_removeClearOtherTimer','indicator','from','_initEvent','fillText','_config','SUBMIT_CHANGESET_TIMEOUT','_memberID','_logService','string','getActiveSheet','UNIVER_COLLABORATION_CLIENT_WEB_PLUGIN','JOIN_ROOM_FAILED','clearTimeout','_themeService','then','\x20-\x20','_initEntityListener','_applyCommand','init','onMouseMove','pulse','preventDefault','_injector','_instanceService','UNIVER_SHEET','addObject','_context','_updateURLWithCurrentState','_initCommandInterceptor','getStateCache','delete','5viVFhY','removeObject','left','static','_session','evenodd','Warning','activeSheet$','all','slide-element-selection','InsertColCommandId','params','highlight','endRow','beginPath','_blinkTimer','_startDocCollabCursor','getTypeOfUnitAdded$','getRangePointData','_getAnchorBounding','event$','strokeRect','20DaPHkO','_cursorShapes',':backup:','unshift','getMember','_uiPartsService','2745799mICEpW','hide','_commandService','get','width','setUndoRedoMutationParamsCache','univer-m-0\x20univer-p-0','collab-rect-range-','collaboration-client-ui.collabClient.tooltip.reconnect','shift','save','OTHER_CLIENTS_EDITING','subUnitId','_latestCursors','getViewport','parseInt','syncEditingCollabCursor','text','href','getCurrentSelections','unit','filter','rgba(','_unitOnClients'];_0x1252=function(){return _0x47e1bc;};return _0x1252();}import{IRemoteInstanceService as _0x51ce34}from'@univerjs/rpc';import{EffectRefRangId as _0x56a66c,RefRangeService as _0x9e6999,SetSelectionsOperation as _0x3bdd76,SetWorksheetActivateCommand as _0x5071be,SheetsSelectionsService as _0x540af8,handleDeleteRangeMoveLeft as _0x2b098e,handleDeleteRangeMoveUp as _0x4d40d6,handleIRemoveCol as _0x3388d5,handleIRemoveRow as _0x57f509,handleInsertCol as _0x5bca1f,handleInsertRangeMoveDown as _0x5ba2f4,handleInsertRangeMoveRight as _0x5900e8,handleInsertRow as _0x519390,handleMoveRange as _0x1de67b,runRefRangeMutations as _0xb2c88a}from'@univerjs/sheets';import{IRenderManagerService as _0x17c2eb,Rect as _0x1408dc,RegularPolygon as _0x1d7fed,SHEET_VIEWPORT_KEY as _0x293e2f,Shape as _0x4e52b0,TRANSFORM_CHANGE_OBSERVABLE_TYPE as _0x178e3d,Vector2 as _0x375a03,getColor as _0x37a6ef}from'@univerjs/engine-render';import{HTTPService as _0x2fee98,ISocketService as _0x21a141,WebSocketService as _0x4c2e99}from'@univerjs/network';import{DocIMEInputManagerService as _0x4470e8,IDocClipboardService as _0x440c03,NodePositionConvertToCursor as _0xc7012,NodePositionConvertToRectRange as _0xd13fd0,SetDocZoomRatioOperation as _0x3a1fed,TEXT_RANGE_LAYER_INDEX as _0x4f1dc6}from'@univerjs/docs-ui';import{IImageIoService as _0x1a25d5}from'@univerjs/drawing';import{CollaborationEvent as _0x36e91d,ISnapshotServerService as _0x36b03a,ITransformService as _0x2e0827,RevisionService as _0x18ade7,isTransformMutationFailure as _0x5a337f,isTransformMutationsWithChangesetSuccess as _0x286f9e}from'@univerjs-pro/collaboration';import{DocSelectionManagerService as _0x391601,DocSkeletonManagerService as _0x15639d,DocStateChangeManagerService as _0x556b00,RichTextEditingMutation as _0x239684,SetTextSelectionsOperation as _0x2d0d07}from'@univerjs/docs';import{FormulaExecuteStageType as _0x42dd59,FormulaExecutedStateType as _0x368132,SetFormulaCalculationNotificationMutation as _0x325e4e,SetFormulaCalculationStartMutation as _0x41430f,deserializeRangeWithSheet as _0x3afaa7,serializeRangeWithSheet as _0x3cd9f7}from'@univerjs/engine-formula';import{ISlideDrawingStateService as _0x397568,buildDrawingOKey as _0x378493}from'@univerjs-pro/slides-ui';import{SheetSkeletonManagerService as _0x2bafef,getCoordByCell as _0x2dcc48,getSheetObject as _0x4b75dc}from'@univerjs/sheets-ui';import{ErrorCode as _0x30ce4e}from'@univerjs/protocol';function Xt(_0xa7f01f){const _0x30298d=_0x449b;switch(_0xa7f01f){case _0x21b797['OFFLINE']:return{'icon':_0x9caa67(_0xf80b95,{}),'colorClass':_0x30298d(0x3d7),'i18nKey':_0x30298d(0x1be),'tooltipKey':_0x30298d(0x275),'clickable':!0x0,'indicator':'static'};case _0x21b797[_0x30298d(0x2e7)]:return{'icon':_0x9caa67(_0xf80b95,{}),'colorClass':_0x30298d(0x3d8),'i18nKey':_0x30298d(0x3cb),'clickable':!0x1,'indicator':'static'};case _0x21b797['FETCH_MISS']:return{'icon':_0x9caa67(_0x216548,{}),'colorClass':_0x30298d(0x31d),'i18nKey':_0x30298d(0x3b3),'clickable':!0x1,'indicator':'spin'};case _0x21b797['NOT_COLLAB']:return{'icon':_0x9caa67(_0x2484f6,{}),'colorClass':'univer-text-gray-400','i18nKey':_0x30298d(0x367),'clickable':!0x1,'indicator':_0x30298d(0x254)};case _0x21b797[_0x30298d(0x372)]:case _0x21b797['AWAITING_WITH_PENDING']:return{'icon':_0x9caa67(_0x216548,{}),'colorClass':'univer-text-blue-500','i18nKey':_0x30298d(0x2d8),'clickable':!0x1,'indicator':_0x30298d(0x1d0)};case _0x21b797[_0x30298d(0x206)]:return{'icon':_0x9caa67(_0x216548,{}),'colorClass':'univer-text-blue-500','i18nKey':'collaboration-client-ui.collabStatus.syncing','clickable':!0x1,'indicator':'spin'};case _0x21b797[_0x30298d(0x1ad)]:return{'icon':_0x9caa67(_0x2484f6,{}),'colorClass':_0x30298d(0x28d),'i18nKey':_0x30298d(0x336),'clickable':!0x1,'indicator':_0x30298d(0x254)};}}function Zt(_0x343225){const _0x127666=_0x449b;let {status$:_0x430a7f}=_0x343225,_0x4c2a08=_0x416d0d(_0x430a7f,_0x21b797[_0x127666(0x39b)]),_0x2532f5=_0x1df8bc(_0x2cad47),_0x51c9a3=_0x1df8bc(_0x95c018),_0x3d0690=_0x434cef(()=>Xt(_0x4c2a08),[_0x4c2a08]),_0x41f700=_0x4c2a08!==_0x21b797[_0x127666(0x295)],_0x5e62f0=_0x2532f5['t'](_0x3d0690[_0x127666(0x1ec)]),_0x3ac54c=_0x3d0690[_0x127666(0x334)]?_0x2532f5['t'](_0x3d0690['tooltipKey']):_0x5e62f0,_0x41a80f=_0x1f9b6c(()=>{const _0x8ee3fe=_0x127666;_0x41f700||_0x51c9a3[_0x8ee3fe(0x3a5)]();},[_0x41f700,_0x51c9a3]),_0x1a10f2=_0x1f9b6c(_0x5630f3=>{const _0x4df1b2=_0x127666;!_0x41f700&&(_0x5630f3[_0x4df1b2(0x1ff)]==='Enter'||_0x5630f3[_0x4df1b2(0x1ff)]==='\x20')&&(_0x5630f3[_0x4df1b2(0x247)](),_0x51c9a3['reconnect']());},[_0x41f700,_0x51c9a3]),_0xad8046=_0x9caa67(_0x127666(0x3be),{'className':_0x54133e('univer-flex\x20univer-items-center\x20univer-justify-center',_0x127666(0x201),_0x3d0690[_0x127666(0x213)],{'univer-animate-spin':_0x3d0690[_0x127666(0x232)]===_0x127666(0x1d0),'univer-animate-pulse':_0x3d0690[_0x127666(0x232)]===_0x127666(0x246)}),'aria-hidden':_0x127666(0x3c8),'children':_0x3d0690['icon']}),_0xaadf20=_0x9caa67(_0x127666(0x3be),{'className':_0x54133e(_0x127666(0x2d7),_0x127666(0x37e),'univer-transition-all\x20univer-duration-200',_0x127666(0x324),_0x127666(0x37f),{'univer-cursor-pointer\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700':_0x3d0690[_0x127666(0x1ea)],'univer-cursor-default':!_0x3d0690[_0x127666(0x1ea)]}),'children':_0xad8046});return _0x3d0690['clickable']?_0x9caa67(_0x8c830b,{'title':_0x3ac54c,'placement':'bottom','children':_0x9caa67('button',{'type':_0x127666(0x2b3),'onClick':_0x41a80f,'onKeyDown':_0x1a10f2,'className':_0x54133e(_0x127666(0x2ee),_0x127666(0x2ba),_0x127666(0x273),_0x127666(0x2e0)),'aria-label':_0x5e62f0+_0x127666(0x241)+_0x3ac54c,'role':'status','aria-live':_0x127666(0x2ab),'aria-atomic':'true','children':_0xaadf20})}):_0x9caa67(_0x8c830b,{'title':_0x3ac54c,'placement':_0x127666(0x360),'children':_0x9caa67(_0x127666(0x2e4),{'className':_0x54133e(_0x127666(0x2ee),'univer-border-none\x20univer-bg-transparent',_0x127666(0x273)),'aria-label':_0x5e62f0,'role':_0x127666(0x1f3),'aria-live':'polite','aria-atomic':_0x127666(0x3c8),'children':_0xaadf20})});}function W(_0x4efd65){'@babel/helpers - typeof';const _0x1b74b4=_0x449b;return W=typeof Symbol==_0x1b74b4(0x2f3)&&typeof Symbol[_0x1b74b4(0x1df)]==_0x1b74b4(0x28e)?function(_0x1355b1){return typeof _0x1355b1;}:function(_0x61f627){const _0xb1c412=_0x1b74b4;return _0x61f627&&typeof Symbol==_0xb1c412(0x2f3)&&_0x61f627[_0xb1c412(0x21e)]===Symbol&&_0x61f627!==Symbol[_0xb1c412(0x1c2)]?_0xb1c412(0x28e):typeof _0x61f627;},W(_0x4efd65);}function Qt(_0x16fc79,_0x23e729){const _0xa14e65=_0x449b;if(W(_0x16fc79)!='object'||!_0x16fc79)return _0x16fc79;var _0x475d36=_0x16fc79[Symbol[_0xa14e65(0x34d)]];if(_0x475d36!==void 0x0){var _0x391e62=_0x475d36[_0xa14e65(0x2ff)](_0x16fc79,_0x23e729||_0xa14e65(0x1f0));if(W(_0x391e62)!=_0xa14e65(0x323))return _0x391e62;throw TypeError(_0xa14e65(0x297));}return(_0x23e729===_0xa14e65(0x23a)?String:Number)(_0x16fc79);}function $t(_0x1f281f){const _0xfd333e=_0x449b;var _0x47963a=Qt(_0x1f281f,_0xfd333e(0x23a));return W(_0x47963a)==_0xfd333e(0x28e)?_0x47963a:_0x47963a+'';}function G(_0x36acac,_0x30ccf7,_0xbe30e){return(_0x30ccf7=$t(_0x30ccf7))in _0x36acac?Object['defineProperty'](_0x36acac,_0x30ccf7,{'value':_0xbe30e,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x36acac[_0x30ccf7]=_0xbe30e,_0x36acac;}function K(_0x8c89d3,_0x5fe119){return function(_0x2fef32,_0x3f44b3){_0x5fe119(_0x2fef32,_0x3f44b3,_0x8c89d3);};}function q(_0x16bdf7,_0x26fab4,_0x38aaed,_0x43ba8a){const _0x362a5d=_0x449b;var _0x383f20=arguments[_0x362a5d(0x2a5)],_0x196c01=_0x383f20<0x3?_0x26fab4:_0x43ba8a===null?_0x43ba8a=Object['getOwnPropertyDescriptor'](_0x26fab4,_0x38aaed):_0x43ba8a,_0x171732;if(typeof Reflect==_0x362a5d(0x323)&&typeof Reflect[_0x362a5d(0x34a)]=='function')_0x196c01=Reflect[_0x362a5d(0x34a)](_0x16bdf7,_0x26fab4,_0x38aaed,_0x43ba8a);else{for(var _0x416165=_0x16bdf7['length']-0x1;_0x416165>=0x0;_0x416165--)(_0x171732=_0x16bdf7[_0x416165])&&(_0x196c01=(_0x383f20<0x3?_0x171732(_0x196c01):_0x383f20>0x3?_0x171732(_0x26fab4,_0x38aaed,_0x196c01):_0x171732(_0x26fab4,_0x38aaed))||_0x196c01);}return _0x383f20>0x3&&_0x196c01&&Object[_0x362a5d(0x2c1)](_0x26fab4,_0x38aaed,_0x196c01),_0x196c01;}let J=class extends _0x20ff58{constructor(_0x56cde4,_0xd8d7c3,_0x1bee7f,_0x1e967a){const _0x3056a4=_0x449b;super(),this[_0x3056a4(0x224)]=_0x56cde4,this[_0x3056a4(0x248)]=_0xd8d7c3,this[_0x3056a4(0x361)]=_0x1bee7f,this[_0x3056a4(0x26c)]=_0x1e967a,G(this,_0x3056a4(0x2f5),new _0xd9ac59(_0x21b797[_0x3056a4(0x39b)])),this['_initStatusComponent'](),this['_initStatusListener']();}[_0x392a75(0x2d3)](){const _0x5186b0=_0x392a75;this[_0x5186b0(0x39f)](_0x47d3c5(this[_0x5186b0(0x224)]['focused$'],this[_0x5186b0(0x224)]['getCurrentTypeOfUnit$'](_0x12ddec[_0x5186b0(0x331)]),this['_univerInstanceService']['getCurrentTypeOfUnit$'](_0x12ddec[_0x5186b0(0x24a)]))[_0x5186b0(0x1f6)](_0x604f04(()=>en(this[_0x5186b0(0x224)])),_0x172dd3(),_0x765746(_0x27786c=>_0x27786c?this['_collaborationController'][_0x5186b0(0x2fa)](_0x27786c):_0xa8b45b(null)),_0x765746(_0x75a98b=>_0x75a98b?_0x75a98b[_0x5186b0(0x2dd)]:_0xa8b45b(_0x21b797[_0x5186b0(0x39b)])))[_0x5186b0(0x20d)](_0x2f5ac4=>{const _0x222c35=_0x5186b0;this[_0x222c35(0x2f5)][_0x222c35(0x2f7)](_0x2f5ac4);}));}['_initStatusComponent'](){const _0x471b2=_0x392a75;this['disposeWithMe'](this[_0x471b2(0x26c)]['registerComponent'](_0x7793c[_0x471b2(0x31a)],()=>_0x5df3f2(tn({'status$':this[_0x471b2(0x2f5)][_0x471b2(0x29c)]()}),this[_0x471b2(0x248)])));}};J=q([K(0x0,_0x5c7755),K(0x1,_0x13edf9(_0x4decc3)),K(0x2,_0x13edf9(_0x57a70b)),K(0x3,_0x5d36ed)],J);function en(_0x43b992){const _0x4034e5=_0x392a75;let _0x563efd=_0x43b992['getFocusedUnit'](),_0x15db33=_0x563efd==null?void 0x0:_0x563efd[_0x4034e5(0x3a6)]();if(_0x15db33&&!_0x5eb0f9(_0x15db33))return _0x15db33;let _0x58fc34=_0x43b992[_0x4034e5(0x392)](_0x12ddec[_0x4034e5(0x331)]),_0x43856b=_0x58fc34==null?void 0x0:_0x58fc34[_0x4034e5(0x3a6)]();if(_0x43856b&&!_0x5eb0f9(_0x43856b))return _0x43856b;let _0x4e05be=_0x43b992[_0x4034e5(0x392)](_0x12ddec['UNIVER_SHEET']);if(_0x4e05be)return _0x4e05be[_0x4034e5(0x3a6)]();let _0x423cbd=_0x43b992['getAllUnitsForType'](_0x12ddec[_0x4034e5(0x331)])[_0x4034e5(0x33b)](_0x232ca9=>!_0x5eb0f9(_0x232ca9[_0x4034e5(0x3a6)]()));return _0x423cbd?_0x423cbd[_0x4034e5(0x3a6)]():null;}function tn(_0x280a88){let {status$:_0x36abac}=_0x280a88;return function(){return _0x9caa67(Zt,{'status$':_0x36abac});};}const nn=_0x2e2bac(_0x392a75(0x330));let Y=class extends _0x47ffee{constructor(_0x21129b,_0xf457b2,_0x18018a,_0x512c86,_0x2df28e){const _0x10e725=_0x392a75;super(),this[_0x10e725(0x362)]=_0x21129b,this[_0x10e725(0x239)]=_0xf457b2,this[_0x10e725(0x26f)]=_0x18018a,this['_dataLoaderService']=_0x512c86,_0x2df28e?_0x2df28e==null||_0x2df28e[_0x10e725(0x3b7)]()[_0x10e725(0x240)](()=>this[_0x10e725(0x1b8)]()):(this['_logService']['debug'](_0x10e725(0x1e2),_0x10e725(0x2d0)),this[_0x10e725(0x1b8)]());}async[_0x392a75(0x1b8)](){const _0x2640f0=_0x392a75;let _0x4e58c0=this[_0x2640f0(0x362)]['getParam'](_0x2640f0(0x281)),_0x2f2f69=this[_0x2640f0(0x362)][_0x2640f0(0x1e0)](_0x2640f0(0x1fa)),_0x177e20=this[_0x2640f0(0x362)][_0x2640f0(0x1e0)](_0x2640f0(0x1ae));if(!_0x4e58c0||!_0x2f2f69){this[_0x2640f0(0x239)][_0x2640f0(0x216)](_0x2640f0(0x1e2),'No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');return;}let _0x460f53=await this[_0x2640f0(0x2a0)][_0x2640f0(0x35a)](_0x4e58c0,Number(_0x2f2f69),_0x177e20);_0x460f53&&_0x460f53 instanceof _0x43f811&&this['_setupSubUnitSync'](_0x460f53);}async[_0x392a75(0x307)](_0x294b28){const _0x59ad8c=_0x392a75;await this['_updateSubUnitFromURLParams'](_0x294b28),_0x294b28[_0x59ad8c(0x258)][_0x59ad8c(0x1f6)](_0x5f111a(this['dispose$']))['subscribe'](_0x169e02=>{const _0x454132=_0x59ad8c;_0x169e02&&this[_0x454132(0x24d)](_0x169e02);}),this[_0x59ad8c(0x362)][_0x59ad8c(0x3b4)]['pipe'](_0x5f111a(this[_0x59ad8c(0x218)]))['subscribe'](()=>this[_0x59ad8c(0x227)](_0x294b28));}[_0x392a75(0x24d)](_0x226375,_0x3e1ef6=!0x1){const _0x311384=_0x392a75;let _0x5000bc=this[_0x311384(0x362)]['getParam'](_0x311384(0x1ae));_0x226375[_0x311384(0x2b5)]()!==_0x5000bc&&this[_0x311384(0x362)]['setParam'](_0x311384(0x1ae),_0x226375['getSheetId'](),_0x3e1ef6);}async[_0x392a75(0x227)](_0x30106a){const _0x32d504=_0x392a75;var _0xc18c29;let _0x1ca030=this[_0x32d504(0x362)][_0x32d504(0x1e0)](_0x32d504(0x1ae));if(!_0x1ca030||!_0x30106a[_0x32d504(0x298)](_0x1ca030)){let _0x403e5b=_0x30106a['getUnhiddenWorksheets']()[0x0],_0x4b5077=_0x30106a['getSheetBySheetId'](_0x403e5b);if(!_0x4b5077)return;this[_0x32d504(0x24d)](_0x4b5077,!0x0),await this[_0x32d504(0x26f)][_0x32d504(0x293)](_0x5071be['id'],{'unitId':_0x30106a['getUnitId'](),'subUnitId':_0x403e5b});return;}((_0xc18c29=_0x30106a['getActiveSheet']())==null?void 0x0:_0xc18c29[_0x32d504(0x2b5)]())!==_0x1ca030&&await this[_0x32d504(0x26f)][_0x32d504(0x293)](_0x5071be['id'],{'unitId':_0x30106a[_0x32d504(0x3a6)](),'subUnitId':_0x1ca030});}};Y=q([K(0x0,nn),K(0x1,_0x4cd0b8),K(0x2,_0x338dbd),K(0x3,_0x13edf9(_0x4c4321)),K(0x4,_0x3593b5(_0x51ce34))],Y);var rn=_0x392a75(0x387),an='1.0.0-alpha.2';const on={};let sn=class extends _0x47ffee{constructor(_0x179f1e,_0x1bc1e7){const _0x47a93e=_0x392a75;super(),this[_0x47a93e(0x3dd)]=_0x179f1e,this[_0x47a93e(0x1f4)]=_0x1bc1e7,this[_0x47a93e(0x1b8)]();}[_0x392a75(0x1b8)](){const _0x1f7b70=_0x392a75;let _0x1bd041=this;this[_0x1f7b70(0x39f)](this[_0x1f7b70(0x3dd)][_0x1f7b70(0x35e)]({'onBeforePasteImage':async _0x4fbf0e=>{const _0x12df1f=_0x1f7b70;let _0x944054=await _0x1bd041[_0x12df1f(0x1f4)]['saveImage'](_0x4fbf0e);return _0x944054?{'source':_0x944054[_0x12df1f(0x386)],'imageSourceType':_0x944054[_0x12df1f(0x289)]}:null;}}));}};sn=q([K(0x0,_0x440c03),K(0x1,_0x1a25d5)],sn);const cn=['purple.300','jiqing.500',_0x392a75(0x220),_0x392a75(0x1e9),_0x392a75(0x30d),_0x392a75(0x1d9)];var ln=class extends _0x20ff58{constructor(..._0x3074d2){const _0xcf7c85=_0x392a75;super(..._0x3074d2),G(this,_0xcf7c85(0x2f1),new Map()),G(this,'_colorIndex',0x0);}[_0x392a75(0x2ec)](_0x2ac69d){const _0x261ba1=_0x392a75;if(this['_assignedColors'][_0x261ba1(0x36e)](_0x2ac69d))return this[_0x261ba1(0x2f1)][_0x261ba1(0x270)](_0x2ac69d);let _0x5dac6b=cn[this[_0x261ba1(0x38d)]];return this[_0x261ba1(0x38d)]=(this[_0x261ba1(0x38d)]+0x1)%cn['length'],this['_assignedColors'][_0x261ba1(0x3b9)](_0x2ac69d,_0x5dac6b),_0x5dac6b;}};function un(_0x3b9e12){const _0x184fd6=_0x392a75;let _0x522017='';for(let _0x46b327 of _0x3b9e12){let {startOffset:_0x259f3d,endOffset:_0x131fe0,isActive:_0x39aa44,rangeType:_0x7ed07,segmentId:_0x438b14,segmentPage:_0x525686}=_0x46b327;_0x522017[_0x184fd6(0x2a5)]&&(_0x522017+=','),_0x522017+=_0x259f3d+':'+_0x131fe0+':'+(_0x39aa44?'1':'0')+':'+_0x7ed07+':'+_0x438b14+':'+_0x525686;}return _0x522017;}function dn(_0x53c4bd){const _0x511e56=_0x392a75;let _0x12cea4=_0x53c4bd[_0x511e56(0x205)](','),_0x1cbbb2=[];for(let _0x90a5d7 of _0x12cea4){let [_0x224815,_0x2706c0,_0x247596,_0x26b440,_0x2ac780,_0x23bff4]=_0x90a5d7[_0x511e56(0x205)](':');_0x1cbbb2[_0x511e56(0x2f4)]({'startOffset':Number(_0x224815),'endOffset':Number(_0x2706c0),'collapsed':_0x224815===_0x2706c0,'isActive':_0x247596==='1','rangeType':_0x26b440===_0x109cc1['TEXT']?_0x109cc1[_0x511e56(0x379)]:_0x109cc1['RECT'],'segmentId':typeof _0x2ac780==_0x511e56(0x23a)?String(_0x2ac780):'','segmentPage':Number(_0x23bff4==null?-0x1:_0x23bff4)});}return _0x1cbbb2['some'](_0x32f4b0=>_0x32f4b0['isActive'])||(_0x1cbbb2[0x0][_0x511e56(0x328)]=!0x0),_0x1cbbb2;}var fn=class extends _0x47ffee{constructor(..._0x48457c){const _0xd0ff70=_0x392a75;super(..._0x48457c),G(this,'_collabCursorState$',new _0xd9ac59(null)),G(this,_0xd0ff70(0x1a3),this[_0xd0ff70(0x2b6)][_0xd0ff70(0x29c)]());}[_0x392a75(0x27d)](_0x1345e3){let {unitID:_0x3e64c6,memberID:_0x564991,textRanges:_0x3cf76f}=_0x1345e3,_0x1bb4ae=un(_0x3cf76f);if(_0x1bb4ae==='')return;let _0x4a14f2={'unitID':_0x3e64c6,'memberID':_0x564991,'selection':_0x1bb4ae};this['_collabCursorState$']['next'](_0x4a14f2);}};let pn=class extends _0x47ffee{get[_0x392a75(0x1e1)](){const _0x53855e=_0x392a75;return this[_0x53855e(0x3a7)][_0x53855e(0x3cc)]();}get['roomMembers'](){const _0x451107=_0x392a75;return this['_roomMembers$'][_0x451107(0x3cc)]();}constructor(_0x48f3f1,_0x2e37b1,_0xb097cc,_0x5a6567,_0x2d3fe2,_0x5b22d9,_0x415442,_0x103959,_0x95f195){const _0x42235f=_0x392a75;super(),this[_0x42235f(0x2df)]=_0x48f3f1,this[_0x42235f(0x255)]=_0x2e37b1,this['_injector']=_0xb097cc,this['_colorAssignService']=_0x5a6567,this[_0x42235f(0x3c3)]=_0x2d3fe2,this[_0x42235f(0x388)]=_0x5b22d9,this[_0x42235f(0x2b4)]=_0x415442,this['_univerInstanceService']=_0x103959,this[_0x42235f(0x26f)]=_0x95f195,G(this,_0x42235f(0x354),!0x1),G(this,'_init',!0x1),G(this,_0x42235f(0x3a7),new _0xd9ac59(new Map())),G(this,_0x42235f(0x399),this[_0x42235f(0x3a7)][_0x42235f(0x29c)]()),G(this,_0x42235f(0x3c4),new _0xd9ac59([])),G(this,_0x42235f(0x1cc),this[_0x42235f(0x3c4)][_0x42235f(0x1f6)](_0x401206(0x12c))),G(this,_0x42235f(0x219),_0x4ef1e1(_0x453e57=>{const _0x1c624b=_0x42235f;let _0x405991={'eventID':_0x36e91d['UPDATE_CURSOR'],'data':{'unitID':this[_0x1c624b(0x2df)],'memberID':this[_0x1c624b(0x255)][_0x1c624b(0x395)](),'selection':un(_0x453e57)}};this['_session'][_0x1c624b(0x29e)](_0x405991,this[_0x1c624b(0x2df)]);},0x64));}['dispose'](){const _0x4e9f26=_0x392a75;super['dispose'](),this[_0x4e9f26(0x3a7)][_0x4e9f26(0x2f7)](new Map()),this[_0x4e9f26(0x3a7)][_0x4e9f26(0x318)](),this['_roomMembers$'][_0x4e9f26(0x2f7)]([]),this[_0x4e9f26(0x3c4)][_0x4e9f26(0x318)]();}['init'](){const _0x31b5ae=_0x392a75;this[_0x31b5ae(0x1b8)]||(this[_0x31b5ae(0x1b8)]=!0x0,this['_session'][_0x31b5ae(0x311)][_0x31b5ae(0x1f6)](_0x5f111a(this[_0x31b5ae(0x218)]))[_0x31b5ae(0x20d)](_0x479003=>{const _0x2bc705=_0x31b5ae;_0x479003===_0x11dd82[_0x2bc705(0x320)]?this[_0x2bc705(0x345)]():this[_0x2bc705(0x1ef)]();}),this['_session'][_0x31b5ae(0x265)][_0x31b5ae(0x1f6)](_0x5f111a(this[_0x31b5ae(0x218)]))[_0x31b5ae(0x20d)](_0x17d65b=>{const _0x24f0fb=_0x31b5ae;let _0x18fde1=_0x17d65b[_0x24f0fb(0x217)];_0x18fde1===_0x36e91d[_0x24f0fb(0x1c0)]&&this[_0x24f0fb(0x348)](_0x17d65b),_0x18fde1===_0x36e91d[_0x24f0fb(0x34e)]&&this[_0x24f0fb(0x1bc)](_0x17d65b);}),this['disposeWithMe'](this[_0x31b5ae(0x26f)][_0x31b5ae(0x3d3)](_0x1a9aff=>{const _0x2dcfc9=_0x31b5ae;let _0x2ec8ed=_0x1a9aff[_0x2dcfc9(0x25c)];_0x2ec8ed!=null&&this[_0x2dcfc9(0x354)]&&_0x1a9aff['id']===_0x2d0d07['id']&&_0x2ec8ed[_0x2dcfc9(0x358)]===this[_0x2dcfc9(0x2df)]&&_0x2ec8ed['isEditing']===!0x1&&_0x2ec8ed[_0x2dcfc9(0x1b0)][_0x2dcfc9(0x2a5)]>0x0&&this[_0x2dcfc9(0x219)](_0x2ec8ed[_0x2dcfc9(0x1b0)]);})),this[_0x31b5ae(0x388)]['collabCursorState$'][_0x31b5ae(0x1f6)](_0x5f111a(this['dispose$']))[_0x31b5ae(0x20d)](_0x4418dc=>{const _0x26d76c=_0x31b5ae;if((_0x4418dc==null?void 0x0:_0x4418dc[_0x26d76c(0x2df)])!==this[_0x26d76c(0x2df)])return;let _0x1b85aa={'eventID':_0x36e91d[_0x26d76c(0x1c0)],'data':_0x4418dc};this[_0x26d76c(0x348)](_0x1b85aa);}),this['disposeWithMe'](this['_commandService'][_0x31b5ae(0x3d3)](_0x4505e8=>{const _0x37e5c7=_0x31b5ae;if(_0x4505e8[_0x37e5c7(0x25c)]==null)return;let _0x584a4e=_0x4505e8['params'];if(_0x4505e8['id']!==_0x239684['id']||_0x584a4e[_0x37e5c7(0x358)]!==this['unitID'])return;let _0x1be36c={'id':_0x37e5c7(0x2ca),'params':_0x584a4e},_0x16bcf4=this['cursorInfo'];for(let [_0x4f1d3c,_0x2be5a8]of _0x16bcf4){let _0x2b3712={'id':_0x37e5c7(0x2ca),'params':{'unitId':this['unitID'],'actions':null,'textRanges':_0x2be5a8[_0x37e5c7(0x1b0)]}},_0x19f6ee=this[_0x37e5c7(0x2b4)][_0x37e5c7(0x299)](_0x1be36c,_0x2b3712,!0x1);if(_0x5a337f(_0x19f6ee))throw _0x19f6ee[_0x37e5c7(0x3b1)];_0x16bcf4['set'](_0x4f1d3c,{..._0x2be5a8,'ranges':_0x19f6ee[_0x37e5c7(0x1f7)][_0x37e5c7(0x25c)][_0x37e5c7(0x325)]});}queueMicrotask(()=>{const _0x4c3581=_0x37e5c7;this[_0x4c3581(0x3a7)][_0x4c3581(0x2f7)](_0x16bcf4);});})));}['_onCursorUpdate'](_0x2ee585){const _0x1dc9a3=_0x392a75;var _0xf3410d,_0x16ed5d;let {memberID:_0x297cc9,selection:_0x33d258}=_0x2ee585[_0x1dc9a3(0x1f5)],_0x2457b8=dn(_0x33d258),_0x1996a9=(_0xf3410d=(_0x16ed5d=this['_memberService'][_0x1dc9a3(0x26b)](this[_0x1dc9a3(0x2df)],_0x297cc9))==null?void 0x0:_0x16ed5d[_0x1dc9a3(0x1aa)])==null?_0x1dc9a3(0x34c):_0xf3410d,_0x513407={'color':this[_0x1dc9a3(0x1a8)][_0x1dc9a3(0x2ec)](_0x297cc9),'name':_0x1996a9,'ranges':_0x2457b8},_0x480740=this['cursorInfo'];_0x480740[_0x1dc9a3(0x3b9)](_0x297cc9,_0x513407),this['_cursorInfo$'][_0x1dc9a3(0x2f7)](_0x480740);}[_0x392a75(0x1bc)](_0x13a5e5){const _0x5c3fcf=_0x392a75;let {memberID:_0x14a67d}=_0x13a5e5['data'],_0x51d909=this[_0x5c3fcf(0x1e1)];_0x51d909[_0x5c3fcf(0x250)](_0x14a67d),this[_0x5c3fcf(0x3a7)][_0x5c3fcf(0x2f7)](_0x51d909);}[_0x392a75(0x345)](){const _0x4f3ffd=_0x392a75;var _0x31c5a3;if(this[_0x4f3ffd(0x354)]=!0x0,((_0x31c5a3=this[_0x4f3ffd(0x224)][_0x4f3ffd(0x326)]())==null?void 0x0:_0x31c5a3[_0x4f3ffd(0x3a6)]())!==this[_0x4f3ffd(0x2df)])return;let _0x41ef64=this['_injector'][_0x4f3ffd(0x270)](_0x391601)[_0x4f3ffd(0x396)]();Array[_0x4f3ffd(0x3a8)](_0x41ef64)&&_0x41ef64[_0x4f3ffd(0x2a5)]>0x0&&this[_0x4f3ffd(0x219)](_0x41ef64);}[_0x392a75(0x1ef)](){this['_online']=!0x1;}};pn=q([K(0x2,_0x13edf9(_0x4decc3)),K(0x3,_0x13edf9(ln)),K(0x4,_0x13edf9(_0x58b5b3)),K(0x5,_0x13edf9(fn)),K(0x6,_0x2e0827),K(0x7,_0x5c7755),K(0x8,_0x338dbd)],pn);const mn=()=>{let _0x106594=[],_0x3d07bc=!0x1;return _0x2cb8eb=>{const _0x22648c=_0x449b;_0x106594[_0x22648c(0x2f4)](_0x2cb8eb),_0x3d07bc||(_0x3d07bc=!0x0,setTimeout(()=>{const _0x39baaa=_0x22648c;_0x106594[_0x39baaa(0x365)](_0x5d465e=>_0x5d465e()),_0x106594=[],_0x3d07bc=!0x1;}));};};let hn=class extends _0x47ffee{get['cursorInfo'](){const _0x490f85=_0x392a75;return this[_0x490f85(0x3a7)][_0x490f85(0x3cc)]();}get[_0x392a75(0x204)](){const _0x2b9708=_0x392a75;return this[_0x2b9708(0x3c4)][_0x2b9708(0x3cc)]();}constructor(_0x2b41b3,_0x515143,_0x4be77c,_0x2d0d1d,_0x26ca42,_0x27df9a,_0x36ca25,_0x506107){const _0x1a5b66=_0x392a75;super(),this[_0x1a5b66(0x2df)]=_0x2b41b3,this['_session']=_0x515143,this[_0x1a5b66(0x248)]=_0x4be77c,this['_colorAssignService']=_0x2d0d1d,this[_0x1a5b66(0x3c3)]=_0x26ca42,this['_univerInstanceService']=_0x27df9a,this[_0x1a5b66(0x26f)]=_0x36ca25,this['_refRangeService']=_0x506107,G(this,_0x1a5b66(0x354),!0x1),G(this,'_init',!0x1),G(this,_0x1a5b66(0x3a7),new _0xd9ac59(new Map())),G(this,_0x1a5b66(0x399),this[_0x1a5b66(0x3a7)][_0x1a5b66(0x29c)]()),G(this,_0x1a5b66(0x3c4),new _0xd9ac59([])),G(this,_0x1a5b66(0x1cc),this[_0x1a5b66(0x3c4)][_0x1a5b66(0x1f6)](_0x401206(0x12c))),G(this,_0x1a5b66(0x219),_0x4ef1e1((_0xb320fb,_0x3dc1ba)=>{const _0x2c7889=_0x1a5b66;let _0x504a5a={'eventID':_0x36e91d['UPDATE_CURSOR'],'data':{'unitID':this[_0x2c7889(0x2df)],'memberID':this[_0x2c7889(0x255)][_0x2c7889(0x395)](),'selection':_0x3cd9f7(_0xb320fb,_0x3dc1ba[_0x2c7889(0x1ce)])}};this[_0x2c7889(0x255)][_0x2c7889(0x29e)](_0x504a5a,this[_0x2c7889(0x2df)]);},0x64));}[_0x392a75(0x28b)](){const _0x3dbf93=_0x392a75;super[_0x3dbf93(0x28b)](),this['_cursorInfo$'][_0x3dbf93(0x2f7)](new Map()),this[_0x3dbf93(0x3a7)][_0x3dbf93(0x318)](),this['_roomMembers$']['next']([]),this[_0x3dbf93(0x3c4)][_0x3dbf93(0x318)]();}[_0x392a75(0x244)](){const _0x5859e3=_0x392a75;this[_0x5859e3(0x1b8)]||(this[_0x5859e3(0x1b8)]=!0x0,this[_0x5859e3(0x255)][_0x5859e3(0x311)][_0x5859e3(0x1f6)](_0x5f111a(this[_0x5859e3(0x218)]))[_0x5859e3(0x20d)](_0x3d4d99=>{const _0x213495=_0x5859e3;_0x3d4d99===_0x11dd82[_0x213495(0x320)]?this[_0x213495(0x345)]():this[_0x213495(0x1ef)]();}),this['_session'][_0x5859e3(0x265)][_0x5859e3(0x1f6)](_0x5f111a(this[_0x5859e3(0x218)]))[_0x5859e3(0x20d)](_0x33b1bf=>{const _0x55302f=_0x5859e3;let _0x3e22a8=_0x33b1bf[_0x55302f(0x217)];_0x3e22a8===_0x36e91d[_0x55302f(0x1c0)]&&this[_0x55302f(0x348)](_0x33b1bf),_0x3e22a8===_0x36e91d['USERS_LEAVE']&&this[_0x55302f(0x1bc)](_0x33b1bf);}),this[_0x5859e3(0x3d4)](),this[_0x5859e3(0x39f)](this['_commandService'][_0x5859e3(0x3d3)](_0x126914=>{const _0x4ee80c=_0x5859e3;if(this['_online']&&_0x126914['id']===_0x3bdd76['id']&&_0x126914['params'][_0x4ee80c(0x358)]===this[_0x4ee80c(0x2df)]){let _0x305ac6=_0x126914[_0x4ee80c(0x25c)];this[_0x4ee80c(0x219)](_0x305ac6[_0x4ee80c(0x279)],_0x305ac6[_0x4ee80c(0x3db)][0x0]);}})));}[_0x392a75(0x348)](_0x77b39b){const _0x5e8d62=_0x392a75;var _0x2e6c22,_0x3a547d;let {memberID:_0x2f6d75,selection:_0x248964}=_0x77b39b[_0x5e8d62(0x1f5)],{sheetName:_0x4b894e,range:_0x2f3138}=_0x3afaa7(_0x248964),_0xdf8f8={'name':(_0x2e6c22=(_0x3a547d=this['_memberService'][_0x5e8d62(0x26b)](this[_0x5e8d62(0x2df)],_0x2f6d75))==null?void 0x0:_0x3a547d['name'])==null?_0x5e8d62(0x34c):_0x2e6c22,'range':this[_0x5e8d62(0x209)](_0x4b894e,_0x2f3138),'sheetID':_0x4b894e,'color':this['_colorAssignService'][_0x5e8d62(0x2ec)](_0x2f6d75),'selection':_0x248964},_0x32e982=this[_0x5e8d62(0x1e1)];_0x32e982[_0x5e8d62(0x3b9)](_0x2f6d75,_0xdf8f8),this[_0x5e8d62(0x3a7)][_0x5e8d62(0x2f7)](_0x32e982);}[_0x392a75(0x1bc)](_0x19cb1c){const _0x4e8dce=_0x392a75;let {memberID:_0x3c7db3}=_0x19cb1c[_0x4e8dce(0x1f5)],_0x1244ae=this[_0x4e8dce(0x1e1)];_0x1244ae['delete'](_0x3c7db3),this['_cursorInfo$'][_0x4e8dce(0x2f7)](_0x1244ae);}[_0x392a75(0x209)](_0x14b127,_0x3ddfea){const _0x22e930=_0x392a75;var _0x4251cd;let _0x7a9423=(_0x4251cd=this['_univerInstanceService'][_0x22e930(0x2b0)](this['unitID']))==null||(_0x4251cd=_0x4251cd[_0x22e930(0x298)](_0x14b127))==null?void 0x0:_0x4251cd[_0x22e930(0x342)]();return(_0x7a9423==null?void 0x0:_0x7a9423[_0x22e930(0x33b)](_0x229cdf=>_0x48cd52[_0x22e930(0x353)](_0x229cdf,_0x3ddfea)))||_0x3ddfea;}['_onRefRangeChange'](){const _0x159454=_0x392a75;let _0x17ad62=new _0x432b9a(),_0x3912e3=mn(),_0xfa6f80=()=>{const _0x558904=_0x449b;_0x17ad62[_0x558904(0x28b)]();let _0x5891d6=(_0x2448f1,_0x440520,_0x366451,_0x43f8ed)=>{const _0x1c56c2=_0x558904;let _0x5a12b0=[];switch(_0x2448f1['id']){case _0x56a66c[_0x1c56c2(0x35f)]:_0x5a12b0=_0x2b098e(_0x2448f1,_0x43f8ed);break;case _0x56a66c['DeleteRangeMoveUpCommandId']:_0x5a12b0=_0x4d40d6(_0x2448f1,_0x43f8ed);break;case _0x56a66c[_0x1c56c2(0x25b)]:_0x5a12b0=_0x5bca1f(_0x2448f1,_0x43f8ed);break;case _0x56a66c[_0x1c56c2(0x385)]:_0x5a12b0=_0x5ba2f4(_0x2448f1,_0x43f8ed);break;case _0x56a66c[_0x1c56c2(0x2ac)]:_0x5a12b0=_0x5900e8(_0x2448f1,_0x43f8ed);break;case _0x56a66c['InsertRowCommandId']:_0x5a12b0=_0x519390(_0x2448f1,_0x43f8ed);break;case _0x56a66c['MoveRangeCommandId']:_0x5a12b0=_0x1de67b(_0x2448f1,_0x43f8ed);break;case _0x56a66c[_0x1c56c2(0x370)]:_0x5a12b0=_0x3388d5(_0x2448f1,_0x43f8ed);break;case _0x56a66c[_0x1c56c2(0x22c)]:_0x5a12b0=_0x57f509(_0x2448f1,_0x43f8ed);break;}let _0x2207b0=_0xb2c88a(_0x5a12b0,_0x43f8ed),_0x424d16=this[_0x1c56c2(0x1e1)][_0x1c56c2(0x270)](_0x440520);if(_0x424d16&&_0x2207b0){let _0x54f1b0={..._0x424d16,'range':_0x2207b0};this[_0x1c56c2(0x1e1)][_0x1c56c2(0x3b9)](_0x440520,_0x54f1b0),_0x3912e3(()=>{const _0x323c97=_0x1c56c2;let _0x14a7c1=this['_refRangeService'][_0x323c97(0x3c5)](_0x2207b0,_0x110dd2=>(_0x14a7c1[_0x323c97(0x28b)](),_0x5891d6(_0x110dd2,_0x440520,_0x366451,_0x2207b0)));_0x17ad62[_0x323c97(0x1cb)](_0x14a7c1);});}return{'redos':[],'undos':[]};};this[_0x558904(0x1e1)]['forEach']((_0x2307c6,_0x155f24)=>{const _0x2c6aa3=_0x558904;let {range:_0x68fb4e,sheetID:_0x53f81e}=_0x2307c6,_0x3d1094=this['_refRangeService'][_0x2c6aa3(0x3c5)](_0x68fb4e,_0x1d206d=>(_0x3d1094[_0x2c6aa3(0x28b)](),_0x5891d6(_0x1d206d,_0x155f24,_0x53f81e,_0x68fb4e)));_0x17ad62[_0x2c6aa3(0x1cb)](_0x3d1094);});};this['disposeWithMe'](_0x245507(this[_0x159454(0x3a7)][_0x159454(0x20d)](()=>{_0xfa6f80();})));}[_0x392a75(0x345)](){const _0x1ba870=_0x392a75;var _0x218992,_0x55250d;if(this[_0x1ba870(0x354)]=!0x0,((_0x218992=this['_univerInstanceService']['getFocusedUnit']())==null?void 0x0:_0x218992[_0x1ba870(0x3a6)]())!==this['unitID'])return;let _0x540bcd=(_0x55250d=this[_0x1ba870(0x248)][_0x1ba870(0x270)](_0x540af8)[_0x1ba870(0x280)]())==null?void 0x0:_0x55250d[0x0],_0x29306b=this[_0x1ba870(0x224)][_0x1ba870(0x392)](_0x12ddec[_0x1ba870(0x24a)])[_0x1ba870(0x23b)]();_0x540bcd&&_0x29306b&&this[_0x1ba870(0x219)](_0x29306b[_0x1ba870(0x2b5)](),_0x540bcd);}['_toggleOffline'](){this['_online']=!0x1;}};hn=q([K(0x2,_0x13edf9(_0x4decc3)),K(0x3,_0x13edf9(ln)),K(0x4,_0x13edf9(_0x58b5b3)),K(0x5,_0x5c7755),K(0x6,_0x338dbd),K(0x7,_0x13edf9(_0x9e6999))],hn);function gn(_0x4407a9){const _0x3511d7=_0x392a75;let _0x227e00;try{_0x227e00=JSON[_0x3511d7(0x1e3)](_0x4407a9);}catch{return null;}if(typeof _0x227e00!=_0x3511d7(0x323)||!_0x227e00)return null;let _0x23f8a4=_0x227e00;if(_0x23f8a4[_0x3511d7(0x35d)]!==_0x3511d7(0x25a)||typeof _0x23f8a4['unitId']!=_0x3511d7(0x23a)||typeof _0x23f8a4[_0x3511d7(0x279)]!='string')return null;let _0x4f3995=Array[_0x3511d7(0x3a8)](_0x23f8a4[_0x3511d7(0x3a9)])?_0x23f8a4[_0x3511d7(0x3a9)]['filter'](_0x37f29a=>typeof _0x37f29a=='string'):[],_0x60128c=typeof _0x23f8a4[_0x3511d7(0x340)]==_0x3511d7(0x23a)?_0x23f8a4[_0x3511d7(0x340)]:null;return{'kind':_0x3511d7(0x25a),'unitId':_0x23f8a4[_0x3511d7(0x358)],'subUnitId':_0x23f8a4[_0x3511d7(0x279)],'selectedIds':_0x4f3995,'focusedId':_0x60128c};}let _n=class extends _0x47ffee{get[_0x392a75(0x1e1)](){const _0x4441f4=_0x392a75;return this[_0x4441f4(0x3a7)]['getValue']();}get[_0x392a75(0x204)](){const _0x11a9d6=_0x392a75;return this['_roomMembers$'][_0x11a9d6(0x3cc)]();}constructor(_0x4ea54d,_0x44fda4,_0x436739,_0x4d3cc1,_0x2c60b2){const _0x502463=_0x392a75;super(),this[_0x502463(0x2df)]=_0x4ea54d,this['_session']=_0x44fda4,this[_0x502463(0x1a8)]=_0x436739,this[_0x502463(0x3c3)]=_0x4d3cc1,this[_0x502463(0x1bf)]=_0x2c60b2,G(this,_0x502463(0x354),!0x1),G(this,_0x502463(0x1b8),!0x1),G(this,'_cursorInfo$',new _0xd9ac59(new Map())),G(this,'cursorInfo$',this['_cursorInfo$']['asObservable']()),G(this,_0x502463(0x3c4),new _0xd9ac59([])),G(this,_0x502463(0x1cc),this[_0x502463(0x3c4)][_0x502463(0x1f6)](_0x401206(0x12c))),G(this,'_updateLocalCursor',_0x4ef1e1(_0x13a877=>{const _0x333bd6=_0x502463;let _0x98bbbc=_0x13a877[_0x333bd6(0x1dd)];if(!_0x98bbbc||_0x98bbbc[_0x333bd6(0x358)]!==this['unitID'])return;let _0x5bca8f={'kind':_0x333bd6(0x25a),'unitId':_0x98bbbc[_0x333bd6(0x358)],'subUnitId':_0x98bbbc[_0x333bd6(0x279)],'selectedIds':_0x13a877['selectedIds'][_0x333bd6(0x282)](_0x2544f9=>typeof _0x2544f9=='string'),'focusedId':_0x13a877[_0x333bd6(0x340)]},_0x595cc5={'eventID':_0x36e91d['UPDATE_CURSOR'],'data':{'unitID':this[_0x333bd6(0x2df)],'memberID':this[_0x333bd6(0x255)]['getMemberID'](),'selection':JSON[_0x333bd6(0x20f)](_0x5bca8f)}};this[_0x333bd6(0x255)][_0x333bd6(0x29e)](_0x595cc5,this[_0x333bd6(0x2df)]);},0x64));}['dispose'](){const _0x5b4f83=_0x392a75;super[_0x5b4f83(0x28b)](),this[_0x5b4f83(0x3a7)][_0x5b4f83(0x2f7)](new Map()),this[_0x5b4f83(0x3a7)][_0x5b4f83(0x318)](),this[_0x5b4f83(0x3c4)][_0x5b4f83(0x2f7)]([]),this[_0x5b4f83(0x3c4)][_0x5b4f83(0x318)]();}['init'](){const _0xa5b0ef=_0x392a75;this[_0xa5b0ef(0x1b8)]||(this['_init']=!0x0,this[_0xa5b0ef(0x255)][_0xa5b0ef(0x311)][_0xa5b0ef(0x1f6)](_0x5f111a(this[_0xa5b0ef(0x218)]))[_0xa5b0ef(0x20d)](_0x103f07=>{const _0x36d686=_0xa5b0ef;_0x103f07===_0x11dd82[_0x36d686(0x320)]?this[_0x36d686(0x345)]():this[_0x36d686(0x1ef)]();}),this[_0xa5b0ef(0x255)][_0xa5b0ef(0x265)][_0xa5b0ef(0x1f6)](_0x5f111a(this[_0xa5b0ef(0x218)]))[_0xa5b0ef(0x20d)](_0x4f67b0=>{const _0x4e672a=_0xa5b0ef;let _0x199ddb=_0x4f67b0[_0x4e672a(0x217)];_0x199ddb===_0x36e91d[_0x4e672a(0x1c0)]&&this[_0x4e672a(0x348)](_0x4f67b0),_0x199ddb===_0x36e91d[_0x4e672a(0x34e)]&&this[_0x4e672a(0x1bc)](_0x4f67b0);}),this[_0xa5b0ef(0x1bf)]['state$']['pipe'](_0x5f111a(this[_0xa5b0ef(0x218)]))[_0xa5b0ef(0x20d)](_0x57244b=>{const _0x15444c=_0xa5b0ef;this[_0x15444c(0x354)]&&this[_0x15444c(0x219)](_0x57244b);}));}[_0x392a75(0x348)](_0x43b4d4){const _0x2b2d59=_0x392a75;var _0x438735,_0x4e3a77,_0x474145,_0x8223a9;let {memberID:_0x3c4c25,selection:_0x43f308}=_0x43b4d4['data'];if(_0x3c4c25===((_0x438735=(_0x4e3a77=this[_0x2b2d59(0x255)])[_0x2b2d59(0x395)])==null?void 0x0:_0x438735[_0x2b2d59(0x2ff)](_0x4e3a77)))return;let _0x525bc4=gn(_0x43f308);if(!_0x525bc4||_0x525bc4['unitId']!==this[_0x2b2d59(0x2df)])return;let _0x1454df=(_0x474145=(_0x8223a9=this[_0x2b2d59(0x3c3)][_0x2b2d59(0x26b)](this[_0x2b2d59(0x2df)],_0x3c4c25))==null?void 0x0:_0x8223a9[_0x2b2d59(0x1aa)])==null?_0x2b2d59(0x34c):_0x474145,_0x1dad21={'color':this[_0x2b2d59(0x1a8)][_0x2b2d59(0x2ec)](_0x3c4c25),'name':_0x1454df,'unitId':_0x525bc4[_0x2b2d59(0x358)],'subUnitId':_0x525bc4[_0x2b2d59(0x279)],'selectedIds':_0x525bc4[_0x2b2d59(0x3a9)],'focusedId':_0x525bc4[_0x2b2d59(0x340)],'selection':_0x43f308},_0x14f8f1=new Map(this[_0x2b2d59(0x1e1)]);_0x14f8f1['set'](_0x3c4c25,_0x1dad21),this[_0x2b2d59(0x3a7)][_0x2b2d59(0x2f7)](_0x14f8f1);}[_0x392a75(0x1bc)](_0x19fd7b){const _0x3d8d14=_0x392a75;let {memberID:_0x4ab143}=_0x19fd7b[_0x3d8d14(0x1f5)],_0x497a89=new Map(this[_0x3d8d14(0x1e1)]);_0x497a89['delete'](_0x4ab143),this[_0x3d8d14(0x3a7)]['next'](_0x497a89);}[_0x392a75(0x345)](){const _0xb71315=_0x392a75;this[_0xb71315(0x354)]=!0x0,this['_updateLocalCursor'](this[_0xb71315(0x1bf)][_0xb71315(0x2b9)]());}[_0x392a75(0x1ef)](){this['_online']=!0x1;}};_n=q([K(0x2,_0x13edf9(ln)),K(0x3,_0x13edf9(_0x58b5b3)),K(0x4,_0x13edf9(_0x397568))],_n);let X=class extends _0x47ffee{constructor(_0x525dea,_0x23cbe3,_0x4af119){const _0x115d3d=_0x392a75;super(),this[_0x115d3d(0x224)]=_0x525dea,this[_0x115d3d(0x248)]=_0x23cbe3,this[_0x115d3d(0x32b)]=_0x4af119,G(this,_0x115d3d(0x20e),new Map()),G(this,_0x115d3d(0x1dc),new _0x4039fa()),this[_0x115d3d(0x1b8)]();}[_0x392a75(0x28b)](){const _0x1615e6=_0x392a75;super[_0x1615e6(0x28b)](),this[_0x1615e6(0x1dc)][_0x1615e6(0x318)](),this[_0x1615e6(0x20e)][_0x1615e6(0x365)](_0x55cf7f=>_0x55cf7f['dispose']());}[_0x392a75(0x2ad)](_0x3b703b){const _0x3973de=_0x392a75;return this['_entities'][_0x3973de(0x36e)](_0x3b703b)?this['_entities'][_0x3973de(0x270)](_0x3b703b)[_0x3973de(0x399)]:this[_0x3973de(0x1dc)][_0x3973de(0x1f6)](_0x3a2fbb(_0x3718fe=>_0x3718fe[_0x3973de(0x2df)]===_0x3b703b),_0x765746(_0x226599=>_0x226599[_0x3973de(0x399)]));}[_0x392a75(0x1b8)](){const _0x528781=_0x392a75;this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x12ddec[_0x528781(0x24a)])[_0x528781(0x1f6)](_0x5f111a(this[_0x528781(0x218)]))[_0x528781(0x20d)](async _0x261475=>{const _0x156ec9=_0x528781;let _0x4a772c=_0x261475[_0x156ec9(0x281)]['getUnitId'](),_0x53c301=await this['_startSheetCollabCursor'](_0x4a772c);this[_0x156ec9(0x1dc)][_0x156ec9(0x2f7)](_0x53c301),this[_0x156ec9(0x20e)][_0x156ec9(0x3b9)](_0x4a772c,_0x53c301);}),this[_0x528781(0x224)][_0x528781(0x262)](_0x12ddec[_0x528781(0x331)])['pipe'](_0x5f111a(this['dispose$']))[_0x528781(0x1f6)](_0x3a2fbb(_0x2e730a=>!_0x2e730a['unit'][_0x528781(0x3a6)]()['startsWith']('__')))[_0x528781(0x20d)](async _0x366444=>{const _0x29da62=_0x528781;let {unit:_0x2fd5e8}=_0x366444,_0x299dd6=_0x2fd5e8[_0x29da62(0x3a6)](),_0x43b086=await this[_0x29da62(0x261)](_0x299dd6);this[_0x29da62(0x1dc)][_0x29da62(0x2f7)](_0x43b086),this[_0x29da62(0x20e)][_0x29da62(0x3b9)](_0x299dd6,_0x43b086);}),this[_0x528781(0x224)][_0x528781(0x262)](_0x12ddec['UNIVER_SLIDE'])['pipe'](_0x5f111a(this['dispose$']))[_0x528781(0x20d)](async _0x3d034d=>{const _0xdc300b=_0x528781;let _0x57e638=_0x3d034d[_0xdc300b(0x281)][_0xdc300b(0x3a6)](),_0x3fb810=await this['_startSlideCollabCursor'](_0x57e638);this[_0xdc300b(0x1dc)]['next'](_0x3fb810),this['_entities'][_0xdc300b(0x3b9)](_0x57e638,_0x3fb810);}),_0x47d3c5(this['_univerInstanceService'][_0x528781(0x346)](_0x12ddec['UNIVER_DOC']),this['_univerInstanceService'][_0x528781(0x346)](_0x12ddec[_0x528781(0x24a)]),this[_0x528781(0x224)][_0x528781(0x346)](_0x12ddec[_0x528781(0x363)]))['pipe'](_0x5f111a(this[_0x528781(0x218)]))[_0x528781(0x20d)](_0x71ca14=>{const _0x3c642a=_0x528781;let _0x32c96d=_0x71ca14['getUnitId'](),_0x471957=this[_0x3c642a(0x20e)]['get'](_0x32c96d);_0x471957&&(_0x471957[_0x3c642a(0x28b)](),this[_0x3c642a(0x20e)]['delete'](_0x32c96d));});}async['_startSheetCollabCursor'](_0x5a0e17){const _0x2c7e74=_0x392a75;let _0x36e0fa=await this[_0x2c7e74(0x32b)]['requireSession'](_0x5a0e17),_0x4fa4ed=this[_0x2c7e74(0x248)]['createInstance'](hn,_0x5a0e17,_0x36e0fa);return _0x4fa4ed[_0x2c7e74(0x244)](),_0x4fa4ed;}async[_0x392a75(0x261)](_0x532a68){const _0x4488c4=_0x392a75;let _0x5adc5c=await this[_0x4488c4(0x32b)]['requireSession'](_0x532a68),_0x2891e2=this[_0x4488c4(0x248)][_0x4488c4(0x2c5)](pn,_0x532a68,_0x5adc5c);return _0x2891e2[_0x4488c4(0x244)](),_0x2891e2;}async['_startSlideCollabCursor'](_0x180fb8){const _0x409868=_0x392a75;let _0x50f539=await this[_0x409868(0x32b)][_0x409868(0x2ce)](_0x180fb8),_0x62aa7f=this[_0x409868(0x248)][_0x409868(0x2c5)](_n,_0x180fb8,_0x50f539);return _0x62aa7f[_0x409868(0x244)](),_0x62aa7f;}};X=q([K(0x0,_0x5c7755),K(0x1,_0x13edf9(_0x4decc3)),K(0x2,_0x13edf9(_0x95c018))],X);function vn(_0x2686b7,_0x4cf72f){const _0x13a606=_0x392a75;var _0xd94707,_0x1512aa,_0x39754b;let {radius:_0x3b83a1,width:_0x3d9b77,height:_0x47a7ae}=_0x4cf72f;_0x3b83a1=(_0xd94707=_0x3b83a1)==null?0x0:_0xd94707,_0x3d9b77=(_0x1512aa=_0x3d9b77)==null?0x1e:_0x1512aa,_0x47a7ae=(_0x39754b=_0x47a7ae)==null?0x1e:_0x39754b;let _0x2dc1dd=0x0,_0x4d35ef=0x0,_0xa1ddc5=0x0;_0x2dc1dd=_0x4d35ef=_0xa1ddc5=Math['min'](_0x3b83a1,_0x3d9b77/0x2,_0x47a7ae/0x2),_0x2686b7[_0x13a606(0x25f)](),_0x2686b7[_0x13a606(0x286)](_0x2dc1dd,0x0),_0x2686b7[_0x13a606(0x38e)](_0x3d9b77-_0x4d35ef,0x0),_0x2686b7['arc'](_0x3d9b77-_0x4d35ef,_0x4d35ef,_0x4d35ef,Math['PI']*0x3/0x2,0x0,!0x1),_0x2686b7[_0x13a606(0x38e)](_0x3d9b77,_0x47a7ae-_0xa1ddc5),_0x2686b7[_0x13a606(0x1b1)](_0x3d9b77-_0xa1ddc5,_0x47a7ae-_0xa1ddc5,_0xa1ddc5,0x0,Math['PI']/0x2,!0x1),_0x2686b7[_0x13a606(0x38e)](0x0,_0x47a7ae),_0x2686b7['lineTo'](0x0,_0x2dc1dd),_0x2686b7[_0x13a606(0x1b1)](_0x2dc1dd,_0x2dc1dd,_0x2dc1dd,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x2686b7['closePath'](),_0x4cf72f[_0x13a606(0x32e)]&&(_0x2686b7[_0x13a606(0x277)](),_0x2686b7[_0x13a606(0x200)]=_0x4cf72f[_0x13a606(0x32e)],_0x4cf72f[_0x13a606(0x335)]===_0x13a606(0x256)?_0x2686b7['fill'](_0x13a606(0x256)):_0x2686b7[_0x13a606(0x32e)](),_0x2686b7[_0x13a606(0x382)]());}var yn=class e extends _0x4e52b0{constructor(_0x36e213,_0x4ad433){const _0x2c4346=_0x392a75;super(_0x36e213,_0x4ad433),G(this,'color',void 0x0),G(this,_0x2c4346(0x27e),void 0x0),this[_0x2c4346(0x369)]=_0x4ad433==null?void 0x0:_0x4ad433['color'],this[_0x2c4346(0x27e)]=_0x4ad433==null?void 0x0:_0x4ad433[_0x2c4346(0x27e)];}static[_0x392a75(0x1b3)](_0xfed965,_0x3bfb76){const _0x3b7914=_0x392a75;let {text:_0x34512f,color:_0x3e5ed7}=_0x3bfb76;_0xfed965[_0x3b7914(0x277)](),_0xfed965['font']='bold\x2013px\x20Source\x20Han\x20Sans\x20CN';let _0x4e396f=_0xfed965[_0x3b7914(0x3dc)](_0x34512f)[_0x3b7914(0x271)];if(vn(_0xfed965,{'height':0x14,'radius':0x4,'width':Math[_0x3b7914(0x356)](_0x4e396f+0x8,0xc8),'fill':_0x3e5ed7,'evented':!0x1}),_0xfed965[_0x3b7914(0x200)]=_0x3b7914(0x2d4),_0x4e396f>0xc0){let _0x200c43='',_0x5cb656=0x0;for(let _0x540ac5 of _0x34512f){let _0x5ee41b=_0xfed965['measureText'](_0x540ac5)[_0x3b7914(0x271)];if(_0x5cb656+_0x5ee41b<=0xc0-_0xfed965[_0x3b7914(0x3dc)](_0x3b7914(0x22e))[_0x3b7914(0x271)])_0x200c43+=_0x540ac5,_0x5cb656+=_0x5ee41b;else{_0x200c43+=_0x3b7914(0x22e);break;}}_0xfed965[_0x3b7914(0x235)](_0x200c43,0x4,0xf);}else _0xfed965['fillText'](_0x34512f,0x4,0xf);_0xfed965[_0x3b7914(0x382)]();}['_draw'](_0x46b78d){const _0x14eec2=_0x392a75;e[_0x14eec2(0x1b3)](_0x46b78d,this);}};const bn=_0x392a75(0x389);var xn=class{constructor(_0xa0512b,_0x372172,_0xc51d57,_0x204523){const _0x51415=_0x392a75;this['_cursor']=_0xa0512b,this[_0x51415(0x3b6)]=_0x372172,this[_0x51415(0x30a)]=_0xc51d57,this[_0x51415(0x21b)]=_0x204523,G(this,_0x51415(0x1d3),[]),G(this,'_anchor',null),G(this,_0x51415(0x1f9),null),G(this,_0x51415(0x294),null),G(this,_0x51415(0x29d),null),G(this,_0x51415(0x22b),null),this['_render']();}set[_0x392a75(0x28f)](_0x16cd11){const _0x261718=_0x392a75;_0x16cd11?(this[_0x261718(0x294)]&&this[_0x261718(0x294)][_0x261718(0x26e)](),this['_textBubble']&&this[_0x261718(0x1f9)][_0x261718(0x2a1)]()):(this['_anchorDot']&&this[_0x261718(0x294)]['show'](),this['_textBubble']&&this[_0x261718(0x1f9)]['hide']());}[_0x392a75(0x28b)](){const _0x45ae9c=_0x392a75;for(let _0x34cbe1 of this[_0x45ae9c(0x1d3)])_0x34cbe1[_0x45ae9c(0x28b)]();this[_0x45ae9c(0x1f9)]&&this['_textBubble']['dispose'](),this[_0x45ae9c(0x294)]&&this[_0x45ae9c(0x294)][_0x45ae9c(0x28b)](),this[_0x45ae9c(0x1d8)]&&this[_0x45ae9c(0x1d8)][_0x45ae9c(0x28b)](),this[_0x45ae9c(0x22b)]&&this[_0x45ae9c(0x22b)]();}[_0x392a75(0x291)](){const _0x6395bd=_0x392a75;let {_docSkeleton:_0x551e70,_document:_0x4eeba8}=this,{color:_0x5f1aac,name:_0x19db8e,ranges:_0xcc52c1}=this[_0x6395bd(0x3ab)],_0x1576d4=_0x4eeba8[_0x6395bd(0x2ae)](),{docsLeft:_0xfa662d,docsTop:_0xf30177}=_0x1576d4,_0x3c6dd0=new _0xc7012(_0x1576d4,_0x551e70);for(let {startOffset:_0x3382e9,endOffset:_0x5d7887,rangeType:_0x5b9d58,segmentId:_0x2bdf43,segmentPage:_0x5bd0e6,collapsed:_0x19e74c,isActive:_0x32b173}of _0xcc52c1){let _0x4a24a=_0x551e70['findNodePositionByCharIndex'](_0x3382e9,!0x0,_0x2bdf43,_0x5bd0e6),_0x3e63fb=_0x551e70[_0x6395bd(0x2c2)](_0x5d7887,!0x0,_0x2bdf43,_0x5bd0e6);if(_0x3e63fb==null&&(_0x3e63fb=_0x551e70[_0x6395bd(0x2c2)](_0x5d7887-0x1,!0x1,_0x2bdf43,_0x5bd0e6)),_0x32b173){let {contentBoxPointGroup:_0x4a9fb8}=_0x3c6dd0[_0x6395bd(0x263)](_0x3e63fb,_0x3e63fb);if(_0x4a9fb8[_0x6395bd(0x2a5)]===0x0)continue;this[_0x6395bd(0x1c9)](_0x5f1aac,_0x4a9fb8,_0xfa662d,_0xf30177,_0x19db8e),this[_0x6395bd(0x22b)]=this[_0x6395bd(0x3aa)]();}if(_0x4a24a&&_0x3e63fb){if(_0x5b9d58===_0x109cc1[_0x6395bd(0x371)]){var _0x1ebf4b;let {pointGroup:_0x2ece41}=(_0x1ebf4b=new _0xd13fd0(_0x1576d4,_0x551e70)['getRangePointData'](_0x4a24a,_0x3e63fb))==null?{}:_0x1ebf4b;if(_0x2ece41==null||_0x2ece41['length']===0x0)continue;this['_drawRectRange'](_0x5f1aac,_0x2ece41,_0xfa662d,_0xf30177);}else{if(!_0x19e74c){let {borderBoxPointGroup:_0x23b1db}=_0x3c6dd0[_0x6395bd(0x263)](_0x4a24a,_0x3e63fb);if(_0x23b1db[_0x6395bd(0x2a5)]===0x0)continue;this[_0x6395bd(0x1c6)](_0x5f1aac,_0x23b1db,_0xfa662d,_0xf30177);}}}}}[_0x392a75(0x1c9)](_0x33b234,_0x5cf550,_0x2c511c,_0x3a8818,_0x59d0cf){const _0x5f3df4=_0x392a75;let {left:_0x340d75,top:_0x4a1c93,height:_0x63cfa3}=this[_0x5f3df4(0x264)](_0x5cf550),_0x44f351=1.5/this[_0x5f3df4(0x329)](),_0x5b9673=new _0x1408dc(bn+_0x35c403(0x6),{'left':_0x340d75+_0x2c511c-_0x44f351,'top':_0x4a1c93+_0x3a8818,'height':_0x63cfa3,'width':1.5,'fill':_0x33b234||_0x37a6ef(_0x3a03e2[_0x5f3df4(0x2b1)],0x0),'strokeWidth':_0x44f351,'stroke':'rgba(255,\x20255,\x20255,\x200.01)','evented':!0x0});this[_0x5f3df4(0x1d8)]=_0x5b9673,this['_scene'][_0x5f3df4(0x24b)](_0x5b9673,_0x4f1dc6);let _0x4f0364=new _0x1408dc(bn+_0x35c403(0x6),{'left':_0x340d75+_0x2c511c-_0x44f351,'top':_0x4a1c93+_0x3a8818-0x4/0x2,'height':0x4,'width':0x4,'fill':_0x33b234||_0x37a6ef(_0x3a03e2['black'],0x0),'strokeWidth':0x0,'stroke':_0x33b234||_0x37a6ef(_0x3a03e2['black'],0x0),'evented':!0x1});this[_0x5f3df4(0x294)]=_0x4f0364,this[_0x5f3df4(0x3b6)][_0x5f3df4(0x24b)](_0x4f0364,_0x4f1dc6);let _0x20022d=new yn(bn+_0x35c403(0x6),{'left':_0x340d75+_0x2c511c-_0x44f351,'top':_0x4a1c93+_0x3a8818-0x14,'text':_0x59d0cf,'color':_0x33b234});this[_0x5f3df4(0x1f9)]=_0x20022d,this[_0x5f3df4(0x3b6)][_0x5f3df4(0x24b)](_0x20022d,_0x4f1dc6),this[_0x5f3df4(0x28f)]=!0x1;}[_0x392a75(0x3aa)](){const _0x555b87=_0x392a75;let _0x2dc3ee=this[_0x555b87(0x1d8)][_0x555b87(0x33f)][_0x555b87(0x292)](()=>{const _0x27ad42=_0x555b87;this[_0x27ad42(0x28f)]=!0x0;}),_0xd84fa=this[_0x555b87(0x1d8)][_0x555b87(0x1fc)]['subscribeEvent'](()=>{const _0x396689=_0x555b87;this['_hideTimer']&&clearTimeout(this[_0x396689(0x29d)]),this[_0x396689(0x29d)]=setTimeout(()=>{const _0x2cd848=_0x396689;this[_0x2cd848(0x28f)]=!0x1;},0x7d0);});return()=>{const _0x296f18=_0x555b87;_0x2dc3ee[_0x296f18(0x1ab)](),_0xd84fa[_0x296f18(0x1ab)]();};}[_0x392a75(0x1c6)](_0x50f4eb,_0x49f62d,_0x1f73f5,_0x52dc1f){const _0xcebf=_0x392a75;let _0x3a1156=0.2,_0x3fe8fd=new _0x7737fd(_0x50f4eb)['setAlpha'](_0x3a1156)['toRgbString'](),_0x47bbb5=new _0x1d7fed(_0xcebf(0x3ad)+_0x35c403(0x6),{'pointsGroup':_0x49f62d,'fill':_0x3fe8fd||_0x37a6ef(_0x3a03e2['black'],_0x3a1156),'left':_0x1f73f5,'top':_0x52dc1f,'evented':!0x1,'debounceParentDirty':!0x1});this[_0xcebf(0x1d3)][_0xcebf(0x2f4)](_0x47bbb5),this[_0xcebf(0x3b6)][_0xcebf(0x24b)](_0x47bbb5,_0x4f1dc6);}[_0x392a75(0x3d5)](_0x1a300b,_0x1203e9,_0x5af8df,_0x15b606){const _0x52781e=_0x392a75;let _0xe3efb=0.2,_0x32b25a=new _0x7737fd(_0x1a300b)[_0x52781e(0x1de)](_0xe3efb)['toRgbString'](),_0x134a11=new _0x1d7fed(_0x52781e(0x274)+_0x35c403(0x6),{'pointsGroup':_0x1203e9,'fill':_0x32b25a||_0x37a6ef(_0x3a03e2[_0x52781e(0x2b1)],_0xe3efb),'left':_0x5af8df,'top':_0x15b606,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x52781e(0x1d3)][_0x52781e(0x2f4)](_0x134a11),this[_0x52781e(0x3b6)][_0x52781e(0x24b)](_0x134a11,_0x4f1dc6);}['_getAnchorBounding'](_0x1f99f5){let _0x5b777c=_0x1f99f5[0x0],_0xbd7036=_0x5b777c[0x0],_0x47eee8=_0x5b777c[0x2],{x:_0x1472be,y:_0x16c99e}=_0xbd7036,{x:_0x3dad6d,y:_0x5c500e}=_0x47eee8;return{'left':_0x1472be,'top':_0x16c99e,'width':_0x3dad6d-_0x1472be,'height':_0x5c500e-_0x16c99e};}[_0x392a75(0x329)](){const _0x5c97bf=_0x392a75;let {scaleX:_0x3140c7,scaleY:_0x5cb589}=this['_scene'][_0x5c97bf(0x2bb)]();return Math['max'](_0x3140c7,_0x5cb589);}};let Sn=class extends _0x47ffee{constructor(_0xae629d,_0x39a0f1,_0x80d833,_0x4d787d,_0x23a391){const _0x4e17a0=_0x392a75;super(),this[_0x4e17a0(0x24c)]=_0xae629d,this['_docSkeletonManagerService']=_0x39a0f1,this[_0x4e17a0(0x2bf)]=_0x80d833,this[_0x4e17a0(0x26f)]=_0x4d787d,this['_themeService']=_0x23a391,G(this,_0x4e17a0(0x268),[]),G(this,_0x4e17a0(0x381),[]),this[_0x4e17a0(0x1b8)]();}['_init'](){const _0xa8c3d5=_0x392a75;let _0xf3455e=this[_0xa8c3d5(0x24c)]['unitId'],_0x547a91=this[_0xa8c3d5(0x2f6)];this[_0xa8c3d5(0x39f)](_0x578aed([this[_0xa8c3d5(0x2bf)]['getCollabCursors$'](_0xf3455e),this['_themeService'][_0xa8c3d5(0x38a)]])[_0xa8c3d5(0x1f6)](_0x604f04(([_0x21aef0,_0x5c9f0b])=>({'skeleton':_0x547a91[_0xa8c3d5(0x36d)](),'cursors':[..._0x21aef0[_0xa8c3d5(0x1d6)]()][_0xa8c3d5(0x3a0)](_0xc3b7a3=>({..._0xc3b7a3,'color':this[_0xa8c3d5(0x23f)]['getColorFromTheme'](_0xc3b7a3[_0xa8c3d5(0x369)])}))})))['subscribe'](_0xee4d10=>{const _0x1d0c2d=_0xa8c3d5;if(this['_removeCollabCursors'](),_0xee4d10){let {skeleton:_0x4aae31,cursors:_0x2ed51d}=_0xee4d10;this[_0x1d0c2d(0x2a6)](_0x4aae31,_0x2ed51d);}})),this['_initResize'](),this['_initCommandExecutedListener']();}[_0x392a75(0x2a6)](_0x2b1141,_0x30c2ef){const _0x4466af=_0x392a75;let {scene:_0x1bd01d,mainComponent:_0xc2119a}=this['_context'],_0x446f92=_0x30c2ef['map'](_0x754ea1=>new xn(_0x754ea1,_0x1bd01d,_0x2b1141,_0xc2119a));this[_0x4466af(0x268)]=_0x446f92,this[_0x4466af(0x381)]=_0x30c2ef;}[_0x392a75(0x36b)](){const _0x17960c=_0x392a75;this['_removeCollabCursors']();let {scene:_0x2565bb,mainComponent:_0x27d291}=this[_0x17960c(0x24c)],_0x44ade8=this[_0x17960c(0x2f6)][_0x17960c(0x36d)](),_0x5205fc=this['_cursors'][_0x17960c(0x21d)](_0x34d7d1=>new xn(_0x34d7d1,_0x2565bb,_0x44ade8,_0x27d291));this[_0x17960c(0x268)]=_0x5205fc;}['_removeCollabCursors'](){const _0x28e2d2=_0x392a75;this[_0x28e2d2(0x268)][_0x28e2d2(0x365)](_0x22b43c=>_0x22b43c[_0x28e2d2(0x28b)]()),this[_0x28e2d2(0x268)]=[];}[_0x392a75(0x1d1)](){const _0x5b71d4=_0x392a75;let _0x4d2472=[_0x3a1fed['id']];this[_0x5b71d4(0x39f)](this[_0x5b71d4(0x26f)][_0x5b71d4(0x3d3)](_0x2a9366=>{const _0x1f9235=_0x5b71d4;_0x4d2472['includes'](_0x2a9366['id'])&&_0x2a9366[_0x1f9235(0x25c)][_0x1f9235(0x358)]===this[_0x1f9235(0x24c)][_0x1f9235(0x358)]&&this[_0x1f9235(0x36b)]();}));}['_initResize'](){const _0x258e57=_0x392a75;this['disposeWithMe'](_0x22027b(this[_0x258e57(0x24c)]['engine']['onTransformChange$'])['pipe'](_0x522941(_0x3f0210=>_0x3f0210[_0x258e57(0x1fa)]===_0x178e3d[_0x258e57(0x398)]),_0x4a810f(0x10))[_0x258e57(0x20d)](()=>{this['_refreshCollabCursors']();}));}};Sn=q([K(0x1,_0x13edf9(_0x15639d)),K(0x2,_0x13edf9(X)),K(0x3,_0x338dbd),K(0x4,_0x13edf9(_0x50ff2f))],Sn);var Cn=class extends _0x4e52b0{constructor(_0x3377ff,_0x2dea89){const _0x12bc81=_0x392a75;if(super(_0x3377ff,_0x2dea89),G(this,_0x12bc81(0x2e5),void 0x0),G(this,_0x12bc81(0x1e7),!0x1),G(this,_0x12bc81(0x36c),void 0x0),G(this,_0x12bc81(0x2ef),''),G(this,_0x12bc81(0x316),_0x12bc81(0x1ac)),G(this,_0x12bc81(0x364),void 0x0),G(this,_0x12bc81(0x33a),void 0x0),G(this,_0x12bc81(0x351),void 0x0),G(this,_0x12bc81(0x2d2),0x4),G(this,_0x12bc81(0x260),void 0x0),G(this,_0x12bc81(0x2f9),void 0x0),G(this,_0x12bc81(0x391),!0x0),G(this,'_offsetY',0x0),_0x2dea89){var _0xf0ebaa;if(this['setShapeProps'](_0x2dea89),_0x2dea89[_0x12bc81(0x25d)]&&((_0xf0ebaa=_0x2dea89[_0x12bc81(0x31b)])==null?this['_highlightSecond']:_0xf0ebaa)){var _0x5c3347;this['_startBlinking']((_0x5c3347=_0x2dea89[_0x12bc81(0x31b)])==null?this['_highlightSecond']:_0x5c3347);}}this[_0x12bc81(0x33f)][_0x12bc81(0x292)](()=>this[_0x12bc81(0x2f0)]({'hovered':!0x0})),this[_0x12bc81(0x1fc)][_0x12bc81(0x292)](()=>this[_0x12bc81(0x2f0)]({'hovered':!0x1}));}[_0x392a75(0x3c6)](_0x467e2e){const _0x408354=_0x392a75;this[_0x408354(0x2b7)]=_0x467e2e;}[_0x392a75(0x2f0)](_0x3a1a75){const _0x378dff=_0x392a75;var _0x2dcbc1,_0x5cb870,_0x12ff73,_0x19b41f,_0x3dc0bd,_0x34339d,_0x5ba6d1;this[_0x378dff(0x2e5)]=(_0x2dcbc1=_0x3a1a75['color'])==null?this[_0x378dff(0x2e5)]:_0x2dcbc1,this[_0x378dff(0x1e7)]=(_0x5cb870=_0x3a1a75[_0x378dff(0x3c9)])==null?this['_hovered']:_0x5cb870,this[_0x378dff(0x36c)]=(_0x12ff73=_0x3a1a75[_0x378dff(0x1ce)])==null?this[_0x378dff(0x36c)]:_0x12ff73,this['_name']=(_0x19b41f=_0x3a1a75[_0x378dff(0x1aa)])==null?this[_0x378dff(0x2ef)]:_0x19b41f,this[_0x378dff(0x316)]=(_0x3dc0bd=_0x3a1a75['labelPosition'])==null?this[_0x378dff(0x316)]:_0x3dc0bd,this[_0x378dff(0x364)]=(_0x34339d=_0x3a1a75['backgroundColor'])==null?this[_0x378dff(0x364)]:_0x34339d,this[_0x378dff(0x33a)]=(_0x5ba6d1=_0x3a1a75[_0x378dff(0x304)])==null?this['_showText']:_0x5ba6d1,_0x3a1a75[_0x378dff(0x31b)]!==void 0x0&&(this['_highlightSecond']=_0x3a1a75[_0x378dff(0x31b)]),_0x3a1a75[_0x378dff(0x25d)]!==void 0x0&&(this[_0x378dff(0x351)]=_0x3a1a75['highlight']),_0x3a1a75[_0x378dff(0x2fc)]!==void 0x0&&(this[_0x378dff(0x2b7)]=_0x3a1a75['offsetY']),this['transformByState']({'width':_0x3a1a75[_0x378dff(0x271)],'height':_0x3a1a75[_0x378dff(0x2c7)]});}[_0x392a75(0x245)](_0xb47630){const _0x212c69=_0x392a75;let {row:_0x8b49e6,column:_0xfb00cb}=_0xb47630;if(_0x8b49e6>=this[_0x212c69(0x36c)]['startRow']&&_0x8b49e6<=this[_0x212c69(0x36c)][_0x212c69(0x25e)]&&_0xfb00cb>=this['_range'][_0x212c69(0x20b)]&&_0xfb00cb<=this[_0x212c69(0x36c)][_0x212c69(0x2cb)]){this['setShapeProps']({'hovered':!0x0});return;}this[_0x212c69(0x2f0)]({'hovered':!0x1});}[_0x392a75(0x332)](_0x1b2de2){const _0x29d6ac=_0x392a75;this[_0x29d6ac(0x1b2)](),this[_0x29d6ac(0x391)]=!0x0,this['_blinkIntervalTimer']=window[_0x29d6ac(0x309)](()=>{const _0x3aeb7f=_0x29d6ac;this[_0x3aeb7f(0x391)]=!this['_isBlinkVisible'],this[_0x3aeb7f(0x1f1)](!0x0);},0x1f4),this['_blinkTimer']=window[_0x29d6ac(0x2fb)](()=>{const _0x53bf46=_0x29d6ac;this[_0x53bf46(0x1b2)](),this['_isBlinkVisible']=!0x0,this['makeDirty'](!0x0);},_0x1b2de2*0x3e8);}[_0x392a75(0x1b2)](){const _0x117f5a=_0x392a75;this['_blinkIntervalTimer']&&(window[_0x117f5a(0x314)](this[_0x117f5a(0x2f9)]),this[_0x117f5a(0x2f9)]=void 0x0),this['_blinkTimer']&&(window[_0x117f5a(0x23e)](this[_0x117f5a(0x260)]),this[_0x117f5a(0x260)]=void 0x0);}[_0x392a75(0x1a9)](_0x260bc3){return!0x1;}['dispose'](){const _0x18d141=_0x392a75;this['_stopBlinking'](),super[_0x18d141(0x28b)]();}[_0x392a75(0x208)](_0xe1d0a3){const _0x235715=_0x392a75;let _0x28b76c=this[_0x235715(0x2e5)],_0x42b9dc=this[_0x235715(0x364)];if(this[_0x235715(0x351)]&&!this[_0x235715(0x391)]&&(_0x28b76c=this[_0x235715(0x2c6)](this[_0x235715(0x2e5)]),_0x42b9dc=this[_0x235715(0x364)]?this[_0x235715(0x2c6)](this[_0x235715(0x364)]):void 0x0),_0x1408dc[_0x235715(0x1b3)](_0xe1d0a3,{'width':this[_0x235715(0x271)],'height':this[_0x235715(0x2c7)],'strokeWidth':this[_0x235715(0x337)]||1.5,'stroke':_0x28b76c,'evented':!0x1,'fill':_0x42b9dc}),this['_hovered']||this[_0x235715(0x33a)]){var _0x2ccdeb;_0xe1d0a3['save'](),_0xe1d0a3[_0x235715(0x317)](0x1,0x0,0x0,0x1,this['width'],(this[_0x235715(0x316)]===_0x235715(0x360)?0x0:-0x14)+((_0x2ccdeb=this[_0x235715(0x2b7)])==null?0x0:_0x2ccdeb)),yn[_0x235715(0x1b3)](_0xe1d0a3,{'text':this[_0x235715(0x2ef)],'color':_0x28b76c}),_0xe1d0a3[_0x235715(0x382)]();}}[_0x392a75(0x2c6)](_0x5f1a4c){const _0x20d06c=_0x392a75;return _0x5f1a4c['startsWith']('#')?_0x20d06c(0x283)+Number[_0x20d06c(0x27c)](_0x5f1a4c['slice'](0x1,0x3),0x10)+',\x20'+Number[_0x20d06c(0x27c)](_0x5f1a4c[_0x20d06c(0x3e1)](0x3,0x5),0x10)+',\x20'+Number[_0x20d06c(0x27c)](_0x5f1a4c[_0x20d06c(0x3e1)](0x5,0x7),0x10)+_0x20d06c(0x2c3):_0x5f1a4c[_0x20d06c(0x3af)](_0x20d06c(0x343))?_0x5f1a4c['replace'](/[\d.]+\)$/g,'0.2)'):_0x5f1a4c[_0x20d06c(0x3af)]('rgb')?_0x5f1a4c[_0x20d06c(0x321)](_0x20d06c(0x378),_0x20d06c(0x343))[_0x20d06c(0x321)](')',_0x20d06c(0x2c3)):_0x5f1a4c;}};let wn=class extends _0x47ffee{constructor(_0x59ade1,_0x46a45a,_0x274385,_0x5653a1){const _0x18bce1=_0x392a75;super(),this[_0x18bce1(0x24c)]=_0x59ade1,this['_sheetSkeletonManagerService']=_0x46a45a,this[_0x18bce1(0x2bf)]=_0x274385,this['_themeService']=_0x5653a1,G(this,_0x18bce1(0x381),new Set()),G(this,'_lastPointer',null),G(this,_0x18bce1(0x1b6),null),this['_init']();}[_0x392a75(0x1b8)](){const _0x8da6a9=_0x392a75;this[_0x8da6a9(0x3a2)][_0x8da6a9(0x3d6)][_0x8da6a9(0x1f6)](_0x24f2c5(this[_0x8da6a9(0x218)]),_0x253e4b(_0x4d04d7=>{const _0x78d02c=_0x8da6a9;if(_0x4d04d7){let _0x165e05=_0x4d04d7[_0x78d02c(0x2b8)];return _0x578aed(this[_0x78d02c(0x2bf)]['getCollabCursors$'](this['_context'][_0x78d02c(0x358)]),this['_themeService']['currentTheme$'])[_0x78d02c(0x1f6)](_0x604f04(([_0x4e86c1,_0x359971])=>{const _0x4e4331=_0x78d02c;let _0x5686c7=new Map();return _0x4e86c1[_0x4e4331(0x365)]((_0x2a1ec6,_0x4d891d)=>{const _0x504627=_0x4e4331;if(_0x2a1ec6[_0x504627(0x2ed)]===_0x165e05){let _0x394179={..._0x2a1ec6};_0x394179[_0x504627(0x369)]=this[_0x504627(0x23f)][_0x504627(0x1d7)](_0x2a1ec6[_0x504627(0x369)]),_0x5686c7[_0x504627(0x3b9)](_0x4d891d,_0x394179);}}),{'skeleton':_0x4d04d7,'cursors':_0x5686c7};}));}return _0xa8b45b({'skeleton':null,'cursors':new Map()});}))['subscribe'](({skeleton:_0xc82e7a,cursors:_0x376f0e})=>{const _0x20e67f=_0x8da6a9;this['_removeCollabCursors'](),_0xc82e7a&&this[_0x20e67f(0x2a6)](_0xc82e7a,_0x376f0e);}),this['disposeWithMe'](this[_0x8da6a9(0x3a2)][_0x8da6a9(0x3d6)][_0x8da6a9(0x1f6)](_0x24f2c5(this[_0x8da6a9(0x218)]))['subscribe'](_0xc7be1c=>{const _0x28a15a=_0x8da6a9;var _0x475ec9;if(_0xc7be1c==null)return;(_0x475ec9=this[_0x28a15a(0x1b6)])==null||_0x475ec9[_0x28a15a(0x1ab)](),this['_pointerMoveDisposable']=null;let {skeleton:_0x22a4f6}=_0xc7be1c,{scene:_0xf32e3e}=this[_0x28a15a(0x24c)];this[_0x28a15a(0x1b6)]=_0xf32e3e[_0x28a15a(0x2d6)][_0x28a15a(0x292)](_0x4ef1e1(_0x383364=>{const _0xc21a34=_0x28a15a;var _0x62af81,_0x34fbbf;let {offsetX:_0x239768,offsetY:_0x3e1486}=_0x383364,{x:_0x546233,y:_0x370c00}=_0xf32e3e[_0xc21a34(0x2fe)](_0x375a03['FromArray']([_0x239768,_0x3e1486])),{scaleX:_0x12e5ca,scaleY:_0x3891e8}=_0xf32e3e[_0xc21a34(0x2bb)](),_0x1199f5=_0xf32e3e[_0xc21a34(0x27b)](_0x293e2f[_0xc21a34(0x3bc)]),_0x55c953=_0xf32e3e[_0xc21a34(0x357)](_0x375a03['FromArray']([_0x546233,_0x370c00]),_0x1199f5),_0x56512a=_0x22a4f6[_0xc21a34(0x211)](_0x239768,_0x3e1486,_0x12e5ca,_0x3891e8,_0x55c953);((_0x62af81=this[_0xc21a34(0x1f2)])==null?void 0x0:_0x62af81[_0xc21a34(0x2c4)])===_0x56512a['column']&&((_0x34fbbf=this['_lastPointer'])==null?void 0x0:_0x34fbbf[_0xc21a34(0x306)])===_0x56512a[_0xc21a34(0x306)]||this[_0xc21a34(0x381)][_0xc21a34(0x365)](_0x1a85d0=>{_0x1a85d0['onMouseMove'](_0x56512a);});},0x64));})),this[_0x8da6a9(0x39f)](_0x245507(()=>{const _0x339e53=_0x8da6a9;var _0x5b9eeb;(_0x5b9eeb=this['_pointerMoveDisposable'])==null||_0x5b9eeb[_0x339e53(0x1ab)](),this[_0x339e53(0x1b6)]=null;}));}['_updateCollabCursors'](_0x5c11e2,_0x2e79f8){const _0x9c963f=_0x392a75;let _0x2b80d3=this[_0x9c963f(0x3a2)]['getCurrentSkeleton']();if(!_0x2b80d3)return;let _0x1c20f0=this[_0x9c963f(0x2af)]();if(!_0x1c20f0)return;this[_0x9c963f(0x381)][_0x9c963f(0x365)](_0x299d50=>{const _0x11b862=_0x9c963f;_0x299d50[_0x11b862(0x1f1)]();});let {scene:_0x17cd09}=_0x1c20f0,_0x297fbf=Tn(Array['from'](_0x2e79f8['values']()))['map'](_0x3da118=>{const _0x296c54=_0x9c963f;let {color:_0x3b578c,range:_0x4c9985,name:_0x53542f,selection:_0x1df440,sheetID:_0x25ff61}=_0x3da118,{startColumn:_0x53ee26,startRow:_0x277d26,endColumn:_0x58ede8,endRow:_0x18598a}=_0x4c9985,_0x1781c3=_0x2dcc48(_0x277d26,_0x53ee26,_0x17cd09,_0x2b80d3),_0x4a27aa=_0x2dcc48(_0x18598a,_0x58ede8,_0x17cd09,_0x2b80d3),{columnHeaderHeightAndMarginTop:_0x17d686}=_0x2b80d3,{startX:_0x3dcbbb,startY:_0x460b88}=_0x1781c3,{endX:_0x1356dc,endY:_0x43d768}=_0x4a27aa,_0x1e6ddd=_0x1356dc-_0x3dcbbb,_0x44460b=_0x43d768-_0x460b88;return new Cn(_0x53542f,{'labelPosition':_0x460b88-_0x17d686>=0x14?_0x296c54(0x1ac):_0x296c54(0x360),'sheetID':_0x25ff61,'range':_0x4c9985,'color':_0x3b578c,'name':_0x53542f,'selection':_0x1df440,'left':_0x3dcbbb,'top':_0x460b88,'width':_0x1e6ddd,'height':_0x44460b,'evented':!0x1,'zIndex':0x1389});});_0x17cd09[_0x9c963f(0x2d5)](_0x297fbf,0x1),this[_0x9c963f(0x381)]=new Set(_0x297fbf);}[_0x392a75(0x37d)](){const _0x3c927c=_0x392a75;var _0x13adc2;(_0x13adc2=this['_cursors'])==null||_0x13adc2[_0x3c927c(0x365)](_0x3ff2bf=>_0x3ff2bf[_0x3c927c(0x28b)]());}['_getSheetObject'](){const _0x5cecd7=_0x392a75;return _0x4b75dc(this[_0x5cecd7(0x24c)]['unit'],this['_context']);}};wn=q([K(0x1,_0x13edf9(_0x2bafef)),K(0x2,_0x13edf9(X)),K(0x3,_0x13edf9(_0x50ff2f))],wn);function Tn(_0x4c7fe5){const _0x45b523=_0x392a75;let _0x2466e6=new Map();return _0x4c7fe5[_0x45b523(0x365)](_0x1d6aab=>{const _0x5c6ec7=_0x45b523;if(_0x2466e6[_0x5c6ec7(0x36e)](_0x1d6aab[_0x5c6ec7(0x2be)])){let _0x5ca70d=_0x2466e6['get'](_0x1d6aab[_0x5c6ec7(0x2be)]);_0x5ca70d[_0x5c6ec7(0x1aa)]+=',\x20'+_0x1d6aab[_0x5c6ec7(0x1aa)];}else _0x2466e6[_0x5c6ec7(0x3b9)](_0x1d6aab[_0x5c6ec7(0x2be)],_0x1d6aab);}),Array['from'](_0x2466e6[_0x45b523(0x1d6)]());}const En=0x138a;var Dn=class extends _0x4e52b0{constructor(_0x510da5,_0x3d1e49){const _0x5ae018=_0x392a75;super(_0x510da5,{..._0x3d1e49,'evented':!0x1}),G(this,_0x5ae018(0x2e5),'#4f46e5'),G(this,'_name',''),G(this,_0x5ae018(0x33a),!0x0),_0x3d1e49&&this[_0x5ae018(0x2f0)](_0x3d1e49);}[_0x392a75(0x2f0)](_0x22fe3b){const _0x21ffb3=_0x392a75;var _0x28146e,_0x4f9823,_0x4e5047,_0x19b105,_0x1c59d8,_0x30debb,_0x52fbcd,_0x3e9891;this[_0x21ffb3(0x2e5)]=(_0x28146e=_0x22fe3b[_0x21ffb3(0x369)])==null?this[_0x21ffb3(0x2e5)]:_0x28146e,this[_0x21ffb3(0x2ef)]=(_0x4f9823=_0x22fe3b['name'])==null?this[_0x21ffb3(0x2ef)]:_0x4f9823,this[_0x21ffb3(0x33a)]=(_0x4e5047=_0x22fe3b[_0x21ffb3(0x304)])==null?this[_0x21ffb3(0x33a)]:_0x4e5047,this[_0x21ffb3(0x285)]=!0x1,this[_0x21ffb3(0x1e5)]({'left':(_0x19b105=_0x22fe3b[_0x21ffb3(0x253)])==null?this[_0x21ffb3(0x253)]:_0x19b105,'top':(_0x1c59d8=_0x22fe3b[_0x21ffb3(0x1ac)])==null?this[_0x21ffb3(0x1ac)]:_0x1c59d8,'width':(_0x30debb=_0x22fe3b[_0x21ffb3(0x271)])==null?this['width']:_0x30debb,'height':(_0x52fbcd=_0x22fe3b['height'])==null?this[_0x21ffb3(0x2c7)]:_0x52fbcd,'angle':(_0x3e9891=_0x22fe3b['angle'])==null?this[_0x21ffb3(0x3c1)]:_0x3e9891});}[_0x392a75(0x208)](_0x532942){const _0x56d9af=_0x392a75;_0x532942[_0x56d9af(0x277)](),_0x532942['strokeStyle']=this[_0x56d9af(0x2e5)],_0x532942[_0x56d9af(0x37c)]=this[_0x56d9af(0x337)]||1.5,_0x532942[_0x56d9af(0x3bf)]([0x6,0x4]),_0x532942[_0x56d9af(0x266)](0x0,0x0,this['width'],this['height']),_0x532942[_0x56d9af(0x382)](),this[_0x56d9af(0x33a)]&&(_0x532942[_0x56d9af(0x277)](),_0x532942[_0x56d9af(0x317)](0x1,0x0,0x0,0x1,this[_0x56d9af(0x271)],-0x14),yn['drawWith'](_0x532942,{'text':this[_0x56d9af(0x2ef)],'color':this[_0x56d9af(0x2e5)]}),_0x532942['restore']());}};let On=class extends _0x47ffee{constructor(_0x514305,_0x1ae92d,_0x14b3d5){const _0x13dd2c=_0x392a75;super(),this[_0x13dd2c(0x24c)]=_0x514305,this[_0x13dd2c(0x2bf)]=_0x1ae92d,this[_0x13dd2c(0x23f)]=_0x14b3d5,G(this,_0x13dd2c(0x381),new Set()),G(this,_0x13dd2c(0x1d5),!0x1),G(this,_0x13dd2c(0x33c),!0x1),G(this,_0x13dd2c(0x27a),new Map()),this[_0x13dd2c(0x1b8)]();}[_0x392a75(0x28b)](){const _0x36a759=_0x392a75;this[_0x36a759(0x37d)](),super[_0x36a759(0x28b)]();}[_0x392a75(0x1b8)](){const _0x3798b3=_0x392a75;let _0x10d7fd=this[_0x3798b3(0x24c)][_0x3798b3(0x281)][_0x3798b3(0x1c7)]['activeSlideId$'],_0x1ee739=this[_0x3798b3(0x2bf)]['getCollabCursors$'](this[_0x3798b3(0x24c)][_0x3798b3(0x358)]);this['disposeWithMe'](_0x245507(_0x578aed([_0x1ee739,_0x10d7fd,this[_0x3798b3(0x23f)][_0x3798b3(0x38a)]])[_0x3798b3(0x1f6)](_0x5f111a(this[_0x3798b3(0x218)]))[_0x3798b3(0x20d)](([_0x49df67,_0x23629e])=>{const _0x5b8a8f=_0x3798b3;let _0x3af909=new Map();_0x49df67[_0x5b8a8f(0x365)]((_0x5f3e26,_0x34b773)=>{const _0x2740e4=_0x5b8a8f;_0x5f3e26['subUnitId']===_0x23629e&&_0x3af909[_0x2740e4(0x3b9)](_0x34b773,{..._0x5f3e26,'color':this['_themeService']['getColorFromTheme'](_0x5f3e26['color'])});}),this[_0x5b8a8f(0x27a)]=_0x3af909,this[_0x5b8a8f(0x349)]();})));let _0x1c1271=this[_0x3798b3(0x24c)][_0x3798b3(0x1cf)];this[_0x3798b3(0x39f)](_0x245507(_0x1c1271[_0x3798b3(0x301)][_0x3798b3(0x1f6)](_0x5f111a(this[_0x3798b3(0x218)]))[_0x3798b3(0x20d)](()=>{const _0x10e7c3=_0x3798b3;this['_isApplyingOverlays']||this[_0x10e7c3(0x349)]();})));}[_0x392a75(0x349)](){const _0x47a2c6=_0x392a75;this[_0x47a2c6(0x1d5)]||(this[_0x47a2c6(0x1d5)]=!0x0,Promise[_0x47a2c6(0x2e8)]()[_0x47a2c6(0x240)](()=>{this['_renderScheduled']=!0x1,this['_render']();}));}['_render'](){const _0x211d98=_0x392a75;var _0xdeb190;this[_0x211d98(0x37d)]();let _0x29226c=(_0xdeb190=this['_context']['unit']['pageManager'][_0x211d98(0x34b)]())==null?void 0x0:_0xdeb190[_0x211d98(0x3bb)]();if(!_0x29226c)return;let _0x79dee7=[];if(this[_0x211d98(0x27a)][_0x211d98(0x365)]((_0x4401eb,_0x34a534)=>{const _0x39532d=_0x211d98;_0x4401eb['subUnitId']===_0x29226c&&_0x4401eb[_0x39532d(0x3a9)][_0x39532d(0x365)](_0x5420fc=>{const _0x2071c3=_0x39532d;let _0x542a1e=_0x378493(_0x4401eb[_0x2071c3(0x358)],_0x4401eb['subUnitId'],_0x5420fc),_0x514214=this[_0x2071c3(0x3ba)](_0x542a1e);if(!_0x514214)return;let _0x9dba3e=this[_0x2071c3(0x350)](_0x514214);_0x79dee7['push'](new Dn(_0x2071c3(0x3e2)+_0x34a534+'-'+_0x5420fc,{..._0x4401eb,'left':_0x9dba3e[_0x2071c3(0x253)],'top':_0x9dba3e[_0x2071c3(0x1ac)],'width':_0x9dba3e[_0x2071c3(0x271)],'height':_0x9dba3e[_0x2071c3(0x2c7)],'angle':_0x514214['angle'],'evented':!0x1,'zIndex':En}));});}),_0x79dee7[_0x211d98(0x2a5)]===0x0){this[_0x211d98(0x24c)][_0x211d98(0x1cf)][_0x211d98(0x1f1)](!0x0);return;}this[_0x211d98(0x33c)]=!0x0,this['_context'][_0x211d98(0x1cf)][_0x211d98(0x2d5)](_0x79dee7,En),this[_0x211d98(0x33c)]=!0x1,this[_0x211d98(0x381)]=new Set(_0x79dee7),this[_0x211d98(0x24c)][_0x211d98(0x1cf)][_0x211d98(0x1f1)](!0x0);}['_removeCollabCursors'](){const _0x50d24a=_0x392a75;let _0x26cc5d=Array[_0x50d24a(0x233)](this[_0x50d24a(0x381)]);if(_0x26cc5d[_0x50d24a(0x2a5)]===0x0)return;let _0x4043d0=this['_context'][_0x50d24a(0x1cf)];'removeObjects'in _0x4043d0&&typeof _0x4043d0[_0x50d24a(0x310)]==_0x50d24a(0x2f3)?_0x4043d0[_0x50d24a(0x310)](_0x26cc5d):_0x26cc5d['forEach'](_0x2e60ad=>{const _0x30d507=_0x50d24a;_0x30d507(0x252)in _0x4043d0&&typeof _0x4043d0[_0x30d507(0x252)]==_0x30d507(0x2f3)?_0x4043d0[_0x30d507(0x252)](_0x2e60ad):_0x2e60ad[_0x30d507(0x28b)]();}),this[_0x50d24a(0x381)][_0x50d24a(0x1cd)](),_0x4043d0[_0x50d24a(0x1f1)](!0x0);}[_0x392a75(0x3ba)](_0x56c222){const _0x5643dc=_0x392a75;var _0x4a8b59,_0x46f2aa,_0x23f349;let _0x5c05ad=this[_0x5643dc(0x24c)][_0x5643dc(0x1cf)];return(_0x4a8b59=(_0x46f2aa=(_0x23f349=_0x5c05ad['getObjectIncludeInGroup'])==null?void 0x0:_0x23f349['call'](_0x5c05ad,_0x56c222))==null?_0x5c05ad[_0x5643dc(0x222)](_0x56c222):_0x46f2aa)==null?null:_0x4a8b59;}['_getObjectBounds'](_0xf81de7){const _0x25f510=_0x392a75;var _0x493e96,_0x28aa86;let _0x4d4f7d=_0xf81de7;return(_0x493e96=(_0x28aa86=_0x4d4f7d['getRealBound'])==null?void 0x0:_0x28aa86['call'](_0x4d4f7d))==null?{'left':_0xf81de7['left'],'top':_0xf81de7[_0x25f510(0x1ac)],'width':_0xf81de7[_0x25f510(0x271)],'height':_0xf81de7[_0x25f510(0x2c7)]}:_0x493e96;}};On=q([K(0x1,_0x13edf9(X)),K(0x2,_0x13edf9(_0x50ff2f))],On);let Z=class extends _0x20ff58{constructor(_0x54f1ea,_0x2768be,_0x412d2b,_0x297d1f,_0x500d3b,_0x3b1592){const _0x31c1f7=_0x392a75;super(),this[_0x31c1f7(0x394)]=_0x54f1ea,this[_0x31c1f7(0x3df)]=_0x2768be,this['_collaborationUIEventService']=_0x412d2b,this[_0x31c1f7(0x29f)]=_0x297d1f,this['_notificationService']=_0x500d3b,this['_localeService']=_0x3b1592,this[_0x31c1f7(0x223)](),this[_0x31c1f7(0x234)]();}[_0x392a75(0x223)](){const _0x2c568f=_0x392a75;this[_0x2c568f(0x39f)](this[_0x2c568f(0x394)]['registerBeforeClose'](()=>{const _0x51cd2b=_0x2c568f;if(this[_0x51cd2b(0x3df)][_0x51cd2b(0x2a9)][_0x51cd2b(0x1b5)])return this[_0x51cd2b(0x35b)]['t'](_0x51cd2b(0x1e4));}));}[_0x392a75(0x234)](){const _0x4df98b=_0x392a75;this['disposeWithMe'](this[_0x4df98b(0x203)][_0x4df98b(0x265)][_0x4df98b(0x20d)](_0x4701c5=>{const _0x519075=_0x4df98b;_0x4701c5['id']===_0x4cc781[_0x519075(0x228)]&&this[_0x519075(0x29f)][_0x519075(0x2a1)]({'type':_0x2cde3b[_0x519075(0x257)],'content':this[_0x519075(0x35b)]['t'](_0x519075(0x31e))}),_0x4701c5['id']===_0x4cc781[_0x519075(0x1bd)]&&this[_0x519075(0x29f)][_0x519075(0x2a1)]({'type':_0x2cde3b[_0x519075(0x257)],'content':this[_0x519075(0x35b)]['t'](_0x519075(0x2e3))}),_0x4701c5['id']===_0x4cc781[_0x519075(0x1d4)]&&this[_0x519075(0x2cd)][_0x519075(0x2a1)]({'title':this['_localeService']['t']('collaboration-client-ui.permission.title'),'content':this[_0x519075(0x35b)]['t']('collaboration-client-ui.permission.content'),'type':'error','duration':0x0}),_0x4701c5['id']===_0x4cc781[_0x519075(0x2e7)]&&this[_0x519075(0x2cd)][_0x519075(0x2a1)]({'title':this[_0x519075(0x35b)]['t'](_0x519075(0x38c)),'content':this[_0x519075(0x35b)]['t']('collaboration-client-ui.conflict.content'),'type':'error','duration':0x0}),_0x4701c5['id']===_0x4cc781[_0x519075(0x23d)]&&this['_messageService'][_0x519075(0x2a1)]({'type':_0x2cde3b[_0x519075(0x257)],'content':this[_0x519075(0x35b)]['t'](_0x4701c5[_0x519075(0x1f5)]||'')}),_0x4701c5['id']===_0x4cc781[_0x519075(0x352)]&&this[_0x519075(0x29f)][_0x519075(0x2a1)]({'type':_0x2cde3b[_0x519075(0x257)],'content':this[_0x519075(0x35b)]['t'](_0x519075(0x2ea))}),_0x4701c5['id']===_0x4cc781[_0x519075(0x1d2)]&&this[_0x519075(0x29f)][_0x519075(0x2a1)]({'type':_0x2cde3b['Error'],'content':this['_localeService']['t'](_0x519075(0x31c))}),_0x4701c5['id']===_0x4cc781[_0x519075(0x237)]&&this[_0x519075(0x29f)][_0x519075(0x2a1)]({'type':_0x2cde3b[_0x519075(0x3a1)],'content':this[_0x519075(0x35b)]['t'](_0x519075(0x393))});}));}};Z=q([K(0x0,_0x3e9f71),K(0x1,_0x368670),K(0x2,_0x13edf9(_0x1cd30c)),K(0x3,_0xe2975f),K(0x4,_0x5630e4),K(0x5,_0x13edf9(_0x2cad47))],Z);let kn=class{constructor(_0x2a17ba,_0x2ae299){const _0x5d1fda=_0x392a75;this['_transformService']=_0x2a17ba,this[_0x5d1fda(0x1e8)]=_0x2ae299;}['transformIMECache'](_0x19fb48){const _0x20e6cc=_0x392a75;this[_0x20e6cc(0x226)](_0x19fb48),this['_transformPreviousActiveRange'](_0x19fb48);}['transformRemoteChangeset'](_0x2a8603){const _0x3c6997=_0x392a75;let {unitID:_0x454b89}=_0x2a8603,{redoCache:_0x385331}=this[_0x3c6997(0x1e8)][_0x3c6997(0x2f8)](_0x454b89)[_0x3c6997(0x2d9)](_0x4470e8)[_0x3c6997(0x34f)]();if(_0x385331[_0x3c6997(0x2a5)]===0x0)return _0x2a8603;let _0x343a7a=_0x25962f[_0x3c6997(0x1eb)](_0x2a8603[_0x3c6997(0x339)][0x0]);for(let _0x92c292=0x0;_0x92c292<_0x385331['length'];_0x92c292++){let _0x115f93={'id':_0x3c6997(0x2ca),'params':{..._0x385331[_0x92c292]}},_0x185834=this[_0x3c6997(0x2b4)]['transformMutation'](_0x343a7a,_0x115f93,!0x1);if(_0x5a337f(_0x185834))throw _0x185834['error'];_0x343a7a=_0x185834[_0x3c6997(0x296)];}return{..._0x25962f['deepClone'](_0x2a8603),'mutations':[_0x343a7a]};}['_transformUndoRedoStack'](_0x1d1f77){const _0x53ee1e=_0x392a75;let {unitID:_0xd0be0c}=_0x1d1f77,_0x224372=this[_0x53ee1e(0x1e8)]['getRenderById'](_0xd0be0c)[_0x53ee1e(0x2d9)](_0x4470e8),{undoCache:_0x27fc2e,redoCache:_0x2cf870}=_0x224372[_0x53ee1e(0x34f)]();if(_0x27fc2e[_0x53ee1e(0x2a5)]===0x0||_0x2cf870[_0x53ee1e(0x2a5)]===0x0)return;let _0x40279f=[],_0x605db9=[],_0x5d99df=_0x25962f[_0x53ee1e(0x1eb)](_0x1d1f77[_0x53ee1e(0x339)][0x0]),_0x16c9e0=_0x25962f[_0x53ee1e(0x1eb)](_0x1d1f77['mutations'][0x0]);for(let _0x23fc6a=_0x27fc2e['length']-0x1;_0x23fc6a>=0x0;_0x23fc6a--){let _0x3a039e={'id':'doc.mutation.rich-text-editing','params':{..._0x27fc2e[_0x23fc6a]}},_0x353d54={'id':_0x53ee1e(0x2ca),'params':{..._0x2cf870[_0x23fc6a]}},_0x38e5ed=this['_transformService'][_0x53ee1e(0x299)](_0x5d99df,_0x3a039e,!0x1),_0x12261f=this[_0x53ee1e(0x2b4)][_0x53ee1e(0x299)](_0x16c9e0,_0x353d54,!0x1);if(_0x5a337f(_0x38e5ed))throw _0x38e5ed[_0x53ee1e(0x3b1)];if(_0x5a337f(_0x12261f))throw _0x12261f[_0x53ee1e(0x3b1)];_0x40279f['unshift'](_0x38e5ed[_0x53ee1e(0x1f7)][_0x53ee1e(0x25c)]),_0x605db9[_0x53ee1e(0x26a)](_0x12261f[_0x53ee1e(0x1f7)][_0x53ee1e(0x25c)]),_0x5d99df=_0x38e5ed[_0x53ee1e(0x296)],_0x16c9e0=_0x12261f[_0x53ee1e(0x296)];}_0x224372[_0x53ee1e(0x272)]({'undoCache':_0x40279f,'redoCache':_0x605db9});}['_transformPreviousActiveRange'](_0x23f460){const _0x2d8dea=_0x392a75;let {unitID:_0x50d8fe}=_0x23f460,_0x23fb0b=this[_0x2d8dea(0x1e8)][_0x2d8dea(0x2f8)](_0x50d8fe)[_0x2d8dea(0x2d9)](_0x4470e8),_0xba6f39=_0x23fb0b[_0x2d8dea(0x32a)]();if(_0xba6f39==null)return;let _0x25323f=[{'id':_0x2d8dea(0x2ca),'params':{'unitId':_0x23f460[_0x2d8dea(0x2df)],'actions':null,'textRanges':[_0xba6f39]}}],_0x1a67e8=this[_0x2d8dea(0x2b4)][_0x2d8dea(0x305)](_0x23f460,_0x25323f);if(!_0x286f9e(_0x1a67e8))throw _0x1a67e8[_0x2d8dea(0x3b1)];let _0x27194b=_0x1a67e8['m2Prime'][0x0]['params'][_0x2d8dea(0x325)];Array[_0x2d8dea(0x3a8)](_0x27194b)&&_0x27194b[_0x2d8dea(0x2a5)]&&_0x23fb0b[_0x2d8dea(0x1b4)](_0x27194b[0x0]);}};kn=q([K(0x0,_0x2e0827),K(0x1,_0x17c2eb)],kn);let An=class{constructor(_0x4f82bd,_0x402d54,_0x55c995){const _0x2e3d36=_0x392a75;this[_0x2e3d36(0x248)]=_0x4f82bd,this[_0x2e3d36(0x2b4)]=_0x402d54,this[_0x2e3d36(0x22a)]=_0x55c995;}[_0x392a75(0x290)](_0x42618b){this['_transformHistoryAndStateStack'](_0x42618b);}[_0x392a75(0x2de)](_0x1d344b){const _0xd739af=_0x392a75;let {unitID:_0x10bff6}=_0x1d344b,{collaboration:_0xb43c1b}=this[_0xd739af(0x22a)][_0xd739af(0x24f)](_0x10bff6);if(_0xb43c1b[_0xd739af(0x2a5)]===0x0)return _0x1d344b;let _0x22d958=_0x25962f[_0xd739af(0x1eb)](_0x1d344b[_0xd739af(0x339)][0x0]);for(let _0x508e50=0x0;_0x508e50<_0xb43c1b[_0xd739af(0x2a5)];_0x508e50++){let _0x4325a6={'id':_0xd739af(0x2ca),'params':{'unitId':_0xb43c1b[_0x508e50][_0xd739af(0x358)],..._0xb43c1b[_0x508e50][_0xd739af(0x230)]}},_0x3f80ee=this[_0xd739af(0x2b4)][_0xd739af(0x299)](_0x22d958,_0x4325a6,!0x1);if(_0x5a337f(_0x3f80ee))throw _0x3f80ee[_0xd739af(0x3b1)];_0x22d958=_0x3f80ee[_0xd739af(0x296)];}return{..._0x25962f['deepClone'](_0x1d344b),'mutations':[_0x22d958]};}[_0x392a75(0x3cd)](_0x4412a1){const _0x49cc3c=_0x392a75;let {unitID:_0x505d63}=_0x4412a1,{history:_0x2791ca,collaboration:_0x425dd7}=this[_0x49cc3c(0x22a)][_0x49cc3c(0x24f)](_0x505d63);if(_0x2791ca['length']===0x0&&_0x425dd7[_0x49cc3c(0x2a5)]===0x0)return;let _0x5b4e53=[],_0xd84acc=[],_0x214aaa=_0x25962f[_0x49cc3c(0x1eb)](_0x4412a1[_0x49cc3c(0x339)][0x0]),_0x1852ee=_0x25962f[_0x49cc3c(0x1eb)](_0x4412a1[_0x49cc3c(0x339)][0x0]);for(let _0x8fa208=_0x2791ca[_0x49cc3c(0x2a5)]-0x1;_0x8fa208>=0x0;_0x8fa208--){let _0x119a93={'id':_0x49cc3c(0x2ca),'params':{'unitId':_0x2791ca[_0x8fa208][_0x49cc3c(0x358)],..._0x2791ca[_0x8fa208]['undoState']}},_0x84dba9={'id':_0x49cc3c(0x2ca),'params':{'unitId':_0x2791ca[_0x8fa208][_0x49cc3c(0x358)],..._0x2791ca[_0x8fa208][_0x49cc3c(0x230)]}},_0x5c3542=this[_0x49cc3c(0x2b4)][_0x49cc3c(0x299)](_0x214aaa,_0x119a93,!0x1),_0x2e9672=this['_transformService']['transformMutation'](_0x1852ee,_0x84dba9,!0x1);if(_0x5a337f(_0x5c3542))throw _0x5c3542[_0x49cc3c(0x3b1)];if(_0x5a337f(_0x2e9672))throw _0x2e9672[_0x49cc3c(0x3b1)];_0x5b4e53['unshift']({..._0x2791ca[_0x8fa208],'undoState':_0x5c3542[_0x49cc3c(0x1f7)][_0x49cc3c(0x25c)],'redoState':_0x2e9672[_0x49cc3c(0x1f7)][_0x49cc3c(0x25c)]}),_0x214aaa=_0x5c3542[_0x49cc3c(0x296)],_0x1852ee=_0x2e9672[_0x49cc3c(0x296)];}_0x214aaa=_0x25962f[_0x49cc3c(0x1eb)](_0x4412a1[_0x49cc3c(0x339)][0x0]),_0x1852ee=_0x25962f[_0x49cc3c(0x1eb)](_0x4412a1[_0x49cc3c(0x339)][0x0]);for(let _0x5f4ff4=_0x425dd7[_0x49cc3c(0x2a5)]-0x1;_0x5f4ff4>=0x0;_0x5f4ff4--){let _0x64ad5c={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x425dd7[_0x5f4ff4]['unitId'],..._0x425dd7[_0x5f4ff4][_0x49cc3c(0x368)]}},_0x4bc6bd={'id':_0x49cc3c(0x2ca),'params':{'unitId':_0x425dd7[_0x5f4ff4][_0x49cc3c(0x358)],..._0x425dd7[_0x5f4ff4][_0x49cc3c(0x230)]}},_0x5c1483=this['_transformService'][_0x49cc3c(0x299)](_0x214aaa,_0x64ad5c,!0x1),_0x8a3cf3=this[_0x49cc3c(0x2b4)][_0x49cc3c(0x299)](_0x1852ee,_0x4bc6bd,!0x1);if(_0x5a337f(_0x5c1483))throw _0x5c1483[_0x49cc3c(0x3b1)];if(_0x5a337f(_0x8a3cf3))throw _0x8a3cf3[_0x49cc3c(0x3b1)];_0xd84acc[_0x49cc3c(0x26a)]({..._0x425dd7[_0x5f4ff4],'undoState':_0x5c1483[_0x49cc3c(0x1f7)][_0x49cc3c(0x25c)],'redoState':_0x8a3cf3[_0x49cc3c(0x1f7)][_0x49cc3c(0x25c)]}),_0x214aaa=_0x5c1483['m1Prime'],_0x1852ee=_0x8a3cf3[_0x49cc3c(0x296)];}this['_docStateChangeManagerService'][_0x49cc3c(0x28c)](_0x505d63,{'history':_0x5b4e53,'collaboration':_0xd84acc});}};function _0x449b(_0x4ee1eb,_0x2787b2){_0x4ee1eb=_0x4ee1eb-0x1a3;const _0x12521a=_0x1252();let _0x449bcf=_0x12521a[_0x4ee1eb];return _0x449bcf;}An=q([K(0x0,_0x13edf9(_0x4decc3)),K(0x1,_0x2e0827),K(0x2,_0x13edf9(_0x556b00))],An);let jn=class{constructor(_0x31474c,_0x12fd93){const _0x45f6e8=_0x392a75;this[_0x45f6e8(0x248)]=_0x31474c,this[_0x45f6e8(0x2b4)]=_0x12fd93;}[_0x392a75(0x21c)](_0x3ec77a){const _0x150609=_0x392a75;var _0x267f41;let _0x1a81d2=this[_0x150609(0x248)][_0x150609(0x270)](_0x391601),_0x37874b=(_0x267f41=_0x1a81d2[_0x150609(0x396)]())==null?[]:_0x267f41;if(_0x37874b['length']===0x0)return;let _0x58c181=_0x3ec77a[_0x150609(0x2df)],_0x518559=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x58c181,'actions':null,'textRanges':_0x37874b}}],_0x3357f5=this[_0x150609(0x2b4)][_0x150609(0x305)](_0x3ec77a,_0x518559);if(!_0x286f9e(_0x3357f5))throw _0x3357f5['error'];let _0xac0295=_0x3357f5[_0x150609(0x1f7)][0x0]['params'][_0x150609(0x325)];Array[_0x150609(0x3a8)](_0xac0295)&&_0xac0295[_0x150609(0x2a5)]&&_0x1a81d2['replaceDocRanges'](_0xac0295,{'unitId':_0x58c181,'subUnitId':_0x58c181},!0x1);}};jn=q([K(0x0,_0x13edf9(_0x4decc3)),K(0x1,_0x2e0827)],jn);let Mn=class extends _0x20ff58{constructor(_0x2153e1,_0x27589b,_0x5cece4,_0x30f503,_0x24c56c,_0x42f538,_0x3f06a6){const _0x41e868=_0x392a75;super(),this[_0x41e868(0x361)]=_0x2153e1,this['_docTransformIMECacheService']=_0x27589b,this['_docTransformStateCacheService']=_0x5cece4,this['_docTransformSelectionsService']=_0x30f503,this['_docSyncEditingCollabCursorService']=_0x24c56c,this[_0x41e868(0x29f)]=_0x42f538,this['_localeService']=_0x3f06a6,G(this,_0x41e868(0x2f5),new _0xd9ac59(_0x21b797[_0x41e868(0x39b)])),this[_0x41e868(0x242)]();}[_0x392a75(0x242)](){this['disposeWithMe'](this['_collaborationController']['entityInit$']['subscribe'](_0x5d72e4=>{const _0x59ef5b=_0x449b;_0x5d72e4 instanceof _0x25f7c1&&_0x5d72e4['addHandlerCallback']({'onTransformIME':_0x46b311=>this[_0x59ef5b(0x1c3)][_0x59ef5b(0x347)](_0x46b311),'onTransformState':_0x1a383c=>this[_0x59ef5b(0x322)][_0x59ef5b(0x290)](_0x1a383c),'onTransformSelections':_0x6665e8=>this[_0x59ef5b(0x1b9)][_0x59ef5b(0x21c)](_0x6665e8),'onSyncEditingCollabCursor':_0x360f24=>this[_0x59ef5b(0x1c8)]['syncEditingCollabCursor'](_0x360f24),'onTransformRemoteChangesetByIMECache':_0x49bd38=>this['_docTransformIMECacheService'][_0x59ef5b(0x2de)](_0x49bd38),'onTransformRemoteChangesetByStateCache':_0x2ed63d=>this[_0x59ef5b(0x322)]['transformRemoteChangeset'](_0x2ed63d)});}));}};Mn=q([K(0x0,_0x13edf9(_0x57a70b)),K(0x1,_0x13edf9(kn)),K(0x2,_0x13edf9(An)),K(0x3,_0x13edf9(jn)),K(0x4,_0x13edf9(fn)),K(0x5,_0xe2975f),K(0x6,_0x13edf9(_0x2cad47))],Mn);let Nn=class extends _0x20ff58{constructor(_0x5e07c6,_0x14ce14,_0x24e6ee,_0x3a15c5){const _0x3a520b=_0x392a75;super(),this[_0x3a520b(0x248)]=_0x5e07c6,this[_0x3a520b(0x3b5)]=_0x14ce14,this[_0x3a520b(0x239)]=_0x24e6ee,this[_0x3a520b(0x397)]=_0x3a15c5,G(this,'_memberID',void 0x0),this['_init']();}[_0x392a75(0x1b8)](){const _0x4e8879=_0x392a75;this[_0x4e8879(0x2a3)](),this[_0x4e8879(0x3c0)](),this[_0x4e8879(0x2c9)](),this['_initUserListener']();}[_0x392a75(0x2a7)](){const _0xb149ff=_0x392a75;this[_0xb149ff(0x39f)](this[_0xb149ff(0x397)][_0xb149ff(0x2cc)]['subscribe'](_0x13872b=>{const _0x102af2=_0xb149ff;this['_memberID']=_0x13872b==null?void 0x0:_0x13872b[_0x102af2(0x319)];}));}[_0x392a75(0x2a3)](){const _0x39ac01=_0x392a75;let _0x2410b=_0x1f2636=>{const _0x2a1fc5=_0x449b;var _0x2cd8ed;this['_uploadLog'](_0x2a1fc5(0x3b1),_0x2a1fc5(0x21a)+_0x1f2636['message']+'\x20at\x20'+_0x1f2636['filename']+':'+_0x1f2636[_0x2a1fc5(0x214)]+':'+_0x1f2636[_0x2a1fc5(0x1ca)]+'\x0a'+(((_0x2cd8ed=_0x1f2636[_0x2a1fc5(0x3b1)])==null?void 0x0:_0x2cd8ed[_0x2a1fc5(0x37b)])||''));};window['addEventListener']('error',_0x2410b),this[_0x39ac01(0x39f)](()=>{const _0x110011=_0x39ac01;window[_0x110011(0x287)]('error',_0x2410b);});}[_0x392a75(0x3c0)](){const _0x347992=_0x392a75;let _0x3a5d28=_0x38fa5e=>{const _0x4b7b35=_0x449b;this['_uploadLog']('error','[Unhandled\x20Rejection]:\x20'+_0x38fa5e[_0x4b7b35(0x380)]);};window[_0x347992(0x3ae)]('unhandledrejection',_0x3a5d28),this[_0x347992(0x39f)](()=>{window['removeEventListener']('unhandledrejection',_0x3a5d28);});}[_0x392a75(0x2c9)](){const _0x29790c=_0x392a75;let _0x850836=this[_0x29790c(0x239)][_0x29790c(0x3b1)][_0x29790c(0x30b)](this[_0x29790c(0x239)]);this['_logService'][_0x29790c(0x3b1)]=(..._0xa9c171)=>{const _0x48d78b=_0x29790c;let _0x191f30=_0xa9c171[_0x48d78b(0x21d)](_0x16817f=>_0x16817f instanceof Error?_0x16817f[_0x48d78b(0x215)]+'\x0a'+_0x16817f['stack']:String(_0x16817f))['join']('\x20');this[_0x48d78b(0x2e6)]('error',_0x48d78b(0x302)+_0x191f30),_0x850836(..._0xa9c171);},this[_0x29790c(0x39f)](()=>{const _0x19dcd4=_0x29790c;this[_0x19dcd4(0x239)][_0x19dcd4(0x3b1)]=_0x850836;});}[_0x392a75(0x2e6)](_0xde8569,_0x200a99){const _0x2da6a6=_0x392a75;try{let _0x1a67be={'userId':this[_0x2da6a6(0x238)],'logLabel':_0xde8569,'content':_0x200a99};this['_httpService'][_0x2da6a6(0x300)](_0x2da6a6(0x210),{'body':_0x1a67be})[_0x2da6a6(0x338)](()=>{});}catch{}}};Nn=q([K(0x0,_0x13edf9(_0x4decc3)),K(0x1,_0x13edf9(_0x2fee98)),K(0x2,_0x4cd0b8),K(0x3,_0x13edf9(_0x95c018))],Nn);function Pn(_0x1862df){const _0xf97e71=_0x392a75;var _0x23d472,_0x25b2e8;let _0x121ee0=(_0x23d472=_0x1862df[_0xf97e71(0x303)])==null?void 0x0:_0x23d472[_0xf97e71(0x3a4)],_0x45d5c3=((_0x25b2e8=_0x1862df[_0xf97e71(0x303)])==null?void 0x0:_0x25b2e8[_0xf97e71(0x376)])||0x0;return _0x121ee0===_0x42dd59[_0xf97e71(0x212)]&&_0x45d5c3>0x0;}function Fn(_0xf8c531){const _0x1b343b=_0x392a75;return _0xf8c531[_0x1b343b(0x2dc)]===_0x368132[_0x1b343b(0x1da)];}let Q=class extends _0x20ff58{constructor(_0x422735,_0x5ae29c,_0x42e114,_0x188f57,_0x393722,_0x3332c6,_0x36b7b2){const _0x48ac66=_0x392a75;super(),this[_0x48ac66(0x29f)]=_0x422735,this['_commandService']=_0x5ae29c,this[_0x48ac66(0x355)]=_0x42e114,this[_0x48ac66(0x3b5)]=_0x188f57,this['_univerInstanceService']=_0x393722,this[_0x48ac66(0x239)]=_0x3332c6,this[_0x48ac66(0x35b)]=_0x36b7b2,G(this,_0x48ac66(0x3d9),null),G(this,_0x48ac66(0x3e0),0x0),G(this,_0x48ac66(0x32c),0x0),G(this,'_taskIds',[]),G(this,_0x48ac66(0x1a6),0x0),this[_0x48ac66(0x24e)]();}['_initCommandInterceptor'](){const _0x419a6b=_0x392a75;this[_0x419a6b(0x39f)](this[_0x419a6b(0x26f)][_0x419a6b(0x327)]((_0x3cd3d2,_0x36a3e9)=>{const _0x1c0f91=_0x419a6b;var _0x288cb4;if(_0x3cd3d2['id']!==_0x41430f['id'])return;let _0x3a3bd5=_0x3cd3d2[_0x1c0f91(0x25c)];if(this[_0x1c0f91(0x2bd)]((_0x288cb4=_0x3a3bd5['dirtyRanges'])==null?[]:_0x288cb4)&&!this[_0x1c0f91(0x22d)]())throw this[_0x1c0f91(0x36f)](_0x3cd3d2,_0x36a3e9),this[_0x1c0f91(0x2c8)](),new _0x5f439f();})),this[_0x419a6b(0x39f)](this[_0x419a6b(0x26f)]['onCommandExecuted']((_0x47b8a8,_0x2d3be8)=>{const _0x196ae3=_0x419a6b;if(_0x47b8a8['id']!==_0x325e4e['id'])return;let _0x531fcb=_0x47b8a8[_0x196ae3(0x25c)];if(Pn(_0x531fcb)){let _0x418475=_0x35c403();this[_0x196ae3(0x3ac)][_0x196ae3(0x2f4)](_0x418475),this[_0x196ae3(0x1e6)](_0x418475);}else{if(Fn(_0x531fcb)&&this[_0x196ae3(0x3ac)][_0x196ae3(0x2a5)]>0x0){let _0x2c9044=this[_0x196ae3(0x3ac)][_0x196ae3(0x276)]();this[_0x196ae3(0x1ba)](_0x2c9044);}}}));}[_0x392a75(0x28b)](){const _0x5262e2=_0x392a75;super[_0x5262e2(0x28b)](),this[_0x5262e2(0x315)](),this[_0x5262e2(0x3ac)]=[],this[_0x5262e2(0x32c)]=0x0,this[_0x5262e2(0x3e0)]=0x0,this[_0x5262e2(0x1a6)]=0x0;}async[_0x392a75(0x36f)](_0x10ecd7,_0x3a5679){const _0x39c950=_0x392a75;for(let _0x142818=0x0;_0x142818<0x1e;_0x142818++)try{if(await this[_0x39c950(0x3b0)](),this[_0x39c950(0x22d)]()){this[_0x39c950(0x243)](_0x10ecd7,_0x3a5679),this[_0x39c950(0x29f)][_0x39c950(0x2a1)]({'content':this[_0x39c950(0x35b)]['t'](_0x39c950(0x1b7)),'type':_0x2cde3b[_0x39c950(0x39d)]});return;}await new Promise(_0x5d7298=>{const _0x32a87f=_0x39c950;this[_0x32a87f(0x3d9)]=window[_0x32a87f(0x2fb)](_0x5d7298,0x3e8);});}catch(_0xfc532e){this[_0x39c950(0x239)][_0x39c950(0x3b1)](_0xfc532e);}this[_0x39c950(0x29f)][_0x39c950(0x2a1)]({'content':this[_0x39c950(0x35b)]['t'](_0x39c950(0x30c)),'type':_0x2cde3b['Error']});}['_applyCommand'](_0x528776,_0x31c4b6){const _0x9ceca=_0x392a75;try{this[_0x9ceca(0x26f)][_0x9ceca(0x293)](_0x528776['id'],_0x528776['params'],_0x31c4b6);}catch(_0x1e4a55){this[_0x9ceca(0x239)][_0x9ceca(0x3b1)](_0x1e4a55);}}[_0x392a75(0x2b2)](_0x36bdb0,_0x1334be){const _0x4d51db=_0x392a75;_0x1334be<this[_0x4d51db(0x1a6)]||(this['_lastResponseTimestamp']=_0x1334be,this[_0x4d51db(0x3e0)]=Number[_0x4d51db(0x27c)](_0x36bdb0[_0x4d51db(0x312)]),this[_0x4d51db(0x32c)]=Number['parseInt'](_0x36bdb0[_0x4d51db(0x313)]));}async[_0x392a75(0x1e6)](_0x3b952c){const _0x1b7630=_0x392a75;let _0x3c0509=Date['now']();try{var _0x501517,_0x175383;let _0xec9616=((_0x501517=this[_0x1b7630(0x355)][_0x1b7630(0x1ee)](_0x10c7b2))==null?void 0x0:_0x501517['startFormulaLimitUrl'])||_0x1b7630(0x37a),_0x268daf=(await this[_0x1b7630(0x3b5)]['post'](_0xec9616,{'body':JSON[_0x1b7630(0x20f)]({'taskId':_0x3b952c})}))[_0x1b7630(0x3de)];if(((_0x175383=_0x268daf[_0x1b7630(0x3b1)])==null?void 0x0:_0x175383['code'])!==_0x30ce4e['OK'])return;this[_0x1b7630(0x2b2)](_0x268daf[_0x1b7630(0x341)],_0x3c0509);}catch(_0x493c10){this[_0x1b7630(0x239)][_0x1b7630(0x3b1)](_0x493c10);}}async[_0x392a75(0x3b0)](_0x78719){const _0x2fd971=_0x392a75;let _0x16772f=Date[_0x2fd971(0x1a5)]();try{var _0x344fab,_0x30e086;let _0x2f5ee6=((_0x344fab=this[_0x2fd971(0x355)][_0x2fd971(0x1ee)](_0x10c7b2))==null?void 0x0:_0x344fab[_0x2fd971(0x2e9)])||_0x2fd971(0x1c5),_0x5c962e=_0x78719?_0x2f5ee6+_0x2fd971(0x39c)+encodeURIComponent(_0x78719):_0x2f5ee6,_0x5b5598=(await this['_httpService']['get'](_0x5c962e))[_0x2fd971(0x3de)];if(((_0x30e086=_0x5b5598[_0x2fd971(0x3b1)])==null?void 0x0:_0x30e086[_0x2fd971(0x3c2)])!==_0x30ce4e['OK'])return;this[_0x2fd971(0x2b2)](_0x5b5598['limitInfo'],_0x16772f);}catch(_0x1ab73f){this['_logService'][_0x2fd971(0x3b1)](_0x1ab73f);}}async[_0x392a75(0x1ba)](_0x138d99){const _0x1393a3=_0x392a75;let _0x5cb51d=Date['now']();try{var _0x4192ae,_0x4cffe8;let _0x42971c=((_0x4192ae=this[_0x1393a3(0x355)][_0x1393a3(0x1ee)](_0x10c7b2))==null?void 0x0:_0x4192ae['releaseFormulaLimitUrl'])||_0x1393a3(0x3cf),_0x19cd8d=(await this['_httpService'][_0x1393a3(0x300)](_0x42971c,{'body':JSON[_0x1393a3(0x20f)]({'taskId':_0x138d99})}))[_0x1393a3(0x3de)];if(((_0x4cffe8=_0x19cd8d[_0x1393a3(0x3b1)])==null?void 0x0:_0x4cffe8[_0x1393a3(0x3c2)])!==_0x30ce4e['OK'])return;this[_0x1393a3(0x2b2)](_0x19cd8d[_0x1393a3(0x341)],_0x5cb51d);}catch(_0x557523){this[_0x1393a3(0x239)][_0x1393a3(0x3b1)](_0x557523);}}[_0x392a75(0x22d)](){const _0x305c1d=_0x392a75;return this['_maxFormulaLimit']===0x0?!0x0:this[_0x305c1d(0x3e0)]-this[_0x305c1d(0x32c)]>0x0;}[_0x392a75(0x315)](){const _0x16eabb=_0x392a75;this[_0x16eabb(0x3d9)]&&(clearTimeout(this[_0x16eabb(0x3d9)]),this['_pollingInterval']=null);}['_showGuardMessage'](){const _0x1f78e8=_0x392a75;this[_0x1f78e8(0x29f)]['show']({'content':this[_0x1f78e8(0x35b)]['t'](_0x1f78e8(0x35c)),'type':_0x2cde3b[_0x1f78e8(0x33d)]});}[_0x392a75(0x2bd)](_0x4949c2){const _0x2ca715=_0x392a75;for(let _0x12f957 of _0x4949c2){let {unitId:_0x6205cd,sheetId:_0xef9943,range:_0x2057d7}=_0x12f957,_0x469595=this[_0x2ca715(0x224)]['getUnit'](_0x6205cd);if(!_0x469595)continue;let _0x481005=_0x469595[_0x2ca715(0x298)](_0xef9943);if(!_0x481005)continue;let _0x304822=_0x481005['getCellMatrix']();for(let _0x81156d=_0x2057d7[_0x2ca715(0x384)];_0x81156d<=_0x2057d7[_0x2ca715(0x25e)];_0x81156d++)for(let _0x4e306c=_0x2057d7['startColumn'];_0x4e306c<=_0x2057d7[_0x2ca715(0x2cb)];_0x4e306c++){let _0x2e7f82=_0x304822[_0x2ca715(0x3cc)](_0x81156d,_0x4e306c);if(_0x2e7f82&&(_0x1b0724(_0x2e7f82['f'])||_0x2c094f(_0x2e7f82['si'])))return!0x0;}}return!0x1;}};Q=q([K(0x0,_0x13edf9(_0xe2975f)),K(0x1,_0x338dbd),K(0x2,_0x3b56ca),K(0x3,_0x13edf9(_0x2fee98)),K(0x4,_0x5c7755),K(0x5,_0x4cd0b8),K(0x6,_0x13edf9(_0x2cad47))],Q);let In=class extends _0x20ff58{constructor(_0x3ec221,_0x22df7c,_0x42504a){const _0x283219=_0x392a75;super(),this[_0x283219(0x355)]=_0x3ec221,this[_0x283219(0x3a3)]=_0x22df7c,this[_0x283219(0x32f)]=_0x42504a,G(this,_0x283219(0x288),new Map()),G(this,_0x283219(0x1c4),new Map()),G(this,_0x283219(0x2f2),!0x1);}[_0x392a75(0x1fd)](){const _0x3f2e34=_0x392a75;this[_0x3f2e34(0x2f2)]=!0x0;}[_0x392a75(0x2a4)](){const _0x1c5085=_0x392a75;this[_0x1c5085(0x2f2)]=!0x1;}get[_0x392a75(0x2a9)](){const _0x3332a0=_0x392a75;return this[_0x3332a0(0x1c4)];}[_0x392a75(0x28b)](){const _0x2902ad=_0x392a75;this['exhaustSavingTask']()['then'](()=>super[_0x2902ad(0x28b)]());}async['loadOfflineData'](_0x475517){const _0x349af1=_0x392a75;return this[_0x349af1(0x2f2)]?null:this[_0x349af1(0x3a3)]['getItem'](_0x41e692(_0x475517));}async[_0x392a75(0x3b8)](_0x3cd045,_0x30cd6f){const _0x10b148=_0x392a75;return!!this[_0x10b148(0x3a3)][_0x10b148(0x344)](_0x41e692(_0x3cd045),_0x30cd6f);}async['backupOfflineData'](_0x3dff64,_0x2dac7a){const _0x112412=_0x392a75;var _0x5be620;let _0x37f845=(_0x5be620=this[_0x112412(0x288)][_0x112412(0x270)](_0x3dff64))==null?await this[_0x112412(0x3a3)][_0x112412(0x3d2)](_0x41e692(_0x3dff64)):_0x5be620;if(!_0x37f845)return;let _0x525801=Date[_0x112412(0x1a5)](),_0x28c3b=new Date(_0x525801)[_0x112412(0x3bd)]();await this[_0x112412(0x3a3)]['setItem'](_0x41e692(_0x3dff64)+_0x112412(0x269)+_0x525801,{'reason':_0x2dac7a,'createdAt':_0x28c3b,'data':_0x37f845});}['updateOfflineData'](_0x2e1eae,_0x343a3e,_0x575e68,_0x25159b){const _0x815c37=_0x392a75;let _0x220963=this['_revisionService'][_0x815c37(0x39a)](_0x2e1eae);this[_0x815c37(0x288)]['set'](_0x2e1eae,{'unitID':_0x2e1eae,'type':_0x343a3e,'awaitingChangeset':_0x575e68,'mutations':_0x25159b,'rev':_0x220963}),this[_0x815c37(0x1c4)][_0x815c37(0x36e)](_0x2e1eae)||this['_scheduleSaving'](_0x2e1eae);}[_0x392a75(0x28a)](_0x2303b0){const _0x377b97=_0x392a75;let _0x37297e=this[_0x377b97(0x39e)]();_0x37297e===0x0?this['_saveCache'](_0x2303b0):this[_0x377b97(0x1c4)][_0x377b97(0x3b9)](_0x2303b0,setTimeout(()=>this['_saveCache'](_0x2303b0),_0x37297e));}[_0x392a75(0x39e)](){const _0x3e46bf=_0x392a75;var _0x182f91;return(_0x182f91=this['_configService'][_0x3e46bf(0x1ee)](_0x108427))==null?_0x23e32b:_0x182f91;}[_0x392a75(0x22f)](_0xbf1e2b){const _0x556ad1=_0x392a75;let _0x53e291=this[_0x556ad1(0x1c4)][_0x556ad1(0x270)](_0xbf1e2b);return _0x53e291!==void 0x0&&window[_0x556ad1(0x23e)](_0x53e291),this[_0x556ad1(0x3a3)][_0x556ad1(0x344)](_0x41e692(_0xbf1e2b),this[_0x556ad1(0x288)][_0x556ad1(0x270)](_0xbf1e2b))[_0x556ad1(0x240)](()=>this[_0x556ad1(0x1c4)]['delete'](_0xbf1e2b));}async[_0x392a75(0x202)](){const _0x1604a5=_0x392a75;let _0x131818=[];this['_saveTaskMap'][_0x1604a5(0x365)]((_0x150097,_0x1624af)=>{const _0x2456ae=_0x1604a5;window[_0x2456ae(0x23e)](_0x150097),_0x131818[_0x2456ae(0x2f4)](this[_0x2456ae(0x22f)](_0x1624af)[_0x2456ae(0x240)](()=>{const _0xe258ba=_0x2456ae;this[_0xe258ba(0x1c4)][_0xe258ba(0x250)](_0x1624af);}));}),await Promise[_0x1604a5(0x259)](_0x131818);}};In=q([K(0x0,_0x3b56ca),K(0x1,_0x2a3285),K(0x2,_0x13edf9(_0x18ade7))],In);var Ln=class extends _0x47ffee{constructor(){const _0x399d68=_0x392a75;super(),G(this,_0x399d68(0x3b4),void 0x0),this[_0x399d68(0x3b4)]=_0x4fc3aa(window,'popstate')[_0x399d68(0x1f6)](_0x5f111a(this[_0x399d68(0x218)]),_0x46e2a6({'bufferSize':0x1,'refCount':!0x0}),_0x16d043(void 0x0));}['setParam'](_0x353706,_0x1997c1,_0x28405d=!0x1){const _0x126b15=_0x392a75;let _0x3f719f=new URL(window['location']['href']);_0x3f719f[_0x126b15(0x3b2)][_0x126b15(0x3b9)](_0x353706,_0x1997c1),_0x28405d?window[_0x126b15(0x20c)][_0x126b15(0x3ce)]('','',_0x3f719f['toString']()):window['history']['pushState']('','',_0x3f719f[_0x126b15(0x21f)]());}['removeParam'](_0x136ef9,_0x44e9ab=!0x1){const _0x1ef97a=_0x392a75;let _0x3a0bea=new URL(window['location']['href']);_0x3a0bea[_0x1ef97a(0x3b2)][_0x1ef97a(0x250)](_0x136ef9),_0x44e9ab?window[_0x1ef97a(0x20c)]['replaceState']('','',_0x3a0bea[_0x1ef97a(0x21f)]()):window['history'][_0x1ef97a(0x2d1)]('','',_0x3a0bea[_0x1ef97a(0x21f)]());}[_0x392a75(0x1e0)](_0xbe8b19){const _0x56412a=_0x392a75;var _0xb66192;return(_0xb66192=new URL(window[_0x56412a(0x3ca)][_0x56412a(0x27f)])[_0x56412a(0x3b2)][_0x56412a(0x270)](_0xbe8b19))==null?void 0x0:_0xb66192;}};let $=class extends _0x5f4a3f{constructor(_0xb60052=on,_0x500356,_0x58de1b,_0xa08815){const _0x11087b=_0x392a75;super(),this[_0x11087b(0x236)]=_0xb60052,this[_0x11087b(0x1e8)]=_0x500356,this[_0x11087b(0x248)]=_0x58de1b,this['_configService']=_0xa08815;let {..._0x19d09c}=_0x1c04c4({},on,this[_0x11087b(0x236)]);this[_0x11087b(0x355)][_0x11087b(0x3d1)](_0x11087b(0x2e2),_0x19d09c);}[_0x392a75(0x3d0)](){const _0x5ec3c5=_0x392a75;this[_0x5ec3c5(0x374)](),this[_0x5ec3c5(0x1fb)]();}[_0x392a75(0x1fe)](){this['_registerRenderDependencies']();}[_0x392a75(0x374)](){const _0x1c4906=_0x392a75;var _0xdd5f6b;let _0x5d558d=[[ln],[Q],[nn,{'useClass':Ln}],[_0x21a141,{'useClass':_0x4c2e99}],[_0x368670,{'useClass':In}],[J],[Z],[X],[Y]];this[_0x1c4906(0x236)][_0x1c4906(0x377)]!==!0x1&&_0x5d558d[_0x1c4906(0x2f4)]([jn],[kn],[An],[fn],[Mn],[sn]),this['_config'][_0x1c4906(0x36a)]&&_0x5d558d[_0x1c4906(0x2f4)]([Nn]),_0x11d37d(this['_injector'],_0x131c21(_0x5d558d,(_0xdd5f6b=this[_0x1c4906(0x236)])==null?void 0x0:_0xdd5f6b[_0x1c4906(0x29a)]));}['_registerRenderDependencies'](){const _0x51a63f=_0x392a75;this['_config'][_0x51a63f(0x377)]!==!0x1&&this[_0x51a63f(0x39f)](this[_0x51a63f(0x1e8)]['registerRenderModule'](_0x12ddec[_0x51a63f(0x331)],[Sn])),this[_0x51a63f(0x39f)](this['_renderManagerService'][_0x51a63f(0x29b)](_0x12ddec['UNIVER_SHEET'],[wn])),this['disposeWithMe'](this['_renderManagerService']['registerRenderModule'](_0x12ddec[_0x51a63f(0x363)],[On]));}['_initDependencies'](){const _0xd574ab=_0x392a75;_0x21d03b(this[_0xd574ab(0x248)],[[X],[J],[Z],[Y],[Q]]),this[_0xd574ab(0x236)]['enableDocumentCollaborationUI']!==!0x1&&_0x21d03b(this[_0xd574ab(0x248)],[[Mn],[sn]]),this['_config'][_0xd574ab(0x36a)]&&_0x21d03b(this[_0xd574ab(0x248)],[[Nn]]);}};G($,_0x392a75(0x31f),_0x392a75(0x23c)),G($,_0x392a75(0x225),rn),G($,_0x392a75(0x390),an),$=q([_0x38329d(_0x537e55),K(0x1,_0x17c2eb),K(0x2,_0x13edf9(_0x4decc3)),K(0x3,_0x3b56ca)],$);let Rn=class extends _0xd45fa9{constructor(_0x292f40,_0x2a1253,_0x5ef0cc,_0x4228c7,_0x45702a){super(_0x292f40,_0x2a1253,_0x5ef0cc,_0x4228c7,_0x45702a);}async['createSocket'](_0x352eb4){const _0x5df4bc=_0x392a75;let _0x2777b9=await this[_0x5df4bc(0x30f)](),_0x4ba355=this['_createSocketURL'](_0x352eb4,_0x2777b9);return this[_0x5df4bc(0x1c1)](_0x4ba355);}['_createSocketURL'](_0x1255f9,_0x20d496){const _0x5ab7f5=_0x392a75;let _0x15e4f3=typeof window>'u'?new URL(_0x1255f9):new URL(_0x1255f9,window[_0x5ab7f5(0x3ca)][_0x5ab7f5(0x2c0)]);_0x15e4f3[_0x5ab7f5(0x3b2)][_0x5ab7f5(0x3b9)]('sessionTicket',_0x20d496);let _0x53d040=typeof window>'u'?new URLSearchParams():new URLSearchParams(window[_0x5ab7f5(0x3ca)]['search']);return _0x53d040[_0x5ab7f5(0x270)](_0x5ab7f5(0x1a7))&&_0x15e4f3[_0x5ab7f5(0x3b2)][_0x5ab7f5(0x3b9)]('runId',_0x53d040[_0x5ab7f5(0x270)](_0x5ab7f5(0x1a7))),_0x15e4f3[_0x5ab7f5(0x21f)]();}async['_getSessionTicket'](){const _0x45bae4=_0x392a75;var _0x31db2b,_0x530316,_0x42306a;let _0xae7466=this[_0x45bae4(0x355)][_0x45bae4(0x1ee)](_0x10c7b2),_0x21fe6a=(_0x31db2b=_0xae7466==null?void 0x0:_0xae7466[_0x45bae4(0x30e)])==null?_0x5c4165:_0x31db2b;return(_0x530316=(_0x42306a=(await this[_0x45bae4(0x3b5)]['get'](_0x21fe6a,{'headers':{'Content-Type':_0x45bae4(0x1f8)}}))['body'])==null?void 0x0:_0x42306a[_0x45bae4(0x383)])==null?'':_0x530316;}};Rn=q([K(0x0,_0x13edf9(_0x4decc3)),K(0x1,_0x13edf9(_0x2fee98)),K(0x2,_0x3b56ca),K(0x3,_0x4cd0b8),K(0x4,_0x36b03a)],Rn);let zn=class extends _0x20ff58{constructor(_0x211cd7,_0x1998d7,_0x496e35){const _0x1b23df=_0x392a75;super(),this[_0x1b23df(0x249)]=_0x211cd7,this['_httpService']=_0x1998d7,this['_configService']=_0x496e35;}async['runOnServer'](_0x48a01f,_0x231ac7,_0x232d6d,..._0x3916c9){const _0x4bc660=_0x392a75;var _0x403e99,_0x50a646,_0x13badc,_0x51bde9;let _0x298dba=this[_0x4bc660(0x249)][_0x4bc660(0x326)]();if(!_0x298dba)throw Error(_0x4bc660(0x1af));let _0x346923=((_0x403e99=this['_configService'][_0x4bc660(0x1ee)](_0x597d03))==null?_0x5ed597:_0x403e99)+'/'+_0x48a01f+_0x4bc660(0x2bc)+_0x231ac7,_0x3af8fa={'scriptId':_0x48a01f,'runId':(_0x50a646=new URL(window[_0x4bc660(0x3ca)][_0x4bc660(0x27f)])[_0x4bc660(0x3b2)][_0x4bc660(0x270)]('runId'))==null?'':_0x50a646,'function':_0x231ac7,'unitId':_0x298dba[_0x4bc660(0x3a6)](),'argsOfFunction':JSON[_0x4bc660(0x20f)](_0x3916c9),'invokeId':(_0x13badc=_0x232d6d[_0x4bc660(0x2a8)])==null?'':_0x13badc,'executionId':(_0x51bde9=_0x232d6d[_0x4bc660(0x359)])==null?'':_0x51bde9};try{let _0x89792b=await this[_0x4bc660(0x3b5)][_0x4bc660(0x300)](_0x346923,{'body':_0x3af8fa});return _0x89792b[_0x4bc660(0x3de)][_0x4bc660(0x3b1)]&&_0x89792b[_0x4bc660(0x3de)][_0x4bc660(0x3b1)]['code']!==_0x30ce4e['OK']?_0x4bc660(0x38b):_0x89792b[_0x4bc660(0x3de)]['result'];}catch{return _0x4bc660(0x38b);}}};zn=q([K(0x0,_0x5c7755),K(0x1,_0x13edf9(_0x2fee98)),K(0x2,_0x3b56ca)],zn);const Bn=0x7530,Vn='ACTIVE_UNIT_EVENT_CHANNEL';var Hn=class extends _0x20ff58{constructor(){const _0x3f3b07=_0x392a75;super(),G(this,_0x3f3b07(0x2cf),_0x35c403()),G(this,_0x3f3b07(0x373),new Set()),G(this,_0x3f3b07(0x284),new Map()),G(this,'_heartbeatTimer',null),G(this,'_clearOtherTimers',new Map()),G(this,_0x3f3b07(0x3c7),new Map()),this[_0x3f3b07(0x1b8)]();}['dispose'](){const _0x4f3b26=_0x392a75;super['dispose'](),this['_clearOtherTimers'][_0x4f3b26(0x365)]((_0x12b601,_0x47ec84)=>this['_removeClearOtherTimer'](_0x47ec84)),this[_0x4f3b26(0x32d)]&&window['clearInterval'](this['_heartbeatTimer']);}[_0x392a75(0x2a2)](_0x2cb6fc){const _0x659cc3=_0x392a75;return this[_0x659cc3(0x229)](_0x2cb6fc)[_0x659cc3(0x1f6)](_0x439347());}[_0x392a75(0x1bb)](_0x2df2fc){const _0x56c830=_0x392a75;this[_0x56c830(0x373)][_0x56c830(0x1b5)]===0x0&&this[_0x56c830(0x3da)](),this[_0x56c830(0x373)][_0x56c830(0x1cb)](_0x2df2fc),this[_0x56c830(0x2e1)]({'type':0x0,'memberID':this['_id'],'unitIDs':[_0x2df2fc],'isForwarded':!0x1});}[_0x392a75(0x333)](_0x4ec7a7){const _0x59d27e=_0x392a75;this[_0x59d27e(0x373)][_0x59d27e(0x250)](_0x4ec7a7),this[_0x59d27e(0x373)][_0x59d27e(0x1b5)]===0x0&&this[_0x59d27e(0x32d)]&&window[_0x59d27e(0x314)](this[_0x59d27e(0x32d)]);}['_init'](){const _0x8d0c08=_0x392a75;this[_0x8d0c08(0x39f)](_0x245507(_0x4fc3aa(window,_0x8d0c08(0x366))['subscribe'](_0x5da872=>{const _0x4eed6b=_0x8d0c08;if(_0x5da872['key']!==Vn||!_0x5da872[_0x4eed6b(0x38f)])return;let _0x590504=JSON['parse'](_0x5da872[_0x4eed6b(0x38f)]);this['_handleEvent'](_0x590504);}))),window[_0x8d0c08(0x3ae)]('unload',()=>this[_0x8d0c08(0x2e1)]({'type':0x1,'memberID':this[_0x8d0c08(0x2cf)],'unitIDs':Array[_0x8d0c08(0x233)](this[_0x8d0c08(0x373)])}));}['_handleEvent'](_0x5c705e){const _0x27fff2=_0x392a75;switch(_0x5c705e[_0x27fff2(0x1fa)]){case 0x0:this[_0x27fff2(0x1ed)](_0x5c705e);break;case 0x1:this[_0x27fff2(0x2aa)](_0x5c705e);break;case 0x2:this[_0x27fff2(0x1a4)](_0x5c705e);break;}}['_handleJoinEvent'](_0x4d87be){const _0x3cf9ad=_0x392a75;let {unitIDs:_0x55201e,memberID:_0xa408b8,isForwarded:_0x2f9b4c}=_0x4d87be;_0x55201e['forEach'](_0x14b97e=>{const _0xd254e8=_0x449b;if(!_0x2f9b4c&&this[_0xd254e8(0x284)][_0xd254e8(0x36e)](_0x14b97e)&&this[_0xd254e8(0x229)](_0x14b97e)[_0xd254e8(0x2f7)](_0x710c4d[_0xd254e8(0x278)]),!this['_unitOnClients']['has'](_0x14b97e)||!this[_0xd254e8(0x284)][_0xd254e8(0x270)](_0x14b97e)[_0xd254e8(0x36e)](_0xa408b8)){let _0x3cac9f=this[_0xd254e8(0x284)]['get'](_0x14b97e)||new Set();_0x3cac9f[_0xd254e8(0x1cb)](_0xa408b8),this['_unitOnClients'][_0xd254e8(0x3b9)](_0x14b97e,_0x3cac9f),this[_0xd254e8(0x33e)](_0xa408b8);}}),_0x2f9b4c||this[_0x3cf9ad(0x2e1)]({'type':0x0,'memberID':this[_0x3cf9ad(0x2cf)],'unitIDs':[...this[_0x3cf9ad(0x373)]],'isForwarded':!0x0});}['_scheduleClearOtherTimer'](_0x3afedc){const _0x22861b=_0x392a75;this[_0x22861b(0x231)](_0x3afedc);let _0x1dd830=window[_0x22861b(0x2fb)](()=>{const _0xc72ac6=_0x22861b;this[_0xc72ac6(0x284)][_0xc72ac6(0x365)](_0x1aa70c=>{const _0x326e15=_0xc72ac6;_0x1aa70c[_0x326e15(0x250)](_0x3afedc);});},Bn*0x2);this[_0x22861b(0x1db)]['set'](_0x3afedc,_0x1dd830);}[_0x392a75(0x231)](_0x25e0d3){const _0xe32ab5=_0x392a75;if(this[_0xe32ab5(0x1db)][_0xe32ab5(0x36e)](_0x25e0d3)){let _0x54ecfc=this['_clearOtherTimers'][_0xe32ab5(0x270)](_0x25e0d3);_0x54ecfc&&window[_0xe32ab5(0x23e)](_0x54ecfc),this['_clearOtherTimers'][_0xe32ab5(0x3b9)](_0x25e0d3,null);}}['_handleLeaveEvent'](_0x56fb09){const _0x49e9a0=_0x392a75;let {memberID:_0x238b15,unitIDs:_0x12c3fd}=_0x56fb09;_0x12c3fd[_0x49e9a0(0x365)](_0x4151fd=>{const _0x28a660=_0x49e9a0;var _0x5b7c39;let _0x4efb00=this['_unitOnClients'][_0x28a660(0x270)](_0x4151fd);_0x4efb00&&(_0x4efb00[_0x28a660(0x250)](_0x238b15),(_0x5b7c39=this[_0x28a660(0x229)](_0x4151fd))==null||_0x5b7c39['next'](_0x4efb00['size']===0x0?_0x710c4d[_0x28a660(0x2da)]:_0x710c4d[_0x28a660(0x278)]));}),this[_0x49e9a0(0x231)](_0x238b15);}['_handleHeartbeatEvent'](_0x2612c0){const _0x131e64=_0x392a75;this[_0x131e64(0x33e)](_0x2612c0[_0x131e64(0x319)]);}['_send'](_0x4336df){const _0x12677c=_0x392a75;localStorage[_0x12677c(0x344)](Vn,JSON[_0x12677c(0x20f)](_0x4336df));}[_0x392a75(0x3da)](){const _0x411a5f=_0x392a75;this['_heartbeatTimer']=window[_0x411a5f(0x309)](()=>{const _0x29bf98=_0x411a5f;this[_0x29bf98(0x2e1)]({'type':0x2,'memberID':this[_0x29bf98(0x2cf)]});},Bn);}[_0x392a75(0x229)](_0x5cbf9e){const _0x25786e=_0x392a75;return this['_unitStatus']['has'](_0x5cbf9e)||this[_0x25786e(0x3c7)][_0x25786e(0x3b9)](_0x5cbf9e,new _0xd9ac59(_0x710c4d[_0x25786e(0x2da)])),this[_0x25786e(0x3c7)][_0x25786e(0x270)](_0x5cbf9e);}};export{Rn as BrowserCollaborationSocketService,Y as CollaborationDataLoaderController,J as DesktopCollaborationStatusDisplayController,nn as IURLService,zn as RemoteUniscriptService,Cn as SheetCollabCursorShape,$ as UniverCollaborationClientUIPlugin,Hn as WebBrowserSingleActiveUnitService,Ln as WebURLService};
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};