@univerjs-pro/docs-shape-ui 0.25.0-insiders.20260623-012b5a8 → 0.25.1

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 (107) 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.css +491 -0
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/controllers/doc-shape-render.controller.d.ts +1 -8
  63. package/lib/types/controllers/{ui.controller.d.ts → docs-shape-ui.controller.d.ts} +4 -3
  64. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +13 -4
  65. package/lib/types/index.d.ts +2 -2
  66. package/lib/types/locale/en-US.d.ts +0 -1
  67. package/lib/types/plugin.d.ts +1 -1
  68. package/lib/types/views/ShapeOptions.d.ts +5 -1
  69. package/lib/types/views/ShapePicker.d.ts +2 -2
  70. package/lib/types/views/shape-editor-panel/ShapeEditorPanel.d.ts +1 -1
  71. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +4 -3
  72. package/lib/types/views/shape-editor-panel/ShapeImageFillEditor.d.ts +1 -1
  73. package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +1 -1
  74. package/lib/types/views/shape-editor-panel/ShapePositionEditor.d.ts +1 -1
  75. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +2 -2
  76. package/lib/types/views/shape-floating-toolbar/shape-floating-toolbar-utils.d.ts +10 -0
  77. package/lib/types/views/shape-menu/shape-menu-factory.d.ts +3 -4
  78. package/lib/types/views/shape-text-editor/Editor.d.ts +21 -0
  79. package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +15 -0
  80. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +1 -1
  81. package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +29 -0
  82. package/lib/types/views/shape-text-editor/index.d.ts +5 -1
  83. package/lib/umd/index.js +1 -1
  84. package/lib/umd/locale/ar-SA.js +1 -1
  85. package/lib/umd/locale/ca-ES.js +1 -1
  86. package/lib/umd/locale/de-DE.js +1 -1
  87. package/lib/umd/locale/en-US.js +1 -1
  88. package/lib/umd/locale/es-ES.js +1 -1
  89. package/lib/umd/locale/fa-IR.js +1 -1
  90. package/lib/umd/locale/fr-FR.js +1 -1
  91. package/lib/umd/locale/id-ID.js +1 -1
  92. package/lib/umd/locale/it-IT.js +1 -1
  93. package/lib/umd/locale/ja-JP.js +1 -1
  94. package/lib/umd/locale/ko-KR.js +1 -1
  95. package/lib/umd/locale/pl-PL.js +1 -1
  96. package/lib/umd/locale/pt-BR.js +1 -1
  97. package/lib/umd/locale/ru-RU.js +1 -1
  98. package/lib/umd/locale/sk-SK.js +1 -1
  99. package/lib/umd/locale/vi-VN.js +1 -1
  100. package/lib/umd/locale/zh-CN.js +1 -1
  101. package/lib/umd/locale/zh-HK.js +1 -1
  102. package/lib/umd/locale/zh-TW.js +1 -1
  103. package/package.json +18 -19
  104. package/lib/types/controllers/components.controller.d.ts +0 -9
  105. package/lib/types/locale/types.d.ts +0 -3
  106. /package/lib/types/{config/config.d.ts → controllers/config.schema.d.ts} +0 -0
  107. /package/lib/types/{menu/schema.d.ts → controllers/menu.schema.d.ts} +0 -0
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- const _0x3da21c=_0x4e41;(function(_0x395d91,_0x8c5dd1){const _0x5a56af=_0x4e41,_0x318612=_0x395d91();while(!![]){try{const _0x105fcf=parseInt(_0x5a56af(0x454))/0x1*(parseInt(_0x5a56af(0x378))/0x2)+-parseInt(_0x5a56af(0x22b))/0x3+parseInt(_0x5a56af(0x1b0))/0x4+-parseInt(_0x5a56af(0x2e5))/0x5+-parseInt(_0x5a56af(0x1d0))/0x6+parseInt(_0x5a56af(0x23e))/0x7+parseInt(_0x5a56af(0x3d0))/0x8;if(_0x105fcf===_0x8c5dd1)break;else _0x318612['push'](_0x318612['shift']());}catch(_0x49f9f6){_0x318612['push'](_0x318612['shift']());}}}(_0x4a91,0x6fdc5),Object[_0x3da21c(0x223)](exports,Symbol[_0x3da21c(0x37d)],{'value':_0x3da21c(0x296)}));let e=require('@univerjs-pro/docs-shape'),t=require('@univerjs-pro/engine-shape'),n=require('@univerjs/core'),r=require('@univerjs/docs'),i=require('@univerjs/docs-drawing-ui'),a=require('@univerjs/docs-ui'),o=require('@univerjs/engine-render'),s=require('@univerjs/drawing'),c=require('@univerjs/ui'),l=require('@univerjs/design'),u=require('@univerjs/drawing-ui'),d=require('react'),f=require('react/jsx-runtime'),p=require('rxjs'),m=require('@univerjs-pro/shape-editor-ui'),h=require('@univerjs-pro/license'),g=require('@univerjs/icons');const _=_0x3da21c(0x201),v=_0x3da21c(0x322);function y(_0x1bbc96,_0x4bc10f){const _0x321f4c=_0x3da21c;if(_0x4bc10f){if((0x0,t[_0x321f4c(0x192)])(_0x1bbc96)&&(_0x4bc10f['startArrow']||_0x4bc10f[_0x321f4c(0x331)]))return{'ln':{'startArrow':_0x4bc10f[_0x321f4c(0xbe)]?{'type':t[_0x321f4c(0x243)]['Arrow'],'size':t['ShapeArrowSizeEnum'][_0x321f4c(0x117)]}:void 0x0,'endArrow':_0x4bc10f[_0x321f4c(0x331)]?{'type':t['ShapeArrowTypeEnum'][_0x321f4c(0x401)],'size':t[_0x321f4c(0x430)][_0x321f4c(0x334)]}:void 0x0}};if(_0x1bbc96===t[_0x321f4c(0xb5)][_0x321f4c(0x2a3)]&&(_0x4bc10f[_0x321f4c(0x1cc)]||_0x4bc10f[_0x321f4c(0xc5)]))return{'fill':{'fillType':t[_0x321f4c(0x1e3)][_0x321f4c(0x389)],'color':_},'stroke':{'lineStrokeType':t['ShapeLineTypeEnum'][_0x321f4c(0x13b)],'width':0x1,'color':v},'shapeText':{'isHorizontal':!!_0x4bc10f[_0x321f4c(0x1cc)]}};}}function _0x4e41(_0x4d2fd8,_0xf6576b){_0x4d2fd8=_0x4d2fd8-0xaa;const _0x4a91e0=_0x4a91();let _0x4e41f6=_0x4a91e0[_0x4d2fd8];return _0x4e41f6;}function b(_0x3e2799,_0x513905){const _0x289f83=_0x3da21c;var _0x2b008d;let _0x4c5816=_0x3e2799[_0x289f83(0xf5)](o['IRenderManagerService'])[_0x289f83(0x14e)](_0x513905),_0x169cfb=_0x4c5816==null||(_0x2b008d=_0x4c5816[_0x289f83(0x3c5)](a[_0x289f83(0x445)])['getActiveTextRange']())==null?void 0x0:_0x2b008d[_0x289f83(0x168)]();return _0x169cfb?{'left':_0x169cfb[_0x289f83(0x191)],'top':_0x169cfb[_0x289f83(0x261)]}:null;}function x(_0x5c331a,_0x7d1f79,_0x1cd862){const _0x28e2b5=_0x3da21c;var _0x12d60f,_0x53b4d3,_0x45c1fe;if(!_0x1cd862)return null;let _0xe54078=_0x5c331a['get'](o[_0x28e2b5(0x104)])['getRenderById'](_0x7d1f79),_0xa87897=_0xe54078==null?void 0x0:_0xe54078[_0x28e2b5(0x3c5)](a[_0x28e2b5(0x10e)])[_0x28e2b5(0x3e8)];if(!_0xa87897)return null;let _0x4e4679=_0x1cd862===_0x28e2b5(0xb8)?{'startOffset':_0xa87897[_0x28e2b5(0x124)][_0x28e2b5(0x3ec)],'endOffset':_0xa87897[_0x28e2b5(0x124)][_0x28e2b5(0x3ec)]}:_0xa87897[_0x28e2b5(0xe4)];return{'range':{'unitId':_0x7d1f79,'startOffset':_0x4e4679[_0x28e2b5(0x366)],'endOffset':_0x4e4679[_0x28e2b5(0x3ec)],'segmentId':(_0x12d60f=(_0x53b4d3=_0xa87897[_0x28e2b5(0x3b4)])==null?void 0x0:_0x53b4d3['segmentId'])==null?'':_0x12d60f},'position':(_0x45c1fe=_0xa87897['paragraph'])!=null&&_0x45c1fe['rect']?{'left':_0xa87897[_0x28e2b5(0x3b4)][_0x28e2b5(0x253)]['left'],'top':_0x1cd862==='below'?_0xa87897[_0x28e2b5(0x3b4)][_0x28e2b5(0x253)][_0x28e2b5(0x26a)]:_0xa87897['paragraph'][_0x28e2b5(0x253)][_0x28e2b5(0x261)]}:null};}function _0x4a91(){const _0x92e507=['GridType','getDrawingOKey','FlowchartSummingJunction','doc.command.menu-insert-shape','docs-shape-ui.shape.type.callout2','ShapeSwooshArrowIcon','_popupMenuListener','docs-shape-ui.textWrap.behindText','_activeShapeInfo','connectInjector','_transformCalculateSrcRect','TRUE','docs-shape-ui.shape.type.flow-chart-collate','dataModel','ShapeUpDownArrowIcon','TOP','_docDrawingShapeRenderController','onCommandExecuted','Inject','DoubleWave','WRAP_NONE','ShapeDecagonIcon','ShapeRightArrowIcon','docs-shape-ui.shape.type.flow-chart-merge','executeCommand','FlowchartCollate','ShapeStar8Icon','ShapeNotchedRightArrowIcon','LeftArrow','Moon','ObjectRelativeFromH','docs-shape-ui.shape.type.action-button-sound','docs-shape-ui.shape.type.up-arrow-callout','docs-shape-ui.shape.type.left-arrow-callout','_registerDrawingFocusChangeHandler','docs-shape-ui.shape.type.funnel','_toVisualAdjustPoint','docs-shape-ui.hidePanel','docs-shape-ui.shape.type.left-brace','_initEvents','merge','forEach','UpDownArrow','unsubscribe','_getShapeAdjustPointListById','startOffset','onSavingEditorData$','getParent','cos','Star4','RENDER_CLASS_TYPE','fonts$','FlowChartInputOutput','doc.shape.text.float-menu','ShapePlaqueIcon','docs-shape-ui.shape.type.snip1-rect','docs-shape-ui.shape.type.flow-chart-extract','ShapeStar24Icon','refreshShapeFillImage','ShapeFunnelIcon','docs-shape-ui.shape.type.flow-chart-alternate-process','UNIVER_DOC','UniverInstanceType','10090XizDQA','visible','doc.command.update-doc-drawing-wrapping-style','ShapeLeftRightArrowIcon','rectangle','toStringTag','docs-shape-ui.shape.type.star32','_drawShapeText','_clearPopups','horizontalAlign','ShapeRtTriangleIcon','_initUIPart','ShapeRectTextboxVerticalIcon','SquareTabs','ShapeEllipseIcon','docs-shape-ui.shape.type.star6','src','SolidFill','Parallelogram','ShapeFlowChartMagneticTapeIcon','isHitLine','ShapeActionButtonHomeIcon','doc.shape.picker.component','getDrawingData','docs-shape-ui.shape.type.star8','registerDependencies','[DrawingShape]\x20LocaleService\x20is\x20required\x20for\x20rich\x20text\x20rendering','MathNotEqual','RoundRect','subUnitId','flipX','ShapeSnip1RectIcon','_clearShapeAdjustControls','dispose','docs-shape-ui.shape.type.wave','wrapTopAndBottom','getFonts','onPointerDown$','ShapeTextEditorContainer','docs-shape-ui.shape.type.chord','behindDoc','CurvedConnector3','ContextMenuPosition','ShapeFlowChartInputOutputIcon','docs-shape-ui.shape.type.action-button-movie','Chevron','clipByShape','ComponentManager','gdRefY','docs-shape-ui.shape.type.flow-chart-offline-storage','getFocusDrawings','FlowchartInternalStorage','ActionButtonForwardNext','Callout3','ShapeFlowChartPreparationIcon','docs-shape-ui.shape.type.down-arrow','shape-text-','IConfigService','setOnSavingEditorData','getState','paragraph','docs-shape-ui.shape.type.hexagon','FlowchartMerge','setInsertRange','ShapeStraightConnector1Icon','ShapeLightningBoltIcon','icon','name','IMenuManagerService','BuiltInUIPart','MenuItemType','docs-shape-ui.shape.type.bent-connector3-arrow1','_loadAndSetImage','ShapeChevronIcon','getDrawingShapeKeyByDrawingSearch','transformVector2SceneCoord','ShapeStar4Icon','with','_menuManagerService','string','Teardrop','_sidebarDisposable','Heptagon','snapToGrid','disableObjectsEvent','_updateSrcRectByTransform','LEFT','QuadArrow','12128840XPSvEQ','docs-shape-ui.shape.type.wedge-rect-callout','ShapeActionButtonBeginningIcon','_activeShapeId','docs-shape-ui.shape.type.heptagon','onDblclick$','docs-shape-ui.shape.type.right-arrow-callout','asObservable','getShapeData','getViewports','unitId','ShapeBentConnector3Arrow2Icon','OpenDocShapeFormatPanelOperation','StraightConnector1','docs-shape-ui.shape.type.wedge-round-rect-callout','docs-shape-ui.shape.type.snip2-same-rect','subscribe','univer-max-h-[75vh]\x20univer-w-[320px]\x20univer-pb-2','ShapeFlowChartManualInputIcon','QuadArrowCallout','ShapeFlowChartConnectorIcon','docs-shape-ui.shape.type.down-arrow-callout','_componentManager','ShapeLeftArrowCalloutIcon','activeTarget','createInternalEditorID','wrapSquare','LeftRightRibbon','endOffset','docs-shape-ui.shape.type.flow-chart-internal-storage','docs-shape-ui.shape.type.arc','DocCanvasPopManagerService','ShapeRound2SameRectIcon','ShapeRoundRectIcon','setPrstGeom','ShapeWedgeEllipseCalloutIcon','textStyle','ShapeOctagonIcon','ShapeMathNotEqualIcon','value','WedgeRoundRectCallout','WRAP','Tools','getObjectIncludeInGroup','docs-shape-ui.shape.type.half-frame','Transform','DownArrow','restore','Star5','Arrow','group','DocsShapeService','position','object','has','docs-shape-ui.shape.type.pie','_getShapeInfo','getRealBound','height','docs-shape-ui.shape.type.flow-chart-multidocument','docs-shape-ui.shape.type.left-up-arrow','inline','BracketPair','_draw','IconManager','ShapeChordIcon','docs-shape-ui.shape.type.flow-chart-punched-tape','docs-shape-ui.shape.type.flow-chart-delay','ShapeDiagStripeIcon','_baseShapeHeight','docs-shape-ui.shape.type.star16','_getSceneByUnitId','docs-shape-ui.shape.type.quad-arrow-callout','ShapeTeardropIcon','ShapeAccentCallout1Icon','Pentagon','WedgeEllipseCallout','docs-shape-ui.shape.type.curved-up-arrow','_sidebarService','Gear9','AccentBorderCallout3','VerticalAlign','FlowchartOnlineStorage','Plaque','adjName','ShapeEllipseRibbon2Icon','URL','CurvedLeftArrow','ShapeCallout2Icon','isHit','ShapeArcIcon','docs-shape-ui.shape.type.trapezoid','_disposePopups','_drawingManagerService','docs-shape-ui.shape.type.uturn-arrow','EllipseRibbon2','ShapeArrowSizeEnum','ShapePentagonIcon','adjHandleFill','_urlImageService','_updateShapeAdjustControls','getDrawingOrder','ShapeCurvedRightArrowIcon','ShapeHorizontalScrollIcon','equationShape','ShapeMoonIcon','ShapeActionButtonInformationIcon','getTransformerByCreate','ShapeFlowChartDecisionIcon','error','_loadShapePictureFill','generateRandomId','NotchedRightArrow','gdRefAng','Disposable','docs-shape-ui.shape.type.bent-up-arrow','setContextValue','DocSelectionRenderService','ShapeFlowChartMagneticDiskIcon','ShapeStar16Icon','ICommandService','PositionedObjectLayoutType','jsx','ShapeActionButtonHelpIcon','docs-shape-ui.textWrap.square','docs-shape-ui.shape.type.irregular-seal2','_initEditingParams','Snip2DiagRect','ShapeRightBraceIcon','UniverLicensePlugin','beginPath','ShapeLineInvIcon','55AiFpFi','DEFAULT','getShapeModel','FlowchartProcess','_registerComponents','TextWrapShapeIcon','LocaleService','FlowchartTerminator','ShapePieIcon','ShapeCloudCalloutIcon','ShapeFlowChartSortIcon','create','drawingType','inFrontOfText','constructor','ShapeSnip2DiagRectIcon','PlaqueTabs','ShapeLeftRightRibbonIcon','gridType','ShapeCallout3Icon','docs-shape-ui.shape.type.curved-connector3-arrow1','ShapeUpArrowIcon','docs-shape-ui.shape.type.flow-chart-offpage-connector','renderConfig','preValue','docs-shape-ui.shape.type.notched-right-arrow','Snip2SameRect','gdRefR','docs-shape-ui.shape.type.rect-textbox-vertical','ShapeRibbonIcon','registerComponent','docs-shape-ui.shape.type.left-right-arrow','_iconManager','onload','CloseDocShapeFormatPanelOperation','lineSpacing','set','ShapeLeftBraceIcon','docs-shape-ui.shape.type.chevron','doc','ShapeTrapezoidIcon','Image','_drawRichText','_adjHandlerPointerMove','docs-shape-ui.shape.type.action-button-document','render','Round2SameRect','docs-shape-ui.shape.type.line-inv','docs-shape-ui.shape.type.round2-diag-rect','docs-shape-ui.shape.type.plaque','shapeText','Sun','ShapeDiamondIcon','_shapeEditPanelVersion','disposeWithMe','getAdjustInfoByName','IrregularSeal1','DOC_PARAGRAPH_T_INSERT_BELOW_MENU_ID','docs-shape-ui.shape.type.octagon','ShapeTypeEnum','Chord','Snip1Rect','below','ShapeDownArrowCalloutIcon','docs-shape-ui.config','BorderCallout1','clearAdjustControls','ShapeRightArrowCalloutIcon','startArrow','type','docs-shape-ui.shape.type.gear9','docs-shape-ui.shape.type.snip2-diag-rect','_registerIcons','ShapeGear9Icon','srcRect','vertical','DependentOn','_docsShapeService','ShapeLineTypeEnum','RightArrowCallout','ancestorTransform','ShapeFlowChartManualOperationIcon','CornerTabs','pluginName','CONTENT','update$','DrawingTypeEnum','getAdjustValueByName','RightTriangle','shapeData','translateWithPrecision','univer-mb-1\x20univer-rounded\x20univer-bg-gray-100\x20univer-px-3\x20univer-py-1.5\x20univer-text-xs\x20univer-font-medium\x20univer-text-gray-700\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-200','drawings','isRenderLinePointsMode','docs-shape-ui.shape.type.border-callout3','ShapeChartStarIcon','docs-shape-ui.shape.type.action-button-blank','ShapeStraightConnector2Icon','ShapeWedgeRectCalloutIcon','docs-shape-ui.shape.type.smiley-face','docs-shape-ui.shape.type.math-divide','DocumentViewModel','DRAWING_SHAPE','Star12','ShapeLeftCircularArrowIcon','multiply','menuRange','getSnapshot','docs-shape-ui.shape.type.no-smoking','ShapeRibbon2Icon','_getActiveDrawingParam','ShapeCallout1Icon','ShapeRound2DiagRectIcon','INLINE','VIEWPORT_KEY','ShapeChartXIcon','fillType','BehaviorSubject','sin','clip','ShapeCurvedDownArrowIcon','prstGeom','ShapeTriangleIcon','get','Can','_clipService','_initializedShapePopupMenu','onStarting','ShapeFlowChartOrIcon','.below','popup','Plugin','version','docs-shape-ui.insertShape','RightBrace','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','docs-shape-ui.shape.type.plus','ActionButtonBackPrevious','IRenderManagerService','shapeKey','ShapeCurvedLeftArrowIcon','ShapeLineIcon','basicShape','HomePlate','docs-shape-ui.shape.type.left-circular-arrow','docs-shape-ui.deleteShape','decorate','docs-shape-ui.shape.type.star24','DocParagraphMenuService','ShapeDonutIcon','Dropdown','getImageSourceCache','_lastEditingShapeKey','ShapeActionButtonSoundIcon','ShapeUpDownArrowCalloutIcon','_props','HorizontalAlign','Medium','ActionButtonDocument','Arc','docs-shape-ui.shape.type.accent-callout2','UniverDocsShapePlugin','DRAWING_IMAGE','isRender','docs-shape-ui.shape.type.non-isosceles-trapezoid','ShapeHalfFrameIcon','doc.operation.close-doc-shape-format-panel','ShapeDownArrowIcon','ShapeCurvedConnector3Arrow1Icon','applyPoint','moveRange','InsertDocDrawingCommand','dataStream','_configService','docs-shape-ui.shape.type.chart-star','DocSelectionManagerService','univer-mb-2','docs-shape-ui.shape.type.gear6','ShapeActionButtonReturnIcon','paragraphs','ShapeCurvedConnector3Icon','ShapeFlowChartMagneticDrumIcon','next','CurvedDownArrow','getUnit','docs-shape-ui.shape.type.flow-chart-summing-junction','WRAP_SQUARE','ShapeMathMultiplyIcon','spaceAbove','ShapeRenderModeEnum','ShapeAccentCallout2Icon','ShapeCloudIcon','ShapeRightBracketIcon','SolidLine','ShapeFlowChartCollateIcon','div','ShapeMathMinusIcon','_localeService','Ribbon','Ellipse','getImage','_activeShapeAdjustPointList','ShapeStripedRightArrowIcon','_getActiveDrawingShape','translate','_registerDrawingTransformHandler','COMMAND','toDisposable','call','fillImageSource','ShapeDefaultConfig','ActionButtonSound','getRenderById','docs-shape-ui.shape.type.bevel','ShapeBevelIcon','Dodecagon','ShapeIrregularSeal2Icon','ChartStar','setCanUseShapeClip','Heart','docs-shape-ui.shape.type.plaque-tabs','docs-shape-ui.shape.type.straight-connector1','MathMinus','docs-shape-ui.shape.type.vertical-scroll','values','ShapeAccentBorderCallout3Icon','syncExecuteCommand','getInverseCoord','_updateShape','FlowchartOffPageConnector','ShapeBentUpArrowIcon','isEditing','_renderManagerService','ShapeFlowChartOfflineStorageIcon','BlockArc','docs-shape-ui.shape.type.flow-chart-process','transform','ShapeGear6Icon','getAbsolutePosition','ShapeLeftBracketIcon','shapeType','_baseShapeLeft','docs-shape-ui.shape.type.line','docs-shape-ui.shape.type.swoosh-arrow','shapeId','ShapeHeptagonIcon','clear','ShapeCanIcon','viewBound','open','ShapeActionButtonEndIcon','ShapeBracketPairIcon','_getFocusedShapeAtPoint','ShapeRectIcon','_transform','ShapeFlowChartDocumentIcon','ShapeHexagonIcon','FlowchartDisplay','IImageIoService','angle','docs-shape-ui.shape.type.flow-chart-manual-operation','docs-shape-ui.shape.type.accent-callout3','ShapeFlowChartPunchedTapeIcon','documentStyle','ShapeSunIcon','ShapeActionButtonBlankIcon','SmileyFace','docs-shape-ui.shape.type.flow-chart-decision','ShapeBorderCallout2Icon','ShapeSquareTabsIcon','extraProps','ShapeLeftRightArrowCalloutIcon','docs-shape-ui.shape.type.border-callout1','FALSE','Vector2','Octagon','SwooshArrow','addObject','AccentCallout2','left','isConnectorShape','VERTICAL_ROTATE_ANGLE','makeDirty','BooleanNumber','_closeShapeEditPanel','docs-shape-ui.shape.type.decagon','FlowchartManualInput','getActiveViewportByCoord','DOC_CONTENT_INSERT_MENU_ID','Star10','enableObjectsEvent','draw','ShapeBentArrowIcon','FlowchartConnector','setSrcRect','UniverDocsDrawingUIPlugin','scale','ChartPlus','docs-shape-ui.shape.type.flow-chart-manual-input','_imageIoService','ShapeCurvedConnector3Arrow2Icon','ShapeUturnArrowIcon','docs-shape-ui.shape.type.math-not-equal','ShapePieWedgeIcon','useMemo','Pie','docs-shape-ui.shape.type.pentagon','_isStartAdjusting','IrregularSeal2','ShapeStar10Icon','743324DkiHiW','ShapeTextFloatToolbar','_refreshShapeData','getShapeTypeById','WrapTextType','_initShapePopupMenu','changeEnd$','Round1Rect','docs-shape-ui.shape.type.action-button-end','refreshTransform','gdRefX','ShapeCubeIcon','RibbonInsertGroup','ShapeFlowChartDelayIcon','getDrawingVisible','top-center','blockArrow','ShapeFlowChartTerminatorIcon','getDrawingSearch','_adjustPointObjects','changeStart$','UpArrow','params','UpDownArrowCallout','docs-shape-ui.shape.type.left-right-arrow-callout','FlowchartPreparation','ShapeNonIsoscelesTrapezoidIcon','ShapeFlowChartPunchedCardIcon','horizontal','docs-shape-ui.shape.type.home-plate','_unitId','some','3723906sJkLaC','ShapeBentConnector3Icon','getShapeType','attachPopupToObject','setConfig','_attachAdjustEvent','_baseShapeTop','ShapeQuadArrowCalloutIcon','ShapeBorderCallout3Icon','_openShapeEditPanel','focusDrawing','_isShouldShowDrawingShapeAdjust','docs-shape-ui.shape.type.rt-triangle','_subUnitId','Triangle','docs-shape-ui.shape.type.curved-down-arrow','line','getCurrentUniverDocInstance','BorderCallout2','ShapeFillEnum','_initMenu','ShapePlusIcon','docs-shape-ui.shape.type.up-arrow','registerCommand','docs-shape-ui.shape.type.action-button-home','CurvedUpArrow','docs-shape-ui.shape.type.frame','width','PARAGRAPH','attachTransformerTo','_univerInstanceService','getEditing','ShapeSmileyFaceIcon','docs-shape-ui.shape.type.right-brace','_toScenePoint','size','ShapeWedgeRoundRectCalloutIcon','docs-shape-ui.shape.type.round-rect','getSelectedObjectMap','warn','shapeModel','ActionButtonHome','_contextService','univer-grid\x20univer-grid-cols-10\x20univer-gap-1','docs-shape-ui.shape.type.flow-chart-punched-card','DOC_PARAGRAPH_T_INSERT_MENU_ID','sectionBreaks','ShapeFlowChartAlternateProcessIcon','getDrawingPoints','#3B82F6','addImageSourceCache','BentConnector3','getShapePopupMenus','_createShapeAdjustControls','docs-shape-ui.shape.type.dodecagon','save','createControl$','ShapeSnipRoundRectIcon','ShapeHeartIcon','docs-shape-ui.shape.type.bent-connector3-arrow2','docs-shape-ui.shape.type.left-right-circular-arrow','docs-shape-ui.shape.type.flow-chart-input-output','docs-shape-ui.shape.type.flow-chart-magnetic-drum','insertGroupObject','ShapeFlowChartInternalStorageIcon','ShapeFlowChartOnlineStorageIcon','docs-shape-ui.shape.type.accent-callout1','_adjHandlerPointerUp','DocumentDataModel','docs-shape-ui.shape.type.border-callout2','spaceBelow','ShapeMathEqualIcon','docs-shape-ui.shape.type.flow-chart-document','FoldedCorner','FlowchartPredefinedProcess','_setTransForm','ShapeBlockArcIcon','isInGroup','Trapezoid','ShapeStar32Icon','ShapeLeftRightUpArrowIcon','ShapeHomePlateIcon','ShapeParallelogramIcon','defineProperty','starAndBanner','Circle','drawingId','docs-shape-ui.shape.type.callout3','docs-shape-ui.shape.type.lightning-bolt','ShapeUpArrowCalloutIcon','SHAPE_TEXT','1727994KktnJR','FlowchartMultiDocument','oKey','docs-shape-ui.shape.type.ribbon','isLineShape','_config','docs-shape-ui.shape.type.quad-arrow','FOCUSING_COMMON_DRAWINGS','docs-shape-ui.formatShape','UpdateDocShapeDataMutation','BentArrow','docs-shape-ui.shape.type.action-button-help','docs-shape-ui.shape.type.bracket-pair','docs-shape-ui.shape.type.star7','ShapeDodecagonIcon','updateShapeFillImage','Star24','UpdateDocShapeDataCommand','_commandService','1142120XYzDkf','ShapeStar7Icon','docs-shape-ui.shape.type.rect','memo','_adjName','ShapeArrowTypeEnum','_addShapeAdjustControl','ShapeEditPanel','DownArrowCallout','DOCS_SHAPE_UI_PLUGIN','max','LeftRightCircularArrow','_init','range','iterator','LeftUpArrow','GROUP','Frame','FlowchartSort','default','ImageSourceTypeEnum','rect','ShapeChartPlusIcon','pick','AccentCallout3','flowchart','PAGE','renderDrawingShape','ShapeFlowChartExtractIcon','calculate','ShapeLeftRightCircularArrowIcon','FlowchartDocument','docs-shape-ui.openPanel','FlowchartManualOperation','docs-shape-ui.shape.type.star12','top','clone','_injector','objects','ShapeMathPlusIcon','docs-shape-ui.shape.type.action-button-beginning','image','ActionButtonHelp','docs-shape-ui.shape.type.left-arrow','bottom','getMatrix','_insertShapes','ShapeFlowChartMergeIcon','stopPropagation','LAYOUT','_getShapeAdjustInfosById','INSERT_BELLOW_MENU_ID','changing$','jsxs','docs-shape-ui.shape.type.round2-same-rect','docs-shape-ui.shape.type.up-down-arrow','BorderCallout3','_createShapePopupMenu','FlowchartExtract','FromArray','_shapeId','docs-shape-ui.shape.type.rect-textbox-horizontal','ShapeFlowChartProcessIcon','_activeAdjustInfo','drawWith','ShapeIcon','calcAdjValue','setShapeProps','DrawingImageClipService','ShapeModel','subscribeEvent','_onSavingEditorData$','Star7','docs-shape-ui.shape.group.','StripedRightArrow','deepClone','other','FOCUSING_SHAPE_TEXT_EDITOR','CURSOR_TYPE','IDrawingManagerService','docs-shape-ui.shape.type.curved-left-arrow','scene','ShapeAccentBorderCallout2Icon','Ribbon2','docs-shape-ui.shape.type.striped-right-arrow','ActionButtonInformation','callout','_docCanvasPopManagerService','Module','ChartX','setEditing','docs-shape-ui.shape.type.cloud-callout','ShapeCircularArrowIcon','ShapeFlowChartOffpageConnectorIcon','LeftBracket','DocumentSkeleton','IUIPartsService','ContextMenuGroup','docs-shape-ui.shape.type.right-arrow','ShapeDoubleWaveIcon','Star16','Rect','Shape','docs-shape-ui.shape.type.flow-chart-preparation','complete','ShapeFlowChartSummingJunctionIcon','target','OPERATION','LineInv','_initSelection','LeftBrace','CommandType','HalfFrame','IMAGE_CLIP_SHAPE_PICKER_COMPONENT','univer-box-border\x20univer-px-4\x20univer-text-sm','ShapeFloatingToolbar','WedgeRectCallout','_isOpenedShapeEditPanel','registerRenderModule','RemoveDocDrawingCommand','LeftRightArrowCallout','Wave','getDrawingByParam','add$','touchDependencies','paragraphStyle','transformByState','IContextService','classType','docs-shape-ui.shape.type.star4','updateContext','docs-shape-ui.shape.type.action-button-back-previous','ShapeFolderCornerIcon','docs-shape-ui.shape.type.block-arc','_initCommands','ShapeBorderCallout1Icon','docs-shape-ui.textWrap.inFrontText','useEffect','remove$','label','docs-shape-ui.shape.type.accent-border-callout3','includes','_editingParams$','#111827','packageName','docs-shape-ui.shape.type.circular-arrow','docs-shape-ui.shape.type.brace-pair','docs-shape-ui.shape.type.ellipse','DRAWING_OBJECT_LAYER_INDEX','ShapeRound1RectIcon','IUniverInstanceService','map','invert','docs-shape-ui.shape.type.math-equal','clearControl$','fill','ShapeFlowChartMultidocumentIcon','Funnel','_updateAdjustControlPositions','docs-shape-ui.shape.type.flow-chart-connector','docs-shape-ui.shape.type.cube','SnipRoundRect','body','getShapeTextRect','_drawSimpleText','Hexagon','indexOf','2438705GTsprd','toPrimitive','ShapeActionButtonMovieIcon','focus$','zeroWidthParagraphBreak','Star32','_context','ShapeBracePairIcon','WrapStrategy','strokeWidth','onTransformChange$','localeService','getAllUnitsForType','DEFAULT_DOC_SHAPE_HEIGHT','FlowchartPunchedTape','docs-shape-ui.shape.type.teardrop','push','NonIsoscelesTrapezoid','useDependency','docs-shape-ui.shape.type.ribbon2','Star8','ShapeSnip2SameRectIcon','DRAWING_DOM','fillImageSourceType','isRichText','editingParams$','flipY','getShapeTextData','useState','_shapeTextEditingService','ShapeActionButtonBackPreviousIcon','onReady','register','setFillImage','docs-shape-ui.shape.type.sun','UturnArrow','ShapeNoSmokingIcon','ShapeStar6Icon','ShapeActionButtonDocumentIcon','ShapeMathDivideIcon','ShapeEllipseRibbonIcon','getShapeDataById','ActionButtonEnd','_registerImageShapeClipDelegate','ShapeBentConnector3Arrow1Icon','symbol','ShapeLeftUpArrowIcon','onPointerUp$','layoutType','ShapeCornerTabsIcon','adjHandleSize','ShapeCurvedUpArrowIcon','PictureFill','_baseShapeWidth','resize','find','_activeShapeModel','Callout1','_initialize','docDrawingPositionToTransform','menu','#2563EB','ShapeCornerIcon','MenuInsertShapeCommand','CROSSHAIR','refreshAdjustControls','AccentBorderCallout2','docs-shape-ui.shape.type.corner','length','Gear6','ShapeVerticalScrollIcon','docs-shape-ui.shape.type.flow-chart-magnetic-disk','ShapeFrameIcon','Decagon','Bevel','DrawingCommonPanel','endArrow','DocDrawingPosition','ShapePlaqueTabsIcon','Large','CloudCallout','_registerOperations','docs-shape-ui.shape.type.square-tabs','filter'];_0x4a91=function(){return _0x92e507;};return _0x4a91();}function S(_0x44e9f1,_0x472ead,_0xb01e50){const _0x5a418d=_0x3da21c;var _0x4ee727;return{'size':{'width':_0x44e9f1,'height':_0x472ead},'positionH':{'relativeFrom':n[_0x5a418d(0x357)][_0x5a418d(0x258)],'posOffset':(_0x4ee727=_0xb01e50==null?void 0x0:_0xb01e50[_0x5a418d(0x191)])==null?0x0:_0x4ee727},'positionV':{'relativeFrom':n['ObjectRelativeFromV'][_0x5a418d(0x1ec)],'posOffset':0x0},'angle':0x0};}const C={'type':n[_0x3da21c(0x2ad)][_0x3da21c(0x148)],'id':_0x3da21c(0x33c),'handler':async(_0x4061a2,_0x143223)=>{const _0x125e6e=_0x3da21c;var _0x5825ad,_0x46bfc9,_0x2b2fd4,_0x4fbbb9,_0x2a0042,_0x40d11e;let _0xbe8bec=_0x4061a2['get'](n[_0x125e6e(0x2d4)])[_0x125e6e(0x1e1)]();if(!_0xbe8bec)return!0x1;let _0x2199c2=_0x4061a2[_0x125e6e(0xf5)](n[_0x125e6e(0x448)]),_0x117f2e=_0xbe8bec['getUnitId'](),_0x1c82f2=_0x117f2e,_0x3614fa=(_0x5825ad=_0x143223[_0x125e6e(0x16e)])==null?(0x0,n[_0x125e6e(0x43f)])():_0x5825ad,_0x48d6d8=(_0x46bfc9=_0x143223[_0x125e6e(0x1eb)])==null?e['DEFAULT_DOC_SHAPE_WIDTH']:_0x46bfc9,_0xf21b3a=(_0x2b2fd4=_0x143223[_0x125e6e(0x40a)])==null?e[_0x125e6e(0x2f2)]:_0x2b2fd4,_0x2c17b3=(_0x4fbbb9=(_0x2a0042=_0x143223[_0x125e6e(0xd3)])==null?y(_0x143223[_0x125e6e(0x3f7)],_0x143223['enhanceParams']):_0x2a0042)==null?{'fill':{'fillType':t[_0x125e6e(0x1e3)][_0x125e6e(0x389)],'color':_},'stroke':{'lineStrokeType':t[_0x125e6e(0xc8)][_0x125e6e(0x13b)],'width':0x1,'color':v}}:_0x4fbbb9,_0x4adc0c=x(_0x4061a2,_0x117f2e,_0x143223['paragraphMenuPlacement']),_0x36795b=(_0x40d11e=_0x4adc0c==null?void 0x0:_0x4adc0c[_0x125e6e(0x404)])==null?b(_0x4061a2,_0x117f2e):_0x40d11e,_0x304e6b=S(_0x48d6d8,_0xf21b3a,_0x36795b),_0x454ad0=(0x0,a[_0x125e6e(0x320)])(_0x304e6b);_0x454ad0&&_0x36795b&&(_0x454ad0[_0x125e6e(0x261)]=_0x36795b['top']),_0x2199c2[_0x125e6e(0x15c)](e['InsertDocShapeMutation']['id'],{'unitId':_0x117f2e,'shapeId':_0x3614fa,'shapeType':_0x143223['value'],'shapeData':_0x2c17b3}),_0x4adc0c&&_0x4061a2[_0x125e6e(0xf5)](r['DocContentInsertService'])[_0x125e6e(0x3b7)](_0x4adc0c[_0x125e6e(0x24b)]);let _0x2f9924={'unitId':_0x117f2e,'subUnitId':_0x1c82f2,'drawingId':_0x3614fa,'drawingType':n['DrawingTypeEnum'][_0x125e6e(0xe0)],'transform':_0x454ad0,'docTransform':_0x304e6b,'data':{'shapeType':_0x143223[_0x125e6e(0x3f7)],'shapeData':_0x2c17b3},'behindDoc':n[_0x125e6e(0x195)][_0x125e6e(0x18b)],'title':'','description':'','layoutType':n[_0x125e6e(0x449)][_0x125e6e(0xeb)],'wrapText':n[_0x125e6e(0x1b4)]['BOTH_SIDES'],'distB':0x0,'distL':0x0,'distR':0x0,'distT':0x0,'allowTransform':!0x0};return!!_0x2199c2[_0x125e6e(0x15c)](i[_0x125e6e(0x125)]['id'],{'unitId':_0x117f2e,'drawings':[_0x2f9924]});}},w={'type':n[_0x3da21c(0x2ad)][_0x3da21c(0x2a9)],'id':_0x3da21c(0x120),'handler'(){return!0x0;}},T={'type':n['CommandType'][_0x3da21c(0x2a9)],'id':'doc.operation.open-doc-shape-format-panel','handler'(){return!0x0;}},E='doc.shape.edit.panel',D=(0x0,n[_0x3da21c(0x3e9)])(_0x3da21c(0x22a));function O(_0x91c94c,_0x46908e){return function(_0x28a8a0,_0x3797ee){_0x46908e(_0x28a8a0,_0x3797ee,_0x91c94c);};}function k(_0x3527b0,_0x2f1fcc,_0x37790f,_0x4d78d6){const _0x26147a=_0x3da21c;var _0x4e59ca=arguments[_0x26147a(0x329)],_0x55158e=_0x4e59ca<0x3?_0x2f1fcc:_0x4d78d6===null?_0x4d78d6=Object['getOwnPropertyDescriptor'](_0x2f1fcc,_0x37790f):_0x4d78d6,_0xb1f441;if(typeof Reflect==_0x26147a(0x405)&&typeof Reflect[_0x26147a(0x10c)]=='function')_0x55158e=Reflect['decorate'](_0x3527b0,_0x2f1fcc,_0x37790f,_0x4d78d6);else{for(var _0x2913ae=_0x3527b0[_0x26147a(0x329)]-0x1;_0x2913ae>=0x0;_0x2913ae--)(_0xb1f441=_0x3527b0[_0x2913ae])&&(_0x55158e=(_0x4e59ca<0x3?_0xb1f441(_0x55158e):_0x4e59ca>0x3?_0xb1f441(_0x2f1fcc,_0x37790f,_0x55158e):_0xb1f441(_0x2f1fcc,_0x37790f))||_0x55158e);}return _0x4e59ca>0x3&&_0x55158e&&Object[_0x26147a(0x223)](_0x2f1fcc,_0x37790f,_0x55158e),_0x55158e;}let A=class extends n['Disposable']{constructor(_0x26ff31,_0x30bf4c){const _0x5efdaf=_0x3da21c;super(),this[_0x5efdaf(0xf7)]=_0x26ff31,this[_0x5efdaf(0x42d)]=_0x30bf4c,this[_0x5efdaf(0x310)](),this[_0x5efdaf(0xf7)][_0x5efdaf(0x154)](!0x0),this['disposeWithMe']({'dispose':()=>this[_0x5efdaf(0xf7)][_0x5efdaf(0x154)](!0x1)});}[_0x3da21c(0x310)](){const _0x3af304=_0x3da21c;let _0x125dab=new Map(),_0xe308e1=this[_0x3af304(0xf7)]['registerClipDelegate']((_0x2a6354,_0x403127,_0x167573,_0x1283eb,_0x54f863)=>{const _0x141b7d=_0x3af304;let _0x512151=_0x403127;if(_0x512151===t[_0x141b7d(0xb5)]['None']||_0x403127==='custom')return!0x1;try{let _0x27d0bc=_0x125dab['get'](_0x403127);return _0x27d0bc||(_0x27d0bc=new t[(_0x141b7d(0x283))](_0x512151,'clip-'+_0x403127),_0x125dab[_0x141b7d(0x478)](_0x403127,_0x27d0bc)),_0x54f863&&_0x27d0bc['setShapeData']({'adjustValues':_0x54f863},!0x0),_0x27d0bc[_0x141b7d(0x2c0)]({'width':_0x167573,'height':_0x1283eb}),_0x27d0bc['buildClipPath'](_0x2a6354,{'left':0x0,'top':0x0,'width':_0x167573,'height':_0x1283eb});}catch{return!0x1;}});this['disposeWithMe'](_0xe308e1),this[_0x3af304(0xb0)]({'dispose':()=>_0x125dab[_0x3af304(0x170)]()});}['clipByShape'](_0x5c7991,_0x5161d5,_0x335c0f,_0x1a2858,_0x4a3eee){const _0x19f525=_0x3da21c;let _0x3fac4d=this['_drawingManagerService'][_0x19f525(0x38f)](_0x5c7991,_0x5161d5)[_0x335c0f];!_0x3fac4d||_0x3fac4d[_0x19f525(0x460)]!==n[_0x19f525(0xd0)][_0x19f525(0x11c)]||this[_0x19f525(0x42d)]['featurePluginUpdateNotification']([{..._0x3fac4d,'prstGeom':_0x1a2858,'adjustValues':_0x4a3eee}]);}};A=k([O(0x0,(0x0,n[_0x3da21c(0x34b)])(u[_0x3da21c(0x282)])),O(0x1,(0x0,n[_0x3da21c(0x34b)])(s['IDrawingManagerService']))],A);const j=[{'group':_0x3da21c(0x1e0),'type':t['ShapeTypeEnum']['Line'],'icon':_0x3da21c(0x107),'name':_0x3da21c(0x16c)},{'group':'line','type':t['ShapeTypeEnum'][_0x3da21c(0x3dd)],'icon':'ShapeStraightConnector1Icon','name':_0x3da21c(0x157),'endArrow':!0x0},{'group':_0x3da21c(0x1e0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x3dd)],'icon':_0x3da21c(0xdb),'name':'docs-shape-ui.shape.type.straight-connector2','endArrow':!0x0,'startArrow':!0x0},{'group':'line','type':t['ShapeTypeEnum']['BentConnector3'],'icon':'ShapeBentConnector3Icon','name':'docs-shape-ui.shape.type.bent-connector3'},{'group':_0x3da21c(0x1e0),'type':t['ShapeTypeEnum'][_0x3da21c(0x203)],'icon':_0x3da21c(0x311),'name':_0x3da21c(0x3bf),'endArrow':!0x0},{'group':_0x3da21c(0x1e0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x203)],'icon':_0x3da21c(0x3db),'name':_0x3da21c(0x20b),'endArrow':!0x0,'startArrow':!0x0},{'group':_0x3da21c(0x1e0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x3a1)],'icon':'ShapeCurvedConnector3Icon','name':'docs-shape-ui.shape.type.curved-connector3'},{'group':_0x3da21c(0x1e0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x3a1)],'icon':_0x3da21c(0x122),'name':_0x3da21c(0x468),'endArrow':!0x0},{'group':'line','type':t[_0x3da21c(0xb5)][_0x3da21c(0x3a1)],'icon':_0x3da21c(0x1a6),'name':'docs-shape-ui.shape.type.curved-connector3-arrow2','endArrow':!0x0,'startArrow':!0x0},{'group':'rectangle','type':t[_0x3da21c(0xb5)][_0x3da21c(0x2a3)],'icon':_0x3da21c(0x177),'name':_0x3da21c(0x240)},{'group':_0x3da21c(0x37c),'type':t['ShapeTypeEnum'][_0x3da21c(0x394)],'icon':_0x3da21c(0x3f1),'name':_0x3da21c(0x1f5)},{'group':_0x3da21c(0x37c),'type':t[_0x3da21c(0xb5)][_0x3da21c(0xb7)],'icon':_0x3da21c(0x397),'name':_0x3da21c(0x370)},{'group':_0x3da21c(0x37c),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x46e)],'icon':_0x3da21c(0x2fa),'name':_0x3da21c(0x3df)},{'group':'rectangle','type':t['ShapeTypeEnum'][_0x3da21c(0x44f)],'icon':_0x3da21c(0x463),'name':_0x3da21c(0xc1)},{'group':_0x3da21c(0x37c),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x2df)],'icon':'ShapeSnipRoundRectIcon','name':'docs-shape-ui.shape.type.snip-round-rect'},{'group':_0x3da21c(0x37c),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x1b7)],'icon':_0x3da21c(0x2d3),'name':'docs-shape-ui.shape.type.round1-rect'},{'group':_0x3da21c(0x37c),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x482)],'icon':_0x3da21c(0x3f0),'name':_0x3da21c(0x274)},{'group':_0x3da21c(0x37c),'type':t['ShapeTypeEnum']['Round2DiagRect'],'icon':_0x3da21c(0xea),'name':_0x3da21c(0xaa)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x2a3)],'icon':'ShapeRectTextboxHorizontalIcon','name':_0x3da21c(0x27b),'horizontal':!0x0},{'group':'basicShape','type':t[_0x3da21c(0xb5)]['Rect'],'icon':_0x3da21c(0x384),'name':_0x3da21c(0x470),'vertical':!0x0},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x141)],'icon':'ShapeEllipseIcon','name':_0x3da21c(0x2d1)},{'group':'basicShape','type':t['ShapeTypeEnum'][_0x3da21c(0x1de)],'icon':_0x3da21c(0xf4),'name':'docs-shape-ui.shape.type.triangle'},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0xd2)],'icon':_0x3da21c(0x382),'name':_0x3da21c(0x1dc)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x38a)],'icon':_0x3da21c(0x222),'name':'docs-shape-ui.shape.type.parallelogram'},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x21e)],'icon':_0x3da21c(0x47c),'name':_0x3da21c(0x42b)},{'group':_0x3da21c(0x108),'type':t['ShapeTypeEnum']['Diamond'],'icon':'ShapeDiamondIcon','name':'docs-shape-ui.shape.type.diamond'},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x41b)],'icon':_0x3da21c(0x431),'name':_0x3da21c(0x1ac)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x2e3)],'icon':'ShapeHexagonIcon','name':_0x3da21c(0x3b5)},{'group':_0x3da21c(0x108),'type':t['ShapeTypeEnum'][_0x3da21c(0x3ca)],'icon':_0x3da21c(0x16f),'name':_0x3da21c(0x3d4)},{'group':_0x3da21c(0x108),'type':t['ShapeTypeEnum'][_0x3da21c(0x18d)],'icon':'ShapeOctagonIcon','name':_0x3da21c(0xb4)},{'group':'basicShape','type':t[_0x3da21c(0xb5)][_0x3da21c(0x32e)],'icon':'ShapeDecagonIcon','name':_0x3da21c(0x197)},{'group':'basicShape','type':t[_0x3da21c(0xb5)][_0x3da21c(0x151)],'icon':_0x3da21c(0x239),'name':_0x3da21c(0x206)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x1ab)],'icon':_0x3da21c(0x45c),'name':_0x3da21c(0x407)},{'group':'basicShape','type':t[_0x3da21c(0xb5)][_0x3da21c(0xb6)],'icon':'ShapeChordIcon','name':_0x3da21c(0x39f)},{'group':_0x3da21c(0x108),'type':t['ShapeTypeEnum'][_0x3da21c(0x3c8)],'icon':_0x3da21c(0x419),'name':_0x3da21c(0x2f4)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x24f)],'icon':_0x3da21c(0x32d),'name':_0x3da21c(0x1ea)},{'group':'basicShape','type':t['ShapeTypeEnum'][_0x3da21c(0x2ae)],'icon':_0x3da21c(0x11f),'name':_0x3da21c(0x3fc)},{'group':_0x3da21c(0x108),'type':t['ShapeTypeEnum']['Corner'],'icon':_0x3da21c(0x323),'name':_0x3da21c(0x328)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)]['DiagStripe'],'icon':_0x3da21c(0x414),'name':'docs-shape-ui.shape.type.diag-stripe'},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)]['Plus'],'icon':'ShapePlusIcon','name':_0x3da21c(0x102)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x423)],'icon':_0x3da21c(0x36f),'name':_0x3da21c(0xab)},{'group':_0x3da21c(0x108),'type':t['ShapeTypeEnum'][_0x3da21c(0xf6)],'icon':_0x3da21c(0x171),'name':'docs-shape-ui.shape.type.can'},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)]['Cube'],'icon':_0x3da21c(0x1bb),'name':_0x3da21c(0x2de)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x32f)],'icon':'ShapeBevelIcon','name':_0x3da21c(0x14f)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)]['Donut'],'icon':_0x3da21c(0x10f),'name':'docs-shape-ui.shape.type.donut'},{'group':_0x3da21c(0x108),'type':t['ShapeTypeEnum']['NoSmoking'],'icon':_0x3da21c(0x309),'name':_0x3da21c(0xe6)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x164)],'icon':_0x3da21c(0x21c),'name':_0x3da21c(0x2c3)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x219)],'icon':_0x3da21c(0x2c2),'name':'docs-shape-ui.shape.type.folder-corner'},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x184)],'icon':_0x3da21c(0x1f0),'name':_0x3da21c(0xdd)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x155)],'icon':'ShapeHeartIcon','name':'docs-shape-ui.shape.type.heart'},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)]['LightningBolt'],'icon':_0x3da21c(0x3b9),'name':_0x3da21c(0x228)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0xad)],'icon':_0x3da21c(0x182),'name':_0x3da21c(0x307)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x356)],'icon':_0x3da21c(0x439),'name':'docs-shape-ui.shape.type.moon'},{'group':'basicShape','type':t[_0x3da21c(0xb5)]['Cloud'],'icon':_0x3da21c(0x139),'name':'docs-shape-ui.shape.type.cloud'},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x119)],'icon':_0x3da21c(0x42a),'name':_0x3da21c(0x3ee)},{'group':'basicShape','type':t[_0x3da21c(0xb5)][_0x3da21c(0x40e)],'icon':'ShapeBracketPairIcon','name':_0x3da21c(0x237)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)]['BracePair'],'icon':'ShapeBracePairIcon','name':_0x3da21c(0x2d0)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x29c)],'icon':'ShapeLeftBracketIcon','name':'docs-shape-ui.shape.type.left-bracket'},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)]['RightBracket'],'icon':_0x3da21c(0x13a),'name':'docs-shape-ui.shape.type.right-bracket'},{'group':_0x3da21c(0x108),'type':t['ShapeTypeEnum'][_0x3da21c(0x2ac)],'icon':'ShapeLeftBraceIcon','name':_0x3da21c(0x35f)},{'group':_0x3da21c(0x108),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x100)],'icon':_0x3da21c(0x450),'name':_0x3da21c(0x1f1)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)]['RightArrow'],'icon':_0x3da21c(0x34f),'name':_0x3da21c(0x2a0)},{'group':'blockArrow','type':t[_0x3da21c(0xb5)][_0x3da21c(0x355)],'icon':'ShapeLeftArrowIcon','name':_0x3da21c(0x269)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x1c5)],'icon':_0x3da21c(0x469),'name':_0x3da21c(0x1e6)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x3fe)],'icon':_0x3da21c(0x121),'name':_0x3da21c(0x3af)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)]['LeftRightArrow'],'icon':_0x3da21c(0x37b),'name':_0x3da21c(0x473)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x363)],'icon':_0x3da21c(0x347),'name':_0x3da21c(0x275)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x3cf)],'icon':'ShapeQuadArrowIcon','name':_0x3da21c(0x231)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)]['LeftRightUpArrow'],'icon':_0x3da21c(0x220),'name':'docs-shape-ui.shape.type.left-right-up-arrow'},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x235)],'icon':_0x3da21c(0x19e),'name':'docs-shape-ui.shape.type.bent-arrow'},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x308)],'icon':_0x3da21c(0x1a7),'name':_0x3da21c(0x42e)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x24d)],'icon':_0x3da21c(0x313),'name':_0x3da21c(0x40c)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)]['BentUpArrow'],'icon':'ShapeBentUpArrowIcon','name':_0x3da21c(0x443)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)]['CurvedRightArrow'],'icon':'ShapeCurvedRightArrowIcon','name':'docs-shape-ui.shape.type.curved-right-arrow'},{'group':_0x3da21c(0x1c0),'type':t['ShapeTypeEnum'][_0x3da21c(0x427)],'icon':_0x3da21c(0x106),'name':_0x3da21c(0x28e)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x1e9)],'icon':'ShapeCurvedUpArrowIcon','name':_0x3da21c(0x41d)},{'group':'blockArrow','type':t[_0x3da21c(0xb5)][_0x3da21c(0x131)],'icon':_0x3da21c(0xf2),'name':_0x3da21c(0x1df)},{'group':_0x3da21c(0x1c0),'type':t['ShapeTypeEnum'][_0x3da21c(0x288)],'icon':_0x3da21c(0x144),'name':_0x3da21c(0x292)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x440)],'icon':_0x3da21c(0x354),'name':_0x3da21c(0x46d)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x109)],'icon':_0x3da21c(0x221),'name':_0x3da21c(0x1cd)},{'group':'blockArrow','type':t['ShapeTypeEnum'][_0x3da21c(0x3a5)],'icon':_0x3da21c(0x3c1),'name':_0x3da21c(0x47a)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0xc9)],'icon':_0x3da21c(0xbd),'name':_0x3da21c(0x3d6)},{'group':'blockArrow','type':t[_0x3da21c(0xb5)][_0x3da21c(0x246)],'icon':'ShapeDownArrowCalloutIcon','name':_0x3da21c(0x3e5)},{'group':_0x3da21c(0x1c0),'type':t['ShapeTypeEnum']['LeftArrowCallout'],'icon':'ShapeLeftArrowCalloutIcon','name':_0x3da21c(0x35a)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)]['UpArrowCallout'],'icon':_0x3da21c(0x229),'name':_0x3da21c(0x359)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x2b6)],'icon':_0x3da21c(0x189),'name':_0x3da21c(0x1c8)},{'group':_0x3da21c(0x1c0),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x3e3)],'icon':_0x3da21c(0x1d7),'name':_0x3da21c(0x418)},{'group':'blockArrow','type':t[_0x3da21c(0xb5)]['CircularArrow'],'icon':_0x3da21c(0x29a),'name':_0x3da21c(0x2cf)},{'group':_0x3da21c(0x438),'type':t[_0x3da21c(0xb5)]['MathPlus'],'icon':_0x3da21c(0x265),'name':'docs-shape-ui.shape.type.math-plus'},{'group':_0x3da21c(0x438),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x158)],'icon':_0x3da21c(0x13e),'name':'docs-shape-ui.shape.type.math-minus'},{'group':'equationShape','type':t['ShapeTypeEnum']['MathMultiply'],'icon':_0x3da21c(0x135),'name':'docs-shape-ui.shape.type.math-multiply'},{'group':_0x3da21c(0x438),'type':t[_0x3da21c(0xb5)]['MathDivide'],'icon':_0x3da21c(0x30c),'name':_0x3da21c(0xde)},{'group':'equationShape','type':t[_0x3da21c(0xb5)]['MathEqual'],'icon':_0x3da21c(0x217),'name':_0x3da21c(0x2d7)},{'group':'equationShape','type':t[_0x3da21c(0xb5)][_0x3da21c(0x393)],'icon':_0x3da21c(0x3f6),'name':_0x3da21c(0x1a8)},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x457)],'icon':_0x3da21c(0x27c),'name':_0x3da21c(0x165)},{'group':'flowchart','type':t[_0x3da21c(0xb5)]['FlowchartAlternateProcess'],'icon':_0x3da21c(0x1ff),'name':_0x3da21c(0x375)},{'group':'flowchart','type':t[_0x3da21c(0xb5)]['FlowchartDecision'],'icon':_0x3da21c(0x43c),'name':_0x3da21c(0x185)},{'group':'flowchart','type':t['ShapeTypeEnum'][_0x3da21c(0x36d)],'icon':_0x3da21c(0x3a3),'name':_0x3da21c(0x20d)},{'group':'flowchart','type':t['ShapeTypeEnum'][_0x3da21c(0x21a)],'icon':'ShapeFlowChartPredefinedProcessIcon','name':'docs-shape-ui.shape.type.flow-chart-predefined-process'},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x3ab)],'icon':_0x3da21c(0x210),'name':_0x3da21c(0x3ed)},{'group':_0x3da21c(0x257),'type':t['ShapeTypeEnum'][_0x3da21c(0x25d)],'icon':_0x3da21c(0x179),'name':_0x3da21c(0x218)},{'group':'flowchart','type':t[_0x3da21c(0xb5)][_0x3da21c(0x22c)],'icon':_0x3da21c(0x2da),'name':_0x3da21c(0x40b)},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x45b)],'icon':_0x3da21c(0x1c1),'name':'docs-shape-ui.shape.type.flow-chart-terminator'},{'group':_0x3da21c(0x257),'type':t['ShapeTypeEnum'][_0x3da21c(0x1c9)],'icon':_0x3da21c(0x3ae),'name':_0x3da21c(0x2a5)},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x198)],'icon':_0x3da21c(0x3e2),'name':_0x3da21c(0x1a4)},{'group':'flowchart','type':t['ShapeTypeEnum'][_0x3da21c(0x25f)],'icon':_0x3da21c(0xcb),'name':_0x3da21c(0x17e)},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x19f)],'icon':_0x3da21c(0x3e4),'name':_0x3da21c(0x2dd)},{'group':'flowchart','type':t['ShapeTypeEnum'][_0x3da21c(0x15f)],'icon':_0x3da21c(0x29b),'name':_0x3da21c(0x46a)},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)]['FlowchartPunchedCard'],'icon':_0x3da21c(0x1cb),'name':_0x3da21c(0x1fc)},{'group':'flowchart','type':t[_0x3da21c(0xb5)][_0x3da21c(0x2f3)],'icon':_0x3da21c(0x180),'name':_0x3da21c(0x412)},{'group':'flowchart','type':t[_0x3da21c(0xb5)][_0x3da21c(0x33b)],'icon':_0x3da21c(0x2a7),'name':_0x3da21c(0x133)},{'group':'flowchart','type':t[_0x3da21c(0xb5)]['FlowchartOr'],'icon':_0x3da21c(0xfa),'name':'docs-shape-ui.shape.type.flow-chart-or'},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x352)],'icon':_0x3da21c(0x13c),'name':_0x3da21c(0x345)},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x250)],'icon':_0x3da21c(0x45e),'name':'docs-shape-ui.shape.type.flow-chart-sort'},{'group':_0x3da21c(0x257),'type':t['ShapeTypeEnum'][_0x3da21c(0x278)],'icon':_0x3da21c(0x25a),'name':_0x3da21c(0x371)},{'group':'flowchart','type':t[_0x3da21c(0xb5)][_0x3da21c(0x3b6)],'icon':'ShapeFlowChartMergeIcon','name':_0x3da21c(0x350)},{'group':_0x3da21c(0x257),'type':t['ShapeTypeEnum'][_0x3da21c(0x422)],'icon':_0x3da21c(0x211),'name':'docs-shape-ui.shape.type.flow-chart-online-storage'},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)]['FlowchartDelay'],'icon':'ShapeFlowChartDelayIcon','name':_0x3da21c(0x413)},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)]['FlowchartMagneticTape'],'icon':'ShapeFlowChartMagneticTapeIcon','name':'docs-shape-ui.shape.type.flow-chart-magnetic-tape'},{'group':_0x3da21c(0x257),'type':t[_0x3da21c(0xb5)]['FlowchartMagneticDisk'],'icon':_0x3da21c(0x446),'name':_0x3da21c(0x32c)},{'group':_0x3da21c(0x257),'type':t['ShapeTypeEnum']['FlowchartMagneticDrum'],'icon':_0x3da21c(0x12f),'name':_0x3da21c(0x20e)},{'group':'flowchart','type':t[_0x3da21c(0xb5)][_0x3da21c(0x17b)],'icon':'ShapeFlowChartDisplayIcon','name':'docs-shape-ui.shape.type.flow-chart-display'},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0xb2)],'icon':'ShapeIrregularSeal1Icon','name':'docs-shape-ui.shape.type.irregular-seal1'},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x1ae)],'icon':_0x3da21c(0x152),'name':_0x3da21c(0x44d)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x36a)],'icon':'ShapeStar4Icon','name':_0x3da21c(0x2bf)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x400)],'icon':'ShapeStar5Icon','name':'docs-shape-ui.shape.type.star5'},{'group':'starAndBanner','type':t['ShapeTypeEnum']['Star6'],'icon':_0x3da21c(0x30a),'name':_0x3da21c(0x387)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x286)],'icon':_0x3da21c(0x23f),'name':_0x3da21c(0x238)},{'group':_0x3da21c(0x224),'type':t['ShapeTypeEnum'][_0x3da21c(0x2f9)],'icon':_0x3da21c(0x353),'name':_0x3da21c(0x390)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x19b)],'icon':_0x3da21c(0x1af),'name':'docs-shape-ui.shape.type.star10'},{'group':_0x3da21c(0x224),'type':t['ShapeTypeEnum'][_0x3da21c(0xe1)],'icon':'ShapeStar12Icon','name':_0x3da21c(0x260)},{'group':_0x3da21c(0x224),'type':t['ShapeTypeEnum'][_0x3da21c(0x2a2)],'icon':_0x3da21c(0x447),'name':_0x3da21c(0x416)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x23b)],'icon':_0x3da21c(0x372),'name':_0x3da21c(0x10d)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x2ea)],'icon':_0x3da21c(0x21f),'name':_0x3da21c(0x37e)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x291)],'icon':_0x3da21c(0xe7),'name':_0x3da21c(0x2f8)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x140)],'icon':'ShapeRibbonIcon','name':_0x3da21c(0x22e)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x42f)],'icon':_0x3da21c(0x425),'name':'docs-shape-ui.shape.type.ellipse-ribbon2'},{'group':_0x3da21c(0x224),'type':t['ShapeTypeEnum']['EllipseRibbon'],'icon':_0x3da21c(0x30d),'name':'docs-shape-ui.shape.type.ellipse-ribbon'},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)]['VerticalScroll'],'icon':'ShapeVerticalScrollIcon','name':_0x3da21c(0x159)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)]['HorizontalScroll'],'icon':'ShapeHorizontalScrollIcon','name':'docs-shape-ui.shape.type.horizontal-scroll'},{'group':'starAndBanner','type':t[_0x3da21c(0xb5)][_0x3da21c(0x2b7)],'icon':'ShapeWaveIcon','name':_0x3da21c(0x39a)},{'group':_0x3da21c(0x224),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x34c)],'icon':_0x3da21c(0x2a1),'name':'docs-shape-ui.shape.type.double-wave'},{'group':'callout','type':t[_0x3da21c(0xb5)][_0x3da21c(0x2b2)],'icon':_0x3da21c(0xdc),'name':_0x3da21c(0x3d1)},{'group':'callout','type':t[_0x3da21c(0xb5)][_0x3da21c(0x3f8)],'icon':_0x3da21c(0x1f4),'name':_0x3da21c(0x3de)},{'group':_0x3da21c(0x294),'type':t['ShapeTypeEnum'][_0x3da21c(0x41c)],'icon':_0x3da21c(0x3f3),'name':'docs-shape-ui.shape.type.wedge-ellipse-callout'},{'group':_0x3da21c(0x294),'type':t['ShapeTypeEnum'][_0x3da21c(0x335)],'icon':_0x3da21c(0x45d),'name':_0x3da21c(0x299)},{'group':_0x3da21c(0x294),'type':t[_0x3da21c(0xb5)][_0x3da21c(0xbb)],'icon':_0x3da21c(0x2c5),'name':_0x3da21c(0x18a)},{'group':_0x3da21c(0x294),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x1e2)],'icon':_0x3da21c(0x186),'name':_0x3da21c(0x215)},{'group':_0x3da21c(0x294),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x276)],'icon':_0x3da21c(0x1d8),'name':_0x3da21c(0xd8)},{'group':'callout','type':t['ShapeTypeEnum']['AccentCallout1'],'icon':_0x3da21c(0x41a),'name':_0x3da21c(0x212)},{'group':'callout','type':t['ShapeTypeEnum'][_0x3da21c(0x190)],'icon':'ShapeAccentCallout2Icon','name':_0x3da21c(0x11a)},{'group':'callout','type':t[_0x3da21c(0xb5)][_0x3da21c(0x256)],'icon':'ShapeAccentCallout3Icon','name':_0x3da21c(0x17f)},{'group':_0x3da21c(0x294),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x31e)],'icon':'ShapeCallout1Icon','name':'docs-shape-ui.shape.type.callout1'},{'group':_0x3da21c(0x294),'type':t[_0x3da21c(0xb5)]['Callout2'],'icon':_0x3da21c(0x428),'name':_0x3da21c(0x33d)},{'group':_0x3da21c(0x294),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x3ad)],'icon':_0x3da21c(0x467),'name':_0x3da21c(0x227)},{'group':_0x3da21c(0x294),'type':t[_0x3da21c(0xb5)]['AccentBorderCallout1'],'icon':'ShapeAccentBorderCallout1Icon','name':'docs-shape-ui.shape.type.accent-border-callout1'},{'group':_0x3da21c(0x294),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x327)],'icon':_0x3da21c(0x290),'name':'docs-shape-ui.shape.type.accent-border-callout2'},{'group':'callout','type':t[_0x3da21c(0xb5)][_0x3da21c(0x420)],'icon':_0x3da21c(0x15b),'name':_0x3da21c(0x2ca)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)]['LeftCircularArrow'],'icon':_0x3da21c(0xe2),'name':_0x3da21c(0x10a)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x249)],'icon':_0x3da21c(0x25c),'name':_0x3da21c(0x20c)},{'group':'other','type':t[_0x3da21c(0xb5)][_0x3da21c(0x18e)],'icon':_0x3da21c(0x33e),'name':_0x3da21c(0x16d)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x3eb)],'icon':_0x3da21c(0x465),'name':'docs-shape-ui.shape.type.left-right-ribbon'},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)]['PieWedge'],'icon':'ShapePieWedgeIcon','name':'docs-shape-ui.shape.type.pie-wedge'},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x2db)],'icon':_0x3da21c(0x374),'name':_0x3da21c(0x35c)},{'group':_0x3da21c(0x28a),'type':t['ShapeTypeEnum'][_0x3da21c(0x32a)],'icon':'ShapeGear6Icon','name':_0x3da21c(0x12b)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x41f)],'icon':_0x3da21c(0xc3),'name':_0x3da21c(0xc0)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0xcc)],'icon':_0x3da21c(0x316),'name':'docs-shape-ui.shape.type.corner-tabs'},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x103)],'icon':_0x3da21c(0x303),'name':_0x3da21c(0x2c1)},{'group':'other','type':t[_0x3da21c(0xb5)][_0x3da21c(0x3ac)],'icon':'ShapeActionButtonForwardNextIcon','name':'docs-shape-ui.shape.type.action-button-forward-next'},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)]['ActionButtonBeginning'],'icon':_0x3da21c(0x3d2),'name':_0x3da21c(0x266)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x30f)],'icon':_0x3da21c(0x174),'name':_0x3da21c(0x1b8)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x1f9)],'icon':_0x3da21c(0x38d),'name':_0x3da21c(0x1e8)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x293)],'icon':_0x3da21c(0x43a),'name':'docs-shape-ui.shape.type.action-button-information'},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)]['ActionButtonReturn'],'icon':'ShapeActionButtonReturnIcon','name':'docs-shape-ui.shape.type.action-button-return'},{'group':'other','type':t['ShapeTypeEnum']['ActionButtonMovie'],'icon':_0x3da21c(0x2e7),'name':_0x3da21c(0x3a4)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x118)],'icon':_0x3da21c(0x30b),'name':_0x3da21c(0x480)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x14d)],'icon':_0x3da21c(0x113),'name':_0x3da21c(0x358)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x268)],'icon':_0x3da21c(0x44b),'name':_0x3da21c(0x236)},{'group':_0x3da21c(0x28a),'type':t['ShapeTypeEnum']['ActionButtonBlank'],'icon':_0x3da21c(0x183),'name':_0x3da21c(0xda)},{'group':_0x3da21c(0x28a),'type':t['ShapeTypeEnum'][_0x3da21c(0x1a3)],'icon':_0x3da21c(0x254),'name':'docs-shape-ui.shape.type.chart-plus'},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x153)],'icon':_0x3da21c(0xd9),'name':_0x3da21c(0x128)},{'group':'other','type':t[_0x3da21c(0xb5)][_0x3da21c(0x297)],'icon':_0x3da21c(0xed),'name':'docs-shape-ui.shape.type.chart-x'},{'group':'other','type':t[_0x3da21c(0xb5)]['FlowChartOfflineStorage'],'icon':'ShapeFlowChartOfflineStorageIcon','name':_0x3da21c(0x3a9)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x2aa)],'icon':_0x3da21c(0x453),'name':_0x3da21c(0x483)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x464)],'icon':_0x3da21c(0x333),'name':_0x3da21c(0x156)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x385)],'icon':_0x3da21c(0x187),'name':_0x3da21c(0x337)},{'group':_0x3da21c(0x28a),'type':t[_0x3da21c(0xb5)][_0x3da21c(0x1c7)],'icon':_0x3da21c(0x114),'name':'docs-shape-ui.shape.type.up-down-arrow-callout'},{'group':'other','type':t[_0x3da21c(0xb5)][_0x3da21c(0x2f6)],'icon':_0x3da21c(0x1ca),'name':_0x3da21c(0x11e)}],M=_0x3da21c(0x38e);function N({onShapeClick:_0x14e4c6,excludeGroups:_0xffe790}){const _0x1e48f4=_0x3da21c;let _0x1225d7=(0x0,c[_0x1e48f4(0x2f7)])(n['LocaleService']),_0x1abb2f=(0x0,c[_0x1e48f4(0x2f7)])(c[_0x1e48f4(0x410)]),_0x202217=(_0xffe790?j[_0x1e48f4(0x338)](_0x4dd6c5=>!_0xffe790[_0x1e48f4(0x2cb)](_0x4dd6c5['group'])):j)['reduce']((_0x1fcaad,_0x39693c)=>(_0x1fcaad[_0x39693c['group']]||(_0x1fcaad[_0x39693c[_0x1e48f4(0x402)]]=[]),_0x1fcaad[_0x39693c['group']]['push'](_0x39693c),_0x1fcaad),{});return(0x0,f[_0x1e48f4(0x44a)])(_0x1e48f4(0x13d),{'className':_0x1e48f4(0x3e1),'children':Object['entries'](_0x202217)['map'](([_0x31c5cd,_0x3d31fd])=>(0x0,f['jsxs'])('div',{'className':_0x1e48f4(0x12a),'children':[(0x0,f[_0x1e48f4(0x44a)])('div',{'className':_0x1e48f4(0xd5),'children':_0x1225d7['t'](_0x1e48f4(0x287)+_0x31c5cd)}),(0x0,f[_0x1e48f4(0x44a)])(_0x1e48f4(0x13d),{'className':_0x1e48f4(0x1fb),'children':_0x3d31fd[_0x1e48f4(0x2d5)](_0x17efd4=>{const _0x5a0bce=_0x1e48f4;let _0xa10e8c=_0x1abb2f[_0x5a0bce(0xf5)](_0x17efd4[_0x5a0bce(0x3ba)]);return(0x0,f[_0x5a0bce(0x44a)])(_0x5a0bce(0x13d),{'title':_0x1225d7['t'](_0x17efd4[_0x5a0bce(0x3bb)]),'onClick':()=>_0x14e4c6(_0x17efd4),'className':'univer-flex\x20univer-aspect-square\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-p-1\x20univer-text-gray-700\x20hover:univer-bg-gray-200\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-700','children':_0xa10e8c&&(0x0,f[_0x5a0bce(0x44a)])(_0xa10e8c,{'className':'univer-size-full'})},_0x17efd4[_0x5a0bce(0x3bb)]);})})]},_0x31c5cd))});}function P(){const _0x242d72=_0x3da21c;let _0x52faac=(0x0,c[_0x242d72(0x2f7)])(n[_0x242d72(0x45a)]),_0x18495d=(0x0,c[_0x242d72(0x2f7)])(s['IDrawingManagerService']),_0x147151=(0x0,c[_0x242d72(0x2f7)])(A),[_0x4e00bb,_0x202b5e]=(0x0,d[_0x242d72(0x301)])(!0x1);return(0x0,f['jsx'])(l[_0x242d72(0x110)],{'side':_0x242d72(0x191),'open':_0x4e00bb,'onOpenChange':_0x202b5e,'overlay':(0x0,f[_0x242d72(0x44a)])(N,{'onShapeClick':_0x2862b2=>{const _0x4b2016=_0x242d72;let _0x51c998=_0x18495d[_0x4b2016(0x3aa)]()[_0x4b2016(0x31c)](_0x389e7f=>_0x389e7f[_0x4b2016(0x460)]===n[_0x4b2016(0xd0)][_0x4b2016(0x11c)]);if(!_0x51c998)return;let {unitId:_0xe172ac,subUnitId:_0x1685bc,drawingId:_0x4e7449}=_0x51c998;_0x147151[_0x4b2016(0x3a6)](_0xe172ac,_0x1685bc,_0x4e7449,_0x2862b2[_0x4b2016(0xbf)]),_0x202b5e(!0x1);},'excludeGroups':[_0x242d72(0x1e0)]}),'children':(0x0,f['jsx'])(l['Button'],{'children':_0x52faac['t']('docs-shape-ui.crop.shape')})});}function F({paragraphMenuPlacement:_0x428e94}){const _0x2f8671=_0x3da21c;let _0x4f7091=(0x0,c['useDependency'])(n[_0x2f8671(0x448)]);return(0x0,f[_0x2f8671(0x44a)])(N,{'onShapeClick':_0x41127a=>{const _0x2b8158=_0x2f8671;_0x4f7091[_0x2b8158(0x351)](C['id'],{'paragraphMenuPlacement':_0x428e94,'value':_0x41127a[_0x2b8158(0xbf)],'enhanceParams':{'endArrow':_0x41127a[_0x2b8158(0x331)],'startArrow':_0x41127a[_0x2b8158(0xbe)],'horizontal':_0x41127a[_0x2b8158(0x1cc)],'vertical':_0x41127a[_0x2b8158(0xc5)]}});}});}function I(_0x20c383){const _0x1954b5=_0x3da21c;return _0x402a60=>({'id':C['id'],'type':c[_0x1954b5(0x3be)]['SELECTOR'],'selections':[{'label':{'name':M,'hoverable':!0x1,'selectable':!0x1,'props':_0x20c383?{'id':C['id'],'paragraphMenuPlacement':_0x20c383}:{'id':C['id']}}}],'icon':_0x1954b5(0x27f),'title':_0x1954b5(0xff),'tooltip':_0x1954b5(0xff),'hidden$':(0x0,c['getMenuHiddenObservable'])(_0x402a60,n[_0x1954b5(0x377)][_0x1954b5(0x376)])});}const ee=I(),L=I(_0x3da21c(0xb8)),te=I(_0x3da21c(0x2a8)),ne={[c[_0x3da21c(0x1bc)]['MEDIA']]:{[C['id']]:{'order':0x4,'menuItemFactory':ee}},[c[_0x3da21c(0x3a2)]['PARAGRAPH']]:{[c[_0x3da21c(0x29f)][_0x3da21c(0x26f)]]:{[a[_0x3da21c(0x271)]]:{[C['id']]:{'replace':!0x0,'order':0x8,'menuItemFactory':L}}},[a[_0x3da21c(0x19a)]]:{[c[_0x3da21c(0x29f)][_0x3da21c(0x26f)]]:{[C['id']]:{'replace':!0x0,'order':0x8,'menuItemFactory':L}}},[a['EMPTY_PARAGRAPH_MENU_ID']]:{[c[_0x3da21c(0x29f)][_0x3da21c(0x26f)]]:{[C['id']]:{'replace':!0x0,'order':0x8,'menuItemFactory':te}}},[a[_0x3da21c(0x1fd)]]:{'insert':{[C['id']]:{'replace':!0x0,'order':0x2,'menuItemFactory':ee}}},[a[_0x3da21c(0xb3)]]:{'insert':{[C['id']+_0x3da21c(0xfb)]:{'replace':!0x0,'order':0x2,'menuItemFactory':L}}}}};function R(_0x5998b8){'@babel/helpers - typeof';const _0x2201cb=_0x3da21c;return R=typeof Symbol=='function'&&typeof Symbol[_0x2201cb(0x24c)]=='symbol'?function(_0x57471e){return typeof _0x57471e;}:function(_0x30da16){const _0x1cc73f=_0x2201cb;return _0x30da16&&typeof Symbol=='function'&&_0x30da16[_0x1cc73f(0x462)]===Symbol&&_0x30da16!==Symbol['prototype']?'symbol':typeof _0x30da16;},R(_0x5998b8);}function re(_0x43897b,_0x46328c){const _0x32c66a=_0x3da21c;if(R(_0x43897b)!=_0x32c66a(0x405)||!_0x43897b)return _0x43897b;var _0x2af2ef=_0x43897b[Symbol[_0x32c66a(0x2e6)]];if(_0x2af2ef!==void 0x0){var _0x14031f=_0x2af2ef[_0x32c66a(0x14a)](_0x43897b,_0x46328c||_0x32c66a(0x251));if(R(_0x14031f)!='object')return _0x14031f;throw TypeError(_0x32c66a(0x101));}return(_0x46328c===_0x32c66a(0x3c7)?String:Number)(_0x43897b);}function ie(_0x52206a){const _0x323ed0=_0x3da21c;var _0x31230b=re(_0x52206a,_0x323ed0(0x3c7));return R(_0x31230b)==_0x323ed0(0x312)?_0x31230b:_0x31230b+'';}function z(_0x259c24,_0x12c25a,_0xe26b9f){const _0x2cd874=_0x3da21c;return(_0x12c25a=ie(_0x12c25a))in _0x259c24?Object[_0x2cd874(0x223)](_0x259c24,_0x12c25a,{'value':_0xe26b9f,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x259c24[_0x12c25a]=_0xe26b9f,_0x259c24;}var B=class extends n['Disposable']{constructor(..._0x386820){const _0x3eeae5=_0x3da21c;super(..._0x386820),z(this,_0x3eeae5(0x2cc),new p[(_0x3eeae5(0xef))](null)),z(this,_0x3eeae5(0x2fe),this[_0x3eeae5(0x2cc)][_0x3eeae5(0x3d7)]()),z(this,_0x3eeae5(0x285),new p[(_0x3eeae5(0xef))](!0x1)),z(this,_0x3eeae5(0x367),this['_onSavingEditorData$'][_0x3eeae5(0x3d7)]());}[_0x3da21c(0x399)](){const _0x46172e=_0x3da21c;this[_0x46172e(0x2cc)][_0x46172e(0x130)](null),this[_0x46172e(0x2cc)]['complete'](),this['_onSavingEditorData$'][_0x46172e(0x130)](!0x1),this[_0x46172e(0x285)][_0x46172e(0x2a6)](),super[_0x46172e(0x399)]();}['setEditing'](_0x439b63){const _0x587b8e=_0x3da21c;this['_editingParams$'][_0x587b8e(0x130)](_0x439b63),_0x439b63==null&&this[_0x587b8e(0x285)][_0x587b8e(0x130)](!0x1);}[_0x3da21c(0x3b2)](_0x3766c0){const _0x53e235=_0x3da21c;this[_0x53e235(0x285)][_0x53e235(0x130)](_0x3766c0);}['getEditing'](){const _0xcc49a4=_0x3da21c;return this[_0xcc49a4(0x2cc)]['getValue']();}};function V(_0x4c4eea,_0x429c71,_0x4a47f2,_0x679eac,_0x495d7b,_0x3bc422){const _0x33afa3=_0x3da21c;let _0x440ac6={'unitId':_0x429c71,'shapeId':_0x679eac,'shapeData':_0x3bc422,'oldShapeJSON':_0x495d7b};return _0x4c4eea[_0x33afa3(0x351)](e[_0x33afa3(0x23c)]['id'],_0x440ac6);}function ae(_0x53ae59,_0x1f2bf6,_0x390448,_0x235aa2,_0x63a546,_0x492a1c){const _0x24e534=_0x3da21c;let _0x42b589={'unitId':_0x1f2bf6,'shapeId':_0x235aa2,'shapeData':_0x492a1c,'oldShapeJSON':_0x63a546};return _0x53ae59[_0x24e534(0x351)](e[_0x24e534(0x23c)]['id'],_0x42b589);}const H='doc.shape.floating-toolbar';function U(_0x3de252){const _0x3df1a3=_0x3da21c;let _0x2b8b41=_0x3de252['shapeText'];return _0x2b8b41&&_0x3df1a3(0x346)in _0x2b8b41&&_0x2b8b41['dataModel']?_0x2b8b41[_0x3df1a3(0x346)]:null;}function oe(_0xa49744){const _0x2e8eec=_0x3da21c;var _0x419eb5,_0xf19c7f,_0x1a8aeb,_0x1ae1df;let _0x1da099=(_0x419eb5=U(_0xa49744))==null?void 0x0:_0x419eb5[_0x2e8eec(0x47b)],_0x10c356=(_0xf19c7f=_0x1da099==null||(_0x1a8aeb=_0x1da099[_0x2e8eec(0x2e0)])==null||(_0x1a8aeb=_0x1a8aeb['textRuns'])==null||(_0x1a8aeb=_0x1a8aeb[0x0])==null?void 0x0:_0x1a8aeb['ts'])==null?{}:_0xf19c7f;return{..._0x1da099==null||(_0x1ae1df=_0x1da099['documentStyle'])==null?void 0x0:_0x1ae1df[_0x2e8eec(0x3f4)],..._0x10c356};}function se(_0x5ad92b,_0x39a2eb){const _0x57acb1=_0x3da21c;var _0x332fd9;let _0x2803e3=_0x5ad92b==null||(_0x332fd9=_0x5ad92b[_0x57acb1(0xe5)]()[_0x57acb1(0xd6)])==null?void 0x0:_0x332fd9[_0x39a2eb];return _0x2803e3?_0x2803e3[_0x57acb1(0x315)]===n[_0x57acb1(0x449)]['WRAP_NONE']?_0x2803e3[_0x57acb1(0x3a0)]===n['BooleanNumber'][_0x57acb1(0x344)]?'behindText':_0x57acb1(0x461):_0x2803e3[_0x57acb1(0x315)]===n[_0x57acb1(0x449)][_0x57acb1(0x134)]?_0x57acb1(0x3ea):_0x2803e3[_0x57acb1(0x315)]===n[_0x57acb1(0x449)]['WRAP_TOP_AND_BOTTOM']?_0x57acb1(0x39b):_0x57acb1(0x40d):_0x57acb1(0x40d);}function ce(_0x2fc4af){const _0x815f46=_0x3da21c;var _0x41dd78,_0x47defc,_0x27bbdd;let _0x133dab=_0x2fc4af[_0x815f46(0xfc)][_0x815f46(0x188)],_0x39902b=(0x0,c[_0x815f46(0x2f7)])(n[_0x815f46(0x448)]),_0x638ef7=(0x0,c[_0x815f46(0x2f7)])(n[_0x815f46(0x45a)]),_0x5e0207=(0x0,c[_0x815f46(0x2f7)])(e[_0x815f46(0x403)]),_0x47ec4f=(0x0,c[_0x815f46(0x2f7)])(n[_0x815f46(0x2d4)]),_0x3b3e7e=(0x0,c[_0x815f46(0x2f7)])(c['IFontService']),{unitId:_0x2082b7,subUnitId:_0xb79f1a,drawingId:_0x29219d,shapeType:_0x4cdc33}=_0x133dab,[_0x9a73f,_0x38f101]=(0x0,d['useState'])(_0x133dab['shapeData']),[_0x200409,_0x797de3]=(0x0,d[_0x815f46(0x301)])(()=>_0x3b3e7e[_0x815f46(0x39c)]()),_0x32b3d3=(_0x41dd78=_0x47ec4f[_0x815f46(0x132)](_0x2082b7,n['UniverInstanceType'][_0x815f46(0x376)]))==null?void 0x0:_0x41dd78,[_0x334036,_0x223f20]=(0x0,d[_0x815f46(0x301)])(()=>se(_0x32b3d3,_0x29219d)),_0x1f4f4d=(0x0,d['useMemo'])(()=>oe(_0x9a73f),[_0x9a73f]),_0x5d4a75=(0x0,d[_0x815f46(0x1aa)])(()=>U(_0x9a73f),[_0x9a73f]);(0x0,d[_0x815f46(0x2c7)])(()=>{const _0x22fed0=_0x815f46;let _0x164310=_0x39902b['onCommandExecuted'](_0xfce748=>{const _0xf1ebb5=_0x4e41;if(_0xfce748['id']!==e[_0xf1ebb5(0x234)]['id'])return;let _0xb204b3=_0x5e0207[_0xf1ebb5(0x30e)](_0x2082b7,_0xb79f1a,_0x29219d);_0xb204b3&&_0x38f101(_0xb204b3);});return()=>_0x164310[_0x22fed0(0x399)]();},[_0x39902b,_0x5e0207,_0x29219d,_0xb79f1a,_0x2082b7]),(0x0,d[_0x815f46(0x2c7)])(()=>{const _0x4a9e35=_0x815f46;let _0xd9feeb=_0x3b3e7e[_0x4a9e35(0x36c)][_0x4a9e35(0x3e0)](_0x28e9ad=>{_0x797de3(_0x28e9ad);});return()=>_0xd9feeb[_0x4a9e35(0x364)]();},[_0x3b3e7e]);let _0x1f269e=_0x32653f=>{_0x38f101(_0x1eae15=>({..._0x1eae15,..._0x32653f}));},_0x1f828c=_0x17065c=>{const _0x51d768=_0x815f46;let _0x51b6a6=(0x0,m['buildShapeTextDataUpdate'])(_0x9a73f,_0x17065c);V(_0x39902b,_0x2082b7,_0xb79f1a,_0x29219d,{'oldShapeData':{'shapeText':_0x9a73f[_0x51d768(0xac)]}},_0x51b6a6),_0x1f269e(_0x51b6a6);},_0x3491aa=_0xc0976d=>{const _0x34196c=_0x815f46;_0x223f20(_0xc0976d),_0x39902b[_0x34196c(0x351)](_0x34196c(0x37a),{'unitId':_0x2082b7,'subUnitId':_0xb79f1a,'drawings':[{'unitId':_0x2082b7,'subUnitId':_0xb79f1a,'drawingId':_0x29219d}],'wrappingStyle':_0xc0976d});},_0x3d24ab=_0x200409[_0x815f46(0x2d5)](_0x5f2675=>({'label':_0x638ef7['t'](_0x5f2675[_0x815f46(0x2c9)]),'value':_0x5f2675[_0x815f46(0x3f7)]})),_0x4c04f3=[{'label':_0x638ef7['t']('docs-shape-ui.textWrap.inline'),'value':_0x815f46(0x40d),'icon':(0x0,f[_0x815f46(0x44a)])(m[_0x815f46(0x459)],{})},{'label':_0x638ef7['t'](_0x815f46(0x44c)),'value':_0x815f46(0x3ea),'icon':(0x0,f[_0x815f46(0x44a)])(m[_0x815f46(0x459)],{})},{'label':_0x638ef7['t']('docs-shape-ui.textWrap.topAndBottom'),'value':_0x815f46(0x39b),'icon':(0x0,f[_0x815f46(0x44a)])(m[_0x815f46(0x459)],{})},{'label':_0x638ef7['t'](_0x815f46(0x340)),'value':'behindText','icon':(0x0,f[_0x815f46(0x44a)])(m[_0x815f46(0x459)],{})},{'label':_0x638ef7['t'](_0x815f46(0x2c6)),'value':_0x815f46(0x461),'icon':(0x0,f[_0x815f46(0x44a)])(m[_0x815f46(0x459)],{})}];return(0x0,f[_0x815f46(0x44a)])(m[_0x815f46(0x2b1)],{'shapeData':_0x9a73f,'shapeType':_0x4cdc33,'textStyle':{'cl':{'rgb':_0x815f46(0x2cd)},..._0x1f4f4d},'textModel':_0x5d4a75?{'ha':(_0x47defc=_0x5d4a75['ha'])==null?n['HorizontalAlign']['LEFT']:_0x47defc,'va':(_0x27bbdd=_0x5d4a75['va'])==null?n[_0x815f46(0x421)]['TOP']:_0x27bbdd}:null,'fontOptions':_0x3d24ab,'wrappingStyle':_0x334036,'wrappingStyleOptions':_0x4c04f3,'enableShapeFillReset':!0x0,'enableShapeStrokeReset':!0x0,'enableTextBackgroundReset':!0x0,'onUpdateShapeData':(_0x585320,_0x395552)=>{V(_0x39902b,_0x2082b7,_0xb79f1a,_0x29219d,_0x585320,_0x395552),_0x395552&&_0x1f269e(_0x395552);},'onUpdateText':_0x1f828c,'onUpdateWrappingStyle':_0x4ab599=>_0x3491aa(_0x4ab599),'onOpenPanel':()=>{const _0x5a4ac0=_0x815f46;_0x39902b[_0x5a4ac0(0x351)](T['id'],{'unitId':_0x2082b7,'subUnitId':_0xb79f1a,'drawingId':_0x29219d});},'onDelete':()=>{const _0x2fd3e4=_0x815f46;_0x39902b[_0x2fd3e4(0x351)](i[_0x2fd3e4(0x2b5)]['id'],{'unitId':_0x2082b7,'drawings':[{'unitId':_0x2082b7,'subUnitId':_0xb79f1a,'drawingId':_0x29219d}]});}});}let W=class extends n['Disposable']{constructor(_0x44f105,_0x8646b,_0x44ea35,_0x2bf1d5,_0x4c4499,_0x404235,_0x3efd3f,_0x7a8d9f,_0x1d4b45,_0x2a4d04,_0x3ed41b){const _0x49ff10=_0x3da21c;super(),this[_0x49ff10(0x1ee)]=_0x44f105,this[_0x49ff10(0x41e)]=_0x8646b,this[_0x49ff10(0x3c6)]=_0x44ea35,this[_0x49ff10(0xc7)]=_0x2bf1d5,this[_0x49ff10(0x13f)]=_0x4c4499,this[_0x49ff10(0x23d)]=_0x404235,this[_0x49ff10(0x42d)]=_0x3efd3f,this[_0x49ff10(0x295)]=_0x7a8d9f,this['_renderManagerService']=_0x1d4b45,this[_0x49ff10(0x1fa)]=_0x2a4d04,this[_0x49ff10(0x302)]=_0x3ed41b,z(this,_0x49ff10(0x3c9),null),z(this,_0x49ff10(0x341),null),z(this,'_isOpenedShapeEditPanel',!0x1),z(this,_0x49ff10(0xaf),0x0),z(this,_0x49ff10(0xf8),new Set()),z(this,_0x49ff10(0x42c),[]),this['_initMenu'](),this['disposeWithMe'](this[_0x49ff10(0x1ee)]['getCurrentTypeOfUnit$'](n['UniverInstanceType'][_0x49ff10(0x376)])['subscribe'](_0x154550=>{const _0x56cdb6=_0x49ff10;if(!_0x154550){var _0x5ef783;(_0x5ef783=this[_0x56cdb6(0x3c9)])==null||_0x5ef783[_0x56cdb6(0x399)]();return;}this[_0x56cdb6(0x277)](_0x154550);})),this[_0x49ff10(0x336)](),this['_initShapePopupMenu'](),this[_0x49ff10(0xb0)](this[_0x49ff10(0x302)]['editingParams$']['subscribe'](_0x42e4fb=>{const _0x2be691=_0x49ff10;_0x42e4fb&&this[_0x2be691(0x380)]();}));}[_0x3da21c(0x1e4)](){const _0x30bb2c=_0x3da21c;this[_0x30bb2c(0x3c6)]['mergeMenu'](ne);}[_0x3da21c(0x1b5)](){const _0x2c16bd=_0x3da21c;this[_0x2c16bd(0x1ee)][_0x2c16bd(0x2f1)](n[_0x2c16bd(0x377)][_0x2c16bd(0x376)])[_0x2c16bd(0x362)](_0x4b5867=>this[_0x2c16bd(0x277)](_0x4b5867));}[_0x3da21c(0x204)](_0x214147,_0x84da85,_0xe01b8f,_0x49b533){const _0x10cf13=_0x3da21c;return[{'label':_0x10cf13(0x25e),'index':0x0,'commandId':T['id'],'commandParams':{'unitId':_0x214147,'subUnitId':_0x84da85,'drawingId':_0xe01b8f},'disable':_0x49b533===n[_0x10cf13(0xd0)][_0x10cf13(0x2fb)]},{'label':_0x10cf13(0x10b),'index':0x1,'commandId':i['RemoveDocDrawingCommand']['id'],'commandParams':{'unitId':_0x214147,'drawings':[{'unitId':_0x214147,'subUnitId':_0x84da85,'drawingId':_0xe01b8f}]},'disable':!0x1},{'label':_0x10cf13(0x35e),'index':0x2,'commandId':w['id'],'commandParams':{'unitId':_0x214147,'subUnitId':_0x84da85,'drawingId':_0xe01b8f},'disable':!0x1}];}[_0x3da21c(0x408)](_0x1acc88,_0x5ab4f3,_0xc629dd){const _0x17c56e=_0x3da21c;let _0x735494=this[_0x17c56e(0xc7)][_0x17c56e(0x1b3)](_0x1acc88,_0x5ab4f3,_0xc629dd),_0x27a4d2=this[_0x17c56e(0xc7)]['getShapeDataById'](_0x1acc88,_0x5ab4f3,_0xc629dd);return _0x735494!==void 0x0&&_0x27a4d2!==void 0x0?{'shapeData':_0x27a4d2,'shapeId':_0xc629dd,'shapeType':_0x735494,'unitId':_0x1acc88,'subUnitId':_0x5ab4f3,'version':this[_0x17c56e(0xaf)],'disableShapeOption':!0x1}:null;}[_0x3da21c(0x277)](_0x5263ef){const _0x31dcb4=_0x3da21c;if(!_0x5263ef)return;let _0x1ca447=_0x5263ef['getUnitId']();this[_0x31dcb4(0x162)][_0x31dcb4(0x406)](_0x1ca447)&&!this[_0x31dcb4(0xf8)]['has'](_0x1ca447)&&(this[_0x31dcb4(0x33f)](_0x1ca447),this[_0x31dcb4(0xf8)]['add'](_0x1ca447));}[_0x3da21c(0x380)](){const _0x2bb78e=_0x3da21c;this[_0x2bb78e(0x42c)][_0x2bb78e(0x362)](_0x58d7e8=>_0x58d7e8[_0x2bb78e(0x399)]()),this[_0x2bb78e(0x42c)][_0x2bb78e(0x329)]=0x0;}[_0x3da21c(0x33f)](_0x5eb15e){const _0x24455e=_0x3da21c;var _0x3218d0;let _0x368e68=(_0x3218d0=this[_0x24455e(0x162)][_0x24455e(0x14e)](_0x5eb15e))==null?void 0x0:_0x3218d0[_0x24455e(0x28f)],_0x34a1be=_0x368e68==null?void 0x0:_0x368e68[_0x24455e(0x43b)]();!_0x368e68||!_0x34a1be||(this['disposeWithMe'](_0x34a1be[_0x24455e(0x208)]['subscribe'](()=>{const _0x5aa5be=_0x24455e;let _0x58ee11=_0x34a1be[_0x5aa5be(0x1f6)]();if(this['_clearPopups'](),this['_isOpenedShapeEditPanel']||_0x58ee11[_0x5aa5be(0x1f3)]>0x1)return;let _0x871ee8=_0x58ee11[_0x5aa5be(0x15a)]()[_0x5aa5be(0x130)]()[_0x5aa5be(0x3f7)];if(!_0x871ee8)return;let _0x5bdfda=this[_0x5aa5be(0x42d)][_0x5aa5be(0x33a)](_0x871ee8['oKey']);if(!_0x5bdfda||_0x5bdfda['drawingType']!==n[_0x5aa5be(0xd0)][_0x5aa5be(0xe0)])return;let {unitId:_0xd87555,subUnitId:_0x325398,drawingId:_0x56147b,drawingType:_0x541381}=_0x5bdfda,_0x30d084=this[_0x5aa5be(0x408)](_0xd87555,_0x325398,_0x56147b);if(!_0x30d084)return;let _0x5e4711=this[_0x5aa5be(0x295)][_0x5aa5be(0x1d3)](_0x871ee8,{'componentKey':H,'direction':_0x5aa5be(0x1bf),'offset':[0x0,0x8],'extraProps':{'unitId':_0xd87555,'subUnitId':_0x325398,'drawingId':_0x56147b,'drawingType':_0x541381,'shapeType':_0x30d084[_0x5aa5be(0x16a)],'shapeData':_0x30d084[_0x5aa5be(0xd3)]}},_0xd87555);this[_0x5aa5be(0x42c)][_0x5aa5be(0x2f5)](this[_0x5aa5be(0xb0)](_0x5e4711)),this[_0x5aa5be(0x42d)]['getFocusDrawings']()[_0x5aa5be(0x31c)](_0x204381=>_0x204381['unitId']===_0xd87555&&_0x204381[_0x5aa5be(0x395)]===_0x325398&&_0x204381[_0x5aa5be(0x226)]===_0x56147b)||this[_0x5aa5be(0x42d)][_0x5aa5be(0x1da)]([{'unitId':_0xd87555,'subUnitId':_0x325398,'drawingId':_0x56147b}]);})),this[_0x24455e(0xb0)](_0x34a1be[_0x24455e(0x2d8)][_0x24455e(0x3e0)](()=>{const _0x216594=_0x24455e;this[_0x216594(0x380)](),this[_0x216594(0x1fa)][_0x216594(0x444)](n['FOCUSING_COMMON_DRAWINGS'],!0x1),this['_drawingManagerService'][_0x216594(0x1da)](null);})),this['disposeWithMe'](_0x34a1be[_0x24455e(0x272)]['subscribe'](()=>{const _0x3c824c=_0x24455e;this[_0x3c824c(0x380)]();})),this[_0x24455e(0xb0)](_0x34a1be[_0x24455e(0x1c4)][_0x24455e(0x3e0)](()=>{const _0x3d48fb=_0x24455e;this[_0x3d48fb(0x380)]();})));}[_0x3da21c(0x336)](){const _0xefe49a=_0x3da21c;this[_0xefe49a(0xb0)](this['_commandService'][_0xefe49a(0x34a)](_0x1c343c=>{const _0x1ea46e=_0xefe49a;if(_0x1c343c['id']===T['id']){let {unitId:_0x3e6650,subUnitId:_0x42187f,drawingId:_0x54075f}=_0x1c343c['params'];this[_0x1ea46e(0xaf)]+=0x1,this['_activeShapeInfo']=this[_0x1ea46e(0x408)](_0x3e6650,_0x42187f,_0x54075f),this[_0x1ea46e(0x380)](),this['_openShapeEditPanel']();}if(_0x1c343c['id']===w['id']&&(this[_0x1ea46e(0x341)]=null,this[_0x1ea46e(0x196)]()),_0x1c343c['id']===e[_0x1ea46e(0x234)]['id']){let {unitId:_0x345815,shapeId:_0x47713f}=_0x1c343c[_0x1ea46e(0x1c6)];if(this[_0x1ea46e(0x341)]&&this[_0x1ea46e(0x341)][_0x1ea46e(0x16e)]===_0x47713f){let _0x278d3d=this[_0x1ea46e(0x408)](_0x345815,this[_0x1ea46e(0x341)][_0x1ea46e(0x395)],_0x47713f);_0x278d3d&&(this[_0x1ea46e(0xaf)]+=0x1,_0x278d3d[_0x1ea46e(0xfe)]=this[_0x1ea46e(0xaf)],this['_activeShapeInfo']=_0x278d3d,this[_0x1ea46e(0x2b3)]&&this[_0x1ea46e(0x1d9)]());}}})),this['disposeWithMe'](this[_0xefe49a(0x42d)]['focus$']['subscribe'](_0x38b449=>{const _0x5aeacb=_0xefe49a;if(this[_0x5aeacb(0x2b3)]===!0x1)return;if(_0x38b449[_0x5aeacb(0x329)]===0x0){this[_0x5aeacb(0x341)]=null,this['_closeShapeEditPanel']();return;}if(_0x38b449[_0x5aeacb(0x329)]===0x1&&_0x38b449[0x0][_0x5aeacb(0x460)]===n[_0x5aeacb(0xd0)][_0x5aeacb(0xe0)]&&(this[_0x5aeacb(0xaf)]+=0x1,this[_0x5aeacb(0x341)]=this[_0x5aeacb(0x408)](_0x38b449[0x0][_0x5aeacb(0x3da)],_0x38b449[0x0][_0x5aeacb(0x395)],_0x38b449[0x0][_0x5aeacb(0x226)]),this[_0x5aeacb(0x341)])){this['_openShapeEditPanel']();return;}let _0x1d2e3c=_0x38b449['filter'](_0x448d07=>_0x448d07['drawingType']===n[_0x5aeacb(0xd0)][_0x5aeacb(0xe0)]);if(_0x38b449[_0x5aeacb(0x329)]>0x1&&_0x1d2e3c[_0x5aeacb(0x329)]===_0x38b449[_0x5aeacb(0x329)]){if(this[_0x5aeacb(0xaf)]+=0x1,this['_activeShapeInfo']=this['_getShapeInfo'](_0x38b449[0x0][_0x5aeacb(0x3da)],_0x38b449[0x0]['subUnitId'],_0x38b449[0x0][_0x5aeacb(0x226)]),this['_activeShapeInfo']){this[_0x5aeacb(0x1d9)]();return;}}else{if(this['_shapeEditPanelVersion']+=0x1,this[_0x5aeacb(0x341)]=this[_0x5aeacb(0x408)](_0x38b449[0x0][_0x5aeacb(0x3da)],_0x38b449[0x0][_0x5aeacb(0x395)],_0x38b449[0x0]['drawingId']),this['_activeShapeInfo']){this[_0x5aeacb(0x341)]['disableShapeOption']=!0x0,this['_openShapeEditPanel']();return;}}this[_0x5aeacb(0x196)]();}));}[_0x3da21c(0x1d9)](){const _0x3233b1=_0x3da21c;this['_activeShapeInfo']&&(this['_sidebarDisposable']=this[_0x3233b1(0x41e)][_0x3233b1(0x173)]({'id':E,'header':{'title':this[_0x3233b1(0x13f)]['t'](_0x3233b1(0x233))},'width':0x184,'children':{'label':E,...this[_0x3233b1(0x341)]},'onClose':()=>{const _0x50c282=_0x3233b1;this[_0x50c282(0x42d)][_0x50c282(0x1da)](null),this[_0x50c282(0x1fa)][_0x50c282(0x444)](n[_0x50c282(0x232)],!0x1),this[_0x50c282(0x3c9)]=null;}}),this['_isOpenedShapeEditPanel']=!0x0);}[_0x3da21c(0x196)](){const _0x301625=_0x3da21c;this[_0x301625(0x2b3)]=!0x1,this['_sidebarService']['close'](E),this[_0x301625(0x3c9)]=null,this['_contextService']['setContextValue'](n[_0x301625(0x232)],!0x1),this['_drawingManagerService'][_0x301625(0x1da)](null);}};W=k([O(0x0,n[_0x3da21c(0x2d4)]),O(0x1,(0x0,n['Inject'])(c['ISidebarService'])),O(0x2,c[_0x3da21c(0x3bc)]),O(0x3,(0x0,n[_0x3da21c(0x34b)])(e[_0x3da21c(0x403)])),O(0x4,(0x0,n['Inject'])(n['LocaleService'])),O(0x5,n[_0x3da21c(0x448)]),O(0x6,s[_0x3da21c(0x28d)]),O(0x7,(0x0,n[_0x3da21c(0x34b)])(a[_0x3da21c(0x3ef)])),O(0x8,o[_0x3da21c(0x104)]),O(0x9,n[_0x3da21c(0x2bd)]),O(0xa,(0x0,n[_0x3da21c(0x34b)])(B))],W);var le='@univerjs-pro/docs-shape-ui',ue='0.25.0-insiders.20260623-012b5a8';const G={};function de(_0x29c8d1){const _0x4bd85b=_0x3da21c;var _0xdfcabc,_0x472ff4,_0x1520a7,_0x51b5a0;let _0x3fe167=(_0xdfcabc=(_0x472ff4=_0x29c8d1[_0x4bd85b(0x2e0)])==null||(_0x472ff4=_0x472ff4[_0x4bd85b(0x126)])==null?void 0x0:_0x472ff4[_0x4bd85b(0x329)])==null?0x0:_0xdfcabc,_0x40688f=(_0x1520a7=_0x29c8d1[_0x4bd85b(0x2e0)])==null?void 0x0:_0x1520a7[_0x4bd85b(0x1fe)];if(_0x40688f!=null&&_0x40688f['length'])for(let _0x4ec6a6 of _0x40688f){var _0x238036;_0x4ec6a6[_0x4bd85b(0x466)]=(_0x238036=_0x4ec6a6[_0x4bd85b(0x466)])==null?n[_0x4bd85b(0x339)][_0x4bd85b(0x455)]:_0x238036;}else _0x29c8d1['body']&&(_0x29c8d1[_0x4bd85b(0x2e0)]['sectionBreaks']=[{'startIndex':Math[_0x4bd85b(0x248)](0x0,_0x3fe167-0x1),'gridType':n[_0x4bd85b(0x339)]['DEFAULT']}]);let _0x17483a=(_0x51b5a0=_0x29c8d1['body'])==null?void 0x0:_0x51b5a0[_0x4bd85b(0x12d)];if(_0x17483a)for(let _0x2d244a of _0x17483a){var _0x4a8531,_0xc5649,_0xcb785e,_0x5ee010,_0x173359,_0x50af5e,_0x1c9357,_0x515f9a;_0x2d244a[_0x4bd85b(0x2bb)]={..._0x2d244a[_0x4bd85b(0x2bb)],'lineSpacing':(_0x4a8531=(_0xc5649=_0x2d244a[_0x4bd85b(0x2bb)])==null?void 0x0:_0xc5649[_0x4bd85b(0x477)])==null?0x1:_0x4a8531,'snapToGrid':(_0xcb785e=(_0x5ee010=_0x2d244a[_0x4bd85b(0x2bb)])==null?void 0x0:_0x5ee010[_0x4bd85b(0x3cb)])==null?n[_0x4bd85b(0x195)][_0x4bd85b(0x18b)]:_0xcb785e,'spaceAbove':(_0x173359=(_0x50af5e=_0x2d244a['paragraphStyle'])==null?void 0x0:_0x50af5e[_0x4bd85b(0x136)])==null?{'v':0x0}:_0x173359,'spaceBelow':(_0x1c9357=(_0x515f9a=_0x2d244a[_0x4bd85b(0x2bb)])==null?void 0x0:_0x515f9a[_0x4bd85b(0x216)])==null?{'v':0x0}:_0x1c9357};}}function fe(_0x3ddb5a){const _0x325c8e=_0x3da21c;let _0x1d169b=_0x3ddb5a[_0x325c8e(0x2e0)],_0x9bd6e2=_0x1d169b==null?void 0x0:_0x1d169b[_0x325c8e(0x12d)],_0x129e96=_0x1d169b==null?void 0x0:_0x1d169b['dataStream'];if(!_0x1d169b||!(_0x9bd6e2!=null&&_0x9bd6e2['length'])||!_0x129e96)return;let _0x18fb9b=[];for(let _0x151184=0x0;_0x151184<_0x129e96[_0x325c8e(0x329)];_0x151184++)_0x129e96[_0x151184]==='\x0d'&&_0x18fb9b[_0x325c8e(0x2f5)](_0x151184);_0x18fb9b[_0x325c8e(0x329)]===_0x9bd6e2[_0x325c8e(0x329)]&&(_0x1d169b[_0x325c8e(0x12d)]=_0x9bd6e2[_0x325c8e(0x2d5)]((_0xc523b5,_0x26fddf)=>({..._0xc523b5,'startIndex':_0x18fb9b[_0x26fddf]})));}function pe(_0x3ddb76,_0x456b68){const _0x6ad507=_0x3da21c;var _0xac95b0,_0x1fcabc,_0x35c8fc;let {isHorizontal:_0x2438d5,textRect:_0x4fd17c,verticalAlign:_0x4a43e8}=_0x456b68,_0x2fdd80=_0x2438d5?_0x4fd17c[_0x6ad507(0x1eb)]:_0x4fd17c[_0x6ad507(0x40a)],_0x579603=n[_0x6ad507(0x3fa)][_0x6ad507(0x289)](_0x3ddb76),_0x1db050=(_0xac95b0=_0x579603[_0x6ad507(0x181)])==null?{}:_0xac95b0,_0x550284={..._0x1db050['renderConfig'],'centerAngle':_0x2438d5?0x0:o[_0x6ad507(0x193)],'vertexAngle':_0x2438d5?0x0:o[_0x6ad507(0x193)],'wrapStrategy':n[_0x6ad507(0x2ed)][_0x6ad507(0x3f9)],'zeroWidthParagraphBreak':(_0x1fcabc=(_0x35c8fc=_0x1db050[_0x6ad507(0x46b)])==null?void 0x0:_0x35c8fc[_0x6ad507(0x2e9)])==null?n[_0x6ad507(0x195)][_0x6ad507(0x344)]:_0x1fcabc};if(_0x4a43e8!==void 0x0&&(_0x550284['verticalAlign']=_0x4a43e8),_0x456b68[_0x6ad507(0x381)]!==void 0x0){var _0xb5f8b4;_0x550284['horizontalAlign']=_0x456b68[_0x6ad507(0x381)];let _0xd50cd1=(_0xb5f8b4=_0x579603[_0x6ad507(0x2e0)])==null?void 0x0:_0xb5f8b4[_0x6ad507(0x12d)];if(_0xd50cd1){for(let _0x22c506 of _0xd50cd1)_0x22c506[_0x6ad507(0x2bb)]||(_0x22c506[_0x6ad507(0x2bb)]={}),_0x22c506[_0x6ad507(0x2bb)][_0x6ad507(0x381)]=_0x456b68[_0x6ad507(0x381)];}}return _0x579603[_0x6ad507(0x181)]={..._0x1db050,'marginTop':0x0,'marginBottom':0x0,'marginLeft':0x0,'marginRight':0x0,'pageSize':{'width':_0x2fdd80,'height':0x1/0x0},'renderConfig':_0x550284},fe(_0x579603),de(_0x579603),_0x579603;}var K=class extends o[_0x3da21c(0x2a4)]{constructor(_0x5e62a7,_0x483844){const _0x1771b4=_0x3da21c;super(_0x5e62a7,_0x483844),z(this,_0x1771b4(0x115),void 0x0),z(this,_0x1771b4(0x343),!0x0),z(this,'_drawingType',n[_0x1771b4(0xd0)][_0x1771b4(0xe0)]),z(this,'isDrawingObject',!0x0),this['_props']={..._0x483844},this[_0x1771b4(0x24a)]();}[_0x3da21c(0x24a)](){const _0x235620=_0x3da21c;this[_0x235620(0x2ef)][_0x235620(0x284)](_0x117778=>{const _0x2c113c=_0x235620;this[_0x2c113c(0x3cd)](_0x117778);});}[_0x3da21c(0x3f2)](_0xde718){this['_props']['prstGeom']=_0xde718;}[_0x3da21c(0x298)](_0x3970e6){const _0x2bf72b=_0x3da21c;this['_props'][_0x2bf72b(0x161)]=_0x3970e6,this[_0x2bf72b(0x194)](!0x0);}get['unitId'](){const _0x117409=_0x3da21c;return this[_0x117409(0x115)]['unitId'];}get['subUnitId'](){const _0xbee4a5=_0x3da21c;return this[_0xbee4a5(0x115)][_0xbee4a5(0x395)];}[_0x3da21c(0x3cd)](_0x3de95c){const _0x14f4ab=_0x3da21c;if(this[_0x14f4ab(0x115)][_0x14f4ab(0xc4)]==null||!this[_0x14f4ab(0x343)])return;let {width:_0x4ba845,height:_0x45ff6d}=this,{width:_0x104098=0x0,height:_0x320bd7=0x0}=_0x3de95c[_0x14f4ab(0x46c)],{left:_0x546808=0x0,top:_0x1aabf7=0x0,right:_0x455a95=0x0,bottom:_0x22b4ab=0x0}=this[_0x14f4ab(0x115)][_0x14f4ab(0xc4)],_0x94b613=_0x546808,_0x3664a8=_0x1aabf7,_0x181e3d=_0x455a95,_0x5f2de2=_0x22b4ab,_0x29b85e=!0x1;if(_0x104098!==0x0&&_0x104098!==_0x4ba845){let _0x4da843=_0x546808/_0x104098,_0x45c8ed=_0x455a95/_0x104098;_0x94b613=_0x4ba845*_0x4da843,_0x181e3d=_0x4ba845*_0x45c8ed,_0x29b85e=!0x0;}if(_0x320bd7!==0x0&&_0x320bd7!==_0x45ff6d){let _0x4e2f3b=_0x1aabf7/_0x320bd7,_0x30fa87=_0x22b4ab/_0x320bd7;_0x3664a8=_0x45ff6d*_0x4e2f3b,_0x5f2de2=_0x45ff6d*_0x30fa87,_0x29b85e=!0x0;}_0x29b85e&&this[_0x14f4ab(0x1a0)]({'left':_0x94b613,'top':_0x3664a8,'right':_0x181e3d,'bottom':_0x5f2de2});}[_0x3da21c(0x1a0)](_0x45112b){const _0x41cef6=_0x3da21c;this[_0x41cef6(0x115)][_0x41cef6(0xc4)]=_0x45112b,this['makeDirty'](!0x0);}[_0x3da21c(0x306)](_0x50db4f){const _0x24a97a=_0x3da21c;this['_props'][_0x24a97a(0x267)]=_0x50db4f,this[_0x24a97a(0x194)](!0x0);}set['transform'](_0x3daf83){const _0xfee3d1=_0x3da21c;this[_0xfee3d1(0x178)]=_0x3daf83;}get['transform'](){const _0x2e807b=_0x3da21c;this[_0x2e807b(0x178)]||this[_0x2e807b(0x21b)]();let _0x529fda=this[_0x2e807b(0x178)][_0x2e807b(0x262)]();return this['transformForAngle'](_0x529fda);}get[_0x3da21c(0x1f8)](){const _0x22318d=_0x3da21c;return this[_0x22318d(0x115)][_0x22318d(0x1f8)];}get[_0x3da21c(0x16e)](){const _0x148d1c=_0x3da21c;return this[_0x148d1c(0x115)]['shapeId'];}get[_0x3da21c(0x2be)](){return o['RENDER_CLASS_TYPE']['SHAPE'];}[_0x3da21c(0x40f)](_0x350fc4,_0x5555e5,_0x44cfd0,_0x1af4a0){const _0x27231d=_0x3da21c;let _0xbc6c31=this[_0x27231d(0x115)][_0x27231d(0x1f8)];if(!_0xbc6c31||!_0x5555e5)return;let _0x3d0212=_0x44cfd0==null?this[_0x27231d(0x1eb)]:_0x44cfd0,_0xc95e75=_0x1af4a0==null?this[_0x27231d(0x40a)]:_0x1af4a0,_0x3594fb={'shapeType':_0xbc6c31[_0x27231d(0x1d2)](),'width':_0x3d0212,'height':_0xc95e75},_0x3e1666={'renderMode':t[_0x27231d(0x137)]['Path'],'oKey':this['oKey'],'image':this['_props'][_0x27231d(0x267)],'angle':this[_0x27231d(0x17d)]};_0xbc6c31[_0x27231d(0x2c0)](_0x3594fb),_0x350fc4[_0x27231d(0x207)]();let _0x270b0d={'top':0x0,'left':0x0,'width':_0x3d0212,'height':_0xc95e75};_0xbc6c31[_0x27231d(0x481)](_0x350fc4,_0x270b0d,_0x3e1666),_0x350fc4[_0x27231d(0x3ff)]();let _0x18735c=_0xbc6c31[_0x27231d(0x300)](),_0x28ca4b=_0xbc6c31[_0x27231d(0x2e1)](_0x270b0d),_0x494282=_0xbc6c31[_0x27231d(0x22f)]();if(_0x18735c&&_0x28ca4b&&!_0x494282){_0x350fc4['save'](),this[_0x27231d(0x3b3)]()[_0x27231d(0x396)]&&_0x350fc4[_0x27231d(0x1a2)](-0x1,0x1);let _0xc2dd05=_0x3d0212/0x2,_0xcd0597=_0xc95e75/0x2;_0x350fc4[_0x27231d(0x146)](-_0xc2dd05,-_0xcd0597),_0x350fc4[_0x27231d(0x452)](),this[_0x27231d(0x37f)](_0x350fc4,_0x18735c,_0x28ca4b),_0x350fc4['restore']();}}[_0x3da21c(0x200)](_0x2b987b){}[_0x3da21c(0x37f)](_0x4aac6c,_0x5b90b9,_0x5782d8){const _0x2a6fd4=_0x3da21c;this[_0x2a6fd4(0x115)][_0x2a6fd4(0x161)]||(_0x2a6fd4(0x2fd)in _0x5b90b9&&_0x5b90b9[_0x2a6fd4(0x2fd)]===!0x1?this[_0x2a6fd4(0x2e2)](_0x4aac6c,_0x5b90b9,_0x5782d8):this['_drawRichText'](_0x4aac6c,_0x5b90b9,_0x5782d8));}[_0x3da21c(0x2e2)](_0x36d7d2,_0x4d8d0c,_0x359ba8){}[_0x3da21c(0x47e)](_0x5285d7,_0x17b54f,_0x1e528d){const _0x1264a9=_0x3da21c;var _0x4c7994,_0x2ab50e;let _0x2ded37=this[_0x1264a9(0x115)][_0x1264a9(0x2f0)];if(!_0x17b54f[_0x1264a9(0x346)]||!_0x2ded37){_0x2ded37||console[_0x1264a9(0x1f7)](_0x1264a9(0x392));return;}let _0x27ce37=_0x17b54f[_0x1264a9(0x346)],_0x26c6bc=_0x27ce37[_0x1264a9(0x47b)],_0x3350ad=(_0x4c7994=_0x27ce37['va'])==null?n[_0x1264a9(0x421)][_0x1264a9(0x348)]:_0x4c7994,_0x28dd55=(_0x2ab50e=_0x27ce37['ha'])==null?n[_0x1264a9(0x116)][_0x1264a9(0x3ce)]:_0x2ab50e;if(!_0x26c6bc)return;let _0x5e3bc3=_0x17b54f['isHorizontal'],_0x1bbfd4=new n[(_0x1264a9(0x214))](pe(_0x26c6bc,{'isHorizontal':_0x5e3bc3!==!0x1,'textRect':_0x1e528d,'verticalAlign':_0x3350ad,'horizontalAlign':_0x28dd55})),_0x37c097=new o[(_0x1264a9(0xdf))](_0x1bbfd4),_0x485f34=o[_0x1264a9(0x29d)][_0x1264a9(0x45f)](_0x37c097,_0x2ded37);_0x485f34[_0x1264a9(0x25b)]();let _0x21b539=new o['Documents'](_0x1264a9(0x3b0)+this[_0x1264a9(0x22d)],_0x485f34,{'pageMarginLeft':0x0,'pageMarginTop':0x0});_0x21b539[_0x1264a9(0x31b)](_0x1e528d[_0x1264a9(0x1eb)],_0x1e528d[_0x1264a9(0x40a)]),_0x5285d7['save'](),_0x5285d7[_0x1264a9(0xd4)](_0x1e528d['left'],_0x1e528d[_0x1264a9(0x261)]),_0x5285d7[_0x1264a9(0x452)](),_0x5285d7[_0x1264a9(0x253)](0x0,0x0,_0x1e528d[_0x1264a9(0x1eb)],_0x1e528d[_0x1264a9(0x40a)]),_0x5285d7[_0x1264a9(0xf1)](),_0x21b539[_0x1264a9(0x19d)](_0x5285d7),_0x5285d7[_0x1264a9(0x3ff)](),_0x21b539[_0x1264a9(0x399)](),_0x485f34[_0x1264a9(0x399)](),_0x37c097[_0x1264a9(0x399)](),_0x1bbfd4[_0x1264a9(0x399)]();}[_0x3da21c(0x481)](_0xf27501,_0x523264,_0x2b9726=!0x1){const _0x593043=_0x3da21c;if(!this[_0x593043(0x379)])return this[_0x593043(0x194)](!0x1),this;let {width:_0x5f1c6b,height:_0x3925e4,left:_0x4ded3f,top:_0x1bcba9}=this,_0x34dac5=this[_0x593043(0x409)]();if(_0x5f1c6b=_0x34dac5[_0x593043(0x1eb)],_0x3925e4=_0x34dac5[_0x593043(0x40a)],_0x4ded3f=_0x34dac5[_0x593043(0x191)],_0x1bcba9=_0x34dac5[_0x593043(0x261)],this[_0x593043(0x11d)](_0x523264)){let {top:_0x3b5e42,left:_0x377b3d,bottom:_0x2cbec4,right:_0xb0dbdc}=_0x523264[_0x593043(0x172)];if(_0x5f1c6b+this[_0x593043(0x2ee)]+_0x4ded3f<_0x377b3d||_0xb0dbdc<_0x4ded3f||_0x3925e4+this[_0x593043(0x2ee)]+_0x1bcba9<_0x3b5e42||_0x2cbec4<_0x1bcba9)return this;}let _0x25a6a2=_0x4ded3f+_0x5f1c6b/0x2,_0x1fb8d6=_0x1bcba9+_0x3925e4/0x2,_0x1ac6a9=this[_0x593043(0x166)]['getMatrix']();if(this[_0x593043(0x115)]['isEditing']){let _0x183866=this[_0x593043(0x3b3)](),_0x1064f9=new o[(_0x593043(0x3fd))]();_0x1064f9['composeMatrix']({..._0x183866}),_0x1ac6a9=_0x1064f9[_0x593043(0x26b)]();}return _0xf27501[_0x593043(0x207)](),this[_0x593043(0x115)]['shapeModel'][_0x593043(0xd7)]===!0x0||_0xf27501[_0x593043(0x166)](_0x1ac6a9[0x0],_0x1ac6a9[0x1],_0x1ac6a9[0x2],_0x1ac6a9[0x3],_0x25a6a2,_0x1fb8d6),this['_draw'](_0xf27501,_0x523264,_0x5f1c6b,_0x3925e4),_0xf27501['restore'](),this[_0x593043(0x194)](!0x1),this;}[_0x3da21c(0x15d)](_0x231783){const _0x4353f9=_0x3da21c;let {left:_0x4719d5,top:_0x43044b,width:_0x1bb9db,height:_0x1e260f}=this['getRealBound'](),_0x35e952=this[_0x4353f9(0x166)][_0x4353f9(0x26b)](),_0x4afdb2=_0x4719d5+_0x1bb9db/0x2,_0x4bd507=_0x43044b+_0x1e260f/0x2,_0x3d185e=new o['Transform']([_0x35e952[0x0],_0x35e952[0x1],_0x35e952[0x2],_0x35e952[0x3],_0x4afdb2,_0x4bd507]),_0x572804=this[_0x4353f9(0x368)]();return(this[_0x4353f9(0x21d)]&&(_0x572804==null?void 0x0:_0x572804[_0x4353f9(0x2be)])===o[_0x4353f9(0x36b)][_0x4353f9(0x24e)]?_0x572804[_0x4353f9(0xca)][_0x4353f9(0xe3)](_0x3d185e):_0x3d185e)[_0x4353f9(0x2d6)]()[_0x4353f9(0x123)](_0x231783);}[_0x3da21c(0x429)](_0x238b90){const _0x510132=_0x3da21c;let {left:_0xe91b79,top:_0x2afa48,width:_0x16057e,height:_0x4bb143}=this['getRealBound'](),_0x16b9a3=_0xe91b79+_0x16057e/0x2,_0x330725=_0x2afa48+_0x4bb143/0x2,_0x1373cf=this[_0x510132(0x166)][_0x510132(0x26b)](),_0xdcda08=new o[(_0x510132(0x3fd))]([_0x1373cf[0x0],_0x1373cf[0x1],_0x1373cf[0x2],_0x1373cf[0x3],_0x16b9a3,_0x330725]),_0x5ea755=this['getParent'](),_0x48b0d7=(this[_0x510132(0x21d)]&&(_0x5ea755==null?void 0x0:_0x5ea755[_0x510132(0x2be)])===o['RENDER_CLASS_TYPE'][_0x510132(0x24e)]?_0x5ea755['ancestorTransform'][_0x510132(0xe3)](_0xdcda08):_0xdcda08)[_0x510132(0x2d6)]()[_0x510132(0x123)](_0x238b90),_0x4b7cf2=_0x16057e/0x2,_0x1bc739=_0x4bb143/0x2,_0x3a7db3=this[_0x510132(0x115)][_0x510132(0x1f8)];return _0x3a7db3&&_0x3a7db3[_0x510132(0x22f)]()?_0x3a7db3[_0x510132(0x38c)](_0x48b0d7['x'],_0x48b0d7['y'],_0x16057e,_0x4bb143):_0x48b0d7['x']>=-_0x4b7cf2-this[_0x510132(0x2ee)]/0x2&&_0x48b0d7['x']<=_0x4b7cf2+this[_0x510132(0x2ee)]/0x2&&_0x48b0d7['y']>=-_0x1bc739-this['strokeWidth']/0x2&&_0x48b0d7['y']<=_0x1bc739+this[_0x510132(0x2ee)]/0x2;}['dispose'](){const _0x4e9c17=_0x3da21c;this['_props'][_0x4e9c17(0x1f8)]=null,super[_0x4e9c17(0x399)]();}};function me(_0x178ddb){const _0x5bae9b=_0x3da21c;return _0x178ddb['behindText']===!0x0||_0x178ddb['behindText']===n[_0x5bae9b(0x195)][_0x5bae9b(0x344)]||_0x178ddb[_0x5bae9b(0x315)]===n[_0x5bae9b(0x449)][_0x5bae9b(0x34d)]&&_0x178ddb[_0x5bae9b(0x3a0)]===n[_0x5bae9b(0x195)][_0x5bae9b(0x344)]?a['DOCS_COMPONENT_MAIN_LAYER_INDEX']-0x1:o[_0x5bae9b(0x2d2)];}let q=class extends n[_0x3da21c(0x442)]{constructor(_0x1a9405,_0x45e24e,_0x49dc0a,_0x401cd4,_0x32b0c1,_0x4ab768){const _0x49f7dc=_0x3da21c;super(),this[_0x49f7dc(0x42d)]=_0x1a9405,this[_0x49f7dc(0xc7)]=_0x45e24e,this[_0x49f7dc(0x13f)]=_0x49dc0a,this['_imageIoService']=_0x401cd4,this[_0x49f7dc(0x433)]=_0x32b0c1,this[_0x49f7dc(0x302)]=_0x4ab768;}[_0x3da21c(0x259)](_0x12f29a,_0x22e6be){const _0x2f7aac=_0x3da21c;let {transform:_0x25562b,drawingType:_0x596ed7,srcRect:_0x1ef628,prstGeom:_0x204541,groupId:_0x4a1193,unitId:_0x2dd1c1,subUnitId:_0x4e70e5,drawingId:_0x30ebb2,isMultiTransform:_0x48fcad,transforms:_0x1b3ee4,hidden:_0x24efd0}=_0x12f29a;if(_0x596ed7!==n[_0x2f7aac(0xd0)][_0x2f7aac(0xe0)]||!this[_0x2f7aac(0x42d)][_0x2f7aac(0x1be)]()||_0x25562b==null)return;let _0x14c9a5=_0x48fcad&&_0x1b3ee4?_0x1b3ee4:[_0x25562b],_0x6111fa=[];for(let _0x17af9b of _0x14c9a5){let {left:_0x51a706,top:_0x1547b9,width:_0x22d379,height:_0x44a70a,angle:_0x58a6f0,flipX:_0x56f0f3,flipY:_0x2edd09,skewX:_0x19cf6b,skewY:_0x1a91b5}=_0x17af9b,_0x33f148=_0x14c9a5[_0x2f7aac(0x2e4)](_0x17af9b),_0x41f763=(0x0,s[_0x2f7aac(0x3c2)])({'unitId':_0x2dd1c1,'subUnitId':_0x4e70e5,'drawingId':_0x30ebb2},_0x48fcad?_0x33f148:void 0x0),_0x3f8c00=_0x22e6be['getObjectIncludeInGroup'](_0x41f763);if(_0x3f8c00!=null){_0x3f8c00['transformByState']({'left':_0x51a706,'top':_0x1547b9,'width':_0x22d379,'height':_0x44a70a,'angle':_0x58a6f0,'flipX':_0x56f0f3,'flipY':_0x2edd09,'skewX':_0x19cf6b,'skewY':_0x1a91b5});continue;}let _0x520a1b=this[_0x2f7aac(0x42d)][_0x2f7aac(0x435)](_0x2dd1c1,_0x4e70e5),_0x5ad085=_0x520a1b[_0x2f7aac(0x2e4)](_0x30ebb2);if(_0x22e6be[_0x2f7aac(0x3fb)](_0x41f763)||!this['_drawingManagerService'][_0x2f7aac(0x1be)]())continue;let _0x2f3684=this[_0x2f7aac(0xc7)][_0x2f7aac(0x456)](_0x2dd1c1,_0x4e70e5,_0x30ebb2);if(!_0x2f3684)continue;let _0x3460b1=new K(_0x41f763,{...(0x0,t[_0x2f7aac(0x192)])(_0x2f3684[_0x2f7aac(0x1d2)]())?{..._0x17af9b,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}:{..._0x17af9b},'zIndex':_0x5ad085===-0x1?_0x520a1b['length']-0x1:_0x5ad085,'shapeModel':_0x2f3684,'localeService':this[_0x2f7aac(0x13f)],'shapeId':_0x30ebb2,'unitId':_0x2dd1c1,'subUnitId':_0x4e70e5,'visible':_0x24efd0!==!0x0});this[_0x2f7aac(0xb0)]((0x0,n[_0x2f7aac(0x149)])(_0x3460b1['onDblclick$'][_0x2f7aac(0x284)]((_0x4a04eb,_0x219cbb)=>{const _0x247408=_0x2f7aac;_0x2f3684[_0x247408(0x22f)]()||(this[_0x247408(0x302)]['setEditing']({'visible':!0x0,'unitId':_0x2dd1c1,'subUnitId':_0x4e70e5,'shapeId':_0x30ebb2,'shapeKey':_0x3460b1[_0x247408(0x22d)]}),_0x219cbb[_0x247408(0x26e)]());}))),_0x22e6be[_0x2f7aac(0x18f)](_0x3460b1,me(_0x12f29a)),this[_0x2f7aac(0x42d)]['getDrawingEditable']()&&_0x22e6be[_0x2f7aac(0x1ed)](_0x3460b1),_0x4a1193&&(0x0,u[_0x2f7aac(0x20f)])({'drawingId':_0x4a1193,'unitId':_0x2dd1c1,'subUnitId':_0x4e70e5},_0x3460b1,_0x22e6be,this['_drawingManagerService']),_0x204541!=null&&_0x3460b1[_0x2f7aac(0x3f2)](_0x204541),_0x1ef628!=null&&_0x3460b1[_0x2f7aac(0x1a0)](_0x1ef628),this['_loadShapePictureFill'](_0x3460b1,_0x2f3684[_0x2f7aac(0x3d8)]()),_0x6111fa[_0x2f7aac(0x2f5)](_0x3460b1);}return _0x6111fa;}[_0x3da21c(0x373)](_0x45f7ac){const _0x368742=_0x3da21c;let _0x4ccc1d=_0x45f7ac[_0x368742(0x1f8)][_0x368742(0x3d8)](),_0x120c52=_0x4ccc1d[_0x368742(0x2d9)];if(!_0x120c52||_0x120c52[_0x368742(0xee)]!==t[_0x368742(0x1e3)][_0x368742(0x319)]||!_0x120c52[_0x368742(0x14b)]){_0x45f7ac[_0x368742(0x306)](void 0x0);return;}this[_0x368742(0x43e)](_0x45f7ac,_0x4ccc1d);}[_0x3da21c(0x43e)](_0x5b2b94,_0x33ff96){const _0x4660b4=_0x3da21c;var _0x27c44a;let _0x4e995c=_0x33ff96[_0x4660b4(0x2d9)];if(!_0x4e995c||_0x4e995c[_0x4660b4(0xee)]!==t[_0x4660b4(0x1e3)]['PictureFill']||!_0x4e995c[_0x4660b4(0x14b)])return;let _0x57a132=_0x4e995c['fillImageSource'],_0x5666b5=(_0x27c44a=_0x4e995c[_0x4660b4(0x2fc)])==null?t[_0x4660b4(0x252)]['URL']:_0x27c44a,_0x51c6c1=this[_0x4660b4(0x1a5)][_0x4660b4(0x111)](_0x57a132,_0x5666b5);if(_0x51c6c1){_0x5b2b94[_0x4660b4(0x306)](_0x51c6c1);return;}this[_0x4660b4(0x3c0)](_0x5b2b94,_0x57a132,_0x5666b5);}async[_0x3da21c(0x3c0)](_0x1e1799,_0x3020fc,_0x4bfbba){const _0xb6f6c9=_0x3da21c;let _0x5603fe;try{if(_0x4bfbba===t[_0xb6f6c9(0x252)]['UUID'])_0x5603fe=await this[_0xb6f6c9(0x1a5)][_0xb6f6c9(0x142)](_0x3020fc);else{if(_0x4bfbba===t[_0xb6f6c9(0x252)][_0xb6f6c9(0x426)])try{_0x5603fe=await this['_urlImageService'][_0xb6f6c9(0x142)](_0x3020fc);}catch{_0x5603fe=_0x3020fc;}else _0x5603fe=_0x3020fc;}}catch(_0x5e5d72){console[_0xb6f6c9(0x43d)]('[ShapeRender]\x20Failed\x20to\x20resolve\x20picture\x20fill\x20source',_0x5e5d72);return;}let _0x47f4c5=new window[(_0xb6f6c9(0x47d))]();_0x47f4c5[_0xb6f6c9(0x475)]=()=>{const _0x44e49d=_0xb6f6c9;this[_0x44e49d(0x1a5)][_0x44e49d(0x202)](_0x3020fc,_0x4bfbba,_0x47f4c5),_0x1e1799[_0x44e49d(0x306)](_0x47f4c5);},_0x47f4c5['onerror']=()=>{const _0x198d0b=_0xb6f6c9;console[_0x198d0b(0x43d)]('[ShapeRender]\x20Failed\x20to\x20load\x20picture\x20fill\x20image',_0x3020fc);},_0x47f4c5[_0xb6f6c9(0x388)]=_0x5603fe;}};q=k([O(0x0,s[_0x3da21c(0x28d)]),O(0x1,(0x0,n[_0x3da21c(0x34b)])(e[_0x3da21c(0x403)])),O(0x2,(0x0,n[_0x3da21c(0x34b)])(n[_0x3da21c(0x45a)])),O(0x3,s[_0x3da21c(0x17c)]),O(0x4,n['IURLImageService']),O(0x5,(0x0,n[_0x3da21c(0x34b)])(B))],q);let J=class extends n[_0x3da21c(0x442)]{constructor(_0x1bbe95,_0x27cf3e,_0x2f52cb,_0x78750e){const _0x2b78a3=_0x3da21c;super(),this['_commandService']=_0x1bbe95,this[_0x2b78a3(0x162)]=_0x27cf3e,this[_0x2b78a3(0x42d)]=_0x2f52cb,this['_docDrawingShapeRenderController']=_0x78750e,this[_0x2b78a3(0x31f)]();}[_0x3da21c(0x31f)](){const _0x5c3f90=_0x3da21c;this[_0x5c3f90(0xb0)](this[_0x5c3f90(0x42d)][_0x5c3f90(0x2b9)][_0x5c3f90(0x3e0)](_0x4a1b9a=>this[_0x5c3f90(0x26c)](_0x4a1b9a))),this['disposeWithMe'](this[_0x5c3f90(0x42d)][_0x5c3f90(0xcf)]['subscribe'](_0x102b8a=>{const _0x43e6b9=_0x5c3f90;_0x102b8a[_0x43e6b9(0x362)](_0xae7b47=>this[_0x43e6b9(0x15e)](_0xae7b47));})),this[_0x5c3f90(0xb0)](this[_0x5c3f90(0x23d)][_0x5c3f90(0x34a)](_0x129455=>{const _0x573bb4=_0x5c3f90;if(_0x129455['id']!==e[_0x573bb4(0x234)]['id'])return;let {unitId:_0x8ad9c0,shapeId:_0x444e51}=_0x129455[_0x573bb4(0x1c6)];this[_0x573bb4(0x1b2)]({'unitId':_0x8ad9c0,'subUnitId':_0x8ad9c0,'drawingId':_0x444e51});}));}[_0x3da21c(0x23a)](_0x4a6dea,_0x7973ae){const _0x5ead42=_0x3da21c;let _0x56a405=this[_0x5ead42(0x417)](_0x4a6dea[_0x5ead42(0x3da)]),_0x4d8ea8=(0x0,s['getDrawingShapeKeyByDrawingSearch'])(_0x4a6dea),_0x17bde0=_0x56a405==null?void 0x0:_0x56a405[_0x5ead42(0x28f)][_0x5ead42(0x3fb)](_0x4d8ea8);_0x17bde0==null||_0x17bde0['setFillImage'](_0x7973ae);}[_0x3da21c(0x26c)](_0xcc23a3){const _0x26fec2=_0x3da21c;_0xcc23a3[_0x26fec2(0x362)](_0x5392c7=>{const _0x31e442=_0x26fec2;var _0x144450;let _0x485723=this[_0x31e442(0x417)](_0x5392c7['unitId']);if(!_0x485723)return;let _0x47ad1a=this[_0x31e442(0x42d)][_0x31e442(0x2b8)](_0x5392c7);(_0x47ad1a==null?void 0x0:_0x47ad1a[_0x31e442(0x460)])===n[_0x31e442(0xd0)][_0x31e442(0xe0)]&&((0x0,t[_0x31e442(0x192)])((_0x144450=_0x47ad1a['data'])==null?void 0x0:_0x144450[_0x31e442(0x16a)])&&_0x47ad1a['transform']&&(_0x47ad1a[_0x31e442(0x166)]={..._0x47ad1a[_0x31e442(0x166)],'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}),this[_0x31e442(0x42d)][_0x31e442(0x1b9)]([_0x47ad1a]),this['_docDrawingShapeRenderController'][_0x31e442(0x259)](_0x47ad1a,_0x485723['scene']));});}[_0x3da21c(0x15e)](_0x119c27){const _0x47a8f7=_0x3da21c;let _0x44b9e4=this[_0x47a8f7(0x42d)][_0x47a8f7(0x2b8)](_0x119c27);if((_0x44b9e4==null?void 0x0:_0x44b9e4['drawingType'])!==n[_0x47a8f7(0xd0)][_0x47a8f7(0xe0)])return;let _0x5091f2=this[_0x47a8f7(0x417)](_0x119c27[_0x47a8f7(0x3da)]);if(!_0x5091f2||_0x44b9e4[_0x47a8f7(0x166)]==null)return;let _0x5d5ba4=(0x0,s[_0x47a8f7(0x3c2)])(_0x119c27),_0x1c8fe6=_0x5091f2[_0x47a8f7(0x28f)]['getObjectIncludeInGroup'](_0x5d5ba4);_0x1c8fe6&&(_0x1c8fe6[_0x47a8f7(0x1a0)](_0x44b9e4[_0x47a8f7(0xc4)]),_0x1c8fe6[_0x47a8f7(0x3f2)](_0x44b9e4[_0x47a8f7(0xf3)]),_0x1c8fe6['makeDirty'](!0x0));}[_0x3da21c(0x1b2)](_0x4385cb){const _0x371df3=_0x3da21c;let _0x39ea65=this[_0x371df3(0x417)](_0x4385cb['unitId']);if(!_0x39ea65)return;let _0x4c24bc=(0x0,s['getDrawingShapeKeyByDrawingSearch'])(_0x4385cb),_0x297bb0=_0x39ea65['scene'][_0x371df3(0x3fb)](_0x4c24bc);_0x297bb0&&(this[_0x371df3(0x349)][_0x371df3(0x373)](_0x297bb0),_0x297bb0['makeDirty'](!0x0));}[_0x3da21c(0x417)](_0x46217b){const _0x106af3=_0x3da21c;if(_0x46217b==null)return null;let _0x6e2882=this[_0x106af3(0x162)][_0x106af3(0x14e)](_0x46217b),_0x2d6395=_0x6e2882==null?void 0x0:_0x6e2882['scene'];return _0x2d6395==null?null:{'scene':_0x2d6395};}};J=k([O(0x0,n[_0x3da21c(0x448)]),O(0x1,o[_0x3da21c(0x104)]),O(0x2,s[_0x3da21c(0x28d)]),O(0x3,(0x0,n[_0x3da21c(0x34b)])(q))],J);function he(){const _0x3f5d38=_0x3da21c;let _0xf80e69=(0x0,c[_0x3f5d38(0x2f7)])(s[_0x3f5d38(0x28d)]),[_0x3b85c4,_0x4dd16e]=(0x0,d[_0x3f5d38(0x301)])(_0xf80e69[_0x3f5d38(0x3aa)]());return(0x0,d[_0x3f5d38(0x2c7)])(()=>{const _0x4b5d08=_0x3f5d38;let _0x143f89=_0xf80e69[_0x4b5d08(0x2e8)][_0x4b5d08(0x3e0)](_0x284ee2=>{_0x4dd16e(_0x284ee2);});return()=>{const _0x565f30=_0x4b5d08;_0x143f89[_0x565f30(0x364)]();};},[]),_0x3b85c4[_0x3f5d38(0x329)]===0x0?null:(0x0,f[_0x3f5d38(0x44a)])('div',{'children':(0x0,f[_0x3f5d38(0x273)])(_0x3f5d38(0x13d),{'className':_0x3f5d38(0x2b0),'children':[(0x0,f[_0x3f5d38(0x44a)])(u[_0x3f5d38(0x330)],{'drawings':_0x3b85c4,'hasCropper':!0x1}),(0x0,f[_0x3f5d38(0x44a)])(i['DocDrawingTextWrap'],{'drawings':_0x3b85c4}),(0x0,f[_0x3f5d38(0x44a)])(i[_0x3f5d38(0x332)],{'drawings':_0x3b85c4})]})});}function ge(_0x12ad94){const _0x26b8d1=_0x3da21c;let {unitId:_0x2eca6d,subUnitId:_0x432352,shapeId:_0x5caa98}=_0x12ad94,_0x45dcf3=(0x0,c[_0x26b8d1(0x2f7)])(n[_0x26b8d1(0x448)]),_0x2cc96d=(0x0,c[_0x26b8d1(0x2f7)])(J);return(0x0,f[_0x26b8d1(0x44a)])(m[_0x26b8d1(0x245)],{..._0x12ad94,'positionEditor':(0x0,f[_0x26b8d1(0x44a)])(he,{}),'onUpdateShapeData':(_0x5b1833,_0x25ac0a)=>{V(_0x45dcf3,_0x2eca6d,_0x432352,_0x5caa98,_0x5b1833,_0x25ac0a);},'onUpdateLineShapeData':(_0x3db13d,_0x524a8a)=>{ae(_0x45dcf3,_0x2eca6d,_0x432352,_0x5caa98,_0x3db13d,_0x524a8a);},'onUpdateShapeFillImage':_0x311178=>{const _0x380583=_0x26b8d1;_0x2cc96d[_0x380583(0x23a)]({'unitId':_0x2eca6d,'subUnitId':_0x432352,'drawingId':_0x5caa98},_0x311178);}});}const _e=(0x0,d[_0x3da21c(0x241)])(()=>{const _0x2ef7a7=_0x3da21c;let _0x1e0436=(0x0,c['useDependency'])(B),_0x1e60f9=(0x0,c['useDependency'])(e[_0x2ef7a7(0x403)]),_0x57e5cb=(0x0,c[_0x2ef7a7(0x2f7)])(s[_0x2ef7a7(0x28d)]),_0x140c8c=(0x0,c[_0x2ef7a7(0x2f7)])(n[_0x2ef7a7(0x448)]);return(0x0,f[_0x2ef7a7(0x44a)])(m['ShapeTextEditorContainer'],{'adapter':(0x0,d[_0x2ef7a7(0x1aa)])(()=>({'getShapeModel':(_0x167bb0,_0x5c261a,_0xf6f2c)=>_0x1e60f9[_0x2ef7a7(0x456)](_0x167bb0,_0x5c261a,_0xf6f2c),'getDrawingTransform':(_0x4b5b0c,_0x35aa06,_0x483f94)=>{const _0x51506f=_0x2ef7a7;let _0x33355b=_0x57e5cb[_0x51506f(0x2b8)]({'unitId':_0x4b5b0c,'subUnitId':_0x35aa06,'drawingId':_0x483f94});return _0x33355b==null?void 0x0:_0x33355b[_0x51506f(0x166)];},'updateShapeText':({unitId:_0x5982bb,shapeId:_0xc933d2,shapeText:_0x1e3949,oldShapeText:_0x2f772b})=>{const _0x3d724d=_0x2ef7a7;_0x140c8c['executeCommand'](e[_0x3d724d(0x23c)]['id'],{'unitId':_0x5982bb,'shapeId':_0xc933d2,'shapeData':{'shapeText':_0x1e3949},'oldShapeJSON':{'oldShapeData':{'shapeText':_0x2f772b}}});}}),[_0x140c8c,_0x1e60f9,_0x57e5cb]),'editingService':_0x1e0436,'editorUnitId':D,'positionOptions':(0x0,d[_0x2ef7a7(0x1aa)])(()=>({'viewportKeys':{'main':a[_0x2ef7a7(0xec)]['VIEW_MAIN']}}),[])});});let Y=class extends n['Disposable']{constructor(_0x440e6b,_0x1cbf00){const _0x31a647=_0x3da21c;super(),this[_0x31a647(0x3e6)]=_0x440e6b,this[_0x31a647(0x474)]=_0x1cbf00,this[_0x31a647(0xc2)](),this[_0x31a647(0x458)]();}['_registerIcons'](){const _0x370f1c=_0x3da21c;this[_0x370f1c(0xb0)](this[_0x370f1c(0x474)][_0x370f1c(0x305)]({'ShapeAccentBorderCallout1Icon':g['ShapeAccentBorderCallout1Icon'],'ShapeAccentBorderCallout2Icon':g[_0x370f1c(0x290)],'ShapeAccentBorderCallout3Icon':g[_0x370f1c(0x15b)],'ShapeAccentCallout1Icon':g[_0x370f1c(0x41a)],'ShapeAccentCallout2Icon':g[_0x370f1c(0x138)],'ShapeAccentCallout3Icon':g['ShapeAccentCallout3Icon'],'ShapeActionButtonBackPreviousIcon':g[_0x370f1c(0x303)],'ShapeActionButtonBeginningIcon':g['ShapeActionButtonBeginningIcon'],'ShapeActionButtonBlankIcon':g[_0x370f1c(0x183)],'ShapeActionButtonDocumentIcon':g[_0x370f1c(0x30b)],'ShapeActionButtonEndIcon':g[_0x370f1c(0x174)],'ShapeActionButtonForwardNextIcon':g['ShapeActionButtonForwardNextIcon'],'ShapeActionButtonHelpIcon':g[_0x370f1c(0x44b)],'ShapeActionButtonHomeIcon':g[_0x370f1c(0x38d)],'ShapeActionButtonInformationIcon':g[_0x370f1c(0x43a)],'ShapeActionButtonMovieIcon':g[_0x370f1c(0x2e7)],'ShapeActionButtonReturnIcon':g[_0x370f1c(0x12c)],'ShapeActionButtonSoundIcon':g[_0x370f1c(0x113)],'ShapeArcIcon':g[_0x370f1c(0x42a)],'ShapeBentArrowIcon':g[_0x370f1c(0x19e)],'ShapeBentConnector3Arrow1Icon':g[_0x370f1c(0x311)],'ShapeBentConnector3Arrow2Icon':g['ShapeBentConnector3Arrow2Icon'],'ShapeBentConnector3Icon':g[_0x370f1c(0x1d1)],'ShapeBentUpArrowIcon':g[_0x370f1c(0x160)],'ShapeBevelIcon':g[_0x370f1c(0x150)],'ShapeBlockArcIcon':g[_0x370f1c(0x21c)],'ShapeBorderCallout1Icon':g['ShapeBorderCallout1Icon'],'ShapeBorderCallout2Icon':g['ShapeBorderCallout2Icon'],'ShapeBorderCallout3Icon':g[_0x370f1c(0x1d8)],'ShapeBracePairIcon':g[_0x370f1c(0x2ec)],'ShapeBracketPairIcon':g[_0x370f1c(0x175)],'ShapeCallout1Icon':g[_0x370f1c(0xe9)],'ShapeCallout2Icon':g[_0x370f1c(0x428)],'ShapeCallout3Icon':g[_0x370f1c(0x467)],'ShapeCanIcon':g[_0x370f1c(0x171)],'ShapeChartPlusIcon':g[_0x370f1c(0x254)],'ShapeChartStarIcon':g[_0x370f1c(0xd9)],'ShapeChartXIcon':g['ShapeChartXIcon'],'ShapeChevronIcon':g[_0x370f1c(0x3c1)],'ShapeChordIcon':g[_0x370f1c(0x411)],'ShapeCircularArrowIcon':g[_0x370f1c(0x29a)],'ShapeCloudCalloutIcon':g[_0x370f1c(0x45d)],'ShapeCloudIcon':g[_0x370f1c(0x139)],'ShapeCornerIcon':g[_0x370f1c(0x323)],'ShapeCornerTabsIcon':g[_0x370f1c(0x316)],'ShapeCubeIcon':g[_0x370f1c(0x1bb)],'ShapeCurvedConnector3Arrow1Icon':g[_0x370f1c(0x122)],'ShapeCurvedConnector3Arrow2Icon':g[_0x370f1c(0x1a6)],'ShapeCurvedConnector3Icon':g[_0x370f1c(0x12e)],'ShapeCurvedDownArrowIcon':g[_0x370f1c(0xf2)],'ShapeCurvedLeftArrowIcon':g[_0x370f1c(0x106)],'ShapeCurvedRightArrowIcon':g[_0x370f1c(0x436)],'ShapeCurvedUpArrowIcon':g[_0x370f1c(0x318)],'ShapeDecagonIcon':g[_0x370f1c(0x34e)],'ShapeDiagStripeIcon':g[_0x370f1c(0x414)],'ShapeDiamondIcon':g[_0x370f1c(0xae)],'ShapeDodecagonIcon':g[_0x370f1c(0x239)],'ShapeDonutIcon':g[_0x370f1c(0x10f)],'ShapeDoubleWaveIcon':g[_0x370f1c(0x2a1)],'ShapeDownArrowCalloutIcon':g[_0x370f1c(0xb9)],'ShapeDownArrowIcon':g[_0x370f1c(0x121)],'ShapeEllipseIcon':g[_0x370f1c(0x386)],'ShapeEllipseRibbon2Icon':g[_0x370f1c(0x425)],'ShapeEllipseRibbonIcon':g[_0x370f1c(0x30d)],'ShapeFlowChartAlternateProcessIcon':g[_0x370f1c(0x1ff)],'ShapeFlowChartCollateIcon':g[_0x370f1c(0x13c)],'ShapeFlowChartConnectorIcon':g['ShapeFlowChartConnectorIcon'],'ShapeFlowChartDecisionIcon':g['ShapeFlowChartDecisionIcon'],'ShapeFlowChartDelayIcon':g[_0x370f1c(0x1bd)],'ShapeFlowChartDisplayIcon':g['ShapeFlowChartDisplayIcon'],'ShapeFlowChartDocumentIcon':g[_0x370f1c(0x179)],'ShapeFlowChartExtractIcon':g['ShapeFlowChartExtractIcon'],'ShapeFlowChartInputOutputIcon':g[_0x370f1c(0x3a3)],'ShapeFlowChartInternalStorageIcon':g[_0x370f1c(0x210)],'ShapeFlowChartMagneticDiskIcon':g[_0x370f1c(0x446)],'ShapeFlowChartMagneticDrumIcon':g['ShapeFlowChartMagneticDrumIcon'],'ShapeFlowChartMagneticTapeIcon':g[_0x370f1c(0x38b)],'ShapeFlowChartManualInputIcon':g['ShapeFlowChartManualInputIcon'],'ShapeFlowChartManualOperationIcon':g[_0x370f1c(0xcb)],'ShapeFlowChartMergeIcon':g[_0x370f1c(0x26d)],'ShapeFlowChartMultidocumentIcon':g[_0x370f1c(0x2da)],'ShapeFlowChartOfflineStorageIcon':g[_0x370f1c(0x163)],'ShapeFlowChartOffpageConnectorIcon':g[_0x370f1c(0x29b)],'ShapeFlowChartOnlineStorageIcon':g['ShapeFlowChartOnlineStorageIcon'],'ShapeFlowChartOrIcon':g[_0x370f1c(0xfa)],'ShapeFlowChartPredefinedProcessIcon':g['ShapeFlowChartPredefinedProcessIcon'],'ShapeFlowChartPreparationIcon':g[_0x370f1c(0x3ae)],'ShapeFlowChartProcessIcon':g['ShapeFlowChartProcessIcon'],'ShapeFlowChartPunchedCardIcon':g[_0x370f1c(0x1cb)],'ShapeFlowChartPunchedTapeIcon':g['ShapeFlowChartPunchedTapeIcon'],'ShapeFlowChartSortIcon':g[_0x370f1c(0x45e)],'ShapeFlowChartSummingJunctionIcon':g[_0x370f1c(0x2a7)],'ShapeFlowChartTerminatorIcon':g[_0x370f1c(0x1c1)],'ShapeFolderCornerIcon':g[_0x370f1c(0x2c2)],'ShapeFrameIcon':g[_0x370f1c(0x32d)],'ShapeFunnelIcon':g[_0x370f1c(0x374)],'ShapeGear6Icon':g[_0x370f1c(0x167)],'ShapeGear9Icon':g['ShapeGear9Icon'],'ShapeHalfFrameIcon':g[_0x370f1c(0x11f)],'ShapeHeartIcon':g[_0x370f1c(0x20a)],'ShapeHeptagonIcon':g[_0x370f1c(0x16f)],'ShapeHexagonIcon':g[_0x370f1c(0x17a)],'ShapeHomePlateIcon':g[_0x370f1c(0x221)],'ShapeHorizontalScrollIcon':g[_0x370f1c(0x437)],'ShapeIrregularSeal1Icon':g['ShapeIrregularSeal1Icon'],'ShapeIrregularSeal2Icon':g['ShapeIrregularSeal2Icon'],'ShapeLeftArrowCalloutIcon':g[_0x370f1c(0x3e7)],'ShapeLeftArrowIcon':g['ShapeLeftArrowIcon'],'ShapeLeftBraceIcon':g[_0x370f1c(0x479)],'ShapeLeftBracketIcon':g[_0x370f1c(0x169)],'ShapeLeftCircularArrowIcon':g[_0x370f1c(0xe2)],'ShapeLeftRightArrowCalloutIcon':g[_0x370f1c(0x189)],'ShapeLeftRightArrowIcon':g['ShapeLeftRightArrowIcon'],'ShapeLeftRightCircularArrowIcon':g[_0x370f1c(0x25c)],'ShapeLeftRightRibbonIcon':g[_0x370f1c(0x465)],'ShapeLeftRightUpArrowIcon':g[_0x370f1c(0x220)],'ShapeLeftUpArrowIcon':g['ShapeLeftUpArrowIcon'],'ShapeLightningBoltIcon':g[_0x370f1c(0x3b9)],'ShapeLineIcon':g[_0x370f1c(0x107)],'ShapeLineInvIcon':g[_0x370f1c(0x453)],'ShapeMathDivideIcon':g['ShapeMathDivideIcon'],'ShapeMathEqualIcon':g[_0x370f1c(0x217)],'ShapeMathMinusIcon':g[_0x370f1c(0x13e)],'ShapeMathMultiplyIcon':g[_0x370f1c(0x135)],'ShapeMathNotEqualIcon':g[_0x370f1c(0x3f6)],'ShapeMathPlusIcon':g[_0x370f1c(0x265)],'ShapeMoonIcon':g[_0x370f1c(0x439)],'ShapeNoSmokingIcon':g[_0x370f1c(0x309)],'ShapeNonIsoscelesTrapezoidIcon':g[_0x370f1c(0x1ca)],'ShapeNotchedRightArrowIcon':g['ShapeNotchedRightArrowIcon'],'ShapeOctagonIcon':g[_0x370f1c(0x3f5)],'ShapeParallelogramIcon':g[_0x370f1c(0x222)],'ShapePentagonIcon':g['ShapePentagonIcon'],'ShapePieIcon':g[_0x370f1c(0x45c)],'ShapePieWedgeIcon':g[_0x370f1c(0x1a9)],'ShapePlaqueIcon':g[_0x370f1c(0x36f)],'ShapePlaqueTabsIcon':g[_0x370f1c(0x333)],'ShapePlusIcon':g[_0x370f1c(0x1e5)],'ShapeQuadArrowCalloutIcon':g['ShapeQuadArrowCalloutIcon'],'ShapeQuadArrowIcon':g['ShapeQuadArrowIcon'],'ShapeRectIcon':g[_0x370f1c(0x177)],'ShapeRectTextboxHorizontalIcon':g['ShapeRectTextboxHorizontalIcon'],'ShapeRectTextboxVerticalIcon':g[_0x370f1c(0x384)],'ShapeRibbon2Icon':g[_0x370f1c(0xe7)],'ShapeRibbonIcon':g[_0x370f1c(0x471)],'ShapeRightArrowCalloutIcon':g[_0x370f1c(0xbd)],'ShapeRightArrowIcon':g[_0x370f1c(0x34f)],'ShapeRightBraceIcon':g[_0x370f1c(0x450)],'ShapeRightBracketIcon':g[_0x370f1c(0x13a)],'ShapeRound1RectIcon':g[_0x370f1c(0x2d3)],'ShapeRound2DiagRectIcon':g['ShapeRound2DiagRectIcon'],'ShapeRound2SameRectIcon':g['ShapeRound2SameRectIcon'],'ShapeRoundRectIcon':g[_0x370f1c(0x3f1)],'ShapeRtTriangleIcon':g[_0x370f1c(0x382)],'ShapeSmileyFaceIcon':g[_0x370f1c(0x1f0)],'ShapeSnip1RectIcon':g[_0x370f1c(0x397)],'ShapeSnip2DiagRectIcon':g[_0x370f1c(0x463)],'ShapeSnip2SameRectIcon':g[_0x370f1c(0x2fa)],'ShapeSnipRoundRectIcon':g[_0x370f1c(0x209)],'ShapeSquareTabsIcon':g[_0x370f1c(0x187)],'ShapeStar10Icon':g['ShapeStar10Icon'],'ShapeStar12Icon':g['ShapeStar12Icon'],'ShapeStar16Icon':g[_0x370f1c(0x447)],'ShapeStar24Icon':g['ShapeStar24Icon'],'ShapeStar32Icon':g[_0x370f1c(0x21f)],'ShapeStar4Icon':g[_0x370f1c(0x3c4)],'ShapeStar5Icon':g['ShapeStar5Icon'],'ShapeStar6Icon':g['ShapeStar6Icon'],'ShapeStar7Icon':g[_0x370f1c(0x23f)],'ShapeStar8Icon':g[_0x370f1c(0x353)],'ShapeStraightConnector1Icon':g[_0x370f1c(0x3b8)],'ShapeStraightConnector2Icon':g[_0x370f1c(0xdb)],'ShapeStripedRightArrowIcon':g['ShapeStripedRightArrowIcon'],'ShapeSunIcon':g[_0x370f1c(0x182)],'ShapeSwooshArrowIcon':g[_0x370f1c(0x33e)],'ShapeTeardropIcon':g[_0x370f1c(0x419)],'ShapeTrapezoidIcon':g[_0x370f1c(0x47c)],'ShapeTriangleIcon':g[_0x370f1c(0xf4)],'ShapeUpArrowCalloutIcon':g[_0x370f1c(0x229)],'ShapeUpArrowIcon':g[_0x370f1c(0x469)],'ShapeUpDownArrowCalloutIcon':g[_0x370f1c(0x114)],'ShapeUpDownArrowIcon':g['ShapeUpDownArrowIcon'],'ShapeUturnArrowIcon':g[_0x370f1c(0x1a7)],'ShapeVerticalScrollIcon':g[_0x370f1c(0x32b)],'ShapeWaveIcon':g['ShapeWaveIcon'],'ShapeWedgeEllipseCalloutIcon':g[_0x370f1c(0x3f3)],'ShapeWedgeRectCalloutIcon':g[_0x370f1c(0xdc)],'ShapeWedgeRoundRectCalloutIcon':g[_0x370f1c(0x1f4)]}));}[_0x3da21c(0x458)](){const _0xe64436=_0x3da21c;this[_0xe64436(0xb0)](this['_componentManager']['register'](E,ge)),this['disposeWithMe'](this[_0xe64436(0x3e6)][_0xe64436(0x305)](H,ce)),this[_0xe64436(0xb0)](this['_componentManager'][_0xe64436(0x305)](M,F)),this[_0xe64436(0xb0)](this[_0xe64436(0x3e6)][_0xe64436(0x305)](u[_0xe64436(0x2af)],P)),this[_0xe64436(0xb0)](this[_0xe64436(0x3e6)][_0xe64436(0x305)](_0xe64436(0x39e),_e));}};Y=k([O(0x0,(0x0,n[_0x3da21c(0x34b)])(c[_0x3da21c(0x3a7)])),O(0x1,(0x0,n[_0x3da21c(0x34b)])(c[_0x3da21c(0x410)]))],Y);var ve=class extends o['Shape']{constructor(_0x11c0c8,_0x374e39){const _0x5c7cc4=_0x3da21c;super(_0x11c0c8,_0x374e39),z(this,_0x5c7cc4(0x27a),null),z(this,_0x5c7cc4(0x242),null),z(this,'_unitId',null),z(this,'_subUnitId',null),_0x374e39&&this[_0x5c7cc4(0x281)](_0x374e39);}[_0x3da21c(0x1c2)](){const _0x2fee39=_0x3da21c;return{'unitId':this[_0x2fee39(0x1ce)],'subUnitId':this[_0x2fee39(0x1dd)],'drawingId':this[_0x2fee39(0x27a)]};}[_0x3da21c(0x281)](_0x5f34c5){const _0x4d716e=_0x3da21c;_0x5f34c5[_0x4d716e(0x16e)]!==void 0x0&&(this[_0x4d716e(0x27a)]=_0x5f34c5[_0x4d716e(0x16e)]),_0x5f34c5[_0x4d716e(0x424)]!==void 0x0&&(this[_0x4d716e(0x242)]=_0x5f34c5[_0x4d716e(0x424)]),_0x5f34c5[_0x4d716e(0x3da)]!==void 0x0&&(this[_0x4d716e(0x1ce)]=_0x5f34c5['unitId']),_0x5f34c5['subUnitId']!==void 0x0&&(this['_subUnitId']=_0x5f34c5['subUnitId']),this[_0x4d716e(0x2bc)]({'width':_0x5f34c5['width'],'height':_0x5f34c5['height']});}['_draw'](_0x32dee6){const _0x3ed9ed=_0x3da21c;o[_0x3ed9ed(0x225)][_0x3ed9ed(0x27e)](_0x32dee6,{'radius':t[_0x3ed9ed(0x14c)][_0x3ed9ed(0x317)],'fill':t[_0x3ed9ed(0x14c)][_0x3ed9ed(0x432)],'stroke':t['ShapeDefaultConfig']['adjHandleStroke'],'strokeWidth':0x1,'evented':!0x0});}};let X=class extends n['Disposable']{constructor(_0xde202e,_0x1c70fe,_0x326cb0,_0x25140a){const _0x20badf=_0x3da21c;super(),this[_0x20badf(0x2eb)]=_0xde202e,this['_drawingManagerService']=_0x1c70fe,this[_0x20badf(0xc7)]=_0x326cb0,this[_0x20badf(0x23d)]=_0x25140a,z(this,'_activeShapeId',null),z(this,'_unitId',null),z(this,_0x20badf(0x1dd),null),z(this,'_activeShapeAdjustPointList',void 0x0),z(this,_0x20badf(0x1c3),[]),z(this,_0x20badf(0x16b),0x0),z(this,'_baseShapeTop',0x0),z(this,_0x20badf(0x31a),0x0),z(this,_0x20badf(0x415),0x0),z(this,_0x20badf(0x1ad),!0x1),z(this,_0x20badf(0x1db),!0x1),z(this,'_activeAdjustInfo',void 0x0),z(this,_0x20badf(0x31d),void 0x0),z(this,_0x20badf(0x47f),void 0x0),z(this,_0x20badf(0x213),void 0x0),this['_registerDrawingFocusChangeHandler'](),this[_0x20badf(0x147)]();}[_0x3da21c(0xbc)](){const _0x568515=_0x3da21c;this[_0x568515(0x398)]();}[_0x3da21c(0x326)](){this['_updateShapeAdjustControls'](!0x0);}[_0x3da21c(0x365)](_0x4cad60,_0x2c296b,_0x4ac56e){const _0x19aca7=_0x3da21c;var _0x57d7ce;return(_0x57d7ce=this['_docsShapeService'][_0x19aca7(0x456)](_0x4cad60,_0x2c296b,_0x4ac56e))==null?void 0x0:_0x57d7ce[_0x19aca7(0x200)]();}[_0x3da21c(0x270)](_0x4833a2,_0x4c2fce,_0x387fad,_0x4fe14e){const _0x4bbd9b=_0x3da21c;var _0x5f4d60;return(_0x5f4d60=this[_0x4bbd9b(0xc7)][_0x4bbd9b(0x456)](_0x4833a2,_0x4c2fce,_0x387fad))==null?void 0x0:_0x5f4d60[_0x4bbd9b(0xb1)](_0x4fe14e);}['_getActiveDrawingParam'](){const _0xded4ad=_0x3da21c;if(this[_0xded4ad(0x1ce)]===null||this[_0xded4ad(0x1dd)]===null||this[_0xded4ad(0x3d3)]===null)return null;let _0x4bda80=this[_0xded4ad(0x42d)][_0xded4ad(0x2b8)]({'unitId':this[_0xded4ad(0x1ce)],'subUnitId':this[_0xded4ad(0x1dd)],'drawingId':this[_0xded4ad(0x3d3)]});return _0x4bda80==null?null:_0x4bda80;}[_0x3da21c(0x145)](_0x298f20){const _0x3d0ea6=_0x3da21c;if(this[_0x3d0ea6(0x1ce)]===null||this[_0x3d0ea6(0x1dd)]===null||this[_0x3d0ea6(0x3d3)]===null)return null;let _0x20ed4f=(0x0,s['getDrawingShapeKeyByDrawingSearch'])({'unitId':this[_0x3d0ea6(0x1ce)],'subUnitId':this[_0x3d0ea6(0x1dd)],'drawingId':this[_0x3d0ea6(0x3d3)]}),_0x49e7b4=_0x298f20[_0x3d0ea6(0x3fb)](_0x20ed4f);return _0x49e7b4 instanceof K?_0x49e7b4:null;}['_createShapeAdjustControls'](_0x5f5346=!0x1){const _0x460ada=_0x3da21c;if(this['_unitId']===null||this[_0x460ada(0x1dd)]===null||this[_0x460ada(0x3d3)]===null)return;let _0xdc57a6=this[_0x460ada(0xe8)]();if((_0xdc57a6==null?void 0x0:_0xdc57a6[_0x460ada(0x460)])!==n[_0x460ada(0xd0)][_0x460ada(0xe0)]||!_0xdc57a6[_0x460ada(0x166)])return;let _0x231087=this[_0x460ada(0xc7)]['getShapeModel'](this[_0x460ada(0x1ce)],this[_0x460ada(0x1dd)],this[_0x460ada(0x3d3)]);if(!_0x231087||_0x231087[_0x460ada(0x22f)]())return;(_0x5f5346||!this[_0x460ada(0x143)])&&(this[_0x460ada(0x143)]=this[_0x460ada(0x365)](this['_unitId'],this[_0x460ada(0x1dd)],this[_0x460ada(0x3d3)]));let _0x333cc8=this[_0x460ada(0x143)];if(!(_0x333cc8!=null&&_0x333cc8[_0x460ada(0x329)]))return;let {scene:_0x13f36f}=this[_0x460ada(0x2eb)],{left:_0x3987ab=0x0,top:_0x40d824=0x0,width:_0x2b20b0=0x0,height:_0x45b75e=0x0,flipX:_0x187da3,flipY:_0x3801a6,angle:_0x29b7e1=0x0}=_0xdc57a6[_0x460ada(0x166)];for(let _0x28c6e4 of _0x333cc8){let _0x33c071=this['_toVisualAdjustPoint'](_0x28c6e4,_0x2b20b0,_0x45b75e,!!_0x187da3,!!_0x3801a6,_0x29b7e1);this[_0x460ada(0x244)](_0x13f36f,_0x33c071,_0x33c071[_0x460ada(0x424)],_0x3987ab,_0x40d824,this[_0x460ada(0x1ce)],this[_0x460ada(0x1dd)]);}}[_0x3da21c(0x35d)](_0x3c244b,_0x17be5c,_0x22ed4c,_0x2bfb5a,_0x445b2e,_0x418fc6){const _0x59a9ba=_0x3da21c;let _0xaf3203=_0x3c244b['x'],_0x496e14=_0x3c244b['y'];if(_0x2bfb5a&&(_0xaf3203=_0x17be5c-_0xaf3203),_0x445b2e&&(_0x496e14=_0x22ed4c-_0x496e14),_0x418fc6!==0x0){let _0x3705ff=_0x17be5c/0x2,_0x2530c2=_0x22ed4c/0x2,_0x3334b6=_0x418fc6*Math['PI']/0xb4,_0x2cf711=Math[_0x59a9ba(0x369)](_0x3334b6),_0x5a62a8=Math[_0x59a9ba(0xf0)](_0x3334b6),_0x32b029=_0xaf3203-_0x3705ff,_0x420cdf=_0x496e14-_0x2530c2;_0xaf3203=_0x3705ff+(_0x32b029*_0x2cf711-_0x420cdf*_0x5a62a8),_0x496e14=_0x2530c2+(_0x32b029*_0x5a62a8+_0x420cdf*_0x2cf711);}return{'x':_0xaf3203,'y':_0x496e14,'adjName':_0x3c244b[_0x59a9ba(0x424)]};}['_updateShapeAdjustControls'](_0x272f75=!0x1){const _0x415820=_0x3da21c;_0x272f75&&this[_0x415820(0x398)](),this['_createShapeAdjustControls'](_0x272f75);}['_addShapeAdjustControl'](_0xfde2dc,_0x8ce82,_0x43561d,_0x3ee0d2,_0x4568ae,_0x3b6a6f,_0x1bef1c){const _0x102666=_0x3da21c;if(!this[_0x102666(0x3d3)])return;let _0x17663d='doc-shape-adjust-point-'+this[_0x102666(0x3d3)]+'-'+_0x43561d,_0x530a62=_0xfde2dc[_0x102666(0x3fb)](_0x17663d);if(_0x530a62){_0x530a62['transformByState']({'left':_0x8ce82['x']+_0x3ee0d2-t[_0x102666(0x14c)]['adjHandleSize'],'top':_0x8ce82['y']+_0x4568ae-t[_0x102666(0x14c)][_0x102666(0x317)]}),_0x530a62[_0x102666(0x194)](!0x0);return;}let _0xf43db8=new ve(_0x17663d,{'left':_0x8ce82['x']+_0x3ee0d2-t[_0x102666(0x14c)][_0x102666(0x317)],'top':_0x8ce82['y']+_0x4568ae-t[_0x102666(0x14c)]['adjHandleSize'],'adjName':_0x43561d,'shapeId':this[_0x102666(0x3d3)],'unitId':_0x3b6a6f,'subUnitId':_0x1bef1c,'width':t['ShapeDefaultConfig'][_0x102666(0x317)]+0x8,'height':t[_0x102666(0x14c)][_0x102666(0x317)]+0x8,'zIndex':o[_0x102666(0x2d2)]+0x1,'evented':!0x0});this[_0x102666(0x1c3)][_0x102666(0x2f5)](_0xf43db8),this[_0x102666(0x1d5)](_0xf43db8,_0xfde2dc,_0x43561d),_0xfde2dc['addObject'](_0xf43db8,o[_0x102666(0x2d2)]+0x1);}['_clearShapeAdjustControls'](){const _0x31011f=_0x3da21c;this[_0x31011f(0x1c3)][_0x31011f(0x362)](_0x2c9c7f=>_0x2c9c7f[_0x31011f(0x399)]()),this[_0x31011f(0x1c3)]=[];}['_updateAdjustControlPositions'](){const _0x1b9f27=_0x3da21c;this[_0x1b9f27(0x205)]();}[_0x3da21c(0x1f2)](_0x11d7cb,_0x232757,_0x33c481){const _0x3608cb=_0x3da21c;var _0x4bd76e,_0x1fc1b0;let _0x4b3f32=o[_0x3608cb(0x18c)]['FromArray']([_0x232757,_0x33c481]),_0x54ccf9=(_0x4bd76e=_0x11d7cb[_0x3608cb(0x199)](_0x4b3f32))==null?_0x11d7cb[_0x3608cb(0x3d9)]()[0x0]:_0x4bd76e;return(_0x1fc1b0=_0x54ccf9==null?void 0x0:_0x54ccf9[_0x3608cb(0x3c3)](_0x4b3f32))==null?_0x4b3f32:_0x1fc1b0;}[_0x3da21c(0x1d5)](_0xee111,_0x22bb0f,_0x5022fe){const _0x2d48fb=_0x3da21c;this['disposeWithMe']((0x0,n[_0x2d48fb(0x149)])(_0xee111[_0x2d48fb(0x39d)][_0x2d48fb(0x284)]((_0xc83be6,_0x5de80d)=>{const _0xca32dc=_0x2d48fb;var _0x54c180,_0x378646,_0x5e614b,_0x1f2677;let _0x458ec2=_0xee111['getDrawingSearch']();this[_0xca32dc(0x27d)]=this[_0xca32dc(0x270)](_0x458ec2['unitId'],_0x458ec2[_0xca32dc(0x395)],_0x458ec2[_0xca32dc(0x226)],_0x5022fe),this['_activeShapeModel']=this[_0xca32dc(0xc7)]['getShapeModel'](_0x458ec2[_0xca32dc(0x3da)],_0x458ec2[_0xca32dc(0x395)],_0x458ec2[_0xca32dc(0x226)]);let _0x28079f=this[_0xca32dc(0xe8)](),_0x1d28b2=_0x28079f==null?void 0x0:_0x28079f[_0xca32dc(0x166)];if(!_0x28079f||!_0x1d28b2||!this[_0xca32dc(0x31d)])return;this[_0xca32dc(0x16b)]=_0x1d28b2['left']||0x0,this[_0xca32dc(0x1d6)]=_0x1d28b2[_0xca32dc(0x261)]||0x0,this[_0xca32dc(0x31a)]=_0x1d28b2[_0xca32dc(0x1eb)]||0x0,this[_0xca32dc(0x415)]=_0x1d28b2[_0xca32dc(0x40a)]||0x0;let _0x5af4c0=!!_0x1d28b2[_0xca32dc(0x396)],_0xa39cb7=!!_0x1d28b2[_0xca32dc(0x2ff)],_0x3ad923=_0x1d28b2[_0xca32dc(0x17d)]||0x0,_0x10228=((_0x54c180=this['_activeAdjustInfo'])==null?void 0x0:_0x54c180[_0xca32dc(0x1ba)])||((_0x378646=this[_0xca32dc(0x27d)])==null?void 0x0:_0x378646[_0xca32dc(0x3a8)])||((_0x5e614b=this['_activeAdjustInfo'])==null?void 0x0:_0x5e614b[_0xca32dc(0x441)])||((_0x1f2677=this[_0xca32dc(0x27d)])==null?void 0x0:_0x1f2677[_0xca32dc(0x46f)])||_0x5022fe,_0x337bf2=this[_0xca32dc(0x31d)][_0xca32dc(0xd1)](_0x10228),_0x28a8b0={[_0x10228]:_0x337bf2};this[_0xca32dc(0x1ad)]=!0x0,_0x22bb0f[_0xca32dc(0x3cc)](),this[_0xca32dc(0x47f)]=_0x22bb0f['onPointerMove$'][_0xca32dc(0x284)]((_0x5dab66,_0x406562)=>{const _0x2a8987=_0xca32dc;var _0x3037c6;if(!this[_0x2a8987(0x1ad)]||!this['_activeShapeModel']||!this[_0x2a8987(0x27d)])return;_0x22bb0f[_0x2a8987(0x3cc)](),_0x22bb0f['setCursor'](o[_0x2a8987(0x28c)][_0x2a8987(0x325)]);let _0x3cbaa7=this[_0x2a8987(0x1f2)](_0x22bb0f,_0x5dab66['offsetX'],_0x5dab66['offsetY']),_0x4deed7=_0x3cbaa7['x']-this[_0x2a8987(0x16b)],_0x1fc2ff=_0x3cbaa7['y']-this['_baseShapeTop'];if(_0x3ad923!==0x0){let _0x5cfd47=this[_0x2a8987(0x31a)]/0x2,_0x9d9d87=this[_0x2a8987(0x415)]/0x2,_0x53c595=_0x3ad923*Math['PI']/0xb4,_0x297515=Math[_0x2a8987(0x369)](_0x53c595),_0x31cd6d=Math[_0x2a8987(0xf0)](_0x53c595),_0x47bb3e=_0x4deed7-_0x5cfd47,_0x1feaee=_0x1fc2ff-_0x9d9d87;_0x4deed7=_0x5cfd47+(_0x47bb3e*_0x297515+_0x1feaee*_0x31cd6d),_0x1fc2ff=_0x9d9d87+(-_0x47bb3e*_0x31cd6d+_0x1feaee*_0x297515);}_0x5af4c0&&(_0x4deed7=this[_0x2a8987(0x31a)]-_0x4deed7),_0xa39cb7&&(_0x1fc2ff=this['_baseShapeHeight']-_0x1fc2ff);let _0x50a5f6={'left':0x0,'top':0x0,'width':this[_0x2a8987(0x31a)],'height':this['_baseShapeHeight']},_0x237464=this[_0x2a8987(0x31d)][_0x2a8987(0x280)](_0x50a5f6,{'x':_0x4deed7,'y':_0x1fc2ff},this[_0x2a8987(0x27d)],_0x5af4c0,_0xa39cb7),_0x49faff=this[_0x2a8987(0x27d)][_0x2a8987(0x1ba)]||this[_0x2a8987(0x27d)][_0x2a8987(0x3a8)]||this['_activeAdjustInfo'][_0x2a8987(0x441)]||this[_0x2a8987(0x27d)][_0x2a8987(0x46f)];_0x49faff!==void 0x0&&(this[_0x2a8987(0x31d)]['setAdjustValueByName'](_0x49faff,_0x237464),(_0x3037c6=this[_0x2a8987(0x145)](_0x22bb0f))==null||_0x3037c6['makeDirty'](!0x0),this[_0x2a8987(0x143)]=this[_0x2a8987(0x365)](_0x458ec2[_0x2a8987(0x3da)],_0x458ec2['subUnitId'],_0x458ec2[_0x2a8987(0x226)]),this[_0x2a8987(0x2dc)](),_0x406562['stopPropagation']());}),this[_0xca32dc(0x213)]=_0x22bb0f[_0xca32dc(0x314)]['subscribeEvent']((_0x184548,_0x42f1f1)=>{const _0x49f8be=_0xca32dc;var _0x24515e,_0x4ac9ba;(_0x24515e=this[_0x49f8be(0x47f)])==null||_0x24515e[_0x49f8be(0x364)](),(_0x4ac9ba=this[_0x49f8be(0x213)])==null||_0x4ac9ba[_0x49f8be(0x364)](),_0x22bb0f['resetCursor']();let _0xb92463=this['_activeAdjustInfo'];if(_0xb92463&&this['_activeShapeModel']){let _0x397a0e=_0xb92463[_0x49f8be(0x1ba)]||_0xb92463[_0x49f8be(0x3a8)]||_0xb92463[_0x49f8be(0x441)]||_0xb92463[_0x49f8be(0x46f)];if(_0x397a0e!==void 0x0){let _0x271c7f=this[_0x49f8be(0x31d)][_0x49f8be(0xd1)](_0x397a0e);_0x271c7f!==void 0x0&&V(this['_commandService'],_0x458ec2[_0x49f8be(0x3da)],_0x458ec2[_0x49f8be(0x395)],_0x458ec2[_0x49f8be(0x226)],{'oldShapeData':{'adjustValues':_0x28a8b0}},{'adjustValues':{[_0x397a0e]:_0x271c7f}});}}this['_activeAdjustInfo']=void 0x0,this[_0x49f8be(0x31d)]=void 0x0,this[_0x49f8be(0x1ad)]=!0x1,_0x22bb0f[_0x49f8be(0x19c)](),_0x42f1f1[_0x49f8be(0x26e)]();}),_0x5de80d[_0xca32dc(0x26e)]();})));}[_0x3da21c(0x147)](){const _0x47b770=_0x3da21c;let {scene:_0x3fc5ed}=this[_0x47b770(0x2eb)],_0x32a354=_0x3fc5ed['getTransformerByCreate']();this[_0x47b770(0xb0)](_0x32a354['changeStart$'][_0x47b770(0x3e0)](_0x4da03c=>{const _0x5b24c5=_0x47b770;this['_createShapeAdjustControls'](),_0x4da03c[_0x5b24c5(0x264)]!==null&&_0x4da03c[_0x5b24c5(0x264)]['size']===0x1&&_0x4da03c[_0x5b24c5(0x264)][_0x5b24c5(0x15a)]()['next']()[_0x5b24c5(0x3f7)]instanceof K&&(this['_isShouldShowDrawingShapeAdjust']=!0x0);})),this[_0x47b770(0xb0)](_0x32a354[_0x47b770(0x272)][_0x47b770(0x3e0)](()=>{const _0xb453f5=_0x47b770;this[_0xb453f5(0x1db)]&&this[_0xb453f5(0x398)]();})),this[_0x47b770(0xb0)](_0x3fc5ed[_0x47b770(0x314)][_0x47b770(0x284)](()=>{const _0x49881a=_0x47b770;this[_0x49881a(0x1db)]&&(this[_0x49881a(0x1db)]=!0x1,this[_0x49881a(0x205)]());})),this[_0x47b770(0xb0)](_0x32a354[_0x47b770(0x1b6)][_0x47b770(0x3e0)](()=>{const _0x3c9905=_0x47b770;this['_unitId']&&this[_0x3c9905(0x1dd)]&&this[_0x3c9905(0x3d3)]&&(this[_0x3c9905(0x143)]=this[_0x3c9905(0x365)](this[_0x3c9905(0x1ce)],this[_0x3c9905(0x1dd)],this[_0x3c9905(0x3d3)]),this[_0x3c9905(0x2dc)]());}));}[_0x3da21c(0x35b)](){const _0x1d22a4=_0x3da21c;this[_0x1d22a4(0xb0)](this[_0x1d22a4(0x42d)][_0x1d22a4(0x2e8)][_0x1d22a4(0x3e0)](_0x101d04=>{const _0x162cba=_0x1d22a4;if(_0x101d04[_0x162cba(0x329)]===0x1){let _0x4a7476=_0x101d04[0x0],_0x4cd5ed=this['_drawingManagerService']['getDrawingByParam'](_0x4a7476);if((_0x4cd5ed==null?void 0x0:_0x4cd5ed[_0x162cba(0x460)])===n[_0x162cba(0xd0)]['DRAWING_SHAPE']){this[_0x162cba(0x3d3)]=_0x4a7476[_0x162cba(0x226)],this['_unitId']=_0x4a7476['unitId'],this[_0x162cba(0x1dd)]=_0x4a7476[_0x162cba(0x395)],this[_0x162cba(0x143)]=this[_0x162cba(0x365)](_0x4a7476[_0x162cba(0x3da)],_0x4a7476[_0x162cba(0x395)],_0x4a7476[_0x162cba(0x226)]),this[_0x162cba(0x398)](),this['_createShapeAdjustControls']();return;}}this['_activeShapeId']=null,this['_activeShapeAdjustPointList']=void 0x0,this['_unitId']=null,this[_0x162cba(0x1dd)]=null,this[_0x162cba(0x398)]();})),this[_0x1d22a4(0xb0)](this['_drawingManagerService'][_0x1d22a4(0xcf)][_0x1d22a4(0x3e0)](_0x3f577f=>{const _0x397abe=_0x1d22a4;if(_0x3f577f['length']===0x1){var _0x4ff445;((_0x4ff445=this[_0x397abe(0x42d)][_0x397abe(0x2b8)](_0x3f577f[0x0]))==null?void 0x0:_0x4ff445[_0x397abe(0x460)])===n[_0x397abe(0xd0)]['DRAWING_SHAPE']&&this[_0x397abe(0x434)](!0x0);}})),this['disposeWithMe'](this[_0x1d22a4(0x42d)][_0x1d22a4(0x2c8)]['subscribe'](_0x39bf23=>{const _0x4d8518=_0x1d22a4;for(let _0xb1b5a8 of _0x39bf23)this[_0x4d8518(0x3d3)]===_0xb1b5a8[_0x4d8518(0x226)]&&(this[_0x4d8518(0x3d3)]=null,this[_0x4d8518(0x143)]=void 0x0,this[_0x4d8518(0x1ce)]=null,this['_subUnitId']=null,this[_0x4d8518(0x398)]());}));}};X=k([O(0x1,s[_0x3da21c(0x28d)]),O(0x2,(0x0,n[_0x3da21c(0x34b)])(e[_0x3da21c(0x403)])),O(0x3,n[_0x3da21c(0x448)])],X);function ye(_0xbefe3f,_0x59c9c3){const _0x26c5e6=_0x3da21c;let _0x1af313=_0xbefe3f;for(;_0x1af313;){if(_0x59c9c3(_0x1af313))return _0x1af313;_0x1af313=typeof _0x1af313[_0x26c5e6(0x368)]=='function'?_0x1af313[_0x26c5e6(0x368)]():null;}return null;}function be(_0xb7d945){return ye(_0xb7d945,_0x495911=>_0x495911 instanceof K);}let Z=class extends n[_0x3da21c(0x442)]{constructor(_0x5b6de1,_0x19ecce,_0x54ba98,_0x14983d,_0x477924){const _0x213664=_0x3da21c;super(),this['_context']=_0x5b6de1,this['_shapeTextEditingService']=_0x19ecce,this[_0x213664(0x42d)]=_0x54ba98,this[_0x213664(0x1fa)]=_0x14983d,this[_0x213664(0xc7)]=_0x477924,z(this,'_lastEditingShapeKey',null),this[_0x213664(0x360)](),this[_0x213664(0x2ab)](),this[_0x213664(0x44e)]();}[_0x3da21c(0x360)](){const _0x3bd1c7=_0x3da21c;let {scene:_0x4fa287}=this[_0x3bd1c7(0x2eb)];this['disposeWithMe'](_0x4fa287[_0x3bd1c7(0x3d5)][_0x3bd1c7(0x284)](_0x3a40a9=>{const _0x538ea1=_0x3bd1c7;var _0x58d291;let {offsetX:_0x3d9ef8,offsetY:_0x261b75}=_0x3a40a9,_0x1c92b0=o[_0x538ea1(0x18c)][_0x538ea1(0x279)]([_0x3d9ef8,_0x261b75]),_0xf24d7a=(_0x58d291=be(_0x4fa287[_0x538ea1(0x255)](_0x1c92b0)))==null?this[_0x538ea1(0x176)](_0x1c92b0):_0x58d291;if(_0xf24d7a){if((0x0,t[_0x538ea1(0x192)])(this[_0x538ea1(0xc7)][_0x538ea1(0x1d2)](_0xf24d7a[_0x538ea1(0x3da)],_0xf24d7a[_0x538ea1(0x395)],_0xf24d7a['shapeId'])))return;this['_shapeTextEditingService']['setEditing']({'visible':!0x0,'unitId':_0xf24d7a[_0x538ea1(0x3da)],'subUnitId':_0xf24d7a['subUnitId'],'shapeId':_0xf24d7a[_0x538ea1(0x16e)],'shapeKey':_0xf24d7a[_0x538ea1(0x22d)]});}}));}['_getFocusedShapeAtPoint'](_0x191a55){const _0x4634ac=_0x3da21c;let {scene:_0x1ab80b}=this[_0x4634ac(0x2eb)],_0x285b68=this['_drawingManagerService'][_0x4634ac(0x3aa)]()[_0x4634ac(0x2d5)](_0x3e76a0=>_0x1ab80b[_0x4634ac(0x3fb)]((0x0,s[_0x4634ac(0x3c2)])(_0x3e76a0)))[_0x4634ac(0x31c)](_0x1f8200=>_0x1f8200 instanceof K&&_0x1f8200[_0x4634ac(0x429)](_0x191a55));return _0x285b68==null?null:_0x285b68;}['_initSelection'](){const _0x3bd28e=_0x3da21c;this[_0x3bd28e(0xb0)](this['_drawingManagerService'][_0x3bd28e(0x2e8)][_0x3bd28e(0x3e0)](_0x56944d=>{const _0x46b894=_0x3bd28e;if(_0x56944d['length']===0x1){let _0x47f188=_0x56944d[0x0],_0x1108ce=this[_0x46b894(0x42d)]['getDrawingByParam'](_0x47f188);if((_0x1108ce==null?void 0x0:_0x1108ce[_0x46b894(0x460)])===n['DrawingTypeEnum'][_0x46b894(0xe0)]){let _0x3e76e1=this[_0x46b894(0x302)]['getEditing']();if((_0x3e76e1==null?void 0x0:_0x3e76e1[_0x46b894(0x16e)])===_0x47f188[_0x46b894(0x226)]&&_0x3e76e1[_0x46b894(0x379)])return;(0x0,t[_0x46b894(0x192)])(this[_0x46b894(0xc7)][_0x46b894(0x1d2)](_0x47f188[_0x46b894(0x3da)],_0x47f188[_0x46b894(0x395)],_0x47f188[_0x46b894(0x226)]))&&this[_0x46b894(0x302)][_0x46b894(0x298)](null);}else this[_0x46b894(0x302)][_0x46b894(0x1ef)]()&&(this[_0x46b894(0x302)][_0x46b894(0x3b2)](!0x0),requestAnimationFrame(()=>{const _0x495f14=_0x46b894;this['_shapeTextEditingService'][_0x495f14(0x298)](null);}));}else this['_shapeTextEditingService'][_0x46b894(0x1ef)]()&&(this[_0x46b894(0x302)][_0x46b894(0x3b2)](!0x0),requestAnimationFrame(()=>{const _0x217e1f=_0x46b894;this[_0x217e1f(0x302)][_0x217e1f(0x298)](null);}));})),this[_0x3bd28e(0xb0)](this[_0x3bd28e(0x42d)][_0x3bd28e(0x2c8)][_0x3bd28e(0x3e0)](_0xbd1dc0=>{const _0x4b1d84=_0x3bd28e;let _0x850a27=this[_0x4b1d84(0x302)][_0x4b1d84(0x1ef)]();_0x850a27&&_0xbd1dc0[_0x4b1d84(0x1cf)](_0x31cf16=>_0x31cf16[_0x4b1d84(0x226)]===_0x850a27[_0x4b1d84(0x16e)])&&this[_0x4b1d84(0x302)][_0x4b1d84(0x298)](null);}));}[_0x3da21c(0x44e)](){const _0x4f09e6=_0x3da21c;this[_0x4f09e6(0xb0)](this[_0x4f09e6(0x302)][_0x4f09e6(0x2fe)][_0x4f09e6(0x3e0)](_0x5b8265=>{const _0x126baa=_0x4f09e6;let {scene:_0x2add33}=this[_0x126baa(0x2eb)];if(this[_0x126baa(0x112)]){let _0x3cae58=_0x2add33[_0x126baa(0x3fb)](this[_0x126baa(0x112)]);_0x3cae58&&_0x3cae58[_0x126baa(0x298)](!0x1);}if(_0x5b8265){let _0x22d56d=!!_0x5b8265['visible'],_0xea2866=_0x2add33[_0x126baa(0x3fb)](_0x5b8265[_0x126baa(0x105)]);_0xea2866&&(_0xea2866[_0x126baa(0x298)](_0x22d56d),this[_0x126baa(0x112)]=_0x5b8265[_0x126baa(0x105)]),this[_0x126baa(0x1fa)][_0x126baa(0x444)](n[_0x126baa(0x28b)],_0x22d56d);}else this[_0x126baa(0x112)]=null,this[_0x126baa(0x1fa)][_0x126baa(0x444)](n[_0x126baa(0x28b)],!0x1);}));}};Z=k([O(0x1,(0x0,n['Inject'])(B)),O(0x2,s[_0x3da21c(0x28d)]),O(0x3,n[_0x3da21c(0x2bd)]),O(0x4,(0x0,n['Inject'])(e['DocsShapeService']))],Z);function xe(){const _0x20316a=_0x3da21c;return(0x0,f[_0x20316a(0x44a)])(m[_0x20316a(0x1b1)],{});}let Q=class extends m['ShapeTextFloatMenuRenderControllerBase']{constructor(_0x10d429,_0xe78ca5,_0x584745,_0x4e631c,_0x226f7d){const _0x30995d=_0x3da21c;super(_0x10d429,_0xe78ca5,_0x584745,_0x4e631c,_0x226f7d,{'componentKey':_0x30995d(0x36e),'editorUnitId':D,'toolbarComponent':xe});}};Q=k([O(0x1,(0x0,n[_0x3da21c(0x34b)])(r[_0x3da21c(0x129)])),O(0x2,(0x0,n[_0x3da21c(0x34b)])(a[_0x3da21c(0x3ef)])),O(0x3,(0x0,n[_0x3da21c(0x34b)])(c[_0x3da21c(0x3a7)])),O(0x4,(0x0,n[_0x3da21c(0x34b)])(a[_0x3da21c(0x445)]))],Q);let $=class extends n[_0x3da21c(0xfd)]{constructor(_0x670186=G,_0x5d8ac9,_0x5051b6,_0x1f2df1,_0x10d1ca){const _0x33c613=_0x3da21c;super(),this[_0x33c613(0x230)]=_0x670186,this['_injector']=_0x5d8ac9,this['_commandService']=_0x5051b6,this[_0x33c613(0x127)]=_0x1f2df1,this[_0x33c613(0x162)]=_0x10d1ca;let {menu:_0x11aacf,..._0x3da97f}=(0x0,n[_0x33c613(0x361)])({},G,this[_0x33c613(0x230)]);_0x11aacf&&this[_0x33c613(0x127)]['setConfig'](_0x33c613(0x321),_0x11aacf,{'merge':!0x0}),this[_0x33c613(0x127)][_0x33c613(0x1d4)](_0x33c613(0xba),_0x3da97f),this[_0x33c613(0x2c4)]();}[_0x3da21c(0xf9)](){const _0x6d11fd=_0x3da21c;this[_0x6d11fd(0x263)]['add']([Y]),this[_0x6d11fd(0x263)][_0x6d11fd(0xf5)](Y),(0x0,n[_0x6d11fd(0x391)])(this[_0x6d11fd(0x263)],[[W],[J],[q],[X],[A],[B]]),this[_0x6d11fd(0x383)]();}[_0x3da21c(0x304)](){const _0x215110=_0x3da21c;this[_0x215110(0x162)]['registerRenderModule'](n['UniverInstanceType'][_0x215110(0x376)],[X]),this[_0x215110(0x162)][_0x215110(0x2b4)](n[_0x215110(0x377)]['UNIVER_DOC'],[Z]),this[_0x215110(0x162)][_0x215110(0x2b4)](n[_0x215110(0x377)][_0x215110(0x376)],[Q]),(0x0,n[_0x215110(0x2ba)])(this['_injector'],[[W],[J],[q],[A],[B]]);}[_0x3da21c(0x2c4)](){const _0x225849=_0x3da21c;[C,w,T]['forEach'](_0x53d701=>this['disposeWithMe'](this['_commandService'][_0x225849(0x1e7)](_0x53d701)));}[_0x3da21c(0x383)](){const _0x127329=_0x3da21c;let _0x2d8b80=this[_0x127329(0x263)],_0x521414=_0x2d8b80['get'](c[_0x127329(0x29e)]);this[_0x127329(0xb0)](_0x521414[_0x127329(0x472)](c[_0x127329(0x3bd)][_0x127329(0xce)],()=>(0x0,c[_0x127329(0x342)])(_e,_0x2d8b80)));}};z($,_0x3da21c(0xbf),n['UniverInstanceType']['UNIVER_DOC']),z($,_0x3da21c(0xcd),_0x3da21c(0x247)),z($,_0x3da21c(0x2ce),le),z($,_0x3da21c(0xfe),ue),$=k([(0x0,n[_0x3da21c(0xc6)])(h[_0x3da21c(0x451)],i[_0x3da21c(0x1a1)],e[_0x3da21c(0x11b)]),O(0x1,(0x0,n[_0x3da21c(0x34b)])(n['Injector'])),O(0x2,n[_0x3da21c(0x448)]),O(0x3,n[_0x3da21c(0x3b1)]),O(0x4,o[_0x3da21c(0x104)])],$),exports[_0x3da21c(0x476)]=w,Object[_0x3da21c(0x223)](exports,'DocsShapeUIController',{'enumerable':!0x0,'get':function(){return W;}}),exports[_0x3da21c(0x324)]=C,exports[_0x3da21c(0x3dc)]=T,Object[_0x3da21c(0x223)](exports,'UniverDocsShapeUIPlugin',{'enumerable':!0x0,'get':function(){return $;}});
1
+ const _0x1edbb0=_0xacee;(function(_0xff5148,_0x17c39c){const _0xd7bb4d=_0xacee,_0x43d1c3=_0xff5148();while(!![]){try{const _0x50e932=-parseInt(_0xd7bb4d(0x4b8))/0x1+parseInt(_0xd7bb4d(0x2ce))/0x2+parseInt(_0xd7bb4d(0x2fe))/0x3*(-parseInt(_0xd7bb4d(0x488))/0x4)+parseInt(_0xd7bb4d(0x5e9))/0x5+parseInt(_0xd7bb4d(0x230))/0x6+-parseInt(_0xd7bb4d(0x422))/0x7*(-parseInt(_0xd7bb4d(0x1f3))/0x8)+-parseInt(_0xd7bb4d(0x385))/0x9*(-parseInt(_0xd7bb4d(0x4f8))/0xa);if(_0x50e932===_0x17c39c)break;else _0x43d1c3['push'](_0x43d1c3['shift']());}catch(_0x2de45c){_0x43d1c3['push'](_0x43d1c3['shift']());}}}(_0x4e55,0x2d281),Object['defineProperty'](exports,Symbol[_0x1edbb0(0x1d4)],{'value':_0x1edbb0(0x5bd)}));var e=Object['create'],t=Object[_0x1edbb0(0x198)],n=Object[_0x1edbb0(0x36e)],r=Object[_0x1edbb0(0x3c0)],i=Object[_0x1edbb0(0x158)],a=Object[_0x1edbb0(0x56f)][_0x1edbb0(0x50c)],o=(_0x484eea,_0x2fe051,_0x2e9312,_0x54e48c)=>{const _0xab703e=_0x1edbb0;if(_0x2fe051&&typeof _0x2fe051==_0xab703e(0x3ad)||typeof _0x2fe051==_0xab703e(0x5ef)){for(var _0x2a8194=r(_0x2fe051),_0x5995fe=0x0,_0x47a37b=_0x2a8194[_0xab703e(0x585)],_0x44c901;_0x5995fe<_0x47a37b;_0x5995fe++)_0x44c901=_0x2a8194[_0x5995fe],!a[_0xab703e(0x40d)](_0x484eea,_0x44c901)&&_0x44c901!==_0x2e9312&&t(_0x484eea,_0x44c901,{'get':(_0x34fdab=>_0x2fe051[_0x34fdab])[_0xab703e(0x562)](null,_0x44c901),'enumerable':!(_0x54e48c=n(_0x2fe051,_0x44c901))||_0x54e48c['enumerable']});}return _0x484eea;},s=(_0x43c3e4,_0x2dd67c,_0x3cbded)=>(_0x3cbded=_0x43c3e4==null?{}:e(i(_0x43c3e4)),o(_0x2dd67c||!_0x43c3e4||!_0x43c3e4[_0x1edbb0(0x2cf)]?t(_0x3cbded,'default',{'value':_0x43c3e4,'enumerable':!0x0}):_0x3cbded,_0x43c3e4));let c=require('@univerjs-pro/engine-shape'),l=require('@univerjs-pro/docs-shape'),u=require('@univerjs/core'),d=require('@univerjs/docs-drawing-ui'),f=require('@univerjs/docs-ui'),p=require('@univerjs/engine-render'),m=require('@univerjs/drawing'),h=require('@univerjs/icons'),g=require('@univerjs/ui'),_=require('rxjs'),v=require('@univerjs/design'),y=require('react');y=s(y);let b=require('@univerjs/drawing-ui'),x=require('react/jsx-runtime'),S=require('@univerjs-pro/license'),C=require('@univerjs/docs');const w='#3B82F6',T=_0x1edbb0(0x5ea);function E(_0x1da1dc,_0x523d70){const _0x4eb68c=_0x1edbb0;if(_0x523d70){if((0x0,c[_0x4eb68c(0x22d)])(_0x1da1dc)&&(_0x523d70[_0x4eb68c(0x363)]||_0x523d70[_0x4eb68c(0x355)]))return{'ln':{'startArrow':_0x523d70[_0x4eb68c(0x363)]?{'type':c[_0x4eb68c(0x475)][_0x4eb68c(0x481)],'size':c[_0x4eb68c(0x408)]['Medium']}:void 0x0,'endArrow':_0x523d70[_0x4eb68c(0x355)]?{'type':c['ShapeArrowTypeEnum']['Arrow'],'size':c['ShapeArrowSizeEnum']['Large']}:void 0x0}};if(_0x1da1dc===c[_0x4eb68c(0x4e2)][_0x4eb68c(0x241)]&&(_0x523d70['horizontal']||_0x523d70[_0x4eb68c(0x49f)]))return{'fill':{'fillType':c[_0x4eb68c(0x1c2)][_0x4eb68c(0x5b0)],'color':w},'stroke':{'lineStrokeType':c[_0x4eb68c(0x331)]['SolidLine'],'width':0x1,'color':T},'shapeText':{'isHorizontal':!!_0x523d70['horizontal']}};}}function _0x4e55(){const _0x290d9a=['DocSettingIcon','endOffset','line','bind','FlowchartPreparation','CurvedConnector3','docs-shape-ui.shape.type.gear6','ShapeRibbon2Icon','FlowchartMerge','registerComponent','rgb','ComponentManager','oKey','getDrawingEditable','type','name','prototype','ShapeRightBraceIcon','SetInlineFormatItalicCommand','image','Gear9','Solid','docs-shape-ui.textWrap.inline','drawingId','ShapeBentConnector3Arrow1Icon','ShapeUpArrowCalloutIcon','updateDocumentStyle','useCallback','univer-flex\x20univer-h-6\x20univer-min-w-9\x20univer-items-center\x20univer-justify-center\x20univer-gap-1\x20univer-rounded-md\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1.5\x20univer-text-sm\x20univer-text-gray-700\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-700','univer-flex\x20univer-items-center\x20univer-justify-between','docs-shape-ui.shape.type.wedge-ellipse-callout','activeTarget','getParent','Curved','QuadArrow','map','docs-shape-ui.line.arrowType.ovalArrow','ShapeDonutIcon','length','setDocumentData','complete','getEditing','docs-shape-ui.shape.type.left-right-arrow-callout','ShapeLineInvIcon','onScrollAfter$','ShapeIcon','docs-shape-ui.shape.type.flow-chart-terminator','flowchart','ShapeHalfFrameIcon','ActionButtonSound','offsetX','FlowchartPredefinedProcess','_contextService','FONT_SIZE_LIST','FALSE','docs-shape-ui.fill.picture.offsetY','univer-w-28','SetInlineFormatUnderlineCommand','wrapSquare','_initializedShapePopupMenu','docs-shape-ui.shape.type.rt-triangle','paragraphs','univer-box-border\x20univer-flex\x20univer-rounded\x20univer-bg-white\x20univer-py-1.5\x20univer-shadow-sm\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','Callout2','DownArrowCallout','ShapeStar5Icon','ShapeRectTextboxHorizontalIcon','deepCompare','ShapeFlowChartSummingJunctionIcon','GROUP','NonIsoscelesTrapezoid','Chord','beginPath','CurvedLeftArrow','ShapeStraightConnector1Icon','BOTTOM','unitId','blur','DOC_CONTENT_INSERT_MENU_ID','UnderlineIcon','_createShapeAdjustControls','SolidFill','docs-shape-ui.shape.type.accent-callout3','_docSelectionRenderService','FlowChartOfflineStorage','docs-shape-ui.line.color','URL','setInsertRange','ShapeSnip2DiagRectIcon','buildClipPath','#000000','IImageIoService','docs-shape-ui.line.joinType.miter','BracePair','Module','DocumentSkeleton','univer-text-primary-600','TOP','MIDDLE','getViewports','PlaqueTabs','Snip1Rect','RemoveDocDrawingCommand','addImageSourceCache','docs-shape-ui.line.arrowSize.medium','PERIOD','_sidebarDisposable','transformByState','onerror','ShapeSnip1RectIcon','ShapeCurvedRightArrowIcon','ShapeFlowChartManualOperationIcon','docs-shape-ui.shape.type.action-button-return','isNaN','children','Moon','_disposePopups','direction','_menuManagerService','mainComponent','docs-shape-ui.shape.type.bent-up-arrow','button','isRichText','deg)\x20scaleY(','NoLine','FlowchartManualOperation','doc.shape.text.float-menu','ShapeFlowChartCollateIcon','docs-shape-ui.fill.picture.offsetX','ShapeFlowChartMagneticDiskIcon','body','IMenuManagerService','ShapeMathNotEqualIcon','basicShape','getRealBound','changeEnd$','ChartStar','getShapeDataById','1123390xkdYBo','#2563EB','Sun','Vector2','Star12','BentArrow','function','1em','Snip2SameRect','CommandType','UpDownArrowCallout','docs-shape-ui.shape.type.curved-right-arrow','ShapeActionButtonDocumentIcon','ShapeFlowChartOnlineStorageIcon','_toVisualAdjustPoint','ShapeLineCapEnum','docs-shape-ui.shape.type.action-button-forward-next','ShapeFlowChartManualInputIcon','ShapeDoubleWaveIcon','CURSOR_TYPE','clipByShape','docs-shape-ui.shape.type.diag-stripe','getImageSourceCache','find','visible','ShapeCurvedConnector3Arrow2Icon','docs-shape-ui.shape.type.heart','useRef','Documents','_adjustPointObjects','docs-shape-ui.shape.type.math-plus','!univer-h-6\x20univer-w-24\x20!univer-min-w-0\x20!univer-rounded-md\x20!univer-px-1.5','OPERATION','CurvedRightArrow','docs-shape-ui.shape.type.left-arrow','docs-shape-ui.shape.type.curved-down-arrow','onChange','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','DocContentInsertService','getDrawingOKey','docs-shape-ui.shape.type.plus','_updateSrcRectByTransform','docs-shape-ui.shape.type.curved-connector3-arrow1','_getActiveDrawingShape','DocParagraphMenuService','multiply','ShapeChevronIcon','ShapeCallout2Icon','docs-shape-ui.fill.picture.align.bl','docs-shape-ui.line.dashType.roundDot','preValue','disposable','docs-shape-ui.line.transparency','shape-text-editor-content','Snip2DiagRect','BorderCallout2','_attachAdjustEvent','Small','Diamond','Star5','min','Path','width','docs-shape-ui.title','makeDirty','ShapeCornerIcon','WRAP_NONE','docs-shape-ui.shape.type.dodecagon','Angular','attachTransformerTo','UpdateDocShapeDataCommand','univer-w-20\x20univer-flex-1','ShapeCornerTabsIcon','getImage','FoldedCorner','ShapeModel','LocaleService','clearAdjustControls','docs-shape-ui.shape.type.plaque-tabs','docs-shape-ui.toolbar.strikethrough','Tooltip','opacity','WrapTextType','ShapeAccentCallout2Icon','transform','TRUE','indexOf','DocSelectionRenderService','FlowchartDecision','target','Round2SameRect','docs-shape-ui.shape.type.irregular-seal2','focus$','ShapeLeftRightUpArrowIcon','univer-text-xl\x20univer-text-gray-500','paragraphStyle','ShapeAccentCallout1Icon','ShapeAccentBorderCallout2Icon','Arc','ColorPicker','_initUIPart','get','_getActiveDrawingParam','render','push','RoundRect','BreakLineCommand','docs-shape-ui.align.bottom','getDrawingSearch','ShapeDodecagonIcon','documentStyle','input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22combobox\x22],\x20.univer-select','ShapeGear9Icon','docs-shape-ui.shapeStyle','docs-shape-ui.shape.type.action-button-sound','ShapeDiagStripeIcon','MathDivide','WRAP','docs-shape-ui.shape.type.funnel','FOCUSING_PANEL_EDITOR','GradientColorPicker','docs-shape-ui.shape.type.action-button-home','onDblclick$','docs-shape-ui.shape.type.striped-right-arrow','_hideFloatMenu','calcAdjValue','textRuns','RibbonInsertGroup','_adjHandlerPointerUp','docs-shape-ui.shape.type.triangle','Dropdown','Shape','Callout1','setSrcRect','top','COMMA','ObjectRelativeFromH','docs-shape-ui.shape.type.curved-up-arrow','ActionButtonEnd','getPrototypeOf','ancestorTransform','pluginName','ICommandService','docs-shape-ui.fill.picture.scaleY','docs-shape-ui.formatShape','docs-shape-ui.shape.type.flow-chart-preparation','filter','docs-shape-ui.shape.type.border-callout1','Corner','docs-shape-ui.shape.type.curved-left-arrow','EMPTY_PARAGRAPH_MENU_ID','ShapeSunIcon','Can','_commandService','MenuItemType','doc.command.menu-insert-shape','_closeShapeEditPanel','UNIVER_DOC','ShapeCurvedConnector3Arrow1Icon','ShapePlaqueTabsIcon','PieWedge','SHAPE','label','_initShapePopupMenu','NoSmoking','ShapeCloudCalloutIcon','IURLImageService','update$','setPrstGeom','docs-shape-ui.shape.type.bent-connector3-arrow2','ShapePlusIcon','bottom','OpenDocShapeFormatPanelOperation','MathPlus','univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','shape-text-editor','offset','RIGHT','docs-shape-ui.shape.type.flow-chart-punched-tape','borderClassName','backward','Decagon','docs-shape-ui.shape.type.ribbon','ShapeFlowChartPreparationIcon','flipY','_initSelectionChange','univer-flex\x20univer-h-6\x20univer-w-6\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-sm\x20univer-text-gray-700\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20disabled:univer-cursor-not-allowed\x20disabled:univer-opacity-40\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-700','lineStrokeType','Plaque','LineInv','ShapeFlowChartAlternateProcessIcon','_unitId','ShapeTextEditorContainer','ShapeFolderCornerIcon','docs-shape-ui.shape.type.quad-arrow','shapeData','HorizontallyIcon','ShapeStar6Icon','keys','ShapeHeartIcon','docs-shape-ui.shape.type.gear9','horizontal','with','defineProperty','docs-shape-ui.shape.type.up-down-arrow-callout','HalfFrame','univer-min-w-32\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','click','docs-shape-ui.shape.type.star5','angular','CTRL_COMMAND','univer-flex-1\x20univer-overflow-auto','_toScenePoint','drawings','docs-shape-ui.toolbar.italic','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-h-3\x20univer-w-3\x20univer-rounded-sm\x20univer-border\x20univer-border-solid\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-border-gray-300\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-border-gray-600\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','merge','univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-2\x20univer-py-1\x20univer-transition-colors\x20hover:univer-border-primary-600\x20hover:univer-bg-gray-100\x20dark:!univer-border-gray-600\x20dark:hover:!univer-bg-gray-700','docs-shape-ui.shape.type.half-frame','ShapeStripedRightArrowIcon','docs-shape-ui.toolbar.alignRight','ShapeMathEqualIcon','docs-shape-ui.shape.type.quad-arrow-callout','Inject','ShapeLeftUpArrowIcon','docs-shape-ui.shape.type.flow-chart-alternate-process','_drawShapeText','docs-shape-ui.line.solidLine','fillImageSourceType','stops','fill','extraProps','version','ShapeStar8Icon','Star10','ShapeFlowChartInputOutputIcon','menuRange','docs-shape-ui.shape.type.action-button-help','UpArrow','ShapeActionButtonBackPreviousIcon','univer-flex\x20univer-items-center\x20univer-gap-3','FOCUSING_COMMON_DRAWINGS','UniverInstanceType','docs-shape-ui.shape.type.straight-connector1','_registerComponent','ShapeFillEnum','ShapeRtTriangleIcon','warn','AccentBorderCallout2','onClick','ShapeEllipseRibbonIcon','docs-shape-ui.shape.type.action-button-document','startNodePosition','_univerInstanceService','docs-shape-ui.shape.type.flow-chart-internal-storage','PictureFill','getFocusDrawings','executeCommand','VerticalScroll','subUnitId','ShapeCurvedDownArrowIcon','fillImageSource','getShapeType','toStringTag','ShapeRightArrowCalloutIcon','ShapeFlowChartSortIcon','_clearPopups','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md','ShapeUpDownArrowCalloutIcon','_imageIoService','docs-shape-ui.shape.type.down-arrow-callout','DocCanvasPopManagerService','CircularArrow','univer-absolute\x20univer-z-[100]\x20univer-overflow-visible','_openShapeEditPanel','docs-shape-ui.shape.type.left-up-arrow','FlowchartOr','composeMatrix','DocSelectAllCommand','docs-shape-ui.shape.type.bent-connector3','ShapeCurvedConnector3Icon','useDependency','ShapeFlowChartOrIcon','attachPopupToObject','Flat','_drawingManagerService','_initMenu','focusDrawing','IContextService','params','_updateShapeAdjustControls','docs-shape-ui.shape.type.diamond','_subUnitId','useKeyboardEvent','31456KzlEwI','EllipseRibbon2','none','ShapeHomePlateIcon','ShapeUpArrowIcon','FlowchartProcess','docs-shape-ui.shape.type.flow-chart-offpage-connector','\x20px','ShapeQuadArrowCalloutIcon','BorderCallout1','adjHandleSize','docs-shape-ui.shape.type.star6','clsx','ShapeHexagonIcon','_docCanvasPopManagerService','RadioGroup','clip-','ShapeFlowChartMultidocumentIcon','verticalAlign','memo','ShapeTeardropIcon','_shapeTextEditingService','DiagStripe','ShapeSquareTabsIcon','vertexAngle','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-pointer-events-none\x20univer-absolute\x20univer-bottom-full\x20univer-left-0\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-mb-1\x20univer-hidden\x20univer-overflow-hidden\x20univer-rounded\x20univer-border\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-shadow-md\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20group-hover:univer-block\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-800\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','rect','onReady','docs-shape-ui.line.joinType.round','FlowchartConnector','getDrawingByParam','FlowchartInternalStorage','gradientStops','startOffset','ShapeMathDivideIcon','_onSavingEditorData$','Digit8','inline','ShapeStar4Icon','Stretch','univer-w-full','docs-shape-ui.shape.type.hexagon','ShapeActionButtonForwardNextIcon','docs-shape-ui.shape.type.flow-chart-collate','DocDrawingTextWrap','docs-shape-ui.fill.picture.alignment','NoFill','IFontService','ShapePlaqueIcon','_clearShapeAdjustControls','docs-shape-ui.textWrap.inFrontText','_docSelectionManagerService','getDrawingPoints','stopPropagation','Bevel','VerticalAlign','FlowchartDocument','docs-shape-ui.shape.type.heptagon','isConnectorShape','gradientType','docs-shape-ui.line.dashType.squareDot','840354mAXHZj','docs-shape-ui.line.sketchType.freehand','_getShapeInfo','QuadArrowCallout','transformVector2SceneCoord','below','FlowchartOnlineStorage','useLeftAndRightArrow','updateShapeFillImage','ShapeActionButtonEndIcon','_insertShapes','ChartPlus','docs-shape-ui.line.width','UpdateDocShapeDataMutation','ActionButtonHelp','DRAWING_SHAPE','shapeModel','Rect','Star6','docs-shape-ui.shape.type.up-arrow-callout','ShapeGear6Icon','SetInlineFormatBoldCommand','MathNotEqual','ShapeStar10Icon','title','Plugin','docs-shape-ui.fill.noFill','docs-shape-ui.textWrap.square','univer-w-20','registerClipDelegate','ShapeWaveIcon','RENDER_CLASS_TYPE','ShapeEllipseRibbon2Icon','Trapezoid','getViewport','imageOpacity','clone','docs-shape-ui.shape.type.uturn-arrow','AccentBorderCallout3','univer-flex\x20univer-flex-col\x20univer-gap-4\x20univer-pt-2','ShapeFlowChartPredefinedProcessIcon','StraightConnector1','docs-shape-ui.shape.type.no-smoking','Heart','FontColorDoubleIcon','useState','docs-shape-ui.shape.type.curved-connector3-arrow2','translate','docs-shape-ui.shape.type.rect','docs-shape-ui.shape.type.border-callout2','M11.8\x204.5H17.5','univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','angle','LeftBracket','equationShape','NotchedRightArrow','DrawingCommonPanel','_registerDrawingTransformHandler','ShapeLineJoinEnum','Image','objects','getShapeModel','ShapeFlowChartMagneticTapeIcon','FlowchartManualInput','_configService','register','0.25.1','Medium','M2.5\x204.5H8.2','DeleteIcon','ShapeCircularArrowIcon','FlowchartOffPageConnector','entries','docs-shape-ui.shape.type.pentagon','univer-box-border\x20univer-px-4\x20univer-text-sm','DocDrawingPosition','layoutType','docs-shape-ui.align.top','ShapeStar7Icon','draw','left','reduce','RightArrow','BOTH_SIDES','docs-shape-ui.insertShape','renderDrawingShape','stroke','fillType','current','ShapeSnip2SameRectIcon','custom','ShapeLeftRightCircularArrowIcon','flipX','moveRange','_getShapeAdjustPointListById','WedgeRoundRectCallout','getObjectIncludeInGroup','0\x200\x2020\x2020','docs-shape-ui.shape.type.flow-chart-magnetic-disk','docs-shape-ui.shape.type.horizontal-scroll','RoundDot','GradientFill','M2.5\x2010H5.7','setZoomRatio','docs-shape-ui.fill.picture.align.tr','docs-shape-ui.shape.type.accent-border-callout3','getShapeData','INLINE','getShapeTextRect','setOnSavingEditorData','add','collapsed','ShapeSwooshArrowIcon','docs-shape-ui.shape.type.wedge-rect-callout','setCanUseShapeClip','docs-shape-ui.shape.type.square-tabs','capType','docs-shape-ui.shape.type.flow-chart-offline-storage','editingParams$','FlowchartMultiDocument','Star32','currentColor','_draw','docs-shape-ui.fill.picture.align.l','ShapeHeptagonIcon','UturnArrow','docs-shape-ui.shape.type.octagon','JUSTIFIED','univer-flex\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200','prstGeom','range','docs-shape-ui.shape.type.straight-connector2','ShapeBorderCallout2Icon','isHitLine','svg','item','FlowchartMagneticDrum','BACKSPACE','menuChanged$','docs-shape-ui.shape.type.round2-same-rect','Star16','docs-shape-ui.shape.type.donut','touchDependencies','Disposable','Injector','shapeKey','ShapeTriangleIcon','Star8','docs-shape-ui.shape.type.right-bracket','changing$','doc.operation.close-doc-shape-format-panel','ShapeMathMinusIcon','_sidebarService','getDrawingVisible','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','ActionButtonDocument','docs-shape-ui.shape.type.up-arrow','save','381532gIxnpZ','__esModule','_loadAndSetImage','Frame','UniverDocsDrawingUIPlugin','docs-shape-ui.shape.type.round-rect','doc','docs-shape-ui.shape.type.action-button-end','getUnitId','Fragment','univer-flex\x20univer-aspect-square\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-p-1\x20univer-text-gray-700\x20hover:univer-bg-gray-200\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-700','diamond','shape-text-editor-position-wrapper','isRenderLinePointsMode','docs-shape-ui.fill.solidFill','files','auto','cos','backgroundColor','AccentCallout3','docs-shape-ui.shape.type.curved-connector3','AlignCenterCommand','docs-shape-ui.shape.type.flow-chart-manual-operation','_getFocusedShapeAtPoint','docs-shape-ui.fill.picture.align.ctr','Octagon','ShapeMathPlusIcon','div','docs-shape-ui.shape.type.corner','IUniverInstanceService','color','Radial','docs-shape-ui.fill.picture.align.b','[ShapeRender]\x20Failed\x20to\x20resolve\x20picture\x20fill\x20source','isLineShape','Accordion','imageFillMode','getMatrix','docs-shape-ui.openPanel','univer-rounded-lg\x20univer-p-3','M2.5\x2015.5H8.2','getState','docs-shape-ui.shape.type.chart-x','_registerImageShapeClipDelegate','ShapeRectIcon','ShapeFlowChartDelayIcon','docs-shape-ui.shape.type.star12','getDrawingShapeKeyByDrawingSearch','336573SZQUxs','IDrawingManagerService','DownArrow','sketchType','ContextMenuPosition','BooleanNumber','_initSelection','ShapeArcIcon','Star24','ShapeDecagonIcon','IUIPartsService','_setTransForm','Transform','ShapeFlowChartMergeIcon','docs-shape-ui.line.beginArrowSize','BracketPair','docs-shape-ui.shape.type.math-minus','FlowchartAlternateProcess','ShapeActionButtonHelpIcon','DocumentDataModel','docs-shape-ui.line.capType.square','_drawRichText','PARAGRAPH','_getShapeAdjustInfosById','isHit','docs-shape-ui.shape.type.irregular-seal1','ShapeGradientTypeEnum','univer-flex\x20univer-flex-col\x20univer-gap-3','docs-shape-ui.fill.picture.insert','ShapeFlowChartPunchedCardIcon','univer-flex\x20univer-items-center\x20univer-gap-2','DocumentViewModel','docs-shape-ui.line.sketchType.handDrawn','Miter','disableShapeOption','ShapeLeftRightRibbonIcon','univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold','getCanvasElement','jsx','ShapeVerticalScrollIcon','shape-text','LightningBolt','Select','subscribeEvent','ShapeLineDashEnum','_lastEditingShapeKey','invert','linear','featurePluginUpdateNotification','isHorizontal','SetInlineFormatStrikethroughCommand','ShapeLineTypeEnum','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md\x20univer-bg-primary-600','Linear','docs-shape-ui.line.dashType.longDashDot','paragraph','BorderCallout3','ShapePentagonIcon','MoreDownIcon','setAdjustValueByName','ISidebarService','docs-shape-ui.shape.type.flow-chart-decision','strokeWidth','ShapeDefaultConfig','shape-floating-toolbar','_injector','LeftBrace','SquareTabs','M14.3\x2010H17.5','OrderListCommand','ShapeWedgeRectCalloutIcon','UniverDocsShapeUIPlugin','segmentId','shapeText','univer-flex\x20univer-h-6\x20univer-min-w-7\x20univer-items-center\x20univer-justify-center\x20univer-gap-1\x20univer-rounded-md\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1.5\x20univer-text-sm\x20univer-text-gray-700\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20disabled:univer-cursor-not-allowed\x20disabled:univer-opacity-40\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-700','ShapeRectTextboxVerticalIcon','_isShouldShowDrawingShapeAdjust','docs-shape-ui.toolbar.underline','univer-absolute','ShapePieIcon','docs-shape-ui.shape.type.moon','Callout3','onCommandExecuted','updateContext','WedgeRectCallout','ShapeUpDownArrowIcon','ShapeCurvedLeftArrowIcon','endArrow','_init','symbol','docs-shape-ui.shapePosition','#ffffff','syncExecuteCommand','resetCursor','docs-shape-ui.shape.type.swoosh-arrow','_activeShapeInfo','Square','_loadShapePictureFill','blockArrow','docs-shape-ui.shape.type.accent-border-callout2','docs-shape-ui.shape.type.cube','startArrow','docs-shape-ui.shape.type.left-brace','ShapeBentConnector3Arrow2Icon','docs-shape-ui.shape.type.left-bracket','offsetY','AlignBottomIcon','SetInlineFormatTextBackgroundColorCommand','BentUpArrow','gdRefX','docs-shape-ui.shape.type.parallelogram','SetInlineFormatTextColorCommand','getOwnPropertyDescriptor','doc.shape.picker.component','_activeAdjustInfo','next','scaleX','ShapeLeftBracketIcon','_adjName','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-flex\x20univer-flex-col\x20univer-gap-2\x20univer-border-l-2\x20univer-border-l-gray-200\x20univer-pl-3\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-border-l-gray-600\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','ShapeFunnelIcon','Dodecagon','AccentCallout2','IrregularSeal2','docDrawingPositionToTransform','docs-shape-ui.fill.transparency','ContextMenuGroup','ShapeBevelIcon','_baseShapeLeft','FOCUSING_SHAPE_TEXT_EDITOR','popup','dispose','resize','docs-shape-ui.toolbar.alignJustify','Button','36XKCGtE','getRenderById','onTransformChange$','applyPoint','FLOAT_TEXT_STYLE_MENU_ID','ShapeFlowChartMagneticDrumIcon','ShapeChartStarIcon','DEFAULT_DOC_SHAPE_WIDTH','ShapeLeftBraceIcon','getFlatMenuByPositionKey','refreshShapeFillImage','docs-shape-ui.shape.type.round2-diag-rect','None','ShapeActionButtonSoundIcon','docs-shape-ui.line.endArrowSize','ShapeRound2SameRectIcon','PaintBucketDoubleIcon','_addShapeAdjustControl','KeyCode','[ShapeRender]\x20Failed\x20to\x20load\x20picture\x20fill\x20image','_clipService','Pie','ShapeDownArrowCalloutIcon','_componentManager','clip','DashDot','univer-rounded\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-3\x20univer-py-1\x20univer-text-sm\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20disabled:univer-cursor-not-allowed\x20disabled:univer-opacity-50\x20dark:!univer-border-gray-600\x20dark:hover:!univer-bg-gray-700','ShapeBracePairIcon','univer-flex-1','docs-shape-ui.shape.type.star4','SnipRoundRect','6.4','docs-shape-ui.shape.type.ellipse-ribbon','ShapeBorderCallout1Icon','docs-shape-ui.fill.picture.source','ShapeAccentBorderCallout3Icon','MathMultiply','true','univer-text-gray-500','AlignRightCommand','object','createInternalEditorID','useIsFocusing','forEach','ShapeSmileyFaceIcon','docs-shape-ui.shape.type.bevel','univer-text-gray-600\x20univer-transition-transform','ShapeMathMultiplyIcon','docs-shape-ui.shape.type.arc','data','Digit7','docs-shape-ui.toolbar.alignLeft','ShapeAccentBorderCallout1Icon','docs-shape-ui.shape.type.corner-tabs','getAllUnitsForType','ShapeDiamondIcon','LEFT','CONTENT','getFonts','getOwnPropertyNames','ShapeFlowChartOfflineStorageIcon','ShapeBentArrowIcon','docs-shape-ui.line.sketchType.none','round','ShapeNonIsoscelesTrapezoidIcon','set','dataModel','UpDownArrow','ActionButtonBeginning','docs-shape-ui.shape.type.bent-connector3-arrow1','ShapeStar12Icon','Cloud','docs-shape-ui.shape.type.action-button-beginning','IRenderManagerService','ShapeStar32Icon','docs-shape-ui.shape.type.flow-chart-merge','ShapeCallout3Icon','LeftRightArrowCallout','RightJustifyingIcon','_config','_shapeId','_floatMenu','univer-mb-2','docs-shape-ui.fill.picture.tileAsTexture','VERTICAL_ROTATE_ANGLE','docs-shape-ui.shape.type.callout2','ShapeBlockArcIcon','ShapeFlowChartExtractIcon','MenuManagerPosition','calculate','constructor','_baseShapeTop','Cube','group','clearControl$','ShapeFrameIcon','InputNumber','_registerDrawingFocusChangeHandler','drawingType','jsxs','MathMinus','docs-shape-ui.line.arrowType.none','adjHandleFill','onPointerUp$','Heptagon','RightTriangle','AccentBorderCallout1','ShapeTrapezoidIcon','getAdjustValueByName','getShapePopupMenus','behindText','getAncestorScale','_renderManagerService','docs-shape-ui.shape.type.plaque','docs-shape-ui.fill.pictureFill','WRAP_SQUARE','VerticalCenterIcon','FlowchartCollate','HorizontalAlign','ShapeFlowChartDecisionIcon','ShapeRound2DiagRectIcon','BuiltInUIPart','path','replace','adjName','DeleteRightCommand','docs-shape-ui.shape.type.flow-chart-connector','ShapeLightningBoltIcon','ShapeStar16Icon','span','_urlImageService','ShapeArrowSizeEnum','sin','ShapeChordIcon','VIEWPORT_KEY','starAndBanner','call','ShapeActionButtonInformationIcon','LeftArrow','ShapeSnipRoundRectIcon','getValue','ShapeBentUpArrowIcon','_baseShapeWidth','docs-shape-ui.line.title','DRAWING_IMAGE','docs-shape-ui.shape.type.star7','mergeMenu','docs-shape-ui.shape.type.border-callout3','focus','horizontalAlign','docs-shape-ui.shape.type.pie-wedge','isRender','[DrawingShape]\x20LocaleService\x20is\x20required\x20for\x20rich\x20text\x20rendering','SetInlineFormatSuperscriptCommand','docs-shape-ui.fill.picture.align.tl','_context','univer-size-full','56RLqhvr','ShapeActionButtonMovieIcon','changeStart$','#3B82F6','disposeWithMe','getInverseCoord','ShapeAccentCallout3Icon','_transformCalculateSrcRect','_initCommands','Radio','start','VIEW_MAIN','LeftJustifyingIcon','docs-shape-ui.shape.type.line','remove$','docs-shape-ui.shape.type.flow-chart-delay','_docsShapeService','DocsShapeUIController','ShapeNotchedRightArrowIcon','Round','_getSceneByUnitId','docs-shape-ui.shape.type.up-down-arrow','LeftCircularArrow','ShapeNoSmokingIcon','_updateShape','ShapeLeftArrowCalloutIcon','values','getDrawingOrder','registerRenderModule','docs-shape-ui.shape.type.flow-chart-magnetic-drum','_initEvents','rectangle','position','getShapeTextData','shapeType','docs-shape-ui.shape.type.star8','docs-shape-ui.fill.picture.rotateWithShape','has','size','key','ShapeLineIcon','docs-shape-ui.toolbar.alignCenter','Round1Rect','StealthArrow','max','unsubscribe','ShapeCloudIcon','StripedRightArrow','ENTER','docs-shape-ui.shape.type.block-arc','ShapeFlowChartTerminatorIcon','univer-text-sm','ShapeEllipseIcon','ShapeActionButtonBlankIcon','docs-shape-ui.shape.type.accent-callout2','asObservable','radial','univer-flex\x20univer-flex-nowrap\x20univer-gap-2\x20univer-px-2','onload','SetInlineFormatSubscriptCommand','univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','ShapeBentConnector3Icon','ShapeChartPlusIcon','ShapeFlowChartPunchedTapeIcon','_registerOperations','UniverDocsShapePlugin','LeftRightUpArrow','getSkeleton','docs-shape-ui.shape.type.folder-corner','disabled','shape-text-','docs-shape-ui.line.dashType.title','SolidLine','1.4','getCurrentUniverDocInstance','HorizontalScroll','EllipseRibbon','ShapeFlowChartDisplayIcon','setEditing','_transform','file','OvalArrow','centerAngle','ShapeArrowTypeEnum','docs-shape-ui.line.beginArrowType','getUnit','section','endNodePosition','gdRefY','lineJoinType','ShapeWedgeRoundRectCalloutIcon','pick','useObservable','AlignLeftCommand','ShapeBorderCallout3Icon','Arrow','ShapeOctagonIcon','FlowchartPunchedCard','docs-shape-ui.shape.type.action-button-movie','UUID','docs-shape-ui.shape.group.','paragraphMenuPlacement','12UIwiSA','docs-shape-ui.line.capType.flat','_localeService','docs-shape-ui.shape.type.can','localeService','LAYOUT','setFillImage','_updateAdjustControlPositions','ShapeStraightConnector2Icon','docs-shape-ui.shape.type.left-circular-arrow','onSavingEditorData$','src','docs-shape-ui.shape.type.round1-rect','MathEqual','docs-shape-ui.shape.type.ribbon2','close','LongDash','updateDocumentRenderConfig','style','shapeId','getObject','MEDIA','Tools','vertical','BehaviorSubject','PositionedObjectLayoutType','toDisposable','FlowChartInputOutput','_baseShapeHeight','classType','ShapeHorizontalScrollIcon','scaleY','_createShapePopupMenu','Gear6','ShapePieWedgeIcon','ShapeCubeIcon','docs-shape-ui.shape.type.smiley-face','docs-shape-ui.line.endArrowType','useMemo','DoubleWave','height','docs-shape-ui.shape.type.decagon','DocsShapeService','docs-shape-ui.shape.type.rect-textbox-horizontal','ShapeRightBracketIcon','srcRect','fonts$','docs-shape-ui.line.dashType.solid','254517ZhcvSC','UndoCommand','inFrontOfText','docs-shape-ui.fill.picture.align.r','getTransformerByCreate','IMAGE_CLIP_SHAPE_PICKER_COMPONENT','group\x20univer-relative\x20univer-inline-block','docs-shape-ui.shape.type.bent-arrow','ShapeActionButtonBeginningIcon','ImageFillModeEnum','docs-shape-ui.shape.type.action-button-information','Freehand','setConfig','docs-shape-ui.line.joinType.title','subscribe','ShapeLeftCircularArrowIcon','useEffect','ShapeUturnArrowIcon','docs-shape-ui.shape.type.notched-right-arrow','DOCS_SHAPE_UI_PLUGIN','docs-shape-ui.shape.type.snip-round-rect','ShapeRightArrowIcon','_editingParams$','createControl$','univer-hidden','docs-shape-ui.shape.type.left-right-arrow','LeftArrowCallout','callout','docs-shape-ui.shape.type.chart-plus','_activeShapeId','refreshAdjustControls','_props','getDocumentData','Star7','#111827','imageTile','ShapeLeftArrowIcon','DRAWING_OBJECT_LAYER_INDEX','_initEditingParams','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-3\x20univer-shadow-lg\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-bg-gray-900\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','InsertDocDrawingCommand','viewportScrollX','ShapeTypeEnum','univer-max-h-[75vh]\x20univer-w-[320px]\x20univer-pb-2','ShapeLeftRightArrowCalloutIcon','ShapeStar24Icon','docs-shape-ui.shape.type.flow-chart-document','behindDoc','some','docs-shape-ui.shape.type.flow-chart-magnetic-tape','disableObjectsEvent','ShapeIrregularSeal2Icon','ActionButtonHome','getAbsolutePosition','docs-shape-ui.shape.type.math-equal','_initialize','ActionButtonInformation','docs-shape-ui.shape.type.home-plate','_showFloatMenu','ShapeDownArrowIcon','FlowchartPunchedTape','docs-shape-ui.shape.type.double-wave','renderConfig','ShapeCallout1Icon','472730YprKMW','MetaKeys','isInGroup','ShapeFlowChartDocumentIcon','FlowchartDisplay','ShapeSketchTypeEnum','docs-shape-ui.line.capType.round','engine','ShapeRibbonIcon','ImageSourceTypeEnum','ShapeBracketPairIcon','ActionButtonForwardNext','StrikethroughIcon','docs-shape-ui.line.arrowType.diamondArrow','docs-shape-ui.shape.type.circular-arrow','SquareDot','top-center','ShapeCurvedUpArrowIcon','_adjHandlerPointerMove','ShapeFlowChartConnectorIcon','hasOwnProperty','docs-shape-ui.shape.type.flow-chart-punched-card','FlowchartExtract','deepClone','ShapeChartXIcon','transparent','isEditing','docs-shape-ui.shape.type.right-arrow','CloseDocShapeFormatPanelOperation','transformForAngle','ShapeFlowChartInternalStorageIcon','Circle','registerCommand','docs-shape-ui.shape.type.action-button-back-previous','Checkbox','ShapeFlowChartOffpageConnectorIcon','DrawingTypeEnum','_isOpenedShapeEditPanel','other','_activeShapeModel','docs-shape-ui.textWrap.topAndBottom','_refreshShapeData','BentConnector3','M11.8\x2015.5H17.5','error','ShapeActionButtonReturnIcon','CurvedUpArrow','docs-shape-ui.shape.type.chart-star','FlowchartSort','_drawSimpleText','value','docs-shape-ui.line.arrowType.stealthArrow','InsertDocShapeMutation','DocSkeletonManagerService','ShapeWedgeEllipseCalloutIcon','ShapeRoundRectIcon','ShapeIrregularSeal1Icon','doc.shape.edit.panel','FromArray','textStyle','docs-shape-ui.align.middle','gdRefAng','univer-box-border\x20univer-flex\x20univer-max-w-[760px]\x20univer-flex-wrap\x20univer-items-center\x20univer-rounded\x20univer-bg-white\x20univer-px-1\x20univer-py-1\x20univer-shadow-sm\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','DELETE','SHAPE_TEXT','gdRefR','onPointerMove$','docs-shape-ui.fill.color','docs-shape-ui.config','_isStartAdjusting','textRect','docs-shape-ui.shape.type.math-multiply','docs-shape-ui.shape.type.vertical-scroll','restore','docs-shape-ui.shape.type.wedge-round-rect-callout','docs-shape-ui.toolbar.textColor','docs-shape-ui.deleteShape','Ribbon','scene','gradientAngle','wrapTopAndBottom','docs-shape-ui.shape.type.flow-chart-manual-input','ShapeRound1RectIcon','ShapeActionButtonHomeIcon','refreshTransform','setContextValue','Ellipse','Triangle','options','ActionButtonBlank','closest','Funnel','ShapeCanIcon','_docDrawingShapeRenderController','univer-text-xs','CornerTabs','UpArrowCallout','getAdjustInfoByName','RightBracket','isFinite','Hexagon','ShapeParallelogramIcon','_activeShapeAdjustPointList'];_0x4e55=function(){return _0x290d9a;};return _0x4e55();}function _0xacee(_0x333001,_0x1f6690){_0x333001=_0x333001-0x121;const _0x4e5537=_0x4e55();let _0xacee6b=_0x4e5537[_0x333001];return _0xacee6b;}function D(_0x5da040,_0x335bec){const _0x17be25=_0x1edbb0;var _0x3708b5;let _0x118083=_0x5da040[_0x17be25(0x132)](p[_0x17be25(0x3ce)])[_0x17be25(0x386)](_0x335bec),_0xd73b60=_0x118083==null||(_0x3708b5=_0x118083[_0x17be25(0x197)](f['DocSelectionRenderService'])['getActiveTextRange']())==null?void 0x0:_0x3708b5[_0x17be25(0x4ed)]();return _0xd73b60?{'left':_0xd73b60[_0x17be25(0x280)],'top':_0xd73b60['top']}:null;}function O(_0x419fad,_0x21bfdd,_0x34065f){const _0x3f0f9c=_0x1edbb0;var _0x5b2457,_0x59fc9d,_0x4546fc;if(!_0x34065f)return null;let _0x2c46c4=_0x419fad[_0x3f0f9c(0x132)](p['IRenderManagerService'])['getRenderById'](_0x21bfdd),_0x4acf0a=_0x2c46c4==null?void 0x0:_0x2c46c4[_0x3f0f9c(0x197)](f[_0x3f0f9c(0x615)])[_0x3f0f9c(0x57e)];if(!_0x4acf0a)return null;let _0x5dd5c4=_0x34065f===_0x3f0f9c(0x235)?{'startOffset':_0x4acf0a[_0x3f0f9c(0x28d)][_0x3f0f9c(0x560)],'endOffset':_0x4acf0a['moveRange']['endOffset']}:_0x4acf0a[_0x3f0f9c(0x1b9)];return{'range':{'unitId':_0x21bfdd,'startOffset':_0x5dd5c4[_0x3f0f9c(0x214)],'endOffset':_0x5dd5c4['endOffset'],'segmentId':(_0x5b2457=(_0x59fc9d=_0x4acf0a['paragraph'])==null?void 0x0:_0x59fc9d[_0x3f0f9c(0x346)])==null?'':_0x5b2457},'position':(_0x4546fc=_0x4acf0a[_0x3f0f9c(0x335)])!=null&&_0x4546fc['rect']?{'left':_0x4acf0a['paragraph'][_0x3f0f9c(0x20d)][_0x3f0f9c(0x280)],'top':_0x34065f===_0x3f0f9c(0x235)?_0x4acf0a[_0x3f0f9c(0x335)][_0x3f0f9c(0x20d)][_0x3f0f9c(0x178)]:_0x4acf0a[_0x3f0f9c(0x335)][_0x3f0f9c(0x20d)][_0x3f0f9c(0x153)]}:null};}function k(_0x266c7c,_0xcfc59e,_0x3eb6d3){const _0x301b04=_0x1edbb0;var _0x5a2317;return{'size':{'width':_0x266c7c,'height':_0xcfc59e},'positionH':{'relativeFrom':u[_0x301b04(0x155)]['PAGE'],'posOffset':(_0x5a2317=_0x3eb6d3==null?void 0x0:_0x3eb6d3[_0x301b04(0x280)])==null?0x0:_0x5a2317},'positionV':{'relativeFrom':u['ObjectRelativeFromV'][_0x301b04(0x314)],'posOffset':0x0},'angle':0x0};}const A={'type':u[_0x1edbb0(0x5f2)]['COMMAND'],'id':_0x1edbb0(0x168),'handler':async(_0x17e6f2,_0x3207f3)=>{const _0x10be3f=_0x1edbb0;var _0x524dbd,_0x17acfc,_0x4da180,_0x324a3d,_0x2eb980,_0x4edc05;let _0x1d124e=_0x17e6f2[_0x10be3f(0x132)](u[_0x10be3f(0x2eb)])[_0x10be3f(0x46c)]();if(!_0x1d124e)return!0x1;let _0x214750=_0x17e6f2[_0x10be3f(0x132)](u[_0x10be3f(0x15b)]),_0x554b1e=_0x1d124e[_0x10be3f(0x2d6)](),_0x3ff636=_0x554b1e,_0xb962f5=(_0x524dbd=_0x3207f3[_0x10be3f(0x49b)])==null?(0x0,u['generateRandomId'])():_0x524dbd,_0x542ad5=(_0x17acfc=_0x3207f3['width'])==null?l[_0x10be3f(0x38c)]:_0x17acfc,_0x254fd0=(_0x4da180=_0x3207f3[_0x10be3f(0x4b0)])==null?l['DEFAULT_DOC_SHAPE_HEIGHT']:_0x4da180,_0x375088=(_0x324a3d=(_0x2eb980=_0x3207f3[_0x10be3f(0x190)])==null?E(_0x3207f3[_0x10be3f(0x52a)],_0x3207f3['enhanceParams']):_0x2eb980)==null?{'fill':{'fillType':c['ShapeFillEnum']['SolidFill'],'color':w},'stroke':{'lineStrokeType':c[_0x10be3f(0x331)]['SolidLine'],'width':0x1,'color':T}}:_0x324a3d,_0x39c390=O(_0x17e6f2,_0x554b1e,_0x3207f3[_0x10be3f(0x487)]),_0x34cfd9=(_0x4edc05=_0x39c390==null?void 0x0:_0x39c390[_0x10be3f(0x442)])==null?D(_0x17e6f2,_0x554b1e):_0x4edc05,_0x5affd8=k(_0x542ad5,_0x254fd0,_0x34cfd9),_0x1652aa=(0x0,f[_0x10be3f(0x37a)])(_0x5affd8);_0x1652aa&&_0x34cfd9&&(_0x1652aa['top']=_0x34cfd9[_0x10be3f(0x153)]),_0x214750['syncExecuteCommand'](l[_0x10be3f(0x52c)]['id'],{'unitId':_0x554b1e,'shapeId':_0xb962f5,'shapeType':_0x3207f3['value'],'shapeData':_0x375088}),_0x39c390&&_0x17e6f2['get'](f[_0x10be3f(0x60f)])[_0x10be3f(0x5b6)](_0x39c390[_0x10be3f(0x2b2)]);let _0x1821e8={'unitId':_0x554b1e,'subUnitId':_0x3ff636,'drawingId':_0xb962f5,'drawingType':u['DrawingTypeEnum'][_0x10be3f(0x23f)],'transform':_0x1652aa,'docTransform':_0x5affd8,'data':{'shapeType':_0x3207f3[_0x10be3f(0x52a)],'shapeData':_0x375088},'behindDoc':u[_0x10be3f(0x303)]['FALSE'],'title':'','description':'','layoutType':u[_0x10be3f(0x4a1)][_0x10be3f(0x29b)],'wrapText':u[_0x10be3f(0x63b)][_0x10be3f(0x283)],'distB':0x0,'distL':0x0,'distR':0x0,'distT':0x0,'allowTransform':!0x0};return!!_0x214750[_0x10be3f(0x35a)](d[_0x10be3f(0x4e0)]['id'],{'unitId':_0x554b1e,'drawings':[_0x1821e8]});}},j={'type':u[_0x1edbb0(0x5f2)][_0x1edbb0(0x609)],'id':_0x1edbb0(0x2c6),'handler'(){return!0x0;}},M={'type':u[_0x1edbb0(0x5f2)][_0x1edbb0(0x609)],'id':'doc.operation.open-doc-shape-format-panel','handler'(){return!0x0;}},N=_0x1edbb0(0x531),P=(0x0,u[_0x1edbb0(0x3ae)])(_0x1edbb0(0x538));function F(_0x868d34){'@babel/helpers - typeof';const _0xb9d65a=_0x1edbb0;return F=typeof Symbol==_0xb9d65a(0x5ef)&&typeof Symbol['iterator']==_0xb9d65a(0x357)?function(_0x44ddad){return typeof _0x44ddad;}:function(_0xd12875){const _0xa5b79a=_0xb9d65a;return _0xd12875&&typeof Symbol==_0xa5b79a(0x5ef)&&_0xd12875[_0xa5b79a(0x3df)]===Symbol&&_0xd12875!==Symbol[_0xa5b79a(0x56f)]?'symbol':typeof _0xd12875;},F(_0x868d34);}function ee(_0x17e3a9,_0x10acd3){const _0x5daf25=_0x1edbb0;if(F(_0x17e3a9)!=_0x5daf25(0x3ad)||!_0x17e3a9)return _0x17e3a9;var _0x1d6d5c=_0x17e3a9[Symbol['toPrimitive']];if(_0x1d6d5c!==void 0x0){var _0x50dfe7=_0x1d6d5c[_0x5daf25(0x40d)](_0x17e3a9,_0x10acd3||'default');if(F(_0x50dfe7)!='object')return _0x50dfe7;throw TypeError(_0x5daf25(0x2ca));}return(_0x10acd3==='string'?String:Number)(_0x17e3a9);}function I(_0x263b74){var _0x1e8aee=ee(_0x263b74,'string');return F(_0x1e8aee)=='symbol'?_0x1e8aee:_0x1e8aee+'';}function L(_0x5ee074,_0x539783,_0x242d05){const _0x3b0477=_0x1edbb0;return(_0x539783=I(_0x539783))in _0x5ee074?Object[_0x3b0477(0x198)](_0x5ee074,_0x539783,{'value':_0x242d05,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x5ee074[_0x539783]=_0x242d05,_0x5ee074;}var R=class extends u[_0x1edbb0(0x2bf)]{constructor(..._0x333e59){const _0x60753=_0x1edbb0;super(..._0x333e59),L(this,_0x60753(0x4ce),new _[(_0x60753(0x4a0))](null)),L(this,_0x60753(0x2a6),this['_editingParams$'][_0x60753(0x459)]()),L(this,_0x60753(0x216),new _['BehaviorSubject'](!0x1)),L(this,_0x60753(0x492),this[_0x60753(0x216)][_0x60753(0x459)]());}[_0x1edbb0(0x381)](){const _0x699f5f=_0x1edbb0;this[_0x699f5f(0x4ce)][_0x699f5f(0x371)](null),this['_editingParams$'][_0x699f5f(0x587)](),this['_onSavingEditorData$'][_0x699f5f(0x371)](!0x1),this['_onSavingEditorData$'][_0x699f5f(0x587)](),super[_0x699f5f(0x381)]();}[_0x1edbb0(0x470)](_0x239801){const _0x4d1df2=_0x1edbb0;this[_0x4d1df2(0x4ce)][_0x4d1df2(0x371)](_0x239801),_0x239801==null&&this[_0x4d1df2(0x216)][_0x4d1df2(0x371)](!0x1);}[_0x1edbb0(0x29d)](_0x4b34eb){const _0x42201b=_0x1edbb0;this[_0x42201b(0x216)]['next'](_0x4b34eb);}['getEditing'](){const _0x962c49=_0x1edbb0;return this['_editingParams$'][_0x962c49(0x411)]();}};function z(_0x4ed1de,_0x3404b3,_0xb1bac8,_0x2b4e1b,_0x5a5fab,_0xa9f174){const _0x5132e0=_0x1edbb0;let _0x1cc224={'unitId':_0x3404b3,'shapeId':_0x2b4e1b,'shapeData':_0xa9f174,'oldShapeJSON':_0x5a5fab};return _0x4ed1de[_0x5132e0(0x1ce)](l[_0x5132e0(0x62f)]['id'],_0x1cc224);}function B(_0x45088a,_0x644b6a,_0x19ab26,_0x272e95,_0x26be84,_0x40b1b6){const _0x535e0b=_0x1edbb0;let _0x1bfbea={'unitId':_0x644b6a,'shapeId':_0x272e95,'shapeData':_0x40b1b6,'oldShapeJSON':_0x26be84};return _0x45088a[_0x535e0b(0x1ce)](l[_0x535e0b(0x62f)]['id'],_0x1bfbea);}function V(_0x3320e5,_0x3311a3){const _0x1885c4=_0x1edbb0;var _0x361581;let {isHorizontal:_0x4ce85c,textRect:_0x19b2eb,verticalAlign:_0x42bf69}=_0x3311a3,_0x28a28e=_0x4ce85c?_0x19b2eb[_0x1885c4(0x627)]:_0x19b2eb['height'],_0x3ccd17=u[_0x1885c4(0x49e)][_0x1885c4(0x50f)](_0x3320e5),_0x712995=(_0x361581=_0x3ccd17[_0x1885c4(0x13b)])==null?{}:_0x361581,_0x5c2b61={..._0x712995[_0x1885c4(0x4f6)],'centerAngle':_0x4ce85c?0x0:p[_0x1885c4(0x3d9)],'vertexAngle':_0x4ce85c?0x0:p[_0x1885c4(0x3d9)],'wrapStrategy':u['WrapStrategy'][_0x1885c4(0x142)]};if(_0x42bf69!==void 0x0&&(_0x5c2b61[_0x1885c4(0x205)]=_0x42bf69),_0x3311a3[_0x1885c4(0x41a)]!==void 0x0){var _0x65228d;_0x5c2b61[_0x1885c4(0x41a)]=_0x3311a3[_0x1885c4(0x41a)];let _0x6c7b66=(_0x65228d=_0x3ccd17[_0x1885c4(0x5e1)])==null?void 0x0:_0x65228d[_0x1885c4(0x59c)];if(_0x6c7b66){for(let _0x2b779c of _0x6c7b66)_0x2b779c['paragraphStyle']||(_0x2b779c['paragraphStyle']={}),_0x2b779c['paragraphStyle'][_0x1885c4(0x41a)]=_0x3311a3[_0x1885c4(0x41a)];}}return _0x3ccd17[_0x1885c4(0x13b)]={..._0x712995,'marginTop':0x0,'marginBottom':0x0,'marginLeft':0x0,'marginRight':0x0,'pageSize':{'width':_0x28a28e,'height':0x1/0x0},'renderConfig':_0x5c2b61},_0x3ccd17;}function te(_0x188a7e){const _0x172d04=_0x1edbb0;var _0x34ac8c;let _0x3bf1c2=u[_0x172d04(0x49e)]['deepClone'](_0x188a7e),_0x594b64=(_0x34ac8c=_0x3bf1c2[_0x172d04(0x13b)])==null?{}:_0x34ac8c,_0x461117={..._0x594b64[_0x172d04(0x4f6)]};return delete _0x461117[_0x172d04(0x474)],delete _0x461117[_0x172d04(0x20b)],delete _0x461117[_0x172d04(0x205)],delete _0x461117['wrapStrategy'],_0x3bf1c2[_0x172d04(0x13b)]={..._0x594b64,'marginTop':0x0,'marginBottom':0x0,'marginLeft':0x0,'marginRight':0x0,'pageSize':{'width':0x1/0x0,'height':0x1/0x0},'renderConfig':Object[_0x172d04(0x193)](_0x461117)['length']>0x0?_0x461117:void 0x0},_0x3bf1c2;}var H=class extends p[_0x1edbb0(0x150)]{constructor(_0x416a8b,_0x1b384d){const _0x3dd8a0=_0x1edbb0;super(_0x416a8b,_0x1b384d),L(this,'_props',void 0x0),L(this,_0x3dd8a0(0x429),!0x0),L(this,'_drawingType',u[_0x3dd8a0(0x51c)][_0x3dd8a0(0x23f)]),L(this,'isDrawingObject',!0x0),this[_0x3dd8a0(0x4d7)]={..._0x1b384d},this[_0x3dd8a0(0x356)]();}[_0x1edbb0(0x356)](){const _0x57df65=_0x1edbb0;this['onTransformChange$'][_0x57df65(0x329)](_0x196252=>{const _0x40e658=_0x57df65;this[_0x40e658(0x612)](_0x196252);});}[_0x1edbb0(0x175)](_0x518c33){const _0xc188ff=_0x1edbb0;this[_0xc188ff(0x4d7)][_0xc188ff(0x2b1)]=_0x518c33;}[_0x1edbb0(0x470)](_0x287d68){const _0x45c724=_0x1edbb0;this[_0x45c724(0x4d7)]['isEditing']=_0x287d68,this[_0x45c724(0x629)](!0x0);}get[_0x1edbb0(0x5ab)](){const _0x458e61=_0x1edbb0;return this[_0x458e61(0x4d7)][_0x458e61(0x5ab)];}get[_0x1edbb0(0x1d0)](){const _0x2bc9ea=_0x1edbb0;return this[_0x2bc9ea(0x4d7)][_0x2bc9ea(0x1d0)];}[_0x1edbb0(0x612)](_0x362f52){const _0x4d5c69=_0x1edbb0;if(this['_props'][_0x4d5c69(0x4b5)]==null||!this[_0x4d5c69(0x429)])return;let {width:_0x7393db,height:_0x35e7e5}=this,{width:_0x436013=0x0,height:_0x542b1c=0x0}=_0x362f52[_0x4d5c69(0x61b)],{left:_0x581c52=0x0,top:_0x29397d=0x0,right:_0x22ef01=0x0,bottom:_0xf2359f=0x0}=this[_0x4d5c69(0x4d7)][_0x4d5c69(0x4b5)],_0x755c18=_0x581c52,_0x234593=_0x29397d,_0x245120=_0x22ef01,_0x6a7fb9=_0xf2359f,_0x3fa856=!0x1;if(_0x436013!==0x0&&_0x436013!==_0x7393db){let _0x334dbc=_0x581c52/_0x436013,_0x125fb7=_0x22ef01/_0x436013;_0x755c18=_0x7393db*_0x334dbc,_0x245120=_0x7393db*_0x125fb7,_0x3fa856=!0x0;}if(_0x542b1c!==0x0&&_0x542b1c!==_0x35e7e5){let _0x52179a=_0x29397d/_0x542b1c,_0x4a8211=_0xf2359f/_0x542b1c;_0x234593=_0x35e7e5*_0x52179a,_0x6a7fb9=_0x35e7e5*_0x4a8211,_0x3fa856=!0x0;}_0x3fa856&&this[_0x4d5c69(0x152)]({'left':_0x755c18,'top':_0x234593,'right':_0x245120,'bottom':_0x6a7fb9});}[_0x1edbb0(0x152)](_0x5caa20){const _0x419e1c=_0x1edbb0;this[_0x419e1c(0x4d7)][_0x419e1c(0x4b5)]=_0x5caa20,this[_0x419e1c(0x629)](!0x0);}['setFillImage'](_0x5d9c60){const _0xd9c5d5=_0x1edbb0;this[_0xd9c5d5(0x4d7)][_0xd9c5d5(0x572)]=_0x5d9c60,this[_0xd9c5d5(0x629)](!0x0);}set['transform'](_0x5becb5){const _0x158d58=_0x1edbb0;this[_0x158d58(0x471)]=_0x5becb5;}get['transform'](){const _0x2f9e63=_0x1edbb0;this[_0x2f9e63(0x471)]||this[_0x2f9e63(0x309)]();let _0xc1ddd4=this[_0x2f9e63(0x471)][_0x2f9e63(0x254)]();return this[_0x2f9e63(0x515)](_0xc1ddd4);}get[_0x1edbb0(0x240)](){const _0x13ee9f=_0x1edbb0;return this[_0x13ee9f(0x4d7)]['shapeModel'];}get['shapeId'](){return this['_props']['shapeId'];}get[_0x1edbb0(0x4a5)](){const _0x361b4c=_0x1edbb0;return p['RENDER_CLASS_TYPE'][_0x361b4c(0x16e)];}[_0x1edbb0(0x2aa)](_0x4247c5,_0x38c750,_0x38ce73,_0x14a0e5){const _0x409bb0=_0x1edbb0;let _0x5a90fb=this[_0x409bb0(0x4d7)][_0x409bb0(0x240)];if(!_0x5a90fb||!_0x38c750)return;let _0x459740=_0x38ce73==null?this[_0x409bb0(0x627)]:_0x38ce73,_0x1f8d78=_0x14a0e5==null?this[_0x409bb0(0x4b0)]:_0x14a0e5,_0x1bd355={'shapeType':_0x5a90fb[_0x409bb0(0x1d3)](),'width':_0x459740,'height':_0x1f8d78},_0x4ebd5a={'renderMode':c['ShapeRenderModeEnum'][_0x409bb0(0x626)],'oKey':this['oKey'],'image':this[_0x409bb0(0x4d7)][_0x409bb0(0x572)],'angle':this['angle']};_0x5a90fb['updateContext'](_0x1bd355),_0x4247c5[_0x409bb0(0x2cd)]();let _0x5550f0={'top':0x0,'left':0x0,'width':_0x459740,'height':_0x1f8d78};_0x5a90fb['render'](_0x4247c5,_0x5550f0,_0x4ebd5a),_0x4247c5[_0x409bb0(0x541)]();let _0x1b603c=_0x5a90fb[_0x409bb0(0x443)](),_0x3b1ee0=_0x5a90fb[_0x409bb0(0x29c)](_0x5550f0),_0x176777=_0x5a90fb[_0x409bb0(0x2f0)]();if(_0x1b603c&&_0x3b1ee0&&!_0x176777){_0x4247c5['save'](),this[_0x409bb0(0x2f7)]()['flipX']&&_0x4247c5['scale'](-0x1,0x1);let _0xb8c32=_0x459740/0x2,_0x3d8b86=_0x1f8d78/0x2;_0x4247c5[_0x409bb0(0x25f)](-_0xb8c32,-_0x3d8b86),_0x4247c5[_0x409bb0(0x5a7)](),this[_0x409bb0(0x1af)](_0x4247c5,_0x1b603c,_0x3b1ee0),_0x4247c5[_0x409bb0(0x541)]();}}[_0x1edbb0(0x227)](_0x3737be){}['_drawShapeText'](_0x15c89f,_0x464168,_0x40fd90){const _0x42994f=_0x1edbb0;this[_0x42994f(0x4d7)][_0x42994f(0x512)]||(_0x42994f(0x5d9)in _0x464168&&_0x464168[_0x42994f(0x5d9)]===!0x1?this[_0x42994f(0x529)](_0x15c89f,_0x464168,_0x40fd90):this['_drawRichText'](_0x15c89f,_0x464168,_0x40fd90));}[_0x1edbb0(0x529)](_0x31741b,_0x71ef0,_0x580d63){}[_0x1edbb0(0x313)](_0x3a8fe3,_0x52e1ab,_0x317824){const _0x9aa766=_0x1edbb0;var _0x139539,_0x2a20cd;let _0x3ef34c=this[_0x9aa766(0x4d7)][_0x9aa766(0x48c)];if(!_0x52e1ab[_0x9aa766(0x3c7)]||!_0x3ef34c){_0x3ef34c||console[_0x9aa766(0x1c4)](_0x9aa766(0x41d));return;}let _0x824abe=_0x52e1ab['dataModel'],_0x189b44=_0x824abe[_0x9aa766(0x2d4)],_0x482e4a=(_0x139539=_0x824abe['va'])==null?u[_0x9aa766(0x22a)][_0x9aa766(0x5c0)]:_0x139539,_0x405e2c=(_0x2a20cd=_0x824abe['ha'])==null?u['HorizontalAlign']['LEFT']:_0x2a20cd;if(!_0x189b44)return;let _0x51b70b=_0x52e1ab[_0x9aa766(0x32f)],_0x1324c6=new u[(_0x9aa766(0x311))](V(_0x189b44,{'isHorizontal':_0x51b70b!==!0x1,'textRect':_0x317824,'verticalAlign':_0x482e4a,'horizontalAlign':_0x405e2c})),_0x5ef12a=new p[(_0x9aa766(0x31d))](_0x1324c6),_0x42c9f6=p[_0x9aa766(0x5be)]['create'](_0x5ef12a,_0x3ef34c);_0x42c9f6[_0x9aa766(0x3de)]();let _0x1f78f3=new p[(_0x9aa766(0x605))](_0x9aa766(0x468)+this[_0x9aa766(0x56b)],_0x42c9f6,{'pageMarginLeft':0x0,'pageMarginTop':0x0});_0x1f78f3[_0x9aa766(0x382)](_0x317824[_0x9aa766(0x627)],_0x317824['height']),_0x3a8fe3[_0x9aa766(0x2cd)](),_0x3a8fe3['translateWithPrecision'](_0x317824['left'],_0x317824[_0x9aa766(0x153)]),_0x3a8fe3[_0x9aa766(0x5a7)](),_0x3a8fe3[_0x9aa766(0x20d)](0x0,0x0,_0x317824[_0x9aa766(0x627)],_0x317824[_0x9aa766(0x4b0)]),_0x3a8fe3[_0x9aa766(0x39d)](),_0x1f78f3[_0x9aa766(0x27f)](_0x3a8fe3),_0x3a8fe3[_0x9aa766(0x541)](),_0x1f78f3[_0x9aa766(0x381)](),_0x42c9f6[_0x9aa766(0x381)](),_0x5ef12a[_0x9aa766(0x381)](),_0x1324c6[_0x9aa766(0x381)]();}[_0x1edbb0(0x134)](_0x1e1a8f,_0x1153ae,_0x1a3332=!0x1){const _0x4bf958=_0x1edbb0;if(!this['visible'])return this[_0x4bf958(0x629)](!0x1),this;let {width:_0x2f906b,height:_0x33ff1b,left:_0x12ac7d,top:_0x511d1f}=this,_0x2b030c=this[_0x4bf958(0x5e5)]();if(_0x2f906b=_0x2b030c[_0x4bf958(0x627)],_0x33ff1b=_0x2b030c[_0x4bf958(0x4b0)],_0x12ac7d=_0x2b030c[_0x4bf958(0x280)],_0x511d1f=_0x2b030c['top'],this[_0x4bf958(0x41c)](_0x1153ae)){let {top:_0x3a8930,left:_0x271855,bottom:_0x20b426,right:_0x2a160e}=_0x1153ae['viewBound'];if(_0x2f906b+this[_0x4bf958(0x33c)]+_0x12ac7d<_0x271855||_0x2a160e<_0x12ac7d||_0x33ff1b+this[_0x4bf958(0x33c)]+_0x511d1f<_0x3a8930||_0x20b426<_0x511d1f)return this;}let _0x203bae=_0x12ac7d+_0x2f906b/0x2,_0x1b1d68=_0x511d1f+_0x33ff1b/0x2,_0xa94b75=this['transform']['getMatrix']();if(this[_0x4bf958(0x4d7)][_0x4bf958(0x512)]){let _0x2194ec=this[_0x4bf958(0x2f7)](),_0x254877=new p['Transform']();_0x254877[_0x4bf958(0x1e2)]({..._0x2194ec}),_0xa94b75=_0x254877['getMatrix']();}return _0x1e1a8f['save'](),this[_0x4bf958(0x4d7)]['shapeModel'][_0x4bf958(0x2db)]===!0x0||_0x1e1a8f[_0x4bf958(0x121)](_0xa94b75[0x0],_0xa94b75[0x1],_0xa94b75[0x2],_0xa94b75[0x3],_0x203bae,_0x1b1d68),this[_0x4bf958(0x2aa)](_0x1e1a8f,_0x1153ae,_0x2f906b,_0x33ff1b),_0x1e1a8f[_0x4bf958(0x541)](),this['makeDirty'](!0x1),this;}[_0x1edbb0(0x427)](_0x2ba5f0){const _0x273b83=_0x1edbb0;let {left:_0x1e6343,top:_0x3c66ae,width:_0x17c55e,height:_0x2b6d3c}=this[_0x273b83(0x5e5)](),_0x1523f8=this['transform'][_0x273b83(0x2f3)](),_0x5bd008=_0x1e6343+_0x17c55e/0x2,_0x1eb586=_0x3c66ae+_0x2b6d3c/0x2,_0x3fadcd=new p[(_0x273b83(0x30a))]([_0x1523f8[0x0],_0x1523f8[0x1],_0x1523f8[0x2],_0x1523f8[0x3],_0x5bd008,_0x1eb586]),_0xa0a7e3=this[_0x273b83(0x57f)]();return(this['isInGroup']&&(_0xa0a7e3==null?void 0x0:_0xa0a7e3[_0x273b83(0x4a5)])===p[_0x273b83(0x24f)][_0x273b83(0x5a4)]?_0xa0a7e3[_0x273b83(0x159)][_0x273b83(0x616)](_0x3fadcd):_0x3fadcd)[_0x273b83(0x32c)]()[_0x273b83(0x388)](_0x2ba5f0);}[_0x1edbb0(0x316)](_0x514d29){const _0x446068=_0x1edbb0;let {left:_0x4e89f2,top:_0x262b49,width:_0x1bca35,height:_0x1161c7}=this['getRealBound'](),_0x36b250=_0x4e89f2+_0x1bca35/0x2,_0x782684=_0x262b49+_0x1161c7/0x2,_0x40fea7=this[_0x446068(0x121)][_0x446068(0x2f3)](),_0x573001=new p['Transform']([_0x40fea7[0x0],_0x40fea7[0x1],_0x40fea7[0x2],_0x40fea7[0x3],_0x36b250,_0x782684]),_0x2045ec=this['getParent'](),_0x3af0ae=(this[_0x446068(0x4fa)]&&(_0x2045ec==null?void 0x0:_0x2045ec[_0x446068(0x4a5)])===p[_0x446068(0x24f)][_0x446068(0x5a4)]?_0x2045ec[_0x446068(0x159)][_0x446068(0x616)](_0x573001):_0x573001)['invert']()[_0x446068(0x388)](_0x514d29),_0x101a04=_0x1bca35/0x2,_0xc244e0=_0x1161c7/0x2,_0x19dbbe=this[_0x446068(0x4d7)][_0x446068(0x240)];return _0x19dbbe&&_0x19dbbe[_0x446068(0x2f0)]()?_0x19dbbe[_0x446068(0x2b5)](_0x3af0ae['x'],_0x3af0ae['y'],_0x1bca35,_0x1161c7):_0x3af0ae['x']>=-_0x101a04-this['strokeWidth']/0x2&&_0x3af0ae['x']<=_0x101a04+this['strokeWidth']/0x2&&_0x3af0ae['y']>=-_0xc244e0-this[_0x446068(0x33c)]/0x2&&_0x3af0ae['y']<=_0xc244e0+this[_0x446068(0x33c)]/0x2;}[_0x1edbb0(0x381)](){const _0x5671a5=_0x1edbb0;this[_0x5671a5(0x4d7)][_0x5671a5(0x240)]=null,super[_0x5671a5(0x381)]();}};function U(_0x2ce7f6,_0x58f595){return function(_0x328400,_0x295d7d){_0x58f595(_0x328400,_0x295d7d,_0x2ce7f6);};}function W(_0x448705,_0x7a40dc,_0x1d6ef2,_0x582e01){const _0x13e0c2=_0x1edbb0;var _0x5de8f4=arguments[_0x13e0c2(0x585)],_0x2bbdb8=_0x5de8f4<0x3?_0x7a40dc:_0x582e01===null?_0x582e01=Object[_0x13e0c2(0x36e)](_0x7a40dc,_0x1d6ef2):_0x582e01,_0x17de46;if(typeof Reflect==_0x13e0c2(0x3ad)&&typeof Reflect['decorate']=='function')_0x2bbdb8=Reflect['decorate'](_0x448705,_0x7a40dc,_0x1d6ef2,_0x582e01);else{for(var _0xb37270=_0x448705[_0x13e0c2(0x585)]-0x1;_0xb37270>=0x0;_0xb37270--)(_0x17de46=_0x448705[_0xb37270])&&(_0x2bbdb8=(_0x5de8f4<0x3?_0x17de46(_0x2bbdb8):_0x5de8f4>0x3?_0x17de46(_0x7a40dc,_0x1d6ef2,_0x2bbdb8):_0x17de46(_0x7a40dc,_0x1d6ef2))||_0x2bbdb8);}return _0x5de8f4>0x3&&_0x2bbdb8&&Object['defineProperty'](_0x7a40dc,_0x1d6ef2,_0x2bbdb8),_0x2bbdb8;}let G=class extends u[_0x1edbb0(0x2bf)]{constructor(_0x495eaf,_0x5548af,_0x4150c7,_0x2171d1,_0x100736,_0x53db35){const _0x1310d5=_0x1edbb0;super(),this['_drawingManagerService']=_0x495eaf,this['_docsShapeService']=_0x5548af,this['_localeService']=_0x4150c7,this['_imageIoService']=_0x2171d1,this[_0x1310d5(0x407)]=_0x100736,this[_0x1310d5(0x208)]=_0x53db35;}[_0x1edbb0(0x285)](_0x4bfcf2,_0x5c117c){const _0xf3f1fe=_0x1edbb0;let {transform:_0x5e8533,drawingType:_0x28a553,srcRect:_0x109b81,prstGeom:_0x2dcd5f,groupId:_0x22856c,unitId:_0x2cc2fc,subUnitId:_0x541481,drawingId:_0x526d71,isMultiTransform:_0xd59f07,transforms:_0x19b173,hidden:_0xa7ae66}=_0x4bfcf2;if(_0x28a553!==u['DrawingTypeEnum'][_0xf3f1fe(0x23f)]||!this[_0xf3f1fe(0x1ea)]['getDrawingVisible']()||_0x5e8533==null)return;let _0x1a53b5=_0xd59f07&&_0x19b173?_0x19b173:[_0x5e8533],_0x2f19c0=[];for(let _0x3b9a7c of _0x1a53b5){let {left:_0xb64231,top:_0x4407a2,width:_0x1b8671,height:_0x23227d,angle:_0x86960c,flipX:_0x2bd769,flipY:_0x44385f,skewX:_0x54097a,skewY:_0x54d958}=_0x3b9a7c,_0x4efbd9=_0x1a53b5['indexOf'](_0x3b9a7c),_0xd2428d=(0x0,m[_0xf3f1fe(0x2fd)])({'unitId':_0x2cc2fc,'subUnitId':_0x541481,'drawingId':_0x526d71},_0xd59f07?_0x4efbd9:void 0x0),_0x4fb94c=_0x5c117c[_0xf3f1fe(0x290)](_0xd2428d);if(_0x4fb94c!=null){_0x4fb94c[_0xf3f1fe(0x5ca)]({'left':_0xb64231,'top':_0x4407a2,'width':_0x1b8671,'height':_0x23227d,'angle':_0x86960c,'flipX':_0x2bd769,'flipY':_0x44385f,'skewX':_0x54097a,'skewY':_0x54d958});continue;}let _0x8b58a6=this[_0xf3f1fe(0x1ea)][_0xf3f1fe(0x43d)](_0x2cc2fc,_0x541481),_0x59ab3e=_0x8b58a6[_0xf3f1fe(0x123)](_0x526d71);if(_0x5c117c[_0xf3f1fe(0x290)](_0xd2428d)||!this[_0xf3f1fe(0x1ea)][_0xf3f1fe(0x2c9)]())continue;let _0x534625=this[_0xf3f1fe(0x432)][_0xf3f1fe(0x26d)](_0x2cc2fc,_0x541481,_0x526d71);if(!_0x534625)continue;let _0x20cff0=new H(_0xd2428d,{...(0x0,c['isConnectorShape'])(_0x534625[_0xf3f1fe(0x1d3)]())?{..._0x3b9a7c,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}:{..._0x3b9a7c},'zIndex':_0x59ab3e===-0x1?_0x8b58a6[_0xf3f1fe(0x585)]-0x1:_0x59ab3e,'shapeModel':_0x534625,'localeService':this[_0xf3f1fe(0x48a)],'shapeId':_0x526d71,'unitId':_0x2cc2fc,'subUnitId':_0x541481,'visible':_0xa7ae66!==!0x0});this[_0xf3f1fe(0x426)]((0x0,u[_0xf3f1fe(0x4a2)])(_0x20cff0[_0xf3f1fe(0x147)]['subscribeEvent']((_0xfffcb,_0x2f6fad)=>{const _0x33f836=_0xf3f1fe;_0x534625[_0x33f836(0x2f0)]()||(this[_0x33f836(0x208)][_0x33f836(0x470)]({'visible':!0x0,'unitId':_0x2cc2fc,'subUnitId':_0x541481,'shapeId':_0x526d71,'shapeKey':_0x20cff0['oKey']}),_0x2f6fad[_0x33f836(0x228)]());}))),_0x5c117c['addObject'](_0x20cff0,p[_0xf3f1fe(0x4dd)]),this['_drawingManagerService'][_0xf3f1fe(0x56c)]()&&_0x5c117c[_0xf3f1fe(0x62e)](_0x20cff0),_0x22856c&&(0x0,b['insertGroupObject'])({'drawingId':_0x22856c,'unitId':_0x2cc2fc,'subUnitId':_0x541481},_0x20cff0,_0x5c117c,this[_0xf3f1fe(0x1ea)]),_0x2dcd5f!=null&&_0x20cff0['setPrstGeom'](_0x2dcd5f),_0x109b81!=null&&_0x20cff0[_0xf3f1fe(0x152)](_0x109b81),this['_loadShapePictureFill'](_0x20cff0,_0x534625[_0xf3f1fe(0x29a)]()),_0x2f19c0[_0xf3f1fe(0x135)](_0x20cff0);}return _0x2f19c0;}['refreshShapeFillImage'](_0x214c5e){const _0x5a79af=_0x1edbb0;let _0x42e580=_0x214c5e[_0x5a79af(0x240)][_0x5a79af(0x29a)](),_0x5170de=_0x42e580['fill'];if(!_0x5170de||_0x5170de['fillType']!==c[_0x5a79af(0x1c2)][_0x5a79af(0x1cc)]||!_0x5170de[_0x5a79af(0x1d2)]){_0x214c5e[_0x5a79af(0x48e)](void 0x0);return;}this['_loadShapePictureFill'](_0x214c5e,_0x42e580);}[_0x1edbb0(0x35f)](_0x201819,_0x28d05f){const _0x45c31d=_0x1edbb0;var _0x30d8ef;let _0x571478=_0x28d05f['fill'];if(!_0x571478||_0x571478['fillType']!==c[_0x45c31d(0x1c2)][_0x45c31d(0x1cc)]||!_0x571478[_0x45c31d(0x1d2)])return;let _0x696ed0=_0x571478[_0x45c31d(0x1d2)],_0x34d2c2=(_0x30d8ef=_0x571478[_0x45c31d(0x1b1)])==null?c[_0x45c31d(0x501)][_0x45c31d(0x5b5)]:_0x30d8ef,_0x1363d5=this['_imageIoService'][_0x45c31d(0x5ff)](_0x696ed0,_0x34d2c2);if(_0x1363d5){_0x201819[_0x45c31d(0x48e)](_0x1363d5);return;}this[_0x45c31d(0x2d0)](_0x201819,_0x696ed0,_0x34d2c2);}async[_0x1edbb0(0x2d0)](_0x4246c7,_0x5152f7,_0x3c0786){const _0x5178d8=_0x1edbb0;let _0x2e9cba;try{if(_0x3c0786===c['ImageSourceTypeEnum'][_0x5178d8(0x485)])_0x2e9cba=await this[_0x5178d8(0x1da)][_0x5178d8(0x632)](_0x5152f7);else{if(_0x3c0786===c[_0x5178d8(0x501)]['URL'])try{_0x2e9cba=await this[_0x5178d8(0x407)][_0x5178d8(0x632)](_0x5152f7);}catch{_0x2e9cba=_0x5152f7;}else _0x2e9cba=_0x5152f7;}}catch(_0x1a5f09){console[_0x5178d8(0x524)](_0x5178d8(0x2ef),_0x1a5f09);return;}let _0xd19f5a=new window[(_0x5178d8(0x26b))]();_0xd19f5a[_0x5178d8(0x45c)]=()=>{const _0x1cdf91=_0x5178d8;this[_0x1cdf91(0x1da)][_0x1cdf91(0x5c6)](_0x5152f7,_0x3c0786,_0xd19f5a),_0x4246c7[_0x1cdf91(0x48e)](_0xd19f5a);},_0xd19f5a[_0x5178d8(0x5cb)]=()=>{const _0x95545c=_0x5178d8;console['error'](_0x95545c(0x398),_0x5152f7);},_0xd19f5a[_0x5178d8(0x493)]=_0x2e9cba;}};G=W([U(0x0,m[_0x1edbb0(0x2ff)]),U(0x1,(0x0,u[_0x1edbb0(0x1ac)])(l['DocsShapeService'])),U(0x2,(0x0,u[_0x1edbb0(0x1ac)])(u[_0x1edbb0(0x635)])),U(0x3,m['IImageIoService']),U(0x4,u[_0x1edbb0(0x173)]),U(0x5,(0x0,u['Inject'])(R))],G);let K=class extends u['Disposable']{constructor(_0x2b048f,_0x4e5614,_0x504b55,_0x13d72d){const _0x1cf0f9=_0x1edbb0;super(),this[_0x1cf0f9(0x166)]=_0x2b048f,this['_renderManagerService']=_0x4e5614,this[_0x1cf0f9(0x1ea)]=_0x504b55,this[_0x1cf0f9(0x555)]=_0x13d72d,this[_0x1cf0f9(0x4ef)]();}['_initialize'](){const _0x55dd05=_0x1edbb0;this[_0x55dd05(0x426)](this[_0x55dd05(0x1ea)]['add$'][_0x55dd05(0x4c6)](_0x4e12f1=>this[_0x55dd05(0x23a)](_0x4e12f1))),this[_0x55dd05(0x426)](this[_0x55dd05(0x1ea)][_0x55dd05(0x174)]['subscribe'](_0x1c5252=>{const _0x69085a=_0x55dd05;_0x1c5252[_0x69085a(0x3b0)](_0x2d857d=>this[_0x69085a(0x43a)](_0x2d857d));})),this[_0x55dd05(0x426)](this[_0x55dd05(0x166)][_0x55dd05(0x350)](_0x38df42=>{const _0x9bb5ab=_0x55dd05;if(_0x38df42['id']!==l[_0x9bb5ab(0x23d)]['id'])return;let {unitId:_0x11cb2f,shapeId:_0x3223b1}=_0x38df42[_0x9bb5ab(0x1ee)];this['_refreshShapeData']({'unitId':_0x11cb2f,'subUnitId':_0x11cb2f,'drawingId':_0x3223b1});}));}[_0x1edbb0(0x238)](_0x46dac7,_0x2f086e){const _0x500f6a=_0x1edbb0;let _0x516f8e=this[_0x500f6a(0x436)](_0x46dac7[_0x500f6a(0x5ab)]),_0x5df400=(0x0,m['getDrawingShapeKeyByDrawingSearch'])(_0x46dac7),_0x36595b=_0x516f8e==null?void 0x0:_0x516f8e['scene'][_0x500f6a(0x290)](_0x5df400);_0x36595b==null||_0x36595b['setFillImage'](_0x2f086e);}['_insertShapes'](_0x79dd21){const _0x190800=_0x1edbb0;_0x79dd21[_0x190800(0x3b0)](_0x15251d=>{const _0x16b8c3=_0x190800;var _0x2fd363;let _0x51be69=this[_0x16b8c3(0x436)](_0x15251d[_0x16b8c3(0x5ab)]);if(!_0x51be69)return;let _0x4d7c2c=this[_0x16b8c3(0x1ea)][_0x16b8c3(0x211)](_0x15251d);(_0x4d7c2c==null?void 0x0:_0x4d7c2c['drawingType'])===u[_0x16b8c3(0x51c)][_0x16b8c3(0x23f)]&&((0x0,c[_0x16b8c3(0x22d)])((_0x2fd363=_0x4d7c2c[_0x16b8c3(0x3b6)])==null?void 0x0:_0x2fd363[_0x16b8c3(0x444)])&&_0x4d7c2c['transform']&&(_0x4d7c2c[_0x16b8c3(0x121)]={..._0x4d7c2c['transform'],'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}),this[_0x16b8c3(0x1ea)][_0x16b8c3(0x54c)]([_0x4d7c2c]),this[_0x16b8c3(0x555)]['renderDrawingShape'](_0x4d7c2c,_0x51be69['scene']));});}[_0x1edbb0(0x43a)](_0x11fa6f){const _0x377c7e=_0x1edbb0;let _0x3be86a=this[_0x377c7e(0x1ea)]['getDrawingByParam'](_0x11fa6f);if((_0x3be86a==null?void 0x0:_0x3be86a[_0x377c7e(0x3e7)])!==u[_0x377c7e(0x51c)][_0x377c7e(0x23f)])return;let _0x1c4e4e=this['_getSceneByUnitId'](_0x11fa6f['unitId']);if(!_0x1c4e4e||_0x3be86a['transform']==null)return;let _0x3834bc=(0x0,m[_0x377c7e(0x2fd)])(_0x11fa6f),_0xacb20=_0x1c4e4e[_0x377c7e(0x546)][_0x377c7e(0x290)](_0x3834bc);_0xacb20&&(_0xacb20[_0x377c7e(0x152)](_0x3be86a['srcRect']),_0xacb20[_0x377c7e(0x175)](_0x3be86a[_0x377c7e(0x2b1)]),_0xacb20['makeDirty'](!0x0));}[_0x1edbb0(0x521)](_0x526d42){const _0xe0b3bb=_0x1edbb0;let _0x8c593d=this['_getSceneByUnitId'](_0x526d42['unitId']);if(!_0x8c593d)return;let _0x4ac304=(0x0,m['getDrawingShapeKeyByDrawingSearch'])(_0x526d42),_0x5c6e9e=_0x8c593d[_0xe0b3bb(0x546)][_0xe0b3bb(0x290)](_0x4ac304);_0x5c6e9e&&(this['_docDrawingShapeRenderController'][_0xe0b3bb(0x38f)](_0x5c6e9e),_0x5c6e9e[_0xe0b3bb(0x629)](!0x0));}['_getSceneByUnitId'](_0x453dd3){const _0x215e85=_0x1edbb0;if(_0x453dd3==null)return null;let _0x332bc6=this['_renderManagerService']['getRenderById'](_0x453dd3),_0x2c58a7=_0x332bc6==null?void 0x0:_0x332bc6[_0x215e85(0x546)];return _0x2c58a7==null?null:{'scene':_0x2c58a7};}};K=W([U(0x0,u[_0x1edbb0(0x15b)]),U(0x1,p[_0x1edbb0(0x3ce)]),U(0x2,m[_0x1edbb0(0x2ff)]),U(0x3,(0x0,u[_0x1edbb0(0x1ac)])(G))],K);function ne(_0xcd1922){const _0x7f5bed=_0x1edbb0;var _0x3c9dc7,_0x539232,_0x1cbd6b,_0xbaec01,_0x519846,_0x40510b,_0x5bbe39,_0x19c68c,_0x5c9a9c,_0x18cf68,_0x39c855,_0x113024,_0x21cf9f;let {unitId:_0x18ff49,subUnitId:_0x23a937,shapeId:_0x16737a,shapeData:_0x182424,disableShapeOption:_0x5597a6}=_0xcd1922,_0x16f137=(0x0,g[_0x7f5bed(0x1e6)])(u[_0x7f5bed(0x635)]),_0x1ea57c=(0x0,g['useDependency'])(u['ICommandService']),_0x42573c=(0x0,g[_0x7f5bed(0x1e6)])(u[_0x7f5bed(0x1ed)]),_0x3315b8=(0x0,g[_0x7f5bed(0x1e6)])(K),_0x248a46=(0x0,g[_0x7f5bed(0x1e6)])(m[_0x7f5bed(0x5ba)]),_0x520362=(0x0,y[_0x7f5bed(0x604)])(null),_0x485137=_0x182424[_0x7f5bed(0x1b3)],_0x22a278=!!(_0x485137!=null&&_0x485137[_0x7f5bed(0x1d2)]),[_0xad0225,_0xd3062e]=(0x0,y[_0x7f5bed(0x25d)])((_0x3c9dc7=_0x485137==null?void 0x0:_0x485137[_0x7f5bed(0x253)])==null?0x1:_0x3c9dc7),[_0x2cd34a,_0x121c79]=(0x0,y[_0x7f5bed(0x25d)])((_0x539232=_0x485137==null?void 0x0:_0x485137[_0x7f5bed(0x2f2)])==null?c[_0x7f5bed(0x4c1)][_0x7f5bed(0x21a)]:_0x539232),[_0xbb045d,_0x4e7074]=(0x0,y[_0x7f5bed(0x25d)])((_0x1cbd6b=_0x485137==null?void 0x0:_0x485137['imageRotateWithShape'])==null?!0x1:_0x1cbd6b),[_0x3acc97,_0x4915a6]=(0x0,y['useState'])((_0xbaec01=_0x485137==null||(_0x519846=_0x485137[_0x7f5bed(0x4db)])==null?void 0x0:_0x519846[_0x7f5bed(0x591)])==null?0x0:_0xbaec01),[_0xaea0e2,_0x2ae4d8]=(0x0,y[_0x7f5bed(0x25d)])((_0x40510b=_0x485137==null||(_0x5bbe39=_0x485137[_0x7f5bed(0x4db)])==null?void 0x0:_0x5bbe39[_0x7f5bed(0x367)])==null?0x0:_0x40510b),[_0x57d489,_0x33a50c]=(0x0,y['useState'])((_0x19c68c=_0x485137==null||(_0x5c9a9c=_0x485137[_0x7f5bed(0x4db)])==null?void 0x0:_0x5c9a9c[_0x7f5bed(0x372)])==null?0x1:_0x19c68c),[_0x1c784b,_0x41fc52]=(0x0,y[_0x7f5bed(0x25d)])((_0x18cf68=_0x485137==null||(_0x39c855=_0x485137['imageTile'])==null?void 0x0:_0x39c855[_0x7f5bed(0x4a7)])==null?0x1:_0x18cf68),[_0x1197ff,_0x21a3de]=(0x0,y[_0x7f5bed(0x25d)])((_0x113024=_0x485137==null||(_0x21cf9f=_0x485137[_0x7f5bed(0x4db)])==null?void 0x0:_0x21cf9f['alignment'])==null?'tl':_0x113024),_0xcf8fb4=_0x2cd34a===c[_0x7f5bed(0x4c1)]['Tile'],_0x2584a7=Math[_0x7f5bed(0x3c4)]((0x1-_0xad0225)*0x64),_0x1a4328=Math[_0x7f5bed(0x3c4)](_0x57d489*0x64),_0x2e6960=Math[_0x7f5bed(0x3c4)](_0x1c784b*0x64),_0x1849b1=_0x3e69c7=>_0x16f137['t'](_0x3e69c7),_0x2fb25d=[{'label':_0x1849b1(_0x7f5bed(0x41f)),'value':'tl'},{'label':_0x1849b1('docs-shape-ui.fill.picture.align.t'),'value':'t'},{'label':_0x1849b1(_0x7f5bed(0x298)),'value':'tr'},{'label':_0x1849b1(_0x7f5bed(0x2ab)),'value':'l'},{'label':_0x1849b1(_0x7f5bed(0x2e6)),'value':'ctr'},{'label':_0x1849b1(_0x7f5bed(0x4bb)),'value':'r'},{'label':_0x1849b1(_0x7f5bed(0x619)),'value':'bl'},{'label':_0x1849b1(_0x7f5bed(0x2ee)),'value':'b'},{'label':_0x1849b1('docs-shape-ui.fill.picture.align.br'),'value':'br'}],_0x4b913c=_0x5ac13c=>{z(_0x1ea57c,_0x18ff49,_0x23a937,_0x16737a,{'oldShapeData':{'fill':_0x485137?{..._0x485137}:void 0x0}},{'fill':{..._0x485137,..._0x5ac13c}});},_0x2f3a6d=_0x50379d=>{const _0xb8cdd3=_0x7f5bed;_0x4b913c({'imageTile':{..._0x485137==null?void 0x0:_0x485137[_0xb8cdd3(0x4db)],..._0x50379d}});},_0x37482a=()=>{const _0x5f376a=_0x7f5bed;var _0x75611e;return(_0x75611e=_0x520362[_0x5f376a(0x288)])==null?void 0x0:_0x75611e[_0x5f376a(0x19c)]();},_0x382e2c=async _0x2928a8=>{const _0x291693=_0x7f5bed;var _0x5d26a0;let _0x3a43d0=(_0x5d26a0=_0x2928a8[_0x291693(0x126)][_0x291693(0x2dd)])==null?void 0x0:_0x5d26a0[0x0];if(!_0x3a43d0)return;_0x2928a8[_0x291693(0x126)][_0x291693(0x52a)]='';let _0x555bc9=await _0x248a46['saveImage'](_0x3a43d0);if(_0x555bc9==null)return;let {imageSourceType:_0x4e3f1a,source:_0x59eeb3,base64Cache:_0x140af7}=_0x555bc9,{image:_0x3a6cef}=await(0x0,m['getImageSize'])(_0x140af7||'');_0x248a46[_0x291693(0x5c6)](_0x59eeb3,_0x4e3f1a,_0x3a6cef),z(_0x1ea57c,_0x18ff49,_0x23a937,_0x16737a,{'oldShapeData':{'fill':_0x485137?{..._0x485137}:void 0x0}},{'fill':{..._0x485137,'fillType':c[_0x291693(0x1c2)][_0x291693(0x1cc)],'fillImageSource':_0x59eeb3,'fillImageSourceType':_0x4e3f1a}}),_0x3315b8[_0x291693(0x238)]({'unitId':_0x18ff49,'subUnitId':_0x23a937,'drawingId':_0x16737a},_0x3a6cef);},_0x42b628=_0x7f5bed(0x263),_0x40656e=_0x7f5bed(0x60e);return(0x0,x[_0x7f5bed(0x3e8)])(_0x7f5bed(0x2e9),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-pt-2','children':[(0x0,x['jsxs'])(_0x7f5bed(0x2e9),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-2','children':[(0x0,x[_0x7f5bed(0x324)])('span',{'className':_0x42b628,'children':_0x1849b1(_0x7f5bed(0x3a7))}),(0x0,x['jsxs'])('div',{'className':_0x7f5bed(0x31c),'children':[(0x0,x['jsx'])('input',{'ref':_0x520362,'type':_0x7f5bed(0x472),'accept':'image/*','className':_0x7f5bed(0x4d0),'onChange':_0x382e2c}),(0x0,x[_0x7f5bed(0x3e8)])(_0x7f5bed(0x2e9),{'className':_0x7f5bed(0x4be),'children':[(0x0,x[_0x7f5bed(0x324)])(_0x7f5bed(0x5d8),{'type':_0x7f5bed(0x5d8),'disabled':_0x5597a6,'className':_0x7f5bed(0x39f),'onClick':_0x37482a,'children':(0x0,x[_0x7f5bed(0x3e8)])('span',{'children':[_0x1849b1(_0x7f5bed(0x31a)),'\x20']})}),_0x22a278&&(0x0,x[_0x7f5bed(0x324)])('div',{'className':_0x7f5bed(0x20c),'children':(0x0,x[_0x7f5bed(0x324)])('img',{'src':_0x485137==null?void 0x0:_0x485137['fillImageSource'],'alt':'','className':'univer-block\x20univer-h-[100px]\x20univer-w-[100px]\x20univer-object-cover'})})]})]})]}),(0x0,x[_0x7f5bed(0x3e8)])(_0x7f5bed(0x2e9),{'className':_0x40656e,'children':[(0x0,x[_0x7f5bed(0x324)])(_0x7f5bed(0x406),{'className':_0x42b628,'children':_0x1849b1('docs-shape-ui.fill.transparency')}),(0x0,x['jsx'])(_0x7f5bed(0x2e9),{'className':_0x7f5bed(0x24c),'children':(0x0,x[_0x7f5bed(0x324)])(v[_0x7f5bed(0x3e5)],{'className':_0x7f5bed(0x21b),'value':_0x2584a7,'disabled':_0x5597a6,'min':0x0,'max':0x64,'step':0xa,'formatter':_0x40fced=>_0x40fced+'%','parser':_0xf5b648=>(_0xf5b648==null?void 0x0:_0xf5b648[_0x7f5bed(0x400)]('%',''))||'','onChange':_0xa86f94=>{const _0x444c88=_0x7f5bed;let _0x458d15=(0x64-Math['max'](0x0,Math[_0x444c88(0x625)](0x64,_0xa86f94==null?0x0:_0xa86f94)))/0x64;_0xd3062e(_0x458d15),_0x4b913c({'imageOpacity':_0x458d15}),_0x42573c[_0x444c88(0x54d)](u[_0x444c88(0x144)],!0x1);},'onFocus':()=>_0x42573c['setContextValue'](u['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':()=>_0x42573c[_0x7f5bed(0x54d)](u['FOCUSING_PANEL_EDITOR'],!0x1)})})]}),(0x0,x[_0x7f5bed(0x324)])(v['Checkbox'],{'checked':_0xcf8fb4,'disabled':_0x5597a6,'onChange':_0x1b578c=>{const _0x51a578=_0x7f5bed;let _0x4c8faa=_0x1b578c?c[_0x51a578(0x4c1)]['Tile']:c[_0x51a578(0x4c1)][_0x51a578(0x21a)];_0x121c79(_0x4c8faa),_0x4b913c({'imageFillMode':_0x4c8faa});},'children':(0x0,x['jsx'])(_0x7f5bed(0x406),{'className':'univer-text-sm','children':_0x1849b1(_0x7f5bed(0x3d8))})}),_0xcf8fb4&&(0x0,x[_0x7f5bed(0x3e8)])(_0x7f5bed(0x2e9),{'className':_0x7f5bed(0x375),'children':[(0x0,x['jsxs'])('div',{'className':_0x40656e,'children':[(0x0,x['jsx'])(_0x7f5bed(0x406),{'className':_0x42b628,'children':_0x1849b1(_0x7f5bed(0x5df))}),(0x0,x[_0x7f5bed(0x324)])('div',{'className':_0x7f5bed(0x24c),'children':(0x0,x[_0x7f5bed(0x324)])(v[_0x7f5bed(0x3e5)],{'className':_0x7f5bed(0x21b),'value':_0x3acc97,'disabled':_0x5597a6,'step':0x1,'onChange':_0x128112=>{_0x2f3a6d({'offsetX':_0x128112==null?0x0:_0x128112}),_0x4915a6(_0x128112==null?0x0:_0x128112);},'onFocus':()=>_0x42573c[_0x7f5bed(0x54d)](u['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':()=>_0x42573c[_0x7f5bed(0x54d)](u[_0x7f5bed(0x144)],!0x1)})})]}),(0x0,x[_0x7f5bed(0x3e8)])(_0x7f5bed(0x2e9),{'className':_0x40656e,'children':[(0x0,x['jsx'])(_0x7f5bed(0x406),{'className':_0x42b628,'children':_0x1849b1(_0x7f5bed(0x596))}),(0x0,x[_0x7f5bed(0x324)])('div',{'className':_0x7f5bed(0x24c),'children':(0x0,x['jsx'])(v[_0x7f5bed(0x3e5)],{'className':_0x7f5bed(0x21b),'value':_0xaea0e2,'disabled':_0x5597a6,'step':0x1,'onChange':_0x456c5d=>{_0x2f3a6d({'offsetY':_0x456c5d==null?0x0:_0x456c5d}),_0x2ae4d8(_0x456c5d==null?0x0:_0x456c5d);},'onFocus':()=>_0x42573c[_0x7f5bed(0x54d)](u[_0x7f5bed(0x144)],!0x0),'onBlur':()=>_0x42573c[_0x7f5bed(0x54d)](u[_0x7f5bed(0x144)],!0x1)})})]}),(0x0,x['jsxs'])('div',{'className':_0x40656e,'children':[(0x0,x['jsx'])(_0x7f5bed(0x406),{'className':_0x42b628,'children':_0x1849b1('docs-shape-ui.fill.picture.scaleX')}),(0x0,x[_0x7f5bed(0x324)])(_0x7f5bed(0x2e9),{'className':_0x7f5bed(0x24c),'children':(0x0,x[_0x7f5bed(0x324)])(v[_0x7f5bed(0x3e5)],{'className':_0x7f5bed(0x21b),'value':_0x1a4328,'disabled':_0x5597a6,'min':0x1,'max':0x3e8,'step':0xa,'formatter':_0x1f97c9=>_0x1f97c9+'%','parser':_0x3295d5=>(_0x3295d5==null?void 0x0:_0x3295d5[_0x7f5bed(0x400)]('%',''))||'','onChange':_0x2c7d49=>{const _0x334677=_0x7f5bed;let _0x4e668a=Math[_0x334677(0x44e)](0.01,(_0x2c7d49==null?0x64:_0x2c7d49)/0x64);_0x33a50c(_0x4e668a),_0x2f3a6d({'scaleX':_0x4e668a}),_0x42573c['setContextValue'](u[_0x334677(0x144)],!0x1);},'onFocus':()=>_0x42573c[_0x7f5bed(0x54d)](u['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':()=>_0x42573c[_0x7f5bed(0x54d)](u[_0x7f5bed(0x144)],!0x1)})})]}),(0x0,x['jsxs'])(_0x7f5bed(0x2e9),{'className':_0x40656e,'children':[(0x0,x[_0x7f5bed(0x324)])(_0x7f5bed(0x406),{'className':_0x42b628,'children':_0x1849b1(_0x7f5bed(0x15c))}),(0x0,x[_0x7f5bed(0x324)])(_0x7f5bed(0x2e9),{'className':'univer-w-20','children':(0x0,x[_0x7f5bed(0x324)])(v[_0x7f5bed(0x3e5)],{'className':_0x7f5bed(0x21b),'value':_0x2e6960,'disabled':_0x5597a6,'min':0x1,'max':0x3e8,'step':0xa,'formatter':_0x175b27=>_0x175b27+'%','parser':_0x4004d8=>(_0x4004d8==null?void 0x0:_0x4004d8[_0x7f5bed(0x400)]('%',''))||'','onChange':_0x5a7d68=>{const _0x1ff680=_0x7f5bed;let _0x1e1f71=Math['max'](0.01,(_0x5a7d68==null?0x64:_0x5a7d68)/0x64);_0x41fc52(_0x1e1f71),_0x2f3a6d({'scaleY':_0x1e1f71}),_0x42573c[_0x1ff680(0x54d)](u[_0x1ff680(0x144)],!0x1);},'onFocus':()=>_0x42573c['setContextValue'](u['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':()=>_0x42573c[_0x7f5bed(0x54d)](u[_0x7f5bed(0x144)],!0x1)})})]}),(0x0,x[_0x7f5bed(0x3e8)])(_0x7f5bed(0x2e9),{'className':_0x40656e,'children':[(0x0,x[_0x7f5bed(0x324)])(_0x7f5bed(0x406),{'className':_0x42b628,'children':_0x1849b1(_0x7f5bed(0x220))}),(0x0,x[_0x7f5bed(0x324)])('div',{'className':_0x7f5bed(0x597),'children':(0x0,x[_0x7f5bed(0x324)])(v['Select'],{'className':_0x7f5bed(0x21b),'value':_0x1197ff,'options':_0x2fb25d,'disabled':_0x5597a6,'onChange':_0x13ecff=>{_0x21a3de(_0x13ecff),_0x2f3a6d({'alignment':_0x13ecff});}})})]})]}),(0x0,x[_0x7f5bed(0x324)])(v[_0x7f5bed(0x51a)],{'checked':_0xbb045d,'disabled':_0x5597a6,'onChange':_0x2d98ed=>{_0x4e7074(_0x2d98ed),_0x4b913c({'imageRotateWithShape':_0x2d98ed});},'children':(0x0,x[_0x7f5bed(0x324)])('span',{'className':_0x7f5bed(0x455),'children':_0x1849b1(_0x7f5bed(0x446))})})]});}function re(_0x560792){const _0x205812=_0x1edbb0;var _0x224e79,_0x3d7f90;return(_0x224e79=(_0x3d7f90=_0x560792[_0x205812(0x1b3)])==null?void 0x0:_0x3d7f90['fillType'])==null?c[_0x205812(0x1c2)][_0x205812(0x221)]:_0x224e79;}function ie(_0x20144f){const _0x45d3ee=_0x1edbb0;var _0x2a4429,_0x5bd0e0,_0x1e6ea1,_0x4e7340;let _0x2b8300=(0x0,g[_0x45d3ee(0x1e6)])(u[_0x45d3ee(0x635)]),_0x10bca4=(0x0,g[_0x45d3ee(0x1e6)])(u[_0x45d3ee(0x15b)]),_0x3a6119=(0x0,g[_0x45d3ee(0x1e6)])(u[_0x45d3ee(0x1ed)]),{shapeData:_0x4531c2,isLineShape:_0x46f395,unitId:_0x5026d3,subUnitId:_0x45668d,shapeId:_0x2a6571,disableShapeOption:_0x3397d1}=_0x20144f,[_0x5eb17b,_0x582ccf]=(0x0,y[_0x45d3ee(0x25d)])(re(_0x4531c2)),[_0x218c5f,_0x51f686]=(0x0,y[_0x45d3ee(0x25d)])((_0x2a4429=(_0x5bd0e0=_0x4531c2[_0x45d3ee(0x1b3)])==null?void 0x0:_0x5bd0e0[_0x45d3ee(0x2ec)])==null?c[_0x45d3ee(0x33d)][_0x45d3ee(0x1b3)]:_0x2a4429),[_0x3ca492,_0x5dbcad]=(0x0,y[_0x45d3ee(0x25d)])((_0x1e6ea1=(_0x4e7340=_0x4531c2['fill'])==null?void 0x0:_0x4e7340[_0x45d3ee(0x63a)])==null?0x1:_0x1e6ea1),[_0x158d57,_0x923805]=(0x0,y[_0x45d3ee(0x25d)])(!0x1);if(_0x46f395)return null;let _0x5d611e=0x64-_0x3ca492*0x64;return(0x0,x[_0x45d3ee(0x3e8)])(_0x45d3ee(0x2e9),{'className':_0x45d3ee(0x319),'children':[(0x0,x[_0x45d3ee(0x3e8)])(v['RadioGroup'],{'value':_0x5eb17b,'disabled':_0x3397d1,'onChange':_0x35c54b=>{const _0x520b1c=_0x45d3ee;var _0xa25a04;z(_0x10bca4,_0x5026d3,_0x45668d,_0x2a6571,{'oldShapeData':{'fill':{'fillType':(_0xa25a04=_0x4531c2[_0x520b1c(0x1b3)])==null?void 0x0:_0xa25a04[_0x520b1c(0x287)]}}},{'fill':{'fillType':_0x35c54b}}),_0x582ccf(_0x35c54b);},'direction':'vertical','children':[(0x0,x[_0x45d3ee(0x324)])(v[_0x45d3ee(0x42b)],{'value':c['ShapeFillEnum'][_0x45d3ee(0x221)],'children':(0x0,x[_0x45d3ee(0x324)])('span',{'className':_0x45d3ee(0x455),'children':_0x2b8300['t'](_0x45d3ee(0x24a))})}),(0x0,x['jsx'])(v[_0x45d3ee(0x42b)],{'value':c['ShapeFillEnum']['SolidFill'],'children':(0x0,x[_0x45d3ee(0x324)])(_0x45d3ee(0x406),{'className':'univer-text-sm','children':_0x2b8300['t'](_0x45d3ee(0x2dc))})}),(0x0,x[_0x45d3ee(0x324)])(v[_0x45d3ee(0x42b)],{'value':c['ShapeFillEnum']['GradientFill'],'children':(0x0,x['jsx'])(_0x45d3ee(0x406),{'className':_0x45d3ee(0x455),'children':_0x2b8300['t']('docs-shape-ui.fill.gradientFill')})}),(0x0,x[_0x45d3ee(0x324)])(v[_0x45d3ee(0x42b)],{'value':c[_0x45d3ee(0x1c2)]['PictureFill'],'children':(0x0,x[_0x45d3ee(0x324)])(_0x45d3ee(0x406),{'className':_0x45d3ee(0x455),'children':_0x2b8300['t'](_0x45d3ee(0x3f7))})})]}),_0x5eb17b===c[_0x45d3ee(0x1c2)][_0x45d3ee(0x5b0)]&&(0x0,x[_0x45d3ee(0x3e8)])(_0x45d3ee(0x2e9),{'className':_0x45d3ee(0x257),'children':[(0x0,x[_0x45d3ee(0x3e8)])(_0x45d3ee(0x2e9),{'className':_0x45d3ee(0x57c),'children':[(0x0,x[_0x45d3ee(0x324)])(_0x45d3ee(0x406),{'className':_0x45d3ee(0x45e),'children':_0x2b8300['t'](_0x45d3ee(0x53b))}),(0x0,x[_0x45d3ee(0x324)])(v[_0x45d3ee(0x14f)],{'disabled':_0x3397d1,'overlay':(0x0,x[_0x45d3ee(0x324)])(_0x45d3ee(0x2e9),{'className':_0x45d3ee(0x2f5),'children':(0x0,x[_0x45d3ee(0x324)])(v['ColorPicker'],{'value':_0x218c5f,'onChange':_0x1986ce=>{const _0x1e77f3=_0x45d3ee;var _0x37b72a;z(_0x10bca4,_0x5026d3,_0x45668d,_0x2a6571,{'oldShapeData':{'fill':{'color':(_0x37b72a=_0x4531c2[_0x1e77f3(0x1b3)])==null?void 0x0:_0x37b72a[_0x1e77f3(0x2ec)]}}},{'fill':{'color':_0x1986ce}}),_0x51f686(_0x1986ce),_0x923805(!0x1);}})}),'open':_0x158d57,'onOpenChange':_0x923805,'children':(0x0,x['jsxs'])('a',{'className':_0x45d3ee(0x1a6),'children':[(0x0,x[_0x45d3ee(0x324)])(h['PaintBucketDoubleIcon'],{'className':_0x45d3ee(0x12b),'extend':{'colorChannel1':_0x218c5f}}),(0x0,x[_0x45d3ee(0x324)])(h['MoreDownIcon'],{'className':(0x0,v[_0x45d3ee(0x1ff)])(_0x45d3ee(0x3b3),{'univer-rotate-180':_0x158d57})})]})})]}),(0x0,x[_0x45d3ee(0x3e8)])('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[(0x0,x['jsx'])(_0x45d3ee(0x406),{'className':_0x45d3ee(0x263),'children':_0x2b8300['t'](_0x45d3ee(0x37b))}),(0x0,x[_0x45d3ee(0x324)])('div',{'className':_0x45d3ee(0x1bd),'children':(0x0,x['jsx'])('div',{'className':_0x45d3ee(0x24c),'children':(0x0,x[_0x45d3ee(0x324)])(v[_0x45d3ee(0x3e5)],{'className':'univer-w-full','value':_0x5d611e,'disabled':_0x3397d1,'min':0x0,'max':0x64,'step':0xa,'formatter':_0x1b7821=>_0x1b7821+'%','parser':_0x32a2a3=>(_0x32a2a3==null?void 0x0:_0x32a2a3['replace']('%',''))||'','onChange':_0x4f0215=>{const _0x5d8662=_0x45d3ee;let _0x437dfb=(0x64-Math['max'](0x0,Math[_0x5d8662(0x625)](0x64,_0x4f0215==null?0x0:_0x4f0215)))/0x64;_0x5dbcad(_0x437dfb),z(_0x10bca4,_0x5026d3,_0x45668d,_0x2a6571,{'oldShapeData':{'fill':{..._0x4531c2[_0x5d8662(0x1b3)],'fillType':_0x5eb17b}}},{'fill':{..._0x4531c2[_0x5d8662(0x1b3)],'fillType':_0x5eb17b,'opacity':_0x437dfb}}),_0x3a6119['setContextValue'](u[_0x5d8662(0x144)],!0x1);},'onFocus':()=>_0x3a6119['setContextValue'](u[_0x45d3ee(0x144)],!0x0),'onBlur':()=>{const _0x3049b4=_0x45d3ee;_0x3a6119[_0x3049b4(0x54d)](u[_0x3049b4(0x144)],!0x1);}})})})]})]}),_0x5eb17b===c[_0x45d3ee(0x1c2)][_0x45d3ee(0x295)]&&(0x0,x[_0x45d3ee(0x324)])(J,{'shapeData':_0x4531c2,'disableShapeOption':_0x3397d1,'onUpdate':_0x4aa797=>{const _0x15212e=_0x45d3ee;z(_0x10bca4,_0x5026d3,_0x45668d,_0x2a6571,{'oldShapeData':{'fill':{..._0x4531c2[_0x15212e(0x1b3)]}}},{'fill':{..._0x4531c2[_0x15212e(0x1b3)],..._0x4aa797}});}}),_0x5eb17b===c[_0x45d3ee(0x1c2)][_0x45d3ee(0x1cc)]&&(0x0,x['jsx'])(ne,{'unitId':_0x5026d3,'subUnitId':_0x45668d,'shapeId':_0x2a6571,'shapeData':_0x4531c2,'disableShapeOption':_0x3397d1})]});}function q(_0x4e58bb){const _0x3e64ca=_0x1edbb0;switch(_0x4e58bb){case c[_0x3e64ca(0x318)][_0x3e64ca(0x333)]:return'linear';case c[_0x3e64ca(0x318)][_0x3e64ca(0x2ed)]:return _0x3e64ca(0x45a);case c[_0x3e64ca(0x318)][_0x3e64ca(0x62d)]:return _0x3e64ca(0x19e);case c[_0x3e64ca(0x318)][_0x3e64ca(0x623)]:return _0x3e64ca(0x2d9);default:return _0x3e64ca(0x32d);}}function ae(_0x137080){const _0x491414=_0x1edbb0;switch(_0x137080){case _0x491414(0x32d):return c['ShapeGradientTypeEnum'][_0x491414(0x333)];case _0x491414(0x45a):return c[_0x491414(0x318)][_0x491414(0x2ed)];case _0x491414(0x19e):return c['ShapeGradientTypeEnum']['Angular'];case _0x491414(0x2d9):return c[_0x491414(0x318)]['Diamond'];default:return c[_0x491414(0x318)][_0x491414(0x333)];}}function J(_0x3c59ec){const _0x3ca827=_0x1edbb0;let {shapeData:_0x4cbb00,disableShapeOption:_0x2eec3e,onUpdate:_0xc6abc}=_0x3c59ec,_0x2fb9c0=(0x0,y[_0x3ca827(0x4ae)])(()=>{const _0x2c50f3=_0x3ca827;var _0x9f649f;let _0x21eec6=_0x4cbb00[_0x2c50f3(0x1b3)];return{'type':q(_0x21eec6==null?void 0x0:_0x21eec6[_0x2c50f3(0x22e)]),'angle':(_0x9f649f=_0x21eec6==null?void 0x0:_0x21eec6[_0x2c50f3(0x547)])==null?0x5a:_0x9f649f,'stops':_0x21eec6!=null&&_0x21eec6[_0x2c50f3(0x213)]&&_0x21eec6['gradientStops'][_0x2c50f3(0x585)]>=0x2?_0x21eec6[_0x2c50f3(0x213)][_0x2c50f3(0x582)](_0xad251b=>({'color':_0xad251b[_0x2c50f3(0x2ec)],'offset':_0xad251b['position']*0x64})):[{'color':(_0x21eec6==null?void 0x0:_0x21eec6[_0x2c50f3(0x2ec)])||_0x2c50f3(0x359),'offset':0x0},{'color':_0x2c50f3(0x5b9),'offset':0x64}]};},[_0x4cbb00[_0x3ca827(0x1b3)]]);return(0x0,x[_0x3ca827(0x324)])(_0x3ca827(0x2e9),{'className':'univer-pt-2','children':(0x0,x[_0x3ca827(0x324)])(v[_0x3ca827(0x145)],{'value':_0x2fb9c0,'onChange':_0x201f15=>{const _0x4fef02=_0x3ca827;let _0x1797ba=ae(_0x201f15[_0x4fef02(0x56d)]),_0x59a5cd=_0x201f15['angle'];_0xc6abc({'gradientType':_0x1797ba,'gradientAngle':_0x59a5cd,'gradientStops':_0x201f15[_0x4fef02(0x1b2)]['map'](_0x59b35c=>({'color':_0x59b35c['color'],'position':_0x59b35c[_0x4fef02(0x17d)]/0x64}))});}})});}function oe(_0x221f0d){const _0x323275=_0x1edbb0;var _0x1feabc,_0x5b6e78,_0x26ec6f,_0x66495a,_0x55818a,_0x51064b,_0x347998,_0x2bfc84,_0x6c2727,_0x51f789,_0x131d7d,_0x38f9e0,_0x4e5e5c,_0x66bb83,_0x261d55,_0x2fbf1e;let _0xfba2a3=(0x0,g['useDependency'])(u[_0x323275(0x635)]),_0x50f739=(0x0,g[_0x323275(0x1e6)])(u[_0x323275(0x15b)]),_0xd93e8f=(0x0,g['useDependency'])(u[_0x323275(0x1ed)]),{shapeData:_0x1a9777,isLineShape:_0x54870a,unitId:_0x41d20e,subUnitId:_0x3183be,shapeId:_0x13f362,disableShapeOption:_0x57ea11}=_0x221f0d,_0x48db00=_0x1a9777[_0x323275(0x286)],[_0x34da4b,_0xb3e607]=(0x0,y[_0x323275(0x25d)])((_0x1feabc=_0x48db00==null?void 0x0:_0x48db00[_0x323275(0x188)])==null?c[_0x323275(0x331)]['SolidLine']:_0x1feabc),[_0xebd84b,_0x3e8a9c]=(0x0,y[_0x323275(0x25d)])((_0x5b6e78=_0x48db00==null?void 0x0:_0x48db00[_0x323275(0x2ec)])==null?c[_0x323275(0x33d)][_0x323275(0x286)]:_0x5b6e78),[_0xeb2e,_0x2ae8c2]=(0x0,y[_0x323275(0x25d)])((_0x26ec6f=_0x48db00==null?void 0x0:_0x48db00[_0x323275(0x63a)])==null?0x1:_0x26ec6f),[_0x19da7b,_0x15bd12]=(0x0,y[_0x323275(0x25d)])((_0x66495a=_0x48db00==null?void 0x0:_0x48db00[_0x323275(0x627)])==null?c[_0x323275(0x33d)][_0x323275(0x33c)]:_0x66495a),[_0x32daef,_0x371cfd]=(0x0,y[_0x323275(0x25d)])((_0x55818a=_0x48db00==null?void 0x0:_0x48db00['dashType'])==null?c['ShapeLineDashEnum'][_0x323275(0x574)]:_0x55818a),[_0x455b4d,_0x26bf48]=(0x0,y[_0x323275(0x25d)])((_0x51064b=_0x48db00==null?void 0x0:_0x48db00[_0x323275(0x2a4)])==null?c[_0x323275(0x5f8)][_0x323275(0x1e9)]:_0x51064b),[_0x530219,_0x54f17f]=(0x0,y['useState'])((_0x347998=_0x48db00==null?void 0x0:_0x48db00['lineJoinType'])==null?c[_0x323275(0x26a)][_0x323275(0x31f)]:_0x347998),[_0x4a52e9,_0x536f52]=(0x0,y[_0x323275(0x25d)])((_0x2bfc84=_0x48db00==null?void 0x0:_0x48db00['sketchType'])==null?c[_0x323275(0x4fd)]['None']:_0x2bfc84),_0x353d97=_0x1a9777,[_0x26a96d,_0x1c9da9]=(0x0,y['useState'])((_0x6c2727=(_0x51f789=_0x353d97['ln'])==null||(_0x51f789=_0x51f789[_0x323275(0x363)])==null?void 0x0:_0x51f789[_0x323275(0x56d)])==null?c[_0x323275(0x475)][_0x323275(0x391)]:_0x6c2727),[_0x4853a7,_0x19cd6d]=(0x0,y['useState'])((_0x131d7d=(_0x38f9e0=_0x353d97['ln'])==null||(_0x38f9e0=_0x38f9e0['startArrow'])==null?void 0x0:_0x38f9e0[_0x323275(0x448)])==null?c[_0x323275(0x408)][_0x323275(0x273)]:_0x131d7d),[_0x28f9a3,_0x337d28]=(0x0,y[_0x323275(0x25d)])((_0x4e5e5c=(_0x66bb83=_0x353d97['ln'])==null||(_0x66bb83=_0x66bb83[_0x323275(0x355)])==null?void 0x0:_0x66bb83[_0x323275(0x56d)])==null?c['ShapeArrowTypeEnum'][_0x323275(0x391)]:_0x4e5e5c),[_0x34bb58,_0xd3c43f]=(0x0,y[_0x323275(0x25d)])((_0x261d55=(_0x2fbf1e=_0x353d97['ln'])==null||(_0x2fbf1e=_0x2fbf1e[_0x323275(0x355)])==null?void 0x0:_0x2fbf1e[_0x323275(0x448)])==null?c[_0x323275(0x408)][_0x323275(0x273)]:_0x261d55),[_0x1401fe,_0x454fca]=(0x0,y[_0x323275(0x25d)])(!0x1),_0x1961b3=0x64-_0xeb2e*0x64,_0xe38b80=[{'label':_0xfba2a3['t'](_0x323275(0x4b7)),'value':String(c[_0x323275(0x32a)]['Solid'])},{'label':_0xfba2a3['t'](_0x323275(0x61a)),'value':String(c[_0x323275(0x32a)][_0x323275(0x294)])},{'label':_0xfba2a3['t'](_0x323275(0x22f)),'value':String(c[_0x323275(0x32a)][_0x323275(0x507)])},{'label':_0xfba2a3['t']('docs-shape-ui.line.dashType.dash'),'value':String(c[_0x323275(0x32a)]['Dash'])},{'label':_0xfba2a3['t']('docs-shape-ui.line.dashType.dashDot'),'value':String(c[_0x323275(0x32a)][_0x323275(0x39e)])},{'label':_0xfba2a3['t']('docs-shape-ui.line.dashType.longDash'),'value':String(c['ShapeLineDashEnum'][_0x323275(0x498)])},{'label':_0xfba2a3['t'](_0x323275(0x334)),'value':String(c[_0x323275(0x32a)]['LongDashDot'])},{'label':_0xfba2a3['t']('docs-shape-ui.line.dashType.longDashDotDot'),'value':String(c[_0x323275(0x32a)]['LongDashDotDot'])}],_0x3cdfd4=[{'label':_0xfba2a3['t'](_0x323275(0x489)),'value':String(c[_0x323275(0x5f8)][_0x323275(0x1e9)])},{'label':_0xfba2a3['t'](_0x323275(0x4fe)),'value':String(c[_0x323275(0x5f8)][_0x323275(0x435)])},{'label':_0xfba2a3['t'](_0x323275(0x312)),'value':String(c[_0x323275(0x5f8)][_0x323275(0x35e)])}],_0x14b4f2=[{'label':_0xfba2a3['t'](_0x323275(0x3c3)),'value':String(c['ShapeSketchTypeEnum'][_0x323275(0x391)])},{'label':_0xfba2a3['t']('docs-shape-ui.line.sketchType.curved'),'value':String(c[_0x323275(0x4fd)][_0x323275(0x580)])},{'label':_0xfba2a3['t'](_0x323275(0x231)),'value':String(c[_0x323275(0x4fd)][_0x323275(0x4c3)])},{'label':_0xfba2a3['t'](_0x323275(0x31e)),'value':String(c['ShapeSketchTypeEnum']['HandDrawn'])}],_0x106ac0=[{'label':_0xfba2a3['t'](_0x323275(0x5bb)),'value':String(c['ShapeLineJoinEnum']['Miter'])},{'label':_0xfba2a3['t'](_0x323275(0x20f)),'value':String(c[_0x323275(0x26a)]['Round'])},{'label':_0xfba2a3['t']('docs-shape-ui.line.joinType.bevel'),'value':String(c[_0x323275(0x26a)][_0x323275(0x229)])}],_0x58e35f=[{'label':_0xfba2a3['t'](_0x323275(0x3ea)),'value':String(c[_0x323275(0x475)]['None'])},{'label':_0xfba2a3['t']('docs-shape-ui.line.arrowType.arrow'),'value':String(c['ShapeArrowTypeEnum'][_0x323275(0x481)])},{'label':_0xfba2a3['t']('docs-shape-ui.line.arrowType.openArrow'),'value':String(c[_0x323275(0x475)]['OpenArrow'])},{'label':_0xfba2a3['t'](_0x323275(0x52b)),'value':String(c['ShapeArrowTypeEnum'][_0x323275(0x44d)])},{'label':_0xfba2a3['t'](_0x323275(0x505)),'value':String(c[_0x323275(0x475)]['DiamondArrow'])},{'label':_0xfba2a3['t'](_0x323275(0x583)),'value':String(c[_0x323275(0x475)][_0x323275(0x473)])}],_0x201bb2=[{'label':_0xfba2a3['t']('docs-shape-ui.line.arrowSize.small'),'value':String(c[_0x323275(0x408)][_0x323275(0x622)])},{'label':_0xfba2a3['t'](_0x323275(0x5c7)),'value':String(c['ShapeArrowSizeEnum'][_0x323275(0x273)])},{'label':_0xfba2a3['t']('docs-shape-ui.line.arrowSize.large'),'value':String(c[_0x323275(0x408)]['Large'])}];return(0x0,x[_0x323275(0x3e8)])(_0x323275(0x2e9),{'className':_0x323275(0x319),'children':[(0x0,x[_0x323275(0x3e8)])(v[_0x323275(0x202)],{'value':String(_0x34da4b),'disabled':_0x57ea11,'onChange':_0x424757=>{const _0x4c98ee=_0x323275;var _0x3430c0;_0xb3e607(Number(_0x424757)),z(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'stroke':{'lineStrokeType':(_0x3430c0=_0x1a9777[_0x4c98ee(0x286)])==null?void 0x0:_0x3430c0[_0x4c98ee(0x188)]}}},{'stroke':{'lineStrokeType':Number(_0x424757)}});},'direction':_0x323275(0x49f),'children':[(0x0,x['jsx'])(v[_0x323275(0x42b)],{'value':String(c['ShapeLineTypeEnum'][_0x323275(0x5db)]),'children':(0x0,x[_0x323275(0x324)])('span',{'className':_0x323275(0x455),'children':_0xfba2a3['t']('docs-shape-ui.line.noLine')})}),(0x0,x[_0x323275(0x324)])(v['Radio'],{'value':String(c[_0x323275(0x331)][_0x323275(0x46a)]),'children':(0x0,x['jsx'])('span',{'className':_0x323275(0x455),'children':_0xfba2a3['t'](_0x323275(0x1b0))})})]}),_0x34da4b!==c[_0x323275(0x331)]['NoLine']&&(0x0,x[_0x323275(0x3e8)])(_0x323275(0x2e9),{'className':_0x323275(0x257),'children':[(0x0,x[_0x323275(0x3e8)])(_0x323275(0x2e9),{'className':_0x323275(0x57c),'children':[(0x0,x[_0x323275(0x324)])('span',{'className':'univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0xfba2a3['t'](_0x323275(0x5b4))}),(0x0,x[_0x323275(0x324)])(v[_0x323275(0x14f)],{'disabled':_0x57ea11,'overlay':(0x0,x[_0x323275(0x324)])(_0x323275(0x2e9),{'className':_0x323275(0x2f5),'children':(0x0,x[_0x323275(0x324)])(v[_0x323275(0x130)],{'value':_0xebd84b,'onChange':_0x3b6e1a=>{const _0x52b065=_0x323275;var _0x4373d5;z(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'stroke':{'color':(_0x4373d5=_0x1a9777[_0x52b065(0x286)])==null?void 0x0:_0x4373d5[_0x52b065(0x2ec)]}}},{'stroke':{'color':_0x3b6e1a}}),_0x3e8a9c(_0x3b6e1a),_0x454fca(!0x1);}})}),'open':_0x1401fe,'onOpenChange':_0x454fca,'children':(0x0,x[_0x323275(0x3e8)])('a',{'className':'univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-2\x20univer-py-1\x20univer-transition-colors\x20hover:univer-border-primary-600\x20hover:univer-bg-gray-100\x20dark:!univer-border-gray-600\x20dark:hover:!univer-bg-gray-700','children':[(0x0,x[_0x323275(0x324)])(h[_0x323275(0x395)],{'className':'univer-text-gray-500','extend':{'colorChannel1':_0xebd84b}}),(0x0,x[_0x323275(0x324)])(h[_0x323275(0x338)],{'className':(0x0,v['clsx'])(_0x323275(0x3b3),{'univer-rotate-180':_0x1401fe})})]})})]}),(0x0,x['jsxs'])(_0x323275(0x2e9),{'className':_0x323275(0x60e),'children':[(0x0,x[_0x323275(0x324)])(_0x323275(0x406),{'className':_0x323275(0x263),'children':_0xfba2a3['t'](_0x323275(0x61d))}),(0x0,x[_0x323275(0x324)])(_0x323275(0x2e9),{'className':_0x323275(0x60e),'children':(0x0,x[_0x323275(0x324)])('div',{'className':_0x323275(0x630),'children':(0x0,x[_0x323275(0x324)])(v[_0x323275(0x3e5)],{'className':_0x323275(0x21b),'value':_0x1961b3,'disabled':_0x57ea11,'min':0x0,'max':0x64,'formatter':_0x2cc4ef=>_0x2cc4ef+'%','parser':_0xf17c93=>(_0xf17c93==null?void 0x0:_0xf17c93[_0x323275(0x400)]('%',''))||'','onChange':_0x4cf506=>{const _0x11a373=_0x323275;var _0x48f67c;let _0x23d1b3=(0x64-Math['max'](0x0,Math[_0x11a373(0x625)](0x64,_0x4cf506==null?0x0:_0x4cf506)))/0x64;_0x2ae8c2(_0x23d1b3),z(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'stroke':{'opacity':(_0x48f67c=_0x1a9777[_0x11a373(0x286)])==null?void 0x0:_0x48f67c[_0x11a373(0x63a)]}}},{'stroke':{'opacity':_0x23d1b3}}),_0xd93e8f[_0x11a373(0x54d)](u[_0x11a373(0x144)],!0x1);},'onFocus':()=>_0xd93e8f[_0x323275(0x54d)](u[_0x323275(0x144)],!0x0),'onBlur':_0x5cd91e=>{const _0x464ad3=_0x323275;_0xd93e8f[_0x464ad3(0x54d)](u['FOCUSING_PANEL_EDITOR'],!0x1);}})})})]}),(0x0,x['jsxs'])(_0x323275(0x2e9),{'className':_0x323275(0x60e),'children':[(0x0,x[_0x323275(0x324)])(_0x323275(0x406),{'className':_0x323275(0x45e),'children':_0xfba2a3['t'](_0x323275(0x23c))}),(0x0,x[_0x323275(0x324)])(_0x323275(0x2e9),{'className':'univer-w-20','children':(0x0,x[_0x323275(0x324)])(v[_0x323275(0x3e5)],{'className':_0x323275(0x21b),'disabled':_0x57ea11,'value':_0x19da7b,'min':0.25,'max':0x64,'step':0.25,'formatter':_0x556da6=>_0x556da6+_0x323275(0x1fa),'parser':_0x59f6a7=>(_0x59f6a7==null?void 0x0:_0x59f6a7[_0x323275(0x400)]('\x20px',''))||'','onChange':_0x16aabd=>{const _0x278bc7=_0x323275;if(!Number[_0x278bc7(0x5d0)](_0x16aabd)&&_0x16aabd!==null){var _0x18ad57;z(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'stroke':{'width':(_0x18ad57=_0x1a9777[_0x278bc7(0x286)])==null?void 0x0:_0x18ad57[_0x278bc7(0x627)]}}},{'stroke':{'width':_0x16aabd}});}_0xd93e8f[_0x278bc7(0x54d)](u[_0x278bc7(0x144)],!0x1);},'onFocus':()=>_0xd93e8f[_0x323275(0x54d)](u[_0x323275(0x144)],!0x0),'onBlur':_0x505d1c=>{const _0xda7970=_0x323275;_0xd93e8f[_0xda7970(0x54d)](u[_0xda7970(0x144)],!0x1);}})})]}),(0x0,x[_0x323275(0x3e8)])(_0x323275(0x2e9),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[(0x0,x[_0x323275(0x324)])(_0x323275(0x406),{'className':_0x323275(0x45e),'children':_0xfba2a3['t'](_0x323275(0x469))}),(0x0,x[_0x323275(0x324)])(_0x323275(0x2e9),{'className':_0x323275(0x597),'children':(0x0,x['jsx'])(v[_0x323275(0x328)],{'className':'univer-w-full','value':String(_0x32daef),'options':_0xe38b80,'disabled':_0x57ea11,'onChange':_0x4f702d=>{var _0x47f8d3;_0x371cfd(Number(_0x4f702d)),z(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'stroke':{'dashType':(_0x47f8d3=_0x1a9777['stroke'])==null?void 0x0:_0x47f8d3['dashType']}}},{'stroke':{'dashType':Number(_0x4f702d)}});}})})]}),(0x0,x[_0x323275(0x3e8)])('div',{'className':_0x323275(0x57c),'children':[(0x0,x['jsx'])(_0x323275(0x406),{'className':_0x323275(0x45e),'children':_0xfba2a3['t']('docs-shape-ui.line.capType.title')}),(0x0,x['jsx'])(_0x323275(0x2e9),{'className':_0x323275(0x597),'children':(0x0,x[_0x323275(0x324)])(v['Select'],{'className':_0x323275(0x21b),'value':String(_0x455b4d),'options':_0x3cdfd4,'disabled':_0x57ea11,'onChange':_0x5508e9=>{const _0x1aa974=_0x323275;var _0x2b2908;_0x26bf48(Number(_0x5508e9)),z(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'stroke':{'capType':(_0x2b2908=_0x1a9777[_0x1aa974(0x286)])==null?void 0x0:_0x2b2908[_0x1aa974(0x2a4)]}}},{'stroke':{'capType':Number(_0x5508e9)}});}})})]}),(0x0,x[_0x323275(0x3e8)])(_0x323275(0x2e9),{'className':_0x323275(0x57c),'children':[(0x0,x[_0x323275(0x324)])(_0x323275(0x406),{'className':_0x323275(0x45e),'children':_0xfba2a3['t'](_0x323275(0x4c5))}),(0x0,x[_0x323275(0x324)])(_0x323275(0x2e9),{'className':_0x323275(0x597),'children':(0x0,x[_0x323275(0x324)])(v[_0x323275(0x328)],{'className':_0x323275(0x21b),'value':String(_0x530219),'options':_0x106ac0,'disabled':_0x57ea11,'onChange':_0x499b12=>{const _0x5181cf=_0x323275;var _0x4497dd;_0x54f17f(Number(_0x499b12)),z(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'stroke':{'lineJoinType':(_0x4497dd=_0x1a9777[_0x5181cf(0x286)])==null?void 0x0:_0x4497dd[_0x5181cf(0x47b)]}}},{'stroke':{'lineJoinType':Number(_0x499b12)}});}})})]}),!_0x54870a&&(0x0,x[_0x323275(0x3e8)])(_0x323275(0x2e9),{'className':_0x323275(0x57c),'children':[(0x0,x[_0x323275(0x324)])(_0x323275(0x406),{'className':'univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0xfba2a3['t']('docs-shape-ui.line.sketchType.title')}),(0x0,x[_0x323275(0x324)])('div',{'className':'univer-w-28','children':(0x0,x[_0x323275(0x324)])(v[_0x323275(0x328)],{'className':'univer-w-full','value':String(_0x4a52e9),'options':_0x14b4f2,'disabled':_0x57ea11,'onChange':_0x59ed5c=>{const _0x44806a=_0x323275;var _0x524016;_0x536f52(Number(_0x59ed5c)),z(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'stroke':{'sketchType':(_0x524016=_0x1a9777[_0x44806a(0x286)])==null?void 0x0:_0x524016[_0x44806a(0x301)]}}},{'stroke':{'sketchType':Number(_0x59ed5c)}});}})})]}),_0x54870a&&(0x0,x[_0x323275(0x3e8)])(x[_0x323275(0x2d7)],{'children':[(0x0,x[_0x323275(0x3e8)])(_0x323275(0x2e9),{'className':_0x323275(0x57c),'children':[(0x0,x[_0x323275(0x324)])(_0x323275(0x406),{'className':_0x323275(0x45e),'children':_0xfba2a3['t'](_0x323275(0x476))}),(0x0,x[_0x323275(0x324)])('div',{'className':_0x323275(0x597),'children':(0x0,x[_0x323275(0x324)])(v[_0x323275(0x328)],{'className':'univer-w-full','value':String(_0x26a96d),'options':_0x58e35f,'onChange':_0x2b740d=>{var _0x1d4a1f;_0x1c9da9(Number(_0x2b740d)),B(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'ln':{'startArrow':{'type':(_0x1d4a1f=_0x1a9777['ln'])==null||(_0x1d4a1f=_0x1d4a1f['startArrow'])==null?void 0x0:_0x1d4a1f['type']}}}},{'ln':{'startArrow':{'type':Number(_0x2b740d)}}});}})})]}),(0x0,x[_0x323275(0x3e8)])(_0x323275(0x2e9),{'className':_0x323275(0x57c),'children':[(0x0,x[_0x323275(0x324)])('span',{'className':_0x323275(0x45e),'children':_0xfba2a3['t'](_0x323275(0x30c))}),(0x0,x['jsx'])(_0x323275(0x2e9),{'className':_0x323275(0x597),'children':(0x0,x['jsx'])(v[_0x323275(0x328)],{'className':_0x323275(0x21b),'value':String(_0x4853a7),'options':_0x201bb2,'onChange':_0x4d67b9=>{const _0x25faa1=_0x323275;var _0x38792d;_0x19cd6d(Number(_0x4d67b9)),B(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'ln':{'startArrow':{'size':(_0x38792d=_0x1a9777['ln'])==null||(_0x38792d=_0x38792d[_0x25faa1(0x363)])==null?void 0x0:_0x38792d[_0x25faa1(0x448)]}}}},{'ln':{'startArrow':{'size':Number(_0x4d67b9)}}});}})})]}),(0x0,x[_0x323275(0x3e8)])('div',{'className':_0x323275(0x57c),'children':[(0x0,x[_0x323275(0x324)])(_0x323275(0x406),{'className':_0x323275(0x45e),'children':_0xfba2a3['t'](_0x323275(0x4ad))}),(0x0,x[_0x323275(0x324)])(_0x323275(0x2e9),{'className':'univer-w-28','children':(0x0,x[_0x323275(0x324)])(v[_0x323275(0x328)],{'className':'univer-w-full','value':String(_0x28f9a3),'options':_0x58e35f,'onChange':_0x445715=>{const _0x5d1b02=_0x323275;var _0x2f25d7;_0x337d28(Number(_0x445715)),B(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'ln':{'endArrow':{'type':(_0x2f25d7=_0x1a9777['ln'])==null||(_0x2f25d7=_0x2f25d7[_0x5d1b02(0x355)])==null?void 0x0:_0x2f25d7[_0x5d1b02(0x56d)]}}}},{'ln':{'endArrow':{'type':Number(_0x445715)}}});}})})]}),(0x0,x['jsxs'])('div',{'className':_0x323275(0x57c),'children':[(0x0,x[_0x323275(0x324)])(_0x323275(0x406),{'className':_0x323275(0x45e),'children':_0xfba2a3['t'](_0x323275(0x393))}),(0x0,x[_0x323275(0x324)])('div',{'className':_0x323275(0x597),'children':(0x0,x[_0x323275(0x324)])(v[_0x323275(0x328)],{'className':_0x323275(0x21b),'value':String(_0x34bb58),'options':_0x201bb2,'onChange':_0x442349=>{const _0x31440a=_0x323275;var _0x445d52;_0xd3c43f(Number(_0x442349)),B(_0x50f739,_0x41d20e,_0x3183be,_0x13f362,{'oldShapeData':{'ln':{'endArrow':{'size':(_0x445d52=_0x1a9777['ln'])==null||(_0x445d52=_0x445d52[_0x31440a(0x355)])==null?void 0x0:_0x445d52[_0x31440a(0x448)]}}}},{'ln':{'endArrow':{'size':Number(_0x442349)}}});}})})]})]})]})]});}function Y(){const _0x17ace6=_0x1edbb0;let _0x158635=(0x0,g['useDependency'])(m[_0x17ace6(0x2ff)]),[_0x27851a,_0x34cc0a]=(0x0,y[_0x17ace6(0x25d)])(_0x158635[_0x17ace6(0x1cd)]());return(0x0,y[_0x17ace6(0x4c8)])(()=>{const _0x4bdba6=_0x17ace6;let _0x553835=_0x158635['focus$'][_0x4bdba6(0x4c6)](_0x390db2=>{_0x34cc0a(_0x390db2);});return()=>{_0x553835['unsubscribe']();};},[]),_0x27851a[_0x17ace6(0x585)]===0x0?null:(0x0,x[_0x17ace6(0x324)])(_0x17ace6(0x2e9),{'children':(0x0,x['jsxs'])(_0x17ace6(0x2e9),{'className':_0x17ace6(0x27a),'children':[(0x0,x['jsx'])(b[_0x17ace6(0x268)],{'drawings':_0x27851a,'hasCropper':!0x1}),(0x0,x[_0x17ace6(0x324)])(d[_0x17ace6(0x21f)],{'drawings':_0x27851a}),(0x0,x[_0x17ace6(0x324)])(d[_0x17ace6(0x27b)],{'drawings':_0x27851a})]})});}function X(_0x1dc5cc){const _0x3af377=_0x1edbb0;let {shapeData:_0x234a0a,shapeId:_0x462603,shapeType:_0x3cd87c,version:_0x33ad9b,unitId:_0x1e0409,subUnitId:_0x1477ca,disableShapeOption:_0x155888}=_0x1dc5cc,_0x44bc6b=(0x0,g['useDependency'])(u[_0x3af377(0x635)]),_0x2a7a5e=(0x0,c[_0x3af377(0x22d)])(_0x3cd87c),[_0x38ce6b,_0x2377f7]=(0x0,y['useState'])(0x0),_0x37586f=[{'label':(0x0,x[_0x3af377(0x324)])(_0x3af377(0x2e9),{'children':_0x44bc6b['t']('docs-shape-ui.fill.title')}),'children':(0x0,x[_0x3af377(0x324)])(_0x3af377(0x478),{'className':_0x3af377(0x17b),'children':(0x0,x['jsx'])(ie,{'shapeId':_0x462603,'shapeData':_0x234a0a,'isLineShape':_0x2a7a5e,'subUnitId':_0x1477ca,'unitId':_0x1e0409,'disableShapeOption':_0x155888},_0x462603)})},{'label':(0x0,x['jsx'])('div',{'children':_0x44bc6b['t'](_0x3af377(0x414))}),'children':(0x0,x[_0x3af377(0x324)])(_0x3af377(0x478),{'className':_0x3af377(0x17b),'children':(0x0,x[_0x3af377(0x324)])(oe,{'shapeId':_0x462603,'shapeData':_0x234a0a,'isLineShape':_0x2a7a5e,'subUnitId':_0x1477ca,'unitId':_0x1e0409,'disableShapeOption':_0x155888},_0x462603)})}];return(0x0,x[_0x3af377(0x3e8)])(_0x3af377(0x2e9),{'className':'univer-size-full','children':[(0x0,x[_0x3af377(0x3e8)])(_0x3af377(0x2e9),{'className':_0x3af377(0x2b0),'children':[(0x0,x[_0x3af377(0x3e8)])('div',{'className':(0x0,v[_0x3af377(0x1ff)])(_0x3af377(0x322),_0x38ce6b===0x0?_0x3af377(0x5bf):_0x3af377(0x3ab)),'onClick':()=>_0x2377f7(0x0),'children':[_0x44bc6b['t'](_0x3af377(0x13e)),(0x0,x['jsx'])(_0x3af377(0x2e9),{'className':(0x0,v[_0x3af377(0x1ff)])(_0x3af377(0x1d8),{'univer-bg-primary-600':_0x38ce6b===0x0,'univer-bg-transparent':_0x38ce6b!==0x0})})]}),(0x0,x['jsxs'])(_0x3af377(0x2e9),{'className':(0x0,v[_0x3af377(0x1ff)])(_0x3af377(0x322),{'univer-text-primary-600':_0x38ce6b===0x1,'univer-text-gray-500':_0x38ce6b!==0x1}),'onClick':()=>_0x2377f7(0x1),'children':[_0x44bc6b['t'](_0x3af377(0x358)),(0x0,x['jsx'])(_0x3af377(0x2e9),{'className':(0x0,v[_0x3af377(0x1ff)])(_0x3af377(0x332),{'univer-bg-primary-600':_0x38ce6b===0x1,'univer-bg-transparent':_0x38ce6b!==0x1})})]})]}),(0x0,x[_0x3af377(0x324)])('div',{'className':_0x3af377(0x1a0),'children':_0x38ce6b===0x0?(0x0,x[_0x3af377(0x324)])(_0x3af377(0x2e9),{'className':'','children':(0x0,x[_0x3af377(0x324)])(v[_0x3af377(0x2f1)],{'items':_0x37586f})},_0x33ad9b):(0x0,x[_0x3af377(0x324)])(Y,{})})]});}function se(_0x30ed5a,_0x325a47=u[_0x1edbb0(0x3fb)][_0x1edbb0(0x3bd)]){const _0xf445be=_0x1edbb0;return{'id':_0xf445be(0x326),'body':{'dataStream':'\x0d\x0a','textRuns':[],'paragraphs':[{'startIndex':0x0,'paragraphStyle':{'horizontalAlign':_0x325a47}}]},'documentStyle':{'textStyle':_0x30ed5a?{..._0x30ed5a}:void 0x0}};}function Z(_0x779b4b,_0x4de14b){const _0x39fd78=_0x1edbb0;var _0x20a82e,_0x3fd4a3;let _0x3b89e4=_0x779b4b[_0x39fd78(0x347)],_0x5abf04=_0x3b89e4&&'dataModel'in _0x3b89e4?_0x3b89e4['dataModel']:void 0x0,_0x35e8f1=(_0x20a82e=(_0x3fd4a3=_0x4de14b[_0x39fd78(0x41a)])==null?_0x5abf04==null?void 0x0:_0x5abf04['ha']:_0x3fd4a3)==null?u[_0x39fd78(0x3fb)][_0x39fd78(0x3bd)]:_0x20a82e;if(_0x5abf04!=null&&_0x5abf04[_0x39fd78(0x2d4)]){var _0x54ac35,_0x2825c8;return{'va':(_0x54ac35=_0x5abf04['va'])==null?u[_0x39fd78(0x22a)][_0x39fd78(0x5c0)]:_0x54ac35,'ha':(_0x2825c8=_0x5abf04['ha'])==null?u[_0x39fd78(0x3fb)][_0x39fd78(0x3bd)]:_0x2825c8,'doc':u[_0x39fd78(0x49e)]['deepClone'](_0x5abf04[_0x39fd78(0x2d4)])};}return{'va':u[_0x39fd78(0x22a)][_0x39fd78(0x5c0)],'ha':_0x35e8f1,'doc':se(_0x4de14b[_0x39fd78(0x533)],_0x35e8f1)};}function ce(_0x1a3642,_0x6e1424){const _0x3f0d3f=_0x1edbb0;var _0x217cec,_0x48e155,_0xc447d1,_0x27194e;let _0x4c35dd=_0x1a3642[_0x3f0d3f(0x347)],_0x2bead6=Z(_0x1a3642,_0x6e1424),_0x169a3f=(_0x217cec=_0x6e1424[_0x3f0d3f(0x41a)])==null?_0x2bead6['ha']:_0x217cec,_0x220ec4=(_0x48e155=_0x6e1424[_0x3f0d3f(0x205)])==null?_0x2bead6['va']:_0x48e155,_0x3af655=_0x2bead6[_0x3f0d3f(0x2d4)];if(_0x6e1424[_0x3f0d3f(0x533)]){var _0x4cb713,_0x521463;_0x3af655[_0x3f0d3f(0x13b)]={..._0x3af655['documentStyle'],'textStyle':{...(_0x4cb713=_0x3af655[_0x3f0d3f(0x13b)])==null?void 0x0:_0x4cb713['textStyle'],..._0x6e1424[_0x3f0d3f(0x533)]}};let _0x153ad2=(_0x521463=_0x3af655[_0x3f0d3f(0x5e1)])==null?void 0x0:_0x521463[_0x3f0d3f(0x14b)];if(_0x153ad2){for(let _0x1e9ad2 of _0x153ad2)_0x1e9ad2['ts']={..._0x1e9ad2['ts'],..._0x6e1424['textStyle']};}}let _0x30c729=(_0xc447d1=_0x3af655[_0x3f0d3f(0x5e1)])==null?void 0x0:_0xc447d1[_0x3f0d3f(0x59c)];if(_0x30c729){for(let _0x2eff7d of _0x30c729)_0x2eff7d[_0x3f0d3f(0x12c)]={..._0x2eff7d[_0x3f0d3f(0x12c)],'horizontalAlign':_0x169a3f};}return{'shapeText':{'isHorizontal':(_0x27194e=_0x4c35dd==null?void 0x0:_0x4c35dd['isHorizontal'])==null?!0x0:_0x27194e,'dataModel':{'va':_0x220ec4,'ha':_0x169a3f,'doc':_0x3af655}}};}const le='doc.shape.floating-toolbar';function Q(_0x4eb020){const _0x161d6f=_0x1edbb0;let _0x39cb11=_0x4eb020[_0x161d6f(0x347)];return _0x39cb11&&_0x161d6f(0x3c7)in _0x39cb11&&_0x39cb11[_0x161d6f(0x3c7)]?_0x39cb11[_0x161d6f(0x3c7)]:null;}function ue(_0x1d4533){const _0x30d382=_0x1edbb0;var _0x4e92e1,_0xa45feb,_0x16f962,_0x4c76ed;let _0x1cf64a=(_0x4e92e1=Q(_0x1d4533))==null?void 0x0:_0x4e92e1[_0x30d382(0x2d4)],_0x324cc3=(_0xa45feb=_0x1cf64a==null||(_0x16f962=_0x1cf64a[_0x30d382(0x5e1)])==null||(_0x16f962=_0x16f962[_0x30d382(0x14b)])==null||(_0x16f962=_0x16f962[0x0])==null?void 0x0:_0x16f962['ts'])==null?{}:_0xa45feb;return{..._0x1cf64a==null||(_0x4c76ed=_0x1cf64a[_0x30d382(0x13b)])==null?void 0x0:_0x4c76ed[_0x30d382(0x533)],..._0x324cc3};}function de(_0x551601,_0x11cb03){const _0x178d58=_0x1edbb0;var _0x2e23b1;let _0x100d4f=_0x551601==null||(_0x2e23b1=_0x551601['getSnapshot']()[_0x178d58(0x1a2)])==null?void 0x0:_0x2e23b1[_0x11cb03];return _0x100d4f?_0x100d4f[_0x178d58(0x27c)]===u[_0x178d58(0x4a1)][_0x178d58(0x62b)]?_0x100d4f[_0x178d58(0x4e7)]===u['BooleanNumber'][_0x178d58(0x122)]?'behindText':_0x178d58(0x4ba):_0x100d4f[_0x178d58(0x27c)]===u[_0x178d58(0x4a1)][_0x178d58(0x3f8)]?_0x178d58(0x599):_0x100d4f[_0x178d58(0x27c)]===u[_0x178d58(0x4a1)]['WRAP_TOP_AND_BOTTOM']?'wrapTopAndBottom':_0x178d58(0x218):_0x178d58(0x218);}function fe(){const _0x31e64=_0x1edbb0;return(0x0,x[_0x31e64(0x324)])('span',{'className':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-h-5\x20univer-w-px\x20univer-bg-gray-200\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-bg-gray-700\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'});}function pe(){const _0x4380d7=_0x1edbb0;return(0x0,x[_0x4380d7(0x3e8)])(_0x4380d7(0x2b6),{'viewBox':_0x4380d7(0x291),'width':'1em','height':_0x4380d7(0x5f0),'fill':_0x4380d7(0x1f5),'aria-hidden':_0x4380d7(0x3aa),'children':[(0x0,x[_0x4380d7(0x324)])(_0x4380d7(0x3ff),{'d':_0x4380d7(0x274),'stroke':_0x4380d7(0x2a9),'strokeWidth':_0x4380d7(0x46b),'strokeLinecap':'round'}),(0x0,x[_0x4380d7(0x324)])(_0x4380d7(0x3ff),{'d':_0x4380d7(0x262),'stroke':_0x4380d7(0x2a9),'strokeWidth':'1.4','strokeLinecap':_0x4380d7(0x3c4)}),(0x0,x[_0x4380d7(0x324)])(_0x4380d7(0x3ff),{'d':_0x4380d7(0x296),'stroke':_0x4380d7(0x2a9),'strokeWidth':'1.4','strokeLinecap':_0x4380d7(0x3c4)}),(0x0,x[_0x4380d7(0x324)])(_0x4380d7(0x3ff),{'d':_0x4380d7(0x342),'stroke':_0x4380d7(0x2a9),'strokeWidth':_0x4380d7(0x46b),'strokeLinecap':'round'}),(0x0,x['jsx'])(_0x4380d7(0x3ff),{'d':_0x4380d7(0x2f6),'stroke':_0x4380d7(0x2a9),'strokeWidth':_0x4380d7(0x46b),'strokeLinecap':_0x4380d7(0x3c4)}),(0x0,x['jsx'])(_0x4380d7(0x3ff),{'d':_0x4380d7(0x523),'stroke':'currentColor','strokeWidth':_0x4380d7(0x46b),'strokeLinecap':_0x4380d7(0x3c4)}),(0x0,x['jsx'])(_0x4380d7(0x20d),{'x':'6.8','y':'7','width':_0x4380d7(0x3a4),'height':'6','rx':'1','stroke':_0x4380d7(0x2a9),'strokeWidth':_0x4380d7(0x46b)})]});}function me(_0x15852d){const _0x115d67=_0x1edbb0;return _0x15852d instanceof HTMLElement?!!_0x15852d[_0x115d67(0x552)](_0x115d67(0x13c)):!0x1;}function $(_0x1552d9){const _0x55d755=_0x1edbb0;return(0x0,x[_0x55d755(0x324)])(_0x55d755(0x2e9),{'className':'univer-flex\x20univer-h-7\x20univer-items-center\x20univer-gap-1\x20univer-px-1','children':_0x1552d9['children']});}function he(_0xc901bc){const _0x345e61=_0x1edbb0;return(0x0,x[_0x345e61(0x324)])(v[_0x345e61(0x639)],{'title':_0xc901bc[_0x345e61(0x248)],'placement':_0x345e61(0x178),'children':(0x0,x[_0x345e61(0x324)])('button',{'type':_0x345e61(0x5d8),'disabled':_0xc901bc[_0x345e61(0x467)],'onClick':_0xc901bc[_0x345e61(0x1c6)],'className':(0x0,v[_0x345e61(0x1ff)])(_0x345e61(0x187),{'univer-bg-gray-100\x20univer-text-primary-600\x20dark:!univer-bg-gray-700\x20dark:!univer-text-primary-300':_0xc901bc['active']}),'children':_0xc901bc[_0x345e61(0x5d1)]})});}function ge(_0x484102){const _0x3a0dc0=_0x1edbb0;let [_0x5498df,_0x5032ac]=(0x0,y['useState'])(!0x1);return(0x0,x[_0x3a0dc0(0x324)])(v[_0x3a0dc0(0x14f)],{'disabled':_0x484102[_0x3a0dc0(0x467)],'open':_0x5498df,'onOpenChange':_0x5032ac,'overlay':(0x0,x['jsx'])(_0x3a0dc0(0x2e9),{'className':_0x3a0dc0(0x4df),'children':(0x0,x['jsx'])(v[_0x3a0dc0(0x130)],{'value':_0x484102[_0x3a0dc0(0x2ec)],'onChange':_0x512809=>{const _0x21455c=_0x3a0dc0;_0x484102[_0x21455c(0x60d)](_0x512809),_0x5032ac(!0x1);}})}),'children':(0x0,x[_0x3a0dc0(0x324)])(_0x3a0dc0(0x406),{'children':(0x0,x[_0x3a0dc0(0x324)])(v[_0x3a0dc0(0x639)],{'title':_0x484102[_0x3a0dc0(0x248)],'placement':_0x3a0dc0(0x178),'children':(0x0,x['jsxs'])(_0x3a0dc0(0x5d8),{'type':_0x3a0dc0(0x5d8),'disabled':_0x484102[_0x3a0dc0(0x467)],'className':_0x3a0dc0(0x348),'children':[_0x484102[_0x3a0dc0(0x5d1)],(0x0,x['jsx'])('span',{'className':_0x3a0dc0(0x1a4),'style':{'backgroundColor':_0x484102[_0x3a0dc0(0x2ec)]}})]})})})});}function _e(_0x497faa){const _0x3a950b=_0x1edbb0;var _0x211ffb;let [_0x57da50,_0x593b0a]=(0x0,y['useState'])(!0x1),_0x5c9805=(_0x211ffb=_0x497faa['options'][_0x3a950b(0x600)](_0x4ddbd3=>_0x4ddbd3['value']===_0x497faa[_0x3a950b(0x52a)]))==null?_0x497faa['options'][0x0]:_0x211ffb;return(0x0,x[_0x3a950b(0x324)])(v[_0x3a950b(0x14f)],{'open':_0x57da50,'onOpenChange':_0x593b0a,'overlay':(0x0,x['jsx'])('div',{'className':_0x3a950b(0x19b),'children':_0x497faa[_0x3a950b(0x550)][_0x3a950b(0x582)](_0x19f0a7=>(0x0,x['jsxs'])('button',{'type':_0x3a950b(0x5d8),'onClick':()=>{const _0x155c07=_0x3a950b;_0x497faa['onChange'](_0x19f0a7[_0x155c07(0x52a)]),_0x593b0a(!0x1);},'className':(0x0,v[_0x3a950b(0x1ff)])('univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded-md\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-700\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800',{'univer-bg-primary-50\x20univer-text-primary-600\x20dark:!univer-bg-gray-800\x20dark:!univer-text-primary-300':_0x19f0a7[_0x3a950b(0x52a)]===_0x497faa[_0x3a950b(0x52a)]}),'children':[(0x0,x[_0x3a950b(0x324)])(_0x3a950b(0x406),{'className':'univer-flex\x20univer-size-4\x20univer-items-center\x20univer-justify-center','children':_0x19f0a7['icon']}),(0x0,x[_0x3a950b(0x324)])(_0x3a950b(0x406),{'className':_0x3a950b(0x3a1),'children':_0x19f0a7['label']})]},_0x19f0a7[_0x3a950b(0x52a)]))}),'children':(0x0,x[_0x3a950b(0x324)])(_0x3a950b(0x406),{'children':(0x0,x[_0x3a950b(0x324)])(v[_0x3a950b(0x639)],{'title':_0x497faa[_0x3a950b(0x248)],'placement':_0x3a950b(0x178),'children':(0x0,x['jsxs'])(_0x3a950b(0x5d8),{'type':_0x3a950b(0x5d8),'className':(0x0,v['clsx'])(_0x3a950b(0x57b),{'univer-bg-gray-100\x20univer-text-primary-600\x20dark:!univer-bg-gray-700\x20dark:!univer-text-primary-300':_0x57da50}),'children':[_0x5c9805['icon'],(0x0,x[_0x3a950b(0x324)])(h[_0x3a950b(0x338)],{'className':_0x3a950b(0x556)})]})})})});}function ve(_0x4f3c15){const _0x502ac6=_0x1edbb0;var _0x313350,_0x48d4b5,_0x4cc3c1,_0x252369,_0x1693c1,_0xb0f72d,_0xa8eb0,_0x48d694,_0x2b8634,_0x21b6d0,_0x47ccfb,_0x4eeb62,_0x811688,_0x14e9c2,_0x3f08cf,_0x1680b5,_0x3ea201,_0x1c91d1,_0x57f3cc,_0x162d38,_0x21f19a;let _0x442002=_0x4f3c15[_0x502ac6(0x380)][_0x502ac6(0x1b4)];if(!_0x442002)return null;let _0x246911=(0x0,g['useDependency'])(u[_0x502ac6(0x15b)]),_0x29560f=(0x0,g[_0x502ac6(0x1e6)])(u['LocaleService']),_0x157560=(0x0,g[_0x502ac6(0x1e6)])(l[_0x502ac6(0x4b2)]),_0x9173d4=(0x0,g[_0x502ac6(0x1e6)])(u[_0x502ac6(0x2eb)]),_0x403c8b=(0x0,g['useDependency'])(u[_0x502ac6(0x1ed)]),_0xbeabd6=(0x0,g[_0x502ac6(0x1e6)])(g[_0x502ac6(0x222)]),{unitId:_0x56a588,subUnitId:_0x1db421,drawingId:_0x1248ac,shapeType:_0x3bd076}=_0x442002,[_0x37d0ea,_0x5206f3]=(0x0,y[_0x502ac6(0x25d)])(_0x442002[_0x502ac6(0x190)]),[_0x5ced80,_0x5b4c39]=(0x0,y[_0x502ac6(0x25d)])(!0x1),[_0x527e28,_0x477897]=(0x0,y[_0x502ac6(0x25d)])(()=>_0xbeabd6[_0x502ac6(0x3bf)]()),_0x2fd89f=(_0x313350=_0x9173d4['getUnit'](_0x56a588,u['UniverInstanceType']['UNIVER_DOC']))==null?void 0x0:_0x313350,[_0x38b59b,_0x131c28]=(0x0,y[_0x502ac6(0x25d)])(()=>de(_0x2fd89f,_0x1248ac)),_0x2a2216=(0x0,c[_0x502ac6(0x22d)])(_0x3bd076),_0x4b9964=(0x0,y[_0x502ac6(0x4ae)])(()=>ue(_0x37d0ea),[_0x37d0ea]),_0x8bc921=(0x0,y[_0x502ac6(0x4ae)])(()=>Q(_0x37d0ea),[_0x37d0ea]);(0x0,y[_0x502ac6(0x4c8)])(()=>{const _0xf20ca9=_0x502ac6;let _0x1306b8=_0x246911[_0xf20ca9(0x350)](_0x2bbf83=>{const _0x2b4c26=_0xf20ca9;if(_0x2bbf83['id']!==l[_0x2b4c26(0x23d)]['id'])return;let _0x5ba5cd=_0x157560[_0x2b4c26(0x5e8)](_0x56a588,_0x1db421,_0x1248ac);_0x5ba5cd&&_0x5206f3(_0x5ba5cd);});return()=>_0x1306b8[_0xf20ca9(0x381)]();},[_0x246911,_0x157560,_0x1248ac,_0x1db421,_0x56a588]),(0x0,y['useEffect'])(()=>{const _0x53afa6=_0x502ac6;let _0xe5f14a=_0xbeabd6[_0x53afa6(0x4b6)]['subscribe'](_0x331fa0=>{_0x477897(_0x331fa0);});return()=>_0xe5f14a['unsubscribe']();},[_0xbeabd6]);let _0x40949a=_0x4d88f6=>{_0x5206f3(_0x463311=>({..._0x463311,..._0x4d88f6}));},_0x2879f6=_0x1bdc80=>{let _0x4cd62e=ce(_0x37d0ea,_0x1bdc80);z(_0x246911,_0x56a588,_0x1db421,_0x1248ac,{'oldShapeData':{'shapeText':_0x37d0ea['shapeText']}},_0x4cd62e),_0x40949a(_0x4cd62e);},_0x42be71=_0x5b53dc=>{_0x131c28(_0x5b53dc),_0x246911['executeCommand']('doc.command.update-doc-drawing-wrapping-style',{'unitId':_0x56a588,'subUnitId':_0x1db421,'drawings':[{'unitId':_0x56a588,'subUnitId':_0x1db421,'drawingId':_0x1248ac}],'wrappingStyle':_0x5b53dc});};if(_0x5ced80)return null;let _0xb474b6=(_0x48d4b5=(_0x4cc3c1=_0x37d0ea[_0x502ac6(0x1b3)])==null?void 0x0:_0x4cc3c1[_0x502ac6(0x2ec)])==null?_0x502ac6(0x425):_0x48d4b5,_0x4aad8b=(_0x252369=(_0x1693c1=_0x37d0ea[_0x502ac6(0x286)])==null?void 0x0:_0x1693c1[_0x502ac6(0x2ec)])==null?_0x502ac6(0x5ea):_0x252369,_0x4387b9=(_0xb0f72d=(_0xa8eb0=_0x4b9964['cl'])==null?void 0x0:_0xa8eb0[_0x502ac6(0x569)])==null?_0x502ac6(0x4da):_0xb0f72d,_0x3a38a3=(_0x48d694=(_0x2b8634=_0x4b9964['bg'])==null?void 0x0:_0x2b8634[_0x502ac6(0x569)])==null?_0x502ac6(0x359):_0x48d694,_0xcfef02=(_0x21b6d0=_0x4b9964['ff'])==null?'monospace':_0x21b6d0,_0x2b1119=(_0x47ccfb=_0x4b9964['fs'])==null?0xe:_0x47ccfb,_0xcb1e63=_0x4b9964['bl']===u[_0x502ac6(0x303)][_0x502ac6(0x122)],_0x4dd87e=_0x4b9964['it']===u['BooleanNumber'][_0x502ac6(0x122)],_0x1c9110=((_0x4eeb62=_0x4b9964['ul'])==null?void 0x0:_0x4eeb62['s'])===u[_0x502ac6(0x303)]['TRUE'],_0x340c3d=((_0x811688=_0x4b9964['st'])==null?void 0x0:_0x811688['s'])===u['BooleanNumber']['TRUE'],_0x431838=_0x527e28[_0x502ac6(0x582)](_0x262b70=>({'label':_0x29560f['t'](_0x262b70[_0x502ac6(0x16f)]),'value':_0x262b70['value']})),_0x2c5eaf=g[_0x502ac6(0x594)][_0x502ac6(0x582)](_0x52ea08=>({'label':_0x52ea08[_0x502ac6(0x16f)],'value':String(_0x52ea08[_0x502ac6(0x52a)])})),_0xf190a1=(_0x14e9c2=_0x8bc921==null?void 0x0:_0x8bc921['ha'])==null?u[_0x502ac6(0x3fb)]['LEFT']:_0x14e9c2,_0x94200e=(_0x3f08cf=_0x8bc921==null?void 0x0:_0x8bc921['va'])==null?u[_0x502ac6(0x22a)]['TOP']:_0x3f08cf,_0x1b9146=[{'label':_0x29560f['t'](_0x502ac6(0x3b8)),'value':u[_0x502ac6(0x3fb)]['LEFT'],'icon':(0x0,x[_0x502ac6(0x324)])(h[_0x502ac6(0x42e)],{})},{'label':_0x29560f['t'](_0x502ac6(0x44b)),'value':u[_0x502ac6(0x3fb)]['CENTER'],'icon':(0x0,x[_0x502ac6(0x324)])(h[_0x502ac6(0x191)],{})},{'label':_0x29560f['t'](_0x502ac6(0x1a9)),'value':u[_0x502ac6(0x3fb)][_0x502ac6(0x17e)],'icon':(0x0,x[_0x502ac6(0x324)])(h[_0x502ac6(0x3d3)],{})},{'label':_0x29560f['t'](_0x502ac6(0x383)),'value':u[_0x502ac6(0x3fb)][_0x502ac6(0x2af)],'icon':(0x0,x[_0x502ac6(0x324)])(h['AlignTextBothIcon'],{})}],_0x12ad1b=[{'label':_0x29560f['t'](_0x502ac6(0x27d)),'value':u['VerticalAlign'][_0x502ac6(0x5c0)],'icon':(0x0,x[_0x502ac6(0x324)])(h['AlignTopIcon'],{})},{'label':_0x29560f['t'](_0x502ac6(0x534)),'value':u['VerticalAlign']['MIDDLE'],'icon':(0x0,x['jsx'])(h[_0x502ac6(0x3f9)],{})},{'label':_0x29560f['t'](_0x502ac6(0x138)),'value':u[_0x502ac6(0x22a)][_0x502ac6(0x5aa)],'icon':(0x0,x[_0x502ac6(0x324)])(h[_0x502ac6(0x368)],{})}],_0x2d8a60=[{'label':_0x29560f['t'](_0x502ac6(0x575)),'value':'inline','icon':(0x0,x[_0x502ac6(0x324)])(pe,{})},{'label':_0x29560f['t'](_0x502ac6(0x24b)),'value':_0x502ac6(0x599),'icon':(0x0,x[_0x502ac6(0x324)])(pe,{})},{'label':_0x29560f['t'](_0x502ac6(0x520)),'value':_0x502ac6(0x548),'icon':(0x0,x[_0x502ac6(0x324)])(pe,{})},{'label':_0x29560f['t']('docs-shape-ui.textWrap.behindText'),'value':_0x502ac6(0x3f3),'icon':(0x0,x['jsx'])(pe,{})},{'label':_0x29560f['t'](_0x502ac6(0x225)),'value':_0x502ac6(0x4ba),'icon':(0x0,x[_0x502ac6(0x324)])(pe,{})}];return(0x0,x[_0x502ac6(0x3e8)])(_0x502ac6(0x2e9),{'data-u-comp':_0x502ac6(0x33e),'onMouseDown':_0x196e3e=>{const _0x5dd2a3=_0x502ac6;_0x196e3e[_0x5dd2a3(0x228)](),me(_0x196e3e['target'])||_0x196e3e['preventDefault']();},'className':(0x0,v['clsx'])(_0x502ac6(0x536),v[_0x502ac6(0x180)]),'children':[(0x0,x[_0x502ac6(0x3e8)])($,{'compact':!0x0,'children':[(0x0,x['jsx'])(ge,{'title':_0x29560f['t']('docs-shape-ui.fill.title'),'color':_0xb474b6,'disabled':_0x2a2216,'onChange':_0x24080b=>{const _0x5a1d6b=_0x502ac6;let _0x54e5b7={'fill':{..._0x37d0ea[_0x5a1d6b(0x1b3)],'fillType':c[_0x5a1d6b(0x1c2)][_0x5a1d6b(0x5b0)],'color':_0x24080b}};z(_0x246911,_0x56a588,_0x1db421,_0x1248ac,{'oldShapeData':{'fill':_0x37d0ea[_0x5a1d6b(0x1b3)]}},_0x54e5b7),_0x40949a(_0x54e5b7);},'children':(0x0,x['jsx'])(h[_0x502ac6(0x395)],{'extend':{'colorChannel1':_0xb474b6}})}),(0x0,x[_0x502ac6(0x324)])(ge,{'title':_0x29560f['t'](_0x502ac6(0x414)),'color':_0x4aad8b,'onChange':_0x2f32be=>{const _0x3b8ea1=_0x502ac6;let _0x360d5={'stroke':{..._0x37d0ea[_0x3b8ea1(0x286)],'lineStrokeType':c[_0x3b8ea1(0x331)][_0x3b8ea1(0x46a)],'color':_0x2f32be}};z(_0x246911,_0x56a588,_0x1db421,_0x1248ac,{'oldShapeData':{'stroke':_0x37d0ea['stroke']}},_0x360d5),_0x40949a(_0x360d5);},'children':(0x0,x['jsx'])(h[_0x502ac6(0x44a)],{})})]}),(0x0,x[_0x502ac6(0x324)])(fe,{}),(0x0,x[_0x502ac6(0x3e8)])($,{'children':[(0x0,x[_0x502ac6(0x324)])(v[_0x502ac6(0x328)],{'className':_0x502ac6(0x608),'value':_0xcfef02,'options':_0x431838,'onChange':_0x39ccf2=>_0x2879f6({'textStyle':{'ff':String(_0x39ccf2)}})}),(0x0,x[_0x502ac6(0x324)])(v['Select'],{'className':'!univer-h-6\x20univer-w-14\x20!univer-min-w-0\x20!univer-rounded-md\x20!univer-px-1.5','value':String(_0x2b1119),'options':_0x2c5eaf,'onChange':_0x409ddc=>{const _0x3febf9=_0x502ac6;let _0x2ec9b0=Number(_0x409ddc);Number[_0x3febf9(0x5d0)](_0x2ec9b0)||_0x2879f6({'textStyle':{'fs':_0x2ec9b0}}),_0x403c8b[_0x3febf9(0x54d)](u[_0x3febf9(0x144)],!0x1);}})]}),(0x0,x[_0x502ac6(0x324)])(fe,{}),(0x0,x['jsxs'])($,{'compact':!0x0,'children':[(0x0,x['jsx'])(he,{'title':_0x29560f['t']('docs-shape-ui.toolbar.bold'),'active':_0xcb1e63,'onClick':()=>_0x2879f6({'textStyle':{'bl':_0xcb1e63?u[_0x502ac6(0x303)][_0x502ac6(0x595)]:u[_0x502ac6(0x303)]['TRUE']}}),'children':(0x0,x[_0x502ac6(0x324)])(h['BoldIcon'],{})}),(0x0,x[_0x502ac6(0x324)])(he,{'title':_0x29560f['t'](_0x502ac6(0x1a3)),'active':_0x4dd87e,'onClick':()=>_0x2879f6({'textStyle':{'it':_0x4dd87e?u['BooleanNumber'][_0x502ac6(0x595)]:u[_0x502ac6(0x303)][_0x502ac6(0x122)]}}),'children':(0x0,x['jsx'])(h['ItalicIcon'],{})}),(0x0,x[_0x502ac6(0x324)])(he,{'title':_0x29560f['t'](_0x502ac6(0x34b)),'active':_0x1c9110,'onClick':()=>_0x2879f6({'textStyle':{'ul':{'s':_0x1c9110?u['BooleanNumber']['FALSE']:u[_0x502ac6(0x303)][_0x502ac6(0x122)]}}}),'children':(0x0,x[_0x502ac6(0x324)])(h[_0x502ac6(0x5ae)],{})}),(0x0,x[_0x502ac6(0x324)])(he,{'title':_0x29560f['t'](_0x502ac6(0x638)),'active':_0x340c3d,'onClick':()=>_0x2879f6({'textStyle':{'st':{'s':_0x340c3d?u[_0x502ac6(0x303)][_0x502ac6(0x595)]:u[_0x502ac6(0x303)][_0x502ac6(0x122)]}}}),'children':(0x0,x[_0x502ac6(0x324)])(h[_0x502ac6(0x504)],{})})]}),(0x0,x[_0x502ac6(0x324)])(fe,{}),(0x0,x['jsxs'])($,{'compact':!0x0,'children':[(0x0,x[_0x502ac6(0x324)])(ge,{'title':_0x29560f['t'](_0x502ac6(0x543)),'color':_0x4387b9,'onChange':_0x4f9c3a=>_0x2879f6({'textStyle':{'cl':{'rgb':_0x4f9c3a}}}),'children':(0x0,x['jsx'])(h[_0x502ac6(0x25c)],{'extend':{'colorChannel1':_0x4387b9}})}),(0x0,x[_0x502ac6(0x324)])(ge,{'title':_0x29560f['t']('docs-shape-ui.toolbar.fillColor'),'color':_0x3a38a3,'onChange':_0x4e6a20=>_0x2879f6({'textStyle':{'bg':{'rgb':_0x4e6a20}}}),'children':(0x0,x[_0x502ac6(0x324)])(h[_0x502ac6(0x395)],{'extend':{'colorChannel1':_0x3a38a3}})})]}),(0x0,x[_0x502ac6(0x324)])(fe,{}),(0x0,x[_0x502ac6(0x3e8)])($,{'compact':!0x0,'children':[(0x0,x[_0x502ac6(0x324)])(_e,{'title':(_0x1680b5=(_0x3ea201=_0x1b9146[_0x502ac6(0x600)](_0x347738=>_0x347738[_0x502ac6(0x52a)]===_0xf190a1))==null?void 0x0:_0x3ea201['label'])==null?_0x29560f['t']('docs-shape-ui.toolbar.alignLeft'):_0x1680b5,'value':_0xf190a1,'options':_0x1b9146,'onChange':_0x3daabc=>_0x2879f6({'horizontalAlign':_0x3daabc})}),(0x0,x['jsx'])(_e,{'title':(_0x1c91d1=(_0x57f3cc=_0x12ad1b[_0x502ac6(0x600)](_0x53002e=>_0x53002e[_0x502ac6(0x52a)]===_0x94200e))==null?void 0x0:_0x57f3cc[_0x502ac6(0x16f)])==null?_0x29560f['t']('docs-shape-ui.align.top'):_0x1c91d1,'value':_0x94200e,'options':_0x12ad1b,'onChange':_0x158044=>_0x2879f6({'verticalAlign':_0x158044})})]}),(0x0,x[_0x502ac6(0x324)])(fe,{}),(0x0,x[_0x502ac6(0x324)])($,{'compact':!0x0,'children':(0x0,x[_0x502ac6(0x324)])(_e,{'title':(_0x162d38=(_0x21f19a=_0x2d8a60['find'](_0x3425e5=>_0x3425e5[_0x502ac6(0x52a)]===_0x38b59b))==null?void 0x0:_0x21f19a['label'])==null?_0x29560f['t'](_0x502ac6(0x575)):_0x162d38,'value':_0x38b59b,'options':_0x2d8a60,'onChange':_0x42be71})}),(0x0,x[_0x502ac6(0x324)])(fe,{}),(0x0,x['jsxs'])($,{'compact':!0x0,'children':[(0x0,x[_0x502ac6(0x324)])(he,{'title':_0x29560f['t'](_0x502ac6(0x2f4)),'onClick':()=>{const _0x44356f=_0x502ac6;_0x5b4c39(!0x0),_0x246911[_0x44356f(0x1ce)](M['id'],{'unitId':_0x56a588,'subUnitId':_0x1db421,'drawingId':_0x1248ac});},'children':(0x0,x[_0x502ac6(0x324)])(h[_0x502ac6(0x55f)],{})}),(0x0,x[_0x502ac6(0x324)])(he,{'title':_0x29560f['t'](_0x502ac6(0x544)),'onClick':()=>{const _0x48e892=_0x502ac6;_0x246911[_0x48e892(0x1ce)](d[_0x48e892(0x5c5)]['id'],{'unitId':_0x56a588,'drawings':[{'unitId':_0x56a588,'subUnitId':_0x1db421,'drawingId':_0x1248ac}]});},'children':(0x0,x[_0x502ac6(0x324)])(h[_0x502ac6(0x275)],{})})]})]});}let ye=class extends u[_0x1edbb0(0x2bf)]{constructor(_0xfcb8f8,_0x280d61){const _0xd118e8=_0x1edbb0;super(),this[_0xd118e8(0x399)]=_0xfcb8f8,this[_0xd118e8(0x1ea)]=_0x280d61,this[_0xd118e8(0x2f9)](),this[_0xd118e8(0x399)][_0xd118e8(0x2a2)](!0x0),this[_0xd118e8(0x426)]({'dispose':()=>this[_0xd118e8(0x399)][_0xd118e8(0x2a2)](!0x1)});}[_0x1edbb0(0x2f9)](){const _0x1f42c5=_0x1edbb0;let _0x656b3b=new Map(),_0x3b8ad2=this['_clipService'][_0x1f42c5(0x24d)]((_0x440f55,_0x177710,_0xdbb6f3,_0x55e720,_0x5f093e)=>{const _0x41250e=_0x1f42c5;let _0x44e2e8=_0x177710;if(_0x44e2e8===c[_0x41250e(0x4e2)]['None']||_0x177710===_0x41250e(0x28a))return!0x1;try{let _0xccdeeb=_0x656b3b['get'](_0x177710);return _0xccdeeb||(_0xccdeeb=new c[(_0x41250e(0x634))](_0x44e2e8,_0x41250e(0x203)+_0x177710),_0x656b3b[_0x41250e(0x3c6)](_0x177710,_0xccdeeb)),_0x5f093e&&_0xccdeeb['setShapeData']({'adjustValues':_0x5f093e},!0x0),_0xccdeeb[_0x41250e(0x351)]({'width':_0xdbb6f3,'height':_0x55e720}),_0xccdeeb[_0x41250e(0x5b8)](_0x440f55,{'left':0x0,'top':0x0,'width':_0xdbb6f3,'height':_0x55e720});}catch{return!0x1;}});this[_0x1f42c5(0x426)](_0x3b8ad2),this[_0x1f42c5(0x426)]({'dispose':()=>_0x656b3b['clear']()});}[_0x1edbb0(0x5fd)](_0xe09602,_0x28339d,_0x58ea94,_0x22fe0a,_0x2dbc41){const _0x9fcbb1=_0x1edbb0;let _0x269d12=this['_drawingManagerService']['getDrawingData'](_0xe09602,_0x28339d)[_0x58ea94];!_0x269d12||_0x269d12[_0x9fcbb1(0x3e7)]!==u[_0x9fcbb1(0x51c)][_0x9fcbb1(0x415)]||this[_0x9fcbb1(0x1ea)][_0x9fcbb1(0x32e)]([{..._0x269d12,'prstGeom':_0x22fe0a,'adjustValues':_0x2dbc41}]);}};ye=W([U(0x0,(0x0,u[_0x1edbb0(0x1ac)])(b['DrawingImageClipService'])),U(0x1,(0x0,u['Inject'])(m[_0x1edbb0(0x2ff)]))],ye);const be=[{'group':'line','type':c['ShapeTypeEnum']['Line'],'icon':_0x1edbb0(0x44a),'name':_0x1edbb0(0x42f)},{'group':'line','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x259)],'icon':_0x1edbb0(0x5a9),'name':_0x1edbb0(0x1c0),'endArrow':!0x0},{'group':_0x1edbb0(0x561),'type':c[_0x1edbb0(0x4e2)]['StraightConnector1'],'icon':_0x1edbb0(0x490),'name':_0x1edbb0(0x2b3),'endArrow':!0x0,'startArrow':!0x0},{'group':_0x1edbb0(0x561),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x522)],'icon':_0x1edbb0(0x45f),'name':_0x1edbb0(0x1e4)},{'group':'line','type':c['ShapeTypeEnum']['BentConnector3'],'icon':_0x1edbb0(0x577),'name':_0x1edbb0(0x3ca),'endArrow':!0x0},{'group':_0x1edbb0(0x561),'type':c[_0x1edbb0(0x4e2)]['BentConnector3'],'icon':_0x1edbb0(0x365),'name':_0x1edbb0(0x176),'endArrow':!0x0,'startArrow':!0x0},{'group':'line','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x564)],'icon':_0x1edbb0(0x1e5),'name':_0x1edbb0(0x2e2)},{'group':_0x1edbb0(0x561),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x564)],'icon':_0x1edbb0(0x16b),'name':_0x1edbb0(0x613),'endArrow':!0x0},{'group':'line','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x564)],'icon':_0x1edbb0(0x602),'name':_0x1edbb0(0x25e),'endArrow':!0x0,'startArrow':!0x0},{'group':_0x1edbb0(0x441),'type':c[_0x1edbb0(0x4e2)]['Rect'],'icon':'ShapeRectIcon','name':_0x1edbb0(0x260)},{'group':_0x1edbb0(0x441),'type':c['ShapeTypeEnum'][_0x1edbb0(0x136)],'icon':_0x1edbb0(0x52f),'name':_0x1edbb0(0x2d3)},{'group':'rectangle','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5c4)],'icon':'ShapeSnip1RectIcon','name':'docs-shape-ui.shape.type.snip1-rect'},{'group':'rectangle','type':c['ShapeTypeEnum'][_0x1edbb0(0x5f1)],'icon':'ShapeSnip2SameRectIcon','name':'docs-shape-ui.shape.type.snip2-same-rect'},{'group':_0x1edbb0(0x441),'type':c['ShapeTypeEnum'][_0x1edbb0(0x61f)],'icon':_0x1edbb0(0x5b7),'name':'docs-shape-ui.shape.type.snip2-diag-rect'},{'group':'rectangle','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x3a3)],'icon':_0x1edbb0(0x410),'name':_0x1edbb0(0x4cc)},{'group':_0x1edbb0(0x441),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x44c)],'icon':_0x1edbb0(0x54a),'name':_0x1edbb0(0x494)},{'group':_0x1edbb0(0x441),'type':c['ShapeTypeEnum'][_0x1edbb0(0x127)],'icon':'ShapeRound2SameRectIcon','name':_0x1edbb0(0x2bb)},{'group':_0x1edbb0(0x441),'type':c[_0x1edbb0(0x4e2)]['Round2DiagRect'],'icon':_0x1edbb0(0x3fd),'name':_0x1edbb0(0x390)},{'group':_0x1edbb0(0x5e4),'type':c['ShapeTypeEnum']['Rect'],'icon':_0x1edbb0(0x5a1),'name':_0x1edbb0(0x4b3),'horizontal':!0x0},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)]['Rect'],'icon':_0x1edbb0(0x349),'name':'docs-shape-ui.shape.type.rect-textbox-vertical','vertical':!0x0},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x54e)],'icon':_0x1edbb0(0x456),'name':'docs-shape-ui.shape.type.ellipse'},{'group':_0x1edbb0(0x5e4),'type':c['ShapeTypeEnum'][_0x1edbb0(0x54f)],'icon':'ShapeTriangleIcon','name':_0x1edbb0(0x14e)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x3ee)],'icon':_0x1edbb0(0x1c3),'name':_0x1edbb0(0x59b)},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)]['Parallelogram'],'icon':_0x1edbb0(0x55d),'name':_0x1edbb0(0x36c)},{'group':'basicShape','type':c['ShapeTypeEnum'][_0x1edbb0(0x251)],'icon':'ShapeTrapezoidIcon','name':'docs-shape-ui.shape.type.trapezoid'},{'group':'basicShape','type':c['ShapeTypeEnum'][_0x1edbb0(0x623)],'icon':_0x1edbb0(0x3bc),'name':_0x1edbb0(0x1f0)},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)]['Pentagon'],'icon':_0x1edbb0(0x337),'name':_0x1edbb0(0x279)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x55c)],'icon':_0x1edbb0(0x200),'name':_0x1edbb0(0x21c)},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x3ed)],'icon':_0x1edbb0(0x2ac),'name':_0x1edbb0(0x22c)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x2e7)],'icon':_0x1edbb0(0x482),'name':_0x1edbb0(0x2ae)},{'group':_0x1edbb0(0x5e4),'type':c['ShapeTypeEnum'][_0x1edbb0(0x182)],'icon':_0x1edbb0(0x307),'name':_0x1edbb0(0x4b1)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x377)],'icon':'ShapeDodecagonIcon','name':_0x1edbb0(0x62c)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x39a)],'icon':_0x1edbb0(0x34d),'name':'docs-shape-ui.shape.type.pie'},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5a6)],'icon':_0x1edbb0(0x40a),'name':'docs-shape-ui.shape.type.chord'},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)]['Teardrop'],'icon':_0x1edbb0(0x207),'name':'docs-shape-ui.shape.type.teardrop'},{'group':_0x1edbb0(0x5e4),'type':c['ShapeTypeEnum'][_0x1edbb0(0x2d1)],'icon':_0x1edbb0(0x3e4),'name':'docs-shape-ui.shape.type.frame'},{'group':_0x1edbb0(0x5e4),'type':c['ShapeTypeEnum'][_0x1edbb0(0x19a)],'icon':_0x1edbb0(0x58f),'name':_0x1edbb0(0x1a7)},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x161)],'icon':_0x1edbb0(0x62a),'name':_0x1edbb0(0x2ea)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x209)],'icon':_0x1edbb0(0x140),'name':_0x1edbb0(0x5fe)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)]['Plus'],'icon':'ShapePlusIcon','name':_0x1edbb0(0x611)},{'group':_0x1edbb0(0x5e4),'type':c['ShapeTypeEnum'][_0x1edbb0(0x189)],'icon':'ShapePlaqueIcon','name':_0x1edbb0(0x3f6)},{'group':_0x1edbb0(0x5e4),'type':c['ShapeTypeEnum'][_0x1edbb0(0x165)],'icon':_0x1edbb0(0x554),'name':_0x1edbb0(0x48b)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x3e1)],'icon':_0x1edbb0(0x4ab),'name':_0x1edbb0(0x362)},{'group':_0x1edbb0(0x5e4),'type':c['ShapeTypeEnum'][_0x1edbb0(0x229)],'icon':_0x1edbb0(0x37d),'name':_0x1edbb0(0x3b2)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)]['Donut'],'icon':_0x1edbb0(0x584),'name':_0x1edbb0(0x2bd)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x171)],'icon':_0x1edbb0(0x439),'name':_0x1edbb0(0x25a)},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)]['BlockArc'],'icon':'ShapeBlockArcIcon','name':_0x1edbb0(0x453)},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x633)],'icon':_0x1edbb0(0x18e),'name':_0x1edbb0(0x466)},{'group':'basicShape','type':c['ShapeTypeEnum']['SmileyFace'],'icon':'ShapeSmileyFaceIcon','name':_0x1edbb0(0x4ac)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x25b)],'icon':_0x1edbb0(0x194),'name':_0x1edbb0(0x603)},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x327)],'icon':_0x1edbb0(0x404),'name':'docs-shape-ui.shape.type.lightning-bolt'},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5eb)],'icon':_0x1edbb0(0x164),'name':'docs-shape-ui.shape.type.sun'},{'group':_0x1edbb0(0x5e4),'type':c['ShapeTypeEnum'][_0x1edbb0(0x5d2)],'icon':'ShapeMoonIcon','name':_0x1edbb0(0x34e)},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x3cc)],'icon':_0x1edbb0(0x450),'name':'docs-shape-ui.shape.type.cloud'},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x12f)],'icon':_0x1edbb0(0x305),'name':_0x1edbb0(0x3b5)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x30d)],'icon':_0x1edbb0(0x502),'name':'docs-shape-ui.shape.type.bracket-pair'},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5bc)],'icon':_0x1edbb0(0x3a0),'name':'docs-shape-ui.shape.type.brace-pair'},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x265)],'icon':_0x1edbb0(0x373),'name':_0x1edbb0(0x366)},{'group':'basicShape','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x55a)],'icon':'ShapeRightBracketIcon','name':_0x1edbb0(0x2c4)},{'group':_0x1edbb0(0x5e4),'type':c['ShapeTypeEnum'][_0x1edbb0(0x340)],'icon':_0x1edbb0(0x38d),'name':_0x1edbb0(0x364)},{'group':_0x1edbb0(0x5e4),'type':c[_0x1edbb0(0x4e2)]['RightBrace'],'icon':_0x1edbb0(0x570),'name':'docs-shape-ui.shape.type.right-brace'},{'group':'blockArrow','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x282)],'icon':_0x1edbb0(0x4cd),'name':_0x1edbb0(0x513)},{'group':'blockArrow','type':c['ShapeTypeEnum'][_0x1edbb0(0x40f)],'icon':_0x1edbb0(0x4dc),'name':_0x1edbb0(0x60b)},{'group':'blockArrow','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x1bb)],'icon':_0x1edbb0(0x1f7),'name':_0x1edbb0(0x2cc)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x300)],'icon':_0x1edbb0(0x4f3),'name':'docs-shape-ui.shape.type.down-arrow'},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)]['LeftRightArrow'],'icon':'ShapeLeftRightArrowIcon','name':_0x1edbb0(0x4d1)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x3c8)],'icon':_0x1edbb0(0x353),'name':_0x1edbb0(0x437)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x581)],'icon':'ShapeQuadArrowIcon','name':_0x1edbb0(0x18f)},{'group':'blockArrow','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x464)],'icon':_0x1edbb0(0x12a),'name':'docs-shape-ui.shape.type.left-right-up-arrow'},{'group':'blockArrow','type':c['ShapeTypeEnum'][_0x1edbb0(0x5ee)],'icon':_0x1edbb0(0x3c2),'name':_0x1edbb0(0x4bf)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x2ad)],'icon':_0x1edbb0(0x4c9),'name':_0x1edbb0(0x255)},{'group':'blockArrow','type':c[_0x1edbb0(0x4e2)]['LeftUpArrow'],'icon':_0x1edbb0(0x1ad),'name':_0x1edbb0(0x1e0)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x36a)],'icon':_0x1edbb0(0x412),'name':_0x1edbb0(0x5d7)},{'group':'blockArrow','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x60a)],'icon':_0x1edbb0(0x5cd),'name':_0x1edbb0(0x5f4)},{'group':'blockArrow','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5a8)],'icon':_0x1edbb0(0x354),'name':_0x1edbb0(0x162)},{'group':_0x1edbb0(0x360),'type':c['ShapeTypeEnum'][_0x1edbb0(0x526)],'icon':'ShapeCurvedUpArrowIcon','name':_0x1edbb0(0x156)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)]['CurvedDownArrow'],'icon':'ShapeCurvedDownArrowIcon','name':_0x1edbb0(0x60c)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x451)],'icon':_0x1edbb0(0x1a8),'name':_0x1edbb0(0x148)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x267)],'icon':_0x1edbb0(0x434),'name':_0x1edbb0(0x4ca)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)]['HomePlate'],'icon':_0x1edbb0(0x1f6),'name':_0x1edbb0(0x4f1)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)]['Chevron'],'icon':'ShapeChevronIcon','name':'docs-shape-ui.shape.type.chevron'},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)]['RightArrowCallout'],'icon':_0x1edbb0(0x1d5),'name':'docs-shape-ui.shape.type.right-arrow-callout'},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x59f)],'icon':_0x1edbb0(0x39b),'name':_0x1edbb0(0x1db)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x4d2)],'icon':_0x1edbb0(0x43b),'name':'docs-shape-ui.shape.type.left-arrow-callout'},{'group':'blockArrow','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x558)],'icon':_0x1edbb0(0x578),'name':_0x1edbb0(0x243)},{'group':'blockArrow','type':c['ShapeTypeEnum'][_0x1edbb0(0x3d2)],'icon':'ShapeLeftRightArrowCalloutIcon','name':_0x1edbb0(0x589)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x233)],'icon':_0x1edbb0(0x1fb),'name':_0x1edbb0(0x1ab)},{'group':_0x1edbb0(0x360),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x1dd)],'icon':'ShapeCircularArrowIcon','name':_0x1edbb0(0x506)},{'group':_0x1edbb0(0x266),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x17a)],'icon':_0x1edbb0(0x2e8),'name':_0x1edbb0(0x607)},{'group':_0x1edbb0(0x266),'type':c['ShapeTypeEnum'][_0x1edbb0(0x3e9)],'icon':_0x1edbb0(0x2c7),'name':_0x1edbb0(0x30e)},{'group':_0x1edbb0(0x266),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x3a9)],'icon':_0x1edbb0(0x3b4),'name':_0x1edbb0(0x53f)},{'group':'equationShape','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x141)],'icon':'ShapeMathDivideIcon','name':'docs-shape-ui.shape.type.math-divide'},{'group':_0x1edbb0(0x266),'type':c['ShapeTypeEnum'][_0x1edbb0(0x495)],'icon':_0x1edbb0(0x1aa),'name':_0x1edbb0(0x4ee)},{'group':_0x1edbb0(0x266),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x246)],'icon':'ShapeMathNotEqualIcon','name':'docs-shape-ui.shape.type.math-not-equal'},{'group':'flowchart','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x1f8)],'icon':'ShapeFlowChartProcessIcon','name':'docs-shape-ui.shape.type.flow-chart-process'},{'group':'flowchart','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x30f)],'icon':_0x1edbb0(0x18b),'name':_0x1edbb0(0x1ae)},{'group':_0x1edbb0(0x58e),'type':c['ShapeTypeEnum'][_0x1edbb0(0x125)],'icon':_0x1edbb0(0x3fc),'name':_0x1edbb0(0x33b)},{'group':'flowchart','type':c['ShapeTypeEnum'][_0x1edbb0(0x4a3)],'icon':_0x1edbb0(0x1b8),'name':'docs-shape-ui.shape.type.flow-chart-input-output'},{'group':_0x1edbb0(0x58e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x592)],'icon':'ShapeFlowChartPredefinedProcessIcon','name':'docs-shape-ui.shape.type.flow-chart-predefined-process'},{'group':_0x1edbb0(0x58e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x212)],'icon':_0x1edbb0(0x516),'name':_0x1edbb0(0x1cb)},{'group':_0x1edbb0(0x58e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x22b)],'icon':_0x1edbb0(0x4fb),'name':_0x1edbb0(0x4e6)},{'group':_0x1edbb0(0x58e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x2a7)],'icon':_0x1edbb0(0x204),'name':'docs-shape-ui.shape.type.flow-chart-multidocument'},{'group':_0x1edbb0(0x58e),'type':c[_0x1edbb0(0x4e2)]['FlowchartTerminator'],'icon':_0x1edbb0(0x454),'name':_0x1edbb0(0x58d)},{'group':_0x1edbb0(0x58e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x563)],'icon':_0x1edbb0(0x184),'name':_0x1edbb0(0x15e)},{'group':'flowchart','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x26f)],'icon':_0x1edbb0(0x5fa),'name':_0x1edbb0(0x549)},{'group':_0x1edbb0(0x58e),'type':c['ShapeTypeEnum'][_0x1edbb0(0x5dc)],'icon':_0x1edbb0(0x5ce),'name':_0x1edbb0(0x2e4)},{'group':_0x1edbb0(0x58e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x210)],'icon':'ShapeFlowChartConnectorIcon','name':_0x1edbb0(0x403)},{'group':'flowchart','type':c['ShapeTypeEnum'][_0x1edbb0(0x277)],'icon':_0x1edbb0(0x51b),'name':_0x1edbb0(0x1f9)},{'group':'flowchart','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x483)],'icon':_0x1edbb0(0x31b),'name':_0x1edbb0(0x50d)},{'group':'flowchart','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x4f4)],'icon':_0x1edbb0(0x461),'name':_0x1edbb0(0x17f)},{'group':'flowchart','type':c[_0x1edbb0(0x4e2)]['FlowchartSummingJunction'],'icon':_0x1edbb0(0x5a3),'name':'docs-shape-ui.shape.type.flow-chart-summing-junction'},{'group':'flowchart','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x1e1)],'icon':_0x1edbb0(0x1e7),'name':'docs-shape-ui.shape.type.flow-chart-or'},{'group':_0x1edbb0(0x58e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x3fa)],'icon':'ShapeFlowChartCollateIcon','name':_0x1edbb0(0x21e)},{'group':_0x1edbb0(0x58e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x528)],'icon':_0x1edbb0(0x1d6),'name':'docs-shape-ui.shape.type.flow-chart-sort'},{'group':_0x1edbb0(0x58e),'type':c['ShapeTypeEnum'][_0x1edbb0(0x50e)],'icon':_0x1edbb0(0x3dc),'name':'docs-shape-ui.shape.type.flow-chart-extract'},{'group':'flowchart','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x567)],'icon':_0x1edbb0(0x30b),'name':_0x1edbb0(0x3d0)},{'group':_0x1edbb0(0x58e),'type':c['ShapeTypeEnum'][_0x1edbb0(0x236)],'icon':_0x1edbb0(0x5f6),'name':'docs-shape-ui.shape.type.flow-chart-online-storage'},{'group':'flowchart','type':c[_0x1edbb0(0x4e2)]['FlowchartDelay'],'icon':_0x1edbb0(0x2fb),'name':_0x1edbb0(0x431)},{'group':_0x1edbb0(0x58e),'type':c['ShapeTypeEnum']['FlowchartMagneticTape'],'icon':_0x1edbb0(0x26e),'name':_0x1edbb0(0x4e9)},{'group':_0x1edbb0(0x58e),'type':c['ShapeTypeEnum']['FlowchartMagneticDisk'],'icon':'ShapeFlowChartMagneticDiskIcon','name':_0x1edbb0(0x292)},{'group':_0x1edbb0(0x58e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x2b8)],'icon':'ShapeFlowChartMagneticDrumIcon','name':_0x1edbb0(0x43f)},{'group':'flowchart','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x4fc)],'icon':'ShapeFlowChartDisplayIcon','name':'docs-shape-ui.shape.type.flow-chart-display'},{'group':'starAndBanner','type':c['ShapeTypeEnum']['IrregularSeal1'],'icon':_0x1edbb0(0x530),'name':_0x1edbb0(0x317)},{'group':'starAndBanner','type':c['ShapeTypeEnum'][_0x1edbb0(0x379)],'icon':_0x1edbb0(0x4eb),'name':_0x1edbb0(0x128)},{'group':'starAndBanner','type':c[_0x1edbb0(0x4e2)]['Star4'],'icon':_0x1edbb0(0x219),'name':_0x1edbb0(0x3a2)},{'group':_0x1edbb0(0x40c),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x624)],'icon':_0x1edbb0(0x5a0),'name':_0x1edbb0(0x19d)},{'group':'starAndBanner','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x242)],'icon':'ShapeStar6Icon','name':_0x1edbb0(0x1fe)},{'group':'starAndBanner','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x4d9)],'icon':_0x1edbb0(0x27e),'name':_0x1edbb0(0x416)},{'group':_0x1edbb0(0x40c),'type':c['ShapeTypeEnum'][_0x1edbb0(0x2c3)],'icon':_0x1edbb0(0x1b6),'name':_0x1edbb0(0x445)},{'group':_0x1edbb0(0x40c),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x1b7)],'icon':_0x1edbb0(0x247),'name':'docs-shape-ui.shape.type.star10'},{'group':'starAndBanner','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5ed)],'icon':'ShapeStar12Icon','name':_0x1edbb0(0x2fc)},{'group':_0x1edbb0(0x40c),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x2bc)],'icon':_0x1edbb0(0x405),'name':'docs-shape-ui.shape.type.star16'},{'group':'starAndBanner','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x306)],'icon':_0x1edbb0(0x4e5),'name':'docs-shape-ui.shape.type.star24'},{'group':_0x1edbb0(0x40c),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x2a8)],'icon':_0x1edbb0(0x3cf),'name':'docs-shape-ui.shape.type.star32'},{'group':_0x1edbb0(0x40c),'type':c[_0x1edbb0(0x4e2)]['Ribbon2'],'icon':_0x1edbb0(0x566),'name':_0x1edbb0(0x496)},{'group':_0x1edbb0(0x40c),'type':c['ShapeTypeEnum'][_0x1edbb0(0x545)],'icon':_0x1edbb0(0x500),'name':_0x1edbb0(0x183)},{'group':'starAndBanner','type':c['ShapeTypeEnum'][_0x1edbb0(0x1f4)],'icon':_0x1edbb0(0x250),'name':'docs-shape-ui.shape.type.ellipse-ribbon2'},{'group':_0x1edbb0(0x40c),'type':c['ShapeTypeEnum'][_0x1edbb0(0x46e)],'icon':'ShapeEllipseRibbonIcon','name':_0x1edbb0(0x3a5)},{'group':_0x1edbb0(0x40c),'type':c['ShapeTypeEnum'][_0x1edbb0(0x1cf)],'icon':_0x1edbb0(0x325),'name':_0x1edbb0(0x540)},{'group':_0x1edbb0(0x40c),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x46d)],'icon':'ShapeHorizontalScrollIcon','name':_0x1edbb0(0x293)},{'group':_0x1edbb0(0x40c),'type':c[_0x1edbb0(0x4e2)]['Wave'],'icon':_0x1edbb0(0x24e),'name':'docs-shape-ui.shape.type.wave'},{'group':'starAndBanner','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x4af)],'icon':_0x1edbb0(0x5fb),'name':_0x1edbb0(0x4f5)},{'group':_0x1edbb0(0x4d3),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x352)],'icon':_0x1edbb0(0x344),'name':_0x1edbb0(0x2a1)},{'group':_0x1edbb0(0x4d3),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x28f)],'icon':_0x1edbb0(0x47c),'name':_0x1edbb0(0x542)},{'group':'callout','type':c[_0x1edbb0(0x4e2)]['WedgeEllipseCallout'],'icon':'ShapeWedgeEllipseCalloutIcon','name':_0x1edbb0(0x57d)},{'group':_0x1edbb0(0x4d3),'type':c['ShapeTypeEnum']['CloudCallout'],'icon':_0x1edbb0(0x172),'name':'docs-shape-ui.shape.type.cloud-callout'},{'group':_0x1edbb0(0x4d3),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x1fc)],'icon':_0x1edbb0(0x3a6),'name':_0x1edbb0(0x160)},{'group':'callout','type':c['ShapeTypeEnum'][_0x1edbb0(0x620)],'icon':_0x1edbb0(0x2b4),'name':_0x1edbb0(0x261)},{'group':_0x1edbb0(0x4d3),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x336)],'icon':_0x1edbb0(0x480),'name':_0x1edbb0(0x418)},{'group':_0x1edbb0(0x4d3),'type':c['ShapeTypeEnum']['AccentCallout1'],'icon':_0x1edbb0(0x12d),'name':'docs-shape-ui.shape.type.accent-callout1'},{'group':_0x1edbb0(0x4d3),'type':c['ShapeTypeEnum'][_0x1edbb0(0x378)],'icon':_0x1edbb0(0x63c),'name':_0x1edbb0(0x458)},{'group':_0x1edbb0(0x4d3),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x2e1)],'icon':_0x1edbb0(0x428),'name':_0x1edbb0(0x5b1)},{'group':_0x1edbb0(0x4d3),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x151)],'icon':_0x1edbb0(0x4f7),'name':'docs-shape-ui.shape.type.callout1'},{'group':_0x1edbb0(0x4d3),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x59e)],'icon':'ShapeCallout2Icon','name':_0x1edbb0(0x3da)},{'group':'callout','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x34f)],'icon':_0x1edbb0(0x3d1),'name':'docs-shape-ui.shape.type.callout3'},{'group':'callout','type':c['ShapeTypeEnum'][_0x1edbb0(0x3ef)],'icon':'ShapeAccentBorderCallout1Icon','name':'docs-shape-ui.shape.type.accent-border-callout1'},{'group':_0x1edbb0(0x4d3),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x1c5)],'icon':_0x1edbb0(0x12e),'name':_0x1edbb0(0x361)},{'group':_0x1edbb0(0x4d3),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x256)],'icon':'ShapeAccentBorderCallout3Icon','name':_0x1edbb0(0x299)},{'group':'other','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x438)],'icon':_0x1edbb0(0x4c7),'name':_0x1edbb0(0x491)},{'group':'other','type':c[_0x1edbb0(0x4e2)]['LeftRightCircularArrow'],'icon':_0x1edbb0(0x28b),'name':'docs-shape-ui.shape.type.left-right-circular-arrow'},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)]['SwooshArrow'],'icon':'ShapeSwooshArrowIcon','name':_0x1edbb0(0x35c)},{'group':'other','type':c['ShapeTypeEnum']['LeftRightRibbon'],'icon':'ShapeLeftRightRibbonIcon','name':'docs-shape-ui.shape.type.left-right-ribbon'},{'group':_0x1edbb0(0x51e),'type':c['ShapeTypeEnum'][_0x1edbb0(0x16d)],'icon':_0x1edbb0(0x4aa),'name':_0x1edbb0(0x41b)},{'group':'other','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x553)],'icon':_0x1edbb0(0x376),'name':_0x1edbb0(0x143)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x4a9)],'icon':_0x1edbb0(0x244),'name':_0x1edbb0(0x565)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x573)],'icon':_0x1edbb0(0x13d),'name':_0x1edbb0(0x195)},{'group':_0x1edbb0(0x51e),'type':c['ShapeTypeEnum'][_0x1edbb0(0x557)],'icon':'ShapeCornerTabsIcon','name':_0x1edbb0(0x3ba)},{'group':_0x1edbb0(0x51e),'type':c['ShapeTypeEnum']['ActionButtonBackPrevious'],'icon':_0x1edbb0(0x1bc),'name':_0x1edbb0(0x519)},{'group':'other','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x503)],'icon':_0x1edbb0(0x21d),'name':_0x1edbb0(0x5f9)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x3c9)],'icon':_0x1edbb0(0x4c0),'name':_0x1edbb0(0x3cd)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x157)],'icon':_0x1edbb0(0x239),'name':_0x1edbb0(0x2d5)},{'group':'other','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x4ec)],'icon':_0x1edbb0(0x54b),'name':_0x1edbb0(0x146)},{'group':_0x1edbb0(0x51e),'type':c['ShapeTypeEnum'][_0x1edbb0(0x4f0)],'icon':_0x1edbb0(0x40e),'name':_0x1edbb0(0x4c2)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)]['ActionButtonReturn'],'icon':'ShapeActionButtonReturnIcon','name':_0x1edbb0(0x5cf)},{'group':'other','type':c[_0x1edbb0(0x4e2)]['ActionButtonMovie'],'icon':'ShapeActionButtonMovieIcon','name':_0x1edbb0(0x484)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x2cb)],'icon':'ShapeActionButtonDocumentIcon','name':_0x1edbb0(0x1c8)},{'group':'other','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x590)],'icon':_0x1edbb0(0x392),'name':_0x1edbb0(0x13f)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x23e)],'icon':_0x1edbb0(0x310),'name':_0x1edbb0(0x1ba)},{'group':_0x1edbb0(0x51e),'type':c['ShapeTypeEnum'][_0x1edbb0(0x551)],'icon':'ShapeActionButtonBlankIcon','name':'docs-shape-ui.shape.type.action-button-blank'},{'group':_0x1edbb0(0x51e),'type':c['ShapeTypeEnum'][_0x1edbb0(0x23b)],'icon':_0x1edbb0(0x460),'name':_0x1edbb0(0x4d4)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5e7)],'icon':'ShapeChartStarIcon','name':_0x1edbb0(0x527)},{'group':'other','type':c['ShapeTypeEnum']['ChartX'],'icon':'ShapeChartXIcon','name':_0x1edbb0(0x2f8)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5b3)],'icon':_0x1edbb0(0x3c1),'name':_0x1edbb0(0x2a5)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x18a)],'icon':'ShapeLineInvIcon','name':'docs-shape-ui.shape.type.line-inv'},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5c3)],'icon':_0x1edbb0(0x16c),'name':_0x1edbb0(0x637)},{'group':_0x1edbb0(0x51e),'type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x341)],'icon':_0x1edbb0(0x20a),'name':_0x1edbb0(0x2a3)},{'group':'other','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5f3)],'icon':_0x1edbb0(0x1d9),'name':_0x1edbb0(0x199)},{'group':'other','type':c[_0x1edbb0(0x4e2)][_0x1edbb0(0x5a5)],'icon':_0x1edbb0(0x3c5),'name':'docs-shape-ui.shape.type.non-isosceles-trapezoid'}],xe=_0x1edbb0(0x36f);function Se({onShapeClick:_0x221b9a,excludeGroups:_0x252de5}){const _0x125f45=_0x1edbb0;let _0x416ebd=(0x0,g['useDependency'])(u[_0x125f45(0x635)]),_0x551740=(0x0,g['useDependency'])(g[_0x125f45(0x56a)]),_0x3c25bf=(_0x252de5?be[_0x125f45(0x15f)](_0x15d01d=>!_0x252de5['includes'](_0x15d01d[_0x125f45(0x3e2)])):be)[_0x125f45(0x281)]((_0x457595,_0x3b6454)=>(_0x457595[_0x3b6454[_0x125f45(0x3e2)]]||(_0x457595[_0x3b6454[_0x125f45(0x3e2)]]=[]),_0x457595[_0x3b6454[_0x125f45(0x3e2)]][_0x125f45(0x135)](_0x3b6454),_0x457595),{});return(0x0,x[_0x125f45(0x324)])(_0x125f45(0x2e9),{'className':_0x125f45(0x4e3),'children':Object[_0x125f45(0x278)](_0x3c25bf)[_0x125f45(0x582)](([_0x4623df,_0x44051a])=>(0x0,x['jsxs'])(_0x125f45(0x2e9),{'className':_0x125f45(0x3d7),'children':[(0x0,x['jsx'])(_0x125f45(0x2e9),{'className':'univer-mb-1\x20univer-rounded\x20univer-bg-gray-100\x20univer-px-3\x20univer-py-1.5\x20univer-text-xs\x20univer-font-medium\x20univer-text-gray-700\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-200','children':_0x416ebd['t'](_0x125f45(0x486)+_0x4623df)}),(0x0,x[_0x125f45(0x324)])(_0x125f45(0x2e9),{'className':'univer-grid\x20univer-grid-cols-10\x20univer-gap-1','children':_0x44051a[_0x125f45(0x582)](_0x3d20a9=>{const _0x49e31d=_0x125f45;let _0x4fe172=_0x551740['get'](_0x3d20a9['icon']);return(0x0,x[_0x49e31d(0x324)])('div',{'title':_0x416ebd['t'](_0x3d20a9['name']),'onClick':()=>_0x221b9a(_0x3d20a9),'className':_0x49e31d(0x2d8),'children':_0x4fe172&&(0x0,x['jsx'])(_0x4fe172,{'className':_0x49e31d(0x421)})},_0x3d20a9[_0x49e31d(0x56e)]);})})]},_0x4623df))});}function Ce(){const _0x4685b6=_0x1edbb0;let _0x53cdc1=(0x0,g[_0x4685b6(0x1e6)])(u[_0x4685b6(0x635)]),_0x5a6a1c=(0x0,g['useDependency'])(m['IDrawingManagerService']),_0x14ebd=(0x0,g['useDependency'])(ye),[_0xf6986a,_0x2f30b4]=(0x0,y[_0x4685b6(0x25d)])(!0x1);return(0x0,x[_0x4685b6(0x324)])(v['Dropdown'],{'side':_0x4685b6(0x280),'open':_0xf6986a,'onOpenChange':_0x2f30b4,'overlay':(0x0,x[_0x4685b6(0x324)])(Se,{'onShapeClick':_0xb924d5=>{const _0x11e841=_0x4685b6;let _0x215084=_0x5a6a1c[_0x11e841(0x1cd)]()[_0x11e841(0x600)](_0x47bc22=>_0x47bc22[_0x11e841(0x3e7)]===u['DrawingTypeEnum'][_0x11e841(0x415)]);if(!_0x215084)return;let {unitId:_0x34404e,subUnitId:_0x4e48d0,drawingId:_0x2b337e}=_0x215084;_0x14ebd[_0x11e841(0x5fd)](_0x34404e,_0x4e48d0,_0x2b337e,_0xb924d5[_0x11e841(0x56d)]),_0x2f30b4(!0x1);},'excludeGroups':[_0x4685b6(0x561)]}),'children':(0x0,x[_0x4685b6(0x324)])(v[_0x4685b6(0x384)],{'children':_0x53cdc1['t']('docs-shape-ui.crop.shape')})});}function we({paragraphMenuPlacement:_0x2ca0c3}){const _0xaa79f3=_0x1edbb0;let _0x563f35=(0x0,g[_0xaa79f3(0x1e6)])(u[_0xaa79f3(0x15b)]);return(0x0,x['jsx'])(Se,{'onShapeClick':_0x1cd20e=>{const _0x3262ff=_0xaa79f3;_0x563f35[_0x3262ff(0x1ce)](A['id'],{'paragraphMenuPlacement':_0x2ca0c3,'value':_0x1cd20e['type'],'enhanceParams':{'endArrow':_0x1cd20e[_0x3262ff(0x355)],'startArrow':_0x1cd20e[_0x3262ff(0x363)],'horizontal':_0x1cd20e[_0x3262ff(0x196)],'vertical':_0x1cd20e['vertical']}});}});}function Te(_0x1da5d6){const _0x227860=_0x1edbb0;return _0xc7312a=>({'id':A['id'],'type':g[_0x227860(0x167)]['SELECTOR'],'selections':[{'label':{'name':xe,'hoverable':!0x1,'selectable':!0x1,'props':_0x1da5d6?{'id':A['id'],'paragraphMenuPlacement':_0x1da5d6}:{'id':A['id']}}}],'icon':'ShapeIcon','title':_0x227860(0x628),'tooltip':_0x227860(0x284),'hidden$':(0x0,g['getMenuHiddenObservable'])(_0xc7312a,u[_0x227860(0x1bf)]['UNIVER_DOC'])});}const Ee=Te(),De=Te(_0x1edbb0(0x235)),Oe=Te(_0x1edbb0(0x126)),ke={[g[_0x1edbb0(0x14c)][_0x1edbb0(0x49d)]]:{[A['id']]:{'order':0x4,'menuItemFactory':Ee}},[g[_0x1edbb0(0x302)][_0x1edbb0(0x314)]]:{[g[_0x1edbb0(0x37c)][_0x1edbb0(0x48d)]]:{[f['INSERT_BELLOW_MENU_ID']]:{[A['id']]:{'order':0x8,'menuItemFactory':De}}},[f[_0x1edbb0(0x5ad)]]:{[g['ContextMenuGroup'][_0x1edbb0(0x48d)]]:{[A['id']]:{'order':0x8,'menuItemFactory':De}}},[f[_0x1edbb0(0x163)]]:{[g['ContextMenuGroup'][_0x1edbb0(0x48d)]]:{[A['id']]:{'order':0x8,'menuItemFactory':Oe}}}}};let Ae=class extends u[_0x1edbb0(0x2bf)]{constructor(_0x432849,_0xc8d143,_0x4d0f3c,_0x1331f4,_0xb6abc8,_0x38f099,_0x1ec982,_0x3bedb6,_0x4e987d,_0xa25e2d,_0x1aea10,_0x4fd7ab){const _0x5aa5d8=_0x1edbb0;super(),this[_0x5aa5d8(0x1ca)]=_0x432849,this[_0x5aa5d8(0x2c8)]=_0xc8d143,this[_0x5aa5d8(0x5d5)]=_0x4d0f3c,this[_0x5aa5d8(0x432)]=_0x1331f4,this[_0x5aa5d8(0x48a)]=_0xb6abc8,this['_componentManager']=_0x38f099,this[_0x5aa5d8(0x166)]=_0x1ec982,this[_0x5aa5d8(0x1ea)]=_0x3bedb6,this[_0x5aa5d8(0x201)]=_0x4e987d,this['_renderManagerService']=_0xa25e2d,this[_0x5aa5d8(0x593)]=_0x1aea10,this['_shapeTextEditingService']=_0x4fd7ab,L(this,_0x5aa5d8(0x5c9),null),L(this,_0x5aa5d8(0x35d),null),L(this,'_isOpenedShapeEditPanel',!0x1),L(this,_0x5aa5d8(0x59a),new Set()),L(this,_0x5aa5d8(0x5d3),[]),this[_0x5aa5d8(0x1c1)](),this[_0x5aa5d8(0x1eb)](),this[_0x5aa5d8(0x426)](this[_0x5aa5d8(0x1ca)]['getCurrentTypeOfUnit$'](u['UniverInstanceType'][_0x5aa5d8(0x16a)])[_0x5aa5d8(0x4c6)](_0x461b3e=>{const _0x1aa2cc=_0x5aa5d8;if(!_0x461b3e){var _0x4c12a9;(_0x4c12a9=this[_0x1aa2cc(0x5c9)])==null||_0x4c12a9[_0x1aa2cc(0x381)]();return;}this[_0x1aa2cc(0x4a8)](_0x461b3e);})),this[_0x5aa5d8(0x462)](),this[_0x5aa5d8(0x170)](),this['disposeWithMe'](this[_0x5aa5d8(0x208)][_0x5aa5d8(0x2a6)][_0x5aa5d8(0x4c6)](_0x6a9385=>{const _0x558f3e=_0x5aa5d8;_0x6a9385&&this[_0x558f3e(0x1d7)]();}));}[_0x1edbb0(0x1eb)](){const _0x11b61b=_0x1edbb0;this[_0x11b61b(0x5d5)][_0x11b61b(0x417)](ke);}[_0x1edbb0(0x170)](){const _0x52a568=_0x1edbb0;this[_0x52a568(0x1ca)][_0x52a568(0x3bb)](u[_0x52a568(0x1bf)]['UNIVER_DOC'])['forEach'](_0x22a899=>this['_createShapePopupMenu'](_0x22a899));}[_0x1edbb0(0x3f2)](_0x369f0a,_0x2be97c,_0x50391b,_0x4c7cf6){const _0x5ebae9=_0x1edbb0;return[{'label':_0x5ebae9(0x2f4),'index':0x0,'commandId':M['id'],'commandParams':{'unitId':_0x369f0a,'subUnitId':_0x2be97c,'drawingId':_0x50391b},'disable':_0x4c7cf6===u[_0x5ebae9(0x51c)]['DRAWING_DOM']},{'label':_0x5ebae9(0x544),'index':0x1,'commandId':d[_0x5ebae9(0x5c5)]['id'],'commandParams':{'unitId':_0x369f0a,'drawings':[{'unitId':_0x369f0a,'subUnitId':_0x2be97c,'drawingId':_0x50391b}]},'disable':!0x1},{'label':'docs-shape-ui.hidePanel','index':0x2,'commandId':j['id'],'commandParams':{'unitId':_0x369f0a,'subUnitId':_0x2be97c,'drawingId':_0x50391b},'disable':!0x1}];}[_0x1edbb0(0x232)](_0x21a143,_0x40adf2,_0x158ff1){const _0x23263c=_0x1edbb0;let _0x5e8d51=this[_0x23263c(0x432)]['getShapeTypeById'](_0x21a143,_0x40adf2,_0x158ff1),_0x525bbb=this[_0x23263c(0x432)][_0x23263c(0x5e8)](_0x21a143,_0x40adf2,_0x158ff1);return _0x5e8d51!==void 0x0&&_0x525bbb!==void 0x0?{'shapeData':_0x525bbb,'shapeId':_0x158ff1,'shapeType':_0x5e8d51,'unitId':_0x21a143,'subUnitId':_0x40adf2,'disableShapeOption':!0x1}:null;}[_0x1edbb0(0x4a8)](_0x49c43b){const _0x4289b6=_0x1edbb0;if(!_0x49c43b)return;let _0xd2466c=_0x49c43b[_0x4289b6(0x2d6)]();this[_0x4289b6(0x3f5)][_0x4289b6(0x447)](_0xd2466c)&&!this[_0x4289b6(0x59a)][_0x4289b6(0x447)](_0xd2466c)&&(this['_popupMenuListener'](_0xd2466c),this[_0x4289b6(0x59a)][_0x4289b6(0x29e)](_0xd2466c));}[_0x1edbb0(0x1d7)](){const _0x2eaaab=_0x1edbb0;this[_0x2eaaab(0x5d3)][_0x2eaaab(0x3b0)](_0x30aa94=>_0x30aa94[_0x2eaaab(0x381)]()),this['_disposePopups'][_0x2eaaab(0x585)]=0x0;}['_popupMenuListener'](_0x44f516){const _0x106c8d=_0x1edbb0;var _0x5b6cac;let _0x13971e=(_0x5b6cac=this[_0x106c8d(0x3f5)][_0x106c8d(0x386)](_0x44f516))==null?void 0x0:_0x5b6cac[_0x106c8d(0x546)],_0xe0fa1=_0x13971e==null?void 0x0:_0x13971e['getTransformerByCreate']();!_0x13971e||!_0xe0fa1||(this[_0x106c8d(0x426)](_0xe0fa1[_0x106c8d(0x4cf)][_0x106c8d(0x4c6)](()=>{const _0x3e103d=_0x106c8d;let _0x31cd50=_0xe0fa1['getSelectedObjectMap']();if(this[_0x3e103d(0x1d7)](),this[_0x3e103d(0x51d)]||_0x31cd50[_0x3e103d(0x448)]>0x1)return;let _0x5d06c4=_0x31cd50[_0x3e103d(0x43c)]()[_0x3e103d(0x371)]()[_0x3e103d(0x52a)];if(!_0x5d06c4)return;let _0x1dbf8a=this[_0x3e103d(0x1ea)][_0x3e103d(0x610)](_0x5d06c4[_0x3e103d(0x56b)]);if(!_0x1dbf8a||_0x1dbf8a[_0x3e103d(0x3e7)]!==u[_0x3e103d(0x51c)][_0x3e103d(0x23f)])return;let {unitId:_0x7e45b5,subUnitId:_0x2b0982,drawingId:_0x30499d,drawingType:_0x170dc6}=_0x1dbf8a,_0x13bed2=this[_0x3e103d(0x232)](_0x7e45b5,_0x2b0982,_0x30499d);if(!_0x13bed2)return;let _0x86e755=this[_0x3e103d(0x201)][_0x3e103d(0x1e8)](_0x5d06c4,{'componentKey':le,'direction':'top-center','offset':[0x0,0x8],'extraProps':{'unitId':_0x7e45b5,'subUnitId':_0x2b0982,'drawingId':_0x30499d,'drawingType':_0x170dc6,'shapeType':_0x13bed2[_0x3e103d(0x444)],'shapeData':_0x13bed2[_0x3e103d(0x190)]}},_0x7e45b5);this['_disposePopups'][_0x3e103d(0x135)](this['disposeWithMe'](_0x86e755)),this['_drawingManagerService'][_0x3e103d(0x1cd)]()['find'](_0x3ee342=>_0x3ee342[_0x3e103d(0x5ab)]===_0x7e45b5&&_0x3ee342['subUnitId']===_0x2b0982&&_0x3ee342['drawingId']===_0x30499d)||this[_0x3e103d(0x1ea)][_0x3e103d(0x1ec)]([{'unitId':_0x7e45b5,'subUnitId':_0x2b0982,'drawingId':_0x30499d}]);})),this[_0x106c8d(0x426)](_0xe0fa1[_0x106c8d(0x3e3)][_0x106c8d(0x4c6)](()=>{const _0x37c130=_0x106c8d;this[_0x37c130(0x1d7)](),this['_contextService']['setContextValue'](u[_0x37c130(0x1be)],!0x1),this['_drawingManagerService'][_0x37c130(0x1ec)](null);})),this['disposeWithMe'](_0xe0fa1[_0x106c8d(0x2c5)][_0x106c8d(0x4c6)](()=>{const _0x574582=_0x106c8d;this[_0x574582(0x1d7)]();})),this[_0x106c8d(0x426)](_0xe0fa1[_0x106c8d(0x424)][_0x106c8d(0x4c6)](()=>{this['_clearPopups']();})));}['_registerOperations'](){const _0x347c86=_0x1edbb0;this[_0x347c86(0x426)](this[_0x347c86(0x166)][_0x347c86(0x350)](_0x562222=>{const _0x44ff2c=_0x347c86;if(_0x562222['id']===M['id']){let {unitId:_0x7e8ddb,subUnitId:_0x611e27,drawingId:_0x536d34}=_0x562222[_0x44ff2c(0x1ee)];this['_activeShapeInfo']=this['_getShapeInfo'](_0x7e8ddb,_0x611e27,_0x536d34),this[_0x44ff2c(0x1d7)](),this['_openShapeEditPanel']();}if(_0x562222['id']===j['id']&&(this[_0x44ff2c(0x35d)]=null,this[_0x44ff2c(0x169)]()),_0x562222['id']===l[_0x44ff2c(0x23d)]['id']){let {unitId:_0x44dbd3,shapeId:_0x1d2b92}=_0x562222[_0x44ff2c(0x1ee)];if(this['_activeShapeInfo']&&this[_0x44ff2c(0x35d)][_0x44ff2c(0x49b)]===_0x1d2b92){let _0x409aa3=this[_0x44ff2c(0x232)](_0x44dbd3,this['_activeShapeInfo'][_0x44ff2c(0x1d0)],_0x1d2b92);_0x409aa3&&(this['_activeShapeInfo']=_0x409aa3);}}})),this[_0x347c86(0x426)](this[_0x347c86(0x1ea)][_0x347c86(0x129)]['subscribe'](_0x80433b=>{const _0x4e981b=_0x347c86;if(this['_isOpenedShapeEditPanel']===!0x1)return;if(_0x80433b[_0x4e981b(0x585)]===0x0){this[_0x4e981b(0x35d)]=null,this[_0x4e981b(0x169)]();return;}if(_0x80433b['length']===0x1&&_0x80433b[0x0][_0x4e981b(0x3e7)]===u[_0x4e981b(0x51c)][_0x4e981b(0x23f)]&&(this[_0x4e981b(0x35d)]=this[_0x4e981b(0x232)](_0x80433b[0x0][_0x4e981b(0x5ab)],_0x80433b[0x0]['subUnitId'],_0x80433b[0x0][_0x4e981b(0x576)]),this[_0x4e981b(0x35d)])){this[_0x4e981b(0x1df)]();return;}let _0x4e6813=_0x80433b[_0x4e981b(0x15f)](_0x46ae3f=>_0x46ae3f['drawingType']===u[_0x4e981b(0x51c)][_0x4e981b(0x23f)]);if(_0x80433b['length']>0x1&&_0x4e6813[_0x4e981b(0x585)]===_0x80433b[_0x4e981b(0x585)]){if(this[_0x4e981b(0x35d)]=this[_0x4e981b(0x232)](_0x80433b[0x0]['unitId'],_0x80433b[0x0]['subUnitId'],_0x80433b[0x0][_0x4e981b(0x576)]),this[_0x4e981b(0x35d)]){this[_0x4e981b(0x1df)]();return;}}else{if(this['_activeShapeInfo']=this[_0x4e981b(0x232)](_0x80433b[0x0][_0x4e981b(0x5ab)],_0x80433b[0x0][_0x4e981b(0x1d0)],_0x80433b[0x0][_0x4e981b(0x576)]),this[_0x4e981b(0x35d)]){this[_0x4e981b(0x35d)][_0x4e981b(0x320)]=!0x0,this[_0x4e981b(0x1df)]();return;}}this[_0x4e981b(0x169)]();}));}[_0x1edbb0(0x1c1)](){const _0x3ac6ff=_0x1edbb0;[[_0x3ac6ff(0x58c),h[_0x3ac6ff(0x58c)]],[_0x3ac6ff(0x3b9),h[_0x3ac6ff(0x3b9)]],[_0x3ac6ff(0x12e),h['ShapeAccentBorderCallout2Icon']],[_0x3ac6ff(0x3a8),h[_0x3ac6ff(0x3a8)]],[_0x3ac6ff(0x12d),h['ShapeAccentCallout1Icon']],['ShapeAccentCallout2Icon',h[_0x3ac6ff(0x63c)]],[_0x3ac6ff(0x428),h[_0x3ac6ff(0x428)]],[_0x3ac6ff(0x1bc),h[_0x3ac6ff(0x1bc)]],[_0x3ac6ff(0x4c0),h[_0x3ac6ff(0x4c0)]],[_0x3ac6ff(0x457),h[_0x3ac6ff(0x457)]],[_0x3ac6ff(0x5f5),h[_0x3ac6ff(0x5f5)]],[_0x3ac6ff(0x239),h[_0x3ac6ff(0x239)]],[_0x3ac6ff(0x21d),h['ShapeActionButtonForwardNextIcon']],['ShapeActionButtonHelpIcon',h['ShapeActionButtonHelpIcon']],['ShapeActionButtonHomeIcon',h[_0x3ac6ff(0x54b)]],[_0x3ac6ff(0x40e),h['ShapeActionButtonInformationIcon']],['ShapeActionButtonMovieIcon',h[_0x3ac6ff(0x423)]],['ShapeActionButtonReturnIcon',h[_0x3ac6ff(0x525)]],[_0x3ac6ff(0x392),h['ShapeActionButtonSoundIcon']],['ShapeArcIcon',h['ShapeArcIcon']],[_0x3ac6ff(0x3c2),h['ShapeBentArrowIcon']],[_0x3ac6ff(0x577),h['ShapeBentConnector3Arrow1Icon']],[_0x3ac6ff(0x365),h[_0x3ac6ff(0x365)]],[_0x3ac6ff(0x45f),h[_0x3ac6ff(0x45f)]],[_0x3ac6ff(0x412),h[_0x3ac6ff(0x412)]],[_0x3ac6ff(0x37d),h[_0x3ac6ff(0x37d)]],[_0x3ac6ff(0x3db),h[_0x3ac6ff(0x3db)]],[_0x3ac6ff(0x3a6),h[_0x3ac6ff(0x3a6)]],[_0x3ac6ff(0x2b4),h[_0x3ac6ff(0x2b4)]],[_0x3ac6ff(0x480),h[_0x3ac6ff(0x480)]],['ShapeBracePairIcon',h[_0x3ac6ff(0x3a0)]],[_0x3ac6ff(0x502),h['ShapeBracketPairIcon']],[_0x3ac6ff(0x4f7),h['ShapeCallout1Icon']],[_0x3ac6ff(0x618),h[_0x3ac6ff(0x618)]],[_0x3ac6ff(0x3d1),h[_0x3ac6ff(0x3d1)]],['ShapeCanIcon',h[_0x3ac6ff(0x554)]],[_0x3ac6ff(0x460),h[_0x3ac6ff(0x460)]],[_0x3ac6ff(0x38b),h[_0x3ac6ff(0x38b)]],[_0x3ac6ff(0x510),h['ShapeChartXIcon']],[_0x3ac6ff(0x617),h[_0x3ac6ff(0x617)]],[_0x3ac6ff(0x40a),h[_0x3ac6ff(0x40a)]],[_0x3ac6ff(0x276),h[_0x3ac6ff(0x276)]],['ShapeCloudCalloutIcon',h[_0x3ac6ff(0x172)]],['ShapeCloudIcon',h['ShapeCloudIcon']],[_0x3ac6ff(0x62a),h[_0x3ac6ff(0x62a)]],[_0x3ac6ff(0x631),h[_0x3ac6ff(0x631)]],[_0x3ac6ff(0x4ab),h[_0x3ac6ff(0x4ab)]],[_0x3ac6ff(0x16b),h[_0x3ac6ff(0x16b)]],[_0x3ac6ff(0x602),h[_0x3ac6ff(0x602)]],[_0x3ac6ff(0x1e5),h[_0x3ac6ff(0x1e5)]],[_0x3ac6ff(0x1d1),h['ShapeCurvedDownArrowIcon']],['ShapeCurvedLeftArrowIcon',h['ShapeCurvedLeftArrowIcon']],[_0x3ac6ff(0x5cd),h[_0x3ac6ff(0x5cd)]],[_0x3ac6ff(0x509),h['ShapeCurvedUpArrowIcon']],[_0x3ac6ff(0x307),h['ShapeDecagonIcon']],[_0x3ac6ff(0x140),h[_0x3ac6ff(0x140)]],[_0x3ac6ff(0x3bc),h[_0x3ac6ff(0x3bc)]],[_0x3ac6ff(0x13a),h[_0x3ac6ff(0x13a)]],[_0x3ac6ff(0x584),h[_0x3ac6ff(0x584)]],[_0x3ac6ff(0x5fb),h[_0x3ac6ff(0x5fb)]],[_0x3ac6ff(0x39b),h['ShapeDownArrowCalloutIcon']],[_0x3ac6ff(0x4f3),h[_0x3ac6ff(0x4f3)]],[_0x3ac6ff(0x456),h['ShapeEllipseIcon']],[_0x3ac6ff(0x250),h[_0x3ac6ff(0x250)]],['ShapeEllipseRibbonIcon',h[_0x3ac6ff(0x1c7)]],[_0x3ac6ff(0x18b),h[_0x3ac6ff(0x18b)]],['ShapeFlowChartCollateIcon',h[_0x3ac6ff(0x5de)]],[_0x3ac6ff(0x50b),h[_0x3ac6ff(0x50b)]],['ShapeFlowChartDecisionIcon',h[_0x3ac6ff(0x3fc)]],[_0x3ac6ff(0x2fb),h['ShapeFlowChartDelayIcon']],['ShapeFlowChartDisplayIcon',h[_0x3ac6ff(0x46f)]],['ShapeFlowChartDocumentIcon',h['ShapeFlowChartDocumentIcon']],[_0x3ac6ff(0x3dc),h['ShapeFlowChartExtractIcon']],[_0x3ac6ff(0x1b8),h[_0x3ac6ff(0x1b8)]],[_0x3ac6ff(0x516),h[_0x3ac6ff(0x516)]],[_0x3ac6ff(0x5e0),h['ShapeFlowChartMagneticDiskIcon']],[_0x3ac6ff(0x38a),h[_0x3ac6ff(0x38a)]],[_0x3ac6ff(0x26e),h['ShapeFlowChartMagneticTapeIcon']],['ShapeFlowChartManualInputIcon',h[_0x3ac6ff(0x5fa)]],['ShapeFlowChartManualOperationIcon',h[_0x3ac6ff(0x5ce)]],['ShapeFlowChartMergeIcon',h[_0x3ac6ff(0x30b)]],[_0x3ac6ff(0x204),h[_0x3ac6ff(0x204)]],[_0x3ac6ff(0x3c1),h[_0x3ac6ff(0x3c1)]],['ShapeFlowChartOffpageConnectorIcon',h[_0x3ac6ff(0x51b)]],[_0x3ac6ff(0x5f6),h[_0x3ac6ff(0x5f6)]],[_0x3ac6ff(0x1e7),h['ShapeFlowChartOrIcon']],[_0x3ac6ff(0x258),h['ShapeFlowChartPredefinedProcessIcon']],[_0x3ac6ff(0x184),h['ShapeFlowChartPreparationIcon']],['ShapeFlowChartProcessIcon',h['ShapeFlowChartProcessIcon']],[_0x3ac6ff(0x31b),h[_0x3ac6ff(0x31b)]],[_0x3ac6ff(0x461),h['ShapeFlowChartPunchedTapeIcon']],[_0x3ac6ff(0x1d6),h[_0x3ac6ff(0x1d6)]],[_0x3ac6ff(0x5a3),h[_0x3ac6ff(0x5a3)]],[_0x3ac6ff(0x454),h[_0x3ac6ff(0x454)]],[_0x3ac6ff(0x18e),h['ShapeFolderCornerIcon']],['ShapeFrameIcon',h[_0x3ac6ff(0x3e4)]],['ShapeFunnelIcon',h[_0x3ac6ff(0x376)]],[_0x3ac6ff(0x244),h[_0x3ac6ff(0x244)]],[_0x3ac6ff(0x13d),h[_0x3ac6ff(0x13d)]],['ShapeHalfFrameIcon',h[_0x3ac6ff(0x58f)]],[_0x3ac6ff(0x194),h[_0x3ac6ff(0x194)]],[_0x3ac6ff(0x2ac),h['ShapeHeptagonIcon']],[_0x3ac6ff(0x200),h[_0x3ac6ff(0x200)]],[_0x3ac6ff(0x1f6),h[_0x3ac6ff(0x1f6)]],[_0x3ac6ff(0x4a6),h[_0x3ac6ff(0x4a6)]],[_0x3ac6ff(0x530),h[_0x3ac6ff(0x530)]],[_0x3ac6ff(0x4eb),h[_0x3ac6ff(0x4eb)]],[_0x3ac6ff(0x43b),h[_0x3ac6ff(0x43b)]],[_0x3ac6ff(0x4dc),h[_0x3ac6ff(0x4dc)]],[_0x3ac6ff(0x38d),h[_0x3ac6ff(0x38d)]],[_0x3ac6ff(0x373),h['ShapeLeftBracketIcon']],[_0x3ac6ff(0x4c7),h[_0x3ac6ff(0x4c7)]],[_0x3ac6ff(0x4e4),h[_0x3ac6ff(0x4e4)]],['ShapeLeftRightArrowIcon',h['ShapeLeftRightArrowIcon']],[_0x3ac6ff(0x28b),h[_0x3ac6ff(0x28b)]],[_0x3ac6ff(0x321),h[_0x3ac6ff(0x321)]],[_0x3ac6ff(0x12a),h[_0x3ac6ff(0x12a)]],[_0x3ac6ff(0x1ad),h['ShapeLeftUpArrowIcon']],[_0x3ac6ff(0x404),h['ShapeLightningBoltIcon']],[_0x3ac6ff(0x44a),h[_0x3ac6ff(0x44a)]],['ShapeLineInvIcon',h[_0x3ac6ff(0x58a)]],[_0x3ac6ff(0x215),h[_0x3ac6ff(0x215)]],['ShapeMathEqualIcon',h[_0x3ac6ff(0x1aa)]],[_0x3ac6ff(0x2c7),h[_0x3ac6ff(0x2c7)]],[_0x3ac6ff(0x3b4),h[_0x3ac6ff(0x3b4)]],['ShapeMathNotEqualIcon',h[_0x3ac6ff(0x5e3)]],['ShapeMathPlusIcon',h[_0x3ac6ff(0x2e8)]],['ShapeMoonIcon',h['ShapeMoonIcon']],[_0x3ac6ff(0x439),h[_0x3ac6ff(0x439)]],[_0x3ac6ff(0x3c5),h[_0x3ac6ff(0x3c5)]],[_0x3ac6ff(0x434),h[_0x3ac6ff(0x434)]],[_0x3ac6ff(0x482),h[_0x3ac6ff(0x482)]],[_0x3ac6ff(0x55d),h[_0x3ac6ff(0x55d)]],[_0x3ac6ff(0x337),h[_0x3ac6ff(0x337)]],['ShapePieIcon',h[_0x3ac6ff(0x34d)]],[_0x3ac6ff(0x4aa),h[_0x3ac6ff(0x4aa)]],[_0x3ac6ff(0x223),h[_0x3ac6ff(0x223)]],[_0x3ac6ff(0x16c),h[_0x3ac6ff(0x16c)]],[_0x3ac6ff(0x177),h[_0x3ac6ff(0x177)]],[_0x3ac6ff(0x1fb),h[_0x3ac6ff(0x1fb)]],['ShapeQuadArrowIcon',h['ShapeQuadArrowIcon']],[_0x3ac6ff(0x2fa),h[_0x3ac6ff(0x2fa)]],[_0x3ac6ff(0x5a1),h[_0x3ac6ff(0x5a1)]],[_0x3ac6ff(0x349),h['ShapeRectTextboxVerticalIcon']],[_0x3ac6ff(0x566),h[_0x3ac6ff(0x566)]],[_0x3ac6ff(0x500),h['ShapeRibbonIcon']],['ShapeRightArrowCalloutIcon',h['ShapeRightArrowCalloutIcon']],[_0x3ac6ff(0x4cd),h[_0x3ac6ff(0x4cd)]],[_0x3ac6ff(0x570),h[_0x3ac6ff(0x570)]],[_0x3ac6ff(0x4b4),h[_0x3ac6ff(0x4b4)]],['ShapeRound1RectIcon',h[_0x3ac6ff(0x54a)]],[_0x3ac6ff(0x3fd),h['ShapeRound2DiagRectIcon']],[_0x3ac6ff(0x394),h[_0x3ac6ff(0x394)]],['ShapeRoundRectIcon',h[_0x3ac6ff(0x52f)]],['ShapeRtTriangleIcon',h[_0x3ac6ff(0x1c3)]],[_0x3ac6ff(0x3b1),h[_0x3ac6ff(0x3b1)]],[_0x3ac6ff(0x5cc),h[_0x3ac6ff(0x5cc)]],[_0x3ac6ff(0x5b7),h['ShapeSnip2DiagRectIcon']],[_0x3ac6ff(0x289),h[_0x3ac6ff(0x289)]],[_0x3ac6ff(0x410),h[_0x3ac6ff(0x410)]],['ShapeSquareTabsIcon',h['ShapeSquareTabsIcon']],['ShapeStar10Icon',h[_0x3ac6ff(0x247)]],['ShapeStar12Icon',h[_0x3ac6ff(0x3cb)]],[_0x3ac6ff(0x405),h['ShapeStar16Icon']],[_0x3ac6ff(0x4e5),h['ShapeStar24Icon']],[_0x3ac6ff(0x3cf),h[_0x3ac6ff(0x3cf)]],[_0x3ac6ff(0x219),h['ShapeStar4Icon']],['ShapeStar5Icon',h[_0x3ac6ff(0x5a0)]],[_0x3ac6ff(0x192),h[_0x3ac6ff(0x192)]],['ShapeStar7Icon',h[_0x3ac6ff(0x27e)]],['ShapeStar8Icon',h[_0x3ac6ff(0x1b6)]],[_0x3ac6ff(0x5a9),h[_0x3ac6ff(0x5a9)]],[_0x3ac6ff(0x490),h[_0x3ac6ff(0x490)]],[_0x3ac6ff(0x1a8),h[_0x3ac6ff(0x1a8)]],['ShapeSunIcon',h['ShapeSunIcon']],[_0x3ac6ff(0x2a0),h['ShapeSwooshArrowIcon']],[_0x3ac6ff(0x207),h['ShapeTeardropIcon']],[_0x3ac6ff(0x3f0),h[_0x3ac6ff(0x3f0)]],['ShapeTriangleIcon',h[_0x3ac6ff(0x2c2)]],[_0x3ac6ff(0x578),h[_0x3ac6ff(0x578)]],[_0x3ac6ff(0x1f7),h[_0x3ac6ff(0x1f7)]],['ShapeUpDownArrowCalloutIcon',h['ShapeUpDownArrowCalloutIcon']],[_0x3ac6ff(0x353),h['ShapeUpDownArrowIcon']],[_0x3ac6ff(0x4c9),h[_0x3ac6ff(0x4c9)]],['ShapeVerticalScrollIcon',h[_0x3ac6ff(0x325)]],[_0x3ac6ff(0x24e),h[_0x3ac6ff(0x24e)]],[_0x3ac6ff(0x52e),h['ShapeWedgeEllipseCalloutIcon']],[_0x3ac6ff(0x344),h[_0x3ac6ff(0x344)]],[_0x3ac6ff(0x47c),h[_0x3ac6ff(0x47c)]],[N,X],[le,ve],[xe,we],[b[_0x3ac6ff(0x4bd)],Ce]][_0x3ac6ff(0x3b0)](([_0x13c440,_0x47040c])=>{const _0x3ad0a6=_0x3ac6ff;this[_0x3ad0a6(0x426)](this['_componentManager'][_0x3ad0a6(0x271)](_0x13c440,_0x47040c));});}[_0x1edbb0(0x1df)](){const _0x18e5d4=_0x1edbb0;this[_0x18e5d4(0x5c9)]=this[_0x18e5d4(0x2c8)]['open']({'id':N,'header':{'title':this[_0x18e5d4(0x48a)]['t'](_0x18e5d4(0x15d))},'width':0x184,'children':{'label':N,...this[_0x18e5d4(0x35d)]},'onClose':()=>{const _0xfcb945=_0x18e5d4;this[_0xfcb945(0x1ea)][_0xfcb945(0x1ec)](null),this[_0xfcb945(0x593)][_0xfcb945(0x54d)](u[_0xfcb945(0x1be)],!0x1),this[_0xfcb945(0x5c9)]=null;}}),this[_0x18e5d4(0x51d)]=!0x0;}[_0x1edbb0(0x169)](){const _0x1ba3ed=_0x1edbb0;this[_0x1ba3ed(0x51d)]=!0x1,this[_0x1ba3ed(0x2c8)][_0x1ba3ed(0x497)](N),this[_0x1ba3ed(0x5c9)]=null,this[_0x1ba3ed(0x593)][_0x1ba3ed(0x54d)](u[_0x1ba3ed(0x1be)],!0x1),this['_drawingManagerService'][_0x1ba3ed(0x1ec)](null);}};Ae=W([U(0x0,u[_0x1edbb0(0x2eb)]),U(0x1,(0x0,u[_0x1edbb0(0x1ac)])(g[_0x1edbb0(0x33a)])),U(0x2,g[_0x1edbb0(0x5e2)]),U(0x3,(0x0,u[_0x1edbb0(0x1ac)])(l['DocsShapeService'])),U(0x4,(0x0,u[_0x1edbb0(0x1ac)])(u[_0x1edbb0(0x635)])),U(0x5,(0x0,u[_0x1edbb0(0x1ac)])(g[_0x1edbb0(0x56a)])),U(0x6,u[_0x1edbb0(0x15b)]),U(0x7,m[_0x1edbb0(0x2ff)]),U(0x8,(0x0,u[_0x1edbb0(0x1ac)])(f[_0x1edbb0(0x1dc)])),U(0x9,p[_0x1edbb0(0x3ce)]),U(0xa,u[_0x1edbb0(0x1ed)]),U(0xb,(0x0,u[_0x1edbb0(0x1ac)])(R))],Ae);var je='@univerjs-pro/docs-shape-ui',Me=_0x1edbb0(0x272);const Ne={};var Pe=class extends p[_0x1edbb0(0x150)]{constructor(_0x3c59f3,_0x1e5188){const _0x53c1fb=_0x1edbb0;super(_0x3c59f3,_0x1e5188),L(this,_0x53c1fb(0x3d5),null),L(this,'_adjName',null),L(this,'_unitId',null),L(this,_0x53c1fb(0x1f1),null),_0x1e5188&&this['setShapeProps'](_0x1e5188);}[_0x1edbb0(0x139)](){const _0x4b70ac=_0x1edbb0;return{'unitId':this[_0x4b70ac(0x18c)],'subUnitId':this[_0x4b70ac(0x1f1)],'drawingId':this[_0x4b70ac(0x3d5)]};}['setShapeProps'](_0x121b97){const _0x5d0cac=_0x1edbb0;_0x121b97[_0x5d0cac(0x49b)]!==void 0x0&&(this['_shapeId']=_0x121b97[_0x5d0cac(0x49b)]),_0x121b97[_0x5d0cac(0x401)]!==void 0x0&&(this[_0x5d0cac(0x374)]=_0x121b97[_0x5d0cac(0x401)]),_0x121b97['unitId']!==void 0x0&&(this[_0x5d0cac(0x18c)]=_0x121b97[_0x5d0cac(0x5ab)]),_0x121b97['subUnitId']!==void 0x0&&(this[_0x5d0cac(0x1f1)]=_0x121b97['subUnitId']),this['transformByState']({'width':_0x121b97[_0x5d0cac(0x627)],'height':_0x121b97['height']});}[_0x1edbb0(0x2aa)](_0x418d60){const _0x274df7=_0x1edbb0;p[_0x274df7(0x517)]['drawWith'](_0x418d60,{'radius':c[_0x274df7(0x33d)]['adjHandleSize'],'fill':c['ShapeDefaultConfig'][_0x274df7(0x3eb)],'stroke':c[_0x274df7(0x33d)]['adjHandleStroke'],'strokeWidth':0x1,'evented':!0x0});}};let Fe=class extends u[_0x1edbb0(0x2bf)]{constructor(_0x3d0c0f,_0xdc6dab,_0x1fcc2c,_0x7233b2){const _0x4973ba=_0x1edbb0;super(),this[_0x4973ba(0x420)]=_0x3d0c0f,this[_0x4973ba(0x1ea)]=_0xdc6dab,this['_docsShapeService']=_0x1fcc2c,this[_0x4973ba(0x166)]=_0x7233b2,L(this,'_activeShapeId',null),L(this,_0x4973ba(0x18c),null),L(this,_0x4973ba(0x1f1),null),L(this,_0x4973ba(0x55e),void 0x0),L(this,_0x4973ba(0x606),[]),L(this,_0x4973ba(0x37e),0x0),L(this,'_baseShapeTop',0x0),L(this,'_baseShapeWidth',0x0),L(this,_0x4973ba(0x4a4),0x0),L(this,_0x4973ba(0x53d),!0x1),L(this,_0x4973ba(0x34a),!0x1),L(this,_0x4973ba(0x370),void 0x0),L(this,_0x4973ba(0x51f),void 0x0),L(this,'_adjHandlerPointerMove',void 0x0),L(this,'_adjHandlerPointerUp',void 0x0),this[_0x4973ba(0x3e6)](),this['_registerDrawingTransformHandler']();}[_0x1edbb0(0x636)](){const _0x4c58d9=_0x1edbb0;this[_0x4c58d9(0x224)]();}[_0x1edbb0(0x4d6)](){this['_updateShapeAdjustControls'](!0x0);}[_0x1edbb0(0x28e)](_0x27ca2f,_0xe420dd,_0x31c7fa){const _0x4fd503=_0x1edbb0;var _0xfc4a1c;return(_0xfc4a1c=this[_0x4fd503(0x432)][_0x4fd503(0x26d)](_0x27ca2f,_0xe420dd,_0x31c7fa))==null?void 0x0:_0xfc4a1c['getDrawingPoints']();}[_0x1edbb0(0x315)](_0x18f001,_0x5dcc80,_0x55701a,_0x27aaff){const _0x21cd36=_0x1edbb0;var _0x439523;return(_0x439523=this[_0x21cd36(0x432)]['getShapeModel'](_0x18f001,_0x5dcc80,_0x55701a))==null?void 0x0:_0x439523[_0x21cd36(0x559)](_0x27aaff);}[_0x1edbb0(0x133)](){const _0x3e6a0a=_0x1edbb0;if(this['_unitId']===null||this[_0x3e6a0a(0x1f1)]===null||this['_activeShapeId']===null)return null;let _0x57972b=this[_0x3e6a0a(0x1ea)][_0x3e6a0a(0x211)]({'unitId':this[_0x3e6a0a(0x18c)],'subUnitId':this[_0x3e6a0a(0x1f1)],'drawingId':this[_0x3e6a0a(0x4d5)]});return _0x57972b==null?null:_0x57972b;}[_0x1edbb0(0x614)](_0x1a9ea4){const _0x1e67d3=_0x1edbb0;if(this[_0x1e67d3(0x18c)]===null||this['_subUnitId']===null||this['_activeShapeId']===null)return null;let _0x91ea98=(0x0,m[_0x1e67d3(0x2fd)])({'unitId':this['_unitId'],'subUnitId':this[_0x1e67d3(0x1f1)],'drawingId':this[_0x1e67d3(0x4d5)]}),_0x10cf48=_0x1a9ea4[_0x1e67d3(0x290)](_0x91ea98);return _0x10cf48 instanceof H?_0x10cf48:null;}[_0x1edbb0(0x5af)](_0x23b4f1=!0x1){const _0x821a3e=_0x1edbb0;if(this[_0x821a3e(0x18c)]===null||this[_0x821a3e(0x1f1)]===null||this[_0x821a3e(0x4d5)]===null)return;let _0x5910ee=this[_0x821a3e(0x133)]();if((_0x5910ee==null?void 0x0:_0x5910ee['drawingType'])!==u[_0x821a3e(0x51c)][_0x821a3e(0x23f)]||!_0x5910ee[_0x821a3e(0x121)])return;let _0x52189a=this[_0x821a3e(0x432)][_0x821a3e(0x26d)](this[_0x821a3e(0x18c)],this[_0x821a3e(0x1f1)],this[_0x821a3e(0x4d5)]);if(!_0x52189a||_0x52189a[_0x821a3e(0x2f0)]())return;(_0x23b4f1||!this['_activeShapeAdjustPointList'])&&(this[_0x821a3e(0x55e)]=this[_0x821a3e(0x28e)](this[_0x821a3e(0x18c)],this[_0x821a3e(0x1f1)],this[_0x821a3e(0x4d5)]));let _0x2a3cd6=this[_0x821a3e(0x55e)];if(!(_0x2a3cd6!=null&&_0x2a3cd6[_0x821a3e(0x585)]))return;let {scene:_0x5eb706}=this[_0x821a3e(0x420)],{left:_0x6757b5=0x0,top:_0x471cd6=0x0,width:_0x3a81d8=0x0,height:_0x47f0a6=0x0,flipX:_0xf56070,flipY:_0x8d03ea,angle:_0x59506c=0x0}=_0x5910ee[_0x821a3e(0x121)];for(let _0x16451f of _0x2a3cd6){let _0x12a970=this[_0x821a3e(0x5f7)](_0x16451f,_0x3a81d8,_0x47f0a6,!!_0xf56070,!!_0x8d03ea,_0x59506c);this[_0x821a3e(0x396)](_0x5eb706,_0x12a970,_0x12a970['adjName'],_0x6757b5,_0x471cd6,this[_0x821a3e(0x18c)],this[_0x821a3e(0x1f1)]);}}[_0x1edbb0(0x5f7)](_0x5502e0,_0x195cdf,_0x55aa20,_0x463866,_0x238f4a,_0x3bc550){const _0x1d36a9=_0x1edbb0;let _0x159459=_0x5502e0['x'],_0x4cb206=_0x5502e0['y'];if(_0x463866&&(_0x159459=_0x195cdf-_0x159459),_0x238f4a&&(_0x4cb206=_0x55aa20-_0x4cb206),_0x3bc550!==0x0){let _0x22cc39=_0x195cdf/0x2,_0x7e6a3a=_0x55aa20/0x2,_0x4e6453=_0x3bc550*Math['PI']/0xb4,_0x553a10=Math['cos'](_0x4e6453),_0x358df1=Math[_0x1d36a9(0x409)](_0x4e6453),_0x1f1d1e=_0x159459-_0x22cc39,_0x309ada=_0x4cb206-_0x7e6a3a;_0x159459=_0x22cc39+(_0x1f1d1e*_0x553a10-_0x309ada*_0x358df1),_0x4cb206=_0x7e6a3a+(_0x1f1d1e*_0x358df1+_0x309ada*_0x553a10);}return{'x':_0x159459,'y':_0x4cb206,'adjName':_0x5502e0[_0x1d36a9(0x401)]};}['_updateShapeAdjustControls'](_0x558464=!0x1){const _0x2e539e=_0x1edbb0;_0x558464&&this[_0x2e539e(0x224)](),this[_0x2e539e(0x5af)](_0x558464);}['_addShapeAdjustControl'](_0x44e0a4,_0x3caf28,_0x23b72f,_0x4409cc,_0x3a0793,_0x488057,_0x5d36c9){const _0x3535ed=_0x1edbb0;if(!this['_activeShapeId'])return;let _0x60ced0='doc-shape-adjust-point-'+this[_0x3535ed(0x4d5)]+'-'+_0x23b72f,_0x494c02=_0x44e0a4[_0x3535ed(0x290)](_0x60ced0);if(_0x494c02){_0x494c02[_0x3535ed(0x5ca)]({'left':_0x3caf28['x']+_0x4409cc-c[_0x3535ed(0x33d)][_0x3535ed(0x1fd)],'top':_0x3caf28['y']+_0x3a0793-c[_0x3535ed(0x33d)][_0x3535ed(0x1fd)]}),_0x494c02[_0x3535ed(0x629)](!0x0);return;}let _0x33881f=new Pe(_0x60ced0,{'left':_0x3caf28['x']+_0x4409cc-c[_0x3535ed(0x33d)][_0x3535ed(0x1fd)],'top':_0x3caf28['y']+_0x3a0793-c[_0x3535ed(0x33d)][_0x3535ed(0x1fd)],'adjName':_0x23b72f,'shapeId':this[_0x3535ed(0x4d5)],'unitId':_0x488057,'subUnitId':_0x5d36c9,'width':c[_0x3535ed(0x33d)][_0x3535ed(0x1fd)]+0x8,'height':c[_0x3535ed(0x33d)][_0x3535ed(0x1fd)]+0x8,'zIndex':p[_0x3535ed(0x4dd)]+0x1,'evented':!0x0});this[_0x3535ed(0x606)][_0x3535ed(0x135)](_0x33881f),this[_0x3535ed(0x621)](_0x33881f,_0x44e0a4,_0x23b72f),_0x44e0a4['addObject'](_0x33881f,p[_0x3535ed(0x4dd)]+0x1);}[_0x1edbb0(0x224)](){const _0x427643=_0x1edbb0;this[_0x427643(0x606)][_0x427643(0x3b0)](_0x58f18f=>_0x58f18f['dispose']()),this[_0x427643(0x606)]=[];}['_updateAdjustControlPositions'](){const _0x3ae39f=_0x1edbb0;this[_0x3ae39f(0x5af)]();}['_toScenePoint'](_0x843bb6,_0x810f67,_0x1d69be){const _0x1f2aea=_0x1edbb0;var _0x33f67c,_0x25008d;let _0x285e30=p[_0x1f2aea(0x5ec)]['FromArray']([_0x810f67,_0x1d69be]),_0xad7b09=(_0x33f67c=_0x843bb6['getActiveViewportByCoord'](_0x285e30))==null?_0x843bb6[_0x1f2aea(0x5c2)]()[0x0]:_0x33f67c;return(_0x25008d=_0xad7b09==null?void 0x0:_0xad7b09[_0x1f2aea(0x234)](_0x285e30))==null?_0x285e30:_0x25008d;}['_attachAdjustEvent'](_0x59e1e6,_0x430412,_0x279aad){const _0x4f4708=_0x1edbb0;this['disposeWithMe']((0x0,u[_0x4f4708(0x4a2)])(_0x59e1e6['onPointerDown$'][_0x4f4708(0x329)]((_0x4f0554,_0x29236d)=>{const _0x5da5a9=_0x4f4708;var _0x4f6b69,_0x112773,_0x3ac728,_0x4c2a86;let _0x314f5e=_0x59e1e6[_0x5da5a9(0x139)]();this[_0x5da5a9(0x370)]=this['_getShapeAdjustInfosById'](_0x314f5e[_0x5da5a9(0x5ab)],_0x314f5e[_0x5da5a9(0x1d0)],_0x314f5e[_0x5da5a9(0x576)],_0x279aad),this[_0x5da5a9(0x51f)]=this[_0x5da5a9(0x432)][_0x5da5a9(0x26d)](_0x314f5e[_0x5da5a9(0x5ab)],_0x314f5e['subUnitId'],_0x314f5e['drawingId']);let _0x59a2e3=this[_0x5da5a9(0x133)](),_0x546a02=_0x59a2e3==null?void 0x0:_0x59a2e3['transform'];if(!_0x59a2e3||!_0x546a02||!this[_0x5da5a9(0x51f)])return;this[_0x5da5a9(0x37e)]=_0x546a02[_0x5da5a9(0x280)]||0x0,this[_0x5da5a9(0x3e0)]=_0x546a02[_0x5da5a9(0x153)]||0x0,this[_0x5da5a9(0x413)]=_0x546a02[_0x5da5a9(0x627)]||0x0,this['_baseShapeHeight']=_0x546a02[_0x5da5a9(0x4b0)]||0x0;let _0x4406a9=!!_0x546a02[_0x5da5a9(0x28c)],_0x14651b=!!_0x546a02['flipY'],_0x45c31b=_0x546a02[_0x5da5a9(0x264)]||0x0,_0x240cca=((_0x4f6b69=this['_activeAdjustInfo'])==null?void 0x0:_0x4f6b69['gdRefX'])||((_0x112773=this[_0x5da5a9(0x370)])==null?void 0x0:_0x112773[_0x5da5a9(0x47a)])||((_0x3ac728=this[_0x5da5a9(0x370)])==null?void 0x0:_0x3ac728[_0x5da5a9(0x535)])||((_0x4c2a86=this[_0x5da5a9(0x370)])==null?void 0x0:_0x4c2a86[_0x5da5a9(0x539)])||_0x279aad,_0x520030=this[_0x5da5a9(0x51f)]['getAdjustValueByName'](_0x240cca),_0x83626b={[_0x240cca]:_0x520030};this[_0x5da5a9(0x53d)]=!0x0,_0x430412[_0x5da5a9(0x4ea)](),this[_0x5da5a9(0x50a)]=_0x430412[_0x5da5a9(0x53a)][_0x5da5a9(0x329)]((_0xa8ae64,_0x5892bf)=>{const _0x57166e=_0x5da5a9;var _0x34f013;if(!this[_0x57166e(0x53d)]||!this[_0x57166e(0x51f)]||!this['_activeAdjustInfo'])return;_0x430412['disableObjectsEvent'](),_0x430412['setCursor'](p[_0x57166e(0x5fc)]['CROSSHAIR']);let _0x20daa3=this[_0x57166e(0x1a1)](_0x430412,_0xa8ae64[_0x57166e(0x591)],_0xa8ae64[_0x57166e(0x367)]),_0x474e7a=_0x20daa3['x']-this[_0x57166e(0x37e)],_0x1edf1b=_0x20daa3['y']-this[_0x57166e(0x3e0)];if(_0x45c31b!==0x0){let _0x4d1bfb=this['_baseShapeWidth']/0x2,_0x143d81=this[_0x57166e(0x4a4)]/0x2,_0x586079=_0x45c31b*Math['PI']/0xb4,_0x176cff=Math[_0x57166e(0x2df)](_0x586079),_0x1523c1=Math['sin'](_0x586079),_0x168619=_0x474e7a-_0x4d1bfb,_0x4f0335=_0x1edf1b-_0x143d81;_0x474e7a=_0x4d1bfb+(_0x168619*_0x176cff+_0x4f0335*_0x1523c1),_0x1edf1b=_0x143d81+(-_0x168619*_0x1523c1+_0x4f0335*_0x176cff);}_0x4406a9&&(_0x474e7a=this[_0x57166e(0x413)]-_0x474e7a),_0x14651b&&(_0x1edf1b=this[_0x57166e(0x4a4)]-_0x1edf1b);let _0x323b59={'left':0x0,'top':0x0,'width':this[_0x57166e(0x413)],'height':this[_0x57166e(0x4a4)]},_0x4da7e6=this[_0x57166e(0x51f)][_0x57166e(0x14a)](_0x323b59,{'x':_0x474e7a,'y':_0x1edf1b},this[_0x57166e(0x370)],_0x4406a9,_0x14651b),_0x5bf1ed=this[_0x57166e(0x370)][_0x57166e(0x36b)]||this[_0x57166e(0x370)][_0x57166e(0x47a)]||this[_0x57166e(0x370)][_0x57166e(0x535)]||this[_0x57166e(0x370)]['gdRefR'];_0x5bf1ed!==void 0x0&&(this[_0x57166e(0x51f)][_0x57166e(0x339)](_0x5bf1ed,_0x4da7e6),(_0x34f013=this['_getActiveDrawingShape'](_0x430412))==null||_0x34f013[_0x57166e(0x629)](!0x0),this[_0x57166e(0x55e)]=this['_getShapeAdjustPointListById'](_0x314f5e[_0x57166e(0x5ab)],_0x314f5e[_0x57166e(0x1d0)],_0x314f5e['drawingId']),this[_0x57166e(0x48f)](),_0x5892bf[_0x57166e(0x228)]());}),this[_0x5da5a9(0x14d)]=_0x430412[_0x5da5a9(0x3ec)][_0x5da5a9(0x329)]((_0x3bbdfc,_0x226089)=>{const _0x4dc7ab=_0x5da5a9;var _0x430c51,_0x3b8db5;(_0x430c51=this[_0x4dc7ab(0x50a)])==null||_0x430c51[_0x4dc7ab(0x44f)](),(_0x3b8db5=this[_0x4dc7ab(0x14d)])==null||_0x3b8db5[_0x4dc7ab(0x44f)](),_0x430412[_0x4dc7ab(0x35b)]();let _0x3fec1b=this[_0x4dc7ab(0x370)];if(_0x3fec1b&&this[_0x4dc7ab(0x51f)]){let _0xe3fabb=_0x3fec1b[_0x4dc7ab(0x36b)]||_0x3fec1b[_0x4dc7ab(0x47a)]||_0x3fec1b[_0x4dc7ab(0x535)]||_0x3fec1b[_0x4dc7ab(0x539)];if(_0xe3fabb!==void 0x0){let _0x49cde4=this[_0x4dc7ab(0x51f)][_0x4dc7ab(0x3f1)](_0xe3fabb);_0x49cde4!==void 0x0&&z(this[_0x4dc7ab(0x166)],_0x314f5e['unitId'],_0x314f5e['subUnitId'],_0x314f5e[_0x4dc7ab(0x576)],{'oldShapeData':{'adjustValues':_0x83626b}},{'adjustValues':{[_0xe3fabb]:_0x49cde4}});}}this[_0x4dc7ab(0x370)]=void 0x0,this[_0x4dc7ab(0x51f)]=void 0x0,this[_0x4dc7ab(0x53d)]=!0x1,_0x430412['enableObjectsEvent'](),_0x226089[_0x4dc7ab(0x228)]();}),_0x29236d[_0x5da5a9(0x228)]();})));}[_0x1edbb0(0x269)](){const _0x1c1a22=_0x1edbb0;let {scene:_0x2183f8}=this[_0x1c1a22(0x420)],_0x396f19=_0x2183f8[_0x1c1a22(0x4bc)]();this[_0x1c1a22(0x426)](_0x396f19[_0x1c1a22(0x424)][_0x1c1a22(0x4c6)](_0x2c0403=>{const _0xd63173=_0x1c1a22;this[_0xd63173(0x5af)](),_0x2c0403[_0xd63173(0x26c)]!==null&&_0x2c0403[_0xd63173(0x26c)][_0xd63173(0x448)]===0x1&&_0x2c0403[_0xd63173(0x26c)][_0xd63173(0x43c)]()['next']()[_0xd63173(0x52a)]instanceof H&&(this[_0xd63173(0x34a)]=!0x0);})),this[_0x1c1a22(0x426)](_0x396f19[_0x1c1a22(0x2c5)][_0x1c1a22(0x4c6)](()=>{const _0x3ab2dd=_0x1c1a22;this['_isShouldShowDrawingShapeAdjust']&&this[_0x3ab2dd(0x224)]();})),this[_0x1c1a22(0x426)](_0x2183f8[_0x1c1a22(0x3ec)][_0x1c1a22(0x329)](()=>{const _0xc2f80=_0x1c1a22;this[_0xc2f80(0x34a)]&&(this[_0xc2f80(0x34a)]=!0x1,this['_createShapeAdjustControls']());})),this['disposeWithMe'](_0x396f19[_0x1c1a22(0x5e6)][_0x1c1a22(0x4c6)](()=>{const _0x30101d=_0x1c1a22;this[_0x30101d(0x18c)]&&this[_0x30101d(0x1f1)]&&this[_0x30101d(0x4d5)]&&(this[_0x30101d(0x55e)]=this[_0x30101d(0x28e)](this[_0x30101d(0x18c)],this[_0x30101d(0x1f1)],this['_activeShapeId']),this['_updateAdjustControlPositions']());}));}['_registerDrawingFocusChangeHandler'](){const _0x9d8c48=_0x1edbb0;this[_0x9d8c48(0x426)](this[_0x9d8c48(0x1ea)]['focus$'][_0x9d8c48(0x4c6)](_0x5744f1=>{const _0x40ffb1=_0x9d8c48;if(_0x5744f1[_0x40ffb1(0x585)]===0x1){let _0xeb5d22=_0x5744f1[0x0],_0x319883=this[_0x40ffb1(0x1ea)][_0x40ffb1(0x211)](_0xeb5d22);if((_0x319883==null?void 0x0:_0x319883[_0x40ffb1(0x3e7)])===u[_0x40ffb1(0x51c)][_0x40ffb1(0x23f)]){this[_0x40ffb1(0x4d5)]=_0xeb5d22['drawingId'],this[_0x40ffb1(0x18c)]=_0xeb5d22['unitId'],this[_0x40ffb1(0x1f1)]=_0xeb5d22['subUnitId'],this[_0x40ffb1(0x55e)]=this[_0x40ffb1(0x28e)](_0xeb5d22[_0x40ffb1(0x5ab)],_0xeb5d22[_0x40ffb1(0x1d0)],_0xeb5d22[_0x40ffb1(0x576)]),this[_0x40ffb1(0x224)](),this[_0x40ffb1(0x5af)]();return;}}this['_activeShapeId']=null,this[_0x40ffb1(0x55e)]=void 0x0,this[_0x40ffb1(0x18c)]=null,this[_0x40ffb1(0x1f1)]=null,this[_0x40ffb1(0x224)]();})),this['disposeWithMe'](this['_drawingManagerService'][_0x9d8c48(0x174)]['subscribe'](_0x34a052=>{const _0x271f94=_0x9d8c48;if(_0x34a052[_0x271f94(0x585)]===0x1){var _0x56a80a;((_0x56a80a=this[_0x271f94(0x1ea)][_0x271f94(0x211)](_0x34a052[0x0]))==null?void 0x0:_0x56a80a[_0x271f94(0x3e7)])===u['DrawingTypeEnum']['DRAWING_SHAPE']&&this[_0x271f94(0x1ef)](!0x0);}})),this[_0x9d8c48(0x426)](this[_0x9d8c48(0x1ea)][_0x9d8c48(0x430)]['subscribe'](_0x1c2f36=>{const _0x55f056=_0x9d8c48;for(let _0x500bde of _0x1c2f36)this[_0x55f056(0x4d5)]===_0x500bde['drawingId']&&(this[_0x55f056(0x4d5)]=null,this['_activeShapeAdjustPointList']=void 0x0,this[_0x55f056(0x18c)]=null,this['_subUnitId']=null,this[_0x55f056(0x224)]());}));}};Fe=W([U(0x1,m['IDrawingManagerService']),U(0x2,(0x0,u['Inject'])(l['DocsShapeService'])),U(0x3,u[_0x1edbb0(0x15b)])],Fe);function Ie(_0x2c0eb0,_0x266343){const _0x2a12e6=_0x1edbb0;let _0x2b82cd=_0x2c0eb0;for(;_0x2b82cd;){if(_0x266343(_0x2b82cd))return _0x2b82cd;_0x2b82cd=typeof _0x2b82cd[_0x2a12e6(0x57f)]==_0x2a12e6(0x5ef)?_0x2b82cd[_0x2a12e6(0x57f)]():null;}return null;}function Le(_0x4e9b77){return Ie(_0x4e9b77,_0x4f4e48=>_0x4f4e48 instanceof H);}let Re=class extends u[_0x1edbb0(0x2bf)]{constructor(_0xf5be63,_0x5b936a,_0x28d688,_0x3fa476,_0x21dcc0){const _0x4e056e=_0x1edbb0;super(),this[_0x4e056e(0x420)]=_0xf5be63,this[_0x4e056e(0x208)]=_0x5b936a,this[_0x4e056e(0x1ea)]=_0x28d688,this['_contextService']=_0x3fa476,this[_0x4e056e(0x432)]=_0x21dcc0,L(this,_0x4e056e(0x32b),null),this[_0x4e056e(0x440)](),this[_0x4e056e(0x304)](),this['_initEditingParams']();}[_0x1edbb0(0x440)](){const _0x5ef0c5=_0x1edbb0;let {scene:_0x4a7803}=this[_0x5ef0c5(0x420)];this[_0x5ef0c5(0x426)](_0x4a7803[_0x5ef0c5(0x147)]['subscribeEvent'](_0x34e746=>{const _0x3b0dd3=_0x5ef0c5;var _0x90878b;let {offsetX:_0x3907fd,offsetY:_0x79cf50}=_0x34e746,_0x18f4e3=p[_0x3b0dd3(0x5ec)][_0x3b0dd3(0x532)]([_0x3907fd,_0x79cf50]),_0x5359fd=(_0x90878b=Le(_0x4a7803[_0x3b0dd3(0x47d)](_0x18f4e3)))==null?this[_0x3b0dd3(0x2e5)](_0x18f4e3):_0x90878b;if(_0x5359fd){if((0x0,c[_0x3b0dd3(0x22d)])(this[_0x3b0dd3(0x432)]['getShapeType'](_0x5359fd[_0x3b0dd3(0x5ab)],_0x5359fd[_0x3b0dd3(0x1d0)],_0x5359fd[_0x3b0dd3(0x49b)])))return;this[_0x3b0dd3(0x208)][_0x3b0dd3(0x470)]({'visible':!0x0,'unitId':_0x5359fd['unitId'],'subUnitId':_0x5359fd[_0x3b0dd3(0x1d0)],'shapeId':_0x5359fd[_0x3b0dd3(0x49b)],'shapeKey':_0x5359fd[_0x3b0dd3(0x56b)]});}}));}[_0x1edbb0(0x2e5)](_0x195568){const _0x367727=_0x1edbb0;let {scene:_0x256e59}=this['_context'],_0x19ac1f=this[_0x367727(0x1ea)][_0x367727(0x1cd)]()[_0x367727(0x582)](_0x40ac71=>_0x256e59[_0x367727(0x290)]((0x0,m[_0x367727(0x2fd)])(_0x40ac71)))[_0x367727(0x600)](_0x55df41=>_0x55df41 instanceof H&&_0x55df41[_0x367727(0x316)](_0x195568));return _0x19ac1f==null?null:_0x19ac1f;}[_0x1edbb0(0x304)](){const _0x43c81e=_0x1edbb0;this[_0x43c81e(0x426)](this[_0x43c81e(0x1ea)][_0x43c81e(0x129)][_0x43c81e(0x4c6)](_0x53eb88=>{const _0x105cbb=_0x43c81e;if(_0x53eb88[_0x105cbb(0x585)]===0x1){let _0x223fe9=_0x53eb88[0x0],_0xf63950=this[_0x105cbb(0x1ea)]['getDrawingByParam'](_0x223fe9);if((_0xf63950==null?void 0x0:_0xf63950[_0x105cbb(0x3e7)])===u['DrawingTypeEnum'][_0x105cbb(0x23f)]){let _0x20fbe9=this[_0x105cbb(0x208)]['getEditing']();if((_0x20fbe9==null?void 0x0:_0x20fbe9[_0x105cbb(0x49b)])===_0x223fe9['drawingId']&&_0x20fbe9[_0x105cbb(0x601)])return;(0x0,c[_0x105cbb(0x22d)])(this[_0x105cbb(0x432)][_0x105cbb(0x1d3)](_0x223fe9[_0x105cbb(0x5ab)],_0x223fe9[_0x105cbb(0x1d0)],_0x223fe9[_0x105cbb(0x576)]))&&this[_0x105cbb(0x208)][_0x105cbb(0x470)](null);}else this[_0x105cbb(0x208)][_0x105cbb(0x588)]()&&(this[_0x105cbb(0x208)][_0x105cbb(0x29d)](!0x0),requestAnimationFrame(()=>{this['_shapeTextEditingService']['setEditing'](null);}));}else this['_shapeTextEditingService']['getEditing']()&&(this[_0x105cbb(0x208)][_0x105cbb(0x29d)](!0x0),requestAnimationFrame(()=>{const _0xb9a5ea=_0x105cbb;this['_shapeTextEditingService'][_0xb9a5ea(0x470)](null);}));})),this['disposeWithMe'](this[_0x43c81e(0x1ea)][_0x43c81e(0x430)][_0x43c81e(0x4c6)](_0x5d9945=>{const _0x1ada54=_0x43c81e;let _0x1fcf5e=this[_0x1ada54(0x208)]['getEditing']();_0x1fcf5e&&_0x5d9945[_0x1ada54(0x4e8)](_0x3faccb=>_0x3faccb[_0x1ada54(0x576)]===_0x1fcf5e['shapeId'])&&this[_0x1ada54(0x208)]['setEditing'](null);}));}[_0x1edbb0(0x4de)](){const _0x507a23=_0x1edbb0;this['disposeWithMe'](this['_shapeTextEditingService'][_0x507a23(0x2a6)][_0x507a23(0x4c6)](_0x73d451=>{const _0x408d2f=_0x507a23;let {scene:_0x175310}=this['_context'];if(this[_0x408d2f(0x32b)]){let _0x1064a9=_0x175310[_0x408d2f(0x290)](this[_0x408d2f(0x32b)]);_0x1064a9&&_0x1064a9['setEditing'](!0x1);}if(_0x73d451){let _0x2724e9=!!_0x73d451['visible'],_0x4fd166=_0x175310[_0x408d2f(0x290)](_0x73d451[_0x408d2f(0x2c1)]);_0x4fd166&&(_0x4fd166['setEditing'](_0x2724e9),this['_lastEditingShapeKey']=_0x73d451[_0x408d2f(0x2c1)]),this['_contextService'][_0x408d2f(0x54d)](u[_0x408d2f(0x37f)],_0x2724e9);}else this[_0x408d2f(0x32b)]=null,this[_0x408d2f(0x593)][_0x408d2f(0x54d)](u[_0x408d2f(0x37f)],!0x1);}));}};Re=W([U(0x1,(0x0,u[_0x1edbb0(0x1ac)])(R)),U(0x2,m[_0x1edbb0(0x2ff)]),U(0x3,u[_0x1edbb0(0x1ed)]),U(0x4,(0x0,u[_0x1edbb0(0x1ac)])(l[_0x1edbb0(0x4b2)]))],Re);const ze=[f[_0x1edbb0(0x389)],f['SetInlineFormatFontSizeCommand']['id'],f[_0x1edbb0(0x245)]['id'],f['SetInlineFormatItalicCommand']['id'],f[_0x1edbb0(0x598)]['id'],f[_0x1edbb0(0x330)]['id'],f[_0x1edbb0(0x45d)]['id'],f[_0x1edbb0(0x41e)]['id'],f[_0x1edbb0(0x36d)]['id'],f[_0x1edbb0(0x369)]['id']];function Be(){const _0x3caf25=_0x1edbb0;let _0x199ae=(0x0,g[_0x3caf25(0x1e6)])(g[_0x3caf25(0x5e2)]),[_0x80cd37,_0x4634f0]=(0x0,y[_0x3caf25(0x25d)])([]);return(0x0,y[_0x3caf25(0x4c8)])(()=>{const _0x19aee8=_0x3caf25;function _0x8ac78f(){const _0x1232ea=_0xacee;let _0x186d21=[..._0x199ae[_0x1232ea(0x38e)](f['FLOAT_TOOLBAR_MENU_POSITION']),..._0x199ae[_0x1232ea(0x38e)](g[_0x1232ea(0x3dd)]['RIBBON'])];_0x4634f0(ze['map'](_0x37e5e4=>_0x186d21[_0x1232ea(0x600)](_0x1159b8=>_0x1159b8[_0x1232ea(0x449)]===_0x37e5e4))['filter'](_0x14c49f=>!!(_0x14c49f!=null&&_0x14c49f[_0x1232ea(0x2b7)])));}_0x8ac78f();let _0x15fd6a=_0x199ae[_0x19aee8(0x2ba)][_0x19aee8(0x4c6)](_0x8ac78f);return()=>_0x15fd6a['unsubscribe']();},[_0x199ae]),(0x0,x['jsx'])(_0x3caf25(0x2e9),{'className':(0x0,v[_0x3caf25(0x1ff)])(_0x3caf25(0x59d),v[_0x3caf25(0x180)]),'children':_0x80cd37[_0x3caf25(0x582)](_0x1e4297=>_0x1e4297[_0x3caf25(0x2b7)]&&(0x0,x[_0x3caf25(0x324)])(_0x3caf25(0x2e9),{'className':_0x3caf25(0x45b),'children':(0x0,x['jsx'])(g['ToolbarItem'],{..._0x1e4297[_0x3caf25(0x2b7)]},_0x1e4297[_0x3caf25(0x449)])},_0x1e4297[_0x3caf25(0x449)]))});}const Ve=_0x1edbb0(0x5dd);function He(_0x57a4d8,_0x4719b3){const _0x31e5db=_0x1edbb0;if(_0x57a4d8==null||_0x4719b3==null)return!0x1;let {glyph:_0x244a6b,..._0x2133c6}=_0x57a4d8,{glyph:_0x27f4e3,..._0x58d403}=_0x4719b3;return(0x0,u[_0x31e5db(0x5a2)])(_0x2133c6,_0x58d403);}let Ue=class extends u[_0x1edbb0(0x2bf)]{constructor(_0x6afb1e,_0x1ab76e,_0x57cfc6,_0x2aaeb4,_0x33226b){const _0x4f649d=_0x1edbb0;super(),this[_0x4f649d(0x420)]=_0x6afb1e,this['_docSelectionManagerService']=_0x1ab76e,this['_docCanvasPopManagerService']=_0x57cfc6,this[_0x4f649d(0x39c)]=_0x2aaeb4,this[_0x4f649d(0x5b2)]=_0x33226b,L(this,_0x4f649d(0x3d6),null),this[_0x4f649d(0x420)][_0x4f649d(0x5ab)]===P&&(this['disposeWithMe'](this[_0x4f649d(0x39c)][_0x4f649d(0x271)](Ve,Be)),this[_0x4f649d(0x186)](),this[_0x4f649d(0x426)](()=>this['_hideFloatMenu']()));}['_initSelectionChange'](){const _0x5ec358=_0x1edbb0;this[_0x5ec358(0x426)](this[_0x5ec358(0x5b2)]['onSelectionStart$'][_0x5ec358(0x4c6)](()=>{const _0x287d12=_0x5ec358;this[_0x287d12(0x149)]();})),this[_0x5ec358(0x426)](this[_0x5ec358(0x226)]['textSelection$']['subscribe'](_0x38471a=>{const _0x10db40=_0x5ec358;var _0x377701,_0x5811f2;let {unitId:_0x31f426,textRanges:_0x1c0ae7}=_0x38471a;if(_0x31f426!==this['_context']['unitId'])return;let _0x40c623=_0x1c0ae7['find'](_0x5df1f0=>!_0x5df1f0[_0x10db40(0x29f)]);if(!_0x40c623){this[_0x10db40(0x149)]();return;}_0x40c623[_0x10db40(0x214)]===((_0x377701=this[_0x10db40(0x3d6)])==null?void 0x0:_0x377701[_0x10db40(0x42c)])&&_0x40c623[_0x10db40(0x560)]===((_0x5811f2=this[_0x10db40(0x3d6)])==null?void 0x0:_0x5811f2['end'])||(this[_0x10db40(0x149)](),this[_0x10db40(0x4f2)](_0x31f426,_0x40c623));}));}['_hideFloatMenu'](){const _0x1740b7=_0x1edbb0;var _0x55934f;(_0x55934f=this[_0x1740b7(0x3d6)])==null||_0x55934f[_0x1740b7(0x61c)][_0x1740b7(0x381)](),this[_0x1740b7(0x3d6)]=null;}[_0x1edbb0(0x4f2)](_0xe07878,_0x2f8e62){const _0x1cbdf6=_0x1edbb0;this['_floatMenu']={'disposable':this['_docCanvasPopManagerService']['attachPopupToRange'](_0x2f8e62,{'componentKey':Ve,'direction':_0x2f8e62[_0x1cbdf6(0x5d4)]===_0x1cbdf6(0x181)||He(_0x2f8e62[_0x1cbdf6(0x1c9)],_0x2f8e62[_0x1cbdf6(0x479)])?_0x1cbdf6(0x508):'bottom-center','offset':[0x0,0x4]},_0xe07878),'start':_0x2f8e62['startOffset'],'end':_0x2f8e62['endOffset']};}};Ue=W([U(0x1,(0x0,u[_0x1edbb0(0x1ac)])(C['DocSelectionManagerService'])),U(0x2,(0x0,u['Inject'])(f[_0x1edbb0(0x1dc)])),U(0x3,(0x0,u['Inject'])(g['ComponentManager'])),U(0x4,(0x0,u[_0x1edbb0(0x1ac)])(f[_0x1edbb0(0x124)]))],Ue);function We(_0x38b27a,_0x105219){const _0x12a7d2=_0x1edbb0;return{'top':0x0,'left':0x0,'width':_0x38b27a,'height':_0x105219,'borderColor':_0x12a7d2(0x511),'outlineColor':_0x12a7d2(0x511),'backgroundColor':_0x12a7d2(0x511)};}function Ge(_0x696561){const _0xe5a356=_0x1edbb0;var _0x4a27dc,_0x397111;let _0x3bdd59=_0x696561==null||(_0x4a27dc=_0x696561['engine'])==null||(_0x397111=_0x4a27dc[_0xe5a356(0x323)])==null?void 0x0:_0x397111[_0xe5a356(0x40d)](_0x4a27dc);_0x3bdd59&&(_0x3bdd59[_0xe5a356(0x49a)][_0xe5a356(0x2e0)]=_0xe5a356(0x511));}function Ke(_0x59d400){const _0x510c60=_0x1edbb0;let _0x4635f8=g[_0x510c60(0x4f9)][_0x510c60(0x19f)],_0x2696a3=g[_0x510c60(0x4f9)]['CTRL_COMMAND']|g['MetaKeys']['SHIFT'];return{'keyCodes':[{'keyCode':g['KeyCode'][_0x510c60(0x452)]},{'keyCode':g[_0x510c60(0x397)][_0x510c60(0x2b9)]},{'keyCode':g[_0x510c60(0x397)][_0x510c60(0x537)]},{'keyCode':g[_0x510c60(0x397)]['A'],'metaKey':_0x4635f8},{'keyCode':g[_0x510c60(0x397)]['B'],'metaKey':_0x4635f8},{'keyCode':g['KeyCode']['I'],'metaKey':_0x4635f8},{'keyCode':g[_0x510c60(0x397)]['U'],'metaKey':_0x4635f8},{'keyCode':g[_0x510c60(0x397)]['X'],'metaKey':_0x2696a3},{'keyCode':g[_0x510c60(0x397)][_0x510c60(0x154)],'metaKey':_0x4635f8},{'keyCode':g[_0x510c60(0x397)][_0x510c60(0x5c8)],'metaKey':_0x4635f8},{'keyCode':g['KeyCode']['L'],'metaKey':_0x2696a3},{'keyCode':g[_0x510c60(0x397)]['R'],'metaKey':_0x2696a3},{'keyCode':g[_0x510c60(0x397)]['E'],'metaKey':_0x2696a3},{'keyCode':g[_0x510c60(0x397)]['J'],'metaKey':_0x2696a3},{'keyCode':g['KeyCode'][_0x510c60(0x3b7)],'metaKey':_0x2696a3},{'keyCode':g['KeyCode'][_0x510c60(0x217)],'metaKey':_0x2696a3},{'keyCode':g['KeyCode']['Z'],'metaKey':_0x4635f8},{'keyCode':g[_0x510c60(0x397)]['Y'],'metaKey':_0x4635f8},{'keyCode':g[_0x510c60(0x397)]['Z'],'metaKey':_0x2696a3}],'handler':(_0x1dbdac,_0x52ab7e)=>{const _0x35ecff=_0x510c60;switch(_0x1dbdac+':'+(_0x52ab7e==null?0x0:_0x52ab7e)){case g[_0x35ecff(0x397)][_0x35ecff(0x452)]+':0':_0x59d400[_0x35ecff(0x1ce)](f[_0x35ecff(0x137)]['id']);break;case g[_0x35ecff(0x397)][_0x35ecff(0x2b9)]+':0':_0x59d400['executeCommand'](f['DeleteLeftCommand']['id']);break;case g[_0x35ecff(0x397)][_0x35ecff(0x537)]+':0':_0x59d400['executeCommand'](f[_0x35ecff(0x402)]['id']);break;case g['KeyCode']['A']+':'+_0x4635f8:_0x59d400[_0x35ecff(0x1ce)](f[_0x35ecff(0x1e3)]['id']);break;case g[_0x35ecff(0x397)]['B']+':'+_0x4635f8:_0x59d400['executeCommand'](f[_0x35ecff(0x245)]['id']);break;case g[_0x35ecff(0x397)]['I']+':'+_0x4635f8:_0x59d400[_0x35ecff(0x1ce)](f[_0x35ecff(0x571)]['id']);break;case g[_0x35ecff(0x397)]['U']+':'+_0x4635f8:_0x59d400[_0x35ecff(0x1ce)](f[_0x35ecff(0x598)]['id']);break;case g[_0x35ecff(0x397)]['X']+':'+_0x2696a3:_0x59d400[_0x35ecff(0x1ce)](f[_0x35ecff(0x330)]['id']);break;case g[_0x35ecff(0x397)][_0x35ecff(0x154)]+':'+_0x4635f8:_0x59d400[_0x35ecff(0x1ce)](f['SetInlineFormatSubscriptCommand']['id']);break;case g['KeyCode'][_0x35ecff(0x5c8)]+':'+_0x4635f8:_0x59d400[_0x35ecff(0x1ce)](f[_0x35ecff(0x41e)]['id']);break;case g[_0x35ecff(0x397)]['L']+':'+_0x2696a3:_0x59d400[_0x35ecff(0x1ce)](f[_0x35ecff(0x47f)]['id']);break;case g[_0x35ecff(0x397)]['R']+':'+_0x2696a3:_0x59d400[_0x35ecff(0x1ce)](f[_0x35ecff(0x3ac)]['id']);break;case g['KeyCode']['E']+':'+_0x2696a3:_0x59d400[_0x35ecff(0x1ce)](f[_0x35ecff(0x2e3)]['id']);break;case g[_0x35ecff(0x397)]['J']+':'+_0x2696a3:_0x59d400[_0x35ecff(0x1ce)](f['AlignJustifyCommand']['id']);break;case g['KeyCode'][_0x35ecff(0x3b7)]+':'+_0x2696a3:_0x59d400[_0x35ecff(0x1ce)](f[_0x35ecff(0x343)]['id']);break;case g[_0x35ecff(0x397)][_0x35ecff(0x217)]+':'+_0x2696a3:_0x59d400[_0x35ecff(0x1ce)](f['BulletListCommand']['id']);break;case g[_0x35ecff(0x397)]['Z']+':'+_0x4635f8:_0x59d400[_0x35ecff(0x1ce)](u[_0x35ecff(0x4b9)]['id']);break;case g[_0x35ecff(0x397)]['Y']+':'+_0x4635f8:case g[_0x35ecff(0x397)]['Z']+':'+_0x2696a3:_0x59d400[_0x35ecff(0x1ce)](u['RedoCommand']['id']);break;}}};}const qe=function(_0x4b6aa6){const _0x11f08c=_0x1edbb0;let {containerWidth:_0xedfe00,containerHeight:_0x45d4b6,scaleX:_0xd9f1f2,scaleY:_0x17dae8}=_0x4b6aa6,_0x234db2=_0xd9f1f2||0x1,_0x22a17c=_0x17dae8||0x1,_0x58091d=(0x0,g[_0x11f08c(0x1e6)])(R),_0x2b671a=(0x0,g[_0x11f08c(0x1e6)])(f['IEditorService']),_0x5ab05c=(0x0,g['useDependency'])(p[_0x11f08c(0x3ce)]),_0x378be9=(0x0,g[_0x11f08c(0x1e6)])(u[_0x11f08c(0x2eb)]),_0x4eb338=(0x0,g[_0x11f08c(0x1e6)])(m[_0x11f08c(0x2ff)]),_0x5d2591=(0x0,g[_0x11f08c(0x1e6)])(l[_0x11f08c(0x4b2)]),_0x3f5b7b=(0x0,g[_0x11f08c(0x1e6)])(u[_0x11f08c(0x15b)]),_0x4adfd8=(0x0,g['useObservable'])(_0x58091d['editingParams$']),_0x57abd6=(0x0,g[_0x11f08c(0x47e)])(_0x58091d['onSavingEditorData$']),_0x8c85a7=(0x0,y[_0x11f08c(0x604)])(null),_0x488328=(0x0,y[_0x11f08c(0x604)])(null),_0x474142=(0x0,y[_0x11f08c(0x604)])(null),_0x921eef=(0x0,y[_0x11f08c(0x604)])(null),_0x4be0f4=(0x0,y['useRef'])(null),_0x3c9333=(0x0,y['useRef'])(null),[,_0x31f212]=(0x0,y[_0x11f08c(0x25d)])({'editorHeight':_0x45d4b6,'marginTop':0x0,'useAbsolutePosition':!0x1}),_0x328441=(0x0,y[_0x11f08c(0x57a)])(_0x3690db=>{queueMicrotask(()=>{_0x31f212(_0x3690db);});},[]),_0x32c195=(0x0,y[_0x11f08c(0x57a)])(()=>_0x378be9[_0x11f08c(0x477)](P,u[_0x11f08c(0x1bf)][_0x11f08c(0x16a)]),[_0x378be9]),_0x58edb0=(0x0,y[_0x11f08c(0x57a)])(()=>{const _0x7eb1fa=_0x11f08c;var _0xa60eba;let _0x1459cc=_0x234db2,_0x7d8587=_0x22a17c;if(!_0x4adfd8)return{'scaleAdjust':0x1,'renderScaleX':_0x1459cc,'renderScaleY':_0x7d8587};let _0x1fd9ec=_0x5ab05c[_0x7eb1fa(0x386)](_0x4adfd8[_0x7eb1fa(0x5ab)]),_0x5b8def=_0x1fd9ec==null?void 0x0:_0x1fd9ec[_0x7eb1fa(0x546)][_0x7eb1fa(0x3f4)](),_0x46755c=_0x1fd9ec==null?void 0x0:_0x1fd9ec[_0x7eb1fa(0x4ff)]['getCanvasElement'](),_0x352e86=_0x46755c?Number['parseFloat'](_0x46755c[_0x7eb1fa(0x49a)][_0x7eb1fa(0x627)]||''):0x0,_0x57d981=(_0xa60eba=_0x46755c==null?void 0x0:_0x46755c['getBoundingClientRect']()[_0x7eb1fa(0x627)])==null?0x0:_0xa60eba,_0x5611fc=_0x352e86>0x0&&_0x57d981>0x0?_0x57d981/_0x352e86:0x1;return{'scaleAdjust':Number[_0x7eb1fa(0x55b)](_0x5611fc)&&_0x5611fc>0x0?_0x5611fc:0x1,'renderScaleX':(_0x5b8def==null?void 0x0:_0x5b8def[_0x7eb1fa(0x372)])||_0x1459cc,'renderScaleY':(_0x5b8def==null?void 0x0:_0x5b8def[_0x7eb1fa(0x4a7)])||_0x7d8587};},[_0x234db2,_0x22a17c,_0x4adfd8,_0x5ab05c]),_0x3102a2=(0x0,y[_0x11f08c(0x57a)])(()=>{const _0x4de59c=_0x11f08c;if(!_0x4adfd8)return{'left':0x0,'top':0x0,'width':_0xedfe00/_0x234db2,'height':_0x45d4b6/_0x22a17c};let {unitId:_0x490cb0,subUnitId:_0x39866c,shapeId:_0x39b607}=_0x4adfd8,_0x2d3f63=_0x5d2591[_0x4de59c(0x26d)](_0x490cb0,_0x39866c,_0x39b607);if(!_0x2d3f63)return{'left':0x0,'top':0x0,'width':_0xedfe00/_0x234db2,'height':_0x45d4b6/_0x22a17c};let _0x2b5d8e={'left':0x0,'top':0x0,'width':_0xedfe00/_0x234db2,'height':_0x45d4b6/_0x22a17c};return _0x2d3f63[_0x4de59c(0x29c)](_0x2b5d8e);},[_0x4adfd8,_0xedfe00,_0x45d4b6,_0x234db2,_0x22a17c,_0x5d2591]),_0x5dc803=(0x0,y[_0x11f08c(0x57a)])(()=>{const _0x160e9c=_0x11f08c;if(!_0x4adfd8)return null;let {unitId:_0x64dc57,subUnitId:_0x14bed0,shapeId:_0x5b9ee0}=_0x4adfd8,_0x12f76f=_0x5d2591[_0x160e9c(0x26d)](_0x64dc57,_0x14bed0,_0x5b9ee0);if(!_0x12f76f)return null;let _0xceea23=_0x12f76f['getShapeTextData']();if(!_0xceea23)return null;let _0x27fac6={'unitId':_0x64dc57,'subUnitId':_0x14bed0,'drawingId':_0x5b9ee0},_0x585846=_0x4eb338['getDrawingByParam'](_0x27fac6),_0x5939b9={'angle':0x0,'flipX':!0x1,'flipY':!0x1};_0x585846&&_0x585846[_0x160e9c(0x121)]&&(_0x5939b9=_0x585846[_0x160e9c(0x121)]);let _0x1e2a74={'left':0x0,'top':0x0,'width':_0xedfe00/_0x234db2,'height':_0x45d4b6/_0x22a17c},_0x48f355=_0x12f76f[_0x160e9c(0x29c)](_0x1e2a74),_0x21aff7,_0x1c2bce=u[_0x160e9c(0x22a)][_0x160e9c(0x5c0)],_0x338987=u[_0x160e9c(0x3fb)][_0x160e9c(0x3bd)];if(_0x160e9c(0x3c7)in _0xceea23&&_0xceea23['dataModel']){var _0x1e87ae,_0x21c0ec;let _0x4fff7c=_0xceea23[_0x160e9c(0x3c7)];_0x4fff7c!=null&&_0x4fff7c['doc']&&(_0x21aff7=_0x4fff7c[_0x160e9c(0x2d4)]),_0x1c2bce=(_0x1e87ae=_0x4fff7c==null?void 0x0:_0x4fff7c['va'])==null?u[_0x160e9c(0x22a)][_0x160e9c(0x5c0)]:_0x1e87ae,_0x338987=(_0x21c0ec=_0x4fff7c==null?void 0x0:_0x4fff7c['ha'])==null?u[_0x160e9c(0x3fb)][_0x160e9c(0x3bd)]:_0x21c0ec;}return{'doc':_0x21aff7,'verticalAlign':_0x1c2bce,'horizontalAlign':_0x338987,'textRect':_0x48f355,'transform':_0x5939b9,'isHorizontal':_0xceea23[_0x160e9c(0x32f)]};},[_0x4adfd8,_0x5d2591,_0x4eb338,_0xedfe00,_0x45d4b6,_0x234db2,_0x22a17c]),_0x29d783=(0x0,y['useMemo'])(()=>{const _0x1f51bb=_0x11f08c;let _0x43adb9=_0x5dc803();return _0x43adb9!=null&&_0x43adb9['doc']?V(_0x43adb9[_0x1f51bb(0x2d4)],{'isHorizontal':!0x0,'textRect':_0x43adb9['textRect'],'verticalAlign':_0x43adb9[_0x1f51bb(0x205)],'horizontalAlign':_0x43adb9[_0x1f51bb(0x41a)]}):{'id':P,'body':{'dataStream':'\x0d\x0a','textRuns':[],'paragraphs':[{'startIndex':0x0}]},'documentStyle':{'pageSize':{'width':_0xedfe00/_0x234db2,'height':0x1/0x0}}};},[_0x5dc803,_0xedfe00,_0x234db2]),_0xcce05a=(0x0,f['useEditor'])({'editorId':P,'initialValue':_0x29d783,'container':_0x488328,'autoFocus':!0x1,'canvasStyle':{'backgroundColor':_0x11f08c(0x511)},'isSingle':!0x1});(0x0,y[_0x11f08c(0x4c8)])(()=>{const _0x1d9460=_0x11f08c;_0xcce05a&&Ge(_0x5ab05c[_0x1d9460(0x386)](P));},[_0xcce05a,_0x5ab05c]);let _0x3c2662=(0x0,f[_0x11f08c(0x3af)])(P);(0x0,f[_0x11f08c(0x1f2)])(_0x3c2662,(0x0,y[_0x11f08c(0x4ae)])(()=>Ke(_0x3f5b7b),[_0x3f5b7b]),_0xcce05a),(0x0,f[_0x11f08c(0x237)])(_0x3c2662,!0x1,_0xcce05a);let _0x1ee8a5=(0x0,y[_0x11f08c(0x57a)])((_0x19a888=!0x0)=>{const _0x325e12=_0x11f08c;var _0x5c3ed3,_0xe9de8e,_0x4fcd41;if(!_0xcce05a)return;let _0x18d6c0=_0xcce05a['getSelectionRanges']()[_0x325e12(0x600)](_0x174233=>_0x174233[_0x325e12(0x29f)]),_0x69da8b=((_0x5c3ed3=(_0xe9de8e=_0xcce05a[_0x325e12(0x4d8)]()[_0x325e12(0x5e1)])==null?void 0x0:_0xe9de8e['dataStream'][_0x325e12(0x585)])==null?0x2:_0x5c3ed3)-0x2,_0x5c38c7=(_0x4fcd41=_0x18d6c0==null?void 0x0:_0x18d6c0[_0x325e12(0x214)])==null?_0x19a888?_0x69da8b:null:_0x4fcd41;_0x5c38c7!==null&&_0xcce05a['setSelectionRanges']([{'startOffset':_0x5c38c7,'endOffset':_0x5c38c7}],!0x1);},[_0xcce05a]),_0x34db35=(0x0,y[_0x11f08c(0x57a)])(()=>{const _0x4c5315=_0x11f08c;_0x4be0f4['current']!==null&&(cancelAnimationFrame(_0x4be0f4['current']),_0x4be0f4[_0x4c5315(0x288)]=null),_0x3c9333['current']!==null&&(window['clearTimeout'](_0x3c9333[_0x4c5315(0x288)]),_0x3c9333[_0x4c5315(0x288)]=null);},[]),_0x5795b8=(0x0,y['useCallback'])(()=>{const _0x13585a=_0x11f08c;var _0x374ebf,_0x34592f,_0x1ca324;if(!_0xcce05a)return;let _0x4de295=_0x5ab05c[_0x13585a(0x386)](P),_0x42f6d7=_0x4de295==null?void 0x0:_0x4de295['with'](C[_0x13585a(0x52d)]);if(!_0x42f6d7)return;let _0xb94787=_0x42f6d7[_0x13585a(0x465)](),_0x57efed=_0x32c195(),{renderScaleX:_0x57a14d,renderScaleY:_0x4fdbc7,scaleAdjust:_0x1b07c3}=_0x58edb0(),_0x175043=_0x5dc803(),_0x174dbf=(_0x374ebf=_0x175043==null?void 0x0:_0x175043[_0x13585a(0x205)])==null?u['VerticalAlign'][_0x13585a(0x5c0)]:_0x374ebf,_0x11089f=(_0x34592f=_0x175043==null?void 0x0:_0x175043[_0x13585a(0x41a)])==null?u[_0x13585a(0x3fb)][_0x13585a(0x3bd)]:_0x34592f,_0x1ae889=(_0x1ca324=_0x3102a2())==null?{'left':0x0,'top':0x0,'width':_0xedfe00/_0x234db2,'height':_0x45d4b6/_0x22a17c}:_0x1ca324,_0x126044=_0xedfe00/_0x234db2,_0x12dfb8=_0x45d4b6/_0x22a17c;_0x57efed&&(_0x57efed[_0x13585a(0x297)](Math[_0x13585a(0x44e)](_0x57a14d,_0x4fdbc7)),_0x57efed['updateDocumentStyle']({'marginLeft':0x0,'marginRight':0x0,'marginBottom':0x0,'pageSize':{'width':_0x1ae889[_0x13585a(0x627)],'height':0x1/0x0}}),_0x57efed[_0x13585a(0x499)]({'verticalAlign':_0x174dbf,'horizontalAlign':_0x11089f,'centerAngle':0x0,'vertexAngle':0x0,'wrapStrategy':u['WrapStrategy'][_0x13585a(0x142)]})),_0xb94787[_0x13585a(0x3de)]();let {actualHeight:_0x3014b5}=_0xb94787['getActualSize'](),_0x401bab=_0x1ae889[_0x13585a(0x4b0)],_0x533945=0x0;if(_0x3014b5<=_0x401bab)_0x174dbf===u[_0x13585a(0x22a)][_0x13585a(0x5c1)]?_0x533945=(_0x401bab-_0x3014b5)/0x2:_0x174dbf===u[_0x13585a(0x22a)][_0x13585a(0x5aa)]&&(_0x533945=_0x401bab-_0x3014b5),_0x328441({'editorHeight':_0x1ae889[_0x13585a(0x4b0)]*_0x22a17c,'marginTop':0x0,'useAbsolutePosition':!0x1});else{let _0x3bb4f8=0x0;_0x174dbf===u[_0x13585a(0x22a)][_0x13585a(0x5c1)]?_0x3bb4f8=(_0x401bab-_0x3014b5)/0x2:_0x174dbf===u[_0x13585a(0x22a)][_0x13585a(0x5aa)]&&(_0x3bb4f8=_0x401bab-_0x3014b5),_0x533945=0x0,_0x328441({'editorHeight':_0x3014b5*_0x22a17c,'marginTop':_0x3bb4f8*_0x22a17c,'useAbsolutePosition':!0x0});}if(_0x57efed){let _0x56c314=Math[_0x13585a(0x44e)](0x0,_0x1ae889[_0x13585a(0x280)]),_0x4cac5f=Math[_0x13585a(0x44e)](0x0,_0x1ae889['top']+_0x533945);_0x57efed[_0x13585a(0x579)]({'marginLeft':_0x56c314,'marginRight':Math['max'](0x0,_0x126044-_0x1ae889[_0x13585a(0x280)]-_0x1ae889[_0x13585a(0x627)]),'marginBottom':Math[_0x13585a(0x44e)](0x0,_0x12dfb8-_0x1ae889[_0x13585a(0x153)]-_0x1ae889[_0x13585a(0x4b0)]),'pageSize':{'width':_0x126044,'height':_0x12dfb8}}),_0x57efed['updateDocumentDataMargin']({'t':_0x4cac5f}),_0xb94787[_0x13585a(0x3de)]();}if(_0x4de295){let _0x53147b=_0xedfe00,_0x5ab181=_0x45d4b6;_0x4de295[_0x13585a(0x546)][_0x13585a(0x5ca)]({'width':_0x53147b*_0x1b07c3/_0x57a14d,'height':_0x5ab181*_0x1b07c3/_0x4fdbc7,'scaleX':_0x57a14d*_0x1b07c3,'scaleY':_0x4fdbc7*_0x1b07c3}),_0x4de295['mainComponent']&&_0x4de295[_0x13585a(0x5d6)]['resize'](_0x53147b*_0x1b07c3/_0x57a14d,_0x5ab181*_0x1b07c3/_0x4fdbc7);}},[_0xcce05a,_0x5ab05c,_0x32c195,_0x58edb0,_0x5dc803,_0x3102a2,_0xedfe00,_0x45d4b6,_0x234db2,_0x22a17c,_0x328441]),_0x1e659d=(0x0,y[_0x11f08c(0x57a)])((_0x2a8713=!0x1)=>{const _0xf126fd=_0x11f08c;_0x34db35(),_0x4be0f4[_0xf126fd(0x288)]=requestAnimationFrame(()=>{const _0x5ea90d=_0xf126fd;_0x5795b8(),_0x2a8713&&_0x1ee8a5(!0x1),_0x4be0f4[_0x5ea90d(0x288)]=null,_0x3c9333[_0x5ea90d(0x288)]=window['setTimeout'](()=>{_0x5795b8(),_0x2a8713&&_0x1ee8a5(!0x1),_0x3c9333['current']=null;},0x14);});},[_0x5795b8,_0x34db35,_0x1ee8a5]);(0x0,y['useEffect'])(()=>{const _0x1733c5=_0x11f08c;if(!_0xcce05a||!_0x4adfd8)return;let {shapeId:_0x340d22,unitId:_0x192a5c}=_0x4adfd8;if(_0x57abd6){var _0x14451b,_0x468f8a,_0x58210f,_0x3542fb;let _0x5a08b8=te(_0xcce05a[_0x1733c5(0x4d8)]()),_0x2c095e=_0x5dc803(),_0x511699={'va':(_0x14451b=_0x2c095e==null?void 0x0:_0x2c095e[_0x1733c5(0x205)])==null?u[_0x1733c5(0x22a)][_0x1733c5(0x5c0)]:_0x14451b,'ha':(_0x468f8a=_0x2c095e==null?void 0x0:_0x2c095e[_0x1733c5(0x41a)])==null?u[_0x1733c5(0x3fb)][_0x1733c5(0x3bd)]:_0x468f8a,'doc':_0x5a08b8};_0x3f5b7b[_0x1733c5(0x1ce)](l[_0x1733c5(0x62f)]['id'],{'unitId':_0x192a5c,'shapeId':_0x340d22,'shapeData':{'shapeText':{'isHorizontal':(_0x58210f=_0x2c095e==null?void 0x0:_0x2c095e[_0x1733c5(0x32f)])==null?!0x0:_0x58210f,'dataModel':_0x511699}},'oldShapeJSON':{'oldShapeData':{'shapeText':{'isHorizontal':(_0x3542fb=_0x2c095e==null?void 0x0:_0x2c095e[_0x1733c5(0x32f)])==null?!0x0:_0x3542fb,'dataModel':_0x474142['current']}}}});return;}let _0x5bc4ef=_0x5dc803();if(_0x5bc4ef!=null&&_0x5bc4ef[_0x1733c5(0x2d4)]){_0x474142[_0x1733c5(0x288)]={'va':_0x5bc4ef[_0x1733c5(0x205)],'ha':_0x5bc4ef[_0x1733c5(0x41a)],'doc':u[_0x1733c5(0x49e)][_0x1733c5(0x50f)](_0x5bc4ef[_0x1733c5(0x2d4)])};let _0x304e5c=V(_0x5bc4ef[_0x1733c5(0x2d4)],{'isHorizontal':!0x0,'textRect':_0x5bc4ef[_0x1733c5(0x53e)],'verticalAlign':_0x5bc4ef[_0x1733c5(0x205)],'horizontalAlign':_0x5bc4ef[_0x1733c5(0x41a)]});return _0xcce05a['setDocumentData'](_0x304e5c,null),()=>{const _0x95514d=_0x1733c5;var _0x2e4dc1,_0x259ef0,_0x58e86a,_0x532daa;let _0x20c48e=te(_0xcce05a[_0x95514d(0x4d8)]()),_0x1bd8af=_0x5dc803(),_0x419efa={'va':(_0x2e4dc1=_0x1bd8af==null?void 0x0:_0x1bd8af[_0x95514d(0x205)])==null?u[_0x95514d(0x22a)][_0x95514d(0x5c0)]:_0x2e4dc1,'ha':(_0x259ef0=_0x1bd8af==null?void 0x0:_0x1bd8af[_0x95514d(0x41a)])==null?u[_0x95514d(0x3fb)][_0x95514d(0x3bd)]:_0x259ef0,'doc':_0x20c48e};_0x3f5b7b['executeCommand'](l[_0x95514d(0x62f)]['id'],{'unitId':_0x192a5c,'shapeId':_0x340d22,'shapeData':{'shapeText':{'isHorizontal':(_0x58e86a=_0x1bd8af==null?void 0x0:_0x1bd8af[_0x95514d(0x32f)])==null?!0x0:_0x58e86a,'dataModel':_0x419efa}},'oldShapeJSON':{'oldShapeData':{'shapeText':{'isHorizontal':(_0x532daa=_0x1bd8af==null?void 0x0:_0x1bd8af['isHorizontal'])==null?!0x0:_0x532daa,'dataModel':_0x474142[_0x95514d(0x288)]}}}});};}else _0xcce05a[_0x1733c5(0x586)](_0x29d783,null);},[_0xcce05a,_0x4adfd8,_0x57abd6]),(0x0,y[_0x11f08c(0x4c8)])(()=>{const _0x2ec28d=_0x11f08c;if(!(!_0xcce05a||!_0x4adfd8))return _0x2b671a[_0x2ec28d(0x5ac)](!0x0),_0x5795b8(),_0x921eef['current']=requestAnimationFrame(()=>{const _0x252db1=_0x2ec28d;_0x2b671a[_0x252db1(0x419)](P),_0x1ee8a5(),_0x1e659d(),_0x921eef['current']=null;}),()=>{const _0x18fb8a=_0x2ec28d;_0x921eef[_0x18fb8a(0x288)]!==null&&(cancelAnimationFrame(_0x921eef['current']),_0x921eef[_0x18fb8a(0x288)]=null),_0x34db35(),_0x2b671a['blur'](!0x0);};},[_0xcce05a,_0x4adfd8,_0x2b671a,_0x5795b8,_0x1ee8a5,_0x1e659d,_0x34db35]),(0x0,y[_0x11f08c(0x4c8)])(()=>{if(!_0xcce05a)return;let _0xa3110f=_0x3f5b7b['onCommandExecuted'](_0x363b42=>{const _0x2a5455=_0xacee;_0x363b42['id']===C['RichTextEditingMutation']['id']&&_0x363b42['params'][_0x2a5455(0x5ab)]===P&&_0x4adfd8&&(_0x4adfd8[_0x2a5455(0x601)]?_0x5795b8():_0x58091d[_0x2a5455(0x470)]({..._0x4adfd8,'visible':!0x0}));});return()=>{const _0x1faff3=_0xacee;_0xa3110f[_0x1faff3(0x381)]();};},[_0xcce05a,_0x5795b8,_0x4adfd8,_0x1e659d,_0x58091d]),(0x0,y[_0x11f08c(0x4c8)])(()=>(_0x5795b8(),_0x1e659d(),()=>{_0x34db35();}),[_0x5795b8,_0x1e659d,_0x34db35]);let _0x163a6=(0x0,y[_0x11f08c(0x4ae)])(()=>We(_0xedfe00,_0x45d4b6),[_0xedfe00,_0x45d4b6]),_0x49e8c7=(0x0,y[_0x11f08c(0x4ae)])(()=>{const _0xa25952=_0x11f08c;let _0x57f711=_0x5dc803(),_0x2784c7=_0x57f711==null?void 0x0:_0x57f711[_0xa25952(0x121)];return _0x2784c7&&_0x2784c7||{'angle':0x0,'flipX':!0x1,'flipY':!0x1};},[_0x5dc803]);return(0x0,x[_0x11f08c(0x324)])(_0x11f08c(0x2e9),{'ref':_0x8c85a7,'data-u-comp':_0x11f08c(0x17c),'className':'univer-relative\x20univer-size-full\x20univer-overflow-visible','style':{'transform':'rotate('+_0x49e8c7['angle']+_0x11f08c(0x5da)+(_0x49e8c7[_0x11f08c(0x185)]?-0x1:0x1)+')'},'children':(0x0,x[_0x11f08c(0x324)])(_0x11f08c(0x2e9),{'ref':_0x488328,'className':_0x11f08c(0x34c),'data-u-comp':_0x11f08c(0x61e),'style':_0x163a6,'data-editorid':P})});},Je={'left':-0x270f,'top':-0x270f,'width':0x64,'height':0x64,'angle':0x0,'scaleX':0x1,'scaleY':0x1};function Ye(_0x544b8c,_0xa8a0f4,_0xab6bad,_0xdd81ed,_0x299dce,_0x3cacc3){const _0x1f406f=_0x1edbb0;var _0x2f058f,_0x468924;let {scaleX:_0x384296,scaleY:_0x4b3b13}=_0x3cacc3[_0x1f406f(0x3f4)](),_0x20b90b=_0x3cacc3[_0x1f406f(0x252)](f[_0x1f406f(0x40b)][_0x1f406f(0x42d)]),_0x42085e=(_0x2f058f=_0x20b90b==null?void 0x0:_0x20b90b[_0x1f406f(0x4e1)])==null?0x0:_0x2f058f,_0x3b408b=(_0x468924=_0x20b90b==null?void 0x0:_0x20b90b['viewportScrollY'])==null?0x0:_0x468924;return{'left':(_0x544b8c-_0x42085e)*_0x384296,'top':(_0xa8a0f4-_0x3b408b)*_0x4b3b13,'width':_0xab6bad*_0x384296,'height':_0xdd81ed*_0x4b3b13,'angle':_0x299dce,'scaleX':_0x384296,'scaleY':_0x4b3b13};}function Xe(_0x3708f6){const _0x43d314=_0x1edbb0;let {editingParams:_0x5d9d9e,scene:_0x296afb,getShapeTransform:_0x4f578b}=_0x3708f6,[_0x13d783,_0x379370]=(0x0,y[_0x43d314(0x25d)])(Je),_0x467367=(0x0,y[_0x43d314(0x604)])(_0x13d783);_0x467367[_0x43d314(0x288)]=_0x13d783;let _0x3ed026=(0x0,y[_0x43d314(0x57a)])(()=>{const _0x1076d6=_0x43d314;if(!_0x5d9d9e||!_0x296afb){_0x467367[_0x1076d6(0x288)]!==Je&&_0x379370(Je);return;}let _0x5a2b6c=_0x4f578b();if(!_0x5a2b6c){_0x467367[_0x1076d6(0x288)]!==Je&&_0x379370(Je);return;}let {left:_0x535e57,top:_0x2155bc,width:_0x1000fb,height:_0x27d19e,angle:_0x559d85}=_0x5a2b6c,{scaleX:_0x2fd4f2,scaleY:_0x3cbf5a}=_0x296afb[_0x1076d6(0x3f4)]();if(!_0x5d9d9e['visible']){_0x379370({'left':-0x270f,'top':-0x270f,'width':_0x1000fb*_0x2fd4f2,'height':_0x27d19e*_0x3cbf5a,'angle':0x0,'scaleX':_0x2fd4f2,'scaleY':_0x3cbf5a});return;}_0x379370(Ye(_0x535e57,_0x2155bc,_0x1000fb,_0x27d19e,_0x559d85,_0x296afb));},[_0x5d9d9e,_0x296afb,_0x4f578b]);return(0x0,y[_0x43d314(0x4c8)])(()=>{_0x3ed026();},[_0x5d9d9e,_0x3ed026]),{'position':_0x13d783,'updatePosition':_0x3ed026};}const Ze=(0x0,y['memo'])(_0x3618d1=>{const _0x819705=_0x1edbb0;let {children:_0x33f8ea,onPositionUpdate:_0x4de41b}=_0x3618d1,_0x2e0cbc=(0x0,y['useRef'])(null),_0xee02db=(0x0,g['useDependency'])(R),_0x28078b=(0x0,g['useDependency'])(p['IRenderManagerService']),_0x563308=(0x0,g[_0x819705(0x47e)])(_0xee02db['editingParams$']),_0xa6bdd5=(0x0,y[_0x819705(0x4ae)])(()=>_0x563308?_0x28078b[_0x819705(0x386)](_0x563308[_0x819705(0x5ab)]):null,[_0x563308,_0x28078b]),_0x40cc00=(0x0,y[_0x819705(0x4ae)])(()=>{var _0x3d7651;return(_0x3d7651=_0xa6bdd5==null?void 0x0:_0xa6bdd5['scene'])==null?null:_0x3d7651;},[_0xa6bdd5]),{position:_0x7253d1,updatePosition:_0x5e6648}=Xe({'editingParams':_0x563308,'scene':_0x40cc00,'getShapeTransform':(0x0,y[_0x819705(0x57a)])(()=>{const _0x33dabc=_0x819705;if(!_0x563308||!_0x40cc00)return null;let _0x62b052=_0x563308['shapeKey'],_0x4a88ac=_0x40cc00[_0x33dabc(0x49c)](_0x62b052);return _0x4a88ac instanceof H?{'left':_0x4a88ac[_0x33dabc(0x280)],'top':_0x4a88ac[_0x33dabc(0x153)],'width':_0x4a88ac['width'],'height':_0x4a88ac['height'],'angle':_0x4a88ac['angle']}:null;},[_0x563308,_0x40cc00])}),_0x316517=(0x0,y[_0x819705(0x57a)])(()=>{const _0x58feb4=_0x819705;let _0x2dbc4b=_0x2e0cbc[_0x58feb4(0x288)];_0x2dbc4b&&(_0x2dbc4b[_0x58feb4(0x49a)][_0x58feb4(0x280)]=_0x7253d1[_0x58feb4(0x280)]+'px',_0x2dbc4b[_0x58feb4(0x49a)][_0x58feb4(0x153)]=_0x7253d1[_0x58feb4(0x153)]+'px',_0x2dbc4b[_0x58feb4(0x49a)][_0x58feb4(0x627)]=_0x7253d1[_0x58feb4(0x627)]+'px',_0x2dbc4b[_0x58feb4(0x49a)]['height']=_0x7253d1['height']+'px');},[_0x7253d1]);return(0x0,y[_0x819705(0x4c8)])(()=>{const _0xb8e142=_0x819705;_0x316517(),_0x4de41b==null||_0x4de41b({'width':_0x7253d1[_0xb8e142(0x627)],'height':_0x7253d1[_0xb8e142(0x4b0)],'scaleX':_0x7253d1['scaleX'],'scaleY':_0x7253d1[_0xb8e142(0x4a7)]});},[_0x7253d1,_0x316517,_0x4de41b]),(0x0,y[_0x819705(0x4c8)])(()=>{const _0x3421da=_0x819705;if(!_0x40cc00)return;let _0x553f71=_0x40cc00[_0x3421da(0x252)](f[_0x3421da(0x40b)][_0x3421da(0x42d)]);if(!_0x553f71)return;let _0x7e7f3e=_0x553f71[_0x3421da(0x58b)][_0x3421da(0x329)](()=>{_0x5e6648();});return()=>{_0x7e7f3e['unsubscribe']();};},[_0x40cc00,_0x5e6648]),(0x0,y[_0x819705(0x4c8)])(()=>{const _0x28763f=_0x819705;if(!_0x563308||!_0x40cc00)return;let _0x365e11=_0x563308[_0x28763f(0x2c1)],_0x54c527=_0x40cc00[_0x28763f(0x49c)](_0x365e11);if(_0x54c527 instanceof H){let _0x23687d=_0x54c527[_0x28763f(0x387)][_0x28763f(0x329)](()=>{_0x5e6648();});return()=>{_0x23687d['unsubscribe']();};}},[_0x563308,_0x40cc00,_0x5e6648]),(0x0,x[_0x819705(0x324)])('div',{'ref':_0x2e0cbc,'data-u-comp':_0x819705(0x2da),'className':_0x819705(0x1de),'style':(0x0,y['useMemo'])(()=>({'left':_0x7253d1['left'],'top':_0x7253d1[_0x819705(0x153)],'width':_0x7253d1[_0x819705(0x627)],'height':_0x7253d1[_0x819705(0x4b0)],'pointerEvents':_0x563308!=null&&_0x563308[_0x819705(0x601)]?_0x819705(0x2de):'none'}),[_0x7253d1,_0x563308==null?void 0x0:_0x563308['visible']]),'children':_0x33f8ea});}),Qe=(0x0,y[_0x1edbb0(0x206)])(()=>{const _0x1dc4c6=_0x1edbb0;let _0x26776d=(0x0,g['useObservable'])((0x0,g[_0x1dc4c6(0x1e6)])(R)[_0x1dc4c6(0x2a6)]),[_0x275c0d,_0x415ca3]=(0x0,y[_0x1dc4c6(0x25d)])({'width':0x64,'height':0x64,'scaleX':0x1,'scaleY':0x1}),_0x276d81=(0x0,y['useCallback'])(_0xcfa8af=>{const _0xd66f03=_0x1dc4c6;_0x415ca3({'width':_0xcfa8af[_0xd66f03(0x627)],'height':_0xcfa8af[_0xd66f03(0x4b0)],'scaleX':_0xcfa8af['scaleX'],'scaleY':_0xcfa8af[_0xd66f03(0x4a7)]});},[]);return _0x26776d!=null&&_0x26776d['visible']?(0x0,x[_0x1dc4c6(0x324)])(Ze,{'onPositionUpdate':_0x276d81,'children':(0x0,x[_0x1dc4c6(0x324)])(qe,{'containerWidth':_0x275c0d[_0x1dc4c6(0x627)],'containerHeight':_0x275c0d[_0x1dc4c6(0x4b0)],'scaleX':_0x275c0d[_0x1dc4c6(0x372)],'scaleY':_0x275c0d[_0x1dc4c6(0x4a7)]})}):null;});let $e=class extends u[_0x1edbb0(0x249)]{constructor(_0xb63252=Ne,_0x4b4497,_0x3c4597,_0x42e1a1,_0x1db9dc){const _0x354316=_0x1edbb0;super(),this[_0x354316(0x3d4)]=_0xb63252,this['_injector']=_0x4b4497,this[_0x354316(0x166)]=_0x3c4597,this[_0x354316(0x270)]=_0x42e1a1,this[_0x354316(0x3f5)]=_0x1db9dc;let {menu:_0x33fe6f,..._0x425a3f}=(0x0,u[_0x354316(0x1a5)])({},Ne,this[_0x354316(0x3d4)]);_0x33fe6f&&this['_configService']['setConfig']('menu',_0x33fe6f,{'merge':!0x0}),this['_configService'][_0x354316(0x4c4)](_0x354316(0x53c),_0x425a3f),this[_0x354316(0x42a)]();}['onStarting'](){const _0x5bc199=_0x1edbb0;(0x0,u['registerDependencies'])(this[_0x5bc199(0x33f)],[[Ae],[K],[G],[Fe],[ye],[R]]),this[_0x5bc199(0x131)]();}[_0x1edbb0(0x20e)](){const _0x387436=_0x1edbb0;this['_renderManagerService'][_0x387436(0x43e)](u['UniverInstanceType'][_0x387436(0x16a)],[Fe]),this[_0x387436(0x3f5)][_0x387436(0x43e)](u[_0x387436(0x1bf)][_0x387436(0x16a)],[Re]),this['_renderManagerService']['registerRenderModule'](u['UniverInstanceType'][_0x387436(0x16a)],[Ue]),(0x0,u[_0x387436(0x2be)])(this['_injector'],[[Ae],[K],[G],[ye],[R]]);}[_0x1edbb0(0x42a)](){const _0x444587=_0x1edbb0;[A,j,M][_0x444587(0x3b0)](_0x1b2c00=>this['disposeWithMe'](this[_0x444587(0x166)][_0x444587(0x518)](_0x1b2c00)));}[_0x1edbb0(0x131)](){const _0x150890=_0x1edbb0;let _0x145afb=this[_0x150890(0x33f)],_0x3676f2=_0x145afb['get'](g[_0x150890(0x56a)]),_0x599ad8=_0x145afb[_0x150890(0x132)](g[_0x150890(0x308)]);this[_0x150890(0x426)](_0x3676f2['register'](_0x150890(0x18d),Qe)),this['disposeWithMe'](_0x599ad8[_0x150890(0x568)](g[_0x150890(0x3fe)][_0x150890(0x3be)],()=>(0x0,g['connectInjector'])(Qe,_0x145afb)));}};L($e,_0x1edbb0(0x56d),u[_0x1edbb0(0x1bf)][_0x1edbb0(0x16a)]),L($e,_0x1edbb0(0x15a),_0x1edbb0(0x4cb)),L($e,'packageName',je),L($e,_0x1edbb0(0x1b5),Me),$e=W([(0x0,u['DependentOn'])(S['UniverLicensePlugin'],d[_0x1edbb0(0x2d2)],l[_0x1edbb0(0x463)]),U(0x1,(0x0,u[_0x1edbb0(0x1ac)])(u[_0x1edbb0(0x2c0)])),U(0x2,u[_0x1edbb0(0x15b)]),U(0x3,u['IConfigService']),U(0x4,p[_0x1edbb0(0x3ce)])],$e),exports[_0x1edbb0(0x514)]=j,Object['defineProperty'](exports,_0x1edbb0(0x433),{'enumerable':!0x0,'get':function(){return Ae;}}),exports['MenuInsertShapeCommand']=A,exports[_0x1edbb0(0x179)]=M,Object['defineProperty'](exports,_0x1edbb0(0x345),{'enumerable':!0x0,'get':function(){return $e;}});