@univerjs-pro/sheets-shape-ui 1.0.0-alpha.7 → 1.0.0-beta.0

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 (88) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/const.d.ts +1 -1
  62. package/lib/types/controllers/ui.controller.d.ts +1 -98
  63. package/lib/types/locale/en-US.d.ts +2 -10
  64. package/lib/types/menu/shape-context-menu.d.ts +7 -0
  65. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +1 -1
  66. package/lib/umd/index.js +1 -1
  67. package/lib/umd/locale/ar-SA.js +1 -1
  68. package/lib/umd/locale/ca-ES.js +1 -1
  69. package/lib/umd/locale/de-DE.js +1 -1
  70. package/lib/umd/locale/en-US.js +1 -1
  71. package/lib/umd/locale/es-ES.js +1 -1
  72. package/lib/umd/locale/fa-IR.js +1 -1
  73. package/lib/umd/locale/fr-FR.js +1 -1
  74. package/lib/umd/locale/id-ID.js +1 -1
  75. package/lib/umd/locale/it-IT.js +1 -1
  76. package/lib/umd/locale/ja-JP.js +1 -1
  77. package/lib/umd/locale/ko-KR.js +1 -1
  78. package/lib/umd/locale/pl-PL.js +1 -1
  79. package/lib/umd/locale/pt-BR.js +1 -1
  80. package/lib/umd/locale/ru-RU.js +1 -1
  81. package/lib/umd/locale/sk-SK.js +1 -1
  82. package/lib/umd/locale/vi-VN.js +1 -1
  83. package/lib/umd/locale/zh-CN.js +1 -1
  84. package/lib/umd/locale/zh-HK.js +1 -1
  85. package/lib/umd/locale/zh-TW.js +1 -1
  86. package/package.json +20 -20
  87. package/lib/types/views/ShapeOptions.d.ts +0 -26
  88. package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +0 -11
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x3901(){const _0x5c1c13=['clear','MEDIA','DrawingCommonPanel','CROSSHAIR','_adjHandlerPointerMove','_updateShapeAdjustControls','StraightConnector1','IUniverInstanceService','_loadShapePictureFill','asObservable','iterator','SELECTOR','getTransformer','_init','IconManager','824612kinpZb','getConnectionInfo','_shapeTextEditingService','SetDrawingApplyMutation','_handleConnectedEndpointMove','gdRefR','getDrawingOrder','_sheetCanvasPopManagerService','path','_setTransForm','_transformCalculateSrcRect','setSrcRect','ToggleSheetsShapeFlipCommand','formulaBinding','slice','_configService','animationEnabled','registerRenderModule','_baseWidth','close','div','discreteRangeToRange','_sheetSkeletonService','UniverProSheetsShapeUi','decorate','@univerjs/sheets-drawing','useState','_addShapeConnectorHandlerObjects','_calculateFreeEndpointAngle','@univerjs-pro/license','_createCopyInfoByRange','IUndoRedoService','_isShouldShowDrawingShapeAdjust','cos','_registerFocusChangeHandler','_initCommands','PREDEFINED_HOOK_NAME','interceptor','scene','_showConnectionSites','transformToDrawingPosition','computeConnectorResizeLayout','ISheetClipboardService','UniverCore','smartArt','getZoomRatio','flipY','ShapeFormulaService','_initSelection','_isOpenedShapeEditPanel','Observable','Large','MenuItemType','sectionCanvas','insertGroupObject','subscribeEvent','oKey','createShapeFormulaDocument','memo','OTHERS','_urlImageService','VIEW_MAIN_LEFT_TOP','REMOVE','OBJECT_LIST_FLOATING_SECTION_ID','createInternalEditorID','_baseShapeTop','DrawingTypeEnum','getSheetBySheetId','DrawingImageClipService','Injector','forwardRef','_drawSimpleText','rect','getDrawingSearch','useRef','isHit','selectable','function','Vector2','_getSceneAndTransformerByDrawingSearch','getCurrentScrollState','_currentConnectionTarget','object','multiply','error','_loadAndSetImage','_baseShapeLeft','RemoveSheetCommand','createControl$','ISidebarService','remove$','_drawRichText','_getOrCreateShapeModel','BehaviorSubject','table','fontSize','@univerjs/docs','_disposePopups','computeConnectorRouteLayout','_isImagePointerDown','_createControls','src','ShapeDefaultConfig','_menuManagerService','getOwnPropertyDescriptor','has','some','plainShapeTextToDocumentData','OPERATION','SHAPE_TEXT','ShapeArrowTypeEnum','resolveShapeTextDocumentRenderLayout','getBatchAddOp','targetShapeId','_attachConnectorObjectEvent','DocCanvasPopManagerService','_transform','defIds','buildShapeTextDataUpdate','_adjName','sectionFloating','ShapeTextFloatToolbar','_activeShapeId','_sheetPrintInterceptorService','_copyInfo','InsertShapeCommand','getConnectionRelation','svg','DocSelectionRenderService','filter','vertical','ShapeFloatingToolbar','unregister','getDrawingShapeKeyByDrawingSearch','@univerjs/core','scale','_clearConnectionSites','@univerjs-pro/shape-editor','worldPoints','RENDER_CLASS_TYPE','getObjectListPanelTypeName','startConnectionDetection','_contextService','getImageSourceCache','clip-','CopySheetCommand','isConnectorShape','UniverDocs','fill','ShapeFillEnum','call','sheets-shape-ui.toggleFlipV','width','getUnitType','_resetState','resetCursor','getUnitId','getSheetCommandTarget','sheets-shape-ui','getFocusDrawings','@univerjs-pro/sheets-shape','drawWith','ShapeArrowSizeEnum','size','SheetPrintInterceptorService','invert','getAdjustNames','isHighlighted','#4285f4','useObservable','create','_drawingRenderService','cancelEditing','#FFFFFF','_baseTop','popup','_iconManager','_isHighlighted','onDblclick$','14174970JWqvjz','_cxnIndex','updateDocumentStyle','horizontal','shape','displayName','shapeId','1.0.0-alpha.7','UpdateConnectorRelationCommand','disposeWithMe','getShapeTextRect','VIEW_MAIN','SHAPE_EDITOR_TRANSFORMER_CONFIG','Rect','onerror','PictureFill','LocaleService','sheets-shape-ui.objectListPanel.open','drawingType','DrawingApplyType','shapeKey','FromArray','SetSheetsShapeTextVerticalToggleCommand','push','ang','setShapeData','stringify','image-clip-adjust-point-','_insertShapes','UniverProShapeEditor','_drawShapeText','univer-box-border\x20univer-px-4\x20univer-text-sm','syncExecuteCommand','image','Circle','_clearShapeAdjustControls','updateConnectionDetection','SheetInterceptorService','_createShapeAdjustControls','replace','adjHandleSize','getShapeTextData','applyPoint','beforeCommandExecuted','set','activeSheet$','setOnSavingEditorData','getObjectListPanelLabels','getState','draw','ShapeTextFloatMenuRenderControllerBase','clearAdjustControls','_closeShapeEditPanel','sheetTransform','rotation','_renderManagerService','getSkeletonParam','_adjHandlerPointerUp','getDrawingOKey','UniverSheets','_formulaKey','_componentManager','highlighted','_formulaShapes','string','data','_sheetShapeAdjustController','[ShapeRender]\x20Failed\x20to\x20load\x20picture\x20fill\x20image','getDrawingPoints','InsertSheetsShapeMutation','fillImageSource','gradientEndColor','sheet.shape.picker.component','ShapeGroupEnum','_sidebarService','getPresentation','IMenuManagerService','_registerGroupFeaturePasteHook','refreshAdjustControls','delete','_isStartConnectorPoint','1427336rbMCIr','getValue','Documents','_isConnecting','_reset','worldPoint','disableShapeOption','getConnectionSiteList','UniverDocsUi','UniverProSheetsShape','DRAWING_IMAGE','render','React','sheet.operation.open-shape-object-list-panel','SetShapeDrawingDataCommand','getConnectorLinePoints','actualHeight','backward','_shapeRenderController','redo','attrs','_sheetDrawingService','angle','relation','use','getCurrentRangeDisable$','unitId','resolveShapeTextEditorBehaviorShapeData','_sheetPermissionCheckController','ImageSourceTypeEnum','getSelectedObjectMap','_executeConnectionCommand','translateWithPrecision','sheets-shape-ui.rotateLeft90','add','_initializedShapePopupMenu','36200rcslfN','update$','_activeAdjustInfo','from','complete','DocumentDataModel','with','react','_registerDrawingFocusChangeHandler','isCurvedConnectorShape','ShapePickerPanel','_registerIcons','_registerMoveHandler','SheetSkeletonService','_targetShapeId','setAdjustValueByName','version','tag','gdRefX','@univerjs/ui','formulaPresentation','FormulaShapeAnimationController','_shapes','transformByState','toPrimitive','video','register','computeStraightConnectorLayout','startArrow','onPointerMove$','none','dispose','prstGeom','changeShapeType','gdRefAng','_clipService','onStarting','_baseShapeWidth','_imageShapeClipController','_index','sheets-shape-text-','_registerDrawingMoveHandler','dataModel','UPDATE','sheetViewStartColumn','shouldAllowShapeTextEditorHostSizeShrink','presentationChanged$','lineShapeId','sheets-shape-ui.config','_initialize','RibbonInsertGroup','_executeResizeCommand','Inject','sheet.operation.close-sheet-shape-format-panel','copyType','abs','COPY_TYPE','ConnectorCoordinateTransform','_handleBasicShapeUpdateConnectorLineShape','clearAdjustValue','_attachAdjustEvent','_sheetsShapeService','_subUnitId','gdRefY','objects','extraProps','_updateTransform','_isDrawingShapePointDown','strokeWidth','getMatrix','_addShapeAdjustControl','Shape','sheets-shape-ui.deleteShape','_executeConnectedRouteResizeCommand','getInterceptPoints','defineProperty','colorChannel1','height','cxnIndex','idSuffix','sheets-shape-ui.permission.editErr','point','getParent','merge','panel','_cxtHandlerPointerUp','enableObjectsEvent','assign','attachRangeWithCoord','routeConnectorLineShape','LEFT','clip','#bcbcbc','rxjs','children','shapeModel','onPointerUp$','offsetY','getBasicShapeRotateBound','registerCommand','_sheetDrawingShapeRenderController','getShapeType','_getDrawingRect','getShapeModel','DRAWING_UNIT','univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-text-sm\x20univer-text-gray-500','getImage','visible','getShapePopupMenus','sheets-shape-ui.toggleTextVertical','UNIVER_DOC','isLineShape','Image','_registerImageShapeClipDelegate','getStartConnectInfo','@univerjs/docs-ui','GROUP','fillType','isRichText','_getShapeAdjustPointListById','chart','setCanUseShapeClip','ICommandService','DRAWING_CHART','localeService','doc','isRenderLinePointsMode','presentation','pluginName','onCommandExecuted','get','228FYkmhM','canvas','_getShapeAdjustInfosById','substring','left','subscribe','shapeData','getMenuHiddenObservable','_connectorObjects','changeEnd$','Module','srcRect','_drawingAddListener','_updateAdjustControlPositions','_activeImageId','getAdjustInfoByName','useEffect','_baseLeft','axisAlignSheetTransform','sin','_handleFreeEndpointPointerUp','sheet.shape.text.float-menu','_findNearestConnectionSite','_drawingManagerService','_moveConnectorWithShape','onSavingEditorData$','changing$','_sheetClipboardService','_config','resolveFormulaShapeAutoFitSize','endConnectionDetection','_highlightedSiteIndex','_formulaAnimation','9dHEkWH','CommandType','_currentUniverService','_draggingConnectorId','entries','_onSavingEditorData$','_sheetBasicShapeConnectionPointController','IContextService','useDependency','getShapeTypeById','amd','DependentOn','IMAGE_CLIP_SHAPE_PICKER_COMPONENT','_insertingShapeKeys','_getConnectionSiteAngle','DRAWING_SHAPE','trim','VIEW_MAIN_TOP','_sheetInterceptorService','adjustValues','Path','sheets-shape-ui.toggleFlipH','pushUndoRedo','transformForAngle','executeCommand','Plugin','SHAPE','ShapeIcon','DRAWING_TABLE','deriveStateFromActiveSheet$','TOP','@univerjs/sheets','Transform','UniverUi','isArray','VerticalAlign','Medium','DEFAULT_PASTE','index','_initCopyPaste','viewportScrollX','getTextStyle','addObject','Fragment','viewBound','marginTop','values','start','title','contentHeight','_shapeService','sheets-shape-ui.hidePanel','_initMenu','parse','constructor','keys','getCurrentUnitInfo','attachPopupToObject','touchDependencies','stroke','_initPrinting','SHEET_VIEWPORT_KEY','exports','intercept','259144MoZrkw','restore','getEndConnectInfo','cxnPointRadius','getCurrentLastSelection','_addControl','@univerjs/drawing','startY','updateLinePoints','fillImageSourceType','clone','initShapePopupMenu','UniverSheetsDrawingUi','SheetScrollManagerService','pipe','disableObjectsEvent','contentVerticalOffset','_generateCopyPasteMutations','None','shapeText','UniverLicensePlugin','DocumentSkeleton','_initEvents','_clearControls','generateRandomId','getDrawingByParam','buildClipPath','currentColor','isHitLine','cxnPointStroke','ShapeTextEditorContainer','preValue','getAdjustValueByName','@univerjs-pro/shape-editor-ui','setShapeProps','useFormulaShapeToolbar','toStringTag','_initEditingParams','UniverDrawing','_currentScene','_registerComponents','initTransformer','UniverSheetsShapeUIPlugin','_handleConnectorPointerUp','DRAWING_DOM','SetSheetsShapeRotateCommand','refreshShapeFillImage','onPointerDown$','CURSOR_TYPE','getShapeData','shape-adjust-point-','SHEET_SHAPE_UI_PLUGIN','_activeAdjustPointList','WorkbookEditablePermission','getObject','completeEditing','getObjectIncludeInGroup','_disposed','getUnit','_context','animateFormulaPresentation','sheetViewStartRow','_drawRichTextLayer','setPrstGeom','sheet.operation.open-sheet-shape-format-panel','_activeTargetShapeId','order','Line','_baseDrawingRect','getCurrentSkeleton','IDrawingManagerService','_activeShapeModel','ShapeLineTypeEnum','undo','end','_generatePasteMutations','FOCUSING_COMMON_DRAWINGS','_commandService','next','SheetSkeletonManagerService','useMemo','_getConnectPointInfo','clipByShape','removeLinePoints','getEditing','setCursor','round','univerjs-icon\x20univerjs-icon-','switchMap','description','setFillImage','RemoveSheetsShapeMutation','_hasReset','forEach','COMMAND','_initPermission','594282pdaVWl','getRealBound','UniverShapeEditorUIPlugin','setShouldShowAdjust','_drawingType','group','adjName','top','mask','URL','makeDirty','INSERT','shouldClipShapeTextDocument','ShapePickerDropdown','jsx','getTransformerByCreate','drawFormulaShapeAnimationLayers','SheetsShapeService','_connectionSiteObjects','map','transform','object-layers-icon','setConfig','SHEET_DOC_SHAPE_FLOATING_TOOLBAR_TOP_OFFSET','getCurrentTypeOfUnit$','indexOf','sheets-shape-ui.openPanel','toString','getObjectListPanelSectionIdForDrawingType','onTransformChange$','_baseShapeHeight','connection-site-','UpdateSheetsShapeDataMutation','includes','changeStart$','UniverInstanceType','_clearShapeConnectorHandlerObjects','_isStartAdjusting','ArrangeTypeEnum','_injector','parent','getShapeDataById','unsubscribe','@univerjs-pro/engine-shape','DRAWING_OBJECT_LAYER_INDEX','getActiveSheet','_sidebarDisposable','_cxtHandlerPointerMove','50jSSyCb','FOCUSING_SHAPE_TEXT_EDITOR','beginPath','calculate','renderDrawingShape','onRendered','_commandExecutedListener','#1a73e8','addClipboardHook','packageName','0\x200\x2016\x2016','_shapeId','length','getDrawingEditable','clearActiveDrawingObjects','_shapeEditPanelVersion','bind','setPresentation','UNIVER_SHEET','setFormulaPresentation','ShapeTypeEnum','symbol','worldRect','_groupCopyPasteController','hidden','_getZoomRatio','setContextValue','_focusedDrawings','skeleton','editingParams$','_clearPopups','activeAnObject','_initSheetChange','SheetsShapeUIMenuSchema','startX','focus$','_registerOperations','_getScrollInfo','_draw','_getImagePrstGeom','getTextModel','ComponentManager','_activeShapeInfo','CUT','UpdateLineShapeResizeCommand','_addShapeConnectorHandlerObject','localToWorld','_rerouteConnectorLine','url(#$1','value','save','stopPropagation','SetDrawingSelectedOperation','ISheetDrawingService','_editingParams$','IRenderManagerService','isEditing','adjHandleFill','find','_univerInstanceService','_activeShapeAdjustPointList','_shapeUpdateListener','updateContext','_props','registerFeaturePasteHook','[ShapeRender]\x20Failed\x20to\x20resolve\x20picture\x20fill\x20source','_executeConnectedRouteConnectionCommand','ancestorTransform','params','resize','_getShapeInfo','getDrawingVisible','1em','WorksheetEditPermission','open','Disposable','calcAdjValue','EMPTY','_lastEditingShapeKey','toDisposable','SetSheetDrawingCommand','reduce','setHighlighted','_findShapeAtPoint','M2\x204.75\x208\x201.8l6\x202.95L8\x207.7\x202\x204.75Z','flipX','getSkeleton','viewportScrollY','_shapeFormulaService','UniverSheetsUi','setEditing','_localeService','updateDocumentDataMargin','xlink:href','UniverProEngineShape','refreshFormulaPresentation','_updateImageAdjValues','_handleFreeEndpointMove','IURLImageService','SheetPermissionCheckController','ShapeModel','createElement','drawingId','HorizontalAlign','sheet.command.update-shape-data','4090674lHxVju','isInGroup','resourceCollector','prepareShapeTextDocumentData','Arrow','getBatchUpdateOp','_generateCutPasteMutations','@univerjs/engine-render','ObjectLayersIcon','type','offsetX','getRenderById','_applyFormulaAutoFitSize','blockExecuteWithoutPermission','custom','normalizeShapeTextModel','_createShapePopupMenu','getDrawingData','subUnitId','classType','DrawingRenderService','sheet.shape.floating-toolbar','SheetCanvasPopManagerService','_getImageDrawingInfo','isRender','endArrow','add$','registerFeatureMenuOffset','lineType','BUTTON','@univerjs/drawing-ui','name','DRAWING_VIDEO','jsxs','_unitId','_openShapeEditPanel','focusDrawing','getBentTypeFromPoints','_baseHeight','react/jsx-runtime'];_0x3901=function(){return _0x5c1c13;};return _0x3901();}function _0x45fb(_0x34db8f,_0x429791){_0x34db8f=_0x34db8f-0x1cc;const _0x390101=_0x3901();let _0x45fb2a=_0x390101[_0x34db8f];return _0x45fb2a;}(function(_0x34445c,_0x362e6b){const _0x22365b=_0x45fb,_0x332425=_0x34445c();while(!![]){try{const _0x250625=parseInt(_0x22365b(0x323))/0x1+-parseInt(_0x22365b(0x427))/0x2+-parseInt(_0x22365b(0x4ce))/0x3*(-parseInt(_0x22365b(0x44b))/0x4)+-parseInt(_0x22365b(0x283))/0x5*(-parseInt(_0x22365b(0x253))/0x6)+parseInt(_0x22365b(0x2ec))/0x7+-parseInt(_0x22365b(0x1f3))/0x8*(-parseInt(_0x22365b(0x4ef))/0x9)+-parseInt(_0x22365b(0x3d6))/0xa;if(_0x250625===_0x362e6b)break;else _0x332425['push'](_0x332425['shift']());}catch(_0x5e086a){_0x332425['push'](_0x332425['shift']());}}}(_0x3901,0xf154c),function(_0x204849,_0x91840d){const _0x25e093=_0x45fb;typeof exports==_0x25e093(0x375)&&typeof module<'u'?_0x91840d(exports,require('@univerjs/ui'),require('@univerjs-pro/engine-shape'),require('@univerjs-pro/shape-editor'),require('@univerjs-pro/sheets-shape'),require('@univerjs/core'),require('@univerjs/sheets'),require('@univerjs/drawing'),require('@univerjs/engine-render'),require('@univerjs/sheets-ui'),require('rxjs'),require('@univerjs-pro/shape-editor-ui'),require('@univerjs/drawing-ui'),require('react/jsx-runtime'),require('@univerjs-pro/license'),require('@univerjs/sheets-drawing-ui'),require('react'),require('@univerjs/sheets-drawing'),require('@univerjs/docs'),require('@univerjs/docs-ui')):typeof define==_0x25e093(0x370)&&define[_0x25e093(0x4f9)]?define([_0x25e093(0x1f1),_0x25e093(0x45e),_0x25e093(0x27e),_0x25e093(0x3ac),_0x25e093(0x3c3),_0x25e093(0x3a9),_0x25e093(0x1d2),_0x25e093(0x1f9),_0x25e093(0x2f3),'@univerjs/sheets-ui',_0x25e093(0x4a8),_0x25e093(0x214),_0x25e093(0x30a),_0x25e093(0x313),_0x25e093(0x340),'@univerjs/sheets-drawing-ui',_0x25e093(0x452),_0x25e093(0x33c),_0x25e093(0x383),_0x25e093(0x4be)],_0x91840d):(_0x204849=typeof globalThis<'u'?globalThis:_0x204849||self,_0x91840d(_0x204849[_0x25e093(0x33a)]={},_0x204849[_0x25e093(0x1d4)],_0x204849[_0x25e093(0x2e1)],_0x204849[_0x25e093(0x3f3)],_0x204849[_0x25e093(0x430)],_0x204849[_0x25e093(0x34e)],_0x204849[_0x25e093(0x411)],_0x204849[_0x25e093(0x219)],_0x204849['UniverEngineRender'],_0x204849[_0x25e093(0x2dc)],_0x204849[_0x25e093(0x4a8)],_0x204849['UniverProShapeEditorUi'],_0x204849['UniverDrawingUi'],_0x204849[_0x25e093(0x433)],_0x204849['UniverProLicense'],_0x204849[_0x25e093(0x1ff)],_0x204849[_0x25e093(0x433)],_0x204849['UniverSheetsDrawing'],_0x204849[_0x25e093(0x3b6)],_0x204849[_0x25e093(0x42f)]));}(this,function(_0x11b69c,_0xa9133b,_0x5b6709,_0x5a6548,_0x4eb2ab,_0x49d30a,_0x4fbea5,_0x510035,_0x40dd84,_0x100e66,_0x230aed,_0xa40d9e,_0xceb6c3,_0x208661,_0x9f095,_0x4c7223,_0x4ff626,_0x28a390,_0x2bba01,_0x31dab3){const _0x209063=_0x45fb;Object[_0x209063(0x496)](_0x11b69c,Symbol[_0x209063(0x217)],{'value':_0x209063(0x4d8)});function _0x7bb43(_0x184c86,_0x559e40){const _0x3a88bb=_0x209063;let _0x34fff7={};for(let _0x1ea294 of Object[_0x3a88bb(0x1ea)](_0x559e40)){let _0x247331=_0x559e40[_0x1ea294],_0x491242=_0x184c86[_0x1ea294];if(_0x247331!==void 0x0){if(_0x491242===void 0x0){_0x34fff7[_0x1ea294]=void 0x0;continue;}typeof _0x247331=='object'&&_0x247331&&!Array[_0x3a88bb(0x1d5)](_0x247331)&&typeof _0x491242=='object'&&_0x491242&&!Array[_0x3a88bb(0x1d5)](_0x491242)?_0x34fff7[_0x1ea294]=_0x7bb43(_0x491242,_0x247331):_0x34fff7[_0x1ea294]=_0x491242;}}return _0x34fff7;}let _0x39f376={'type':_0x49d30a['CommandType'][_0x209063(0x251)],'id':_0x209063(0x2eb),'handler':(_0x418ff4,_0x833116)=>{const _0x19e5a3=_0x209063;let _0x5dbe63=_0x418ff4[_0x19e5a3(0x4cd)](_0x4eb2ab[_0x19e5a3(0x264)]),{unitId:_0x2bf6b5,subUnitId:_0x587ef6,shapeType:_0x564bdc,shapeId:_0x2912d9,shapeData:_0x5ab0d8,oldShapeJSON:_0x5d7ca8}=_0x833116;if(!_0x5dbe63[_0x19e5a3(0x4b2)](_0x2bf6b5,_0x587ef6,_0x2912d9))return!0x1;let _0x5bd167=_0x418ff4[_0x19e5a3(0x4cd)](_0x49d30a[_0x19e5a3(0x4c5)]),_0x1adf76=_0x418ff4[_0x19e5a3(0x4cd)](_0x49d30a[_0x19e5a3(0x342)]),{oldShapeType:_0x4bc825,oldShapeData:_0x1b8257={}}=_0x5d7ca8,_0x41b4c2=_0x7bb43(_0x1b8257,_0x5ab0d8||{}),_0x4d0026={'id':_0x4eb2ab[_0x19e5a3(0x273)]['id'],'params':{'unitId':_0x2bf6b5,'subUnitId':_0x587ef6,'shapeId':_0x2912d9,'shapeType':_0x564bdc,'shapeData':_0x5ab0d8}},_0x344279={'id':_0x4eb2ab[_0x19e5a3(0x273)]['id'],'params':{'unitId':_0x2bf6b5,'subUnitId':_0x587ef6,'shapeId':_0x2912d9,'shapeType':_0x4bc825,'shapeData':_0x41b4c2}};return _0x5bd167['syncExecuteCommand'](_0x4d0026['id'],_0x4d0026[_0x19e5a3(0x2c7)])?(_0x1adf76[_0x19e5a3(0x505)]({'unitID':_0x2bf6b5,'undoMutations':[_0x344279],'redoMutations':[_0x4d0026]}),!0x0):!0x1;}};function _0x407767(_0x424776,_0x45284b,_0x449074,_0x357483,_0x302be7,_0x5cf8ba){const _0x30d48c=_0x209063;let _0x3502b3={'unitId':_0x45284b,'subUnitId':_0x449074,'shapeId':_0x357483,'shapeData':_0x5cf8ba,'oldShapeJSON':_0x302be7};return _0x424776[_0x30d48c(0x507)](_0x39f376['id'],_0x3502b3);}function _0x2583c5(_0x43557e,_0x2e9d7e,_0x49ce80,_0x51c577,_0xa0cdcc,_0x2359a6){const _0x39af62=_0x209063;let _0x2ffd6d={'unitId':_0x2e9d7e,'subUnitId':_0x49ce80,'shapeId':_0x51c577,'shapeData':_0x2359a6,'oldShapeJSON':_0xa0cdcc};return _0x43557e[_0x39af62(0x507)](_0x39f376['id'],_0x2ffd6d);}function _0x15400d(_0x31f8f6){'@babel/helpers - typeof';const _0x274cc0=_0x209063;return _0x15400d=typeof Symbol==_0x274cc0(0x370)&&typeof Symbol[_0x274cc0(0x31e)]==_0x274cc0(0x298)?function(_0x137c2a){return typeof _0x137c2a;}:function(_0x303cf6){const _0x174d20=_0x274cc0;return _0x303cf6&&typeof Symbol==_0x174d20(0x370)&&_0x303cf6[_0x174d20(0x1e9)]===Symbol&&_0x303cf6!==Symbol['prototype']?_0x174d20(0x298):typeof _0x303cf6;},_0x15400d(_0x31f8f6);}function _0x224c7e(_0x79031d,_0x5c8c42){const _0x4cb775=_0x209063;if(_0x15400d(_0x79031d)!=_0x4cb775(0x375)||!_0x79031d)return _0x79031d;var _0x46a9a6=_0x79031d[Symbol[_0x4cb775(0x463)]];if(_0x46a9a6!==void 0x0){var _0x36527c=_0x46a9a6[_0x4cb775(0x3b9)](_0x79031d,_0x5c8c42||'default');if(_0x15400d(_0x36527c)!=_0x4cb775(0x375))return _0x36527c;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x5c8c42===_0x4cb775(0x416)?String:Number)(_0x79031d);}function _0x275d4f(_0xab4ae3){const _0x56e20d=_0x209063;var _0x165c4d=_0x224c7e(_0xab4ae3,_0x56e20d(0x416));return _0x15400d(_0x165c4d)==_0x56e20d(0x298)?_0x165c4d:_0x165c4d+'';}function _0x28368a(_0x53f700,_0x538bfb,_0x23cade){return(_0x538bfb=_0x275d4f(_0x538bfb))in _0x53f700?Object['defineProperty'](_0x53f700,_0x538bfb,{'value':_0x23cade,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x53f700[_0x538bfb]=_0x23cade,_0x53f700;}function _0x35312a(_0x4119cb,_0x179963,_0x46f3d0){const _0x352c35=_0x209063;var _0x51bb2a;let _0x1be1a9=(0x0,_0xa40d9e[_0x352c35(0x442)])(_0x4119cb,{..._0x179963,'dataModel':{...(_0x51bb2a=_0x179963['dataModel'])==null?{}:_0x51bb2a,..._0x46f3d0?{'doc':_0x46f3d0}:null}}),_0xbda7eb=(0x0,_0xa40d9e['resolveShapeTextEditorWrapStrategy'])(_0x1be1a9);return{'clip':(0x0,_0xa40d9e[_0x352c35(0x25f)])(_0x1be1a9,_0xbda7eb),'wrapStrategy':_0xbda7eb};}var _0x642241=class extends _0x40dd84[_0x209063(0x492)]{constructor(_0x401f21,_0x17ba38){const _0x1bce8e=_0x209063;super(_0x401f21,_0x17ba38),_0x28368a(this,'_props',void 0x0),_0x28368a(this,'_formulaAnimation',new _0xa40d9e[(_0x1bce8e(0x460))](()=>this[_0x1bce8e(0x25d)](!0x0),()=>this[_0x1bce8e(0x2f8)]())),_0x28368a(this,_0x1bce8e(0x32d),!0x0),_0x28368a(this,_0x1bce8e(0x257),_0x49d30a[_0x1bce8e(0x365)][_0x1bce8e(0x4fe)]),_0x28368a(this,'isDrawingObject',!0x0),this[_0x1bce8e(0x2c2)]={..._0x17ba38},this[_0x1bce8e(0x4ee)]['setPresentation'](_0x17ba38[_0x1bce8e(0x45f)],_0x17ba38[_0x1bce8e(0x22f)]!==!0x1),this[_0x1bce8e(0x321)](),this['_applyFormulaAutoFitSize']();}[_0x209063(0x321)](){const _0x314450=_0x209063;this[_0x314450(0x270)][_0x314450(0x35a)](_0x1e9fcd=>{this['_updateSrcRectByTransform'](_0x1e9fcd);});}[_0x209063(0x232)](_0x13af58){const _0x3cccc4=_0x209063;this[_0x3cccc4(0x2c2)]['prstGeom']=_0x13af58;}[_0x209063(0x2dd)](_0x405061){const _0x3f8dce=_0x209063;this[_0x3f8dce(0x2c2)][_0x3f8dce(0x2bb)]=_0x405061,this[_0x3f8dce(0x25d)](!0x0);}['setFormulaPresentation'](_0x4c0872,_0x493f2c=!0x0){const _0x47bada=_0x209063;this['_formulaAnimation'][_0x47bada(0x294)](_0x4c0872,_0x493f2c),this[_0x47bada(0x2c2)][_0x47bada(0x45f)]=_0x4c0872,this[_0x47bada(0x2f8)](),this[_0x47bada(0x25d)](!0x0);}[_0x209063(0x2f8)](){const _0x4f4424=_0x209063;let _0x591290=this[_0x4f4424(0x2c2)][_0x4f4424(0x4aa)],_0x40dfb7=_0x591290['getShapeTextData'](),_0x18174a=(0x0,_0xa40d9e['normalizeShapeTextModel'])(_0x40dfb7==null?void 0x0:_0x40dfb7[_0x4f4424(0x475)]),_0x4606f4=_0x18174a==null?void 0x0:_0x18174a['doc'],_0x394852=this[_0x4f4424(0x4ee)]['getAutoFitPresentations']();if(!_0x4606f4||_0x394852[_0x4f4424(0x28f)]===0x0)return;_0x591290[_0x4f4424(0x2c1)]({'width':this['width'],'height':this[_0x4f4424(0x498)]});let _0x5e3a30=(0x0,_0xa40d9e[_0x4f4424(0x4eb)])({'documentData':_0x394852[_0x4f4424(0x266)](_0x5da123=>(0x0,_0x5a6548[_0x4f4424(0x35c)])(_0x4606f4,_0x5da123)),'height':this['height'],'shapeData':_0x591290[_0x4f4424(0x224)](),'textRect':_0x591290[_0x4f4424(0x3e0)]({'left':0x0,'top':0x0,'width':this['width'],'height':this[_0x4f4424(0x498)]}),'width':this[_0x4f4424(0x3bb)]});if(_0x5e3a30){var _0x3754b5;this[_0x4f4424(0x2c8)](_0x5e3a30[_0x4f4424(0x3bb)],_0x5e3a30[_0x4f4424(0x498)]),(_0x3754b5=this['getScene']())==null||(_0x3754b5=_0x3754b5[_0x4f4424(0x320)]())==null||_0x3754b5['debounceRefreshControls']();}}get[_0x209063(0x441)](){const _0xa20091=_0x209063;return this[_0xa20091(0x2c2)][_0xa20091(0x441)];}get[_0x209063(0x2fe)](){const _0x2ea507=_0x209063;return this[_0x2ea507(0x2c2)]['subUnitId'];}['_updateSrcRectByTransform'](_0x596d26){const _0x51aa3c=_0x209063;if(this[_0x51aa3c(0x2c2)][_0x51aa3c(0x4d9)]==null||!this[_0x51aa3c(0x32d)])return;let {width:_0x5b859c,height:_0x1e3358}=this,{width:_0x1949e0=0x0,height:_0x18ca78=0x0}=_0x596d26[_0x51aa3c(0x212)],{left:_0x33a055=0x0,top:_0x140072=0x0,right:_0x220401=0x0,bottom:_0xf0b607=0x0}=this[_0x51aa3c(0x2c2)][_0x51aa3c(0x4d9)],_0x586b56=_0x33a055,_0x2db230=_0x140072,_0x104316=_0x220401,_0xcc0209=_0xf0b607,_0x4d7576=!0x1;if(_0x1949e0!==0x0&&_0x1949e0!==_0x5b859c){let _0x1a45b2=_0x33a055/_0x1949e0,_0x5f2e62=_0x220401/_0x1949e0;_0x586b56=_0x5b859c*_0x1a45b2,_0x104316=_0x5b859c*_0x5f2e62,_0x4d7576=!0x0;}if(_0x18ca78!==0x0&&_0x18ca78!==_0x1e3358){let _0x2db832=_0x140072/_0x18ca78,_0x1d38d7=_0xf0b607/_0x18ca78;_0x2db230=_0x1e3358*_0x2db832,_0xcc0209=_0x1e3358*_0x1d38d7,_0x4d7576=!0x0;}_0x4d7576&&this['setSrcRect']({'left':_0x586b56,'top':_0x2db230,'right':_0x104316,'bottom':_0xcc0209});}[_0x209063(0x32e)](_0xdd26fe){const _0x6ca0b8=_0x209063;this[_0x6ca0b8(0x2c2)][_0x6ca0b8(0x4d9)]=_0xdd26fe,this['makeDirty'](!0x0);}[_0x209063(0x24d)](_0x3b3624){const _0x2f975b=_0x209063;this[_0x2f975b(0x2c2)][_0x2f975b(0x3f7)]=_0x3b3624,this[_0x2f975b(0x25d)](!0x0);}set[_0x209063(0x267)](_0x4375df){const _0x25b0a3=_0x209063;this[_0x25b0a3(0x397)]=_0x4375df;}get[_0x209063(0x267)](){const _0x53a5e0=_0x209063;this[_0x53a5e0(0x397)]||this[_0x53a5e0(0x32c)]();let _0x1b5f79=this[_0x53a5e0(0x397)][_0x53a5e0(0x1fd)]();return this[_0x53a5e0(0x506)](_0x1b5f79);}get['shapeModel'](){const _0x3b95a1=_0x209063;return this[_0x3b95a1(0x2c2)][_0x3b95a1(0x4aa)];}get[_0x209063(0x3dc)](){const _0x243aeb=_0x209063;return this[_0x243aeb(0x2c2)]['shapeId'];}get[_0x209063(0x2ff)](){const _0x16e699=_0x209063;return _0x40dd84[_0x16e699(0x3ae)][_0x16e699(0x1cd)];}['_draw'](_0x1494c,_0x2c9ee7,_0x404825,_0x1ce873){const _0x35daca=_0x209063;let _0x29c442=this[_0x35daca(0x2c2)][_0x35daca(0x4aa)];if(!_0x29c442||!_0x2c9ee7)return;let _0x3477e5=_0x404825==null?this[_0x35daca(0x3bb)]:_0x404825,_0x278d05=_0x1ce873==null?this['height']:_0x1ce873,_0x17d7ed={'shapeType':_0x29c442['getShapeType'](),'width':_0x3477e5,'height':_0x278d05},_0x3582d0={'renderMode':_0x5b6709['ShapeRenderModeEnum'][_0x35daca(0x503)],'oKey':this[_0x35daca(0x35b)],'image':this['_props']['image'],'angle':this[_0x35daca(0x43d)]};_0x29c442[_0x35daca(0x2c1)](_0x17d7ed),_0x1494c[_0x35daca(0x2b5)]();let _0x142b4d={'top':0x0,'left':0x0,'width':_0x3477e5,'height':_0x278d05};_0x29c442[_0x35daca(0x432)](_0x1494c,_0x142b4d,_0x3582d0),_0x1494c['restore']();let _0x3650d8=_0x29c442[_0x35daca(0x3ff)](),_0x136b50=_0x29c442['getShapeTextRect'](_0x142b4d),_0x1124eb=_0x29c442[_0x35daca(0x4ba)]();if(_0x3650d8&&_0x136b50&&!_0x1124eb){_0x1494c['save'](),this[_0x35daca(0x406)]()['flipX']&&_0x1494c[_0x35daca(0x3aa)](-0x1,0x1);let _0x4cba15=_0x3477e5/0x2,_0x16ba25=_0x278d05/0x2;_0x1494c['translate'](-_0x4cba15,-_0x16ba25),_0x1494c['beginPath'](),this[_0x35daca(0x3f4)](_0x1494c,_0x3650d8,_0x136b50),_0x1494c[_0x35daca(0x1f4)]();}}['getDrawingPoints'](_0x3c39c9){}['_drawShapeText'](_0x524c47,_0x24f024,_0x1875eb){const _0x383a44=_0x209063;var _0x66dbe1;this[_0x383a44(0x2c2)][_0x383a44(0x2bb)]||(!((_0x66dbe1=_0x24f024[_0x383a44(0x475)])!=null&&_0x66dbe1[_0x383a44(0x4c8)])&&'isRichText'in _0x24f024&&_0x24f024[_0x383a44(0x4c1)]===!0x1?this['_drawSimpleText'](_0x524c47,_0x24f024,_0x1875eb):this[_0x383a44(0x37e)](_0x524c47,_0x24f024,_0x1875eb));}[_0x209063(0x36a)](_0x8d2b8c,_0x1b336a,_0x49d94b){const _0x3ec430=_0x209063;var _0x44fb4b;this['_drawRichText'](_0x8d2b8c,{..._0x1b336a,'text':(_0x44fb4b=_0x1b336a['text'])==null?'':_0x44fb4b,'dataModel':{'doc':(0x0,_0xa40d9e[_0x3ec430(0x38e)])(_0x1b336a,_0x3ec430(0x473)+this[_0x3ec430(0x35b)])}},_0x49d94b);}['_drawRichText'](_0x17ff1d,_0x2fa589,_0x436cb6){const _0x5b8cec=_0x209063;(0x0,_0xa40d9e[_0x5b8cec(0x263)])(_0x17ff1d,this[_0x5b8cec(0x4ee)],(_0x323fbd,_0xd5b682)=>{const _0x5d4edf=_0x5b8cec;this[_0x5d4edf(0x231)](_0x323fbd,_0x2fa589,_0x436cb6,_0xd5b682);});}[_0x209063(0x231)](_0x13028d,_0x419d48,_0x5cdf08,_0x3da884){const _0x5cb14a=_0x209063;var _0x3efef1,_0x4190ea;let _0x29a701=this[_0x5cb14a(0x2c2)][_0x5cb14a(0x4c7)];if(!_0x419d48[_0x5cb14a(0x475)]||!_0x29a701)return;let _0x466ae7=(0x0,_0xa40d9e[_0x5cb14a(0x2fb)])(_0x419d48[_0x5cb14a(0x475)]);if(!_0x466ae7)return;let _0x3ce464=_0x466ae7[_0x5cb14a(0x4c8)];if(!_0x3ce464)return;let _0x2a1c55=(0x0,_0x5a6548[_0x5cb14a(0x35c)])(_0x3ce464,_0x3da884),_0x572e5c=(_0x3efef1=_0x466ae7['va'])==null?_0x49d30a[_0x5cb14a(0x1d6)][_0x5cb14a(0x1d1)]:_0x3efef1,_0x15fd40=(_0x4190ea=_0x466ae7['ha'])==null?_0x49d30a[_0x5cb14a(0x2ea)][_0x5cb14a(0x4a5)]:_0x4190ea,_0x380445=_0x35312a(this['_props'][_0x5cb14a(0x4aa)][_0x5cb14a(0x224)](),_0x419d48,_0x2a1c55),_0xb7d257=_0x419d48['isHorizontal'],_0x5e79d1=new _0x49d30a[(_0x5cb14a(0x450))]((0x0,_0xa40d9e[_0x5cb14a(0x2ef)])(_0x2a1c55,{'isHorizontal':_0xb7d257!==!0x1,'textRect':_0x5cdf08,'verticalAlign':_0x572e5c,'horizontalAlign':_0x15fd40,'wrapStrategy':_0x380445['wrapStrategy']})),_0x21bc78=new _0x40dd84['DocumentViewModel'](_0x5e79d1),_0x5e6ae8=_0x40dd84[_0x5cb14a(0x208)][_0x5cb14a(0x3cd)](_0x21bc78,_0x29a701);_0x5e6ae8[_0x5cb14a(0x286)]();let _0x614fb3=_0x5e6ae8['getActualSize']()[_0x5cb14a(0x437)],_0x512fcd=(0x0,_0xa40d9e[_0x5cb14a(0x392)])({'contentHeight':_0x614fb3,'verticalAlign':_0x572e5c,'viewportHeight':_0x5cdf08[_0x5cb14a(0x498)]});_0x5e79d1[_0x5cb14a(0x3d8)]({'pageSize':{'width':_0xb7d257===!0x1?_0x5cdf08['height']:_0x5cdf08[_0x5cb14a(0x3bb)],'height':_0x512fcd[_0x5cb14a(0x1e4)]}}),_0x5e79d1[_0x5cb14a(0x2df)]({'t':_0x512fcd[_0x5cb14a(0x1e0)]}),_0x5e6ae8[_0x5cb14a(0x286)]();let _0x5d6929=new _0x40dd84[(_0x5cb14a(0x429))]('shape-text-'+this['oKey'],_0x5e6ae8,{'pageMarginLeft':0x0,'pageMarginTop':0x0,'onTextFillImageLoaded':()=>this[_0x5cb14a(0x25d)](!0x0)});_0x5d6929[_0x5cb14a(0x2c8)](_0x5cdf08[_0x5cb14a(0x3bb)],_0x512fcd['contentHeight']),_0x13028d[_0x5cb14a(0x2b5)](),_0x13028d[_0x5cb14a(0x447)](_0x5cdf08[_0x5cb14a(0x4d2)],_0x5cdf08[_0x5cb14a(0x25a)]),_0x380445[_0x5cb14a(0x4a6)]&&(_0x13028d[_0x5cb14a(0x285)](),_0x13028d[_0x5cb14a(0x36b)](0x0,_0x512fcd['clipTop'],_0x5cdf08['width'],_0x512fcd['clipHeight']),_0x13028d[_0x5cb14a(0x4a6)]()),_0x512fcd[_0x5cb14a(0x203)]&&_0x13028d[_0x5cb14a(0x447)](0x0,_0x512fcd['contentVerticalOffset']),_0x5d6929[_0x5cb14a(0x407)](_0x13028d),_0x13028d[_0x5cb14a(0x1f4)](),_0x5d6929[_0x5cb14a(0x46a)](),_0x5e6ae8[_0x5cb14a(0x46a)](),_0x21bc78[_0x5cb14a(0x46a)](),_0x5e79d1['dispose']();}[_0x209063(0x432)](_0x11b311,_0x12be51,_0x4888fb=!0x1){const _0x77f5bd=_0x209063;if(!this['visible'])return this[_0x77f5bd(0x25d)](!0x1),this;let {width:_0xc42ee5,height:_0x4b578f,left:_0x2f2f3b,top:_0x2b6c5e}=this,_0x131bd7=this['getRealBound']();if(_0xc42ee5=_0x131bd7[_0x77f5bd(0x3bb)],_0x4b578f=_0x131bd7[_0x77f5bd(0x498)],_0x2f2f3b=_0x131bd7[_0x77f5bd(0x4d2)],_0x2b6c5e=_0x131bd7[_0x77f5bd(0x25a)],this[_0x77f5bd(0x304)](_0x12be51)){let {top:_0x5244be,left:_0x5e567e,bottom:_0x5d34bc,right:_0x5119ce}=_0x12be51[_0x77f5bd(0x1df)];if(_0xc42ee5+this[_0x77f5bd(0x48f)]+_0x2f2f3b<_0x5e567e||_0x5119ce<_0x2f2f3b||_0x4b578f+this[_0x77f5bd(0x48f)]+_0x2b6c5e<_0x5244be||_0x5d34bc<_0x2b6c5e)return this;}let _0x573b3c=_0x2f2f3b+_0xc42ee5/0x2,_0x471a27=_0x2b6c5e+_0x4b578f/0x2,_0x3bbf31=this[_0x77f5bd(0x267)][_0x77f5bd(0x490)]();if(this[_0x77f5bd(0x2c2)]['isEditing']){let _0x18a0a3=this[_0x77f5bd(0x406)](),_0x28c070=new _0x40dd84['Transform']();_0x28c070['composeMatrix']({..._0x18a0a3}),_0x3bbf31=_0x28c070[_0x77f5bd(0x490)]();}return _0x11b311['save'](),this[_0x77f5bd(0x2c2)][_0x77f5bd(0x4aa)][_0x77f5bd(0x4c9)]===!0x0||_0x11b311[_0x77f5bd(0x267)](_0x3bbf31[0x0],_0x3bbf31[0x1],_0x3bbf31[0x2],_0x3bbf31[0x3],_0x573b3c,_0x471a27),this['_draw'](_0x11b311,_0x12be51,_0xc42ee5,_0x4b578f),_0x11b311[_0x77f5bd(0x1f4)](),this[_0x77f5bd(0x25d)](!0x1),this;}['getInverseCoord'](_0x1723bf){const _0x1ac42d=_0x209063;let {left:_0x1d19cb,top:_0xa13a52,width:_0x1f0755,height:_0x2d23af}=this[_0x1ac42d(0x254)](),_0x16e08a=this[_0x1ac42d(0x267)][_0x1ac42d(0x490)](),_0x32e5a6=_0x1d19cb+_0x1f0755/0x2,_0xa9ed89=_0xa13a52+_0x2d23af/0x2,_0x26f342=new _0x40dd84[(_0x1ac42d(0x1d3))]([_0x16e08a[0x0],_0x16e08a[0x1],_0x16e08a[0x2],_0x16e08a[0x3],_0x32e5a6,_0xa9ed89]),_0x1f7b78=this[_0x1ac42d(0x49d)]();return(this[_0x1ac42d(0x2ed)]&&(_0x1f7b78==null?void 0x0:_0x1f7b78['classType'])===_0x40dd84[_0x1ac42d(0x3ae)]['GROUP']?_0x1f7b78['ancestorTransform'][_0x1ac42d(0x376)](_0x26f342):_0x26f342)[_0x1ac42d(0x3c8)]()[_0x1ac42d(0x400)](_0x1723bf);}[_0x209063(0x36e)](_0x519261){const _0x1ceffe=_0x209063;let {left:_0x1f5ff3,top:_0x364d5c,width:_0xbd01f6,height:_0x2120db}=this[_0x1ceffe(0x254)](),_0x3de6d5=_0x1f5ff3+_0xbd01f6/0x2,_0x17d0be=_0x364d5c+_0x2120db/0x2,_0x4189fb=this['transform'][_0x1ceffe(0x490)](),_0xbefebf=new _0x40dd84[(_0x1ceffe(0x1d3))]([_0x4189fb[0x0],_0x4189fb[0x1],_0x4189fb[0x2],_0x4189fb[0x3],_0x3de6d5,_0x17d0be]),_0x3d6f62=this[_0x1ceffe(0x49d)](),_0x3ef2c9=(this[_0x1ceffe(0x2ed)]&&(_0x3d6f62==null?void 0x0:_0x3d6f62[_0x1ceffe(0x2ff)])===_0x40dd84[_0x1ceffe(0x3ae)]['GROUP']?_0x3d6f62['ancestorTransform'][_0x1ceffe(0x376)](_0xbefebf):_0xbefebf)['invert']()[_0x1ceffe(0x400)](_0x519261),_0x7bb365=_0xbd01f6/0x2,_0x4d4e3d=_0x2120db/0x2,_0x511ba3=this[_0x1ceffe(0x2c2)][_0x1ceffe(0x4aa)];return _0x511ba3&&_0x511ba3[_0x1ceffe(0x4ba)]()?_0x511ba3[_0x1ceffe(0x20f)](_0x3ef2c9['x'],_0x3ef2c9['y'],_0xbd01f6,_0x2120db):_0x3ef2c9['x']>=-_0x7bb365-this[_0x1ceffe(0x48f)]/0x2&&_0x3ef2c9['x']<=_0x7bb365+this[_0x1ceffe(0x48f)]/0x2&&_0x3ef2c9['y']>=-_0x4d4e3d-this[_0x1ceffe(0x48f)]/0x2&&_0x3ef2c9['y']<=_0x4d4e3d+this[_0x1ceffe(0x48f)]/0x2;}[_0x209063(0x46a)](){const _0x2eb5ce=_0x209063;this[_0x2eb5ce(0x4ee)][_0x2eb5ce(0x46a)](),this[_0x2eb5ce(0x2c2)][_0x2eb5ce(0x4aa)]=null,super[_0x2eb5ce(0x46a)]();}},_0xa97e9e=class extends _0x40dd84[_0x209063(0x492)]{constructor(_0x2f859e,_0x46c39c){const _0x5ca532=_0x209063;super(_0x2f859e,_0x46c39c),_0x28368a(this,_0x5ca532(0x28e),null),_0x28368a(this,_0x5ca532(0x39a),null),_0x28368a(this,_0x5ca532(0x30e),null),_0x28368a(this,_0x5ca532(0x489),null),_0x46c39c&&this['setShapeProps'](_0x46c39c);}[_0x209063(0x36c)](){const _0x2d6e33=_0x209063;return{'unitId':this[_0x2d6e33(0x30e)],'subUnitId':this[_0x2d6e33(0x489)],'drawingId':this['_shapeId']};}[_0x209063(0x215)](_0x5e0e98){const _0xa3039b=_0x209063;_0x5e0e98[_0xa3039b(0x3dc)]!==void 0x0&&(this['_shapeId']=_0x5e0e98[_0xa3039b(0x3dc)]),_0x5e0e98[_0xa3039b(0x259)]!==void 0x0&&(this[_0xa3039b(0x39a)]=_0x5e0e98[_0xa3039b(0x259)]),_0x5e0e98[_0xa3039b(0x441)]!==void 0x0&&(this[_0xa3039b(0x30e)]=_0x5e0e98['unitId']),_0x5e0e98[_0xa3039b(0x2fe)]!==void 0x0&&(this[_0xa3039b(0x489)]=_0x5e0e98[_0xa3039b(0x2fe)]),this[_0xa3039b(0x462)]({'width':_0x5e0e98[_0xa3039b(0x3bb)],'height':_0x5e0e98[_0xa3039b(0x498)]});}[_0x209063(0x2a9)](_0xc26ece){const _0x1f7d6e=_0x209063;_0x40dd84['Circle'][_0x1f7d6e(0x3c4)](_0xc26ece,{'radius':_0x5b6709[_0x1f7d6e(0x389)][_0x1f7d6e(0x3fe)],'fill':_0x5b6709['ShapeDefaultConfig'][_0x1f7d6e(0x2bc)],'stroke':_0x5b6709['ShapeDefaultConfig']['adjHandleStroke'],'strokeWidth':0x1,'evented':!0x0});}};function _0x3cbe95(_0x4d4eff,_0x573670){return function(_0x1b7518,_0x39370e){_0x573670(_0x1b7518,_0x39370e,_0x4d4eff);};}function _0x276893(_0x319d71,_0x500e69,_0x18847a,_0x40935e){const _0x19530a=_0x209063;var _0x45623c=arguments['length'],_0x59abfb=_0x45623c<0x3?_0x500e69:_0x40935e===null?_0x40935e=Object[_0x19530a(0x38b)](_0x500e69,_0x18847a):_0x40935e,_0x3447b1;if(typeof Reflect=='object'&&typeof Reflect['decorate']=='function')_0x59abfb=Reflect[_0x19530a(0x33b)](_0x319d71,_0x500e69,_0x18847a,_0x40935e);else{for(var _0x2a8cad=_0x319d71['length']-0x1;_0x2a8cad>=0x0;_0x2a8cad--)(_0x3447b1=_0x319d71[_0x2a8cad])&&(_0x59abfb=(_0x45623c<0x3?_0x3447b1(_0x59abfb):_0x45623c>0x3?_0x3447b1(_0x500e69,_0x18847a,_0x59abfb):_0x3447b1(_0x500e69,_0x18847a))||_0x59abfb);}return _0x45623c>0x3&&_0x59abfb&&Object[_0x19530a(0x496)](_0x500e69,_0x18847a,_0x59abfb),_0x59abfb;}let _0x4fc7b5=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(_0x4ec986,_0x317a73,_0x59a54c,_0x4f1d16,_0x20c912,_0x4d445d){const _0xd03e38=_0x209063;super(),this['_drawingManagerService']=_0x4ec986,this['_sheetsShapeService']=_0x317a73,this[_0xd03e38(0x2de)]=_0x59a54c,this['_imageIoService']=_0x4f1d16,this[_0xd03e38(0x35f)]=_0x20c912,this[_0xd03e38(0x2db)]=_0x4d445d,_0x28368a(this,_0xd03e38(0x415),new Map()),this[_0xd03e38(0x3df)](this['_shapeFormulaService'][_0xd03e38(0x479)][_0xd03e38(0x4d3)](_0x2ccc33=>{const _0x79e59a=_0xd03e38;var _0x5c732b;(_0x5c732b=this[_0x79e59a(0x415)][_0x79e59a(0x4cd)](this[_0x79e59a(0x412)](_0x2ccc33[_0x79e59a(0x441)],_0x2ccc33[_0x79e59a(0x2fe)],_0x2ccc33[_0x79e59a(0x3dc)])))==null||_0x5c732b[_0x79e59a(0x250)](_0x3bb82a=>_0x3bb82a[_0x79e59a(0x296)](_0x2ccc33[_0x79e59a(0x4ca)],_0x2ccc33[_0x79e59a(0x333)]));})),this[_0xd03e38(0x3df)](this['_drawingManagerService'][_0xd03e38(0x37d)][_0xd03e38(0x4d3)](_0x1d4d72=>{const _0x39540b=_0xd03e38;_0x1d4d72[_0x39540b(0x250)](_0x561526=>{const _0x489e79=_0x39540b;this['_shapeFormulaService']['unregister']({'unitId':_0x561526[_0x489e79(0x441)],'subUnitId':_0x561526['subUnitId'],'shapeId':_0x561526[_0x489e79(0x2e9)]}),this['_formulaShapes']['delete'](this[_0x489e79(0x412)](_0x561526[_0x489e79(0x441)],_0x561526[_0x489e79(0x2fe)],_0x561526[_0x489e79(0x2e9)]));});}));}[_0x209063(0x287)](_0x1872ad,_0x340326,_0xa4a4ba){const _0x3b117b=_0x209063;let {transform:_0x1846ab,drawingType:_0x461e03,srcRect:_0x36ed5f,prstGeom:_0x1843c6,groupId:_0x2ba368,unitId:_0x329c09,subUnitId:_0x31cf64,drawingId:_0xb2561c,isMultiTransform:_0xabaef5,transforms:_0x4d5aa4,hidden:_0x10294d,selectable:_0x38bdbd}=_0x1872ad;if(_0x461e03!==_0x49d30a['DrawingTypeEnum'][_0x3b117b(0x4fe)]||!this[_0x3b117b(0x4e5)]['getDrawingVisible']()||_0x1846ab==null)return;let _0x58f689=this['_drawingManagerService'][_0x3b117b(0x290)]();_0x58f689&&_0x340326[_0x3b117b(0x21c)](_0xa40d9e[_0x3b117b(0x3e2)]);let _0xd07b03=_0xabaef5&&_0x4d5aa4?_0x4d5aa4:[_0x1846ab],_0x3ddc46=[];for(let _0x239580 of _0xd07b03){let {left:_0x4f2102,top:_0x1811f1,width:_0xb4dbb6,height:_0x11d945,angle:_0x50e1fb,flipX:_0x2e2502,flipY:_0x1e3b1c,skewX:_0x4e93c3,skewY:_0x2f82cd}=_0x239580,_0x76a5a=_0xd07b03['indexOf'](_0x239580),_0x24fddf=(0x0,_0x510035[_0x3b117b(0x3a8)])({'unitId':_0x329c09,'subUnitId':_0x31cf64,'drawingId':_0xb2561c},_0xabaef5?_0x76a5a:void 0x0),_0x5c7fc8=_0x340326[_0x3b117b(0x22b)](_0x24fddf);if(_0x5c7fc8!=null){let _0x219cfb={'unitId':_0x329c09,'subUnitId':_0x31cf64,'shapeId':_0xb2561c};_0x5c7fc8 instanceof _0x642241&&this[_0x3b117b(0x2e2)](_0x5c7fc8,_0x219cfb),_0x5c7fc8[_0x3b117b(0x462)]({'left':_0x4f2102,'top':_0x1811f1,'width':_0xb4dbb6,'height':_0x11d945,'angle':_0x50e1fb,'flipX':_0x2e2502,'flipY':_0x1e3b1c,'skewX':_0x4e93c3,'skewY':_0x2f82cd});continue;}let _0x5c5193=this[_0x3b117b(0x4e5)][_0x3b117b(0x329)](_0x329c09,_0x31cf64),_0x58108f=_0x5c5193[_0x3b117b(0x26c)](_0xb2561c);if(_0x340326[_0x3b117b(0x22b)](_0x24fddf)||!this[_0x3b117b(0x4e5)][_0x3b117b(0x2ca)]())continue;let _0x2c3c01=this['_sheetsShapeService'][_0x3b117b(0x4b2)](_0x329c09,_0x31cf64,_0xb2561c);if(!_0x2c3c01)continue;let _0x909470=(0x0,_0x5b6709['isConnectorShape'])(_0x2c3c01[_0x3b117b(0x4b0)]()),_0x2208fd=_0x2c3c01[_0x3b117b(0x224)]()[_0x3b117b(0x330)],_0x266187={'unitId':_0x329c09,'subUnitId':_0x31cf64,'shapeId':_0xb2561c};_0x2208fd&&this[_0x3b117b(0x2db)][_0x3b117b(0x465)](_0x266187,_0x2208fd);let _0x5e97f7=new _0x642241(_0x24fddf,{..._0x909470?{..._0x239580,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}:{..._0x239580},'zIndex':_0x58108f===-0x1?_0x5c5193['length']-0x1:_0x58108f,'shapeModel':_0x2c3c01,'localeService':this[_0x3b117b(0x2de)],'shapeId':_0xb2561c,'unitId':_0x329c09,'subUnitId':_0x31cf64,'visible':_0x10294d!==!0x0,'evented':_0x38bdbd!==!0x1,'formulaPresentation':_0x2208fd?this['_shapeFormulaService'][_0x3b117b(0x421)](_0x266187):void 0x0,'animateFormulaPresentation':(_0x2208fd==null?void 0x0:_0x2208fd[_0x3b117b(0x333)])!==!0x1});if(_0x2208fd){var _0x7177f;let _0x38adc9=this[_0x3b117b(0x412)](_0x329c09,_0x31cf64,_0xb2561c),_0x223eb2=(_0x7177f=this[_0x3b117b(0x415)][_0x3b117b(0x4cd)](_0x38adc9))==null?new Set():_0x7177f;_0x223eb2[_0x3b117b(0x449)](_0x5e97f7),this['_formulaShapes'][_0x3b117b(0x402)](_0x38adc9,_0x223eb2);}_0x340326[_0x3b117b(0x1dd)](_0x5e97f7,_0x40dd84['DRAWING_OBJECT_LAYER_INDEX']),_0x58f689&&_0x340326['attachTransformerTo'](_0x5e97f7),_0x2ba368&&(0x0,_0xceb6c3[_0x3b117b(0x359)])({'drawingId':_0x2ba368,'unitId':_0x329c09,'subUnitId':_0x31cf64},_0x5e97f7,_0x340326,this[_0x3b117b(0x4e5)]),_0x1843c6!=null&&_0x5e97f7['setPrstGeom'](_0x1843c6),_0x36ed5f!=null&&_0x5e97f7[_0x3b117b(0x32e)](_0x36ed5f);let _0x176568=this['_loadShapePictureFill'](_0x5e97f7,_0x2c3c01[_0x3b117b(0x224)]());if(_0x176568){var _0x18064d;_0xa4a4ba==null||(_0x18064d=_0xa4a4ba[_0x3b117b(0x2ee)])==null||_0x18064d['add'](_0x176568);}_0x3ddc46[_0x3b117b(0x3ed)](_0x5e97f7);}return _0x3ddc46;}[_0x209063(0x412)](_0x37947d,_0x20d3fd,_0x2629cc){return _0x37947d+'\x00'+_0x20d3fd+'\x00'+_0x2629cc;}[_0x209063(0x2e2)](_0x396abd,_0x1e29f0){const _0x17af01=_0x209063;let _0x21103e=this['_sheetsShapeService'][_0x17af01(0x4b2)](_0x1e29f0['unitId'],_0x1e29f0[_0x17af01(0x2fe)],_0x1e29f0['shapeId']),_0x3228e0=_0x21103e==null?void 0x0:_0x21103e[_0x17af01(0x224)]()[_0x17af01(0x330)],_0x179bde=this['_formulaKey'](_0x1e29f0['unitId'],_0x1e29f0[_0x17af01(0x2fe)],_0x1e29f0[_0x17af01(0x3dc)]);if(_0x3228e0){var _0x5ec6f3;this['_shapeFormulaService'][_0x17af01(0x465)](_0x1e29f0,_0x3228e0);let _0x2a2e20=(_0x5ec6f3=this['_formulaShapes'][_0x17af01(0x4cd)](_0x179bde))==null?new Set():_0x5ec6f3;_0x2a2e20['add'](_0x396abd),this[_0x17af01(0x415)][_0x17af01(0x402)](_0x179bde,_0x2a2e20);}else{var _0x90e1b2;this[_0x17af01(0x2db)][_0x17af01(0x3a7)](_0x1e29f0),(_0x90e1b2=this['_formulaShapes'][_0x17af01(0x4cd)](_0x179bde))==null||_0x90e1b2[_0x17af01(0x425)](_0x396abd);}_0x396abd[_0x17af01(0x296)](_0x3228e0?this[_0x17af01(0x2db)][_0x17af01(0x421)](_0x1e29f0):void 0x0,(_0x3228e0==null?void 0x0:_0x3228e0[_0x17af01(0x333)])!==!0x1);}[_0x209063(0x221)](_0x40884c){const _0x41b2e6=_0x209063;let _0x17b742=_0x40884c[_0x41b2e6(0x4aa)][_0x41b2e6(0x224)](),_0x55a841=_0x17b742[_0x41b2e6(0x3b7)];if(!_0x55a841||_0x55a841['fillType']!==_0x5b6709[_0x41b2e6(0x3b8)][_0x41b2e6(0x3e5)]||!_0x55a841['fillImageSource']){_0x40884c[_0x41b2e6(0x24d)](void 0x0);return;}this[_0x41b2e6(0x31c)](_0x40884c,_0x17b742);}[_0x209063(0x31c)](_0x4e9ac7,_0x3d0847){const _0x33f2aa=_0x209063;var _0x25036f;let _0xe7d57c=_0x3d0847[_0x33f2aa(0x3b7)];if(!_0xe7d57c||_0xe7d57c[_0x33f2aa(0x4c0)]!==_0x5b6709['ShapeFillEnum'][_0x33f2aa(0x3e5)]||!_0xe7d57c[_0x33f2aa(0x41c)])return;let _0x1b258f=_0xe7d57c[_0x33f2aa(0x41c)],_0x4bac00=(_0x25036f=_0xe7d57c[_0x33f2aa(0x1fc)])==null?_0x5b6709[_0x33f2aa(0x444)][_0x33f2aa(0x25c)]:_0x25036f,_0x37897d=this['_imageIoService'][_0x33f2aa(0x3b2)](_0x1b258f,_0x4bac00);if(_0x37897d){_0x4e9ac7['setFillImage'](_0x37897d);return;}return this[_0x33f2aa(0x378)](_0x4e9ac7,_0x1b258f,_0x4bac00);}async[_0x209063(0x378)](_0x28affb,_0x156bb8,_0x516357){const _0x5c39cb=_0x209063;let _0x4dfcf8;try{if(_0x516357===_0x5b6709[_0x5c39cb(0x444)]['UUID'])_0x4dfcf8=await this['_imageIoService'][_0x5c39cb(0x4b5)](_0x156bb8);else{if(_0x516357===_0x5b6709[_0x5c39cb(0x444)][_0x5c39cb(0x25c)])try{_0x4dfcf8=await this[_0x5c39cb(0x35f)][_0x5c39cb(0x4b5)](_0x156bb8);}catch{_0x4dfcf8=_0x156bb8;}else _0x4dfcf8=_0x156bb8;}}catch(_0x42fd16){console[_0x5c39cb(0x377)](_0x5c39cb(0x2c4),_0x42fd16);return;}await new Promise(_0x34e133=>{const _0x43543d=_0x5c39cb;let _0x347969=new window[(_0x43543d(0x4bb))]();_0x347969['onload']=()=>{const _0x20aa79=_0x43543d;this['_imageIoService']['addImageSourceCache'](_0x156bb8,_0x516357,_0x347969),_0x28affb[_0x20aa79(0x24d)](_0x347969),_0x34e133();},_0x347969[_0x43543d(0x3e4)]=()=>{const _0x1ca317=_0x43543d;console[_0x1ca317(0x377)](_0x1ca317(0x419),_0x156bb8),_0x34e133();},_0x347969[_0x43543d(0x388)]=_0x4dfcf8;});}};_0x4fc7b5=_0x276893([_0x3cbe95(0x0,_0x510035[_0x209063(0x239)]),_0x3cbe95(0x1,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x4eb2ab['SheetsShapeService'])),_0x3cbe95(0x2,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x49d30a['LocaleService'])),_0x3cbe95(0x3,_0x49d30a['IImageIoService']),_0x3cbe95(0x4,_0x49d30a[_0x209063(0x2e5)]),_0x3cbe95(0x5,(0x0,_0x49d30a['Inject'])(_0x5a6548[_0x209063(0x352)]))],_0x4fc7b5);let _0x54179a=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(_0x560c5a,_0x383015,_0x421787,_0x5e2be7,_0x49aa93,_0x3173b9){const _0x30fbbb=_0x209063;super(),this[_0x30fbbb(0x4e5)]=_0x560c5a,this[_0x30fbbb(0x488)]=_0x383015,this[_0x30fbbb(0x40d)]=_0x421787,this[_0x30fbbb(0x4af)]=_0x5e2be7,this['_univerInstanceService']=_0x49aa93,this[_0x30fbbb(0x240)]=_0x3173b9,_0x28368a(this,_0x30fbbb(0x39d),null),_0x28368a(this,_0x30fbbb(0x30e),null),_0x28368a(this,'_subUnitId',null),_0x28368a(this,_0x30fbbb(0x2bf),void 0x0),_0x28368a(this,_0x30fbbb(0x461),[]),_0x28368a(this,_0x30fbbb(0x379),0x0),_0x28368a(this,_0x30fbbb(0x364),0x0),_0x28368a(this,_0x30fbbb(0x470),0x0),_0x28368a(this,'_baseShapeHeight',0x0),_0x28368a(this,'_isStartAdjusting',!0x1),_0x28368a(this,_0x30fbbb(0x44d),void 0x0),_0x28368a(this,_0x30fbbb(0x23a),void 0x0),_0x28368a(this,_0x30fbbb(0x318),void 0x0),_0x28368a(this,_0x30fbbb(0x40f),void 0x0),_0x28368a(this,_0x30fbbb(0x343),!0x1),this[_0x30fbbb(0x453)](),this[_0x30fbbb(0x474)]();}[_0x209063(0x4c2)](_0x815a9f,_0x8e5f61,_0x285487){const _0x139c75=_0x209063;let _0x337a37=this['_sheetsShapeService'][_0x139c75(0x4b2)](_0x815a9f,_0x8e5f61,_0x285487);if(_0x337a37)return _0x337a37['getDrawingPoints']();}[_0x209063(0x409)](){const _0xb72df5=_0x209063;this[_0xb72df5(0x3f9)]();}[_0x209063(0x424)](){const _0x135ef0=_0x209063;this[_0x135ef0(0x319)](!0x0);}[_0x209063(0x256)](_0x411c1a){const _0x555885=_0x209063;this[_0x555885(0x343)]=_0x411c1a;}[_0x209063(0x4d0)](_0x120942,_0x40489a,_0x40843c,_0x3ed655){const _0x2a7a71=_0x209063;let _0x5b9097=this[_0x2a7a71(0x488)]['getShapeModel'](_0x120942,_0x40489a,_0x40843c);if(_0x5b9097)return _0x5b9097[_0x2a7a71(0x4dd)](_0x3ed655);}[_0x209063(0x3fc)](_0x5b9b01=!0x1){const _0x2a13ae=_0x209063;if(this[_0x2a13ae(0x30e)]===null||this[_0x2a13ae(0x489)]===null||this[_0x2a13ae(0x39d)]===null)return;let _0x57324d=this[_0x2a13ae(0x40d)][_0x2a13ae(0x2f7)](this['_unitId']);if(!_0x57324d||!_0x57324d[_0x2a13ae(0x451)](_0x100e66[_0x2a13ae(0x242)])[_0x2a13ae(0x238)]())return;let {scene:_0x1c393f}=_0x57324d,_0x310913={'unitId':this['_unitId'],'subUnitId':this[_0x2a13ae(0x489)],'drawingId':this[_0x2a13ae(0x39d)]},_0x349583=this[_0x2a13ae(0x4e5)][_0x2a13ae(0x20c)](_0x310913),{transform:_0x513a6d}=_0x349583;if(!_0x513a6d||_0x349583[_0x2a13ae(0x3e8)]!==_0x49d30a['DrawingTypeEnum']['DRAWING_SHAPE'])return;let {left:_0x2c0019,top:_0x443d61,width:_0x43105d,height:_0x2a1496,flipX:_0x19864c,flipY:_0x1fb0f3,angle:_0x397b5a=0x0}=_0x513a6d;if(_0x2c0019===void 0x0||_0x443d61===void 0x0)return;_0x5b9b01&&(this['_activeShapeAdjustPointList']=this[_0x2a13ae(0x4c2)](this['_unitId'],this[_0x2a13ae(0x489)],this[_0x2a13ae(0x39d)]));let _0x1e465a=this[_0x2a13ae(0x2bf)];for(let _0x5ee64c=0x0;_0x5ee64c<_0x1e465a[_0x2a13ae(0x28f)];_0x5ee64c++){let _0x2662fe=_0x1e465a[_0x5ee64c],_0x5483ca=_0x2662fe['x'],_0x1071ea=_0x2662fe['y'];if(_0x19864c&&(_0x5483ca=(_0x43105d||0x0)-_0x5483ca),_0x1fb0f3&&(_0x1071ea=(_0x2a1496||0x0)-_0x1071ea),_0x397b5a!==0x0){let _0x2728b6=(_0x43105d||0x0)/0x2,_0x1a4067=(_0x2a1496||0x0)/0x2,_0x27f4a4=_0x397b5a*Math['PI']/0xb4,_0x545d17=Math[_0x2a13ae(0x344)](_0x27f4a4),_0xd2e096=Math[_0x2a13ae(0x4e1)](_0x27f4a4),_0x5a6458=_0x5483ca-_0x2728b6,_0xef46a3=_0x1071ea-_0x1a4067;_0x5483ca=_0x2728b6+(_0x5a6458*_0x545d17-_0xef46a3*_0xd2e096),_0x1071ea=_0x1a4067+(_0x5a6458*_0xd2e096+_0xef46a3*_0x545d17);}let _0x48e965={'x':_0x5483ca,'y':_0x1071ea,'adjName':_0x2662fe[_0x2a13ae(0x259)]};this[_0x2a13ae(0x491)](_0x1c393f,_0x48e965,_0x48e965['adjName'],_0x2c0019,_0x443d61,this[_0x2a13ae(0x30e)],this[_0x2a13ae(0x489)]);}}['_updateShapeAdjustControls'](_0x4fed1e=!0x1){const _0x5d1d2c=_0x209063;_0x4fed1e&&(this[_0x5d1d2c(0x3f9)](),this[_0x5d1d2c(0x3fc)](_0x4fed1e));}['_addShapeAdjustControl'](_0x5c417d,_0x44b55b,_0x587b6c,_0x830790,_0x1c7974,_0x483987,_0xb8a841){const _0x4bda45=_0x209063;if(!this['_activeShapeId'])return;let _0x39618e=_0x5c417d[_0x4bda45(0x22b)](_0x4bda45(0x225)+this[_0x4bda45(0x39d)]+'-'+_0x587b6c);if(_0x39618e){_0x39618e[_0x4bda45(0x462)]({'left':_0x44b55b['x']+_0x830790-_0x5b6709[_0x4bda45(0x389)][_0x4bda45(0x3fe)],'top':_0x44b55b['y']+_0x1c7974-_0x5b6709[_0x4bda45(0x389)][_0x4bda45(0x3fe)]});return;}let _0x39d703={'left':_0x44b55b['x']+_0x830790-_0x5b6709[_0x4bda45(0x389)][_0x4bda45(0x3fe)],'top':_0x44b55b['y']+_0x1c7974-_0x5b6709[_0x4bda45(0x389)][_0x4bda45(0x3fe)],'adjName':_0x587b6c,'shapeId':this[_0x4bda45(0x39d)],'unitId':_0x483987,'subUnitId':_0xb8a841,'width':_0x5b6709[_0x4bda45(0x389)][_0x4bda45(0x3fe)]+0x8,'height':_0x5b6709[_0x4bda45(0x389)][_0x4bda45(0x3fe)]+0x8,'zIndex':_0x40dd84[_0x4bda45(0x27f)]+0x1,'evented':!0x0},_0x36d253=new _0xa97e9e(_0x4bda45(0x225)+this['_activeShapeId']+'-'+_0x587b6c,_0x39d703);this[_0x4bda45(0x461)]['push'](_0x36d253),this[_0x4bda45(0x487)](_0x36d253,_0x5c417d,_0x587b6c),_0x5c417d['addObject'](_0x36d253,_0x40dd84[_0x4bda45(0x27f)]+0x1);}[_0x209063(0x3f9)](){const _0xc853a4=_0x209063;this['_shapes'][_0xc853a4(0x28f)]!==0x0&&(this[_0xc853a4(0x461)]['forEach'](_0x1dadf5=>{const _0x40c993=_0xc853a4;_0x1dadf5[_0x40c993(0x46a)]();}),this[_0xc853a4(0x461)]=[]);}[_0x209063(0x4db)](){const _0x5499ea=_0x209063;this[_0x5499ea(0x3fc)]();}[_0x209063(0x2a8)](_0x1db63b,_0x4a67e0){const _0x274006=_0x209063;var _0x56882f;let _0x469202={'x':0x0,'y':0x0};if(!_0x1db63b||!_0x4a67e0)return _0x469202;let _0x94d9f9=this[_0x274006(0x40d)][_0x274006(0x2f7)](_0x1db63b);if(!_0x94d9f9||!_0x94d9f9[_0x274006(0x451)](_0x100e66['SheetSkeletonManagerService'])['getSkeleton'](_0x4a67e0))return _0x469202;let _0x386f49=_0x94d9f9[_0x274006(0x451)](_0x100e66[_0x274006(0x200)]),_0xe9151e=_0x386f49==null?void 0x0:_0x386f49['getCurrentScrollState']();if(!_0xe9151e)return _0x469202;let _0x6f048=(_0x56882f=this[_0x274006(0x2be)][_0x274006(0x22d)](_0x1db63b))==null?void 0x0:_0x56882f['getSheetBySheetId'](_0x4a67e0);if(!_0x6f048)return _0x469202;let _0x5ec706=(0x0,_0x100e66['getViewportByCell'])(_0xe9151e[_0x274006(0x230)],_0xe9151e[_0x274006(0x477)],_0x94d9f9[_0x274006(0x349)],_0x6f048);return _0x5ec706?{'x':_0x5ec706[_0x274006(0x1db)],'y':_0x5ec706[_0x274006(0x2da)]}:_0x469202;}[_0x209063(0x29c)](_0x424ba1,_0x425547){const _0x2bd719=_0x209063;var _0xc8f417,_0x46cdc5;let _0x1fbf15=(_0xc8f417=this[_0x2bd719(0x2be)][_0x2bd719(0x22d)](_0x424ba1))==null?void 0x0:_0xc8f417['getSheetBySheetId'](_0x425547);return(_0x46cdc5=_0x1fbf15==null?void 0x0:_0x1fbf15[_0x2bd719(0x350)]())==null?0x1:_0x46cdc5;}[_0x209063(0x487)](_0x2c2c09,_0x3012cf,_0x29b390){const _0x163dd4=_0x209063;this[_0x163dd4(0x3df)]((0x0,_0x49d30a['toDisposable'])(_0x2c2c09[_0x163dd4(0x222)][_0x163dd4(0x35a)]((_0x39f7f0,_0x5a8cd2)=>{const _0x4ef6c7=_0x163dd4;var _0x34efb7,_0x336bb6,_0x2f2b8a,_0x4aa4d4;let _0x4073f9=_0x2c2c09[_0x4ef6c7(0x36c)]();this['_activeAdjustInfo']=this[_0x4ef6c7(0x4d0)](_0x4073f9['unitId'],_0x4073f9['subUnitId'],_0x4073f9[_0x4ef6c7(0x2e9)],_0x29b390),this[_0x4ef6c7(0x23a)]=this['_sheetsShapeService'][_0x4ef6c7(0x4b2)](_0x4073f9[_0x4ef6c7(0x441)],_0x4073f9['subUnitId'],_0x4073f9[_0x4ef6c7(0x2e9)]);let _0x391c8f=this[_0x4ef6c7(0x4e5)][_0x4ef6c7(0x20c)]({'unitId':this['_unitId'],'subUnitId':this[_0x4ef6c7(0x489)],'drawingId':this['_activeShapeId']}),{transform:_0xb3d407}=_0x391c8f;if(_0xb3d407){let {left:_0x366847,top:_0x23e460,width:_0x1a2fd8,height:_0x38f85e}=_0xb3d407;this[_0x4ef6c7(0x379)]=_0x366847||0x0,this['_baseShapeTop']=_0x23e460||0x0,this['_baseShapeWidth']=_0x1a2fd8||0x0,this[_0x4ef6c7(0x271)]=_0x38f85e||0x0;}let _0x5108b0=!!((_0x34efb7=_0x391c8f['transform'])!=null&&_0x34efb7[_0x4ef6c7(0x2d8)]),_0x23f700=!!((_0x336bb6=_0x391c8f[_0x4ef6c7(0x267)])!=null&&_0x336bb6['flipY']),_0x44be95=((_0x2f2b8a=_0x391c8f[_0x4ef6c7(0x267)])==null?void 0x0:_0x2f2b8a[_0x4ef6c7(0x43d)])||0x0;this[_0x4ef6c7(0x278)]=!0x0,_0x3012cf[_0x4ef6c7(0x202)]();let _0x2e55be=(_0x4aa4d4=this['_activeShapeModel'])==null?void 0x0:_0x4aa4d4[_0x4ef6c7(0x213)](_0x29b390),_0x29ca4a={[_0x29b390]:_0x2e55be};this['_adjHandlerPointerMove']=_0x3012cf[_0x4ef6c7(0x468)]['subscribeEvent']((_0x12c064,_0x3e84c5)=>{const _0x2997d9=_0x4ef6c7;if(!this[_0x2997d9(0x278)])return;let {offsetX:_0x7a9009,offsetY:_0x2e0486}=_0x12c064,_0x2e9dfb=this[_0x2997d9(0x44d)];if(this[_0x2997d9(0x23a)]&&_0x2e9dfb){_0x3012cf['disableObjectsEvent'](),_0x3012cf[_0x2997d9(0x248)](_0x40dd84[_0x2997d9(0x223)][_0x2997d9(0x317)]);let _0x25331e={'left':0x0,'top':0x0,'width':this['_baseShapeWidth'],'height':this[_0x2997d9(0x271)]},_0x42711c=this[_0x2997d9(0x2a8)](this[_0x2997d9(0x30e)],this['_subUnitId']),_0x4420f1=this[_0x2997d9(0x29c)](this[_0x2997d9(0x30e)],this[_0x2997d9(0x489)]),_0x4fff96=_0x7a9009/_0x4420f1+_0x42711c['x']-this[_0x2997d9(0x379)],_0x2c9a57=_0x2e0486/_0x4420f1+_0x42711c['y']-this[_0x2997d9(0x364)];if(_0x44be95!==0x0){let _0x15cf3b=this['_baseShapeWidth']/0x2,_0x4b17f5=this[_0x2997d9(0x271)]/0x2,_0x17b01e=_0x44be95*Math['PI']/0xb4,_0x33413b=Math['cos'](_0x17b01e),_0x1ace90=Math[_0x2997d9(0x4e1)](_0x17b01e),_0x5d25b4=_0x4fff96-_0x15cf3b,_0x2d5772=_0x2c9a57-_0x4b17f5;_0x4fff96=_0x15cf3b+(_0x5d25b4*_0x33413b+_0x2d5772*_0x1ace90),_0x2c9a57=_0x4b17f5+(-_0x5d25b4*_0x1ace90+_0x2d5772*_0x33413b);}_0x5108b0&&(_0x4fff96=this[_0x2997d9(0x470)]-_0x4fff96),_0x23f700&&(_0x2c9a57=this['_baseShapeHeight']-_0x2c9a57);let _0xf69bbe={'x':_0x4fff96,'y':_0x2c9a57},_0x39e05f=this[_0x2997d9(0x23a)][_0x2997d9(0x2cf)](_0x25331e,_0xf69bbe,_0x2e9dfb,_0x5108b0,_0x23f700),_0x11c99b=_0x2e9dfb[_0x2997d9(0x45d)]||_0x2e9dfb[_0x2997d9(0x48a)]||_0x2e9dfb[_0x2997d9(0x46d)]||_0x2e9dfb['gdRefR'];if(_0x11c99b===void 0x0)return;this[_0x2997d9(0x23a)][_0x2997d9(0x45a)](_0x11c99b,_0x39e05f);let _0x3a1dc7=this[_0x2997d9(0x4e5)][_0x2997d9(0x20c)]({'unitId':_0x4073f9[_0x2997d9(0x441)],'subUnitId':_0x4073f9[_0x2997d9(0x2fe)],'drawingId':_0x4073f9['drawingId']});_0x3a1dc7&&(this[_0x2997d9(0x4af)][_0x2997d9(0x287)](_0x3a1dc7,_0x3012cf),this[_0x2997d9(0x2bf)]=this[_0x2997d9(0x4c2)](_0x4073f9[_0x2997d9(0x441)],_0x4073f9[_0x2997d9(0x2fe)],_0x4073f9[_0x2997d9(0x2e9)]),this[_0x2997d9(0x4db)]());}_0x3e84c5[_0x2997d9(0x2b6)]();}),this[_0x4ef6c7(0x40f)]=_0x3012cf['onPointerUp$']['subscribeEvent']((_0x420e9a,_0x116c75)=>{const _0x3b3937=_0x4ef6c7;this[_0x3b3937(0x318)][_0x3b3937(0x27d)](),this[_0x3b3937(0x40f)][_0x3b3937(0x27d)](),_0x3012cf[_0x3b3937(0x3be)]();let _0x4b62e8=this[_0x3b3937(0x44d)];if(_0x4b62e8){let _0x17e311=_0x4073f9[_0x3b3937(0x441)],_0x25920c=_0x4073f9['subUnitId'],_0x292adb=_0x4073f9[_0x3b3937(0x2e9)],_0x57a2fd=_0x4b62e8[_0x3b3937(0x45d)]||_0x4b62e8[_0x3b3937(0x48a)]||_0x4b62e8['gdRefAng']||_0x4b62e8[_0x3b3937(0x328)];if(_0x57a2fd!==void 0x0){var _0x14a965;let _0x46c9ac=(_0x14a965=this[_0x3b3937(0x23a)])==null?void 0x0:_0x14a965[_0x3b3937(0x213)](_0x57a2fd);_0x46c9ac!==void 0x0&&_0x407767(this[_0x3b3937(0x240)],_0x17e311,_0x25920c,_0x292adb,{'oldShapeData':{'adjustValues':_0x29ca4a}},{'adjustValues':{[_0x57a2fd]:_0x46c9ac}});}}this[_0x3b3937(0x44d)]=void 0x0,this['_activeShapeModel']=void 0x0,this[_0x3b3937(0x278)]=!0x1,_0x116c75[_0x3b3937(0x2b6)](),_0x3012cf[_0x3b3937(0x4a1)]();}),_0x5a8cd2['stopPropagation']();})));}[_0x209063(0x474)](){const _0x1b3d58=_0x209063;let _0x28560f=this[_0x1b3d58(0x2be)]['getCurrentTypeOfUnit$'](_0x49d30a['UniverInstanceType']['UNIVER_SHEET']);this[_0x1b3d58(0x3df)](_0x28560f[_0x1b3d58(0x201)]((0x0,_0x230aed[_0x1b3d58(0x24b)])(_0x500200=>_0x500200?_0x500200['activeSheet$'][_0x1b3d58(0x201)]((0x0,_0x230aed['switchMap'])(_0x497539=>{const _0x29f2e1=_0x1b3d58;if(!_0x497539)return _0x230aed['EMPTY'];let _0x8a18f4=_0x500200['getUnitId'](),_0x5779f8=this['_renderManagerService']['getRenderById'](_0x8a18f4),_0x59982f=_0x5779f8==null?void 0x0:_0x5779f8[_0x29f2e1(0x349)];return _0x59982f?(0x0,_0x230aed['of'])(_0x59982f):_0x230aed[_0x29f2e1(0x2d0)];})):_0x230aed[_0x1b3d58(0x2d0)]))[_0x1b3d58(0x4d3)](_0x518dad=>{const _0x22e598=_0x1b3d58;let _0x80a756=_0x518dad[_0x22e598(0x262)]();this[_0x22e598(0x3df)](_0x518dad[_0x22e598(0x468)][_0x22e598(0x35a)](()=>{this['_isShouldShowDrawingShapeAdjust'];})),this[_0x22e598(0x3df)](_0x80a756[_0x22e598(0x275)]['subscribe'](_0x1b9ff6=>{const _0xd7af8b=_0x22e598;let {objects:_0x48f94b}=_0x1b9ff6;this[_0xd7af8b(0x3fc)](),_0x48f94b!==null&&_0x48f94b[_0xd7af8b(0x3c6)]===0x1&&_0x48f94b[_0xd7af8b(0x1e1)]()['next']()[_0xd7af8b(0x2b4)]instanceof _0x642241&&this[_0xd7af8b(0x256)](!0x0);})),this[_0x22e598(0x3df)](_0x80a756['changing$']['subscribe'](()=>{const _0x1590e5=_0x22e598;this[_0x1590e5(0x343)]&&this[_0x1590e5(0x3f9)]();})),this[_0x22e598(0x3df)](_0x518dad['onPointerUp$'][_0x22e598(0x35a)](()=>{const _0x3e20f0=_0x22e598;this[_0x3e20f0(0x343)]&&(this['setShouldShowAdjust'](!0x1),this[_0x3e20f0(0x3fc)]());})),this['disposeWithMe'](_0x80a756[_0x22e598(0x4d7)][_0x22e598(0x4d3)](()=>{const _0x10d014=_0x22e598;this[_0x10d014(0x30e)]&&this['_subUnitId']&&this[_0x10d014(0x39d)]&&this[_0x10d014(0x4e5)][_0x10d014(0x20c)]({'unitId':this['_unitId'],'subUnitId':this[_0x10d014(0x489)],'drawingId':this[_0x10d014(0x39d)]})&&(this[_0x10d014(0x2bf)]=this[_0x10d014(0x4c2)](this['_unitId'],this[_0x10d014(0x489)],this['_activeShapeId']),this[_0x10d014(0x4db)]());}));}));}['_registerDrawingFocusChangeHandler'](){const _0x5e7b51=_0x209063;this[_0x5e7b51(0x3df)](this[_0x5e7b51(0x4e5)]['focus$']['subscribe'](_0xb429b4=>{const _0x206ad8=_0x5e7b51;if(_0xb429b4[_0x206ad8(0x28f)]===0x1){let _0x4067b9=_0xb429b4[0x0];if(_0x4067b9[_0x206ad8(0x3e8)]===_0x49d30a[_0x206ad8(0x365)]['DRAWING_SHAPE']){this[_0x206ad8(0x39d)]=_0x4067b9[_0x206ad8(0x2e9)];let {unitId:_0x3a6904,subUnitId:_0x7b3691}=_0x4067b9;this['_activeShapeAdjustPointList']=this['_getShapeAdjustPointListById'](_0x3a6904,_0x7b3691,this[_0x206ad8(0x39d)]),this[_0x206ad8(0x30e)]=_0x3a6904,this[_0x206ad8(0x489)]=_0x7b3691,this[_0x206ad8(0x3f9)](),this['_createShapeAdjustControls']();}else this['_activeShapeId']=null,this[_0x206ad8(0x2bf)]=void 0x0,this[_0x206ad8(0x30e)]=null,this[_0x206ad8(0x489)]=null,this[_0x206ad8(0x3f9)]();}(_0xb429b4['length']>0x1||_0xb429b4[_0x206ad8(0x28f)]===0x0)&&(this[_0x206ad8(0x39d)]=null,this['_activeShapeAdjustPointList']=void 0x0,this['_unitId']=null,this[_0x206ad8(0x489)]=null,this[_0x206ad8(0x3f9)]());})),this['disposeWithMe'](this[_0x5e7b51(0x4e5)][_0x5e7b51(0x44c)][_0x5e7b51(0x4d3)](_0x9079f2=>{const _0x349af7=_0x5e7b51;if(_0x9079f2[_0x349af7(0x28f)]===0x1){var _0x209e47;let _0x1b63b0=_0x9079f2[0x0];((_0x209e47=this[_0x349af7(0x4e5)]['getDrawingByParam'](_0x1b63b0))==null?void 0x0:_0x209e47[_0x349af7(0x3e8)])===_0x49d30a[_0x349af7(0x365)][_0x349af7(0x4fe)]&&this[_0x349af7(0x319)](!0x0);}})),this[_0x5e7b51(0x3df)](this[_0x5e7b51(0x4e5)][_0x5e7b51(0x37d)]['subscribe'](_0x50deaa=>{const _0x2fba60=_0x5e7b51;for(let _0x32a074 of _0x50deaa)this[_0x2fba60(0x39d)]===_0x32a074['drawingId']&&(this['_activeShapeId']=null,this[_0x2fba60(0x2bf)]=void 0x0,this['_unitId']=null,this[_0x2fba60(0x489)]=null,this[_0x2fba60(0x3f9)]());}));}};_0x54179a=_0x276893([_0x3cbe95(0x0,_0x510035[_0x209063(0x239)]),_0x3cbe95(0x1,(0x0,_0x49d30a['Inject'])(_0x4eb2ab[_0x209063(0x264)])),_0x3cbe95(0x2,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x40dd84[_0x209063(0x2ba)])),_0x3cbe95(0x3,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x4fc7b5)),_0x3cbe95(0x4,_0x49d30a['IUniverInstanceService']),_0x3cbe95(0x5,_0x49d30a['ICommandService'])],_0x54179a);let _0x2d736f={'id':'drawing.operation.set-drawing-active','type':_0x49d30a['CommandType'][_0x209063(0x38f)],'handler':(_0x4af4f6,_0x1f515b)=>{const _0x577004=_0x209063;let _0x72afcb=_0x4af4f6[_0x577004(0x4cd)](_0x510035['IDrawingManagerService']),_0x3ef45c=_0x4af4f6['get'](_0x40dd84[_0x577004(0x2ba)]),_0xef3961=_0x4af4f6[_0x577004(0x4cd)](_0x54179a);if(_0x1f515b==null)return!0x0;if(_0x1f515b[_0x577004(0x28f)]>0x0){var _0x2758c1;let _0x2d1026=(_0x2758c1=_0x3ef45c[_0x577004(0x2f7)](_0x1f515b[0x0][_0x577004(0x441)]))==null?void 0x0:_0x2758c1[_0x577004(0x349)];if(_0x2d1026){let {unitId:_0x423845,subUnitId:_0x267f2a,drawingId:_0x2b04f7}=_0x1f515b[0x0],_0x579552=(0x0,_0x510035['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x423845,'subUnitId':_0x267f2a,'drawingId':_0x2b04f7},void 0x0),_0x2ee236=_0x2d1026['getObjectIncludeInGroup'](_0x579552);if(_0x2ee236){var _0x55569f;(_0x55569f=_0x3ef45c[_0x577004(0x2f7)](_0x1f515b[0x0]['unitId']))==null||(_0x55569f=_0x55569f['scene']['getTransformer']())==null||_0x55569f[_0x577004(0x2a2)](_0x2ee236);}}_0x72afcb[_0x577004(0x310)](_0x1f515b),_0xef3961[_0x577004(0x256)](!0x1);}return!0x0;}},_0x454166={'type':_0x49d30a[_0x209063(0x4f0)]['COMMAND'],'id':'sheet.command.menu-insert-shape','handler':async(_0x284ae4,_0x3aabca)=>{const _0x29b3c2=_0x209063;let _0x17fce9=(0x0,_0x4fbea5[_0x29b3c2(0x3c0)])(_0x284ae4[_0x29b3c2(0x4cd)](_0x49d30a['IUniverInstanceService']));if(!_0x17fce9)return!0x1;let _0x58fd19=_0x284ae4[_0x29b3c2(0x4cd)](_0x4fbea5['SheetsSelectionsService'])[_0x29b3c2(0x1f7)]();if(!_0x58fd19)return!0x1;let _0x1e6d1a=_0x284ae4['get'](_0x49d30a[_0x29b3c2(0x4c5)]),{unitId:_0x44d87c,subUnitId:_0x462dde}=_0x17fce9,{value:_0x281614,enhanceParams:_0x1741b0}=_0x3aabca,{range:_0x1c7672}=_0x58fd19,_0x472685={'unitId':_0x44d87c,'subUnitId':_0x462dde,'shapeType':_0x281614,'range':_0x1c7672,'shapeId':(0x0,_0x49d30a[_0x29b3c2(0x20b)])()};if(_0x1741b0){let _0x3b5494=(0x0,_0x5b6709[_0x29b3c2(0x3b5)])(_0x281614),_0x3c7a7d=_0x281614===_0x5b6709[_0x29b3c2(0x297)][_0x29b3c2(0x3e3)];_0x3b5494&&(_0x1741b0[_0x29b3c2(0x467)]||_0x1741b0[_0x29b3c2(0x305)])&&(_0x472685['shapeData']={'ln':{'startArrow':_0x1741b0[_0x29b3c2(0x467)]?{'type':_0x5b6709['ShapeArrowTypeEnum'][_0x29b3c2(0x2f0)],'size':_0x5b6709[_0x29b3c2(0x3c5)][_0x29b3c2(0x1d7)]}:void 0x0,'endArrow':_0x1741b0[_0x29b3c2(0x305)]?{'type':_0x5b6709[_0x29b3c2(0x391)][_0x29b3c2(0x2f0)],'size':_0x5b6709[_0x29b3c2(0x3c5)][_0x29b3c2(0x356)]}:void 0x0}}),_0x3c7a7d&&(_0x1741b0['horizontal']||_0x1741b0[_0x29b3c2(0x3a5)])&&(_0x472685[_0x29b3c2(0x4d4)]=(0x0,_0x5a6548['createShapeTextBoxShapeData'])({'fill':{'fillType':_0x5b6709[_0x29b3c2(0x3b8)]['SolidFill'],'color':_0x29b3c2(0x3d0)},'isHorizontal':!!_0x1741b0[_0x29b3c2(0x3d9)],'stroke':{'lineStrokeType':_0x5b6709[_0x29b3c2(0x23b)]['SolidLine'],'width':0x1,'color':_0x29b3c2(0x4a7)}}));}let _0x276ca8=_0x1e6d1a['syncExecuteCommand'](_0x4eb2ab[_0x29b3c2(0x3a0)]['id'],_0x472685);return setTimeout(()=>{const _0x56621b=_0x29b3c2;_0x1e6d1a['executeCommand'](_0x2d736f['id'],[{'unitId':_0x44d87c,'subUnitId':_0x462dde,'drawingId':_0x472685[_0x56621b(0x3dc)]}]);},0xc8),_0x276ca8;}},_0x1e65b6='sheet.shape.edit.panel',_0xd78f5f='sheet.shape.object-list.panel',_0x15b03d=_0x209063(0x301),_0x1e912e=(0x0,_0x49d30a[_0x209063(0x363)])(_0x209063(0x390)),_0x3c71d3=_0x209063(0x4e3),_0x3dd6d4={'id':_0x209063(0x434),'type':_0x49d30a[_0x209063(0x4f0)][_0x209063(0x251)],'handler':(_0x53f8b5,_0x415a69)=>{const _0x524d3d=_0x209063;let _0x474797=_0x53f8b5[_0x524d3d(0x4cd)](_0xa9133b[_0x524d3d(0x37c)]),_0x6495c1=_0x53f8b5['get'](_0x49d30a[_0x524d3d(0x3e6)]),_0x4e8ba2=_0x53f8b5[_0x524d3d(0x4cd)](_0x49d30a['IUniverInstanceService']),_0x2cdadf=_0x53f8b5[_0x524d3d(0x4cd)](_0x49d30a[_0x524d3d(0x4c5)]);return(0x0,_0x4fbea5['getSheetCommandTarget'])(_0x4e8ba2)?(_0x415a69==null?void 0x0:_0x415a69['value'])===_0x524d3d(0x336)?(_0x474797['close'](_0xd78f5f),!0x0):(_0x474797[_0x524d3d(0x2cd)]({'id':_0xd78f5f,'header':{'title':_0x6495c1['t']('sheets-shape-ui.objectListPanel.title')},'children':{'label':_0xd78f5f},'onClose':()=>{const _0x316a3b=_0x524d3d;_0x2cdadf[_0x316a3b(0x3f6)](_0x510035[_0x316a3b(0x2b7)]['id'],[]);},'width':0x168}),!0x0):!0x1;}},_0x43d42e=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(_0x1425fc,_0x3dbf18){const _0x41006f=_0x209063;super(),this[_0x41006f(0x46e)]=_0x1425fc,this[_0x41006f(0x4e5)]=_0x3dbf18,this[_0x41006f(0x4bc)](),this[_0x41006f(0x46e)]['setCanUseShapeClip'](!0x0),this[_0x41006f(0x3df)]({'dispose':()=>this[_0x41006f(0x46e)][_0x41006f(0x4c4)](!0x1)});}[_0x209063(0x4bc)](){const _0x2cc359=_0x209063;let _0x46b651=this[_0x2cc359(0x46e)],_0x939ca9=new Map(),_0x1ef8d5=_0x46b651['registerClipDelegate']((_0x1a21bd,_0x4c9074,_0x2adb2b,_0x4fb6f7,_0x11389d)=>{const _0x3fe521=_0x2cc359;let _0x2efbc3=_0x4c9074;if(_0x2efbc3===_0x5b6709[_0x3fe521(0x297)]['None']||_0x4c9074==='custom')return!0x1;try{let _0x566dd7=_0x939ca9[_0x3fe521(0x4cd)](_0x4c9074);return _0x566dd7||(_0x566dd7=new _0x5b6709[(_0x3fe521(0x2e7))](_0x2efbc3,_0x3fe521(0x3b3)+_0x4c9074),_0x939ca9[_0x3fe521(0x402)](_0x4c9074,_0x566dd7)),_0x11389d&&_0x566dd7['setShapeData']({'adjustValues':_0x11389d},!0x0),_0x566dd7[_0x3fe521(0x2c1)]({'width':_0x2adb2b,'height':_0x4fb6f7}),_0x566dd7[_0x3fe521(0x20d)](_0x1a21bd,{'left':0x0,'top':0x0,'width':_0x2adb2b,'height':_0x4fb6f7});}catch{return!0x1;}});this[_0x2cc359(0x3df)](_0x1ef8d5),this[_0x2cc359(0x3df)]({'dispose':()=>_0x939ca9[_0x2cc359(0x314)]()});}[_0x209063(0x245)](_0x500f98,_0x4c0369,_0xd32ddf,_0x11ca58,_0x538085){const _0x4270d4=_0x209063;let _0x298626=this['_drawingManagerService']['getDrawingData'](_0x500f98,_0x4c0369);if(!_0x298626[_0xd32ddf])return;let _0x43df73={..._0x298626[_0xd32ddf],'prstGeom':_0x11ca58,'adjustValues':_0x538085};this[_0x4270d4(0x4e5)]['featurePluginUpdateNotification']([_0x43df73]);}};_0x43d42e=_0x276893([_0x3cbe95(0x0,(0x0,_0x49d30a[_0x209063(0x47f)])(_0xceb6c3[_0x209063(0x367)])),_0x3cbe95(0x1,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x510035[_0x209063(0x239)]))],_0x43d42e);let _0x172a63=_0x209063(0x41e),_0x5e4e34='sheet.image-clip.shape-picker.component';function _0x40ae00({onShapeClick:_0x1d9627,excludeGroups:_0x2ba985}){const _0x3a530b=_0x209063;return(0x0,_0x208661[_0x3a530b(0x261)])(_0xa40d9e[_0x3a530b(0x455)],{'excludeGroups':_0x2ba985,'onShapeClick':_0x1d9627,'scrollContainer':_0x3a530b(0x27b)});}function _0x4926c6(){const _0xb9acad=_0x209063;let _0x1a821c=(0x0,_0xa9133b[_0xb9acad(0x4f7)])(_0x510035[_0xb9acad(0x239)]),_0x3a527e=(0x0,_0xa9133b[_0xb9acad(0x4f7)])(_0x43d42e);return(0x0,_0x208661['jsx'])(_0xa40d9e[_0xb9acad(0x260)],{'buttonLabel':'sheets-shape-ui.imagePanel.crop.shape','excludeGroups':[_0xa40d9e[_0xb9acad(0x41f)][_0xb9acad(0x236)]],'onShapeClick':_0x374e44=>{const _0x351652=_0xb9acad;let _0x5e59fc=_0x1a821c[_0x351652(0x3c2)]()['find'](_0x32993a=>_0x32993a[_0x351652(0x3e8)]===_0x49d30a['DrawingTypeEnum'][_0x351652(0x431)]);if(!_0x5e59fc)return;let {unitId:_0x4dbc68,subUnitId:_0x13cd6a,drawingId:_0x174804}=_0x5e59fc;_0x3a527e['clipByShape'](_0x4dbc68,_0x13cd6a,_0x174804,_0x374e44['type']);}});}function _0x344e7e(){const _0x10de08=_0x209063;let _0x52287a=(0x0,_0xa9133b[_0x10de08(0x4f7)])(_0xa9133b['ComponentManager']),_0x426db0=(0x0,_0xa9133b[_0x10de08(0x4f7)])(_0x510035['IDrawingManagerService']),_0x1749ed=(0x0,_0xa9133b[_0x10de08(0x4f7)])(_0x49d30a[_0x10de08(0x31b)]),_0x4245df=_0x426db0[_0x10de08(0x3c2)]()[0x0],_0x23f72c=_0x4245df?_0x1749ed[_0x10de08(0x3bc)](_0x4245df[_0x10de08(0x441)]):void 0x0,_0x3d8d35=_0x23f72c===_0x49d30a[_0x10de08(0x276)]['UNIVER_DOC']?'doc.image-clip.shape-picker.component':_0x23f72c===_0x49d30a[_0x10de08(0x276)][_0x10de08(0x295)]?_0x5e4e34:void 0x0,_0x4e3103=_0x3d8d35?_0x52287a[_0x10de08(0x4cd)](_0x3d8d35):void 0x0;return _0x4e3103?(0x0,_0x208661[_0x10de08(0x261)])(_0x4e3103,{}):null;}function _0x2945f1(){const _0x47e630=_0x209063;let _0x11d997=(0x0,_0xa9133b[_0x47e630(0x4f7)])(_0x49d30a[_0x47e630(0x4c5)]);return(0x0,_0x208661['jsx'])(_0x40ae00,{'onShapeClick':_0x3c6a88=>{const _0x1adf4e=_0x47e630;_0x11d997[_0x1adf4e(0x507)](_0x454166['id'],{'value':_0x3c6a88[_0x1adf4e(0x2f5)],'enhanceParams':{'endArrow':_0x3c6a88[_0x1adf4e(0x305)],'startArrow':_0x3c6a88['startArrow'],'horizontal':_0x3c6a88['horizontal'],'vertical':_0x3c6a88[_0x1adf4e(0x3a5)]}});}});}function _0x148c64(_0x4b72c0){const _0x2dd851=_0x209063;let _0xc5a6d8=_0x4b72c0[_0x2dd851(0x4cd)](_0x49d30a[_0x2dd851(0x31b)]);return{'id':_0x454166['id'],'type':_0xa9133b[_0x2dd851(0x357)][_0x2dd851(0x31f)],'selections':[{'label':{'name':_0x172a63,'hoverable':!0x1,'selectable':!0x1,'props':{'id':_0x454166['id']}}}],'icon':_0x2dd851(0x1ce),'tooltip':'sheets-shape-ui.insertShape','activated$':(0x0,_0x100e66['deriveStateFromActiveSheet$'])(_0xc5a6d8,!0x1,()=>new _0x230aed[(_0x2dd851(0x355))](_0x393e93=>{_0x393e93['next'](!0x1);})),'hidden$':(0x0,_0xa9133b['getMenuHiddenObservable'])(_0x4b72c0,_0x49d30a[_0x2dd851(0x276)]['UNIVER_SHEET']),'disabled$':(0x0,_0x100e66[_0x2dd851(0x440)])(_0x4b72c0)};}function _0x3a44ab(_0x2fea12){const _0x1e7bc6=_0x209063;let _0x165c0d=_0x2fea12['get'](_0x49d30a[_0x1e7bc6(0x31b)]);return{'id':_0x3dd6d4['id'],'type':_0xa9133b[_0x1e7bc6(0x357)][_0x1e7bc6(0x309)],'icon':'ObjectLayersIcon','title':_0x1e7bc6(0x3e7),'tooltip':_0x1e7bc6(0x3e7),'activated$':(0x0,_0x100e66[_0x1e7bc6(0x1d0)])(_0x165c0d,!0x1,()=>new _0x230aed[(_0x1e7bc6(0x355))](_0xb19b12=>{const _0x21302d=_0x1e7bc6;_0xb19b12[_0x21302d(0x241)](!0x1);})),'hidden$':(0x0,_0xa9133b[_0x1e7bc6(0x4d5)])(_0x2fea12,_0x49d30a[_0x1e7bc6(0x276)][_0x1e7bc6(0x295)]),'disabled$':(0x0,_0x100e66[_0x1e7bc6(0x440)])(_0x2fea12)};}let _0xbe3a61={[_0xa9133b['RibbonInsertGroup'][_0x209063(0x315)]]:{[_0x454166['id']]:{'order':0x4,'menuItemFactory':_0x148c64}},[_0xa9133b[_0x209063(0x47d)][_0x209063(0x35e)]]:{[_0x3dd6d4['id']]:{'order':0x0,'gridLayout':{'row':0x1,'column':0x1,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':_0x3a44ab}}};var _0x102c9e='@univerjs-pro/sheets-shape-ui',_0x2234cd=_0x209063(0x3dd);let _0x1810f4={'type':_0x49d30a[_0x209063(0x4f0)][_0x209063(0x38f)],'id':_0x209063(0x480),'handler'(){return!0x0;}},_0x5e6950={'type':_0x49d30a[_0x209063(0x4f0)]['OPERATION'],'id':_0x209063(0x233),'handler'(){return!0x0;}},_0x3d157b={};function _0x11d47d({ref:_0x56de8d,..._0x409efd}){const _0x58227a=_0x209063;let {icon:_0x2292df,id:_0x200f92,className:_0x384bae,extend:_0x5878f3,..._0x8e2a4d}=_0x409efd,_0x3fe1f7=(_0x58227a(0x24a)+_0x200f92+'\x20'+(_0x384bae||''))[_0x58227a(0x4ff)](),_0x55b2c6=(0x0,_0x4ff626[_0x58227a(0x36d)])('_'+_0x4c6c06());return _0xb2015a(_0x2292df,''+_0x200f92,{'defIds':_0x2292df[_0x58227a(0x398)],'idSuffix':_0x55b2c6['current']},{'ref':_0x56de8d,'className':_0x3fe1f7,..._0x8e2a4d},_0x5878f3);}function _0xb2015a(_0x503fd5,_0x524ea5,_0x3d65e9,_0x466bb5,_0x5e1b08){return(0x0,_0x4ff626['createElement'])(_0x503fd5['tag'],{'key':_0x524ea5,..._0x147ed5(_0x503fd5,_0x3d65e9,_0x5e1b08),..._0x466bb5},(_0xf77cc8(_0x503fd5,_0x3d65e9)['children']||[])['map']((_0x455149,_0x371be2)=>_0xb2015a(_0x455149,_0x524ea5+'-'+_0x503fd5['tag']+'-'+_0x371be2,_0x3d65e9,void 0x0,_0x5e1b08)));}function _0x147ed5(_0x34364a,_0x13e668,_0x1219b2){const _0x48008e=_0x209063;let _0xdcce72={..._0x34364a[_0x48008e(0x43b)]};_0x1219b2!=null&&_0x1219b2['colorChannel1']&&_0xdcce72['fill']===_0x48008e(0x497)&&(_0xdcce72[_0x48008e(0x3b7)]=_0x1219b2['colorChannel1']),_0x1219b2!=null&&_0x1219b2[_0x48008e(0x497)]&&_0xdcce72[_0x48008e(0x1ee)]===_0x48008e(0x497)&&(_0xdcce72[_0x48008e(0x1ee)]=_0x1219b2[_0x48008e(0x497)]),_0x34364a['tag']===_0x48008e(0x25b)&&_0xdcce72['id']&&(_0xdcce72['id']+=_0x13e668[_0x48008e(0x49a)]),Object[_0x48008e(0x4f3)](_0xdcce72)[_0x48008e(0x250)](([_0x586d12,_0x618ba0])=>{const _0x2d8016=_0x48008e;_0x586d12===_0x2d8016(0x25b)&&typeof _0x618ba0==_0x2d8016(0x416)&&(_0xdcce72[_0x586d12]=_0x618ba0[_0x2d8016(0x3fd)](/url\(#(.*)\)/,_0x2d8016(0x2b3)+_0x13e668[_0x2d8016(0x49a)]+')'));});let {defIds:_0x1bef09}=_0x13e668;return!_0x1bef09||_0x1bef09[_0x48008e(0x28f)]===0x0?_0xdcce72:(_0x34364a[_0x48008e(0x45c)]===_0x48008e(0x43f)&&_0xdcce72[_0x48008e(0x2e0)]&&(_0xdcce72[_0x48008e(0x2e0)]+=_0x13e668[_0x48008e(0x49a)]),Object['entries'](_0xdcce72)[_0x48008e(0x250)](([_0x734a5e,_0x2285c7])=>{const _0x45ffaf=_0x48008e;typeof _0x2285c7==_0x45ffaf(0x416)&&(_0xdcce72[_0x734a5e]=_0x2285c7[_0x45ffaf(0x3fd)](/url\(#(.*)\)/,_0x45ffaf(0x2b3)+_0x13e668[_0x45ffaf(0x49a)]+')'));}),_0xdcce72);}function _0xf77cc8(_0x307815,_0x1eb14f){const _0x50113a=_0x209063;var _0x4cfb55;let {defIds:_0x34cc43}=_0x1eb14f;return!_0x34cc43||_0x34cc43[_0x50113a(0x28f)]===0x0?_0x307815:_0x307815[_0x50113a(0x45c)]==='defs'&&(_0x4cfb55=_0x307815[_0x50113a(0x4a9)])!=null&&_0x4cfb55[_0x50113a(0x28f)]?{..._0x307815,'children':_0x307815[_0x50113a(0x4a9)][_0x50113a(0x266)](_0x557461=>typeof _0x557461[_0x50113a(0x43b)]['id']==_0x50113a(0x416)&&_0x34cc43&&_0x34cc43[_0x50113a(0x274)](_0x557461['attrs']['id'])?{..._0x557461,'attrs':{..._0x557461[_0x50113a(0x43b)],'id':_0x557461['attrs']['id']+_0x1eb14f[_0x50113a(0x49a)]}}:_0x557461)}:_0x307815;}function _0x4c6c06(){const _0x1e6ab2=_0x209063;return Math['random']()[_0x1e6ab2(0x26e)](0x24)[_0x1e6ab2(0x4d1)](0x2,0x8);}_0x11d47d[_0x209063(0x3db)]='UniverIcon';let _0x1ededf={'tag':_0x209063(0x3a2),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x209063(0x469),'viewBox':_0x209063(0x28d),'width':_0x209063(0x2cb),'height':_0x209063(0x2cb)},'children':[{'tag':_0x209063(0x32b),'attrs':{'stroke':_0x209063(0x20e),'d':_0x209063(0x2d7),'strokeLinecap':_0x209063(0x249),'strokeLinejoin':_0x209063(0x249),'strokeWidth':1.3}},{'tag':_0x209063(0x32b),'attrs':{'stroke':'currentColor','d':'m2\x207.75\x206\x202.95\x206-2.95M2\x2010.75l6\x202.95\x206-2.95','strokeLinecap':_0x209063(0x249),'strokeLinejoin':_0x209063(0x249),'strokeWidth':1.3}}]},_0x11e83e=(0x0,_0x4ff626[_0x209063(0x369)])(function(_0x984857,_0x27c920){const _0x8e0b4b=_0x209063;return(0x0,_0x4ff626[_0x8e0b4b(0x2e8)])(_0x11d47d,Object[_0x8e0b4b(0x4a2)]({},_0x984857,{'id':_0x8e0b4b(0x268),'ref':_0x27c920,'icon':_0x1ededf}));});_0x11e83e[_0x209063(0x3db)]=_0x209063(0x2f4);function _0x1764b0(_0x3b1255){const _0x5888f0=_0x209063;return _0x3b1255[_0x5888f0(0x4ff)]()||void 0x0;}function _0x58f127(_0x70de5d){const _0x2b3b35=_0x209063;switch(_0x70de5d[_0x2b3b35(0x3e8)]){case _0x49d30a[_0x2b3b35(0x365)]['DRAWING_IMAGE']:return'image';case _0x49d30a['DrawingTypeEnum'][_0x2b3b35(0x4c6)]:return _0x2b3b35(0x4c3);case _0x49d30a[_0x2b3b35(0x365)][_0x2b3b35(0x1cf)]:return _0x2b3b35(0x381);case _0x49d30a[_0x2b3b35(0x365)]['DRAWING_SMART_ART']:return _0x2b3b35(0x34f);case _0x49d30a[_0x2b3b35(0x365)][_0x2b3b35(0x30c)]:return _0x2b3b35(0x464);case _0x49d30a[_0x2b3b35(0x365)]['DRAWING_GROUP']:return _0x2b3b35(0x258);case _0x49d30a[_0x2b3b35(0x365)][_0x2b3b35(0x4b3)]:return'unit';case _0x49d30a[_0x2b3b35(0x365)][_0x2b3b35(0x21f)]:return'dom';case _0x49d30a['DrawingTypeEnum'][_0x2b3b35(0x4fe)]:return _0x2b3b35(0x3da);default:return _0x2b3b35(0x375);}}function _0x178118(_0x34c661,_0x4a0bc1,_0x62efd9){const _0x7aee7a=_0x209063;var _0x49b436;return((_0x49b436=_0x34c661[_0x7aee7a(0x30b)])==null?void 0x0:_0x49b436['trim']())||(0x0,_0xceb6c3[_0x7aee7a(0x3af)])(_0x62efd9,_0x58f127(_0x34c661))+'\x20'+(_0x4a0bc1+0x1);}function _0x111ad8(){const _0x20020c=_0x209063;var _0x1be82a,_0x4a3557,_0x4dab76,_0x48a766;let _0x164b3c=(0x0,_0xa9133b[_0x20020c(0x4f7)])(_0x49d30a['LocaleService']),_0x1f43d0=(0x0,_0xa9133b['useDependency'])(_0x49d30a['ICommandService']),_0x473917=(0x0,_0xa9133b[_0x20020c(0x4f7)])(_0x49d30a['IUniverInstanceService']),_0x4af0b6=(0x0,_0xa9133b['useDependency'])(_0x28a390[_0x20020c(0x2b8)]),_0x1b8ed9=(0x0,_0xa9133b[_0x20020c(0x4f7)])(_0x510035[_0x20020c(0x239)]),_0x17e6ad=(0x0,_0xa9133b[_0x20020c(0x4f7)])(_0x40dd84[_0x20020c(0x2ba)]),[,_0x4f9fa7]=(0x0,_0x4ff626['useReducer'])(_0x4488b5=>_0x4488b5+0x1,0x0),_0x18ece2=_0x473917['getCurrentUnitOfType'](_0x49d30a['UniverInstanceType'][_0x20020c(0x295)]),_0x4d2f87=(_0x1be82a=_0x18ece2==null?void 0x0:_0x18ece2[_0x20020c(0x3bf)]())==null?'':_0x1be82a,_0x2ebfed=(_0x4a3557=_0x18ece2==null||(_0x4dab76=_0x18ece2[_0x20020c(0x280)]())==null?void 0x0:_0x4dab76['getSheetId']())==null?'':_0x4a3557,_0x4233be=(0x0,_0xa9133b[_0x20020c(0x3cc)])(()=>_0x1b8ed9[_0x20020c(0x2a6)],_0x1b8ed9[_0x20020c(0x3c2)](),!0x1,[_0x1b8ed9]);(0x0,_0x4ff626['useEffect'])(()=>{const _0x301023=_0x20020c;let _0x3c9c6a=_0x1f43d0[_0x301023(0x4cc)](()=>_0x4f9fa7());return()=>_0x3c9c6a['dispose']();},[_0x1f43d0]);let _0x15db0b=_0x4d2f87&&_0x2ebfed?_0x4af0b6[_0x20020c(0x2fd)](_0x4d2f87,_0x2ebfed):{},_0x26e3b7=_0x4d2f87&&_0x2ebfed?_0x4af0b6[_0x20020c(0x329)](_0x4d2f87,_0x2ebfed):[],_0x4ebb54=(0x0,_0x4ff626['useMemo'])(()=>(0x0,_0xceb6c3[_0x20020c(0x405)])(_0x164b3c),[_0x164b3c]),_0x2c7d53=(0x0,_0x4ff626[_0x20020c(0x243)])(()=>{const _0x4e6eaf=_0x20020c;let _0x1e9c87=_0x26e3b7[_0x4e6eaf(0x266)](_0x356b02=>_0x15db0b[_0x356b02])['filter'](_0x36323d=>!!_0x36323d)['reverse'](),_0x4ccb74=_0x1e9c87[_0x4e6eaf(0x2d4)]((_0x105a8c,_0x505eb7)=>(_0x105a8c[(0x0,_0xceb6c3['getObjectListPanelSectionIdForDrawingType'])(_0x505eb7['drawingType'])]+=0x1,_0x105a8c),{'canvas':0x0,'floating':0x0}),_0x5d61ef={'canvas':0x0,'floating':0x0};return _0x1e9c87[_0x4e6eaf(0x266)]((_0x3bf4ba,_0xe89f3c)=>{const _0x3e0413=_0x4e6eaf;let _0x12dd18=(0x0,_0xceb6c3[_0x3e0413(0x26f)])(_0x3bf4ba[_0x3e0413(0x3e8)]),_0x1b0710=_0x12dd18===_0xceb6c3[_0x3e0413(0x362)],_0x21f08d=_0x5d61ef[_0x12dd18]++;return{'id':_0x3bf4ba[_0x3e0413(0x2e9)],'name':_0x178118(_0x3bf4ba,_0xe89f3c,_0x164b3c),'description':_0x3bf4ba[_0x3e0413(0x24c)],'visible':_0x3bf4ba[_0x3e0413(0x29b)]!==!0x0,'selectable':_0x3bf4ba[_0x3e0413(0x36f)]!==!0x1,'sectionId':_0x12dd18,'sectionTitle':_0x1b0710?_0x4ebb54[_0x3e0413(0x39b)]:_0x4ebb54['sectionCanvas'],'capabilities':_0x1b0710?{'arrange':!0x1,'reorder':!0x1}:void 0x0,'canMoveForward':!_0x1b0710&&_0x21f08d>0x0,'canMoveBackward':!_0x1b0710&&_0x21f08d<_0x4ccb74[_0x3e0413(0x4cf)]-0x1,'canReorder':!_0x1b0710};});},[_0x15db0b,_0x26e3b7,_0x4ebb54[_0x20020c(0x358)],_0x4ebb54[_0x20020c(0x39b)],_0x164b3c]),_0x2e582c=(0x0,_0x4ff626[_0x20020c(0x243)])(()=>(_0x4233be==null?[]:_0x4233be)['filter'](_0x6e4a5=>_0x6e4a5[_0x20020c(0x441)]===_0x4d2f87&&_0x6e4a5['subUnitId']===_0x2ebfed)[_0x20020c(0x266)](_0x23ef42=>_0x23ef42[_0x20020c(0x2e9)]),[_0x4233be,_0x2ebfed,_0x4d2f87]),_0x4cc25d=(_0x48a766=_0x2e582c[_0x2e582c[_0x20020c(0x28f)]-0x1])==null?null:_0x48a766,_0x115b5f=_0x298714=>{const _0x3101b9=_0x20020c;var _0x1fdbdc;return(_0x1fdbdc=_0x4af0b6[_0x3101b9(0x20c)]({'unitId':_0x4d2f87,'subUnitId':_0x2ebfed,'drawingId':_0x298714}))==null?null:_0x1fdbdc;},_0x29302a=_0x5996bc=>{const _0x574fba=_0x20020c;!_0x4d2f87||!_0x5996bc[_0x574fba(0x28f)]||_0x1f43d0[_0x574fba(0x507)](_0x28a390[_0x574fba(0x2d3)]['id'],{'unitId':_0x4d2f87,'drawings':_0x5996bc});},_0x3be4b0=(_0x4ceb02,_0x36f350)=>{_0x115b5f(_0x4ceb02)&&_0x29302a([{'unitId':_0x4d2f87,'subUnitId':_0x2ebfed,'drawingId':_0x4ceb02,..._0x36f350}]);},_0x596461=(_0x296b66,_0x567c6d)=>{const _0x4cf04d=_0x20020c;if(!_0x4d2f87||!_0x2ebfed)return;let _0x2ad915=_0x567c6d?_0x2e582c[_0x4cf04d(0x274)](_0x296b66)?_0x2e582c['filter'](_0x2c8043=>_0x2c8043!==_0x296b66):[..._0x2e582c,_0x296b66]:[_0x296b66];_0x1f43d0['syncExecuteCommand'](_0x510035[_0x4cf04d(0x2b7)]['id'],_0x2ad915[_0x4cf04d(0x266)](_0x401b76=>({'unitId':_0x4d2f87,'subUnitId':_0x2ebfed,'drawingId':_0x401b76})));let _0x54d328=_0x2ad915[_0x2ad915['length']-0x1];_0x54d328?(0x0,_0xa40d9e['activateDrawingObject'])(_0x17e6ad,{'unitId':_0x4d2f87,'subUnitId':_0x2ebfed,'drawingId':_0x54d328}):(0x0,_0xa40d9e[_0x4cf04d(0x291)])(_0x17e6ad,_0x4d2f87);},_0x360cc2=(_0x29e064,_0x3077f1)=>{const _0xf0c97d=_0x20020c;_0x29302a(_0x29e064[_0xf0c97d(0x266)](_0x397f4d=>_0x115b5f(_0x397f4d))[_0xf0c97d(0x3a4)](_0x577749=>!!_0x577749)[_0xf0c97d(0x3a4)](_0x3ad211=>_0x3ad211[_0xf0c97d(0x29b)]!==!0x0!==_0x3077f1)[_0xf0c97d(0x266)](_0x462d2c=>({'unitId':_0x4d2f87,'subUnitId':_0x2ebfed,'drawingId':_0x462d2c[_0xf0c97d(0x2e9)],'hidden':!_0x3077f1})));},_0x391030=_0x26e755=>{const _0x4f8417=_0x20020c;let _0x2f1786=_0x115b5f(_0x26e755);_0x2f1786&&_0x3be4b0(_0x26e755,{'selectable':_0x2f1786[_0x4f8417(0x36f)]===!0x1?void 0x0:!0x1});},_0x2c0d79=(_0x1177a2,_0x1a3682)=>{var _0x3d3301,_0x116321;let _0x34b66e=_0x1764b0(_0x1a3682);((_0x3d3301=(_0x116321=_0x115b5f(_0x1177a2))==null?void 0x0:_0x116321['name'])==null?void 0x0:_0x3d3301)!==_0x34b66e&&_0x3be4b0(_0x1177a2,{'name':_0x34b66e});},_0x1670e4=(_0x4eb1ce,_0x9239e7)=>{const _0x534fe4=_0x20020c;var _0x57eee6,_0x53a578;let _0x5f1a75=_0x1764b0(_0x9239e7);((_0x57eee6=(_0x53a578=_0x115b5f(_0x4eb1ce))==null?void 0x0:_0x53a578[_0x534fe4(0x24c)])==null?void 0x0:_0x57eee6)!==_0x5f1a75&&_0x3be4b0(_0x4eb1ce,{'description':_0x5f1a75});},_0x5b1092=(_0x42af81,_0x359edc)=>{const _0x58dc9f=_0x20020c;!_0x4d2f87||!_0x2ebfed||_0x1f43d0[_0x58dc9f(0x507)](_0x28a390['SetDrawingArrangeCommand']['id'],{'unitId':_0x4d2f87,'subUnitId':_0x2ebfed,'drawingIds':[_0x42af81],'arrangeType':_0x359edc});};return!_0x4d2f87||!_0x2ebfed?(0x0,_0x208661[_0x20020c(0x261)])(_0x20020c(0x337),{'className':_0x20020c(0x4b4),'children':_0x4ebb54[_0x20020c(0x1e3)]}):(0x0,_0x208661['jsx'])(_0xceb6c3['ObjectListPanelBase'],{'items':_0x2c7d53,'selectedIds':_0x2e582c,'focusedId':_0x4cc25d,'labels':_0x4ebb54,'onSelect':_0x596461,'onSetVisible':_0x360cc2,'onCommitName':_0x2c0d79,'onCommitDescription':_0x1670e4,'onMoveForward':_0x16acd2=>_0x5b1092(_0x16acd2,_0x49d30a[_0x20020c(0x279)]['forward']),'onMoveBackward':_0x3a251e=>_0x5b1092(_0x3a251e,_0x49d30a[_0x20020c(0x279)][_0x20020c(0x438)]),'onToggleSelectable':_0x391030});}let _0x4aab0f=class{constructor(_0x3fe845){const _0x4ed8f1=_0x209063;this[_0x4ed8f1(0x40d)]=_0x3fe845;}['updateShapeFillImage'](_0x590176,_0x454517){const _0x114c0b=_0x209063;let _0x45f8c9=this[_0x114c0b(0x40d)][_0x114c0b(0x2f7)](_0x590176[_0x114c0b(0x441)]),_0x4662e9=_0x45f8c9==null?void 0x0:_0x45f8c9['scene'];if(!_0x4662e9)return;let _0x12d222=(0x0,_0x510035[_0x114c0b(0x3a8)])(_0x590176),_0x24f8f2=_0x4662e9['getObjectIncludeInGroup'](_0x12d222);_0x24f8f2==null||_0x24f8f2[_0x114c0b(0x24d)](_0x454517);}};_0x4aab0f=_0x276893([_0x3cbe95(0x0,_0x40dd84[_0x209063(0x2ba)])],_0x4aab0f);function _0x30b6ae(){const _0x594c76=_0x209063;let _0x913893=(0x0,_0xa9133b['useDependency'])(_0x510035['IDrawingManagerService']),_0x27a8c9=(0x0,_0xa9133b[_0x594c76(0x3cc)])(()=>_0x913893['focus$'],_0x913893['getFocusDrawings'](),!0x1,[_0x913893]);return _0x27a8c9[_0x594c76(0x28f)]===0x0?null:(0x0,_0x208661['jsx'])(_0x594c76(0x337),{'children':(0x0,_0x208661[_0x594c76(0x30d)])(_0x594c76(0x337),{'className':_0x594c76(0x3f5),'children':[(0x0,_0x208661['jsx'])(_0xceb6c3[_0x594c76(0x316)],{'drawings':_0x27a8c9,'hasCropper':!0x1}),(0x0,_0x208661['jsx'])(_0x4c7223['SheetDrawingAnchor'],{'drawings':_0x27a8c9})]})});}function _0x5d9b51(_0x555485){const _0xd85207=_0x209063;let {unitId:_0x31f749,subUnitId:_0x145ed5,shapeId:_0x548157}=_0x555485,_0x2ef533=(0x0,_0xa9133b[_0xd85207(0x4f7)])(_0x49d30a[_0xd85207(0x4c5)]),_0x2b5568=(0x0,_0xa9133b[_0xd85207(0x4f7)])(_0x4aab0f);return(0x0,_0x208661[_0xd85207(0x261)])(_0xa40d9e['ShapeEditPanel'],{..._0x555485,'positionEditor':(0x0,_0x208661['jsx'])(_0x30b6ae,{}),'onUpdateShapeData':(_0x1fbe5d,_0x231877)=>{_0x407767(_0x2ef533,_0x31f749,_0x145ed5,_0x548157,_0x1fbe5d,_0x231877);},'onUpdateLineShapeData':(_0x4d73ae,_0x387c86)=>{_0x2583c5(_0x2ef533,_0x31f749,_0x145ed5,_0x548157,_0x4d73ae,_0x387c86);},'onUpdateShapeFillImage':_0x4e9724=>{_0x2b5568['updateShapeFillImage']({'unitId':_0x31f749,'subUnitId':_0x145ed5,'drawingId':_0x548157},_0x4e9724);}});}function _0x18b2ad(_0x54347e){const _0x29e7b0=_0x209063;let _0x1b6aa8=_0x54347e[_0x29e7b0(0x3d2)][_0x29e7b0(0x48c)];return _0x1b6aa8?(0x0,_0x208661['jsx'])(_0x4d1f75,{..._0x1b6aa8}):null;}function _0x4d1f75(_0x587d0a){const _0x4b8c83=_0x209063;var _0x1e2825,_0x4579b5;let _0xa06900=(0x0,_0xa9133b[_0x4b8c83(0x4f7)])(_0x49d30a[_0x4b8c83(0x4c5)]),_0x189f9a=(0x0,_0xa9133b[_0x4b8c83(0x4f7)])(_0x4eb2ab[_0x4b8c83(0x264)]),{unitId:_0x5206e6,subUnitId:_0x4a3a0e,drawingId:_0x311f32,drawingType:_0x3fe674,shapeType:_0x593e62}=_0x587d0a,[_0x4dd62f,_0x118749]=(0x0,_0x4ff626[_0x4b8c83(0x33d)])(_0x587d0a[_0x4b8c83(0x4d4)]),_0x5a5aba=(0x0,_0x4ff626[_0x4b8c83(0x243)])(()=>(0x0,_0xa40d9e[_0x4b8c83(0x1dc)])(_0x4dd62f),[_0x4dd62f]),_0x45786e=(0x0,_0x4ff626[_0x4b8c83(0x243)])(()=>(0x0,_0xa40d9e[_0x4b8c83(0x2ab)])(_0x4dd62f),[_0x4dd62f]);(0x0,_0x4ff626[_0x4b8c83(0x4de)])(()=>{const _0x2f4abb=_0x4b8c83;let _0xd8c1ab=_0xa06900['onCommandExecuted'](_0x499f2b=>{if(_0x499f2b['id']!==_0x4eb2ab['UpdateSheetsShapeDataMutation']['id'])return;let _0x22c690=_0x189f9a['getShapeDataById'](_0x5206e6,_0x4a3a0e,_0x311f32);_0x22c690&&_0x118749(_0x22c690);});return()=>_0xd8c1ab[_0x2f4abb(0x46a)]();},[_0xa06900,_0x311f32,_0x189f9a,_0x4a3a0e,_0x5206e6]);let _0x1f023e=_0x11b96e=>{_0x118749(_0x40921b=>({..._0x40921b,..._0x11b96e}));},_0x5c17f2=_0x1c3d05=>{const _0x3a5923=_0x4b8c83;let _0xa17f09=(0x0,_0xa40d9e[_0x3a5923(0x399)])(_0x4dd62f,_0x1c3d05);_0x407767(_0xa06900,_0x5206e6,_0x4a3a0e,_0x311f32,{'oldShapeData':{'shapeText':_0x4dd62f[_0x3a5923(0x206)]}},_0xa17f09),_0x1f023e(_0xa17f09);},_0x2aa0c0=(0x0,_0xa40d9e[_0x4b8c83(0x216)])({'unitId':_0x5206e6,'subUnitId':_0x4a3a0e,'shapeId':_0x311f32,'shapeData':_0x4dd62f,'onUpdateBinding':_0x2787b4=>{const _0x5f42f1=_0x4b8c83;let _0x5a8600={'formulaBinding':_0x2787b4};_0x407767(_0xa06900,_0x5206e6,_0x4a3a0e,_0x311f32,{'oldShapeData':{'formulaBinding':_0x4dd62f[_0x5f42f1(0x330)]}},_0x5a8600),_0x1f023e(_0x5a8600);}});return(0x0,_0x208661[_0x4b8c83(0x30d)])(_0x208661[_0x4b8c83(0x1de)],{'children':[(0x0,_0x208661[_0x4b8c83(0x261)])(_0xa40d9e[_0x4b8c83(0x3a6)],{'shapeData':_0x4dd62f,'shapeType':_0x593e62,'textStyle':{'ff':_0x5b6709[_0x4b8c83(0x389)]['shapeText']['fontFamily'],'fs':_0x5b6709['ShapeDefaultConfig'][_0x4b8c83(0x206)][_0x4b8c83(0x382)],'cl':{'rgb':_0x5b6709[_0x4b8c83(0x389)][_0x4b8c83(0x206)]['color']},..._0x5a5aba},'textModel':_0x45786e?{'ha':(_0x1e2825=_0x45786e['ha'])==null?_0x49d30a[_0x4b8c83(0x2ea)][_0x4b8c83(0x4a5)]:_0x1e2825,'va':(_0x4579b5=_0x45786e['va'])==null?_0x49d30a[_0x4b8c83(0x1d6)][_0x4b8c83(0x1d1)]:_0x4579b5}:null,'enableShapeFillReset':!0x0,'enableShapeStrokeReset':!0x0,'enableTextBackgroundReset':!0x0,'defaultFillColor':_0x5b6709['ShapeDefaultConfig']['fill'],'defaultGradientEndColor':_0x5b6709[_0x4b8c83(0x389)][_0x4b8c83(0x41d)],'defaultStrokeColor':_0x5b6709[_0x4b8c83(0x389)][_0x4b8c83(0x1ee)],'extensionGroups':_0x2aa0c0['extensionGroups'],'onUpdateShapeData':(_0x4c3737,_0x154481)=>{_0x407767(_0xa06900,_0x5206e6,_0x4a3a0e,_0x311f32,_0x4c3737,_0x154481),_0x154481&&_0x1f023e(_0x154481);},'onUpdateText':_0x5c17f2,'onOpenPanel':()=>{const _0x5c45f0=_0x4b8c83;_0xa06900[_0x5c45f0(0x507)](_0x5e6950['id'],{'unitId':_0x5206e6,'subUnitId':_0x4a3a0e,'drawingId':_0x311f32});},'onDelete':()=>{const _0x282d4a=_0x4b8c83;_0xa06900[_0x282d4a(0x507)](_0x28a390['RemoveSheetDrawingCommand']['id'],{'unitId':_0x5206e6,'drawings':[{'unitId':_0x5206e6,'subUnitId':_0x4a3a0e,'drawingId':_0x311f32,'drawingType':_0x3fe674}]});}}),_0x2aa0c0[_0x4b8c83(0x49f)]]});}var _0x3da7be=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(..._0x1302cc){const _0x73bceb=_0x209063;super(..._0x1302cc),_0x28368a(this,_0x73bceb(0x2b9),new _0x230aed[(_0x73bceb(0x380))](null)),_0x28368a(this,_0x73bceb(0x2a0),this[_0x73bceb(0x2b9)][_0x73bceb(0x31d)]()),_0x28368a(this,_0x73bceb(0x4f4),new _0x230aed[(_0x73bceb(0x380))](!0x1)),_0x28368a(this,_0x73bceb(0x4e7),this['_onSavingEditorData$'][_0x73bceb(0x31d)]());}[_0x209063(0x46a)](){const _0x32dbb3=_0x209063;this[_0x32dbb3(0x2b9)][_0x32dbb3(0x241)](null),this[_0x32dbb3(0x2b9)][_0x32dbb3(0x44f)](),this[_0x32dbb3(0x4f4)]['next'](!0x1),this['_onSavingEditorData$'][_0x32dbb3(0x44f)](),super[_0x32dbb3(0x46a)]();}[_0x209063(0x2dd)](_0x13cd5c){const _0x27e32a=_0x209063;this[_0x27e32a(0x2b9)][_0x27e32a(0x241)](_0x13cd5c),_0x13cd5c==null&&this['_onSavingEditorData$'][_0x27e32a(0x241)](!0x1);}['setOnSavingEditorData'](_0x557dfe){const _0x5a1ed7=_0x209063;this[_0x5a1ed7(0x4f4)][_0x5a1ed7(0x241)](_0x557dfe);}[_0x209063(0x247)](){const _0x10c488=_0x209063;return this[_0x10c488(0x2b9)][_0x10c488(0x428)]();}[_0x209063(0x22a)](_0x30f812){this['getEditing']()&&(this['setOnSavingEditorData'](!0x0),requestAnimationFrame(()=>{const _0x2736bc=_0x45fb;this[_0x2736bc(0x2dd)](null);}));}[_0x209063(0x3cf)](){const _0x5e40c9=_0x209063;this[_0x5e40c9(0x247)]()&&this['setEditing'](null);}};let _0x411310=(0x0,_0x4ff626[_0x209063(0x35d)])(()=>{const _0x481a86=_0x209063;let _0x547fb3=(0x0,_0xa9133b[_0x481a86(0x4f7)])(_0x3da7be),_0x267c47=(0x0,_0xa9133b['useDependency'])(_0x4eb2ab[_0x481a86(0x264)]),_0x1e6733=(0x0,_0xa9133b[_0x481a86(0x4f7)])(_0x510035[_0x481a86(0x239)]),_0x552c79=(0x0,_0xa9133b['useDependency'])(_0x49d30a['ICommandService']),_0x8344ef=(0x0,_0xa9133b[_0x481a86(0x4f7)])(_0x40dd84[_0x481a86(0x2ba)]);return(0x0,_0x208661[_0x481a86(0x261)])(_0xa40d9e[_0x481a86(0x211)],{'adapter':(0x0,_0x4ff626['useMemo'])(()=>({'getShapeModel':(_0x36d21b,_0xdab15b,_0x20a90e)=>_0x267c47['getShapeModel'](_0x36d21b,_0xdab15b,_0x20a90e),'getShapeData':(_0x3b7da1,_0x1236a2,_0x37101e)=>_0x267c47[_0x481a86(0x27c)](_0x3b7da1,_0x1236a2,_0x37101e),'getDrawingTransform':(_0x5d3119,_0x1d6420,_0x5195e5)=>{const _0x2090af=_0x481a86;let _0x1ac99c=_0x1e6733['getDrawingByParam']({'unitId':_0x5d3119,'subUnitId':_0x1d6420,'drawingId':_0x5195e5});return _0x1ac99c==null?void 0x0:_0x1ac99c[_0x2090af(0x267)];},'updateShapeText':({unitId:_0x4c0d28,subUnitId:_0x1b44ea,shapeId:_0x29f3d3,shapeText:_0x387688,oldShapeText:_0x6948c2})=>{const _0x4cd7ad=_0x481a86;_0x552c79[_0x4cd7ad(0x507)](_0x39f376['id'],{'unitId':_0x4c0d28,'subUnitId':_0x1b44ea,'shapeId':_0x29f3d3,'shapeData':{'shapeText':_0x387688},'oldShapeJSON':{'oldShapeData':{'shapeText':_0x6948c2}}});},'updateHostSize':({unitId:_0x2b76e6,subUnitId:_0x1fdca3,shapeId:_0x299045,width:_0x5831b1,height:_0x42fa6c})=>{const _0x4c53eb=_0x481a86;var _0xd5c970,_0x4994b7,_0x21b858;let _0x148cef=_0x1e6733[_0x4c53eb(0x20c)]({'unitId':_0x2b76e6,'subUnitId':_0x1fdca3,'drawingId':_0x299045}),_0x3953f3=_0x148cef==null?void 0x0:_0x148cef[_0x4c53eb(0x267)];if(!_0x148cef||!_0x3953f3)return;let _0x3263d6={..._0x3953f3,'width':_0x5831b1,'height':_0x42fa6c},_0x59d2c9=(_0xd5c970=_0x8344ef[_0x4c53eb(0x2f7)](_0x2b76e6))==null||(_0xd5c970=_0xd5c970[_0x4c53eb(0x451)](_0x100e66['SheetSkeletonManagerService'])[_0x4c53eb(0x40e)](_0x1fdca3))==null?void 0x0:_0xd5c970[_0x4c53eb(0x29f)],_0x1e7166=_0x59d2c9?(_0x4994b7=(0x0,_0x28a390[_0x4c53eb(0x34b)])(_0x3263d6,_0x59d2c9))==null?_0x148cef[_0x4c53eb(0x40b)]:_0x4994b7:_0x148cef[_0x4c53eb(0x40b)],_0x4de4e8=_0x59d2c9?(_0x21b858=(0x0,_0x28a390['transformToAxisAlignPosition'])(_0x3263d6,_0x59d2c9))==null?_0x148cef[_0x4c53eb(0x4e0)]:_0x21b858:_0x148cef[_0x4c53eb(0x4e0)];_0x552c79['executeCommand'](_0x28a390[_0x4c53eb(0x2d3)]['id'],{'unitId':_0x2b76e6,'drawings':[{..._0x148cef,'transform':_0x3263d6,'sheetTransform':_0x1e7166,'axisAlignSheetTransform':_0x4de4e8}]});},'allowHostSizeShrink':({unitId:_0x5505e8,subUnitId:_0x27e45b,shapeId:_0x22ddbf})=>(0x0,_0xa40d9e[_0x481a86(0x478)])(_0x267c47[_0x481a86(0x27c)](_0x5505e8,_0x27e45b,_0x22ddbf))}),[_0x552c79,_0x1e6733,_0x8344ef,_0x267c47]),'editingService':_0x547fb3,'editorUnitId':_0x1e912e,'positionOptions':(0x0,_0x4ff626['useMemo'])(()=>({'viewportKeys':{'main':_0x40dd84[_0x481a86(0x1f0)][_0x481a86(0x3e1)],'leftTop':_0x40dd84['SHEET_VIEWPORT_KEY'][_0x481a86(0x360)],'top':_0x40dd84['SHEET_VIEWPORT_KEY'][_0x481a86(0x500)],'left':_0x40dd84['SHEET_VIEWPORT_KEY']['VIEW_MAIN_LEFT']},'getSkeleton':(_0x21ac4c,_0x3d7609)=>{const _0x2d1330=_0x481a86;var _0x53e746,_0x7bd866;return(_0x53e746=(_0x7bd866=_0x21ac4c[_0x2d1330(0x451)](_0x100e66['SheetSkeletonManagerService'])['getSkeletonParam'](_0x3d7609[_0x2d1330(0x2fe)]))==null?void 0x0:_0x7bd866[_0x2d1330(0x29f)])==null?null:_0x53e746;}}),[])});}),_0x58c754=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(_0x190314,_0x29a32b){const _0x30301b=_0x209063;super(),this[_0x30301b(0x413)]=_0x190314,this['_iconManager']=_0x29a32b,this[_0x30301b(0x456)](),this[_0x30301b(0x21b)]();}['_registerIcons'](){const _0x43fd4e=_0x209063;this[_0x43fd4e(0x3d3)][_0x43fd4e(0x38c)]('ObjectLayersIcon')||this[_0x43fd4e(0x3df)](this[_0x43fd4e(0x3d3)][_0x43fd4e(0x465)]({'ObjectLayersIcon':_0x11e83e}));}[_0x209063(0x21b)](){const _0x5b9bdc=_0x209063;this[_0x5b9bdc(0x3df)](this[_0x5b9bdc(0x413)]['register'](_0x1e65b6,_0x5d9b51)),this[_0x5b9bdc(0x3df)](this[_0x5b9bdc(0x413)][_0x5b9bdc(0x465)](_0xd78f5f,_0x111ad8)),this['disposeWithMe'](this[_0x5b9bdc(0x413)]['register'](_0x172a63,_0x2945f1)),this[_0x5b9bdc(0x3df)](this[_0x5b9bdc(0x413)][_0x5b9bdc(0x465)](_0x5e4e34,_0x4926c6)),this['_componentManager']['get'](_0xceb6c3[_0x5b9bdc(0x4fb)])||this['disposeWithMe'](this[_0x5b9bdc(0x413)][_0x5b9bdc(0x465)](_0xceb6c3[_0x5b9bdc(0x4fb)],_0x344e7e)),this[_0x5b9bdc(0x3df)](this['_componentManager'][_0x5b9bdc(0x465)](_0x15b03d,_0x18b2ad)),this[_0x5b9bdc(0x3df)](this[_0x5b9bdc(0x413)]['register'](_0x3c71d3,_0xa40d9e[_0x5b9bdc(0x39c)])),this[_0x5b9bdc(0x3df)](this['_componentManager'][_0x5b9bdc(0x465)]('SheetShapeTextEditorContainer',_0x411310));}};_0x58c754=_0x276893([_0x3cbe95(0x0,(0x0,_0x49d30a[_0x209063(0x47f)])(_0xa9133b[_0x209063(0x2ac)])),_0x3cbe95(0x1,(0x0,_0x49d30a[_0x209063(0x47f)])(_0xa9133b[_0x209063(0x322)]))],_0x58c754);let _0x43f6ab=class extends _0x49d30a['Disposable']{constructor(_0x262a46,_0x134fd,_0x4d4d55,_0x5ed83f,_0x1431cb){const _0x172eec=_0x209063;super(),this['_context']=_0x262a46,this[_0x172eec(0x4e5)]=_0x134fd,this[_0x172eec(0x40d)]=_0x4d4d55,this['_univerInstanceService']=_0x5ed83f,this[_0x172eec(0x471)]=_0x1431cb,_0x28368a(this,_0x172eec(0x4dc),null),_0x28368a(this,'_unitId',null),_0x28368a(this,_0x172eec(0x489),null),_0x28368a(this,_0x172eec(0x227),void 0x0),_0x28368a(this,_0x172eec(0x461),[]),_0x28368a(this,_0x172eec(0x4df),0x0),_0x28368a(this,'_baseTop',0x0),_0x28368a(this,_0x172eec(0x335),0x0),_0x28368a(this,_0x172eec(0x312),0x0),_0x28368a(this,_0x172eec(0x278),!0x1),_0x28368a(this,_0x172eec(0x44d),void 0x0),_0x28368a(this,_0x172eec(0x23a),void 0x0),_0x28368a(this,_0x172eec(0x318),void 0x0),_0x28368a(this,_0x172eec(0x40f),void 0x0),_0x28368a(this,_0x172eec(0x386),!0x1),this[_0x172eec(0x345)](),this[_0x172eec(0x457)]();}[_0x209063(0x409)](){const _0x1108f3=_0x209063;this[_0x1108f3(0x20a)]();}[_0x209063(0x424)](){const _0x568b1e=_0x209063;this['_clearControls'](),this[_0x568b1e(0x387)](!0x0);}[_0x209063(0x37f)](_0x192284,_0x8752c6,_0x519d22,_0x5dce8b){const _0x3f4505=_0x209063;let _0x1d3f01=_0x192284;if(!(_0x1d3f01===_0x5b6709[_0x3f4505(0x297)][_0x3f4505(0x205)]||_0x192284===_0x3f4505(0x2fa)))try{let _0x10d5ab=new _0x5b6709[(_0x3f4505(0x2e7))](_0x1d3f01,'clip-adj-'+_0x192284);return _0x5dce8b&&_0x10d5ab[_0x3f4505(0x3ef)]({'adjustValues':_0x5dce8b},!0x0),_0x10d5ab[_0x3f4505(0x2c1)]({'width':_0x8752c6,'height':_0x519d22}),_0x10d5ab;}catch{return;}}[_0x209063(0x303)](_0x5b2ea2,_0x10e41b,_0x1d3879){const _0x3aced3=_0x209063;let _0x444d41={'unitId':_0x5b2ea2,'subUnitId':_0x10e41b,'drawingId':_0x1d3879},_0x891bb9=this[_0x3aced3(0x4e5)][_0x3aced3(0x20c)](_0x444d41);if(!(!_0x891bb9||_0x891bb9[_0x3aced3(0x3e8)]!==_0x49d30a[_0x3aced3(0x365)][_0x3aced3(0x431)]))return _0x891bb9;}[_0x209063(0x2aa)](_0x42adb4,_0x91f7f2,_0x3b962d){const _0x36e8f1=_0x209063;let _0x2367ab=this[_0x36e8f1(0x40d)][_0x36e8f1(0x2f7)](_0x42adb4);if(!_0x2367ab)return;let {scene:_0x5da988}=_0x2367ab,_0x155104=(0x0,_0x510035[_0x36e8f1(0x3a8)])({'unitId':_0x42adb4,'subUnitId':_0x91f7f2,'drawingId':_0x3b962d}),_0x2ee22a=_0x5da988[_0x36e8f1(0x229)](_0x155104);if(_0x2ee22a instanceof _0x40dd84[_0x36e8f1(0x4bb)]){let _0x191f8b=_0x2ee22a['prstGeom'];if(_0x191f8b)return{'prstGeom':_0x191f8b,'adjustValues':_0x2ee22a['prstGeomAdjValues']};}}[_0x209063(0x387)](_0x1d760f=!0x1){const _0x6d195=_0x209063;if(!this[_0x6d195(0x30e)]||!this[_0x6d195(0x489)]||!this['_activeImageId'])return;let _0x2d6a9c=this[_0x6d195(0x40d)][_0x6d195(0x2f7)](this[_0x6d195(0x30e)]);if(!_0x2d6a9c||!_0x2d6a9c[_0x6d195(0x451)](_0x100e66[_0x6d195(0x242)])[_0x6d195(0x238)]())return;let {scene:_0x4f4b5e}=_0x2d6a9c,_0x1dfda1=this[_0x6d195(0x303)](this[_0x6d195(0x30e)],this['_subUnitId'],this[_0x6d195(0x4dc)]);if(!_0x1dfda1)return;let {transform:_0xcdca56}=_0x1dfda1;if(!_0xcdca56)return;let {left:_0x1f8265,top:_0x351b79,width:_0x52204a,height:_0x1a1b61,flipX:_0x3412c0,flipY:_0x38e83d,angle:_0x44f51f=0x0}=_0xcdca56;if(_0x1f8265===void 0x0||_0x351b79===void 0x0)return;let _0x4fa4e2=this[_0x6d195(0x2aa)](this[_0x6d195(0x30e)],this[_0x6d195(0x489)],this[_0x6d195(0x4dc)]);if(!_0x4fa4e2)return;if(_0x1d760f){let _0x384e25=this[_0x6d195(0x37f)](_0x4fa4e2[_0x6d195(0x46b)],_0x52204a||0x0,_0x1a1b61||0x0,_0x4fa4e2[_0x6d195(0x502)]);if(!_0x384e25)return;this[_0x6d195(0x227)]=_0x384e25[_0x6d195(0x41a)]();}let _0x430c51=this[_0x6d195(0x227)];if(!(!_0x430c51||_0x430c51[_0x6d195(0x28f)]===0x0))for(let _0x1ebb1d=0x0;_0x1ebb1d<_0x430c51[_0x6d195(0x28f)];_0x1ebb1d++){let _0x2b6ded=_0x430c51[_0x1ebb1d],_0xb05f42=_0x2b6ded['x'],_0x177a15=_0x2b6ded['y'];if(_0x3412c0&&(_0xb05f42=(_0x52204a||0x0)-_0xb05f42),_0x38e83d&&(_0x177a15=(_0x1a1b61||0x0)-_0x177a15),_0x44f51f!==0x0){let _0x8bb71e=(_0x52204a||0x0)/0x2,_0x231de8=(_0x1a1b61||0x0)/0x2,_0x477e70=_0x44f51f*Math['PI']/0xb4,_0x50932a=Math[_0x6d195(0x344)](_0x477e70),_0x456736=Math[_0x6d195(0x4e1)](_0x477e70),_0x311a0f=_0xb05f42-_0x8bb71e,_0x4b33c8=_0x177a15-_0x231de8;_0xb05f42=_0x8bb71e+(_0x311a0f*_0x50932a-_0x4b33c8*_0x456736),_0x177a15=_0x231de8+(_0x311a0f*_0x456736+_0x4b33c8*_0x50932a);}let _0x51ab21={'x':_0xb05f42,'y':_0x177a15,'adjName':_0x2b6ded['adjName']};this[_0x6d195(0x1f8)](_0x4f4b5e,_0x51ab21,_0x51ab21[_0x6d195(0x259)],_0x1f8265,_0x351b79,this['_unitId'],this[_0x6d195(0x489)]);}}[_0x209063(0x1f8)](_0x101d04,_0x19de21,_0x45e929,_0x16543a,_0xb9ff6b,_0x5e1df9,_0x43f777){const _0x28bd76=_0x209063;if(!this[_0x28bd76(0x4dc)])return;let _0x4cfc87=_0x28bd76(0x3f1)+this[_0x28bd76(0x4dc)]+'-'+_0x45e929,_0x3023c2=_0x101d04[_0x28bd76(0x22b)](_0x4cfc87);if(_0x3023c2){_0x3023c2[_0x28bd76(0x462)]({'left':_0x19de21['x']+_0x16543a-_0x5b6709[_0x28bd76(0x389)]['adjHandleSize'],'top':_0x19de21['y']+_0xb9ff6b-_0x5b6709['ShapeDefaultConfig'][_0x28bd76(0x3fe)]});return;}let _0x383f09=new _0xa97e9e(_0x4cfc87,{'left':_0x19de21['x']+_0x16543a-_0x5b6709[_0x28bd76(0x389)]['adjHandleSize'],'top':_0x19de21['y']+_0xb9ff6b-_0x5b6709[_0x28bd76(0x389)][_0x28bd76(0x3fe)],'adjName':_0x45e929,'shapeId':this[_0x28bd76(0x4dc)],'unitId':_0x5e1df9,'subUnitId':_0x43f777,'width':_0x5b6709[_0x28bd76(0x389)][_0x28bd76(0x3fe)]+0x8,'height':_0x5b6709['ShapeDefaultConfig'][_0x28bd76(0x3fe)]+0x8,'zIndex':_0x40dd84['DRAWING_OBJECT_LAYER_INDEX']+0x1,'evented':!0x0});this['_shapes']['push'](_0x383f09),this[_0x28bd76(0x487)](_0x383f09,_0x101d04,_0x45e929),_0x101d04['addObject'](_0x383f09,_0x40dd84[_0x28bd76(0x27f)]+0x1);}[_0x209063(0x20a)](){const _0x575711=_0x209063;this['_shapes'][_0x575711(0x28f)]!==0x0&&(this['_shapes'][_0x575711(0x250)](_0x5e91c6=>_0x5e91c6[_0x575711(0x46a)]()),this[_0x575711(0x461)]=[]);}[_0x209063(0x2a8)](_0x27768e,_0x38b415){const _0x1adc9c=_0x209063;var _0x3ca44b;let _0x55ce64={'x':0x0,'y':0x0},_0x4eded1=this[_0x1adc9c(0x40d)][_0x1adc9c(0x2f7)](_0x27768e);if(!_0x4eded1||!_0x4eded1['with'](_0x100e66[_0x1adc9c(0x242)])['getSkeleton'](_0x38b415))return _0x55ce64;let _0x33e58c=_0x4eded1[_0x1adc9c(0x451)](_0x100e66[_0x1adc9c(0x200)]),_0x3b94d8=_0x33e58c==null?void 0x0:_0x33e58c[_0x1adc9c(0x373)]();if(!_0x3b94d8)return _0x55ce64;let _0x3b3475=(_0x3ca44b=this[_0x1adc9c(0x2be)][_0x1adc9c(0x22d)](_0x27768e))==null?void 0x0:_0x3ca44b[_0x1adc9c(0x366)](_0x38b415);if(!_0x3b3475)return _0x55ce64;let _0x596b4f=(0x0,_0x100e66['getViewportByCell'])(_0x3b94d8[_0x1adc9c(0x230)],_0x3b94d8[_0x1adc9c(0x477)],_0x4eded1[_0x1adc9c(0x349)],_0x3b3475);return _0x596b4f?{'x':_0x596b4f[_0x1adc9c(0x1db)],'y':_0x596b4f[_0x1adc9c(0x2da)]}:_0x55ce64;}[_0x209063(0x29c)](_0x128d4a,_0x1d8723){const _0x2b27dd=_0x209063;var _0x50399b,_0x536343;let _0x21be48=(_0x50399b=this[_0x2b27dd(0x2be)][_0x2b27dd(0x22d)](_0x128d4a))==null?void 0x0:_0x50399b[_0x2b27dd(0x366)](_0x1d8723);return(_0x536343=_0x21be48==null?void 0x0:_0x21be48[_0x2b27dd(0x350)]())==null?0x1:_0x536343;}[_0x209063(0x487)](_0x430afd,_0x1103a0,_0x2c18ab){const _0x51da9b=_0x209063;this[_0x51da9b(0x3df)]((0x0,_0x49d30a[_0x51da9b(0x2d2)])(_0x430afd[_0x51da9b(0x222)][_0x51da9b(0x35a)]((_0x1f8aca,_0x2b91fe)=>{const _0x37e60e=_0x51da9b;var _0x297682,_0x562998,_0x35d40d;let {unitId:_0x62ec61,subUnitId:_0x17c4e6,drawingId:_0x66e74c}=_0x430afd[_0x37e60e(0x36c)](),_0x379524=this[_0x37e60e(0x303)](_0x62ec61,_0x17c4e6,_0x66e74c);if(!(_0x379524!=null&&_0x379524['transform']))return;let {left:_0x333743,top:_0x36273b,width:_0x2365a0,height:_0x2a73e4}=_0x379524[_0x37e60e(0x267)];this['_baseLeft']=_0x333743||0x0,this[_0x37e60e(0x3d1)]=_0x36273b||0x0,this[_0x37e60e(0x335)]=_0x2365a0||0x0,this[_0x37e60e(0x312)]=_0x2a73e4||0x0;let _0x43073b=!!((_0x297682=_0x379524[_0x37e60e(0x267)])!=null&&_0x297682[_0x37e60e(0x2d8)]),_0x34b44d=!!((_0x562998=_0x379524[_0x37e60e(0x267)])!=null&&_0x562998['flipY']),_0x33d7d4=((_0x35d40d=_0x379524[_0x37e60e(0x267)])==null?void 0x0:_0x35d40d[_0x37e60e(0x43d)])||0x0,_0x37cb79=this[_0x37e60e(0x2aa)](_0x62ec61,_0x17c4e6,_0x66e74c);if(!_0x37cb79)return;let _0x5d3752=this['_getOrCreateShapeModel'](_0x37cb79[_0x37e60e(0x46b)],this[_0x37e60e(0x335)],this[_0x37e60e(0x312)],_0x37cb79[_0x37e60e(0x502)]);if(!_0x5d3752||(this[_0x37e60e(0x23a)]=_0x5d3752,this[_0x37e60e(0x44d)]=_0x5d3752[_0x37e60e(0x4dd)](_0x2c18ab),!this['_activeAdjustInfo']))return;this[_0x37e60e(0x278)]=!0x0,_0x1103a0[_0x37e60e(0x202)]();let _0x5f10cc=_0x37cb79[_0x37e60e(0x46b)];this['_adjHandlerPointerMove']=_0x1103a0[_0x37e60e(0x468)]['subscribeEvent']((_0x3bc869,_0x40498a)=>{const _0x5d881e=_0x37e60e;if(!this['_isStartAdjusting'])return;let {offsetX:_0x9ff36b,offsetY:_0x361835}=_0x3bc869,_0x252506=this['_activeAdjustInfo'];if(!this[_0x5d881e(0x23a)]||!_0x252506)return;_0x1103a0[_0x5d881e(0x202)](),_0x1103a0[_0x5d881e(0x248)](_0x40dd84[_0x5d881e(0x223)][_0x5d881e(0x317)]);let _0x8dd332={'left':0x0,'top':0x0,'width':this[_0x5d881e(0x335)],'height':this['_baseHeight']},_0x5a8e20=this[_0x5d881e(0x2a8)](_0x62ec61,_0x17c4e6),_0x3f63e5=this[_0x5d881e(0x29c)](_0x62ec61,_0x17c4e6),_0x416deb=_0x9ff36b/_0x3f63e5+_0x5a8e20['x']-this[_0x5d881e(0x4df)],_0x444dec=_0x361835/_0x3f63e5+_0x5a8e20['y']-this[_0x5d881e(0x3d1)];if(_0x33d7d4!==0x0){let _0x38b0a5=this[_0x5d881e(0x335)]/0x2,_0x57ebca=this[_0x5d881e(0x312)]/0x2,_0x16e36d=_0x33d7d4*Math['PI']/0xb4,_0x42160e=Math['cos'](_0x16e36d),_0x4cc53c=Math[_0x5d881e(0x4e1)](_0x16e36d),_0x49a655=_0x416deb-_0x38b0a5,_0x44fcdf=_0x444dec-_0x57ebca;_0x416deb=_0x38b0a5+(_0x49a655*_0x42160e+_0x44fcdf*_0x4cc53c),_0x444dec=_0x57ebca+(-_0x49a655*_0x4cc53c+_0x44fcdf*_0x42160e);}_0x43073b&&(_0x416deb=this[_0x5d881e(0x335)]-_0x416deb),_0x34b44d&&(_0x444dec=this[_0x5d881e(0x312)]-_0x444dec);let _0x3c3e44=this['_activeShapeModel']['calcAdjValue'](_0x8dd332,{'x':_0x416deb,'y':_0x444dec},_0x252506,_0x43073b,_0x34b44d),_0x28fb55=_0x252506[_0x5d881e(0x45d)]||_0x252506[_0x5d881e(0x48a)]||_0x252506[_0x5d881e(0x46d)]||_0x252506['gdRefR'];_0x28fb55!==void 0x0&&(this[_0x5d881e(0x23a)][_0x5d881e(0x45a)](_0x28fb55,_0x3c3e44),this[_0x5d881e(0x23a)][_0x5d881e(0x2c1)]({'width':this[_0x5d881e(0x335)],'height':this['_baseHeight']}),this[_0x5d881e(0x2e3)](_0x62ec61,_0x17c4e6,_0x66e74c,_0x28fb55,_0x3c3e44),this[_0x5d881e(0x227)]=this['_activeShapeModel']['getDrawingPoints'](),this[_0x5d881e(0x44d)]=this[_0x5d881e(0x23a)][_0x5d881e(0x4dd)](_0x2c18ab),this[_0x5d881e(0x387)](),_0x40498a[_0x5d881e(0x2b6)]());}),this[_0x37e60e(0x40f)]=_0x1103a0[_0x37e60e(0x4ab)][_0x37e60e(0x35a)]((_0xfb734f,_0x40b0f0)=>{const _0x17c90d=_0x37e60e;if(this[_0x17c90d(0x318)][_0x17c90d(0x27d)](),this['_adjHandlerPointerUp'][_0x17c90d(0x27d)](),_0x1103a0[_0x17c90d(0x3be)](),this['_activeShapeModel']){let _0x4b3efd=this[_0x17c90d(0x23a)][_0x17c90d(0x3c9)](),_0x4cefbe={};for(let _0x3339e8 of _0x4b3efd){let _0x5d0094=this[_0x17c90d(0x23a)][_0x17c90d(0x213)](_0x3339e8);_0x5d0094!==void 0x0&&(_0x4cefbe[_0x3339e8]=_0x5d0094);}this[_0x17c90d(0x471)][_0x17c90d(0x245)](_0x62ec61,_0x17c4e6,_0x66e74c,_0x5f10cc,_0x4cefbe);}this[_0x17c90d(0x44d)]=void 0x0,this[_0x17c90d(0x23a)]=void 0x0,this['_isStartAdjusting']=!0x1,_0x40b0f0[_0x17c90d(0x2b6)](),_0x1103a0[_0x17c90d(0x4a1)]();}),_0x2b91fe[_0x37e60e(0x2b6)]();})));}[_0x209063(0x2e3)](_0x4cadaa,_0xff72f4,_0x132442,_0x5f5b40,_0x45f58c){const _0x154eb1=_0x209063;let _0x599364=this['_renderManagerService']['getRenderById'](_0x4cadaa);if(!_0x599364)return;let {scene:_0x5db11c}=_0x599364,_0x42648e=(0x0,_0x510035[_0x154eb1(0x3a8)])({'unitId':_0x4cadaa,'subUnitId':_0xff72f4,'drawingId':_0x132442}),_0x1b34c5=_0x5db11c[_0x154eb1(0x229)](_0x42648e);if(_0x1b34c5 instanceof _0x40dd84[_0x154eb1(0x4bb)]){var _0x63b49a;let _0x246f63=(_0x63b49a=_0x1b34c5['prstGeomAdjValues'])==null?{}:_0x63b49a;_0x1b34c5['setPrstGeomAdjValues']({..._0x246f63,[_0x5f5b40]:_0x45f58c}),_0x1b34c5[_0x154eb1(0x25d)](!0x0);}}[_0x209063(0x457)](){const _0x3a7e7e=_0x209063;let _0x7c67ce=this[_0x3a7e7e(0x2be)][_0x3a7e7e(0x26b)](_0x49d30a[_0x3a7e7e(0x276)][_0x3a7e7e(0x295)]);this[_0x3a7e7e(0x3df)](_0x7c67ce[_0x3a7e7e(0x201)]((0x0,_0x230aed[_0x3a7e7e(0x24b)])(_0x85664d=>_0x85664d?_0x85664d[_0x3a7e7e(0x403)][_0x3a7e7e(0x201)]((0x0,_0x230aed[_0x3a7e7e(0x24b)])(_0x48fb12=>{const _0x5aa487=_0x3a7e7e;if(!_0x48fb12)return _0x230aed[_0x5aa487(0x2d0)];let _0x3c579f=_0x85664d[_0x5aa487(0x3bf)](),_0x3c69f7=this[_0x5aa487(0x40d)][_0x5aa487(0x2f7)](_0x3c579f),_0x32acd5=_0x3c69f7==null?void 0x0:_0x3c69f7[_0x5aa487(0x349)];return _0x32acd5?(0x0,_0x230aed['of'])(_0x32acd5):_0x230aed[_0x5aa487(0x2d0)];})):_0x230aed[_0x3a7e7e(0x2d0)]))[_0x3a7e7e(0x4d3)](_0x113fd5=>{const _0x4401c4=_0x3a7e7e;let _0x6a275a=_0x113fd5[_0x4401c4(0x262)]();this[_0x4401c4(0x3df)](_0x113fd5[_0x4401c4(0x468)][_0x4401c4(0x35a)](()=>{const _0x56b0ab=_0x4401c4;this['_isImagePointerDown']&&this[_0x56b0ab(0x20a)]();})),this[_0x4401c4(0x3df)](_0x6a275a[_0x4401c4(0x275)][_0x4401c4(0x4d3)](_0x27daf4=>{const _0x1a24a7=_0x4401c4;let {objects:_0x4a7ec2}=_0x27daf4;if(this[_0x1a24a7(0x387)](),_0x4a7ec2!==null&&_0x4a7ec2[_0x1a24a7(0x3c6)]===0x1){let _0x5d4df1=_0x4a7ec2[_0x1a24a7(0x1e1)]()[_0x1a24a7(0x241)]()[_0x1a24a7(0x2b4)];_0x5d4df1 instanceof _0x40dd84[_0x1a24a7(0x4bb)]&&_0x5d4df1[_0x1a24a7(0x46b)]&&(this[_0x1a24a7(0x386)]=!0x0);}})),this[_0x4401c4(0x3df)](_0x6a275a[_0x4401c4(0x4e8)][_0x4401c4(0x4d3)](()=>{const _0x90b837=_0x4401c4;this['_isImagePointerDown']&&this[_0x90b837(0x20a)]();})),this['disposeWithMe'](_0x113fd5['onPointerUp$'][_0x4401c4(0x35a)](()=>{const _0x5d1511=_0x4401c4;this[_0x5d1511(0x386)]&&(this['_isImagePointerDown']=!0x1,this[_0x5d1511(0x387)]());})),this['disposeWithMe'](_0x6a275a[_0x4401c4(0x4d7)][_0x4401c4(0x4d3)](()=>{const _0x28e6f2=_0x4401c4;if(this[_0x28e6f2(0x30e)]&&this['_subUnitId']&&this[_0x28e6f2(0x4dc)]){let _0x4c3171=this[_0x28e6f2(0x2aa)](this[_0x28e6f2(0x30e)],this[_0x28e6f2(0x489)],this[_0x28e6f2(0x4dc)]);if(_0x4c3171){var _0xff246f,_0x266327;let _0x3e927b=this['_getImageDrawingInfo'](this['_unitId'],this[_0x28e6f2(0x489)],this[_0x28e6f2(0x4dc)]),_0x470914=(_0x3e927b==null||(_0xff246f=_0x3e927b['transform'])==null?void 0x0:_0xff246f[_0x28e6f2(0x3bb)])||0x0,_0x4c4fb3=(_0x3e927b==null||(_0x266327=_0x3e927b[_0x28e6f2(0x267)])==null?void 0x0:_0x266327['height'])||0x0,_0x487991=this[_0x28e6f2(0x37f)](_0x4c3171[_0x28e6f2(0x46b)],_0x470914,_0x4c4fb3,_0x4c3171[_0x28e6f2(0x502)]);_0x487991&&(this[_0x28e6f2(0x227)]=_0x487991[_0x28e6f2(0x41a)](),this[_0x28e6f2(0x20a)](),this['_createControls'](!0x0));}}}));}));}[_0x209063(0x345)](){const _0x3bedf8=_0x209063;this['disposeWithMe'](this[_0x3bedf8(0x4e5)][_0x3bedf8(0x2a6)][_0x3bedf8(0x4d3)](_0x23fc99=>{const _0x141ebd=_0x3bedf8;if(_0x23fc99['length']===0x1){let _0x3ef1ed=_0x23fc99[0x0];if(_0x3ef1ed[_0x141ebd(0x3e8)]===_0x49d30a[_0x141ebd(0x365)][_0x141ebd(0x431)]){let {unitId:_0x1ac214,subUnitId:_0x150313,drawingId:_0x8b56fa}=_0x3ef1ed,_0x4a9687=this[_0x141ebd(0x2aa)](_0x1ac214,_0x150313,_0x8b56fa);if(_0x4a9687){var _0x3ab0a1,_0xd71749;this['_activeImageId']=_0x8b56fa,this['_unitId']=_0x1ac214,this[_0x141ebd(0x489)]=_0x150313;let _0x2a22c5=this[_0x141ebd(0x303)](_0x1ac214,_0x150313,_0x8b56fa),_0xc64be1=(_0x2a22c5==null||(_0x3ab0a1=_0x2a22c5[_0x141ebd(0x267)])==null?void 0x0:_0x3ab0a1[_0x141ebd(0x3bb)])||0x0,_0x377f59=(_0x2a22c5==null||(_0xd71749=_0x2a22c5[_0x141ebd(0x267)])==null?void 0x0:_0xd71749[_0x141ebd(0x498)])||0x0,_0x12853c=this['_getOrCreateShapeModel'](_0x4a9687[_0x141ebd(0x46b)],_0xc64be1,_0x377f59,_0x4a9687['adjustValues']);_0x12853c&&(this[_0x141ebd(0x227)]=_0x12853c[_0x141ebd(0x41a)]()),this[_0x141ebd(0x20a)](),this[_0x141ebd(0x387)](!0x0);}else this['_resetState']();}else this[_0x141ebd(0x3bd)]();}else this[_0x141ebd(0x3bd)]();})),this['disposeWithMe'](this[_0x3bedf8(0x4e5)][_0x3bedf8(0x44c)]['subscribe'](_0x409b80=>{const _0x3ff3db=_0x3bedf8;if(_0x409b80['length']===0x1){let _0x3407a1=_0x409b80[0x0],_0x16d865=this['_drawingManagerService'][_0x3ff3db(0x20c)](_0x3407a1);(_0x16d865==null?void 0x0:_0x16d865['drawingType'])===_0x49d30a[_0x3ff3db(0x365)]['DRAWING_IMAGE']&&this[_0x3ff3db(0x4dc)]===_0x3407a1[_0x3ff3db(0x2e9)]&&(this[_0x3ff3db(0x20a)](),this[_0x3ff3db(0x387)](!0x0));}})),this[_0x3bedf8(0x3df)](this[_0x3bedf8(0x4e5)][_0x3bedf8(0x37d)][_0x3bedf8(0x4d3)](_0x17d8e5=>{const _0x2e25b6=_0x3bedf8;for(let _0x2d5d04 of _0x17d8e5)this[_0x2e25b6(0x4dc)]===_0x2d5d04[_0x2e25b6(0x2e9)]&&this['_resetState']();}));}[_0x209063(0x3bd)](){const _0x2a5ea5=_0x209063;this[_0x2a5ea5(0x4dc)]=null,this[_0x2a5ea5(0x30e)]=null,this[_0x2a5ea5(0x489)]=null,this[_0x2a5ea5(0x227)]=void 0x0,this[_0x2a5ea5(0x20a)]();}};_0x43f6ab=_0x276893([_0x3cbe95(0x1,_0x510035[_0x209063(0x239)]),_0x3cbe95(0x2,(0x0,_0x49d30a['Inject'])(_0x40dd84[_0x209063(0x2ba)])),_0x3cbe95(0x3,_0x49d30a[_0x209063(0x31b)]),_0x3cbe95(0x4,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x43d42e))],_0x43f6ab);let _0x19f29c=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(_0x43b4eb,_0x310d98,_0x5dbad4,_0x1a4c60){const _0x8ae9a9=_0x209063;super(),this['_univerInstanceService']=_0x43b4eb,this[_0x8ae9a9(0x501)]=_0x310d98,this[_0x8ae9a9(0x43c)]=_0x5dbad4,this[_0x8ae9a9(0x488)]=_0x1a4c60,this[_0x8ae9a9(0x2a3)]();}[_0x209063(0x2a3)](){this['disposeWithMe'](this['_sheetInterceptorService']['interceptCommand']({'getMutations':_0x5a4f23=>{const _0x446cc0=_0x45fb;if(_0x5a4f23['id']===_0x4fbea5[_0x446cc0(0x37a)]['id']){let _0x1ad89c=(0x0,_0x4fbea5[_0x446cc0(0x3c0)])(this[_0x446cc0(0x2be)],_0x5a4f23[_0x446cc0(0x2c7)]);if(!_0x1ad89c)return{'redos':[],'undos':[]};let {unitId:_0x5afca4,subUnitId:_0x4ed431}=_0x1ad89c,_0x389c13=this[_0x446cc0(0x43c)]['getDrawingData'](_0x5afca4,_0x4ed431),_0xe6d933=Object[_0x446cc0(0x1e1)](_0x389c13)[_0x446cc0(0x3a4)](_0x2e23ef=>_0x2e23ef['drawingType']===_0x49d30a['DrawingTypeEnum'][_0x446cc0(0x4fe)]);if(_0xe6d933[_0x446cc0(0x28f)]===0x0)return{'redos':[],'undos':[]};let _0x384064=[],_0x20e61b=[];for(let _0x5f6f58=0x0;_0x5f6f58<_0xe6d933[_0x446cc0(0x28f)];_0x5f6f58++){let _0x164d41=_0xe6d933[_0x5f6f58],_0x1241be=this[_0x446cc0(0x488)][_0x446cc0(0x4b2)](_0x164d41[_0x446cc0(0x441)],_0x164d41[_0x446cc0(0x2fe)],_0x164d41[_0x446cc0(0x2e9)]);if(!_0x1241be)continue;let {redo:_0x38d766,undo:_0x59d551,objects:_0x454389}=this[_0x446cc0(0x43c)]['getBatchRemoveOp']([_0x164d41]);_0x384064['push']({'id':_0x4eb2ab['RemoveSheetsShapeMutation']['id'],'params':{'unitId':_0x5afca4,'subUnitId':_0x4ed431,'shapeId':_0x164d41[_0x446cc0(0x2e9)]}}),_0x384064[_0x446cc0(0x3ed)]({'id':_0x28a390[_0x446cc0(0x326)]['id'],'params':{'unitId':_0x5afca4,'subUnitId':_0x4ed431,'type':_0x28a390[_0x446cc0(0x3e9)]['REMOVE'],'op':_0x38d766,'objects':_0x454389}}),_0x20e61b[_0x446cc0(0x3ed)]({'id':_0x28a390[_0x446cc0(0x326)]['id'],'params':{'unitId':_0x5afca4,'subUnitId':_0x4ed431,'type':_0x28a390[_0x446cc0(0x3e9)][_0x446cc0(0x25e)],'op':_0x59d551,'objects':_0x454389}}),_0x20e61b[_0x446cc0(0x3ed)]({'id':_0x4eb2ab[_0x446cc0(0x41b)]['id'],'params':{'unitId':_0x5afca4,'subUnitId':_0x4ed431,'shapeId':_0x164d41[_0x446cc0(0x2e9)],'shapeType':_0x1241be[_0x446cc0(0x4b0)](),'shapeData':JSON[_0x446cc0(0x1e8)](JSON['stringify'](_0x1241be[_0x446cc0(0x224)]()))}});}return{'redos':_0x384064,'undos':_0x20e61b};}else{if(_0x5a4f23['id']===_0x4fbea5[_0x446cc0(0x3b4)]['id']){let {unitId:_0x12dbb3,subUnitId:_0x24924d,targetSubUnitId:_0x4b3be0}=_0x5a4f23[_0x446cc0(0x2c7)];if(!_0x12dbb3||!_0x24924d||!_0x4b3be0)return{'redos':[],'undos':[]};let _0x4063f0=this[_0x446cc0(0x43c)][_0x446cc0(0x2fd)](_0x12dbb3,_0x24924d),_0x3738bb=Object['values'](_0x4063f0)[_0x446cc0(0x3a4)](_0x5ea7b7=>_0x5ea7b7[_0x446cc0(0x3e8)]===_0x49d30a[_0x446cc0(0x365)][_0x446cc0(0x4fe)]);if(_0x3738bb[_0x446cc0(0x28f)]===0x0)return{'redos':[],'undos':[]};let _0x5a130d=[],_0x459ffe=[];for(let _0x32ecd5=0x0;_0x32ecd5<_0x3738bb[_0x446cc0(0x28f)];_0x32ecd5++){let _0x4d9803=_0x3738bb[_0x32ecd5],_0x312501=this['_sheetsShapeService'][_0x446cc0(0x4b2)](_0x4d9803[_0x446cc0(0x441)],_0x4d9803[_0x446cc0(0x2fe)],_0x4d9803[_0x446cc0(0x2e9)]);if(!_0x312501)continue;let _0x5441f8=(0x0,_0x49d30a['generateRandomId'])(),_0x4a8880={..._0x4d9803,'unitId':_0x12dbb3,'subUnitId':_0x4b3be0,'drawingId':_0x5441f8},{redo:_0x2e34f0,undo:_0x2df7a4,objects:_0x3ba659}=this['_sheetDrawingService']['getBatchAddOp']([_0x4a8880]);_0x5a130d[_0x446cc0(0x3ed)]({'id':_0x28a390[_0x446cc0(0x326)]['id'],'params':{'unitId':_0x12dbb3,'subUnitId':_0x4b3be0,'type':_0x28a390['DrawingApplyType']['INSERT'],'op':_0x2e34f0,'objects':_0x3ba659}}),_0x5a130d[_0x446cc0(0x3ed)]({'id':_0x4eb2ab['InsertSheetsShapeMutation']['id'],'params':{'unitId':_0x12dbb3,'subUnitId':_0x4b3be0,'shapeId':_0x5441f8,'shapeType':_0x312501[_0x446cc0(0x4b0)](),'shapeData':JSON[_0x446cc0(0x1e8)](JSON['stringify'](_0x312501[_0x446cc0(0x224)]()))}}),_0x459ffe[_0x446cc0(0x3ed)]({'id':_0x4eb2ab[_0x446cc0(0x24e)]['id'],'params':{'unitId':_0x12dbb3,'subUnitId':_0x4b3be0,'shapeId':_0x5441f8}}),_0x459ffe[_0x446cc0(0x3ed)]({'id':_0x28a390[_0x446cc0(0x326)]['id'],'params':{'unitId':_0x12dbb3,'subUnitId':_0x4b3be0,'type':_0x28a390['DrawingApplyType'][_0x446cc0(0x361)],'op':_0x2df7a4,'objects':_0x3ba659}});}return{'redos':_0x5a130d,'undos':_0x459ffe};}}return{'redos':[],'undos':[]};}}));}};_0x19f29c=_0x276893([_0x3cbe95(0x0,(0x0,_0x49d30a['Inject'])(_0x49d30a[_0x209063(0x31b)])),_0x3cbe95(0x1,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x4fbea5[_0x209063(0x3fb)])),_0x3cbe95(0x2,(0x0,_0x49d30a['Inject'])(_0x28a390[_0x209063(0x2b8)])),_0x3cbe95(0x3,(0x0,_0x49d30a['Inject'])(_0x4eb2ab[_0x209063(0x264)]))],_0x19f29c);let _0x312b3e=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(_0x59ecee,_0x5a4818,_0x1fbbde,_0x30dad6,_0x4cb2c4){const _0x1e0f5c=_0x209063;super(),this['_context']=_0x59ecee,this[_0x1e0f5c(0x325)]=_0x5a4818,this[_0x1e0f5c(0x4e5)]=_0x1fbbde,this[_0x1e0f5c(0x3b1)]=_0x30dad6,this['_sheetsShapeService']=_0x4cb2c4,_0x28368a(this,_0x1e0f5c(0x2d1),null),this['_initEvents'](),this[_0x1e0f5c(0x353)](),this[_0x1e0f5c(0x218)]();}[_0x209063(0x209)](){const _0x3e57af=_0x209063;let {scene:_0x404557}=this['_context'];this['disposeWithMe'](_0x404557[_0x3e57af(0x3d5)]['subscribeEvent'](_0x2c6a1e=>{const _0x488cb3=_0x3e57af;let {offsetX:_0x42fe7e,offsetY:_0xfbd185}=_0x2c6a1e,_0x117679=_0x404557['pick'](_0x40dd84[_0x488cb3(0x371)][_0x488cb3(0x3eb)]([_0x42fe7e,_0xfbd185]));if(_0x117679 instanceof _0x642241){let _0x56e9f1=this[_0x488cb3(0x488)]['getShapeModel'](_0x117679[_0x488cb3(0x441)],_0x117679[_0x488cb3(0x2fe)],_0x117679['shapeId']);if(_0x56e9f1!=null&&_0x56e9f1[_0x488cb3(0x224)]()[_0x488cb3(0x330)]||(0x0,_0x5b6709[_0x488cb3(0x3b5)])(this[_0x488cb3(0x488)][_0x488cb3(0x4b0)](_0x117679['unitId'],_0x117679[_0x488cb3(0x2fe)],_0x117679[_0x488cb3(0x3dc)])))return;this[_0x488cb3(0x325)][_0x488cb3(0x2dd)]({'visible':!0x0,'unitId':_0x117679[_0x488cb3(0x441)],'subUnitId':_0x117679[_0x488cb3(0x2fe)],'shapeId':_0x117679[_0x488cb3(0x3dc)],'shapeKey':_0x117679[_0x488cb3(0x35b)]});}}));}[_0x209063(0x353)](){const _0x1c770f=_0x209063;this[_0x1c770f(0x3df)](this[_0x1c770f(0x4e5)]['focus$'][_0x1c770f(0x4d3)](_0x41faa2=>{const _0x4b0a61=_0x1c770f;if(_0x41faa2[_0x4b0a61(0x28f)]===0x1){let _0x59aabb=_0x41faa2[0x0],_0xfdf60e=this[_0x4b0a61(0x4e5)][_0x4b0a61(0x20c)](_0x59aabb);if((_0xfdf60e==null?void 0x0:_0xfdf60e[_0x4b0a61(0x3e8)])===_0x49d30a[_0x4b0a61(0x365)][_0x4b0a61(0x4fe)]){var _0x4165f8;let _0x4b8c94=this[_0x4b0a61(0x325)][_0x4b0a61(0x247)]();if((_0x4b8c94==null?void 0x0:_0x4b8c94[_0x4b0a61(0x3dc)])===_0x59aabb[_0x4b0a61(0x2e9)]&&_0x4b8c94[_0x4b0a61(0x4b6)])return;let _0x3f7338=(0x0,_0x5b6709[_0x4b0a61(0x3b5)])(this[_0x4b0a61(0x488)]['getShapeType'](_0x59aabb[_0x4b0a61(0x441)],_0x59aabb[_0x4b0a61(0x2fe)],_0x59aabb[_0x4b0a61(0x2e9)])),_0x4a0ea5=!!((_0x4165f8=this['_sheetsShapeService'][_0x4b0a61(0x4b2)](_0x59aabb[_0x4b0a61(0x441)],_0x59aabb[_0x4b0a61(0x2fe)],_0x59aabb[_0x4b0a61(0x2e9)]))!=null&&_0x4165f8[_0x4b0a61(0x224)]()[_0x4b0a61(0x330)]);(_0x3f7338||_0x4a0ea5)&&this[_0x4b0a61(0x325)][_0x4b0a61(0x2dd)](null);}else this[_0x4b0a61(0x325)][_0x4b0a61(0x247)]()&&(this[_0x4b0a61(0x325)][_0x4b0a61(0x404)](!0x0),requestAnimationFrame(()=>{const _0x4f78be=_0x4b0a61;this[_0x4f78be(0x325)][_0x4f78be(0x2dd)](null);}));}else this['_shapeTextEditingService'][_0x4b0a61(0x247)]()&&(this['_shapeTextEditingService']['setOnSavingEditorData'](!0x0),requestAnimationFrame(()=>{const _0x2cd45f=_0x4b0a61;this[_0x2cd45f(0x325)]['setEditing'](null);}));})),this[_0x1c770f(0x3df)](this['_drawingManagerService'][_0x1c770f(0x37d)]['subscribe'](_0x164da1=>{const _0x5470bf=_0x1c770f;let _0x2528a3=this[_0x5470bf(0x325)][_0x5470bf(0x247)]();_0x2528a3&&_0x164da1[_0x5470bf(0x38d)](_0x406042=>_0x406042['drawingId']===_0x2528a3[_0x5470bf(0x3dc)])&&this[_0x5470bf(0x325)][_0x5470bf(0x2dd)](null);}));}[_0x209063(0x218)](){const _0x4cd925=_0x209063;this[_0x4cd925(0x3df)](this[_0x4cd925(0x325)]['editingParams$']['subscribe'](_0x11d71d=>{const _0x6190d3=_0x4cd925;let {scene:_0xb4748}=this[_0x6190d3(0x22e)];if(this[_0x6190d3(0x2d1)]){let _0x48667d=_0xb4748['getObjectIncludeInGroup'](this['_lastEditingShapeKey']);_0x48667d&&_0x48667d[_0x6190d3(0x2dd)](!0x1);}if(_0x11d71d){let _0x4f4a25=!!_0x11d71d[_0x6190d3(0x4b6)],_0x45240b=_0xb4748[_0x6190d3(0x22b)](_0x11d71d[_0x6190d3(0x3ea)]);_0x45240b&&(_0x45240b['setEditing'](_0x4f4a25),this['_lastEditingShapeKey']=_0x11d71d[_0x6190d3(0x3ea)]),this[_0x6190d3(0x3b1)]['setContextValue'](_0x49d30a['FOCUSING_SHAPE_TEXT_EDITOR'],_0x4f4a25);}else this[_0x6190d3(0x2d1)]=null,this[_0x6190d3(0x3b1)][_0x6190d3(0x29d)](_0x49d30a[_0x6190d3(0x284)],!0x1);}));}};_0x312b3e=_0x276893([_0x3cbe95(0x1,(0x0,_0x49d30a['Inject'])(_0x3da7be)),_0x3cbe95(0x2,_0x510035[_0x209063(0x239)]),_0x3cbe95(0x3,_0x49d30a[_0x209063(0x4f6)]),_0x3cbe95(0x4,(0x0,_0x49d30a['Inject'])(_0x4eb2ab[_0x209063(0x264)]))],_0x312b3e);let _0x24a7bf=class extends _0xa40d9e[_0x209063(0x408)]{constructor(_0x679e4e,_0x156030,_0x321e30,_0x54016d){super(_0x679e4e,_0x156030,_0x321e30,_0x54016d,{'componentKey':_0x3c71d3,'editorUnitId':_0x1e912e});}};_0x24a7bf=_0x276893([_0x3cbe95(0x1,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x2bba01['DocSelectionManagerService'])),_0x3cbe95(0x2,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x31dab3[_0x209063(0x396)])),_0x3cbe95(0x3,(0x0,_0x49d30a['Inject'])(_0x31dab3[_0x209063(0x3a3)]))],_0x24a7bf);let _0x2d94be=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(_0xcd583c,_0x479b16,_0x119e85,_0x359e00,_0x118804,_0x541e64){const _0x1843ed=_0x209063;super(),this[_0x1843ed(0x240)]=_0xcd583c,this[_0x1843ed(0x40d)]=_0x479b16,this[_0x1843ed(0x4e5)]=_0x119e85,this[_0x1843ed(0x4f1)]=_0x359e00,this[_0x1843ed(0x3ce)]=_0x118804,this[_0x1843ed(0x4af)]=_0x541e64,_0x28368a(this,_0x1843ed(0x4fc),new Set()),this[_0x1843ed(0x47c)]();}[_0x209063(0x47c)](){const _0x16596c=_0x209063;this[_0x16596c(0x4da)](),this[_0x16596c(0x289)](),this['_shapeUpdateListener']();}[_0x209063(0x4da)](){const _0x200fc5=_0x209063;this[_0x200fc5(0x3df)](this[_0x200fc5(0x4e5)][_0x200fc5(0x306)][_0x200fc5(0x4d3)](_0x395ef3=>{const _0x25b40f=_0x200fc5;this[_0x25b40f(0x3f2)](_0x395ef3);}));}[_0x209063(0x289)](){const _0x12796b=_0x209063;this['disposeWithMe'](this[_0x12796b(0x240)][_0x12796b(0x4cc)](_0x4d88e1=>{const _0x3c3a58=_0x12796b;if(_0x4d88e1['id']===_0x4eb2ab['UpdateSheetsShapeDataMutation']['id']){let {unitId:_0x147b4b,subUnitId:_0x329b38,shapeId:_0x38f8ba}=_0x4d88e1[_0x3c3a58(0x2c7)],_0x26c3f4=this[_0x3c3a58(0x372)](_0x147b4b),_0xb549d3=(0x0,_0x510035[_0x3c3a58(0x3a8)])({'unitId':_0x147b4b,'subUnitId':_0x329b38,'drawingId':_0x38f8ba}),_0x11df5e=_0x26c3f4==null?void 0x0:_0x26c3f4['scene'][_0x3c3a58(0x22b)](_0xb549d3);_0x11df5e&&(this[_0x3c3a58(0x4af)][_0x3c3a58(0x221)](_0x11df5e),this[_0x3c3a58(0x4af)]['refreshFormulaPresentation'](_0x11df5e,{'unitId':_0x147b4b,'subUnitId':_0x329b38,'shapeId':_0x38f8ba}),_0x11df5e[_0x3c3a58(0x25d)](!0x0));return;}if(_0x4d88e1['id']===_0x4eb2ab['InsertSheetsShapeMutation']['id']){var _0x2a71b0;let {unitId:_0x33f067,subUnitId:_0x38b1dd,shapeId:_0x5b9628}=_0x4d88e1[_0x3c3a58(0x2c7)],_0x41b954=this[_0x3c3a58(0x372)](_0x33f067);if(_0x41b954==null)return;let {scene:_0x51a9b0}=_0x41b954,_0x22ebcb=(0x0,_0x510035[_0x3c3a58(0x3a8)])({'unitId':_0x33f067,'subUnitId':_0x38b1dd,'drawingId':_0x5b9628}),_0x39ea5b=_0x51a9b0['getObjectIncludeInGroup'](_0x22ebcb);if(!((_0x2a71b0=this['_renderManagerService']['getRenderById'](_0x33f067))!=null&&_0x2a71b0[_0x3c3a58(0x451)](_0x100e66[_0x3c3a58(0x242)])[_0x3c3a58(0x2d9)](_0x38b1dd)))return!0x1;if(_0x39ea5b)return;this[_0x3c3a58(0x3f2)]([{'unitId':_0x33f067,'subUnitId':_0x38b1dd,'drawingId':_0x5b9628}]);}}));}[_0x209063(0x2c0)](){const _0x48261d=_0x209063;this[_0x48261d(0x3df)](this[_0x48261d(0x4e5)][_0x48261d(0x44c)]['subscribe'](_0x2f3215=>{const _0x4292a9=_0x48261d;_0x2f3215[_0x4292a9(0x250)](_0x445b13=>{const _0xacf65d=_0x4292a9;let {unitId:_0x2cfa8a,subUnitId:_0x11c347,drawingId:_0x36f31d}=_0x445b13,_0x386daf=this[_0xacf65d(0x4e5)][_0xacf65d(0x20c)](_0x445b13);if(_0x386daf==null)return;let {transform:_0xd750f2,drawingType:_0x598c6d,srcRect:_0x99e764,prstGeom:_0x12cab}=_0x386daf;if(_0x598c6d!==_0x49d30a['DrawingTypeEnum']['DRAWING_SHAPE'])return;let _0x2fb0e9=this[_0xacf65d(0x372)](_0x2cfa8a);if(_0x2fb0e9==null)return;let {scene:_0x3e3fa1,transformer:_0xd1011c}=_0x2fb0e9;if(_0xd750f2==null)return!0x0;let _0x162b3d=(0x0,_0x510035[_0xacf65d(0x3a8)])({'unitId':_0x2cfa8a,'subUnitId':_0x11c347,'drawingId':_0x36f31d}),_0x654b8f=_0x3e3fa1[_0xacf65d(0x22b)](_0x162b3d);if(_0x654b8f==null)return!0x0;_0x654b8f[_0xacf65d(0x32e)](_0x99e764),_0x654b8f['setPrstGeom'](_0x12cab);});}));}[_0x209063(0x3f2)](_0x298eab){const _0x5dfe0e=_0x209063;for(let _0x3ad709 of _0x298eab){var _0x211f88;let {unitId:_0x3a7aa8,subUnitId:_0x1d34a5,drawingId:_0x3c25c5}=_0x3ad709,_0x7f9d92=this[_0x5dfe0e(0x372)](_0x3a7aa8),_0x19ac49=(_0x211f88=(0x0,_0xceb6c3[_0x5dfe0e(0x1eb)])(this[_0x5dfe0e(0x4f1)],_0x3a7aa8))==null?void 0x0:_0x211f88[_0x5dfe0e(0x2fe)];if(_0x7f9d92==null||_0x19ac49!==_0x1d34a5)return;let _0xaf7e2b=(0x0,_0x510035[_0x5dfe0e(0x3a8)])({'unitId':_0x3a7aa8,'subUnitId':_0x1d34a5,'drawingId':_0x3c25c5});if(this[_0x5dfe0e(0x4fc)][_0x5dfe0e(0x38c)](_0xaf7e2b)||_0x7f9d92[_0x5dfe0e(0x349)][_0x5dfe0e(0x22b)](_0xaf7e2b)!=null)return;let _0x5c19d9=this['_drawingManagerService'][_0x5dfe0e(0x20c)](_0x3ad709);if(_0x5c19d9==null||_0x5c19d9[_0x5dfe0e(0x3e8)]!==_0x49d30a[_0x5dfe0e(0x365)][_0x5dfe0e(0x4fe)])return;if((0x0,_0x5b6709[_0x5dfe0e(0x3b5)])((_0x5c19d9['data']||{})['shapeType'])){let _0x5ba9e1=_0x5c19d9[_0x5dfe0e(0x267)];_0x5ba9e1&&(_0x5c19d9[_0x5dfe0e(0x267)]={..._0x5ba9e1,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1});}this[_0x5dfe0e(0x4fc)][_0x5dfe0e(0x449)](_0xaf7e2b);try{this[_0x5dfe0e(0x4af)]['renderDrawingShape'](_0x5c19d9,_0x7f9d92['scene']);}finally{this[_0x5dfe0e(0x4fc)][_0x5dfe0e(0x425)](_0xaf7e2b);}queueMicrotask(()=>{const _0x3d8522=_0x5dfe0e;if(this[_0x3d8522(0x22c)])return;let _0x17ce2b=(0x0,_0x510035[_0x3d8522(0x3a8)])(_0x3ad709);if(!_0x7f9d92['scene'][_0x3d8522(0x22b)](_0x17ce2b))return;let _0x25b10b=this['_drawingManagerService'][_0x3d8522(0x20c)](_0x3ad709);_0x25b10b&&this['_drawingManagerService']['refreshTransform']([_0x25b10b]);});}}[_0x209063(0x372)](_0x2f1ad1){const _0x48af94=_0x209063;if(_0x2f1ad1==null)return;let _0x1067d1=this[_0x48af94(0x40d)][_0x48af94(0x2f7)](_0x2f1ad1),_0x6f6a1=_0x1067d1==null?void 0x0:_0x1067d1[_0x48af94(0x349)];return _0x6f6a1==null?null:{'scene':_0x6f6a1,'transformer':_0x6f6a1[_0x48af94(0x262)]()};}};_0x2d94be=_0x276893([_0x3cbe95(0x0,_0x49d30a[_0x209063(0x4c5)]),_0x3cbe95(0x1,_0x40dd84['IRenderManagerService']),_0x3cbe95(0x2,_0x510035[_0x209063(0x239)]),_0x3cbe95(0x3,_0x49d30a[_0x209063(0x31b)]),_0x3cbe95(0x4,(0x0,_0x49d30a[_0x209063(0x47f)])(_0xceb6c3[_0x209063(0x300)])),_0x3cbe95(0x5,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x4fc7b5))],_0x2d94be);let _0x4ac129={'normal':{'fill':_0x5b6709[_0x209063(0x389)]['cxnPointFill'],'stroke':_0x5b6709[_0x209063(0x389)][_0x209063(0x210)],'strokeWidth':_0x5b6709[_0x209063(0x389)]['cxnPointStrokeWidth']},'highlighted':{'fill':_0x209063(0x3cb),'stroke':_0x209063(0x28a),'strokeWidth':0x2}};var _0x29516a=class extends _0x40dd84['Shape']{constructor(_0xe536b8,_0x3365bc){const _0x137731=_0x209063;super(_0xe536b8,_0x3365bc),_0x28368a(this,'_targetShapeId',''),_0x28368a(this,_0x137731(0x3d7),-0x1),_0x28368a(this,_0x137731(0x30e),''),_0x28368a(this,_0x137731(0x489),''),_0x28368a(this,_0x137731(0x3d4),!0x1),_0x3365bc&&this[_0x137731(0x215)](_0x3365bc);}[_0x209063(0x324)](){const _0xd3b465=_0x209063;return{'unitId':this[_0xd3b465(0x30e)],'subUnitId':this[_0xd3b465(0x489)],'shapeId':this[_0xd3b465(0x459)],'cxnIndex':this['_cxnIndex']};}[_0x209063(0x2d5)](_0x18eb0a){const _0x100b37=_0x209063;this[_0x100b37(0x3d4)]!==_0x18eb0a&&(this[_0x100b37(0x3d4)]=_0x18eb0a,this[_0x100b37(0x25d)](!0x0));}[_0x209063(0x3ca)](){const _0x2a7898=_0x209063;return this[_0x2a7898(0x3d4)];}[_0x209063(0x215)](_0x22d364){const _0x27a5f3=_0x209063;var _0x2288bc,_0x2d9c57;_0x22d364[_0x27a5f3(0x394)]!==void 0x0&&(this[_0x27a5f3(0x459)]=_0x22d364['targetShapeId']),_0x22d364[_0x27a5f3(0x499)]!==void 0x0&&(this[_0x27a5f3(0x3d7)]=_0x22d364[_0x27a5f3(0x499)]),_0x22d364['unitId']!==void 0x0&&(this[_0x27a5f3(0x30e)]=_0x22d364[_0x27a5f3(0x441)]),_0x22d364['subUnitId']!==void 0x0&&(this[_0x27a5f3(0x489)]=_0x22d364['subUnitId']),_0x22d364['isHighlighted']!==void 0x0&&(this[_0x27a5f3(0x3d4)]=_0x22d364[_0x27a5f3(0x3ca)]),this[_0x27a5f3(0x462)]({'width':(_0x2288bc=_0x22d364[_0x27a5f3(0x3bb)])==null?_0x5b6709['ShapeDefaultConfig'][_0x27a5f3(0x1f6)]*0x2:_0x2288bc,'height':(_0x2d9c57=_0x22d364[_0x27a5f3(0x498)])==null?_0x5b6709[_0x27a5f3(0x389)]['cxnPointRadius']*0x2:_0x2d9c57});}[_0x209063(0x2a9)](_0x71c0f6){const _0x34c0d0=_0x209063;let _0x5055d4=this['_isHighlighted']?_0x4ac129[_0x34c0d0(0x414)]:_0x4ac129['normal'];_0x40dd84[_0x34c0d0(0x3f8)]['drawWith'](_0x71c0f6,{'radius':_0x5b6709[_0x34c0d0(0x389)]['cxnPointRadius'],'fill':_0x5055d4[_0x34c0d0(0x3b7)],'stroke':_0x5055d4['stroke'],'strokeWidth':_0x5055d4[_0x34c0d0(0x48f)],'evented':!0x0});}};let _0x2b6d77=class extends _0x49d30a['Disposable']{constructor(_0x2f2c58,_0x56b36e,_0x2f1c38,_0x4abc1f){const _0x254f62=_0x209063;super(),this[_0x254f62(0x22e)]=_0x2f2c58,this['_renderManagerService']=_0x56b36e,this[_0x254f62(0x4e5)]=_0x2f1c38,this['_sheetsShapeService']=_0x4abc1f,_0x28368a(this,_0x254f62(0x265),[]),_0x28368a(this,_0x254f62(0x234),null),_0x28368a(this,_0x254f62(0x4ed),-0x1),_0x28368a(this,'_currentScene',null),_0x28368a(this,_0x254f62(0x30e),''),_0x28368a(this,_0x254f62(0x489),''),_0x28368a(this,_0x254f62(0x4f2),null);}[_0x209063(0x3b0)](_0xc35e58,_0x29127b,_0x536b4e,_0x38af96){const _0x2a9c7a=_0x209063;this[_0x2a9c7a(0x21a)]=_0xc35e58,this[_0x2a9c7a(0x30e)]=_0x29127b,this[_0x2a9c7a(0x489)]=_0x536b4e,this[_0x2a9c7a(0x4f2)]=_0x38af96;}[_0x209063(0x3fa)](_0x40da7b){const _0x252ceb=_0x209063;if(!this['_currentScene'])return null;let _0x2788a4=this[_0x252ceb(0x2d6)](_0x40da7b);return _0x2788a4?(this[_0x252ceb(0x234)]!==_0x2788a4[_0x252ceb(0x3dc)]&&(this[_0x252ceb(0x3ab)](),this['_showConnectionSites'](_0x2788a4[_0x252ceb(0x3dc)],_0x2788a4['shapeModel']),this[_0x252ceb(0x234)]=_0x2788a4['shapeId']),this[_0x252ceb(0x4e4)](_0x40da7b)):(this[_0x252ceb(0x234)]!==null&&(this[_0x252ceb(0x3ab)](),this['_activeTargetShapeId']=null),null);}[_0x209063(0x4ec)](){const _0x40ca17=_0x209063;this[_0x40ca17(0x3ab)](),this[_0x40ca17(0x21a)]=null,this['_activeTargetShapeId']=null,this[_0x40ca17(0x4ed)]=-0x1,this['_draggingConnectorId']=null;}[_0x209063(0x3a1)](){const _0x31d899=_0x209063;return this[_0x31d899(0x234)]===null||this[_0x31d899(0x4ed)]<0x0?null:{'shapeId':this[_0x31d899(0x234)],'cxnIndex':this['_highlightedSiteIndex']};}[_0x209063(0x2d6)](_0xf26251){const _0x513214=_0x209063;let _0x3e0b6a=this[_0x513214(0x4e5)][_0x513214(0x2fd)](this['_unitId'],this['_subUnitId']);for(let _0x39a9a4 of Object[_0x513214(0x1ea)](_0x3e0b6a)){if(_0x39a9a4===this[_0x513214(0x4f2)]||_0x3e0b6a[_0x39a9a4][_0x513214(0x3e8)]!==_0x49d30a[_0x513214(0x365)][_0x513214(0x4fe)])continue;let _0x31c511=this[_0x513214(0x488)]['getShapeModel'](this[_0x513214(0x30e)],this[_0x513214(0x489)],_0x39a9a4);if(!_0x31c511||(0x0,_0x5b6709['isConnectorShape'])(_0x31c511['getShapeType']())||_0x31c511[_0x513214(0x42e)]()['length']===0x0||!this['_currentScene'])continue;let _0x9ac74d=(0x0,_0x510035[_0x513214(0x3a8)])({'unitId':this[_0x513214(0x30e)],'subUnitId':this[_0x513214(0x489)],'drawingId':_0x39a9a4}),_0x4e7c62=this[_0x513214(0x21a)][_0x513214(0x22b)](_0x9ac74d);if(!_0x4e7c62)continue;let {left:_0x4b0829,top:_0x3603a5,width:_0x3b7641,height:_0x557b71}=_0x4e7c62[_0x513214(0x254)](),_0x55b89a=_0x4b0829+_0x3b7641/0x2,_0x5bc6a5=_0x3603a5+_0x557b71/0x2,_0x1222dd=_0x4e7c62[_0x513214(0x267)]['getMatrix'](),_0x38fb35=new _0x40dd84[(_0x513214(0x1d3))]([_0x1222dd[0x0],_0x1222dd[0x1],_0x1222dd[0x2],_0x1222dd[0x3],_0x55b89a,_0x5bc6a5]),_0x309228=_0x4e7c62['getParent'](),_0x60abb4=(_0x4e7c62[_0x513214(0x2ed)]&&(_0x309228==null?void 0x0:_0x309228[_0x513214(0x2ff)])===_0x40dd84[_0x513214(0x3ae)][_0x513214(0x4bf)]?_0x309228['ancestorTransform']['multiply'](_0x38fb35):_0x38fb35)[_0x513214(0x3c8)]()[_0x513214(0x400)](_0xf26251),_0x25c4ce=_0x3b7641/0x2,_0x5b11ae=_0x557b71/0x2;if(_0x60abb4['x']>=-_0x25c4ce-0x5&&_0x60abb4['x']<=_0x25c4ce+0x5&&_0x60abb4['y']>=-_0x5b11ae-0x5&&_0x60abb4['y']<=_0x5b11ae+0x5)return{'shapeId':_0x39a9a4,'shapeModel':_0x31c511};}return null;}[_0x209063(0x34a)](_0x16f1fb,_0x52f5da){const _0x485bbb=_0x209063;if(!this['_currentScene'])return;let _0x3bb534=(0x0,_0x510035[_0x485bbb(0x3a8)])({'unitId':this[_0x485bbb(0x30e)],'subUnitId':this['_subUnitId'],'drawingId':_0x16f1fb}),_0x2bfb0e=this['_currentScene'][_0x485bbb(0x22b)](_0x3bb534);if(!_0x2bfb0e)return;let {left:_0x26c30a,top:_0x59de61,width:_0x8d656,height:_0x580757}=_0x2bfb0e['getRealBound'](),_0x3e99fe=_0x26c30a+_0x8d656/0x2,_0x3e4a67=_0x59de61+_0x580757/0x2,_0x225862=_0x2bfb0e[_0x485bbb(0x267)]['getMatrix'](),_0x50e844=new _0x40dd84[(_0x485bbb(0x1d3))]([_0x225862[0x0],_0x225862[0x1],_0x225862[0x2],_0x225862[0x3],_0x3e99fe,_0x3e4a67]),_0x4c60a2=_0x2bfb0e[_0x485bbb(0x49d)](),_0x4ccdc0=_0x2bfb0e[_0x485bbb(0x2ed)]&&(_0x4c60a2==null?void 0x0:_0x4c60a2[_0x485bbb(0x2ff)])===_0x40dd84[_0x485bbb(0x3ae)][_0x485bbb(0x4bf)]?_0x4c60a2[_0x485bbb(0x2c6)]['multiply'](_0x50e844):_0x50e844;_0x52f5da[_0x485bbb(0x2c1)]({'width':_0x8d656,'height':_0x580757});let _0x273632=_0x52f5da['getConnectionSiteList']();for(let _0x19d144 of _0x273632){let _0x501a15=_0x19d144['x']-_0x8d656/0x2,_0x5b0207=_0x19d144['y']-_0x580757/0x2,_0x267320=_0x4ccdc0[_0x485bbb(0x400)]({'x':_0x501a15,'y':_0x5b0207}),_0xd863b=_0x267320['x'],_0x325180=_0x267320['y'],_0x5bd524=new _0x29516a(_0x485bbb(0x272)+_0x16f1fb+'-'+_0x19d144[_0x485bbb(0x1d9)],{'left':_0xd863b-_0x5b6709['ShapeDefaultConfig'][_0x485bbb(0x1f6)],'top':_0x325180-_0x5b6709[_0x485bbb(0x389)]['cxnPointRadius'],'targetShapeId':_0x16f1fb,'cxnIndex':_0x19d144[_0x485bbb(0x1d9)],'unitId':this[_0x485bbb(0x30e)],'subUnitId':this[_0x485bbb(0x489)],'width':_0x5b6709[_0x485bbb(0x389)][_0x485bbb(0x1f6)]*0x2,'height':_0x5b6709[_0x485bbb(0x389)][_0x485bbb(0x1f6)]*0x2,'zIndex':_0x40dd84[_0x485bbb(0x27f)]+0x2,'evented':!0x1});this[_0x485bbb(0x265)]['push'](_0x5bd524),this[_0x485bbb(0x21a)][_0x485bbb(0x1dd)](_0x5bd524,_0x40dd84[_0x485bbb(0x27f)]+0x2);}}[_0x209063(0x4e4)](_0x34b3a7){const _0x1aad81=_0x209063;let _0x58cb41=null,_0x951ca8=0x1/0x0,_0x342f53=null;for(let _0x2c3469 of this[_0x1aad81(0x265)]){let _0x1ea3a2=_0x2c3469[_0x1aad81(0x4d2)]+_0x5b6709[_0x1aad81(0x389)][_0x1aad81(0x1f6)],_0x5634ef=_0x2c3469['top']+_0x5b6709['ShapeDefaultConfig']['cxnPointRadius'],_0x222586=_0x34b3a7['x']-_0x1ea3a2,_0x107b66=_0x34b3a7['y']-_0x5634ef,_0x1c1053=Math['sqrt'](_0x222586*_0x222586+_0x107b66*_0x107b66);_0x1c1053<_0x951ca8&&(_0x951ca8=_0x1c1053,_0x58cb41=_0x2c3469,_0x342f53={'x':_0x1ea3a2,'y':_0x5634ef});}let _0x9fee74=_0x951ca8<=0xa&&_0x58cb41?_0x58cb41[_0x1aad81(0x324)]()['cxnIndex']:-0x1;if(_0x9fee74!==this[_0x1aad81(0x4ed)]){for(let _0x1499f6 of this['_connectionSiteObjects']){let _0x2518ac=_0x1499f6[_0x1aad81(0x324)]();_0x1499f6[_0x1aad81(0x2d5)](_0x2518ac[_0x1aad81(0x499)]===_0x9fee74);}this[_0x1aad81(0x4ed)]=_0x9fee74;}if(_0x951ca8<=0xa&&_0x58cb41&&_0x342f53){let _0x2cc85f=_0x58cb41[_0x1aad81(0x324)](),_0x4244dc=this[_0x1aad81(0x4fd)](_0x2cc85f[_0x1aad81(0x3dc)],_0x2cc85f['cxnIndex']);return{'shapeId':_0x2cc85f[_0x1aad81(0x3dc)],'cxnIndex':_0x2cc85f['cxnIndex'],'unitId':_0x2cc85f[_0x1aad81(0x441)],'subUnitId':_0x2cc85f[_0x1aad81(0x2fe)],'worldPoint':_0x342f53,'angle':_0x4244dc};}return null;}[_0x209063(0x4fd)](_0x4eaf48,_0x7718a0){const _0x1a4b00=_0x209063;let _0x25774c=this[_0x1a4b00(0x488)][_0x1a4b00(0x4b2)](this[_0x1a4b00(0x30e)],this[_0x1a4b00(0x489)],_0x4eaf48);if(!_0x25774c)return 0x0;let _0x2ef041=this[_0x1a4b00(0x4e5)][_0x1a4b00(0x20c)]({'unitId':this[_0x1a4b00(0x30e)],'subUnitId':this[_0x1a4b00(0x489)],'drawingId':_0x4eaf48});if(!(_0x2ef041!=null&&_0x2ef041[_0x1a4b00(0x267)]))return 0x0;let {width:_0x39482b=0x0,height:_0xd979d7=0x0,flipX:_0xf1f972=!0x1,flipY:_0x67e19c=!0x1}=_0x2ef041['transform'];_0x25774c[_0x1a4b00(0x2c1)]({'width':_0x39482b,'height':_0xd979d7});let _0x23128b=_0x25774c[_0x1a4b00(0x42e)]()[_0x1a4b00(0x2bd)](_0x4f6b68=>_0x4f6b68[_0x1a4b00(0x1d9)]===_0x7718a0);if(!_0x23128b)return 0x0;let _0x1c1108=_0x23128b['ang']/0xea60;return _0xf1f972&&(_0x1c1108=0xb4-_0x1c1108),_0x67e19c&&(_0x1c1108=-_0x1c1108),_0x1c1108=(_0x1c1108%0x168+0x168)%0x168,_0x1c1108;}['_clearConnectionSites'](){const _0x10d782=_0x209063;for(let _0x4584b5 of this[_0x10d782(0x265)])_0x4584b5['dispose']();this['_connectionSiteObjects']=[],this[_0x10d782(0x4ed)]=-0x1;}[_0x209063(0x46a)](){this['_clearConnectionSites'](),super['dispose']();}};_0x2b6d77=_0x276893([_0x3cbe95(0x1,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x40dd84[_0x209063(0x2ba)])),_0x3cbe95(0x2,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x510035[_0x209063(0x239)])),_0x3cbe95(0x3,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x4eb2ab['SheetsShapeService']))],_0x2b6d77);let _0x21fb53=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(_0x1c52d6,_0x2615cb,_0x2f5f47,_0x577cd4,_0x1cb9c0){const _0x22fc0a=_0x209063;super(),this[_0x22fc0a(0x339)]=_0x1c52d6,this[_0x22fc0a(0x4e9)]=_0x2615cb,this[_0x22fc0a(0x43c)]=_0x2f5f47,this['_shapeService']=_0x577cd4,this[_0x22fc0a(0x29a)]=_0x1cb9c0,_0x28368a(this,'_copyInfo',void 0x0),this[_0x22fc0a(0x1da)](),this[_0x22fc0a(0x423)]();}get[_0x209063(0x29e)](){const _0x57e8dd=_0x209063;return this[_0x57e8dd(0x43c)]['getFocusDrawings']();}[_0x209063(0x423)](){const _0x3dda24=_0x209063;this[_0x3dda24(0x29a)][_0x3dda24(0x2c3)](({fromUnitId:_0x53d3c0,fromSubUnitId:_0x36095f,toUnitId:_0x22dc11,toSubUnitId:_0x56e4e5,idMap:_0x2e48a3})=>{const _0x5906f8=_0x3dda24;let _0x17a6c1=[],_0x5bf72c=[];for(let [_0x3d1d84,_0x5aae3e]of _0x2e48a3[_0x5906f8(0x4f3)]()){let _0x2c1ba3=this[_0x5906f8(0x1e5)]['getShapeModel'](_0x53d3c0,_0x36095f,_0x3d1d84);if(!_0x2c1ba3)continue;let _0x41ed4c=_0x2c1ba3[_0x5906f8(0x4b0)](),_0x463378=JSON[_0x5906f8(0x1e8)](JSON[_0x5906f8(0x3f0)](_0x2c1ba3[_0x5906f8(0x224)]()));if(_0x463378[_0x5906f8(0x43e)]){var _0x1a30e7,_0x49d591;let _0x4e833f=(_0x1a30e7=_0x463378[_0x5906f8(0x43e)][_0x5906f8(0x44e)])==null?void 0x0:_0x1a30e7['shapeId'],_0x1ce2af=(_0x49d591=_0x463378[_0x5906f8(0x43e)]['to'])==null?void 0x0:_0x49d591[_0x5906f8(0x3dc)],_0x3f6845=_0x4e833f?_0x2e48a3[_0x5906f8(0x38c)](_0x4e833f):!0x0,_0x2bc607=_0x1ce2af?_0x2e48a3[_0x5906f8(0x38c)](_0x1ce2af):!0x0;_0x3f6845&&_0x4e833f&&_0x463378[_0x5906f8(0x43e)][_0x5906f8(0x44e)]?_0x463378[_0x5906f8(0x43e)][_0x5906f8(0x44e)]={..._0x463378['relation']['from'],'shapeId':_0x2e48a3[_0x5906f8(0x4cd)](_0x4e833f)}:_0x463378[_0x5906f8(0x43e)]['from']=void 0x0,_0x2bc607&&_0x1ce2af&&_0x463378['relation']['to']?_0x463378[_0x5906f8(0x43e)]['to']={..._0x463378['relation']['to'],'shapeId':_0x2e48a3[_0x5906f8(0x4cd)](_0x1ce2af)}:_0x463378['relation']['to']=void 0x0;}_0x17a6c1['push']({'id':_0x4eb2ab[_0x5906f8(0x41b)]['id'],'params':{'unitId':_0x22dc11,'subUnitId':_0x56e4e5,'shapeId':_0x5aae3e,'shapeType':_0x41ed4c,'shapeData':_0x463378}}),_0x5bf72c['push']({'id':_0x4eb2ab[_0x5906f8(0x24e)]['id'],'params':{'unitId':_0x22dc11,'subUnitId':_0x56e4e5,'shapeId':_0x5aae3e}});}return{'redos':_0x17a6c1,'undos':_0x5bf72c};});}[_0x209063(0x1da)](){const _0x2867cf=_0x209063;this['disposeWithMe'](this[_0x2867cf(0x4e9)][_0x2867cf(0x28b)]({'id':_0x2867cf(0x3c1),'onBeforeCopy':(_0x2d7c8e,_0x56a097,_0x474b0a,_0x332a2e)=>{const _0x32448f=_0x2867cf;this[_0x32448f(0x39f)]=null;let _0x33b49a=this[_0x32448f(0x29e)];if(_0x33b49a[_0x32448f(0x28f)]){let _0x588a50=_0x33b49a[_0x32448f(0x3a4)](_0x5f4d02=>_0x5f4d02[_0x32448f(0x3e8)]===_0x49d30a[_0x32448f(0x365)][_0x32448f(0x4fe)]);if(_0x588a50[_0x32448f(0x28f)]===0x0)return;this[_0x32448f(0x39f)]={'unitId':_0x2d7c8e,'subUnitId':_0x56a097,'copyType':_0x332a2e,'drawings':_0x588a50};}else this[_0x32448f(0x341)](_0x2d7c8e,_0x56a097,_0x474b0a,_0x332a2e);},'onPasteCells':(_0x192012,_0x518005,_0x1c7ec0,_0x130b20)=>{const _0x241529=_0x2867cf;if(!this['_copyInfo'])return{'redos':[],'undos':[]};let {pasteType:_0x54ccc0}=_0x130b20;return _0x54ccc0===_0x100e66[_0x241529(0x347)][_0x241529(0x1d8)]?this[_0x241529(0x23e)](_0x518005,this[_0x241529(0x39f)]['copyType']===_0x100e66['COPY_TYPE'][_0x241529(0x2ae)]):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x26e1f1=>this[_0x2867cf(0x39f)]?this[_0x2867cf(0x23e)](_0x26e1f1,this[_0x2867cf(0x39f)][_0x2867cf(0x481)]===_0x100e66[_0x2867cf(0x483)]['CUT']):{'redos':[],'undos':[]}}));}['_createCopyInfoByRange'](_0x1288ac,_0xdae729,_0x101ebc,_0x2deb80){const _0x4df269=_0x209063;let _0x5309f1=this['_sheetSkeletonService'][_0x4df269(0x2d9)](_0x1288ac,_0xdae729);if(!_0x5309f1)return;let _0xe5727f=(0x0,_0x4fbea5[_0x4df269(0x4a3)])(_0x5309f1,_0x101ebc);if(!_0xe5727f)return;let {startX:_0x2e44b8,endX:_0x278bdb,startY:_0x37ab30,endY:_0x3e51e0}=_0xe5727f,_0x414357=this[_0x4df269(0x43c)]['getDrawingData'](_0x1288ac,_0xdae729),_0x1a5d1c=this[_0x4df269(0x29e)][_0x4df269(0x331)]();for(let [_0x29065c,_0x26c01a]of Object[_0x4df269(0x4f3)](_0x414357)){if(_0x26c01a['drawingType']!==_0x49d30a[_0x4df269(0x365)]['DRAWING_SHAPE'])continue;let {transform:_0x3a6ba5}=_0x26c01a;if(!_0x3a6ba5)continue;let {left:_0x331a64=0x0,top:_0x30348f=0x0,width:_0x441aea=0x0,height:_0x16f1b8=0x0}=_0x3a6ba5;_0x2e44b8<=_0x331a64&&_0x278bdb>=_0x331a64+_0x441aea&&_0x37ab30<=_0x30348f&&_0x3e51e0>=_0x30348f+_0x16f1b8&&_0x1a5d1c[_0x4df269(0x3ed)](_0x26c01a);}_0x1a5d1c[_0x4df269(0x28f)]>0x0&&(this[_0x4df269(0x39f)]={'unitId':_0x1288ac,'subUnitId':_0xdae729,'copyType':_0x2deb80,'copyRange':_0x101ebc,'drawings':_0x1a5d1c});}['_generatePasteMutations'](_0x5ed899,_0x2bef61){const _0x30902e=_0x209063;let {unitId:_0x1186ae,subUnitId:_0xb7c407,range:_0x39e8df}=_0x5ed899,_0x4eefe2=this[_0x30902e(0x339)][_0x30902e(0x2d9)](_0x1186ae,_0xb7c407);if(!_0x4eefe2)return{'redos':[],'undos':[]};let _0x5685e9=(0x0,_0x4fbea5[_0x30902e(0x338)])(_0x39e8df),{unitId:_0x152b3f,subUnitId:_0x508b89,copyRange:_0x2815ff,drawings:_0x33fb12}=this['_copyInfo'],_0x486008=this[_0x30902e(0x339)]['getSkeleton'](_0x152b3f,_0x508b89);if(!_0x486008)return{'redos':[],'undos':[]};let _0x228275;if(!_0x2815ff){let _0x345bf0=0x1/0x0,_0x3cfb0a=0x1/0x0;for(let _0x2a1e83 of _0x33fb12){var _0x1cd4d2;let {left:_0x2d46a4=0x0,top:_0x25da83=0x0}=(_0x1cd4d2=_0x2a1e83['transform'])==null?{}:_0x1cd4d2;_0x2d46a4<_0x345bf0&&(_0x345bf0=_0x2d46a4),_0x25da83<_0x3cfb0a&&(_0x3cfb0a=_0x25da83);}_0x345bf0!==0x1/0x0&&_0x3cfb0a!==0x1/0x0&&(_0x228275={'left':_0x345bf0,'top':_0x3cfb0a});}let _0x36a104=new Map();if(!_0x2bef61){for(let _0x1b2b0d of _0x33fb12)_0x36a104[_0x30902e(0x402)](_0x1b2b0d[_0x30902e(0x2e9)],(0x0,_0x49d30a[_0x30902e(0x20b)])());}let _0x1af55=[],_0xb9d9a4=[];for(let _0x1d58a5 of _0x33fb12){let {drawingId:_0x3315f9,transform:_0x28d1a2,sheetTransform:_0x535a62}=_0x1d58a5;if(!_0x28d1a2||!_0x535a62)continue;let _0x46ea8d=this[_0x30902e(0x48d)]({'transform':_0x28d1a2,'sheetTransform':_0x535a62},{'skeleton':_0x486008,'range':_0x2815ff},{'skeleton':_0x4eefe2,'range':_0x5685e9},_0x228275);if(_0x2bef61){let {redos:_0x414255,undos:_0x8331f6}=this[_0x30902e(0x2f2)]({'fromUnitId':_0x152b3f,'fromSubUnitId':_0x508b89,'toUnitId':_0x1186ae,'toSubUnitId':_0xb7c407,'drawing':_0x1d58a5,'newTransforms':_0x46ea8d});_0x1af55[_0x30902e(0x3ed)](..._0x414255),_0xb9d9a4['push'](..._0x8331f6);continue;}let {redos:_0x31c8f8,undos:_0x5cc480}=this[_0x30902e(0x204)]({'toUnitId':_0x1186ae,'toSubUnitId':_0xb7c407,'drawing':_0x1d58a5,'newTransforms':_0x46ea8d,'newDrawingId':_0x36a104[_0x30902e(0x4cd)](_0x3315f9),'idMap':_0x36a104});_0x1af55[_0x30902e(0x3ed)](..._0x31c8f8),_0xb9d9a4[_0x30902e(0x3ed)](..._0x5cc480);}return{'redos':_0x1af55,'undos':_0xb9d9a4};}[_0x209063(0x2f2)](_0x108a3a){const _0x5a4df6=_0x209063;let {fromUnitId:_0x2ea90c,fromSubUnitId:_0x33ecc1,toUnitId:_0x4f1713,toSubUnitId:_0x530deb,drawing:_0x2e411d,newTransforms:_0xb29a2c}=_0x108a3a,_0x73201a={..._0x2e411d,'unitId':_0x4f1713,'subUnitId':_0x530deb,'transform':_0xb29a2c[_0x5a4df6(0x267)],'sheetTransform':_0xb29a2c[_0x5a4df6(0x40b)]};if(_0x4f1713===_0x2ea90c&&_0x530deb===_0x33ecc1){let {redo:_0x53e3d8,undo:_0x423a52,objects:_0x1cc29b}=this[_0x5a4df6(0x43c)][_0x5a4df6(0x2f1)]([_0x73201a]);return{'redos':[{'id':_0x28a390[_0x5a4df6(0x326)]['id'],'params':{'unitId':_0x4f1713,'subUnitId':_0x530deb,'type':_0x28a390[_0x5a4df6(0x3e9)][_0x5a4df6(0x476)],'op':_0x53e3d8,'objects':_0x1cc29b}}],'undos':[{'id':_0x28a390[_0x5a4df6(0x326)]['id'],'params':{'unitId':_0x4f1713,'subUnitId':_0x530deb,'type':_0x28a390[_0x5a4df6(0x3e9)][_0x5a4df6(0x476)],'op':_0x423a52,'objects':_0x1cc29b}}]};}else{let _0x4bec4c=this['_sheetDrawingService']['getBatchRemoveOp']([_0x2e411d]),_0x4d91fd=this[_0x5a4df6(0x43c)][_0x5a4df6(0x393)]([_0x73201a]),_0x518bd6=this['_shapeService'][_0x5a4df6(0x4b2)](_0x2e411d[_0x5a4df6(0x441)],_0x2e411d['subUnitId'],_0x2e411d[_0x5a4df6(0x2e9)]);if(!_0x518bd6)return{'redos':[],'undos':[]};let _0x3110a9=_0x518bd6['getShapeType'](),_0x52a910=JSON[_0x5a4df6(0x1e8)](JSON[_0x5a4df6(0x3f0)](_0x518bd6['getShapeData']()));return{'redos':[{'id':_0x28a390['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x2ea90c,'subUnitId':_0x33ecc1,'type':_0x28a390[_0x5a4df6(0x3e9)][_0x5a4df6(0x361)],'op':_0x4bec4c[_0x5a4df6(0x43a)],'objects':_0x4bec4c[_0x5a4df6(0x48b)]}},{'id':_0x4eb2ab[_0x5a4df6(0x24e)]['id'],'params':{'unitId':_0x2ea90c,'subUnitId':_0x33ecc1,'shapeId':_0x2e411d[_0x5a4df6(0x2e9)]}},{'id':_0x28a390[_0x5a4df6(0x326)]['id'],'params':{'unitId':_0x4f1713,'subUnitId':_0x530deb,'type':_0x28a390[_0x5a4df6(0x3e9)][_0x5a4df6(0x25e)],'op':_0x4d91fd[_0x5a4df6(0x43a)],'objects':_0x4d91fd[_0x5a4df6(0x48b)]}},{'id':_0x4eb2ab[_0x5a4df6(0x41b)]['id'],'params':{'unitId':_0x4f1713,'subUnitId':_0x530deb,'shapeId':_0x2e411d[_0x5a4df6(0x2e9)],'shapeType':_0x3110a9,'shapeData':_0x52a910}}],'undos':[{'id':_0x28a390[_0x5a4df6(0x326)]['id'],'params':{'unitId':_0x2ea90c,'subUnitId':_0x33ecc1,'type':_0x28a390[_0x5a4df6(0x3e9)][_0x5a4df6(0x25e)],'op':_0x4bec4c[_0x5a4df6(0x23c)],'objects':_0x4bec4c[_0x5a4df6(0x48b)]}},{'id':_0x4eb2ab['InsertSheetsShapeMutation']['id'],'params':{'unitId':_0x2ea90c,'subUnitId':_0x33ecc1,'shapeId':_0x2e411d['drawingId'],'shapeType':_0x3110a9,'shapeData':_0x52a910}},{'id':_0x28a390[_0x5a4df6(0x326)]['id'],'params':{'unitId':_0x4f1713,'subUnitId':_0x530deb,'type':_0x28a390[_0x5a4df6(0x3e9)]['REMOVE'],'op':_0x4d91fd[_0x5a4df6(0x23c)],'objects':_0x4d91fd[_0x5a4df6(0x48b)]}},{'id':_0x4eb2ab[_0x5a4df6(0x24e)]['id'],'params':{'unitId':_0x4f1713,'subUnitId':_0x530deb,'shapeId':_0x2e411d['drawingId']}}]};}}[_0x209063(0x204)](_0x18f160){const _0x38f9ef=_0x209063;let {toUnitId:_0xefbf7b,toSubUnitId:_0x37d4c0,drawing:_0x7d8fca,newTransforms:_0x57d227,newDrawingId:_0x274160,idMap:_0x3f2e2f}=_0x18f160,_0x15ef32={..._0x7d8fca,'unitId':_0xefbf7b,'subUnitId':_0x37d4c0,'drawingId':_0x274160,'transform':_0x57d227[_0x38f9ef(0x267)],'sheetTransform':_0x57d227[_0x38f9ef(0x40b)]},{redo:_0x591bac,undo:_0x2dc3a9,objects:_0x68813c}=this[_0x38f9ef(0x43c)][_0x38f9ef(0x393)]([_0x15ef32]),_0x2563e5=this[_0x38f9ef(0x1e5)][_0x38f9ef(0x4b2)](_0x7d8fca[_0x38f9ef(0x441)],_0x7d8fca['subUnitId'],_0x7d8fca['drawingId']);if(!_0x2563e5)return{'redos':[],'undos':[]};let _0xc36bf1=_0x2563e5[_0x38f9ef(0x4b0)](),_0x24c612=JSON[_0x38f9ef(0x1e8)](JSON['stringify'](_0x2563e5['getShapeData']()));if(_0x24c612[_0x38f9ef(0x43e)]){var _0x7156ca,_0x3b4d62;let _0x195ad0=(_0x7156ca=_0x24c612['relation']['from'])==null?void 0x0:_0x7156ca[_0x38f9ef(0x3dc)],_0x4d262f=(_0x3b4d62=_0x24c612[_0x38f9ef(0x43e)]['to'])==null?void 0x0:_0x3b4d62[_0x38f9ef(0x3dc)],_0x45929e=_0x195ad0?_0x3f2e2f[_0x38f9ef(0x38c)](_0x195ad0):!0x0,_0x5398e8=_0x4d262f?_0x3f2e2f['has'](_0x4d262f):!0x0;_0x45929e&&_0x195ad0&&_0x24c612['relation'][_0x38f9ef(0x44e)]?_0x24c612[_0x38f9ef(0x43e)]['from']={..._0x24c612[_0x38f9ef(0x43e)][_0x38f9ef(0x44e)],'shapeId':_0x3f2e2f['get'](_0x195ad0)}:_0x24c612['relation'][_0x38f9ef(0x44e)]=void 0x0,_0x5398e8&&_0x4d262f&&_0x24c612[_0x38f9ef(0x43e)]['to']?_0x24c612[_0x38f9ef(0x43e)]['to']={..._0x24c612['relation']['to'],'shapeId':_0x3f2e2f['get'](_0x4d262f)}:_0x24c612[_0x38f9ef(0x43e)]['to']=void 0x0;}return{'redos':[{'id':_0x28a390['SetDrawingApplyMutation']['id'],'params':{'unitId':_0xefbf7b,'subUnitId':_0x37d4c0,'type':_0x28a390[_0x38f9ef(0x3e9)][_0x38f9ef(0x25e)],'op':_0x591bac,'objects':_0x68813c}},{'id':_0x4eb2ab[_0x38f9ef(0x41b)]['id'],'params':{'unitId':_0xefbf7b,'subUnitId':_0x37d4c0,'shapeId':_0x274160,'shapeType':_0xc36bf1,'shapeData':_0x24c612}}],'undos':[{'id':_0x28a390['SetDrawingApplyMutation']['id'],'params':{'unitId':_0xefbf7b,'subUnitId':_0x37d4c0,'type':_0x28a390[_0x38f9ef(0x3e9)][_0x38f9ef(0x361)],'op':_0x2dc3a9,'objects':_0x68813c}},{'id':_0x4eb2ab['RemoveSheetsShapeMutation']['id'],'params':{'unitId':_0xefbf7b,'subUnitId':_0x37d4c0,'shapeId':_0x274160}}]};}[_0x209063(0x48d)](_0x1396f7,_0x4567c5,_0x5f9d92,_0x39c316){const _0x65abd0=_0x209063;var _0x41dbd6;let {range:_0x5784dc,skeleton:_0x2bf73b}=_0x4567c5,{range:_0x2f2b68,skeleton:_0x5b3407}=_0x5f9d92,{transform:_0x76c4bd,sheetTransform:_0x26665c}=_0x1396f7,_0x336aa7={..._0x76c4bd};if(_0x5784dc){let _0x4d6cc0=(0x0,_0x4fbea5['attachRangeWithCoord'])(_0x2bf73b,_0x5784dc),_0x354173=(0x0,_0x4fbea5[_0x65abd0(0x4a3)])(_0x5b3407,_0x2f2b68);if(_0x4d6cc0&&_0x354173){var _0x40b25a,_0x765318;let _0x32f1f6=_0x354173[_0x65abd0(0x2a5)]-_0x4d6cc0[_0x65abd0(0x2a5)],_0x3dc670=_0x354173[_0x65abd0(0x1fa)]-_0x4d6cc0[_0x65abd0(0x1fa)];_0x336aa7[_0x65abd0(0x4d2)]=((_0x40b25a=_0x336aa7['left'])==null?0x0:_0x40b25a)+_0x32f1f6,_0x336aa7['top']=((_0x765318=_0x336aa7['top'])==null?0x0:_0x765318)+_0x3dc670;}}else{let _0x194c59=(0x0,_0x4fbea5[_0x65abd0(0x4a3)])(_0x5b3407,_0x2f2b68);if(_0x39c316&&_0x194c59){var _0x45c96c,_0x2a28da;let _0x392fb2=((_0x45c96c=_0x336aa7['left'])==null?0x0:_0x45c96c)-_0x39c316[_0x65abd0(0x4d2)],_0x1754da=((_0x2a28da=_0x336aa7[_0x65abd0(0x25a)])==null?0x0:_0x2a28da)-_0x39c316[_0x65abd0(0x25a)];_0x336aa7[_0x65abd0(0x4d2)]=_0x194c59['startX']+_0x392fb2,_0x336aa7[_0x65abd0(0x25a)]=_0x194c59[_0x65abd0(0x1fa)]+_0x1754da;}else _0x336aa7[_0x65abd0(0x4d2)]=_0x194c59==null?void 0x0:_0x194c59['startX'],_0x336aa7[_0x65abd0(0x25a)]=_0x194c59==null?void 0x0:_0x194c59[_0x65abd0(0x1fa)];}return{'transform':_0x336aa7,'sheetTransform':(_0x41dbd6=(0x0,_0x28a390[_0x65abd0(0x34b)])(_0x336aa7,_0x5b3407))==null?_0x26665c:_0x41dbd6};}};_0x21fb53=_0x276893([_0x3cbe95(0x0,(0x0,_0x49d30a['Inject'])(_0x4fbea5[_0x209063(0x458)])),_0x3cbe95(0x1,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x100e66[_0x209063(0x34d)])),_0x3cbe95(0x2,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x28a390[_0x209063(0x2b8)])),_0x3cbe95(0x3,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x4eb2ab[_0x209063(0x264)])),_0x3cbe95(0x4,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x4c7223['SheetsDrawingGroupCopyPasteController']))],_0x21fb53);var _0x41f573=class extends _0x40dd84[_0x209063(0x492)]{constructor(_0x270ede,_0x50361f){const _0x41a691=_0x209063;super(_0x270ede,_0x50361f),_0x28368a(this,_0x41a691(0x28e),null),_0x28368a(this,_0x41a691(0x472),null),_0x28368a(this,'_unitId',null),_0x28368a(this,_0x41a691(0x489),null),_0x28368a(this,_0x41a691(0x426),!0x1),_0x50361f&&this[_0x41a691(0x215)](_0x50361f);}[_0x209063(0x36c)](){const _0x1a07f6=_0x209063;return{'unitId':this[_0x1a07f6(0x30e)],'subUnitId':this[_0x1a07f6(0x489)],'drawingId':this['_shapeId']};}[_0x209063(0x215)](_0x91ef7){const _0x46f4a1=_0x209063;_0x91ef7[_0x46f4a1(0x3dc)]!==void 0x0&&(this[_0x46f4a1(0x28e)]=_0x91ef7[_0x46f4a1(0x3dc)]),_0x91ef7[_0x46f4a1(0x441)]!==void 0x0&&(this['_unitId']=_0x91ef7[_0x46f4a1(0x441)]),_0x91ef7[_0x46f4a1(0x2fe)]!==void 0x0&&(this[_0x46f4a1(0x489)]=_0x91ef7[_0x46f4a1(0x2fe)]),_0x91ef7['isStartConnectorPoint']!==void 0x0&&(this[_0x46f4a1(0x426)]=_0x91ef7['isStartConnectorPoint']),this[_0x46f4a1(0x462)]({'width':_0x91ef7['width'],'height':_0x91ef7[_0x46f4a1(0x498)]});}[_0x209063(0x2a9)](_0x1a8148){const _0x49afc6=_0x209063;_0x40dd84[_0x49afc6(0x3f8)][_0x49afc6(0x3c4)](_0x1a8148,{'radius':_0x5b6709[_0x49afc6(0x389)][_0x49afc6(0x1f6)],'fill':_0x5b6709[_0x49afc6(0x389)]['cxnPointFill'],'stroke':_0x5b6709[_0x49afc6(0x389)][_0x49afc6(0x210)],'strokeWidth':_0x5b6709[_0x49afc6(0x389)]['cxnPointStrokeWidth'],'evented':!0x0});}};let _0x38186c=class extends _0x49d30a['Disposable']{constructor(_0xe21a56,_0x5a68cf,_0x4f9b1c,_0x246d8f,_0x4b1314,_0xdbe337,_0x1c9f10,_0x1c12f6){const _0x2f60c9=_0x209063;super(),this['_context']=_0xe21a56,this[_0x2f60c9(0x240)]=_0x5a68cf,this['_renderManagerService']=_0x4f9b1c,this[_0x2f60c9(0x4e5)]=_0x246d8f,this[_0x2f60c9(0x2be)]=_0x4b1314,this['_sheetsShapeService']=_0xdbe337,this[_0x2f60c9(0x418)]=_0x1c9f10,this[_0x2f60c9(0x4f5)]=_0x1c12f6,_0x28368a(this,_0x2f60c9(0x39d),void 0x0),_0x28368a(this,_0x2f60c9(0x30e),void 0x0),_0x28368a(this,_0x2f60c9(0x489),void 0x0),_0x28368a(this,_0x2f60c9(0x4d6),[]),_0x28368a(this,_0x2f60c9(0x237),{'left':0x0,'top':0x0,'width':0x0,'height':0x0,'flipX':!0x1,'flipY':!0x1}),_0x28368a(this,_0x2f60c9(0x23a),void 0x0),_0x28368a(this,_0x2f60c9(0x42a),!0x1),_0x28368a(this,_0x2f60c9(0x48e),!0x1),_0x28368a(this,_0x2f60c9(0x24f),!0x1),_0x28368a(this,_0x2f60c9(0x282),void 0x0),_0x28368a(this,_0x2f60c9(0x4a0),void 0x0),_0x28368a(this,_0x2f60c9(0x374),null),this['_initialize']();}['_initialize'](){const _0x1da66d=_0x209063;this[_0x1da66d(0x453)](),this[_0x1da66d(0x474)]();}[_0x209063(0x4b1)](){const _0x46da30=_0x209063;if(!this[_0x46da30(0x30e)]||!this[_0x46da30(0x489)]||!this[_0x46da30(0x39d)])return;let _0x2c7914={'unitId':this[_0x46da30(0x30e)],'subUnitId':this[_0x46da30(0x489)],'drawingId':this[_0x46da30(0x39d)]},{transform:_0xa9adab}=this['_drawingManagerService']['getDrawingByParam'](_0x2c7914);if(_0xa9adab)return{'left':_0xa9adab['left']||0x0,'top':_0xa9adab[_0x46da30(0x25a)]||0x0,'width':_0xa9adab[_0x46da30(0x3bb)]||0x0,'height':_0xa9adab['height']||0x0,'flipX':_0xa9adab['flipX']||!0x1,'flipY':_0xa9adab[_0x46da30(0x351)]||!0x1,'angle':_0xa9adab[_0x46da30(0x43d)]};}[_0x209063(0x33e)](){const _0x4c8dfe=_0x209063;if(this[_0x4c8dfe(0x30e)]===void 0x0||this[_0x4c8dfe(0x489)]===void 0x0||this[_0x4c8dfe(0x39d)]===void 0x0)return;let _0x3d81a5=this[_0x4c8dfe(0x40d)]['getRenderById'](this['_unitId']);if(!_0x3d81a5||!_0x3d81a5['with'](_0x100e66[_0x4c8dfe(0x242)])[_0x4c8dfe(0x238)]())return;let {scene:_0x22c340}=_0x3d81a5,_0xb760c5=this[_0x4c8dfe(0x4b1)]();if(!_0xb760c5)return;let _0x3ba3c8=this[_0x4c8dfe(0x488)][_0x4c8dfe(0x4b2)](this[_0x4c8dfe(0x30e)],this[_0x4c8dfe(0x489)],this['_activeShapeId']);if(!_0x3ba3c8||!(0x0,_0x5b6709[_0x4c8dfe(0x3b5)])(_0x3ba3c8[_0x4c8dfe(0x4b0)]()))return;let _0x393dc4=_0x3ba3c8[_0x4c8dfe(0x436)]();if(_0x393dc4['length']<0x2)return;let _0x236856=new _0x5b6709['ConnectorCoordinateTransform'](_0xb760c5),_0x6b0a19=_0x393dc4[0x0],_0x36b281=_0x393dc4[_0x393dc4['length']-0x1],_0x5d3300=_0x236856[_0x4c8dfe(0x2b1)](_0x6b0a19),_0x9b0fa3=_0x236856[_0x4c8dfe(0x2b1)](_0x36b281);this[_0x4c8dfe(0x2b0)](_0x22c340,{..._0x5d3300},!0x0),this[_0x4c8dfe(0x2b0)](_0x22c340,{..._0x9b0fa3},!0x1);}['_addShapeConnectorHandlerObject'](_0x1e2f1c,_0x34cb95,_0x1f2800){const _0x370dc7=_0x209063;if(this['_activeShapeId']===void 0x0||this['_unitId']===void 0x0||this['_subUnitId']===void 0x0)return;let _0x38ca39='connector-handler-'+this[_0x370dc7(0x30e)]+'-'+this['_subUnitId']+'-'+this['_activeShapeId']+'-'+(_0x1f2800?_0x370dc7(0x1e2):_0x370dc7(0x23d)),_0x57a8f8=_0x1e2f1c[_0x370dc7(0x22b)](_0x38ca39);if(_0x57a8f8){_0x57a8f8[_0x370dc7(0x462)]({'left':_0x34cb95['x']-_0x5b6709['ShapeDefaultConfig'][_0x370dc7(0x1f6)],'top':_0x34cb95['y']-_0x5b6709[_0x370dc7(0x389)][_0x370dc7(0x1f6)]});return;}let _0x3a53e1=new _0x41f573(_0x38ca39,{'left':_0x34cb95['x']-_0x5b6709[_0x370dc7(0x389)][_0x370dc7(0x1f6)],'top':_0x34cb95['y']-_0x5b6709[_0x370dc7(0x389)]['cxnPointRadius'],'shapeId':this[_0x370dc7(0x39d)],'unitId':this[_0x370dc7(0x30e)],'subUnitId':this['_subUnitId'],'isStartConnectorPoint':_0x1f2800,'width':_0x5b6709[_0x370dc7(0x389)]['cxnPointRadius']*0x2,'height':_0x5b6709[_0x370dc7(0x389)][_0x370dc7(0x1f6)]*0x2,'zIndex':_0x40dd84[_0x370dc7(0x27f)]+0x1,'evented':!0x0});this[_0x370dc7(0x4d6)]['push'](_0x3a53e1),this[_0x370dc7(0x395)](_0x3a53e1,_0x1e2f1c,_0x1f2800),_0x1e2f1c['addObject'](_0x3a53e1,_0x40dd84[_0x370dc7(0x27f)]+0x1);}[_0x209063(0x2a8)](_0xabf570,_0x1d1988){const _0x10ed70=_0x209063;var _0x5166b2;let _0x4813f2={'x':0x0,'y':0x0};if(!_0xabf570||!_0x1d1988)return _0x4813f2;let _0x9a5c0b=this[_0x10ed70(0x40d)][_0x10ed70(0x2f7)](_0xabf570);if(!_0x9a5c0b||!_0x9a5c0b[_0x10ed70(0x451)](_0x100e66[_0x10ed70(0x242)])[_0x10ed70(0x2d9)](_0x1d1988))return _0x4813f2;let _0x37072a=_0x9a5c0b[_0x10ed70(0x451)](_0x100e66[_0x10ed70(0x200)]),_0x25bfc5=_0x37072a==null?void 0x0:_0x37072a[_0x10ed70(0x373)]();if(!_0x25bfc5)return _0x4813f2;let _0x19ec87=(_0x5166b2=this['_univerInstanceService'][_0x10ed70(0x22d)](_0xabf570))==null?void 0x0:_0x5166b2['getSheetBySheetId'](_0x1d1988);if(!_0x19ec87)return _0x4813f2;let _0x354d16=(0x0,_0x100e66['getViewportByCell'])(_0x25bfc5[_0x10ed70(0x230)],_0x25bfc5[_0x10ed70(0x477)],_0x9a5c0b['scene'],_0x19ec87);return _0x354d16?{'x':_0x354d16[_0x10ed70(0x1db)],'y':_0x354d16['viewportScrollY']}:_0x4813f2;}['_getZoomRatio'](_0x3c5c7f,_0x2c6d2c){const _0x436da4=_0x209063;var _0x5cc0e4,_0x4ff64f;let _0xd5626c=(_0x5cc0e4=this[_0x436da4(0x2be)][_0x436da4(0x22d)](_0x3c5c7f))==null?void 0x0:_0x5cc0e4[_0x436da4(0x366)](_0x2c6d2c);return(_0x4ff64f=_0xd5626c==null?void 0x0:_0xd5626c[_0x436da4(0x350)]())==null?0x1:_0x4ff64f;}[_0x209063(0x21e)](_0xe0cd50,_0x1a4786,_0x1eab12,_0x4abe6d,_0x2552f3){const _0x2d2639=_0x209063;this['_cxtHandlerPointerMove'][_0x2d2639(0x27d)](),this[_0x2d2639(0x4a0)]['unsubscribe'](),this[_0x2d2639(0x418)]['refreshAdjustControls']();let _0x69a59c=this[_0x2d2639(0x374)];this['_sheetBasicShapeConnectionPointController'][_0x2d2639(0x4ec)]();let _0x4088ef=this[_0x2d2639(0x2a8)](this[_0x2d2639(0x30e)],this['_subUnitId']),_0x5918be=this[_0x2d2639(0x29c)](this[_0x2d2639(0x30e)],this[_0x2d2639(0x489)]),_0x3e3d6b={'x':_0x1eab12[_0x2d2639(0x2f6)]/_0x5918be+_0x4088ef['x'],'y':_0x1eab12['offsetY']/_0x5918be+_0x4088ef['y']},_0x5c686a=_0x69a59c?_0x69a59c['worldPoint']:_0x3e3d6b,_0x482d51=_0x4abe6d?this['_activeShapeModel'][_0x2d2639(0x1f5)]():this[_0x2d2639(0x23a)][_0x2d2639(0x4bd)](),_0x5b5519=this[_0x2d2639(0x23a)][_0x2d2639(0x4b0)]();_0x482d51?this['_handleConnectedEndpointPointerUp'](_0x482d51,_0x5c686a,_0x4abe6d,_0x69a59c,_0x2552f3):this[_0x2d2639(0x4e2)](_0x1a4786,_0x5c686a,_0x4abe6d,_0x69a59c,_0x2552f3,_0x5b5519),this[_0x2d2639(0x42a)]=!0x1,this[_0x2d2639(0x24f)]=!0x1,this[_0x2d2639(0x374)]=null,_0xe0cd50['enableObjectsEvent']();}[_0x209063(0x4e2)](_0x40ddf3,_0xa027f0,_0x4705f2,_0x37b166,_0x351fd7,_0x4e070e){const _0x2f1660=_0x209063;let _0x407216=_0x4e070e===_0x5b6709[_0x2f1660(0x297)][_0x2f1660(0x236)]||_0x4e070e===_0x5b6709['ShapeTypeEnum'][_0x2f1660(0x31a)],_0x12d659=_0x4705f2?_0xa027f0:_0x40ddf3,_0x590871=_0x4705f2?_0x40ddf3:_0xa027f0,_0x2f92ed=this['_activeShapeModel'][_0x2f1660(0x436)](),_0x531a10=(0x0,_0x5b6709[_0x2f1660(0x454)])(this[_0x2f1660(0x23a)][_0x2f1660(0x4b0)]()),_0x17ca1b=_0x5b6709[_0x2f1660(0x484)][_0x2f1660(0x311)](_0x2f92ed,_0x531a10),_0x99800c=_0x407216?_0x5b6709[_0x2f1660(0x484)][_0x2f1660(0x466)](_0x12d659,_0x590871):_0x5b6709[_0x2f1660(0x484)][_0x2f1660(0x34c)](_0x40ddf3,_0xa027f0,_0x4705f2,_0x17ca1b);_0x37b166?this[_0x2f1660(0x446)](_0x99800c,_0x37b166,_0x4705f2,_0x351fd7):this[_0x2f1660(0x47e)](_0x99800c,_0x351fd7);}['_handleConnectedEndpointPointerUp'](_0x2abb23,_0x139c9d,_0xad4732,_0x2ae8e0,_0x19233e){const _0x425ca6=_0x209063;let _0x39b7ec=this[_0x425ca6(0x244)](_0x2abb23);if(!_0x39b7ec)return;let _0x1a966f=_0x2ae8e0?_0x2ae8e0[_0x425ca6(0x43d)]:this[_0x425ca6(0x33f)](_0x39b7ec[_0x425ca6(0x49c)],_0x139c9d),_0x2cd528;if(_0x2ae8e0){let _0x291c73=this[_0x425ca6(0x4e5)][_0x425ca6(0x20c)]({'unitId':_0x2ae8e0[_0x425ca6(0x441)],'subUnitId':_0x2ae8e0[_0x425ca6(0x2fe)],'drawingId':_0x2ae8e0[_0x425ca6(0x3dc)]});if(_0x291c73!=null&&_0x291c73[_0x425ca6(0x267)]){let {left:_0x890594=0x0,top:_0x257e59=0x0,width:_0x47eb3e=0x0,height:_0x18f4bc=0x0,angle:_0x7182d9}=_0x291c73['transform'];_0x2cd528=(0x0,_0x5b6709[_0x425ca6(0x4ad)])({'left':_0x890594,'top':_0x257e59,'width':_0x47eb3e,'height':_0x18f4bc},_0x7182d9||0x0);}else _0x2cd528={'left':_0x139c9d['x'],'top':_0x139c9d['y'],'width':0x0,'height':0x0};}else _0x2cd528={'left':_0x139c9d['x'],'top':_0x139c9d['y'],'width':0x0,'height':0x0};let _0x5afaa4={'point':_0x139c9d,'angle':_0x1a966f,'bounds':_0x2cd528},_0x4f5d4a=_0xad4732?_0x5afaa4:_0x39b7ec,_0x9906e2=_0xad4732?_0x39b7ec:_0x5afaa4,_0x310e3=this[_0x425ca6(0x23a)][_0x425ca6(0x4b0)](),_0x3d5994=(0x0,_0x5b6709[_0x425ca6(0x4a4)])(_0x4f5d4a,_0x9906e2,_0x310e3);this['_activeShapeModel']['removeLinePoints']();let _0xf8e4d8=(0x0,_0x5b6709[_0x425ca6(0x385)])(_0x3d5994,_0x310e3);_0x2ae8e0?this[_0x425ca6(0x2c5)](_0xf8e4d8,_0x2ae8e0,_0x2abb23,_0xad4732,_0x19233e):this[_0x425ca6(0x494)](_0xf8e4d8,_0x2abb23,_0xad4732,_0x19233e);}[_0x209063(0x446)](_0x3448db,_0x2a6ca6,_0x5e83f1,_0x4a1c81){const _0x12e4b9=_0x209063;let _0x1742d4=this[_0x12e4b9(0x23a)][_0x12e4b9(0x224)]()['relation'],_0x135a16={..._0x1742d4},_0x212946={'shapeId':_0x2a6ca6[_0x12e4b9(0x3dc)],'cxnIndex':_0x2a6ca6[_0x12e4b9(0x499)]};_0x5e83f1?_0x135a16['from']=_0x212946:_0x135a16['to']=_0x212946;let _0x28e09d=this[_0x12e4b9(0x23a)][_0x12e4b9(0x4b0)](),_0x32a0fb=(0x0,_0x5b6709['computeConnectorRouteLayout'])(_0x3448db['worldPoints'],_0x28e09d),_0x48c004={'unitId':this['_unitId'],'subUnitId':this['_subUnitId'],'connectorShapeId':this['_activeShapeId'],'width':_0x3448db[_0x12e4b9(0x299)][_0x12e4b9(0x3bb)],'height':_0x3448db['worldRect']['height'],'left':_0x3448db[_0x12e4b9(0x299)][_0x12e4b9(0x4d2)],'top':_0x3448db[_0x12e4b9(0x299)][_0x12e4b9(0x25a)],'flipX':_0x3448db[_0x12e4b9(0x299)]['flipX']||!0x1,'flipY':_0x3448db[_0x12e4b9(0x299)]['flipY']||!0x1,'newAdjustValues':_0x32a0fb['adjustValues'],'oldAdjustValues':_0x4a1c81,'oldRelation':_0x1742d4,'newRelation':_0x135a16,'newLineType':_0x32a0fb['lineType'],'oldLineType':_0x28e09d};this[_0x12e4b9(0x240)][_0x12e4b9(0x507)](_0x4eb2ab[_0x12e4b9(0x3de)]['id'],_0x48c004);}[_0x209063(0x47e)](_0x243ff5,_0x27642a){const _0x13e9c6=_0x209063;let _0x27454e=this[_0x13e9c6(0x23a)]['getShapeType'](),_0x586ee5=(0x0,_0x5b6709[_0x13e9c6(0x385)])(_0x243ff5[_0x13e9c6(0x3ad)],_0x27454e),_0xd95ad6={'unitId':this[_0x13e9c6(0x30e)],'subUnitId':this['_subUnitId'],'shapeId':this['_activeShapeId'],'width':_0x243ff5['worldRect']['width'],'height':_0x243ff5[_0x13e9c6(0x299)][_0x13e9c6(0x498)],'left':_0x243ff5[_0x13e9c6(0x299)][_0x13e9c6(0x4d2)],'top':_0x243ff5[_0x13e9c6(0x299)][_0x13e9c6(0x25a)],'flipX':_0x243ff5['worldRect'][_0x13e9c6(0x2d8)]||!0x1,'flipY':_0x243ff5[_0x13e9c6(0x299)]['flipY']||!0x1,'angle':_0x243ff5[_0x13e9c6(0x299)][_0x13e9c6(0x43d)]||0x0,'newAdjustValues':_0x586ee5[_0x13e9c6(0x502)],'oldAdjustValues':_0x27642a,'newLineType':_0x586ee5['lineType'],'oldLineType':_0x27454e};this[_0x13e9c6(0x240)][_0x13e9c6(0x507)](_0x4eb2ab[_0x13e9c6(0x2af)]['id'],_0xd95ad6);}[_0x209063(0x2c5)](_0x38f092,_0x44d976,_0xb6288e,_0x358012,_0x243834){const _0x1beba0=_0x209063;let _0x24ed19=this[_0x1beba0(0x23a)][_0x1beba0(0x224)]()[_0x1beba0(0x43e)],_0x20ad36={..._0x24ed19},_0x4d8a25={'shapeId':_0x44d976[_0x1beba0(0x3dc)],'cxnIndex':_0x44d976['cxnIndex']};_0x358012?(_0x20ad36[_0x1beba0(0x44e)]=_0x4d8a25,_0x20ad36['to']=_0xb6288e):(_0x20ad36[_0x1beba0(0x44e)]=_0xb6288e,_0x20ad36['to']=_0x4d8a25);let _0x1f66be={'unitId':this[_0x1beba0(0x30e)],'subUnitId':this['_subUnitId'],'connectorShapeId':this[_0x1beba0(0x39d)],'width':_0x38f092[_0x1beba0(0x299)][_0x1beba0(0x3bb)],'height':_0x38f092[_0x1beba0(0x299)]['height'],'left':_0x38f092['worldRect']['left'],'top':_0x38f092[_0x1beba0(0x299)][_0x1beba0(0x25a)],'flipX':_0x38f092['worldRect'][_0x1beba0(0x2d8)]||!0x1,'flipY':_0x38f092[_0x1beba0(0x299)][_0x1beba0(0x351)]||!0x1,'oldAdjustValues':_0x243834,'newAdjustValues':_0x38f092['adjustValues'],'newLineType':_0x38f092[_0x1beba0(0x308)],'rotation':_0x38f092[_0x1beba0(0x40c)],'oldRelation':_0x24ed19,'newRelation':_0x20ad36};this[_0x1beba0(0x240)][_0x1beba0(0x507)](_0x4eb2ab[_0x1beba0(0x3de)]['id'],_0x1f66be);}[_0x209063(0x494)](_0x4aef13,_0x4e9d28,_0x3fd0b0,_0x5bd984){const _0x274d64=_0x209063;let _0x40143d=this[_0x274d64(0x23a)][_0x274d64(0x224)]()[_0x274d64(0x43e)],_0x5349c2={};_0x3fd0b0?(_0x5349c2['to']=_0x4e9d28,_0x5349c2[_0x274d64(0x44e)]=void 0x0):(_0x5349c2['from']=_0x4e9d28,_0x5349c2['to']=void 0x0);let _0x378a47={'unitId':this[_0x274d64(0x30e)],'subUnitId':this[_0x274d64(0x489)],'connectorShapeId':this[_0x274d64(0x39d)],'width':_0x4aef13['worldRect'][_0x274d64(0x3bb)],'height':_0x4aef13[_0x274d64(0x299)][_0x274d64(0x498)],'left':_0x4aef13[_0x274d64(0x299)][_0x274d64(0x4d2)],'top':_0x4aef13[_0x274d64(0x299)][_0x274d64(0x25a)],'flipX':_0x4aef13[_0x274d64(0x299)]['flipX']||!0x1,'flipY':_0x4aef13[_0x274d64(0x299)][_0x274d64(0x351)]||!0x1,'oldAdjustValues':_0x5bd984,'newAdjustValues':_0x4aef13[_0x274d64(0x502)],'newLineType':_0x4aef13['lineType'],'rotation':_0x4aef13[_0x274d64(0x40c)],'oldRelation':_0x40143d,'newRelation':_0x5349c2};this['_commandService']['executeCommand'](_0x4eb2ab['UpdateConnectorRelationCommand']['id'],_0x378a47);}['_attachConnectorObjectEvent'](_0x413297,_0x3edfac,_0x4ede52){const _0x3a3314=_0x209063;this[_0x3a3314(0x3df)]((0x0,_0x49d30a['toDisposable'])(_0x413297[_0x3a3314(0x222)]['subscribeEvent']((_0x4c647b,_0xe8111d)=>{const _0x50bf64=_0x3a3314;let _0x35ddc9=_0x413297[_0x50bf64(0x36c)]();if(this['_activeShapeModel']=this['_sheetsShapeService']['getShapeModel'](_0x35ddc9['unitId'],_0x35ddc9['subUnitId'],_0x35ddc9[_0x50bf64(0x2e9)]),!this[_0x50bf64(0x23a)])return;let _0x363550={};this[_0x50bf64(0x23a)][_0x50bf64(0x3c9)]()['forEach'](_0x1c4b13=>{const _0x2eb437=_0x50bf64;let _0x32c8b5=this[_0x2eb437(0x23a)][_0x2eb437(0x213)](_0x1c4b13);_0x32c8b5!==void 0x0&&(_0x363550[_0x1c4b13]=_0x32c8b5);});let _0x4f868c=this[_0x50bf64(0x4b1)]();if(!_0x4f868c)return;this[_0x50bf64(0x237)]={..._0x4f868c};let _0xf2a220=new _0x5b6709[(_0x50bf64(0x484))](this[_0x50bf64(0x237)]),_0x46aa09=(0x0,_0x510035[_0x50bf64(0x3a8)])({'unitId':this[_0x50bf64(0x30e)],'subUnitId':this[_0x50bf64(0x489)],'drawingId':this[_0x50bf64(0x39d)]}),_0x30c9d9=_0x3edfac['getObjectIncludeInGroup'](_0x46aa09);this[_0x50bf64(0x42a)]=!0x0,_0x3edfac[_0x50bf64(0x202)](),this['_sheetBasicShapeConnectionPointController']['startConnectionDetection'](_0x3edfac,this[_0x50bf64(0x30e)],this['_subUnitId'],this[_0x50bf64(0x39d)]),this[_0x50bf64(0x374)]=null;let _0x143c12=this['_activeShapeModel'][_0x50bf64(0x436)](),_0x54c1ff=_0x143c12[0x0],_0x27f896=_0x143c12[_0x143c12[_0x50bf64(0x28f)]-0x1],_0x5d7eea=_0x4ede52?_0xf2a220[_0x50bf64(0x2b1)](_0x27f896):_0xf2a220[_0x50bf64(0x2b1)](_0x54c1ff);this[_0x50bf64(0x282)]=_0x3edfac[_0x50bf64(0x468)]['subscribeEvent']((_0x32e7e2,_0x16d04f)=>{const _0x3733e4=_0x50bf64;if(!this[_0x3733e4(0x42a)]||!this[_0x3733e4(0x23a)])return;this[_0x3733e4(0x24f)]||(this['_sheetShapeAdjustController'][_0x3733e4(0x409)](),this[_0x3733e4(0x23a)][_0x3733e4(0x486)](),this[_0x3733e4(0x24f)]=!0x0);let _0x1b70e5=this[_0x3733e4(0x2a8)](this['_unitId'],this[_0x3733e4(0x489)]),_0x46bca6=this[_0x3733e4(0x29c)](this[_0x3733e4(0x30e)],this['_subUnitId']),_0x9653e0={'x':_0x32e7e2[_0x3733e4(0x2f6)]/_0x46bca6+_0x1b70e5['x'],'y':_0x32e7e2[_0x3733e4(0x4ac)]/_0x46bca6+_0x1b70e5['y']},_0x3421a2=this[_0x3733e4(0x4f5)][_0x3733e4(0x3fa)](_0x9653e0);if(_0x3421a2){let {shapeId:_0xd9b8ba,unitId:_0x1b53f5,subUnitId:_0x5d1e6e}=_0x3421a2;if(_0xd9b8ba&&_0x1b53f5&&_0x5d1e6e){let _0x13d9bc=(0x0,_0x510035[_0x3733e4(0x3a8)])({'unitId':_0x1b53f5,'subUnitId':_0x5d1e6e,'drawingId':_0xd9b8ba});_0x3421a2['angle']=(_0x3edfac[_0x3733e4(0x22b)](_0x13d9bc)[_0x3733e4(0x43d)]||0x0)+_0x3421a2[_0x3733e4(0x43d)];}}this[_0x3733e4(0x374)]=_0x3421a2;let _0xb128f7=_0x4ede52?this[_0x3733e4(0x23a)][_0x3733e4(0x1f5)]():this[_0x3733e4(0x23a)]['getStartConnectInfo']();if(_0xb128f7){this[_0x3733e4(0x327)](_0xb128f7,_0x9653e0,_0x4ede52,_0x30c9d9,_0x413297);return;}this[_0x3733e4(0x2e4)](_0x9653e0,_0x5d7eea,_0x4ede52,_0x30c9d9,_0x413297);}),this[_0x50bf64(0x4a0)]=_0x3edfac[_0x50bf64(0x4ab)][_0x50bf64(0x35a)]((_0x44ef62,_0x2b92ab)=>{const _0x74a6dd=_0x50bf64;this[_0x74a6dd(0x21e)](_0x3edfac,_0x5d7eea,_0x44ef62,_0x4ede52,_0x363550);}),_0xe8111d['stopPropagation']();})));}[_0x209063(0x485)](_0x7236fa,_0x1dbc52,_0x955543){const _0x333a78=_0x209063;let _0x36746b=this[_0x333a78(0x488)]['getBasicShapeRelation'](_0x7236fa,_0x1dbc52,_0x955543);if(!_0x36746b||_0x36746b[_0x333a78(0x28f)]===0x0)return;let _0x38812a=this['_renderManagerService'][_0x333a78(0x2f7)](_0x7236fa);if(!_0x38812a)return;let {scene:_0x42e2c2}=_0x38812a;for(let _0x5b199b of _0x36746b){let _0x1a10d0=_0x5b199b[_0x333a78(0x47a)],_0x34b7dc=this[_0x333a78(0x488)][_0x333a78(0x4b2)](_0x7236fa,_0x1dbc52,_0x1a10d0);if(!_0x34b7dc)continue;let _0x58d4ec=_0x34b7dc['getStartConnectInfo'](),_0x31f1d9=_0x34b7dc[_0x333a78(0x1f5)](),_0x2ace22=(_0x58d4ec==null?void 0x0:_0x58d4ec[_0x333a78(0x3dc)])===_0x955543,_0x1539a4=(0x0,_0x510035['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x7236fa,'subUnitId':_0x1dbc52,'drawingId':_0x1a10d0}),_0x567284=_0x42e2c2[_0x333a78(0x22b)](_0x1539a4);if(!_0x567284)continue;let _0x431b96=this[_0x333a78(0x4e5)][_0x333a78(0x20c)]({'unitId':_0x7236fa,'subUnitId':_0x1dbc52,'drawingId':_0x1a10d0});_0x431b96!=null&&_0x431b96['transform']&&(_0x58d4ec&&_0x31f1d9?this[_0x333a78(0x2b2)](_0x7236fa,_0x1dbc52,_0x1a10d0,_0x34b7dc,_0x58d4ec,_0x31f1d9,_0x567284):this[_0x333a78(0x4e6)](_0x7236fa,_0x1dbc52,_0x1a10d0,_0x34b7dc,_0x2ace22?_0x58d4ec:_0x31f1d9,_0x2ace22,_0x431b96,_0x567284));}}[_0x209063(0x2b2)](_0x584e17,_0x25adea,_0x19f794,_0x425370,_0x1abf64,_0x10a14e,_0x33b566){const _0x1d97b3=_0x209063;let _0x1ed733=this['_unitId'],_0x5e8ab2=this[_0x1d97b3(0x489)];this[_0x1d97b3(0x30e)]=_0x584e17,this['_subUnitId']=_0x25adea;let _0x7a7e1b=this[_0x1d97b3(0x244)](_0x1abf64),_0x5b4120=this['_getConnectPointInfo'](_0x10a14e);if(this[_0x1d97b3(0x30e)]=_0x1ed733,this['_subUnitId']=_0x5e8ab2,!_0x7a7e1b||!_0x5b4120)return;let _0x432286=_0x425370[_0x1d97b3(0x4b0)](),_0x3bfce0=(0x0,_0x5b6709[_0x1d97b3(0x4a4)])(_0x7a7e1b,_0x5b4120,_0x432286);_0x3bfce0&&_0x425370['updateLinePoints'](_0x3bfce0);let _0x4dc97d=(0x0,_0x5b6709[_0x1d97b3(0x385)])(_0x3bfce0,_0x432286);_0x4dc97d[_0x1d97b3(0x308)]!==_0x432286&&_0x425370['changeShapeType'](_0x4dc97d['lineType']),_0x425370['clearAdjustValue']();for(let [_0x3e6521,_0x5eaace]of Object[_0x1d97b3(0x4f3)](_0x4dc97d[_0x1d97b3(0x502)]))_0x425370[_0x1d97b3(0x45a)](_0x3e6521,_0x5eaace);_0x425370[_0x1d97b3(0x2c1)]({'width':_0x4dc97d[_0x1d97b3(0x299)][_0x1d97b3(0x3bb)],'height':_0x4dc97d[_0x1d97b3(0x299)]['height']}),_0x33b566[_0x1d97b3(0x462)]({'flipX':_0x4dc97d[_0x1d97b3(0x299)]['flipX'],'flipY':_0x4dc97d[_0x1d97b3(0x299)]['flipY'],'left':_0x4dc97d['worldRect'][_0x1d97b3(0x4d2)],'top':_0x4dc97d[_0x1d97b3(0x299)][_0x1d97b3(0x25a)],'width':_0x4dc97d[_0x1d97b3(0x299)][_0x1d97b3(0x3bb)],'height':_0x4dc97d[_0x1d97b3(0x299)][_0x1d97b3(0x498)],'angle':_0x4dc97d['rotation']}),_0x425370[_0x1d97b3(0x246)]();}[_0x209063(0x4e6)](_0x7a85c9,_0x5087be,_0x362f76,_0x159046,_0x1ce3a6,_0x5d1606,_0x123e99,_0x45fc83){const _0x1602b9=_0x209063;let _0x484616=this['_unitId'],_0x4875ae=this[_0x1602b9(0x489)];this[_0x1602b9(0x30e)]=_0x7a85c9,this[_0x1602b9(0x489)]=_0x5087be;let _0x369202=this[_0x1602b9(0x244)](_0x1ce3a6);if(this['_unitId']=_0x484616,this[_0x1602b9(0x489)]=_0x4875ae,!_0x369202)return;let {left:_0x4b3567=0x0,top:_0x2d9cea=0x0,width:_0x5c39fa=0x0,height:_0x368877=0x0,flipX:_0x3b67bb=!0x1,flipY:_0x396f65=!0x1}=_0x123e99['transform'],_0x1e976b=_0x159046[_0x1602b9(0x436)]();if(_0x1e976b[_0x1602b9(0x28f)]<0x2)return;let _0x353793=new _0x5b6709['ConnectorCoordinateTransform']({'left':_0x4b3567,'top':_0x2d9cea,'width':_0x5c39fa,'height':_0x368877,'flipX':_0x3b67bb,'flipY':_0x396f65}),_0x4b2649=_0x5d1606?_0x1e976b[_0x1e976b[_0x1602b9(0x28f)]-0x1]:_0x1e976b[0x0],_0x26b9d7=_0x353793[_0x1602b9(0x2b1)](_0x4b2649),_0x5e5d13=_0x5b6709[_0x1602b9(0x484)][_0x1602b9(0x34c)](_0x26b9d7,_0x369202[_0x1602b9(0x49c)],!_0x5d1606);_0x45fc83[_0x1602b9(0x462)]({'flipX':_0x5e5d13[_0x1602b9(0x299)][_0x1602b9(0x2d8)],'flipY':_0x5e5d13[_0x1602b9(0x299)]['flipY'],'left':_0x5e5d13['worldRect'][_0x1602b9(0x4d2)],'top':_0x5e5d13[_0x1602b9(0x299)][_0x1602b9(0x25a)],'width':_0x5e5d13['worldRect']['width'],'height':_0x5e5d13['worldRect'][_0x1602b9(0x498)],'angle':_0x5e5d13[_0x1602b9(0x299)][_0x1602b9(0x43d)]}),_0x45fc83[_0x1602b9(0x25d)](!0x0);}['_clearShapeConnectorHandlerObjects'](){const _0x1a63c5=_0x209063;this['_connectorObjects']['length']!==0x0&&(this[_0x1a63c5(0x4d6)][_0x1a63c5(0x250)](_0x23330c=>{_0x23330c['dispose']();}),this[_0x1a63c5(0x4d6)]=[]);}[_0x209063(0x474)](){const _0x1cedc9=_0x209063;let _0x15a768=this['_univerInstanceService'][_0x1cedc9(0x26b)](_0x49d30a[_0x1cedc9(0x276)][_0x1cedc9(0x295)]);this[_0x1cedc9(0x3df)](_0x15a768[_0x1cedc9(0x201)]((0x0,_0x230aed[_0x1cedc9(0x24b)])(_0x26a6ad=>_0x26a6ad?_0x26a6ad['activeSheet$'][_0x1cedc9(0x201)]((0x0,_0x230aed['switchMap'])(_0x39abb5=>{const _0x1117a8=_0x1cedc9;if(!_0x39abb5)return _0x230aed['EMPTY'];let _0x59268c=_0x26a6ad['getUnitId'](),_0x17c2ec=this['_renderManagerService'][_0x1117a8(0x2f7)](_0x59268c),_0x384612=_0x17c2ec==null?void 0x0:_0x17c2ec[_0x1117a8(0x349)];return _0x384612?(0x0,_0x230aed['of'])(_0x384612):_0x230aed[_0x1117a8(0x2d0)];})):_0x230aed[_0x1cedc9(0x2d0)]))[_0x1cedc9(0x4d3)](_0x2cd670=>{const _0x38090c=_0x1cedc9;let _0x5da36f=_0x2cd670[_0x38090c(0x262)]();this[_0x38090c(0x3df)](_0x2cd670[_0x38090c(0x468)][_0x38090c(0x35a)](_0x268961=>{const _0x5a6cac=_0x38090c;this[_0x5a6cac(0x48e)]&&this[_0x5a6cac(0x39d)]&&this[_0x5a6cac(0x277)]();})),this['disposeWithMe'](_0x5da36f[_0x38090c(0x275)]['subscribe'](_0x5d45c4=>{const _0x25b93d=_0x38090c;let {objects:_0x5d4fdc}=_0x5d45c4;this[_0x25b93d(0x277)](),_0x5d4fdc!==null&&_0x5d4fdc[_0x25b93d(0x3c6)]===0x1&&_0x5d4fdc[_0x25b93d(0x1e1)]()[_0x25b93d(0x241)]()[_0x25b93d(0x2b4)]instanceof _0x642241&&(this[_0x25b93d(0x48e)]=!0x0);})),this[_0x38090c(0x3df)](_0x5da36f[_0x38090c(0x4e8)][_0x38090c(0x4d3)](_0x5ed529=>{const _0x151737=_0x38090c;this[_0x151737(0x48e)]&&this[_0x151737(0x277)]();})),this[_0x38090c(0x3df)](_0x2cd670[_0x38090c(0x4ab)][_0x38090c(0x35a)](()=>{const _0x198bb5=_0x38090c;this[_0x198bb5(0x48e)]&&(this[_0x198bb5(0x48e)]=!0x1,this['_addShapeConnectorHandlerObjects']());})),this[_0x38090c(0x3df)](_0x5da36f[_0x38090c(0x4d7)][_0x38090c(0x4d3)](()=>{const _0x4d7ac2=_0x38090c;this[_0x4d7ac2(0x30e)]&&this['_subUnitId']&&this[_0x4d7ac2(0x39d)]&&this['_drawingManagerService'][_0x4d7ac2(0x20c)]({'unitId':this['_unitId'],'subUnitId':this['_subUnitId'],'drawingId':this[_0x4d7ac2(0x39d)]})&&(this['_clearShapeConnectorHandlerObjects'](),this['_addShapeConnectorHandlerObjects']());}));}));}[_0x209063(0x453)](){const _0x4aed85=_0x209063;this['disposeWithMe'](this[_0x4aed85(0x4e5)][_0x4aed85(0x2a6)][_0x4aed85(0x4d3)](_0x573955=>{const _0x20153c=_0x4aed85;if(_0x573955[_0x20153c(0x28f)]===0x1){let _0x426b4b=_0x573955[0x0];if(_0x426b4b[_0x20153c(0x3e8)]===_0x49d30a[_0x20153c(0x365)][_0x20153c(0x4fe)]){let _0x46749e=this[_0x20153c(0x488)]['getShapeModel'](_0x426b4b[_0x20153c(0x441)],_0x426b4b['subUnitId'],_0x426b4b[_0x20153c(0x2e9)]);if(_0x46749e&&(0x0,_0x5b6709['isConnectorShape'])(_0x46749e['getShapeType']())){this[_0x20153c(0x39d)]=_0x426b4b[_0x20153c(0x2e9)],this[_0x20153c(0x30e)]=_0x426b4b['unitId'],this[_0x20153c(0x489)]=_0x426b4b[_0x20153c(0x2fe)],this[_0x20153c(0x277)](),this[_0x20153c(0x33e)]();return;}}}this[_0x20153c(0x39d)]=void 0x0,this['_unitId']=void 0x0,this[_0x20153c(0x489)]=void 0x0,this[_0x20153c(0x277)]();})),this[_0x4aed85(0x3df)](this[_0x4aed85(0x4e5)][_0x4aed85(0x44c)][_0x4aed85(0x4d3)](_0x3701fb=>{const _0x133e39=_0x4aed85;if(_0x3701fb[_0x133e39(0x28f)]===0x1){var _0x2fe9ee;let _0x1d2afd=_0x3701fb[0x0],_0xfa8b85=(_0x2fe9ee=this[_0x133e39(0x4e5)][_0x133e39(0x20c)](_0x1d2afd))==null?void 0x0:_0x2fe9ee[_0x133e39(0x3e8)];_0xfa8b85===_0x49d30a[_0x133e39(0x365)][_0x133e39(0x4fe)]&&_0x1d2afd[_0x133e39(0x2e9)]===this['_activeShapeId']?(this[_0x133e39(0x277)](),this['_addShapeConnectorHandlerObjects']()):!this[_0x133e39(0x39d)]&&_0xfa8b85===_0x49d30a[_0x133e39(0x365)][_0x133e39(0x4fe)]&&this['_handleBasicShapeUpdateConnectorLineShape'](_0x1d2afd[_0x133e39(0x441)],_0x1d2afd[_0x133e39(0x2fe)],_0x1d2afd[_0x133e39(0x2e9)]);}})),this[_0x4aed85(0x3df)](this[_0x4aed85(0x4e5)]['remove$'][_0x4aed85(0x4d3)](_0xb19b6b=>{const _0x402cb6=_0x4aed85;for(let _0x6763d8 of _0xb19b6b){let {drawingId:_0xf4aba2}=_0x6763d8;if(this[_0x402cb6(0x39d)]===_0xf4aba2){this[_0x402cb6(0x42b)]();return;}}}));}[_0x209063(0x327)](_0x339d7b,_0x13be08,_0x447f72,_0x4f8bde,_0x262eac){const _0x17cb04=_0x209063;var _0x685fc5,_0x346081;if(!this[_0x17cb04(0x23a)])return;let _0x293e70=this['_getConnectPointInfo'](_0x339d7b);if(!_0x293e70)return;let _0x1e7cd7=this['_currentConnectionTarget']?this[_0x17cb04(0x374)][_0x17cb04(0x42c)]:_0x13be08,_0x14222e=this[_0x17cb04(0x374)]?this['_currentConnectionTarget']['angle']:this[_0x17cb04(0x33f)](_0x293e70[_0x17cb04(0x49c)],_0x1e7cd7),_0x14188b;if(this[_0x17cb04(0x374)]){let _0x2bb162=this[_0x17cb04(0x4e5)][_0x17cb04(0x20c)]({'unitId':this[_0x17cb04(0x374)]['unitId'],'subUnitId':this['_currentConnectionTarget'][_0x17cb04(0x2fe)],'drawingId':this['_currentConnectionTarget'][_0x17cb04(0x3dc)]});if(_0x2bb162!=null&&_0x2bb162[_0x17cb04(0x267)]){let {left:_0x5aa0ba=0x0,top:_0x1fb8da=0x0,width:_0x44f0c9=0x0,height:_0x557235=0x0,angle:_0x4b3e0a}=_0x2bb162[_0x17cb04(0x267)];_0x14188b=(0x0,_0x5b6709['getBasicShapeRotateBound'])({'left':_0x5aa0ba,'top':_0x1fb8da,'width':_0x44f0c9,'height':_0x557235},_0x4b3e0a||0x0);}else _0x14188b={'left':_0x1e7cd7['x'],'top':_0x1e7cd7['y'],'width':0x0,'height':0x0};}else _0x14188b={'left':_0x1e7cd7['x'],'top':_0x1e7cd7['y'],'width':0x0,'height':0x0};let _0x6615a5={'point':_0x1e7cd7,'angle':_0x14222e,'bounds':_0x14188b},_0xee68ee=_0x447f72?_0x6615a5:_0x293e70,_0x2ad996=_0x447f72?_0x293e70:_0x6615a5,_0x1dadb2=this[_0x17cb04(0x23a)]['getShapeType'](),_0x108c87=(0x0,_0x5b6709[_0x17cb04(0x4a4)])(_0xee68ee,_0x2ad996,_0x1dadb2);_0x108c87&&this[_0x17cb04(0x23a)][_0x17cb04(0x1fb)](_0x108c87);let _0x306ac3=(0x0,_0x5b6709[_0x17cb04(0x385)])(_0x108c87,_0x1dadb2);_0x306ac3['lineType']!==_0x1dadb2&&this[_0x17cb04(0x23a)][_0x17cb04(0x46c)](_0x306ac3[_0x17cb04(0x308)]);for(let [_0x227afc,_0x3535d7]of Object[_0x17cb04(0x4f3)](_0x306ac3[_0x17cb04(0x502)]))this[_0x17cb04(0x23a)][_0x17cb04(0x45a)](_0x227afc,_0x3535d7);this[_0x17cb04(0x23a)][_0x17cb04(0x2c1)]({'width':_0x306ac3[_0x17cb04(0x299)][_0x17cb04(0x3bb)],'height':_0x306ac3['worldRect']['height']}),_0x4f8bde['transformByState']({'flipX':_0x306ac3['worldRect'][_0x17cb04(0x2d8)],'flipY':_0x306ac3['worldRect'][_0x17cb04(0x351)],'left':_0x306ac3[_0x17cb04(0x299)][_0x17cb04(0x4d2)],'top':_0x306ac3[_0x17cb04(0x299)][_0x17cb04(0x25a)],'width':_0x306ac3[_0x17cb04(0x299)][_0x17cb04(0x3bb)],'height':_0x306ac3['worldRect']['height'],'angle':_0x306ac3[_0x17cb04(0x40c)]}),_0x4f8bde[_0x17cb04(0x25d)](!0x0);let _0x262954=(_0x685fc5=(_0x346081=this[_0x17cb04(0x374)])==null?void 0x0:_0x346081[_0x17cb04(0x42c)])==null?_0x13be08:_0x685fc5;_0x262eac[_0x17cb04(0x462)]({'left':_0x262954['x']-_0x5b6709[_0x17cb04(0x389)][_0x17cb04(0x1f6)],'top':_0x262954['y']-_0x5b6709[_0x17cb04(0x389)][_0x17cb04(0x1f6)]});}[_0x209063(0x2e4)](_0x1261b9,_0x4a7fd6,_0x213d06,_0x2b4e18,_0x50e177){const _0x4a11c7=_0x209063;var _0x294663,_0x530441,_0x5caf01,_0x18eb12;let _0x55858e=(_0x294663=(_0x530441=this[_0x4a11c7(0x374)])==null?void 0x0:_0x530441[_0x4a11c7(0x42c)])==null?_0x1261b9:_0x294663,_0x8f2849=_0x5b6709['ConnectorCoordinateTransform'][_0x4a11c7(0x34c)](_0x4a7fd6,_0x55858e,_0x213d06);_0x2b4e18[_0x4a11c7(0x462)]({'flipX':_0x8f2849[_0x4a11c7(0x299)][_0x4a11c7(0x2d8)],'flipY':_0x8f2849[_0x4a11c7(0x299)][_0x4a11c7(0x351)],'left':_0x8f2849[_0x4a11c7(0x299)][_0x4a11c7(0x4d2)],'top':_0x8f2849[_0x4a11c7(0x299)][_0x4a11c7(0x25a)],'width':_0x8f2849['worldRect'][_0x4a11c7(0x3bb)],'height':_0x8f2849[_0x4a11c7(0x299)]['height'],'angle':_0x8f2849[_0x4a11c7(0x299)][_0x4a11c7(0x43d)]});let _0x489ba3=(_0x5caf01=(_0x18eb12=this['_currentConnectionTarget'])==null?void 0x0:_0x18eb12[_0x4a11c7(0x42c)])==null?_0x1261b9:_0x5caf01;_0x50e177[_0x4a11c7(0x462)]({'left':_0x489ba3['x']-_0x5b6709[_0x4a11c7(0x389)]['cxnPointRadius'],'top':_0x489ba3['y']-_0x5b6709[_0x4a11c7(0x389)]['cxnPointRadius']});}[_0x209063(0x244)](_0x302ff7){const _0xb0a045=_0x209063;if(!this['_unitId']||!this[_0xb0a045(0x489)])return null;let {shapeId:_0x260f4e,cxnIndex:_0x47bb3a}=_0x302ff7,_0x7cc723=this[_0xb0a045(0x488)]['getShapeModel'](this[_0xb0a045(0x30e)],this[_0xb0a045(0x489)],_0x260f4e);if(!_0x7cc723)return null;let _0x55363e=this[_0xb0a045(0x4e5)]['getDrawingByParam']({'unitId':this[_0xb0a045(0x30e)],'subUnitId':this[_0xb0a045(0x489)],'drawingId':_0x260f4e});if(!(_0x55363e!=null&&_0x55363e[_0xb0a045(0x267)]))return null;let {left:_0x27d594=0x0,top:_0x250308=0x0,width:_0x42720c=0x0,height:_0x3893e3=0x0,flipX:_0xa1d509=!0x1,flipY:_0x2053f8=!0x1,angle:_0x516386}=_0x55363e[_0xb0a045(0x267)];_0x7cc723['updateContext']({'width':_0x42720c,'height':_0x3893e3});let _0x3de815=_0x7cc723[_0xb0a045(0x42e)]()[_0xb0a045(0x2bd)](_0x3d0058=>_0x3d0058[_0xb0a045(0x1d9)]===_0x47bb3a);if(!_0x3de815)return null;let _0x382f0f=_0xa1d509?_0x42720c-_0x3de815['x']:_0x3de815['x'],_0x1d5f1e=_0x2053f8?_0x3893e3-_0x3de815['y']:_0x3de815['y'];if(_0x516386!==0x0&&_0x516386!=null){let _0x3aa705=_0x516386*Math['PI']/0xb4,_0x1259fa=Math['cos'](_0x3aa705),_0x25fd4f=Math['sin'](_0x3aa705),_0x437770=_0x42720c/0x2,_0x32c76b=_0x3893e3/0x2,_0x246285=_0x382f0f-_0x437770,_0x4f1c36=_0x1d5f1e-_0x32c76b;_0x382f0f=_0x437770+_0x246285*_0x1259fa-_0x4f1c36*_0x25fd4f,_0x1d5f1e=_0x32c76b+_0x246285*_0x25fd4f+_0x4f1c36*_0x1259fa;}_0x382f0f+=_0x27d594,_0x1d5f1e+=_0x250308;let _0x28c304=_0x3de815[_0xb0a045(0x3ee)]/0xea60;_0xa1d509&&(_0x28c304=0xb4-_0x28c304),_0x2053f8&&(_0x28c304=-_0x28c304),_0x28c304+=_0x516386||0x0,_0x28c304=(_0x28c304%0x168+0x168)%0x168;let _0x4b6b69=(0x0,_0x5b6709[_0xb0a045(0x4ad)])({'left':_0x27d594,'top':_0x250308,'width':_0x42720c,'height':_0x3893e3},_0x516386||0x0);return{'point':{'x':_0x382f0f,'y':_0x1d5f1e},'angle':_0x28c304,'bounds':_0x4b6b69};}[_0x209063(0x33f)](_0x3f3230,_0x36364d){const _0x322ab8=_0x209063;let _0x2e1811=_0x36364d['x']-_0x3f3230['x'],_0x4daa19=_0x36364d['y']-_0x3f3230['y'];return Math[_0x322ab8(0x482)](_0x2e1811)>=Math[_0x322ab8(0x482)](_0x4daa19)?_0x2e1811>=0x0?0xb4:0x0:_0x4daa19>=0x0?0x10e:0x5a;}[_0x209063(0x42b)](){const _0x1d8afd=_0x209063;this[_0x1d8afd(0x39d)]=void 0x0,this['_unitId']=void 0x0,this[_0x1d8afd(0x489)]=void 0x0,this['_clearShapeConnectorHandlerObjects']();}['dispose'](){const _0x2d1f4e=_0x209063;this[_0x2d1f4e(0x277)](),super[_0x2d1f4e(0x46a)]();}};_0x38186c=_0x276893([_0x3cbe95(0x1,_0x49d30a['ICommandService']),_0x3cbe95(0x2,_0x40dd84[_0x209063(0x2ba)]),_0x3cbe95(0x3,_0x510035['IDrawingManagerService']),_0x3cbe95(0x4,_0x49d30a[_0x209063(0x31b)]),_0x3cbe95(0x5,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x4eb2ab[_0x209063(0x264)])),_0x3cbe95(0x6,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x54179a)),_0x3cbe95(0x7,(0x0,_0x49d30a['Inject'])(_0x2b6d77))],_0x38186c);let _0x3d9ac3=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(_0x2c5762,_0x28b24b,_0x2283a2){const _0xd703f4=_0x209063;super(),this[_0xd703f4(0x39e)]=_0x2c5762,this['_drawingManagerService']=_0x28b24b,this[_0xd703f4(0x439)]=_0x2283a2,this[_0xd703f4(0x1ef)]();}['_initPrinting'](){const _0x30856d=_0x209063;this[_0x30856d(0x3df)](this['_sheetPrintInterceptorService'][_0x30856d(0x348)][_0x30856d(0x1f2)](this[_0x30856d(0x39e)]['interceptor'][_0x30856d(0x495)]()['PRINTING_COMPONENT_COLLECT'],{'handler':(_0x1cb567,_0x4fced3,_0x378326)=>{const _0x32f82a=_0x30856d;var _0x141b53;let {unitId:_0x1a97fe,subUnitId:_0xae5523,scene:_0x55ba6e,resourceCollector:_0x4003a2}=_0x4fced3,_0x24c60f=(_0x141b53=this[_0x32f82a(0x4e5)]['getDrawingDataForUnit'](_0x1a97fe))==null?void 0x0:_0x141b53[_0xae5523];return _0x24c60f==null||_0x24c60f[_0x32f82a(0x235)]['forEach'](_0x401e16=>{const _0x371079=_0x32f82a;let _0x397d9f=_0x24c60f[_0x371079(0x417)][_0x401e16];_0x397d9f[_0x371079(0x3e8)]===_0x49d30a[_0x371079(0x365)][_0x371079(0x4fe)]&&!_0x397d9f[_0x371079(0x29b)]&&this[_0x371079(0x439)][_0x371079(0x287)](_0x397d9f,_0x55ba6e,{'resourceCollector':_0x4003a2});}),_0x378326(_0x1cb567);}}));}};_0x3d9ac3=_0x276893([_0x3cbe95(0x0,(0x0,_0x49d30a['Inject'])(_0x100e66[_0x209063(0x3c7)])),_0x3cbe95(0x1,_0x510035[_0x209063(0x239)]),_0x3cbe95(0x2,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x4fc7b5))],_0x3d9ac3);let _0x54b75c=class extends _0x49d30a[_0x209063(0x2ce)]{constructor(_0x3a71dd,_0x45e7d2,_0x387f17){const _0x2eb91a=_0x209063;super(),this['_commandService']=_0x3a71dd,this[_0x2eb91a(0x2de)]=_0x45e7d2,this[_0x2eb91a(0x443)]=_0x387f17,this[_0x2eb91a(0x252)]();}['_initPermission'](){const _0x4e0317=_0x209063;this[_0x4e0317(0x3df)](this[_0x4e0317(0x240)][_0x4e0317(0x401)](_0x5a1951=>{const _0x2497a0=_0x4e0317;let _0x512df6,_0x32f5d6;if(_0x5a1951['id']===_0x4eb2ab['InsertShapeCommand']['id']||_0x5a1951['id']===_0x4eb2ab[_0x2497a0(0x435)]['id']||_0x5a1951['id']===_0x4eb2ab[_0x2497a0(0x3de)]['id']){let _0x4e51e4=_0x5a1951[_0x2497a0(0x2c7)];_0x512df6=_0x4e51e4[_0x2497a0(0x441)],_0x32f5d6=_0x4e51e4[_0x2497a0(0x2fe)];}!_0x512df6||!_0x32f5d6||this['_sheetPermissionCheckController']['permissionCheckWithoutRange']({'workbookTypes':[_0x4fbea5[_0x2497a0(0x228)]],'worksheetTypes':[_0x4fbea5[_0x2497a0(0x2cc)]]},_0x512df6,_0x32f5d6)||this['_sheetPermissionCheckController'][_0x2497a0(0x2f9)](this[_0x2497a0(0x2de)]['t'](_0x2497a0(0x49b)));}));}};_0x54b75c=_0x276893([_0x3cbe95(0x0,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x49d30a['ICommandService'])),_0x3cbe95(0x1,(0x0,_0x49d30a['Inject'])(_0x49d30a[_0x209063(0x3e6)])),_0x3cbe95(0x2,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x4fbea5[_0x209063(0x2e6)]))],_0x54b75c);let _0xed137=class extends _0x49d30a['Disposable']{constructor(_0x3d5769,_0x573d0d,_0x13abeb,_0x136f42,_0x16677d,_0x4024b4,_0x1c93a2,_0x778a4a,_0x355501,_0x8bb5e5,_0x4b9601){const _0x3f3b8b=_0x209063;super(),this['_univerInstanceService']=_0x3d5769,this[_0x3f3b8b(0x420)]=_0x573d0d,this[_0x3f3b8b(0x38a)]=_0x13abeb,this[_0x3f3b8b(0x488)]=_0x136f42,this['_localeService']=_0x16677d,this[_0x3f3b8b(0x240)]=_0x4024b4,this[_0x3f3b8b(0x4e5)]=_0x1c93a2,this[_0x3f3b8b(0x32a)]=_0x778a4a,this[_0x3f3b8b(0x3b1)]=_0x355501,this[_0x3f3b8b(0x40d)]=_0x8bb5e5,this[_0x3f3b8b(0x325)]=_0x4b9601,_0x28368a(this,'_sidebarDisposable',null),_0x28368a(this,_0x3f3b8b(0x2ad),null),_0x28368a(this,_0x3f3b8b(0x354),!0x1),_0x28368a(this,_0x3f3b8b(0x292),0x0),_0x28368a(this,_0x3f3b8b(0x44a),new Set()),_0x28368a(this,'_disposePopups',[]),this[_0x3f3b8b(0x1e7)](),this[_0x3f3b8b(0x3df)](this[_0x3f3b8b(0x2be)]['getCurrentTypeOfUnit$'](_0x49d30a[_0x3f3b8b(0x276)][_0x3f3b8b(0x295)])[_0x3f3b8b(0x4d3)](_0x478d68=>{if(!_0x478d68){var _0x427410;(_0x427410=this['_sidebarDisposable'])==null||_0x427410['dispose']();return;}this['_createShapePopupMenu'](_0x478d68);})),this[_0x3f3b8b(0x2a7)](),this['_registerShapeMenu'](),this[_0x3f3b8b(0x1fe)](),this[_0x3f3b8b(0x3df)](this['_shapeTextEditingService']['editingParams$'][_0x3f3b8b(0x4d3)](_0x5e7fbc=>{const _0x1e02ae=_0x3f3b8b;_0x5e7fbc&&this[_0x1e02ae(0x2a1)]();}));}[_0x209063(0x1e7)](){const _0x510d1d=_0x209063;this[_0x510d1d(0x38a)]['mergeMenu'](_0xbe3a61);}['_registerShapeMenu'](){const _0x4b5d0d=_0x209063;this[_0x4b5d0d(0x32a)]['registerFeatureMenu'](_0x49d30a[_0x4b5d0d(0x365)]['DRAWING_SHAPE'],this[_0x4b5d0d(0x4b7)][_0x4b5d0d(0x293)](this)),this['_sheetCanvasPopManagerService'][_0x4b5d0d(0x307)](_0x49d30a[_0x4b5d0d(0x365)][_0x4b5d0d(0x4fe)],0x6,0x4);}[_0x209063(0x1fe)](){const _0x186a94=_0x209063;this[_0x186a94(0x2be)]['getAllUnitsForType'](_0x49d30a[_0x186a94(0x276)]['UNIVER_SHEET'])[_0x186a94(0x250)](_0x384b25=>this[_0x186a94(0x2fc)](_0x384b25));}[_0x209063(0x4b7)](_0x5c262a,_0x2266a3,_0x372e89,_0x4066f1){const _0x53e4a2=_0x209063;return[{'label':_0x53e4a2(0x26d),'index':0x0,'commandId':_0x5e6950['id'],'commandParams':{'unitId':_0x5c262a,'subUnitId':_0x2266a3,'drawingId':_0x372e89},'disable':_0x4066f1===_0x49d30a['DrawingTypeEnum'][_0x53e4a2(0x21f)]},{'label':_0x53e4a2(0x493),'index':0x1,'commandId':_0x28a390['RemoveSheetDrawingCommand']['id'],'commandParams':{'unitId':_0x5c262a,'drawings':[{'unitId':_0x5c262a,'subUnitId':_0x2266a3,'drawingId':_0x372e89,'drawingType':_0x4066f1}]},'disable':!0x1},{'label':_0x53e4a2(0x1e6),'index':0x2,'commandId':_0x1810f4['id'],'commandParams':{'unitId':_0x5c262a,'subUnitId':_0x2266a3,'drawingId':_0x372e89},'disable':!0x1},{'label':_0x53e4a2(0x504),'index':0x3,'commandId':_0x4eb2ab['ToggleSheetsShapeFlipCommand']['id'],'commandParams':{'unitId':_0x5c262a,'subUnitId':_0x2266a3,'shapeId':_0x372e89,'flipH':!0x0},'disable':!0x1},{'label':_0x53e4a2(0x3ba),'index':0x4,'commandId':_0x4eb2ab[_0x53e4a2(0x32f)]['id'],'commandParams':{'unitId':_0x5c262a,'subUnitId':_0x2266a3,'shapeId':_0x372e89,'flipV':!0x0},'disable':!0x1},{'label':'sheets-shape-ui.rotateRight90','index':0x4,'commandId':_0x4eb2ab[_0x53e4a2(0x220)]['id'],'commandParams':{'unitId':_0x5c262a,'subUnitId':_0x2266a3,'shapeId':_0x372e89,'rotate':0x5a},'disable':!0x1},{'label':_0x53e4a2(0x448),'index':0x4,'commandId':_0x4eb2ab[_0x53e4a2(0x220)]['id'],'commandParams':{'unitId':_0x5c262a,'subUnitId':_0x2266a3,'shapeId':_0x372e89,'rotate':-0x5a},'disable':!0x1},{'label':_0x53e4a2(0x4b8),'index':0x4,'commandId':_0x4eb2ab[_0x53e4a2(0x3ec)]['id'],'commandParams':{'unitId':_0x5c262a,'subUnitId':_0x2266a3,'shapeId':_0x372e89},'disable':!0x1}];}['_getShapeInfo'](_0x3c9afc,_0x43c003,_0x462f57){const _0x4c702b=_0x209063;let _0x5cee1e=this[_0x4c702b(0x488)][_0x4c702b(0x4f8)](_0x3c9afc,_0x43c003,_0x462f57),_0x5745d7=this[_0x4c702b(0x488)][_0x4c702b(0x27c)](_0x3c9afc,_0x43c003,_0x462f57);return _0x5cee1e!==void 0x0&&_0x5745d7!==void 0x0?{'shapeData':_0x5745d7,'shapeId':_0x462f57,'shapeType':_0x5cee1e,'unitId':_0x3c9afc,'subUnitId':_0x43c003,'version':this['_shapeEditPanelVersion'],'disableShapeOption':!0x1}:null;}['_createShapePopupMenu'](_0x43f7b1){const _0x370285=_0x209063;if(!_0x43f7b1)return;let _0xedd5db=_0x43f7b1['getUnitId']();this[_0x370285(0x40d)][_0x370285(0x38c)](_0xedd5db)&&!this[_0x370285(0x44a)][_0x370285(0x38c)](_0xedd5db)&&(this['_popupMenuListener'](_0xedd5db),this[_0x370285(0x44a)][_0x370285(0x449)](_0xedd5db));}['_clearPopups'](){const _0x3ad881=_0x209063;this[_0x3ad881(0x384)][_0x3ad881(0x250)](_0x17f0e7=>_0x17f0e7[_0x3ad881(0x46a)]()),this[_0x3ad881(0x384)][_0x3ad881(0x28f)]=0x0;}['_popupMenuListener'](_0x34d460){const _0x2c3b6f=_0x209063;var _0x3ea3aa;let _0x53d226=(_0x3ea3aa=this[_0x2c3b6f(0x40d)][_0x2c3b6f(0x2f7)](_0x34d460))==null?void 0x0:_0x3ea3aa[_0x2c3b6f(0x349)],_0x510de7=_0x53d226==null?void 0x0:_0x53d226['getTransformerByCreate']();!_0x53d226||!_0x510de7||(this[_0x2c3b6f(0x3df)](_0x510de7[_0x2c3b6f(0x37b)][_0x2c3b6f(0x4d3)](()=>{const _0xa27a7=_0x2c3b6f;let _0x5b29a5=_0x510de7[_0xa27a7(0x445)]();if(this[_0xa27a7(0x2a1)](),this[_0xa27a7(0x354)]||_0x5b29a5['size']>0x1)return;let _0x46249c=_0x5b29a5[_0xa27a7(0x1e1)]()[_0xa27a7(0x241)]()[_0xa27a7(0x2b4)];if(!_0x46249c)return;let _0x46ef7e=this[_0xa27a7(0x4e5)][_0xa27a7(0x410)](_0x46249c[_0xa27a7(0x35b)]);if(!_0x46ef7e||_0x46ef7e['drawingType']!==_0x49d30a[_0xa27a7(0x365)]['DRAWING_SHAPE'])return;let {unitId:_0x58d1da,subUnitId:_0x18eab2,drawingId:_0x56ca21,drawingType:_0x54200a}=_0x46ef7e,_0x4a9446=this[_0xa27a7(0x2c9)](_0x58d1da,_0x18eab2,_0x56ca21);if(!_0x4a9446)return;this[_0xa27a7(0x3b1)][_0xa27a7(0x29d)](_0x49d30a['FOCUSING_COMMON_DRAWINGS'],!0x0);let _0x32c226=this['_sheetCanvasPopManagerService'][_0xa27a7(0x1ec)](_0x46249c,{'componentKey':_0x15b03d,'direction':'top-center','offset':[0x0,_0xa40d9e[_0xa27a7(0x26a)]],'extraProps':{'unitId':_0x58d1da,'subUnitId':_0x18eab2,'drawingId':_0x56ca21,'drawingType':_0x54200a,'shapeType':_0x4a9446['shapeType'],'shapeData':_0x4a9446[_0xa27a7(0x4d4)]}});this[_0xa27a7(0x384)]['push'](this[_0xa27a7(0x3df)](_0x32c226)),this[_0xa27a7(0x4e5)][_0xa27a7(0x3c2)]()[_0xa27a7(0x2bd)](_0x17c7c7=>_0x17c7c7[_0xa27a7(0x441)]===_0x58d1da&&_0x17c7c7[_0xa27a7(0x2fe)]===_0x18eab2&&_0x17c7c7[_0xa27a7(0x2e9)]===_0x56ca21)||this[_0xa27a7(0x4e5)][_0xa27a7(0x310)]([{'unitId':_0x58d1da,'subUnitId':_0x18eab2,'drawingId':_0x56ca21}]);})),this['disposeWithMe'](_0x510de7['clearControl$']['subscribe'](()=>{const _0x4e2a5a=_0x2c3b6f;this[_0x4e2a5a(0x2a1)](),this['_contextService'][_0x4e2a5a(0x29d)](_0x49d30a[_0x4e2a5a(0x23f)],!0x1),this['_drawingManagerService'][_0x4e2a5a(0x310)](null);})),this['disposeWithMe'](_0x510de7['changing$'][_0x2c3b6f(0x4d3)](()=>{this['_clearPopups']();})),this['disposeWithMe'](_0x510de7[_0x2c3b6f(0x275)][_0x2c3b6f(0x4d3)](()=>{this['_clearPopups']();})));}[_0x209063(0x2a7)](){const _0x1a45a7=_0x209063;this[_0x1a45a7(0x3df)](this['_commandService'][_0x1a45a7(0x4cc)](_0x327847=>{const _0x4fedc2=_0x1a45a7;if(_0x327847['id']===_0x5e6950['id']){let {unitId:_0x34437f,subUnitId:_0x4a44b2,drawingId:_0x15fd94}=_0x327847[_0x4fedc2(0x2c7)];this['_shapeEditPanelVersion']+=0x1,this[_0x4fedc2(0x2ad)]=this[_0x4fedc2(0x2c9)](_0x34437f,_0x4a44b2,_0x15fd94),this['_clearPopups'](),this['_openShapeEditPanel']();}if(_0x327847['id']===_0x1810f4['id']&&(this[_0x4fedc2(0x2ad)]=null,this['_closeShapeEditPanel']()),_0x327847['id']===_0x4eb2ab[_0x4fedc2(0x273)]['id']){let {unitId:_0x2d1d81,subUnitId:_0x1e9e65,shapeId:_0x207533}=_0x327847[_0x4fedc2(0x2c7)];if(this['_activeShapeInfo']&&this[_0x4fedc2(0x2ad)]['shapeId']===_0x207533){let _0x23704c=this[_0x4fedc2(0x2c9)](_0x2d1d81,_0x1e9e65,_0x207533);_0x23704c&&(this[_0x4fedc2(0x292)]+=0x1,_0x23704c[_0x4fedc2(0x45b)]=this[_0x4fedc2(0x292)],this[_0x4fedc2(0x2ad)]=_0x23704c,this[_0x4fedc2(0x354)]&&this[_0x4fedc2(0x30f)]());}}})),this[_0x1a45a7(0x3df)](this['_drawingManagerService']['focus$']['subscribe'](_0x4d22af=>{const _0x544f08=_0x1a45a7;if(this[_0x544f08(0x354)]===!0x1)return;if(_0x4d22af[_0x544f08(0x28f)]===0x0){this[_0x544f08(0x2ad)]=null,this[_0x544f08(0x40a)]();return;}if(_0x4d22af[_0x544f08(0x28f)]===0x1&&_0x4d22af[0x0][_0x544f08(0x3e8)]===_0x49d30a[_0x544f08(0x365)][_0x544f08(0x4fe)]&&(this[_0x544f08(0x292)]+=0x1,this[_0x544f08(0x2ad)]=this[_0x544f08(0x2c9)](_0x4d22af[0x0][_0x544f08(0x441)],_0x4d22af[0x0][_0x544f08(0x2fe)],_0x4d22af[0x0]['drawingId']),this['_activeShapeInfo'])){this[_0x544f08(0x30f)]();return;}let _0x381ca4=_0x4d22af[_0x544f08(0x3a4)](_0x36dcae=>_0x36dcae[_0x544f08(0x3e8)]===_0x49d30a[_0x544f08(0x365)]['DRAWING_SHAPE']);if(_0x4d22af[_0x544f08(0x28f)]>0x1&&_0x381ca4[_0x544f08(0x28f)]===_0x4d22af[_0x544f08(0x28f)]){if(this['_shapeEditPanelVersion']+=0x1,this[_0x544f08(0x2ad)]=this[_0x544f08(0x2c9)](_0x4d22af[0x0][_0x544f08(0x441)],_0x4d22af[0x0][_0x544f08(0x2fe)],_0x4d22af[0x0][_0x544f08(0x2e9)]),this[_0x544f08(0x2ad)]){this[_0x544f08(0x30f)]();return;}}else{if(this[_0x544f08(0x292)]+=0x1,this[_0x544f08(0x2ad)]=this['_getShapeInfo'](_0x4d22af[0x0][_0x544f08(0x441)],_0x4d22af[0x0][_0x544f08(0x2fe)],_0x4d22af[0x0]['drawingId']),this[_0x544f08(0x2ad)]){this[_0x544f08(0x2ad)][_0x544f08(0x42d)]=!0x0,this[_0x544f08(0x30f)]();return;}}this[_0x544f08(0x40a)]();}));}[_0x209063(0x30f)](){const _0x2ab053=_0x209063;this[_0x2ab053(0x2ad)]&&(this[_0x2ab053(0x281)]=this[_0x2ab053(0x420)][_0x2ab053(0x2cd)]({'id':_0x1e65b6,'header':{'title':this[_0x2ab053(0x2de)]['t']('sheets-shape-ui.formatShape')},'width':0x184,'children':{'label':_0x1e65b6,...this[_0x2ab053(0x2ad)]},'onClose':()=>{const _0x21e86b=_0x2ab053;this[_0x21e86b(0x4e5)][_0x21e86b(0x310)](null),this[_0x21e86b(0x3b1)]['setContextValue'](_0x49d30a['FOCUSING_COMMON_DRAWINGS'],!0x1),this[_0x21e86b(0x281)]=null;}}),this[_0x2ab053(0x354)]=!0x0);}[_0x209063(0x40a)](){const _0x487feb=_0x209063;this[_0x487feb(0x354)]=!0x1,this['_sidebarService'][_0x487feb(0x336)](_0x1e65b6),this[_0x487feb(0x281)]=null,this['_contextService'][_0x487feb(0x29d)](_0x49d30a['FOCUSING_COMMON_DRAWINGS'],!0x1),this['_drawingManagerService'][_0x487feb(0x310)](null);}};_0xed137=_0x276893([_0x3cbe95(0x0,_0x49d30a[_0x209063(0x31b)]),_0x3cbe95(0x1,(0x0,_0x49d30a['Inject'])(_0xa9133b[_0x209063(0x37c)])),_0x3cbe95(0x2,_0xa9133b[_0x209063(0x422)]),_0x3cbe95(0x3,(0x0,_0x49d30a['Inject'])(_0x4eb2ab[_0x209063(0x264)])),_0x3cbe95(0x4,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x49d30a['LocaleService'])),_0x3cbe95(0x5,_0x49d30a['ICommandService']),_0x3cbe95(0x6,_0x510035[_0x209063(0x239)]),_0x3cbe95(0x7,(0x0,_0x49d30a['Inject'])(_0x100e66[_0x209063(0x302)])),_0x3cbe95(0x8,_0x49d30a[_0x209063(0x4f6)]),_0x3cbe95(0x9,_0x40dd84[_0x209063(0x2ba)]),_0x3cbe95(0xa,(0x0,_0x49d30a[_0x209063(0x47f)])(_0x3da7be))],_0xed137);let _0x412986=class extends _0x49d30a[_0x209063(0x1cc)]{constructor(_0x1e4d12=_0x3d157b,_0x130bd9,_0x10b77d,_0x559c51,_0xd145fa){const _0x48635f=_0x209063;super(),this[_0x48635f(0x4ea)]=_0x1e4d12,this['_injector']=_0x130bd9,this[_0x48635f(0x240)]=_0x10b77d,this[_0x48635f(0x332)]=_0x559c51,this[_0x48635f(0x40d)]=_0xd145fa;let {..._0x2b9487}=(0x0,_0x49d30a[_0x48635f(0x49e)])({},_0x3d157b,this[_0x48635f(0x4ea)]);this[_0x48635f(0x332)][_0x48635f(0x269)](_0x48635f(0x47b),_0x2b9487),this[_0x48635f(0x346)]();}[_0x209063(0x288)](){const _0x5d2331=_0x209063;(0x0,_0x49d30a[_0x5d2331(0x1ed)])(this[_0x5d2331(0x27a)],[[_0xed137],[_0x2d94be],[_0x4fc7b5],[_0x3d9ac3]]);}['onSteady'](){const _0x517366=_0x209063;this[_0x517366(0x27a)][_0x517366(0x4cd)](_0xed137)[_0x517366(0x1fe)]();}['onReady'](){const _0xc7f959=_0x209063;[[_0x2b6d77],[_0x54179a],[_0x21fb53]][_0xc7f959(0x250)](_0x56d616=>this[_0xc7f959(0x27a)][_0xc7f959(0x449)](_0x56d616)),(0x0,_0x49d30a[_0xc7f959(0x1ed)])(this['_injector'],[[_0x21fb53],[_0x54179a]]),this[_0xc7f959(0x40d)][_0xc7f959(0x334)](_0x49d30a['UniverInstanceType'][_0xc7f959(0x295)],[_0x2b6d77]),this['_renderManagerService']['registerRenderModule'](_0x49d30a[_0xc7f959(0x276)]['UNIVER_SHEET'],[_0x43f6ab]),this['_renderManagerService']['registerRenderModule'](_0x49d30a[_0xc7f959(0x276)][_0xc7f959(0x295)],[_0x38186c]),this[_0xc7f959(0x40d)][_0xc7f959(0x334)](_0x49d30a[_0xc7f959(0x276)][_0xc7f959(0x295)],[_0x312b3e]),this[_0xc7f959(0x40d)][_0xc7f959(0x334)](_0x49d30a[_0xc7f959(0x276)][_0xc7f959(0x4b9)],[_0x24a7bf]);}[_0x209063(0x46f)](){const _0x593e15=_0x209063;this[_0x593e15(0x27a)][_0x593e15(0x449)]([_0x58c754]),this['_injector'][_0x593e15(0x4cd)](_0x58c754);let _0x407638=this[_0x593e15(0x27a)];[[_0xed137],[_0x2d94be],[_0x4fc7b5],[_0x3d9ac3],[_0x4aab0f],[_0x3da7be],[_0x19f29c],[_0x43d42e],[_0x54b75c]]['forEach'](_0x237498=>_0x407638[_0x593e15(0x449)](_0x237498)),(0x0,_0x49d30a[_0x593e15(0x1ed)])(this[_0x593e15(0x27a)],[[_0xed137],[_0x2d94be],[_0x4fc7b5],[_0x4aab0f],[_0x3da7be],[_0x19f29c],[_0x43d42e],[_0x54b75c]]);}[_0x209063(0x346)](){const _0x49bf95=_0x209063;[_0x454166,_0x39f376,_0x1810f4,_0x5e6950,_0x3dd6d4,_0x2d736f][_0x49bf95(0x250)](_0x447740=>this[_0x49bf95(0x3df)](this['_commandService'][_0x49bf95(0x4ae)](_0x447740)));}};_0x28368a(_0x412986,_0x209063(0x2f5),_0x49d30a[_0x209063(0x276)]['UNIVER_SHEET']),_0x28368a(_0x412986,_0x209063(0x4cb),_0x209063(0x226)),_0x28368a(_0x412986,_0x209063(0x28c),_0x102c9e),_0x28368a(_0x412986,_0x209063(0x45b),_0x2234cd),_0x412986=_0x276893([(0x0,_0x49d30a[_0x209063(0x4fa)])(_0x9f095[_0x209063(0x207)],_0xa40d9e[_0x209063(0x255)],_0x4c7223['UniverSheetsDrawingUIPlugin'],_0x4eb2ab['UniverSheetsShapePlugin']),_0x3cbe95(0x1,(0x0,_0x49d30a['Inject'])(_0x49d30a[_0x209063(0x368)])),_0x3cbe95(0x2,_0x49d30a[_0x209063(0x4c5)]),_0x3cbe95(0x3,_0x49d30a['IConfigService']),_0x3cbe95(0x4,_0x40dd84[_0x209063(0x2ba)])],_0x412986),_0x11b69c[_0x209063(0x2a4)]=_0xbe3a61,Object[_0x209063(0x496)](_0x11b69c,_0x209063(0x21d),{'enumerable':!0x0,'get':function(){return _0x412986;}});}));
1
+ function _0x3a43(){const _0x5ed54d=['VerticalAlign','pushUndoRedo','SheetPermissionCheckController','fillImageSource','PRINTING_COMPONENT_COLLECT','sheet.operation.open-sheet-shape-format-panel','getAdjustNames','ShapeLineTypeEnum','adjName','clip','setAdjustValueByName','38hiGVmU','ISheetDrawingService','_activeAdjustPointList','onSteady','getState','dispose','_findNearestConnectionSite','_currentConnectionTarget','asObservable','setContextValue','selectable','UniverProSheetsShapeUi','updateDocumentStyle','DRAWING_IMAGE','toStringTag','copyType','isLineShape','getUnitId','prstGeom','SHAPE','_getShapeInfo','refreshShapeFillImage','_drawingAddListener','getConnectionInfo','_editingParams$','clear','sectionCanvas','intercept','VIEW_MAIN_LEFT','UniverLicensePlugin','sheets-shape-ui.permission.editErr','ShapeModel','@univerjs/sheets-drawing','_renderManagerService','type','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','isHighlighted','_imageShapeClipController','_addShapeConnectorHandlerObject','clip-','touchDependencies','abs','add','_clearShapeConnectorHandlerObjects','fontFamily','rect','UPDATE','_currentUniverService','substring','fillType','deriveStateFromActiveSheet$','SHEET_SHAPE_UI_PLUGIN','forwardRef','presentationChanged$','_getImageDrawingInfo','cxnPointStroke','includes','_updateSrcRectByTransform','lineShapeId','3572044ZzKeSh','UniverDrawingUi','displayName','useState','disposeWithMe','FlipVerticalIcon','toPrimitive','formulaPresentation','extraProps','univerjs-icon\x20univerjs-icon-','ContextMenuGroup','_createCopyInfoByRange','_sidebarService','clip-adj-','sheet.command.menu-insert-shape','mask','symbol','onCommandExecuted','updateDocumentDataMargin','getUnit','string','_getConnectPointInfo','getCurrentTypeOfUnit$','stroke','_shapeUpdateListener','onTransformChange$','src','ShapePickerDropdown','xlink:href','#bcbcbc','ShapeRenderModeEnum','drawWith','_registerImageShapeClipDelegate','[ShapeRender]\x20Failed\x20to\x20resolve\x20picture\x20fill\x20source','VIEW_MAIN_TOP','_drawSimpleText','skeleton','_findShapeAtPoint','classType','title','highlighted','SHEET_VIEWPORT_KEY','_attachAdjustEvent','_shapeId','createElement','_sheetClipboardService','_createControls','_onSavingEditorData$','SELECTOR','executeCommand','_initCopyPaste','scene','enableObjectsEvent','shapeText','transform','_initializedShapePopupMenu','_menuManagerService','_baseTop','getRenderUnitById','_loadAndSetImage','URL','worldPoint','value','version','computeConnectorRouteLayout','isStartConnectorPoint','_registerDrawingMoveHandler','sheets-shape-text-','applyPoint','open','buildShapeTextDataUpdate','_isConnecting','registerFeaturePasteHook','onStarting','FOCUSING_COMMON_DRAWINGS','_createShapeAdjustControls','[ShapeRender]\x20Failed\x20to\x20load\x20picture\x20fill\x20image','transformForAngle','_activeShapeId','getDrawingVisible','UniverSheetsPlugin','useReducer','getShapeDataById','forEach','SetDrawingArrangeCommand','disableObjectsEvent','connector-handler-','getDrawingSearch','UniverDrawing','IconManager','3724488InxMgK','resolveShapeTextEditorWrapStrategy','univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-text-sm\x20univer-text-gray-500','isArray','computeConnectorResizeLayout','_generatePasteMutations','OPERATION','896283XzbCFZ','setShapeProps','_isStartConnectorPoint','current','offsetX','formulaBinding','_cxnIndex','_baseLeft','_generateCutPasteMutations','setShapeData','width','@univerjs-pro/sheets-shape-ui','_renderWithCache','beginPath','_unitId','onDblclick$','refreshFormulaPresentation','delete','MenuItemType','_univerInstanceService','activeSheet$','setPresentation','initTransformer','refreshAdjustControls','SheetSkeletonManagerService','_insertShapes','getPresentation','_groupCopyPasteController','indexOf','UpdateLineShapeResizeCommand','_configService','COMMAND','_generateCopyPasteMutations','clearActiveDrawingObjects','GROUP','adjustValues','drawing.operation.set-drawing-active','div','color','clipHeight','onPointerDown$','resolveShapeTextEditorBehaviorShapeData','setCursor','shapeModel','_isShouldShowDrawingShapeAdjust','UNIVER_SHEET','UpdateSheetsShapeDataMutation','SheetsShapeUIMenuSchema','keys','getSheetBySheetId','ImageSourceTypeEnum','EMPTY','sectionFloating','create','ShapeFillEnum','amd','sheetTransform','useEffect','SHAPE_EDITOR_TRANSFORMER_CONFIG','top-center','flip-horizontal-icon','_attachConnectorObjectEvent','jsxs','_sheetPermissionCheckController','getSkeleton','registerRenderModule','vertical','SetShapeDrawingDataCommand','SheetsShapeService','UniverCore','isRenderLinePointsMode','setPrstGeom','_getShapeAdjustPointListById','sheets-shape-ui.objectListPanel.open','ShapeArrowSizeEnum','_sheetPrintInterceptorService','UniverSheetsDrawingUi','_clipService','computeStraightConnectorLayout','panel','ShapeDefaultConfig','attachPopupToObject','setEditing','getObject','strokeWidth','currentColor','_currentScene','_applyFormulaAutoFitSize','_commandService','_injector','registerCommand','_handleFreeEndpointPointerUp','_context','useDependency','_initSelection','find','getDrawingTypeNameKey','Disposable','905952wPHodq','_sheetDrawingShapeRenderController','relation','name','startArrow','memo','remove$','resetCursor','scale','getRealBound','random','ShapeFormulaService','clone','_isHighlighted','getBasicShapeRelation','update$','BehaviorSubject','React','SheetsDrawingGroupCopyPasteController','targetShapeId','VIEW_MAIN_LEFT_TOP','_clearControls','undo','_localeService','RENDER_CLASS_TYPE','ShapeGroupEnum','shouldClipShapeTextDocument','@univerjs-pro/shape-editor-ui','@univerjs/core','sheetViewStartColumn','Vector2','getTransformer','slice','UniverDocsUIPlugin','_executeConnectionCommand','restore','FOCUSING_SHAPE_TEXT_EDITOR','length','SheetScrollManagerService','generateRandomId','parse','_showConnectionSites','_baseDrawingRect','sin','getObjectListPanelTypeName','SolidFill','drawingType','start','unsubscribe','getBatchAddOp','_disposePopups','RemoveSheetsShapeMutation','getOwnPropertyDescriptor','hidden','#FFFFFF','_index','VIEW_MAIN','getDrawingPoints','_closeShapeEditPanel','UniverEngineRender','getStartConnectInfo','@univerjs-pro/license','calcAdjValues','LEFT','_openShapeEditPanel','rotation','text','@univerjs-pro/sheets-shape','clearControl$','from','pipe','translate','getEndConnectInfo','getObjectListPanelSectionIdForDrawingType','_rerouteConnectorLine','updateContext','@univerjs/engine-render','InsertSheetsShapeMutation','getUnitType','wrapStrategy','_popupMenuListener','_loadShapePictureFill','shapeData','sheets-shape-ui.insertShape','@univerjs/docs','getActiveSheet','_resetState','_baseShapeHeight','activateDrawingObject','createInternalEditorID','getConnectorLinePoints','sheets-shape-ui.objectListPanel.title','CopySheetCommand','useObservable','_imageIoService','_isImagePointerDown','@univerjs/sheets-ui','useFormulaShapeToolbar','_drawShapeText','url(#$1','useMemo','RibbonInsertGroup','MEDIA','shape-adjust-point-','_addControl','_registerDrawingFocusChangeHandler','_handleFreeEndpointMove','M13.4\x203.3L9.8\x208L13.4\x2012.7V3.3Z','DocSelectionManagerService','tag','attrs','resourceCollector','startX','custom','getDrawingByParam','assign','getCurrentScrollState','SHAPE_TEXT','next','ArrangeTypeEnum','_clearPopups','isEditing','_sheetShapeAdjustController','_formulaAnimation','_activeShapeModel','REMOVE','_sheetBasicShapeConnectionPointController','viewportScrollY','isHitLine','getTransformerByCreate','plainShapeTextToDocumentData','oKey','CURSOR_TYPE','top','useRef','_connectorObjects','addClipboardHook','M2.2\x208H3.8','_highlightedSiteIndex','_shapeService','M8\x202.2V3.8','values','@univerjs/ui','cxnPointFill','reduce','stringify','getShapeTextRect','onSavingEditorData$','removeLinePoints','offsetY','angle','IMenuManagerService','setOnSavingEditorData','FormulaShapeAnimationController','horizontal','end','getAdjustValueByName','Image','_clearConnectionSites','_reset','viewportScrollX','_formulaShapes','UniverProLicense','_contextService','changeEnd$','sheets-shape-ui.flipHorizontal','parent','drawingId','_componentManager','IUniverInstanceService','1em','COPY_TYPE','_registerMoveHandler','lineType','makeDirty','function','sheets-shape-ui.flipVertical','ShapeArrowTypeEnum','_copyInfo','image-clip-adjust-point-','isInGroup','getTextStyle','@univerjs/drawing-ui','_handleConnectedEndpointMove','refreshTransform','addObject','_props','cos','ConnectorCoordinateTransform','insertGroupObject','changing$','getBentTypeFromPoints','default','unitId','getObjectListPanelLabels','use','SetSheetDrawingCommand','getConnectionRelation','UniverInstanceType','shapeId','subscribe','draw','UniverDocs','getShapeType','_getDrawingRect','_cxtHandlerPointerMove','round','0\x200\x2016\x2016','getDrawingShapeKeyByDrawingSearch','_initEvents','subscribeEvent','onPointerUp$','getSheetCommandTarget','interceptor','fill','IMAGE_CLIP_SHAPE_PICKER_COMPONENT','_drawingManagerService','push','201988kWeMuW','SheetSkeletonService','getSkeletonParam','getDrawingData','getObjectIncludeInGroup','_createShapePopupMenu','_isDrawingShapePointDown','_updateShapeAdjustControls','UniverSheetsUi','M14\x208H14.2','_shapeTextEditingService','unregister','point','#4285f4','transformByState','setSrcRect','getZoomRatio','with','SetDrawingSelectedOperation','SHEET_DOC_SHAPE_FLOATING_TOOLBAR_TOP_OFFSET','setShouldShowAdjust','_getSceneAndTransformerByDrawingSearch','ObjectLayersIcon','BUTTON','getActualSize','path','_baseHeight','onRendered','SheetsSelectionsService','ancestorTransform','entries','_initSheetChange','_executeResizeCommand','1661850DGzCMP','shouldAllowShapeTextEditorHostSizeShrink','M8\x2010.2V11.8','26198xIgOiC','getFocusDrawings','_sheetDrawingService','toDisposable','None','onPointerMove$','_activeTargetShapeId','actualHeight','replace','_registerOperations','sheet.shape.edit.panel','WorksheetEditPermission','merge','isDrawingObject','focusDrawing','CROSSHAIR','SheetDrawingAnchor','isHit','ShapeIcon','setFillImage','_targetShapeId','cxnIndex','_iconManager','RemoveSheetDrawingCommand','getDrawingOrder','left','gradientEndColor','cancelEditing','SheetInterceptorService','DocumentViewModel','_getShapeAdjustInfosById','Path','currentAdjustValues','data','sheet.menu.shape.flip-horizontal','params','composeMatrix','clearAdjustControls','save','DocSelectionRenderService','OBJECT_LIST_FLOATING_SECTION_ID','contentHeight','_insertingShapeKeys','adjHandleFill','colorChannel1','_draw','LocaleService','some','jsx','visible','reverse','onerror','getBasicShapeRotateBound','_registerFocusChangeHandler','pick','ToggleSheetsShapeFlipCommand','_sheetsShapeService','setFormulaPresentation','createShapeFormulaDocument','shape-text-','IContextService','getDrawingOKey','initShapePopupMenu','_drawingType','_baseWidth','trim','getSelectedObjectMap','UniverUi','Shape','startWith','renderDrawingShape','M8\x2014V14.2','flipX','getCurrentUnitOfType','isConnectorShape','onload','FlipHorizontalIcon','univer-box-border\x20univer-px-4\x20univer-text-sm','_calculateFreeEndpointAngle','TOP','IDrawingManagerService','size','getCurrentRangeDisable$','_isOpenedShapeEditPanel','decorate','normalizeShapeTextModel','ShapeTextFloatToolbar','Plugin','clearAdjustValue','_clearShapeAdjustControls','transformToDrawingPosition','_config','completeEditing','height','M2.6\x203.3L6.2\x208L2.6\x2012.7V3.3Z','isCurvedConnectorShape','CommandType','_baseShapeWidth','Line','sheet.menu.shape.flip-vertical','adjHandleSize','_initMenu','object','_shapeEditPanelVersion','extensionGroups','sheet.shape.text.float-menu','UniverProEngineShape','register','ICommandService','description','UniverRenderEnginePlugin','calculate','_focusedDrawings','UniverSheetsDrawingPlugin','getValue','setHighlighted','shapeKey','getShapeTextData','UUID','IImageIoService','idSuffix','UNIVER_DOC','updateLinePoints','_initCommands','@univerjs-pro/engine-shape','InsertShapeCommand','getImage','sheet.operation.close-sheet-shape-format-panel','pluginName','DrawingImageClipService','Large','getParent','translateWithPrecision','isHorizontal','normal','_shapeFormulaService','UniverSheetsUIPlugin','prototype','updateShapeFillImage','ShapeTypeEnum','cxnPointStrokeWidth','multiply','map','_initPrinting','_draggingConnectorId','CUT','getShapeModel','DocumentDataModel','SheetShapeTextEditorContainer','DRAWING_OBJECT_LAYER_INDEX','getCurrentSkeleton','dataModel','isRichText','image','IRenderManagerService','doc','srcRect','UniverIcon','getInterceptPoints','sheet.image-clip.shape-picker.component','endConnectionDetection','UniverSheetsShapeUIPlugin','DRAWING_SHAPE','setCanUseShapeClip','_updateAdjustControlPositions','getMatrix','_getZoomRatio','editingParams$','localToWorld','_formulaKey','get','FromArray','cxnPointRadius','_updateImageAdjValues','DrawingTypeEnum','UniverProShapeEditor','defineProperty','ComponentManager','fillImageSourceType','_cxtHandlerPointerUp','HorizontalAlign','resolveShapeTextDocumentRenderLayout','stopPropagation','StraightConnector1','order','setConfig','Module','INSERT','getDrawingDataForUnit','animationEnabled','getDrawingEditable','render','SolidLine','getBatchRemoveOp','_getImagePrstGeom','_executeConnectedRouteResizeCommand','_subUnitId','clipByShape','switchMap','_addShapeAdjustControl','_adjHandlerPointerMove','worldPoints','getTextModel','blockExecuteWithoutPermission','getConnectionSiteList','Inject','_activeShapeInfo','_sheetCanvasPopManagerService','sheets-shape-ui.formatShape','ShapeFloatingToolbar','_getScrollInfo','changeShapeType','defs','react/jsx-runtime','_isStartAdjusting','5WugJiv','contentVerticalOffset','index','getAutoFitPresentations','_baseShapeTop','ISidebarService','getAllUnitsForType','_activeAdjustInfo','fontSize','worldRect','changeStart$','startY','_getOrCreateShapeModel','focus$','invert','complete','children','objects','_connectionSiteObjects','_drawRichText','flip-vertical-icon','_initPermission','rxjs','http://www.w3.org/2000/svg','_handleConnectorPointerUp','_adjHandlerPointerUp','syncExecuteCommand','SetDrawingApplyMutation','_transform','getImageSourceCache','getShapeData','error','_sheetSkeletonService','getViewportByCell','_registerComponents','_shapes','close','resize','DrawingApplyType','_drawRichTextLayer','has','_sidebarDisposable','packageName','_initialize','routeConnectorLineShape','_lastEditingShapeKey','_initEditingParams','filter','flipY','setPrstGeomAdjValues','getMenuHiddenObservable','_urlImageService','attachTransformerTo','UpdateConnectorRelationCommand','UniverSheets','IUndoRedoService','attachRangeWithCoord','endArrow','_baseShapeLeft','_hasReset','_activeShapeAdjustPointList','_init','OTHERS','popup','subUnitId','set','getCurrentUnitInfo','getEditing','PictureFill','toString','sheetViewStartRow','_transformCalculateSrcRect','object-layers-icon','_executeConnectedRouteConnectionCommand','_addShapeConnectorHandlerObjects','_sheetInterceptorService','Transform','_commandExecutedListener','doc.image-clip.shape-picker.component','_activeImageId','_handleConnectedEndpointPointerUp','sheet.shape.picker.component','_registerIcons','none','UniverProShapeEditorUi','viewBound','_adjName','_moveConnectorWithShape','_getConnectionSiteAngle'];_0x3a43=function(){return _0x5ed54d;};return _0x3a43();}function _0x3419(_0xe5bb33,_0x4d1b86){_0xe5bb33=_0xe5bb33-0x1e5;const _0x3a43d9=_0x3a43();let _0x34198c=_0x3a43d9[_0xe5bb33];return _0x34198c;}(function(_0x5544a2,_0x2a970d){const _0x509618=_0x3419,_0xd744c7=_0x5544a2();while(!![]){try{const _0x3dc392=-parseInt(_0x509618(0x203))/0x1*(-parseInt(_0x509618(0x33e))/0x2)+-parseInt(_0x509618(0x3da))/0x3+parseInt(_0x509618(0x516))/0x4*(parseInt(_0x509618(0x2da))/0x5)+parseInt(_0x509618(0x200))/0x6+-parseInt(_0x509618(0x379))/0x7+-parseInt(_0x509618(0x43c))/0x8+parseInt(_0x509618(0x3d3))/0x9;if(_0x3dc392===_0x2a970d)break;else _0xd744c7['push'](_0xd744c7['shift']());}catch(_0x202833){_0xd744c7['push'](_0xd744c7['shift']());}}}(_0x3a43,0x4d561),function(_0x5b1f19,_0x520572){const _0x360c07=_0x3419;typeof exports=='object'&&typeof module<'u'?_0x520572(exports,require('@univerjs/ui'),require('@univerjs-pro/engine-shape'),require('@univerjs-pro/shape-editor'),require('@univerjs-pro/sheets-shape'),require('@univerjs/core'),require('@univerjs/sheets'),require('@univerjs/drawing'),require('@univerjs/engine-render'),require('@univerjs/sheets-ui'),require('rxjs'),require('@univerjs-pro/shape-editor-ui'),require('@univerjs/drawing-ui'),require('react/jsx-runtime'),require('@univerjs-pro/license'),require('@univerjs/docs'),require('@univerjs/docs-ui'),require('@univerjs/sheets-drawing'),require('@univerjs/sheets-drawing-ui'),require('react')):typeof define==_0x360c07(0x4eb)&&define[_0x360c07(0x411)]?define(['exports',_0x360c07(0x4ca),_0x360c07(0x27f),'@univerjs-pro/shape-editor',_0x360c07(0x47f),_0x360c07(0x458),'@univerjs/sheets','@univerjs/drawing',_0x360c07(0x488),_0x360c07(0x49c),_0x360c07(0x2f0),_0x360c07(0x457),_0x360c07(0x4f2),_0x360c07(0x2d8),_0x360c07(0x479),_0x360c07(0x490),'@univerjs/docs-ui',_0x360c07(0x35e),'@univerjs/sheets-drawing-ui','react'],_0x520572):(_0x5b1f19=typeof globalThis<'u'?globalThis:_0x5b1f19||self,_0x520572(_0x5b1f19[_0x360c07(0x349)]={},_0x5b1f19[_0x360c07(0x246)],_0x5b1f19[_0x360c07(0x26d)],_0x5b1f19[_0x360c07(0x2b2)],_0x5b1f19['UniverProSheetsShape'],_0x5b1f19[_0x360c07(0x41f)],_0x5b1f19[_0x360c07(0x310)],_0x5b1f19[_0x360c07(0x3d1)],_0x5b1f19[_0x360c07(0x477)],_0x5b1f19[_0x360c07(0x1e7)],_0x5b1f19[_0x360c07(0x2f0)],_0x5b1f19[_0x360c07(0x32e)],_0x5b1f19[_0x360c07(0x37a)],_0x5b1f19[_0x360c07(0x44d)],_0x5b1f19[_0x360c07(0x4de)],_0x5b1f19[_0x360c07(0x506)],_0x5b1f19['UniverDocsUi'],_0x5b1f19['UniverSheetsDrawing'],_0x5b1f19[_0x360c07(0x426)],_0x5b1f19[_0x360c07(0x44d)]));}(this,function(_0x25c657,_0xa79fa1,_0x42b1e0,_0x1a0005,_0x308292,_0x5ee564,_0x417e5f,_0xba406a,_0x1dacf6,_0x17a3f5,_0xee79c5,_0x16d6cd,_0x5d451e,_0x202144,_0x54ca2b,_0xfaa137,_0x5dc0ea,_0x2c2d11,_0x253ecd,_0x3b23e2){const _0x3f4941=_0x3419;Object[_0x3f4941(0x2b3)](_0x25c657,Symbol[_0x3f4941(0x34c)],{'value':_0x3f4941(0x2bd)});function _0x48fc27(_0x4cae09,_0x20b5eb){const _0x35690d=_0x3f4941;let _0x349168={};for(let _0x4b1a96 of Object[_0x35690d(0x40a)](_0x20b5eb)){let _0x2e056b=_0x20b5eb[_0x4b1a96],_0x37e703=_0x4cae09[_0x4b1a96];if(_0x2e056b!==void 0x0){if(_0x37e703===void 0x0){_0x349168[_0x4b1a96]=void 0x0;continue;}typeof _0x2e056b==_0x35690d(0x269)&&_0x2e056b&&!Array[_0x35690d(0x3d6)](_0x2e056b)&&typeof _0x37e703=='object'&&_0x37e703&&!Array[_0x35690d(0x3d6)](_0x37e703)?_0x349168[_0x4b1a96]=_0x48fc27(_0x37e703,_0x2e056b):_0x349168[_0x4b1a96]=_0x37e703;}}return _0x349168;}let _0x3fa252={'type':_0x5ee564[_0x3f4941(0x263)][_0x3f4941(0x3f9)],'id':'sheet.command.update-shape-data','handler':(_0xd7287e,_0x44f0d9)=>{const _0x4dc609=_0x3f4941;let _0x17077e=_0xd7287e['get'](_0x308292[_0x4dc609(0x41e)]),{unitId:_0xabd054,subUnitId:_0x240382,shapeType:_0x84aa64,shapeId:_0x6e726f,shapeData:_0x36cee3,oldShapeJSON:_0x290b25}=_0x44f0d9;if(!_0x17077e['getShapeModel'](_0xabd054,_0x240382,_0x6e726f))return!0x1;let _0x519c11=_0xd7287e[_0x4dc609(0x2ad)](_0x5ee564[_0x4dc609(0x26f)]),_0x2d051b=_0xd7287e[_0x4dc609(0x2ad)](_0x5ee564[_0x4dc609(0x311)]),{oldShapeType:_0x5f3f71,oldShapeData:_0x97a72b={}}=_0x290b25,_0x26be19=_0x48fc27(_0x97a72b,_0x36cee3||{}),_0x396944={'id':_0x308292['UpdateSheetsShapeDataMutation']['id'],'params':{'unitId':_0xabd054,'subUnitId':_0x240382,'shapeId':_0x6e726f,'shapeType':_0x84aa64,'shapeData':_0x36cee3}},_0x2015a6={'id':_0x308292[_0x4dc609(0x408)]['id'],'params':{'unitId':_0xabd054,'subUnitId':_0x240382,'shapeId':_0x6e726f,'shapeType':_0x5f3f71,'shapeData':_0x26be19}};return _0x519c11[_0x4dc609(0x2f4)](_0x396944['id'],_0x396944[_0x4dc609(0x226)])?(_0x2d051b[_0x4dc609(0x334)]({'unitID':_0xabd054,'undoMutations':[_0x2015a6],'redoMutations':[_0x396944]}),!0x0):!0x1;}};function _0x5920b8(_0x40db29,_0x1b7e43,_0x239407,_0x4210dc,_0x343bdd,_0x120706){const _0x336110=_0x3f4941;let _0x4cc03f={'unitId':_0x1b7e43,'subUnitId':_0x239407,'shapeId':_0x4210dc,'shapeData':_0x120706,'oldShapeJSON':_0x343bdd};return _0x40db29[_0x336110(0x3aa)](_0x3fa252['id'],_0x4cc03f);}function _0x5b2127(_0x3c6865,_0x30e582,_0x42a85d,_0x30c03f,_0x28fd38,_0x4ece1d){let _0x11e4d2={'unitId':_0x30e582,'subUnitId':_0x42a85d,'shapeId':_0x30c03f,'shapeData':_0x4ece1d,'oldShapeJSON':_0x28fd38};return _0x3c6865['executeCommand'](_0x3fa252['id'],_0x11e4d2);}function _0x201368(_0x1fdbf4){'@babel/helpers - typeof';const _0x1fd919=_0x3f4941;return _0x201368=typeof Symbol==_0x1fd919(0x4eb)&&typeof Symbol['iterator']==_0x1fd919(0x389)?function(_0x56f503){return typeof _0x56f503;}:function(_0x199b65){const _0x55dea1=_0x1fd919;return _0x199b65&&typeof Symbol==_0x55dea1(0x4eb)&&_0x199b65['constructor']===Symbol&&_0x199b65!==Symbol[_0x55dea1(0x28c)]?'symbol':typeof _0x199b65;},_0x201368(_0x1fdbf4);}function _0x5525f1(_0x38c79e,_0x37eb25){const _0x4924c9=_0x3f4941;if(_0x201368(_0x38c79e)!=_0x4924c9(0x269)||!_0x38c79e)return _0x38c79e;var _0x4ac974=_0x38c79e[Symbol[_0x4924c9(0x37f)]];if(_0x4ac974!==void 0x0){var _0x53ecbe=_0x4ac974['call'](_0x38c79e,_0x37eb25||_0x4924c9(0x4fc));if(_0x201368(_0x53ecbe)!=_0x4924c9(0x269))return _0x53ecbe;throw TypeError(_0x4924c9(0x361));}return(_0x37eb25===_0x4924c9(0x38d)?String:Number)(_0x38c79e);}function _0x1271cf(_0x341cad){const _0x3eb9a3=_0x3f4941;var _0x25886e=_0x5525f1(_0x341cad,_0x3eb9a3(0x38d));return _0x201368(_0x25886e)==_0x3eb9a3(0x389)?_0x25886e:_0x25886e+'';}function _0xaf91f4(_0x36d4db,_0x2c1392,_0x4db34f){const _0x584453=_0x3f4941;return(_0x2c1392=_0x1271cf(_0x2c1392))in _0x36d4db?Object[_0x584453(0x2b3)](_0x36d4db,_0x2c1392,{'value':_0x4db34f,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x36d4db[_0x2c1392]=_0x4db34f,_0x36d4db;}function _0x49c229(_0x3c92e2,_0x146d2b,_0x556832){const _0x12ccbc=_0x3f4941;let _0x17c8d0=(0x0,_0x16d6cd[_0x12ccbc(0x403)])(_0x3c92e2,{..._0x146d2b,'dataModel':{..._0x146d2b[_0x12ccbc(0x29a)]??{},..._0x556832?{'doc':_0x556832}:null}}),_0x307ee1=(0x0,_0x16d6cd[_0x12ccbc(0x3d4)])(_0x17c8d0);return{'clip':(0x0,_0x16d6cd[_0x12ccbc(0x456)])(_0x17c8d0,_0x307ee1),'wrapStrategy':_0x307ee1};}var _0x264c5f=class extends _0x1dacf6[_0x3f4941(0x247)]{constructor(_0x65f535,_0x192520){const _0x54018b=_0x3f4941;super(_0x65f535,_0x192520),_0xaf91f4(this,_0x54018b(0x4f6),void 0x0),_0xaf91f4(this,_0x54018b(0x4b7),new _0x16d6cd[(_0x54018b(0x4d5))](()=>this[_0x54018b(0x4ea)](!0x0),()=>this[_0x54018b(0x431)]())),_0xaf91f4(this,_0x54018b(0x321),!0x0),_0xaf91f4(this,_0x54018b(0x242),_0x5ee564[_0x54018b(0x2b1)][_0x54018b(0x2a5)]),_0xaf91f4(this,_0x54018b(0x210),!0x0),this[_0x54018b(0x4f6)]={..._0x192520},this[_0x54018b(0x4b7)][_0x54018b(0x3ef)](_0x192520['formulaPresentation'],_0x192520['animateFormulaPresentation']!==!0x1),this[_0x54018b(0x317)](),this['_applyFormulaAutoFitSize']();}[_0x3f4941(0x317)](){const _0x2bece1=_0x3f4941;this[_0x2bece1(0x392)][_0x2bece1(0x50e)](_0xa3149b=>{const _0x24262b=_0x2bece1;this[_0x24262b(0x377)](_0xa3149b);});}[_0x3f4941(0x421)](_0x31d36f){const _0x5912ec=_0x3f4941;this[_0x5912ec(0x4f6)][_0x5912ec(0x350)]=_0x31d36f;}[_0x3f4941(0x42c)](_0x4e157a){const _0x5c79bf=_0x3f4941;this[_0x5c79bf(0x4f6)][_0x5c79bf(0x4b5)]=_0x4e157a,this[_0x5c79bf(0x4ea)](!0x0);}[_0x3f4941(0x23c)](_0x3f3e72,_0x5d17f=!0x0){const _0x2fff29=_0x3f4941;this[_0x2fff29(0x4b7)]['setPresentation'](_0x3f3e72,_0x5d17f),this['_props'][_0x2fff29(0x380)]=_0x3f3e72,this[_0x2fff29(0x431)](),this[_0x2fff29(0x4ea)](!0x0);}[_0x3f4941(0x431)](){const _0x3007eb=_0x3f4941;let _0xd0af89=this[_0x3007eb(0x4f6)]['shapeModel'],_0x55ded8=_0xd0af89[_0x3007eb(0x278)](),_0x119d9d=(0x0,_0x16d6cd[_0x3007eb(0x258)])(_0x55ded8==null?void 0x0:_0x55ded8['dataModel']),_0x2d9499=_0x119d9d==null?void 0x0:_0x119d9d[_0x3007eb(0x29e)],_0x2b93ec=this['_formulaAnimation'][_0x3007eb(0x2dd)]();if(!_0x2d9499||_0x2b93ec[_0x3007eb(0x461)]===0x0)return;_0xd0af89[_0x3007eb(0x487)]({'width':this[_0x3007eb(0x3e4)],'height':this['height']});let _0x281df3=(0x0,_0x16d6cd['resolveFormulaShapeAutoFitSize'])({'documentData':_0x2b93ec[_0x3007eb(0x291)](_0x3665ea=>(0x0,_0x1a0005[_0x3007eb(0x23d)])(_0x2d9499,_0x3665ea)),'height':this[_0x3007eb(0x260)],'shapeData':_0xd0af89[_0x3007eb(0x2f8)](),'textRect':_0xd0af89[_0x3007eb(0x4ce)]({'left':0x0,'top':0x0,'width':this['width'],'height':this[_0x3007eb(0x260)]}),'width':this[_0x3007eb(0x3e4)]});if(_0x281df3){var _0x347232;this[_0x3007eb(0x2ff)](_0x281df3[_0x3007eb(0x3e4)],_0x281df3['height']),(_0x347232=this['getScene']())==null||(_0x347232=_0x347232[_0x3007eb(0x45b)]())==null||_0x347232['debounceRefreshControls']();}}get[_0x3f4941(0x4fd)](){return this['_props']['unitId'];}get[_0x3f4941(0x31a)](){const _0x13032f=_0x3f4941;return this[_0x13032f(0x4f6)][_0x13032f(0x31a)];}[_0x3f4941(0x377)](_0x5b3825){const _0x3db327=_0x3f4941;if(this[_0x3db327(0x4f6)][_0x3db327(0x29f)]==null||!this[_0x3db327(0x321)])return;let {width:_0x615b90,height:_0x4dcec9}=this,{width:_0x49cc54=0x0,height:_0x21fcba=0x0}=_0x5b3825['preValue'],{left:_0x153269=0x0,top:_0x49eefb=0x0,right:_0x4ff4b1=0x0,bottom:_0x140368=0x0}=this[_0x3db327(0x4f6)][_0x3db327(0x29f)],_0x3b0f9c=_0x153269,_0x5d1a12=_0x49eefb,_0x57b5f8=_0x4ff4b1,_0x1968c4=_0x140368,_0x4da58a=!0x1;if(_0x49cc54!==0x0&&_0x49cc54!==_0x615b90){let _0x1edcf9=_0x153269/_0x49cc54,_0x58ad20=_0x4ff4b1/_0x49cc54;_0x3b0f9c=_0x615b90*_0x1edcf9,_0x57b5f8=_0x615b90*_0x58ad20,_0x4da58a=!0x0;}if(_0x21fcba!==0x0&&_0x21fcba!==_0x4dcec9){let _0x41c4cf=_0x49eefb/_0x21fcba,_0x1fe71f=_0x140368/_0x21fcba;_0x5d1a12=_0x4dcec9*_0x41c4cf,_0x1968c4=_0x4dcec9*_0x1fe71f,_0x4da58a=!0x0;}_0x4da58a&&this['setSrcRect']({'left':_0x3b0f9c,'top':_0x5d1a12,'right':_0x57b5f8,'bottom':_0x1968c4});}[_0x3f4941(0x1ee)](_0x2d04cf){const _0x18121d=_0x3f4941;this[_0x18121d(0x4f6)]['srcRect']=_0x2d04cf,this[_0x18121d(0x4ea)](!0x0);}[_0x3f4941(0x216)](_0x145c5b){const _0x4dc000=_0x3f4941;this[_0x4dc000(0x4f6)][_0x4dc000(0x29c)]=_0x145c5b,this[_0x4dc000(0x4ea)](!0x0);}set[_0x3f4941(0x3af)](_0x994fea){const _0x29b08d=_0x3f4941;this[_0x29b08d(0x2f6)]=_0x994fea;}get['transform'](){const _0x31e98b=_0x3f4941;this[_0x31e98b(0x2f6)]||this['_setTransForm']();let _0x5be335=this['_transform'][_0x31e98b(0x448)]();return this[_0x31e98b(0x3c6)](_0x5be335);}get[_0x3f4941(0x405)](){const _0x414748=_0x3f4941;return this[_0x414748(0x4f6)][_0x414748(0x405)];}get[_0x3f4941(0x503)](){return this['_props']['shapeId'];}get[_0x3f4941(0x39f)](){const _0x3738e5=_0x3f4941;return _0x1dacf6[_0x3738e5(0x454)][_0x3738e5(0x351)];}['_draw'](_0x1e2525,_0x45f0b0,_0x6b4d6e,_0x5b4bdb){const _0x31b58d=_0x3f4941;let _0x2ae840=this['_props']['shapeModel'];if(!_0x2ae840||!_0x45f0b0)return;let _0x410cb2=_0x6b4d6e??this[_0x31b58d(0x3e4)],_0x1c791d=_0x5b4bdb??this[_0x31b58d(0x260)],_0xc27159={'shapeType':_0x2ae840[_0x31b58d(0x507)](),'width':_0x410cb2,'height':_0x1c791d},_0x39015a={'renderMode':_0x42b1e0[_0x31b58d(0x397)][_0x31b58d(0x222)],'oKey':this[_0x31b58d(0x4bf)],'image':this[_0x31b58d(0x4f6)][_0x31b58d(0x29c)],'angle':this[_0x31b58d(0x4d2)]};_0x2ae840[_0x31b58d(0x487)](_0xc27159),_0x1e2525[_0x31b58d(0x229)]();let _0x58e8c6={'top':0x0,'left':0x0,'width':_0x410cb2,'height':_0x1c791d},_0x236168=_0x2ae840['getDrawingEffectBounds'](_0x58e8c6);_0x236168?this[_0x31b58d(0x3e6)](_0x1e2525,_0x236168,_0x379b73=>{const _0x38e514=_0x31b58d;_0x2ae840[_0x38e514(0x2c2)](_0x379b73,_0x58e8c6,_0x39015a);}):(this['_releaseRenderCache'](),_0x2ae840['render'](_0x1e2525,_0x58e8c6,_0x39015a)),_0x1e2525[_0x31b58d(0x45f)]();let _0x4a0602=_0x2ae840[_0x31b58d(0x278)](),_0x26143c=_0x2ae840[_0x31b58d(0x4ce)](_0x58e8c6),_0x2be8bd=_0x2ae840[_0x31b58d(0x34e)]();if(_0x4a0602&&_0x26143c&&!_0x2be8bd){_0x1e2525[_0x31b58d(0x229)](),this[_0x31b58d(0x342)]()[_0x31b58d(0x24b)]&&_0x1e2525[_0x31b58d(0x444)](-0x1,0x1);let _0xed03e1=_0x410cb2/0x2,_0x35b238=_0x1c791d/0x2;_0x1e2525[_0x31b58d(0x483)](-_0xed03e1,-_0x35b238),_0x1e2525[_0x31b58d(0x3e7)](),this[_0x31b58d(0x49e)](_0x1e2525,_0x4a0602,_0x26143c),_0x1e2525[_0x31b58d(0x45f)]();}}[_0x3f4941(0x475)](_0x48260d){}[_0x3f4941(0x49e)](_0x5af4f5,_0x3e4763,_0x35476e){const _0x4b76f0=_0x3f4941;var _0xe781e6;this[_0x4b76f0(0x4f6)][_0x4b76f0(0x4b5)]||(!((_0xe781e6=_0x3e4763[_0x4b76f0(0x29a)])!=null&&_0xe781e6[_0x4b76f0(0x29e)])&&_0x4b76f0(0x29b)in _0x3e4763&&_0x3e4763[_0x4b76f0(0x29b)]===!0x1?this['_drawSimpleText'](_0x5af4f5,_0x3e4763,_0x35476e):this[_0x4b76f0(0x2ed)](_0x5af4f5,_0x3e4763,_0x35476e));}[_0x3f4941(0x39c)](_0x54636c,_0x23f002,_0xb376d4){const _0x279c68=_0x3f4941;this['_drawRichText'](_0x54636c,{..._0x23f002,'text':_0x23f002[_0x279c68(0x47e)]??'','dataModel':{'doc':(0x0,_0x16d6cd[_0x279c68(0x4be)])(_0x23f002,_0x279c68(0x3bc)+this[_0x279c68(0x4bf)])}},_0xb376d4);}[_0x3f4941(0x2ed)](_0x637118,_0x144251,_0x2e1f3c){(0x0,_0x16d6cd['drawFormulaShapeAnimationLayers'])(_0x637118,this['_formulaAnimation'],(_0x569f98,_0x9eb3f0)=>{const _0x313890=_0x3419;this[_0x313890(0x301)](_0x569f98,_0x144251,_0x2e1f3c,_0x9eb3f0);});}[_0x3f4941(0x301)](_0x3d8dfb,_0x442d40,_0x3dbc95,_0x104f6b){const _0x4e35b3=_0x3f4941;let _0x51aace=this[_0x4e35b3(0x4f6)]['localeService'];if(!_0x442d40[_0x4e35b3(0x29a)]||!_0x51aace)return;let _0x4c7f40=(0x0,_0x16d6cd[_0x4e35b3(0x258)])(_0x442d40[_0x4e35b3(0x29a)]);if(!_0x4c7f40)return;let _0x4d75f6=_0x4c7f40[_0x4e35b3(0x29e)];if(!_0x4d75f6)return;let _0x129d5d=(0x0,_0x1a0005[_0x4e35b3(0x23d)])(_0x4d75f6,_0x104f6b),_0x12a7e2=_0x4c7f40['va']??_0x5ee564[_0x4e35b3(0x333)][_0x4e35b3(0x252)],_0x4e6f08=_0x4c7f40['ha']??_0x5ee564[_0x4e35b3(0x2b7)]['LEFT'],_0x25ed4f=_0x49c229(this[_0x4e35b3(0x4f6)][_0x4e35b3(0x405)][_0x4e35b3(0x2f8)](),_0x442d40,_0x129d5d),_0x2fe24=_0x442d40[_0x4e35b3(0x288)],_0x59d0b9=new _0x5ee564[(_0x4e35b3(0x296))]((0x0,_0x16d6cd['prepareShapeTextDocumentData'])(_0x129d5d,{'isHorizontal':_0x2fe24!==!0x1,'textRect':_0x3dbc95,'verticalAlign':_0x12a7e2,'horizontalAlign':_0x4e6f08,'wrapStrategy':_0x25ed4f[_0x4e35b3(0x48b)]})),_0x2a4475=new _0x1dacf6[(_0x4e35b3(0x220))](_0x59d0b9),_0xd10fd1=_0x1dacf6['DocumentSkeleton'][_0x4e35b3(0x40f)](_0x2a4475,_0x51aace);_0xd10fd1[_0x4e35b3(0x272)]();let _0x83f493=_0xd10fd1[_0x4e35b3(0x1f7)]()[_0x4e35b3(0x20a)],_0x384124=(0x0,_0x16d6cd[_0x4e35b3(0x2b8)])({'contentHeight':_0x83f493,'verticalAlign':_0x12a7e2,'viewportHeight':_0x3dbc95[_0x4e35b3(0x260)]});_0x59d0b9[_0x4e35b3(0x34a)]({'pageSize':{'width':_0x2fe24===!0x1?_0x3dbc95[_0x4e35b3(0x260)]:_0x3dbc95['width'],'height':_0x384124[_0x4e35b3(0x22c)]}}),_0x59d0b9[_0x4e35b3(0x38b)]({'t':_0x384124['marginTop']}),_0xd10fd1['calculate']();let _0x40e21f=new _0x1dacf6['Documents'](_0x4e35b3(0x23e)+this[_0x4e35b3(0x4bf)],_0xd10fd1,{'pageMarginLeft':0x0,'pageMarginTop':0x0,'onTextFillImageLoaded':()=>this[_0x4e35b3(0x4ea)](!0x0)});_0x40e21f[_0x4e35b3(0x2ff)](_0x3dbc95[_0x4e35b3(0x3e4)],_0x384124[_0x4e35b3(0x22c)]),_0x3d8dfb['save'](),_0x3d8dfb[_0x4e35b3(0x287)](_0x3dbc95[_0x4e35b3(0x21c)],_0x3dbc95[_0x4e35b3(0x4c1)]),_0x25ed4f[_0x4e35b3(0x33c)]&&(_0x3d8dfb[_0x4e35b3(0x3e7)](),_0x3d8dfb[_0x4e35b3(0x36b)](0x0,_0x384124['clipTop'],_0x3dbc95[_0x4e35b3(0x3e4)],_0x384124[_0x4e35b3(0x401)]),_0x3d8dfb[_0x4e35b3(0x33c)]()),_0x384124[_0x4e35b3(0x2db)]&&_0x3d8dfb[_0x4e35b3(0x287)](0x0,_0x384124['contentVerticalOffset']),_0x40e21f[_0x4e35b3(0x505)](_0x3d8dfb),_0x3d8dfb[_0x4e35b3(0x45f)](),_0x40e21f['dispose'](),_0xd10fd1['dispose'](),_0x2a4475[_0x4e35b3(0x343)](),_0x59d0b9[_0x4e35b3(0x343)]();}[_0x3f4941(0x2c2)](_0x31a6f7,_0x28f86b,_0x5bfa07=!0x1){const _0x5f33fe=_0x3f4941;if(!this[_0x5f33fe(0x234)])return this['makeDirty'](!0x1),this;let {width:_0x2b185f,height:_0x1cb73b,left:_0x4a1d31,top:_0x8f9ea5}=this,_0x4e6e1e=this['getRealBound']();if(_0x2b185f=_0x4e6e1e['width'],_0x1cb73b=_0x4e6e1e[_0x5f33fe(0x260)],_0x4a1d31=_0x4e6e1e[_0x5f33fe(0x21c)],_0x8f9ea5=_0x4e6e1e[_0x5f33fe(0x4c1)],this['isRender'](_0x28f86b)){let {top:_0x121f8a,left:_0x286b4c,bottom:_0x50c9b2,right:_0x44b4a3}=_0x28f86b[_0x5f33fe(0x32f)];if(_0x2b185f+this[_0x5f33fe(0x42e)]+_0x4a1d31<_0x286b4c||_0x44b4a3<_0x4a1d31||_0x1cb73b+this[_0x5f33fe(0x42e)]+_0x8f9ea5<_0x121f8a||_0x50c9b2<_0x8f9ea5)return this;}let _0x7e2262=_0x4a1d31+_0x2b185f/0x2,_0x1e5752=_0x8f9ea5+_0x1cb73b/0x2,_0x505887=this[_0x5f33fe(0x3af)][_0x5f33fe(0x2a8)]();if(this['_props'][_0x5f33fe(0x4b5)]){let _0x5122b0=this['getState'](),_0x1f9122=new _0x1dacf6[(_0x5f33fe(0x326))]();_0x1f9122[_0x5f33fe(0x227)]({..._0x5122b0}),_0x505887=_0x1f9122[_0x5f33fe(0x2a8)]();}return _0x31a6f7[_0x5f33fe(0x229)](),this[_0x5f33fe(0x4f6)][_0x5f33fe(0x405)][_0x5f33fe(0x420)]===!0x0||_0x31a6f7['transform'](_0x505887[0x0],_0x505887[0x1],_0x505887[0x2],_0x505887[0x3],_0x7e2262,_0x1e5752),this['_draw'](_0x31a6f7,_0x28f86b,_0x2b185f,_0x1cb73b),_0x31a6f7[_0x5f33fe(0x45f)](),this[_0x5f33fe(0x4ea)](!0x1),this;}['getInverseCoord'](_0x4bb0d6){const _0x340295=_0x3f4941;let {left:_0x476695,top:_0x31581b,width:_0x3f93c0,height:_0x737009}=this['getRealBound'](),_0x201b0d=this['transform'][_0x340295(0x2a8)](),_0x4217e1=_0x476695+_0x3f93c0/0x2,_0x255c86=_0x31581b+_0x737009/0x2,_0x61bdac=new _0x1dacf6[(_0x340295(0x326))]([_0x201b0d[0x0],_0x201b0d[0x1],_0x201b0d[0x2],_0x201b0d[0x3],_0x4217e1,_0x255c86]),_0x2bcdfd=this[_0x340295(0x286)]();return(this[_0x340295(0x4f0)]&&(_0x2bcdfd==null?void 0x0:_0x2bcdfd[_0x340295(0x39f)])===_0x1dacf6[_0x340295(0x454)][_0x340295(0x3fc)]?_0x2bcdfd[_0x340295(0x1fc)][_0x340295(0x290)](_0x61bdac):_0x61bdac)[_0x340295(0x2e8)]()['applyPoint'](_0x4bb0d6);}[_0x3f4941(0x214)](_0x5253e8){const _0x1708e2=_0x3f4941;let {left:_0x24d6a9,top:_0x51fae6,width:_0xdc23dd,height:_0x56bed7}=this[_0x1708e2(0x445)](),_0x1f0c1a=_0x24d6a9+_0xdc23dd/0x2,_0x50973a=_0x51fae6+_0x56bed7/0x2,_0x5d026c=this[_0x1708e2(0x3af)][_0x1708e2(0x2a8)](),_0x320de0=new _0x1dacf6[(_0x1708e2(0x326))]([_0x5d026c[0x0],_0x5d026c[0x1],_0x5d026c[0x2],_0x5d026c[0x3],_0x1f0c1a,_0x50973a]),_0x4e18dd=this[_0x1708e2(0x286)](),_0x5a07e4=(this['isInGroup']&&(_0x4e18dd==null?void 0x0:_0x4e18dd['classType'])===_0x1dacf6[_0x1708e2(0x454)][_0x1708e2(0x3fc)]?_0x4e18dd[_0x1708e2(0x1fc)][_0x1708e2(0x290)](_0x320de0):_0x320de0)[_0x1708e2(0x2e8)]()[_0x1708e2(0x3bd)](_0x5253e8),_0x38ba0f=_0xdc23dd/0x2,_0x536197=_0x56bed7/0x2,_0x4b6eaf=this['_props']['shapeModel'];return _0x4b6eaf&&_0x4b6eaf[_0x1708e2(0x34e)]()?_0x4b6eaf[_0x1708e2(0x4bc)](_0x5a07e4['x'],_0x5a07e4['y'],_0xdc23dd,_0x56bed7):_0x5a07e4['x']>=-_0x38ba0f-this[_0x1708e2(0x42e)]/0x2&&_0x5a07e4['x']<=_0x38ba0f+this['strokeWidth']/0x2&&_0x5a07e4['y']>=-_0x536197-this[_0x1708e2(0x42e)]/0x2&&_0x5a07e4['y']<=_0x536197+this['strokeWidth']/0x2;}[_0x3f4941(0x343)](){const _0x125b54=_0x3f4941;this[_0x125b54(0x4b7)][_0x125b54(0x343)](),this['_props'][_0x125b54(0x405)]=null,super[_0x125b54(0x343)]();}},_0x535df0=class extends _0x1dacf6[_0x3f4941(0x247)]{constructor(_0x3edbd8,_0x1bd71a){const _0x20f8bb=_0x3f4941;super(_0x3edbd8,_0x1bd71a),_0xaf91f4(this,_0x20f8bb(0x3a4),null),_0xaf91f4(this,_0x20f8bb(0x330),null),_0xaf91f4(this,_0x20f8bb(0x3e8),null),_0xaf91f4(this,_0x20f8bb(0x2c7),null),_0x1bd71a&&this[_0x20f8bb(0x3db)](_0x1bd71a);}[_0x3f4941(0x3d0)](){const _0x77ea05=_0x3f4941;return{'unitId':this['_unitId'],'subUnitId':this['_subUnitId'],'drawingId':this[_0x77ea05(0x3a4)]};}[_0x3f4941(0x3db)](_0xa0508a){const _0x4c580d=_0x3f4941;_0xa0508a[_0x4c580d(0x503)]!==void 0x0&&(this[_0x4c580d(0x3a4)]=_0xa0508a[_0x4c580d(0x503)]),_0xa0508a['adjName']!==void 0x0&&(this[_0x4c580d(0x330)]=_0xa0508a[_0x4c580d(0x33b)]),_0xa0508a[_0x4c580d(0x4fd)]!==void 0x0&&(this[_0x4c580d(0x3e8)]=_0xa0508a[_0x4c580d(0x4fd)]),_0xa0508a[_0x4c580d(0x31a)]!==void 0x0&&(this['_subUnitId']=_0xa0508a[_0x4c580d(0x31a)]),this[_0x4c580d(0x1ed)]({'width':_0xa0508a[_0x4c580d(0x3e4)],'height':_0xa0508a['height']});}[_0x3f4941(0x230)](_0x57a4af){const _0x33bd11=_0x3f4941;_0x1dacf6['Circle'][_0x33bd11(0x398)](_0x57a4af,{'radius':_0x42b1e0['ShapeDefaultConfig'][_0x33bd11(0x267)],'fill':_0x42b1e0['ShapeDefaultConfig'][_0x33bd11(0x22e)],'stroke':_0x42b1e0[_0x33bd11(0x42a)]['adjHandleStroke'],'strokeWidth':0x1,'evented':!0x0});}};function _0x2dfb17(_0x5f36f5,_0x2133bc){return function(_0x2ed456,_0x111c71){_0x2133bc(_0x2ed456,_0x111c71,_0x5f36f5);};}function _0x2cf515(_0x18e0e2,_0x241b1d,_0x4ac14d,_0x5e5d4b){const _0x5209eb=_0x3f4941;var _0x1b2c74=arguments[_0x5209eb(0x461)],_0x3cbe93=_0x1b2c74<0x3?_0x241b1d:_0x5e5d4b===null?_0x5e5d4b=Object[_0x5209eb(0x470)](_0x241b1d,_0x4ac14d):_0x5e5d4b,_0x127f8b;if(typeof Reflect==_0x5209eb(0x269)&&typeof Reflect[_0x5209eb(0x257)]=='function')_0x3cbe93=Reflect['decorate'](_0x18e0e2,_0x241b1d,_0x4ac14d,_0x5e5d4b);else{for(var _0x9ea37=_0x18e0e2[_0x5209eb(0x461)]-0x1;_0x9ea37>=0x0;_0x9ea37--)(_0x127f8b=_0x18e0e2[_0x9ea37])&&(_0x3cbe93=(_0x1b2c74<0x3?_0x127f8b(_0x3cbe93):_0x1b2c74>0x3?_0x127f8b(_0x241b1d,_0x4ac14d,_0x3cbe93):_0x127f8b(_0x241b1d,_0x4ac14d))||_0x3cbe93);}return _0x1b2c74>0x3&&_0x3cbe93&&Object[_0x5209eb(0x2b3)](_0x241b1d,_0x4ac14d,_0x3cbe93),_0x3cbe93;}let _0x1a428d=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(_0x2101a3,_0x49e93f,_0x399722,_0x2dd5b2,_0x9cde2d,_0x351658){const _0x15a815=_0x3f4941;super(),this[_0x15a815(0x514)]=_0x2101a3,this['_sheetsShapeService']=_0x49e93f,this[_0x15a815(0x453)]=_0x399722,this[_0x15a815(0x49a)]=_0x2dd5b2,this[_0x15a815(0x30d)]=_0x9cde2d,this[_0x15a815(0x28a)]=_0x351658,_0xaf91f4(this,_0x15a815(0x4dd),new Map()),this[_0x15a815(0x37d)](this[_0x15a815(0x28a)][_0x15a815(0x373)][_0x15a815(0x504)](_0x58b5d7=>{const _0x2f703f=_0x15a815;var _0x5cf276;(_0x5cf276=this[_0x2f703f(0x4dd)]['get'](this[_0x2f703f(0x2ac)](_0x58b5d7[_0x2f703f(0x4fd)],_0x58b5d7[_0x2f703f(0x31a)],_0x58b5d7[_0x2f703f(0x503)])))==null||_0x5cf276[_0x2f703f(0x3cc)](_0x586418=>_0x586418[_0x2f703f(0x23c)](_0x58b5d7['presentation'],_0x58b5d7[_0x2f703f(0x2c0)]));})),this['disposeWithMe'](this[_0x15a815(0x514)][_0x15a815(0x442)][_0x15a815(0x504)](_0x51487e=>{const _0x463a8d=_0x15a815;_0x51487e[_0x463a8d(0x3cc)](_0xf845b4=>{const _0x27bfd0=_0x463a8d;this['_shapeFormulaService'][_0x27bfd0(0x1ea)]({'unitId':_0xf845b4[_0x27bfd0(0x4fd)],'subUnitId':_0xf845b4[_0x27bfd0(0x31a)],'shapeId':_0xf845b4[_0x27bfd0(0x4e3)]}),this['_formulaShapes'][_0x27bfd0(0x3eb)](this[_0x27bfd0(0x2ac)](_0xf845b4[_0x27bfd0(0x4fd)],_0xf845b4[_0x27bfd0(0x31a)],_0xf845b4[_0x27bfd0(0x4e3)]));});}));}[_0x3f4941(0x249)](_0x9e6021,_0x16aca9,_0x1b2b18){const _0x4145fc=_0x3f4941;let {transform:_0x36a17b,drawingType:_0x5a6ab6,srcRect:_0x2801a8,prstGeom:_0x4470ca,groupId:_0x510706,unitId:_0x58b8a2,subUnitId:_0x178e95,drawingId:_0x399ac4,isMultiTransform:_0x2a8e3b,transforms:_0x514efb,hidden:_0x2ff6ab,selectable:_0xa38f89}=_0x9e6021;if(_0x5a6ab6!==_0x5ee564['DrawingTypeEnum'][_0x4145fc(0x2a5)]||!this[_0x4145fc(0x514)][_0x4145fc(0x3c8)]()||_0x36a17b==null)return;let _0x1e0006=this[_0x4145fc(0x514)][_0x4145fc(0x2c1)]();_0x1e0006&&_0x16aca9[_0x4145fc(0x3f0)](_0x16d6cd[_0x4145fc(0x414)]);let _0x25f3da=_0x2a8e3b&&_0x514efb?_0x514efb:[_0x36a17b],_0x323316=[];for(let _0x2733bd of _0x25f3da){let {left:_0x472192,top:_0x3078f5,width:_0x49c842,height:_0x12a925,angle:_0x68913c,flipX:_0x4c4a80,flipY:_0x18e45f,skewX:_0x4ed524,skewY:_0x1eb1de}=_0x2733bd,_0x3475df=_0x25f3da[_0x4145fc(0x3f6)](_0x2733bd),_0x298b69=(0x0,_0xba406a[_0x4145fc(0x50c)])({'unitId':_0x58b8a2,'subUnitId':_0x178e95,'drawingId':_0x399ac4},_0x2a8e3b?_0x3475df:void 0x0),_0x229408=_0x16aca9[_0x4145fc(0x51a)](_0x298b69);if(_0x229408!=null){let _0x4edd9c={'unitId':_0x58b8a2,'subUnitId':_0x178e95,'shapeId':_0x399ac4};_0x229408 instanceof _0x264c5f&&this['refreshFormulaPresentation'](_0x229408,_0x4edd9c),_0x229408[_0x4145fc(0x1ed)]({'left':_0x472192,'top':_0x3078f5,'width':_0x49c842,'height':_0x12a925,'angle':_0x68913c,'flipX':_0x4c4a80,'flipY':_0x18e45f,'skewX':_0x4ed524,'skewY':_0x1eb1de});continue;}let _0x3bda01=this[_0x4145fc(0x514)][_0x4145fc(0x21b)](_0x58b8a2,_0x178e95),_0xe6b796=_0x3bda01[_0x4145fc(0x3f6)](_0x399ac4);if(_0x16aca9[_0x4145fc(0x51a)](_0x298b69)||!this[_0x4145fc(0x514)][_0x4145fc(0x3c8)]())continue;let _0x5e5986=this[_0x4145fc(0x23b)]['getShapeModel'](_0x58b8a2,_0x178e95,_0x399ac4);if(!_0x5e5986)continue;let _0x2bf2e7=(0x0,_0x42b1e0[_0x4145fc(0x24d)])(_0x5e5986[_0x4145fc(0x507)]()),_0x320218=_0x5e5986[_0x4145fc(0x2f8)]()['formulaBinding'],_0x5997cd={'unitId':_0x58b8a2,'subUnitId':_0x178e95,'shapeId':_0x399ac4};_0x320218&&this[_0x4145fc(0x28a)]['register'](_0x5997cd,_0x320218);let _0x413003=new _0x264c5f(_0x298b69,{..._0x2bf2e7?{..._0x2733bd,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}:{..._0x2733bd},'zIndex':_0xe6b796===-0x1?_0x3bda01[_0x4145fc(0x461)]-0x1:_0xe6b796,'shapeModel':_0x5e5986,'localeService':this[_0x4145fc(0x453)],'shapeId':_0x399ac4,'unitId':_0x58b8a2,'subUnitId':_0x178e95,'visible':_0x2ff6ab!==!0x0,'evented':_0xa38f89!==!0x1,'formulaPresentation':_0x320218?this[_0x4145fc(0x28a)][_0x4145fc(0x3f4)](_0x5997cd):void 0x0,'animateFormulaPresentation':(_0x320218==null?void 0x0:_0x320218['animationEnabled'])!==!0x1});if(_0x320218){let _0x502352=this['_formulaKey'](_0x58b8a2,_0x178e95,_0x399ac4),_0x24e0d6=this[_0x4145fc(0x4dd)][_0x4145fc(0x2ad)](_0x502352)??new Set();_0x24e0d6[_0x4145fc(0x368)](_0x413003),this[_0x4145fc(0x4dd)][_0x4145fc(0x31b)](_0x502352,_0x24e0d6);}_0x16aca9[_0x4145fc(0x4f5)](_0x413003,_0x1dacf6['DRAWING_OBJECT_LAYER_INDEX']),_0x1e0006&&_0x16aca9[_0x4145fc(0x30e)](_0x413003),_0x510706&&(0x0,_0x5d451e[_0x4145fc(0x4f9)])({'drawingId':_0x510706,'unitId':_0x58b8a2,'subUnitId':_0x178e95},_0x413003,_0x16aca9,this[_0x4145fc(0x514)]),_0x4470ca!=null&&_0x413003['setPrstGeom'](_0x4470ca),_0x2801a8!=null&&_0x413003['setSrcRect'](_0x2801a8);let _0x67ffea=this[_0x4145fc(0x48d)](_0x413003,_0x5e5986['getShapeData']());if(_0x67ffea){var _0x3f8afa;_0x1b2b18==null||(_0x3f8afa=_0x1b2b18[_0x4145fc(0x4ab)])==null||_0x3f8afa[_0x4145fc(0x368)](_0x67ffea);}_0x323316['push'](_0x413003);}return _0x323316;}[_0x3f4941(0x2ac)](_0x4276a8,_0x133f8b,_0x5e9472){return _0x4276a8+'\x00'+_0x133f8b+'\x00'+_0x5e9472;}[_0x3f4941(0x3ea)](_0x4757b7,_0x4e4ff4){const _0x4a5da2=_0x3f4941;let _0x422018=this['_sheetsShapeService'][_0x4a5da2(0x295)](_0x4e4ff4[_0x4a5da2(0x4fd)],_0x4e4ff4[_0x4a5da2(0x31a)],_0x4e4ff4['shapeId']),_0x5acf3a=_0x422018==null?void 0x0:_0x422018[_0x4a5da2(0x2f8)]()[_0x4a5da2(0x3df)],_0x1dcb2f=this[_0x4a5da2(0x2ac)](_0x4e4ff4[_0x4a5da2(0x4fd)],_0x4e4ff4['subUnitId'],_0x4e4ff4[_0x4a5da2(0x503)]);if(_0x5acf3a){this[_0x4a5da2(0x28a)]['register'](_0x4e4ff4,_0x5acf3a);let _0x1e27ec=this[_0x4a5da2(0x4dd)][_0x4a5da2(0x2ad)](_0x1dcb2f)??new Set();_0x1e27ec[_0x4a5da2(0x368)](_0x4757b7),this['_formulaShapes']['set'](_0x1dcb2f,_0x1e27ec);}else{var _0x7dd0b4;this[_0x4a5da2(0x28a)][_0x4a5da2(0x1ea)](_0x4e4ff4),(_0x7dd0b4=this[_0x4a5da2(0x4dd)][_0x4a5da2(0x2ad)](_0x1dcb2f))==null||_0x7dd0b4[_0x4a5da2(0x3eb)](_0x4757b7);}_0x4757b7[_0x4a5da2(0x23c)](_0x5acf3a?this['_shapeFormulaService'][_0x4a5da2(0x3f4)](_0x4e4ff4):void 0x0,(_0x5acf3a==null?void 0x0:_0x5acf3a[_0x4a5da2(0x2c0)])!==!0x1);}[_0x3f4941(0x353)](_0x4657f5){const _0x295c2e=_0x3f4941;let _0x3fc95f=_0x4657f5[_0x295c2e(0x405)][_0x295c2e(0x2f8)](),_0xb865de=_0x3fc95f[_0x295c2e(0x512)];if(!_0xb865de||_0xb865de['fillType']!==_0x42b1e0[_0x295c2e(0x410)][_0x295c2e(0x31e)]||!_0xb865de[_0x295c2e(0x336)]){_0x4657f5[_0x295c2e(0x216)](void 0x0);return;}this[_0x295c2e(0x48d)](_0x4657f5,_0x3fc95f);}[_0x3f4941(0x48d)](_0x2a883f,_0x20fd22){const _0x1b0f5c=_0x3f4941;let _0x5d8c5a=_0x20fd22[_0x1b0f5c(0x512)];if(!_0x5d8c5a||_0x5d8c5a[_0x1b0f5c(0x36f)]!==_0x42b1e0[_0x1b0f5c(0x410)][_0x1b0f5c(0x31e)]||!_0x5d8c5a['fillImageSource'])return;let _0x444081=_0x5d8c5a[_0x1b0f5c(0x336)],_0x1a6621=_0x5d8c5a[_0x1b0f5c(0x2b5)]??_0x42b1e0[_0x1b0f5c(0x40c)][_0x1b0f5c(0x3b5)],_0x3a3366=this[_0x1b0f5c(0x49a)][_0x1b0f5c(0x2f7)](_0x444081,_0x1a6621);if(_0x3a3366){_0x2a883f['setFillImage'](_0x3a3366);return;}return this[_0x1b0f5c(0x3b4)](_0x2a883f,_0x444081,_0x1a6621);}async['_loadAndSetImage'](_0x2a9a7d,_0x968b52,_0x3b57b9){const _0x2f692d=_0x3f4941;let _0x47433e;try{if(_0x3b57b9===_0x42b1e0[_0x2f692d(0x40c)][_0x2f692d(0x279)])_0x47433e=await this['_imageIoService'][_0x2f692d(0x281)](_0x968b52);else{if(_0x3b57b9===_0x42b1e0['ImageSourceTypeEnum'][_0x2f692d(0x3b5)])try{_0x47433e=await this[_0x2f692d(0x30d)][_0x2f692d(0x281)](_0x968b52);}catch{_0x47433e=_0x968b52;}else _0x47433e=_0x968b52;}}catch(_0x17d6a5){console[_0x2f692d(0x2f9)](_0x2f692d(0x39a),_0x17d6a5);return;}await new Promise(_0x3e4c3b=>{const _0x3dca7a=_0x2f692d;let _0x42ccd2=new window[(_0x3dca7a(0x4d9))]();_0x42ccd2[_0x3dca7a(0x24e)]=()=>{const _0x2ca85b=_0x3dca7a;this[_0x2ca85b(0x49a)]['addImageSourceCache'](_0x968b52,_0x3b57b9,_0x42ccd2),_0x2a9a7d['setFillImage'](_0x42ccd2),_0x3e4c3b();},_0x42ccd2[_0x3dca7a(0x236)]=()=>{const _0x317b86=_0x3dca7a;console[_0x317b86(0x2f9)](_0x317b86(0x3c5),_0x968b52),_0x3e4c3b();},_0x42ccd2[_0x3dca7a(0x393)]=_0x47433e;});}};_0x1a428d=_0x2cf515([_0x2dfb17(0x0,_0xba406a[_0x3f4941(0x253)]),_0x2dfb17(0x1,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x308292['SheetsShapeService'])),_0x2dfb17(0x2,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x5ee564[_0x3f4941(0x231)])),_0x2dfb17(0x3,_0x5ee564[_0x3f4941(0x27a)]),_0x2dfb17(0x4,_0x5ee564['IURLImageService']),_0x2dfb17(0x5,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x1a0005[_0x3f4941(0x447)]))],_0x1a428d);let _0x341b27=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(_0x82870c,_0x5c5956,_0x51217b,_0x502489,_0x48f638,_0x518bee){const _0x363531=_0x3f4941;super(),this[_0x363531(0x514)]=_0x82870c,this[_0x363531(0x23b)]=_0x5c5956,this[_0x363531(0x35f)]=_0x51217b,this[_0x363531(0x43d)]=_0x502489,this[_0x363531(0x3ed)]=_0x48f638,this[_0x363531(0x432)]=_0x518bee,_0xaf91f4(this,_0x363531(0x3c7),null),_0xaf91f4(this,_0x363531(0x3e8),null),_0xaf91f4(this,_0x363531(0x2c7),null),_0xaf91f4(this,'_activeShapeAdjustPointList',void 0x0),_0xaf91f4(this,_0x363531(0x2fd),[]),_0xaf91f4(this,_0x363531(0x314),0x0),_0xaf91f4(this,_0x363531(0x2de),0x0),_0xaf91f4(this,'_baseShapeWidth',0x0),_0xaf91f4(this,_0x363531(0x493),0x0),_0xaf91f4(this,_0x363531(0x2d9),!0x1),_0xaf91f4(this,'_activeAdjustInfo',void 0x0),_0xaf91f4(this,'_activeShapeModel',void 0x0),_0xaf91f4(this,_0x363531(0x2cb),void 0x0),_0xaf91f4(this,_0x363531(0x2f3),void 0x0),_0xaf91f4(this,_0x363531(0x406),!0x1),this[_0x363531(0x4a5)](),this[_0x363531(0x3bb)]();}[_0x3f4941(0x422)](_0x217375,_0x2c1289,_0x161bff){const _0x37d565=_0x3f4941;let _0x4ea9bd=this[_0x37d565(0x23b)]['getShapeModel'](_0x217375,_0x2c1289,_0x161bff);if(_0x4ea9bd)return _0x4ea9bd[_0x37d565(0x475)]();}[_0x3f4941(0x228)](){const _0x20e85c=_0x3f4941;this[_0x20e85c(0x25c)]();}[_0x3f4941(0x3f1)](){const _0x49a0fd=_0x3f4941;this[_0x49a0fd(0x1e6)](!0x0);}[_0x3f4941(0x1f3)](_0x286d2d){const _0x51964f=_0x3f4941;this[_0x51964f(0x406)]=_0x286d2d;}[_0x3f4941(0x221)](_0xdbd7ec,_0x5e9a90,_0x14e340,_0x4106dd){let _0x5e899d=this['_sheetsShapeService']['getShapeModel'](_0xdbd7ec,_0x5e9a90,_0x14e340);if(_0x5e899d)return _0x5e899d['getAdjustInfoByName'](_0x4106dd);}[_0x3f4941(0x3c4)](_0x3be7ae=!0x1){const _0xbd3983=_0x3f4941;if(this['_unitId']===null||this[_0xbd3983(0x2c7)]===null||this[_0xbd3983(0x3c7)]===null)return;let _0x2e5dd2=this[_0xbd3983(0x35f)][_0xbd3983(0x3b3)](this[_0xbd3983(0x3e8)]);if(!_0x2e5dd2||!_0x2e5dd2['with'](_0x17a3f5['SheetSkeletonManagerService'])[_0xbd3983(0x299)]())return;let {scene:_0x3c0d05}=_0x2e5dd2,_0x3c74be={'unitId':this[_0xbd3983(0x3e8)],'subUnitId':this[_0xbd3983(0x2c7)],'drawingId':this[_0xbd3983(0x3c7)]},_0x896dbc=this[_0xbd3983(0x514)]['getDrawingByParam'](_0x3c74be),{transform:_0x5695fa}=_0x896dbc;if(!_0x5695fa||_0x896dbc['drawingType']!==_0x5ee564[_0xbd3983(0x2b1)]['DRAWING_SHAPE'])return;let {left:_0x4ae25e,top:_0x1006e4,width:_0x358577,height:_0x1b8e32,flipX:_0x57a38b,flipY:_0x46f4b9,angle:_0x4bd73e=0x0}=_0x5695fa;if(_0x4ae25e===void 0x0||_0x1006e4===void 0x0)return;if(_0x3be7ae){let _0x4e0dd1=this['_sheetsShapeService']['getShapeModel'](this[_0xbd3983(0x3e8)],this[_0xbd3983(0x2c7)],this[_0xbd3983(0x3c7)]);_0x4e0dd1==null||_0x4e0dd1[_0xbd3983(0x487)]({'width':_0x358577??0x0,'height':_0x1b8e32??0x0}),this['_activeShapeAdjustPointList']=_0x4e0dd1==null?void 0x0:_0x4e0dd1[_0xbd3983(0x475)]();}let _0x47c081=this[_0xbd3983(0x316)];for(let _0x5226a2=0x0;_0x5226a2<_0x47c081[_0xbd3983(0x461)];_0x5226a2++){let _0x3be286=_0x47c081[_0x5226a2],_0x3ce0ae=_0x3be286['x'],_0x2d504a=_0x3be286['y'];if(_0x57a38b&&(_0x3ce0ae=(_0x358577||0x0)-_0x3ce0ae),_0x46f4b9&&(_0x2d504a=(_0x1b8e32||0x0)-_0x2d504a),_0x4bd73e!==0x0){let _0xb37fd=(_0x358577||0x0)/0x2,_0x377cdb=(_0x1b8e32||0x0)/0x2,_0x52fba7=_0x4bd73e*Math['PI']/0xb4,_0x2f89b1=Math[_0xbd3983(0x4f7)](_0x52fba7),_0x1e0ad0=Math[_0xbd3983(0x467)](_0x52fba7),_0x39e1e9=_0x3ce0ae-_0xb37fd,_0x27239a=_0x2d504a-_0x377cdb;_0x3ce0ae=_0xb37fd+(_0x39e1e9*_0x2f89b1-_0x27239a*_0x1e0ad0),_0x2d504a=_0x377cdb+(_0x39e1e9*_0x1e0ad0+_0x27239a*_0x2f89b1);}let _0x1f6bdc={'x':_0x3ce0ae,'y':_0x2d504a,'adjName':_0x3be286['adjName']};this[_0xbd3983(0x2ca)](_0x3c0d05,_0x1f6bdc,_0x1f6bdc[_0xbd3983(0x33b)],_0x4ae25e,_0x1006e4,this[_0xbd3983(0x3e8)],this[_0xbd3983(0x2c7)]);}}['_updateShapeAdjustControls'](_0x39cc8b=!0x1){const _0x39c84b=_0x3f4941;_0x39cc8b&&(this['_clearShapeAdjustControls'](),this[_0x39c84b(0x3c4)](_0x39cc8b));}[_0x3f4941(0x2ca)](_0x550dac,_0x4221ae,_0x17b718,_0x4ff156,_0x333be4,_0x3268d9,_0xead4ad){const _0x1fd059=_0x3f4941;if(!this[_0x1fd059(0x3c7)])return;let _0xcb827a=_0x550dac[_0x1fd059(0x51a)](_0x1fd059(0x4a3)+this[_0x1fd059(0x3c7)]+'-'+_0x17b718);if(_0xcb827a){_0xcb827a[_0x1fd059(0x1ed)]({'left':_0x4221ae['x']+_0x4ff156-_0x42b1e0[_0x1fd059(0x42a)][_0x1fd059(0x267)],'top':_0x4221ae['y']+_0x333be4-_0x42b1e0[_0x1fd059(0x42a)][_0x1fd059(0x267)]});return;}let _0x420d91={'left':_0x4221ae['x']+_0x4ff156-_0x42b1e0[_0x1fd059(0x42a)][_0x1fd059(0x267)],'top':_0x4221ae['y']+_0x333be4-_0x42b1e0[_0x1fd059(0x42a)]['adjHandleSize'],'adjName':_0x17b718,'shapeId':this[_0x1fd059(0x3c7)],'unitId':_0x3268d9,'subUnitId':_0xead4ad,'width':_0x42b1e0['ShapeDefaultConfig'][_0x1fd059(0x267)]+0x8,'height':_0x42b1e0[_0x1fd059(0x42a)][_0x1fd059(0x267)]+0x8,'zIndex':_0x1dacf6[_0x1fd059(0x298)]+0x1,'evented':!0x0},_0x2a1641=new _0x535df0(_0x1fd059(0x4a3)+this[_0x1fd059(0x3c7)]+'-'+_0x17b718,_0x420d91);this[_0x1fd059(0x2fd)][_0x1fd059(0x515)](_0x2a1641),this[_0x1fd059(0x3a3)](_0x2a1641,_0x550dac,_0x17b718),_0x550dac[_0x1fd059(0x4f5)](_0x2a1641,_0x1dacf6[_0x1fd059(0x298)]+0x1);}['_clearShapeAdjustControls'](){const _0x405c7a=_0x3f4941;this[_0x405c7a(0x2fd)]['length']!==0x0&&(this[_0x405c7a(0x2fd)][_0x405c7a(0x3cc)](_0x2273f5=>{const _0x5c08d6=_0x405c7a;_0x2273f5[_0x5c08d6(0x343)]();}),this['_shapes']=[]);}[_0x3f4941(0x2a7)](){const _0x41ba6a=_0x3f4941;this[_0x41ba6a(0x3c4)]();}['_getScrollInfo'](_0x32198c,_0x53290d){const _0x5c7e37=_0x3f4941;var _0x5331d4;let _0x26342b={'x':0x0,'y':0x0};if(!_0x32198c||!_0x53290d)return _0x26342b;let _0x52de4f=this[_0x5c7e37(0x35f)][_0x5c7e37(0x3b3)](_0x32198c);if(!_0x52de4f||!_0x52de4f[_0x5c7e37(0x1f0)](_0x17a3f5[_0x5c7e37(0x3f2)])[_0x5c7e37(0x41a)](_0x53290d))return _0x26342b;let _0x12850b=_0x52de4f[_0x5c7e37(0x1f0)](_0x17a3f5[_0x5c7e37(0x462)]),_0x35b625=_0x12850b==null?void 0x0:_0x12850b[_0x5c7e37(0x4b0)]();if(!_0x35b625)return _0x26342b;let _0x1c21c1=(_0x5331d4=this[_0x5c7e37(0x3ed)][_0x5c7e37(0x38c)](_0x32198c))==null?void 0x0:_0x5331d4['getSheetBySheetId'](_0x53290d);if(!_0x1c21c1)return _0x26342b;let _0x2ac121=(0x0,_0x17a3f5['getViewportByCell'])(_0x35b625[_0x5c7e37(0x320)],_0x35b625[_0x5c7e37(0x459)],_0x52de4f[_0x5c7e37(0x3ac)],_0x1c21c1);return _0x2ac121?{'x':_0x2ac121['viewportScrollX'],'y':_0x2ac121[_0x5c7e37(0x4bb)]}:_0x26342b;}[_0x3f4941(0x2a9)](_0x3a01a4,_0x2d4c8c){const _0x3badcb=_0x3f4941;var _0x3c660f;let _0x3cb4a3=(_0x3c660f=this[_0x3badcb(0x3ed)][_0x3badcb(0x38c)](_0x3a01a4))==null?void 0x0:_0x3c660f[_0x3badcb(0x40b)](_0x2d4c8c);return(_0x3cb4a3==null?void 0x0:_0x3cb4a3[_0x3badcb(0x1ef)]())??0x1;}[_0x3f4941(0x3a3)](_0x2b96e6,_0x5ac1c7,_0x236de2){const _0x41589d=_0x3f4941;this[_0x41589d(0x37d)]((0x0,_0x5ee564[_0x41589d(0x206)])(_0x2b96e6[_0x41589d(0x402)][_0x41589d(0x50e)]((_0x1428a8,_0x506946)=>{const _0x39838e=_0x41589d;var _0x41a70c,_0x136f8f,_0x31ab19,_0x29451f;let _0x4d996b=_0x2b96e6['getDrawingSearch']();this[_0x39838e(0x2e1)]=this['_getShapeAdjustInfosById'](_0x4d996b[_0x39838e(0x4fd)],_0x4d996b[_0x39838e(0x31a)],_0x4d996b['drawingId'],_0x236de2),this['_activeShapeModel']=this[_0x39838e(0x23b)][_0x39838e(0x295)](_0x4d996b['unitId'],_0x4d996b[_0x39838e(0x31a)],_0x4d996b[_0x39838e(0x4e3)]);let _0x4139e6=this[_0x39838e(0x514)][_0x39838e(0x4ae)]({'unitId':this[_0x39838e(0x3e8)],'subUnitId':this[_0x39838e(0x2c7)],'drawingId':this[_0x39838e(0x3c7)]}),{transform:_0x20de3e}=_0x4139e6;if(_0x20de3e){let {left:_0x39252e,top:_0x1f2578,width:_0xb00622,height:_0x1e65f7}=_0x20de3e;this[_0x39838e(0x314)]=_0x39252e||0x0,this[_0x39838e(0x2de)]=_0x1f2578||0x0,this[_0x39838e(0x264)]=_0xb00622||0x0,this['_baseShapeHeight']=_0x1e65f7||0x0;}let _0x53fb73=!!((_0x41a70c=_0x4139e6[_0x39838e(0x3af)])!=null&&_0x41a70c[_0x39838e(0x24b)]),_0x51f6c5=!!((_0x136f8f=_0x4139e6[_0x39838e(0x3af)])!=null&&_0x136f8f['flipY']),_0x31693e=((_0x31ab19=_0x4139e6['transform'])==null?void 0x0:_0x31ab19[_0x39838e(0x4d2)])||0x0;this['_isStartAdjusting']=!0x0,_0x5ac1c7[_0x39838e(0x3ce)]();let _0x317e52={...((_0x29451f=this['_activeAdjustInfo'])==null?void 0x0:_0x29451f[_0x39838e(0x223)])??{}};this[_0x39838e(0x2cb)]=_0x5ac1c7[_0x39838e(0x208)][_0x39838e(0x50e)]((_0x39a0bd,_0x43d7c4)=>{const _0x14f7f4=_0x39838e;if(!this['_isStartAdjusting'])return;let {offsetX:_0x2f13aa,offsetY:_0x4b4e82}=_0x39a0bd,_0x461f86=this[_0x14f7f4(0x2e1)];if(this[_0x14f7f4(0x4b8)]&&_0x461f86){_0x5ac1c7[_0x14f7f4(0x3ce)](),_0x5ac1c7[_0x14f7f4(0x404)](_0x1dacf6[_0x14f7f4(0x4c0)]['CROSSHAIR']);let _0x77d5a0={'left':0x0,'top':0x0,'width':this[_0x14f7f4(0x264)],'height':this['_baseShapeHeight']},_0xfd8740=this['_getScrollInfo'](this['_unitId'],this[_0x14f7f4(0x2c7)]),_0x32a7dd=this[_0x14f7f4(0x2a9)](this['_unitId'],this['_subUnitId']),_0x2a6c24=_0x2f13aa/_0x32a7dd+_0xfd8740['x']-this[_0x14f7f4(0x314)],_0x587b54=_0x4b4e82/_0x32a7dd+_0xfd8740['y']-this['_baseShapeTop'];if(_0x31693e!==0x0){let _0x597639=this[_0x14f7f4(0x264)]/0x2,_0x56d88d=this[_0x14f7f4(0x493)]/0x2,_0x1f160a=_0x31693e*Math['PI']/0xb4,_0x4cd07f=Math[_0x14f7f4(0x4f7)](_0x1f160a),_0x1e5a2f=Math[_0x14f7f4(0x467)](_0x1f160a),_0x29a7a7=_0x2a6c24-_0x597639,_0x560907=_0x587b54-_0x56d88d;_0x2a6c24=_0x597639+(_0x29a7a7*_0x4cd07f+_0x560907*_0x1e5a2f),_0x587b54=_0x56d88d+(-_0x29a7a7*_0x1e5a2f+_0x560907*_0x4cd07f);}_0x53fb73&&(_0x2a6c24=this[_0x14f7f4(0x264)]-_0x2a6c24),_0x51f6c5&&(_0x587b54=this[_0x14f7f4(0x493)]-_0x587b54);let _0x4e12c4={'x':_0x2a6c24,'y':_0x587b54},_0x54f17e=this[_0x14f7f4(0x4b8)][_0x14f7f4(0x47a)](_0x77d5a0,_0x4e12c4,_0x461f86,_0x53fb73,_0x51f6c5);if(Object['keys'](_0x54f17e)['length']===0x0)return;for(let [_0x990066,_0x532853]of Object['entries'](_0x54f17e))this[_0x14f7f4(0x4b8)][_0x14f7f4(0x33d)](_0x990066,_0x532853);this[_0x14f7f4(0x4b8)][_0x14f7f4(0x487)]({'width':this['_baseShapeWidth'],'height':this[_0x14f7f4(0x493)]});let _0x1e28de=this[_0x14f7f4(0x514)][_0x14f7f4(0x4ae)]({'unitId':_0x4d996b[_0x14f7f4(0x4fd)],'subUnitId':_0x4d996b[_0x14f7f4(0x31a)],'drawingId':_0x4d996b[_0x14f7f4(0x4e3)]});_0x1e28de&&(this[_0x14f7f4(0x43d)]['renderDrawingShape'](_0x1e28de,_0x5ac1c7),this[_0x14f7f4(0x316)]=this[_0x14f7f4(0x422)](_0x4d996b['unitId'],_0x4d996b[_0x14f7f4(0x31a)],_0x4d996b['drawingId']),this[_0x14f7f4(0x2a7)]());}_0x43d7c4[_0x14f7f4(0x2b9)]();}),this[_0x39838e(0x2f3)]=_0x5ac1c7['onPointerUp$'][_0x39838e(0x50e)]((_0x29e920,_0x251b3b)=>{const _0x48f350=_0x39838e;this[_0x48f350(0x2cb)]['unsubscribe'](),this[_0x48f350(0x2f3)][_0x48f350(0x46c)](),_0x5ac1c7[_0x48f350(0x443)]();let _0x397a1e=this['_activeAdjustInfo'];if(_0x397a1e){let _0x39529b=_0x4d996b['unitId'],_0x3d71cd=_0x4d996b[_0x48f350(0x31a)],_0x53cb87=_0x4d996b[_0x48f350(0x4e3)],_0x28540a={};for(let _0x2f45ec of Object['keys'](_0x397a1e[_0x48f350(0x223)])){var _0x17eea5;let _0x4adf93=(_0x17eea5=this[_0x48f350(0x4b8)])==null?void 0x0:_0x17eea5[_0x48f350(0x4d8)](_0x2f45ec);_0x4adf93!==void 0x0&&(_0x28540a[_0x2f45ec]=_0x4adf93);}Object[_0x48f350(0x40a)](_0x28540a)['length']>0x0&&_0x5920b8(this[_0x48f350(0x432)],_0x39529b,_0x3d71cd,_0x53cb87,{'oldShapeData':{'adjustValues':_0x317e52}},{'adjustValues':_0x28540a});}this[_0x48f350(0x2e1)]=void 0x0,this['_activeShapeModel']=void 0x0,this['_isStartAdjusting']=!0x1,_0x251b3b['stopPropagation'](),_0x5ac1c7[_0x48f350(0x3ad)]();}),_0x506946[_0x39838e(0x2b9)]();})));}[_0x3f4941(0x3bb)](){const _0x2eb39d=_0x3f4941;let _0xf696a9=this[_0x2eb39d(0x3ed)]['getCurrentTypeOfUnit$'](_0x5ee564[_0x2eb39d(0x502)][_0x2eb39d(0x407)]);this[_0x2eb39d(0x37d)](_0xf696a9[_0x2eb39d(0x482)]((0x0,_0xee79c5['switchMap'])(_0x3592a1=>_0x3592a1?_0x3592a1[_0x2eb39d(0x3ee)]['pipe']((0x0,_0xee79c5[_0x2eb39d(0x2c9)])(_0x136001=>{const _0x51696f=_0x2eb39d;if(!_0x136001)return _0xee79c5[_0x51696f(0x40d)];let _0x26803a=_0x3592a1[_0x51696f(0x34f)](),_0x17aad8=this[_0x51696f(0x35f)][_0x51696f(0x3b3)](_0x26803a),_0x566442=_0x17aad8==null?void 0x0:_0x17aad8[_0x51696f(0x3ac)];return _0x566442?(0x0,_0xee79c5['of'])(_0x566442):_0xee79c5[_0x51696f(0x40d)];})):_0xee79c5[_0x2eb39d(0x40d)]))['subscribe'](_0x16b3f8=>{const _0x1ecce8=_0x2eb39d;let _0x22e0d0=_0x16b3f8['getTransformerByCreate']();this[_0x1ecce8(0x37d)](_0x16b3f8[_0x1ecce8(0x208)]['subscribeEvent'](()=>{this['_isShouldShowDrawingShapeAdjust'];})),this[_0x1ecce8(0x37d)](_0x22e0d0[_0x1ecce8(0x2e4)][_0x1ecce8(0x504)](_0x4a2dc9=>{const _0xf7a89b=_0x1ecce8;let {objects:_0x3ae9db}=_0x4a2dc9;this[_0xf7a89b(0x3c4)](),_0x3ae9db!==null&&_0x3ae9db[_0xf7a89b(0x254)]===0x1&&_0x3ae9db[_0xf7a89b(0x4c9)]()[_0xf7a89b(0x4b2)]()[_0xf7a89b(0x3b7)]instanceof _0x264c5f&&this[_0xf7a89b(0x1f3)](!0x0);})),this[_0x1ecce8(0x37d)](_0x22e0d0[_0x1ecce8(0x4fa)]['subscribe'](()=>{const _0x3d7fb6=_0x1ecce8;this['_isShouldShowDrawingShapeAdjust']&&this[_0x3d7fb6(0x25c)]();})),this['disposeWithMe'](_0x16b3f8[_0x1ecce8(0x50f)]['subscribeEvent'](()=>{const _0x33f7f3=_0x1ecce8;this[_0x33f7f3(0x406)]&&(this[_0x33f7f3(0x1f3)](!0x1),this[_0x33f7f3(0x3c4)]());})),this['disposeWithMe'](_0x22e0d0[_0x1ecce8(0x4e0)]['subscribe'](()=>{const _0x54b828=_0x1ecce8;this[_0x54b828(0x3e8)]&&this['_subUnitId']&&this[_0x54b828(0x3c7)]&&this[_0x54b828(0x514)]['getDrawingByParam']({'unitId':this[_0x54b828(0x3e8)],'subUnitId':this[_0x54b828(0x2c7)],'drawingId':this['_activeShapeId']})&&(this[_0x54b828(0x316)]=this[_0x54b828(0x422)](this[_0x54b828(0x3e8)],this[_0x54b828(0x2c7)],this[_0x54b828(0x3c7)]),this[_0x54b828(0x2a7)]());}));}));}[_0x3f4941(0x4a5)](){const _0x4c04ab=_0x3f4941;this['disposeWithMe'](this[_0x4c04ab(0x432)]['onCommandExecuted'](_0x121145=>{const _0x170542=_0x4c04ab;if(_0x121145['id']!==_0x308292[_0x170542(0x408)]['id'])return;let {unitId:_0x880f52,subUnitId:_0x2e243f,shapeId:_0x261534}=_0x121145[_0x170542(0x226)];_0x880f52===this[_0x170542(0x3e8)]&&_0x2e243f===this[_0x170542(0x2c7)]&&_0x261534===this[_0x170542(0x3c7)]&&this[_0x170542(0x3f1)]();})),this[_0x4c04ab(0x37d)](this[_0x4c04ab(0x514)][_0x4c04ab(0x2e7)][_0x4c04ab(0x504)](_0x364d47=>{const _0x2de019=_0x4c04ab;if(_0x364d47['length']===0x1){let _0x4b6820=_0x364d47[0x0];if(_0x4b6820['drawingType']===_0x5ee564[_0x2de019(0x2b1)][_0x2de019(0x2a5)]&&this[_0x2de019(0x3ed)][_0x2de019(0x48a)](_0x4b6820[_0x2de019(0x4fd)])===_0x5ee564[_0x2de019(0x502)][_0x2de019(0x407)]){this[_0x2de019(0x3c7)]=_0x4b6820[_0x2de019(0x4e3)];let {unitId:_0x402abb,subUnitId:_0x1b0e58}=_0x4b6820;this[_0x2de019(0x316)]=this[_0x2de019(0x422)](_0x402abb,_0x1b0e58,this[_0x2de019(0x3c7)]),this[_0x2de019(0x3e8)]=_0x402abb,this[_0x2de019(0x2c7)]=_0x1b0e58,this[_0x2de019(0x25c)](),this[_0x2de019(0x3c4)]();return;}}this[_0x2de019(0x3c7)]=null,this[_0x2de019(0x316)]=void 0x0,this[_0x2de019(0x3e8)]=null,this[_0x2de019(0x2c7)]=null,this[_0x2de019(0x25c)]();})),this[_0x4c04ab(0x37d)](this[_0x4c04ab(0x514)][_0x4c04ab(0x44b)][_0x4c04ab(0x504)](_0x5618c8=>{const _0x4da9dc=_0x4c04ab;if(_0x5618c8['length']===0x1){var _0x37b7f0;let _0x413c2a=_0x5618c8[0x0];((_0x37b7f0=this[_0x4da9dc(0x514)][_0x4da9dc(0x4ae)](_0x413c2a))==null?void 0x0:_0x37b7f0[_0x4da9dc(0x46a)])===_0x5ee564[_0x4da9dc(0x2b1)][_0x4da9dc(0x2a5)]&&this['_updateShapeAdjustControls'](!0x0);}})),this[_0x4c04ab(0x37d)](this['_drawingManagerService'][_0x4c04ab(0x442)]['subscribe'](_0x519197=>{const _0x29d2a3=_0x4c04ab;for(let _0x5bb8c2 of _0x519197)this['_activeShapeId']===_0x5bb8c2[_0x29d2a3(0x4e3)]&&(this['_activeShapeId']=null,this[_0x29d2a3(0x316)]=void 0x0,this[_0x29d2a3(0x3e8)]=null,this[_0x29d2a3(0x2c7)]=null,this[_0x29d2a3(0x25c)]());}));}};_0x341b27=_0x2cf515([_0x2dfb17(0x0,_0xba406a[_0x3f4941(0x253)]),_0x2dfb17(0x1,(0x0,_0x5ee564['Inject'])(_0x308292[_0x3f4941(0x41e)])),_0x2dfb17(0x2,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x1dacf6[_0x3f4941(0x29d)])),_0x2dfb17(0x3,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x1a428d)),_0x2dfb17(0x4,_0x5ee564[_0x3f4941(0x4e5)]),_0x2dfb17(0x5,_0x5ee564[_0x3f4941(0x26f)])],_0x341b27);let _0x3c9065={'id':_0x3f4941(0x3fe),'type':_0x5ee564[_0x3f4941(0x263)][_0x3f4941(0x3d9)],'handler':(_0x209e72,_0x270adf)=>{const _0x20bb9e=_0x3f4941;let _0x5c87a8=_0x209e72[_0x20bb9e(0x2ad)](_0xba406a[_0x20bb9e(0x253)]),_0x18c306=_0x209e72[_0x20bb9e(0x2ad)](_0x1dacf6[_0x20bb9e(0x29d)]),_0x131fd2=_0x209e72[_0x20bb9e(0x2ad)](_0x341b27);if(_0x270adf==null)return!0x0;if(_0x270adf[_0x20bb9e(0x461)]>0x0){var _0x1de8fb;let _0x2ed535=(_0x1de8fb=_0x18c306['getRenderUnitById'](_0x270adf[0x0][_0x20bb9e(0x4fd)]))==null?void 0x0:_0x1de8fb[_0x20bb9e(0x3ac)];if(_0x2ed535){let {unitId:_0x4fcd0f,subUnitId:_0x3fed04,drawingId:_0x2052fc}=_0x270adf[0x0],_0x67af3e=(0x0,_0xba406a[_0x20bb9e(0x50c)])({'unitId':_0x4fcd0f,'subUnitId':_0x3fed04,'drawingId':_0x2052fc},void 0x0),_0x42e7d0=_0x2ed535[_0x20bb9e(0x51a)](_0x67af3e);if(_0x42e7d0){var _0x407e91;(_0x407e91=_0x18c306[_0x20bb9e(0x3b3)](_0x270adf[0x0]['unitId']))==null||(_0x407e91=_0x407e91[_0x20bb9e(0x3ac)][_0x20bb9e(0x45b)]())==null||_0x407e91['activeAnObject'](_0x42e7d0);}}_0x5c87a8['focusDrawing'](_0x270adf),_0x131fd2[_0x20bb9e(0x1f3)](!0x1);}return!0x0;}},_0x5241d5={'type':_0x5ee564[_0x3f4941(0x263)]['COMMAND'],'id':_0x3f4941(0x387),'handler':async(_0x13fe40,_0x510d7d)=>{const _0x6127ab=_0x3f4941;let _0x1c47b6=(0x0,_0x417e5f[_0x6127ab(0x510)])(_0x13fe40[_0x6127ab(0x2ad)](_0x5ee564['IUniverInstanceService']));if(!_0x1c47b6)return!0x1;let _0x33bcae=_0x13fe40[_0x6127ab(0x2ad)](_0x417e5f[_0x6127ab(0x1fb)])['getCurrentLastSelection']();if(!_0x33bcae)return!0x1;let _0x56e1df=_0x13fe40[_0x6127ab(0x2ad)](_0x5ee564[_0x6127ab(0x26f)]),{unitId:_0x4f89ae,subUnitId:_0x4f6b8f}=_0x1c47b6,{value:_0x3ffd70,enhanceParams:_0x12ae4b}=_0x510d7d,{range:_0x32f813}=_0x33bcae,_0x1f0469={'unitId':_0x4f89ae,'subUnitId':_0x4f6b8f,'shapeType':_0x3ffd70,'range':_0x32f813,'shapeId':(0x0,_0x5ee564[_0x6127ab(0x463)])()};if(_0x12ae4b){let _0xa8a0dc=(0x0,_0x42b1e0['isConnectorShape'])(_0x3ffd70),_0x515eec=_0x3ffd70===_0x42b1e0[_0x6127ab(0x28e)]['Rect'];_0xa8a0dc&&(_0x12ae4b[_0x6127ab(0x440)]||_0x12ae4b[_0x6127ab(0x313)])&&(_0x1f0469[_0x6127ab(0x48e)]={'ln':{'startArrow':_0x12ae4b[_0x6127ab(0x440)]?{'type':_0x42b1e0[_0x6127ab(0x4ed)]['Arrow'],'size':_0x42b1e0[_0x6127ab(0x424)]['Medium']}:void 0x0,'endArrow':_0x12ae4b[_0x6127ab(0x313)]?{'type':_0x42b1e0[_0x6127ab(0x4ed)]['Arrow'],'size':_0x42b1e0['ShapeArrowSizeEnum'][_0x6127ab(0x285)]}:void 0x0}}),_0x515eec&&(_0x12ae4b[_0x6127ab(0x4d6)]||_0x12ae4b['vertical'])&&(_0x1f0469['shapeData']=(0x0,_0x1a0005['createShapeTextBoxShapeData'])({'fill':{'fillType':_0x42b1e0[_0x6127ab(0x410)][_0x6127ab(0x469)],'color':_0x6127ab(0x472)},'isHorizontal':!!_0x12ae4b[_0x6127ab(0x4d6)],'stroke':{'lineStrokeType':_0x42b1e0[_0x6127ab(0x33a)][_0x6127ab(0x2c3)],'width':0x1,'color':_0x6127ab(0x396)}}));}let _0x44506e=_0x56e1df[_0x6127ab(0x2f4)](_0x308292['InsertShapeCommand']['id'],_0x1f0469);return setTimeout(()=>{const _0x43e938=_0x6127ab;_0x56e1df[_0x43e938(0x3aa)](_0x3c9065['id'],[{'unitId':_0x4f89ae,'subUnitId':_0x4f6b8f,'drawingId':_0x1f0469[_0x43e938(0x503)]}]);},0xc8),_0x44506e;}},_0x5d3717=_0x3f4941(0x20d),_0xb8b2e1='sheet.shape.object-list.panel',_0x2348ee='sheet.shape.floating-toolbar',_0x10cd9a=(0x0,_0x5ee564[_0x3f4941(0x495)])(_0x3f4941(0x4b1)),_0x168c6b=_0x3f4941(0x26c),_0x23579a={'id':'sheet.operation.open-shape-object-list-panel','type':_0x5ee564[_0x3f4941(0x263)][_0x3f4941(0x3f9)],'handler':(_0x5325a7,_0x593313)=>{const _0x47a27f=_0x3f4941;let _0x59ab3f=_0x5325a7[_0x47a27f(0x2ad)](_0xa79fa1[_0x47a27f(0x2df)]),_0xa66c0b=_0x5325a7[_0x47a27f(0x2ad)](_0x5ee564[_0x47a27f(0x231)]),_0x283135=_0x5325a7[_0x47a27f(0x2ad)](_0x5ee564[_0x47a27f(0x4e5)]),_0x1957b9=_0x5325a7[_0x47a27f(0x2ad)](_0x5ee564[_0x47a27f(0x26f)]);return(0x0,_0x417e5f[_0x47a27f(0x510)])(_0x283135)?(_0x593313==null?void 0x0:_0x593313[_0x47a27f(0x3b7)])===_0x47a27f(0x2fe)?(_0x59ab3f['close'](_0xb8b2e1),!0x0):(_0x59ab3f['open']({'id':_0xb8b2e1,'header':{'title':_0xa66c0b['t'](_0x47a27f(0x497))},'children':{'label':_0xb8b2e1},'onClose':()=>{const _0x56fae3=_0x47a27f;_0x1957b9[_0x56fae3(0x2f4)](_0xba406a[_0x56fae3(0x1f1)]['id'],[]);},'width':0x168}),!0x0):!0x1;}},_0x12c69b=class extends _0x5ee564['Disposable']{constructor(_0x3989cf,_0xaa26f3){const _0x2f0ce2=_0x3f4941;super(),this[_0x2f0ce2(0x427)]=_0x3989cf,this[_0x2f0ce2(0x514)]=_0xaa26f3,this['_registerImageShapeClipDelegate'](),this['_clipService']['setCanUseShapeClip'](!0x0),this['disposeWithMe']({'dispose':()=>this[_0x2f0ce2(0x427)][_0x2f0ce2(0x2a6)](!0x1)});}[_0x3f4941(0x399)](){const _0x37e905=_0x3f4941;let _0x106ef1=this['_clipService'],_0x4f7f73=new Map(),_0x4ca474=_0x106ef1['registerClipDelegate']((_0x1f6820,_0x19d7fb,_0x3dafcd,_0x3fc10b,_0x58124e)=>{const _0x52cad2=_0x3419;let _0x288534=_0x19d7fb;if(_0x288534===_0x42b1e0[_0x52cad2(0x28e)]['None']||_0x19d7fb===_0x52cad2(0x4ad))return!0x1;try{let _0x2c53c6=_0x4f7f73['get'](_0x19d7fb);return _0x2c53c6||(_0x2c53c6=new _0x42b1e0[(_0x52cad2(0x35d))](_0x288534,_0x52cad2(0x365)+_0x19d7fb),_0x4f7f73[_0x52cad2(0x31b)](_0x19d7fb,_0x2c53c6)),_0x2c53c6[_0x52cad2(0x25b)](),_0x58124e&&Object['keys'](_0x58124e)['length']>0x0&&_0x2c53c6[_0x52cad2(0x3e3)]({'adjustValues':_0x58124e},!0x0),_0x2c53c6['updateContext']({'width':_0x3dafcd,'height':_0x3fc10b}),_0x2c53c6['buildClipPath'](_0x1f6820,{'left':0x0,'top':0x0,'width':_0x3dafcd,'height':_0x3fc10b});}catch{return!0x1;}});this[_0x37e905(0x37d)](_0x4ca474),this[_0x37e905(0x37d)]({'dispose':()=>_0x4f7f73[_0x37e905(0x357)]()});}[_0x3f4941(0x2c8)](_0x4ea94e,_0x35e8c2,_0x226eeb,_0x2f8a47,_0x195e0d){const _0x2ff495=_0x3f4941;let _0x35c415=this['_drawingManagerService'][_0x2ff495(0x519)](_0x4ea94e,_0x35e8c2);if(!_0x35c415[_0x226eeb])return;let _0x1cd2e6={..._0x35c415[_0x226eeb],'prstGeom':_0x2f8a47,'adjustValues':_0x195e0d};this[_0x2ff495(0x514)]['featurePluginUpdateNotification']([_0x1cd2e6]);}};_0x12c69b=_0x2cf515([_0x2dfb17(0x0,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x5d451e[_0x3f4941(0x284)])),_0x2dfb17(0x1,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0xba406a[_0x3f4941(0x253)]))],_0x12c69b);let _0x11e5cc=_0x3f4941(0x32b),_0x7d960a=_0x3f4941(0x2a2);function _0x5cfffc({onShapeClick:_0x5348e0,excludeGroups:_0x5cf36f}){const _0x2d3e74=_0x3f4941;return(0x0,_0x202144[_0x2d3e74(0x233)])(_0x16d6cd['ShapePickerPanel'],{'excludeGroups':_0x5cf36f,'onShapeClick':_0x5348e0,'scrollContainer':_0x2d3e74(0x4e2)});}function _0x1e42cd(){const _0x185d67=_0x3f4941;let _0x2fc92e=(0x0,_0xa79fa1['useDependency'])(_0xba406a[_0x185d67(0x253)]),_0x183f18=(0x0,_0xa79fa1[_0x185d67(0x437)])(_0x12c69b);return(0x0,_0x202144[_0x185d67(0x233)])(_0x16d6cd[_0x185d67(0x394)],{'buttonLabel':'sheets-shape-ui.imagePanel.crop.shape','excludeGroups':[_0x16d6cd[_0x185d67(0x455)][_0x185d67(0x265)]],'onShapeClick':_0x2195ea=>{const _0x52075a=_0x185d67;let _0x2987e2=_0x2fc92e[_0x52075a(0x204)]()[_0x52075a(0x439)](_0x245b4b=>_0x245b4b[_0x52075a(0x46a)]===_0x5ee564['DrawingTypeEnum']['DRAWING_IMAGE']);if(!_0x2987e2)return;let {unitId:_0x1b5893,subUnitId:_0x40f632,drawingId:_0xdb0eb}=_0x2987e2;_0x183f18['clipByShape'](_0x1b5893,_0x40f632,_0xdb0eb,_0x2195ea[_0x52075a(0x360)]);}});}function _0x1d3556(){const _0x57c3d2=_0x3f4941;let _0x4e1a33=(0x0,_0xa79fa1[_0x57c3d2(0x437)])(_0xa79fa1[_0x57c3d2(0x2b4)]),_0x25692d=(0x0,_0xa79fa1[_0x57c3d2(0x437)])(_0xba406a[_0x57c3d2(0x253)]),_0x31f7b8=(0x0,_0xa79fa1[_0x57c3d2(0x437)])(_0x5ee564[_0x57c3d2(0x4e5)]),_0xf86ce=_0x25692d[_0x57c3d2(0x204)]()[0x0],_0xfc115d=_0xf86ce?_0x31f7b8[_0x57c3d2(0x48a)](_0xf86ce[_0x57c3d2(0x4fd)]):void 0x0,_0x865c00=_0xfc115d===_0x5ee564[_0x57c3d2(0x502)]['UNIVER_DOC']?_0x57c3d2(0x328):_0xfc115d===_0x5ee564[_0x57c3d2(0x502)][_0x57c3d2(0x407)]?_0x7d960a:void 0x0,_0x47ec6d=_0x865c00?_0x4e1a33['get'](_0x865c00):void 0x0;return _0x47ec6d?(0x0,_0x202144['jsx'])(_0x47ec6d,{}):null;}function _0x54481e(){const _0x1eaca8=_0x3f4941;let _0x484cad=(0x0,_0xa79fa1[_0x1eaca8(0x437)])(_0x5ee564[_0x1eaca8(0x26f)]);return(0x0,_0x202144[_0x1eaca8(0x233)])(_0x5cfffc,{'onShapeClick':_0x12bbe0=>{const _0xa955b5=_0x1eaca8;_0x484cad[_0xa955b5(0x3aa)](_0x5241d5['id'],{'value':_0x12bbe0['type'],'enhanceParams':{'endArrow':_0x12bbe0[_0xa955b5(0x313)],'startArrow':_0x12bbe0[_0xa955b5(0x440)],'horizontal':_0x12bbe0['horizontal'],'vertical':_0x12bbe0[_0xa955b5(0x41c)]}});}});}function _0x3070e1(_0x3b45e0){const _0xb7dadf=_0x3f4941;let _0x1e4828=_0x3b45e0[_0xb7dadf(0x2ad)](_0x5ee564[_0xb7dadf(0x4e5)]);return{'id':_0x5241d5['id'],'type':_0xa79fa1[_0xb7dadf(0x3ec)][_0xb7dadf(0x3a9)],'selections':[{'label':{'name':_0x11e5cc,'hoverable':!0x1,'selectable':!0x1,'props':{'id':_0x5241d5['id']}}}],'icon':_0xb7dadf(0x215),'tooltip':_0xb7dadf(0x48f),'activated$':(0x0,_0x17a3f5[_0xb7dadf(0x370)])(_0x1e4828,!0x1,()=>new _0xee79c5['Observable'](_0x4b30d4=>{const _0x21fbd8=_0xb7dadf;_0x4b30d4[_0x21fbd8(0x4b2)](!0x1);})),'hidden$':(0x0,_0xa79fa1[_0xb7dadf(0x30c)])(_0x3b45e0,_0x5ee564[_0xb7dadf(0x502)][_0xb7dadf(0x407)]),'disabled$':(0x0,_0x17a3f5[_0xb7dadf(0x255)])(_0x3b45e0)};}function _0x2e500d(_0x353504){const _0x2e4c3e=_0x3f4941;let _0x14a045=_0x353504['get'](_0x5ee564[_0x2e4c3e(0x4e5)]);return{'id':_0x23579a['id'],'type':_0xa79fa1[_0x2e4c3e(0x3ec)]['BUTTON'],'icon':_0x2e4c3e(0x1f5),'title':'sheets-shape-ui.objectListPanel.open','tooltip':_0x2e4c3e(0x423),'activated$':(0x0,_0x17a3f5['deriveStateFromActiveSheet$'])(_0x14a045,!0x1,()=>new _0xee79c5['Observable'](_0x32da25=>{const _0x25d9cd=_0x2e4c3e;_0x32da25[_0x25d9cd(0x4b2)](!0x1);})),'hidden$':(0x0,_0xa79fa1[_0x2e4c3e(0x30c)])(_0x353504,_0x5ee564['UniverInstanceType'][_0x2e4c3e(0x407)]),'disabled$':(0x0,_0x17a3f5[_0x2e4c3e(0x255)])(_0x353504)};}let _0x47c5f2=_0x3f4941(0x225),_0x19d09b=_0x3f4941(0x266);function _0x39a199(_0xa35dce){const _0x1c4a2d=_0x3f4941;let _0x156394=_0xa35dce[_0x1c4a2d(0x2ad)](_0xba406a[_0x1c4a2d(0x253)])[_0x1c4a2d(0x204)]();return _0x156394['length']===0x1&&_0x156394[0x0][_0x1c4a2d(0x46a)]===_0x5ee564[_0x1c4a2d(0x2b1)][_0x1c4a2d(0x2a5)]?_0x156394[0x0]:null;}function _0x499b8f(_0x5ae0f8){const _0x3799b9=_0x3f4941;let _0x3d6b9f=_0x5ae0f8[_0x3799b9(0x2ad)](_0xba406a[_0x3799b9(0x253)]);return _0x3d6b9f['focus$'][_0x3799b9(0x482)]((0x0,_0xee79c5[_0x3799b9(0x248)])(_0x3d6b9f['getFocusDrawings']()),(0x0,_0xee79c5[_0x3799b9(0x291)])(_0xc28728=>_0xc28728[_0x3799b9(0x461)]!==0x1||_0xc28728[0x0]['drawingType']!==_0x5ee564[_0x3799b9(0x2b1)][_0x3799b9(0x2a5)]));}function _0x19c973(_0x3585cc){const _0x43d671=_0x3f4941;return{'id':_0x47c5f2,'commandId':_0x308292[_0x43d671(0x23a)]['id'],'type':_0xa79fa1['MenuItemType'][_0x43d671(0x1f6)],'title':_0x43d671(0x4e1),'tooltip':_0x43d671(0x4e1),'icon':'FlipHorizontalIcon','hidden$':_0x499b8f(_0x3585cc),'params':()=>{const _0x2dbad2=_0x43d671;let _0x81faa=_0x39a199(_0x3585cc);return _0x81faa?{'unitId':_0x81faa[_0x2dbad2(0x4fd)],'subUnitId':_0x81faa['subUnitId'],'shapeId':_0x81faa[_0x2dbad2(0x4e3)],'flipH':!0x0}:void 0x0;}};}function _0x2bce5e(_0x4cd93b){const _0x2b4c74=_0x3f4941;return{'id':_0x19d09b,'commandId':_0x308292[_0x2b4c74(0x23a)]['id'],'type':_0xa79fa1['MenuItemType'][_0x2b4c74(0x1f6)],'title':'sheets-shape-ui.flipVertical','tooltip':_0x2b4c74(0x4ec),'icon':_0x2b4c74(0x37e),'hidden$':_0x499b8f(_0x4cd93b),'params':()=>{const _0x533465=_0x2b4c74;let _0x2e047a=_0x39a199(_0x4cd93b);return _0x2e047a?{'unitId':_0x2e047a[_0x533465(0x4fd)],'subUnitId':_0x2e047a[_0x533465(0x31a)],'shapeId':_0x2e047a['drawingId'],'flipV':!0x0}:void 0x0;}};}let _0x1174a0={[_0xa79fa1[_0x3f4941(0x4a1)][_0x3f4941(0x4a2)]]:{[_0x5241d5['id']]:{'order':0x4,'menuItemFactory':_0x3070e1}},[_0xa79fa1['RibbonInsertGroup'][_0x3f4941(0x318)]]:{[_0x23579a['id']]:{'order':0x0,'gridLayout':{'row':0x1,'column':0x1,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':_0x2e500d}},[_0xa79fa1['ContextMenuPosition']['DRAWING']]:{[_0xa79fa1[_0x3f4941(0x383)][_0x3f4941(0x318)]]:{[_0x47c5f2]:{'order':0x4,'menuItemFactory':_0x19c973},[_0x19d09b]:{'order':0x5,'menuItemFactory':_0x2bce5e}}}};var _0x57e791=_0x3f4941(0x3e5),_0x400ee0='1.0.0-beta.0';let _0x9092cb={'type':_0x5ee564[_0x3f4941(0x263)]['OPERATION'],'id':_0x3f4941(0x282),'handler'(){return!0x0;}},_0x1ab9c0={'type':_0x5ee564['CommandType'][_0x3f4941(0x3d9)],'id':_0x3f4941(0x338),'handler'(){return!0x0;}},_0x5cd296={};function _0x123d84({ref:_0x4dbd5d,..._0x41fa8e}){const _0x9c526b=_0x3f4941;let {icon:_0x250fcf,id:_0x1c08e4,className:_0x342a9f,extend:_0x3b44a5,..._0xe0608e}=_0x41fa8e,_0x2ea30e=(_0x9c526b(0x382)+_0x1c08e4+'\x20'+(_0x342a9f||''))['trim'](),_0x1a8b75=(0x0,_0x3b23e2[_0x9c526b(0x4c2)])('_'+_0x98641f());return _0x58239e(_0x250fcf,''+_0x1c08e4,{'defIds':_0x250fcf['defIds'],'idSuffix':_0x1a8b75[_0x9c526b(0x3dd)]},{'ref':_0x4dbd5d,'className':_0x2ea30e,..._0xe0608e},_0x3b44a5);}function _0x58239e(_0x14f4cc,_0xad8e04,_0x5c2a06,_0x2220dc,_0x20c874){const _0xf42e00=_0x3f4941;return(0x0,_0x3b23e2[_0xf42e00(0x3a5)])(_0x14f4cc[_0xf42e00(0x4a9)],{'key':_0xad8e04,..._0x4570fe(_0x14f4cc,_0x5c2a06,_0x20c874),..._0x2220dc},(_0x41eff0(_0x14f4cc,_0x5c2a06)[_0xf42e00(0x2ea)]||[])[_0xf42e00(0x291)]((_0x27b17f,_0x51a5b7)=>_0x58239e(_0x27b17f,_0xad8e04+'-'+_0x14f4cc[_0xf42e00(0x4a9)]+'-'+_0x51a5b7,_0x5c2a06,void 0x0,_0x20c874)));}function _0x4570fe(_0x1c480f,_0x2ac131,_0x3f0703){const _0x18b5e9=_0x3f4941;let _0xd09453={..._0x1c480f[_0x18b5e9(0x4aa)]};_0x3f0703!=null&&_0x3f0703[_0x18b5e9(0x22f)]&&_0xd09453[_0x18b5e9(0x512)]===_0x18b5e9(0x22f)&&(_0xd09453[_0x18b5e9(0x512)]=_0x3f0703[_0x18b5e9(0x22f)]),_0x3f0703!=null&&_0x3f0703[_0x18b5e9(0x22f)]&&_0xd09453[_0x18b5e9(0x390)]===_0x18b5e9(0x22f)&&(_0xd09453[_0x18b5e9(0x390)]=_0x3f0703[_0x18b5e9(0x22f)]),_0x1c480f[_0x18b5e9(0x4a9)]===_0x18b5e9(0x388)&&_0xd09453['id']&&(_0xd09453['id']+=_0x2ac131[_0x18b5e9(0x27b)]),Object[_0x18b5e9(0x1fd)](_0xd09453)[_0x18b5e9(0x3cc)](([_0xbf2955,_0x3bc8c8])=>{const _0x5635a4=_0x18b5e9;_0xbf2955===_0x5635a4(0x388)&&typeof _0x3bc8c8==_0x5635a4(0x38d)&&(_0xd09453[_0xbf2955]=_0x3bc8c8[_0x5635a4(0x20b)](/url\(#(.*)\)/,_0x5635a4(0x49f)+_0x2ac131['idSuffix']+')'));});let {defIds:_0x2272d5}=_0x2ac131;return!_0x2272d5||_0x2272d5[_0x18b5e9(0x461)]===0x0?_0xd09453:(_0x1c480f[_0x18b5e9(0x4a9)]===_0x18b5e9(0x4ff)&&_0xd09453[_0x18b5e9(0x395)]&&(_0xd09453[_0x18b5e9(0x395)]+=_0x2ac131[_0x18b5e9(0x27b)]),Object[_0x18b5e9(0x1fd)](_0xd09453)[_0x18b5e9(0x3cc)](([_0x24574b,_0x526a78])=>{const _0xfcbab2=_0x18b5e9;typeof _0x526a78==_0xfcbab2(0x38d)&&(_0xd09453[_0x24574b]=_0x526a78[_0xfcbab2(0x20b)](/url\(#(.*)\)/,_0xfcbab2(0x49f)+_0x2ac131[_0xfcbab2(0x27b)]+')'));}),_0xd09453);}function _0x41eff0(_0x3cf7ad,_0x65c871){const _0x4723da=_0x3f4941;var _0x26bf62;let {defIds:_0x43e094}=_0x65c871;return!_0x43e094||_0x43e094[_0x4723da(0x461)]===0x0?_0x3cf7ad:_0x3cf7ad[_0x4723da(0x4a9)]===_0x4723da(0x2d7)&&(_0x26bf62=_0x3cf7ad[_0x4723da(0x2ea)])!=null&&_0x26bf62[_0x4723da(0x461)]?{..._0x3cf7ad,'children':_0x3cf7ad['children'][_0x4723da(0x291)](_0x42e86d=>typeof _0x42e86d[_0x4723da(0x4aa)]['id']==_0x4723da(0x38d)&&_0x43e094&&_0x43e094[_0x4723da(0x376)](_0x42e86d[_0x4723da(0x4aa)]['id'])?{..._0x42e86d,'attrs':{..._0x42e86d['attrs'],'id':_0x42e86d[_0x4723da(0x4aa)]['id']+_0x65c871[_0x4723da(0x27b)]}}:_0x42e86d)}:_0x3cf7ad;}function _0x98641f(){const _0x4d5e62=_0x3f4941;return Math[_0x4d5e62(0x446)]()[_0x4d5e62(0x31f)](0x24)[_0x4d5e62(0x36e)](0x2,0x8);}_0x123d84[_0x3f4941(0x37b)]=_0x3f4941(0x2a0);let _0x43dd52={'tag':'svg','attrs':{'xmlns':_0x3f4941(0x2f1),'fill':_0x3f4941(0x32d),'viewBox':_0x3f4941(0x50b),'width':_0x3f4941(0x4e6),'height':_0x3f4941(0x4e6)},'children':[{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':_0x3f4941(0x42f),'d':_0x3f4941(0x261),'strokeLinecap':_0x3f4941(0x50a),'strokeLinejoin':_0x3f4941(0x50a),'strokeWidth':1.3}},{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':_0x3f4941(0x42f),'d':_0x3f4941(0x4a7),'strokeLinecap':_0x3f4941(0x50a),'strokeLinejoin':_0x3f4941(0x50a),'strokeWidth':1.3}},{'tag':'path','attrs':{'stroke':'currentColor','d':_0x3f4941(0x4c8),'strokeLinecap':_0x3f4941(0x50a),'strokeWidth':1.2}},{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':_0x3f4941(0x42f),'d':'M8\x206.2V7.8','strokeLinecap':_0x3f4941(0x50a),'strokeWidth':1.2}},{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':_0x3f4941(0x42f),'d':_0x3f4941(0x202),'strokeLinecap':'round','strokeWidth':1.2}},{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':'currentColor','d':_0x3f4941(0x24a),'strokeLinecap':_0x3f4941(0x50a),'strokeWidth':1.2}}]},_0x1b3f51=(0x0,_0x3b23e2['forwardRef'])(function(_0xe056cd,_0x53d8b4){const _0x82efd1=_0x3f4941;return(0x0,_0x3b23e2[_0x82efd1(0x3a5)])(_0x123d84,Object[_0x82efd1(0x4af)]({},_0xe056cd,{'id':_0x82efd1(0x416),'ref':_0x53d8b4,'icon':_0x43dd52}));});_0x1b3f51[_0x3f4941(0x37b)]='FlipHorizontalIcon';let _0x12b1b5={'tag':'svg','attrs':{'xmlns':_0x3f4941(0x2f1),'fill':_0x3f4941(0x32d),'viewBox':_0x3f4941(0x50b),'width':_0x3f4941(0x4e6),'height':_0x3f4941(0x4e6)},'children':[{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':'currentColor','d':'M3.3\x202.6L8\x206.2L12.7\x202.6H3.3Z','strokeLinecap':_0x3f4941(0x50a),'strokeLinejoin':_0x3f4941(0x50a),'strokeWidth':1.3}},{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':'currentColor','d':'M3.3\x2013.4L8\x209.8L12.7\x2013.4H3.3Z','strokeLinecap':_0x3f4941(0x50a),'strokeLinejoin':_0x3f4941(0x50a),'strokeWidth':1.3}},{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':'currentColor','d':_0x3f4941(0x4c5),'strokeLinecap':_0x3f4941(0x50a),'strokeWidth':1.2}},{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':'currentColor','d':'M6.2\x208H7.8','strokeLinecap':'round','strokeWidth':1.2}},{'tag':'path','attrs':{'stroke':_0x3f4941(0x42f),'d':'M10.2\x208H11.8','strokeLinecap':'round','strokeWidth':1.2}},{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':'currentColor','d':_0x3f4941(0x1e8),'strokeLinecap':'round','strokeWidth':1.2}}]},_0x52693d=(0x0,_0x3b23e2[_0x3f4941(0x372)])(function(_0x2d66ea,_0x1e6c60){const _0x6487de=_0x3f4941;return(0x0,_0x3b23e2[_0x6487de(0x3a5)])(_0x123d84,Object[_0x6487de(0x4af)]({},_0x2d66ea,{'id':_0x6487de(0x2ee),'ref':_0x1e6c60,'icon':_0x12b1b5}));});_0x52693d['displayName']='FlipVerticalIcon';let _0xb0ffac={'tag':'svg','attrs':{'xmlns':_0x3f4941(0x2f1),'fill':'none','viewBox':_0x3f4941(0x50b),'width':_0x3f4941(0x4e6),'height':_0x3f4941(0x4e6)},'children':[{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':_0x3f4941(0x42f),'d':'M2\x204.75\x208\x201.8l6\x202.95L8\x207.7\x202\x204.75Z','strokeLinecap':_0x3f4941(0x50a),'strokeLinejoin':_0x3f4941(0x50a),'strokeWidth':1.3}},{'tag':_0x3f4941(0x1f8),'attrs':{'stroke':_0x3f4941(0x42f),'d':'m2\x207.75\x206\x202.95\x206-2.95M2\x2010.75l6\x202.95\x206-2.95','strokeLinecap':'round','strokeLinejoin':_0x3f4941(0x50a),'strokeWidth':1.3}}]},_0x46fffb=(0x0,_0x3b23e2[_0x3f4941(0x372)])(function(_0x12b647,_0x115d63){const _0xf3d739=_0x3f4941;return(0x0,_0x3b23e2[_0xf3d739(0x3a5)])(_0x123d84,Object[_0xf3d739(0x4af)]({},_0x12b647,{'id':_0xf3d739(0x322),'ref':_0x115d63,'icon':_0xb0ffac}));});_0x46fffb[_0x3f4941(0x37b)]='ObjectLayersIcon';function _0x779c53(_0x3f83f8){const _0x41b9cb=_0x3f4941;return _0x3f83f8[_0x41b9cb(0x244)]()||void 0x0;}function _0x2a3a08(_0x267ef8,_0xbca31a,_0x59e36f){const _0x4f4f52=_0x3f4941;var _0x49cc39;return((_0x49cc39=_0x267ef8[_0x4f4f52(0x43f)])==null?void 0x0:_0x49cc39[_0x4f4f52(0x244)]())||(0x0,_0x5d451e[_0x4f4f52(0x468)])(_0x59e36f,(0x0,_0x16d6cd[_0x4f4f52(0x43a)])(_0x267ef8['drawingType']))+'\x20'+(_0xbca31a+0x1);}function _0x32a7c4(){const _0x2db4f1=_0x3f4941;var _0x71fe91;let _0x453240=(0x0,_0xa79fa1['useDependency'])(_0x5ee564[_0x2db4f1(0x231)]),_0x35f7fc=(0x0,_0xa79fa1[_0x2db4f1(0x437)])(_0x5ee564[_0x2db4f1(0x26f)]),_0x584e48=(0x0,_0xa79fa1[_0x2db4f1(0x437)])(_0x5ee564[_0x2db4f1(0x4e5)]),_0x55505f=(0x0,_0xa79fa1[_0x2db4f1(0x437)])(_0x2c2d11['ISheetDrawingService']),_0x16e256=(0x0,_0xa79fa1[_0x2db4f1(0x437)])(_0xba406a[_0x2db4f1(0x253)]),_0xf84b9e=(0x0,_0xa79fa1['useDependency'])(_0x1dacf6[_0x2db4f1(0x29d)]),[,_0x10fe59]=(0x0,_0x3b23e2[_0x2db4f1(0x3ca)])(_0x2c7df0=>_0x2c7df0+0x1,0x0),_0x4fb8cb=_0x584e48[_0x2db4f1(0x24c)](_0x5ee564[_0x2db4f1(0x502)][_0x2db4f1(0x407)]),_0x36c8c2=(_0x4fb8cb==null?void 0x0:_0x4fb8cb[_0x2db4f1(0x34f)]())??'',_0x9c58d6=(_0x4fb8cb==null||(_0x71fe91=_0x4fb8cb[_0x2db4f1(0x491)]())==null?void 0x0:_0x71fe91['getSheetId']())??'',_0x2e3be1=(0x0,_0xa79fa1[_0x2db4f1(0x499)])(()=>_0x16e256['focus$'],_0x16e256[_0x2db4f1(0x204)](),!0x1,[_0x16e256]);(0x0,_0x3b23e2[_0x2db4f1(0x413)])(()=>{const _0xc1c0b9=_0x2db4f1;let _0x102259=_0x35f7fc['onCommandExecuted'](()=>_0x10fe59());return()=>_0x102259[_0xc1c0b9(0x343)]();},[_0x35f7fc]);let _0x3016de=(0x0,_0x3b23e2['useMemo'])(()=>(0x0,_0x5d451e[_0x2db4f1(0x4fe)])(_0x453240),[_0x453240]),_0x3d9617=_0x36c8c2&&_0x9c58d6?_0x55505f[_0x2db4f1(0x519)](_0x36c8c2,_0x9c58d6):{},_0x460a1c=(_0x36c8c2&&_0x9c58d6?_0x55505f[_0x2db4f1(0x21b)](_0x36c8c2,_0x9c58d6):[])[_0x2db4f1(0x291)](_0x52fae7=>_0x3d9617[_0x52fae7])[_0x2db4f1(0x309)](_0x4cad7e=>!!_0x4cad7e)[_0x2db4f1(0x235)](),_0x3186c2=_0x460a1c[_0x2db4f1(0x4cc)]((_0x261327,_0x1c5ce1)=>(_0x261327[(0x0,_0x5d451e[_0x2db4f1(0x485)])(_0x1c5ce1['drawingType'])]+=0x1,_0x261327),{'canvas':0x0,'floating':0x0}),_0x38ee52={'canvas':0x0,'floating':0x0},_0x12176c=_0x460a1c['map']((_0x2a2fb2,_0x28162b)=>{const _0x2a20be=_0x2db4f1;let _0x248ff1=(0x0,_0x5d451e[_0x2a20be(0x485)])(_0x2a2fb2['drawingType']),_0xeb0f86=_0x248ff1===_0x5d451e[_0x2a20be(0x22b)],_0x57805f=_0x38ee52[_0x248ff1]++;return{'id':_0x2a2fb2[_0x2a20be(0x4e3)],'name':_0x2a3a08(_0x2a2fb2,_0x28162b,_0x453240),'description':_0x2a2fb2['description'],'visible':_0x2a2fb2[_0x2a20be(0x471)]!==!0x0,'selectable':_0x2a2fb2[_0x2a20be(0x348)]!==!0x1,'sectionId':_0x248ff1,'sectionTitle':_0xeb0f86?_0x3016de[_0x2a20be(0x40e)]:_0x3016de[_0x2a20be(0x358)],'capabilities':_0xeb0f86?{'arrange':!0x1,'reorder':!0x1}:void 0x0,'canMoveForward':!_0xeb0f86&&_0x57805f>0x0,'canMoveBackward':!_0xeb0f86&&_0x57805f<_0x3186c2['canvas']-0x1,'canReorder':!_0xeb0f86};}),_0x5f4a0a=(0x0,_0x3b23e2[_0x2db4f1(0x4a0)])(()=>(_0x2e3be1??[])[_0x2db4f1(0x309)](_0x2f1632=>_0x2f1632[_0x2db4f1(0x4fd)]===_0x36c8c2&&_0x2f1632[_0x2db4f1(0x31a)]===_0x9c58d6)[_0x2db4f1(0x291)](_0x271567=>_0x271567['drawingId']),[_0x2e3be1,_0x9c58d6,_0x36c8c2]),_0x4a62e8=_0x5f4a0a[_0x5f4a0a['length']-0x1]??null,_0x58fe5c=_0x4be63b=>_0x55505f[_0x2db4f1(0x4ae)]({'unitId':_0x36c8c2,'subUnitId':_0x9c58d6,'drawingId':_0x4be63b})??null,_0x307205=async _0x77455a=>{const _0x5383cf=_0x2db4f1;!_0x36c8c2||!_0x77455a[_0x5383cf(0x461)]||await _0x35f7fc[_0x5383cf(0x3aa)](_0x2c2d11[_0x5383cf(0x500)]['id'],{'unitId':_0x36c8c2,'drawings':_0x77455a});},_0x34f1f9=async(_0x479fd5,_0xcfc059)=>{_0x58fe5c(_0x479fd5)&&await _0x307205([{'unitId':_0x36c8c2,'subUnitId':_0x9c58d6,'drawingId':_0x479fd5,..._0xcfc059}]);},_0x53f547=(_0x5947a9,_0x34ffb8)=>{const _0x4288e5=_0x2db4f1;if(!_0x36c8c2||!_0x9c58d6)return;let _0x39c43e=_0x34ffb8?_0x5f4a0a['includes'](_0x5947a9)?_0x5f4a0a['filter'](_0x2b1177=>_0x2b1177!==_0x5947a9):[..._0x5f4a0a,_0x5947a9]:[_0x5947a9];_0x35f7fc['syncExecuteCommand'](_0xba406a['SetDrawingSelectedOperation']['id'],_0x39c43e[_0x4288e5(0x291)](_0x498110=>({'unitId':_0x36c8c2,'subUnitId':_0x9c58d6,'drawingId':_0x498110})));let _0xc168d7=_0x39c43e[_0x39c43e[_0x4288e5(0x461)]-0x1];_0xc168d7?(0x0,_0x16d6cd[_0x4288e5(0x494)])(_0xf84b9e,{'unitId':_0x36c8c2,'subUnitId':_0x9c58d6,'drawingId':_0xc168d7}):(0x0,_0x16d6cd[_0x4288e5(0x3fb)])(_0xf84b9e,_0x36c8c2);},_0x4c86f4=async(_0x5aa6a3,_0x54fad8)=>{const _0x1acdc8=_0x2db4f1;await _0x307205(_0x5aa6a3[_0x1acdc8(0x291)](_0x2e6016=>_0x58fe5c(_0x2e6016))['filter'](_0x5e8af9=>!!_0x5e8af9)['filter'](_0xd3e5fa=>_0xd3e5fa[_0x1acdc8(0x471)]!==!0x0!==_0x54fad8)[_0x1acdc8(0x291)](_0x5444ab=>({'unitId':_0x36c8c2,'subUnitId':_0x9c58d6,'drawingId':_0x5444ab[_0x1acdc8(0x4e3)],'hidden':!_0x54fad8})));},_0x32ec0e=async _0x4be38d=>{const _0x53e36c=_0x2db4f1;let _0x2da741=_0x58fe5c(_0x4be38d);_0x2da741&&await _0x34f1f9(_0x4be38d,{'selectable':_0x2da741[_0x53e36c(0x348)]===!0x1&&void 0x0});},_0x4f006f=async(_0x5188f7,_0x40905e)=>{const _0x1e5bf1=_0x2db4f1;var _0x322df4;let _0x4fc490=_0x779c53(_0x40905e);(((_0x322df4=_0x58fe5c(_0x5188f7))==null?void 0x0:_0x322df4[_0x1e5bf1(0x43f)])??void 0x0)!==_0x4fc490&&await _0x34f1f9(_0x5188f7,{'name':_0x4fc490});},_0x1f9263=async(_0x20c31b,_0x357188)=>{const _0x2be56e=_0x2db4f1;var _0x5bb63c;let _0x3845e3=_0x779c53(_0x357188);(((_0x5bb63c=_0x58fe5c(_0x20c31b))==null?void 0x0:_0x5bb63c[_0x2be56e(0x270)])??void 0x0)!==_0x3845e3&&await _0x34f1f9(_0x20c31b,{'description':_0x3845e3});},_0x4949dc=async(_0x1a9ed0,_0x3d2902)=>{const _0x4207c6=_0x2db4f1;!_0x36c8c2||!_0x9c58d6||await _0x35f7fc['executeCommand'](_0x2c2d11[_0x4207c6(0x3cd)]['id'],{'unitId':_0x36c8c2,'subUnitId':_0x9c58d6,'drawingIds':[_0x1a9ed0],'arrangeType':_0x3d2902});};return!_0x36c8c2||!_0x9c58d6?(0x0,_0x202144['jsx'])(_0x2db4f1(0x3ff),{'className':_0x2db4f1(0x3d5),'children':_0x3016de[_0x2db4f1(0x3a0)]}):(0x0,_0x202144[_0x2db4f1(0x233)])(_0x5d451e['ObjectListPanelBase'],{'items':_0x12176c,'selectedIds':_0x5f4a0a,'focusedId':_0x4a62e8,'labels':_0x3016de,'onSelect':_0x53f547,'onSetVisible':_0x4c86f4,'onCommitName':_0x4f006f,'onCommitDescription':_0x1f9263,'onMoveForward':async _0x4e53ee=>_0x4949dc(_0x4e53ee,_0x5ee564[_0x2db4f1(0x4b3)]['forward']),'onMoveBackward':async _0x3112ca=>_0x4949dc(_0x3112ca,_0x5ee564[_0x2db4f1(0x4b3)]['backward']),'onToggleSelectable':_0x32ec0e});}let _0x391f15=class{constructor(_0x18fec0){const _0x4f3503=_0x3f4941;this[_0x4f3503(0x35f)]=_0x18fec0;}['updateShapeFillImage'](_0x5a0dfa,_0xa38ea5){const _0x3139df=_0x3f4941;let _0x48b5a0=this['_renderManagerService']['getRenderUnitById'](_0x5a0dfa[_0x3139df(0x4fd)]),_0x3ce5e0=_0x48b5a0==null?void 0x0:_0x48b5a0[_0x3139df(0x3ac)];if(!_0x3ce5e0)return;let _0x3f5c18=(0x0,_0xba406a[_0x3139df(0x50c)])(_0x5a0dfa),_0x4e96ac=_0x3ce5e0['getObjectIncludeInGroup'](_0x3f5c18);_0x4e96ac==null||_0x4e96ac[_0x3139df(0x216)](_0xa38ea5);}};_0x391f15=_0x2cf515([_0x2dfb17(0x0,_0x1dacf6[_0x3f4941(0x29d)])],_0x391f15);function _0x370e0a(){const _0x49fec0=_0x3f4941;let _0x423fdc=(0x0,_0xa79fa1[_0x49fec0(0x437)])(_0xba406a[_0x49fec0(0x253)]),_0x45195b=(0x0,_0xa79fa1[_0x49fec0(0x499)])(()=>_0x423fdc[_0x49fec0(0x2e7)],_0x423fdc[_0x49fec0(0x204)](),!0x1,[_0x423fdc]);return _0x45195b['length']===0x0?null:(0x0,_0x202144['jsx'])('div',{'children':(0x0,_0x202144[_0x49fec0(0x418)])(_0x49fec0(0x3ff),{'className':_0x49fec0(0x250),'children':[(0x0,_0x202144[_0x49fec0(0x233)])(_0x5d451e['DrawingCommonPanel'],{'drawings':_0x45195b,'hasCropper':!0x1}),(0x0,_0x202144[_0x49fec0(0x233)])(_0x253ecd[_0x49fec0(0x213)],{'drawings':_0x45195b})]})});}function _0x37b5ee(_0x5841c5){const _0x4ea810=_0x3f4941;let {unitId:_0x3d2a84,subUnitId:_0x4c9cc6,shapeId:_0x30237a}=_0x5841c5,_0x208060=(0x0,_0xa79fa1[_0x4ea810(0x437)])(_0x5ee564[_0x4ea810(0x26f)]),_0x4d81e5=(0x0,_0xa79fa1[_0x4ea810(0x437)])(_0x391f15);return(0x0,_0x202144['jsx'])(_0x16d6cd['ShapeEditPanel'],{..._0x5841c5,'positionEditor':(0x0,_0x202144[_0x4ea810(0x233)])(_0x370e0a,{}),'onUpdateShapeData':(_0x16bf9d,_0x56e70c)=>{_0x5920b8(_0x208060,_0x3d2a84,_0x4c9cc6,_0x30237a,_0x16bf9d,_0x56e70c);},'onUpdateLineShapeData':(_0x591f67,_0x3edb2f)=>{_0x5b2127(_0x208060,_0x3d2a84,_0x4c9cc6,_0x30237a,_0x591f67,_0x3edb2f);},'onUpdateShapeFillImage':_0x6f5ed0=>{const _0x3d439a=_0x4ea810;_0x4d81e5[_0x3d439a(0x28d)]({'unitId':_0x3d2a84,'subUnitId':_0x4c9cc6,'drawingId':_0x30237a},_0x6f5ed0);}});}function _0x4ecd9(_0x14d09c){const _0xfbead8=_0x3f4941;let _0x418890=_0x14d09c[_0xfbead8(0x319)][_0xfbead8(0x381)];return _0x418890?(0x0,_0x202144[_0xfbead8(0x233)])(_0x557afa,{..._0x418890}):null;}function _0x557afa(_0x169ffa){const _0x56d4ad=_0x3f4941;let _0x135178=(0x0,_0xa79fa1[_0x56d4ad(0x437)])(_0x5ee564[_0x56d4ad(0x26f)]),_0x57c31c=(0x0,_0xa79fa1[_0x56d4ad(0x437)])(_0x308292[_0x56d4ad(0x41e)]),{unitId:_0x54a5d5,subUnitId:_0x8cbfe3,drawingId:_0x4286bc,drawingType:_0x198c4b,shapeType:_0x13a4fd}=_0x169ffa,[_0xa1462f,_0x42196e]=(0x0,_0x3b23e2[_0x56d4ad(0x37c)])(_0x169ffa[_0x56d4ad(0x48e)]),_0x35ff57=(0x0,_0x3b23e2[_0x56d4ad(0x4a0)])(()=>(0x0,_0x16d6cd[_0x56d4ad(0x4f1)])(_0xa1462f),[_0xa1462f]),_0x564e1c=(0x0,_0x3b23e2[_0x56d4ad(0x4a0)])(()=>(0x0,_0x16d6cd[_0x56d4ad(0x2cd)])(_0xa1462f),[_0xa1462f]);(0x0,_0x3b23e2[_0x56d4ad(0x413)])(()=>{const _0x4692fe=_0x56d4ad;let _0xca7cff=_0x135178[_0x4692fe(0x38a)](_0x1489df=>{const _0x3d0834=_0x4692fe;if(_0x1489df['id']!==_0x308292[_0x3d0834(0x408)]['id'])return;let _0x244803=_0x57c31c['getShapeDataById'](_0x54a5d5,_0x8cbfe3,_0x4286bc);_0x244803&&_0x42196e(_0x244803);});return()=>_0xca7cff[_0x4692fe(0x343)]();},[_0x135178,_0x4286bc,_0x57c31c,_0x8cbfe3,_0x54a5d5]);let _0xe63cb3=_0x5bcac5=>{_0x42196e(_0x44eca4=>({..._0x44eca4,..._0x5bcac5}));},_0x5cc1e5=_0xbfb825=>{const _0x1c70d6=_0x56d4ad;let _0x10ef6b=(0x0,_0x16d6cd[_0x1c70d6(0x3bf)])(_0xa1462f,_0xbfb825);_0x5920b8(_0x135178,_0x54a5d5,_0x8cbfe3,_0x4286bc,{'oldShapeData':{'shapeText':_0xa1462f[_0x1c70d6(0x3ae)]}},_0x10ef6b),_0xe63cb3(_0x10ef6b);},_0x1e64f4=(0x0,_0x16d6cd[_0x56d4ad(0x49d)])({'hostType':_0x5ee564[_0x56d4ad(0x502)][_0x56d4ad(0x407)],'unitId':_0x54a5d5,'subUnitId':_0x8cbfe3,'shapeId':_0x4286bc,'shapeData':_0xa1462f,'onUpdateBinding':_0x2ecbdd=>{let _0x51b053={'formulaBinding':_0x2ecbdd};_0x5920b8(_0x135178,_0x54a5d5,_0x8cbfe3,_0x4286bc,{'oldShapeData':{'formulaBinding':_0xa1462f['formulaBinding']}},_0x51b053),_0xe63cb3(_0x51b053);}});return(0x0,_0x202144[_0x56d4ad(0x418)])(_0x202144['Fragment'],{'children':[(0x0,_0x202144[_0x56d4ad(0x233)])(_0x16d6cd[_0x56d4ad(0x2d4)],{'shapeData':_0xa1462f,'shapeType':_0x13a4fd,'textStyle':{'ff':_0x42b1e0[_0x56d4ad(0x42a)]['shapeText'][_0x56d4ad(0x36a)],'fs':_0x42b1e0[_0x56d4ad(0x42a)]['shapeText'][_0x56d4ad(0x2e2)],'cl':{'rgb':_0x42b1e0['ShapeDefaultConfig'][_0x56d4ad(0x3ae)][_0x56d4ad(0x400)]},..._0x35ff57},'textModel':_0x564e1c?{'ha':_0x564e1c['ha']??_0x5ee564[_0x56d4ad(0x2b7)][_0x56d4ad(0x47b)],'va':_0x564e1c['va']??_0x5ee564[_0x56d4ad(0x333)][_0x56d4ad(0x252)]}:null,'enableShapeFillReset':!0x0,'enableShapeStrokeReset':!0x0,'enableTextBackgroundReset':!0x0,'defaultFillColor':_0x42b1e0[_0x56d4ad(0x42a)][_0x56d4ad(0x512)],'defaultGradientEndColor':_0x42b1e0[_0x56d4ad(0x42a)][_0x56d4ad(0x21d)],'defaultStrokeColor':_0x42b1e0[_0x56d4ad(0x42a)][_0x56d4ad(0x390)],'extensionGroups':_0x1e64f4[_0x56d4ad(0x26b)],'onUpdateShapeData':(_0x5bdb17,_0x5be8fe)=>{_0x5920b8(_0x135178,_0x54a5d5,_0x8cbfe3,_0x4286bc,_0x5bdb17,_0x5be8fe),_0x5be8fe&&_0xe63cb3(_0x5be8fe);},'onUpdateText':_0x5cc1e5,'onOpenPanel':()=>{const _0x12e086=_0x56d4ad;_0x135178[_0x12e086(0x3aa)](_0x1ab9c0['id'],{'unitId':_0x54a5d5,'subUnitId':_0x8cbfe3,'drawingId':_0x4286bc});},'onDelete':()=>{const _0x195854=_0x56d4ad;_0x135178[_0x195854(0x3aa)](_0x2c2d11[_0x195854(0x21a)]['id'],{'unitId':_0x54a5d5,'drawings':[{'unitId':_0x54a5d5,'subUnitId':_0x8cbfe3,'drawingId':_0x4286bc,'drawingType':_0x198c4b}]});}}),_0x1e64f4[_0x56d4ad(0x429)]]});}var _0xd6156e=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(..._0x43be9f){const _0x222a16=_0x3f4941;super(..._0x43be9f),_0xaf91f4(this,_0x222a16(0x356),new _0xee79c5[(_0x222a16(0x44c))](null)),_0xaf91f4(this,_0x222a16(0x2aa),this['_editingParams$'][_0x222a16(0x346)]()),_0xaf91f4(this,'_onSavingEditorData$',new _0xee79c5[(_0x222a16(0x44c))](!0x1)),_0xaf91f4(this,_0x222a16(0x4cf),this[_0x222a16(0x3a8)][_0x222a16(0x346)]());}[_0x3f4941(0x343)](){const _0x404979=_0x3f4941;this[_0x404979(0x356)][_0x404979(0x4b2)](null),this['_editingParams$'][_0x404979(0x2e9)](),this[_0x404979(0x3a8)]['next'](!0x1),this[_0x404979(0x3a8)][_0x404979(0x2e9)](),super[_0x404979(0x343)]();}[_0x3f4941(0x42c)](_0x4ef178){const _0x4a1738=_0x3f4941;this[_0x4a1738(0x356)][_0x4a1738(0x4b2)](_0x4ef178),_0x4ef178??this[_0x4a1738(0x3a8)][_0x4a1738(0x4b2)](!0x1);}[_0x3f4941(0x4d4)](_0x1c7cf1){const _0x55a995=_0x3f4941;this[_0x55a995(0x3a8)]['next'](_0x1c7cf1);}[_0x3f4941(0x31d)](){const _0x3d9462=_0x3f4941;return this[_0x3d9462(0x356)][_0x3d9462(0x275)]();}[_0x3f4941(0x25f)](_0x594120){const _0x460ea3=_0x3f4941;this[_0x460ea3(0x31d)]()&&(this[_0x460ea3(0x4d4)](!0x0),requestAnimationFrame(()=>{const _0x50e8d7=_0x460ea3;this[_0x50e8d7(0x42c)](null);}));}[_0x3f4941(0x21e)](){const _0x163fb7=_0x3f4941;this[_0x163fb7(0x31d)]()&&this['setEditing'](null);}};let _0x4a0ede=(0x0,_0x3b23e2[_0x3f4941(0x441)])(()=>{const _0x171882=_0x3f4941;let _0x51916e=(0x0,_0xa79fa1[_0x171882(0x437)])(_0xd6156e),_0x4c05ec=(0x0,_0xa79fa1[_0x171882(0x437)])(_0x308292[_0x171882(0x41e)]),_0x1d26d5=(0x0,_0xa79fa1[_0x171882(0x437)])(_0xba406a[_0x171882(0x253)]),_0x200171=(0x0,_0xa79fa1['useDependency'])(_0x5ee564['ICommandService']),_0x37e156=(0x0,_0xa79fa1[_0x171882(0x437)])(_0x1dacf6[_0x171882(0x29d)]);return(0x0,_0x202144[_0x171882(0x233)])(_0x16d6cd['ShapeTextEditorContainer'],{'adapter':(0x0,_0x3b23e2['useMemo'])(()=>({'getShapeModel':(_0x3f9aff,_0x18d1cd,_0x23a90e)=>_0x4c05ec[_0x171882(0x295)](_0x3f9aff,_0x18d1cd,_0x23a90e),'getShapeData':(_0x3a23af,_0x5c83e2,_0x5b63af)=>_0x4c05ec[_0x171882(0x3cb)](_0x3a23af,_0x5c83e2,_0x5b63af),'getDrawingTransform':(_0x451248,_0x516b33,_0x4c5eca)=>{const _0x3dda6f=_0x171882;let _0x2a93fb=_0x1d26d5[_0x3dda6f(0x4ae)]({'unitId':_0x451248,'subUnitId':_0x516b33,'drawingId':_0x4c5eca});return _0x2a93fb==null?void 0x0:_0x2a93fb[_0x3dda6f(0x3af)];},'updateShapeText':({unitId:_0x1d9a92,subUnitId:_0x3ad5c8,shapeId:_0x55ea3d,shapeText:_0x1dd15d,oldShapeText:_0x1692d0})=>{const _0x382362=_0x171882;_0x200171[_0x382362(0x3aa)](_0x3fa252['id'],{'unitId':_0x1d9a92,'subUnitId':_0x3ad5c8,'shapeId':_0x55ea3d,'shapeData':{'shapeText':_0x1dd15d},'oldShapeJSON':{'oldShapeData':{'shapeText':_0x1692d0}}});},'updateHostSize':({unitId:_0x4a68d4,subUnitId:_0x4e76d5,shapeId:_0x3d609b,width:_0x1147b1,height:_0x4ea67b})=>{const _0x3fecb8=_0x171882;var _0x81ed5f;let _0x112a93=_0x1d26d5[_0x3fecb8(0x4ae)]({'unitId':_0x4a68d4,'subUnitId':_0x4e76d5,'drawingId':_0x3d609b}),_0x5712ab=_0x112a93==null?void 0x0:_0x112a93[_0x3fecb8(0x3af)];if(!_0x112a93||!_0x5712ab)return;let _0x4aafb1={..._0x5712ab,'width':_0x1147b1,'height':_0x4ea67b},_0x42d92d=(_0x81ed5f=_0x37e156[_0x3fecb8(0x3b3)](_0x4a68d4))==null||(_0x81ed5f=_0x81ed5f[_0x3fecb8(0x1f0)](_0x17a3f5[_0x3fecb8(0x3f2)])['getSkeletonParam'](_0x4e76d5))==null?void 0x0:_0x81ed5f[_0x3fecb8(0x39d)],_0x212271=_0x42d92d?(0x0,_0x2c2d11[_0x3fecb8(0x25d)])(_0x4aafb1,_0x42d92d)??_0x112a93[_0x3fecb8(0x412)]:_0x112a93[_0x3fecb8(0x412)],_0x501268=_0x42d92d?(0x0,_0x2c2d11['transformToAxisAlignPosition'])(_0x4aafb1,_0x42d92d)??_0x112a93['axisAlignSheetTransform']:_0x112a93['axisAlignSheetTransform'];_0x200171[_0x3fecb8(0x3aa)](_0x2c2d11[_0x3fecb8(0x500)]['id'],{'unitId':_0x4a68d4,'drawings':[{..._0x112a93,'transform':_0x4aafb1,'sheetTransform':_0x212271,'axisAlignSheetTransform':_0x501268}]});},'allowHostSizeShrink':({unitId:_0xc39408,subUnitId:_0xd35b5a,shapeId:_0x39e8b1})=>(0x0,_0x16d6cd[_0x171882(0x201)])(_0x4c05ec[_0x171882(0x3cb)](_0xc39408,_0xd35b5a,_0x39e8b1))}),[_0x200171,_0x1d26d5,_0x37e156,_0x4c05ec]),'editingService':_0x51916e,'editorUnitId':_0x10cd9a,'positionOptions':(0x0,_0x3b23e2[_0x171882(0x4a0)])(()=>({'viewportKeys':{'main':_0x1dacf6['SHEET_VIEWPORT_KEY'][_0x171882(0x474)],'leftTop':_0x1dacf6[_0x171882(0x3a2)][_0x171882(0x450)],'top':_0x1dacf6[_0x171882(0x3a2)][_0x171882(0x39b)],'left':_0x1dacf6[_0x171882(0x3a2)][_0x171882(0x35a)]},'getSkeleton':(_0x34cdb0,_0x525084)=>{const _0x115bd5=_0x171882;var _0x366583;return((_0x366583=_0x34cdb0[_0x115bd5(0x1f0)](_0x17a3f5[_0x115bd5(0x3f2)])[_0x115bd5(0x518)](_0x525084[_0x115bd5(0x31a)]))==null?void 0x0:_0x366583[_0x115bd5(0x39d)])??null;}}),[])});}),_0x12ef7b=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(_0x38b731,_0x21857e){const _0x97b810=_0x3f4941;super(),this[_0x97b810(0x4e4)]=_0x38b731,this[_0x97b810(0x219)]=_0x21857e,this[_0x97b810(0x32c)](),this[_0x97b810(0x2fc)]();}['_registerIcons'](){const _0x143ba0=_0x3f4941;this['_iconManager'][_0x143ba0(0x302)](_0x143ba0(0x1f5))||this['disposeWithMe'](this[_0x143ba0(0x219)][_0x143ba0(0x26e)]({'ObjectLayersIcon':_0x46fffb})),this[_0x143ba0(0x219)][_0x143ba0(0x302)](_0x143ba0(0x24f))||this[_0x143ba0(0x37d)](this['_iconManager'][_0x143ba0(0x26e)]({'FlipHorizontalIcon':_0x1b3f51})),this[_0x143ba0(0x219)][_0x143ba0(0x302)](_0x143ba0(0x37e))||this[_0x143ba0(0x37d)](this[_0x143ba0(0x219)]['register']({'FlipVerticalIcon':_0x52693d}));}[_0x3f4941(0x2fc)](){const _0x51da4e=_0x3f4941;this[_0x51da4e(0x37d)](this[_0x51da4e(0x4e4)]['register'](_0x5d3717,_0x37b5ee)),this[_0x51da4e(0x37d)](this[_0x51da4e(0x4e4)][_0x51da4e(0x26e)](_0xb8b2e1,_0x32a7c4)),this['disposeWithMe'](this[_0x51da4e(0x4e4)][_0x51da4e(0x26e)](_0x11e5cc,_0x54481e)),this[_0x51da4e(0x37d)](this[_0x51da4e(0x4e4)][_0x51da4e(0x26e)](_0x7d960a,_0x1e42cd)),this[_0x51da4e(0x4e4)]['get'](_0x5d451e['IMAGE_CLIP_SHAPE_PICKER_COMPONENT'])||this['disposeWithMe'](this[_0x51da4e(0x4e4)][_0x51da4e(0x26e)](_0x5d451e[_0x51da4e(0x513)],_0x1d3556)),this[_0x51da4e(0x37d)](this[_0x51da4e(0x4e4)]['register'](_0x2348ee,_0x4ecd9)),this['disposeWithMe'](this[_0x51da4e(0x4e4)][_0x51da4e(0x26e)](_0x168c6b,_0x16d6cd[_0x51da4e(0x259)])),this[_0x51da4e(0x37d)](this[_0x51da4e(0x4e4)][_0x51da4e(0x26e)](_0x51da4e(0x297),_0x4a0ede));}};_0x12ef7b=_0x2cf515([_0x2dfb17(0x0,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0xa79fa1[_0x3f4941(0x2b4)])),_0x2dfb17(0x1,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0xa79fa1[_0x3f4941(0x3d2)]))],_0x12ef7b);let _0x2ebc59=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(_0x4dfc85,_0x375466,_0x2bcc55,_0x5473dc,_0x22bfea){const _0x528024=_0x3f4941;super(),this[_0x528024(0x436)]=_0x4dfc85,this[_0x528024(0x514)]=_0x375466,this[_0x528024(0x35f)]=_0x2bcc55,this[_0x528024(0x3ed)]=_0x5473dc,this[_0x528024(0x363)]=_0x22bfea,_0xaf91f4(this,_0x528024(0x329),null),_0xaf91f4(this,'_unitId',null),_0xaf91f4(this,'_subUnitId',null),_0xaf91f4(this,_0x528024(0x340),void 0x0),_0xaf91f4(this,_0x528024(0x2fd),[]),_0xaf91f4(this,_0x528024(0x3e1),0x0),_0xaf91f4(this,_0x528024(0x3b2),0x0),_0xaf91f4(this,_0x528024(0x243),0x0),_0xaf91f4(this,'_baseHeight',0x0),_0xaf91f4(this,_0x528024(0x2d9),!0x1),_0xaf91f4(this,_0x528024(0x2e1),void 0x0),_0xaf91f4(this,_0x528024(0x4b8),void 0x0),_0xaf91f4(this,_0x528024(0x2cb),void 0x0),_0xaf91f4(this,_0x528024(0x2f3),void 0x0),_0xaf91f4(this,_0x528024(0x49b),!0x1),this[_0x528024(0x238)](),this[_0x528024(0x4e8)]();}[_0x3f4941(0x228)](){const _0x2b42ff=_0x3f4941;this[_0x2b42ff(0x451)]();}[_0x3f4941(0x3f1)](){const _0x216f77=_0x3f4941;this[_0x216f77(0x451)](),this[_0x216f77(0x3a7)](!0x0);}[_0x3f4941(0x2e6)](_0x543c4a,_0x4904d1,_0x3bee8f,_0x51de11){const _0x342bef=_0x3f4941;let _0x4cdc28=_0x543c4a;if(_0x4cdc28!==_0x42b1e0[_0x342bef(0x28e)][_0x342bef(0x207)]&&_0x543c4a!==_0x342bef(0x4ad))try{let _0x4e2190=new _0x42b1e0[(_0x342bef(0x35d))](_0x4cdc28,_0x342bef(0x386)+_0x543c4a);return _0x51de11&&_0x4e2190[_0x342bef(0x3e3)]({'adjustValues':_0x51de11},!0x0),_0x4e2190[_0x342bef(0x487)]({'width':_0x4904d1,'height':_0x3bee8f}),_0x4e2190;}catch{return;}}[_0x3f4941(0x374)](_0x5ce0c1,_0x49113e,_0x1c70a6){const _0x5d9884=_0x3f4941;let _0xac5b86={'unitId':_0x5ce0c1,'subUnitId':_0x49113e,'drawingId':_0x1c70a6},_0xc8c4fd=this['_drawingManagerService'][_0x5d9884(0x4ae)](_0xac5b86);if(!(!_0xc8c4fd||_0xc8c4fd[_0x5d9884(0x46a)]!==_0x5ee564['DrawingTypeEnum']['DRAWING_IMAGE']))return _0xc8c4fd;}[_0x3f4941(0x2c5)](_0x232900,_0x32bb72,_0x42a3e8){const _0x3147c1=_0x3f4941;let _0x24b8a2=this['_renderManagerService'][_0x3147c1(0x3b3)](_0x232900);if(!_0x24b8a2)return;let {scene:_0x3c793b}=_0x24b8a2,_0x2d97a9=(0x0,_0xba406a['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x232900,'subUnitId':_0x32bb72,'drawingId':_0x42a3e8}),_0x3360f5=_0x3c793b[_0x3147c1(0x42d)](_0x2d97a9);if(_0x3360f5 instanceof _0x1dacf6[_0x3147c1(0x4d9)]){let _0x22c781=_0x3360f5['prstGeom'];if(_0x22c781)return{'prstGeom':_0x22c781,'adjustValues':_0x3360f5['prstGeomAdjValues']};}}['_createControls'](_0x1c39f7=!0x1){const _0x3890bb=_0x3f4941;if(!this[_0x3890bb(0x3e8)]||!this[_0x3890bb(0x2c7)]||!this[_0x3890bb(0x329)])return;let _0x56229d=this['_renderManagerService']['getRenderUnitById'](this[_0x3890bb(0x3e8)]);if(!_0x56229d||!_0x56229d[_0x3890bb(0x1f0)](_0x17a3f5[_0x3890bb(0x3f2)])[_0x3890bb(0x299)]())return;let {scene:_0x462c69}=_0x56229d,_0x142ff4=this[_0x3890bb(0x374)](this[_0x3890bb(0x3e8)],this['_subUnitId'],this[_0x3890bb(0x329)]);if(!_0x142ff4)return;let {transform:_0x1b2e9a}=_0x142ff4;if(!_0x1b2e9a)return;let {left:_0x483701,top:_0x93ceec,width:_0x57f4f8,height:_0x7c2d7,flipX:_0x8c82a1,flipY:_0x5c6d4a,angle:_0x278a5e=0x0}=_0x1b2e9a;if(_0x483701===void 0x0||_0x93ceec===void 0x0)return;let _0x361c04=this[_0x3890bb(0x2c5)](this[_0x3890bb(0x3e8)],this[_0x3890bb(0x2c7)],this[_0x3890bb(0x329)]);if(!_0x361c04)return;if(_0x1c39f7){let _0x1788ad=this[_0x3890bb(0x2e6)](_0x361c04[_0x3890bb(0x350)],_0x57f4f8||0x0,_0x7c2d7||0x0,_0x361c04[_0x3890bb(0x3fd)]);if(!_0x1788ad)return;this['_activeAdjustPointList']=_0x1788ad[_0x3890bb(0x475)]();}let _0xb31b1=this[_0x3890bb(0x340)];if(!(!_0xb31b1||_0xb31b1['length']===0x0))for(let _0x4d5ad4=0x0;_0x4d5ad4<_0xb31b1['length'];_0x4d5ad4++){let _0x3a5a0b=_0xb31b1[_0x4d5ad4],_0x12edcb=_0x3a5a0b['x'],_0x320d07=_0x3a5a0b['y'];if(_0x8c82a1&&(_0x12edcb=(_0x57f4f8||0x0)-_0x12edcb),_0x5c6d4a&&(_0x320d07=(_0x7c2d7||0x0)-_0x320d07),_0x278a5e!==0x0){let _0x51db8b=(_0x57f4f8||0x0)/0x2,_0x3319e3=(_0x7c2d7||0x0)/0x2,_0x2e2542=_0x278a5e*Math['PI']/0xb4,_0x54d67c=Math[_0x3890bb(0x4f7)](_0x2e2542),_0x38193a=Math[_0x3890bb(0x467)](_0x2e2542),_0x5d02e8=_0x12edcb-_0x51db8b,_0x818b00=_0x320d07-_0x3319e3;_0x12edcb=_0x51db8b+(_0x5d02e8*_0x54d67c-_0x818b00*_0x38193a),_0x320d07=_0x3319e3+(_0x5d02e8*_0x38193a+_0x818b00*_0x54d67c);}let _0x1a3eea={'x':_0x12edcb,'y':_0x320d07,'adjName':_0x3a5a0b['adjName']};this['_addControl'](_0x462c69,_0x1a3eea,_0x1a3eea[_0x3890bb(0x33b)],_0x483701,_0x93ceec,this['_unitId'],this[_0x3890bb(0x2c7)]);}}[_0x3f4941(0x4a4)](_0x4c0ad7,_0xb12b38,_0x7ba78c,_0x156ac5,_0x1609b6,_0xf2a364,_0xe7e64f){const _0x506354=_0x3f4941;if(!this[_0x506354(0x329)])return;let _0x4c3a54=_0x506354(0x4ef)+this[_0x506354(0x329)]+'-'+_0x7ba78c,_0x379042=_0x4c0ad7[_0x506354(0x51a)](_0x4c3a54);if(_0x379042){_0x379042['transformByState']({'left':_0xb12b38['x']+_0x156ac5-_0x42b1e0[_0x506354(0x42a)]['adjHandleSize'],'top':_0xb12b38['y']+_0x1609b6-_0x42b1e0[_0x506354(0x42a)][_0x506354(0x267)]});return;}let _0x3692f1=new _0x535df0(_0x4c3a54,{'left':_0xb12b38['x']+_0x156ac5-_0x42b1e0[_0x506354(0x42a)][_0x506354(0x267)],'top':_0xb12b38['y']+_0x1609b6-_0x42b1e0[_0x506354(0x42a)]['adjHandleSize'],'adjName':_0x7ba78c,'shapeId':this['_activeImageId'],'unitId':_0xf2a364,'subUnitId':_0xe7e64f,'width':_0x42b1e0[_0x506354(0x42a)][_0x506354(0x267)]+0x8,'height':_0x42b1e0[_0x506354(0x42a)][_0x506354(0x267)]+0x8,'zIndex':_0x1dacf6[_0x506354(0x298)]+0x1,'evented':!0x0});this[_0x506354(0x2fd)][_0x506354(0x515)](_0x3692f1),this[_0x506354(0x3a3)](_0x3692f1,_0x4c0ad7,_0x7ba78c),_0x4c0ad7[_0x506354(0x4f5)](_0x3692f1,_0x1dacf6[_0x506354(0x298)]+0x1);}[_0x3f4941(0x451)](){const _0x52bc4f=_0x3f4941;this[_0x52bc4f(0x2fd)][_0x52bc4f(0x461)]!==0x0&&(this[_0x52bc4f(0x2fd)]['forEach'](_0x40b83c=>_0x40b83c[_0x52bc4f(0x343)]()),this[_0x52bc4f(0x2fd)]=[]);}[_0x3f4941(0x2d5)](_0x4d65ad,_0xb44a14){const _0x455943=_0x3f4941;var _0x418ceb;let _0x3ed34d={'x':0x0,'y':0x0},_0x421ad3=this[_0x455943(0x35f)][_0x455943(0x3b3)](_0x4d65ad);if(!_0x421ad3||!_0x421ad3[_0x455943(0x1f0)](_0x17a3f5[_0x455943(0x3f2)])[_0x455943(0x41a)](_0xb44a14))return _0x3ed34d;let _0x512a4d=_0x421ad3[_0x455943(0x1f0)](_0x17a3f5[_0x455943(0x462)]),_0x36edbc=_0x512a4d==null?void 0x0:_0x512a4d['getCurrentScrollState']();if(!_0x36edbc)return _0x3ed34d;let _0x2e888d=(_0x418ceb=this[_0x455943(0x3ed)][_0x455943(0x38c)](_0x4d65ad))==null?void 0x0:_0x418ceb['getSheetBySheetId'](_0xb44a14);if(!_0x2e888d)return _0x3ed34d;let _0x5c50cf=(0x0,_0x17a3f5[_0x455943(0x2fb)])(_0x36edbc[_0x455943(0x320)],_0x36edbc[_0x455943(0x459)],_0x421ad3[_0x455943(0x3ac)],_0x2e888d);return _0x5c50cf?{'x':_0x5c50cf[_0x455943(0x4dc)],'y':_0x5c50cf['viewportScrollY']}:_0x3ed34d;}['_getZoomRatio'](_0x25fa9c,_0x1021e3){const _0x123152=_0x3f4941;var _0x377407;let _0x3dc206=(_0x377407=this[_0x123152(0x3ed)][_0x123152(0x38c)](_0x25fa9c))==null?void 0x0:_0x377407[_0x123152(0x40b)](_0x1021e3);return(_0x3dc206==null?void 0x0:_0x3dc206[_0x123152(0x1ef)]())??0x1;}[_0x3f4941(0x3a3)](_0x4176be,_0x8f5230,_0x5e19f6){const _0x13a663=_0x3f4941;this[_0x13a663(0x37d)]((0x0,_0x5ee564[_0x13a663(0x206)])(_0x4176be[_0x13a663(0x402)]['subscribeEvent']((_0xace025,_0x82560b)=>{const _0x3a5fd1=_0x13a663;var _0x4e84a1,_0x7fb85c,_0x4239a0;let {unitId:_0x462968,subUnitId:_0x562a54,drawingId:_0x2cd303}=_0x4176be[_0x3a5fd1(0x3d0)](),_0x57440c=this['_getImageDrawingInfo'](_0x462968,_0x562a54,_0x2cd303);if(!(_0x57440c!=null&&_0x57440c['transform']))return;let {left:_0x148067,top:_0x27edc6,width:_0x36ee60,height:_0x38216f}=_0x57440c['transform'];this[_0x3a5fd1(0x3e1)]=_0x148067||0x0,this[_0x3a5fd1(0x3b2)]=_0x27edc6||0x0,this[_0x3a5fd1(0x243)]=_0x36ee60||0x0,this[_0x3a5fd1(0x1f9)]=_0x38216f||0x0;let _0x4aa5dc=!!((_0x4e84a1=_0x57440c[_0x3a5fd1(0x3af)])!=null&&_0x4e84a1[_0x3a5fd1(0x24b)]),_0x23462b=!!((_0x7fb85c=_0x57440c[_0x3a5fd1(0x3af)])!=null&&_0x7fb85c[_0x3a5fd1(0x30a)]),_0x3a7dc5=((_0x4239a0=_0x57440c[_0x3a5fd1(0x3af)])==null?void 0x0:_0x4239a0[_0x3a5fd1(0x4d2)])||0x0,_0x2d8b44=this[_0x3a5fd1(0x2c5)](_0x462968,_0x562a54,_0x2cd303);if(!_0x2d8b44)return;let _0x2fad55=this[_0x3a5fd1(0x2e6)](_0x2d8b44[_0x3a5fd1(0x350)],this[_0x3a5fd1(0x243)],this[_0x3a5fd1(0x1f9)],_0x2d8b44[_0x3a5fd1(0x3fd)]);if(!_0x2fad55||(this[_0x3a5fd1(0x4b8)]=_0x2fad55,this['_activeAdjustInfo']=_0x2fad55['getAdjustInfoByName'](_0x5e19f6),!this[_0x3a5fd1(0x2e1)]))return;this[_0x3a5fd1(0x2d9)]=!0x0,_0x8f5230[_0x3a5fd1(0x3ce)]();let _0x43d6ec=_0x2d8b44[_0x3a5fd1(0x350)];this['_adjHandlerPointerMove']=_0x8f5230[_0x3a5fd1(0x208)]['subscribeEvent']((_0x5cdafa,_0x3c21f4)=>{const _0x1b47c2=_0x3a5fd1;if(!this[_0x1b47c2(0x2d9)])return;let {offsetX:_0x1a7910,offsetY:_0x52475f}=_0x5cdafa,_0x1faa4d=this[_0x1b47c2(0x2e1)];if(!this[_0x1b47c2(0x4b8)]||!_0x1faa4d)return;_0x8f5230[_0x1b47c2(0x3ce)](),_0x8f5230[_0x1b47c2(0x404)](_0x1dacf6[_0x1b47c2(0x4c0)][_0x1b47c2(0x212)]);let _0x2b31b6={'left':0x0,'top':0x0,'width':this[_0x1b47c2(0x243)],'height':this[_0x1b47c2(0x1f9)]},_0x3a2e30=this['_getScrollInfo'](_0x462968,_0x562a54),_0x2ce31a=this['_getZoomRatio'](_0x462968,_0x562a54),_0x37eedd=_0x1a7910/_0x2ce31a+_0x3a2e30['x']-this[_0x1b47c2(0x3e1)],_0x5874f0=_0x52475f/_0x2ce31a+_0x3a2e30['y']-this[_0x1b47c2(0x3b2)];if(_0x3a7dc5!==0x0){let _0x4d8ffd=this[_0x1b47c2(0x243)]/0x2,_0x12adb0=this[_0x1b47c2(0x1f9)]/0x2,_0x5aada0=_0x3a7dc5*Math['PI']/0xb4,_0x3ad674=Math['cos'](_0x5aada0),_0x43bcc2=Math[_0x1b47c2(0x467)](_0x5aada0),_0x271dd3=_0x37eedd-_0x4d8ffd,_0x23b7cd=_0x5874f0-_0x12adb0;_0x37eedd=_0x4d8ffd+(_0x271dd3*_0x3ad674+_0x23b7cd*_0x43bcc2),_0x5874f0=_0x12adb0+(-_0x271dd3*_0x43bcc2+_0x23b7cd*_0x3ad674);}_0x4aa5dc&&(_0x37eedd=this['_baseWidth']-_0x37eedd),_0x23462b&&(_0x5874f0=this[_0x1b47c2(0x1f9)]-_0x5874f0);let _0x5cf8e9=this[_0x1b47c2(0x4b8)][_0x1b47c2(0x47a)](_0x2b31b6,{'x':_0x37eedd,'y':_0x5874f0},_0x1faa4d,_0x4aa5dc,_0x23462b);if(Object[_0x1b47c2(0x40a)](_0x5cf8e9)[_0x1b47c2(0x461)]!==0x0){for(let [_0x2e6d61,_0x15fb28]of Object[_0x1b47c2(0x1fd)](_0x5cf8e9))this[_0x1b47c2(0x4b8)][_0x1b47c2(0x33d)](_0x2e6d61,_0x15fb28);this[_0x1b47c2(0x4b8)][_0x1b47c2(0x487)]({'width':this[_0x1b47c2(0x243)],'height':this[_0x1b47c2(0x1f9)]}),this[_0x1b47c2(0x2b0)](_0x462968,_0x562a54,_0x2cd303,_0x5cf8e9),this[_0x1b47c2(0x340)]=this[_0x1b47c2(0x4b8)][_0x1b47c2(0x475)](),this[_0x1b47c2(0x3a7)](),_0x3c21f4[_0x1b47c2(0x2b9)]();}}),this['_adjHandlerPointerUp']=_0x8f5230[_0x3a5fd1(0x50f)][_0x3a5fd1(0x50e)]((_0x490a02,_0x544765)=>{const _0xbc61f3=_0x3a5fd1;if(this['_adjHandlerPointerMove'][_0xbc61f3(0x46c)](),this[_0xbc61f3(0x2f3)][_0xbc61f3(0x46c)](),_0x8f5230[_0xbc61f3(0x443)](),this['_activeShapeModel']){let _0x139a1e=this[_0xbc61f3(0x4b8)][_0xbc61f3(0x339)](),_0x46bb2b={};for(let _0xb241fe of _0x139a1e){let _0x40ba6a=this[_0xbc61f3(0x4b8)][_0xbc61f3(0x4d8)](_0xb241fe);_0x40ba6a!==void 0x0&&(_0x46bb2b[_0xb241fe]=_0x40ba6a);}this[_0xbc61f3(0x363)][_0xbc61f3(0x2c8)](_0x462968,_0x562a54,_0x2cd303,_0x43d6ec,_0x46bb2b);}this[_0xbc61f3(0x2e1)]=void 0x0,this[_0xbc61f3(0x4b8)]=void 0x0,this[_0xbc61f3(0x2d9)]=!0x1,_0x544765[_0xbc61f3(0x2b9)](),_0x8f5230[_0xbc61f3(0x3ad)]();}),_0x82560b['stopPropagation']();})));}[_0x3f4941(0x2b0)](_0x294c1c,_0x59775e,_0x7b25ab,_0x25e2d6){const _0x4dd62d=_0x3f4941;let _0x48cc2f=this['_renderManagerService']['getRenderUnitById'](_0x294c1c);if(!_0x48cc2f)return;let {scene:_0x4cc6b7}=_0x48cc2f,_0x550cc4=(0x0,_0xba406a[_0x4dd62d(0x50c)])({'unitId':_0x294c1c,'subUnitId':_0x59775e,'drawingId':_0x7b25ab}),_0x1d91a8=_0x4cc6b7[_0x4dd62d(0x42d)](_0x550cc4);if(_0x1d91a8 instanceof _0x1dacf6['Image']){let _0x1d00dc=_0x1d91a8['prstGeomAdjValues']??{};_0x1d91a8[_0x4dd62d(0x30b)]({..._0x1d00dc,..._0x25e2d6}),_0x1d91a8[_0x4dd62d(0x4ea)](!0x0);}}[_0x3f4941(0x4e8)](){const _0x100759=_0x3f4941;let _0x4c0e16=this[_0x100759(0x3ed)][_0x100759(0x38f)](_0x5ee564['UniverInstanceType']['UNIVER_SHEET']);this[_0x100759(0x37d)](_0x4c0e16['pipe']((0x0,_0xee79c5[_0x100759(0x2c9)])(_0x4f38a5=>_0x4f38a5?_0x4f38a5[_0x100759(0x3ee)][_0x100759(0x482)]((0x0,_0xee79c5[_0x100759(0x2c9)])(_0x40337d=>{const _0x668faf=_0x100759;if(!_0x40337d)return _0xee79c5[_0x668faf(0x40d)];let _0x1d33a9=_0x4f38a5[_0x668faf(0x34f)](),_0x4fdc69=this[_0x668faf(0x35f)][_0x668faf(0x3b3)](_0x1d33a9),_0x5a10a1=_0x4fdc69==null?void 0x0:_0x4fdc69[_0x668faf(0x3ac)];return _0x5a10a1?(0x0,_0xee79c5['of'])(_0x5a10a1):_0xee79c5[_0x668faf(0x40d)];})):_0xee79c5[_0x100759(0x40d)]))[_0x100759(0x504)](_0x4a4441=>{const _0x2a7c46=_0x100759;let _0x2bd84f=_0x4a4441[_0x2a7c46(0x4bd)]();this[_0x2a7c46(0x37d)](_0x4a4441['onPointerMove$']['subscribeEvent'](()=>{const _0x4dcd10=_0x2a7c46;this[_0x4dcd10(0x49b)]&&this[_0x4dcd10(0x451)]();})),this[_0x2a7c46(0x37d)](_0x2bd84f[_0x2a7c46(0x2e4)]['subscribe'](_0xe02d82=>{const _0x48e737=_0x2a7c46;let {objects:_0x57eb8e}=_0xe02d82;if(this[_0x48e737(0x3a7)](),_0x57eb8e!==null&&_0x57eb8e[_0x48e737(0x254)]===0x1){let _0x5c4a15=_0x57eb8e[_0x48e737(0x4c9)]()[_0x48e737(0x4b2)]()[_0x48e737(0x3b7)];_0x5c4a15 instanceof _0x1dacf6[_0x48e737(0x4d9)]&&_0x5c4a15[_0x48e737(0x350)]&&(this['_isImagePointerDown']=!0x0);}})),this['disposeWithMe'](_0x2bd84f[_0x2a7c46(0x4fa)][_0x2a7c46(0x504)](()=>{this['_isImagePointerDown']&&this['_clearControls']();})),this[_0x2a7c46(0x37d)](_0x4a4441[_0x2a7c46(0x50f)]['subscribeEvent'](()=>{const _0x38ab72=_0x2a7c46;this[_0x38ab72(0x49b)]&&(this[_0x38ab72(0x49b)]=!0x1,this[_0x38ab72(0x3a7)]());})),this[_0x2a7c46(0x37d)](_0x2bd84f[_0x2a7c46(0x4e0)][_0x2a7c46(0x504)](()=>{const _0x1b94f7=_0x2a7c46;if(this[_0x1b94f7(0x3e8)]&&this[_0x1b94f7(0x2c7)]&&this[_0x1b94f7(0x329)]){let _0x1011cf=this['_getImagePrstGeom'](this[_0x1b94f7(0x3e8)],this[_0x1b94f7(0x2c7)],this[_0x1b94f7(0x329)]);if(_0x1011cf){var _0x56241d,_0x14d59c;let _0x352e2d=this['_getImageDrawingInfo'](this['_unitId'],this[_0x1b94f7(0x2c7)],this[_0x1b94f7(0x329)]),_0x106482=(_0x352e2d==null||(_0x56241d=_0x352e2d[_0x1b94f7(0x3af)])==null?void 0x0:_0x56241d[_0x1b94f7(0x3e4)])||0x0,_0xc0c98=(_0x352e2d==null||(_0x14d59c=_0x352e2d[_0x1b94f7(0x3af)])==null?void 0x0:_0x14d59c['height'])||0x0,_0x5bac1c=this['_getOrCreateShapeModel'](_0x1011cf[_0x1b94f7(0x350)],_0x106482,_0xc0c98,_0x1011cf[_0x1b94f7(0x3fd)]);_0x5bac1c&&(this[_0x1b94f7(0x340)]=_0x5bac1c[_0x1b94f7(0x475)](),this[_0x1b94f7(0x451)](),this['_createControls'](!0x0));}}}));}));}['_registerFocusChangeHandler'](){const _0x267be2=_0x3f4941;this[_0x267be2(0x37d)](this[_0x267be2(0x514)][_0x267be2(0x2e7)][_0x267be2(0x504)](_0x34cbf3=>{const _0x2f039c=_0x267be2;if(_0x34cbf3[_0x2f039c(0x461)]===0x1){let _0x2bb4ac=_0x34cbf3[0x0];if(_0x2bb4ac[_0x2f039c(0x46a)]===_0x5ee564[_0x2f039c(0x2b1)][_0x2f039c(0x34b)]){let {unitId:_0x34e186,subUnitId:_0x1c2ac7,drawingId:_0x3d40a0}=_0x2bb4ac,_0xa37e48=this[_0x2f039c(0x2c5)](_0x34e186,_0x1c2ac7,_0x3d40a0);if(_0xa37e48){var _0x55e024,_0x10a25a;this[_0x2f039c(0x329)]=_0x3d40a0,this[_0x2f039c(0x3e8)]=_0x34e186,this[_0x2f039c(0x2c7)]=_0x1c2ac7;let _0x5d8925=this[_0x2f039c(0x374)](_0x34e186,_0x1c2ac7,_0x3d40a0),_0x36047d=(_0x5d8925==null||(_0x55e024=_0x5d8925[_0x2f039c(0x3af)])==null?void 0x0:_0x55e024[_0x2f039c(0x3e4)])||0x0,_0x352228=(_0x5d8925==null||(_0x10a25a=_0x5d8925[_0x2f039c(0x3af)])==null?void 0x0:_0x10a25a[_0x2f039c(0x260)])||0x0,_0x5e8d86=this[_0x2f039c(0x2e6)](_0xa37e48[_0x2f039c(0x350)],_0x36047d,_0x352228,_0xa37e48['adjustValues']);_0x5e8d86&&(this['_activeAdjustPointList']=_0x5e8d86['getDrawingPoints']()),this[_0x2f039c(0x451)](),this[_0x2f039c(0x3a7)](!0x0);}else this[_0x2f039c(0x492)]();}else this[_0x2f039c(0x492)]();}else this['_resetState']();})),this[_0x267be2(0x37d)](this[_0x267be2(0x514)]['update$']['subscribe'](_0x15f9aa=>{const _0x5edbd5=_0x267be2;if(_0x15f9aa[_0x5edbd5(0x461)]===0x1){let _0x10a402=_0x15f9aa[0x0],_0x4f0797=this['_drawingManagerService'][_0x5edbd5(0x4ae)](_0x10a402);(_0x4f0797==null?void 0x0:_0x4f0797[_0x5edbd5(0x46a)])===_0x5ee564[_0x5edbd5(0x2b1)][_0x5edbd5(0x34b)]&&this[_0x5edbd5(0x329)]===_0x10a402[_0x5edbd5(0x4e3)]&&(this[_0x5edbd5(0x451)](),this[_0x5edbd5(0x3a7)](!0x0));}})),this[_0x267be2(0x37d)](this[_0x267be2(0x514)]['remove$'][_0x267be2(0x504)](_0x210960=>{const _0x349ad8=_0x267be2;for(let _0x1b24f1 of _0x210960)this['_activeImageId']===_0x1b24f1[_0x349ad8(0x4e3)]&&this[_0x349ad8(0x492)]();}));}[_0x3f4941(0x492)](){const _0x4fd2ed=_0x3f4941;this['_activeImageId']=null,this[_0x4fd2ed(0x3e8)]=null,this[_0x4fd2ed(0x2c7)]=null,this['_activeAdjustPointList']=void 0x0,this['_clearControls']();}};_0x2ebc59=_0x2cf515([_0x2dfb17(0x1,_0xba406a[_0x3f4941(0x253)]),_0x2dfb17(0x2,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x1dacf6['IRenderManagerService'])),_0x2dfb17(0x3,_0x5ee564[_0x3f4941(0x4e5)]),_0x2dfb17(0x4,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x12c69b))],_0x2ebc59);let _0x513d78=class extends _0x5ee564['Disposable']{constructor(_0x1fbfbf,_0x3b84d0,_0x4cb223,_0x3741e4){const _0x3b9d39=_0x3f4941;super(),this[_0x3b9d39(0x3ed)]=_0x1fbfbf,this[_0x3b9d39(0x325)]=_0x3b84d0,this[_0x3b9d39(0x205)]=_0x4cb223,this[_0x3b9d39(0x23b)]=_0x3741e4,this['_initSheetChange']();}[_0x3f4941(0x1fe)](){const _0x44344d=_0x3f4941;this['disposeWithMe'](this[_0x44344d(0x325)]['interceptCommand']({'getMutations':_0x314f0a=>{const _0x9af441=_0x44344d;if(_0x314f0a['id']===_0x417e5f['RemoveSheetCommand']['id']){let _0x13f350=(0x0,_0x417e5f['getSheetCommandTarget'])(this[_0x9af441(0x3ed)],_0x314f0a[_0x9af441(0x226)]);if(!_0x13f350)return{'redos':[],'undos':[]};let {unitId:_0x2d4860,subUnitId:_0x41e909}=_0x13f350,_0x4f7604=this['_sheetDrawingService']['getDrawingData'](_0x2d4860,_0x41e909),_0x472a5a=Object[_0x9af441(0x4c9)](_0x4f7604)[_0x9af441(0x309)](_0x49ae33=>_0x49ae33[_0x9af441(0x46a)]===_0x5ee564[_0x9af441(0x2b1)][_0x9af441(0x2a5)]);if(_0x472a5a[_0x9af441(0x461)]===0x0)return{'redos':[],'undos':[]};let _0x2da2d5=[],_0x11f5fa=[];for(let _0x25c450=0x0;_0x25c450<_0x472a5a[_0x9af441(0x461)];_0x25c450++){let _0x16fb28=_0x472a5a[_0x25c450],_0x3d4da9=this[_0x9af441(0x23b)][_0x9af441(0x295)](_0x16fb28[_0x9af441(0x4fd)],_0x16fb28[_0x9af441(0x31a)],_0x16fb28[_0x9af441(0x4e3)]);if(!_0x3d4da9)continue;let {redo:_0x126c87,undo:_0x196e31,objects:_0x3bb5f3}=this[_0x9af441(0x205)]['getBatchRemoveOp']([_0x16fb28]);_0x2da2d5[_0x9af441(0x515)]({'id':_0x308292['RemoveSheetsShapeMutation']['id'],'params':{'unitId':_0x2d4860,'subUnitId':_0x41e909,'shapeId':_0x16fb28['drawingId']}}),_0x2da2d5[_0x9af441(0x515)]({'id':_0x2c2d11[_0x9af441(0x2f5)]['id'],'params':{'unitId':_0x2d4860,'subUnitId':_0x41e909,'type':_0x2c2d11[_0x9af441(0x300)]['REMOVE'],'op':_0x126c87,'objects':_0x3bb5f3}}),_0x11f5fa[_0x9af441(0x515)]({'id':_0x2c2d11[_0x9af441(0x2f5)]['id'],'params':{'unitId':_0x2d4860,'subUnitId':_0x41e909,'type':_0x2c2d11['DrawingApplyType']['INSERT'],'op':_0x196e31,'objects':_0x3bb5f3}}),_0x11f5fa[_0x9af441(0x515)]({'id':_0x308292[_0x9af441(0x489)]['id'],'params':{'unitId':_0x2d4860,'subUnitId':_0x41e909,'shapeId':_0x16fb28['drawingId'],'shapeType':_0x3d4da9[_0x9af441(0x507)](),'shapeData':JSON[_0x9af441(0x464)](JSON[_0x9af441(0x4cd)](_0x3d4da9[_0x9af441(0x2f8)]()))}});}return{'redos':_0x2da2d5,'undos':_0x11f5fa};}else{if(_0x314f0a['id']===_0x417e5f[_0x9af441(0x498)]['id']){let {unitId:_0x21c2c6,subUnitId:_0x4c5fff,targetSubUnitId:_0x20072d}=_0x314f0a[_0x9af441(0x226)];if(!_0x21c2c6||!_0x4c5fff||!_0x20072d)return{'redos':[],'undos':[]};let _0x3c5f73=this[_0x9af441(0x205)][_0x9af441(0x519)](_0x21c2c6,_0x4c5fff),_0x22ff3d=Object[_0x9af441(0x4c9)](_0x3c5f73)['filter'](_0x35312d=>_0x35312d[_0x9af441(0x46a)]===_0x5ee564[_0x9af441(0x2b1)]['DRAWING_SHAPE']);if(_0x22ff3d[_0x9af441(0x461)]===0x0)return{'redos':[],'undos':[]};let _0x50ea6a=[],_0x26be05=[];for(let _0x308b94=0x0;_0x308b94<_0x22ff3d[_0x9af441(0x461)];_0x308b94++){let _0x427555=_0x22ff3d[_0x308b94],_0x322353=this[_0x9af441(0x23b)][_0x9af441(0x295)](_0x427555['unitId'],_0x427555['subUnitId'],_0x427555[_0x9af441(0x4e3)]);if(!_0x322353)continue;let _0x2b0119=(0x0,_0x5ee564['generateRandomId'])(),_0x22be9e={..._0x427555,'unitId':_0x21c2c6,'subUnitId':_0x20072d,'drawingId':_0x2b0119},{redo:_0x19853,undo:_0x1178ac,objects:_0x566e98}=this[_0x9af441(0x205)][_0x9af441(0x46d)]([_0x22be9e]);_0x50ea6a[_0x9af441(0x515)]({'id':_0x2c2d11['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x21c2c6,'subUnitId':_0x20072d,'type':_0x2c2d11[_0x9af441(0x300)][_0x9af441(0x2be)],'op':_0x19853,'objects':_0x566e98}}),_0x50ea6a[_0x9af441(0x515)]({'id':_0x308292[_0x9af441(0x489)]['id'],'params':{'unitId':_0x21c2c6,'subUnitId':_0x20072d,'shapeId':_0x2b0119,'shapeType':_0x322353[_0x9af441(0x507)](),'shapeData':JSON[_0x9af441(0x464)](JSON[_0x9af441(0x4cd)](_0x322353[_0x9af441(0x2f8)]()))}}),_0x26be05[_0x9af441(0x515)]({'id':_0x308292[_0x9af441(0x46f)]['id'],'params':{'unitId':_0x21c2c6,'subUnitId':_0x20072d,'shapeId':_0x2b0119}}),_0x26be05[_0x9af441(0x515)]({'id':_0x2c2d11[_0x9af441(0x2f5)]['id'],'params':{'unitId':_0x21c2c6,'subUnitId':_0x20072d,'type':_0x2c2d11[_0x9af441(0x300)][_0x9af441(0x4b9)],'op':_0x1178ac,'objects':_0x566e98}});}return{'redos':_0x50ea6a,'undos':_0x26be05};}}return{'redos':[],'undos':[]};}}));}};_0x513d78=_0x2cf515([_0x2dfb17(0x0,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x5ee564['IUniverInstanceService'])),_0x2dfb17(0x1,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x417e5f[_0x3f4941(0x21f)])),_0x2dfb17(0x2,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x2c2d11[_0x3f4941(0x33f)])),_0x2dfb17(0x3,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x308292[_0x3f4941(0x41e)]))],_0x513d78);let _0x1763f2=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(_0x28a160,_0x367c3f,_0x4d7687,_0x14c147,_0x994dd9){const _0x9e7cc1=_0x3f4941;super(),this[_0x9e7cc1(0x436)]=_0x28a160,this[_0x9e7cc1(0x1e9)]=_0x367c3f,this['_drawingManagerService']=_0x4d7687,this[_0x9e7cc1(0x4df)]=_0x14c147,this[_0x9e7cc1(0x23b)]=_0x994dd9,_0xaf91f4(this,_0x9e7cc1(0x307),null),this['_initEvents'](),this[_0x9e7cc1(0x438)](),this['_initEditingParams']();}[_0x3f4941(0x50d)](){const _0x4fc4fc=_0x3f4941;let {scene:_0x38333c}=this[_0x4fc4fc(0x436)];this['disposeWithMe'](_0x38333c[_0x4fc4fc(0x3e9)][_0x4fc4fc(0x50e)](_0x198ae4=>{const _0x22e5dd=_0x4fc4fc;let {offsetX:_0x5d4769,offsetY:_0x344788}=_0x198ae4,_0x205872=_0x38333c[_0x22e5dd(0x239)](_0x1dacf6[_0x22e5dd(0x45a)][_0x22e5dd(0x2ae)]([_0x5d4769,_0x344788]));if(_0x205872 instanceof _0x264c5f){let _0x388c49=this[_0x22e5dd(0x23b)][_0x22e5dd(0x295)](_0x205872['unitId'],_0x205872['subUnitId'],_0x205872[_0x22e5dd(0x503)]);if(_0x388c49!=null&&_0x388c49[_0x22e5dd(0x2f8)]()[_0x22e5dd(0x3df)]||(0x0,_0x42b1e0[_0x22e5dd(0x24d)])(this[_0x22e5dd(0x23b)][_0x22e5dd(0x507)](_0x205872[_0x22e5dd(0x4fd)],_0x205872['subUnitId'],_0x205872[_0x22e5dd(0x503)])))return;this['_shapeTextEditingService']['setEditing']({'visible':!0x0,'unitId':_0x205872[_0x22e5dd(0x4fd)],'subUnitId':_0x205872[_0x22e5dd(0x31a)],'shapeId':_0x205872[_0x22e5dd(0x503)],'shapeKey':_0x205872[_0x22e5dd(0x4bf)]});}}));}['_initSelection'](){const _0x2b33b8=_0x3f4941;this[_0x2b33b8(0x37d)](this['_drawingManagerService'][_0x2b33b8(0x2e7)][_0x2b33b8(0x504)](_0x5849a1=>{const _0x37c69d=_0x2b33b8;if(_0x5849a1['length']===0x1){let _0x97c972=_0x5849a1[0x0],_0x2b7657=this['_drawingManagerService'][_0x37c69d(0x4ae)](_0x97c972);if((_0x2b7657==null?void 0x0:_0x2b7657[_0x37c69d(0x46a)])===_0x5ee564[_0x37c69d(0x2b1)][_0x37c69d(0x2a5)]){var _0x188b5e;let _0x25735=this['_shapeTextEditingService']['getEditing']();if((_0x25735==null?void 0x0:_0x25735[_0x37c69d(0x503)])===_0x97c972[_0x37c69d(0x4e3)]&&_0x25735['visible'])return;let _0x2e7a05=(0x0,_0x42b1e0[_0x37c69d(0x24d)])(this['_sheetsShapeService'][_0x37c69d(0x507)](_0x97c972[_0x37c69d(0x4fd)],_0x97c972[_0x37c69d(0x31a)],_0x97c972[_0x37c69d(0x4e3)])),_0x32a1ec=!!((_0x188b5e=this[_0x37c69d(0x23b)]['getShapeModel'](_0x97c972[_0x37c69d(0x4fd)],_0x97c972[_0x37c69d(0x31a)],_0x97c972[_0x37c69d(0x4e3)]))!=null&&_0x188b5e['getShapeData']()[_0x37c69d(0x3df)]);(_0x2e7a05||_0x32a1ec)&&this['_shapeTextEditingService']['setEditing'](null);}else this[_0x37c69d(0x1e9)][_0x37c69d(0x31d)]()&&(this[_0x37c69d(0x1e9)][_0x37c69d(0x4d4)](!0x0),requestAnimationFrame(()=>{const _0x3c0e7c=_0x37c69d;this[_0x3c0e7c(0x1e9)][_0x3c0e7c(0x42c)](null);}));}else this[_0x37c69d(0x1e9)][_0x37c69d(0x31d)]()&&(this[_0x37c69d(0x1e9)][_0x37c69d(0x4d4)](!0x0),requestAnimationFrame(()=>{const _0x1ccce0=_0x37c69d;this[_0x1ccce0(0x1e9)]['setEditing'](null);}));})),this['disposeWithMe'](this[_0x2b33b8(0x514)][_0x2b33b8(0x442)]['subscribe'](_0x1379b8=>{const _0x375c08=_0x2b33b8;let _0x2dabc9=this['_shapeTextEditingService'][_0x375c08(0x31d)]();_0x2dabc9&&_0x1379b8[_0x375c08(0x232)](_0x4493d3=>_0x4493d3[_0x375c08(0x4e3)]===_0x2dabc9[_0x375c08(0x503)])&&this['_shapeTextEditingService'][_0x375c08(0x42c)](null);}));}[_0x3f4941(0x308)](){const _0xe9f877=_0x3f4941;this[_0xe9f877(0x37d)](this[_0xe9f877(0x1e9)][_0xe9f877(0x2aa)][_0xe9f877(0x504)](_0x43dca3=>{const _0x326ae5=_0xe9f877;let {scene:_0x5380d8}=this[_0x326ae5(0x436)];if(this[_0x326ae5(0x307)]){let _0xc049c0=_0x5380d8[_0x326ae5(0x51a)](this[_0x326ae5(0x307)]);_0xc049c0&&_0xc049c0[_0x326ae5(0x42c)](!0x1);}if(_0x43dca3){let _0x1664f6=!!_0x43dca3['visible'],_0xce850f=_0x5380d8[_0x326ae5(0x51a)](_0x43dca3['shapeKey']);_0xce850f&&(_0xce850f['setEditing'](_0x1664f6),this[_0x326ae5(0x307)]=_0x43dca3[_0x326ae5(0x277)]),this['_contextService']['setContextValue'](_0x5ee564[_0x326ae5(0x460)],_0x1664f6);}else this[_0x326ae5(0x307)]=null,this[_0x326ae5(0x4df)]['setContextValue'](_0x5ee564[_0x326ae5(0x460)],!0x1);}));}};_0x1763f2=_0x2cf515([_0x2dfb17(0x1,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0xd6156e)),_0x2dfb17(0x2,_0xba406a[_0x3f4941(0x253)]),_0x2dfb17(0x3,_0x5ee564[_0x3f4941(0x23f)]),_0x2dfb17(0x4,(0x0,_0x5ee564['Inject'])(_0x308292['SheetsShapeService']))],_0x1763f2);let _0x49eb4d=class extends _0x16d6cd['ShapeTextFloatMenuRenderControllerBase']{constructor(_0x1f3232,_0x435511,_0x2b9eeb,_0x7eab17){super(_0x1f3232,_0x435511,_0x2b9eeb,_0x7eab17,{'componentKey':_0x168c6b,'editorUnitId':_0x10cd9a});}};_0x49eb4d=_0x2cf515([_0x2dfb17(0x1,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0xfaa137[_0x3f4941(0x4a8)])),_0x2dfb17(0x2,(0x0,_0x5ee564['Inject'])(_0x5dc0ea['DocCanvasPopManagerService'])),_0x2dfb17(0x3,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x5dc0ea[_0x3f4941(0x22a)]))],_0x49eb4d);let _0x4ea23e=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(_0x24d8b0,_0x26889f,_0x342916,_0x129559,_0x3c68cd,_0x315da8){const _0x423700=_0x3f4941;super(),this[_0x423700(0x432)]=_0x24d8b0,this[_0x423700(0x35f)]=_0x26889f,this[_0x423700(0x514)]=_0x342916,this[_0x423700(0x36d)]=_0x129559,this['_drawingRenderService']=_0x3c68cd,this[_0x423700(0x43d)]=_0x315da8,_0xaf91f4(this,_0x423700(0x22d),new Set()),this[_0x423700(0x305)]();}['_initialize'](){const _0x1de5d5=_0x3f4941;this[_0x1de5d5(0x354)](),this[_0x1de5d5(0x327)](),this[_0x1de5d5(0x391)]();}[_0x3f4941(0x354)](){const _0x25c276=_0x3f4941;this[_0x25c276(0x37d)](this[_0x25c276(0x514)]['add$']['subscribe'](_0x1299ef=>{const _0x3133cc=_0x25c276;this[_0x3133cc(0x3f3)](_0x1299ef);}));}[_0x3f4941(0x327)](){const _0x4465ec=_0x3f4941;this[_0x4465ec(0x37d)](this[_0x4465ec(0x432)][_0x4465ec(0x38a)](_0x82792f=>{const _0x3448ab=_0x4465ec;if(_0x82792f['id']===_0x308292[_0x3448ab(0x408)]['id']){let {unitId:_0x1bef46,subUnitId:_0x5b4da3,shapeId:_0x34c158}=_0x82792f[_0x3448ab(0x226)],_0x452ad4=this['_getSceneAndTransformerByDrawingSearch'](_0x1bef46),_0x3c0548=(0x0,_0xba406a[_0x3448ab(0x50c)])({'unitId':_0x1bef46,'subUnitId':_0x5b4da3,'drawingId':_0x34c158}),_0x1b083d=_0x452ad4==null?void 0x0:_0x452ad4[_0x3448ab(0x3ac)][_0x3448ab(0x51a)](_0x3c0548);_0x1b083d&&(this[_0x3448ab(0x43d)][_0x3448ab(0x353)](_0x1b083d),this[_0x3448ab(0x43d)][_0x3448ab(0x3ea)](_0x1b083d,{'unitId':_0x1bef46,'subUnitId':_0x5b4da3,'shapeId':_0x34c158}),_0x1b083d[_0x3448ab(0x4ea)](!0x0));return;}if(_0x82792f['id']===_0x308292[_0x3448ab(0x489)]['id']){var _0x1819e4;let {unitId:_0x48fd1a,subUnitId:_0x11aa25,shapeId:_0x2982a0}=_0x82792f[_0x3448ab(0x226)],_0xb98385=this[_0x3448ab(0x1f4)](_0x48fd1a);if(_0xb98385==null)return;let {scene:_0x51bf9b}=_0xb98385,_0x4ee567=(0x0,_0xba406a[_0x3448ab(0x50c)])({'unitId':_0x48fd1a,'subUnitId':_0x11aa25,'drawingId':_0x2982a0}),_0x2cb787=_0x51bf9b['getObjectIncludeInGroup'](_0x4ee567);if(!((_0x1819e4=this[_0x3448ab(0x35f)]['getRenderUnitById'](_0x48fd1a))!=null&&_0x1819e4[_0x3448ab(0x1f0)](_0x17a3f5[_0x3448ab(0x3f2)])[_0x3448ab(0x41a)](_0x11aa25)))return!0x1;if(_0x2cb787)return;this[_0x3448ab(0x3f3)]([{'unitId':_0x48fd1a,'subUnitId':_0x11aa25,'drawingId':_0x2982a0}]);}}));}[_0x3f4941(0x391)](){const _0xb495ad=_0x3f4941;this[_0xb495ad(0x37d)](this['_drawingManagerService'][_0xb495ad(0x44b)]['subscribe'](_0x83be2=>{const _0x437c93=_0xb495ad;_0x83be2[_0x437c93(0x3cc)](_0x3beb04=>{const _0x5d3b24=_0x437c93;let {unitId:_0x49a135,subUnitId:_0x344626,drawingId:_0x18ffdd}=_0x3beb04,_0x2a81b5=this[_0x5d3b24(0x514)][_0x5d3b24(0x4ae)](_0x3beb04);if(_0x2a81b5==null)return;let {transform:_0x12cd4c,drawingType:_0x51dab2,srcRect:_0x167e01,prstGeom:_0x36924a}=_0x2a81b5;if(_0x51dab2!==_0x5ee564[_0x5d3b24(0x2b1)][_0x5d3b24(0x2a5)])return;let _0x9b4120=this[_0x5d3b24(0x1f4)](_0x49a135);if(_0x9b4120==null)return;let {scene:_0x34fd4a,transformer:_0x513746}=_0x9b4120;if(_0x12cd4c==null)return!0x0;let _0x213293=(0x0,_0xba406a[_0x5d3b24(0x50c)])({'unitId':_0x49a135,'subUnitId':_0x344626,'drawingId':_0x18ffdd}),_0x2e44e6=_0x34fd4a[_0x5d3b24(0x51a)](_0x213293);if(_0x2e44e6==null)return!0x0;_0x2e44e6['setSrcRect'](_0x167e01),_0x2e44e6[_0x5d3b24(0x421)](_0x36924a);});}));}['_insertShapes'](_0x35fdf8){const _0x585e35=_0x3f4941;for(let _0x3c5c19 of _0x35fdf8){var _0x1692e7;let {unitId:_0x2524a1,subUnitId:_0x56a693,drawingId:_0x31298a}=_0x3c5c19,_0xf13470=this['_getSceneAndTransformerByDrawingSearch'](_0x2524a1),_0x1841be=(_0x1692e7=(0x0,_0x5d451e[_0x585e35(0x31c)])(this[_0x585e35(0x36d)],_0x2524a1))==null?void 0x0:_0x1692e7[_0x585e35(0x31a)];if(_0xf13470==null||_0x1841be!==_0x56a693)return;let _0x54cd88=(0x0,_0xba406a['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x2524a1,'subUnitId':_0x56a693,'drawingId':_0x31298a});if(this[_0x585e35(0x22d)][_0x585e35(0x302)](_0x54cd88)||_0xf13470[_0x585e35(0x3ac)][_0x585e35(0x51a)](_0x54cd88)!=null)return;let _0x321fde=this[_0x585e35(0x514)][_0x585e35(0x4ae)](_0x3c5c19);if(_0x321fde==null||_0x321fde[_0x585e35(0x46a)]!==_0x5ee564['DrawingTypeEnum'][_0x585e35(0x2a5)])return;if((0x0,_0x42b1e0[_0x585e35(0x24d)])((_0x321fde['data']||{})['shapeType'])){let _0x1ec0f9=_0x321fde[_0x585e35(0x3af)];_0x1ec0f9&&(_0x321fde[_0x585e35(0x3af)]={..._0x1ec0f9,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1});}this['_insertingShapeKeys'][_0x585e35(0x368)](_0x54cd88);try{this[_0x585e35(0x43d)][_0x585e35(0x249)](_0x321fde,_0xf13470[_0x585e35(0x3ac)]);}finally{this[_0x585e35(0x22d)][_0x585e35(0x3eb)](_0x54cd88);}queueMicrotask(()=>{const _0xc9fc0c=_0x585e35;if(this['_disposed'])return;let _0x5ba54c=(0x0,_0xba406a[_0xc9fc0c(0x50c)])(_0x3c5c19);if(!_0xf13470[_0xc9fc0c(0x3ac)][_0xc9fc0c(0x51a)](_0x5ba54c))return;let _0x29ab3d=this[_0xc9fc0c(0x514)]['getDrawingByParam'](_0x3c5c19);_0x29ab3d&&this['_drawingManagerService'][_0xc9fc0c(0x4f4)]([_0x29ab3d]);});}}['_getSceneAndTransformerByDrawingSearch'](_0x4a7662){const _0x12c471=_0x3f4941;if(_0x4a7662==null)return;let _0x481c79=this[_0x12c471(0x35f)][_0x12c471(0x3b3)](_0x4a7662),_0x4470ab=_0x481c79==null?void 0x0:_0x481c79[_0x12c471(0x3ac)];return _0x4470ab==null?null:{'scene':_0x4470ab,'transformer':_0x4470ab[_0x12c471(0x4bd)]()};}};_0x4ea23e=_0x2cf515([_0x2dfb17(0x0,_0x5ee564[_0x3f4941(0x26f)]),_0x2dfb17(0x1,_0x1dacf6[_0x3f4941(0x29d)]),_0x2dfb17(0x2,_0xba406a[_0x3f4941(0x253)]),_0x2dfb17(0x3,_0x5ee564[_0x3f4941(0x4e5)]),_0x2dfb17(0x4,(0x0,_0x5ee564['Inject'])(_0x5d451e['DrawingRenderService'])),_0x2dfb17(0x5,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x1a428d))],_0x4ea23e);let _0xb86568={'normal':{'fill':_0x42b1e0[_0x3f4941(0x42a)][_0x3f4941(0x4cb)],'stroke':_0x42b1e0[_0x3f4941(0x42a)][_0x3f4941(0x375)],'strokeWidth':_0x42b1e0[_0x3f4941(0x42a)][_0x3f4941(0x28f)]},'highlighted':{'fill':_0x3f4941(0x1ec),'stroke':'#1a73e8','strokeWidth':0x2}};var _0x6ab184=class extends _0x1dacf6['Shape']{constructor(_0x3210f6,_0xfa99fa){const _0x4b4e34=_0x3f4941;super(_0x3210f6,_0xfa99fa),_0xaf91f4(this,'_targetShapeId',''),_0xaf91f4(this,_0x4b4e34(0x3e0),-0x1),_0xaf91f4(this,_0x4b4e34(0x3e8),''),_0xaf91f4(this,'_subUnitId',''),_0xaf91f4(this,'_isHighlighted',!0x1),_0xfa99fa&&this[_0x4b4e34(0x3db)](_0xfa99fa);}[_0x3f4941(0x355)](){const _0x31e710=_0x3f4941;return{'unitId':this[_0x31e710(0x3e8)],'subUnitId':this[_0x31e710(0x2c7)],'shapeId':this[_0x31e710(0x217)],'cxnIndex':this['_cxnIndex']};}['setHighlighted'](_0x3fe8aa){const _0x5a46a6=_0x3f4941;this[_0x5a46a6(0x449)]!==_0x3fe8aa&&(this[_0x5a46a6(0x449)]=_0x3fe8aa,this[_0x5a46a6(0x4ea)](!0x0));}[_0x3f4941(0x362)](){const _0x47f20b=_0x3f4941;return this[_0x47f20b(0x449)];}['setShapeProps'](_0x465c59){const _0x33966f=_0x3f4941;_0x465c59[_0x33966f(0x44f)]!==void 0x0&&(this[_0x33966f(0x217)]=_0x465c59[_0x33966f(0x44f)]),_0x465c59[_0x33966f(0x218)]!==void 0x0&&(this[_0x33966f(0x3e0)]=_0x465c59['cxnIndex']),_0x465c59[_0x33966f(0x4fd)]!==void 0x0&&(this['_unitId']=_0x465c59[_0x33966f(0x4fd)]),_0x465c59['subUnitId']!==void 0x0&&(this[_0x33966f(0x2c7)]=_0x465c59[_0x33966f(0x31a)]),_0x465c59[_0x33966f(0x362)]!==void 0x0&&(this[_0x33966f(0x449)]=_0x465c59[_0x33966f(0x362)]),this[_0x33966f(0x1ed)]({'width':_0x465c59[_0x33966f(0x3e4)]??_0x42b1e0[_0x33966f(0x42a)][_0x33966f(0x2af)]*0x2,'height':_0x465c59['height']??_0x42b1e0[_0x33966f(0x42a)][_0x33966f(0x2af)]*0x2});}[_0x3f4941(0x230)](_0x33fd78){const _0xcf91a9=_0x3f4941;let _0x248ebf=this['_isHighlighted']?_0xb86568[_0xcf91a9(0x3a1)]:_0xb86568[_0xcf91a9(0x289)];_0x1dacf6['Circle'][_0xcf91a9(0x398)](_0x33fd78,{'radius':_0x42b1e0[_0xcf91a9(0x42a)]['cxnPointRadius'],'fill':_0x248ebf[_0xcf91a9(0x512)],'stroke':_0x248ebf[_0xcf91a9(0x390)],'strokeWidth':_0x248ebf[_0xcf91a9(0x42e)],'evented':!0x0});}};let _0x59a212=class extends _0x5ee564['Disposable']{constructor(_0x30638a,_0x50928a,_0x406b67,_0x2434c0){const _0x37a5b0=_0x3f4941;super(),this['_context']=_0x30638a,this[_0x37a5b0(0x35f)]=_0x50928a,this[_0x37a5b0(0x514)]=_0x406b67,this[_0x37a5b0(0x23b)]=_0x2434c0,_0xaf91f4(this,_0x37a5b0(0x2ec),[]),_0xaf91f4(this,_0x37a5b0(0x209),null),_0xaf91f4(this,_0x37a5b0(0x4c6),-0x1),_0xaf91f4(this,_0x37a5b0(0x430),null),_0xaf91f4(this,'_unitId',''),_0xaf91f4(this,_0x37a5b0(0x2c7),''),_0xaf91f4(this,_0x37a5b0(0x293),null);}['startConnectionDetection'](_0x3bae4a,_0x246667,_0x25c02a,_0x5c51d5){const _0x4201c6=_0x3f4941;this['_currentScene']=_0x3bae4a,this[_0x4201c6(0x3e8)]=_0x246667,this['_subUnitId']=_0x25c02a,this[_0x4201c6(0x293)]=_0x5c51d5;}['updateConnectionDetection'](_0x585716){const _0x3c8dcb=_0x3f4941;if(!this['_currentScene'])return null;let _0x1ccd39=this[_0x3c8dcb(0x39e)](_0x585716);return _0x1ccd39?(this[_0x3c8dcb(0x209)]!==_0x1ccd39[_0x3c8dcb(0x503)]&&(this[_0x3c8dcb(0x4da)](),this['_showConnectionSites'](_0x1ccd39['shapeId'],_0x1ccd39[_0x3c8dcb(0x405)]),this[_0x3c8dcb(0x209)]=_0x1ccd39[_0x3c8dcb(0x503)]),this['_findNearestConnectionSite'](_0x585716)):(this[_0x3c8dcb(0x209)]!==null&&(this[_0x3c8dcb(0x4da)](),this[_0x3c8dcb(0x209)]=null),null);}[_0x3f4941(0x2a3)](){const _0x5a9985=_0x3f4941;this[_0x5a9985(0x4da)](),this[_0x5a9985(0x430)]=null,this[_0x5a9985(0x209)]=null,this[_0x5a9985(0x4c6)]=-0x1,this[_0x5a9985(0x293)]=null;}[_0x3f4941(0x501)](){const _0x5c14e1=_0x3f4941;return this[_0x5c14e1(0x209)]===null||this[_0x5c14e1(0x4c6)]<0x0?null:{'shapeId':this[_0x5c14e1(0x209)],'cxnIndex':this[_0x5c14e1(0x4c6)]};}[_0x3f4941(0x39e)](_0x4314cc){const _0x497d4e=_0x3f4941;let _0x417504=this[_0x497d4e(0x514)][_0x497d4e(0x519)](this[_0x497d4e(0x3e8)],this[_0x497d4e(0x2c7)]);for(let _0x960c24 of Object[_0x497d4e(0x40a)](_0x417504)){if(_0x960c24===this[_0x497d4e(0x293)]||_0x417504[_0x960c24][_0x497d4e(0x46a)]!==_0x5ee564[_0x497d4e(0x2b1)][_0x497d4e(0x2a5)])continue;let _0x265bf5=this[_0x497d4e(0x23b)]['getShapeModel'](this[_0x497d4e(0x3e8)],this[_0x497d4e(0x2c7)],_0x960c24);if(!_0x265bf5||(0x0,_0x42b1e0[_0x497d4e(0x24d)])(_0x265bf5[_0x497d4e(0x507)]())||_0x265bf5[_0x497d4e(0x2cf)]()[_0x497d4e(0x461)]===0x0||!this[_0x497d4e(0x430)])continue;let _0x15d1a5=(0x0,_0xba406a[_0x497d4e(0x50c)])({'unitId':this[_0x497d4e(0x3e8)],'subUnitId':this[_0x497d4e(0x2c7)],'drawingId':_0x960c24}),_0x19d261=this[_0x497d4e(0x430)]['getObjectIncludeInGroup'](_0x15d1a5);if(!_0x19d261)continue;let {left:_0x52aa6a,top:_0xe00b57,width:_0x2fe6ec,height:_0x31d392}=_0x19d261[_0x497d4e(0x445)](),_0x4289f7=_0x52aa6a+_0x2fe6ec/0x2,_0x567285=_0xe00b57+_0x31d392/0x2,_0xd3357a=_0x19d261[_0x497d4e(0x3af)][_0x497d4e(0x2a8)](),_0x3760fc=new _0x1dacf6[(_0x497d4e(0x326))]([_0xd3357a[0x0],_0xd3357a[0x1],_0xd3357a[0x2],_0xd3357a[0x3],_0x4289f7,_0x567285]),_0x2a5a84=_0x19d261[_0x497d4e(0x286)](),_0x515eb7=(_0x19d261[_0x497d4e(0x4f0)]&&(_0x2a5a84==null?void 0x0:_0x2a5a84[_0x497d4e(0x39f)])===_0x1dacf6[_0x497d4e(0x454)][_0x497d4e(0x3fc)]?_0x2a5a84['ancestorTransform'][_0x497d4e(0x290)](_0x3760fc):_0x3760fc)[_0x497d4e(0x2e8)]()['applyPoint'](_0x4314cc),_0x1cf22f=_0x2fe6ec/0x2,_0x5cb46d=_0x31d392/0x2;if(_0x515eb7['x']>=-_0x1cf22f-0x5&&_0x515eb7['x']<=_0x1cf22f+0x5&&_0x515eb7['y']>=-_0x5cb46d-0x5&&_0x515eb7['y']<=_0x5cb46d+0x5)return{'shapeId':_0x960c24,'shapeModel':_0x265bf5};}return null;}[_0x3f4941(0x465)](_0x22fc80,_0x779f4f){const _0x20e30b=_0x3f4941;if(!this[_0x20e30b(0x430)])return;let _0x4e6bce=(0x0,_0xba406a[_0x20e30b(0x50c)])({'unitId':this[_0x20e30b(0x3e8)],'subUnitId':this['_subUnitId'],'drawingId':_0x22fc80}),_0x8a302a=this['_currentScene'][_0x20e30b(0x51a)](_0x4e6bce);if(!_0x8a302a)return;let {left:_0x5165e3,top:_0x38625e,width:_0x1aef46,height:_0x4e018d}=_0x8a302a['getRealBound'](),_0x6ad32e=_0x5165e3+_0x1aef46/0x2,_0x39e2c3=_0x38625e+_0x4e018d/0x2,_0x5e6112=_0x8a302a[_0x20e30b(0x3af)][_0x20e30b(0x2a8)](),_0x544260=new _0x1dacf6[(_0x20e30b(0x326))]([_0x5e6112[0x0],_0x5e6112[0x1],_0x5e6112[0x2],_0x5e6112[0x3],_0x6ad32e,_0x39e2c3]),_0x1e15b1=_0x8a302a[_0x20e30b(0x286)](),_0x355653=_0x8a302a[_0x20e30b(0x4f0)]&&(_0x1e15b1==null?void 0x0:_0x1e15b1['classType'])===_0x1dacf6['RENDER_CLASS_TYPE'][_0x20e30b(0x3fc)]?_0x1e15b1[_0x20e30b(0x1fc)][_0x20e30b(0x290)](_0x544260):_0x544260;_0x779f4f['updateContext']({'width':_0x1aef46,'height':_0x4e018d});let _0x1048f7=_0x779f4f['getConnectionSiteList']();for(let _0x2325f6 of _0x1048f7){let _0x394c04=_0x2325f6['x']-_0x1aef46/0x2,_0xebc106=_0x2325f6['y']-_0x4e018d/0x2,_0x460ee2=_0x355653[_0x20e30b(0x3bd)]({'x':_0x394c04,'y':_0xebc106}),_0x56770a=_0x460ee2['x'],_0xc172b9=_0x460ee2['y'],_0x3a483a=new _0x6ab184('connection-site-'+_0x22fc80+'-'+_0x2325f6[_0x20e30b(0x2dc)],{'left':_0x56770a-_0x42b1e0[_0x20e30b(0x42a)][_0x20e30b(0x2af)],'top':_0xc172b9-_0x42b1e0[_0x20e30b(0x42a)]['cxnPointRadius'],'targetShapeId':_0x22fc80,'cxnIndex':_0x2325f6['index'],'unitId':this['_unitId'],'subUnitId':this[_0x20e30b(0x2c7)],'width':_0x42b1e0[_0x20e30b(0x42a)][_0x20e30b(0x2af)]*0x2,'height':_0x42b1e0[_0x20e30b(0x42a)][_0x20e30b(0x2af)]*0x2,'zIndex':_0x1dacf6[_0x20e30b(0x298)]+0x2,'evented':!0x1});this[_0x20e30b(0x2ec)][_0x20e30b(0x515)](_0x3a483a),this[_0x20e30b(0x430)][_0x20e30b(0x4f5)](_0x3a483a,_0x1dacf6[_0x20e30b(0x298)]+0x2);}}[_0x3f4941(0x344)](_0x2ea2b3){const _0x2384a5=_0x3f4941;let _0x5ae211=null,_0x5015b4=0x1/0x0,_0xed4ed2=null;for(let _0xdb0032 of this['_connectionSiteObjects']){let _0x24e747=_0xdb0032[_0x2384a5(0x21c)]+_0x42b1e0[_0x2384a5(0x42a)][_0x2384a5(0x2af)],_0x322aa6=_0xdb0032[_0x2384a5(0x4c1)]+_0x42b1e0[_0x2384a5(0x42a)][_0x2384a5(0x2af)],_0xc6fe02=_0x2ea2b3['x']-_0x24e747,_0x2137ca=_0x2ea2b3['y']-_0x322aa6,_0x251e3f=Math['sqrt'](_0xc6fe02*_0xc6fe02+_0x2137ca*_0x2137ca);_0x251e3f<_0x5015b4&&(_0x5015b4=_0x251e3f,_0x5ae211=_0xdb0032,_0xed4ed2={'x':_0x24e747,'y':_0x322aa6});}let _0x3acecb=_0x5015b4<=0xa&&_0x5ae211?_0x5ae211[_0x2384a5(0x355)]()[_0x2384a5(0x218)]:-0x1;if(_0x3acecb!==this[_0x2384a5(0x4c6)]){for(let _0x110ff7 of this[_0x2384a5(0x2ec)]){let _0x12e80d=_0x110ff7[_0x2384a5(0x355)]();_0x110ff7[_0x2384a5(0x276)](_0x12e80d[_0x2384a5(0x218)]===_0x3acecb);}this[_0x2384a5(0x4c6)]=_0x3acecb;}if(_0x5015b4<=0xa&&_0x5ae211&&_0xed4ed2){let _0x20e301=_0x5ae211[_0x2384a5(0x355)](),_0x41479d=this['_getConnectionSiteAngle'](_0x20e301['shapeId'],_0x20e301['cxnIndex']);return{'shapeId':_0x20e301[_0x2384a5(0x503)],'cxnIndex':_0x20e301[_0x2384a5(0x218)],'unitId':_0x20e301[_0x2384a5(0x4fd)],'subUnitId':_0x20e301[_0x2384a5(0x31a)],'worldPoint':_0xed4ed2,'angle':_0x41479d};}return null;}[_0x3f4941(0x332)](_0x3e3d04,_0x4721ab){const _0x4a5810=_0x3f4941;let _0x442f47=this[_0x4a5810(0x23b)][_0x4a5810(0x295)](this[_0x4a5810(0x3e8)],this[_0x4a5810(0x2c7)],_0x3e3d04);if(!_0x442f47)return 0x0;let _0x10b813=this['_drawingManagerService'][_0x4a5810(0x4ae)]({'unitId':this[_0x4a5810(0x3e8)],'subUnitId':this[_0x4a5810(0x2c7)],'drawingId':_0x3e3d04});if(!(_0x10b813!=null&&_0x10b813[_0x4a5810(0x3af)]))return 0x0;let {width:_0x591e7e=0x0,height:_0x5ba3bf=0x0,flipX:_0x4ad4c1=!0x1,flipY:_0x2fc165=!0x1}=_0x10b813[_0x4a5810(0x3af)];_0x442f47[_0x4a5810(0x487)]({'width':_0x591e7e,'height':_0x5ba3bf});let _0x4d3bf6=_0x442f47[_0x4a5810(0x2cf)]()[_0x4a5810(0x439)](_0x1e7863=>_0x1e7863[_0x4a5810(0x2dc)]===_0x4721ab);if(!_0x4d3bf6)return 0x0;let _0x2db97d=_0x4d3bf6['ang']/0xea60;return _0x4ad4c1&&(_0x2db97d=0xb4-_0x2db97d),_0x2fc165&&(_0x2db97d=-_0x2db97d),_0x2db97d=(_0x2db97d%0x168+0x168)%0x168,_0x2db97d;}[_0x3f4941(0x4da)](){const _0x11c859=_0x3f4941;for(let _0xc20c6 of this[_0x11c859(0x2ec)])_0xc20c6[_0x11c859(0x343)]();this[_0x11c859(0x2ec)]=[],this['_highlightedSiteIndex']=-0x1;}[_0x3f4941(0x343)](){const _0x44073f=_0x3f4941;this[_0x44073f(0x4da)](),super[_0x44073f(0x343)]();}};_0x59a212=_0x2cf515([_0x2dfb17(0x1,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x1dacf6[_0x3f4941(0x29d)])),_0x2dfb17(0x2,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0xba406a[_0x3f4941(0x253)])),_0x2dfb17(0x3,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x308292[_0x3f4941(0x41e)]))],_0x59a212);let _0x196222=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(_0x5ccf8e,_0x5e397a,_0x56299c,_0x573fc3,_0x933e0c){const _0x3387c3=_0x3f4941;super(),this[_0x3387c3(0x2fa)]=_0x5ccf8e,this[_0x3387c3(0x3a6)]=_0x5e397a,this[_0x3387c3(0x205)]=_0x56299c,this[_0x3387c3(0x4c7)]=_0x573fc3,this[_0x3387c3(0x3f5)]=_0x933e0c,_0xaf91f4(this,'_copyInfo',void 0x0),this['_initCopyPaste'](),this['_registerGroupFeaturePasteHook']();}get['_focusedDrawings'](){const _0xed91ce=_0x3f4941;return this[_0xed91ce(0x205)][_0xed91ce(0x204)]();}['_registerGroupFeaturePasteHook'](){const _0x2b61ae=_0x3f4941;this[_0x2b61ae(0x3f5)][_0x2b61ae(0x3c1)](({fromUnitId:_0x4e1f72,fromSubUnitId:_0x230974,toUnitId:_0x3f78ce,toSubUnitId:_0x1ec3cf,idMap:_0x4f7722})=>{const _0x1d2401=_0x2b61ae;let _0x55df61=[],_0x5a6bb5=[];for(let [_0xb2a4d4,_0x481daf]of _0x4f7722[_0x1d2401(0x1fd)]()){let _0x1e1e7f=this['_shapeService'][_0x1d2401(0x295)](_0x4e1f72,_0x230974,_0xb2a4d4);if(!_0x1e1e7f)continue;let _0x246a45=_0x1e1e7f['getShapeType'](),_0x37a916=JSON[_0x1d2401(0x464)](JSON['stringify'](_0x1e1e7f['getShapeData']()));if(_0x37a916[_0x1d2401(0x43e)]){var _0x2b636a,_0x5c8d68;let _0x348845=(_0x2b636a=_0x37a916[_0x1d2401(0x43e)][_0x1d2401(0x481)])==null?void 0x0:_0x2b636a[_0x1d2401(0x503)],_0x4a1e58=(_0x5c8d68=_0x37a916[_0x1d2401(0x43e)]['to'])==null?void 0x0:_0x5c8d68[_0x1d2401(0x503)],_0x8b1dd6=!_0x348845||_0x4f7722['has'](_0x348845),_0x7186f9=!_0x4a1e58||_0x4f7722[_0x1d2401(0x302)](_0x4a1e58);_0x8b1dd6&&_0x348845&&_0x37a916[_0x1d2401(0x43e)][_0x1d2401(0x481)]?_0x37a916['relation'][_0x1d2401(0x481)]={..._0x37a916[_0x1d2401(0x43e)][_0x1d2401(0x481)],'shapeId':_0x4f7722['get'](_0x348845)}:_0x37a916['relation'][_0x1d2401(0x481)]=void 0x0,_0x7186f9&&_0x4a1e58&&_0x37a916[_0x1d2401(0x43e)]['to']?_0x37a916['relation']['to']={..._0x37a916[_0x1d2401(0x43e)]['to'],'shapeId':_0x4f7722['get'](_0x4a1e58)}:_0x37a916[_0x1d2401(0x43e)]['to']=void 0x0;}_0x55df61['push']({'id':_0x308292['InsertSheetsShapeMutation']['id'],'params':{'unitId':_0x3f78ce,'subUnitId':_0x1ec3cf,'shapeId':_0x481daf,'shapeType':_0x246a45,'shapeData':_0x37a916}}),_0x5a6bb5[_0x1d2401(0x515)]({'id':_0x308292[_0x1d2401(0x46f)]['id'],'params':{'unitId':_0x3f78ce,'subUnitId':_0x1ec3cf,'shapeId':_0x481daf}});}return{'redos':_0x55df61,'undos':_0x5a6bb5};});}[_0x3f4941(0x3ab)](){const _0x3b3aee=_0x3f4941;this[_0x3b3aee(0x37d)](this['_sheetClipboardService'][_0x3b3aee(0x4c4)]({'id':'sheets-shape-ui','onBeforeCopy':(_0x34176b,_0x70431a,_0x4dde0f,_0x236f81)=>{const _0x13a220=_0x3b3aee;this[_0x13a220(0x4ee)]=null;let _0x4c5f3a=this[_0x13a220(0x273)];if(_0x4c5f3a['length']){let _0x476448=_0x4c5f3a[_0x13a220(0x309)](_0x5053c3=>_0x5053c3[_0x13a220(0x46a)]===_0x5ee564['DrawingTypeEnum'][_0x13a220(0x2a5)]);if(_0x476448[_0x13a220(0x461)]===0x0)return;this[_0x13a220(0x4ee)]={'unitId':_0x34176b,'subUnitId':_0x70431a,'copyType':_0x236f81,'drawings':_0x476448};}else this[_0x13a220(0x384)](_0x34176b,_0x70431a,_0x4dde0f,_0x236f81);},'onPasteCells':(_0x33761a,_0x222979,_0x1eddac,_0x309b55)=>{const _0x180656=_0x3b3aee;if(!this[_0x180656(0x4ee)])return{'redos':[],'undos':[]};let {pasteType:_0x331af7}=_0x309b55;return _0x331af7===_0x17a3f5['PREDEFINED_HOOK_NAME']['DEFAULT_PASTE']?this['_generatePasteMutations'](_0x222979,this[_0x180656(0x4ee)][_0x180656(0x34d)]===_0x17a3f5[_0x180656(0x4e7)][_0x180656(0x294)]):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x5a3f82=>this['_copyInfo']?this[_0x3b3aee(0x3d8)](_0x5a3f82,this['_copyInfo'][_0x3b3aee(0x34d)]===_0x17a3f5[_0x3b3aee(0x4e7)][_0x3b3aee(0x294)]):{'redos':[],'undos':[]}}));}[_0x3f4941(0x384)](_0x18e0a2,_0x1f202d,_0x5496a2,_0x32492f){const _0x566649=_0x3f4941;let _0x2bb033=this['_sheetSkeletonService']['getSkeleton'](_0x18e0a2,_0x1f202d);if(!_0x2bb033)return;let _0x2cedcc=(0x0,_0x417e5f[_0x566649(0x312)])(_0x2bb033,_0x5496a2);if(!_0x2cedcc)return;let {startX:_0x3c84f3,endX:_0x143470,startY:_0x35bd49,endY:_0x32bb38}=_0x2cedcc,_0x3df4fc=this[_0x566649(0x205)][_0x566649(0x519)](_0x18e0a2,_0x1f202d),_0x15e389=this[_0x566649(0x273)][_0x566649(0x45c)]();for(let [_0x3e6f7a,_0x5bc5ee]of Object[_0x566649(0x1fd)](_0x3df4fc)){if(_0x5bc5ee[_0x566649(0x46a)]!==_0x5ee564['DrawingTypeEnum'][_0x566649(0x2a5)])continue;let {transform:_0x56c729}=_0x5bc5ee;if(!_0x56c729)continue;let {left:_0x333d6b=0x0,top:_0x19b619=0x0,width:_0xa067=0x0,height:_0x5916ca=0x0}=_0x56c729;_0x3c84f3<=_0x333d6b&&_0x143470>=_0x333d6b+_0xa067&&_0x35bd49<=_0x19b619&&_0x32bb38>=_0x19b619+_0x5916ca&&_0x15e389[_0x566649(0x515)](_0x5bc5ee);}_0x15e389['length']>0x0&&(this[_0x566649(0x4ee)]={'unitId':_0x18e0a2,'subUnitId':_0x1f202d,'copyType':_0x32492f,'copyRange':_0x5496a2,'drawings':_0x15e389});}[_0x3f4941(0x3d8)](_0x421885,_0xe2ef03){const _0x3d1c2f=_0x3f4941;let {unitId:_0x5b9587,subUnitId:_0x4aaacd,range:_0x51038a}=_0x421885,_0x59467c=this['_sheetSkeletonService'][_0x3d1c2f(0x41a)](_0x5b9587,_0x4aaacd);if(!_0x59467c)return{'redos':[],'undos':[]};let _0x326e22=(0x0,_0x417e5f['discreteRangeToRange'])(_0x51038a),{unitId:_0xb04699,subUnitId:_0x3adf12,copyRange:_0x47a763,drawings:_0x12d9df}=this[_0x3d1c2f(0x4ee)],_0x4797fe=this[_0x3d1c2f(0x2fa)]['getSkeleton'](_0xb04699,_0x3adf12);if(!_0x4797fe)return{'redos':[],'undos':[]};let _0x447fc9;if(!_0x47a763){let _0x51253a=0x1/0x0,_0x4ce795=0x1/0x0;for(let _0x4077f8 of _0x12d9df){let {left:_0x1a5b18=0x0,top:_0x1daa8c=0x0}=_0x4077f8[_0x3d1c2f(0x3af)]??{};_0x1a5b18<_0x51253a&&(_0x51253a=_0x1a5b18),_0x1daa8c<_0x4ce795&&(_0x4ce795=_0x1daa8c);}_0x51253a!==0x1/0x0&&_0x4ce795!==0x1/0x0&&(_0x447fc9={'left':_0x51253a,'top':_0x4ce795});}let _0x142bf7=new Map();if(!_0xe2ef03){for(let _0x1e5993 of _0x12d9df)_0x142bf7[_0x3d1c2f(0x31b)](_0x1e5993[_0x3d1c2f(0x4e3)],(0x0,_0x5ee564[_0x3d1c2f(0x463)])());}let _0x2ef164=[],_0x84eb67=[];for(let _0x35adcf of _0x12d9df){let {drawingId:_0x51cad1,transform:_0x633d0b,sheetTransform:_0x56a0e8}=_0x35adcf;if(!_0x633d0b||!_0x56a0e8)continue;let _0x4eac81=this['_updateTransform']({'transform':_0x633d0b,'sheetTransform':_0x56a0e8},{'skeleton':_0x4797fe,'range':_0x47a763},{'skeleton':_0x59467c,'range':_0x326e22},_0x447fc9);if(_0xe2ef03){let {redos:_0x1c9aef,undos:_0x1bf802}=this[_0x3d1c2f(0x3e2)]({'fromUnitId':_0xb04699,'fromSubUnitId':_0x3adf12,'toUnitId':_0x5b9587,'toSubUnitId':_0x4aaacd,'drawing':_0x35adcf,'newTransforms':_0x4eac81});_0x2ef164[_0x3d1c2f(0x515)](..._0x1c9aef),_0x84eb67[_0x3d1c2f(0x515)](..._0x1bf802);continue;}let {redos:_0x268ec6,undos:_0x2aaf95}=this[_0x3d1c2f(0x3fa)]({'toUnitId':_0x5b9587,'toSubUnitId':_0x4aaacd,'drawing':_0x35adcf,'newTransforms':_0x4eac81,'newDrawingId':_0x142bf7[_0x3d1c2f(0x2ad)](_0x51cad1),'idMap':_0x142bf7});_0x2ef164[_0x3d1c2f(0x515)](..._0x268ec6),_0x84eb67['push'](..._0x2aaf95);}return{'redos':_0x2ef164,'undos':_0x84eb67};}[_0x3f4941(0x3e2)](_0x3bf14d){const _0x167bb9=_0x3f4941;let {fromUnitId:_0x53804e,fromSubUnitId:_0xcf34de,toUnitId:_0x177859,toSubUnitId:_0x3abb04,drawing:_0x14de72,newTransforms:_0x22151e}=_0x3bf14d,_0x18f16c={..._0x14de72,'unitId':_0x177859,'subUnitId':_0x3abb04,'transform':_0x22151e[_0x167bb9(0x3af)],'sheetTransform':_0x22151e[_0x167bb9(0x412)]};if(_0x177859===_0x53804e&&_0x3abb04===_0xcf34de){let {redo:_0x184917,undo:_0x14185b,objects:_0x5c80fa}=this[_0x167bb9(0x205)]['getBatchUpdateOp']([_0x18f16c]);return{'redos':[{'id':_0x2c2d11[_0x167bb9(0x2f5)]['id'],'params':{'unitId':_0x177859,'subUnitId':_0x3abb04,'type':_0x2c2d11[_0x167bb9(0x300)][_0x167bb9(0x36c)],'op':_0x184917,'objects':_0x5c80fa}}],'undos':[{'id':_0x2c2d11[_0x167bb9(0x2f5)]['id'],'params':{'unitId':_0x177859,'subUnitId':_0x3abb04,'type':_0x2c2d11[_0x167bb9(0x300)]['UPDATE'],'op':_0x14185b,'objects':_0x5c80fa}}]};}else{let _0xfcb7b1=this['_sheetDrawingService'][_0x167bb9(0x2c4)]([_0x14de72]),_0x1a399c=this[_0x167bb9(0x205)][_0x167bb9(0x46d)]([_0x18f16c]),_0x4acd4b=this[_0x167bb9(0x4c7)]['getShapeModel'](_0x14de72[_0x167bb9(0x4fd)],_0x14de72[_0x167bb9(0x31a)],_0x14de72[_0x167bb9(0x4e3)]);if(!_0x4acd4b)return{'redos':[],'undos':[]};let _0x4fbc74=_0x4acd4b[_0x167bb9(0x507)](),_0x404ce7=JSON[_0x167bb9(0x464)](JSON[_0x167bb9(0x4cd)](_0x4acd4b[_0x167bb9(0x2f8)]()));return{'redos':[{'id':_0x2c2d11[_0x167bb9(0x2f5)]['id'],'params':{'unitId':_0x53804e,'subUnitId':_0xcf34de,'type':_0x2c2d11['DrawingApplyType'][_0x167bb9(0x4b9)],'op':_0xfcb7b1['redo'],'objects':_0xfcb7b1['objects']}},{'id':_0x308292['RemoveSheetsShapeMutation']['id'],'params':{'unitId':_0x53804e,'subUnitId':_0xcf34de,'shapeId':_0x14de72[_0x167bb9(0x4e3)]}},{'id':_0x2c2d11[_0x167bb9(0x2f5)]['id'],'params':{'unitId':_0x177859,'subUnitId':_0x3abb04,'type':_0x2c2d11[_0x167bb9(0x300)]['INSERT'],'op':_0x1a399c['redo'],'objects':_0x1a399c[_0x167bb9(0x2eb)]}},{'id':_0x308292[_0x167bb9(0x489)]['id'],'params':{'unitId':_0x177859,'subUnitId':_0x3abb04,'shapeId':_0x14de72[_0x167bb9(0x4e3)],'shapeType':_0x4fbc74,'shapeData':_0x404ce7}}],'undos':[{'id':_0x2c2d11[_0x167bb9(0x2f5)]['id'],'params':{'unitId':_0x53804e,'subUnitId':_0xcf34de,'type':_0x2c2d11['DrawingApplyType'][_0x167bb9(0x2be)],'op':_0xfcb7b1[_0x167bb9(0x452)],'objects':_0xfcb7b1[_0x167bb9(0x2eb)]}},{'id':_0x308292[_0x167bb9(0x489)]['id'],'params':{'unitId':_0x53804e,'subUnitId':_0xcf34de,'shapeId':_0x14de72[_0x167bb9(0x4e3)],'shapeType':_0x4fbc74,'shapeData':_0x404ce7}},{'id':_0x2c2d11['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x177859,'subUnitId':_0x3abb04,'type':_0x2c2d11[_0x167bb9(0x300)][_0x167bb9(0x4b9)],'op':_0x1a399c['undo'],'objects':_0x1a399c['objects']}},{'id':_0x308292[_0x167bb9(0x46f)]['id'],'params':{'unitId':_0x177859,'subUnitId':_0x3abb04,'shapeId':_0x14de72[_0x167bb9(0x4e3)]}}]};}}['_generateCopyPasteMutations'](_0x226942){const _0x277d11=_0x3f4941;let {toUnitId:_0x55af63,toSubUnitId:_0x540dbc,drawing:_0x45953f,newTransforms:_0x44a604,newDrawingId:_0x493201,idMap:_0x5d2d06}=_0x226942,_0x21bc21={..._0x45953f,'unitId':_0x55af63,'subUnitId':_0x540dbc,'drawingId':_0x493201,'transform':_0x44a604['transform'],'sheetTransform':_0x44a604[_0x277d11(0x412)]},{redo:_0x2d4476,undo:_0x29333a,objects:_0x549ea8}=this[_0x277d11(0x205)][_0x277d11(0x46d)]([_0x21bc21]),_0x137175=this[_0x277d11(0x4c7)][_0x277d11(0x295)](_0x45953f[_0x277d11(0x4fd)],_0x45953f[_0x277d11(0x31a)],_0x45953f[_0x277d11(0x4e3)]);if(!_0x137175)return{'redos':[],'undos':[]};let _0xdc79f7=_0x137175[_0x277d11(0x507)](),_0x1c587f=JSON[_0x277d11(0x464)](JSON[_0x277d11(0x4cd)](_0x137175[_0x277d11(0x2f8)]()));if(_0x1c587f[_0x277d11(0x43e)]){var _0x209461,_0x18c69c;let _0x3a6357=(_0x209461=_0x1c587f[_0x277d11(0x43e)]['from'])==null?void 0x0:_0x209461[_0x277d11(0x503)],_0xb60073=(_0x18c69c=_0x1c587f['relation']['to'])==null?void 0x0:_0x18c69c[_0x277d11(0x503)],_0x196496=!_0x3a6357||_0x5d2d06[_0x277d11(0x302)](_0x3a6357),_0xd1e96d=!_0xb60073||_0x5d2d06[_0x277d11(0x302)](_0xb60073);_0x196496&&_0x3a6357&&_0x1c587f[_0x277d11(0x43e)][_0x277d11(0x481)]?_0x1c587f[_0x277d11(0x43e)]['from']={..._0x1c587f[_0x277d11(0x43e)][_0x277d11(0x481)],'shapeId':_0x5d2d06[_0x277d11(0x2ad)](_0x3a6357)}:_0x1c587f['relation'][_0x277d11(0x481)]=void 0x0,_0xd1e96d&&_0xb60073&&_0x1c587f[_0x277d11(0x43e)]['to']?_0x1c587f[_0x277d11(0x43e)]['to']={..._0x1c587f[_0x277d11(0x43e)]['to'],'shapeId':_0x5d2d06[_0x277d11(0x2ad)](_0xb60073)}:_0x1c587f['relation']['to']=void 0x0;}return{'redos':[{'id':_0x2c2d11[_0x277d11(0x2f5)]['id'],'params':{'unitId':_0x55af63,'subUnitId':_0x540dbc,'type':_0x2c2d11[_0x277d11(0x300)][_0x277d11(0x2be)],'op':_0x2d4476,'objects':_0x549ea8}},{'id':_0x308292['InsertSheetsShapeMutation']['id'],'params':{'unitId':_0x55af63,'subUnitId':_0x540dbc,'shapeId':_0x493201,'shapeType':_0xdc79f7,'shapeData':_0x1c587f}}],'undos':[{'id':_0x2c2d11['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x55af63,'subUnitId':_0x540dbc,'type':_0x2c2d11[_0x277d11(0x300)][_0x277d11(0x4b9)],'op':_0x29333a,'objects':_0x549ea8}},{'id':_0x308292['RemoveSheetsShapeMutation']['id'],'params':{'unitId':_0x55af63,'subUnitId':_0x540dbc,'shapeId':_0x493201}}]};}['_updateTransform'](_0x961439,_0x2342e9,_0x3aa5ed,_0x5b494c){const _0x234645=_0x3f4941;let {range:_0x4a1091,skeleton:_0x5e2d99}=_0x2342e9,{range:_0x11c549,skeleton:_0x4ce9df}=_0x3aa5ed,{transform:_0x50b1b0,sheetTransform:_0x35c169}=_0x961439,_0x167c5a={..._0x50b1b0};if(_0x4a1091){let _0x5aac66=(0x0,_0x417e5f[_0x234645(0x312)])(_0x5e2d99,_0x4a1091),_0x5c4527=(0x0,_0x417e5f[_0x234645(0x312)])(_0x4ce9df,_0x11c549);if(_0x5aac66&&_0x5c4527){let _0x11df42=_0x5c4527[_0x234645(0x4ac)]-_0x5aac66['startX'],_0x9b6a08=_0x5c4527[_0x234645(0x2e5)]-_0x5aac66[_0x234645(0x2e5)];_0x167c5a['left']=(_0x167c5a[_0x234645(0x21c)]??0x0)+_0x11df42,_0x167c5a[_0x234645(0x4c1)]=(_0x167c5a['top']??0x0)+_0x9b6a08;}}else{let _0x1ede3e=(0x0,_0x417e5f['attachRangeWithCoord'])(_0x4ce9df,_0x11c549);if(_0x5b494c&&_0x1ede3e){let _0x37d906=(_0x167c5a[_0x234645(0x21c)]??0x0)-_0x5b494c[_0x234645(0x21c)],_0x4d7321=(_0x167c5a[_0x234645(0x4c1)]??0x0)-_0x5b494c['top'];_0x167c5a[_0x234645(0x21c)]=_0x1ede3e[_0x234645(0x4ac)]+_0x37d906,_0x167c5a[_0x234645(0x4c1)]=_0x1ede3e[_0x234645(0x2e5)]+_0x4d7321;}else _0x167c5a[_0x234645(0x21c)]=_0x1ede3e==null?void 0x0:_0x1ede3e[_0x234645(0x4ac)],_0x167c5a[_0x234645(0x4c1)]=_0x1ede3e==null?void 0x0:_0x1ede3e[_0x234645(0x2e5)];}return{'transform':_0x167c5a,'sheetTransform':(0x0,_0x2c2d11[_0x234645(0x25d)])(_0x167c5a,_0x4ce9df)??_0x35c169};}};_0x196222=_0x2cf515([_0x2dfb17(0x0,(0x0,_0x5ee564['Inject'])(_0x417e5f[_0x3f4941(0x517)])),_0x2dfb17(0x1,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x17a3f5['ISheetClipboardService'])),_0x2dfb17(0x2,(0x0,_0x5ee564['Inject'])(_0x2c2d11[_0x3f4941(0x33f)])),_0x2dfb17(0x3,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x308292[_0x3f4941(0x41e)])),_0x2dfb17(0x4,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x253ecd[_0x3f4941(0x44e)]))],_0x196222);var _0x5359cf=class extends _0x1dacf6[_0x3f4941(0x247)]{constructor(_0x31e43e,_0x38f9aa){const _0x30a76d=_0x3f4941;super(_0x31e43e,_0x38f9aa),_0xaf91f4(this,'_shapeId',null),_0xaf91f4(this,_0x30a76d(0x473),null),_0xaf91f4(this,_0x30a76d(0x3e8),null),_0xaf91f4(this,_0x30a76d(0x2c7),null),_0xaf91f4(this,'_isStartConnectorPoint',!0x1),_0x38f9aa&&this[_0x30a76d(0x3db)](_0x38f9aa);}[_0x3f4941(0x3d0)](){const _0x27a6af=_0x3f4941;return{'unitId':this[_0x27a6af(0x3e8)],'subUnitId':this['_subUnitId'],'drawingId':this[_0x27a6af(0x3a4)]};}[_0x3f4941(0x3db)](_0x58c085){const _0x322a24=_0x3f4941;_0x58c085[_0x322a24(0x503)]!==void 0x0&&(this[_0x322a24(0x3a4)]=_0x58c085[_0x322a24(0x503)]),_0x58c085[_0x322a24(0x4fd)]!==void 0x0&&(this[_0x322a24(0x3e8)]=_0x58c085[_0x322a24(0x4fd)]),_0x58c085[_0x322a24(0x31a)]!==void 0x0&&(this['_subUnitId']=_0x58c085['subUnitId']),_0x58c085['isStartConnectorPoint']!==void 0x0&&(this[_0x322a24(0x3dc)]=_0x58c085[_0x322a24(0x3ba)]),this[_0x322a24(0x1ed)]({'width':_0x58c085[_0x322a24(0x3e4)],'height':_0x58c085[_0x322a24(0x260)]});}[_0x3f4941(0x230)](_0x458fde){const _0x4d14b5=_0x3f4941;_0x1dacf6['Circle'][_0x4d14b5(0x398)](_0x458fde,{'radius':_0x42b1e0[_0x4d14b5(0x42a)]['cxnPointRadius'],'fill':_0x42b1e0[_0x4d14b5(0x42a)][_0x4d14b5(0x4cb)],'stroke':_0x42b1e0[_0x4d14b5(0x42a)][_0x4d14b5(0x375)],'strokeWidth':_0x42b1e0['ShapeDefaultConfig'][_0x4d14b5(0x28f)],'evented':!0x0});}};let _0x4b38c3=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(_0x4265f0,_0x5bee04,_0x2f3c5c,_0x3a48fd,_0x1017d0,_0x5d43c1,_0x215b75,_0x168b5e){const _0x45125f=_0x3f4941;super(),this[_0x45125f(0x436)]=_0x4265f0,this[_0x45125f(0x432)]=_0x5bee04,this[_0x45125f(0x35f)]=_0x2f3c5c,this[_0x45125f(0x514)]=_0x3a48fd,this[_0x45125f(0x3ed)]=_0x1017d0,this['_sheetsShapeService']=_0x5d43c1,this[_0x45125f(0x4b6)]=_0x215b75,this[_0x45125f(0x4ba)]=_0x168b5e,_0xaf91f4(this,_0x45125f(0x3c7),void 0x0),_0xaf91f4(this,_0x45125f(0x3e8),void 0x0),_0xaf91f4(this,_0x45125f(0x2c7),void 0x0),_0xaf91f4(this,'_connectorObjects',[]),_0xaf91f4(this,_0x45125f(0x466),{'left':0x0,'top':0x0,'width':0x0,'height':0x0,'flipX':!0x1,'flipY':!0x1}),_0xaf91f4(this,_0x45125f(0x4b8),void 0x0),_0xaf91f4(this,'_isConnecting',!0x1),_0xaf91f4(this,'_isDrawingShapePointDown',!0x1),_0xaf91f4(this,_0x45125f(0x315),!0x1),_0xaf91f4(this,_0x45125f(0x509),void 0x0),_0xaf91f4(this,_0x45125f(0x2b6),void 0x0),_0xaf91f4(this,_0x45125f(0x345),null),this[_0x45125f(0x305)]();}[_0x3f4941(0x305)](){const _0x171bb1=_0x3f4941;this[_0x171bb1(0x4a5)](),this['_registerDrawingMoveHandler']();}[_0x3f4941(0x508)](){const _0x189676=_0x3f4941;if(!this[_0x189676(0x3e8)]||!this[_0x189676(0x2c7)]||!this['_activeShapeId'])return;let _0x13af38={'unitId':this[_0x189676(0x3e8)],'subUnitId':this[_0x189676(0x2c7)],'drawingId':this[_0x189676(0x3c7)]},{transform:_0x2ffe37}=this[_0x189676(0x514)]['getDrawingByParam'](_0x13af38);if(_0x2ffe37)return{'left':_0x2ffe37[_0x189676(0x21c)]||0x0,'top':_0x2ffe37['top']||0x0,'width':_0x2ffe37['width']||0x0,'height':_0x2ffe37[_0x189676(0x260)]||0x0,'flipX':_0x2ffe37[_0x189676(0x24b)]||!0x1,'flipY':_0x2ffe37['flipY']||!0x1,'angle':_0x2ffe37[_0x189676(0x4d2)]};}[_0x3f4941(0x324)](){const _0x5e0000=_0x3f4941;if(this[_0x5e0000(0x3e8)]===void 0x0||this[_0x5e0000(0x2c7)]===void 0x0||this[_0x5e0000(0x3c7)]===void 0x0)return;let _0x574432=this['_renderManagerService'][_0x5e0000(0x3b3)](this[_0x5e0000(0x3e8)]);if(!_0x574432||!_0x574432[_0x5e0000(0x1f0)](_0x17a3f5['SheetSkeletonManagerService'])[_0x5e0000(0x299)]())return;let {scene:_0x5d8d60}=_0x574432,_0x1c487d=this[_0x5e0000(0x508)]();if(!_0x1c487d)return;let _0x3d4948=this['_sheetsShapeService'][_0x5e0000(0x295)](this[_0x5e0000(0x3e8)],this['_subUnitId'],this[_0x5e0000(0x3c7)]);if(!_0x3d4948||!(0x0,_0x42b1e0['isConnectorShape'])(_0x3d4948[_0x5e0000(0x507)]()))return;let _0x12e44f=_0x3d4948[_0x5e0000(0x496)]();if(_0x12e44f[_0x5e0000(0x461)]<0x2)return;let _0x5ecff8=new _0x42b1e0[(_0x5e0000(0x4f8))](_0x1c487d),_0x5cb62b=_0x12e44f[0x0],_0x142618=_0x12e44f[_0x12e44f['length']-0x1],_0x18dcf3=_0x5ecff8[_0x5e0000(0x2ab)](_0x5cb62b),_0x5b4a27=_0x5ecff8['localToWorld'](_0x142618);this[_0x5e0000(0x364)](_0x5d8d60,{..._0x18dcf3},!0x0),this[_0x5e0000(0x364)](_0x5d8d60,{..._0x5b4a27},!0x1);}[_0x3f4941(0x364)](_0x370074,_0x32b210,_0x2c8e51){const _0x22d14a=_0x3f4941;if(this[_0x22d14a(0x3c7)]===void 0x0||this[_0x22d14a(0x3e8)]===void 0x0||this['_subUnitId']===void 0x0)return;let _0x38fabb=_0x22d14a(0x3cf)+this[_0x22d14a(0x3e8)]+'-'+this[_0x22d14a(0x2c7)]+'-'+this[_0x22d14a(0x3c7)]+'-'+(_0x2c8e51?_0x22d14a(0x46b):_0x22d14a(0x4d7)),_0x5d9309=_0x370074[_0x22d14a(0x51a)](_0x38fabb);if(_0x5d9309){_0x5d9309['transformByState']({'left':_0x32b210['x']-_0x42b1e0[_0x22d14a(0x42a)]['cxnPointRadius'],'top':_0x32b210['y']-_0x42b1e0[_0x22d14a(0x42a)][_0x22d14a(0x2af)]});return;}let _0x40abad=new _0x5359cf(_0x38fabb,{'left':_0x32b210['x']-_0x42b1e0[_0x22d14a(0x42a)][_0x22d14a(0x2af)],'top':_0x32b210['y']-_0x42b1e0[_0x22d14a(0x42a)][_0x22d14a(0x2af)],'shapeId':this[_0x22d14a(0x3c7)],'unitId':this[_0x22d14a(0x3e8)],'subUnitId':this['_subUnitId'],'isStartConnectorPoint':_0x2c8e51,'width':_0x42b1e0[_0x22d14a(0x42a)][_0x22d14a(0x2af)]*0x2,'height':_0x42b1e0['ShapeDefaultConfig'][_0x22d14a(0x2af)]*0x2,'zIndex':_0x1dacf6['DRAWING_OBJECT_LAYER_INDEX']+0x1,'evented':!0x0});this[_0x22d14a(0x4c3)][_0x22d14a(0x515)](_0x40abad),this[_0x22d14a(0x417)](_0x40abad,_0x370074,_0x2c8e51),_0x370074[_0x22d14a(0x4f5)](_0x40abad,_0x1dacf6[_0x22d14a(0x298)]+0x1);}[_0x3f4941(0x2d5)](_0x3c44b2,_0x86e75a){const _0x4e570e=_0x3f4941;var _0x25e848;let _0x549c5b={'x':0x0,'y':0x0};if(!_0x3c44b2||!_0x86e75a)return _0x549c5b;let _0x308f0b=this[_0x4e570e(0x35f)][_0x4e570e(0x3b3)](_0x3c44b2);if(!_0x308f0b||!_0x308f0b[_0x4e570e(0x1f0)](_0x17a3f5['SheetSkeletonManagerService'])['getSkeleton'](_0x86e75a))return _0x549c5b;let _0x4239cb=_0x308f0b[_0x4e570e(0x1f0)](_0x17a3f5[_0x4e570e(0x462)]),_0xe65808=_0x4239cb==null?void 0x0:_0x4239cb[_0x4e570e(0x4b0)]();if(!_0xe65808)return _0x549c5b;let _0x332d7d=(_0x25e848=this[_0x4e570e(0x3ed)]['getUnit'](_0x3c44b2))==null?void 0x0:_0x25e848[_0x4e570e(0x40b)](_0x86e75a);if(!_0x332d7d)return _0x549c5b;let _0x453d5c=(0x0,_0x17a3f5[_0x4e570e(0x2fb)])(_0xe65808['sheetViewStartRow'],_0xe65808[_0x4e570e(0x459)],_0x308f0b['scene'],_0x332d7d);return _0x453d5c?{'x':_0x453d5c[_0x4e570e(0x4dc)],'y':_0x453d5c[_0x4e570e(0x4bb)]}:_0x549c5b;}['_getZoomRatio'](_0x236182,_0x2b0dc7){const _0x20c9e3=_0x3f4941;var _0x18bf95;let _0x1b896c=(_0x18bf95=this[_0x20c9e3(0x3ed)][_0x20c9e3(0x38c)](_0x236182))==null?void 0x0:_0x18bf95['getSheetBySheetId'](_0x2b0dc7);return(_0x1b896c==null?void 0x0:_0x1b896c[_0x20c9e3(0x1ef)]())??0x1;}['_handleConnectorPointerUp'](_0xe08822,_0x4659be,_0x2b1dec,_0x25886b,_0x45ce87){const _0x37efde=_0x3f4941;this[_0x37efde(0x509)][_0x37efde(0x46c)](),this[_0x37efde(0x2b6)][_0x37efde(0x46c)](),this[_0x37efde(0x4b6)][_0x37efde(0x3f1)]();let _0x6b29e3=this[_0x37efde(0x345)];this['_sheetBasicShapeConnectionPointController'][_0x37efde(0x2a3)]();let _0x2fa49f=this[_0x37efde(0x2d5)](this[_0x37efde(0x3e8)],this[_0x37efde(0x2c7)]),_0x5e8e9b=this[_0x37efde(0x2a9)](this[_0x37efde(0x3e8)],this[_0x37efde(0x2c7)]),_0x734728={'x':_0x2b1dec[_0x37efde(0x3de)]/_0x5e8e9b+_0x2fa49f['x'],'y':_0x2b1dec[_0x37efde(0x4d1)]/_0x5e8e9b+_0x2fa49f['y']},_0x31b41c=_0x6b29e3?_0x6b29e3['worldPoint']:_0x734728,_0x417503=_0x25886b?this['_activeShapeModel']['getEndConnectInfo']():this[_0x37efde(0x4b8)][_0x37efde(0x478)](),_0x5a151d=this[_0x37efde(0x4b8)]['getShapeType']();_0x417503?this[_0x37efde(0x32a)](_0x417503,_0x31b41c,_0x25886b,_0x6b29e3,_0x45ce87):this[_0x37efde(0x435)](_0x4659be,_0x31b41c,_0x25886b,_0x6b29e3,_0x45ce87,_0x5a151d),this[_0x37efde(0x3c0)]=!0x1,this[_0x37efde(0x315)]=!0x1,this[_0x37efde(0x345)]=null,_0xe08822[_0x37efde(0x3ad)]();}['_handleFreeEndpointPointerUp'](_0x35494d,_0x3b0d2c,_0x8a7011,_0x313a87,_0x42a4c0,_0x28c56c){const _0x275259=_0x3f4941;let _0x2fe55f=_0x28c56c===_0x42b1e0[_0x275259(0x28e)]['Line']||_0x28c56c===_0x42b1e0['ShapeTypeEnum'][_0x275259(0x2ba)],_0x537e1f=_0x8a7011?_0x3b0d2c:_0x35494d,_0x2d58b8=_0x8a7011?_0x35494d:_0x3b0d2c,_0x3ab802=this[_0x275259(0x4b8)][_0x275259(0x496)](),_0x2859f9=(0x0,_0x42b1e0[_0x275259(0x262)])(this[_0x275259(0x4b8)][_0x275259(0x507)]()),_0x1e11fb=_0x42b1e0[_0x275259(0x4f8)][_0x275259(0x4fb)](_0x3ab802,_0x2859f9),_0x43d5c0=_0x2fe55f?_0x42b1e0[_0x275259(0x4f8)][_0x275259(0x428)](_0x537e1f,_0x2d58b8):_0x42b1e0['ConnectorCoordinateTransform'][_0x275259(0x3d7)](_0x35494d,_0x3b0d2c,_0x8a7011,_0x1e11fb);_0x313a87?this[_0x275259(0x45e)](_0x43d5c0,_0x313a87,_0x8a7011,_0x42a4c0):this[_0x275259(0x1ff)](_0x43d5c0,_0x42a4c0);}['_handleConnectedEndpointPointerUp'](_0x29cc11,_0x263f9b,_0x404097,_0x220cda,_0x1a99c7){const _0x389c73=_0x3f4941;let _0x25fc78=this[_0x389c73(0x38e)](_0x29cc11);if(!_0x25fc78)return;let _0x5897e3=_0x220cda?_0x220cda['angle']:this['_calculateFreeEndpointAngle'](_0x25fc78[_0x389c73(0x1eb)],_0x263f9b),_0x55f3d6;if(_0x220cda){let _0x8ed597=this[_0x389c73(0x514)]['getDrawingByParam']({'unitId':_0x220cda['unitId'],'subUnitId':_0x220cda[_0x389c73(0x31a)],'drawingId':_0x220cda['shapeId']});if(_0x8ed597!=null&&_0x8ed597[_0x389c73(0x3af)]){let {left:_0x45e001=0x0,top:_0x38d5a1=0x0,width:_0x1d3a8c=0x0,height:_0x6e19cb=0x0,angle:_0x42a97b}=_0x8ed597[_0x389c73(0x3af)];_0x55f3d6=(0x0,_0x42b1e0[_0x389c73(0x237)])({'left':_0x45e001,'top':_0x38d5a1,'width':_0x1d3a8c,'height':_0x6e19cb},_0x42a97b||0x0);}else _0x55f3d6={'left':_0x263f9b['x'],'top':_0x263f9b['y'],'width':0x0,'height':0x0};}else _0x55f3d6={'left':_0x263f9b['x'],'top':_0x263f9b['y'],'width':0x0,'height':0x0};let _0x144fff={'point':_0x263f9b,'angle':_0x5897e3,'bounds':_0x55f3d6},_0x40ef19=_0x404097?_0x144fff:_0x25fc78,_0x2956d5=_0x404097?_0x25fc78:_0x144fff,_0x21b011=this[_0x389c73(0x4b8)][_0x389c73(0x507)](),_0x9f06fd=(0x0,_0x42b1e0['routeConnectorLineShape'])(_0x40ef19,_0x2956d5,_0x21b011);this[_0x389c73(0x4b8)][_0x389c73(0x4d0)]();let _0x3f775e=(0x0,_0x42b1e0[_0x389c73(0x3b9)])(_0x9f06fd,_0x21b011);_0x220cda?this[_0x389c73(0x323)](_0x3f775e,_0x220cda,_0x29cc11,_0x404097,_0x1a99c7):this[_0x389c73(0x2c6)](_0x3f775e,_0x29cc11,_0x404097,_0x1a99c7);}['_executeConnectionCommand'](_0x59968f,_0x388e9c,_0x460d92,_0x1c303f){const _0x21ac9b=_0x3f4941;let _0xbc0eaf=this['_activeShapeModel'][_0x21ac9b(0x2f8)]()[_0x21ac9b(0x43e)],_0x1ba8ef={..._0xbc0eaf},_0x1b2c19={'shapeId':_0x388e9c[_0x21ac9b(0x503)],'cxnIndex':_0x388e9c[_0x21ac9b(0x218)]};_0x460d92?_0x1ba8ef['from']=_0x1b2c19:_0x1ba8ef['to']=_0x1b2c19;let _0x4f071f=this[_0x21ac9b(0x4b8)][_0x21ac9b(0x507)](),_0x50f3ba=(0x0,_0x42b1e0[_0x21ac9b(0x3b9)])(_0x59968f['worldPoints'],_0x4f071f),_0x176ec2={'unitId':this[_0x21ac9b(0x3e8)],'subUnitId':this['_subUnitId'],'connectorShapeId':this[_0x21ac9b(0x3c7)],'width':_0x59968f[_0x21ac9b(0x2e3)][_0x21ac9b(0x3e4)],'height':_0x59968f[_0x21ac9b(0x2e3)]['height'],'left':_0x59968f[_0x21ac9b(0x2e3)][_0x21ac9b(0x21c)],'top':_0x59968f['worldRect'][_0x21ac9b(0x4c1)],'flipX':_0x59968f['worldRect'][_0x21ac9b(0x24b)]||!0x1,'flipY':_0x59968f[_0x21ac9b(0x2e3)]['flipY']||!0x1,'newAdjustValues':_0x50f3ba[_0x21ac9b(0x3fd)],'oldAdjustValues':_0x1c303f,'oldRelation':_0xbc0eaf,'newRelation':_0x1ba8ef,'newLineType':_0x50f3ba[_0x21ac9b(0x4e9)],'oldLineType':_0x4f071f};this['_commandService'][_0x21ac9b(0x3aa)](_0x308292[_0x21ac9b(0x30f)]['id'],_0x176ec2);}[_0x3f4941(0x1ff)](_0x5a0f9c,_0x52bb01){const _0x4864ca=_0x3f4941;let _0x935feb=this[_0x4864ca(0x4b8)][_0x4864ca(0x507)](),_0x427090=(0x0,_0x42b1e0['computeConnectorRouteLayout'])(_0x5a0f9c[_0x4864ca(0x2cc)],_0x935feb),_0x2376a0={'unitId':this[_0x4864ca(0x3e8)],'subUnitId':this[_0x4864ca(0x2c7)],'shapeId':this[_0x4864ca(0x3c7)],'width':_0x5a0f9c[_0x4864ca(0x2e3)][_0x4864ca(0x3e4)],'height':_0x5a0f9c[_0x4864ca(0x2e3)]['height'],'left':_0x5a0f9c[_0x4864ca(0x2e3)][_0x4864ca(0x21c)],'top':_0x5a0f9c['worldRect']['top'],'flipX':_0x5a0f9c[_0x4864ca(0x2e3)][_0x4864ca(0x24b)]||!0x1,'flipY':_0x5a0f9c['worldRect'][_0x4864ca(0x30a)]||!0x1,'angle':_0x5a0f9c[_0x4864ca(0x2e3)][_0x4864ca(0x4d2)]||0x0,'newAdjustValues':_0x427090[_0x4864ca(0x3fd)],'oldAdjustValues':_0x52bb01,'newLineType':_0x427090[_0x4864ca(0x4e9)],'oldLineType':_0x935feb};this[_0x4864ca(0x432)][_0x4864ca(0x3aa)](_0x308292[_0x4864ca(0x3f7)]['id'],_0x2376a0);}[_0x3f4941(0x323)](_0x4c9705,_0x3398e2,_0x5822db,_0x42adde,_0x1a1df){const _0x507cda=_0x3f4941;let _0x5b9507=this['_activeShapeModel'][_0x507cda(0x2f8)]()[_0x507cda(0x43e)],_0x31f036={..._0x5b9507},_0x3f9263={'shapeId':_0x3398e2[_0x507cda(0x503)],'cxnIndex':_0x3398e2[_0x507cda(0x218)]};_0x42adde?(_0x31f036[_0x507cda(0x481)]=_0x3f9263,_0x31f036['to']=_0x5822db):(_0x31f036[_0x507cda(0x481)]=_0x5822db,_0x31f036['to']=_0x3f9263);let _0x50fd31={'unitId':this[_0x507cda(0x3e8)],'subUnitId':this[_0x507cda(0x2c7)],'connectorShapeId':this['_activeShapeId'],'width':_0x4c9705['worldRect'][_0x507cda(0x3e4)],'height':_0x4c9705['worldRect']['height'],'left':_0x4c9705['worldRect'][_0x507cda(0x21c)],'top':_0x4c9705[_0x507cda(0x2e3)][_0x507cda(0x4c1)],'flipX':_0x4c9705[_0x507cda(0x2e3)][_0x507cda(0x24b)]||!0x1,'flipY':_0x4c9705['worldRect']['flipY']||!0x1,'oldAdjustValues':_0x1a1df,'newAdjustValues':_0x4c9705[_0x507cda(0x3fd)],'newLineType':_0x4c9705[_0x507cda(0x4e9)],'rotation':_0x4c9705[_0x507cda(0x47d)],'oldRelation':_0x5b9507,'newRelation':_0x31f036};this[_0x507cda(0x432)][_0x507cda(0x3aa)](_0x308292[_0x507cda(0x30f)]['id'],_0x50fd31);}['_executeConnectedRouteResizeCommand'](_0x313d0b,_0x4c6cc4,_0x4d7224,_0x15b31e){const _0x26f228=_0x3f4941;let _0x2e96ee=this[_0x26f228(0x4b8)][_0x26f228(0x2f8)]()[_0x26f228(0x43e)],_0x60ceb9={};_0x4d7224?(_0x60ceb9['to']=_0x4c6cc4,_0x60ceb9[_0x26f228(0x481)]=void 0x0):(_0x60ceb9[_0x26f228(0x481)]=_0x4c6cc4,_0x60ceb9['to']=void 0x0);let _0x192677={'unitId':this[_0x26f228(0x3e8)],'subUnitId':this[_0x26f228(0x2c7)],'connectorShapeId':this[_0x26f228(0x3c7)],'width':_0x313d0b[_0x26f228(0x2e3)][_0x26f228(0x3e4)],'height':_0x313d0b[_0x26f228(0x2e3)][_0x26f228(0x260)],'left':_0x313d0b['worldRect'][_0x26f228(0x21c)],'top':_0x313d0b[_0x26f228(0x2e3)][_0x26f228(0x4c1)],'flipX':_0x313d0b[_0x26f228(0x2e3)][_0x26f228(0x24b)]||!0x1,'flipY':_0x313d0b[_0x26f228(0x2e3)][_0x26f228(0x30a)]||!0x1,'oldAdjustValues':_0x15b31e,'newAdjustValues':_0x313d0b[_0x26f228(0x3fd)],'newLineType':_0x313d0b['lineType'],'rotation':_0x313d0b[_0x26f228(0x47d)],'oldRelation':_0x2e96ee,'newRelation':_0x60ceb9};this[_0x26f228(0x432)][_0x26f228(0x3aa)](_0x308292[_0x26f228(0x30f)]['id'],_0x192677);}[_0x3f4941(0x417)](_0x232aac,_0x118f73,_0x4bfbc3){const _0x44769a=_0x3f4941;this[_0x44769a(0x37d)]((0x0,_0x5ee564[_0x44769a(0x206)])(_0x232aac[_0x44769a(0x402)][_0x44769a(0x50e)]((_0x38d24c,_0x280b3e)=>{const _0x19702a=_0x44769a;let _0x4ee65b=_0x232aac[_0x19702a(0x3d0)]();if(this['_activeShapeModel']=this[_0x19702a(0x23b)][_0x19702a(0x295)](_0x4ee65b[_0x19702a(0x4fd)],_0x4ee65b[_0x19702a(0x31a)],_0x4ee65b[_0x19702a(0x4e3)]),!this['_activeShapeModel'])return;let _0x50b081={};this[_0x19702a(0x4b8)][_0x19702a(0x339)]()[_0x19702a(0x3cc)](_0x41a13d=>{const _0x168982=_0x19702a;let _0x3b3d3f=this['_activeShapeModel'][_0x168982(0x4d8)](_0x41a13d);_0x3b3d3f!==void 0x0&&(_0x50b081[_0x41a13d]=_0x3b3d3f);});let _0x23ee9f=this[_0x19702a(0x508)]();if(!_0x23ee9f)return;this['_baseDrawingRect']={..._0x23ee9f};let _0x7d15ad=new _0x42b1e0[(_0x19702a(0x4f8))](this[_0x19702a(0x466)]),_0x20826f=(0x0,_0xba406a['getDrawingShapeKeyByDrawingSearch'])({'unitId':this['_unitId'],'subUnitId':this[_0x19702a(0x2c7)],'drawingId':this[_0x19702a(0x3c7)]}),_0x54c766=_0x118f73['getObjectIncludeInGroup'](_0x20826f);this[_0x19702a(0x3c0)]=!0x0,_0x118f73[_0x19702a(0x3ce)](),this[_0x19702a(0x4ba)]['startConnectionDetection'](_0x118f73,this['_unitId'],this[_0x19702a(0x2c7)],this[_0x19702a(0x3c7)]),this[_0x19702a(0x345)]=null;let _0x563912=this[_0x19702a(0x4b8)][_0x19702a(0x496)](),_0x5b7477=_0x563912[0x0],_0x3203ef=_0x563912[_0x563912[_0x19702a(0x461)]-0x1],_0x45e19d=_0x4bfbc3?_0x7d15ad[_0x19702a(0x2ab)](_0x3203ef):_0x7d15ad[_0x19702a(0x2ab)](_0x5b7477);this[_0x19702a(0x509)]=_0x118f73[_0x19702a(0x208)]['subscribeEvent']((_0x349517,_0x472366)=>{const _0x3edc59=_0x19702a;if(!this['_isConnecting']||!this[_0x3edc59(0x4b8)])return;this[_0x3edc59(0x315)]||=(this[_0x3edc59(0x4b6)]['clearAdjustControls'](),this[_0x3edc59(0x4b8)][_0x3edc59(0x25b)](),!0x0);let _0x222502=this[_0x3edc59(0x2d5)](this[_0x3edc59(0x3e8)],this['_subUnitId']),_0x3db075=this[_0x3edc59(0x2a9)](this[_0x3edc59(0x3e8)],this[_0x3edc59(0x2c7)]),_0x2b8585={'x':_0x349517[_0x3edc59(0x3de)]/_0x3db075+_0x222502['x'],'y':_0x349517[_0x3edc59(0x4d1)]/_0x3db075+_0x222502['y']},_0x5956eb=this[_0x3edc59(0x4ba)]['updateConnectionDetection'](_0x2b8585);if(_0x5956eb){let {shapeId:_0x3de028,unitId:_0x59a999,subUnitId:_0x3e3b0b}=_0x5956eb;if(_0x3de028&&_0x59a999&&_0x3e3b0b){let _0x3011bf=(0x0,_0xba406a[_0x3edc59(0x50c)])({'unitId':_0x59a999,'subUnitId':_0x3e3b0b,'drawingId':_0x3de028});_0x5956eb['angle']=(_0x118f73['getObjectIncludeInGroup'](_0x3011bf)[_0x3edc59(0x4d2)]||0x0)+_0x5956eb[_0x3edc59(0x4d2)];}}this[_0x3edc59(0x345)]=_0x5956eb;let _0x163661=_0x4bfbc3?this[_0x3edc59(0x4b8)][_0x3edc59(0x484)]():this[_0x3edc59(0x4b8)][_0x3edc59(0x478)]();if(_0x163661){this[_0x3edc59(0x4f3)](_0x163661,_0x2b8585,_0x4bfbc3,_0x54c766,_0x232aac);return;}this[_0x3edc59(0x4a6)](_0x2b8585,_0x45e19d,_0x4bfbc3,_0x54c766,_0x232aac);}),this[_0x19702a(0x2b6)]=_0x118f73[_0x19702a(0x50f)][_0x19702a(0x50e)]((_0x3164d9,_0x57d081)=>{const _0x5a8a02=_0x19702a;this[_0x5a8a02(0x2f2)](_0x118f73,_0x45e19d,_0x3164d9,_0x4bfbc3,_0x50b081);}),_0x280b3e[_0x19702a(0x2b9)]();})));}['_handleBasicShapeUpdateConnectorLineShape'](_0x1d7a7e,_0x6807ab,_0x2534d6){const _0x4a059e=_0x3f4941;let _0x2eaff6=this[_0x4a059e(0x23b)][_0x4a059e(0x44a)](_0x1d7a7e,_0x6807ab,_0x2534d6);if(!_0x2eaff6||_0x2eaff6[_0x4a059e(0x461)]===0x0)return;let _0x1a56f3=this[_0x4a059e(0x35f)][_0x4a059e(0x3b3)](_0x1d7a7e);if(!_0x1a56f3)return;let {scene:_0x9ab0d7}=_0x1a56f3;for(let _0x2844d1 of _0x2eaff6){let _0x177e57=_0x2844d1[_0x4a059e(0x378)],_0x3f696b=this[_0x4a059e(0x23b)]['getShapeModel'](_0x1d7a7e,_0x6807ab,_0x177e57);if(!_0x3f696b)continue;let _0x1d1e82=_0x3f696b[_0x4a059e(0x478)](),_0x285aa5=_0x3f696b[_0x4a059e(0x484)](),_0x28e70c=(_0x1d1e82==null?void 0x0:_0x1d1e82[_0x4a059e(0x503)])===_0x2534d6,_0x4aa906=(0x0,_0xba406a[_0x4a059e(0x50c)])({'unitId':_0x1d7a7e,'subUnitId':_0x6807ab,'drawingId':_0x177e57}),_0x402bc2=_0x9ab0d7[_0x4a059e(0x51a)](_0x4aa906);if(!_0x402bc2)continue;let _0x1825c1=this[_0x4a059e(0x514)][_0x4a059e(0x4ae)]({'unitId':_0x1d7a7e,'subUnitId':_0x6807ab,'drawingId':_0x177e57});_0x1825c1!=null&&_0x1825c1[_0x4a059e(0x3af)]&&(_0x1d1e82&&_0x285aa5?this[_0x4a059e(0x486)](_0x1d7a7e,_0x6807ab,_0x177e57,_0x3f696b,_0x1d1e82,_0x285aa5,_0x402bc2):this['_moveConnectorWithShape'](_0x1d7a7e,_0x6807ab,_0x177e57,_0x3f696b,_0x28e70c?_0x1d1e82:_0x285aa5,_0x28e70c,_0x1825c1,_0x402bc2));}}[_0x3f4941(0x486)](_0x1cd11a,_0x1618ac,_0x1f9798,_0x418794,_0x41ca9d,_0x5202d6,_0x326c3a){const _0x5842d7=_0x3f4941;let _0x18bd3d=this[_0x5842d7(0x3e8)],_0x3d6290=this['_subUnitId'];this[_0x5842d7(0x3e8)]=_0x1cd11a,this[_0x5842d7(0x2c7)]=_0x1618ac;let _0x4bb050=this[_0x5842d7(0x38e)](_0x41ca9d),_0xb7bbb7=this[_0x5842d7(0x38e)](_0x5202d6);if(this[_0x5842d7(0x3e8)]=_0x18bd3d,this['_subUnitId']=_0x3d6290,!_0x4bb050||!_0xb7bbb7)return;let _0x317b35=_0x418794[_0x5842d7(0x507)](),_0x2c4ca=(0x0,_0x42b1e0[_0x5842d7(0x306)])(_0x4bb050,_0xb7bbb7,_0x317b35);_0x2c4ca&&_0x418794[_0x5842d7(0x27d)](_0x2c4ca);let _0x58c512=(0x0,_0x42b1e0[_0x5842d7(0x3b9)])(_0x2c4ca,_0x317b35);_0x58c512['lineType']!==_0x317b35&&_0x418794[_0x5842d7(0x2d6)](_0x58c512[_0x5842d7(0x4e9)]),_0x418794['clearAdjustValue']();for(let [_0x618ed2,_0x496031]of Object[_0x5842d7(0x1fd)](_0x58c512['adjustValues']))_0x418794[_0x5842d7(0x33d)](_0x618ed2,_0x496031);_0x418794[_0x5842d7(0x487)]({'width':_0x58c512[_0x5842d7(0x2e3)]['width'],'height':_0x58c512[_0x5842d7(0x2e3)]['height']}),_0x326c3a[_0x5842d7(0x1ed)]({'flipX':_0x58c512[_0x5842d7(0x2e3)][_0x5842d7(0x24b)],'flipY':_0x58c512[_0x5842d7(0x2e3)][_0x5842d7(0x30a)],'left':_0x58c512[_0x5842d7(0x2e3)][_0x5842d7(0x21c)],'top':_0x58c512['worldRect'][_0x5842d7(0x4c1)],'width':_0x58c512[_0x5842d7(0x2e3)][_0x5842d7(0x3e4)],'height':_0x58c512[_0x5842d7(0x2e3)]['height'],'angle':_0x58c512[_0x5842d7(0x47d)]}),_0x418794[_0x5842d7(0x4d0)]();}[_0x3f4941(0x331)](_0x288d2c,_0x57f21f,_0x2eecf1,_0x19e725,_0x5440cb,_0x3ef36a,_0x5d6a3d,_0x10a635){const _0x3a483c=_0x3f4941;let _0x374a76=this[_0x3a483c(0x3e8)],_0x1f4f3c=this[_0x3a483c(0x2c7)];this[_0x3a483c(0x3e8)]=_0x288d2c,this[_0x3a483c(0x2c7)]=_0x57f21f;let _0x11e70b=this[_0x3a483c(0x38e)](_0x5440cb);if(this['_unitId']=_0x374a76,this['_subUnitId']=_0x1f4f3c,!_0x11e70b)return;let {left:_0x134624=0x0,top:_0x39ceb1=0x0,width:_0x63e730=0x0,height:_0x33db5f=0x0,flipX:_0x5efb2d=!0x1,flipY:_0x1960dd=!0x1}=_0x5d6a3d[_0x3a483c(0x3af)],_0xb1824a=_0x19e725[_0x3a483c(0x496)]();if(_0xb1824a[_0x3a483c(0x461)]<0x2)return;let _0x29fd14=new _0x42b1e0[(_0x3a483c(0x4f8))]({'left':_0x134624,'top':_0x39ceb1,'width':_0x63e730,'height':_0x33db5f,'flipX':_0x5efb2d,'flipY':_0x1960dd}),_0x570021=_0x3ef36a?_0xb1824a[_0xb1824a[_0x3a483c(0x461)]-0x1]:_0xb1824a[0x0],_0x4797b7=_0x29fd14[_0x3a483c(0x2ab)](_0x570021),_0x269c53=_0x42b1e0[_0x3a483c(0x4f8)][_0x3a483c(0x3d7)](_0x4797b7,_0x11e70b[_0x3a483c(0x1eb)],!_0x3ef36a);_0x10a635[_0x3a483c(0x1ed)]({'flipX':_0x269c53[_0x3a483c(0x2e3)][_0x3a483c(0x24b)],'flipY':_0x269c53[_0x3a483c(0x2e3)]['flipY'],'left':_0x269c53['worldRect']['left'],'top':_0x269c53[_0x3a483c(0x2e3)]['top'],'width':_0x269c53['worldRect'][_0x3a483c(0x3e4)],'height':_0x269c53[_0x3a483c(0x2e3)][_0x3a483c(0x260)],'angle':_0x269c53[_0x3a483c(0x2e3)][_0x3a483c(0x4d2)]}),_0x10a635[_0x3a483c(0x4ea)](!0x0);}['_clearShapeConnectorHandlerObjects'](){const _0x95307d=_0x3f4941;this['_connectorObjects'][_0x95307d(0x461)]!==0x0&&(this['_connectorObjects'][_0x95307d(0x3cc)](_0x587014=>{const _0x2b487e=_0x95307d;_0x587014[_0x2b487e(0x343)]();}),this[_0x95307d(0x4c3)]=[]);}[_0x3f4941(0x3bb)](){const _0x2c5ead=_0x3f4941;let _0x38a99c=this['_univerInstanceService']['getCurrentTypeOfUnit$'](_0x5ee564['UniverInstanceType'][_0x2c5ead(0x407)]);this['disposeWithMe'](_0x38a99c[_0x2c5ead(0x482)]((0x0,_0xee79c5[_0x2c5ead(0x2c9)])(_0x49d8ff=>_0x49d8ff?_0x49d8ff[_0x2c5ead(0x3ee)][_0x2c5ead(0x482)]((0x0,_0xee79c5[_0x2c5ead(0x2c9)])(_0x1b8adc=>{const _0xffba97=_0x2c5ead;if(!_0x1b8adc)return _0xee79c5[_0xffba97(0x40d)];let _0x4687dc=_0x49d8ff[_0xffba97(0x34f)](),_0x42f218=this[_0xffba97(0x35f)]['getRenderUnitById'](_0x4687dc),_0x369111=_0x42f218==null?void 0x0:_0x42f218['scene'];return _0x369111?(0x0,_0xee79c5['of'])(_0x369111):_0xee79c5[_0xffba97(0x40d)];})):_0xee79c5['EMPTY']))[_0x2c5ead(0x504)](_0x5f5281=>{const _0x2e5e0c=_0x2c5ead;let _0x5be696=_0x5f5281['getTransformerByCreate']();this['disposeWithMe'](_0x5f5281[_0x2e5e0c(0x208)][_0x2e5e0c(0x50e)](_0x4bbff0=>{const _0x295b0c=_0x2e5e0c;this['_isDrawingShapePointDown']&&this[_0x295b0c(0x3c7)]&&this[_0x295b0c(0x369)]();})),this['disposeWithMe'](_0x5be696[_0x2e5e0c(0x2e4)][_0x2e5e0c(0x504)](_0x3306a8=>{const _0x344d62=_0x2e5e0c;let {objects:_0x344ec3}=_0x3306a8;this[_0x344d62(0x369)](),_0x344ec3!==null&&_0x344ec3[_0x344d62(0x254)]===0x1&&_0x344ec3[_0x344d62(0x4c9)]()['next']()[_0x344d62(0x3b7)]instanceof _0x264c5f&&(this[_0x344d62(0x1e5)]=!0x0);})),this['disposeWithMe'](_0x5be696['changing$']['subscribe'](_0x139f79=>{const _0x57a7dc=_0x2e5e0c;this[_0x57a7dc(0x1e5)]&&this['_clearShapeConnectorHandlerObjects']();})),this[_0x2e5e0c(0x37d)](_0x5f5281['onPointerUp$'][_0x2e5e0c(0x50e)](()=>{const _0x96da1=_0x2e5e0c;this[_0x96da1(0x1e5)]&&(this[_0x96da1(0x1e5)]=!0x1,this[_0x96da1(0x324)]());})),this[_0x2e5e0c(0x37d)](_0x5be696[_0x2e5e0c(0x4e0)][_0x2e5e0c(0x504)](()=>{const _0x52ad3c=_0x2e5e0c;this['_unitId']&&this[_0x52ad3c(0x2c7)]&&this['_activeShapeId']&&this[_0x52ad3c(0x514)][_0x52ad3c(0x4ae)]({'unitId':this[_0x52ad3c(0x3e8)],'subUnitId':this[_0x52ad3c(0x2c7)],'drawingId':this[_0x52ad3c(0x3c7)]})&&(this[_0x52ad3c(0x369)](),this[_0x52ad3c(0x324)]());}));}));}[_0x3f4941(0x4a5)](){const _0x57994e=_0x3f4941;this[_0x57994e(0x37d)](this[_0x57994e(0x514)][_0x57994e(0x2e7)][_0x57994e(0x504)](_0x15ed1f=>{const _0x160f7d=_0x57994e;if(_0x15ed1f['length']===0x1){let _0x20c88f=_0x15ed1f[0x0];if(_0x20c88f[_0x160f7d(0x46a)]===_0x5ee564[_0x160f7d(0x2b1)][_0x160f7d(0x2a5)]){let _0x1699fe=this[_0x160f7d(0x23b)]['getShapeModel'](_0x20c88f[_0x160f7d(0x4fd)],_0x20c88f[_0x160f7d(0x31a)],_0x20c88f[_0x160f7d(0x4e3)]);if(_0x1699fe&&(0x0,_0x42b1e0[_0x160f7d(0x24d)])(_0x1699fe[_0x160f7d(0x507)]())){this[_0x160f7d(0x3c7)]=_0x20c88f[_0x160f7d(0x4e3)],this['_unitId']=_0x20c88f['unitId'],this['_subUnitId']=_0x20c88f[_0x160f7d(0x31a)],this[_0x160f7d(0x369)](),this[_0x160f7d(0x324)]();return;}}}this['_activeShapeId']=void 0x0,this[_0x160f7d(0x3e8)]=void 0x0,this[_0x160f7d(0x2c7)]=void 0x0,this[_0x160f7d(0x369)]();})),this[_0x57994e(0x37d)](this['_drawingManagerService']['update$'][_0x57994e(0x504)](_0x363443=>{const _0x5414c8=_0x57994e;if(_0x363443['length']===0x1){var _0x125609;let _0x167ac7=_0x363443[0x0],_0x1e0f77=(_0x125609=this['_drawingManagerService']['getDrawingByParam'](_0x167ac7))==null?void 0x0:_0x125609['drawingType'];_0x1e0f77===_0x5ee564['DrawingTypeEnum'][_0x5414c8(0x2a5)]&&_0x167ac7['drawingId']===this[_0x5414c8(0x3c7)]?(this['_clearShapeConnectorHandlerObjects'](),this[_0x5414c8(0x324)]()):!this[_0x5414c8(0x3c7)]&&_0x1e0f77===_0x5ee564['DrawingTypeEnum'][_0x5414c8(0x2a5)]&&this['_handleBasicShapeUpdateConnectorLineShape'](_0x167ac7[_0x5414c8(0x4fd)],_0x167ac7[_0x5414c8(0x31a)],_0x167ac7[_0x5414c8(0x4e3)]);}})),this['disposeWithMe'](this[_0x57994e(0x514)][_0x57994e(0x442)][_0x57994e(0x504)](_0x1739f9=>{const _0x5c0ca3=_0x57994e;for(let _0x5c4033 of _0x1739f9){let {drawingId:_0x1cf74f}=_0x5c4033;if(this[_0x5c0ca3(0x3c7)]===_0x1cf74f){this[_0x5c0ca3(0x4db)]();return;}}}));}[_0x3f4941(0x4f3)](_0x2d7a15,_0x524cd1,_0x51e7eb,_0x25bfd1,_0x4dc907){const _0x1426ba=_0x3f4941;var _0x5016a3;if(!this[_0x1426ba(0x4b8)])return;let _0x9e8b26=this['_getConnectPointInfo'](_0x2d7a15);if(!_0x9e8b26)return;let _0x59f647=this[_0x1426ba(0x345)]?this[_0x1426ba(0x345)][_0x1426ba(0x3b6)]:_0x524cd1,_0x33fbbd=this[_0x1426ba(0x345)]?this['_currentConnectionTarget']['angle']:this[_0x1426ba(0x251)](_0x9e8b26['point'],_0x59f647),_0x5338a0;if(this[_0x1426ba(0x345)]){let _0x1c6879=this[_0x1426ba(0x514)][_0x1426ba(0x4ae)]({'unitId':this['_currentConnectionTarget'][_0x1426ba(0x4fd)],'subUnitId':this['_currentConnectionTarget'][_0x1426ba(0x31a)],'drawingId':this[_0x1426ba(0x345)][_0x1426ba(0x503)]});if(_0x1c6879!=null&&_0x1c6879[_0x1426ba(0x3af)]){let {left:_0x270404=0x0,top:_0x41030e=0x0,width:_0x1861b6=0x0,height:_0x25f5bd=0x0,angle:_0x5f45e9}=_0x1c6879[_0x1426ba(0x3af)];_0x5338a0=(0x0,_0x42b1e0[_0x1426ba(0x237)])({'left':_0x270404,'top':_0x41030e,'width':_0x1861b6,'height':_0x25f5bd},_0x5f45e9||0x0);}else _0x5338a0={'left':_0x59f647['x'],'top':_0x59f647['y'],'width':0x0,'height':0x0};}else _0x5338a0={'left':_0x59f647['x'],'top':_0x59f647['y'],'width':0x0,'height':0x0};let _0x194bd5={'point':_0x59f647,'angle':_0x33fbbd,'bounds':_0x5338a0},_0x3d1214=_0x51e7eb?_0x194bd5:_0x9e8b26,_0xd822f4=_0x51e7eb?_0x9e8b26:_0x194bd5,_0x21641d=this[_0x1426ba(0x4b8)][_0x1426ba(0x507)](),_0x1ad043=(0x0,_0x42b1e0['routeConnectorLineShape'])(_0x3d1214,_0xd822f4,_0x21641d);_0x1ad043&&this[_0x1426ba(0x4b8)][_0x1426ba(0x27d)](_0x1ad043);let _0x1cc5cb=(0x0,_0x42b1e0[_0x1426ba(0x3b9)])(_0x1ad043,_0x21641d);_0x1cc5cb['lineType']!==_0x21641d&&this[_0x1426ba(0x4b8)][_0x1426ba(0x2d6)](_0x1cc5cb[_0x1426ba(0x4e9)]);for(let [_0x287b37,_0x469e84]of Object['entries'](_0x1cc5cb[_0x1426ba(0x3fd)]))this[_0x1426ba(0x4b8)][_0x1426ba(0x33d)](_0x287b37,_0x469e84);this[_0x1426ba(0x4b8)][_0x1426ba(0x487)]({'width':_0x1cc5cb['worldRect'][_0x1426ba(0x3e4)],'height':_0x1cc5cb[_0x1426ba(0x2e3)]['height']}),_0x25bfd1['transformByState']({'flipX':_0x1cc5cb[_0x1426ba(0x2e3)]['flipX'],'flipY':_0x1cc5cb['worldRect'][_0x1426ba(0x30a)],'left':_0x1cc5cb['worldRect'][_0x1426ba(0x21c)],'top':_0x1cc5cb[_0x1426ba(0x2e3)][_0x1426ba(0x4c1)],'width':_0x1cc5cb[_0x1426ba(0x2e3)][_0x1426ba(0x3e4)],'height':_0x1cc5cb['worldRect'][_0x1426ba(0x260)],'angle':_0x1cc5cb[_0x1426ba(0x47d)]}),_0x25bfd1[_0x1426ba(0x4ea)](!0x0);let _0x576b47=((_0x5016a3=this[_0x1426ba(0x345)])==null?void 0x0:_0x5016a3[_0x1426ba(0x3b6)])??_0x524cd1;_0x4dc907[_0x1426ba(0x1ed)]({'left':_0x576b47['x']-_0x42b1e0[_0x1426ba(0x42a)]['cxnPointRadius'],'top':_0x576b47['y']-_0x42b1e0['ShapeDefaultConfig'][_0x1426ba(0x2af)]});}[_0x3f4941(0x4a6)](_0x9dc430,_0x5e81d7,_0x31f792,_0x51b8b0,_0x91e9a){const _0x1dd757=_0x3f4941;var _0x48f6ca,_0x3b108e;let _0x43e98b=((_0x48f6ca=this[_0x1dd757(0x345)])==null?void 0x0:_0x48f6ca[_0x1dd757(0x3b6)])??_0x9dc430,_0x2ebc3e=_0x42b1e0[_0x1dd757(0x4f8)][_0x1dd757(0x3d7)](_0x5e81d7,_0x43e98b,_0x31f792);_0x51b8b0[_0x1dd757(0x1ed)]({'flipX':_0x2ebc3e[_0x1dd757(0x2e3)][_0x1dd757(0x24b)],'flipY':_0x2ebc3e[_0x1dd757(0x2e3)][_0x1dd757(0x30a)],'left':_0x2ebc3e[_0x1dd757(0x2e3)][_0x1dd757(0x21c)],'top':_0x2ebc3e[_0x1dd757(0x2e3)][_0x1dd757(0x4c1)],'width':_0x2ebc3e[_0x1dd757(0x2e3)][_0x1dd757(0x3e4)],'height':_0x2ebc3e[_0x1dd757(0x2e3)][_0x1dd757(0x260)],'angle':_0x2ebc3e[_0x1dd757(0x2e3)][_0x1dd757(0x4d2)]});let _0x1f6886=((_0x3b108e=this[_0x1dd757(0x345)])==null?void 0x0:_0x3b108e['worldPoint'])??_0x9dc430;_0x91e9a['transformByState']({'left':_0x1f6886['x']-_0x42b1e0[_0x1dd757(0x42a)]['cxnPointRadius'],'top':_0x1f6886['y']-_0x42b1e0[_0x1dd757(0x42a)]['cxnPointRadius']});}[_0x3f4941(0x38e)](_0x508f71){const _0x10ef8b=_0x3f4941;if(!this[_0x10ef8b(0x3e8)]||!this[_0x10ef8b(0x2c7)])return null;let {shapeId:_0xcb7674,cxnIndex:_0x2fff5d}=_0x508f71,_0x2dfa93=this[_0x10ef8b(0x23b)][_0x10ef8b(0x295)](this[_0x10ef8b(0x3e8)],this[_0x10ef8b(0x2c7)],_0xcb7674);if(!_0x2dfa93)return null;let _0x2e9d3a=this[_0x10ef8b(0x514)][_0x10ef8b(0x4ae)]({'unitId':this[_0x10ef8b(0x3e8)],'subUnitId':this[_0x10ef8b(0x2c7)],'drawingId':_0xcb7674});if(!(_0x2e9d3a!=null&&_0x2e9d3a['transform']))return null;let {left:_0x3717a7=0x0,top:_0x4bba86=0x0,width:_0x55336f=0x0,height:_0x4cc487=0x0,flipX:_0x7946bc=!0x1,flipY:_0x40ef55=!0x1,angle:_0x1293a6}=_0x2e9d3a[_0x10ef8b(0x3af)];_0x2dfa93['updateContext']({'width':_0x55336f,'height':_0x4cc487});let _0x56d1ec=_0x2dfa93[_0x10ef8b(0x2cf)]()[_0x10ef8b(0x439)](_0x3614f5=>_0x3614f5[_0x10ef8b(0x2dc)]===_0x2fff5d);if(!_0x56d1ec)return null;let _0x1f578d=_0x7946bc?_0x55336f-_0x56d1ec['x']:_0x56d1ec['x'],_0x1818b6=_0x40ef55?_0x4cc487-_0x56d1ec['y']:_0x56d1ec['y'];if(_0x1293a6!==0x0&&_0x1293a6!=null){let _0x4293a3=_0x1293a6*Math['PI']/0xb4,_0x221885=Math[_0x10ef8b(0x4f7)](_0x4293a3),_0xf123d2=Math[_0x10ef8b(0x467)](_0x4293a3),_0x53c7bd=_0x55336f/0x2,_0x4367a7=_0x4cc487/0x2,_0x2f6a3e=_0x1f578d-_0x53c7bd,_0x1e22f4=_0x1818b6-_0x4367a7;_0x1f578d=_0x53c7bd+_0x2f6a3e*_0x221885-_0x1e22f4*_0xf123d2,_0x1818b6=_0x4367a7+_0x2f6a3e*_0xf123d2+_0x1e22f4*_0x221885;}_0x1f578d+=_0x3717a7,_0x1818b6+=_0x4bba86;let _0x557f75=_0x56d1ec['ang']/0xea60;_0x7946bc&&(_0x557f75=0xb4-_0x557f75),_0x40ef55&&(_0x557f75=-_0x557f75),_0x557f75+=_0x1293a6||0x0,_0x557f75=(_0x557f75%0x168+0x168)%0x168;let _0x414903=(0x0,_0x42b1e0[_0x10ef8b(0x237)])({'left':_0x3717a7,'top':_0x4bba86,'width':_0x55336f,'height':_0x4cc487},_0x1293a6||0x0);return{'point':{'x':_0x1f578d,'y':_0x1818b6},'angle':_0x557f75,'bounds':_0x414903};}[_0x3f4941(0x251)](_0x1a8f62,_0x3eec14){const _0x4bc507=_0x3f4941;let _0x247d6d=_0x3eec14['x']-_0x1a8f62['x'],_0x44171c=_0x3eec14['y']-_0x1a8f62['y'];return Math['abs'](_0x247d6d)>=Math[_0x4bc507(0x367)](_0x44171c)?_0x247d6d>=0x0?0xb4:0x0:_0x44171c>=0x0?0x10e:0x5a;}[_0x3f4941(0x4db)](){const _0x50404e=_0x3f4941;this[_0x50404e(0x3c7)]=void 0x0,this['_unitId']=void 0x0,this[_0x50404e(0x2c7)]=void 0x0,this[_0x50404e(0x369)]();}[_0x3f4941(0x343)](){const _0x50a88d=_0x3f4941;this[_0x50a88d(0x369)](),super[_0x50a88d(0x343)]();}};_0x4b38c3=_0x2cf515([_0x2dfb17(0x1,_0x5ee564[_0x3f4941(0x26f)]),_0x2dfb17(0x2,_0x1dacf6['IRenderManagerService']),_0x2dfb17(0x3,_0xba406a['IDrawingManagerService']),_0x2dfb17(0x4,_0x5ee564['IUniverInstanceService']),_0x2dfb17(0x5,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x308292[_0x3f4941(0x41e)])),_0x2dfb17(0x6,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x341b27)),_0x2dfb17(0x7,(0x0,_0x5ee564['Inject'])(_0x59a212))],_0x4b38c3);let _0x572e0a=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(_0x13ceae,_0x102df4,_0x332727){const _0xcfc89d=_0x3f4941;super(),this[_0xcfc89d(0x425)]=_0x13ceae,this[_0xcfc89d(0x514)]=_0x102df4,this['_shapeRenderController']=_0x332727,this[_0xcfc89d(0x292)]();}[_0x3f4941(0x292)](){const _0x4e83e5=_0x3f4941;this['disposeWithMe'](this['_sheetPrintInterceptorService'][_0x4e83e5(0x511)][_0x4e83e5(0x359)](this['_sheetPrintInterceptorService']['interceptor'][_0x4e83e5(0x2a1)]()[_0x4e83e5(0x337)],{'handler':(_0x278062,_0x1219e8,_0x195173)=>{const _0x39b2d0=_0x4e83e5;var _0x1f5606;let {unitId:_0x9f2cd,subUnitId:_0x34680f,scene:_0x2a68a3,resourceCollector:_0x49f4df}=_0x1219e8,_0x57b4c8=(_0x1f5606=this[_0x39b2d0(0x514)][_0x39b2d0(0x2bf)](_0x9f2cd))==null?void 0x0:_0x1f5606[_0x34680f];return _0x57b4c8==null||_0x57b4c8[_0x39b2d0(0x2bb)][_0x39b2d0(0x3cc)](_0x2fbbe6=>{const _0x40a274=_0x39b2d0;let _0x1fea71=_0x57b4c8[_0x40a274(0x224)][_0x2fbbe6];_0x1fea71['drawingType']===_0x5ee564[_0x40a274(0x2b1)][_0x40a274(0x2a5)]&&!_0x1fea71[_0x40a274(0x471)]&&this['_shapeRenderController'][_0x40a274(0x249)](_0x1fea71,_0x2a68a3,{'resourceCollector':_0x49f4df});}),_0x195173(_0x278062);}}));}};_0x572e0a=_0x2cf515([_0x2dfb17(0x0,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x17a3f5['SheetPrintInterceptorService'])),_0x2dfb17(0x1,_0xba406a[_0x3f4941(0x253)]),_0x2dfb17(0x2,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x1a428d))],_0x572e0a);let _0x476170=class extends _0x5ee564['Disposable']{constructor(_0x4b4bbd,_0x1dfba9,_0x350953){const _0x4d8618=_0x3f4941;super(),this['_commandService']=_0x4b4bbd,this[_0x4d8618(0x453)]=_0x1dfba9,this[_0x4d8618(0x419)]=_0x350953,this[_0x4d8618(0x2ef)]();}[_0x3f4941(0x2ef)](){const _0x4d7638=_0x3f4941;this['disposeWithMe'](this[_0x4d7638(0x432)]['beforeCommandExecuted'](_0x263bfe=>{const _0x44407d=_0x4d7638;let _0x41b719,_0x40df0f;if(_0x263bfe['id']===_0x308292[_0x44407d(0x280)]['id']||_0x263bfe['id']===_0x308292[_0x44407d(0x41d)]['id']||_0x263bfe['id']===_0x308292['UpdateConnectorRelationCommand']['id']){let _0x477ad7=_0x263bfe[_0x44407d(0x226)];_0x41b719=_0x477ad7[_0x44407d(0x4fd)],_0x40df0f=_0x477ad7[_0x44407d(0x31a)];}!_0x41b719||!_0x40df0f||this['_sheetPermissionCheckController']['permissionCheckWithoutRange']({'workbookTypes':[_0x417e5f['WorkbookEditablePermission']],'worksheetTypes':[_0x417e5f[_0x44407d(0x20e)]]},_0x41b719,_0x40df0f)||this[_0x44407d(0x419)][_0x44407d(0x2ce)](this[_0x44407d(0x453)]['t'](_0x44407d(0x35c)));}));}};_0x476170=_0x2cf515([_0x2dfb17(0x0,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x5ee564[_0x3f4941(0x26f)])),_0x2dfb17(0x1,(0x0,_0x5ee564['Inject'])(_0x5ee564[_0x3f4941(0x231)])),_0x2dfb17(0x2,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x417e5f[_0x3f4941(0x335)]))],_0x476170);let _0x482382=class extends _0x5ee564[_0x3f4941(0x43b)]{constructor(_0x26696a,_0x478d74,_0x4e8ff1,_0x47bb74,_0x27f076,_0x22332f,_0x198d79,_0x3eb770,_0x514ddd,_0x16b5db,_0x438272){const _0x2c7f04=_0x3f4941;super(),this[_0x2c7f04(0x3ed)]=_0x26696a,this[_0x2c7f04(0x385)]=_0x478d74,this[_0x2c7f04(0x3b1)]=_0x4e8ff1,this[_0x2c7f04(0x23b)]=_0x47bb74,this[_0x2c7f04(0x453)]=_0x27f076,this['_commandService']=_0x22332f,this['_drawingManagerService']=_0x198d79,this[_0x2c7f04(0x2d2)]=_0x3eb770,this[_0x2c7f04(0x4df)]=_0x514ddd,this[_0x2c7f04(0x35f)]=_0x16b5db,this[_0x2c7f04(0x1e9)]=_0x438272,_0xaf91f4(this,_0x2c7f04(0x303),null),_0xaf91f4(this,_0x2c7f04(0x2d1),null),_0xaf91f4(this,_0x2c7f04(0x256),!0x1),_0xaf91f4(this,_0x2c7f04(0x26a),0x0),_0xaf91f4(this,'_initializedShapePopupMenu',new Set()),_0xaf91f4(this,_0x2c7f04(0x46e),[]),this[_0x2c7f04(0x268)](),this[_0x2c7f04(0x37d)](this[_0x2c7f04(0x3ed)][_0x2c7f04(0x38f)](_0x5ee564['UniverInstanceType']['UNIVER_SHEET'])['subscribe'](_0x25a246=>{if(!_0x25a246){var _0x35c5ce;(_0x35c5ce=this['_sidebarDisposable'])==null||_0x35c5ce['dispose']();return;}this['_createShapePopupMenu'](_0x25a246);})),this[_0x2c7f04(0x20c)](),this['initShapePopupMenu'](),this['disposeWithMe'](this['_shapeTextEditingService']['editingParams$'][_0x2c7f04(0x504)](_0x354b2=>{const _0x48b239=_0x2c7f04;_0x354b2&&this[_0x48b239(0x4b4)]();}));}[_0x3f4941(0x268)](){const _0x2eb0d6=_0x3f4941;this[_0x2eb0d6(0x3b1)]['mergeMenu'](_0x1174a0);}[_0x3f4941(0x241)](){const _0x5af982=_0x3f4941;this[_0x5af982(0x3ed)][_0x5af982(0x2e0)](_0x5ee564[_0x5af982(0x502)][_0x5af982(0x407)])[_0x5af982(0x3cc)](_0x29c8cc=>this[_0x5af982(0x51b)](_0x29c8cc));}[_0x3f4941(0x352)](_0x3b2493,_0x311591,_0x25b9b7){const _0x24a145=_0x3f4941;let _0x5689ca=this[_0x24a145(0x23b)]['getShapeTypeById'](_0x3b2493,_0x311591,_0x25b9b7),_0x1f716e=this[_0x24a145(0x23b)]['getShapeDataById'](_0x3b2493,_0x311591,_0x25b9b7);return _0x5689ca!==void 0x0&&_0x1f716e!==void 0x0?{'shapeData':_0x1f716e,'shapeId':_0x25b9b7,'shapeType':_0x5689ca,'unitId':_0x3b2493,'subUnitId':_0x311591,'version':this[_0x24a145(0x26a)],'disableShapeOption':!0x1}:null;}[_0x3f4941(0x51b)](_0x3b9878){const _0x145b6c=_0x3f4941;if(!_0x3b9878)return;let _0x1341ec=_0x3b9878[_0x145b6c(0x34f)]();this['_renderManagerService'][_0x145b6c(0x302)](_0x1341ec)&&!this[_0x145b6c(0x3b0)][_0x145b6c(0x302)](_0x1341ec)&&(this[_0x145b6c(0x48c)](_0x1341ec),this['_initializedShapePopupMenu'][_0x145b6c(0x368)](_0x1341ec));}[_0x3f4941(0x4b4)](){const _0x472e3b=_0x3f4941;this['_disposePopups'][_0x472e3b(0x3cc)](_0x37ea85=>_0x37ea85['dispose']()),this[_0x472e3b(0x46e)][_0x472e3b(0x461)]=0x0;}[_0x3f4941(0x48c)](_0x3b6132){const _0x1fa751=_0x3f4941;var _0x411ea0;let _0x356443=(_0x411ea0=this[_0x1fa751(0x35f)][_0x1fa751(0x3b3)](_0x3b6132))==null?void 0x0:_0x411ea0['scene'],_0x2e2c76=_0x356443==null?void 0x0:_0x356443['getTransformerByCreate']();!_0x356443||!_0x2e2c76||(this[_0x1fa751(0x37d)](_0x2e2c76['createControl$'][_0x1fa751(0x504)](()=>{const _0x38df62=_0x1fa751;let _0x3eb439=_0x2e2c76[_0x38df62(0x245)]();if(this[_0x38df62(0x4b4)](),this[_0x38df62(0x256)]||_0x3eb439[_0x38df62(0x254)]>0x1)return;let _0x59fba2=_0x3eb439['values']()[_0x38df62(0x4b2)]()['value'];if(!_0x59fba2)return;let _0x117e13=this[_0x38df62(0x514)][_0x38df62(0x240)](_0x59fba2[_0x38df62(0x4bf)]);if(!_0x117e13||_0x117e13[_0x38df62(0x46a)]!==_0x5ee564[_0x38df62(0x2b1)][_0x38df62(0x2a5)])return;let {unitId:_0x132572,subUnitId:_0x22da8e,drawingId:_0x586a32,drawingType:_0xf79c31}=_0x117e13,_0x3ffccc=this[_0x38df62(0x352)](_0x132572,_0x22da8e,_0x586a32);if(!_0x3ffccc)return;this[_0x38df62(0x4df)][_0x38df62(0x347)](_0x5ee564[_0x38df62(0x3c3)],!0x0);let _0xb831a=this[_0x38df62(0x2d2)][_0x38df62(0x42b)](_0x59fba2,{'componentKey':_0x2348ee,'direction':_0x38df62(0x415),'offset':[0x0,_0x16d6cd[_0x38df62(0x1f2)]],'extraProps':{'unitId':_0x132572,'subUnitId':_0x22da8e,'drawingId':_0x586a32,'drawingType':_0xf79c31,'shapeType':_0x3ffccc['shapeType'],'shapeData':_0x3ffccc[_0x38df62(0x48e)]}});this['_disposePopups']['push'](this[_0x38df62(0x37d)](_0xb831a)),this['_drawingManagerService'][_0x38df62(0x204)]()['find'](_0x2ded35=>_0x2ded35['unitId']===_0x132572&&_0x2ded35[_0x38df62(0x31a)]===_0x22da8e&&_0x2ded35['drawingId']===_0x586a32)||this['_drawingManagerService'][_0x38df62(0x211)]([{'unitId':_0x132572,'subUnitId':_0x22da8e,'drawingId':_0x586a32}]);})),this[_0x1fa751(0x37d)](_0x2e2c76[_0x1fa751(0x480)][_0x1fa751(0x504)](()=>{const _0x19196e=_0x1fa751;this[_0x19196e(0x4b4)](),this[_0x19196e(0x4df)]['setContextValue'](_0x5ee564[_0x19196e(0x3c3)],!0x1),this[_0x19196e(0x514)][_0x19196e(0x211)](null);})),this[_0x1fa751(0x37d)](_0x2e2c76[_0x1fa751(0x4fa)][_0x1fa751(0x504)](()=>{const _0x2226b6=_0x1fa751;this[_0x2226b6(0x4b4)]();})),this[_0x1fa751(0x37d)](_0x2e2c76[_0x1fa751(0x2e4)][_0x1fa751(0x504)](()=>{this['_clearPopups']();})));}[_0x3f4941(0x20c)](){const _0x16b61c=_0x3f4941;this[_0x16b61c(0x37d)](this[_0x16b61c(0x432)]['onCommandExecuted'](_0x1a1de4=>{const _0x9186d=_0x16b61c;if(_0x1a1de4['id']===_0x1ab9c0['id']){let {unitId:_0x11b853,subUnitId:_0x227b10,drawingId:_0x504879}=_0x1a1de4[_0x9186d(0x226)];this[_0x9186d(0x26a)]+=0x1,this[_0x9186d(0x2d1)]=this[_0x9186d(0x352)](_0x11b853,_0x227b10,_0x504879),this[_0x9186d(0x4b4)](),this[_0x9186d(0x47c)]();}if(_0x1a1de4['id']===_0x9092cb['id']&&(this[_0x9186d(0x2d1)]=null,this[_0x9186d(0x476)]()),_0x1a1de4['id']===_0x308292['UpdateSheetsShapeDataMutation']['id']){let {unitId:_0x7fa1cc,subUnitId:_0x5ba1ef,shapeId:_0x421162}=_0x1a1de4[_0x9186d(0x226)];if(this[_0x9186d(0x2d1)]&&this[_0x9186d(0x2d1)][_0x9186d(0x503)]===_0x421162){let _0x55b59e=this[_0x9186d(0x352)](_0x7fa1cc,_0x5ba1ef,_0x421162);_0x55b59e&&(this[_0x9186d(0x26a)]+=0x1,_0x55b59e[_0x9186d(0x3b8)]=this[_0x9186d(0x26a)],this[_0x9186d(0x2d1)]=_0x55b59e,this[_0x9186d(0x256)]&&this[_0x9186d(0x47c)]());}}})),this[_0x16b61c(0x37d)](this[_0x16b61c(0x514)][_0x16b61c(0x2e7)]['subscribe'](_0xde3658=>{const _0x43676a=_0x16b61c;if(this['_isOpenedShapeEditPanel']===!0x1)return;if(_0xde3658[_0x43676a(0x461)]===0x0){this[_0x43676a(0x2d1)]=null,this['_closeShapeEditPanel']();return;}if(_0xde3658['length']===0x1&&_0xde3658[0x0][_0x43676a(0x46a)]===_0x5ee564['DrawingTypeEnum']['DRAWING_SHAPE']&&(this['_shapeEditPanelVersion']+=0x1,this[_0x43676a(0x2d1)]=this[_0x43676a(0x352)](_0xde3658[0x0][_0x43676a(0x4fd)],_0xde3658[0x0][_0x43676a(0x31a)],_0xde3658[0x0]['drawingId']),this[_0x43676a(0x2d1)])){this['_openShapeEditPanel']();return;}let _0xbc2f53=_0xde3658[_0x43676a(0x309)](_0x383d44=>_0x383d44[_0x43676a(0x46a)]===_0x5ee564[_0x43676a(0x2b1)][_0x43676a(0x2a5)]);if(_0xde3658[_0x43676a(0x461)]>0x1&&_0xbc2f53[_0x43676a(0x461)]===_0xde3658['length']){if(this[_0x43676a(0x26a)]+=0x1,this[_0x43676a(0x2d1)]=this[_0x43676a(0x352)](_0xde3658[0x0][_0x43676a(0x4fd)],_0xde3658[0x0][_0x43676a(0x31a)],_0xde3658[0x0][_0x43676a(0x4e3)]),this[_0x43676a(0x2d1)]){this[_0x43676a(0x47c)]();return;}}else{if(this[_0x43676a(0x26a)]+=0x1,this[_0x43676a(0x2d1)]=this['_getShapeInfo'](_0xde3658[0x0][_0x43676a(0x4fd)],_0xde3658[0x0][_0x43676a(0x31a)],_0xde3658[0x0]['drawingId']),this[_0x43676a(0x2d1)]){this[_0x43676a(0x2d1)]['disableShapeOption']=!0x0,this[_0x43676a(0x47c)]();return;}}this[_0x43676a(0x476)]();}));}[_0x3f4941(0x47c)](){const _0x2e0796=_0x3f4941;this['_activeShapeInfo']&&(this[_0x2e0796(0x303)]=this[_0x2e0796(0x385)][_0x2e0796(0x3be)]({'id':_0x5d3717,'header':{'title':this['_localeService']['t'](_0x2e0796(0x2d3))},'width':0x184,'children':{'label':_0x5d3717,...this[_0x2e0796(0x2d1)]},'onClose':()=>{const _0x3e381f=_0x2e0796;this['_drawingManagerService']['focusDrawing'](null),this[_0x3e381f(0x4df)][_0x3e381f(0x347)](_0x5ee564['FOCUSING_COMMON_DRAWINGS'],!0x1),this[_0x3e381f(0x303)]=null;}}),this['_isOpenedShapeEditPanel']=!0x0);}[_0x3f4941(0x476)](){const _0x14ad28=_0x3f4941;this[_0x14ad28(0x256)]=!0x1,this['_sidebarService'][_0x14ad28(0x2fe)](_0x5d3717),this['_sidebarDisposable']=null,this[_0x14ad28(0x4df)][_0x14ad28(0x347)](_0x5ee564['FOCUSING_COMMON_DRAWINGS'],!0x1),this[_0x14ad28(0x514)][_0x14ad28(0x211)](null);}};_0x482382=_0x2cf515([_0x2dfb17(0x0,_0x5ee564[_0x3f4941(0x4e5)]),_0x2dfb17(0x1,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0xa79fa1[_0x3f4941(0x2df)])),_0x2dfb17(0x2,_0xa79fa1[_0x3f4941(0x4d3)]),_0x2dfb17(0x3,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x308292[_0x3f4941(0x41e)])),_0x2dfb17(0x4,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x5ee564[_0x3f4941(0x231)])),_0x2dfb17(0x5,_0x5ee564[_0x3f4941(0x26f)]),_0x2dfb17(0x6,_0xba406a[_0x3f4941(0x253)]),_0x2dfb17(0x7,(0x0,_0x5ee564['Inject'])(_0x17a3f5['SheetCanvasPopManagerService'])),_0x2dfb17(0x8,_0x5ee564[_0x3f4941(0x23f)]),_0x2dfb17(0x9,_0x1dacf6['IRenderManagerService']),_0x2dfb17(0xa,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0xd6156e))],_0x482382);let _0x568b88=class extends _0x5ee564[_0x3f4941(0x25a)]{constructor(_0x3375cd=_0x5cd296,_0xcd6489,_0xa1ec0,_0x423b0f,_0x32ab04){const _0x5de6fe=_0x3f4941;super(),this[_0x5de6fe(0x25e)]=_0x3375cd,this[_0x5de6fe(0x433)]=_0xcd6489,this[_0x5de6fe(0x432)]=_0xa1ec0,this[_0x5de6fe(0x3f8)]=_0x423b0f,this['_renderManagerService']=_0x32ab04;let {..._0x24d1e7}=(0x0,_0x5ee564[_0x5de6fe(0x20f)])({},_0x5cd296,this[_0x5de6fe(0x25e)]);this[_0x5de6fe(0x3f8)][_0x5de6fe(0x2bc)]('sheets-shape-ui.config',_0x24d1e7),this[_0x5de6fe(0x27e)]();}[_0x3f4941(0x1fa)](){const _0x5f2cb5=_0x3f4941;(0x0,_0x5ee564['touchDependencies'])(this[_0x5f2cb5(0x433)],[[_0x482382],[_0x4ea23e],[_0x1a428d],[_0x572e0a]]);}[_0x3f4941(0x341)](){const _0x195aea=_0x3f4941;this[_0x195aea(0x433)][_0x195aea(0x2ad)](_0x482382)[_0x195aea(0x241)]();}['onReady'](){const _0x3ea327=_0x3f4941;[[_0x59a212],[_0x341b27],[_0x196222]]['forEach'](_0x19390a=>this[_0x3ea327(0x433)][_0x3ea327(0x368)](_0x19390a)),(0x0,_0x5ee564[_0x3ea327(0x366)])(this['_injector'],[[_0x196222],[_0x341b27]]),this[_0x3ea327(0x35f)][_0x3ea327(0x41b)](_0x5ee564[_0x3ea327(0x502)][_0x3ea327(0x407)],[_0x59a212]),this[_0x3ea327(0x35f)]['registerRenderModule'](_0x5ee564[_0x3ea327(0x502)]['UNIVER_SHEET'],[_0x2ebc59]),this[_0x3ea327(0x35f)][_0x3ea327(0x41b)](_0x5ee564[_0x3ea327(0x502)][_0x3ea327(0x407)],[_0x4b38c3]),this[_0x3ea327(0x35f)][_0x3ea327(0x41b)](_0x5ee564[_0x3ea327(0x502)][_0x3ea327(0x407)],[_0x1763f2]),this['_renderManagerService'][_0x3ea327(0x41b)](_0x5ee564[_0x3ea327(0x502)][_0x3ea327(0x27c)],[_0x49eb4d]);}[_0x3f4941(0x3c2)](){const _0x1a5dc1=_0x3f4941;this[_0x1a5dc1(0x433)]['add']([_0x12ef7b]),this[_0x1a5dc1(0x433)]['get'](_0x12ef7b);let _0x24f7d1=this['_injector'];[[_0x482382],[_0x4ea23e],[_0x1a428d],[_0x572e0a],[_0x391f15],[_0xd6156e],[_0x513d78],[_0x12c69b],[_0x476170]][_0x1a5dc1(0x3cc)](_0xce1bd2=>_0x24f7d1['add'](_0xce1bd2)),(0x0,_0x5ee564['touchDependencies'])(this[_0x1a5dc1(0x433)],[[_0x482382],[_0x4ea23e],[_0x1a428d],[_0x391f15],[_0xd6156e],[_0x513d78],[_0x12c69b],[_0x476170]]);}[_0x3f4941(0x27e)](){const _0x118cd7=_0x3f4941;[_0x5241d5,_0x3fa252,_0x9092cb,_0x1ab9c0,_0x23579a,_0x3c9065]['forEach'](_0x542e2a=>this[_0x118cd7(0x37d)](this[_0x118cd7(0x432)][_0x118cd7(0x434)](_0x542e2a)));}};_0xaf91f4(_0x568b88,_0x3f4941(0x360),_0x5ee564[_0x3f4941(0x502)]['UNIVER_SHEET']),_0xaf91f4(_0x568b88,_0x3f4941(0x283),_0x3f4941(0x371)),_0xaf91f4(_0x568b88,_0x3f4941(0x304),_0x57e791),_0xaf91f4(_0x568b88,_0x3f4941(0x3b8),_0x400ee0),_0x568b88=_0x2cf515([(0x0,_0x5ee564['DependentOn'])(_0x54ca2b[_0x3f4941(0x35b)],_0xfaa137['UniverDocsPlugin'],_0xba406a['UniverDrawingPlugin'],_0x5d451e['UniverDrawingUIPlugin'],_0x1dacf6[_0x3f4941(0x271)],_0x417e5f[_0x3f4941(0x3c9)],_0x5dc0ea[_0x3f4941(0x45d)],_0x2c2d11[_0x3f4941(0x274)],_0x1a0005['UniverShapeEditorPlugin'],_0x253ecd['UniverSheetsDrawingUIPlugin'],_0x308292['UniverSheetsShapePlugin'],_0x17a3f5[_0x3f4941(0x28b)],_0x16d6cd['UniverShapeEditorUIPlugin']),_0x2dfb17(0x1,(0x0,_0x5ee564[_0x3f4941(0x2d0)])(_0x5ee564['Injector'])),_0x2dfb17(0x2,_0x5ee564[_0x3f4941(0x26f)]),_0x2dfb17(0x3,_0x5ee564['IConfigService']),_0x2dfb17(0x4,_0x1dacf6['IRenderManagerService'])],_0x568b88),_0x25c657[_0x3f4941(0x409)]=_0x1174a0,Object[_0x3f4941(0x2b3)](_0x25c657,_0x3f4941(0x2a4),{'enumerable':!0x0,'get':function(){return _0x568b88;}});}));