@univerjs-pro/docs-shape-ui 0.25.1 → 1.0.0-alpha.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 (108) 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 +0 -491
  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/components.controller.d.ts +9 -0
  63. package/lib/types/controllers/doc-shape-render.controller.d.ts +8 -1
  64. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +4 -13
  65. package/lib/types/controllers/{docs-shape-ui.controller.d.ts → ui.controller.d.ts} +3 -4
  66. package/lib/types/index.d.ts +2 -2
  67. package/lib/types/locale/en-US.d.ts +1 -0
  68. package/lib/types/locale/types.d.ts +3 -0
  69. package/lib/types/plugin.d.ts +1 -1
  70. package/lib/types/views/ShapeOptions.d.ts +1 -5
  71. package/lib/types/views/ShapePicker.d.ts +2 -2
  72. package/lib/types/views/shape-editor-panel/ShapeEditorPanel.d.ts +1 -1
  73. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +3 -4
  74. package/lib/types/views/shape-editor-panel/ShapeImageFillEditor.d.ts +1 -1
  75. package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +1 -1
  76. package/lib/types/views/shape-editor-panel/ShapePositionEditor.d.ts +1 -1
  77. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +2 -2
  78. package/lib/types/views/shape-menu/shape-menu-factory.d.ts +4 -3
  79. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +1 -1
  80. package/lib/types/views/shape-text-editor/index.d.ts +1 -5
  81. package/lib/types/views/shapes.d.ts +8 -43
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ar-SA.js +1 -1
  84. package/lib/umd/locale/ca-ES.js +1 -1
  85. package/lib/umd/locale/de-DE.js +1 -1
  86. package/lib/umd/locale/en-US.js +1 -1
  87. package/lib/umd/locale/es-ES.js +1 -1
  88. package/lib/umd/locale/fa-IR.js +1 -1
  89. package/lib/umd/locale/fr-FR.js +1 -1
  90. package/lib/umd/locale/id-ID.js +1 -1
  91. package/lib/umd/locale/it-IT.js +1 -1
  92. package/lib/umd/locale/ja-JP.js +1 -1
  93. package/lib/umd/locale/ko-KR.js +1 -1
  94. package/lib/umd/locale/pl-PL.js +1 -1
  95. package/lib/umd/locale/pt-BR.js +1 -1
  96. package/lib/umd/locale/ru-RU.js +1 -1
  97. package/lib/umd/locale/sk-SK.js +1 -1
  98. package/lib/umd/locale/vi-VN.js +1 -1
  99. package/lib/umd/locale/zh-CN.js +1 -1
  100. package/lib/umd/locale/zh-HK.js +1 -1
  101. package/lib/umd/locale/zh-TW.js +1 -1
  102. package/package.json +19 -18
  103. package/lib/types/views/shape-floating-toolbar/shape-floating-toolbar-utils.d.ts +0 -10
  104. package/lib/types/views/shape-text-editor/Editor.d.ts +0 -21
  105. package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +0 -15
  106. package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +0 -29
  107. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  108. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
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;}});
1
+ const _0x3856e3=_0x6db6;(function(_0x36d3fe,_0x4dd4c9){const _0x1e0c9b=_0x6db6,_0x37d977=_0x36d3fe();while(!![]){try{const _0x97b3bc=parseInt(_0x1e0c9b(0x134))/0x1+-parseInt(_0x1e0c9b(0x3cf))/0x2*(-parseInt(_0x1e0c9b(0x1ec))/0x3)+-parseInt(_0x1e0c9b(0x28c))/0x4+-parseInt(_0x1e0c9b(0x2a7))/0x5*(-parseInt(_0x1e0c9b(0x394))/0x6)+-parseInt(_0x1e0c9b(0x2e0))/0x7*(parseInt(_0x1e0c9b(0x3dd))/0x8)+-parseInt(_0x1e0c9b(0xa6))/0x9*(-parseInt(_0x1e0c9b(0x22e))/0xa)+-parseInt(_0x1e0c9b(0xa2))/0xb*(parseInt(_0x1e0c9b(0x466))/0xc);if(_0x97b3bc===_0x4dd4c9)break;else _0x37d977['push'](_0x37d977['shift']());}catch(_0x517acd){_0x37d977['push'](_0x37d977['shift']());}}}(_0x1843,0xc752b),Object[_0x3856e3(0x2fa)](exports,Symbol[_0x3856e3(0x2a0)],{'value':_0x3856e3(0x12e)}));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 _=_0x3856e3(0x274),v=_0x3856e3(0x1dc);function y(_0x1c0267,_0x1c8f74){const _0x399e68=_0x3856e3;if(_0x1c8f74){if((0x0,t[_0x399e68(0x208)])(_0x1c0267)&&(_0x1c8f74['startArrow']||_0x1c8f74[_0x399e68(0x324)]))return{'ln':{'startArrow':_0x1c8f74[_0x399e68(0x212)]?{'type':t[_0x399e68(0x44d)]['Arrow'],'size':t['ShapeArrowSizeEnum'][_0x399e68(0x2f1)]}:void 0x0,'endArrow':_0x1c8f74[_0x399e68(0x324)]?{'type':t[_0x399e68(0x44d)][_0x399e68(0x48b)],'size':t[_0x399e68(0x3a0)][_0x399e68(0x29e)]}:void 0x0}};if(_0x1c0267===t['ShapeTypeEnum'][_0x399e68(0x31f)]&&(_0x1c8f74['horizontal']||_0x1c8f74['vertical']))return{'fill':{'fillType':t[_0x399e68(0x1e4)][_0x399e68(0x3df)],'color':_},'stroke':{'lineStrokeType':t[_0x399e68(0x9e)][_0x399e68(0xa9)],'width':0x1,'color':v},'shapeText':{'isHorizontal':!!_0x1c8f74[_0x399e68(0xfe)]}};}}function b(_0x51e4af,_0x4f8a35){const _0x1af0af=_0x3856e3;var _0x3aca89;let _0x231d37=_0x51e4af[_0x1af0af(0x104)](o['IRenderManagerService'])['getRenderById'](_0x4f8a35),_0x2589e7=_0x231d37==null||(_0x3aca89=_0x231d37['with'](a['DocSelectionRenderService'])[_0x1af0af(0x1d4)]())==null?void 0x0:_0x3aca89[_0x1af0af(0x26d)]();return _0x2589e7?{'left':_0x2589e7[_0x1af0af(0x2c2)],'top':_0x2589e7[_0x1af0af(0x357)]}:null;}function x(_0x2cf538,_0x5e4b45,_0x176a6b){const _0x4a5fa7=_0x3856e3;var _0x5f298a,_0x5105e6,_0x5c6ea7;if(!_0x176a6b)return null;let _0x591cc2=_0x2cf538['get'](o[_0x4a5fa7(0x332)])[_0x4a5fa7(0x393)](_0x5e4b45),_0x578616=_0x591cc2==null?void 0x0:_0x591cc2[_0x4a5fa7(0x338)](a['DocParagraphMenuService'])[_0x4a5fa7(0x12f)];if(!_0x578616)return null;let _0x252e59=_0x176a6b===_0x4a5fa7(0x47d)?{'startOffset':_0x578616[_0x4a5fa7(0x32e)]['endOffset'],'endOffset':_0x578616[_0x4a5fa7(0x32e)]['endOffset']}:_0x578616[_0x4a5fa7(0x27b)];return{'range':{'unitId':_0x5e4b45,'startOffset':_0x252e59[_0x4a5fa7(0x1ee)],'endOffset':_0x252e59[_0x4a5fa7(0x36d)],'segmentId':(_0x5f298a=(_0x5105e6=_0x578616[_0x4a5fa7(0x402)])==null?void 0x0:_0x5105e6[_0x4a5fa7(0x3d1)])==null?'':_0x5f298a},'position':(_0x5c6ea7=_0x578616['paragraph'])!=null&&_0x5c6ea7[_0x4a5fa7(0x31e)]?{'left':_0x578616['paragraph'][_0x4a5fa7(0x31e)][_0x4a5fa7(0x2c2)],'top':_0x176a6b===_0x4a5fa7(0x47d)?_0x578616[_0x4a5fa7(0x402)][_0x4a5fa7(0x31e)]['bottom']:_0x578616[_0x4a5fa7(0x402)]['rect']['top']}:null};}function S(_0x29f482,_0x43ca3c,_0x341dbe){const _0x317ac5=_0x3856e3;var _0x2f55e9;return{'size':{'width':_0x29f482,'height':_0x43ca3c},'positionH':{'relativeFrom':n['ObjectRelativeFromH'][_0x317ac5(0x457)],'posOffset':(_0x2f55e9=_0x341dbe==null?void 0x0:_0x341dbe[_0x317ac5(0x2c2)])==null?0x0:_0x2f55e9},'positionV':{'relativeFrom':n[_0x317ac5(0x259)][_0x317ac5(0x1c5)],'posOffset':0x0},'angle':0x0};}const C={'type':n[_0x3856e3(0xf7)][_0x3856e3(0xc5)],'id':'doc.command.menu-insert-shape','handler':async(_0x3cefa3,_0x2f473e)=>{const _0x2a88f1=_0x3856e3;var _0x4f3cbd,_0x4ea76a,_0x553a40,_0x3495f0,_0x47f133,_0x43bca3;let _0x1d876c=_0x3cefa3[_0x2a88f1(0x104)](n['IUniverInstanceService'])[_0x2a88f1(0x13b)]();if(!_0x1d876c)return!0x1;let _0x275871=_0x3cefa3[_0x2a88f1(0x104)](n[_0x2a88f1(0x327)]),_0x16c62d=_0x1d876c[_0x2a88f1(0x451)](),_0x2da443=_0x16c62d,_0x58ee75=(_0x4f3cbd=_0x2f473e['shapeId'])==null?(0x0,n[_0x2a88f1(0x395)])():_0x4f3cbd,_0x3819eb=(_0x4ea76a=_0x2f473e[_0x2a88f1(0xc2)])==null?e['DEFAULT_DOC_SHAPE_WIDTH']:_0x4ea76a,_0x2b05d3=(_0x553a40=_0x2f473e['height'])==null?e[_0x2a88f1(0x256)]:_0x553a40,_0x39586c=(_0x3495f0=(_0x47f133=_0x2f473e['shapeData'])==null?y(_0x2f473e[_0x2a88f1(0x350)],_0x2f473e[_0x2a88f1(0x3e8)]):_0x47f133)==null?{'fill':{'fillType':t[_0x2a88f1(0x1e4)][_0x2a88f1(0x3df)],'color':_},'stroke':{'lineStrokeType':t[_0x2a88f1(0x9e)][_0x2a88f1(0xa9)],'width':0x1,'color':v}}:_0x3495f0,_0x2da269=x(_0x3cefa3,_0x16c62d,_0x2f473e[_0x2a88f1(0x405)]),_0x3b5576=(_0x43bca3=_0x2da269==null?void 0x0:_0x2da269['position'])==null?b(_0x3cefa3,_0x16c62d):_0x43bca3,_0x3d2bc4=S(_0x3819eb,_0x2b05d3,_0x3b5576),_0x1aaa06=(0x0,a[_0x2a88f1(0x23e)])(_0x3d2bc4);_0x1aaa06&&_0x3b5576&&(_0x1aaa06[_0x2a88f1(0x357)]=_0x3b5576['top']),_0x275871[_0x2a88f1(0x176)](e['InsertDocShapeMutation']['id'],{'unitId':_0x16c62d,'shapeId':_0x58ee75,'shapeType':_0x2f473e[_0x2a88f1(0x350)],'shapeData':_0x39586c}),_0x2da269&&_0x3cefa3[_0x2a88f1(0x104)](r[_0x2a88f1(0x153)])[_0x2a88f1(0x36f)](_0x2da269[_0x2a88f1(0x152)]);let _0x53f2c7={'unitId':_0x16c62d,'subUnitId':_0x2da443,'drawingId':_0x58ee75,'drawingType':n[_0x2a88f1(0x16f)][_0x2a88f1(0x22f)],'transform':_0x1aaa06,'docTransform':_0x3d2bc4,'data':{'shapeType':_0x2f473e[_0x2a88f1(0x350)],'shapeData':_0x39586c},'behindDoc':n[_0x2a88f1(0x41a)][_0x2a88f1(0x278)],'title':'','description':'','layoutType':n['PositionedObjectLayoutType'][_0x2a88f1(0xfc)],'wrapText':n[_0x2a88f1(0x3bb)][_0x2a88f1(0x2be)],'distB':0x0,'distL':0x0,'distR':0x0,'distT':0x0,'allowTransform':!0x0};return!!_0x275871['syncExecuteCommand'](i[_0x2a88f1(0x140)]['id'],{'unitId':_0x16c62d,'drawings':[_0x53f2c7]});}},w={'type':n[_0x3856e3(0xf7)][_0x3856e3(0x2cb)],'id':'doc.operation.close-doc-shape-format-panel','handler'(){return!0x0;}},T={'type':n[_0x3856e3(0xf7)]['OPERATION'],'id':_0x3856e3(0x472),'handler'(){return!0x0;}},E='doc.shape.edit.panel',D=(0x0,n[_0x3856e3(0xce)])('SHAPE_TEXT');function O(_0x2b0d58,_0x3fbd62){return function(_0x42aebc,_0x4bbf2c){_0x3fbd62(_0x42aebc,_0x4bbf2c,_0x2b0d58);};}function k(_0x7388cc,_0x2e956c,_0x6403b1,_0x4b2cf7){const _0x34f3e2=_0x3856e3;var _0x226a1d=arguments[_0x34f3e2(0x1f6)],_0x18a8f5=_0x226a1d<0x3?_0x2e956c:_0x4b2cf7===null?_0x4b2cf7=Object[_0x34f3e2(0x175)](_0x2e956c,_0x6403b1):_0x4b2cf7,_0x9ce25d;if(typeof Reflect==_0x34f3e2(0x2ac)&&typeof Reflect[_0x34f3e2(0x2c1)]==_0x34f3e2(0x14d))_0x18a8f5=Reflect[_0x34f3e2(0x2c1)](_0x7388cc,_0x2e956c,_0x6403b1,_0x4b2cf7);else{for(var _0x10e130=_0x7388cc['length']-0x1;_0x10e130>=0x0;_0x10e130--)(_0x9ce25d=_0x7388cc[_0x10e130])&&(_0x18a8f5=(_0x226a1d<0x3?_0x9ce25d(_0x18a8f5):_0x226a1d>0x3?_0x9ce25d(_0x2e956c,_0x6403b1,_0x18a8f5):_0x9ce25d(_0x2e956c,_0x6403b1))||_0x18a8f5);}return _0x226a1d>0x3&&_0x18a8f5&&Object[_0x34f3e2(0x2fa)](_0x2e956c,_0x6403b1,_0x18a8f5),_0x18a8f5;}let A=class extends n[_0x3856e3(0x40b)]{constructor(_0xfed850,_0x2e49e9){const _0x4b4ec2=_0x3856e3;super(),this[_0x4b4ec2(0x32f)]=_0xfed850,this[_0x4b4ec2(0x484)]=_0x2e49e9,this[_0x4b4ec2(0x432)](),this['_clipService']['setCanUseShapeClip'](!0x0),this[_0x4b4ec2(0x2ec)]({'dispose':()=>this['_clipService'][_0x4b4ec2(0x1ef)](!0x1)});}[_0x3856e3(0x432)](){const _0x42faa1=_0x3856e3;let _0x1a2037=new Map(),_0x4b056b=this['_clipService'][_0x42faa1(0x247)]((_0x5b4d8,_0x5ae860,_0x199794,_0x26d712,_0x2086c1)=>{const _0x4e1579=_0x42faa1;let _0x100315=_0x5ae860;if(_0x100315===t[_0x4e1579(0x224)]['None']||_0x5ae860===_0x4e1579(0xf9))return!0x1;try{let _0x43b6a3=_0x1a2037['get'](_0x5ae860);return _0x43b6a3||(_0x43b6a3=new t[(_0x4e1579(0x323))](_0x100315,'clip-'+_0x5ae860),_0x1a2037[_0x4e1579(0x10c)](_0x5ae860,_0x43b6a3)),_0x2086c1&&_0x43b6a3[_0x4e1579(0x406)]({'adjustValues':_0x2086c1},!0x0),_0x43b6a3[_0x4e1579(0xff)]({'width':_0x199794,'height':_0x26d712}),_0x43b6a3['buildClipPath'](_0x5b4d8,{'left':0x0,'top':0x0,'width':_0x199794,'height':_0x26d712});}catch{return!0x1;}});this[_0x42faa1(0x2ec)](_0x4b056b),this[_0x42faa1(0x2ec)]({'dispose':()=>_0x1a2037['clear']()});}[_0x3856e3(0x2b9)](_0x3b0b22,_0x519d5d,_0x665f58,_0x5794f0,_0x2521a4){const _0xc37b4c=_0x3856e3;let _0x1e57cf=this[_0xc37b4c(0x484)][_0xc37b4c(0x366)](_0x3b0b22,_0x519d5d)[_0x665f58];!_0x1e57cf||_0x1e57cf[_0xc37b4c(0x422)]!==n[_0xc37b4c(0x16f)][_0xc37b4c(0x312)]||this['_drawingManagerService'][_0xc37b4c(0x295)]([{..._0x1e57cf,'prstGeom':_0x5794f0,'adjustValues':_0x2521a4}]);}};A=k([O(0x0,(0x0,n[_0x3856e3(0x40a)])(u[_0x3856e3(0x306)])),O(0x1,(0x0,n[_0x3856e3(0x40a)])(s['IDrawingManagerService']))],A);const j=[{'group':_0x3856e3(0x213),'type':t[_0x3856e3(0x224)][_0x3856e3(0x339)],'icon':_0x3856e3(0x193),'name':_0x3856e3(0x18a)},{'group':'line','type':t[_0x3856e3(0x224)][_0x3856e3(0x3f8)],'icon':_0x3856e3(0x275),'name':'docs-shape-ui.shape.type.straight-connector1','endArrow':!0x0},{'group':'line','type':t[_0x3856e3(0x224)][_0x3856e3(0x3f8)],'icon':_0x3856e3(0x126),'name':_0x3856e3(0x145),'endArrow':!0x0,'startArrow':!0x0},{'group':_0x3856e3(0x213),'type':t[_0x3856e3(0x224)][_0x3856e3(0x13e)],'icon':_0x3856e3(0x20a),'name':_0x3856e3(0x2e8)},{'group':_0x3856e3(0x213),'type':t[_0x3856e3(0x224)][_0x3856e3(0x13e)],'icon':_0x3856e3(0x12c),'name':_0x3856e3(0x236),'endArrow':!0x0},{'group':'line','type':t['ShapeTypeEnum'][_0x3856e3(0x13e)],'icon':'ShapeBentConnector3Arrow2Icon','name':_0x3856e3(0xeb),'endArrow':!0x0,'startArrow':!0x0},{'group':_0x3856e3(0x213),'type':t['ShapeTypeEnum'][_0x3856e3(0xa7)],'icon':_0x3856e3(0x1fa),'name':'docs-shape-ui.shape.type.curved-connector3'},{'group':_0x3856e3(0x213),'type':t[_0x3856e3(0x224)][_0x3856e3(0xa7)],'icon':_0x3856e3(0x18e),'name':_0x3856e3(0x3cb),'endArrow':!0x0},{'group':_0x3856e3(0x213),'type':t['ShapeTypeEnum'][_0x3856e3(0xa7)],'icon':_0x3856e3(0x2d3),'name':'docs-shape-ui.shape.type.curved-connector3-arrow2','endArrow':!0x0,'startArrow':!0x0},{'group':'rectangle','type':t[_0x3856e3(0x224)]['Rect'],'icon':_0x3856e3(0x2ca),'name':_0x3856e3(0x463)},{'group':'rectangle','type':t[_0x3856e3(0x224)][_0x3856e3(0x417)],'icon':_0x3856e3(0x20b),'name':_0x3856e3(0x1c0)},{'group':_0x3856e3(0x265),'type':t['ShapeTypeEnum']['Snip1Rect'],'icon':_0x3856e3(0x439),'name':_0x3856e3(0x325)},{'group':_0x3856e3(0x265),'type':t[_0x3856e3(0x224)][_0x3856e3(0x48c)],'icon':'ShapeSnip2SameRectIcon','name':_0x3856e3(0x2cf)},{'group':'rectangle','type':t[_0x3856e3(0x224)]['Snip2DiagRect'],'icon':_0x3856e3(0x367),'name':_0x3856e3(0x132)},{'group':'rectangle','type':t[_0x3856e3(0x224)][_0x3856e3(0x21e)],'icon':_0x3856e3(0x373),'name':'docs-shape-ui.shape.type.snip-round-rect'},{'group':'rectangle','type':t['ShapeTypeEnum'][_0x3856e3(0x356)],'icon':_0x3856e3(0xe5),'name':_0x3856e3(0xcc)},{'group':_0x3856e3(0x265),'type':t[_0x3856e3(0x224)][_0x3856e3(0x1b0)],'icon':_0x3856e3(0x184),'name':_0x3856e3(0xfd)},{'group':_0x3856e3(0x265),'type':t['ShapeTypeEnum']['Round2DiagRect'],'icon':'ShapeRound2DiagRectIcon','name':_0x3856e3(0x3a7)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x31f)],'icon':_0x3856e3(0x3cd),'name':_0x3856e3(0x202),'horizontal':!0x0},{'group':'basicShape','type':t[_0x3856e3(0x224)]['Rect'],'icon':_0x3856e3(0x281),'name':_0x3856e3(0x45d),'vertical':!0x0},{'group':'basicShape','type':t['ShapeTypeEnum'][_0x3856e3(0x248)],'icon':_0x3856e3(0x12b),'name':_0x3856e3(0x302)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x3c2)],'icon':'ShapeTriangleIcon','name':'docs-shape-ui.shape.type.triangle'},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x45f)],'icon':_0x3856e3(0x1bd),'name':_0x3856e3(0x1e5)},{'group':'basicShape','type':t[_0x3856e3(0x224)][_0x3856e3(0x404)],'icon':'ShapeParallelogramIcon','name':_0x3856e3(0x1ea)},{'group':_0x3856e3(0x11c),'type':t['ShapeTypeEnum'][_0x3856e3(0x309)],'icon':_0x3856e3(0xbf),'name':_0x3856e3(0x240)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)]['Diamond'],'icon':'ShapeDiamondIcon','name':_0x3856e3(0x1d0)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x24e)],'icon':_0x3856e3(0x2ea),'name':'docs-shape-ui.shape.type.pentagon'},{'group':'basicShape','type':t[_0x3856e3(0x224)][_0x3856e3(0x38b)],'icon':_0x3856e3(0x1b3),'name':_0x3856e3(0x13c)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x14f)],'icon':_0x3856e3(0x374),'name':_0x3856e3(0x210)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x1c6)],'icon':_0x3856e3(0xc7),'name':'docs-shape-ui.shape.type.octagon'},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)]['Decagon'],'icon':_0x3856e3(0x99),'name':_0x3856e3(0x1c4)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)]['Dodecagon'],'icon':_0x3856e3(0x1d1),'name':_0x3856e3(0x285)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x14a)],'icon':'ShapePieIcon','name':_0x3856e3(0x201)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x3ae)],'icon':_0x3856e3(0x173),'name':_0x3856e3(0x420)},{'group':_0x3856e3(0x11c),'type':t['ShapeTypeEnum'][_0x3856e3(0x2d1)],'icon':_0x3856e3(0x2f7),'name':_0x3856e3(0x3bc)},{'group':_0x3856e3(0x11c),'type':t['ShapeTypeEnum']['Frame'],'icon':'ShapeFrameIcon','name':_0x3856e3(0x1ae)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x23b)],'icon':'ShapeHalfFrameIcon','name':_0x3856e3(0x17f)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)]['Corner'],'icon':'ShapeCornerIcon','name':_0x3856e3(0x2c3)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x23c)],'icon':'ShapeDiagStripeIcon','name':_0x3856e3(0x3ca)},{'group':'basicShape','type':t[_0x3856e3(0x224)]['Plus'],'icon':_0x3856e3(0x22a),'name':'docs-shape-ui.shape.type.plus'},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x307)],'icon':'ShapePlaqueIcon','name':_0x3856e3(0x1b9)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x329)],'icon':'ShapeCanIcon','name':_0x3856e3(0xe4)},{'group':'basicShape','type':t[_0x3856e3(0x224)][_0x3856e3(0x120)],'icon':_0x3856e3(0x316),'name':'docs-shape-ui.shape.type.cube'},{'group':'basicShape','type':t['ShapeTypeEnum'][_0x3856e3(0x242)],'icon':_0x3856e3(0x46f),'name':_0x3856e3(0x2d6)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x262)],'icon':_0x3856e3(0x16d),'name':_0x3856e3(0x114)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x237)],'icon':'ShapeNoSmokingIcon','name':_0x3856e3(0x1cf)},{'group':_0x3856e3(0x11c),'type':t['ShapeTypeEnum'][_0x3856e3(0xd0)],'icon':_0x3856e3(0x347),'name':_0x3856e3(0x36c)},{'group':'basicShape','type':t[_0x3856e3(0x224)]['FoldedCorner'],'icon':_0x3856e3(0x16b),'name':'docs-shape-ui.shape.type.folder-corner'},{'group':'basicShape','type':t[_0x3856e3(0x224)]['SmileyFace'],'icon':'ShapeSmileyFaceIcon','name':_0x3856e3(0xee)},{'group':'basicShape','type':t[_0x3856e3(0x224)]['Heart'],'icon':_0x3856e3(0x44e),'name':'docs-shape-ui.shape.type.heart'},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x343)],'icon':_0x3856e3(0xf8),'name':'docs-shape-ui.shape.type.lightning-bolt'},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x3a5)],'icon':_0x3856e3(0x476),'name':_0x3856e3(0x298)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0xc1)],'icon':'ShapeMoonIcon','name':_0x3856e3(0x39b)},{'group':'basicShape','type':t[_0x3856e3(0x224)][_0x3856e3(0x3c0)],'icon':_0x3856e3(0x2ff),'name':_0x3856e3(0xa1)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)]['Arc'],'icon':_0x3856e3(0x35c),'name':_0x3856e3(0x3ad)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x477)],'icon':_0x3856e3(0x2f5),'name':_0x3856e3(0x1b7)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x47a)],'icon':_0x3856e3(0xe8),'name':'docs-shape-ui.shape.type.brace-pair'},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x252)],'icon':_0x3856e3(0x177),'name':_0x3856e3(0x2f8)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)][_0x3856e3(0x2c6)],'icon':_0x3856e3(0x35f),'name':_0x3856e3(0x370)},{'group':_0x3856e3(0x11c),'type':t['ShapeTypeEnum'][_0x3856e3(0x3ba)],'icon':_0x3856e3(0x27e),'name':_0x3856e3(0x46e)},{'group':_0x3856e3(0x11c),'type':t[_0x3856e3(0x224)]['RightBrace'],'icon':_0x3856e3(0x3be),'name':_0x3856e3(0x364)},{'group':_0x3856e3(0x427),'type':t['ShapeTypeEnum']['RightArrow'],'icon':'ShapeRightArrowIcon','name':_0x3856e3(0x431)},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)][_0x3856e3(0x389)],'icon':'ShapeLeftArrowIcon','name':_0x3856e3(0x1b8)},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)][_0x3856e3(0x13f)],'icon':_0x3856e3(0x23d),'name':_0x3856e3(0x44f)},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)]['DownArrow'],'icon':_0x3856e3(0x399),'name':_0x3856e3(0x45e)},{'group':'blockArrow','type':t[_0x3856e3(0x224)][_0x3856e3(0x3b9)],'icon':_0x3856e3(0x42b),'name':_0x3856e3(0x2a2)},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)][_0x3856e3(0x459)],'icon':'ShapeUpDownArrowIcon','name':_0x3856e3(0x473)},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)][_0x3856e3(0x216)],'icon':_0x3856e3(0x1aa),'name':_0x3856e3(0x2bf)},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)][_0x3856e3(0x43a)],'icon':_0x3856e3(0x2cd),'name':_0x3856e3(0x273)},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)][_0x3856e3(0x3e3)],'icon':_0x3856e3(0x2b1),'name':_0x3856e3(0x447)},{'group':_0x3856e3(0x427),'type':t['ShapeTypeEnum'][_0x3856e3(0x436)],'icon':_0x3856e3(0x234),'name':_0x3856e3(0x464)},{'group':'blockArrow','type':t['ShapeTypeEnum'][_0x3856e3(0x2bc)],'icon':_0x3856e3(0x3b3),'name':_0x3856e3(0x336)},{'group':'blockArrow','type':t['ShapeTypeEnum'][_0x3856e3(0x2e5)],'icon':_0x3856e3(0x14b),'name':_0x3856e3(0x9c)},{'group':_0x3856e3(0x427),'type':t['ShapeTypeEnum'][_0x3856e3(0x478)],'icon':_0x3856e3(0xf3),'name':_0x3856e3(0x369)},{'group':'blockArrow','type':t['ShapeTypeEnum']['CurvedLeftArrow'],'icon':_0x3856e3(0x41d),'name':'docs-shape-ui.shape.type.curved-left-arrow'},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)][_0x3856e3(0xcb)],'icon':_0x3856e3(0x3c9),'name':_0x3856e3(0x233)},{'group':'blockArrow','type':t[_0x3856e3(0x224)][_0x3856e3(0x283)],'icon':'ShapeCurvedDownArrowIcon','name':'docs-shape-ui.shape.type.curved-down-arrow'},{'group':_0x3856e3(0x427),'type':t['ShapeTypeEnum'][_0x3856e3(0x3ea)],'icon':_0x3856e3(0x160),'name':_0x3856e3(0x45c)},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)][_0x3856e3(0x169)],'icon':_0x3856e3(0x43e),'name':_0x3856e3(0x232)},{'group':'blockArrow','type':t['ShapeTypeEnum'][_0x3856e3(0xf5)],'icon':_0x3856e3(0x1b4),'name':_0x3856e3(0x139)},{'group':_0x3856e3(0x427),'type':t['ShapeTypeEnum'][_0x3856e3(0xca)],'icon':'ShapeChevronIcon','name':'docs-shape-ui.shape.type.chevron'},{'group':'blockArrow','type':t[_0x3856e3(0x224)][_0x3856e3(0x34a)],'icon':_0x3856e3(0x109),'name':_0x3856e3(0xc6)},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)][_0x3856e3(0x428)],'icon':_0x3856e3(0x2dc),'name':_0x3856e3(0x3fc)},{'group':_0x3856e3(0x427),'type':t['ShapeTypeEnum']['LeftArrowCallout'],'icon':_0x3856e3(0x365),'name':'docs-shape-ui.shape.type.left-arrow-callout'},{'group':'blockArrow','type':t[_0x3856e3(0x224)][_0x3856e3(0x35a)],'icon':_0x3856e3(0x1ab),'name':_0x3856e3(0x20e)},{'group':'blockArrow','type':t[_0x3856e3(0x224)][_0x3856e3(0x30d)],'icon':_0x3856e3(0x282),'name':_0x3856e3(0x2b8)},{'group':_0x3856e3(0x427),'type':t[_0x3856e3(0x224)][_0x3856e3(0x442)],'icon':_0x3856e3(0xf6),'name':_0x3856e3(0x335)},{'group':_0x3856e3(0x427),'type':t['ShapeTypeEnum'][_0x3856e3(0x197)],'icon':'ShapeCircularArrowIcon','name':_0x3856e3(0x2b0)},{'group':_0x3856e3(0xac),'type':t[_0x3856e3(0x224)][_0x3856e3(0x130)],'icon':_0x3856e3(0xb2),'name':_0x3856e3(0x1cb)},{'group':'equationShape','type':t[_0x3856e3(0x224)]['MathMinus'],'icon':_0x3856e3(0x2da),'name':_0x3856e3(0x375)},{'group':'equationShape','type':t[_0x3856e3(0x224)][_0x3856e3(0x458)],'icon':_0x3856e3(0x3a2),'name':_0x3856e3(0x18c)},{'group':_0x3856e3(0xac),'type':t['ShapeTypeEnum'][_0x3856e3(0x474)],'icon':_0x3856e3(0x387),'name':_0x3856e3(0x264)},{'group':_0x3856e3(0xac),'type':t['ShapeTypeEnum'][_0x3856e3(0x36e)],'icon':_0x3856e3(0x2c4),'name':_0x3856e3(0x21b)},{'group':_0x3856e3(0xac),'type':t[_0x3856e3(0x224)]['MathNotEqual'],'icon':_0x3856e3(0x2aa),'name':_0x3856e3(0x40f)},{'group':'flowchart','type':t[_0x3856e3(0x224)][_0x3856e3(0x378)],'icon':_0x3856e3(0x192),'name':'docs-shape-ui.shape.type.flow-chart-process'},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)]['FlowchartAlternateProcess'],'icon':_0x3856e3(0x1fd),'name':_0x3856e3(0x376)},{'group':_0x3856e3(0x206),'type':t['ShapeTypeEnum'][_0x3856e3(0x2ed)],'icon':_0x3856e3(0x2eb),'name':_0x3856e3(0xc4)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)]['FlowChartInputOutput'],'icon':'ShapeFlowChartInputOutputIcon','name':'docs-shape-ui.shape.type.flow-chart-input-output'},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0x180)],'icon':_0x3856e3(0x296),'name':_0x3856e3(0x26b)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)]['FlowchartInternalStorage'],'icon':_0x3856e3(0xcd),'name':_0x3856e3(0xda)},{'group':'flowchart','type':t['ShapeTypeEnum']['FlowchartDocument'],'icon':'ShapeFlowChartDocumentIcon','name':_0x3856e3(0x2f6)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)]['FlowchartMultiDocument'],'icon':_0x3856e3(0x454),'name':_0x3856e3(0x479)},{'group':'flowchart','type':t[_0x3856e3(0x224)][_0x3856e3(0x43b)],'icon':'ShapeFlowChartTerminatorIcon','name':'docs-shape-ui.shape.type.flow-chart-terminator'},{'group':'flowchart','type':t[_0x3856e3(0x224)]['FlowchartPreparation'],'icon':_0x3856e3(0x271),'name':_0x3856e3(0xbd)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0x1e1)],'icon':_0x3856e3(0x29d),'name':'docs-shape-ui.shape.type.flow-chart-manual-input'},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0xe6)],'icon':_0x3856e3(0x30f),'name':_0x3856e3(0x39d)},{'group':_0x3856e3(0x206),'type':t['ShapeTypeEnum'][_0x3856e3(0x314)],'icon':_0x3856e3(0x2bd),'name':_0x3856e3(0x194)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0x398)],'icon':_0x3856e3(0x1f5),'name':_0x3856e3(0x122)},{'group':_0x3856e3(0x206),'type':t['ShapeTypeEnum'][_0x3856e3(0x32d)],'icon':_0x3856e3(0x1d6),'name':_0x3856e3(0x2cc)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)]['FlowchartPunchedTape'],'icon':'ShapeFlowChartPunchedTapeIcon','name':_0x3856e3(0x340)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0xa4)],'icon':_0x3856e3(0x2b4),'name':'docs-shape-ui.shape.type.flow-chart-summing-junction'},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0x12a)],'icon':_0x3856e3(0x3e6),'name':_0x3856e3(0x17a)},{'group':_0x3856e3(0x206),'type':t['ShapeTypeEnum']['FlowchartCollate'],'icon':_0x3856e3(0x19d),'name':_0x3856e3(0xe0)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0x263)],'icon':_0x3856e3(0x32c),'name':_0x3856e3(0x27f)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0x121)],'icon':'ShapeFlowChartExtractIcon','name':_0x3856e3(0xd6)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0x2c9)],'icon':_0x3856e3(0xb3),'name':'docs-shape-ui.shape.type.flow-chart-merge'},{'group':'flowchart','type':t[_0x3856e3(0x224)][_0x3856e3(0x293)],'icon':_0x3856e3(0x446),'name':_0x3856e3(0xd4)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)]['FlowchartDelay'],'icon':'ShapeFlowChartDelayIcon','name':'docs-shape-ui.shape.type.flow-chart-delay'},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0xa5)],'icon':'ShapeFlowChartMagneticTapeIcon','name':_0x3856e3(0x41f)},{'group':'flowchart','type':t[_0x3856e3(0x224)]['FlowchartMagneticDisk'],'icon':_0x3856e3(0x3a1),'name':_0x3856e3(0x1be)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)]['FlowchartMagneticDrum'],'icon':_0x3856e3(0x143),'name':_0x3856e3(0x3c4)},{'group':_0x3856e3(0x206),'type':t[_0x3856e3(0x224)][_0x3856e3(0x147)],'icon':_0x3856e3(0x1e3),'name':_0x3856e3(0x93)},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)][_0x3856e3(0x3f6)],'icon':_0x3856e3(0x14e),'name':'docs-shape-ui.shape.type.irregular-seal1'},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)][_0x3856e3(0x151)],'icon':_0x3856e3(0x403),'name':'docs-shape-ui.shape.type.irregular-seal2'},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)]['Star4'],'icon':_0x3856e3(0x390),'name':_0x3856e3(0x269)},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)][_0x3856e3(0x203)],'icon':_0x3856e3(0x155),'name':_0x3856e3(0x9d)},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)]['Star6'],'icon':_0x3856e3(0x24a),'name':_0x3856e3(0xbe)},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)][_0x3856e3(0x1ce)],'icon':_0x3856e3(0x238),'name':'docs-shape-ui.shape.type.star7'},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)][_0x3856e3(0x2b3)],'icon':'ShapeStar8Icon','name':'docs-shape-ui.shape.type.star8'},{'group':'starAndBanner','type':t[_0x3856e3(0x224)][_0x3856e3(0x421)],'icon':_0x3856e3(0xea),'name':'docs-shape-ui.shape.type.star10'},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)][_0x3856e3(0x246)],'icon':_0x3856e3(0x158),'name':'docs-shape-ui.shape.type.star12'},{'group':'starAndBanner','type':t['ShapeTypeEnum'][_0x3856e3(0x39a)],'icon':'ShapeStar16Icon','name':_0x3856e3(0x28f)},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)]['Star24'],'icon':_0x3856e3(0x43d),'name':_0x3856e3(0x284)},{'group':_0x3856e3(0x3e2),'type':t['ShapeTypeEnum'][_0x3856e3(0x424)],'icon':_0x3856e3(0xc9),'name':_0x3856e3(0x470)},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)]['Ribbon2'],'icon':'ShapeRibbon2Icon','name':_0x3856e3(0xf2)},{'group':_0x3856e3(0x3e2),'type':t['ShapeTypeEnum'][_0x3856e3(0x111)],'icon':_0x3856e3(0x1ac),'name':_0x3856e3(0x27a)},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)]['EllipseRibbon2'],'icon':_0x3856e3(0x38e),'name':_0x3856e3(0xdd)},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)]['EllipseRibbon'],'icon':'ShapeEllipseRibbonIcon','name':_0x3856e3(0x3ab)},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)][_0x3856e3(0x2d8)],'icon':_0x3856e3(0x363),'name':_0x3856e3(0x215)},{'group':_0x3856e3(0x3e2),'type':t[_0x3856e3(0x224)][_0x3856e3(0x2d0)],'icon':_0x3856e3(0x24d),'name':_0x3856e3(0x485)},{'group':_0x3856e3(0x3e2),'type':t['ShapeTypeEnum'][_0x3856e3(0x386)],'icon':_0x3856e3(0x371),'name':_0x3856e3(0x127)},{'group':'starAndBanner','type':t[_0x3856e3(0x224)][_0x3856e3(0x31d)],'icon':'ShapeDoubleWaveIcon','name':'docs-shape-ui.shape.type.double-wave'},{'group':_0x3856e3(0x450),'type':t[_0x3856e3(0x224)][_0x3856e3(0x105)],'icon':'ShapeWedgeRectCalloutIcon','name':'docs-shape-ui.shape.type.wedge-rect-callout'},{'group':_0x3856e3(0x450),'type':t['ShapeTypeEnum'][_0x3856e3(0x45b)],'icon':_0x3856e3(0x255),'name':_0x3856e3(0x3d9)},{'group':_0x3856e3(0x450),'type':t['ShapeTypeEnum']['WedgeEllipseCallout'],'icon':_0x3856e3(0x291),'name':_0x3856e3(0x354)},{'group':_0x3856e3(0x450),'type':t[_0x3856e3(0x224)][_0x3856e3(0x251)],'icon':_0x3856e3(0x9b),'name':'docs-shape-ui.shape.type.cloud-callout'},{'group':'callout','type':t[_0x3856e3(0x224)][_0x3856e3(0x1fe)],'icon':_0x3856e3(0x21f),'name':_0x3856e3(0xd9)},{'group':'callout','type':t[_0x3856e3(0x224)][_0x3856e3(0x1a1)],'icon':'ShapeBorderCallout2Icon','name':_0x3856e3(0x3a4)},{'group':_0x3856e3(0x450),'type':t['ShapeTypeEnum'][_0x3856e3(0x228)],'icon':_0x3856e3(0x30b),'name':'docs-shape-ui.shape.type.border-callout3'},{'group':_0x3856e3(0x450),'type':t[_0x3856e3(0x224)][_0x3856e3(0x1e0)],'icon':_0x3856e3(0x1f7),'name':_0x3856e3(0x107)},{'group':_0x3856e3(0x450),'type':t[_0x3856e3(0x224)][_0x3856e3(0x331)],'icon':_0x3856e3(0x3f9),'name':'docs-shape-ui.shape.type.accent-callout2'},{'group':_0x3856e3(0x450),'type':t['ShapeTypeEnum'][_0x3856e3(0x2ef)],'icon':_0x3856e3(0x411),'name':'docs-shape-ui.shape.type.accent-callout3'},{'group':_0x3856e3(0x450),'type':t[_0x3856e3(0x224)][_0x3856e3(0x17b)],'icon':_0x3856e3(0x287),'name':'docs-shape-ui.shape.type.callout1'},{'group':_0x3856e3(0x450),'type':t[_0x3856e3(0x224)]['Callout2'],'icon':_0x3856e3(0x106),'name':_0x3856e3(0x1e2)},{'group':_0x3856e3(0x450),'type':t[_0x3856e3(0x224)][_0x3856e3(0x388)],'icon':_0x3856e3(0x467),'name':_0x3856e3(0x31c)},{'group':_0x3856e3(0x450),'type':t[_0x3856e3(0x224)][_0x3856e3(0x39f)],'icon':_0x3856e3(0x3fd),'name':'docs-shape-ui.shape.type.accent-border-callout1'},{'group':_0x3856e3(0x450),'type':t[_0x3856e3(0x224)]['AccentBorderCallout2'],'icon':'ShapeAccentBorderCallout2Icon','name':_0x3856e3(0x384)},{'group':_0x3856e3(0x450),'type':t[_0x3856e3(0x224)][_0x3856e3(0x480)],'icon':_0x3856e3(0x391),'name':'docs-shape-ui.shape.type.accent-border-callout3'},{'group':_0x3856e3(0x1a7),'type':t['ShapeTypeEnum'][_0x3856e3(0x488)],'icon':'ShapeLeftCircularArrowIcon','name':_0x3856e3(0x400)},{'group':'other','type':t[_0x3856e3(0x224)][_0x3856e3(0x21d)],'icon':_0x3856e3(0x360),'name':_0x3856e3(0x2e1)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x345)],'icon':_0x3856e3(0x1f0),'name':_0x3856e3(0x2ab)},{'group':'other','type':t[_0x3856e3(0x224)][_0x3856e3(0x3e1)],'icon':_0x3856e3(0x2ba),'name':_0x3856e3(0x268)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x3eb)],'icon':_0x3856e3(0x188),'name':_0x3856e3(0x219)},{'group':'other','type':t[_0x3856e3(0x224)][_0x3856e3(0x2f2)],'icon':_0x3856e3(0x3ce),'name':_0x3856e3(0xdf)},{'group':'other','type':t[_0x3856e3(0x224)][_0x3856e3(0x225)],'icon':'ShapeGear6Icon','name':_0x3856e3(0x239)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x487)],'icon':_0x3856e3(0x45a),'name':'docs-shape-ui.shape.type.gear9'},{'group':'other','type':t[_0x3856e3(0x224)]['CornerTabs'],'icon':'ShapeCornerTabsIcon','name':'docs-shape-ui.shape.type.corner-tabs'},{'group':_0x3856e3(0x1a7),'type':t['ShapeTypeEnum']['ActionButtonBackPrevious'],'icon':_0x3856e3(0x392),'name':'docs-shape-ui.shape.type.action-button-back-previous'},{'group':_0x3856e3(0x1a7),'type':t['ShapeTypeEnum'][_0x3856e3(0x154)],'icon':_0x3856e3(0x16c),'name':_0x3856e3(0xe9)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x25a)],'icon':_0x3856e3(0xa8),'name':_0x3856e3(0x17c)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x46a)],'icon':_0x3856e3(0x185),'name':_0x3856e3(0x1e9)},{'group':_0x3856e3(0x1a7),'type':t['ShapeTypeEnum'][_0x3856e3(0x3a3)],'icon':_0x3856e3(0x97),'name':'docs-shape-ui.shape.type.action-button-home'},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x381)],'icon':'ShapeActionButtonInformationIcon','name':_0x3856e3(0x37f)},{'group':'other','type':t[_0x3856e3(0x224)][_0x3856e3(0x22d)],'icon':_0x3856e3(0x2ee),'name':_0x3856e3(0x183)},{'group':'other','type':t['ShapeTypeEnum'][_0x3856e3(0x359)],'icon':_0x3856e3(0x1af),'name':_0x3856e3(0x235)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x191)],'icon':_0x3856e3(0x3db),'name':_0x3856e3(0x20c)},{'group':'other','type':t['ShapeTypeEnum'][_0x3856e3(0x362)],'icon':_0x3856e3(0x349),'name':_0x3856e3(0x300)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x481)],'icon':_0x3856e3(0x28a),'name':_0x3856e3(0x1f2)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x15a)],'icon':_0x3856e3(0x434),'name':_0x3856e3(0x297)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x2dd)],'icon':_0x3856e3(0x189),'name':_0x3856e3(0x1d2)},{'group':'other','type':t[_0x3856e3(0x224)][_0x3856e3(0x38c)],'icon':'ShapeChartStarIcon','name':_0x3856e3(0x3e7)},{'group':_0x3856e3(0x1a7),'type':t['ShapeTypeEnum'][_0x3856e3(0xb7)],'icon':_0x3856e3(0xdc),'name':_0x3856e3(0x15e)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x462)],'icon':_0x3856e3(0x25b),'name':_0x3856e3(0x218)},{'group':'other','type':t[_0x3856e3(0x224)][_0x3856e3(0x214)],'icon':_0x3856e3(0x249),'name':_0x3856e3(0xb6)},{'group':_0x3856e3(0x1a7),'type':t['ShapeTypeEnum'][_0x3856e3(0x1da)],'icon':_0x3856e3(0x32b),'name':_0x3856e3(0x452)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x137)],'icon':_0x3856e3(0x30c),'name':_0x3856e3(0x108)},{'group':'other','type':t['ShapeTypeEnum'][_0x3856e3(0x310)],'icon':_0x3856e3(0x2fc),'name':_0x3856e3(0x416)},{'group':_0x3856e3(0x1a7),'type':t[_0x3856e3(0x224)][_0x3856e3(0x37c)],'icon':'ShapeNonIsoscelesTrapezoidIcon','name':_0x3856e3(0x358)}],M='doc.shape.picker.component';function N({onShapeClick:_0x49c2cd,excludeGroups:_0x5a2d57}){const _0x8920a3=_0x3856e3;let _0x2e210a=(0x0,c[_0x8920a3(0x3c3)])(n[_0x8920a3(0x33e)]),_0x5d5311=(0x0,c[_0x8920a3(0x3c3)])(c[_0x8920a3(0x33d)]),_0x3b7bfd=(_0x5a2d57?j[_0x8920a3(0xd8)](_0x525ee6=>!_0x5a2d57['includes'](_0x525ee6['group'])):j)[_0x8920a3(0x243)]((_0x42d485,_0x4d3114)=>(_0x42d485[_0x4d3114[_0x8920a3(0x3fb)]]||(_0x42d485[_0x4d3114[_0x8920a3(0x3fb)]]=[]),_0x42d485[_0x4d3114[_0x8920a3(0x3fb)]][_0x8920a3(0x2e2)](_0x4d3114),_0x42d485),{});return(0x0,f['jsx'])(_0x8920a3(0xfa),{'className':_0x8920a3(0x165),'children':Object[_0x8920a3(0x2a1)](_0x3b7bfd)[_0x8920a3(0x280)](([_0x43eb88,_0x48f7e3])=>(0x0,f[_0x8920a3(0x3b4)])('div',{'className':_0x8920a3(0x348),'children':[(0x0,f[_0x8920a3(0x3b8)])(_0x8920a3(0xfa),{'className':_0x8920a3(0xcf),'children':_0x2e210a['t'](_0x8920a3(0x453)+_0x43eb88)}),(0x0,f[_0x8920a3(0x3b8)])(_0x8920a3(0xfa),{'className':_0x8920a3(0x11b),'children':_0x48f7e3[_0x8920a3(0x280)](_0x5a67f8=>{const _0x42b39b=_0x8920a3;let _0x292280=_0x5d5311[_0x42b39b(0x104)](_0x5a67f8[_0x42b39b(0x1a0)]);return(0x0,f[_0x42b39b(0x3b8)])(_0x42b39b(0xfa),{'title':_0x2e210a['t'](_0x5a67f8[_0x42b39b(0x11e)]),'onClick':()=>_0x49c2cd(_0x5a67f8),'className':_0x42b39b(0x195),'children':_0x292280&&(0x0,f[_0x42b39b(0x3b8)])(_0x292280,{'className':'univer-size-full'})},_0x5a67f8[_0x42b39b(0x11e)]);})})]},_0x43eb88))});}function P(){const _0x3a1e04=_0x3856e3;let _0x5943b3=(0x0,c[_0x3a1e04(0x3c3)])(n[_0x3a1e04(0x33e)]),_0x554538=(0x0,c[_0x3a1e04(0x3c3)])(s['IDrawingManagerService']),_0x4cc2a3=(0x0,c[_0x3a1e04(0x3c3)])(A),[_0x464b9d,_0x34caf0]=(0x0,d[_0x3a1e04(0x172)])(!0x1);return(0x0,f[_0x3a1e04(0x3b8)])(l[_0x3a1e04(0x1df)],{'side':_0x3a1e04(0x2c2),'open':_0x464b9d,'onOpenChange':_0x34caf0,'overlay':(0x0,f[_0x3a1e04(0x3b8)])(N,{'onShapeClick':_0x4c8b04=>{const _0x28dfa3=_0x3a1e04;let _0x6e45bb=_0x554538['getFocusDrawings']()[_0x28dfa3(0x1f9)](_0x32599e=>_0x32599e[_0x28dfa3(0x422)]===n['DrawingTypeEnum'][_0x28dfa3(0x312)]);if(!_0x6e45bb)return;let {unitId:_0x59639a,subUnitId:_0xca5a8,drawingId:_0x43f5d3}=_0x6e45bb;_0x4cc2a3['clipByShape'](_0x59639a,_0xca5a8,_0x43f5d3,_0x4c8b04['type']),_0x34caf0(!0x1);},'excludeGroups':['line']}),'children':(0x0,f[_0x3a1e04(0x3b8)])(l[_0x3a1e04(0x3da)],{'children':_0x5943b3['t'](_0x3a1e04(0x460))})});}function F({paragraphMenuPlacement:_0x1822be}){const _0x1a458c=_0x3856e3;let _0x377f24=(0x0,c[_0x1a458c(0x3c3)])(n[_0x1a458c(0x327)]);return(0x0,f[_0x1a458c(0x3b8)])(N,{'onShapeClick':_0x4b0a21=>{const _0x52f15d=_0x1a458c;_0x377f24['executeCommand'](C['id'],{'paragraphMenuPlacement':_0x1822be,'value':_0x4b0a21[_0x52f15d(0x22c)],'enhanceParams':{'endArrow':_0x4b0a21[_0x52f15d(0x324)],'startArrow':_0x4b0a21['startArrow'],'horizontal':_0x4b0a21[_0x52f15d(0xfe)],'vertical':_0x4b0a21[_0x52f15d(0x468)]}});}});}function I(_0x4dfafb){const _0x207b1f=_0x3856e3;return _0x1f79cc=>({'id':C['id'],'type':c[_0x207b1f(0x31b)][_0x207b1f(0x44a)],'selections':[{'label':{'name':M,'hoverable':!0x1,'selectable':!0x1,'props':_0x4dfafb?{'id':C['id'],'paragraphMenuPlacement':_0x4dfafb}:{'id':C['id']}}}],'icon':_0x207b1f(0x301),'title':_0x207b1f(0x3d5),'tooltip':_0x207b1f(0x3d5),'hidden$':(0x0,c[_0x207b1f(0x34f)])(_0x1f79cc,n[_0x207b1f(0x1c8)][_0x207b1f(0x440)])});}const ee=I(),L=I(_0x3856e3(0x47d)),te=I(_0x3856e3(0x2b5)),ne={[c[_0x3856e3(0x3de)][_0x3856e3(0x1a5)]]:{[C['id']]:{'order':0x4,'menuItemFactory':ee}},[c[_0x3856e3(0xb0)][_0x3856e3(0x1c5)]]:{[c['ContextMenuGroup'][_0x3856e3(0xb9)]]:{[a[_0x3856e3(0x3bf)]]:{[C['id']]:{'replace':!0x0,'order':0x8,'menuItemFactory':L}}},[a['DOC_CONTENT_INSERT_MENU_ID']]:{[c['ContextMenuGroup'][_0x3856e3(0xb9)]]:{[C['id']]:{'replace':!0x0,'order':0x8,'menuItemFactory':L}}},[a[_0x3856e3(0xd1)]]:{[c[_0x3856e3(0x20f)][_0x3856e3(0xb9)]]:{[C['id']]:{'replace':!0x0,'order':0x8,'menuItemFactory':te}}},[a[_0x3856e3(0x41e)]]:{'insert':{[C['id']]:{'replace':!0x0,'order':0x2,'menuItemFactory':ee}}},[a[_0x3856e3(0xbb)]]:{'insert':{[C['id']+_0x3856e3(0x3b5)]:{'replace':!0x0,'order':0x2,'menuItemFactory':L}}}}};function R(_0x4cf9bf){'@babel/helpers - typeof';const _0xe8d952=_0x3856e3;return R=typeof Symbol==_0xe8d952(0x14d)&&typeof Symbol['iterator']==_0xe8d952(0x326)?function(_0x309820){return typeof _0x309820;}:function(_0x4319cf){const _0x189a7c=_0xe8d952;return _0x4319cf&&typeof Symbol==_0x189a7c(0x14d)&&_0x4319cf[_0x189a7c(0x1a4)]===Symbol&&_0x4319cf!==Symbol[_0x189a7c(0x26c)]?_0x189a7c(0x326):typeof _0x4319cf;},R(_0x4cf9bf);}function re(_0x288319,_0x5c60bb){const _0x1d1d62=_0x3856e3;if(R(_0x288319)!=_0x1d1d62(0x2ac)||!_0x288319)return _0x288319;var _0x1d1d11=_0x288319[Symbol[_0x1d1d62(0x483)]];if(_0x1d1d11!==void 0x0){var _0x14c9fd=_0x1d1d11[_0x1d1d62(0x131)](_0x288319,_0x5c60bb||_0x1d1d62(0x164));if(R(_0x14c9fd)!=_0x1d1d62(0x2ac))return _0x14c9fd;throw TypeError(_0x1d1d62(0x25c));}return(_0x5c60bb===_0x1d1d62(0xba)?String:Number)(_0x288319);}function ie(_0x46d9a9){const _0xbbf26a=_0x3856e3;var _0x407a3f=re(_0x46d9a9,_0xbbf26a(0xba));return R(_0x407a3f)=='symbol'?_0x407a3f:_0x407a3f+'';}function z(_0x466c0a,_0x36b860,_0x54f0da){const _0x126b13=_0x3856e3;return(_0x36b860=ie(_0x36b860))in _0x466c0a?Object[_0x126b13(0x2fa)](_0x466c0a,_0x36b860,{'value':_0x54f0da,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x466c0a[_0x36b860]=_0x54f0da,_0x466c0a;}var B=class extends n['Disposable']{constructor(..._0x177f66){const _0x784508=_0x3856e3;super(..._0x177f66),z(this,_0x784508(0x100),new p[(_0x784508(0x3c7))](null)),z(this,'editingParams$',this[_0x784508(0x100)][_0x784508(0x125)]()),z(this,'_onSavingEditorData$',new p[(_0x784508(0x3c7))](!0x1)),z(this,_0x784508(0x322),this[_0x784508(0xae)][_0x784508(0x125)]());}['dispose'](){const _0x21c286=_0x3856e3;this[_0x21c286(0x100)][_0x21c286(0xf1)](null),this[_0x21c286(0x100)][_0x21c286(0x2d7)](),this[_0x21c286(0xae)][_0x21c286(0xf1)](!0x1),this[_0x21c286(0xae)][_0x21c286(0x2d7)](),super['dispose']();}['setEditing'](_0xbe7c76){const _0x5513ee=_0x3856e3;this[_0x5513ee(0x100)][_0x5513ee(0xf1)](_0xbe7c76),_0xbe7c76==null&&this[_0x5513ee(0xae)][_0x5513ee(0xf1)](!0x1);}[_0x3856e3(0x44c)](_0x3782fd){const _0x9dd184=_0x3856e3;this[_0x9dd184(0xae)][_0x9dd184(0xf1)](_0x3782fd);}[_0x3856e3(0x3ed)](){const _0x46d7f4=_0x3856e3;return this[_0x46d7f4(0x100)][_0x46d7f4(0x3e0)]();}};function V(_0x494bc3,_0x5d1eec,_0x1cb33c,_0x30a9da,_0x5d5a7d,_0x1c136d){const _0x401e40=_0x3856e3;let _0x3962fb={'unitId':_0x5d1eec,'shapeId':_0x30a9da,'shapeData':_0x1c136d,'oldShapeJSON':_0x5d5a7d};return _0x494bc3[_0x401e40(0x174)](e[_0x401e40(0x1dd)]['id'],_0x3962fb);}function ae(_0x2a5c1a,_0x192f46,_0x36dbf0,_0x46e160,_0x4acb80,_0x27eec8){const _0x44ff9e=_0x3856e3;let _0xc56503={'unitId':_0x192f46,'shapeId':_0x46e160,'shapeData':_0x27eec8,'oldShapeJSON':_0x4acb80};return _0x2a5c1a[_0x44ff9e(0x174)](e[_0x44ff9e(0x1dd)]['id'],_0xc56503);}const H=_0x3856e3(0x1bb);function U(_0x679a3b){const _0x49b395=_0x3856e3;let _0x18aace=_0x679a3b[_0x49b395(0x2a3)];return _0x18aace&&_0x49b395(0x455)in _0x18aace&&_0x18aace['dataModel']?_0x18aace[_0x49b395(0x455)]:null;}function oe(_0x4b1974){const _0x2f38e3=_0x3856e3;var _0x122a67,_0x40a974,_0x315e2e,_0x9020ec;let _0x46a4c9=(_0x122a67=U(_0x4b1974))==null?void 0x0:_0x122a67[_0x2f38e3(0x15b)],_0x56ff79=(_0x40a974=_0x46a4c9==null||(_0x315e2e=_0x46a4c9[_0x2f38e3(0x2d5)])==null||(_0x315e2e=_0x315e2e['textRuns'])==null||(_0x315e2e=_0x315e2e[0x0])==null?void 0x0:_0x315e2e['ts'])==null?{}:_0x40a974;return{..._0x46a4c9==null||(_0x9020ec=_0x46a4c9[_0x2f38e3(0x33b)])==null?void 0x0:_0x9020ec[_0x2f38e3(0x36b)],..._0x56ff79};}function se(_0x17265d,_0x348f94){const _0x5c4553=_0x3856e3;var _0x58555c;let _0x258256=_0x17265d==null||(_0x58555c=_0x17265d[_0x5c4553(0x1bc)]()[_0x5c4553(0x92)])==null?void 0x0:_0x58555c[_0x348f94];return _0x258256?_0x258256['layoutType']===n['PositionedObjectLayoutType'][_0x5c4553(0x1b2)]?_0x258256[_0x5c4553(0x159)]===n[_0x5c4553(0x41a)]['TRUE']?'behindText':_0x5c4553(0x433):_0x258256[_0x5c4553(0x33c)]===n[_0x5c4553(0x311)][_0x5c4553(0x1c7)]?'wrapSquare':_0x258256[_0x5c4553(0x33c)]===n['PositionedObjectLayoutType'][_0x5c4553(0x205)]?_0x5c4553(0x334):_0x5c4553(0xed):'inline';}function ce(_0x277d92){const _0x5db3df=_0x3856e3;var _0x377f0c,_0x1db669,_0x2cf2a2;let _0x2fd2aa=_0x277d92[_0x5db3df(0x18d)][_0x5db3df(0x163)],_0x10a664=(0x0,c[_0x5db3df(0x3c3)])(n[_0x5db3df(0x327)]),_0x526816=(0x0,c[_0x5db3df(0x3c3)])(n[_0x5db3df(0x33e)]),_0x25202c=(0x0,c[_0x5db3df(0x3c3)])(e[_0x5db3df(0x46b)]),_0xe5e9af=(0x0,c[_0x5db3df(0x3c3)])(n[_0x5db3df(0x368)]),_0x37fa87=(0x0,c[_0x5db3df(0x3c3)])(c[_0x5db3df(0x342)]),{unitId:_0x19a759,subUnitId:_0x30d85e,drawingId:_0x129051,shapeType:_0x135c34}=_0x2fd2aa,[_0x59eefd,_0x3535c1]=(0x0,d[_0x5db3df(0x172)])(_0x2fd2aa[_0x5db3df(0x227)]),[_0xc38f6,_0x2ca083]=(0x0,d['useState'])(()=>_0x37fa87[_0x5db3df(0x10e)]()),_0x4ec029=(_0x377f0c=_0xe5e9af['getUnit'](_0x19a759,n['UniverInstanceType'][_0x5db3df(0x440)]))==null?void 0x0:_0x377f0c,[_0x1b4186,_0x138424]=(0x0,d[_0x5db3df(0x172)])(()=>se(_0x4ec029,_0x129051)),_0x1f2073=(0x0,d[_0x5db3df(0x408)])(()=>oe(_0x59eefd),[_0x59eefd]),_0x3c4752=(0x0,d['useMemo'])(()=>U(_0x59eefd),[_0x59eefd]);(0x0,d[_0x5db3df(0x1b1)])(()=>{const _0x53b3c0=_0x5db3df;let _0x1158a4=_0x10a664[_0x53b3c0(0x319)](_0x59d5fa=>{const _0x49ce60=_0x53b3c0;if(_0x59d5fa['id']!==e[_0x49ce60(0x3ee)]['id'])return;let _0x4e4c6f=_0x25202c[_0x49ce60(0xc8)](_0x19a759,_0x30d85e,_0x129051);_0x4e4c6f&&_0x3535c1(_0x4e4c6f);});return()=>_0x1158a4[_0x53b3c0(0x482)]();},[_0x10a664,_0x25202c,_0x129051,_0x30d85e,_0x19a759]),(0x0,d['useEffect'])(()=>{const _0x13b6b3=_0x5db3df;let _0x3f2d12=_0x37fa87['fonts$'][_0x13b6b3(0x289)](_0x5cfd29=>{_0x2ca083(_0x5cfd29);});return()=>_0x3f2d12['unsubscribe']();},[_0x37fa87]);let _0x14dd19=_0x54bc34=>{_0x3535c1(_0x2cdf96=>({..._0x2cdf96,..._0x54bc34}));},_0x26c37e=_0x17b6ce=>{const _0x3fc0bc=_0x5db3df;let _0x36e713=(0x0,m[_0x3fc0bc(0x39e)])(_0x59eefd,_0x17b6ce);V(_0x10a664,_0x19a759,_0x30d85e,_0x129051,{'oldShapeData':{'shapeText':_0x59eefd[_0x3fc0bc(0x2a3)]}},_0x36e713),_0x14dd19(_0x36e713);},_0x392b3d=_0x26e2fe=>{_0x138424(_0x26e2fe),_0x10a664['executeCommand']('doc.command.update-doc-drawing-wrapping-style',{'unitId':_0x19a759,'subUnitId':_0x30d85e,'drawings':[{'unitId':_0x19a759,'subUnitId':_0x30d85e,'drawingId':_0x129051}],'wrappingStyle':_0x26e2fe});},_0x1c87f2=_0xc38f6[_0x5db3df(0x280)](_0x3fc619=>({'label':_0x526816['t'](_0x3fc619[_0x5db3df(0x199)]),'value':_0x3fc619[_0x5db3df(0x350)]})),_0x42d7c7=[{'label':_0x526816['t'](_0x5db3df(0x115)),'value':_0x5db3df(0xed),'icon':(0x0,f[_0x5db3df(0x3b8)])(m[_0x5db3df(0x150)],{})},{'label':_0x526816['t']('docs-shape-ui.textWrap.square'),'value':_0x5db3df(0x42a),'icon':(0x0,f[_0x5db3df(0x3b8)])(m[_0x5db3df(0x150)],{})},{'label':_0x526816['t']('docs-shape-ui.textWrap.topAndBottom'),'value':_0x5db3df(0x334),'icon':(0x0,f[_0x5db3df(0x3b8)])(m[_0x5db3df(0x150)],{})},{'label':_0x526816['t'](_0x5db3df(0x144)),'value':_0x5db3df(0x141),'icon':(0x0,f[_0x5db3df(0x3b8)])(m[_0x5db3df(0x150)],{})},{'label':_0x526816['t'](_0x5db3df(0x36a)),'value':'inFrontOfText','icon':(0x0,f[_0x5db3df(0x3b8)])(m['TextWrapShapeIcon'],{})}];return(0x0,f[_0x5db3df(0x3b8)])(m[_0x5db3df(0x426)],{'shapeData':_0x59eefd,'shapeType':_0x135c34,'textStyle':{'cl':{'rgb':_0x5db3df(0x46d)},..._0x1f2073},'textModel':_0x3c4752?{'ha':(_0x1db669=_0x3c4752['ha'])==null?n[_0x5db3df(0x355)][_0x5db3df(0x2de)]:_0x1db669,'va':(_0x2cf2a2=_0x3c4752['va'])==null?n[_0x5db3df(0x2f4)][_0x5db3df(0x3d0)]:_0x2cf2a2}:null,'fontOptions':_0x1c87f2,'wrappingStyle':_0x1b4186,'wrappingStyleOptions':_0x42d7c7,'enableShapeFillReset':!0x0,'enableShapeStrokeReset':!0x0,'enableTextBackgroundReset':!0x0,'onUpdateShapeData':(_0xc5b3c6,_0x115b21)=>{V(_0x10a664,_0x19a759,_0x30d85e,_0x129051,_0xc5b3c6,_0x115b21),_0x115b21&&_0x14dd19(_0x115b21);},'onUpdateText':_0x26c37e,'onUpdateWrappingStyle':_0x86de77=>_0x392b3d(_0x86de77),'onOpenPanel':()=>{const _0x9c844f=_0x5db3df;_0x10a664[_0x9c844f(0x174)](T['id'],{'unitId':_0x19a759,'subUnitId':_0x30d85e,'drawingId':_0x129051});},'onDelete':()=>{const _0x3c14f8=_0x5db3df;_0x10a664[_0x3c14f8(0x174)](i[_0x3c14f8(0x337)]['id'],{'unitId':_0x19a759,'drawings':[{'unitId':_0x19a759,'subUnitId':_0x30d85e,'drawingId':_0x129051}]});}});}let W=class extends n[_0x3856e3(0x40b)]{constructor(_0xea01b3,_0xe91f11,_0x2b6314,_0x4e2032,_0x36bbca,_0x28ace4,_0x8bafb9,_0x1fd729,_0x2c47af,_0x42e045,_0x11a1c9){const _0x312ef0=_0x3856e3;super(),this[_0x312ef0(0x116)]=_0xea01b3,this[_0x312ef0(0x35b)]=_0xe91f11,this['_menuManagerService']=_0x2b6314,this[_0x312ef0(0x11d)]=_0x4e2032,this['_localeService']=_0x36bbca,this[_0x312ef0(0x2b2)]=_0x28ace4,this['_drawingManagerService']=_0x8bafb9,this[_0x312ef0(0x32a)]=_0x1fd729,this[_0x312ef0(0x3ff)]=_0x2c47af,this[_0x312ef0(0x20d)]=_0x42e045,this[_0x312ef0(0x117)]=_0x11a1c9,z(this,_0x312ef0(0x445),null),z(this,'_activeShapeInfo',null),z(this,_0x312ef0(0x382),!0x1),z(this,_0x312ef0(0x47f),0x0),z(this,_0x312ef0(0xe1),new Set()),z(this,_0x312ef0(0x135),[]),this[_0x312ef0(0x13d)](),this['disposeWithMe'](this['_univerInstanceService'][_0x312ef0(0x3af)](n[_0x312ef0(0x1c8)]['UNIVER_DOC'])[_0x312ef0(0x289)](_0x202f85=>{const _0x4a8ade=_0x312ef0;if(!_0x202f85){var _0x24e938;(_0x24e938=this['_sidebarDisposable'])==null||_0x24e938['dispose']();return;}this[_0x4a8ade(0x267)](_0x202f85);})),this['_registerOperations'](),this[_0x312ef0(0x129)](),this['disposeWithMe'](this[_0x312ef0(0x117)]['editingParams$'][_0x312ef0(0x289)](_0x4b1a7b=>{_0x4b1a7b&&this['_clearPopups']();}));}['_initMenu'](){const _0x214a98=_0x3856e3;this[_0x214a98(0x119)][_0x214a98(0x1d7)](ne);}[_0x3856e3(0x129)](){const _0x6b3d63=_0x3856e3;this[_0x6b3d63(0x116)][_0x6b3d63(0x220)](n[_0x6b3d63(0x1c8)][_0x6b3d63(0x440)])[_0x6b3d63(0x186)](_0x54145f=>this[_0x6b3d63(0x267)](_0x54145f));}[_0x3856e3(0x101)](_0x45143e,_0x32126a,_0x57d871,_0x3e56d7){const _0x105f41=_0x3856e3;return[{'label':_0x105f41(0x1de),'index':0x0,'commandId':T['id'],'commandParams':{'unitId':_0x45143e,'subUnitId':_0x32126a,'drawingId':_0x57d871},'disable':_0x3e56d7===n[_0x105f41(0x16f)][_0x105f41(0x438)]},{'label':_0x105f41(0x24b),'index':0x1,'commandId':i[_0x105f41(0x337)]['id'],'commandParams':{'unitId':_0x45143e,'drawings':[{'unitId':_0x45143e,'subUnitId':_0x32126a,'drawingId':_0x57d871}]},'disable':!0x1},{'label':_0x105f41(0x333),'index':0x2,'commandId':w['id'],'commandParams':{'unitId':_0x45143e,'subUnitId':_0x32126a,'drawingId':_0x57d871},'disable':!0x1}];}['_getShapeInfo'](_0x7ad648,_0x5f0baf,_0x18046b){const _0x2b00d7=_0x3856e3;let _0x3ca841=this['_docsShapeService'][_0x2b00d7(0x469)](_0x7ad648,_0x5f0baf,_0x18046b),_0x2225bf=this[_0x2b00d7(0x11d)][_0x2b00d7(0xc8)](_0x7ad648,_0x5f0baf,_0x18046b);return _0x3ca841!==void 0x0&&_0x2225bf!==void 0x0?{'shapeData':_0x2225bf,'shapeId':_0x18046b,'shapeType':_0x3ca841,'unitId':_0x7ad648,'subUnitId':_0x5f0baf,'version':this[_0x2b00d7(0x47f)],'disableShapeOption':!0x1}:null;}[_0x3856e3(0x267)](_0x5744f2){const _0x152cf9=_0x3856e3;if(!_0x5744f2)return;let _0x200686=_0x5744f2[_0x152cf9(0x451)]();this[_0x152cf9(0x3ff)][_0x152cf9(0x257)](_0x200686)&&!this[_0x152cf9(0xe1)][_0x152cf9(0x257)](_0x200686)&&(this[_0x152cf9(0x29c)](_0x200686),this[_0x152cf9(0xe1)][_0x152cf9(0x113)](_0x200686));}['_clearPopups'](){const _0x38bedd=_0x3856e3;this[_0x38bedd(0x135)][_0x38bedd(0x186)](_0x3036b0=>_0x3036b0[_0x38bedd(0x482)]()),this[_0x38bedd(0x135)]['length']=0x0;}[_0x3856e3(0x29c)](_0x4dcdcb){const _0x3e6670=_0x3856e3;var _0x4681b9;let _0x5721f6=(_0x4681b9=this[_0x3e6670(0x3ff)][_0x3e6670(0x393)](_0x4dcdcb))==null?void 0x0:_0x4681b9[_0x3e6670(0x204)],_0xa7a452=_0x5721f6==null?void 0x0:_0x5721f6[_0x3e6670(0x328)]();!_0x5721f6||!_0xa7a452||(this[_0x3e6670(0x2ec)](_0xa7a452[_0x3e6670(0x318)]['subscribe'](()=>{const _0x1cbcc6=_0x3e6670;let _0x41c06a=_0xa7a452['getSelectedObjectMap']();if(this[_0x1cbcc6(0x178)](),this[_0x1cbcc6(0x382)]||_0x41c06a['size']>0x1)return;let _0x28dee4=_0x41c06a[_0x1cbcc6(0xad)]()[_0x1cbcc6(0xf1)]()[_0x1cbcc6(0x350)];if(!_0x28dee4)return;let _0x499026=this[_0x1cbcc6(0x484)][_0x1cbcc6(0x38a)](_0x28dee4[_0x1cbcc6(0x3a6)]);if(!_0x499026||_0x499026['drawingType']!==n['DrawingTypeEnum'][_0x1cbcc6(0x22f)])return;let {unitId:_0xfd3610,subUnitId:_0x35183b,drawingId:_0x5ee3ce,drawingType:_0x19147e}=_0x499026,_0x40af61=this[_0x1cbcc6(0x19e)](_0xfd3610,_0x35183b,_0x5ee3ce);if(!_0x40af61)return;let _0x4b837f=this[_0x1cbcc6(0x32a)][_0x1cbcc6(0x320)](_0x28dee4,{'componentKey':H,'direction':_0x1cbcc6(0xb8),'offset':[0x0,0x8],'extraProps':{'unitId':_0xfd3610,'subUnitId':_0x35183b,'drawingId':_0x5ee3ce,'drawingType':_0x19147e,'shapeType':_0x40af61[_0x1cbcc6(0x16a)],'shapeData':_0x40af61[_0x1cbcc6(0x227)]}},_0xfd3610);this[_0x1cbcc6(0x135)][_0x1cbcc6(0x2e2)](this[_0x1cbcc6(0x2ec)](_0x4b837f)),this['_drawingManagerService'][_0x1cbcc6(0x217)]()[_0x1cbcc6(0x1f9)](_0x103dce=>_0x103dce[_0x1cbcc6(0x409)]===_0xfd3610&&_0x103dce[_0x1cbcc6(0x40c)]===_0x35183b&&_0x103dce[_0x1cbcc6(0x1ed)]===_0x5ee3ce)||this[_0x1cbcc6(0x484)]['focusDrawing']([{'unitId':_0xfd3610,'subUnitId':_0x35183b,'drawingId':_0x5ee3ce}]);})),this['disposeWithMe'](_0xa7a452[_0x3e6670(0x396)][_0x3e6670(0x289)](()=>{const _0x326720=_0x3e6670;this[_0x326720(0x178)](),this['_contextService'][_0x326720(0x142)](n[_0x326720(0x1e8)],!0x1),this[_0x326720(0x484)][_0x326720(0x15d)](null);})),this[_0x3e6670(0x2ec)](_0xa7a452[_0x3e6670(0x148)][_0x3e6670(0x289)](()=>{const _0x4688f6=_0x3e6670;this[_0x4688f6(0x178)]();})),this[_0x3e6670(0x2ec)](_0xa7a452[_0x3e6670(0x25d)][_0x3e6670(0x289)](()=>{const _0x36b16b=_0x3e6670;this[_0x36b16b(0x178)]();})));}[_0x3856e3(0x18b)](){const _0x43df0a=_0x3856e3;this[_0x43df0a(0x2ec)](this[_0x43df0a(0x2b2)][_0x43df0a(0x319)](_0x220037=>{const _0x686d31=_0x43df0a;if(_0x220037['id']===T['id']){let {unitId:_0x264562,subUnitId:_0x45b8c0,drawingId:_0x3a554a}=_0x220037[_0x686d31(0x1b5)];this[_0x686d31(0x47f)]+=0x1,this[_0x686d31(0x2f3)]=this[_0x686d31(0x19e)](_0x264562,_0x45b8c0,_0x3a554a),this[_0x686d31(0x178)](),this['_openShapeEditPanel']();}if(_0x220037['id']===w['id']&&(this['_activeShapeInfo']=null,this[_0x686d31(0xc0)]()),_0x220037['id']===e[_0x686d31(0x3ee)]['id']){let {unitId:_0xfa8253,shapeId:_0xb6522b}=_0x220037[_0x686d31(0x1b5)];if(this[_0x686d31(0x2f3)]&&this['_activeShapeInfo'][_0x686d31(0x352)]===_0xb6522b){let _0x4d5157=this[_0x686d31(0x19e)](_0xfa8253,this[_0x686d31(0x2f3)]['subUnitId'],_0xb6522b);_0x4d5157&&(this[_0x686d31(0x47f)]+=0x1,_0x4d5157[_0x686d31(0x2c5)]=this[_0x686d31(0x47f)],this[_0x686d31(0x2f3)]=_0x4d5157,this['_isOpenedShapeEditPanel']&&this[_0x686d31(0x313)]());}}})),this[_0x43df0a(0x2ec)](this[_0x43df0a(0x484)][_0x43df0a(0x3dc)]['subscribe'](_0x47cc0b=>{const _0x3fa1bb=_0x43df0a;if(this[_0x3fa1bb(0x382)]===!0x1)return;if(_0x47cc0b[_0x3fa1bb(0x1f6)]===0x0){this[_0x3fa1bb(0x2f3)]=null,this[_0x3fa1bb(0xc0)]();return;}if(_0x47cc0b[_0x3fa1bb(0x1f6)]===0x1&&_0x47cc0b[0x0][_0x3fa1bb(0x422)]===n[_0x3fa1bb(0x16f)][_0x3fa1bb(0x22f)]&&(this[_0x3fa1bb(0x47f)]+=0x1,this['_activeShapeInfo']=this[_0x3fa1bb(0x19e)](_0x47cc0b[0x0][_0x3fa1bb(0x409)],_0x47cc0b[0x0]['subUnitId'],_0x47cc0b[0x0]['drawingId']),this[_0x3fa1bb(0x2f3)])){this[_0x3fa1bb(0x313)]();return;}let _0x8e1e92=_0x47cc0b[_0x3fa1bb(0xd8)](_0x43e1fd=>_0x43e1fd[_0x3fa1bb(0x422)]===n['DrawingTypeEnum'][_0x3fa1bb(0x22f)]);if(_0x47cc0b['length']>0x1&&_0x8e1e92[_0x3fa1bb(0x1f6)]===_0x47cc0b[_0x3fa1bb(0x1f6)]){if(this['_shapeEditPanelVersion']+=0x1,this['_activeShapeInfo']=this[_0x3fa1bb(0x19e)](_0x47cc0b[0x0][_0x3fa1bb(0x409)],_0x47cc0b[0x0]['subUnitId'],_0x47cc0b[0x0][_0x3fa1bb(0x1ed)]),this[_0x3fa1bb(0x2f3)]){this[_0x3fa1bb(0x313)]();return;}}else{if(this[_0x3fa1bb(0x47f)]+=0x1,this[_0x3fa1bb(0x2f3)]=this[_0x3fa1bb(0x19e)](_0x47cc0b[0x0]['unitId'],_0x47cc0b[0x0]['subUnitId'],_0x47cc0b[0x0][_0x3fa1bb(0x1ed)]),this['_activeShapeInfo']){this[_0x3fa1bb(0x2f3)][_0x3fa1bb(0x429)]=!0x0,this[_0x3fa1bb(0x313)]();return;}}this[_0x3fa1bb(0xc0)]();}));}[_0x3856e3(0x313)](){const _0x297724=_0x3856e3;this[_0x297724(0x2f3)]&&(this[_0x297724(0x445)]=this[_0x297724(0x35b)]['open']({'id':E,'header':{'title':this[_0x297724(0x13a)]['t'](_0x297724(0x1ba))},'width':0x184,'children':{'label':E,...this[_0x297724(0x2f3)]},'onClose':()=>{const _0x1cca11=_0x297724;this['_drawingManagerService'][_0x1cca11(0x15d)](null),this[_0x1cca11(0x20d)]['setContextValue'](n[_0x1cca11(0x1e8)],!0x1),this[_0x1cca11(0x445)]=null;}}),this['_isOpenedShapeEditPanel']=!0x0);}[_0x3856e3(0xc0)](){const _0x5c72e0=_0x3856e3;this[_0x5c72e0(0x382)]=!0x1,this[_0x5c72e0(0x35b)][_0x5c72e0(0x1f8)](E),this[_0x5c72e0(0x445)]=null,this[_0x5c72e0(0x20d)]['setContextValue'](n[_0x5c72e0(0x1e8)],!0x1),this[_0x5c72e0(0x484)][_0x5c72e0(0x15d)](null);}};W=k([O(0x0,n[_0x3856e3(0x368)]),O(0x1,(0x0,n[_0x3856e3(0x40a)])(c[_0x3856e3(0x346)])),O(0x2,c['IMenuManagerService']),O(0x3,(0x0,n[_0x3856e3(0x40a)])(e[_0x3856e3(0x46b)])),O(0x4,(0x0,n[_0x3856e3(0x40a)])(n[_0x3856e3(0x33e)])),O(0x5,n[_0x3856e3(0x327)]),O(0x6,s[_0x3856e3(0x40d)]),O(0x7,(0x0,n[_0x3856e3(0x40a)])(a[_0x3856e3(0x11f)])),O(0x8,o[_0x3856e3(0x332)]),O(0x9,n['IContextService']),O(0xa,(0x0,n[_0x3856e3(0x40a)])(B))],W);var le=_0x3856e3(0x179),ue=_0x3856e3(0x19f);const G={};function de(_0x5f2158){const _0x3d05a5=_0x3856e3;var _0xc5d43a,_0x2f6552,_0x267fef,_0x4aef93;let _0xd9c56e=(_0xc5d43a=(_0x2f6552=_0x5f2158[_0x3d05a5(0x2d5)])==null||(_0x2f6552=_0x2f6552[_0x3d05a5(0x3f1)])==null?void 0x0:_0x2f6552[_0x3d05a5(0x1f6)])==null?0x0:_0xc5d43a,_0xafd6a=(_0x267fef=_0x5f2158[_0x3d05a5(0x2d5)])==null?void 0x0:_0x267fef['sectionBreaks'];if(_0xafd6a!=null&&_0xafd6a['length'])for(let _0x3b767f of _0xafd6a){var _0x1b3156;_0x3b767f[_0x3d05a5(0x47c)]=(_0x1b3156=_0x3b767f[_0x3d05a5(0x47c)])==null?n[_0x3d05a5(0x465)][_0x3d05a5(0x222)]:_0x1b3156;}else _0x5f2158[_0x3d05a5(0x2d5)]&&(_0x5f2158[_0x3d05a5(0x2d5)]['sectionBreaks']=[{'startIndex':Math[_0x3d05a5(0x211)](0x0,_0xd9c56e-0x1),'gridType':n[_0x3d05a5(0x465)]['DEFAULT']}]);let _0x48aff1=(_0x4aef93=_0x5f2158['body'])==null?void 0x0:_0x4aef93[_0x3d05a5(0x441)];if(_0x48aff1)for(let _0x336460 of _0x48aff1){var _0x1e94f7,_0x53c1c2,_0x262020,_0x5f3722,_0x2e7092,_0x361f0b,_0x1c5354,_0x2e34c4;_0x336460[_0x3d05a5(0x138)]={..._0x336460[_0x3d05a5(0x138)],'lineSpacing':(_0x1e94f7=(_0x53c1c2=_0x336460['paragraphStyle'])==null?void 0x0:_0x53c1c2['lineSpacing'])==null?0x1:_0x1e94f7,'snapToGrid':(_0x262020=(_0x5f3722=_0x336460['paragraphStyle'])==null?void 0x0:_0x5f3722[_0x3d05a5(0xe3)])==null?n[_0x3d05a5(0x41a)][_0x3d05a5(0x278)]:_0x262020,'spaceAbove':(_0x2e7092=(_0x361f0b=_0x336460[_0x3d05a5(0x138)])==null?void 0x0:_0x361f0b[_0x3d05a5(0x1d8)])==null?{'v':0x0}:_0x2e7092,'spaceBelow':(_0x1c5354=(_0x2e34c4=_0x336460[_0x3d05a5(0x138)])==null?void 0x0:_0x2e34c4['spaceBelow'])==null?{'v':0x0}:_0x1c5354};}}function fe(_0x174f09){const _0x217dcc=_0x3856e3;let _0x2aa95b=_0x174f09[_0x217dcc(0x2d5)],_0x167c91=_0x2aa95b==null?void 0x0:_0x2aa95b['paragraphs'],_0x2a8001=_0x2aa95b==null?void 0x0:_0x2aa95b['dataStream'];if(!_0x2aa95b||!(_0x167c91!=null&&_0x167c91[_0x217dcc(0x1f6)])||!_0x2a8001)return;let _0x48700a=[];for(let _0x53ebc3=0x0;_0x53ebc3<_0x2a8001[_0x217dcc(0x1f6)];_0x53ebc3++)_0x2a8001[_0x53ebc3]==='\x0d'&&_0x48700a['push'](_0x53ebc3);_0x48700a[_0x217dcc(0x1f6)]===_0x167c91['length']&&(_0x2aa95b[_0x217dcc(0x441)]=_0x167c91[_0x217dcc(0x280)]((_0xfbb2b,_0x399f66)=>({..._0xfbb2b,'startIndex':_0x48700a[_0x399f66]})));}function pe(_0x4c38b6,_0x3d70cf){const _0x4c543d=_0x3856e3;var _0x345c6c,_0x55387b,_0x9c39a0;let {isHorizontal:_0xc8630a,textRect:_0x409790,verticalAlign:_0x11d75b}=_0x3d70cf,_0x5230a8=_0xc8630a?_0x409790[_0x4c543d(0xc2)]:_0x409790[_0x4c543d(0x250)],_0x4314ae=n[_0x4c543d(0x1ad)][_0x4c543d(0x471)](_0x4c38b6),_0x4d881e=(_0x345c6c=_0x4314ae[_0x4c543d(0x33b)])==null?{}:_0x345c6c,_0xd998f6={..._0x4d881e[_0x4c543d(0x34d)],'centerAngle':_0xc8630a?0x0:o['VERTICAL_ROTATE_ANGLE'],'vertexAngle':_0xc8630a?0x0:o[_0x4c543d(0x12d)],'wrapStrategy':n[_0x4c543d(0x231)]['WRAP'],'zeroWidthParagraphBreak':(_0x55387b=(_0x9c39a0=_0x4d881e['renderConfig'])==null?void 0x0:_0x9c39a0[_0x4c543d(0x2e9)])==null?n['BooleanNumber'][_0x4c543d(0x290)]:_0x55387b};if(_0x11d75b!==void 0x0&&(_0xd998f6[_0x4c543d(0xd7)]=_0x11d75b),_0x3d70cf[_0x4c543d(0x385)]!==void 0x0){var _0x4c2afd;_0xd998f6[_0x4c543d(0x385)]=_0x3d70cf[_0x4c543d(0x385)];let _0xa0846f=(_0x4c2afd=_0x4314ae['body'])==null?void 0x0:_0x4c2afd[_0x4c543d(0x441)];if(_0xa0846f){for(let _0x338f98 of _0xa0846f)_0x338f98[_0x4c543d(0x138)]||(_0x338f98[_0x4c543d(0x138)]={}),_0x338f98[_0x4c543d(0x138)][_0x4c543d(0x385)]=_0x3d70cf[_0x4c543d(0x385)];}}return _0x4314ae['documentStyle']={..._0x4d881e,'marginTop':0x0,'marginBottom':0x0,'marginLeft':0x0,'marginRight':0x0,'pageSize':{'width':_0x5230a8,'height':0x1/0x0},'renderConfig':_0xd998f6},fe(_0x4314ae),de(_0x4314ae),_0x4314ae;}var K=class extends o[_0x3856e3(0x1a9)]{constructor(_0x2c80fd,_0x4f38d5){const _0x1c1f0c=_0x3856e3;super(_0x2c80fd,_0x4f38d5),z(this,_0x1c1f0c(0x1c3),void 0x0),z(this,'_transformCalculateSrcRect',!0x0),z(this,_0x1c1f0c(0x245),n[_0x1c1f0c(0x16f)]['DRAWING_SHAPE']),z(this,_0x1c1f0c(0x437),!0x0),this[_0x1c1f0c(0x1c3)]={..._0x4f38d5},this[_0x1c1f0c(0x38d)]();}[_0x3856e3(0x38d)](){const _0x46444d=_0x3856e3;this[_0x46444d(0xa0)][_0x46444d(0x42e)](_0x4cac6f=>{const _0x2b5719=_0x46444d;this[_0x2b5719(0x486)](_0x4cac6f);});}[_0x3856e3(0x21a)](_0x5551ac){const _0x5344e0=_0x3856e3;this[_0x5344e0(0x1c3)]['prstGeom']=_0x5551ac;}[_0x3856e3(0x315)](_0x478fd9){const _0x12dd5e=_0x3856e3;this['_props'][_0x12dd5e(0xef)]=_0x478fd9,this[_0x12dd5e(0x10a)](!0x0);}get[_0x3856e3(0x409)](){const _0x21ee8f=_0x3856e3;return this[_0x21ee8f(0x1c3)][_0x21ee8f(0x409)];}get[_0x3856e3(0x40c)](){const _0x40c709=_0x3856e3;return this[_0x40c709(0x1c3)][_0x40c709(0x40c)];}[_0x3856e3(0x486)](_0x32c654){const _0x91963=_0x3856e3;if(this[_0x91963(0x1c3)][_0x91963(0x96)]==null||!this['_transformCalculateSrcRect'])return;let {width:_0x2ece73,height:_0x32b28c}=this,{width:_0x52951f=0x0,height:_0x4c6a50=0x0}=_0x32c654['preValue'],{left:_0x40fb48=0x0,top:_0x37f76d=0x0,right:_0x45c44c=0x0,bottom:_0x248ab5=0x0}=this[_0x91963(0x1c3)][_0x91963(0x96)],_0x1e02c3=_0x40fb48,_0x417732=_0x37f76d,_0x4502f8=_0x45c44c,_0xa48e80=_0x248ab5,_0x5e8601=!0x1;if(_0x52951f!==0x0&&_0x52951f!==_0x2ece73){let _0x162461=_0x40fb48/_0x52951f,_0x4b4c78=_0x45c44c/_0x52951f;_0x1e02c3=_0x2ece73*_0x162461,_0x4502f8=_0x2ece73*_0x4b4c78,_0x5e8601=!0x0;}if(_0x4c6a50!==0x0&&_0x4c6a50!==_0x32b28c){let _0x43fec8=_0x37f76d/_0x4c6a50,_0x415ea0=_0x248ab5/_0x4c6a50;_0x417732=_0x32b28c*_0x43fec8,_0xa48e80=_0x32b28c*_0x415ea0,_0x5e8601=!0x0;}_0x5e8601&&this['setSrcRect']({'left':_0x1e02c3,'top':_0x417732,'right':_0x4502f8,'bottom':_0xa48e80});}[_0x3856e3(0x3f3)](_0x4a780e){const _0x49644c=_0x3856e3;this[_0x49644c(0x1c3)][_0x49644c(0x96)]=_0x4a780e,this[_0x49644c(0x10a)](!0x0);}[_0x3856e3(0x2a6)](_0x10c3aa){const _0x44ba8a=_0x3856e3;this['_props'][_0x44ba8a(0x190)]=_0x10c3aa,this[_0x44ba8a(0x10a)](!0x0);}set[_0x3856e3(0x230)](_0x25e5ea){const _0x2253f8=_0x3856e3;this[_0x2253f8(0x21c)]=_0x25e5ea;}get[_0x3856e3(0x230)](){const _0x6812c6=_0x3856e3;this['_transform']||this[_0x6812c6(0x2a5)]();let _0x425842=this[_0x6812c6(0x21c)][_0x6812c6(0x277)]();return this[_0x6812c6(0x25e)](_0x425842);}get['shapeModel'](){const _0x318c76=_0x3856e3;return this[_0x318c76(0x1c3)][_0x318c76(0x414)];}get[_0x3856e3(0x352)](){const _0x220e2d=_0x3856e3;return this[_0x220e2d(0x1c3)][_0x220e2d(0x352)];}get[_0x3856e3(0x1bf)](){const _0x219bcf=_0x3856e3;return o[_0x219bcf(0x413)]['SHAPE'];}[_0x3856e3(0x1d3)](_0x42908e,_0x3e3336,_0x30b85d,_0x1d4419){const _0x1a7f44=_0x3856e3;let _0x2fd29f=this[_0x1a7f44(0x1c3)][_0x1a7f44(0x414)];if(!_0x2fd29f||!_0x3e3336)return;let _0x2b693f=_0x30b85d==null?this[_0x1a7f44(0xc2)]:_0x30b85d,_0x1fb283=_0x1d4419==null?this[_0x1a7f44(0x250)]:_0x1d4419,_0x405a3e={'shapeType':_0x2fd29f[_0x1a7f44(0x351)](),'width':_0x2b693f,'height':_0x1fb283},_0x1a63c0={'renderMode':t[_0x1a7f44(0x15c)][_0x1a7f44(0x292)],'oKey':this[_0x1a7f44(0x3a6)],'image':this[_0x1a7f44(0x1c3)][_0x1a7f44(0x190)],'angle':this[_0x1a7f44(0x308)]};_0x2fd29f[_0x1a7f44(0xff)](_0x405a3e),_0x42908e[_0x1a7f44(0xc3)]();let _0x450afd={'top':0x0,'left':0x0,'width':_0x2b693f,'height':_0x1fb283};_0x2fd29f[_0x1a7f44(0x209)](_0x42908e,_0x450afd,_0x1a63c0),_0x42908e[_0x1a7f44(0x456)]();let _0x2bd0d0=_0x2fd29f[_0x1a7f44(0x98)](),_0x5aabd5=_0x2fd29f[_0x1a7f44(0x2b7)](_0x450afd),_0x499f96=_0x2fd29f[_0x1a7f44(0x162)]();if(_0x2bd0d0&&_0x5aabd5&&!_0x499f96){_0x42908e[_0x1a7f44(0xc3)](),this[_0x1a7f44(0x444)]()[_0x1a7f44(0x321)]&&_0x42908e[_0x1a7f44(0x2c7)](-0x1,0x1);let _0x3e6d2b=_0x2b693f/0x2,_0x213aaa=_0x1fb283/0x2;_0x42908e[_0x1a7f44(0x397)](-_0x3e6d2b,-_0x213aaa),_0x42908e['beginPath'](),this[_0x1a7f44(0x198)](_0x42908e,_0x2bd0d0,_0x5aabd5),_0x42908e[_0x1a7f44(0x456)]();}}[_0x3856e3(0x353)](_0x3a194a){}[_0x3856e3(0x198)](_0x29bd30,_0x5b6fb0,_0x233b2){const _0x37dd72=_0x3856e3;this[_0x37dd72(0x1c3)][_0x37dd72(0xef)]||('isRichText'in _0x5b6fb0&&_0x5b6fb0[_0x37dd72(0x161)]===!0x1?this['_drawSimpleText'](_0x29bd30,_0x5b6fb0,_0x233b2):this['_drawRichText'](_0x29bd30,_0x5b6fb0,_0x233b2));}[_0x3856e3(0x2af)](_0x1132af,_0x516bd9,_0x49ac7f){}[_0x3856e3(0x461)](_0x584753,_0x20b56f,_0x3ebdeb){const _0x4bdb63=_0x3856e3;var _0x4921d1,_0x376ad2;let _0x287f37=this[_0x4bdb63(0x1c3)][_0x4bdb63(0x35e)];if(!_0x20b56f[_0x4bdb63(0x455)]||!_0x287f37){_0x287f37||console[_0x4bdb63(0x3d7)](_0x4bdb63(0x2f0));return;}let _0x372d23=_0x20b56f[_0x4bdb63(0x455)],_0x5a2435=_0x372d23[_0x4bdb63(0x15b)],_0x208b5b=(_0x4921d1=_0x372d23['va'])==null?n[_0x4bdb63(0x2f4)]['TOP']:_0x4921d1,_0x5aa40b=(_0x376ad2=_0x372d23['ha'])==null?n[_0x4bdb63(0x355)][_0x4bdb63(0x2de)]:_0x376ad2;if(!_0x5a2435)return;let _0x366d5a=_0x20b56f[_0x4bdb63(0x40e)],_0x58e97e=new n[(_0x4bdb63(0x3c1))](pe(_0x5a2435,{'isHorizontal':_0x366d5a!==!0x1,'textRect':_0x3ebdeb,'verticalAlign':_0x208b5b,'horizontalAlign':_0x5aa40b})),_0x1498ff=new o[(_0x4bdb63(0x3fe))](_0x58e97e),_0x2fffc9=o[_0x4bdb63(0x423)]['create'](_0x1498ff,_0x287f37);_0x2fffc9[_0x4bdb63(0x23f)]();let _0x404a58=new o[(_0x4bdb63(0x383))](_0x4bdb63(0x1cd)+this[_0x4bdb63(0x3a6)],_0x2fffc9,{'pageMarginLeft':0x0,'pageMarginTop':0x0});_0x404a58[_0x4bdb63(0x2d9)](_0x3ebdeb[_0x4bdb63(0xc2)],_0x3ebdeb[_0x4bdb63(0x250)]),_0x584753[_0x4bdb63(0xc3)](),_0x584753[_0x4bdb63(0x3b1)](_0x3ebdeb['left'],_0x3ebdeb['top']),_0x584753[_0x4bdb63(0x1e7)](),_0x584753['rect'](0x0,0x0,_0x3ebdeb[_0x4bdb63(0xc2)],_0x3ebdeb[_0x4bdb63(0x250)]),_0x584753['clip'](),_0x404a58['draw'](_0x584753),_0x584753['restore'](),_0x404a58[_0x4bdb63(0x482)](),_0x2fffc9[_0x4bdb63(0x482)](),_0x1498ff[_0x4bdb63(0x482)](),_0x58e97e[_0x4bdb63(0x482)]();}[_0x3856e3(0x209)](_0x4f4d1d,_0x18b30a,_0x2c021b=!0x1){const _0x17f27d=_0x3856e3;if(!this[_0x17f27d(0x2e6)])return this['makeDirty'](!0x1),this;let {width:_0x58d342,height:_0x2de03d,left:_0x54bfca,top:_0x4ba606}=this,_0x7948e=this[_0x17f27d(0x110)]();if(_0x58d342=_0x7948e[_0x17f27d(0xc2)],_0x2de03d=_0x7948e['height'],_0x54bfca=_0x7948e[_0x17f27d(0x2c2)],_0x4ba606=_0x7948e[_0x17f27d(0x357)],this[_0x17f27d(0x3d2)](_0x18b30a)){let {top:_0x3d6485,left:_0x367387,bottom:_0x31ac2b,right:_0xe083a5}=_0x18b30a[_0x17f27d(0x407)];if(_0x58d342+this[_0x17f27d(0x3c5)]+_0x54bfca<_0x367387||_0xe083a5<_0x54bfca||_0x2de03d+this[_0x17f27d(0x3c5)]+_0x4ba606<_0x3d6485||_0x31ac2b<_0x4ba606)return this;}let _0x2d43e8=_0x54bfca+_0x58d342/0x2,_0x5d4280=_0x4ba606+_0x2de03d/0x2,_0x366591=this[_0x17f27d(0x230)][_0x17f27d(0x344)]();if(this['_props'][_0x17f27d(0xef)]){let _0x263bf3=this[_0x17f27d(0x444)](),_0x50d4f4=new o[(_0x17f27d(0x1ca))]();_0x50d4f4[_0x17f27d(0x43c)]({..._0x263bf3}),_0x366591=_0x50d4f4['getMatrix']();}return _0x4f4d1d['save'](),this[_0x17f27d(0x1c3)][_0x17f27d(0x414)]['isRenderLinePointsMode']===!0x0||_0x4f4d1d[_0x17f27d(0x230)](_0x366591[0x0],_0x366591[0x1],_0x366591[0x2],_0x366591[0x3],_0x2d43e8,_0x5d4280),this[_0x17f27d(0x1d3)](_0x4f4d1d,_0x18b30a,_0x58d342,_0x2de03d),_0x4f4d1d[_0x17f27d(0x456)](),this[_0x17f27d(0x10a)](!0x1),this;}[_0x3856e3(0xd5)](_0x237803){const _0x5bd029=_0x3856e3;let {left:_0x58d4c9,top:_0x2f3bc7,width:_0x131840,height:_0x44ef2f}=this[_0x5bd029(0x110)](),_0x2a6751=this[_0x5bd029(0x230)][_0x5bd029(0x344)](),_0x1f64e4=_0x58d4c9+_0x131840/0x2,_0x132797=_0x2f3bc7+_0x44ef2f/0x2,_0x1e3cd8=new o[(_0x5bd029(0x1ca))]([_0x2a6751[0x0],_0x2a6751[0x1],_0x2a6751[0x2],_0x2a6751[0x3],_0x1f64e4,_0x132797]),_0xcb1294=this[_0x5bd029(0x2a4)]();return(this[_0x5bd029(0x24f)]&&(_0xcb1294==null?void 0x0:_0xcb1294[_0x5bd029(0x1bf)])===o['RENDER_CLASS_TYPE'][_0x5bd029(0x30e)]?_0xcb1294['ancestorTransform']['multiply'](_0x1e3cd8):_0x1e3cd8)['invert']()['applyPoint'](_0x237803);}[_0x3856e3(0x166)](_0x1ce44f){const _0x22067f=_0x3856e3;let {left:_0xe427f7,top:_0x3aeba3,width:_0x15cb2e,height:_0x339143}=this[_0x22067f(0x110)](),_0x170b45=_0xe427f7+_0x15cb2e/0x2,_0x36f595=_0x3aeba3+_0x339143/0x2,_0x1ef9eb=this[_0x22067f(0x230)][_0x22067f(0x344)](),_0x5a0fa7=new o['Transform']([_0x1ef9eb[0x0],_0x1ef9eb[0x1],_0x1ef9eb[0x2],_0x1ef9eb[0x3],_0x170b45,_0x36f595]),_0x469c2e=this[_0x22067f(0x2a4)](),_0xf81cad=(this[_0x22067f(0x24f)]&&(_0x469c2e==null?void 0x0:_0x469c2e[_0x22067f(0x1bf)])===o['RENDER_CLASS_TYPE'][_0x22067f(0x30e)]?_0x469c2e['ancestorTransform'][_0x22067f(0xf0)](_0x5a0fa7):_0x5a0fa7)['invert']()['applyPoint'](_0x1ce44f),_0x3f7738=_0x15cb2e/0x2,_0x537097=_0x339143/0x2,_0x5924fe=this[_0x22067f(0x1c3)][_0x22067f(0x414)];return _0x5924fe&&_0x5924fe['isLineShape']()?_0x5924fe[_0x22067f(0x1fc)](_0xf81cad['x'],_0xf81cad['y'],_0x15cb2e,_0x339143):_0xf81cad['x']>=-_0x3f7738-this[_0x22067f(0x3c5)]/0x2&&_0xf81cad['x']<=_0x3f7738+this[_0x22067f(0x3c5)]/0x2&&_0xf81cad['y']>=-_0x537097-this['strokeWidth']/0x2&&_0xf81cad['y']<=_0x537097+this['strokeWidth']/0x2;}[_0x3856e3(0x482)](){const _0x91eef5=_0x3856e3;this[_0x91eef5(0x1c3)][_0x91eef5(0x414)]=null,super['dispose']();}};function me(_0x3ef6d8){const _0x24d12e=_0x3856e3;return _0x3ef6d8[_0x24d12e(0x141)]===!0x0||_0x3ef6d8[_0x24d12e(0x141)]===n['BooleanNumber'][_0x24d12e(0x290)]||_0x3ef6d8[_0x24d12e(0x33c)]===n[_0x24d12e(0x311)][_0x24d12e(0x1b2)]&&_0x3ef6d8['behindDoc']===n[_0x24d12e(0x41a)][_0x24d12e(0x290)]?a[_0x24d12e(0x1f4)]-0x1:o[_0x24d12e(0x28d)];}let q=class extends n[_0x3856e3(0x40b)]{constructor(_0x1828c6,_0x59bc83,_0x369099,_0x18a14d,_0x33a201,_0x566221){const _0x3ec592=_0x3856e3;super(),this[_0x3ec592(0x484)]=_0x1828c6,this[_0x3ec592(0x11d)]=_0x59bc83,this[_0x3ec592(0x13a)]=_0x369099,this[_0x3ec592(0x3d6)]=_0x18a14d,this['_urlImageService']=_0x33a201,this[_0x3ec592(0x117)]=_0x566221;}[_0x3856e3(0x2e3)](_0x591b0a,_0x13da01){const _0x5f277a=_0x3856e3;let {transform:_0x315821,drawingType:_0xce201,srcRect:_0x457cdd,prstGeom:_0x2d7afe,groupId:_0x25de03,unitId:_0x1bd649,subUnitId:_0x954243,drawingId:_0x54f47e,isMultiTransform:_0x8ff6cd,transforms:_0x4c98be,hidden:_0x4c5b02}=_0x591b0a;if(_0xce201!==n['DrawingTypeEnum'][_0x5f277a(0x22f)]||!this[_0x5f277a(0x484)]['getDrawingVisible']()||_0x315821==null)return;let _0x40a0bd=_0x8ff6cd&&_0x4c98be?_0x4c98be:[_0x315821],_0xd9c066=[];for(let _0x395c58 of _0x40a0bd){let {left:_0x2a0291,top:_0x1f0263,width:_0x3e7c30,height:_0x467a56,angle:_0x3a84e1,flipX:_0x560c84,flipY:_0x2a9c45,skewX:_0x26e816,skewY:_0x367195}=_0x395c58,_0x15036c=_0x40a0bd['indexOf'](_0x395c58),_0x55206e=(0x0,s['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x1bd649,'subUnitId':_0x954243,'drawingId':_0x54f47e},_0x8ff6cd?_0x15036c:void 0x0),_0x22a94c=_0x13da01['getObjectIncludeInGroup'](_0x55206e);if(_0x22a94c!=null){_0x22a94c[_0x5f277a(0x489)]({'left':_0x2a0291,'top':_0x1f0263,'width':_0x3e7c30,'height':_0x467a56,'angle':_0x3a84e1,'flipX':_0x560c84,'flipY':_0x2a9c45,'skewX':_0x26e816,'skewY':_0x367195});continue;}let _0x365c6e=this[_0x5f277a(0x484)][_0x5f277a(0x26f)](_0x1bd649,_0x954243),_0x1693ac=_0x365c6e[_0x5f277a(0xa3)](_0x54f47e);if(_0x13da01['getObjectIncludeInGroup'](_0x55206e)||!this[_0x5f277a(0x484)][_0x5f277a(0x270)]())continue;let _0x379407=this[_0x5f277a(0x11d)][_0x5f277a(0x1eb)](_0x1bd649,_0x954243,_0x54f47e);if(!_0x379407)continue;let _0x2f2355=new K(_0x55206e,{...(0x0,t[_0x5f277a(0x208)])(_0x379407['getShapeType']())?{..._0x395c58,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}:{..._0x395c58},'zIndex':_0x1693ac===-0x1?_0x365c6e[_0x5f277a(0x1f6)]-0x1:_0x1693ac,'shapeModel':_0x379407,'localeService':this[_0x5f277a(0x13a)],'shapeId':_0x54f47e,'unitId':_0x1bd649,'subUnitId':_0x954243,'visible':_0x4c5b02!==!0x0});this['disposeWithMe']((0x0,n['toDisposable'])(_0x2f2355[_0x5f277a(0x123)]['subscribeEvent']((_0x12d0c6,_0x35c0b4)=>{const _0x4b8917=_0x5f277a;_0x379407[_0x4b8917(0x162)]()||(this[_0x4b8917(0x117)][_0x4b8917(0x315)]({'visible':!0x0,'unitId':_0x1bd649,'subUnitId':_0x954243,'shapeId':_0x54f47e,'shapeKey':_0x2f2355[_0x4b8917(0x3a6)]}),_0x35c0b4[_0x4b8917(0x11a)]());}))),_0x13da01[_0x5f277a(0x449)](_0x2f2355,me(_0x591b0a)),this[_0x5f277a(0x484)][_0x5f277a(0x27d)]()&&_0x13da01[_0x5f277a(0x10b)](_0x2f2355),_0x25de03&&(0x0,u['insertGroupObject'])({'drawingId':_0x25de03,'unitId':_0x1bd649,'subUnitId':_0x954243},_0x2f2355,_0x13da01,this[_0x5f277a(0x484)]),_0x2d7afe!=null&&_0x2f2355[_0x5f277a(0x21a)](_0x2d7afe),_0x457cdd!=null&&_0x2f2355[_0x5f277a(0x3f3)](_0x457cdd),this[_0x5f277a(0x3c6)](_0x2f2355,_0x379407[_0x5f277a(0x2ad)]()),_0xd9c066[_0x5f277a(0x2e2)](_0x2f2355);}return _0xd9c066;}[_0x3856e3(0x229)](_0xe4f65d){const _0x2b2d28=_0x3856e3;let _0x55d720=_0xe4f65d[_0x2b2d28(0x414)][_0x2b2d28(0x2ad)](),_0x35b3d5=_0x55d720['fill'];if(!_0x35b3d5||_0x35b3d5[_0x2b2d28(0x16e)]!==t['ShapeFillEnum'][_0x2b2d28(0x34c)]||!_0x35b3d5['fillImageSource']){_0xe4f65d[_0x2b2d28(0x2a6)](void 0x0);return;}this[_0x2b2d28(0x3c6)](_0xe4f65d,_0x55d720);}[_0x3856e3(0x3c6)](_0x4adde8,_0x11834d){const _0x38c3c9=_0x3856e3;var _0xac9fd6;let _0x3706f1=_0x11834d[_0x38c3c9(0x1d9)];if(!_0x3706f1||_0x3706f1[_0x38c3c9(0x16e)]!==t[_0x38c3c9(0x1e4)][_0x38c3c9(0x34c)]||!_0x3706f1[_0x38c3c9(0x2ae)])return;let _0x380c06=_0x3706f1[_0x38c3c9(0x2ae)],_0x1d7588=(_0xac9fd6=_0x3706f1[_0x38c3c9(0x9a)])==null?t['ImageSourceTypeEnum'][_0x38c3c9(0x1a2)]:_0xac9fd6,_0x1d2acf=this[_0x38c3c9(0x3d6)]['getImageSourceCache'](_0x380c06,_0x1d7588);if(_0x1d2acf){_0x4adde8['setFillImage'](_0x1d2acf);return;}this[_0x38c3c9(0xab)](_0x4adde8,_0x380c06,_0x1d7588);}async[_0x3856e3(0xab)](_0x3c02d7,_0x54d669,_0x435c13){const _0x29686a=_0x3856e3;let _0x3b6c73;try{if(_0x435c13===t[_0x29686a(0x410)][_0x29686a(0x1a6)])_0x3b6c73=await this[_0x29686a(0x3d6)][_0x29686a(0x1c1)](_0x54d669);else{if(_0x435c13===t['ImageSourceTypeEnum'][_0x29686a(0x1a2)])try{_0x3b6c73=await this[_0x29686a(0x3b6)][_0x29686a(0x1c1)](_0x54d669);}catch{_0x3b6c73=_0x54d669;}else _0x3b6c73=_0x54d669;}}catch(_0x26c900){console[_0x29686a(0x44b)]('[ShapeRender]\x20Failed\x20to\x20resolve\x20picture\x20fill\x20source',_0x26c900);return;}let _0x5a683b=new window[(_0x29686a(0x146))]();_0x5a683b[_0x29686a(0xaf)]=()=>{const _0x3369a6=_0x29686a;this[_0x3369a6(0x3d6)][_0x3369a6(0x317)](_0x54d669,_0x435c13,_0x5a683b),_0x3c02d7[_0x3369a6(0x2a6)](_0x5a683b);},_0x5a683b[_0x29686a(0x1c2)]=()=>{const _0x5bda98=_0x29686a;console[_0x5bda98(0x44b)](_0x5bda98(0x3ec),_0x54d669);},_0x5a683b['src']=_0x3b6c73;}};q=k([O(0x0,s[_0x3856e3(0x40d)]),O(0x1,(0x0,n[_0x3856e3(0x40a)])(e['DocsShapeService'])),O(0x2,(0x0,n[_0x3856e3(0x40a)])(n[_0x3856e3(0x33e)])),O(0x3,s[_0x3856e3(0xd2)]),O(0x4,n[_0x3856e3(0x3f0)]),O(0x5,(0x0,n[_0x3856e3(0x40a)])(B))],q);let J=class extends n[_0x3856e3(0x40b)]{constructor(_0x44dff2,_0x3c98b8,_0x19268e,_0x424749){const _0x5387d5=_0x3856e3;super(),this[_0x5387d5(0x2b2)]=_0x44dff2,this['_renderManagerService']=_0x3c98b8,this[_0x5387d5(0x484)]=_0x19268e,this['_docDrawingShapeRenderController']=_0x424749,this[_0x5387d5(0xde)]();}['_initialize'](){const _0x7ff6a2=_0x3856e3;this[_0x7ff6a2(0x2ec)](this['_drawingManagerService']['add$'][_0x7ff6a2(0x289)](_0x17712d=>this[_0x7ff6a2(0xaa)](_0x17712d))),this[_0x7ff6a2(0x2ec)](this[_0x7ff6a2(0x484)]['update$'][_0x7ff6a2(0x289)](_0x44a835=>{const _0x6465d8=_0x7ff6a2;_0x44a835['forEach'](_0x52e097=>this[_0x6465d8(0x2fb)](_0x52e097));})),this[_0x7ff6a2(0x2ec)](this['_commandService'][_0x7ff6a2(0x319)](_0x349a2d=>{const _0x5eb6e5=_0x7ff6a2;if(_0x349a2d['id']!==e[_0x5eb6e5(0x3ee)]['id'])return;let {unitId:_0x2e0850,shapeId:_0x522b80}=_0x349a2d[_0x5eb6e5(0x1b5)];this['_refreshShapeData']({'unitId':_0x2e0850,'subUnitId':_0x2e0850,'drawingId':_0x522b80});}));}[_0x3856e3(0x42f)](_0x54eb97,_0x3e9364){const _0x1a9c4a=_0x3856e3;let _0xf5a43c=this['_getSceneByUnitId'](_0x54eb97[_0x1a9c4a(0x409)]),_0x47cee1=(0x0,s[_0x1a9c4a(0x29b)])(_0x54eb97),_0xaf0c4b=_0xf5a43c==null?void 0x0:_0xf5a43c[_0x1a9c4a(0x204)][_0x1a9c4a(0x29a)](_0x47cee1);_0xaf0c4b==null||_0xaf0c4b[_0x1a9c4a(0x2a6)](_0x3e9364);}[_0x3856e3(0xaa)](_0x373c20){_0x373c20['forEach'](_0x5e2e1e=>{const _0x3a435f=_0x6db6;var _0x594e82;let _0xedca80=this[_0x3a435f(0x19b)](_0x5e2e1e[_0x3a435f(0x409)]);if(!_0xedca80)return;let _0xff3d17=this['_drawingManagerService'][_0x3a435f(0x34b)](_0x5e2e1e);(_0xff3d17==null?void 0x0:_0xff3d17[_0x3a435f(0x422)])===n['DrawingTypeEnum'][_0x3a435f(0x22f)]&&((0x0,t['isConnectorShape'])((_0x594e82=_0xff3d17[_0x3a435f(0x279)])==null?void 0x0:_0x594e82['shapeType'])&&_0xff3d17[_0x3a435f(0x230)]&&(_0xff3d17['transform']={..._0xff3d17[_0x3a435f(0x230)],'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}),this[_0x3a435f(0x484)][_0x3a435f(0x24c)]([_0xff3d17]),this[_0x3a435f(0x168)]['renderDrawingShape'](_0xff3d17,_0xedca80[_0x3a435f(0x204)]));});}['_updateShape'](_0x4dbd05){const _0x4eadc5=_0x3856e3;let _0x455193=this[_0x4eadc5(0x484)][_0x4eadc5(0x34b)](_0x4dbd05);if((_0x455193==null?void 0x0:_0x455193[_0x4eadc5(0x422)])!==n[_0x4eadc5(0x16f)]['DRAWING_SHAPE'])return;let _0x520d74=this[_0x4eadc5(0x19b)](_0x4dbd05[_0x4eadc5(0x409)]);if(!_0x520d74||_0x455193['transform']==null)return;let _0x37523c=(0x0,s[_0x4eadc5(0x29b)])(_0x4dbd05),_0x41de97=_0x520d74[_0x4eadc5(0x204)]['getObjectIncludeInGroup'](_0x37523c);_0x41de97&&(_0x41de97[_0x4eadc5(0x3f3)](_0x455193['srcRect']),_0x41de97[_0x4eadc5(0x21a)](_0x455193['prstGeom']),_0x41de97[_0x4eadc5(0x10a)](!0x0));}[_0x3856e3(0x170)](_0xbb0ddc){const _0x415f72=_0x3856e3;let _0x16e63c=this[_0x415f72(0x19b)](_0xbb0ddc[_0x415f72(0x409)]);if(!_0x16e63c)return;let _0x3ab78b=(0x0,s['getDrawingShapeKeyByDrawingSearch'])(_0xbb0ddc),_0x1421b9=_0x16e63c[_0x415f72(0x204)]['getObjectIncludeInGroup'](_0x3ab78b);_0x1421b9&&(this[_0x415f72(0x168)][_0x415f72(0x229)](_0x1421b9),_0x1421b9[_0x415f72(0x10a)](!0x0));}[_0x3856e3(0x19b)](_0x47efc8){const _0x4b04d6=_0x3856e3;if(_0x47efc8==null)return null;let _0x10aa1b=this[_0x4b04d6(0x3ff)]['getRenderById'](_0x47efc8),_0x37bf39=_0x10aa1b==null?void 0x0:_0x10aa1b[_0x4b04d6(0x204)];return _0x37bf39==null?null:{'scene':_0x37bf39};}};J=k([O(0x0,n['ICommandService']),O(0x1,o[_0x3856e3(0x332)]),O(0x2,s[_0x3856e3(0x40d)]),O(0x3,(0x0,n[_0x3856e3(0x40a)])(q))],J);function he(){const _0x2535b4=_0x3856e3;let _0x35852e=(0x0,c[_0x2535b4(0x3c3)])(s['IDrawingManagerService']),[_0x3fb710,_0x28a215]=(0x0,d[_0x2535b4(0x172)])(_0x35852e[_0x2535b4(0x217)]());return(0x0,d[_0x2535b4(0x1b1)])(()=>{const _0x1bf999=_0x2535b4;let _0x4dfd25=_0x35852e['focus$'][_0x1bf999(0x289)](_0x2431f6=>{_0x28a215(_0x2431f6);});return()=>{const _0x9f275b=_0x1bf999;_0x4dfd25[_0x9f275b(0x17e)]();};},[]),_0x3fb710[_0x2535b4(0x1f6)]===0x0?null:(0x0,f[_0x2535b4(0x3b8)])(_0x2535b4(0xfa),{'children':(0x0,f['jsxs'])(_0x2535b4(0xfa),{'className':_0x2535b4(0x3fa),'children':[(0x0,f[_0x2535b4(0x3b8)])(u[_0x2535b4(0x3bd)],{'drawings':_0x3fb710,'hasCropper':!0x1}),(0x0,f['jsx'])(i[_0x2535b4(0x372)],{'drawings':_0x3fb710}),(0x0,f[_0x2535b4(0x3b8)])(i[_0x2535b4(0x207)],{'drawings':_0x3fb710})]})});}function ge(_0x1a84a7){const _0x4d2646=_0x3856e3;let {unitId:_0x5b3d87,subUnitId:_0x340c91,shapeId:_0x2e36ef}=_0x1a84a7,_0x18d960=(0x0,c['useDependency'])(n[_0x4d2646(0x327)]),_0x75263=(0x0,c[_0x4d2646(0x3c3)])(J);return(0x0,f['jsx'])(m['ShapeEditPanel'],{..._0x1a84a7,'positionEditor':(0x0,f[_0x4d2646(0x3b8)])(he,{}),'onUpdateShapeData':(_0x44d7ee,_0x5b7837)=>{V(_0x18d960,_0x5b3d87,_0x340c91,_0x2e36ef,_0x44d7ee,_0x5b7837);},'onUpdateLineShapeData':(_0x30e067,_0x587732)=>{ae(_0x18d960,_0x5b3d87,_0x340c91,_0x2e36ef,_0x30e067,_0x587732);},'onUpdateShapeFillImage':_0x564ed6=>{_0x75263['updateShapeFillImage']({'unitId':_0x5b3d87,'subUnitId':_0x340c91,'drawingId':_0x2e36ef},_0x564ed6);}});}const _e=(0x0,d[_0x3856e3(0x3f7)])(()=>{const _0x456806=_0x3856e3;let _0x8d55ad=(0x0,c[_0x456806(0x3c3)])(B),_0x90036f=(0x0,c[_0x456806(0x3c3)])(e[_0x456806(0x46b)]),_0x243b0b=(0x0,c[_0x456806(0x3c3)])(s[_0x456806(0x40d)]),_0x1e7539=(0x0,c[_0x456806(0x3c3)])(n[_0x456806(0x327)]);return(0x0,f[_0x456806(0x3b8)])(m[_0x456806(0x136)],{'adapter':(0x0,d[_0x456806(0x408)])(()=>({'getShapeModel':(_0x1d135c,_0x16327f,_0x2155ec)=>_0x90036f[_0x456806(0x1eb)](_0x1d135c,_0x16327f,_0x2155ec),'getDrawingTransform':(_0x4d6707,_0x1698ac,_0x540482)=>{const _0x562f52=_0x456806;let _0x32c903=_0x243b0b['getDrawingByParam']({'unitId':_0x4d6707,'subUnitId':_0x1698ac,'drawingId':_0x540482});return _0x32c903==null?void 0x0:_0x32c903[_0x562f52(0x230)];},'updateShapeText':({unitId:_0x4b35ed,shapeId:_0x1141d6,shapeText:_0x4533a7,oldShapeText:_0x528ca7})=>{const _0x25d420=_0x456806;_0x1e7539[_0x25d420(0x174)](e[_0x25d420(0x1dd)]['id'],{'unitId':_0x4b35ed,'shapeId':_0x1141d6,'shapeData':{'shapeText':_0x4533a7},'oldShapeJSON':{'oldShapeData':{'shapeText':_0x528ca7}}});}}),[_0x1e7539,_0x90036f,_0x243b0b]),'editingService':_0x8d55ad,'editorUnitId':D,'positionOptions':(0x0,d['useMemo'])(()=>({'viewportKeys':{'main':a[_0x456806(0x124)][_0x456806(0x3e5)]}}),[])});});let Y=class extends n[_0x3856e3(0x40b)]{constructor(_0x476bb4,_0x29dcbe){const _0x119d2e=_0x3856e3;super(),this[_0x119d2e(0x3b2)]=_0x476bb4,this['_iconManager']=_0x29dcbe,this[_0x119d2e(0x3d4)](),this[_0x119d2e(0x3ef)]();}[_0x3856e3(0x3d4)](){const _0x5dde60=_0x3856e3;this[_0x5dde60(0x2ec)](this[_0x5dde60(0x330)][_0x5dde60(0x28b)]({'ShapeAccentBorderCallout1Icon':g[_0x5dde60(0x3fd)],'ShapeAccentBorderCallout2Icon':g[_0x5dde60(0x1fb)],'ShapeAccentBorderCallout3Icon':g[_0x5dde60(0x391)],'ShapeAccentCallout1Icon':g[_0x5dde60(0x1f7)],'ShapeAccentCallout2Icon':g[_0x5dde60(0x3f9)],'ShapeAccentCallout3Icon':g[_0x5dde60(0x411)],'ShapeActionButtonBackPreviousIcon':g['ShapeActionButtonBackPreviousIcon'],'ShapeActionButtonBeginningIcon':g[_0x5dde60(0xa8)],'ShapeActionButtonBlankIcon':g[_0x5dde60(0x434)],'ShapeActionButtonDocumentIcon':g[_0x5dde60(0x3db)],'ShapeActionButtonEndIcon':g[_0x5dde60(0x185)],'ShapeActionButtonForwardNextIcon':g['ShapeActionButtonForwardNextIcon'],'ShapeActionButtonHelpIcon':g[_0x5dde60(0x28a)],'ShapeActionButtonHomeIcon':g[_0x5dde60(0x97)],'ShapeActionButtonInformationIcon':g[_0x5dde60(0x41c)],'ShapeActionButtonMovieIcon':g[_0x5dde60(0x1af)],'ShapeActionButtonReturnIcon':g[_0x5dde60(0x2ee)],'ShapeActionButtonSoundIcon':g[_0x5dde60(0x349)],'ShapeArcIcon':g[_0x5dde60(0x35c)],'ShapeBentArrowIcon':g[_0x5dde60(0x2b1)],'ShapeBentConnector3Arrow1Icon':g[_0x5dde60(0x12c)],'ShapeBentConnector3Arrow2Icon':g[_0x5dde60(0x380)],'ShapeBentConnector3Icon':g[_0x5dde60(0x20a)],'ShapeBentUpArrowIcon':g[_0x5dde60(0x14b)],'ShapeBevelIcon':g[_0x5dde60(0x46f)],'ShapeBlockArcIcon':g[_0x5dde60(0x347)],'ShapeBorderCallout1Icon':g['ShapeBorderCallout1Icon'],'ShapeBorderCallout2Icon':g[_0x5dde60(0x2e7)],'ShapeBorderCallout3Icon':g[_0x5dde60(0x30b)],'ShapeBracePairIcon':g['ShapeBracePairIcon'],'ShapeBracketPairIcon':g[_0x5dde60(0x2f5)],'ShapeCallout1Icon':g['ShapeCallout1Icon'],'ShapeCallout2Icon':g[_0x5dde60(0x106)],'ShapeCallout3Icon':g[_0x5dde60(0x467)],'ShapeCanIcon':g[_0x5dde60(0x361)],'ShapeChartPlusIcon':g[_0x5dde60(0x189)],'ShapeChartStarIcon':g['ShapeChartStarIcon'],'ShapeChartXIcon':g['ShapeChartXIcon'],'ShapeChevronIcon':g[_0x5dde60(0x419)],'ShapeChordIcon':g['ShapeChordIcon'],'ShapeCircularArrowIcon':g[_0x5dde60(0x2f9)],'ShapeCloudCalloutIcon':g[_0x5dde60(0x9b)],'ShapeCloudIcon':g[_0x5dde60(0x2ff)],'ShapeCornerIcon':g[_0x5dde60(0x276)],'ShapeCornerTabsIcon':g[_0x5dde60(0x149)],'ShapeCubeIcon':g[_0x5dde60(0x316)],'ShapeCurvedConnector3Arrow1Icon':g[_0x5dde60(0x18e)],'ShapeCurvedConnector3Arrow2Icon':g['ShapeCurvedConnector3Arrow2Icon'],'ShapeCurvedConnector3Icon':g[_0x5dde60(0x1fa)],'ShapeCurvedDownArrowIcon':g[_0x5dde60(0x37a)],'ShapeCurvedLeftArrowIcon':g[_0x5dde60(0x41d)],'ShapeCurvedRightArrowIcon':g[_0x5dde60(0xf3)],'ShapeCurvedUpArrowIcon':g['ShapeCurvedUpArrowIcon'],'ShapeDecagonIcon':g[_0x5dde60(0x99)],'ShapeDiagStripeIcon':g[_0x5dde60(0x43f)],'ShapeDiamondIcon':g[_0x5dde60(0x9f)],'ShapeDodecagonIcon':g[_0x5dde60(0x1d1)],'ShapeDonutIcon':g[_0x5dde60(0x16d)],'ShapeDoubleWaveIcon':g[_0x5dde60(0x425)],'ShapeDownArrowCalloutIcon':g['ShapeDownArrowCalloutIcon'],'ShapeDownArrowIcon':g['ShapeDownArrowIcon'],'ShapeEllipseIcon':g[_0x5dde60(0x12b)],'ShapeEllipseRibbon2Icon':g[_0x5dde60(0x38e)],'ShapeEllipseRibbonIcon':g['ShapeEllipseRibbonIcon'],'ShapeFlowChartAlternateProcessIcon':g[_0x5dde60(0x1fd)],'ShapeFlowChartCollateIcon':g[_0x5dde60(0x19d)],'ShapeFlowChartConnectorIcon':g[_0x5dde60(0x2bd)],'ShapeFlowChartDecisionIcon':g[_0x5dde60(0x2eb)],'ShapeFlowChartDelayIcon':g[_0x5dde60(0x304)],'ShapeFlowChartDisplayIcon':g[_0x5dde60(0x1e3)],'ShapeFlowChartDocumentIcon':g['ShapeFlowChartDocumentIcon'],'ShapeFlowChartExtractIcon':g[_0x5dde60(0x2e4)],'ShapeFlowChartInputOutputIcon':g[_0x5dde60(0x47e)],'ShapeFlowChartInternalStorageIcon':g[_0x5dde60(0xcd)],'ShapeFlowChartMagneticDiskIcon':g[_0x5dde60(0x3a1)],'ShapeFlowChartMagneticDrumIcon':g[_0x5dde60(0x143)],'ShapeFlowChartMagneticTapeIcon':g[_0x5dde60(0x157)],'ShapeFlowChartManualInputIcon':g['ShapeFlowChartManualInputIcon'],'ShapeFlowChartManualOperationIcon':g[_0x5dde60(0x30f)],'ShapeFlowChartMergeIcon':g[_0x5dde60(0xb3)],'ShapeFlowChartMultidocumentIcon':g[_0x5dde60(0x454)],'ShapeFlowChartOfflineStorageIcon':g[_0x5dde60(0x25b)],'ShapeFlowChartOffpageConnectorIcon':g[_0x5dde60(0x1f5)],'ShapeFlowChartOnlineStorageIcon':g[_0x5dde60(0x446)],'ShapeFlowChartOrIcon':g['ShapeFlowChartOrIcon'],'ShapeFlowChartPredefinedProcessIcon':g[_0x5dde60(0x296)],'ShapeFlowChartPreparationIcon':g[_0x5dde60(0x271)],'ShapeFlowChartProcessIcon':g[_0x5dde60(0x192)],'ShapeFlowChartPunchedCardIcon':g[_0x5dde60(0x1d6)],'ShapeFlowChartPunchedTapeIcon':g[_0x5dde60(0x226)],'ShapeFlowChartSortIcon':g[_0x5dde60(0x32c)],'ShapeFlowChartSummingJunctionIcon':g[_0x5dde60(0x2b4)],'ShapeFlowChartTerminatorIcon':g[_0x5dde60(0x2ce)],'ShapeFolderCornerIcon':g[_0x5dde60(0x16b)],'ShapeFrameIcon':g[_0x5dde60(0x2c8)],'ShapeFunnelIcon':g[_0x5dde60(0x3ce)],'ShapeGear6Icon':g['ShapeGear6Icon'],'ShapeGear9Icon':g[_0x5dde60(0x45a)],'ShapeHalfFrameIcon':g[_0x5dde60(0x258)],'ShapeHeartIcon':g[_0x5dde60(0x44e)],'ShapeHeptagonIcon':g[_0x5dde60(0x374)],'ShapeHexagonIcon':g[_0x5dde60(0x1b3)],'ShapeHomePlateIcon':g[_0x5dde60(0x1b4)],'ShapeHorizontalScrollIcon':g[_0x5dde60(0x24d)],'ShapeIrregularSeal1Icon':g[_0x5dde60(0x14e)],'ShapeIrregularSeal2Icon':g['ShapeIrregularSeal2Icon'],'ShapeLeftArrowCalloutIcon':g[_0x5dde60(0x365)],'ShapeLeftArrowIcon':g[_0x5dde60(0xe2)],'ShapeLeftBraceIcon':g[_0x5dde60(0x27e)],'ShapeLeftBracketIcon':g[_0x5dde60(0x177)],'ShapeLeftCircularArrowIcon':g[_0x5dde60(0x3e9)],'ShapeLeftRightArrowCalloutIcon':g[_0x5dde60(0x282)],'ShapeLeftRightArrowIcon':g['ShapeLeftRightArrowIcon'],'ShapeLeftRightCircularArrowIcon':g[_0x5dde60(0x360)],'ShapeLeftRightRibbonIcon':g[_0x5dde60(0x2ba)],'ShapeLeftRightUpArrowIcon':g[_0x5dde60(0x2cd)],'ShapeLeftUpArrowIcon':g[_0x5dde60(0x3b3)],'ShapeLightningBoltIcon':g[_0x5dde60(0xf8)],'ShapeLineIcon':g['ShapeLineIcon'],'ShapeLineInvIcon':g[_0x5dde60(0x249)],'ShapeMathDivideIcon':g[_0x5dde60(0x387)],'ShapeMathEqualIcon':g['ShapeMathEqualIcon'],'ShapeMathMinusIcon':g['ShapeMathMinusIcon'],'ShapeMathMultiplyIcon':g['ShapeMathMultiplyIcon'],'ShapeMathNotEqualIcon':g[_0x5dde60(0x2aa)],'ShapeMathPlusIcon':g[_0x5dde60(0xb2)],'ShapeMoonIcon':g['ShapeMoonIcon'],'ShapeNoSmokingIcon':g[_0x5dde60(0x19a)],'ShapeNonIsoscelesTrapezoidIcon':g['ShapeNonIsoscelesTrapezoidIcon'],'ShapeNotchedRightArrowIcon':g[_0x5dde60(0x43e)],'ShapeOctagonIcon':g[_0x5dde60(0xc7)],'ShapeParallelogramIcon':g['ShapeParallelogramIcon'],'ShapePentagonIcon':g[_0x5dde60(0x2ea)],'ShapePieIcon':g[_0x5dde60(0x303)],'ShapePieWedgeIcon':g[_0x5dde60(0x188)],'ShapePlaqueIcon':g['ShapePlaqueIcon'],'ShapePlaqueTabsIcon':g[_0x5dde60(0x32b)],'ShapePlusIcon':g[_0x5dde60(0x22a)],'ShapeQuadArrowCalloutIcon':g[_0x5dde60(0xf6)],'ShapeQuadArrowIcon':g['ShapeQuadArrowIcon'],'ShapeRectIcon':g[_0x5dde60(0x2ca)],'ShapeRectTextboxHorizontalIcon':g[_0x5dde60(0x3cd)],'ShapeRectTextboxVerticalIcon':g[_0x5dde60(0x281)],'ShapeRibbon2Icon':g['ShapeRibbon2Icon'],'ShapeRibbonIcon':g[_0x5dde60(0x1ac)],'ShapeRightArrowCalloutIcon':g[_0x5dde60(0x109)],'ShapeRightArrowIcon':g[_0x5dde60(0x2a9)],'ShapeRightBraceIcon':g[_0x5dde60(0x3be)],'ShapeRightBracketIcon':g[_0x5dde60(0x35f)],'ShapeRound1RectIcon':g['ShapeRound1RectIcon'],'ShapeRound2DiagRectIcon':g[_0x5dde60(0x34e)],'ShapeRound2SameRectIcon':g['ShapeRound2SameRectIcon'],'ShapeRoundRectIcon':g[_0x5dde60(0x20b)],'ShapeRtTriangleIcon':g[_0x5dde60(0x1bd)],'ShapeSmileyFaceIcon':g['ShapeSmileyFaceIcon'],'ShapeSnip1RectIcon':g[_0x5dde60(0x439)],'ShapeSnip2DiagRectIcon':g[_0x5dde60(0x367)],'ShapeSnip2SameRectIcon':g[_0x5dde60(0x3a9)],'ShapeSnipRoundRectIcon':g[_0x5dde60(0x373)],'ShapeSquareTabsIcon':g[_0x5dde60(0x30c)],'ShapeStar10Icon':g[_0x5dde60(0xea)],'ShapeStar12Icon':g[_0x5dde60(0x158)],'ShapeStar16Icon':g['ShapeStar16Icon'],'ShapeStar24Icon':g[_0x5dde60(0x43d)],'ShapeStar32Icon':g[_0x5dde60(0xc9)],'ShapeStar4Icon':g[_0x5dde60(0x390)],'ShapeStar5Icon':g[_0x5dde60(0x155)],'ShapeStar6Icon':g[_0x5dde60(0x24a)],'ShapeStar7Icon':g[_0x5dde60(0x238)],'ShapeStar8Icon':g[_0x5dde60(0x112)],'ShapeStraightConnector1Icon':g[_0x5dde60(0x275)],'ShapeStraightConnector2Icon':g[_0x5dde60(0x126)],'ShapeStripedRightArrowIcon':g['ShapeStripedRightArrowIcon'],'ShapeSunIcon':g[_0x5dde60(0x476)],'ShapeSwooshArrowIcon':g[_0x5dde60(0x1f0)],'ShapeTeardropIcon':g[_0x5dde60(0x2f7)],'ShapeTrapezoidIcon':g['ShapeTrapezoidIcon'],'ShapeTriangleIcon':g[_0x5dde60(0x2db)],'ShapeUpArrowCalloutIcon':g[_0x5dde60(0x1ab)],'ShapeUpArrowIcon':g['ShapeUpArrowIcon'],'ShapeUpDownArrowCalloutIcon':g['ShapeUpDownArrowCalloutIcon'],'ShapeUpDownArrowIcon':g['ShapeUpDownArrowIcon'],'ShapeUturnArrowIcon':g[_0x5dde60(0x234)],'ShapeVerticalScrollIcon':g[_0x5dde60(0x363)],'ShapeWaveIcon':g[_0x5dde60(0x371)],'ShapeWedgeEllipseCalloutIcon':g[_0x5dde60(0x291)],'ShapeWedgeRectCalloutIcon':g[_0x5dde60(0x30a)],'ShapeWedgeRoundRectCalloutIcon':g[_0x5dde60(0x255)]}));}['_registerComponents'](){const _0x53333b=_0x3856e3;this[_0x53333b(0x2ec)](this['_componentManager'][_0x53333b(0x28b)](E,ge)),this[_0x53333b(0x2ec)](this[_0x53333b(0x3b2)][_0x53333b(0x28b)](H,ce)),this[_0x53333b(0x2ec)](this[_0x53333b(0x3b2)][_0x53333b(0x28b)](M,F)),this['disposeWithMe'](this[_0x53333b(0x3b2)]['register'](u['IMAGE_CLIP_SHAPE_PICKER_COMPONENT'],P)),this[_0x53333b(0x2ec)](this[_0x53333b(0x3b2)][_0x53333b(0x28b)](_0x53333b(0x136),_e));}};Y=k([O(0x0,(0x0,n[_0x3856e3(0x40a)])(c[_0x3856e3(0x14c)])),O(0x1,(0x0,n[_0x3856e3(0x40a)])(c[_0x3856e3(0x33d)]))],Y);var ve=class extends o['Shape']{constructor(_0x25f9d8,_0x5ace60){const _0x80d86b=_0x3856e3;super(_0x25f9d8,_0x5ace60),z(this,_0x80d86b(0x418),null),z(this,_0x80d86b(0x128),null),z(this,'_unitId',null),z(this,_0x80d86b(0x10f),null),_0x5ace60&&this[_0x80d86b(0x2b6)](_0x5ace60);}[_0x3856e3(0x1d5)](){const _0x40ea75=_0x3856e3;return{'unitId':this[_0x40ea75(0xdb)],'subUnitId':this[_0x40ea75(0x10f)],'drawingId':this[_0x40ea75(0x418)]};}[_0x3856e3(0x2b6)](_0x6edd4d){const _0x462322=_0x3856e3;_0x6edd4d['shapeId']!==void 0x0&&(this['_shapeId']=_0x6edd4d[_0x462322(0x352)]),_0x6edd4d[_0x462322(0x1f1)]!==void 0x0&&(this[_0x462322(0x128)]=_0x6edd4d['adjName']),_0x6edd4d[_0x462322(0x409)]!==void 0x0&&(this[_0x462322(0xdb)]=_0x6edd4d['unitId']),_0x6edd4d[_0x462322(0x40c)]!==void 0x0&&(this[_0x462322(0x10f)]=_0x6edd4d[_0x462322(0x40c)]),this[_0x462322(0x489)]({'width':_0x6edd4d[_0x462322(0xc2)],'height':_0x6edd4d['height']});}[_0x3856e3(0x1d3)](_0x20ea54){const _0x46e36=_0x3856e3;o[_0x46e36(0x448)][_0x46e36(0x288)](_0x20ea54,{'radius':t[_0x46e36(0x253)][_0x46e36(0x17d)],'fill':t[_0x46e36(0x253)][_0x46e36(0x42d)],'stroke':t[_0x46e36(0x253)][_0x46e36(0x19c)],'strokeWidth':0x1,'evented':!0x0});}};let X=class extends n[_0x3856e3(0x40b)]{constructor(_0x582bd1,_0x38325a,_0x2ea895,_0x116d41){const _0x1d401e=_0x3856e3;super(),this['_context']=_0x582bd1,this[_0x1d401e(0x484)]=_0x38325a,this[_0x1d401e(0x11d)]=_0x2ea895,this['_commandService']=_0x116d41,z(this,'_activeShapeId',null),z(this,_0x1d401e(0xdb),null),z(this,_0x1d401e(0x10f),null),z(this,'_activeShapeAdjustPointList',void 0x0),z(this,_0x1d401e(0x241),[]),z(this,'_baseShapeLeft',0x0),z(this,_0x1d401e(0xfb),0x0),z(this,_0x1d401e(0x3d8),0x0),z(this,_0x1d401e(0x182),0x0),z(this,_0x1d401e(0x286),!0x1),z(this,_0x1d401e(0x2d2),!0x1),z(this,'_activeAdjustInfo',void 0x0),z(this,_0x1d401e(0x3cc),void 0x0),z(this,'_adjHandlerPointerMove',void 0x0),z(this,_0x1d401e(0x260),void 0x0),this[_0x1d401e(0x443)](),this[_0x1d401e(0x31a)]();}[_0x3856e3(0x223)](){this['_clearShapeAdjustControls']();}[_0x3856e3(0x33f)](){this['_updateShapeAdjustControls'](!0x0);}[_0x3856e3(0x35d)](_0x516012,_0x52860c,_0x4ab86a){const _0x223867=_0x3856e3;var _0x3aa704;return(_0x3aa704=this[_0x223867(0x11d)]['getShapeModel'](_0x516012,_0x52860c,_0x4ab86a))==null?void 0x0:_0x3aa704['getDrawingPoints']();}[_0x3856e3(0x37b)](_0x32e65c,_0xd1ce99,_0x23bfe6,_0x3d2adb){const _0x415504=_0x3856e3;var _0x1c0e40;return(_0x1c0e40=this[_0x415504(0x11d)][_0x415504(0x1eb)](_0x32e65c,_0xd1ce99,_0x23bfe6))==null?void 0x0:_0x1c0e40[_0x415504(0x379)](_0x3d2adb);}[_0x3856e3(0x475)](){const _0x4f44ee=_0x3856e3;if(this[_0x4f44ee(0xdb)]===null||this[_0x4f44ee(0x10f)]===null||this[_0x4f44ee(0x46c)]===null)return null;let _0x79fb3a=this[_0x4f44ee(0x484)][_0x4f44ee(0x34b)]({'unitId':this['_unitId'],'subUnitId':this[_0x4f44ee(0x10f)],'drawingId':this[_0x4f44ee(0x46c)]});return _0x79fb3a==null?null:_0x79fb3a;}[_0x3856e3(0x26a)](_0x1bb978){const _0x46b0f1=_0x3856e3;if(this[_0x46b0f1(0xdb)]===null||this[_0x46b0f1(0x10f)]===null||this['_activeShapeId']===null)return null;let _0x52efc6=(0x0,s['getDrawingShapeKeyByDrawingSearch'])({'unitId':this[_0x46b0f1(0xdb)],'subUnitId':this[_0x46b0f1(0x10f)],'drawingId':this['_activeShapeId']}),_0x14432a=_0x1bb978[_0x46b0f1(0x29a)](_0x52efc6);return _0x14432a instanceof K?_0x14432a:null;}[_0x3856e3(0xb4)](_0x5492d5=!0x1){const _0x5d436b=_0x3856e3;if(this[_0x5d436b(0xdb)]===null||this[_0x5d436b(0x10f)]===null||this['_activeShapeId']===null)return;let _0x517163=this[_0x5d436b(0x475)]();if((_0x517163==null?void 0x0:_0x517163['drawingType'])!==n[_0x5d436b(0x16f)]['DRAWING_SHAPE']||!_0x517163[_0x5d436b(0x230)])return;let _0x127e07=this[_0x5d436b(0x11d)][_0x5d436b(0x1eb)](this[_0x5d436b(0xdb)],this[_0x5d436b(0x10f)],this[_0x5d436b(0x46c)]);if(!_0x127e07||_0x127e07[_0x5d436b(0x162)]())return;(_0x5492d5||!this[_0x5d436b(0x1f3)])&&(this['_activeShapeAdjustPointList']=this['_getShapeAdjustPointListById'](this[_0x5d436b(0xdb)],this['_subUnitId'],this[_0x5d436b(0x46c)]));let _0x2d2ba1=this[_0x5d436b(0x1f3)];if(!(_0x2d2ba1!=null&&_0x2d2ba1[_0x5d436b(0x1f6)]))return;let {scene:_0x68f3b}=this['_context'],{left:_0x4932be=0x0,top:_0x27b739=0x0,width:_0x405aaa=0x0,height:_0x571c92=0x0,flipX:_0xab5561,flipY:_0xc4f3a7,angle:_0x1a3143=0x0}=_0x517163[_0x5d436b(0x230)];for(let _0x13cb8e of _0x2d2ba1){let _0x1c9b4f=this[_0x5d436b(0x102)](_0x13cb8e,_0x405aaa,_0x571c92,!!_0xab5561,!!_0xc4f3a7,_0x1a3143);this[_0x5d436b(0x294)](_0x68f3b,_0x1c9b4f,_0x1c9b4f[_0x5d436b(0x1f1)],_0x4932be,_0x27b739,this[_0x5d436b(0xdb)],this['_subUnitId']);}}['_toVisualAdjustPoint'](_0x1dabdc,_0x5c6bc0,_0x26ef3f,_0x5b902c,_0x171c77,_0x52b961){const _0x458b2b=_0x3856e3;let _0x2f2b48=_0x1dabdc['x'],_0x1e491d=_0x1dabdc['y'];if(_0x5b902c&&(_0x2f2b48=_0x5c6bc0-_0x2f2b48),_0x171c77&&(_0x1e491d=_0x26ef3f-_0x1e491d),_0x52b961!==0x0){let _0x273b0b=_0x5c6bc0/0x2,_0x3d769=_0x26ef3f/0x2,_0x308463=_0x52b961*Math['PI']/0xb4,_0x284752=Math[_0x458b2b(0x341)](_0x308463),_0x4516fa=Math[_0x458b2b(0x2c0)](_0x308463),_0xc2ca51=_0x2f2b48-_0x273b0b,_0x1d5434=_0x1e491d-_0x3d769;_0x2f2b48=_0x273b0b+(_0xc2ca51*_0x284752-_0x1d5434*_0x4516fa),_0x1e491d=_0x3d769+(_0xc2ca51*_0x4516fa+_0x1d5434*_0x284752);}return{'x':_0x2f2b48,'y':_0x1e491d,'adjName':_0x1dabdc[_0x458b2b(0x1f1)]};}[_0x3856e3(0x1ff)](_0x27dd53=!0x1){const _0x505a7d=_0x3856e3;_0x27dd53&&this['_clearShapeAdjustControls'](),this[_0x505a7d(0xb4)](_0x27dd53);}['_addShapeAdjustControl'](_0x4456b6,_0x2f2e25,_0x460b6a,_0x5f3076,_0x241896,_0x3fd801,_0x4137b5){const _0x3430dd=_0x3856e3;if(!this[_0x3430dd(0x46c)])return;let _0x51074b=_0x3430dd(0x254)+this[_0x3430dd(0x46c)]+'-'+_0x460b6a,_0xf4e4a9=_0x4456b6['getObjectIncludeInGroup'](_0x51074b);if(_0xf4e4a9){_0xf4e4a9['transformByState']({'left':_0x2f2e25['x']+_0x5f3076-t[_0x3430dd(0x253)][_0x3430dd(0x17d)],'top':_0x2f2e25['y']+_0x241896-t['ShapeDefaultConfig'][_0x3430dd(0x17d)]}),_0xf4e4a9[_0x3430dd(0x10a)](!0x0);return;}let _0x371f1d=new ve(_0x51074b,{'left':_0x2f2e25['x']+_0x5f3076-t[_0x3430dd(0x253)][_0x3430dd(0x17d)],'top':_0x2f2e25['y']+_0x241896-t[_0x3430dd(0x253)]['adjHandleSize'],'adjName':_0x460b6a,'shapeId':this['_activeShapeId'],'unitId':_0x3fd801,'subUnitId':_0x4137b5,'width':t[_0x3430dd(0x253)]['adjHandleSize']+0x8,'height':t[_0x3430dd(0x253)]['adjHandleSize']+0x8,'zIndex':o[_0x3430dd(0x28d)]+0x1,'evented':!0x0});this['_adjustPointObjects']['push'](_0x371f1d),this[_0x3430dd(0x37d)](_0x371f1d,_0x4456b6,_0x460b6a),_0x4456b6[_0x3430dd(0x449)](_0x371f1d,o[_0x3430dd(0x28d)]+0x1);}[_0x3856e3(0x3b7)](){const _0x1311b5=_0x3856e3;this['_adjustPointObjects'][_0x1311b5(0x186)](_0x11e241=>_0x11e241[_0x1311b5(0x482)]()),this[_0x1311b5(0x241)]=[];}['_updateAdjustControlPositions'](){const _0x11620c=_0x3856e3;this[_0x11620c(0xb4)]();}[_0x3856e3(0x3e4)](_0x2f27d5,_0x434c84,_0x5a99c5){const _0x2368fe=_0x3856e3;var _0x51d481,_0x46312f;let _0x450a34=o['Vector2']['FromArray']([_0x434c84,_0x5a99c5]),_0x1a876b=(_0x51d481=_0x2f27d5[_0x2368fe(0x28e)](_0x450a34))==null?_0x2f27d5['getViewports']()[0x0]:_0x51d481;return(_0x46312f=_0x1a876b==null?void 0x0:_0x1a876b[_0x2368fe(0x22b)](_0x450a34))==null?_0x450a34:_0x46312f;}[_0x3856e3(0x37d)](_0x40f9cb,_0x3f9897,_0x157718){const _0x2149b9=_0x3856e3;this[_0x2149b9(0x2ec)]((0x0,n[_0x2149b9(0x3ac)])(_0x40f9cb[_0x2149b9(0x47b)][_0x2149b9(0x42e)]((_0x6efcd2,_0x46b89c)=>{const _0x1f6a1a=_0x2149b9;var _0x56947d,_0x4c7b61,_0x36ee37,_0x57fddf;let _0x4c4357=_0x40f9cb['getDrawingSearch']();this[_0x1f6a1a(0xd3)]=this[_0x1f6a1a(0x37b)](_0x4c4357[_0x1f6a1a(0x409)],_0x4c4357[_0x1f6a1a(0x40c)],_0x4c4357[_0x1f6a1a(0x1ed)],_0x157718),this[_0x1f6a1a(0x3cc)]=this[_0x1f6a1a(0x11d)][_0x1f6a1a(0x1eb)](_0x4c4357[_0x1f6a1a(0x409)],_0x4c4357[_0x1f6a1a(0x40c)],_0x4c4357['drawingId']);let _0x340cdc=this[_0x1f6a1a(0x475)](),_0x4261bd=_0x340cdc==null?void 0x0:_0x340cdc[_0x1f6a1a(0x230)];if(!_0x340cdc||!_0x4261bd||!this['_activeShapeModel'])return;this['_baseShapeLeft']=_0x4261bd['left']||0x0,this[_0x1f6a1a(0xfb)]=_0x4261bd['top']||0x0,this[_0x1f6a1a(0x3d8)]=_0x4261bd[_0x1f6a1a(0xc2)]||0x0,this[_0x1f6a1a(0x182)]=_0x4261bd['height']||0x0;let _0x3654d2=!!_0x4261bd[_0x1f6a1a(0x321)],_0x13328b=!!_0x4261bd[_0x1f6a1a(0x1db)],_0x4f449d=_0x4261bd[_0x1f6a1a(0x308)]||0x0,_0x2fa69d=((_0x56947d=this[_0x1f6a1a(0xd3)])==null?void 0x0:_0x56947d[_0x1f6a1a(0x3b0)])||((_0x4c7b61=this[_0x1f6a1a(0xd3)])==null?void 0x0:_0x4c7b61[_0x1f6a1a(0x196)])||((_0x36ee37=this[_0x1f6a1a(0xd3)])==null?void 0x0:_0x36ee37[_0x1f6a1a(0x412)])||((_0x57fddf=this['_activeAdjustInfo'])==null?void 0x0:_0x57fddf[_0x1f6a1a(0x261)])||_0x157718,_0x1a82e0=this[_0x1f6a1a(0x3cc)][_0x1f6a1a(0x25f)](_0x2fa69d),_0x51ddff={[_0x2fa69d]:_0x1a82e0};this[_0x1f6a1a(0x286)]=!0x0,_0x3f9897[_0x1f6a1a(0x48a)](),this['_adjHandlerPointerMove']=_0x3f9897[_0x1f6a1a(0x94)][_0x1f6a1a(0x42e)]((_0x2f4151,_0x2efc01)=>{const _0x475dd1=_0x1f6a1a;var _0x9b08f7;if(!this['_isStartAdjusting']||!this[_0x475dd1(0x3cc)]||!this['_activeAdjustInfo'])return;_0x3f9897['disableObjectsEvent'](),_0x3f9897[_0x475dd1(0x23a)](o[_0x475dd1(0x95)]['CROSSHAIR']);let _0x347174=this[_0x475dd1(0x3e4)](_0x3f9897,_0x2f4151[_0x475dd1(0x377)],_0x2f4151[_0x475dd1(0x42c)]),_0x4f5d3d=_0x347174['x']-this[_0x475dd1(0x3a8)],_0x4918b3=_0x347174['y']-this[_0x475dd1(0xfb)];if(_0x4f449d!==0x0){let _0x3086c6=this[_0x475dd1(0x3d8)]/0x2,_0x3c2421=this[_0x475dd1(0x182)]/0x2,_0x1371db=_0x4f449d*Math['PI']/0xb4,_0x316616=Math[_0x475dd1(0x341)](_0x1371db),_0x21feb3=Math[_0x475dd1(0x2c0)](_0x1371db),_0x43ced9=_0x4f5d3d-_0x3086c6,_0x50e744=_0x4918b3-_0x3c2421;_0x4f5d3d=_0x3086c6+(_0x43ced9*_0x316616+_0x50e744*_0x21feb3),_0x4918b3=_0x3c2421+(-_0x43ced9*_0x21feb3+_0x50e744*_0x316616);}_0x3654d2&&(_0x4f5d3d=this[_0x475dd1(0x3d8)]-_0x4f5d3d),_0x13328b&&(_0x4918b3=this[_0x475dd1(0x182)]-_0x4918b3);let _0x52d44d={'left':0x0,'top':0x0,'width':this[_0x475dd1(0x3d8)],'height':this[_0x475dd1(0x182)]},_0x48c4c3=this[_0x475dd1(0x3cc)][_0x475dd1(0xbc)](_0x52d44d,{'x':_0x4f5d3d,'y':_0x4918b3},this[_0x475dd1(0xd3)],_0x3654d2,_0x13328b),_0x3b96e3=this[_0x475dd1(0xd3)][_0x475dd1(0x3b0)]||this[_0x475dd1(0xd3)][_0x475dd1(0x196)]||this[_0x475dd1(0xd3)][_0x475dd1(0x412)]||this[_0x475dd1(0xd3)][_0x475dd1(0x261)];_0x3b96e3!==void 0x0&&(this[_0x475dd1(0x3cc)][_0x475dd1(0x187)](_0x3b96e3,_0x48c4c3),(_0x9b08f7=this[_0x475dd1(0x26a)](_0x3f9897))==null||_0x9b08f7[_0x475dd1(0x10a)](!0x0),this[_0x475dd1(0x1f3)]=this[_0x475dd1(0x35d)](_0x4c4357['unitId'],_0x4c4357[_0x475dd1(0x40c)],_0x4c4357['drawingId']),this[_0x475dd1(0x3f4)](),_0x2efc01[_0x475dd1(0x11a)]());}),this['_adjHandlerPointerUp']=_0x3f9897[_0x1f6a1a(0x2df)]['subscribeEvent']((_0x4d1e0b,_0x422709)=>{const _0x1f567a=_0x1f6a1a;var _0x37f58c,_0x519e9e;(_0x37f58c=this[_0x1f567a(0x156)])==null||_0x37f58c[_0x1f567a(0x17e)](),(_0x519e9e=this['_adjHandlerPointerUp'])==null||_0x519e9e[_0x1f567a(0x17e)](),_0x3f9897[_0x1f567a(0xf4)]();let _0xd925f5=this['_activeAdjustInfo'];if(_0xd925f5&&this[_0x1f567a(0x3cc)]){let _0x165fb1=_0xd925f5[_0x1f567a(0x3b0)]||_0xd925f5[_0x1f567a(0x196)]||_0xd925f5['gdRefAng']||_0xd925f5[_0x1f567a(0x261)];if(_0x165fb1!==void 0x0){let _0x342d81=this[_0x1f567a(0x3cc)][_0x1f567a(0x25f)](_0x165fb1);_0x342d81!==void 0x0&&V(this['_commandService'],_0x4c4357[_0x1f567a(0x409)],_0x4c4357[_0x1f567a(0x40c)],_0x4c4357[_0x1f567a(0x1ed)],{'oldShapeData':{'adjustValues':_0x51ddff}},{'adjustValues':{[_0x165fb1]:_0x342d81}});}}this['_activeAdjustInfo']=void 0x0,this[_0x1f567a(0x3cc)]=void 0x0,this['_isStartAdjusting']=!0x1,_0x3f9897[_0x1f567a(0x15f)](),_0x422709[_0x1f567a(0x11a)]();}),_0x46b89c[_0x1f6a1a(0x11a)]();})));}[_0x3856e3(0x31a)](){const _0x98b0a1=_0x3856e3;let {scene:_0x14db31}=this[_0x98b0a1(0x200)],_0x581f55=_0x14db31[_0x98b0a1(0x328)]();this[_0x98b0a1(0x2ec)](_0x581f55[_0x98b0a1(0x25d)][_0x98b0a1(0x289)](_0x2e80b3=>{const _0xd79195=_0x98b0a1;this[_0xd79195(0xb4)](),_0x2e80b3[_0xd79195(0x1b6)]!==null&&_0x2e80b3[_0xd79195(0x1b6)][_0xd79195(0x272)]===0x1&&_0x2e80b3[_0xd79195(0x1b6)][_0xd79195(0xad)]()[_0xd79195(0xf1)]()[_0xd79195(0x350)]instanceof K&&(this[_0xd79195(0x2d2)]=!0x0);})),this[_0x98b0a1(0x2ec)](_0x581f55['changing$'][_0x98b0a1(0x289)](()=>{const _0x115fff=_0x98b0a1;this[_0x115fff(0x2d2)]&&this['_clearShapeAdjustControls']();})),this[_0x98b0a1(0x2ec)](_0x14db31[_0x98b0a1(0x2df)][_0x98b0a1(0x42e)](()=>{const _0xf47ff4=_0x98b0a1;this['_isShouldShowDrawingShapeAdjust']&&(this[_0xf47ff4(0x2d2)]=!0x1,this[_0xf47ff4(0xb4)]());})),this['disposeWithMe'](_0x581f55[_0x98b0a1(0x10d)][_0x98b0a1(0x289)](()=>{const _0x2f0b00=_0x98b0a1;this[_0x2f0b00(0xdb)]&&this[_0x2f0b00(0x10f)]&&this['_activeShapeId']&&(this[_0x2f0b00(0x1f3)]=this[_0x2f0b00(0x35d)](this[_0x2f0b00(0xdb)],this[_0x2f0b00(0x10f)],this[_0x2f0b00(0x46c)]),this[_0x2f0b00(0x3f4)]());}));}[_0x3856e3(0x443)](){const _0x5b8c62=_0x3856e3;this['disposeWithMe'](this['_drawingManagerService']['focus$']['subscribe'](_0x435ed5=>{const _0x5b6984=_0x6db6;if(_0x435ed5[_0x5b6984(0x1f6)]===0x1){let _0x38b523=_0x435ed5[0x0],_0x3d98fc=this['_drawingManagerService'][_0x5b6984(0x34b)](_0x38b523);if((_0x3d98fc==null?void 0x0:_0x3d98fc['drawingType'])===n[_0x5b6984(0x16f)][_0x5b6984(0x22f)]){this[_0x5b6984(0x46c)]=_0x38b523[_0x5b6984(0x1ed)],this[_0x5b6984(0xdb)]=_0x38b523[_0x5b6984(0x409)],this['_subUnitId']=_0x38b523[_0x5b6984(0x40c)],this[_0x5b6984(0x1f3)]=this[_0x5b6984(0x35d)](_0x38b523[_0x5b6984(0x409)],_0x38b523[_0x5b6984(0x40c)],_0x38b523[_0x5b6984(0x1ed)]),this['_clearShapeAdjustControls'](),this[_0x5b6984(0xb4)]();return;}}this[_0x5b6984(0x46c)]=null,this[_0x5b6984(0x1f3)]=void 0x0,this['_unitId']=null,this[_0x5b6984(0x10f)]=null,this[_0x5b6984(0x3b7)]();})),this[_0x5b8c62(0x2ec)](this[_0x5b8c62(0x484)][_0x5b8c62(0x171)][_0x5b8c62(0x289)](_0xa4796a=>{const _0xc7a4cf=_0x5b8c62;if(_0xa4796a[_0xc7a4cf(0x1f6)]===0x1){var _0x5bd53b;((_0x5bd53b=this[_0xc7a4cf(0x484)][_0xc7a4cf(0x34b)](_0xa4796a[0x0]))==null?void 0x0:_0x5bd53b['drawingType'])===n['DrawingTypeEnum'][_0xc7a4cf(0x22f)]&&this[_0xc7a4cf(0x1ff)](!0x0);}})),this['disposeWithMe'](this[_0x5b8c62(0x484)]['remove$'][_0x5b8c62(0x289)](_0x1bec23=>{const _0x4b145c=_0x5b8c62;for(let _0x443762 of _0x1bec23)this['_activeShapeId']===_0x443762[_0x4b145c(0x1ed)]&&(this[_0x4b145c(0x46c)]=null,this[_0x4b145c(0x1f3)]=void 0x0,this[_0x4b145c(0xdb)]=null,this[_0x4b145c(0x10f)]=null,this[_0x4b145c(0x3b7)]());}));}};X=k([O(0x1,s['IDrawingManagerService']),O(0x2,(0x0,n[_0x3856e3(0x40a)])(e[_0x3856e3(0x46b)])),O(0x3,n[_0x3856e3(0x327)])],X);function ye(_0x57e7f9,_0x5b6116){const _0x3a47fb=_0x3856e3;let _0x23ad75=_0x57e7f9;for(;_0x23ad75;){if(_0x5b6116(_0x23ad75))return _0x23ad75;_0x23ad75=typeof _0x23ad75['getParent']==_0x3a47fb(0x14d)?_0x23ad75[_0x3a47fb(0x2a4)]():null;}return null;}function _0x1843(){const _0x41fdc9=['IrregularSeal1','memo','StraightConnector1','ShapeAccentCallout2Icon','univer-box-border\x20univer-px-4\x20univer-text-sm','group','docs-shape-ui.shape.type.down-arrow-callout','ShapeAccentBorderCallout1Icon','DocumentViewModel','_renderManagerService','docs-shape-ui.shape.type.left-circular-arrow','onStarting','paragraph','ShapeIrregularSeal2Icon','Parallelogram','paragraphMenuPlacement','setShapeData','viewBound','useMemo','unitId','Inject','Disposable','subUnitId','IDrawingManagerService','isHorizontal','docs-shape-ui.shape.type.math-not-equal','ImageSourceTypeEnum','ShapeAccentCallout3Icon','gdRefAng','RENDER_CLASS_TYPE','shapeModel','shapeKey','docs-shape-ui.shape.type.up-down-arrow-callout','RoundRect','_shapeId','ShapeChevronIcon','BooleanNumber','pick','ShapeActionButtonInformationIcon','ShapeCurvedLeftArrowIcon','DOC_PARAGRAPH_T_INSERT_MENU_ID','docs-shape-ui.shape.type.flow-chart-magnetic-tape','docs-shape-ui.shape.type.chord','Star10','drawingType','DocumentSkeleton','Star32','ShapeDoubleWaveIcon','ShapeFloatingToolbar','blockArrow','DownArrowCallout','disableShapeOption','wrapSquare','ShapeLeftRightArrowIcon','offsetY','adjHandleFill','subscribeEvent','updateShapeFillImage','_getFocusedShapeAtPoint','docs-shape-ui.shape.type.right-arrow','_registerImageShapeClipDelegate','inFrontOfText','ShapeActionButtonBlankIcon','_initUIPart','UturnArrow','isDrawingObject','DRAWING_DOM','ShapeSnip1RectIcon','LeftRightUpArrow','FlowchartTerminator','composeMatrix','ShapeStar24Icon','ShapeNotchedRightArrowIcon','ShapeDiagStripeIcon','UNIVER_DOC','paragraphs','QuadArrowCallout','_registerDrawingFocusChangeHandler','getState','_sidebarDisposable','ShapeFlowChartOnlineStorageIcon','docs-shape-ui.shape.type.bent-arrow','Circle','addObject','SELECTOR','error','setOnSavingEditorData','ShapeArrowTypeEnum','ShapeHeartIcon','docs-shape-ui.shape.type.up-arrow','callout','getUnitId','docs-shape-ui.shape.type.plaque-tabs','docs-shape-ui.shape.group.','ShapeFlowChartMultidocumentIcon','dataModel','restore','PAGE','MathMultiply','UpDownArrow','ShapeGear9Icon','WedgeRoundRectCallout','docs-shape-ui.shape.type.striped-right-arrow','docs-shape-ui.shape.type.rect-textbox-vertical','docs-shape-ui.shape.type.down-arrow','RightTriangle','docs-shape-ui.crop.shape','_drawRichText','FlowChartOfflineStorage','docs-shape-ui.shape.type.rect','docs-shape-ui.shape.type.uturn-arrow','GridType','12TSINhi','ShapeCallout3Icon','vertical','getShapeTypeById','ActionButtonEnd','DocsShapeService','_activeShapeId','#111827','docs-shape-ui.shape.type.left-brace','ShapeBevelIcon','docs-shape-ui.shape.type.star32','deepClone','doc.operation.open-doc-shape-format-panel','docs-shape-ui.shape.type.up-down-arrow','MathDivide','_getActiveDrawingParam','ShapeSunIcon','BracketPair','CurvedRightArrow','docs-shape-ui.shape.type.flow-chart-multidocument','BracePair','onPointerDown$','gridType','below','ShapeFlowChartInputOutputIcon','_shapeEditPanelVersion','AccentBorderCallout3','ActionButtonHelp','dispose','toPrimitive','_drawingManagerService','docs-shape-ui.shape.type.horizontal-scroll','_updateSrcRectByTransform','Gear9','LeftCircularArrow','transformByState','disableObjectsEvent','Arrow','Snip2SameRect','drawings','docs-shape-ui.shape.type.flow-chart-display','onPointerMove$','CURSOR_TYPE','srcRect','ShapeActionButtonHomeIcon','getShapeTextData','ShapeDecagonIcon','fillImageSourceType','ShapeCloudCalloutIcon','docs-shape-ui.shape.type.bent-up-arrow','docs-shape-ui.shape.type.star5','ShapeLineTypeEnum','ShapeDiamondIcon','onTransformChange$','docs-shape-ui.shape.type.cloud','33425051dwjdsb','indexOf','FlowchartSummingJunction','FlowchartMagneticTape','72ZRqWvw','CurvedConnector3','ShapeActionButtonBeginningIcon','SolidLine','_insertShapes','_loadAndSetImage','equationShape','values','_onSavingEditorData$','onload','ContextMenuPosition','touchDependencies','ShapeMathPlusIcon','ShapeFlowChartMergeIcon','_createShapeAdjustControls','_initEvents','docs-shape-ui.shape.type.line-inv','ChartX','top-center','LAYOUT','string','DOC_PARAGRAPH_T_INSERT_BELOW_MENU_ID','calcAdjValue','docs-shape-ui.shape.type.flow-chart-preparation','docs-shape-ui.shape.type.star6','ShapeTrapezoidIcon','_closeShapeEditPanel','Moon','width','save','docs-shape-ui.shape.type.flow-chart-decision','COMMAND','docs-shape-ui.shape.type.right-arrow-callout','ShapeOctagonIcon','getShapeDataById','ShapeStar32Icon','Chevron','CurvedUpArrow','docs-shape-ui.shape.type.round1-rect','ShapeFlowChartInternalStorageIcon','createInternalEditorID','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','BlockArc','EMPTY_PARAGRAPH_MENU_ID','IImageIoService','_activeAdjustInfo','docs-shape-ui.shape.type.flow-chart-online-storage','getInverseCoord','docs-shape-ui.shape.type.flow-chart-extract','verticalAlign','filter','docs-shape-ui.shape.type.border-callout1','docs-shape-ui.shape.type.flow-chart-internal-storage','_unitId','ShapeChartXIcon','docs-shape-ui.shape.type.ellipse-ribbon2','_initialize','docs-shape-ui.shape.type.funnel','docs-shape-ui.shape.type.flow-chart-collate','_initializedShapePopupMenu','ShapeLeftArrowIcon','snapToGrid','docs-shape-ui.shape.type.can','ShapeRound1RectIcon','FlowchartManualOperation','registerRenderModule','ShapeBracePairIcon','docs-shape-ui.shape.type.action-button-forward-next','ShapeStar10Icon','docs-shape-ui.shape.type.bent-connector3-arrow2','IUIPartsService','inline','docs-shape-ui.shape.type.smiley-face','isEditing','multiply','next','docs-shape-ui.shape.type.ribbon2','ShapeCurvedRightArrowIcon','resetCursor','HomePlate','ShapeQuadArrowCalloutIcon','CommandType','ShapeLightningBoltIcon','custom','div','_baseShapeTop','INLINE','docs-shape-ui.shape.type.round2-same-rect','horizontal','updateContext','_editingParams$','getShapePopupMenus','_toVisualAdjustPoint','_initSelection','get','WedgeRectCallout','ShapeCallout2Icon','docs-shape-ui.shape.type.accent-callout1','docs-shape-ui.shape.type.square-tabs','ShapeRightArrowCalloutIcon','makeDirty','attachTransformerTo','set','changeEnd$','getFonts','_subUnitId','getRealBound','Ribbon','ShapeStar8Icon','add','docs-shape-ui.shape.type.donut','docs-shape-ui.textWrap.inline','_univerInstanceService','_shapeTextEditingService','DependentOn','_menuManagerService','stopPropagation','univer-grid\x20univer-grid-cols-10\x20univer-gap-1','basicShape','_docsShapeService','name','DocCanvasPopManagerService','Cube','FlowchartExtract','docs-shape-ui.shape.type.flow-chart-offpage-connector','onDblclick$','VIEWPORT_KEY','asObservable','ShapeStraightConnector2Icon','docs-shape-ui.shape.type.wave','_adjName','_initShapePopupMenu','FlowchartOr','ShapeEllipseIcon','ShapeBentConnector3Arrow1Icon','VERTICAL_ROTATE_ANGLE','Module','activeTarget','MathPlus','call','docs-shape-ui.shape.type.snip2-diag-rect','IContextService','1492388tVlAsa','_disposePopups','ShapeTextEditorContainer','SquareTabs','paragraphStyle','docs-shape-ui.shape.type.home-plate','_localeService','getCurrentUniverDocInstance','docs-shape-ui.shape.type.hexagon','_initMenu','BentConnector3','UpArrow','InsertDocDrawingCommand','behindText','setContextValue','ShapeFlowChartMagneticDrumIcon','docs-shape-ui.textWrap.behindText','docs-shape-ui.shape.type.straight-connector2','Image','FlowchartDisplay','changing$','ShapeCornerTabsIcon','Pie','ShapeBentUpArrowIcon','ComponentManager','function','ShapeIrregularSeal1Icon','Heptagon','TextWrapShapeIcon','IrregularSeal2','range','DocContentInsertService','ActionButtonForwardNext','ShapeStar5Icon','_adjHandlerPointerMove','ShapeFlowChartMagneticTapeIcon','ShapeStar12Icon','behindDoc','ActionButtonBlank','doc','ShapeRenderModeEnum','focusDrawing','docs-shape-ui.shape.type.chart-x','enableObjectsEvent','ShapeStripedRightArrowIcon','isRichText','isLineShape','extraProps','default','univer-max-h-[75vh]\x20univer-w-[320px]\x20univer-pb-2','isHit','merge','_docDrawingShapeRenderController','NotchedRightArrow','shapeType','ShapeFolderCornerIcon','ShapeActionButtonForwardNextIcon','ShapeDonutIcon','fillType','DrawingTypeEnum','_refreshShapeData','update$','useState','ShapeChordIcon','executeCommand','getOwnPropertyDescriptor','syncExecuteCommand','ShapeLeftBracketIcon','_clearPopups','@univerjs-pro/docs-shape-ui','docs-shape-ui.shape.type.flow-chart-or','Callout1','docs-shape-ui.shape.type.action-button-beginning','adjHandleSize','unsubscribe','docs-shape-ui.shape.type.half-frame','FlowchartPredefinedProcess','UniverLicensePlugin','_baseShapeHeight','docs-shape-ui.shape.type.action-button-return','ShapeRound2SameRectIcon','ShapeActionButtonEndIcon','forEach','setAdjustValueByName','ShapePieWedgeIcon','ShapeChartPlusIcon','docs-shape-ui.shape.type.line','_registerOperations','docs-shape-ui.shape.type.math-multiply','popup','ShapeCurvedConnector3Arrow1Icon','_config','image','ActionButtonDocument','ShapeFlowChartProcessIcon','ShapeLineIcon','docs-shape-ui.shape.type.flow-chart-connector','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','gdRefY','CircularArrow','_drawShapeText','label','ShapeNoSmokingIcon','_getSceneByUnitId','adjHandleStroke','ShapeFlowChartCollateIcon','_getShapeInfo','1.0.0-alpha.1','icon','BorderCallout2','URL','_initCommands','constructor','MEDIA','UUID','other','UniverDocsShapeUIPlugin','Shape','ShapeQuadArrowIcon','ShapeUpArrowCalloutIcon','ShapeRibbonIcon','Tools','docs-shape-ui.shape.type.frame','ShapeActionButtonMovieIcon','Round2SameRect','useEffect','WRAP_NONE','ShapeHexagonIcon','ShapeHomePlateIcon','params','objects','docs-shape-ui.shape.type.bracket-pair','docs-shape-ui.shape.type.left-arrow','docs-shape-ui.shape.type.plaque','docs-shape-ui.formatShape','doc.shape.floating-toolbar','getSnapshot','ShapeRtTriangleIcon','docs-shape-ui.shape.type.flow-chart-magnetic-disk','classType','docs-shape-ui.shape.type.round-rect','getImage','onerror','_props','docs-shape-ui.shape.type.decagon','PARAGRAPH','Octagon','WRAP_SQUARE','UniverInstanceType','UniverDocsShapePlugin','Transform','docs-shape-ui.shape.type.math-plus','ShapeTextFloatToolbar','shape-text-','Star7','docs-shape-ui.shape.type.no-smoking','docs-shape-ui.shape.type.diamond','ShapeDodecagonIcon','docs-shape-ui.shape.type.chart-plus','_draw','getActiveTextRange','getDrawingSearch','ShapeFlowChartPunchedCardIcon','mergeMenu','spaceAbove','fill','PlaqueTabs','flipY','#2563EB','UpdateDocShapeDataCommand','docs-shape-ui.openPanel','Dropdown','AccentCallout1','FlowchartManualInput','docs-shape-ui.shape.type.callout2','ShapeFlowChartDisplayIcon','ShapeFillEnum','docs-shape-ui.shape.type.rt-triangle','registerCommand','beginPath','FOCUSING_COMMON_DRAWINGS','docs-shape-ui.shape.type.action-button-end','docs-shape-ui.shape.type.parallelogram','getShapeModel','3301341stXMZd','drawingId','startOffset','setCanUseShapeClip','ShapeSwooshArrowIcon','adjName','docs-shape-ui.shape.type.action-button-help','_activeShapeAdjustPointList','DOCS_COMPONENT_MAIN_LAYER_INDEX','ShapeFlowChartOffpageConnectorIcon','length','ShapeAccentCallout1Icon','close','find','ShapeCurvedConnector3Icon','ShapeAccentBorderCallout2Icon','isHitLine','ShapeFlowChartAlternateProcessIcon','BorderCallout1','_updateShapeAdjustControls','_context','docs-shape-ui.shape.type.pie','docs-shape-ui.shape.type.rect-textbox-horizontal','Star5','scene','WRAP_TOP_AND_BOTTOM','flowchart','DocDrawingPosition','isConnectorShape','render','ShapeBentConnector3Icon','ShapeRoundRectIcon','docs-shape-ui.shape.type.action-button-document','_contextService','docs-shape-ui.shape.type.up-arrow-callout','ContextMenuGroup','docs-shape-ui.shape.type.heptagon','max','startArrow','line','LineInv','docs-shape-ui.shape.type.vertical-scroll','QuadArrow','getFocusDrawings','docs-shape-ui.shape.type.flow-chart-offline-storage','docs-shape-ui.shape.type.pie-wedge','setPrstGeom','docs-shape-ui.shape.type.math-equal','_transform','LeftRightCircularArrow','SnipRoundRect','ShapeBorderCallout1Icon','getAllUnitsForType','pluginName','DEFAULT','clearAdjustControls','ShapeTypeEnum','Gear6','ShapeFlowChartPunchedTapeIcon','shapeData','BorderCallout3','refreshShapeFillImage','ShapePlusIcon','transformVector2SceneCoord','type','ActionButtonReturn','2037980iuzSCc','DRAWING_SHAPE','transform','WrapStrategy','docs-shape-ui.shape.type.notched-right-arrow','docs-shape-ui.shape.type.curved-up-arrow','ShapeUturnArrowIcon','docs-shape-ui.shape.type.action-button-movie','docs-shape-ui.shape.type.bent-connector3-arrow1','NoSmoking','ShapeStar7Icon','docs-shape-ui.shape.type.gear6','setCursor','HalfFrame','DiagStripe','ShapeUpArrowIcon','docDrawingPositionToTransform','calculate','docs-shape-ui.shape.type.trapezoid','_adjustPointObjects','Bevel','reduce','some','_drawingType','Star12','registerClipDelegate','Ellipse','ShapeLineInvIcon','ShapeStar6Icon','docs-shape-ui.deleteShape','refreshTransform','ShapeHorizontalScrollIcon','Pentagon','isInGroup','height','CloudCallout','LeftBracket','ShapeDefaultConfig','doc-shape-adjust-point-','ShapeWedgeRoundRectCalloutIcon','DEFAULT_DOC_SHAPE_HEIGHT','has','ShapeHalfFrameIcon','ObjectRelativeFromV','ActionButtonBeginning','ShapeFlowChartOfflineStorageIcon','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','changeStart$','transformForAngle','getAdjustValueByName','_adjHandlerPointerUp','gdRefR','Donut','FlowchartSort','docs-shape-ui.shape.type.math-divide','rectangle','UniverDocsDrawingUIPlugin','_createShapePopupMenu','docs-shape-ui.shape.type.left-right-ribbon','docs-shape-ui.shape.type.star4','_getActiveDrawingShape','docs-shape-ui.shape.type.flow-chart-predefined-process','prototype','getAbsolutePosition','_configService','getDrawingOrder','getDrawingVisible','ShapeFlowChartPreparationIcon','size','docs-shape-ui.shape.type.left-right-up-arrow','#3B82F6','ShapeStraightConnector1Icon','ShapeCornerIcon','clone','FALSE','data','docs-shape-ui.shape.type.ribbon','menuRange','BuiltInUIPart','getDrawingEditable','ShapeLeftBraceIcon','docs-shape-ui.shape.type.flow-chart-sort','map','ShapeRectTextboxVerticalIcon','ShapeLeftRightArrowCalloutIcon','CurvedDownArrow','docs-shape-ui.shape.type.star24','docs-shape-ui.shape.type.dodecagon','_isStartAdjusting','ShapeCallout1Icon','drawWith','subscribe','ShapeActionButtonHelpIcon','register','3458936RaOQQx','DRAWING_OBJECT_LAYER_INDEX','getActiveViewportByCoord','docs-shape-ui.shape.type.star16','TRUE','ShapeWedgeEllipseCalloutIcon','Path','FlowchartOnlineStorage','_addShapeAdjustControl','featurePluginUpdateNotification','ShapeFlowChartPredefinedProcessIcon','docs-shape-ui.shape.type.action-button-blank','docs-shape-ui.shape.type.sun','CloseDocShapeFormatPanelOperation','getObjectIncludeInGroup','getDrawingShapeKeyByDrawingSearch','_popupMenuListener','ShapeFlowChartManualInputIcon','Large','editingParams$','toStringTag','entries','docs-shape-ui.shape.type.left-right-arrow','shapeText','getParent','_setTransForm','setFillImage','8215rfbxYA','_initEditingParams','ShapeRightArrowIcon','ShapeMathNotEqualIcon','docs-shape-ui.shape.type.swoosh-arrow','object','getShapeData','fillImageSource','_drawSimpleText','docs-shape-ui.shape.type.circular-arrow','ShapeBentArrowIcon','_commandService','Star8','ShapeFlowChartSummingJunctionIcon','target','setShapeProps','getShapeTextRect','docs-shape-ui.shape.type.left-right-arrow-callout','clipByShape','ShapeLeftRightRibbonIcon','IConfigService','LeftUpArrow','ShapeFlowChartConnectorIcon','BOTH_SIDES','docs-shape-ui.shape.type.quad-arrow','sin','decorate','left','docs-shape-ui.shape.type.corner','ShapeMathEqualIcon','version','RightBracket','scale','ShapeFrameIcon','FlowchartMerge','ShapeRectIcon','OPERATION','docs-shape-ui.shape.type.flow-chart-punched-card','ShapeLeftRightUpArrowIcon','ShapeFlowChartTerminatorIcon','docs-shape-ui.shape.type.snip2-same-rect','HorizontalScroll','Teardrop','_isShouldShowDrawingShapeAdjust','ShapeCurvedConnector3Arrow2Icon','DocSelectionRenderService','body','docs-shape-ui.shape.type.bevel','complete','VerticalScroll','resize','ShapeMathMinusIcon','ShapeTriangleIcon','ShapeDownArrowCalloutIcon','ChartPlus','LEFT','onPointerUp$','22526HpgLLA','docs-shape-ui.shape.type.left-right-circular-arrow','push','renderDrawingShape','ShapeFlowChartExtractIcon','BentUpArrow','visible','ShapeBorderCallout2Icon','docs-shape-ui.shape.type.bent-connector3','zeroWidthParagraphBreak','ShapePentagonIcon','ShapeFlowChartDecisionIcon','disposeWithMe','FlowchartDecision','ShapeActionButtonReturnIcon','AccentCallout3','[DrawingShape]\x20LocaleService\x20is\x20required\x20for\x20rich\x20text\x20rendering','Medium','Funnel','_activeShapeInfo','VerticalAlign','ShapeBracketPairIcon','docs-shape-ui.shape.type.flow-chart-document','ShapeTeardropIcon','docs-shape-ui.shape.type.left-bracket','ShapeCircularArrowIcon','defineProperty','_updateShape','ShapeUpDownArrowCalloutIcon','remove$','FOCUSING_SHAPE_TEXT_EDITOR','ShapeCloudIcon','docs-shape-ui.shape.type.action-button-sound','ShapeIcon','docs-shape-ui.shape.type.ellipse','ShapePieIcon','ShapeFlowChartDelayIcon','_lastEditingShapeKey','DrawingImageClipService','Plaque','angle','Trapezoid','ShapeWedgeRectCalloutIcon','ShapeBorderCallout3Icon','ShapeSquareTabsIcon','LeftRightArrowCallout','GROUP','ShapeFlowChartManualOperationIcon','UpDownArrowCallout','PositionedObjectLayoutType','DRAWING_IMAGE','_openShapeEditPanel','FlowchartConnector','setEditing','ShapeCubeIcon','addImageSourceCache','createControl$','onCommandExecuted','_registerDrawingTransformHandler','MenuItemType','docs-shape-ui.shape.type.callout3','DoubleWave','rect','Rect','attachPopupToObject','flipX','onSavingEditorData$','ShapeModel','endArrow','docs-shape-ui.shape.type.snip1-rect','symbol','ICommandService','getTransformerByCreate','Can','_docCanvasPopManagerService','ShapePlaqueTabsIcon','ShapeFlowChartSortIcon','FlowchartPunchedCard','moveRange','_clipService','_iconManager','AccentCallout2','IRenderManagerService','docs-shape-ui.hidePanel','wrapTopAndBottom','docs-shape-ui.shape.type.quad-arrow-callout','docs-shape-ui.shape.type.left-up-arrow','RemoveDocDrawingCommand','with','Line','Plugin','documentStyle','layoutType','IconManager','LocaleService','refreshAdjustControls','docs-shape-ui.shape.type.flow-chart-punched-tape','cos','IFontService','LightningBolt','getMatrix','SwooshArrow','ISidebarService','ShapeBlockArcIcon','univer-mb-2','ShapeActionButtonSoundIcon','RightArrowCallout','getDrawingByParam','PictureFill','renderConfig','ShapeRound2DiagRectIcon','getMenuHiddenObservable','value','getShapeType','shapeId','getDrawingPoints','docs-shape-ui.shape.type.wedge-ellipse-callout','HorizontalAlign','Round1Rect','top','docs-shape-ui.shape.type.non-isosceles-trapezoid','ActionButtonMovie','UpArrowCallout','_sidebarService','ShapeArcIcon','_getShapeAdjustPointListById','localeService','ShapeRightBracketIcon','ShapeLeftRightCircularArrowIcon','ShapeCanIcon','ActionButtonSound','ShapeVerticalScrollIcon','docs-shape-ui.shape.type.right-brace','ShapeLeftArrowCalloutIcon','getDrawingData','ShapeSnip2DiagRectIcon','IUniverInstanceService','docs-shape-ui.shape.type.curved-right-arrow','docs-shape-ui.textWrap.inFrontText','textStyle','docs-shape-ui.shape.type.block-arc','endOffset','MathEqual','setInsertRange','docs-shape-ui.shape.type.right-bracket','ShapeWaveIcon','DocDrawingTextWrap','ShapeSnipRoundRectIcon','ShapeHeptagonIcon','docs-shape-ui.shape.type.math-minus','docs-shape-ui.shape.type.flow-chart-alternate-process','offsetX','FlowchartProcess','getAdjustInfoByName','ShapeCurvedDownArrowIcon','_getShapeAdjustInfosById','NonIsoscelesTrapezoid','_attachAdjustEvent','setConfig','docs-shape-ui.shape.type.action-button-information','ShapeBentConnector3Arrow2Icon','ActionButtonInformation','_isOpenedShapeEditPanel','Documents','docs-shape-ui.shape.type.accent-border-callout2','horizontalAlign','Wave','ShapeMathDivideIcon','Callout3','LeftArrow','getDrawingOKey','Hexagon','ChartStar','_init','ShapeEllipseRibbon2Icon','menu','ShapeStar4Icon','ShapeAccentBorderCallout3Icon','ShapeActionButtonBackPreviousIcon','getRenderById','2166Erlabs','generateRandomId','clearControl$','translate','FlowchartOffPageConnector','ShapeDownArrowIcon','Star16','docs-shape-ui.shape.type.moon','_injector','docs-shape-ui.shape.type.flow-chart-manual-operation','buildShapeTextDataUpdate','AccentBorderCallout1','ShapeArrowSizeEnum','ShapeFlowChartMagneticDiskIcon','ShapeMathMultiplyIcon','ActionButtonHome','docs-shape-ui.shape.type.border-callout2','Sun','oKey','docs-shape-ui.shape.type.round2-diag-rect','_baseShapeLeft','ShapeSnip2SameRectIcon','DocsShapeUIController','docs-shape-ui.shape.type.ellipse-ribbon','toDisposable','docs-shape-ui.shape.type.arc','Chord','getCurrentTypeOfUnit$','gdRefX','translateWithPrecision','_componentManager','ShapeLeftUpArrowIcon','jsxs','.below','_urlImageService','_clearShapeAdjustControls','jsx','LeftRightArrow','LeftBrace','WrapTextType','docs-shape-ui.shape.type.teardrop','DrawingCommonPanel','ShapeRightBraceIcon','INSERT_BELLOW_MENU_ID','Cloud','DocumentDataModel','Triangle','useDependency','docs-shape-ui.shape.type.flow-chart-magnetic-drum','strokeWidth','_loadShapePictureFill','BehaviorSubject','DocSelectionManagerService','ShapeCurvedUpArrowIcon','docs-shape-ui.shape.type.diag-stripe','docs-shape-ui.shape.type.curved-connector3-arrow1','_activeShapeModel','ShapeRectTextboxHorizontalIcon','ShapeFunnelIcon','2nGNLmu','TOP','segmentId','isRender','registerDependencies','_registerIcons','docs-shape-ui.insertShape','_imageIoService','warn','_baseShapeWidth','docs-shape-ui.shape.type.wedge-round-rect-callout','Button','ShapeActionButtonDocumentIcon','focus$','240kXGRBB','RibbonInsertGroup','SolidFill','getValue','LeftRightRibbon','starAndBanner','BentArrow','_toScenePoint','VIEW_MAIN','ShapeFlowChartOrIcon','docs-shape-ui.shape.type.chart-star','enhanceParams','ShapeLeftCircularArrowIcon','StripedRightArrow','PieWedge','[ShapeRender]\x20Failed\x20to\x20load\x20picture\x20fill\x20image','getEditing','UpdateDocShapeDataMutation','_registerComponents','IURLImageService','dataStream','Injector','setSrcRect','_updateAdjustControlPositions','connectInjector'];_0x1843=function(){return _0x41fdc9;};return _0x1843();}function be(_0x2cc9d4){return ye(_0x2cc9d4,_0x26d816=>_0x26d816 instanceof K);}let Z=class extends n['Disposable']{constructor(_0x729243,_0x111927,_0x334147,_0x339d5b,_0x2f6097){const _0x141e3b=_0x3856e3;super(),this[_0x141e3b(0x200)]=_0x729243,this[_0x141e3b(0x117)]=_0x111927,this[_0x141e3b(0x484)]=_0x334147,this[_0x141e3b(0x20d)]=_0x339d5b,this[_0x141e3b(0x11d)]=_0x2f6097,z(this,_0x141e3b(0x305),null),this[_0x141e3b(0xb5)](),this[_0x141e3b(0x103)](),this[_0x141e3b(0x2a8)]();}['_initEvents'](){const _0x5c1577=_0x3856e3;let {scene:_0x369193}=this[_0x5c1577(0x200)];this['disposeWithMe'](_0x369193[_0x5c1577(0x123)][_0x5c1577(0x42e)](_0x273188=>{const _0x56187a=_0x5c1577;var _0x2d9788;let {offsetX:_0x1b7a26,offsetY:_0x559bbc}=_0x273188,_0x57c095=o['Vector2']['FromArray']([_0x1b7a26,_0x559bbc]),_0x46a366=(_0x2d9788=be(_0x369193[_0x56187a(0x41b)](_0x57c095)))==null?this['_getFocusedShapeAtPoint'](_0x57c095):_0x2d9788;if(_0x46a366){if((0x0,t[_0x56187a(0x208)])(this[_0x56187a(0x11d)][_0x56187a(0x351)](_0x46a366[_0x56187a(0x409)],_0x46a366['subUnitId'],_0x46a366['shapeId'])))return;this[_0x56187a(0x117)]['setEditing']({'visible':!0x0,'unitId':_0x46a366[_0x56187a(0x409)],'subUnitId':_0x46a366[_0x56187a(0x40c)],'shapeId':_0x46a366[_0x56187a(0x352)],'shapeKey':_0x46a366[_0x56187a(0x3a6)]});}}));}[_0x3856e3(0x430)](_0x5d18ca){const _0x20dee6=_0x3856e3;let {scene:_0x312404}=this['_context'],_0xad28ee=this[_0x20dee6(0x484)][_0x20dee6(0x217)]()[_0x20dee6(0x280)](_0x3bb3a5=>_0x312404[_0x20dee6(0x29a)]((0x0,s[_0x20dee6(0x29b)])(_0x3bb3a5)))[_0x20dee6(0x1f9)](_0x5971f9=>_0x5971f9 instanceof K&&_0x5971f9[_0x20dee6(0x166)](_0x5d18ca));return _0xad28ee==null?null:_0xad28ee;}[_0x3856e3(0x103)](){const _0x4d6b36=_0x3856e3;this[_0x4d6b36(0x2ec)](this[_0x4d6b36(0x484)][_0x4d6b36(0x3dc)][_0x4d6b36(0x289)](_0x4b0445=>{const _0x3c06db=_0x4d6b36;if(_0x4b0445[_0x3c06db(0x1f6)]===0x1){let _0x174cb0=_0x4b0445[0x0],_0x32ceb3=this[_0x3c06db(0x484)][_0x3c06db(0x34b)](_0x174cb0);if((_0x32ceb3==null?void 0x0:_0x32ceb3[_0x3c06db(0x422)])===n['DrawingTypeEnum'][_0x3c06db(0x22f)]){let _0xd3b1d8=this[_0x3c06db(0x117)]['getEditing']();if((_0xd3b1d8==null?void 0x0:_0xd3b1d8['shapeId'])===_0x174cb0[_0x3c06db(0x1ed)]&&_0xd3b1d8[_0x3c06db(0x2e6)])return;(0x0,t['isConnectorShape'])(this[_0x3c06db(0x11d)][_0x3c06db(0x351)](_0x174cb0[_0x3c06db(0x409)],_0x174cb0[_0x3c06db(0x40c)],_0x174cb0[_0x3c06db(0x1ed)]))&&this[_0x3c06db(0x117)][_0x3c06db(0x315)](null);}else this[_0x3c06db(0x117)][_0x3c06db(0x3ed)]()&&(this['_shapeTextEditingService']['setOnSavingEditorData'](!0x0),requestAnimationFrame(()=>{const _0x45bb6a=_0x3c06db;this[_0x45bb6a(0x117)][_0x45bb6a(0x315)](null);}));}else this['_shapeTextEditingService'][_0x3c06db(0x3ed)]()&&(this[_0x3c06db(0x117)]['setOnSavingEditorData'](!0x0),requestAnimationFrame(()=>{const _0x3e861d=_0x3c06db;this['_shapeTextEditingService'][_0x3e861d(0x315)](null);}));})),this['disposeWithMe'](this[_0x4d6b36(0x484)][_0x4d6b36(0x2fd)][_0x4d6b36(0x289)](_0x2689af=>{const _0x37d9b5=_0x4d6b36;let _0x11a8bc=this[_0x37d9b5(0x117)][_0x37d9b5(0x3ed)]();_0x11a8bc&&_0x2689af[_0x37d9b5(0x244)](_0x282893=>_0x282893[_0x37d9b5(0x1ed)]===_0x11a8bc[_0x37d9b5(0x352)])&&this[_0x37d9b5(0x117)][_0x37d9b5(0x315)](null);}));}[_0x3856e3(0x2a8)](){const _0x5ca7e0=_0x3856e3;this[_0x5ca7e0(0x2ec)](this[_0x5ca7e0(0x117)][_0x5ca7e0(0x29f)][_0x5ca7e0(0x289)](_0x2c373d=>{const _0x55c5e9=_0x5ca7e0;let {scene:_0x28afad}=this[_0x55c5e9(0x200)];if(this[_0x55c5e9(0x305)]){let _0x1ffeb7=_0x28afad['getObjectIncludeInGroup'](this[_0x55c5e9(0x305)]);_0x1ffeb7&&_0x1ffeb7[_0x55c5e9(0x315)](!0x1);}if(_0x2c373d){let _0x2434d3=!!_0x2c373d[_0x55c5e9(0x2e6)],_0xd7da5c=_0x28afad['getObjectIncludeInGroup'](_0x2c373d[_0x55c5e9(0x415)]);_0xd7da5c&&(_0xd7da5c['setEditing'](_0x2434d3),this[_0x55c5e9(0x305)]=_0x2c373d[_0x55c5e9(0x415)]),this[_0x55c5e9(0x20d)][_0x55c5e9(0x142)](n[_0x55c5e9(0x2fe)],_0x2434d3);}else this['_lastEditingShapeKey']=null,this['_contextService']['setContextValue'](n[_0x55c5e9(0x2fe)],!0x1);}));}};Z=k([O(0x1,(0x0,n[_0x3856e3(0x40a)])(B)),O(0x2,s['IDrawingManagerService']),O(0x3,n[_0x3856e3(0x133)]),O(0x4,(0x0,n[_0x3856e3(0x40a)])(e['DocsShapeService']))],Z);function xe(){const _0x3b2162=_0x3856e3;return(0x0,f[_0x3b2162(0x3b8)])(m[_0x3b2162(0x1cc)],{});}let Q=class extends m['ShapeTextFloatMenuRenderControllerBase']{constructor(_0x3e3afd,_0x5c249f,_0x3279c1,_0x4790b5,_0x577a07){super(_0x3e3afd,_0x5c249f,_0x3279c1,_0x4790b5,_0x577a07,{'componentKey':'doc.shape.text.float-menu','editorUnitId':D,'toolbarComponent':xe});}};Q=k([O(0x1,(0x0,n[_0x3856e3(0x40a)])(r[_0x3856e3(0x3c8)])),O(0x2,(0x0,n[_0x3856e3(0x40a)])(a[_0x3856e3(0x11f)])),O(0x3,(0x0,n[_0x3856e3(0x40a)])(c[_0x3856e3(0x14c)])),O(0x4,(0x0,n[_0x3856e3(0x40a)])(a[_0x3856e3(0x2d4)]))],Q);function _0x6db6(_0x13ec30,_0x4a98d6){_0x13ec30=_0x13ec30-0x92;const _0x18436c=_0x1843();let _0x6db6bf=_0x18436c[_0x13ec30];return _0x6db6bf;}let $=class extends n[_0x3856e3(0x33a)]{constructor(_0x344bd8=G,_0x577eca,_0x2162b2,_0x46517b,_0x211af8){const _0x4c7184=_0x3856e3;super(),this[_0x4c7184(0x18f)]=_0x344bd8,this[_0x4c7184(0x39c)]=_0x577eca,this[_0x4c7184(0x2b2)]=_0x2162b2,this[_0x4c7184(0x26e)]=_0x46517b,this[_0x4c7184(0x3ff)]=_0x211af8;let {menu:_0xe89c96,..._0x1ea0f3}=(0x0,n[_0x4c7184(0x167)])({},G,this[_0x4c7184(0x18f)]);_0xe89c96&&this['_configService'][_0x4c7184(0x37e)](_0x4c7184(0x38f),_0xe89c96,{'merge':!0x0}),this[_0x4c7184(0x26e)][_0x4c7184(0x37e)]('docs-shape-ui.config',_0x1ea0f3),this[_0x4c7184(0x1a3)]();}[_0x3856e3(0x401)](){const _0x14b46a=_0x3856e3;this['_injector'][_0x14b46a(0x113)]([Y]),this[_0x14b46a(0x39c)][_0x14b46a(0x104)](Y),(0x0,n[_0x14b46a(0x3d3)])(this[_0x14b46a(0x39c)],[[W],[J],[q],[X],[A],[B]]),this['_initUIPart']();}['onReady'](){const _0x5d00a0=_0x3856e3;this[_0x5d00a0(0x3ff)]['registerRenderModule'](n[_0x5d00a0(0x1c8)][_0x5d00a0(0x440)],[X]),this[_0x5d00a0(0x3ff)][_0x5d00a0(0xe7)](n['UniverInstanceType'][_0x5d00a0(0x440)],[Z]),this['_renderManagerService'][_0x5d00a0(0xe7)](n[_0x5d00a0(0x1c8)][_0x5d00a0(0x440)],[Q]),(0x0,n[_0x5d00a0(0xb1)])(this[_0x5d00a0(0x39c)],[[W],[J],[q],[A],[B]]);}[_0x3856e3(0x1a3)](){const _0x58d4f8=_0x3856e3;[C,w,T]['forEach'](_0x53d3fb=>this[_0x58d4f8(0x2ec)](this[_0x58d4f8(0x2b2)][_0x58d4f8(0x1e6)](_0x53d3fb)));}[_0x3856e3(0x435)](){const _0x565c6d=_0x3856e3;let _0x4be4dd=this[_0x565c6d(0x39c)],_0x2711db=_0x4be4dd[_0x565c6d(0x104)](c[_0x565c6d(0xec)]);this[_0x565c6d(0x2ec)](_0x2711db['registerComponent'](c[_0x565c6d(0x27c)]['CONTENT'],()=>(0x0,c[_0x565c6d(0x3f5)])(_e,_0x4be4dd)));}};z($,'type',n[_0x3856e3(0x1c8)][_0x3856e3(0x440)]),z($,_0x3856e3(0x221),'DOCS_SHAPE_UI_PLUGIN'),z($,'packageName',le),z($,_0x3856e3(0x2c5),ue),$=k([(0x0,n[_0x3856e3(0x118)])(h[_0x3856e3(0x181)],i[_0x3856e3(0x266)],e[_0x3856e3(0x1c9)]),O(0x1,(0x0,n[_0x3856e3(0x40a)])(n[_0x3856e3(0x3f2)])),O(0x2,n[_0x3856e3(0x327)]),O(0x3,n[_0x3856e3(0x2bb)]),O(0x4,o['IRenderManagerService'])],$),exports[_0x3856e3(0x299)]=w,Object[_0x3856e3(0x2fa)](exports,_0x3856e3(0x3aa),{'enumerable':!0x0,'get':function(){return W;}}),exports['MenuInsertShapeCommand']=C,exports['OpenDocShapeFormatPanelOperation']=T,Object['defineProperty'](exports,_0x3856e3(0x1a8),{'enumerable':!0x0,'get':function(){return $;}});