@univerjs-pro/sheets-shape-ui 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/en-US.js +1 -1
  5. package/lib/cjs/locale/es-ES.js +1 -1
  6. package/lib/cjs/locale/fa-IR.js +1 -1
  7. package/lib/cjs/locale/fr-FR.js +1 -1
  8. package/lib/cjs/locale/ja-JP.js +1 -1
  9. package/lib/cjs/locale/ko-KR.js +1 -1
  10. package/lib/cjs/locale/ru-RU.js +1 -1
  11. package/lib/cjs/locale/sk-SK.js +1 -1
  12. package/lib/cjs/locale/vi-VN.js +1 -1
  13. package/lib/cjs/locale/zh-CN.js +1 -1
  14. package/lib/cjs/locale/zh-TW.js +1 -1
  15. package/lib/es/facade.js +1 -1
  16. package/lib/es/index.js +1 -1
  17. package/lib/es/locale/ca-ES.js +1 -1
  18. package/lib/es/locale/en-US.js +1 -1
  19. package/lib/es/locale/es-ES.js +1 -1
  20. package/lib/es/locale/fa-IR.js +1 -1
  21. package/lib/es/locale/fr-FR.js +1 -1
  22. package/lib/es/locale/ja-JP.js +1 -1
  23. package/lib/es/locale/ko-KR.js +1 -1
  24. package/lib/es/locale/ru-RU.js +1 -1
  25. package/lib/es/locale/sk-SK.js +1 -1
  26. package/lib/es/locale/vi-VN.js +1 -1
  27. package/lib/es/locale/zh-CN.js +1 -1
  28. package/lib/es/locale/zh-TW.js +1 -1
  29. package/lib/facade.js +1 -1
  30. package/lib/index.css +358 -1
  31. package/lib/index.js +1 -1
  32. package/lib/locale/ca-ES.js +1 -1
  33. package/lib/locale/en-US.js +1 -1
  34. package/lib/locale/es-ES.js +1 -1
  35. package/lib/locale/fa-IR.js +1 -1
  36. package/lib/locale/fr-FR.js +1 -1
  37. package/lib/locale/ja-JP.js +1 -1
  38. package/lib/locale/ko-KR.js +1 -1
  39. package/lib/locale/ru-RU.js +1 -1
  40. package/lib/locale/sk-SK.js +1 -1
  41. package/lib/locale/vi-VN.js +1 -1
  42. package/lib/locale/zh-CN.js +1 -1
  43. package/lib/locale/zh-TW.js +1 -1
  44. package/lib/types/command-util.d.ts +2 -2
  45. package/lib/types/commands/command/add-shape-command.d.ts +3 -3
  46. package/lib/types/commands/command/menu-insert-shape.command.d.ts +2 -2
  47. package/lib/types/commands/command/set-shape-drawing-data-command.d.ts +4 -4
  48. package/lib/types/commands/command/set-shape-fill.command.d.ts +1 -1
  49. package/lib/types/commands/command/set-shape-flip-command.d.ts +2 -2
  50. package/lib/types/commands/command/set-shape-rotate.command.d.ts +2 -2
  51. package/lib/types/commands/command/set-shape-text-align.command.d.ts +1 -1
  52. package/lib/types/commands/command/set-shape-text-style.command.d.ts +1 -1
  53. package/lib/types/commands/command/set-shape-text-vertical-align.command.d.ts +1 -1
  54. package/lib/types/commands/command/shape-doc-align.command.d.ts +1 -1
  55. package/lib/types/commands/command/test-line.shape.command.d.ts +17 -2
  56. package/lib/types/commands/command/update-connector-relation.command.d.ts +18 -3
  57. package/lib/types/commands/command/update-line-shape-resize.command.d.ts +3 -3
  58. package/lib/types/commands/command/update-shape-data-command.d.ts +3 -3
  59. package/lib/types/commands/menu/shape-doc-format.menu.d.ts +4 -2
  60. package/lib/types/commands/menu/shape-fill.menu.d.ts +2 -2
  61. package/lib/types/commands/menu/shape-font-size.menu.d.ts +2 -2
  62. package/lib/types/commands/menu/shape-text-align.menu.d.ts +3 -2
  63. package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +3 -2
  64. package/lib/types/commands/operations/close-shape-panel.operation.d.ts +1 -1
  65. package/lib/types/commands/operations/open-shape-panel.operation.d.ts +1 -1
  66. package/lib/types/controllers/menu.schema.d.ts +1 -1
  67. package/lib/types/controllers/shape-text-editing.render-controller.d.ts +3 -2
  68. package/lib/types/controllers/sheet-basic-shape-connection.controller.d.ts +5 -3
  69. package/lib/types/controllers/sheet-shape-adjust-controller.d.ts +4 -2
  70. package/lib/types/controllers/sheet-shape-clipboard.controller.d.ts +4 -1
  71. package/lib/types/controllers/sheet-shape-connector.controller.d.ts +4 -2
  72. package/lib/types/controllers/sheet-shape-render.controller.d.ts +3 -2
  73. package/lib/types/facade/f-connector-shape.d.ts +4 -3
  74. package/lib/types/facade/f-shape.d.ts +2 -2
  75. package/lib/types/facade/f-worksheet.d.ts +2 -1
  76. package/lib/types/locale/ca-ES.d.ts +1 -1
  77. package/lib/types/locale/es-ES.d.ts +1 -1
  78. package/lib/types/locale/fa-IR.d.ts +1 -1
  79. package/lib/types/locale/fr-FR.d.ts +1 -1
  80. package/lib/types/locale/ja-JP.d.ts +1 -1
  81. package/lib/types/locale/ko-KR.d.ts +1 -1
  82. package/lib/types/locale/ru-RU.d.ts +1 -1
  83. package/lib/types/locale/sk-SK.d.ts +1 -1
  84. package/lib/types/locale/vi-VN.d.ts +1 -1
  85. package/lib/types/locale/zh-CN.d.ts +1 -1
  86. package/lib/types/locale/zh-TW.d.ts +1 -1
  87. package/lib/types/plugin.d.ts +1 -1
  88. package/lib/types/services/shape-text-editing.service.d.ts +3 -2
  89. package/lib/types/types.d.ts +2 -2
  90. package/lib/types/view-model/drawing-shape.d.ts +7 -3
  91. package/lib/types/view-model/shape-data-model.d.ts +1 -1
  92. package/lib/types/view-model/sheet-basic-shape-connection-site-object.d.ts +17 -1
  93. package/lib/types/view-model/sheet-shape-adjust-point-object.d.ts +2 -1
  94. package/lib/types/view-model/sheet-shape-connector-handler-object.d.ts +2 -1
  95. package/lib/types/views/shape-editor-panel/ShapeEditorPanel.d.ts +1 -1
  96. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -1
  97. package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +1 -1
  98. package/lib/types/views/shape-menu/shape-menu-factory.d.ts +3 -3
  99. package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +3 -3
  100. package/lib/types/views/shape-text-editor/index.d.ts +1 -1
  101. package/lib/types/views/shape-text-editor/position-wrapper.d.ts +2 -2
  102. package/lib/umd/facade.js +1 -1
  103. package/lib/umd/index.js +1 -1
  104. package/lib/umd/locale/ca-ES.js +1 -1
  105. package/lib/umd/locale/en-US.js +1 -1
  106. package/lib/umd/locale/es-ES.js +1 -1
  107. package/lib/umd/locale/fa-IR.js +1 -1
  108. package/lib/umd/locale/fr-FR.js +1 -1
  109. package/lib/umd/locale/ja-JP.js +1 -1
  110. package/lib/umd/locale/ko-KR.js +1 -1
  111. package/lib/umd/locale/ru-RU.js +1 -1
  112. package/lib/umd/locale/sk-SK.js +1 -1
  113. package/lib/umd/locale/vi-VN.js +1 -1
  114. package/lib/umd/locale/zh-CN.js +1 -1
  115. package/lib/umd/locale/zh-TW.js +1 -1
  116. package/package.json +22 -21
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x18a9(){const _0x38225b=['_handleFreeEndpointMove','cxnPointStroke','4949898pIbuqP','sheets-shape.line.beginArrowSize','M11.802\x2016L11.924\x2016.0052C12.5286\x2016.0563\x2013\x2016.4824\x2013\x2017C13\x2017.5176\x2012.5286\x2017.9437\x2011.924\x2017.9948L11.802\x2018H9.19925C8.53723\x2018\x208\x2017.552\x208\x2017C8\x2016.448\x208.53723\x2016\x209.19925\x2016H11.802Z','TOP','sequenceExecute','shape.type.round1-rect','sheets-shape.line.endArrowSize','SheetsSelectionsService','ShapeRightArrowCalloutIcon','AlignLeftCommand','ShapeRectTextboxHorizontalIcon','reduce','shape.type.math-plus','ShapeLineDashEnum','shape-folder-corner-icon','M1.98682\x2013.4992C1.98682\x2012.5603\x202.74793\x2011.7992\x203.68682\x2011.7992H14.2868C15.2257\x2011.7992\x2015.9868\x2012.5603\x2015.9868\x2013.4992V13.4992C15.9868\x2014.4381\x2015.2257\x2015.1992\x2014.2868\x2015.1992H3.68682C2.74793\x2015.1992\x201.98682\x2014.4381\x201.98682\x2013.4992V13.4992Z','ShapeTypeEnum','UNIVER_DOC','univer-text-gray-600\x20univer-transition-transform','ShapeNonIsoscelesTrapezoidIcon','ShapeHomePlateIcon','shape-irregular-seal2-icon','gdRefAng','sheets-shape.hidePanel','Documents','sheets-shape.openPanel','shape.type.flow-chart-process','ancestorTransform','rotate','shape-hexagon-icon','_clearShapeConnectorHandlerObjects','shape.type.ribbon','FORMAT','ShapeFlowChartInternalStorageIcon','getShapeTextRect','ShapeLeftBraceIcon','http://www.w3.org/2000/svg','LeftArrow','Arrow','_sheetInterceptorService','shape.type.accent-border-callout2','M19\x202V18H13V2H19ZM15\x2016H17V4H15V16Z','_generatePasteMutations','M5.59961\x2013.9463L5.12988\x2013.6523C3.17706\x2012.4297\x202\x2010.5443\x202\x208.5C2\x205.07312\x205.40326\x202\x2010\x202C14.5967\x202\x2018\x205.07312\x2018\x208.5C18\x2011.9269\x2014.5967\x2015\x2010\x2015C9.69917\x2015\x209.40364\x2015.0831\x209.1709\x2015.165C8.92125\x2015.2529\x208.65656\x2015.372\x208.39355\x2015.5029C7.86719\x2015.7649\x207.27855\x2016.1101\x206.71777\x2016.4561C6.33331\x2016.6932\x205.95047\x2016.9379\x205.59961\x2017.1631V13.9463Z','shape.type.donut','M15\x209H13V16H15V9Z','LeftCircularArrow','M15\x2013H19V17H15V13Z','shape.type.left-brace','shape.type.double-wave','getDocumentData','xlink:href','useState','CornerTabs','AlignBottomIcon','M13.8037\x201.84277L18.458\x206.92188L18.1572\x2013.8037L13.0781\x2018.458L6.19629\x2018.1572L1.54199\x2013.0781L1.84277\x206.19629L6.92188\x201.54199L13.8037\x201.84277ZM3.80469\x207.11133L3.57617\x2012.3379L7.11133\x2016.1953L12.3369\x2016.4238L16.1943\x2012.8887L16.4229\x207.66211L12.8887\x203.80566L7.66113\x203.57715L3.80469\x207.11133Z','ChartPlus','merge','ShapeBorderCallout2Icon','M12\x2016H18V4H12V9H4.80273L3.41797\x2010L4.80273\x2011H12V16ZM6\x2013V14.3301L4.15723\x2013H4V12.8867L0\x2010L4\x207.11328V7H4.15723L6\x205.66992V7H10V2H20V18H10V13H6Z','shape-up-down-arrow-callout-icon','IUndoRedoService','ShapeFlowChartDocumentIcon','ShapeRound2DiagRectIcon','ShapeNotchedRightArrowIcon','shape-ellipse-ribbon2-icon','toString','ShapeStar12Icon','isEditing','Large','IMenuManagerService','_connectorObjects','ShapeFlowChartProcessIcon','cxnPointStrokeWidth','getRealBound','shape-star16-icon','shape-vertical-scroll-icon','ShapeFlowChartMultidocumentIcon','_isDrawingShapePointDown','RoundDot','MathDivide','getAdjustInfoByName','FlowchartTerminator','shape-snip2-same-rect-icon','FlowchartOr','_contextService','ShapeFlowChartSummingJunctionIcon','BentArrow','shape.type.curved-right-arrow','M15.9218\x2017L16.0316\x2016.9948C16.5757\x2016.9437\x2017\x2016.5176\x2017\x2016C17\x2015.4824\x2016.5757\x2015.0563\x2016.0316\x2015.0052L15.9218\x2015H10.0793C9.4835\x2015\x209\x2015.448\x209\x2016C9\x2016.552\x209.4835\x2017\x2010.0793\x2017H15.9218Z','M19\x2010.001L10\x2018.001V14H1L4\x2010L1\x206H10V2.00098L19\x2010.001ZM12\x208H5L6.5\x2010L5\x2012H12V13.5459L15.9883\x2010.001L12\x206.45508V8Z','INSERT','UniverDesign','shape.type.bracket-pair','M10\x203C13.3137\x203\x2016\x204.11929\x2016\x205.5C16\x206.88071\x2013.3137\x208\x2010\x208V6C11.3372\x206\x2012.4787\x205.78783\x2013.2666\x205.5C12.4787\x205.21217\x2011.3372\x205\x2010\x205C8.66235\x205\x207.52031\x205.21201\x206.73242\x205.5C7.52031\x205.78799\x208.66235\x206\x2010\x206V8C6.68629\x208\x204\x206.88071\x204\x205.5C4\x204.11929\x206.68629\x203\x2010\x203Z','offsetX','createElement','ShapeCurvedRightArrowIcon','M19\x2019H1V1L19\x2019ZM3\x2017H14.1719L3\x205.82812V17Z','ShapeChartStarIcon','M14\x201C14\x203.76142\x2016.2386\x206\x2019\x206V14C16.2386\x2014\x2014\x2016.2386\x2014\x2019H6C6\x2016.2386\x203.76142\x2014\x201\x2014V6C3.76142\x206\x206\x203.76142\x206\x201H14ZM7.70898\x203C7.03702\x205.25744\x205.2574\x207.03596\x203\x207.70801V12.291C5.25753\x2012.963\x207.037\x2014.7425\x207.70898\x2017H12.291C12.963\x2014.7425\x2014.7425\x2012.963\x2017\x2012.291V7.70801C14.7426\x207.03596\x2012.963\x205.25744\x2012.291\x203H7.70898Z','shape-striped-right-arrow-icon','ShapeLineIcon','ShapeFlowChartInputOutputIcon','UpDownArrow','WedgeRectCallout','onTransformChange$','730812gLiCBR','_componentManager','M1.00013\x2017L6.00013\x209','align.right','shape-flow-chart-multidocument-icon','memo','CurvedConnector3','transform','applyPoint','getViewportByCell','getAdjustValueByName','M16.043\x2010.75C16.4884\x2010.75\x2016.7114\x2010.2115\x2016.3965\x209.89652L10.1251\x203.6251L3.85367\x209.89653C3.53868\x2010.2115\x203.76177\x2010.75\x204.20722\x2010.75L16.043\x2010.75ZM7.82907\x208.74955L10.1251\x206.45352L12.4211\x208.74955L7.82907\x208.74955Z','ShapeParallelogramIcon','shape-trapezoid-icon','pipe','primary.600','clip','getMatrix','ShapeLeftArrowIcon','shape.type.sun','shape-bent-arrow-icon','M6.90665\x206.19395C7.03532\x206.07521\x207.20058\x206\x207.37567\x206C7.72213\x206\x208.003\x206.28087\x208.003\x206.62733V13.2545C8.003\x2013.5856\x207.73459\x2013.854\x207.4035\x2013.854C7.07241\x2013.854\x206.804\x2013.5856\x206.804\x2013.2545V7.441C6.49279\x207.73774\x206.12443\x207.9821\x205.70206\x208.17407C5.36097\x208.3291\x205\x208.05742\x205\x207.68276C5\x207.42431\x205.17744\x207.20223\x205.41875\x207.1097C5.64056\x207.02465\x205.86965\x206.91508\x206.111\x206.781C6.41515\x206.59513\x206.68037\x206.40277\x206.90665\x206.19395Z','ShapeMathEqualIcon','cxnPointFill','ActionButtonReturn','with','restore','ShapeStar6Icon','FlowchartMagneticDisk','NoSmoking','UniverDocs','M7.58641\x206.33811C7.69108\x206.22386\x207.83569\x206.15094\x207.99065\x206.15094C8.26885\x206.15094\x208.49438\x206.37647\x208.49438\x206.65467V13.3511C8.49438\x2013.6261\x208.27143\x2013.8491\x207.99642\x2013.8491C7.7214\x2013.8491\x207.49845\x2013.6261\x207.49845\x2013.3511V7.56334C7.26654\x207.82427\x206.99641\x208.04389\x206.68997\x208.22217C6.36833\x208.4093\x205.99999\x208.14751\x205.99999\x207.77541C5.99999\x207.53458\x206.16061\x207.32594\x206.37895\x207.22433C6.55349\x207.1431\x206.73362\x207.04047\x206.92282\x206.91644C7.17667\x206.73339\x207.39786\x206.54392\x207.58641\x206.33811Z','ShapeStar7Icon','shape.type.round2-same-rect','sheets-shape.line.joinType.bevel','sheetViewStartColumn','ShapeFunnelIcon','shape-snip-round-rect-icon','disableShapeOption','M9.78069\x209.91609C9.43893\x2010.1678\x209.20073\x2010.4895\x209.0661\x2010.8811C8.92111\x2011.2727\x208.84861\x2011.8182\x208.84861\x2012.5175V14.5734C8.84861\x2015.2867\x208.84343\x2015.7273\x208.83308\x2015.8951C8.81237\x2016.049\x208.76058\x2016.1818\x208.67773\x2016.2937C8.55346\x2016.4895\x208.29455\x2016.5874\x207.901\x2016.5874C7.40339\x2016.5874\x207\x2016.9908\x207\x2017.4884V17.7758C7\x2018.3592\x207.47294\x2018.8322\x208.05635\x2018.8322C8.77094\x2018.8322\x209.28358\x2018.7832\x209.59427\x2018.6853C9.89461\x2018.6014\x2010.1691\x2018.4126\x2010.4176\x2018.1189C10.8008\x2017.6713\x2010.9976\x2016.9021\x2011.0079\x2015.8112V12.7692C11.0079\x2012.1539\x2011.0649\x2011.7063\x2011.1788\x2011.4266C11.2107\x2011.3404\x2011.3099\x2011.2635\x2011.4402\x2011.1959C11.9606\x2010.9258\x2012.375\x2010.4796\x2012.375\x209.89314C12.375\x209.32887\x2011.9942\x208.88862\x2011.4836\x208.64847C11.3323\x208.5773\x2011.2142\x208.49634\x2011.1788\x208.4056C11.0649\x208.12588\x2011.0079\x207.67833\x2011.0079\x207.06294V4.02098C10.9976\x202.83217\x2010.7645\x202.02098\x2010.3089\x201.58741C10.0707\x201.34965\x209.81694\x201.1958\x209.54767\x201.12587C9.26805\x201.04196\x208.85379\x201\x208.3049\x201H8.11189C7.49781\x201\x207\x201.49781\x207\x202.11189V2.32277C7\x202.82038\x207.40339\x203.22378\x207.901\x203.22378C8.3049\x203.22378\x208.56899\x203.32867\x208.69327\x203.53846C8.76576\x203.66434\x208.81237\x203.81119\x208.83308\x203.97902C8.84343\x204.13287\x208.84861\x204.55245\x208.84861\x205.23776V7.31469C8.84861\x208.01399\x208.91593\x208.55245\x209.05056\x208.93007C9.1852\x209.3077\x209.42857\x209.63637\x209.78069\x209.91609Z','UPDATE','LeftJustifyingIcon','M14\x2014V4H20L18\x209L20\x2014H14ZM17.0449\x206H16V8.61426L17.0449\x206ZM16\x209.38672V12H17.0449L16\x209.38672Z','M10\x2020L2\x2010L10\x200L18\x2010L10\x2020ZM10\x203.2002L4.56152\x2010L10\x2016.7988L15.4395\x2010L10\x203.2002Z','ShapeMathNotEqualIcon','updateContext','url(#path-3-inside-1_376_54)','shape-corner-tabs-icon','#4285f4','rectangle','getMenuHiddenObservable','DocumentViewModel','shape.type.frame','VerticalAlign','WedgeRoundRectCallout','discreteRangeToRange','MenuItemType','ShapeDodecagonIcon','shape-action-button-help-icon','fill','Round','_onSavingEditorData$','UniverSheets','sheet.command.set-shape-fill-color','Sun','M15.1426\x2012H16.4385L15.2188\x2010L16.4648\x207.95508L15.1426\x207.93945V4.92871H11.6992L10.2432\x203.1543L8.78906\x204.92871H5.3457V8.05859L4.02832\x208.01953L5.48926\x2010.0146L4\x2012H5.3457V15.0713H8.78906L10.2432\x2016.8447L11.6992\x2015.0713H15.1426V12ZM17.1426\x2017.0713H12.6455L10.2441\x2020L7.8418\x2017.0713H3.3457V14H0L3\x2010L0\x205.90332L3.3457\x206V2.92871H7.8418L10.2441\x200L12.6455\x202.92871H17.1426V5.96484L20\x206L17.5605\x2010L20\x2014H17.1426V17.0713Z','SheetsShapeService','shape-wave-icon','M19\x207.5V17H6L1\x2013V3H14L19\x207.5ZM3\x2012.0791L6.74023\x2015H17V8.37207L13.2139\x205H3V12.0791Z','generateRandomId','shape-flow-chart-online-storage-icon','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md\x20univer-bg-primary-600','shape.type.ellipse','lineStrokeType','transformByState','univer-text-sm','BorderCallout3','M4\x209V4H9V10.5L4\x209ZM7\x206H6V7.51172L7\x207.8125V6Z','shape.type.snip2-diag-rect','DrawingTypeEnum','shape.type.dodecagon','shape.type.flow-chart-offpage-connector','none','shape.type.irregular-seal1','shape-gear9-icon','shape.type.octagon','stops','create','changeShapeType','getValue','shape.type.left-arrow','univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','M19\x2011V19H11L19\x2011ZM17\x2015.8281L15.8281\x2017H17V15.8281Z','@univerjs/ui','drawingId','M8.82985\x201.94185C9.11822\x200.68605\x2010.8819\x200.68605\x2011.1703\x201.94185L11.4309\x203.07644C12.1471\x203.22251\x2012.8251\x203.47598\x2013.4473\x203.81975L14.3676\x203.12044C15.385\x202.34663\x2016.7362\x203.49551\x2016.161\x204.64512L15.6387\x205.68695C16.0832\x206.25141\x2016.4452\x206.8843\x2016.7103\x207.56722L17.8618\x207.63145C19.1323\x207.70113\x2019.4391\x209.46117\x2018.2691\x209.96722L17.2068\x2010.4251C17.1885\x2011.1714\x2017.0591\x2011.8889\x2016.8359\x2012.5635L17.6775\x2013.3615C18.6066\x2014.2424\x2017.7247\x2015.7913\x2016.5073\x2015.4166L15.404\x2015.0764C14.9292\x2015.6206\x2014.3762\x2016.0925\x2013.7619\x2016.4739L13.9016\x2017.6322C14.0544\x2018.9122\x2012.3957\x2019.5235\x2011.7008\x2018.4433L11.0717\x2017.4657C10.722\x2017.5185\x2010.3643\x2017.5466\x2010.0001\x2017.5466V15.1109C10.2421\x2015.1109\x2010.4813\x2015.0918\x2010.7172\x2015.0562L11.6762\x2014.9111L12.506\x2014.3974C12.9153\x2014.1432\x2013.2855\x2013.8282\x2013.6035\x2013.4638L14.2455\x2012.7252L14.5565\x2011.7892C14.7051\x2011.3403\x2014.792\x2010.863\x2014.8042\x2010.3644L14.8277\x209.37258L14.4732\x208.4592C14.2958\x208.00218\x2014.0544\x207.58008\x2013.7596\x207.20568L13.1457\x206.42669L12.2971\x205.95811C11.8833\x205.72954\x2011.4326\x205.56163\x2010.9567\x205.46455L9.9989\x205.26831L9.0423\x205.46455C8.56615\x205.56177\x208.11609\x205.72993\x207.70306\x205.95811L6.85093\x206.42788L6.23941\x207.20568C5.94443\x207.58031\x205.70305\x208.00251\x205.52577\x208.4592L5.17013\x209.37495L5.19478\x2010.3656C5.2071\x2010.8636\x205.29398\x2011.3405\x205.44244\x2011.7892L5.75113\x2012.7228L6.39669\x2013.4638C6.71483\x2013.8284\x207.08386\x2014.1439\x207.49179\x2014.3974L8.3181\x2014.9099L9.28174\x2015.0562C9.51731\x2015.0918\x209.7571\x2015.1109\x2010.0001\x2015.1109V17.5466C9.63551\x2017.5466\x209.27729\x2017.5186\x208.92727\x2017.4657L8.29932\x2018.4433C7.60445\x2019.5235\x205.94567\x2018.9122\x206.09856\x2017.6322L6.23589\x2016.4739C5.62207\x2016.0925\x205.06942\x2015.6204\x204.595\x2015.0764L3.49285\x2015.4166C2.27536\x2015.7914\x201.39241\x2014.2424\x202.32146\x2013.3615L3.16303\x2012.5635C2.94001\x2011.8893\x202.81055\x2011.172\x202.79213\x2010.4263L1.73107\x209.96722C0.560794\x209.46131\x200.867797\x207.70113\x202.13836\x207.63145L3.28862\x207.56722C3.5537\x206.88436\x203.91582\x206.25139\x204.36025\x205.68695L3.83911\x204.64512C3.26373\x203.4954\x204.61511\x202.34634\x205.63258\x203.12044L6.55162\x203.81975C7.17384\x203.47593\x207.85194\x203.22259\x208.56811\x203.07644L8.82985\x201.94185Z','range','_initMenu','shape-flow-chart-alternate-process-icon','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','useLeftAndRightArrow','getSkeleton','shape.type.rt-triangle','forwardRef','_connectionSiteObjects','ShapeDownArrowIcon','univer-flex\x20univer-items-center\x20univer-justify-between','ShapeArcIcon','isConnectorShape','shape-rect-icon','isHighlighted','shape.type.square-tabs','Round1Rect','shape-up-down-arrow-icon','isRenderLinePointsMode','sheets-shape.fill.noFill','shape.type.flow-chart-preparation','M19\x2013H1V7H19V13ZM3\x2011H17V9H3V11Z','shape-left-bracket-icon','shape-parallelogram-icon','sin','UniverUi','setOnSavingEditorData','undos','sheets-shape.line.arrowType.none','FOCUSING_SHAPE_TEXT_EDITOR','_baseDrawingRect','shape-left-right-arrow-icon','shape.type.wave','includes','shape.type.pentagon','value','_updateTransform','M0\x206H2V14H0V6Z','RadioGroup','_getConnectPointInfo','ShapeMoonIcon','DrawingRenderService','RichTextEditingMutation','M19\x203V7H15V3H19ZM16\x206H18V4H16V6Z','_adjHandlerPointerUp','shape.type.accent-callout3','shapeModel','interceptCommand','M3.19801\x2011L3.07596\x2010.9948C2.47145\x2010.9437\x202\x2010.5176\x202\x2010C2\x209.48243\x202.47145\x209.05633\x203.07596\x209.00519L3.19801\x209H16.8007C17.4628\x209\x2018\x209.44797\x2018\x2010C18\x2010.552\x2017.4628\x2011\x2016.8007\x2011H3.19801Z','ShapeMathPlusIcon','_currentScene','ActionButtonForwardNext','sheets-shape.formatShape','ShapeFlowChartMagneticTapeIcon','M17.8576\x203V4H19.0002V4.85742H20.0002V7.64258H19.0002V11.3574H20.0002V14.1426H19.0002V15H17.8576V16H14.6428V15H10.3576V16H7.14276V15H6.00018V14.1426H5.00018V11.3574H6.00018V7.64258H5.00018V4.85742H6.00018V4H7.14276V3H10.3576V4H14.6428V3H17.8576Z','GROUP','getSheetCommandTarget','AlignTopIcon','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','getBody','ShapeTeardropIcon','left','shape-line-inv-icon','M8\x203H3V17H17V12H8V3ZM19\x2010V19H1V1H10V10H19Z','Select','M10\x201.00098L2\x2010.001H6.00098V19.001H14.001V10.001H18L10\x201.00098Z','shape-action-button-beginning-icon','_addShapeAdjustControl','object','shape.type.star8','M17\x206C17\x205.44772\x2016.5523\x205\x2016\x205H4C3.44772\x205\x203\x205.44772\x203\x206V15H17V6ZM19\x2017H1V6C1\x204.34315\x202.34315\x203\x204\x203H16C17.6569\x203\x2019\x204.34315\x2019\x206V17Z','adjHandleSize','shape.type.flow-chart-punched-card','IRenderManagerService','M11.9156\x205.81614C12.6636\x205.81614\x2013.2906\x206.02514\x2013.7746\x206.46514C14.2476\x206.90514\x2014.4896\x207.46614\x2014.4896\x208.15914C14.4896\x208.84114\x2014.2256\x209.45714\x2013.7196\x2010.0181C13.4116\x2010.3371\x2012.8726\x2010.7551\x2012.0916\x2011.2831C11.2446\x2011.8441\x2010.7386\x2012.3391\x2010.5736\x2012.7681H13.9726C14.2642\x2012.7681\x2014.5006\x2013.0045\x2014.5006\x2013.2961C14.5006\x2013.5877\x2014.2642\x2013.8241\x2013.9726\x2013.8241H9.5886C9.31245\x2013.8241\x209.0838\x2013.599\x209.12511\x2013.3259C9.21238\x2012.7491\x209.45704\x2012.2313\x209.8696\x2011.7671C10.1556\x2011.4261\x2010.7496\x2010.9531\x2011.6406\x2010.3371C12.1686\x209.96314\x2012.5426\x209.66614\x2012.7626\x209.43514C13.1146\x209.03914\x2013.3016\x208.61014\x2013.3016\x208.14814C13.3016\x207.70814\x2013.1806\x207.37814\x2012.9386\x207.15814C12.6966\x206.93814\x2012.3336\x206.82814\x2011.8716\x206.82814C11.3766\x206.82814\x2011.0026\x206.99314\x2010.7496\x207.33414C10.5733\x207.55452\x2010.4559\x207.83867\x2010.3907\x208.19314C10.3317\x208.5143\x2010.0727\x208.77514\x209.74618\x208.77514C9.40855\x208.77514\x209.12958\x208.49744\x209.18359\x208.16417C9.28101\x207.56304\x209.51701\x207.0627\x209.8916\x206.66314C10.3976\x206.09114\x2011.0796\x205.81614\x2011.9156\x205.81614Z','M10\x2010C10\x207.78851\x2010.2842\x206.31628\x2011.1055\x204.75586C11.3083\x204.37053\x2011.5387\x203.98957\x2011.7891\x203.60352C11.0376\x203.84259\x2010.3374\x204.15703\x209.72168\x204.55469C8.15529\x205.56648\x207\x207.18852\x207\x2010C7\x2012.8115\x208.15529\x2014.4335\x209.72168\x2015.4453C10.3642\x2015.8603\x2011.099\x2016.1841\x2011.8877\x2016.4268C11.6838\x2016.1082\x2011.489\x2015.7883\x2011.3105\x2015.4639C10.4522\x2013.9032\x2010\x2012.319\x2010\x2010ZM12\x2010C12\x2014\x2013.5\x2015\x2016\x2019C11.0294\x2019\x205\x2017\x205\x2010C5\x203\x2011.0294\x201\x2016\x201C13\x205.5\x2012\x206\x2012\x2010Z','UniverEngineRender','shape.type.down-arrow','path-1-inside-1_379_353','isRender','M5\x203V7H1V3H5ZM2\x206H4V4H2V6Z','floor','_sheetClipboardService','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','isInGroup','M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z','7867736QRQdym','shape-text-editor-content','toStringTag','_localeService','M19.3848\x206.65723L15.8496\x2010.1924L19.3848\x2013.7285L13.7285\x2019.3848L10.1924\x2015.8496L6.65723\x2019.3848L1\x2013.7285L4.53613\x2010.1924L1\x206.65723L6.65723\x201L10.1924\x204.53613L13.7285\x201L19.3848\x206.65723ZM10.1924\x207.36426L6.65723\x203.8291L3.8291\x206.65723L7.36426\x2010.1924L3.8291\x2013.7285L6.65723\x2016.5566L10.1924\x2013.0215L13.7285\x2016.5566L16.5566\x2013.7285L13.0215\x2010.1924L16.5566\x206.65723L13.7285\x203.8291L10.1924\x207.36426Z','M11\x203.94343L10.9948\x203.84732C10.9437\x203.37126\x2010.5176\x203\x2010\x203C9.48243\x203\x209.05633\x203.37126\x209.00519\x203.84732L9\x203.94343V16.0556C9\x2016.5769\x209.44797\x2017\x2010\x2017C10.552\x2017\x2011\x2016.5769\x2011\x2016.0556V3.94343Z','shape.type.math-not-equal','gradientType','M6\x2018.5L1\x2015V9H6','_drawShapeText','next','_getShapeInfo','DownArrowCallout','_configService','shape.type.flow-chart-alternate-process','sheets-shape.line.joinType.round','ShapeFlowChartSortIcon','M18\x2011.5508H12.6367L15.0908\x2019H12.667L2\x208.5V6.5H7L4\x201H12.5L18\x2011.5508ZM10.3691\x208.5H4.85156L11.7695\x2015.3096L9.87109\x209.55078H14.7021L11.2871\x203H7.36914L10.3691\x208.5Z','shape-adjust-point-','doc','ShapeGradientTypeEnum','toolbar.horizontalAlignMode.main','evenodd','M11\x203C11\x202.44772\x2010.5523\x202\x2010\x202C9.44772\x202\x209\x202.44772\x209\x203C9\x203.55228\x209.44772\x204\x2010\x204V6C8.34315\x206\x207\x204.65685\x207\x203C7\x201.34315\x208.34315\x200\x2010\x200C11.6569\x200\x2013\x201.34315\x2013\x203C13\x204.65685\x2011.6569\x206\x2010\x206V4C10.5523\x204\x2011\x203.55228\x2011\x203Z','shape.type.border-callout3','ShapeIrregularSeal1Icon','ShapeEditor','group','UturnArrow','M3\x209H17V11H3z','ShapeAccentCallout2Icon','M8.05049\x206.5C8.60971\x206.5\x209.05243\x206.66038\x209.39417\x206.99057C9.72039\x207.32075\x209.89126\x207.77358\x209.89126\x208.34906C9.89126\x209.08491\x209.58058\x209.58491\x208.97476\x209.83019C9.30097\x209.95283\x209.54951\x2010.1415\x209.72039\x2010.3868C9.9068\x2010.6415\x2010\x2010.9717\x2010\x2011.3679C10\x2011.9906\x209.82136\x2012.5\x209.47184\x2012.8962C9.09903\x2013.2925\x208.60971\x2013.5\x208.01942\x2013.5C7.45243\x2013.5\x206.99417\x2013.3208\x206.65243\x2012.9717C6.34428\x2012.6573\x206.14372\x2012.2301\x206.05074\x2011.69C6.00957\x2011.4508\x206.20502\x2011.2453\x206.44767\x2011.2453C6.67451\x2011.2453\x206.85393\x2011.4269\x206.90096\x2011.6488C6.95658\x2011.9113\x207.06111\x2012.1258\x207.21942\x2012.2925C7.42136\x2012.5189\x207.68544\x2012.6321\x208.01165\x2012.6321C8.36893\x2012.6321\x208.65631\x2012.5\x208.87379\x2012.2547C9.06019\x2012.0283\x209.16116\x2011.7547\x209.16116\x2011.4151C9.16116\x2011.0189\x209.06019\x2010.7264\x208.85825\x2010.5377C8.67184\x2010.3491\x208.39223\x2010.2547\x208.02718\x2010.2547H8.01009C7.79647\x2010.2547\x207.6233\x2010.0815\x207.6233\x209.86792C7.6233\x209.6543\x207.79647\x209.48113\x208.01009\x209.48113H8.01942C8.36116\x209.48113\x208.61748\x209.38679\x208.78835\x209.20755C8.95922\x209.0283\x209.05243\x208.76415\x209.05243\x208.42453C9.05243\x208.08491\x208.96699\x207.83019\x208.81165\x207.65094C8.64078\x207.46226\x208.38447\x207.37736\x208.05825\x207.37736C7.72427\x207.37736\x207.46019\x207.48113\x207.27379\x207.68868C7.14954\x207.82701\x207.05635\x208.01145\x206.99882\x208.24199C6.94616\x208.45298\x206.77167\x208.62264\x206.5542\x208.62264C6.31334\x208.62264\x206.11943\x208.41738\x206.16627\x208.18112C6.25771\x207.71991\x206.44189\x207.3465\x206.72233\x207.0566C7.06408\x206.67924\x207.5068\x206.5\x208.05049\x206.5Z','FlowchartMultiDocument','_initEvents','shape.type.star12','useAbsolutePosition','ShapeHeptagonIcon','M6.00008\x2015.3138L6.00013\x203.99987L15\x2010L6.00008\x2015.3138ZM7.99994\x207.73572L7.99992\x2011.8099L11.2407\x209.89643L7.99994\x207.73572Z','ShapeGear6Icon','Observable','ShapePieIcon','sheets-shape.line.arrowType.stealthArrow','_shapeService','textRect','M12\x2016.802L11.9948\x2016.924C11.9437\x2017.5286\x2011.5176\x2018\x2011\x2018C10.4824\x2018\x2010.0563\x2017.5286\x2010.0052\x2016.924L10\x2016.802V3.19925C10\x202.53723\x2010.448\x202\x2011\x202C11.552\x202\x2012\x202.53723\x2012\x203.19925V16.802Z','univer-text-gray-500','ActionButtonMovie','#ffffff','Flat','getAdjustNames','univer-w-28','_getDrawingRect','sheet.command.update-connector-relation','SheetDrawingAnchor','getCurrentUnitInfo','sheet.command.toggle-shape-flip','ShapeBentConnector3Icon','getShapeType','sheets-shape.line.dashType.roundDot','focus$','RoundRect','EllipseRibbon2','SetSheetDrawingCommand','_updateSrcRectByTransform','setContextValue','_clearShapeAdjustControls','sheets-shape.line.joinType.miter','M12\x202.00098L19\x2010.001L12\x2018.001L1\x2018L8\x2010L1\x202L12\x202.00098ZM10.6572\x2010L5.40723\x2016H11.0928L16.3418\x2010.001L11.0918\x204H5.40723L10.6572\x2010Z','radial','shape.type.left-right-circular-arrow','ShapeDiagStripeIcon','HorizontallyIcon','shape.type.rect-textbox-horizontal','_sheetDrawingService','M12.1543\x201.00391C13.7394\x201.08421\x2015\x202.39489\x2015\x204V5.30762C14.5832\x205.14723\x2014.149\x205.02276\x2013.7002\x204.93848V4C13.7002\x203.06112\x2012.9389\x202.2998\x2012\x202.2998H4C3.06112\x202.2998\x202.2998\x203.06112\x202.2998\x204V12C2.2998\x2012.9389\x203.06112\x2013.7002\x204\x2013.7002H4.93848C5.02276\x2014.149\x205.14723\x2014.5832\x205.30762\x2015H4C2.39489\x2015\x201.08421\x2013.7394\x201.00391\x2012.1543L1\x2012V4C1\x202.34315\x202.34315\x201\x204\x201H12L12.1543\x201.00391Z','M14.5179\x209.48875C14.5179\x209.99175\x2014.1101\x2010.3995\x2013.607\x2010.3995C13.1041\x2010.3995\x2012.6963\x209.99175\x2012.6963\x209.48875C12.6963\x209.1773\x2013.0455\x208.59966\x2013.3114\x208.20487C13.4549\x207.99177\x2013.7591\x207.99177\x2013.9027\x208.20486C14.1687\x208.59965\x2014.5179\x209.1773\x2014.5179\x209.48875Z','univer-w-20\x20univer-flex-1','ShapeAccentCallout1Icon','M5\x2013V17H1V13H5ZM2\x2016H4V14H2V16Z','M17\x200V16L10\x2020L3\x2016V0H17ZM5\x2014.8389L10\x2017.6963L15\x2014.8389V2H5V14.8389Z','shape-decagon-icon','viewportScrollX','univer-absolute','getCurrentScrollState','sheet.shape.picker.component','shape.type.curved-down-arrow','shape-pie-icon','newAdjustValues','ShapeRibbonIcon','shape-flow-chart-merge-icon','updateLinePoints','M19.083\x207H17V16.9688H7V19L1\x2014L7\x209V10.9688H11V7H9.08301L14.083\x201L19.083\x207Z','Arc','string','getBentTypeFromPoints','_cxtHandlerPointerUp','shape.type.quad-arrow-callout','shape-pie-wedge-icon','dataModel','ShapePentagonIcon','sheets-shape.line.arrowType.arrow','translateWithPrecision','_sheetCanvasPopManagerService','shape.type.heart','AccentBorderCallout3','shape-chevron-icon','shape.type.curved-connector3-arrow2','_initEditingParams','ShapeGear9Icon','InsertSheetDrawingCommand','gdRefX','url(#path-1-inside-1_379_199)','ActionButtonBlank','paragraphs','sheets-shape.line.beginArrowType','domY','_props','getDrawingData','some','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md','M13.9999\x2015.4058L13.9999\x204.09185L5\x2010.092L13.9999\x2015.4058ZM12.0001\x207.8277L12.0001\x2011.9019L8.75934\x209.98841L12.0001\x207.8277Z','line','SolidLine','toolbar.verticalAlignMode.main','M1\x2010C1\x205.02944\x205.02944\x201\x2010\x201C19\x2010\x2010\x201\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019V17C13.6012\x2017\x2016.5656\x2014.2805\x2016.9551\x2010.7832L16.9346\x2010.7627C16.9187\x2010.7469\x2016.9024\x2010.7315\x2016.8867\x2010.7158L16.8398\x2010.6689C16.8243\x2010.6534\x2016.8093\x2010.6375\x2016.7939\x2010.6221C16.7785\x2010.6066\x2016.7624\x2010.5915\x2016.7471\x2010.5762C16.7319\x2010.561\x2016.7172\x2010.5453\x2016.7021\x2010.5303L16.6113\x2010.4395C16.5965\x2010.4246\x2016.5812\x2010.4103\x2016.5664\x2010.3955C16.5516\x2010.3807\x2016.5371\x2010.3653\x2016.5225\x2010.3506L16.4355\x2010.2637C16.4211\x2010.2492\x2016.4059\x2010.235\x2016.3916\x2010.2207C16.3774\x2010.2065\x2016.3637\x2010.1918\x2016.3496\x2010.1777C16.3355\x2010.1636\x2016.3207\x2010.1498\x2016.3066\x2010.1357L16.2646\x2010.0938C16.2508\x2010.0799\x2016.2374\x2010.0655\x2016.2236\x2010.0518C16.2098\x2010.038\x2016.1953\x2010.0244\x2016.1816\x2010.0107L16.1406\x209.96973C16.1271\x209.95616\x2016.114\x209.94216\x2016.1006\x209.92871L16.0205\x209.84863C16.0073\x209.83543\x2015.9936\x209.82265\x2015.9805\x209.80957L15.9414\x209.77051C15.9285\x209.75759\x2015.9161\x209.74425\x2015.9033\x209.73145C15.8905\x209.71858\x2015.877\x209.70611\x2015.8643\x209.69336L15.8262\x209.65527C15.8136\x209.64268\x2015.8015\x209.62966\x2015.7891\x209.61719L15.6055\x209.43359C15.5936\x209.42169\x2015.5811\x209.41023\x2015.5693\x209.39844L15.499\x209.32812C15.4875\x209.31656\x2015.4763\x209.30442\x2015.4648\x209.29297L15.3633\x209.19141C15.3521\x209.18024\x2015.3402\x209.16926\x2015.3291\x209.1582C15.3181\x209.14724\x2015.3077\x209.13585\x2015.2969\x209.125C15.286\x209.11409\x2015.2745\x209.10357\x2015.2637\x209.09277C15.2528\x209.08194\x2015.2422\x209.0703\x2015.2314\x209.05957C15.2208\x209.04894\x2015.2097\x209.03885\x2015.1992\x209.02832C15.1886\x209.0177\x2015.1785\x209.00661\x2015.168\x208.99609L15.1055\x208.93359C15.0952\x208.92331\x2015.0844\x208.9135\x2015.0742\x208.90332L15.0137\x208.84277C15.0037\x208.83279\x2014.9943\x208.82238\x2014.9844\x208.8125L14.8398\x208.66797C14.8305\x208.65864\x2014.8208\x208.64985\x2014.8115\x208.64062C14.8022\x208.63135\x2014.7934\x208.62148\x2014.7842\x208.6123L14.7031\x208.53125C14.6942\x208.52237\x2014.6846\x208.51367\x2014.6758\x208.50488C14.6671\x208.49621\x2014.659\x208.48709\x2014.6504\x208.47852L14.5732\x208.40137C14.5649\x208.39302\x2014.5561\x208.38521\x2014.5479\x208.37695C14.5395\x208.36865\x2014.5317\x208.35978\x2014.5234\x208.35156L14.4746\x208.30273C14.4666\x208.29474\x2014.4581\x208.2872\x2014.4502\x208.2793L14.4033\x208.23242C14.3957\x208.22476\x2014.3884\x208.21656\x2014.3809\x208.20898L14.335\x208.16309C14.3276\x208.15572\x2014.3198\x208.14888\x2014.3125\x208.1416C14.3052\x208.13428\x2014.2983\x208.12638\x2014.291\x208.11914C14.2837\x208.11184\x2014.2758\x208.10487\x2014.2686\x208.09766L14.2471\x208.07617C14.24\x208.06914\x2014.2335\x208.06164\x2014.2266\x208.05469L14.0469\x207.875C14.0406\x207.86872\x2014.0335\x207.86264\x2014.0273\x207.85645L14.0088\x207.83789C14.0027\x207.83183\x2013.9972\x207.82532\x2013.9912\x207.81934C13.9852\x207.8133\x2013.9786\x207.80771\x2013.9727\x207.80176L13.9375\x207.7666C13.9318\x207.76088\x2013.9265\x207.75467\x2013.9209\x207.74902L13.8701\x207.69824C13.8647\x207.69283\x2013.8588\x207.68795\x2013.8535\x207.68262C13.8481\x207.67723\x2013.8432\x207.67132\x2013.8379\x207.66602L13.8223\x207.65039C13.817\x207.64513\x2013.8108\x207.63995\x2013.8057\x207.63477C13.8006\x207.62968\x2013.796\x207.62415\x2013.791\x207.61914L13.7031\x207.53125C13.6985\x207.52659\x2013.6931\x207.52217\x2013.6885\x207.51758L13.6611\x207.49023C13.6567\x207.48581\x2013.6528\x207.48092\x2013.6484\x207.47656C13.644\x207.47217\x2013.6391\x207.46819\x2013.6348\x207.46387L13.6094\x207.43848C13.6053\x207.43439\x2013.6017\x207.4298\x2013.5977\x207.42578L13.5732\x207.40137C13.5693\x207.39738\x2013.5645\x207.39358\x2013.5605\x207.38965L13.5488\x207.37793C13.5451\x207.37416\x2013.5418\x207.36992\x2013.5381\x207.36621L13.4629\x207.29102C13.4595\x207.28765\x2013.4555\x207.28455\x2013.4521\x207.28125L13.4424\x207.27148C13.4393\x207.26836\x2013.4367\x207.26478\x2013.4336\x207.26172L13.4238\x207.25195C13.4207\x207.24884\x2013.4171\x207.24622\x2013.4141\x207.24316C13.411\x207.24009\x2013.4083\x207.23641\x2013.4053\x207.2334L13.3789\x207.20703C13.3761\x207.20424\x2013.3729\x207.20196\x2013.3701\x207.19922C13.3673\x207.19643\x2013.365\x207.19316\x2013.3623\x207.19043L13.3545\x207.18262C13.3518\x207.17993\x2013.3483\x207.17743\x2013.3457\x207.1748L13.3379\x207.16699C13.3354\x207.16453\x2013.3335\x207.1616\x2013.3311\x207.15918L13.3232\x207.15137C13.3208\x207.1489\x2013.3178\x207.14695\x2013.3154\x207.14453C13.313\x207.14211\x2013.311\x207.13909\x2013.3086\x207.13672L13.2812\x207.10938C13.2792\x207.10728\x2013.2765\x207.10557\x2013.2744\x207.10352C13.2723\x207.10143\x2013.2706\x207.09872\x2013.2686\x207.09668L13.2393\x207.06738C13.2374\x207.06557\x2013.2352\x207.06427\x2013.2334\x207.0625C13.2316\x207.06071\x2013.2303\x207.05839\x2013.2285\x207.05664C13.2268\x207.05488\x2013.2244\x207.05347\x2013.2227\x207.05176L13.2178\x207.04688C13.2161\x207.0452\x2013.2145\x207.04265\x2013.2129\x207.04102C13.2114\x207.03953\x2013.2095\x207.03856\x2013.208\x207.03711L13.2031\x207.03223C13.2016\x207.03074\x2013.2007\x207.02879\x2013.1992\x207.02734L13.1904\x207.01855C13.189\x207.01713\x2013.1869\x207.01604\x2013.1855\x207.01465C13.1842\x207.01326\x2013.183\x207.01111\x2013.1816\x207.00977L13.1738\x207.00195C13.1727\x207.0008\x2013.171\x207.00015\x2013.1699\x206.99902L13.166\x206.99512C13.1649\x206.99396\x2013.1642\x206.99233\x2013.1631\x206.99121C13.1619\x206.99007\x2013.1603\x206.98939\x2013.1592\x206.98828C13.158\x206.98715\x2013.1573\x206.98547\x2013.1562\x206.98438L13.1533\x206.98145C13.1523\x206.98039\x2013.1504\x206.97953\x2013.1494\x206.97852C13.1484\x206.97748\x2013.1475\x206.97561\x2013.1465\x206.97461L13.1436\x206.97168C13.1427\x206.97085\x2013.1414\x206.97053\x2013.1406\x206.96973L13.1377\x206.9668C13.1369\x206.96597\x2013.1365\x206.96467\x2013.1357\x206.96387L13.126\x206.9541C13.1252\x206.95335\x2013.1238\x206.95287\x2013.123\x206.95215L13.1211\x206.9502L13.1191\x206.94727L13.1172\x206.94531L13.1152\x206.94434L13.1133\x206.94238L13.1123\x206.94043L13.1104\x206.93848L13.1084\x206.9375L13.1074\x206.93555L13.1055\x206.93457L13.1045\x206.93262L13.1025\x206.93164L13.1016\x206.92969L13.0938\x206.92188H13.0928V6.9209L13.0918\x206.91992H13.0908V6.91895L13.0889\x206.91699H13.0879V6.91602H13.0869V6.91504H13.0859V6.91406L13.085\x206.91309H13.084V6.91211H13.083V6.91113L13.0811\x206.90918H13.0801V6.9082L13.0791\x206.90723H13.0781V6.90625L13.0703\x206.89844L13.0684\x206.89746L13.0674\x206.89551L13.0654\x206.89453L13.0645\x206.89258L13.0625\x206.8916L13.0615\x206.88965L13.0596\x206.8877L13.0576\x206.88672L13.0557\x206.88477L13.0547\x206.88281L13.0527\x206.88086L13.0498\x206.87891L13.0479\x206.87695C13.0471\x206.87623\x2013.0467\x206.87478\x2013.0459\x206.87402L13.0361\x206.86426C13.0353\x206.86346\x2013.034\x206.86313\x2013.0332\x206.8623L13.0303\x206.85938C13.0295\x206.85857\x2013.0291\x206.85727\x2013.0283\x206.85645L13.0254\x206.85352C13.0244\x206.85252\x2013.0225\x206.85162\x2013.0215\x206.85059C13.0205\x206.84957\x2013.0196\x206.84773\x2013.0186\x206.84668L13.0156\x206.84375C13.0145\x206.84265\x2013.0129\x206.84195\x2013.0117\x206.84082C13.0106\x206.83971\x2013.0099\x206.83806\x2013.0088\x206.83691C13.0077\x206.83579\x2013.006\x206.83514\x2013.0049\x206.83398L13.001\x206.83008C12.9999\x206.82895\x2012.9992\x206.82733\x2012.998\x206.82617L12.9902\x206.81836C12.9889\x206.81701\x2012.9867\x206.81584\x2012.9854\x206.81445C12.984\x206.81306\x2012.9829\x206.811\x2012.9814\x206.80957L12.9727\x206.80078C12.9712\x206.79934\x2012.9693\x206.79836\x2012.9678\x206.79688L12.9629\x206.79199C12.9614\x206.79054\x2012.9605\x206.78859\x2012.959\x206.78711C12.9574\x206.78548\x2012.9548\x206.7839\x2012.9531\x206.78223L12.9482\x206.77734C12.9465\x206.77563\x2012.9451\x206.77324\x2012.9434\x206.77148C12.9416\x206.76974\x2012.9393\x206.76839\x2012.9375\x206.7666C12.9357\x206.76483\x2012.9344\x206.76255\x2012.9326\x206.76074L12.9033\x206.73145C12.9013\x206.72941\x2012.8986\x206.72767\x2012.8965\x206.72559C12.8944\x206.72353\x2012.8927\x206.72085\x2012.8906\x206.71875L12.8633\x206.69141C12.8609\x206.68904\x2012.8579\x206.68699\x2012.8555\x206.68457C12.8531\x206.68215\x2012.8511\x206.67922\x2012.8486\x206.67676L12.8408\x206.66895C12.8384\x206.66653\x2012.8355\x206.66457\x2012.833\x206.66211L12.8252\x206.6543C12.8226\x206.65167\x2012.8201\x206.64819\x2012.8174\x206.64551L12.8096\x206.6377C12.8068\x206.63497\x2012.8036\x206.63267\x2012.8008\x206.62988C12.798\x206.62714\x2012.7958\x206.62389\x2012.793\x206.62109L12.7666\x206.59473C12.7636\x206.59171\x2012.7599\x206.58901\x2012.7568\x206.58594C12.7538\x206.58288\x2012.7512\x206.57929\x2012.748\x206.57617L12.7383\x206.56641C12.7352\x206.56334\x2012.7316\x206.56074\x2012.7285\x206.55762L12.7188\x206.54785C12.7154\x206.54455\x2012.7123\x206.54047\x2012.709\x206.53711L12.6338\x206.46191C12.6301\x206.4582\x2012.6258\x206.45495\x2012.6221\x206.45117L12.6104\x206.43945C12.6064\x206.43553\x2012.6026\x206.43075\x2012.5986\x206.42676L12.5742\x206.40234C12.5702\x206.39833\x2012.5656\x206.39471\x2012.5615\x206.39062L12.5361\x206.36523C12.5318\x206.36091\x2012.5278\x206.35596\x2012.5234\x206.35156C12.5191\x206.3472\x2012.5142\x206.3433\x2012.5098\x206.33887L12.4824\x206.31152C12.4778\x206.30693\x2012.4734\x206.30153\x2012.4688\x206.29688L12.3809\x206.20898C12.3758\x206.20397\x2012.3703\x206.19942\x2012.3652\x206.19434C12.3601\x206.18915\x2012.3549\x206.18299\x2012.3496\x206.17773L12.334\x206.16211C12.3287\x206.1568\x2012.3228\x206.15187\x2012.3174\x206.14648C12.312\x206.14115\x2012.3072\x206.13529\x2012.3018\x206.12988L12.251\x206.0791C12.2453\x206.07346\x2012.2391\x206.06822\x2012.2334\x206.0625L12.1982\x206.02734C12.1923\x206.02139\x2012.1867\x206.01482\x2012.1807\x206.00879C12.1747\x206.00281\x2012.1682\x205.99727\x2012.1621\x205.99121L12.1436\x205.97266C12.1374\x205.96646\x2012.1313\x205.9594\x2012.125\x205.95312L11.9453\x205.77344C11.9384\x205.76649\x2011.9309\x205.75996\x2011.9238\x205.75293L11.9023\x205.73145C11.8951\x205.72423\x2011.8882\x205.71629\x2011.8809\x205.70898C11.8736\x205.70175\x2011.8657\x205.69482\x2011.8584\x205.6875C11.8511\x205.68022\x2011.8443\x205.67241\x2011.8369\x205.66504L11.791\x205.61914C11.7834\x205.61157\x2011.7752\x205.60434\x2011.7676\x205.59668L11.7207\x205.5498C11.7128\x205.5419\x2011.7053\x205.53338\x2011.6973\x205.52539L11.6484\x205.47656C11.6402\x205.46835\x2011.6314\x205.46046\x2011.623\x205.45215C11.6148\x205.44389\x2011.607\x205.43511\x2011.5986\x205.42676L11.5215\x205.34961C11.5129\x205.34103\x2011.5038\x205.33289\x2011.4951\x205.32422C11.4863\x205.31543\x2011.4776\x205.30576\x2011.4688\x205.29688L11.3877\x205.21582C11.3785\x205.20664\x2011.3687\x205.19776\x2011.3594\x205.18848C11.3501\x205.17925\x2011.3414\x205.16948\x2011.332\x205.16016L11.1875\x205.01562C11.1776\x205.00575\x2011.1672\x204.99631\x2011.1572\x204.98633L11.0967\x204.92578C11.0865\x204.9156\x2011.0767\x204.90482\x2011.0664\x204.89453L11.0039\x204.83203C10.9934\x204.82152\x2010.9823\x204.8114\x2010.9717\x204.80078C10.9612\x204.79025\x2010.9511\x204.77919\x2010.9404\x204.76855C10.9297\x204.75783\x2010.9181\x204.74716\x2010.9072\x204.73633C10.8964\x204.72553\x2010.8859\x204.71403\x2010.875\x204.70312C10.8641\x204.69227\x2010.8528\x204.68186\x2010.8418\x204.6709C10.8307\x204.65985\x2010.8198\x204.64788\x2010.8086\x204.63672L10.707\x204.53516C10.6956\x204.5237\x2010.6834\x204.51254\x2010.6719\x204.50098L10.6016\x204.43066C10.5898\x204.41887\x2010.5783\x204.40643\x2010.5664\x204.39453L10.3828\x204.21094C10.3703\x204.19846\x2010.3573\x204.18642\x2010.3447\x204.17383L10.3066\x204.13574C10.2939\x204.123\x2010.2814\x204.10954\x2010.2686\x204.09668C10.2558\x204.08388\x2010.2424\x204.07151\x2010.2295\x204.05859L10.1904\x204.01953C10.1773\x204.00645\x2010.1646\x203.9927\x2010.1514\x203.97949L10.0713\x203.89941C10.0578\x203.88597\x2010.0438\x203.87294\x2010.0303\x203.85938L9.98926\x203.81836C9.97558\x203.80468\x209.96204\x203.79016\x209.94824\x203.77637C9.93452\x203.76264\x209.92009\x203.7492\x209.90625\x203.73535L9.86426\x203.69336C9.85023\x203.67934\x209.83641\x203.66454\x209.82227\x203.65039C9.80817\x203.63629\x209.79352\x203.62262\x209.7793\x203.6084C9.76498\x203.59409\x209.75076\x203.57889\x209.73633\x203.56445L9.64941\x203.47754C9.63473\x203.46285\x209.6193\x203.44841\x209.60449\x203.43359C9.58974\x203.41885\x209.57542\x203.40355\x209.56055\x203.38867L9.46973\x203.29785C9.45465\x203.28278\x209.43903\x203.26813\x209.42383\x203.25293C9.40851\x203.23761\x209.39338\x203.2215\x209.37793\x203.20605C9.36253\x203.19066\x209.34658\x203.17568\x209.33105\x203.16016L9.28418\x203.11328C9.26849\x203.09759\x209.25313\x203.08125\x209.2373\x203.06543L9.21582\x203.04395C5.71897\x203.43378\x203\x206.39912\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017V19C5.02944\x2019\x201\x2014.9706\x201\x2010Z','shape-wedge-round-rect-callout-icon','sheets-shape.line.capType.title','DependentOn','insertGroupObject','url(#path-1-inside-1_453_267)','shape-ellipse-ribbon-icon','ShapeFlowChartPredefinedProcessIcon','highlighted','forEach','8gmPTaf','M19\x204V15H6V4H19Z','sheets-shape.fill.title','removeLinePoints','ActionButtonBackPrevious','Circle','shape-octagon-icon','shape.type.uturn-arrow','FoldedCorner','M12.9673\x206.74968C13.0774\x206.59315\x2013.2567\x206.5\x2013.4481\x206.5C13.7726\x206.5\x2014.0357\x206.7631\x2014.0357\x207.08765V11.1275H14.5735C14.8091\x2011.1275\x2015\x2011.3184\x2015\x2011.5539C15\x2011.7895\x2014.8091\x2011.9804\x2014.5735\x2011.9804H14.0357V13.0357C14.0357\x2013.2921\x2013.8278\x2013.5\x2013.5714\x2013.5C13.315\x2013.5\x2013.1071\x2013.2921\x2013.1071\x2013.0357V11.9804H10.7671C10.3435\x2011.9804\x2010\x2011.6369\x2010\x2011.2133C10\x2011.0553\x2010.0487\x2010.9013\x2010.1396\x2010.7721L12.9673\x206.74968ZM13.0804\x207.85294L10.7946\x2011.1275H13.1071V7.85294H13.0804Z','M19\x208V17H1V8L6\x203H14L19\x208ZM3\x2015H17V9.0293L13.3584\x205H6.72363L3\x208.93555V15Z','UniverCore','pluginName','ShapeCanIcon','LeftBrace','Diamond','url(#path-1-inside-1_379_366)','ShapeFlowChartPunchedCardIcon','shape-flow-chart-offpage-connector-icon','SetInlineFormatTextBackgroundColorCommand','open','shape-bent-up-arrow-icon','filter','ShapeStar10Icon','StripedRightArrow','ShapeSmileyFaceIcon','shape-right-brace-icon','Radio','M7\x201C7\x204.31371\x204.31371\x207\x201\x207V1H7ZM3\x204.46289C3.60673\x204.11172\x204.11276\x203.60678\x204.46387\x203H3V4.46289Z','getUnit','more-down-icon','shape-flow-chart-or-icon','M19\x2013V17H15V13H19ZM16\x2016H18V14H16V16Z','top','version','substring','ShapeCloudCalloutIcon','verticalAlign','sheets-shape.line.arrowType.ovalArrow','shape.type.pie','getSkeletonParam','attrs','shape-text-editor-position-wrapper','shape-cloud-icon','_sheetBasicShapeConnectionPointController','AccentCallout1','ShapeBevelIcon','dispose','sheets-shape.line.capType.square','ShapeStar32Icon','FOCUSING_PANEL_EDITOR','pick','SolidFil','ShapeSnip1RectIcon','M11\x209.99999C11\x207.7541\x2011.8394\x205.82395\x2012.6426\x204.48534C13.047\x203.81132\x2013.4513\x203.27184\x2013.7568\x202.89842C13.9099\x202.71139\x2014.0397\x202.56482\x2014.1328\x202.46288C14.1794\x202.41187\x2014.2169\x202.37116\x2014.2441\x202.34276C14.2574\x202.3289\x2014.2682\x202.31785\x2014.2764\x202.30956C14.2805\x202.30536\x2014.2844\x202.30153\x2014.2871\x202.29881C14.2884\x202.29749\x2014.2891\x202.29588\x2014.29\x202.29491L14.292\x202.29393V2.29295C14.2922\x202.29276\x2014.2938\x202.29393\x2014.6484\x202.64842L14.293\x202.29295C14.6835\x201.90243\x2015.3165\x201.90243\x2015.707\x202.29295C16.0974\x202.68332\x2016.0971\x203.31548\x2015.707\x203.70604L15.7061\x203.70799C15.7029\x203.7112\x2015.6969\x203.7178\x2015.6885\x203.72655C15.6717\x203.74404\x2015.6446\x203.77194\x2015.6094\x203.81053C15.5385\x203.88819\x2015.4336\x204.00765\x2015.3057\x204.16405C15.0487\x204.47808\x2014.7028\x204.93901\x2014.3574\x205.51463C13.6606\x206.67601\x2013\x208.24595\x2013\x209.99999C13\x2012.019\x2013.6717\x2013.586\x2014.3457\x2014.6533C14.6829\x2015.1872\x2015.0185\x2015.5925\x2015.2656\x2015.8603C15.389\x2015.994\x2015.4903\x2016.0929\x2015.5566\x2016.1553C15.5896\x2016.1863\x2015.6135\x2016.2089\x2015.6279\x2016.2217C15.6352\x2016.2281\x2015.6405\x2016.2316\x2015.6426\x2016.2334L15.6416\x2016.2324C16.0648\x2016.5862\x2016.1218\x2017.2167\x2015.7686\x2017.6406C15.415\x2018.0648\x2014.7836\x2018.1221\x2014.3594\x2017.7685L15\x2017C14.3985\x2017.7217\x2014.3619\x2017.7652\x2014.3594\x2017.7676L14.3584\x2017.7666L14.3564\x2017.7656C14.3552\x2017.7646\x2014.3541\x2017.763\x2014.3525\x2017.7617C14.3494\x2017.759\x2014.3454\x2017.7558\x2014.3408\x2017.7519C14.3316\x2017.744\x2014.3192\x2017.7335\x2014.3047\x2017.7207C14.2752\x2017.6947\x2014.2344\x2017.6583\x2014.1855\x2017.6123C14.0879\x2017.5205\x2013.9545\x2017.3885\x2013.7969\x2017.2178C13.4816\x2016.8762\x2013.0669\x2016.375\x2012.6543\x2015.7217C11.8284\x2014.4139\x2011\x2012.4809\x2011\x209.99999ZM15.709\x203.70506L15.708\x203.70702L15.709\x203.70506Z','style','Wave','_config','Octagon','M7.6091\x206.19862C7.71516\x206.08227\x207.86203\x206.008\x208.01946\x206.008C8.30134\x206.008\x208.52985\x206.2365\x208.52985\x206.51838V13.495C8.52985\x2013.7739\x208.30373\x2014\x208.0248\x2014C7.74588\x2014\x207.51976\x2013.7739\x207.51976\x2013.495V7.44756C7.28541\x207.71253\x207.01259\x207.9357\x206.7032\x208.11706C6.37588\x208.30892\x206\x208.0423\x206\x207.6629C6\x207.41785\x206.16328\x207.20549\x206.38523\x207.10161C6.56197\x207.01889\x206.74438\x206.91442\x206.93595\x206.78822C7.19346\x206.6016\x207.41785\x206.40844\x207.6091\x206.19862Z','FlowchartDelay','color','_baseShapeHeight','ShapeDocAlignCommand','Fragment','shape-corner-icon','M19\x201H1L10\x2019L19\x201ZM4.23633\x203H15.7637L10\x2014.5273L4.23633\x203Z','documentStyle','shape-down-arrow-callout-icon','endConnectionDetection','ShapeFlowChartOnlineStorageIcon','M4.58905\x203.17483L4.48829\x203.08142C3.97124\x202.63669\x203.29491\x202.56296\x202.92893\x202.92893C2.56296\x203.29491\x202.63669\x203.97124\x203.08142\x204.48829L3.17484\x204.58905L15.41\x2016.8242C15.9366\x2017.3508\x2016.6807\x2017.4614\x2017.0711\x2017.0711C17.4614\x2016.6807\x2017.3508\x2015.9366\x2016.8242\x2015.41L4.58905\x203.17483Z','add$','_openShapeEditPanel','defineProperty','M19.083\x207V9H23.3531L20.6194\x205.71963L19.083\x207ZM17\x207V5H15V7H17ZM17\x2016.9688V18.9688H19V16.9688H17ZM7\x2016.9688V14.9688H5V16.9688H7ZM7\x2019L5.71963\x2020.5364L9\x2023.2701V19H7ZM1\x2014L-0.280369\x2012.4636L-2.1241\x2014L-0.280369\x2015.5364L1\x2014ZM7\x209H9V4.72992L5.71963\x207.46356L7\x209ZM7\x2010.9688H5V12.9688H7V10.9688ZM11\x2010.9688V12.9688H13V10.9688H11ZM11\x207H13V5H11V7ZM9.08301\x207L7.54657\x205.71963L4.81292\x209H9.08301V7ZM14.083\x201L15.6195\x20-0.280369L14.083\x20-2.1241L12.5466\x20-0.280369L14.083\x201ZM19.083\x207V5H17V7V9H19.083V7ZM17\x207H15V16.9688H17H19V7H17ZM17\x2016.9688V14.9688H7V16.9688V18.9688H17V16.9688ZM7\x2016.9688H5V19H7H9V16.9688H7ZM7\x2019L8.28037\x2017.4636L2.28037\x2012.4636L1\x2014L-0.280369\x2015.5364L5.71963\x2020.5364L7\x2019ZM1\x2014L2.28037\x2015.5364L8.28037\x2010.5364L7\x209L5.71963\x207.46356L-0.280369\x2012.4636L1\x2014ZM7\x209H5V10.9688H7H9V9H7ZM7\x2010.9688V12.9688H11V10.9688V8.96875H7V10.9688ZM11\x2010.9688H13V7H11H9V10.9688H11ZM11\x207V5H9.08301V7V9H11V7ZM9.08301\x207L10.6195\x208.28037L15.6195\x202.28037L14.083\x201L12.5466\x20-0.280369L7.54657\x205.71963L9.08301\x207ZM14.083\x201L12.5466\x202.28037L17.5466\x208.28037L19.083\x207L20.6194\x205.71963L15.6195\x20-0.280369L14.083\x201Z','ShapeRound1RectIcon','sheets-shape.line.dashType.title','shape.type.circular-arrow','Miter','_handleFreeEndpointPointerUp','Star8','shape-rt-triangle-icon','ShapeActionButtonReturnIcon','shape-border-callout2-icon','M7\x2013H6V14.3301L0\x2010L6\x205.66992V7H7V1H13V7H14V5.66992L20\x2010L14\x2014.3301V13H13V19H7V13ZM9\x209H4.80273L3.41699\x2010L4.80273\x2011H9V17H11V11H15.1973L16.582\x2010L15.1973\x209H11V3H9V9Z','M17\x2010V3H10C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017V19C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201H19V10C19\x2014.9706\x2014.9706\x2019\x2010\x2019V17C13.866\x2017\x2017\x2013.866\x2017\x2010Z','clearAdjustValue','M10\x2020L3\x2012.5H6.96875V7.5H3L10\x200L17\x207.5H13.0312V12.5H17L10\x2020ZM11.0312\x2014.5V5.5H12.3984L10\x202.92969L7.60254\x205.5H8.96875V14.5H7.60254L10\x2017.0693L12.3984\x2014.5H11.0312Z','Snip2SameRect','RightArrow','ShapeSwooshArrowIcon','Dropdown','random','M10\x200C15.5228\x200\x2020\x202.01472\x2020\x204.5C20\x204.6692\x2019.9769\x204.83565\x2019.9365\x205H20L15.1924\x2016.5381C14.319\x2018.6342\x2012.2708\x2020\x2010\x2020V18C11.4632\x2018\x2012.7838\x2017.1196\x2013.3467\x2015.7686L17.9385\x204.74707L17.9941\x204.52246C17.9972\x204.51006\x2017.9983\x204.50159\x2017.999\x204.49707C17.9987\x204.48926\x2017.9971\x204.46607\x2017.9766\x204.4209C17.9492\x204.36063\x2017.8873\x204.25694\x2017.7568\x204.11816C17.4859\x203.82987\x2017.0005\x203.47934\x2016.25\x203.1416C14.7533\x202.46817\x2012.5454\x202\x2010\x202C7.45463\x202\x205.24671\x202.46817\x203.75\x203.1416C2.99947\x203.47934\x202.51413\x203.82987\x202.24316\x204.11816C2.11273\x204.25694\x202.05085\x204.36063\x202.02344\x204.4209C2.00286\x204.46615\x202.00035\x204.4893\x202\x204.49707C2.00069\x204.50156\x202.00278\x204.50992\x202.00586\x204.52246L2.06055\x204.74707L6.65332\x2015.7686C7.21625\x2017.1196\x208.53678\x2018\x2010\x2018V20C7.72918\x2020\x205.68101\x2018.6342\x204.80762\x2016.5381L0\x205H0.0634766C0.0230566\x204.83565\x200\x204.6692\x200\x204.5C0\x202.01472\x204.47715\x200\x2010\x200Z','shape-cloud-callout-icon','ShapeLeftUpArrowIcon','ShapeAccentBorderCallout2Icon','_activeShapeInfo','DoubleWave','ResetInlineFormatTextBackgroundColorCommand','CURSOR_TYPE','shape.type.teardrop','getRenderById','ShapeRoundRectIcon','isActive','size','ShapeDoubleWaveIcon','getShapeTypeById','adjName','shape-text-editor','makeDirty','ShapeCallout1Icon','Star5','shape-uturn-arrow-icon','shape-lightning-bolt-icon','data','shape.type.cloud','_createCopyInfoByRange','ShapeFlowChartManualInputIcon','ShapeSnip2SameRectIcon','shape-up-arrow-icon','M3\x2016.802L2.99481\x2016.924C2.94367\x2017.5286\x202.51757\x2018\x202\x2018C1.48243\x2018\x201.05633\x2017.5286\x201.00519\x2016.924L1\x2016.802V3.19925C1\x202.53723\x201.44797\x202\x202\x202C2.55203\x202\x203\x202.53723\x203\x203.19925V16.802Z','_currentConnectionTarget','_getSceneAndTransformerByDrawingSearch','univer-absolute\x20univer-z-[100]\x20univer-overflow-visible','NotchedRightArrow','flipX','changeStart$','sheets-shape.line.arrowSize.small','Heart','shape.type.left-up-arrow','_activeAdjustInfo','ShapeUpDownArrowIcon','Moon','Frame','calculate','getConnectionInfo','M3.77393\x209.00006H1.9165C1.91653\x2012.8659\x204.82681\x2016.0001\x208.4165\x2016.0001C12.0062\x2016.0001\x2014.9165\x2012.8659\x2014.9165\x209.00006H16.0005L14.021\x206.00006L12.0005\x209.00006H13.0591C13.0591\x2011.7613\x2010.9806\x2013.9991\x208.4165\x2013.9991V12.2374C9.37167\x2012.2374\x2010.2981\x2011.6773\x2010.8325\x2010.7618H8.69092L14.0356\x202.82428L19.2729\x2010.7618H16.5083C15.7478\x2014.679\x2012.5031\x2017.7618\x208.4165\x2017.7618C3.73333\x2017.7618\x200.154823\x2013.7135\x200.154785\x209.00006V7.23834H5.53564V9.00006C5.53568\x2010.9134\x206.94564\x2012.2374\x208.4165\x2012.2374V13.9991C5.85245\x2013.9991\x203.77396\x2011.7613\x203.77393\x209.00006Z','Callout1','getConnectorLinePoints','_initCommands','cos','useEditor','sheets-shape.rotateRight90','M16\x2011V16H11V9.5L16\x2011ZM13\x2014H14V12.4883L13\x2012.1875V14Z','lineType','M19.6819\x2016.2938C19.8534\x2016.1355\x2019.8534\x2015.8645\x2019.6819\x2015.7062L16.9214\x2013.1561C16.6652\x2012.9195\x2016.25\x2013.1012\x2016.25\x2013.45V18.55C16.25\x2018.8988\x2016.6652\x2019.0805\x2016.9214\x2018.8439L19.6819\x2016.2938Z','@univerjs/drawing-ui','shape.type.snip1-rect','marginTop','ShapeFlowChartMagneticDrumIcon','ShapeLeftRightArrowIcon','M19.0002\x204V15H6.00018V4H19.0002Z','_handleBasicShapeUpdateConnectorLineShape','redos','ISheetDrawingService','M19.0001\x204V15H9.00013V4H19.0001Z','DrawingCommonPanel','0\x200\x2016\x2016','M11\x203H25V5H11z','shape-left-right-up-arrow-icon','M11\x2012H9V16H11V12Z','M13\x207H7V13L5\x2015V5H15L13\x207Z','beginPath','subscribe','getShapeModel','M10\x201.00098L8.50518\x20-0.327751L10\x20-2.00942L11.4948\x20-0.327751L10\x201.00098ZM2\x2010.001V12.001H-2.45369L0.505182\x208.67225L2\x2010.001ZM6.00098\x2010.001V8.00098H8.00098V10.001H6.00098ZM6.00098\x2019.001V21.001H4.00098V19.001H6.00098ZM14.001\x2019.001H16.001V21.001H14.001V19.001ZM14.001\x2010.001H12.001V8.00098H14.001V10.001ZM18\x2010.001L19.4948\x208.67225L22.4537\x2012.001H18V10.001ZM10\x201.00098L11.4948\x202.3297L3.49482\x2011.3297L2\x2010.001L0.505182\x208.67225L8.50518\x20-0.327751L10\x201.00098ZM2\x2010.001V8.00098H6.00098V10.001V12.001H2V10.001ZM6.00098\x2010.001H8.00098V19.001H6.00098H4.00098V10.001H6.00098ZM6.00098\x2019.001V17.001H14.001V19.001V21.001H6.00098V19.001ZM14.001\x2019.001H12.001V10.001H14.001H16.001V19.001H14.001ZM14.001\x2010.001V8.00098H18V10.001V12.001H14.001V10.001ZM18\x2010.001L16.5052\x2011.3297L8.50518\x202.3297L10\x201.00098L11.4948\x20-0.327751L19.4948\x208.67225L18\x2010.001Z','_registerDrawingMoveHandler','shape.type.accent-callout2','shape.type.ellipse-ribbon','computeConnectorRouteLayout','getSelfOrHeaderFooterModel','path-1-inside-1_453_267','shape.type.half-frame','UNIVER_SHEET','shape-smiley-face-icon','colStartX','colorChannel1','[DrawingShape]\x20LocaleService\x20is\x20required\x20for\x20rich\x20text\x20rendering','shape.type.notched-right-arrow','SheetScrollManagerService','M10\x203C13.9274\x203\x2018\x204.79086\x2018\x207C18\x209.20914\x2013.9274\x2011\x2010\x2011V9C11.7519\x209\x2013.5109\x208.5947\x2014.7752\x207.98828C15.4109\x207.68336\x2015.8349\x207.36933\x2016.0712\x207.11426C16.1115\x207.0707\x2016.1404\x207.03108\x2016.1641\x207C16.1404\x206.96892\x2016.1115\x206.9293\x2016.0712\x206.88574C15.8349\x206.63067\x2015.4109\x206.31664\x2014.7752\x206.01172C13.5109\x205.4053\x2011.7519\x205\x2010\x205C8.24812\x205\x206.48914\x205.4053\x205.22483\x206.01172C4.58914\x206.31664\x204.16507\x206.63067\x203.92882\x206.88574C3.88828\x206.92952\x203.85882\x206.96883\x203.83507\x207C3.85882\x207.03118\x203.88828\x207.07048\x203.92882\x207.11426C4.16507\x207.36933\x204.58914\x207.68336\x205.22483\x207.98828C6.48914\x208.5947\x208.24812\x209\x2010\x209V11C6.07264\x2011\x202\x209.20914\x202\x207C2\x204.79086\x206.07264\x203\x2010\x203Z','mainComponent','#ff0000','_sidebarService','ClearSheetDrawingTransformerOperation','drawingType','63myWhuf','COLOR_PICKER_COMPONENT','UniverProSheetsShapeUi','M15.083\x207H13V10.9688H14V9L20\x2014L14\x2019V16.9688H6V19L0\x2014L6\x209V10.9688H7V7H5.08301L10.083\x201L15.083\x207ZM9\x2012.9688H4.36133L3.12305\x2014L4.28613\x2014.9688H15.7139L16.876\x2014L15.6387\x2012.9688H11V5.22363L10.083\x204.12305L9\x205.42285V12.9688Z','ActionButtonDocument','shape.type.star4','icon','shape.type.striped-right-arrow','setShapeProps','M1\x2010.001L10\x2018.001V14H19V6H10V2.00098L1\x2010.001Z','_shapeId','IUniverInstanceService','UpArrowCallout','ang','shape-donut-icon','shape.type.flow-chart-magnetic-tape','undo','ShapeCornerTabsIcon','shape.type.action-button-information','shape-math-multiply-icon','shape-round1-rect-icon','M19\x2010C19\x205.02944\x2014.9706\x201\x2010\x201H8L1\x2010L8\x2019.001V19H10V17H8.97754L3.53418\x2010L8.97852\x203H10C13.866\x203\x2017\x206.13401\x2017\x2010C17\x2013.866\x2013.866\x2017\x2010\x2017V19C14.9706\x2019\x2019\x2014.9706\x2019\x2010Z','ShapeRightBracketIcon','LeftArrowCallout','_clearConnectionSites','oldShapeData','children','basicShape','gdRefY','ShapeHexagonIcon','ShapeWedgeRoundRectCalloutIcon','M4.59429\x209.91609C4.93605\x2010.1678\x205.17425\x2010.4895\x205.30888\x2010.8811C5.45387\x2011.2727\x205.52636\x2011.8182\x205.52636\x2012.5175V14.5734C5.52636\x2015.2867\x205.53154\x2015.7273\x205.5419\x2015.8951C5.56261\x2016.049\x205.61439\x2016.1818\x205.69724\x2016.2937C5.82152\x2016.4895\x206.08043\x2016.5874\x206.47397\x2016.5874C6.97159\x2016.5874\x207.37498\x2016.9908\x207.37498\x2017.4884V17.7758C7.37498\x2018.3592\x206.90204\x2018.8322\x206.31863\x2018.8322C5.60404\x2018.8322\x205.0914\x2018.7832\x204.7807\x2018.6853C4.48037\x2018.6014\x204.20592\x2018.4126\x203.95737\x2018.1189C3.57419\x2017.6713\x203.37741\x2016.9021\x203.36706\x2015.8112V12.7692C3.36706\x2012.1539\x203.3101\x2011.7063\x203.19618\x2011.4266C3.16427\x2011.3404\x203.06504\x2011.2635\x202.93482\x2011.1959C2.41434\x2010.9258\x202\x2010.4796\x202\x209.89314C2\x209.32887\x202.38078\x208.88862\x202.8914\x208.64847C3.04272\x208.5773\x203.16081\x208.49634\x203.19618\x208.4056C3.3101\x208.12588\x203.36706\x207.67833\x203.36706\x207.06294V4.02098C3.37741\x202.83217\x203.61043\x202.02098\x204.06611\x201.58741C4.30431\x201.34965\x204.55804\x201.1958\x204.82731\x201.12587C5.10693\x201.04196\x205.52119\x201\x206.07007\x201H6.26309C6.87717\x201\x207.37498\x201.49781\x207.37498\x202.11189V2.32277C7.37498\x202.82038\x206.97159\x203.22378\x206.47397\x203.22378C6.07008\x203.22378\x205.80599\x203.32867\x205.68171\x203.53846C5.60922\x203.66434\x205.56261\x203.81119\x205.5419\x203.97902C5.53154\x204.13287\x205.52636\x204.55245\x205.52636\x205.23776V7.31469C5.52636\x208.01399\x205.45905\x208.55245\x205.32441\x208.93007C5.18978\x209.3077\x204.94641\x209.63637\x204.59429\x209.91609Z','rotation','shape-curved-connector3-arrow1-icon','_commandService','startColumn','ShapeDiamondIcon','getBasicShapeRelation','M17.6819\x2016.2938C17.8534\x2016.1355\x2017.8534\x2015.8645\x2017.6819\x2015.7062L14.9214\x2013.1561C14.6652\x2012.9195\x2014.25\x2013.1012\x2014.25\x2013.45V18.55C14.25\x2018.8988\x2014.6652\x2019.0805\x2014.9214\x2018.8439L17.6819\x2016.2938Z','shape-flow-chart-connector-icon','ShapeDefaultConfig','M19\x2010.001L10\x2018.001V14H1V6H10V2.00098L19\x2010.001Z','viewBound','CopySheetCommand','subUnitId','M19.0002\x204V15H9.00018V4H19.0002Z','shape.type.chart-star','shape.type.math-equal','path','shape.type.block-arc','NonIsoscelesTrapezoid','switchMap','prstGeom','shape-round-rect-icon','_focusedDrawings','ShapeAccentBorderCallout3Icon','warn','_subUnitId','refreshTransform','CommandType','sheets-shape.fill.solidFill','_attachConnectorObjectEvent','_sheetDrawingShapeRenderController','shape-star4-icon','M11\x202.00098L20\x2010.001L11\x2018H1V2L11\x202.00098ZM3\x2016H10.2393L16.9883\x2010L10.2383\x204H3V16Z','BlockArc','position','M19.8995\x209.89949L10\x2019.799L0.100505\x209.89949L10\x200L19.8995\x209.89949ZM2.92893\x209.89949L10\x2016.9706L17.0711\x209.89949L10\x202.82843L2.92893\x209.89949Z','shape-right-bracket-icon','ShapeBentUpArrowIcon','ShapeActionButtonBeginningIcon','refreshAdjustControls','ShapeCubeIcon','_addLineRerouteUpdates','shape-bevel-icon','None','shape-flow-chart-punched-tape-icon','M4.80199\x2016L4.92404\x2016.0052C5.52855\x2016.0563\x206\x2016.4824\x206\x2017C6\x2017.5176\x205.52855\x2017.9437\x204.92404\x2017.9948L4.80199\x2018H2.19925C1.53723\x2018\x201\x2017.552\x201\x2017C1\x2016.448\x201.53723\x2016\x202.19925\x2016H4.80199Z','M8.01281\x201.36643C8.79386\x200.585377\x2010.0602\x200.585378\x2010.8412\x201.36643L12.9223\x203.44752C13.7034\x204.22857\x2013.7034\x205.4949\x2012.9223\x206.27595L9.36445\x209.83383C8.5834\x2010.6149\x207.31707\x2010.6149\x206.53602\x209.83383L4.45493\x207.75273C3.67388\x206.97168\x203.67388\x205.70535\x204.45493\x204.9243L8.01281\x201.36643ZM9.9927\x202.21495C9.68028\x201.90253\x209.17375\x201.90253\x208.86133\x202.21495L5.30346\x205.77283L5.29671\x205.77966L10.839\x206.66224L12.0738\x205.42742C12.3862\x205.115\x2012.3862\x204.60847\x2012.0738\x204.29605L9.9927\x202.21495Z','5ZwyhKM','FlowchartMerge','ShapeFlowChartConnectorIcon','shape.type.flow-chart-delay','align.center','ShapeRtTriangleIcon','shape-ribbon2-icon','shape-plaque-tabs-icon','getCellWithCoordByOffset','CUT','abs','ShapeLightningBoltIcon','_copyInfo','FlowchartInternalStorage','deg)\x20scaleY(','params','_baseShapeTop','M1\x2013H5V17H1V13Z','ShapeFolderCornerIcon','Bevel','flowchart','VerticalCenterIcon','_executeConnectionCommand','8667310kQkwJF','ShapeCurvedLeftArrowIcon','FlowchartProcess','PaintBucketDoubleIcon','BUTTON_SELECTOR','fillType','shape-action-button-movie-icon','ShapeFlowChartMergeIcon','1em','@univerjs-pro/engine-shape','asObservable','span','disableObjectsEvent','AlignJustifyCommand','M11.802\x202L11.924\x202.00519C12.5286\x202.05633\x2013\x202.48243\x2013\x203C13\x203.51757\x2012.5286\x203.94367\x2011.924\x203.99481L11.802\x204H9.19925C8.53723\x204\x208\x203.55203\x208\x203C8\x202.44797\x208.53723\x202\x209.19925\x202L11.802\x202Z','M14.5\x204.5H12.5V15.5H14.5V4.5Z','M19\x202V18H1V2H19ZM3\x2016H17V4H3V16Z','displayName','sheets-shape-ui','cxnPointRadius','AlignRightCommand','_drawRichText','ShapeFlowChartCollateIcon','M15.1426\x2012H16.4385L15.2188\x2010L16.4648\x207.95508L15.1426\x207.93945V4.92871H12V3.6084L10\x204.8584L8\x203.6084V4.92871H5.3457V8.05859L4.02832\x208.01953L5.48926\x2010.0146L4\x2012H5.3457V15.0713H8V16.3906L10\x2015.1416L12\x2016.3906V15.0713H15.1426V12ZM17.1426\x2017.0713H14V20L10\x2017.5L6\x2020V17.0713H3.3457V14H0L3\x2010L0\x205.90332L3.3457\x206V2.92871H6V0L10\x202.5L14\x200V2.92871H17.1426V5.96484L20\x206L17.5605\x2010L20\x2014H17.1426V17.0713Z','getBatchUpdateOp','COPY_TYPE','Trapezoid','M17\x206C17\x205.44772\x2016.5523\x205\x2016\x205H3V14C3\x2014.5523\x203.44772\x2015\x204\x2015V17C2.34315\x2017\x201\x2015.6569\x201\x2014V3H16C17.6569\x203\x2019\x204.34315\x2019\x206V17H4V15H17V6Z','shapeType','opacity','sheets-shape.fill.transparency','ShapeActionButtonInformationIcon','end','diamond','FlowchartCollate','DocSelectionManagerService','toolbar.fillColor.main','ShapeLeftArrowCalloutIcon','M17\x2010C17\x206.13401\x2013.866\x203\x2010\x203C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017V19C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201C14.9706\x201\x2019\x205.02944\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019V17C13.866\x2017\x2017\x2013.866\x2017\x2010Z','FlowchartAlternateProcess','path-1-inside-1_379_199','Ribbon2','ShapeWedgeRectCalloutIcon','div','ShapeFlowChartPunchedTapeIcon','FlowchartMagneticDrum','getDrawingByParam','circle','_cxtHandlerPointerMove','ShapeIcon','transformToDrawingPosition','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','shape.type.flow-chart-or','shape-action-button-forward-next-icon','M7\x202H15V4H7C6.47831\x204\x204.73706\x204.44895\x204.06641\x205.79004C3.42561\x207.07164\x203\x207.91244\x203\x2010C3\x2012.0876\x203.42561\x2012.9284\x204.06641\x2014.21C4.73706\x2015.551\x206.47831\x2016\x207\x2016H15V18H7C5.31275\x2018\x203.05437\x2016.6583\x202.27734\x2015.1045C1.47043\x2013.4907\x201\x2012.3307\x201\x2010C1\x207.66928\x201.47043\x206.50934\x202.27734\x204.89551C3.05437\x203.34167\x205.31275\x202\x207\x202Z','StraightConnector1','Disposable','shape.type.flow-chart-internal-storage','RENDER_CLASS_TYPE','tag','onDblclick$','univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','_createShapeAdjustControls','univer-flex\x20univer-flex-col\x20univer-gap-4\x20univer-pt-2','exports','getDocRanges','equationShape','M10\x2016.802L9.99481\x2016.924C9.94367\x2017.5286\x209.51757\x2018\x209\x2018C8.48243\x2018\x208.05633\x2017.5286\x208.00519\x2016.924L8\x2016.802V3.19925C8\x202.53723\x208.44797\x202\x209\x202C9.55203\x202\x2010\x202.53723\x2010\x203.19925V16.802Z','dataStream','FlowchartOnlineStorage','shape.type.flow-chart-display','InsertShapeCommand','syncExecuteCommand','_insertShapes','shape.type.bent-connector3-arrow1','ShapeBorderCallout1Icon','ShapeStar8Icon','registerFeatureMenuOffset','M2\x202C7.27831\x202\x2011.3123\x203.59921\x2014.1484\x206.46387C16.9684\x209.31219\x2018.496\x2012.3027\x2018.9941\x2016.8926C19.0535\x2017.4414\x2018.6563\x2017.9346\x2018.1074\x2017.9941C17.5586\x2018.0535\x2017.0654\x2017.6563\x2017.0059\x2017.1074C16.5394\x2012.81\x2015.1329\x2010.3008\x2012.7275\x207.87109C10.3382\x205.4577\x206.85496\x204\x202\x204C1.44772\x204\x201\x203.55228\x201\x203C1\x202.44772\x201.44772\x202\x202\x202Z','OPERATION','shape.type.curved-connector3-arrow1','M19\x2017H1V6L19\x202V17ZM3\x207.60352V15H17V4.49219L3\x207.60352Z','shape.type.flow-chart-extract','M16.2134\x2014.7991L16.2971\x2014.8902C16.6937\x2015.3591\x2016.7299\x2015.998\x2016.364\x2016.364C15.998\x2016.7299\x2015.3592\x2016.6937\x2014.8902\x2016.2971L14.7992\x2016.2134L3.78754\x205.20174C3.31357\x204.72777\x203.2457\x204.02638\x203.63605\x203.63604C4.02639\x203.24569\x204.72778\x203.31355\x205.20175\x203.78753L16.2134\x2014.7991Z','shape-teardrop-icon','M19\x209H1V3H19V9ZM3\x207H17V5H3V7Z','ColorPicker','M7\x2013V19H1V13H7ZM3\x2017H5V15H3V17Z','drawings','translate','sheet.command.update-shape-data','sheets-shape.shapePosition','DashDot','M19\x207.5V17H1V6C1\x204.34315\x202.34315\x203\x204\x203H14L19\x207.5ZM3\x2015H17V8.37207L13.2139\x205H4C3.44772\x205\x203\x205.44772\x203\x206V15Z','RemoveSheetDrawingCommand','ShapeLeftRightUpArrowIcon','ShapeFlowChartMagneticDiskIcon','getFocusDrawings','changing$','starAndBanner','ShapeChartXIcon','M8.09375\x2013H3V15H7.65625L7.21875\x2017H1V11H8.53125L8.09375\x2013ZM19\x2017H10.7188L11.1562\x2015H17V13H11.5938L12.0312\x2011H19V17ZM9.84375\x205H3V7H9.40625L8.96875\x209H1V3H10.2812L9.84375\x205ZM19\x209H12.4688L12.9062\x207H17V5H13.3438L13.7812\x203H19V9Z','shape.type.curved-connector3','shape.type.corner-tabs','ShapeCallout2Icon','M10.2812\x2018.834C10.1222\x2019.0115\x209.84452\x2019.0116\x209.68555\x2018.834L7.67969\x2016.5928C8.40137\x2016.8443\x209.17597\x2016.9834\x209.9834\x2016.9834C10.7907\x2016.9834\x2011.5655\x2016.8442\x2012.2871\x2016.5928L10.2812\x2018.834ZM3.67969\x2013.0303C4.36642\x2014.4487\x205.51827\x2015.5991\x206.93652\x2016.2861L3.93652\x2016.4531C3.69851\x2016.4663\x203.50149\x2016.2693\x203.51465\x2016.0312L3.67969\x2013.0303ZM16.4531\x2016.0312C16.4663\x2016.2693\x2016.2693\x2016.4663\x2016.0312\x2016.4531L13.0303\x2016.2861C14.4486\x2015.5993\x2015.5993\x2014.4486\x2016.2861\x2013.0303L16.4531\x2016.0312ZM18.834\x209.68555C19.0116\x209.84452\x2019.0115\x2010.1222\x2018.834\x2010.2812L16.5928\x2012.2871C16.8442\x2011.5655\x2016.9834\x2010.7907\x2016.9834\x209.9834C16.9834\x209.17597\x2016.8443\x208.40137\x2016.5928\x207.67969L18.834\x209.68555ZM3.37305\x207.68066C3.12179\x208.40196\x202.98343\x209.17648\x202.9834\x209.9834C2.9834\x2010.7902\x203.12188\x2011.5649\x203.37305\x2012.2861L1.13281\x2010.2812C0.955646\x2010.1222\x200.955437\x209.84443\x201.13281\x209.68555L3.37305\x207.68066ZM6.93652\x203.67969C5.51815\x204.36655\x204.36655\x205.51815\x203.67969\x206.93652L3.51465\x203.93652C3.50149\x203.69851\x203.69851\x203.50149\x203.93652\x203.51465L6.93652\x203.67969ZM16.0312\x203.51465C16.2693\x203.50149\x2016.4663\x203.69851\x2016.4531\x203.93652L16.2861\x206.93652C15.5991\x205.51827\x2014.4487\x204.36642\x2013.0303\x203.67969L16.0312\x203.51465ZM9.68555\x201.13281C9.84443\x200.955437\x2010.1222\x200.955646\x2010.2812\x201.13281L12.2861\x203.37305C11.5649\x203.12188\x2010.7902\x202.9834\x209.9834\x202.9834C9.17648\x202.98343\x208.40196\x203.12179\x207.68066\x203.37305L9.68555\x201.13281Z','M13\x2015V17H7V15H13ZM18\x2010C18\x207.23858\x2015.7614\x205\x2013\x205H7C4.23858\x205\x202\x207.23858\x202\x2010C2\x2012.7614\x204.23858\x2015\x207\x2015V17C3.13401\x2017\x200\x2013.866\x200\x2010C0\x206.25486\x202.94111\x203.19633\x206.63965\x203.00879L7\x203H13C16.866\x203\x2020\x206.13401\x2020\x2010C20\x2013.866\x2016.866\x2017\x2013\x2017V15C15.7614\x2015\x2018\x2012.7614\x2018\x2010Z','worksheet','Dash','rotate(-30\x2012.87\x206.73)','ShapeChordIcon','_isStartAdjusting','getInverseCoord','M13\x2013V19H19V13H13ZM17\x2017H15V15H17V17Z','Star7','pushUndoRedo','ShapeMathMinusIcon','sheets-shape.line.dashType.longDashDotDot','isArray','M8\x201C9.2853\x201\x2010.457\x201.42475\x2011.3428\x202.12207C11.8615\x201.96265\x2012.419\x201.875\x2013\x201.875C15.7614\x201.875\x2018\x203.83375\x2018\x206.25C18\x206.96644\x2017.801\x207.64142\x2017.4521\x208.23828C18.9433\x208.74691\x2020\x2010.0153\x2020\x2011.5C20\x2013.433\x2018.2091\x2015\x2016\x2015C15.2712\x2015\x2014.5885\x2014.8283\x2014\x2014.5303C13.4115\x2014.8283\x2012.7288\x2015\x2012\x2015C10.4354\x2015\x209.0812\x2014.2137\x208.42383\x2013.0684C7.72298\x2014.226\x206.45206\x2015\x205\x2015C2.79086\x2015\x201\x2013.2091\x201\x2011C1\x209.31993\x202.03608\x207.88253\x203.50391\x207.29004C3.18147\x206.71156\x203\x206.06192\x203\x205.375C3\x202.95875\x205.23858\x201\x208\x201Z','ShapeFlowChartOfflineStorageIcon','StealthArrow','sheet.shape.edit.panel','shape.type.accent-border-callout1','ShapeVerticalScrollIcon','Tools','Snip1Rect','ShapeDownArrowCalloutIcon','M11\x2017C11\x2016.4477\x2010.5523\x2016\x2010\x2016C9.44772\x2016\x209\x2016.4477\x209\x2017C9\x2017.5523\x209.44772\x2018\x2010\x2018V20C8.34315\x2020\x207\x2018.6569\x207\x2017C7\x2015.3431\x208.34315\x2014\x2010\x2014C11.6569\x2014\x2013\x2015.3431\x2013\x2017C13\x2018.6569\x2011.6569\x2020\x2010\x2020V18C10.5523\x2018\x2011\x2017.5523\x2011\x2017Z','shape.type.brace-pair','shape.type.up-down-arrow','M11.3536\x206.14645C11.5488\x206.34171\x2011.5488\x206.65829\x2011.3536\x206.85355L8.35355\x209.85355C8.15829\x2010.0488\x207.84171\x2010.0488\x207.64645\x209.85355L4.64645\x206.85355C4.45118\x206.65829\x204.45118\x206.34171\x204.64645\x206.14645C4.84171\x205.95118\x205.15829\x205.95118\x205.35355\x206.14645L8\x208.79289L10.6464\x206.14645C10.8417\x205.95118\x2011.1583\x205.95118\x2011.3536\x206.14645Z','ShapeFlowChartManualOperationIcon','_addShapeConnectorHandlerObjects','react','from','AlignOperationCommand','Square','shape-arc-icon','_handleConnectedEndpointMove','Ribbon','_addLineFollowShapeUpdates','srcRect','_registerDrawingFocusChangeHandler','SheetInterceptorService','_initCommandInterceptor','VIEW_MAIN_LEFT','SquareTabs','CROSSHAIR','shapeKey','MathMultiply','rotate(90\x2011\x203)','shape-curved-left-arrow-icon','_univerInstanceService','EllipseRibbon','LeftUpArrow','setAdjustValueByName','shape-snip2-diag-rect-icon','@univerjs/sheets-ui','_shapeTextEditingService','FromArray','FlowchartDisplay','M9\x2011V16H4V11H9ZM6\x2014H7V13H6V14Z','_calculateFreeEndpointAngle','BehaviorSubject','GradientColorPicker','ShapeFillEnum','touchDependencies','SetShapeTextFontSizeDecreaseCommand','ISidebarService','ActionButtonBeginning','ShapeRightBraceIcon','shape-rect-textbox-horizontal-icon','ShapeSquareTabsIcon','shape.type.action-button-blank','M10\x206.00001C10.8571\x206.00001\x2011.5338\x206.21564\x2012.0414\x206.64691C12.4925\x207.03505\x2012.718\x207.52022\x2012.718\x208.09165C12.718\x208.49057\x2012.6278\x208.8248\x2012.4474\x209.09434C12.2444\x209.38545\x2011.9398\x209.60108\x2011.5338\x209.75203V9.78437C11.9173\x209.87062\x2012.2556\x2010.0863\x2012.5263\x2010.4313C12.8421\x2010.7978\x2013\x2011.2183\x2013\x2011.7035C13\x2012.3828\x2012.7406\x2012.9326\x2012.2218\x2013.3639C11.6917\x2013.7844\x2010.9474\x2014\x2010\x2014C9.04135\x2014\x208.29699\x2013.7844\x207.7782\x2013.3639C7.2594\x2012.9326\x207\x2012.3828\x207\x2011.7035C7\x2011.2183\x207.15789\x2010.7978\x207.47368\x2010.4313C7.74436\x2010.0863\x208.07143\x209.87062\x208.46617\x209.78437V9.75203C8.06015\x209.60108\x207.75564\x209.38545\x207.55263\x209.09434C7.37218\x208.8248\x207.28195\x208.49057\x207.28195\x208.09165C7.28195\x207.52022\x207.50752\x207.03505\x207.95865\x206.64691C8.45489\x206.21564\x209.14286\x206.00001\x2010\x206.00001ZM10\x206.93801C9.50376\x206.93801\x209.10902\x207.05661\x208.81579\x207.31537C8.55639\x207.531\x208.43233\x207.81133\x208.43233\x208.13478C8.43233\x208.50135\x208.53383\x208.79246\x208.74812\x209.00809C9.00752\x209.26685\x209.42481\x209.39623\x2010\x209.39623C10.5639\x209.39623\x2010.9812\x209.26685\x2011.2519\x209.00809C11.4549\x208.79246\x2011.5677\x208.50135\x2011.5677\x208.13478C11.5677\x207.81133\x2011.4323\x207.531\x2011.1842\x207.31537C10.891\x207.05661\x2010.4962\x206.93801\x2010\x206.93801ZM10\x2010.2695C9.41353\x2010.2695\x208.96241\x2010.3989\x208.66917\x2010.6793C8.36466\x2010.938\x208.21804\x2011.2722\x208.21804\x2011.7035C8.21804\x2012.1024\x208.36466\x2012.4259\x208.68045\x2012.6739C8.98496\x2012.9218\x209.42481\x2013.0512\x2010\x2013.0512C10.5639\x2013.0512\x2011.015\x2012.9218\x2011.3421\x2012.6739C11.6353\x2012.4259\x2011.782\x2012.1024\x2011.782\x2011.7035C11.782\x2011.2722\x2011.6353\x2010.938\x2011.3421\x2010.69C11.0263\x2010.4097\x2010.5865\x2010.2695\x2010\x2010.2695Z','onPointerMove$','getShapePopupMenus','shape-curved-connector3-arrow2-icon','shape-star32-icon','M3\x206H5V14H3V6Z','Hexagon','Linear','executeCommand','shape.type.flow-chart-document','dashType','vertical','jsx','shape.type.action-button-end','univer-mb-2','M11.5\x202.27343C11.5\x201.24876\x2012.7775\x200.780388\x2013.4394\x201.56249L18.7109\x207.79198C19.048\x208.19051\x2019.0586\x208.77111\x2018.7363\x209.18163L13.4648\x2015.8906C12.8194\x2016.7118\x2011.5001\x2016.2555\x2011.5\x2015.2109V12.0801C10.2932\x2012.6861\x208.53247\x2013.6553\x207.12499\x2014.7812C5.04388\x2016.4461\x203.0166\x2018.7421\x202.49999\x2019.5C1.87407\x2020.4183\x201.5\x2019.5\x201.5\x2018.5C1.5\x2014.5789\x202.1361\x2010.9175\x205.35937\x208.23144C6.70905\x207.1067\x208.22438\x206.33098\x209.48534\x205.82616C10.255\x205.51805\x2010.9583\x205.29907\x2011.5\x205.16503V2.27343ZM13.5\x205.90038C13.4998\x206.49587\x2013.0419\x206.94381\x2012.5088\x207.00097C12.2607\x207.02756\x2011.3765\x207.22305\x2010.2285\x207.68261C9.09728\x208.13549\x207.78298\x208.8166\x206.64062\x209.76855C4.80955\x2011.2944\x203.97212\x2013.1621\x203.5\x2015.5C4.19492\x2014.7294\x204.9181\x2013.9843\x205.87499\x2013.2187C8.1897\x2011.367\x2011.2787\x209.94815\x2011.956\x209.64648L12.0986\x209.59374C12.8115\x209.38166\x2013.4998\x209.94054\x2013.5\x2010.6514V12.6084L16.709\x208.52343L13.5\x204.72948V5.90038Z','univer-flex\x20univer-flex-col\x20univer-gap-3','M14.8447\x204.82715L17.0254\x202.75879V5.51758L19.9092\x207.49707L17.5\x209.5L20\x2013.1035H15.6836L19.0381\x2018.6211L12.3301\x2015.1729L12.0566\x2017.9307L8.30566\x2017.2412L4.28125\x2020V15.8623H0L2.93945\x2011.7246L0\x208.96582L4.5\x208.5L2.93945\x205.13477L7.63477\x205.51758L7.5\x202L11\x204.5L12.0566\x200L14.8447\x204.82715ZM6.28125\x2016.2041L7.85547\x2015.125L10.2803\x2015.5703L10.3398\x2014.9756L10.6299\x2012.0498L13.2441\x2013.3936L13.6445\x2013.5986L12.1279\x2011.1035H16.1787L14.8115\x209.13379L16.2217\x207.96191L16.5977\x207.64844L15.8936\x207.16602L15.541\x206.92383L14.3818\x208.02441L12.8496\x205.37109L12.2646\x207.86133L9.65332\x205.99609L9.71973\x207.69336L6.19727\x207.40625L6.31445\x207.6582L7.49316\x2010.2012L4.70605\x2010.4893L4.56152\x2010.5039L5.58008\x2011.46L3.87402\x2013.8623H6.28125V16.2041Z','CurvedUpArrow','max','useCallback','M14\x2010C14\x207.79086\x2012.2091\x206\x2010\x206C7.79086\x206\x206\x207.79086\x206\x2010C6\x2012.2091\x207.79086\x2014\x2010\x2014V16C6.68629\x2016\x204\x2013.3137\x204\x2010C4\x206.68629\x206.68629\x204\x2010\x204C13.3137\x204\x2016\x206.68629\x2016\x2010C16\x2013.3137\x2013.3137\x2016\x2010\x2016V14C12.2091\x2014\x2014\x2012.2091\x2014\x2010Z','SHEET_SHAPE_UI_PLUGIN','ShapeFlowChartTerminatorIcon','M14\x202.00003C16.7614\x202.00003\x2019\x204.23861\x2019\x207.00003C19\x208.63584\x2018.2134\x2010.0868\x2016.999\x2010.9991L17\x2011L10.0713\x2018L2.99998\x2011V10.9991C1.7859\x2010.0868\x200.999985\x208.63556\x200.999985\x207.00003C0.999985\x204.23861\x203.23856\x202.00003\x205.99998\x202.00003C7.63572\x202.00003\x209.08777\x202.78568\x209.99998\x204.00003C10.9122\x202.7857\x2012.3642\x202.00003\x2014\x202.00003ZM14\x204.00003C13.1097\x204.00003\x2012.3125\x204.38963\x2011.7637\x205.00589L11.7578\x205.00003L9.99608\x206.68167L8.24217\x205.00003L8.23631\x205.00491C7.68759\x204.38888\x206.89005\x204.00003\x205.99998\x204.00003C4.34313\x204.00003\x202.99998\x205.34318\x202.99998\x207.00003C2.99998\x207.89013\x203.38971\x208.68671\x204.00584\x209.23538L3.99998\x209.24222L7.5078\x2012.6084L10.0713\x2015.1719L12.1826\x2013.0596L14.5\x2011L14.334\x2010.8409L16\x209.24222L15.9931\x209.23538C16.6098\x208.68695\x2017\x207.89047\x2017\x207.00003C17\x205.34318\x2015.6568\x204.00003\x2014\x204.00003Z','shape-left-brace-icon','_registerComponent','M2.94608\x203.3616C2.93684\x203.12839\x203.1284\x202.93683\x203.36161\x202.94607L7.11674\x203.09489C7.46524\x203.1087\x207.63036\x203.5308\x207.38374\x203.77742L3.77743\x207.38374C3.53081\x207.63035\x203.10871\x207.46523\x203.0949\x207.11673L2.94608\x203.3616Z','shape-straight-connector2-icon','_shapes','ShapeCallout3Icon','worldRect','shape.type.chart-x','M20\x2010.001L11\x2018.001V14H6V6H11V2.00098L20\x2010.001ZM13\x208H8V12H13V13.5459L16.9883\x2010.001L13\x206.45508V8Z','MIDDLE','LeftRightRibbon','shape-flow-chart-offline-storage-icon','shape.type.border-callout2','_initSelection','registerCommand','ShapeUturnArrowIcon','AlignCenterCommand','complete','Gear6','UniverIcon','visible','shape-left-right-circular-arrow-icon','UpArrow','M2.31807\x204.29382C2.14663\x204.13545\x202.14663\x203.86455\x202.31807\x203.70618L5.07858\x201.15613C5.33477\x200.919469\x205.75\x201.10118\x205.75\x201.44995V6.55005C5.75\x206.89882\x205.33477\x207.08053\x205.07858\x206.84387L2.31807\x204.29382Z','ShapeStar24Icon','currentColor','_registerOperations','LeftBracket','shape.type.flow-chart-manual-operation','_isStartConnectorPoint','M19\x208H1V2H19V8ZM3\x204V6H17V4H3Z','M4.70605\x2011H3.5V6H5V5H14V6H14.5879L15.2939\x205H16V13H15.2939L14.5879\x2012H14V15H4.70605V11ZM6.70605\x2013H12V10H14V8H12V7H7V8H5.5V9H6.70605V13Z','shape.type.diamond','subscribeContextValue$','DownArrow','remove$','Path','Gear9','REMOVE','FlowchartExtract','ToggleSheetsShapeFlipCommand','M11\x209V4H16V9H11ZM14\x206H13V7H14V6Z','shape-chart-plus-icon','_sidebarDisposable','attachRangeWithCoord','align.top','shape-moon-icon','IDrawingManagerService','ShapeFlowChartDisplayIcon','shape-bent-connector3-icon','getCurrentRangeDisable$','M10\x204C14.9706\x204\x2019\x208.47715\x2019\x2014H13C13\x2012.067\x2011.6569\x2010.5\x2010\x2010.5C8.34315\x2010.5\x207\x2012.067\x207\x2014H1C1\x208.47715\x205.02944\x204\x2010\x204ZM10\x206C6.82909\x206\x204.23467\x208.78741\x203.37402\x2012H5.5C6.27164\x2010.0381\x207.94982\x208.44434\x2010\x208.44434C12.0502\x208.44434\x2013.8944\x2010.0381\x2014.666\x2012H16.792C15.9313\x208.78741\x2013.1709\x206\x2010\x206Z','replace','FlowChartInputOutput','rect','sheetViewStartRow','M1\x2010.001L-0.328728\x2011.4958L-2.0104\x2010.001L-0.328728\x208.50616L1\x2010.001ZM10\x2018.001H12V22.4547L8.67127\x2019.4958L10\x2018.001ZM10\x2014H8V12H10V14ZM19\x2014H21V16H19V14ZM19\x206V4H21V6H19ZM10\x206V8H8V6H10ZM10\x202.00098L8.67127\x200.506158L12\x20-2.45271V2.00098H10ZM1\x2010.001L2.32873\x208.50616L11.3287\x2016.5062L10\x2018.001L8.67127\x2019.4958L-0.328728\x2011.4958L1\x2010.001ZM10\x2018.001H8V14H10H12V18.001H10ZM10\x2014V12H19V14V16H10V14ZM19\x2014H17V6H19H21V14H19ZM19\x206V8H10V6V4H19V6ZM10\x206H8V2.00098H10H12V6H10ZM10\x202.00098L11.3287\x203.4958L2.32873\x2011.4958L1\x2010.001L-0.328728\x208.50616L8.67127\x200.506158L10\x202.00098Z','subscribeEvent','Chord','@univerjs-pro/sheets-shape','keys','@univerjs/sheets','shape-math-not-equal-icon','shape-quad-arrow-icon','Star4','SetShapeFillColorCommand','shape-star10-icon','_sheetsShapeService','ShapeQuadArrowCalloutIcon','shape.type.swoosh-arrow','ShapeFlowChartOrIcon','ShapeBracePairIcon','shape-down-arrow-icon','flipY','ActionButtonEnd','ShapeLineCapEnum','url(#$1','M13\x207C13\x205.34315\x2011.6569\x204\x2010\x204H7C5.34315\x204\x204\x205.34315\x204\x207V16H3V7L1\x207V18H6V7C6\x206.44771\x206.44771\x206\x207\x206H10C10.5523\x206\x2011\x206.44772\x2011\x207H13ZM7\x203H10C12.2091\x203\x2014\x204.79086\x2014\x207V10H14.4971L13.7305\x2011.2998L12.8271\x2010H13V7H11V8H9L13.8662\x2015L18\x208H16V7C16\x203.68629\x2013.3137\x201\x2010\x201H7C3.68629\x201\x201\x203.68629\x201\x207L3\x207C3\x204.79086\x204.79086\x203\x207\x203Z','UniverSheetsDrawingUIPlugin','path-1-inside-1_379_219','shape.type.rect-textbox-vertical','sheets-shape.toggleFlipH','shape.type.bent-up-arrow','connector-handler-','M3.64\x202.22H23.64V4.22H3.64z','ShapeMathDivideIcon','\x20px','_updateShapeAdjustControls','ShapeActionButtonHomeIcon','localToWorld','_activeShapeId','Pie','ActionButtonSound','BentUpArrow','actualColumn','ShapePlaqueTabsIcon','gradientStops','setSrcRect','getDrawingSearch','render','_updateAdjustControlPositions','getCurrentSelections','9pltwve','UpDownArrowCallout','ShapeBlockArcIcon','onRendered','NoLine','M17\x203H3V20C1.89543\x2020\x201\x2019.1046\x201\x2018V3C1\x201.89543\x201.89543\x201\x203\x201H17C18.1046\x201\x2019\x201.89543\x2019\x203V13L12\x2020H3V18H11.1719L17\x2012.1719V3Z','viewportScrollY','focusDrawing','OpenArrow','section','shape.type.bent-connector3-arrow2','targetShapeId','ShapeUpDownArrowCalloutIcon','sheets-shape.line.dashType.solid','bind','MathMinus','univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold','UniverDocsUi','ShapeBorderCallout3Icon','ShapeCircularArrowIcon','M13.3224\x2014.2514L13.1352\x2014.4274C11.1578\x2016.1864\x207.89165\x2015.8917\x205.99995\x2014C4.04733\x2012.0474\x204.04733\x208.88155\x205.99995\x206.92893L13.3224\x2014.2514ZM7.06061\x2012.9393C8.0998\x2013.9785\x209.64372\x2014.3103\x2010.9083\x2013.9586L6.23749\x209.28779C5.79838\x2010.5212\x206.07325\x2011.952\x207.06061\x2012.9393Z','callout','M19.083\x207H17V18H2V12H11V7H9.08301L14.083\x201L19.083\x207Z','FlowchartOffPageConnector','shape-rect-textbox-vertical-icon','align.bottom','ShapeActionButtonEndIcon','sheets-shape.line.joinType.title','ShapeActionButtonForwardNextIcon','_drawingRenderService','NoFill','M19\x2014H1V6H19V14ZM3\x208V12H17V8H3Z','Cloud','M10\x2019.001L8.50518\x2020.3297L10\x2022.0114L11.4948\x2020.3297L10\x2019.001ZM2\x2010.001V8.00098H-2.45369L0.505182\x2011.3297L2\x2010.001ZM6.00098\x2010.001V12.001H8.00098V10.001H6.00098ZM6.00098\x201.00098V-0.999023H4.00098V1.00098H6.00098ZM14.001\x201.00098L16.001\x201.00098V-0.999023L14.001\x20-0.999023V1.00098ZM14.001\x2010.001H12.001V12.001H14.001V10.001ZM18\x2010.001L19.4948\x2011.3297L22.4537\x208.00098H18V10.001ZM10\x2019.001L11.4948\x2017.6722L3.49482\x208.67225L2\x2010.001L0.505182\x2011.3297L8.50518\x2020.3297L10\x2019.001ZM2\x2010.001V12.001H6.00098V10.001V8.00098H2V10.001ZM6.00098\x2010.001H8.00098V1.00098L6.00098\x201.00098H4.00098V10.001H6.00098ZM6.00098\x201.00098V3.00098L14.001\x203.00098V1.00098V-0.999023L6.00098\x20-0.999023V1.00098ZM14.001\x201.00098H12.001V10.001H14.001H16.001V1.00098L14.001\x201.00098ZM14.001\x2010.001V12.001H18V10.001V8.00098H14.001V10.001ZM18\x2010.001L16.5052\x208.67225L8.50518\x2017.6722L10\x2019.001L11.4948\x2020.3297L19.4948\x2011.3297L18\x2010.001Z','FlowchartPunchedCard','@univerjs/sheets-drawing-ui','getShapeDataById','shape-chart-star-icon','SetShapeTextFontSizeCommand','sheet.command.set-shape-drawing-data','M19\x2019H1V1H19V19ZM6.24219\x2015L4.24219\x2017H15.5859L13.5859\x2015H6.24219ZM15\x206.24219V13.5859L17\x2015.5859V4.24219L15\x206.24219ZM3\x2015.4141L5\x2013.4141V6.41406L3\x204.41406V15.4141ZM7\x2013H13V7H7V13ZM6.41406\x205H13.4141L15.4141\x203H4.41406L6.41406\x205Z','_shapeUpdateListener','ShapeUpArrowIcon','univer-w-full','shape.type.action-button-document','shape.type.action-button-back-previous','M14\x2016C12.4151\x2015.683\x2010.7709\x2016.0831\x209.50879\x2017.0928L9\x2017.5C7.28733\x2019.2127\x204.66469\x2019.5986\x202.53906\x2018.4756L2.33496\x2018.3623L0\x2017V7H14V16ZM2\x2015.8506L3.34277\x2016.6348C4.71754\x2017.4367\x206.46053\x2017.2113\x207.58594\x2016.0859L7.66406\x2016.0078L7.75098\x2015.9385L8.25977\x2015.5312C9.34889\x2014.6599\x2010.6463\x2014.1215\x2012\x2013.9521V9H2V15.8506Z','QuadArrowCallout','relation','shape-accent-callout1-icon','ISheetSelectionRenderService','InputNumber','COMMAND','FlowchartDocument','MEDIA','map','RibbonStartGroup','M11.7902\x205.992C12.7142\x205.992\x2013.4292\x206.377\x2013.9352\x207.158C14.3972\x207.884\x2014.6282\x208.852\x2014.6282\x2010.073C14.6282\x2011.283\x2014.3972\x2012.262\x2013.9352\x2012.988C13.4292\x2013.758\x2012.7142\x2014.154\x2011.7902\x2014.154C10.8662\x2014.154\x2010.1512\x2013.758\x209.64524\x2012.988C9.18324\x2012.262\x208.95224\x2011.294\x208.95224\x2010.073C8.95224\x208.841\x209.18324\x207.873\x209.64524\x207.158C10.1512\x206.377\x2010.8662\x205.992\x2011.7902\x205.992ZM11.7902\x207.004C11.1412\x207.004\x2010.6902\x207.356\x2010.4262\x208.071C10.2282\x208.555\x2010.1402\x209.226\x2010.1402\x2010.073C10.1402\x2010.909\x2010.2282\x2011.58\x2010.4262\x2012.075C10.6902\x2012.779\x2011.1412\x2013.142\x2011.7902\x2013.142C12.4282\x2013.142\x2012.8902\x2012.779\x2013.1542\x2012.075C13.3412\x2011.58\x2013.4402\x2010.909\x2013.4402\x2010.073C13.4402\x209.226\x2013.3412\x208.555\x2013.1542\x208.071C12.8902\x207.356\x2012.4282\x207.004\x2011.7902\x207.004Z','M17\x2016.802L17.0052\x2016.924C17.0563\x2017.5286\x2017.4824\x2018\x2018\x2018C18.5176\x2018\x2018.9437\x2017.5286\x2018.9948\x2016.924L19\x2016.802V3.19925C19\x202.53723\x2018.552\x202\x2018\x202C17.448\x202\x2017\x202.53723\x2017\x203.19925V16.802Z','useDependency','ShapeTrapezoidIcon','endY','univer-w-20','renderDrawingShape','getObjectIncludeInGroup','shape.type.action-button-home','setPrstGeom','shape.type.action-button-sound','ShapeSnip2DiagRectIcon','Vector2','stroke','shape-flow-chart-punched-card-icon','point','shape.type.no-smoking','21841yXLUaq','shape-round2-diag-rect-icon','Injector','unitId','DiamondArrow','shape.type.decagon','ShapeRibbon2Icon','M12.7881\x2012.2627C12.9191\x2011.8697\x2013.3443\x2011.6571\x2013.7373\x2011.7881C14.1303\x2011.9191\x2014.3429\x2012.3443\x2014.2119\x2012.7373C13.8704\x2013.7617\x2013.0365\x2014.3867\x2012.248\x2014.7451C11.4567\x2015.1048\x2010.5998\x2015.25\x2010\x2015.25C9.4002\x2015.25\x208.54332\x2015.1048\x207.75195\x2014.7451C6.96347\x2014.3867\x206.12956\x2013.7617\x205.78808\x2012.7373C5.6571\x2012.3443\x205.86974\x2011.9191\x206.26269\x2011.7881C6.65565\x2011.6571\x207.08093\x2011.8697\x207.21191\x2012.2627C7.37041\x2012.7382\x207.78659\x2013.1133\x208.37304\x2013.3799C8.95661\x2013.6451\x209.59984\x2013.75\x2010\x2013.75C10.4002\x2013.75\x2011.0434\x2013.6451\x2011.627\x2013.3799C12.2134\x2013.1133\x2012.6296\x2012.7382\x2012.7881\x2012.2627Z','sheets-shape.line.dashType.longDashDot','VIEW_MAIN','shape.type.moon','shape-star8-icon','getEditing','_executeConnectedRouteResizeCommand','shape.type.flow-chart-multidocument','ShapeAccentBorderCallout1Icon','ShapeStraightConnector2Icon','AccentBorderCallout1','startConnectionDetection','getBatchAddOp','getDrawingEditable','MathPlus','ShapeUpArrowCalloutIcon','IContextService','shape.type.star7','Module','ShapeBentConnector3Arrow2Icon','SmileyFace','getZoomRatio','_isConnecting','shape-chord-icon','ShapeMathMultiplyIcon','shape.type.flow-chart-collate','ShapePlaqueIcon','horizontalAlign','ShapeHeartIcon','ShapeFrameIcon','idSuffix','ShapeFlowChartPreparationIcon','SetShapeDrawingDataCommand','DocumentSkeleton','ShapeLineTypeEnum','Star24','_generateCopyPasteMutations','unsubscribe','SELECTOR','save','M0\x200H20V2H0z','_activeShapeModel','Pentagon','use','M3.00488\x209.79785C3.11016\x207.68264\x204.85865\x206\x207\x206H10V5.92773L10.0938\x206H15V3.12891L8.70215\x203.52246C5.49737\x203.72276\x203\x206.38081\x203\x209.5918C3\x209.66075\x203.00259\x209.72941\x203.00488\x209.79785ZM1\x209.5918C1\x205.32466\x204.31832\x201.79254\x208.57715\x201.52637L17\x201V8H7C5.89543\x208\x205\x208.89543\x205\x2010C5\x2011.1046\x205.89543\x2012\x207\x2012V14C5.39362\x2014\x204.00936\x2013.0526\x203.37305\x2011.6865C4.1649\x2013.8423\x206.1435\x2015.4397\x208.55371\x2015.6494L14\x2016.124V16.2969L15.5576\x2015.2754L13.9062\x2014H7V12H12V10L19\x2015.4072L12\x2020V17.957L8.38086\x2017.6416C4.2052\x2017.2785\x201.00018\x2013.7832\x201\x209.5918Z','assign','_executeResizeCommand','M9.92179\x205L10.0316\x204.99481C10.5757\x204.94367\x2011\x204.51757\x2011\x204C11\x203.48243\x2010.5757\x203.05633\x2010.0316\x203.00519L9.92179\x203L4.07933\x203C3.4835\x203\x203\x203.44797\x203\x204C3\x204.55203\x203.4835\x205\x204.07933\x205L9.92179\x205Z','#333333','_editingParams$','ShapeLeftRightCircularArrowIcon','Accordion','M15.198\x202L15.076\x202.00519C14.4714\x202.05633\x2014\x202.48243\x2014\x203C14\x203.51757\x2014.4714\x203.94367\x2015.076\x203.99481L15.198\x204H17.8007C18.4628\x204\x2019\x203.55203\x2019\x203C19\x202.44797\x2018.4628\x202\x2017.8007\x202L15.198\x202Z','_handleConnectedEndpointPointerUp','values','shape.type.plus','enableObjectsEvent','IEditorService','rotate(45\x203.64\x202.22)','SheetsShapeUIController','type','sheets-shape.fill.gradientFill','shape-action-button-blank-icon','M9.79785\x2016.9951C7.68264\x2016.8898\x206\x2015.1414\x206\x2013V10H5.92773L6\x209.90625V5H3.12891L3.52246\x2011.2979C3.72276\x2014.5026\x206.38081\x2017\x209.5918\x2017C9.66075\x2017\x209.72941\x2016.9974\x209.79785\x2016.9951ZM9.5918\x2019C5.32466\x2019\x201.79254\x2015.6817\x201.52637\x2011.4229L1\x203H8V13C8\x2014.1046\x208.89543\x2015\x2010\x2015C11.1046\x2015\x2012\x2014.1046\x2012\x2013H14C14\x2014.6064\x2013.0526\x2015.9906\x2011.6865\x2016.627C13.8423\x2015.8351\x2015.4397\x2013.8565\x2015.6494\x2011.4463L16.124\x206H16.2969L15.2754\x204.44238L14\x206.09375V13H12V8H10L15.4072\x201L20\x208H17.957L17.6416\x2011.6191C17.2785\x2015.7948\x2013.7832\x2018.9998\x209.5918\x2019Z','SHEET_VIEWPORT_KEY','shape.type.flow-chart-sort','ShapeFlowChartAlternateProcessIcon','useIsFocusing','LeftRightArrowCallout','M4\x2012V18H16V12H11V4.80273L10\x203.41797L9\x204.80273V12H4ZM7\x206H5.66992L7\x204.15723V4H7.11328L10\x200L12.8867\x204H13V4.15723L14.3301\x206H13V10H18V20H2V10H7V6Z','getCurrentSkeleton','onStarting','M12.7012\x207.29883L20\x2010L12.7012\x2012.7012L10\x2020L7.29883\x2012.7012L0\x2010L7.29883\x207.29883L10\x200L12.7012\x207.29883ZM8.85547\x208.85547L5.7627\x2010L8.85547\x2011.1445L10\x2014.2363L11.1445\x2011.1445L14.2363\x2010L11.1445\x208.85547L10\x205.7627L8.85547\x208.85547Z','angular','_getScrollInfo','SquareDot','shape.type.bent-arrow','shape-cube-icon','shape-block-arc-icon','shape-flow-chart-summing-junction-icon','Heptagon','shapeData','ChartStar','_injector','SnipRoundRect','gdRefR','ShapeFlowChartOffpageConnectorIcon','getConnectionRelation','endArrow','shape.type.wedge-round-rect-callout','scene','onScrollAfter$','M6\x2012.7891C6\x2012.5197\x206.07689\x2012.3374\x206.2041\x2012.1816C6.34757\x2012.0061\x206.59173\x2011.8228\x206.97949\x2011.6445C7.77964\x2011.2769\x208.89645\x2011.0573\x2010.1768\x2010.8271C11.3814\x2010.6106\x2012.7559\x2010.3807\x2013.8135\x209.95117C14.8785\x209.51858\x2015.9999\x208.71676\x2016\x207.19629C16\x206.24768\x2015.6393\x205.4505\x2014.9922\x204.83887C14.3777\x204.25824\x2013.5497\x203.88467\x2012.6514\x203.63086C10.8619\x203.12535\x208.42949\x203\x205.77246\x203C5.22018\x203\x204.77246\x203.44772\x204.77246\x204C4.77246\x204.55228\x205.22018\x205\x205.77246\x205C8.42994\x205\x2010.6118\x205.13317\x2012.1074\x205.55566C12.8511\x205.76577\x2013.333\x206.02345\x2013.6182\x206.29297C13.8709\x206.53184\x2014\x206.80492\x2014\x207.19629C13.9999\x207.47331\x2013.8709\x207.76983\x2013.0615\x208.09863C12.2441\x208.43063\x2011.1185\x208.62555\x209.82324\x208.8584C8.60372\x209.07764\x207.22028\x209.33342\x206.14551\x209.82715C5.59617\x2010.0795\x205.05862\x2010.4232\x204.65527\x2010.917C4.23572\x2011.4307\x204\x2012.0598\x204\x2012.7891C4\x2014.187\x204.87429\x2015.1155\x205.88965\x2015.6855C6.88372\x2016.2436\x208.15405\x2016.5527\x209.36426\x2016.7324C11.7959\x2017.0935\x2014.4032\x2016.9854\x2015\x2016.9854C15.5522\x2016.9854\x2015.9999\x2016.5375\x2016\x2015.9854C16\x2015.4331\x2015.5523\x2014.9854\x2015\x2014.9854C14.2925\x2014.9854\x2011.9003\x2015.0868\x209.6582\x2014.7539C8.53146\x2014.5866\x207.54529\x2014.3225\x206.86816\x2013.9424C6.21247\x2013.5742\x206\x2013.199\x206\x2012.7891Z','ShapeActionButtonSoundIcon','LEFT','M11.8223\x206C12.4524\x206\x2012.9806\x206.20879\x2013.3884\x206.64835C13.7869\x207.08791\x2013.9907\x207.64835\x2013.9907\x208.34066C13.9907\x209.02198\x2013.7683\x209.63736\x2013.342\x2010.1978C13.0826\x2010.5165\x2012.6285\x2010.9341\x2011.9706\x2011.4615C11.257\x2012.022\x2010.8307\x2012.5165\x2010.6917\x2012.9451H13.4725C13.7638\x2012.9451\x2014\x2013.1812\x2014\x2013.4725C14\x2013.7638\x2013.7638\x2014\x2013.4725\x2014H9.9407C9.66456\x2014\x209.43657\x2013.7752\x209.47159\x2013.5013C9.54522\x2012.9254\x209.7513\x2012.4084\x2010.0986\x2011.9451C10.3396\x2011.6044\x2010.84\x2011.1319\x2011.5906\x2010.5165C12.0354\x2010.1429\x2012.3505\x209.84615\x2012.5358\x209.61538C12.8324\x209.21978\x2012.9899\x208.79121\x2012.9899\x208.32967C12.9899\x207.89011\x2012.888\x207.56044\x2012.6841\x207.34066C12.4802\x207.12088\x2012.1744\x207.01099\x2011.7852\x207.01099C11.3682\x207.01099\x2011.0531\x207.17582\x2010.84\x207.51648C10.6794\x207.75458\x2010.5768\x208.06718\x2010.5252\x208.46257C10.4895\x208.73596\x2010.2685\x208.95604\x209.99282\x208.95604C9.70925\x208.95604\x209.47653\x208.72378\x209.50866\x208.44204C9.58205\x207.79843\x209.78489\x207.26647\x2010.1172\x206.84615C10.5435\x206.27473\x2011.118\x206\x2011.8223\x206Z','ShapeStar5Icon','_renderManagerService','getCellWithCoordByIndex','_getShapeAdjustInfosById','sheets-shape.deleteShape','drawing-shape','M1\x203H5V7H1V3Z','shape-flow-chart-input-output-icon','ENTER','_showConnectionSites','shape.type.cube','M15\x2017H5L0\x203H20L15\x2017ZM6.41016\x2015H13.5898L17.1611\x205H2.83887L6.41016\x2015Z','hasShape','lineShapeId','shape-pentagon-icon','Corner','resize','paint-bucket-double-icon','M0.31807\x204.29382C0.146631\x204.13545\x200.146631\x203.86455\x200.318071\x203.70618L3.07858\x201.15613C3.33477\x200.919469\x203.75\x201.10118\x203.75\x201.44995V6.55005C3.75\x206.89882\x203.33477\x207.08053\x203.07858\x206.84387L0.31807\x204.29382Z','url(#path-1-inside-1_379_209)','M16\x2011V16H11V11H16ZM13\x2014H14V13H13V14Z','shape.type.non-isosceles-trapezoid','setEditing','lineJoinType','M3.42871\x2014C2.42459\x2014\x200.000405788\x2013.0002\x200\x2013L1.71387\x208.5L0\x203C0.000405788\x203.00017\x202.42459\x204\x203.42871\x204V6C3.29459\x206\x203.1584\x205.99211\x203.02344\x205.97852L3.8291\x208.56543L2.59668\x2011.8027C2.72342\x2011.8404\x202.84589\x2011.8757\x202.96191\x2011.9053C3.29605\x2011.9903\x203.43669\x2011.9999\x203.42871\x2012H4V6H3.42871V4H6V14H3.42871Z','sheets-shape.line.dashType.squareDot','shape-math-minus-icon','pageSize','url(#path-1-inside-1_379_353)','oldAdjustValues','ShapeWaveIcon','Plugin','shape.type.flow-chart-punched-tape','AccentBorderCallout2','_hasReset','0\x200\x2017\x2016','univer-relative\x20univer-size-full\x20univer-overflow-visible','363IwRQhi','shape.type.cloud-callout','_draw','_findShapeAtPoint','find','shape-flow-chart-internal-storage-icon','width','shape-flow-chart-sort-icon','shape.type.bevel','M6.5\x206.97823C6.5\x207.29621\x206.69236\x207.58258\x206.98673\x207.70283L8.38\x208.272V11.752L6.9659\x2012.3477C6.68357\x2012.4667\x206.5\x2012.7432\x206.5\x2013.0496C6.5\x2013.5855\x207.03894\x2013.9538\x207.53828\x2013.7591L13.5175\x2011.4272C14.11\x2011.1961\x2014.5\x2010.6253\x2014.5\x209.98948C14.5\x209.35214\x2014.1082\x208.78037\x2013.5138\x208.55034L7.56524\x206.24825C7.05231\x206.04974\x206.5\x206.42823\x206.5\x206.97823ZM9.7\x2011.284V8.74L13.096\x209.928V10.072L9.7\x2011.284Z','_init','preValue','getShapeRelation','deriveStateFromActiveSheet$','domX','sheets-shape.line.transparency','shape-circular-arrow-icon','shape-round2-same-rect-icon','scaleX','ShapeStripedRightArrowIcon','M7.5\x208C7.5\x207.72386\x207.27614\x207.5\x207\x207.5C6.72386\x207.5\x206.5\x207.72386\x206.5\x208C6.5\x208.27614\x206.72386\x208.5\x207\x208.5V10C5.89543\x2010\x205\x209.10457\x205\x208C5\x206.89543\x205.89543\x206\x207\x206C8.10457\x206\x209\x206.89543\x209\x208C9\x209.10457\x208.10457\x2010\x207\x2010V8.5C7.27614\x208.5\x207.5\x208.27614\x207.5\x208Z','index','current','_draggingConnectorId','getShapeData','rowStartY','_registerShapeMenu','M14.7646\x2019H1L5.23535\x201H19L14.7646\x2019ZM3.52539\x2017H13.1807L16.4746\x203H6.81934L3.52539\x2017Z','getBatchRemoveOp','update$','ShapeRenderModeEnum','horizontal','_closeShapeEditPanel','M16.5713\x2014C17.5754\x2014\x2019.9996\x2013.0002\x2020\x2013L18.2861\x208.5L20\x203C19.9996\x203.00017\x2017.5754\x204\x2016.5713\x204V6C16.7054\x206\x2016.8416\x205.99211\x2016.9766\x205.97852L16.1709\x208.56543L17.4033\x2011.8027C17.2766\x2011.8404\x2017.1541\x2011.8757\x2017.0381\x2011.9053C16.704\x2011.9903\x2016.5633\x2011.9999\x2016.5713\x2012H16V6H16.5713V4H14V14H16.5713Z','_unitId','align.left','ShapeActionButtonHelpIcon','actualRow','M9.59429\x209.91609C9.93605\x2010.1678\x2010.1742\x2010.4895\x2010.3089\x2010.8811C10.4539\x2011.2727\x2010.5264\x2011.8182\x2010.5264\x2012.5175V14.5734C10.5264\x2015.2867\x2010.5315\x2015.7273\x2010.5419\x2015.8951C10.5626\x2016.049\x2010.6144\x2016.1818\x2010.6972\x2016.2937C10.8215\x2016.4895\x2011.0804\x2016.5874\x2011.474\x2016.5874C11.9716\x2016.5874\x2012.375\x2016.9908\x2012.375\x2017.4884V17.7758C12.375\x2018.3592\x2011.902\x2018.8322\x2011.3186\x2018.8322C10.604\x2018.8322\x2010.0914\x2018.7832\x209.7807\x2018.6853C9.48037\x2018.6014\x209.20592\x2018.4126\x208.95737\x2018.1189C8.57419\x2017.6713\x208.37741\x2016.9021\x208.36706\x2015.8112V12.7692C8.36706\x2012.1539\x208.3101\x2011.7063\x208.19618\x2011.4266C8.16427\x2011.3404\x208.06504\x2011.2635\x207.93482\x2011.1959C7.41434\x2010.9258\x207\x2010.4796\x207\x209.89314C7\x209.32887\x207.38078\x208.88862\x207.8914\x208.64847C8.04272\x208.5773\x208.16081\x208.49634\x208.19618\x208.4056C8.3101\x208.12588\x208.36706\x207.67833\x208.36706\x207.06294V4.02098C8.37741\x202.83217\x208.61043\x202.02098\x209.06611\x201.58741C9.30431\x201.34965\x209.55804\x201.1958\x209.82731\x201.12587C10.1069\x201.04196\x2010.5212\x201\x2011.0701\x201H11.2631C11.8772\x201\x2012.375\x201.49781\x2012.375\x202.11189V2.32277C12.375\x202.82038\x2011.9716\x203.22378\x2011.474\x203.22378C11.0701\x203.22378\x2010.806\x203.32867\x2010.6817\x203.53846C10.6092\x203.66434\x2010.5626\x203.81119\x2010.5419\x203.97902C10.5315\x204.13287\x2010.5264\x204.55245\x2010.5264\x205.23776V7.31469C10.5264\x208.01399\x2010.459\x208.55245\x2010.3244\x208.93007C10.1898\x209.3077\x209.94641\x209.63637\x209.59429\x209.91609Z','M19.0001\x204V15H6.00014V4H19.0001Z','useRef','transformToAxisAlignPosition','_drawSimpleText','LeftRightArrow','DRAWING_SHAPE','ShapeLeftRightArrowCalloutIcon','RemoveSheetCommand','shape.type.gear9','getShapeTextData','shape.type.plaque','shapeId','ShapeChartPlusIcon','DrawingApplyType','ShapeRightArrowIcon','shape.type.heptagon','registerRenderModule','worldPoint','M20\x2010H17V8H18V3H8V4H6V1H20V10Z','ShapeTextEditorContainer','shape.type.diag-stripe','CurvedLeftArrow','resizeEnabled','normal','CloudCallout','scale','Solid','startRow','sheets-shape.insertShape','_getConnectionSiteAngle','shape-plaque-icon','shape-bent-connector3-arrow2-icon','ShapeWedgeEllipseCalloutIcon','shape-can-icon','sheet.command.set-shape-text-font-size','shape-heart-icon','DRAWING_OBJECT_LAYER_INDEX','ShapeLineInvIcon','rotateEnabled','updateConnectionDetection','attachTransformerTo','HorizontalScroll','sheets-shape.line.width','_reset','_isOpenedShapeEditPanel','sheets-shape.line.dashType.dashDot','M19.083\x207V9H23.3531L20.6194\x205.71963L19.083\x207ZM17\x207V5H15V7H17ZM17\x2018V20H19V18H17ZM2\x2018H0V20H2V18ZM2\x2012V10H0V12H2ZM11\x2012V14H13V12H11ZM11\x207H13V5H11V7ZM9.08301\x207L7.54657\x205.71963L4.81292\x209H9.08301V7ZM14.083\x201L15.6195\x20-0.280369L14.083\x20-2.1241L12.5466\x20-0.280369L14.083\x201ZM19.083\x207V5H17V7V9H19.083V7ZM17\x207H15V18H17H19V7H17ZM17\x2018V16H2V18V20H17V18ZM2\x2018H4V12H2H0V18H2ZM2\x2012V14H11V12V10H2V12ZM11\x2012H13V7H11H9V12H11ZM11\x207V5H9.08301V7V9H11V7ZM9.08301\x207L10.6195\x208.28037L15.6195\x202.28037L14.083\x201L12.5466\x20-0.280369L7.54657\x205.71963L9.08301\x207ZM14.083\x201L12.5466\x202.28037L17.5466\x208.28037L19.083\x207L20.6194\x205.71963L15.6195\x20-0.280369L14.083\x201Z','ShapeOctagonIcon','_initialize','shape-action-button-information-icon','ShapeCurvedConnector3Icon','getOwnPropertyDescriptor','ShapeAccentCallout3Icon','classType','ShapeCurvedConnector3Arrow2Icon','sheets-shape.line.capType.flat','isFrom','sheet.command.set-shape-text-vertical-align','shape.type.action-button-movie','_initCopyPaste','_drawingType','M14\x204H13V5H15V7H16V5.80371L20\x2010L16\x2014.1963V13H15V15H13V16H14L9.80371\x2020L5.60742\x2016H7V15H5V13H4V14.1963L0\x2010L4\x205.80371V7H5V5H7V4H5.60742L9.80371\x200L14\x204ZM9\x203.52832V7H7V9H3.71582L2.7627\x2010L3.71582\x2011H7V13H9V16.4717L9.80371\x2017.2383L11\x2016.0967V13H13V11H16.2842L17.2383\x2010L16.2842\x209H13V7H11V3.90332L9.80371\x202.7627L9\x203.52832Z','round','M13\x207H10.1719L14.1719\x203H3V14.1719L7\x2010.1719V13L1\x2019V1H19L13\x207Z','shape-flow-chart-manual-operation-icon','_isHighlighted','shape.type.star10','Star6','M10\x201C14.9706\x201\x2019\x205.02944\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201ZM10\x203C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017C13.866\x2017\x2017\x2013.866\x2017\x2010C17\x206.13401\x2013.866\x203\x2010\x203Z','_executeConnectedRouteConnectionCommand','borderEnabled','shape.type.flow-chart-magnetic-disk','ShapeBentConnector3Arrow1Icon','shape.type.ribbon2','startArrow','redo','onPointerDown$','svg','routeConnectorLineShape','stopPropagation','M9\x2016H4V11L9\x209.5V16ZM6\x2012.4883V14H7V12.1875L6\x2012.4883Z','capType','Funnel','shape.type.folder-corner','DRAWING_DOM','SetSheetsShapeRotateCommand','flipH','refreshSelection','getObject','ShapeLeftBracketIcon','toDisposable','Can','M13\x2010C13\x2010.2761\x2013.2239\x2010.5\x2013.5\x2010.5H15.5C15.7761\x2010.5\x2016\x2010.2761\x2016\x2010C16\x209.72386\x2015.7761\x209.5\x2015.5\x209.5H13.5C13.2239\x209.5\x2013\x209.72386\x2013\x2010Z','_drawingAddListener','M15\x203H19V7H15V3Z','_activeTargetShapeId','createInternalEditorID','height','M14.5\x2017.7939H5.5L1\x2010L5.5\x202.20605H14.5L19\x2010L14.5\x2017.7939ZM13.3457\x204.20605H6.65527L3.31055\x2010L6.65527\x2015.7939H13.3457L16.6904\x2010L13.3457\x204.20605Z','univer-text-xl\x20univer-text-gray-500','getStartConnectInfo','Star32','M18\x203V15H14.2881L14.0938\x2015.0859L6.5\x2018.4609V15H2V3H18Z','LightningBolt','shape-curved-up-arrow-icon','ShapeHalfFrameIcon','M5.5\x204.5H7.5V15.5H5.5V4.5Z','HorizontalAlign','M14\x206H19V14H14V19H6V14H1V6H6V1H14V6ZM8\x208H3V12H8V17H12V12H17V8H12V3H8V8Z','UniverSheetsShapePlugin','_getZoomRatio','UpdateConnectorRelationCommand','UpdateLineShapeResizeCommand','M4\x2017V7H16V17H4ZM14\x209H6V15H14V9Z','ShapeStar16Icon','getFreeze','UpdateShapeDataCommand','shape-icon','RightArrowCallout','_adjHandlerPointerMove','ShapeEllipseIcon','shape.type.flow-chart-manual-input','M5\x203H7V16H5z','RemoveSheetsShapeMutation','ShapeFlowChartDelayIcon','sheet.command.shape-doc-align','ShapeDonutIcon','Round2SameRect','BOTTOM','jsxs','ShapeBracketPairIcon','editingParams$','sheet.command.set-shape-rotate','Line','shape.type.flow-chart-decision','shape-action-button-end-icon','_highlightedSiteIndex','getEndConnectInfo','SetDrawingApplyMutation','ShapeHorizontalScrollIcon','addObject','_commandExecutedListener','Rect','FlowchartPunchedTape','M7.95546\x206.5C8.5083\x206.5\x208.97172\x206.68269\x209.32944\x207.06731C9.67903\x207.45192\x209.8579\x207.94231\x209.8579\x208.54808C9.8579\x209.14423\x209.66277\x209.68269\x209.28879\x2010.1731C9.06115\x2010.4519\x208.66277\x2010.8173\x208.08554\x2011.2788C7.45952\x2011.7692\x207.08554\x2012.2019\x206.96359\x2012.5769H9.40449C9.65939\x2012.5769\x209.86603\x2012.7836\x209.86603\x2013.0385C9.86603\x2013.2934\x209.65939\x2013.5\x209.40449\x2013.5H6.53829C6.16701\x2013.5\x205.85654\x2013.1957\x205.93176\x2012.8321C6.017\x2012.4201\x206.18595\x2012.0443\x206.44326\x2011.7019C6.65464\x2011.4038\x207.09367\x2010.9904\x207.7522\x2010.4519C8.14245\x2010.125\x208.41887\x209.86538\x208.58147\x209.66346C8.84164\x209.31731\x208.97985\x208.94231\x208.97985\x208.53846C8.97985\x208.15385\x208.89042\x207.86538\x208.71155\x207.67308C8.53269\x207.48077\x208.2644\x207.38462\x207.92294\x207.38462C7.55708\x207.38462\x207.28066\x207.52885\x207.09367\x207.82692C6.9529\x208.03503\x206.86291\x208.3082\x206.81759\x208.65365C6.78613\x208.89346\x206.59231\x209.08654\x206.35043\x209.08654C6.10164\x209.08654\x205.89745\x208.88275\x205.92578\x208.63557C5.99029\x208.07296\x206.1682\x207.6079\x206.45952\x207.24038C6.83351\x206.74038\x207.33757\x206.5\x207.95546\x206.5Z','ShapeActionButtonBlankIcon','M9.79785\x203.00488C7.68264\x203.11016\x206\x204.85865\x206\x207V10H5.92773L6\x2010.0938V15H3.12891L3.52246\x208.70215C3.72276\x205.49737\x206.38081\x203\x209.5918\x203C9.66075\x203\x209.72941\x203.00259\x209.79785\x203.00488ZM9.5918\x201C5.32466\x201\x201.79254\x204.31832\x201.52637\x208.57715L1\x2017H8V7C8\x205.89543\x208.89543\x205\x2010\x205C11.1046\x205\x2012\x205.89543\x2012\x207H14C14\x205.39362\x2013.0526\x204.00936\x2011.6865\x203.37305C13.8423\x204.1649\x2015.4397\x206.1435\x2015.6494\x208.55371L16.124\x2014H16.2969L15.2754\x2015.5576L14\x2013.9062V7H12V12H10L15.4072\x2019L20\x2012H17.957L17.6416\x208.38086C17.2785\x204.2052\x2013.7832\x201.00018\x209.5918\x201Z','M1.00014\x2017L6.00014\x209','Angular','push','length','getUnitId','_baseShapeLeft','register','shape-accent-border-callout1-icon','toolbar.resetColor','ICommandService','oldShapeType','Transform','univerjs-icon\x20univerjs-icon-','M6\x207.93502C6.00006\x207.04225\x206.31322\x206.17751\x206.88477\x205.49166L7.06641\x205.27389C8.33908\x203.74667\x2010.6201\x203.56635\x2012.1162\x204.87545C13.6569\x206.22352\x2013.7355\x208.59382\x2012.2881\x2010.0415L11\x2010.9141V13H9V10.0415L10.874\x208.6274C11.5034\x207.99787\x2011.4687\x206.96756\x2010.7988\x206.38131C10.1482\x205.81201\x209.15699\x205.89002\x208.60352\x206.55416L8.4209\x206.77193C8.14888\x207.09835\x208.00006\x207.51012\x208\x207.93502V8.91549H6V7.93502Z','shape-plus-icon','_sheetShapeAdjustController','computeConnectorResizeLayout','ShapeDecagonIcon','_drawingManagerService','onCommandExecute','ShapeLineJoinEnum','setConfig','shape.type.flow-chart-summing-junction','ShapeRound2SameRectIcon','M2\x2014V5H4V14C4\x2014.5217\x204.44895\x2015.2629\x205.79004\x2015.9336C7.07164\x2016.5744\x207.91244\x2017\x2010\x2017C12.0876\x2017\x2012.9284\x2016.5744\x2014.21\x2015.9336C15.551\x2015.2629\x2016\x2014.5217\x2016\x2014V4.5H18V14C18\x2015.6872\x2016.6583\x2016.9456\x2015.1045\x2017.7227C13.4907\x2018.5296\x2012.3307\x2019\x2010\x2019C7.66928\x2019\x206.50934\x2018.5296\x204.89551\x2017.7227C3.34167\x2016.9456\x202\x2015.6872\x202\x2014Z','getActualSize','shape-math-equal-icon','UpdateSheetsShapeDataMutation','Inject','M8.44922\x202L2\x209.27246V17H18V2H8.44922Z','disposeWithMe','Decagon','startX','shape.type.triangle','AccentCallout2','M1\x209V1H9L1\x209ZM3\x204.17188L4.17188\x203H3V4.17188Z','connection-site-','UniverProEngineShape','clsx','#1a73e8','getAncestorScale','shape.type.star16','ShapeLeftRightRibbonIcon','oKey','shape-home-plate-icon','setDocumentData','localeService','univer-box-border\x20univer-px-4\x20univer-text-sm','Chevron','packageName','LongDashDotDot','ShapeArrowSizeEnum','BentConnector3','updateDocumentDataMargin','shape-right-arrow-callout-icon','shape.type.chart-plus','registerFeatureMenu','function','useObservable','ShapeLeftCircularArrowIcon','shape.type.star5','QuadArrow','setHighlighted','IrregularSeal2','ShapeStraightConnector1Icon','getViewport','adjustValues','ShapeCornerIcon','shape-callout3-icon','M18.3879\x201.77539C19.3847\x203.76941\x2019.2367\x206.14506\x2018.0002\x208H16.0002V19H1.50016C0.00464678\x2016.9063\x200.00464678\x2014.0937\x201.50016\x2012H4.00016V1H18.0002L18.3879\x201.77539ZM2.6691\x2014C2.28241\x2014.9616\x202.28241\x2016.0384\x202.6691\x2017H2.78629C3.13878\x2016.0358\x203.12936\x2014.9674\x202.74528\x2014H2.6691ZM6.00016\x2017H14.0002V8H6.50016C6.30909\x207.7325\x206.14241\x207.45301\x206.00016\x207.16504V17ZM7.6691\x203C7.28241\x203.9616\x207.28241\x205.0384\x207.6691\x206H7.76383C7.96918\x205.05642\x207.9817\x204.08131\x207.79508\x203.13477L7.74528\x203H7.6691ZM9.84391\x203C10.0989\x203.98685\x2010.1046\x205.01681\x209.8693\x206H15.9992V3H9.84391ZM16.0002\x206H16.7863C17.1388\x205.03576\x2017.1294\x203.96743\x2016.7453\x203H16.0002V6Z','scaleY','shape-accent-callout3-icon','editorHeight','adjHandleStroke','AccentCallout3','shape.type.rect','shape-flow-chart-magnetic-disk-icon','univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','onPointerUp$','M19\x2019H1L10\x201L19\x2019ZM4.23633\x2017H15.7637L10\x205.47266L4.23633\x2017Z','useMemo','setSelectionRanges','ConnectorCoordinateTransform','objects','228828BPgbSn','Callout3','M4.19801\x2011L4.07596\x2010.9948C3.47145\x2010.9437\x203\x2010.5176\x203\x2010C3\x209.48243\x203.47145\x209.05633\x204.07596\x209.00519L4.19801\x209H15.8007C16.4628\x209\x2017\x209.44797\x2017\x2010C17\x2010.552\x2016.4628\x2011\x2015.8007\x2011H4.19801Z','InsertSheetsShapeMutation','shape-swoosh-arrow-icon','other','ShapeCurvedDownArrowIcon','preRedos','shape.type.parallelogram','shape.type.star32','ShapeSnipRoundRectIcon','shape-ribbon-icon','onCommandExecuted','M20\x2010L12.5\x2017V13.0312H7.5V17L0\x2010L7.5\x203V6.96875H12.5V3L20\x2010ZM14.5\x208.96875H5.5V7.60156L2.92969\x2010L5.5\x2012.3975V11.0312H14.5V12.3975L17.0693\x2010L14.5\x207.60156V8.96875Z','ShapeCurvedUpArrowIcon','useEffect','@univerjs/engine-render','M19\x209V1H11L19\x209ZM17\x204.17188L15.8281\x203H17V4.17188Z','shape-flow-chart-manual-input-icon','stringify','ShapeEllipseRibbonIcon','LAYOUT','UniverSheetsDrawingUi','indexOf','shape.type.gear6','LocaleService','shape.type.bent-connector3','calcAdjValue','isStartConnectorPoint','ShapeCurvedConnector3Arrow1Icon','shape.type.left-right-ribbon','M17.8575\x203V4H19.0001V4.85742H20.0001V7.64258H19.0001V11.3574H20.0001V14.1426H19.0001V15H17.8575V16H14.6427V15H10.3575V16H7.1427V15H6.00012V14.1426H5.00012V11.3574H6.00012V7.64258H5.00012V4.85742H6.00012V4H7.1427V3H10.3575V4H14.6427V3H17.8575Z','M12\x2016L8\x2013H4V7H8L12\x204V16ZM8.66699\x209H6V11H8.66699L10\x2012V7.99902L8.66699\x209Z','PREDEFINED_HOOK_NAME','ShapeActionButtonDocumentIcon','mask','activeSheet$','ShapeCloudIcon','6151166mbZXFS','_moveConnectorWithShape','shape-left-arrow-icon','M1.00012\x2017L6.00012\x209','_activeShapeAdjustPointList','BreakLineCommand','RightBrace','_rerouteConnectorLine','ShapeArrowTypeEnum','sheets-shape.line.arrowType.diamondArrow','shape.type.callout3','linear','SheetSkeletonManagerService','ShapeQuadArrowIcon','M11.5234\x202.18555C12.5935\x201.54357\x2013.9518\x201.71295\x2014.8311\x202.56934L15.1689\x202.93067C16.0482\x203.78706\x2017.4065\x203.95645\x2018.4766\x203.31446L19\x203.00001V17L17.7305\x2017.4229L17.5303\x2017.4824C16.5923\x2017.7233\x2015.5946\x2017.4874\x2014.8633\x2016.8525L14.7109\x2016.7109C13.7164\x2015.7164\x2012.1576\x2015.5616\x2010.9873\x2016.3418L10.4346\x2016.7109L10.208\x2016.8496C9.13525\x2017.4604\x207.82907\x2017.5062\x206.7168\x2016.9707L6.48145\x2016.8467L6.37891\x2016.7881C5.49398\x2016.2824\x204.44777\x2016.1376\x203.45898\x2016.3848L1\x2017V3.00001L3.4082\x202.39747C4.42944\x202.14216\x205.51181\x202.29219\x206.42578\x202.81446C7.62599\x203.50014\x209.0869\x203.52932\x2010.3066\x202.90528L10.5479\x202.77149L11.5234\x202.18555ZM13.4814\x204.05177C13.2501\x203.78183\x2012.8577\x203.71765\x2012.5527\x203.9004L11.5762\x204.48634C9.69052\x205.61767\x207.34016\x205.64081\x205.43262\x204.55079C4.96592\x204.28424\x204.41372\x204.20786\x203.89355\x204.3379L3\x204.56055V14.4395C4.48152\x2014.0761\x206.04606\x2014.2946\x207.37109\x2015.0518L7.47363\x2015.1104C8.05291\x2015.4414\x208.77007\x2015.417\x209.3252\x2015.0469L9.87793\x2014.6777C11.8415\x2013.3687\x2014.4563\x2013.6272\x2016.125\x2015.2959C16.3557\x2015.5266\x2016.6858\x2015.6197\x2017\x2015.5508V5.70118C15.6829\x205.68043\x2014.3906\x205.11235\x2013.4814\x204.05177Z','shape.type.irregular-seal2','ShapeTriangleIcon','M7.25625\x206.594C7.25625\x206.26594\x207.5222\x206\x207.85025\x206H12.1322C12.6204\x206\x2013.0163\x206.39582\x2013.0163\x206.8841C13.0163\x206.99764\x2012.9944\x207.11011\x2012.9518\x207.21538L10.1416\x2014.1688C10.0441\x2014.4101\x209.80992\x2014.568\x209.54973\x2014.568C9.09318\x2014.568\x208.78423\x2014.1027\x208.96143\x2013.6819L11.6963\x207.188H7.85025C7.5222\x207.188\x207.25625\x206.92206\x207.25625\x206.594Z','shape-star5-icon','strokeWidth','M1\x2011V19H9L1\x2011ZM3\x2015.8281L4.17188\x2017H3V15.8281Z','FlowchartPredefinedProcess','FOCUSING_COMMON_DRAWINGS','updateDocumentStyle','shape.type.snip2-same-rect','M12\x205.5C12\x204.11929\x2010.8807\x203\x209.5\x203H9V0L0\x209L9\x2018V8H9.5V6H7V13.1719L2.82812\x209L7\x204.82812V5H9.5C9.77614\x205\x2010\x205.22386\x2010\x205.5C10\x205.77614\x209.77614\x206\x209.5\x206V8C10.8807\x208\x2012\x206.88071\x2012\x205.5Z','onReady','ThemeService','M8\x202C9.2853\x202\x2010.457\x202.42475\x2011.3428\x203.12207C11.8615\x202.96265\x2012.419\x202.875\x2013\x202.875C15.7614\x202.875\x2018\x204.83375\x2018\x207.25C18\x207.97779\x2017.7949\x208.66285\x2017.4355\x209.2666C18.9353\x209.84364\x2020\x2011.297\x2020\x2013C20\x2015.2091\x2018.2091\x2017\x2016\x2017C15.5108\x2017\x2015.0426\x2016.9107\x2014.6094\x2016.75C13.8013\x2017.5234\x2012.7069\x2018\x2011.5\x2018C10.4258\x2018\x209.43972\x2017.6232\x208.66602\x2016.9951C7.77055\x2017.627\x206.67928\x2018\x205.5\x2018C2.46243\x2018\x200\x2015.5376\x200\x2012.5C0\x2010.2946\x201.29808\x208.39235\x203.17188\x207.51562C3.05993\x207.15196\x203\x206.76961\x203\x206.375C3\x203.95875\x205.23858\x202\x208\x202Z','getConnectionSiteList','M9\x209H11V13H9z','ShapeChevronIcon','_menuManagerService','LineInv','Shape','getDrawingShapeKeyByDrawingSearch','SetShapeTextFontSizeIncreaseCommand','M7\x202V18H1V2H7ZM3\x2016H5V4H3V16Z','_baseShapeWidth','_generateCutPasteMutations','M17.0539\x2016.6384C17.0632\x2016.8716\x2016.8716\x2017.0632\x2016.6384\x2017.0539L12.8833\x2016.9051C12.5348\x2016.8913\x2012.3696\x2016.4692\x2012.6163\x2016.2226L16.2226\x2012.6163C16.4692\x2012.3696\x2016.8913\x2012.5348\x2016.9051\x2012.8833L17.0539\x2016.6384Z','shape-gear6-icon','KeyCode','ShapeBentArrowIcon','OvalArrow','isRichText','Plus','M20\x2010L15\x2017H5L0\x2010L5\x203H15L20\x2010ZM2.45801\x2010L6.0293\x2015H13.9707L17.542\x2010L13.9707\x205H6.0293L2.45801\x2010Z','_targetShapeId','M10\x2019C7.62453\x2019\x204\x2017\x204\x2017V7C4\x207\x207.62453\x209\x2010\x209C12.3755\x209\x2016\x207\x2016\x207V17C16\x2017\x2012.3755\x2019\x2010\x2019ZM10\x2017C10.7597\x2017\x2011.9417\x2016.6443\x2013.123\x2016.1533C13.4419\x2016.0208\x2013.7389\x2015.8867\x2014\x2015.7646V10.1084C12.833\x2010.5521\x2011.3464\x2011\x2010\x2011C8.65361\x2011\x207.16698\x2010.5521\x206\x2010.1084V15.7646C6.26114\x2015.8867\x206.55806\x2016.0208\x206.87695\x2016.1533C8.05829\x2016.6443\x209.24026\x2017\x2010\x2017Z','blur','ShapeRectIcon','M17\x2010C17\x2013.9274\x2015.2091\x2018\x2013\x2018C10.7909\x2018\x209\x2013.9274\x209\x2010H11C11\x2011.7519\x2011.4053\x2013.5109\x2012.0117\x2014.7752C12.3166\x2015.4109\x2012.6307\x2015.8349\x2012.8857\x2016.0712C12.9293\x2016.1115\x2012.9689\x2016.1404\x2013\x2016.1641C13.0311\x2016.1404\x2013.0707\x2016.1115\x2013.1143\x2016.0712C13.3693\x2015.8349\x2013.6834\x2015.4109\x2013.9883\x2014.7752C14.5947\x2013.5109\x2015\x2011.7519\x2015\x2010C15\x208.24812\x2014.5947\x206.48914\x2013.9883\x205.22483C13.6834\x204.58914\x2013.3693\x204.16507\x2013.1143\x203.92882C13.0705\x203.88828\x2013.0312\x203.85882\x2013\x203.83507C12.9688\x203.85882\x2012.9295\x203.88828\x2012.8857\x203.92882C12.6307\x204.16507\x2012.3166\x204.58914\x2012.0117\x205.22483C11.4053\x206.48914\x2011\x208.24812\x2011\x2010H9C9\x206.07264\x2010.7909\x202\x2013\x202C15.2091\x202\x2017\x206.07264\x2017\x2010Z','ShapeEllipseRibbon2Icon','shape-quad-arrow-callout-icon','M16\x208V2H4V8H9V15.1973L10\x2016.582L11\x2015.1973V8H16ZM13\x2014H14.3301L13\x2015.8428V16H12.8867L10\x2020L7.11328\x2016H7V15.8428L5.66992\x2014H7V10H2V0H18V10H13V14Z','Medium','UniverDrawing','DiagStripe','onSavingEditorData$','ShapeFlowChartExtractIcon','ShapeRectTextboxVerticalIcon','_lastEditingShapeKey','sheetTransform','4\x203','shape-flow-chart-collate-icon','_adjName','min','shape.type.flow-chart-magnetic-drum','_cxnIndex','blockArrow','0\x200\x2020\x2020','CurvedDownArrow','deepClone','shape-diamond-icon','shape.type.flow-chart-merge','Radial','getDrawingOrder','sheets-shape.line.capType.round','ShapeActionButtonBackPreviousIcon','shape-flow-chart-terminator-icon','copyType','UniverSheetsShapeUIPlugin','shape-math-plus-icon','newRelation','M8\x204H2V16H8V11H15.1973L16.582\x2010L15.1973\x209H8V4ZM14\x207V5.66992L15.8428\x207H16V7.11328L20\x2010L16\x2012.8867V13H15.8428L14\x2014.3301V13H10V18H0V2H10V7H14Z','parse','HalfFrame','gradientAngle','shape.type.left-right-arrow-callout','_context','M13\x2014.5H7V3.5C5.89543\x203.5\x205\x204.39543\x205\x205.5V14.5C5\x2015.6046\x205.89543\x2016.5\x207\x2016.5H13C14.1046\x2016.5\x2015\x2015.6046\x2015\x2014.5V9.5L10\x203.5H7V5.5H9.17188L13\x2010.3281V14.5Z','RightBracket','clearAdjustControls','ShapePieWedgeIcon','startY','START','getParent','isLineShape','M1\x2013C4.31371\x2013\x207\x2015.6863\x207\x2019H1V13ZM3\x2017H4.46387C4.11268\x2016.3931\x203.60692\x2015.8873\x203\x2015.5361V17Z','ShapeSunIcon','shape.type.wedge-ellipse-callout','ComponentManager','M17.8574\x203V4H19V4.85742H20V7.64258H19V11.3574H20V14.1426H19V15H17.8574V16H14.6426V15H10.3574V16H7.14258V15H6V14.1426H5V11.3574H6V7.64258H5V4.85742H6V4H7.14258V3H10.3574V4H14.6426V3H17.8574Z','entries','UniverInstanceType','shape-left-right-ribbon-icon','shape-border-callout3-icon','multiply','M19\x203V17H1V3H19ZM3\x2015H17V5H3V15Z','shape.type.line','shape.type.corner','M19\x201V14L13.5\x2019H1V6L6\x201H19ZM3\x2017H12V8H3V17ZM14\x207V16L17\x2013V4L14\x207ZM3.5\x206H12.3887L15.5\x203H6.61133L3.5\x206Z','M1.00018\x2017L2.50018\x209H6.00018','shape-half-frame-icon','M18\x204V16H2V4H18ZM3.5\x2014.5H16.5V5.5H3.5V14.5Z','RightJustifyingIcon','add','shape.type.action-button-forward-next','composeMatrix','shape-triangle-icon','getDrawingVisible','BorderCallout2','DocumentDataModel','sheet.command.update-line-shape-resize','endX','EMPTY','M13.5\x208C13.5\x207.72386\x2013.2761\x207.5\x2013\x207.5C12.7239\x207.5\x2012.5\x207.72386\x2012.5\x208C12.5\x208.27614\x2012.7239\x208.5\x2013\x208.5V10C11.8954\x2010\x2011\x209.10457\x2011\x208C11\x206.89543\x2011.8954\x206\x2013\x206C14.1046\x206\x2015\x206.89543\x2015\x208C15\x209.10457\x2014.1046\x2010\x2013\x2010V8.5C13.2761\x208.5\x2013.5\x208.27614\x2013.5\x208Z','angle','getTransformerByCreate','shape-horizontal-scroll-icon','M12.5894\x206.5C13.1423\x206.5\x2013.6057\x206.68269\x2013.9634\x207.06731C14.313\x207.45192\x2014.4919\x207.94231\x2014.4919\x208.54808C14.4919\x209.14423\x2014.2967\x209.68269\x2013.9228\x2010.1731C13.6951\x2010.4519\x2013.2967\x2010.8173\x2012.7195\x2011.2788C12.0935\x2011.7692\x2011.7195\x2012.2019\x2011.5976\x2012.5769H14.0385C14.2934\x2012.5769\x2014.5\x2012.7836\x2014.5\x2013.0385C14.5\x2013.2934\x2014.2934\x2013.5\x2014.0385\x2013.5H11.1723C10.801\x2013.5\x2010.4905\x2013.1957\x2010.5657\x2012.8321C10.651\x2012.4201\x2010.8199\x2012.0443\x2011.0772\x2011.7019C11.2886\x2011.4038\x2011.7276\x2010.9904\x2012.3862\x2010.4519C12.7764\x2010.125\x2013.0528\x209.86538\x2013.2154\x209.66346C13.4756\x209.31731\x2013.6138\x208.94231\x2013.6138\x208.53846C13.6138\x208.15385\x2013.5244\x207.86538\x2013.3455\x207.67308C13.1667\x207.48077\x2012.8984\x207.38462\x2012.5569\x207.38462C12.1911\x207.38462\x2011.9146\x207.52885\x2011.7276\x207.82692C11.5869\x208.03503\x2011.4969\x208.3082\x2011.4516\x208.65365C11.4201\x208.89346\x2011.2263\x209.08654\x2010.9844\x209.08654C10.7356\x209.08654\x2010.5314\x208.88275\x2010.5598\x208.63557C10.6243\x208.07296\x2010.8022\x207.6079\x2011.0935\x207.24038C11.4675\x206.74038\x2011.9715\x206.5\x2012.5894\x206.5Z','paragraphStyle','SHAPE','getBasicShapeRotateBound','getState','M10.802\x202L10.924\x202.00519C11.5286\x202.05633\x2012\x202.48243\x2012\x203C12\x203.51757\x2011.5286\x203.94367\x2010.924\x203.99481L10.802\x204H8.19925C7.53723\x204\x207\x203.55203\x207\x203C7\x202.44797\x207.53723\x202\x208.19925\x202L10.802\x202Z','UniverSheetsDrawing','shape.type.chevron','shape-curved-down-arrow-icon','shape-star6-icon','worldPoints','defIds','isHitLine','shape.type.star24','M9\x201C13.9706\x201\x2018\x205.02944\x2018\x2010C18\x2011.0521\x2017.8181\x2012.0615\x2017.4863\x2013H20V19H9C4.02944\x2019\x200\x2014.9706\x200\x2010C0\x205.02944\x204.02944\x201\x209\x201ZM9\x203C5.13401\x203\x202\x206.13401\x202\x2010C2\x2013.866\x205.13401\x2017\x209\x2017H18V15H13.8955C14.5679\x2014.3418\x2015.1082\x2013.5499\x2015.4727\x2012.666C15.4801\x2012.6479\x2015.4868\x2012.6295\x2015.4941\x2012.6113C15.5314\x2012.5188\x2015.5672\x2012.4255\x2015.6006\x2012.3311C15.6111\x2012.3013\x2015.6207\x2012.2712\x2015.6309\x2012.2412C15.6605\x2012.1534\x2015.6886\x2012.0649\x2015.7148\x2011.9756C15.7246\x2011.9425\x2015.7339\x2011.9093\x2015.7432\x2011.876C15.7664\x2011.7923\x2015.7875\x2011.7079\x2015.8076\x2011.623C15.8166\x2011.5854\x2015.8256\x2011.5477\x2015.834\x2011.5098C15.8513\x2011.4311\x2015.8672\x2011.3521\x2015.8818\x2011.2725C15.8907\x2011.2241\x2015.8993\x2011.1757\x2015.9072\x2011.127C15.9201\x2011.0476\x2015.9313\x2010.9679\x2015.9414\x2010.8877C15.9466\x2010.8471\x2015.9526\x2010.8065\x2015.957\x2010.7656C15.9844\x2010.5141\x2016\x2010.2588\x2016\x2010C16\x206.13401\x2012.866\x203\x209\x203Z','ShapePlusIcon','get','sheets-shape.config','M12\x2014C12\x2013.4477\x2012.4477\x2013\x2013\x2013H18V11H13C11.3431\x2011\x2010\x2012.3431\x2010\x2014V19H12V14Z','_getShapeAdjustPointListById','_initSheetChange','name','getDrawingPoints','M19\x2010.001L20.3287\x2011.4958L22.0104\x2010.001L20.3287\x208.50616L19\x2010.001ZM10\x2018.001H8V22.4547L11.3287\x2019.4958L10\x2018.001ZM10\x2014H12V12H10V14ZM1\x2014H-1V16H1V14ZM1\x206V4H-1V6H1ZM10\x206V8H12V6H10ZM10\x202.00098L11.3287\x200.506158L8\x20-2.45271V2.00098H10ZM19\x2010.001L17.6713\x208.50616L8.67127\x2016.5062L10\x2018.001L11.3287\x2019.4958L20.3287\x2011.4958L19\x2010.001ZM10\x2018.001H12V14H10H8V18.001H10ZM10\x2014V12H1V14V16H10V14ZM1\x2014H3V6H1H-1V14H1ZM1\x206V8H10V6V4H1V6ZM10\x206H12V2.00098H10H8V6H10ZM10\x202.00098L8.67127\x203.4958L17.6713\x2011.4958L19\x2010.001L20.3287\x208.50616L11.3287\x200.506158L10\x202.00098Z','shape-flow-chart-decision-icon','offsetY','Donut','shape.type.flow-chart-terminator','@univerjs/design','M17\x206C17\x205.44772\x2016.5523\x205\x2016\x205H3V15H17V6ZM19\x2017H1V3H16C17.6569\x203\x2019\x204.34315\x2019\x206V17Z','sheet.command.test-line-shape','ShapeNoSmokingIcon','shape.type.math-multiply','M18\x2019H2L6\x201H14L18\x2019ZM4.49316\x2017H15.5068L12.3955\x203H7.60449L4.49316\x2017Z','M11.7646\x2020H5L9.23535\x200H16L11.7646\x2020ZM7.5\x2018H10.1553L13.6553\x202H11L7.5\x2018Z','shape.type.callout2','drawWith','_findNearestConnectionSite','white','DEFAULT_PASTE','cxnIndex','CurvedRightArrow','changeEnd$','shape-action-button-document-icon','focus','body','ShapeIrregularSeal2Icon','rxjs','ShapeStar4Icon','VIEW_MAIN_TOP','getCurrentTypeOfUnit$','M10\x201C12.3755\x201\x2016\x203\x2016\x203V13C16\x2013\x2012.3755\x2011\x2010\x2011C7.62453\x2011\x204\x2013\x204\x2013V3C4\x203\x207.62453\x201\x2010\x201ZM10\x203C9.24026\x203\x208.05829\x203.35573\x206.87695\x203.84668C6.55806\x203.97921\x206.26114\x204.11328\x206\x204.23535V9.8916C7.16697\x209.44793\x208.65361\x209\x2010\x209C11.3464\x209\x2012.833\x209.44793\x2014\x209.8916V4.23535C13.7389\x204.11328\x2013.4419\x203.97921\x2013.123\x203.84668C11.9417\x203.35573\x2010.7597\x203\x2010\x203Z'];_0x18a9=function(){return _0x38225b;};return _0x18a9();}function _0x3ee2(_0x1f19bb,_0x2b18f5){_0x1f19bb=_0x1f19bb-0x166;const _0x18a9c2=_0x18a9();let _0x3ee244=_0x18a9c2[_0x1f19bb];return _0x3ee244;}(function(_0x42a78a,_0x53006f){const _0x1ae672=_0x3ee2,_0x44623a=_0x42a78a();while(!![]){try{const _0x2499ac=-parseInt(_0x1ae672(0x3e1))/0x1*(parseInt(_0x1ae672(0x801))/0x2)+-parseInt(_0x1ae672(0x203))/0x3*(parseInt(_0x1ae672(0x57b))/0x4)+-parseInt(_0x1ae672(0x252))/0x5*(parseInt(_0x1ae672(0x65a))/0x6)+parseInt(_0x1ae672(0x5a1))/0x7+-parseInt(_0x1ae672(0x77b))/0x8*(parseInt(_0x1ae672(0x397))/0x9)+parseInt(_0x1ae672(0x269))/0xa+-parseInt(_0x1ae672(0x46d))/0xb*(-parseInt(_0x1ae672(0x6c5))/0xc);if(_0x2499ac===_0x53006f)break;else _0x44623a['push'](_0x44623a['shift']());}catch(_0x2d28c9){_0x44623a['push'](_0x44623a['shift']());}}}(_0x18a9,0xa0a79),function(_0x306afe,_0x25ef1b){const _0xb46fd4=_0x3ee2;typeof exports==_0xb46fd4(0x769)&&typeof module<'u'?_0x25ef1b(exports,require('@univerjs-pro/engine-shape'),require('@univerjs/core'),require('@univerjs/engine-render'),require('@univerjs/sheets'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-ui'),require('@univerjs-pro/sheets-shape'),require('@univerjs/sheets-drawing'),require('@univerjs/drawing'),require('rxjs'),require('@univerjs/docs'),require('@univerjs/docs-ui'),require('react'),require('@univerjs/ui'),require('react/jsx-runtime'),require('@univerjs/design'),require('@univerjs/drawing-ui')):typeof define==_0xb46fd4(0x560)&&define['amd']?define([_0xb46fd4(0x2a9),_0xb46fd4(0x272),'@univerjs/core',_0xb46fd4(0x58b),_0xb46fd4(0x36e),_0xb46fd4(0x3ba),_0xb46fd4(0x307),_0xb46fd4(0x36c),'@univerjs/sheets-drawing','@univerjs/drawing',_0xb46fd4(0x653),'@univerjs/docs','@univerjs/docs-ui',_0xb46fd4(0x2ef),_0xb46fd4(0x722),'react/jsx-runtime',_0xb46fd4(0x640),_0xb46fd4(0x1db)],_0x25ef1b):(_0x306afe=typeof globalThis<'u'?globalThis:_0x306afe||self,_0x25ef1b(_0x306afe[_0xb46fd4(0x205)]={},_0x306afe[_0xb46fd4(0x54c)],_0x306afe[_0xb46fd4(0x80c)],_0x306afe[_0xb46fd4(0x771)],_0x306afe[_0xb46fd4(0x703)],_0x306afe[_0xb46fd4(0x591)],_0x306afe['UniverSheetsUi'],_0x306afe['UniverProSheetsShape'],_0x306afe[_0xb46fd4(0x62a)],_0x306afe[_0xb46fd4(0x5da)],_0x306afe[_0xb46fd4(0x653)],_0x306afe[_0xb46fd4(0x6e3)],_0x306afe[_0xb46fd4(0x3a8)],_0x306afe['React'],_0x306afe[_0xb46fd4(0x73e)],_0x306afe['React'],_0x306afe[_0xb46fd4(0x6b6)],_0x306afe['UniverDrawingUi']));}(this,function(_0x44c10a,_0x6332e7,_0x3e1ae8,_0x47893f,_0x5b75fb,_0x257e5f,_0x18487f,_0x79ee08,_0x2f9be4,_0x36414e,_0x39ae11,_0x3fb212,_0x570f65,_0x477c0c,_0x3a834e,_0x98da5a,_0x2fa1fc,_0x27708b){'use strict';const _0x5badd6=_0x3ee2;var _0x4c4bc6=Object['defineProperty'],_0x51af0b=(_0x4b9edc,_0x171136,_0x28b6b1)=>_0x171136 in _0x4b9edc?_0x4c4bc6(_0x4b9edc,_0x171136,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x28b6b1}):_0x4b9edc[_0x171136]=_0x28b6b1,_0x19766d=(_0x31d0d5,_0x499d42,_0x3c6cf6)=>_0x51af0b(_0x31d0d5,typeof _0x499d42!='symbol'?_0x499d42+'':_0x499d42,_0x3c6cf6);const _0x55f96f=_0x5badd6(0x2e3),_0x1a3b90=_0x3e1ae8[_0x5badd6(0x4f4)]('SHAPE_TEXT'),_0x135846=0xc8,_0x2167c1=0xc8,_0x169840='ShapeTextEditorContainer';function _0x5068d9(_0x402d97,_0x52b6ce,_0x4e9c97){const _0x145f2c=_0x5badd6;var _0x48d709;const {startX:_0xbc5fa5,endX:_0x438927,startY:_0x5f5c4c,endY:_0xc70f81}=_0x402d97,_0x159c1e=(_0x48d709=_0x4e9c97[_0x145f2c(0x1ae)](_0x52b6ce))==null?void 0x0:_0x48d709[_0x145f2c(0x6de)](_0x18487f['ISheetSelectionRenderService']);if(_0x159c1e==null)return;const _0x24d73c=_0x159c1e[_0x145f2c(0x25a)](_0xbc5fa5,_0x5f5c4c);if(_0x24d73c==null)return;const _0x14d404={'column':_0x24d73c['actualColumn'],'columnOffset':_0xbc5fa5-_0x24d73c[_0x145f2c(0x547)],'row':_0x24d73c[_0x145f2c(0x492)],'rowOffset':_0x5f5c4c-_0x24d73c['startY']},_0x117ba6=_0x159c1e[_0x145f2c(0x25a)](_0x438927,_0xc70f81);if(_0x117ba6==null)return;const _0x5d21e5={'column':_0x117ba6['actualColumn'],'columnOffset':_0x438927-_0x117ba6['startX'],'row':_0x117ba6[_0x145f2c(0x492)],'rowOffset':_0xc70f81-_0x117ba6['startY']};return{'from':_0x14d404,'to':_0x5d21e5};}const _0x40a88d={'type':_0x3e1ae8[_0x5badd6(0x23e)]['COMMAND'],'id':'sheet.command.insert-shape','handler':(_0x32ba9e,_0x5b599b)=>{const _0x4fe082=_0x5badd6;var _0x24567f;const _0x620bb5=_0x32ba9e['get'](_0x3e1ae8['ICommandService']),_0x965ec4=_0x32ba9e[_0x4fe082(0x634)](_0x3e1ae8[_0x4fe082(0x20e)]),_0x4eec6d=_0x32ba9e[_0x4fe082(0x634)](_0x5b75fb[_0x4fe082(0x661)]),_0x599755=_0x32ba9e['get'](_0x47893f[_0x4fe082(0x76e)]),_0x1799e2=_0x5b75fb[_0x4fe082(0x75d)](_0x965ec4,_0x5b599b);if(!_0x1799e2)return!0x1;const {unitId:_0x55204d,subUnitId:_0x54b81b}=_0x1799e2,[_0x12f58f]=_0x4eec6d[_0x4fe082(0x396)](),_0x26f9ec=_0x5b599b['shapeId']||_0x3e1ae8[_0x4fe082(0x70a)](),_0x26c132=(_0x24567f=_0x599755[_0x4fe082(0x1ae)](_0x55204d))==null?void 0x0:_0x24567f[_0x4fe082(0x6de)](_0x18487f[_0x4fe082(0x5ad)])[_0x4fe082(0x72a)](_0x54b81b);if(!_0x26c132)return!0x1;let _0x5bce43=0x1,_0x19b36e=0x1;_0x12f58f&&_0x12f58f[_0x4fe082(0x725)]&&(_0x5bce43=_0x12f58f['range'][_0x4fe082(0x4af)],_0x19b36e=_0x12f58f[_0x4fe082(0x725)]['startColumn']);const _0xd3aa06=_0x26c132['getCellWithCoordByIndex'](_0x5bce43,_0x19b36e),_0x3d5057=_0xd3aa06[_0x4fe082(0x547)]+0xa,_0x4ab3f3=_0xd3aa06['startY']+0xa,_0x4297bd=_0x135846,_0x3090a6=_0x2167c1,_0x48814b={'startX':_0x3d5057,'endX':_0x3d5057+_0x4297bd,'startY':_0x4ab3f3,'endY':_0x4ab3f3+_0x3090a6},_0x1fde9b=_0x5068d9(_0x48814b,_0x55204d,_0x599755);if(!_0x1fde9b)return!0x1;const _0x3674db={'shapeType':_0x5b599b['shapeType'],'shapeData':_0x5b599b[_0x4fe082(0x439)]},_0x31bacc=_0x6332e7['isConnectorShape'](_0x5b599b[_0x4fe082(0x285)]),_0x306219={'left':_0x48814b[_0x4fe082(0x547)],'top':_0x48814b[_0x4fe082(0x600)],'width':_0x48814b['endX']-_0x48814b[_0x4fe082(0x547)],'height':_0x48814b[_0x4fe082(0x3d4)]-_0x48814b[_0x4fe082(0x600)]};_0x31bacc&&(_0x3674db[_0x4fe082(0x700)]=!0x1,_0x3674db[_0x4fe082(0x4ba)]=!0x1,_0x3674db[_0x4fe082(0x4aa)]=!0x1,_0x3674db[_0x4fe082(0x4da)]=!0x1,_0x306219[_0x4fe082(0x4ba)]=!0x1,_0x306219[_0x4fe082(0x4aa)]=!0x1,_0x306219['borderEnabled']=!0x1);const _0x3931c7={'unitId':_0x55204d,'subUnitId':_0x54b81b,'drawingId':_0x26f9ec,'drawingType':_0x3e1ae8[_0x4fe082(0x714)][_0x4fe082(0x499)],'componentKey':_0x4fe082(0x44d),'sheetTransform':_0x1fde9b,'axisAlignSheetTransform':_0x1fde9b,'transform':_0x306219,'data':_0x3674db,'allowTransform':!0x0};return _0x620bb5[_0x4fe082(0x320)](_0x257e5f[_0x4fe082(0x7e8)]['id'],{'unitId':_0x55204d,'drawings':[_0x3931c7]}),!0x0;}},_0x43e271={'type':_0x3e1ae8[_0x5badd6(0x23e)][_0x5badd6(0x3cb)],'id':_0x5badd6(0x3be),'handler':(_0x2da0ec,_0x2011d7)=>{const _0x5a2afc=_0x5badd6;var _0x50683f,_0x4bac3b;const _0x3de59f=_0x2da0ec[_0x5a2afc(0x634)](_0x3e1ae8[_0x5a2afc(0x530)]),_0x466f3f=_0x2da0ec[_0x5a2afc(0x634)](_0x3e1ae8[_0x5a2afc(0x697)]),_0xd5d3e0=_0x2da0ec[_0x5a2afc(0x634)](_0x79ee08[_0x5a2afc(0x707)]),_0x5b65ed=_0x2da0ec[_0x5a2afc(0x634)](_0x2f9be4[_0x5a2afc(0x1e3)]),_0x597e0e=_0x2da0ec[_0x5a2afc(0x634)](_0x5b75fb[_0x5a2afc(0x2f9)]),{unitId:_0x20a134,subUnitId:_0x41b8bf,shapeId:_0x1246c4,shapeType:_0xc638bf,shapeData:_0x52326b,transform:_0x1cad08,sheetTransform:_0x5dc880,axisAlignSheetTransform:_0x346b1e}=_0x2011d7,_0x39a212={'unitId':_0x20a134,'subUnitId':_0x41b8bf,'drawingId':_0x1246c4,'drawingType':_0x3e1ae8['DrawingTypeEnum'][_0x5a2afc(0x499)],'sheetTransform':_0x5dc880,'axisAlignSheetTransform':_0x346b1e,'transform':_0x1cad08,'data':{'shapeType':_0xc638bf,'shapeData':_0x52326b}},_0x59e281=_0x5b65ed[_0x5a2afc(0x281)]([_0x39a212]),{unitId:_0x4abc1c,subUnitId:_0x5bd050,undo:_0x292942,redo:_0x37b7a0,objects:_0x1ec22b}=_0x59e281,_0x4d8498=_0x597e0e[_0x5a2afc(0x53a)]({'id':_0x43e271['id'],'params':_0x2011d7}),_0xe341d7=[...(_0x50683f=_0x4d8498[_0x5a2afc(0x582)])!=null?_0x50683f:[],{'id':_0x2f9be4[_0x5a2afc(0x51e)]['id'],'params':{'unitId':_0x4abc1c,'subUnitId':_0x5bd050,'op':_0x37b7a0,'objects':_0x1ec22b,'type':_0x2f9be4[_0x5a2afc(0x4a1)][_0x5a2afc(0x6ed)]}},..._0x4d8498[_0x5a2afc(0x1e2)],{'id':_0x257e5f[_0x5a2afc(0x201)]['id'],'params':[_0x20a134]}],_0x47a486=[...(_0x4bac3b=_0x4d8498['preUndos'])!=null?_0x4bac3b:[],{'id':_0x2f9be4[_0x5a2afc(0x51e)]['id'],'params':{'unitId':_0x4abc1c,'subUnitId':_0x5bd050,'op':_0x292942,'objects':_0x1ec22b,'type':_0x2f9be4['DrawingApplyType'][_0x5a2afc(0x6ed)]}},..._0x4d8498[_0x5a2afc(0x740)],{'id':_0x257e5f[_0x5a2afc(0x201)]['id'],'params':[_0x20a134]}],_0x4ca423=_0xd5d3e0['getShapeModel'](_0x20a134,_0x41b8bf,_0x1246c4);if(!_0x4ca423)return!0x1;const _0x38410d=_0x4ca423[_0x5a2afc(0x7b4)](),_0x12f6e9=_0x4ca423[_0x5a2afc(0x485)]();return _0xe341d7['push']({'id':_0x79ee08[_0x5a2afc(0x542)]['id'],'params':{'unitId':_0x20a134,'subUnitId':_0x41b8bf,'shapeType':_0xc638bf,'shapeId':_0x1246c4,'shapeData':_0x52326b}}),_0x47a486[_0x5a2afc(0x529)]({'id':_0x79ee08[_0x5a2afc(0x542)]['id'],'params':{'unitId':_0x20a134,'subUnitId':_0x41b8bf,'shapeType':_0x38410d,'shapeId':_0x1246c4,'shapeData':_0x12f6e9}}),_0x3e1ae8[_0x5a2afc(0x65e)](_0xe341d7,_0x3de59f)?(_0x466f3f[_0x5a2afc(0x2dc)]({'unitID':_0x20a134,'undoMutations':_0x47a486,'redoMutations':_0xe341d7}),!0x0):!0x1;}};class _0x191c9b extends _0x3e1ae8[_0x5badd6(0x2a1)]{constructor(){const _0x4f6fb7=_0x5badd6;super(...arguments),_0x19766d(this,_0x4f6fb7(0x419),new _0x39ae11[(_0x4f6fb7(0x30d))](null)),_0x19766d(this,'editingParams$',this[_0x4f6fb7(0x419)]['asObservable']()),_0x19766d(this,'_onSavingEditorData$',new _0x39ae11[(_0x4f6fb7(0x30d))](!0x1)),_0x19766d(this,_0x4f6fb7(0x5dc),this[_0x4f6fb7(0x702)][_0x4f6fb7(0x273)]());}[_0x5badd6(0x176)](){const _0x55b799=_0x5badd6;this['_editingParams$'][_0x55b799(0x785)](null),this['_editingParams$']['complete'](),this[_0x55b799(0x702)][_0x55b799(0x785)](!0x1),this['_onSavingEditorData$'][_0x55b799(0x342)](),super[_0x55b799(0x176)]();}[_0x5badd6(0x45e)](_0x232da0){const _0x5641dd=_0x5badd6;this[_0x5641dd(0x419)][_0x5641dd(0x785)](_0x232da0),_0x232da0==null&&this[_0x5641dd(0x702)][_0x5641dd(0x785)](!0x1);}['setOnSavingEditorData'](_0x2d9d76){const _0x5b6333=_0x5badd6;this['_onSavingEditorData$'][_0x5b6333(0x785)](_0x2d9d76);}[_0x5badd6(0x3ed)](){const _0x6a8bb3=_0x5badd6;return this[_0x6a8bb3(0x419)][_0x6a8bb3(0x71e)]();}}function _0x190841(_0xfdffbd,_0x277c66){const _0x2cd8b0=_0x5badd6,_0x3d8d5d={};for(const _0x1fe82d of Object[_0x2cd8b0(0x36d)](_0x277c66)){const _0x389bb7=_0x277c66[_0x1fe82d],_0x1b75e5=_0xfdffbd[_0x1fe82d];if(_0x389bb7!==void 0x0){if(_0x1b75e5===void 0x0){_0x3d8d5d[_0x1fe82d]=void 0x0;continue;}typeof _0x389bb7=='object'&&_0x389bb7!==null&&!Array[_0x2cd8b0(0x2df)](_0x389bb7)&&typeof _0x1b75e5=='object'&&_0x1b75e5!==null&&!Array[_0x2cd8b0(0x2df)](_0x1b75e5)?_0x3d8d5d[_0x1fe82d]=_0x190841(_0x1b75e5,_0x389bb7):_0x3d8d5d[_0x1fe82d]=_0x1b75e5;}}return _0x3d8d5d;}const _0x152d91={'type':_0x3e1ae8['CommandType'][_0x5badd6(0x3cb)],'id':_0x5badd6(0x2c3),'handler':(_0x4aa3c9,_0x371f10)=>{const _0x3bd741=_0x5badd6,_0x1dbf15=_0x4aa3c9[_0x3bd741(0x634)](_0x3e1ae8[_0x3bd741(0x530)]),_0x18c037=_0x4aa3c9[_0x3bd741(0x634)](_0x79ee08[_0x3bd741(0x707)]),_0xc2cf2=_0x4aa3c9[_0x3bd741(0x634)](_0x3e1ae8[_0x3bd741(0x697)]),{unitId:_0x3307bb,subUnitId:_0x427a24,shapeType:_0x660c5b,shapeId:_0x29a12c,shapeData:_0x52f298,oldShapeJSON:_0xca787e}=_0x371f10;if(!_0x18c037['getShapeModel'](_0x3307bb,_0x427a24,_0x29a12c))return!0x1;const _0xb07f1c=_0xca787e[_0x3bd741(0x531)],_0x387792=_0xca787e[_0x3bd741(0x21c)]||{},_0x166efc=_0x190841(_0x387792,_0x52f298||{}),_0x1e6efe=[{'id':_0x79ee08[_0x3bd741(0x542)]['id'],'params':{'unitId':_0x3307bb,'subUnitId':_0x427a24,'shapeType':_0x660c5b,'shapeId':_0x29a12c,'shapeData':_0x52f298}}],_0x41aaae=[{'id':_0x79ee08[_0x3bd741(0x542)]['id'],'params':{'unitId':_0x3307bb,'subUnitId':_0x427a24,'shapeType':_0xb07f1c,'shapeId':_0x29a12c,'shapeData':_0x166efc}}];return _0x1dbf15[_0x3bd741(0x2b1)](_0x79ee08[_0x3bd741(0x542)]['id'],{'unitId':_0x3307bb,'subUnitId':_0x427a24,'shapeType':_0x660c5b,'shapeId':_0x29a12c,'shapeData':_0x52f298})&&_0xc2cf2[_0x3bd741(0x2dc)]({'unitID':_0x3307bb,'undoMutations':_0x41aaae,'redoMutations':_0x1e6efe}),!0x0;}},_0x518127={'type':_0x3e1ae8[_0x5badd6(0x23e)]['COMMAND'],'id':_0x5badd6(0x704),'handler':async(_0x4935ab,_0x1c78de)=>{const _0x34ab30=_0x5badd6;if(!_0x1c78de)return!0x1;const {value:_0x456402}=_0x1c78de,_0x4a77ea=_0x4935ab[_0x34ab30(0x634)](_0x3e1ae8['ICommandService']),_0x13565c=_0x4935ab[_0x34ab30(0x634)](_0x191c9b),_0x4c306b=_0x4935ab[_0x34ab30(0x634)](_0x79ee08[_0x34ab30(0x707)]),_0x1909d1=_0x4935ab[_0x34ab30(0x634)](_0x47893f[_0x34ab30(0x76e)]),_0x2d1db5=_0x13565c[_0x34ab30(0x3ed)]();if(!_0x2d1db5)return!0x1;const {unitId:_0x4c02a7,subUnitId:_0x1990fd,shapeId:_0x4151f7}=_0x2d1db5;if(!_0x4c306b[_0x34ab30(0x1ed)](_0x4c02a7,_0x1990fd,_0x4151f7))return!0x1;const _0x3050f7=await _0x4a77ea[_0x34ab30(0x320)](_0x152d91['id'],{'unitId':_0x4c02a7,'subUnitId':_0x1990fd,'shapeId':_0x4151f7,'shapeData':{'className':_0x34ab30(0x522),'property':{'fill':_0x456402}}});if(_0x3050f7){const _0x85fd4=_0x1909d1[_0x34ab30(0x1ae)](_0x4c02a7);if(_0x85fd4!=null&&_0x85fd4[_0x34ab30(0x442)]){const _0x147aa7=_0x36414e[_0x34ab30(0x5c4)]({'unitId':_0x4c02a7,'subUnitId':_0x1990fd,'drawingId':_0x4151f7}),_0x1649a1=_0x85fd4['scene']['getObjectIncludeInGroup'](_0x147aa7);_0x1649a1&&_0x1649a1['makeDirty'](!0x0);}}return _0x3050f7;}},_0x19732c={'type':_0x3e1ae8['CommandType'][_0x5badd6(0x3cb)],'id':_0x5badd6(0x7b2),'handler':(_0x2342e0,_0x12c6c5)=>{const _0x4fac64=_0x5badd6,_0x55a9d3=_0x2342e0[_0x4fac64(0x634)](_0x3e1ae8[_0x4fac64(0x530)]),_0x9c3ae0=_0x2342e0[_0x4fac64(0x634)](_0x3e1ae8[_0x4fac64(0x20e)]),_0x292533=_0x2342e0[_0x4fac64(0x634)](_0x36414e[_0x4fac64(0x360)]),_0x438b24=_0x2342e0[_0x4fac64(0x634)](_0x3e1ae8[_0x4fac64(0x697)]),_0x3de139=_0x2342e0[_0x4fac64(0x634)](_0x79ee08[_0x4fac64(0x707)]),_0x36424b=_0x2342e0['get'](_0x47893f[_0x4fac64(0x76e)]),_0x4bfc13=_0x5b75fb[_0x4fac64(0x75d)](_0x9c3ae0,_0x12c6c5);if(!_0x4bfc13)return!0x1;const {unitId:_0x58fc50,subUnitId:_0x1acbe3}=_0x4bfc13,_0x1fa981=_0x12c6c5['shapeId'],_0x47c9ed=_0x12c6c5[_0x4fac64(0x4ea)],_0xeb748e=_0x12c6c5['flipV'],_0x3d8d2a=_0x292533['getDrawingData'](_0x58fc50,_0x1acbe3);if(!_0x3d8d2a[_0x1fa981])return!0x1;const _0x1507c4={..._0x3d8d2a[_0x1fa981][_0x4fac64(0x6cc)]};_0x47c9ed!==void 0x0&&(_0x1507c4[_0x4fac64(0x1c6)]=!_0x1507c4[_0x4fac64(0x1c6)]),_0xeb748e!==void 0x0&&(_0x1507c4[_0x4fac64(0x37a)]=!_0x1507c4[_0x4fac64(0x37a)]);const _0x582aaa=_0x36424b[_0x4fac64(0x1ae)](_0x58fc50),_0x2bc103=_0x582aaa==null?void 0x0:_0x582aaa[_0x4fac64(0x6de)](_0x18487f[_0x4fac64(0x3c9)]);if(!_0x2bc103)return!0x1;const _0x5d194a=_0x257e5f[_0x4fac64(0x29b)](_0x1507c4,_0x2bc103),_0x50c62a=_0x257e5f['transformToAxisAlignPosition'](_0x1507c4,_0x2bc103),_0x3a0eb9={'unitId':_0x58fc50,'subUnitId':_0x1acbe3,'drawingType':_0x3e1ae8[_0x4fac64(0x714)][_0x4fac64(0x499)],'drawingId':_0x1fa981,'transform':_0x1507c4,'sheetTransform':_0x5d194a,'axisAlignSheetTransform':_0x50c62a},_0x25cd69=_0x292533[_0x4fac64(0x281)]([_0x3a0eb9]),{unitId:_0x4c1d23,subUnitId:_0x36d52c,undo:_0x5a6fb3,redo:_0x4bc264,objects:_0x224e67}=_0x25cd69,_0x590848=[{'id':_0x2f9be4['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x4c1d23,'subUnitId':_0x36d52c,'op':_0x4bc264,'objects':_0x224e67,'type':_0x2f9be4[_0x4fac64(0x4a1)][_0x4fac64(0x6ed)]}}],_0x28c0a7=[{'id':_0x2f9be4[_0x4fac64(0x51e)]['id'],'params':{'unitId':_0x4c1d23,'subUnitId':_0x36d52c,'op':_0x5a6fb3,'objects':_0x224e67,'type':_0x2f9be4[_0x4fac64(0x4a1)][_0x4fac64(0x6ed)]}}],_0x298f66=_0x3de139['getShapeModel'](_0x58fc50,_0x1acbe3,_0x1fa981);if(!_0x298f66)return!0x1;if(_0x6332e7[_0x4fac64(0x731)](_0x298f66[_0x4fac64(0x7b4)]())){const _0x5ec47d=_0x298f66[_0x4fac64(0x479)]();if(_0x5ec47d){const _0x22f76e={..._0x5ec47d};_0x22f76e['from']=void 0x0,_0x22f76e['to']=void 0x0,_0x590848[_0x4fac64(0x529)]({'id':_0x79ee08[_0x4fac64(0x542)]['id'],'params':{'unitId':_0x58fc50,'subUnitId':_0x1acbe3,'shapeId':_0x1fa981,'shapeType':_0x298f66[_0x4fac64(0x7b4)](),'shapeData':{'relation':_0x22f76e}}}),_0x28c0a7[_0x4fac64(0x529)]({'id':_0x79ee08[_0x4fac64(0x542)]['id'],'params':{'unitId':_0x58fc50,'subUnitId':_0x1acbe3,'shapeId':_0x1fa981,'shapeType':_0x298f66[_0x4fac64(0x7b4)](),'shapeData':{'relation':_0x5ec47d}}});}}return _0x3e1ae8[_0x4fac64(0x65e)](_0x590848,_0x55a9d3)&&_0x438b24['pushUndoRedo']({'unitID':_0x58fc50,'undoMutations':_0x28c0a7,'redoMutations':_0x590848}),!0x0;}},_0x207aff={'type':_0x3e1ae8[_0x5badd6(0x23e)][_0x5badd6(0x3cb)],'id':_0x5badd6(0x518),'handler':(_0x48b803,_0x4845a8)=>{const _0x205b73=_0x5badd6,_0x22abc3=_0x48b803['get'](_0x3e1ae8[_0x205b73(0x530)]),_0x116084=_0x48b803[_0x205b73(0x634)](_0x3e1ae8[_0x205b73(0x20e)]),_0x30f7fd=_0x48b803[_0x205b73(0x634)](_0x36414e[_0x205b73(0x360)]),_0x341157=_0x48b803[_0x205b73(0x634)](_0x3e1ae8[_0x205b73(0x697)]),_0x32e63f=_0x48b803['get'](_0x47893f['IRenderManagerService']),_0x216282=_0x5b75fb['getSheetCommandTarget'](_0x116084,_0x4845a8);if(!_0x216282)return!0x1;const {unitId:_0x449ff9,subUnitId:_0x4e6d7c}=_0x216282,_0xb495c4=_0x32e63f[_0x205b73(0x1ae)](_0x449ff9),_0x428fc5=_0xb495c4==null?void 0x0:_0xb495c4[_0x205b73(0x6de)](_0x18487f[_0x205b73(0x3c9)]);if(!_0x428fc5)return!0x1;const _0x40133b=_0x4845a8[_0x205b73(0x49f)],_0x5d9537=_0x4845a8[_0x205b73(0x676)],_0x2c1160=_0x30f7fd[_0x205b73(0x7f0)](_0x449ff9,_0x4e6d7c);if(!_0x2c1160[_0x40133b])return!0x1;const _0x18a95f={..._0x2c1160[_0x40133b]['transform']};_0x5d9537!==void 0x0&&(_0x18a95f[_0x205b73(0x621)]=(_0x18a95f[_0x205b73(0x621)]||0x0)+_0x5d9537);const _0x18098e=_0x257e5f['transformToDrawingPosition'](_0x18a95f,_0x428fc5),_0x6891c7=_0x257e5f[_0x205b73(0x496)](_0x18a95f,_0x428fc5),_0x3178dd={'unitId':_0x449ff9,'subUnitId':_0x4e6d7c,'drawingType':_0x3e1ae8[_0x205b73(0x714)][_0x205b73(0x499)],'drawingId':_0x40133b,'transform':_0x18a95f,'sheetTransform':_0x18098e,'axisAlignSheetTransform':_0x6891c7},_0x37720c=_0x30f7fd['getBatchUpdateOp']([_0x3178dd]),{unitId:_0x3c89fb,subUnitId:_0xc7bc9d,undo:_0x52571c,redo:_0x19a145,objects:_0x158783}=_0x37720c,_0x480a43=[{'id':_0x2f9be4[_0x205b73(0x51e)]['id'],'params':{'unitId':_0x3c89fb,'subUnitId':_0xc7bc9d,'op':_0x19a145,'objects':_0x158783,'type':_0x2f9be4[_0x205b73(0x4a1)][_0x205b73(0x6ed)]}}],_0x17ade6=[{'id':_0x2f9be4[_0x205b73(0x51e)]['id'],'params':{'unitId':_0x3c89fb,'subUnitId':_0xc7bc9d,'op':_0x52571c,'objects':_0x158783,'type':_0x2f9be4[_0x205b73(0x4a1)][_0x205b73(0x6ed)]}}];return _0x22abc3[_0x205b73(0x2b1)](_0x2f9be4[_0x205b73(0x51e)]['id'],{'unitId':_0x449ff9,'subUnitId':_0x4e6d7c,'op':_0x19a145,'objects':_0x158783,'type':_0x2f9be4[_0x205b73(0x4a1)]['UPDATE']})&&_0x341157[_0x205b73(0x2dc)]({'unitID':_0x449ff9,'undoMutations':_0x17ade6,'redoMutations':_0x480a43}),!0x0;}},_0x28bdf1={'type':_0x3e1ae8[_0x5badd6(0x23e)][_0x5badd6(0x3cb)],'id':_0x5badd6(0x4b6),'handler':async(_0x290bd9,_0x5dbd0f)=>{const _0x549a6a=_0x5badd6;if(!_0x5dbd0f)return!0x1;const {value:_0x26c2a9}=_0x5dbd0f,_0x47129e=_0x290bd9[_0x549a6a(0x634)](_0x3e1ae8[_0x549a6a(0x530)]),_0x2e53a8=_0x290bd9['get'](_0x191c9b),_0x2da051=_0x290bd9[_0x549a6a(0x634)](_0x79ee08[_0x549a6a(0x707)]),_0x65c9d2=_0x290bd9[_0x549a6a(0x634)](_0x47893f[_0x549a6a(0x76e)]),_0x4750ad=_0x2e53a8[_0x549a6a(0x3ed)]();if(!_0x4750ad)return!0x1;const {unitId:_0xa94b75,subUnitId:_0x50e4d0,shapeId:_0x4aaac2}=_0x4750ad,_0x576a3e=_0x2da051['getShapeModel'](_0xa94b75,_0x50e4d0,_0x4aaac2);if(!_0x576a3e)return!0x1;const _0x2c1928=_0x576a3e[_0x549a6a(0x49d)]();if(!_0x2c1928||!(_0x549a6a(0x7dd)in _0x2c1928))return!0x1;const _0x1b5e25=_0x2c1928[_0x549a6a(0x7dd)];if(!_0x1b5e25)return!0x1;const _0x160cd2={..._0x1b5e25,'fs':_0x26c2a9},_0x9fd52=await _0x47129e[_0x549a6a(0x320)](_0x152d91['id'],{'unitId':_0xa94b75,'subUnitId':_0x50e4d0,'shapeId':_0x4aaac2,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x160cd2}}});if(_0x9fd52){const _0x3d8821=_0x65c9d2[_0x549a6a(0x1ae)](_0xa94b75);if(_0x3d8821!=null&&_0x3d8821[_0x549a6a(0x442)]){const _0x1426ec=_0x36414e[_0x549a6a(0x5c4)]({'unitId':_0xa94b75,'subUnitId':_0x50e4d0,'drawingId':_0x4aaac2}),_0x73da6=_0x3d8821['scene'][_0x549a6a(0x3d7)](_0x1426ec);_0x73da6&&_0x73da6['makeDirty'](!0x0);}}return _0x9fd52;}},_0x287977={'type':_0x3e1ae8[_0x5badd6(0x23e)][_0x5badd6(0x3cb)],'id':'sheet.command.set-shape-text-font-size-increase','handler':async _0x470c3d=>{const _0x58da69=_0x5badd6;var _0x47c438;const _0x168026=_0x470c3d[_0x58da69(0x634)](_0x191c9b),_0x5b2d0c=_0x470c3d['get'](_0x79ee08['SheetsShapeService']),_0x31687f=_0x470c3d[_0x58da69(0x634)](_0x3e1ae8[_0x58da69(0x530)]),_0x258f82=_0x168026['getEditing']();if(!_0x258f82)return!0x1;const {unitId:_0x23f39f,subUnitId:_0x269b59,shapeId:_0xf3ba72}=_0x258f82,_0x28ce73=_0x5b2d0c[_0x58da69(0x1ed)](_0x23f39f,_0x269b59,_0xf3ba72);if(!_0x28ce73)return!0x1;const _0x734ee8=_0x28ce73[_0x58da69(0x49d)]();if(!_0x734ee8||!('dataModel'in _0x734ee8))return!0x1;const _0x302b0c=_0x734ee8['dataModel'],_0x22fba5=(_0x47c438=_0x302b0c==null?void 0x0:_0x302b0c['fs'])!=null?_0x47c438:0xe,_0x3adb4d=[0x9,0xa,0xb,0xc,0xe,0x10,0x12,0x14,0x16,0x18,0x1a,0x1c,0x24,0x30,0x48];let _0xe8d5b7=_0x22fba5;const _0x3ab92d=_0x3adb4d[_0x58da69(0x592)](_0x22fba5);return _0x3ab92d!==-0x1&&_0x3ab92d<_0x3adb4d[_0x58da69(0x52a)]-0x1?_0xe8d5b7=_0x3adb4d[_0x3ab92d+0x1]:_0x3ab92d===-0x1&&(_0xe8d5b7=Math['floor'](_0x22fba5)+0x1),_0x31687f[_0x58da69(0x320)](_0x28bdf1['id'],{'value':_0xe8d5b7});}},_0x71f07e={'type':_0x3e1ae8[_0x5badd6(0x23e)][_0x5badd6(0x3cb)],'id':'sheet.command.set-shape-text-font-size-decrease','handler':async _0x51de7c=>{const _0x525c5b=_0x5badd6;var _0x2e9946;const _0x518955=_0x51de7c['get'](_0x191c9b),_0x41c047=_0x51de7c[_0x525c5b(0x634)](_0x79ee08[_0x525c5b(0x707)]),_0x324ce0=_0x51de7c[_0x525c5b(0x634)](_0x3e1ae8[_0x525c5b(0x530)]),_0x5b4c58=_0x518955['getEditing']();if(!_0x5b4c58)return!0x1;const {unitId:_0x3f52fb,subUnitId:_0x2fdf47,shapeId:_0x4bb8ea}=_0x5b4c58,_0x41a8a5=_0x41c047[_0x525c5b(0x1ed)](_0x3f52fb,_0x2fdf47,_0x4bb8ea);if(!_0x41a8a5)return!0x1;const _0x4f9bab=_0x41a8a5[_0x525c5b(0x49d)]();if(!_0x4f9bab||!(_0x525c5b(0x7dd)in _0x4f9bab))return!0x1;const _0x5af970=_0x4f9bab[_0x525c5b(0x7dd)],_0x423a24=(_0x2e9946=_0x5af970==null?void 0x0:_0x5af970['fs'])!=null?_0x2e9946:0xe,_0x6fe201=[0x9,0xa,0xb,0xc,0xe,0x10,0x12,0x14,0x16,0x18,0x1a,0x1c,0x24,0x30,0x48];let _0x2a9533=_0x423a24;const _0x23dd88=_0x6fe201[_0x525c5b(0x592)](_0x423a24);return _0x23dd88!==-0x1&&_0x23dd88>0x0?_0x2a9533=_0x6fe201[_0x23dd88-0x1]:_0x23dd88===-0x1&&(_0x2a9533=Math[_0x525c5b(0x776)](_0x423a24)-0x1),_0x2a9533<0x1&&(_0x2a9533=0x1),_0x324ce0[_0x525c5b(0x320)](_0x28bdf1['id'],{'value':_0x2a9533});}},_0x38a902={'type':_0x3e1ae8['CommandType'][_0x5badd6(0x3cb)],'id':_0x5badd6(0x4cd),'handler':async(_0x5cba4e,_0x45e911)=>{const _0x3de05b=_0x5badd6;if(!_0x45e911)return!0x1;const {value:_0x8f5006}=_0x45e911,_0x42ae9e=_0x5cba4e[_0x3de05b(0x634)](_0x3e1ae8[_0x3de05b(0x530)]),_0x36074a=_0x5cba4e['get'](_0x191c9b),_0x519926=_0x5cba4e['get'](_0x79ee08[_0x3de05b(0x707)]),_0x12207d=_0x5cba4e[_0x3de05b(0x634)](_0x47893f[_0x3de05b(0x76e)]),_0xe3cd45=_0x36074a[_0x3de05b(0x3ed)]();if(!_0xe3cd45)return!0x1;const {unitId:_0x302b21,subUnitId:_0x4520ee,shapeId:_0x2e1ca3}=_0xe3cd45,_0x2cf520=_0x519926['getShapeModel'](_0x302b21,_0x4520ee,_0x2e1ca3);if(!_0x2cf520)return!0x1;const _0x29a9af=_0x2cf520[_0x3de05b(0x49d)]();if(!_0x29a9af||!(_0x3de05b(0x7dd)in _0x29a9af))return!0x1;const _0x2e3afd=_0x29a9af[_0x3de05b(0x7dd)];if(!_0x2e3afd)return!0x1;const _0x37f0c3={..._0x2e3afd,'va':_0x8f5006},_0x1f159c=await _0x42ae9e['executeCommand'](_0x152d91['id'],{'unitId':_0x302b21,'subUnitId':_0x4520ee,'shapeId':_0x2e1ca3,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x37f0c3}}});if(_0x1f159c){const _0x500ad6=_0x12207d['getRenderById'](_0x302b21);if(_0x500ad6!=null&&_0x500ad6[_0x3de05b(0x442)]){const _0x124ad2=_0x36414e[_0x3de05b(0x5c4)]({'unitId':_0x302b21,'subUnitId':_0x4520ee,'drawingId':_0x2e1ca3}),_0x395992=_0x500ad6[_0x3de05b(0x442)][_0x3de05b(0x3d7)](_0x124ad2);_0x395992&&_0x395992[_0x3de05b(0x1b6)](!0x0);}const _0x13b48f=_0x5cba4e[_0x3de05b(0x634)](_0x3fb212[_0x3de05b(0x28c)]);setTimeout(()=>{const _0x23da35=_0x3de05b;_0x13b48f[_0x23da35(0x4eb)]({'unitId':_0x1a3b90,'subUnitId':_0x1a3b90});});}return _0x1f159c;}},_0x169028={'type':_0x3e1ae8[_0x5badd6(0x23e)][_0x5badd6(0x3cb)],'id':_0x5badd6(0x511),'handler':(_0x2f212a,_0x595e6f)=>{const _0x4b1960=_0x5badd6;if(!_0x595e6f)return!0x1;const {value:_0x5a3813}=_0x595e6f;return _0x2f212a[_0x4b1960(0x634)](_0x3e1ae8[_0x4b1960(0x530)])[_0x4b1960(0x2b1)](_0x570f65[_0x4b1960(0x2f1)]['id'],{'alignType':_0x5a3813});}},_0x52fa66={'type':_0x3e1ae8['CommandType'][_0x5badd6(0x3cb)],'id':_0x5badd6(0x7af),'handler':(_0x35d7ed,_0x4474f5)=>{const _0x16556b=_0x5badd6;var _0x16335b,_0x21355f,_0x508800;const _0x36639c=_0x35d7ed[_0x16556b(0x634)](_0x3e1ae8[_0x16556b(0x530)]),_0x160e14=_0x35d7ed[_0x16556b(0x634)](_0x3e1ae8['IUniverInstanceService']),_0x3a3a48=_0x35d7ed[_0x16556b(0x634)](_0x36414e['IDrawingManagerService']),_0x42810d=_0x35d7ed[_0x16556b(0x634)](_0x3e1ae8[_0x16556b(0x697)]),_0x6cb181=_0x35d7ed[_0x16556b(0x634)](_0x79ee08['SheetsShapeService']),_0xc9e064=_0x35d7ed[_0x16556b(0x634)](_0x47893f['IRenderManagerService']),_0x446153=_0x5b75fb['getSheetCommandTarget'](_0x160e14,_0x4474f5);if(!_0x446153)return!0x1;const {unitId:_0x133180,subUnitId:_0x14d631}=_0x446153,{connectorShapeId:_0x5c4b51}=_0x4474f5,_0x346dc9=_0x3a3a48[_0x16556b(0x7f0)](_0x133180,_0x14d631);if(!_0x346dc9[_0x5c4b51])return!0x1;const _0x1a521f=_0x6cb181['getShapeModel'](_0x133180,_0x14d631,_0x5c4b51);if(!_0x1a521f)return!0x1;const _0x5072b5=_0x346dc9[_0x5c4b51],_0x4a29e8={..._0x5072b5[_0x16556b(0x6cc)],'width':_0x4474f5[_0x16556b(0x473)],'height':_0x4474f5[_0x16556b(0x4f5)],'left':_0x4474f5[_0x16556b(0x762)],'top':_0x4474f5[_0x16556b(0x168)],'flipX':_0x4474f5[_0x16556b(0x1c6)],'flipY':_0x4474f5[_0x16556b(0x37a)],'angle':(_0x508800=(_0x21355f=_0x4474f5['rotation'])!=null?_0x21355f:(_0x16335b=_0x5072b5['transform'])==null?void 0x0:_0x16335b['angle'])!=null?_0x508800:0x0},_0x2e0ee0=_0xc9e064[_0x16556b(0x1ae)](_0x133180),_0x3aca87=_0x2e0ee0==null?void 0x0:_0x2e0ee0[_0x16556b(0x6de)](_0x18487f[_0x16556b(0x3c9)]);if(!_0x3aca87)return!0x1;const _0x318aab={'unitId':_0x133180,'subUnitId':_0x14d631,'drawingType':_0x3e1ae8['DrawingTypeEnum']['DRAWING_SHAPE'],'drawingId':_0x5c4b51,'transform':_0x4a29e8,'sheetTransform':_0x257e5f[_0x16556b(0x29b)](_0x4a29e8,_0x3aca87),'axisAlignSheetTransform':_0x257e5f['transformToAxisAlignPosition'](_0x4a29e8,_0x3aca87)},_0x4671f7=_0x3a3a48[_0x16556b(0x281)]([_0x318aab]),{unitId:_0x37bb6e,subUnitId:_0x8f2160,undo:_0x24da76,redo:_0x14ac7e,objects:_0x1f04a3}=_0x4671f7,_0x6d42b3=_0x1a521f[_0x16556b(0x7b4)](),_0x2cf595=[{'id':_0x2f9be4[_0x16556b(0x51e)]['id'],'params':{'unitId':_0x37bb6e,'subUnitId':_0x8f2160,'op':_0x14ac7e,'objects':_0x1f04a3,'type':_0x2f9be4[_0x16556b(0x4a1)][_0x16556b(0x6ed)]}},{'id':_0x79ee08[_0x16556b(0x542)]['id'],'params':{'unitId':_0x133180,'subUnitId':_0x14d631,'shapeId':_0x5c4b51,'shapeType':_0x4474f5['newLineType'],'shapeData':{'adjustValues':_0x4474f5['newAdjustValues'],'relation':_0x4474f5[_0x16556b(0x5f5)]}}}],_0x3f2a5d=[{'id':_0x2f9be4[_0x16556b(0x51e)]['id'],'params':{'unitId':_0x37bb6e,'subUnitId':_0x8f2160,'op':_0x24da76,'objects':_0x1f04a3,'type':_0x2f9be4['DrawingApplyType'][_0x16556b(0x6ed)]}},{'id':_0x79ee08[_0x16556b(0x542)]['id'],'params':{'unitId':_0x133180,'subUnitId':_0x14d631,'shapeId':_0x5c4b51,'shapeType':_0x6d42b3,'shapeData':{'adjustValues':_0x4474f5[_0x16556b(0x465)],'relation':_0x4474f5['oldRelation']}}}];return _0x3e1ae8['sequenceExecute'](_0x2cf595,_0x36639c)&&_0x42810d[_0x16556b(0x2dc)]({'unitID':_0x133180,'undoMutations':_0x3f2a5d,'redoMutations':_0x2cf595}),!0x0;}},_0x4f1b47={'type':_0x3e1ae8[_0x5badd6(0x23e)]['COMMAND'],'id':_0x5badd6(0x61d),'handler':(_0x5bc30b,_0x48a699)=>{const _0x592daa=_0x5badd6,_0x2f3b83=_0x5bc30b['get'](_0x3e1ae8[_0x592daa(0x530)]),_0x47ebd0=_0x5bc30b[_0x592daa(0x634)](_0x3e1ae8[_0x592daa(0x20e)]),_0x381df8=_0x5bc30b[_0x592daa(0x634)](_0x36414e[_0x592daa(0x360)]),_0x49bbc4=_0x5bc30b[_0x592daa(0x634)](_0x3e1ae8['IUndoRedoService']),_0x26b9c2=_0x5bc30b[_0x592daa(0x634)](_0x79ee08[_0x592daa(0x707)]),_0x54c027=_0x5b75fb[_0x592daa(0x75d)](_0x47ebd0,_0x48a699);if(!_0x54c027)return!0x1;const {unitId:_0x53407d,subUnitId:_0xd77de1}=_0x54c027,_0x333818=_0x48a699['shapeId'],_0x5a7832=_0x48a699[_0x592daa(0x1c6)],_0xcde2d=_0x48a699[_0x592daa(0x37a)],_0x2d05d5=_0x381df8['getDrawingData'](_0x53407d,_0xd77de1);if(!_0x2d05d5[_0x333818]||!_0x26b9c2[_0x592daa(0x1ed)](_0x53407d,_0xd77de1,_0x333818))return!0x1;const _0x643091={..._0x2d05d5[_0x333818][_0x592daa(0x6cc)],'width':_0x48a699[_0x592daa(0x473)],'height':_0x48a699[_0x592daa(0x4f5)],'left':_0x48a699[_0x592daa(0x762)],'top':_0x48a699[_0x592daa(0x168)],'flipX':_0x5a7832,'flipY':_0xcde2d,'angle':_0x48a699[_0x592daa(0x621)]},_0x589a5a={'unitId':_0x53407d,'subUnitId':_0xd77de1,'drawingType':_0x3e1ae8[_0x592daa(0x714)][_0x592daa(0x499)],'drawingId':_0x333818,'transform':_0x643091},_0x5a6788=_0x381df8[_0x592daa(0x281)]([_0x589a5a]),{unitId:_0x3415f0,subUnitId:_0x54ea76,undo:_0x5c458c,redo:_0x76af2e,objects:_0x11a873}=_0x5a6788,_0x29a81f=[{'id':_0x2f9be4[_0x592daa(0x51e)]['id'],'params':{'unitId':_0x3415f0,'subUnitId':_0x54ea76,'op':_0x76af2e,'objects':_0x11a873,'type':_0x2f9be4[_0x592daa(0x4a1)][_0x592daa(0x6ed)]}},{'id':_0x79ee08[_0x592daa(0x542)]['id'],'params':{'unitId':_0x53407d,'subUnitId':_0xd77de1,'shapeId':_0x333818,'shapeType':_0x48a699['newLineType'],'shapeData':{'adjustValues':_0x48a699[_0x592daa(0x7d2)]}}}],_0x559c93=[{'id':_0x2f9be4[_0x592daa(0x51e)]['id'],'params':{'unitId':_0x3415f0,'subUnitId':_0x54ea76,'op':_0x5c458c,'objects':_0x11a873,'type':_0x2f9be4['DrawingApplyType']['UPDATE']}},{'id':_0x79ee08[_0x592daa(0x542)]['id'],'params':{'unitId':_0x53407d,'subUnitId':_0xd77de1,'shapeId':_0x333818,'shapeType':_0x48a699['oldLineType'],'shapeData':{'adjustValues':_0x48a699[_0x592daa(0x465)]}}}];return _0x3e1ae8['sequenceExecute'](_0x29a81f,_0x2f3b83)&&_0x49bbc4['pushUndoRedo']({'unitID':_0x53407d,'undoMutations':_0x559c93,'redoMutations':_0x29a81f}),!0x0;}};function _0x13ae34({ref:_0x13fb9a,..._0x5eb57d}){const _0x8d2df1=_0x5badd6,{icon:_0x4b1b17,id:_0x2007ba,className:_0x507b09,extend:_0x3e8208,..._0x551f35}=_0x5eb57d,_0x129d80=(_0x8d2df1(0x533)+_0x2007ba+'\x20'+(_0x507b09||''))['trim'](),_0x2d0707=_0x477c0c[_0x8d2df1(0x495)]('_'+_0x374ac0());return _0x15f6b3(_0x4b1b17,''+_0x2007ba,{'defIds':_0x4b1b17[_0x8d2df1(0x62f)],'idSuffix':_0x2d0707[_0x8d2df1(0x483)]},{'ref':_0x13fb9a,'className':_0x129d80,..._0x551f35},_0x3e8208);}function _0x15f6b3(_0x2cc518,_0x4d1146,_0x58cd95,_0x5f23e2,_0x35b63c){const _0x50b255=_0x5badd6;return _0x477c0c[_0x50b255(0x6ba)](_0x2cc518['tag'],{'key':_0x4d1146,..._0x56a7ea(_0x2cc518,_0x58cd95,_0x35b63c),..._0x5f23e2},(_0x3cede8(_0x2cc518,_0x58cd95)[_0x50b255(0x21d)]||[])[_0x50b255(0x3ce)]((_0x396e28,_0x14eb82)=>_0x15f6b3(_0x396e28,_0x4d1146+'-'+_0x2cc518[_0x50b255(0x2a4)]+'-'+_0x14eb82,_0x58cd95,void 0x0,_0x35b63c)));}function _0x56a7ea(_0x15cf66,_0x15223f,_0x4c2d4d){const _0x352b41=_0x5badd6,_0x565754={..._0x15cf66[_0x352b41(0x170)]};_0x4c2d4d!=null&&_0x4c2d4d['colorChannel1']&&_0x565754[_0x352b41(0x700)]===_0x352b41(0x1f9)&&(_0x565754[_0x352b41(0x700)]=_0x4c2d4d[_0x352b41(0x1f9)]),_0x15cf66['tag']==='mask'&&_0x565754['id']&&(_0x565754['id']=_0x565754['id']+_0x15223f[_0x352b41(0x406)]),Object[_0x352b41(0x609)](_0x565754)[_0x352b41(0x800)](([_0x25d413,_0x5ea9ca])=>{const _0x4c6ff4=_0x352b41;_0x25d413==='mask'&&typeof _0x5ea9ca==_0x4c6ff4(0x7d8)&&(_0x565754[_0x25d413]=_0x5ea9ca[_0x4c6ff4(0x365)](/url\(#(.*)\)/,_0x4c6ff4(0x37d)+_0x15223f[_0x4c6ff4(0x406)]+')'));});const {defIds:_0x3441db}=_0x15223f;return!_0x3441db||_0x3441db[_0x352b41(0x52a)]===0x0||(_0x15cf66[_0x352b41(0x2a4)]===_0x352b41(0x413)&&_0x565754['xlink:href']&&(_0x565754[_0x352b41(0x68d)]=_0x565754[_0x352b41(0x68d)]+_0x15223f[_0x352b41(0x406)]),Object[_0x352b41(0x609)](_0x565754)[_0x352b41(0x800)](([_0x34e618,_0x58b438])=>{const _0x3b6043=_0x352b41;typeof _0x58b438==_0x3b6043(0x7d8)&&(_0x565754[_0x34e618]=_0x58b438[_0x3b6043(0x365)](/url\(#(.*)\)/,'url(#$1'+_0x15223f['idSuffix']+')'));})),_0x565754;}function _0x3cede8(_0xe94726,_0x520f94){const _0x159c39=_0x5badd6;var _0x1ce90b;const {defIds:_0x2e23af}=_0x520f94;return!_0x2e23af||_0x2e23af[_0x159c39(0x52a)]===0x0?_0xe94726:_0xe94726[_0x159c39(0x2a4)]==='defs'&&((_0x1ce90b=_0xe94726[_0x159c39(0x21d)])!=null&&_0x1ce90b[_0x159c39(0x52a)])?{..._0xe94726,'children':_0xe94726[_0x159c39(0x21d)][_0x159c39(0x3ce)](_0x4c34c5=>typeof _0x4c34c5[_0x159c39(0x170)]['id']=='string'&&_0x2e23af&&_0x2e23af[_0x159c39(0x746)](_0x4c34c5[_0x159c39(0x170)]['id'])?{..._0x4c34c5,'attrs':{..._0x4c34c5[_0x159c39(0x170)],'id':_0x4c34c5[_0x159c39(0x170)]['id']+_0x520f94[_0x159c39(0x406)]}}:_0x4c34c5)}:_0xe94726;}function _0x374ac0(){const _0x13b1d1=_0x5badd6;return Math[_0x13b1d1(0x1a4)]()[_0x13b1d1(0x69c)](0x24)[_0x13b1d1(0x16a)](0x2,0x8);}_0x13ae34['displayName']=_0x5badd6(0x344);const _0x2c06c9={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x1e6),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x2ec),'fillRule':'evenodd','clipRule':_0x5badd6(0x791)}}]},_0x5cf4aa=_0x477c0c['forwardRef'](function(_0x7bd80d,_0x260d65){const _0x2183fe=_0x5badd6;return _0x477c0c[_0x2183fe(0x6ba)](_0x13ae34,Object['assign']({},_0x7bd80d,{'id':_0x2183fe(0x81f),'ref':_0x260d65,'icon':_0x2c06c9}));});_0x5cf4aa[_0x5badd6(0x27a)]='MoreDownIcon';const _0x30a2b1={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x1e4),'strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x50e)}},{'tag':'path','attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x6c7),'strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0x44e9d9=_0x477c0c[_0x5badd6(0x72c)](function(_0x113ebc,_0x4401ae){const _0x55ecbb=_0x5badd6;return _0x477c0c[_0x55ecbb(0x6ba)](_0x13ae34,Object[_0x55ecbb(0x415)]({},_0x113ebc,{'id':_0x55ecbb(0x52e),'ref':_0x4401ae,'icon':_0x30a2b1}));});_0x44e9d9[_0x5badd6(0x27a)]=_0x5badd6(0x3f0);const _0x4b8ea6={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'stroke':'currentColor','d':_0x5badd6(0x230),'strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x50e)}},{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x612),'strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0x2fbc29=_0x477c0c['forwardRef'](function(_0x44dd6f,_0x4246a3){const _0x286faf=_0x5badd6;return _0x477c0c[_0x286faf(0x6ba)](_0x13ae34,Object[_0x286faf(0x415)]({},_0x44dd6f,{'id':'shape-accent-border-callout2-icon','ref':_0x4246a3,'icon':_0x4b8ea6}));});_0x2fbc29[_0x5badd6(0x27a)]=_0x5badd6(0x1a8);const _0x58992b={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':'M19\x204V15H9V4H19Z','strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x50e)}},{'tag':'path','attrs':{'stroke':_0x5badd6(0x34a),'d':'M6\x2018.5L1\x2015V9H6','strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0x48d9bd=_0x477c0c[_0x5badd6(0x72c)](function(_0xb6e6ce,_0x4eb473){const _0x10e743=_0x5badd6;return _0x477c0c[_0x10e743(0x6ba)](_0x13ae34,Object['assign']({},_0xb6e6ce,{'id':'shape-accent-border-callout3-icon','ref':_0x4eb473,'icon':_0x58992b}));});_0x48d9bd['displayName']=_0x5badd6(0x23a);const _0xa4dfb6={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':'currentColor','d':'M17.8575\x203V4H19.0001V4.85742H20.0001V7.64258H19.0001V11.3574H20.0001V14.1426H19.0001V15H17.8575V16H14.6427V15H10.3575V16H7.1427V15H6.00012V14.1426H5.00012V11.3574H6.00012V7.64258H5.00012V4.85742H6.00012V4H7.1427V3H10.3575V4H14.6427V3H17.8575Z','strokeDasharray':_0x5badd6(0x5e1),'strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x50e)}},{'tag':'path','attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x5a4),'strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0x223bf9=_0x477c0c[_0x5badd6(0x72c)](function(_0x5b77d9,_0x3e8284){const _0x594f8b=_0x5badd6;return _0x477c0c[_0x594f8b(0x6ba)](_0x13ae34,Object[_0x594f8b(0x415)]({},_0x5b77d9,{'id':_0x594f8b(0x3c8),'ref':_0x3e8284,'icon':_0xa4dfb6}));});_0x223bf9[_0x5badd6(0x27a)]='ShapeAccentCallout1Icon';const _0x2d4310={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':'M17.8576\x203V4H19.0002V4.85742H20.0002V7.64258H19.0002V11.3574H20.0002V14.1426H19.0002V15H17.8576V16H14.6428V15H10.3576V16H7.14276V15H6.00018V14.1426H5.00018V11.3574H6.00018V7.64258H5.00018V4.85742H6.00018V4H7.14276V3H10.3576V4H14.6428V3H17.8576Z','strokeDasharray':_0x5badd6(0x5e1),'strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x50e)}},{'tag':'path','attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x612),'strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0x1615fb=_0x477c0c[_0x5badd6(0x72c)](function(_0x16a170,_0x4aefb8){const _0x4582d5=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x4582d5(0x415)]({},_0x16a170,{'id':'shape-accent-callout2-icon','ref':_0x4aefb8,'icon':_0x2d4310}));});_0x1615fb['displayName']='ShapeAccentCallout2Icon';const _0x5accd4={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':'currentColor','d':_0x5badd6(0x608),'strokeDasharray':_0x5badd6(0x5e1),'strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x50e)}},{'tag':'path','attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x783),'strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0xedba03=_0x477c0c[_0x5badd6(0x72c)](function(_0x4b3d6f,_0x17f65f){const _0x336250=_0x5badd6;return _0x477c0c[_0x336250(0x6ba)](_0x13ae34,Object['assign']({},_0x4b3d6f,{'id':_0x336250(0x56e),'ref':_0x17f65f,'icon':_0x5accd4}));});_0xedba03[_0x5badd6(0x27a)]=_0x5badd6(0x4c8);const _0x322d85={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x77a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x7f3)}}]},_0x599a7d=_0x477c0c[_0x5badd6(0x72c)](function(_0xd16b1c,_0x34e1d6){const _0x2e2c0e=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x2e2c0e(0x415)]({},_0xd16b1c,{'id':'shape-action-button-back-previous-icon','ref':_0x34e1d6,'icon':_0x322d85}));});_0x599a7d[_0x5badd6(0x27a)]='ShapeActionButtonBackPreviousIcon';const _0x421513={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x5badd6(0x5e8),'width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x77a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M10.9999\x2015.6341L11\x204.63394L4.5\x2010.634L10.9999\x2015.6341ZM9.00018\x209.2011L9.00017\x2011.571L7.59978\x2010.4938L9.00018\x209.2011Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x278)}}]},_0x46ddbf=_0x477c0c[_0x5badd6(0x72c)](function(_0x4600cb,_0x6c21df){const _0x31a430=_0x5badd6;return _0x477c0c[_0x31a430(0x6ba)](_0x13ae34,Object[_0x31a430(0x415)]({},_0x4600cb,{'id':_0x31a430(0x767),'ref':_0x6c21df,'icon':_0x421513}));});_0x46ddbf[_0x5badd6(0x27a)]='ShapeActionButtonBeginningIcon';const _0x4623e7={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x77a)}}]},_0x3b4672=_0x477c0c[_0x5badd6(0x72c)](function(_0x4a0a63,_0x43e390){const _0x160799=_0x5badd6;return _0x477c0c[_0x160799(0x6ba)](_0x13ae34,Object[_0x160799(0x415)]({},_0x4a0a63,{'id':_0x160799(0x426),'ref':_0x43e390,'icon':_0x4623e7}));});_0x3b4672['displayName']=_0x5badd6(0x525);const _0x2943be={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x77a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x5fc)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M10\x208C10\x208.55228\x2010.4477\x209\x2011\x209H13V11H11C9.34315\x2011\x208\x209.65685\x208\x208V5H10V8Z'}}]},_0x2c2015=_0x477c0c['forwardRef'](function(_0x5890e2,_0x35bd0b){const _0x4d2aff=_0x5badd6;return _0x477c0c[_0x4d2aff(0x6ba)](_0x13ae34,Object[_0x4d2aff(0x415)]({},_0x5890e2,{'id':_0x4d2aff(0x64f),'ref':_0x35bd0b,'icon':_0x2943be}));});_0x2c2015['displayName']='ShapeActionButtonDocumentIcon';const _0x2f6834={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M9.00008\x2015.5001L9.00003\x204.49997L15.5\x2010.5L9.00008\x2015.5001ZM10.9998\x209.06713L10.9998\x2011.437L12.4002\x2010.3598L10.9998\x209.06713Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x4fe)}}]},_0x4cd8b4=_0x477c0c[_0x5badd6(0x72c)](function(_0x106d4e,_0x432ee2){const _0x2ae2b4=_0x5badd6;return _0x477c0c[_0x2ae2b4(0x6ba)](_0x13ae34,Object[_0x2ae2b4(0x415)]({},_0x106d4e,{'id':_0x2ae2b4(0x51b),'ref':_0x432ee2,'icon':_0x2f6834}));});_0x4cd8b4['displayName']=_0x5badd6(0x3b1);const _0x57695b={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x77a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x7a0)}}]},_0x353e0b=_0x477c0c['forwardRef'](function(_0x4b2460,_0x62dd1f){const _0x4e5b74=_0x5badd6;return _0x477c0c[_0x4e5b74(0x6ba)](_0x13ae34,Object[_0x4e5b74(0x415)]({},_0x4b2460,{'id':_0x4e5b74(0x29e),'ref':_0x62dd1f,'icon':_0x57695b}));});_0x353e0b[_0x5badd6(0x27a)]=_0x5badd6(0x3b3);const _0x5843bc={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x77a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x534)}},{'tag':'circle','attrs':{'cx':0xa,'cy':0xf,'r':0x1,'fill':_0x5badd6(0x34a)}}]},_0x3b65cd=_0x477c0c[_0x5badd6(0x72c)](function(_0x1affb3,_0x4ee250){const _0x259f66=_0x5badd6;return _0x477c0c[_0x259f66(0x6ba)](_0x13ae34,Object['assign']({},_0x1affb3,{'id':_0x259f66(0x6ff),'ref':_0x4ee250,'icon':_0x5843bc}));});_0x3b65cd['displayName']=_0x5badd6(0x491);const _0x141e71={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x6d0)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M7\x209H5V16H7V9Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':'M14\x2016L14\x2014L5\x2014L5\x2016L14\x2016Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x687)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x1e9)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M14\x204.5H12V8H14V4.5Z'}}]},_0x2ae05d=_0x477c0c[_0x5badd6(0x72c)](function(_0x2f1b75,_0x5dbcce){const _0x33f846=_0x5badd6;return _0x477c0c[_0x33f846(0x6ba)](_0x13ae34,Object[_0x33f846(0x415)]({},_0x2f1b75,{'id':'shape-action-button-home-icon','ref':_0x5dbcce,'icon':_0x141e71}));});_0x2ae05d[_0x5badd6(0x27a)]=_0x5badd6(0x389);const _0x1e6eda={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x77a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M14\x2010C14\x207.79086\x2012.2091\x206\x2010\x206C7.79086\x206\x206\x207.79086\x206\x2010C6\x2012.2091\x207.79086\x2014\x2010\x2014V16C6.68629\x2016\x204\x2013.3137\x204\x2010C4\x206.68629\x206.68629\x204\x2010\x204C13.3137\x204\x2016\x206.68629\x2016\x2010C16\x2013.3137\x2013.3137\x2016\x2010\x2016V14C12.2091\x2014\x2014\x2012.2091\x2014\x2010Z'}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M11\x207.5C11\x208.05228\x2010.5523\x208.5\x2010\x208.5C9.44772\x208.5\x209\x208.05228\x209\x207.5C9\x206.94772\x209.44772\x206.5\x2010\x206.5C10.5523\x206.5\x2011\x206.94772\x2011\x207.5Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x5bf)}}]},_0x37f56d=_0x477c0c['forwardRef'](function(_0x2c0236,_0xf2078b){const _0x5386c7=_0x5badd6;return _0x477c0c[_0x5386c7(0x6ba)](_0x13ae34,Object['assign']({},_0x2c0236,{'id':_0x5386c7(0x4c5),'ref':_0xf2078b,'icon':_0x1e6eda}));});_0x37f56d[_0x5badd6(0x27a)]=_0x5badd6(0x288);const _0x244c10={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x77a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x350)}}]},_0x28e777=_0x477c0c[_0x5badd6(0x72c)](function(_0x4deb0b,_0x1b79bf){const _0x4abd9f=_0x5badd6;return _0x477c0c[_0x4abd9f(0x6ba)](_0x13ae34,Object['assign']({},_0x4deb0b,{'id':_0x4abd9f(0x26f),'ref':_0x1b79bf,'icon':_0x244c10}));});_0x28e777[_0x5badd6(0x27a)]='ShapeActionButtonMovieIcon';const _0x402d94={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x77a)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M9.44444\x2012.3158H10C10.4296\x2012.3158\x2010.7778\x2011.9859\x2010.7778\x2011.5789H12.3333C12.3333\x2012.7998\x2011.2887\x2013.7895\x2010\x2013.7895H9.44444C8.15578\x2013.7895\x207.11111\x2012.7998\x207.11111\x2011.5789V9.63158H7.0549L7.11111\x209.5625V6.94737H5.55556V11.5789H4V5.47368L8.66667\x205.47368V11.5789C8.66667\x2011.9859\x209.01489\x2012.3158\x209.44444\x2012.3158ZM8.66667\x2014.5263H10.7778C12.496\x2014.5263\x2013.8889\x2013.2067\x2013.8889\x2011.5789V7.68421H14.1198L13.3253\x206.53649L12.3333\x207.75329V11.5789H10.7778V9.15789H9.22222L13.4278\x204L17\x209.15789H15.4444V11.5789C15.4444\x2014.0206\x2013.3551\x2016\x2010.7778\x2016H8.66667C6.08934\x2016\x204\x2014.0206\x204\x2011.5789H5.55556C5.55556\x2013.2067\x206.94845\x2014.5263\x208.66667\x2014.5263Z'}}]},_0x5e85d9=_0x477c0c['forwardRef'](function(_0x412f3d,_0x2c5e1c){const _0x461cfc=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x461cfc(0x415)]({},_0x412f3d,{'id':'shape-action-button-return-icon','ref':_0x2c5e1c,'icon':_0x402d94}));});_0x5e85d9[_0x5badd6(0x27a)]='ShapeActionButtonReturnIcon';const _0x17fa8f={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x77a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x59b)}},{'tag':_0x5badd6(0x367),'attrs':{'width':0x3,'height':0x1,'x':12.87,'y':6.73,'fill':'currentColor','rx':0.5,'transform':_0x5badd6(0x2d6)}},{'tag':_0x5badd6(0x367),'attrs':{'width':0x3,'height':0x1,'fill':_0x5badd6(0x34a),'rx':0.5,'transform':'rotate(30\x20-18\x2030.56)scale(1\x20-1)'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x4f0)}}]},_0xb0d4a7=_0x477c0c[_0x5badd6(0x72c)](function(_0x289275,_0xe9cba8){const _0x1e5dc6=_0x5badd6;return _0x477c0c[_0x1e5dc6(0x6ba)](_0x13ae34,Object[_0x1e5dc6(0x415)]({},_0x289275,{'id':'shape-action-button-sound-icon','ref':_0xe9cba8,'icon':_0x17fa8f}));});_0xb0d4a7[_0x5badd6(0x27a)]=_0x5badd6(0x445);const _0xa74767={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2b7)}}]},_0x14ab50=_0x477c0c[_0x5badd6(0x72c)](function(_0x4506c3,_0x4fce11){const _0x2c6947=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x2c6947(0x415)]({},_0x4506c3,{'id':_0x2c6947(0x2f3),'ref':_0x4fce11,'icon':_0xa74767}));});_0x14ab50['displayName']=_0x5badd6(0x730);const _0x53700b={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M7\x206H12V4.60156L15.3936\x206.71289L12\x209.125V8H8C6.34315\x208\x205\x209.34315\x205\x2011V17H3V10L1\x2010V19H7V11C7\x2010.4477\x207.44771\x2010\x208\x2010H10V13.001L19\x206.60156L10\x201.00098L10\x204H7C3.68629\x204\x201\x206.68629\x201\x2010L3\x2010C3\x207.79086\x204.79086\x206\x207\x206Z'}}]},_0x26a781=_0x477c0c['forwardRef'](function(_0x1494a9,_0x599ea7){const _0x4629b3=_0x5badd6;return _0x477c0c[_0x4629b3(0x6ba)](_0x13ae34,Object[_0x4629b3(0x415)]({},_0x1494a9,{'id':_0x4629b3(0x6d9),'ref':_0x599ea7,'icon':_0x53700b}));});_0x26a781[_0x5badd6(0x27a)]=_0x5badd6(0x5cc);const _0x409641={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x780)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x6b3)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x417)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x1da)}}]},_0x521e2e=_0x477c0c['forwardRef'](function(_0x15d470,_0x3a6f8a){const _0x4b98fd=_0x5badd6;return _0x477c0c[_0x4b98fd(0x6ba)](_0x13ae34,Object[_0x4b98fd(0x415)]({},_0x15d470,{'id':'shape-bent-connector3-arrow1-icon','ref':_0x3a6f8a,'icon':_0x409641}));});_0x521e2e[_0x5badd6(0x27a)]=_0x5badd6(0x4dc);const _0x1fbf04={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x780)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x6b3)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x417)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M19.6819\x2016.2938C19.8534\x2016.1355\x2019.8534\x2015.8645\x2019.6819\x2015.7062L16.9214\x2013.1561C16.6652\x2012.9195\x2016.25\x2013.1012\x2016.25\x2013.45V18.55C16.25\x2018.8988\x2016.6652\x2019.0805\x2016.9214\x2018.8439L19.6819\x2016.2938Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x45a)}}]},_0x110c21=_0x477c0c['forwardRef'](function(_0x2fcd14,_0x19bf89){const _0x5eb6f7=_0x5badd6;return _0x477c0c[_0x5eb6f7(0x6ba)](_0x13ae34,Object[_0x5eb6f7(0x415)]({},_0x2fcd14,{'id':_0x5eb6f7(0x4b3),'ref':_0x19bf89,'icon':_0x1fbf04}));});_0x110c21[_0x5badd6(0x27a)]='ShapeBentConnector3Arrow2Icon';const _0x27a2dc={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x780)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x6b3)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x417)}}]},_0x410419=_0x477c0c[_0x5badd6(0x72c)](function(_0x5b6253,_0x297198){const _0x5d70fd=_0x5badd6;return _0x477c0c[_0x5d70fd(0x6ba)](_0x13ae34,Object['assign']({},_0x5b6253,{'id':_0x5d70fd(0x362),'ref':_0x297198,'icon':_0x27a2dc}));});_0x410419[_0x5badd6(0x27a)]='ShapeBentConnector3Icon';const _0x586d7e={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x59e),'attrs':{'id':'path-1-inside-1_379_366','fill':_0x5badd6(0x64a)},'children':[{'tag':'path','attrs':{'d':_0x5badd6(0x3ad)}}]},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x4c2),'mask':_0x5badd6(0x811)}}]},_0x5d6bf1=_0x477c0c[_0x5badd6(0x72c)](function(_0x21bd84,_0x1f7e6c){const _0x4caa0c=_0x5badd6;return _0x477c0c[_0x4caa0c(0x6ba)](_0x13ae34,Object[_0x4caa0c(0x415)]({},_0x21bd84,{'id':_0x4caa0c(0x816),'ref':_0x1f7e6c,'icon':_0x586d7e}));});_0x5d6bf1[_0x5badd6(0x27a)]=_0x5badd6(0x248);const _0x4acb64={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x3bf)}}]},_0x414f2a=_0x477c0c[_0x5badd6(0x72c)](function(_0x231d54,_0x1b8e4d){const _0x2a3c74=_0x5badd6;return _0x477c0c[_0x2a3c74(0x6ba)](_0x13ae34,Object['assign']({},_0x231d54,{'id':_0x2a3c74(0x24d),'ref':_0x1b8e4d,'icon':_0x4acb64}));});_0x414f2a[_0x5badd6(0x27a)]=_0x5badd6(0x175);const _0x401c1c={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x364)}}]},_0x1132f4=_0x477c0c[_0x5badd6(0x72c)](function(_0x1455b1,_0x9d6540){const _0x344159=_0x5badd6;return _0x477c0c[_0x344159(0x6ba)](_0x13ae34,Object[_0x344159(0x415)]({},_0x1455b1,{'id':_0x344159(0x436),'ref':_0x9d6540,'icon':_0x401c1c}));});_0x1132f4[_0x5badd6(0x27a)]=_0x5badd6(0x399);const _0xc0e1c0={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':'path','attrs':{'stroke':'currentColor','d':_0x5badd6(0x494),'strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x527),'strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0x2a639e=_0x477c0c[_0x5badd6(0x72c)](function(_0x38fd97,_0x4eefc7){const _0x3c3d9b=_0x5badd6;return _0x477c0c[_0x3c3d9b(0x6ba)](_0x13ae34,Object[_0x3c3d9b(0x415)]({},_0x38fd97,{'id':'shape-border-callout1-icon','ref':_0x4eefc7,'icon':_0xc0e1c0}));});_0x2a639e[_0x5badd6(0x27a)]='ShapeBorderCallout1Icon';const _0x53cd01={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x1e0),'strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'stroke':'currentColor','d':_0x5badd6(0x612),'strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0x4dc863=_0x477c0c['forwardRef'](function(_0xafe9ab,_0x68d15e){const _0x12d125=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x12d125(0x415)]({},_0xafe9ab,{'id':_0x12d125(0x19b),'ref':_0x68d15e,'icon':_0x53cd01}));});_0x4dc863['displayName']=_0x5badd6(0x694);const _0x553732={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x802),'strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'stroke':'currentColor','d':_0x5badd6(0x783),'strokeLinecap':'round','strokeWidth':0x2}}]},_0x302296=_0x477c0c[_0x5badd6(0x72c)](function(_0x29c002,_0x45bed4){const _0x475021=_0x5badd6;return _0x477c0c[_0x475021(0x6ba)](_0x13ae34,Object[_0x475021(0x415)]({},_0x29c002,{'id':_0x475021(0x60c),'ref':_0x45bed4,'icon':_0x553732}));});_0x302296[_0x5badd6(0x27a)]=_0x5badd6(0x3a9);const _0x5aaf37={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M15.4607\x2010.0839C15.1086\x209.80418\x2014.8652\x209.47551\x2014.7306\x209.09789C14.596\x208.72027\x2014.5286\x208.18181\x2014.5286\x207.4825V5.40558C14.5286\x204.70628\x2014.5183\x204.27971\x2014.4976\x204.12586C14.4872\x203.97201\x2014.4458\x203.83215\x2014.3733\x203.70628C14.249\x203.49649\x2013.9849\x203.39159\x2013.581\x203.39159C13.0834\x203.39159\x2012.68\x202.9882\x2012.68\x202.49059V2.2797C12.68\x201.66563\x2013.1778\x201.16782\x2013.7919\x201.16782H13.9849C14.5649\x201.16782\x2014.9999\x201.21677\x2015.2898\x201.31467C15.5902\x201.41257\x2015.8594\x201.59439\x2016.0976\x201.86012C16.4808\x202.30768\x2016.6776\x203.0839\x2016.6879\x204.1888V7.23076C16.6879\x207.84614\x2016.7397\x208.29369\x2016.8433\x208.57341C16.8796\x208.65819\x2016.9821\x208.73443\x2017.1138\x208.80213C17.6157\x209.06005\x2018\x209.49668\x2018\x2010.061C18\x2010.6474\x2017.5802\x2011.0883\x2017.0714\x2011.3798C16.9603\x2011.4434\x2016.8756\x2011.515\x2016.8433\x2011.5944C16.7397\x2011.8741\x2016.6879\x2012.3217\x2016.6879\x2012.9371V15.979C16.6776\x2017.1538\x2016.4446\x2017.958\x2015.9889\x2018.3916C15.7403\x2018.6433\x2015.4711\x2018.8042\x2015.1811\x2018.8741C14.8911\x2018.958\x2014.4095\x2019\x2013.7364\x2019C13.153\x2019\x2012.68\x2018.527\x2012.68\x2017.9436V17.6562C12.68\x2017.1586\x2013.0834\x2016.7552\x2013.581\x2016.7552C13.9746\x2016.7552\x2014.2335\x2016.6573\x2014.3578\x2016.4615C14.4303\x2016.3496\x2014.4769\x2016.2168\x2014.4976\x2016.0629C14.5183\x2015.8951\x2014.5286\x2015.4545\x2014.5286\x2014.7412V12.6853C14.5286\x2011.986\x2014.596\x2011.4405\x2014.7306\x2011.0489C14.8756\x2010.6573\x2015.119\x2010.3357\x2015.4607\x2010.0839Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x222)}}]},_0x1f6206=_0x477c0c[_0x5badd6(0x72c)](function(_0xb9809e,_0x31056a){const _0x64ff98=_0x5badd6;return _0x477c0c[_0x64ff98(0x6ba)](_0x13ae34,Object['assign']({},_0xb9809e,{'id':'shape-brace-pair-icon','ref':_0x31056a,'icon':_0x5aaf37}));});_0x1f6206[_0x5badd6(0x27a)]=_0x5badd6(0x378);const _0x2f3b41={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x1c1)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x250)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M4.80199\x202L4.92404\x202.00519C5.52855\x202.05633\x206\x202.48243\x206\x203C6\x203.51757\x205.52855\x203.94367\x204.92404\x203.99481L4.80199\x204H2.19925C1.53723\x204\x201\x203.55203\x201\x203C1\x202.44797\x201.53723\x202\x202.19925\x202L4.80199\x202Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x3d1)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M15.198\x2016L15.076\x2016.0052C14.4714\x2016.0563\x2014\x2016.4824\x2014\x2017C14\x2017.5176\x2014.4714\x2017.9437\x2015.076\x2017.9948L15.198\x2018H17.8007C18.4628\x2018\x2019\x2017.552\x2019\x2017C19\x2016.448\x2018.4628\x2016\x2017.8007\x2016H15.198Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x41c)}}]},_0x4316c9=_0x477c0c[_0x5badd6(0x72c)](function(_0x36a7c6,_0x30b130){const _0x18dd3c=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x18dd3c(0x415)]({},_0x36a7c6,{'id':'shape-bracket-pair-icon','ref':_0x30b130,'icon':_0x2f3b41}));});_0x4316c9[_0x5badd6(0x27a)]=_0x5badd6(0x516);const _0x37bd68={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x59a),'strokeDasharray':_0x5badd6(0x5e1),'strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x5a4),'strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0x36a025=_0x477c0c[_0x5badd6(0x72c)](function(_0x5ef465,_0x50788b){const _0x2db02c=_0x5badd6;return _0x477c0c[_0x2db02c(0x6ba)](_0x13ae34,Object['assign']({},_0x5ef465,{'id':'shape-callout1-icon','ref':_0x50788b,'icon':_0x37bd68}));});_0x36a025[_0x5badd6(0x27a)]=_0x5badd6(0x1b7);const _0x1417db={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x75b),'strokeDasharray':'4\x203','strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x612),'strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0x562517=_0x477c0c[_0x5badd6(0x72c)](function(_0xa570f6,_0x509a10){const _0x3582a2=_0x5badd6;return _0x477c0c[_0x3582a2(0x6ba)](_0x13ae34,Object[_0x3582a2(0x415)]({},_0xa570f6,{'id':'shape-callout2-icon','ref':_0x509a10,'icon':_0x1417db}));});_0x562517[_0x5badd6(0x27a)]=_0x5badd6(0x2d1);const _0x421116={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':'M17.8574\x203V4H19V4.85742H20V7.64258H19V11.3574H20V14.1426H19V15H17.8574V16H14.6426V15H10.3574V16H7.14258V15H6V14.1426H5V11.3574H6V7.64258H5V4.85742H6V4H7.14258V3H10.3574V4H14.6426V3H17.8574Z','strokeDasharray':_0x5badd6(0x5e1),'strokeWidth':0x2}},{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x783),'strokeLinecap':_0x5badd6(0x4d2),'strokeWidth':0x2}}]},_0x5ac5e7=_0x477c0c[_0x5badd6(0x72c)](function(_0x180f5e,_0x1820d4){const _0x8ef10d=_0x5badd6;return _0x477c0c[_0x8ef10d(0x6ba)](_0x13ae34,Object[_0x8ef10d(0x415)]({},_0x180f5e,{'id':_0x8ef10d(0x56b),'ref':_0x1820d4,'icon':_0x421116}));});_0x5ac5e7['displayName']=_0x5badd6(0x336);const _0x28a986={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M10\x201C13.9274\x201\x2018\x202.79086\x2018\x205C18\x207.20914\x2013.9274\x209\x2010\x209V7C11.7519\x207\x2013.5109\x206.5947\x2014.7752\x205.98828C15.4109\x205.68336\x2015.8349\x205.36933\x2016.0712\x205.11426C16.1115\x205.0707\x2016.1404\x205.03108\x2016.1641\x205C16.1404\x204.96892\x2016.1115\x204.9293\x2016.0712\x204.88574C15.8349\x204.63067\x2015.4109\x204.31664\x2014.7752\x204.01172C13.5109\x203.4053\x2011.7519\x203\x2010\x203C8.24812\x203\x206.48914\x203.4053\x205.22483\x204.01172C4.58914\x204.31664\x204.16507\x204.63067\x203.92882\x204.88574C3.88828\x204.92952\x203.85882\x204.96883\x203.83507\x205C3.85882\x205.03118\x203.88828\x205.07048\x203.92882\x205.11426C4.16507\x205.36933\x204.58914\x205.68336\x205.22483\x205.98828C6.48914\x206.5947\x208.24812\x207\x2010\x207V9C6.07264\x209\x202\x207.20914\x202\x205C2\x202.79086\x206.07264\x201\x2010\x201Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x53f)}}]},_0x3c8133=_0x477c0c[_0x5badd6(0x72c)](function(_0x270e08,_0x240c98){const _0x52ff31=_0x5badd6;return _0x477c0c[_0x52ff31(0x6ba)](_0x13ae34,Object[_0x52ff31(0x415)]({},_0x270e08,{'id':_0x52ff31(0x4b5),'ref':_0x240c98,'icon':_0x28a986}));});_0x3c8133[_0x5badd6(0x27a)]=_0x5badd6(0x80e);const _0x41576b={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x77a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x798)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x1e7),'transform':_0x5badd6(0x300)}}]},_0x5ded5b=_0x477c0c[_0x5badd6(0x72c)](function(_0x407b6a,_0x170575){const _0x58aedd=_0x5badd6;return _0x477c0c[_0x58aedd(0x6ba)](_0x13ae34,Object[_0x58aedd(0x415)]({},_0x407b6a,{'id':_0x58aedd(0x35b),'ref':_0x170575,'icon':_0x41576b}));});_0x5ded5b[_0x5badd6(0x27a)]=_0x5badd6(0x4a0);const _0x5da6da={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M3.64\x202.22H23.64V4.22H3.64z','transform':'rotate(45\x203.64\x202.22)'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x410),'transform':'rotate(135\x207.72\x204.5)scale(1\x20-1)'}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x1e7),'transform':'rotate(90\x2011\x203)'}}]},_0x432be1=_0x477c0c[_0x5badd6(0x72c)](function(_0x11adf2,_0x388f1b){const _0x367586=_0x5badd6;return _0x477c0c[_0x367586(0x6ba)](_0x13ae34,Object[_0x367586(0x415)]({},_0x11adf2,{'id':_0x367586(0x3bc),'ref':_0x388f1b,'icon':_0x5da6da}));});_0x432be1[_0x5badd6(0x27a)]=_0x5badd6(0x6bd);const _0x2b0d9c={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x77a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x385),'transform':_0x5badd6(0x422)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M0\x200H20V2H0z','transform':'rotate(135\x207.72\x204.5)scale(1\x20-1)'}}]},_0x493b07=_0x477c0c[_0x5badd6(0x72c)](function(_0x224a5e,_0x1c7b4e){const _0x274f7c=_0x5badd6;return _0x477c0c[_0x274f7c(0x6ba)](_0x13ae34,Object[_0x274f7c(0x415)]({},_0x224a5e,{'id':'shape-chart-x-icon','ref':_0x1c7b4e,'icon':_0x2b0d9c}));});_0x493b07[_0x5badd6(0x27a)]=_0x5badd6(0x2cd);const _0x4295ae={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x7be)}}]},_0x3867cb=_0x477c0c[_0x5badd6(0x72c)](function(_0x1cfdd3,_0x1bee80){const _0x14d619=_0x5badd6;return _0x477c0c[_0x14d619(0x6ba)](_0x13ae34,Object[_0x14d619(0x415)]({},_0x1cfdd3,{'id':_0x14d619(0x7e4),'ref':_0x1bee80,'icon':_0x4295ae}));});_0x3867cb['displayName']=_0x5badd6(0x5c0);const _0x2678e8={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x7f7)}}]},_0x3a6d4d=_0x477c0c[_0x5badd6(0x72c)](function(_0x526855,_0x590164){const _0x5de744=_0x5badd6;return _0x477c0c[_0x5de744(0x6ba)](_0x13ae34,Object[_0x5de744(0x415)]({},_0x526855,{'id':_0x5de744(0x3ff),'ref':_0x590164,'icon':_0x2678e8}));});_0x3a6d4d['displayName']=_0x5badd6(0x2d7);const _0x4cf377={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M8\x206H10C10.5523\x206\x2011\x206.44772\x2011\x207H13C13\x205.34315\x2011.6569\x204\x2010\x204H8C6.34315\x204\x205\x205.34315\x205\x207V11H4.92773L5\x2011.0938V16H3V7L1\x207V18H7V7C7\x206.44771\x207.44771\x206\x208\x206ZM7\x203H11C13.2091\x203\x2015\x204.79086\x2015\x207V15H15.2969L14.2754\x2016.5576L13\x2014.9062V7H11V13H9L14.4072\x2020L19\x2013H17V7C17\x203.68629\x2014.3137\x201\x2011\x201H7C3.68629\x201\x201\x203.68629\x201\x207L3\x207C3\x204.79086\x204.79086\x203\x207\x203Z'}}]},_0xfa7327=_0x477c0c[_0x5badd6(0x72c)](function(_0x2a18ea,_0xd6a32a){const _0x31d917=_0x5badd6;return _0x477c0c[_0x31d917(0x6ba)](_0x13ae34,Object[_0x31d917(0x415)]({},_0x2a18ea,{'id':_0x31d917(0x47d),'ref':_0xd6a32a,'icon':_0x4cf377}));});_0xfa7327['displayName']='ShapeCircularArrowIcon';const _0x4c9e6e={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x298),'attrs':{'cx':0x8,'cy':0x11,'r':0x2,'fill':_0x5badd6(0x34a)}},{'tag':_0x5badd6(0x298),'attrs':{'cx':0x4,'cy':0x13,'r':0x1,'fill':_0x5badd6(0x34a)}},{'tag':_0x5badd6(0x59e),'attrs':{'id':'path-3-inside-1_376_54','fill':_0x5badd6(0x64a)},'children':[{'tag':'path','attrs':{'d':_0x5badd6(0x2e0)}}]},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M11.3428\x202.12207L10.1056\x203.69352L10.9289\x204.34162L11.9303\x204.03381L11.3428\x202.12207ZM17.4521\x208.23828L15.7255\x207.22897L14.4907\x209.34129L16.8065\x2010.1312L17.4521\x208.23828ZM14\x2014.5303L14.9035\x2012.746L14\x2012.2885L13.0965\x2012.746L14\x2014.5303ZM8.42383\x2013.0684L10.1584\x2012.0728L8.46977\x209.13066L6.71293\x2012.0326L8.42383\x2013.0684ZM3.50391\x207.29004L4.25252\x209.14465L6.35442\x208.29621L5.25086\x206.31632L3.50391\x207.29004ZM8\x201V3C8.84606\x203\x209.57992\x203.27966\x2010.1056\x203.69352L11.3428\x202.12207L12.5799\x200.550616C11.3341\x20-0.430154\x209.72455\x20-1\x208\x20-1V1ZM11.3428\x202.12207L11.9303\x204.03381C12.261\x203.93218\x2012.6206\x203.875\x2013\x203.875V1.875V-0.125C12.2174\x20-0.125\x2011.462\x20-0.00688779\x2010.7552\x200.210326L11.3428\x202.12207ZM13\x201.875V3.875C14.9161\x203.875\x2016\x205.18083\x2016\x206.25H18H20C20\x202.48668\x2016.6068\x20-0.125\x2013\x20-0.125V1.875ZM18\x206.25H16C16\x206.58754\x2015.908\x206.91678\x2015.7255\x207.22897L17.4521\x208.23828L19.1788\x209.2476C19.6941\x208.36606\x2020\x207.34535\x2020\x206.25H18ZM17.4521\x208.23828L16.8065\x2010.1312C17.6518\x2010.4195\x2018\x2011.0324\x2018\x2011.5H20H22C22\x208.99811\x2020.2348\x207.07429\x2018.0978\x206.34537L17.4521\x208.23828ZM20\x2011.5H18C18\x2012.0859\x2017.3638\x2013\x2016\x2013V15V17C19.0545\x2017\x2022\x2014.7801\x2022\x2011.5H20ZM16\x2015V13C15.586\x2013\x2015.2128\x2012.9026\x2014.9035\x2012.746L14\x2014.5303L13.0965\x2016.3146C13.9642\x2016.7539\x2014.9563\x2017\x2016\x2017V15ZM14\x2014.5303L13.0965\x2012.746C12.7872\x2012.9026\x2012.414\x2013\x2012\x2013V15V17C13.0437\x2017\x2014.0358\x2016.7539\x2014.9035\x2016.3146L14\x2014.5303ZM12\x2015V13C11.0857\x2013\x2010.4275\x2012.5416\x2010.1584\x2012.0728L8.42383\x2013.0684L6.68924\x2014.0639C7.73492\x2015.8858\x209.78514\x2017\x2012\x2017V15ZM8.42383\x2013.0684L6.71293\x2012.0326C6.35909\x2012.6171\x205.72319\x2013\x205\x2013V15V17C7.18093\x2017\x209.08687\x2015.835\x2010.1347\x2014.1041L8.42383\x2013.0684ZM5\x2015V13C3.89543\x2013\x203\x2012.1046\x203\x2011H1H-1C-1\x2014.3137\x201.68629\x2017\x205\x2017V15ZM1\x2011H3C3\x2010.1638\x203.5143\x209.44263\x204.25252\x209.14465L3.50391\x207.29004L2.75529\x205.43543C0.557861\x206.32242\x20-1\x208.47608\x20-1\x2011H1ZM3.50391\x207.29004L5.25086\x206.31632C5.08501\x206.01875\x205\x205.70236\x205\x205.375H3H1C1\x206.42148\x201.27794\x207.40438\x201.75695\x208.26376L3.50391\x207.29004ZM3\x205.375H5C5\x204.30583\x206.08393\x203\x208\x203V1V-1C4.39322\x20-1\x201\x201.61168\x201\x205.375H3Z','mask':_0x5badd6(0x6f3)}}]},_0x119f13=_0x477c0c[_0x5badd6(0x72c)](function(_0x53b1ae,_0x40c57d){const _0x5bb9c8=_0x5badd6;return _0x477c0c[_0x5bb9c8(0x6ba)](_0x13ae34,Object['assign']({},_0x53b1ae,{'id':_0x5bb9c8(0x1a6),'ref':_0x40c57d,'icon':_0x4c9e6e}));});_0x119f13[_0x5badd6(0x27a)]=_0x5badd6(0x16b);const _0x278ee7={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x59e),'attrs':{'id':_0x5badd6(0x1f4),'fill':_0x5badd6(0x64a)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'d':_0x5badd6(0x5bd)}}]},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M11.3428\x203.12207L10.1056\x204.69352L10.9289\x205.34162L11.9303\x205.03381L11.3428\x203.12207ZM17.4355\x209.2666L15.7169\x208.24378L14.5041\x2010.2816L16.7174\x2011.1332L17.4355\x209.2666ZM14.6094\x2016.75L15.305\x2014.8749L14.1311\x2014.4394L13.2266\x2015.3051L14.6094\x2016.75ZM8.66602\x2016.9951L9.92658\x2015.4424L8.75059\x2014.4877L7.51294\x2015.361L8.66602\x2016.9951ZM3.17188\x207.51562L4.01946\x209.32714L5.59516\x208.5899L5.08337\x206.92724L3.17188\x207.51562ZM8\x202V4C8.84606\x204\x209.57992\x204.27966\x2010.1056\x204.69352L11.3428\x203.12207L12.5799\x201.55062C11.3341\x200.569846\x209.72455\x200\x208\x200V2ZM11.3428\x203.12207L11.9303\x205.03381C12.261\x204.93218\x2012.6206\x204.875\x2013\x204.875V2.875V0.875C12.2174\x200.875\x2011.462\x200.993112\x2010.7552\x201.21033L11.3428\x203.12207ZM13\x202.875V4.875C14.9161\x204.875\x2016\x206.18083\x2016\x207.25H18H20C20\x203.48668\x2016.6068\x200.875\x2013\x200.875V2.875ZM18\x207.25H16C16\x207.59299\x2015.9051\x207.92745\x2015.7169\x208.24378L17.4355\x209.2666L19.1542\x2010.2894C19.6846\x209.39825\x2020\x208.36259\x2020\x207.25H18ZM17.4355\x209.2666L16.7174\x2011.1332C17.4715\x2011.4234\x2018\x2012.1526\x2018\x2013H20H22C22\x2010.4413\x2020.3991\x208.26392\x2018.1537\x207.4L17.4355\x209.2666ZM20\x2013H18C18\x2014.1046\x2017.1046\x2015\x2016\x2015V17V19C19.3137\x2019\x2022\x2016.3137\x2022\x2013H20ZM16\x2017V15C15.7561\x2015\x2015.5231\x2014.9558\x2015.305\x2014.8749L14.6094\x2016.75L13.9137\x2018.6251C14.5622\x2018.8657\x2015.2655\x2019\x2016\x2019V17ZM14.6094\x2016.75L13.2266\x2015.3051C12.7739\x2015.7383\x2012.1688\x2016\x2011.5\x2016V18V20C13.2449\x2020\x2014.8286\x2019.3084\x2015.9922\x2018.1949L14.6094\x2016.75ZM11.5\x2018V16C10.9019\x2016\x2010.3574\x2015.7921\x209.92658\x2015.4424L8.66602\x2016.9951L7.40545\x2018.5478C8.52207\x2019.4544\x209.94962\x2020\x2011.5\x2020V18ZM8.66602\x2016.9951L7.51294\x2015.361C6.94152\x2015.7642\x206.25036\x2016\x205.5\x2016V18V20C7.1082\x2020\x208.59957\x2019.4898\x209.81909\x2018.6293L8.66602\x2016.9951ZM5.5\x2018V16C3.567\x2016\x202\x2014.433\x202\x2012.5H0H-2C-2\x2016.6421\x201.35786\x2020\x205.5\x2020V18ZM0\x2012.5H2C2\x2011.0996\x202.82246\x209.8872\x204.01946\x209.32714L3.17188\x207.51562L2.32429\x205.70411C-0.226307\x206.8975\x20-2\x209.48956\x20-2\x2012.5H0ZM3.17188\x207.51562L5.08337\x206.92724C5.02871\x206.74967\x205\x206.5655\x205\x206.375H3H1C1\x206.97373\x201.09116\x207.55424\x201.26038\x208.10401L3.17188\x207.51562ZM3\x206.375H5C5\x205.30583\x206.08393\x204\x208\x204V2V0C4.39322\x200\x201\x202.61168\x201\x206.375H3Z','mask':_0x5badd6(0x7fc)}}]},_0x15d75b=_0x477c0c[_0x5badd6(0x72c)](function(_0x1f618c,_0x1d8d92){const _0x210d31=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x210d31(0x415)]({},_0x1f618c,{'id':_0x210d31(0x172),'ref':_0x1d8d92,'icon':_0x278ee7}));});_0x15d75b[_0x5badd6(0x27a)]=_0x5badd6(0x5a0);const _0x4f9ff2={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x764)}}]},_0x451f35=_0x477c0c[_0x5badd6(0x72c)](function(_0x5e48e5,_0x43208d){const _0x55730b=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x55730b(0x415)]({},_0x5e48e5,{'id':_0x55730b(0x188),'ref':_0x43208d,'icon':_0x4f9ff2}));});_0x451f35[_0x5badd6(0x27a)]=_0x5badd6(0x56a);const _0x10ead8={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x54a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x5b5)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x58c)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x721)}}]},_0x49ad6d=_0x477c0c[_0x5badd6(0x72c)](function(_0xe3a9a7,_0x12ed4b){const _0x1fa739=_0x5badd6;return _0x477c0c[_0x1fa739(0x6ba)](_0x13ae34,Object['assign']({},_0xe3a9a7,{'id':_0x1fa739(0x6f4),'ref':_0x12ed4b,'icon':_0x10ead8}));});_0x49ad6d[_0x5badd6(0x27a)]=_0x5badd6(0x214);const _0x3b8de1={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x611)}}]},_0x5f2e94=_0x477c0c[_0x5badd6(0x72c)](function(_0x1b1464,_0x5aea98){const _0x23e2c4=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x1b1464,{'id':_0x23e2c4(0x435),'ref':_0x5aea98,'icon':_0x3b8de1}));});_0x5f2e94['displayName']=_0x5badd6(0x24b);const _0x46a44b={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M6\x2012.7891C6\x2012.5197\x206.07689\x2012.3374\x206.2041\x2012.1816C6.34757\x2012.0061\x206.59173\x2011.8228\x206.97949\x2011.6445C7.77964\x2011.2769\x208.89645\x2011.0573\x2010.1768\x2010.8271C11.3814\x2010.6106\x2012.7559\x2010.3807\x2013.8135\x209.95117C14.8785\x209.51858\x2015.9999\x208.71676\x2016\x207.19629C16\x206.24768\x2015.6393\x205.4505\x2014.9922\x204.83887C14.3777\x204.25824\x2013.5497\x203.88467\x2012.6514\x203.63086C10.8619\x203.12535\x208.42949\x203\x205.77246\x203C5.22018\x203\x204.77246\x203.44772\x204.77246\x204C4.77246\x204.55228\x205.22018\x205\x205.77246\x205C8.42994\x205\x2010.6118\x205.13317\x2012.1074\x205.55566C12.8511\x205.76577\x2013.333\x206.02345\x2013.6182\x206.29297C13.8709\x206.53184\x2014\x206.80492\x2014\x207.19629C13.9999\x207.47331\x2013.8709\x207.76983\x2013.0615\x208.09863C12.2441\x208.43063\x2011.1185\x208.62555\x209.82324\x208.8584C8.60372\x209.07764\x207.22028\x209.33342\x206.14551\x209.82715C5.59617\x2010.0795\x205.05862\x2010.4232\x204.65527\x2010.917C4.23572\x2011.4307\x204\x2012.0598\x204\x2012.7891C4\x2014.187\x204.87429\x2015.1155\x205.88965\x2015.6855C6.88372\x2016.2436\x208.15405\x2016.5527\x209.36426\x2016.7324C11.7959\x2017.0935\x2014.4032\x2016.9854\x2015\x2016.9854C15.5522\x2016.9854\x2015.9999\x2016.5375\x2016\x2015.9854C16\x2015.4331\x2015.5523\x2014.9854\x2015\x2014.9854C14.2925\x2014.9854\x2011.9003\x2015.0868\x209.6582\x2014.7539C8.53146\x2014.5866\x207.54529\x2014.3225\x206.86816\x2013.9424C6.21247\x2013.5742\x206\x2013.199\x206\x2012.7891Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x229)}}]},_0x221cc6=_0x477c0c[_0x5badd6(0x72c)](function(_0x181da1,_0x480d8c){const _0x501355=_0x5badd6;return _0x477c0c[_0x501355(0x6ba)](_0x13ae34,Object[_0x501355(0x415)]({},_0x181da1,{'id':_0x501355(0x224),'ref':_0x480d8c,'icon':_0x46a44b}));});_0x221cc6[_0x5badd6(0x27a)]=_0x5badd6(0x598);const _0x416fc4={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x444)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M17.6819\x2016.2938C17.8534\x2016.1355\x2017.8534\x2015.8645\x2017.6819\x2015.7062L14.9214\x2013.1561C14.6652\x2012.9195\x2014.25\x2013.1012\x2014.25\x2013.45V18.55C14.25\x2018.8988\x2014.6652\x2019.0805\x2014.9214\x2018.8439L17.6819\x2016.2938Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x348)}}]},_0x4b67c8=_0x477c0c[_0x5badd6(0x72c)](function(_0xf8b7e1,_0x4f9261){const _0x1b6a27=_0x5badd6;return _0x477c0c[_0x1b6a27(0x6ba)](_0x13ae34,Object[_0x1b6a27(0x415)]({},_0xf8b7e1,{'id':_0x1b6a27(0x31b),'ref':_0x4f9261,'icon':_0x416fc4}));});_0x4b67c8[_0x5badd6(0x27a)]=_0x5badd6(0x4ca);const _0xf97784={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M6\x2012.7891C6\x2012.5197\x206.07689\x2012.3374\x206.2041\x2012.1816C6.34757\x2012.0061\x206.59173\x2011.8228\x206.97949\x2011.6445C7.77964\x2011.2769\x208.89645\x2011.0573\x2010.1768\x2010.8271C11.3814\x2010.6106\x2012.7559\x2010.3807\x2013.8135\x209.95117C14.8785\x209.51858\x2015.9999\x208.71676\x2016\x207.19629C16\x206.24768\x2015.6393\x205.4505\x2014.9922\x204.83887C14.3777\x204.25824\x2013.5497\x203.88467\x2012.6514\x203.63086C10.8619\x203.12535\x208.42949\x203\x205.77246\x203C5.22018\x203\x204.77246\x203.44772\x204.77246\x204C4.77246\x204.55228\x205.22018\x205\x205.77246\x205C8.42994\x205\x2010.6118\x205.13317\x2012.1074\x205.55566C12.8511\x205.76577\x2013.333\x206.02345\x2013.6182\x206.29297C13.8709\x206.53184\x2014\x206.80492\x2014\x207.19629C13.9999\x207.47331\x2013.8709\x207.76983\x2013.0615\x208.09863C12.2441\x208.43063\x2011.1185\x208.62555\x209.82324\x208.8584C8.60372\x209.07764\x207.22028\x209.33342\x206.14551\x209.82715C5.59617\x2010.0795\x205.05862\x2010.4232\x204.65527\x2010.917C4.23572\x2011.4307\x204\x2012.0598\x204\x2012.7891C4\x2014.187\x204.87429\x2015.1155\x205.88965\x2015.6855C6.88372\x2016.2436\x208.15405\x2016.5527\x209.36426\x2016.7324C11.7959\x2017.0935\x2014.4032\x2016.9854\x2015\x2016.9854C15.5522\x2016.9854\x2015.9999\x2016.5375\x2016\x2015.9854C16\x2015.4331\x2015.5523\x2014.9854\x2015\x2014.9854C14.2925\x2014.9854\x2011.9003\x2015.0868\x209.6582\x2014.7539C8.53146\x2014.5866\x207.54529\x2014.3225\x206.86816\x2013.9424C6.21247\x2013.5742\x206\x2013.199\x206\x2012.7891Z'}}]},_0x4c8a4b=_0x477c0c['forwardRef'](function(_0x27e9a0,_0x4e9f52){const _0x17254e=_0x5badd6;return _0x477c0c[_0x17254e(0x6ba)](_0x13ae34,Object[_0x17254e(0x415)]({},_0x27e9a0,{'id':'shape-curved-connector3-icon','ref':_0x4e9f52,'icon':_0xf97784}));});_0x4c8a4b[_0x5badd6(0x27a)]='ShapeCurvedConnector3Icon';const _0x53c9f2={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x526)}}]},_0xd8ff02=_0x477c0c[_0x5badd6(0x72c)](function(_0x1a68fd,_0x46872c){const _0x24c700=_0x5badd6;return _0x477c0c[_0x24c700(0x6ba)](_0x13ae34,Object[_0x24c700(0x415)]({},_0x1a68fd,{'id':_0x24c700(0x62c),'ref':_0x46872c,'icon':_0x53c9f2}));});_0xd8ff02[_0x5badd6(0x27a)]=_0x5badd6(0x581);const _0x31cf3e={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M16.9951\x209.79785C16.8898\x207.68264\x2015.1414\x206\x2013\x206H10V5.92773L9.90625\x206H5V3.12891L11.2979\x203.52246C14.5026\x203.72276\x2017\x206.38081\x2017\x209.5918C17\x209.66075\x2016.9974\x209.72941\x2016.9951\x209.79785ZM19\x209.5918C19\x205.32466\x2015.6817\x201.79254\x2011.4229\x201.52637L3\x201V8H13C14.1046\x208\x2015\x208.89543\x2015\x2010C15\x2011.1046\x2014.1046\x2012\x2013\x2012V14C14.6064\x2014\x2015.9906\x2013.0526\x2016.627\x2011.6865C15.8351\x2013.8423\x2013.8565\x2015.4397\x2011.4463\x2015.6494L6\x2016.124V16.2969L4.44238\x2015.2754L6.09375\x2014H13V12H8V10L1\x2015.4072L8\x2020V17.957L11.6191\x2017.6416C15.7948\x2017.2785\x2018.9998\x2013.7832\x2019\x209.5918Z'}}]},_0x318eee=_0x477c0c['forwardRef'](function(_0x49fe6e,_0x1dfb51){const _0x173150=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x173150(0x415)]({},_0x49fe6e,{'id':_0x173150(0x301),'ref':_0x1dfb51,'icon':_0x31cf3e}));});_0x318eee[_0x5badd6(0x27a)]='ShapeCurvedLeftArrowIcon';const _0xc62690={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x414)}}]},_0x35ec6b=_0x477c0c['forwardRef'](function(_0x5567dc,_0x571ed5){const _0x1fa341=_0x5badd6;return _0x477c0c[_0x1fa341(0x6ba)](_0x13ae34,Object[_0x1fa341(0x415)]({},_0x5567dc,{'id':'shape-curved-right-arrow-icon','ref':_0x571ed5,'icon':_0xc62690}));});_0x35ec6b['displayName']=_0x5badd6(0x6bb);const _0x11ce31={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x427)}}]},_0x683f70=_0x477c0c['forwardRef'](function(_0x501388,_0x43275a){const _0xd82fa9=_0x5badd6;return _0x477c0c[_0xd82fa9(0x6ba)](_0x13ae34,Object[_0xd82fa9(0x415)]({},_0x501388,{'id':_0xd82fa9(0x4fc),'ref':_0x43275a,'icon':_0x11ce31}));});_0x683f70[_0x5badd6(0x27a)]=_0x5badd6(0x589);const _0x29f5dc={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x691)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x3d0)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M6.90365\x206.33995C7.03232\x206.22121\x207.19758\x206.146\x207.37267\x206.146C7.71913\x206.146\x208\x206.42686\x208\x206.77333V13.4005C8\x2013.7316\x207.73159\x2014\x207.4005\x2014C7.06941\x2014\x206.801\x2013.7316\x206.801\x2013.4005V7.587C6.48979\x207.88374\x206.12143\x208.12809\x205.69906\x208.32007C5.35797\x208.4751\x204.997\x208.20342\x204.997\x207.82875C4.997\x207.5703\x205.17444\x207.34822\x205.41575\x207.2557C5.63756\x207.17064\x205.86665\x207.06108\x206.108\x206.927C6.41215\x206.74113\x206.67737\x206.54877\x206.90365\x206.33995Z'}}]},_0x6f9f99=_0x477c0c[_0x5badd6(0x72c)](function(_0x127989,_0x2040df){const _0x16ad0e=_0x5badd6;return _0x477c0c[_0x16ad0e(0x6ba)](_0x13ae34,Object[_0x16ad0e(0x415)]({},_0x127989,{'id':_0x16ad0e(0x7cb),'ref':_0x2040df,'icon':_0x29f5dc}));});_0x6f9f99[_0x5badd6(0x27a)]=_0x5badd6(0x538);const _0x47a110={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M1\x2019V8L8\x201H19L1\x2019ZM3\x208.82812V14.1719L14.1719\x203H8.8291L3\x208.82812Z'}}]},_0x22ee47=_0x477c0c[_0x5badd6(0x72c)](function(_0x4708db,_0xfd31d7){const _0x3c4780=_0x5badd6;return _0x477c0c[_0x3c4780(0x6ba)](_0x13ae34,Object[_0x3c4780(0x415)]({},_0x4708db,{'id':'shape-diag-stripe-icon','ref':_0xfd31d7,'icon':_0x47a110}));});_0x22ee47[_0x5badd6(0x27a)]=_0x5badd6(0x7c1);const _0x2a5f7f={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x246)}}]},_0x567717=_0x477c0c[_0x5badd6(0x72c)](function(_0xe3680d,_0x5c7b68){const _0x476f43=_0x5badd6;return _0x477c0c[_0x476f43(0x6ba)](_0x13ae34,Object[_0x476f43(0x415)]({},_0xe3680d,{'id':_0x476f43(0x5eb),'ref':_0x5c7b68,'icon':_0x2a5f7f}));});_0x567717['displayName']=_0x5badd6(0x227);const _0x5c5811={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x691)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x76f)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x6da)}}]},_0x3f603c=_0x477c0c[_0x5badd6(0x72c)](function(_0x129728,_0x327a85){const _0x48258f=_0x5badd6;return _0x477c0c[_0x48258f(0x6ba)](_0x13ae34,Object[_0x48258f(0x415)]({},_0x129728,{'id':'shape-dodecagon-icon','ref':_0x327a85,'icon':_0x5c5811}));});_0x3f603c['displayName']='ShapeDodecagonIcon';const _0x327019={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M10\x201C14.9706\x201\x2019\x205.02944\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201ZM10\x203C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017C13.866\x2017\x2017\x2013.866\x2017\x2010C17\x206.13401\x2013.866\x203\x2010\x203ZM10\x205C12.7614\x205\x2015\x207.23858\x2015\x2010C15\x2012.7614\x2012.7614\x2015\x2010\x2015C7.23858\x2015\x205\x2012.7614\x205\x2010C5\x207.23858\x207.23858\x205\x2010\x205ZM10\x207C8.34315\x207\x207\x208.34315\x207\x2010C7\x2011.6569\x208.34315\x2013\x2010\x2013C11.6569\x2013\x2013\x2011.6569\x2013\x2010C13\x208.34315\x2011.6569\x207\x2010\x207Z'}}]},_0x38f719=_0x477c0c[_0x5badd6(0x72c)](function(_0x1d2cae,_0x1fb2a1){const _0x8c3feb=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x1d2cae,{'id':_0x8c3feb(0x211),'ref':_0x1fb2a1,'icon':_0x327019}));});_0x38f719[_0x5badd6(0x27a)]=_0x5badd6(0x512);const _0x4ad71c={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x5af)}}]},_0x2ce0ab=_0x477c0c[_0x5badd6(0x72c)](function(_0x34a464,_0x49a823){const _0x54b988=_0x5badd6;return _0x477c0c[_0x54b988(0x6ba)](_0x13ae34,Object['assign']({},_0x34a464,{'id':'shape-double-wave-icon','ref':_0x49a823,'icon':_0x4ad71c}));});_0x2ce0ab['displayName']=_0x5badd6(0x1b2);const _0x19d659={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x5d8)}}]},_0x15c3ca=_0x477c0c[_0x5badd6(0x72c)](function(_0x553472,_0x320061){const _0x39d21b=_0x5badd6;return _0x477c0c[_0x39d21b(0x6ba)](_0x13ae34,Object['assign']({},_0x553472,{'id':_0x39d21b(0x18b),'ref':_0x320061,'icon':_0x19d659}));});_0x15c3ca['displayName']=_0x5badd6(0x2e8);const _0x154016={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'mask','attrs':{'id':'path-1-inside-1_379_229','fill':_0x5badd6(0x64a)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'d':'M10\x2019.001L2\x2010.001H6.00098V1.00098L14.001\x201.00098V10.001H18L10\x2019.001Z'}}]},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x3b8),'mask':'url(#path-1-inside-1_379_229)'}}]},_0xffa973=_0x477c0c[_0x5badd6(0x72c)](function(_0x2d81fd,_0x5aeb4c){const _0x553336=_0x5badd6;return _0x477c0c[_0x553336(0x6ba)](_0x13ae34,Object[_0x553336(0x415)]({},_0x2d81fd,{'id':_0x553336(0x379),'ref':_0x5aeb4c,'icon':_0x154016}));});_0xffa973[_0x5badd6(0x27a)]=_0x5badd6(0x72e);const _0x1cdbc3={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M17\x2010C17\x207.67722\x2014.3629\x205\x2010\x205C5.63712\x205\x203\x207.67722\x203\x2010C3\x2012.3228\x205.63712\x2015\x2010\x2015V17C5.02944\x2017\x201\x2013.866\x201\x2010C1\x206.13401\x205.02944\x203\x2010\x203C14.9706\x203\x2019\x206.13401\x2019\x2010C19\x2013.866\x2014.9706\x2017\x2010\x2017V15C14.3629\x2015\x2017\x2012.3228\x2017\x2010Z'}}]},_0x19b744=_0x477c0c[_0x5badd6(0x72c)](function(_0x133c84,_0x538ef7){const _0x1e544d=_0x5badd6;return _0x477c0c[_0x1e544d(0x6ba)](_0x13ae34,Object[_0x1e544d(0x415)]({},_0x133c84,{'id':'shape-ellipse-icon','ref':_0x538ef7,'icon':_0x1cdbc3}));});_0x19b744[_0x5badd6(0x27a)]=_0x5badd6(0x50c);const _0x3d1ce1={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x5d2)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M11\x204H16V9L11\x2010.5V4ZM14\x207.51172V6H13V7.8125L14\x207.51172Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x712)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x460)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x48e)}}]},_0x5d268b=_0x477c0c[_0x5badd6(0x72c)](function(_0x2bc529,_0x43e8bb){const _0x45ccc4=_0x5badd6;return _0x477c0c[_0x45ccc4(0x6ba)](_0x13ae34,Object[_0x45ccc4(0x415)]({},_0x2bc529,{'id':_0x45ccc4(0x7fd),'ref':_0x43e8bb,'icon':_0x3d1ce1}));});_0x5d268b[_0x5badd6(0x27a)]='ShapeEllipseRibbonIcon';const _0x79e2da={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x657)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x4e4)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x1d8)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M16.5713\x206C17.5754\x206\x2019.9996\x206.99983\x2020\x207L18.2861\x2011.5L20\x2017C19.9996\x2016.9998\x2017.5754\x2016\x2016.5713\x2016V14C16.7054\x2014\x2016.8416\x2014.0079\x2016.9766\x2014.0215L16.1709\x2011.4346L17.4033\x208.19727C17.2766\x208.1596\x2017.1541\x208.12425\x2017.0381\x208.09473C16.704\x208.00972\x2016.5633\x208.0001\x2016.5713\x208H16V14H16.5713V16H14V6H16.5713Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M3.42871\x206C2.42459\x206\x200.000405788\x206.99983\x200\x207L1.71387\x2011.5L0\x2017C0.000405788\x2016.9998\x202.42459\x2016\x203.42871\x2016V14C3.29459\x2014\x203.1584\x2014.0079\x203.02344\x2014.0215L3.8291\x2011.4346L2.59668\x208.19727C2.72342\x208.1596\x202.84589\x208.12425\x202.96191\x208.09473C3.29605\x208.00972\x203.43669\x208.0001\x203.42871\x208H4V14H3.42871V16H6V6H3.42871Z'}}]},_0x7a97f3=_0x477c0c[_0x5badd6(0x72c)](function(_0x26dc6d,_0x14fe43){const _0x1191e4=_0x5badd6;return _0x477c0c[_0x1191e4(0x6ba)](_0x13ae34,Object[_0x1191e4(0x415)]({},_0x26dc6d,{'id':_0x1191e4(0x69b),'ref':_0x14fe43,'icon':_0x79e2da}));});_0x7a97f3['displayName']=_0x5badd6(0x5d6);const _0xfb5e2b={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M16\x2015V17H4V15H16ZM17\x2014V6C17\x205.44772\x2016.5523\x205\x2016\x205H4C3.44772\x205\x203\x205.44772\x203\x206V14C3\x2014.5523\x203.44772\x2015\x204\x2015V17C2.34315\x2017\x201\x2015.6569\x201\x2014V6C1\x204.34315\x202.34315\x203\x204\x203H16C17.6569\x203\x2019\x204.34315\x2019\x206V14C19\x2015.6569\x2017.6569\x2017\x2016\x2017V15C16.5523\x2015\x2017\x2014.5523\x2017\x2014Z'}}]},_0x51bc0d=_0x477c0c[_0x5badd6(0x72c)](function(_0xb1c32a,_0x1d9233){const _0x47d5f0=_0x5badd6;return _0x477c0c[_0x47d5f0(0x6ba)](_0x13ae34,Object[_0x47d5f0(0x415)]({},_0xb1c32a,{'id':_0x47d5f0(0x727),'ref':_0x1d9233,'icon':_0xfb5e2b}));});_0x51bc0d[_0x5badd6(0x27a)]='ShapeFlowChartAlternateProcessIcon';const _0x4866cb={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':'M11.1426\x2010L18\x201H2L8.28613\x2010L2\x2019H18L11.1426\x2010ZM5.83691\x203H13.9619L9.72266\x208.56445L5.83691\x203ZM9.72266\x2011.4365L13.9619\x2017H5.83691L9.72266\x2011.4365Z'}}]},_0x4c1b3f=_0x477c0c[_0x5badd6(0x72c)](function(_0x1d6173,_0x50371a){const _0x1032b5=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x1032b5(0x415)]({},_0x1d6173,{'id':_0x1032b5(0x5e2),'ref':_0x50371a,'icon':_0x4866cb}));});_0x4c1b3f[_0x5badd6(0x27a)]='ShapeFlowChartCollateIcon';const _0x325bc9={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x4d8)}}]},_0x2c1ca2=_0x477c0c[_0x5badd6(0x72c)](function(_0x4ba2b9,_0x2bb9e7){const _0x390298=_0x5badd6;return _0x477c0c[_0x390298(0x6ba)](_0x13ae34,Object['assign']({},_0x4ba2b9,{'id':_0x390298(0x22a),'ref':_0x2bb9e7,'icon':_0x325bc9}));});_0x2c1ca2[_0x5badd6(0x27a)]=_0x5badd6(0x254);const _0x4d6479={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M20\x2010L10\x2018L0\x2010L10\x202L20\x2010ZM3.2002\x2010L10\x2015.4385L16.7988\x2010L10\x204.56055L3.2002\x2010Z'}}]},_0x53e8e8=_0x477c0c['forwardRef'](function(_0x1a84f2,_0x5867b4){const _0x3cfda0=_0x5badd6;return _0x477c0c[_0x3cfda0(0x6ba)](_0x13ae34,Object['assign']({},_0x1a84f2,{'id':_0x3cfda0(0x63c),'ref':_0x5867b4,'icon':_0x4d6479}));});_0x53e8e8[_0x5badd6(0x27a)]='ShapeFlowChartDecisionIcon';const _0x2585e3={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'stroke':_0x5badd6(0x34a),'d':'M10\x203C13.866\x203\x2017\x206.13401\x2017\x2010C17\x2013.866\x2013.866\x2017\x2010\x2017H2V3H10Z','strokeWidth':0x2}}]},_0x27438b=_0x477c0c[_0x5badd6(0x72c)](function(_0x3b26f7,_0x406a08){const _0x190a51=_0x5badd6;return _0x477c0c[_0x190a51(0x6ba)](_0x13ae34,Object[_0x190a51(0x415)]({},_0x3b26f7,{'id':'shape-flow-chart-delay-icon','ref':_0x406a08,'icon':_0x2585e3}));});_0x27438b[_0x5badd6(0x27a)]=_0x5badd6(0x510);const _0x265b93={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x218)}}]},_0x3ebe17=_0x477c0c[_0x5badd6(0x72c)](function(_0x31b5e4,_0x5457de){return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x31b5e4,{'id':'shape-flow-chart-display-icon','ref':_0x5457de,'icon':_0x265b93}));});_0x3ebe17['displayName']=_0x5badd6(0x361);const _0x3bd936={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M19\x203V15L18.084\x2014.8984C15.7694\x2014.6413\x2013.4377\x2015.2082\x2011.5\x2016.5C8.89655\x2018.5249\x205.32075\x2018.7159\x202.52441\x2017.0088L2.25684\x2016.8379L1\x2016V3H19ZM3\x2014.9297L3.36621\x2015.1738C5.48262\x2016.5846\x208.26471\x2016.4825\x2010.2725\x2014.9209L10.3301\x2014.876L10.3906\x2014.8359C12.3558\x2013.5258\x2014.6575\x2012.8379\x2017\x2012.8398V5H3V14.9297Z'}}]},_0x5adb40=_0x477c0c[_0x5badd6(0x72c)](function(_0x4588c8,_0x5a15f4){const _0x47fbd3=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x47fbd3(0x415)]({},_0x4588c8,{'id':'shape-flow-chart-document-icon','ref':_0x5a15f4,'icon':_0x3bd936}));});_0x5adb40[_0x5badd6(0x27a)]=_0x5badd6(0x698);const _0x4fd68f={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x576)}}]},_0x8ab689=_0x477c0c[_0x5badd6(0x72c)](function(_0x506513,_0x4bd510){const _0x474538=_0x5badd6;return _0x477c0c[_0x474538(0x6ba)](_0x13ae34,Object[_0x474538(0x415)]({},_0x506513,{'id':'shape-flow-chart-extract-icon','ref':_0x4bd510,'icon':_0x4fd68f}));});_0x8ab689[_0x5badd6(0x27a)]=_0x5badd6(0x5dd);const _0x332d20={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M14.7646\x2019H1L5.23535\x201H19L14.7646\x2019ZM3.52539\x2017H13.1807L16.4746\x203H6.81934L3.52539\x2017Z'}}]},_0x196501=_0x477c0c[_0x5badd6(0x72c)](function(_0xe0a503,_0x2f6a5a){const _0x3b9ca6=_0x5badd6;return _0x477c0c[_0x3b9ca6(0x6ba)](_0x13ae34,Object[_0x3b9ca6(0x415)]({},_0xe0a503,{'id':_0x3b9ca6(0x44f),'ref':_0x2f6a5a,'icon':_0x332d20}));});_0x196501[_0x5badd6(0x27a)]='ShapeFlowChartInputOutputIcon';const _0x3f6364={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x279)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x5c6)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x34f)}}]},_0x343a39=_0x477c0c[_0x5badd6(0x72c)](function(_0x2e1d27,_0xdc9f46){const _0x12cfc1=_0x5badd6;return _0x477c0c[_0x12cfc1(0x6ba)](_0x13ae34,Object[_0x12cfc1(0x415)]({},_0x2e1d27,{'id':_0x12cfc1(0x472),'ref':_0xdc9f46,'icon':_0x3f6364}));});_0x343a39[_0x5badd6(0x27a)]=_0x5badd6(0x67b);const _0x411a68={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x1fd)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M2\x2012V7H4V12C4\x2012.5217\x204.44895\x2013.2629\x205.79004\x2013.9336C7.07164\x2014.5744\x207.91244\x2015\x2010\x2015C12.0876\x2015\x2012.9284\x2014.5744\x2014.21\x2013.9336C15.551\x2013.2629\x2016\x2012.5217\x2016\x2012V6.5H18V12C18\x2013.6872\x2016.6583\x2014.9456\x2015.1045\x2015.7227C13.4907\x2016.5296\x2012.3307\x2017\x2010\x2017C7.66928\x2017\x206.50934\x2016.5296\x204.89551\x2015.7227C3.34167\x2014.9456\x202\x2013.6872\x202\x2012Z'}}]},_0x2c6fcc=_0x477c0c[_0x5badd6(0x72c)](function(_0x21ad15,_0x46e380){const _0x5bb260=_0x5badd6;return _0x477c0c[_0x5bb260(0x6ba)](_0x13ae34,Object['assign']({},_0x21ad15,{'id':_0x5bb260(0x573),'ref':_0x46e380,'icon':_0x411a68}));});_0x2c6fcc[_0x5badd6(0x27a)]=_0x5badd6(0x2c9);const _0xfdccea={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x5d5)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M8\x202H13V4H8C7.47831\x204\x206.73706\x204.44895\x206.06641\x205.79004C5.42561\x207.07164\x205\x207.91244\x205\x2010C5\x2012.0876\x205.42561\x2012.9284\x206.06641\x2014.21C6.73706\x2015.551\x207.47831\x2016\x208\x2016H13.5V18H8C6.31275\x2018\x205.05437\x2016.6583\x204.27734\x2015.1045C3.47043\x2013.4907\x203\x2012.3307\x203\x2010C3\x207.66928\x203.47043\x206.50934\x204.27734\x204.89551C5.05437\x203.34167\x206.31275\x202\x208\x202Z'}}]},_0x455b8f=_0x477c0c[_0x5badd6(0x72c)](function(_0x5416b0,_0x4b9221){const _0xc043b2=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0xc043b2(0x415)]({},_0x5416b0,{'id':'shape-flow-chart-magnetic-drum-icon','ref':_0x4b9221,'icon':_0xfdccea}));});_0x455b8f[_0x5badd6(0x27a)]=_0x5badd6(0x1de);const _0x5254be={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x632)}}]},_0x247978=_0x477c0c[_0x5badd6(0x72c)](function(_0x1c0000,_0x19d389){const _0x43ef35=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x43ef35(0x415)]({},_0x1c0000,{'id':'shape-flow-chart-magnetic-tape-icon','ref':_0x19d389,'icon':_0x5254be}));});_0x247978[_0x5badd6(0x27a)]='ShapeFlowChartMagneticTapeIcon';const _0xaa96e1={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2ba)}}]},_0x1660ab=_0x477c0c[_0x5badd6(0x72c)](function(_0x3702e7,_0x4c1ac4){const _0x38a06a=_0x5badd6;return _0x477c0c[_0x38a06a(0x6ba)](_0x13ae34,Object[_0x38a06a(0x415)]({},_0x3702e7,{'id':_0x38a06a(0x58d),'ref':_0x4c1ac4,'icon':_0xaa96e1}));});_0x1660ab[_0x5badd6(0x27a)]=_0x5badd6(0x1be);const _0x252cbd={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x453)}}]},_0x5a6523=_0x477c0c['forwardRef'](function(_0x2da4ff,_0x173e3b){const _0xd084ef=_0x5badd6;return _0x477c0c[_0xd084ef(0x6ba)](_0x13ae34,Object[_0xd084ef(0x415)]({},_0x2da4ff,{'id':_0xd084ef(0x4d4),'ref':_0x173e3b,'icon':_0x252cbd}));});_0x5a6523[_0x5badd6(0x27a)]=_0x5badd6(0x2ed);const _0x1d2b0d={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x189)}}]},_0x1fc5d0=_0x477c0c[_0x5badd6(0x72c)](function(_0x3b5187,_0x27ad01){const _0x3853d7=_0x5badd6;return _0x477c0c[_0x3853d7(0x6ba)](_0x13ae34,Object['assign']({},_0x3b5187,{'id':_0x3853d7(0x7d4),'ref':_0x27ad01,'icon':_0x1d2b0d}));});_0x1fc5d0[_0x5badd6(0x27a)]=_0x5badd6(0x270);const _0x3ccbfa={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M17\x2013H14V11H15V6H5V7H3V4H17V13Z'}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x4a6)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x3c5)}}]},_0x120e1b=_0x477c0c['forwardRef'](function(_0x164821,_0x242951){const _0x966a82=_0x5badd6;return _0x477c0c[_0x966a82(0x6ba)](_0x13ae34,Object[_0x966a82(0x415)]({},_0x164821,{'id':_0x966a82(0x6c9),'ref':_0x242951,'icon':_0x3ccbfa}));});_0x120e1b[_0x5badd6(0x27a)]='ShapeFlowChartMultidocumentIcon';const _0x139ec8={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x189)}}]},_0x1dfe66=_0x477c0c['forwardRef'](function(_0x4daadd,_0x4c897a){const _0x35ae5f=_0x5badd6;return _0x477c0c[_0x35ae5f(0x6ba)](_0x13ae34,Object[_0x35ae5f(0x415)]({},_0x4daadd,{'id':_0x35ae5f(0x33c),'ref':_0x4c897a,'icon':_0x139ec8}));});_0x1dfe66[_0x5badd6(0x27a)]=_0x5badd6(0x2e1);const _0x2397cb={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x7ca)}}]},_0x53ffea=_0x477c0c[_0x5badd6(0x72c)](function(_0x1e34a6,_0x416254){const _0x2af71c=_0x5badd6;return _0x477c0c[_0x2af71c(0x6ba)](_0x13ae34,Object['assign']({},_0x1e34a6,{'id':_0x2af71c(0x813),'ref':_0x416254,'icon':_0x2397cb}));});_0x53ffea[_0x5badd6(0x27a)]=_0x5badd6(0x43e);const _0x2644f5={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x29f)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x17d)}}]},_0x12425c=_0x477c0c[_0x5badd6(0x72c)](function(_0x110643,_0x1917a2){const _0x1a0ea5=_0x5badd6;return _0x477c0c[_0x1a0ea5(0x6ba)](_0x13ae34,Object[_0x1a0ea5(0x415)]({},_0x110643,{'id':_0x1a0ea5(0x70b),'ref':_0x1917a2,'icon':_0x2644f5}));});_0x12425c[_0x5badd6(0x27a)]=_0x5badd6(0x18d);const _0x440d94={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M10\x201C14.9706\x201\x2019\x205.02944\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201ZM10\x203C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017C13.866\x2017\x2017\x2013.866\x2017\x2010C17\x206.13401\x2013.866\x203\x2010\x203Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M11\x2016.802L10.9948\x2016.924C10.9437\x2017.5286\x2010.5176\x2018\x2010\x2018C9.48243\x2018\x209.05633\x2017.5286\x209.00519\x2016.924L9\x2016.802V3.19925C9\x202.53723\x209.44797\x202\x2010\x202C10.552\x202\x2011\x202.53723\x2011\x203.19925V16.802Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x755)}}]},_0x12a997=_0x477c0c[_0x5badd6(0x72c)](function(_0x42b346,_0x1ed988){const _0x291242=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x291242(0x415)]({},_0x42b346,{'id':_0x291242(0x166),'ref':_0x1ed988,'icon':_0x440d94}));});_0x12a997[_0x5badd6(0x27a)]='ShapeFlowChartOrIcon';const _0xdc9b8f={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x279)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x5c6)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x683)}}]},_0x253489=_0x477c0c['forwardRef'](function(_0x2d35d6,_0x4afd69){return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x2d35d6,{'id':'shape-flow-chart-predefined-process-icon','ref':_0x4afd69,'icon':_0xdc9b8f}));});_0x253489['displayName']=_0x5badd6(0x7fe);const _0x347487={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x5d0)}}]},_0x516840=_0x477c0c['forwardRef'](function(_0xff4303,_0x861008){const _0x36aee0=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x36aee0(0x415)]({},_0xff4303,{'id':'shape-flow-chart-preparation-icon','ref':_0x861008,'icon':_0x347487}));});_0x516840[_0x5badd6(0x27a)]=_0x5badd6(0x407);const _0x5697d1={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x60e)}}]},_0x21c655=_0x477c0c[_0x5badd6(0x72c)](function(_0x19ce91,_0x5c93e1){return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x19ce91,{'id':'shape-flow-chart-process-icon','ref':_0x5c93e1,'icon':_0x5697d1}));});_0x21c655['displayName']=_0x5badd6(0x6a2);const _0x37d524={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x544),'strokeWidth':0x2}}]},_0x2c4fbc=_0x477c0c[_0x5badd6(0x72c)](function(_0x2550e6,_0x21f7ba){const _0x4141e8=_0x5badd6;return _0x477c0c[_0x4141e8(0x6ba)](_0x13ae34,Object[_0x4141e8(0x415)]({},_0x2550e6,{'id':_0x4141e8(0x3de),'ref':_0x21f7ba,'icon':_0x37d524}));});_0x2c4fbc[_0x5badd6(0x27a)]=_0x5badd6(0x812);const _0x5ad1b4={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M11.3701\x202.08689C13.3695\x200.753991\x2015.8262\x200.295161\x2018.1719\x200.816385L19\x200.999979V15L18.5254\x2014.8418C16.0587\x2014.0195\x2013.3386\x2014.6614\x2011.5\x2016.5C8.89655\x2018.5249\x205.32075\x2018.7159\x202.52441\x2017.0088L2.25684\x2016.8379L1\x2016V2.99998L3.05469\x203.45701C4.56442\x203.79251\x206.12638\x203.81311\x207.64258\x203.51951L7.94531\x203.45701L8.39258\x203.3574C9.32213\x203.15083\x2010.211\x202.79473\x2011.0254\x202.30467L11.3701\x202.08689ZM17\x202.64646C15.4182\x202.47359\x2013.8165\x202.85959\x2012.4795\x203.75096C11.3685\x204.49159\x2010.1296\x205.0199\x208.82617\x205.30955L8.37891\x205.40916C6.60882\x205.80251\x204.77812\x205.82838\x203\x205.48728V14.9297L3.36621\x2015.1738C5.45852\x2016.5685\x208.20002\x2016.4836\x2010.2021\x2014.9726C12.0378\x2013.2027\x2014.5189\x2012.3315\x2017\x2012.5127V2.64646Z'}}]},_0x5371a3=_0x477c0c[_0x5badd6(0x72c)](function(_0xeea63d,_0x4c51f0){const _0x497f06=_0x5badd6;return _0x477c0c[_0x497f06(0x6ba)](_0x13ae34,Object['assign']({},_0xeea63d,{'id':_0x497f06(0x24f),'ref':_0x4c51f0,'icon':_0x5ad1b4}));});_0x5371a3[_0x5badd6(0x27a)]=_0x5badd6(0x295);const _0x7b325e={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x6f0)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x57d)}}]},_0x5edfdf=_0x477c0c[_0x5badd6(0x72c)](function(_0x15174f,_0x4a7132){const _0x3789c7=_0x5badd6;return _0x477c0c[_0x3789c7(0x6ba)](_0x13ae34,Object[_0x3789c7(0x415)]({},_0x15174f,{'id':_0x3789c7(0x474),'ref':_0x4a7132,'icon':_0x7b325e}));});_0x5edfdf[_0x5badd6(0x27a)]=_0x5badd6(0x78b);const _0x586693={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M10\x201C14.9706\x201\x2019\x205.02944\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201ZM10\x203C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017C13.866\x2017\x2017\x2013.866\x2017\x2010C17\x206.13401\x2013.866\x203\x2010\x203Z'}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M14.1026\x204.48318L14.1926\x204.40055C14.6562\x204.00925\x2015.2909\x203.97719\x2015.6568\x204.34317C16.0228\x204.70914\x2015.9908\x205.34381\x2015.5995\x205.80742L15.5168\x205.89739L5.89825\x2015.516C5.43012\x2015.9841\x204.73348\x2016.0472\x204.34314\x2015.6569C3.95279\x2015.2665\x204.01591\x2014.5699\x204.48403\x2014.1018L14.1026\x204.48318Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M14.1026\x2015.5169L14.1926\x2015.5995C14.6562\x2015.9908\x2015.2909\x2016.0229\x2015.6568\x2015.6569C16.0228\x2015.2909\x2015.9908\x2014.6563\x2015.5995\x2014.1926L15.5168\x2014.1027L5.89825\x204.48408C5.43012\x204.01596\x204.73348\x203.95284\x204.34314\x204.34319C3.95279\x204.73353\x204.01591\x205.43017\x204.48403\x205.89829L14.1026\x2015.5169Z'}}]},_0x242277=_0x477c0c[_0x5badd6(0x72c)](function(_0x1d6f21,_0x464746){const _0x1e8148=_0x5badd6;return _0x477c0c[_0x1e8148(0x6ba)](_0x13ae34,Object['assign']({},_0x1d6f21,{'id':_0x1e8148(0x437),'ref':_0x464746,'icon':_0x586693}));});_0x242277[_0x5badd6(0x27a)]=_0x5badd6(0x6b0);const _0x1f9255={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2d3)}}]},_0x37fcd5=_0x477c0c[_0x5badd6(0x72c)](function(_0x1c2d92,_0x208e7e){const _0x2cc9de=_0x5badd6;return _0x477c0c[_0x2cc9de(0x6ba)](_0x13ae34,Object[_0x2cc9de(0x415)]({},_0x1c2d92,{'id':_0x2cc9de(0x5f1),'ref':_0x208e7e,'icon':_0x1f9255}));});_0x37fcd5[_0x5badd6(0x27a)]=_0x5badd6(0x32f);const _0x32ce61={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x39c)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x636)}}]},_0x4237c8=_0x477c0c[_0x5badd6(0x72c)](function(_0x332635,_0x495a83){const _0x4c1705=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x4c1705(0x415)]({},_0x332635,{'id':_0x4c1705(0x668),'ref':_0x495a83,'icon':_0x32ce61}));});_0x4237c8['displayName']=_0x5badd6(0x264);const _0x2d47a1={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M15\x205V15H5V5H15ZM7\x2013H13V7H7V13Z'}}]},_0x45422e=_0x477c0c[_0x5badd6(0x72c)](function(_0x1584c6,_0x65d340){const _0x5c084f=_0x5badd6;return _0x477c0c[_0x5c084f(0x6ba)](_0x13ae34,Object[_0x5c084f(0x415)]({},_0x1584c6,{'id':'shape-frame-icon','ref':_0x65d340,'icon':_0x2d47a1}));});_0x45422e[_0x5badd6(0x27a)]=_0x5badd6(0x405);const _0x2ac8d0={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x6b8)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x1a5)}}]},_0x4b292d=_0x477c0c[_0x5badd6(0x72c)](function(_0x460b23,_0x17d560){const _0x55ffc3=_0x5badd6;return _0x477c0c[_0x55ffc3(0x6ba)](_0x13ae34,Object[_0x55ffc3(0x415)]({},_0x460b23,{'id':'shape-funnel-icon','ref':_0x17d560,'icon':_0x2ac8d0}));});_0x4b292d['displayName']=_0x5badd6(0x6e9);const _0x5427b7={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M15.8155\x2010.005C15.8154\x209.39294\x2015.7031\x208.8081\x2015.4991\x208.26375L15.1817\x207.41415L15.5547\x206.66512L14.8291\x206.85262L14.0049\x206.14559C13.3522\x205.58559\x2012.5566\x205.17075\x2011.6729\x204.95907L10.7579\x204.73934L10.3213\x203.91512L9.88579\x204.73934L8.97075\x204.95907C8.07067\x205.1748\x207.26258\x205.59916\x206.60551\x206.17196L5.8018\x206.87313L4.87016\x206.65438L4.90141\x206.70711L5.38872\x207.52743L5.08598\x208.43075C4.91964\x208.92801\x204.82917\x209.45617\x204.82915\x2010.005C4.82915\x2010.508\x204.90665\x2010.995\x205.04887\x2011.4591L5.3184\x2012.3399L4.87114\x2013.0919L5.627\x2012.9151L6.44243\x2013.6876C7.06499\x2014.2768\x207.83828\x2014.7268\x208.70708\x2014.9796L9.08501\x2015.0763L10.0303\x2015.2823L10.3213\x2015.8331L10.6133\x2015.2823L11.5586\x2015.0763C12.5814\x2014.8534\x2013.4892\x2014.3605\x2014.2012\x2013.6866L15.0166\x2012.9151L15.7706\x2013.0919L15.3252\x2012.3419L15.5948\x2011.46C15.7375\x2010.9945\x2015.8155\x2010.5071\x2015.8155\x2010.005ZM10.3272\x2017.628L10.3291\x2017.6309V17.6261L10.3272\x2017.628ZM10.3291\x2017.6309L10.3272\x2017.628L10.3291\x2017.6261V17.6309ZM17.8975\x2010.005C17.8975\x2010.7226\x2017.7869\x2011.4154\x2017.586\x2012.0704L18.6582\x2013.8741C18.7244\x2013.9856\x2018.7692\x2014.0998\x2018.795\x2014.214C18.8338\x2014.3852\x2018.8294\x2014.5561\x2018.7901\x2014.7169C18.6717\x2015.1996\x2018.2362\x2015.5914\x2017.6905\x2015.6261C17.5693\x2015.6338\x2017.4423\x2015.6242\x2017.3125\x2015.5938L15.6329\x2015.1993C14.6472\x2016.1322\x2013.3982\x2016.8062\x2012.002\x2017.1104L11.4073\x2018.2364C11.3808\x2018.2863\x2011.3511\x2018.333\x2011.3194\x2018.377L11.3135\x2018.3858C11.2801\x2018.4314\x2011.2435\x2018.4736\x2011.2051\x2018.5128C11.1959\x2018.5222\x2011.1853\x2018.5301\x2011.1758\x2018.5391C11.1462\x2018.5675\x2011.116\x2018.5945\x2011.084\x2018.6192C11.0664\x2018.6329\x2011.0476\x2018.6447\x2011.0293\x2018.6573C11.0048\x2018.6742\x2010.9807\x2018.6913\x2010.9551\x2018.7061C10.9335\x2018.7187\x2010.911\x2018.7292\x2010.8887\x2018.7403C10.8635\x2018.753\x2010.8385\x2018.7656\x2010.8125\x2018.7764C10.7881\x2018.7866\x2010.7633\x2018.7952\x2010.7383\x2018.8038C10.7146\x2018.812\x2010.6912\x2018.8205\x2010.667\x2018.8272C10.6435\x2018.8338\x2010.6196\x2018.8386\x2010.5957\x2018.8438C10.5672\x2018.85\x2010.5387\x2018.8562\x2010.5098\x2018.8604C10.4861\x2018.8639\x2010.4624\x2018.8661\x2010.4385\x2018.8682C10.4115\x2018.8707\x2010.3846\x2018.8724\x2010.3575\x2018.8731C10.3307\x2018.8739\x2010.3041\x2018.8741\x2010.2774\x2018.8731C10.2535\x2018.8723\x2010.2299\x2018.8704\x2010.2061\x2018.8682C10.1793\x2018.8658\x2010.1526\x2018.8635\x2010.126\x2018.8595C10.0985\x2018.8552\x2010.0712\x2018.8499\x2010.044\x2018.8438C10.0207\x2018.8387\x209.99765\x2018.8327\x209.97465\x2018.8263C9.94926\x2018.8191\x209.92439\x2018.8106\x209.89946\x2018.8018C9.87348\x2018.7927\x209.84768\x2018.7834\x209.82231\x2018.7725C9.79941\x2018.7627\x209.77725\x2018.7515\x209.75493\x2018.7403C9.73205\x2018.7288\x209.70876\x2018.7182\x209.68657\x2018.7052C9.66143\x2018.6905\x209.63746\x2018.6739\x209.61333\x2018.6573C9.59261\x2018.643\x209.57169\x2018.629\x209.5518\x2018.6134C9.52654\x2018.5935\x209.50333\x2018.5711\x209.47954\x2018.5489C9.46509\x2018.5354\x209.44945\x2018.5232\x209.43559\x2018.5089C9.37067\x2018.4419\x209.31451\x2018.3647\x209.26469\x2018.2794C9.2562\x2018.2648\x209.24534\x2018.2515\x209.23735\x2018.2364L8.64165\x2017.1104C7.24555\x2016.8061\x205.99629\x2016.1322\x205.01079\x2015.1993L3.3311\x2015.5938C3.26644\x2015.609\x203.20251\x2015.6188\x203.13969\x2015.6241L2.96489\x2015.6261L2.96391\x2015.6251C2.92981\x2015.6232\x202.89653\x2015.618\x202.86333\x2015.6134C2.83869\x2015.6099\x202.81418\x2015.6075\x202.79008\x2015.6026C2.76112\x2015.5968\x202.73324\x2015.588\x202.70512\x2015.5802C2.67854\x2015.5728\x202.65178\x2015.5668\x202.62602\x2015.5577C2.59652\x2015.5473\x202.56843\x2015.5341\x202.54008\x2015.5216C2.5184\x2015.512\x202.49659\x2015.5031\x202.47563\x2015.4923C2.45153\x2015.4799\x202.42841\x2015.4661\x202.40532\x2015.4522C2.37974\x2015.4368\x202.35437\x2015.4215\x202.33012\x2015.4044C2.30898\x2015.3895\x202.28867\x2015.3737\x202.2686\x2015.3575C2.24748\x2015.3405\x202.22695\x2015.323\x202.20708\x2015.3048C2.18634\x2015.2857\x202.16682\x2015.2656\x202.14751\x2015.2452C2.12938\x2015.2261\x202.11158\x2015.2068\x202.09477\x2015.1866C2.07736\x2015.1657\x202.06089\x2015.1442\x202.04497\x2015.1222C2.0283\x2015.0991\x202.01208\x2015.0759\x201.99711\x2015.0518C1.98479\x2015.032\x201.97308\x2015.0118\x201.96196\x2014.9913C1.94861\x2014.9667\x201.9364\x2014.9416\x201.92485\x2014.9161C1.91394\x2014.892\x201.90381\x2014.8677\x201.89458\x2014.8429C1.885\x2014.8172\x201.8769\x2014.7911\x201.86919\x2014.7647C1.86238\x2014.7414\x201.85593\x2014.7182\x201.85063\x2014.6944C1.84356\x2014.6628\x201.83832\x2014.631\x201.83403\x2014.5987C1.83119\x2014.5773\x201.82779\x2014.5559\x201.82622\x2014.5343C1.82368\x2014.4996\x201.82443\x2014.4649\x201.82524\x2014.4298C1.82568\x2014.4113\x201.82482\x2014.3927\x201.82622\x2014.3741C1.82925\x2014.3334\x201.83603\x2014.293\x201.84379\x2014.252C1.84662\x2014.2372\x201.84813\x2014.222\x201.85161\x2014.2071C1.85979\x2014.172\x201.87197\x2014.1377\x201.88383\x2014.1026C1.90975\x2014.0262\x201.94192\x2013.9489\x201.98637\x2013.8741L3.05766\x2012.0694C2.85701\x2011.4148\x202.74711\x2010.7222\x202.74711\x2010.005C2.74714\x209.22538\x202.87579\x208.47482\x203.11137\x207.77059L1.98637\x205.87606C1.88709\x205.7089\x201.83532\x205.53511\x201.82426\x205.36532C1.81695\x205.25206\x201.82828\x205.14046\x201.85454\x205.03329C1.97261\x204.55029\x202.40824\x204.15875\x202.95415\x204.12411C3.07531\x204.11641\x203.20236\x204.12594\x203.33208\x204.15633L5.23735\x204.60262C6.1464\x203.81014\x207.2568\x203.22813\x208.4854\x202.93368L9.23735\x201.51375C9.68886\x200.660788\x2010.9558\x200.660771\x2011.4073\x201.51375L12.1582\x202.93368C13.3672\x203.22327\x2014.4605\x203.79249\x2015.3614\x204.56551L16.8965\x204.17098C17.5875\x203.99312\x2018.2086\x204.4077\x2018.3829\x204.97762C18.462\x205.23629\x2018.4489\x205.52698\x2018.3086\x205.80868L17.4493\x207.53231C17.7387\x208.30444\x2017.8975\x209.13684\x2017.8975\x2010.005Z'}}]},_0x358e49=_0x477c0c[_0x5badd6(0x72c)](function(_0x1b9cab,_0xb557da){const _0x22f5d8=_0x5badd6;return _0x477c0c[_0x22f5d8(0x6ba)](_0x13ae34,Object[_0x22f5d8(0x415)]({},_0x1b9cab,{'id':_0x22f5d8(0x5ca),'ref':_0xb557da,'icon':_0x5427b7}));});_0x358e49[_0x5badd6(0x27a)]='ShapeGear6Icon';const _0x4da294={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x724)}}]},_0x3a28e3=_0x477c0c['forwardRef'](function(_0x2b540c,_0x11aa5d){const _0xe7faf3=_0x5badd6;return _0x477c0c[_0xe7faf3(0x6ba)](_0x13ae34,Object[_0xe7faf3(0x415)]({},_0x2b540c,{'id':_0xe7faf3(0x719),'ref':_0x11aa5d,'icon':_0x4da294}));});_0x3a28e3[_0x5badd6(0x27a)]=_0x5badd6(0x7e7);const _0x59b99d={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x1ea)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x4d3)}}]},_0x15dd34=_0x477c0c[_0x5badd6(0x72c)](function(_0x3ce4cc,_0x4468f4){const _0x14beee=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x3ce4cc,{'id':_0x14beee(0x613),'ref':_0x4468f4,'icon':_0x59b99d}));});_0x15dd34[_0x5badd6(0x27a)]=_0x5badd6(0x4fd);const _0x10fdc6={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x330)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M14.5\x2012L8.99998\x2016.5L17.5\x207.50003L14.5\x2012Z'}}]},_0x3a08b4=_0x477c0c['forwardRef'](function(_0x4aa43d,_0x9c4f07){const _0x7eeac7=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x7eeac7(0x415)]({},_0x4aa43d,{'id':_0x7eeac7(0x4b7),'ref':_0x9c4f07,'icon':_0x10fdc6}));});_0x3a08b4[_0x5badd6(0x27a)]=_0x5badd6(0x404);const _0x583cac={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x691)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x5b2)}}]},_0x283bf5=_0x477c0c[_0x5badd6(0x72c)](function(_0x493f9c,_0x7f6161){const _0x467839=_0x5badd6;return _0x477c0c[_0x467839(0x6ba)](_0x13ae34,Object[_0x467839(0x415)]({},_0x493f9c,{'id':'shape-heptagon-icon','ref':_0x7f6161,'icon':_0x583cac}));});_0x283bf5[_0x5badd6(0x27a)]=_0x5badd6(0x79f);const _0x224e2d={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x4f6)}}]},_0x35a28a=_0x477c0c[_0x5badd6(0x72c)](function(_0x2b9a03,_0x19a0d5){const _0x467357=_0x5badd6;return _0x477c0c[_0x467357(0x6ba)](_0x13ae34,Object[_0x467357(0x415)]({},_0x2b9a03,{'id':_0x467357(0x677),'ref':_0x19a0d5,'icon':_0x224e2d}));});_0x35a28a[_0x5badd6(0x27a)]=_0x5badd6(0x220);const _0x499ef9={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x243)}}]},_0x4df7ab=_0x477c0c[_0x5badd6(0x72c)](function(_0x4ceff1,_0x217a55){const _0x783bc7=_0x5badd6;return _0x477c0c[_0x783bc7(0x6ba)](_0x13ae34,Object[_0x783bc7(0x415)]({},_0x4ceff1,{'id':_0x783bc7(0x553),'ref':_0x217a55,'icon':_0x499ef9}));});_0x4df7ab['displayName']='ShapeHomePlateIcon';const _0x258a41={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M1.77539\x201.61212C3.7694\x200.615334\x206.14507\x200.763309\x208\x201.99982V3.99982H19V18.4998C16.9063\x2019.9953\x2014.0937\x2019.9953\x2012\x2018.4998V15.9998H1V1.99982L1.77539\x201.61212ZM14\x2017.3309C14.9616\x2017.7176\x2016.0384\x2017.7176\x2017\x2017.3309V17.2137C16.0358\x2016.8612\x2014.9674\x2016.8706\x2014\x2017.2547V17.3309ZM17\x2013.9998V5.99982H8V13.4998C7.73251\x2013.6909\x207.453\x2013.8576\x207.16504\x2013.9998H17ZM3\x2012.3309C3.9616\x2012.7176\x205.0384\x2012.7176\x206\x2012.3309V12.2361C5.05643\x2012.0308\x204.0813\x2012.0183\x203.13477\x2012.2049L3\x2012.2547V12.3309ZM3\x2010.1561C3.98685\x209.9011\x205.01681\x209.89534\x206\x2010.1307V4.00079H3V10.1561ZM6\x203.99982V3.21368C5.03577\x202.86119\x203.96742\x202.87061\x203\x203.2547V3.99982H6Z'}}]},_0x1c68d6=_0x477c0c['forwardRef'](function(_0x399c67,_0xd3cc42){const _0x45e5a0=_0x5badd6;return _0x477c0c[_0x45e5a0(0x6ba)](_0x13ae34,Object[_0x45e5a0(0x415)]({},_0x399c67,{'id':_0x45e5a0(0x623),'ref':_0xd3cc42,'icon':_0x258a41}));});_0x1c68d6['displayName']='ShapeHorizontalScrollIcon';const _0x211a75={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x7c5)}},{'tag':_0x5badd6(0x298),'attrs':{'cx':12.5,'cy':12.5,'r':5.85,'stroke':'currentColor','strokeWidth':1.3}}]},_0x1683a7=_0x477c0c[_0x5badd6(0x72c)](function(_0x12fd48,_0x1e2e0f){const _0x342fe7=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x342fe7(0x415)]({},_0x12fd48,{'id':_0x342fe7(0x509),'ref':_0x1e2e0f,'icon':_0x211a75}));});_0x1683a7[_0x5badd6(0x27a)]=_0x5badd6(0x29a);const _0x5f558e={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M12.667\x205.51758L18\x204.82715L14\x208.96582L20\x2011.2139L14\x2012.4141L18\x2018.6211L10.667\x2015.1729L10\x2020L7.33301\x2015.8623L4\x2020V14.4824L0\x2014.1787L4\x2010.5L0\x206.20703H5.33301V0.689453L9.6543\x205.6416L12.667\x200V5.51758ZM7.33301\x208.20703H4.59668L6.83594\x2010.6094L4.74219\x2012.5332L6\x2012.6289V14.3281L7.51367\x2012.4502L8.75684\x2014.3789L9.05762\x2012.2061L12.543\x2013.8438L10.7275\x2011.0283L12.7334\x2010.626L10.4424\x209.76855L12.5625\x207.5752L12.5928\x207.54297L10.7812\x207.77734L10.0537\x209.14062L7.33301\x206.02344V8.20703Z'}}]},_0x174003=_0x477c0c[_0x5badd6(0x72c)](function(_0x567582,_0x5d227d){const _0x2c407f=_0x5badd6;return _0x477c0c[_0x2c407f(0x6ba)](_0x13ae34,Object[_0x2c407f(0x415)]({},_0x567582,{'id':'shape-irregular-seal1-icon','ref':_0x5d227d,'icon':_0x5f558e}));});_0x174003[_0x5badd6(0x27a)]='ShapeIrregularSeal1Icon';const _0x417c4e={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x329)}}]},_0x230748=_0x477c0c['forwardRef'](function(_0x465b14,_0x33491e){const _0x474890=_0x5badd6;return _0x477c0c[_0x474890(0x6ba)](_0x13ae34,Object[_0x474890(0x415)]({},_0x465b14,{'id':_0x474890(0x66f),'ref':_0x33491e,'icon':_0x417c4e}));});_0x230748[_0x5badd6(0x27a)]=_0x5badd6(0x652);const _0x264fed={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x695)}}]},_0x43edea=_0x477c0c[_0x5badd6(0x72c)](function(_0x66008b,_0x145de5){const _0x41d400=_0x5badd6;return _0x477c0c[_0x41d400(0x6ba)](_0x13ae34,Object[_0x41d400(0x415)]({},_0x66008b,{'id':'shape-left-arrow-callout-icon','ref':_0x145de5,'icon':_0x264fed}));});_0x43edea[_0x5badd6(0x27a)]=_0x5badd6(0x28e);const _0x5f242={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x59e),'attrs':{'id':'path-1-inside-1_379_209','fill':_0x5badd6(0x64a)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'d':_0x5badd6(0x20c)}}]},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x369),'mask':_0x5badd6(0x45b)}}]},_0x25f98c=_0x477c0c[_0x5badd6(0x72c)](function(_0xbe3898,_0x4cb16d){const _0x3396e3=_0x5badd6;return _0x477c0c[_0x3396e3(0x6ba)](_0x13ae34,Object[_0x3396e3(0x415)]({},_0xbe3898,{'id':_0x3396e3(0x5a3),'ref':_0x4cb16d,'icon':_0x5f242}));});_0x25f98c[_0x5badd6(0x27a)]='ShapeLeftArrowIcon';const _0x17948c={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x493)}}]},_0x231c20=_0x477c0c[_0x5badd6(0x72c)](function(_0x40ec21,_0x50e824){const _0x22139f=_0x5badd6;return _0x477c0c[_0x22139f(0x6ba)](_0x13ae34,Object[_0x22139f(0x415)]({},_0x40ec21,{'id':_0x22139f(0x331),'ref':_0x50e824,'icon':_0x17948c}));});_0x231c20[_0x5badd6(0x27a)]='ShapeLeftBraceIcon';const _0x3c3323={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x2ac)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x65c)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x277)}}]},_0x21c5af=_0x477c0c[_0x5badd6(0x72c)](function(_0x21050b,_0x2fadba){const _0x471d79=_0x5badd6;return _0x477c0c[_0x471d79(0x6ba)](_0x13ae34,Object[_0x471d79(0x415)]({},_0x21050b,{'id':_0x471d79(0x73b),'ref':_0x2fadba,'icon':_0x3c3323}));});_0x21c5af[_0x5badd6(0x27a)]=_0x5badd6(0x4ed);const _0x1ece95={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x1d1)}}]},_0x2cd289=_0x477c0c[_0x5badd6(0x72c)](function(_0x47e0eb,_0x3e7300){const _0x298a0f=_0x5badd6;return _0x477c0c[_0x298a0f(0x6ba)](_0x13ae34,Object[_0x298a0f(0x415)]({},_0x47e0eb,{'id':'shape-left-circular-arrow-icon','ref':_0x3e7300,'icon':_0x1ece95}));});_0x2cd289[_0x5badd6(0x27a)]=_0x5badd6(0x562);const _0x521db8={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x19c)}}]},_0x384cf5=_0x477c0c[_0x5badd6(0x72c)](function(_0x46c81b,_0x4a81db){const _0x48681c=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x48681c(0x415)]({},_0x46c81b,{'id':'shape-left-right-arrow-callout-icon','ref':_0x4a81db,'icon':_0x521db8}));});_0x384cf5[_0x5badd6(0x27a)]='ShapeLeftRightArrowCalloutIcon';const _0x44bdb9={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x588)}}]},_0x5b54fd=_0x477c0c[_0x5badd6(0x72c)](function(_0x4828dc,_0x4a658b){const _0x4fab5b=_0x5badd6;return _0x477c0c[_0x4fab5b(0x6ba)](_0x13ae34,Object[_0x4fab5b(0x415)]({},_0x4828dc,{'id':_0x4fab5b(0x744),'ref':_0x4a658b,'icon':_0x44bdb9}));});_0x5b54fd[_0x5badd6(0x27a)]=_0x5badd6(0x1df);const _0x3a7644={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M19.8384\x209.06158H17.4858C16.7507\x205.70841\x2013.9647\x203.06158\x2010.4165\x203.06158C6.86834\x203.06158\x204.08235\x205.70841\x203.34717\x209.06158H1.13623L5.51514\x2017L10.2083\x209.06158H8.87158C9.28814\x208.57566\x209.85891\x208.29987\x2010.4165\x208.29987C10.9741\x208.29987\x2011.5449\x208.57566\x2011.9614\x209.06158H10.8113L15.5151\x2017.001L19.8384\x209.06158ZM13.5\x2010.8234L14.3442\x2010.8233C14.3442\x208.45649\x2012.5861\x206.53815\x2010.4165\x206.53815C8.24692\x206.53815\x206.4888\x208.45649\x206.48877\x2010.8233L7.5\x2010.8234L5.51514\x2013.8233L3.99951\x2010.8233H4.9165C4.91653\x207.50975\x207.37908\x204.8233\x2010.4165\x204.8233C13.4539\x204.8233\x2015.9165\x207.50975\x2015.9165\x2010.8233H17.0005L15.5151\x2013.8233L13.5\x2010.8234Z'}}]},_0x3e340c=_0x477c0c['forwardRef'](function(_0x317ccf,_0x379166){const _0x58a9af=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x58a9af(0x415)]({},_0x317ccf,{'id':_0x58a9af(0x346),'ref':_0x379166,'icon':_0x3a7644}));});_0x3e340c['displayName']=_0x5badd6(0x41a);const _0x55b67f={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x5ba)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M20\x2011L11.75\x2019.6602V15.9932C9.10474\x2015.8629\x207\x2013.6776\x207\x2011V6.36328C7.00035\x206.20808\x207.17349\x206.11599\x207.30273\x206.20215L8.33594\x206.89062C9.35155\x207.56769\x2010.5335\x207.94807\x2011.75\x207.99414V2.33984L20\x2011ZM9\x2011C9\x2012.6056\x2010.2627\x2013.917\x2011.8486\x2013.9951L13.75\x2014.0889V14.6602L17.2363\x2011L13.75\x207.33887V10.0713L11.6738\x209.99316C10.7566\x209.95838\x209.85452\x209.77558\x209\x209.45801V11Z'}}]},_0x5796a6=_0x477c0c[_0x5badd6(0x72c)](function(_0x4ded0d,_0x16eed4){const _0x336077=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x336077(0x415)]({},_0x4ded0d,{'id':_0x336077(0x60b),'ref':_0x16eed4,'icon':_0x55b67f}));});_0x5796a6[_0x5badd6(0x27a)]='ShapeLeftRightRibbonIcon';const _0x4266db={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x206)}}]},_0x597b06=_0x477c0c[_0x5badd6(0x72c)](function(_0x30ce96,_0x1312dc){const _0x27a653=_0x5badd6;return _0x477c0c[_0x27a653(0x6ba)](_0x13ae34,Object[_0x27a653(0x415)]({},_0x30ce96,{'id':_0x27a653(0x1e8),'ref':_0x1312dc,'icon':_0x4266db}));});_0x597b06['displayName']='ShapeLeftRightUpArrowIcon';const _0x4bee68={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x59e),'attrs':{'id':_0x5badd6(0x773),'fill':_0x5badd6(0x64a)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'d':_0x5badd6(0x7d6)}}]},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x192),'mask':_0x5badd6(0x464)}}]},_0x46d0c7=_0x477c0c[_0x5badd6(0x72c)](function(_0x20f4a2,_0x226a2b){const _0x8b077a=_0x5badd6;return _0x477c0c[_0x8b077a(0x6ba)](_0x13ae34,Object[_0x8b077a(0x415)]({},_0x20f4a2,{'id':'shape-left-up-arrow-icon','ref':_0x226a2b,'icon':_0x4bee68}));});_0x46d0c7[_0x5badd6(0x27a)]=_0x5badd6(0x1a7);const _0x5b4ed3={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x78c)}}]},_0x1287d8=_0x477c0c[_0x5badd6(0x72c)](function(_0x4fb24f,_0x281734){const _0x1c362e=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x1c362e(0x415)]({},_0x4fb24f,{'id':_0x1c362e(0x1ba),'ref':_0x281734,'icon':_0x5b4ed3}));});_0x1287d8[_0x5badd6(0x27a)]=_0x5badd6(0x25d);const _0x3089f3={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x18e)}}]},_0x393487=_0x477c0c['forwardRef'](function(_0x2cc030,_0x51ff43){const _0x51aed7=_0x5badd6;return _0x477c0c[_0x51aed7(0x6ba)](_0x13ae34,Object[_0x51aed7(0x415)]({},_0x2cc030,{'id':'shape-line-icon','ref':_0x51ff43,'icon':_0x3089f3}));});_0x393487['displayName']='ShapeLineIcon';const _0x1429d7={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x367),'attrs':{'width':0x2,'height':0x16,'fill':_0x5badd6(0x34a),'rx':0x1,'transform':'rotate(45\x205.7\x2023.78)scale(-1\x201)'}}]},_0x56f7f7=_0x477c0c['forwardRef'](function(_0x5534ec,_0x3523d4){const _0x198747=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x5534ec,{'id':_0x198747(0x763),'ref':_0x3523d4,'icon':_0x1429d7}));});_0x56f7f7['displayName']=_0x5badd6(0x4b9);const _0x136330={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x792)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2e9)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x73a)}}]},_0x5dc959=_0x477c0c['forwardRef'](function(_0x57539c,_0x4fe17e){const _0x230973=_0x5badd6;return _0x477c0c[_0x230973(0x6ba)](_0x13ae34,Object[_0x230973(0x415)]({},_0x57539c,{'id':'shape-math-divide-icon','ref':_0x4fe17e,'icon':_0x136330}));});_0x5dc959['displayName']=_0x5badd6(0x386);const _0x2cd5a8={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2be)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M19\x2017H1V11H19V17ZM3\x2015H17V13H3V15Z'}}]},_0x484aeb=_0x477c0c[_0x5badd6(0x72c)](function(_0x316e9b,_0x2bf18c){const _0x489430=_0x5badd6;return _0x477c0c[_0x489430(0x6ba)](_0x13ae34,Object['assign']({},_0x316e9b,{'id':_0x489430(0x541),'ref':_0x2bf18c,'icon':_0x2cd5a8}));});_0x484aeb[_0x5badd6(0x27a)]=_0x5badd6(0x6db);const _0xe8014d={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x3b6)}}]},_0x36a361=_0x477c0c[_0x5badd6(0x72c)](function(_0x57922f,_0x4cd5c5){const _0x2702d2=_0x5badd6;return _0x477c0c[_0x2702d2(0x6ba)](_0x13ae34,Object['assign']({},_0x57922f,{'id':_0x2702d2(0x462),'ref':_0x4cd5c5,'icon':_0xe8014d}));});_0x36a361['displayName']=_0x5badd6(0x2dd);const _0x2e8d12={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x77f)}}]},_0x5c1d67=_0x477c0c[_0x5badd6(0x72c)](function(_0x1fc85e,_0x11072d){const _0x3a1d68=_0x5badd6;return _0x477c0c[_0x3a1d68(0x6ba)](_0x13ae34,Object['assign']({},_0x1fc85e,{'id':_0x3a1d68(0x216),'ref':_0x11072d,'icon':_0x2e8d12}));});_0x5c1d67[_0x5badd6(0x27a)]='ShapeMathMultiplyIcon';const _0xa40842={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x646)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2ce)}}]},_0x545691=_0x477c0c['forwardRef'](function(_0xfb8b51,_0x228647){const _0x56b020=_0x5badd6;return _0x477c0c[_0x56b020(0x6ba)](_0x13ae34,Object['assign']({},_0xfb8b51,{'id':_0x56b020(0x36f),'ref':_0x228647,'icon':_0xa40842}));});_0x545691[_0x5badd6(0x27a)]=_0x5badd6(0x6f1);const _0x22bdad={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x500)}}]},_0x2a4b03=_0x477c0c[_0x5badd6(0x72c)](function(_0x4b4244,_0x2cc2b9){const _0x5607dd=_0x5badd6;return _0x477c0c[_0x5607dd(0x6ba)](_0x13ae34,Object[_0x5607dd(0x415)]({},_0x4b4244,{'id':_0x5607dd(0x5f4),'ref':_0x2cc2b9,'icon':_0x22bdad}));});_0x2a4b03[_0x5badd6(0x27a)]=_0x5badd6(0x756);const _0x3205f9={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x770)}}]},_0x2d1b49=_0x477c0c['forwardRef'](function(_0x56bb89,_0x1e2e47){const _0x3b0c85=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x56bb89,{'id':_0x3b0c85(0x35f),'ref':_0x1e2e47,'icon':_0x3205f9}));});_0x2d1b49['displayName']=_0x5badd6(0x74d);const _0x5be5a8={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x28f)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x3ab)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M14.4246\x2013.4246L14.6007\x2013.2375C16.3537\x2011.254\x2015.9627\x207.89171\x2014.071\x206C12.1184\x204.04738\x208.95258\x204.04738\x206.99996\x206L14.4246\x2013.4246ZM13.0104\x207.06066C13.7092\x207.75948\x2014.1493\x208.77564\x2014.216\x209.80898C14.243\x2010.2269\x2014.2061\x2010.6256\x2014.1145\x2010.9932L9.35882\x206.23754C10.5922\x205.79843\x2012.023\x206.0733\x2013.0104\x207.06066Z'}}]},_0x595644=_0x477c0c[_0x5badd6(0x72c)](function(_0x40690b,_0x4dc3ab){const _0x5e6a7e=_0x5badd6;return _0x477c0c[_0x5e6a7e(0x6ba)](_0x13ae34,Object['assign']({},_0x40690b,{'id':'shape-no-smoking-icon','ref':_0x4dc3ab,'icon':_0x5be5a8}));});_0x595644[_0x5badd6(0x27a)]=_0x5badd6(0x643);const _0x182f18={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x645)}}]},_0x414f32=_0x477c0c['forwardRef'](function(_0x9ac41c,_0x1fc1f2){const _0x54e0d8=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x54e0d8(0x415)]({},_0x9ac41c,{'id':'shape-non-isosceles-trapezoid-icon','ref':_0x1fc1f2,'icon':_0x182f18}));});_0x414f32['displayName']='ShapeNonIsoscelesTrapezoidIcon';const _0x1c6e0e={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x6b4)}}]},_0x150dd8=_0x477c0c[_0x5badd6(0x72c)](function(_0x17bc36,_0x2aa8ca){const _0x20fa03=_0x5badd6;return _0x477c0c[_0x20fa03(0x6ba)](_0x13ae34,Object['assign']({},_0x17bc36,{'id':'shape-notched-right-arrow-icon','ref':_0x2aa8ca,'icon':_0x1c6e0e}));});_0x150dd8['displayName']=_0x5badd6(0x69a);const _0x3a0359={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x691)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M10.192\x205.096C11.104\x205.096\x2011.824\x205.336\x2012.364\x205.816C12.844\x206.248\x2013.084\x206.788\x2013.084\x207.424C13.084\x207.868\x2012.988\x208.24\x2012.796\x208.54C12.58\x208.864\x2012.256\x209.104\x2011.824\x209.272V9.308C12.232\x209.404\x2012.592\x209.644\x2012.88\x2010.028C13.216\x2010.436\x2013.384\x2010.904\x2013.384\x2011.444C13.384\x2012.2\x2013.108\x2012.812\x2012.556\x2013.292C11.992\x2013.76\x2011.2\x2014\x2010.192\x2014C9.172\x2014\x208.38\x2013.76\x207.828\x2013.292C7.276\x2012.812\x207\x2012.2\x207\x2011.444C7\x2010.904\x207.168\x2010.436\x207.504\x2010.028C7.792\x209.644\x208.14\x209.404\x208.56\x209.308V9.272C8.128\x209.104\x207.804\x208.864\x207.588\x208.54C7.396\x208.24\x207.3\x207.868\x207.3\x207.424C7.3\x206.788\x207.54\x206.248\x208.02\x205.816C8.548\x205.336\x209.28\x205.096\x2010.192\x205.096ZM10.192\x206.14C9.664\x206.14\x209.244\x206.272\x208.932\x206.56C8.656\x206.8\x208.524\x207.112\x208.524\x207.472C8.524\x207.88\x208.632\x208.204\x208.86\x208.444C9.136\x208.732\x209.58\x208.876\x2010.192\x208.876C10.792\x208.876\x2011.236\x208.732\x2011.524\x208.444C11.74\x208.204\x2011.86\x207.88\x2011.86\x207.472C11.86\x207.112\x2011.716\x206.8\x2011.452\x206.56C11.14\x206.272\x2010.72\x206.14\x2010.192\x206.14ZM10.192\x209.848C9.568\x209.848\x209.088\x209.992\x208.776\x2010.304C8.452\x2010.592\x208.296\x2010.964\x208.296\x2011.444C8.296\x2011.888\x208.452\x2012.248\x208.788\x2012.524C9.112\x2012.8\x209.58\x2012.944\x2010.192\x2012.944C10.792\x2012.944\x2011.272\x2012.8\x2011.62\x2012.524C11.932\x2012.248\x2012.088\x2011.888\x2012.088\x2011.444C12.088\x2010.964\x2011.932\x2010.592\x2011.62\x2010.316C11.284\x2010.004\x2010.816\x209.848\x2010.192\x209.848Z'}}]},_0x3bda69=_0x477c0c[_0x5badd6(0x72c)](function(_0x45f8d8,_0x5baa4f){const _0x500757=_0x5badd6;return _0x477c0c[_0x500757(0x6ba)](_0x13ae34,Object[_0x500757(0x415)]({},_0x45f8d8,{'id':_0x500757(0x807),'ref':_0x5baa4f,'icon':_0x3a0359}));});_0x3bda69[_0x5badd6(0x27a)]=_0x5badd6(0x4c3);const _0xa837a3={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x488)}}]},_0x2b8bd9=_0x477c0c[_0x5badd6(0x72c)](function(_0x105a6b,_0x2809f4){const _0x4d2552=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x4d2552(0x415)]({},_0x105a6b,{'id':_0x4d2552(0x73c),'ref':_0x2809f4,'icon':_0xa837a3}));});_0x2b8bd9['displayName']=_0x5badd6(0x6d1);const _0x20cee8={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M18.5596\x208.21875L15.29\x2018.2812H4.70996L1.44043\x208.21875L10\x202L18.5596\x208.21875ZM3.79102\x208.98242L6.16309\x2016.2812H13.8369L16.208\x208.98242L10\x204.47168L3.79102\x208.98242Z'}}]},_0x3d9cb1=_0x477c0c[_0x5badd6(0x72c)](function(_0x5d0bf0,_0x278362){const _0x28fc79=_0x5badd6;return _0x477c0c[_0x28fc79(0x6ba)](_0x13ae34,Object[_0x28fc79(0x415)]({},_0x5d0bf0,{'id':_0x28fc79(0x456),'ref':_0x278362,'icon':_0x20cee8}));});_0x3d9cb1[_0x5badd6(0x27a)]=_0x5badd6(0x7de);const _0x37ff77={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M10\x201C10.5523\x201\x2011\x201.44772\x2011\x202V9H18C18.5523\x209\x2019\x209.44771\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201ZM3\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017C13.5264\x2017\x2016.4424\x2014.3922\x2016.9277\x2011H10C9.44772\x2011\x209\x2010.5523\x209\x2010V3.07227C5.6078\x203.55758\x203\x206.47359\x203\x2010Z'}}]},_0x5a4a0c=_0x477c0c[_0x5badd6(0x72c)](function(_0x4583c,_0x376062){const _0x26b7ab=_0x5badd6;return _0x477c0c[_0x26b7ab(0x6ba)](_0x13ae34,Object['assign']({},_0x4583c,{'id':_0x26b7ab(0x7d1),'ref':_0x376062,'icon':_0x37ff77}));});_0x5a4a0c[_0x5badd6(0x27a)]=_0x5badd6(0x7a3);const _0xd636f5={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M18\x2018H1C1\x208.61116\x208.61116\x201\x2018\x201V18ZM16\x203.13184C9.31556\x204.02243\x204.02346\x209.31558\x203.13281\x2016H16V3.13184Z'}}]},_0x1b5c55=_0x477c0c['forwardRef'](function(_0x2b5712,_0x2e5793){const _0x72f57b=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x72f57b(0x415)]({},_0x2b5712,{'id':_0x72f57b(0x7dc),'ref':_0x2e5793,'icon':_0xd636f5}));});_0x1b5c55[_0x5badd6(0x27a)]=_0x5badd6(0x5ff);const _0x4e32f4={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x6be)}}]},_0x24a95f=_0x477c0c[_0x5badd6(0x72c)](function(_0x5a95ec,_0x367eb0){const _0x478802=_0x5badd6;return _0x477c0c[_0x478802(0x6ba)](_0x13ae34,Object[_0x478802(0x415)]({},_0x5a95ec,{'id':_0x478802(0x4b2),'ref':_0x367eb0,'icon':_0x4e32f4}));});_0x24a95f[_0x5badd6(0x27a)]=_0x5badd6(0x402);const _0x284af6={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x81d)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x604)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M13\x201C13\x204.31371\x2015.6863\x207\x2019\x207V1H13ZM17\x204.46289C16.3933\x204.11172\x2015.8872\x203.60678\x2015.5361\x203H17V4.46289Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M19\x2013C15.6863\x2013\x2013\x2015.6863\x2013\x2019H19V13ZM17\x2017H15.5361C15.8873\x2016.3931\x2016.3931\x2015.8873\x2017\x2015.5361V17Z'}}]},_0x546163=_0x477c0c[_0x5badd6(0x72c)](function(_0x34084f,_0x46fe13){const _0x2b5f8e=_0x5badd6;return _0x477c0c[_0x2b5f8e(0x6ba)](_0x13ae34,Object[_0x2b5f8e(0x415)]({},_0x34084f,{'id':_0x2b5f8e(0x259),'ref':_0x46fe13,'icon':_0x284af6}));});_0x546163[_0x5badd6(0x27a)]='ShapePlaqueTabsIcon';const _0x1a9db3={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x500)}}]},_0x208c8a=_0x477c0c[_0x5badd6(0x72c)](function(_0x24a5d0,_0x3f05c5){const _0x3086fd=_0x5badd6;return _0x477c0c[_0x3086fd(0x6ba)](_0x13ae34,Object[_0x3086fd(0x415)]({},_0x24a5d0,{'id':_0x3086fd(0x535),'ref':_0x3f05c5,'icon':_0x1a9db3}));});_0x208c8a[_0x5badd6(0x27a)]=_0x5badd6(0x633);const _0x2d5b51={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x4d1)}}]},_0x144b59=_0x477c0c[_0x5badd6(0x72c)](function(_0x5a6b69,_0x8bbd21){const _0x545ebe=_0x5badd6;return _0x477c0c[_0x545ebe(0x6ba)](_0x13ae34,Object['assign']({},_0x5a6b69,{'id':_0x545ebe(0x5d7),'ref':_0x8bbd21,'icon':_0x2d5b51}));});_0x144b59[_0x5badd6(0x27a)]='ShapeQuadArrowCalloutIcon';const _0x414d80={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M15\x204H13V7H16V4.80371L20\x2010L16\x2015.1963V13H13V16H15L9.80371\x2020L4.60742\x2016H7V13H4V15.1963L0\x2010L4\x204.80371V7H7V4H4.60742L9.80371\x200L15\x204ZM9\x203.14258V9H3.29395L2.52441\x2010L3.29395\x2011H9V16.8574L9.80371\x2017.4766L11\x2016.5557V11H16.7061L17.4766\x2010L16.7061\x209H11V3.44434L9.80371\x202.52441L9\x203.14258Z'}}]},_0x47a1c7=_0x477c0c[_0x5badd6(0x72c)](function(_0x321d43,_0x32eaed){const _0x505516=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x505516(0x415)]({},_0x321d43,{'id':_0x505516(0x370),'ref':_0x32eaed,'icon':_0x414d80}));});_0x47a1c7[_0x5badd6(0x27a)]=_0x5badd6(0x5ae);const _0x2d445f={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x60e)}}]},_0x17cb31=_0x477c0c[_0x5badd6(0x72c)](function(_0x3a0d10,_0x1b8c59){const _0x538445=_0x5badd6;return _0x477c0c[_0x538445(0x6ba)](_0x13ae34,Object[_0x538445(0x415)]({},_0x3a0d10,{'id':_0x538445(0x732),'ref':_0x1b8c59,'icon':_0x2d445f}));});_0x17cb31['displayName']=_0x5badd6(0x5d4);const _0xe0c703={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M18\x204V16H2V4H18ZM3.5\x2014.5H16.5V5.5H3.5V14.5Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'white','d':_0x5badd6(0x44e)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x775)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'white','d':_0x5badd6(0x4f2)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x750)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x64a),'d':'M15\x2013H19V17H15V13Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x167)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'white','d':'M1\x2013H5V17H1V13Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x7c9)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M13.1858\x2014C12.8678\x2014\x2012.5814\x2013.8076\x2012.4612\x2013.5133L11.892\x2012.12H8.412L7.81627\x2013.5341C7.69734\x2013.8164\x207.4208\x2014\x207.11444\x2014C6.57847\x2014\x206.21019\x2013.4611\x206.40493\x2012.9617L8.73684\x206.98245C8.96788\x206.39004\x209.53865\x206\x2010.1745\x206C10.8119\x206\x2011.3836\x206.39182\x2011.6137\x206.9862L13.9158\x2012.9348C14.1143\x2013.4477\x2013.7358\x2014\x2013.1858\x2014ZM8.88\x2010.8H11.424L10.236\x207.404H10.092L8.88\x2010.8Z'}}]},_0x8e9f9d=_0x477c0c['forwardRef'](function(_0x5569e8,_0x2f75dd){const _0x529f56=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x5569e8,{'id':_0x529f56(0x315),'ref':_0x2f75dd,'icon':_0xe0c703}));});_0x8e9f9d[_0x5badd6(0x27a)]='ShapeRectTextboxHorizontalIcon';const _0x516b90={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x614)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x64a),'d':_0x5badd6(0x44e)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x775)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x64a),'d':_0x5badd6(0x4f2)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x750)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x64a),'d':_0x5badd6(0x689)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x167)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x64a),'d':_0x5badd6(0x263)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x7c9)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x476)}}]},_0x22e6b6=_0x477c0c[_0x5badd6(0x72c)](function(_0x1f63db,_0x1e9117){const _0x2234c4=_0x5badd6;return _0x477c0c[_0x2234c4(0x6ba)](_0x13ae34,Object[_0x2234c4(0x415)]({},_0x1f63db,{'id':_0x2234c4(0x3af),'ref':_0x1e9117,'icon':_0x516b90}));});_0x22e6b6[_0x5badd6(0x27a)]=_0x5badd6(0x5de);const _0x4350b2={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x505)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x35a)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M4\x209V4H9V9H4ZM7\x206H6V7H7V6Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x6ef)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M2\x209L0\x204H6V14H0L2\x209ZM4\x206H2.95508L4\x208.61426V6ZM4\x209.38672L2.95508\x2012H4V9.38672Z'}}]},_0x5eb393=_0x477c0c[_0x5badd6(0x72c)](function(_0x4f6933,_0x353eda){const _0x38e9cd=_0x5badd6;return _0x477c0c[_0x38e9cd(0x6ba)](_0x13ae34,Object[_0x38e9cd(0x415)]({},_0x4f6933,{'id':_0x38e9cd(0x586),'ref':_0x353eda,'icon':_0x4350b2}));});_0x5eb393['displayName']='ShapeRibbonIcon';const _0x33d119={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M16\x203V13H4V3H16ZM6\x2011H14V5H6V11Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x30b)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x45c)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M6\x206V16H0L2\x2011L0\x206H6ZM2.95508\x2014H4V11.3857L2.95508\x2014ZM4\x2010.6133V8H2.95508L4\x2010.6133Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M18\x2011L20\x2016H14V6H20L18\x2011ZM16\x2014H17.0449L16\x2011.3857V14ZM16\x2010.6133L17.0449\x208H16V10.6133Z'}}]},_0xd47120=_0x477c0c[_0x5badd6(0x72c)](function(_0x43189f,_0x30944d){const _0x5c95ee=_0x5badd6;return _0x477c0c[_0x5c95ee(0x6ba)](_0x13ae34,Object[_0x5c95ee(0x415)]({},_0x43189f,{'id':_0x5c95ee(0x258),'ref':_0x30944d,'icon':_0x33d119}));});_0xd47120[_0x5badd6(0x27a)]='ShapeRibbon2Icon';const _0x5dd620={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x5f6)}}]},_0x1ae230=_0x477c0c[_0x5badd6(0x72c)](function(_0x5f4856,_0x4521c6){const _0x15d755=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x15d755(0x415)]({},_0x5f4856,{'id':_0x15d755(0x55d),'ref':_0x4521c6,'icon':_0x5dd620}));});_0x1ae230[_0x5badd6(0x27a)]=_0x5badd6(0x662);const _0x32455b={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'mask','attrs':{'id':_0x5badd6(0x291),'fill':'white'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'d':_0x5badd6(0x22c)}}]},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x63b),'mask':_0x5badd6(0x7ea)}}]},_0xc05f64=_0x477c0c[_0x5badd6(0x72c)](function(_0x3e053b,_0xd42660){const _0x6644ef=_0x5badd6;return _0x477c0c[_0x6644ef(0x6ba)](_0x13ae34,Object[_0x6644ef(0x415)]({},_0x3e053b,{'id':'shape-right-arrow-icon','ref':_0xd42660,'icon':_0x32455b}));});_0xc05f64[_0x5badd6(0x27a)]=_0x5badd6(0x4a2);const _0x436a04={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x6ec)}}]},_0x5b3431=_0x477c0c['forwardRef'](function(_0x74f35e,_0x4201b3){const _0x253a5d=_0x5badd6;return _0x477c0c[_0x253a5d(0x6ba)](_0x13ae34,Object[_0x253a5d(0x415)]({},_0x74f35e,{'id':_0x253a5d(0x81b),'ref':_0x4201b3,'icon':_0x436a04}));});_0x5b3431['displayName']=_0x5badd6(0x314);const _0x3f4076={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x7a7)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M10.802\x2016L10.924\x2016.0052C11.5286\x2016.0563\x2012\x2016.4824\x2012\x2017C12\x2017.5176\x2011.5286\x2017.9437\x2010.924\x2017.9948L10.802\x2018H8.19925C7.53723\x2018\x207\x2017.552\x207\x2017C7\x2016.448\x207.53723\x2016\x208.19925\x2016H10.802Z'}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x629)}}]},_0x11e92d=_0x477c0c['forwardRef'](function(_0x9fa7c4,_0x11c608){const _0x35d232=_0x5badd6;return _0x477c0c[_0x35d232(0x6ba)](_0x13ae34,Object[_0x35d232(0x415)]({},_0x9fa7c4,{'id':_0x35d232(0x247),'ref':_0x11c608,'icon':_0x3f4076}));});_0x11e92d[_0x5badd6(0x27a)]=_0x5badd6(0x219);const _0x37911c={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M16\x2015V17H4V15H16ZM17\x2014V6C17\x205.44772\x2016.5523\x205\x2016\x205H4C3.44772\x205\x203\x205.44772\x203\x206V14C3\x2014.5523\x203.44772\x2015\x204\x2015V17C2.39489\x2017\x201.08421\x2015.7394\x201.00391\x2014.1543L1\x2014V6C1\x204.34315\x202.34315\x203\x204\x203H16L16.1543\x203.00391C17.7394\x203.08421\x2019\x204.39489\x2019\x206V14L18.9961\x2014.1543C18.9184\x2015.6883\x2017.6883\x2016.9184\x2016.1543\x2016.9961L16\x2017V15C16.5523\x2015\x2017\x2014.5523\x2017\x2014Z'}}]},_0x229753=_0x477c0c[_0x5badd6(0x72c)](function(_0x547fbe,_0x3d0459){const _0x186e9d=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x186e9d(0x415)]({},_0x547fbe,{'id':_0x186e9d(0x238),'ref':_0x3d0459,'icon':_0x37911c}));});_0x229753['displayName']='ShapeRoundRectIcon';const _0x525c02={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x641)}}]},_0x5ac99c=_0x477c0c[_0x5badd6(0x72c)](function(_0x44973,_0x472c75){const _0x1e8d26=_0x5badd6;return _0x477c0c[_0x1e8d26(0x6ba)](_0x13ae34,Object['assign']({},_0x44973,{'id':_0x1e8d26(0x217),'ref':_0x472c75,'icon':_0x525c02}));});_0x5ac99c[_0x5badd6(0x27a)]=_0x5badd6(0x193);const _0x23220a={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x284)}}]},_0x14de1a=_0x477c0c[_0x5badd6(0x72c)](function(_0x2c4c09,_0x12e8c6){const _0x4add05=_0x5badd6;return _0x477c0c[_0x4add05(0x6ba)](_0x13ae34,Object[_0x4add05(0x415)]({},_0x2c4c09,{'id':_0x4add05(0x3e2),'ref':_0x12e8c6,'icon':_0x23220a}));});_0x14de1a[_0x5badd6(0x27a)]='ShapeRound2DiagRectIcon';const _0x33ac90={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x76b)}}]},_0x3870e9=_0x477c0c[_0x5badd6(0x72c)](function(_0x446ff3,_0x34cd14){const _0x5c8af3=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x5c8af3(0x415)]({},_0x446ff3,{'id':_0x5c8af3(0x47e),'ref':_0x34cd14,'icon':_0x33ac90}));});_0x3870e9['displayName']=_0x5badd6(0x53e);const _0xd2669c={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x6bc)}}]},_0x2f8838=_0x477c0c[_0x5badd6(0x72c)](function(_0x1e8ed4,_0x52f4a7){const _0x11664e=_0x5badd6;return _0x477c0c[_0x11664e(0x6ba)](_0x13ae34,Object[_0x11664e(0x415)]({},_0x1e8ed4,{'id':_0x11664e(0x199),'ref':_0x52f4a7,'icon':_0xd2669c}));});_0x2f8838[_0x5badd6(0x27a)]=_0x5badd6(0x257);const _0x9d7645={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x28f)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x481)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x620)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x3e8)}}]},_0x3b9d46=_0x477c0c['forwardRef'](function(_0xcaf36c,_0x2150dc){const _0x2be406=_0x5badd6;return _0x477c0c[_0x2be406(0x6ba)](_0x13ae34,Object[_0x2be406(0x415)]({},_0xcaf36c,{'id':_0x2be406(0x1f7),'ref':_0x2150dc,'icon':_0x9d7645}));});_0x3b9d46[_0x5badd6(0x27a)]=_0x5badd6(0x81a);const _0x139a30={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2c6)}}]},_0x44fd30=_0x477c0c[_0x5badd6(0x72c)](function(_0x4ba647,_0x5e2b4a){const _0x4452ce=_0x5badd6;return _0x477c0c[_0x4452ce(0x6ba)](_0x13ae34,Object[_0x4452ce(0x415)]({},_0x4ba647,{'id':_0x4452ce(0x6ea),'ref':_0x5e2b4a,'icon':_0x139a30}));});_0x44fd30['displayName']=_0x5badd6(0x585);const _0x21036e={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M19\x207.5V17H1V3H14L19\x207.5ZM3\x2015H17V8.37207L13.2139\x205H3V15Z'}}]},_0x2452f5=_0x477c0c['forwardRef'](function(_0x5d69d4,_0x530df5){return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x5d69d4,{'id':'shape-snip1-rect-icon','ref':_0x530df5,'icon':_0x21036e}));});_0x2452f5[_0x5badd6(0x27a)]=_0x5badd6(0x17c);const _0x3c6342={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x709)}}]},_0x39248c=_0x477c0c[_0x5badd6(0x72c)](function(_0x127e6b,_0x14a55e){const _0x1a0877=_0x5badd6;return _0x477c0c[_0x1a0877(0x6ba)](_0x13ae34,Object[_0x1a0877(0x415)]({},_0x127e6b,{'id':_0x1a0877(0x306),'ref':_0x14a55e,'icon':_0x3c6342}));});_0x39248c[_0x5badd6(0x27a)]=_0x5badd6(0x3db);const _0x1b83fd={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x80b)}}]},_0x4116c5=_0x477c0c['forwardRef'](function(_0x26c47e,_0x1080f5){const _0x4b1cd1=_0x5badd6;return _0x477c0c[_0x4b1cd1(0x6ba)](_0x13ae34,Object[_0x4b1cd1(0x415)]({},_0x26c47e,{'id':_0x4b1cd1(0x6ad),'ref':_0x1080f5,'icon':_0x1b83fd}));});_0x4116c5[_0x5badd6(0x27a)]=_0x5badd6(0x1bf);const _0x9abdc3={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M7\x201V7H1V1H7ZM3\x205H5V3H3V5Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2c0)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M13\x201V7H19V1H13ZM17\x205H15V3H17V5Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2da)}}]},_0x2f8b68=_0x477c0c['forwardRef'](function(_0x226728,_0x4bd7ef){return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x226728,{'id':'shape-square-tabs-icon','ref':_0x4bd7ef,'icon':_0x9abdc3}));});_0x2f8b68[_0x5badd6(0x27a)]=_0x5badd6(0x316);const _0xb1bfd2={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x706)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M11.6427\x206C12.4102\x206\x2013.0041\x206.37736\x2013.4244\x207.14286C13.8081\x207.85445\x2014\x208.80323\x2014\x2010C14\x2011.186\x2013.8081\x2012.1456\x2013.4244\x2012.8571C13.0041\x2013.6119\x2012.4102\x2014\x2011.6427\x2014C10.8752\x2014\x2010.2813\x2013.6119\x209.86097\x2012.8571C9.47722\x2012.1456\x209.28534\x2011.1968\x209.28534\x2010C9.28534\x208.79245\x209.47722\x207.84367\x209.86097\x207.14286C10.2813\x206.37736\x2010.8752\x206\x2011.6427\x206ZM11.6427\x206.99191C11.1036\x206.99191\x2010.729\x207.33693\x2010.5097\x208.03774C10.3452\x208.51213\x2010.2721\x209.16981\x2010.2721\x2010C10.2721\x2010.8194\x2010.3452\x2011.4771\x2010.5097\x2011.9623C10.729\x2012.6523\x2011.1036\x2013.0081\x2011.6427\x2013.0081C12.1726\x2013.0081\x2012.5564\x2012.6523\x2012.7757\x2011.9623C12.931\x2011.4771\x2013.0132\x2010.8194\x2013.0132\x2010C13.0132\x209.16981\x2012.931\x208.51213\x2012.7757\x208.03774C12.5564\x207.33693\x2012.1726\x206.99191\x2011.6427\x206.99191Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x6e4)}}]},_0x3b2f84=_0x477c0c[_0x5badd6(0x72c)](function(_0x23a4c8,_0x45a8ad){const _0x4ea1e2=_0x5badd6;return _0x477c0c[_0x4ea1e2(0x6ba)](_0x13ae34,Object[_0x4ea1e2(0x415)]({},_0x23a4c8,{'id':_0x4ea1e2(0x373),'ref':_0x45a8ad,'icon':_0xb1bfd2}));});_0x3b2f84[_0x5badd6(0x27a)]=_0x5badd6(0x818);const _0x501318={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x280)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x447)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x182)}}]},_0x4042ab=_0x477c0c[_0x5badd6(0x72c)](function(_0x584653,_0x40e624){const _0x21ee7a=_0x5badd6;return _0x477c0c[_0x21ee7a(0x6ba)](_0x13ae34,Object[_0x21ee7a(0x415)]({},_0x584653,{'id':'shape-star12-icon','ref':_0x40e624,'icon':_0x501318}));});_0x4042ab[_0x5badd6(0x27a)]=_0x5badd6(0x69d);const _0x499177={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x280)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M12.0922\x206.3746C13.1972\x206.3746\x2013.9126\x206.7853\x2014.2274\x207.61727C14.3407\x207.91664\x2014.0875\x208.20479\x2013.7674\x208.20479C13.5205\x208.20479\x2013.3193\x208.02563\x2013.2035\x207.80758C12.9951\x207.4154\x2012.623\x207.22366\x2012.0825\x207.22366C11.5971\x207.22366\x2011.2184\x207.45008\x2010.9369\x207.91234C10.6553\x208.3463\x2010.5194\x208.88404\x2010.5194\x209.54441C10.5194\x209.57272\x2010.5194\x209.61045\x2010.5291\x209.66706H10.568C10.7621\x209.36517\x2011.0049\x209.14819\x2011.3058\x209.00668C11.5777\x208.86517\x2011.8981\x208.79913\x2012.267\x208.79913C12.9466\x208.79913\x2013.4903\x209.00668\x2013.8981\x209.42177C14.2961\x209.8463\x2014.5485\x2010.5189\x2014.5485\x2011.1792C14.5485\x2011.8491\x2014.3155\x2012.4057\x2013.8592\x2012.8396C13.3932\x2013.2736\x2012.8107\x2013.5\x2012.1311\x2013.5C11.2767\x2013.5\x2010.6359\x2013.1981\x2010.1893\x2012.5943C9.76214\x2012.0189\x209.5\x2011.0916\x209.5\x2010.0633C9.5\x208.96894\x209.7233\x208.08215\x2010.1893\x207.40291C10.6553\x206.71423\x2011.2961\x206.3746\x2012.0922\x206.3746ZM12.0534\x209.62932C11.6165\x209.62932\x2011.2767\x209.7614\x2011.0243\x2010.0255C10.7718\x2010.2897\x2010.6942\x2010.7642\x2010.6942\x2011.2075C10.6942\x2011.6415\x2010.8204\x2011.9906\x2011.0825\x2012.2547C11.335\x2012.5189\x2011.6748\x2012.6509\x2012.0922\x2012.6509C12.5194\x2012.6509\x2012.8592\x2012.5094\x2013.1117\x2012.2358C13.3738\x2011.9528\x2013.5097\x2011.6038\x2013.5097\x2011.1792C13.5097\x2010.7453\x2013.335\x2010.2708\x2013.0825\x2010.0255C12.8301\x209.7614\x2012.4806\x209.62932\x2012.0534\x209.62932Z'}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M7.73333\x206.53632C7.8503\x206.42838\x208.00054\x206.36\x208.15971\x206.36C8.47468\x206.36\x208.73001\x206.61533\x208.73001\x206.9303V12.955C8.73001\x2013.256\x208.48601\x2013.5\x208.18501\x2013.5C7.88402\x2013.5\x207.64001\x2013.256\x207.64001\x2012.955V7.67C7.35709\x207.93976\x207.02222\x208.16191\x206.63824\x208.33643C6.32816\x208.47737\x206.00001\x208.23038\x206.00001\x207.88978C6.00001\x207.65483\x206.16132\x207.45293\x206.38069\x207.36882C6.58234\x207.2915\x206.7906\x207.19189\x207.01001\x207.07C7.28651\x206.90103\x207.52762\x206.72615\x207.73333\x206.53632Z'}}]},_0x418a3e=_0x477c0c['forwardRef'](function(_0x403459,_0x48b5d7){const _0x40e3e7=_0x5badd6;return _0x477c0c[_0x40e3e7(0x6ba)](_0x13ae34,Object[_0x40e3e7(0x415)]({},_0x403459,{'id':_0x40e3e7(0x6a5),'ref':_0x48b5d7,'icon':_0x499177}));});_0x418a3e[_0x5badd6(0x27a)]=_0x5badd6(0x506);const _0x5b4b3b={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x280)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x80a)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x524)}}]},_0x2b12f8=_0x477c0c[_0x5badd6(0x72c)](function(_0x2820d1,_0x3f9071){return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x2820d1,{'id':'shape-star24-icon','ref':_0x3f9071,'icon':_0x5b4b3b}));});_0x2b12f8[_0x5badd6(0x27a)]=_0x5badd6(0x349);const _0x5b33e9={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x280)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x624)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x79a)}}]},_0x2af8cf=_0x477c0c[_0x5badd6(0x72c)](function(_0x410aa6,_0x1673ee){const _0x3d2f5e=_0x5badd6;return _0x477c0c[_0x3d2f5e(0x6ba)](_0x13ae34,Object[_0x3d2f5e(0x415)]({},_0x410aa6,{'id':_0x3d2f5e(0x31c),'ref':_0x1673ee,'icon':_0x5b33e9}));});_0x2af8cf[_0x5badd6(0x27a)]=_0x5badd6(0x178);const _0x384df5={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x430)}}]},_0x541b26=_0x477c0c[_0x5badd6(0x72c)](function(_0x21c51f,_0x462727){const _0x28323e=_0x5badd6;return _0x477c0c[_0x28323e(0x6ba)](_0x13ae34,Object['assign']({},_0x21c51f,{'id':_0x28323e(0x242),'ref':_0x462727,'icon':_0x384df5}));});_0x541b26['displayName']=_0x5badd6(0x654);const _0x3d7d5e={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M12.3606\x207.25783H20L13.8197\x2011.7432L16.1803\x2019L10\x2014.5146L3.81969\x2019L6.18031\x2011.7432L0\x207.25783H7.63939L10\x200L12.3606\x207.25783ZM9.16726\x209.35845H6.47294L8.65284\x2010.9401L7.8201\x2013.4992L10\x2011.9186L12.1789\x2013.4992L11.3472\x2010.9401L13.5271\x209.35845H10.8327L10\x206.79832L9.16726\x209.35845Z'}}]},_0x101994=_0x477c0c[_0x5badd6(0x72c)](function(_0x3acf53,_0x5bb063){const _0x2e8c78=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x2e8c78(0x415)]({},_0x3acf53,{'id':_0x2e8c78(0x5b3),'ref':_0x5bb063,'icon':_0x3d7d5e}));});_0x101994[_0x5badd6(0x27a)]=_0x5badd6(0x448);const _0x3b0333={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M12.9844\x205H19L13.9697\x2010L19\x2015H12.9844L10\x2020L7.01562\x2015H1L6.03027\x2010L1\x205H7.01562L10\x200L12.9844\x205ZM8.15039\x207H5.84961L8.86719\x2010L5.84961\x2013H8.15039L10\x2016.0967L11.8496\x2013H14.1504L11.1328\x2010L14.1504\x207H11.8496L10\x203.90234L8.15039\x207Z'}}]},_0x3182a3=_0x477c0c['forwardRef'](function(_0x22802f,_0x1a8b09){const _0x56a44f=_0x5badd6;return _0x477c0c[_0x56a44f(0x6ba)](_0x13ae34,Object[_0x56a44f(0x415)]({},_0x22802f,{'id':_0x56a44f(0x62d),'ref':_0x1a8b09,'icon':_0x3b0333}));});_0x3182a3['displayName']=_0x5badd6(0x6e0);const _0x28f5af={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M12.7002\x205.01367H19.0449L14.8457\x209.62695L20\x2014.54H15.6416L15.4766\x2020L10\x2014.54L4.52344\x2020L4.88574\x2014.54H0L5.1543\x209.62695L0.955078\x205.01367H7.2998L10\x200L12.7002\x205.01367ZM8.49414\x207.01367H5.48047L7.94922\x209.72559L4.99609\x2012.54H7.02246L6.88086\x2014.6719L6.86914\x2014.8359L10\x2011.7148L13.6162\x2015.3213L13.6426\x2014.4795L13.7012\x2012.54H15.0039L12.0508\x209.72559L14.5195\x207.01367H11.5059L10\x204.2168L8.49414\x207.01367Z'}}]},_0x25b70e=_0x477c0c[_0x5badd6(0x72c)](function(_0x56acf9,_0x324c09){const _0x1c7a64=_0x5badd6;return _0x477c0c[_0x1c7a64(0x6ba)](_0x13ae34,Object[_0x1c7a64(0x415)]({},_0x56acf9,{'id':'shape-star7-icon','ref':_0x324c09,'icon':_0x28f5af}));});_0x25b70e['displayName']='ShapeStar7Icon';const _0x7ed05d={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M15.0713\x2011.5303L16.8906\x2010L15.0713\x208.46973V4.92871H11.5303L10\x203.1084L8.46973\x204.92871H4.92871V8.46973L3.1084\x2010L4.92871\x2011.5303V15.0713H8.46973L10\x2016.8906L11.5303\x2015.0713H15.0713V11.5303ZM17.0713\x2017.0713H12.4619L10\x2020L7.53809\x2017.0713H2.92871V12.4619L0\x2010L2.92871\x207.53809V2.92871H7.53809L10\x200L12.4619\x202.92871H17.0713V7.53809L20\x2010L17.0713\x2012.4619V17.0713Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x318)}}]},_0x4c0f4a=_0x477c0c[_0x5badd6(0x72c)](function(_0x3c35c4,_0x51661f){const _0x484f73=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x3c35c4,{'id':_0x484f73(0x3ec),'ref':_0x51661f,'icon':_0x7ed05d}));});_0x4c0f4a['displayName']=_0x5badd6(0x2b5);const _0x487bb6={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':'M3.12718\x204.5414L3.03862\x204.4455C2.61794\x203.95249\x202.56295\x203.29491\x202.92893\x202.92893C3.29491\x202.56296\x203.95249\x202.61794\x204.4455\x203.03863L4.5414\x203.12718L16.1648\x2014.7506C16.6651\x2015.2509\x2016.7543\x2015.9736\x2016.364\x2016.364C15.9736\x2016.7543\x2015.2509\x2016.6651\x2014.7506\x2016.1648L3.12718\x204.5414Z'}},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x5c9)}}]},_0x2dc2e3=_0x477c0c[_0x5badd6(0x72c)](function(_0x3e14f3,_0x4856c9){const _0x3375ff=_0x5badd6;return _0x477c0c[_0x3375ff(0x6ba)](_0x13ae34,Object[_0x3375ff(0x415)]({},_0x3e14f3,{'id':'shape-straight-connector1-icon','ref':_0x4856c9,'icon':_0x487bb6}));});_0x2dc2e3[_0x5badd6(0x27a)]=_0x5badd6(0x567);const _0x2af550={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2bc)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x333)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M16.6384\x2017.0539C16.8716\x2017.0632\x2017.0632\x2016.8716\x2017.0539\x2016.6384L16.9051\x2012.8833C16.8913\x2012.5348\x2016.4692\x2012.3696\x2016.2226\x2012.6163L12.6163\x2016.2226C12.3696\x2016.4692\x2012.5348\x2016.8913\x2012.8833\x2016.9051L16.6384\x2017.0539Z'}}]},_0x45a5a8=_0x477c0c[_0x5badd6(0x72c)](function(_0x5e8ed8,_0x58e21d){const _0x31ed79=_0x5badd6;return _0x477c0c[_0x31ed79(0x6ba)](_0x13ae34,Object['assign']({},_0x5e8ed8,{'id':_0x31ed79(0x334),'ref':_0x58e21d,'icon':_0x2af550}));});_0x45a5a8[_0x5badd6(0x27a)]=_0x5badd6(0x3f1);const _0x1b481f={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x339)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x31d)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x74a)}}]},_0x1c9e31=_0x477c0c[_0x5badd6(0x72c)](function(_0xa0dd,_0x340337){const _0x5d2190=_0x5badd6;return _0x477c0c[_0x5d2190(0x6ba)](_0x13ae34,Object[_0x5d2190(0x415)]({},_0xa0dd,{'id':_0x5d2190(0x6bf),'ref':_0x340337,'icon':_0x1b481f}));});_0x1c9e31[_0x5badd6(0x27a)]=_0x5badd6(0x480);const _0x282b3e={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x2d2)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x32d)}}]},_0x2b77ce=_0x477c0c[_0x5badd6(0x72c)](function(_0x521b55,_0x2bec14){const _0x1bd8da=_0x5badd6;return _0x477c0c[_0x1bd8da(0x6ba)](_0x13ae34,Object[_0x1bd8da(0x415)]({},_0x521b55,{'id':'shape-sun-icon','ref':_0x2bec14,'icon':_0x282b3e}));});_0x2b77ce[_0x5badd6(0x27a)]=_0x5badd6(0x605);const _0x2713bc={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x327)}}]},_0x16c63a=_0x477c0c[_0x5badd6(0x72c)](function(_0x12f16e,_0x1b3730){const _0x1a3df9=_0x5badd6;return _0x477c0c[_0x1a3df9(0x6ba)](_0x13ae34,Object[_0x1a3df9(0x415)]({},_0x12f16e,{'id':_0x1a3df9(0x57f),'ref':_0x1b3730,'icon':_0x2713bc}));});_0x16c63a[_0x5badd6(0x27a)]=_0x5badd6(0x1a2);const _0x3d972d={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x19d)}}]},_0xd0d764=_0x477c0c[_0x5badd6(0x72c)](function(_0x4bdf45,_0x45cdc1){const _0x3b56e9=_0x5badd6;return _0x477c0c[_0x3b56e9(0x6ba)](_0x13ae34,Object[_0x3b56e9(0x415)]({},_0x4bdf45,{'id':_0x3b56e9(0x2bd),'ref':_0x45cdc1,'icon':_0x3d972d}));});_0xd0d764[_0x5badd6(0x27a)]=_0x5badd6(0x761);const _0x48498c={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x645)}}]},_0x146726=_0x477c0c['forwardRef'](function(_0x279339,_0x224220){const _0x46161b=_0x5badd6;return _0x477c0c[_0x46161b(0x6ba)](_0x13ae34,Object[_0x46161b(0x415)]({},_0x279339,{'id':_0x46161b(0x6d2),'ref':_0x224220,'icon':_0x48498c}));});_0x146726['displayName']=_0x5badd6(0x3d3);const _0x56d992={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x5badd6(0x576)}}]},_0x34724b=_0x477c0c['forwardRef'](function(_0x37c47c,_0x348115){const _0x34150e=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object[_0x34150e(0x415)]({},_0x37c47c,{'id':_0x34150e(0x619),'ref':_0x348115,'icon':_0x56d992}));});_0x34724b[_0x5badd6(0x27a)]=_0x5badd6(0x5b1);const _0x2b3fc1={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x42d)}}]},_0x3f73fd=_0x477c0c[_0x5badd6(0x72c)](function(_0x2ab33b,_0x126a32){const _0x381976=_0x5badd6;return _0x477c0c[_0x381976(0x6ba)](_0x13ae34,Object['assign']({},_0x2ab33b,{'id':'shape-up-arrow-callout-icon','ref':_0x126a32,'icon':_0x2b3fc1}));});_0x3f73fd[_0x5badd6(0x27a)]=_0x5badd6(0x3f7);const _0x402ff6={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':'mask','attrs':{'id':_0x5badd6(0x380),'fill':'white'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'d':_0x5badd6(0x766)}}]},{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':_0x5badd6(0x1ee),'mask':'url(#path-1-inside-1_379_219)'}}]},_0xd39216=_0x477c0c[_0x5badd6(0x72c)](function(_0x32ebc5,_0x2dd7f3){const _0x357d58=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x32ebc5,{'id':_0x357d58(0x1c0),'ref':_0x2dd7f3,'icon':_0x402ff6}));});_0xd39216[_0x5badd6(0x27a)]=_0x5badd6(0x3c1);const _0x3c06e1={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':'M16\x205H13V6H19V14H13V15H16L10\x2020L4\x2015H7V14H1V6H7V5H4L10\x200L16\x205ZM9\x203.43555V8H3V12H9V16.5635L10\x2017.3965L11\x2016.5635V12H17V8H11V3.43555L10\x202.60254L9\x203.43555Z'}}]},_0x1bc7c4=_0x477c0c[_0x5badd6(0x72c)](function(_0x34fe99,_0xbc2eea){const _0x256ad2=_0x5badd6;return _0x477c0c[_0x256ad2(0x6ba)](_0x13ae34,Object[_0x256ad2(0x415)]({},_0x34fe99,{'id':_0x256ad2(0x696),'ref':_0xbc2eea,'icon':_0x3c06e1}));});_0x1bc7c4['displayName']=_0x5badd6(0x3a3);const _0x16624f={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x19f)}}]},_0x34d5e0=_0x477c0c['forwardRef'](function(_0x16baf5,_0x4f6b27){const _0x53ef35=_0x5badd6;return _0x477c0c['createElement'](_0x13ae34,Object['assign']({},_0x16baf5,{'id':_0x53ef35(0x736),'ref':_0x4f6b27,'icon':_0x16624f}));});_0x34d5e0[_0x5badd6(0x27a)]='ShapeUpDownArrowIcon';const _0x3ec720={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x37e)}}]},_0x42f6f9=_0x477c0c[_0x5badd6(0x72c)](function(_0x3b2be7,_0x5b1756){const _0x460860=_0x5badd6;return _0x477c0c[_0x460860(0x6ba)](_0x13ae34,Object[_0x460860(0x415)]({},_0x3b2be7,{'id':_0x460860(0x1b9),'ref':_0x5b1756,'icon':_0x3ec720}));});_0x42f6f9['displayName']='ShapeUturnArrowIcon';const _0x24429d={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x56c),'fillRule':'evenodd','clipRule':_0x5badd6(0x791)}}]},_0x24e1e2=_0x477c0c[_0x5badd6(0x72c)](function(_0x5475b3,_0x230690){const _0x911ee=_0x5badd6;return _0x477c0c[_0x911ee(0x6ba)](_0x13ae34,Object['assign']({},_0x5475b3,{'id':_0x911ee(0x6a6),'ref':_0x230690,'icon':_0x24429d}));});_0x24e1e2[_0x5badd6(0x27a)]='ShapeVerticalScrollIcon';const _0x400a23={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':'currentColor','d':'M11.3701\x2016.4824C13.3695\x2017.8488\x2015.8262\x2018.3191\x2018.1719\x2017.7848L19\x2017.5966V3.24558L18.5254\x203.40775C16.0587\x204.25061\x2013.3386\x203.59267\x2011.5\x201.70797C8.89655\x20-0.367702\x205.32075\x20-0.563484\x202.52441\x201.18642L2.25684\x201.36161L1\x202.22051V15.5465L3.05469\x2015.078C4.56442\x2014.7341\x206.12638\x2014.7129\x207.64258\x2015.0139L7.94531\x2015.078L8.39258\x2015.1801C9.32213\x2015.3918\x2010.211\x2015.7568\x2011.0254\x2016.2592L11.3701\x2016.4824ZM17\x2015.9088C15.4182\x2016.086\x2013.8165\x2015.6904\x2012.4795\x2014.7766C11.3685\x2014.0174\x2010.1296\x2013.4759\x208.82617\x2013.179L8.37891\x2013.0769C6.60882\x2012.6737\x204.77812\x2012.6471\x203\x2012.9968V3.31766L3.36621\x203.06739C5.45852\x201.6377\x208.20002\x201.7248\x2010.2021\x203.27361C12.0378\x205.08794\x2014.5189\x205.98099\x2017\x205.79525V15.9088Z'}}]},_0x49840e=_0x477c0c['forwardRef'](function(_0x493c29,_0x3f3d52){const _0x3afde0=_0x5badd6;return _0x477c0c[_0x3afde0(0x6ba)](_0x13ae34,Object[_0x3afde0(0x415)]({},_0x493c29,{'id':_0x3afde0(0x708),'ref':_0x3f3d52,'icon':_0x400a23}));});_0x49840e[_0x5badd6(0x27a)]=_0x5badd6(0x466);const _0x395496={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x685),'strokeWidth':0x2}}]},_0x46e42e=_0x477c0c[_0x5badd6(0x72c)](function(_0x5081b1,_0x2881c7){const _0x413af2=_0x5badd6;return _0x477c0c[_0x413af2(0x6ba)](_0x13ae34,Object[_0x413af2(0x415)]({},_0x5081b1,{'id':'shape-wedge-ellipse-callout-icon','ref':_0x2881c7,'icon':_0x395496}));});_0x46e42e['displayName']=_0x5badd6(0x4b4);const _0x62b90d={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x5badd6(0x717),'viewBox':'0\x200\x2020\x2020','width':'1em','height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':_0x5badd6(0x4fa),'strokeWidth':0x2}}]},_0x5b27a9=_0x477c0c[_0x5badd6(0x72c)](function(_0x497195,_0x2e3366){const _0x32564b=_0x5badd6;return _0x477c0c[_0x32564b(0x6ba)](_0x13ae34,Object[_0x32564b(0x415)]({},_0x497195,{'id':'shape-wedge-rect-callout-icon','ref':_0x2e3366,'icon':_0x62b90d}));});_0x5b27a9[_0x5badd6(0x27a)]=_0x5badd6(0x293);const _0x344087={'tag':_0x5badd6(0x4e1),'attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x5e8),'width':_0x5badd6(0x271),'height':_0x5badd6(0x271)},'children':[{'tag':_0x5badd6(0x233),'attrs':{'stroke':_0x5badd6(0x34a),'d':'M4\x203H16C17.1046\x203\x2018\x203.89543\x2018\x205V13C18\x2014.1046\x2017.1046\x2015\x2016\x2015H14.2881L14.0938\x2015.0859L6.5\x2018.4609V15H4C2.89543\x2015\x202\x2014.1046\x202\x2013V5C2\x203.89543\x202.89543\x203\x204\x203Z','strokeWidth':0x2}}]},_0x3584d4=_0x477c0c[_0x5badd6(0x72c)](function(_0x259b4e,_0x7bbc8a){const _0x577667=_0x5badd6;return _0x477c0c[_0x577667(0x6ba)](_0x13ae34,Object['assign']({},_0x259b4e,{'id':_0x577667(0x7f8),'ref':_0x7bbc8a,'icon':_0x344087}));});_0x3584d4[_0x5badd6(0x27a)]=_0x5badd6(0x221);const _0x2786bf={'tag':'svg','attrs':{'xmlns':_0x5badd6(0x67e),'fill':_0x5badd6(0x717),'viewBox':_0x5badd6(0x46b),'width':_0x5badd6(0x271),'height':'1em'},'children':[{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x251),'fillRule':_0x5badd6(0x791),'clipRule':_0x5badd6(0x791)}},{'tag':'path','attrs':{'fill':_0x5badd6(0x34a),'d':_0x5badd6(0x7c6)}},{'tag':_0x5badd6(0x233),'attrs':{'fill':_0x5badd6(0x1f9),'d':_0x5badd6(0x669)}}]},_0x1196ca=_0x477c0c[_0x5badd6(0x72c)](function(_0x37577a,_0x1892bc){const _0x38fe12=_0x5badd6;return _0x477c0c[_0x38fe12(0x6ba)](_0x13ae34,Object[_0x38fe12(0x415)]({},_0x37577a,{'id':_0x38fe12(0x459),'ref':_0x1892bc,'icon':_0x2786bf}));});_0x1196ca[_0x5badd6(0x27a)]=_0x5badd6(0x26c);const _0x5dca07={'type':_0x3e1ae8[_0x5badd6(0x23e)][_0x5badd6(0x2b8)],'id':'sheet.operation.close-sheet-shape-format-panel','handler'(){return!0x0;}},_0x2247a9={'type':_0x3e1ae8[_0x5badd6(0x23e)][_0x5badd6(0x2b8)],'id':'sheet.operation.open-sheet-shape-format-panel','handler'(){return!0x0;}};function _0xff8c3d(_0x3a6265,_0x5af462,_0x5c8cf5,_0x1e8a93,_0x4443e3,_0x1578b7){const _0x23624d={'unitId':_0x5af462,'subUnitId':_0x5c8cf5,'shapeId':_0x1e8a93,'shapeData':_0x1578b7,'oldShapeJSON':_0x4443e3};return _0x3a6265['executeCommand'](_0x152d91['id'],_0x23624d);}function _0x2a6a45(_0x4a85d8,_0x19ec3a,_0x32a834,_0x2d2e71,_0x23cd2d,_0x19aed5){const _0x432a70=_0x5badd6,_0x3b5029={'unitId':_0x19ec3a,'subUnitId':_0x32a834,'shapeId':_0x2d2e71,'shapeData':_0x19aed5,'oldShapeJSON':_0x23cd2d};return _0x4a85d8[_0x432a70(0x320)](_0x152d91['id'],_0x3b5029);}function _0x3c7890(_0x3bfafa){const _0x2396fd=_0x5badd6;var _0x498975,_0x357172,_0x330032;const _0x27f083=_0x3a834e[_0x2396fd(0x3d2)](_0x3e1ae8[_0x2396fd(0x594)]),_0xe7e551=_0x3a834e[_0x2396fd(0x3d2)](_0x3e1ae8[_0x2396fd(0x530)]),_0x14f91d=_0x3a834e[_0x2396fd(0x3d2)](_0x3e1ae8[_0x2396fd(0x3f8)]),{shapeData:_0x45bf0c,isLineShape:_0x351733,unitId:_0x528044,subUnitId:_0x1c7a27,shapeId:_0x1a9add,disableShapeOption:_0x5e4568}=_0x3bfafa,[_0x2888df,_0x2104a6]=_0x477c0c['useState'](((_0x498975=_0x45bf0c[_0x2396fd(0x700)])==null?void 0x0:_0x498975[_0x2396fd(0x26e)])||_0x6332e7[_0x2396fd(0x30f)][_0x2396fd(0x17b)]),[_0x49fe76,_0x5a5ee1]=_0x477c0c[_0x2396fd(0x68e)](((_0x357172=_0x45bf0c['fill'])==null?void 0x0:_0x357172[_0x2396fd(0x184)])||_0x6332e7['ShapeDefaultConfig'][_0x2396fd(0x700)]),[_0xfcf482,_0x59d4b1]=_0x477c0c['useState'](((_0x330032=_0x45bf0c[_0x2396fd(0x700)])==null?void 0x0:_0x330032[_0x2396fd(0x286)])||0x1),[_0x401028,_0x2e7775]=_0x477c0c[_0x2396fd(0x68e)](!0x1);if(_0x351733)return null;const _0x460722=0x64-_0xfcf482*0x64;return _0x98da5a[_0x2396fd(0x515)](_0x2396fd(0x294),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-3','children':[_0x98da5a[_0x2396fd(0x515)](_0x2fa1fc[_0x2396fd(0x74b)],{'value':_0x2888df,'disabled':_0x5e4568,'onChange':_0x121852=>{const _0x41401e=_0x2396fd;var _0x243507;_0xff8c3d(_0xe7e551,_0x528044,_0x1c7a27,_0x1a9add,{'oldShapeData':{'fill':{'fillType':(_0x243507=_0x45bf0c[_0x41401e(0x700)])==null?void 0x0:_0x243507[_0x41401e(0x26e)]}}},{'fill':{'fillType':_0x121852}}),_0x2104a6(_0x121852);},'direction':_0x2396fd(0x323),'children':[_0x98da5a[_0x2396fd(0x324)](_0x2fa1fc['Radio'],{'value':_0x6332e7[_0x2396fd(0x30f)][_0x2396fd(0x3b5)],'children':_0x98da5a[_0x2396fd(0x324)](_0x2396fd(0x274),{'className':'univer-text-sm','children':_0x27f083['t'](_0x2396fd(0x738))})}),_0x98da5a[_0x2396fd(0x324)](_0x2fa1fc[_0x2396fd(0x81c)],{'value':_0x6332e7['ShapeFillEnum']['SolidFil'],'children':_0x98da5a[_0x2396fd(0x324)](_0x2396fd(0x274),{'className':_0x2396fd(0x710),'children':_0x27f083['t'](_0x2396fd(0x23f))})}),_0x98da5a[_0x2396fd(0x324)](_0x2fa1fc[_0x2396fd(0x81c)],{'value':_0x6332e7[_0x2396fd(0x30f)]['GradientFill'],'children':_0x98da5a['jsx']('span',{'className':_0x2396fd(0x710),'children':_0x27f083['t'](_0x2396fd(0x425))})})]}),_0x2888df===_0x6332e7['ShapeFillEnum'][_0x2396fd(0x17b)]&&_0x98da5a[_0x2396fd(0x515)](_0x2396fd(0x294),{'className':_0x2396fd(0x2a8),'children':[_0x98da5a['jsxs'](_0x2396fd(0x294),{'className':_0x2396fd(0x72f),'children':[_0x98da5a[_0x2396fd(0x324)](_0x2396fd(0x274),{'className':_0x2396fd(0x720),'children':_0x27f083['t']('sheets-shape.fill.color')}),_0x98da5a[_0x2396fd(0x324)](_0x2fa1fc['Dropdown'],{'disabled':_0x5e4568,'overlay':_0x98da5a[_0x2396fd(0x324)](_0x2396fd(0x294),{'className':'univer-rounded-lg\x20univer-p-3','children':_0x98da5a['jsx'](_0x2fa1fc[_0x2396fd(0x2bf)],{'value':_0x49fe76,'onChange':_0xefc8ff=>{const _0x13c74c=_0x2396fd;var _0x1a15fe;_0xff8c3d(_0xe7e551,_0x528044,_0x1c7a27,_0x1a9add,{'oldShapeData':{'fill':{'color':(_0x1a15fe=_0x45bf0c[_0x13c74c(0x700)])==null?void 0x0:_0x1a15fe[_0x13c74c(0x184)]}}},{'fill':{'color':_0xefc8ff}}),_0x5a5ee1(_0xefc8ff),_0x2e7775(!0x1);}})}),'open':_0x401028,'onOpenChange':_0x2e7775,'children':_0x98da5a['jsxs']('a',{'className':_0x2396fd(0x778),'children':[_0x98da5a[_0x2396fd(0x324)](_0x1196ca,{'className':_0x2396fd(0x4f7),'extend':{'colorChannel1':_0x49fe76}}),_0x98da5a['jsx'](_0x5cf4aa,{'className':_0x2fa1fc[_0x2396fd(0x54d)](_0x2396fd(0x66c),{'univer-rotate-180':_0x401028})})]})})]}),_0x98da5a[_0x2396fd(0x515)](_0x2396fd(0x294),{'className':_0x2396fd(0x728),'children':[_0x98da5a[_0x2396fd(0x324)](_0x2396fd(0x274),{'className':'univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x27f083['t'](_0x2396fd(0x287))}),_0x98da5a[_0x2396fd(0x324)](_0x2396fd(0x294),{'className':'univer-flex\x20univer-items-center\x20univer-gap-3','children':_0x98da5a[_0x2396fd(0x324)]('div',{'className':_0x2396fd(0x3d5),'children':_0x98da5a[_0x2396fd(0x324)](_0x2fa1fc['InputNumber'],{'className':'univer-w-full','value':_0x460722,'disabled':_0x5e4568,'min':0x0,'max':0x64,'step':0xa,'formatter':_0x5d1645=>_0x5d1645+'%','parser':_0x49b58c=>(_0x49b58c==null?void 0x0:_0x49b58c[_0x2396fd(0x365)]('%',''))||'','onChange':_0x2d58b0=>{const _0x150b1d=_0x2396fd,_0x3366b0=_0x2d58b0!=null?_0x2d58b0:0x0,_0x921e58=(0x64-Math[_0x150b1d(0x32b)](0x0,Math['min'](0x64,_0x3366b0)))/0x64;_0x59d4b1(_0x921e58),_0xff8c3d(_0xe7e551,_0x528044,_0x1c7a27,_0x1a9add,{'oldShapeData':{'fill':{..._0x45bf0c[_0x150b1d(0x700)]}}},{'fill':{..._0x45bf0c['fill'],'opacity':_0x921e58}}),_0x14f91d[_0x150b1d(0x7bb)](_0x3e1ae8['FOCUSING_PANEL_EDITOR'],!0x1);},'onFocus':()=>_0x14f91d[_0x2396fd(0x7bb)](_0x3e1ae8[_0x2396fd(0x179)],!0x0),'onBlur':_0x1c0cb6=>{const _0x11627a=_0x2396fd;_0x14f91d[_0x11627a(0x7bb)](_0x3e1ae8[_0x11627a(0x179)],!0x1);}})})})]})]}),_0x2888df===_0x6332e7['ShapeFillEnum']['GradientFill']&&_0x98da5a[_0x2396fd(0x324)](_0x49c66a,{'shapeData':_0x45bf0c,'disableShapeOption':_0x5e4568,'onUpdate':_0x3a5dc7=>{const _0x3d5e5d=_0x2396fd;_0xff8c3d(_0xe7e551,_0x528044,_0x1c7a27,_0x1a9add,{'oldShapeData':{'fill':{..._0x45bf0c[_0x3d5e5d(0x700)]}}},{'fill':{..._0x45bf0c[_0x3d5e5d(0x700)],..._0x3a5dc7}});}})]});}function _0x51759f(_0x14a237){const _0x1e7186=_0x5badd6;switch(_0x14a237){case _0x6332e7['ShapeGradientTypeEnum'][_0x1e7186(0x31f)]:return _0x1e7186(0x5ac);case _0x6332e7['ShapeGradientTypeEnum'][_0x1e7186(0x5ed)]:return'radial';case _0x6332e7[_0x1e7186(0x78f)][_0x1e7186(0x528)]:return _0x1e7186(0x431);case _0x6332e7['ShapeGradientTypeEnum']['Diamond']:return'diamond';default:return _0x1e7186(0x5ac);}}function _0x3d57e6(_0x598dea){const _0xd9f921=_0x5badd6;switch(_0x598dea){case'linear':return _0x6332e7['ShapeGradientTypeEnum'][_0xd9f921(0x31f)];case _0xd9f921(0x7bf):return _0x6332e7[_0xd9f921(0x78f)]['Radial'];case _0xd9f921(0x431):return _0x6332e7[_0xd9f921(0x78f)][_0xd9f921(0x528)];case _0xd9f921(0x28a):return _0x6332e7[_0xd9f921(0x78f)]['Diamond'];default:return _0x6332e7[_0xd9f921(0x78f)][_0xd9f921(0x31f)];}}function _0x49c66a(_0x355154){const _0x435f15=_0x5badd6,{shapeData:_0x49999a,disableShapeOption:_0x43177d,onUpdate:_0x425630}=_0x355154,_0x47dcc2=_0x477c0c[_0x435f15(0x577)](()=>{const _0x488493=_0x435f15;var _0xc685f8;const _0x91e55f=_0x49999a[_0x488493(0x700)],_0x5d5bac=_0x51759f(_0x91e55f==null?void 0x0:_0x91e55f[_0x488493(0x782)]),_0x1eb840=(_0xc685f8=_0x91e55f==null?void 0x0:_0x91e55f[_0x488493(0x5f9)])!=null?_0xc685f8:0x5a,_0x18a6d7=_0x91e55f!=null&&_0x91e55f[_0x488493(0x391)]&&_0x91e55f['gradientStops'][_0x488493(0x52a)]>=0x2?_0x91e55f[_0x488493(0x391)]['map'](_0x222065=>({'color':_0x222065['color'],'offset':_0x222065[_0x488493(0x245)]*0x64})):[{'color':(_0x91e55f==null?void 0x0:_0x91e55f[_0x488493(0x184)])||_0x488493(0x7aa),'offset':0x0},{'color':'#000000','offset':0x64}];return{'type':_0x5d5bac,'angle':_0x1eb840,'stops':_0x18a6d7};},[_0x49999a[_0x435f15(0x700)]]),_0x34f82e=_0x3ec747=>{const _0x4987b2=_0x435f15,_0xa33cc4=_0x3d57e6(_0x3ec747[_0x4987b2(0x424)]),_0x51d06d=_0x3ec747[_0x4987b2(0x621)],_0x12a14c=_0x3ec747[_0x4987b2(0x71b)]['map'](_0x419429=>({'color':_0x419429['color'],'position':_0x419429['offset']/0x64}));_0x425630({'gradientType':_0xa33cc4,'gradientAngle':_0x51d06d,'gradientStops':_0x12a14c});};return _0x98da5a[_0x435f15(0x324)](_0x435f15(0x294),{'className':'univer-pt-2','children':_0x98da5a[_0x435f15(0x324)](_0x2fa1fc[_0x435f15(0x30e)],{'value':_0x47dcc2,'onChange':_0x34f82e})});}function _0x1b4d51(_0x13f0b7){const _0x8a2ef9=_0x5badd6;var _0x5c5982,_0x32af29,_0x3d8591,_0x34cc29,_0x5ed646,_0x154f8b,_0x463cb2,_0x46e6c0,_0x44194c,_0x53f25e,_0x2f76a0,_0x409fa8,_0x1962a2,_0x57c9b7,_0x3f5aa4,_0x4a7305,_0xd63e8a,_0x44c737,_0x5beb04;const _0x59d064=_0x3a834e['useDependency'](_0x3e1ae8[_0x8a2ef9(0x594)]),_0x159de1=_0x3a834e[_0x8a2ef9(0x3d2)](_0x3e1ae8[_0x8a2ef9(0x530)]),_0x3dd577=_0x3a834e[_0x8a2ef9(0x3d2)](_0x3e1ae8[_0x8a2ef9(0x3f8)]),{shapeData:_0x53d22e,isLineShape:_0x15e14a,unitId:_0x188858,subUnitId:_0x3a713c,shapeId:_0x3bac43,disableShapeOption:_0xe63393}=_0x13f0b7,_0x41fdab=_0x53d22e['stroke'],[_0x289ed0,_0x5c9381]=_0x477c0c['useState']((_0x5c5982=_0x41fdab==null?void 0x0:_0x41fdab['lineStrokeType'])!=null?_0x5c5982:_0x6332e7[_0x8a2ef9(0x40a)]['SolidLine']),[_0x486b94,_0x1c3dec]=_0x477c0c['useState']((_0x32af29=_0x41fdab==null?void 0x0:_0x41fdab['color'])!=null?_0x32af29:_0x6332e7[_0x8a2ef9(0x22b)][_0x8a2ef9(0x3dd)]),[_0x2234fb,_0x5d2010]=_0x477c0c[_0x8a2ef9(0x68e)]((_0x3d8591=_0x41fdab==null?void 0x0:_0x41fdab[_0x8a2ef9(0x286)])!=null?_0x3d8591:0x1),[_0x188d27,_0x3877b3]=_0x477c0c[_0x8a2ef9(0x68e)]((_0x34cc29=_0x41fdab==null?void 0x0:_0x41fdab[_0x8a2ef9(0x473)])!=null?_0x34cc29:_0x6332e7[_0x8a2ef9(0x22b)]['strokeWidth']),[_0x3426d4,_0x3cec60]=_0x477c0c[_0x8a2ef9(0x68e)]((_0x5ed646=_0x41fdab==null?void 0x0:_0x41fdab[_0x8a2ef9(0x322)])!=null?_0x5ed646:_0x6332e7[_0x8a2ef9(0x667)][_0x8a2ef9(0x4ae)]),[_0x1afafb,_0x8746cc]=_0x477c0c[_0x8a2ef9(0x68e)]((_0x154f8b=_0x41fdab==null?void 0x0:_0x41fdab[_0x8a2ef9(0x4e5)])!=null?_0x154f8b:_0x6332e7[_0x8a2ef9(0x37c)][_0x8a2ef9(0x7ab)]),[_0x4954d4,_0x4107c0]=_0x477c0c[_0x8a2ef9(0x68e)]((_0x463cb2=_0x41fdab==null?void 0x0:_0x41fdab[_0x8a2ef9(0x45f)])!=null?_0x463cb2:_0x6332e7['ShapeLineJoinEnum'][_0x8a2ef9(0x196)]),_0x85b46a=_0x53d22e,[_0x17701d,_0x587573]=_0x477c0c[_0x8a2ef9(0x68e)]((_0x53f25e=(_0x44194c=(_0x46e6c0=_0x85b46a['ln'])==null?void 0x0:_0x46e6c0['startArrow'])==null?void 0x0:_0x44194c[_0x8a2ef9(0x424)])!=null?_0x53f25e:_0x6332e7[_0x8a2ef9(0x5a9)][_0x8a2ef9(0x24e)]),[_0x881bdf,_0x29a2d6]=_0x477c0c['useState']((_0x1962a2=(_0x409fa8=(_0x2f76a0=_0x85b46a['ln'])==null?void 0x0:_0x2f76a0[_0x8a2ef9(0x4de)])==null?void 0x0:_0x409fa8[_0x8a2ef9(0x1b1)])!=null?_0x1962a2:_0x6332e7[_0x8a2ef9(0x55a)][_0x8a2ef9(0x5d9)]),[_0x51a515,_0x55999b]=_0x477c0c[_0x8a2ef9(0x68e)]((_0x4a7305=(_0x3f5aa4=(_0x57c9b7=_0x85b46a['ln'])==null?void 0x0:_0x57c9b7['endArrow'])==null?void 0x0:_0x3f5aa4[_0x8a2ef9(0x424)])!=null?_0x4a7305:_0x6332e7[_0x8a2ef9(0x5a9)][_0x8a2ef9(0x24e)]),[_0x2bd635,_0x1a4764]=_0x477c0c[_0x8a2ef9(0x68e)]((_0x5beb04=(_0x44c737=(_0xd63e8a=_0x85b46a['ln'])==null?void 0x0:_0xd63e8a[_0x8a2ef9(0x440)])==null?void 0x0:_0x44c737[_0x8a2ef9(0x1b1)])!=null?_0x5beb04:_0x6332e7[_0x8a2ef9(0x55a)]['Medium']),[_0x1290cd,_0xf4835f]=_0x477c0c[_0x8a2ef9(0x68e)](!0x1),_0x1cce94=0x64-_0x2234fb*0x64,_0x354cd7=[{'label':_0x59d064['t'](_0x8a2ef9(0x3a4)),'value':String(_0x6332e7[_0x8a2ef9(0x667)][_0x8a2ef9(0x4ae)])},{'label':_0x59d064['t'](_0x8a2ef9(0x7b5)),'value':String(_0x6332e7[_0x8a2ef9(0x667)][_0x8a2ef9(0x6a9)])},{'label':_0x59d064['t'](_0x8a2ef9(0x461)),'value':String(_0x6332e7[_0x8a2ef9(0x667)][_0x8a2ef9(0x433)])},{'label':_0x59d064['t']('sheets-shape.line.dashType.dash'),'value':String(_0x6332e7[_0x8a2ef9(0x667)][_0x8a2ef9(0x2d5)])},{'label':_0x59d064['t'](_0x8a2ef9(0x4c1)),'value':String(_0x6332e7[_0x8a2ef9(0x667)][_0x8a2ef9(0x2c5)])},{'label':_0x59d064['t']('sheets-shape.line.dashType.longDash'),'value':String(_0x6332e7[_0x8a2ef9(0x667)]['LongDash'])},{'label':_0x59d064['t'](_0x8a2ef9(0x3e9)),'value':String(_0x6332e7[_0x8a2ef9(0x667)]['LongDashDot'])},{'label':_0x59d064['t'](_0x8a2ef9(0x2de)),'value':String(_0x6332e7[_0x8a2ef9(0x667)][_0x8a2ef9(0x559)])}],_0x4f90a7=[{'label':_0x59d064['t'](_0x8a2ef9(0x4cb)),'value':String(_0x6332e7[_0x8a2ef9(0x37c)][_0x8a2ef9(0x7ab)])},{'label':_0x59d064['t'](_0x8a2ef9(0x5ef)),'value':String(_0x6332e7[_0x8a2ef9(0x37c)][_0x8a2ef9(0x701)])},{'label':_0x59d064['t'](_0x8a2ef9(0x177)),'value':String(_0x6332e7[_0x8a2ef9(0x37c)][_0x8a2ef9(0x2f2)])}],_0x22c744=[{'label':_0x59d064['t'](_0x8a2ef9(0x7bd)),'value':String(_0x6332e7[_0x8a2ef9(0x53b)][_0x8a2ef9(0x196)])},{'label':_0x59d064['t'](_0x8a2ef9(0x78a)),'value':String(_0x6332e7[_0x8a2ef9(0x53b)][_0x8a2ef9(0x701)])},{'label':_0x59d064['t'](_0x8a2ef9(0x6e7)),'value':String(_0x6332e7[_0x8a2ef9(0x53b)][_0x8a2ef9(0x265)])}],_0xa5d011=[{'label':_0x59d064['t'](_0x8a2ef9(0x741)),'value':String(_0x6332e7[_0x8a2ef9(0x5a9)][_0x8a2ef9(0x24e)])},{'label':_0x59d064['t'](_0x8a2ef9(0x7df)),'value':String(_0x6332e7['ShapeArrowTypeEnum'][_0x8a2ef9(0x680)])},{'label':_0x59d064['t']('sheets-shape.line.arrowType.openArrow'),'value':String(_0x6332e7['ShapeArrowTypeEnum'][_0x8a2ef9(0x39f)])},{'label':_0x59d064['t'](_0x8a2ef9(0x7a4)),'value':String(_0x6332e7[_0x8a2ef9(0x5a9)][_0x8a2ef9(0x2e2)])},{'label':_0x59d064['t'](_0x8a2ef9(0x5aa)),'value':String(_0x6332e7[_0x8a2ef9(0x5a9)][_0x8a2ef9(0x3e5)])},{'label':_0x59d064['t'](_0x8a2ef9(0x16d)),'value':String(_0x6332e7[_0x8a2ef9(0x5a9)][_0x8a2ef9(0x5cd)])}],_0xf968ae=[{'label':_0x59d064['t'](_0x8a2ef9(0x1c8)),'value':String(_0x6332e7[_0x8a2ef9(0x55a)]['Small'])},{'label':_0x59d064['t']('sheets-shape.line.arrowSize.medium'),'value':String(_0x6332e7[_0x8a2ef9(0x55a)][_0x8a2ef9(0x5d9)])},{'label':_0x59d064['t']('sheets-shape.line.arrowSize.large'),'value':String(_0x6332e7[_0x8a2ef9(0x55a)][_0x8a2ef9(0x69f)])}];return _0x98da5a[_0x8a2ef9(0x515)]('div',{'className':_0x8a2ef9(0x328),'children':[_0x98da5a['jsxs'](_0x2fa1fc[_0x8a2ef9(0x74b)],{'value':String(_0x289ed0),'disabled':_0xe63393,'onChange':_0x3a2f51=>{const _0x5053c4=_0x8a2ef9;var _0x5467cf;_0x5c9381(Number(_0x3a2f51)),_0xff8c3d(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':{'stroke':{'lineStrokeType':(_0x5467cf=_0x53d22e[_0x5053c4(0x3dd)])==null?void 0x0:_0x5467cf[_0x5053c4(0x70e)]}}},{'stroke':{'lineStrokeType':Number(_0x3a2f51)}});},'direction':_0x8a2ef9(0x323),'children':[_0x98da5a['jsx'](_0x2fa1fc[_0x8a2ef9(0x81c)],{'value':String(_0x6332e7[_0x8a2ef9(0x40a)][_0x8a2ef9(0x39b)]),'children':_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x274),{'className':_0x8a2ef9(0x710),'children':_0x59d064['t']('sheets-shape.line.noLine')})}),_0x98da5a[_0x8a2ef9(0x324)](_0x2fa1fc[_0x8a2ef9(0x81c)],{'value':String(_0x6332e7['ShapeLineTypeEnum'][_0x8a2ef9(0x7f5)]),'children':_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x274),{'className':_0x8a2ef9(0x710),'children':_0x59d064['t']('sheets-shape.line.solidLine')})})]}),_0x289ed0!==_0x6332e7[_0x8a2ef9(0x40a)][_0x8a2ef9(0x39b)]&&_0x98da5a['jsxs']('div',{'className':_0x8a2ef9(0x2a8),'children':[_0x98da5a[_0x8a2ef9(0x515)]('div',{'className':_0x8a2ef9(0x72f),'children':[_0x98da5a['jsx'](_0x8a2ef9(0x274),{'className':'univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x59d064['t']('sheets-shape.line.color')}),_0x98da5a[_0x8a2ef9(0x324)](_0x2fa1fc[_0x8a2ef9(0x1a3)],{'disabled':_0xe63393,'overlay':_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x294),{'className':'univer-rounded-lg\x20univer-p-3','children':_0x98da5a[_0x8a2ef9(0x324)](_0x2fa1fc['ColorPicker'],{'value':_0x486b94,'onChange':_0x8c15f3=>{const _0x4612c1=_0x8a2ef9;var _0x2ddfa0;_0xff8c3d(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':{'stroke':{'color':(_0x2ddfa0=_0x53d22e[_0x4612c1(0x3dd)])==null?void 0x0:_0x2ddfa0[_0x4612c1(0x184)]}}},{'stroke':{'color':_0x8c15f3}}),_0x1c3dec(_0x8c15f3),_0xf4835f(!0x1);}})}),'open':_0x1290cd,'onOpenChange':_0xf4835f,'children':_0x98da5a['jsxs']('a',{'className':_0x8a2ef9(0x778),'children':[_0x98da5a[_0x8a2ef9(0x324)](_0x1196ca,{'className':_0x8a2ef9(0x7a8),'extend':{'colorChannel1':_0x486b94}}),_0x98da5a[_0x8a2ef9(0x324)](_0x5cf4aa,{'className':_0x2fa1fc['clsx'](_0x8a2ef9(0x66c),{'univer-rotate-180':_0x1290cd})})]})})]}),_0x98da5a['jsxs'](_0x8a2ef9(0x294),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x274),{'className':_0x8a2ef9(0x574),'children':_0x59d064['t'](_0x8a2ef9(0x47c))}),_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x294),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':_0x98da5a['jsx'](_0x8a2ef9(0x294),{'className':_0x8a2ef9(0x7c7),'children':_0x98da5a[_0x8a2ef9(0x324)](_0x2fa1fc[_0x8a2ef9(0x3ca)],{'className':_0x8a2ef9(0x3c2),'value':_0x1cce94,'disabled':_0xe63393,'min':0x0,'max':0x64,'formatter':_0x12ce03=>_0x12ce03+'%','parser':_0x2c5fee=>(_0x2c5fee==null?void 0x0:_0x2c5fee[_0x8a2ef9(0x365)]('%',''))||'','onChange':_0x317875=>{const _0x1074e9=_0x8a2ef9;var _0x4fb2a4;const _0x10451=_0x317875!=null?_0x317875:0x0,_0x4c7c03=(0x64-Math[_0x1074e9(0x32b)](0x0,Math[_0x1074e9(0x5e4)](0x64,_0x10451)))/0x64;_0x5d2010(_0x4c7c03),_0xff8c3d(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':{'stroke':{'opacity':(_0x4fb2a4=_0x53d22e[_0x1074e9(0x3dd)])==null?void 0x0:_0x4fb2a4[_0x1074e9(0x286)]}}},{'stroke':{'opacity':_0x4c7c03}}),_0x3dd577[_0x1074e9(0x7bb)](_0x3e1ae8[_0x1074e9(0x179)],!0x1);},'onFocus':()=>_0x3dd577[_0x8a2ef9(0x7bb)](_0x3e1ae8[_0x8a2ef9(0x179)],!0x0),'onBlur':_0x2ae668=>{_0x3dd577['setContextValue'](_0x3e1ae8['FOCUSING_PANEL_EDITOR'],!0x1);}})})})]}),_0x98da5a[_0x8a2ef9(0x515)](_0x8a2ef9(0x294),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x274),{'className':_0x8a2ef9(0x720),'children':_0x59d064['t'](_0x8a2ef9(0x4be))}),_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x294),{'className':_0x8a2ef9(0x3d5),'children':_0x98da5a[_0x8a2ef9(0x324)](_0x2fa1fc[_0x8a2ef9(0x3ca)],{'className':'univer-w-full','disabled':_0xe63393,'value':_0x188d27,'min':0.25,'max':0x64,'step':0.25,'formatter':_0x4c673f=>_0x4c673f+_0x8a2ef9(0x387),'parser':_0x15b871=>(_0x15b871==null?void 0x0:_0x15b871[_0x8a2ef9(0x365)](_0x8a2ef9(0x387),''))||'','onChange':_0x429f6d=>{const _0xfeead9=_0x8a2ef9;var _0x1c4bdb;!Number['isNaN'](_0x429f6d)&&_0x429f6d!==null&&_0xff8c3d(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':{'stroke':{'width':(_0x1c4bdb=_0x53d22e[_0xfeead9(0x3dd)])==null?void 0x0:_0x1c4bdb[_0xfeead9(0x473)]}}},{'stroke':{'width':_0x429f6d}}),_0x3dd577[_0xfeead9(0x7bb)](_0x3e1ae8[_0xfeead9(0x179)],!0x1);},'onFocus':()=>_0x3dd577[_0x8a2ef9(0x7bb)](_0x3e1ae8['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x34c9c0=>{const _0x1ad63b=_0x8a2ef9;_0x3dd577[_0x1ad63b(0x7bb)](_0x3e1ae8[_0x1ad63b(0x179)],!0x1);}})})]}),_0x98da5a[_0x8a2ef9(0x515)](_0x8a2ef9(0x294),{'className':_0x8a2ef9(0x72f),'children':[_0x98da5a['jsx']('span',{'className':'univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x59d064['t'](_0x8a2ef9(0x194))}),_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x294),{'className':_0x8a2ef9(0x7ad),'children':_0x98da5a[_0x8a2ef9(0x324)](_0x2fa1fc[_0x8a2ef9(0x765)],{'className':_0x8a2ef9(0x3c2),'value':String(_0x3426d4),'options':_0x354cd7,'disabled':_0xe63393,'onChange':_0x487acf=>{const _0x59b129=_0x8a2ef9;var _0x166db0;_0x3cec60(Number(_0x487acf)),_0xff8c3d(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':{'stroke':{'dashType':(_0x166db0=_0x53d22e[_0x59b129(0x3dd)])==null?void 0x0:_0x166db0[_0x59b129(0x322)]}}},{'stroke':{'dashType':Number(_0x487acf)}});}})})]}),_0x98da5a[_0x8a2ef9(0x515)](_0x8a2ef9(0x294),{'className':_0x8a2ef9(0x72f),'children':[_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x274),{'className':_0x8a2ef9(0x720),'children':_0x59d064['t'](_0x8a2ef9(0x7f9))}),_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x294),{'className':_0x8a2ef9(0x7ad),'children':_0x98da5a[_0x8a2ef9(0x324)](_0x2fa1fc['Select'],{'className':_0x8a2ef9(0x3c2),'value':String(_0x1afafb),'options':_0x4f90a7,'disabled':_0xe63393,'onChange':_0x211fbd=>{const _0x466dbb=_0x8a2ef9;var _0x3e00b7;_0x8746cc(Number(_0x211fbd)),_0xff8c3d(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':{'stroke':{'capType':(_0x3e00b7=_0x53d22e[_0x466dbb(0x3dd)])==null?void 0x0:_0x3e00b7[_0x466dbb(0x4e5)]}}},{'stroke':{'capType':Number(_0x211fbd)}});}})})]}),_0x98da5a['jsxs'](_0x8a2ef9(0x294),{'className':_0x8a2ef9(0x72f),'children':[_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x274),{'className':_0x8a2ef9(0x720),'children':_0x59d064['t'](_0x8a2ef9(0x3b2))}),_0x98da5a[_0x8a2ef9(0x324)]('div',{'className':_0x8a2ef9(0x7ad),'children':_0x98da5a[_0x8a2ef9(0x324)](_0x2fa1fc[_0x8a2ef9(0x765)],{'className':'univer-w-full','value':String(_0x4954d4),'options':_0x22c744,'disabled':_0xe63393,'onChange':_0x513c28=>{const _0x3bd3ab=_0x8a2ef9;var _0x317a03;_0x4107c0(Number(_0x513c28)),_0xff8c3d(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':{'stroke':{'lineJoinType':(_0x317a03=_0x53d22e[_0x3bd3ab(0x3dd)])==null?void 0x0:_0x317a03[_0x3bd3ab(0x45f)]}}},{'stroke':{'lineJoinType':Number(_0x513c28)}});}})})]}),_0x15e14a&&_0x98da5a[_0x8a2ef9(0x515)](_0x98da5a[_0x8a2ef9(0x187)],{'children':[_0x98da5a['jsxs'](_0x8a2ef9(0x294),{'className':_0x8a2ef9(0x72f),'children':[_0x98da5a['jsx'](_0x8a2ef9(0x274),{'className':_0x8a2ef9(0x720),'children':_0x59d064['t'](_0x8a2ef9(0x7ed))}),_0x98da5a['jsx'](_0x8a2ef9(0x294),{'className':'univer-w-28','children':_0x98da5a[_0x8a2ef9(0x324)](_0x2fa1fc[_0x8a2ef9(0x765)],{'className':_0x8a2ef9(0x3c2),'value':String(_0x17701d),'options':_0xa5d011,'onChange':_0x1b36fa=>{const _0x24ef76=_0x8a2ef9;var _0x28f8d8,_0x5e5a40;_0x587573(Number(_0x1b36fa));const _0x5adfce={'ln':{'startArrow':{'type':(_0x5e5a40=(_0x28f8d8=_0x53d22e['ln'])==null?void 0x0:_0x28f8d8['startArrow'])==null?void 0x0:_0x5e5a40[_0x24ef76(0x424)]}}};_0x2a6a45(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':_0x5adfce},{'ln':{'startArrow':{'type':Number(_0x1b36fa)}}});}})})]}),_0x98da5a[_0x8a2ef9(0x515)](_0x8a2ef9(0x294),{'className':_0x8a2ef9(0x72f),'children':[_0x98da5a['jsx'](_0x8a2ef9(0x274),{'className':_0x8a2ef9(0x720),'children':_0x59d064['t'](_0x8a2ef9(0x65b))}),_0x98da5a[_0x8a2ef9(0x324)]('div',{'className':_0x8a2ef9(0x7ad),'children':_0x98da5a[_0x8a2ef9(0x324)](_0x2fa1fc[_0x8a2ef9(0x765)],{'className':'univer-w-full','value':String(_0x881bdf),'options':_0xf968ae,'onChange':_0x20357e=>{const _0x4d25ab=_0x8a2ef9;var _0x285f16,_0x2ab68e;_0x29a2d6(Number(_0x20357e));const _0xb1777f={'ln':{'startArrow':{'size':(_0x2ab68e=(_0x285f16=_0x53d22e['ln'])==null?void 0x0:_0x285f16[_0x4d25ab(0x4de)])==null?void 0x0:_0x2ab68e['size']}}};_0x2a6a45(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':_0xb1777f},{'ln':{'startArrow':{'size':Number(_0x20357e)}}});}})})]}),_0x98da5a['jsxs']('div',{'className':_0x8a2ef9(0x72f),'children':[_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x274),{'className':_0x8a2ef9(0x720),'children':_0x59d064['t']('sheets-shape.line.endArrowType')}),_0x98da5a[_0x8a2ef9(0x324)]('div',{'className':_0x8a2ef9(0x7ad),'children':_0x98da5a['jsx'](_0x2fa1fc[_0x8a2ef9(0x765)],{'className':_0x8a2ef9(0x3c2),'value':String(_0x51a515),'options':_0xa5d011,'onChange':_0x177a4f=>{const _0x1e29b5=_0x8a2ef9;var _0x38f757,_0x5e143c;_0x55999b(Number(_0x177a4f));const _0x1b180f={'ln':{'endArrow':{'type':(_0x5e143c=(_0x38f757=_0x53d22e['ln'])==null?void 0x0:_0x38f757[_0x1e29b5(0x440)])==null?void 0x0:_0x5e143c[_0x1e29b5(0x424)]}}};_0x2a6a45(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':_0x1b180f},{'ln':{'endArrow':{'type':Number(_0x177a4f)}}});}})})]}),_0x98da5a[_0x8a2ef9(0x515)](_0x8a2ef9(0x294),{'className':_0x8a2ef9(0x72f),'children':[_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x274),{'className':'univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x59d064['t'](_0x8a2ef9(0x660))}),_0x98da5a[_0x8a2ef9(0x324)](_0x8a2ef9(0x294),{'className':'univer-w-28','children':_0x98da5a['jsx'](_0x2fa1fc['Select'],{'className':_0x8a2ef9(0x3c2),'value':String(_0x2bd635),'options':_0xf968ae,'onChange':_0x2eac7b=>{const _0xba74f=_0x8a2ef9;var _0x447123,_0x7551c4;_0x1a4764(Number(_0x2eac7b));const _0x49b5aa={'ln':{'endArrow':{'size':(_0x7551c4=(_0x447123=_0x53d22e['ln'])==null?void 0x0:_0x447123[_0xba74f(0x440)])==null?void 0x0:_0x7551c4[_0xba74f(0x1b1)]}}};_0x2a6a45(_0x159de1,_0x188858,_0x3a713c,_0x3bac43,{'oldShapeData':_0x49b5aa},{'ln':{'endArrow':{'size':Number(_0x2eac7b)}}});}})})]})]})]})]});}function _0x23762d(){const _0x3e788b=_0x5badd6,_0xb9a8b3=_0x3a834e[_0x3e788b(0x3d2)](_0x36414e[_0x3e788b(0x360)]),_0x2a905d=_0xb9a8b3['getFocusDrawings'](),[_0x4cf180,_0xa24efc]=_0x477c0c['useState'](_0x2a905d);return _0x477c0c[_0x3e788b(0x58a)](()=>{const _0x46a111=_0x3e788b,_0x2b8457=_0xb9a8b3[_0x46a111(0x7b6)][_0x46a111(0x1ec)](_0x2c668f=>{_0xa24efc(_0x2c668f);});return()=>{const _0x3f4841=_0x46a111;_0x2b8457[_0x3f4841(0x40d)]();};},[]),_0x4cf180[_0x3e788b(0x52a)]===0x0?null:_0x98da5a[_0x3e788b(0x324)](_0x3e788b(0x294),{'children':_0x98da5a['jsxs'](_0x3e788b(0x294),{'className':_0x3e788b(0x556),'children':[_0x98da5a[_0x3e788b(0x324)](_0x27708b[_0x3e788b(0x1e5)],{'drawings':_0x4cf180,'hasCropper':!0x1}),_0x98da5a[_0x3e788b(0x324)](_0x257e5f[_0x3e788b(0x7b0)],{'drawings':_0x4cf180})]})});}function _0x396559(_0x4d47e3){const _0x1d20fa=_0x5badd6,{shapeData:_0x270328,shapeId:_0x249776,shapeType:_0x6e115a,version:_0x54935f,unitId:_0x51252c,subUnitId:_0x58ef38,disableShapeOption:_0x27e0fc}=_0x4d47e3,_0x2eca41=_0x3a834e['useDependency'](_0x3e1ae8[_0x1d20fa(0x594)]),_0x5920c5=_0x6332e7['isConnectorShape'](_0x6e115a),[_0x483666,_0xbfbf08]=_0x477c0c[_0x1d20fa(0x68e)](0x0),_0x38f9d1=[{'label':_0x98da5a[_0x1d20fa(0x324)](_0x1d20fa(0x294),{'children':_0x2eca41['t'](_0x1d20fa(0x803))}),'children':_0x98da5a[_0x1d20fa(0x324)](_0x1d20fa(0x3a0),{'className':_0x1d20fa(0x2a6),'children':_0x98da5a[_0x1d20fa(0x324)](_0x3c7890,{'shapeId':_0x249776,'shapeData':_0x270328,'isLineShape':_0x5920c5,'subUnitId':_0x58ef38,'unitId':_0x51252c,'disableShapeOption':_0x27e0fc},_0x249776)})},{'label':_0x98da5a[_0x1d20fa(0x324)]('div',{'children':_0x2eca41['t']('sheets-shape.line.title')}),'children':_0x98da5a[_0x1d20fa(0x324)](_0x1d20fa(0x3a0),{'className':_0x1d20fa(0x2a6),'children':_0x98da5a[_0x1d20fa(0x324)](_0x1b4d51,{'shapeId':_0x249776,'shapeData':_0x270328,'isLineShape':_0x5920c5,'subUnitId':_0x58ef38,'unitId':_0x51252c,'disableShapeOption':_0x27e0fc},_0x249776)})}];return _0x98da5a[_0x1d20fa(0x515)](_0x1d20fa(0x294),{'className':'univer-size-full','children':[_0x98da5a['jsxs'](_0x1d20fa(0x294),{'className':'univer-flex\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200','children':[_0x98da5a['jsxs']('div',{'className':_0x2fa1fc[_0x1d20fa(0x54d)](_0x1d20fa(0x3a7),_0x483666===0x0?'univer-text-primary-600':_0x1d20fa(0x7a8)),'onClick':()=>_0xbfbf08(0x0),'children':[_0x2eca41['t']('sheets-shape.shapeStyle'),_0x98da5a[_0x1d20fa(0x324)]('div',{'className':_0x2fa1fc[_0x1d20fa(0x54d)](_0x1d20fa(0x7f2),{'univer-bg-primary-600':_0x483666===0x0,'univer-bg-transparent':_0x483666!==0x0})})]}),_0x98da5a[_0x1d20fa(0x515)]('div',{'className':_0x2fa1fc[_0x1d20fa(0x54d)](_0x1d20fa(0x3a7),{'univer-text-primary-600':_0x483666===0x1,'univer-text-gray-500':_0x483666!==0x1}),'onClick':()=>_0xbfbf08(0x1),'children':[_0x2eca41['t'](_0x1d20fa(0x2c4)),_0x98da5a[_0x1d20fa(0x324)](_0x1d20fa(0x294),{'className':_0x2fa1fc['clsx'](_0x1d20fa(0x70c),{'univer-bg-primary-600':_0x483666===0x1,'univer-bg-transparent':_0x483666!==0x1})})]})]}),_0x98da5a[_0x1d20fa(0x324)](_0x1d20fa(0x294),{'className':'univer-flex-1\x20univer-overflow-auto','children':_0x483666===0x0?_0x98da5a['jsx'](_0x1d20fa(0x294),{'className':'','children':_0x98da5a[_0x1d20fa(0x324)](_0x2fa1fc[_0x1d20fa(0x41b)],{'items':_0x38f9d1})},_0x54935f):_0x98da5a['jsx'](_0x23762d,{})})]});}const _0x26ccf4={'type':_0x3e1ae8[_0x5badd6(0x23e)][_0x5badd6(0x3cb)],'id':'sheet.command.menu-insert-shape','handler':async(_0x2615e2,_0x1695b1)=>{const _0x5a014c=_0x5badd6,_0x161374=_0x2615e2[_0x5a014c(0x634)](_0x3e1ae8[_0x5a014c(0x530)]),_0x126731=_0x2615e2[_0x5a014c(0x634)](_0x3e1ae8[_0x5a014c(0x20e)]),{workbook:_0x2eb5ee,worksheet:_0x1f5828}=_0x5b75fb['getSheetCommandTarget'](_0x126731)||{};if(!_0x2eb5ee||!_0x1f5828)return!0x1;const {value:_0x3caadb,enhanceParams:_0x5277fd,unitId:_0x284dbc,subUnitId:_0x1d8c3a}=_0x1695b1,_0x49ed3a={'unitId':_0x284dbc,'subUnitId':_0x1d8c3a,'shapeType':_0x3caadb};if(_0x5277fd){const _0x4751a1=_0x6332e7[_0x5a014c(0x731)](_0x3caadb),_0x1583a0=_0x3caadb===_0x6332e7[_0x5a014c(0x66a)][_0x5a014c(0x522)];if(_0x4751a1&&(_0x5277fd[_0x5a014c(0x4de)]||_0x5277fd[_0x5a014c(0x440)])){const _0x2d7d5c={'ln':{'startArrow':_0x5277fd[_0x5a014c(0x4de)]?{'type':_0x6332e7['ShapeArrowTypeEnum'][_0x5a014c(0x680)],'size':_0x6332e7[_0x5a014c(0x55a)][_0x5a014c(0x5d9)]}:void 0x0,'endArrow':_0x5277fd['endArrow']?{'type':_0x6332e7[_0x5a014c(0x5a9)][_0x5a014c(0x680)],'size':_0x6332e7['ShapeArrowSizeEnum']['Large']}:void 0x0}};_0x49ed3a['shapeData']=_0x2d7d5c;}_0x1583a0&&(_0x5277fd[_0x5a014c(0x48c)]||_0x5277fd[_0x5a014c(0x323)])&&(_0x49ed3a[_0x5a014c(0x439)]={'fill':{'fillType':_0x6332e7['ShapeFillEnum'][_0x5a014c(0x3b5)]},'stroke':{'lineStrokeType':_0x6332e7[_0x5a014c(0x40a)][_0x5a014c(0x39b)]},'shapeText':{'isHorizontal':!!_0x5277fd[_0x5a014c(0x48c)]}});}return _0x161374[_0x5a014c(0x320)](_0x40a88d['id'],_0x49ed3a),!0x0;}},_0x3fcf92=[{'group':'line','type':_0x6332e7[_0x5badd6(0x66a)]['Line'],'icon':_0x5badd6(0x6c0),'name':_0x5badd6(0x60f)},{'group':_0x5badd6(0x7f4),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x2a0)],'icon':'ShapeStraightConnector1Icon','name':'shape.type.straight-connector1','endArrow':!0x0},{'group':_0x5badd6(0x7f4),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x2a0)],'icon':_0x5badd6(0x3f1),'name':'shape.type.straight-connector2','endArrow':!0x0,'startArrow':!0x0},{'group':_0x5badd6(0x7f4),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x55b)],'icon':_0x5badd6(0x7b3),'name':_0x5badd6(0x595)},{'group':_0x5badd6(0x7f4),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x55b)],'icon':_0x5badd6(0x4dc),'name':_0x5badd6(0x2b3),'endArrow':!0x0},{'group':_0x5badd6(0x7f4),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x55b)],'icon':_0x5badd6(0x3fb),'name':_0x5badd6(0x3a1),'endArrow':!0x0,'startArrow':!0x0},{'group':_0x5badd6(0x7f4),'type':_0x6332e7[_0x5badd6(0x66a)]['CurvedConnector3'],'icon':_0x5badd6(0x4c6),'name':_0x5badd6(0x2cf)},{'group':_0x5badd6(0x7f4),'type':_0x6332e7[_0x5badd6(0x66a)]['CurvedConnector3'],'icon':_0x5badd6(0x598),'name':_0x5badd6(0x2b9),'endArrow':!0x0},{'group':_0x5badd6(0x7f4),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x6cb)],'icon':_0x5badd6(0x4ca),'name':_0x5badd6(0x7e5),'endArrow':!0x0,'startArrow':!0x0},{'group':'rectangle','type':_0x6332e7[_0x5badd6(0x66a)]['Rect'],'icon':_0x5badd6(0x5d4),'name':_0x5badd6(0x572)},{'group':'rectangle','type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x7b7)],'icon':_0x5badd6(0x1af),'name':'shape.type.round-rect'},{'group':_0x5badd6(0x6f6),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x2e7)],'icon':'ShapeSnip1RectIcon','name':_0x5badd6(0x1dc)},{'group':_0x5badd6(0x6f6),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x1a0)],'icon':_0x5badd6(0x1bf),'name':_0x5badd6(0x5b9)},{'group':_0x5badd6(0x6f6),'type':_0x6332e7[_0x5badd6(0x66a)]['Snip2DiagRect'],'icon':'ShapeSnip2DiagRectIcon','name':_0x5badd6(0x713)},{'group':_0x5badd6(0x6f6),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x43c)],'icon':'ShapeSnipRoundRectIcon','name':'shape.type.snip-round-rect'},{'group':_0x5badd6(0x6f6),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x735)],'icon':_0x5badd6(0x193),'name':_0x5badd6(0x65f)},{'group':'rectangle','type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x513)],'icon':_0x5badd6(0x53e),'name':_0x5badd6(0x6e6)},{'group':_0x5badd6(0x6f6),'type':_0x6332e7[_0x5badd6(0x66a)]['Round2DiagRect'],'icon':_0x5badd6(0x699),'name':'shape.type.round2-diag-rect'},{'group':'basicShape','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x522)],'icon':_0x5badd6(0x664),'name':_0x5badd6(0x7c3),'horizontal':!0x0},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x522)],'icon':_0x5badd6(0x5de),'name':_0x5badd6(0x381),'vertical':!0x0},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)]['Ellipse'],'icon':_0x5badd6(0x50c),'name':_0x5badd6(0x70d)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)]['Triangle'],'icon':_0x5badd6(0x5b1),'name':_0x5badd6(0x548)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)]['RightTriangle'],'icon':_0x5badd6(0x257),'name':_0x5badd6(0x72b)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)]['Parallelogram'],'icon':'ShapeParallelogramIcon','name':_0x5badd6(0x583)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x283)],'icon':_0x5badd6(0x3d3),'name':'shape.type.trapezoid'},{'group':'basicShape','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x810)],'icon':'ShapeDiamondIcon','name':_0x5badd6(0x351)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x412)],'icon':'ShapePentagonIcon','name':_0x5badd6(0x747)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x31e)],'icon':'ShapeHexagonIcon','name':'shape.type.hexagon'},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x438)],'icon':_0x5badd6(0x79f),'name':_0x5badd6(0x4a3)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x181)],'icon':_0x5badd6(0x4c3),'name':_0x5badd6(0x71a)},{'group':_0x5badd6(0x21e),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x546)],'icon':'ShapeDecagonIcon','name':_0x5badd6(0x3e6)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)]['Dodecagon'],'icon':_0x5badd6(0x6fe),'name':_0x5badd6(0x715)},{'group':'basicShape','type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x38c)],'icon':'ShapePieIcon','name':_0x5badd6(0x16e)},{'group':'basicShape','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x36b)],'icon':_0x5badd6(0x2d7),'name':'shape.type.chord'},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)]['Teardrop'],'icon':_0x5badd6(0x761),'name':_0x5badd6(0x1ad)},{'group':_0x5badd6(0x21e),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x1ce)],'icon':_0x5badd6(0x405),'name':_0x5badd6(0x6f9)},{'group':_0x5badd6(0x21e),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x5f8)],'icon':'ShapeHalfFrameIcon','name':_0x5badd6(0x1f5)},{'group':_0x5badd6(0x21e),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x457)],'icon':_0x5badd6(0x56a),'name':_0x5badd6(0x610)},{'group':'basicShape','type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x5db)],'icon':_0x5badd6(0x7c1),'name':_0x5badd6(0x4a8)},{'group':_0x5badd6(0x21e),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x5cf)],'icon':_0x5badd6(0x633),'name':_0x5badd6(0x41f)},{'group':'basicShape','type':_0x6332e7[_0x5badd6(0x66a)]['Plaque'],'icon':_0x5badd6(0x402),'name':_0x5badd6(0x49e)},{'group':'basicShape','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x4ef)],'icon':_0x5badd6(0x80e),'name':'shape.type.can'},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)]['Cube'],'icon':_0x5badd6(0x24b),'name':_0x5badd6(0x452)},{'group':'basicShape','type':_0x6332e7[_0x5badd6(0x66a)]['Bevel'],'icon':_0x5badd6(0x175),'name':_0x5badd6(0x475)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x63e)],'icon':_0x5badd6(0x512),'name':_0x5badd6(0x686)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x6e2)],'icon':_0x5badd6(0x643),'name':_0x5badd6(0x3e0)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x244)],'icon':_0x5badd6(0x399),'name':_0x5badd6(0x234)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x809)],'icon':_0x5badd6(0x264),'name':_0x5badd6(0x4e7)},{'group':'basicShape','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x3fc)],'icon':'ShapeSmileyFaceIcon','name':'shape.type.smiley-face'},{'group':'basicShape','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x1c9)],'icon':_0x5badd6(0x404),'name':_0x5badd6(0x7e2)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x4fb)],'icon':_0x5badd6(0x25d),'name':'shape.type.lightning-bolt'},{'group':'basicShape','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x705)],'icon':'ShapeSunIcon','name':_0x5badd6(0x6d8)},{'group':'basicShape','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x1cd)],'icon':_0x5badd6(0x74d),'name':_0x5badd6(0x3eb)},{'group':_0x5badd6(0x21e),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x3b7)],'icon':_0x5badd6(0x5a0),'name':_0x5badd6(0x1bc)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x7d7)],'icon':'ShapeArcIcon','name':'shape.type.arc'},{'group':_0x5badd6(0x21e),'type':_0x6332e7['ShapeTypeEnum']['BracketPair'],'icon':_0x5badd6(0x516),'name':_0x5badd6(0x6b7)},{'group':_0x5badd6(0x21e),'type':_0x6332e7['ShapeTypeEnum']['BracePair'],'icon':'ShapeBracePairIcon','name':_0x5badd6(0x2ea)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x34c)],'icon':'ShapeLeftBracketIcon','name':'shape.type.left-bracket'},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x5fd)],'icon':'ShapeRightBracketIcon','name':'shape.type.right-bracket'},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x80f)],'icon':_0x5badd6(0x67d),'name':_0x5badd6(0x68a)},{'group':_0x5badd6(0x21e),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x5a7)],'icon':'ShapeRightBraceIcon','name':'shape.type.right-brace'},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x1a1)],'icon':_0x5badd6(0x4a2),'name':'shape.type.right-arrow'},{'group':'blockArrow','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x67f)],'icon':'ShapeLeftArrowIcon','name':_0x5badd6(0x71f)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x347)],'icon':_0x5badd6(0x3c1),'name':'shape.type.up-arrow'},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x353)],'icon':_0x5badd6(0x72e),'name':_0x5badd6(0x772)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x498)],'icon':_0x5badd6(0x1df),'name':'shape.type.left-right-arrow'},{'group':_0x5badd6(0x5e7),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x6c2)],'icon':_0x5badd6(0x1cc),'name':_0x5badd6(0x2eb)},{'group':'blockArrow','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x564)],'icon':_0x5badd6(0x5ae),'name':'shape.type.quad-arrow'},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)]['LeftRightUpArrow'],'icon':_0x5badd6(0x2c8),'name':'shape.type.left-right-up-arrow'},{'group':'blockArrow','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x6b1)],'icon':'ShapeBentArrowIcon','name':_0x5badd6(0x434)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x797)],'icon':_0x5badd6(0x340),'name':_0x5badd6(0x808)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x304)],'icon':_0x5badd6(0x1a7),'name':_0x5badd6(0x1ca)},{'group':'blockArrow','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x38e)],'icon':'ShapeBentUpArrowIcon','name':_0x5badd6(0x383)},{'group':'blockArrow','type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x64d)],'icon':_0x5badd6(0x6bb),'name':_0x5badd6(0x6b2)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x4a9)],'icon':'ShapeCurvedLeftArrowIcon','name':'shape.type.curved-left-arrow'},{'group':_0x5badd6(0x5e7),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x32a)],'icon':_0x5badd6(0x589),'name':'shape.type.curved-up-arrow'},{'group':_0x5badd6(0x5e7),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x5e9)],'icon':'ShapeCurvedDownArrowIcon','name':_0x5badd6(0x7d0)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x819)],'icon':_0x5badd6(0x480),'name':_0x5badd6(0x20a)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x1c5)],'icon':'ShapeNotchedRightArrowIcon','name':_0x5badd6(0x1fb)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7['ShapeTypeEnum']['HomePlate'],'icon':_0x5badd6(0x66e),'name':'shape.type.home-plate'},{'group':'blockArrow','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x557)],'icon':_0x5badd6(0x5c0),'name':_0x5badd6(0x62b)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x50a)],'icon':_0x5badd6(0x662),'name':'shape.type.right-arrow-callout'},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x787)],'icon':'ShapeDownArrowCalloutIcon','name':'shape.type.down-arrow-callout'},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x21a)],'icon':_0x5badd6(0x28e),'name':'shape.type.left-arrow-callout'},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x20f)],'icon':_0x5badd6(0x3f7),'name':'shape.type.up-arrow-callout'},{'group':_0x5badd6(0x5e7),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x42c)],'icon':_0x5badd6(0x49a),'name':_0x5badd6(0x5fa)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x3c6)],'icon':_0x5badd6(0x375),'name':_0x5badd6(0x7db)},{'group':_0x5badd6(0x5e7),'type':_0x6332e7['ShapeTypeEnum']['CircularArrow'],'icon':_0x5badd6(0x3aa),'name':_0x5badd6(0x195)},{'group':'equationShape','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x3f6)],'icon':_0x5badd6(0x756),'name':_0x5badd6(0x666)},{'group':_0x5badd6(0x2ab),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x3a6)],'icon':_0x5badd6(0x2dd),'name':'shape.type.math-minus'},{'group':_0x5badd6(0x2ab),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x2ff)],'icon':'ShapeMathMultiplyIcon','name':_0x5badd6(0x644)},{'group':_0x5badd6(0x2ab),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x6aa)],'icon':'ShapeMathDivideIcon','name':'shape.type.math-divide'},{'group':'equationShape','type':_0x6332e7['ShapeTypeEnum']['MathEqual'],'icon':_0x5badd6(0x6db),'name':_0x5badd6(0x232)},{'group':'equationShape','type':_0x6332e7['ShapeTypeEnum']['MathNotEqual'],'icon':_0x5badd6(0x6f1),'name':_0x5badd6(0x781)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x26b)],'icon':_0x5badd6(0x6a2),'name':_0x5badd6(0x674)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x290)],'icon':'ShapeFlowChartAlternateProcessIcon','name':_0x5badd6(0x789)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)]['FlowchartDecision'],'icon':'ShapeFlowChartDecisionIcon','name':_0x5badd6(0x51a)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x366)],'icon':_0x5badd6(0x6c1),'name':'shape.type.flow-chart-input-output'},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x5b6)],'icon':_0x5badd6(0x7fe),'name':'shape.type.flow-chart-predefined-process'},{'group':_0x5badd6(0x266),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x25f)],'icon':_0x5badd6(0x67b),'name':_0x5badd6(0x2a2)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x3cc)],'icon':_0x5badd6(0x698),'name':_0x5badd6(0x321)},{'group':_0x5badd6(0x266),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x79b)],'icon':_0x5badd6(0x6a7),'name':_0x5badd6(0x3ef)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x6ac)],'icon':_0x5badd6(0x32f),'name':_0x5badd6(0x63f)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)]['FlowchartPreparation'],'icon':_0x5badd6(0x407),'name':_0x5badd6(0x739)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)]['FlowchartManualInput'],'icon':_0x5badd6(0x1be),'name':_0x5badd6(0x50d)},{'group':_0x5badd6(0x266),'type':_0x6332e7['ShapeTypeEnum']['FlowchartManualOperation'],'icon':'ShapeFlowChartManualOperationIcon','name':_0x5badd6(0x34d)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)]['FlowchartConnector'],'icon':_0x5badd6(0x254),'name':'shape.type.flow-chart-connector'},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x3ae)],'icon':_0x5badd6(0x43e),'name':_0x5badd6(0x716)},{'group':'flowchart','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x3b9)],'icon':_0x5badd6(0x812),'name':_0x5badd6(0x76d)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x523)],'icon':'ShapeFlowChartPunchedTapeIcon','name':_0x5badd6(0x468)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)]['FlowchartSummingJunction'],'icon':_0x5badd6(0x6b0),'name':_0x5badd6(0x53d)},{'group':'flowchart','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x6ae)],'icon':_0x5badd6(0x377),'name':_0x5badd6(0x29d)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x28b)],'icon':_0x5badd6(0x27f),'name':_0x5badd6(0x401)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)]['FlowchartSort'],'icon':_0x5badd6(0x78b),'name':_0x5badd6(0x429)},{'group':_0x5badd6(0x266),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x358)],'icon':_0x5badd6(0x5dd),'name':_0x5badd6(0x2bb)},{'group':'flowchart','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x253)],'icon':'ShapeFlowChartMergeIcon','name':_0x5badd6(0x5ec)},{'group':'flowchart','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x2ae)],'icon':_0x5badd6(0x18d),'name':'shape.type.flow-chart-online-storage'},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x183)],'icon':'ShapeFlowChartDelayIcon','name':_0x5badd6(0x255)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)]['FlowchartMagneticTape'],'icon':_0x5badd6(0x75a),'name':_0x5badd6(0x212)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x6e1)],'icon':_0x5badd6(0x2c9),'name':_0x5badd6(0x4db)},{'group':_0x5badd6(0x266),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x296)],'icon':_0x5badd6(0x1de),'name':_0x5badd6(0x5e5)},{'group':_0x5badd6(0x266),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x30a)],'icon':_0x5badd6(0x361),'name':_0x5badd6(0x2af)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7[_0x5badd6(0x66a)]['IrregularSeal1'],'icon':_0x5badd6(0x794),'name':_0x5badd6(0x718)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x566)],'icon':_0x5badd6(0x652),'name':_0x5badd6(0x5b0)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x371)],'icon':'ShapeStar4Icon','name':_0x5badd6(0x208)},{'group':'starAndBanner','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x1b8)],'icon':'ShapeStar5Icon','name':_0x5badd6(0x563)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x4d7)],'icon':'ShapeStar6Icon','name':'shape.type.star6'},{'group':'starAndBanner','type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x2db)],'icon':_0x5badd6(0x6e5),'name':_0x5badd6(0x3f9)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x198)],'icon':_0x5badd6(0x2b5),'name':_0x5badd6(0x76a)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7['ShapeTypeEnum']['Star10'],'icon':_0x5badd6(0x818),'name':_0x5badd6(0x4d6)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7[_0x5badd6(0x66a)]['Star12'],'icon':_0x5badd6(0x69d),'name':_0x5badd6(0x79d)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7['ShapeTypeEnum']['Star16'],'icon':_0x5badd6(0x506),'name':_0x5badd6(0x550)},{'group':'starAndBanner','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x40b)],'icon':_0x5badd6(0x349),'name':_0x5badd6(0x631)},{'group':'starAndBanner','type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x4f9)],'icon':_0x5badd6(0x178),'name':_0x5badd6(0x584)},{'group':'starAndBanner','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x292)],'icon':_0x5badd6(0x3e7),'name':_0x5badd6(0x4dd)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x2f5)],'icon':_0x5badd6(0x7d3),'name':_0x5badd6(0x679)},{'group':'starAndBanner','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x7b8)],'icon':'ShapeEllipseRibbon2Icon','name':'shape.type.ellipse-ribbon2'},{'group':'starAndBanner','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x303)],'icon':_0x5badd6(0x58f),'name':_0x5badd6(0x1f1)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7['ShapeTypeEnum']['VerticalScroll'],'icon':_0x5badd6(0x2e5),'name':'shape.type.vertical-scroll'},{'group':_0x5badd6(0x2cc),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x4bd)],'icon':'ShapeHorizontalScrollIcon','name':'shape.type.horizontal-scroll'},{'group':_0x5badd6(0x2cc),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x17f)],'icon':'ShapeWaveIcon','name':_0x5badd6(0x745)},{'group':_0x5badd6(0x2cc),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x1aa)],'icon':'ShapeDoubleWaveIcon','name':_0x5badd6(0x68b)},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x6c3)],'icon':_0x5badd6(0x293),'name':'shape.type.wedge-rect-callout'},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x6fb)],'icon':_0x5badd6(0x221),'name':_0x5badd6(0x441)},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)]['WedgeEllipseCallout'],'icon':_0x5badd6(0x4b4),'name':_0x5badd6(0x606)},{'group':_0x5badd6(0x3ac),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x4ac)],'icon':_0x5badd6(0x16b),'name':_0x5badd6(0x46e)},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)]['BorderCallout1'],'icon':_0x5badd6(0x2b4),'name':'shape.type.border-callout1'},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x61b)],'icon':_0x5badd6(0x694),'name':_0x5badd6(0x33d)},{'group':'callout','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x711)],'icon':_0x5badd6(0x3a9),'name':_0x5badd6(0x793)},{'group':_0x5badd6(0x3ac),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x174)],'icon':'ShapeAccentCallout1Icon','name':'shape.type.accent-callout1'},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x549)],'icon':_0x5badd6(0x799),'name':_0x5badd6(0x1f0)},{'group':_0x5badd6(0x3ac),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x571)],'icon':_0x5badd6(0x4c8),'name':_0x5badd6(0x752)},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x1d2)],'icon':_0x5badd6(0x1b7),'name':'shape.type.callout1'},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)]['Callout2'],'icon':'ShapeCallout2Icon','name':_0x5badd6(0x647)},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x57c)],'icon':_0x5badd6(0x336),'name':_0x5badd6(0x5ab)},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x3f2)],'icon':_0x5badd6(0x3f0),'name':_0x5badd6(0x2e4)},{'group':_0x5badd6(0x3ac),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x469)],'icon':'ShapeAccentBorderCallout2Icon','name':_0x5badd6(0x682)},{'group':'callout','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x7e3)],'icon':_0x5badd6(0x23a),'name':'shape.type.accent-border-callout3'},{'group':'other','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x688)],'icon':_0x5badd6(0x562),'name':'shape.type.left-circular-arrow'},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)]['LeftRightCircularArrow'],'icon':'ShapeLeftRightCircularArrowIcon','name':_0x5badd6(0x7c0)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)]['SwooshArrow'],'icon':_0x5badd6(0x1a2),'name':_0x5badd6(0x376)},{'group':'other','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x33b)],'icon':_0x5badd6(0x551),'name':_0x5badd6(0x599)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)]['PieWedge'],'icon':'ShapePieWedgeIcon','name':'shape.type.pie-wedge'},{'group':'other','type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x4e6)],'icon':_0x5badd6(0x6e9),'name':'shape.type.funnel'},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x343)],'icon':_0x5badd6(0x7a1),'name':_0x5badd6(0x593)},{'group':'other','type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x356)],'icon':_0x5badd6(0x7e7),'name':_0x5badd6(0x49c)},{'group':_0x5badd6(0x580),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x68f)],'icon':'ShapeCornerTabsIcon','name':_0x5badd6(0x2d0)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x805)],'icon':'ShapeActionButtonBackPreviousIcon','name':_0x5badd6(0x3c4)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x758)],'icon':_0x5badd6(0x3b3),'name':_0x5badd6(0x617)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x313)],'icon':_0x5badd6(0x249),'name':'shape.type.action-button-beginning'},{'group':'other','type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x37b)],'icon':_0x5badd6(0x3b1),'name':_0x5badd6(0x325)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)]['ActionButtonHome'],'icon':_0x5badd6(0x389),'name':_0x5badd6(0x3d8)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)]['ActionButtonInformation'],'icon':_0x5badd6(0x288),'name':_0x5badd6(0x215)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x6dd)],'icon':_0x5badd6(0x19a),'name':'shape.type.action-button-return'},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x7a9)],'icon':'ShapeActionButtonMovieIcon','name':_0x5badd6(0x4ce)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x207)],'icon':_0x5badd6(0x59d),'name':_0x5badd6(0x3c3)},{'group':'other','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x38d)],'icon':_0x5badd6(0x445),'name':_0x5badd6(0x3da)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)]['ActionButtonHelp'],'icon':_0x5badd6(0x491),'name':'shape.type.action-button-help'},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x7eb)],'icon':'ShapeActionButtonBlankIcon','name':_0x5badd6(0x317)},{'group':_0x5badd6(0x580),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x692)],'icon':_0x5badd6(0x4a0),'name':_0x5badd6(0x55e)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x43a)],'icon':'ShapeChartStarIcon','name':_0x5badd6(0x231)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)]['ChartX'],'icon':_0x5badd6(0x2cd),'name':_0x5badd6(0x338)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)]['FlowChartOfflineStorage'],'icon':_0x5badd6(0x2e1),'name':'shape.type.flow-chart-offline-storage'},{'group':'other','type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x5c2)],'icon':'ShapeLineInvIcon','name':'shape.type.line-inv'},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)]['PlaqueTabs'],'icon':_0x5badd6(0x390),'name':'shape.type.plaque-tabs'},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x2fc)],'icon':_0x5badd6(0x316),'name':_0x5badd6(0x734)},{'group':_0x5badd6(0x580),'type':_0x6332e7[_0x5badd6(0x66a)][_0x5badd6(0x398)],'icon':_0x5badd6(0x3a3),'name':'shape.type.up-down-arrow-callout'},{'group':_0x5badd6(0x580),'type':_0x6332e7['ShapeTypeEnum'][_0x5badd6(0x235)],'icon':_0x5badd6(0x66d),'name':_0x5badd6(0x45d)}],_0x19022e=_0x5badd6(0x7cf);function _0x1accb7(){const _0x4f9ef4=_0x5badd6,_0x11fef3=_0x3a834e[_0x4f9ef4(0x3d2)](_0x3e1ae8[_0x4f9ef4(0x530)]),_0x404724=_0x3a834e[_0x4f9ef4(0x3d2)](_0x3e1ae8[_0x4f9ef4(0x594)]),_0x4e9b73=_0x3a834e['useDependency'](_0x3a834e[_0x4f9ef4(0x607)]),_0x1e3393=_0x3fcf92[_0x4f9ef4(0x665)]((_0x595de7,_0x4cfbe0)=>(_0x595de7[_0x4cfbe0[_0x4f9ef4(0x796)]]||(_0x595de7[_0x4cfbe0[_0x4f9ef4(0x796)]]=[]),_0x595de7[_0x4cfbe0[_0x4f9ef4(0x796)]][_0x4f9ef4(0x529)](_0x4cfbe0),_0x595de7),{}),_0xb99e83=_0x1d2a76=>{const _0xc187cf=_0x4f9ef4;_0x11fef3[_0xc187cf(0x320)](_0x26ccf4['id'],{'value':_0x1d2a76[_0xc187cf(0x424)],'enhanceParams':{'endArrow':_0x1d2a76[_0xc187cf(0x440)],'startArrow':_0x1d2a76['startArrow'],'horizontal':_0x1d2a76[_0xc187cf(0x48c)],'vertical':_0x1d2a76[_0xc187cf(0x323)]}});};return _0x98da5a['jsx'](_0x4f9ef4(0x294),{'className':'univer-w-[320px]\x20univer-pb-2','children':Object[_0x4f9ef4(0x609)](_0x1e3393)['map'](([_0x370864,_0x52a92e])=>_0x98da5a[_0x4f9ef4(0x515)](_0x4f9ef4(0x294),{'className':_0x4f9ef4(0x326),'children':[_0x98da5a[_0x4f9ef4(0x324)](_0x4f9ef4(0x294),{'className':_0x4f9ef4(0x29c),'children':_0x404724['t']('shape.group.'+_0x370864)}),_0x98da5a[_0x4f9ef4(0x324)](_0x4f9ef4(0x294),{'className':'univer-grid\x20univer-grid-cols-10\x20univer-gap-1','children':_0x52a92e[_0x4f9ef4(0x3ce)]((_0x1c7b83,_0xb4bbe1)=>{const _0x26e1f5=_0x4f9ef4,_0x51ee37=_0x4e9b73[_0x26e1f5(0x634)](_0x1c7b83[_0x26e1f5(0x209)]);return _0x98da5a['jsx'](_0x26e1f5(0x294),{'title':_0x404724['t'](_0x1c7b83[_0x26e1f5(0x639)]),'onClick':()=>_0xb99e83(_0x1c7b83),'className':_0x26e1f5(0x75f),'children':_0x51ee37&&_0x98da5a[_0x26e1f5(0x324)](_0x51ee37,{'className':'univer-size-full'})},_0xb4bbe1);})})]},_0x370864))});}const _0x4b5ddb=[{'label':_0x5badd6(0x35e),'icon':_0x5badd6(0x75e),'value':_0x3e1ae8[_0x5badd6(0x6fa)][_0x5badd6(0x65d)]},{'label':'align.middle','icon':_0x5badd6(0x267),'value':_0x3e1ae8[_0x5badd6(0x6fa)]['MIDDLE']},{'label':_0x5badd6(0x3b0),'icon':_0x5badd6(0x690),'value':_0x3e1ae8[_0x5badd6(0x6fa)]['BOTTOM']}];function _0x4f7a9e(_0xdc1db0){const _0x5aa458=_0x5badd6;var _0x4f05b4;const _0xe359bd=_0xdc1db0[_0x5aa458(0x634)](_0x3e1ae8[_0x5aa458(0x530)]),_0x49e8da=_0xdc1db0['get'](_0x3e1ae8[_0x5aa458(0x3f8)]),_0x463c42=_0xdc1db0[_0x5aa458(0x634)](_0x191c9b),_0x48f684=_0xdc1db0[_0x5aa458(0x634)](_0x79ee08['SheetsShapeService']),_0x3de028=_0x3e1ae8['VerticalAlign'][_0x5aa458(0x65d)],_0x50f05a=()=>{const _0x37483d=_0x5aa458;var _0xead599;const _0x5b0988=_0x463c42['getEditing']();if(!_0x5b0988)return _0x3de028;const {unitId:_0x472573,subUnitId:_0x391bb7,shapeId:_0x2246f8}=_0x5b0988,_0x37da60=_0x48f684[_0x37483d(0x1ed)](_0x472573,_0x391bb7,_0x2246f8);if(!_0x37da60)return _0x3de028;const _0x5e01ce=_0x37da60[_0x37483d(0x49d)]();if(!_0x5e01ce||!(_0x37483d(0x7dd)in _0x5e01ce))return _0x3de028;const _0x254cda=_0x5e01ce['dataModel'];return(_0xead599=_0x254cda==null?void 0x0:_0x254cda['va'])!=null?_0xead599:_0x3de028;};return{'id':_0x38a902['id'],'icon':(_0x4f05b4=_0x4b5ddb[_0x5aa458(0x471)](_0x4659a4=>_0x4659a4[_0x5aa458(0x748)]===_0x3de028))==null?void 0x0:_0x4f05b4['icon'],'tooltip':_0x5aa458(0x7f6),'type':_0x3a834e[_0x5aa458(0x6fd)]['SELECTOR'],'selections':_0x4b5ddb,'value$':new _0x39ae11[(_0x5aa458(0x7a2))](_0x1ce2f1=>{const _0x59181b=_0x5aa458,_0x47f3f9=_0xe359bd[_0x59181b(0x587)](_0xdbd742=>{const _0x351a22=_0x59181b;_0xdbd742['id']===_0x38a902['id']&&_0x1ce2f1[_0x351a22(0x785)](_0x50f05a());}),_0x46b18d=_0x463c42[_0x59181b(0x517)][_0x59181b(0x1ec)](()=>{_0x1ce2f1['next'](_0x50f05a());});return _0x1ce2f1[_0x59181b(0x785)](_0x50f05a()),()=>{const _0x52a312=_0x59181b;_0x47f3f9[_0x52a312(0x176)](),_0x46b18d[_0x52a312(0x40d)]();};}),'hidden$':_0x49e8da[_0x5aa458(0x352)](_0x3e1ae8[_0x5aa458(0x5b7)])['pipe'](_0x39ae11[_0x5aa458(0x3ce)](_0x485183=>!_0x485183))};}function _0x5722c1(_0x484cb2,_0x2c6fb7,_0x235fff){const _0x57a69b=_0x5badd6;var _0x195cce;const {startX:_0x342d1a,endX:_0x3f04e8,startY:_0x3db51e,endY:_0x396a20}=_0x484cb2,_0x170dc1=(_0x195cce=_0x235fff['getRenderById'](_0x2c6fb7))==null?void 0x0:_0x195cce[_0x57a69b(0x6de)](_0x18487f[_0x57a69b(0x3c9)]);if(_0x170dc1==null)return;const _0x497477=_0x170dc1[_0x57a69b(0x25a)](_0x342d1a,_0x3db51e);if(_0x497477==null)return;const _0xefda40={'column':_0x497477[_0x57a69b(0x38f)],'columnOffset':_0x342d1a-_0x497477[_0x57a69b(0x547)],'row':_0x497477['actualRow'],'rowOffset':_0x3db51e-_0x497477[_0x57a69b(0x600)]},_0x566e8d=_0x170dc1[_0x57a69b(0x25a)](_0x3f04e8,_0x396a20);if(_0x566e8d==null)return;const _0x1a5678={'column':_0x566e8d[_0x57a69b(0x38f)],'columnOffset':_0x3f04e8-_0x566e8d[_0x57a69b(0x547)],'row':_0x566e8d['actualRow'],'rowOffset':_0x396a20-_0x566e8d['startY']};return{'from':_0xefda40,'to':_0x1a5678};}function _0x18f5fb(_0x42432e,_0x47d59a,_0x2f86df,_0x4104a5,_0x5dbf5b,_0xa32184=_0x5badd6(0x7aa)){const _0x1ffcf6=_0x5badd6,_0x5e3403={'startX':_0x42432e['x'],'endX':_0x42432e['x']+_0x42432e[_0x1ffcf6(0x473)],'startY':_0x42432e['y'],'endY':_0x42432e['y']+_0x42432e[_0x1ffcf6(0x4f5)]},_0x3b7be1=_0x5722c1(_0x5e3403,_0x47d59a,_0x4104a5);return _0x3b7be1?{'unitId':_0x47d59a,'subUnitId':_0x2f86df,'drawingId':_0x42432e['id'],'drawingType':_0x3e1ae8[_0x1ffcf6(0x714)]['DRAWING_SHAPE'],'componentKey':_0x1ffcf6(0x44d),'sheetTransform':_0x3b7be1,'transform':{'left':_0x5e3403[_0x1ffcf6(0x547)],'top':_0x5e3403[_0x1ffcf6(0x600)],'width':_0x42432e[_0x1ffcf6(0x473)],'height':_0x42432e['height']},'data':{'shapeType':_0x5dbf5b,'shapeData':{'fill':{'color':_0xa32184}}},'axisAlignSheetTransform':_0x3b7be1,'allowTransform':!0x0}:null;}function _0x5575fb(_0x3b9b98,_0x1f88a3,_0x555f12,_0x26dd63,_0x4baafb,_0x4e7bdd){const _0x445d9a=_0x5badd6,_0x46f46a=_0x1f88a3['x']+_0x1f88a3['width'],_0x1de196=_0x1f88a3['y']+_0x1f88a3[_0x445d9a(0x4f5)]/0x2,_0x553cb7=_0x555f12['x'],_0x570b35=_0x555f12['y']+_0x555f12[_0x445d9a(0x4f5)]/0x2,_0x19cf07={'startX':Math['min'](_0x46f46a,_0x553cb7),'endX':Math[_0x445d9a(0x32b)](_0x46f46a,_0x553cb7),'startY':Math['min'](_0x1de196,_0x570b35),'endY':Math[_0x445d9a(0x32b)](_0x1de196,_0x570b35)},_0x5a06b3=_0x5722c1(_0x19cf07,_0x26dd63,_0x4e7bdd);if(!_0x5a06b3)return null;const _0x3b72b1={'points':[{'x':_0x46f46a,'y':_0x1de196},{'x':(_0x46f46a+_0x553cb7)/0x2,'y':_0x1de196},{'x':(_0x46f46a+_0x553cb7)/0x2,'y':_0x570b35},{'x':_0x553cb7,'y':_0x570b35}],'relation':{'from':{'shapeId':_0x1f88a3['id'],'cxnIndex':0x3},'to':{'shapeId':_0x555f12['id'],'cxnIndex':0x1}},'stroke':{'color':_0x445d9a(0x418),'width':0x2}};return{'unitId':_0x26dd63,'subUnitId':_0x4baafb,'drawingId':_0x3b9b98,'drawingType':_0x3e1ae8['DrawingTypeEnum'][_0x445d9a(0x499)],'componentKey':_0x445d9a(0x44d),'sheetTransform':_0x5a06b3,'transform':{'left':_0x19cf07[_0x445d9a(0x547)],'top':_0x19cf07[_0x445d9a(0x600)],'width':_0x19cf07[_0x445d9a(0x61e)]-_0x19cf07['startX'],'height':_0x19cf07[_0x445d9a(0x3d4)]-_0x19cf07[_0x445d9a(0x600)],'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1},'axisAlignSheetTransform':_0x5a06b3,'data':{'shapeType':_0x6332e7[_0x445d9a(0x66a)][_0x445d9a(0x55b)],'shapeData':_0x3b72b1,'fill':!0x1,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1},'allowTransform':!0x0};}const _0x23e940={'type':_0x3e1ae8['CommandType'][_0x5badd6(0x3cb)],'id':_0x5badd6(0x642),'handler':(_0x30bd8e,_0x4fe0f3)=>{const _0x2125e5=_0x5badd6;var _0x2dd337,_0x325f65,_0x2b5f14,_0x7a0179,_0x4b5d39;const _0x32bf77=_0x30bd8e[_0x2125e5(0x634)](_0x3e1ae8[_0x2125e5(0x530)]),_0xab9b56=_0x30bd8e['get'](_0x3e1ae8[_0x2125e5(0x20e)]),_0x37e327=_0x30bd8e[_0x2125e5(0x634)](_0x5b75fb[_0x2125e5(0x661)]),_0x262b51=_0x30bd8e[_0x2125e5(0x634)](_0x47893f['IRenderManagerService']),_0x1333c4=_0x5b75fb[_0x2125e5(0x75d)](_0xab9b56,_0x4fe0f3);if(!_0x1333c4)return!0x1;const {unitId:_0x215671,subUnitId:_0x3a78f9}=_0x1333c4,_0x552728=(_0x2dd337=_0x262b51['getRenderById'](_0x215671))==null?void 0x0:_0x2dd337[_0x2125e5(0x6de)](_0x18487f[_0x2125e5(0x5ad)])['getSkeleton'](_0x3a78f9);if(!_0x552728)return!0x1;const [_0x351724]=_0x37e327[_0x2125e5(0x396)](),_0x599039=(_0x2b5f14=(_0x325f65=_0x351724==null?void 0x0:_0x351724[_0x2125e5(0x725)])==null?void 0x0:_0x325f65[_0x2125e5(0x4af)])!=null?_0x2b5f14:0x1,_0x2d7392=(_0x4b5d39=(_0x7a0179=_0x351724==null?void 0x0:_0x351724[_0x2125e5(0x725)])==null?void 0x0:_0x7a0179[_0x2125e5(0x226)])!=null?_0x4b5d39:0x1,_0x495568=_0x552728[_0x2125e5(0x44a)](_0x599039,_0x2d7392),_0x1d3602=_0x495568['startX']+0x14,_0x4adab0=_0x495568[_0x2125e5(0x600)]+0x14,_0x3956b6={'id':_0x3e1ae8[_0x2125e5(0x70a)](),'x':_0x1d3602,'y':_0x4adab0,'width':0x64,'height':0x50},_0x1fb570={'id':_0x3e1ae8[_0x2125e5(0x70a)](),'x':_0x1d3602+0x12c,'y':_0x4adab0+0x96,'width':0x64,'height':0x50},_0x5d08ee=_0x18f5fb(_0x3956b6,_0x215671,_0x3a78f9,_0x262b51,_0x6332e7[_0x2125e5(0x66a)][_0x2125e5(0x7b7)],_0x2125e5(0x1ff)),_0x45325e=_0x18f5fb(_0x1fb570,_0x215671,_0x3a78f9,_0x262b51,_0x6332e7[_0x2125e5(0x66a)][_0x2125e5(0x7b7)],'#00ff00'),_0x2f263d=_0x5575fb(_0x3e1ae8[_0x2125e5(0x70a)](),_0x3956b6,_0x1fb570,_0x215671,_0x3a78f9,_0x262b51);return!_0x5d08ee||!_0x45325e||!_0x2f263d?!0x1:(_0x32bf77[_0x2125e5(0x320)](_0x257e5f[_0x2125e5(0x7e8)]['id'],{'unitId':_0x215671,'drawings':[_0x5d08ee,_0x45325e,_0x2f263d]}),!0x0);}};function _0x45aac4(_0x1a4923){const _0x59b2ff=_0x5badd6,_0x3b4877=_0x1a4923[_0x59b2ff(0x634)](_0x3e1ae8[_0x59b2ff(0x20e)]);return{'id':_0x26ccf4['id'],'type':_0x3a834e[_0x59b2ff(0x6fd)]['SELECTOR'],'selections':[{'label':{'name':_0x19022e,'hoverable':!0x1,'selectable':!0x1,'props':{'id':_0x26ccf4['id']}}}],'icon':_0x59b2ff(0x29a),'tooltip':_0x59b2ff(0x4b0),'activated$':_0x18487f[_0x59b2ff(0x47a)](_0x3b4877,!0x1,()=>new _0x39ae11['Observable'](_0x1b4c48=>{const _0x4e6b42=_0x59b2ff;_0x1b4c48[_0x4e6b42(0x785)](!0x1);})),'hidden$':_0x3a834e[_0x59b2ff(0x6f7)](_0x1a4923,_0x3e1ae8[_0x59b2ff(0x60a)][_0x59b2ff(0x1f6)]),'disabled$':_0x18487f[_0x59b2ff(0x363)](_0x1a4923)};}const _0x210514=[{'label':_0x5badd6(0x490),'icon':_0x5badd6(0x6ee),'value':_0x3e1ae8[_0x5badd6(0x4ff)][_0x5badd6(0x446)]},{'label':_0x5badd6(0x256),'icon':_0x5badd6(0x7c2),'value':_0x3e1ae8[_0x5badd6(0x4ff)]['CENTER']},{'label':_0x5badd6(0x6c8),'icon':_0x5badd6(0x615),'value':_0x3e1ae8['HorizontalAlign']['RIGHT']}];function _0xa663b6(_0x16cf38){const _0x127606=_0x5badd6;var _0x23ddf1;const _0x4eeb06=_0x16cf38[_0x127606(0x634)](_0x3e1ae8[_0x127606(0x530)]),_0x2e8676=_0x16cf38['get'](_0x3e1ae8[_0x127606(0x3f8)]),_0x4dd1c8=_0x16cf38['get'](_0x3e1ae8[_0x127606(0x20e)]),_0x6fd458=_0x16cf38[_0x127606(0x634)](_0x3fb212[_0x127606(0x28c)]),_0x633509=_0x3e1ae8[_0x127606(0x4ff)][_0x127606(0x446)],_0x3ff177=()=>{const _0x11e968=_0x127606;var _0x18db48,_0x2949ab,_0x596e65;try{const _0x336cd7=_0x4dd1c8[_0x11e968(0x81e)](_0x1a3b90,_0x3e1ae8[_0x11e968(0x60a)]['UNIVER_DOC']);if(!_0x336cd7)return _0x633509;const _0x2daab0=_0x6fd458[_0x11e968(0x2aa)](),_0x51b217=(_0x18db48=_0x2daab0[_0x11e968(0x471)](_0x25944a=>_0x25944a[_0x11e968(0x1b0)]))!=null?_0x18db48:_0x2daab0[0x0];if(!_0x51b217)return _0x633509;const {startOffset:_0x1c05f9,segmentId:_0x4a4b4a}=_0x51b217,_0x4649f6=_0x336cd7[_0x11e968(0x1f3)](_0x4a4b4a)[_0x11e968(0x760)](),_0x228d41=_0x4649f6==null?void 0x0:_0x4649f6[_0x11e968(0x7ec)];if(!_0x228d41)return _0x633509;let _0x168806=-0x1;for(const _0x9fb14d of _0x228d41){const {startIndex:_0x48b3ef}=_0x9fb14d;if(_0x1c05f9>_0x168806&&_0x1c05f9<=_0x48b3ef)return(_0x596e65=(_0x2949ab=_0x9fb14d[_0x11e968(0x625)])==null?void 0x0:_0x2949ab[_0x11e968(0x403)])!=null?_0x596e65:_0x633509;_0x168806=_0x48b3ef;}}catch{}return _0x633509;};return{'id':_0x169028['id'],'icon':(_0x23ddf1=_0x210514[_0x127606(0x471)](_0x53b9a3=>_0x53b9a3[_0x127606(0x748)]===_0x633509))==null?void 0x0:_0x23ddf1['icon'],'tooltip':_0x127606(0x790),'type':_0x3a834e[_0x127606(0x6fd)][_0x127606(0x40e)],'selections':_0x210514,'value$':new _0x39ae11['Observable'](_0x5e834a=>{const _0x1b2422=_0x127606,_0x2308f6=_0x4eeb06[_0x1b2422(0x587)](_0xdf6dac=>{const _0x29198e=_0x1b2422,_0x31338d=_0xdf6dac['id'];(_0x31338d===_0x570f65[_0x29198e(0x663)]['id']||_0x31338d===_0x570f65[_0x29198e(0x341)]['id']||_0x31338d===_0x570f65[_0x29198e(0x27d)]['id']||_0x31338d===_0x570f65[_0x29198e(0x276)]['id']||_0x31338d===_0x570f65[_0x29198e(0x2f1)]['id']||_0x31338d===_0x169028['id'])&&_0x5e834a['next'](_0x3ff177());}),_0x12ec11=_0x2e8676['subscribeContextValue$'](_0x3e1ae8[_0x1b2422(0x5b7)])[_0x1b2422(0x1ec)](()=>{const _0x5792b4=_0x1b2422;_0x5e834a[_0x5792b4(0x785)](_0x3ff177());});return _0x5e834a[_0x1b2422(0x785)](_0x3ff177()),()=>{const _0x42a534=_0x1b2422;_0x2308f6[_0x42a534(0x176)](),_0x12ec11['unsubscribe']();};}),'hidden$':_0x2e8676['subscribeContextValue$'](_0x3e1ae8['FOCUSING_COMMON_DRAWINGS'])['pipe'](_0x39ae11['map'](_0x39160e=>!_0x39160e))};}function _0x471281(_0x750eb2){const _0xc1459f=_0x5badd6,_0x50d49a=_0x750eb2[_0xc1459f(0x634)](_0x3e1ae8[_0xc1459f(0x3f8)]),_0x2c5e3a=_0x750eb2[_0xc1459f(0x634)](_0x3e1ae8[_0xc1459f(0x5bc)]);return{'id':_0x570f65[_0xc1459f(0x814)]['id'],'tooltip':_0xc1459f(0x28d),'type':_0x3a834e[_0xc1459f(0x6fd)][_0xc1459f(0x26d)],'icon':_0xc1459f(0x26c),'selections':[{'label':{'name':_0x3a834e[_0xc1459f(0x204)],'hoverable':!0x1,'selectable':!0x1}}],'value$':new _0x39ae11[(_0xc1459f(0x7a2))](_0x5450bd=>{const _0x1e2220=_0xc1459f;_0x5450bd[_0x1e2220(0x785)](_0x2c5e3a['getColorFromTheme'](_0x1e2220(0x6d4)));}),'hidden$':_0x50d49a[_0xc1459f(0x352)](_0x3e1ae8[_0xc1459f(0x5b7)])['pipe'](_0x39ae11[_0xc1459f(0x3ce)](_0x553f29=>!_0x553f29))};}function _0x28c9ad(_0x115c5c){const _0x1b21aa=_0x5badd6,_0x15e578=_0x115c5c[_0x1b21aa(0x634)](_0x3e1ae8['IContextService']);return{'id':_0x570f65[_0x1b21aa(0x1ab)]['id'],'type':_0x3a834e[_0x1b21aa(0x6fd)]['BUTTON'],'title':_0x1b21aa(0x52f),'hidden$':_0x15e578[_0x1b21aa(0x352)](_0x3e1ae8[_0x1b21aa(0x5b7)])[_0x1b21aa(0x6d3)](_0x39ae11[_0x1b21aa(0x3ce)](_0xdedaa8=>!_0xdedaa8))};}const _0x21180c={[_0x3a834e['RibbonPosition'][_0x5badd6(0x601)]]:{[_0x3a834e[_0x5badd6(0x3cf)][_0x5badd6(0x590)]]:{[_0x38a902['id']]:{'order':3.5,'menuItemFactory':_0x4f7a9e},[_0x169028['id']]:{'order':3.4,'menuItemFactory':_0xa663b6}},[_0x3a834e[_0x5badd6(0x3cf)][_0x5badd6(0x67a)]]:{[_0x570f65[_0x5badd6(0x814)]['id']]:{'order':0x1,'menuItemFactory':_0x471281,[_0x570f65[_0x5badd6(0x1ab)]['id']]:{'order':0x0,'menuItemFactory':_0x28c9ad}}}},[_0x3a834e['RibbonInsertGroup'][_0x5badd6(0x3cd)]]:{[_0x26ccf4['id']]:{'order':0x4,'menuItemFactory':_0x45aac4}}};var _0x2d515c=Object[_0x5badd6(0x4c7)],_0x4a8a4e=(_0x346ca2,_0x240383,_0x2e3925,_0x462f16)=>{for(var _0x37bc1d=_0x462f16>0x1?void 0x0:_0x462f16?_0x2d515c(_0x240383,_0x2e3925):_0x240383,_0x2d62db=_0x346ca2['length']-0x1,_0x12d48f;_0x2d62db>=0x0;_0x2d62db--)(_0x12d48f=_0x346ca2[_0x2d62db])&&(_0x37bc1d=_0x12d48f(_0x37bc1d)||_0x37bc1d);return _0x37bc1d;},_0x24e6c2=(_0x2d8959,_0x561fd6)=>(_0x334d00,_0x4fbfdd)=>_0x561fd6(_0x334d00,_0x4fbfdd,_0x2d8959);_0x44c10a[_0x5badd6(0x423)]=class extends _0x3e1ae8[_0x5badd6(0x2a1)]{constructor(_0x325790,_0x4b26ec,_0x3c59ba,_0x24173e,_0x12f1d8,_0x55abe1,_0x279709,_0x41173c,_0x2c4ba7,_0x30b706,_0x339183){const _0x40e80f=_0x5badd6;super(),_0x19766d(this,_0x40e80f(0x35c),null),_0x19766d(this,'_activeShapeInfo',null),_0x19766d(this,'_isOpenedShapeEditPanel',!0x1),(this[_0x40e80f(0x302)]=_0x325790,this[_0x40e80f(0x681)]=_0x4b26ec,this[_0x40e80f(0x200)]=_0x3c59ba,this['_menuManagerService']=_0x24173e,this['_sheetsShapeService']=_0x12f1d8,this[_0x40e80f(0x77e)]=_0x55abe1,this['_componentManager']=_0x279709,this[_0x40e80f(0x225)]=_0x41173c,this[_0x40e80f(0x539)]=_0x2c4ba7,this[_0x40e80f(0x7e1)]=_0x30b706,this[_0x40e80f(0x6af)]=_0x339183,this[_0x40e80f(0x332)](),this[_0x40e80f(0x726)](),this[_0x40e80f(0x545)](this[_0x40e80f(0x302)][_0x40e80f(0x656)](_0x3e1ae8[_0x40e80f(0x60a)][_0x40e80f(0x1f6)])['subscribe'](_0x251c61=>{const _0x4572b0=_0x40e80f;var _0x8a33c2;_0x251c61||(_0x8a33c2=this[_0x4572b0(0x35c)])==null||_0x8a33c2[_0x4572b0(0x176)]();})),this[_0x40e80f(0x34b)](),this[_0x40e80f(0x487)]());}['_initMenu'](){this['_menuManagerService']['mergeMenu'](_0x21180c);}[_0x5badd6(0x487)](){const _0x8d7e2d=_0x5badd6;this['_sheetCanvasPopManagerService'][_0x8d7e2d(0x55f)](_0x3e1ae8[_0x8d7e2d(0x714)][_0x8d7e2d(0x499)],this[_0x8d7e2d(0x31a)][_0x8d7e2d(0x3a5)](this)),this[_0x8d7e2d(0x7e1)][_0x8d7e2d(0x2b6)](_0x3e1ae8[_0x8d7e2d(0x714)][_0x8d7e2d(0x499)],0x6,0x4);}['getShapePopupMenus'](_0x272435,_0x2de213,_0x448626,_0x337246){const _0x4ec8c7=_0x5badd6;return[{'label':_0x4ec8c7(0x673),'index':0x0,'commandId':_0x2247a9['id'],'commandParams':{'unitId':_0x272435,'subUnitId':_0x2de213,'drawingId':_0x448626},'disable':_0x337246===_0x3e1ae8[_0x4ec8c7(0x714)][_0x4ec8c7(0x4e8)]},{'label':_0x4ec8c7(0x44c),'index':0x1,'commandId':_0x257e5f[_0x4ec8c7(0x2c7)]['id'],'commandParams':{'unitId':_0x272435,'drawings':[{'unitId':_0x272435,'subUnitId':_0x2de213,'drawingId':_0x448626,'drawingType':_0x337246}]},'disable':!0x1},{'label':_0x4ec8c7(0x671),'index':0x2,'commandId':_0x5dca07['id'],'commandParams':{'unitId':_0x272435,'subUnitId':_0x2de213,'drawingId':_0x448626},'disable':!0x1},{'label':_0x4ec8c7(0x382),'index':0x3,'commandId':_0x19732c['id'],'commandParams':{'unitId':_0x272435,'subUnitId':_0x2de213,'shapeId':_0x448626,'flipH':!0x0},'disable':!0x1},{'label':'sheets-shape.toggleFlipV','index':0x4,'commandId':_0x19732c['id'],'commandParams':{'unitId':_0x272435,'subUnitId':_0x2de213,'shapeId':_0x448626,'flipV':!0x0},'disable':!0x1},{'label':_0x4ec8c7(0x1d7),'index':0x4,'commandId':_0x207aff['id'],'commandParams':{'unitId':_0x272435,'subUnitId':_0x2de213,'shapeId':_0x448626,'rotate':0x5a},'disable':!0x1},{'label':'sheets-shape.rotateLeft90','index':0x4,'commandId':_0x207aff['id'],'commandParams':{'unitId':_0x272435,'subUnitId':_0x2de213,'shapeId':_0x448626,'rotate':-0x5a},'disable':!0x1}];}[_0x5badd6(0x786)](_0x49dc6e,_0x55f0b4,_0x252791){const _0x174237=_0x5badd6,_0x4a7d4a=this[_0x174237(0x374)]['getShapeTypeById'](_0x49dc6e,_0x55f0b4,_0x252791),_0x3809f6=this[_0x174237(0x374)][_0x174237(0x3bb)](_0x49dc6e,_0x55f0b4,_0x252791);return _0x4a7d4a!==void 0x0&&_0x3809f6!==void 0x0?{'shapeData':_0x3809f6,'shapeId':_0x252791,'shapeType':_0x4a7d4a,'unitId':_0x49dc6e,'subUnitId':_0x55f0b4,'disableShapeOption':!0x1}:null;}[_0x5badd6(0x34b)](){const _0x3ebd74=_0x5badd6;this[_0x3ebd74(0x545)](this['_commandService']['onCommandExecuted'](_0x205885=>{const _0x41ef02=_0x3ebd74;if(_0x205885['id']===_0x2247a9['id']){const {unitId:_0x5926f8,subUnitId:_0x45447b,drawingId:_0xa13338}=_0x205885[_0x41ef02(0x261)];this['_activeShapeInfo']=this[_0x41ef02(0x786)](_0x5926f8,_0x45447b,_0xa13338),this[_0x41ef02(0x190)]();}if(_0x205885['id']===_0x5dca07['id']&&(this[_0x41ef02(0x1a9)]=null,this[_0x41ef02(0x48d)]()),_0x205885['id']===_0x79ee08[_0x41ef02(0x542)]['id']){const {unitId:_0x3d8f59,subUnitId:_0x3e2646,shapeId:_0x1136d9}=_0x205885[_0x41ef02(0x261)];if(this[_0x41ef02(0x1a9)]&&this[_0x41ef02(0x1a9)][_0x41ef02(0x49f)]===_0x1136d9){const _0x342dfd=this['_getShapeInfo'](_0x3d8f59,_0x3e2646,_0x1136d9);_0x342dfd&&(this['_activeShapeInfo']=_0x342dfd);}}})),this[_0x3ebd74(0x545)](this['_drawingManagerService'][_0x3ebd74(0x7b6)][_0x3ebd74(0x1ec)](_0x1a7902=>{const _0x1c3daa=_0x3ebd74;if(this[_0x1c3daa(0x4c0)]===!0x1)return;if(_0x1a7902[_0x1c3daa(0x52a)]===0x0){this[_0x1c3daa(0x1a9)]=null,this[_0x1c3daa(0x48d)]();return;}if(_0x1a7902[_0x1c3daa(0x52a)]===0x1&&_0x1a7902[0x0]['drawingType']===_0x3e1ae8['DrawingTypeEnum'][_0x1c3daa(0x499)]&&(this[_0x1c3daa(0x1a9)]=this[_0x1c3daa(0x786)](_0x1a7902[0x0]['unitId'],_0x1a7902[0x0]['subUnitId'],_0x1a7902[0x0][_0x1c3daa(0x723)]),this['_activeShapeInfo'])){this[_0x1c3daa(0x190)]();return;}const _0x4de630=_0x1a7902[_0x1c3daa(0x817)](_0x431e20=>_0x431e20[_0x1c3daa(0x202)]===_0x3e1ae8[_0x1c3daa(0x714)][_0x1c3daa(0x499)]);if(_0x1a7902[_0x1c3daa(0x52a)]>0x1&&_0x4de630[_0x1c3daa(0x52a)]===_0x1a7902[_0x1c3daa(0x52a)]){if(this['_activeShapeInfo']=this[_0x1c3daa(0x786)](_0x1a7902[0x0][_0x1c3daa(0x3e4)],_0x1a7902[0x0][_0x1c3daa(0x22f)],_0x1a7902[0x0][_0x1c3daa(0x723)]),this[_0x1c3daa(0x1a9)]){this['_openShapeEditPanel']();return;}}else{if(this['_activeShapeInfo']=this[_0x1c3daa(0x786)](_0x1a7902[0x0][_0x1c3daa(0x3e4)],_0x1a7902[0x0][_0x1c3daa(0x22f)],_0x1a7902[0x0][_0x1c3daa(0x723)]),this[_0x1c3daa(0x1a9)]){this[_0x1c3daa(0x1a9)][_0x1c3daa(0x6eb)]=!0x0,this[_0x1c3daa(0x190)]();return;}}this[_0x1c3daa(0x48d)]();}));}[_0x5badd6(0x332)](){const _0x4fa287=_0x5badd6;[['ShapeIcon',_0x1683a7],[_0x4fa287(0x3f0),_0x44e9d9],[_0x4fa287(0x1a8),_0x2fbc29],[_0x4fa287(0x23a),_0x48d9bd],[_0x4fa287(0x7c8),_0x223bf9],[_0x4fa287(0x799),_0x1615fb],[_0x4fa287(0x4c8),_0xedba03],[_0x4fa287(0x5f0),_0x599a7d],[_0x4fa287(0x249),_0x46ddbf],[_0x4fa287(0x525),_0x3b4672],['ShapeActionButtonDocumentIcon',_0x2c2015],['ShapeActionButtonEndIcon',_0x4cd8b4],[_0x4fa287(0x3b3),_0x353e0b],['ShapeActionButtonHelpIcon',_0x3b65cd],['ShapeActionButtonHomeIcon',_0x2ae05d],[_0x4fa287(0x288),_0x37f56d],['ShapeActionButtonMovieIcon',_0x28e777],[_0x4fa287(0x19a),_0x5e85d9],[_0x4fa287(0x445),_0xb0d4a7],[_0x4fa287(0x730),_0x14ab50],[_0x4fa287(0x5cc),_0x26a781],[_0x4fa287(0x4dc),_0x521e2e],['ShapeBentConnector3Arrow2Icon',_0x110c21],[_0x4fa287(0x7b3),_0x410419],[_0x4fa287(0x248),_0x5d6bf1],[_0x4fa287(0x175),_0x414f2a],[_0x4fa287(0x399),_0x1132f4],[_0x4fa287(0x2b4),_0x2a639e],['ShapeBorderCallout2Icon',_0x4dc863],[_0x4fa287(0x3a9),_0x302296],['ShapeBracePairIcon',_0x1f6206],[_0x4fa287(0x516),_0x4316c9],[_0x4fa287(0x1b7),_0x36a025],[_0x4fa287(0x2d1),_0x562517],['ShapeCallout3Icon',_0x5ac5e7],[_0x4fa287(0x80e),_0x3c8133],['ShapeChartPlusIcon',_0x5ded5b],[_0x4fa287(0x6bd),_0x432be1],[_0x4fa287(0x2cd),_0x493b07],['ShapeChevronIcon',_0x3867cb],[_0x4fa287(0x2d7),_0x3a6d4d],['ShapeCircularArrowIcon',_0xfa7327],['ShapeCloudCalloutIcon',_0x119f13],[_0x4fa287(0x5a0),_0x15d75b],[_0x4fa287(0x56a),_0x451f35],[_0x4fa287(0x214),_0x49ad6d],['ShapeCubeIcon',_0x5f2e94],[_0x4fa287(0x598),_0x221cc6],[_0x4fa287(0x4ca),_0x4b67c8],[_0x4fa287(0x4c6),_0x4c8a4b],[_0x4fa287(0x581),_0xd8ff02],[_0x4fa287(0x26a),_0x318eee],[_0x4fa287(0x6bb),_0x35ec6b],['ShapeCurvedUpArrowIcon',_0x683f70],[_0x4fa287(0x538),_0x6f9f99],['ShapeDiagStripeIcon',_0x22ee47],['ShapeDiamondIcon',_0x567717],[_0x4fa287(0x6fe),_0x3f603c],[_0x4fa287(0x512),_0x38f719],[_0x4fa287(0x1b2),_0x2ce0ab],[_0x4fa287(0x2e8),_0x15c3ca],['ShapeDownArrowIcon',_0xffa973],[_0x4fa287(0x50c),_0x19b744],[_0x4fa287(0x5d6),_0x7a97f3],[_0x4fa287(0x58f),_0x5d268b],[_0x4fa287(0x42a),_0x51bc0d],['ShapeFlowChartCollateIcon',_0x4c1b3f],[_0x4fa287(0x254),_0x2c1ca2],['ShapeFlowChartDecisionIcon',_0x53e8e8],[_0x4fa287(0x510),_0x27438b],['ShapeFlowChartDisplayIcon',_0x3ebe17],[_0x4fa287(0x698),_0x5adb40],[_0x4fa287(0x5dd),_0x8ab689],[_0x4fa287(0x6c1),_0x196501],[_0x4fa287(0x67b),_0x343a39],['ShapeFlowChartMagneticDiskIcon',_0x2c6fcc],[_0x4fa287(0x1de),_0x455b8f],[_0x4fa287(0x75a),_0x247978],[_0x4fa287(0x1be),_0x1660ab],[_0x4fa287(0x2ed),_0x5a6523],[_0x4fa287(0x270),_0x1fc5d0],['ShapeFlowChartMultidocumentIcon',_0x120e1b],[_0x4fa287(0x2e1),_0x1dfe66],[_0x4fa287(0x43e),_0x53ffea],[_0x4fa287(0x18d),_0x12425c],[_0x4fa287(0x377),_0x12a997],['ShapeFlowChartPredefinedProcessIcon',_0x253489],[_0x4fa287(0x407),_0x516840],[_0x4fa287(0x6a2),_0x21c655],[_0x4fa287(0x812),_0x2c4fbc],['ShapeFlowChartPunchedTapeIcon',_0x5371a3],[_0x4fa287(0x78b),_0x5edfdf],[_0x4fa287(0x6b0),_0x242277],[_0x4fa287(0x32f),_0x37fcd5],[_0x4fa287(0x264),_0x4237c8],[_0x4fa287(0x405),_0x45422e],[_0x4fa287(0x6e9),_0x4b292d],[_0x4fa287(0x7a1),_0x358e49],['ShapeGear9Icon',_0x3a28e3],['ShapeHalfFrameIcon',_0x15dd34],[_0x4fa287(0x404),_0x3a08b4],[_0x4fa287(0x79f),_0x283bf5],[_0x4fa287(0x220),_0x35a28a],[_0x4fa287(0x66e),_0x4df7ab],[_0x4fa287(0x51f),_0x1c68d6],[_0x4fa287(0x794),_0x174003],[_0x4fa287(0x652),_0x230748],[_0x4fa287(0x28e),_0x43edea],[_0x4fa287(0x6d7),_0x25f98c],['ShapeLeftBraceIcon',_0x231c20],[_0x4fa287(0x4ed),_0x21c5af],['ShapeLeftCircularArrowIcon',_0x2cd289],[_0x4fa287(0x49a),_0x384cf5],['ShapeLeftRightArrowIcon',_0x5b54fd],['ShapeLeftRightCircularArrowIcon',_0x3e340c],[_0x4fa287(0x551),_0x5796a6],[_0x4fa287(0x2c8),_0x597b06],['ShapeLeftUpArrowIcon',_0x46d0c7],[_0x4fa287(0x25d),_0x1287d8],[_0x4fa287(0x6c0),_0x393487],[_0x4fa287(0x4b9),_0x56f7f7],['ShapeMathDivideIcon',_0x5dc959],[_0x4fa287(0x6db),_0x484aeb],[_0x4fa287(0x2dd),_0x36a361],[_0x4fa287(0x400),_0x5c1d67],[_0x4fa287(0x6f1),_0x545691],['ShapeMathPlusIcon',_0x2a4b03],[_0x4fa287(0x74d),_0x2d1b49],[_0x4fa287(0x643),_0x595644],['ShapeNonIsoscelesTrapezoidIcon',_0x414f32],[_0x4fa287(0x69a),_0x150dd8],[_0x4fa287(0x4c3),_0x3bda69],[_0x4fa287(0x6d1),_0x2b8bd9],['ShapePentagonIcon',_0x3d9cb1],[_0x4fa287(0x7a3),_0x5a4a0c],['ShapePieWedgeIcon',_0x1b5c55],['ShapePlaqueIcon',_0x24a95f],[_0x4fa287(0x390),_0x546163],[_0x4fa287(0x633),_0x208c8a],[_0x4fa287(0x375),_0x144b59],[_0x4fa287(0x5ae),_0x47a1c7],[_0x4fa287(0x5d4),_0x17cb31],[_0x4fa287(0x664),_0x8e9f9d],[_0x4fa287(0x5de),_0x22e6b6],[_0x4fa287(0x3e7),_0xd47120],[_0x4fa287(0x7d3),_0x5eb393],[_0x4fa287(0x662),_0x1ae230],[_0x4fa287(0x4a2),_0xc05f64],[_0x4fa287(0x314),_0x5b3431],[_0x4fa287(0x219),_0x11e92d],['ShapeRound1RectIcon',_0x5ac99c],[_0x4fa287(0x699),_0x14de1a],['ShapeRound2SameRectIcon',_0x3870e9],[_0x4fa287(0x1af),_0x229753],[_0x4fa287(0x257),_0x2f8838],[_0x4fa287(0x81a),_0x3b9d46],['ShapeSnip1RectIcon',_0x2452f5],[_0x4fa287(0x3db),_0x39248c],[_0x4fa287(0x1bf),_0x4116c5],[_0x4fa287(0x585),_0x44fd30],['ShapeSquareTabsIcon',_0x2f8b68],[_0x4fa287(0x818),_0x3b2f84],['ShapeStar12Icon',_0x4042ab],[_0x4fa287(0x506),_0x418a3e],[_0x4fa287(0x349),_0x2b12f8],[_0x4fa287(0x178),_0x2af8cf],['ShapeStar4Icon',_0x541b26],[_0x4fa287(0x448),_0x101994],['ShapeStar6Icon',_0x3182a3],['ShapeStar7Icon',_0x25b70e],[_0x4fa287(0x2b5),_0x4c0f4a],['ShapeStraightConnector1Icon',_0x2dc2e3],[_0x4fa287(0x3f1),_0x45a5a8],['ShapeStripedRightArrowIcon',_0x1c9e31],[_0x4fa287(0x605),_0x2b77ce],['ShapeSwooshArrowIcon',_0x16c63a],['ShapeTeardropIcon',_0xd0d764],[_0x4fa287(0x3d3),_0x146726],[_0x4fa287(0x5b1),_0x34724b],['ShapeUpArrowCalloutIcon',_0x3f73fd],[_0x4fa287(0x3c1),_0xd39216],['ShapeUpDownArrowCalloutIcon',_0x1bc7c4],[_0x4fa287(0x1cc),_0x34d5e0],[_0x4fa287(0x340),_0x42f6f9],[_0x4fa287(0x2e5),_0x24e1e2],[_0x4fa287(0x466),_0x49840e],[_0x4fa287(0x4b4),_0x46e42e],[_0x4fa287(0x293),_0x5b27a9],[_0x4fa287(0x221),_0x3584d4],[_0x55f96f,_0x396559],[_0x19022e,_0x1accb7]][_0x4fa287(0x800)](([_0x3b0365,_0x59de3a])=>{const _0x5592ec=_0x4fa287;this[_0x5592ec(0x545)](this[_0x5592ec(0x6c6)][_0x5592ec(0x52d)](_0x3b0365,_0x59de3a));});}[_0x5badd6(0x190)](){const _0x150825=_0x5badd6;this[_0x150825(0x35c)]=this[_0x150825(0x200)][_0x150825(0x815)]({'id':_0x55f96f,'header':{'title':this[_0x150825(0x77e)]['t'](_0x150825(0x759))},'width':0x184,'children':{'label':_0x55f96f,...this[_0x150825(0x1a9)]},'onClose':()=>{const _0x1c4a74=_0x150825;this[_0x1c4a74(0x539)][_0x1c4a74(0x39e)](null),this[_0x1c4a74(0x6af)][_0x1c4a74(0x7bb)](_0x3e1ae8[_0x1c4a74(0x5b7)],!0x1),this[_0x1c4a74(0x35c)]=null;}}),this[_0x150825(0x4c0)]=!0x0;}[_0x5badd6(0x48d)](){const _0x37b700=_0x5badd6;this[_0x37b700(0x4c0)]=!0x1,this[_0x37b700(0x200)]['close'](_0x55f96f),this[_0x37b700(0x35c)]=null,this[_0x37b700(0x6af)]['setContextValue'](_0x3e1ae8['FOCUSING_COMMON_DRAWINGS'],!0x1),this[_0x37b700(0x539)][_0x37b700(0x39e)](null);}},_0x44c10a[_0x5badd6(0x423)]=_0x4a8a4e([_0x24e6c2(0x0,_0x3e1ae8[_0x5badd6(0x20e)]),_0x24e6c2(0x1,_0x3e1ae8[_0x5badd6(0x543)](_0x5b75fb[_0x5badd6(0x2f9)])),_0x24e6c2(0x2,_0x3e1ae8[_0x5badd6(0x543)](_0x3a834e[_0x5badd6(0x312)])),_0x24e6c2(0x3,_0x3a834e[_0x5badd6(0x6a0)]),_0x24e6c2(0x4,_0x3e1ae8[_0x5badd6(0x543)](_0x79ee08['SheetsShapeService'])),_0x24e6c2(0x5,_0x3e1ae8['Inject'](_0x3e1ae8[_0x5badd6(0x594)])),_0x24e6c2(0x6,_0x3e1ae8[_0x5badd6(0x543)](_0x3a834e[_0x5badd6(0x607)])),_0x24e6c2(0x7,_0x3e1ae8[_0x5badd6(0x530)]),_0x24e6c2(0x8,_0x36414e[_0x5badd6(0x360)]),_0x24e6c2(0x9,_0x3e1ae8['Inject'](_0x18487f['SheetCanvasPopManagerService'])),_0x24e6c2(0xa,_0x3e1ae8['IContextService'])],_0x44c10a['SheetsShapeUIController']);const _0x3c4248={'name':'@univerjs-pro/sheets-shape-ui','version':'0.17.0'},_0x3f563a=_0x5badd6(0x635),_0x2bd791={};var _0x348805=Object[_0x5badd6(0x4c7)],_0x4cd033=(_0x488f5d,_0x2c09a9,_0x5a634d,_0x48eb7a)=>{const _0x1b86e6=_0x5badd6;for(var _0x544885=_0x48eb7a>0x1?void 0x0:_0x48eb7a?_0x348805(_0x2c09a9,_0x5a634d):_0x2c09a9,_0x1f6214=_0x488f5d[_0x1b86e6(0x52a)]-0x1,_0x116104;_0x1f6214>=0x0;_0x1f6214--)(_0x116104=_0x488f5d[_0x1f6214])&&(_0x544885=_0x116104(_0x544885)||_0x544885);return _0x544885;},_0x3fe7fe=(_0x23ca83,_0x10f9c6)=>(_0x312ecf,_0x34bc2e)=>_0x10f9c6(_0x312ecf,_0x34bc2e,_0x23ca83);let _0x1afbe0=class extends _0x3e1ae8[_0x5badd6(0x2a1)]{constructor(_0x4d82cb,_0x2f597b,_0x3e2d0c,_0x46c653){const _0x2927fa=_0x5badd6;super(),this['_univerInstanceService']=_0x4d82cb,this[_0x2927fa(0x681)]=_0x2f597b,this[_0x2927fa(0x7c4)]=_0x3e2d0c,this[_0x2927fa(0x374)]=_0x46c653,this[_0x2927fa(0x638)]();}[_0x5badd6(0x638)](){const _0x37fb71=_0x5badd6;this['disposeWithMe'](this[_0x37fb71(0x681)][_0x37fb71(0x754)]({'getMutations':_0x3725bb=>{const _0x227a66=_0x37fb71;if(_0x3725bb['id']===_0x5b75fb[_0x227a66(0x49b)]['id']){const _0x3b8212=_0x5b75fb['getSheetCommandTarget'](this['_univerInstanceService'],_0x3725bb[_0x227a66(0x261)]);if(!_0x3b8212)return{'redos':[],'undos':[]};const {unitId:_0x562ec4,subUnitId:_0xf9fade}=_0x3b8212,_0x55c33b=this[_0x227a66(0x7c4)][_0x227a66(0x7f0)](_0x562ec4,_0xf9fade),_0x392076=Object[_0x227a66(0x41e)](_0x55c33b)['filter'](_0x102df1=>_0x102df1[_0x227a66(0x202)]===_0x3e1ae8[_0x227a66(0x714)][_0x227a66(0x499)]);if(_0x392076['length']===0x0)return{'redos':[],'undos':[]};const _0x57338f=[],_0x28cffa=[];for(let _0x383b7a=0x0;_0x383b7a<_0x392076[_0x227a66(0x52a)];_0x383b7a++){const _0x42e1bb=_0x392076[_0x383b7a],_0x2eb87b=this[_0x227a66(0x374)]['getShapeModel'](_0x42e1bb[_0x227a66(0x3e4)],_0x42e1bb['subUnitId'],_0x42e1bb['drawingId']);if(!_0x2eb87b)continue;const {redo:_0x2bf7de,undo:_0x2cd6a7,objects:_0x39c0d0}=this[_0x227a66(0x7c4)][_0x227a66(0x489)]([_0x42e1bb]);_0x57338f[_0x227a66(0x529)]({'id':_0x79ee08[_0x227a66(0x50f)]['id'],'params':{'unitId':_0x562ec4,'subUnitId':_0xf9fade,'shapeId':_0x42e1bb[_0x227a66(0x723)]}}),_0x57338f[_0x227a66(0x529)]({'id':_0x2f9be4[_0x227a66(0x51e)]['id'],'params':{'unitId':_0x562ec4,'subUnitId':_0xf9fade,'type':_0x2f9be4[_0x227a66(0x4a1)][_0x227a66(0x357)],'op':_0x2bf7de,'objects':_0x39c0d0}}),_0x28cffa[_0x227a66(0x529)]({'id':_0x2f9be4[_0x227a66(0x51e)]['id'],'params':{'unitId':_0x562ec4,'subUnitId':_0xf9fade,'type':_0x2f9be4['DrawingApplyType'][_0x227a66(0x6b5)],'op':_0x2cd6a7,'objects':_0x39c0d0}}),_0x28cffa['push']({'id':_0x79ee08[_0x227a66(0x57e)]['id'],'params':{'unitId':_0x562ec4,'subUnitId':_0xf9fade,'shapeId':_0x42e1bb['drawingId'],'shapeType':_0x2eb87b[_0x227a66(0x7b4)](),'shapeData':JSON[_0x227a66(0x5f7)](JSON[_0x227a66(0x58e)](_0x2eb87b[_0x227a66(0x485)]()))}});}return{'redos':_0x57338f,'undos':_0x28cffa};}else{if(_0x3725bb['id']===_0x5b75fb[_0x227a66(0x22e)]['id']){const _0x250272=_0x3725bb[_0x227a66(0x261)],{unitId:_0x2d9df9,subUnitId:_0x5306ef,targetSubUnitId:_0x5e6e2a}=_0x250272;if(!_0x2d9df9||!_0x5306ef||!_0x5e6e2a)return{'redos':[],'undos':[]};const _0x33a63b=this['_sheetDrawingService'][_0x227a66(0x7f0)](_0x2d9df9,_0x5306ef),_0x5c6680=Object['values'](_0x33a63b)['filter'](_0x180142=>_0x180142['drawingType']===_0x3e1ae8[_0x227a66(0x714)][_0x227a66(0x499)]);if(_0x5c6680[_0x227a66(0x52a)]===0x0)return{'redos':[],'undos':[]};const _0x320ad6=[],_0x2840f6=[];for(let _0x3f4dee=0x0;_0x3f4dee<_0x5c6680[_0x227a66(0x52a)];_0x3f4dee++){const _0x3c1bcc=_0x5c6680[_0x3f4dee],_0x420768=this[_0x227a66(0x374)]['getShapeModel'](_0x3c1bcc[_0x227a66(0x3e4)],_0x3c1bcc[_0x227a66(0x22f)],_0x3c1bcc[_0x227a66(0x723)]);if(!_0x420768)continue;const _0x43692f=_0x3e1ae8['generateRandomId'](),_0x5e9af4={..._0x3c1bcc,'unitId':_0x2d9df9,'subUnitId':_0x5e6e2a,'drawingId':_0x43692f},{redo:_0x468d65,undo:_0x1c08d8,objects:_0x153a9a}=this['_sheetDrawingService'][_0x227a66(0x3f4)]([_0x5e9af4]);_0x320ad6[_0x227a66(0x529)]({'id':_0x2f9be4[_0x227a66(0x51e)]['id'],'params':{'unitId':_0x2d9df9,'subUnitId':_0x5e6e2a,'type':_0x2f9be4[_0x227a66(0x4a1)][_0x227a66(0x6b5)],'op':_0x468d65,'objects':_0x153a9a}}),_0x320ad6[_0x227a66(0x529)]({'id':_0x79ee08[_0x227a66(0x57e)]['id'],'params':{'unitId':_0x2d9df9,'subUnitId':_0x5e6e2a,'shapeId':_0x43692f,'shapeType':_0x420768[_0x227a66(0x7b4)](),'shapeData':JSON[_0x227a66(0x5f7)](JSON['stringify'](_0x420768[_0x227a66(0x485)]()))}}),_0x2840f6['push']({'id':_0x79ee08['RemoveSheetsShapeMutation']['id'],'params':{'unitId':_0x2d9df9,'subUnitId':_0x5e6e2a,'shapeId':_0x43692f}}),_0x2840f6['push']({'id':_0x2f9be4['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x2d9df9,'subUnitId':_0x5e6e2a,'type':_0x2f9be4[_0x227a66(0x4a1)][_0x227a66(0x357)],'op':_0x1c08d8,'objects':_0x153a9a}});}return{'redos':_0x320ad6,'undos':_0x2840f6};}}return{'redos':[],'undos':[]};}}));}};_0x1afbe0=_0x4cd033([_0x3fe7fe(0x0,_0x3e1ae8[_0x5badd6(0x543)](_0x3e1ae8[_0x5badd6(0x20e)])),_0x3fe7fe(0x1,_0x3e1ae8[_0x5badd6(0x543)](_0x5b75fb[_0x5badd6(0x2f9)])),_0x3fe7fe(0x2,_0x3e1ae8['Inject'](_0x2f9be4[_0x5badd6(0x1e3)])),_0x3fe7fe(0x3,_0x3e1ae8[_0x5badd6(0x543)](_0x79ee08[_0x5badd6(0x707)]))],_0x1afbe0);class _0x34389a extends _0x47893f[_0x5badd6(0x5c3)]{constructor(_0x8bdc45,_0x30c02e){const _0x8da6ac=_0x5badd6;super(_0x8bdc45,_0x30c02e),_0x19766d(this,_0x8da6ac(0x7ef)),_0x19766d(this,'_transformCalculateSrcRect',!0x0),_0x19766d(this,_0x8da6ac(0x4d0),_0x3e1ae8[_0x8da6ac(0x714)][_0x8da6ac(0x499)]),_0x19766d(this,'isDrawingObject',!0x0),(this['_props']={..._0x30c02e},this[_0x8da6ac(0x477)]());}[_0x5badd6(0x477)](){const _0x30ec96=_0x5badd6;this[_0x30ec96(0x6c4)][_0x30ec96(0x36a)](_0x20c07e=>{this['_updateSrcRectByTransform'](_0x20c07e);});}[_0x5badd6(0x3d9)](_0x4b9ea2){const _0x2536e2=_0x5badd6;this[_0x2536e2(0x7ef)][_0x2536e2(0x237)]=_0x4b9ea2;}[_0x5badd6(0x45e)](_0x44c506){const _0x83a19a=_0x5badd6;this[_0x83a19a(0x7ef)][_0x83a19a(0x69e)]=_0x44c506,this[_0x83a19a(0x1b6)](!0x0);}get[_0x5badd6(0x3e4)](){const _0x469138=_0x5badd6;return this['_props'][_0x469138(0x3e4)];}get[_0x5badd6(0x22f)](){const _0x1c7cb3=_0x5badd6;return this[_0x1c7cb3(0x7ef)][_0x1c7cb3(0x22f)];}[_0x5badd6(0x7ba)](_0x8697a7){const _0x36dcfe=_0x5badd6;if(this[_0x36dcfe(0x7ef)][_0x36dcfe(0x2f7)]==null||!this['_transformCalculateSrcRect'])return;const {width:_0x15cc7e,height:_0xf2b5c}=this,{width:_0x232cb0=0x0,height:_0x35d4e3=0x0}=_0x8697a7[_0x36dcfe(0x478)],{left:_0x15115f=0x0,top:_0x215d15=0x0,right:_0x4a815c=0x0,bottom:_0x6f48da=0x0}=this[_0x36dcfe(0x7ef)][_0x36dcfe(0x2f7)];let _0x5f5e4d=_0x15115f,_0x421c98=_0x215d15,_0x118fef=_0x4a815c,_0x13629c=_0x6f48da,_0x18ce98=!0x1;if(_0x232cb0!==0x0&&_0x232cb0!==_0x15cc7e){const _0xb04ebb=_0x15115f/_0x232cb0,_0x2a54a4=_0x4a815c/_0x232cb0;_0x5f5e4d=_0x15cc7e*_0xb04ebb,_0x118fef=_0x15cc7e*_0x2a54a4,_0x18ce98=!0x0;}if(_0x35d4e3!==0x0&&_0x35d4e3!==_0xf2b5c){const _0x5717c9=_0x215d15/_0x35d4e3,_0x2bc8e0=_0x6f48da/_0x35d4e3;_0x421c98=_0xf2b5c*_0x5717c9,_0x13629c=_0xf2b5c*_0x2bc8e0,_0x18ce98=!0x0;}_0x18ce98&&this[_0x36dcfe(0x392)]({'left':_0x5f5e4d,'top':_0x421c98,'right':_0x118fef,'bottom':_0x13629c});}['setSrcRect'](_0x5d44d1){const _0x57478f=_0x5badd6;this[_0x57478f(0x7ef)][_0x57478f(0x2f7)]=_0x5d44d1,this[_0x57478f(0x1b6)](!0x0);}get[_0x5badd6(0x753)](){const _0x342ada=_0x5badd6;return this[_0x342ada(0x7ef)]['shapeModel'];}get[_0x5badd6(0x49f)](){const _0x5c451a=_0x5badd6;return this[_0x5c451a(0x7ef)][_0x5c451a(0x49f)];}get[_0x5badd6(0x4c9)](){const _0x298113=_0x5badd6;return _0x47893f[_0x298113(0x2a3)][_0x298113(0x626)];}[_0x5badd6(0x46f)](_0x486044,_0x510728,_0x412d39,_0x22d775){const _0x1ba45c=_0x5badd6,_0x383251=this[_0x1ba45c(0x7ef)][_0x1ba45c(0x753)];if(!_0x383251||!_0x510728)return;const _0x3c9eec=_0x412d39!=null?_0x412d39:this[_0x1ba45c(0x473)],_0x1913ee=_0x22d775!=null?_0x22d775:this[_0x1ba45c(0x4f5)],_0x311498={'shapeType':_0x383251[_0x1ba45c(0x7b4)](),'width':_0x3c9eec,'height':_0x1913ee},_0x5073f5={'renderMode':_0x6332e7[_0x1ba45c(0x48b)][_0x1ba45c(0x355)]};_0x383251[_0x1ba45c(0x6f2)](_0x311498),_0x486044[_0x1ba45c(0x40f)]();const _0xf80c38={'top':0x0,'left':0x0,'width':_0x3c9eec,'height':_0x1913ee};_0x383251[_0x1ba45c(0x394)](_0x486044,_0xf80c38,_0x5073f5),_0x486044['restore']();const _0x5c7ce6=_0x383251[_0x1ba45c(0x49d)](),_0x3a2fdb=_0x383251[_0x1ba45c(0x67c)](_0xf80c38),_0x32c052=_0x383251[_0x1ba45c(0x603)]();if(_0x5c7ce6&&_0x3a2fdb&&!_0x32c052){_0x486044[_0x1ba45c(0x40f)](),this[_0x1ba45c(0x628)]()['flipX']&&_0x486044[_0x1ba45c(0x4ad)](-0x1,0x1);const _0x453570=_0x3c9eec/0x2,_0x64368c=_0x1913ee/0x2;_0x486044[_0x1ba45c(0x2c2)](-_0x453570,-_0x64368c),_0x486044['beginPath'](),this[_0x1ba45c(0x784)](_0x486044,_0x5c7ce6,_0x3a2fdb),_0x486044[_0x1ba45c(0x6df)]();}}['getDrawingPoints'](_0x3ec64a){}['_drawShapeText'](_0x2c710f,_0x56d168,_0x2403ff){const _0x7dcaf1=_0x5badd6;this[_0x7dcaf1(0x7ef)][_0x7dcaf1(0x69e)]||('isRichText'in _0x56d168&&_0x56d168[_0x7dcaf1(0x5ce)]===!0x1?this[_0x7dcaf1(0x497)](_0x2c710f,_0x56d168,_0x2403ff):this['_drawRichText'](_0x2c710f,_0x56d168,_0x2403ff));}['_drawSimpleText'](_0x5ac430,_0x23cd40,_0x2b1ec2){}[_0x5badd6(0x27e)](_0x3fde07,_0x391984,_0xd025f){const _0x382be8=_0x5badd6;var _0x2c2225;const _0x39ab5a=this[_0x382be8(0x7ef)][_0x382be8(0x555)];if(!_0x391984['dataModel']||!_0x39ab5a){_0x39ab5a||console[_0x382be8(0x23b)](_0x382be8(0x1fa));return;}const _0x2b8fde=_0x391984['dataModel'],_0x59d57c=_0x2b8fde[_0x382be8(0x78e)],_0xc21988=(_0x2c2225=_0x2b8fde['va'])!=null?_0x2c2225:_0x3e1ae8[_0x382be8(0x6fa)][_0x382be8(0x65d)];if(!_0x59d57c)return;_0x59d57c[_0x382be8(0x18a)]?_0x59d57c[_0x382be8(0x18a)]['pageSize']={'width':_0xd025f[_0x382be8(0x473)],'height':0x1/0x0}:_0x59d57c[_0x382be8(0x18a)]={'pageSize':{'width':_0xd025f[_0x382be8(0x473)],'height':0x1/0x0}};const _0x4c48be=new _0x3e1ae8[(_0x382be8(0x61c))](_0x59d57c),_0x3b4de6=new _0x47893f[(_0x382be8(0x6f8))](_0x4c48be),_0x423094=_0x47893f[_0x382be8(0x409)][_0x382be8(0x71c)](_0x3b4de6,_0x39ab5a);_0x423094[_0x382be8(0x1cf)]();const {actualHeight:_0x3989cc}=_0x423094[_0x382be8(0x540)]();let _0x30ebe4=0x0;_0xc21988===_0x3e1ae8['VerticalAlign'][_0x382be8(0x33a)]?_0x30ebe4=Math[_0x382be8(0x32b)](0x0,(_0xd025f[_0x382be8(0x4f5)]-_0x3989cc)/0x2):_0xc21988===_0x3e1ae8[_0x382be8(0x6fa)][_0x382be8(0x514)]&&(_0x30ebe4=Math[_0x382be8(0x32b)](0x0,_0xd025f[_0x382be8(0x4f5)]-_0x3989cc)),_0x4c48be[_0x382be8(0x55c)]({'t':_0x30ebe4}),_0x423094[_0x382be8(0x1cf)]();const _0xc83040=new _0x47893f[(_0x382be8(0x672))]('shape-text-'+this[_0x382be8(0x552)],_0x423094,{'pageMarginLeft':0x0,'pageMarginTop':0x0});_0x3fde07[_0x382be8(0x40f)](),_0x3fde07[_0x382be8(0x7e0)](_0xd025f[_0x382be8(0x762)],_0xd025f['top']),_0x3fde07[_0x382be8(0x1eb)](),_0x3fde07[_0x382be8(0x367)](0x0,0x0,_0xd025f['width'],_0xd025f[_0x382be8(0x4f5)]),_0x3fde07[_0x382be8(0x6d5)](),_0xc83040['draw'](_0x3fde07),_0x3fde07[_0x382be8(0x6df)](),_0xc83040[_0x382be8(0x176)](),_0x423094[_0x382be8(0x176)](),_0x3b4de6[_0x382be8(0x176)](),_0x4c48be[_0x382be8(0x176)]();}[_0x5badd6(0x394)](_0x1f60a6,_0x32c7c0,_0x3512d1=!0x1){const _0x593d6b=_0x5badd6;if(!this[_0x593d6b(0x345)])return this[_0x593d6b(0x1b6)](!0x1),this;let {width:_0xb84b44,height:_0x594af2,left:_0x1ad015,top:_0x51b063}=this;const _0xc7dbfd=this[_0x593d6b(0x6a4)]();if(_0xb84b44=_0xc7dbfd[_0x593d6b(0x473)],_0x594af2=_0xc7dbfd[_0x593d6b(0x4f5)],_0x1ad015=_0xc7dbfd[_0x593d6b(0x762)],_0x51b063=_0xc7dbfd[_0x593d6b(0x168)],this[_0x593d6b(0x774)](_0x32c7c0)){const {top:_0x3da61a,left:_0x197216,bottom:_0x214d77,right:_0x5058df}=_0x32c7c0[_0x593d6b(0x22d)];if(_0xb84b44+this[_0x593d6b(0x5b4)]+_0x1ad015<_0x197216||_0x5058df<_0x1ad015||_0x594af2+this[_0x593d6b(0x5b4)]+_0x51b063<_0x3da61a||_0x214d77<_0x51b063)return this;}const _0x28d372=_0x1ad015+_0xb84b44/0x2,_0x5809dc=_0x51b063+_0x594af2/0x2;let _0x1fa7cb=this[_0x593d6b(0x6cc)]['getMatrix']();if(this['_props']['isEditing']){const _0x27b13d=this[_0x593d6b(0x628)](),_0x290e40=new _0x47893f['Transform']();_0x290e40[_0x593d6b(0x618)]({..._0x27b13d}),_0x1fa7cb=_0x290e40[_0x593d6b(0x6d6)]();}return _0x1f60a6[_0x593d6b(0x40f)](),this['_props'][_0x593d6b(0x753)][_0x593d6b(0x737)]===!0x0||_0x1f60a6[_0x593d6b(0x6cc)](_0x1fa7cb[0x0],_0x1fa7cb[0x1],_0x1fa7cb[0x2],_0x1fa7cb[0x3],_0x28d372,_0x5809dc),this[_0x593d6b(0x46f)](_0x1f60a6,_0x32c7c0,_0xb84b44,_0x594af2),_0x1f60a6['restore'](),this[_0x593d6b(0x1b6)](!0x1),this;}[_0x5badd6(0x2d9)](_0x18cd57){const _0x2573ff=_0x5badd6,_0x3c58f9=this[_0x2573ff(0x6a4)](),{left:_0x4889ce,top:_0x55bbed,width:_0x56ee59,height:_0xf78dbf}=_0x3c58f9,_0x159d45=this['transform'][_0x2573ff(0x6d6)](),_0x46f040=_0x4889ce+_0x56ee59/0x2,_0x24325d=_0x55bbed+_0xf78dbf/0x2,_0x417c7b=new _0x47893f['Transform']([_0x159d45[0x0],_0x159d45[0x1],_0x159d45[0x2],_0x159d45[0x3],_0x46f040,_0x24325d]),_0x116b4a=this[_0x2573ff(0x602)]();return(this[_0x2573ff(0x779)]&&(_0x116b4a==null?void 0x0:_0x116b4a['classType'])===_0x47893f['RENDER_CLASS_TYPE'][_0x2573ff(0x75c)]?_0x116b4a[_0x2573ff(0x675)][_0x2573ff(0x60d)](_0x417c7b):_0x417c7b)['invert']()[_0x2573ff(0x6cd)](_0x18cd57);}['isHit'](_0x480f89){const _0x16d5f2=_0x5badd6,_0x355ff1=this[_0x16d5f2(0x6a4)](),{left:_0x42c3c9,top:_0x357ec5,width:_0x491167,height:_0x16fb65}=_0x355ff1,_0x5be8d7=_0x42c3c9+_0x491167/0x2,_0x35bf21=_0x357ec5+_0x16fb65/0x2,_0x1608d5=this[_0x16d5f2(0x6cc)][_0x16d5f2(0x6d6)](),_0x57d3d6=new _0x47893f[(_0x16d5f2(0x532))]([_0x1608d5[0x0],_0x1608d5[0x1],_0x1608d5[0x2],_0x1608d5[0x3],_0x5be8d7,_0x35bf21]),_0x3be232=this[_0x16d5f2(0x602)](),_0x443068=(this[_0x16d5f2(0x779)]&&(_0x3be232==null?void 0x0:_0x3be232[_0x16d5f2(0x4c9)])===_0x47893f[_0x16d5f2(0x2a3)][_0x16d5f2(0x75c)]?_0x3be232[_0x16d5f2(0x675)][_0x16d5f2(0x60d)](_0x57d3d6):_0x57d3d6)['invert']()['applyPoint'](_0x480f89),_0x1772ef=_0x491167/0x2,_0x45ffa8=_0x16fb65/0x2,_0x1a40fa=this[_0x16d5f2(0x7ef)][_0x16d5f2(0x753)];return _0x1a40fa&&_0x1a40fa[_0x16d5f2(0x603)]()?_0x1a40fa[_0x16d5f2(0x630)](_0x443068['x'],_0x443068['y'],_0x491167,_0x16fb65):_0x443068['x']>=-_0x1772ef-this[_0x16d5f2(0x5b4)]/0x2&&_0x443068['x']<=_0x1772ef+this[_0x16d5f2(0x5b4)]/0x2&&_0x443068['y']>=-_0x45ffa8-this[_0x16d5f2(0x5b4)]/0x2&&_0x443068['y']<=_0x45ffa8+this[_0x16d5f2(0x5b4)]/0x2;}['dispose'](){const _0x34c607=_0x5badd6;this[_0x34c607(0x7ef)][_0x34c607(0x753)]=null,super[_0x34c607(0x176)]();}}var _0x264103=Object[_0x5badd6(0x4c7)],_0x2160c4=(_0xa1dadd,_0x50038f,_0x540e5d,_0x3fbdcd)=>{const _0x405861=_0x5badd6;for(var _0x5030d4=_0x3fbdcd>0x1?void 0x0:_0x3fbdcd?_0x264103(_0x50038f,_0x540e5d):_0x50038f,_0x1e05b0=_0xa1dadd[_0x405861(0x52a)]-0x1,_0x4baf22;_0x1e05b0>=0x0;_0x1e05b0--)(_0x4baf22=_0xa1dadd[_0x1e05b0])&&(_0x5030d4=_0x4baf22(_0x5030d4)||_0x5030d4);return _0x5030d4;},_0x1e3287=(_0x14b712,_0x1dfe11)=>(_0x422832,_0x751c7f)=>_0x1dfe11(_0x422832,_0x751c7f,_0x14b712);let _0x2dfbd0=class extends _0x3e1ae8[_0x5badd6(0x2a1)]{constructor(_0x335fa5,_0x5c555d,_0x2b2825,_0x1b59ed,_0x44e150){const _0x5564f1=_0x5badd6;super(),_0x19766d(this,'_lastEditingShapeKey',null),(this['_context']=_0x335fa5,this[_0x5564f1(0x308)]=_0x5c555d,this[_0x5564f1(0x539)]=_0x2b2825,this[_0x5564f1(0x6af)]=_0x1b59ed,this['_sheetsShapeService']=_0x44e150,this[_0x5564f1(0x79c)](),this[_0x5564f1(0x33e)](),this[_0x5564f1(0x7e6)]());}[_0x5badd6(0x79c)](){const _0x41578c=_0x5badd6,{scene:_0xd1cb6f}=this['_context'];this[_0x41578c(0x545)](_0xd1cb6f[_0x41578c(0x2a5)][_0x41578c(0x36a)](_0x1046a0=>{const _0x45ad3e=_0x41578c,{offsetX:_0x24c07d,offsetY:_0xb2d66f}=_0x1046a0,_0x20a1ee=_0xd1cb6f[_0x45ad3e(0x17a)](_0x47893f[_0x45ad3e(0x3dc)][_0x45ad3e(0x309)]([_0x24c07d,_0xb2d66f]));if(_0x20a1ee instanceof _0x34389a){if(_0x6332e7[_0x45ad3e(0x731)](this[_0x45ad3e(0x374)][_0x45ad3e(0x7b4)](_0x20a1ee['unitId'],_0x20a1ee[_0x45ad3e(0x22f)],_0x20a1ee['shapeId'])))return;this['_shapeTextEditingService'][_0x45ad3e(0x45e)]({'visible':!0x0,'unitId':_0x20a1ee[_0x45ad3e(0x3e4)],'subUnitId':_0x20a1ee[_0x45ad3e(0x22f)],'shapeId':_0x20a1ee[_0x45ad3e(0x49f)],'shapeKey':_0x20a1ee[_0x45ad3e(0x552)]});}}));}[_0x5badd6(0x33e)](){const _0x1f7b43=_0x5badd6;this[_0x1f7b43(0x545)](this['_drawingManagerService'][_0x1f7b43(0x7b6)][_0x1f7b43(0x1ec)](_0x2d667b=>{const _0x4f2832=_0x1f7b43;if(_0x2d667b[_0x4f2832(0x52a)]===0x1){const _0x780d4c=_0x2d667b[0x0],_0x273974=this[_0x4f2832(0x539)]['getDrawingByParam'](_0x780d4c);if((_0x273974==null?void 0x0:_0x273974['drawingType'])===_0x3e1ae8[_0x4f2832(0x714)][_0x4f2832(0x499)]){const _0x426db8=this[_0x4f2832(0x308)][_0x4f2832(0x3ed)]();if((_0x426db8==null?void 0x0:_0x426db8[_0x4f2832(0x49f)])===_0x780d4c['drawingId']&&_0x426db8[_0x4f2832(0x345)])return;_0x6332e7[_0x4f2832(0x731)](this[_0x4f2832(0x374)][_0x4f2832(0x7b4)](_0x780d4c[_0x4f2832(0x3e4)],_0x780d4c[_0x4f2832(0x22f)],_0x780d4c[_0x4f2832(0x723)]))&&this[_0x4f2832(0x308)]['setEditing'](null);}else this['_shapeTextEditingService']['getEditing']()&&(this[_0x4f2832(0x308)][_0x4f2832(0x73f)](!0x0),requestAnimationFrame(()=>{const _0x4017f9=_0x4f2832;this[_0x4017f9(0x308)][_0x4017f9(0x45e)](null);}));}else this[_0x4f2832(0x308)][_0x4f2832(0x3ed)]()&&(this[_0x4f2832(0x308)][_0x4f2832(0x73f)](!0x0),requestAnimationFrame(()=>{this['_shapeTextEditingService']['setEditing'](null);}));})),this[_0x1f7b43(0x545)](this[_0x1f7b43(0x539)][_0x1f7b43(0x354)][_0x1f7b43(0x1ec)](_0x5092a1=>{const _0x4bd10f=_0x1f7b43,_0x443986=this[_0x4bd10f(0x308)][_0x4bd10f(0x3ed)]();_0x443986&&_0x5092a1[_0x4bd10f(0x7f1)](_0x207bec=>_0x207bec[_0x4bd10f(0x723)]===_0x443986['shapeId'])&&this[_0x4bd10f(0x308)][_0x4bd10f(0x45e)](null);}));}[_0x5badd6(0x7e6)](){const _0x50fcac=_0x5badd6;this[_0x50fcac(0x545)](this['_shapeTextEditingService'][_0x50fcac(0x517)]['subscribe'](_0x1fb943=>{const _0x53c538=_0x50fcac,{scene:_0x4f9e68}=this[_0x53c538(0x5fb)];if(this[_0x53c538(0x5df)]){const _0x213733=_0x4f9e68[_0x53c538(0x3d7)](this['_lastEditingShapeKey']);_0x213733&&_0x213733[_0x53c538(0x45e)](!0x1);}if(_0x1fb943){const _0x4c6588=!!_0x1fb943['visible'],_0x46a952=_0x4f9e68[_0x53c538(0x3d7)](_0x1fb943[_0x53c538(0x2fe)]);_0x46a952&&(_0x46a952[_0x53c538(0x45e)](_0x4c6588),this[_0x53c538(0x5df)]=_0x1fb943[_0x53c538(0x2fe)]),this[_0x53c538(0x6af)][_0x53c538(0x7bb)](_0x3e1ae8['FOCUSING_SHAPE_TEXT_EDITOR'],_0x4c6588);}else this['_lastEditingShapeKey']=null,this[_0x53c538(0x6af)][_0x53c538(0x7bb)](_0x3e1ae8[_0x53c538(0x742)],!0x1);}));}};_0x2dfbd0=_0x2160c4([_0x1e3287(0x1,_0x3e1ae8['Inject'](_0x191c9b)),_0x1e3287(0x2,_0x36414e[_0x5badd6(0x360)]),_0x1e3287(0x3,_0x3e1ae8[_0x5badd6(0x3f8)]),_0x1e3287(0x4,_0x3e1ae8[_0x5badd6(0x543)](_0x79ee08[_0x5badd6(0x707)]))],_0x2dfbd0);var _0x3ae0da=Object['getOwnPropertyDescriptor'],_0x5608e8=(_0x280c82,_0x57e51d,_0x1f614f,_0x1a72d8)=>{const _0x1594b2=_0x5badd6;for(var _0x2990b7=_0x1a72d8>0x1?void 0x0:_0x1a72d8?_0x3ae0da(_0x57e51d,_0x1f614f):_0x57e51d,_0x21a4f8=_0x280c82[_0x1594b2(0x52a)]-0x1,_0x4d1520;_0x21a4f8>=0x0;_0x21a4f8--)(_0x4d1520=_0x280c82[_0x21a4f8])&&(_0x2990b7=_0x4d1520(_0x2990b7)||_0x2990b7);return _0x2990b7;},_0xc72950=(_0x92e63c,_0x4d0e66)=>(_0x27c3eb,_0x4766a8)=>_0x4d0e66(_0x27c3eb,_0x4766a8,_0x92e63c);let _0x9c2f70=class extends _0x3e1ae8[_0x5badd6(0x2a1)]{constructor(_0x318b78,_0xdf57f6,_0x3a42e9){const _0xdc48ae=_0x5badd6;super(),this[_0xdc48ae(0x539)]=_0x318b78,this[_0xdc48ae(0x374)]=_0xdf57f6,this[_0xdc48ae(0x77e)]=_0x3a42e9;}[_0x5badd6(0x3d6)](_0xac01f8,_0x55d7f1){const _0x9105f3=_0x5badd6,{transform:_0x15d509,drawingType:_0xca9431,srcRect:_0x5ab8e6,prstGeom:_0x205721,groupId:_0x30d238,unitId:_0x3c0093,subUnitId:_0xf7f04c,drawingId:_0x55161a,isMultiTransform:_0x4349d2,transforms:_0x2a9840}=_0xac01f8;if(_0xca9431!==_0x3e1ae8['DrawingTypeEnum'][_0x9105f3(0x499)]||!this['_drawingManagerService'][_0x9105f3(0x61a)]()||_0x15d509==null)return;const _0x3cdb1d=_0x4349d2&&_0x2a9840?_0x2a9840:[_0x15d509],_0x31c5cb=[];for(const _0x4ec652 of _0x3cdb1d){const {left:_0x46dd18,top:_0x2ee51c,width:_0x5c3115,height:_0x45b356,angle:_0x34d517,flipX:_0x599d94,flipY:_0x39045d,skewX:_0x4e83f3,skewY:_0x157eb9}=_0x4ec652,_0x5251f8=_0x3cdb1d[_0x9105f3(0x592)](_0x4ec652),_0x3ac650=_0x36414e[_0x9105f3(0x5c4)]({'unitId':_0x3c0093,'subUnitId':_0xf7f04c,'drawingId':_0x55161a},_0x4349d2?_0x5251f8:void 0x0),_0x854d7d=_0x55d7f1[_0x9105f3(0x3d7)](_0x3ac650);if(_0x854d7d!=null){_0x854d7d[_0x9105f3(0x70f)]({'left':_0x46dd18,'top':_0x2ee51c,'width':_0x5c3115,'height':_0x45b356,'angle':_0x34d517,'flipX':_0x599d94,'flipY':_0x39045d,'skewX':_0x4e83f3,'skewY':_0x157eb9});continue;}const _0x2fc934=this[_0x9105f3(0x539)][_0x9105f3(0x5ee)](_0x3c0093,_0xf7f04c),_0x17adcc=_0x2fc934['indexOf'](_0x55161a);if(_0x55d7f1[_0x9105f3(0x3d7)](_0x3ac650)||!this[_0x9105f3(0x539)][_0x9105f3(0x61a)]())continue;const _0x499299=this[_0x9105f3(0x374)][_0x9105f3(0x1ed)](_0x3c0093,_0xf7f04c,_0x55161a);if(!_0x499299)continue;const _0x23cdb3={..._0x6332e7['isConnectorShape'](_0x499299['getShapeType']())?{..._0x4ec652,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}:{..._0x4ec652},'zIndex':_0x17adcc===-0x1?_0x2fc934['length']-0x1:_0x17adcc,'shapeModel':_0x499299,'localeService':this[_0x9105f3(0x77e)],'shapeId':_0x55161a,'unitId':_0x3c0093,'subUnitId':_0xf7f04c},_0x47d851=new _0x34389a(_0x3ac650,_0x23cdb3);_0x55d7f1[_0x9105f3(0x520)](_0x47d851,_0x47893f[_0x9105f3(0x4b8)]),this[_0x9105f3(0x539)][_0x9105f3(0x3f5)]()&&_0x55d7f1[_0x9105f3(0x4bc)](_0x47d851),_0x30d238&&_0x27708b[_0x9105f3(0x7fb)]({'drawingId':_0x30d238,'unitId':_0x3c0093,'subUnitId':_0xf7f04c},_0x47d851,_0x55d7f1,this[_0x9105f3(0x539)]),_0x205721!=null&&_0x47d851[_0x9105f3(0x3d9)](_0x205721),_0x5ab8e6!=null&&_0x47d851['setSrcRect'](_0x5ab8e6),_0x31c5cb[_0x9105f3(0x529)](_0x47d851);}return _0x31c5cb;}};_0x9c2f70=_0x5608e8([_0xc72950(0x0,_0x36414e[_0x5badd6(0x360)]),_0xc72950(0x1,_0x3e1ae8['Inject'](_0x79ee08[_0x5badd6(0x707)])),_0xc72950(0x2,_0x3e1ae8[_0x5badd6(0x543)](_0x3e1ae8[_0x5badd6(0x594)]))],_0x9c2f70);var _0x425793=Object[_0x5badd6(0x4c7)],_0x3b124a=(_0x33fe00,_0x476fb8,_0x26f9cf,_0x493db0)=>{const _0x202478=_0x5badd6;for(var _0x4d5cf1=_0x493db0>0x1?void 0x0:_0x493db0?_0x425793(_0x476fb8,_0x26f9cf):_0x476fb8,_0x453140=_0x33fe00[_0x202478(0x52a)]-0x1,_0xa59ced;_0x453140>=0x0;_0x453140--)(_0xa59ced=_0x33fe00[_0x453140])&&(_0x4d5cf1=_0xa59ced(_0x4d5cf1)||_0x4d5cf1);return _0x4d5cf1;},_0x577529=(_0x55e5a6,_0x2c4b16)=>(_0x2b91c6,_0x3e3547)=>_0x2c4b16(_0x2b91c6,_0x3e3547,_0x55e5a6);let _0x44b9c7=class extends _0x3e1ae8['Disposable']{constructor(_0x411282,_0x59fffe,_0x163fba,_0x14620a,_0x4719bf,_0x5b124b){const _0x3f1758=_0x5badd6;super(),this[_0x3f1758(0x225)]=_0x411282,this[_0x3f1758(0x449)]=_0x59fffe,this['_drawingManagerService']=_0x163fba,this['_currentUniverService']=_0x14620a,this[_0x3f1758(0x3b4)]=_0x4719bf,this['_sheetDrawingShapeRenderController']=_0x5b124b,this['_initialize']();}[_0x5badd6(0x4c4)](){const _0xbb3db6=_0x5badd6;this['_drawingAddListener'](),this['_commandExecutedListener'](),this[_0xbb3db6(0x3c0)]();}[_0x5badd6(0x4f1)](){const _0x120d89=_0x5badd6;this[_0x120d89(0x545)](this[_0x120d89(0x539)][_0x120d89(0x18f)][_0x120d89(0x1ec)](_0x3242cc=>{this['_insertShapes'](_0x3242cc);}));}[_0x5badd6(0x521)](){const _0xc14129=_0x5badd6;this[_0xc14129(0x545)](this[_0xc14129(0x225)][_0xc14129(0x587)](_0x4c852b=>{const _0x74e5d5=_0xc14129;var _0x5602be;if(_0x4c852b['id']===_0x79ee08[_0x74e5d5(0x57e)]['id']){const {unitId:_0x264ca9,subUnitId:_0x2ebd0a,shapeId:_0x2ab801}=_0x4c852b[_0x74e5d5(0x261)],_0x472965=this['_getSceneAndTransformerByDrawingSearch'](_0x264ca9);if(_0x472965==null)return;const {scene:_0x52b67b}=_0x472965,_0x2ba8ae=_0x36414e['getDrawingShapeKeyByDrawingSearch']({'unitId':_0x264ca9,'subUnitId':_0x2ebd0a,'drawingId':_0x2ab801}),_0x2d0370=_0x52b67b[_0x74e5d5(0x3d7)](_0x2ba8ae);if(!((_0x5602be=this[_0x74e5d5(0x449)][_0x74e5d5(0x1ae)](_0x264ca9))==null?void 0x0:_0x5602be[_0x74e5d5(0x6de)](_0x18487f['SheetSkeletonManagerService'])[_0x74e5d5(0x72a)](_0x2ebd0a)))return!0x1;if(_0x2d0370)return;this[_0x74e5d5(0x2b2)]([{'unitId':_0x264ca9,'subUnitId':_0x2ebd0a,'drawingId':_0x2ab801}]);}}));}[_0x5badd6(0x3c0)](){const _0x3a1ae5=_0x5badd6;this['disposeWithMe'](this['_drawingManagerService']['update$'][_0x3a1ae5(0x1ec)](_0x30dad2=>{const _0x51a11b=_0x3a1ae5;_0x30dad2[_0x51a11b(0x800)](_0x12d88b=>{const _0x16c3de=_0x51a11b,{unitId:_0x5c8ea1,subUnitId:_0xb599a8,drawingId:_0x2574ad}=_0x12d88b,_0x32d28e=this[_0x16c3de(0x539)]['getDrawingByParam'](_0x12d88b);if(_0x32d28e==null)return;const {transform:_0x559bb7,drawingType:_0x508fc2,srcRect:_0x12f5d4,prstGeom:_0xfd7361}=_0x32d28e;if(_0x508fc2!==_0x3e1ae8[_0x16c3de(0x714)][_0x16c3de(0x499)])return;const _0x5f0bf7=this[_0x16c3de(0x1c3)](_0x5c8ea1);if(_0x5f0bf7==null)return;const {scene:_0x241d21,transformer:_0x327f52}=_0x5f0bf7;if(_0x559bb7==null)return!0x0;const _0x2f5a75=_0x36414e[_0x16c3de(0x5c4)]({'unitId':_0x5c8ea1,'subUnitId':_0xb599a8,'drawingId':_0x2574ad}),_0x39002d=_0x241d21[_0x16c3de(0x3d7)](_0x2f5a75);if(_0x39002d===null)return!0x0;_0x39002d['setSrcRect'](_0x12f5d4),_0x39002d[_0x16c3de(0x3d9)](_0xfd7361);});}));}[_0x5badd6(0x2b2)](_0x21f3fe){const _0x4262cd=_0x5badd6;_0x21f3fe[_0x4262cd(0x800)](async _0x2c22b3=>{const _0x399815=_0x4262cd;var _0x5bc2a1;const {unitId:_0x36a519,subUnitId:_0x2c6a46}=_0x2c22b3,_0x1dd3e3=this['_getSceneAndTransformerByDrawingSearch'](_0x36a519),_0x3fadf7=(_0x5bc2a1=_0x27708b[_0x399815(0x7b1)](this['_currentUniverService'],_0x36a519))==null?void 0x0:_0x5bc2a1['subUnitId'];if(_0x1dd3e3==null||_0x3fadf7!==_0x2c6a46)return;const _0x37844c=this[_0x399815(0x539)]['getDrawingByParam'](_0x2c22b3);if(_0x37844c==null||_0x37844c['drawingType']!==_0x3e1ae8['DrawingTypeEnum'][_0x399815(0x499)])return;const _0x18046b=_0x37844c[_0x399815(0x1bb)]||{};if(_0x6332e7['isConnectorShape'](_0x18046b[_0x399815(0x285)])){const _0x5b8e36=_0x37844c[_0x399815(0x6cc)];_0x5b8e36&&(_0x37844c[_0x399815(0x6cc)]={..._0x5b8e36,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1});}this[_0x399815(0x539)][_0x399815(0x23d)]([_0x37844c]),this[_0x399815(0x241)][_0x399815(0x3d6)](_0x37844c,_0x1dd3e3[_0x399815(0x442)]);});}['_getSceneAndTransformerByDrawingSearch'](_0x5758fd){const _0x4a84c0=_0x5badd6;if(_0x5758fd==null)return;const _0xe65852=this['_renderManagerService'][_0x4a84c0(0x1ae)](_0x5758fd),_0x37c421=_0xe65852==null?void 0x0:_0xe65852[_0x4a84c0(0x442)];if(_0x37c421==null)return null;const _0x401e82=_0x37c421[_0x4a84c0(0x622)]();return{'scene':_0x37c421,'transformer':_0x401e82};}};_0x44b9c7=_0x3b124a([_0x577529(0x0,_0x3e1ae8['ICommandService']),_0x577529(0x1,_0x47893f[_0x5badd6(0x76e)]),_0x577529(0x2,_0x36414e[_0x5badd6(0x360)]),_0x577529(0x3,_0x3e1ae8[_0x5badd6(0x20e)]),_0x577529(0x4,_0x3e1ae8[_0x5badd6(0x543)](_0x27708b[_0x5badd6(0x74e)])),_0x577529(0x5,_0x3e1ae8[_0x5badd6(0x543)](_0x9c2f70))],_0x44b9c7);const _0x2195a8={'normal':{'fill':_0x6332e7[_0x5badd6(0x22b)][_0x5badd6(0x6dc)],'stroke':_0x6332e7['ShapeDefaultConfig'][_0x5badd6(0x659)],'strokeWidth':_0x6332e7[_0x5badd6(0x22b)][_0x5badd6(0x6a3)]},'highlighted':{'fill':_0x5badd6(0x6f5),'stroke':_0x5badd6(0x54e),'strokeWidth':0x2}};class _0x297aca extends _0x47893f[_0x5badd6(0x5c3)]{constructor(_0x1eb6ba,_0xa5ce2a){const _0x136f64=_0x5badd6;super(_0x1eb6ba,_0xa5ce2a),_0x19766d(this,'_targetShapeId',''),_0x19766d(this,_0x136f64(0x5e6),-0x1),_0x19766d(this,_0x136f64(0x48f),''),_0x19766d(this,_0x136f64(0x23c),''),_0x19766d(this,_0x136f64(0x4d5),!0x1),_0xa5ce2a&&this[_0x136f64(0x20b)](_0xa5ce2a);}['getConnectionInfo'](){const _0x245413=_0x5badd6;return{'unitId':this[_0x245413(0x48f)],'subUnitId':this[_0x245413(0x23c)],'shapeId':this[_0x245413(0x5d1)],'cxnIndex':this[_0x245413(0x5e6)]};}[_0x5badd6(0x565)](_0x25998f){const _0x26aa92=_0x5badd6;this[_0x26aa92(0x4d5)]!==_0x25998f&&(this[_0x26aa92(0x4d5)]=_0x25998f,this[_0x26aa92(0x1b6)](!0x0));}['isHighlighted'](){const _0x19acf8=_0x5badd6;return this[_0x19acf8(0x4d5)];}[_0x5badd6(0x20b)](_0x11089e){const _0x1685f4=_0x5badd6;var _0x2de25a,_0x4ca602;typeof _0x11089e[_0x1685f4(0x3a2)]<'u'&&(this[_0x1685f4(0x5d1)]=_0x11089e[_0x1685f4(0x3a2)]),typeof _0x11089e[_0x1685f4(0x64c)]<'u'&&(this['_cxnIndex']=_0x11089e[_0x1685f4(0x64c)]),typeof _0x11089e[_0x1685f4(0x3e4)]<'u'&&(this[_0x1685f4(0x48f)]=_0x11089e[_0x1685f4(0x3e4)]),typeof _0x11089e[_0x1685f4(0x22f)]<'u'&&(this['_subUnitId']=_0x11089e[_0x1685f4(0x22f)]),typeof _0x11089e[_0x1685f4(0x733)]<'u'&&(this[_0x1685f4(0x4d5)]=_0x11089e[_0x1685f4(0x733)]),this['transformByState']({'width':(_0x2de25a=_0x11089e[_0x1685f4(0x473)])!=null?_0x2de25a:_0x6332e7[_0x1685f4(0x22b)][_0x1685f4(0x27c)]*0x2,'height':(_0x4ca602=_0x11089e[_0x1685f4(0x4f5)])!=null?_0x4ca602:_0x6332e7[_0x1685f4(0x22b)][_0x1685f4(0x27c)]*0x2});}[_0x5badd6(0x46f)](_0x28f147){const _0x375d5d=_0x5badd6,_0x493e1b=this['_isHighlighted']?_0x2195a8[_0x375d5d(0x7ff)]:_0x2195a8[_0x375d5d(0x4ab)];_0x47893f[_0x375d5d(0x806)][_0x375d5d(0x648)](_0x28f147,{'radius':_0x6332e7['ShapeDefaultConfig'][_0x375d5d(0x27c)],'fill':_0x493e1b[_0x375d5d(0x700)],'stroke':_0x493e1b[_0x375d5d(0x3dd)],'strokeWidth':_0x493e1b[_0x375d5d(0x5b4)],'evented':!0x0});}}var _0x1710b4=Object[_0x5badd6(0x4c7)],_0x4103e0=(_0x1bb97c,_0x4161c9,_0x4f809d,_0x45e689)=>{const _0x57db20=_0x5badd6;for(var _0x571432=_0x45e689>0x1?void 0x0:_0x45e689?_0x1710b4(_0x4161c9,_0x4f809d):_0x4161c9,_0x1e01ad=_0x1bb97c[_0x57db20(0x52a)]-0x1,_0x3da1fa;_0x1e01ad>=0x0;_0x1e01ad--)(_0x3da1fa=_0x1bb97c[_0x1e01ad])&&(_0x571432=_0x3da1fa(_0x571432)||_0x571432);return _0x571432;},_0xfc4274=(_0x476fa1,_0x48099f)=>(_0x11cf7f,_0x5be582)=>_0x48099f(_0x11cf7f,_0x5be582,_0x476fa1);const _0x32810c=0xa,_0x3ad5df=0x5;let _0x5a20a4=class extends _0x3e1ae8[_0x5badd6(0x2a1)]{constructor(_0x4808c4,_0x11a156,_0x5537b4,_0x5bad1c){const _0x9725dd=_0x5badd6;super(),_0x19766d(this,_0x9725dd(0x72d),[]),_0x19766d(this,_0x9725dd(0x4f3),null),_0x19766d(this,'_highlightedSiteIndex',-0x1),_0x19766d(this,_0x9725dd(0x757),null),_0x19766d(this,_0x9725dd(0x48f),''),_0x19766d(this,'_subUnitId',''),_0x19766d(this,_0x9725dd(0x484),null),(this[_0x9725dd(0x5fb)]=_0x4808c4,this[_0x9725dd(0x449)]=_0x11a156,this['_drawingManagerService']=_0x5537b4,this[_0x9725dd(0x374)]=_0x5bad1c);}[_0x5badd6(0x3f3)](_0x3ba81e,_0x4a1fc5,_0x289bbd,_0x13d70){const _0x4f07f8=_0x5badd6;this[_0x4f07f8(0x757)]=_0x3ba81e,this[_0x4f07f8(0x48f)]=_0x4a1fc5,this[_0x4f07f8(0x23c)]=_0x289bbd,this[_0x4f07f8(0x484)]=_0x13d70;}[_0x5badd6(0x4bb)](_0x568f30){const _0x372cce=_0x5badd6;if(!this['_currentScene'])return null;const _0x53f8bc=this[_0x372cce(0x470)](_0x568f30);return _0x53f8bc?(this[_0x372cce(0x4f3)]!==_0x53f8bc[_0x372cce(0x49f)]&&(this[_0x372cce(0x21b)](),this[_0x372cce(0x451)](_0x53f8bc[_0x372cce(0x49f)],_0x53f8bc[_0x372cce(0x753)]),this['_activeTargetShapeId']=_0x53f8bc['shapeId']),this['_findNearestConnectionSite'](_0x568f30)):(this[_0x372cce(0x4f3)]!==null&&(this['_clearConnectionSites'](),this[_0x372cce(0x4f3)]=null),null);}[_0x5badd6(0x18c)](){const _0x27501f=_0x5badd6;this[_0x27501f(0x21b)](),this['_currentScene']=null,this[_0x27501f(0x4f3)]=null,this[_0x27501f(0x51c)]=-0x1,this[_0x27501f(0x484)]=null;}[_0x5badd6(0x43f)](){const _0x107c85=_0x5badd6;return this[_0x107c85(0x4f3)]===null||this[_0x107c85(0x51c)]<0x0?null:{'shapeId':this[_0x107c85(0x4f3)],'cxnIndex':this['_highlightedSiteIndex']};}[_0x5badd6(0x470)](_0xd9c057){const _0x2cdbef=_0x5badd6,_0x5bb470=this['_drawingManagerService'][_0x2cdbef(0x7f0)](this[_0x2cdbef(0x48f)],this[_0x2cdbef(0x23c)]);for(const _0x4e0d56 of Object['keys'](_0x5bb470)){if(_0x4e0d56===this[_0x2cdbef(0x484)])continue;const _0x3937aa=_0x5bb470[_0x4e0d56];if(_0x3937aa['drawingType']!==_0x3e1ae8['DrawingTypeEnum']['DRAWING_SHAPE'])continue;const _0x197472=this[_0x2cdbef(0x374)][_0x2cdbef(0x1ed)](this[_0x2cdbef(0x48f)],this[_0x2cdbef(0x23c)],_0x4e0d56);if(!_0x197472||_0x6332e7[_0x2cdbef(0x731)](_0x197472[_0x2cdbef(0x7b4)]())||_0x197472[_0x2cdbef(0x5be)]()[_0x2cdbef(0x52a)]===0x0)continue;const {transform:_0x2ec7a2}=_0x3937aa;if(!_0x2ec7a2)continue;const {left:_0x47190a=0x0,top:_0x554b2d=0x0,width:_0x3ec88f=0x0,height:_0x4e398c=0x0}=_0x2ec7a2,_0x261d46=_0x3ad5df;if(_0xd9c057['x']>=_0x47190a-_0x261d46&&_0xd9c057['x']<=_0x47190a+_0x3ec88f+_0x261d46&&_0xd9c057['y']>=_0x554b2d-_0x261d46&&_0xd9c057['y']<=_0x554b2d+_0x4e398c+_0x261d46)return{'shapeId':_0x4e0d56,'shapeModel':_0x197472};}return null;}[_0x5badd6(0x451)](_0x29a3d7,_0x23ef96){const _0x5c7785=_0x5badd6;if(!this['_currentScene'])return;const _0x11bab6={'unitId':this[_0x5c7785(0x48f)],'subUnitId':this[_0x5c7785(0x23c)],'drawingId':_0x29a3d7},_0x1b151e=this[_0x5c7785(0x539)][_0x5c7785(0x297)](_0x11bab6);if(!(_0x1b151e!=null&&_0x1b151e[_0x5c7785(0x6cc)])||_0x1b151e[_0x5c7785(0x202)]!==_0x3e1ae8[_0x5c7785(0x714)]['DRAWING_SHAPE'])return;const {left:_0x2b02dc=0x0,top:_0x16d3c6=0x0,width:_0x29a6c0=0x0,height:_0x3b4c5f=0x0,flipX:_0x4d63af=!0x1,flipY:_0x14feb8=!0x1,angle:_0x4f02eb}=_0x1b151e[_0x5c7785(0x6cc)];_0x23ef96[_0x5c7785(0x6f2)]({'width':_0x29a6c0,'height':_0x3b4c5f});const _0x499bb6=_0x23ef96['getConnectionSiteList']();for(const _0x6c7b81 of _0x499bb6){let _0x92b1f8=_0x6c7b81['x'],_0xe19440=_0x6c7b81['y'];if(_0x4d63af&&(_0x92b1f8=_0x29a6c0-_0x6c7b81['x']),_0x14feb8&&(_0xe19440=_0x3b4c5f-_0x6c7b81['y']),_0x4f02eb!==0x0&&_0x4f02eb!==void 0x0){const _0x3d9231=_0x4f02eb*Math['PI']/0xb4,_0x2102aa=Math[_0x5c7785(0x1d5)](_0x3d9231),_0x1b6e63=Math[_0x5c7785(0x73d)](_0x3d9231),_0x2cc74a=_0x29a6c0/0x2,_0xc4c7a7=_0x3b4c5f/0x2,_0xc67aad=_0x92b1f8-_0x2cc74a,_0x40e6c6=_0xe19440-_0xc4c7a7;_0x92b1f8=_0x2cc74a+_0xc67aad*_0x2102aa-_0x40e6c6*_0x1b6e63,_0xe19440=_0xc4c7a7+_0xc67aad*_0x1b6e63+_0x40e6c6*_0x2102aa;}_0x92b1f8+=_0x2b02dc,_0xe19440+=_0x16d3c6;const _0x3f696d=_0x5c7785(0x54b)+_0x29a3d7+'-'+_0x6c7b81['index'],_0x14d4f1={'left':_0x92b1f8-_0x6332e7['ShapeDefaultConfig'][_0x5c7785(0x27c)],'top':_0xe19440-_0x6332e7['ShapeDefaultConfig'][_0x5c7785(0x27c)],'targetShapeId':_0x29a3d7,'cxnIndex':_0x6c7b81[_0x5c7785(0x482)],'unitId':this['_unitId'],'subUnitId':this['_subUnitId'],'width':_0x6332e7[_0x5c7785(0x22b)][_0x5c7785(0x27c)]*0x2,'height':_0x6332e7[_0x5c7785(0x22b)][_0x5c7785(0x27c)]*0x2,'zIndex':_0x47893f[_0x5c7785(0x4b8)]+0x2,'evented':!0x1},_0x2bea1f=new _0x297aca(_0x3f696d,_0x14d4f1);this['_connectionSiteObjects'][_0x5c7785(0x529)](_0x2bea1f),this[_0x5c7785(0x757)][_0x5c7785(0x520)](_0x2bea1f,_0x47893f[_0x5c7785(0x4b8)]+0x2);}}[_0x5badd6(0x649)](_0x1bb861){const _0x59d25b=_0x5badd6;let _0xd4a5a2=null,_0x1a8c0d=0x1/0x0,_0x1feb3c=null;for(const _0x10a1f3 of this[_0x59d25b(0x72d)]){const _0x1e7df7=_0x10a1f3[_0x59d25b(0x762)]+_0x6332e7['ShapeDefaultConfig']['cxnPointRadius'],_0x57b783=_0x10a1f3['top']+_0x6332e7[_0x59d25b(0x22b)][_0x59d25b(0x27c)],_0x1a573b=_0x1bb861['x']-_0x1e7df7,_0x42057e=_0x1bb861['y']-_0x57b783,_0x3d374e=Math['sqrt'](_0x1a573b*_0x1a573b+_0x42057e*_0x42057e);_0x3d374e<_0x1a8c0d&&(_0x1a8c0d=_0x3d374e,_0xd4a5a2=_0x10a1f3,_0x1feb3c={'x':_0x1e7df7,'y':_0x57b783});}const _0x3c4ec7=_0x1a8c0d<=_0x32810c&&_0xd4a5a2?_0xd4a5a2['getConnectionInfo']()[_0x59d25b(0x64c)]:-0x1;if(_0x3c4ec7!==this[_0x59d25b(0x51c)]){for(const _0x1d7710 of this['_connectionSiteObjects']){const _0x15adbf=_0x1d7710[_0x59d25b(0x1d0)]();_0x1d7710['setHighlighted'](_0x15adbf[_0x59d25b(0x64c)]===_0x3c4ec7);}this[_0x59d25b(0x51c)]=_0x3c4ec7;}if(_0x1a8c0d<=_0x32810c&&_0xd4a5a2&&_0x1feb3c){const _0x447546=_0xd4a5a2[_0x59d25b(0x1d0)](),_0x556a7d=this['_getConnectionSiteAngle'](_0x447546[_0x59d25b(0x49f)],_0x447546[_0x59d25b(0x64c)]);return{'shapeId':_0x447546[_0x59d25b(0x49f)],'cxnIndex':_0x447546['cxnIndex'],'unitId':_0x447546[_0x59d25b(0x3e4)],'subUnitId':_0x447546['subUnitId'],'worldPoint':_0x1feb3c,'angle':_0x556a7d};}return null;}[_0x5badd6(0x4b1)](_0x537f31,_0x4d0548){const _0x4bdb62=_0x5badd6,_0x2030bc=this[_0x4bdb62(0x374)]['getShapeModel'](this[_0x4bdb62(0x48f)],this[_0x4bdb62(0x23c)],_0x537f31);if(!_0x2030bc)return 0x0;const _0x21222a=this[_0x4bdb62(0x539)][_0x4bdb62(0x297)]({'unitId':this[_0x4bdb62(0x48f)],'subUnitId':this[_0x4bdb62(0x23c)],'drawingId':_0x537f31});if(!(_0x21222a!=null&&_0x21222a[_0x4bdb62(0x6cc)]))return 0x0;const {width:_0x4561a1=0x0,height:_0x3d04ff=0x0,flipX:_0x529535=!0x1,flipY:_0x5daeba=!0x1}=_0x21222a['transform'];_0x2030bc[_0x4bdb62(0x6f2)]({'width':_0x4561a1,'height':_0x3d04ff});const _0x21a64b=_0x2030bc[_0x4bdb62(0x5be)]()[_0x4bdb62(0x471)](_0xcf62c5=>_0xcf62c5[_0x4bdb62(0x482)]===_0x4d0548);if(!_0x21a64b)return 0x0;let _0x25fb4f=_0x21a64b[_0x4bdb62(0x210)]/0xea60;return _0x529535&&(_0x25fb4f=0xb4-_0x25fb4f),_0x5daeba&&(_0x25fb4f=-_0x25fb4f),_0x25fb4f=(_0x25fb4f%0x168+0x168)%0x168,_0x25fb4f;}[_0x5badd6(0x21b)](){const _0x230bb2=_0x5badd6;for(const _0x1223dc of this[_0x230bb2(0x72d)])_0x1223dc[_0x230bb2(0x176)]();this[_0x230bb2(0x72d)]=[],this[_0x230bb2(0x51c)]=-0x1;}[_0x5badd6(0x176)](){const _0x471c2f=_0x5badd6;this[_0x471c2f(0x21b)](),super['dispose']();}};_0x5a20a4=_0x4103e0([_0xfc4274(0x1,_0x3e1ae8[_0x5badd6(0x543)](_0x47893f[_0x5badd6(0x76e)])),_0xfc4274(0x2,_0x3e1ae8[_0x5badd6(0x543)](_0x36414e[_0x5badd6(0x360)])),_0xfc4274(0x3,_0x3e1ae8[_0x5badd6(0x543)](_0x79ee08['SheetsShapeService']))],_0x5a20a4);class _0x2cc1ac extends _0x47893f[_0x5badd6(0x5c3)]{constructor(_0x108098,_0xa41dc4){const _0x191653=_0x5badd6;super(_0x108098,_0xa41dc4),_0x19766d(this,_0x191653(0x20d),null),_0x19766d(this,_0x191653(0x5e3),null),_0x19766d(this,_0x191653(0x48f),null),_0x19766d(this,_0x191653(0x23c),null),_0xa41dc4&&this[_0x191653(0x20b)](_0xa41dc4);}['getDrawingSearch'](){const _0x5c2775=_0x5badd6;return{'unitId':this[_0x5c2775(0x48f)],'subUnitId':this[_0x5c2775(0x23c)],'drawingId':this[_0x5c2775(0x20d)]};}[_0x5badd6(0x20b)](_0x78106f){const _0x395d61=_0x5badd6;typeof _0x78106f[_0x395d61(0x49f)]<'u'&&(this[_0x395d61(0x20d)]=_0x78106f[_0x395d61(0x49f)]),typeof _0x78106f[_0x395d61(0x1b4)]<'u'&&(this[_0x395d61(0x5e3)]=_0x78106f[_0x395d61(0x1b4)]),typeof _0x78106f[_0x395d61(0x3e4)]<'u'&&(this[_0x395d61(0x48f)]=_0x78106f[_0x395d61(0x3e4)]),typeof _0x78106f[_0x395d61(0x22f)]<'u'&&(this['_subUnitId']=_0x78106f['subUnitId']),this[_0x395d61(0x70f)]({'width':_0x78106f['width'],'height':_0x78106f[_0x395d61(0x4f5)]});}[_0x5badd6(0x46f)](_0x1b4392){const _0x4a35b5=_0x5badd6;_0x47893f['Circle'][_0x4a35b5(0x648)](_0x1b4392,{'radius':_0x6332e7[_0x4a35b5(0x22b)]['adjHandleSize'],'fill':_0x6332e7[_0x4a35b5(0x22b)]['adjHandleFill'],'stroke':_0x6332e7['ShapeDefaultConfig'][_0x4a35b5(0x570)],'strokeWidth':0x1,'evented':!0x0});}}var _0xde44e9=Object[_0x5badd6(0x4c7)],_0x369aff=(_0x4486ab,_0x5cf3c7,_0x58a4ab,_0x52099d)=>{const _0x4591ed=_0x5badd6;for(var _0x493e75=_0x52099d>0x1?void 0x0:_0x52099d?_0xde44e9(_0x5cf3c7,_0x58a4ab):_0x5cf3c7,_0x14d608=_0x4486ab[_0x4591ed(0x52a)]-0x1,_0x33323d;_0x14d608>=0x0;_0x14d608--)(_0x33323d=_0x4486ab[_0x14d608])&&(_0x493e75=_0x33323d(_0x493e75)||_0x493e75);return _0x493e75;},_0x52cecd=(_0x4f26fa,_0x31331b)=>(_0x351819,_0x51f236)=>_0x31331b(_0x351819,_0x51f236,_0x4f26fa);let _0x22d374=class extends _0x3e1ae8[_0x5badd6(0x2a1)]{constructor(_0xcb2d6a,_0x528968,_0x3c9bd1,_0x54966a,_0x24bd4e,_0x2631d3,_0x3b3fb4,_0x53cc5e){const _0x553718=_0x5badd6;super(),_0x19766d(this,_0x553718(0x38b),null),_0x19766d(this,_0x553718(0x48f),null),_0x19766d(this,_0x553718(0x23c),null),_0x19766d(this,_0x553718(0x5a5)),_0x19766d(this,'_shapes',[]),_0x19766d(this,'_baseShapeLeft',0x0),_0x19766d(this,_0x553718(0x262),0x0),_0x19766d(this,_0x553718(0x5c7),0x0),_0x19766d(this,_0x553718(0x185),0x0),_0x19766d(this,_0x553718(0x2d8),!0x1),_0x19766d(this,_0x553718(0x1cb)),_0x19766d(this,_0x553718(0x411)),_0x19766d(this,_0x553718(0x50b)),_0x19766d(this,'_adjHandlerPointerUp'),_0x19766d(this,_0x553718(0x6a8),!0x1),(this[_0x553718(0x5fb)]=_0xcb2d6a,this[_0x553718(0x6af)]=_0x528968,this[_0x553718(0x539)]=_0x3c9bd1,this[_0x553718(0x374)]=_0x54966a,this['_renderManagerService']=_0x24bd4e,this['_sheetDrawingShapeRenderController']=_0x2631d3,this[_0x553718(0x302)]=_0x3b3fb4,this[_0x553718(0x225)]=_0x53cc5e,this[_0x553718(0x2f8)](),this['_registerDrawingMoveHandler']());}[_0x5badd6(0x637)](_0x4352af,_0x3b5e4d,_0x575dae){const _0x174f5c=_0x5badd6,_0x1ebaf0=this['_sheetsShapeService'][_0x174f5c(0x1ed)](_0x4352af,_0x3b5e4d,_0x575dae);if(_0x1ebaf0)return _0x1ebaf0[_0x174f5c(0x63a)]();}[_0x5badd6(0x5fe)](){const _0x828aa0=_0x5badd6;this[_0x828aa0(0x7bc)]();}[_0x5badd6(0x24a)](){const _0x378a3e=_0x5badd6;this[_0x378a3e(0x388)](!0x0);}[_0x5badd6(0x44b)](_0x15154c,_0x1973af,_0x27b2ac,_0x5c2715){const _0x578c03=_0x5badd6,_0x1272f8=this[_0x578c03(0x374)][_0x578c03(0x1ed)](_0x15154c,_0x1973af,_0x27b2ac);if(_0x1272f8)return _0x1272f8[_0x578c03(0x6ab)](_0x5c2715);}[_0x5badd6(0x2a7)](_0x190eec=!0x1){const _0x464420=_0x5badd6;if(this[_0x464420(0x48f)]===null||this['_subUnitId']===null||this[_0x464420(0x38b)]===null)return;const _0x39fa03=this['_renderManagerService'][_0x464420(0x1ae)](this['_unitId']);if(!_0x39fa03||!_0x39fa03[_0x464420(0x6de)](_0x18487f[_0x464420(0x5ad)])[_0x464420(0x42e)]())return;const {scene:_0x26bcf0}=_0x39fa03,_0x4ce7e2={'unitId':this[_0x464420(0x48f)],'subUnitId':this['_subUnitId'],'drawingId':this[_0x464420(0x38b)]},_0xc8f465=this['_drawingManagerService']['getDrawingByParam'](_0x4ce7e2),{transform:_0x551cd1}=_0xc8f465;if(!_0x551cd1||_0xc8f465[_0x464420(0x202)]!==_0x3e1ae8[_0x464420(0x714)]['DRAWING_SHAPE'])return;const {left:_0x2a1023,top:_0x201b6b,width:_0x139871,height:_0x19087e,flipX:_0x136d2d,flipY:_0x30c87a,angle:_0x5deb5b=0x0}=_0x551cd1;if(_0x2a1023===void 0x0||_0x201b6b===void 0x0)return;_0x190eec&&(this[_0x464420(0x5a5)]=this[_0x464420(0x637)](this[_0x464420(0x48f)],this[_0x464420(0x23c)],this[_0x464420(0x38b)]));const _0xf4a07b=this[_0x464420(0x5a5)];for(let _0x43cb59=0x0;_0x43cb59<_0xf4a07b['length'];_0x43cb59++){const _0x578c38=_0xf4a07b[_0x43cb59];let _0x2fd275=_0x578c38['x'],_0x588044=_0x578c38['y'];if(_0x136d2d&&(_0x2fd275=(_0x139871||0x0)-_0x2fd275),_0x30c87a&&(_0x588044=(_0x19087e||0x0)-_0x588044),_0x5deb5b!==0x0){const _0x26a103=(_0x139871||0x0)/0x2,_0x40ad5b=(_0x19087e||0x0)/0x2,_0x410f95=_0x5deb5b*Math['PI']/0xb4,_0x5cc5f2=Math[_0x464420(0x1d5)](_0x410f95),_0xdb3e22=Math['sin'](_0x410f95),_0x47c7b7=_0x2fd275-_0x26a103,_0x46d269=_0x588044-_0x40ad5b;_0x2fd275=_0x26a103+(_0x47c7b7*_0x5cc5f2-_0x46d269*_0xdb3e22),_0x588044=_0x40ad5b+(_0x47c7b7*_0xdb3e22+_0x46d269*_0x5cc5f2);}const _0x4973fa={'x':_0x2fd275,'y':_0x588044,'adjName':_0x578c38[_0x464420(0x1b4)]};this[_0x464420(0x768)](_0x26bcf0,_0x4973fa,_0x4973fa[_0x464420(0x1b4)],_0x2a1023,_0x201b6b,this[_0x464420(0x48f)],this[_0x464420(0x23c)]);}}[_0x5badd6(0x388)](_0x32d6d1=!0x1){const _0x194f55=_0x5badd6;_0x32d6d1&&(this['_clearShapeAdjustControls'](),this[_0x194f55(0x2a7)](_0x32d6d1));}[_0x5badd6(0x768)](_0x10ef55,_0x4f3b0c,_0x20ca93,_0x4a43be,_0x2631a8,_0x55d234,_0x13deb0){const _0x22d7cf=_0x5badd6;if(!this[_0x22d7cf(0x38b)])return;const _0x52ee5a=_0x10ef55['getObjectIncludeInGroup'](_0x22d7cf(0x78d)+this[_0x22d7cf(0x38b)]+'-'+_0x20ca93);if(_0x52ee5a){_0x52ee5a[_0x22d7cf(0x70f)]({'left':_0x4f3b0c['x']+_0x4a43be-_0x6332e7[_0x22d7cf(0x22b)][_0x22d7cf(0x76c)],'top':_0x4f3b0c['y']+_0x2631a8-_0x6332e7[_0x22d7cf(0x22b)][_0x22d7cf(0x76c)]});return;}const _0x597b21={'left':_0x4f3b0c['x']+_0x4a43be-_0x6332e7[_0x22d7cf(0x22b)][_0x22d7cf(0x76c)],'top':_0x4f3b0c['y']+_0x2631a8-_0x6332e7[_0x22d7cf(0x22b)][_0x22d7cf(0x76c)],'adjName':_0x20ca93,'shapeId':this[_0x22d7cf(0x38b)],'unitId':_0x55d234,'subUnitId':_0x13deb0,'width':_0x6332e7[_0x22d7cf(0x22b)][_0x22d7cf(0x76c)]+0x8,'height':_0x6332e7['ShapeDefaultConfig'][_0x22d7cf(0x76c)]+0x8,'zIndex':_0x47893f[_0x22d7cf(0x4b8)]+0x1,'evented':!0x0},_0x307c50=new _0x2cc1ac(_0x22d7cf(0x78d)+this['_activeShapeId']+'-'+_0x20ca93,_0x597b21);this[_0x22d7cf(0x335)][_0x22d7cf(0x529)](_0x307c50),this['_attachAdjustEvent'](_0x307c50,_0x10ef55,_0x20ca93),_0x10ef55[_0x22d7cf(0x520)](_0x307c50,_0x47893f[_0x22d7cf(0x4b8)]+0x1);}[_0x5badd6(0x7bc)](){const _0x269c13=_0x5badd6;this[_0x269c13(0x335)]['length']!==0x0&&(this[_0x269c13(0x335)][_0x269c13(0x800)](_0x3d15fa=>{const _0x1a27f8=_0x269c13;_0x3d15fa[_0x1a27f8(0x176)]();}),this['_shapes']=[]);}[_0x5badd6(0x395)](){const _0x4edbd4=_0x5badd6;this[_0x4edbd4(0x2a7)]();}[_0x5badd6(0x432)](_0x17cb1a,_0x4576da){const _0x4dbd7d=_0x5badd6;var _0x3a1e28;const _0x3d9c96={'x':0x0,'y':0x0};if(!_0x17cb1a||!_0x4576da)return _0x3d9c96;const _0x1a2502=this[_0x4dbd7d(0x449)][_0x4dbd7d(0x1ae)](_0x17cb1a);if(!_0x1a2502||!_0x1a2502['with'](_0x18487f['SheetSkeletonManagerService'])['getSkeleton'](_0x4576da))return _0x3d9c96;const _0x185e31=_0x1a2502[_0x4dbd7d(0x6de)](_0x18487f['SheetScrollManagerService']),_0x1c7711=_0x185e31==null?void 0x0:_0x185e31[_0x4dbd7d(0x7ce)]();if(!_0x1c7711)return _0x3d9c96;const _0x13f035=(_0x3a1e28=this['_univerInstanceService'][_0x4dbd7d(0x81e)](_0x17cb1a))==null?void 0x0:_0x3a1e28['getSheetBySheetId'](_0x4576da);if(!_0x13f035)return _0x3d9c96;const _0x1a2ce8=_0x18487f[_0x4dbd7d(0x6ce)](_0x1c7711['sheetViewStartRow'],_0x1c7711[_0x4dbd7d(0x6e8)],_0x1a2502[_0x4dbd7d(0x442)],_0x13f035);return _0x1a2ce8?{'x':_0x1a2ce8['viewportScrollX'],'y':_0x1a2ce8[_0x4dbd7d(0x39d)]}:_0x3d9c96;}[_0x5badd6(0x502)](_0x417a33,_0xa45623){const _0x209bd7=_0x5badd6;var _0x129461,_0x2190b2;const _0x24d6db=(_0x129461=this['_univerInstanceService'][_0x209bd7(0x81e)](_0x417a33))==null?void 0x0:_0x129461['getSheetBySheetId'](_0xa45623);return(_0x2190b2=_0x24d6db==null?void 0x0:_0x24d6db['getZoomRatio']())!=null?_0x2190b2:0x1;}['_attachAdjustEvent'](_0x197b84,_0x4de725,_0x24c3a5){const _0x15c38c=_0x5badd6;this[_0x15c38c(0x545)](_0x3e1ae8[_0x15c38c(0x4ee)](_0x197b84[_0x15c38c(0x4e0)][_0x15c38c(0x36a)]((_0x51f2da,_0x20fd08)=>{const _0x2ef01e=_0x15c38c;var _0x25c28c,_0x59f9f8,_0x51dcfd,_0x404009;const _0x29609c=_0x197b84[_0x2ef01e(0x393)]();this[_0x2ef01e(0x1cb)]=this['_getShapeAdjustInfosById'](_0x29609c[_0x2ef01e(0x3e4)],_0x29609c[_0x2ef01e(0x22f)],_0x29609c[_0x2ef01e(0x723)],_0x24c3a5),this['_activeShapeModel']=this[_0x2ef01e(0x374)][_0x2ef01e(0x1ed)](_0x29609c['unitId'],_0x29609c[_0x2ef01e(0x22f)],_0x29609c[_0x2ef01e(0x723)]);const _0x3b7395=this[_0x2ef01e(0x539)][_0x2ef01e(0x297)]({'unitId':this['_unitId'],'subUnitId':this[_0x2ef01e(0x23c)],'drawingId':this['_activeShapeId']}),{transform:_0x50d850}=_0x3b7395;if(_0x50d850){const {left:_0x2c6d7c,top:_0x42c8dc,width:_0x514adc,height:_0x5ed598}=_0x50d850;this[_0x2ef01e(0x52c)]=_0x2c6d7c||0x0,this[_0x2ef01e(0x262)]=_0x42c8dc||0x0,this[_0x2ef01e(0x5c7)]=_0x514adc||0x0,this[_0x2ef01e(0x185)]=_0x5ed598||0x0;}const _0x126fc6=!!((_0x25c28c=_0x3b7395[_0x2ef01e(0x6cc)])!=null&&_0x25c28c['flipX']),_0x147edf=!!((_0x59f9f8=_0x3b7395['transform'])!=null&&_0x59f9f8[_0x2ef01e(0x37a)]),_0x401f65=((_0x51dcfd=_0x3b7395[_0x2ef01e(0x6cc)])==null?void 0x0:_0x51dcfd[_0x2ef01e(0x621)])||0x0;this[_0x2ef01e(0x2d8)]=!0x0,_0x4de725[_0x2ef01e(0x275)]();const _0xb3785e=(_0x404009=this[_0x2ef01e(0x411)])==null?void 0x0:_0x404009['getAdjustValueByName'](_0x24c3a5),_0x7243f={[_0x24c3a5]:_0xb3785e};this[_0x2ef01e(0x50b)]=_0x4de725[_0x2ef01e(0x319)]['subscribeEvent']((_0x84e135,_0x3346df)=>{const _0x1a81c=_0x2ef01e;if(!this[_0x1a81c(0x2d8)])return;const {offsetX:_0x52b13a,offsetY:_0x408d94}=_0x84e135,_0x1a4397=this[_0x1a81c(0x1cb)];if(this[_0x1a81c(0x411)]&&_0x1a4397){_0x4de725['disableObjectsEvent'](),_0x4de725['setCursor'](_0x47893f[_0x1a81c(0x1ac)][_0x1a81c(0x2fd)]);const _0x3841e2={'left':0x0,'top':0x0,'width':this[_0x1a81c(0x5c7)],'height':this[_0x1a81c(0x185)]},_0x2cfbbb=this[_0x1a81c(0x432)](this[_0x1a81c(0x48f)],this[_0x1a81c(0x23c)]),_0x4b01c8=this[_0x1a81c(0x502)](this[_0x1a81c(0x48f)],this['_subUnitId']);let _0x9ab821=_0x52b13a/_0x4b01c8+_0x2cfbbb['x']-this[_0x1a81c(0x52c)],_0x1b83a3=_0x408d94/_0x4b01c8+_0x2cfbbb['y']-this['_baseShapeTop'];if(_0x401f65!==0x0){const _0xc2abe7=this[_0x1a81c(0x5c7)]/0x2,_0x22f38c=this[_0x1a81c(0x185)]/0x2,_0x2d3d3b=_0x401f65*Math['PI']/0xb4,_0x3fde86=Math[_0x1a81c(0x1d5)](_0x2d3d3b),_0x4b41f4=Math[_0x1a81c(0x73d)](_0x2d3d3b),_0x8493a3=_0x9ab821-_0xc2abe7,_0x1ea603=_0x1b83a3-_0x22f38c;_0x9ab821=_0xc2abe7+(_0x8493a3*_0x3fde86+_0x1ea603*_0x4b41f4),_0x1b83a3=_0x22f38c+(-_0x8493a3*_0x4b41f4+_0x1ea603*_0x3fde86);}_0x126fc6&&(_0x9ab821=this['_baseShapeWidth']-_0x9ab821),_0x147edf&&(_0x1b83a3=this[_0x1a81c(0x185)]-_0x1b83a3);const _0x13653e={'x':_0x9ab821,'y':_0x1b83a3},_0x3ad0dd=this['_activeShapeModel'][_0x1a81c(0x596)](_0x3841e2,_0x13653e,_0x1a4397,_0x126fc6,_0x147edf),_0x19b310=_0x1a4397[_0x1a81c(0x7e9)]||_0x1a4397['gdRefY']||_0x1a4397[_0x1a81c(0x670)]||_0x1a4397['gdRefR'];if(_0x19b310===void 0x0)return;this[_0x1a81c(0x411)][_0x1a81c(0x305)](_0x19b310,_0x3ad0dd);const _0x5cb7c4=this['_drawingManagerService'][_0x1a81c(0x297)]({'unitId':_0x29609c[_0x1a81c(0x3e4)],'subUnitId':_0x29609c[_0x1a81c(0x22f)],'drawingId':_0x29609c[_0x1a81c(0x723)]});_0x5cb7c4&&(this[_0x1a81c(0x241)][_0x1a81c(0x3d6)](_0x5cb7c4,_0x4de725),this[_0x1a81c(0x5a5)]=this[_0x1a81c(0x637)](_0x29609c[_0x1a81c(0x3e4)],_0x29609c[_0x1a81c(0x22f)],_0x29609c[_0x1a81c(0x723)]),this[_0x1a81c(0x395)]());}_0x3346df['stopPropagation']();}),this[_0x2ef01e(0x751)]=_0x4de725[_0x2ef01e(0x575)][_0x2ef01e(0x36a)]((_0x2ef373,_0x12aa2f)=>{const _0x32a16d=_0x2ef01e;var _0x2fbe49;this[_0x32a16d(0x50b)][_0x32a16d(0x40d)](),this[_0x32a16d(0x751)]['unsubscribe'](),_0x4de725['resetCursor']();const _0x5b9831=this['_activeAdjustInfo'];if(_0x5b9831){const _0x3eb438=_0x29609c[_0x32a16d(0x3e4)],_0x1932ee=_0x29609c[_0x32a16d(0x22f)],_0x57cad0=_0x29609c['drawingId'],_0x3c64fb=_0x5b9831['gdRefX']||_0x5b9831[_0x32a16d(0x21f)]||_0x5b9831[_0x32a16d(0x670)]||_0x5b9831[_0x32a16d(0x43d)];if(_0x3c64fb!==void 0x0){const _0x57518f=(_0x2fbe49=this[_0x32a16d(0x411)])==null?void 0x0:_0x2fbe49[_0x32a16d(0x6cf)](_0x3c64fb);_0x57518f!==void 0x0&&_0xff8c3d(this[_0x32a16d(0x225)],_0x3eb438,_0x1932ee,_0x57cad0,{'oldShapeData':{'adjustValues':_0x7243f}},{'adjustValues':{[_0x3c64fb]:_0x57518f}});}}this[_0x32a16d(0x1cb)]=void 0x0,this[_0x32a16d(0x411)]=void 0x0,this[_0x32a16d(0x2d8)]=!0x1,_0x12aa2f[_0x32a16d(0x4e3)](),_0x4de725[_0x32a16d(0x420)]();}),_0x20fd08['stopPropagation']();})));}[_0x5badd6(0x1ef)](){const _0x56b785=_0x5badd6,_0x2010b4=this[_0x56b785(0x302)][_0x56b785(0x656)](_0x3e1ae8['UniverInstanceType'][_0x56b785(0x1f6)]);this[_0x56b785(0x545)](_0x2010b4[_0x56b785(0x6d3)](_0x39ae11[_0x56b785(0x236)](_0xb0141f=>_0xb0141f?_0xb0141f['activeSheet$'][_0x56b785(0x6d3)](_0x39ae11[_0x56b785(0x236)](_0x2d0a2b=>{const _0x1d2cb4=_0x56b785;if(!_0x2d0a2b)return _0x39ae11['EMPTY'];const _0x5252a2=_0xb0141f[_0x1d2cb4(0x52b)](),_0x40b233=this[_0x1d2cb4(0x449)][_0x1d2cb4(0x1ae)](_0x5252a2),_0x4f73c6=_0x40b233==null?void 0x0:_0x40b233[_0x1d2cb4(0x442)];return _0x4f73c6?_0x39ae11['of'](_0x4f73c6):_0x39ae11[_0x1d2cb4(0x61f)];})):_0x39ae11[_0x56b785(0x61f)]))[_0x56b785(0x1ec)](_0x355b27=>{const _0x2f0fc9=_0x56b785,_0xde4e88=_0x355b27[_0x2f0fc9(0x622)]();this[_0x2f0fc9(0x545)](_0x355b27[_0x2f0fc9(0x319)]['subscribeEvent'](()=>{this['_isDrawingShapePointDown']&&this['_clearShapeAdjustControls']();})),this[_0x2f0fc9(0x545)](_0xde4e88[_0x2f0fc9(0x1c7)][_0x2f0fc9(0x1ec)](_0x1b4cf2=>{const _0x8b3dd7=_0x2f0fc9,{objects:_0x27ab58}=_0x1b4cf2;this[_0x8b3dd7(0x2a7)](),_0x27ab58!==null&&_0x27ab58['size']===0x1&&_0x27ab58[_0x8b3dd7(0x41e)]()[_0x8b3dd7(0x785)]()[_0x8b3dd7(0x748)]instanceof _0x34389a&&(this[_0x8b3dd7(0x6a8)]=!0x0);})),this[_0x2f0fc9(0x545)](_0xde4e88[_0x2f0fc9(0x2cb)][_0x2f0fc9(0x1ec)](()=>{const _0x170287=_0x2f0fc9;this[_0x170287(0x6a8)]&&this[_0x170287(0x7bc)]();})),this[_0x2f0fc9(0x545)](_0x355b27[_0x2f0fc9(0x575)]['subscribeEvent'](()=>{const _0x1b9957=_0x2f0fc9;this[_0x1b9957(0x6a8)]&&(this[_0x1b9957(0x6a8)]=!0x1,this[_0x1b9957(0x2a7)]());})),this[_0x2f0fc9(0x545)](_0xde4e88[_0x2f0fc9(0x64e)][_0x2f0fc9(0x1ec)](()=>{const _0x2265d7=_0x2f0fc9;this[_0x2265d7(0x48f)]&&this[_0x2265d7(0x23c)]&&this[_0x2265d7(0x38b)]&&this['_drawingManagerService'][_0x2265d7(0x297)]({'unitId':this['_unitId'],'subUnitId':this[_0x2265d7(0x23c)],'drawingId':this[_0x2265d7(0x38b)]})&&(this[_0x2265d7(0x5a5)]=this[_0x2265d7(0x637)](this[_0x2265d7(0x48f)],this['_subUnitId'],this['_activeShapeId']),this[_0x2265d7(0x395)]());}));}));}[_0x5badd6(0x2f8)](){const _0x1e92ef=_0x5badd6;this['disposeWithMe'](this[_0x1e92ef(0x539)][_0x1e92ef(0x7b6)][_0x1e92ef(0x1ec)](_0x513a79=>{const _0x597b14=_0x1e92ef;if(_0x513a79[_0x597b14(0x52a)]===0x1){const _0x1a9c01=_0x513a79[0x0];if(_0x1a9c01[_0x597b14(0x202)]===_0x3e1ae8[_0x597b14(0x714)][_0x597b14(0x499)]){this[_0x597b14(0x38b)]=_0x1a9c01[_0x597b14(0x723)];const {unitId:_0x28d06a,subUnitId:_0x519cf2}=_0x1a9c01;this['_activeShapeAdjustPointList']=this[_0x597b14(0x637)](_0x28d06a,_0x519cf2,this[_0x597b14(0x38b)]),this['_unitId']=_0x28d06a,this['_subUnitId']=_0x519cf2,this[_0x597b14(0x7bc)](),this[_0x597b14(0x2a7)]();}else this['_activeShapeId']=null,this[_0x597b14(0x5a5)]=void 0x0,this[_0x597b14(0x48f)]=null,this['_subUnitId']=null,this[_0x597b14(0x7bc)]();}(_0x513a79[_0x597b14(0x52a)]>0x1||_0x513a79[_0x597b14(0x52a)]===0x0)&&(this['_activeShapeId']=null,this[_0x597b14(0x5a5)]=void 0x0,this[_0x597b14(0x48f)]=null,this[_0x597b14(0x23c)]=null,this[_0x597b14(0x7bc)]());})),this[_0x1e92ef(0x545)](this[_0x1e92ef(0x539)][_0x1e92ef(0x48a)]['subscribe'](_0x3e4d3f=>{const _0x88066f=_0x1e92ef;var _0x120fb1;if(_0x3e4d3f[_0x88066f(0x52a)]===0x1){const _0x5b5b20=_0x3e4d3f[0x0];((_0x120fb1=this[_0x88066f(0x539)]['getDrawingByParam'](_0x5b5b20))==null?void 0x0:_0x120fb1[_0x88066f(0x202)])===_0x3e1ae8[_0x88066f(0x714)]['DRAWING_SHAPE']&&this['_updateShapeAdjustControls'](!0x0);}})),this['disposeWithMe'](this[_0x1e92ef(0x539)][_0x1e92ef(0x354)][_0x1e92ef(0x1ec)](_0x44cbb5=>{const _0x2c4657=_0x1e92ef;for(const _0x1952ba of _0x44cbb5)this[_0x2c4657(0x38b)]===_0x1952ba[_0x2c4657(0x723)]&&(this[_0x2c4657(0x38b)]=null,this[_0x2c4657(0x5a5)]=void 0x0,this[_0x2c4657(0x48f)]=null,this[_0x2c4657(0x23c)]=null,this[_0x2c4657(0x7bc)]());}));}};_0x22d374=_0x369aff([_0x52cecd(0x1,_0x3e1ae8[_0x5badd6(0x3f8)]),_0x52cecd(0x2,_0x36414e['IDrawingManagerService']),_0x52cecd(0x3,_0x3e1ae8['Inject'](_0x79ee08['SheetsShapeService'])),_0x52cecd(0x4,_0x3e1ae8[_0x5badd6(0x543)](_0x47893f['IRenderManagerService'])),_0x52cecd(0x5,_0x3e1ae8[_0x5badd6(0x543)](_0x9c2f70)),_0x52cecd(0x6,_0x3e1ae8[_0x5badd6(0x20e)]),_0x52cecd(0x7,_0x3e1ae8[_0x5badd6(0x530)])],_0x22d374);var _0x34e55a=Object[_0x5badd6(0x4c7)],_0x35e538=(_0x2f44dc,_0x15894b,_0x1fa501,_0x5a80c1)=>{const _0x2f481c=_0x5badd6;for(var _0x47d93c=_0x5a80c1>0x1?void 0x0:_0x5a80c1?_0x34e55a(_0x15894b,_0x1fa501):_0x15894b,_0x25fc75=_0x2f44dc[_0x2f481c(0x52a)]-0x1,_0x78a84f;_0x25fc75>=0x0;_0x25fc75--)(_0x78a84f=_0x2f44dc[_0x25fc75])&&(_0x47d93c=_0x78a84f(_0x47d93c)||_0x47d93c);return _0x47d93c;},_0x19ef29=(_0x5f4d56,_0x39dc35)=>(_0x145546,_0x1c0385)=>_0x39dc35(_0x145546,_0x1c0385,_0x5f4d56);let _0xe8e316=class extends _0x3e1ae8[_0x5badd6(0x2a1)]{constructor(_0x29198c,_0xb91a27,_0x31936e,_0x3ecc11){const _0x19e0ba=_0x5badd6;super(),_0x19766d(this,'_copyInfo'),(this[_0x19e0ba(0x449)]=_0x29198c,this[_0x19e0ba(0x777)]=_0xb91a27,this[_0x19e0ba(0x7c4)]=_0x31936e,this[_0x19e0ba(0x7a5)]=_0x3ecc11,this[_0x19e0ba(0x4cf)]());}get[_0x5badd6(0x239)](){const _0x483156=_0x5badd6;return this[_0x483156(0x7c4)][_0x483156(0x2ca)]();}[_0x5badd6(0x4cf)](){const _0xee97df=_0x5badd6;this[_0xee97df(0x545)](this[_0xee97df(0x777)]['addClipboardHook']({'id':_0xee97df(0x27b),'onBeforeCopy':(_0x174ca1,_0x42f1d5,_0x1aeb63,_0x3fc611)=>{const _0x2e01ea=_0xee97df;this[_0x2e01ea(0x25e)]=null;const _0x431980=this[_0x2e01ea(0x239)];if(_0x431980[_0x2e01ea(0x52a)]){const _0x3175b7=_0x431980[_0x2e01ea(0x817)](_0x1422cf=>_0x1422cf[_0x2e01ea(0x202)]===_0x3e1ae8[_0x2e01ea(0x714)][_0x2e01ea(0x499)]);if(_0x3175b7[_0x2e01ea(0x52a)]===0x0)return;this[_0x2e01ea(0x25e)]={'unitId':_0x174ca1,'subUnitId':_0x42f1d5,'copyType':_0x3fc611,'drawings':_0x3175b7};}else this['_createCopyInfoByRange'](_0x174ca1,_0x42f1d5,_0x1aeb63,_0x3fc611);},'onPasteCells':(_0x3191e7,_0xf2d124,_0x2e00ca,_0x318e3a)=>{const _0x5e2328=_0xee97df;if(!this[_0x5e2328(0x25e)])return{'redos':[],'undos':[]};const {pasteType:_0x2de6fb}=_0x318e3a;return _0x2de6fb!==_0x18487f[_0x5e2328(0x59c)][_0x5e2328(0x64b)]?{'redos':[],'undos':[]}:this['_generatePasteMutations'](_0xf2d124,this[_0x5e2328(0x25e)]['copyType']===_0x18487f['COPY_TYPE'][_0x5e2328(0x25b)]);},'onPasteUnrecognized':_0x2e885c=>this['_copyInfo']?this['_generatePasteMutations'](_0x2e885c,this['_copyInfo'][_0xee97df(0x5f2)]===_0x18487f[_0xee97df(0x282)][_0xee97df(0x25b)]):{'redos':[],'undos':[]}}));}[_0x5badd6(0x1bd)](_0x5d0b6e,_0x580ff2,_0x3aee3c,_0x537709){const _0x1841eb=_0x5badd6;var _0x1099e4;const _0x5dde66=(_0x1099e4=this[_0x1841eb(0x449)]['getRenderById'](_0x5d0b6e))==null?void 0x0:_0x1099e4[_0x1841eb(0x6de)](_0x18487f[_0x1841eb(0x5ad)]);if(!_0x5dde66)return;const _0x35ee94=_0x5dde66[_0x1841eb(0x35d)](_0x3aee3c);if(!_0x35ee94)return;const {startX:_0x2b6a1b,endX:_0xd446,startY:_0x5a28bc,endY:_0xd39ce5}=_0x35ee94,_0x42abd8=this[_0x1841eb(0x7c4)]['getDrawingData'](_0x5d0b6e,_0x580ff2),_0x10dff1=this['_focusedDrawings']['slice']();for(const [_0x1ae565,_0x574135]of Object['entries'](_0x42abd8)){if(_0x574135[_0x1841eb(0x202)]!==_0x3e1ae8[_0x1841eb(0x714)][_0x1841eb(0x499)])continue;const {transform:_0x4a44c0}=_0x574135;if(!_0x4a44c0)continue;const {left:_0x24e851=0x0,top:_0x5bb19c=0x0,width:_0x525650=0x0,height:_0x2495c3=0x0}=_0x4a44c0;_0x2b6a1b<=_0x24e851&&_0xd446>=_0x24e851+_0x525650&&_0x5a28bc<=_0x5bb19c&&_0xd39ce5>=_0x5bb19c+_0x2495c3&&_0x10dff1[_0x1841eb(0x529)](_0x574135);}_0x10dff1[_0x1841eb(0x52a)]>0x0&&(this[_0x1841eb(0x25e)]={'unitId':_0x5d0b6e,'subUnitId':_0x580ff2,'copyType':_0x537709,'copyRange':_0x3aee3c,'drawings':_0x10dff1});}[_0x5badd6(0x684)](_0x3f433e,_0x3f064f){const _0x531571=_0x5badd6,{unitId:_0x49f812,subUnitId:_0xc522de,range:_0x191838}=_0x3f433e,_0x2abae2=this[_0x531571(0x449)][_0x531571(0x1ae)](_0x49f812),_0x7d2b9c=_0x2abae2==null?void 0x0:_0x2abae2[_0x531571(0x6de)](_0x18487f['SheetSkeletonManagerService']),_0x4f0d67=_0x2abae2==null?void 0x0:_0x2abae2[_0x531571(0x6de)](_0x18487f[_0x531571(0x3c9)]);if(!_0x7d2b9c||!_0x4f0d67)return{'redos':[],'undos':[]};const _0x274981=_0x5b75fb[_0x531571(0x6fc)](_0x191838),{unitId:_0x34f896,subUnitId:_0x357ebb,copyRange:_0x306d51,drawings:_0x54f664}=this[_0x531571(0x25e)],_0x4c56f9=[],_0x2a0a6c=[];for(const _0xa84e24 of _0x54f664){const {drawingId:_0xc5478e,transform:_0x44ea05,sheetTransform:_0x321bad}=_0xa84e24;if(!_0x44ea05||!_0x321bad)continue;const _0x3ca641=this[_0x531571(0x749)]({'transform':_0x44ea05,'sheetTransform':_0x321bad},_0x7d2b9c,_0x4f0d67,_0x274981,_0x306d51);if(_0x3f064f){const {redos:_0x5bc100,undos:_0x2b341e}=this[_0x531571(0x5c8)]({'fromUnitId':_0x34f896,'fromSubUnitId':_0x357ebb,'toUnitId':_0x49f812,'toSubUnitId':_0xc522de,'drawing':_0xa84e24,'newTransforms':_0x3ca641});_0x4c56f9['push'](..._0x5bc100),_0x2a0a6c[_0x531571(0x529)](..._0x2b341e);continue;}const {redos:_0x5d0712,undos:_0x404b9a}=this[_0x531571(0x40c)]({'toUnitId':_0x49f812,'toSubUnitId':_0xc522de,'drawing':_0xa84e24,'newTransforms':_0x3ca641});_0x4c56f9[_0x531571(0x529)](..._0x5d0712),_0x2a0a6c['push'](..._0x404b9a);}return{'redos':_0x4c56f9,'undos':_0x2a0a6c};}[_0x5badd6(0x5c8)](_0x366de9){const _0x2337c1=_0x5badd6,{fromUnitId:_0x3a2c62,fromSubUnitId:_0x5dc82d,toUnitId:_0x37f778,toSubUnitId:_0x1c6dfb,drawing:_0x435727,newTransforms:_0x213dc2}=_0x366de9,_0x2db6dc={..._0x435727,'unitId':_0x37f778,'subUnitId':_0x1c6dfb,'transform':_0x213dc2[_0x2337c1(0x6cc)],'sheetTransform':_0x213dc2[_0x2337c1(0x5e0)]};if(_0x37f778===_0x3a2c62&&_0x1c6dfb===_0x5dc82d){const {redo:_0x4fa6f4,undo:_0x155bf9,objects:_0x134b31}=this[_0x2337c1(0x7c4)]['getBatchUpdateOp']([_0x2db6dc]);return{'redos':[{'id':_0x2f9be4[_0x2337c1(0x51e)]['id'],'params':{'unitId':_0x37f778,'subUnitId':_0x1c6dfb,'type':_0x2f9be4['DrawingApplyType']['UPDATE'],'op':_0x4fa6f4,'objects':_0x134b31}}],'undos':[{'id':_0x2f9be4[_0x2337c1(0x51e)]['id'],'params':{'unitId':_0x37f778,'subUnitId':_0x1c6dfb,'type':_0x2f9be4[_0x2337c1(0x4a1)][_0x2337c1(0x6ed)],'op':_0x155bf9,'objects':_0x134b31}}]};}else{const _0x1ec758=this[_0x2337c1(0x7c4)][_0x2337c1(0x489)]([_0x435727]),_0x454ddf=this[_0x2337c1(0x7c4)][_0x2337c1(0x3f4)]([_0x2db6dc]),_0x46c8d5=this[_0x2337c1(0x7a5)][_0x2337c1(0x1ed)](_0x435727[_0x2337c1(0x3e4)],_0x435727['subUnitId'],_0x435727[_0x2337c1(0x723)]);if(!_0x46c8d5)return{'redos':[],'undos':[]};const _0x2ba172=_0x46c8d5[_0x2337c1(0x7b4)](),_0x4def1a=JSON[_0x2337c1(0x5f7)](JSON[_0x2337c1(0x58e)](_0x46c8d5[_0x2337c1(0x485)]()));return{'redos':[{'id':_0x2f9be4['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x3a2c62,'subUnitId':_0x5dc82d,'type':_0x2f9be4['DrawingApplyType'][_0x2337c1(0x357)],'op':_0x1ec758[_0x2337c1(0x4df)],'objects':_0x1ec758[_0x2337c1(0x57a)]}},{'id':_0x79ee08[_0x2337c1(0x50f)]['id'],'params':{'unitId':_0x3a2c62,'subUnitId':_0x5dc82d,'shapeId':_0x435727[_0x2337c1(0x723)]}},{'id':_0x2f9be4[_0x2337c1(0x51e)]['id'],'params':{'unitId':_0x37f778,'subUnitId':_0x1c6dfb,'type':_0x2f9be4[_0x2337c1(0x4a1)]['INSERT'],'op':_0x454ddf['redo'],'objects':_0x454ddf[_0x2337c1(0x57a)]}},{'id':_0x79ee08[_0x2337c1(0x57e)]['id'],'params':{'unitId':_0x37f778,'subUnitId':_0x1c6dfb,'shapeId':_0x435727[_0x2337c1(0x723)],'shapeType':_0x2ba172,'shapeData':_0x4def1a}}],'undos':[{'id':_0x2f9be4[_0x2337c1(0x51e)]['id'],'params':{'unitId':_0x3a2c62,'subUnitId':_0x5dc82d,'type':_0x2f9be4[_0x2337c1(0x4a1)][_0x2337c1(0x6b5)],'op':_0x1ec758[_0x2337c1(0x213)],'objects':_0x1ec758[_0x2337c1(0x57a)]}},{'id':_0x79ee08['InsertSheetsShapeMutation']['id'],'params':{'unitId':_0x3a2c62,'subUnitId':_0x5dc82d,'shapeId':_0x435727['drawingId'],'shapeType':_0x2ba172,'shapeData':_0x4def1a}},{'id':_0x2f9be4[_0x2337c1(0x51e)]['id'],'params':{'unitId':_0x37f778,'subUnitId':_0x1c6dfb,'type':_0x2f9be4[_0x2337c1(0x4a1)][_0x2337c1(0x357)],'op':_0x454ddf[_0x2337c1(0x213)],'objects':_0x454ddf['objects']}},{'id':_0x79ee08[_0x2337c1(0x50f)]['id'],'params':{'unitId':_0x37f778,'subUnitId':_0x1c6dfb,'shapeId':_0x435727['drawingId']}}]};}}[_0x5badd6(0x40c)](_0x1a88ce){const _0x101324=_0x5badd6,{toUnitId:_0x4f054d,toSubUnitId:_0x2f48dc,drawing:_0xb8d287,newTransforms:_0x41206c}=_0x1a88ce,_0x971c64=_0x3e1ae8[_0x101324(0x70a)](),_0x5ca8fa={..._0xb8d287,'unitId':_0x4f054d,'subUnitId':_0x2f48dc,'drawingId':_0x971c64,'transform':_0x41206c[_0x101324(0x6cc)],'sheetTransform':_0x41206c[_0x101324(0x5e0)]},{redo:_0x264805,undo:_0x1bb7e7,objects:_0x1be01a}=this['_sheetDrawingService'][_0x101324(0x3f4)]([_0x5ca8fa]),_0x36163b=this['_shapeService'][_0x101324(0x1ed)](_0xb8d287[_0x101324(0x3e4)],_0xb8d287[_0x101324(0x22f)],_0xb8d287[_0x101324(0x723)]);if(!_0x36163b)return{'redos':[],'undos':[]};const _0x5cd2e0=_0x36163b[_0x101324(0x7b4)](),_0x4978b7=JSON[_0x101324(0x5f7)](JSON['stringify'](_0x36163b[_0x101324(0x485)]()));return{'redos':[{'id':_0x2f9be4[_0x101324(0x51e)]['id'],'params':{'unitId':_0x4f054d,'subUnitId':_0x2f48dc,'type':_0x2f9be4[_0x101324(0x4a1)][_0x101324(0x6b5)],'op':_0x264805,'objects':_0x1be01a}},{'id':_0x79ee08[_0x101324(0x57e)]['id'],'params':{'unitId':_0x4f054d,'subUnitId':_0x2f48dc,'shapeId':_0x971c64,'shapeType':_0x5cd2e0,'shapeData':_0x4978b7}}],'undos':[{'id':_0x2f9be4[_0x101324(0x51e)]['id'],'params':{'unitId':_0x4f054d,'subUnitId':_0x2f48dc,'type':_0x2f9be4[_0x101324(0x4a1)][_0x101324(0x357)],'op':_0x1bb7e7,'objects':_0x1be01a}},{'id':_0x79ee08['RemoveSheetsShapeMutation']['id'],'params':{'unitId':_0x4f054d,'subUnitId':_0x2f48dc,'shapeId':_0x971c64}}]};}[_0x5badd6(0x749)](_0xc8b023,_0x41dbbc,_0x346fee,_0x4cc6db,_0x81bf68){const _0x1f6d56=_0x5badd6;var _0x32f03a,_0xb78580,_0x136bec;const {transform:_0x993eb1,sheetTransform:_0x22fd9e}=_0xc8b023,_0x1ddc42={..._0x993eb1};if(_0x81bf68){const _0x37981a=_0x41dbbc[_0x1f6d56(0x35d)](_0x81bf68),_0x27dabe=_0x41dbbc['attachRangeWithCoord'](_0x4cc6db);if(_0x37981a&&_0x27dabe){const _0x2a142d=_0x27dabe[_0x1f6d56(0x547)]-_0x37981a[_0x1f6d56(0x547)],_0x983a9=_0x27dabe[_0x1f6d56(0x600)]-_0x37981a[_0x1f6d56(0x600)];_0x1ddc42[_0x1f6d56(0x762)]=((_0x32f03a=_0x1ddc42[_0x1f6d56(0x762)])!=null?_0x32f03a:0x0)+_0x2a142d,_0x1ddc42[_0x1f6d56(0x168)]=((_0xb78580=_0x1ddc42['top'])!=null?_0xb78580:0x0)+_0x983a9;}}else{const _0x343ec2=_0x41dbbc[_0x1f6d56(0x35d)](_0x4cc6db);_0x1ddc42[_0x1f6d56(0x762)]=_0x343ec2==null?void 0x0:_0x343ec2[_0x1f6d56(0x547)],_0x1ddc42[_0x1f6d56(0x168)]=_0x343ec2==null?void 0x0:_0x343ec2[_0x1f6d56(0x600)];}return{'transform':_0x1ddc42,'sheetTransform':(_0x136bec=_0x257e5f[_0x1f6d56(0x29b)](_0x1ddc42,_0x346fee))!=null?_0x136bec:_0x22fd9e};}};_0xe8e316=_0x35e538([_0x19ef29(0x0,_0x3e1ae8[_0x5badd6(0x543)](_0x47893f['IRenderManagerService'])),_0x19ef29(0x1,_0x3e1ae8['Inject'](_0x18487f['ISheetClipboardService'])),_0x19ef29(0x2,_0x3e1ae8[_0x5badd6(0x543)](_0x2f9be4['ISheetDrawingService'])),_0x19ef29(0x3,_0x3e1ae8[_0x5badd6(0x543)](_0x79ee08[_0x5badd6(0x707)]))],_0xe8e316);var _0x587d44=Object[_0x5badd6(0x4c7)],_0x323ce8=(_0x54cc48,_0x13af8f,_0x2e1af5,_0x2f37ae)=>{for(var _0x52e629=_0x2f37ae>0x1?void 0x0:_0x2f37ae?_0x587d44(_0x13af8f,_0x2e1af5):_0x13af8f,_0x485b48=_0x54cc48['length']-0x1,_0x1b8a0a;_0x485b48>=0x0;_0x485b48--)(_0x1b8a0a=_0x54cc48[_0x485b48])&&(_0x52e629=_0x1b8a0a(_0x52e629)||_0x52e629);return _0x52e629;},_0x4fe164=(_0x415d27,_0x986b54)=>(_0x4cf968,_0x47ed19)=>_0x986b54(_0x4cf968,_0x47ed19,_0x415d27);let _0x13b832=class extends _0x3e1ae8['Disposable']{constructor(_0x3d575d,_0x55dcb3,_0x405704,_0xb785d,_0x2dc15d,_0x2ee0c8){const _0x23a0fc=_0x5badd6;super(),this[_0x23a0fc(0x302)]=_0x3d575d,this['_sheetInterceptorService']=_0x55dcb3,this[_0x23a0fc(0x5c1)]=_0x405704,this[_0x23a0fc(0x374)]=_0xb785d,this[_0x23a0fc(0x539)]=_0x2dc15d,this[_0x23a0fc(0x449)]=_0x2ee0c8,this[_0x23a0fc(0x2fa)]();}[_0x5badd6(0x2fa)](){const _0x5479a4=_0x5badd6;this[_0x5479a4(0x545)](this[_0x5479a4(0x681)][_0x5479a4(0x754)]({'getMutations':_0x5d8b05=>{const _0x50de33=_0x5479a4,_0x48d6e6=[],_0x2160fb=[];if(_0x5d8b05['id']===_0x257e5f[_0x50de33(0x7e8)]['id'])return _0x5d8b05[_0x50de33(0x261)]['drawings'][_0x50de33(0x817)](_0x1e645a=>_0x1e645a['drawingType']===_0x3e1ae8[_0x50de33(0x714)]['DRAWING_SHAPE'])['forEach'](_0x9de187=>{const _0x278bd6=_0x50de33,{unitId:_0x1e6cbf,subUnitId:_0x13a6a7,drawingId:_0x38421f,data:_0x4d3ac1}=_0x9de187;if(_0x4d3ac1){const _0x273bf3={'unitId':_0x1e6cbf,'subUnitId':_0x13a6a7,'shapeId':_0x38421f,'shapeType':_0x4d3ac1[_0x278bd6(0x285)],'shapeData':_0x4d3ac1['shapeData']},_0x469d31={'unitId':_0x1e6cbf,'subUnitId':_0x13a6a7,'shapeId':_0x38421f};_0x48d6e6[_0x278bd6(0x529)]({'id':_0x79ee08['InsertSheetsShapeMutation']['id'],'params':_0x273bf3}),_0x2160fb['push']({'id':_0x79ee08['RemoveSheetsShapeMutation']['id'],'params':_0x469d31});}}),{'preRedos':_0x48d6e6,'redos':[],'preUndos':[],'undos':_0x2160fb};if(_0x5d8b05['id']===_0x257e5f['RemoveSheetDrawingCommand']['id'])return _0x5d8b05[_0x50de33(0x261)]['drawings'][_0x50de33(0x817)](_0x1afee8=>_0x1afee8[_0x50de33(0x202)]===_0x3e1ae8['DrawingTypeEnum'][_0x50de33(0x499)])[_0x50de33(0x800)](_0x11e3f0=>{const _0x35550d=_0x50de33,{unitId:_0x2ed660,subUnitId:_0x3fc59e,drawingId:_0xfd5991}=_0x11e3f0;if(this[_0x35550d(0x374)][_0x35550d(0x454)](_0x2ed660,_0x3fc59e,_0xfd5991))return;const _0x1745b3=this[_0x35550d(0x374)][_0x35550d(0x1b3)](_0x2ed660,_0x3fc59e,_0xfd5991),_0x4c591e=this[_0x35550d(0x374)][_0x35550d(0x3bb)](_0x2ed660,_0x3fc59e,_0xfd5991);if(!_0x1745b3)return;const _0x4bff4d={'unitId':_0x2ed660,'subUnitId':_0x3fc59e,'shapeId':_0xfd5991,'shapeType':_0x1745b3,'shapeData':_0x4c591e},_0x3a59f0={'unitId':_0x2ed660,'subUnitId':_0x3fc59e,'shapeId':_0xfd5991};_0x48d6e6[_0x35550d(0x529)]({'id':_0x79ee08[_0x35550d(0x50f)]['id'],'params':_0x3a59f0}),_0x2160fb[_0x35550d(0x529)]({'id':_0x79ee08[_0x35550d(0x57e)]['id'],'params':_0x4bff4d});const _0x294111=this[_0x35550d(0x374)]['getBasicShapeRelation'](_0x2ed660,_0x3fc59e,_0xfd5991);if(_0x294111)for(const _0x4a673d of _0x294111){const _0x9cde93=_0x4a673d[_0x35550d(0x455)],_0x541869=_0x4a673d[_0x35550d(0x4cc)],_0x242d1e=_0x541869?{'from':void 0x0}:{'to':void 0x0},_0x13ebed=_0x541869?{'from':{'shapeId':_0x4a673d['shapeId'],'cxnIndex':_0x4a673d['cxnIndex']}}:{'to':{'shapeId':_0x4a673d[_0x35550d(0x49f)],'cxnIndex':_0x4a673d[_0x35550d(0x64c)]}};_0x48d6e6[_0x35550d(0x529)]({'id':_0x79ee08['UpdateSheetsShapeDataMutation']['id'],'params':{'unitId':_0x2ed660,'subUnitId':_0x3fc59e,'shapeId':_0x9cde93,'shapeData':{'relation':_0x242d1e}}}),_0x2160fb[_0x35550d(0x529)]({'id':_0x79ee08[_0x35550d(0x542)]['id'],'params':{'unitId':_0x2ed660,'subUnitId':_0x3fc59e,'shapeId':_0x9cde93,'shapeData':{'relation':_0x13ebed}}});}}),{'preRedos':[],'redos':_0x48d6e6,'preUndos':_0x2160fb,'undos':[]};if(_0x5d8b05['id']===_0x257e5f[_0x50de33(0x7b9)]['id']){const _0x26d6ec=_0x5d8b05[_0x50de33(0x261)][_0x50de33(0x2c1)]['filter'](_0x5e882f=>_0x5e882f[_0x50de33(0x202)]===_0x3e1ae8['DrawingTypeEnum'][_0x50de33(0x499)]);for(const _0x48549c of _0x26d6ec){const {unitId:_0x3e0b1b,subUnitId:_0x2a1305,drawingId:_0x4d8429,transform:_0x4ce127}=_0x48549c;if(_0x3e0b1b===void 0x0||_0x2a1305===void 0x0||_0x4d8429===void 0x0||_0x4ce127===void 0x0||_0x4ce127===null||this[_0x50de33(0x374)][_0x50de33(0x454)](_0x3e0b1b,_0x2a1305,_0x4d8429)===!0x1)continue;const _0x434979=this[_0x50de33(0x374)][_0x50de33(0x1b3)](_0x3e0b1b,_0x2a1305,_0x4d8429);if(_0x434979){if(_0x6332e7['isConnectorShape'](_0x434979)){const _0x39c09b=this[_0x50de33(0x374)]['getLineShapeRelation'](_0x3e0b1b,_0x2a1305,_0x4d8429),_0x496918={'from':void 0x0,'to':void 0x0};_0x39c09b&&(_0x48d6e6[_0x50de33(0x529)]({'id':_0x79ee08[_0x50de33(0x542)]['id'],'params':{'unitId':_0x3e0b1b,'subUnitId':_0x2a1305,'shapeId':_0x4d8429,'shapeData':{'relation':_0x496918}}}),_0x2160fb['push']({'id':_0x79ee08[_0x50de33(0x542)]['id'],'params':{'unitId':_0x3e0b1b,'subUnitId':_0x2a1305,'shapeId':_0x4d8429,'shapeData':{'relation':_0x39c09b}}}));}else{const _0x2f0822=this[_0x50de33(0x374)][_0x50de33(0x228)](_0x3e0b1b,_0x2a1305,_0x4d8429);if(_0x2f0822&&_0x2f0822[_0x50de33(0x52a)]>0x0)for(const _0x53c6af of _0x2f0822){const _0x3fd678=_0x53c6af[_0x50de33(0x455)],_0x490dfa=_0x53c6af['isFrom'],_0x149020=this[_0x50de33(0x374)][_0x50de33(0x1ed)](_0x3e0b1b,_0x2a1305,_0x3fd678);if(!_0x149020)continue;const _0x14ab14=_0x149020['getStartConnectInfo'](),_0x24f0c7=_0x149020[_0x50de33(0x51d)]();_0x14ab14&&_0x24f0c7?this['_addLineRerouteUpdates'](_0x3e0b1b,_0x2a1305,_0x3fd678,_0x149020,_0x14ab14,_0x24f0c7,_0x48d6e6,_0x2160fb,_0x4d8429,_0x4ce127):this[_0x50de33(0x2f6)](_0x3e0b1b,_0x2a1305,_0x3fd678,_0x149020,_0x490dfa?_0x14ab14:_0x24f0c7,_0x490dfa,_0x48d6e6,_0x2160fb,_0x4d8429,_0x4ce127);}}}}return{'preRedos':[],'redos':_0x48d6e6,'preUndos':_0x2160fb,'undos':[]};}return{'undos':[],'redos':[]};}}));}[_0x5badd6(0x74c)](_0x39d164,_0x1dac83,_0x33b9e1,_0x1579dd,_0x4dc799){const _0x36ad3e=_0x5badd6;var _0xcae7fc,_0x11efc7,_0x2b0596,_0x43a256,_0x53827d,_0x561d17,_0x3eac36;if(!_0x1dac83||!_0x33b9e1)return null;const {shapeId:_0x333dee,cxnIndex:_0x22dd16}=_0x39d164,_0x21cad6=this[_0x36ad3e(0x374)]['getShapeModel'](_0x1dac83,_0x33b9e1,_0x333dee);if(!_0x21cad6)return null;const _0x102022=this[_0x36ad3e(0x539)][_0x36ad3e(0x297)]({'unitId':_0x1dac83,'subUnitId':_0x33b9e1,'drawingId':_0x333dee});if(!(_0x102022!=null&&_0x102022['transform']))return null;let {left:_0x3421d4=0x0,top:_0x3e40f0=0x0,width:_0x3f7893=0x0,height:_0x54af55=0x0,flipX:_0x3bed02=!0x1,flipY:_0x25a9ad=!0x1,angle:_0x5ba9d1}=_0x102022[_0x36ad3e(0x6cc)];_0x4dc799&&_0x1579dd===_0x333dee&&(_0x3421d4=(_0xcae7fc=_0x4dc799['left'])!=null?_0xcae7fc:_0x3421d4,_0x3e40f0=(_0x11efc7=_0x4dc799[_0x36ad3e(0x168)])!=null?_0x11efc7:_0x3e40f0,_0x3f7893=(_0x2b0596=_0x4dc799[_0x36ad3e(0x473)])!=null?_0x2b0596:_0x3f7893,_0x54af55=(_0x43a256=_0x4dc799[_0x36ad3e(0x4f5)])!=null?_0x43a256:_0x54af55,_0x3bed02=(_0x53827d=_0x4dc799['flipX'])!=null?_0x53827d:_0x3bed02,_0x25a9ad=(_0x561d17=_0x4dc799[_0x36ad3e(0x37a)])!=null?_0x561d17:_0x25a9ad,_0x5ba9d1=(_0x3eac36=_0x4dc799['angle'])!=null?_0x3eac36:_0x5ba9d1),_0x21cad6['updateContext']({'width':_0x3f7893,'height':_0x54af55});const _0x1bc18f=_0x21cad6['getConnectionSiteList']()['find'](_0x4c88f2=>_0x4c88f2[_0x36ad3e(0x482)]===_0x22dd16);if(!_0x1bc18f)return null;let _0x4be78f=_0x3bed02?_0x3f7893-_0x1bc18f['x']:_0x1bc18f['x'],_0x1fdd68=_0x25a9ad?_0x54af55-_0x1bc18f['y']:_0x1bc18f['y'];if(_0x5ba9d1!==0x0&&_0x5ba9d1!==void 0x0&&_0x5ba9d1!==null){const _0x4fa608=_0x5ba9d1*Math['PI']/0xb4,_0x5823ca=Math['cos'](_0x4fa608),_0x4564c6=Math[_0x36ad3e(0x73d)](_0x4fa608),_0x13a99a=_0x3f7893/0x2,_0x253789=_0x54af55/0x2,_0x1aed93=_0x4be78f-_0x13a99a,_0x3bf8eb=_0x1fdd68-_0x253789;_0x4be78f=_0x13a99a+_0x1aed93*_0x5823ca-_0x3bf8eb*_0x4564c6,_0x1fdd68=_0x253789+_0x1aed93*_0x4564c6+_0x3bf8eb*_0x5823ca;}_0x4be78f+=_0x3421d4,_0x1fdd68+=_0x3e40f0;let _0x1906cc=_0x1bc18f[_0x36ad3e(0x210)]/0xea60;_0x3bed02&&(_0x1906cc=0xb4-_0x1906cc),_0x25a9ad&&(_0x1906cc=-_0x1906cc),_0x1906cc+=_0x5ba9d1||0x0,_0x1906cc=(_0x1906cc%0x168+0x168)%0x168;const _0x35b92a=_0x6332e7[_0x36ad3e(0x627)]({'left':_0x3421d4,'top':_0x3e40f0,'width':_0x3f7893,'height':_0x54af55},_0x5ba9d1||0x0);return{'point':{'x':_0x4be78f,'y':_0x1fdd68},'angle':_0x1906cc,'bounds':_0x35b92a};}['_addLineRerouteUpdates'](_0x2fe208,_0x30c030,_0x5524c5,_0x580783,_0x1d014d,_0xbdb4b3,_0x3e5bce,_0xdb0ef8,_0x5d6aeb,_0x4b4fdd){const _0x500e70=_0x5badd6,_0x48d442=_0x580783['getShapeRelation'](),_0x56dcd4=_0x580783[_0x500e70(0x7ac)](),_0x4beee6={},_0x25a9a3={};_0x56dcd4[_0x500e70(0x800)](_0x532a7d=>{const _0x578d8a=_0x500e70,_0x1659c3=_0x580783[_0x578d8a(0x6cf)](_0x532a7d);_0x25a9a3[_0x532a7d]=_0x1659c3!=null?_0x1659c3:0x0;});const _0x4658cf=this['_getConnectPointInfo'](_0x1d014d,_0x2fe208,_0x30c030,_0x5d6aeb,_0x4b4fdd),_0x17434e=this[_0x500e70(0x74c)](_0xbdb4b3,_0x2fe208,_0x30c030,_0x5d6aeb,_0x4b4fdd);if(_0x4658cf&&_0x17434e){const _0x1947d9=_0x580783[_0x500e70(0x7b4)](),_0x3ee459=_0x6332e7['routeConnectorLineShape'](_0x4658cf,_0x17434e,_0x1947d9);let _0x1ad523=_0x1947d9;if(_0x3ee459){const _0x183296=_0x6332e7[_0x500e70(0x1f2)](_0x3ee459,_0x580783[_0x500e70(0x7b4)]()),_0x41c6b9=this['_drawingManagerService'][_0x500e70(0x7f0)](_0x2fe208,_0x30c030);if(_0x41c6b9&&_0x41c6b9[_0x5524c5]){const _0x2faa5c=_0x41c6b9[_0x5524c5];_0x1ad523=_0x183296[_0x500e70(0x1d9)];for(const [_0x34fc87,_0x3e3fca]of Object['entries'](_0x183296[_0x500e70(0x569)]))_0x4beee6[_0x34fc87]=_0x3e3fca;const _0xd49468={..._0x2faa5c[_0x500e70(0x6cc)],'width':_0x183296[_0x500e70(0x337)]['width'],'height':_0x183296[_0x500e70(0x337)]['height'],'left':_0x183296[_0x500e70(0x337)]['left'],'top':_0x183296[_0x500e70(0x337)]['top'],'flipX':_0x183296[_0x500e70(0x337)][_0x500e70(0x1c6)],'flipY':_0x183296['worldRect']['flipY'],'angle':_0x183296[_0x500e70(0x223)]},_0x1026eb=this[_0x500e70(0x449)][_0x500e70(0x1ae)](_0x2fe208),_0x38d164=_0x1026eb==null?void 0x0:_0x1026eb['with'](_0x18487f[_0x500e70(0x3c9)]);if(!_0x38d164)return;const _0x50947e=_0x257e5f['transformToDrawingPosition'](_0xd49468,_0x38d164),_0x1efe4c=_0x257e5f['transformToAxisAlignPosition'](_0xd49468,_0x38d164),_0x55d14e={'unitId':_0x2fe208,'subUnitId':_0x30c030,'drawingType':_0x3e1ae8['DrawingTypeEnum']['DRAWING_SHAPE'],'drawingId':_0x5524c5,'transform':_0xd49468,'sheetTransform':_0x50947e,'axisAlignSheetTransform':_0x1efe4c},_0x5267bf=this[_0x500e70(0x539)]['getBatchUpdateOp']([_0x55d14e]),{unitId:_0x1ea201,subUnitId:_0x1a3a35,undo:_0x2e2b3a,redo:_0x54c881,objects:_0x2ce0a0}=_0x5267bf;_0x3e5bce[_0x500e70(0x529)]({'id':_0x2f9be4['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x1ea201,'subUnitId':_0x1a3a35,'op':_0x54c881,'objects':_0x2ce0a0,'type':_0x2f9be4['DrawingApplyType']['UPDATE']}}),_0xdb0ef8[_0x500e70(0x529)]({'id':_0x2f9be4[_0x500e70(0x51e)]['id'],'params':{'unitId':_0x1ea201,'subUnitId':_0x1a3a35,'op':_0x2e2b3a,'objects':_0x2ce0a0,'type':_0x2f9be4['DrawingApplyType'][_0x500e70(0x6ed)]}});}_0x580783['removeLinePoints']();}_0x3e5bce['push']({'id':_0x79ee08[_0x500e70(0x542)]['id'],'params':{'unitId':_0x2fe208,'subUnitId':_0x30c030,'shapeId':_0x5524c5,'shapeType':_0x1ad523,'shapeData':{'adjustValues':_0x4beee6,'relation':_0x48d442}}}),_0xdb0ef8['push']({'id':_0x79ee08[_0x500e70(0x542)]['id'],'params':{'unitId':_0x2fe208,'subUnitId':_0x30c030,'shapeId':_0x5524c5,'shapeType':_0x1947d9,'shapeData':{'adjustValues':_0x25a9a3,'relation':_0x48d442}}});}}[_0x5badd6(0x2f6)](_0x5946bc,_0x4bbe91,_0x26544f,_0x3b07fa,_0x4f6624,_0x5c7292,_0x2e8490,_0x10ce95,_0x127418,_0x1157d0){const _0x157398=_0x5badd6;var _0x3870bd,_0x5085c8,_0x5d1174,_0x269dc4,_0x18ee13,_0x4b1b92,_0x25223e,_0x559100,_0x5932b1;if(!_0x4f6624)return;const _0x18dead=(_0x3870bd=this[_0x157398(0x539)][_0x157398(0x297)]({'unitId':_0x5946bc,'subUnitId':_0x4bbe91,'drawingId':_0x127418}))==null?void 0x0:_0x3870bd[_0x157398(0x6cc)];if(!_0x18dead)return;const _0x2d858e=_0x18dead[_0x157398(0x762)]!==_0x1157d0[_0x157398(0x762)]||_0x18dead[_0x157398(0x168)]!==_0x1157d0[_0x157398(0x168)],_0x324b3f=_0x18dead['width']!==_0x1157d0['width']||_0x18dead[_0x157398(0x4f5)]!==_0x1157d0[_0x157398(0x4f5)],_0x152f8f=_0x18dead['flipX']!==_0x1157d0[_0x157398(0x1c6)]||_0x18dead[_0x157398(0x37a)]!==_0x1157d0[_0x157398(0x37a)],_0x273844=_0x18dead[_0x157398(0x621)]!==_0x1157d0[_0x157398(0x621)];if(_0x2d858e&&!_0x324b3f&&!_0x152f8f&&!_0x273844){const _0x2d9b81=((_0x5085c8=_0x1157d0[_0x157398(0x762)])!=null?_0x5085c8:0x0)-((_0x5d1174=_0x18dead[_0x157398(0x762)])!=null?_0x5d1174:0x0),_0x53897f=((_0x269dc4=_0x1157d0['top'])!=null?_0x269dc4:0x0)-((_0x18ee13=_0x18dead['top'])!=null?_0x18ee13:0x0),_0x1dc043=this[_0x157398(0x539)][_0x157398(0x7f0)](_0x5946bc,_0x4bbe91);if(_0x1dc043&&_0x1dc043[_0x26544f]){const _0x53f949=_0x1dc043[_0x26544f],_0x3c9641={..._0x53f949[_0x157398(0x6cc)],'left':((_0x25223e=(_0x4b1b92=_0x53f949[_0x157398(0x6cc)])==null?void 0x0:_0x4b1b92[_0x157398(0x762)])!=null?_0x25223e:0x0)+_0x2d9b81,'top':((_0x5932b1=(_0x559100=_0x53f949[_0x157398(0x6cc)])==null?void 0x0:_0x559100[_0x157398(0x168)])!=null?_0x5932b1:0x0)+_0x53897f},_0x983bb9=this[_0x157398(0x449)][_0x157398(0x1ae)](_0x5946bc),_0x58d76c=_0x983bb9==null?void 0x0:_0x983bb9['with'](_0x18487f[_0x157398(0x3c9)]);if(!_0x58d76c)return;const _0x2c8dc1=_0x257e5f['transformToDrawingPosition'](_0x3c9641,_0x58d76c),_0xa3f357=_0x257e5f['transformToAxisAlignPosition'](_0x3c9641,_0x58d76c),_0x31a13e={'unitId':_0x5946bc,'subUnitId':_0x4bbe91,'drawingType':_0x3e1ae8['DrawingTypeEnum']['DRAWING_SHAPE'],'drawingId':_0x26544f,'transform':_0x3c9641,'sheetTransform':_0x2c8dc1,'axisAlignSheetTransform':_0xa3f357},_0x5c8cf2=this[_0x157398(0x539)][_0x157398(0x281)]([_0x31a13e]),{unitId:_0xc8616d,subUnitId:_0x4d03f7,undo:_0x2443c5,redo:_0x371939,objects:_0x2d09e1}=_0x5c8cf2;_0x2e8490[_0x157398(0x529)]({'id':_0x2f9be4['SetDrawingApplyMutation']['id'],'params':{'unitId':_0xc8616d,'subUnitId':_0x4d03f7,'op':_0x371939,'objects':_0x2d09e1,'type':_0x2f9be4[_0x157398(0x4a1)][_0x157398(0x6ed)]}}),_0x10ce95[_0x157398(0x529)]({'id':_0x2f9be4['SetDrawingApplyMutation']['id'],'params':{'unitId':_0xc8616d,'subUnitId':_0x4d03f7,'op':_0x2443c5,'objects':_0x2d09e1,'type':_0x2f9be4[_0x157398(0x4a1)][_0x157398(0x6ed)]}});}}else{const _0x34f5a3=_0x3b07fa[_0x157398(0x4f8)](),_0x59585c=_0x3b07fa[_0x157398(0x51d)]();this[_0x157398(0x24c)](_0x5946bc,_0x4bbe91,_0x26544f,_0x3b07fa,_0x34f5a3,_0x59585c,_0x2e8490,_0x10ce95,_0x127418,_0x1157d0);}}};_0x13b832=_0x323ce8([_0x4fe164(0x0,_0x3e1ae8[_0x5badd6(0x20e)]),_0x4fe164(0x1,_0x3e1ae8[_0x5badd6(0x543)](_0x5b75fb[_0x5badd6(0x2f9)])),_0x4fe164(0x2,_0x3a834e[_0x5badd6(0x6a0)]),_0x4fe164(0x3,_0x3e1ae8[_0x5badd6(0x543)](_0x79ee08[_0x5badd6(0x707)])),_0x4fe164(0x4,_0x36414e[_0x5badd6(0x360)]),_0x4fe164(0x5,_0x3e1ae8[_0x5badd6(0x543)](_0x47893f['IRenderManagerService']))],_0x13b832);class _0x216927 extends _0x47893f['Shape']{constructor(_0x34e9d4,_0x2a0bef){const _0xbc7b5a=_0x5badd6;super(_0x34e9d4,_0x2a0bef),_0x19766d(this,'_shapeId',null),_0x19766d(this,'_index',null),_0x19766d(this,'_unitId',null),_0x19766d(this,_0xbc7b5a(0x23c),null),_0x19766d(this,'_isStartConnectorPoint',!0x1),_0x2a0bef&&this['setShapeProps'](_0x2a0bef);}[_0x5badd6(0x393)](){const _0x2d8625=_0x5badd6;return{'unitId':this['_unitId'],'subUnitId':this[_0x2d8625(0x23c)],'drawingId':this[_0x2d8625(0x20d)]};}[_0x5badd6(0x20b)](_0x29ca8e){const _0x5e2076=_0x5badd6;typeof _0x29ca8e['shapeId']<'u'&&(this[_0x5e2076(0x20d)]=_0x29ca8e[_0x5e2076(0x49f)]),typeof _0x29ca8e['unitId']<'u'&&(this[_0x5e2076(0x48f)]=_0x29ca8e[_0x5e2076(0x3e4)]),typeof _0x29ca8e[_0x5e2076(0x22f)]<'u'&&(this[_0x5e2076(0x23c)]=_0x29ca8e['subUnitId']),typeof _0x29ca8e[_0x5e2076(0x597)]<'u'&&(this[_0x5e2076(0x34e)]=_0x29ca8e[_0x5e2076(0x597)]),this['transformByState']({'width':_0x29ca8e['width'],'height':_0x29ca8e[_0x5e2076(0x4f5)]});}['_draw'](_0x30c1e0){const _0x2dc954=_0x5badd6;_0x47893f[_0x2dc954(0x806)]['drawWith'](_0x30c1e0,{'radius':_0x6332e7[_0x2dc954(0x22b)][_0x2dc954(0x27c)],'fill':_0x6332e7[_0x2dc954(0x22b)][_0x2dc954(0x6dc)],'stroke':_0x6332e7['ShapeDefaultConfig']['cxnPointStroke'],'strokeWidth':_0x6332e7[_0x2dc954(0x22b)]['cxnPointStrokeWidth'],'evented':!0x0});}}var _0x195bd2=Object[_0x5badd6(0x4c7)],_0x56d30b=(_0x49f8d0,_0x13f327,_0x2806ea,_0x5990d0)=>{const _0x3e8f1d=_0x5badd6;for(var _0x3c2840=_0x5990d0>0x1?void 0x0:_0x5990d0?_0x195bd2(_0x13f327,_0x2806ea):_0x13f327,_0x265dcc=_0x49f8d0[_0x3e8f1d(0x52a)]-0x1,_0x25b760;_0x265dcc>=0x0;_0x265dcc--)(_0x25b760=_0x49f8d0[_0x265dcc])&&(_0x3c2840=_0x25b760(_0x3c2840)||_0x3c2840);return _0x3c2840;},_0x76d3e3=(_0x49a3c4,_0x3f6888)=>(_0x122ec4,_0x45c18b)=>_0x3f6888(_0x122ec4,_0x45c18b,_0x49a3c4);let _0xf06833=class extends _0x3e1ae8[_0x5badd6(0x2a1)]{constructor(_0x4b1737,_0x41e2eb,_0x24f855,_0x2ce574,_0x294ae4,_0x3094ae,_0x40300d,_0x4f577f){const _0xcefd49=_0x5badd6;super(),_0x19766d(this,_0xcefd49(0x38b)),_0x19766d(this,_0xcefd49(0x48f)),_0x19766d(this,_0xcefd49(0x23c)),_0x19766d(this,'_connectorObjects',[]),_0x19766d(this,_0xcefd49(0x743),{'left':0x0,'top':0x0,'width':0x0,'height':0x0,'flipX':!0x1,'flipY':!0x1}),_0x19766d(this,_0xcefd49(0x411)),_0x19766d(this,_0xcefd49(0x3fe),!0x1),_0x19766d(this,_0xcefd49(0x6a8),!0x1),_0x19766d(this,_0xcefd49(0x46a),!0x1),_0x19766d(this,_0xcefd49(0x299)),_0x19766d(this,_0xcefd49(0x7da)),_0x19766d(this,_0xcefd49(0x1c2),null),(this[_0xcefd49(0x5fb)]=_0x4b1737,this['_commandService']=_0x41e2eb,this[_0xcefd49(0x449)]=_0x24f855,this[_0xcefd49(0x539)]=_0x2ce574,this[_0xcefd49(0x302)]=_0x294ae4,this[_0xcefd49(0x374)]=_0x3094ae,this['_sheetShapeAdjustController']=_0x40300d,this[_0xcefd49(0x173)]=_0x4f577f,this[_0xcefd49(0x4c4)]());}[_0x5badd6(0x4c4)](){const _0x12565b=_0x5badd6;this[_0x12565b(0x2f8)](),this[_0x12565b(0x1ef)]();}[_0x5badd6(0x7ae)](){const _0x131418=_0x5badd6;if(!this[_0x131418(0x48f)]||!this[_0x131418(0x23c)]||!this[_0x131418(0x38b)])return;const _0x4f6a55={'unitId':this['_unitId'],'subUnitId':this[_0x131418(0x23c)],'drawingId':this[_0x131418(0x38b)]},_0x277d92=this[_0x131418(0x539)]['getDrawingByParam'](_0x4f6a55),{transform:_0x18904b}=_0x277d92;if(_0x18904b)return{'left':_0x18904b[_0x131418(0x762)]||0x0,'top':_0x18904b[_0x131418(0x168)]||0x0,'width':_0x18904b[_0x131418(0x473)]||0x0,'height':_0x18904b[_0x131418(0x4f5)]||0x0,'flipX':_0x18904b[_0x131418(0x1c6)]||!0x1,'flipY':_0x18904b['flipY']||!0x1,'angle':_0x18904b['angle']};}[_0x5badd6(0x2ee)](){const _0x8d641f=_0x5badd6;if(this[_0x8d641f(0x48f)]===void 0x0||this[_0x8d641f(0x23c)]===void 0x0||this[_0x8d641f(0x38b)]===void 0x0)return;const _0x5e5e2a=this['_renderManagerService']['getRenderById'](this['_unitId']);if(!_0x5e5e2a||!_0x5e5e2a[_0x8d641f(0x6de)](_0x18487f[_0x8d641f(0x5ad)])[_0x8d641f(0x42e)]())return;const {scene:_0x20e989}=_0x5e5e2a,_0x41e377=this[_0x8d641f(0x7ae)]();if(!_0x41e377)return;const _0x49399f=this[_0x8d641f(0x374)]['getShapeModel'](this[_0x8d641f(0x48f)],this['_subUnitId'],this['_activeShapeId']);if(!_0x49399f||!_0x6332e7[_0x8d641f(0x731)](_0x49399f[_0x8d641f(0x7b4)]()))return;const _0x4e0190=_0x49399f[_0x8d641f(0x1d3)]();if(_0x4e0190['length']<0x2)return;const _0x269f81=new _0x6332e7['ConnectorCoordinateTransform'](_0x41e377),_0x4095f8=_0x4e0190[0x0],_0x538281=_0x4e0190[_0x4e0190['length']-0x1],_0x2e1658=_0x269f81['localToWorld'](_0x4095f8),_0x20af0e=_0x269f81[_0x8d641f(0x38a)](_0x538281);this['_addShapeConnectorHandlerObject'](_0x20e989,{..._0x2e1658},!0x0),this['_addShapeConnectorHandlerObject'](_0x20e989,{..._0x20af0e},!0x1);}['_addShapeConnectorHandlerObject'](_0x410440,_0x2e8ee0,_0x3e1b10){const _0x3cebcd=_0x5badd6;if(this[_0x3cebcd(0x38b)]===void 0x0||this['_unitId']===void 0x0||this['_subUnitId']===void 0x0)return;const _0x3fcfff=_0x3cebcd(0x384)+this[_0x3cebcd(0x48f)]+'-'+this[_0x3cebcd(0x23c)]+'-'+this[_0x3cebcd(0x38b)]+'-'+(_0x3e1b10?'start':_0x3cebcd(0x289)),_0x4bf1b6=_0x410440['getObjectIncludeInGroup'](_0x3fcfff);if(_0x4bf1b6){_0x4bf1b6[_0x3cebcd(0x70f)]({'left':_0x2e8ee0['x']-_0x6332e7['ShapeDefaultConfig'][_0x3cebcd(0x27c)],'top':_0x2e8ee0['y']-_0x6332e7[_0x3cebcd(0x22b)][_0x3cebcd(0x27c)]});return;}const _0x36c3a5={'left':_0x2e8ee0['x']-_0x6332e7['ShapeDefaultConfig'][_0x3cebcd(0x27c)],'top':_0x2e8ee0['y']-_0x6332e7[_0x3cebcd(0x22b)][_0x3cebcd(0x27c)],'shapeId':this['_activeShapeId'],'unitId':this[_0x3cebcd(0x48f)],'subUnitId':this[_0x3cebcd(0x23c)],'isStartConnectorPoint':_0x3e1b10,'width':_0x6332e7[_0x3cebcd(0x22b)]['cxnPointRadius']*0x2,'height':_0x6332e7['ShapeDefaultConfig']['cxnPointRadius']*0x2,'zIndex':_0x47893f[_0x3cebcd(0x4b8)]+0x1,'evented':!0x0},_0x1e20bd=new _0x216927(_0x3fcfff,_0x36c3a5);this[_0x3cebcd(0x6a1)]['push'](_0x1e20bd),this[_0x3cebcd(0x240)](_0x1e20bd,_0x410440,_0x3e1b10),_0x410440[_0x3cebcd(0x520)](_0x1e20bd,_0x47893f[_0x3cebcd(0x4b8)]+0x1);}[_0x5badd6(0x432)](_0x41acef,_0x4400b3){const _0x3a6d87=_0x5badd6;var _0x456e89;const _0x4443b6={'x':0x0,'y':0x0};if(!_0x41acef||!_0x4400b3)return _0x4443b6;const _0x3db9b6=this[_0x3a6d87(0x449)][_0x3a6d87(0x1ae)](_0x41acef);if(!_0x3db9b6||!_0x3db9b6[_0x3a6d87(0x6de)](_0x18487f[_0x3a6d87(0x5ad)])[_0x3a6d87(0x72a)](_0x4400b3))return _0x4443b6;const _0x18514d=_0x3db9b6['with'](_0x18487f[_0x3a6d87(0x1fc)]),_0xfaf397=_0x18514d==null?void 0x0:_0x18514d[_0x3a6d87(0x7ce)]();if(!_0xfaf397)return _0x4443b6;const _0x43d72e=(_0x456e89=this[_0x3a6d87(0x302)][_0x3a6d87(0x81e)](_0x41acef))==null?void 0x0:_0x456e89['getSheetBySheetId'](_0x4400b3);if(!_0x43d72e)return _0x4443b6;const _0x5434f8=_0x18487f[_0x3a6d87(0x6ce)](_0xfaf397[_0x3a6d87(0x368)],_0xfaf397[_0x3a6d87(0x6e8)],_0x3db9b6[_0x3a6d87(0x442)],_0x43d72e);return _0x5434f8?{'x':_0x5434f8['viewportScrollX'],'y':_0x5434f8[_0x3a6d87(0x39d)]}:_0x4443b6;}[_0x5badd6(0x502)](_0x31600d,_0x3aef29){const _0x2f5462=_0x5badd6;var _0x9edfc1,_0xf0594a;const _0x90dbac=(_0x9edfc1=this['_univerInstanceService']['getUnit'](_0x31600d))==null?void 0x0:_0x9edfc1['getSheetBySheetId'](_0x3aef29);return(_0xf0594a=_0x90dbac==null?void 0x0:_0x90dbac[_0x2f5462(0x3fd)]())!=null?_0xf0594a:0x1;}['_handleConnectorPointerUp'](_0x25985e,_0x41aa27,_0x44acaf,_0x313d1c,_0x4238ff){const _0x5ea7bc=_0x5badd6;this['_cxtHandlerPointerMove'][_0x5ea7bc(0x40d)](),this['_cxtHandlerPointerUp']['unsubscribe'](),this['_sheetShapeAdjustController'][_0x5ea7bc(0x24a)]();const _0x12c319=this[_0x5ea7bc(0x1c2)];this[_0x5ea7bc(0x173)][_0x5ea7bc(0x18c)]();const _0x4f1206=this[_0x5ea7bc(0x432)](this[_0x5ea7bc(0x48f)],this[_0x5ea7bc(0x23c)]),_0x5ca758=this[_0x5ea7bc(0x502)](this[_0x5ea7bc(0x48f)],this[_0x5ea7bc(0x23c)]),_0x4b869f={'x':_0x44acaf[_0x5ea7bc(0x6b9)]/_0x5ca758+_0x4f1206['x'],'y':_0x44acaf[_0x5ea7bc(0x63d)]/_0x5ca758+_0x4f1206['y']},_0x22aea7=_0x12c319?_0x12c319[_0x5ea7bc(0x4a5)]:_0x4b869f,_0x20c1eb=_0x313d1c?this[_0x5ea7bc(0x411)][_0x5ea7bc(0x51d)]():this['_activeShapeModel']['getStartConnectInfo'](),_0x4ca1d6=this[_0x5ea7bc(0x411)][_0x5ea7bc(0x7b4)]();_0x20c1eb?this[_0x5ea7bc(0x41d)](_0x20c1eb,_0x22aea7,_0x313d1c,_0x12c319,_0x4238ff):this[_0x5ea7bc(0x197)](_0x41aa27,_0x22aea7,_0x313d1c,_0x12c319,_0x4238ff,_0x4ca1d6),this[_0x5ea7bc(0x3fe)]=!0x1,this[_0x5ea7bc(0x46a)]=!0x1,this[_0x5ea7bc(0x1c2)]=null,_0x25985e[_0x5ea7bc(0x420)]();}['_handleFreeEndpointPointerUp'](_0xde518e,_0x576eb0,_0x299c21,_0x57c357,_0x5aed87,_0x2f4b2e){const _0x4a79cb=_0x5badd6,_0x291fdc=_0x2f4b2e===_0x6332e7[_0x4a79cb(0x66a)][_0x4a79cb(0x519)]||_0x2f4b2e===_0x6332e7['ShapeTypeEnum'][_0x4a79cb(0x2a0)],_0x271c1e=_0x299c21?_0x576eb0:_0xde518e,_0x215a8f=_0x299c21?_0xde518e:_0x576eb0,_0x2da685=this[_0x4a79cb(0x411)][_0x4a79cb(0x1d3)](),_0x5a46c5=this[_0x4a79cb(0x411)][_0x4a79cb(0x7b4)](),_0xaac28a=_0x6332e7['isCurvedConnectorShape'](_0x5a46c5),_0x92e4e5=_0x6332e7[_0x4a79cb(0x579)][_0x4a79cb(0x7d9)](_0x2da685,_0xaac28a),_0x13b15b=_0x291fdc?_0x6332e7[_0x4a79cb(0x579)]['computeStraightConnectorLayout'](_0x271c1e,_0x215a8f):_0x6332e7[_0x4a79cb(0x579)][_0x4a79cb(0x537)](_0xde518e,_0x576eb0,_0x299c21,_0x92e4e5);_0x57c357?this[_0x4a79cb(0x268)](_0x13b15b,_0x57c357,_0x299c21,_0x5aed87):this['_executeResizeCommand'](_0x13b15b,_0x5aed87);}[_0x5badd6(0x41d)](_0x2f7a33,_0x1a7c10,_0x2cc009,_0x18d196,_0x2bddac){const _0x56489d=_0x5badd6,_0x8d7e23=this[_0x56489d(0x74c)](_0x2f7a33);if(!_0x8d7e23)return;const _0x13f171=_0x18d196?_0x18d196[_0x56489d(0x621)]:this['_calculateFreeEndpointAngle'](_0x8d7e23[_0x56489d(0x3df)],_0x1a7c10),_0x56f2f0={'point':_0x1a7c10,'angle':_0x13f171,'bounds':{'left':_0x1a7c10['x'],'top':_0x1a7c10['y'],'width':0x0,'height':0x0}},_0x34cd13=_0x2cc009?_0x56f2f0:_0x8d7e23,_0x495f6c=_0x2cc009?_0x8d7e23:_0x56f2f0,_0x48c842=this[_0x56489d(0x411)]['getShapeType'](),_0x4209b4=_0x6332e7[_0x56489d(0x4e2)](_0x34cd13,_0x495f6c,_0x48c842);this[_0x56489d(0x411)][_0x56489d(0x804)]();const _0x20b1ad=_0x6332e7[_0x56489d(0x1f2)](_0x4209b4,_0x48c842);_0x18d196?this['_executeConnectedRouteConnectionCommand'](_0x20b1ad,_0x18d196,_0x2f7a33,_0x2cc009,_0x2bddac):this[_0x56489d(0x3ee)](_0x20b1ad,_0x2f7a33,_0x2cc009,_0x2bddac);}['_executeConnectionCommand'](_0x1f344a,_0x27fa78,_0x4b6e16,_0x2086b2){const _0x5ea676=_0x5badd6,_0x4838dd=this[_0x5ea676(0x411)][_0x5ea676(0x485)]()['relation'],_0x40dbd9={..._0x4838dd},_0xa5ab22={'shapeId':_0x27fa78[_0x5ea676(0x49f)],'cxnIndex':_0x27fa78['cxnIndex']};_0x4b6e16?_0x40dbd9[_0x5ea676(0x2f0)]=_0xa5ab22:_0x40dbd9['to']=_0xa5ab22;const _0x25442d=this[_0x5ea676(0x411)][_0x5ea676(0x7b4)](),_0x3d413c=_0x6332e7[_0x5ea676(0x1f2)](_0x1f344a[_0x5ea676(0x62e)],_0x25442d),_0x34e59d={'unitId':this[_0x5ea676(0x48f)],'subUnitId':this['_subUnitId'],'connectorShapeId':this[_0x5ea676(0x38b)],'width':_0x1f344a['worldRect'][_0x5ea676(0x473)],'height':_0x1f344a[_0x5ea676(0x337)]['height'],'left':_0x1f344a[_0x5ea676(0x337)][_0x5ea676(0x762)],'top':_0x1f344a[_0x5ea676(0x337)][_0x5ea676(0x168)],'flipX':_0x1f344a[_0x5ea676(0x337)][_0x5ea676(0x1c6)]||!0x1,'flipY':_0x1f344a[_0x5ea676(0x337)][_0x5ea676(0x37a)]||!0x1,'newAdjustValues':_0x3d413c[_0x5ea676(0x569)],'oldAdjustValues':_0x2086b2,'oldRelation':_0x4838dd,'newRelation':_0x40dbd9,'newLineType':_0x3d413c[_0x5ea676(0x1d9)],'oldLineType':_0x25442d};this[_0x5ea676(0x225)]['executeCommand'](_0x52fa66['id'],_0x34e59d);}[_0x5badd6(0x416)](_0x2a6948,_0x4c3b6d){const _0x508ba1=_0x5badd6,_0x1cab6a=this[_0x508ba1(0x411)][_0x508ba1(0x7b4)](),_0x57aaae=_0x6332e7[_0x508ba1(0x1f2)](_0x2a6948[_0x508ba1(0x62e)],_0x1cab6a),_0x4747ad={'unitId':this['_unitId'],'subUnitId':this['_subUnitId'],'shapeId':this[_0x508ba1(0x38b)],'width':_0x2a6948[_0x508ba1(0x337)]['width'],'height':_0x2a6948[_0x508ba1(0x337)][_0x508ba1(0x4f5)],'left':_0x2a6948[_0x508ba1(0x337)][_0x508ba1(0x762)],'top':_0x2a6948[_0x508ba1(0x337)][_0x508ba1(0x168)],'flipX':_0x2a6948[_0x508ba1(0x337)][_0x508ba1(0x1c6)]||!0x1,'flipY':_0x2a6948[_0x508ba1(0x337)][_0x508ba1(0x37a)]||!0x1,'angle':_0x2a6948[_0x508ba1(0x337)][_0x508ba1(0x621)]||0x0,'newAdjustValues':_0x57aaae[_0x508ba1(0x569)],'oldAdjustValues':_0x4c3b6d,'newLineType':_0x57aaae['lineType'],'oldLineType':_0x1cab6a};this[_0x508ba1(0x225)]['executeCommand'](_0x4f1b47['id'],_0x4747ad);}[_0x5badd6(0x4d9)](_0x36cd0e,_0x1bf8ca,_0x27e521,_0x258fef,_0x5a73e6){const _0x2cb15a=_0x5badd6,_0x593605=this[_0x2cb15a(0x411)][_0x2cb15a(0x485)]()['relation'],_0x132f00={..._0x593605},_0x3444e4={'shapeId':_0x1bf8ca[_0x2cb15a(0x49f)],'cxnIndex':_0x1bf8ca[_0x2cb15a(0x64c)]};_0x258fef?(_0x132f00[_0x2cb15a(0x2f0)]=_0x3444e4,_0x132f00['to']=_0x27e521):(_0x132f00['from']=_0x27e521,_0x132f00['to']=_0x3444e4);const _0x1eb9c2={'unitId':this[_0x2cb15a(0x48f)],'subUnitId':this[_0x2cb15a(0x23c)],'connectorShapeId':this[_0x2cb15a(0x38b)],'width':_0x36cd0e[_0x2cb15a(0x337)]['width'],'height':_0x36cd0e[_0x2cb15a(0x337)]['height'],'left':_0x36cd0e[_0x2cb15a(0x337)][_0x2cb15a(0x762)],'top':_0x36cd0e[_0x2cb15a(0x337)][_0x2cb15a(0x168)],'flipX':_0x36cd0e['worldRect']['flipX']||!0x1,'flipY':_0x36cd0e['worldRect'][_0x2cb15a(0x37a)]||!0x1,'oldAdjustValues':_0x5a73e6,'newAdjustValues':_0x36cd0e[_0x2cb15a(0x569)],'newLineType':_0x36cd0e['lineType'],'rotation':_0x36cd0e[_0x2cb15a(0x223)],'oldRelation':_0x593605,'newRelation':_0x132f00};this[_0x2cb15a(0x225)][_0x2cb15a(0x320)](_0x52fa66['id'],_0x1eb9c2);}[_0x5badd6(0x3ee)](_0x206b4b,_0xbb1dae,_0x1d0bc6,_0x23e865){const _0x3e1f34=_0x5badd6,_0xf1a084=this['_activeShapeModel']['getShapeData']()[_0x3e1f34(0x3c7)],_0x4e9d08={};_0x1d0bc6?(_0x4e9d08['to']=_0xbb1dae,_0x4e9d08[_0x3e1f34(0x2f0)]=void 0x0):(_0x4e9d08[_0x3e1f34(0x2f0)]=_0xbb1dae,_0x4e9d08['to']=void 0x0);const _0xaadf16={'unitId':this['_unitId'],'subUnitId':this[_0x3e1f34(0x23c)],'connectorShapeId':this['_activeShapeId'],'width':_0x206b4b[_0x3e1f34(0x337)][_0x3e1f34(0x473)],'height':_0x206b4b[_0x3e1f34(0x337)][_0x3e1f34(0x4f5)],'left':_0x206b4b[_0x3e1f34(0x337)][_0x3e1f34(0x762)],'top':_0x206b4b[_0x3e1f34(0x337)]['top'],'flipX':_0x206b4b[_0x3e1f34(0x337)][_0x3e1f34(0x1c6)]||!0x1,'flipY':_0x206b4b[_0x3e1f34(0x337)][_0x3e1f34(0x37a)]||!0x1,'oldAdjustValues':_0x23e865,'newAdjustValues':_0x206b4b['adjustValues'],'newLineType':_0x206b4b['lineType'],'rotation':_0x206b4b['rotation'],'oldRelation':_0xf1a084,'newRelation':_0x4e9d08};this['_commandService'][_0x3e1f34(0x320)](_0x52fa66['id'],_0xaadf16);}[_0x5badd6(0x240)](_0x51ed11,_0x59cee6,_0x1259b1){const _0xcb8d82=_0x5badd6;this[_0xcb8d82(0x545)](_0x3e1ae8[_0xcb8d82(0x4ee)](_0x51ed11[_0xcb8d82(0x4e0)][_0xcb8d82(0x36a)]((_0x53e80e,_0x3d2a12)=>{const _0x3fc709=_0xcb8d82,_0x3557c4=_0x51ed11[_0x3fc709(0x393)]();if(this[_0x3fc709(0x411)]=this[_0x3fc709(0x374)][_0x3fc709(0x1ed)](_0x3557c4['unitId'],_0x3557c4['subUnitId'],_0x3557c4[_0x3fc709(0x723)]),!this[_0x3fc709(0x411)])return;const _0x1f9b91={};this[_0x3fc709(0x411)][_0x3fc709(0x7ac)]()['forEach'](_0x14003b=>{const _0x3e993e=_0x3fc709,_0x84ef03=this[_0x3e993e(0x411)]['getAdjustValueByName'](_0x14003b);_0x84ef03!==void 0x0&&(_0x1f9b91[_0x14003b]=_0x84ef03);});const _0x5e09fd=this['_getDrawingRect']();if(!_0x5e09fd)return;this[_0x3fc709(0x743)]={..._0x5e09fd};const _0x55936d=new _0x6332e7[(_0x3fc709(0x579))](this[_0x3fc709(0x743)]),_0x35c815=_0x36414e[_0x3fc709(0x5c4)]({'unitId':this[_0x3fc709(0x48f)],'subUnitId':this[_0x3fc709(0x23c)],'drawingId':this[_0x3fc709(0x38b)]}),_0x2b3cb5=_0x59cee6['getObjectIncludeInGroup'](_0x35c815);this[_0x3fc709(0x3fe)]=!0x0,_0x59cee6['disableObjectsEvent'](),this[_0x3fc709(0x173)][_0x3fc709(0x3f3)](_0x59cee6,this['_unitId'],this[_0x3fc709(0x23c)],this[_0x3fc709(0x38b)]),this[_0x3fc709(0x1c2)]=null;const _0x2c5b15=this[_0x3fc709(0x411)][_0x3fc709(0x1d3)](),_0x58e0ec=_0x2c5b15[0x0],_0x356442=_0x2c5b15[_0x2c5b15[_0x3fc709(0x52a)]-0x1],_0x3c62c=_0x1259b1?_0x55936d[_0x3fc709(0x38a)](_0x356442):_0x55936d[_0x3fc709(0x38a)](_0x58e0ec);this[_0x3fc709(0x299)]=_0x59cee6[_0x3fc709(0x319)][_0x3fc709(0x36a)]((_0x5f3a70,_0x11140c)=>{const _0x434efe=_0x3fc709;if(!this[_0x434efe(0x3fe)]||!this[_0x434efe(0x411)])return;this[_0x434efe(0x46a)]||(this[_0x434efe(0x536)][_0x434efe(0x5fe)](),this[_0x434efe(0x411)][_0x434efe(0x19e)](),this['_hasReset']=!0x0);const _0x422e75=this[_0x434efe(0x432)](this['_unitId'],this[_0x434efe(0x23c)]),_0xb5fe80=this[_0x434efe(0x502)](this[_0x434efe(0x48f)],this[_0x434efe(0x23c)]),_0x4ae892={'x':_0x5f3a70['offsetX']/_0xb5fe80+_0x422e75['x'],'y':_0x5f3a70[_0x434efe(0x63d)]/_0xb5fe80+_0x422e75['y']},_0x1b786f=this[_0x434efe(0x173)][_0x434efe(0x4bb)](_0x4ae892);if(_0x1b786f){const {shapeId:_0x5745ee,unitId:_0x247fbb,subUnitId:_0x5d5d90}=_0x1b786f;if(_0x5745ee&&_0x247fbb&&_0x5d5d90){const _0x122ff0=_0x36414e[_0x434efe(0x5c4)]({'unitId':_0x247fbb,'subUnitId':_0x5d5d90,'drawingId':_0x5745ee}),_0x20f532=_0x59cee6[_0x434efe(0x3d7)](_0x122ff0);_0x1b786f[_0x434efe(0x621)]=(_0x20f532[_0x434efe(0x621)]||0x0)+_0x1b786f[_0x434efe(0x621)];}}this['_currentConnectionTarget']=_0x1b786f;const _0x4cfed0=_0x1259b1?this['_activeShapeModel'][_0x434efe(0x51d)]():this[_0x434efe(0x411)][_0x434efe(0x4f8)]();if(_0x4cfed0){this[_0x434efe(0x2f4)](_0x4cfed0,_0x4ae892,_0x1259b1,_0x2b3cb5,_0x51ed11);return;}this[_0x434efe(0x658)](_0x4ae892,_0x3c62c,_0x1259b1,_0x2b3cb5,_0x51ed11);}),this[_0x3fc709(0x7da)]=_0x59cee6['onPointerUp$']['subscribeEvent']((_0x5c2d71,_0x2d81ae)=>{this['_handleConnectorPointerUp'](_0x59cee6,_0x3c62c,_0x5c2d71,_0x1259b1,_0x1f9b91);}),_0x3d2a12[_0x3fc709(0x4e3)]();})));}[_0x5badd6(0x1e1)](_0x4f1604,_0x35757e,_0x17b8c9){const _0x223389=_0x5badd6,_0x2c23bd=this['_sheetsShapeService'][_0x223389(0x228)](_0x4f1604,_0x35757e,_0x17b8c9);if(!_0x2c23bd||_0x2c23bd[_0x223389(0x52a)]===0x0)return;const _0x4dd288=this[_0x223389(0x449)][_0x223389(0x1ae)](_0x4f1604);if(!_0x4dd288)return;const {scene:_0x4e9e49}=_0x4dd288;for(const _0x4d393b of _0x2c23bd){const _0x17ab8c=_0x4d393b[_0x223389(0x455)],_0x21c74=this[_0x223389(0x374)][_0x223389(0x1ed)](_0x4f1604,_0x35757e,_0x17ab8c);if(!_0x21c74)continue;const _0x50866c=_0x21c74[_0x223389(0x4f8)](),_0x199d76=_0x21c74[_0x223389(0x51d)](),_0x3b4996=(_0x50866c==null?void 0x0:_0x50866c['shapeId'])===_0x17b8c9,_0xf5baeb=_0x36414e[_0x223389(0x5c4)]({'unitId':_0x4f1604,'subUnitId':_0x35757e,'drawingId':_0x17ab8c}),_0x5293b0=_0x4e9e49['getObjectIncludeInGroup'](_0xf5baeb);if(!_0x5293b0)continue;const _0x13e6d7=this[_0x223389(0x539)][_0x223389(0x297)]({'unitId':_0x4f1604,'subUnitId':_0x35757e,'drawingId':_0x17ab8c});if(!(_0x13e6d7!=null&&_0x13e6d7['transform']))continue;_0x50866c&&_0x199d76?this[_0x223389(0x5a8)](_0x4f1604,_0x35757e,_0x17ab8c,_0x21c74,_0x50866c,_0x199d76,_0x5293b0):this[_0x223389(0x5a2)](_0x4f1604,_0x35757e,_0x17ab8c,_0x21c74,_0x3b4996?_0x50866c:_0x199d76,_0x3b4996,_0x13e6d7,_0x5293b0);}}[_0x5badd6(0x5a8)](_0x2f883b,_0x20ef70,_0x3d978e,_0x11192f,_0x594494,_0x4b2118,_0x6f178){const _0x1af318=_0x5badd6,_0x5e296c=this[_0x1af318(0x48f)],_0x2ccd74=this[_0x1af318(0x23c)];this[_0x1af318(0x48f)]=_0x2f883b,this[_0x1af318(0x23c)]=_0x20ef70;const _0x3d11e6=this[_0x1af318(0x74c)](_0x594494),_0x7a2c3=this['_getConnectPointInfo'](_0x4b2118);if(this[_0x1af318(0x48f)]=_0x5e296c,this[_0x1af318(0x23c)]=_0x2ccd74,!_0x3d11e6||!_0x7a2c3)return;const _0x2f05c1=_0x11192f[_0x1af318(0x7b4)](),_0x3117ef=_0x6332e7[_0x1af318(0x4e2)](_0x3d11e6,_0x7a2c3,_0x2f05c1);_0x3117ef&&_0x11192f[_0x1af318(0x7d5)](_0x3117ef);const _0x9022d3=_0x6332e7[_0x1af318(0x1f2)](_0x3117ef,_0x2f05c1);_0x9022d3[_0x1af318(0x1d9)]!==_0x2f05c1&&_0x11192f['changeShapeType'](_0x9022d3[_0x1af318(0x1d9)]),_0x11192f[_0x1af318(0x19e)]();for(const [_0x13ad00,_0x10ac54]of Object[_0x1af318(0x609)](_0x9022d3[_0x1af318(0x569)]))_0x11192f[_0x1af318(0x305)](_0x13ad00,_0x10ac54);_0x11192f[_0x1af318(0x6f2)]({'width':_0x9022d3[_0x1af318(0x337)]['width'],'height':_0x9022d3[_0x1af318(0x337)]['height']}),_0x6f178[_0x1af318(0x70f)]({'flipX':_0x9022d3[_0x1af318(0x337)][_0x1af318(0x1c6)],'flipY':_0x9022d3[_0x1af318(0x337)][_0x1af318(0x37a)],'left':_0x9022d3['worldRect'][_0x1af318(0x762)],'top':_0x9022d3[_0x1af318(0x337)][_0x1af318(0x168)],'width':_0x9022d3[_0x1af318(0x337)]['width'],'height':_0x9022d3[_0x1af318(0x337)][_0x1af318(0x4f5)],'angle':_0x9022d3[_0x1af318(0x223)]}),_0x11192f[_0x1af318(0x804)]();}['_moveConnectorWithShape'](_0x50235a,_0x2bf182,_0xc4b185,_0x1c1ae3,_0x3d3f88,_0x3f04cb,_0x3e151b,_0x4c01f7){const _0x2756ec=_0x5badd6,_0x5f4f4a=this[_0x2756ec(0x48f)],_0x1c7cd8=this[_0x2756ec(0x23c)];this['_unitId']=_0x50235a,this[_0x2756ec(0x23c)]=_0x2bf182;const _0x30c759=this[_0x2756ec(0x74c)](_0x3d3f88);if(this['_unitId']=_0x5f4f4a,this['_subUnitId']=_0x1c7cd8,!_0x30c759)return;const {left:_0x16006b=0x0,top:_0x14e6e9=0x0,width:_0x4ec748=0x0,height:_0x1d9418=0x0,flipX:_0xbb0b0a=!0x1,flipY:_0x2aad73=!0x1}=_0x3e151b[_0x2756ec(0x6cc)],_0x1fd23b=_0x1c1ae3[_0x2756ec(0x1d3)]();if(_0x1fd23b[_0x2756ec(0x52a)]<0x2)return;const _0x563173={'left':_0x16006b,'top':_0x14e6e9,'width':_0x4ec748,'height':_0x1d9418,'flipX':_0xbb0b0a,'flipY':_0x2aad73},_0x50270d=new _0x6332e7[(_0x2756ec(0x579))](_0x563173),_0xdb9f64=_0x3f04cb?_0x1fd23b[_0x1fd23b['length']-0x1]:_0x1fd23b[0x0],_0x2e045e=_0x50270d[_0x2756ec(0x38a)](_0xdb9f64),_0x5b7408=_0x6332e7[_0x2756ec(0x579)]['computeConnectorResizeLayout'](_0x2e045e,_0x30c759['point'],!_0x3f04cb);_0x4c01f7[_0x2756ec(0x70f)]({'flipX':_0x5b7408[_0x2756ec(0x337)][_0x2756ec(0x1c6)],'flipY':_0x5b7408[_0x2756ec(0x337)][_0x2756ec(0x37a)],'left':_0x5b7408[_0x2756ec(0x337)][_0x2756ec(0x762)],'top':_0x5b7408[_0x2756ec(0x337)][_0x2756ec(0x168)],'width':_0x5b7408['worldRect']['width'],'height':_0x5b7408[_0x2756ec(0x337)][_0x2756ec(0x4f5)],'angle':_0x5b7408[_0x2756ec(0x337)][_0x2756ec(0x621)]}),_0x4c01f7[_0x2756ec(0x1b6)](!0x0);}[_0x5badd6(0x678)](){const _0x22a11c=_0x5badd6;this['_connectorObjects']['length']!==0x0&&(this[_0x22a11c(0x6a1)][_0x22a11c(0x800)](_0x1fa965=>{_0x1fa965['dispose']();}),this['_connectorObjects']=[]);}[_0x5badd6(0x1ef)](){const _0x895b39=_0x5badd6,_0x737135=this[_0x895b39(0x302)][_0x895b39(0x656)](_0x3e1ae8[_0x895b39(0x60a)][_0x895b39(0x1f6)]);this[_0x895b39(0x545)](_0x737135['pipe'](_0x39ae11[_0x895b39(0x236)](_0x53fb51=>_0x53fb51?_0x53fb51[_0x895b39(0x59f)]['pipe'](_0x39ae11[_0x895b39(0x236)](_0x480bb6=>{const _0x5d39b5=_0x895b39;if(!_0x480bb6)return _0x39ae11['EMPTY'];const _0x38c5c7=_0x53fb51[_0x5d39b5(0x52b)](),_0x47bcd8=this[_0x5d39b5(0x449)][_0x5d39b5(0x1ae)](_0x38c5c7),_0x4097f0=_0x47bcd8==null?void 0x0:_0x47bcd8[_0x5d39b5(0x442)];return _0x4097f0?_0x39ae11['of'](_0x4097f0):_0x39ae11[_0x5d39b5(0x61f)];})):_0x39ae11[_0x895b39(0x61f)]))[_0x895b39(0x1ec)](_0x231e94=>{const _0x2abdb6=_0x895b39,_0xd002ac=_0x231e94[_0x2abdb6(0x622)]();this[_0x2abdb6(0x545)](_0x231e94[_0x2abdb6(0x319)]['subscribeEvent'](_0x263cf6=>{const _0x24ce48=_0x2abdb6;this['_isDrawingShapePointDown']&&this[_0x24ce48(0x38b)]&&this['_clearShapeConnectorHandlerObjects']();})),this[_0x2abdb6(0x545)](_0xd002ac[_0x2abdb6(0x1c7)][_0x2abdb6(0x1ec)](_0x3058a8=>{const _0xb5ed87=_0x2abdb6,{objects:_0x5b630e}=_0x3058a8;this['_clearShapeConnectorHandlerObjects'](),_0x5b630e!==null&&_0x5b630e[_0xb5ed87(0x1b1)]===0x1&&_0x5b630e['values']()[_0xb5ed87(0x785)]()['value']instanceof _0x34389a&&(this[_0xb5ed87(0x6a8)]=!0x0);})),this[_0x2abdb6(0x545)](_0xd002ac[_0x2abdb6(0x2cb)][_0x2abdb6(0x1ec)](_0x39d6ec=>{const _0x4cabe3=_0x2abdb6;this['_isDrawingShapePointDown']&&this[_0x4cabe3(0x678)]();})),this[_0x2abdb6(0x545)](_0x231e94[_0x2abdb6(0x575)][_0x2abdb6(0x36a)](()=>{const _0x52856b=_0x2abdb6;this[_0x52856b(0x6a8)]&&(this[_0x52856b(0x6a8)]=!0x1,this[_0x52856b(0x2ee)]());})),this[_0x2abdb6(0x545)](_0xd002ac[_0x2abdb6(0x64e)][_0x2abdb6(0x1ec)](()=>{const _0x40ecc5=_0x2abdb6;this['_unitId']&&this['_subUnitId']&&this['_activeShapeId']&&this[_0x40ecc5(0x539)][_0x40ecc5(0x297)]({'unitId':this[_0x40ecc5(0x48f)],'subUnitId':this[_0x40ecc5(0x23c)],'drawingId':this[_0x40ecc5(0x38b)]})&&(this[_0x40ecc5(0x678)](),this[_0x40ecc5(0x2ee)]());}));}));}[_0x5badd6(0x2f8)](){const _0x4f9450=_0x5badd6;this['disposeWithMe'](this[_0x4f9450(0x539)][_0x4f9450(0x7b6)][_0x4f9450(0x1ec)](_0x8ee03e=>{const _0x127ed2=_0x4f9450;if(_0x8ee03e['length']===0x1){const _0xdf90e5=_0x8ee03e[0x0];if(_0xdf90e5[_0x127ed2(0x202)]===_0x3e1ae8[_0x127ed2(0x714)][_0x127ed2(0x499)]){const _0x50308e=this[_0x127ed2(0x374)][_0x127ed2(0x1ed)](_0xdf90e5['unitId'],_0xdf90e5[_0x127ed2(0x22f)],_0xdf90e5['drawingId']);if(_0x50308e&&_0x6332e7[_0x127ed2(0x731)](_0x50308e[_0x127ed2(0x7b4)]())){this['_activeShapeId']=_0xdf90e5[_0x127ed2(0x723)],this['_unitId']=_0xdf90e5[_0x127ed2(0x3e4)],this[_0x127ed2(0x23c)]=_0xdf90e5['subUnitId'],this[_0x127ed2(0x678)](),this['_addShapeConnectorHandlerObjects']();return;}}}this[_0x127ed2(0x38b)]=void 0x0,this['_unitId']=void 0x0,this[_0x127ed2(0x23c)]=void 0x0,this[_0x127ed2(0x678)]();})),this['disposeWithMe'](this[_0x4f9450(0x539)][_0x4f9450(0x48a)][_0x4f9450(0x1ec)](_0x3b86d9=>{const _0x2bd3e9=_0x4f9450;var _0x8f79a6;if(_0x3b86d9['length']===0x1){const _0x27cd8d=_0x3b86d9[0x0],_0x48eeb5=(_0x8f79a6=this[_0x2bd3e9(0x539)][_0x2bd3e9(0x297)](_0x27cd8d))==null?void 0x0:_0x8f79a6[_0x2bd3e9(0x202)];_0x48eeb5===_0x3e1ae8[_0x2bd3e9(0x714)]['DRAWING_SHAPE']&&_0x27cd8d[_0x2bd3e9(0x723)]===this[_0x2bd3e9(0x38b)]?(this[_0x2bd3e9(0x678)](),this[_0x2bd3e9(0x2ee)]()):!this[_0x2bd3e9(0x38b)]&&_0x48eeb5===_0x3e1ae8[_0x2bd3e9(0x714)]['DRAWING_SHAPE']&&this[_0x2bd3e9(0x1e1)](_0x27cd8d[_0x2bd3e9(0x3e4)],_0x27cd8d['subUnitId'],_0x27cd8d[_0x2bd3e9(0x723)]);}})),this[_0x4f9450(0x545)](this[_0x4f9450(0x539)]['remove$'][_0x4f9450(0x1ec)](_0x269284=>{const _0x542baf=_0x4f9450;for(const _0x1c81ea of _0x269284){const {drawingId:_0x33a49a}=_0x1c81ea;if(this[_0x542baf(0x38b)]===_0x33a49a){this[_0x542baf(0x4bf)]();return;}}}));}['_handleConnectedEndpointMove'](_0x2d71a1,_0x217103,_0x341da7,_0x12e4e3,_0x1df101){const _0x2bd343=_0x5badd6;var _0x2409ac,_0x4dd93c;if(!this[_0x2bd343(0x411)])return;const _0xd1b691=this['_getConnectPointInfo'](_0x2d71a1);if(!_0xd1b691)return;const _0x3c81c3=this[_0x2bd343(0x1c2)]?this['_currentConnectionTarget'][_0x2bd343(0x4a5)]:_0x217103,_0x5a5e4e=this[_0x2bd343(0x1c2)]?this[_0x2bd343(0x1c2)][_0x2bd343(0x621)]:this[_0x2bd343(0x30c)](_0xd1b691['point'],_0x3c81c3),_0x467bd8={'point':_0x3c81c3,'angle':_0x5a5e4e,'bounds':{'left':_0x3c81c3['x'],'top':_0x3c81c3['y'],'width':0x0,'height':0x0}},_0x34bc93=_0x341da7?_0x467bd8:_0xd1b691,_0x47d9f8=_0x341da7?_0xd1b691:_0x467bd8,_0x3f79ab=this[_0x2bd343(0x411)][_0x2bd343(0x7b4)](),_0x505fdd=_0x6332e7['routeConnectorLineShape'](_0x34bc93,_0x47d9f8,_0x3f79ab);_0x505fdd&&this[_0x2bd343(0x411)]['updateLinePoints'](_0x505fdd);const _0x454151=_0x6332e7[_0x2bd343(0x1f2)](_0x505fdd,_0x3f79ab);_0x454151[_0x2bd343(0x1d9)]!==_0x3f79ab&&this[_0x2bd343(0x411)][_0x2bd343(0x71d)](_0x454151[_0x2bd343(0x1d9)]);for(const [_0x565ae7,_0x3cfc1d]of Object['entries'](_0x454151['adjustValues']))this[_0x2bd343(0x411)]['setAdjustValueByName'](_0x565ae7,_0x3cfc1d);this[_0x2bd343(0x411)][_0x2bd343(0x6f2)]({'width':_0x454151[_0x2bd343(0x337)][_0x2bd343(0x473)],'height':_0x454151[_0x2bd343(0x337)][_0x2bd343(0x4f5)]}),_0x12e4e3['transformByState']({'flipX':_0x454151[_0x2bd343(0x337)]['flipX'],'flipY':_0x454151[_0x2bd343(0x337)][_0x2bd343(0x37a)],'left':_0x454151[_0x2bd343(0x337)][_0x2bd343(0x762)],'top':_0x454151[_0x2bd343(0x337)][_0x2bd343(0x168)],'width':_0x454151[_0x2bd343(0x337)][_0x2bd343(0x473)],'height':_0x454151[_0x2bd343(0x337)][_0x2bd343(0x4f5)],'angle':_0x454151[_0x2bd343(0x223)]}),_0x12e4e3[_0x2bd343(0x1b6)](!0x0);const _0x4ed57d=(_0x4dd93c=(_0x2409ac=this[_0x2bd343(0x1c2)])==null?void 0x0:_0x2409ac[_0x2bd343(0x4a5)])!=null?_0x4dd93c:_0x217103;_0x1df101[_0x2bd343(0x70f)]({'left':_0x4ed57d['x']-_0x6332e7[_0x2bd343(0x22b)]['cxnPointRadius'],'top':_0x4ed57d['y']-_0x6332e7[_0x2bd343(0x22b)][_0x2bd343(0x27c)]});}['_handleFreeEndpointMove'](_0x29cc15,_0x4ee15e,_0x1e0b68,_0x48d566,_0x37ed98){const _0x237183=_0x5badd6;var _0x3713fc,_0x5cdbf9,_0x365b45,_0x4772a7;const _0x156b05=(_0x5cdbf9=(_0x3713fc=this[_0x237183(0x1c2)])==null?void 0x0:_0x3713fc[_0x237183(0x4a5)])!=null?_0x5cdbf9:_0x29cc15,_0x2243e8=_0x6332e7[_0x237183(0x579)][_0x237183(0x537)](_0x4ee15e,_0x156b05,_0x1e0b68);_0x48d566['transformByState']({'flipX':_0x2243e8[_0x237183(0x337)][_0x237183(0x1c6)],'flipY':_0x2243e8[_0x237183(0x337)][_0x237183(0x37a)],'left':_0x2243e8[_0x237183(0x337)]['left'],'top':_0x2243e8[_0x237183(0x337)][_0x237183(0x168)],'width':_0x2243e8[_0x237183(0x337)][_0x237183(0x473)],'height':_0x2243e8[_0x237183(0x337)][_0x237183(0x4f5)],'angle':_0x2243e8[_0x237183(0x337)]['angle']});const _0x39de58=(_0x4772a7=(_0x365b45=this[_0x237183(0x1c2)])==null?void 0x0:_0x365b45[_0x237183(0x4a5)])!=null?_0x4772a7:_0x29cc15;_0x37ed98[_0x237183(0x70f)]({'left':_0x39de58['x']-_0x6332e7[_0x237183(0x22b)]['cxnPointRadius'],'top':_0x39de58['y']-_0x6332e7[_0x237183(0x22b)][_0x237183(0x27c)]});}[_0x5badd6(0x74c)](_0x5a6d70){const _0x5a167d=_0x5badd6;if(!this[_0x5a167d(0x48f)]||!this[_0x5a167d(0x23c)])return null;const {shapeId:_0x26759e,cxnIndex:_0x4d57ca}=_0x5a6d70,_0x2274ff=this[_0x5a167d(0x374)][_0x5a167d(0x1ed)](this[_0x5a167d(0x48f)],this[_0x5a167d(0x23c)],_0x26759e);if(!_0x2274ff)return null;const _0x498771=this['_drawingManagerService'][_0x5a167d(0x297)]({'unitId':this['_unitId'],'subUnitId':this[_0x5a167d(0x23c)],'drawingId':_0x26759e});if(!(_0x498771!=null&&_0x498771[_0x5a167d(0x6cc)]))return null;const {left:_0x4f0ca7=0x0,top:_0x2c0cf8=0x0,width:_0x4d9583=0x0,height:_0x18d5a7=0x0,flipX:_0x2dff04=!0x1,flipY:_0x325931=!0x1,angle:_0x2aaa27}=_0x498771[_0x5a167d(0x6cc)];_0x2274ff['updateContext']({'width':_0x4d9583,'height':_0x18d5a7});const _0x231442=_0x2274ff[_0x5a167d(0x5be)]()[_0x5a167d(0x471)](_0x4fead8=>_0x4fead8[_0x5a167d(0x482)]===_0x4d57ca);if(!_0x231442)return null;let _0x55e54b=_0x2dff04?_0x4d9583-_0x231442['x']:_0x231442['x'],_0x163155=_0x325931?_0x18d5a7-_0x231442['y']:_0x231442['y'];if(_0x2aaa27!==0x0&&_0x2aaa27!==void 0x0&&_0x2aaa27!==null){const _0x127e02=_0x2aaa27*Math['PI']/0xb4,_0x548c31=Math[_0x5a167d(0x1d5)](_0x127e02),_0x9eb7be=Math[_0x5a167d(0x73d)](_0x127e02),_0x2bbdbe=_0x4d9583/0x2,_0x30ece8=_0x18d5a7/0x2,_0x2f6ce6=_0x55e54b-_0x2bbdbe,_0x210243=_0x163155-_0x30ece8;_0x55e54b=_0x2bbdbe+_0x2f6ce6*_0x548c31-_0x210243*_0x9eb7be,_0x163155=_0x30ece8+_0x2f6ce6*_0x9eb7be+_0x210243*_0x548c31;}_0x55e54b+=_0x4f0ca7,_0x163155+=_0x2c0cf8;let _0x2dc814=_0x231442[_0x5a167d(0x210)]/0xea60;_0x2dff04&&(_0x2dc814=0xb4-_0x2dc814),_0x325931&&(_0x2dc814=-_0x2dc814),_0x2dc814+=_0x2aaa27||0x0,_0x2dc814=(_0x2dc814%0x168+0x168)%0x168;const _0x37d49a=_0x6332e7['getBasicShapeRotateBound']({'left':_0x4f0ca7,'top':_0x2c0cf8,'width':_0x4d9583,'height':_0x18d5a7},_0x2aaa27||0x0);return{'point':{'x':_0x55e54b,'y':_0x163155},'angle':_0x2dc814,'bounds':_0x37d49a};}[_0x5badd6(0x30c)](_0x445018,_0x5972bf){const _0x404164=_0x5badd6,_0x2ecdf8=_0x5972bf['x']-_0x445018['x'],_0x4164d5=_0x5972bf['y']-_0x445018['y'];return Math[_0x404164(0x25c)](_0x2ecdf8)>=Math[_0x404164(0x25c)](_0x4164d5)?_0x2ecdf8>=0x0?0xb4:0x0:_0x4164d5>=0x0?0x10e:0x5a;}['_reset'](){const _0x407793=_0x5badd6;this[_0x407793(0x38b)]=void 0x0,this['_unitId']=void 0x0,this[_0x407793(0x23c)]=void 0x0,this[_0x407793(0x678)]();}[_0x5badd6(0x176)](){const _0x5a9abe=_0x5badd6;this[_0x5a9abe(0x678)](),super[_0x5a9abe(0x176)]();}};_0xf06833=_0x56d30b([_0x76d3e3(0x1,_0x3e1ae8[_0x5badd6(0x530)]),_0x76d3e3(0x2,_0x47893f[_0x5badd6(0x76e)]),_0x76d3e3(0x3,_0x36414e['IDrawingManagerService']),_0x76d3e3(0x4,_0x3e1ae8['IUniverInstanceService']),_0x76d3e3(0x5,_0x3e1ae8['Inject'](_0x79ee08[_0x5badd6(0x707)])),_0x76d3e3(0x6,_0x3e1ae8[_0x5badd6(0x543)](_0x22d374)),_0x76d3e3(0x7,_0x3e1ae8[_0x5badd6(0x543)](_0x5a20a4))],_0xf06833);const _0x2bf612=function(_0x5080d8){const _0x273db1=_0x5badd6,{containerWidth:_0x43407a,containerHeight:_0x5c21e1,scaleX:_0x3c82ca,scaleY:_0x99a5d1}=_0x5080d8,_0x2a6e2b=_0x3a834e[_0x273db1(0x3d2)](_0x191c9b),_0x259099=_0x3a834e['useDependency'](_0x570f65[_0x273db1(0x421)]),_0x300dbb=_0x3a834e[_0x273db1(0x3d2)](_0x47893f[_0x273db1(0x76e)]),_0x3f6557=_0x3a834e[_0x273db1(0x3d2)](_0x3e1ae8[_0x273db1(0x20e)]),_0x4793e7=_0x3a834e['useDependency'](_0x36414e[_0x273db1(0x360)]),_0x3e20bb=_0x3a834e[_0x273db1(0x3d2)](_0x79ee08[_0x273db1(0x707)]),_0x25bc81=_0x3a834e[_0x273db1(0x3d2)](_0x3e1ae8[_0x273db1(0x530)]),_0x11e9fe=_0x3a834e[_0x273db1(0x561)](_0x2a6e2b[_0x273db1(0x517)]),_0x1b8e86=_0x3a834e['useObservable'](_0x2a6e2b[_0x273db1(0x5dc)]),_0x3aa426=_0x477c0c[_0x273db1(0x495)](null),_0x380756=_0x477c0c[_0x273db1(0x495)](null),_0x17aad8=_0x477c0c['useRef'](null),[_0x18bd76,_0x2527dc]=_0x477c0c[_0x273db1(0x68e)]({'editorHeight':_0x5c21e1,'marginTop':0x0,'useAbsolutePosition':!0x1}),_0x15d0bb=_0x477c0c[_0x273db1(0x32c)](()=>_0x3f6557['getUnit'](_0x1a3b90,_0x3e1ae8[_0x273db1(0x60a)][_0x273db1(0x66b)]),[_0x3f6557]),_0x17a6a6=_0x477c0c[_0x273db1(0x32c)](()=>{const _0x4f6b8e=_0x273db1;var _0x2f16e6;if(!_0x11e9fe)return null;const {unitId:_0x175641,subUnitId:_0xfde85,shapeId:_0x34818f}=_0x11e9fe,_0x205513=_0x3e20bb[_0x4f6b8e(0x1ed)](_0x175641,_0xfde85,_0x34818f);if(!_0x205513)return null;const _0xec5423=_0x205513['getShapeTextData']();if(!_0xec5423||!(_0x4f6b8e(0x7dd)in _0xec5423))return null;const _0x2f9a86=_0xec5423[_0x4f6b8e(0x7dd)];if(!(_0x2f9a86!=null&&_0x2f9a86[_0x4f6b8e(0x78e)]))return null;const _0x130011={'unitId':_0x175641,'subUnitId':_0xfde85,'drawingId':_0x34818f},_0xa3f312=_0x4793e7[_0x4f6b8e(0x297)](_0x130011);let _0x498aef={'angle':0x0,'flipX':!0x1,'flipY':!0x1};_0xa3f312&&_0xa3f312[_0x4f6b8e(0x6cc)]&&(_0x498aef=_0xa3f312[_0x4f6b8e(0x6cc)]);const _0x4e5daf=_0x43407a/_0x3c82ca,_0x3e887b=_0x5c21e1/_0x99a5d1,_0x276f7e={'left':0x0,'top':0x0,'width':_0x4e5daf,'height':_0x3e887b},_0x3b5bb8=_0x205513[_0x4f6b8e(0x67c)](_0x276f7e);return{'doc':_0x2f9a86[_0x4f6b8e(0x78e)],'verticalAlign':(_0x2f16e6=_0x2f9a86['va'])!=null?_0x2f16e6:_0x3e1ae8[_0x4f6b8e(0x6fa)][_0x4f6b8e(0x65d)],'textRect':_0x3b5bb8,'transform':_0x498aef};},[_0x11e9fe,_0x3e20bb,_0x43407a,_0x5c21e1,_0x3c82ca,_0x99a5d1]),_0xd8d086=_0x477c0c[_0x273db1(0x577)](()=>{const _0x425ac2=_0x273db1,_0x5108ac=_0x17a6a6();if(_0x5108ac!=null&&_0x5108ac[_0x425ac2(0x78e)]){const _0x2c0432=_0x3e1ae8[_0x425ac2(0x2e6)]['deepClone'](_0x5108ac['doc']);return _0x2c0432[_0x425ac2(0x18a)]||(_0x2c0432[_0x425ac2(0x18a)]={}),_0x2c0432['documentStyle'][_0x425ac2(0x463)]={'width':_0x5108ac[_0x425ac2(0x7a6)][_0x425ac2(0x473)],'height':0x1/0x0},_0x2c0432;}return{'id':_0x1a3b90,'body':{'dataStream':'\x0d\x0a','textRuns':[],'paragraphs':[{'startIndex':0x0}]},'documentStyle':{'pageSize':{'width':_0x43407a/_0x3c82ca,'height':0x1/0x0}}};},[]),_0x404010=_0x570f65[_0x273db1(0x1d6)]({'editorId':_0x1a3b90,'initialValue':_0xd8d086,'container':_0x380756,'autoFocus':!0x1,'isSingle':!0x1}),_0x10c6c9=_0x570f65[_0x273db1(0x42b)](_0x1a3b90);_0x570f65['useKeyboardEvent'](_0x10c6c9,{'keyCodes':[{'keyCode':_0x3a834e[_0x273db1(0x5cb)][_0x273db1(0x450)]}],'handler':()=>{const _0x2fd9ff=_0x273db1;_0x25bc81[_0x2fd9ff(0x320)](_0x570f65[_0x2fd9ff(0x5a6)]['id']);}},_0x404010),_0x570f65[_0x273db1(0x729)](_0x10c6c9,!0x1,_0x404010);const _0x5538cc=_0x477c0c[_0x273db1(0x32c)](()=>{const _0x5da551=_0x273db1;var _0x4bf5bf,_0x2ad174;if(!_0x404010)return;const _0x10d809=_0x300dbb[_0x5da551(0x1ae)](_0x1a3b90),_0x4305c8=_0x10d809==null?void 0x0:_0x10d809['with'](_0x3fb212['DocSkeletonManagerService']);if(!_0x4305c8)return;const _0x461e04=_0x4305c8['getSkeleton'](),_0x324393=_0x15d0bb(),_0x27f2e1=_0x17a6a6(),_0x2afe81=(_0x4bf5bf=_0x27f2e1==null?void 0x0:_0x27f2e1[_0x5da551(0x16c)])!=null?_0x4bf5bf:_0x3e1ae8['VerticalAlign']['TOP'],_0x3401b5=(_0x2ad174=_0x27f2e1==null?void 0x0:_0x27f2e1[_0x5da551(0x7a6)])!=null?_0x2ad174:{'width':_0x43407a/_0x3c82ca,'height':_0x5c21e1/_0x99a5d1};_0x324393&&_0x324393[_0x5da551(0x5b8)]({'pageSize':{'width':_0x3401b5[_0x5da551(0x473)],'height':0x1/0x0}}),_0x461e04[_0x5da551(0x1cf)]();const {actualHeight:_0x4a8065}=_0x461e04[_0x5da551(0x540)](),_0x4228d0=_0x3401b5[_0x5da551(0x4f5)];let _0x3a55b7=_0x4228d0,_0x153881=0x0;if(_0x4a8065<=_0x4228d0)_0x2afe81===_0x3e1ae8[_0x5da551(0x6fa)][_0x5da551(0x33a)]?_0x153881=(_0x4228d0-_0x4a8065)/0x2:_0x2afe81===_0x3e1ae8[_0x5da551(0x6fa)]['BOTTOM']&&(_0x153881=_0x4228d0-_0x4a8065),_0x3a55b7=_0x4228d0,_0x2527dc({'editorHeight':_0x3401b5[_0x5da551(0x4f5)]*_0x99a5d1,'marginTop':0x0,'useAbsolutePosition':!0x1});else{let _0x6e6951=0x0;_0x2afe81===_0x3e1ae8[_0x5da551(0x6fa)][_0x5da551(0x33a)]?_0x6e6951=(_0x4228d0-_0x4a8065)/0x2:_0x2afe81===_0x3e1ae8['VerticalAlign'][_0x5da551(0x514)]&&(_0x6e6951=_0x4228d0-_0x4a8065),_0x153881=0x0,_0x2527dc({'editorHeight':_0x4a8065*_0x99a5d1,'marginTop':_0x6e6951*_0x99a5d1,'useAbsolutePosition':!0x0}),_0x3a55b7=_0x4a8065;}_0x324393&&(_0x324393['updateDocumentStyle']({'pageSize':{'width':_0x3401b5[_0x5da551(0x473)],'height':_0x3a55b7}}),_0x324393[_0x5da551(0x55c)]({'t':_0x153881}),_0x461e04[_0x5da551(0x1cf)]()),_0x10d809&&(_0x10d809[_0x5da551(0x442)]['resize'](_0x3401b5[_0x5da551(0x473)],_0x3a55b7),_0x10d809[_0x5da551(0x1fe)]&&_0x10d809['mainComponent'][_0x5da551(0x458)](_0x3401b5[_0x5da551(0x473)],_0x3a55b7));},[_0x404010,_0x300dbb,_0x17a6a6,_0x15d0bb,_0x43407a,_0x5c21e1,_0x3c82ca,_0x99a5d1]);_0x477c0c[_0x273db1(0x58a)](()=>{const _0x962abf=_0x273db1;var _0x594ab1;if(!_0x404010||!_0x11e9fe)return;const {shapeId:_0x706ab0,unitId:_0x4c8875,subUnitId:_0x3cdba3}=_0x11e9fe;if(_0x1b8e86){const _0x5aebab=_0x404010[_0x962abf(0x68c)](),_0x5212db=_0x17a6a6(),_0x3b1ac4={'va':(_0x594ab1=_0x5212db==null?void 0x0:_0x5212db[_0x962abf(0x16c)])!=null?_0x594ab1:_0x3e1ae8[_0x962abf(0x6fa)]['TOP'],'doc':_0x5aebab};_0x25bc81[_0x962abf(0x320)](_0x152d91['id'],{'unitId':_0x4c8875,'subUnitId':_0x3cdba3,'shapeId':_0x706ab0,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x3b1ac4}},'oldShapeJSON':{'oldShapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x17aad8[_0x962abf(0x483)]}}}});return;}const _0xb3364a=_0x17a6a6();if(_0xb3364a!=null&&_0xb3364a[_0x962abf(0x78e)]){_0x17aad8[_0x962abf(0x483)]={'va':_0xb3364a[_0x962abf(0x16c)],'doc':_0x3e1ae8[_0x962abf(0x2e6)][_0x962abf(0x5ea)](_0xb3364a[_0x962abf(0x78e)])};const _0x154d28=_0x3e1ae8[_0x962abf(0x2e6)][_0x962abf(0x5ea)](_0xb3364a['doc']);return _0x154d28[_0x962abf(0x18a)]||(_0x154d28[_0x962abf(0x18a)]={}),_0x154d28[_0x962abf(0x18a)][_0x962abf(0x463)]={'width':_0xb3364a[_0x962abf(0x7a6)][_0x962abf(0x473)],'height':0x1/0x0},_0x404010[_0x962abf(0x554)](_0x154d28,null),()=>{const _0x26102f=_0x962abf;var _0x3c15e8;const _0x2bdeef=_0x404010[_0x26102f(0x68c)](),_0x56174f=_0x17a6a6(),_0x348132={'va':(_0x3c15e8=_0x56174f==null?void 0x0:_0x56174f['verticalAlign'])!=null?_0x3c15e8:_0x3e1ae8[_0x26102f(0x6fa)][_0x26102f(0x65d)],'doc':_0x2bdeef};_0x25bc81[_0x26102f(0x320)](_0x152d91['id'],{'unitId':_0x4c8875,'subUnitId':_0x3cdba3,'shapeId':_0x706ab0,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x348132}},'oldShapeJSON':{'oldShapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x17aad8[_0x26102f(0x483)]}}}});};}else _0x404010[_0x962abf(0x554)](_0xd8d086,null);},[_0x404010,_0x11e9fe,_0x1b8e86]),_0x477c0c[_0x273db1(0x58a)](()=>{const _0x4ff1f4=_0x273db1;var _0x18ffb6,_0x288c00;if(!_0x404010||!_0x11e9fe)return;_0x259099[_0x4ff1f4(0x5d3)](!0x0),_0x259099[_0x4ff1f4(0x650)](_0x1a3b90);const _0x401e05=((_0x288c00=(_0x18ffb6=_0x404010[_0x4ff1f4(0x68c)]()[_0x4ff1f4(0x651)])==null?void 0x0:_0x18ffb6[_0x4ff1f4(0x2ad)][_0x4ff1f4(0x52a)])!=null?_0x288c00:0x2)-0x2;return _0x404010[_0x4ff1f4(0x578)]([{'startOffset':_0x401e05,'endOffset':_0x401e05}]),()=>{const _0x4085f6=_0x4ff1f4;_0x259099[_0x4085f6(0x5d3)](!0x0);};},[_0x404010,_0x11e9fe,_0x259099]),_0x477c0c[_0x273db1(0x58a)](()=>{if(!_0x404010)return;const _0x5d4bfb=_0x25bc81['onCommandExecuted'](_0x446e73=>{const _0x2818e4=_0x3ee2;_0x446e73['id']===_0x3fb212[_0x2818e4(0x74f)]['id']&&_0x446e73[_0x2818e4(0x261)]['unitId']===_0x1a3b90&&_0x11e9fe&&(_0x11e9fe['visible']?_0x5538cc():_0x2a6e2b[_0x2818e4(0x45e)]({..._0x11e9fe,'visible':!0x0})),_0x446e73['id']===_0x38a902['id']&&_0x5538cc();});return()=>{const _0x4b043e=_0x3ee2;_0x5d4bfb[_0x4b043e(0x176)]();};},[_0x404010,_0x5538cc,_0x11e9fe]),_0x477c0c[_0x273db1(0x58a)](()=>{_0x5538cc();},[_0x5538cc]);const _0x1bfa85=_0x477c0c[_0x273db1(0x577)](()=>{const _0x537aaa=_0x273db1;var _0x5f4aad;const _0x553530=_0x17a6a6(),_0x3f2320=(_0x5f4aad=_0x553530==null?void 0x0:_0x553530[_0x537aaa(0x7a6)])!=null?_0x5f4aad:{'left':0x0,'top':0x0,'width':_0x43407a/_0x3c82ca},_0x5cf20d=_0x3f2320[_0x537aaa(0x762)]*_0x3c82ca,_0x5c8995=_0x3f2320[_0x537aaa(0x168)]*_0x99a5d1,_0x21afcd=_0x3f2320['width']*_0x3c82ca;return _0x18bd76[_0x537aaa(0x79e)]?{'top':_0x5c8995+_0x18bd76[_0x537aaa(0x1dd)],'left':_0x5cf20d,'width':_0x21afcd,'height':_0x18bd76[_0x537aaa(0x56f)]}:{'top':_0x5c8995,'left':_0x5cf20d,'width':_0x21afcd,'height':_0x18bd76[_0x537aaa(0x56f)]};},[_0x18bd76,_0x17a6a6,_0x43407a,_0x5c21e1,_0x3c82ca,_0x99a5d1]),_0x57ead7=_0x477c0c[_0x273db1(0x577)](()=>{const _0x4d522e=_0x17a6a6(),_0x4e7ad0=_0x4d522e==null?void 0x0:_0x4d522e['transform'];return _0x4e7ad0?_0x4e7ad0||{'angle':0x0,'flipX':!0x1,'flipY':!0x1}:{'angle':0x0,'flipX':!0x1,'flipY':!0x1};},[_0x17a6a6]);return _0x98da5a[_0x273db1(0x324)](_0x273db1(0x294),{'ref':_0x3aa426,'data-u-comp':_0x273db1(0x1b5),'className':_0x273db1(0x46c),'style':{'transform':'rotate('+_0x57ead7[_0x273db1(0x621)]+_0x273db1(0x260)+(_0x57ead7[_0x273db1(0x37a)]?-0x1:0x1)+')'},'children':_0x98da5a[_0x273db1(0x324)](_0x273db1(0x294),{'ref':_0x380756,'className':_0x273db1(0x7cd),'data-u-comp':_0x273db1(0x77c),'style':_0x1bfa85,'data-editorid':_0x1a3b90})});};_0x2bf612['displayName']=_0x5badd6(0x795);const _0x2a18c4={'left':-0x270f,'top':-0x270f,'width':0x64,'height':0x64,'angle':0x0,'scaleX':0x1,'scaleY':0x1};function _0xa54d84(_0x1bd0ca,_0x1036c9,_0x35d0f8,_0x4ee31f){const _0x4ac891=_0x5badd6;var _0x4ebafb,_0x4d489d;const {scaleX:_0x33fbef,scaleY:_0x281cff}=_0x35d0f8[_0x4ac891(0x54f)](),_0xd873be=_0x4ee31f[_0x4ac891(0x2d4)][_0x4ac891(0x507)](),{startColumn:_0x31c727,startRow:_0x2a25b0,xSplit:_0x1ab083,ySplit:_0x51bcfe}=_0xd873be,_0x1fcb85=_0x35d0f8[_0x4ac891(0x568)](_0x47893f['SHEET_VIEWPORT_KEY']['VIEW_MAIN']),_0x25eb51=_0x35d0f8['getViewport'](_0x47893f[_0x4ac891(0x428)]['VIEW_MAIN_LEFT_TOP']),_0xd5a98c=_0x35d0f8[_0x4ac891(0x568)](_0x47893f[_0x4ac891(0x428)][_0x4ac891(0x655)]),_0xd0255e=_0x35d0f8[_0x4ac891(0x568)](_0x47893f[_0x4ac891(0x428)][_0x4ac891(0x2fb)]),{rowHeaderWidth:_0x3a02f9,columnHeaderHeight:_0x70eb8c}=_0x4ee31f,_0x325250=_0x4ee31f[_0x4ac891(0x486)](_0x2a25b0)+_0x70eb8c,_0x2f2c2e=_0x4ee31f[_0x4ac891(0x1f8)](_0x31c727)+_0x3a02f9,_0x4b6742=_0x4ee31f[_0x4ac891(0x486)](_0x2a25b0-_0x51bcfe)+_0x70eb8c,_0x5b9090=_0x4ee31f['colStartX'](_0x31c727-_0x1ab083)+_0x3a02f9,_0x27892d=[],_0xdfeac5=(_0x46b148,_0x2bf497,_0x330ee9)=>{if(!_0x46b148)return null;const {viewportScrollX:_0x211cde,viewportScrollY:_0x5ec876}=_0x46b148;let _0x2b2e76,_0x3135a1;return _0x2bf497?_0x2b2e76=(_0x1bd0ca-(_0x5b9090-_0x3a02f9))*_0x33fbef:_0x2b2e76=(_0x1bd0ca-_0x211cde)*_0x33fbef,_0x330ee9?_0x3135a1=(_0x1036c9-(_0x4b6742-_0x70eb8c))*_0x281cff:_0x3135a1=(_0x1036c9-_0x5ec876)*_0x281cff,{'domX':_0x2b2e76,'domY':_0x3135a1};},_0x417187=_0x1bd0ca<_0x2f2c2e&&_0x1ab083>0x0,_0x3b4878=_0x1036c9<_0x325250&&_0x51bcfe>0x0,_0x1baa6a=_0x1bd0ca>=_0x2f2c2e||_0x1ab083===0x0,_0x166394=_0x1036c9>=_0x325250||_0x51bcfe===0x0;if(_0x417187&&_0x3b4878&&_0x25eb51){const _0x37cd5b=_0xdfeac5(_0x25eb51,!0x0,!0x0);_0x37cd5b&&_0x27892d[_0x4ac891(0x529)](_0x37cd5b);}if(_0x3b4878&&_0x1baa6a&&_0xd5a98c){const _0x586437=_0xdfeac5(_0xd5a98c,!0x1,!0x0);_0x586437&&_0x27892d['push'](_0x586437);}if(_0x417187&&_0x166394&&_0xd0255e){const _0x104689=_0xdfeac5(_0xd0255e,!0x0,!0x1);_0x104689&&_0x27892d[_0x4ac891(0x529)](_0x104689);}if(_0x1baa6a&&_0x166394&&_0x1fcb85){const _0x29c884=_0xdfeac5(_0x1fcb85,!0x1,!0x1);_0x29c884&&_0x27892d[_0x4ac891(0x529)](_0x29c884);}if(_0x27892d[_0x4ac891(0x52a)]===0x0)return{'domX':(_0x1bd0ca-((_0x4ebafb=_0x1fcb85==null?void 0x0:_0x1fcb85[_0x4ac891(0x7cc)])!=null?_0x4ebafb:0x0))*_0x33fbef,'domY':(_0x1036c9-((_0x4d489d=_0x1fcb85==null?void 0x0:_0x1fcb85[_0x4ac891(0x39d)])!=null?_0x4d489d:0x0))*_0x281cff};let _0x5f54af=_0x27892d[0x0][_0x4ac891(0x47b)],_0x28cf80=_0x27892d[0x0]['domY'];for(const _0x12587d of _0x27892d)_0x12587d[_0x4ac891(0x47b)]>_0x5f54af&&(_0x5f54af=_0x12587d[_0x4ac891(0x47b)]),_0x12587d['domY']>_0x28cf80&&(_0x28cf80=_0x12587d[_0x4ac891(0x7ee)]);return{'domX':_0x5f54af,'domY':_0x28cf80};}function _0x20da7a(_0x4a9acd,_0x290616,_0x329fe0,_0x3c809b,_0x454328,_0x393b83,_0xd17845){const {scaleX:_0x32f501,scaleY:_0x2e2e82}=_0x393b83['getAncestorScale'](),{domX:_0x2743fe,domY:_0x130096}=_0xa54d84(_0x4a9acd,_0x290616,_0x393b83,_0xd17845);return{'left':_0x2743fe,'top':_0x130096,'width':_0x329fe0*_0x32f501,'height':_0x3c809b*_0x2e2e82,'angle':_0x454328,'scaleX':_0x32f501,'scaleY':_0x2e2e82};}function _0x3f991e(_0x4c8692){const _0x593f11=_0x5badd6,{editingParams:_0x217895,scene:_0xaa3426,skeleton:_0x19dc24,getShapeTransform:_0x5a5624}=_0x4c8692,[_0x131fcd,_0x458aaf]=_0x477c0c[_0x593f11(0x68e)](_0x2a18c4),_0x1c240f=_0x477c0c[_0x593f11(0x495)](_0x131fcd);_0x1c240f[_0x593f11(0x483)]=_0x131fcd;const _0x477ec7=_0x477c0c['useCallback'](()=>{const _0x564ebf=_0x593f11;if(!_0x217895||!_0xaa3426||!_0x19dc24){_0x1c240f['current']!==_0x2a18c4&&_0x458aaf(_0x2a18c4);return;}const _0x235a76=_0x5a5624();if(!_0x235a76){_0x1c240f['current']!==_0x2a18c4&&_0x458aaf(_0x2a18c4);return;}const {left:_0x40f709,top:_0x53d6f9,width:_0x192d84,height:_0x6609fa,angle:_0x32f51d}=_0x235a76;if(!_0x217895[_0x564ebf(0x345)]){const {scaleX:_0x32496b,scaleY:_0x348eae}=_0xaa3426[_0x564ebf(0x54f)]();_0x458aaf({'left':-0x270f,'top':-0x270f,'width':_0x192d84*_0x32496b,'height':_0x6609fa*_0x348eae,'angle':0x0,'scaleX':_0x32496b,'scaleY':_0x348eae});return;}const _0x282f4c=_0x20da7a(_0x40f709,_0x53d6f9,_0x192d84,_0x6609fa,_0x32f51d,_0xaa3426,_0x19dc24);_0x458aaf(_0x282f4c);},[_0x217895,_0xaa3426,_0x19dc24,_0x5a5624]);return _0x477c0c[_0x593f11(0x58a)](()=>{_0x477ec7();},[_0x217895,_0x477ec7]),{'position':_0x131fcd,'updatePosition':_0x477ec7};}const _0x2e8f54=_0x477c0c[_0x5badd6(0x6ca)](_0xe7461b=>{const _0x255b7d=_0x5badd6,{children:_0x469697,onPositionUpdate:_0x35cf40}=_0xe7461b,_0x157858=_0x477c0c[_0x255b7d(0x495)](null),_0x1057fe=_0x3a834e[_0x255b7d(0x3d2)](_0x191c9b),_0x561975=_0x3a834e[_0x255b7d(0x3d2)](_0x47893f['IRenderManagerService']),_0x53b5f0=_0x3a834e[_0x255b7d(0x561)](_0x1057fe['editingParams$']),_0xf9336e=_0x477c0c[_0x255b7d(0x577)](()=>_0x53b5f0?_0x561975[_0x255b7d(0x1ae)](_0x53b5f0[_0x255b7d(0x3e4)]):null,[_0x53b5f0,_0x561975]),_0x3661e4=_0x477c0c['useMemo'](()=>{var _0x361083;return(_0x361083=_0xf9336e==null?void 0x0:_0xf9336e['scene'])!=null?_0x361083:null;},[_0xf9336e]),_0x4f8d30=_0x477c0c['useMemo'](()=>{const _0x2cb1bb=_0x255b7d;var _0x10fd37,_0x13b741;return!_0x53b5f0||!_0xf9336e?null:(_0x13b741=(_0x10fd37=_0xf9336e[_0x2cb1bb(0x6de)](_0x18487f[_0x2cb1bb(0x5ad)])[_0x2cb1bb(0x16f)](_0x53b5f0[_0x2cb1bb(0x22f)]))==null?void 0x0:_0x10fd37['skeleton'])!=null?_0x13b741:null;},[_0x53b5f0,_0xf9336e]),_0x18e0fe=_0x477c0c['useCallback'](()=>{const _0x24b76d=_0x255b7d;if(!_0x53b5f0||!_0x3661e4)return null;const _0x13e54f=_0x53b5f0[_0x24b76d(0x2fe)],_0x3a4cc7=_0x3661e4[_0x24b76d(0x4ec)](_0x13e54f);return _0x3a4cc7 instanceof _0x34389a?{'left':_0x3a4cc7[_0x24b76d(0x762)],'top':_0x3a4cc7[_0x24b76d(0x168)],'width':_0x3a4cc7['width'],'height':_0x3a4cc7[_0x24b76d(0x4f5)],'angle':_0x3a4cc7['angle']}:null;},[_0x53b5f0,_0x3661e4]),{position:_0x12c4af,updatePosition:_0x45d812}=_0x3f991e({'editingParams':_0x53b5f0,'scene':_0x3661e4,'skeleton':_0x4f8d30,'getShapeTransform':_0x18e0fe}),_0x59bcf5=_0x477c0c[_0x255b7d(0x32c)](()=>{const _0x1e6f38=_0x255b7d,_0x587ebf=_0x157858['current'];_0x587ebf&&(_0x587ebf['style']['left']=_0x12c4af[_0x1e6f38(0x762)]+'px',_0x587ebf[_0x1e6f38(0x17e)][_0x1e6f38(0x168)]=_0x12c4af[_0x1e6f38(0x168)]+'px',_0x587ebf['style']['width']=_0x12c4af['width']+'px',_0x587ebf['style'][_0x1e6f38(0x4f5)]=_0x12c4af[_0x1e6f38(0x4f5)]+'px');},[_0x12c4af]);_0x477c0c[_0x255b7d(0x58a)](()=>{const _0x57ecf9=_0x255b7d;_0x59bcf5(),_0x35cf40==null||_0x35cf40({'width':_0x12c4af['width'],'height':_0x12c4af['height'],'scaleX':_0x12c4af[_0x57ecf9(0x47f)],'scaleY':_0x12c4af['scaleY']});},[_0x12c4af,_0x59bcf5,_0x35cf40]),_0x477c0c[_0x255b7d(0x58a)](()=>{const _0x5d1fdb=_0x255b7d;if(!_0x3661e4)return;const _0x258902=_0x3661e4[_0x5d1fdb(0x568)](_0x47893f[_0x5d1fdb(0x428)][_0x5d1fdb(0x3ea)]);if(!_0x258902)return;const _0x42099b=_0x258902[_0x5d1fdb(0x443)][_0x5d1fdb(0x36a)](()=>{_0x45d812();});return()=>{const _0x1866d9=_0x5d1fdb;_0x42099b[_0x1866d9(0x40d)]();};},[_0x3661e4,_0x45d812]),_0x477c0c['useEffect'](()=>{const _0xac1471=_0x255b7d;if(!_0x53b5f0||!_0x3661e4)return;const _0x97d31f=_0x53b5f0[_0xac1471(0x2fe)],_0x554cb8=_0x3661e4[_0xac1471(0x4ec)](_0x97d31f);if(_0x554cb8 instanceof _0x34389a){const _0x1ce580=_0x554cb8[_0xac1471(0x6c4)][_0xac1471(0x36a)](()=>{_0x45d812();});return()=>{const _0x3fb123=_0xac1471;_0x1ce580[_0x3fb123(0x40d)]();};}},[_0x53b5f0,_0x3661e4,_0x45d812]);const _0x2e3e3a=_0x477c0c[_0x255b7d(0x577)](()=>({'left':_0x12c4af[_0x255b7d(0x762)],'top':_0x12c4af[_0x255b7d(0x168)],'width':_0x12c4af['width'],'height':_0x12c4af[_0x255b7d(0x4f5)],'pointerEvents':_0x53b5f0!=null&&_0x53b5f0[_0x255b7d(0x345)]?'auto':_0x255b7d(0x717)}),[_0x12c4af,_0x53b5f0==null?void 0x0:_0x53b5f0[_0x255b7d(0x345)]]);return _0x98da5a['jsx'](_0x255b7d(0x294),{'ref':_0x157858,'data-u-comp':_0x255b7d(0x171),'className':_0x255b7d(0x1c4),'style':_0x2e3e3a,'children':_0x469697});});_0x2e8f54[_0x5badd6(0x27a)]='ShapePositionWrapper';const _0x4dae61=_0x477c0c[_0x5badd6(0x6ca)](()=>{const _0xa4efd2=_0x5badd6,_0x58a334=_0x3a834e[_0xa4efd2(0x3d2)](_0x191c9b),_0x182cee=_0x3a834e['useObservable'](_0x58a334[_0xa4efd2(0x517)]),[_0x538928,_0xeb0e02]=_0x477c0c[_0xa4efd2(0x68e)]({'width':0x64,'height':0x64,'scaleX':0x1,'scaleY':0x1}),_0x44480e=_0x477c0c['useCallback'](_0x238548=>{const _0x18357e=_0xa4efd2;_0xeb0e02({'width':_0x238548[_0x18357e(0x473)],'height':_0x238548['height'],'scaleX':_0x238548['scaleX'],'scaleY':_0x238548[_0x18357e(0x56d)]});},[]);return _0x182cee!=null&&_0x182cee[_0xa4efd2(0x345)]?_0x98da5a[_0xa4efd2(0x324)](_0x2e8f54,{'onPositionUpdate':_0x44480e,'children':_0x98da5a[_0xa4efd2(0x324)](_0x2bf612,{'containerWidth':_0x538928[_0xa4efd2(0x473)],'containerHeight':_0x538928[_0xa4efd2(0x4f5)],'scaleX':_0x538928[_0xa4efd2(0x47f)],'scaleY':_0x538928[_0xa4efd2(0x56d)]})}):null;});_0x4dae61['displayName']=_0x5badd6(0x4a7);var _0x2f6e50=Object[_0x5badd6(0x191)],_0x589f00=Object[_0x5badd6(0x4c7)],_0x1737c8=(_0x5d97c8,_0x3fdce3,_0x27bd26)=>_0x3fdce3 in _0x5d97c8?_0x2f6e50(_0x5d97c8,_0x3fdce3,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x27bd26}):_0x5d97c8[_0x3fdce3]=_0x27bd26,_0xbee92f=(_0x5ab2de,_0x386bac,_0x5af3a3,_0xd2179b)=>{const _0x4c5247=_0x5badd6;for(var _0x2056ef=_0xd2179b>0x1?void 0x0:_0xd2179b?_0x589f00(_0x386bac,_0x5af3a3):_0x386bac,_0x18c9b2=_0x5ab2de[_0x4c5247(0x52a)]-0x1,_0x524c8c;_0x18c9b2>=0x0;_0x18c9b2--)(_0x524c8c=_0x5ab2de[_0x18c9b2])&&(_0x2056ef=_0x524c8c(_0x2056ef)||_0x2056ef);return _0x2056ef;},_0x12ecbf=(_0x4ff811,_0x1ee8cb)=>(_0x411f81,_0x4af037)=>_0x1ee8cb(_0x411f81,_0x4af037,_0x4ff811),_0x56fe00=(_0x44f8cf,_0x47fe1a,_0x257de0)=>_0x1737c8(_0x44f8cf,typeof _0x47fe1a!='symbol'?_0x47fe1a+'':_0x47fe1a,_0x257de0);_0x44c10a[_0x5badd6(0x5f3)]=class extends _0x3e1ae8[_0x5badd6(0x467)]{constructor(_0x24cfae=_0x2bd791,_0x1a8a25,_0x65ee17,_0x5d7805,_0x2bee7c){const _0x5e2623=_0x5badd6;super(),this[_0x5e2623(0x180)]=_0x24cfae,this[_0x5e2623(0x43b)]=_0x1a8a25,this[_0x5e2623(0x225)]=_0x65ee17,this[_0x5e2623(0x788)]=_0x5d7805,this['_renderManagerService']=_0x2bee7c;const {..._0x3fff95}=_0x3e1ae8[_0x5e2623(0x693)]({},_0x2bd791,this[_0x5e2623(0x180)]);this[_0x5e2623(0x788)][_0x5e2623(0x53c)](_0x3f563a,_0x3fff95),this[_0x5e2623(0x1d4)]();}[_0x5badd6(0x39a)](){const _0xef534a=_0x5badd6;_0x3e1ae8[_0xef534a(0x310)](this['_injector'],[[_0x44c10a[_0xef534a(0x423)]],[_0x44b9c7],[_0x9c2f70],[_0x13b832]]);}[_0x5badd6(0x5bb)](){const _0x5e116b=_0x5badd6;[[_0x5a20a4],[_0x22d374],[_0xe8e316]][_0x5e116b(0x800)](_0x59c6db=>this[_0x5e116b(0x43b)][_0x5e116b(0x616)](_0x59c6db)),_0x3e1ae8[_0x5e116b(0x310)](this[_0x5e116b(0x43b)],[[_0xe8e316]]),this[_0x5e116b(0x449)][_0x5e116b(0x4a4)](_0x3e1ae8[_0x5e116b(0x60a)]['UNIVER_SHEET'],[_0x5a20a4]),this[_0x5e116b(0x449)][_0x5e116b(0x4a4)](_0x3e1ae8[_0x5e116b(0x60a)][_0x5e116b(0x1f6)],[_0x22d374]),this[_0x5e116b(0x449)]['registerRenderModule'](_0x3e1ae8[_0x5e116b(0x60a)]['UNIVER_SHEET'],[_0xf06833]),this['_renderManagerService']['registerRenderModule'](_0x3e1ae8['UniverInstanceType'][_0x5e116b(0x1f6)],[_0x2dfbd0]);}[_0x5badd6(0x42f)](){const _0x1addda=_0x5badd6,_0x31c8c6=this[_0x1addda(0x43b)];_0x31c8c6[_0x1addda(0x634)](_0x3a834e[_0x1addda(0x607)])['register'](_0x169840,_0x4dae61),[[_0x44c10a[_0x1addda(0x423)]],[_0x44b9c7],[_0x9c2f70],[_0x13b832],[_0x191c9b],[_0x1afbe0]][_0x1addda(0x800)](_0xe2de7d=>_0x31c8c6[_0x1addda(0x616)](_0xe2de7d)),_0x3e1ae8[_0x1addda(0x310)](this['_injector'],[[_0x44c10a[_0x1addda(0x423)]],[_0x44b9c7],[_0x9c2f70],[_0x13b832],[_0x191c9b],[_0x1afbe0]]);}[_0x5badd6(0x1d4)](){const _0x23f27a=_0x5badd6;[_0x40a88d,_0x26ccf4,_0x152d91,_0x43e271,_0x19732c,_0x4f1b47,_0x52fa66,_0x207aff,_0x23e940,_0x38a902,_0x28bdf1,_0x71f07e,_0x287977,_0x5dca07,_0x2247a9,_0x169028][_0x23f27a(0x800)](_0x54dc8c=>this[_0x23f27a(0x545)](this[_0x23f27a(0x225)][_0x23f27a(0x33f)](_0x54dc8c)));}},_0x56fe00(_0x44c10a[_0x5badd6(0x5f3)],'type',_0x3e1ae8['UniverInstanceType'][_0x5badd6(0x1f6)]),_0x56fe00(_0x44c10a[_0x5badd6(0x5f3)],_0x5badd6(0x80d),_0x5badd6(0x32e)),_0x56fe00(_0x44c10a['UniverSheetsShapeUIPlugin'],_0x5badd6(0x558),_0x3c4248[_0x5badd6(0x639)]),_0x56fe00(_0x44c10a['UniverSheetsShapeUIPlugin'],_0x5badd6(0x169),_0x3c4248[_0x5badd6(0x169)]),_0x44c10a[_0x5badd6(0x5f3)]=_0xbee92f([_0x3e1ae8[_0x5badd6(0x7fa)](_0x257e5f[_0x5badd6(0x37f)],_0x79ee08[_0x5badd6(0x501)]),_0x12ecbf(0x1,_0x3e1ae8[_0x5badd6(0x543)](_0x3e1ae8[_0x5badd6(0x3e3)])),_0x12ecbf(0x2,_0x3e1ae8['ICommandService']),_0x12ecbf(0x3,_0x3e1ae8['IConfigService']),_0x12ecbf(0x4,_0x47893f[_0x5badd6(0x76e)])],_0x44c10a[_0x5badd6(0x5f3)]),_0x44c10a[_0x5badd6(0x2b0)]=_0x40a88d,_0x44c10a[_0x5badd6(0x408)]=_0x43e271,_0x44c10a[_0x5badd6(0x372)]=_0x518127,_0x44c10a[_0x5badd6(0x3bd)]=_0x28bdf1,_0x44c10a[_0x5badd6(0x311)]=_0x71f07e,_0x44c10a[_0x5badd6(0x5c5)]=_0x287977,_0x44c10a['SetShapeTextVerticalAlignCommand']=_0x38a902,_0x44c10a[_0x5badd6(0x4e9)]=_0x207aff,_0x44c10a[_0x5badd6(0x186)]=_0x169028,_0x44c10a[_0x5badd6(0x359)]=_0x19732c,_0x44c10a[_0x5badd6(0x503)]=_0x52fa66,_0x44c10a[_0x5badd6(0x504)]=_0x4f1b47,_0x44c10a[_0x5badd6(0x508)]=_0x152d91,Object[_0x5badd6(0x191)](_0x44c10a,Symbol[_0x5badd6(0x77d)],{'value':_0x5badd6(0x3fa)});}));
1
+ function _0x567d(){const _0x1d026c=['M5\x203H7V16H5z','getAncestorScale','_sheetCanvasPopManagerService','startColumn','M13.1858\x2014C12.8678\x2014\x2012.5814\x2013.8076\x2012.4612\x2013.5133L11.892\x2012.12H8.412L7.81627\x2013.5341C7.69734\x2013.8164\x207.4208\x2014\x207.11444\x2014C6.57847\x2014\x206.21019\x2013.4611\x206.40493\x2012.9617L8.73684\x206.98245C8.96788\x206.39004\x209.53865\x206\x2010.1745\x206C10.8119\x206\x2011.3836\x206.39182\x2011.6137\x206.9862L13.9158\x2012.9348C14.1143\x2013.4477\x2013.7358\x2014\x2013.1858\x2014ZM8.88\x2010.8H11.424L10.236\x207.404H10.092L8.88\x2010.8Z','value','ShapeSmileyFaceIcon','sheet.command.set-shape-rotate','shape.type.bevel','_context','newRelation','Callout2','HorizontallyIcon','shape.type.flow-chart-merge','DocumentViewModel','IUniverInstanceService','MathMinus','EquationShape','slice','shape.type.round2-same-rect','getShapeTextData','shape-text-','univer-size-full','ShapeLeftRightUpArrowIcon','M7.25625\x206.594C7.25625\x206.26594\x207.5222\x206\x207.85025\x206H12.1322C12.6204\x206\x2013.0163\x206.39582\x2013.0163\x206.8841C13.0163\x206.99764\x2012.9944\x207.11011\x2012.9518\x207.21538L10.1416\x2014.1688C10.0441\x2014.4101\x209.80992\x2014.568\x209.54973\x2014.568C9.09318\x2014.568\x208.78423\x2014.1027\x208.96143\x2013.6819L11.6963\x207.188H7.85025C7.5222\x207.188\x207.25625\x206.92206\x207.25625\x206.594Z','shape-left-right-arrow-callout-icon','M13.3224\x2014.2514L13.1352\x2014.4274C11.1578\x2016.1864\x207.89165\x2015.8917\x205.99995\x2014C4.04733\x2012.0474\x204.04733\x208.88155\x205.99995\x206.92893L13.3224\x2014.2514ZM7.06061\x2012.9393C8.0998\x2013.9785\x209.64372\x2014.3103\x2010.9083\x2013.9586L6.23749\x209.28779C5.79838\x2010.5212\x206.07325\x2011.952\x207.06061\x2012.9393Z','shape-bent-connector3-arrow2-icon','useEffect','CopySheetCommand','_adjHandlerPointerMove','_getShapeInfo','worldPoints','focus$','getStartConnectInfo','React','SwooshArrow','getAdjustInfoByName','BUTTON_SELECTOR','VIEW_MAIN_LEFT_TOP','getShapeTextRect','ShapeCornerTabsIcon','routeConnectorLineShape','insertGroupObject','M4.80199\x202L4.92404\x202.00519C5.52855\x202.05633\x206\x202.48243\x206\x203C6\x203.51757\x205.52855\x203.94367\x204.92404\x203.99481L4.80199\x204H2.19925C1.53723\x204\x201\x203.55203\x201\x203C1\x202.44797\x201.53723\x202\x202.19925\x202L4.80199\x202Z','shape-math-plus-icon','shape.type.bracket-pair','M8.82985\x201.94185C9.11822\x200.68605\x2010.8819\x200.68605\x2011.1703\x201.94185L11.4309\x203.07644C12.1471\x203.22251\x2012.8251\x203.47598\x2013.4473\x203.81975L14.3676\x203.12044C15.385\x202.34663\x2016.7362\x203.49551\x2016.161\x204.64512L15.6387\x205.68695C16.0832\x206.25141\x2016.4452\x206.8843\x2016.7103\x207.56722L17.8618\x207.63145C19.1323\x207.70113\x2019.4391\x209.46117\x2018.2691\x209.96722L17.2068\x2010.4251C17.1885\x2011.1714\x2017.0591\x2011.8889\x2016.8359\x2012.5635L17.6775\x2013.3615C18.6066\x2014.2424\x2017.7247\x2015.7913\x2016.5073\x2015.4166L15.404\x2015.0764C14.9292\x2015.6206\x2014.3762\x2016.0925\x2013.7619\x2016.4739L13.9016\x2017.6322C14.0544\x2018.9122\x2012.3957\x2019.5235\x2011.7008\x2018.4433L11.0717\x2017.4657C10.722\x2017.5185\x2010.3643\x2017.5466\x2010.0001\x2017.5466V15.1109C10.2421\x2015.1109\x2010.4813\x2015.0918\x2010.7172\x2015.0562L11.6762\x2014.9111L12.506\x2014.3974C12.9153\x2014.1432\x2013.2855\x2013.8282\x2013.6035\x2013.4638L14.2455\x2012.7252L14.5565\x2011.7892C14.7051\x2011.3403\x2014.792\x2010.863\x2014.8042\x2010.3644L14.8277\x209.37258L14.4732\x208.4592C14.2958\x208.00218\x2014.0544\x207.58008\x2013.7596\x207.20568L13.1457\x206.42669L12.2971\x205.95811C11.8833\x205.72954\x2011.4326\x205.56163\x2010.9567\x205.46455L9.9989\x205.26831L9.0423\x205.46455C8.56615\x205.56177\x208.11609\x205.72993\x207.70306\x205.95811L6.85093\x206.42788L6.23941\x207.20568C5.94443\x207.58031\x205.70305\x208.00251\x205.52577\x208.4592L5.17013\x209.37495L5.19478\x2010.3656C5.2071\x2010.8636\x205.29398\x2011.3405\x205.44244\x2011.7892L5.75113\x2012.7228L6.39669\x2013.4638C6.71483\x2013.8284\x207.08386\x2014.1439\x207.49179\x2014.3974L8.3181\x2014.9099L9.28174\x2015.0562C9.51731\x2015.0918\x209.7571\x2015.1109\x2010.0001\x2015.1109V17.5466C9.63551\x2017.5466\x209.27729\x2017.5186\x208.92727\x2017.4657L8.29932\x2018.4433C7.60445\x2019.5235\x205.94567\x2018.9122\x206.09856\x2017.6322L6.23589\x2016.4739C5.62207\x2016.0925\x205.06942\x2015.6204\x204.595\x2015.0764L3.49285\x2015.4166C2.27536\x2015.7914\x201.39241\x2014.2424\x202.32146\x2013.3615L3.16303\x2012.5635C2.94001\x2011.8893\x202.81055\x2011.172\x202.79213\x2010.4263L1.73107\x209.96722C0.560794\x209.46131\x200.867797\x207.70113\x202.13836\x207.63145L3.28862\x207.56722C3.5537\x206.88436\x203.91582\x206.25139\x204.36025\x205.68695L3.83911\x204.64512C3.26373\x203.4954\x204.61511\x202.34634\x205.63258\x203.12044L6.55162\x203.81975C7.17384\x203.47593\x207.85194\x203.22259\x208.56811\x203.07644L8.82985\x201.94185Z','shape-diag-stripe-icon','shape-sun-icon','M13\x2014.5H7V3.5C5.89543\x203.5\x205\x204.39543\x205\x205.5V14.5C5\x2015.6046\x205.89543\x2016.5\x207\x2016.5H13C14.1046\x2016.5\x2015\x2015.6046\x2015\x2014.5V9.5L10\x203.5H7V5.5H9.17188L13\x2010.3281V14.5Z','DocSelectionManagerService','getParent','color','shape.type.line-inv','ShapeRightArrowCalloutIcon','@univerjs/core','ShapeMathMinusIcon','shape.type.donut','ShapeAccentBorderCallout3Icon','shape.type.left-up-arrow','shape.type.ribbon2','ShapeCallout3Icon','sheets-shape.line.arrowSize.small','_isStartConnectorPoint','ShapeArrowSizeEnum','M12.0922\x206.3746C13.1972\x206.3746\x2013.9126\x206.7853\x2014.2274\x207.61727C14.3407\x207.91664\x2014.0875\x208.20479\x2013.7674\x208.20479C13.5205\x208.20479\x2013.3193\x208.02563\x2013.2035\x207.80758C12.9951\x207.4154\x2012.623\x207.22366\x2012.0825\x207.22366C11.5971\x207.22366\x2011.2184\x207.45008\x2010.9369\x207.91234C10.6553\x208.3463\x2010.5194\x208.88404\x2010.5194\x209.54441C10.5194\x209.57272\x2010.5194\x209.61045\x2010.5291\x209.66706H10.568C10.7621\x209.36517\x2011.0049\x209.14819\x2011.3058\x209.00668C11.5777\x208.86517\x2011.8981\x208.79913\x2012.267\x208.79913C12.9466\x208.79913\x2013.4903\x209.00668\x2013.8981\x209.42177C14.2961\x209.8463\x2014.5485\x2010.5189\x2014.5485\x2011.1792C14.5485\x2011.8491\x2014.3155\x2012.4057\x2013.8592\x2012.8396C13.3932\x2013.2736\x2012.8107\x2013.5\x2012.1311\x2013.5C11.2767\x2013.5\x2010.6359\x2013.1981\x2010.1893\x2012.5943C9.76214\x2012.0189\x209.5\x2011.0916\x209.5\x2010.0633C9.5\x208.96894\x209.7233\x208.08215\x2010.1893\x207.40291C10.6553\x206.71423\x2011.2961\x206.3746\x2012.0922\x206.3746ZM12.0534\x209.62932C11.6165\x209.62932\x2011.2767\x209.7614\x2011.0243\x2010.0255C10.7718\x2010.2897\x2010.6942\x2010.7642\x2010.6942\x2011.2075C10.6942\x2011.6415\x2010.8204\x2011.9906\x2011.0825\x2012.2547C11.335\x2012.5189\x2011.6748\x2012.6509\x2012.0922\x2012.6509C12.5194\x2012.6509\x2012.8592\x2012.5094\x2013.1117\x2012.2358C13.3738\x2011.9528\x2013.5097\x2011.6038\x2013.5097\x2011.1792C13.5097\x2010.7453\x2013.335\x2010.2708\x2013.0825\x2010.0255C12.8301\x209.7614\x2012.4806\x209.62932\x2012.0534\x209.62932Z','M11.3701\x2016.4824C13.3695\x2017.8488\x2015.8262\x2018.3191\x2018.1719\x2017.7848L19\x2017.5966V3.24558L18.5254\x203.40775C16.0587\x204.25061\x2013.3386\x203.59267\x2011.5\x201.70797C8.89655\x20-0.367702\x205.32075\x20-0.563484\x202.52441\x201.18642L2.25684\x201.36161L1\x202.22051V15.5465L3.05469\x2015.078C4.56442\x2014.7341\x206.12638\x2014.7129\x207.64258\x2015.0139L7.94531\x2015.078L8.39258\x2015.1801C9.32213\x2015.3918\x2010.211\x2015.7568\x2011.0254\x2016.2592L11.3701\x2016.4824ZM17\x2015.9088C15.4182\x2016.086\x2013.8165\x2015.6904\x2012.4795\x2014.7766C11.3685\x2014.0174\x2010.1296\x2013.4759\x208.82617\x2013.179L8.37891\x2013.0769C6.60882\x2012.6737\x204.77812\x2012.6471\x203\x2012.9968V3.31766L3.36621\x203.06739C5.45852\x201.6377\x208.20002\x201.7248\x2010.2021\x203.27361C12.0378\x205.08794\x2014.5189\x205.98099\x2017\x205.79525V15.9088Z','shape.type.uturn-arrow','shape-left-circular-arrow-icon','M10.2812\x2018.834C10.1222\x2019.0115\x209.84452\x2019.0116\x209.68555\x2018.834L7.67969\x2016.5928C8.40137\x2016.8443\x209.17597\x2016.9834\x209.9834\x2016.9834C10.7907\x2016.9834\x2011.5655\x2016.8442\x2012.2871\x2016.5928L10.2812\x2018.834ZM3.67969\x2013.0303C4.36642\x2014.4487\x205.51827\x2015.5991\x206.93652\x2016.2861L3.93652\x2016.4531C3.69851\x2016.4663\x203.50149\x2016.2693\x203.51465\x2016.0312L3.67969\x2013.0303ZM16.4531\x2016.0312C16.4663\x2016.2693\x2016.2693\x2016.4663\x2016.0312\x2016.4531L13.0303\x2016.2861C14.4486\x2015.5993\x2015.5993\x2014.4486\x2016.2861\x2013.0303L16.4531\x2016.0312ZM18.834\x209.68555C19.0116\x209.84452\x2019.0115\x2010.1222\x2018.834\x2010.2812L16.5928\x2012.2871C16.8442\x2011.5655\x2016.9834\x2010.7907\x2016.9834\x209.9834C16.9834\x209.17597\x2016.8443\x208.40137\x2016.5928\x207.67969L18.834\x209.68555ZM3.37305\x207.68066C3.12179\x208.40196\x202.98343\x209.17648\x202.9834\x209.9834C2.9834\x2010.7902\x203.12188\x2011.5649\x203.37305\x2012.2861L1.13281\x2010.2812C0.955646\x2010.1222\x200.955437\x209.84443\x201.13281\x209.68555L3.37305\x207.68066ZM6.93652\x203.67969C5.51815\x204.36655\x204.36655\x205.51815\x203.67969\x206.93652L3.51465\x203.93652C3.50149\x203.69851\x203.69851\x203.50149\x203.93652\x203.51465L6.93652\x203.67969ZM16.0312\x203.51465C16.2693\x203.50149\x2016.4663\x203.69851\x2016.4531\x203.93652L16.2861\x206.93652C15.5991\x205.51827\x2014.4487\x204.36642\x2013.0303\x203.67969L16.0312\x203.51465ZM9.68555\x201.13281C9.84443\x200.955437\x2010.1222\x200.955646\x2010.2812\x201.13281L12.2861\x203.37305C11.5649\x203.12188\x2010.7902\x202.9834\x209.9834\x202.9834C9.17648\x202.98343\x208.40196\x203.12179\x207.68066\x203.37305L9.68555\x201.13281Z','subscribeContextValue$','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md','_getSceneAndTransformerByDrawingSearch','ShapeChartXIcon','BracePair','interceptCommand','shape-curved-connector3-arrow1-icon','M8\x204H2V16H8V11H15.1973L16.582\x2010L15.1973\x209H8V4ZM14\x207V5.66992L15.8428\x207H16V7.11328L20\x2010L16\x2012.8867V13H15.8428L14\x2014.3301V13H10V18H0V2H10V7H14Z','highlighted','ShapeWedgeRoundRectCalloutIcon','M11.5234\x202.18555C12.5935\x201.54357\x2013.9518\x201.71295\x2014.8311\x202.56934L15.1689\x202.93067C16.0482\x203.78706\x2017.4065\x203.95645\x2018.4766\x203.31446L19\x203.00001V17L17.7305\x2017.4229L17.5303\x2017.4824C16.5923\x2017.7233\x2015.5946\x2017.4874\x2014.8633\x2016.8525L14.7109\x2016.7109C13.7164\x2015.7164\x2012.1576\x2015.5616\x2010.9873\x2016.3418L10.4346\x2016.7109L10.208\x2016.8496C9.13525\x2017.4604\x207.82907\x2017.5062\x206.7168\x2016.9707L6.48145\x2016.8467L6.37891\x2016.7881C5.49398\x2016.2824\x204.44777\x2016.1376\x203.45898\x2016.3848L1\x2017V3.00001L3.4082\x202.39747C4.42944\x202.14216\x205.51181\x202.29219\x206.42578\x202.81446C7.62599\x203.50014\x209.0869\x203.52932\x2010.3066\x202.90528L10.5479\x202.77149L11.5234\x202.18555ZM13.4814\x204.05177C13.2501\x203.78183\x2012.8577\x203.71765\x2012.5527\x203.9004L11.5762\x204.48634C9.69052\x205.61767\x207.34016\x205.64081\x205.43262\x204.55079C4.96592\x204.28424\x204.41372\x204.20786\x203.89355\x204.3379L3\x204.56055V14.4395C4.48152\x2014.0761\x206.04606\x2014.2946\x207.37109\x2015.0518L7.47363\x2015.1104C8.05291\x2015.4414\x208.77007\x2015.417\x209.3252\x2015.0469L9.87793\x2014.6777C11.8415\x2013.3687\x2014.4563\x2013.6272\x2016.125\x2015.2959C16.3557\x2015.5266\x2016.6858\x2015.6197\x2017\x2015.5508V5.70118C15.6829\x205.68043\x2014.3906\x205.11235\x2013.4814\x204.05177Z','shape-non-isosceles-trapezoid-icon','blockArrow','span','ShapeSquareTabsIcon','ShapeActionButtonMovieIcon','_initCommands','getValue','newLineType','7brkBkw','_activeTargetShapeId','ShapeCurvedUpArrowIcon','RemoveSheetDrawingCommand','FlowchartPunchedCard','sheets-shape.fill.color','getShapeRelation','refreshAdjustControls','shape-snip1-rect-icon','M15.8155\x2010.005C15.8154\x209.39294\x2015.7031\x208.8081\x2015.4991\x208.26375L15.1817\x207.41415L15.5547\x206.66512L14.8291\x206.85262L14.0049\x206.14559C13.3522\x205.58559\x2012.5566\x205.17075\x2011.6729\x204.95907L10.7579\x204.73934L10.3213\x203.91512L9.88579\x204.73934L8.97075\x204.95907C8.07067\x205.1748\x207.26258\x205.59916\x206.60551\x206.17196L5.8018\x206.87313L4.87016\x206.65438L4.90141\x206.70711L5.38872\x207.52743L5.08598\x208.43075C4.91964\x208.92801\x204.82917\x209.45617\x204.82915\x2010.005C4.82915\x2010.508\x204.90665\x2010.995\x205.04887\x2011.4591L5.3184\x2012.3399L4.87114\x2013.0919L5.627\x2012.9151L6.44243\x2013.6876C7.06499\x2014.2768\x207.83828\x2014.7268\x208.70708\x2014.9796L9.08501\x2015.0763L10.0303\x2015.2823L10.3213\x2015.8331L10.6133\x2015.2823L11.5586\x2015.0763C12.5814\x2014.8534\x2013.4892\x2014.3605\x2014.2012\x2013.6866L15.0166\x2012.9151L15.7706\x2013.0919L15.3252\x2012.3419L15.5948\x2011.46C15.7375\x2010.9945\x2015.8155\x2010.5071\x2015.8155\x2010.005ZM10.3272\x2017.628L10.3291\x2017.6309V17.6261L10.3272\x2017.628ZM10.3291\x2017.6309L10.3272\x2017.628L10.3291\x2017.6261V17.6309ZM17.8975\x2010.005C17.8975\x2010.7226\x2017.7869\x2011.4154\x2017.586\x2012.0704L18.6582\x2013.8741C18.7244\x2013.9856\x2018.7692\x2014.0998\x2018.795\x2014.214C18.8338\x2014.3852\x2018.8294\x2014.5561\x2018.7901\x2014.7169C18.6717\x2015.1996\x2018.2362\x2015.5914\x2017.6905\x2015.6261C17.5693\x2015.6338\x2017.4423\x2015.6242\x2017.3125\x2015.5938L15.6329\x2015.1993C14.6472\x2016.1322\x2013.3982\x2016.8062\x2012.002\x2017.1104L11.4073\x2018.2364C11.3808\x2018.2863\x2011.3511\x2018.333\x2011.3194\x2018.377L11.3135\x2018.3858C11.2801\x2018.4314\x2011.2435\x2018.4736\x2011.2051\x2018.5128C11.1959\x2018.5222\x2011.1853\x2018.5301\x2011.1758\x2018.5391C11.1462\x2018.5675\x2011.116\x2018.5945\x2011.084\x2018.6192C11.0664\x2018.6329\x2011.0476\x2018.6447\x2011.0293\x2018.6573C11.0048\x2018.6742\x2010.9807\x2018.6913\x2010.9551\x2018.7061C10.9335\x2018.7187\x2010.911\x2018.7292\x2010.8887\x2018.7403C10.8635\x2018.753\x2010.8385\x2018.7656\x2010.8125\x2018.7764C10.7881\x2018.7866\x2010.7633\x2018.7952\x2010.7383\x2018.8038C10.7146\x2018.812\x2010.6912\x2018.8205\x2010.667\x2018.8272C10.6435\x2018.8338\x2010.6196\x2018.8386\x2010.5957\x2018.8438C10.5672\x2018.85\x2010.5387\x2018.8562\x2010.5098\x2018.8604C10.4861\x2018.8639\x2010.4624\x2018.8661\x2010.4385\x2018.8682C10.4115\x2018.8707\x2010.3846\x2018.8724\x2010.3575\x2018.8731C10.3307\x2018.8739\x2010.3041\x2018.8741\x2010.2774\x2018.8731C10.2535\x2018.8723\x2010.2299\x2018.8704\x2010.2061\x2018.8682C10.1793\x2018.8658\x2010.1526\x2018.8635\x2010.126\x2018.8595C10.0985\x2018.8552\x2010.0712\x2018.8499\x2010.044\x2018.8438C10.0207\x2018.8387\x209.99765\x2018.8327\x209.97465\x2018.8263C9.94926\x2018.8191\x209.92439\x2018.8106\x209.89946\x2018.8018C9.87348\x2018.7927\x209.84768\x2018.7834\x209.82231\x2018.7725C9.79941\x2018.7627\x209.77725\x2018.7515\x209.75493\x2018.7403C9.73205\x2018.7288\x209.70876\x2018.7182\x209.68657\x2018.7052C9.66143\x2018.6905\x209.63746\x2018.6739\x209.61333\x2018.6573C9.59261\x2018.643\x209.57169\x2018.629\x209.5518\x2018.6134C9.52654\x2018.5935\x209.50333\x2018.5711\x209.47954\x2018.5489C9.46509\x2018.5354\x209.44945\x2018.5232\x209.43559\x2018.5089C9.37067\x2018.4419\x209.31451\x2018.3647\x209.26469\x2018.2794C9.2562\x2018.2648\x209.24534\x2018.2515\x209.23735\x2018.2364L8.64165\x2017.1104C7.24555\x2016.8061\x205.99629\x2016.1322\x205.01079\x2015.1993L3.3311\x2015.5938C3.26644\x2015.609\x203.20251\x2015.6188\x203.13969\x2015.6241L2.96489\x2015.6261L2.96391\x2015.6251C2.92981\x2015.6232\x202.89653\x2015.618\x202.86333\x2015.6134C2.83869\x2015.6099\x202.81418\x2015.6075\x202.79008\x2015.6026C2.76112\x2015.5968\x202.73324\x2015.588\x202.70512\x2015.5802C2.67854\x2015.5728\x202.65178\x2015.5668\x202.62602\x2015.5577C2.59652\x2015.5473\x202.56843\x2015.5341\x202.54008\x2015.5216C2.5184\x2015.512\x202.49659\x2015.5031\x202.47563\x2015.4923C2.45153\x2015.4799\x202.42841\x2015.4661\x202.40532\x2015.4522C2.37974\x2015.4368\x202.35437\x2015.4215\x202.33012\x2015.4044C2.30898\x2015.3895\x202.28867\x2015.3737\x202.2686\x2015.3575C2.24748\x2015.3405\x202.22695\x2015.323\x202.20708\x2015.3048C2.18634\x2015.2857\x202.16682\x2015.2656\x202.14751\x2015.2452C2.12938\x2015.2261\x202.11158\x2015.2068\x202.09477\x2015.1866C2.07736\x2015.1657\x202.06089\x2015.1442\x202.04497\x2015.1222C2.0283\x2015.0991\x202.01208\x2015.0759\x201.99711\x2015.0518C1.98479\x2015.032\x201.97308\x2015.0118\x201.96196\x2014.9913C1.94861\x2014.9667\x201.9364\x2014.9416\x201.92485\x2014.9161C1.91394\x2014.892\x201.90381\x2014.8677\x201.89458\x2014.8429C1.885\x2014.8172\x201.8769\x2014.7911\x201.86919\x2014.7647C1.86238\x2014.7414\x201.85593\x2014.7182\x201.85063\x2014.6944C1.84356\x2014.6628\x201.83832\x2014.631\x201.83403\x2014.5987C1.83119\x2014.5773\x201.82779\x2014.5559\x201.82622\x2014.5343C1.82368\x2014.4996\x201.82443\x2014.4649\x201.82524\x2014.4298C1.82568\x2014.4113\x201.82482\x2014.3927\x201.82622\x2014.3741C1.82925\x2014.3334\x201.83603\x2014.293\x201.84379\x2014.252C1.84662\x2014.2372\x201.84813\x2014.222\x201.85161\x2014.2071C1.85979\x2014.172\x201.87197\x2014.1377\x201.88383\x2014.1026C1.90975\x2014.0262\x201.94192\x2013.9489\x201.98637\x2013.8741L3.05766\x2012.0694C2.85701\x2011.4148\x202.74711\x2010.7222\x202.74711\x2010.005C2.74714\x209.22538\x202.87579\x208.47482\x203.11137\x207.77059L1.98637\x205.87606C1.88709\x205.7089\x201.83532\x205.53511\x201.82426\x205.36532C1.81695\x205.25206\x201.82828\x205.14046\x201.85454\x205.03329C1.97261\x204.55029\x202.40824\x204.15875\x202.95415\x204.12411C3.07531\x204.11641\x203.20236\x204.12594\x203.33208\x204.15633L5.23735\x204.60262C6.1464\x203.81014\x207.2568\x203.22813\x208.4854\x202.93368L9.23735\x201.51375C9.68886\x200.660788\x2010.9558\x200.660771\x2011.4073\x201.51375L12.1582\x202.93368C13.3672\x203.22327\x2014.4605\x203.79249\x2015.3614\x204.56551L16.8965\x204.17098C17.5875\x203.99312\x2018.2086\x204.4077\x2018.3829\x204.97762C18.462\x205.23629\x2018.4489\x205.52698\x2018.3086\x205.80868L17.4493\x207.53231C17.7387\x208.30444\x2017.8975\x209.13684\x2017.8975\x2010.005Z','sheet.command.update-line-shape-resize','getEndConnectInfo','ShapeHorizontalScrollIcon','shape.type.math-divide','shape.type.bent-connector3-arrow2','sheets-shape.line.joinType.round','shape.type.trapezoid','Triangle','ShapeRectIcon','_draw','FlowchartSort','endY','shape-ellipse-ribbon-icon','getBatchRemoveOp','sheets-shape.config','M19\x203V7H15V3H19ZM16\x206H18V4H16V6Z','shape.type.left-brace','M7\x2013H6V14.3301L0\x2010L6\x205.66992V7H7V1H13V7H14V5.66992L20\x2010L14\x2014.3301V13H13V19H7V13ZM9\x209H4.80273L3.41699\x2010L4.80273\x2011H9V17H11V11H15.1973L16.582\x2010L15.1973\x209H11V3H9V9Z','FlowchartMultiDocument','shape-border-callout3-icon','sheet.command.insert-shape','ShapeSnip1RectIcon','Wave','shape.type.moon','BentArrow','univer-rounded-lg\x20univer-p-3','_highlightedSiteIndex','M11\x204H16V9L11\x2010.5V4ZM14\x207.51172V6H13V7.8125L14\x207.51172Z','DependentOn','SHAPE_TEXT','ShapeRightBracketIcon','left','M3.12718\x204.5414L3.03862\x204.4455C2.61794\x203.95249\x202.56295\x203.29491\x202.92893\x202.92893C3.29491\x202.56296\x203.95249\x202.61794\x204.4455\x203.03863L4.5414\x203.12718L16.1648\x2014.7506C16.6651\x2015.2509\x2016.7543\x2015.9736\x2016.364\x2016.364C15.9736\x2016.7543\x2015.2509\x2016.6651\x2014.7506\x2016.1648L3.12718\x204.5414Z','Dropdown','getLineShapeRelation','ShapeBentArrowIcon','Other','M1\x2013C4.31371\x2013\x207\x2015.6863\x207\x2019H1V13ZM3\x2017H4.46387C4.11268\x2016.3931\x203.60692\x2015.8873\x203\x2015.5361V17Z','#1a73e8','_localeService','shape-round-rect-icon','69214Okycql','shape.type.cloud','offsetY','M10\x2010C10\x207.78851\x2010.2842\x206.31628\x2011.1055\x204.75586C11.3083\x204.37053\x2011.5387\x203.98957\x2011.7891\x203.60352C11.0376\x203.84259\x2010.3374\x204.15703\x209.72168\x204.55469C8.15529\x205.56648\x207\x207.18852\x207\x2010C7\x2012.8115\x208.15529\x2014.4335\x209.72168\x2015.4453C10.3642\x2015.8603\x2011.099\x2016.1841\x2011.8877\x2016.4268C11.6838\x2016.1082\x2011.489\x2015.7883\x2011.3105\x2015.4639C10.4522\x2013.9032\x2010\x2012.319\x2010\x2010ZM12\x2010C12\x2014\x2013.5\x2015\x2016\x2019C11.0294\x2019\x205\x2017\x205\x2010C5\x203\x2011.0294\x201\x2016\x201C13\x205.5\x2012\x206\x2012\x2010Z','shape-star7-icon','targetShapeId','M12.7002\x205.01367H19.0449L14.8457\x209.62695L20\x2014.54H15.6416L15.4766\x2020L10\x2014.54L4.52344\x2020L4.88574\x2014.54H0L5.1543\x209.62695L0.955078\x205.01367H7.2998L10\x200L12.7002\x205.01367ZM8.49414\x207.01367H5.48047L7.94922\x209.72559L4.99609\x2012.54H7.02246L6.88086\x2014.6719L6.86914\x2014.8359L10\x2011.7148L13.6162\x2015.3213L13.6426\x2014.4795L13.7012\x2012.54H15.0039L12.0508\x209.72559L14.5195\x207.01367H11.5059L10\x204.2168L8.49414\x207.01367Z','shape.type.frame','#4285f4','shape-curved-right-arrow-icon','ShapeLeftBraceIcon','BasicShape','shape.type.round2-diag-rect','M3.77393\x209.00006H1.9165C1.91653\x2012.8659\x204.82681\x2016.0001\x208.4165\x2016.0001C12.0062\x2016.0001\x2014.9165\x2012.8659\x2014.9165\x209.00006H16.0005L14.021\x206.00006L12.0005\x209.00006H13.0591C13.0591\x2011.7613\x2010.9806\x2013.9991\x208.4165\x2013.9991V12.2374C9.37167\x2012.2374\x2010.2981\x2011.6773\x2010.8325\x2010.7618H8.69092L14.0356\x202.82428L19.2729\x2010.7618H16.5083C15.7478\x2014.679\x2012.5031\x2017.7618\x208.4165\x2017.7618C3.73333\x2017.7618\x200.154823\x2013.7135\x200.154785\x209.00006V7.23834H5.53564V9.00006C5.53568\x2010.9134\x206.94564\x2012.2374\x208.4165\x2012.2374V13.9991C5.85245\x2013.9991\x203.77396\x2011.7613\x203.77393\x209.00006Z','adjHandleStroke','shape-snip2-same-rect-icon','size','shape-flow-chart-multidocument-icon','ShapeFlowChartOfflineStorageIcon','UpArrow','shape-up-arrow-icon','ShapeFlowChartInputOutputIcon','shape.type.curved-connector3-arrow2','clearAdjustValue','MathNotEqual','getCurrentSkeleton','drawings','sheets-shape.insertShape','M6\x206V16H0L2\x2011L0\x206H6ZM2.95508\x2014H4V11.3857L2.95508\x2014ZM4\x2010.6133V8H2.95508L4\x2010.6133Z','\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-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded\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\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-2\x20univer-py-1\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-transition-colors\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\x20hover:univer-border-primary-600\x20hover:univer-bg-gray-100\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\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:hover:!univer-bg-gray-700\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','shape-flow-chart-display-icon','updateDocumentStyle','_commandService','ShapeNonIsoscelesTrapezoidIcon','sheets-shape.line.endArrowSize','shape-action-button-blank-icon','LEFT','Rectangle','Module','UpdateConnectorRelationCommand','radial','shape.type.dodecagon','version','M8.09375\x2013H3V15H7.65625L7.21875\x2017H1V11H8.53125L8.09375\x2013ZM19\x2017H10.7188L11.1562\x2015H17V13H11.5938L12.0312\x2011H19V17ZM9.84375\x205H3V7H9.40625L8.96875\x209H1V3H10.2812L9.84375\x205ZM19\x209H12.4688L12.9062\x207H17V5H13.3438L13.7812\x203H19V9Z','_editingParams$','map','clearAdjustControls','ShapeFlowChartInternalStorageIcon','computeStraightConnectorLayout','M19\x2017H1V11H19V17ZM3\x2015H17V13H3V15Z','ShapeTextEditorContainer','MenuItemType','deriveStateFromActiveSheet$','ShapeBracketPairIcon','M9.44444\x2012.3158H10C10.4296\x2012.3158\x2010.7778\x2011.9859\x2010.7778\x2011.5789H12.3333C12.3333\x2012.7998\x2011.2887\x2013.7895\x2010\x2013.7895H9.44444C8.15578\x2013.7895\x207.11111\x2012.7998\x207.11111\x2011.5789V9.63158H7.0549L7.11111\x209.5625V6.94737H5.55556V11.5789H4V5.47368L8.66667\x205.47368V11.5789C8.66667\x2011.9859\x209.01489\x2012.3158\x209.44444\x2012.3158ZM8.66667\x2014.5263H10.7778C12.496\x2014.5263\x2013.8889\x2013.2067\x2013.8889\x2011.5789V7.68421H14.1198L13.3253\x206.53649L12.3333\x207.75329V11.5789H10.7778V9.15789H9.22222L13.4278\x204L17\x209.15789H15.4444V11.5789C15.4444\x2014.0206\x2013.3551\x2016\x2010.7778\x2016H8.66667C6.08934\x2016\x204\x2014.0206\x204\x2011.5789H5.55556C5.55556\x2013.2067\x206.94845\x2014.5263\x208.66667\x2014.5263Z','_closeShapeEditPanel','_addShapeConnectorHandlerObjects','getTransformerByCreate','cxnPointStroke','isHit','shape-pie-wedge-icon','M20\x2010L15\x2017H5L0\x2010L5\x203H15L20\x2010ZM2.45801\x2010L6.0293\x2015H13.9707L17.542\x2010L13.9707\x205H6.0293L2.45801\x2010Z','isLineShape','WedgeRectCallout','FlowchartMagneticTape','M6.90365\x206.33995C7.03232\x206.22121\x207.19758\x206.146\x207.37267\x206.146C7.71913\x206.146\x208\x206.42686\x208\x206.77333V13.4005C8\x2013.7316\x207.73159\x2014\x207.4005\x2014C7.06941\x2014\x206.801\x2013.7316\x206.801\x2013.4005V7.587C6.48979\x207.88374\x206.12143\x208.12809\x205.69906\x208.32007C5.35797\x208.4751\x204.997\x208.20342\x204.997\x207.82875C4.997\x207.5703\x205.17444\x207.34822\x205.41575\x207.2557C5.63756\x207.17064\x205.86665\x207.06108\x206.108\x206.927C6.41215\x206.74113\x206.67737\x206.54877\x206.90365\x206.33995Z','DocSkeletonManagerService','M3.64\x202.22H23.64V4.22H3.64z','ShapeMathEqualIcon','paint-bucket-double-icon','_calculateFreeEndpointAngle','ShapeBracePairIcon','ShapeAccentCallout1Icon','getFreeze','assign','M19\x2019H1V1H19V19ZM6.24219\x2015L4.24219\x2017H15.5859L13.5859\x2015H6.24219ZM15\x206.24219V13.5859L17\x2015.5859V4.24219L15\x206.24219ZM3\x2015.4141L5\x2013.4141V6.41406L3\x204.41406V15.4141ZM7\x2013H13V7H7V13ZM6.41406\x205H13.4141L15.4141\x203H4.41406L6.41406\x205Z','_drawingManagerService','refreshSelection','M13\x207H7V13L5\x2015V5H15L13\x207Z','_univerInstanceService','MEDIA','Flat','worldPoint','shape.type.action-button-blank','url(#path-1-inside-1_379_209)','sheetViewStartColumn','StarAndBanner','viewBound','documentStyle','onPointerDown$','getCellWithCoordByOffset','_handleFreeEndpointPointerUp','shape-flow-chart-collate-icon','ShapePositionWrapper','SetDrawingApplyMutation','scene','univer-w-20','ShapeFlowChartTerminatorIcon','RightBrace','verticalAlign','shape.type.flow-chart-input-output','InsertSheetsShapeMutation','range','17584joHaJT','getSelfOrHeaderFooterModel','SmileyFace','ShapeDownArrowIcon','Accordion','4\x203','shape.type.action-button-back-previous','FlowchartTerminator','M11.8223\x206C12.4524\x206\x2012.9806\x206.20879\x2013.3884\x206.64835C13.7869\x207.08791\x2013.9907\x207.64835\x2013.9907\x208.34066C13.9907\x209.02198\x2013.7683\x209.63736\x2013.342\x2010.1978C13.0826\x2010.5165\x2012.6285\x2010.9341\x2011.9706\x2011.4615C11.257\x2012.022\x2010.8307\x2012.5165\x2010.6917\x2012.9451H13.4725C13.7638\x2012.9451\x2014\x2013.1812\x2014\x2013.4725C14\x2013.7638\x2013.7638\x2014\x2013.4725\x2014H9.9407C9.66456\x2014\x209.43657\x2013.7752\x209.47159\x2013.5013C9.54522\x2012.9254\x209.7513\x2012.4084\x2010.0986\x2011.9451C10.3396\x2011.6044\x2010.84\x2011.1319\x2011.5906\x2010.5165C12.0354\x2010.1429\x2012.3505\x209.84615\x2012.5358\x209.61538C12.8324\x209.21978\x2012.9899\x208.79121\x2012.9899\x208.32967C12.9899\x207.89011\x2012.888\x207.56044\x2012.6841\x207.34066C12.4802\x207.12088\x2012.1744\x207.01099\x2011.7852\x207.01099C11.3682\x207.01099\x2011.0531\x207.17582\x2010.84\x207.51648C10.6794\x207.75458\x2010.5768\x208.06718\x2010.5252\x208.46257C10.4895\x208.73596\x2010.2685\x208.95604\x209.99282\x208.95604C9.70925\x208.95604\x209.47653\x208.72378\x209.50866\x208.44204C9.58205\x207.79843\x209.78489\x207.26647\x2010.1172\x206.84615C10.5435\x206.27473\x2011.118\x206\x2011.8223\x206Z','M18\x204V16H2V4H18ZM3.5\x2014.5H16.5V5.5H3.5V14.5Z','getBentTypeFromPoints','shape-chord-icon','Star12','SolidFil','M12.667\x205.51758L18\x204.82715L14\x208.96582L20\x2011.2139L14\x2012.4141L18\x2018.6211L10.667\x2015.1729L10\x2020L7.33301\x2015.8623L4\x2020V14.4824L0\x2014.1787L4\x2010.5L0\x206.20703H5.33301V0.689453L9.6543\x205.6416L12.667\x200V5.51758ZM7.33301\x208.20703H4.59668L6.83594\x2010.6094L4.74219\x2012.5332L6\x2012.6289V14.3281L7.51367\x2012.4502L8.75684\x2014.3789L9.05762\x2012.2061L12.543\x2013.8438L10.7275\x2011.0283L12.7334\x2010.626L10.4424\x209.76855L12.5625\x207.5752L12.5928\x207.54297L10.7812\x207.77734L10.0537\x209.14062L7.33301\x206.02344V8.20703Z','UniverProSheetsShapeUi','shape.type.math-equal','MathPlus','UniverDrawingUi','lineStrokeType','Linear','ChartX','resizeEnabled','getShapeDataById','Transform','shape-donut-icon','univer-flex\x20univer-items-center\x20univer-gap-3','push','sheets-shape.line.width','jsx','adjHandleSize','M13.9999\x2015.4058L13.9999\x204.09185L5\x2010.092L13.9999\x2015.4058ZM12.0001\x207.8277L12.0001\x2011.9019L8.75934\x209.98841L12.0001\x207.8277Z','sheet.command.update-connector-relation','M13\x201C13\x204.31371\x2015.6863\x207\x2019\x207V1H13ZM17\x204.46289C16.3933\x204.11172\x2015.8872\x203.60678\x2015.5361\x203H17V4.46289Z','M12.7881\x2012.2627C12.9191\x2011.8697\x2013.3443\x2011.6571\x2013.7373\x2011.7881C14.1303\x2011.9191\x2014.3429\x2012.3443\x2014.2119\x2012.7373C13.8704\x2013.7617\x2013.0365\x2014.3867\x2012.248\x2014.7451C11.4567\x2015.1048\x2010.5998\x2015.25\x2010\x2015.25C9.4002\x2015.25\x208.54332\x2015.1048\x207.75195\x2014.7451C6.96347\x2014.3867\x206.12956\x2013.7617\x205.78808\x2012.7373C5.6571\x2012.3443\x205.86974\x2011.9191\x206.26269\x2011.7881C6.65565\x2011.6571\x207.08093\x2011.8697\x207.21191\x2012.2627C7.37041\x2012.7382\x207.78659\x2013.1133\x208.37304\x2013.3799C8.95661\x2013.6451\x209.59984\x2013.75\x2010\x2013.75C10.4002\x2013.75\x2011.0434\x2013.6451\x2011.627\x2013.3799C12.2134\x2013.1133\x2012.6296\x2012.7382\x2012.7881\x2012.2627Z','Octagon','path-1-inside-1_379_353','M11.3536\x206.14645C11.5488\x206.34171\x2011.5488\x206.65829\x2011.3536\x206.85355L8.35355\x209.85355C8.15829\x2010.0488\x207.84171\x2010.0488\x207.64645\x209.85355L4.64645\x206.85355C4.45118\x206.65829\x204.45118\x206.34171\x204.64645\x206.14645C4.84171\x205.95118\x205.15829\x205.95118\x205.35355\x206.14645L8\x208.79289L10.6464\x206.14645C10.8417\x205.95118\x2011.1583\x205.95118\x2011.3536\x206.14645Z','ShapeFlowChartMagneticDrumIcon','shape.type.math-minus','refreshTransform','getShapePopupMenus','M18.5596\x208.21875L15.29\x2018.2812H4.70996L1.44043\x208.21875L10\x202L18.5596\x208.21875ZM3.79102\x208.98242L6.16309\x2016.2812H13.8369L16.208\x208.98242L10\x204.47168L3.79102\x208.98242Z','univer-flex-1\x20univer-overflow-auto','sheet.command.set-shape-drawing-data','shape-up-down-arrow-callout-icon','drawingId','defs','changeStart$','updateContext','_moveConnectorWithShape','ActionButtonBlank','shape-pentagon-icon','FlowchartDocument','UniverSheetsDrawing','\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\x20univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md\x20univer-bg-primary-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','@univerjs/sheets','_getZoomRatio','M14.8447\x204.82715L17.0254\x202.75879V5.51758L19.9092\x207.49707L17.5\x209.5L20\x2013.1035H15.6836L19.0381\x2018.6211L12.3301\x2015.1729L12.0566\x2017.9307L8.30566\x2017.2412L4.28125\x2020V15.8623H0L2.93945\x2011.7246L0\x208.96582L4.5\x208.5L2.93945\x205.13477L7.63477\x205.51758L7.5\x202L11\x204.5L12.0566\x200L14.8447\x204.82715ZM6.28125\x2016.2041L7.85547\x2015.125L10.2803\x2015.5703L10.3398\x2014.9756L10.6299\x2012.0498L13.2441\x2013.3936L13.6445\x2013.5986L12.1279\x2011.1035H16.1787L14.8115\x209.13379L16.2217\x207.96191L16.5977\x207.64844L15.8936\x207.16602L15.541\x206.92383L14.3818\x208.02441L12.8496\x205.37109L12.2646\x207.86133L9.65332\x205.99609L9.71973\x207.69336L6.19727\x207.40625L6.31445\x207.6582L7.49316\x2010.2012L4.70605\x2010.4893L4.56152\x2010.5039L5.58008\x2011.46L3.87402\x2013.8623H6.28125V16.2041Z','ShapeLeftArrowIcon','from','LongDashDot','@univerjs/drawing','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-text-gray-200\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','shape.type.hexagon','_componentManager','Fragment','auto','path-1-inside-1_379_219','shape-flow-chart-sort-icon','shape.type.cloud-callout','ToggleSheetsShapeFlipCommand','ShapeFlowChartManualInputIcon','shape-triangle-icon','ShapeStar10Icon','preValue','ComponentManager','RadioGroup','M11.1426\x2010L18\x201H2L8.28613\x2010L2\x2019H18L11.1426\x2010ZM5.83691\x203H13.9619L9.72266\x208.56445L5.83691\x203ZM9.72266\x2011.4365L13.9619\x2017H5.83691L9.72266\x2011.4365Z','ShapeCurvedDownArrowIcon','toString','setHighlighted','M12.7012\x207.29883L20\x2010L12.7012\x2012.7012L10\x2020L7.29883\x2012.7012L0\x2010L7.29883\x207.29883L10\x200L12.7012\x207.29883ZM8.85547\x208.85547L5.7627\x2010L8.85547\x2011.1445L10\x2014.2363L11.1445\x2011.1445L14.2363\x2010L11.1445\x208.85547L10\x205.7627L8.85547\x208.85547Z','univer-w-20\x20univer-flex-1','SetInlineFormatTextBackgroundColorCommand','FlowchartDisplay','shape-flow-chart-terminator-icon','flipX','Gear9','M5\x2013V17H1V13H5ZM2\x2016H4V14H2V16Z','IEditorService','shape.type.ellipse-ribbon2','blur','ShapeRound2DiagRectIcon','ShapeMathMultiplyIcon','ShapeStar7Icon','registerRenderModule','shape.type.cube','M12\x2016.802L11.9948\x2016.924C11.9437\x2017.5286\x2011.5176\x2018\x2011\x2018C10.4824\x2018\x2010.0563\x2017.5286\x2010.0052\x2016.924L10\x2016.802V3.19925C10\x202.53723\x2010.448\x202\x2011\x202C11.552\x202\x2012\x202.53723\x2012\x203.19925V16.802Z','M11.6427\x206C12.4102\x206\x2013.0041\x206.37736\x2013.4244\x207.14286C13.8081\x207.85445\x2014\x208.80323\x2014\x2010C14\x2011.186\x2013.8081\x2012.1456\x2013.4244\x2012.8571C13.0041\x2013.6119\x2012.4102\x2014\x2011.6427\x2014C10.8752\x2014\x2010.2813\x2013.6119\x209.86097\x2012.8571C9.47722\x2012.1456\x209.28534\x2011.1968\x209.28534\x2010C9.28534\x208.79245\x209.47722\x207.84367\x209.86097\x207.14286C10.2813\x206.37736\x2010.8752\x206\x2011.6427\x206ZM11.6427\x206.99191C11.1036\x206.99191\x2010.729\x207.33693\x2010.5097\x208.03774C10.3452\x208.51213\x2010.2721\x209.16981\x2010.2721\x2010C10.2721\x2010.8194\x2010.3452\x2011.4771\x2010.5097\x2011.9623C10.729\x2012.6523\x2011.1036\x2013.0081\x2011.6427\x2013.0081C12.1726\x2013.0081\x2012.5564\x2012.6523\x2012.7757\x2011.9623C12.931\x2011.4771\x2013.0132\x2010.8194\x2013.0132\x2010C13.0132\x209.16981\x2012.931\x208.51213\x2012.7757\x208.03774C12.5564\x207.33693\x2012.1726\x206.99191\x2011.6427\x206.99191Z','ShapeNoSmokingIcon','getZoomRatio','Circle','M10\x201.00098L2\x2010.001H6.00098V19.001H14.001V10.001H18L10\x201.00098Z','M10\x200C15.5228\x200\x2020\x202.01472\x2020\x204.5C20\x204.6692\x2019.9769\x204.83565\x2019.9365\x205H20L15.1924\x2016.5381C14.319\x2018.6342\x2012.2708\x2020\x2010\x2020V18C11.4632\x2018\x2012.7838\x2017.1196\x2013.3467\x2015.7686L17.9385\x204.74707L17.9941\x204.52246C17.9972\x204.51006\x2017.9983\x204.50159\x2017.999\x204.49707C17.9987\x204.48926\x2017.9971\x204.46607\x2017.9766\x204.4209C17.9492\x204.36063\x2017.8873\x204.25694\x2017.7568\x204.11816C17.4859\x203.82987\x2017.0005\x203.47934\x2016.25\x203.1416C14.7533\x202.46817\x2012.5454\x202\x2010\x202C7.45463\x202\x205.24671\x202.46817\x203.75\x203.1416C2.99947\x203.47934\x202.51413\x203.82987\x202.24316\x204.11816C2.11273\x204.25694\x202.05085\x204.36063\x202.02344\x204.4209C2.00286\x204.46615\x202.00035\x204.4893\x202\x204.49707C2.00069\x204.50156\x202.00278\x204.50992\x202.00586\x204.52246L2.06055\x204.74707L6.65332\x2015.7686C7.21625\x2017.1196\x208.53678\x2018\x2010\x2018V20C7.72918\x2020\x205.68101\x2018.6342\x204.80762\x2016.5381L0\x205H0.0634766C0.0230566\x204.83565\x200\x204.6692\x200\x204.5C0\x202.01472\x204.47715\x200\x2010\x200Z','ShapeStar12Icon','sheets-shape.line.joinType.title','getDocumentData','M17\x2010C17\x207.67722\x2014.3629\x205\x2010\x205C5.63712\x205\x203\x207.67722\x203\x2010C3\x2012.3228\x205.63712\x2015\x2010\x2015V17C5.02944\x2017\x201\x2013.866\x201\x2010C1\x206.13401\x205.02944\x203\x2010\x203C14.9706\x203\x2019\x206.13401\x2019\x2010C19\x2013.866\x2014.9706\x2017\x2010\x2017V15C14.3629\x2015\x2017\x2012.3228\x2017\x2010Z','currentColor','shape-math-divide-icon','ShapeMathDivideIcon','getOwnPropertyDescriptor','style','_targetShapeId','univer-flex\x20univer-flex-col\x20univer-gap-4\x20univer-pt-2','_createShapeAdjustControls','_init','setPrstGeom','some','getShapeData','ShapeFlowChartPredefinedProcessIcon','ShapeTeardropIcon','univer-text-sm','setEditing','_initCopyPaste','SquareDot','NotchedRightArrow','shape-quad-arrow-callout-icon','M8.44922\x202L2\x209.27246V17H18V2H8.44922Z','linear','FlowchartExtract','ShapeStar24Icon','FOCUSING_SHAPE_TEXT_EDITOR','useAbsolutePosition','FlowChartInputOutput','stroke','M19.8384\x209.06158H17.4858C16.7507\x205.70841\x2013.9647\x203.06158\x2010.4165\x203.06158C6.86834\x203.06158\x204.08235\x205.70841\x203.34717\x209.06158H1.13623L5.51514\x2017L10.2083\x209.06158H8.87158C9.28814\x208.57566\x209.85891\x208.29987\x2010.4165\x208.29987C10.9741\x208.29987\x2011.5449\x208.57566\x2011.9614\x209.06158H10.8113L15.5151\x2017.001L19.8384\x209.06158ZM13.5\x2010.8234L14.3442\x2010.8233C14.3442\x208.45649\x2012.5861\x206.53815\x2010.4165\x206.53815C8.24692\x206.53815\x206.4888\x208.45649\x206.48877\x2010.8233L7.5\x2010.8234L5.51514\x2013.8233L3.99951\x2010.8233H4.9165C4.91653\x207.50975\x207.37908\x204.8233\x2010.4165\x204.8233C13.4539\x204.8233\x2015.9165\x207.50975\x2015.9165\x2010.8233H17.0005L15.5151\x2013.8233L13.5\x2010.8234Z','Select','M7\x201V7H1V1H7ZM3\x205H5V3H3V5Z','ShapeBorderCallout1Icon','switchMap','changeShapeType','UniverDocs','sheets-shape.toggleFlipH','gdRefAng','setConfig','shape-rect-textbox-vertical-icon','getCurrentScrollState','isHighlighted','ShapePieWedgeIcon','srcRect','M13\x2015V17H7V15H13ZM18\x2010C18\x207.23858\x2015.7614\x205\x2013\x205H7C4.23858\x205\x202\x207.23858\x202\x2010C2\x2012.7614\x204.23858\x2015\x207\x2015V17C3.13401\x2017\x200\x2013.866\x200\x2010C0\x206.25486\x202.94111\x203.19633\x206.63965\x203.00879L7\x203H13C16.866\x203\x2020\x206.13401\x2020\x2010C20\x2013.866\x2016.866\x2017\x2013\x2017V15C15.7614\x2015\x2018\x2012.7614\x2018\x2010Z','univer-flex\x20univer-items-center\x20univer-justify-between','ActionButtonForwardNext','complete','getSkeleton','ShapeDecagonIcon','path-1-inside-1_379_229','ShapeHeartIcon','Moon','getViewport','onPointerMove$','shape-adjust-point-','mergeMenu','M13\x207C13\x205.34315\x2011.6569\x204\x2010\x204H7C5.34315\x204\x204\x205.34315\x204\x207V16H3V7L1\x207V18H6V7C6\x206.44771\x206.44771\x206\x207\x206H10C10.5523\x206\x2011\x206.44772\x2011\x207H13ZM7\x203H10C12.2091\x203\x2014\x204.79086\x2014\x207V10H14.4971L13.7305\x2011.2998L12.8271\x2010H13V7H11V8H9L13.8662\x2015L18\x208H16V7C16\x203.68629\x2013.3137\x201\x2010\x201H7C3.68629\x201\x201\x203.68629\x201\x207L3\x207C3\x204.79086\x204.79086\x203\x207\x203Z','calculate','StraightConnector1','SetShapeTextFontSizeDecreaseCommand','onRendered','enableObjectsEvent','AlignCenterCommand','_initMenu','Decagon','M19\x201H1L10\x2019L19\x201ZM4.23633\x203H15.7637L10\x2014.5273L4.23633\x203Z','shape.type.flow-chart-sort','shape.type.flow-chart-multidocument','gradientType','M11\x207.5C11\x208.05228\x2010.5523\x208.5\x2010\x208.5C9.44772\x208.5\x209\x208.05228\x209\x207.5C9\x206.94772\x209.44772\x206.5\x2010\x206.5C10.5523\x206.5\x2011\x206.94772\x2011\x207.5Z','_registerDrawingMoveHandler','M19.083\x207V9H23.3531L20.6194\x205.71963L19.083\x207ZM17\x207V5H15V7H17ZM17\x2018V20H19V18H17ZM2\x2018H0V20H2V18ZM2\x2012V10H0V12H2ZM11\x2012V14H13V12H11ZM11\x207H13V5H11V7ZM9.08301\x207L7.54657\x205.71963L4.81292\x209H9.08301V7ZM14.083\x201L15.6195\x20-0.280369L14.083\x20-2.1241L12.5466\x20-0.280369L14.083\x201ZM19.083\x207V5H17V7V9H19.083V7ZM17\x207H15V18H17H19V7H17ZM17\x2018V16H2V18V20H17V18ZM2\x2018H4V12H2H0V18H2ZM2\x2012V14H11V12V10H2V12ZM11\x2012H13V7H11H9V12H11ZM11\x207V5H9.08301V7V9H11V7ZM9.08301\x207L10.6195\x208.28037L15.6195\x202.28037L14.083\x201L12.5466\x20-0.280369L7.54657\x205.71963L9.08301\x207ZM14.083\x201L12.5466\x202.28037L17.5466\x208.28037L19.083\x207L20.6194\x205.71963L15.6195\x20-0.280369L14.083\x201Z','M7\x2013V19H1V13H7ZM3\x2017H5V15H3V17Z','M5.59961\x2013.9463L5.12988\x2013.6523C3.17706\x2012.4297\x202\x2010.5443\x202\x208.5C2\x205.07312\x205.40326\x202\x2010\x202C14.5967\x202\x2018\x205.07312\x2018\x208.5C18\x2011.9269\x2014.5967\x2015\x2010\x2015C9.69917\x2015\x209.40364\x2015.0831\x209.1709\x2015.165C8.92125\x2015.2529\x208.65656\x2015.372\x208.39355\x2015.5029C7.86719\x2015.7649\x207.27855\x2016.1101\x206.71777\x2016.4561C6.33331\x2016.6932\x205.95047\x2016.9379\x205.59961\x2017.1631V13.9463Z','M1.00013\x2017L6.00013\x209','_draggingConnectorId','getDocRanges','LocaleService','LineInv','getDrawingVisible','drawing-shape','forwardRef','BorderCallout1','rotate(30\x20-18\x2030.56)scale(1\x20-1)','oldAdjustValues','M5\x203V7H1V3H5ZM2\x206H4V4H2V6Z','M1.77539\x201.61212C3.7694\x200.615334\x206.14507\x200.763309\x208\x201.99982V3.99982H19V18.4998C16.9063\x2019.9953\x2014.0937\x2019.9953\x2012\x2018.4998V15.9998H1V1.99982L1.77539\x201.61212ZM14\x2017.3309C14.9616\x2017.7176\x2016.0384\x2017.7176\x2017\x2017.3309V17.2137C16.0358\x2016.8612\x2014.9674\x2016.8706\x2014\x2017.2547V17.3309ZM17\x2013.9998V5.99982H8V13.4998C7.73251\x2013.6909\x207.453\x2013.8576\x207.16504\x2013.9998H17ZM3\x2012.3309C3.9616\x2012.7176\x205.0384\x2012.7176\x206\x2012.3309V12.2361C5.05643\x2012.0308\x204.0813\x2012.0183\x203.13477\x2012.2049L3\x2012.2547V12.3309ZM3\x2010.1561C3.98685\x209.9011\x205.01681\x209.89534\x206\x2010.1307V4.00079H3V10.1561ZM6\x203.99982V3.21368C5.03577\x202.86119\x203.96742\x202.87061\x203\x203.2547V3.99982H6Z','setShapeProps','Radio','ShapeCornerIcon','FlowchartPreparation','LightningBolt','M7\x202V18H1V2H7ZM3\x2016H5V4H3V16Z','ShapeLeftCircularArrowIcon','_createCopyInfoByRange','_lastEditingShapeKey','align.top','IrregularSeal2','shape.type.up-arrow-callout','_configService','marginTop','getDrawingPoints','HorizontalScroll','line','584508mASduM','ShapeFrameIcon','shape.type.action-button-movie','shape.type.ribbon','_adjHandlerPointerUp','UNIVER_DOC','shape-rect-textbox-horizontal-icon','save','M16\x2011V16H11V9.5L16\x2011ZM13\x2014H14V12.4883L13\x2012.1875V14Z','ShapeLineIcon','NonIsoscelesTrapezoid','tag','M15.4607\x2010.0839C15.1086\x209.80418\x2014.8652\x209.47551\x2014.7306\x209.09789C14.596\x208.72027\x2014.5286\x208.18181\x2014.5286\x207.4825V5.40558C14.5286\x204.70628\x2014.5183\x204.27971\x2014.4976\x204.12586C14.4872\x203.97201\x2014.4458\x203.83215\x2014.3733\x203.70628C14.249\x203.49649\x2013.9849\x203.39159\x2013.581\x203.39159C13.0834\x203.39159\x2012.68\x202.9882\x2012.68\x202.49059V2.2797C12.68\x201.66563\x2013.1778\x201.16782\x2013.7919\x201.16782H13.9849C14.5649\x201.16782\x2014.9999\x201.21677\x2015.2898\x201.31467C15.5902\x201.41257\x2015.8594\x201.59439\x2016.0976\x201.86012C16.4808\x202.30768\x2016.6776\x203.0839\x2016.6879\x204.1888V7.23076C16.6879\x207.84614\x2016.7397\x208.29369\x2016.8433\x208.57341C16.8796\x208.65819\x2016.9821\x208.73443\x2017.1138\x208.80213C17.6157\x209.06005\x2018\x209.49668\x2018\x2010.061C18\x2010.6474\x2017.5802\x2011.0883\x2017.0714\x2011.3798C16.9603\x2011.4434\x2016.8756\x2011.515\x2016.8433\x2011.5944C16.7397\x2011.8741\x2016.6879\x2012.3217\x2016.6879\x2012.9371V15.979C16.6776\x2017.1538\x2016.4446\x2017.958\x2015.9889\x2018.3916C15.7403\x2018.6433\x2015.4711\x2018.8042\x2015.1811\x2018.8741C14.8911\x2018.958\x2014.4095\x2019\x2013.7364\x2019C13.153\x2019\x2012.68\x2018.527\x2012.68\x2017.9436V17.6562C12.68\x2017.1586\x2013.0834\x2016.7552\x2013.581\x2016.7552C13.9746\x2016.7552\x2014.2335\x2016.6573\x2014.3578\x2016.4615C14.4303\x2016.3496\x2014.4769\x2016.2168\x2014.4976\x2016.0629C14.5183\x2015.8951\x2014.5286\x2015.4545\x2014.5286\x2014.7412V12.6853C14.5286\x2011.986\x2014.596\x2011.4405\x2014.7306\x2011.0489C14.8756\x2010.6573\x2015.119\x2010.3357\x2015.4607\x2010.0839Z','angle','_injector','shape.type.flow-chart-manual-input','composeMatrix','_insertShapes','rotate(','callout','M1.00014\x2017L6.00014\x209','CurvedUpArrow','getBatchUpdateOp','PlaqueTabs','M13\x201V7H19V1H13ZM17\x205H15V3H17V5Z','shape-flow-chart-connector-icon','_sheetBasicShapeConnectionPointController','shape.type.chord','shape-curved-left-arrow-icon','AlignLeftCommand','M14\x206H19V14H14V19H6V14H1V6H6V1H14V6ZM8\x208H3V12H8V17H12V12H17V8H12V3H8V8Z','oldLineType','Disposable','_executeResizeCommand','MIDDLE','M11.3701\x202.08689C13.3695\x200.753991\x2015.8262\x200.295161\x2018.1719\x200.816385L19\x200.999979V15L18.5254\x2014.8418C16.0587\x2014.0195\x2013.3386\x2014.6614\x2011.5\x2016.5C8.89655\x2018.5249\x205.32075\x2018.7159\x202.52441\x2017.0088L2.25684\x2016.8379L1\x2016V2.99998L3.05469\x203.45701C4.56442\x203.79251\x206.12638\x203.81311\x207.64258\x203.51951L7.94531\x203.45701L8.39258\x203.3574C9.32213\x203.15083\x2010.211\x202.79473\x2011.0254\x202.30467L11.3701\x202.08689ZM17\x202.64646C15.4182\x202.47359\x2013.8165\x202.85959\x2012.4795\x203.75096C11.3685\x204.49159\x2010.1296\x205.0199\x208.82617\x205.30955L8.37891\x205.40916C6.60882\x205.80251\x204.77812\x205.82838\x203\x205.48728V14.9297L3.36621\x2015.1738C5.45852\x2016.5685\x208.20002\x2016.4836\x2010.2021\x2014.9726C12.0378\x2013.2027\x2014.5189\x2012.3315\x2017\x2012.5127V2.64646Z','_copyInfo','diamond','url(#$1','_generateCopyPasteMutations','forEach','pushUndoRedo','M14.5179\x209.48875C14.5179\x209.99175\x2014.1101\x2010.3995\x2013.607\x2010.3995C13.1041\x2010.3995\x2012.6963\x209.99175\x2012.6963\x209.48875C12.6963\x209.1773\x2013.0455\x208.59966\x2013.3114\x208.20487C13.4549\x207.99177\x2013.7591\x207.99177\x2013.9027\x208.20486C14.1687\x208.59965\x2014.5179\x209.1773\x2014.5179\x209.48875Z','FOCUSING_PANEL_EDITOR','M17\x2016.802L17.0052\x2016.924C17.0563\x2017.5286\x2017.4824\x2018\x2018\x2018C18.5176\x2018\x2018.9437\x2017.5286\x2018.9948\x2016.924L19\x2016.802V3.19925C19\x202.53723\x2018.552\x202\x2018\x202C17.448\x202\x2017\x202.53723\x2017\x203.19925V16.802Z','ShapeActionButtonInformationIcon','filter','_transform','shape-flow-chart-document-icon','sheets-shape.line.arrowType.openArrow','type','ShapeFlowChartDecisionIcon','shape-round2-same-rect-icon','shape-action-button-home-icon','transformByState','defineProperty','keys','shape.type.ellipse','M4.70605\x2011H3.5V6H5V5H14V6H14.5879L15.2939\x205H16V13H15.2939L14.5879\x2012H14V15H4.70605V11ZM6.70605\x2013H12V10H14V8H12V7H7V8H5.5V9H6.70605V13Z','M20\x2011L11.75\x2019.6602V15.9932C9.10474\x2015.8629\x207\x2013.6776\x207\x2011V6.36328C7.00035\x206.20808\x207.17349\x206.11599\x207.30273\x206.20215L8.33594\x206.89062C9.35155\x207.56769\x2010.5335\x207.94807\x2011.75\x207.99414V2.33984L20\x2011ZM9\x2011C9\x2012.6056\x2010.2627\x2013.917\x2011.8486\x2013.9951L13.75\x2014.0889V14.6602L17.2363\x2011L13.75\x207.33887V10.0713L11.6738\x209.99316C10.7566\x209.95838\x209.85452\x209.77558\x209\x209.45801V11Z','preUndos','ActionButtonHelp','useState','ShapeChartPlusIcon','connection-site-','VerticalAlign','sheets-shape.line.capType.title','RoundRect','getDrawingOrder','DownArrowCallout','ShapeRightBraceIcon','ShapePieIcon','ShapeActionButtonHelpIcon','_registerDrawingFocusChangeHandler','shape-snip-round-rect-icon','SheetSkeletonManagerService','rxjs','M10\x201.00098L8.50518\x20-0.327751L10\x20-2.00942L11.4948\x20-0.327751L10\x201.00098ZM2\x2010.001V12.001H-2.45369L0.505182\x208.67225L2\x2010.001ZM6.00098\x2010.001V8.00098H8.00098V10.001H6.00098ZM6.00098\x2019.001V21.001H4.00098V19.001H6.00098ZM14.001\x2019.001H16.001V21.001H14.001V19.001ZM14.001\x2010.001H12.001V8.00098H14.001V10.001ZM18\x2010.001L19.4948\x208.67225L22.4537\x2012.001H18V10.001ZM10\x201.00098L11.4948\x202.3297L3.49482\x2011.3297L2\x2010.001L0.505182\x208.67225L8.50518\x20-0.327751L10\x201.00098ZM2\x2010.001V8.00098H6.00098V10.001V12.001H2V10.001ZM6.00098\x2010.001H8.00098V19.001H6.00098H4.00098V10.001H6.00098ZM6.00098\x2019.001V17.001H14.001V19.001V21.001H6.00098V19.001ZM14.001\x2019.001H12.001V10.001H14.001H16.001V19.001H14.001ZM14.001\x2010.001V8.00098H18V10.001V12.001H14.001V10.001ZM18\x2010.001L16.5052\x2011.3297L8.50518\x202.3297L10\x201.00098L11.4948\x20-0.327751L19.4948\x208.67225L18\x2010.001Z','\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\x20\x20\x20\x20\x20univer-text-sm\x20univer-text-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\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-text-gray-200\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\x20\x20\x20','_drawingAddListener','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','FlowchartMagneticDisk','shape.type.flow-chart-predefined-process','toolbar.resetColor','Arrow','shape.type.action-button-beginning','Path','ShapeEllipseIcon','shape.type.chart-x','shape.type.right-bracket','UniverSheets','ShapeUpDownArrowIcon','newAdjustValues','CURSOR_TYPE','FlowchartMagneticDrum','Solid','M19\x2010.001L10\x2018.001V14H1V6H10V2.00098L19\x2010.001Z','0\x200\x2020\x2020','rect','shape-flow-chart-merge-icon','_shapeUpdateListener','M8.05049\x206.5C8.60971\x206.5\x209.05243\x206.66038\x209.39417\x206.99057C9.72039\x207.32075\x209.89126\x207.77358\x209.89126\x208.34906C9.89126\x209.08491\x209.58058\x209.58491\x208.97476\x209.83019C9.30097\x209.95283\x209.54951\x2010.1415\x209.72039\x2010.3868C9.9068\x2010.6415\x2010\x2010.9717\x2010\x2011.3679C10\x2011.9906\x209.82136\x2012.5\x209.47184\x2012.8962C9.09903\x2013.2925\x208.60971\x2013.5\x208.01942\x2013.5C7.45243\x2013.5\x206.99417\x2013.3208\x206.65243\x2012.9717C6.34428\x2012.6573\x206.14372\x2012.2301\x206.05074\x2011.69C6.00957\x2011.4508\x206.20502\x2011.2453\x206.44767\x2011.2453C6.67451\x2011.2453\x206.85393\x2011.4269\x206.90096\x2011.6488C6.95658\x2011.9113\x207.06111\x2012.1258\x207.21942\x2012.2925C7.42136\x2012.5189\x207.68544\x2012.6321\x208.01165\x2012.6321C8.36893\x2012.6321\x208.65631\x2012.5\x208.87379\x2012.2547C9.06019\x2012.0283\x209.16116\x2011.7547\x209.16116\x2011.4151C9.16116\x2011.0189\x209.06019\x2010.7264\x208.85825\x2010.5377C8.67184\x2010.3491\x208.39223\x2010.2547\x208.02718\x2010.2547H8.01009C7.79647\x2010.2547\x207.6233\x2010.0815\x207.6233\x209.86792C7.6233\x209.6543\x207.79647\x209.48113\x208.01009\x209.48113H8.01942C8.36116\x209.48113\x208.61748\x209.38679\x208.78835\x209.20755C8.95922\x209.0283\x209.05243\x208.76415\x209.05243\x208.42453C9.05243\x208.08491\x208.96699\x207.83019\x208.81165\x207.65094C8.64078\x207.46226\x208.38447\x207.37736\x208.05825\x207.37736C7.72427\x207.37736\x207.46019\x207.48113\x207.27379\x207.68868C7.14954\x207.82701\x207.05635\x208.01145\x206.99882\x208.24199C6.94616\x208.45298\x206.77167\x208.62264\x206.5542\x208.62264C6.31334\x208.62264\x206.11943\x208.41738\x206.16627\x208.18112C6.25771\x207.71991\x206.44189\x207.3465\x206.72233\x207.0566C7.06408\x206.67924\x207.5068\x206.5\x208.05049\x206.5Z','1506426yAQlIe','addObject','M10\x201C10.5523\x201\x2011\x201.44772\x2011\x202V9H18C18.5523\x209\x2019\x209.44771\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201ZM3\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017C13.5264\x2017\x2016.4424\x2014.3922\x2016.9277\x2011H10C9.44772\x2011\x209\x2010.5523\x209\x2010V3.07227C5.6078\x203.55758\x203\x206.47359\x203\x2010Z','setDocumentData','M9.79785\x2016.9951C7.68264\x2016.8898\x206\x2015.1414\x206\x2013V10H5.92773L6\x209.90625V5H3.12891L3.52246\x2011.2979C3.72276\x2014.5026\x206.38081\x2017\x209.5918\x2017C9.66075\x2017\x209.72941\x2016.9974\x209.79785\x2016.9951ZM9.5918\x2019C5.32466\x2019\x201.79254\x2015.6817\x201.52637\x2011.4229L1\x203H8V13C8\x2014.1046\x208.89543\x2015\x2010\x2015C11.1046\x2015\x2012\x2014.1046\x2012\x2013H14C14\x2014.6064\x2013.0526\x2015.9906\x2011.6865\x2016.627C13.8423\x2015.8351\x2015.4397\x2013.8565\x2015.6494\x2011.4463L16.124\x206H16.2969L15.2754\x204.44238L14\x206.09375V13H12V8H10L15.4072\x201L20\x208H17.957L17.6416\x2011.6191C17.2785\x2015.7948\x2013.7832\x2018.9998\x209.5918\x2019Z','isRenderLinePointsMode','Snip2SameRect','Plaque','align.bottom','0\x200\x2017\x2016','FlowchartConnector','DoubleWave','shape.type.star12','ActionButtonInformation','ShapeLeftBracketIcon','shape.type.bent-arrow','LeftJustifyingIcon','ShapeTypeEnum','sin','Documents','M9.92179\x205L10.0316\x204.99481C10.5757\x204.94367\x2011\x204.51757\x2011\x204C11\x203.48243\x2010.5757\x203.05633\x2010.0316\x203.00519L9.92179\x203L4.07933\x203C3.4835\x203\x203\x203.44797\x203\x204C3\x204.55203\x203.4835\x205\x204.07933\x205L9.92179\x205Z','clip','toPrimitive','M19.0001\x204V15H9.00013V4H19.0001Z','ShapeDoubleWaveIcon','removeLinePoints','_config','shape.type.rect-textbox-horizontal','ShapeCurvedRightArrowIcon','shape-ribbon2-icon','editingParams$','M15\x2013H19V17H15V13Z','drawingType','EllipseRibbon','packageName','close','getDrawingShapeKeyByDrawingSearch','shape-curved-up-arrow-icon','ShapeSunIcon','getShapeTypeById','sheets-shape.line.capType.flat','Ellipse','parse','shape-folder-corner-icon','shape-cloud-icon','sheet.command.set-shape-text-vertical-align','_isStartAdjusting','ShapeMathNotEqualIcon','ShapeCurvedLeftArrowIcon','Radial','ShapeWedgeEllipseCalloutIcon','sheet.shape.edit.panel','shape-gear9-icon','getDrawingSearch','ShapeIrregularSeal1Icon','shapeModel','M9.59429\x209.91609C9.93605\x2010.1678\x2010.1742\x2010.4895\x2010.3089\x2010.8811C10.4539\x2011.2727\x2010.5264\x2011.8182\x2010.5264\x2012.5175V14.5734C10.5264\x2015.2867\x2010.5315\x2015.7273\x2010.5419\x2015.8951C10.5626\x2016.049\x2010.6144\x2016.1818\x2010.6972\x2016.2937C10.8215\x2016.4895\x2011.0804\x2016.5874\x2011.474\x2016.5874C11.9716\x2016.5874\x2012.375\x2016.9908\x2012.375\x2017.4884V17.7758C12.375\x2018.3592\x2011.902\x2018.8322\x2011.3186\x2018.8322C10.604\x2018.8322\x2010.0914\x2018.7832\x209.7807\x2018.6853C9.48037\x2018.6014\x209.20592\x2018.4126\x208.95737\x2018.1189C8.57419\x2017.6713\x208.37741\x2016.9021\x208.36706\x2015.8112V12.7692C8.36706\x2012.1539\x208.3101\x2011.7063\x208.19618\x2011.4266C8.16427\x2011.3404\x208.06504\x2011.2635\x207.93482\x2011.1959C7.41434\x2010.9258\x207\x2010.4796\x207\x209.89314C7\x209.32887\x207.38078\x208.88862\x207.8914\x208.64847C8.04272\x208.5773\x208.16081\x208.49634\x208.19618\x208.4056C8.3101\x208.12588\x208.36706\x207.67833\x208.36706\x207.06294V4.02098C8.37741\x202.83217\x208.61043\x202.02098\x209.06611\x201.58741C9.30431\x201.34965\x209.55804\x201.1958\x209.82731\x201.12587C10.1069\x201.04196\x2010.5212\x201\x2011.0701\x201H11.2631C11.8772\x201\x2012.375\x201.49781\x2012.375\x202.11189V2.32277C12.375\x202.82038\x2011.9716\x203.22378\x2011.474\x203.22378C11.0701\x203.22378\x2010.806\x203.32867\x2010.6817\x203.53846C10.6092\x203.66434\x2010.5626\x203.81119\x2010.5419\x203.97902C10.5315\x204.13287\x2010.5264\x204.55245\x2010.5264\x205.23776V7.31469C10.5264\x208.01399\x2010.459\x208.55245\x2010.3244\x208.93007C10.1898\x209.3077\x209.94641\x209.63637\x209.59429\x209.91609Z','shape.type.curved-down-arrow','_activeShapeInfo','shape-uturn-arrow-icon','transform','M10\x2020L2\x2010L10\x200L18\x2010L10\x2020ZM10\x203.2002L4.56152\x2010L10\x2016.7988L15.4395\x2010L10\x203.2002Z','ShapeRound1RectIcon','Star10','Star32','DrawingRenderService','LeftBracket','shape-accent-border-callout3-icon','_registerShapeMenu','M19\x204V15H6V4H19Z','RichTextEditingMutation','white','pageSize','toolbar.fillColor.main','M14.5\x2017.7939H5.5L1\x2010L5.5\x202.20605H14.5L19\x2010L14.5\x2017.7939ZM13.3457\x204.20605H6.65527L3.31055\x2010L6.65527\x2015.7939H13.3457L16.6904\x2010L13.3457\x204.20605Z','Ribbon','Flowchart','ChartStar','shape.type.flow-chart-punched-tape','sheets-shape-ui','Bevel','opacity','M10\x2019.001L2\x2010.001H6.00098V1.00098L14.001\x201.00098V10.001H18L10\x2019.001Z','shape-flow-chart-extract-icon','UniverDrawing','#000000','M15\x204H13V7H16V4.80371L20\x2010L16\x2015.1963V13H13V16H15L9.80371\x2020L4.60742\x2016H7V13H4V15.1963L0\x2010L4\x204.80371V7H7V4H4.60742L9.80371\x200L15\x204ZM9\x203.14258V9H3.29395L2.52441\x2010L3.29395\x2011H9V16.8574L9.80371\x2017.4766L11\x2016.5557V11H16.7061L17.4766\x2010L16.7061\x209H11V3.44434L9.80371\x202.52441L9\x203.14258Z','Star16','UNIVER_SHEET','M5.5\x204.5H7.5V15.5H5.5V4.5Z','sheets-shape.shapePosition','ShapeVerticalScrollIcon','isStartConnectorPoint','registerFeaturePasteHook','_currentScene','ShapeDiagStripeIcon','shape-action-button-sound-icon','shape-wedge-round-rect-callout-icon','ShapeFlowChartMagneticDiskIcon','ShapeActionButtonBackPreviousIcon','sheets-shape.rotateLeft90','sheet.command.set-shape-text-font-size-increase','sheets-shape.line.dashType.roundDot','univer-flex\x20univer-flex-col\x20univer-gap-3','ResetInlineFormatTextBackgroundColorCommand','onDblclick$','ShapeCallout2Icon','M1\x2010.001L10\x2018.001V14H19V6H10V2.00098L1\x2010.001Z','shape-text-editor-content','getBatchAddOp','localToWorld','M14\x2010C14\x207.79086\x2012.2091\x206\x2010\x206C7.79086\x206\x206\x207.79086\x206\x2010C6\x2012.2091\x207.79086\x2014\x2010\x2014V16C6.68629\x2016\x204\x2013.3137\x204\x2010C4\x206.68629\x206.68629\x204\x2010\x204C13.3137\x204\x2016\x206.68629\x2016\x2010C16\x2013.3137\x2013.3137\x2016\x2010\x2016V14C12.2091\x2014\x2014\x2012.2091\x2014\x2010Z','M12\x2016H18V4H12V9H4.80273L3.41797\x2010L4.80273\x2011H12V16ZM6\x2013V14.3301L4.15723\x2013H4V12.8867L0\x2010L4\x207.11328V7H4.15723L6\x205.66992V7H10V2H20V18H10V13H6Z','paragraphStyle','_findNearestConnectionSite','_connectorObjects','endX','shape.type.left-right-up-arrow','LAYOUT','touchDependencies','5972750uznrzN','data','M11.802\x202L11.924\x202.00519C12.5286\x202.05633\x2013\x202.48243\x2013\x203C13\x203.51757\x2012.5286\x203.94367\x2011.924\x203.99481L11.802\x204H9.19925C8.53723\x204\x208\x203.55203\x208\x203C8\x202.44797\x208.53723\x202\x209.19925\x202L11.802\x202Z','shape-half-frame-icon','shape.type.snip-round-rect','UpdateShapeDataCommand','ShapeFlowChartConnectorIcon','CROSSHAIR','length','M16.9951\x209.79785C16.8898\x207.68264\x2015.1414\x206\x2013\x206H10V5.92773L9.90625\x206H5V3.12891L11.2979\x203.52246C14.5026\x203.72276\x2017\x206.38081\x2017\x209.5918C17\x209.66075\x2016.9974\x209.72941\x2016.9951\x209.79785ZM19\x209.5918C19\x205.32466\x2015.6817\x201.79254\x2011.4229\x201.52637L3\x201V8H13C14.1046\x208\x2015\x208.89543\x2015\x2010C15\x2011.1046\x2014.1046\x2012\x2013\x2012V14C14.6064\x2014\x2015.9906\x2013.0526\x2016.627\x2011.6865C15.8351\x2013.8423\x2013.8565\x2015.4397\x2011.4463\x2015.6494L6\x2016.124V16.2969L4.44238\x2015.2754L6.09375\x2014H13V12H8V10L1\x2015.4072L8\x2020V17.957L11.6191\x2017.6416C15.7948\x2017.2785\x2018.9998\x2013.7832\x2019\x209.5918Z','shape.type.accent-callout1','group','getConnectorLinePoints','@univerjs/engine-render','ShapeUpArrowIcon','onSavingEditorData$','ActionButtonReturn','subscribe','shape-dodecagon-icon','M8\x201C9.2853\x201\x2010.457\x201.42475\x2011.3428\x202.12207C11.8615\x201.96265\x2012.419\x201.875\x2013\x201.875C15.7614\x201.875\x2018\x203.83375\x2018\x206.25C18\x206.96644\x2017.801\x207.64142\x2017.4521\x208.23828C18.9433\x208.74691\x2020\x2010.0153\x2020\x2011.5C20\x2013.433\x2018.2091\x2015\x2016\x2015C15.2712\x2015\x2014.5885\x2014.8283\x2014\x2014.5303C13.4115\x2014.8283\x2012.7288\x2015\x2012\x2015C10.4354\x2015\x209.0812\x2014.2137\x208.42383\x2013.0684C7.72298\x2014.226\x206.45206\x2015\x205\x2015C2.79086\x2015\x201\x2013.2091\x201\x2011C1\x209.31993\x202.03608\x207.88253\x203.50391\x207.29004C3.18147\x206.71156\x203\x206.06192\x203\x205.375C3\x202.95875\x205.23858\x201\x208\x201Z','ShapeBentUpArrowIcon','ShapeFlowChartDocumentIcon','ShapeAccentCallout2Icon','ShapeSnip2DiagRectIcon','shape-icon','BehaviorSubject','SELECTOR','HalfFrame','M14.1026\x204.48318L14.1926\x204.40055C14.6562\x204.00925\x2015.2909\x203.97719\x2015.6568\x204.34317C16.0228\x204.70914\x2015.9908\x205.34381\x2015.5995\x205.80742L15.5168\x205.89739L5.89825\x2015.516C5.43012\x2015.9841\x204.73348\x2016.0472\x204.34314\x2015.6569C3.95279\x2015.2665\x204.01591\x2014.5699\x204.48403\x2014.1018L14.1026\x204.48318Z','getAdjustNames','icon','generateRandomId','shape.type.flow-chart-magnetic-disk','shape.type.left-bracket','gdRefY','ShapeCurvedConnector3Icon','Inject','shape-flow-chart-or-icon','FoldedCorner','ShapeCloudIcon','width','ActionButtonSound','shape.type.flow-chart-punched-card','shape.type.down-arrow-callout','getBasicShapeRotateBound','ShapeDefaultConfig','univer-w-28','INSERT','M12.1543\x201.00391C13.7394\x201.08421\x2015\x202.39489\x2015\x204V5.30762C14.5832\x205.14723\x2014.149\x205.02276\x2013.7002\x204.93848V4C13.7002\x203.06112\x2012.9389\x202.2998\x2012\x202.2998H4C3.06112\x202.2998\x202.2998\x203.06112\x202.2998\x204V12C2.2998\x2012.9389\x203.06112\x2013.7002\x204\x2013.7002H4.93848C5.02276\x2014.149\x205.14723\x2014.5832\x205.30762\x2015H4C2.39489\x2015\x201.08421\x2013.7394\x201.00391\x2012.1543L1\x2012V4C1\x202.34315\x202.34315\x201\x204\x201H12L12.1543\x201.00391Z','oKey','ShapeAccentBorderCallout1Icon','getMatrix','rectangle','_shapeTextEditingService','_baseShapeHeight','shape-block-arc-icon','cxnPointFill','onTransformChange$','M12\x202.00098L19\x2010.001L12\x2018.001L1\x2018L8\x2010L1\x202L12\x202.00098ZM10.6572\x2010L5.40723\x2016H11.0928L16.3418\x2010.001L11.0918\x204H5.40723L10.6572\x2010Z','doc','FOCUSING_COMMON_DRAWINGS','FlowchartManualOperation','sheets-shape.rotateRight90','_cxtHandlerPointerUp','shape.type.chevron','shape-lightning-bolt-icon','FORMAT','ang','ShapeActionButtonReturnIcon','jsxs','shape-ellipse-ribbon2-icon','UniverDocsUi','_attachConnectorObjectEvent','M18\x2018H1C1\x208.61116\x208.61116\x201\x2018\x201V18ZM16\x203.13184C9.31556\x204.02243\x204.02346\x209.31558\x203.13281\x2016H16V3.13184Z','ShapeRtTriangleIcon','ShapeDownArrowCalloutIcon','executeCommand','discreteRangeToRange','M10\x204C14.9706\x204\x2019\x208.47715\x2019\x2014H13C13\x2012.067\x2011.6569\x2010.5\x2010\x2010.5C8.34315\x2010.5\x207\x2012.067\x207\x2014H1C1\x208.47715\x205.02944\x204\x2010\x204ZM10\x206C6.82909\x206\x204.23467\x208.78741\x203.37402\x2012H5.5C6.27164\x2010.0381\x207.94982\x208.44434\x2010\x208.44434C12.0502\x208.44434\x2013.8944\x2010.0381\x2014.666\x2012H16.792C15.9313\x208.78741\x2013.1709\x206\x2010\x206Z','ISidebarService','resize','DEFAULT_PASTE','M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z','pick','M14\x204.5H12V8H14V4.5Z','path','endArrow','url(#path-1-inside-1_379_366)','abs','ShapeFlowChartCollateIcon','Teardrop','gdRefX','_drawingRenderService','shape-flow-chart-process-icon','CloudCallout','FlowchartMerge','VIEW_MAIN','shape-left-bracket-icon','BreakLineCommand','Angular','body','@univerjs/sheets-drawing-ui','M14\x2014V4H20L18\x209L20\x2014H14ZM17.0449\x206H16V8.61426L17.0449\x206ZM16\x209.38672V12H17.0449L16\x209.38672Z','getRenderById','path-1-inside-1_379_209','QuadArrow','#333333','M9.79785\x203.00488C7.68264\x203.11016\x206\x204.85865\x206\x207V10H5.92773L6\x2010.0938V15H3.12891L3.52246\x208.70215C3.72276\x205.49737\x206.38081\x203\x209.5918\x203C9.66075\x203\x209.72941\x203.00259\x209.79785\x203.00488ZM9.5918\x201C5.32466\x201\x201.79254\x204.31832\x201.52637\x208.57715L1\x2017H8V7C8\x205.89543\x208.89543\x205\x2010\x205C11.1046\x205\x2012\x205.89543\x2012\x207H14C14\x205.39362\x2013.0526\x204.00936\x2011.6865\x203.37305C13.8423\x204.1649\x2015.4397\x206.1435\x2015.6494\x208.55371L16.124\x2014H16.2969L15.2754\x2015.5576L14\x2013.9062V7H12V12H10L15.4072\x2019L20\x2012H17.957L17.6416\x208.38086C17.2785\x204.2052\x2013.7832\x201.00018\x209.5918\x201Z','M10.802\x2016L10.924\x2016.0052C11.5286\x2016.0563\x2012\x2016.4824\x2012\x2017C12\x2017.5176\x2011.5286\x2017.9437\x2010.924\x2017.9948L10.802\x2018H8.19925C7.53723\x2018\x207\x2017.552\x207\x2017C7\x2016.448\x207.53723\x2016\x208.19925\x2016H10.802Z','FlowchartProcess','AccentCallout2','shape.type.wedge-round-rect-callout','M6\x207.93502C6.00006\x207.04225\x206.31322\x206.17751\x206.88477\x205.49166L7.06641\x205.27389C8.33908\x203.74667\x2010.6201\x203.56635\x2012.1162\x204.87545C13.6569\x206.22352\x2013.7355\x208.59382\x2012.2881\x2010.0415L11\x2010.9141V13H9V10.0415L10.874\x208.6274C11.5034\x207.99787\x2011.4687\x206.96756\x2010.7988\x206.38131C10.1482\x205.81201\x209.15699\x205.89002\x208.60352\x206.55416L8.4209\x206.77193C8.14888\x207.09835\x208.00006\x207.51012\x208\x207.93502V8.91549H6V7.93502Z','useKeyboardEvent','render','2xDMczu','Can','setAdjustValueByName','Funnel','makeDirty','shape.type.border-callout1','shape.type.snip2-same-rect','shape.type.flow-chart-extract','useObservable','shape.type.corner-tabs','xlink:href','adjName','classType','getCurrentSelections','UniverProEngineShape','CommandType','basicShape','M10\x203C13.9274\x203\x2018\x204.79086\x2018\x207C18\x209.20914\x2013.9274\x2011\x2010\x2011V9C11.7519\x209\x2013.5109\x208.5947\x2014.7752\x207.98828C15.4109\x207.68336\x2015.8349\x207.36933\x2016.0712\x207.11426C16.1115\x207.0707\x2016.1404\x207.03108\x2016.1641\x207C16.1404\x206.96892\x2016.1115\x206.9293\x2016.0712\x206.88574C15.8349\x206.63067\x2015.4109\x206.31664\x2014.7752\x206.01172C13.5109\x205.4053\x2011.7519\x205\x2010\x205C8.24812\x205\x206.48914\x205.4053\x205.22483\x206.01172C4.58914\x206.31664\x204.16507\x206.63067\x203.92882\x206.88574C3.88828\x206.92952\x203.85882\x206.96883\x203.83507\x207C3.85882\x207.03118\x203.88828\x207.07048\x203.92882\x207.11426C4.16507\x207.36933\x204.58914\x207.68336\x205.22483\x207.98828C6.48914\x208.5947\x208.24812\x209\x2010\x209V11C6.07264\x2011\x202\x209.20914\x202\x207C2\x204.79086\x206.07264\x203\x2010\x203Z','clone','shape.type.rt-triangle','shape.type.snip1-rect','shape-right-arrow-callout-icon','actualColumn','shape-math-not-equal-icon','ShapeQuadArrowCalloutIcon','ShapeFlowChartPunchedTapeIcon','ShapeChartStarIcon','useMemo','[DrawingShape]\x20LocaleService\x20is\x20required\x20for\x20rich\x20text\x20rendering','shape.type.pie-wedge','_sheetInterceptorService','worksheet','restore','shape.type.flow-chart-or','strokeWidth','getSheetBySheetId','relation','M14\x2016C12.4151\x2015.683\x2010.7709\x2016.0831\x209.50879\x2017.0928L9\x2017.5C7.28733\x2019.2127\x204.66469\x2019.5986\x202.53906\x2018.4756L2.33496\x2018.3623L0\x2017V7H14V16ZM2\x2015.8506L3.34277\x2016.6348C4.71754\x2017.4367\x206.46053\x2017.2113\x207.58594\x2016.0859L7.66406\x2016.0078L7.75098\x2015.9385L8.25977\x2015.5312C9.34889\x2014.6599\x2010.6463\x2014.1215\x2012\x2013.9521V9H2V15.8506Z','23940UvlIKv','scaleY','Star24','@univerjs-pro/sheets-shape-ui','shape-arc-icon','shape.type.decagon','ISheetDrawingService','ShapeRectTextboxVerticalIcon','sheets-shape.hidePanel','RightJustifyingIcon','cxnPointRadius','shape-flow-chart-magnetic-drum-icon','copyType','#ff0000','ShapeArcIcon','shape.type.chart-star','children','rotate','ShapePlaqueIcon','values','getAdjustValueByName','ShapePlaqueTabsIcon','SetShapeTextFontSizeCommand','subUnitId','_handleConnectedEndpointMove','ShapeEllipseRibbon2Icon','shape.type.star8','min','ShapeBlockArcIcon','Heart','useRef','viewportScrollX','isHitLine','ShapeFlowChartOffpageConnectorIcon','_sheetsShapeService','ShapeCurvedConnector3Arrow1Icon','univer-absolute','Pie','sheet.command.set-shape-text-font-size','none','lineShapeId','computeConnectorResizeLayout','M3.19801\x2011L3.07596\x2010.9948C2.47145\x2010.9437\x202\x2010.5176\x202\x2010C2\x209.48243\x202.47145\x209.05633\x203.07596\x209.00519L3.19801\x209H16.8007C17.4628\x209\x2018\x209.44797\x2018\x2010C18\x2010.552\x2017.4628\x2011\x2016.8007\x2011H3.19801Z','UpArrowCallout','M11.3428\x203.12207L10.1056\x204.69352L10.9289\x205.34162L11.9303\x205.03381L11.3428\x203.12207ZM17.4355\x209.2666L15.7169\x208.24378L14.5041\x2010.2816L16.7174\x2011.1332L17.4355\x209.2666ZM14.6094\x2016.75L15.305\x2014.8749L14.1311\x2014.4394L13.2266\x2015.3051L14.6094\x2016.75ZM8.66602\x2016.9951L9.92658\x2015.4424L8.75059\x2014.4877L7.51294\x2015.361L8.66602\x2016.9951ZM3.17188\x207.51562L4.01946\x209.32714L5.59516\x208.5899L5.08337\x206.92724L3.17188\x207.51562ZM8\x202V4C8.84606\x204\x209.57992\x204.27966\x2010.1056\x204.69352L11.3428\x203.12207L12.5799\x201.55062C11.3341\x200.569846\x209.72455\x200\x208\x200V2ZM11.3428\x203.12207L11.9303\x205.03381C12.261\x204.93218\x2012.6206\x204.875\x2013\x204.875V2.875V0.875C12.2174\x200.875\x2011.462\x200.993112\x2010.7552\x201.21033L11.3428\x203.12207ZM13\x202.875V4.875C14.9161\x204.875\x2016\x206.18083\x2016\x207.25H18H20C20\x203.48668\x2016.6068\x200.875\x2013\x200.875V2.875ZM18\x207.25H16C16\x207.59299\x2015.9051\x207.92745\x2015.7169\x208.24378L17.4355\x209.2666L19.1542\x2010.2894C19.6846\x209.39825\x2020\x208.36259\x2020\x207.25H18ZM17.4355\x209.2666L16.7174\x2011.1332C17.4715\x2011.4234\x2018\x2012.1526\x2018\x2013H20H22C22\x2010.4413\x2020.3991\x208.26392\x2018.1537\x207.4L17.4355\x209.2666ZM20\x2013H18C18\x2014.1046\x2017.1046\x2015\x2016\x2015V17V19C19.3137\x2019\x2022\x2016.3137\x2022\x2013H20ZM16\x2017V15C15.7561\x2015\x2015.5231\x2014.9558\x2015.305\x2014.8749L14.6094\x2016.75L13.9137\x2018.6251C14.5622\x2018.8657\x2015.2655\x2019\x2016\x2019V17ZM14.6094\x2016.75L13.2266\x2015.3051C12.7739\x2015.7383\x2012.1688\x2016\x2011.5\x2016V18V20C13.2449\x2020\x2014.8286\x2019.3084\x2015.9922\x2018.1949L14.6094\x2016.75ZM11.5\x2018V16C10.9019\x2016\x2010.3574\x2015.7921\x209.92658\x2015.4424L8.66602\x2016.9951L7.40545\x2018.5478C8.52207\x2019.4544\x209.94962\x2020\x2011.5\x2020V18ZM8.66602\x2016.9951L7.51294\x2015.361C6.94152\x2015.7642\x206.25036\x2016\x205.5\x2016V18V20C7.1082\x2020\x208.59957\x2019.4898\x209.81909\x2018.6293L8.66602\x2016.9951ZM5.5\x2018V16C3.567\x2016\x202\x2014.433\x202\x2012.5H0H-2C-2\x2016.6421\x201.35786\x2020\x205.5\x2020V18ZM0\x2012.5H2C2\x2011.0996\x202.82246\x209.8872\x204.01946\x209.32714L3.17188\x207.51562L2.32429\x205.70411C-0.226307\x206.8975\x20-2\x209.48956\x20-2\x2012.5H0ZM3.17188\x207.51562L5.08337\x206.92724C5.02871\x206.74967\x205\x206.5655\x205\x206.375H3H1C1\x206.97373\x201.09116\x207.55424\x201.26038\x208.10401L3.17188\x207.51562ZM3\x206.375H5C5\x205.30583\x206.08393\x204\x208\x204V2V0C4.39322\x200\x201\x202.61168\x201\x206.375H3Z','fillType','prototype','getUnitId','ShapeRoundRectIcon','shape.type.curved-up-arrow','InsertSheetDrawingCommand','getConnectionRelation','Pentagon','Tools','LeftRightRibbon','shape.type.flow-chart-offpage-connector','pipe','getState','end','shape-up-down-arrow-icon','KeyCode','_sheetShapeAdjustController','RightBracket','shape-no-smoking-icon','ShapeCurvedConnector3Arrow2Icon','M9\x2016H4V11L9\x209.5V16ZM6\x2012.4883V14H7V12.1875L6\x2012.4883Z','M19.083\x207V9H23.3531L20.6194\x205.71963L19.083\x207ZM17\x207V5H15V7H17ZM17\x2016.9688V18.9688H19V16.9688H17ZM7\x2016.9688V14.9688H5V16.9688H7ZM7\x2019L5.71963\x2020.5364L9\x2023.2701V19H7ZM1\x2014L-0.280369\x2012.4636L-2.1241\x2014L-0.280369\x2015.5364L1\x2014ZM7\x209H9V4.72992L5.71963\x207.46356L7\x209ZM7\x2010.9688H5V12.9688H7V10.9688ZM11\x2010.9688V12.9688H13V10.9688H11ZM11\x207H13V5H11V7ZM9.08301\x207L7.54657\x205.71963L4.81292\x209H9.08301V7ZM14.083\x201L15.6195\x20-0.280369L14.083\x20-2.1241L12.5466\x20-0.280369L14.083\x201ZM19.083\x207V5H17V7V9H19.083V7ZM17\x207H15V16.9688H17H19V7H17ZM17\x2016.9688V14.9688H7V16.9688V18.9688H17V16.9688ZM7\x2016.9688H5V19H7H9V16.9688H7ZM7\x2019L8.28037\x2017.4636L2.28037\x2012.4636L1\x2014L-0.280369\x2015.5364L5.71963\x2020.5364L7\x2019ZM1\x2014L2.28037\x2015.5364L8.28037\x2010.5364L7\x209L5.71963\x207.46356L-0.280369\x2012.4636L1\x2014ZM7\x209H5V10.9688H7H9V9H7ZM7\x2010.9688V12.9688H11V10.9688V8.96875H7V10.9688ZM11\x2010.9688H13V7H11H9V10.9688H11ZM11\x207V5H9.08301V7V9H11V7ZM9.08301\x207L10.6195\x208.28037L15.6195\x202.28037L14.083\x201L12.5466\x20-0.280369L7.54657\x205.71963L9.08301\x207ZM14.083\x201L12.5466\x202.28037L17.5466\x208.28037L19.083\x207L20.6194\x205.71963L15.6195\x20-0.280369L14.083\x201Z','shape.type.wave','AccentCallout3','shape-flow-chart-manual-operation-icon','SheetCanvasPopManagerService','setSelectionRanges','shape.type.pentagon','FlowchartSummingJunction','M11\x203C11\x202.44772\x2010.5523\x202\x2010\x202C9.44772\x202\x209\x202.44772\x209\x203C9\x203.55228\x209.44772\x204\x2010\x204V6C8.34315\x206\x207\x204.65685\x207\x203C7\x201.34315\x208.34315\x200\x2010\x200C11.6569\x200\x2013\x201.34315\x2013\x203C13\x204.65685\x2011.6569\x206\x2010\x206V4C10.5523\x204\x2011\x203.55228\x2011\x203Z','M6.90665\x206.19395C7.03532\x206.07521\x207.20058\x206\x207.37567\x206C7.72213\x206\x208.003\x206.28087\x208.003\x206.62733V13.2545C8.003\x2013.5856\x207.73459\x2013.854\x207.4035\x2013.854C7.07241\x2013.854\x206.804\x2013.5856\x206.804\x2013.2545V7.441C6.49279\x207.73774\x206.12443\x207.9821\x205.70206\x208.17407C5.36097\x208.3291\x205\x208.05742\x205\x207.68276C5\x207.42431\x205.17744\x207.20223\x205.41875\x207.1097C5.64056\x207.02465\x205.86965\x206.91508\x206.111\x206.781C6.41515\x206.59513\x206.68037\x206.40277\x206.90665\x206.19395Z','defIds','ConnectorCoordinateTransform','shape.type.arc','sheets-shape.line.color','M2\x209L0\x204H6V14H0L2\x209ZM4\x206H2.95508L4\x208.61426V6ZM4\x209.38672L2.95508\x2012H4V9.38672Z','_setTransForm','M1.00018\x2017L2.50018\x209H6.00018','\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-text-sm\x20univer-text-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\x20\x20dark:!univer-text-gray-200\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','actualRow','_executeConnectedRouteConnectionCommand','FlowchartInternalStorage','M19\x208H1V2H19V8ZM3\x204V6H17V4H3Z','Arc','_currentConnectionTarget','M6\x2012.7891C6\x2012.5197\x206.07689\x2012.3374\x206.2041\x2012.1816C6.34757\x2012.0061\x206.59173\x2011.8228\x206.97949\x2011.6445C7.77964\x2011.2769\x208.89645\x2011.0573\x2010.1768\x2010.8271C11.3814\x2010.6106\x2012.7559\x2010.3807\x2013.8135\x209.95117C14.8785\x209.51858\x2015.9999\x208.71676\x2016\x207.19629C16\x206.24768\x2015.6393\x205.4505\x2014.9922\x204.83887C14.3777\x204.25824\x2013.5497\x203.88467\x2012.6514\x203.63086C10.8619\x203.12535\x208.42949\x203\x205.77246\x203C5.22018\x203\x204.77246\x203.44772\x204.77246\x204C4.77246\x204.55228\x205.22018\x205\x205.77246\x205C8.42994\x205\x2010.6118\x205.13317\x2012.1074\x205.55566C12.8511\x205.76577\x2013.333\x206.02345\x2013.6182\x206.29297C13.8709\x206.53184\x2014\x206.80492\x2014\x207.19629C13.9999\x207.47331\x2013.8709\x207.76983\x2013.0615\x208.09863C12.2441\x208.43063\x2011.1185\x208.62555\x209.82324\x208.8584C8.60372\x209.07764\x207.22028\x209.33342\x206.14551\x209.82715C5.59617\x2010.0795\x205.05862\x2010.4232\x204.65527\x2010.917C4.23572\x2011.4307\x204\x2012.0598\x204\x2012.7891C4\x2014.187\x204.87429\x2015.1155\x205.88965\x2015.6855C6.88372\x2016.2436\x208.15405\x2016.5527\x209.36426\x2016.7324C11.7959\x2017.0935\x2014.4032\x2016.9854\x2015\x2016.9854C15.5522\x2016.9854\x2015.9999\x2016.5375\x2016\x2015.9854C16\x2015.4331\x2015.5523\x2014.9854\x2015\x2014.9854C14.2925\x2014.9854\x2011.9003\x2015.0868\x209.6582\x2014.7539C8.53146\x2014.5866\x207.54529\x2014.3225\x206.86816\x2013.9424C6.21247\x2013.5742\x206\x2013.199\x206\x2012.7891Z','UPDATE','M11\x2016.802L10.9948\x2016.924C10.9437\x2017.5286\x2010.5176\x2018\x2010\x2018C9.48243\x2018\x209.05633\x2017.5286\x209.00519\x2016.924L9\x2016.802V3.19925C9\x202.53723\x209.44797\x202\x2010\x202C10.552\x202\x2011\x202.53723\x2011\x203.19925V16.802Z','Observable','onPointerUp$','SheetInterceptorService','BlockArc','M15.083\x207H13V10.9688H14V9L20\x2014L14\x2019V16.9688H6V19L0\x2014L6\x209V10.9688H7V7H5.08301L10.083\x201L15.083\x207ZM9\x2012.9688H4.36133L3.12305\x2014L4.28613\x2014.9688H15.7139L16.876\x2014L15.6387\x2012.9688H11V5.22363L10.083\x204.12305L9\x205.42285V12.9688Z','startY','sheets-shape.line.arrowType.arrow','shape-flow-chart-preparation-icon','getInverseCoord','ShapeStripedRightArrowIcon','M14.7646\x2019H1L5.23535\x201H19L14.7646\x2019ZM3.52539\x2017H13.1807L16.4746\x203H6.81934L3.52539\x2017Z','M12.5894\x206.5C13.1423\x206.5\x2013.6057\x206.68269\x2013.9634\x207.06731C14.313\x207.45192\x2014.4919\x207.94231\x2014.4919\x208.54808C14.4919\x209.14423\x2014.2967\x209.68269\x2013.9228\x2010.1731C13.6951\x2010.4519\x2013.2967\x2010.8173\x2012.7195\x2011.2788C12.0935\x2011.7692\x2011.7195\x2012.2019\x2011.5976\x2012.5769H14.0385C14.2934\x2012.5769\x2014.5\x2012.7836\x2014.5\x2013.0385C14.5\x2013.2934\x2014.2934\x2013.5\x2014.0385\x2013.5H11.1723C10.801\x2013.5\x2010.4905\x2013.1957\x2010.5657\x2012.8321C10.651\x2012.4201\x2010.8199\x2012.0443\x2011.0772\x2011.7019C11.2886\x2011.4038\x2011.7276\x2010.9904\x2012.3862\x2010.4519C12.7764\x2010.125\x2013.0528\x209.86538\x2013.2154\x209.66346C13.4756\x209.31731\x2013.6138\x208.94231\x2013.6138\x208.53846C13.6138\x208.15385\x2013.5244\x207.86538\x2013.3455\x207.67308C13.1667\x207.48077\x2012.8984\x207.38462\x2012.5569\x207.38462C12.1911\x207.38462\x2011.9146\x207.52885\x2011.7276\x207.82692C11.5869\x208.03503\x2011.4969\x208.3082\x2011.4516\x208.65365C11.4201\x208.89346\x2011.2263\x209.08654\x2010.9844\x209.08654C10.7356\x209.08654\x2010.5314\x208.88275\x2010.5598\x208.63557C10.6243\x208.07296\x2010.8022\x207.6079\x2011.0935\x207.24038C11.4675\x206.74038\x2011.9715\x206.5\x2012.5894\x206.5Z','onCommandExecuted','EMPTY','shape-notched-right-arrow-icon','shape-diamond-icon','draw','resetCursor','ShapeWaveIcon','useIsFocusing','shape.type.action-button-sound','\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\x20univer-mb-1\x20univer-rounded\x20univer-bg-gray-100\x20univer-px-3\x20univer-py-1.5\x20univer-text-xs\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\x20univer-font-medium\x20univer-text-gray-700\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\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-200\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','shape.type.notched-right-arrow','Round','M16\x205H13V6H19V14H13V15H16L10\x2020L4\x2015H7V14H1V6H7V5H4L10\x200L16\x205ZM9\x203.43555V8H3V12H9V16.5635L10\x2017.3965L11\x2016.5635V12H17V8H11V3.43555L10\x202.60254L9\x203.43555Z','M2\x202C7.27831\x202\x2011.3123\x203.59921\x2014.1484\x206.46387C16.9684\x209.31219\x2018.496\x2012.3027\x2018.9941\x2016.8926C19.0535\x2017.4414\x2018.6563\x2017.9346\x2018.1074\x2017.9941C17.5586\x2018.0535\x2017.0654\x2017.6563\x2017.0059\x2017.1074C16.5394\x2012.81\x2015.1329\x2010.3008\x2012.7275\x207.87109C10.3382\x205.4577\x206.85496\x204\x202\x204C1.44772\x204\x201\x203.55228\x201\x203C1\x202.44772\x201.44772\x202\x202\x202Z','#ffffff','M7\x202H15V4H7C6.47831\x204\x204.73706\x204.44895\x204.06641\x205.79004C3.42561\x207.07164\x203\x207.91244\x203\x2010C3\x2012.0876\x203.42561\x2012.9284\x204.06641\x2014.21C4.73706\x2015.551\x206.47831\x2016\x207\x2016H15V18H7C5.31275\x2018\x203.05437\x2016.6583\x202.27734\x2015.1045C1.47043\x2013.4907\x201\x2012.3307\x201\x2010C1\x207.66928\x201.47043\x206.50934\x202.27734\x204.89551C3.05437\x203.34167\x205.31275\x202\x207\x202Z','ShapeCallout1Icon','_unitId','asObservable','clsx','AlignTopIcon','isDrawingObject','LongDashDotDot','univer-text-primary-600','getSkeletonParam','shape.type.smiley-face','_shapes','UniverSheetsShapeUIPlugin','renderDrawingShape','isRichText','mask','M18\x2011.5508H12.6367L15.0908\x2019H12.667L2\x208.5V6.5H7L4\x201H12.5L18\x2011.5508ZM10.3691\x208.5H4.85156L11.7695\x2015.3096L9.87109\x209.55078H14.7021L11.2871\x203H7.36914L10.3691\x208.5Z','M1\x2019V8L8\x201H19L1\x2019ZM3\x208.82812V14.1719L14.1719\x203H8.8291L3\x208.82812Z','shape-irregular-seal2-icon','ShapeAccentBorderCallout2Icon','UniverSheetsShapePlugin','_isDrawingShapePointDown','shapeKey','react','M8\x203H3V17H17V12H8V3ZM19\x2010V19H1V1H10V10H19Z','applyPoint','M20\x2010H17V8H18V3H8V4H6V1H20V10Z','stops','transformToAxisAlignPosition','M14.1026\x2015.5169L14.1926\x2015.5995C14.6562\x2015.9908\x2015.2909\x2016.0229\x2015.6568\x2015.6569C16.0228\x2015.2909\x2015.9908\x2014.6563\x2015.5995\x2014.1926L15.5168\x2014.1027L5.89825\x204.48408C5.43012\x204.01596\x204.73348\x203.95284\x204.34314\x204.34319C3.95279\x204.73353\x204.01591\x205.43017\x204.48403\x205.89829L14.1026\x2015.5169Z','shape.type.ellipse-ribbon','ShapeUpArrowCalloutIcon','LeftArrowCallout','M14.4246\x2013.4246L14.6007\x2013.2375C16.3537\x2011.254\x2015.9627\x207.89171\x2014.071\x206C12.1184\x204.04738\x208.95258\x204.04738\x206.99996\x206L14.4246\x2013.4246ZM13.0104\x207.06066C13.7092\x207.75948\x2014.1493\x208.77564\x2014.216\x209.80898C14.243\x2010.2269\x2014.2061\x2010.6256\x2014.1145\x2010.9932L9.35882\x206.23754C10.5922\x205.79843\x2012.023\x206.0733\x2013.0104\x207.06066Z','M9\x209H11V13H9z','getRealBound','Plus','position','M14\x2016L14\x2014L5\x2014L5\x2016L14\x2016Z','drawWith','M6\x2018.5L1\x2015V9H6','shape-straight-connector2-icon','M15\x205V15H5V5H15ZM7\x2013H13V7H7V13Z','ShapeFlowChartAlternateProcessIcon','ShapeIrregularSeal2Icon','circle','IRenderManagerService','shape.type.brace-pair','M14\x201C14\x203.76142\x2016.2386\x206\x2019\x206V14C16.2386\x2014\x2014\x2016.2386\x2014\x2019H6C6\x2016.2386\x203.76142\x2014\x201\x2014V6C3.76142\x206\x206\x203.76142\x206\x201H14ZM7.70898\x203C7.03702\x205.25744\x205.2574\x207.03596\x203\x207.70801V12.291C5.25753\x2012.963\x207.037\x2014.7425\x207.70898\x2017H12.291C12.963\x2014.7425\x2014.7425\x2012.963\x2017\x2012.291V7.70801C14.7426\x207.03596\x2012.963\x205.25744\x2012.291\x203H7.70898Z','_drawRichText','sheets-shape.line.dashType.title','updateDocumentDataMargin','FlowchartAlternateProcess','ShapeLeftArrowCalloutIcon','ShapeNotchedRightArrowIcon','shape.type.left-right-arrow','stopPropagation','ShapeGradientTypeEnum','sheets-shape.line.arrowType.diamondArrow','M15.9218\x2017L16.0316\x2016.9948C16.5757\x2016.9437\x2017\x2016.5176\x2017\x2016C17\x2015.4824\x2016.5757\x2015.0563\x2016.0316\x2015.0052L15.9218\x2015H10.0793C9.4835\x2015\x209\x2015.448\x209\x2016C9\x2016.552\x209.4835\x2017\x2010.0793\x2017H15.9218Z','RightArrowCallout','_hasReset','M2.94608\x203.3616C2.93684\x203.12839\x203.1284\x202.93683\x203.36161\x202.94607L7.11674\x203.09489C7.46524\x203.1087\x207.63036\x203.5308\x207.38374\x203.77742L3.77743\x207.38374C3.53081\x207.63035\x203.10871\x207.46523\x203.0949\x207.11673L2.94608\x203.3616Z','M18\x203V15H14.2881L14.0938\x2015.0859L6.5\x2018.4609V15H2V3H18Z','primary.600','BOTTOM','sheets-shape.line.dashType.longDashDot','M13\x207H10.1719L14.1719\x203H3V14.1719L7\x2010.1719V13L1\x2019V1H19L13\x207Z','M10\x2019C7.62453\x2019\x204\x2017\x204\x2017V7C4\x207\x207.62453\x209\x2010\x209C12.3755\x209\x2016\x207\x2016\x207V17C16\x2017\x2012.3755\x2019\x2010\x2019ZM10\x2017C10.7597\x2017\x2011.9417\x2016.6443\x2013.123\x2016.1533C13.4419\x2016.0208\x2013.7389\x2015.8867\x2014\x2015.7646V10.1084C12.833\x2010.5521\x2011.3464\x2011\x2010\x2011C8.65361\x2011\x207.16698\x2010.5521\x206\x2010.1084V15.7646C6.26114\x2015.8867\x206.55806\x2016.0208\x206.87695\x2016.1533C8.05829\x2016.6443\x209.24026\x2017\x2010\x2017Z','shape.type.star4','shape.type.gear6','align.middle','get','sheets-shape.fill.noFill','invert','Plugin','M7.6091\x206.19862C7.71516\x206.08227\x207.86203\x206.008\x208.01946\x206.008C8.30134\x206.008\x208.52985\x206.2365\x208.52985\x206.51838V13.495C8.52985\x2013.7739\x208.30373\x2014\x208.0248\x2014C7.74588\x2014\x207.51976\x2013.7739\x207.51976\x2013.495V7.44756C7.28541\x207.71253\x207.01259\x207.9357\x206.7032\x208.11706C6.37588\x208.30892\x206\x208.0423\x206\x207.6629C6\x207.41785\x206.16328\x207.20549\x206.38523\x207.10161C6.56197\x207.01889\x206.74438\x206.91442\x206.93595\x206.78822C7.19346\x206.6016\x207.41785\x206.40844\x207.6091\x206.19862Z','transformToDrawingPosition','M6.00008\x2015.3138L6.00013\x203.99987L15\x2010L6.00008\x2015.3138ZM7.99994\x207.73572L7.99992\x2011.8099L11.2407\x209.89643L7.99994\x207.73572Z','ShapeHalfFrameIcon','textRect','M1\x209V1H9L1\x209ZM3\x204.17188L4.17188\x203H3V4.17188Z','setCursor','BentUpArrow','M3.42871\x2014C2.42459\x2014\x200.000405788\x2013.0002\x200\x2013L1.71387\x208.5L0\x203C0.000405788\x203.00017\x202.42459\x204\x203.42871\x204V6C3.29459\x206\x203.1584\x205.99211\x203.02344\x205.97852L3.8291\x208.56543L2.59668\x2011.8027C2.72342\x2011.8404\x202.84589\x2011.8757\x202.96191\x2011.9053C3.29605\x2011.9903\x203.43669\x2011.9999\x203.42871\x2012H4V6H3.42871V4H6V14H3.42871Z','floor','1em','_updateTransform','objects','REMOVE','ShapeDodecagonIcon','shape.type.up-arrow','shape-chart-star-icon','ShapeFlowChartSortIcon','M15.198\x202L15.076\x202.00519C14.4714\x202.05633\x2014\x202.48243\x2014\x203C14\x203.51757\x2014.4714\x203.94367\x2015.076\x203.99481L15.198\x204H17.8007C18.4628\x204\x2019\x203.55203\x2019\x203C19\x202.44797\x2018.4628\x202\x2017.8007\x202L15.198\x202Z','ShapeBorderCallout3Icon','DRAWING_SHAPE','_contextService','shape-vertical-scroll-icon','shape.type.pie','createElement','M2\x2012V7H4V12C4\x2012.5217\x204.44895\x2013.2629\x205.79004\x2013.9336C7.07164\x2014.5744\x207.91244\x2015\x2010\x2015C12.0876\x2015\x2012.9284\x2014.5744\x2014.21\x2013.9336C15.551\x2013.2629\x2016\x2012.5217\x2016\x2012V6.5H18V12C18\x2013.6872\x2016.6583\x2014.9456\x2015.1045\x2015.7227C13.4907\x2016.5296\x2012.3307\x2017\x2010\x2017C7.66928\x2017\x206.50934\x2016.5296\x204.89551\x2015.7227C3.34167\x2014.9456\x202\x2013.6872\x202\x2012Z','None','shape.type.folder-corner','isConnectorShape','toolbar.horizontalAlignMode.main','\x20px','disableShapeOption','updateConnectionDetection','UniverIcon','shape-action-button-back-previous-icon','M19.0001\x204V15H6.00014V4H19.0001Z','shape.type.action-button-forward-next','_connectionSiteObjects','M16\x203V13H4V3H16ZM6\x2011H14V5H6V11Z','url(#path-3-inside-1_376_54)','BorderCallout3','sheets-shape.line.dashType.longDash','Round2SameRect','Cloud','with','ShapeLineCapEnum','SetShapeFillColorCommand','shape-left-up-arrow-icon','HorizontalAlign','_focusedDrawings','shape-action-button-movie-icon','M19\x203V15L18.084\x2014.8984C15.7694\x2014.6413\x2013.4377\x2015.2082\x2011.5\x2016.5C8.89655\x2018.5249\x205.32075\x2018.7159\x202.52441\x2017.0088L2.25684\x2016.8379L1\x2016V3H19ZM3\x2014.9297L3.36621\x2015.1738C5.48262\x2016.5846\x208.26471\x2016.4825\x2010.2725\x2014.9209L10.3301\x2014.876L10.3906\x2014.8359C12.3558\x2013.5258\x2014.6575\x2012.8379\x2017\x2012.8398V5H3V14.9297Z','trim','shape-text-editor','flipV','shape-flow-chart-magnetic-disk-icon','_initCommandInterceptor','GROUP','M4\x209V4H9V9H4ZM7\x206H6V7H7V6Z','ShapeFlowChartPunchedCardIcon','ShapeActionButtonDocumentIcon','warn','M13.5\x208C13.5\x207.72386\x2013.2761\x207.5\x2013\x207.5C12.7239\x207.5\x2012.5\x207.72386\x2012.5\x208C12.5\x208.27614\x2012.7239\x208.5\x2013\x208.5V10C11.8954\x2010\x2011\x209.10457\x2011\x208C11\x206.89543\x2011.8954\x206\x2013\x206C14.1046\x206\x2015\x206.89543\x2015\x208C15\x209.10457\x2014.1046\x2010\x2013\x2010V8.5C13.2761\x208.5\x2013.5\x208.27614\x2013.5\x208Z','getBasicShapeRelation','RibbonStartGroup','IDrawingManagerService','_shapeId','_cxtHandlerPointerMove','ShapeRound2SameRectIcon','shape-moon-icon','sheetViewStartRow','_updateAdjustControlPositions','shape.type.left-arrow','_registerGroupFeaturePasteHook','M20\x2010L10\x2018L0\x2010L10\x202L20\x2010ZM3.2002\x2010L10\x2015.4385L16.7988\x2010L10\x204.56055L3.2002\x2010Z','CENTER','_reset','next','rotate(135\x207.72\x204.5)scale(1\x20-1)','useEditor','sheet.command.update-shape-data','#00ff00','M17\x2010C17\x206.13401\x2013.866\x203\x2010\x203C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017V19C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201C14.9706\x201\x2019\x205.02944\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019V17C13.866\x2017\x2017\x2013.866\x2017\x2010Z','sheet.operation.close-sheet-shape-format-panel','toDisposable','getObjectIncludeInGroup','DrawingTypeEnum','M17.8575\x203V4H19.0001V4.85742H20.0001V7.64258H19.0001V11.3574H20.0001V14.1426H19.0001V15H17.8575V16H14.6427V15H10.3575V16H7.1427V15H6.00012V14.1426H5.00012V11.3574H6.00012V7.64258H5.00012V4.85742H6.00012V4H7.1427V3H10.3575V4H14.6427V3H17.8575Z','_isHighlighted','path-1-inside-1_379_199','_activeShapeAdjustPointList','_initSheetChange','shape-action-button-information-icon','COMMAND','open','M11.9156\x205.81614C12.6636\x205.81614\x2013.2906\x206.02514\x2013.7746\x206.46514C14.2476\x206.90514\x2014.4896\x207.46614\x2014.4896\x208.15914C14.4896\x208.84114\x2014.2256\x209.45714\x2013.7196\x2010.0181C13.4116\x2010.3371\x2012.8726\x2010.7551\x2012.0916\x2011.2831C11.2446\x2011.8441\x2010.7386\x2012.3391\x2010.5736\x2012.7681H13.9726C14.2642\x2012.7681\x2014.5006\x2013.0045\x2014.5006\x2013.2961C14.5006\x2013.5877\x2014.2642\x2013.8241\x2013.9726\x2013.8241H9.5886C9.31245\x2013.8241\x209.0838\x2013.599\x209.12511\x2013.3259C9.21238\x2012.7491\x209.45704\x2012.2313\x209.8696\x2011.7671C10.1556\x2011.4261\x2010.7496\x2010.9531\x2011.6406\x2010.3371C12.1686\x209.96314\x2012.5426\x209.66614\x2012.7626\x209.43514C13.1146\x209.03914\x2013.3016\x208.61014\x2013.3016\x208.14814C13.3016\x207.70814\x2013.1806\x207.37814\x2012.9386\x207.15814C12.6966\x206.93814\x2012.3336\x206.82814\x2011.8716\x206.82814C11.3766\x206.82814\x2011.0026\x206.99314\x2010.7496\x207.33414C10.5733\x207.55452\x2010.4559\x207.83867\x2010.3907\x208.19314C10.3317\x208.5143\x2010.0727\x208.77514\x209.74618\x208.77514C9.40855\x208.77514\x209.12958\x208.49744\x209.18359\x208.16417C9.28101\x207.56304\x209.51701\x207.0627\x209.8916\x206.66314C10.3976\x206.09114\x2011.0796\x205.81614\x2011.9156\x205.81614Z','sheet.command.menu-insert-shape','flipY','shape.type.math-multiply','shape-bevel-icon','ShapeLeftUpArrowIcon','shape-flow-chart-decision-icon','M19\x208V17H1V8L6\x203H14L19\x208ZM3\x2015H17V9.0293L13.3584\x205H6.72363L3\x208.93555V15Z','ShapeActionButtonBeginningIcon','memo','FromArray','_subUnitId','_activeAdjustInfo','shape-callout2-icon','attrs','shapeData','shape.type.curved-connector3-arrow1','remove$','ShapeCanIcon','_handleConnectorPointerUp','_isConnecting','_getConnectPointInfo','DiagStripe','M4.59429\x209.91609C4.93605\x2010.1678\x205.17425\x2010.4895\x205.30888\x2010.8811C5.45387\x2011.2727\x205.52636\x2011.8182\x205.52636\x2012.5175V14.5734C5.52636\x2015.2867\x205.53154\x2015.7273\x205.5419\x2015.8951C5.56261\x2016.049\x205.61439\x2016.1818\x205.69724\x2016.2937C5.82152\x2016.4895\x206.08043\x2016.5874\x206.47397\x2016.5874C6.97159\x2016.5874\x207.37498\x2016.9908\x207.37498\x2017.4884V17.7758C7.37498\x2018.3592\x206.90204\x2018.8322\x206.31863\x2018.8322C5.60404\x2018.8322\x205.0914\x2018.7832\x204.7807\x2018.6853C4.48037\x2018.6014\x204.20592\x2018.4126\x203.95737\x2018.1189C3.57419\x2017.6713\x203.37741\x2016.9021\x203.36706\x2015.8112V12.7692C3.36706\x2012.1539\x203.3101\x2011.7063\x203.19618\x2011.4266C3.16427\x2011.3404\x203.06504\x2011.2635\x202.93482\x2011.1959C2.41434\x2010.9258\x202\x2010.4796\x202\x209.89314C2\x209.32887\x202.38078\x208.88862\x202.8914\x208.64847C3.04272\x208.5773\x203.16081\x208.49634\x203.19618\x208.4056C3.3101\x208.12588\x203.36706\x207.67833\x203.36706\x207.06294V4.02098C3.37741\x202.83217\x203.61043\x202.02098\x204.06611\x201.58741C4.30431\x201.34965\x204.55804\x201.1958\x204.82731\x201.12587C5.10693\x201.04196\x205.52119\x201\x206.07007\x201H6.26309C6.87717\x201\x207.37498\x201.49781\x207.37498\x202.11189V2.32277C7.37498\x202.82038\x206.97159\x203.22378\x206.47397\x203.22378C6.07008\x203.22378\x205.80599\x203.32867\x205.68171\x203.53846C5.60922\x203.66434\x205.56261\x203.81119\x205.5419\x203.97902C5.53154\x204.13287\x205.52636\x204.55245\x205.52636\x205.23776V7.31469C5.52636\x208.01399\x205.45905\x208.55245\x205.32441\x208.93007C5.18978\x209.3077\x204.94641\x209.63637\x204.59429\x209.91609Z','dataModel','shape.type.half-frame','M19\x2010.001L10\x2018.001V14H1L4\x2010L1\x206H10V2.00098L19\x2010.001ZM12\x208H5L6.5\x2010L5\x2012H12V13.5459L15.9883\x2010.001L12\x206.45508V8Z','ShapeLightningBoltIcon','shape.type.diamond','shape-left-arrow-icon','START','_initSelection','sequenceExecute','ShapeBentConnector3Arrow2Icon','LeftCircularArrow','shape-star12-icon','DocumentSkeleton','shape.type.wedge-ellipse-callout','_cxnIndex','shape-rt-triangle-icon','equationShape','colStartX','OPERATION','startArrow','shape-bent-connector3-icon','StripedRightArrow','M12\x205.5C12\x204.11929\x2010.8807\x203\x209.5\x203H9V0L0\x209L9\x2018V8H9.5V6H7V13.1719L2.82812\x209L7\x204.82812V5H9.5C9.77614\x205\x2010\x205.22386\x2010\x205.5C10\x205.77614\x209.77614\x206\x209.5\x206V8C10.8807\x208\x2012\x206.88071\x2012\x205.5Z','M19\x2011V19H11L19\x2011ZM17\x2015.8281L15.8281\x2017H17V15.8281Z','shape-line-inv-icon','ShapeFolderCornerIcon','setSrcRect','CurvedLeftArrow','ShapeHeptagonIcon','_onSavingEditorData$','ClearSheetDrawingTransformerOperation','isInGroup','ShapeStraightConnector2Icon','getCurrentRangeDisable$','ShapeHomePlateIcon','replace','M1\x203H5V7H1V3Z','sheets-shape.toggleFlipV','_activeShapeId','Cube','ShapeFlowChartDisplayIcon','Dash','MathDivide','shape-bent-connector3-arrow1-icon','_attachAdjustEvent','attachRangeWithCoord','point','url(#path-1-inside-1_379_219)','shape-right-bracket-icon','Small','M7.95546\x206.5C8.5083\x206.5\x208.97172\x206.68269\x209.32944\x207.06731C9.67903\x207.45192\x209.8579\x207.94231\x209.8579\x208.54808C9.8579\x209.14423\x209.66277\x209.68269\x209.28879\x2010.1731C9.06115\x2010.4519\x208.66277\x2010.8173\x208.08554\x2011.2788C7.45952\x2011.7692\x207.08554\x2012.2019\x206.96359\x2012.5769H9.40449C9.65939\x2012.5769\x209.86603\x2012.7836\x209.86603\x2013.0385C9.86603\x2013.2934\x209.65939\x2013.5\x209.40449\x2013.5H6.53829C6.16701\x2013.5\x205.85654\x2013.1957\x205.93176\x2012.8321C6.017\x2012.4201\x206.18595\x2012.0443\x206.44326\x2011.7019C6.65464\x2011.4038\x207.09367\x2010.9904\x207.7522\x2010.4519C8.14245\x2010.125\x208.41887\x209.86538\x208.58147\x209.66346C8.84164\x209.31731\x208.97985\x208.94231\x208.97985\x208.53846C8.97985\x208.15385\x208.89042\x207.86538\x208.71155\x207.67308C8.53269\x207.48077\x208.2644\x207.38462\x207.92294\x207.38462C7.55708\x207.38462\x207.28066\x207.52885\x207.09367\x207.82692C6.9529\x208.03503\x206.86291\x208.3082\x206.81759\x208.65365C6.78613\x208.89346\x206.59231\x209.08654\x206.35043\x209.08654C6.10164\x209.08654\x205.89745\x208.88275\x205.92578\x208.63557C5.99029\x208.07296\x206.1682\x207.6079\x206.45952\x207.24038C6.83351\x206.74038\x207.33757\x206.5\x207.95546\x206.5Z','ShapeStar8Icon','M14.5\x204.5H12.5V15.5H14.5V4.5Z','sheet.command.shape-doc-align','univer-pt-2','M16.6384\x2017.0539C16.8716\x2017.0632\x2017.0632\x2016.8716\x2017.0539\x2016.6384L16.9051\x2012.8833C16.8913\x2012.5348\x2016.4692\x2012.3696\x2016.2226\x2012.6163L12.6163\x2016.2226C12.3696\x2016.4692\x2012.5348\x2016.8913\x2012.8833\x2016.9051L16.6384\x2017.0539Z','shape-smiley-face-icon','Line','getSheetCommandTarget','_renderManagerService','M11\x203.94343L10.9948\x203.84732C10.9437\x203.37126\x2010.5176\x203\x2010\x203C9.48243\x203\x209.05633\x203.37126\x209.00519\x203.84732L9\x203.94343V16.0556C9\x2016.5769\x209.44797\x2017\x2010\x2017C10.552\x2017\x2011\x2016.5769\x2011\x2016.0556V3.94343Z','M16.043\x2010.75C16.4884\x2010.75\x2016.7114\x2010.2115\x2016.3965\x209.89652L10.1251\x203.6251L3.85367\x209.89653C3.53868\x2010.2115\x203.76177\x2010.75\x204.20722\x2010.75L16.043\x2010.75ZM7.82907\x208.74955L10.1251\x206.45352L12.4211\x208.74955L7.82907\x208.74955Z','other','M13\x2013V19H19V13H13ZM17\x2017H15V15H17V17Z','CUT','ShapeCloudCalloutIcon','M14.5\x2012L8.99998\x2016.5L17.5\x207.50003L14.5\x2012Z','ShapeStar16Icon','ShapeRectTextboxHorizontalIcon','M8\x202C9.2853\x202\x2010.457\x202.42475\x2011.3428\x203.12207C11.8615\x202.96265\x2012.419\x202.875\x2013\x202.875C15.7614\x202.875\x2018\x204.83375\x2018\x207.25C18\x207.97779\x2017.7949\x208.66285\x2017.4355\x209.2666C18.9353\x209.84364\x2020\x2011.297\x2020\x2013C20\x2015.2091\x2018.2091\x2017\x2016\x2017C15.5108\x2017\x2015.0426\x2016.9107\x2014.6094\x2016.75C13.8013\x2017.5234\x2012.7069\x2018\x2011.5\x2018C10.4258\x2018\x209.43972\x2017.6232\x208.66602\x2016.9951C7.77055\x2017.627\x206.67928\x2018\x205.5\x2018C2.46243\x2018\x200\x2015.5376\x200\x2012.5C0\x2010.2946\x201.29808\x208.39235\x203.17188\x207.51562C3.05993\x207.15196\x203\x206.76961\x203\x206.375C3\x203.95875\x205.23858\x202\x208\x202Z','M4.58905\x203.17483L4.48829\x203.08142C3.97124\x202.63669\x203.29491\x202.56296\x202.92893\x202.92893C2.56296\x203.29491\x202.63669\x203.97124\x203.08142\x204.48829L3.17484\x204.58905L15.41\x2016.8242C15.9366\x2017.3508\x2016.6807\x2017.4614\x2017.0711\x2017.0711C17.4614\x2016.6807\x2017.3508\x2015.9366\x2016.8242\x2015.41L4.58905\x203.17483Z','offsetX','svg','getConnectionInfo','disableObjectsEvent','ShapeRightArrowIcon','disposeWithMe','create','ISheetSelectionRenderService','getDrawingEditable','cxnIndex','shape.type.left-circular-arrow','shape.type.star5','sheets-shape.line.dashType.longDashDotDot','path-1-inside-1_379_366','sheets-shape.line.capType.round','ShapeLineDashEnum','_executeConnectedRouteResizeCommand','domY','ActionButtonBeginning','oldRelation','M1\x2010.001L-0.328728\x2011.4958L-2.0104\x2010.001L-0.328728\x208.50616L1\x2010.001ZM10\x2018.001H12V22.4547L8.67127\x2019.4958L10\x2018.001ZM10\x2014H8V12H10V14ZM19\x2014H21V16H19V14ZM19\x206V4H21V6H19ZM10\x206V8H8V6H10ZM10\x202.00098L8.67127\x200.506158L12\x20-2.45271V2.00098H10ZM1\x2010.001L2.32873\x208.50616L11.3287\x2016.5062L10\x2018.001L8.67127\x2019.4958L-0.328728\x2011.4958L1\x2010.001ZM10\x2018.001H8V14H10H12V18.001H10ZM10\x2014V12H19V14V16H10V14ZM19\x2014H17V6H19H21V14H19ZM19\x206V8H10V6V4H19V6ZM10\x206H8V2.00098H10H12V6H10ZM10\x202.00098L11.3287\x203.4958L2.32873\x2011.4958L1\x2010.001L-0.328728\x208.50616L8.67127\x200.506158L10\x202.00098Z','shape-quad-arrow-icon','update$','ActionButtonMovie','_sheetDrawingShapeRenderController','_sidebarService','ShapeHexagonIcon','ShapeFlowChartProcessIcon','ShapeFlowChartManualOperationIcon','_handleFreeEndpointMove','ActionButtonEnd','ShapeMathPlusIcon','M19\x202V18H13V2H19ZM15\x2016H17V4H15V16Z','sheetTransform','useCallback','current','path-1-inside-1_453_267','getConnectionSiteList','shape-bent-up-arrow-icon','RemoveSheetsShapeMutation','M0\x200H20V2H0z','CurvedConnector3','sheets-shape.line.solidLine','shape.type.border-callout3','SheetsShapeService','M19.0002\x204V15H9.00018V4H19.0002Z','sheets-shape.line.dashType.dash','GradientColorPicker','M0\x206H2V14H0V6Z','\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-shrink-0\x20univer-text-sm\x20univer-text-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\x20\x20dark:!univer-text-gray-200\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','Parallelogram','_baseShapeLeft','_addLineFollowShapeUpdates','gdRefR','M12\x2016L8\x2013H4V7H8L12\x204V16ZM8.66699\x209H6V11H8.66699L10\x2012V7.99902L8.66699\x209Z','shape-star10-icon','_getDrawingRect','0\x200\x2016\x2016','_addShapeAdjustControl','displayName','M10\x203C13.3137\x203\x2016\x204.11929\x2016\x205.5C16\x206.88071\x2013.3137\x208\x2010\x208V6C11.3372\x206\x2012.4787\x205.78783\x2013.2666\x205.5C12.4787\x205.21217\x2011.3372\x205\x2010\x205C8.66235\x205\x207.52031\x205.21201\x206.73242\x205.5C7.52031\x205.78799\x208.66235\x206\x2010\x206V8C6.68629\x208\x204\x206.88071\x204\x205.5C4\x204.11929\x206.68629\x203\x2010\x203Z','M16.2134\x2014.7991L16.2971\x2014.8902C16.6937\x2015.3591\x2016.7299\x2015.998\x2016.364\x2016.364C15.998\x2016.7299\x2015.3592\x2016.6937\x2014.8902\x2016.2971L14.7992\x2016.2134L3.78754\x205.20174C3.31357\x204.72777\x203.2457\x204.02638\x203.63605\x203.63604C4.02639\x203.24569\x204.72778\x203.31355\x205.20175\x203.78753L16.2134\x2014.7991Z','ShapeFlowChartPreparationIcon','M19\x2013H1V7H19V13ZM3\x2011H17V9H3V11Z','localeService','computeConnectorRouteLayout','getColorFromTheme','_getConnectionSiteAngle','M4\x2017V7H16V17H4ZM14\x209H6V15H14V9Z','_generatePasteMutations','sheets-shape.line.joinType.miter','ShapeMoonIcon','FlowchartOffPageConnector','activeSheet$','_rerouteConnectorLine','shape.type.diag-stripe','isArray','gradientStops','ShapeUturnArrowIcon','_sidebarDisposable','UpdateLineShapeResizeCommand','shape.type.up-down-arrow','M14\x202.00003C16.7614\x202.00003\x2019\x204.23861\x2019\x207.00003C19\x208.63584\x2018.2134\x2010.0868\x2016.999\x2010.9991L17\x2011L10.0713\x2018L2.99998\x2011V10.9991C1.7859\x2010.0868\x200.999985\x208.63556\x200.999985\x207.00003C0.999985\x204.23861\x203.23856\x202.00003\x205.99998\x202.00003C7.63572\x202.00003\x209.08777\x202.78568\x209.99998\x204.00003C10.9122\x202.7857\x2012.3642\x202.00003\x2014\x202.00003ZM14\x204.00003C13.1097\x204.00003\x2012.3125\x204.38963\x2011.7637\x205.00589L11.7578\x205.00003L9.99608\x206.68167L8.24217\x205.00003L8.23631\x205.00491C7.68759\x204.38888\x206.89005\x204.00003\x205.99998\x204.00003C4.34313\x204.00003\x202.99998\x205.34318\x202.99998\x207.00003C2.99998\x207.89013\x203.38971\x208.68671\x204.00584\x209.23538L3.99998\x209.24222L7.5078\x2012.6084L10.0713\x2015.1719L12.1826\x2013.0596L14.5\x2011L14.334\x2010.8409L16\x209.24222L15.9931\x209.23538C16.6098\x208.68695\x2017\x207.89047\x2017\x207.00003C17\x205.34318\x2015.6568\x204.00003\x2014\x204.00003Z','section','shape.type.irregular-seal2','ShapeIcon','M10\x201C14.9706\x201\x2019\x205.02944\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201ZM10\x203C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017C13.866\x2017\x2017\x2013.866\x2017\x2010C17\x206.13401\x2013.866\x203\x2010\x203Z','setOnSavingEditorData','dispose','ShapeOctagonIcon','shape.type.plaque-tabs','shape.type.star10','M17\x203H3V20C1.89543\x2020\x201\x2019.1046\x201\x2018V3C1\x201.89543\x201.89543\x201\x203\x201H17C18.1046\x201\x2019\x201.89543\x2019\x203V13L12\x2020H3V18H11.1719L17\x2012.1719V3Z','ShapeFlowChartExtractIcon','normal','ShapeFlowChartMergeIcon','univer-text-gray-600\x20univer-transition-transform','shape.type.flow-chart-summing-junction','M10.802\x202L10.924\x202.00519C11.5286\x202.05633\x2012\x202.48243\x2012\x203C12\x203.51757\x2011.5286\x203.94367\x2010.924\x203.99481L10.802\x204H8.19925C7.53723\x204\x207\x203.55203\x207\x203C7\x202.44797\x207.53723\x202\x208.19925\x202L10.802\x202Z','ShapeRenderModeEnum','round','M11\x2017C11\x2016.4477\x2010.5523\x2016\x2010\x2016C9.44772\x2016\x209\x2016.4477\x209\x2017C9\x2017.5523\x209.44772\x2018\x2010\x2018V20C8.34315\x2020\x207\x2018.6569\x207\x2017C7\x2015.3431\x208.34315\x2014\x2010\x2014C11.6569\x2014\x2013\x2015.3431\x2013\x2017C13\x2018.6569\x2011.6569\x2020\x2010\x2020V18C10.5523\x2018\x2011\x2017.5523\x2011\x2017Z','mainComponent','indexOf','url(#path-1-inside-1_379_229)','shape.type.accent-callout3','unitId','shape.type.star24','@univerjs/docs','shape-curved-connector3-icon','OpenArrow','ShapeStar5Icon','shape-star6-icon','ShapeParallelogramIcon','ShapeWedgeRectCalloutIcon','ShapeDiamondIcon','shape.type.curved-right-arrow','_menuManagerService','shape-flow-chart-internal-storage-icon','AlignOperationCommand','adjHandleFill','ShapeRibbonIcon','shape-flow-chart-manual-input-icon','ShapeSnipRoundRectIcon','default','RightTriangle','M19\x202V18H1V2H19ZM3\x2016H17V4H3V16Z','shape-snip2-diag-rect-icon','shape.type.action-button-help','M11.7902\x205.992C12.7142\x205.992\x2013.4292\x206.377\x2013.9352\x207.158C14.3972\x207.884\x2014.6282\x208.852\x2014.6282\x2010.073C14.6282\x2011.283\x2014.3972\x2012.262\x2013.9352\x2012.988C13.4292\x2013.758\x2012.7142\x2014.154\x2011.7902\x2014.154C10.8662\x2014.154\x2010.1512\x2013.758\x209.64524\x2012.988C9.18324\x2012.262\x208.95224\x2011.294\x208.95224\x2010.073C8.95224\x208.841\x209.18324\x207.873\x209.64524\x207.158C10.1512\x206.377\x2010.8662\x205.992\x2011.7902\x205.992ZM11.7902\x207.004C11.1412\x207.004\x2010.6902\x207.356\x2010.4262\x208.071C10.2282\x208.555\x2010.1402\x209.226\x2010.1402\x2010.073C10.1402\x2010.909\x2010.2282\x2011.58\x2010.4262\x2012.075C10.6902\x2012.779\x2011.1412\x2013.142\x2011.7902\x2013.142C12.4282\x2013.142\x2012.8902\x2012.779\x2013.1542\x2012.075C13.3412\x2011.58\x2013.4402\x2010.909\x2013.4402\x2010.073C13.4402\x209.226\x2013.3412\x208.555\x2013.1542\x208.071C12.8902\x207.356\x2012.4282\x207.004\x2011.7902\x207.004Z','shape-accent-border-callout1-icon','Donut','M17.8576\x203V4H19.0002V4.85742H20.0002V7.64258H19.0002V11.3574H20.0002V14.1426H19.0002V15H17.8576V16H14.6428V15H10.3576V16H7.14276V15H6.00018V14.1426H5.00018V11.3574H6.00018V7.64258H5.00018V4.85742H6.00018V4H7.14276V3H10.3576V4H14.6428V3H17.8576Z','angular','scaleX','LeftRightArrow','_updateShapeAdjustControls','deepClone','shape.type.flow-chart-magnetic-drum','M17.6819\x2016.2938C17.8534\x2016.1355\x2017.8534\x2015.8645\x2017.6819\x2015.7062L14.9214\x2013.1561C14.6652\x2012.9195\x2014.25\x2013.1012\x2014.25\x2013.45V18.55C14.25\x2018.8988\x2014.6652\x2019.0805\x2014.9214\x2018.8439L17.6819\x2016.2938Z','InputNumber','univerjs-icon\x20univerjs-icon-','M16.5713\x206C17.5754\x206\x2019.9996\x206.99983\x2020\x207L18.2861\x2011.5L20\x2017C19.9996\x2016.9998\x2017.5754\x2016\x2016.5713\x2016V14C16.7054\x2014\x2016.8416\x2014.0079\x2016.9766\x2014.0215L16.1709\x2011.4346L17.4033\x208.19727C17.2766\x208.1596\x2017.1541\x208.12425\x2017.0381\x208.09473C16.704\x208.00972\x2016.5633\x208.0001\x2016.5713\x208H16V14H16.5713V16H14V6H16.5713Z','url(#path-1-inside-1_379_353)','cos','_addLineRerouteUpdates','getMenuHiddenObservable','ShapeUpDownArrowCalloutIcon','shape.type.left-right-circular-arrow','ShapeBevelIcon','SHEET_VIEWPORT_KEY','shape.type.left-right-ribbon','Round1Rect','_clearConnectionSites','UniverSheetsUi','ShapeTrapezoidIcon','PREDEFINED_HOOK_NAME','SolidLine','ShapeBentConnector3Arrow1Icon','shape-star32-icon','rotation','Callout1','M1\x2013H5V17H1V13Z','shape-left-right-up-arrow-icon','getViewportByCell','Frame','shape-bracket-pair-icon','_openShapeEditPanel','ThemeService','ShapeQuadArrowIcon','_executeConnectionCommand','UpDownArrowCallout','M1.00012\x2017L6.00012\x209','unsubscribe','_getShapeAdjustPointListById','shape.type.star7','lineType','PaintBucketDoubleIcon','ColorPicker','getShapeModel','ShapeActionButtonSoundIcon','shape.type.heptagon','colorChannel1','_initialize','shape.type.striped-right-arrow','ShapeGear6Icon','ShapeChevronIcon','adjustValues','M16\x2015V17H4V15H16ZM17\x2014V6C17\x205.44772\x2016.5523\x205\x2016\x205H4C3.44772\x205\x203\x205.44772\x203\x206V14C3\x2014.5523\x203.44772\x2015\x204\x2015V17C2.39489\x2017\x201.08421\x2015.7394\x201.00391\x2014.1543L1\x2014V6C1\x204.34315\x202.34315\x203\x204\x203H16L16.1543\x203.00391C17.7394\x203.08421\x2019\x204.39489\x2019\x206V14L18.9961\x2014.1543C18.9184\x2015.6883\x2017.6883\x2016.9184\x2016.1543\x2016.9961L16\x2017V15C16.5523\x2015\x2017\x2014.5523\x2017\x2014Z','SHAPE','IContextService','M15.1426\x2012H16.4385L15.2188\x2010L16.4648\x207.95508L15.1426\x207.93945V4.92871H12V3.6084L10\x204.8584L8\x203.6084V4.92871H5.3457V8.05859L4.02832\x208.01953L5.48926\x2010.0146L4\x2012H5.3457V15.0713H8V16.3906L10\x2015.1416L12\x2016.3906V15.0713H15.1426V12ZM17.1426\x2017.0713H14V20L10\x2017.5L6\x2020V17.0713H3.3457V14H0L3\x2010L0\x205.90332L3.3457\x206V2.92871H6V0L10\x202.5L14\x200V2.92871H17.1426V5.96484L20\x206L17.5605\x2010L20\x2014H17.1426V17.0713Z','_clearShapeConnectorHandlerObjects','ShapeSwooshArrowIcon','useDependency','getEditing','shape.type.accent-border-callout3','shape.type.action-button-return','url(#path-1-inside-1_379_199)','M1.98682\x2013.4992C1.98682\x2012.5603\x202.74793\x2011.7992\x203.68682\x2011.7992H14.2868C15.2257\x2011.7992\x2015.9868\x2012.5603\x2015.9868\x2013.4992V13.4992C15.9868\x2014.4381\x2015.2257\x2015.1992\x2014.2868\x2015.1992H3.68682C2.74793\x2015.1992\x201.98682\x2014.4381\x201.98682\x2013.4992V13.4992Z','ShapeActionButtonBlankIcon','FlowchartCollate','shape-action-button-forward-next-icon','@univerjs/design','shape-flow-chart-offpage-connector-icon','add$','shape.type.flow-chart-delay','shape-ribbon-icon','M20\x2010L12.5\x2017V13.0312H7.5V17L0\x2010L7.5\x203V6.96875H12.5V3L20\x2010ZM14.5\x208.96875H5.5V7.60156L2.92969\x2010L5.5\x2012.3975V11.0312H14.5V12.3975L17.0693\x2010L14.5\x207.60156V8.96875Z','undo','shape-action-button-end-icon','find','horizontalAlign','borderEnabled','M18\x2019H2L6\x201H14L18\x2019ZM4.49316\x2017H15.5068L12.3955\x203H7.60449L4.49316\x2017Z','Shape','shape-rect-icon','NoFill','univer-absolute\x20univer-z-[100]\x20univer-overflow-visible','shape-irregular-seal1-icon','M4.80199\x2016L4.92404\x2016.0052C5.52855\x2016.0563\x206\x2016.4824\x206\x2017C6\x2017.5176\x205.52855\x2017.9437\x204.92404\x2017.9948L4.80199\x2018H2.19925C1.53723\x2018\x201\x2017.552\x201\x2017C1\x2016.448\x201.53723\x2016\x202.19925\x2016H4.80199Z','shape.type.heart','Ribbon2','shape.type.bent-up-arrow','LeftRightCircularArrow','rotate(-30\x2012.87\x206.73)','ShapeLineJoinEnum','shape-action-button-return-icon','M4\x203H16C17.1046\x203\x2018\x203.89543\x2018\x205V13C18\x2014.1046\x2017.1046\x2015\x2016\x2015H14.2881L14.0938\x2015.0859L6.5\x2018.4609V15H4C2.89543\x2015\x202\x2014.1046\x202\x2013V5C2\x203.89543\x202.89543\x203\x204\x203Z','_transformCalculateSrcRect','rowStartY','includes','UniverProSheetsShape','NoSmoking','ShapeArrowTypeEnum','shape.type.accent-border-callout2','add','shape.type.flow-chart-terminator','shape-action-button-beginning-icon','calcAdjValue','rotateEnabled','_commandExecutedListener','univer-flex\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200','shape.type.bent-connector3','endConnectionDetection','ShapeActionButtonHomeIcon','M7\x206H12V4.60156L15.3936\x206.71289L12\x209.125V8H8C6.34315\x208\x205\x209.34315\x205\x2011V17H3V10L1\x2010V19H7V11C7\x2010.4477\x207.44771\x2010\x208\x2010H10V13.001L19\x206.60156L10\x201.00098L10\x204H7C3.68629\x204\x201\x206.68629\x201\x2010L3\x2010C3\x207.79086\x204.79086\x206\x207\x206Z','ShapeStar4Icon','shape-hexagon-icon','TOP','RoundDot','shape.type.gear9','QuadArrowCallout','_registerOperations','M8.01281\x201.36643C8.79386\x200.585377\x2010.0602\x200.585378\x2010.8412\x201.36643L12.9223\x203.44752C13.7034\x204.22857\x2013.7034\x205.4949\x2012.9223\x206.27595L9.36445\x209.83383C8.5834\x2010.6149\x207.31707\x2010.6149\x206.53602\x209.83383L4.45493\x207.75273C3.67388\x206.97168\x203.67388\x205.70535\x204.45493\x204.9243L8.01281\x201.36643ZM9.9927\x202.21495C9.68028\x201.90253\x209.17375\x201.90253\x208.86133\x202.21495L5.30346\x205.77283L5.29671\x205.77966L10.839\x206.66224L12.0738\x205.42742C12.3862\x205.115\x2012.3862\x204.60847\x2012.0738\x204.29605L9.9927\x202.21495Z','getActualSize','idSuffix','ShapeLineTypeEnum','http://www.w3.org/2000/svg','registerFeatureMenuOffset','fill','ShapeSnip2SameRectIcon','_handleConnectedEndpointPointerUp','RightArrow','ShapeEllipseRibbonIcon','capType','DRAWING_OBJECT_LAYER_INDEX','M8\x202H13V4H8C7.47831\x204\x206.73706\x204.44895\x206.06641\x205.79004C5.42561\x207.07164\x205\x207.91244\x205\x2010C5\x2012.0876\x205.42561\x2012.9284\x206.06641\x2014.21C6.73706\x2015.551\x207.47831\x2016\x208\x2016H13.5V18H8C6.31275\x2018\x205.05437\x2016.6583\x204.27734\x2015.1045C3.47043\x2013.4907\x203\x2012.3307\x203\x2010C3\x207.66928\x203.47043\x206.50934\x204.27734\x204.89551C5.05437\x203.34167\x206.31275\x202\x208\x202Z','cxnPointStrokeWidth','entries','M10\x206.00001C10.8571\x206.00001\x2011.5338\x206.21564\x2012.0414\x206.64691C12.4925\x207.03505\x2012.718\x207.52022\x2012.718\x208.09165C12.718\x208.49057\x2012.6278\x208.8248\x2012.4474\x209.09434C12.2444\x209.38545\x2011.9398\x209.60108\x2011.5338\x209.75203V9.78437C11.9173\x209.87062\x2012.2556\x2010.0863\x2012.5263\x2010.4313C12.8421\x2010.7978\x2013\x2011.2183\x2013\x2011.7035C13\x2012.3828\x2012.7406\x2012.9326\x2012.2218\x2013.3639C11.6917\x2013.7844\x2010.9474\x2014\x2010\x2014C9.04135\x2014\x208.29699\x2013.7844\x207.7782\x2013.3639C7.2594\x2012.9326\x207\x2012.3828\x207\x2011.7035C7\x2011.2183\x207.15789\x2010.7978\x207.47368\x2010.4313C7.74436\x2010.0863\x208.07143\x209.87062\x208.46617\x209.78437V9.75203C8.06015\x209.60108\x207.75564\x209.38545\x207.55263\x209.09434C7.37218\x208.8248\x207.28195\x208.49057\x207.28195\x208.09165C7.28195\x207.52022\x207.50752\x207.03505\x207.95865\x206.64691C8.45489\x206.21564\x209.14286\x206.00001\x2010\x206.00001ZM10\x206.93801C9.50376\x206.93801\x209.10902\x207.05661\x208.81579\x207.31537C8.55639\x207.531\x208.43233\x207.81133\x208.43233\x208.13478C8.43233\x208.50135\x208.53383\x208.79246\x208.74812\x209.00809C9.00752\x209.26685\x209.42481\x209.39623\x2010\x209.39623C10.5639\x209.39623\x2010.9812\x209.26685\x2011.2519\x209.00809C11.4549\x208.79246\x2011.5677\x208.50135\x2011.5677\x208.13478C11.5677\x207.81133\x2011.4323\x207.531\x2011.1842\x207.31537C10.891\x207.05661\x2010.4962\x206.93801\x2010\x206.93801ZM10\x2010.2695C9.41353\x2010.2695\x208.96241\x2010.3989\x208.66917\x2010.6793C8.36466\x2010.938\x208.21804\x2011.2722\x208.21804\x2011.7035C8.21804\x2012.1024\x208.36466\x2012.4259\x208.68045\x2012.6739C8.98496\x2012.9218\x209.42481\x2013.0512\x2010\x2013.0512C10.5639\x2013.0512\x2011.015\x2012.9218\x2011.3421\x2012.6739C11.6353\x2012.4259\x2011.782\x2012.1024\x2011.782\x2011.7035C11.782\x2011.2722\x2011.6353\x2010.938\x2011.3421\x2010.69C11.0263\x2010.4097\x2010.5865\x2010.2695\x2010\x2010.2695Z','startConnectionDetection','sqrt','BlockArrow','shape-square-tabs-icon','DrawingApplyType','M10\x203C13.866\x203\x2017\x206.13401\x2017\x2010C17\x2013.866\x2013.866\x2017\x2010\x2017H2V3H10Z','ShapeTriangleIcon','isEditing','div','getObject','Callout3','shape.type.flow-chart-internal-storage','Star4','getCurrentTypeOfUnit$','getUnit','shapeId','M11.7646\x2020H5L9.23535\x200H16L11.7646\x2020ZM7.5\x2018H10.1553L13.6553\x202H11L7.5\x2018Z','univer-mb-2','ShapeActionButtonEndIcon','sheets-shape.line.dashType.squareDot','align.center','shape-flow-chart-summing-junction-icon','shape.type.down-arrow','setContextValue','FlowchartDecision','UniverUi','getCurrentUnitInfo','shape.type.quad-arrow','ShapeStar6Icon','index','825105wQdZId','shape-border-callout1-icon','M17.8574\x203V4H19V4.85742H20V7.64258H19V11.3574H20V14.1426H19V15H17.8574V16H14.6426V15H10.3574V16H7.14258V15H6V14.1426H5V11.3574H6V7.64258H5V4.85742H6V4H7.14258V3H10.3574V4H14.6426V3H17.8574Z','@univerjs/docs-ui','ShapeLeftRightRibbonIcon','shape-double-wave-icon','iterator','M13.8037\x201.84277L18.458\x206.92188L18.1572\x2013.8037L13.0781\x2018.458L6.19629\x2018.1572L1.54199\x2013.0781L1.84277\x206.19629L6.92188\x201.54199L13.8037\x201.84277ZM3.80469\x207.11133L3.57617\x2012.3379L7.11133\x2016.1953L12.3369\x2016.4238L16.1943\x2012.8887L16.4229\x207.66211L12.8887\x203.80566L7.66113\x203.57715L3.80469\x207.11133Z','M11\x209V4H16V9H11ZM14\x206H13V7H14V6Z','UniverSheetsDrawingUi','shape-flow-chart-predefined-process-icon','onScrollAfter$','changeEnd$','gradientAngle','M11\x2012H9V16H11V12Z','shape-flow-chart-punched-tape-icon','shape-chart-plus-icon','object','Corner','Chevron','shape-left-right-arrow-icon','rotate(45\x203.64\x202.22)','ShapeFlowChartOrIcon','M3.00488\x209.79785C3.11016\x207.68264\x204.85865\x206\x207\x206H10V5.92773L10.0938\x206H15V3.12891L8.70215\x203.52246C5.49737\x203.72276\x203\x206.38081\x203\x209.5918C3\x209.66075\x203.00259\x209.72941\x203.00488\x209.79785ZM1\x209.5918C1\x205.32466\x204.31832\x201.79254\x208.57715\x201.52637L17\x201V8H7C5.89543\x208\x205\x208.89543\x205\x2010C5\x2011.1046\x205.89543\x2012\x207\x2012V14C5.39362\x2014\x204.00936\x2013.0526\x203.37305\x2011.6865C4.1649\x2013.8423\x206.1435\x2015.4397\x208.55371\x2015.6494L14\x2016.124V16.2969L15.5576\x2015.2754L13.9062\x2014H7V12H12V10L19\x2015.4072L12\x2020V17.957L8.38086\x2017.6416C4.2052\x2017.2785\x201.00018\x2013.7832\x201\x209.5918Z','isFrom','shape-right-arrow-icon','getDrawingData','sheets-shape.line.title','sheets-shape.line.arrowType.ovalArrow','shapeType','register','ShapeFlowChartMagneticTapeIcon','ShapeLeftRightArrowIcon','shape-up-arrow-callout-icon','UniverCore','M7\x201C7\x204.31371\x204.31371\x207\x201\x207V1H7ZM3\x204.46289C3.60673\x204.11172\x204.11276\x203.60678\x204.46387\x203H3V4.46289Z','evenodd','ShapeStar32Icon','Medium','ShapeStraightConnector1Icon','viewportScrollY','shape.type.funnel','ActionButtonDocument','_props','shape.type.lightning-bolt','univer-w-full','M10\x201C13.9274\x201\x2018\x202.79086\x2018\x205C18\x207.20914\x2013.9274\x209\x2010\x209V7C11.7519\x207\x2013.5109\x206.5947\x2014.7752\x205.98828C15.4109\x205.68336\x2015.8349\x205.36933\x2016.0712\x205.11426C16.1115\x205.0707\x2016.1404\x205.03108\x2016.1641\x205C16.1404\x204.96892\x2016.1115\x204.9293\x2016.0712\x204.88574C15.8349\x204.63067\x2015.4109\x204.31664\x2014.7752\x204.01172C13.5109\x203.4053\x2011.7519\x203\x2010\x203C8.24812\x203\x206.48914\x203.4053\x205.22483\x204.01172C4.58914\x204.31664\x204.16507\x204.63067\x203.92882\x204.88574C3.88828\x204.92952\x203.85882\x204.96883\x203.83507\x205C3.85882\x205.03118\x203.88828\x205.07048\x203.92882\x205.11426C4.16507\x205.36933\x204.58914\x205.68336\x205.22483\x205.98828C6.48914\x206.5947\x208.24812\x207\x2010\x207V9C6.07264\x209\x202\x207.20914\x202\x205C2\x202.79086\x206.07264\x201\x2010\x201Z','shape-heptagon-icon','shape.type.star16','ShapeBorderCallout2Icon','top','UpdateSheetsShapeDataMutation','M19\x201V14L13.5\x2019H1V6L6\x201H19ZM3\x2017H12V8H3V17ZM14\x207V16L17\x2013V4L14\x207ZM3.5\x206H12.3887L15.5\x203H6.61133L3.5\x206Z','path-3-inside-1_376_54','worldRect','use','Snip1Rect','domX','ShapeDocAlignCommand','VIEW_MAIN_TOP','editorHeight','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','shape-frame-icon','undos','shape.type.double-wave','RIGHT','Callout','shape-curved-connector3-arrow2-icon','shape.type.teardrop','AlignRightCommand','shape.type.irregular-seal1','M17\x2010V3H10C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017V19C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201H19V10C19\x2014.9706\x2014.9706\x2019\x2010\x2019V17C13.866\x2017\x2017\x2013.866\x2017\x2010Z','_getScrollInfo','ICommandService','shape.type.rect','hasShape','_addShapeConnectorHandlerObject','Star8','Injector','Hexagon','prstGeom','ancestorTransform','_baseShapeWidth','M7.58641\x206.33811C7.69108\x206.22386\x207.83569\x206.15094\x207.99065\x206.15094C8.26885\x206.15094\x208.49438\x206.37647\x208.49438\x206.65467V13.3511C8.49438\x2013.6261\x208.27143\x2013.8491\x207.99642\x2013.8491C7.7214\x2013.8491\x207.49845\x2013.6261\x207.49845\x2013.3511V7.56334C7.26654\x207.82427\x206.99641\x208.04389\x206.68997\x208.22217C6.36833\x208.4093\x205.99999\x208.14751\x205.99999\x207.77541C5.99999\x207.53458\x206.16061\x207.32594\x206.37895\x207.22433C6.55349\x207.1431\x206.73362\x207.04047\x206.92282\x206.91644C7.17667\x206.73339\x207.39786\x206.54392\x207.58641\x206.33811Z','dashType','shape.type.triangle','shape.type.right-arrow','params','FlowchartOnlineStorage','Vector2','beginPath','getShapeType','visible','registerFeatureMenu','ShapeFlowChartDelayIcon','ShapeAccentCallout3Icon','M19\x2013C15.6863\x2013\x2013\x2015.6863\x2013\x2019H19V13ZM17\x2017H15.5361C15.8873\x2016.3931\x2016.3931\x2015.8873\x2017\x2015.5361V17Z','ShapeGear9Icon','_shapeService','M18.3879\x201.77539C19.3847\x203.76941\x2019.2367\x206.14506\x2018.0002\x208H16.0002V19H1.50016C0.00464678\x2016.9063\x200.00464678\x2014.0937\x201.50016\x2012H4.00016V1H18.0002L18.3879\x201.77539ZM2.6691\x2014C2.28241\x2014.9616\x202.28241\x2016.0384\x202.6691\x2017H2.78629C3.13878\x2016.0358\x203.12936\x2014.9674\x202.74528\x2014H2.6691ZM6.00016\x2017H14.0002V8H6.50016C6.30909\x207.7325\x206.14241\x207.45301\x206.00016\x207.16504V17ZM7.6691\x203C7.28241\x203.9616\x207.28241\x205.0384\x207.6691\x206H7.76383C7.96918\x205.05642\x207.9817\x204.08131\x207.79508\x203.13477L7.74528\x203H7.6691ZM9.84391\x203C10.0989\x203.98685\x2010.1046\x205.01681\x209.8693\x206H15.9992V3H9.84391ZM16.0002\x206H16.7863C17.1388\x205.03576\x2017.1294\x203.96743\x2016.7453\x203H16.0002V6Z','attachTransformerTo','M19.6819\x2016.2938C19.8534\x2016.1355\x2019.8534\x2015.8645\x2019.6819\x2015.7062L16.9214\x2013.1561C16.6652\x2012.9195\x2016.25\x2013.1012\x2016.25\x2013.45V18.55C16.25\x2018.8988\x2016.6652\x2019.0805\x2016.9214\x2018.8439L19.6819\x2016.2938Z','shape-right-brace-icon','_currentUniverService','sheets-shape.line.noLine','Star6','_sheetDrawingService','shape-decagon-icon','sheet.operation.open-sheet-shape-format-panel','shape-plaque-tabs-icon','ShapePentagonIcon','_activeShapeModel','ShapeLeftRightArrowCalloutIcon','shape-left-brace-icon','SheetDrawingAnchor','_drawShapeText','stringify','SHEET_SHAPE_UI_PLUGIN','_initEvents','_baseDrawingRect','_baseShapeTop','ShapeFlowChartMultidocumentIcon','LongDash','_isOpenedShapeEditPanel','multiply','DiamondArrow','getDrawingByParam','DrawingCommonPanel','shape.type.sun','redos','ShapeDonutIcon','ShapeFillEnum','ShapeChordIcon','symbol','shape.type.round-rect','skeleton','M3\x206H5V14H3V6Z','shape.type.callout1','shape.type.flow-chart-display','max','shape.type.flow-chart-preparation','SheetsSelectionsService','_index','shape-accent-callout3-icon','subscribeEvent','ShapeLeftRightCircularArrowIcon','shape.type.math-plus','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-font-semibold\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','shape.type.flow-chart-connector','IrregularSeal1','startX','Rect','DownArrow','shape.type.up-down-arrow-callout','UniverEngineRender','shape.type.accent-callout2','align.right','shape-trapezoid-icon','startRow','M19\x2017H1V6L19\x202V17ZM3\x207.60352V15H17V4.49219L3\x207.60352Z','shape-brace-pair-icon','M19\x2019H1L10\x201L19\x2019ZM4.23633\x2017H15.7637L10\x205.47266L4.23633\x2017Z','has','shape-plus-icon','function','sheets-shape.fill.title','1206KOOhFv','M20\x2010.001L11\x2018.001V14H6V6H11V2.00098L20\x2010.001ZM13\x208H8V12H13V13.5459L16.9883\x2010.001L13\x206.45508V8Z','sheets-shape.fill.gradientFill','vertical','toolbar.verticalAlignMode.main','ShapeFlowChartSummingJunctionIcon','M12.3606\x207.25783H20L13.8197\x2011.7432L16.1803\x2019L10\x2014.5146L3.81969\x2019L6.18031\x2011.7432L0\x207.25783H7.63939L10\x200L12.3606\x207.25783ZM9.16726\x209.35845H6.47294L8.65284\x2010.9401L7.8201\x2013.4992L10\x2011.9186L12.1789\x2013.4992L11.3472\x2010.9401L13.5271\x209.35845H10.8327L10\x206.79832L9.16726\x209.35845Z','isNaN','shape.type.math-not-equal','IUndoRedoService','M19.083\x207H17V16.9688H7V19L1\x2014L7\x209V10.9688H11V7H9.08301L14.083\x201L19.083\x207Z','M19\x203V17H1V3H19ZM3\x2015H17V5H3V15Z','createInternalEditorID','getCellWithCoordByIndex','ShapePlusIcon','string','BorderCallout2','_clearShapeAdjustControls','M2.31807\x204.29382C2.14663\x204.13545\x202.14663\x203.86455\x202.31807\x203.70618L5.07858\x201.15613C5.33477\x200.919469\x205.75\x201.10118\x205.75\x201.44995V6.55005C5.75\x206.89882\x205.33477\x207.08053\x205.07858\x206.84387L2.31807\x204.29382Z','RENDER_CLASS_TYPE','ShapeLineInvIcon','M15.1426\x2012H16.4385L15.2188\x2010L16.4648\x207.95508L15.1426\x207.93945V4.92871H11.6992L10.2432\x203.1543L8.78906\x204.92871H5.3457V8.05859L4.02832\x208.01953L5.48926\x2010.0146L4\x2012H5.3457V15.0713H8.78906L10.2432\x2016.8447L11.6992\x2015.0713H15.1426V12ZM17.1426\x2017.0713H12.6455L10.2441\x2020L7.8418\x2017.0713H3.3457V14H0L3\x2010L0\x205.90332L3.3457\x206V2.92871H7.8418L10.2441\x200L12.6455\x202.92871H17.1426V5.96484L20\x206L17.5605\x2010L20\x2014H17.1426V17.0713Z','height','onCommandExecute','shape.type.plaque','shape-round2-diag-rect-icon','sheets-shape.line.endArrowType','shape-chevron-icon','univer-relative\x20univer-size-full\x20univer-overflow-visible','shape.type.home-plate','preRedos','UturnArrow','AccentBorderCallout3','sheets-shape.shapeStyle','ShapeCircularArrowIcon','_sheetClipboardService','shape-heart-icon','OvalArrow','rotate(90\x2011\x203)','M17\x206C17\x205.44772\x2016.5523\x205\x2016\x205H4C3.44772\x205\x203\x205.44772\x203\x206V15H17V6ZM19\x2017H1V6C1\x204.34315\x202.34315\x203\x204\x203H16C17.6569\x203\x2019\x204.34315\x2019\x206V17Z','shape.type.wedge-rect-callout','M11\x203H25V5H11z','shape-callout3-icon','sheets-shape.line.dashType.dashDot','redo','UniverInstanceType','ShapeRibbon2Icon','shape.type.flow-chart-online-storage','_initEditingParams','getFocusDrawings','ShapeActionButtonForwardNextIcon','CornerTabs'];_0x567d=function(){return _0x1d026c;};return _0x567d();}function _0xe717(_0x2d0a16,_0x5e42db){_0x2d0a16=_0x2d0a16-0x13a;const _0x567d8d=_0x567d();let _0xe71787=_0x567d8d[_0x2d0a16];return _0xe71787;}(function(_0x29ce64,_0x119d8b){const _0x3545cc=_0xe717,_0x1cf126=_0x29ce64();while(!![]){try{const _0x123162=parseInt(_0x3545cc(0x71b))/0x1*(parseInt(_0x3545cc(0x2df))/0x2)+parseInt(_0x3545cc(0x305))/0x3+-parseInt(_0x3545cc(0x18e))/0x4+parseInt(_0x3545cc(0x5b4))/0x5+parseInt(_0x3545cc(0x1f4))/0x6*(-parseInt(_0x3545cc(0x6e8))/0x7)+-parseInt(_0x3545cc(0x782))/0x8*(parseInt(_0x3545cc(0x65a))/0x9)+parseInt(_0x3545cc(0x26c))/0xa;if(_0x123162===_0x119d8b)break;else _0x1cf126['push'](_0x1cf126['shift']());}catch(_0xacc243){_0x1cf126['push'](_0x1cf126['shift']());}}}(_0x567d,0x24130),function(_0x454edc,_0x55b6ed){const _0x8f04ae=_0xe717;typeof exports==_0x8f04ae(0x5c5)&&typeof module<'u'?_0x55b6ed(exports,require(`@univerjs-pro/engine-shape`),require(`@univerjs/core`),require(`@univerjs/engine-render`),require(`@univerjs/sheets`),require(`@univerjs/sheets-drawing-ui`),require(`@univerjs/sheets-ui`),require(`@univerjs-pro/sheets-shape`),require(`@univerjs/sheets-drawing`),require(`@univerjs/drawing`),require(`rxjs`),require(`@univerjs/docs`),require(`@univerjs/docs-ui`),require(`react`),require(`@univerjs/ui`),require(`@univerjs/design`),require(`react/jsx-runtime`),require(`@univerjs/drawing-ui`)):typeof define==_0x8f04ae(0x658)&&define['amd']?define(['exports','@univerjs-pro/engine-shape',_0x8f04ae(0x6c6),_0x8f04ae(0x279),_0x8f04ae(0x7ba),_0x8f04ae(0x2d1),'@univerjs/sheets-ui','@univerjs-pro/sheets-shape','@univerjs/sheets-drawing',_0x8f04ae(0x7c0),_0x8f04ae(0x1da),_0x8f04ae(0x4f3),_0x8f04ae(0x5b7),_0x8f04ae(0x394),'@univerjs/ui',_0x8f04ae(0x552),'react/jsx-runtime','@univerjs/drawing-ui'],_0x55b6ed):(_0x454edc=typeof globalThis<'u'?globalThis:_0x454edc||self,_0x55b6ed(_0x454edc[_0x8f04ae(0x791)]={},_0x454edc[_0x8f04ae(0x2ed)],_0x454edc[_0x8f04ae(0x5d6)],_0x454edc[_0x8f04ae(0x64e)],_0x454edc[_0x8f04ae(0x1e8)],_0x454edc[_0x8f04ae(0x5bd)],_0x454edc[_0x8f04ae(0x521)],_0x454edc[_0x8f04ae(0x56f)],_0x454edc[_0x8f04ae(0x7b8)],_0x454edc[_0x8f04ae(0x248)],_0x454edc[_0x8f04ae(0x1da)],_0x454edc[_0x8f04ae(0x148)],_0x454edc[_0x8f04ae(0x2b3)],_0x454edc[_0x8f04ae(0x6b1)],_0x454edc[_0x8f04ae(0x5af)],_0x454edc['UniverDesign'],_0x454edc[_0x8f04ae(0x6b1)],_0x454edc[_0x8f04ae(0x794)]));}(this,function(_0x456755,_0x58e46a,_0x20a5f6,_0x2663fc,_0x339f57,_0x447755,_0x4afbf8,_0x456710,_0x1857a5,_0x1e663f,_0x35b3fa,_0x366d19,_0x5d99a7,_0x4ebf41,_0x37c4fd,_0x353504,_0x16f950,_0x18d932){const _0x537594=_0xe717;Object[_0x537594(0x1c5)](_0x456755,Symbol['toStringTag'],{'value':_0x537594(0x741)});let _0x106233=_0x537594(0x227),_0x34fe2b=(0x0,_0x20a5f6[_0x537594(0x666)])(_0x537594(0x70f));function _0x82a73(_0x5afd6b,_0x48bd50,_0x4734bb){const _0x45bdf5=_0x537594;var _0x1d5172;let {startX:_0x531d94,endX:_0x1d4f20,startY:_0x34f215,endY:_0x6a2842}=_0x5afd6b,_0x3a30d3=(_0x1d5172=_0x4734bb[_0x45bdf5(0x2d3)](_0x48bd50))==null?void 0x0:_0x1d5172[_0x45bdf5(0x3f5)](_0x4afbf8[_0x45bdf5(0x48e)]);if(_0x3a30d3==null)return;let _0x11532e=_0x3a30d3[_0x45bdf5(0x775)](_0x531d94,_0x34f215);if(_0x11532e==null)return;let _0x253a43={'column':_0x11532e[_0x45bdf5(0x2f5)],'columnOffset':_0x531d94-_0x11532e[_0x45bdf5(0x64a)],'row':_0x11532e[_0x45bdf5(0x359)],'rowOffset':_0x34f215-_0x11532e[_0x45bdf5(0x367)]},_0x72ba4b=_0x3a30d3[_0x45bdf5(0x775)](_0x1d4f20,_0x6a2842);if(_0x72ba4b!=null)return{'from':_0x253a43,'to':{'column':_0x72ba4b[_0x45bdf5(0x2f5)],'columnOffset':_0x1d4f20-_0x72ba4b[_0x45bdf5(0x64a)],'row':_0x72ba4b[_0x45bdf5(0x359)],'rowOffset':_0x6a2842-_0x72ba4b[_0x45bdf5(0x367)]}};}let _0xe3e172={'type':_0x20a5f6[_0x537594(0x2ee)]['COMMAND'],'id':_0x537594(0x706),'handler':(_0x154bea,_0x27b595)=>{const _0x22c325=_0x537594;var _0xc9a9e0;let _0x3c7fbf=_0x154bea[_0x22c325(0x3c5)](_0x20a5f6['ICommandService']),_0x255421=_0x154bea[_0x22c325(0x3c5)](_0x20a5f6[_0x22c325(0x69d)]),_0x384dee=_0x154bea[_0x22c325(0x3c5)](_0x339f57[_0x22c325(0x641)]),_0x3ed77d=_0x154bea['get'](_0x2663fc[_0x22c325(0x3ab)]),_0xe468f0=(0x0,_0x339f57[_0x22c325(0x47a)])(_0x255421,_0x27b595);if(!_0xe468f0)return!0x1;let {unitId:_0x8705c,subUnitId:_0x509208}=_0xe468f0,[_0x494dce]=_0x384dee[_0x22c325(0x2ec)](),_0x58806b=_0x27b595[_0x22c325(0x5a5)]||(0x0,_0x20a5f6['generateRandomId'])(),_0x919d1b=(_0xc9a9e0=_0x3ed77d[_0x22c325(0x2d3)](_0x8705c))==null?void 0x0:_0xc9a9e0['with'](_0x4afbf8[_0x22c325(0x1d9)])[_0x22c325(0x155)](_0x509208);if(!_0x919d1b)return!0x1;let _0x45b72f=0x1,_0x5b5bef=0x1;_0x494dce&&_0x494dce[_0x22c325(0x781)]&&(_0x45b72f=_0x494dce[_0x22c325(0x781)][_0x22c325(0x652)],_0x5b5bef=_0x494dce[_0x22c325(0x781)][_0x22c325(0x691)]);let _0x35ad87=_0x919d1b[_0x22c325(0x667)](_0x45b72f,_0x5b5bef),_0x39479d=_0x35ad87['startX']+0xa,_0x3ec44c=_0x35ad87['startY']+0xa,_0x3951f={'startX':_0x39479d,'endX':_0x39479d+0xc8,'startY':_0x3ec44c,'endY':_0x3ec44c+0xc8},_0x248316=_0x82a73(_0x3951f,_0x8705c,_0x3ed77d);if(!_0x248316)return!0x1;let _0x5a5668={'shapeType':_0x27b595[_0x22c325(0x5d1)],'shapeData':_0x27b595['shapeData']},_0x3acea4=(0x0,_0x58e46a[_0x22c325(0x3e5)])(_0x27b595[_0x22c325(0x5d1)]),_0xe41f8b={'left':_0x3951f[_0x22c325(0x64a)],'top':_0x3951f[_0x22c325(0x367)],'width':_0x3951f[_0x22c325(0x268)]-_0x3951f[_0x22c325(0x64a)],'height':_0x3951f[_0x22c325(0x6fd)]-_0x3951f[_0x22c325(0x367)]};_0x3acea4&&(_0x5a5668[_0x22c325(0x58b)]=!0x1,_0x5a5668['rotateEnabled']=!0x1,_0x5a5668['resizeEnabled']=!0x1,_0x5a5668['borderEnabled']=!0x1,_0xe41f8b[_0x22c325(0x577)]=!0x1,_0xe41f8b[_0x22c325(0x798)]=!0x1,_0xe41f8b[_0x22c325(0x55c)]=!0x1);let _0x338438={'unitId':_0x8705c,'subUnitId':_0x509208,'drawingId':_0x58806b,'drawingType':_0x20a5f6[_0x22c325(0x41f)]['DRAWING_SHAPE'],'componentKey':_0x22c325(0x176),'sheetTransform':_0x248316,'axisAlignSheetTransform':_0x248316,'transform':_0xe41f8b,'data':_0x5a5668,'allowTransform':!0x0};return _0x3c7fbf[_0x22c325(0x2b8)](_0x447755[_0x22c325(0x337)]['id'],{'unitId':_0x8705c,'drawings':[_0x338438]}),!0x0;}},_0x307b0f={'type':_0x20a5f6[_0x537594(0x2ee)][_0x537594(0x426)],'id':_0x537594(0x7ae),'handler':(_0xa31126,_0x1d3b53)=>{const _0x3702a5=_0x537594;var _0x16d205,_0x22a7ea;let _0x1e9ba8=_0xa31126[_0x3702a5(0x3c5)](_0x20a5f6['ICommandService']),_0x517507=_0xa31126[_0x3702a5(0x3c5)](_0x20a5f6[_0x3702a5(0x663)]),_0x591ca8=_0xa31126['get'](_0x456710[_0x3702a5(0x4b3)]),_0x476fe0=_0xa31126['get'](_0x1857a5[_0x3702a5(0x30b)]),_0x2d1567=_0xa31126[_0x3702a5(0x3c5)](_0x339f57[_0x3702a5(0x364)]),{unitId:_0x38ed6a,subUnitId:_0xfc571b,shapeId:_0x34741c,shapeType:_0x3c87bd,shapeData:_0x11923c,transform:_0x21c272,sheetTransform:_0x290ac3,axisAlignSheetTransform:_0x2035f3}=_0x1d3b53,_0x1e2cfc={'unitId':_0x38ed6a,'subUnitId':_0xfc571b,'drawingId':_0x34741c,'drawingType':_0x20a5f6[_0x3702a5(0x41f)][_0x3702a5(0x3dd)],'sheetTransform':_0x290ac3,'axisAlignSheetTransform':_0x2035f3,'transform':_0x21c272,'data':{'shapeType':_0x3c87bd,'shapeData':_0x11923c}},{unitId:_0xed97c7,subUnitId:_0x443628,undo:_0x2d2712,redo:_0x4e5c9f,objects:_0x519f3e}=_0x476fe0[_0x3702a5(0x1a4)]([_0x1e2cfc]),_0x5cf3eb=_0x2d1567[_0x3702a5(0x671)]({'id':_0x307b0f['id'],'params':_0x1d3b53}),_0x3eaef3=[...(_0x16d205=_0x5cf3eb[_0x3702a5(0x678)])==null?[]:_0x16d205,{'id':_0x1857a5[_0x3702a5(0x779)]['id'],'params':{'unitId':_0xed97c7,'subUnitId':_0x443628,'op':_0x4e5c9f,'objects':_0x519f3e,'type':_0x1857a5['DrawingApplyType'][_0x3702a5(0x360)]}},..._0x5cf3eb[_0x3702a5(0x635)],{'id':_0x447755[_0x3702a5(0x45e)]['id'],'params':[_0x38ed6a]}],_0x39d4db=[...(_0x22a7ea=_0x5cf3eb[_0x3702a5(0x1ca)])==null?[]:_0x22a7ea,{'id':_0x1857a5[_0x3702a5(0x779)]['id'],'params':{'unitId':_0xed97c7,'subUnitId':_0x443628,'op':_0x2d2712,'objects':_0x519f3e,'type':_0x1857a5[_0x3702a5(0x59a)]['UPDATE']}},..._0x5cf3eb[_0x3702a5(0x5f3)],{'id':_0x447755[_0x3702a5(0x45e)]['id'],'params':[_0x38ed6a]}],_0x2fbfcb=_0x591ca8[_0x3702a5(0x53a)](_0x38ed6a,_0xfc571b,_0x34741c);if(!_0x2fbfcb)return!0x1;let _0x33b0ec=_0x2fbfcb[_0x3702a5(0x60f)](),_0x1f3f77=_0x2fbfcb[_0x3702a5(0x7fa)]();return _0x3eaef3[_0x3702a5(0x79d)]({'id':_0x456710[_0x3702a5(0x5e7)]['id'],'params':{'unitId':_0x38ed6a,'subUnitId':_0xfc571b,'shapeType':_0x3c87bd,'shapeId':_0x34741c,'shapeData':_0x11923c}}),_0x39d4db[_0x3702a5(0x79d)]({'id':_0x456710['UpdateSheetsShapeDataMutation']['id'],'params':{'unitId':_0x38ed6a,'subUnitId':_0xfc571b,'shapeType':_0x33b0ec,'shapeId':_0x34741c,'shapeData':_0x1f3f77}}),(0x0,_0x20a5f6[_0x3702a5(0x448)])(_0x3eaef3,_0x1e9ba8)?(_0x517507[_0x3702a5(0x1b7)]({'unitID':_0x38ed6a,'undoMutations':_0x39d4db,'redoMutations':_0x3eaef3}),!0x0):!0x1;}};function _0x28ffba(_0x691c91){'@babel/helpers - typeof';const _0x5d4d4a=_0x537594;return _0x28ffba=typeof Symbol==_0x5d4d4a(0x658)&&typeof Symbol[_0x5d4d4a(0x5ba)]==_0x5d4d4a(0x639)?function(_0x526d83){return typeof _0x526d83;}:function(_0x42a714){const _0xa07ac1=_0x5d4d4a;return _0x42a714&&typeof Symbol==_0xa07ac1(0x658)&&_0x42a714['constructor']===Symbol&&_0x42a714!==Symbol[_0xa07ac1(0x333)]?_0xa07ac1(0x639):typeof _0x42a714;},_0x28ffba(_0x691c91);}function _0xa61395(_0xdf686f,_0x35ea6b){const _0x3fedf6=_0x537594;if(_0x28ffba(_0xdf686f)!='object'||!_0xdf686f)return _0xdf686f;var _0x2b7e5e=_0xdf686f[Symbol[_0x3fedf6(0x20a)]];if(_0x2b7e5e!==void 0x0){var _0x45548b=_0x2b7e5e['call'](_0xdf686f,_0x35ea6b||_0x3fedf6(0x503));if(_0x28ffba(_0x45548b)!=_0x3fedf6(0x5c5))return _0x45548b;throw TypeError(_0x3fedf6(0x1de));}return(_0x35ea6b===_0x3fedf6(0x669)?String:Number)(_0xdf686f);}function _0x2e8ddc(_0x83fd06){const _0xbd0849=_0x537594;var _0x2d7af7=_0xa61395(_0x83fd06,'string');return _0x28ffba(_0x2d7af7)==_0xbd0849(0x639)?_0x2d7af7:_0x2d7af7+'';}function _0x714efa(_0x59973b,_0x1dbc13,_0x429444){return(_0x1dbc13=_0x2e8ddc(_0x1dbc13))in _0x59973b?Object['defineProperty'](_0x59973b,_0x1dbc13,{'value':_0x429444,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x59973b[_0x1dbc13]=_0x429444,_0x59973b;}var _0x1f4525=class extends _0x20a5f6[_0x537594(0x1ae)]{constructor(..._0x488109){const _0x3081be=_0x537594;super(..._0x488109),_0x714efa(this,'_editingParams$',new _0x35b3fa['BehaviorSubject'](null)),_0x714efa(this,'editingParams$',this[_0x3081be(0x747)][_0x3081be(0x380)]()),_0x714efa(this,_0x3081be(0x45d),new _0x35b3fa[(_0x3081be(0x285))](!0x1)),_0x714efa(this,_0x3081be(0x27b),this[_0x3081be(0x45d)][_0x3081be(0x380)]());}['dispose'](){const _0x5ce92a=_0x537594;this[_0x5ce92a(0x747)]['next'](null),this[_0x5ce92a(0x747)][_0x5ce92a(0x154)](),this[_0x5ce92a(0x45d)][_0x5ce92a(0x416)](!0x1),this[_0x5ce92a(0x45d)][_0x5ce92a(0x154)](),super[_0x5ce92a(0x4df)]();}[_0x537594(0x7fe)](_0x2daf3f){const _0x3b5184=_0x537594;this[_0x3b5184(0x747)][_0x3b5184(0x416)](_0x2daf3f),_0x2daf3f==null&&this[_0x3b5184(0x45d)]['next'](!0x1);}[_0x537594(0x4de)](_0x2ea46c){const _0x4a37c5=_0x537594;this[_0x4a37c5(0x45d)][_0x4a37c5(0x416)](_0x2ea46c);}[_0x537594(0x54a)](){const _0x3788ef=_0x537594;return this[_0x3788ef(0x747)][_0x3788ef(0x6e6)]();}};function _0x105f59(_0x583f03,_0x97dddb){const _0x24c5f2=_0x537594;let _0xccf7ef={};for(let _0x16cff2 of Object['keys'](_0x97dddb)){let _0x5899a6=_0x97dddb[_0x16cff2],_0x39f496=_0x583f03[_0x16cff2];if(_0x5899a6!==void 0x0){if(_0x39f496===void 0x0){_0xccf7ef[_0x16cff2]=void 0x0;continue;}typeof _0x5899a6==_0x24c5f2(0x5c5)&&_0x5899a6&&!Array['isArray'](_0x5899a6)&&typeof _0x39f496==_0x24c5f2(0x5c5)&&_0x39f496&&!Array[_0x24c5f2(0x4d3)](_0x39f496)?_0xccf7ef[_0x16cff2]=_0x105f59(_0x39f496,_0x5899a6):_0xccf7ef[_0x16cff2]=_0x39f496;}}return _0xccf7ef;}let _0x4792e5={'type':_0x20a5f6[_0x537594(0x2ee)][_0x537594(0x426)],'id':_0x537594(0x419),'handler':(_0x195b9a,_0x1b9099)=>{const _0x4c18f1=_0x537594;let _0x225ca5=_0x195b9a[_0x4c18f1(0x3c5)](_0x20a5f6['ICommandService']),_0x291b06=_0x195b9a[_0x4c18f1(0x3c5)](_0x456710[_0x4c18f1(0x4b3)]),_0x35d6a2=_0x195b9a[_0x4c18f1(0x3c5)](_0x20a5f6[_0x4c18f1(0x663)]),{unitId:_0x503659,subUnitId:_0x4f9e89,shapeType:_0x2a4e3b,shapeId:_0x238a77,shapeData:_0x2cd087,oldShapeJSON:_0x3bed70}=_0x1b9099;if(!_0x291b06['getShapeModel'](_0x503659,_0x4f9e89,_0x238a77))return!0x1;let _0x14e5f2=_0x3bed70['oldShapeType'],_0x50d459=_0x105f59(_0x3bed70['oldShapeData']||{},_0x2cd087||{}),_0x10590c=[{'id':_0x456710[_0x4c18f1(0x5e7)]['id'],'params':{'unitId':_0x503659,'subUnitId':_0x4f9e89,'shapeType':_0x2a4e3b,'shapeId':_0x238a77,'shapeData':_0x2cd087}}],_0x14eea5=[{'id':_0x456710[_0x4c18f1(0x5e7)]['id'],'params':{'unitId':_0x503659,'subUnitId':_0x4f9e89,'shapeType':_0x14e5f2,'shapeId':_0x238a77,'shapeData':_0x50d459}}];return _0x225ca5['syncExecuteCommand'](_0x456710['UpdateSheetsShapeDataMutation']['id'],{'unitId':_0x503659,'subUnitId':_0x4f9e89,'shapeType':_0x2a4e3b,'shapeId':_0x238a77,'shapeData':_0x2cd087})&&_0x35d6a2['pushUndoRedo']({'unitID':_0x503659,'undoMutations':_0x14eea5,'redoMutations':_0x10590c}),!0x0;}},_0x35ea5b={'type':_0x20a5f6[_0x537594(0x2ee)][_0x537594(0x426)],'id':'sheet.command.set-shape-fill-color','handler':async(_0x315062,_0x1d50f2)=>{const _0x4ea907=_0x537594;if(!_0x1d50f2)return!0x1;let {value:_0x681c43}=_0x1d50f2,_0xa2f495=_0x315062[_0x4ea907(0x3c5)](_0x20a5f6[_0x4ea907(0x5fd)]),_0x57713d=_0x315062[_0x4ea907(0x3c5)](_0x1f4525),_0x4840ce=_0x315062[_0x4ea907(0x3c5)](_0x456710[_0x4ea907(0x4b3)]),_0x5728c0=_0x315062[_0x4ea907(0x3c5)](_0x2663fc[_0x4ea907(0x3ab)]),_0x16407a=_0x57713d['getEditing']();if(!_0x16407a)return!0x1;let {unitId:_0xca7af5,subUnitId:_0x4c873c,shapeId:_0x3bdc46}=_0x16407a;if(!_0x4840ce[_0x4ea907(0x53a)](_0xca7af5,_0x4c873c,_0x3bdc46))return!0x1;let _0x35b61f=await _0xa2f495[_0x4ea907(0x2b8)](_0x4792e5['id'],{'unitId':_0xca7af5,'subUnitId':_0x4c873c,'shapeId':_0x3bdc46,'shapeData':{'className':_0x4ea907(0x64b),'property':{'fill':_0x681c43}}});if(_0x35b61f){let _0x5eb51f=_0x5728c0[_0x4ea907(0x2d3)](_0xca7af5);if(_0x5eb51f!=null&&_0x5eb51f[_0x4ea907(0x77a)]){let _0x295b92=(0x0,_0x1e663f[_0x4ea907(0x218)])({'unitId':_0xca7af5,'subUnitId':_0x4c873c,'drawingId':_0x3bdc46}),_0x1fd09=_0x5eb51f[_0x4ea907(0x77a)][_0x4ea907(0x41e)](_0x295b92);_0x1fd09&&_0x1fd09['makeDirty'](!0x0);}}return _0x35b61f;}},_0x31cb01={'type':_0x20a5f6['CommandType'][_0x537594(0x426)],'id':'sheet.command.toggle-shape-flip','handler':(_0x115362,_0x2af436)=>{const _0x4cdce6=_0x537594;let _0x33e68e=_0x115362[_0x4cdce6(0x3c5)](_0x20a5f6[_0x4cdce6(0x5fd)]),_0x35c628=_0x115362['get'](_0x20a5f6[_0x4cdce6(0x69d)]),_0x3a3760=_0x115362['get'](_0x1e663f[_0x4cdce6(0x40a)]),_0xad99a1=_0x115362['get'](_0x20a5f6[_0x4cdce6(0x663)]),_0x1b5c35=_0x115362[_0x4cdce6(0x3c5)](_0x456710['SheetsShapeService']),_0x118f6=_0x115362[_0x4cdce6(0x3c5)](_0x2663fc[_0x4cdce6(0x3ab)]),_0x487c8b=(0x0,_0x339f57[_0x4cdce6(0x47a)])(_0x35c628,_0x2af436);if(!_0x487c8b)return!0x1;let {unitId:_0x25004b,subUnitId:_0x4c3d52}=_0x487c8b,_0x2088d1=_0x2af436['shapeId'],_0x2ea4d2=_0x2af436['flipH'],_0x504b32=_0x2af436[_0x4cdce6(0x3ff)],_0x24b8d5=_0x3a3760[_0x4cdce6(0x5ce)](_0x25004b,_0x4c3d52);if(!_0x24b8d5[_0x2088d1])return!0x1;let _0x42e1e2={..._0x24b8d5[_0x2088d1][_0x4cdce6(0x230)]};_0x2ea4d2!==void 0x0&&(_0x42e1e2[_0x4cdce6(0x7d9)]=!_0x42e1e2[_0x4cdce6(0x7d9)]),_0x504b32!==void 0x0&&(_0x42e1e2[_0x4cdce6(0x42a)]=!_0x42e1e2[_0x4cdce6(0x42a)]);let _0x2edbff=_0x118f6['getRenderById'](_0x25004b),_0x23c70e=_0x2edbff==null?void 0x0:_0x2edbff[_0x4cdce6(0x3f5)](_0x4afbf8[_0x4cdce6(0x48e)]);if(!_0x23c70e)return!0x1;let _0x208814=(0x0,_0x447755[_0x4cdce6(0x3ca)])(_0x42e1e2,_0x23c70e),_0x45c7e9=(0x0,_0x447755[_0x4cdce6(0x399)])(_0x42e1e2,_0x23c70e),_0x48e581={'unitId':_0x25004b,'subUnitId':_0x4c3d52,'drawingType':_0x20a5f6['DrawingTypeEnum'][_0x4cdce6(0x3dd)],'drawingId':_0x2088d1,'transform':_0x42e1e2,'sheetTransform':_0x208814,'axisAlignSheetTransform':_0x45c7e9},{unitId:_0x1ed8f3,subUnitId:_0x1d1027,undo:_0x480719,redo:_0x5e74,objects:_0x3b8ea6}=_0x3a3760['getBatchUpdateOp']([_0x48e581]),_0x12c1ed=[{'id':_0x1857a5[_0x4cdce6(0x779)]['id'],'params':{'unitId':_0x1ed8f3,'subUnitId':_0x1d1027,'op':_0x5e74,'objects':_0x3b8ea6,'type':_0x1857a5['DrawingApplyType'][_0x4cdce6(0x360)]}}],_0x1b9650=[{'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x1ed8f3,'subUnitId':_0x1d1027,'op':_0x480719,'objects':_0x3b8ea6,'type':_0x1857a5['DrawingApplyType'][_0x4cdce6(0x360)]}}],_0x2a753a=_0x1b5c35[_0x4cdce6(0x53a)](_0x25004b,_0x4c3d52,_0x2088d1);if(!_0x2a753a)return!0x1;if((0x0,_0x58e46a[_0x4cdce6(0x3e5)])(_0x2a753a['getShapeType']())){let _0x514a1f=_0x2a753a[_0x4cdce6(0x6ee)]();if(_0x514a1f){let _0x4ead7b={..._0x514a1f};_0x4ead7b[_0x4cdce6(0x7be)]=void 0x0,_0x4ead7b['to']=void 0x0,_0x12c1ed[_0x4cdce6(0x79d)]({'id':_0x456710[_0x4cdce6(0x5e7)]['id'],'params':{'unitId':_0x25004b,'subUnitId':_0x4c3d52,'shapeId':_0x2088d1,'shapeType':_0x2a753a['getShapeType'](),'shapeData':{'relation':_0x4ead7b}}}),_0x1b9650[_0x4cdce6(0x79d)]({'id':_0x456710['UpdateSheetsShapeDataMutation']['id'],'params':{'unitId':_0x25004b,'subUnitId':_0x4c3d52,'shapeId':_0x2088d1,'shapeType':_0x2a753a['getShapeType'](),'shapeData':{'relation':_0x514a1f}}});}}return(0x0,_0x20a5f6[_0x4cdce6(0x448)])(_0x12c1ed,_0x33e68e)&&_0xad99a1[_0x4cdce6(0x1b7)]({'unitID':_0x25004b,'undoMutations':_0x1b9650,'redoMutations':_0x12c1ed}),!0x0;}},_0x573801={'type':_0x20a5f6['CommandType'][_0x537594(0x426)],'id':_0x537594(0x695),'handler':(_0x19c20c,_0x3dc2af)=>{const _0x44a41c=_0x537594;let _0x58defa=_0x19c20c[_0x44a41c(0x3c5)](_0x20a5f6[_0x44a41c(0x5fd)]),_0x56ac9e=_0x19c20c[_0x44a41c(0x3c5)](_0x20a5f6[_0x44a41c(0x69d)]),_0x4b30fc=_0x19c20c[_0x44a41c(0x3c5)](_0x1e663f[_0x44a41c(0x40a)]),_0x1a9b69=_0x19c20c['get'](_0x20a5f6[_0x44a41c(0x663)]),_0x26537a=_0x19c20c[_0x44a41c(0x3c5)](_0x2663fc[_0x44a41c(0x3ab)]),_0x18e0dc=(0x0,_0x339f57['getSheetCommandTarget'])(_0x56ac9e,_0x3dc2af);if(!_0x18e0dc)return!0x1;let {unitId:_0x3d8c0c,subUnitId:_0x4b834f}=_0x18e0dc,_0x3488b0=_0x26537a['getRenderById'](_0x3d8c0c),_0x4056b7=_0x3488b0==null?void 0x0:_0x3488b0['with'](_0x4afbf8[_0x44a41c(0x48e)]);if(!_0x4056b7)return!0x1;let _0x2129a9=_0x3dc2af['shapeId'],_0x35e003=_0x3dc2af[_0x44a41c(0x316)],_0x111cdb=_0x4b30fc['getDrawingData'](_0x3d8c0c,_0x4b834f);if(!_0x111cdb[_0x2129a9])return!0x1;let _0x10cff1={..._0x111cdb[_0x2129a9][_0x44a41c(0x230)]};_0x35e003!==void 0x0&&(_0x10cff1[_0x44a41c(0x19b)]=(_0x10cff1[_0x44a41c(0x19b)]||0x0)+_0x35e003);let _0x4a2f5f=(0x0,_0x447755[_0x44a41c(0x3ca)])(_0x10cff1,_0x4056b7),_0x55af66=(0x0,_0x447755[_0x44a41c(0x399)])(_0x10cff1,_0x4056b7),_0x3ec2aa={'unitId':_0x3d8c0c,'subUnitId':_0x4b834f,'drawingType':_0x20a5f6[_0x44a41c(0x41f)][_0x44a41c(0x3dd)],'drawingId':_0x2129a9,'transform':_0x10cff1,'sheetTransform':_0x4a2f5f,'axisAlignSheetTransform':_0x55af66},{unitId:_0x205df0,subUnitId:_0x5cda4d,undo:_0x165b51,redo:_0x57190a,objects:_0x25ff49}=_0x4b30fc[_0x44a41c(0x1a4)]([_0x3ec2aa]),_0x47b8a7=[{'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x205df0,'subUnitId':_0x5cda4d,'op':_0x57190a,'objects':_0x25ff49,'type':_0x1857a5[_0x44a41c(0x59a)][_0x44a41c(0x360)]}}],_0x408310=[{'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x205df0,'subUnitId':_0x5cda4d,'op':_0x165b51,'objects':_0x25ff49,'type':_0x1857a5[_0x44a41c(0x59a)][_0x44a41c(0x360)]}}];return _0x58defa['syncExecuteCommand'](_0x1857a5['SetDrawingApplyMutation']['id'],{'unitId':_0x3d8c0c,'subUnitId':_0x4b834f,'op':_0x57190a,'objects':_0x25ff49,'type':_0x1857a5['DrawingApplyType'][_0x44a41c(0x360)]})&&_0x1a9b69[_0x44a41c(0x1b7)]({'unitID':_0x3d8c0c,'undoMutations':_0x408310,'redoMutations':_0x47b8a7}),!0x0;}},_0x52f3e1={'type':_0x20a5f6[_0x537594(0x2ee)][_0x537594(0x426)],'id':_0x537594(0x32b),'handler':async(_0x1c1091,_0x152859)=>{const _0x1e7081=_0x537594;if(!_0x152859)return!0x1;let {value:_0xa8c358}=_0x152859,_0xdb93d9=_0x1c1091[_0x1e7081(0x3c5)](_0x20a5f6['ICommandService']),_0x12c705=_0x1c1091[_0x1e7081(0x3c5)](_0x1f4525),_0x26c69a=_0x1c1091[_0x1e7081(0x3c5)](_0x456710[_0x1e7081(0x4b3)]),_0x15015a=_0x1c1091[_0x1e7081(0x3c5)](_0x2663fc[_0x1e7081(0x3ab)]),_0x3ce7ef=_0x12c705[_0x1e7081(0x54a)]();if(!_0x3ce7ef)return!0x1;let {unitId:_0x956fcb,subUnitId:_0x508b89,shapeId:_0x3475f5}=_0x3ce7ef,_0x4fdddb=_0x26c69a[_0x1e7081(0x53a)](_0x956fcb,_0x508b89,_0x3475f5);if(!_0x4fdddb)return!0x1;let _0x2ba01e=_0x4fdddb[_0x1e7081(0x6a2)]();if(!_0x2ba01e||!('dataModel'in _0x2ba01e))return!0x1;let _0x43541e=_0x2ba01e[_0x1e7081(0x440)];if(!_0x43541e)return!0x1;let _0x3f26e1={..._0x43541e,'fs':_0xa8c358},_0x43057c=await _0xdb93d9[_0x1e7081(0x2b8)](_0x4792e5['id'],{'unitId':_0x956fcb,'subUnitId':_0x508b89,'shapeId':_0x3475f5,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x3f26e1}}});if(_0x43057c){let _0x27464b=_0x15015a[_0x1e7081(0x2d3)](_0x956fcb);if(_0x27464b!=null&&_0x27464b[_0x1e7081(0x77a)]){let _0x5c9f9e=(0x0,_0x1e663f[_0x1e7081(0x218)])({'unitId':_0x956fcb,'subUnitId':_0x508b89,'drawingId':_0x3475f5}),_0x3e54d9=_0x27464b[_0x1e7081(0x77a)][_0x1e7081(0x41e)](_0x5c9f9e);_0x3e54d9&&_0x3e54d9[_0x1e7081(0x2e3)](!0x0);}}return _0x43057c;}},_0x3c8281={'type':_0x20a5f6[_0x537594(0x2ee)][_0x537594(0x426)],'id':_0x537594(0x259),'handler':async _0x4163ff=>{const _0xd33768=_0x537594;var _0xecfb2c;let _0x2e86ba=_0x4163ff['get'](_0x1f4525),_0x3fba5d=_0x4163ff[_0xd33768(0x3c5)](_0x456710['SheetsShapeService']),_0x101a03=_0x4163ff[_0xd33768(0x3c5)](_0x20a5f6['ICommandService']),_0x47b1df=_0x2e86ba[_0xd33768(0x54a)]();if(!_0x47b1df)return!0x1;let {unitId:_0x4c5d4f,subUnitId:_0x436642,shapeId:_0x2d9bce}=_0x47b1df,_0x531393=_0x3fba5d[_0xd33768(0x53a)](_0x4c5d4f,_0x436642,_0x2d9bce);if(!_0x531393)return!0x1;let _0x4a5f59=_0x531393['getShapeTextData']();if(!_0x4a5f59||!('dataModel'in _0x4a5f59))return!0x1;let _0x2fd6e7=_0x4a5f59[_0xd33768(0x440)],_0x3e821e=(_0xecfb2c=_0x2fd6e7==null?void 0x0:_0x2fd6e7['fs'])==null?0xe:_0xecfb2c,_0x5b26eb=[0x9,0xa,0xb,0xc,0xe,0x10,0x12,0x14,0x16,0x18,0x1a,0x1c,0x24,0x30,0x48],_0x45754a=_0x3e821e,_0x3af7db=_0x5b26eb[_0xd33768(0x4ee)](_0x3e821e);return _0x3af7db!==-0x1&&_0x3af7db<_0x5b26eb[_0xd33768(0x274)]-0x1?_0x45754a=_0x5b26eb[_0x3af7db+0x1]:_0x3af7db===-0x1&&(_0x45754a=Math[_0xd33768(0x3d2)](_0x3e821e)+0x1),_0x101a03[_0xd33768(0x2b8)](_0x52f3e1['id'],{'value':_0x45754a});}},_0xfbc1ae={'type':_0x20a5f6['CommandType'][_0x537594(0x426)],'id':'sheet.command.set-shape-text-font-size-decrease','handler':async _0x16cbb0=>{const _0x885506=_0x537594;var _0x468104;let _0x1436e6=_0x16cbb0[_0x885506(0x3c5)](_0x1f4525),_0x1b4e38=_0x16cbb0[_0x885506(0x3c5)](_0x456710[_0x885506(0x4b3)]),_0x5dea71=_0x16cbb0['get'](_0x20a5f6[_0x885506(0x5fd)]),_0x3a7936=_0x1436e6['getEditing']();if(!_0x3a7936)return!0x1;let {unitId:_0x4316a2,subUnitId:_0x2e140f,shapeId:_0x39bab8}=_0x3a7936,_0x4fed3d=_0x1b4e38[_0x885506(0x53a)](_0x4316a2,_0x2e140f,_0x39bab8);if(!_0x4fed3d)return!0x1;let _0x424afe=_0x4fed3d[_0x885506(0x6a2)]();if(!_0x424afe||!(_0x885506(0x440)in _0x424afe))return!0x1;let _0x1f9a25=_0x424afe[_0x885506(0x440)],_0x554525=(_0x468104=_0x1f9a25==null?void 0x0:_0x1f9a25['fs'])==null?0xe:_0x468104,_0x569fe2=[0x9,0xa,0xb,0xc,0xe,0x10,0x12,0x14,0x16,0x18,0x1a,0x1c,0x24,0x30,0x48],_0x4cc6c0=_0x554525,_0x31fe89=_0x569fe2[_0x885506(0x4ee)](_0x554525);return _0x31fe89!==-0x1&&_0x31fe89>0x0?_0x4cc6c0=_0x569fe2[_0x31fe89-0x1]:_0x31fe89===-0x1&&(_0x4cc6c0=Math['floor'](_0x554525)-0x1),_0x4cc6c0<0x1&&(_0x4cc6c0=0x1),_0x5dea71[_0x885506(0x2b8)](_0x52f3e1['id'],{'value':_0x4cc6c0});}},_0x122b3d={'type':_0x20a5f6[_0x537594(0x2ee)]['COMMAND'],'id':_0x537594(0x221),'handler':async(_0x5b1cc0,_0x360217)=>{const _0x2a63bf=_0x537594;if(!_0x360217)return!0x1;let {value:_0x456af7}=_0x360217,_0x5122e4=_0x5b1cc0[_0x2a63bf(0x3c5)](_0x20a5f6[_0x2a63bf(0x5fd)]),_0x3f951a=_0x5b1cc0['get'](_0x1f4525),_0x3ea1b6=_0x5b1cc0[_0x2a63bf(0x3c5)](_0x456710[_0x2a63bf(0x4b3)]),_0x26b65c=_0x5b1cc0[_0x2a63bf(0x3c5)](_0x2663fc[_0x2a63bf(0x3ab)]),_0x1f0ddd=_0x3f951a[_0x2a63bf(0x54a)]();if(!_0x1f0ddd)return!0x1;let {unitId:_0x1febe9,subUnitId:_0x59ce98,shapeId:_0x3c82bb}=_0x1f0ddd,_0x1ad756=_0x3ea1b6[_0x2a63bf(0x53a)](_0x1febe9,_0x59ce98,_0x3c82bb);if(!_0x1ad756)return!0x1;let _0x358b0c=_0x1ad756[_0x2a63bf(0x6a2)]();if(!_0x358b0c||!(_0x2a63bf(0x440)in _0x358b0c))return!0x1;let _0x3ef851=_0x358b0c[_0x2a63bf(0x440)];if(!_0x3ef851)return!0x1;let _0x4cce37={..._0x3ef851,'va':_0x456af7},_0x4bb398=await _0x5122e4['executeCommand'](_0x4792e5['id'],{'unitId':_0x1febe9,'subUnitId':_0x59ce98,'shapeId':_0x3c82bb,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x4cce37}}});if(_0x4bb398){let _0x4862be=_0x26b65c[_0x2a63bf(0x2d3)](_0x1febe9);if(_0x4862be!=null&&_0x4862be[_0x2a63bf(0x77a)]){let _0x1f40c6=(0x0,_0x1e663f[_0x2a63bf(0x218)])({'unitId':_0x1febe9,'subUnitId':_0x59ce98,'drawingId':_0x3c82bb}),_0x3e0fdd=_0x4862be['scene'][_0x2a63bf(0x41e)](_0x1f40c6);_0x3e0fdd&&_0x3e0fdd[_0x2a63bf(0x2e3)](!0x0);}let _0x495ad2=_0x5b1cc0[_0x2a63bf(0x3c5)](_0x366d19[_0x2a63bf(0x6c1)]);setTimeout(()=>{const _0xad5f4=_0x2a63bf;_0x495ad2[_0xad5f4(0x768)]({'unitId':_0x34fe2b,'subUnitId':_0x34fe2b});});}return _0x4bb398;}},_0x43644e={'type':_0x20a5f6[_0x537594(0x2ee)]['COMMAND'],'id':_0x537594(0x475),'handler':(_0x905cfa,_0x3f83ac)=>{const _0x2082fc=_0x537594;if(!_0x3f83ac)return!0x1;let {value:_0x1cd08c}=_0x3f83ac;return _0x905cfa[_0x2082fc(0x3c5)](_0x20a5f6['ICommandService'])['syncExecuteCommand'](_0x5d99a7[_0x2082fc(0x4fe)]['id'],{'alignType':_0x1cd08c});}},_0x3eac74={'type':_0x20a5f6[_0x537594(0x2ee)]['COMMAND'],'id':_0x537594(0x7a2),'handler':(_0x1e7eea,_0x33e773)=>{const _0x2a0bab=_0x537594;var _0x797c3b,_0x3dbb11,_0x9da153;let _0x2a71c8=_0x1e7eea[_0x2a0bab(0x3c5)](_0x20a5f6[_0x2a0bab(0x5fd)]),_0x18445a=_0x1e7eea[_0x2a0bab(0x3c5)](_0x20a5f6['IUniverInstanceService']),_0xf78d4b=_0x1e7eea[_0x2a0bab(0x3c5)](_0x1e663f['IDrawingManagerService']),_0x7ba603=_0x1e7eea['get'](_0x20a5f6[_0x2a0bab(0x663)]),_0x2f9aea=_0x1e7eea['get'](_0x456710[_0x2a0bab(0x4b3)]),_0x390cdd=_0x1e7eea[_0x2a0bab(0x3c5)](_0x2663fc[_0x2a0bab(0x3ab)]),_0x57fae9=(0x0,_0x339f57[_0x2a0bab(0x47a)])(_0x18445a,_0x33e773);if(!_0x57fae9)return!0x1;let {unitId:_0x1ac7f4,subUnitId:_0xe75d38}=_0x57fae9,{connectorShapeId:_0x15338b}=_0x33e773,_0x421e4f=_0xf78d4b[_0x2a0bab(0x5ce)](_0x1ac7f4,_0xe75d38);if(!_0x421e4f[_0x15338b])return!0x1;let _0x4dd55d=_0x2f9aea[_0x2a0bab(0x53a)](_0x1ac7f4,_0xe75d38,_0x15338b);if(!_0x4dd55d)return!0x1;let _0xa9e6ad=_0x421e4f[_0x15338b],_0x305f47={..._0xa9e6ad['transform'],'width':_0x33e773[_0x2a0bab(0x294)],'height':_0x33e773[_0x2a0bab(0x670)],'left':_0x33e773[_0x2a0bab(0x711)],'top':_0x33e773[_0x2a0bab(0x5e6)],'flipX':_0x33e773[_0x2a0bab(0x7d9)],'flipY':_0x33e773[_0x2a0bab(0x42a)],'angle':(_0x797c3b=(_0x3dbb11=_0x33e773['rotation'])==null?(_0x9da153=_0xa9e6ad['transform'])==null?void 0x0:_0x9da153['angle']:_0x3dbb11)==null?0x0:_0x797c3b},_0x3f13cf=_0x390cdd['getRenderById'](_0x1ac7f4),_0x55d481=_0x3f13cf==null?void 0x0:_0x3f13cf[_0x2a0bab(0x3f5)](_0x4afbf8[_0x2a0bab(0x48e)]);if(!_0x55d481)return!0x1;let _0x4a1200={'unitId':_0x1ac7f4,'subUnitId':_0xe75d38,'drawingType':_0x20a5f6[_0x2a0bab(0x41f)][_0x2a0bab(0x3dd)],'drawingId':_0x15338b,'transform':_0x305f47,'sheetTransform':(0x0,_0x447755[_0x2a0bab(0x3ca)])(_0x305f47,_0x55d481),'axisAlignSheetTransform':(0x0,_0x447755[_0x2a0bab(0x399)])(_0x305f47,_0x55d481)},{unitId:_0x1cdc62,subUnitId:_0x1ba676,undo:_0x159f98,redo:_0x1bd0ba,objects:_0x51e2ee}=_0xf78d4b[_0x2a0bab(0x1a4)]([_0x4a1200]),_0x3d603c=_0x4dd55d[_0x2a0bab(0x60f)](),_0x482fa0=[{'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x1cdc62,'subUnitId':_0x1ba676,'op':_0x1bd0ba,'objects':_0x51e2ee,'type':_0x1857a5[_0x2a0bab(0x59a)][_0x2a0bab(0x360)]}},{'id':_0x456710[_0x2a0bab(0x5e7)]['id'],'params':{'unitId':_0x1ac7f4,'subUnitId':_0xe75d38,'shapeId':_0x15338b,'shapeType':_0x33e773[_0x2a0bab(0x6e7)],'shapeData':{'adjustValues':_0x33e773['newAdjustValues'],'relation':_0x33e773[_0x2a0bab(0x698)]}}}],_0x2193b1=[{'id':_0x1857a5[_0x2a0bab(0x779)]['id'],'params':{'unitId':_0x1cdc62,'subUnitId':_0x1ba676,'op':_0x159f98,'objects':_0x51e2ee,'type':_0x1857a5[_0x2a0bab(0x59a)][_0x2a0bab(0x360)]}},{'id':_0x456710['UpdateSheetsShapeDataMutation']['id'],'params':{'unitId':_0x1ac7f4,'subUnitId':_0xe75d38,'shapeId':_0x15338b,'shapeType':_0x3d603c,'shapeData':{'adjustValues':_0x33e773[_0x2a0bab(0x17a)],'relation':_0x33e773[_0x2a0bab(0x49a)]}}}];return(0x0,_0x20a5f6[_0x2a0bab(0x448)])(_0x482fa0,_0x2a71c8)&&_0x7ba603[_0x2a0bab(0x1b7)]({'unitID':_0x1ac7f4,'undoMutations':_0x2193b1,'redoMutations':_0x482fa0}),!0x0;}},_0xa229eb={'type':_0x20a5f6['CommandType'][_0x537594(0x426)],'id':_0x537594(0x6f2),'handler':(_0x51b87f,_0x189147)=>{const _0x1e7532=_0x537594;let _0x1b2287=_0x51b87f['get'](_0x20a5f6[_0x1e7532(0x5fd)]),_0x3a73ba=_0x51b87f['get'](_0x20a5f6[_0x1e7532(0x69d)]),_0x5d79f0=_0x51b87f['get'](_0x1e663f[_0x1e7532(0x40a)]),_0x44e33e=_0x51b87f[_0x1e7532(0x3c5)](_0x20a5f6[_0x1e7532(0x663)]),_0x10967c=_0x51b87f[_0x1e7532(0x3c5)](_0x456710[_0x1e7532(0x4b3)]),_0x2c0196=(0x0,_0x339f57[_0x1e7532(0x47a)])(_0x3a73ba,_0x189147);if(!_0x2c0196)return!0x1;let {unitId:_0x549b1f,subUnitId:_0x1d5e39}=_0x2c0196,_0x578fbb=_0x189147[_0x1e7532(0x5a5)],_0x130106=_0x189147[_0x1e7532(0x7d9)],_0x1d6c9f=_0x189147[_0x1e7532(0x42a)],_0x4112cb=_0x5d79f0[_0x1e7532(0x5ce)](_0x549b1f,_0x1d5e39);if(!_0x4112cb[_0x578fbb]||!_0x10967c[_0x1e7532(0x53a)](_0x549b1f,_0x1d5e39,_0x578fbb))return!0x1;let _0x4b9985={..._0x4112cb[_0x578fbb]['transform'],'width':_0x189147[_0x1e7532(0x294)],'height':_0x189147[_0x1e7532(0x670)],'left':_0x189147['left'],'top':_0x189147[_0x1e7532(0x5e6)],'flipX':_0x130106,'flipY':_0x1d6c9f,'angle':_0x189147[_0x1e7532(0x19b)]},_0x18a3ae={'unitId':_0x549b1f,'subUnitId':_0x1d5e39,'drawingType':_0x20a5f6[_0x1e7532(0x41f)][_0x1e7532(0x3dd)],'drawingId':_0x578fbb,'transform':_0x4b9985},{unitId:_0x253f9d,subUnitId:_0x593a46,undo:_0x1f8345,redo:_0x59da57,objects:_0x3b8692}=_0x5d79f0['getBatchUpdateOp']([_0x18a3ae]),_0x141245=[{'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x253f9d,'subUnitId':_0x593a46,'op':_0x59da57,'objects':_0x3b8692,'type':_0x1857a5['DrawingApplyType'][_0x1e7532(0x360)]}},{'id':_0x456710[_0x1e7532(0x5e7)]['id'],'params':{'unitId':_0x549b1f,'subUnitId':_0x1d5e39,'shapeId':_0x578fbb,'shapeType':_0x189147[_0x1e7532(0x6e7)],'shapeData':{'adjustValues':_0x189147[_0x1e7532(0x1ea)]}}}],_0x47d423=[{'id':_0x1857a5[_0x1e7532(0x779)]['id'],'params':{'unitId':_0x253f9d,'subUnitId':_0x593a46,'op':_0x1f8345,'objects':_0x3b8692,'type':_0x1857a5['DrawingApplyType']['UPDATE']}},{'id':_0x456710['UpdateSheetsShapeDataMutation']['id'],'params':{'unitId':_0x549b1f,'subUnitId':_0x1d5e39,'shapeId':_0x578fbb,'shapeType':_0x189147[_0x1e7532(0x1ad)],'shapeData':{'adjustValues':_0x189147[_0x1e7532(0x17a)]}}}];return(0x0,_0x20a5f6[_0x1e7532(0x448)])(_0x141245,_0x1b2287)&&_0x44e33e[_0x1e7532(0x1b7)]({'unitID':_0x549b1f,'undoMutations':_0x47d423,'redoMutations':_0x141245}),!0x0;}};function _0x30b7b5({ref:_0x425e84,..._0x49fcaf}){const _0xf4084d=_0x537594;let {icon:_0x5a967a,id:_0x22451b,className:_0x849fa7,extend:_0xd9bb13,..._0xf7a0e6}=_0x49fcaf,_0x2e3693=(_0xf4084d(0x514)+_0x22451b+'\x20'+(_0x849fa7||''))[_0xf4084d(0x3fd)](),_0x19df2d=(0x0,_0x4ebf41[_0xf4084d(0x323)])('_'+_0x428636());return _0x185b6e(_0x5a967a,''+_0x22451b,{'defIds':_0x5a967a[_0xf4084d(0x351)],'idSuffix':_0x19df2d[_0xf4084d(0x4aa)]},{'ref':_0x425e84,'className':_0x2e3693,..._0xf7a0e6},_0xd9bb13);}function _0x185b6e(_0x53269d,_0xf409a4,_0x1798c8,_0x43eba0,_0x4c9c28){const _0x270cf6=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x53269d['tag'],{'key':_0xf409a4,..._0x11a090(_0x53269d,_0x1798c8,_0x4c9c28),..._0x43eba0},(_0x5d8c42(_0x53269d,_0x1798c8)[_0x270cf6(0x315)]||[])[_0x270cf6(0x748)]((_0x39bdc6,_0x4ea3d7)=>_0x185b6e(_0x39bdc6,_0xf409a4+'-'+_0x53269d[_0x270cf6(0x199)]+'-'+_0x4ea3d7,_0x1798c8,void 0x0,_0x4c9c28)));}function _0x11a090(_0x1263cd,_0x2f2f50,_0x239716){const _0x297a9f=_0x537594;let _0x36aaf7={..._0x1263cd[_0x297a9f(0x436)]};_0x239716!=null&&_0x239716[_0x297a9f(0x53d)]&&_0x36aaf7[_0x297a9f(0x58b)]===_0x297a9f(0x53d)&&(_0x36aaf7['fill']=_0x239716[_0x297a9f(0x53d)]),_0x1263cd[_0x297a9f(0x199)]===_0x297a9f(0x38c)&&_0x36aaf7['id']&&(_0x36aaf7['id']+=_0x2f2f50[_0x297a9f(0x587)]),Object[_0x297a9f(0x594)](_0x36aaf7)['forEach'](([_0x5586d1,_0x4be268])=>{const _0x393545=_0x297a9f;_0x5586d1==='mask'&&typeof _0x4be268==_0x393545(0x669)&&(_0x36aaf7[_0x5586d1]=_0x4be268[_0x393545(0x463)](/url\(#(.*)\)/,_0x393545(0x1b4)+_0x2f2f50['idSuffix']+')'));});let {defIds:_0x47b97c}=_0x2f2f50;return!_0x47b97c||_0x47b97c[_0x297a9f(0x274)]===0x0?_0x36aaf7:(_0x1263cd[_0x297a9f(0x199)]===_0x297a9f(0x5eb)&&_0x36aaf7[_0x297a9f(0x2e9)]&&(_0x36aaf7[_0x297a9f(0x2e9)]+=_0x2f2f50['idSuffix']),Object[_0x297a9f(0x594)](_0x36aaf7)[_0x297a9f(0x1b6)](([_0x261084,_0x32bcf7])=>{const _0x5a26b3=_0x297a9f;typeof _0x32bcf7=='string'&&(_0x36aaf7[_0x261084]=_0x32bcf7[_0x5a26b3(0x463)](/url\(#(.*)\)/,_0x5a26b3(0x1b4)+_0x2f2f50['idSuffix']+')'));}),_0x36aaf7);}function _0x5d8c42(_0x3d1813,_0x3b0cf6){const _0x5d6478=_0x537594;var _0x3361d;let {defIds:_0xc31721}=_0x3b0cf6;return!_0xc31721||_0xc31721[_0x5d6478(0x274)]===0x0?_0x3d1813:_0x3d1813[_0x5d6478(0x199)]===_0x5d6478(0x7b1)&&(_0x3361d=_0x3d1813[_0x5d6478(0x315)])!=null&&_0x3361d[_0x5d6478(0x274)]?{..._0x3d1813,'children':_0x3d1813[_0x5d6478(0x315)][_0x5d6478(0x748)](_0x4b74ad=>typeof _0x4b74ad['attrs']['id']==_0x5d6478(0x669)&&_0xc31721&&_0xc31721[_0x5d6478(0x56e)](_0x4b74ad[_0x5d6478(0x436)]['id'])?{..._0x4b74ad,'attrs':{..._0x4b74ad[_0x5d6478(0x436)],'id':_0x4b74ad[_0x5d6478(0x436)]['id']+_0x3b0cf6[_0x5d6478(0x587)]}}:_0x4b74ad)}:_0x3d1813;}function _0x428636(){const _0x4cbd81=_0x537594;return Math['random']()[_0x4cbd81(0x7d2)](0x24)['substring'](0x2,0x8);}_0x30b7b5['displayName']=_0x537594(0x3ea);let _0x1698ae={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x4c0),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7a7),'fillRule':'evenodd','clipRule':_0x537594(0x5d8)}}]},_0x3a0017=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x40dfac,_0x41fd59){const _0x47dbbb=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x47dbbb(0x765)]({},_0x40dfac,{'id':'more-down-icon','ref':_0x41fd59,'icon':_0x1698ae}));});_0x3a0017[_0x537594(0x4c2)]='MoreDownIcon';let _0x34c017={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'stroke':'currentColor','d':_0x537594(0x20b),'strokeWidth':0x2}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x68e)}},{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x170),'strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x4dd019=(0x0,_0x4ebf41['forwardRef'])(function(_0x542e49,_0x2fc5ed){const _0x217f37=_0x537594;return(0x0,_0x4ebf41[_0x217f37(0x3e1)])(_0x30b7b5,Object[_0x217f37(0x765)]({},_0x542e49,{'id':_0x217f37(0x509),'ref':_0x2fc5ed,'icon':_0x34c017}));});_0x4dd019[_0x537594(0x4c2)]=_0x537594(0x29e);let _0x3053e2={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':'currentColor','d':_0x537594(0x4b4),'strokeWidth':0x2}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M5\x203H7V16H5z'}},{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x357),'strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x4d3cea=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x5a0b21,_0x4155ee){const _0x4d18ea=_0x537594;return(0x0,_0x4ebf41[_0x4d18ea(0x3e1)])(_0x30b7b5,Object[_0x4d18ea(0x765)]({},_0x5a0b21,{'id':'shape-accent-border-callout2-icon','ref':_0x4155ee,'icon':_0x3053e2}));});_0x4d3cea['displayName']='ShapeAccentBorderCallout2Icon';let _0x38652c={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':'M19\x204V15H9V4H19Z','strokeWidth':0x2}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x68e)}},{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x3a5),'strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x1aafc8=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x216e86,_0x8f82ad){const _0x4fc3c8=_0x537594;return(0x0,_0x4ebf41[_0x4fc3c8(0x3e1)])(_0x30b7b5,Object['assign']({},_0x216e86,{'id':_0x4fc3c8(0x237),'ref':_0x8f82ad,'icon':_0x38652c}));});_0x1aafc8[_0x537594(0x4c2)]=_0x537594(0x6c9);let _0x152dd8={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':'currentColor','d':_0x537594(0x420),'strokeDasharray':_0x537594(0x787),'strokeWidth':0x2}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x68e)}},{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x533),'strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x5d67ab=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x1438de,_0x1ca4ef){return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x1438de,{'id':'shape-accent-callout1-icon','ref':_0x1ca4ef,'icon':_0x152dd8}));});_0x5d67ab[_0x537594(0x4c2)]='ShapeAccentCallout1Icon';let _0x27e7f0={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x50b),'strokeDasharray':_0x537594(0x787),'strokeWidth':0x2}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x68e)}},{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':'M1.00018\x2017L2.50018\x209H6.00018','strokeLinecap':'round','strokeWidth':0x2}}]},_0x16af71=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4c3c4,_0x581560){return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x4c3c4,{'id':'shape-accent-callout2-icon','ref':_0x581560,'icon':_0x27e7f0}));});_0x16af71[_0x537594(0x4c2)]=_0x537594(0x282);let _0x2b7972={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x5b6),'strokeDasharray':'4\x203','strokeWidth':0x2}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M5\x203H7V16H5z'}},{'tag':'path','attrs':{'stroke':'currentColor','d':'M6\x2018.5L1\x2015V9H6','strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x5d6e29=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x185ffe,_0x953bb8){const _0xcc6a5f=_0x537594;return(0x0,_0x4ebf41[_0xcc6a5f(0x3e1)])(_0x30b7b5,Object['assign']({},_0x185ffe,{'id':_0xcc6a5f(0x643),'ref':_0x953bb8,'icon':_0x2b7972}));});_0x5d6e29['displayName']=_0x537594(0x613);let _0x2a81a5={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7a1)}}]},_0x34fa06=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x3f0de4,_0x2e2c89){const _0x2549c6=_0x537594;return(0x0,_0x4ebf41[_0x2549c6(0x3e1)])(_0x30b7b5,Object[_0x2549c6(0x765)]({},_0x3f0de4,{'id':_0x2549c6(0x3eb),'ref':_0x2e2c89,'icon':_0x2a81a5}));});_0x34fa06[_0x537594(0x4c2)]=_0x537594(0x257);let _0x36306a={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M10.9999\x2015.6341L11\x204.63394L4.5\x2010.634L10.9999\x2015.6341ZM9.00018\x209.2011L9.00017\x2011.571L7.59978\x2010.4938L9.00018\x209.2011Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x474)}}]},_0x5cf17d=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x3d3fc8,_0x470039){const _0x1a0440=_0x537594;return(0x0,_0x4ebf41[_0x1a0440(0x3e1)])(_0x30b7b5,Object[_0x1a0440(0x765)]({},_0x3d3fc8,{'id':_0x1a0440(0x575),'ref':_0x470039,'icon':_0x36306a}));});_0x5cf17d['displayName']=_0x537594(0x430);let _0x3898bc={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}}]},_0x2be74d=(0x0,_0x4ebf41['forwardRef'])(function(_0x1d4999,_0x3d9e9e){const _0xd5cf16=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0xd5cf16(0x765)]({},_0x1d4999,{'id':_0xd5cf16(0x73e),'ref':_0x3d9e9e,'icon':_0x3898bc}));});_0x2be74d['displayName']=_0x537594(0x54f);let _0x427f02={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x6c0)}},{'tag':'path','attrs':{'fill':'currentColor','d':'M10\x208C10\x208.55228\x2010.4477\x209\x2011\x209H13V11H11C9.34315\x2011\x208\x209.65685\x208\x208V5H10V8Z'}}]},_0x53b087=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xf3e95f,_0x292448){return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0xf3e95f,{'id':'shape-action-button-document-icon','ref':_0x292448,'icon':_0x427f02}));});_0x53b087[_0x537594(0x4c2)]=_0x537594(0x405);let _0x45203a={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M9.00008\x2015.5001L9.00003\x204.49997L15.5\x2010.5L9.00008\x2015.5001ZM10.9998\x209.06713L10.9998\x2011.437L12.4002\x2010.3598L10.9998\x209.06713Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x24d)}}]},_0x3908bb=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x1d7bcd,_0x41e83e){const _0x3072c8=_0x537594;return(0x0,_0x4ebf41[_0x3072c8(0x3e1)])(_0x30b7b5,Object[_0x3072c8(0x765)]({},_0x1d7bcd,{'id':_0x3072c8(0x559),'ref':_0x41e83e,'icon':_0x45203a}));});_0x3908bb[_0x537594(0x4c2)]=_0x537594(0x5a8);let _0x18a999={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3cb)}}]},_0x121e24=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x395f0c,_0x3ca79c){const _0x551945=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x551945(0x765)]({},_0x395f0c,{'id':_0x551945(0x551),'ref':_0x3ca79c,'icon':_0x18a999}));});_0x121e24[_0x537594(0x4c2)]=_0x537594(0x68c);let _0x2c244a={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2dc)}},{'tag':_0x537594(0x3aa),'attrs':{'cx':0xa,'cy':0xf,'r':0x1,'fill':_0x537594(0x7ef)}}]},_0x15d09d=(0x0,_0x4ebf41['forwardRef'])(function(_0x110213,_0x4640ec){const _0x394389=_0x537594;return(0x0,_0x4ebf41[_0x394389(0x3e1)])(_0x30b7b5,Object[_0x394389(0x765)]({},_0x110213,{'id':'shape-action-button-help-icon','ref':_0x4640ec,'icon':_0x2c244a}));});_0x15d09d[_0x537594(0x4c2)]='ShapeActionButtonHelpIcon';let _0x386fc7={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x47d)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M7\x209H5V16H7V9Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3a3)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M15\x209H13V16H15V9Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x5c2)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2c0)}}]},_0x263ff2=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x1ab9aa,_0x1f9dc2){const _0x4ce19d=_0x537594;return(0x0,_0x4ebf41[_0x4ce19d(0x3e1)])(_0x30b7b5,Object['assign']({},_0x1ab9aa,{'id':_0x4ce19d(0x1c3),'ref':_0x1f9dc2,'icon':_0x386fc7}));});_0x263ff2[_0x537594(0x4c2)]=_0x537594(0x57c);let _0x2efb62={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x263)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x16b)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x39f)}}]},_0x44971a=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x41cc2c,_0x2d7fd2){const _0x526cfe=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x41cc2c,{'id':_0x526cfe(0x425),'ref':_0x2d7fd2,'icon':_0x2efb62}));});_0x44971a[_0x537594(0x4c2)]='ShapeActionButtonInformationIcon';let _0x17a3c8={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x1c8)}}]},_0x248755=(0x0,_0x4ebf41['forwardRef'])(function(_0x3ef261,_0x19e9b2){const _0x1c1a0b=_0x537594;return(0x0,_0x4ebf41[_0x1c1a0b(0x3e1)])(_0x30b7b5,Object[_0x1c1a0b(0x765)]({},_0x3ef261,{'id':_0x1c1a0b(0x3fb),'ref':_0x19e9b2,'icon':_0x17a3c8}));});_0x248755['displayName']=_0x537594(0x6e4);let _0x238b6f={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x751)}}]},_0x30dec2=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x3daac4,_0xcccb6b){const _0x32ae75=_0x537594;return(0x0,_0x4ebf41[_0x32ae75(0x3e1)])(_0x30b7b5,Object['assign']({},_0x3daac4,{'id':_0x32ae75(0x56a),'ref':_0xcccb6b,'icon':_0x238b6f}));});_0x30dec2[_0x537594(0x4c2)]=_0x537594(0x2b0);let _0x5c35cb={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4bd)}},{'tag':_0x537594(0x1f0),'attrs':{'width':0x3,'height':0x1,'x':12.87,'y':6.73,'fill':_0x537594(0x7ef),'rx':0.5,'transform':_0x537594(0x568)}},{'tag':_0x537594(0x1f0),'attrs':{'width':0x3,'height':0x1,'fill':_0x537594(0x7ef),'rx':0.5,'transform':_0x537594(0x179)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M13\x2010C13\x2010.2761\x2013.2239\x2010.5\x2013.5\x2010.5H15.5C15.7761\x2010.5\x2016\x2010.2761\x2016\x2010C16\x209.72386\x2015.7761\x209.5\x2015.5\x209.5H13.5C13.2239\x209.5\x2013\x209.72386\x2013\x2010Z'}}]},_0x221f58=(0x0,_0x4ebf41['forwardRef'])(function(_0x2b8e42,_0xc875b5){const _0x90d2ae=_0x537594;return(0x0,_0x4ebf41[_0x90d2ae(0x3e1)])(_0x30b7b5,Object[_0x90d2ae(0x765)]({},_0x2b8e42,{'id':_0x90d2ae(0x254),'ref':_0xc875b5,'icon':_0x5c35cb}));});_0x221f58[_0x537594(0x4c2)]=_0x537594(0x53b);let _0x9cb3eb={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x37b)}}]},_0x484827=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x13c00a,_0x443e6e){const _0x48f403=_0x537594;return(0x0,_0x4ebf41[_0x48f403(0x3e1)])(_0x30b7b5,Object['assign']({},_0x13c00a,{'id':_0x48f403(0x309),'ref':_0x443e6e,'icon':_0x9cb3eb}));});_0x484827[_0x537594(0x4c2)]=_0x537594(0x313);let _0x45789a={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x57d)}}]},_0x54c5bc=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x36491d,_0xb5a8fb){const _0x42e652=_0x537594;return(0x0,_0x4ebf41[_0x42e652(0x3e1)])(_0x30b7b5,Object['assign']({},_0x36491d,{'id':'shape-bent-arrow-icon','ref':_0xb5a8fb,'icon':_0x45789a}));});_0x54c5bc[_0x537594(0x4c2)]=_0x537594(0x715);let _0x8652c7={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x47c)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3b8)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x208)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x619)}}]},_0x2b774c=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x16deba,_0x3108a1){const _0x586059=_0x537594;return(0x0,_0x4ebf41[_0x586059(0x3e1)])(_0x30b7b5,Object['assign']({},_0x16deba,{'id':_0x586059(0x46b),'ref':_0x3108a1,'icon':_0x8652c7}));});_0x2b774c[_0x537594(0x4c2)]=_0x537594(0x525);let _0x3b2905={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M11\x203.94343L10.9948\x203.84732C10.9437\x203.37126\x2010.5176\x203\x2010\x203C9.48243\x203\x209.05633\x203.37126\x209.00519\x203.84732L9\x203.94343V16.0556C9\x2016.5769\x209.44797\x2017\x2010\x2017C10.552\x2017\x2011\x2016.5769\x2011\x2016.0556V3.94343Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3b8)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x537594(0x208)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x537594(0x619)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M0.31807\x204.29382C0.146631\x204.13545\x200.146631\x203.86455\x200.318071\x203.70618L3.07858\x201.15613C3.33477\x200.919469\x203.75\x201.10118\x203.75\x201.44995V6.55005C3.75\x206.89882\x203.33477\x207.08053\x203.07858\x206.84387L0.31807\x204.29382Z'}}]},_0x4fb0e5=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x510d24,_0xdfc1ea){const _0x339e1c=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x339e1c(0x765)]({},_0x510d24,{'id':_0x339e1c(0x6a9),'ref':_0xdfc1ea,'icon':_0x3b2905}));});_0x4fb0e5[_0x537594(0x4c2)]=_0x537594(0x449);let _0x30fdf2={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x47c)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M15.9218\x2017L16.0316\x2016.9948C16.5757\x2016.9437\x2017\x2016.5176\x2017\x2016C17\x2015.4824\x2016.5757\x2015.0563\x2016.0316\x2015.0052L15.9218\x2015H10.0793C9.4835\x2015\x209\x2015.448\x209\x2016C9\x2016.552\x209.4835\x2017\x2010.0793\x2017H15.9218Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x208)}}]},_0x2a58e2=(0x0,_0x4ebf41['forwardRef'])(function(_0x39701e,_0x3c000e){const _0x4a40fd=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x4a40fd(0x765)]({},_0x39701e,{'id':_0x4a40fd(0x454),'ref':_0x3c000e,'icon':_0x30fdf2}));});_0x2a58e2[_0x537594(0x4c2)]='ShapeBentConnector3Icon';let _0x3456f4={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'mask','attrs':{'id':_0x537594(0x494),'fill':_0x537594(0x23b)},'children':[{'tag':'path','attrs':{'d':'M19.083\x207H17V18H2V12H11V7H9.08301L14.083\x201L19.083\x207Z'}}]},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x16d),'mask':_0x537594(0x2c3)}}]},_0x123623=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x35863f,_0xb4df67){const _0x17e2f2=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x17e2f2(0x765)]({},_0x35863f,{'id':_0x17e2f2(0x4ad),'ref':_0xb4df67,'icon':_0x3456f4}));});_0x123623[_0x537594(0x4c2)]=_0x537594(0x280);let _0x4b4c47={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x766)}}]},_0x281b17=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x25766f,_0x3dc813){const _0x2d3eb1=_0x537594;return(0x0,_0x4ebf41[_0x2d3eb1(0x3e1)])(_0x30b7b5,Object[_0x2d3eb1(0x765)]({},_0x25766f,{'id':_0x2d3eb1(0x42c),'ref':_0x3dc813,'icon':_0x4b4c47}));});_0x281b17[_0x537594(0x4c2)]=_0x537594(0x51c);let _0x3080d5={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2ba)}}]},_0x3949d4=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xe766bb,_0x5a8388){const _0x3c3f5a=_0x537594;return(0x0,_0x4ebf41[_0x3c3f5a(0x3e1)])(_0x30b7b5,Object[_0x3c3f5a(0x765)]({},_0xe766bb,{'id':_0x3c3f5a(0x2a3),'ref':_0x5a8388,'icon':_0x3080d5}));});_0x3949d4[_0x537594(0x4c2)]=_0x537594(0x321);let _0x406ec4={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x3ec),'strokeWidth':0x2}},{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x1a2),'strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x1b37ce=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x224100,_0x4fe149){const _0x59c29d=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x59c29d(0x765)]({},_0x224100,{'id':_0x59c29d(0x5b5),'ref':_0x4fe149,'icon':_0x406ec4}));});_0x1b37ce[_0x537594(0x4c2)]=_0x537594(0x145);let _0x4c8a79={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':'M19.0002\x204V15H6.00018V4H19.0002Z','strokeWidth':0x2}},{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x357),'strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x265e9b=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x25a877,_0x395335){const _0x14b331=_0x537594;return(0x0,_0x4ebf41[_0x14b331(0x3e1)])(_0x30b7b5,Object[_0x14b331(0x765)]({},_0x25a877,{'id':'shape-border-callout2-icon','ref':_0x395335,'icon':_0x4c8a79}));});_0x265e9b[_0x537594(0x4c2)]=_0x537594(0x5e5);let _0xfe9389={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x239),'strokeWidth':0x2}},{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x3a5),'strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x2ee2a3=(0x0,_0x4ebf41['forwardRef'])(function(_0x20bc9e,_0x4970d2){const _0x5ceb00=_0x537594;return(0x0,_0x4ebf41[_0x5ceb00(0x3e1)])(_0x30b7b5,Object[_0x5ceb00(0x765)]({},_0x20bc9e,{'id':_0x5ceb00(0x705),'ref':_0x4970d2,'icon':_0xfe9389}));});_0x2ee2a3[_0x537594(0x4c2)]=_0x537594(0x3dc);let _0x380d20={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x19a)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x43f)}}]},_0x403c1d=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4a9dfd,_0x313f9e){const _0x10dc20=_0x537594;return(0x0,_0x4ebf41[_0x10dc20(0x3e1)])(_0x30b7b5,Object[_0x10dc20(0x765)]({},_0x4a9dfd,{'id':_0x10dc20(0x654),'ref':_0x313f9e,'icon':_0x380d20}));});_0x403c1d[_0x537594(0x4c2)]='ShapeBracePairIcon';let _0x503400={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M3\x2016.802L2.99481\x2016.924C2.94367\x2017.5286\x202.51757\x2018\x202\x2018C1.48243\x2018\x201.05633\x2017.5286\x201.00519\x2016.924L1\x2016.802V3.19925C1\x202.53723\x201.44797\x202\x202\x202C2.55203\x202\x203\x202.53723\x203\x203.19925V16.802Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x563)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x6ba)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x1ba)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M15.198\x2016L15.076\x2016.0052C14.4714\x2016.0563\x2014\x2016.4824\x2014\x2017C14\x2017.5176\x2014.4714\x2017.9437\x2015.076\x2017.9948L15.198\x2018H17.8007C18.4628\x2018\x2019\x2017.552\x2019\x2017C19\x2016.448\x2018.4628\x2016\x2017.8007\x2016H15.198Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3db)}}]},_0x58568f=(0x0,_0x4ebf41['forwardRef'])(function(_0x454a7d,_0x262699){const _0x5b93a3=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x5b93a3(0x765)]({},_0x454a7d,{'id':_0x5b93a3(0x52d),'ref':_0x262699,'icon':_0x503400}));});_0x58568f['displayName']='ShapeBracketPairIcon';let _0x1f7a3b={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x420),'strokeDasharray':_0x537594(0x787),'strokeWidth':0x2}},{'tag':'path','attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x533),'strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x1e4c27=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x54ec1a,_0x306563){const _0x47e8a6=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x47e8a6(0x765)]({},_0x54ec1a,{'id':'shape-callout1-icon','ref':_0x306563,'icon':_0x1f7a3b}));});_0x1e4c27[_0x537594(0x4c2)]='ShapeCallout1Icon';let _0x43b174={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x50b),'strokeDasharray':_0x537594(0x787),'strokeWidth':0x2}},{'tag':'path','attrs':{'stroke':'currentColor','d':_0x537594(0x357),'strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x28c290=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4837b3,_0xf47950){const _0x21c2fd=_0x537594;return(0x0,_0x4ebf41[_0x21c2fd(0x3e1)])(_0x30b7b5,Object['assign']({},_0x4837b3,{'id':_0x21c2fd(0x435),'ref':_0xf47950,'icon':_0x43b174}));});_0x28c290[_0x537594(0x4c2)]=_0x537594(0x25e);let _0x21c7cf={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x5b6),'strokeDasharray':_0x537594(0x787),'strokeWidth':0x2}},{'tag':'path','attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x3a5),'strokeLinecap':_0x537594(0x4eb),'strokeWidth':0x2}}]},_0x1ed229=(0x0,_0x4ebf41['forwardRef'])(function(_0x5c2ce9,_0x5b3837){const _0x15c668=_0x537594;return(0x0,_0x4ebf41[_0x15c668(0x3e1)])(_0x30b7b5,Object[_0x15c668(0x765)]({},_0x5c2ce9,{'id':_0x15c668(0x684),'ref':_0x5b3837,'icon':_0x21c7cf}));});_0x1ed229[_0x537594(0x4c2)]=_0x537594(0x6cc);let _0x2beea7={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x5e2)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M2\x2014V5H4V14C4\x2014.5217\x204.44895\x2015.2629\x205.79004\x2015.9336C7.07164\x2016.5744\x207.91244\x2017\x2010\x2017C12.0876\x2017\x2012.9284\x2016.5744\x2014.21\x2015.9336C15.551\x2015.2629\x2016\x2014.5217\x2016\x2014V4.5H18V14C18\x2015.6872\x2016.6583\x2016.9456\x2015.1045\x2017.7227C13.4907\x2018.5296\x2012.3307\x2019\x2010\x2019C7.66928\x2019\x206.50934\x2018.5296\x204.89551\x2017.7227C3.34167\x2016.9456\x202\x2015.6872\x202\x2014Z'}}]},_0x339812=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x1096a7,_0x599267){const _0x2d0fff=_0x537594;return(0x0,_0x4ebf41[_0x2d0fff(0x3e1)])(_0x30b7b5,Object[_0x2d0fff(0x765)]({},_0x1096a7,{'id':'shape-can-icon','ref':_0x599267,'icon':_0x2beea7}));});_0x339812['displayName']=_0x537594(0x43a);let _0x5828e8={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M3\x209H17V11H3z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x683),'transform':_0x537594(0x680)}}]},_0xfd3665=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x1baa84,_0x3c3bf4){const _0x3951f2=_0x537594;return(0x0,_0x4ebf41[_0x3951f2(0x3e1)])(_0x30b7b5,Object[_0x3951f2(0x765)]({},_0x1baa84,{'id':_0x3951f2(0x5c4),'ref':_0x3c3bf4,'icon':_0x5828e8}));});_0xfd3665[_0x537594(0x4c2)]=_0x537594(0x1cd);let _0x7b0387={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x75e),'transform':_0x537594(0x5c9)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4af),'transform':_0x537594(0x417)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x683),'transform':_0x537594(0x680)}}]},_0x457569=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x13e343,_0x24e0f4){const _0x1b2162=_0x537594;return(0x0,_0x4ebf41[_0x1b2162(0x3e1)])(_0x30b7b5,Object[_0x1b2162(0x765)]({},_0x13e343,{'id':_0x1b2162(0x3d9),'ref':_0x24e0f4,'icon':_0x7b0387}));});_0x457569[_0x537594(0x4c2)]=_0x537594(0x2f9);let _0x3b8c47={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M3.64\x202.22H23.64V4.22H3.64z','transform':_0x537594(0x5c9)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x4af),'transform':_0x537594(0x417)}}]},_0x5dbdfe=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2bc17d,_0x537227){const _0x4fd40e=_0x537594;return(0x0,_0x4ebf41[_0x4fd40e(0x3e1)])(_0x30b7b5,Object[_0x4fd40e(0x765)]({},_0x2bc17d,{'id':'shape-chart-x-icon','ref':_0x537227,'icon':_0x3b8c47}));});_0x5dbdfe['displayName']='ShapeChartXIcon';let _0x4846d8={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2a6)}}]},_0x8fe676=(0x0,_0x4ebf41['forwardRef'])(function(_0x1347f6,_0x16ce19){const _0x95b3b9=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x95b3b9(0x765)]({},_0x1347f6,{'id':_0x95b3b9(0x675),'ref':_0x16ce19,'icon':_0x4846d8}));});_0x8fe676[_0x537594(0x4c2)]='ShapeChevronIcon';let _0x16de52={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M1\x2010C1\x205.02944\x205.02944\x201\x2010\x201C19\x2010\x2010\x201\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019V17C13.6012\x2017\x2016.5656\x2014.2805\x2016.9551\x2010.7832L16.9346\x2010.7627C16.9187\x2010.7469\x2016.9024\x2010.7315\x2016.8867\x2010.7158L16.8398\x2010.6689C16.8243\x2010.6534\x2016.8093\x2010.6375\x2016.7939\x2010.6221C16.7785\x2010.6066\x2016.7624\x2010.5915\x2016.7471\x2010.5762C16.7319\x2010.561\x2016.7172\x2010.5453\x2016.7021\x2010.5303L16.6113\x2010.4395C16.5965\x2010.4246\x2016.5812\x2010.4103\x2016.5664\x2010.3955C16.5516\x2010.3807\x2016.5371\x2010.3653\x2016.5225\x2010.3506L16.4355\x2010.2637C16.4211\x2010.2492\x2016.4059\x2010.235\x2016.3916\x2010.2207C16.3774\x2010.2065\x2016.3637\x2010.1918\x2016.3496\x2010.1777C16.3355\x2010.1636\x2016.3207\x2010.1498\x2016.3066\x2010.1357L16.2646\x2010.0938C16.2508\x2010.0799\x2016.2374\x2010.0655\x2016.2236\x2010.0518C16.2098\x2010.038\x2016.1953\x2010.0244\x2016.1816\x2010.0107L16.1406\x209.96973C16.1271\x209.95616\x2016.114\x209.94216\x2016.1006\x209.92871L16.0205\x209.84863C16.0073\x209.83543\x2015.9936\x209.82265\x2015.9805\x209.80957L15.9414\x209.77051C15.9285\x209.75759\x2015.9161\x209.74425\x2015.9033\x209.73145C15.8905\x209.71858\x2015.877\x209.70611\x2015.8643\x209.69336L15.8262\x209.65527C15.8136\x209.64268\x2015.8015\x209.62966\x2015.7891\x209.61719L15.6055\x209.43359C15.5936\x209.42169\x2015.5811\x209.41023\x2015.5693\x209.39844L15.499\x209.32812C15.4875\x209.31656\x2015.4763\x209.30442\x2015.4648\x209.29297L15.3633\x209.19141C15.3521\x209.18024\x2015.3402\x209.16926\x2015.3291\x209.1582C15.3181\x209.14724\x2015.3077\x209.13585\x2015.2969\x209.125C15.286\x209.11409\x2015.2745\x209.10357\x2015.2637\x209.09277C15.2528\x209.08194\x2015.2422\x209.0703\x2015.2314\x209.05957C15.2208\x209.04894\x2015.2097\x209.03885\x2015.1992\x209.02832C15.1886\x209.0177\x2015.1785\x209.00661\x2015.168\x208.99609L15.1055\x208.93359C15.0952\x208.92331\x2015.0844\x208.9135\x2015.0742\x208.90332L15.0137\x208.84277C15.0037\x208.83279\x2014.9943\x208.82238\x2014.9844\x208.8125L14.8398\x208.66797C14.8305\x208.65864\x2014.8208\x208.64985\x2014.8115\x208.64062C14.8022\x208.63135\x2014.7934\x208.62148\x2014.7842\x208.6123L14.7031\x208.53125C14.6942\x208.52237\x2014.6846\x208.51367\x2014.6758\x208.50488C14.6671\x208.49621\x2014.659\x208.48709\x2014.6504\x208.47852L14.5732\x208.40137C14.5649\x208.39302\x2014.5561\x208.38521\x2014.5479\x208.37695C14.5395\x208.36865\x2014.5317\x208.35978\x2014.5234\x208.35156L14.4746\x208.30273C14.4666\x208.29474\x2014.4581\x208.2872\x2014.4502\x208.2793L14.4033\x208.23242C14.3957\x208.22476\x2014.3884\x208.21656\x2014.3809\x208.20898L14.335\x208.16309C14.3276\x208.15572\x2014.3198\x208.14888\x2014.3125\x208.1416C14.3052\x208.13428\x2014.2983\x208.12638\x2014.291\x208.11914C14.2837\x208.11184\x2014.2758\x208.10487\x2014.2686\x208.09766L14.2471\x208.07617C14.24\x208.06914\x2014.2335\x208.06164\x2014.2266\x208.05469L14.0469\x207.875C14.0406\x207.86872\x2014.0335\x207.86264\x2014.0273\x207.85645L14.0088\x207.83789C14.0027\x207.83183\x2013.9972\x207.82532\x2013.9912\x207.81934C13.9852\x207.8133\x2013.9786\x207.80771\x2013.9727\x207.80176L13.9375\x207.7666C13.9318\x207.76088\x2013.9265\x207.75467\x2013.9209\x207.74902L13.8701\x207.69824C13.8647\x207.69283\x2013.8588\x207.68795\x2013.8535\x207.68262C13.8481\x207.67723\x2013.8432\x207.67132\x2013.8379\x207.66602L13.8223\x207.65039C13.817\x207.64513\x2013.8108\x207.63995\x2013.8057\x207.63477C13.8006\x207.62968\x2013.796\x207.62415\x2013.791\x207.61914L13.7031\x207.53125C13.6985\x207.52659\x2013.6931\x207.52217\x2013.6885\x207.51758L13.6611\x207.49023C13.6567\x207.48581\x2013.6528\x207.48092\x2013.6484\x207.47656C13.644\x207.47217\x2013.6391\x207.46819\x2013.6348\x207.46387L13.6094\x207.43848C13.6053\x207.43439\x2013.6017\x207.4298\x2013.5977\x207.42578L13.5732\x207.40137C13.5693\x207.39738\x2013.5645\x207.39358\x2013.5605\x207.38965L13.5488\x207.37793C13.5451\x207.37416\x2013.5418\x207.36992\x2013.5381\x207.36621L13.4629\x207.29102C13.4595\x207.28765\x2013.4555\x207.28455\x2013.4521\x207.28125L13.4424\x207.27148C13.4393\x207.26836\x2013.4367\x207.26478\x2013.4336\x207.26172L13.4238\x207.25195C13.4207\x207.24884\x2013.4171\x207.24622\x2013.4141\x207.24316C13.411\x207.24009\x2013.4083\x207.23641\x2013.4053\x207.2334L13.3789\x207.20703C13.3761\x207.20424\x2013.3729\x207.20196\x2013.3701\x207.19922C13.3673\x207.19643\x2013.365\x207.19316\x2013.3623\x207.19043L13.3545\x207.18262C13.3518\x207.17993\x2013.3483\x207.17743\x2013.3457\x207.1748L13.3379\x207.16699C13.3354\x207.16453\x2013.3335\x207.1616\x2013.3311\x207.15918L13.3232\x207.15137C13.3208\x207.1489\x2013.3178\x207.14695\x2013.3154\x207.14453C13.313\x207.14211\x2013.311\x207.13909\x2013.3086\x207.13672L13.2812\x207.10938C13.2792\x207.10728\x2013.2765\x207.10557\x2013.2744\x207.10352C13.2723\x207.10143\x2013.2706\x207.09872\x2013.2686\x207.09668L13.2393\x207.06738C13.2374\x207.06557\x2013.2352\x207.06427\x2013.2334\x207.0625C13.2316\x207.06071\x2013.2303\x207.05839\x2013.2285\x207.05664C13.2268\x207.05488\x2013.2244\x207.05347\x2013.2227\x207.05176L13.2178\x207.04688C13.2161\x207.0452\x2013.2145\x207.04265\x2013.2129\x207.04102C13.2114\x207.03953\x2013.2095\x207.03856\x2013.208\x207.03711L13.2031\x207.03223C13.2016\x207.03074\x2013.2007\x207.02879\x2013.1992\x207.02734L13.1904\x207.01855C13.189\x207.01713\x2013.1869\x207.01604\x2013.1855\x207.01465C13.1842\x207.01326\x2013.183\x207.01111\x2013.1816\x207.00977L13.1738\x207.00195C13.1727\x207.0008\x2013.171\x207.00015\x2013.1699\x206.99902L13.166\x206.99512C13.1649\x206.99396\x2013.1642\x206.99233\x2013.1631\x206.99121C13.1619\x206.99007\x2013.1603\x206.98939\x2013.1592\x206.98828C13.158\x206.98715\x2013.1573\x206.98547\x2013.1562\x206.98438L13.1533\x206.98145C13.1523\x206.98039\x2013.1504\x206.97953\x2013.1494\x206.97852C13.1484\x206.97748\x2013.1475\x206.97561\x2013.1465\x206.97461L13.1436\x206.97168C13.1427\x206.97085\x2013.1414\x206.97053\x2013.1406\x206.96973L13.1377\x206.9668C13.1369\x206.96597\x2013.1365\x206.96467\x2013.1357\x206.96387L13.126\x206.9541C13.1252\x206.95335\x2013.1238\x206.95287\x2013.123\x206.95215L13.1211\x206.9502L13.1191\x206.94727L13.1172\x206.94531L13.1152\x206.94434L13.1133\x206.94238L13.1123\x206.94043L13.1104\x206.93848L13.1084\x206.9375L13.1074\x206.93555L13.1055\x206.93457L13.1045\x206.93262L13.1025\x206.93164L13.1016\x206.92969L13.0938\x206.92188H13.0928V6.9209L13.0918\x206.91992H13.0908V6.91895L13.0889\x206.91699H13.0879V6.91602H13.0869V6.91504H13.0859V6.91406L13.085\x206.91309H13.084V6.91211H13.083V6.91113L13.0811\x206.90918H13.0801V6.9082L13.0791\x206.90723H13.0781V6.90625L13.0703\x206.89844L13.0684\x206.89746L13.0674\x206.89551L13.0654\x206.89453L13.0645\x206.89258L13.0625\x206.8916L13.0615\x206.88965L13.0596\x206.8877L13.0576\x206.88672L13.0557\x206.88477L13.0547\x206.88281L13.0527\x206.88086L13.0498\x206.87891L13.0479\x206.87695C13.0471\x206.87623\x2013.0467\x206.87478\x2013.0459\x206.87402L13.0361\x206.86426C13.0353\x206.86346\x2013.034\x206.86313\x2013.0332\x206.8623L13.0303\x206.85938C13.0295\x206.85857\x2013.0291\x206.85727\x2013.0283\x206.85645L13.0254\x206.85352C13.0244\x206.85252\x2013.0225\x206.85162\x2013.0215\x206.85059C13.0205\x206.84957\x2013.0196\x206.84773\x2013.0186\x206.84668L13.0156\x206.84375C13.0145\x206.84265\x2013.0129\x206.84195\x2013.0117\x206.84082C13.0106\x206.83971\x2013.0099\x206.83806\x2013.0088\x206.83691C13.0077\x206.83579\x2013.006\x206.83514\x2013.0049\x206.83398L13.001\x206.83008C12.9999\x206.82895\x2012.9992\x206.82733\x2012.998\x206.82617L12.9902\x206.81836C12.9889\x206.81701\x2012.9867\x206.81584\x2012.9854\x206.81445C12.984\x206.81306\x2012.9829\x206.811\x2012.9814\x206.80957L12.9727\x206.80078C12.9712\x206.79934\x2012.9693\x206.79836\x2012.9678\x206.79688L12.9629\x206.79199C12.9614\x206.79054\x2012.9605\x206.78859\x2012.959\x206.78711C12.9574\x206.78548\x2012.9548\x206.7839\x2012.9531\x206.78223L12.9482\x206.77734C12.9465\x206.77563\x2012.9451\x206.77324\x2012.9434\x206.77148C12.9416\x206.76974\x2012.9393\x206.76839\x2012.9375\x206.7666C12.9357\x206.76483\x2012.9344\x206.76255\x2012.9326\x206.76074L12.9033\x206.73145C12.9013\x206.72941\x2012.8986\x206.72767\x2012.8965\x206.72559C12.8944\x206.72353\x2012.8927\x206.72085\x2012.8906\x206.71875L12.8633\x206.69141C12.8609\x206.68904\x2012.8579\x206.68699\x2012.8555\x206.68457C12.8531\x206.68215\x2012.8511\x206.67922\x2012.8486\x206.67676L12.8408\x206.66895C12.8384\x206.66653\x2012.8355\x206.66457\x2012.833\x206.66211L12.8252\x206.6543C12.8226\x206.65167\x2012.8201\x206.64819\x2012.8174\x206.64551L12.8096\x206.6377C12.8068\x206.63497\x2012.8036\x206.63267\x2012.8008\x206.62988C12.798\x206.62714\x2012.7958\x206.62389\x2012.793\x206.62109L12.7666\x206.59473C12.7636\x206.59171\x2012.7599\x206.58901\x2012.7568\x206.58594C12.7538\x206.58288\x2012.7512\x206.57929\x2012.748\x206.57617L12.7383\x206.56641C12.7352\x206.56334\x2012.7316\x206.56074\x2012.7285\x206.55762L12.7188\x206.54785C12.7154\x206.54455\x2012.7123\x206.54047\x2012.709\x206.53711L12.6338\x206.46191C12.6301\x206.4582\x2012.6258\x206.45495\x2012.6221\x206.45117L12.6104\x206.43945C12.6064\x206.43553\x2012.6026\x206.43075\x2012.5986\x206.42676L12.5742\x206.40234C12.5702\x206.39833\x2012.5656\x206.39471\x2012.5615\x206.39062L12.5361\x206.36523C12.5318\x206.36091\x2012.5278\x206.35596\x2012.5234\x206.35156C12.5191\x206.3472\x2012.5142\x206.3433\x2012.5098\x206.33887L12.4824\x206.31152C12.4778\x206.30693\x2012.4734\x206.30153\x2012.4688\x206.29688L12.3809\x206.20898C12.3758\x206.20397\x2012.3703\x206.19942\x2012.3652\x206.19434C12.3601\x206.18915\x2012.3549\x206.18299\x2012.3496\x206.17773L12.334\x206.16211C12.3287\x206.1568\x2012.3228\x206.15187\x2012.3174\x206.14648C12.312\x206.14115\x2012.3072\x206.13529\x2012.3018\x206.12988L12.251\x206.0791C12.2453\x206.07346\x2012.2391\x206.06822\x2012.2334\x206.0625L12.1982\x206.02734C12.1923\x206.02139\x2012.1867\x206.01482\x2012.1807\x206.00879C12.1747\x206.00281\x2012.1682\x205.99727\x2012.1621\x205.99121L12.1436\x205.97266C12.1374\x205.96646\x2012.1313\x205.9594\x2012.125\x205.95312L11.9453\x205.77344C11.9384\x205.76649\x2011.9309\x205.75996\x2011.9238\x205.75293L11.9023\x205.73145C11.8951\x205.72423\x2011.8882\x205.71629\x2011.8809\x205.70898C11.8736\x205.70175\x2011.8657\x205.69482\x2011.8584\x205.6875C11.8511\x205.68022\x2011.8443\x205.67241\x2011.8369\x205.66504L11.791\x205.61914C11.7834\x205.61157\x2011.7752\x205.60434\x2011.7676\x205.59668L11.7207\x205.5498C11.7128\x205.5419\x2011.7053\x205.53338\x2011.6973\x205.52539L11.6484\x205.47656C11.6402\x205.46835\x2011.6314\x205.46046\x2011.623\x205.45215C11.6148\x205.44389\x2011.607\x205.43511\x2011.5986\x205.42676L11.5215\x205.34961C11.5129\x205.34103\x2011.5038\x205.33289\x2011.4951\x205.32422C11.4863\x205.31543\x2011.4776\x205.30576\x2011.4688\x205.29688L11.3877\x205.21582C11.3785\x205.20664\x2011.3687\x205.19776\x2011.3594\x205.18848C11.3501\x205.17925\x2011.3414\x205.16948\x2011.332\x205.16016L11.1875\x205.01562C11.1776\x205.00575\x2011.1672\x204.99631\x2011.1572\x204.98633L11.0967\x204.92578C11.0865\x204.9156\x2011.0767\x204.90482\x2011.0664\x204.89453L11.0039\x204.83203C10.9934\x204.82152\x2010.9823\x204.8114\x2010.9717\x204.80078C10.9612\x204.79025\x2010.9511\x204.77919\x2010.9404\x204.76855C10.9297\x204.75783\x2010.9181\x204.74716\x2010.9072\x204.73633C10.8964\x204.72553\x2010.8859\x204.71403\x2010.875\x204.70312C10.8641\x204.69227\x2010.8528\x204.68186\x2010.8418\x204.6709C10.8307\x204.65985\x2010.8198\x204.64788\x2010.8086\x204.63672L10.707\x204.53516C10.6956\x204.5237\x2010.6834\x204.51254\x2010.6719\x204.50098L10.6016\x204.43066C10.5898\x204.41887\x2010.5783\x204.40643\x2010.5664\x204.39453L10.3828\x204.21094C10.3703\x204.19846\x2010.3573\x204.18642\x2010.3447\x204.17383L10.3066\x204.13574C10.2939\x204.123\x2010.2814\x204.10954\x2010.2686\x204.09668C10.2558\x204.08388\x2010.2424\x204.07151\x2010.2295\x204.05859L10.1904\x204.01953C10.1773\x204.00645\x2010.1646\x203.9927\x2010.1514\x203.97949L10.0713\x203.89941C10.0578\x203.88597\x2010.0438\x203.87294\x2010.0303\x203.85938L9.98926\x203.81836C9.97558\x203.80468\x209.96204\x203.79016\x209.94824\x203.77637C9.93452\x203.76264\x209.92009\x203.7492\x209.90625\x203.73535L9.86426\x203.69336C9.85023\x203.67934\x209.83641\x203.66454\x209.82227\x203.65039C9.80817\x203.63629\x209.79352\x203.62262\x209.7793\x203.6084C9.76498\x203.59409\x209.75076\x203.57889\x209.73633\x203.56445L9.64941\x203.47754C9.63473\x203.46285\x209.6193\x203.44841\x209.60449\x203.43359C9.58974\x203.41885\x209.57542\x203.40355\x209.56055\x203.38867L9.46973\x203.29785C9.45465\x203.28278\x209.43903\x203.26813\x209.42383\x203.25293C9.40851\x203.23761\x209.39338\x203.2215\x209.37793\x203.20605C9.36253\x203.19066\x209.34658\x203.17568\x209.33105\x203.16016L9.28418\x203.11328C9.26849\x203.09759\x209.25313\x203.08125\x209.2373\x203.06543L9.21582\x203.04395C5.71897\x203.43378\x203\x206.39912\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017V19C5.02944\x2019\x201\x2014.9706\x201\x2010Z'}}]},_0x3e663a=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2a0591,_0x8744a5){const _0x5ae993=_0x537594;return(0x0,_0x4ebf41[_0x5ae993(0x3e1)])(_0x30b7b5,Object['assign']({},_0x2a0591,{'id':_0x5ae993(0x78d),'ref':_0x8744a5,'icon':_0x16de52}));});_0x3e663a[_0x537594(0x4c2)]=_0x537594(0x638);let _0x5d5199={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M8\x206H10C10.5523\x206\x2011\x206.44772\x2011\x207H13C13\x205.34315\x2011.6569\x204\x2010\x204H8C6.34315\x204\x205\x205.34315\x205\x207V11H4.92773L5\x2011.0938V16H3V7L1\x207V18H7V7C7\x206.44771\x207.44771\x206\x208\x206ZM7\x203H11C13.2091\x203\x2015\x204.79086\x2015\x207V15H15.2969L14.2754\x2016.5576L13\x2014.9062V7H11V13H9L14.4072\x2020L19\x2013H17V7C17\x203.68629\x2014.3137\x201\x2011\x201H7C3.68629\x201\x201\x203.68629\x201\x207L3\x207C3\x204.79086\x204.79086\x203\x207\x203Z'}}]},_0xe59ce5=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x9d4090,_0x42365b){const _0x456641=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x456641(0x765)]({},_0x9d4090,{'id':'shape-circular-arrow-icon','ref':_0x42365b,'icon':_0x5d5199}));});_0xe59ce5[_0x537594(0x4c2)]='ShapeCircularArrowIcon';let _0x293b6c={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x3aa),'attrs':{'cx':0x8,'cy':0x11,'r':0x2,'fill':'currentColor'}},{'tag':'circle','attrs':{'cx':0x4,'cy':0x13,'r':0x1,'fill':'currentColor'}},{'tag':_0x537594(0x38c),'attrs':{'id':_0x537594(0x5e9),'fill':'white'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'d':_0x537594(0x27f)}}]},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M11.3428\x202.12207L10.1056\x203.69352L10.9289\x204.34162L11.9303\x204.03381L11.3428\x202.12207ZM17.4521\x208.23828L15.7255\x207.22897L14.4907\x209.34129L16.8065\x2010.1312L17.4521\x208.23828ZM14\x2014.5303L14.9035\x2012.746L14\x2012.2885L13.0965\x2012.746L14\x2014.5303ZM8.42383\x2013.0684L10.1584\x2012.0728L8.46977\x209.13066L6.71293\x2012.0326L8.42383\x2013.0684ZM3.50391\x207.29004L4.25252\x209.14465L6.35442\x208.29621L5.25086\x206.31632L3.50391\x207.29004ZM8\x201V3C8.84606\x203\x209.57992\x203.27966\x2010.1056\x203.69352L11.3428\x202.12207L12.5799\x200.550616C11.3341\x20-0.430154\x209.72455\x20-1\x208\x20-1V1ZM11.3428\x202.12207L11.9303\x204.03381C12.261\x203.93218\x2012.6206\x203.875\x2013\x203.875V1.875V-0.125C12.2174\x20-0.125\x2011.462\x20-0.00688779\x2010.7552\x200.210326L11.3428\x202.12207ZM13\x201.875V3.875C14.9161\x203.875\x2016\x205.18083\x2016\x206.25H18H20C20\x202.48668\x2016.6068\x20-0.125\x2013\x20-0.125V1.875ZM18\x206.25H16C16\x206.58754\x2015.908\x206.91678\x2015.7255\x207.22897L17.4521\x208.23828L19.1788\x209.2476C19.6941\x208.36606\x2020\x207.34535\x2020\x206.25H18ZM17.4521\x208.23828L16.8065\x2010.1312C17.6518\x2010.4195\x2018\x2011.0324\x2018\x2011.5H20H22C22\x208.99811\x2020.2348\x207.07429\x2018.0978\x206.34537L17.4521\x208.23828ZM20\x2011.5H18C18\x2012.0859\x2017.3638\x2013\x2016\x2013V15V17C19.0545\x2017\x2022\x2014.7801\x2022\x2011.5H20ZM16\x2015V13C15.586\x2013\x2015.2128\x2012.9026\x2014.9035\x2012.746L14\x2014.5303L13.0965\x2016.3146C13.9642\x2016.7539\x2014.9563\x2017\x2016\x2017V15ZM14\x2014.5303L13.0965\x2012.746C12.7872\x2012.9026\x2012.414\x2013\x2012\x2013V15V17C13.0437\x2017\x2014.0358\x2016.7539\x2014.9035\x2016.3146L14\x2014.5303ZM12\x2015V13C11.0857\x2013\x2010.4275\x2012.5416\x2010.1584\x2012.0728L8.42383\x2013.0684L6.68924\x2014.0639C7.73492\x2015.8858\x209.78514\x2017\x2012\x2017V15ZM8.42383\x2013.0684L6.71293\x2012.0326C6.35909\x2012.6171\x205.72319\x2013\x205\x2013V15V17C7.18093\x2017\x209.08687\x2015.835\x2010.1347\x2014.1041L8.42383\x2013.0684ZM5\x2015V13C3.89543\x2013\x203\x2012.1046\x203\x2011H1H-1C-1\x2014.3137\x201.68629\x2017\x205\x2017V15ZM1\x2011H3C3\x2010.1638\x203.5143\x209.44263\x204.25252\x209.14465L3.50391\x207.29004L2.75529\x205.43543C0.557861\x206.32242\x20-1\x208.47608\x20-1\x2011H1ZM3.50391\x207.29004L5.25086\x206.31632C5.08501\x206.01875\x205\x205.70236\x205\x205.375H3H1C1\x206.42148\x201.27794\x207.40438\x201.75695\x208.26376L3.50391\x207.29004ZM3\x205.375H5C5\x204.30583\x206.08393\x203\x208\x203V1V-1C4.39322\x20-1\x201\x201.61168\x201\x205.375H3Z','mask':_0x537594(0x3f0)}}]},_0x55326b=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2cbdab,_0x485eee){const _0x1ff0c5=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x1ff0c5(0x765)]({},_0x2cbdab,{'id':'shape-cloud-callout-icon','ref':_0x485eee,'icon':_0x293b6c}));});_0x55326b[_0x537594(0x4c2)]=_0x537594(0x481);let _0x4e2776={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'mask','attrs':{'id':_0x537594(0x4ab),'fill':_0x537594(0x23b)},'children':[{'tag':'path','attrs':{'d':_0x537594(0x485)}}]},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x331),'mask':'url(#path-1-inside-1_453_267)'}}]},_0x1fa697=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x1701d8,_0xb49e73){const _0x1bf038=_0x537594;return(0x0,_0x4ebf41[_0x1bf038(0x3e1)])(_0x30b7b5,Object['assign']({},_0x1701d8,{'id':_0x1bf038(0x220),'ref':_0xb49e73,'icon':_0x4e2776}));});_0x1fa697[_0x537594(0x4c2)]=_0x537594(0x293);let _0x1ad459={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x395)}}]},_0x100e11=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x35bbd3,_0x533f9b){const _0x26bad1=_0x537594;return(0x0,_0x4ebf41[_0x26bad1(0x3e1)])(_0x30b7b5,Object[_0x26bad1(0x765)]({},_0x35bbd3,{'id':'shape-corner-icon','ref':_0x533f9b,'icon':_0x1ad459}));});_0x100e11['displayName']=_0x537594(0x17f);let _0x38d676={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3ce)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M1\x2011V19H9L1\x2011ZM3\x2015.8281L4.17188\x2017H3V15.8281Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19\x209V1H11L19\x209ZM17\x204.17188L15.8281\x203H17V4.17188Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x457)}}]},_0x5abcb8=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x5c7b56,_0x8ae57c){const _0x18f4c4=_0x537594;return(0x0,_0x4ebf41[_0x18f4c4(0x3e1)])(_0x30b7b5,Object[_0x18f4c4(0x765)]({},_0x5c7b56,{'id':'shape-corner-tabs-icon','ref':_0x8ae57c,'icon':_0x38d676}));});_0x5abcb8[_0x537594(0x4c2)]='ShapeCornerTabsIcon';let _0x2f7412={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x5e8)}}]},_0x1548d1=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4720e1,_0x41f421){const _0x45c308=_0x537594;return(0x0,_0x4ebf41[_0x45c308(0x3e1)])(_0x30b7b5,Object['assign']({},_0x4720e1,{'id':'shape-cube-icon','ref':_0x41f421,'icon':_0x2f7412}));});_0x1548d1[_0x537594(0x4c2)]='ShapeCubeIcon';let _0x5d635d={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x35f)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x512)}}]},_0x1981a9=(0x0,_0x4ebf41['forwardRef'])(function(_0x477f11,_0x55791e){const _0x24366b=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x24366b(0x765)]({},_0x477f11,{'id':_0x24366b(0x6db),'ref':_0x55791e,'icon':_0x5d635d}));});_0x1981a9[_0x537594(0x4c2)]=_0x537594(0x328);let _0x11b024={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M6\x2012.7891C6\x2012.5197\x206.07689\x2012.3374\x206.2041\x2012.1816C6.34757\x2012.0061\x206.59173\x2011.8228\x206.97949\x2011.6445C7.77964\x2011.2769\x208.89645\x2011.0573\x2010.1768\x2010.8271C11.3814\x2010.6106\x2012.7559\x2010.3807\x2013.8135\x209.95117C14.8785\x209.51858\x2015.9999\x208.71676\x2016\x207.19629C16\x206.24768\x2015.6393\x205.4505\x2014.9922\x204.83887C14.3777\x204.25824\x2013.5497\x203.88467\x2012.6514\x203.63086C10.8619\x203.12535\x208.42949\x203\x205.77246\x203C5.22018\x203\x204.77246\x203.44772\x204.77246\x204C4.77246\x204.55228\x205.22018\x205\x205.77246\x205C8.42994\x205\x2010.6118\x205.13317\x2012.1074\x205.55566C12.8511\x205.76577\x2013.333\x206.02345\x2013.6182\x206.29297C13.8709\x206.53184\x2014\x206.80492\x2014\x207.19629C13.9999\x207.47331\x2013.8709\x207.76983\x2013.0615\x208.09863C12.2441\x208.43063\x2011.1185\x208.62555\x209.82324\x208.8584C8.60372\x209.07764\x207.22028\x209.33342\x206.14551\x209.82715C5.59617\x2010.0795\x205.05862\x2010.4232\x204.65527\x2010.917C4.23572\x2011.4307\x204\x2012.0598\x204\x2012.7891C4\x2014.187\x204.87429\x2015.1155\x205.88965\x2015.6855C6.88372\x2016.2436\x208.15405\x2016.5527\x209.36426\x2016.7324C11.7959\x2017.0935\x2014.4032\x2016.9854\x2015\x2016.9854C15.5522\x2016.9854\x2015.9999\x2016.5375\x2016\x2015.9854C16\x2015.4331\x2015.5523\x2014.9854\x2015\x2014.9854C14.2925\x2014.9854\x2011.9003\x2015.0868\x209.6582\x2014.7539C8.53146\x2014.5866\x207.54529\x2014.3225\x206.86816\x2013.9424C6.21247\x2013.5742\x206\x2013.199\x206\x2012.7891Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x512)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x66c)}}]},_0x40cd78=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x577e42,_0xa477e5){const _0x277ce7=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x277ce7(0x765)]({},_0x577e42,{'id':_0x277ce7(0x5f7),'ref':_0xa477e5,'icon':_0x11b024}));});_0x40cd78[_0x537594(0x4c2)]=_0x537594(0x345);let _0x2af88d={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x35f)}}]},_0x59e31a=(0x0,_0x4ebf41['forwardRef'])(function(_0x46157b,_0x15be33){const _0x3a461d=_0x537594;return(0x0,_0x4ebf41[_0x3a461d(0x3e1)])(_0x30b7b5,Object[_0x3a461d(0x765)]({},_0x46157b,{'id':_0x3a461d(0x4f4),'ref':_0x15be33,'icon':_0x2af88d}));});_0x59e31a[_0x537594(0x4c2)]=_0x537594(0x28f);let _0x47d556={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x2d7)}}]},_0x14a952=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x5fe04d,_0xe69335){const _0x3e4fad=_0x537594;return(0x0,_0x4ebf41[_0x3e4fad(0x3e1)])(_0x30b7b5,Object[_0x3e4fad(0x765)]({},_0x5fe04d,{'id':'shape-curved-down-arrow-icon','ref':_0xe69335,'icon':_0x47d556}));});_0x14a952['displayName']=_0x537594(0x7d1);let _0x301578={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x275)}}]},_0x5c6c50=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x1e0fa0,_0x2a9cab){const _0x219618=_0x537594;return(0x0,_0x4ebf41[_0x219618(0x3e1)])(_0x30b7b5,Object[_0x219618(0x765)]({},_0x1e0fa0,{'id':_0x219618(0x1aa),'ref':_0x2a9cab,'icon':_0x301578}));});_0x5c6c50[_0x537594(0x4c2)]=_0x537594(0x224);let _0x4885df={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x5cb)}}]},_0xf90f23=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x520c89,_0x7bc27b){const _0x48868f=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x48868f(0x765)]({},_0x520c89,{'id':_0x48868f(0x724),'ref':_0x7bc27b,'icon':_0x4885df}));});_0xf90f23['displayName']=_0x537594(0x210);let _0x171a5f={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x1f8)}}]},_0x4fb7f5=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x25c73,_0x3eb0fb){const _0x8be7eb=_0x537594;return(0x0,_0x4ebf41[_0x8be7eb(0x3e1)])(_0x30b7b5,Object['assign']({},_0x25c73,{'id':_0x8be7eb(0x219),'ref':_0x3eb0fb,'icon':_0x171a5f}));});_0x4fb7f5['displayName']=_0x537594(0x6ea);let _0x564547={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M13.8037\x201.84277L18.458\x206.92188L18.1572\x2013.8037L13.0781\x2018.458L6.19629\x2018.1572L1.54199\x2013.0781L1.84277\x206.19629L6.92188\x201.54199L13.8037\x201.84277ZM3.80469\x207.11133L3.57617\x2012.3379L7.11133\x2016.1953L12.3369\x2016.4238L16.1943\x2012.8887L16.4229\x207.66211L12.8887\x203.80566L7.66113\x203.57715L3.80469\x207.11133Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x508)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x75c)}}]},_0x30c118=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4d2919,_0x4699a1){const _0x216c44=_0x537594;return(0x0,_0x4ebf41[_0x216c44(0x3e1)])(_0x30b7b5,Object[_0x216c44(0x765)]({},_0x4d2919,{'id':_0x216c44(0x61f),'ref':_0x4699a1,'icon':_0x564547}));});_0x30c118[_0x537594(0x4c2)]=_0x537594(0x156);let _0x15509f={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x38e)}}]},_0x1cc350=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x433e0d,_0x43a7b6){const _0x407e0=_0x537594;return(0x0,_0x4ebf41[_0x407e0(0x3e1)])(_0x30b7b5,Object[_0x407e0(0x765)]({},_0x433e0d,{'id':_0x407e0(0x6be),'ref':_0x43a7b6,'icon':_0x15509f}));});_0x1cc350[_0x537594(0x4c2)]=_0x537594(0x253);let _0x3bf973={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19.8995\x209.89949L10\x2019.799L0.100505\x209.89949L10\x200L19.8995\x209.89949ZM2.92893\x209.89949L10\x2016.9706L17.0711\x209.89949L10\x202.82843L2.92893\x209.89949Z'}}]},_0x446041=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x33dbf6,_0x445dff){const _0xb568a7=_0x537594;return(0x0,_0x4ebf41[_0xb568a7(0x3e1)])(_0x30b7b5,Object[_0xb568a7(0x765)]({},_0x33dbf6,{'id':_0xb568a7(0x371),'ref':_0x445dff,'icon':_0x3bf973}));});_0x446041[_0x537594(0x4c2)]=_0x537594(0x4fa);let _0x33a7f2={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x5bb)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x428)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x537594(0x350)}}]},_0x19d68d=(0x0,_0x4ebf41['forwardRef'])(function(_0x89aad6,_0x393c23){const _0x5542d1=_0x537594;return(0x0,_0x4ebf41[_0x5542d1(0x3e1)])(_0x30b7b5,Object['assign']({},_0x89aad6,{'id':_0x5542d1(0x27e),'ref':_0x393c23,'icon':_0x33a7f2}));});_0x19d68d[_0x537594(0x4c2)]=_0x537594(0x3d7);let _0x5cb880={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M10\x201C14.9706\x201\x2019\x205.02944\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201ZM10\x203C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017C13.866\x2017\x2017\x2013.866\x2017\x2010C17\x206.13401\x2013.866\x203\x2010\x203ZM10\x205C12.7614\x205\x2015\x207.23858\x2015\x2010C15\x2012.7614\x2012.7614\x2015\x2010\x2015C7.23858\x2015\x205\x2012.7614\x205\x2010C5\x207.23858\x207.23858\x205\x2010\x205ZM10\x207C8.34315\x207\x207\x208.34315\x207\x2010C7\x2011.6569\x208.34315\x2013\x2010\x2013C11.6569\x2013\x2013\x2011.6569\x2013\x2010C13\x208.34315\x2011.6569\x207\x2010\x207Z'}}]},_0x3f06d8=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x19c064,_0x529179){const _0x5790d7=_0x537594;return(0x0,_0x4ebf41[_0x5790d7(0x3e1)])(_0x30b7b5,Object[_0x5790d7(0x765)]({},_0x19c064,{'id':_0x5790d7(0x79b),'ref':_0x529179,'icon':_0x5cb880}));});_0x3f06d8[_0x537594(0x4c2)]=_0x537594(0x636);let _0x4c6cf1={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x6df)}}]},_0x4187ff=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2c58d1,_0x354fab){const _0x3a2c4a=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x3a2c4a(0x765)]({},_0x2c58d1,{'id':_0x3a2c4a(0x5b9),'ref':_0x354fab,'icon':_0x4c6cf1}));});_0x4187ff['displayName']=_0x537594(0x20c);let _0x45de7c={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M16\x208V2H4V8H9V15.1973L10\x2016.582L11\x2015.1973V8H16ZM13\x2014H14.3301L13\x2015.8428V16H12.8867L10\x2020L7.11328\x2016H7V15.8428L5.66992\x2014H7V10H2V0H18V10H13V14Z'}}]},_0x5be653=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x44d58f,_0x32a507){const _0xd8dbc3=_0x537594;return(0x0,_0x4ebf41[_0xd8dbc3(0x3e1)])(_0x30b7b5,Object[_0xd8dbc3(0x765)]({},_0x44d58f,{'id':'shape-down-arrow-callout-icon','ref':_0x32a507,'icon':_0x45de7c}));});_0x5be653['displayName']=_0x537594(0x2b7);let _0x2ad42e={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x38c),'attrs':{'id':_0x537594(0x157),'fill':_0x537594(0x23b)},'children':[{'tag':'path','attrs':{'d':_0x537594(0x246)}}]},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M10\x2019.001L8.50518\x2020.3297L10\x2022.0114L11.4948\x2020.3297L10\x2019.001ZM2\x2010.001V8.00098H-2.45369L0.505182\x2011.3297L2\x2010.001ZM6.00098\x2010.001V12.001H8.00098V10.001H6.00098ZM6.00098\x201.00098V-0.999023H4.00098V1.00098H6.00098ZM14.001\x201.00098L16.001\x201.00098V-0.999023L14.001\x20-0.999023V1.00098ZM14.001\x2010.001H12.001V12.001H14.001V10.001ZM18\x2010.001L19.4948\x2011.3297L22.4537\x208.00098H18V10.001ZM10\x2019.001L11.4948\x2017.6722L3.49482\x208.67225L2\x2010.001L0.505182\x2011.3297L8.50518\x2020.3297L10\x2019.001ZM2\x2010.001V12.001H6.00098V10.001V8.00098H2V10.001ZM6.00098\x2010.001H8.00098V1.00098L6.00098\x201.00098H4.00098V10.001H6.00098ZM6.00098\x201.00098V3.00098L14.001\x203.00098V1.00098V-0.999023L6.00098\x20-0.999023V1.00098ZM14.001\x201.00098H12.001V10.001H14.001H16.001V1.00098L14.001\x201.00098ZM14.001\x2010.001V12.001H18V10.001V8.00098H14.001V10.001ZM18\x2010.001L16.5052\x208.67225L8.50518\x2017.6722L10\x2019.001L11.4948\x2020.3297L19.4948\x2011.3297L18\x2010.001Z','mask':_0x537594(0x4ef)}}]},_0x4eed14=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2d5a0c,_0x5c17dd){const _0x20375c=_0x537594;return(0x0,_0x4ebf41[_0x20375c(0x3e1)])(_0x30b7b5,Object[_0x20375c(0x765)]({},_0x2d5a0c,{'id':'shape-down-arrow-icon','ref':_0x5c17dd,'icon':_0x2ad42e}));});_0x4eed14[_0x537594(0x4c2)]='ShapeDownArrowIcon';let _0x4dfece={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7ee)}}]},_0x5b3df2=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xfec4cd,_0x364fe8){const _0x353d57=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x353d57(0x765)]({},_0xfec4cd,{'id':'shape-ellipse-icon','ref':_0x364fe8,'icon':_0x4dfece}));});_0x5b3df2[_0x537594(0x4c2)]='ShapeEllipseIcon';let _0x5df8f1={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x3c1)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x70d)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M4\x209V4H9V10.5L4\x209ZM7\x206H6V7.51172L7\x207.8125V6Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3d1)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M16.5713\x2014C17.5754\x2014\x2019.9996\x2013.0002\x2020\x2013L18.2861\x208.5L20\x203C19.9996\x203.00017\x2017.5754\x204\x2016.5713\x204V6C16.7054\x206\x2016.8416\x205.99211\x2016.9766\x205.97852L16.1709\x208.56543L17.4033\x2011.8027C17.2766\x2011.8404\x2017.1541\x2011.8757\x2017.0381\x2011.9053C16.704\x2011.9903\x2016.5633\x2011.9999\x2016.5713\x2012H16V6H16.5713V4H14V14H16.5713Z'}}]},_0x17cf60=(0x0,_0x4ebf41['forwardRef'])(function(_0x42df93,_0x43b981){const _0x43d9cb=_0x537594;return(0x0,_0x4ebf41[_0x43d9cb(0x3e1)])(_0x30b7b5,Object[_0x43d9cb(0x765)]({},_0x42df93,{'id':_0x43d9cb(0x6fe),'ref':_0x43b981,'icon':_0x5df8f1}));});_0x17cf60[_0x537594(0x4c2)]=_0x537594(0x58f);let _0x4d15bc={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M10\x201C12.3755\x201\x2016\x203\x2016\x203V13C16\x2013\x2012.3755\x2011\x2010\x2011C7.62453\x2011\x204\x2013\x204\x2013V3C4\x203\x207.62453\x201\x2010\x201ZM10\x203C9.24026\x203\x208.05829\x203.35573\x206.87695\x203.84668C6.55806\x203.97921\x206.26114\x204.11328\x206\x204.23535V9.8916C7.16697\x209.44793\x208.65361\x209\x2010\x209C11.3464\x209\x2012.833\x209.44793\x2014\x209.8916V4.23535C13.7389\x204.11328\x2013.4419\x203.97921\x2013.123\x203.84668C11.9417\x203.35573\x2010.7597\x203\x2010\x203Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x346)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x196)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x515)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M3.42871\x206C2.42459\x206\x200.000405788\x206.99983\x200\x207L1.71387\x2011.5L0\x2017C0.000405788\x2016.9998\x202.42459\x2016\x203.42871\x2016V14C3.29459\x2014\x203.1584\x2014.0079\x203.02344\x2014.0215L3.8291\x2011.4346L2.59668\x208.19727C2.72342\x208.1596\x202.84589\x208.12425\x202.96191\x208.09473C3.29605\x208.00972\x203.43669\x208.0001\x203.42871\x208H4V14H3.42871V16H6V6H3.42871Z'}}]},_0x51a4e4=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2a4112,_0x40b7c2){const _0x520360=_0x537594;return(0x0,_0x4ebf41[_0x520360(0x3e1)])(_0x30b7b5,Object[_0x520360(0x765)]({},_0x2a4112,{'id':_0x520360(0x2b2),'ref':_0x40b7c2,'icon':_0x4d15bc}));});_0x51a4e4[_0x537594(0x4c2)]=_0x537594(0x31e);let _0x330fdd={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':'M16\x2015V17H4V15H16ZM17\x2014V6C17\x205.44772\x2016.5523\x205\x2016\x205H4C3.44772\x205\x203\x205.44772\x203\x206V14C3\x2014.5523\x203.44772\x2015\x204\x2015V17C2.34315\x2017\x201\x2015.6569\x201\x2014V6C1\x204.34315\x202.34315\x203\x204\x203H16C17.6569\x203\x2019\x204.34315\x2019\x206V14C19\x2015.6569\x2017.6569\x2017\x2016\x2017V15C16.5523\x2015\x2017\x2014.5523\x2017\x2014Z'}}]},_0x14e56f=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2f7daa,_0x4ec74e){const _0x57b564=_0x537594;return(0x0,_0x4ebf41[_0x57b564(0x3e1)])(_0x30b7b5,Object['assign']({},_0x2f7daa,{'id':'shape-flow-chart-alternate-process-icon','ref':_0x4ec74e,'icon':_0x330fdd}));});_0x14e56f[_0x537594(0x4c2)]=_0x537594(0x3a8);let _0x5c58eb={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7d0)}}]},_0x40cf0c=(0x0,_0x4ebf41['forwardRef'])(function(_0x58779e,_0x264efe){const _0x1355cd=_0x537594;return(0x0,_0x4ebf41[_0x1355cd(0x3e1)])(_0x30b7b5,Object[_0x1355cd(0x765)]({},_0x58779e,{'id':_0x1355cd(0x777),'ref':_0x264efe,'icon':_0x5c58eb}));});_0x40cf0c[_0x537594(0x4c2)]=_0x537594(0x2c5);let _0x4fb367={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4dd)}}]},_0x4cab55=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x34d2c7,_0x310167){const _0x137dd2=_0x537594;return(0x0,_0x4ebf41[_0x137dd2(0x3e1)])(_0x30b7b5,Object[_0x137dd2(0x765)]({},_0x34d2c7,{'id':_0x137dd2(0x1a7),'ref':_0x310167,'icon':_0x4fb367}));});_0x4cab55[_0x537594(0x4c2)]='ShapeFlowChartConnectorIcon';let _0x5e1ba2={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x413)}}]},_0x6b4fb4=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x263263,_0x5601b7){const _0x37f535=_0x537594;return(0x0,_0x4ebf41[_0x37f535(0x3e1)])(_0x30b7b5,Object[_0x37f535(0x765)]({},_0x263263,{'id':_0x37f535(0x42e),'ref':_0x5601b7,'icon':_0x5e1ba2}));});_0x6b4fb4[_0x537594(0x4c2)]=_0x537594(0x1c1);let _0xade1bd={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x59b),'strokeWidth':0x2}}]},_0x2382dd=(0x0,_0x4ebf41['forwardRef'])(function(_0x5132a2,_0x3fe7eb){const _0x47832a=_0x537594;return(0x0,_0x4ebf41[_0x47832a(0x3e1)])(_0x30b7b5,Object[_0x47832a(0x765)]({},_0x5132a2,{'id':'shape-flow-chart-delay-icon','ref':_0x3fe7eb,'icon':_0xade1bd}));});_0x2382dd[_0x537594(0x4c2)]='ShapeFlowChartDelayIcon';let _0x266f10={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M19\x2010C19\x205.02944\x2014.9706\x201\x2010\x201H8L1\x2010L8\x2019.001V19H10V17H8.97754L3.53418\x2010L8.97852\x203H10C13.866\x203\x2017\x206.13401\x2017\x2010C17\x2013.866\x2013.866\x2017\x2010\x2017V19C14.9706\x2019\x2019\x2014.9706\x2019\x2010Z'}}]},_0x4db7bd=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x50298e,_0x19246){const _0x3cf89f=_0x537594;return(0x0,_0x4ebf41[_0x3cf89f(0x3e1)])(_0x30b7b5,Object[_0x3cf89f(0x765)]({},_0x50298e,{'id':_0x3cf89f(0x739),'ref':_0x19246,'icon':_0x266f10}));});_0x4db7bd[_0x537594(0x4c2)]=_0x537594(0x468);let _0x754362={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3fc)}}]},_0x2163f0=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x24de89,_0x2f9d63){const _0x4ac887=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x4ac887(0x765)]({},_0x24de89,{'id':_0x4ac887(0x1be),'ref':_0x2f9d63,'icon':_0x754362}));});_0x2163f0[_0x537594(0x4c2)]='ShapeFlowChartDocumentIcon';let _0x233caa={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x655)}}]},_0x43d349=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x409e98,_0x106064){const _0x11a304=_0x537594;return(0x0,_0x4ebf41[_0x11a304(0x3e1)])(_0x30b7b5,Object[_0x11a304(0x765)]({},_0x409e98,{'id':_0x11a304(0x247),'ref':_0x106064,'icon':_0x233caa}));});_0x43d349[_0x537594(0x4c2)]='ShapeFlowChartExtractIcon';let _0x5e460f={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x36c)}}]},_0x3022d2=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4ef9c5,_0x193cf7){const _0x3788bb=_0x537594;return(0x0,_0x4ebf41[_0x3788bb(0x3e1)])(_0x30b7b5,Object[_0x3788bb(0x765)]({},_0x4ef9c5,{'id':'shape-flow-chart-input-output-icon','ref':_0x193cf7,'icon':_0x5e460f}));});_0x3022d2[_0x537594(0x4c2)]='ShapeFlowChartInputOutputIcon';let _0x116582={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':'1em','height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M19\x202V18H1V2H19ZM3\x2016H17V4H3V16Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M7\x202V18H1V2H7ZM3\x2016H5V4H3V16Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x35c)}}]},_0x3ad6d3=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x573cc6,_0xf4e7cd){const _0x1e4666=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x1e4666(0x765)]({},_0x573cc6,{'id':_0x1e4666(0x4fd),'ref':_0xf4e7cd,'icon':_0x116582}));});_0x3ad6d3[_0x537594(0x4c2)]=_0x537594(0x74a);let _0x5c3f8d={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x2f0)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3e2)}}]},_0x879424=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4bcb91,_0x5c5f49){const _0x39ac9a=_0x537594;return(0x0,_0x4ebf41[_0x39ac9a(0x3e1)])(_0x30b7b5,Object[_0x39ac9a(0x765)]({},_0x4bcb91,{'id':_0x39ac9a(0x400),'ref':_0x5c5f49,'icon':_0x5c3f8d}));});_0x879424[_0x537594(0x4c2)]='ShapeFlowChartMagneticDiskIcon';let _0x45e11c={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':'1em','height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M17\x2010C17\x2013.9274\x2015.2091\x2018\x2013\x2018C10.7909\x2018\x209\x2013.9274\x209\x2010H11C11\x2011.7519\x2011.4053\x2013.5109\x2012.0117\x2014.7752C12.3166\x2015.4109\x2012.6307\x2015.8349\x2012.8857\x2016.0712C12.9293\x2016.1115\x2012.9689\x2016.1404\x2013\x2016.1641C13.0311\x2016.1404\x2013.0707\x2016.1115\x2013.1143\x2016.0712C13.3693\x2015.8349\x2013.6834\x2015.4109\x2013.9883\x2014.7752C14.5947\x2013.5109\x2015\x2011.7519\x2015\x2010C15\x208.24812\x2014.5947\x206.48914\x2013.9883\x205.22483C13.6834\x204.58914\x2013.3693\x204.16507\x2013.1143\x203.92882C13.0705\x203.88828\x2013.0312\x203.85882\x2013\x203.83507C12.9688\x203.85882\x2012.9295\x203.88828\x2012.8857\x203.92882C12.6307\x204.16507\x2012.3166\x204.58914\x2012.0117\x205.22483C11.4053\x206.48914\x2011\x208.24812\x2011\x2010H9C9\x206.07264\x2010.7909\x202\x2013\x202C15.2091\x202\x2017\x206.07264\x2017\x2010Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x592)}}]},_0x721418=(0x0,_0x4ebf41['forwardRef'])(function(_0x1d26f9,_0x3c9de4){const _0x345fdc=_0x537594;return(0x0,_0x4ebf41[_0x345fdc(0x3e1)])(_0x30b7b5,Object[_0x345fdc(0x765)]({},_0x1d26f9,{'id':_0x345fdc(0x310),'ref':_0x3c9de4,'icon':_0x45e11c}));});_0x721418['displayName']=_0x537594(0x7a8);let _0x38408c={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M9\x201C13.9706\x201\x2018\x205.02944\x2018\x2010C18\x2011.0521\x2017.8181\x2012.0615\x2017.4863\x2013H20V19H9C4.02944\x2019\x200\x2014.9706\x200\x2010C0\x205.02944\x204.02944\x201\x209\x201ZM9\x203C5.13401\x203\x202\x206.13401\x202\x2010C2\x2013.866\x205.13401\x2017\x209\x2017H18V15H13.8955C14.5679\x2014.3418\x2015.1082\x2013.5499\x2015.4727\x2012.666C15.4801\x2012.6479\x2015.4868\x2012.6295\x2015.4941\x2012.6113C15.5314\x2012.5188\x2015.5672\x2012.4255\x2015.6006\x2012.3311C15.6111\x2012.3013\x2015.6207\x2012.2712\x2015.6309\x2012.2412C15.6605\x2012.1534\x2015.6886\x2012.0649\x2015.7148\x2011.9756C15.7246\x2011.9425\x2015.7339\x2011.9093\x2015.7432\x2011.876C15.7664\x2011.7923\x2015.7875\x2011.7079\x2015.8076\x2011.623C15.8166\x2011.5854\x2015.8256\x2011.5477\x2015.834\x2011.5098C15.8513\x2011.4311\x2015.8672\x2011.3521\x2015.8818\x2011.2725C15.8907\x2011.2241\x2015.8993\x2011.1757\x2015.9072\x2011.127C15.9201\x2011.0476\x2015.9313\x2010.9679\x2015.9414\x2010.8877C15.9466\x2010.8471\x2015.9526\x2010.8065\x2015.957\x2010.7656C15.9844\x2010.5141\x2016\x2010.2588\x2016\x2010C16\x206.13401\x2012.866\x203\x209\x203Z'}}]},_0xf837b=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xd91e0b,_0x4902aa){const _0x107627=_0x537594;return(0x0,_0x4ebf41[_0x107627(0x3e1)])(_0x30b7b5,Object[_0x107627(0x765)]({},_0xd91e0b,{'id':'shape-flow-chart-magnetic-tape-icon','ref':_0x4902aa,'icon':_0x38408c}));});_0xf837b[_0x537594(0x4c2)]=_0x537594(0x5d3);let _0x4795ae={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x653)}}]},_0x4fa060=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x56fe95,_0x4e4add){const _0x40941a=_0x537594;return(0x0,_0x4ebf41[_0x40941a(0x3e1)])(_0x30b7b5,Object[_0x40941a(0x765)]({},_0x56fe95,{'id':_0x40941a(0x501),'ref':_0x4e4add,'icon':_0x4795ae}));});_0x4fa060[_0x537594(0x4c2)]='ShapeFlowChartManualInputIcon';let _0x461203={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M15\x2017H5L0\x203H20L15\x2017ZM6.41016\x2015H13.5898L17.1611\x205H2.83887L6.41016\x2015Z'}}]},_0x3746e8=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x702347,_0x496847){const _0x136a52=_0x537594;return(0x0,_0x4ebf41[_0x136a52(0x3e1)])(_0x30b7b5,Object[_0x136a52(0x765)]({},_0x702347,{'id':_0x136a52(0x34a),'ref':_0x496847,'icon':_0x461203}));});_0x3746e8[_0x537594(0x4c2)]=_0x537594(0x4a3);let _0x22aa94={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x167)}}]},_0xc7c329=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x5e788b,_0x1b0c9c){const _0x3ae5b8=_0x537594;return(0x0,_0x4ebf41[_0x3ae5b8(0x3e1)])(_0x30b7b5,Object['assign']({},_0x5e788b,{'id':_0x3ae5b8(0x1f1),'ref':_0x1b0c9c,'icon':_0x22aa94}));});_0xc7c329[_0x537594(0x4c2)]=_0x537594(0x4e6);let _0x4c7acd={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M17\x2013H14V11H15V6H5V7H3V4H17V13Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x397)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x304)}}]},_0x2d21ff=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2806b3,_0x12c19f){const _0x3ea567=_0x537594;return(0x0,_0x4ebf41[_0x3ea567(0x3e1)])(_0x30b7b5,Object[_0x3ea567(0x765)]({},_0x2806b3,{'id':_0x3ea567(0x72c),'ref':_0x12c19f,'icon':_0x4c7acd}));});_0x2d21ff[_0x537594(0x4c2)]=_0x537594(0x62d);let _0x5cfd93={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19\x201H1L10\x2019L19\x201ZM4.23633\x203H15.7637L10\x2014.5273L4.23633\x203Z'}}]},_0x28f559=(0x0,_0x4ebf41['forwardRef'])(function(_0x58ff28,_0x4cf7e1){const _0x59b454=_0x537594;return(0x0,_0x4ebf41[_0x59b454(0x3e1)])(_0x30b7b5,Object[_0x59b454(0x765)]({},_0x58ff28,{'id':'shape-flow-chart-offline-storage-icon','ref':_0x4cf7e1,'icon':_0x5cfd93}));});_0x28f559[_0x537594(0x4c2)]='ShapeFlowChartOfflineStorageIcon';let _0x562712={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M17\x200V16L10\x2020L3\x2016V0H17ZM5\x2014.8389L10\x2017.6963L15\x2014.8389V2H5V14.8389Z'}}]},_0x715abc=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x28ece1,_0x377c97){const _0x202659=_0x537594;return(0x0,_0x4ebf41[_0x202659(0x3e1)])(_0x30b7b5,Object[_0x202659(0x765)]({},_0x28ece1,{'id':_0x202659(0x553),'ref':_0x377c97,'icon':_0x562712}));});_0x715abc[_0x537594(0x4c2)]=_0x537594(0x326);let _0xaa828b={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x37d)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M11\x209.99999C11\x207.7541\x2011.8394\x205.82395\x2012.6426\x204.48534C13.047\x203.81132\x2013.4513\x203.27184\x2013.7568\x202.89842C13.9099\x202.71139\x2014.0397\x202.56482\x2014.1328\x202.46288C14.1794\x202.41187\x2014.2169\x202.37116\x2014.2441\x202.34276C14.2574\x202.3289\x2014.2682\x202.31785\x2014.2764\x202.30956C14.2805\x202.30536\x2014.2844\x202.30153\x2014.2871\x202.29881C14.2884\x202.29749\x2014.2891\x202.29588\x2014.29\x202.29491L14.292\x202.29393V2.29295C14.2922\x202.29276\x2014.2938\x202.29393\x2014.6484\x202.64842L14.293\x202.29295C14.6835\x201.90243\x2015.3165\x201.90243\x2015.707\x202.29295C16.0974\x202.68332\x2016.0971\x203.31548\x2015.707\x203.70604L15.7061\x203.70799C15.7029\x203.7112\x2015.6969\x203.7178\x2015.6885\x203.72655C15.6717\x203.74404\x2015.6446\x203.77194\x2015.6094\x203.81053C15.5385\x203.88819\x2015.4336\x204.00765\x2015.3057\x204.16405C15.0487\x204.47808\x2014.7028\x204.93901\x2014.3574\x205.51463C13.6606\x206.67601\x2013\x208.24595\x2013\x209.99999C13\x2012.019\x2013.6717\x2013.586\x2014.3457\x2014.6533C14.6829\x2015.1872\x2015.0185\x2015.5925\x2015.2656\x2015.8603C15.389\x2015.994\x2015.4903\x2016.0929\x2015.5566\x2016.1553C15.5896\x2016.1863\x2015.6135\x2016.2089\x2015.6279\x2016.2217C15.6352\x2016.2281\x2015.6405\x2016.2316\x2015.6426\x2016.2334L15.6416\x2016.2324C16.0648\x2016.5862\x2016.1218\x2017.2167\x2015.7686\x2017.6406C15.415\x2018.0648\x2014.7836\x2018.1221\x2014.3594\x2017.7685L15\x2017C14.3985\x2017.7217\x2014.3619\x2017.7652\x2014.3594\x2017.7676L14.3584\x2017.7666L14.3564\x2017.7656C14.3552\x2017.7646\x2014.3541\x2017.763\x2014.3525\x2017.7617C14.3494\x2017.759\x2014.3454\x2017.7558\x2014.3408\x2017.7519C14.3316\x2017.744\x2014.3192\x2017.7335\x2014.3047\x2017.7207C14.2752\x2017.6947\x2014.2344\x2017.6583\x2014.1855\x2017.6123C14.0879\x2017.5205\x2013.9545\x2017.3885\x2013.7969\x2017.2178C13.4816\x2016.8762\x2013.0669\x2016.375\x2012.6543\x2015.7217C11.8284\x2014.4139\x2011\x2012.4809\x2011\x209.99999ZM15.709\x203.70506L15.708\x203.70702L15.709\x203.70506Z'}}]},_0x455fb7=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x584e63,_0x3557f2){const _0x3a3f4f=_0x537594;return(0x0,_0x4ebf41[_0x3a3f4f(0x3e1)])(_0x30b7b5,Object[_0x3a3f4f(0x765)]({},_0x584e63,{'id':'shape-flow-chart-online-storage-icon','ref':_0x3557f2,'icon':_0xaa828b}));});_0x455fb7[_0x537594(0x4c2)]='ShapeFlowChartOnlineStorageIcon';let _0x591720={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4dd)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x361)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x32f)}}]},_0x29ef69=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x3682b0,_0x2ed682){const _0x8a9e71=_0x537594;return(0x0,_0x4ebf41[_0x8a9e71(0x3e1)])(_0x30b7b5,Object['assign']({},_0x3682b0,{'id':_0x8a9e71(0x291),'ref':_0x2ed682,'icon':_0x591720}));});_0x29ef69[_0x537594(0x4c2)]=_0x537594(0x5ca);let _0xbae67f={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x505)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x182)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x4a7)}}]},_0xbd9e98=(0x0,_0x4ebf41['forwardRef'])(function(_0x4fed64,_0x4d0fea){const _0x30f1bb=_0x537594;return(0x0,_0x4ebf41[_0x30f1bb(0x3e1)])(_0x30b7b5,Object['assign']({},_0x4fed64,{'id':_0x30f1bb(0x5be),'ref':_0x4d0fea,'icon':_0xbae67f}));});_0xbd9e98['displayName']=_0x537594(0x7fb);let _0x321fe8={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x758)}}]},_0x2fae1f=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x128ad3,_0x153be9){const _0x5da78f=_0x537594;return(0x0,_0x4ebf41[_0x5da78f(0x3e1)])(_0x30b7b5,Object[_0x5da78f(0x765)]({},_0x128ad3,{'id':_0x5da78f(0x369),'ref':_0x153be9,'icon':_0x321fe8}));});_0x2fae1f[_0x537594(0x4c2)]=_0x537594(0x4c5);let _0x28b548={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19\x203V17H1V3H19ZM3\x2015H17V5H3V15Z'}}]},_0x47188a=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x36b0ba,_0x4453db){const _0x1940b8=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x1940b8(0x765)]({},_0x36b0ba,{'id':_0x1940b8(0x2c9),'ref':_0x4453db,'icon':_0x28b548}));});_0x47188a['displayName']=_0x537594(0x4a2);let _0x30526c={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x13a),'strokeWidth':0x2}}]},_0xa0aaf=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4fe6f9,_0x902626){const _0x80e7ac=_0x537594;return(0x0,_0x4ebf41[_0x80e7ac(0x3e1)])(_0x30b7b5,Object[_0x80e7ac(0x765)]({},_0x4fe6f9,{'id':'shape-flow-chart-punched-card-icon','ref':_0x902626,'icon':_0x30526c}));});_0xa0aaf[_0x537594(0x4c2)]='ShapeFlowChartPunchedCardIcon';let _0x2b4f0a={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x1b1)}}]},_0x52d12d=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x12db36,_0x4bccff){const _0x48f693=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x12db36,{'id':_0x48f693(0x5c3),'ref':_0x4bccff,'icon':_0x2b4f0a}));});_0x52d12d['displayName']='ShapeFlowChartPunchedTapeIcon';let _0x3eb713={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x231)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M4.19801\x2011L4.07596\x2010.9948C3.47145\x2010.9437\x203\x2010.5176\x203\x2010C3\x209.48243\x203.47145\x209.05633\x204.07596\x209.00519L4.19801\x209H15.8007C16.4628\x209\x2017\x209.44797\x2017\x2010C17\x2010.552\x2016.4628\x2011\x2015.8007\x2011H4.19801Z'}}]},_0x52d74e=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x113c38,_0x1b1672){const _0x306e2b=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x306e2b(0x765)]({},_0x113c38,{'id':_0x306e2b(0x7c7),'ref':_0x1b1672,'icon':_0x3eb713}));});_0x52d74e['displayName']=_0x537594(0x3da);let _0xa4e31={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M10\x201C14.9706\x201\x2019\x205.02944\x2019\x2010C19\x2014.9706\x2014.9706\x2019\x2010\x2019C5.02944\x2019\x201\x2014.9706\x201\x2010C1\x205.02944\x205.02944\x201\x2010\x201ZM10\x203C6.13401\x203\x203\x206.13401\x203\x2010C3\x2013.866\x206.13401\x2017\x2010\x2017C13.866\x2017\x2017\x2013.866\x2017\x2010C17\x206.13401\x2013.866\x203\x2010\x203Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x288)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x39a)}}]},_0x3b9225=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x39a3c0,_0x1a0512){const _0x52c9f3=_0x537594;return(0x0,_0x4ebf41[_0x52c9f3(0x3e1)])(_0x30b7b5,Object['assign']({},_0x39a3c0,{'id':_0x52c9f3(0x5ab),'ref':_0x1a0512,'icon':_0xa4e31}));});_0x3b9225[_0x537594(0x4c2)]=_0x537594(0x65f);let _0x4d1a2f={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x151)}}]},_0x550a55=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x569ba0,_0x41f330){const _0x13d0f3=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x13d0f3(0x765)]({},_0x569ba0,{'id':_0x13d0f3(0x7d8),'ref':_0x41f330,'icon':_0x4d1a2f}));});_0x550a55['displayName']='ShapeFlowChartTerminatorIcon';let _0x9df430={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4e3)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M12\x2014C12\x2013.4477\x2012.4477\x2013\x2013\x2013H18V11H13C11.3431\x2011\x2010\x2012.3431\x2010\x2014V19H12V14Z'}}]},_0x2fe66d=(0x0,_0x4ebf41['forwardRef'])(function(_0x59d21d,_0x1cf1ad){const _0xfd1c1e=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x59d21d,{'id':_0xfd1c1e(0x21f),'ref':_0x1cf1ad,'icon':_0x9df430}));});_0x2fe66d['displayName']=_0x537594(0x459);let _0x42906f={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2be)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3a7)}}]},_0x500bf2=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4b201a,_0x2e710d){const _0x1cde3c=_0x537594;return(0x0,_0x4ebf41[_0x1cde3c(0x3e1)])(_0x30b7b5,Object[_0x1cde3c(0x765)]({},_0x4b201a,{'id':_0x1cde3c(0x5f2),'ref':_0x2e710d,'icon':_0x42906f}));});_0x500bf2[_0x537594(0x4c2)]=_0x537594(0x18f);let _0x4eed43={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4c3)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7ea)}}]},_0x32d033=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x19add9,_0x49469a){const _0x447c02=_0x537594;return(0x0,_0x4ebf41[_0x447c02(0x3e1)])(_0x30b7b5,Object[_0x447c02(0x765)]({},_0x19add9,{'id':'shape-funnel-icon','ref':_0x49469a,'icon':_0x4eed43}));});_0x32d033[_0x537594(0x4c2)]='ShapeFunnelIcon';let _0x532890={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x6f1)}}]},_0x55aaf5=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x3f7e18,_0x29fbba){const _0x21b354=_0x537594;return(0x0,_0x4ebf41[_0x21b354(0x3e1)])(_0x30b7b5,Object[_0x21b354(0x765)]({},_0x3f7e18,{'id':'shape-gear6-icon','ref':_0x29fbba,'icon':_0x532890}));});_0x55aaf5['displayName']='ShapeGear6Icon';let _0x170156={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x6bd)}}]},_0x550ae1=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x9db5d6,_0x31c7d3){const _0x1aa03c=_0x537594;return(0x0,_0x4ebf41[_0x1aa03c(0x3e1)])(_0x30b7b5,Object[_0x1aa03c(0x765)]({},_0x9db5d6,{'id':_0x1aa03c(0x228),'ref':_0x31c7d3,'icon':_0x170156}));});_0x550ae1[_0x537594(0x4c2)]=_0x537594(0x615);let _0x2749ac={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x769)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x3c0)}}]},_0x193752=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x23d1c5,_0x386ba7){const _0x3d1138=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x3d1138(0x765)]({},_0x23d1c5,{'id':_0x3d1138(0x26f),'ref':_0x386ba7,'icon':_0x2749ac}));});_0x193752[_0x537594(0x4c2)]=_0x537594(0x3cc);let _0x17f6d0={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4d9)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x482)}}]},_0x726ed=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x74791c,_0x1fa521){const _0x1136b4=_0x537594;return(0x0,_0x4ebf41[_0x1136b4(0x3e1)])(_0x30b7b5,Object[_0x1136b4(0x765)]({},_0x74791c,{'id':_0x1136b4(0x67e),'ref':_0x1fa521,'icon':_0x17f6d0}));});_0x726ed['displayName']=_0x537594(0x158);let _0x4df712={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x5bb)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x6a6)}}]},_0x58b6ab=(0x0,_0x4ebf41['forwardRef'])(function(_0x95eabf,_0x2afa3e){const _0x4bd060=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x4bd060(0x765)]({},_0x95eabf,{'id':_0x4bd060(0x5e3),'ref':_0x2afa3e,'icon':_0x4df712}));});_0x58b6ab['displayName']='ShapeHeptagonIcon';let _0x26bba4={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x23e)}}]},_0x2dba7b=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x43ddcf,_0x345c4a){const _0x3cccd9=_0x537594;return(0x0,_0x4ebf41[_0x3cccd9(0x3e1)])(_0x30b7b5,Object[_0x3cccd9(0x765)]({},_0x43ddcf,{'id':_0x3cccd9(0x57f),'ref':_0x345c4a,'icon':_0x26bba4}));});_0x2dba7b['displayName']=_0x537594(0x4a1);let _0x21a89c={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M11\x202.00098L20\x2010.001L11\x2018H1V2L11\x202.00098ZM3\x2016H10.2393L16.9883\x2010L10.2383\x204H3V16Z'}}]},_0x4c1c83=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x572883,_0x4cd5ec){const _0x300b4c=_0x537594;return(0x0,_0x4ebf41[_0x300b4c(0x3e1)])(_0x30b7b5,Object[_0x300b4c(0x765)]({},_0x572883,{'id':'shape-home-plate-icon','ref':_0x4cd5ec,'icon':_0x21a89c}));});_0x4c1c83[_0x537594(0x4c2)]=_0x537594(0x462);let _0x443992={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x17c)}}]},_0x31627b=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x370807,_0x49f55c){const _0x5967c8=_0x537594;return(0x0,_0x4ebf41[_0x5967c8(0x3e1)])(_0x30b7b5,Object[_0x5967c8(0x765)]({},_0x370807,{'id':'shape-horizontal-scroll-icon','ref':_0x49f55c,'icon':_0x443992}));});_0x31627b[_0x537594(0x4c2)]=_0x537594(0x6f4);let _0x34f685={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x29c)}},{'tag':'circle','attrs':{'cx':12.5,'cy':12.5,'r':5.85,'stroke':_0x537594(0x7ef),'strokeWidth':1.3}}]},_0x37e1a0=(0x0,_0x4ebf41['forwardRef'])(function(_0x18b947,_0x2dc63e){const _0x1356f2=_0x537594;return(0x0,_0x4ebf41[_0x1356f2(0x3e1)])(_0x30b7b5,Object[_0x1356f2(0x765)]({},_0x18b947,{'id':_0x1356f2(0x284),'ref':_0x2dc63e,'icon':_0x34f685}));});_0x37e1a0[_0x537594(0x4c2)]=_0x537594(0x4dc);let _0x2d40a4={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x790)}}]},_0x2a5da5=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x25ac5e,_0x567a72){const _0x1efc30=_0x537594;return(0x0,_0x4ebf41[_0x1efc30(0x3e1)])(_0x30b7b5,Object[_0x1efc30(0x765)]({},_0x25ac5e,{'id':_0x1efc30(0x562),'ref':_0x567a72,'icon':_0x2d40a4}));});_0x2a5da5['displayName']='ShapeIrregularSeal1Icon';let _0x18cf4d={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7bc)}}]},_0x3b3b6e=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x298b5d,_0xa40414){const _0x558d0d=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x558d0d(0x765)]({},_0x298b5d,{'id':_0x558d0d(0x38f),'ref':_0xa40414,'icon':_0x18cf4d}));});_0x3b3b6e[_0x537594(0x4c2)]='ShapeIrregularSeal2Icon';let _0x5732dd={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x264)}}]},_0x118e13=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2ddd42,_0x2a7894){const _0x4e4c12=_0x537594;return(0x0,_0x4ebf41[_0x4e4c12(0x3e1)])(_0x30b7b5,Object['assign']({},_0x2ddd42,{'id':'shape-left-arrow-callout-icon','ref':_0x2a7894,'icon':_0x5732dd}));});_0x118e13[_0x537594(0x4c2)]=_0x537594(0x3b2);let _0x2d0a93={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x38c),'attrs':{'id':_0x537594(0x2d4),'fill':'white'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'d':_0x537594(0x25f)}}]},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x49b),'mask':_0x537594(0x76f)}}]},_0x36efa5=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x49941a,_0x2c6f25){const _0x2c981e=_0x537594;return(0x0,_0x4ebf41[_0x2c981e(0x3e1)])(_0x30b7b5,Object[_0x2c981e(0x765)]({},_0x49941a,{'id':_0x2c981e(0x445),'ref':_0x2c6f25,'icon':_0x2d0a93}));});_0x36efa5[_0x537594(0x4c2)]='ShapeLeftArrowIcon';let _0x1a0e16={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x22c)}}]},_0xf76959=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x1bfee0,_0x1581ee){const _0x452b5b=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x452b5b(0x765)]({},_0x1bfee0,{'id':_0x452b5b(0x625),'ref':_0x1581ee,'icon':_0x1a0e16}));});_0xf76959[_0x537594(0x4c2)]=_0x537594(0x725);let _0x588498={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M10\x2016.802L9.99481\x2016.924C9.94367\x2017.5286\x209.51757\x2018\x209\x2018C8.48243\x2018\x208.05633\x2017.5286\x208.00519\x2016.924L8\x2016.802V3.19925C8\x202.53723\x208.44797\x202\x209\x202C9.55203\x202\x2010\x202.53723\x2010\x203.19925V16.802Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M11.802\x2016L11.924\x2016.0052C12.5286\x2016.0563\x2013\x2016.4824\x2013\x2017C13\x2017.5176\x2012.5286\x2017.9437\x2011.924\x2017.9948L11.802\x2018H9.19925C8.53723\x2018\x208\x2017.552\x208\x2017C8\x2016.448\x208.53723\x2016\x209.19925\x2016H11.802Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x26e)}}]},_0xebede5=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x30cd20,_0x4c9ca6){const _0x31885d=_0x537594;return(0x0,_0x4ebf41[_0x31885d(0x3e1)])(_0x30b7b5,Object[_0x31885d(0x765)]({},_0x30cd20,{'id':_0x31885d(0x2cd),'ref':_0x4c9ca6,'icon':_0x588498}));});_0xebede5[_0x537594(0x4c2)]=_0x537594(0x202);let _0x55d8bc={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x728)}}]},_0x4a9ab4=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4f2e86,_0x4fc7a3){const _0x3acde6=_0x537594;return(0x0,_0x4ebf41[_0x3acde6(0x3e1)])(_0x30b7b5,Object[_0x3acde6(0x765)]({},_0x4f2e86,{'id':_0x3acde6(0x6d3),'ref':_0x4fc7a3,'icon':_0x55d8bc}));});_0x4a9ab4[_0x537594(0x4c2)]=_0x537594(0x183);let _0x37f5a8={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x703)}}]},_0x2a848f=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x5e1382,_0xaf44e6){const _0xa37481=_0x537594;return(0x0,_0x4ebf41[_0xa37481(0x3e1)])(_0x30b7b5,Object[_0xa37481(0x765)]({},_0x5e1382,{'id':_0xa37481(0x6a7),'ref':_0xaf44e6,'icon':_0x37f5a8}));});_0x2a848f[_0x537594(0x4c2)]=_0x537594(0x624);let _0xe45f22={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x557)}}]},_0x509096=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xdac95,_0x38ba42){const _0x269699=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x269699(0x765)]({},_0xdac95,{'id':_0x269699(0x5c8),'ref':_0x38ba42,'icon':_0xe45f22}));});_0x509096['displayName']=_0x537594(0x5d4);let _0x2551ab={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x142)}}]},_0x1be306=(0x0,_0x4ebf41['forwardRef'])(function(_0x985b0f,_0x6ea4ba){const _0x18ded4=_0x537594;return(0x0,_0x4ebf41[_0x18ded4(0x3e1)])(_0x30b7b5,Object['assign']({},_0x985b0f,{'id':'shape-left-right-circular-arrow-icon','ref':_0x6ea4ba,'icon':_0x2551ab}));});_0x1be306[_0x537594(0x4c2)]=_0x537594(0x645);let _0xf764e3={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x456)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x1c9)}}]},_0x2cee28=(0x0,_0x4ebf41['forwardRef'])(function(_0x58c326,_0x12db6b){const _0x22d69d=_0x537594;return(0x0,_0x4ebf41[_0x22d69d(0x3e1)])(_0x30b7b5,Object['assign']({},_0x58c326,{'id':'shape-left-right-ribbon-icon','ref':_0x12db6b,'icon':_0xf764e3}));});_0x2cee28[_0x537594(0x4c2)]=_0x537594(0x5b8);let _0x52dd57={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x366)}}]},_0x5643ed=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x7466f8,_0x244f62){const _0x38f18f=_0x537594;return(0x0,_0x4ebf41[_0x38f18f(0x3e1)])(_0x30b7b5,Object[_0x38f18f(0x765)]({},_0x7466f8,{'id':_0x38f18f(0x52a),'ref':_0x244f62,'icon':_0x52dd57}));});_0x5643ed[_0x537594(0x4c2)]='ShapeLeftRightUpArrowIcon';let _0x2d4591={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x38c),'attrs':{'id':_0x537594(0x7a6),'fill':'white'},'children':[{'tag':'path','attrs':{'d':_0x537594(0x664)}}]},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x347),'mask':_0x537594(0x516)}}]},_0x2a5dea=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4b2098,_0x2ecee9){const _0x4a9e84=_0x537594;return(0x0,_0x4ebf41[_0x4a9e84(0x3e1)])(_0x30b7b5,Object[_0x4a9e84(0x765)]({},_0x4b2098,{'id':_0x4a9e84(0x3f8),'ref':_0x2ecee9,'icon':_0x2d4591}));});_0x2a5dea[_0x537594(0x4c2)]=_0x537594(0x42d);let _0x135545={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x38d)}}]},_0x4e9185=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2591c2,_0x4298a8){const _0x45e7c6=_0x537594;return(0x0,_0x4ebf41[_0x45e7c6(0x3e1)])(_0x30b7b5,Object[_0x45e7c6(0x765)]({},_0x2591c2,{'id':_0x45e7c6(0x2ad),'ref':_0x4298a8,'icon':_0x135545}));});_0x4e9185[_0x537594(0x4c2)]='ShapeLightningBoltIcon';let _0x48319e={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x486)}}]},_0x4bae3a=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x59c13c,_0x560b89){const _0x23034f=_0x537594;return(0x0,_0x4ebf41[_0x23034f(0x3e1)])(_0x30b7b5,Object[_0x23034f(0x765)]({},_0x59c13c,{'id':'shape-line-icon','ref':_0x560b89,'icon':_0x48319e}));});_0x4bae3a['displayName']=_0x537594(0x197);let _0x9ca3fe={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x1f0),'attrs':{'width':0x2,'height':0x16,'fill':_0x537594(0x7ef),'rx':0x1,'transform':'rotate(45\x205.7\x2023.78)scale(-1\x201)'}}]},_0x19f9bc=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x49ebb7,_0x4eaab4){const _0xb0f763=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0xb0f763(0x765)]({},_0x49ebb7,{'id':_0xb0f763(0x458),'ref':_0x4eaab4,'icon':_0x9ca3fe}));});_0x19f9bc['displayName']=_0x537594(0x66e);let _0x2141c3={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x34f)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4ec)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4c6)}}]},_0x13ebcb=(0x0,_0x4ebf41['forwardRef'])(function(_0xf67016,_0x495fe3){const _0x5bc793=_0x537594;return(0x0,_0x4ebf41[_0x5bc793(0x3e1)])(_0x30b7b5,Object['assign']({},_0xf67016,{'id':_0x5bc793(0x7f0),'ref':_0x495fe3,'icon':_0x2141c3}));});_0x13ebcb[_0x537594(0x4c2)]=_0x537594(0x7f1);let _0x2a7539={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19\x209H1V3H19V9ZM3\x207H17V5H3V7Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x537594(0x74c)}}]},_0x132dad=(0x0,_0x4ebf41['forwardRef'])(function(_0x30dfcb,_0x10efb2){return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x30dfcb,{'id':'shape-math-equal-icon','ref':_0x10efb2,'icon':_0x2a7539}));});_0x132dad[_0x537594(0x4c2)]=_0x537594(0x75f);let _0x313461={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':'M19\x2014H1V6H19V14ZM3\x208V12H17V8H3Z'}}]},_0x509398=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x1321ea,_0x33d8da){const _0x17fb59=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x17fb59(0x765)]({},_0x1321ea,{'id':'shape-math-minus-icon','ref':_0x33d8da,'icon':_0x313461}));});_0x509398[_0x537594(0x4c2)]=_0x537594(0x6c7);let _0x27aa4e={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M19.3848\x206.65723L15.8496\x2010.1924L19.3848\x2013.7285L13.7285\x2019.3848L10.1924\x2015.8496L6.65723\x2019.3848L1\x2013.7285L4.53613\x2010.1924L1\x206.65723L6.65723\x201L10.1924\x204.53613L13.7285\x201L19.3848\x206.65723ZM10.1924\x207.36426L6.65723\x203.8291L3.8291\x206.65723L7.36426\x2010.1924L3.8291\x2013.7285L6.65723\x2016.5566L10.1924\x2013.0215L13.7285\x2016.5566L16.5566\x2013.7285L13.0215\x2010.1924L16.5566\x206.65723L13.7285\x203.8291L10.1924\x207.36426Z'}}]},_0x3f5622=(0x0,_0x4ebf41['forwardRef'])(function(_0x4051a0,_0x320d18){const _0x161fb4=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x161fb4(0x765)]({},_0x4051a0,{'id':'shape-math-multiply-icon','ref':_0x320d18,'icon':_0x27aa4e}));});_0x3f5622[_0x537594(0x4c2)]=_0x537594(0x7e0);let _0x15ba66={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x5a6)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x746)}}]},_0x4ce3d3=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x381854,_0x261e05){const _0x29061e=_0x537594;return(0x0,_0x4ebf41[_0x29061e(0x3e1)])(_0x30b7b5,Object[_0x29061e(0x765)]({},_0x381854,{'id':_0x29061e(0x2f6),'ref':_0x261e05,'icon':_0x15ba66}));});_0x4ce3d3['displayName']=_0x537594(0x223);let _0x1655f6={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x1ac)}}]},_0x20d86f=(0x0,_0x4ebf41['forwardRef'])(function(_0x40d76e,_0x56911f){const _0x3ebe2f=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x3ebe2f(0x765)]({},_0x40d76e,{'id':_0x3ebe2f(0x6bb),'ref':_0x56911f,'icon':_0x1655f6}));});_0x20d86f[_0x537594(0x4c2)]=_0x537594(0x4a6);let _0x5c7dd4={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x71e)}}]},_0xd3dae7=(0x0,_0x4ebf41['forwardRef'])(function(_0x23c8b6,_0x231633){const _0x4c6303=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x23c8b6,{'id':_0x4c6303(0x40e),'ref':_0x231633,'icon':_0x5c7dd4}));});_0xd3dae7[_0x537594(0x4c2)]=_0x537594(0x4ce);let _0x3e7c5b={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x41b)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x6a8)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x39e)}}]},_0x432811=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x21afb6,_0x4c491a){const _0x234f4e=_0x537594;return(0x0,_0x4ebf41[_0x234f4e(0x3e1)])(_0x30b7b5,Object[_0x234f4e(0x765)]({},_0x21afb6,{'id':_0x234f4e(0x344),'ref':_0x4c491a,'icon':_0x3e7c5b}));});_0x432811['displayName']='ShapeNoSmokingIcon';let _0x17cd09={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x55d)}}]},_0x20aa92=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x17733e,_0x267994){const _0x5bdfec=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x17733e,{'id':_0x5bdfec(0x6e0),'ref':_0x267994,'icon':_0x17cd09}));});_0x20aa92[_0x537594(0x4c2)]=_0x537594(0x73c);let _0x5058ee={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x442)}}]},_0x54e346=(0x0,_0x4ebf41['forwardRef'])(function(_0xaa8486,_0x5e911c){const _0x205674=_0x537594;return(0x0,_0x4ebf41[_0x205674(0x3e1)])(_0x30b7b5,Object['assign']({},_0xaa8486,{'id':_0x205674(0x370),'ref':_0x5e911c,'icon':_0x5058ee}));});_0x54e346[_0x537594(0x4c2)]=_0x537594(0x3b3);let _0x5dda80={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x5bb)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M10.192\x205.096C11.104\x205.096\x2011.824\x205.336\x2012.364\x205.816C12.844\x206.248\x2013.084\x206.788\x2013.084\x207.424C13.084\x207.868\x2012.988\x208.24\x2012.796\x208.54C12.58\x208.864\x2012.256\x209.104\x2011.824\x209.272V9.308C12.232\x209.404\x2012.592\x209.644\x2012.88\x2010.028C13.216\x2010.436\x2013.384\x2010.904\x2013.384\x2011.444C13.384\x2012.2\x2013.108\x2012.812\x2012.556\x2013.292C11.992\x2013.76\x2011.2\x2014\x2010.192\x2014C9.172\x2014\x208.38\x2013.76\x207.828\x2013.292C7.276\x2012.812\x207\x2012.2\x207\x2011.444C7\x2010.904\x207.168\x2010.436\x207.504\x2010.028C7.792\x209.644\x208.14\x209.404\x208.56\x209.308V9.272C8.128\x209.104\x207.804\x208.864\x207.588\x208.54C7.396\x208.24\x207.3\x207.868\x207.3\x207.424C7.3\x206.788\x207.54\x206.248\x208.02\x205.816C8.548\x205.336\x209.28\x205.096\x2010.192\x205.096ZM10.192\x206.14C9.664\x206.14\x209.244\x206.272\x208.932\x206.56C8.656\x206.8\x208.524\x207.112\x208.524\x207.472C8.524\x207.88\x208.632\x208.204\x208.86\x208.444C9.136\x208.732\x209.58\x208.876\x2010.192\x208.876C10.792\x208.876\x2011.236\x208.732\x2011.524\x208.444C11.74\x208.204\x2011.86\x207.88\x2011.86\x207.472C11.86\x207.112\x2011.716\x206.8\x2011.452\x206.56C11.14\x206.272\x2010.72\x206.14\x2010.192\x206.14ZM10.192\x209.848C9.568\x209.848\x209.088\x209.992\x208.776\x2010.304C8.452\x2010.592\x208.296\x2010.964\x208.296\x2011.444C8.296\x2011.888\x208.452\x2012.248\x208.788\x2012.524C9.112\x2012.8\x209.58\x2012.944\x2010.192\x2012.944C10.792\x2012.944\x2011.272\x2012.8\x2011.62\x2012.524C11.932\x2012.248\x2012.088\x2011.888\x2012.088\x2011.444C12.088\x2010.964\x2011.932\x2010.592\x2011.62\x2010.316C11.284\x2010.004\x2010.816\x209.848\x2010.192\x209.848Z'}}]},_0x3c044c=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4590b7,_0xb27678){const _0x3d2354=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x3d2354(0x765)]({},_0x4590b7,{'id':'shape-octagon-icon','ref':_0xb27678,'icon':_0x5dda80}));});_0x3c044c[_0x537594(0x4c2)]=_0x537594(0x4e0);let _0x2318bb={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x537594(0x36c)}}]},_0x4d0bba=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xb2058a,_0x58dae0){const _0x36ee14=_0x537594;return(0x0,_0x4ebf41[_0x36ee14(0x3e1)])(_0x30b7b5,Object['assign']({},_0xb2058a,{'id':'shape-parallelogram-icon','ref':_0x58dae0,'icon':_0x2318bb}));});_0x4d0bba[_0x537594(0x4c2)]=_0x537594(0x4f8);let _0x4b498b={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7ac)}}]},_0x5c46be=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2a42a8,_0xa9afba){const _0x143d7c=_0x537594;return(0x0,_0x4ebf41[_0x143d7c(0x3e1)])(_0x30b7b5,Object['assign']({},_0x2a42a8,{'id':_0x143d7c(0x7b6),'ref':_0xa9afba,'icon':_0x4b498b}));});_0x5c46be[_0x537594(0x4c2)]=_0x537594(0x622);let _0x1c3981={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x537594(0x1f6)}}]},_0x1dd669=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x560d0b,_0x50dc57){const _0x438d0b=_0x537594;return(0x0,_0x4ebf41[_0x438d0b(0x3e1)])(_0x30b7b5,Object[_0x438d0b(0x765)]({},_0x560d0b,{'id':'shape-pie-icon','ref':_0x50dc57,'icon':_0x1c3981}));});_0x1dd669[_0x537594(0x4c2)]=_0x537594(0x1d5);let _0xd93d80={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2b5)}}]},_0x28b3c1=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x1b3a85,_0x2c6e2b){const _0x5af372=_0x537594;return(0x0,_0x4ebf41[_0x5af372(0x3e1)])(_0x30b7b5,Object[_0x5af372(0x765)]({},_0x1b3a85,{'id':_0x5af372(0x757),'ref':_0x2c6e2b,'icon':_0xd93d80}));});_0x28b3c1[_0x537594(0x4c2)]='ShapePieWedgeIcon';let _0x1a72ed={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3ad)}}]},_0xa2e4b7=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x39fb99,_0x312fb3){const _0x2c4bec=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x2c4bec(0x765)]({},_0x39fb99,{'id':'shape-plaque-icon','ref':_0x312fb3,'icon':_0x1a72ed}));});_0xa2e4b7[_0x537594(0x4c2)]=_0x537594(0x317);let _0x5561e9={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x5d7)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x717)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x537594(0x7a3)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x614)}}]},_0x58322c=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x26544e,_0x1653f7){const _0x18f387=_0x537594;return(0x0,_0x4ebf41[_0x18f387(0x3e1)])(_0x30b7b5,Object[_0x18f387(0x765)]({},_0x26544e,{'id':_0x18f387(0x621),'ref':_0x1653f7,'icon':_0x5561e9}));});_0x58322c['displayName']=_0x537594(0x31a);let _0x31450c={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x1ac)}}]},_0x59b2dc=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x3c8ead,_0x31ee43){const _0x1b9d00=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x1b9d00(0x765)]({},_0x3c8ead,{'id':_0x1b9d00(0x657),'ref':_0x31ee43,'icon':_0x31450c}));});_0x59b2dc[_0x537594(0x4c2)]=_0x537594(0x668);let _0x25475c={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M14\x204H13V5H15V7H16V5.80371L20\x2010L16\x2014.1963V13H15V15H13V16H14L9.80371\x2020L5.60742\x2016H7V15H5V13H4V14.1963L0\x2010L4\x205.80371V7H5V5H7V4H5.60742L9.80371\x200L14\x204ZM9\x203.52832V7H7V9H3.71582L2.7627\x2010L3.71582\x2011H7V13H9V16.4717L9.80371\x2017.2383L11\x2016.0967V13H13V11H16.2842L17.2383\x2010L16.2842\x209H13V7H11V3.90332L9.80371\x202.7627L9\x203.52832Z'}}]},_0x446595=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xbdeab4,_0x484207){const _0x385972=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x385972(0x765)]({},_0xbdeab4,{'id':_0x385972(0x802),'ref':_0x484207,'icon':_0x25475c}));});_0x446595['displayName']=_0x537594(0x2f7);let _0x441e2f={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x24a)}}]},_0x5bafcb=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x423cec,_0x3f5b4e){const _0x2f1db1=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x2f1db1(0x765)]({},_0x423cec,{'id':_0x2f1db1(0x49c),'ref':_0x3f5b4e,'icon':_0x441e2f}));});_0x5bafcb[_0x537594(0x4c2)]=_0x537594(0x530);let _0x5898d5={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x665)}}]},_0x478a2a=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x166f0d,_0x3e8cd8){const _0xe21eb4=_0x537594;return(0x0,_0x4ebf41[_0xe21eb4(0x3e1)])(_0x30b7b5,Object[_0xe21eb4(0x765)]({},_0x166f0d,{'id':_0xe21eb4(0x55f),'ref':_0x3e8cd8,'icon':_0x5898d5}));});_0x478a2a[_0x537594(0x4c2)]=_0x537594(0x6fa);let _0xea5e0d={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x78b)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x23b),'d':'M1\x203H5V7H1V3Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x17b)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x23b),'d':'M15\x203H19V7H15V3Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x701)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x23b),'d':_0x537594(0x213)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19\x2013V17H15V13H19ZM16\x2016H18V14H16V16Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x23b),'d':_0x537594(0x529)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x7db)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x692)}}]},_0x1ad642=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x37cee4,_0x188761){const _0x16602b=_0x537594;return(0x0,_0x4ebf41[_0x16602b(0x3e1)])(_0x30b7b5,Object[_0x16602b(0x765)]({},_0x37cee4,{'id':_0x16602b(0x194),'ref':_0x188761,'icon':_0xea5e0d}));});_0x1ad642[_0x537594(0x4c2)]=_0x537594(0x484);let _0x44b754={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x78b)}},{'tag':'path','attrs':{'fill':'white','d':_0x537594(0x464)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x17b)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x23b),'d':'M15\x203H19V7H15V3Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M19\x203V7H15V3H19ZM16\x206H18V4H16V6Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x23b),'d':'M15\x2013H19V17H15V13Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M19\x2013V17H15V13H19ZM16\x2016H18V14H16V16Z'}},{'tag':'path','attrs':{'fill':'white','d':_0x537594(0x529)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M5\x2013V17H1V13H5ZM2\x2016H4V14H2V16Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M6.5\x206.97823C6.5\x207.29621\x206.69236\x207.58258\x206.98673\x207.70283L8.38\x208.272V11.752L6.9659\x2012.3477C6.68357\x2012.4667\x206.5\x2012.7432\x206.5\x2013.0496C6.5\x2013.5855\x207.03894\x2013.9538\x207.53828\x2013.7591L13.5175\x2011.4272C14.11\x2011.1961\x2014.5\x2010.6253\x2014.5\x209.98948C14.5\x209.35214\x2014.1082\x208.78037\x2013.5138\x208.55034L7.56524\x206.24825C7.05231\x206.04974\x206.5\x206.42823\x206.5\x206.97823ZM9.7\x2011.284V8.74L13.096\x209.928V10.072L9.7\x2011.284Z'}}]},_0x111371=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x3834bb,_0x13e435){const _0x493393=_0x537594;return(0x0,_0x4ebf41[_0x493393(0x3e1)])(_0x30b7b5,Object[_0x493393(0x765)]({},_0x3834bb,{'id':_0x493393(0x14c),'ref':_0x13e435,'icon':_0x44b754}));});_0x111371['displayName']=_0x537594(0x30c);let _0x27a47e={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4cb)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x5bc)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x403)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2d2)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x355)}}]},_0x3c0f10=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2ef1af,_0x2f5c03){const _0x55a9fd=_0x537594;return(0x0,_0x4ebf41[_0x55a9fd(0x3e1)])(_0x30b7b5,Object[_0x55a9fd(0x765)]({},_0x2ef1af,{'id':_0x55a9fd(0x556),'ref':_0x2f5c03,'icon':_0x27a47e}));});_0x3c0f10[_0x537594(0x4c2)]=_0x537594(0x500);let _0x3c93d4={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3ef)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M9\x2011V16H4V11H9ZM6\x2014H7V13H6V14Z'}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M16\x2011V16H11V11H16ZM13\x2014H14V13H13V14Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x737)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M18\x2011L20\x2016H14V6H20L18\x2011ZM16\x2014H17.0449L16\x2011.3857V14ZM16\x2010.6133L17.0449\x208H16V10.6133Z'}}]},_0x8a99cd=(0x0,_0x4ebf41['forwardRef'])(function(_0x5a2ff4,_0x1db5f7){const _0x5f62cf=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x5f62cf(0x765)]({},_0x5a2ff4,{'id':_0x5f62cf(0x211),'ref':_0x1db5f7,'icon':_0x3c93d4}));});_0x8a99cd[_0x537594(0x4c2)]=_0x537594(0x688);let _0x3655d5={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x6dc)}}]},_0xd2ee2f=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xdc041b,_0x5e4c58){const _0x2cd8cc=_0x537594;return(0x0,_0x4ebf41[_0x2cd8cc(0x3e1)])(_0x30b7b5,Object[_0x2cd8cc(0x765)]({},_0xdc041b,{'id':_0x2cd8cc(0x2f4),'ref':_0x5e4c58,'icon':_0x3655d5}));});_0xd2ee2f[_0x537594(0x4c2)]=_0x537594(0x6c5);let _0x5577b9={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x38c),'attrs':{'id':_0x537594(0x422),'fill':_0x537594(0x23b)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'d':_0x537594(0x1ee)}}]},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19\x2010.001L20.3287\x2011.4958L22.0104\x2010.001L20.3287\x208.50616L19\x2010.001ZM10\x2018.001H8V22.4547L11.3287\x2019.4958L10\x2018.001ZM10\x2014H12V12H10V14ZM1\x2014H-1V16H1V14ZM1\x206V4H-1V6H1ZM10\x206V8H12V6H10ZM10\x202.00098L11.3287\x200.506158L8\x20-2.45271V2.00098H10ZM19\x2010.001L17.6713\x208.50616L8.67127\x2016.5062L10\x2018.001L11.3287\x2019.4958L20.3287\x2011.4958L19\x2010.001ZM10\x2018.001H12V14H10H8V18.001H10ZM10\x2014V12H1V14V16H10V14ZM1\x2014H3V6H1H-1V14H1ZM1\x206V8H10V6V4H1V6ZM10\x206H12V2.00098H10H8V6H10ZM10\x202.00098L8.67127\x203.4958L17.6713\x2011.4958L19\x2010.001L20.3287\x208.50616L11.3287\x200.506158L10\x202.00098Z','mask':_0x537594(0x54d)}}]},_0x293319=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x2a69f3,_0x5c1862){const _0x38284c=_0x537594;return(0x0,_0x4ebf41[_0x38284c(0x3e1)])(_0x30b7b5,Object['assign']({},_0x2a69f3,{'id':_0x38284c(0x5cd),'ref':_0x5c1862,'icon':_0x5577b9}));});_0x293319[_0x537594(0x4c2)]=_0x537594(0x48b);let _0x5a7899={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M9.78069\x209.91609C9.43893\x2010.1678\x209.20073\x2010.4895\x209.0661\x2010.8811C8.92111\x2011.2727\x208.84861\x2011.8182\x208.84861\x2012.5175V14.5734C8.84861\x2015.2867\x208.84343\x2015.7273\x208.83308\x2015.8951C8.81237\x2016.049\x208.76058\x2016.1818\x208.67773\x2016.2937C8.55346\x2016.4895\x208.29455\x2016.5874\x207.901\x2016.5874C7.40339\x2016.5874\x207\x2016.9908\x207\x2017.4884V17.7758C7\x2018.3592\x207.47294\x2018.8322\x208.05635\x2018.8322C8.77094\x2018.8322\x209.28358\x2018.7832\x209.59427\x2018.6853C9.89461\x2018.6014\x2010.1691\x2018.4126\x2010.4176\x2018.1189C10.8008\x2017.6713\x2010.9976\x2016.9021\x2011.0079\x2015.8112V12.7692C11.0079\x2012.1539\x2011.0649\x2011.7063\x2011.1788\x2011.4266C11.2107\x2011.3404\x2011.3099\x2011.2635\x2011.4402\x2011.1959C11.9606\x2010.9258\x2012.375\x2010.4796\x2012.375\x209.89314C12.375\x209.32887\x2011.9942\x208.88862\x2011.4836\x208.64847C11.3323\x208.5773\x2011.2142\x208.49634\x2011.1788\x208.4056C11.0649\x208.12588\x2011.0079\x207.67833\x2011.0079\x207.06294V4.02098C10.9976\x202.83217\x2010.7645\x202.02098\x2010.3089\x201.58741C10.0707\x201.34965\x209.81694\x201.1958\x209.54767\x201.12587C9.26805\x201.04196\x208.85379\x201\x208.3049\x201H8.11189C7.49781\x201\x207\x201.49781\x207\x202.11189V2.32277C7\x202.82038\x207.40339\x203.22378\x207.901\x203.22378C8.3049\x203.22378\x208.56899\x203.32867\x208.69327\x203.53846C8.76576\x203.66434\x208.81237\x203.81119\x208.83308\x203.97902C8.84343\x204.13287\x208.84861\x204.55245\x208.84861\x205.23776V7.31469C8.84861\x208.01399\x208.91593\x208.55245\x209.05056\x208.93007C9.1852\x209.3077\x209.42857\x209.63637\x209.78069\x209.91609Z'}}]},_0x13df7a=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x5c7ebe,_0x949f65){const _0x2a9867=_0x537594;return(0x0,_0x4ebf41[_0x2a9867(0x3e1)])(_0x30b7b5,Object['assign']({},_0x5c7ebe,{'id':_0x2a9867(0x61a),'ref':_0x949f65,'icon':_0x5a7899}));});_0x13df7a[_0x537594(0x4c2)]='ShapeRightBraceIcon';let _0x25d3c8={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7e4)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x2d8)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x4e9)}}]},_0x2292aa=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4fa4a9,_0x2e325c){const _0x140cb6=_0x537594;return(0x0,_0x4ebf41[_0x140cb6(0x3e1)])(_0x30b7b5,Object['assign']({},_0x4fa4a9,{'id':_0x140cb6(0x470),'ref':_0x2e325c,'icon':_0x25d3c8}));});_0x2292aa['displayName']=_0x537594(0x710);let _0x3b0ee3={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x543)}}]},_0x124b82=(0x0,_0x4ebf41['forwardRef'])(function(_0x37062f,_0x1a1ef0){const _0x327221=_0x537594;return(0x0,_0x4ebf41[_0x327221(0x3e1)])(_0x30b7b5,Object[_0x327221(0x765)]({},_0x37062f,{'id':_0x327221(0x71a),'ref':_0x1a1ef0,'icon':_0x3b0ee3}));});_0x124b82[_0x537594(0x4c2)]='ShapeRoundRectIcon';let _0x2187e6={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M17\x206C17\x205.44772\x2016.5523\x205\x2016\x205H3V15H17V6ZM19\x2017H1V3H16C17.6569\x203\x2019\x204.34315\x2019\x206V17Z'}}]},_0x4114de=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x442790,_0x3f46ac){const _0x11e07a=_0x537594;return(0x0,_0x4ebf41[_0x11e07a(0x3e1)])(_0x30b7b5,Object['assign']({},_0x442790,{'id':'shape-round1-rect-icon','ref':_0x3f46ac,'icon':_0x2187e6}));});_0x4114de[_0x537594(0x4c2)]=_0x537594(0x232);let _0x19471b={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M17\x206C17\x205.44772\x2016.5523\x205\x2016\x205H3V14C3\x2014.5523\x203.44772\x2015\x204\x2015V17C2.34315\x2017\x201\x2015.6569\x201\x2014V3H16C17.6569\x203\x2019\x204.34315\x2019\x206V17H4V15H17V6Z'}}]},_0x2c16ed=(0x0,_0x4ebf41['forwardRef'])(function(_0x7f0c9c,_0x2bc896){const _0x1086a2=_0x537594;return(0x0,_0x4ebf41[_0x1086a2(0x3e1)])(_0x30b7b5,Object['assign']({},_0x7f0c9c,{'id':_0x1086a2(0x673),'ref':_0x2bc896,'icon':_0x19471b}));});_0x2c16ed[_0x537594(0x4c2)]=_0x537594(0x7df);let _0xbead4d={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x681)}}]},_0x2f8b2b=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x52e0ae,_0x4ee383){const _0x1525e2=_0x537594;return(0x0,_0x4ebf41[_0x1525e2(0x3e1)])(_0x30b7b5,Object[_0x1525e2(0x765)]({},_0x52e0ae,{'id':_0x1525e2(0x1c2),'ref':_0x4ee383,'icon':_0xbead4d}));});_0x2f8b2b[_0x537594(0x4c2)]='ShapeRound2SameRectIcon';let _0x498820={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19\x2019H1V1L19\x2019ZM3\x2017H14.1719L3\x205.82812V17Z'}}]},_0x17294e=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x41e774,_0x9ebf68){const _0x2a7c73=_0x537594;return(0x0,_0x4ebf41[_0x2a7c73(0x3e1)])(_0x30b7b5,Object[_0x2a7c73(0x765)]({},_0x41e774,{'id':_0x2a7c73(0x44f),'ref':_0x9ebf68,'icon':_0x498820}));});_0x17294e[_0x537594(0x4c2)]=_0x537594(0x2b6);let _0x46e33c={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x41b)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M7.5\x208C7.5\x207.72386\x207.27614\x207.5\x207\x207.5C6.72386\x207.5\x206.5\x207.72386\x206.5\x208C6.5\x208.27614\x206.72386\x208.5\x207\x208.5V10C5.89543\x2010\x205\x209.10457\x205\x208C5\x206.89543\x205.89543\x206\x207\x206C8.10457\x206\x209\x206.89543\x209\x208C9\x209.10457\x208.10457\x2010\x207\x2010V8.5C7.27614\x208.5\x207.5\x208.27614\x207.5\x208Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x407)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7a4)}}]},_0x1508b0=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x3f751b,_0x47fbde){const _0x25d27b=_0x537594;return(0x0,_0x4ebf41[_0x25d27b(0x3e1)])(_0x30b7b5,Object['assign']({},_0x3f751b,{'id':_0x25d27b(0x478),'ref':_0x47fbde,'icon':_0x46e33c}));});_0x1508b0[_0x537594(0x4c2)]=_0x537594(0x694);let _0x550f67={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19\x207.5V17H1V6C1\x204.34315\x202.34315\x203\x204\x203H14L19\x207.5ZM3\x2015H17V8.37207L13.2139\x205H4C3.44772\x205\x203\x205.44772\x203\x206V15Z'}}]},_0x52fc3e=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4530e3,_0x3b5762){const _0xb7e5ef=_0x537594;return(0x0,_0x4ebf41[_0xb7e5ef(0x3e1)])(_0x30b7b5,Object[_0xb7e5ef(0x765)]({},_0x4530e3,{'id':_0xb7e5ef(0x1d8),'ref':_0x3b5762,'icon':_0x550f67}));});_0x52fc3e[_0x537594(0x4c2)]=_0x537594(0x502);let _0x3d8ae4={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':'M19\x207.5V17H1V3H14L19\x207.5ZM3\x2015H17V8.37207L13.2139\x205H3V15Z'}}]},_0x1d16ed=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4ad2cc,_0x24b416){const _0x581cd5=_0x537594;return(0x0,_0x4ebf41[_0x581cd5(0x3e1)])(_0x30b7b5,Object[_0x581cd5(0x765)]({},_0x4ad2cc,{'id':_0x581cd5(0x6f0),'ref':_0x24b416,'icon':_0x3d8ae4}));});_0x1d16ed['displayName']='ShapeSnip1RectIcon';let _0x5aec2a={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M19\x207.5V17H6L1\x2013V3H14L19\x207.5ZM3\x2012.0791L6.74023\x2015H17V8.37207L13.2139\x205H3V12.0791Z'}}]},_0x37de43=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4775fd,_0x87900c){const _0x310179=_0x537594;return(0x0,_0x4ebf41[_0x310179(0x3e1)])(_0x30b7b5,Object[_0x310179(0x765)]({},_0x4775fd,{'id':_0x310179(0x506),'ref':_0x87900c,'icon':_0x5aec2a}));});_0x37de43[_0x537594(0x4c2)]=_0x537594(0x283);let _0x5d67cb={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x42f)}}]},_0x456631=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4f88d1,_0x400c74){const _0x43a639=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x4f88d1,{'id':_0x43a639(0x72a),'ref':_0x400c74,'icon':_0x5d67cb}));});_0x456631['displayName']=_0x537594(0x58c);let _0x5bc6cc={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x144)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x16e)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x1a6)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x47f)}}]},_0x5891ea=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x3ce228,_0x1a45f7){const _0x5481f8=_0x537594;return(0x0,_0x4ebf41[_0x5481f8(0x3e1)])(_0x30b7b5,Object[_0x5481f8(0x765)]({},_0x3ce228,{'id':_0x5481f8(0x599),'ref':_0x1a45f7,'icon':_0x5bc6cc}));});_0x5891ea[_0x537594(0x4c2)]='ShapeSquareTabsIcon';let _0x2573cd={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x66f)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7e5)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x607)}}]},_0x5a8ad7=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x5de20f,_0x5d9cd2){const _0x4c05f3=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x5de20f,{'id':_0x4c05f3(0x4be),'ref':_0x5d9cd2,'icon':_0x2573cd}));});_0x5a8ad7['displayName']=_0x537594(0x7cc);let _0x277faf={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x537594(0x546)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x78a)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3c9)}}]},_0x459c48=(0x0,_0x4ebf41['forwardRef'])(function(_0x7929a2,_0x562ff9){const _0x312277=_0x537594;return(0x0,_0x4ebf41[_0x312277(0x3e1)])(_0x30b7b5,Object['assign']({},_0x7929a2,{'id':_0x312277(0x44b),'ref':_0x562ff9,'icon':_0x277faf}));});_0x459c48[_0x537594(0x4c2)]=_0x537594(0x7eb);let _0x4f6cea={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x546)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x6d0)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M7.73333\x206.53632C7.8503\x206.42838\x208.00054\x206.36\x208.15971\x206.36C8.47468\x206.36\x208.73001\x206.61533\x208.73001\x206.9303V12.955C8.73001\x2013.256\x208.48601\x2013.5\x208.18501\x2013.5C7.88402\x2013.5\x207.64001\x2013.256\x207.64001\x2012.955V7.67C7.35709\x207.93976\x207.02222\x208.16191\x206.63824\x208.33643C6.32816\x208.47737\x206.00001\x208.23038\x206.00001\x207.88978C6.00001\x207.65483\x206.16132\x207.45293\x206.38069\x207.36882C6.58234\x207.2915\x206.7906\x207.19189\x207.01001\x207.07C7.28651\x206.90103\x207.52762\x206.72615\x207.73333\x206.53632Z'}}]},_0x51d181=(0x0,_0x4ebf41['forwardRef'])(function(_0x536018,_0x5f0ead){const _0x53dfbf=_0x537594;return(0x0,_0x4ebf41[_0x53dfbf(0x3e1)])(_0x30b7b5,Object[_0x53dfbf(0x765)]({},_0x536018,{'id':'shape-star16-icon','ref':_0x5f0ead,'icon':_0x4f6cea}));});_0x51d181[_0x537594(0x4c2)]=_0x537594(0x483);let _0x7e9aff={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x537594(0x546)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':'M12.9673\x206.74968C13.0774\x206.59315\x2013.2567\x206.5\x2013.4481\x206.5C13.7726\x206.5\x2014.0357\x206.7631\x2014.0357\x207.08765V11.1275H14.5735C14.8091\x2011.1275\x2015\x2011.3184\x2015\x2011.5539C15\x2011.7895\x2014.8091\x2011.9804\x2014.5735\x2011.9804H14.0357V13.0357C14.0357\x2013.2921\x2013.8278\x2013.5\x2013.5714\x2013.5C13.315\x2013.5\x2013.1071\x2013.2921\x2013.1071\x2013.0357V11.9804H10.7671C10.3435\x2011.9804\x2010\x2011.6369\x2010\x2011.2133C10\x2011.0553\x2010.0487\x2010.9013\x2010.1396\x2010.7721L12.9673\x206.74968ZM13.0804\x207.85294L10.7946\x2011.1275H13.1071V7.85294H13.0804Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x472)}}]},_0x54ab51=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x42377d,_0x17a402){const _0x5e3c67=_0x537594;return(0x0,_0x4ebf41[_0x5e3c67(0x3e1)])(_0x30b7b5,Object['assign']({},_0x42377d,{'id':'shape-star24-icon','ref':_0x17a402,'icon':_0x7e9aff}));});_0x54ab51[_0x537594(0x4c2)]='ShapeStar24Icon';let _0x47698a={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x546)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x36d)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x1f3)}}]},_0x23fde0=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x14054e,_0x567745){const _0x772b97=_0x537594;return(0x0,_0x4ebf41[_0x772b97(0x3e1)])(_0x30b7b5,Object['assign']({},_0x14054e,{'id':_0x772b97(0x526),'ref':_0x567745,'icon':_0x47698a}));});_0x23fde0[_0x537594(0x4c2)]=_0x537594(0x5d9);let _0x2e75ed={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x7d4)}}]},_0x5e71c0=(0x0,_0x4ebf41['forwardRef'])(function(_0x88c4aa,_0x2ac4a4){const _0x1d6111=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x1d6111(0x765)]({},_0x88c4aa,{'id':'shape-star4-icon','ref':_0x2ac4a4,'icon':_0x2e75ed}));});_0x5e71c0[_0x537594(0x4c2)]='ShapeStar4Icon';let _0xeb7e1c={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x660)}}]},_0x33e0a4=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x423383,_0x33eafe){const _0x2afc70=_0x537594;return(0x0,_0x4ebf41[_0x2afc70(0x3e1)])(_0x30b7b5,Object[_0x2afc70(0x765)]({},_0x423383,{'id':'shape-star5-icon','ref':_0x33eafe,'icon':_0xeb7e1c}));});_0x33e0a4[_0x537594(0x4c2)]=_0x537594(0x4f6);let _0x10ced3={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M12.9844\x205H19L13.9697\x2010L19\x2015H12.9844L10\x2020L7.01562\x2015H1L6.03027\x2010L1\x205H7.01562L10\x200L12.9844\x205ZM8.15039\x207H5.84961L8.86719\x2010L5.84961\x2013H8.15039L10\x2016.0967L11.8496\x2013H14.1504L11.1328\x2010L14.1504\x207H11.8496L10\x203.90234L8.15039\x207Z'}}]},_0x43a539=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x33395e,_0x2e29b7){const _0x179274=_0x537594;return(0x0,_0x4ebf41[_0x179274(0x3e1)])(_0x30b7b5,Object[_0x179274(0x765)]({},_0x33395e,{'id':_0x179274(0x4f7),'ref':_0x2e29b7,'icon':_0x10ced3}));});_0x43a539[_0x537594(0x4c2)]=_0x537594(0x5b2);let _0x33a88e={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x537594(0x1ef),'width':'1em','height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x721)}}]},_0x15c795=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xc1cd31,_0xed7897){const _0xff5d8=_0x537594;return(0x0,_0x4ebf41[_0xff5d8(0x3e1)])(_0x30b7b5,Object['assign']({},_0xc1cd31,{'id':_0xff5d8(0x71f),'ref':_0xed7897,'icon':_0x33a88e}));});_0x15c795[_0x537594(0x4c2)]=_0x537594(0x7e1);let _0x16ffed={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M15.0713\x2011.5303L16.8906\x2010L15.0713\x208.46973V4.92871H11.5303L10\x203.1084L8.46973\x204.92871H4.92871V8.46973L3.1084\x2010L4.92871\x2011.5303V15.0713H8.46973L10\x2016.8906L11.5303\x2015.0713H15.0713V11.5303ZM17.0713\x2017.0713H12.4619L10\x2020L7.53809\x2017.0713H2.92871V12.4619L0\x2010L2.92871\x207.53809V2.92871H7.53809L10\x200L12.4619\x202.92871H17.0713V7.53809L20\x2010L17.0713\x2012.4619V17.0713Z'}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x595)}}]},_0x3a983b=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x361334,_0x269b5c){const _0x2b7514=_0x537594;return(0x0,_0x4ebf41[_0x2b7514(0x3e1)])(_0x30b7b5,Object[_0x2b7514(0x765)]({},_0x361334,{'id':'shape-star8-icon','ref':_0x269b5c,'icon':_0x16ffed}));});_0x3a983b[_0x537594(0x4c2)]=_0x537594(0x473);let _0x5be7cf={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x712)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M17.0539\x2016.6384C17.0632\x2016.8716\x2016.8716\x2017.0632\x2016.6384\x2017.0539L12.8833\x2016.9051C12.5348\x2016.8913\x2012.3696\x2016.4692\x2012.6163\x2016.2226L16.2226\x2012.6163C16.4692\x2012.3696\x2016.8913\x2012.5348\x2016.9051\x2012.8833L17.0539\x2016.6384Z'}}]},_0x407418=(0x0,_0x4ebf41['forwardRef'])(function(_0x48c3c3,_0x327ca1){const _0x4b4eeb=_0x537594;return(0x0,_0x4ebf41[_0x4b4eeb(0x3e1)])(_0x30b7b5,Object[_0x4b4eeb(0x765)]({},_0x48c3c3,{'id':'shape-straight-connector1-icon','ref':_0x327ca1,'icon':_0x5be7cf}));});_0x407418[_0x537594(0x4c2)]=_0x537594(0x5db);let _0x1ccaeb={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':'1em'},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4c4)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x3bb)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x477)}}]},_0x35f3ab=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x348dbb,_0x36bd23){const _0x4d9755=_0x537594;return(0x0,_0x4ebf41[_0x4d9755(0x3e1)])(_0x30b7b5,Object[_0x4d9755(0x765)]({},_0x348dbb,{'id':_0x4d9755(0x3a6),'ref':_0x36bd23,'icon':_0x1ccaeb}));});_0x35f3ab[_0x537594(0x4c2)]=_0x537594(0x460);let _0x438bf0={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x65b)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x63c)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x4b7)}}]},_0x57e376=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x3eef98,_0x16572b){const _0x1c382d=_0x537594;return(0x0,_0x4ebf41[_0x1c382d(0x3e1)])(_0x30b7b5,Object['assign']({},_0x3eef98,{'id':'shape-striped-right-arrow-icon','ref':_0x16572b,'icon':_0x438bf0}));});_0x57e376['displayName']=_0x537594(0x36b);let _0xef8d65={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x6d4)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x263)}}]},_0x55602b=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x4d4a0f,_0x193959){const _0x3e2972=_0x537594;return(0x0,_0x4ebf41[_0x3e2972(0x3e1)])(_0x30b7b5,Object[_0x3e2972(0x765)]({},_0x4d4a0f,{'id':_0x3e2972(0x6bf),'ref':_0x193959,'icon':_0xef8d65}));});_0x55602b[_0x537594(0x4c2)]=_0x537594(0x21a);let _0x9dd083={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M11.5\x202.27343C11.5\x201.24876\x2012.7775\x200.780388\x2013.4394\x201.56249L18.7109\x207.79198C19.048\x208.19051\x2019.0586\x208.77111\x2018.7363\x209.18163L13.4648\x2015.8906C12.8194\x2016.7118\x2011.5001\x2016.2555\x2011.5\x2015.2109V12.0801C10.2932\x2012.6861\x208.53247\x2013.6553\x207.12499\x2014.7812C5.04388\x2016.4461\x203.0166\x2018.7421\x202.49999\x2019.5C1.87407\x2020.4183\x201.5\x2019.5\x201.5\x2018.5C1.5\x2014.5789\x202.1361\x2010.9175\x205.35937\x208.23144C6.70905\x207.1067\x208.22438\x206.33098\x209.48534\x205.82616C10.255\x205.51805\x2010.9583\x205.29907\x2011.5\x205.16503V2.27343ZM13.5\x205.90038C13.4998\x206.49587\x2013.0419\x206.94381\x2012.5088\x207.00097C12.2607\x207.02756\x2011.3765\x207.22305\x2010.2285\x207.68261C9.09728\x208.13549\x207.78298\x208.8166\x206.64062\x209.76855C4.80955\x2011.2944\x203.97212\x2013.1621\x203.5\x2015.5C4.19492\x2014.7294\x204.9181\x2013.9843\x205.87499\x2013.2187C8.1897\x2011.367\x2011.2787\x209.94815\x2011.956\x209.64648L12.0986\x209.59374C12.8115\x209.38166\x2013.4998\x209.94054\x2013.5\x2010.6514V12.6084L16.709\x208.52343L13.5\x204.72948V5.90038Z'}}]},_0x4086a4=(0x0,_0x4ebf41['forwardRef'])(function(_0x467229,_0x2c4a58){const _0x2df4d9=_0x537594;return(0x0,_0x4ebf41[_0x2df4d9(0x3e1)])(_0x30b7b5,Object['assign']({},_0x467229,{'id':'shape-swoosh-arrow-icon','ref':_0x2c4a58,'icon':_0x9dd083}));});_0x4086a4[_0x537594(0x4c2)]=_0x537594(0x548);let _0x3060e1={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x5fb)}}]},_0x446d69=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xcacf22,_0x297e02){const _0x497b06=_0x537594;return(0x0,_0x4ebf41[_0x497b06(0x3e1)])(_0x30b7b5,Object[_0x497b06(0x765)]({},_0xcacf22,{'id':'shape-teardrop-icon','ref':_0x297e02,'icon':_0x3060e1}));});_0x446d69[_0x537594(0x4c2)]=_0x537594(0x7fc);let _0x40fb0f={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M18\x2019H2L6\x201H14L18\x2019ZM4.49316\x2017H15.5068L12.3955\x203H7.60449L4.49316\x2017Z'}}]},_0x1a4e53=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x7b5c17,_0x5ddafe){const _0x17350e=_0x537594;return(0x0,_0x4ebf41[_0x17350e(0x3e1)])(_0x30b7b5,Object[_0x17350e(0x765)]({},_0x7b5c17,{'id':_0x17350e(0x651),'ref':_0x5ddafe,'icon':_0x40fb0f}));});_0x1a4e53[_0x537594(0x4c2)]=_0x537594(0x522);let _0x4dbe16={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x537594(0x655)}}]},_0x266605=(0x0,_0x4ebf41['forwardRef'])(function(_0x5b328b,_0x4ffcc8){const _0x4505fc=_0x537594;return(0x0,_0x4ebf41[_0x4505fc(0x3e1)])(_0x30b7b5,Object[_0x4505fc(0x765)]({},_0x5b328b,{'id':_0x4505fc(0x7cb),'ref':_0x4ffcc8,'icon':_0x4dbe16}));});_0x266605[_0x537594(0x4c2)]=_0x537594(0x59c);let _0x4224fb={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M4\x2012V18H16V12H11V4.80273L10\x203.41797L9\x204.80273V12H4ZM7\x206H5.66992L7\x204.15723V4H7.11328L10\x200L12.8867\x204H13V4.15723L14.3301\x206H13V10H18V20H2V10H7V6Z'}}]},_0x35a0a9=(0x0,_0x4ebf41['forwardRef'])(function(_0x38885b,_0x1f4053){const _0x1df8ea=_0x537594;return(0x0,_0x4ebf41[_0x1df8ea(0x3e1)])(_0x30b7b5,Object[_0x1df8ea(0x765)]({},_0x38885b,{'id':_0x1df8ea(0x5d5),'ref':_0x1f4053,'icon':_0x4224fb}));});_0x35a0a9[_0x537594(0x4c2)]=_0x537594(0x39c);let _0x27bb77={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x38c),'attrs':{'id':_0x537594(0x7c6),'fill':_0x537594(0x23b)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'d':_0x537594(0x7e9)}}]},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x1db),'mask':_0x537594(0x46f)}}]},_0xda71f4=(0x0,_0x4ebf41['forwardRef'])(function(_0x235d5e,_0x4037e0){const _0x1b90a5=_0x537594;return(0x0,_0x4ebf41[_0x1b90a5(0x3e1)])(_0x30b7b5,Object[_0x1b90a5(0x765)]({},_0x235d5e,{'id':_0x1b90a5(0x72f),'ref':_0x4037e0,'icon':_0x27bb77}));});_0xda71f4[_0x537594(0x4c2)]=_0x537594(0x27a);let _0x1d042d={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x37a)}}]},_0x120b3e=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x42566c,_0x567827){const _0x35151f=_0x537594;return(0x0,_0x4ebf41[_0x35151f(0x3e1)])(_0x30b7b5,Object['assign']({},_0x42566c,{'id':_0x35151f(0x7af),'ref':_0x567827,'icon':_0x1d042d}));});_0x120b3e[_0x537594(0x4c2)]=_0x537594(0x51a);let _0x5e14e1={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':'M10\x2020L3\x2012.5H6.96875V7.5H3L10\x200L17\x207.5H13.0312V12.5H17L10\x2020ZM11.0312\x2014.5V5.5H12.3984L10\x202.92969L7.60254\x205.5H8.96875V14.5H7.60254L10\x2017.0693L12.3984\x2014.5H11.0312Z'}}]},_0x1c9e07=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x174516,_0x185dc7){const _0x5c925=_0x537594;return(0x0,_0x4ebf41[_0x5c925(0x3e1)])(_0x30b7b5,Object['assign']({},_0x174516,{'id':_0x5c925(0x340),'ref':_0x185dc7,'icon':_0x5e14e1}));});_0x1c9e07[_0x537594(0x4c2)]=_0x537594(0x1e9);let _0x52013a={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x15e)}}]},_0x2e9c55=(0x0,_0x4ebf41['forwardRef'])(function(_0x5b79e4,_0x297998){const _0x53e732=_0x537594;return(0x0,_0x4ebf41[_0x53e732(0x3e1)])(_0x30b7b5,Object['assign']({},_0x5b79e4,{'id':_0x53e732(0x22f),'ref':_0x297998,'icon':_0x52013a}));});_0x2e9c55['displayName']=_0x537594(0x4d5);let _0x38dfa5={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x617),'fillRule':_0x537594(0x5d8),'clipRule':'evenodd'}}]},_0x78b61b=(0x0,_0x4ebf41['forwardRef'])(function(_0x5b66c2,_0x39b970){const _0x5eb4c1=_0x537594;return(0x0,_0x4ebf41[_0x5eb4c1(0x3e1)])(_0x30b7b5,Object[_0x5eb4c1(0x765)]({},_0x5b66c2,{'id':_0x5eb4c1(0x3df),'ref':_0x39b970,'icon':_0x38dfa5}));});_0x78b61b['displayName']=_0x537594(0x24f);let _0x2fe0af={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'fill':'currentColor','d':_0x537594(0x6d1)}}]},_0x50109c=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x58b19d,_0x2402c7){const _0x3e32e8=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x3e32e8(0x765)]({},_0x58b19d,{'id':'shape-wave-icon','ref':_0x2402c7,'icon':_0x2fe0af}));});_0x50109c[_0x537594(0x4c2)]=_0x537594(0x374);let _0x2d6bd9={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x16f),'strokeWidth':0x2}}]},_0x256c40=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x621de1,_0x14bc24){const _0x1bfda2=_0x537594;return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object[_0x1bfda2(0x765)]({},_0x621de1,{'id':'shape-wedge-ellipse-callout-icon','ref':_0x14bc24,'icon':_0x2d6bd9}));});_0x256c40[_0x537594(0x4c2)]='ShapeWedgeEllipseCalloutIcon';let _0x4369c1={'tag':_0x537594(0x488),'attrs':{'xmlns':_0x537594(0x589),'fill':_0x537594(0x32c),'viewBox':_0x537594(0x1ef),'width':'1em','height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x3bc),'strokeWidth':0x2}}]},_0x50a713=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x20f6e7,_0x25126a){return(0x0,_0x4ebf41['createElement'])(_0x30b7b5,Object['assign']({},_0x20f6e7,{'id':'shape-wedge-rect-callout-icon','ref':_0x25126a,'icon':_0x4369c1}));});_0x50a713[_0x537594(0x4c2)]='ShapeWedgeRectCalloutIcon';let _0x21455b={'tag':'svg','attrs':{'xmlns':_0x537594(0x589),'fill':'none','viewBox':_0x537594(0x1ef),'width':_0x537594(0x3d3),'height':_0x537594(0x3d3)},'children':[{'tag':_0x537594(0x2c1),'attrs':{'stroke':_0x537594(0x7ef),'d':_0x537594(0x56b),'strokeWidth':0x2}}]},_0x3ae087=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0xabb22e,_0x5b2176){const _0x36982d=_0x537594;return(0x0,_0x4ebf41[_0x36982d(0x3e1)])(_0x30b7b5,Object[_0x36982d(0x765)]({},_0xabb22e,{'id':_0x36982d(0x255),'ref':_0x5b2176,'icon':_0x21455b}));});_0x3ae087[_0x537594(0x4c2)]=_0x537594(0x6de);let _0x3b2137={'tag':_0x537594(0x488),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x537594(0x32c),'viewBox':_0x537594(0x1fd),'width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x585),'fillRule':_0x537594(0x5d8),'clipRule':_0x537594(0x5d8)}},{'tag':'path','attrs':{'fill':_0x537594(0x7ef),'d':_0x537594(0x1b8)}},{'tag':_0x537594(0x2c1),'attrs':{'fill':_0x537594(0x53d),'d':_0x537594(0x54e)}}]},_0x46acda=(0x0,_0x4ebf41[_0x537594(0x177)])(function(_0x895752,_0x48cdd1){const _0x29c8b5=_0x537594;return(0x0,_0x4ebf41[_0x29c8b5(0x3e1)])(_0x30b7b5,Object[_0x29c8b5(0x765)]({},_0x895752,{'id':_0x29c8b5(0x760),'ref':_0x48cdd1,'icon':_0x3b2137}));});_0x46acda[_0x537594(0x4c2)]=_0x537594(0x538);let _0x3bac22={'type':_0x20a5f6[_0x537594(0x2ee)][_0x537594(0x452)],'id':_0x537594(0x41c),'handler'(){return!0x0;}},_0x508670={'type':_0x20a5f6[_0x537594(0x2ee)][_0x537594(0x452)],'id':_0x537594(0x620),'handler'(){return!0x0;}};function _0x5bf6b1(_0x2aaf76,_0x3e6d51,_0x20f828,_0xb36b3f,_0x4645af,_0x16fb0a){const _0x33093a=_0x537594;let _0x338c6e={'unitId':_0x3e6d51,'subUnitId':_0x20f828,'shapeId':_0xb36b3f,'shapeData':_0x16fb0a,'oldShapeJSON':_0x4645af};return _0x2aaf76[_0x33093a(0x2b8)](_0x4792e5['id'],_0x338c6e);}function _0x12cd3a(_0x348941,_0x5f12bb,_0xcbef45,_0x1b4ea9,_0x41d718,_0x1130e8){let _0x361dce={'unitId':_0x5f12bb,'subUnitId':_0xcbef45,'shapeId':_0x1b4ea9,'shapeData':_0x1130e8,'oldShapeJSON':_0x41d718};return _0x348941['executeCommand'](_0x4792e5['id'],_0x361dce);}function _0x368500(_0x507293){const _0x41306c=_0x537594;var _0x5d5eb8,_0x2e8cf0,_0xcc3b8d;let _0x3dbf4f=(0x0,_0x37c4fd['useDependency'])(_0x20a5f6['LocaleService']),_0x11a7c0=(0x0,_0x37c4fd[_0x41306c(0x549)])(_0x20a5f6[_0x41306c(0x5fd)]),_0x5abbe7=(0x0,_0x37c4fd[_0x41306c(0x549)])(_0x20a5f6[_0x41306c(0x545)]),{shapeData:_0x32b410,isLineShape:_0x495b12,unitId:_0x36a04a,subUnitId:_0x1ff14d,shapeId:_0xf9edd1,disableShapeOption:_0x253b60}=_0x507293,[_0x4f8b9d,_0x331f5b]=(0x0,_0x4ebf41['useState'])(((_0x5d5eb8=_0x32b410[_0x41306c(0x58b)])==null?void 0x0:_0x5d5eb8['fillType'])||_0x58e46a[_0x41306c(0x637)][_0x41306c(0x78f)]),[_0x2611fb,_0x311d10]=(0x0,_0x4ebf41['useState'])(((_0x2e8cf0=_0x32b410[_0x41306c(0x58b)])==null?void 0x0:_0x2e8cf0[_0x41306c(0x6c3)])||_0x58e46a[_0x41306c(0x299)][_0x41306c(0x58b)]),[_0x2b1993,_0x590536]=(0x0,_0x4ebf41['useState'])(((_0xcc3b8d=_0x32b410['fill'])==null?void 0x0:_0xcc3b8d['opacity'])||0x1),[_0x1c9170,_0x99450a]=(0x0,_0x4ebf41[_0x41306c(0x1cc)])(!0x1);if(_0x495b12)return null;let _0x45490c=0x64-_0x2b1993*0x64;return(0x0,_0x16f950[_0x41306c(0x2b1)])('div',{'className':_0x41306c(0x25b),'children':[(0x0,_0x16f950[_0x41306c(0x2b1)])(_0x353504[_0x41306c(0x7cf)],{'value':_0x4f8b9d,'disabled':_0x253b60,'onChange':_0x13e88a=>{const _0x1f85b7=_0x41306c;var _0x58d0af;_0x5bf6b1(_0x11a7c0,_0x36a04a,_0x1ff14d,_0xf9edd1,{'oldShapeData':{'fill':{'fillType':(_0x58d0af=_0x32b410[_0x1f85b7(0x58b)])==null?void 0x0:_0x58d0af[_0x1f85b7(0x332)]}}},{'fill':{'fillType':_0x13e88a}}),_0x331f5b(_0x13e88a);},'direction':_0x41306c(0x65d),'children':[(0x0,_0x16f950[_0x41306c(0x79f)])(_0x353504[_0x41306c(0x17e)],{'value':_0x58e46a[_0x41306c(0x637)][_0x41306c(0x560)],'children':(0x0,_0x16f950[_0x41306c(0x79f)])(_0x41306c(0x6e2),{'className':'univer-text-sm','children':_0x3dbf4f['t'](_0x41306c(0x3c6))})}),(0x0,_0x16f950[_0x41306c(0x79f)])(_0x353504[_0x41306c(0x17e)],{'value':_0x58e46a[_0x41306c(0x637)][_0x41306c(0x78f)],'children':(0x0,_0x16f950[_0x41306c(0x79f)])('span',{'className':'univer-text-sm','children':_0x3dbf4f['t']('sheets-shape.fill.solidFill')})}),(0x0,_0x16f950[_0x41306c(0x79f)])(_0x353504['Radio'],{'value':_0x58e46a[_0x41306c(0x637)]['GradientFill'],'children':(0x0,_0x16f950[_0x41306c(0x79f)])(_0x41306c(0x6e2),{'className':'univer-text-sm','children':_0x3dbf4f['t'](_0x41306c(0x65c))})})]}),_0x4f8b9d===_0x58e46a['ShapeFillEnum'][_0x41306c(0x78f)]&&(0x0,_0x16f950[_0x41306c(0x2b1)])(_0x41306c(0x59e),{'className':_0x41306c(0x7f5),'children':[(0x0,_0x16f950[_0x41306c(0x2b1)])(_0x41306c(0x59e),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[(0x0,_0x16f950['jsx'])(_0x41306c(0x6e2),{'className':_0x41306c(0x358),'children':_0x3dbf4f['t'](_0x41306c(0x6ed))}),(0x0,_0x16f950[_0x41306c(0x79f)])(_0x353504[_0x41306c(0x713)],{'disabled':_0x253b60,'overlay':(0x0,_0x16f950[_0x41306c(0x79f)])(_0x41306c(0x59e),{'className':_0x41306c(0x70b),'children':(0x0,_0x16f950[_0x41306c(0x79f)])(_0x353504['ColorPicker'],{'value':_0x2611fb,'onChange':_0x47695c=>{const _0x3b52cf=_0x41306c;var _0x32ede0;_0x5bf6b1(_0x11a7c0,_0x36a04a,_0x1ff14d,_0xf9edd1,{'oldShapeData':{'fill':{'color':(_0x32ede0=_0x32b410[_0x3b52cf(0x58b)])==null?void 0x0:_0x32ede0[_0x3b52cf(0x6c3)]}}},{'fill':{'color':_0x47695c}}),_0x311d10(_0x47695c),_0x99450a(!0x1);}})}),'open':_0x1c9170,'onOpenChange':_0x99450a,'children':(0x0,_0x16f950[_0x41306c(0x2b1)])('a',{'className':'\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-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded\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\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-2\x20univer-py-1\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-transition-colors\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\x20hover:univer-border-primary-600\x20hover:univer-bg-gray-100\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\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:hover:!univer-bg-gray-700\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','children':[(0x0,_0x16f950[_0x41306c(0x79f)])(_0x46acda,{'className':'univer-text-xl\x20univer-text-gray-500','extend':{'colorChannel1':_0x2611fb}}),(0x0,_0x16f950[_0x41306c(0x79f)])(_0x3a0017,{'className':(0x0,_0x353504[_0x41306c(0x381)])(_0x41306c(0x4e7),{'univer-rotate-180':_0x1c9170})})]})})]}),(0x0,_0x16f950[_0x41306c(0x2b1)])('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[(0x0,_0x16f950[_0x41306c(0x79f)])(_0x41306c(0x6e2),{'className':'\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-shrink-0\x20univer-text-sm\x20univer-text-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\x20\x20dark:!univer-text-gray-200\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','children':_0x3dbf4f['t']('sheets-shape.fill.transparency')}),(0x0,_0x16f950[_0x41306c(0x79f)])(_0x41306c(0x59e),{'className':_0x41306c(0x79c),'children':(0x0,_0x16f950[_0x41306c(0x79f)])(_0x41306c(0x59e),{'className':'univer-w-20','children':(0x0,_0x16f950[_0x41306c(0x79f)])(_0x353504['InputNumber'],{'className':'univer-w-full','value':_0x45490c,'disabled':_0x253b60,'min':0x0,'max':0x64,'step':0xa,'formatter':_0x5e275c=>_0x5e275c+'%','parser':_0x555714=>(_0x555714==null?void 0x0:_0x555714[_0x41306c(0x463)]('%',''))||'','onChange':_0x15950b=>{const _0x2be13f=_0x41306c;let _0x5cece0=_0x15950b==null?0x0:_0x15950b,_0x34a77a=(0x64-Math[_0x2be13f(0x63f)](0x0,Math[_0x2be13f(0x320)](0x64,_0x5cece0)))/0x64;_0x590536(_0x34a77a),_0x5bf6b1(_0x11a7c0,_0x36a04a,_0x1ff14d,_0xf9edd1,{'oldShapeData':{'fill':{..._0x32b410[_0x2be13f(0x58b)]}}},{'fill':{..._0x32b410[_0x2be13f(0x58b)],'opacity':_0x34a77a}}),_0x5abbe7[_0x2be13f(0x5ad)](_0x20a5f6['FOCUSING_PANEL_EDITOR'],!0x1);},'onFocus':()=>_0x5abbe7[_0x41306c(0x5ad)](_0x20a5f6['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x5ecc2c=>{const _0x5d721c=_0x41306c;_0x5abbe7['setContextValue'](_0x20a5f6[_0x5d721c(0x1b9)],!0x1);}})})})]})]}),_0x4f8b9d===_0x58e46a['ShapeFillEnum']['GradientFill']&&(0x0,_0x16f950[_0x41306c(0x79f)])(_0xa87d77,{'shapeData':_0x32b410,'disableShapeOption':_0x253b60,'onUpdate':_0x52503a=>{const _0xac76b1=_0x41306c;_0x5bf6b1(_0x11a7c0,_0x36a04a,_0x1ff14d,_0xf9edd1,{'oldShapeData':{'fill':{..._0x32b410['fill']}}},{'fill':{..._0x32b410[_0xac76b1(0x58b)],..._0x52503a}});}})]});}function _0x40aa4e(_0x374cdb){const _0x2b2e78=_0x537594;switch(_0x374cdb){case _0x58e46a[_0x2b2e78(0x3b6)][_0x2b2e78(0x796)]:return _0x2b2e78(0x13b);case _0x58e46a[_0x2b2e78(0x3b6)][_0x2b2e78(0x225)]:return'radial';case _0x58e46a['ShapeGradientTypeEnum'][_0x2b2e78(0x2cf)]:return'angular';case _0x58e46a['ShapeGradientTypeEnum']['Diamond']:return _0x2b2e78(0x1b3);default:return _0x2b2e78(0x13b);}}function _0x32ae6f(_0x4c437b){const _0x180efa=_0x537594;switch(_0x4c437b){case _0x180efa(0x13b):return _0x58e46a['ShapeGradientTypeEnum']['Linear'];case _0x180efa(0x743):return _0x58e46a[_0x180efa(0x3b6)]['Radial'];case _0x180efa(0x50c):return _0x58e46a['ShapeGradientTypeEnum'][_0x180efa(0x2cf)];case _0x180efa(0x1b3):return _0x58e46a['ShapeGradientTypeEnum']['Diamond'];default:return _0x58e46a['ShapeGradientTypeEnum'][_0x180efa(0x796)];}}function _0xa87d77(_0x57c547){const _0x428b6c=_0x537594;let {shapeData:_0x12f11b,disableShapeOption:_0xf777eb,onUpdate:_0x8c00a6}=_0x57c547,_0x3be0c3=(0x0,_0x4ebf41['useMemo'])(()=>{const _0x23493b=_0xe717;var _0x31de17;let _0x38b4b6=_0x12f11b[_0x23493b(0x58b)];return{'type':_0x40aa4e(_0x38b4b6==null?void 0x0:_0x38b4b6[_0x23493b(0x16a)]),'angle':(_0x31de17=_0x38b4b6==null?void 0x0:_0x38b4b6[_0x23493b(0x5c1)])==null?0x5a:_0x31de17,'stops':_0x38b4b6!=null&&_0x38b4b6[_0x23493b(0x4d4)]&&_0x38b4b6[_0x23493b(0x4d4)][_0x23493b(0x274)]>=0x2?_0x38b4b6[_0x23493b(0x4d4)][_0x23493b(0x748)](_0x49a042=>({'color':_0x49a042[_0x23493b(0x6c3)],'offset':_0x49a042[_0x23493b(0x3a2)]*0x64})):[{'color':(_0x38b4b6==null?void 0x0:_0x38b4b6[_0x23493b(0x6c3)])||'#ffffff','offset':0x0},{'color':_0x23493b(0x249),'offset':0x64}]};},[_0x12f11b[_0x428b6c(0x58b)]]);return(0x0,_0x16f950[_0x428b6c(0x79f)])('div',{'className':_0x428b6c(0x476),'children':(0x0,_0x16f950['jsx'])(_0x353504[_0x428b6c(0x4b6)],{'value':_0x3be0c3,'onChange':_0x3a9492=>{const _0xc517e9=_0x428b6c;let _0x2ed172=_0x32ae6f(_0x3a9492[_0xc517e9(0x1c0)]),_0x8778=_0x3a9492[_0xc517e9(0x19b)];_0x8c00a6({'gradientType':_0x2ed172,'gradientAngle':_0x8778,'gradientStops':_0x3a9492[_0xc517e9(0x398)]['map'](_0x490d77=>({'color':_0x490d77['color'],'position':_0x490d77['offset']/0x64}))});}})});}function _0x34a44f(_0x8b510c){const _0xbe16dd=_0x537594;var _0x190d61,_0x260103,_0x5c42f0,_0x539ac9,_0x965588,_0x292438,_0x225a99,_0x31b4ea,_0x477d40,_0xd33fa7,_0x2350b8,_0x5b4d13,_0x45ab28,_0x52664c,_0x5812dc;let _0x9070e=(0x0,_0x37c4fd[_0xbe16dd(0x549)])(_0x20a5f6[_0xbe16dd(0x173)]),_0xf61f7c=(0x0,_0x37c4fd['useDependency'])(_0x20a5f6[_0xbe16dd(0x5fd)]),_0x22cb97=(0x0,_0x37c4fd[_0xbe16dd(0x549)])(_0x20a5f6[_0xbe16dd(0x545)]),{shapeData:_0x2f2910,isLineShape:_0x427979,unitId:_0x48ddfc,subUnitId:_0x128f8f,shapeId:_0x11205e,disableShapeOption:_0x3d7d37}=_0x8b510c,_0x1fdd5c=_0x2f2910[_0xbe16dd(0x141)],[_0x278910,_0x1f6aa0]=(0x0,_0x4ebf41[_0xbe16dd(0x1cc)])((_0x190d61=_0x1fdd5c==null?void 0x0:_0x1fdd5c[_0xbe16dd(0x795)])==null?_0x58e46a['ShapeLineTypeEnum'][_0xbe16dd(0x524)]:_0x190d61),[_0x12bb17,_0x3130c8]=(0x0,_0x4ebf41['useState'])((_0x260103=_0x1fdd5c==null?void 0x0:_0x1fdd5c[_0xbe16dd(0x6c3)])==null?_0x58e46a['ShapeDefaultConfig'][_0xbe16dd(0x141)]:_0x260103),[_0x528abc,_0x4f0011]=(0x0,_0x4ebf41[_0xbe16dd(0x1cc)])((_0x5c42f0=_0x1fdd5c==null?void 0x0:_0x1fdd5c[_0xbe16dd(0x245)])==null?0x1:_0x5c42f0),[_0x26d3f5,_0x1ff714]=(0x0,_0x4ebf41['useState'])((_0x539ac9=_0x1fdd5c==null?void 0x0:_0x1fdd5c[_0xbe16dd(0x294)])==null?_0x58e46a[_0xbe16dd(0x299)][_0xbe16dd(0x301)]:_0x539ac9),[_0x26d15a,_0x259943]=(0x0,_0x4ebf41[_0xbe16dd(0x1cc)])((_0x965588=_0x1fdd5c==null?void 0x0:_0x1fdd5c[_0xbe16dd(0x608)])==null?_0x58e46a[_0xbe16dd(0x496)][_0xbe16dd(0x1ed)]:_0x965588),[_0x456a1d,_0x54500f]=(0x0,_0x4ebf41[_0xbe16dd(0x1cc)])((_0x292438=_0x1fdd5c==null?void 0x0:_0x1fdd5c[_0xbe16dd(0x590)])==null?_0x58e46a[_0xbe16dd(0x3f6)][_0xbe16dd(0x76c)]:_0x292438),[_0x55f8b1,_0x2e95e5]=(0x0,_0x4ebf41[_0xbe16dd(0x1cc)])((_0x225a99=_0x1fdd5c==null?void 0x0:_0x1fdd5c['lineJoinType'])==null?_0x58e46a[_0xbe16dd(0x569)]['Miter']:_0x225a99),_0x4a9c25=_0x2f2910,[_0x11a1a3,_0x660d41]=(0x0,_0x4ebf41['useState'])((_0x31b4ea=(_0x477d40=_0x4a9c25['ln'])==null||(_0x477d40=_0x477d40[_0xbe16dd(0x453)])==null?void 0x0:_0x477d40[_0xbe16dd(0x1c0)])==null?_0x58e46a[_0xbe16dd(0x571)][_0xbe16dd(0x3e3)]:_0x31b4ea),[_0x1e462d,_0x4c6ce2]=(0x0,_0x4ebf41['useState'])((_0xd33fa7=(_0x2350b8=_0x4a9c25['ln'])==null||(_0x2350b8=_0x2350b8['startArrow'])==null?void 0x0:_0x2350b8[_0xbe16dd(0x72b)])==null?_0x58e46a[_0xbe16dd(0x6cf)]['Medium']:_0xd33fa7),[_0x4f4a49,_0x24a2a5]=(0x0,_0x4ebf41[_0xbe16dd(0x1cc)])((_0x5b4d13=(_0x45ab28=_0x4a9c25['ln'])==null||(_0x45ab28=_0x45ab28[_0xbe16dd(0x2c2)])==null?void 0x0:_0x45ab28[_0xbe16dd(0x1c0)])==null?_0x58e46a[_0xbe16dd(0x571)][_0xbe16dd(0x3e3)]:_0x5b4d13),[_0x1dae4d,_0x4bea02]=(0x0,_0x4ebf41['useState'])((_0x52664c=(_0x5812dc=_0x4a9c25['ln'])==null||(_0x5812dc=_0x5812dc[_0xbe16dd(0x2c2)])==null?void 0x0:_0x5812dc[_0xbe16dd(0x72b)])==null?_0x58e46a[_0xbe16dd(0x6cf)][_0xbe16dd(0x5da)]:_0x52664c),[_0x1eddd2,_0x5bbead]=(0x0,_0x4ebf41[_0xbe16dd(0x1cc)])(!0x1),_0x183e0a=0x64-_0x528abc*0x64,_0x568c1d=[{'label':_0x9070e['t']('sheets-shape.line.dashType.solid'),'value':String(_0x58e46a[_0xbe16dd(0x496)]['Solid'])},{'label':_0x9070e['t'](_0xbe16dd(0x25a)),'value':String(_0x58e46a[_0xbe16dd(0x496)][_0xbe16dd(0x581)])},{'label':_0x9070e['t'](_0xbe16dd(0x5a9)),'value':String(_0x58e46a['ShapeLineDashEnum'][_0xbe16dd(0x800)])},{'label':_0x9070e['t'](_0xbe16dd(0x4b5)),'value':String(_0x58e46a['ShapeLineDashEnum'][_0xbe16dd(0x469)])},{'label':_0x9070e['t'](_0xbe16dd(0x685)),'value':String(_0x58e46a[_0xbe16dd(0x496)]['DashDot'])},{'label':_0x9070e['t'](_0xbe16dd(0x3f2)),'value':String(_0x58e46a[_0xbe16dd(0x496)][_0xbe16dd(0x62e)])},{'label':_0x9070e['t'](_0xbe16dd(0x3bf)),'value':String(_0x58e46a[_0xbe16dd(0x496)][_0xbe16dd(0x7bf)])},{'label':_0x9070e['t'](_0xbe16dd(0x493)),'value':String(_0x58e46a[_0xbe16dd(0x496)][_0xbe16dd(0x384)])}],_0x1b9fb9=[{'label':_0x9070e['t'](_0xbe16dd(0x21c)),'value':String(_0x58e46a[_0xbe16dd(0x3f6)][_0xbe16dd(0x76c)])},{'label':_0x9070e['t'](_0xbe16dd(0x495)),'value':String(_0x58e46a[_0xbe16dd(0x3f6)][_0xbe16dd(0x379)])},{'label':_0x9070e['t']('sheets-shape.line.capType.square'),'value':String(_0x58e46a['ShapeLineCapEnum']['Square'])}],_0x5910dd=[{'label':_0x9070e['t'](_0xbe16dd(0x4cd)),'value':String(_0x58e46a[_0xbe16dd(0x569)]['Miter'])},{'label':_0x9070e['t'](_0xbe16dd(0x6f7)),'value':String(_0x58e46a['ShapeLineJoinEnum'][_0xbe16dd(0x379)])},{'label':_0x9070e['t']('sheets-shape.line.joinType.bevel'),'value':String(_0x58e46a[_0xbe16dd(0x569)][_0xbe16dd(0x244)])}],_0x3f9da4=[{'label':_0x9070e['t']('sheets-shape.line.arrowType.none'),'value':String(_0x58e46a[_0xbe16dd(0x571)][_0xbe16dd(0x3e3)])},{'label':_0x9070e['t'](_0xbe16dd(0x368)),'value':String(_0x58e46a[_0xbe16dd(0x571)][_0xbe16dd(0x1e2)])},{'label':_0x9070e['t'](_0xbe16dd(0x1bf)),'value':String(_0x58e46a['ShapeArrowTypeEnum'][_0xbe16dd(0x4f5)])},{'label':_0x9070e['t']('sheets-shape.line.arrowType.stealthArrow'),'value':String(_0x58e46a[_0xbe16dd(0x571)]['StealthArrow'])},{'label':_0x9070e['t'](_0xbe16dd(0x3b7)),'value':String(_0x58e46a[_0xbe16dd(0x571)][_0xbe16dd(0x631)])},{'label':_0x9070e['t'](_0xbe16dd(0x5d0)),'value':String(_0x58e46a[_0xbe16dd(0x571)][_0xbe16dd(0x67f)])}],_0x3aec5b=[{'label':_0x9070e['t'](_0xbe16dd(0x6cd)),'value':String(_0x58e46a[_0xbe16dd(0x6cf)][_0xbe16dd(0x471)])},{'label':_0x9070e['t']('sheets-shape.line.arrowSize.medium'),'value':String(_0x58e46a[_0xbe16dd(0x6cf)][_0xbe16dd(0x5da)])},{'label':_0x9070e['t']('sheets-shape.line.arrowSize.large'),'value':String(_0x58e46a[_0xbe16dd(0x6cf)]['Large'])}];return(0x0,_0x16f950[_0xbe16dd(0x2b1)])(_0xbe16dd(0x59e),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-3','children':[(0x0,_0x16f950['jsxs'])(_0x353504[_0xbe16dd(0x7cf)],{'value':String(_0x278910),'disabled':_0x3d7d37,'onChange':_0x42b7a0=>{const _0x4bb6e7=_0xbe16dd;var _0xc7e6ed;_0x1f6aa0(Number(_0x42b7a0)),_0x5bf6b1(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'stroke':{'lineStrokeType':(_0xc7e6ed=_0x2f2910[_0x4bb6e7(0x141)])==null?void 0x0:_0xc7e6ed['lineStrokeType']}}},{'stroke':{'lineStrokeType':Number(_0x42b7a0)}});},'direction':'vertical','children':[(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504[_0xbe16dd(0x17e)],{'value':String(_0x58e46a['ShapeLineTypeEnum']['NoLine']),'children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0xbe16dd(0x6e2),{'className':'univer-text-sm','children':_0x9070e['t'](_0xbe16dd(0x61c))})}),(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504['Radio'],{'value':String(_0x58e46a[_0xbe16dd(0x588)][_0xbe16dd(0x524)]),'children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0xbe16dd(0x6e2),{'className':_0xbe16dd(0x7fd),'children':_0x9070e['t'](_0xbe16dd(0x4b1))})})]}),_0x278910!==_0x58e46a[_0xbe16dd(0x588)]['NoLine']&&(0x0,_0x16f950[_0xbe16dd(0x2b1)])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x7f5),'children':[(0x0,_0x16f950[_0xbe16dd(0x2b1)])(_0xbe16dd(0x59e),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0xbe16dd(0x6e2),{'className':_0xbe16dd(0x358),'children':_0x9070e['t'](_0xbe16dd(0x354))}),(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504[_0xbe16dd(0x713)],{'disabled':_0x3d7d37,'overlay':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x70b),'children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504[_0xbe16dd(0x539)],{'value':_0x12bb17,'onChange':_0x512810=>{const _0x2d8aa5=_0xbe16dd;var _0x151b5e;_0x5bf6b1(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'stroke':{'color':(_0x151b5e=_0x2f2910[_0x2d8aa5(0x141)])==null?void 0x0:_0x151b5e['color']}}},{'stroke':{'color':_0x512810}}),_0x3130c8(_0x512810),_0x5bbead(!0x1);}})}),'open':_0x1eddd2,'onOpenChange':_0x5bbead,'children':(0x0,_0x16f950[_0xbe16dd(0x2b1)])('a',{'className':_0xbe16dd(0x738),'children':[(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x46acda,{'className':'univer-text-gray-500','extend':{'colorChannel1':_0x12bb17}}),(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x3a0017,{'className':(0x0,_0x353504['clsx'])(_0xbe16dd(0x4e7),{'univer-rotate-180':_0x1eddd2})})]})})]}),(0x0,_0x16f950[_0xbe16dd(0x2b1)])(_0xbe16dd(0x59e),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[(0x0,_0x16f950['jsx'])(_0xbe16dd(0x6e2),{'className':_0xbe16dd(0x4b8),'children':_0x9070e['t']('sheets-shape.line.transparency')}),(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x5f1),'children':(0x0,_0x16f950['jsx'])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x7d5),'children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504[_0xbe16dd(0x513)],{'className':_0xbe16dd(0x5e1),'value':_0x183e0a,'disabled':_0x3d7d37,'min':0x0,'max':0x64,'formatter':_0x28f410=>_0x28f410+'%','parser':_0x514699=>(_0x514699==null?void 0x0:_0x514699['replace']('%',''))||'','onChange':_0x2f79fd=>{const _0x14717e=_0xbe16dd;var _0xcbce06;let _0x43b8c0=_0x2f79fd==null?0x0:_0x2f79fd,_0x2e3845=(0x64-Math[_0x14717e(0x63f)](0x0,Math['min'](0x64,_0x43b8c0)))/0x64;_0x4f0011(_0x2e3845),_0x5bf6b1(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'stroke':{'opacity':(_0xcbce06=_0x2f2910[_0x14717e(0x141)])==null?void 0x0:_0xcbce06[_0x14717e(0x245)]}}},{'stroke':{'opacity':_0x2e3845}}),_0x22cb97['setContextValue'](_0x20a5f6['FOCUSING_PANEL_EDITOR'],!0x1);},'onFocus':()=>_0x22cb97[_0xbe16dd(0x5ad)](_0x20a5f6['FOCUSING_PANEL_EDITOR'],!0x0),'onBlur':_0x48bd1c=>{const _0x4940a0=_0xbe16dd;_0x22cb97[_0x4940a0(0x5ad)](_0x20a5f6[_0x4940a0(0x1b9)],!0x1);}})})})]}),(0x0,_0x16f950['jsxs'])('div',{'className':_0xbe16dd(0x5f1),'children':[(0x0,_0x16f950[_0xbe16dd(0x79f)])('span',{'className':_0xbe16dd(0x358),'children':_0x9070e['t'](_0xbe16dd(0x79e))}),(0x0,_0x16f950['jsx'])('div',{'className':_0xbe16dd(0x77b),'children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504[_0xbe16dd(0x513)],{'className':'univer-w-full','disabled':_0x3d7d37,'value':_0x26d3f5,'min':0.25,'max':0x64,'step':0.25,'formatter':_0x285151=>_0x285151+_0xbe16dd(0x3e7),'parser':_0x169990=>(_0x169990==null?void 0x0:_0x169990[_0xbe16dd(0x463)](_0xbe16dd(0x3e7),''))||'','onChange':_0x80d485=>{const _0x5cb823=_0xbe16dd;if(!Number[_0x5cb823(0x661)](_0x80d485)&&_0x80d485!==null){var _0x4c67a8;_0x5bf6b1(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'stroke':{'width':(_0x4c67a8=_0x2f2910[_0x5cb823(0x141)])==null?void 0x0:_0x4c67a8[_0x5cb823(0x294)]}}},{'stroke':{'width':_0x80d485}});}_0x22cb97[_0x5cb823(0x5ad)](_0x20a5f6[_0x5cb823(0x1b9)],!0x1);},'onFocus':()=>_0x22cb97[_0xbe16dd(0x5ad)](_0x20a5f6[_0xbe16dd(0x1b9)],!0x0),'onBlur':_0x2263ad=>{const _0x5d726e=_0xbe16dd;_0x22cb97['setContextValue'](_0x20a5f6[_0x5d726e(0x1b9)],!0x1);}})})]}),(0x0,_0x16f950[_0xbe16dd(0x2b1)])('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[(0x0,_0x16f950[_0xbe16dd(0x79f)])('span',{'className':_0xbe16dd(0x358),'children':_0x9070e['t'](_0xbe16dd(0x3af))}),(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x29a),'children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504[_0xbe16dd(0x143)],{'className':_0xbe16dd(0x5e1),'value':String(_0x26d15a),'options':_0x568c1d,'disabled':_0x3d7d37,'onChange':_0x2d11c3=>{const _0x2f1ab1=_0xbe16dd;var _0x154afa;_0x259943(Number(_0x2d11c3)),_0x5bf6b1(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'stroke':{'dashType':(_0x154afa=_0x2f2910['stroke'])==null?void 0x0:_0x154afa[_0x2f1ab1(0x608)]}}},{'stroke':{'dashType':Number(_0x2d11c3)}});}})})]}),(0x0,_0x16f950[_0xbe16dd(0x2b1)])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x152),'children':[(0x0,_0x16f950[_0xbe16dd(0x79f)])('span',{'className':_0xbe16dd(0x358),'children':_0x9070e['t'](_0xbe16dd(0x1d0))}),(0x0,_0x16f950[_0xbe16dd(0x79f)])('div',{'className':_0xbe16dd(0x29a),'children':(0x0,_0x16f950['jsx'])(_0x353504['Select'],{'className':_0xbe16dd(0x5e1),'value':String(_0x456a1d),'options':_0x1b9fb9,'disabled':_0x3d7d37,'onChange':_0x10d87e=>{const _0x30c16a=_0xbe16dd;var _0x2354a2;_0x54500f(Number(_0x10d87e)),_0x5bf6b1(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'stroke':{'capType':(_0x2354a2=_0x2f2910['stroke'])==null?void 0x0:_0x2354a2[_0x30c16a(0x590)]}}},{'stroke':{'capType':Number(_0x10d87e)}});}})})]}),(0x0,_0x16f950['jsxs'])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x152),'children':[(0x0,_0x16f950['jsx'])(_0xbe16dd(0x6e2),{'className':_0xbe16dd(0x358),'children':_0x9070e['t'](_0xbe16dd(0x7ec))}),(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x29a),'children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504[_0xbe16dd(0x143)],{'className':_0xbe16dd(0x5e1),'value':String(_0x55f8b1),'options':_0x5910dd,'disabled':_0x3d7d37,'onChange':_0x39b97f=>{const _0x232cf3=_0xbe16dd;var _0x107d7e;_0x2e95e5(Number(_0x39b97f)),_0x5bf6b1(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'stroke':{'lineJoinType':(_0x107d7e=_0x2f2910[_0x232cf3(0x141)])==null?void 0x0:_0x107d7e['lineJoinType']}}},{'stroke':{'lineJoinType':Number(_0x39b97f)}});}})})]}),_0x427979&&(0x0,_0x16f950[_0xbe16dd(0x2b1)])(_0x16f950[_0xbe16dd(0x7c4)],{'children':[(0x0,_0x16f950[_0xbe16dd(0x2b1)])(_0xbe16dd(0x59e),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0xbe16dd(0x6e2),{'className':_0xbe16dd(0x1dc),'children':_0x9070e['t']('sheets-shape.line.beginArrowType')}),(0x0,_0x16f950['jsx'])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x29a),'children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504[_0xbe16dd(0x143)],{'className':'univer-w-full','value':String(_0x11a1a3),'options':_0x3f9da4,'onChange':_0x2929f3=>{const _0x315a0e=_0xbe16dd;var _0x45c455;_0x660d41(Number(_0x2929f3)),_0x12cd3a(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'ln':{'startArrow':{'type':(_0x45c455=_0x2f2910['ln'])==null||(_0x45c455=_0x45c455[_0x315a0e(0x453)])==null?void 0x0:_0x45c455[_0x315a0e(0x1c0)]}}}},{'ln':{'startArrow':{'type':Number(_0x2929f3)}}});}})})]}),(0x0,_0x16f950[_0xbe16dd(0x2b1)])(_0xbe16dd(0x59e),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[(0x0,_0x16f950['jsx'])(_0xbe16dd(0x6e2),{'className':_0xbe16dd(0x1dc),'children':_0x9070e['t']('sheets-shape.line.beginArrowSize')}),(0x0,_0x16f950['jsx'])(_0xbe16dd(0x59e),{'className':'univer-w-28','children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504['Select'],{'className':_0xbe16dd(0x5e1),'value':String(_0x1e462d),'options':_0x3aec5b,'onChange':_0x5d4edc=>{const _0x32a299=_0xbe16dd;var _0x1ae20f;_0x4c6ce2(Number(_0x5d4edc)),_0x12cd3a(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'ln':{'startArrow':{'size':(_0x1ae20f=_0x2f2910['ln'])==null||(_0x1ae20f=_0x1ae20f[_0x32a299(0x453)])==null?void 0x0:_0x1ae20f[_0x32a299(0x72b)]}}}},{'ln':{'startArrow':{'size':Number(_0x5d4edc)}}});}})})]}),(0x0,_0x16f950['jsxs'])('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[(0x0,_0x16f950['jsx'])('span',{'className':'\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\x20\x20\x20\x20\x20univer-text-sm\x20univer-text-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\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-text-gray-200\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\x20\x20\x20','children':_0x9070e['t'](_0xbe16dd(0x674))}),(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0xbe16dd(0x59e),{'className':'univer-w-28','children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504[_0xbe16dd(0x143)],{'className':_0xbe16dd(0x5e1),'value':String(_0x4f4a49),'options':_0x3f9da4,'onChange':_0x443612=>{const _0x1ce8e2=_0xbe16dd;var _0x480f11;_0x24a2a5(Number(_0x443612)),_0x12cd3a(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'ln':{'endArrow':{'type':(_0x480f11=_0x2f2910['ln'])==null||(_0x480f11=_0x480f11[_0x1ce8e2(0x2c2)])==null?void 0x0:_0x480f11['type']}}}},{'ln':{'endArrow':{'type':Number(_0x443612)}}});}})})]}),(0x0,_0x16f950[_0xbe16dd(0x2b1)])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x152),'children':[(0x0,_0x16f950['jsx'])(_0xbe16dd(0x6e2),{'className':_0xbe16dd(0x1dc),'children':_0x9070e['t'](_0xbe16dd(0x73d))}),(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0xbe16dd(0x59e),{'className':_0xbe16dd(0x29a),'children':(0x0,_0x16f950[_0xbe16dd(0x79f)])(_0x353504['Select'],{'className':_0xbe16dd(0x5e1),'value':String(_0x1dae4d),'options':_0x3aec5b,'onChange':_0x48ed2a=>{const _0x114477=_0xbe16dd;var _0x4d5cf2;_0x4bea02(Number(_0x48ed2a)),_0x12cd3a(_0xf61f7c,_0x48ddfc,_0x128f8f,_0x11205e,{'oldShapeData':{'ln':{'endArrow':{'size':(_0x4d5cf2=_0x2f2910['ln'])==null||(_0x4d5cf2=_0x4d5cf2[_0x114477(0x2c2)])==null?void 0x0:_0x4d5cf2['size']}}}},{'ln':{'endArrow':{'size':Number(_0x48ed2a)}}});}})})]})]})]})]});}function _0x3d06e2(){const _0x1c1d4e=_0x537594;let _0x10a203=(0x0,_0x37c4fd[_0x1c1d4e(0x549)])(_0x1e663f[_0x1c1d4e(0x40a)]),[_0x149242,_0x454e91]=(0x0,_0x4ebf41[_0x1c1d4e(0x1cc)])(_0x10a203['getFocusDrawings']());return(0x0,_0x4ebf41[_0x1c1d4e(0x6aa)])(()=>{const _0x16f079=_0x1c1d4e;let _0x57f406=_0x10a203[_0x16f079(0x6af)][_0x16f079(0x27d)](_0x295f42=>{_0x454e91(_0x295f42);});return()=>{const _0x31a244=_0x16f079;_0x57f406[_0x31a244(0x534)]();};},[]),_0x149242[_0x1c1d4e(0x274)]===0x0?null:(0x0,_0x16f950[_0x1c1d4e(0x79f)])(_0x1c1d4e(0x59e),{'children':(0x0,_0x16f950[_0x1c1d4e(0x2b1)])(_0x1c1d4e(0x59e),{'className':'univer-box-border\x20univer-px-4\x20univer-text-sm','children':[(0x0,_0x16f950['jsx'])(_0x18d932[_0x1c1d4e(0x633)],{'drawings':_0x149242,'hasCropper':!0x1}),(0x0,_0x16f950[_0x1c1d4e(0x79f)])(_0x447755[_0x1c1d4e(0x626)],{'drawings':_0x149242})]})});}function _0x3b08e3(_0x5a9de0){const _0x34f508=_0x537594;let {shapeData:_0x1c2397,shapeId:_0x4a136b,shapeType:_0x1de302,version:_0x4fe9d5,unitId:_0xe219c0,subUnitId:_0x4df3c1,disableShapeOption:_0x44ca80}=_0x5a9de0,_0x173530=(0x0,_0x37c4fd[_0x34f508(0x549)])(_0x20a5f6['LocaleService']),_0x142d86=(0x0,_0x58e46a[_0x34f508(0x3e5)])(_0x1de302),[_0x14850a,_0x1502c8]=(0x0,_0x4ebf41[_0x34f508(0x1cc)])(0x0),_0x4c2746=[{'label':(0x0,_0x16f950[_0x34f508(0x79f)])(_0x34f508(0x59e),{'children':_0x173530['t'](_0x34f508(0x659))}),'children':(0x0,_0x16f950[_0x34f508(0x79f)])('section',{'className':_0x34f508(0x7c1),'children':(0x0,_0x16f950[_0x34f508(0x79f)])(_0x368500,{'shapeId':_0x4a136b,'shapeData':_0x1c2397,'isLineShape':_0x142d86,'subUnitId':_0x4df3c1,'unitId':_0xe219c0,'disableShapeOption':_0x44ca80},_0x4a136b)})},{'label':(0x0,_0x16f950['jsx'])('div',{'children':_0x173530['t'](_0x34f508(0x5cf))}),'children':(0x0,_0x16f950[_0x34f508(0x79f)])(_0x34f508(0x4da),{'className':_0x34f508(0x7c1),'children':(0x0,_0x16f950[_0x34f508(0x79f)])(_0x34a44f,{'shapeId':_0x4a136b,'shapeData':_0x1c2397,'isLineShape':_0x142d86,'subUnitId':_0x4df3c1,'unitId':_0xe219c0,'disableShapeOption':_0x44ca80},_0x4a136b)})}];return(0x0,_0x16f950[_0x34f508(0x2b1)])(_0x34f508(0x59e),{'className':_0x34f508(0x6a4),'children':[(0x0,_0x16f950[_0x34f508(0x2b1)])(_0x34f508(0x59e),{'className':_0x34f508(0x579),'children':[(0x0,_0x16f950[_0x34f508(0x2b1)])(_0x34f508(0x59e),{'className':(0x0,_0x353504['clsx'])(_0x34f508(0x647),_0x14850a===0x0?_0x34f508(0x385):'univer-text-gray-500'),'onClick':()=>_0x1502c8(0x0),'children':[_0x173530['t'](_0x34f508(0x67b)),(0x0,_0x16f950[_0x34f508(0x79f)])(_0x34f508(0x59e),{'className':(0x0,_0x353504[_0x34f508(0x381)])(_0x34f508(0x6d6),{'univer-bg-primary-600':_0x14850a===0x0,'univer-bg-transparent':_0x14850a!==0x0})})]}),(0x0,_0x16f950['jsxs'])(_0x34f508(0x59e),{'className':(0x0,_0x353504[_0x34f508(0x381)])('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-font-semibold\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',{'univer-text-primary-600':_0x14850a===0x1,'univer-text-gray-500':_0x14850a!==0x1}),'onClick':()=>_0x1502c8(0x1),'children':[_0x173530['t'](_0x34f508(0x24e)),(0x0,_0x16f950[_0x34f508(0x79f)])(_0x34f508(0x59e),{'className':(0x0,_0x353504[_0x34f508(0x381)])(_0x34f508(0x7b9),{'univer-bg-primary-600':_0x14850a===0x1,'univer-bg-transparent':_0x14850a!==0x1})})]})]}),(0x0,_0x16f950[_0x34f508(0x79f)])('div',{'className':_0x34f508(0x7ad),'children':_0x14850a===0x0?(0x0,_0x16f950[_0x34f508(0x79f)])(_0x34f508(0x59e),{'className':'','children':(0x0,_0x16f950['jsx'])(_0x353504[_0x34f508(0x786)],{'items':_0x4c2746})},_0x4fe9d5):(0x0,_0x16f950[_0x34f508(0x79f)])(_0x3d06e2,{})})]});}let _0x582759={'type':_0x20a5f6[_0x537594(0x2ee)][_0x537594(0x426)],'id':_0x537594(0x429),'handler':async(_0x19cb6b,_0x506f38)=>{const _0x5bbd9e=_0x537594;let _0xe3e12c=_0x19cb6b['get'](_0x20a5f6[_0x5bbd9e(0x5fd)]),{workbook:_0x3c900c,worksheet:_0x171f7a}=(0x0,_0x339f57['getSheetCommandTarget'])(_0x19cb6b[_0x5bbd9e(0x3c5)](_0x20a5f6[_0x5bbd9e(0x69d)]))||{};if(!_0x3c900c||!_0x171f7a)return!0x1;let {value:_0x1574a5,enhanceParams:_0x4f187f,unitId:_0x5d883f,subUnitId:_0x3a0407}=_0x506f38,_0x5eab13={'unitId':_0x5d883f,'subUnitId':_0x3a0407,'shapeType':_0x1574a5};if(_0x4f187f){let _0x30007d=(0x0,_0x58e46a[_0x5bbd9e(0x3e5)])(_0x1574a5),_0x553a47=_0x1574a5===_0x58e46a[_0x5bbd9e(0x205)][_0x5bbd9e(0x64b)];_0x30007d&&(_0x4f187f[_0x5bbd9e(0x453)]||_0x4f187f['endArrow'])&&(_0x5eab13[_0x5bbd9e(0x437)]={'ln':{'startArrow':_0x4f187f[_0x5bbd9e(0x453)]?{'type':_0x58e46a[_0x5bbd9e(0x571)][_0x5bbd9e(0x1e2)],'size':_0x58e46a['ShapeArrowSizeEnum'][_0x5bbd9e(0x5da)]}:void 0x0,'endArrow':_0x4f187f[_0x5bbd9e(0x2c2)]?{'type':_0x58e46a[_0x5bbd9e(0x571)][_0x5bbd9e(0x1e2)],'size':_0x58e46a[_0x5bbd9e(0x6cf)]['Large']}:void 0x0}}),_0x553a47&&(_0x4f187f['horizontal']||_0x4f187f[_0x5bbd9e(0x65d)])&&(_0x5eab13['shapeData']={'fill':{'fillType':_0x58e46a['ShapeFillEnum'][_0x5bbd9e(0x560)]},'stroke':{'lineStrokeType':_0x58e46a[_0x5bbd9e(0x588)]['NoLine']},'shapeText':{'isHorizontal':!!_0x4f187f['horizontal']}});}return _0xe3e12c[_0x5bbd9e(0x2b8)](_0xe3e172['id'],_0x5eab13),!0x0;}},_0x86127=function(_0x1f3882){const _0x48eaf2=_0x537594;return _0x1f3882[_0x48eaf2(0x479)]=_0x48eaf2(0x18d),_0x1f3882[_0x48eaf2(0x740)]=_0x48eaf2(0x2a0),_0x1f3882[_0x48eaf2(0x726)]=_0x48eaf2(0x2ef),_0x1f3882[_0x48eaf2(0x598)]=_0x48eaf2(0x6e1),_0x1f3882[_0x48eaf2(0x69f)]=_0x48eaf2(0x450),_0x1f3882[_0x48eaf2(0x240)]='flowchart',_0x1f3882[_0x48eaf2(0x771)]='starAndBanner',_0x1f3882[_0x48eaf2(0x5f6)]=_0x48eaf2(0x1a1),_0x1f3882[_0x48eaf2(0x716)]=_0x48eaf2(0x47e),_0x1f3882;}({}),_0x3d83e5=[{'group':_0x86127['Line'],'type':_0x58e46a[_0x537594(0x205)]['Line'],'icon':_0x537594(0x197),'name':'shape.type.line'},{'group':_0x86127['Line'],'type':_0x58e46a[_0x537594(0x205)]['StraightConnector1'],'icon':_0x537594(0x5db),'name':'shape.type.straight-connector1','endArrow':!0x0},{'group':_0x86127[_0x537594(0x479)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x160)],'icon':_0x537594(0x460),'name':'shape.type.straight-connector2','endArrow':!0x0,'startArrow':!0x0},{'group':_0x86127['Line'],'type':_0x58e46a[_0x537594(0x205)]['BentConnector3'],'icon':'ShapeBentConnector3Icon','name':_0x537594(0x57a)},{'group':_0x86127[_0x537594(0x479)],'type':_0x58e46a[_0x537594(0x205)]['BentConnector3'],'icon':_0x537594(0x525),'name':'shape.type.bent-connector3-arrow1','endArrow':!0x0},{'group':_0x86127[_0x537594(0x479)],'type':_0x58e46a[_0x537594(0x205)]['BentConnector3'],'icon':'ShapeBentConnector3Arrow2Icon','name':_0x537594(0x6f6),'endArrow':!0x0,'startArrow':!0x0},{'group':_0x86127[_0x537594(0x479)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x4b0)],'icon':_0x537594(0x28f),'name':'shape.type.curved-connector3'},{'group':_0x86127['Line'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x4b0)],'icon':_0x537594(0x328),'name':_0x537594(0x438),'endArrow':!0x0},{'group':_0x86127['Line'],'type':_0x58e46a[_0x537594(0x205)]['CurvedConnector3'],'icon':_0x537594(0x345),'name':_0x537594(0x731),'endArrow':!0x0,'startArrow':!0x0},{'group':_0x86127[_0x537594(0x740)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x64b)],'icon':_0x537594(0x6fa),'name':_0x537594(0x5fe)},{'group':_0x86127[_0x537594(0x740)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x1d1)],'icon':_0x537594(0x335),'name':_0x537594(0x63a)},{'group':_0x86127[_0x537594(0x740)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x5ec)],'icon':'ShapeSnip1RectIcon','name':_0x537594(0x2f3)},{'group':_0x86127[_0x537594(0x740)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x1fa)],'icon':_0x537594(0x58c),'name':_0x537594(0x2e5)},{'group':_0x86127[_0x537594(0x740)],'type':_0x58e46a['ShapeTypeEnum']['Snip2DiagRect'],'icon':_0x537594(0x283),'name':'shape.type.snip2-diag-rect'},{'group':_0x86127['Rectangle'],'type':_0x58e46a[_0x537594(0x205)]['SnipRoundRect'],'icon':_0x537594(0x502),'name':_0x537594(0x270)},{'group':_0x86127['Rectangle'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x51f)],'icon':_0x537594(0x232),'name':'shape.type.round1-rect'},{'group':_0x86127[_0x537594(0x740)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x3f3)],'icon':_0x537594(0x40d),'name':_0x537594(0x6a1)},{'group':_0x86127['Rectangle'],'type':_0x58e46a['ShapeTypeEnum']['Round2DiagRect'],'icon':_0x537594(0x7df),'name':_0x537594(0x727)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x64b)],'icon':'ShapeRectTextboxHorizontalIcon','name':_0x537594(0x20f),'horizontal':!0x0},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x64b)],'icon':_0x537594(0x30c),'name':'shape.type.rect-textbox-vertical','vertical':!0x0},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x21d)],'icon':_0x537594(0x1e5),'name':_0x537594(0x1c7)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x6f9)],'icon':_0x537594(0x59c),'name':_0x537594(0x609)},{'group':_0x86127['BasicShape'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x504)],'icon':_0x537594(0x2b6),'name':_0x537594(0x2f2)},{'group':_0x86127['BasicShape'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x4b9)],'icon':_0x537594(0x4f8),'name':'shape.type.parallelogram'},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)]['Trapezoid'],'icon':'ShapeTrapezoidIcon','name':_0x537594(0x6f8)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)]['Diamond'],'icon':'ShapeDiamondIcon','name':_0x537594(0x444)},{'group':_0x86127['BasicShape'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x339)],'icon':'ShapePentagonIcon','name':_0x537594(0x34d)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x603)],'icon':_0x537594(0x4a1),'name':_0x537594(0x7c2)},{'group':_0x86127['BasicShape'],'type':_0x58e46a[_0x537594(0x205)]['Heptagon'],'icon':_0x537594(0x45c),'name':_0x537594(0x53c)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x7a5)],'icon':'ShapeOctagonIcon','name':'shape.type.octagon'},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x166)],'icon':_0x537594(0x156),'name':_0x537594(0x30a)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)]['Dodecagon'],'icon':'ShapeDodecagonIcon','name':_0x537594(0x744)},{'group':_0x86127['BasicShape'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x32a)],'icon':_0x537594(0x1d5),'name':_0x537594(0x3e0)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)]['Chord'],'icon':'ShapeChordIcon','name':_0x537594(0x1a9)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x2c6)],'icon':'ShapeTeardropIcon','name':_0x537594(0x5f8)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x52c)],'icon':'ShapeFrameIcon','name':_0x537594(0x722)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x287)],'icon':_0x537594(0x3cc),'name':_0x537594(0x441)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x5c6)],'icon':'ShapeCornerIcon','name':'shape.type.corner'},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x43e)],'icon':_0x537594(0x253),'name':_0x537594(0x4d2)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x3a1)],'icon':'ShapePlusIcon','name':'shape.type.plus'},{'group':_0x86127['BasicShape'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x1fb)],'icon':'ShapePlaqueIcon','name':_0x537594(0x672)},{'group':_0x86127['BasicShape'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x2e0)],'icon':_0x537594(0x43a),'name':'shape.type.can'},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x467)],'icon':'ShapeCubeIcon','name':_0x537594(0x7e3)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x244)],'icon':_0x537594(0x51c),'name':_0x537594(0x696)},{'group':_0x86127['BasicShape'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x50a)],'icon':_0x537594(0x636),'name':_0x537594(0x6c8)},{'group':_0x86127['BasicShape'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x570)],'icon':_0x537594(0x7e6),'name':'shape.type.no-smoking'},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x365)],'icon':_0x537594(0x321),'name':'shape.type.block-arc'},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x292)],'icon':_0x537594(0x459),'name':_0x537594(0x3e4)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x784)],'icon':_0x537594(0x694),'name':_0x537594(0x387)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x322)],'icon':'ShapeHeartIcon','name':_0x537594(0x564)},{'group':_0x86127['BasicShape'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x181)],'icon':_0x537594(0x443),'name':_0x537594(0x5e0)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)]['Sun'],'icon':_0x537594(0x21a),'name':_0x537594(0x634)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x159)],'icon':_0x537594(0x4ce),'name':_0x537594(0x709)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x3f4)],'icon':_0x537594(0x293),'name':_0x537594(0x71c)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x35d)],'icon':_0x537594(0x313),'name':_0x537594(0x353)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)]['BracketPair'],'icon':_0x537594(0x750),'name':_0x537594(0x6bc)},{'group':_0x86127['BasicShape'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x6d9)],'icon':_0x537594(0x762),'name':_0x537594(0x3ac)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x236)],'icon':_0x537594(0x202),'name':_0x537594(0x28d)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x343)],'icon':'ShapeRightBracketIcon','name':_0x537594(0x1e7)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a['ShapeTypeEnum']['LeftBrace'],'icon':_0x537594(0x725),'name':_0x537594(0x702)},{'group':_0x86127[_0x537594(0x726)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x77d)],'icon':_0x537594(0x1d4),'name':'shape.type.right-brace'},{'group':_0x86127['BlockArrow'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x58e)],'icon':_0x537594(0x48b),'name':_0x537594(0x60a)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)]['LeftArrow'],'icon':_0x537594(0x7bd),'name':_0x537594(0x411)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x72e)],'icon':_0x537594(0x27a),'name':_0x537594(0x3d8)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x64c)],'icon':_0x537594(0x785),'name':_0x537594(0x5ac)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x50e)],'icon':_0x537594(0x5d4),'name':_0x537594(0x3b4)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)]['UpDownArrow'],'icon':_0x537594(0x1e9),'name':_0x537594(0x4d8)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x2d5)],'icon':_0x537594(0x530),'name':_0x537594(0x5b1)},{'group':_0x86127['BlockArrow'],'type':_0x58e46a['ShapeTypeEnum']['LeftRightUpArrow'],'icon':_0x537594(0x6a5),'name':_0x537594(0x269)},{'group':_0x86127['BlockArrow'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x70a)],'icon':_0x537594(0x715),'name':_0x537594(0x203)},{'group':_0x86127['BlockArrow'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x679)],'icon':'ShapeUturnArrowIcon','name':_0x537594(0x6d2)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)]['LeftUpArrow'],'icon':_0x537594(0x42d),'name':_0x537594(0x6ca)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x3d0)],'icon':_0x537594(0x280),'name':_0x537594(0x566)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)]['CurvedRightArrow'],'icon':_0x537594(0x210),'name':_0x537594(0x4fb)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x45b)],'icon':_0x537594(0x224),'name':'shape.type.curved-left-arrow'},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x1a3)],'icon':_0x537594(0x6ea),'name':_0x537594(0x336)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a['ShapeTypeEnum']['CurvedDownArrow'],'icon':'ShapeCurvedDownArrowIcon','name':_0x537594(0x22d)},{'group':_0x86127['BlockArrow'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x455)],'icon':_0x537594(0x36b),'name':_0x537594(0x53f)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x801)],'icon':'ShapeNotchedRightArrowIcon','name':_0x537594(0x378)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a['ShapeTypeEnum']['HomePlate'],'icon':_0x537594(0x462),'name':_0x537594(0x677)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x5c7)],'icon':_0x537594(0x541),'name':_0x537594(0x2ac)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x3b9)],'icon':_0x537594(0x6c5),'name':'shape.type.right-arrow-callout'},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x1d3)],'icon':_0x537594(0x2b7),'name':_0x537594(0x297)},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x39d)],'icon':_0x537594(0x3b2),'name':'shape.type.left-arrow-callout'},{'group':_0x86127['BlockArrow'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x330)],'icon':_0x537594(0x39c),'name':_0x537594(0x188)},{'group':_0x86127['BlockArrow'],'type':_0x58e46a['ShapeTypeEnum']['LeftRightArrowCallout'],'icon':'ShapeLeftRightArrowCalloutIcon','name':'shape.type.left-right-arrow-callout'},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x583)],'icon':'ShapeQuadArrowCalloutIcon','name':'shape.type.quad-arrow-callout'},{'group':_0x86127[_0x537594(0x598)],'type':_0x58e46a[_0x537594(0x205)]['CircularArrow'],'icon':'ShapeCircularArrowIcon','name':'shape.type.circular-arrow'},{'group':_0x86127[_0x537594(0x69f)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x793)],'icon':_0x537594(0x4a6),'name':_0x537594(0x646)},{'group':_0x86127[_0x537594(0x69f)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x69e)],'icon':'ShapeMathMinusIcon','name':_0x537594(0x7a9)},{'group':_0x86127[_0x537594(0x69f)],'type':_0x58e46a[_0x537594(0x205)]['MathMultiply'],'icon':_0x537594(0x7e0),'name':_0x537594(0x42b)},{'group':_0x86127[_0x537594(0x69f)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x46a)],'icon':_0x537594(0x7f1),'name':_0x537594(0x6f5)},{'group':_0x86127[_0x537594(0x69f)],'type':_0x58e46a['ShapeTypeEnum']['MathEqual'],'icon':_0x537594(0x75f),'name':_0x537594(0x792)},{'group':_0x86127[_0x537594(0x69f)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x733)],'icon':_0x537594(0x223),'name':_0x537594(0x662)},{'group':_0x86127['Flowchart'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x2d9)],'icon':'ShapeFlowChartProcessIcon','name':'shape.type.flow-chart-process'},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x3b1)],'icon':_0x537594(0x3a8),'name':'shape.type.flow-chart-alternate-process'},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x5ae)],'icon':_0x537594(0x1c1),'name':'shape.type.flow-chart-decision'},{'group':_0x86127['Flowchart'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x140)],'icon':_0x537594(0x730),'name':_0x537594(0x77f)},{'group':_0x86127['Flowchart'],'type':_0x58e46a[_0x537594(0x205)]['FlowchartPredefinedProcess'],'icon':'ShapeFlowChartPredefinedProcessIcon','name':_0x537594(0x1e0)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x35b)],'icon':_0x537594(0x74a),'name':_0x537594(0x5a1)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x7b7)],'icon':_0x537594(0x281),'name':'shape.type.flow-chart-document'},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x704)],'icon':'ShapeFlowChartMultidocumentIcon','name':_0x537594(0x169)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x789)],'icon':_0x537594(0x77c),'name':_0x537594(0x574)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x180)],'icon':_0x537594(0x4c5),'name':_0x537594(0x640)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)]['FlowchartManualInput'],'icon':_0x537594(0x7ca),'name':_0x537594(0x19d)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x2a9)],'icon':_0x537594(0x4a3),'name':'shape.type.flow-chart-manual-operation'},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x1fe)],'icon':_0x537594(0x272),'name':_0x537594(0x648)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x4cf)],'icon':_0x537594(0x326),'name':_0x537594(0x33c)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x6ec)],'icon':'ShapeFlowChartPunchedCardIcon','name':_0x537594(0x296)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a['ShapeTypeEnum']['FlowchartPunchedTape'],'icon':_0x537594(0x2f8),'name':_0x537594(0x242)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x34e)],'icon':'ShapeFlowChartSummingJunctionIcon','name':_0x537594(0x4e8)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)]['FlowchartOr'],'icon':_0x537594(0x5ca),'name':_0x537594(0x300)},{'group':_0x86127['Flowchart'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x550)],'icon':_0x537594(0x2c5),'name':'shape.type.flow-chart-collate'},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x6fc)],'icon':_0x537594(0x3da),'name':_0x537594(0x168)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x13c)],'icon':'ShapeFlowChartExtractIcon','name':_0x537594(0x2e6)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x2cb)],'icon':'ShapeFlowChartMergeIcon','name':_0x537594(0x69b)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x60c)],'icon':'ShapeFlowChartOnlineStorageIcon','name':_0x537594(0x689)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a['ShapeTypeEnum']['FlowchartDelay'],'icon':_0x537594(0x612),'name':_0x537594(0x555)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x75b)],'icon':_0x537594(0x5d3),'name':'shape.type.flow-chart-magnetic-tape'},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x1df)],'icon':_0x537594(0x256),'name':_0x537594(0x28c)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x1ec)],'icon':_0x537594(0x7a8),'name':_0x537594(0x511)},{'group':_0x86127[_0x537594(0x240)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x7d7)],'icon':_0x537594(0x468),'name':_0x537594(0x63e)},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x649)],'icon':_0x537594(0x22a),'name':_0x537594(0x5fa)},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x187)],'icon':_0x537594(0x3a9),'name':_0x537594(0x4db)},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x5a2)],'icon':_0x537594(0x57e),'name':_0x537594(0x3c2)},{'group':_0x86127['StarAndBanner'],'type':_0x58e46a['ShapeTypeEnum']['Star5'],'icon':_0x537594(0x4f6),'name':_0x537594(0x492)},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x61d)],'icon':_0x537594(0x5b2),'name':'shape.type.star6'},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)]['Star7'],'icon':_0x537594(0x7e1),'name':_0x537594(0x536)},{'group':_0x86127['StarAndBanner'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x601)],'icon':_0x537594(0x473),'name':_0x537594(0x31f)},{'group':_0x86127['StarAndBanner'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x233)],'icon':_0x537594(0x7cc),'name':_0x537594(0x4e2)},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x78e)],'icon':_0x537594(0x7eb),'name':_0x537594(0x200)},{'group':_0x86127['StarAndBanner'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x24b)],'icon':'ShapeStar16Icon','name':_0x537594(0x5e4)},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x307)],'icon':_0x537594(0x13d),'name':_0x537594(0x4f2)},{'group':_0x86127['StarAndBanner'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x234)],'icon':'ShapeStar32Icon','name':'shape.type.star32'},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x565)],'icon':_0x537594(0x688),'name':_0x537594(0x6cb)},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x23f)],'icon':_0x537594(0x500),'name':_0x537594(0x191)},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)]['EllipseRibbon2'],'icon':_0x537594(0x31e),'name':_0x537594(0x7dd)},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x215)],'icon':_0x537594(0x58f),'name':_0x537594(0x39b)},{'group':_0x86127['StarAndBanner'],'type':_0x58e46a['ShapeTypeEnum']['VerticalScroll'],'icon':_0x537594(0x24f),'name':'shape.type.vertical-scroll'},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x18c)],'icon':'ShapeHorizontalScrollIcon','name':'shape.type.horizontal-scroll'},{'group':_0x86127[_0x537594(0x771)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x708)],'icon':_0x537594(0x374),'name':_0x537594(0x348)},{'group':_0x86127['StarAndBanner'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x1ff)],'icon':_0x537594(0x20c),'name':_0x537594(0x5f4)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x75a)],'icon':_0x537594(0x4f9),'name':_0x537594(0x682)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)]['WedgeRoundRectCallout'],'icon':_0x537594(0x6de),'name':_0x537594(0x2db)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)]['WedgeEllipseCallout'],'icon':_0x537594(0x226),'name':_0x537594(0x44d)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x2ca)],'icon':'ShapeCloudCalloutIcon','name':_0x537594(0x7c8)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x178)],'icon':_0x537594(0x145),'name':_0x537594(0x2e4)},{'group':_0x86127['Callout'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x66a)],'icon':'ShapeBorderCallout2Icon','name':'shape.type.border-callout2'},{'group':_0x86127['Callout'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x3f1)],'icon':_0x537594(0x3dc),'name':_0x537594(0x4b2)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)]['AccentCallout1'],'icon':_0x537594(0x763),'name':_0x537594(0x276)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x2da)],'icon':_0x537594(0x282),'name':_0x537594(0x64f)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x349)],'icon':'ShapeAccentCallout3Icon','name':_0x537594(0x4f0)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x528)],'icon':_0x537594(0x37e),'name':_0x537594(0x63d)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x699)],'icon':_0x537594(0x25e),'name':'shape.type.callout2'},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x5a0)],'icon':_0x537594(0x6cc),'name':'shape.type.callout3'},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a[_0x537594(0x205)]['AccentBorderCallout1'],'icon':_0x537594(0x29e),'name':'shape.type.accent-border-callout1'},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a['ShapeTypeEnum']['AccentBorderCallout2'],'icon':_0x537594(0x390),'name':_0x537594(0x572)},{'group':_0x86127[_0x537594(0x5f6)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x67a)],'icon':'ShapeAccentBorderCallout3Icon','name':_0x537594(0x54b)},{'group':_0x86127['Other'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x44a)],'icon':_0x537594(0x183),'name':_0x537594(0x491)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x567)],'icon':_0x537594(0x645),'name':_0x537594(0x51b)},{'group':_0x86127['Other'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x6b2)],'icon':'ShapeSwooshArrowIcon','name':'shape.type.swoosh-arrow'},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x33b)],'icon':_0x537594(0x5b8),'name':_0x537594(0x51e)},{'group':_0x86127['Other'],'type':_0x58e46a['ShapeTypeEnum']['PieWedge'],'icon':_0x537594(0x14f),'name':_0x537594(0x2fc)},{'group':_0x86127['Other'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x2e2)],'icon':'ShapeFunnelIcon','name':_0x537594(0x5dd)},{'group':_0x86127['Other'],'type':_0x58e46a[_0x537594(0x205)]['Gear6'],'icon':_0x537594(0x540),'name':_0x537594(0x3c3)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x7da)],'icon':_0x537594(0x615),'name':_0x537594(0x582)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x68d)],'icon':_0x537594(0x6b7),'name':_0x537594(0x2e8)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a['ShapeTypeEnum']['ActionButtonBackPrevious'],'icon':_0x537594(0x257),'name':_0x537594(0x788)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x153)],'icon':'ShapeActionButtonForwardNextIcon','name':_0x537594(0x3ed)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x499)],'icon':'ShapeActionButtonBeginningIcon','name':_0x537594(0x1e3)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x4a5)],'icon':_0x537594(0x5a8),'name':'shape.type.action-button-end'},{'group':_0x86127['Other'],'type':_0x58e46a['ShapeTypeEnum']['ActionButtonHome'],'icon':_0x537594(0x57c),'name':'shape.type.action-button-home'},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x201)],'icon':_0x537594(0x1bb),'name':'shape.type.action-button-information'},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x27c)],'icon':'ShapeActionButtonReturnIcon','name':_0x537594(0x54c)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x49e)],'icon':_0x537594(0x6e4),'name':_0x537594(0x190)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x5de)],'icon':_0x537594(0x405),'name':'shape.type.action-button-document'},{'group':_0x86127['Other'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x295)],'icon':_0x537594(0x53b),'name':_0x537594(0x376)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x1cb)],'icon':'ShapeActionButtonHelpIcon','name':_0x537594(0x507)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x7b5)],'icon':_0x537594(0x54f),'name':_0x537594(0x76e)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)]['ChartPlus'],'icon':_0x537594(0x1cd),'name':'shape.type.chart-plus'},{'group':_0x86127['Other'],'type':_0x58e46a['ShapeTypeEnum'][_0x537594(0x241)],'icon':_0x537594(0x2f9),'name':_0x537594(0x314)},{'group':_0x86127['Other'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x797)],'icon':_0x537594(0x6d8),'name':_0x537594(0x1e6)},{'group':_0x86127['Other'],'type':_0x58e46a[_0x537594(0x205)]['FlowChartOfflineStorage'],'icon':_0x537594(0x72d),'name':'shape.type.flow-chart-offline-storage'},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x174)],'icon':'ShapeLineInvIcon','name':_0x537594(0x6c4)},{'group':_0x86127['Other'],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x1a5)],'icon':_0x537594(0x31a),'name':_0x537594(0x4e1)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)]['SquareTabs'],'icon':'ShapeSquareTabsIcon','name':'shape.type.square-tabs'},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x532)],'icon':_0x537594(0x51a),'name':_0x537594(0x64d)},{'group':_0x86127[_0x537594(0x716)],'type':_0x58e46a[_0x537594(0x205)][_0x537594(0x198)],'icon':_0x537594(0x73c),'name':'shape.type.non-isosceles-trapezoid'}],_0x32c8d2='sheet.shape.picker.component';function _0x4f99d3(){const _0x514182=_0x537594;let _0x73166b=(0x0,_0x37c4fd[_0x514182(0x549)])(_0x20a5f6[_0x514182(0x5fd)]),_0x4cfd71=(0x0,_0x37c4fd[_0x514182(0x549)])(_0x20a5f6[_0x514182(0x173)]),_0x43252b=(0x0,_0x37c4fd[_0x514182(0x549)])(_0x37c4fd['ComponentManager']),_0x5137ae=_0x3d83e5['reduce']((_0x55c220,_0x33e001)=>(_0x55c220[_0x33e001[_0x514182(0x277)]]||(_0x55c220[_0x33e001['group']]=[]),_0x55c220[_0x33e001[_0x514182(0x277)]][_0x514182(0x79d)](_0x33e001),_0x55c220),{}),_0x47f411=_0xf2176c=>{const _0x5a2a6a=_0x514182;_0x73166b['executeCommand'](_0x582759['id'],{'value':_0xf2176c[_0x5a2a6a(0x1c0)],'enhanceParams':{'endArrow':_0xf2176c['endArrow'],'startArrow':_0xf2176c[_0x5a2a6a(0x453)],'horizontal':_0xf2176c['horizontal'],'vertical':_0xf2176c['vertical']}});};return(0x0,_0x16f950[_0x514182(0x79f)])('div',{'className':'univer-w-[320px]\x20univer-pb-2','children':Object['entries'](_0x5137ae)['map'](([_0x20bfe9,_0x162ba0])=>(0x0,_0x16f950[_0x514182(0x2b1)])(_0x514182(0x59e),{'className':_0x514182(0x5a7),'children':[(0x0,_0x16f950[_0x514182(0x79f)])(_0x514182(0x59e),{'className':_0x514182(0x377),'children':_0x4cfd71['t']('shape.group.'+_0x20bfe9)}),(0x0,_0x16f950[_0x514182(0x79f)])(_0x514182(0x59e),{'className':'univer-grid\x20univer-grid-cols-10\x20univer-gap-1','children':_0x162ba0[_0x514182(0x748)]((_0x3db17f,_0xe5e72d)=>{const _0xefc94e=_0x514182;let _0x385b90=_0x43252b[_0xefc94e(0x3c5)](_0x3db17f[_0xefc94e(0x28a)]);return(0x0,_0x16f950[_0xefc94e(0x79f)])(_0xefc94e(0x59e),{'title':_0x4cfd71['t'](_0x3db17f['name']),'onClick':()=>_0x47f411(_0x3db17f),'className':'\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\x20\x20\x20\x20\x20univer-flex\x20univer-aspect-square\x20univer-cursor-pointer\x20univer-items-center\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\x20\x20\x20\x20\x20univer-justify-center\x20univer-rounded\x20univer-p-1\x20univer-text-gray-700\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\x20\x20\x20\x20\x20hover:univer-bg-gray-200\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\x20\x20\x20\x20\x20dark:!univer-text-gray-200\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\x20\x20\x20\x20\x20dark:hover:!univer-bg-gray-700\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\x20\x20\x20','children':_0x385b90&&(0x0,_0x16f950[_0xefc94e(0x79f)])(_0x385b90,{'className':'univer-size-full'})},_0xe5e72d);})})]},_0x20bfe9))});}let _0x3b1b23=[{'label':_0x537594(0x186),'icon':_0x537594(0x382),'value':_0x20a5f6[_0x537594(0x1cf)][_0x537594(0x580)]},{'label':_0x537594(0x3c4),'icon':'VerticalCenterIcon','value':_0x20a5f6[_0x537594(0x1cf)][_0x537594(0x1b0)]},{'label':_0x537594(0x1fc),'icon':'AlignBottomIcon','value':_0x20a5f6['VerticalAlign']['BOTTOM']}];function _0x2d0c9e(_0x220671){const _0x3b4d2f=_0x537594;var _0x253d46;let _0x454a85=_0x220671[_0x3b4d2f(0x3c5)](_0x20a5f6[_0x3b4d2f(0x5fd)]),_0x26e84a=_0x220671[_0x3b4d2f(0x3c5)](_0x20a5f6[_0x3b4d2f(0x545)]),_0x396d9b=_0x220671[_0x3b4d2f(0x3c5)](_0x1f4525),_0x16dbf4=_0x220671[_0x3b4d2f(0x3c5)](_0x456710[_0x3b4d2f(0x4b3)]),_0x50a953=_0x20a5f6[_0x3b4d2f(0x1cf)][_0x3b4d2f(0x580)],_0x332a91=()=>{const _0x1e9c82=_0x3b4d2f;var _0x744bab;let _0x832cb=_0x396d9b[_0x1e9c82(0x54a)]();if(!_0x832cb)return _0x50a953;let {unitId:_0x2bb9c9,subUnitId:_0x5a7a87,shapeId:_0x875aa8}=_0x832cb,_0x190f4a=_0x16dbf4[_0x1e9c82(0x53a)](_0x2bb9c9,_0x5a7a87,_0x875aa8);if(!_0x190f4a)return _0x50a953;let _0x4d2a05=_0x190f4a[_0x1e9c82(0x6a2)]();if(!_0x4d2a05||!(_0x1e9c82(0x440)in _0x4d2a05))return _0x50a953;let _0x2a4576=_0x4d2a05[_0x1e9c82(0x440)];return(_0x744bab=_0x2a4576==null?void 0x0:_0x2a4576['va'])==null?_0x50a953:_0x744bab;};return{'id':_0x122b3d['id'],'icon':(_0x253d46=_0x3b1b23['find'](_0x152795=>_0x152795[_0x3b4d2f(0x693)]===_0x50a953))==null?void 0x0:_0x253d46['icon'],'tooltip':_0x3b4d2f(0x65e),'type':_0x37c4fd[_0x3b4d2f(0x74e)][_0x3b4d2f(0x286)],'selections':_0x3b1b23,'value$':new _0x35b3fa[(_0x3b4d2f(0x362))](_0x1b27fb=>{const _0x53c3ce=_0x3b4d2f;let _0x576dfe=_0x454a85[_0x53c3ce(0x36e)](_0x222a1b=>{const _0x2569ef=_0x53c3ce;_0x222a1b['id']===_0x122b3d['id']&&_0x1b27fb[_0x2569ef(0x416)](_0x332a91());}),_0x5e25cc=_0x396d9b[_0x53c3ce(0x212)]['subscribe'](()=>{_0x1b27fb['next'](_0x332a91());});return _0x1b27fb['next'](_0x332a91()),()=>{const _0x3a1f10=_0x53c3ce;_0x576dfe[_0x3a1f10(0x4df)](),_0x5e25cc['unsubscribe']();};}),'hidden$':_0x26e84a[_0x3b4d2f(0x6d5)](_0x20a5f6[_0x3b4d2f(0x2a8)])[_0x3b4d2f(0x33d)]((0x0,_0x35b3fa[_0x3b4d2f(0x748)])(_0x165c9a=>!_0x165c9a))};}function _0x422bc7(_0x41e8cc,_0x41a458,_0x3ff0f3){const _0x3a2abb=_0x537594;var _0xf0fa48;let {startX:_0x47d682,endX:_0x1edcc2,startY:_0x4c9901,endY:_0x74d1db}=_0x41e8cc,_0x3fd980=(_0xf0fa48=_0x3ff0f3['getRenderById'](_0x41a458))==null?void 0x0:_0xf0fa48[_0x3a2abb(0x3f5)](_0x4afbf8['ISheetSelectionRenderService']);if(_0x3fd980==null)return;let _0x1e5c7b=_0x3fd980[_0x3a2abb(0x775)](_0x47d682,_0x4c9901);if(_0x1e5c7b==null)return;let _0xbaeff0={'column':_0x1e5c7b[_0x3a2abb(0x2f5)],'columnOffset':_0x47d682-_0x1e5c7b[_0x3a2abb(0x64a)],'row':_0x1e5c7b[_0x3a2abb(0x359)],'rowOffset':_0x4c9901-_0x1e5c7b['startY']},_0x17ec2d=_0x3fd980[_0x3a2abb(0x775)](_0x1edcc2,_0x74d1db);if(_0x17ec2d!=null)return{'from':_0xbaeff0,'to':{'column':_0x17ec2d['actualColumn'],'columnOffset':_0x1edcc2-_0x17ec2d[_0x3a2abb(0x64a)],'row':_0x17ec2d[_0x3a2abb(0x359)],'rowOffset':_0x74d1db-_0x17ec2d[_0x3a2abb(0x367)]}};}function _0x59c108(_0x10e9b3,_0x374bf4,_0x5850b7,_0x167019,_0x36169b,_0xd664c1=_0x537594(0x37c)){const _0x83b5a7=_0x537594;let _0x45773d={'startX':_0x10e9b3['x'],'endX':_0x10e9b3['x']+_0x10e9b3[_0x83b5a7(0x294)],'startY':_0x10e9b3['y'],'endY':_0x10e9b3['y']+_0x10e9b3['height']},_0x26b97c=_0x422bc7(_0x45773d,_0x374bf4,_0x167019);return _0x26b97c?{'unitId':_0x374bf4,'subUnitId':_0x5850b7,'drawingId':_0x10e9b3['id'],'drawingType':_0x20a5f6[_0x83b5a7(0x41f)]['DRAWING_SHAPE'],'componentKey':'drawing-shape','sheetTransform':_0x26b97c,'transform':{'left':_0x45773d[_0x83b5a7(0x64a)],'top':_0x45773d[_0x83b5a7(0x367)],'width':_0x10e9b3[_0x83b5a7(0x294)],'height':_0x10e9b3['height']},'data':{'shapeType':_0x36169b,'shapeData':{'fill':{'color':_0xd664c1}}},'axisAlignSheetTransform':_0x26b97c,'allowTransform':!0x0}:null;}function _0x35815a(_0x34b9ae,_0x244ac1,_0x165d09,_0x1e796d,_0x1413e6,_0xc97ccc){const _0x514d8a=_0x537594;let _0x228df1=_0x244ac1['x']+_0x244ac1['width'],_0x5e2440=_0x244ac1['y']+_0x244ac1[_0x514d8a(0x670)]/0x2,_0x3518fb=_0x165d09['x'],_0x54787d=_0x165d09['y']+_0x165d09[_0x514d8a(0x670)]/0x2,_0xb9106={'startX':Math['min'](_0x228df1,_0x3518fb),'endX':Math[_0x514d8a(0x63f)](_0x228df1,_0x3518fb),'startY':Math[_0x514d8a(0x320)](_0x5e2440,_0x54787d),'endY':Math[_0x514d8a(0x63f)](_0x5e2440,_0x54787d)},_0x21730d=_0x422bc7(_0xb9106,_0x1e796d,_0xc97ccc);if(!_0x21730d)return null;let _0x4061f6={'points':[{'x':_0x228df1,'y':_0x5e2440},{'x':(_0x228df1+_0x3518fb)/0x2,'y':_0x5e2440},{'x':(_0x228df1+_0x3518fb)/0x2,'y':_0x54787d},{'x':_0x3518fb,'y':_0x54787d}],'relation':{'from':{'shapeId':_0x244ac1['id'],'cxnIndex':0x3},'to':{'shapeId':_0x165d09['id'],'cxnIndex':0x1}},'stroke':{'color':_0x514d8a(0x2d6),'width':0x2}};return{'unitId':_0x1e796d,'subUnitId':_0x1413e6,'drawingId':_0x34b9ae,'drawingType':_0x20a5f6[_0x514d8a(0x41f)][_0x514d8a(0x3dd)],'componentKey':_0x514d8a(0x176),'sheetTransform':_0x21730d,'transform':{'left':_0xb9106['startX'],'top':_0xb9106[_0x514d8a(0x367)],'width':_0xb9106[_0x514d8a(0x268)]-_0xb9106[_0x514d8a(0x64a)],'height':_0xb9106[_0x514d8a(0x6fd)]-_0xb9106[_0x514d8a(0x367)],'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1},'axisAlignSheetTransform':_0x21730d,'data':{'shapeType':_0x58e46a[_0x514d8a(0x205)]['BentConnector3'],'shapeData':_0x4061f6,'fill':!0x1,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1},'allowTransform':!0x0};}let _0x5f0e4a={'type':_0x20a5f6[_0x537594(0x2ee)][_0x537594(0x426)],'id':'sheet.command.test-line-shape','handler':(_0x1307ba,_0x10657b)=>{const _0x34a1bd=_0x537594;var _0x52531a,_0x362ff6,_0x1ab6b2,_0x53b5b5,_0x531fed;let _0x5f58be=_0x1307ba[_0x34a1bd(0x3c5)](_0x20a5f6[_0x34a1bd(0x5fd)]),_0x1f97c5=_0x1307ba[_0x34a1bd(0x3c5)](_0x20a5f6[_0x34a1bd(0x69d)]),_0x2a7593=_0x1307ba['get'](_0x339f57['SheetsSelectionsService']),_0x20e69f=_0x1307ba[_0x34a1bd(0x3c5)](_0x2663fc[_0x34a1bd(0x3ab)]),_0x5cad8a=(0x0,_0x339f57[_0x34a1bd(0x47a)])(_0x1f97c5,_0x10657b);if(!_0x5cad8a)return!0x1;let {unitId:_0x2e331c,subUnitId:_0x3a938c}=_0x5cad8a,_0xd63e2e=(_0x52531a=_0x20e69f[_0x34a1bd(0x2d3)](_0x2e331c))==null?void 0x0:_0x52531a['with'](_0x4afbf8['SheetSkeletonManagerService'])['getSkeleton'](_0x3a938c);if(!_0xd63e2e)return!0x1;let [_0x5d021d]=_0x2a7593[_0x34a1bd(0x2ec)](),_0x566df7=(_0x362ff6=_0x5d021d==null||(_0x1ab6b2=_0x5d021d[_0x34a1bd(0x781)])==null?void 0x0:_0x1ab6b2['startRow'])==null?0x1:_0x362ff6,_0x4bdca1=(_0x53b5b5=_0x5d021d==null||(_0x531fed=_0x5d021d[_0x34a1bd(0x781)])==null?void 0x0:_0x531fed[_0x34a1bd(0x691)])==null?0x1:_0x53b5b5,_0x2d8651=_0xd63e2e['getCellWithCoordByIndex'](_0x566df7,_0x4bdca1),_0x2aad25=_0x2d8651[_0x34a1bd(0x64a)]+0x14,_0x5f59df=_0x2d8651[_0x34a1bd(0x367)]+0x14,_0xf328fc={'id':(0x0,_0x20a5f6['generateRandomId'])(),'x':_0x2aad25,'y':_0x5f59df,'width':0x64,'height':0x50},_0xe7c3fb={'id':(0x0,_0x20a5f6[_0x34a1bd(0x28b)])(),'x':_0x2aad25+0x12c,'y':_0x5f59df+0x96,'width':0x64,'height':0x50},_0xf8ff1c=_0x59c108(_0xf328fc,_0x2e331c,_0x3a938c,_0x20e69f,_0x58e46a['ShapeTypeEnum']['RoundRect'],_0x34a1bd(0x312)),_0x1e1915=_0x59c108(_0xe7c3fb,_0x2e331c,_0x3a938c,_0x20e69f,_0x58e46a['ShapeTypeEnum'][_0x34a1bd(0x1d1)],_0x34a1bd(0x41a)),_0x1229e1=_0x35815a((0x0,_0x20a5f6[_0x34a1bd(0x28b)])(),_0xf328fc,_0xe7c3fb,_0x2e331c,_0x3a938c,_0x20e69f);return!_0xf8ff1c||!_0x1e1915||!_0x1229e1?!0x1:(_0x5f58be[_0x34a1bd(0x2b8)](_0x447755['InsertSheetDrawingCommand']['id'],{'unitId':_0x2e331c,'drawings':[_0xf8ff1c,_0x1e1915,_0x1229e1]}),!0x0);}};function _0x4176e2(_0x3bf3cd){const _0x55b9cf=_0x537594;let _0x28e563=_0x3bf3cd[_0x55b9cf(0x3c5)](_0x20a5f6[_0x55b9cf(0x69d)]);return{'id':_0x582759['id'],'type':_0x37c4fd['MenuItemType']['SELECTOR'],'selections':[{'label':{'name':_0x32c8d2,'hoverable':!0x1,'selectable':!0x1,'props':{'id':_0x582759['id']}}}],'icon':_0x55b9cf(0x4dc),'tooltip':_0x55b9cf(0x736),'activated$':(0x0,_0x4afbf8[_0x55b9cf(0x74f)])(_0x28e563,!0x1,()=>new _0x35b3fa[(_0x55b9cf(0x362))](_0x360ec0=>{_0x360ec0['next'](!0x1);})),'hidden$':(0x0,_0x37c4fd[_0x55b9cf(0x519)])(_0x3bf3cd,_0x20a5f6[_0x55b9cf(0x687)][_0x55b9cf(0x24c)]),'disabled$':(0x0,_0x4afbf8[_0x55b9cf(0x461)])(_0x3bf3cd)};}let _0x4ff6c2=[{'label':'align.left','icon':_0x537594(0x204),'value':_0x20a5f6[_0x537594(0x3f9)][_0x537594(0x73f)]},{'label':_0x537594(0x5aa),'icon':_0x537594(0x69a),'value':_0x20a5f6[_0x537594(0x3f9)][_0x537594(0x414)]},{'label':_0x537594(0x650),'icon':_0x537594(0x30e),'value':_0x20a5f6[_0x537594(0x3f9)][_0x537594(0x5f5)]}];function _0x1c17b0(_0x2b9118){const _0x37808d=_0x537594;var _0x26353b;let _0x326672=_0x2b9118[_0x37808d(0x3c5)](_0x20a5f6['ICommandService']),_0x373136=_0x2b9118[_0x37808d(0x3c5)](_0x20a5f6[_0x37808d(0x545)]),_0x583282=_0x2b9118[_0x37808d(0x3c5)](_0x20a5f6[_0x37808d(0x69d)]),_0x2d89b5=_0x2b9118[_0x37808d(0x3c5)](_0x366d19['DocSelectionManagerService']),_0x3e6a23=_0x20a5f6[_0x37808d(0x3f9)][_0x37808d(0x73f)],_0x1cc4aa=()=>{const _0x278350=_0x37808d;try{var _0x13af84;let _0xf38e7a=_0x583282['getUnit'](_0x34fe2b,_0x20a5f6[_0x278350(0x687)][_0x278350(0x193)]);if(!_0xf38e7a)return _0x3e6a23;let _0x425dd8=_0x2d89b5[_0x278350(0x172)](),_0x1ee7a6=(_0x13af84=_0x425dd8[_0x278350(0x55a)](_0x49a583=>_0x49a583['isActive']))==null?_0x425dd8[0x0]:_0x13af84;if(!_0x1ee7a6)return _0x3e6a23;let {startOffset:_0x3c3cc7,segmentId:_0xbbbfe}=_0x1ee7a6,_0x34e79c=_0xf38e7a[_0x278350(0x783)](_0xbbbfe)['getBody'](),_0x4bd2b3=_0x34e79c==null?void 0x0:_0x34e79c['paragraphs'];if(!_0x4bd2b3)return _0x3e6a23;let _0x444da4=-0x1;for(let _0x14f160 of _0x4bd2b3){let {startIndex:_0x5c5815}=_0x14f160;if(_0x3c3cc7>_0x444da4&&_0x3c3cc7<=_0x5c5815){var _0x5431c6,_0x35914b;return(_0x5431c6=(_0x35914b=_0x14f160[_0x278350(0x265)])==null?void 0x0:_0x35914b[_0x278350(0x55b)])==null?_0x3e6a23:_0x5431c6;}_0x444da4=_0x5c5815;}}catch{}return _0x3e6a23;};return{'id':_0x43644e['id'],'icon':(_0x26353b=_0x4ff6c2[_0x37808d(0x55a)](_0x448869=>_0x448869[_0x37808d(0x693)]===_0x3e6a23))==null?void 0x0:_0x26353b[_0x37808d(0x28a)],'tooltip':_0x37808d(0x3e6),'type':_0x37c4fd['MenuItemType']['SELECTOR'],'selections':_0x4ff6c2,'value$':new _0x35b3fa[(_0x37808d(0x362))](_0x1fbb8f=>{const _0x3b000e=_0x37808d;let _0x473438=_0x326672['onCommandExecuted'](_0x5c55ea=>{const _0x4d7d73=_0xe717;let _0x3ad6f0=_0x5c55ea['id'];(_0x3ad6f0===_0x5d99a7[_0x4d7d73(0x1ab)]['id']||_0x3ad6f0===_0x5d99a7[_0x4d7d73(0x164)]['id']||_0x3ad6f0===_0x5d99a7[_0x4d7d73(0x5f9)]['id']||_0x3ad6f0===_0x5d99a7['AlignJustifyCommand']['id']||_0x3ad6f0===_0x5d99a7[_0x4d7d73(0x4fe)]['id']||_0x3ad6f0===_0x43644e['id'])&&_0x1fbb8f[_0x4d7d73(0x416)](_0x1cc4aa());}),_0x22f036=_0x373136[_0x3b000e(0x6d5)](_0x20a5f6[_0x3b000e(0x2a8)])['subscribe'](()=>{const _0x110fb6=_0x3b000e;_0x1fbb8f[_0x110fb6(0x416)](_0x1cc4aa());});return _0x1fbb8f[_0x3b000e(0x416)](_0x1cc4aa()),()=>{const _0xa12e86=_0x3b000e;_0x473438['dispose'](),_0x22f036[_0xa12e86(0x534)]();};}),'hidden$':_0x373136[_0x37808d(0x6d5)](_0x20a5f6[_0x37808d(0x2a8)])[_0x37808d(0x33d)]((0x0,_0x35b3fa[_0x37808d(0x748)])(_0x1161a1=>!_0x1161a1))};}function _0xb4944e(_0x30aa22){const _0x37cc60=_0x537594;let _0x8ac920=_0x30aa22[_0x37cc60(0x3c5)](_0x20a5f6[_0x37cc60(0x545)]),_0x4b938e=_0x30aa22[_0x37cc60(0x3c5)](_0x20a5f6[_0x37cc60(0x52f)]);return{'id':_0x5d99a7[_0x37cc60(0x7d6)]['id'],'tooltip':_0x37cc60(0x23d),'type':_0x37c4fd[_0x37cc60(0x74e)][_0x37cc60(0x6b4)],'icon':_0x37cc60(0x538),'selections':[{'label':{'name':_0x37c4fd['COLOR_PICKER_COMPONENT'],'hoverable':!0x1,'selectable':!0x1}}],'value$':new _0x35b3fa[(_0x37cc60(0x362))](_0x2efaf0=>{const _0x8d79e4=_0x37cc60;_0x2efaf0[_0x8d79e4(0x416)](_0x4b938e[_0x8d79e4(0x4c9)](_0x8d79e4(0x3bd)));}),'hidden$':_0x8ac920[_0x37cc60(0x6d5)](_0x20a5f6['FOCUSING_COMMON_DRAWINGS'])[_0x37cc60(0x33d)]((0x0,_0x35b3fa['map'])(_0x3cf40e=>!_0x3cf40e))};}function _0x26dc37(_0x4132c1){const _0x5bbdea=_0x537594;let _0x3e1cdb=_0x4132c1[_0x5bbdea(0x3c5)](_0x20a5f6['IContextService']);return{'id':_0x5d99a7[_0x5bbdea(0x25c)]['id'],'type':_0x37c4fd[_0x5bbdea(0x74e)]['BUTTON'],'title':_0x5bbdea(0x1e1),'hidden$':_0x3e1cdb[_0x5bbdea(0x6d5)](_0x20a5f6[_0x5bbdea(0x2a8)])['pipe']((0x0,_0x35b3fa[_0x5bbdea(0x748)])(_0x319f49=>!_0x319f49))};}let _0x1ac2c6={[_0x37c4fd['RibbonPosition'][_0x537594(0x446)]]:{[_0x37c4fd[_0x537594(0x409)][_0x537594(0x26a)]]:{[_0x122b3d['id']]:{'order':3.5,'menuItemFactory':_0x2d0c9e},[_0x43644e['id']]:{'order':3.4,'menuItemFactory':_0x1c17b0}},[_0x37c4fd['RibbonStartGroup'][_0x537594(0x2ae)]]:{[_0x5d99a7[_0x537594(0x7d6)]['id']]:{'order':0x1,'menuItemFactory':_0xb4944e,[_0x5d99a7[_0x537594(0x25c)]['id']]:{'order':0x0,'menuItemFactory':_0x26dc37}}}},[_0x37c4fd['RibbonInsertGroup'][_0x537594(0x76b)]]:{[_0x582759['id']]:{'order':0x4,'menuItemFactory':_0x4176e2}}};function _0x33f2d9(_0x4177df,_0x2d3793){return function(_0x52c9bb,_0x4f0082){_0x2d3793(_0x52c9bb,_0x4f0082,_0x4177df);};}function _0x671f1f(_0x2db3e7,_0x2ce68b,_0x2aa36e,_0x292f08){const _0x10bf99=_0x537594;var _0x1a43d5=arguments[_0x10bf99(0x274)],_0xd5829e=_0x1a43d5<0x3?_0x2ce68b:_0x292f08===null?_0x292f08=Object[_0x10bf99(0x7f2)](_0x2ce68b,_0x2aa36e):_0x292f08,_0x2a85f0;if(typeof Reflect==_0x10bf99(0x5c5)&&typeof Reflect['decorate']==_0x10bf99(0x658))_0xd5829e=Reflect['decorate'](_0x2db3e7,_0x2ce68b,_0x2aa36e,_0x292f08);else{for(var _0x1c5241=_0x2db3e7[_0x10bf99(0x274)]-0x1;_0x1c5241>=0x0;_0x1c5241--)(_0x2a85f0=_0x2db3e7[_0x1c5241])&&(_0xd5829e=(_0x1a43d5<0x3?_0x2a85f0(_0xd5829e):_0x1a43d5>0x3?_0x2a85f0(_0x2ce68b,_0x2aa36e,_0xd5829e):_0x2a85f0(_0x2ce68b,_0x2aa36e))||_0xd5829e);}return _0x1a43d5>0x3&&_0xd5829e&&Object[_0x10bf99(0x1c5)](_0x2ce68b,_0x2aa36e,_0xd5829e),_0xd5829e;}let _0xf56714=class extends _0x20a5f6[_0x537594(0x1ae)]{constructor(_0x25a8cc,_0x22bff8,_0x23cc2f,_0x1d67d6,_0x2a6b49,_0x21817c,_0x27f0ef,_0x59fbcd,_0x1cee20,_0x26e1bb,_0x5ed587){const _0x219790=_0x537594;super(),this[_0x219790(0x76a)]=_0x25a8cc,this[_0x219790(0x2fd)]=_0x22bff8,this['_sidebarService']=_0x23cc2f,this['_menuManagerService']=_0x1d67d6,this[_0x219790(0x327)]=_0x2a6b49,this[_0x219790(0x719)]=_0x21817c,this[_0x219790(0x7c3)]=_0x27f0ef,this['_commandService']=_0x59fbcd,this[_0x219790(0x767)]=_0x1cee20,this[_0x219790(0x690)]=_0x26e1bb,this[_0x219790(0x3de)]=_0x5ed587,_0x714efa(this,_0x219790(0x4d6),null),_0x714efa(this,'_activeShapeInfo',null),_0x714efa(this,_0x219790(0x62f),!0x1),this['_registerComponent'](),this[_0x219790(0x165)](),this['disposeWithMe'](this[_0x219790(0x76a)][_0x219790(0x5a3)](_0x20a5f6[_0x219790(0x687)][_0x219790(0x24c)])[_0x219790(0x27d)](_0x4daf5e=>{const _0x574348=_0x219790;var _0x3d6ded;_0x4daf5e||(_0x3d6ded=this[_0x574348(0x4d6)])==null||_0x3d6ded[_0x574348(0x4df)]();})),this['_registerOperations'](),this[_0x219790(0x238)]();}[_0x537594(0x165)](){const _0x5f07b3=_0x537594;this['_menuManagerService'][_0x5f07b3(0x15d)](_0x1ac2c6);}[_0x537594(0x238)](){const _0x2dba2c=_0x537594;this['_sheetCanvasPopManagerService'][_0x2dba2c(0x611)](_0x20a5f6[_0x2dba2c(0x41f)][_0x2dba2c(0x3dd)],this[_0x2dba2c(0x7ab)]['bind'](this)),this[_0x2dba2c(0x690)][_0x2dba2c(0x58a)](_0x20a5f6[_0x2dba2c(0x41f)][_0x2dba2c(0x3dd)],0x6,0x4);}[_0x537594(0x7ab)](_0x6b814a,_0x37c54a,_0x20fed0,_0x3ae29b){const _0x54cf5e=_0x537594;return[{'label':'sheets-shape.openPanel','index':0x0,'commandId':_0x508670['id'],'commandParams':{'unitId':_0x6b814a,'subUnitId':_0x37c54a,'drawingId':_0x20fed0},'disable':_0x3ae29b===_0x20a5f6[_0x54cf5e(0x41f)]['DRAWING_DOM']},{'label':'sheets-shape.deleteShape','index':0x1,'commandId':_0x447755[_0x54cf5e(0x6eb)]['id'],'commandParams':{'unitId':_0x6b814a,'drawings':[{'unitId':_0x6b814a,'subUnitId':_0x37c54a,'drawingId':_0x20fed0,'drawingType':_0x3ae29b}]},'disable':!0x1},{'label':_0x54cf5e(0x30d),'index':0x2,'commandId':_0x3bac22['id'],'commandParams':{'unitId':_0x6b814a,'subUnitId':_0x37c54a,'drawingId':_0x20fed0},'disable':!0x1},{'label':_0x54cf5e(0x149),'index':0x3,'commandId':_0x31cb01['id'],'commandParams':{'unitId':_0x6b814a,'subUnitId':_0x37c54a,'shapeId':_0x20fed0,'flipH':!0x0},'disable':!0x1},{'label':_0x54cf5e(0x465),'index':0x4,'commandId':_0x31cb01['id'],'commandParams':{'unitId':_0x6b814a,'subUnitId':_0x37c54a,'shapeId':_0x20fed0,'flipV':!0x0},'disable':!0x1},{'label':_0x54cf5e(0x2aa),'index':0x4,'commandId':_0x573801['id'],'commandParams':{'unitId':_0x6b814a,'subUnitId':_0x37c54a,'shapeId':_0x20fed0,'rotate':0x5a},'disable':!0x1},{'label':_0x54cf5e(0x258),'index':0x4,'commandId':_0x573801['id'],'commandParams':{'unitId':_0x6b814a,'subUnitId':_0x37c54a,'shapeId':_0x20fed0,'rotate':-0x5a},'disable':!0x1}];}['_getShapeInfo'](_0x763098,_0x308ceb,_0x4be483){const _0x4ead14=_0x537594;let _0x411d20=this['_sheetsShapeService'][_0x4ead14(0x21b)](_0x763098,_0x308ceb,_0x4be483),_0xa60bb0=this['_sheetsShapeService'][_0x4ead14(0x799)](_0x763098,_0x308ceb,_0x4be483);return _0x411d20!==void 0x0&&_0xa60bb0!==void 0x0?{'shapeData':_0xa60bb0,'shapeId':_0x4be483,'shapeType':_0x411d20,'unitId':_0x763098,'subUnitId':_0x308ceb,'disableShapeOption':!0x1}:null;}[_0x537594(0x584)](){const _0x20e415=_0x537594;this[_0x20e415(0x48c)](this[_0x20e415(0x73b)][_0x20e415(0x36e)](_0x40e044=>{const _0x1bb2bc=_0x20e415;if(_0x40e044['id']===_0x508670['id']){let {unitId:_0x34d382,subUnitId:_0x8c39ee,drawingId:_0x336b71}=_0x40e044[_0x1bb2bc(0x60b)];this['_activeShapeInfo']=this[_0x1bb2bc(0x6ad)](_0x34d382,_0x8c39ee,_0x336b71),this[_0x1bb2bc(0x52e)]();}if(_0x40e044['id']===_0x3bac22['id']&&(this[_0x1bb2bc(0x22e)]=null,this[_0x1bb2bc(0x752)]()),_0x40e044['id']===_0x456710[_0x1bb2bc(0x5e7)]['id']){let {unitId:_0x44c84e,subUnitId:_0x18f1b8,shapeId:_0x3de639}=_0x40e044[_0x1bb2bc(0x60b)];if(this[_0x1bb2bc(0x22e)]&&this[_0x1bb2bc(0x22e)]['shapeId']===_0x3de639){let _0x5037be=this['_getShapeInfo'](_0x44c84e,_0x18f1b8,_0x3de639);_0x5037be&&(this[_0x1bb2bc(0x22e)]=_0x5037be);}}})),this['disposeWithMe'](this[_0x20e415(0x767)]['focus$'][_0x20e415(0x27d)](_0x533b3c=>{const _0x128c5e=_0x20e415;if(this[_0x128c5e(0x62f)]===!0x1)return;if(_0x533b3c[_0x128c5e(0x274)]===0x0){this['_activeShapeInfo']=null,this['_closeShapeEditPanel']();return;}if(_0x533b3c['length']===0x1&&_0x533b3c[0x0][_0x128c5e(0x214)]===_0x20a5f6[_0x128c5e(0x41f)][_0x128c5e(0x3dd)]&&(this[_0x128c5e(0x22e)]=this[_0x128c5e(0x6ad)](_0x533b3c[0x0][_0x128c5e(0x4f1)],_0x533b3c[0x0][_0x128c5e(0x31c)],_0x533b3c[0x0][_0x128c5e(0x7b0)]),this[_0x128c5e(0x22e)])){this['_openShapeEditPanel']();return;}let _0x554387=_0x533b3c[_0x128c5e(0x1bc)](_0x332d14=>_0x332d14[_0x128c5e(0x214)]===_0x20a5f6['DrawingTypeEnum'][_0x128c5e(0x3dd)]);if(_0x533b3c[_0x128c5e(0x274)]>0x1&&_0x554387['length']===_0x533b3c[_0x128c5e(0x274)]){if(this[_0x128c5e(0x22e)]=this[_0x128c5e(0x6ad)](_0x533b3c[0x0][_0x128c5e(0x4f1)],_0x533b3c[0x0]['subUnitId'],_0x533b3c[0x0][_0x128c5e(0x7b0)]),this[_0x128c5e(0x22e)]){this[_0x128c5e(0x52e)]();return;}}else{if(this[_0x128c5e(0x22e)]=this[_0x128c5e(0x6ad)](_0x533b3c[0x0][_0x128c5e(0x4f1)],_0x533b3c[0x0][_0x128c5e(0x31c)],_0x533b3c[0x0][_0x128c5e(0x7b0)]),this[_0x128c5e(0x22e)]){this['_activeShapeInfo'][_0x128c5e(0x3e8)]=!0x0,this[_0x128c5e(0x52e)]();return;}}this[_0x128c5e(0x752)]();}));}['_registerComponent'](){const _0x1e9f75=_0x537594;[[_0x1e9f75(0x4dc),_0x37e1a0],[_0x1e9f75(0x29e),_0x4dd019],[_0x1e9f75(0x390),_0x4d3cea],[_0x1e9f75(0x6c9),_0x1aafc8],[_0x1e9f75(0x763),_0x5d67ab],[_0x1e9f75(0x282),_0x16af71],['ShapeAccentCallout3Icon',_0x5d6e29],['ShapeActionButtonBackPreviousIcon',_0x34fa06],[_0x1e9f75(0x430),_0x5cf17d],[_0x1e9f75(0x54f),_0x2be74d],[_0x1e9f75(0x405),_0x53b087],[_0x1e9f75(0x5a8),_0x3908bb],[_0x1e9f75(0x68c),_0x121e24],[_0x1e9f75(0x1d6),_0x15d09d],[_0x1e9f75(0x57c),_0x263ff2],[_0x1e9f75(0x1bb),_0x44971a],[_0x1e9f75(0x6e4),_0x248755],[_0x1e9f75(0x2b0),_0x30dec2],['ShapeActionButtonSoundIcon',_0x221f58],[_0x1e9f75(0x313),_0x484827],['ShapeBentArrowIcon',_0x54c5bc],['ShapeBentConnector3Arrow1Icon',_0x2b774c],[_0x1e9f75(0x449),_0x4fb0e5],['ShapeBentConnector3Icon',_0x2a58e2],[_0x1e9f75(0x280),_0x123623],['ShapeBevelIcon',_0x281b17],[_0x1e9f75(0x321),_0x3949d4],[_0x1e9f75(0x145),_0x1b37ce],['ShapeBorderCallout2Icon',_0x265e9b],[_0x1e9f75(0x3dc),_0x2ee2a3],['ShapeBracePairIcon',_0x403c1d],[_0x1e9f75(0x750),_0x58568f],[_0x1e9f75(0x37e),_0x1e4c27],['ShapeCallout2Icon',_0x28c290],[_0x1e9f75(0x6cc),_0x1ed229],['ShapeCanIcon',_0x339812],['ShapeChartPlusIcon',_0xfd3665],['ShapeChartStarIcon',_0x457569],[_0x1e9f75(0x6d8),_0x5dbdfe],['ShapeChevronIcon',_0x8fe676],[_0x1e9f75(0x638),_0x3e663a],[_0x1e9f75(0x67c),_0xe59ce5],[_0x1e9f75(0x481),_0x55326b],[_0x1e9f75(0x293),_0x1fa697],[_0x1e9f75(0x17f),_0x100e11],[_0x1e9f75(0x6b7),_0x5abcb8],['ShapeCubeIcon',_0x1548d1],[_0x1e9f75(0x328),_0x1981a9],['ShapeCurvedConnector3Arrow2Icon',_0x40cd78],[_0x1e9f75(0x28f),_0x59e31a],['ShapeCurvedDownArrowIcon',_0x14a952],['ShapeCurvedLeftArrowIcon',_0x5c6c50],[_0x1e9f75(0x210),_0xf90f23],[_0x1e9f75(0x6ea),_0x4fb7f5],[_0x1e9f75(0x156),_0x30c118],[_0x1e9f75(0x253),_0x1cc350],[_0x1e9f75(0x4fa),_0x446041],['ShapeDodecagonIcon',_0x19d68d],[_0x1e9f75(0x636),_0x3f06d8],[_0x1e9f75(0x20c),_0x4187ff],[_0x1e9f75(0x2b7),_0x5be653],[_0x1e9f75(0x785),_0x4eed14],[_0x1e9f75(0x1e5),_0x5b3df2],['ShapeEllipseRibbon2Icon',_0x51a4e4],[_0x1e9f75(0x58f),_0x17cf60],[_0x1e9f75(0x3a8),_0x14e56f],[_0x1e9f75(0x2c5),_0x40cf0c],['ShapeFlowChartConnectorIcon',_0x4cab55],[_0x1e9f75(0x1c1),_0x6b4fb4],[_0x1e9f75(0x612),_0x2382dd],[_0x1e9f75(0x468),_0x4db7bd],[_0x1e9f75(0x281),_0x2163f0],[_0x1e9f75(0x4e4),_0x43d349],[_0x1e9f75(0x730),_0x3022d2],[_0x1e9f75(0x74a),_0x3ad6d3],[_0x1e9f75(0x256),_0x879424],['ShapeFlowChartMagneticDrumIcon',_0x721418],[_0x1e9f75(0x5d3),_0xf837b],[_0x1e9f75(0x7ca),_0x4fa060],[_0x1e9f75(0x4a3),_0x3746e8],[_0x1e9f75(0x4e6),_0xc7c329],[_0x1e9f75(0x62d),_0x2d21ff],[_0x1e9f75(0x72d),_0x28f559],[_0x1e9f75(0x326),_0x715abc],['ShapeFlowChartOnlineStorageIcon',_0x455fb7],['ShapeFlowChartOrIcon',_0x29ef69],[_0x1e9f75(0x7fb),_0xbd9e98],[_0x1e9f75(0x4c5),_0x2fae1f],[_0x1e9f75(0x4a2),_0x47188a],[_0x1e9f75(0x404),_0xa0aaf],[_0x1e9f75(0x2f8),_0x52d12d],['ShapeFlowChartSortIcon',_0x52d74e],[_0x1e9f75(0x65f),_0x3b9225],['ShapeFlowChartTerminatorIcon',_0x550a55],[_0x1e9f75(0x459),_0x2fe66d],[_0x1e9f75(0x18f),_0x500bf2],['ShapeFunnelIcon',_0x32d033],[_0x1e9f75(0x540),_0x55aaf5],[_0x1e9f75(0x615),_0x550ae1],[_0x1e9f75(0x3cc),_0x193752],[_0x1e9f75(0x158),_0x726ed],[_0x1e9f75(0x45c),_0x58b6ab],[_0x1e9f75(0x4a1),_0x2dba7b],['ShapeHomePlateIcon',_0x4c1c83],[_0x1e9f75(0x6f4),_0x31627b],['ShapeIrregularSeal1Icon',_0x2a5da5],[_0x1e9f75(0x3a9),_0x3b3b6e],[_0x1e9f75(0x3b2),_0x118e13],[_0x1e9f75(0x7bd),_0x36efa5],[_0x1e9f75(0x725),_0xf76959],[_0x1e9f75(0x202),_0xebede5],[_0x1e9f75(0x183),_0x4a9ab4],['ShapeLeftRightArrowCalloutIcon',_0x2a848f],[_0x1e9f75(0x5d4),_0x509096],[_0x1e9f75(0x645),_0x1be306],[_0x1e9f75(0x5b8),_0x2cee28],['ShapeLeftRightUpArrowIcon',_0x5643ed],[_0x1e9f75(0x42d),_0x2a5dea],[_0x1e9f75(0x443),_0x4e9185],[_0x1e9f75(0x197),_0x4bae3a],[_0x1e9f75(0x66e),_0x19f9bc],[_0x1e9f75(0x7f1),_0x13ebcb],[_0x1e9f75(0x75f),_0x132dad],[_0x1e9f75(0x6c7),_0x509398],['ShapeMathMultiplyIcon',_0x3f5622],[_0x1e9f75(0x223),_0x4ce3d3],[_0x1e9f75(0x4a6),_0x20d86f],['ShapeMoonIcon',_0xd3dae7],['ShapeNoSmokingIcon',_0x432811],[_0x1e9f75(0x73c),_0x20aa92],['ShapeNotchedRightArrowIcon',_0x54e346],[_0x1e9f75(0x4e0),_0x3c044c],[_0x1e9f75(0x4f8),_0x4d0bba],[_0x1e9f75(0x622),_0x5c46be],[_0x1e9f75(0x1d5),_0x1dd669],[_0x1e9f75(0x14f),_0x28b3c1],[_0x1e9f75(0x317),_0xa2e4b7],[_0x1e9f75(0x31a),_0x58322c],[_0x1e9f75(0x668),_0x59b2dc],[_0x1e9f75(0x2f7),_0x446595],[_0x1e9f75(0x530),_0x5bafcb],['ShapeRectIcon',_0x478a2a],[_0x1e9f75(0x484),_0x1ad642],[_0x1e9f75(0x30c),_0x111371],[_0x1e9f75(0x688),_0x8a99cd],[_0x1e9f75(0x500),_0x3c0f10],[_0x1e9f75(0x6c5),_0xd2ee2f],[_0x1e9f75(0x48b),_0x293319],[_0x1e9f75(0x1d4),_0x13df7a],[_0x1e9f75(0x710),_0x2292aa],['ShapeRound1RectIcon',_0x4114de],[_0x1e9f75(0x7df),_0x2c16ed],['ShapeRound2SameRectIcon',_0x2f8b2b],['ShapeRoundRectIcon',_0x124b82],[_0x1e9f75(0x2b6),_0x17294e],[_0x1e9f75(0x694),_0x1508b0],[_0x1e9f75(0x707),_0x1d16ed],[_0x1e9f75(0x283),_0x37de43],[_0x1e9f75(0x58c),_0x456631],[_0x1e9f75(0x502),_0x52fc3e],[_0x1e9f75(0x6e3),_0x5891ea],[_0x1e9f75(0x7cc),_0x5a8ad7],[_0x1e9f75(0x7eb),_0x459c48],['ShapeStar16Icon',_0x51d181],[_0x1e9f75(0x13d),_0x54ab51],[_0x1e9f75(0x5d9),_0x23fde0],[_0x1e9f75(0x57e),_0x5e71c0],[_0x1e9f75(0x4f6),_0x33e0a4],['ShapeStar6Icon',_0x43a539],[_0x1e9f75(0x7e1),_0x15c795],[_0x1e9f75(0x473),_0x3a983b],[_0x1e9f75(0x5db),_0x407418],[_0x1e9f75(0x460),_0x35f3ab],['ShapeStripedRightArrowIcon',_0x57e376],[_0x1e9f75(0x21a),_0x55602b],['ShapeSwooshArrowIcon',_0x4086a4],['ShapeTeardropIcon',_0x446d69],[_0x1e9f75(0x522),_0x1a4e53],[_0x1e9f75(0x59c),_0x266605],[_0x1e9f75(0x39c),_0x35a0a9],[_0x1e9f75(0x27a),_0xda71f4],['ShapeUpDownArrowCalloutIcon',_0x120b3e],['ShapeUpDownArrowIcon',_0x1c9e07],[_0x1e9f75(0x4d5),_0x2e9c55],[_0x1e9f75(0x24f),_0x78b61b],[_0x1e9f75(0x374),_0x50109c],[_0x1e9f75(0x226),_0x256c40],[_0x1e9f75(0x4f9),_0x50a713],[_0x1e9f75(0x6de),_0x3ae087],[_0x106233,_0x3b08e3],[_0x32c8d2,_0x4f99d3]][_0x1e9f75(0x1b6)](([_0x46cd72,_0x37ee21])=>{const _0x45924c=_0x1e9f75;this['disposeWithMe'](this[_0x45924c(0x7c3)][_0x45924c(0x5d2)](_0x46cd72,_0x37ee21));});}[_0x537594(0x52e)](){const _0x54b830=_0x537594;this[_0x54b830(0x4d6)]=this['_sidebarService'][_0x54b830(0x427)]({'id':_0x106233,'header':{'title':this[_0x54b830(0x719)]['t']('sheets-shape.formatShape')},'width':0x184,'children':{'label':_0x106233,...this['_activeShapeInfo']},'onClose':()=>{const _0x93f8ea=_0x54b830;this[_0x93f8ea(0x767)]['focusDrawing'](null),this[_0x93f8ea(0x3de)][_0x93f8ea(0x5ad)](_0x20a5f6[_0x93f8ea(0x2a8)],!0x1),this[_0x93f8ea(0x4d6)]=null;}}),this[_0x54b830(0x62f)]=!0x0;}[_0x537594(0x752)](){const _0x33a50f=_0x537594;this[_0x33a50f(0x62f)]=!0x1,this[_0x33a50f(0x4a0)][_0x33a50f(0x217)](_0x106233),this[_0x33a50f(0x4d6)]=null,this[_0x33a50f(0x3de)][_0x33a50f(0x5ad)](_0x20a5f6['FOCUSING_COMMON_DRAWINGS'],!0x1),this['_drawingManagerService']['focusDrawing'](null);}};_0xf56714=_0x671f1f([_0x33f2d9(0x0,_0x20a5f6[_0x537594(0x69d)]),_0x33f2d9(0x1,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x339f57[_0x537594(0x364)])),_0x33f2d9(0x2,(0x0,_0x20a5f6['Inject'])(_0x37c4fd[_0x537594(0x2bb)])),_0x33f2d9(0x3,_0x37c4fd['IMenuManagerService']),_0x33f2d9(0x4,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x456710[_0x537594(0x4b3)])),_0x33f2d9(0x5,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x20a5f6[_0x537594(0x173)])),_0x33f2d9(0x6,(0x0,_0x20a5f6['Inject'])(_0x37c4fd['ComponentManager'])),_0x33f2d9(0x7,_0x20a5f6[_0x537594(0x5fd)]),_0x33f2d9(0x8,_0x1e663f[_0x537594(0x40a)]),_0x33f2d9(0x9,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x4afbf8[_0x537594(0x34b)])),_0x33f2d9(0xa,_0x20a5f6[_0x537594(0x545)])],_0xf56714);var _0x34e6fa=_0x537594(0x308),_0x4aa408='0.18.0';let _0x4160e1=_0x537594(0x700);Symbol(_0x4160e1);let _0x53c9f2={},_0x141dfb=class extends _0x20a5f6[_0x537594(0x1ae)]{constructor(_0x36663e,_0x3f2493,_0x204cf1,_0xe80885){const _0x377801=_0x537594;super(),this[_0x377801(0x76a)]=_0x36663e,this[_0x377801(0x2fd)]=_0x3f2493,this[_0x377801(0x61e)]=_0x204cf1,this[_0x377801(0x327)]=_0xe80885,this[_0x377801(0x424)]();}[_0x537594(0x424)](){const _0x1bc568=_0x537594;this[_0x1bc568(0x48c)](this[_0x1bc568(0x2fd)][_0x1bc568(0x6da)]({'getMutations':_0x11d965=>{const _0x5064d3=_0x1bc568;if(_0x11d965['id']===_0x339f57['RemoveSheetCommand']['id']){let _0x1a54d7=(0x0,_0x339f57[_0x5064d3(0x47a)])(this[_0x5064d3(0x76a)],_0x11d965['params']);if(!_0x1a54d7)return{'redos':[],'undos':[]};let {unitId:_0x4fe9c0,subUnitId:_0x627fd7}=_0x1a54d7,_0xf47619=this[_0x5064d3(0x61e)][_0x5064d3(0x5ce)](_0x4fe9c0,_0x627fd7),_0x3f5890=Object[_0x5064d3(0x318)](_0xf47619)[_0x5064d3(0x1bc)](_0x207214=>_0x207214[_0x5064d3(0x214)]===_0x20a5f6[_0x5064d3(0x41f)]['DRAWING_SHAPE']);if(_0x3f5890[_0x5064d3(0x274)]===0x0)return{'redos':[],'undos':[]};let _0x33779a=[],_0x34d7c9=[];for(let _0x19ea5b=0x0;_0x19ea5b<_0x3f5890[_0x5064d3(0x274)];_0x19ea5b++){let _0x504cd7=_0x3f5890[_0x19ea5b],_0x4b1009=this['_sheetsShapeService'][_0x5064d3(0x53a)](_0x504cd7[_0x5064d3(0x4f1)],_0x504cd7[_0x5064d3(0x31c)],_0x504cd7[_0x5064d3(0x7b0)]);if(!_0x4b1009)continue;let {redo:_0x155ec3,undo:_0x2dee2d,objects:_0x5b4c1c}=this[_0x5064d3(0x61e)][_0x5064d3(0x6ff)]([_0x504cd7]);_0x33779a[_0x5064d3(0x79d)]({'id':_0x456710[_0x5064d3(0x4ae)]['id'],'params':{'unitId':_0x4fe9c0,'subUnitId':_0x627fd7,'shapeId':_0x504cd7[_0x5064d3(0x7b0)]}}),_0x33779a['push']({'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x4fe9c0,'subUnitId':_0x627fd7,'type':_0x1857a5[_0x5064d3(0x59a)][_0x5064d3(0x3d6)],'op':_0x155ec3,'objects':_0x5b4c1c}}),_0x34d7c9['push']({'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x4fe9c0,'subUnitId':_0x627fd7,'type':_0x1857a5[_0x5064d3(0x59a)][_0x5064d3(0x29b)],'op':_0x2dee2d,'objects':_0x5b4c1c}}),_0x34d7c9['push']({'id':_0x456710[_0x5064d3(0x780)]['id'],'params':{'unitId':_0x4fe9c0,'subUnitId':_0x627fd7,'shapeId':_0x504cd7[_0x5064d3(0x7b0)],'shapeType':_0x4b1009[_0x5064d3(0x60f)](),'shapeData':JSON[_0x5064d3(0x21e)](JSON['stringify'](_0x4b1009[_0x5064d3(0x7fa)]()))}});}return{'redos':_0x33779a,'undos':_0x34d7c9};}else{if(_0x11d965['id']===_0x339f57[_0x5064d3(0x6ab)]['id']){let {unitId:_0x2b86b9,subUnitId:_0x529a56,targetSubUnitId:_0x5621cc}=_0x11d965['params'];if(!_0x2b86b9||!_0x529a56||!_0x5621cc)return{'redos':[],'undos':[]};let _0x44634b=this['_sheetDrawingService'][_0x5064d3(0x5ce)](_0x2b86b9,_0x529a56),_0xfe322d=Object['values'](_0x44634b)[_0x5064d3(0x1bc)](_0x3ec458=>_0x3ec458[_0x5064d3(0x214)]===_0x20a5f6['DrawingTypeEnum']['DRAWING_SHAPE']);if(_0xfe322d[_0x5064d3(0x274)]===0x0)return{'redos':[],'undos':[]};let _0x46bd59=[],_0x405876=[];for(let _0x51e11a=0x0;_0x51e11a<_0xfe322d[_0x5064d3(0x274)];_0x51e11a++){let _0x3a30f4=_0xfe322d[_0x51e11a],_0x5a11f1=this[_0x5064d3(0x327)][_0x5064d3(0x53a)](_0x3a30f4['unitId'],_0x3a30f4[_0x5064d3(0x31c)],_0x3a30f4[_0x5064d3(0x7b0)]);if(!_0x5a11f1)continue;let _0x9f3043=(0x0,_0x20a5f6[_0x5064d3(0x28b)])(),_0x1898b3={..._0x3a30f4,'unitId':_0x2b86b9,'subUnitId':_0x5621cc,'drawingId':_0x9f3043},{redo:_0x45bc70,undo:_0x2b009b,objects:_0x1b363c}=this[_0x5064d3(0x61e)]['getBatchAddOp']([_0x1898b3]);_0x46bd59[_0x5064d3(0x79d)]({'id':_0x1857a5[_0x5064d3(0x779)]['id'],'params':{'unitId':_0x2b86b9,'subUnitId':_0x5621cc,'type':_0x1857a5[_0x5064d3(0x59a)][_0x5064d3(0x29b)],'op':_0x45bc70,'objects':_0x1b363c}}),_0x46bd59[_0x5064d3(0x79d)]({'id':_0x456710[_0x5064d3(0x780)]['id'],'params':{'unitId':_0x2b86b9,'subUnitId':_0x5621cc,'shapeId':_0x9f3043,'shapeType':_0x5a11f1[_0x5064d3(0x60f)](),'shapeData':JSON[_0x5064d3(0x21e)](JSON[_0x5064d3(0x628)](_0x5a11f1[_0x5064d3(0x7fa)]()))}}),_0x405876[_0x5064d3(0x79d)]({'id':_0x456710[_0x5064d3(0x4ae)]['id'],'params':{'unitId':_0x2b86b9,'subUnitId':_0x5621cc,'shapeId':_0x9f3043}}),_0x405876['push']({'id':_0x1857a5[_0x5064d3(0x779)]['id'],'params':{'unitId':_0x2b86b9,'subUnitId':_0x5621cc,'type':_0x1857a5[_0x5064d3(0x59a)][_0x5064d3(0x3d6)],'op':_0x2b009b,'objects':_0x1b363c}});}return{'redos':_0x46bd59,'undos':_0x405876};}}return{'redos':[],'undos':[]};}}));}};_0x141dfb=_0x671f1f([_0x33f2d9(0x0,(0x0,_0x20a5f6['Inject'])(_0x20a5f6[_0x537594(0x69d)])),_0x33f2d9(0x1,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x339f57[_0x537594(0x364)])),_0x33f2d9(0x2,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x1857a5[_0x537594(0x30b)])),_0x33f2d9(0x3,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x456710[_0x537594(0x4b3)]))],_0x141dfb);var _0xb3f2ff=class extends _0x2663fc[_0x537594(0x55e)]{constructor(_0x26fc1d,_0x2fc288){const _0x3b15e8=_0x537594;super(_0x26fc1d,_0x2fc288),_0x714efa(this,_0x3b15e8(0x5df),void 0x0),_0x714efa(this,_0x3b15e8(0x56c),!0x0),_0x714efa(this,'_drawingType',_0x20a5f6[_0x3b15e8(0x41f)][_0x3b15e8(0x3dd)]),_0x714efa(this,_0x3b15e8(0x383),!0x0),this[_0x3b15e8(0x5df)]={..._0x2fc288},this[_0x3b15e8(0x7f7)]();}['_init'](){const _0x2849d0=_0x537594;this[_0x2849d0(0x2a5)][_0x2849d0(0x644)](_0x554c9d=>{this['_updateSrcRectByTransform'](_0x554c9d);});}['setPrstGeom'](_0x1d686a){const _0x5b3bd5=_0x537594;this[_0x5b3bd5(0x5df)][_0x5b3bd5(0x604)]=_0x1d686a;}['setEditing'](_0x396f6c){const _0x10d08b=_0x537594;this['_props'][_0x10d08b(0x59d)]=_0x396f6c,this[_0x10d08b(0x2e3)](!0x0);}get['unitId'](){const _0x2f73b4=_0x537594;return this[_0x2f73b4(0x5df)]['unitId'];}get[_0x537594(0x31c)](){const _0x157967=_0x537594;return this[_0x157967(0x5df)]['subUnitId'];}['_updateSrcRectByTransform'](_0x38b697){const _0x11397a=_0x537594;if(this[_0x11397a(0x5df)]['srcRect']==null||!this['_transformCalculateSrcRect'])return;let {width:_0x2fbe12,height:_0x617a27}=this,{width:_0x3361b=0x0,height:_0x561c7c=0x0}=_0x38b697[_0x11397a(0x7cd)],{left:_0x40942c=0x0,top:_0x43d710=0x0,right:_0x5cc4b2=0x0,bottom:_0x586b69=0x0}=this[_0x11397a(0x5df)][_0x11397a(0x150)],_0x3dbb47=_0x40942c,_0x2f0922=_0x43d710,_0x423b5c=_0x5cc4b2,_0x22e671=_0x586b69,_0x31b663=!0x1;if(_0x3361b!==0x0&&_0x3361b!==_0x2fbe12){let _0x2141ce=_0x40942c/_0x3361b,_0x8dbbf6=_0x5cc4b2/_0x3361b;_0x3dbb47=_0x2fbe12*_0x2141ce,_0x423b5c=_0x2fbe12*_0x8dbbf6,_0x31b663=!0x0;}if(_0x561c7c!==0x0&&_0x561c7c!==_0x617a27){let _0x16876d=_0x43d710/_0x561c7c,_0x343565=_0x586b69/_0x561c7c;_0x2f0922=_0x617a27*_0x16876d,_0x22e671=_0x617a27*_0x343565,_0x31b663=!0x0;}_0x31b663&&this['setSrcRect']({'left':_0x3dbb47,'top':_0x2f0922,'right':_0x423b5c,'bottom':_0x22e671});}[_0x537594(0x45a)](_0x467ea6){const _0x57a1bb=_0x537594;this['_props'][_0x57a1bb(0x150)]=_0x467ea6,this[_0x57a1bb(0x2e3)](!0x0);}set['transform'](_0x1ba457){this['_transform']=_0x1ba457;}get[_0x537594(0x230)](){const _0x46026f=_0x537594;this[_0x46026f(0x1bd)]||this[_0x46026f(0x356)]();let _0xe8b1d2=this[_0x46026f(0x1bd)][_0x46026f(0x2f1)]();return this['transformForAngle'](_0xe8b1d2);}get[_0x537594(0x22b)](){const _0x1f09c6=_0x537594;return this[_0x1f09c6(0x5df)][_0x1f09c6(0x22b)];}get[_0x537594(0x5a5)](){const _0x5ecc39=_0x537594;return this[_0x5ecc39(0x5df)][_0x5ecc39(0x5a5)];}get['classType'](){const _0x5dde8e=_0x537594;return _0x2663fc['RENDER_CLASS_TYPE'][_0x5dde8e(0x544)];}[_0x537594(0x6fb)](_0x16fc14,_0x7763e,_0x652fb6,_0x1cff32){const _0x56933c=_0x537594;let _0x2f3392=this[_0x56933c(0x5df)]['shapeModel'];if(!_0x2f3392||!_0x7763e)return;let _0x34088f=_0x652fb6==null?this[_0x56933c(0x294)]:_0x652fb6,_0x5496eb=_0x1cff32==null?this[_0x56933c(0x670)]:_0x1cff32,_0x133cb2={'shapeType':_0x2f3392[_0x56933c(0x60f)](),'width':_0x34088f,'height':_0x5496eb},_0x5908ff={'renderMode':_0x58e46a[_0x56933c(0x4ea)][_0x56933c(0x1e4)]};_0x2f3392[_0x56933c(0x7b3)](_0x133cb2),_0x16fc14[_0x56933c(0x195)]();let _0x1a2bd6={'top':0x0,'left':0x0,'width':_0x34088f,'height':_0x5496eb};_0x2f3392[_0x56933c(0x2de)](_0x16fc14,_0x1a2bd6,_0x5908ff),_0x16fc14[_0x56933c(0x2ff)]();let _0x2ff9dc=_0x2f3392[_0x56933c(0x6a2)](),_0x2e42e0=_0x2f3392[_0x56933c(0x6b6)](_0x1a2bd6),_0x236ff0=_0x2f3392[_0x56933c(0x759)]();if(_0x2ff9dc&&_0x2e42e0&&!_0x236ff0){_0x16fc14[_0x56933c(0x195)](),this[_0x56933c(0x33e)]()[_0x56933c(0x7d9)]&&_0x16fc14['scale'](-0x1,0x1);let _0x22f609=_0x34088f/0x2,_0x52e9d3=_0x5496eb/0x2;_0x16fc14['translate'](-_0x22f609,-_0x52e9d3),_0x16fc14[_0x56933c(0x60e)](),this['_drawShapeText'](_0x16fc14,_0x2ff9dc,_0x2e42e0),_0x16fc14[_0x56933c(0x2ff)]();}}[_0x537594(0x18b)](_0x1c358c){}[_0x537594(0x627)](_0x46174a,_0x35a0f8,_0x3f6fec){const _0x3757d4=_0x537594;this['_props']['isEditing']||('isRichText'in _0x35a0f8&&_0x35a0f8[_0x3757d4(0x38b)]===!0x1?this['_drawSimpleText'](_0x46174a,_0x35a0f8,_0x3f6fec):this['_drawRichText'](_0x46174a,_0x35a0f8,_0x3f6fec));}['_drawSimpleText'](_0x5e2a25,_0x1e2f81,_0x4321ab){}[_0x537594(0x3ae)](_0x26e303,_0x13811a,_0x484303){const _0x10fa71=_0x537594;var _0x14023b;let _0x2c430c=this[_0x10fa71(0x5df)][_0x10fa71(0x4c7)];if(!_0x13811a['dataModel']||!_0x2c430c){_0x2c430c||console[_0x10fa71(0x406)](_0x10fa71(0x2fb));return;}let _0x4ffe79=_0x13811a[_0x10fa71(0x440)],_0x48e8a9=_0x4ffe79[_0x10fa71(0x2a7)],_0x59d938=(_0x14023b=_0x4ffe79['va'])==null?_0x20a5f6[_0x10fa71(0x1cf)][_0x10fa71(0x580)]:_0x14023b;if(!_0x48e8a9)return;_0x48e8a9[_0x10fa71(0x773)]?_0x48e8a9[_0x10fa71(0x773)]['pageSize']={'width':_0x484303[_0x10fa71(0x294)],'height':0x1/0x0}:_0x48e8a9[_0x10fa71(0x773)]={'pageSize':{'width':_0x484303[_0x10fa71(0x294)],'height':0x1/0x0}};let _0x30fbb8=new _0x20a5f6['DocumentDataModel'](_0x48e8a9),_0x3b826b=new _0x2663fc[(_0x10fa71(0x69c))](_0x30fbb8),_0x2850b1=_0x2663fc[_0x10fa71(0x44c)][_0x10fa71(0x48d)](_0x3b826b,_0x2c430c);_0x2850b1[_0x10fa71(0x15f)]();let {actualHeight:_0x26e1f4}=_0x2850b1[_0x10fa71(0x586)](),_0x2d70a4=0x0;_0x59d938===_0x20a5f6['VerticalAlign'][_0x10fa71(0x1b0)]?_0x2d70a4=Math[_0x10fa71(0x63f)](0x0,(_0x484303['height']-_0x26e1f4)/0x2):_0x59d938===_0x20a5f6[_0x10fa71(0x1cf)][_0x10fa71(0x3be)]&&(_0x2d70a4=Math['max'](0x0,_0x484303[_0x10fa71(0x670)]-_0x26e1f4)),_0x30fbb8[_0x10fa71(0x3b0)]({'t':_0x2d70a4}),_0x2850b1['calculate']();let _0x23047a=new _0x2663fc[(_0x10fa71(0x207))](_0x10fa71(0x6a3)+this[_0x10fa71(0x29d)],_0x2850b1,{'pageMarginLeft':0x0,'pageMarginTop':0x0});_0x26e303['save'](),_0x26e303['translateWithPrecision'](_0x484303[_0x10fa71(0x711)],_0x484303['top']),_0x26e303[_0x10fa71(0x60e)](),_0x26e303[_0x10fa71(0x1f0)](0x0,0x0,_0x484303[_0x10fa71(0x294)],_0x484303['height']),_0x26e303[_0x10fa71(0x209)](),_0x23047a[_0x10fa71(0x372)](_0x26e303),_0x26e303[_0x10fa71(0x2ff)](),_0x23047a['dispose'](),_0x2850b1[_0x10fa71(0x4df)](),_0x3b826b[_0x10fa71(0x4df)](),_0x30fbb8[_0x10fa71(0x4df)]();}['render'](_0x2cefd4,_0x5f59e9,_0x3acac4=!0x1){const _0x3be003=_0x537594;if(!this[_0x3be003(0x610)])return this[_0x3be003(0x2e3)](!0x1),this;let {width:_0x160b80,height:_0x50ea31,left:_0x5aaa78,top:_0x553394}=this,_0x3e9d35=this[_0x3be003(0x3a0)]();if(_0x160b80=_0x3e9d35[_0x3be003(0x294)],_0x50ea31=_0x3e9d35[_0x3be003(0x670)],_0x5aaa78=_0x3e9d35[_0x3be003(0x711)],_0x553394=_0x3e9d35[_0x3be003(0x5e6)],this['isRender'](_0x5f59e9)){let {top:_0x44f7af,left:_0x51d7c1,bottom:_0x49ce75,right:_0x2e26a9}=_0x5f59e9[_0x3be003(0x772)];if(_0x160b80+this[_0x3be003(0x301)]+_0x5aaa78<_0x51d7c1||_0x2e26a9<_0x5aaa78||_0x50ea31+this['strokeWidth']+_0x553394<_0x44f7af||_0x49ce75<_0x553394)return this;}let _0x3d66ca=_0x5aaa78+_0x160b80/0x2,_0x248de7=_0x553394+_0x50ea31/0x2,_0x558167=this[_0x3be003(0x230)]['getMatrix']();if(this['_props'][_0x3be003(0x59d)]){let _0x3356a6=this[_0x3be003(0x33e)](),_0x557ff8=new _0x2663fc[(_0x3be003(0x79a))]();_0x557ff8[_0x3be003(0x19e)]({..._0x3356a6}),_0x558167=_0x557ff8[_0x3be003(0x29f)]();}return _0x2cefd4['save'](),this[_0x3be003(0x5df)][_0x3be003(0x22b)][_0x3be003(0x1f9)]===!0x0||_0x2cefd4[_0x3be003(0x230)](_0x558167[0x0],_0x558167[0x1],_0x558167[0x2],_0x558167[0x3],_0x3d66ca,_0x248de7),this[_0x3be003(0x6fb)](_0x2cefd4,_0x5f59e9,_0x160b80,_0x50ea31),_0x2cefd4[_0x3be003(0x2ff)](),this[_0x3be003(0x2e3)](!0x1),this;}[_0x537594(0x36a)](_0x5d1914){const _0x388551=_0x537594;let {left:_0x543422,top:_0x49efc1,width:_0x1ec2f7,height:_0x3979d9}=this[_0x388551(0x3a0)](),_0x1c955f=this['transform'][_0x388551(0x29f)](),_0x2fafec=_0x543422+_0x1ec2f7/0x2,_0x28985f=_0x49efc1+_0x3979d9/0x2,_0x4f40b3=new _0x2663fc[(_0x388551(0x79a))]([_0x1c955f[0x0],_0x1c955f[0x1],_0x1c955f[0x2],_0x1c955f[0x3],_0x2fafec,_0x28985f]),_0xf99ee5=this['getParent']();return(this[_0x388551(0x45f)]&&(_0xf99ee5==null?void 0x0:_0xf99ee5[_0x388551(0x2eb)])===_0x2663fc[_0x388551(0x66d)][_0x388551(0x402)]?_0xf99ee5[_0x388551(0x605)]['multiply'](_0x4f40b3):_0x4f40b3)[_0x388551(0x3c7)]()[_0x388551(0x396)](_0x5d1914);}[_0x537594(0x756)](_0x2ff66b){const _0xc8294a=_0x537594;let {left:_0x1e0c05,top:_0x3d2cf2,width:_0x49a649,height:_0x9797bb}=this['getRealBound'](),_0x31bf38=_0x1e0c05+_0x49a649/0x2,_0x95f11e=_0x3d2cf2+_0x9797bb/0x2,_0x23e645=this[_0xc8294a(0x230)][_0xc8294a(0x29f)](),_0x2d571b=new _0x2663fc['Transform']([_0x23e645[0x0],_0x23e645[0x1],_0x23e645[0x2],_0x23e645[0x3],_0x31bf38,_0x95f11e]),_0x307e60=this[_0xc8294a(0x6c2)](),_0x337b52=(this['isInGroup']&&(_0x307e60==null?void 0x0:_0x307e60['classType'])===_0x2663fc[_0xc8294a(0x66d)][_0xc8294a(0x402)]?_0x307e60[_0xc8294a(0x605)]['multiply'](_0x2d571b):_0x2d571b)[_0xc8294a(0x3c7)]()[_0xc8294a(0x396)](_0x2ff66b),_0x35faee=_0x49a649/0x2,_0x51056b=_0x9797bb/0x2,_0x475dfc=this[_0xc8294a(0x5df)]['shapeModel'];return _0x475dfc&&_0x475dfc['isLineShape']()?_0x475dfc[_0xc8294a(0x325)](_0x337b52['x'],_0x337b52['y'],_0x49a649,_0x9797bb):_0x337b52['x']>=-_0x35faee-this[_0xc8294a(0x301)]/0x2&&_0x337b52['x']<=_0x35faee+this[_0xc8294a(0x301)]/0x2&&_0x337b52['y']>=-_0x51056b-this[_0xc8294a(0x301)]/0x2&&_0x337b52['y']<=_0x51056b+this[_0xc8294a(0x301)]/0x2;}[_0x537594(0x4df)](){const _0x1ec085=_0x537594;this[_0x1ec085(0x5df)]['shapeModel']=null,super[_0x1ec085(0x4df)]();}};let _0x2f715b=class extends _0x20a5f6[_0x537594(0x1ae)]{constructor(_0x508910,_0x389d77,_0x37013f,_0xe20cfe,_0x59072d){const _0x115705=_0x537594;super(),this['_context']=_0x508910,this[_0x115705(0x2a1)]=_0x389d77,this[_0x115705(0x767)]=_0x37013f,this[_0x115705(0x3de)]=_0xe20cfe,this[_0x115705(0x327)]=_0x59072d,_0x714efa(this,_0x115705(0x185),null),this[_0x115705(0x62a)](),this[_0x115705(0x447)](),this[_0x115705(0x68a)]();}['_initEvents'](){const _0x3c64a4=_0x537594;let {scene:_0x3a3996}=this[_0x3c64a4(0x697)];this[_0x3c64a4(0x48c)](_0x3a3996[_0x3c64a4(0x25d)]['subscribeEvent'](_0x320297=>{const _0x225735=_0x3c64a4;let {offsetX:_0x183cf0,offsetY:_0x46f8fb}=_0x320297,_0x3265fc=_0x3a3996[_0x225735(0x2bf)](_0x2663fc[_0x225735(0x60d)][_0x225735(0x432)]([_0x183cf0,_0x46f8fb]));if(_0x3265fc instanceof _0xb3f2ff){if((0x0,_0x58e46a['isConnectorShape'])(this[_0x225735(0x327)][_0x225735(0x60f)](_0x3265fc[_0x225735(0x4f1)],_0x3265fc['subUnitId'],_0x3265fc[_0x225735(0x5a5)])))return;this[_0x225735(0x2a1)][_0x225735(0x7fe)]({'visible':!0x0,'unitId':_0x3265fc[_0x225735(0x4f1)],'subUnitId':_0x3265fc[_0x225735(0x31c)],'shapeId':_0x3265fc[_0x225735(0x5a5)],'shapeKey':_0x3265fc[_0x225735(0x29d)]});}}));}[_0x537594(0x447)](){const _0x3d4121=_0x537594;this[_0x3d4121(0x48c)](this['_drawingManagerService'][_0x3d4121(0x6af)]['subscribe'](_0x2cb3e4=>{const _0x4efb84=_0x3d4121;if(_0x2cb3e4[_0x4efb84(0x274)]===0x1){let _0x30e7ac=_0x2cb3e4[0x0],_0x3e1a02=this['_drawingManagerService'][_0x4efb84(0x632)](_0x30e7ac);if((_0x3e1a02==null?void 0x0:_0x3e1a02[_0x4efb84(0x214)])===_0x20a5f6[_0x4efb84(0x41f)]['DRAWING_SHAPE']){let _0x2c188c=this['_shapeTextEditingService'][_0x4efb84(0x54a)]();if((_0x2c188c==null?void 0x0:_0x2c188c[_0x4efb84(0x5a5)])===_0x30e7ac[_0x4efb84(0x7b0)]&&_0x2c188c[_0x4efb84(0x610)])return;(0x0,_0x58e46a[_0x4efb84(0x3e5)])(this[_0x4efb84(0x327)]['getShapeType'](_0x30e7ac[_0x4efb84(0x4f1)],_0x30e7ac[_0x4efb84(0x31c)],_0x30e7ac[_0x4efb84(0x7b0)]))&&this[_0x4efb84(0x2a1)][_0x4efb84(0x7fe)](null);}else this['_shapeTextEditingService'][_0x4efb84(0x54a)]()&&(this[_0x4efb84(0x2a1)]['setOnSavingEditorData'](!0x0),requestAnimationFrame(()=>{const _0x1d4805=_0x4efb84;this[_0x1d4805(0x2a1)][_0x1d4805(0x7fe)](null);}));}else this['_shapeTextEditingService']['getEditing']()&&(this['_shapeTextEditingService'][_0x4efb84(0x4de)](!0x0),requestAnimationFrame(()=>{const _0x1e136b=_0x4efb84;this['_shapeTextEditingService'][_0x1e136b(0x7fe)](null);}));})),this[_0x3d4121(0x48c)](this[_0x3d4121(0x767)][_0x3d4121(0x439)][_0x3d4121(0x27d)](_0x46adf9=>{const _0x51674e=_0x3d4121;let _0x5b5a41=this[_0x51674e(0x2a1)][_0x51674e(0x54a)]();_0x5b5a41&&_0x46adf9[_0x51674e(0x7f9)](_0x3e6ab7=>_0x3e6ab7[_0x51674e(0x7b0)]===_0x5b5a41[_0x51674e(0x5a5)])&&this['_shapeTextEditingService']['setEditing'](null);}));}[_0x537594(0x68a)](){const _0x12e1c5=_0x537594;this[_0x12e1c5(0x48c)](this[_0x12e1c5(0x2a1)][_0x12e1c5(0x212)][_0x12e1c5(0x27d)](_0x5dd050=>{const _0x4948fc=_0x12e1c5;let {scene:_0xdb091d}=this[_0x4948fc(0x697)];if(this[_0x4948fc(0x185)]){let _0x26b9e0=_0xdb091d[_0x4948fc(0x41e)](this[_0x4948fc(0x185)]);_0x26b9e0&&_0x26b9e0['setEditing'](!0x1);}if(_0x5dd050){let _0x53290c=!!_0x5dd050[_0x4948fc(0x610)],_0xf2a4ef=_0xdb091d[_0x4948fc(0x41e)](_0x5dd050[_0x4948fc(0x393)]);_0xf2a4ef&&(_0xf2a4ef['setEditing'](_0x53290c),this[_0x4948fc(0x185)]=_0x5dd050[_0x4948fc(0x393)]),this['_contextService'][_0x4948fc(0x5ad)](_0x20a5f6['FOCUSING_SHAPE_TEXT_EDITOR'],_0x53290c);}else this[_0x4948fc(0x185)]=null,this[_0x4948fc(0x3de)][_0x4948fc(0x5ad)](_0x20a5f6[_0x4948fc(0x13e)],!0x1);}));}};_0x2f715b=_0x671f1f([_0x33f2d9(0x1,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x1f4525)),_0x33f2d9(0x2,_0x1e663f[_0x537594(0x40a)]),_0x33f2d9(0x3,_0x20a5f6[_0x537594(0x545)]),_0x33f2d9(0x4,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x456710[_0x537594(0x4b3)]))],_0x2f715b);let _0x46abbf=class extends _0x20a5f6[_0x537594(0x1ae)]{constructor(_0x313f2e,_0x204dff,_0x2405b7){super(),this['_drawingManagerService']=_0x313f2e,this['_sheetsShapeService']=_0x204dff,this['_localeService']=_0x2405b7;}['renderDrawingShape'](_0x327728,_0x5666d1){const _0x5544e3=_0x537594;let {transform:_0x8201b8,drawingType:_0x3088cd,srcRect:_0x5eda2,prstGeom:_0x2b3aa3,groupId:_0x50b1cb,unitId:_0x13ff6e,subUnitId:_0x252194,drawingId:_0x587ae1,isMultiTransform:_0x29692f,transforms:_0x5c274c}=_0x327728;if(_0x3088cd!==_0x20a5f6[_0x5544e3(0x41f)][_0x5544e3(0x3dd)]||!this['_drawingManagerService']['getDrawingVisible']()||_0x8201b8==null)return;let _0xbee5ba=_0x29692f&&_0x5c274c?_0x5c274c:[_0x8201b8],_0x4de173=[];for(let _0x4d556f of _0xbee5ba){let {left:_0x4042f1,top:_0x30ea5b,width:_0x31f854,height:_0x26d5a0,angle:_0x2a5d78,flipX:_0x2b7ab8,flipY:_0x46bd5a,skewX:_0xbc8d12,skewY:_0x93fea6}=_0x4d556f,_0x5bdee0=_0xbee5ba['indexOf'](_0x4d556f),_0x29d070=(0x0,_0x1e663f[_0x5544e3(0x218)])({'unitId':_0x13ff6e,'subUnitId':_0x252194,'drawingId':_0x587ae1},_0x29692f?_0x5bdee0:void 0x0),_0xfd5cfd=_0x5666d1['getObjectIncludeInGroup'](_0x29d070);if(_0xfd5cfd!=null){_0xfd5cfd['transformByState']({'left':_0x4042f1,'top':_0x30ea5b,'width':_0x31f854,'height':_0x26d5a0,'angle':_0x2a5d78,'flipX':_0x2b7ab8,'flipY':_0x46bd5a,'skewX':_0xbc8d12,'skewY':_0x93fea6});continue;}let _0x197932=this[_0x5544e3(0x767)][_0x5544e3(0x1d2)](_0x13ff6e,_0x252194),_0x431bf0=_0x197932[_0x5544e3(0x4ee)](_0x587ae1);if(_0x5666d1['getObjectIncludeInGroup'](_0x29d070)||!this[_0x5544e3(0x767)][_0x5544e3(0x175)]())continue;let _0x3f43b3=this[_0x5544e3(0x327)][_0x5544e3(0x53a)](_0x13ff6e,_0x252194,_0x587ae1);if(!_0x3f43b3)continue;let _0x3954b2=new _0xb3f2ff(_0x29d070,{...(0x0,_0x58e46a[_0x5544e3(0x3e5)])(_0x3f43b3[_0x5544e3(0x60f)]())?{..._0x4d556f,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}:{..._0x4d556f},'zIndex':_0x431bf0===-0x1?_0x197932[_0x5544e3(0x274)]-0x1:_0x431bf0,'shapeModel':_0x3f43b3,'localeService':this[_0x5544e3(0x719)],'shapeId':_0x587ae1,'unitId':_0x13ff6e,'subUnitId':_0x252194});_0x5666d1[_0x5544e3(0x1f5)](_0x3954b2,_0x2663fc[_0x5544e3(0x591)]),this[_0x5544e3(0x767)][_0x5544e3(0x48f)]()&&_0x5666d1[_0x5544e3(0x618)](_0x3954b2),_0x50b1cb&&(0x0,_0x18d932[_0x5544e3(0x6b9)])({'drawingId':_0x50b1cb,'unitId':_0x13ff6e,'subUnitId':_0x252194},_0x3954b2,_0x5666d1,this[_0x5544e3(0x767)]),_0x2b3aa3!=null&&_0x3954b2[_0x5544e3(0x7f8)](_0x2b3aa3),_0x5eda2!=null&&_0x3954b2[_0x5544e3(0x45a)](_0x5eda2),_0x4de173[_0x5544e3(0x79d)](_0x3954b2);}return _0x4de173;}};_0x46abbf=_0x671f1f([_0x33f2d9(0x0,_0x1e663f[_0x537594(0x40a)]),_0x33f2d9(0x1,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x456710['SheetsShapeService'])),_0x33f2d9(0x2,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x20a5f6[_0x537594(0x173)]))],_0x46abbf);let _0x328c51=class extends _0x20a5f6[_0x537594(0x1ae)]{constructor(_0x47a6cd,_0x5a1ab1,_0xfc5416,_0x18498c,_0x547341,_0x105a86){const _0x1bf061=_0x537594;super(),this[_0x1bf061(0x73b)]=_0x47a6cd,this['_renderManagerService']=_0x5a1ab1,this[_0x1bf061(0x767)]=_0xfc5416,this[_0x1bf061(0x61b)]=_0x18498c,this[_0x1bf061(0x2c8)]=_0x547341,this[_0x1bf061(0x49f)]=_0x105a86,this[_0x1bf061(0x53e)]();}[_0x537594(0x53e)](){const _0x416c64=_0x537594;this['_drawingAddListener'](),this[_0x416c64(0x578)](),this[_0x416c64(0x1f2)]();}[_0x537594(0x1dd)](){const _0x139338=_0x537594;this[_0x139338(0x48c)](this[_0x139338(0x767)][_0x139338(0x554)]['subscribe'](_0x498bb3=>{const _0x75a40e=_0x139338;this[_0x75a40e(0x19f)](_0x498bb3);}));}[_0x537594(0x578)](){const _0x1b899b=_0x537594;this['disposeWithMe'](this[_0x1b899b(0x73b)]['onCommandExecuted'](_0x250fb5=>{const _0x2f7ecd=_0x1b899b;if(_0x250fb5['id']===_0x456710[_0x2f7ecd(0x780)]['id']){var _0x1048e1;let {unitId:_0x269bc8,subUnitId:_0x51eddf,shapeId:_0x11aac2}=_0x250fb5[_0x2f7ecd(0x60b)],_0x45ade4=this['_getSceneAndTransformerByDrawingSearch'](_0x269bc8);if(_0x45ade4==null)return;let {scene:_0x215758}=_0x45ade4,_0x344b42=(0x0,_0x1e663f[_0x2f7ecd(0x218)])({'unitId':_0x269bc8,'subUnitId':_0x51eddf,'drawingId':_0x11aac2}),_0x4b3145=_0x215758['getObjectIncludeInGroup'](_0x344b42);if(!((_0x1048e1=this[_0x2f7ecd(0x47b)][_0x2f7ecd(0x2d3)](_0x269bc8))!=null&&_0x1048e1[_0x2f7ecd(0x3f5)](_0x4afbf8[_0x2f7ecd(0x1d9)])[_0x2f7ecd(0x155)](_0x51eddf)))return!0x1;if(_0x4b3145)return;this[_0x2f7ecd(0x19f)]([{'unitId':_0x269bc8,'subUnitId':_0x51eddf,'drawingId':_0x11aac2}]);}}));}[_0x537594(0x1f2)](){const _0xa836c1=_0x537594;this[_0xa836c1(0x48c)](this[_0xa836c1(0x767)][_0xa836c1(0x49d)][_0xa836c1(0x27d)](_0x22c2cb=>{const _0x3c742a=_0xa836c1;_0x22c2cb[_0x3c742a(0x1b6)](_0x3853da=>{const _0xddda0f=_0x3c742a;let {unitId:_0x24119a,subUnitId:_0x8a5638,drawingId:_0x271aa3}=_0x3853da,_0x59afb8=this[_0xddda0f(0x767)][_0xddda0f(0x632)](_0x3853da);if(_0x59afb8==null)return;let {transform:_0x506e3a,drawingType:_0x40e17d,srcRect:_0x315d5f,prstGeom:_0x246c44}=_0x59afb8;if(_0x40e17d!==_0x20a5f6[_0xddda0f(0x41f)]['DRAWING_SHAPE'])return;let _0x25635b=this[_0xddda0f(0x6d7)](_0x24119a);if(_0x25635b==null)return;let {scene:_0x473516,transformer:_0x631002}=_0x25635b;if(_0x506e3a==null)return!0x0;let _0x426e5c=(0x0,_0x1e663f['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x24119a,'subUnitId':_0x8a5638,'drawingId':_0x271aa3}),_0x2b70a2=_0x473516[_0xddda0f(0x41e)](_0x426e5c);if(_0x2b70a2==null)return!0x0;_0x2b70a2[_0xddda0f(0x45a)](_0x315d5f),_0x2b70a2[_0xddda0f(0x7f8)](_0x246c44);});}));}[_0x537594(0x19f)](_0x118142){const _0xdff7c6=_0x537594;_0x118142[_0xdff7c6(0x1b6)](async _0x3cbb9e=>{const _0xfd4024=_0xdff7c6;var _0x3eafcc;let {unitId:_0x84cc3,subUnitId:_0x4f73ab}=_0x3cbb9e,_0x1dadd5=this[_0xfd4024(0x6d7)](_0x84cc3),_0x282e3c=(_0x3eafcc=(0x0,_0x18d932[_0xfd4024(0x5b0)])(this[_0xfd4024(0x61b)],_0x84cc3))==null?void 0x0:_0x3eafcc[_0xfd4024(0x31c)];if(_0x1dadd5==null||_0x282e3c!==_0x4f73ab)return;let _0x1602a5=this[_0xfd4024(0x767)]['getDrawingByParam'](_0x3cbb9e);if(_0x1602a5!=null&&_0x1602a5['drawingType']===_0x20a5f6[_0xfd4024(0x41f)][_0xfd4024(0x3dd)]){if((0x0,_0x58e46a[_0xfd4024(0x3e5)])((_0x1602a5[_0xfd4024(0x26d)]||{})[_0xfd4024(0x5d1)])){let _0xdbab9a=_0x1602a5[_0xfd4024(0x230)];_0xdbab9a&&(_0x1602a5['transform']={..._0xdbab9a,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1});}this[_0xfd4024(0x767)][_0xfd4024(0x7aa)]([_0x1602a5]),this[_0xfd4024(0x49f)][_0xfd4024(0x38a)](_0x1602a5,_0x1dadd5[_0xfd4024(0x77a)]);}});}[_0x537594(0x6d7)](_0x3174f4){const _0x10e40a=_0x537594;if(_0x3174f4==null)return;let _0x1e9639=this['_renderManagerService'][_0x10e40a(0x2d3)](_0x3174f4),_0x594463=_0x1e9639==null?void 0x0:_0x1e9639['scene'];return _0x594463==null?null:{'scene':_0x594463,'transformer':_0x594463['getTransformerByCreate']()};}};_0x328c51=_0x671f1f([_0x33f2d9(0x0,_0x20a5f6['ICommandService']),_0x33f2d9(0x1,_0x2663fc[_0x537594(0x3ab)]),_0x33f2d9(0x2,_0x1e663f[_0x537594(0x40a)]),_0x33f2d9(0x3,_0x20a5f6['IUniverInstanceService']),_0x33f2d9(0x4,(0x0,_0x20a5f6['Inject'])(_0x18d932[_0x537594(0x235)])),_0x33f2d9(0x5,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x46abbf))],_0x328c51);let _0xdbdcf2={'normal':{'fill':_0x58e46a[_0x537594(0x299)][_0x537594(0x2a4)],'stroke':_0x58e46a['ShapeDefaultConfig'][_0x537594(0x755)],'strokeWidth':_0x58e46a[_0x537594(0x299)][_0x537594(0x593)]},'highlighted':{'fill':_0x537594(0x723),'stroke':_0x537594(0x718),'strokeWidth':0x2}};var _0x4c3d8e=class extends _0x2663fc['Shape']{constructor(_0xbe3332,_0x166126){const _0x38bfbf=_0x537594;super(_0xbe3332,_0x166126),_0x714efa(this,'_targetShapeId',''),_0x714efa(this,_0x38bfbf(0x44e),-0x1),_0x714efa(this,'_unitId',''),_0x714efa(this,_0x38bfbf(0x433),''),_0x714efa(this,_0x38bfbf(0x421),!0x1),_0x166126&&this[_0x38bfbf(0x17d)](_0x166126);}[_0x537594(0x489)](){const _0x9992e9=_0x537594;return{'unitId':this[_0x9992e9(0x37f)],'subUnitId':this[_0x9992e9(0x433)],'shapeId':this[_0x9992e9(0x7f4)],'cxnIndex':this[_0x9992e9(0x44e)]};}[_0x537594(0x7d3)](_0x3f77ee){const _0xbf56f9=_0x537594;this['_isHighlighted']!==_0x3f77ee&&(this[_0xbf56f9(0x421)]=_0x3f77ee,this['makeDirty'](!0x0));}[_0x537594(0x14e)](){return this['_isHighlighted'];}['setShapeProps'](_0xddb9c1){const _0x40393c=_0x537594;var _0x420d83,_0x5b329c;_0xddb9c1[_0x40393c(0x720)]!==void 0x0&&(this['_targetShapeId']=_0xddb9c1[_0x40393c(0x720)]),_0xddb9c1[_0x40393c(0x490)]!==void 0x0&&(this['_cxnIndex']=_0xddb9c1['cxnIndex']),_0xddb9c1[_0x40393c(0x4f1)]!==void 0x0&&(this['_unitId']=_0xddb9c1[_0x40393c(0x4f1)]),_0xddb9c1[_0x40393c(0x31c)]!==void 0x0&&(this[_0x40393c(0x433)]=_0xddb9c1['subUnitId']),_0xddb9c1[_0x40393c(0x14e)]!==void 0x0&&(this['_isHighlighted']=_0xddb9c1[_0x40393c(0x14e)]),this['transformByState']({'width':(_0x420d83=_0xddb9c1[_0x40393c(0x294)])==null?_0x58e46a['ShapeDefaultConfig'][_0x40393c(0x30f)]*0x2:_0x420d83,'height':(_0x5b329c=_0xddb9c1['height'])==null?_0x58e46a[_0x40393c(0x299)][_0x40393c(0x30f)]*0x2:_0x5b329c});}[_0x537594(0x6fb)](_0x2e26f4){const _0x1b9f15=_0x537594;let _0x5751b2=this['_isHighlighted']?_0xdbdcf2[_0x1b9f15(0x6dd)]:_0xdbdcf2[_0x1b9f15(0x4e5)];_0x2663fc['Circle'][_0x1b9f15(0x3a4)](_0x2e26f4,{'radius':_0x58e46a['ShapeDefaultConfig']['cxnPointRadius'],'fill':_0x5751b2[_0x1b9f15(0x58b)],'stroke':_0x5751b2[_0x1b9f15(0x141)],'strokeWidth':_0x5751b2[_0x1b9f15(0x301)],'evented':!0x0});}};let _0x26d0d5=class extends _0x20a5f6[_0x537594(0x1ae)]{constructor(_0x582afc,_0x42daae,_0x5abba2,_0x170e52){const _0x4bcb36=_0x537594;super(),this[_0x4bcb36(0x697)]=_0x582afc,this[_0x4bcb36(0x47b)]=_0x42daae,this[_0x4bcb36(0x767)]=_0x5abba2,this[_0x4bcb36(0x327)]=_0x170e52,_0x714efa(this,_0x4bcb36(0x3ee),[]),_0x714efa(this,_0x4bcb36(0x6e9),null),_0x714efa(this,_0x4bcb36(0x70c),-0x1),_0x714efa(this,'_currentScene',null),_0x714efa(this,_0x4bcb36(0x37f),''),_0x714efa(this,_0x4bcb36(0x433),''),_0x714efa(this,_0x4bcb36(0x171),null);}['startConnectionDetection'](_0x295183,_0xf00006,_0xcf9d6e,_0x2a25cc){const _0xaa6dff=_0x537594;this[_0xaa6dff(0x252)]=_0x295183,this[_0xaa6dff(0x37f)]=_0xf00006,this['_subUnitId']=_0xcf9d6e,this['_draggingConnectorId']=_0x2a25cc;}['updateConnectionDetection'](_0x3f2d3f){const _0x4d7876=_0x537594;if(!this[_0x4d7876(0x252)])return null;let _0x2a5926=this['_findShapeAtPoint'](_0x3f2d3f);return _0x2a5926?(this['_activeTargetShapeId']!==_0x2a5926[_0x4d7876(0x5a5)]&&(this['_clearConnectionSites'](),this['_showConnectionSites'](_0x2a5926[_0x4d7876(0x5a5)],_0x2a5926[_0x4d7876(0x22b)]),this[_0x4d7876(0x6e9)]=_0x2a5926[_0x4d7876(0x5a5)]),this[_0x4d7876(0x266)](_0x3f2d3f)):(this['_activeTargetShapeId']!==null&&(this[_0x4d7876(0x520)](),this['_activeTargetShapeId']=null),null);}['endConnectionDetection'](){const _0x2ee0b7=_0x537594;this[_0x2ee0b7(0x520)](),this[_0x2ee0b7(0x252)]=null,this['_activeTargetShapeId']=null,this['_highlightedSiteIndex']=-0x1,this[_0x2ee0b7(0x171)]=null;}[_0x537594(0x338)](){const _0x580a94=_0x537594;return this[_0x580a94(0x6e9)]===null||this[_0x580a94(0x70c)]<0x0?null:{'shapeId':this[_0x580a94(0x6e9)],'cxnIndex':this[_0x580a94(0x70c)]};}['_findShapeAtPoint'](_0x45091c){const _0x22a8fc=_0x537594;let _0x411b3b=this[_0x22a8fc(0x767)]['getDrawingData'](this[_0x22a8fc(0x37f)],this[_0x22a8fc(0x433)]);for(let _0x479175 of Object[_0x22a8fc(0x1c6)](_0x411b3b)){if(_0x479175===this[_0x22a8fc(0x171)]||_0x411b3b[_0x479175]['drawingType']!==_0x20a5f6[_0x22a8fc(0x41f)][_0x22a8fc(0x3dd)])continue;let _0x3b6676=this[_0x22a8fc(0x327)][_0x22a8fc(0x53a)](this[_0x22a8fc(0x37f)],this[_0x22a8fc(0x433)],_0x479175);if(!_0x3b6676||(0x0,_0x58e46a['isConnectorShape'])(_0x3b6676[_0x22a8fc(0x60f)]())||_0x3b6676[_0x22a8fc(0x4ac)]()[_0x22a8fc(0x274)]===0x0||!this['_currentScene'])continue;let _0x5bf1ed=(0x0,_0x1e663f['getDrawingShapeKeyByDrawingSearch'])({'unitId':this[_0x22a8fc(0x37f)],'subUnitId':this[_0x22a8fc(0x433)],'drawingId':_0x479175}),_0x5475c5=this[_0x22a8fc(0x252)][_0x22a8fc(0x41e)](_0x5bf1ed);if(!_0x5475c5)continue;let {left:_0x486e73,top:_0x2a9a24,width:_0x223e7d,height:_0x190a32}=_0x5475c5[_0x22a8fc(0x3a0)](),_0x13e900=_0x486e73+_0x223e7d/0x2,_0x162ef2=_0x2a9a24+_0x190a32/0x2,_0x3deaf4=_0x5475c5[_0x22a8fc(0x230)][_0x22a8fc(0x29f)](),_0x2986ee=new _0x2663fc[(_0x22a8fc(0x79a))]([_0x3deaf4[0x0],_0x3deaf4[0x1],_0x3deaf4[0x2],_0x3deaf4[0x3],_0x13e900,_0x162ef2]),_0x563c08=_0x5475c5[_0x22a8fc(0x6c2)](),_0x4fdfd9=(_0x5475c5[_0x22a8fc(0x45f)]&&(_0x563c08==null?void 0x0:_0x563c08['classType'])===_0x2663fc[_0x22a8fc(0x66d)][_0x22a8fc(0x402)]?_0x563c08[_0x22a8fc(0x605)][_0x22a8fc(0x630)](_0x2986ee):_0x2986ee)['invert']()[_0x22a8fc(0x396)](_0x45091c),_0x31de5f=_0x223e7d/0x2,_0x379ae5=_0x190a32/0x2;if(_0x4fdfd9['x']>=-_0x31de5f-0x5&&_0x4fdfd9['x']<=_0x31de5f+0x5&&_0x4fdfd9['y']>=-_0x379ae5-0x5&&_0x4fdfd9['y']<=_0x379ae5+0x5)return{'shapeId':_0x479175,'shapeModel':_0x3b6676};}return null;}['_showConnectionSites'](_0x2a8c18,_0x28628b){const _0x5aac58=_0x537594;if(!this[_0x5aac58(0x252)])return;let _0x58703f=(0x0,_0x1e663f['getDrawingShapeKeyByDrawingSearch'])({'unitId':this[_0x5aac58(0x37f)],'subUnitId':this[_0x5aac58(0x433)],'drawingId':_0x2a8c18}),_0x38d21e=this['_currentScene'][_0x5aac58(0x41e)](_0x58703f);if(!_0x38d21e)return;let {left:_0x18b481,top:_0x282817,width:_0x37acf5,height:_0x4275cd}=_0x38d21e['getRealBound'](),_0x35f56e=_0x18b481+_0x37acf5/0x2,_0x5bf3af=_0x282817+_0x4275cd/0x2,_0x4e5855=_0x38d21e[_0x5aac58(0x230)][_0x5aac58(0x29f)](),_0x563313=new _0x2663fc[(_0x5aac58(0x79a))]([_0x4e5855[0x0],_0x4e5855[0x1],_0x4e5855[0x2],_0x4e5855[0x3],_0x35f56e,_0x5bf3af]),_0x33c1d6=_0x38d21e[_0x5aac58(0x6c2)](),_0x14a39c=_0x38d21e[_0x5aac58(0x45f)]&&(_0x33c1d6==null?void 0x0:_0x33c1d6['classType'])===_0x2663fc[_0x5aac58(0x66d)][_0x5aac58(0x402)]?_0x33c1d6[_0x5aac58(0x605)]['multiply'](_0x563313):_0x563313;_0x28628b[_0x5aac58(0x7b3)]({'width':_0x37acf5,'height':_0x4275cd});let _0x5d3006=_0x28628b[_0x5aac58(0x4ac)]();for(let _0x3cdd83 of _0x5d3006){let _0x490cb6=_0x3cdd83['x']-_0x37acf5/0x2,_0x5dec4b=_0x3cdd83['y']-_0x4275cd/0x2,_0x232d86=_0x14a39c[_0x5aac58(0x396)]({'x':_0x490cb6,'y':_0x5dec4b}),_0x22fe17=_0x232d86['x'],_0x22c2f4=_0x232d86['y'],_0x1b5076=new _0x4c3d8e(_0x5aac58(0x1ce)+_0x2a8c18+'-'+_0x3cdd83[_0x5aac58(0x5b3)],{'left':_0x22fe17-_0x58e46a[_0x5aac58(0x299)][_0x5aac58(0x30f)],'top':_0x22c2f4-_0x58e46a['ShapeDefaultConfig'][_0x5aac58(0x30f)],'targetShapeId':_0x2a8c18,'cxnIndex':_0x3cdd83['index'],'unitId':this[_0x5aac58(0x37f)],'subUnitId':this[_0x5aac58(0x433)],'width':_0x58e46a[_0x5aac58(0x299)]['cxnPointRadius']*0x2,'height':_0x58e46a[_0x5aac58(0x299)][_0x5aac58(0x30f)]*0x2,'zIndex':_0x2663fc[_0x5aac58(0x591)]+0x2,'evented':!0x1});this[_0x5aac58(0x3ee)][_0x5aac58(0x79d)](_0x1b5076),this[_0x5aac58(0x252)][_0x5aac58(0x1f5)](_0x1b5076,_0x2663fc[_0x5aac58(0x591)]+0x2);}}['_findNearestConnectionSite'](_0x4a72a4){const _0x1c6a85=_0x537594;let _0x33aa88=null,_0x2b4815=0x1/0x0,_0x55e32e=null;for(let _0x580339 of this['_connectionSiteObjects']){let _0x36b2aa=_0x580339[_0x1c6a85(0x711)]+_0x58e46a['ShapeDefaultConfig'][_0x1c6a85(0x30f)],_0x5968c5=_0x580339[_0x1c6a85(0x5e6)]+_0x58e46a['ShapeDefaultConfig'][_0x1c6a85(0x30f)],_0x32bafc=_0x4a72a4['x']-_0x36b2aa,_0x51eeea=_0x4a72a4['y']-_0x5968c5,_0x54146e=Math[_0x1c6a85(0x597)](_0x32bafc*_0x32bafc+_0x51eeea*_0x51eeea);_0x54146e<_0x2b4815&&(_0x2b4815=_0x54146e,_0x33aa88=_0x580339,_0x55e32e={'x':_0x36b2aa,'y':_0x5968c5});}let _0x2ea3a9=_0x2b4815<=0xa&&_0x33aa88?_0x33aa88[_0x1c6a85(0x489)]()[_0x1c6a85(0x490)]:-0x1;if(_0x2ea3a9!==this[_0x1c6a85(0x70c)]){for(let _0xeb3e of this[_0x1c6a85(0x3ee)]){let _0x1355b7=_0xeb3e['getConnectionInfo']();_0xeb3e[_0x1c6a85(0x7d3)](_0x1355b7['cxnIndex']===_0x2ea3a9);}this[_0x1c6a85(0x70c)]=_0x2ea3a9;}if(_0x2b4815<=0xa&&_0x33aa88&&_0x55e32e){let _0x30fec1=_0x33aa88['getConnectionInfo'](),_0xb98c22=this['_getConnectionSiteAngle'](_0x30fec1[_0x1c6a85(0x5a5)],_0x30fec1[_0x1c6a85(0x490)]);return{'shapeId':_0x30fec1[_0x1c6a85(0x5a5)],'cxnIndex':_0x30fec1[_0x1c6a85(0x490)],'unitId':_0x30fec1[_0x1c6a85(0x4f1)],'subUnitId':_0x30fec1[_0x1c6a85(0x31c)],'worldPoint':_0x55e32e,'angle':_0xb98c22};}return null;}[_0x537594(0x4ca)](_0x36d02d,_0x3ae167){const _0xed2691=_0x537594;let _0x1af96c=this[_0xed2691(0x327)]['getShapeModel'](this[_0xed2691(0x37f)],this[_0xed2691(0x433)],_0x36d02d);if(!_0x1af96c)return 0x0;let _0x25a113=this[_0xed2691(0x767)][_0xed2691(0x632)]({'unitId':this[_0xed2691(0x37f)],'subUnitId':this['_subUnitId'],'drawingId':_0x36d02d});if(!(_0x25a113!=null&&_0x25a113[_0xed2691(0x230)]))return 0x0;let {width:_0x16b8df=0x0,height:_0x1c1aaa=0x0,flipX:_0x203f3f=!0x1,flipY:_0x131897=!0x1}=_0x25a113['transform'];_0x1af96c[_0xed2691(0x7b3)]({'width':_0x16b8df,'height':_0x1c1aaa});let _0x3a2d4c=_0x1af96c[_0xed2691(0x4ac)]()[_0xed2691(0x55a)](_0x51b136=>_0x51b136[_0xed2691(0x5b3)]===_0x3ae167);if(!_0x3a2d4c)return 0x0;let _0x162349=_0x3a2d4c[_0xed2691(0x2af)]/0xea60;return _0x203f3f&&(_0x162349=0xb4-_0x162349),_0x131897&&(_0x162349=-_0x162349),_0x162349=(_0x162349%0x168+0x168)%0x168,_0x162349;}['_clearConnectionSites'](){const _0x37582b=_0x537594;for(let _0x46f478 of this['_connectionSiteObjects'])_0x46f478[_0x37582b(0x4df)]();this[_0x37582b(0x3ee)]=[],this[_0x37582b(0x70c)]=-0x1;}['dispose'](){this['_clearConnectionSites'](),super['dispose']();}};_0x26d0d5=_0x671f1f([_0x33f2d9(0x1,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x2663fc[_0x537594(0x3ab)])),_0x33f2d9(0x2,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x1e663f[_0x537594(0x40a)])),_0x33f2d9(0x3,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x456710[_0x537594(0x4b3)]))],_0x26d0d5);var _0x342ec3=class extends _0x2663fc[_0x537594(0x55e)]{constructor(_0x40e3df,_0x39ab5c){const _0x2eced3=_0x537594;super(_0x40e3df,_0x39ab5c),_0x714efa(this,_0x2eced3(0x40b),null),_0x714efa(this,'_adjName',null),_0x714efa(this,_0x2eced3(0x37f),null),_0x714efa(this,'_subUnitId',null),_0x39ab5c&&this[_0x2eced3(0x17d)](_0x39ab5c);}[_0x537594(0x229)](){const _0x9eadff=_0x537594;return{'unitId':this[_0x9eadff(0x37f)],'subUnitId':this[_0x9eadff(0x433)],'drawingId':this[_0x9eadff(0x40b)]};}['setShapeProps'](_0x2e5b77){const _0x4f3406=_0x537594;_0x2e5b77[_0x4f3406(0x5a5)]!==void 0x0&&(this['_shapeId']=_0x2e5b77[_0x4f3406(0x5a5)]),_0x2e5b77['adjName']!==void 0x0&&(this['_adjName']=_0x2e5b77[_0x4f3406(0x2ea)]),_0x2e5b77[_0x4f3406(0x4f1)]!==void 0x0&&(this[_0x4f3406(0x37f)]=_0x2e5b77[_0x4f3406(0x4f1)]),_0x2e5b77[_0x4f3406(0x31c)]!==void 0x0&&(this[_0x4f3406(0x433)]=_0x2e5b77[_0x4f3406(0x31c)]),this[_0x4f3406(0x1c4)]({'width':_0x2e5b77[_0x4f3406(0x294)],'height':_0x2e5b77[_0x4f3406(0x670)]});}[_0x537594(0x6fb)](_0x2556dd){const _0x44f123=_0x537594;_0x2663fc['Circle'][_0x44f123(0x3a4)](_0x2556dd,{'radius':_0x58e46a['ShapeDefaultConfig'][_0x44f123(0x7a0)],'fill':_0x58e46a[_0x44f123(0x299)][_0x44f123(0x4ff)],'stroke':_0x58e46a[_0x44f123(0x299)][_0x44f123(0x729)],'strokeWidth':0x1,'evented':!0x0});}};let _0x1838b2=class extends _0x20a5f6[_0x537594(0x1ae)]{constructor(_0x54dc54,_0x4a7121,_0x5e7540,_0x528512,_0x105f8b,_0x191210,_0x132d8d,_0x4f5f25){const _0x507949=_0x537594;super(),this['_context']=_0x54dc54,this[_0x507949(0x3de)]=_0x4a7121,this[_0x507949(0x767)]=_0x5e7540,this['_sheetsShapeService']=_0x528512,this['_renderManagerService']=_0x105f8b,this[_0x507949(0x49f)]=_0x191210,this[_0x507949(0x76a)]=_0x132d8d,this['_commandService']=_0x4f5f25,_0x714efa(this,'_activeShapeId',null),_0x714efa(this,'_unitId',null),_0x714efa(this,'_subUnitId',null),_0x714efa(this,_0x507949(0x423),void 0x0),_0x714efa(this,'_shapes',[]),_0x714efa(this,_0x507949(0x4ba),0x0),_0x714efa(this,_0x507949(0x62c),0x0),_0x714efa(this,_0x507949(0x606),0x0),_0x714efa(this,'_baseShapeHeight',0x0),_0x714efa(this,_0x507949(0x222),!0x1),_0x714efa(this,_0x507949(0x434),void 0x0),_0x714efa(this,_0x507949(0x623),void 0x0),_0x714efa(this,_0x507949(0x6ac),void 0x0),_0x714efa(this,_0x507949(0x192),void 0x0),_0x714efa(this,_0x507949(0x392),!0x1),this['_registerDrawingFocusChangeHandler'](),this[_0x507949(0x16c)]();}['_getShapeAdjustPointListById'](_0xbebf6a,_0x15a0a2,_0x54435c){const _0x198b75=_0x537594;let _0x2c513c=this[_0x198b75(0x327)][_0x198b75(0x53a)](_0xbebf6a,_0x15a0a2,_0x54435c);if(_0x2c513c)return _0x2c513c['getDrawingPoints']();}[_0x537594(0x749)](){const _0x449a23=_0x537594;this[_0x449a23(0x66b)]();}[_0x537594(0x6ef)](){const _0x58213a=_0x537594;this[_0x58213a(0x50f)](!0x0);}['_getShapeAdjustInfosById'](_0x20c9d7,_0x36d2c0,_0x1e9b72,_0x4ee4e0){const _0x5202c8=_0x537594;let _0x40edce=this['_sheetsShapeService'][_0x5202c8(0x53a)](_0x20c9d7,_0x36d2c0,_0x1e9b72);if(_0x40edce)return _0x40edce[_0x5202c8(0x6b3)](_0x4ee4e0);}['_createShapeAdjustControls'](_0x3b1a32=!0x1){const _0x4134da=_0x537594;if(this[_0x4134da(0x37f)]===null||this[_0x4134da(0x433)]===null||this[_0x4134da(0x466)]===null)return;let _0x2aa115=this[_0x4134da(0x47b)][_0x4134da(0x2d3)](this[_0x4134da(0x37f)]);if(!_0x2aa115||!_0x2aa115[_0x4134da(0x3f5)](_0x4afbf8[_0x4134da(0x1d9)])['getCurrentSkeleton']())return;let {scene:_0x1110b1}=_0x2aa115,_0x7cc376={'unitId':this[_0x4134da(0x37f)],'subUnitId':this[_0x4134da(0x433)],'drawingId':this[_0x4134da(0x466)]},_0x2e0228=this[_0x4134da(0x767)]['getDrawingByParam'](_0x7cc376),{transform:_0x5aa9fa}=_0x2e0228;if(!_0x5aa9fa||_0x2e0228[_0x4134da(0x214)]!==_0x20a5f6[_0x4134da(0x41f)][_0x4134da(0x3dd)])return;let {left:_0x48259d,top:_0x458cc6,width:_0x13e4c7,height:_0x38cfac,flipX:_0x5b0e67,flipY:_0x133bef,angle:_0x3bb5bf=0x0}=_0x5aa9fa;if(_0x48259d===void 0x0||_0x458cc6===void 0x0)return;_0x3b1a32&&(this[_0x4134da(0x423)]=this[_0x4134da(0x535)](this[_0x4134da(0x37f)],this[_0x4134da(0x433)],this['_activeShapeId']));let _0x57caf5=this[_0x4134da(0x423)];for(let _0x29d933=0x0;_0x29d933<_0x57caf5[_0x4134da(0x274)];_0x29d933++){let _0x4e4548=_0x57caf5[_0x29d933],_0x46e11a=_0x4e4548['x'],_0x4cfe10=_0x4e4548['y'];if(_0x5b0e67&&(_0x46e11a=(_0x13e4c7||0x0)-_0x46e11a),_0x133bef&&(_0x4cfe10=(_0x38cfac||0x0)-_0x4cfe10),_0x3bb5bf!==0x0){let _0x264016=(_0x13e4c7||0x0)/0x2,_0x30732c=(_0x38cfac||0x0)/0x2,_0x4e8fc3=_0x3bb5bf*Math['PI']/0xb4,_0x50f202=Math[_0x4134da(0x517)](_0x4e8fc3),_0x5128af=Math[_0x4134da(0x206)](_0x4e8fc3),_0x115588=_0x46e11a-_0x264016,_0x406601=_0x4cfe10-_0x30732c;_0x46e11a=_0x264016+(_0x115588*_0x50f202-_0x406601*_0x5128af),_0x4cfe10=_0x30732c+(_0x115588*_0x5128af+_0x406601*_0x50f202);}let _0x52c407={'x':_0x46e11a,'y':_0x4cfe10,'adjName':_0x4e4548[_0x4134da(0x2ea)]};this[_0x4134da(0x4c1)](_0x1110b1,_0x52c407,_0x52c407[_0x4134da(0x2ea)],_0x48259d,_0x458cc6,this[_0x4134da(0x37f)],this[_0x4134da(0x433)]);}}[_0x537594(0x50f)](_0x25a205=!0x1){const _0x5bce65=_0x537594;_0x25a205&&(this[_0x5bce65(0x66b)](),this[_0x5bce65(0x7f6)](_0x25a205));}[_0x537594(0x4c1)](_0x16ca94,_0x4dca49,_0x5b161b,_0x1f0bb7,_0x41228b,_0x2a42f0,_0x95a91d){const _0x22e353=_0x537594;if(!this[_0x22e353(0x466)])return;let _0x242895=_0x16ca94[_0x22e353(0x41e)]('shape-adjust-point-'+this['_activeShapeId']+'-'+_0x5b161b);if(_0x242895){_0x242895[_0x22e353(0x1c4)]({'left':_0x4dca49['x']+_0x1f0bb7-_0x58e46a[_0x22e353(0x299)][_0x22e353(0x7a0)],'top':_0x4dca49['y']+_0x41228b-_0x58e46a['ShapeDefaultConfig'][_0x22e353(0x7a0)]});return;}let _0x10f27e={'left':_0x4dca49['x']+_0x1f0bb7-_0x58e46a['ShapeDefaultConfig'][_0x22e353(0x7a0)],'top':_0x4dca49['y']+_0x41228b-_0x58e46a['ShapeDefaultConfig'][_0x22e353(0x7a0)],'adjName':_0x5b161b,'shapeId':this['_activeShapeId'],'unitId':_0x2a42f0,'subUnitId':_0x95a91d,'width':_0x58e46a[_0x22e353(0x299)][_0x22e353(0x7a0)]+0x8,'height':_0x58e46a[_0x22e353(0x299)][_0x22e353(0x7a0)]+0x8,'zIndex':_0x2663fc[_0x22e353(0x591)]+0x1,'evented':!0x0},_0x14effb=new _0x342ec3(_0x22e353(0x15c)+this[_0x22e353(0x466)]+'-'+_0x5b161b,_0x10f27e);this['_shapes'][_0x22e353(0x79d)](_0x14effb),this['_attachAdjustEvent'](_0x14effb,_0x16ca94,_0x5b161b),_0x16ca94['addObject'](_0x14effb,_0x2663fc[_0x22e353(0x591)]+0x1);}['_clearShapeAdjustControls'](){const _0x54d3ff=_0x537594;this[_0x54d3ff(0x388)]['length']!==0x0&&(this[_0x54d3ff(0x388)]['forEach'](_0x28b343=>{const _0x1274d6=_0x54d3ff;_0x28b343[_0x1274d6(0x4df)]();}),this[_0x54d3ff(0x388)]=[]);}[_0x537594(0x410)](){const _0x5e086f=_0x537594;this[_0x5e086f(0x7f6)]();}[_0x537594(0x5fc)](_0x124445,_0x827a1a){const _0xe4f2d8=_0x537594;var _0x4a040a;let _0x8746cf={'x':0x0,'y':0x0};if(!_0x124445||!_0x827a1a)return _0x8746cf;let _0xbe6643=this[_0xe4f2d8(0x47b)][_0xe4f2d8(0x2d3)](_0x124445);if(!_0xbe6643||!_0xbe6643[_0xe4f2d8(0x3f5)](_0x4afbf8[_0xe4f2d8(0x1d9)])['getSkeleton'](_0x827a1a))return _0x8746cf;let _0x2c1b92=_0xbe6643[_0xe4f2d8(0x3f5)](_0x4afbf8['SheetScrollManagerService']),_0x3a3774=_0x2c1b92==null?void 0x0:_0x2c1b92[_0xe4f2d8(0x14d)]();if(!_0x3a3774)return _0x8746cf;let _0x3651bb=(_0x4a040a=this[_0xe4f2d8(0x76a)][_0xe4f2d8(0x5a4)](_0x124445))==null?void 0x0:_0x4a040a[_0xe4f2d8(0x302)](_0x827a1a);if(!_0x3651bb)return _0x8746cf;let _0x44f99c=(0x0,_0x4afbf8[_0xe4f2d8(0x52b)])(_0x3a3774[_0xe4f2d8(0x40f)],_0x3a3774[_0xe4f2d8(0x770)],_0xbe6643[_0xe4f2d8(0x77a)],_0x3651bb);return _0x44f99c?{'x':_0x44f99c[_0xe4f2d8(0x324)],'y':_0x44f99c[_0xe4f2d8(0x5dc)]}:_0x8746cf;}[_0x537594(0x7bb)](_0x18169f,_0x4eb2d9){const _0x20bb78=_0x537594;var _0x37ff62,_0x1a5545;let _0x9214be=(_0x37ff62=this[_0x20bb78(0x76a)][_0x20bb78(0x5a4)](_0x18169f))==null?void 0x0:_0x37ff62['getSheetBySheetId'](_0x4eb2d9);return(_0x1a5545=_0x9214be==null?void 0x0:_0x9214be[_0x20bb78(0x7e7)]())==null?0x1:_0x1a5545;}[_0x537594(0x46c)](_0x492a84,_0x4c04ab,_0x505a1b){const _0x585659=_0x537594;this[_0x585659(0x48c)]((0x0,_0x20a5f6[_0x585659(0x41d)])(_0x492a84[_0x585659(0x774)]['subscribeEvent']((_0x1d9211,_0x408eaf)=>{const _0x72aea2=_0x585659;var _0x227ac0,_0x3e2b4d,_0xb91655,_0x6f83a3;let _0x908fcc=_0x492a84[_0x72aea2(0x229)]();this[_0x72aea2(0x434)]=this['_getShapeAdjustInfosById'](_0x908fcc[_0x72aea2(0x4f1)],_0x908fcc[_0x72aea2(0x31c)],_0x908fcc[_0x72aea2(0x7b0)],_0x505a1b),this[_0x72aea2(0x623)]=this[_0x72aea2(0x327)][_0x72aea2(0x53a)](_0x908fcc['unitId'],_0x908fcc[_0x72aea2(0x31c)],_0x908fcc[_0x72aea2(0x7b0)]);let _0x48b987=this[_0x72aea2(0x767)][_0x72aea2(0x632)]({'unitId':this['_unitId'],'subUnitId':this['_subUnitId'],'drawingId':this[_0x72aea2(0x466)]}),{transform:_0x27d553}=_0x48b987;if(_0x27d553){let {left:_0x1c6943,top:_0x344076,width:_0xadf9be,height:_0x1bda75}=_0x27d553;this[_0x72aea2(0x4ba)]=_0x1c6943||0x0,this[_0x72aea2(0x62c)]=_0x344076||0x0,this[_0x72aea2(0x606)]=_0xadf9be||0x0,this['_baseShapeHeight']=_0x1bda75||0x0;}let _0x4f6f33=!!((_0x227ac0=_0x48b987[_0x72aea2(0x230)])!=null&&_0x227ac0[_0x72aea2(0x7d9)]),_0x42e93b=!!((_0x3e2b4d=_0x48b987['transform'])!=null&&_0x3e2b4d['flipY']),_0x3fd662=((_0xb91655=_0x48b987[_0x72aea2(0x230)])==null?void 0x0:_0xb91655[_0x72aea2(0x19b)])||0x0;this[_0x72aea2(0x222)]=!0x0,_0x4c04ab['disableObjectsEvent']();let _0x3251ea=(_0x6f83a3=this[_0x72aea2(0x623)])==null?void 0x0:_0x6f83a3[_0x72aea2(0x319)](_0x505a1b),_0x19ee6a={[_0x505a1b]:_0x3251ea};this['_adjHandlerPointerMove']=_0x4c04ab['onPointerMove$'][_0x72aea2(0x644)]((_0x57d250,_0x543d33)=>{const _0x27cf00=_0x72aea2;if(!this['_isStartAdjusting'])return;let {offsetX:_0x539eac,offsetY:_0x36ae72}=_0x57d250,_0x1bf796=this[_0x27cf00(0x434)];if(this['_activeShapeModel']&&_0x1bf796){_0x4c04ab[_0x27cf00(0x48a)](),_0x4c04ab[_0x27cf00(0x3cf)](_0x2663fc[_0x27cf00(0x1eb)][_0x27cf00(0x273)]);let _0x9a773b={'left':0x0,'top':0x0,'width':this['_baseShapeWidth'],'height':this[_0x27cf00(0x2a2)]},_0x5f0efb=this['_getScrollInfo'](this[_0x27cf00(0x37f)],this[_0x27cf00(0x433)]),_0x1c54e6=this[_0x27cf00(0x7bb)](this[_0x27cf00(0x37f)],this['_subUnitId']),_0x56101e=_0x539eac/_0x1c54e6+_0x5f0efb['x']-this[_0x27cf00(0x4ba)],_0x1d81bb=_0x36ae72/_0x1c54e6+_0x5f0efb['y']-this[_0x27cf00(0x62c)];if(_0x3fd662!==0x0){let _0x451fc9=this['_baseShapeWidth']/0x2,_0x23daa6=this['_baseShapeHeight']/0x2,_0x55627b=_0x3fd662*Math['PI']/0xb4,_0xe48341=Math['cos'](_0x55627b),_0x5b8697=Math['sin'](_0x55627b),_0x27e279=_0x56101e-_0x451fc9,_0x326264=_0x1d81bb-_0x23daa6;_0x56101e=_0x451fc9+(_0x27e279*_0xe48341+_0x326264*_0x5b8697),_0x1d81bb=_0x23daa6+(-_0x27e279*_0x5b8697+_0x326264*_0xe48341);}_0x4f6f33&&(_0x56101e=this[_0x27cf00(0x606)]-_0x56101e),_0x42e93b&&(_0x1d81bb=this[_0x27cf00(0x2a2)]-_0x1d81bb);let _0x51ee24={'x':_0x56101e,'y':_0x1d81bb},_0x4b74c7=this['_activeShapeModel'][_0x27cf00(0x576)](_0x9a773b,_0x51ee24,_0x1bf796,_0x4f6f33,_0x42e93b),_0x4deec0=_0x1bf796[_0x27cf00(0x2c7)]||_0x1bf796[_0x27cf00(0x28e)]||_0x1bf796['gdRefAng']||_0x1bf796[_0x27cf00(0x4bc)];if(_0x4deec0===void 0x0)return;this[_0x27cf00(0x623)]['setAdjustValueByName'](_0x4deec0,_0x4b74c7);let _0x2b3b15=this[_0x27cf00(0x767)][_0x27cf00(0x632)]({'unitId':_0x908fcc[_0x27cf00(0x4f1)],'subUnitId':_0x908fcc[_0x27cf00(0x31c)],'drawingId':_0x908fcc['drawingId']});_0x2b3b15&&(this['_sheetDrawingShapeRenderController'][_0x27cf00(0x38a)](_0x2b3b15,_0x4c04ab),this[_0x27cf00(0x423)]=this[_0x27cf00(0x535)](_0x908fcc[_0x27cf00(0x4f1)],_0x908fcc['subUnitId'],_0x908fcc[_0x27cf00(0x7b0)]),this[_0x27cf00(0x410)]());}_0x543d33[_0x27cf00(0x3b5)]();}),this['_adjHandlerPointerUp']=_0x4c04ab[_0x72aea2(0x363)][_0x72aea2(0x644)]((_0x5caa10,_0x30fefe)=>{const _0x1ec9dc=_0x72aea2;this['_adjHandlerPointerMove']['unsubscribe'](),this[_0x1ec9dc(0x192)]['unsubscribe'](),_0x4c04ab[_0x1ec9dc(0x373)]();let _0x3ce4d9=this[_0x1ec9dc(0x434)];if(_0x3ce4d9){let _0x95951e=_0x908fcc[_0x1ec9dc(0x4f1)],_0x3f4aa9=_0x908fcc[_0x1ec9dc(0x31c)],_0x2d7fb3=_0x908fcc[_0x1ec9dc(0x7b0)],_0x3141fd=_0x3ce4d9['gdRefX']||_0x3ce4d9[_0x1ec9dc(0x28e)]||_0x3ce4d9[_0x1ec9dc(0x14a)]||_0x3ce4d9[_0x1ec9dc(0x4bc)];if(_0x3141fd!==void 0x0){var _0x4b88ca;let _0x5cc0ba=(_0x4b88ca=this[_0x1ec9dc(0x623)])==null?void 0x0:_0x4b88ca[_0x1ec9dc(0x319)](_0x3141fd);_0x5cc0ba!==void 0x0&&_0x5bf6b1(this[_0x1ec9dc(0x73b)],_0x95951e,_0x3f4aa9,_0x2d7fb3,{'oldShapeData':{'adjustValues':_0x19ee6a}},{'adjustValues':{[_0x3141fd]:_0x5cc0ba}});}}this[_0x1ec9dc(0x434)]=void 0x0,this[_0x1ec9dc(0x623)]=void 0x0,this['_isStartAdjusting']=!0x1,_0x30fefe[_0x1ec9dc(0x3b5)](),_0x4c04ab['enableObjectsEvent']();}),_0x408eaf[_0x72aea2(0x3b5)]();})));}[_0x537594(0x16c)](){const _0x25f02a=_0x537594;let _0x1b0448=this[_0x25f02a(0x76a)][_0x25f02a(0x5a3)](_0x20a5f6[_0x25f02a(0x687)][_0x25f02a(0x24c)]);this[_0x25f02a(0x48c)](_0x1b0448['pipe']((0x0,_0x35b3fa[_0x25f02a(0x146)])(_0x51545e=>_0x51545e?_0x51545e[_0x25f02a(0x4d0)][_0x25f02a(0x33d)]((0x0,_0x35b3fa[_0x25f02a(0x146)])(_0x37ca6b=>{const _0x326b2d=_0x25f02a;if(!_0x37ca6b)return _0x35b3fa[_0x326b2d(0x36f)];let _0x3c25a7=_0x51545e[_0x326b2d(0x334)](),_0x178f65=this[_0x326b2d(0x47b)][_0x326b2d(0x2d3)](_0x3c25a7),_0x1958f6=_0x178f65==null?void 0x0:_0x178f65['scene'];return _0x1958f6?(0x0,_0x35b3fa['of'])(_0x1958f6):_0x35b3fa['EMPTY'];})):_0x35b3fa[_0x25f02a(0x36f)]))[_0x25f02a(0x27d)](_0xea87f8=>{const _0x59d6d4=_0x25f02a;let _0x394ef0=_0xea87f8[_0x59d6d4(0x754)]();this[_0x59d6d4(0x48c)](_0xea87f8['onPointerMove$'][_0x59d6d4(0x644)](()=>{const _0x575b6c=_0x59d6d4;this[_0x575b6c(0x392)]&&this[_0x575b6c(0x66b)]();})),this[_0x59d6d4(0x48c)](_0x394ef0[_0x59d6d4(0x7b2)][_0x59d6d4(0x27d)](_0x2fa102=>{const _0x54a8a9=_0x59d6d4;let {objects:_0x46ef01}=_0x2fa102;this['_createShapeAdjustControls'](),_0x46ef01!==null&&_0x46ef01['size']===0x1&&_0x46ef01[_0x54a8a9(0x318)]()['next']()[_0x54a8a9(0x693)]instanceof _0xb3f2ff&&(this[_0x54a8a9(0x392)]=!0x0);})),this[_0x59d6d4(0x48c)](_0x394ef0['changing$'][_0x59d6d4(0x27d)](()=>{const _0x35c830=_0x59d6d4;this['_isDrawingShapePointDown']&&this[_0x35c830(0x66b)]();})),this[_0x59d6d4(0x48c)](_0xea87f8['onPointerUp$'][_0x59d6d4(0x644)](()=>{const _0x54e509=_0x59d6d4;this[_0x54e509(0x392)]&&(this[_0x54e509(0x392)]=!0x1,this[_0x54e509(0x7f6)]());})),this[_0x59d6d4(0x48c)](_0x394ef0[_0x59d6d4(0x5c0)]['subscribe'](()=>{const _0x15a808=_0x59d6d4;this[_0x15a808(0x37f)]&&this[_0x15a808(0x433)]&&this[_0x15a808(0x466)]&&this[_0x15a808(0x767)][_0x15a808(0x632)]({'unitId':this[_0x15a808(0x37f)],'subUnitId':this['_subUnitId'],'drawingId':this['_activeShapeId']})&&(this[_0x15a808(0x423)]=this['_getShapeAdjustPointListById'](this[_0x15a808(0x37f)],this[_0x15a808(0x433)],this[_0x15a808(0x466)]),this[_0x15a808(0x410)]());}));}));}[_0x537594(0x1d7)](){const _0x1d919a=_0x537594;this[_0x1d919a(0x48c)](this[_0x1d919a(0x767)][_0x1d919a(0x6af)][_0x1d919a(0x27d)](_0x1c7e54=>{const _0x42fdb8=_0x1d919a;if(_0x1c7e54[_0x42fdb8(0x274)]===0x1){let _0x3aee8c=_0x1c7e54[0x0];if(_0x3aee8c[_0x42fdb8(0x214)]===_0x20a5f6['DrawingTypeEnum'][_0x42fdb8(0x3dd)]){this[_0x42fdb8(0x466)]=_0x3aee8c[_0x42fdb8(0x7b0)];let {unitId:_0x128c4f,subUnitId:_0x32af2f}=_0x3aee8c;this['_activeShapeAdjustPointList']=this[_0x42fdb8(0x535)](_0x128c4f,_0x32af2f,this[_0x42fdb8(0x466)]),this[_0x42fdb8(0x37f)]=_0x128c4f,this[_0x42fdb8(0x433)]=_0x32af2f,this[_0x42fdb8(0x66b)](),this[_0x42fdb8(0x7f6)]();}else this['_activeShapeId']=null,this['_activeShapeAdjustPointList']=void 0x0,this[_0x42fdb8(0x37f)]=null,this['_subUnitId']=null,this[_0x42fdb8(0x66b)]();}(_0x1c7e54[_0x42fdb8(0x274)]>0x1||_0x1c7e54[_0x42fdb8(0x274)]===0x0)&&(this[_0x42fdb8(0x466)]=null,this[_0x42fdb8(0x423)]=void 0x0,this[_0x42fdb8(0x37f)]=null,this['_subUnitId']=null,this['_clearShapeAdjustControls']());})),this['disposeWithMe'](this['_drawingManagerService']['update$']['subscribe'](_0x262cf0=>{const _0x46a4e3=_0x1d919a;if(_0x262cf0[_0x46a4e3(0x274)]===0x1){var _0x3a2bb6;let _0x36be8e=_0x262cf0[0x0];((_0x3a2bb6=this[_0x46a4e3(0x767)][_0x46a4e3(0x632)](_0x36be8e))==null?void 0x0:_0x3a2bb6[_0x46a4e3(0x214)])===_0x20a5f6[_0x46a4e3(0x41f)][_0x46a4e3(0x3dd)]&&this['_updateShapeAdjustControls'](!0x0);}})),this['disposeWithMe'](this['_drawingManagerService'][_0x1d919a(0x439)][_0x1d919a(0x27d)](_0x2be85f=>{const _0x7f8e68=_0x1d919a;for(let _0x5c1c02 of _0x2be85f)this['_activeShapeId']===_0x5c1c02[_0x7f8e68(0x7b0)]&&(this[_0x7f8e68(0x466)]=null,this[_0x7f8e68(0x423)]=void 0x0,this[_0x7f8e68(0x37f)]=null,this[_0x7f8e68(0x433)]=null,this[_0x7f8e68(0x66b)]());}));}};_0x1838b2=_0x671f1f([_0x33f2d9(0x1,_0x20a5f6[_0x537594(0x545)]),_0x33f2d9(0x2,_0x1e663f[_0x537594(0x40a)]),_0x33f2d9(0x3,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x456710[_0x537594(0x4b3)])),_0x33f2d9(0x4,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x2663fc['IRenderManagerService'])),_0x33f2d9(0x5,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x46abbf)),_0x33f2d9(0x6,_0x20a5f6[_0x537594(0x69d)]),_0x33f2d9(0x7,_0x20a5f6[_0x537594(0x5fd)])],_0x1838b2);let _0x384569=class extends _0x20a5f6[_0x537594(0x1ae)]{constructor(_0x3f1639,_0x3885d9,_0x10b0a3,_0x31ac30,_0x5c510d){const _0x1201b4=_0x537594;super(),this[_0x1201b4(0x47b)]=_0x3f1639,this[_0x1201b4(0x67d)]=_0x3885d9,this[_0x1201b4(0x61e)]=_0x10b0a3,this[_0x1201b4(0x616)]=_0x31ac30,this['_groupCopyPasteController']=_0x5c510d,_0x714efa(this,_0x1201b4(0x1b2),void 0x0),this['_initCopyPaste'](),this[_0x1201b4(0x412)]();}get['_focusedDrawings'](){const _0x420e24=_0x537594;return this[_0x420e24(0x61e)][_0x420e24(0x68b)]();}[_0x537594(0x412)](){const _0x2762c5=_0x537594;this['_groupCopyPasteController'][_0x2762c5(0x251)](({fromUnitId:_0x12a91e,fromSubUnitId:_0x437938,toUnitId:_0x3b6a84,toSubUnitId:_0x58c700,idMap:_0x1cee28})=>{const _0x2340bc=_0x2762c5;let _0x41ebf3=[],_0x8db0db=[];for(let [_0x3285a4,_0x3dcbd2]of _0x1cee28[_0x2340bc(0x594)]()){let _0x1700a3=this[_0x2340bc(0x616)][_0x2340bc(0x53a)](_0x12a91e,_0x437938,_0x3285a4);if(!_0x1700a3)continue;let _0x17252d=_0x1700a3[_0x2340bc(0x60f)](),_0x11de22=JSON[_0x2340bc(0x21e)](JSON[_0x2340bc(0x628)](_0x1700a3[_0x2340bc(0x7fa)]()));if(_0x11de22[_0x2340bc(0x303)]){var _0x1a713e,_0x250d01;let _0x1e8219=(_0x1a713e=_0x11de22['relation'][_0x2340bc(0x7be)])==null?void 0x0:_0x1a713e[_0x2340bc(0x5a5)],_0x12aa88=(_0x250d01=_0x11de22['relation']['to'])==null?void 0x0:_0x250d01[_0x2340bc(0x5a5)],_0x33bd99=_0x1e8219?_0x1cee28[_0x2340bc(0x656)](_0x1e8219):!0x0,_0x556cb5=_0x12aa88?_0x1cee28[_0x2340bc(0x656)](_0x12aa88):!0x0;_0x33bd99&&_0x1e8219&&_0x11de22[_0x2340bc(0x303)]['from']?_0x11de22[_0x2340bc(0x303)][_0x2340bc(0x7be)]={..._0x11de22['relation'][_0x2340bc(0x7be)],'shapeId':_0x1cee28[_0x2340bc(0x3c5)](_0x1e8219)}:_0x11de22['relation'][_0x2340bc(0x7be)]=void 0x0,_0x556cb5&&_0x12aa88&&_0x11de22[_0x2340bc(0x303)]['to']?_0x11de22[_0x2340bc(0x303)]['to']={..._0x11de22['relation']['to'],'shapeId':_0x1cee28[_0x2340bc(0x3c5)](_0x12aa88)}:_0x11de22[_0x2340bc(0x303)]['to']=void 0x0;}_0x41ebf3[_0x2340bc(0x79d)]({'id':_0x456710[_0x2340bc(0x780)]['id'],'params':{'unitId':_0x3b6a84,'subUnitId':_0x58c700,'shapeId':_0x3dcbd2,'shapeType':_0x17252d,'shapeData':_0x11de22}}),_0x8db0db[_0x2340bc(0x79d)]({'id':_0x456710[_0x2340bc(0x4ae)]['id'],'params':{'unitId':_0x3b6a84,'subUnitId':_0x58c700,'shapeId':_0x3dcbd2}});}return{'redos':_0x41ebf3,'undos':_0x8db0db};});}[_0x537594(0x7ff)](){const _0x3c643c=_0x537594;this[_0x3c643c(0x48c)](this['_sheetClipboardService']['addClipboardHook']({'id':_0x3c643c(0x243),'onBeforeCopy':(_0x4c6e44,_0xd43cc2,_0x2bf809,_0x34a85d)=>{const _0xcf74ea=_0x3c643c;this['_copyInfo']=null;let _0x3a8a52=this[_0xcf74ea(0x3fa)];if(_0x3a8a52[_0xcf74ea(0x274)]){let _0x2d92fb=_0x3a8a52[_0xcf74ea(0x1bc)](_0x18cc25=>_0x18cc25[_0xcf74ea(0x214)]===_0x20a5f6[_0xcf74ea(0x41f)]['DRAWING_SHAPE']);if(_0x2d92fb[_0xcf74ea(0x274)]===0x0)return;this[_0xcf74ea(0x1b2)]={'unitId':_0x4c6e44,'subUnitId':_0xd43cc2,'copyType':_0x34a85d,'drawings':_0x2d92fb};}else this[_0xcf74ea(0x184)](_0x4c6e44,_0xd43cc2,_0x2bf809,_0x34a85d);},'onPasteCells':(_0x2a5bbc,_0x58123a,_0x45db0e,_0x3eccd5)=>{const _0x4662c6=_0x3c643c;if(!this[_0x4662c6(0x1b2)])return{'redos':[],'undos':[]};let {pasteType:_0x431862}=_0x3eccd5;return _0x431862===_0x4afbf8[_0x4662c6(0x523)][_0x4662c6(0x2bd)]?this['_generatePasteMutations'](_0x58123a,this[_0x4662c6(0x1b2)][_0x4662c6(0x311)]===_0x4afbf8['COPY_TYPE'][_0x4662c6(0x480)]):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x27c0d1=>this['_copyInfo']?this['_generatePasteMutations'](_0x27c0d1,this[_0x3c643c(0x1b2)]['copyType']===_0x4afbf8['COPY_TYPE'][_0x3c643c(0x480)]):{'redos':[],'undos':[]}}));}[_0x537594(0x184)](_0xedc526,_0x1053d9,_0xe0523b,_0x2c4613){const _0x3a1a1=_0x537594;var _0x156653;let _0x264220=(_0x156653=this[_0x3a1a1(0x47b)][_0x3a1a1(0x2d3)](_0xedc526))==null?void 0x0:_0x156653['with'](_0x4afbf8[_0x3a1a1(0x1d9)]);if(!_0x264220)return;let _0x15fc60=_0x264220['attachRangeWithCoord'](_0xe0523b);if(!_0x15fc60)return;let {startX:_0x80a450,endX:_0xd1470d,startY:_0x593660,endY:_0x396b98}=_0x15fc60,_0x53d965=this['_sheetDrawingService'][_0x3a1a1(0x5ce)](_0xedc526,_0x1053d9),_0x6758f8=this[_0x3a1a1(0x3fa)][_0x3a1a1(0x6a0)]();for(let [_0x213caf,_0x19bbfd]of Object[_0x3a1a1(0x594)](_0x53d965)){if(_0x19bbfd[_0x3a1a1(0x214)]!==_0x20a5f6['DrawingTypeEnum'][_0x3a1a1(0x3dd)])continue;let {transform:_0x4229e0}=_0x19bbfd;if(!_0x4229e0)continue;let {left:_0x504401=0x0,top:_0x3789df=0x0,width:_0xd0b849=0x0,height:_0x3f1598=0x0}=_0x4229e0;_0x80a450<=_0x504401&&_0xd1470d>=_0x504401+_0xd0b849&&_0x593660<=_0x3789df&&_0x396b98>=_0x3789df+_0x3f1598&&_0x6758f8['push'](_0x19bbfd);}_0x6758f8[_0x3a1a1(0x274)]>0x0&&(this[_0x3a1a1(0x1b2)]={'unitId':_0xedc526,'subUnitId':_0x1053d9,'copyType':_0x2c4613,'copyRange':_0xe0523b,'drawings':_0x6758f8});}[_0x537594(0x4cc)](_0x1f65bc,_0x38c805){const _0x266926=_0x537594;let {unitId:_0x30546a,subUnitId:_0x467fb8,range:_0x344cd2}=_0x1f65bc,_0x17059f=this[_0x266926(0x47b)][_0x266926(0x2d3)](_0x30546a),_0x3c6f60=_0x17059f==null?void 0x0:_0x17059f['with'](_0x4afbf8[_0x266926(0x1d9)]),_0x313b6d=_0x17059f==null?void 0x0:_0x17059f[_0x266926(0x3f5)](_0x4afbf8[_0x266926(0x48e)]);if(!_0x3c6f60||!_0x313b6d)return{'redos':[],'undos':[]};let _0x2d07ab=(0x0,_0x339f57[_0x266926(0x2b9)])(_0x344cd2),{unitId:_0x410378,subUnitId:_0x124556,copyRange:_0x9e9bbb,drawings:_0x78074e}=this[_0x266926(0x1b2)],_0x57d973=[],_0x466c9f=[];for(let _0x4e7bf2 of _0x78074e){let {drawingId:_0x534527,transform:_0xf17302,sheetTransform:_0x346b9a}=_0x4e7bf2;if(!_0xf17302||!_0x346b9a)continue;let _0x302a1d=this[_0x266926(0x3d4)]({'transform':_0xf17302,'sheetTransform':_0x346b9a},_0x3c6f60,_0x313b6d,_0x2d07ab,_0x9e9bbb);if(_0x38c805){let {redos:_0x222a9f,undos:_0x2d4b85}=this['_generateCutPasteMutations']({'fromUnitId':_0x410378,'fromSubUnitId':_0x124556,'toUnitId':_0x30546a,'toSubUnitId':_0x467fb8,'drawing':_0x4e7bf2,'newTransforms':_0x302a1d});_0x57d973[_0x266926(0x79d)](..._0x222a9f),_0x466c9f[_0x266926(0x79d)](..._0x2d4b85);continue;}let {redos:_0x516dea,undos:_0x3de5e9}=this[_0x266926(0x1b5)]({'toUnitId':_0x30546a,'toSubUnitId':_0x467fb8,'drawing':_0x4e7bf2,'newTransforms':_0x302a1d});_0x57d973[_0x266926(0x79d)](..._0x516dea),_0x466c9f[_0x266926(0x79d)](..._0x3de5e9);}return{'redos':_0x57d973,'undos':_0x466c9f};}['_generateCutPasteMutations'](_0x280f0c){const _0xf17b7b=_0x537594;let {fromUnitId:_0xf9a5e,fromSubUnitId:_0x3bdb9d,toUnitId:_0x1e104a,toSubUnitId:_0xce2491,drawing:_0x5d7250,newTransforms:_0x3c9178}=_0x280f0c,_0x49acc0={..._0x5d7250,'unitId':_0x1e104a,'subUnitId':_0xce2491,'transform':_0x3c9178['transform'],'sheetTransform':_0x3c9178[_0xf17b7b(0x4a8)]};if(_0x1e104a===_0xf9a5e&&_0xce2491===_0x3bdb9d){let {redo:_0x26da1c,undo:_0x1b6f05,objects:_0x6ef1d0}=this[_0xf17b7b(0x61e)]['getBatchUpdateOp']([_0x49acc0]);return{'redos':[{'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x1e104a,'subUnitId':_0xce2491,'type':_0x1857a5[_0xf17b7b(0x59a)]['UPDATE'],'op':_0x26da1c,'objects':_0x6ef1d0}}],'undos':[{'id':_0x1857a5[_0xf17b7b(0x779)]['id'],'params':{'unitId':_0x1e104a,'subUnitId':_0xce2491,'type':_0x1857a5['DrawingApplyType'][_0xf17b7b(0x360)],'op':_0x1b6f05,'objects':_0x6ef1d0}}]};}else{let _0x32eb22=this[_0xf17b7b(0x61e)][_0xf17b7b(0x6ff)]([_0x5d7250]),_0x4bee43=this['_sheetDrawingService'][_0xf17b7b(0x261)]([_0x49acc0]),_0x40ad54=this[_0xf17b7b(0x616)][_0xf17b7b(0x53a)](_0x5d7250[_0xf17b7b(0x4f1)],_0x5d7250[_0xf17b7b(0x31c)],_0x5d7250['drawingId']);if(!_0x40ad54)return{'redos':[],'undos':[]};let _0x5c7dcb=_0x40ad54[_0xf17b7b(0x60f)](),_0x4e4d04=JSON[_0xf17b7b(0x21e)](JSON[_0xf17b7b(0x628)](_0x40ad54['getShapeData']()));return{'redos':[{'id':_0x1857a5[_0xf17b7b(0x779)]['id'],'params':{'unitId':_0xf9a5e,'subUnitId':_0x3bdb9d,'type':_0x1857a5[_0xf17b7b(0x59a)][_0xf17b7b(0x3d6)],'op':_0x32eb22[_0xf17b7b(0x686)],'objects':_0x32eb22['objects']}},{'id':_0x456710[_0xf17b7b(0x4ae)]['id'],'params':{'unitId':_0xf9a5e,'subUnitId':_0x3bdb9d,'shapeId':_0x5d7250[_0xf17b7b(0x7b0)]}},{'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x1e104a,'subUnitId':_0xce2491,'type':_0x1857a5[_0xf17b7b(0x59a)][_0xf17b7b(0x29b)],'op':_0x4bee43['redo'],'objects':_0x4bee43[_0xf17b7b(0x3d5)]}},{'id':_0x456710['InsertSheetsShapeMutation']['id'],'params':{'unitId':_0x1e104a,'subUnitId':_0xce2491,'shapeId':_0x5d7250[_0xf17b7b(0x7b0)],'shapeType':_0x5c7dcb,'shapeData':_0x4e4d04}}],'undos':[{'id':_0x1857a5[_0xf17b7b(0x779)]['id'],'params':{'unitId':_0xf9a5e,'subUnitId':_0x3bdb9d,'type':_0x1857a5['DrawingApplyType'][_0xf17b7b(0x29b)],'op':_0x32eb22[_0xf17b7b(0x558)],'objects':_0x32eb22[_0xf17b7b(0x3d5)]}},{'id':_0x456710[_0xf17b7b(0x780)]['id'],'params':{'unitId':_0xf9a5e,'subUnitId':_0x3bdb9d,'shapeId':_0x5d7250[_0xf17b7b(0x7b0)],'shapeType':_0x5c7dcb,'shapeData':_0x4e4d04}},{'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x1e104a,'subUnitId':_0xce2491,'type':_0x1857a5['DrawingApplyType']['REMOVE'],'op':_0x4bee43[_0xf17b7b(0x558)],'objects':_0x4bee43[_0xf17b7b(0x3d5)]}},{'id':_0x456710[_0xf17b7b(0x4ae)]['id'],'params':{'unitId':_0x1e104a,'subUnitId':_0xce2491,'shapeId':_0x5d7250[_0xf17b7b(0x7b0)]}}]};}}[_0x537594(0x1b5)](_0x175b4e){const _0x42f2e5=_0x537594;let {toUnitId:_0x54befc,toSubUnitId:_0x4d7000,drawing:_0x1286db,newTransforms:_0x11f1fe}=_0x175b4e,_0x58550a=(0x0,_0x20a5f6[_0x42f2e5(0x28b)])(),_0x33473f={..._0x1286db,'unitId':_0x54befc,'subUnitId':_0x4d7000,'drawingId':_0x58550a,'transform':_0x11f1fe[_0x42f2e5(0x230)],'sheetTransform':_0x11f1fe[_0x42f2e5(0x4a8)]},{redo:_0x304ab5,undo:_0x5b2ec,objects:_0x2b0430}=this[_0x42f2e5(0x61e)][_0x42f2e5(0x261)]([_0x33473f]),_0x1d39e1=this[_0x42f2e5(0x616)][_0x42f2e5(0x53a)](_0x1286db[_0x42f2e5(0x4f1)],_0x1286db[_0x42f2e5(0x31c)],_0x1286db[_0x42f2e5(0x7b0)]);if(!_0x1d39e1)return{'redos':[],'undos':[]};let _0x4a235b=_0x1d39e1['getShapeType'](),_0x44ecdb=JSON[_0x42f2e5(0x21e)](JSON[_0x42f2e5(0x628)](_0x1d39e1['getShapeData']()));return{'redos':[{'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x54befc,'subUnitId':_0x4d7000,'type':_0x1857a5[_0x42f2e5(0x59a)]['INSERT'],'op':_0x304ab5,'objects':_0x2b0430}},{'id':_0x456710[_0x42f2e5(0x780)]['id'],'params':{'unitId':_0x54befc,'subUnitId':_0x4d7000,'shapeId':_0x58550a,'shapeType':_0x4a235b,'shapeData':_0x44ecdb}}],'undos':[{'id':_0x1857a5['SetDrawingApplyMutation']['id'],'params':{'unitId':_0x54befc,'subUnitId':_0x4d7000,'type':_0x1857a5[_0x42f2e5(0x59a)][_0x42f2e5(0x3d6)],'op':_0x5b2ec,'objects':_0x2b0430}},{'id':_0x456710[_0x42f2e5(0x4ae)]['id'],'params':{'unitId':_0x54befc,'subUnitId':_0x4d7000,'shapeId':_0x58550a}}]};}[_0x537594(0x3d4)](_0x1d286b,_0x2d3afd,_0x2bee59,_0x1df8fa,_0x1e1a99){const _0x4712af=_0x537594;var _0x89bb82;let {transform:_0x24d890,sheetTransform:_0x30f1f2}=_0x1d286b,_0x3d6e57={..._0x24d890};if(_0x1e1a99){let _0x9e56c3=_0x2d3afd[_0x4712af(0x46d)](_0x1e1a99),_0x403e03=_0x2d3afd[_0x4712af(0x46d)](_0x1df8fa);if(_0x9e56c3&&_0x403e03){var _0x5abc3e,_0x2375ef;let _0x33f030=_0x403e03['startX']-_0x9e56c3[_0x4712af(0x64a)],_0x344c33=_0x403e03[_0x4712af(0x367)]-_0x9e56c3[_0x4712af(0x367)];_0x3d6e57['left']=((_0x5abc3e=_0x3d6e57[_0x4712af(0x711)])==null?0x0:_0x5abc3e)+_0x33f030,_0x3d6e57['top']=((_0x2375ef=_0x3d6e57[_0x4712af(0x5e6)])==null?0x0:_0x2375ef)+_0x344c33;}}else{let _0x3bfefa=_0x2d3afd[_0x4712af(0x46d)](_0x1df8fa);_0x3d6e57[_0x4712af(0x711)]=_0x3bfefa==null?void 0x0:_0x3bfefa[_0x4712af(0x64a)],_0x3d6e57[_0x4712af(0x5e6)]=_0x3bfefa==null?void 0x0:_0x3bfefa['startY'];}return{'transform':_0x3d6e57,'sheetTransform':(_0x89bb82=(0x0,_0x447755[_0x4712af(0x3ca)])(_0x3d6e57,_0x2bee59))==null?_0x30f1f2:_0x89bb82};}};_0x384569=_0x671f1f([_0x33f2d9(0x0,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x2663fc['IRenderManagerService'])),_0x33f2d9(0x1,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x4afbf8['ISheetClipboardService'])),_0x33f2d9(0x2,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x1857a5[_0x537594(0x30b)])),_0x33f2d9(0x3,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x456710[_0x537594(0x4b3)])),_0x33f2d9(0x4,(0x0,_0x20a5f6['Inject'])(_0x447755['SheetsDrawingGroupCopyPasteController']))],_0x384569);let _0x2cb96e=class extends _0x20a5f6['Disposable']{constructor(_0x11c1fe,_0x148f61,_0x26147b,_0x3e1ca4,_0x5b2c9b,_0x594b84){const _0x511c42=_0x537594;super(),this[_0x511c42(0x76a)]=_0x11c1fe,this['_sheetInterceptorService']=_0x148f61,this[_0x511c42(0x4fc)]=_0x26147b,this['_sheetsShapeService']=_0x3e1ca4,this['_drawingManagerService']=_0x5b2c9b,this[_0x511c42(0x47b)]=_0x594b84,this['_initCommandInterceptor']();}[_0x537594(0x401)](){const _0x5a64ab=_0x537594;this[_0x5a64ab(0x48c)](this[_0x5a64ab(0x2fd)][_0x5a64ab(0x6da)]({'getMutations':_0xac8c01=>{const _0x5c55e5=_0x5a64ab;let _0x1aa81b=[],_0xc2cfcc=[];if(_0xac8c01['id']===_0x447755['InsertSheetDrawingCommand']['id'])return _0xac8c01[_0x5c55e5(0x60b)][_0x5c55e5(0x735)][_0x5c55e5(0x1bc)](_0x1eff6d=>_0x1eff6d['drawingType']===_0x20a5f6['DrawingTypeEnum'][_0x5c55e5(0x3dd)])[_0x5c55e5(0x1b6)](_0x2bfa95=>{const _0x76d35e=_0x5c55e5;let {unitId:_0x211be6,subUnitId:_0x4d0f45,drawingId:_0xf56aa5,data:_0x5dfce9}=_0x2bfa95;if(_0x5dfce9){let _0x107dda={'unitId':_0x211be6,'subUnitId':_0x4d0f45,'shapeId':_0xf56aa5,'shapeType':_0x5dfce9[_0x76d35e(0x5d1)],'shapeData':_0x5dfce9[_0x76d35e(0x437)]},_0x28541c={'unitId':_0x211be6,'subUnitId':_0x4d0f45,'shapeId':_0xf56aa5};_0x1aa81b[_0x76d35e(0x79d)]({'id':_0x456710[_0x76d35e(0x780)]['id'],'params':_0x107dda}),_0xc2cfcc[_0x76d35e(0x79d)]({'id':_0x456710['RemoveSheetsShapeMutation']['id'],'params':_0x28541c});}}),{'preRedos':_0x1aa81b,'redos':[],'preUndos':[],'undos':_0xc2cfcc};if(_0xac8c01['id']===_0x447755[_0x5c55e5(0x6eb)]['id'])return _0xac8c01[_0x5c55e5(0x60b)]['drawings']['filter'](_0x3b4e8d=>_0x3b4e8d[_0x5c55e5(0x214)]===_0x20a5f6['DrawingTypeEnum']['DRAWING_SHAPE'])[_0x5c55e5(0x1b6)](_0x4ad395=>{const _0x363e7a=_0x5c55e5;let {unitId:_0x15842f,subUnitId:_0x49e4fc,drawingId:_0xad791e}=_0x4ad395;if(this[_0x363e7a(0x327)][_0x363e7a(0x5ff)](_0x15842f,_0x49e4fc,_0xad791e))return;let _0x44f1e6=this[_0x363e7a(0x327)][_0x363e7a(0x21b)](_0x15842f,_0x49e4fc,_0xad791e),_0x2193a2=this[_0x363e7a(0x327)][_0x363e7a(0x799)](_0x15842f,_0x49e4fc,_0xad791e);if(!_0x44f1e6)return;let _0x4ec74d={'unitId':_0x15842f,'subUnitId':_0x49e4fc,'shapeId':_0xad791e,'shapeType':_0x44f1e6,'shapeData':_0x2193a2},_0x54839a={'unitId':_0x15842f,'subUnitId':_0x49e4fc,'shapeId':_0xad791e};_0x1aa81b[_0x363e7a(0x79d)]({'id':_0x456710['RemoveSheetsShapeMutation']['id'],'params':_0x54839a}),_0xc2cfcc['push']({'id':_0x456710[_0x363e7a(0x780)]['id'],'params':_0x4ec74d});let _0x250c11=this[_0x363e7a(0x327)][_0x363e7a(0x408)](_0x15842f,_0x49e4fc,_0xad791e);if(_0x250c11)for(let _0x4fbdda of _0x250c11){let _0x1d6da4=_0x4fbdda[_0x363e7a(0x32d)],_0x9c5d7f=_0x4fbdda[_0x363e7a(0x5cc)],_0x4dd1cb=_0x9c5d7f?{'from':void 0x0}:{'to':void 0x0},_0x39cd4d=_0x9c5d7f?{'from':{'shapeId':_0x4fbdda['shapeId'],'cxnIndex':_0x4fbdda['cxnIndex']}}:{'to':{'shapeId':_0x4fbdda[_0x363e7a(0x5a5)],'cxnIndex':_0x4fbdda['cxnIndex']}};_0x1aa81b['push']({'id':_0x456710[_0x363e7a(0x5e7)]['id'],'params':{'unitId':_0x15842f,'subUnitId':_0x49e4fc,'shapeId':_0x1d6da4,'shapeData':{'relation':_0x4dd1cb}}}),_0xc2cfcc['push']({'id':_0x456710[_0x363e7a(0x5e7)]['id'],'params':{'unitId':_0x15842f,'subUnitId':_0x49e4fc,'shapeId':_0x1d6da4,'shapeData':{'relation':_0x39cd4d}}});}}),{'preRedos':[],'redos':_0x1aa81b,'preUndos':_0xc2cfcc,'undos':[]};if(_0xac8c01['id']===_0x447755['SetSheetDrawingCommand']['id']){let _0x2671a5=_0xac8c01['params'][_0x5c55e5(0x735)][_0x5c55e5(0x1bc)](_0x51cd2b=>_0x51cd2b[_0x5c55e5(0x214)]===_0x20a5f6[_0x5c55e5(0x41f)][_0x5c55e5(0x3dd)]);for(let _0x56442e of _0x2671a5){let {unitId:_0x41f601,subUnitId:_0x21a79e,drawingId:_0x4209ba,transform:_0x343f4c}=_0x56442e;if(_0x41f601===void 0x0||_0x21a79e===void 0x0||_0x4209ba===void 0x0||_0x343f4c==null||this[_0x5c55e5(0x327)][_0x5c55e5(0x5ff)](_0x41f601,_0x21a79e,_0x4209ba)===!0x1)continue;let _0x2ac29d=this[_0x5c55e5(0x327)][_0x5c55e5(0x21b)](_0x41f601,_0x21a79e,_0x4209ba);if(_0x2ac29d){if((0x0,_0x58e46a[_0x5c55e5(0x3e5)])(_0x2ac29d)){let _0x57921b=this[_0x5c55e5(0x327)][_0x5c55e5(0x714)](_0x41f601,_0x21a79e,_0x4209ba);_0x57921b&&(_0x1aa81b['push']({'id':_0x456710[_0x5c55e5(0x5e7)]['id'],'params':{'unitId':_0x41f601,'subUnitId':_0x21a79e,'shapeId':_0x4209ba,'shapeData':{'relation':{'from':void 0x0,'to':void 0x0}}}}),_0xc2cfcc[_0x5c55e5(0x79d)]({'id':_0x456710[_0x5c55e5(0x5e7)]['id'],'params':{'unitId':_0x41f601,'subUnitId':_0x21a79e,'shapeId':_0x4209ba,'shapeData':{'relation':_0x57921b}}}));}else{let _0x417021=this[_0x5c55e5(0x327)][_0x5c55e5(0x408)](_0x41f601,_0x21a79e,_0x4209ba);if(_0x417021&&_0x417021[_0x5c55e5(0x274)]>0x0)for(let _0x2d2669 of _0x417021){let _0x320ea0=_0x2d2669[_0x5c55e5(0x32d)],_0x21aa8c=_0x2d2669[_0x5c55e5(0x5cc)],_0xacac50=this[_0x5c55e5(0x327)][_0x5c55e5(0x53a)](_0x41f601,_0x21a79e,_0x320ea0);if(!_0xacac50)continue;let _0x2795f2=_0xacac50[_0x5c55e5(0x6b0)](),_0x25764c=_0xacac50[_0x5c55e5(0x6f3)]();_0x2795f2&&_0x25764c?this[_0x5c55e5(0x518)](_0x41f601,_0x21a79e,_0x320ea0,_0xacac50,_0x2795f2,_0x25764c,_0x1aa81b,_0xc2cfcc,_0x4209ba,_0x343f4c):this[_0x5c55e5(0x4bb)](_0x41f601,_0x21a79e,_0x320ea0,_0xacac50,_0x21aa8c?_0x2795f2:_0x25764c,_0x21aa8c,_0x1aa81b,_0xc2cfcc,_0x4209ba,_0x343f4c);}}}}return{'preRedos':[],'redos':_0x1aa81b,'preUndos':_0xc2cfcc,'undos':[]};}return{'undos':[],'redos':[]};}}));}['_getConnectPointInfo'](_0x2d8dff,_0x2bfc27,_0x50c54c,_0x2577ba,_0x24a208){const _0x3f40f8=_0x537594;if(!_0x2bfc27||!_0x50c54c)return null;let {shapeId:_0x323d08,cxnIndex:_0x12da34}=_0x2d8dff,_0x1aff8a=this[_0x3f40f8(0x327)][_0x3f40f8(0x53a)](_0x2bfc27,_0x50c54c,_0x323d08);if(!_0x1aff8a)return null;let _0x382473=this[_0x3f40f8(0x767)]['getDrawingByParam']({'unitId':_0x2bfc27,'subUnitId':_0x50c54c,'drawingId':_0x323d08});if(!(_0x382473!=null&&_0x382473[_0x3f40f8(0x230)]))return null;let {left:_0x4fb1ce=0x0,top:_0x1a4593=0x0,width:_0x441862=0x0,height:_0x8327c2=0x0,flipX:_0x570301=!0x1,flipY:_0x1f09b7=!0x1,angle:_0xa12f7}=_0x382473[_0x3f40f8(0x230)];if(_0x24a208&&_0x2577ba===_0x323d08){var _0x2ba512,_0x2dbb25,_0x13a35c,_0x15d527,_0x10ff4f,_0x3f28fe,_0x60578f;_0x4fb1ce=(_0x2ba512=_0x24a208[_0x3f40f8(0x711)])==null?_0x4fb1ce:_0x2ba512,_0x1a4593=(_0x2dbb25=_0x24a208[_0x3f40f8(0x5e6)])==null?_0x1a4593:_0x2dbb25,_0x441862=(_0x13a35c=_0x24a208[_0x3f40f8(0x294)])==null?_0x441862:_0x13a35c,_0x8327c2=(_0x15d527=_0x24a208[_0x3f40f8(0x670)])==null?_0x8327c2:_0x15d527,_0x570301=(_0x10ff4f=_0x24a208[_0x3f40f8(0x7d9)])==null?_0x570301:_0x10ff4f,_0x1f09b7=(_0x3f28fe=_0x24a208[_0x3f40f8(0x42a)])==null?_0x1f09b7:_0x3f28fe,_0xa12f7=(_0x60578f=_0x24a208[_0x3f40f8(0x19b)])==null?_0xa12f7:_0x60578f;}_0x1aff8a[_0x3f40f8(0x7b3)]({'width':_0x441862,'height':_0x8327c2});let _0x54cd45=_0x1aff8a[_0x3f40f8(0x4ac)]()['find'](_0x51fa5c=>_0x51fa5c[_0x3f40f8(0x5b3)]===_0x12da34);if(!_0x54cd45)return null;let _0x558f76=_0x570301?_0x441862-_0x54cd45['x']:_0x54cd45['x'],_0x4f1b74=_0x1f09b7?_0x8327c2-_0x54cd45['y']:_0x54cd45['y'];if(_0xa12f7!==0x0&&_0xa12f7!=null){let _0x3f3f59=_0xa12f7*Math['PI']/0xb4,_0x1c190a=Math[_0x3f40f8(0x517)](_0x3f3f59),_0x1c75d4=Math[_0x3f40f8(0x206)](_0x3f3f59),_0x187f71=_0x441862/0x2,_0x3e0215=_0x8327c2/0x2,_0x1a4257=_0x558f76-_0x187f71,_0x4392f4=_0x4f1b74-_0x3e0215;_0x558f76=_0x187f71+_0x1a4257*_0x1c190a-_0x4392f4*_0x1c75d4,_0x4f1b74=_0x3e0215+_0x1a4257*_0x1c75d4+_0x4392f4*_0x1c190a;}_0x558f76+=_0x4fb1ce,_0x4f1b74+=_0x1a4593;let _0x16e8b6=_0x54cd45['ang']/0xea60;_0x570301&&(_0x16e8b6=0xb4-_0x16e8b6),_0x1f09b7&&(_0x16e8b6=-_0x16e8b6),_0x16e8b6+=_0xa12f7||0x0,_0x16e8b6=(_0x16e8b6%0x168+0x168)%0x168;let _0x19534a=(0x0,_0x58e46a[_0x3f40f8(0x298)])({'left':_0x4fb1ce,'top':_0x1a4593,'width':_0x441862,'height':_0x8327c2},_0xa12f7||0x0);return{'point':{'x':_0x558f76,'y':_0x4f1b74},'angle':_0x16e8b6,'bounds':_0x19534a};}['_addLineRerouteUpdates'](_0x198542,_0x5ad088,_0x5e1d33,_0x4d45c8,_0x4e355b,_0x21300b,_0xc50a17,_0x5c27f4,_0x46cc34,_0x10620b){const _0x22973a=_0x537594;let _0x146bff=_0x4d45c8[_0x22973a(0x6ee)](),_0x2c5678=_0x4d45c8[_0x22973a(0x289)](),_0x292c03={},_0x5ad9ce={};_0x2c5678[_0x22973a(0x1b6)](_0x42f4cc=>{let _0x143c60=_0x4d45c8['getAdjustValueByName'](_0x42f4cc);_0x5ad9ce[_0x42f4cc]=_0x143c60==null?0x0:_0x143c60;});let _0xe94d9e=this[_0x22973a(0x43d)](_0x4e355b,_0x198542,_0x5ad088,_0x46cc34,_0x10620b),_0x530be1=this[_0x22973a(0x43d)](_0x21300b,_0x198542,_0x5ad088,_0x46cc34,_0x10620b);if(_0xe94d9e&&_0x530be1){let _0x4cdbf9=_0x4d45c8[_0x22973a(0x60f)](),_0x1f955b=(0x0,_0x58e46a[_0x22973a(0x6b8)])(_0xe94d9e,_0x530be1,_0x4cdbf9),_0x29e06d=_0x4cdbf9;if(_0x1f955b){let _0x227c69=(0x0,_0x58e46a[_0x22973a(0x4c8)])(_0x1f955b,_0x4d45c8[_0x22973a(0x60f)]()),_0x119a47=this[_0x22973a(0x767)][_0x22973a(0x5ce)](_0x198542,_0x5ad088);if(_0x119a47&&_0x119a47[_0x5e1d33]){let _0x3b0408=_0x119a47[_0x5e1d33];_0x29e06d=_0x227c69[_0x22973a(0x537)];for(let [_0x22043,_0xcd0c21]of Object[_0x22973a(0x594)](_0x227c69[_0x22973a(0x542)]))_0x292c03[_0x22043]=_0xcd0c21;let _0x3bbfc1={..._0x3b0408[_0x22973a(0x230)],'width':_0x227c69[_0x22973a(0x5ea)]['width'],'height':_0x227c69[_0x22973a(0x5ea)][_0x22973a(0x670)],'left':_0x227c69[_0x22973a(0x5ea)][_0x22973a(0x711)],'top':_0x227c69['worldRect']['top'],'flipX':_0x227c69[_0x22973a(0x5ea)]['flipX'],'flipY':_0x227c69[_0x22973a(0x5ea)]['flipY'],'angle':_0x227c69[_0x22973a(0x527)]},_0x17da46=this[_0x22973a(0x47b)][_0x22973a(0x2d3)](_0x198542),_0x28b622=_0x17da46==null?void 0x0:_0x17da46[_0x22973a(0x3f5)](_0x4afbf8[_0x22973a(0x48e)]);if(!_0x28b622)return;let _0xb15476=(0x0,_0x447755[_0x22973a(0x3ca)])(_0x3bbfc1,_0x28b622),_0x363e64=(0x0,_0x447755[_0x22973a(0x399)])(_0x3bbfc1,_0x28b622),_0x43d902={'unitId':_0x198542,'subUnitId':_0x5ad088,'drawingType':_0x20a5f6[_0x22973a(0x41f)]['DRAWING_SHAPE'],'drawingId':_0x5e1d33,'transform':_0x3bbfc1,'sheetTransform':_0xb15476,'axisAlignSheetTransform':_0x363e64},{unitId:_0x30078a,subUnitId:_0x4176d1,undo:_0xdc6af5,redo:_0x4157ea,objects:_0x14f73f}=this[_0x22973a(0x767)][_0x22973a(0x1a4)]([_0x43d902]);_0xc50a17['push']({'id':_0x1857a5[_0x22973a(0x779)]['id'],'params':{'unitId':_0x30078a,'subUnitId':_0x4176d1,'op':_0x4157ea,'objects':_0x14f73f,'type':_0x1857a5[_0x22973a(0x59a)][_0x22973a(0x360)]}}),_0x5c27f4[_0x22973a(0x79d)]({'id':_0x1857a5[_0x22973a(0x779)]['id'],'params':{'unitId':_0x30078a,'subUnitId':_0x4176d1,'op':_0xdc6af5,'objects':_0x14f73f,'type':_0x1857a5[_0x22973a(0x59a)][_0x22973a(0x360)]}});}_0x4d45c8[_0x22973a(0x20d)]();}_0xc50a17['push']({'id':_0x456710[_0x22973a(0x5e7)]['id'],'params':{'unitId':_0x198542,'subUnitId':_0x5ad088,'shapeId':_0x5e1d33,'shapeType':_0x29e06d,'shapeData':{'adjustValues':_0x292c03,'relation':_0x146bff}}}),_0x5c27f4[_0x22973a(0x79d)]({'id':_0x456710['UpdateSheetsShapeDataMutation']['id'],'params':{'unitId':_0x198542,'subUnitId':_0x5ad088,'shapeId':_0x5e1d33,'shapeType':_0x4cdbf9,'shapeData':{'adjustValues':_0x5ad9ce,'relation':_0x146bff}}});}}[_0x537594(0x4bb)](_0x3d6823,_0x2a9f67,_0xe1ddac,_0x32bb02,_0x3eed07,_0x1e8462,_0xca42b3,_0x4e10f9,_0x8adf90,_0x21d9e1){const _0x466b6e=_0x537594;var _0x5cbf3d;if(!_0x3eed07)return;let _0xd01cc3=(_0x5cbf3d=this[_0x466b6e(0x767)][_0x466b6e(0x632)]({'unitId':_0x3d6823,'subUnitId':_0x2a9f67,'drawingId':_0x8adf90}))==null?void 0x0:_0x5cbf3d[_0x466b6e(0x230)];if(!_0xd01cc3)return;let _0xbed24f=_0xd01cc3['left']!==_0x21d9e1[_0x466b6e(0x711)]||_0xd01cc3[_0x466b6e(0x5e6)]!==_0x21d9e1[_0x466b6e(0x5e6)],_0xc8c633=_0xd01cc3[_0x466b6e(0x294)]!==_0x21d9e1['width']||_0xd01cc3[_0x466b6e(0x670)]!==_0x21d9e1[_0x466b6e(0x670)],_0x5396a5=_0xd01cc3[_0x466b6e(0x7d9)]!==_0x21d9e1[_0x466b6e(0x7d9)]||_0xd01cc3[_0x466b6e(0x42a)]!==_0x21d9e1[_0x466b6e(0x42a)],_0x4c8c54=_0xd01cc3[_0x466b6e(0x19b)]!==_0x21d9e1[_0x466b6e(0x19b)];if(_0xbed24f&&!_0xc8c633&&!_0x5396a5&&!_0x4c8c54){var _0xb114e,_0x3782be,_0xef9a0b,_0x3a482a;let _0x1e5ba6=((_0xb114e=_0x21d9e1['left'])==null?0x0:_0xb114e)-((_0x3782be=_0xd01cc3['left'])==null?0x0:_0x3782be),_0xa26932=((_0xef9a0b=_0x21d9e1['top'])==null?0x0:_0xef9a0b)-((_0x3a482a=_0xd01cc3[_0x466b6e(0x5e6)])==null?0x0:_0x3a482a),_0x136096=this[_0x466b6e(0x767)][_0x466b6e(0x5ce)](_0x3d6823,_0x2a9f67);if(_0x136096&&_0x136096[_0xe1ddac]){var _0x94de69,_0x317ca7,_0x19d552,_0x4b931e;let _0xdf16eb=_0x136096[_0xe1ddac],_0x23dda8={..._0xdf16eb[_0x466b6e(0x230)],'left':((_0x94de69=(_0x317ca7=_0xdf16eb[_0x466b6e(0x230)])==null?void 0x0:_0x317ca7[_0x466b6e(0x711)])==null?0x0:_0x94de69)+_0x1e5ba6,'top':((_0x19d552=(_0x4b931e=_0xdf16eb[_0x466b6e(0x230)])==null?void 0x0:_0x4b931e[_0x466b6e(0x5e6)])==null?0x0:_0x19d552)+_0xa26932},_0x80a136=this[_0x466b6e(0x47b)][_0x466b6e(0x2d3)](_0x3d6823),_0x335ec2=_0x80a136==null?void 0x0:_0x80a136[_0x466b6e(0x3f5)](_0x4afbf8[_0x466b6e(0x48e)]);if(!_0x335ec2)return;let _0x194bdf=(0x0,_0x447755[_0x466b6e(0x3ca)])(_0x23dda8,_0x335ec2),_0x1dbea1=(0x0,_0x447755[_0x466b6e(0x399)])(_0x23dda8,_0x335ec2),_0x37eaa6={'unitId':_0x3d6823,'subUnitId':_0x2a9f67,'drawingType':_0x20a5f6[_0x466b6e(0x41f)][_0x466b6e(0x3dd)],'drawingId':_0xe1ddac,'transform':_0x23dda8,'sheetTransform':_0x194bdf,'axisAlignSheetTransform':_0x1dbea1},{unitId:_0x11171a,subUnitId:_0x17bdf0,undo:_0x1e0f0e,redo:_0x2f357e,objects:_0x1a8b07}=this[_0x466b6e(0x767)]['getBatchUpdateOp']([_0x37eaa6]);_0xca42b3['push']({'id':_0x1857a5[_0x466b6e(0x779)]['id'],'params':{'unitId':_0x11171a,'subUnitId':_0x17bdf0,'op':_0x2f357e,'objects':_0x1a8b07,'type':_0x1857a5['DrawingApplyType'][_0x466b6e(0x360)]}}),_0x4e10f9[_0x466b6e(0x79d)]({'id':_0x1857a5[_0x466b6e(0x779)]['id'],'params':{'unitId':_0x11171a,'subUnitId':_0x17bdf0,'op':_0x1e0f0e,'objects':_0x1a8b07,'type':_0x1857a5[_0x466b6e(0x59a)]['UPDATE']}});}}else{let _0x17a8fd=_0x32bb02[_0x466b6e(0x6b0)](),_0x4a4384=_0x32bb02[_0x466b6e(0x6f3)]();this[_0x466b6e(0x518)](_0x3d6823,_0x2a9f67,_0xe1ddac,_0x32bb02,_0x17a8fd,_0x4a4384,_0xca42b3,_0x4e10f9,_0x8adf90,_0x21d9e1);}}};_0x2cb96e=_0x671f1f([_0x33f2d9(0x0,_0x20a5f6[_0x537594(0x69d)]),_0x33f2d9(0x1,(0x0,_0x20a5f6['Inject'])(_0x339f57[_0x537594(0x364)])),_0x33f2d9(0x2,_0x37c4fd['IMenuManagerService']),_0x33f2d9(0x3,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x456710[_0x537594(0x4b3)])),_0x33f2d9(0x4,_0x1e663f[_0x537594(0x40a)]),_0x33f2d9(0x5,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x2663fc['IRenderManagerService']))],_0x2cb96e);var _0x5a283c=class extends _0x2663fc[_0x537594(0x55e)]{constructor(_0x2777ac,_0x52258c){const _0x479a6b=_0x537594;super(_0x2777ac,_0x52258c),_0x714efa(this,_0x479a6b(0x40b),null),_0x714efa(this,_0x479a6b(0x642),null),_0x714efa(this,'_unitId',null),_0x714efa(this,_0x479a6b(0x433),null),_0x714efa(this,_0x479a6b(0x6ce),!0x1),_0x52258c&&this[_0x479a6b(0x17d)](_0x52258c);}[_0x537594(0x229)](){const _0x5847a1=_0x537594;return{'unitId':this['_unitId'],'subUnitId':this[_0x5847a1(0x433)],'drawingId':this[_0x5847a1(0x40b)]};}['setShapeProps'](_0x473d56){const _0x182364=_0x537594;_0x473d56[_0x182364(0x5a5)]!==void 0x0&&(this['_shapeId']=_0x473d56[_0x182364(0x5a5)]),_0x473d56[_0x182364(0x4f1)]!==void 0x0&&(this['_unitId']=_0x473d56[_0x182364(0x4f1)]),_0x473d56['subUnitId']!==void 0x0&&(this[_0x182364(0x433)]=_0x473d56[_0x182364(0x31c)]),_0x473d56[_0x182364(0x250)]!==void 0x0&&(this[_0x182364(0x6ce)]=_0x473d56[_0x182364(0x250)]),this[_0x182364(0x1c4)]({'width':_0x473d56[_0x182364(0x294)],'height':_0x473d56[_0x182364(0x670)]});}[_0x537594(0x6fb)](_0x1b8a66){const _0x1c8b53=_0x537594;_0x2663fc[_0x1c8b53(0x7e8)][_0x1c8b53(0x3a4)](_0x1b8a66,{'radius':_0x58e46a[_0x1c8b53(0x299)][_0x1c8b53(0x30f)],'fill':_0x58e46a['ShapeDefaultConfig'][_0x1c8b53(0x2a4)],'stroke':_0x58e46a[_0x1c8b53(0x299)][_0x1c8b53(0x755)],'strokeWidth':_0x58e46a[_0x1c8b53(0x299)][_0x1c8b53(0x593)],'evented':!0x0});}};let _0x7ffcb1=class extends _0x20a5f6[_0x537594(0x1ae)]{constructor(_0x4ed931,_0x1f5a41,_0x59e2a4,_0x145089,_0x3b8598,_0x326ffb,_0x109ef2,_0x2d7dbd){const _0x57864e=_0x537594;super(),this[_0x57864e(0x697)]=_0x4ed931,this[_0x57864e(0x73b)]=_0x1f5a41,this[_0x57864e(0x47b)]=_0x59e2a4,this[_0x57864e(0x767)]=_0x145089,this[_0x57864e(0x76a)]=_0x3b8598,this[_0x57864e(0x327)]=_0x326ffb,this['_sheetShapeAdjustController']=_0x109ef2,this[_0x57864e(0x1a8)]=_0x2d7dbd,_0x714efa(this,'_activeShapeId',void 0x0),_0x714efa(this,'_unitId',void 0x0),_0x714efa(this,_0x57864e(0x433),void 0x0),_0x714efa(this,'_connectorObjects',[]),_0x714efa(this,_0x57864e(0x62b),{'left':0x0,'top':0x0,'width':0x0,'height':0x0,'flipX':!0x1,'flipY':!0x1}),_0x714efa(this,_0x57864e(0x623),void 0x0),_0x714efa(this,_0x57864e(0x43c),!0x1),_0x714efa(this,_0x57864e(0x392),!0x1),_0x714efa(this,_0x57864e(0x3ba),!0x1),_0x714efa(this,_0x57864e(0x40c),void 0x0),_0x714efa(this,_0x57864e(0x2ab),void 0x0),_0x714efa(this,_0x57864e(0x35e),null),this['_initialize']();}[_0x537594(0x53e)](){const _0x33dad9=_0x537594;this[_0x33dad9(0x1d7)](),this[_0x33dad9(0x16c)]();}[_0x537594(0x4bf)](){const _0x33b156=_0x537594;if(!this[_0x33b156(0x37f)]||!this[_0x33b156(0x433)]||!this[_0x33b156(0x466)])return;let _0xcb8be6={'unitId':this['_unitId'],'subUnitId':this[_0x33b156(0x433)],'drawingId':this[_0x33b156(0x466)]},{transform:_0x2d731f}=this[_0x33b156(0x767)][_0x33b156(0x632)](_0xcb8be6);if(_0x2d731f)return{'left':_0x2d731f[_0x33b156(0x711)]||0x0,'top':_0x2d731f[_0x33b156(0x5e6)]||0x0,'width':_0x2d731f[_0x33b156(0x294)]||0x0,'height':_0x2d731f['height']||0x0,'flipX':_0x2d731f[_0x33b156(0x7d9)]||!0x1,'flipY':_0x2d731f[_0x33b156(0x42a)]||!0x1,'angle':_0x2d731f[_0x33b156(0x19b)]};}['_addShapeConnectorHandlerObjects'](){const _0x2af644=_0x537594;if(this[_0x2af644(0x37f)]===void 0x0||this['_subUnitId']===void 0x0||this[_0x2af644(0x466)]===void 0x0)return;let _0x202d27=this[_0x2af644(0x47b)][_0x2af644(0x2d3)](this[_0x2af644(0x37f)]);if(!_0x202d27||!_0x202d27[_0x2af644(0x3f5)](_0x4afbf8[_0x2af644(0x1d9)])[_0x2af644(0x734)]())return;let {scene:_0x5cec48}=_0x202d27,_0x575b8e=this[_0x2af644(0x4bf)]();if(!_0x575b8e)return;let _0x2b890d=this[_0x2af644(0x327)]['getShapeModel'](this['_unitId'],this['_subUnitId'],this[_0x2af644(0x466)]);if(!_0x2b890d||!(0x0,_0x58e46a['isConnectorShape'])(_0x2b890d[_0x2af644(0x60f)]()))return;let _0x42f97d=_0x2b890d[_0x2af644(0x278)]();if(_0x42f97d[_0x2af644(0x274)]<0x2)return;let _0xe52b6b=new _0x58e46a[(_0x2af644(0x352))](_0x575b8e),_0x23dfc9=_0x42f97d[0x0],_0x4bd39c=_0x42f97d[_0x42f97d['length']-0x1],_0x10610c=_0xe52b6b['localToWorld'](_0x23dfc9),_0x10b91e=_0xe52b6b['localToWorld'](_0x4bd39c);this['_addShapeConnectorHandlerObject'](_0x5cec48,{..._0x10610c},!0x0),this[_0x2af644(0x600)](_0x5cec48,{..._0x10b91e},!0x1);}[_0x537594(0x600)](_0x2f172d,_0x4c1f60,_0x431627){const _0x57e6cd=_0x537594;if(this[_0x57e6cd(0x466)]===void 0x0||this[_0x57e6cd(0x37f)]===void 0x0||this[_0x57e6cd(0x433)]===void 0x0)return;let _0x125919='connector-handler-'+this['_unitId']+'-'+this[_0x57e6cd(0x433)]+'-'+this[_0x57e6cd(0x466)]+'-'+(_0x431627?'start':_0x57e6cd(0x33f)),_0x5a26dd=_0x2f172d['getObjectIncludeInGroup'](_0x125919);if(_0x5a26dd){_0x5a26dd[_0x57e6cd(0x1c4)]({'left':_0x4c1f60['x']-_0x58e46a['ShapeDefaultConfig']['cxnPointRadius'],'top':_0x4c1f60['y']-_0x58e46a[_0x57e6cd(0x299)][_0x57e6cd(0x30f)]});return;}let _0x4da0b0=new _0x5a283c(_0x125919,{'left':_0x4c1f60['x']-_0x58e46a[_0x57e6cd(0x299)][_0x57e6cd(0x30f)],'top':_0x4c1f60['y']-_0x58e46a[_0x57e6cd(0x299)][_0x57e6cd(0x30f)],'shapeId':this['_activeShapeId'],'unitId':this[_0x57e6cd(0x37f)],'subUnitId':this[_0x57e6cd(0x433)],'isStartConnectorPoint':_0x431627,'width':_0x58e46a[_0x57e6cd(0x299)][_0x57e6cd(0x30f)]*0x2,'height':_0x58e46a[_0x57e6cd(0x299)][_0x57e6cd(0x30f)]*0x2,'zIndex':_0x2663fc[_0x57e6cd(0x591)]+0x1,'evented':!0x0});this[_0x57e6cd(0x267)][_0x57e6cd(0x79d)](_0x4da0b0),this[_0x57e6cd(0x2b4)](_0x4da0b0,_0x2f172d,_0x431627),_0x2f172d[_0x57e6cd(0x1f5)](_0x4da0b0,_0x2663fc[_0x57e6cd(0x591)]+0x1);}[_0x537594(0x5fc)](_0x1dd40c,_0x3bc850){const _0x50e3f8=_0x537594;var _0x4234e0;let _0x5a5851={'x':0x0,'y':0x0};if(!_0x1dd40c||!_0x3bc850)return _0x5a5851;let _0x2d79e3=this[_0x50e3f8(0x47b)]['getRenderById'](_0x1dd40c);if(!_0x2d79e3||!_0x2d79e3[_0x50e3f8(0x3f5)](_0x4afbf8[_0x50e3f8(0x1d9)])[_0x50e3f8(0x155)](_0x3bc850))return _0x5a5851;let _0xf9cda=_0x2d79e3[_0x50e3f8(0x3f5)](_0x4afbf8['SheetScrollManagerService']),_0xbe3657=_0xf9cda==null?void 0x0:_0xf9cda[_0x50e3f8(0x14d)]();if(!_0xbe3657)return _0x5a5851;let _0x241cc8=(_0x4234e0=this['_univerInstanceService'][_0x50e3f8(0x5a4)](_0x1dd40c))==null?void 0x0:_0x4234e0[_0x50e3f8(0x302)](_0x3bc850);if(!_0x241cc8)return _0x5a5851;let _0x3f3b43=(0x0,_0x4afbf8[_0x50e3f8(0x52b)])(_0xbe3657[_0x50e3f8(0x40f)],_0xbe3657[_0x50e3f8(0x770)],_0x2d79e3[_0x50e3f8(0x77a)],_0x241cc8);return _0x3f3b43?{'x':_0x3f3b43[_0x50e3f8(0x324)],'y':_0x3f3b43[_0x50e3f8(0x5dc)]}:_0x5a5851;}[_0x537594(0x7bb)](_0x215aa4,_0x83c0c5){const _0x384ecc=_0x537594;var _0x477270,_0x52703a;let _0x92ee7d=(_0x477270=this[_0x384ecc(0x76a)]['getUnit'](_0x215aa4))==null?void 0x0:_0x477270[_0x384ecc(0x302)](_0x83c0c5);return(_0x52703a=_0x92ee7d==null?void 0x0:_0x92ee7d[_0x384ecc(0x7e7)]())==null?0x1:_0x52703a;}[_0x537594(0x43b)](_0x37be66,_0x57d516,_0x1c0cb8,_0x5a7c5e,_0xf93b68){const _0x472ed3=_0x537594;this['_cxtHandlerPointerMove']['unsubscribe'](),this['_cxtHandlerPointerUp'][_0x472ed3(0x534)](),this['_sheetShapeAdjustController'][_0x472ed3(0x6ef)]();let _0x252108=this['_currentConnectionTarget'];this[_0x472ed3(0x1a8)][_0x472ed3(0x57b)]();let _0x37e2f6=this[_0x472ed3(0x5fc)](this['_unitId'],this[_0x472ed3(0x433)]),_0x580989=this[_0x472ed3(0x7bb)](this['_unitId'],this['_subUnitId']),_0x3874fd={'x':_0x1c0cb8[_0x472ed3(0x487)]/_0x580989+_0x37e2f6['x'],'y':_0x1c0cb8[_0x472ed3(0x71d)]/_0x580989+_0x37e2f6['y']},_0x438cec=_0x252108?_0x252108[_0x472ed3(0x76d)]:_0x3874fd,_0x29d6bd=_0x5a7c5e?this[_0x472ed3(0x623)]['getEndConnectInfo']():this[_0x472ed3(0x623)]['getStartConnectInfo'](),_0x1abf69=this[_0x472ed3(0x623)][_0x472ed3(0x60f)]();_0x29d6bd?this[_0x472ed3(0x58d)](_0x29d6bd,_0x438cec,_0x5a7c5e,_0x252108,_0xf93b68):this['_handleFreeEndpointPointerUp'](_0x57d516,_0x438cec,_0x5a7c5e,_0x252108,_0xf93b68,_0x1abf69),this['_isConnecting']=!0x1,this[_0x472ed3(0x3ba)]=!0x1,this[_0x472ed3(0x35e)]=null,_0x37be66[_0x472ed3(0x163)]();}[_0x537594(0x776)](_0x5425b0,_0xccc23e,_0x36ab03,_0x1c9473,_0x3fd0b9,_0x13d7c8){const _0x28f455=_0x537594;let _0x169df6=_0x13d7c8===_0x58e46a[_0x28f455(0x205)][_0x28f455(0x479)]||_0x13d7c8===_0x58e46a['ShapeTypeEnum'][_0x28f455(0x160)],_0x813c6=_0x36ab03?_0xccc23e:_0x5425b0,_0x2ac735=_0x36ab03?_0x5425b0:_0xccc23e,_0x43987=this[_0x28f455(0x623)][_0x28f455(0x278)](),_0x198e0f=(0x0,_0x58e46a['isCurvedConnectorShape'])(this[_0x28f455(0x623)][_0x28f455(0x60f)]()),_0x38bb69=_0x58e46a[_0x28f455(0x352)][_0x28f455(0x78c)](_0x43987,_0x198e0f),_0x40ae93=_0x169df6?_0x58e46a[_0x28f455(0x352)][_0x28f455(0x74b)](_0x813c6,_0x2ac735):_0x58e46a[_0x28f455(0x352)][_0x28f455(0x32e)](_0x5425b0,_0xccc23e,_0x36ab03,_0x38bb69);_0x1c9473?this[_0x28f455(0x531)](_0x40ae93,_0x1c9473,_0x36ab03,_0x3fd0b9):this[_0x28f455(0x1af)](_0x40ae93,_0x3fd0b9);}['_handleConnectedEndpointPointerUp'](_0x1af5af,_0x3593c0,_0x5df2d3,_0x2bd29e,_0xffd2da){const _0x287802=_0x537594;let _0x20e01c=this[_0x287802(0x43d)](_0x1af5af);if(!_0x20e01c)return;let _0x12621b={'point':_0x3593c0,'angle':_0x2bd29e?_0x2bd29e['angle']:this[_0x287802(0x761)](_0x20e01c[_0x287802(0x46e)],_0x3593c0),'bounds':{'left':_0x3593c0['x'],'top':_0x3593c0['y'],'width':0x0,'height':0x0}},_0x27d33a=_0x5df2d3?_0x12621b:_0x20e01c,_0x3d37d5=_0x5df2d3?_0x20e01c:_0x12621b,_0x24c0a1=this[_0x287802(0x623)][_0x287802(0x60f)](),_0x14db0a=(0x0,_0x58e46a[_0x287802(0x6b8)])(_0x27d33a,_0x3d37d5,_0x24c0a1);this[_0x287802(0x623)][_0x287802(0x20d)]();let _0x4cc101=(0x0,_0x58e46a['computeConnectorRouteLayout'])(_0x14db0a,_0x24c0a1);_0x2bd29e?this['_executeConnectedRouteConnectionCommand'](_0x4cc101,_0x2bd29e,_0x1af5af,_0x5df2d3,_0xffd2da):this['_executeConnectedRouteResizeCommand'](_0x4cc101,_0x1af5af,_0x5df2d3,_0xffd2da);}[_0x537594(0x531)](_0x628867,_0x3631a2,_0x1f56c5,_0x21fe4f){const _0x314289=_0x537594;let _0x13c987=this[_0x314289(0x623)]['getShapeData']()[_0x314289(0x303)],_0x5f2ae8={..._0x13c987},_0x5429f3={'shapeId':_0x3631a2['shapeId'],'cxnIndex':_0x3631a2['cxnIndex']};_0x1f56c5?_0x5f2ae8['from']=_0x5429f3:_0x5f2ae8['to']=_0x5429f3;let _0x3d55c6=this[_0x314289(0x623)]['getShapeType'](),_0x2f96c0=(0x0,_0x58e46a[_0x314289(0x4c8)])(_0x628867['worldPoints'],_0x3d55c6),_0x538be4={'unitId':this[_0x314289(0x37f)],'subUnitId':this[_0x314289(0x433)],'connectorShapeId':this[_0x314289(0x466)],'width':_0x628867[_0x314289(0x5ea)][_0x314289(0x294)],'height':_0x628867[_0x314289(0x5ea)][_0x314289(0x670)],'left':_0x628867[_0x314289(0x5ea)][_0x314289(0x711)],'top':_0x628867[_0x314289(0x5ea)][_0x314289(0x5e6)],'flipX':_0x628867[_0x314289(0x5ea)][_0x314289(0x7d9)]||!0x1,'flipY':_0x628867[_0x314289(0x5ea)][_0x314289(0x42a)]||!0x1,'newAdjustValues':_0x2f96c0[_0x314289(0x542)],'oldAdjustValues':_0x21fe4f,'oldRelation':_0x13c987,'newRelation':_0x5f2ae8,'newLineType':_0x2f96c0[_0x314289(0x537)],'oldLineType':_0x3d55c6};this['_commandService'][_0x314289(0x2b8)](_0x3eac74['id'],_0x538be4);}[_0x537594(0x1af)](_0x33db61,_0x59c61e){const _0x3e097c=_0x537594;let _0x265131=this[_0x3e097c(0x623)][_0x3e097c(0x60f)](),_0x3e848b=(0x0,_0x58e46a[_0x3e097c(0x4c8)])(_0x33db61[_0x3e097c(0x6ae)],_0x265131),_0xa5ceac={'unitId':this[_0x3e097c(0x37f)],'subUnitId':this[_0x3e097c(0x433)],'shapeId':this[_0x3e097c(0x466)],'width':_0x33db61[_0x3e097c(0x5ea)][_0x3e097c(0x294)],'height':_0x33db61[_0x3e097c(0x5ea)][_0x3e097c(0x670)],'left':_0x33db61[_0x3e097c(0x5ea)][_0x3e097c(0x711)],'top':_0x33db61[_0x3e097c(0x5ea)][_0x3e097c(0x5e6)],'flipX':_0x33db61[_0x3e097c(0x5ea)][_0x3e097c(0x7d9)]||!0x1,'flipY':_0x33db61[_0x3e097c(0x5ea)]['flipY']||!0x1,'angle':_0x33db61[_0x3e097c(0x5ea)]['angle']||0x0,'newAdjustValues':_0x3e848b['adjustValues'],'oldAdjustValues':_0x59c61e,'newLineType':_0x3e848b[_0x3e097c(0x537)],'oldLineType':_0x265131};this['_commandService'][_0x3e097c(0x2b8)](_0xa229eb['id'],_0xa5ceac);}[_0x537594(0x35a)](_0x1d5268,_0x366636,_0x50dc1d,_0x313922,_0x1a7af6){const _0x2ce5cc=_0x537594;let _0x234a1d=this[_0x2ce5cc(0x623)][_0x2ce5cc(0x7fa)]()[_0x2ce5cc(0x303)],_0x143f74={..._0x234a1d},_0x1217e5={'shapeId':_0x366636[_0x2ce5cc(0x5a5)],'cxnIndex':_0x366636[_0x2ce5cc(0x490)]};_0x313922?(_0x143f74[_0x2ce5cc(0x7be)]=_0x1217e5,_0x143f74['to']=_0x50dc1d):(_0x143f74[_0x2ce5cc(0x7be)]=_0x50dc1d,_0x143f74['to']=_0x1217e5);let _0x3ea91f={'unitId':this[_0x2ce5cc(0x37f)],'subUnitId':this[_0x2ce5cc(0x433)],'connectorShapeId':this[_0x2ce5cc(0x466)],'width':_0x1d5268[_0x2ce5cc(0x5ea)][_0x2ce5cc(0x294)],'height':_0x1d5268[_0x2ce5cc(0x5ea)][_0x2ce5cc(0x670)],'left':_0x1d5268['worldRect'][_0x2ce5cc(0x711)],'top':_0x1d5268[_0x2ce5cc(0x5ea)][_0x2ce5cc(0x5e6)],'flipX':_0x1d5268[_0x2ce5cc(0x5ea)][_0x2ce5cc(0x7d9)]||!0x1,'flipY':_0x1d5268['worldRect'][_0x2ce5cc(0x42a)]||!0x1,'oldAdjustValues':_0x1a7af6,'newAdjustValues':_0x1d5268[_0x2ce5cc(0x542)],'newLineType':_0x1d5268[_0x2ce5cc(0x537)],'rotation':_0x1d5268[_0x2ce5cc(0x527)],'oldRelation':_0x234a1d,'newRelation':_0x143f74};this['_commandService'][_0x2ce5cc(0x2b8)](_0x3eac74['id'],_0x3ea91f);}[_0x537594(0x497)](_0x24224e,_0x5d5745,_0xf2ffbf,_0x2b9d55){const _0x3a1596=_0x537594;let _0x238710=this[_0x3a1596(0x623)][_0x3a1596(0x7fa)]()[_0x3a1596(0x303)],_0x30b4ec={};_0xf2ffbf?(_0x30b4ec['to']=_0x5d5745,_0x30b4ec[_0x3a1596(0x7be)]=void 0x0):(_0x30b4ec['from']=_0x5d5745,_0x30b4ec['to']=void 0x0);let _0x6e95b8={'unitId':this['_unitId'],'subUnitId':this[_0x3a1596(0x433)],'connectorShapeId':this['_activeShapeId'],'width':_0x24224e['worldRect']['width'],'height':_0x24224e[_0x3a1596(0x5ea)][_0x3a1596(0x670)],'left':_0x24224e[_0x3a1596(0x5ea)]['left'],'top':_0x24224e[_0x3a1596(0x5ea)]['top'],'flipX':_0x24224e[_0x3a1596(0x5ea)]['flipX']||!0x1,'flipY':_0x24224e[_0x3a1596(0x5ea)][_0x3a1596(0x42a)]||!0x1,'oldAdjustValues':_0x2b9d55,'newAdjustValues':_0x24224e[_0x3a1596(0x542)],'newLineType':_0x24224e['lineType'],'rotation':_0x24224e[_0x3a1596(0x527)],'oldRelation':_0x238710,'newRelation':_0x30b4ec};this[_0x3a1596(0x73b)][_0x3a1596(0x2b8)](_0x3eac74['id'],_0x6e95b8);}[_0x537594(0x2b4)](_0x41f6da,_0x5ed31b,_0xc05800){const _0x17b970=_0x537594;this[_0x17b970(0x48c)]((0x0,_0x20a5f6['toDisposable'])(_0x41f6da[_0x17b970(0x774)][_0x17b970(0x644)]((_0x13f4ad,_0x56b25b)=>{const _0x178a42=_0x17b970;let _0x2c57cf=_0x41f6da[_0x178a42(0x229)]();if(this[_0x178a42(0x623)]=this['_sheetsShapeService'][_0x178a42(0x53a)](_0x2c57cf[_0x178a42(0x4f1)],_0x2c57cf[_0x178a42(0x31c)],_0x2c57cf['drawingId']),!this['_activeShapeModel'])return;let _0x30ca01={};this['_activeShapeModel'][_0x178a42(0x289)]()[_0x178a42(0x1b6)](_0x4203cb=>{const _0x1af051=_0x178a42;let _0x3d96ff=this['_activeShapeModel'][_0x1af051(0x319)](_0x4203cb);_0x3d96ff!==void 0x0&&(_0x30ca01[_0x4203cb]=_0x3d96ff);});let _0x167674=this['_getDrawingRect']();if(!_0x167674)return;this[_0x178a42(0x62b)]={..._0x167674};let _0x422fec=new _0x58e46a[(_0x178a42(0x352))](this['_baseDrawingRect']),_0x1890d7=(0x0,_0x1e663f[_0x178a42(0x218)])({'unitId':this[_0x178a42(0x37f)],'subUnitId':this[_0x178a42(0x433)],'drawingId':this[_0x178a42(0x466)]}),_0x34338c=_0x5ed31b[_0x178a42(0x41e)](_0x1890d7);this[_0x178a42(0x43c)]=!0x0,_0x5ed31b['disableObjectsEvent'](),this[_0x178a42(0x1a8)][_0x178a42(0x596)](_0x5ed31b,this['_unitId'],this['_subUnitId'],this['_activeShapeId']),this['_currentConnectionTarget']=null;let _0x684a3f=this[_0x178a42(0x623)][_0x178a42(0x278)](),_0x42f097=_0x684a3f[0x0],_0x449197=_0x684a3f[_0x684a3f[_0x178a42(0x274)]-0x1],_0x10e5b9=_0xc05800?_0x422fec[_0x178a42(0x262)](_0x449197):_0x422fec['localToWorld'](_0x42f097);this[_0x178a42(0x40c)]=_0x5ed31b['onPointerMove$'][_0x178a42(0x644)]((_0x3622f7,_0x2abdb2)=>{const _0x415d1f=_0x178a42;if(!this['_isConnecting']||!this[_0x415d1f(0x623)])return;this['_hasReset']||(this[_0x415d1f(0x342)][_0x415d1f(0x749)](),this[_0x415d1f(0x623)][_0x415d1f(0x732)](),this['_hasReset']=!0x0);let _0x2277f2=this[_0x415d1f(0x5fc)](this['_unitId'],this['_subUnitId']),_0x49c9f3=this[_0x415d1f(0x7bb)](this['_unitId'],this['_subUnitId']),_0x56c886={'x':_0x3622f7['offsetX']/_0x49c9f3+_0x2277f2['x'],'y':_0x3622f7[_0x415d1f(0x71d)]/_0x49c9f3+_0x2277f2['y']},_0x4c7f42=this[_0x415d1f(0x1a8)][_0x415d1f(0x3e9)](_0x56c886);if(_0x4c7f42){let {shapeId:_0x1168df,unitId:_0x450fb6,subUnitId:_0x5789f6}=_0x4c7f42;if(_0x1168df&&_0x450fb6&&_0x5789f6){let _0x4f9921=(0x0,_0x1e663f['getDrawingShapeKeyByDrawingSearch'])({'unitId':_0x450fb6,'subUnitId':_0x5789f6,'drawingId':_0x1168df});_0x4c7f42[_0x415d1f(0x19b)]=(_0x5ed31b[_0x415d1f(0x41e)](_0x4f9921)[_0x415d1f(0x19b)]||0x0)+_0x4c7f42[_0x415d1f(0x19b)];}}this['_currentConnectionTarget']=_0x4c7f42;let _0x1cc7b5=_0xc05800?this['_activeShapeModel']['getEndConnectInfo']():this[_0x415d1f(0x623)][_0x415d1f(0x6b0)]();if(_0x1cc7b5){this[_0x415d1f(0x31d)](_0x1cc7b5,_0x56c886,_0xc05800,_0x34338c,_0x41f6da);return;}this[_0x415d1f(0x4a4)](_0x56c886,_0x10e5b9,_0xc05800,_0x34338c,_0x41f6da);}),this[_0x178a42(0x2ab)]=_0x5ed31b['onPointerUp$'][_0x178a42(0x644)]((_0x51053d,_0xb47a08)=>{this['_handleConnectorPointerUp'](_0x5ed31b,_0x10e5b9,_0x51053d,_0xc05800,_0x30ca01);}),_0x56b25b[_0x178a42(0x3b5)]();})));}['_handleBasicShapeUpdateConnectorLineShape'](_0x3e14f4,_0x215d90,_0xc47798){const _0x50e76c=_0x537594;let _0x30ef3c=this[_0x50e76c(0x327)][_0x50e76c(0x408)](_0x3e14f4,_0x215d90,_0xc47798);if(!_0x30ef3c||_0x30ef3c['length']===0x0)return;let _0x32120a=this[_0x50e76c(0x47b)][_0x50e76c(0x2d3)](_0x3e14f4);if(!_0x32120a)return;let {scene:_0x112341}=_0x32120a;for(let _0x2674b8 of _0x30ef3c){let _0x55d81e=_0x2674b8[_0x50e76c(0x32d)],_0x2ea9c8=this[_0x50e76c(0x327)]['getShapeModel'](_0x3e14f4,_0x215d90,_0x55d81e);if(!_0x2ea9c8)continue;let _0x3ab8fd=_0x2ea9c8['getStartConnectInfo'](),_0x1f9fa7=_0x2ea9c8[_0x50e76c(0x6f3)](),_0x2a72e5=(_0x3ab8fd==null?void 0x0:_0x3ab8fd[_0x50e76c(0x5a5)])===_0xc47798,_0x387df7=(0x0,_0x1e663f[_0x50e76c(0x218)])({'unitId':_0x3e14f4,'subUnitId':_0x215d90,'drawingId':_0x55d81e}),_0x4ff8cb=_0x112341[_0x50e76c(0x41e)](_0x387df7);if(!_0x4ff8cb)continue;let _0x55123d=this[_0x50e76c(0x767)]['getDrawingByParam']({'unitId':_0x3e14f4,'subUnitId':_0x215d90,'drawingId':_0x55d81e});_0x55123d!=null&&_0x55123d['transform']&&(_0x3ab8fd&&_0x1f9fa7?this[_0x50e76c(0x4d1)](_0x3e14f4,_0x215d90,_0x55d81e,_0x2ea9c8,_0x3ab8fd,_0x1f9fa7,_0x4ff8cb):this['_moveConnectorWithShape'](_0x3e14f4,_0x215d90,_0x55d81e,_0x2ea9c8,_0x2a72e5?_0x3ab8fd:_0x1f9fa7,_0x2a72e5,_0x55123d,_0x4ff8cb));}}[_0x537594(0x4d1)](_0x5f028d,_0x198920,_0x4c8b87,_0x3f06e0,_0x410500,_0x6640e4,_0xe77273){const _0x4a7e02=_0x537594;let _0x5c17d1=this[_0x4a7e02(0x37f)],_0x191be0=this['_subUnitId'];this[_0x4a7e02(0x37f)]=_0x5f028d,this[_0x4a7e02(0x433)]=_0x198920;let _0x49e6ea=this[_0x4a7e02(0x43d)](_0x410500),_0x24b810=this['_getConnectPointInfo'](_0x6640e4);if(this[_0x4a7e02(0x37f)]=_0x5c17d1,this[_0x4a7e02(0x433)]=_0x191be0,!_0x49e6ea||!_0x24b810)return;let _0x17d217=_0x3f06e0[_0x4a7e02(0x60f)](),_0x54aafc=(0x0,_0x58e46a[_0x4a7e02(0x6b8)])(_0x49e6ea,_0x24b810,_0x17d217);_0x54aafc&&_0x3f06e0['updateLinePoints'](_0x54aafc);let _0x2b8fe3=(0x0,_0x58e46a[_0x4a7e02(0x4c8)])(_0x54aafc,_0x17d217);_0x2b8fe3[_0x4a7e02(0x537)]!==_0x17d217&&_0x3f06e0[_0x4a7e02(0x147)](_0x2b8fe3['lineType']),_0x3f06e0[_0x4a7e02(0x732)]();for(let [_0x600ef7,_0x313cb7]of Object[_0x4a7e02(0x594)](_0x2b8fe3['adjustValues']))_0x3f06e0[_0x4a7e02(0x2e1)](_0x600ef7,_0x313cb7);_0x3f06e0[_0x4a7e02(0x7b3)]({'width':_0x2b8fe3[_0x4a7e02(0x5ea)]['width'],'height':_0x2b8fe3[_0x4a7e02(0x5ea)][_0x4a7e02(0x670)]}),_0xe77273[_0x4a7e02(0x1c4)]({'flipX':_0x2b8fe3[_0x4a7e02(0x5ea)]['flipX'],'flipY':_0x2b8fe3[_0x4a7e02(0x5ea)][_0x4a7e02(0x42a)],'left':_0x2b8fe3['worldRect'][_0x4a7e02(0x711)],'top':_0x2b8fe3[_0x4a7e02(0x5ea)][_0x4a7e02(0x5e6)],'width':_0x2b8fe3['worldRect'][_0x4a7e02(0x294)],'height':_0x2b8fe3[_0x4a7e02(0x5ea)][_0x4a7e02(0x670)],'angle':_0x2b8fe3[_0x4a7e02(0x527)]}),_0x3f06e0[_0x4a7e02(0x20d)]();}[_0x537594(0x7b4)](_0x392709,_0x3f7008,_0x134af3,_0x1aa376,_0x4ee543,_0x3f4b07,_0x196f46,_0x4b70bd){const _0x107861=_0x537594;let _0x143445=this['_unitId'],_0xf87972=this[_0x107861(0x433)];this[_0x107861(0x37f)]=_0x392709,this[_0x107861(0x433)]=_0x3f7008;let _0x5bb688=this[_0x107861(0x43d)](_0x4ee543);if(this[_0x107861(0x37f)]=_0x143445,this[_0x107861(0x433)]=_0xf87972,!_0x5bb688)return;let {left:_0x2a2041=0x0,top:_0x298d95=0x0,width:_0x95b561=0x0,height:_0x4580fb=0x0,flipX:_0x78999b=!0x1,flipY:_0x18792e=!0x1}=_0x196f46[_0x107861(0x230)],_0x13a594=_0x1aa376['getConnectorLinePoints']();if(_0x13a594[_0x107861(0x274)]<0x2)return;let _0x109b5d=new _0x58e46a[(_0x107861(0x352))]({'left':_0x2a2041,'top':_0x298d95,'width':_0x95b561,'height':_0x4580fb,'flipX':_0x78999b,'flipY':_0x18792e}),_0x1eb7ec=_0x3f4b07?_0x13a594[_0x13a594[_0x107861(0x274)]-0x1]:_0x13a594[0x0],_0x5f512e=_0x109b5d[_0x107861(0x262)](_0x1eb7ec),_0x3bb2ac=_0x58e46a[_0x107861(0x352)][_0x107861(0x32e)](_0x5f512e,_0x5bb688['point'],!_0x3f4b07);_0x4b70bd[_0x107861(0x1c4)]({'flipX':_0x3bb2ac[_0x107861(0x5ea)]['flipX'],'flipY':_0x3bb2ac[_0x107861(0x5ea)][_0x107861(0x42a)],'left':_0x3bb2ac[_0x107861(0x5ea)][_0x107861(0x711)],'top':_0x3bb2ac[_0x107861(0x5ea)]['top'],'width':_0x3bb2ac['worldRect']['width'],'height':_0x3bb2ac[_0x107861(0x5ea)][_0x107861(0x670)],'angle':_0x3bb2ac[_0x107861(0x5ea)][_0x107861(0x19b)]}),_0x4b70bd[_0x107861(0x2e3)](!0x0);}[_0x537594(0x547)](){const _0x1ead5b=_0x537594;this['_connectorObjects']['length']!==0x0&&(this[_0x1ead5b(0x267)][_0x1ead5b(0x1b6)](_0x1284ca=>{const _0x13ff71=_0x1ead5b;_0x1284ca[_0x13ff71(0x4df)]();}),this[_0x1ead5b(0x267)]=[]);}['_registerDrawingMoveHandler'](){const _0x373ef9=_0x537594;let _0x2ae5fb=this[_0x373ef9(0x76a)]['getCurrentTypeOfUnit$'](_0x20a5f6[_0x373ef9(0x687)][_0x373ef9(0x24c)]);this[_0x373ef9(0x48c)](_0x2ae5fb[_0x373ef9(0x33d)]((0x0,_0x35b3fa[_0x373ef9(0x146)])(_0x954ae=>_0x954ae?_0x954ae['activeSheet$']['pipe']((0x0,_0x35b3fa[_0x373ef9(0x146)])(_0x1b1859=>{const _0x346977=_0x373ef9;if(!_0x1b1859)return _0x35b3fa[_0x346977(0x36f)];let _0x38b7ce=_0x954ae[_0x346977(0x334)](),_0x1a6c55=this[_0x346977(0x47b)]['getRenderById'](_0x38b7ce),_0x46f71c=_0x1a6c55==null?void 0x0:_0x1a6c55[_0x346977(0x77a)];return _0x46f71c?(0x0,_0x35b3fa['of'])(_0x46f71c):_0x35b3fa['EMPTY'];})):_0x35b3fa['EMPTY']))[_0x373ef9(0x27d)](_0x1ec157=>{const _0x2147b3=_0x373ef9;let _0x30766f=_0x1ec157[_0x2147b3(0x754)]();this[_0x2147b3(0x48c)](_0x1ec157[_0x2147b3(0x15b)][_0x2147b3(0x644)](_0x4218ce=>{const _0xd823eb=_0x2147b3;this[_0xd823eb(0x392)]&&this[_0xd823eb(0x466)]&&this['_clearShapeConnectorHandlerObjects']();})),this[_0x2147b3(0x48c)](_0x30766f[_0x2147b3(0x7b2)]['subscribe'](_0x2be343=>{const _0x5ecb13=_0x2147b3;let {objects:_0x4e7219}=_0x2be343;this[_0x5ecb13(0x547)](),_0x4e7219!==null&&_0x4e7219[_0x5ecb13(0x72b)]===0x1&&_0x4e7219[_0x5ecb13(0x318)]()[_0x5ecb13(0x416)]()['value']instanceof _0xb3f2ff&&(this[_0x5ecb13(0x392)]=!0x0);})),this['disposeWithMe'](_0x30766f['changing$'][_0x2147b3(0x27d)](_0xdf326f=>{const _0x404662=_0x2147b3;this[_0x404662(0x392)]&&this[_0x404662(0x547)]();})),this[_0x2147b3(0x48c)](_0x1ec157[_0x2147b3(0x363)][_0x2147b3(0x644)](()=>{const _0x2e49ff=_0x2147b3;this[_0x2e49ff(0x392)]&&(this[_0x2e49ff(0x392)]=!0x1,this['_addShapeConnectorHandlerObjects']());})),this['disposeWithMe'](_0x30766f[_0x2147b3(0x5c0)]['subscribe'](()=>{const _0x5e3605=_0x2147b3;this['_unitId']&&this[_0x5e3605(0x433)]&&this['_activeShapeId']&&this['_drawingManagerService'][_0x5e3605(0x632)]({'unitId':this[_0x5e3605(0x37f)],'subUnitId':this[_0x5e3605(0x433)],'drawingId':this[_0x5e3605(0x466)]})&&(this[_0x5e3605(0x547)](),this[_0x5e3605(0x753)]());}));}));}[_0x537594(0x1d7)](){const _0x5849fe=_0x537594;this['disposeWithMe'](this[_0x5849fe(0x767)][_0x5849fe(0x6af)][_0x5849fe(0x27d)](_0x1648fc=>{const _0x38566f=_0x5849fe;if(_0x1648fc[_0x38566f(0x274)]===0x1){let _0x3ddbb3=_0x1648fc[0x0];if(_0x3ddbb3['drawingType']===_0x20a5f6[_0x38566f(0x41f)][_0x38566f(0x3dd)]){let _0x4ebbb7=this[_0x38566f(0x327)][_0x38566f(0x53a)](_0x3ddbb3[_0x38566f(0x4f1)],_0x3ddbb3[_0x38566f(0x31c)],_0x3ddbb3[_0x38566f(0x7b0)]);if(_0x4ebbb7&&(0x0,_0x58e46a[_0x38566f(0x3e5)])(_0x4ebbb7[_0x38566f(0x60f)]())){this[_0x38566f(0x466)]=_0x3ddbb3[_0x38566f(0x7b0)],this[_0x38566f(0x37f)]=_0x3ddbb3[_0x38566f(0x4f1)],this[_0x38566f(0x433)]=_0x3ddbb3[_0x38566f(0x31c)],this[_0x38566f(0x547)](),this['_addShapeConnectorHandlerObjects']();return;}}}this['_activeShapeId']=void 0x0,this[_0x38566f(0x37f)]=void 0x0,this[_0x38566f(0x433)]=void 0x0,this[_0x38566f(0x547)]();})),this[_0x5849fe(0x48c)](this[_0x5849fe(0x767)]['update$'][_0x5849fe(0x27d)](_0x54e381=>{const _0x1e5031=_0x5849fe;if(_0x54e381[_0x1e5031(0x274)]===0x1){var _0x1e07fe;let _0x3165cf=_0x54e381[0x0],_0x5a7ca0=(_0x1e07fe=this[_0x1e5031(0x767)]['getDrawingByParam'](_0x3165cf))==null?void 0x0:_0x1e07fe[_0x1e5031(0x214)];_0x5a7ca0===_0x20a5f6['DrawingTypeEnum'][_0x1e5031(0x3dd)]&&_0x3165cf[_0x1e5031(0x7b0)]===this[_0x1e5031(0x466)]?(this[_0x1e5031(0x547)](),this['_addShapeConnectorHandlerObjects']()):!this[_0x1e5031(0x466)]&&_0x5a7ca0===_0x20a5f6['DrawingTypeEnum']['DRAWING_SHAPE']&&this['_handleBasicShapeUpdateConnectorLineShape'](_0x3165cf[_0x1e5031(0x4f1)],_0x3165cf['subUnitId'],_0x3165cf[_0x1e5031(0x7b0)]);}})),this[_0x5849fe(0x48c)](this[_0x5849fe(0x767)][_0x5849fe(0x439)][_0x5849fe(0x27d)](_0x3e8d0b=>{for(let _0x1780fd of _0x3e8d0b){let {drawingId:_0x360f34}=_0x1780fd;if(this['_activeShapeId']===_0x360f34){this['_reset']();return;}}}));}[_0x537594(0x31d)](_0x557765,_0x296d2b,_0x42b645,_0x555249,_0x36422c){const _0x3f5e8b=_0x537594;var _0x45389c,_0x16854c;if(!this[_0x3f5e8b(0x623)])return;let _0x2025e1=this[_0x3f5e8b(0x43d)](_0x557765);if(!_0x2025e1)return;let _0x49c68d=this[_0x3f5e8b(0x35e)]?this[_0x3f5e8b(0x35e)][_0x3f5e8b(0x76d)]:_0x296d2b,_0x38bb1b={'point':_0x49c68d,'angle':this[_0x3f5e8b(0x35e)]?this[_0x3f5e8b(0x35e)]['angle']:this[_0x3f5e8b(0x761)](_0x2025e1[_0x3f5e8b(0x46e)],_0x49c68d),'bounds':{'left':_0x49c68d['x'],'top':_0x49c68d['y'],'width':0x0,'height':0x0}},_0x2d19ef=_0x42b645?_0x38bb1b:_0x2025e1,_0x272abc=_0x42b645?_0x2025e1:_0x38bb1b,_0x2e62d8=this[_0x3f5e8b(0x623)][_0x3f5e8b(0x60f)](),_0x108c20=(0x0,_0x58e46a[_0x3f5e8b(0x6b8)])(_0x2d19ef,_0x272abc,_0x2e62d8);_0x108c20&&this[_0x3f5e8b(0x623)]['updateLinePoints'](_0x108c20);let _0x572711=(0x0,_0x58e46a['computeConnectorRouteLayout'])(_0x108c20,_0x2e62d8);_0x572711[_0x3f5e8b(0x537)]!==_0x2e62d8&&this[_0x3f5e8b(0x623)][_0x3f5e8b(0x147)](_0x572711['lineType']);for(let [_0x27e2b9,_0x3d219c]of Object[_0x3f5e8b(0x594)](_0x572711[_0x3f5e8b(0x542)]))this[_0x3f5e8b(0x623)][_0x3f5e8b(0x2e1)](_0x27e2b9,_0x3d219c);this['_activeShapeModel'][_0x3f5e8b(0x7b3)]({'width':_0x572711[_0x3f5e8b(0x5ea)]['width'],'height':_0x572711['worldRect']['height']}),_0x555249[_0x3f5e8b(0x1c4)]({'flipX':_0x572711['worldRect'][_0x3f5e8b(0x7d9)],'flipY':_0x572711['worldRect'][_0x3f5e8b(0x42a)],'left':_0x572711['worldRect']['left'],'top':_0x572711[_0x3f5e8b(0x5ea)][_0x3f5e8b(0x5e6)],'width':_0x572711[_0x3f5e8b(0x5ea)][_0x3f5e8b(0x294)],'height':_0x572711[_0x3f5e8b(0x5ea)][_0x3f5e8b(0x670)],'angle':_0x572711[_0x3f5e8b(0x527)]}),_0x555249['makeDirty'](!0x0);let _0x503480=(_0x45389c=(_0x16854c=this[_0x3f5e8b(0x35e)])==null?void 0x0:_0x16854c[_0x3f5e8b(0x76d)])==null?_0x296d2b:_0x45389c;_0x36422c[_0x3f5e8b(0x1c4)]({'left':_0x503480['x']-_0x58e46a[_0x3f5e8b(0x299)][_0x3f5e8b(0x30f)],'top':_0x503480['y']-_0x58e46a[_0x3f5e8b(0x299)][_0x3f5e8b(0x30f)]});}[_0x537594(0x4a4)](_0x1b963f,_0x2f54a7,_0x4cdfd2,_0x926f7a,_0x28080c){const _0x2df967=_0x537594;var _0x26f063,_0x32ceb,_0x286470,_0x49c40c;let _0xaad497=(_0x26f063=(_0x32ceb=this[_0x2df967(0x35e)])==null?void 0x0:_0x32ceb[_0x2df967(0x76d)])==null?_0x1b963f:_0x26f063,_0x502700=_0x58e46a[_0x2df967(0x352)][_0x2df967(0x32e)](_0x2f54a7,_0xaad497,_0x4cdfd2);_0x926f7a['transformByState']({'flipX':_0x502700[_0x2df967(0x5ea)][_0x2df967(0x7d9)],'flipY':_0x502700[_0x2df967(0x5ea)][_0x2df967(0x42a)],'left':_0x502700[_0x2df967(0x5ea)][_0x2df967(0x711)],'top':_0x502700[_0x2df967(0x5ea)][_0x2df967(0x5e6)],'width':_0x502700[_0x2df967(0x5ea)][_0x2df967(0x294)],'height':_0x502700[_0x2df967(0x5ea)][_0x2df967(0x670)],'angle':_0x502700[_0x2df967(0x5ea)]['angle']});let _0x506f22=(_0x286470=(_0x49c40c=this['_currentConnectionTarget'])==null?void 0x0:_0x49c40c[_0x2df967(0x76d)])==null?_0x1b963f:_0x286470;_0x28080c[_0x2df967(0x1c4)]({'left':_0x506f22['x']-_0x58e46a[_0x2df967(0x299)][_0x2df967(0x30f)],'top':_0x506f22['y']-_0x58e46a[_0x2df967(0x299)][_0x2df967(0x30f)]});}['_getConnectPointInfo'](_0x1c8f71){const _0x1f7a19=_0x537594;if(!this[_0x1f7a19(0x37f)]||!this[_0x1f7a19(0x433)])return null;let {shapeId:_0x3285ca,cxnIndex:_0x361003}=_0x1c8f71,_0x542fd0=this[_0x1f7a19(0x327)]['getShapeModel'](this[_0x1f7a19(0x37f)],this[_0x1f7a19(0x433)],_0x3285ca);if(!_0x542fd0)return null;let _0x235069=this[_0x1f7a19(0x767)][_0x1f7a19(0x632)]({'unitId':this[_0x1f7a19(0x37f)],'subUnitId':this[_0x1f7a19(0x433)],'drawingId':_0x3285ca});if(!(_0x235069!=null&&_0x235069[_0x1f7a19(0x230)]))return null;let {left:_0x47012f=0x0,top:_0x68a30a=0x0,width:_0x56f864=0x0,height:_0xae19f3=0x0,flipX:_0x1f82e2=!0x1,flipY:_0x594024=!0x1,angle:_0x979831}=_0x235069[_0x1f7a19(0x230)];_0x542fd0[_0x1f7a19(0x7b3)]({'width':_0x56f864,'height':_0xae19f3});let _0x4d2acd=_0x542fd0[_0x1f7a19(0x4ac)]()[_0x1f7a19(0x55a)](_0x334104=>_0x334104[_0x1f7a19(0x5b3)]===_0x361003);if(!_0x4d2acd)return null;let _0x57865a=_0x1f82e2?_0x56f864-_0x4d2acd['x']:_0x4d2acd['x'],_0x421789=_0x594024?_0xae19f3-_0x4d2acd['y']:_0x4d2acd['y'];if(_0x979831!==0x0&&_0x979831!=null){let _0x208108=_0x979831*Math['PI']/0xb4,_0x9a2515=Math[_0x1f7a19(0x517)](_0x208108),_0x8e476e=Math[_0x1f7a19(0x206)](_0x208108),_0x433359=_0x56f864/0x2,_0x183476=_0xae19f3/0x2,_0x3fa4fd=_0x57865a-_0x433359,_0x53b9ee=_0x421789-_0x183476;_0x57865a=_0x433359+_0x3fa4fd*_0x9a2515-_0x53b9ee*_0x8e476e,_0x421789=_0x183476+_0x3fa4fd*_0x8e476e+_0x53b9ee*_0x9a2515;}_0x57865a+=_0x47012f,_0x421789+=_0x68a30a;let _0x4bd4a4=_0x4d2acd['ang']/0xea60;_0x1f82e2&&(_0x4bd4a4=0xb4-_0x4bd4a4),_0x594024&&(_0x4bd4a4=-_0x4bd4a4),_0x4bd4a4+=_0x979831||0x0,_0x4bd4a4=(_0x4bd4a4%0x168+0x168)%0x168;let _0x3cdf49=(0x0,_0x58e46a['getBasicShapeRotateBound'])({'left':_0x47012f,'top':_0x68a30a,'width':_0x56f864,'height':_0xae19f3},_0x979831||0x0);return{'point':{'x':_0x57865a,'y':_0x421789},'angle':_0x4bd4a4,'bounds':_0x3cdf49};}[_0x537594(0x761)](_0xa3483e,_0x481d11){const _0x5041a9=_0x537594;let _0x292925=_0x481d11['x']-_0xa3483e['x'],_0x2830b0=_0x481d11['y']-_0xa3483e['y'];return Math['abs'](_0x292925)>=Math[_0x5041a9(0x2c4)](_0x2830b0)?_0x292925>=0x0?0xb4:0x0:_0x2830b0>=0x0?0x10e:0x5a;}[_0x537594(0x415)](){const _0xab6b35=_0x537594;this['_activeShapeId']=void 0x0,this[_0xab6b35(0x37f)]=void 0x0,this[_0xab6b35(0x433)]=void 0x0,this[_0xab6b35(0x547)]();}[_0x537594(0x4df)](){this['_clearShapeConnectorHandlerObjects'](),super['dispose']();}};_0x7ffcb1=_0x671f1f([_0x33f2d9(0x1,_0x20a5f6['ICommandService']),_0x33f2d9(0x2,_0x2663fc[_0x537594(0x3ab)]),_0x33f2d9(0x3,_0x1e663f[_0x537594(0x40a)]),_0x33f2d9(0x4,_0x20a5f6[_0x537594(0x69d)]),_0x33f2d9(0x5,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x456710[_0x537594(0x4b3)])),_0x33f2d9(0x6,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x1838b2)),_0x33f2d9(0x7,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x26d0d5))],_0x7ffcb1);let _0x2c5eff=function(_0x503a22){const _0x5082a7=_0x537594;let {containerWidth:_0xc96d6e,containerHeight:_0xc85a1c,scaleX:_0x508ca4,scaleY:_0x4af056}=_0x503a22,_0x5e1d31=(0x0,_0x37c4fd['useDependency'])(_0x1f4525),_0x2596cf=(0x0,_0x37c4fd['useDependency'])(_0x5d99a7[_0x5082a7(0x7dc)]),_0x2cfe17=(0x0,_0x37c4fd[_0x5082a7(0x549)])(_0x2663fc[_0x5082a7(0x3ab)]),_0x4a8c33=(0x0,_0x37c4fd[_0x5082a7(0x549)])(_0x20a5f6[_0x5082a7(0x69d)]),_0x5dade9=(0x0,_0x37c4fd[_0x5082a7(0x549)])(_0x1e663f[_0x5082a7(0x40a)]),_0x206e3e=(0x0,_0x37c4fd[_0x5082a7(0x549)])(_0x456710[_0x5082a7(0x4b3)]),_0x39b25c=(0x0,_0x37c4fd['useDependency'])(_0x20a5f6[_0x5082a7(0x5fd)]),_0x35d802=(0x0,_0x37c4fd[_0x5082a7(0x2e7)])(_0x5e1d31[_0x5082a7(0x212)]),_0x26874a=(0x0,_0x37c4fd['useObservable'])(_0x5e1d31['onSavingEditorData$']),_0x4a6155=(0x0,_0x4ebf41[_0x5082a7(0x323)])(null),_0x5428c5=(0x0,_0x4ebf41[_0x5082a7(0x323)])(null),_0x273273=(0x0,_0x4ebf41['useRef'])(null),[_0x2179ba,_0x39d218]=(0x0,_0x4ebf41['useState'])({'editorHeight':_0xc85a1c,'marginTop':0x0,'useAbsolutePosition':!0x1}),_0x65399=(0x0,_0x4ebf41[_0x5082a7(0x4a9)])(()=>_0x4a8c33['getUnit'](_0x34fe2b,_0x20a5f6[_0x5082a7(0x687)][_0x5082a7(0x193)]),[_0x4a8c33]),_0x78b8ed=(0x0,_0x4ebf41['useCallback'])(()=>{const _0x53e63f=_0x5082a7;var _0x55031c;if(!_0x35d802)return null;let {unitId:_0x1d6001,subUnitId:_0x13d2f1,shapeId:_0x2f0d2c}=_0x35d802,_0x2f2043=_0x206e3e[_0x53e63f(0x53a)](_0x1d6001,_0x13d2f1,_0x2f0d2c);if(!_0x2f2043)return null;let _0x5dd779=_0x2f2043[_0x53e63f(0x6a2)]();if(!_0x5dd779||!(_0x53e63f(0x440)in _0x5dd779))return null;let _0x36c914=_0x5dd779['dataModel'];if(!(_0x36c914!=null&&_0x36c914[_0x53e63f(0x2a7)]))return null;let _0x10fb18={'unitId':_0x1d6001,'subUnitId':_0x13d2f1,'drawingId':_0x2f0d2c},_0x219a42=_0x5dade9[_0x53e63f(0x632)](_0x10fb18),_0x2a6682={'angle':0x0,'flipX':!0x1,'flipY':!0x1};_0x219a42&&_0x219a42[_0x53e63f(0x230)]&&(_0x2a6682=_0x219a42[_0x53e63f(0x230)]);let _0xa5fb86={'left':0x0,'top':0x0,'width':_0xc96d6e/_0x508ca4,'height':_0xc85a1c/_0x4af056},_0x3833df=_0x2f2043[_0x53e63f(0x6b6)](_0xa5fb86);return{'doc':_0x36c914['doc'],'verticalAlign':(_0x55031c=_0x36c914['va'])==null?_0x20a5f6[_0x53e63f(0x1cf)]['TOP']:_0x55031c,'textRect':_0x3833df,'transform':_0x2a6682};},[_0x35d802,_0x206e3e,_0xc96d6e,_0xc85a1c,_0x508ca4,_0x4af056]),_0x2904b3=(0x0,_0x4ebf41[_0x5082a7(0x2fa)])(()=>{const _0x41f502=_0x5082a7;let _0xd14f4e=_0x78b8ed();if(_0xd14f4e!=null&&_0xd14f4e['doc']){let _0x433a1d=_0x20a5f6['Tools'][_0x41f502(0x510)](_0xd14f4e[_0x41f502(0x2a7)]);return _0x433a1d[_0x41f502(0x773)]||(_0x433a1d['documentStyle']={}),_0x433a1d[_0x41f502(0x773)][_0x41f502(0x23c)]={'width':_0xd14f4e['textRect'][_0x41f502(0x294)],'height':0x1/0x0},_0x433a1d;}return{'id':_0x34fe2b,'body':{'dataStream':'\x0d\x0a','textRuns':[],'paragraphs':[{'startIndex':0x0}]},'documentStyle':{'pageSize':{'width':_0xc96d6e/_0x508ca4,'height':0x1/0x0}}};},[]),_0x32697d=(0x0,_0x5d99a7[_0x5082a7(0x418)])({'editorId':_0x34fe2b,'initialValue':_0x2904b3,'container':_0x5428c5,'autoFocus':!0x1,'isSingle':!0x1}),_0x1fb0d8=(0x0,_0x5d99a7[_0x5082a7(0x375)])(_0x34fe2b);(0x0,_0x5d99a7[_0x5082a7(0x2dd)])(_0x1fb0d8,{'keyCodes':[{'keyCode':_0x37c4fd[_0x5082a7(0x341)]['ENTER']}],'handler':()=>{const _0x2e6fa3=_0x5082a7;_0x39b25c[_0x2e6fa3(0x2b8)](_0x5d99a7[_0x2e6fa3(0x2ce)]['id']);}},_0x32697d),(0x0,_0x5d99a7['useLeftAndRightArrow'])(_0x1fb0d8,!0x1,_0x32697d);let _0x2a9be5=(0x0,_0x4ebf41[_0x5082a7(0x4a9)])(()=>{const _0x1dbc29=_0x5082a7;var _0x5888f5,_0x41f598;if(!_0x32697d)return;let _0x5dd88f=_0x2cfe17[_0x1dbc29(0x2d3)](_0x34fe2b),_0x10e3ca=_0x5dd88f==null?void 0x0:_0x5dd88f['with'](_0x366d19[_0x1dbc29(0x75d)]);if(!_0x10e3ca)return;let _0x50c1f6=_0x10e3ca['getSkeleton'](),_0x1b32c5=_0x65399(),_0x5e0808=_0x78b8ed(),_0x5a148d=(_0x5888f5=_0x5e0808==null?void 0x0:_0x5e0808['verticalAlign'])==null?_0x20a5f6['VerticalAlign'][_0x1dbc29(0x580)]:_0x5888f5,_0x342be6=(_0x41f598=_0x5e0808==null?void 0x0:_0x5e0808[_0x1dbc29(0x3cd)])==null?{'left':0x0,'top':0x0,'width':_0xc96d6e/_0x508ca4,'height':_0xc85a1c/_0x4af056}:_0x41f598;_0x1b32c5&&_0x1b32c5[_0x1dbc29(0x73a)]({'pageSize':{'width':_0x342be6[_0x1dbc29(0x294)],'height':0x1/0x0}}),_0x50c1f6['calculate']();let {actualHeight:_0x4834b2}=_0x50c1f6['getActualSize'](),_0x418b6f=_0x342be6[_0x1dbc29(0x670)],_0xc9bf13=_0x418b6f,_0xce510=0x0;if(_0x4834b2<=_0x418b6f)_0x5a148d===_0x20a5f6[_0x1dbc29(0x1cf)]['MIDDLE']?_0xce510=(_0x418b6f-_0x4834b2)/0x2:_0x5a148d===_0x20a5f6['VerticalAlign'][_0x1dbc29(0x3be)]&&(_0xce510=_0x418b6f-_0x4834b2),_0xc9bf13=_0x418b6f,_0x39d218({'editorHeight':_0x342be6[_0x1dbc29(0x670)]*_0x4af056,'marginTop':0x0,'useAbsolutePosition':!0x1});else{let _0x575e12=0x0;_0x5a148d===_0x20a5f6[_0x1dbc29(0x1cf)][_0x1dbc29(0x1b0)]?_0x575e12=(_0x418b6f-_0x4834b2)/0x2:_0x5a148d===_0x20a5f6[_0x1dbc29(0x1cf)][_0x1dbc29(0x3be)]&&(_0x575e12=_0x418b6f-_0x4834b2),_0xce510=0x0,_0x39d218({'editorHeight':_0x4834b2*_0x4af056,'marginTop':_0x575e12*_0x4af056,'useAbsolutePosition':!0x0}),_0xc9bf13=_0x4834b2;}_0x1b32c5&&(_0x1b32c5[_0x1dbc29(0x73a)]({'pageSize':{'width':_0x342be6[_0x1dbc29(0x294)],'height':_0xc9bf13}}),_0x1b32c5[_0x1dbc29(0x3b0)]({'t':_0xce510}),_0x50c1f6[_0x1dbc29(0x15f)]()),_0x5dd88f&&(_0x5dd88f['scene'][_0x1dbc29(0x2bc)](_0x342be6['width'],_0xc9bf13),_0x5dd88f[_0x1dbc29(0x4ed)]&&_0x5dd88f[_0x1dbc29(0x4ed)]['resize'](_0x342be6['width'],_0xc9bf13));},[_0x32697d,_0x2cfe17,_0x78b8ed,_0x65399,_0xc96d6e,_0xc85a1c,_0x508ca4,_0x4af056]);(0x0,_0x4ebf41[_0x5082a7(0x6aa)])(()=>{const _0x2a2532=_0x5082a7;if(!_0x32697d||!_0x35d802)return;let {shapeId:_0x1329cd,unitId:_0x12b85e,subUnitId:_0x4c86aa}=_0x35d802;if(_0x26874a){var _0x2f68fb;let _0x852611=_0x32697d[_0x2a2532(0x7ed)](),_0x37f18c=_0x78b8ed(),_0xa632ea={'va':(_0x2f68fb=_0x37f18c==null?void 0x0:_0x37f18c[_0x2a2532(0x77e)])==null?_0x20a5f6[_0x2a2532(0x1cf)][_0x2a2532(0x580)]:_0x2f68fb,'doc':_0x852611};_0x39b25c[_0x2a2532(0x2b8)](_0x4792e5['id'],{'unitId':_0x12b85e,'subUnitId':_0x4c86aa,'shapeId':_0x1329cd,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0xa632ea}},'oldShapeJSON':{'oldShapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x273273[_0x2a2532(0x4aa)]}}}});return;}let _0xd7238=_0x78b8ed();if(_0xd7238!=null&&_0xd7238['doc']){_0x273273[_0x2a2532(0x4aa)]={'va':_0xd7238['verticalAlign'],'doc':_0x20a5f6['Tools'][_0x2a2532(0x510)](_0xd7238[_0x2a2532(0x2a7)])};let _0x119ef8=_0x20a5f6[_0x2a2532(0x33a)]['deepClone'](_0xd7238[_0x2a2532(0x2a7)]);return _0x119ef8[_0x2a2532(0x773)]||(_0x119ef8[_0x2a2532(0x773)]={}),_0x119ef8[_0x2a2532(0x773)][_0x2a2532(0x23c)]={'width':_0xd7238[_0x2a2532(0x3cd)][_0x2a2532(0x294)],'height':0x1/0x0},_0x32697d[_0x2a2532(0x1f7)](_0x119ef8,null),()=>{const _0x15f0ad=_0x2a2532;var _0x32d4b7;let _0x11322b=_0x32697d[_0x15f0ad(0x7ed)](),_0x5b6b51=_0x78b8ed(),_0x400603={'va':(_0x32d4b7=_0x5b6b51==null?void 0x0:_0x5b6b51[_0x15f0ad(0x77e)])==null?_0x20a5f6[_0x15f0ad(0x1cf)]['TOP']:_0x32d4b7,'doc':_0x11322b};_0x39b25c[_0x15f0ad(0x2b8)](_0x4792e5['id'],{'unitId':_0x12b85e,'subUnitId':_0x4c86aa,'shapeId':_0x1329cd,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x400603}},'oldShapeJSON':{'oldShapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x273273[_0x15f0ad(0x4aa)]}}}});};}else _0x32697d['setDocumentData'](_0x2904b3,null);},[_0x32697d,_0x35d802,_0x26874a]),(0x0,_0x4ebf41['useEffect'])(()=>{const _0x343ef0=_0x5082a7;var _0x15bca9,_0x550794;if(!_0x32697d||!_0x35d802)return;_0x2596cf[_0x343ef0(0x7de)](!0x0),_0x2596cf['focus'](_0x34fe2b);let _0x7eb73d=((_0x15bca9=(_0x550794=_0x32697d['getDocumentData']()[_0x343ef0(0x2d0)])==null?void 0x0:_0x550794['dataStream'][_0x343ef0(0x274)])==null?0x2:_0x15bca9)-0x2;return _0x32697d[_0x343ef0(0x34c)]([{'startOffset':_0x7eb73d,'endOffset':_0x7eb73d}]),()=>{const _0x28ce4a=_0x343ef0;_0x2596cf[_0x28ce4a(0x7de)](!0x0);};},[_0x32697d,_0x35d802,_0x2596cf]),(0x0,_0x4ebf41['useEffect'])(()=>{const _0x196452=_0x5082a7;if(!_0x32697d)return;let _0x2d2c6a=_0x39b25c[_0x196452(0x36e)](_0x35d097=>{const _0x30fc78=_0x196452;_0x35d097['id']===_0x366d19[_0x30fc78(0x23a)]['id']&&_0x35d097[_0x30fc78(0x60b)]['unitId']===_0x34fe2b&&_0x35d802&&(_0x35d802['visible']?_0x2a9be5():_0x5e1d31[_0x30fc78(0x7fe)]({..._0x35d802,'visible':!0x0})),_0x35d097['id']===_0x122b3d['id']&&_0x2a9be5();});return()=>{_0x2d2c6a['dispose']();};},[_0x32697d,_0x2a9be5,_0x35d802]),(0x0,_0x4ebf41['useEffect'])(()=>{_0x2a9be5();},[_0x2a9be5]);let _0x481490=(0x0,_0x4ebf41[_0x5082a7(0x2fa)])(()=>{const _0x23fb4b=_0x5082a7;var _0x102fc5;let _0x2d4f6f=_0x78b8ed(),_0x3ab05b=(_0x102fc5=_0x2d4f6f==null?void 0x0:_0x2d4f6f[_0x23fb4b(0x3cd)])==null?{'left':0x0,'top':0x0,'width':_0xc96d6e/_0x508ca4,'height':_0xc85a1c/_0x4af056}:_0x102fc5,_0x53eb7a=_0x3ab05b[_0x23fb4b(0x711)]*_0x508ca4,_0x161e26=_0x3ab05b[_0x23fb4b(0x5e6)]*_0x4af056,_0x2ba4e2=_0x3ab05b[_0x23fb4b(0x294)]*_0x508ca4;return _0x2179ba[_0x23fb4b(0x13f)]?{'top':_0x161e26+_0x2179ba[_0x23fb4b(0x18a)],'left':_0x53eb7a,'width':_0x2ba4e2,'height':_0x2179ba[_0x23fb4b(0x5f0)]}:{'top':_0x161e26,'left':_0x53eb7a,'width':_0x2ba4e2,'height':_0x2179ba[_0x23fb4b(0x5f0)]};},[_0x2179ba,_0x78b8ed,_0xc96d6e,_0xc85a1c,_0x508ca4,_0x4af056]),_0x1442a7=(0x0,_0x4ebf41['useMemo'])(()=>{let _0x3d5041=_0x78b8ed(),_0x2a1068=_0x3d5041==null?void 0x0:_0x3d5041['transform'];return _0x2a1068&&_0x2a1068||{'angle':0x0,'flipX':!0x1,'flipY':!0x1};},[_0x78b8ed]);return(0x0,_0x16f950[_0x5082a7(0x79f)])(_0x5082a7(0x59e),{'ref':_0x4a6155,'data-u-comp':_0x5082a7(0x3fe),'className':_0x5082a7(0x676),'style':{'transform':_0x5082a7(0x1a0)+_0x1442a7[_0x5082a7(0x19b)]+'deg)\x20scaleY('+(_0x1442a7[_0x5082a7(0x42a)]?-0x1:0x1)+')'},'children':(0x0,_0x16f950['jsx'])(_0x5082a7(0x59e),{'ref':_0x5428c5,'className':_0x5082a7(0x329),'data-u-comp':_0x5082a7(0x260),'style':_0x481490,'data-editorid':_0x34fe2b})});};_0x2c5eff['displayName']='ShapeEditor';let _0x716f9d={'left':-0x270f,'top':-0x270f,'width':0x64,'height':0x64,'angle':0x0,'scaleX':0x1,'scaleY':0x1};function _0x2005e3(_0x5c3c8a,_0x439251,_0x529468,_0xeb33a6){const _0x1fdffd=_0x537594;let {scaleX:_0x5ede85,scaleY:_0x1184ef}=_0x529468[_0x1fdffd(0x68f)](),{startColumn:_0x291e34,startRow:_0x2d69e5,xSplit:_0x1ea0db,ySplit:_0x4965ea}=_0xeb33a6[_0x1fdffd(0x2fe)][_0x1fdffd(0x764)](),_0x366232=_0x529468['getViewport'](_0x2663fc[_0x1fdffd(0x51d)]['VIEW_MAIN']),_0x445671=_0x529468[_0x1fdffd(0x15a)](_0x2663fc[_0x1fdffd(0x51d)][_0x1fdffd(0x6b5)]),_0x2d8aee=_0x529468[_0x1fdffd(0x15a)](_0x2663fc[_0x1fdffd(0x51d)][_0x1fdffd(0x5ef)]),_0x19329a=_0x529468[_0x1fdffd(0x15a)](_0x2663fc[_0x1fdffd(0x51d)]['VIEW_MAIN_LEFT']),{rowHeaderWidth:_0x59b022,columnHeaderHeight:_0x4092bc}=_0xeb33a6,_0x9188de=_0xeb33a6[_0x1fdffd(0x56d)](_0x2d69e5)+_0x4092bc,_0x33a981=_0xeb33a6['colStartX'](_0x291e34)+_0x59b022,_0x1c2f61=_0xeb33a6[_0x1fdffd(0x56d)](_0x2d69e5-_0x4965ea)+_0x4092bc,_0x3e3ea4=_0xeb33a6[_0x1fdffd(0x451)](_0x291e34-_0x1ea0db)+_0x59b022,_0x52722f=[],_0x16c935=(_0x50f644,_0x45f358,_0x4954e2)=>{if(!_0x50f644)return null;let {viewportScrollX:_0x2565de,viewportScrollY:_0x552084}=_0x50f644,_0xa7c717,_0x337056;return _0xa7c717=_0x45f358?(_0x5c3c8a-(_0x3e3ea4-_0x59b022))*_0x5ede85:(_0x5c3c8a-_0x2565de)*_0x5ede85,_0x337056=_0x4954e2?(_0x439251-(_0x1c2f61-_0x4092bc))*_0x1184ef:(_0x439251-_0x552084)*_0x1184ef,{'domX':_0xa7c717,'domY':_0x337056};},_0xbf95b0=_0x5c3c8a<_0x33a981&&_0x1ea0db>0x0,_0x47200c=_0x439251<_0x9188de&&_0x4965ea>0x0,_0x342daa=_0x5c3c8a>=_0x33a981||_0x1ea0db===0x0,_0x337455=_0x439251>=_0x9188de||_0x4965ea===0x0;if(_0xbf95b0&&_0x47200c&&_0x445671){let _0x3216be=_0x16c935(_0x445671,!0x0,!0x0);_0x3216be&&_0x52722f['push'](_0x3216be);}if(_0x47200c&&_0x342daa&&_0x2d8aee){let _0x1ce047=_0x16c935(_0x2d8aee,!0x1,!0x0);_0x1ce047&&_0x52722f['push'](_0x1ce047);}if(_0xbf95b0&&_0x337455&&_0x19329a){let _0x294abd=_0x16c935(_0x19329a,!0x0,!0x1);_0x294abd&&_0x52722f[_0x1fdffd(0x79d)](_0x294abd);}if(_0x342daa&&_0x337455&&_0x366232){let _0x5ac63a=_0x16c935(_0x366232,!0x1,!0x1);_0x5ac63a&&_0x52722f['push'](_0x5ac63a);}if(_0x52722f[_0x1fdffd(0x274)]===0x0){var _0xd806e8,_0x5bb435;return{'domX':(_0x5c3c8a-((_0xd806e8=_0x366232==null?void 0x0:_0x366232[_0x1fdffd(0x324)])==null?0x0:_0xd806e8))*_0x5ede85,'domY':(_0x439251-((_0x5bb435=_0x366232==null?void 0x0:_0x366232['viewportScrollY'])==null?0x0:_0x5bb435))*_0x1184ef};}let _0x3d39d4=_0x52722f[0x0]['domX'],_0x4fa508=_0x52722f[0x0][_0x1fdffd(0x498)];for(let _0x206cd2 of _0x52722f)_0x206cd2[_0x1fdffd(0x5ed)]>_0x3d39d4&&(_0x3d39d4=_0x206cd2[_0x1fdffd(0x5ed)]),_0x206cd2[_0x1fdffd(0x498)]>_0x4fa508&&(_0x4fa508=_0x206cd2[_0x1fdffd(0x498)]);return{'domX':_0x3d39d4,'domY':_0x4fa508};}function _0x3c4b25(_0x49fe78,_0x5cea7b,_0x5b7560,_0xd6c97,_0x431eec,_0x3a4e16,_0x3e4cca){const _0x4591c9=_0x537594;let {scaleX:_0x283f5e,scaleY:_0x513f85}=_0x3a4e16[_0x4591c9(0x68f)](),{domX:_0x3c59b4,domY:_0x9f219}=_0x2005e3(_0x49fe78,_0x5cea7b,_0x3a4e16,_0x3e4cca);return{'left':_0x3c59b4,'top':_0x9f219,'width':_0x5b7560*_0x283f5e,'height':_0xd6c97*_0x513f85,'angle':_0x431eec,'scaleX':_0x283f5e,'scaleY':_0x513f85};}function _0x4455fd(_0x34f981){const _0x4f9d31=_0x537594;let {editingParams:_0x36459e,scene:_0x10398d,skeleton:_0x3c3ec5,getShapeTransform:_0x2fab9d}=_0x34f981,[_0x129bdd,_0x3f0305]=(0x0,_0x4ebf41[_0x4f9d31(0x1cc)])(_0x716f9d),_0x578281=(0x0,_0x4ebf41[_0x4f9d31(0x323)])(_0x129bdd);_0x578281[_0x4f9d31(0x4aa)]=_0x129bdd;let _0x275307=(0x0,_0x4ebf41['useCallback'])(()=>{const _0x162e77=_0x4f9d31;if(!_0x36459e||!_0x10398d||!_0x3c3ec5){_0x578281[_0x162e77(0x4aa)]!==_0x716f9d&&_0x3f0305(_0x716f9d);return;}let _0x40fefc=_0x2fab9d();if(!_0x40fefc){_0x578281[_0x162e77(0x4aa)]!==_0x716f9d&&_0x3f0305(_0x716f9d);return;}let {left:_0x3e2aff,top:_0x1b7f6b,width:_0xeadf9a,height:_0x5e4153,angle:_0x3dfc2c}=_0x40fefc;if(!_0x36459e['visible']){let {scaleX:_0x62a639,scaleY:_0x5c8255}=_0x10398d[_0x162e77(0x68f)]();_0x3f0305({'left':-0x270f,'top':-0x270f,'width':_0xeadf9a*_0x62a639,'height':_0x5e4153*_0x5c8255,'angle':0x0,'scaleX':_0x62a639,'scaleY':_0x5c8255});return;}_0x3f0305(_0x3c4b25(_0x3e2aff,_0x1b7f6b,_0xeadf9a,_0x5e4153,_0x3dfc2c,_0x10398d,_0x3c3ec5));},[_0x36459e,_0x10398d,_0x3c3ec5,_0x2fab9d]);return(0x0,_0x4ebf41['useEffect'])(()=>{_0x275307();},[_0x36459e,_0x275307]),{'position':_0x129bdd,'updatePosition':_0x275307};}let _0x403df8=(0x0,_0x4ebf41[_0x537594(0x431)])(_0x14d57e=>{const _0x27830b=_0x537594;let {children:_0xece3e1,onPositionUpdate:_0x486a7a}=_0x14d57e,_0xeb2b09=(0x0,_0x4ebf41[_0x27830b(0x323)])(null),_0x41120f=(0x0,_0x37c4fd[_0x27830b(0x549)])(_0x1f4525),_0x4387ac=(0x0,_0x37c4fd[_0x27830b(0x549)])(_0x2663fc[_0x27830b(0x3ab)]),_0x593833=(0x0,_0x37c4fd[_0x27830b(0x2e7)])(_0x41120f[_0x27830b(0x212)]),_0x772064=(0x0,_0x4ebf41[_0x27830b(0x2fa)])(()=>_0x593833?_0x4387ac['getRenderById'](_0x593833[_0x27830b(0x4f1)]):null,[_0x593833,_0x4387ac]),_0x530cb0=(0x0,_0x4ebf41[_0x27830b(0x2fa)])(()=>{const _0x223b66=_0x27830b;var _0x3b81d4;return(_0x3b81d4=_0x772064==null?void 0x0:_0x772064[_0x223b66(0x77a)])==null?null:_0x3b81d4;},[_0x772064]),{position:_0x526d46,updatePosition:_0xbe2fc8}=_0x4455fd({'editingParams':_0x593833,'scene':_0x530cb0,'skeleton':(0x0,_0x4ebf41['useMemo'])(()=>{const _0x30fc23=_0x27830b;var _0x4c57e1,_0x2e45cf;return!_0x593833||!_0x772064||(_0x4c57e1=(_0x2e45cf=_0x772064[_0x30fc23(0x3f5)](_0x4afbf8[_0x30fc23(0x1d9)])[_0x30fc23(0x386)](_0x593833['subUnitId']))==null?void 0x0:_0x2e45cf[_0x30fc23(0x63b)])==null?null:_0x4c57e1;},[_0x593833,_0x772064]),'getShapeTransform':(0x0,_0x4ebf41['useCallback'])(()=>{const _0x29f1b4=_0x27830b;if(!_0x593833||!_0x530cb0)return null;let _0x2aa44f=_0x593833[_0x29f1b4(0x393)],_0x3efa8a=_0x530cb0[_0x29f1b4(0x59f)](_0x2aa44f);return _0x3efa8a instanceof _0xb3f2ff?{'left':_0x3efa8a[_0x29f1b4(0x711)],'top':_0x3efa8a[_0x29f1b4(0x5e6)],'width':_0x3efa8a[_0x29f1b4(0x294)],'height':_0x3efa8a[_0x29f1b4(0x670)],'angle':_0x3efa8a[_0x29f1b4(0x19b)]}:null;},[_0x593833,_0x530cb0])}),_0x4c57ae=(0x0,_0x4ebf41[_0x27830b(0x4a9)])(()=>{const _0x3e63ef=_0x27830b;let _0x660286=_0xeb2b09[_0x3e63ef(0x4aa)];_0x660286&&(_0x660286[_0x3e63ef(0x7f3)]['left']=_0x526d46[_0x3e63ef(0x711)]+'px',_0x660286[_0x3e63ef(0x7f3)][_0x3e63ef(0x5e6)]=_0x526d46[_0x3e63ef(0x5e6)]+'px',_0x660286[_0x3e63ef(0x7f3)][_0x3e63ef(0x294)]=_0x526d46[_0x3e63ef(0x294)]+'px',_0x660286[_0x3e63ef(0x7f3)][_0x3e63ef(0x670)]=_0x526d46['height']+'px');},[_0x526d46]);(0x0,_0x4ebf41[_0x27830b(0x6aa)])(()=>{const _0x9f3afa=_0x27830b;_0x4c57ae(),_0x486a7a==null||_0x486a7a({'width':_0x526d46[_0x9f3afa(0x294)],'height':_0x526d46['height'],'scaleX':_0x526d46[_0x9f3afa(0x50d)],'scaleY':_0x526d46[_0x9f3afa(0x306)]});},[_0x526d46,_0x4c57ae,_0x486a7a]),(0x0,_0x4ebf41['useEffect'])(()=>{const _0x11022b=_0x27830b;if(!_0x530cb0)return;let _0x208d91=_0x530cb0['getViewport'](_0x2663fc[_0x11022b(0x51d)][_0x11022b(0x2cc)]);if(!_0x208d91)return;let _0x487b43=_0x208d91[_0x11022b(0x5bf)][_0x11022b(0x644)](()=>{_0xbe2fc8();});return()=>{const _0x8e3077=_0x11022b;_0x487b43[_0x8e3077(0x534)]();};},[_0x530cb0,_0xbe2fc8]),(0x0,_0x4ebf41[_0x27830b(0x6aa)])(()=>{const _0x431686=_0x27830b;if(!_0x593833||!_0x530cb0)return;let _0x4cea5a=_0x593833[_0x431686(0x393)],_0x1b3c2b=_0x530cb0[_0x431686(0x59f)](_0x4cea5a);if(_0x1b3c2b instanceof _0xb3f2ff){let _0x34e989=_0x1b3c2b['onTransformChange$'][_0x431686(0x644)](()=>{_0xbe2fc8();});return()=>{const _0x705e9e=_0x431686;_0x34e989[_0x705e9e(0x534)]();};}},[_0x593833,_0x530cb0,_0xbe2fc8]);let _0x2bc72d=(0x0,_0x4ebf41[_0x27830b(0x2fa)])(()=>({'left':_0x526d46[_0x27830b(0x711)],'top':_0x526d46[_0x27830b(0x5e6)],'width':_0x526d46[_0x27830b(0x294)],'height':_0x526d46[_0x27830b(0x670)],'pointerEvents':_0x593833!=null&&_0x593833['visible']?_0x27830b(0x7c5):'none'}),[_0x526d46,_0x593833==null?void 0x0:_0x593833['visible']]);return(0x0,_0x16f950['jsx'])(_0x27830b(0x59e),{'ref':_0xeb2b09,'data-u-comp':'shape-text-editor-position-wrapper','className':_0x27830b(0x561),'style':_0x2bc72d,'children':_0xece3e1});});_0x403df8[_0x537594(0x4c2)]=_0x537594(0x778);let _0x333a99=(0x0,_0x4ebf41['memo'])(()=>{const _0x439a4e=_0x537594;let _0x11c847=(0x0,_0x37c4fd[_0x439a4e(0x2e7)])((0x0,_0x37c4fd[_0x439a4e(0x549)])(_0x1f4525)[_0x439a4e(0x212)]),[_0x1bd10d,_0x3264ab]=(0x0,_0x4ebf41[_0x439a4e(0x1cc)])({'width':0x64,'height':0x64,'scaleX':0x1,'scaleY':0x1}),_0x251d99=(0x0,_0x4ebf41['useCallback'])(_0x52e6b4=>{const _0x3cc7a9=_0x439a4e;_0x3264ab({'width':_0x52e6b4[_0x3cc7a9(0x294)],'height':_0x52e6b4[_0x3cc7a9(0x670)],'scaleX':_0x52e6b4[_0x3cc7a9(0x50d)],'scaleY':_0x52e6b4[_0x3cc7a9(0x306)]});},[]);return _0x11c847!=null&&_0x11c847[_0x439a4e(0x610)]?(0x0,_0x16f950[_0x439a4e(0x79f)])(_0x403df8,{'onPositionUpdate':_0x251d99,'children':(0x0,_0x16f950[_0x439a4e(0x79f)])(_0x2c5eff,{'containerWidth':_0x1bd10d[_0x439a4e(0x294)],'containerHeight':_0x1bd10d[_0x439a4e(0x670)],'scaleX':_0x1bd10d[_0x439a4e(0x50d)],'scaleY':_0x1bd10d[_0x439a4e(0x306)]})}):null;});_0x333a99[_0x537594(0x4c2)]=_0x537594(0x74d);let _0x4fee63=class extends _0x20a5f6[_0x537594(0x3c8)]{constructor(_0x5e6074=_0x53c9f2,_0x2662b0,_0x4c5895,_0x4ad3c1,_0xe9fc50){const _0x1f585e=_0x537594;super(),this[_0x1f585e(0x20e)]=_0x5e6074,this[_0x1f585e(0x19c)]=_0x2662b0,this['_commandService']=_0x4c5895,this[_0x1f585e(0x189)]=_0x4ad3c1,this[_0x1f585e(0x47b)]=_0xe9fc50;let {..._0x31ebf5}=(0x0,_0x20a5f6['merge'])({},_0x53c9f2,this[_0x1f585e(0x20e)]);this[_0x1f585e(0x189)][_0x1f585e(0x14b)](_0x4160e1,_0x31ebf5),this[_0x1f585e(0x6e5)]();}[_0x537594(0x162)](){const _0x543754=_0x537594;(0x0,_0x20a5f6[_0x543754(0x26b)])(this[_0x543754(0x19c)],[[_0xf56714],[_0x328c51],[_0x46abbf],[_0x2cb96e]]);}['onReady'](){const _0x41e64b=_0x537594;[[_0x26d0d5],[_0x1838b2],[_0x384569]]['forEach'](_0x26687c=>this[_0x41e64b(0x19c)][_0x41e64b(0x573)](_0x26687c)),(0x0,_0x20a5f6[_0x41e64b(0x26b)])(this['_injector'],[[_0x384569]]),this[_0x41e64b(0x47b)][_0x41e64b(0x7e2)](_0x20a5f6[_0x41e64b(0x687)][_0x41e64b(0x24c)],[_0x26d0d5]),this[_0x41e64b(0x47b)]['registerRenderModule'](_0x20a5f6['UniverInstanceType'][_0x41e64b(0x24c)],[_0x1838b2]),this[_0x41e64b(0x47b)][_0x41e64b(0x7e2)](_0x20a5f6[_0x41e64b(0x687)][_0x41e64b(0x24c)],[_0x7ffcb1]),this['_renderManagerService']['registerRenderModule'](_0x20a5f6[_0x41e64b(0x687)][_0x41e64b(0x24c)],[_0x2f715b]);}['onStarting'](){const _0x5c8325=_0x537594;let _0x1bcbce=this['_injector'];_0x1bcbce[_0x5c8325(0x3c5)](_0x37c4fd[_0x5c8325(0x7ce)])[_0x5c8325(0x5d2)](_0x5c8325(0x74d),_0x333a99),[[_0xf56714],[_0x328c51],[_0x46abbf],[_0x2cb96e],[_0x1f4525],[_0x141dfb]][_0x5c8325(0x1b6)](_0x2175b5=>_0x1bcbce['add'](_0x2175b5)),(0x0,_0x20a5f6[_0x5c8325(0x26b)])(this[_0x5c8325(0x19c)],[[_0xf56714],[_0x328c51],[_0x46abbf],[_0x2cb96e],[_0x1f4525],[_0x141dfb]]);}['_initCommands'](){const _0xbffdae=_0x537594;[_0xe3e172,_0x582759,_0x4792e5,_0x307b0f,_0x31cb01,_0xa229eb,_0x3eac74,_0x573801,_0x5f0e4a,_0x122b3d,_0x52f3e1,_0xfbc1ae,_0x3c8281,_0x3bac22,_0x508670,_0x43644e][_0xbffdae(0x1b6)](_0x40ebde=>this[_0xbffdae(0x48c)](this['_commandService']['registerCommand'](_0x40ebde)));}};_0x714efa(_0x4fee63,'type',_0x20a5f6[_0x537594(0x687)][_0x537594(0x24c)]),_0x714efa(_0x4fee63,'pluginName',_0x537594(0x629)),_0x714efa(_0x4fee63,_0x537594(0x216),_0x34e6fa),_0x714efa(_0x4fee63,_0x537594(0x745),_0x4aa408),_0x4fee63=_0x671f1f([(0x0,_0x20a5f6[_0x537594(0x70e)])(_0x447755['UniverSheetsDrawingUIPlugin'],_0x456710[_0x537594(0x391)]),_0x33f2d9(0x1,(0x0,_0x20a5f6[_0x537594(0x290)])(_0x20a5f6[_0x537594(0x602)])),_0x33f2d9(0x2,_0x20a5f6[_0x537594(0x5fd)]),_0x33f2d9(0x3,_0x20a5f6['IConfigService']),_0x33f2d9(0x4,_0x2663fc['IRenderManagerService'])],_0x4fee63),_0x456755['InsertShapeCommand']=_0xe3e172,_0x456755['SetShapeDrawingDataCommand']=_0x307b0f,_0x456755[_0x537594(0x3f7)]=_0x35ea5b,_0x456755[_0x537594(0x31b)]=_0x52f3e1,_0x456755[_0x537594(0x161)]=_0xfbc1ae,_0x456755['SetShapeTextFontSizeIncreaseCommand']=_0x3c8281,_0x456755['SetShapeTextVerticalAlignCommand']=_0x122b3d,_0x456755['SetSheetsShapeRotateCommand']=_0x573801,_0x456755[_0x537594(0x5ee)]=_0x43644e,Object[_0x537594(0x1c5)](_0x456755,'SheetsShapeUIController',{'enumerable':!0x0,'get':function(){return _0xf56714;}}),_0x456755[_0x537594(0x7c9)]=_0x31cb01,Object[_0x537594(0x1c5)](_0x456755,_0x537594(0x389),{'enumerable':!0x0,'get':function(){return _0x4fee63;}}),_0x456755[_0x537594(0x742)]=_0x3eac74,_0x456755[_0x537594(0x4d7)]=_0xa229eb,_0x456755[_0x537594(0x271)]=_0x4792e5;}));