@univerjs-pro/sheets-shape-ui 0.15.3-insiders.20260131-cbd5fac
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.
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/command-util.d.ts +19 -0
- package/lib/types/commands/command/add-shape-command.d.ts +9 -0
- package/lib/types/commands/command/menu-insert-shape.command.d.ts +27 -0
- package/lib/types/commands/command/set-shape-fill.command.d.ts +5 -0
- package/lib/types/commands/command/set-shape-flip-command.d.ts +14 -0
- package/lib/types/commands/command/set-shape-rotate.command.d.ts +10 -0
- package/lib/types/commands/command/set-shape-text-align.command.d.ts +5 -0
- package/lib/types/commands/command/set-shape-text-style.command.d.ts +7 -0
- package/lib/types/commands/command/set-shape-text-vertical-align.command.d.ts +5 -0
- package/lib/types/commands/command/shape-doc-align.command.d.ts +10 -0
- package/lib/types/commands/command/test-line.shape.command.d.ts +8 -0
- package/lib/types/commands/command/update-connector-relation.command.d.ts +41 -0
- package/lib/types/commands/command/update-line-shape-resize.command.d.ts +18 -0
- package/lib/types/commands/command/update-shape-data-command.d.ts +13 -0
- package/lib/types/commands/menu/shape-doc-format.menu.d.ts +16 -0
- package/lib/types/commands/menu/shape-fill.menu.d.ts +3 -0
- package/lib/types/commands/menu/shape-font-size.menu.d.ts +5 -0
- package/lib/types/commands/menu/shape-text-align.menu.d.ts +8 -0
- package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +8 -0
- package/lib/types/commands/operations/close-shape-panel.operation.d.ts +7 -0
- package/lib/types/commands/operations/open-shape-panel.operation.d.ts +7 -0
- package/lib/types/const.d.ts +5 -0
- package/lib/types/controllers/config.schema.d.ts +5 -0
- package/lib/types/controllers/menu.schema.d.ts +2 -0
- package/lib/types/controllers/shape-text-editing.render-controller.d.ts +17 -0
- package/lib/types/controllers/shape-update.controller.d.ts +19 -0
- package/lib/types/controllers/sheet-basic-shape-connection.controller.d.ts +99 -0
- package/lib/types/controllers/sheet-shape-adjust-controller.d.ts +45 -0
- package/lib/types/controllers/sheet-shape-command-interceptor.controller.d.ts +31 -0
- package/lib/types/controllers/sheet-shape-connector.controller.d.ts +110 -0
- package/lib/types/controllers/sheet-shape-render.controller.d.ts +12 -0
- package/lib/types/controllers/sheets-shape-ui.controller.d.ts +111 -0
- package/lib/types/index.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +279 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/plugin.d.ts +18 -0
- package/lib/types/services/shape-text-editing.service.d.ts +19 -0
- package/lib/types/types.d.ts +14 -0
- package/lib/types/view-model/drawing-shape.d.ts +66 -0
- package/lib/types/view-model/shape-data-model.d.ts +5 -0
- package/lib/types/view-model/sheet-basic-shape-connection-site-object.d.ts +44 -0
- package/lib/types/view-model/sheet-shape-adjust-point-object.d.ts +21 -0
- package/lib/types/view-model/sheet-shape-connector-handler-object.d.ts +22 -0
- package/lib/types/views/ShapeOptions.d.ts +30 -0
- package/lib/types/views/ShapePicker.d.ts +2 -0
- package/lib/types/views/shape-editor-panel/ShapeEditorPanel.d.ts +12 -0
- package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +11 -0
- package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +11 -0
- package/lib/types/views/shape-editor-panel/ShapePositionEditor.d.ts +1 -0
- package/lib/types/views/shape-editor-panel/index.d.ts +1 -0
- package/lib/types/views/shape-menu/shape-menu-factory.d.ts +10 -0
- package/lib/types/views/shape-text-editor/Editor.d.ts +14 -0
- package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +37 -0
- package/lib/types/views/shape-text-editor/index.d.ts +6 -0
- package/lib/types/views/shape-text-editor/position-wrapper.d.ts +16 -0
- package/lib/types/views/shapes.d.ts +58 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +99 -0
package/lib/es/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x54485f=_0x1a5f;(function(_0xe37db,_0xb22b81){const _0x188153=_0x1a5f,_0x102d38=_0xe37db();while(!![]){try{const _0x4f949e=-parseInt(_0x188153(0x545))/0x1+-parseInt(_0x188153(0x448))/0x2*(-parseInt(_0x188153(0x273))/0x3)+parseInt(_0x188153(0x2e7))/0x4*(parseInt(_0x188153(0x5aa))/0x5)+-parseInt(_0x188153(0x6a4))/0x6*(-parseInt(_0x188153(0x5b8))/0x7)+-parseInt(_0x188153(0x6c2))/0x8*(parseInt(_0x188153(0x532))/0x9)+-parseInt(_0x188153(0x1ce))/0xa+parseInt(_0x188153(0x758))/0xb;if(_0x4f949e===_0xb22b81)break;else _0x102d38['push'](_0x102d38['shift']());}catch(_0x4964dd){_0x102d38['push'](_0x102d38['shift']());}}}(_0x20e6,0xa8f40));var Vr=Object[_0x54485f(0x728)],Mr=(_0x491ae4,_0x3e9bcb,_0x11e771)=>_0x3e9bcb in _0x491ae4?Vr(_0x491ae4,_0x3e9bcb,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x11e771}):_0x491ae4[_0x3e9bcb]=_0x11e771,A=(_0x874c19,_0x29e24e,_0x39ccad)=>Mr(_0x874c19,typeof _0x29e24e!=_0x54485f(0x2a4)?_0x29e24e+'':_0x29e24e,_0x39ccad);import{SheetsShapeServices as _0x3a703d,UpdateSheetsShapeDataMutation as _0x44d94b,InsertSheetsShapeMutation as _0x219f8b,RemoveSheetsShapeMutation as _0x2f6283,UniverSheetsShapePlugin as _0x503b20}from'@univerjs-pro/sheets-shape';import{CommandType as _0x322dfd,ICommandService as _0x8c2ce7,IUniverInstanceService as _0x4ed9d9,IUndoRedoService as _0x48cf56,DrawingTypeEnum as _0x4482fd,sequenceExecute as _0xe2c731,createInternalEditorID as _0x3a2ea4,LocaleService as _0x4d18b4,IContextService as _0x2421fa,FOCUSING_PANEL_EDITOR as _0x33e10d,generateRandomId as _0x695b44,Disposable as _0x3d0c25,VerticalAlign as _0x3d08ba,FOCUSING_COMMON_DRAWINGS as _0x5407fb,UniverInstanceType as _0x377228,HorizontalAlign as _0x9afa0d,ThemeService as _0x599025,Inject as _0x2bf79f,DocumentDataModel as _0x29ba28,FOCUSING_SHAPE_TEXT_EDITOR as _0x316e93,toDisposable as _0x5ec404,Tools as _0x37a086,DependentOn as _0x3851a9,Injector as _0x5d1372,Plugin as _0x4a4289,merge as _0x2aea01,touchDependencies as _0x4956d0,IConfigService as _0x2330c1}from'@univerjs/core';import{IDrawingManagerService as _0x3fde6e,getDrawingShapeKeyByDrawingSearch as _0x59918b}from'@univerjs/drawing';import*as _0x4083af from'react';import{useRef as _0xba0fb0,createElement as _0x3af617,forwardRef as _0x4f03d8,useState as _0x2a6e6a,useMemo as _0x2ba710,useEffect as _0xe94701,useCallback as _0x141215}from'react';import{getSheetCommandTarget as _0x441502,SheetsSelectionsService as _0x3c093a,SheetInterceptorService as _0x59e5f9}from'@univerjs/sheets';import{SheetDrawingAnchor as _0x7ce12,InsertSheetDrawingCommand as _0x4e05d0,RemoveSheetDrawingCommand as _0x386dce,transformToDrawingPosition as _0x24a4ab,SetSheetDrawingCommand as _0xb38ae8,UniverSheetsDrawingUIPlugin as _0xd52ef7}from'@univerjs/sheets-drawing-ui';import{SheetSkeletonManagerService as _0x454cf5,ISheetSelectionRenderService as _0x58db79,getCurrentRangeDisable$ as _0x2c9528,deriveStateFromActiveSheet$ as _0x433d0e,SheetCanvasPopManagerService as _0x35bae3,SheetScrollManagerService as _0x1f7196,getViewportByCell as _0x57b049}from'@univerjs/sheets-ui';import{useDependency as _0x1efdef,ComponentManager as _0x150d24,MenuItemType as _0x354de5,getMenuHiddenObservable as _0x907707,COLOR_PICKER_COMPONENT as _0x5e4a5d,RibbonInsertGroup as _0x559356,RibbonPosition as _0x46ce5e,RibbonStartGroup as _0x3d3213,ISidebarService as _0x369bfd,IMenuManagerService as _0x65f22c,useObservable as _0x4da00f,KeyCode as _0x4b3c90}from'@univerjs/ui';import{isConnectorShape as _0x25df97,ShapeFillEnum as _0x1969fe,ShapeDefaultConfig as _0x577177,ShapeGradientTypeEnum as _0x23afd0,ShapeLineTypeEnum as _0x331721,ShapeLineDashEnum as _0x414fa2,ShapeLineCapEnum as _0x13950a,ShapeLineJoinEnum as _0x337ebf,ShapeArrowTypeEnum as _0x2adc1e,ShapeArrowSizeEnum as _0x3b75c1,ShapeTypeEnum as _0x5c0621,ShapeRenderModeEnum as _0x5976a0,getBasicShapeRotateBound as _0x418758,routeConnectorLineShape as _0x54a8a0,computeConnectorRouteLayout as _0x3206db,ConnectorCoordinateTransform as _0x597337}from'@univerjs-pro/engine-shape';import{DrawingApplyType as _0x5ee0ba,SetDrawingApplyMutation as _0x58821a}from'@univerjs/sheets-drawing';import{jsxs as _0x48c065,jsx as _0x68ae00,Fragment as _0x3c078e}from'react/jsx-runtime';import{RadioGroup as _0x3cfb22,Radio as _0x1cdfa0,Dropdown as _0x25a703,clsx as _0x53bcfc,ColorPicker as _0x51e685,InputNumber as _0x46a93d,GradientColorPicker as _0x4630f1,Select as _0x49d643,Accordion as _0x22de66}from'@univerjs/design';import{DrawingCommonPanel as _0x1ef19b,insertGroupObject as _0x5ddb22,DrawingRenderService as _0x324e11,getCurrentUnitInfo as _0xac914f}from'@univerjs/drawing-ui';import{IRenderManagerService as _0x371e3a,Shape as _0x262e55,RENDER_CLASS_TYPE as _0x39f374,DocumentViewModel as _0x4f310b,DocumentSkeleton as _0x354556,Documents as _0x5b985f,Transform as _0x33cec2,Vector2 as _0x7c8a0e,DRAWING_OBJECT_LAYER_INDEX as _0xb8de26,Circle as _0x4873cc,CURSOR_TYPE as _0x5d19f3,SHEET_VIEWPORT_KEY as _0x58d1c1}from'@univerjs/engine-render';import{DocSelectionManagerService as _0x4f5cfa,DocSkeletonManagerService as _0x41a097,RichTextEditingMutation as _0x365b70}from'@univerjs/docs';import{BehaviorSubject as _0x5990f1,Observable as _0x2cbc32,map as _0x39bca8,switchMap as _0x5bccc6,EMPTY as _0x37555e,of as _0x537d7e}from'rxjs';import{AlignOperationCommand as _0x1d728c,ResetInlineFormatTextBackgroundColorCommand as _0x4c4373,SetInlineFormatTextBackgroundColorCommand as _0x329b67,AlignLeftCommand as _0x3495f2,AlignCenterCommand as _0x5a429e,AlignRightCommand as _0x330817,AlignJustifyCommand as _0x2ac440,IEditorService as _0x21a855,useEditor as _0x4b71a5,useIsFocusing as _0x402fc8,useKeyboardEvent as _0x189ca0,BreakLineCommand as _0x4ef081,useLeftAndRightArrow as _0x29d985}from'@univerjs/docs-ui';function g({ref:_0x2bf514,..._0x2cff8b}){const _0x282ad2=_0x54485f,{icon:_0x1b4755,id:_0x3b33f1,className:_0x1610bb,extend:_0x3b599f,..._0x326986}=_0x2cff8b,_0x4f6a49=(_0x282ad2(0x23b)+_0x3b33f1+'\x20'+(_0x1610bb||''))[_0x282ad2(0x50d)](),_0x5dfc4a=_0xba0fb0('_'+vi());return Nt(_0x1b4755,''+_0x3b33f1,{'defIds':_0x1b4755['defIds'],'idSuffix':_0x5dfc4a['current']},{'ref':_0x2bf514,'className':_0x4f6a49,..._0x326986},_0x3b599f);}function Nt(_0x423d16,_0x29edd0,_0x55e163,_0x1334b2,_0x129b40){const _0x316b7e=_0x54485f;return _0x3af617(_0x423d16[_0x316b7e(0x4d0)],{'key':_0x29edd0,...Ii(_0x423d16,_0x55e163,_0x129b40),..._0x1334b2},(Li(_0x423d16,_0x55e163)[_0x316b7e(0x445)]||[])[_0x316b7e(0x669)]((_0x2f59fa,_0x35f82d)=>Nt(_0x2f59fa,_0x29edd0+'-'+_0x423d16[_0x316b7e(0x4d0)]+'-'+_0x35f82d,_0x55e163,void 0x0,_0x129b40)));}function Ii(_0x3e9f5d,_0x2d35b7,_0x4b06dd){const _0x2f9fdb=_0x54485f,_0x46a61c={..._0x3e9f5d[_0x2f9fdb(0x615)]};_0x4b06dd!=null&&_0x4b06dd[_0x2f9fdb(0x476)]&&_0x46a61c[_0x2f9fdb(0x5d0)]===_0x2f9fdb(0x476)&&(_0x46a61c[_0x2f9fdb(0x5d0)]=_0x4b06dd['colorChannel1']),_0x3e9f5d[_0x2f9fdb(0x4d0)]==='mask'&&_0x46a61c['id']&&(_0x46a61c['id']=_0x46a61c['id']+_0x2d35b7[_0x2f9fdb(0x2f5)]),Object[_0x2f9fdb(0x71c)](_0x46a61c)[_0x2f9fdb(0x6c3)](([_0x5604a5,_0xef052b])=>{const _0xda2252=_0x2f9fdb;_0x5604a5===_0xda2252(0x66e)&&typeof _0xef052b==_0xda2252(0x70f)&&(_0x46a61c[_0x5604a5]=_0xef052b[_0xda2252(0x2c2)](/url\(#(.*)\)/,_0xda2252(0x288)+_0x2d35b7[_0xda2252(0x2f5)]+')'));});const {defIds:_0x9f7b3a}=_0x2d35b7;return!_0x9f7b3a||_0x9f7b3a[_0x2f9fdb(0x589)]===0x0||(_0x3e9f5d['tag']===_0x2f9fdb(0x359)&&_0x46a61c[_0x2f9fdb(0x4a8)]&&(_0x46a61c[_0x2f9fdb(0x4a8)]=_0x46a61c[_0x2f9fdb(0x4a8)]+_0x2d35b7[_0x2f9fdb(0x2f5)]),Object[_0x2f9fdb(0x71c)](_0x46a61c)['forEach'](([_0x5aef13,_0xa083aa])=>{const _0x2272f1=_0x2f9fdb;typeof _0xa083aa==_0x2272f1(0x70f)&&(_0x46a61c[_0x5aef13]=_0xa083aa[_0x2272f1(0x2c2)](/url\(#(.*)\)/,_0x2272f1(0x288)+_0x2d35b7['idSuffix']+')'));})),_0x46a61c;}function Li(_0x2d49fa,_0x21b48a){const _0x5461ec=_0x54485f;var _0x5000b1;const {defIds:_0x25a303}=_0x21b48a;return!_0x25a303||_0x25a303[_0x5461ec(0x589)]===0x0?_0x2d49fa:_0x2d49fa[_0x5461ec(0x4d0)]===_0x5461ec(0x48d)&&((_0x5000b1=_0x2d49fa[_0x5461ec(0x445)])!=null&&_0x5000b1[_0x5461ec(0x589)])?{..._0x2d49fa,'children':_0x2d49fa[_0x5461ec(0x445)][_0x5461ec(0x669)](_0x143706=>typeof _0x143706[_0x5461ec(0x615)]['id']==_0x5461ec(0x70f)&&_0x25a303&&_0x25a303[_0x5461ec(0x295)](_0x143706[_0x5461ec(0x615)]['id'])?{..._0x143706,'attrs':{..._0x143706['attrs'],'id':_0x143706[_0x5461ec(0x615)]['id']+_0x21b48a[_0x5461ec(0x2f5)]}}:_0x143706)}:_0x2d49fa;}function vi(){const _0x4ca160=_0x54485f;return Math[_0x4ca160(0x232)]()[_0x4ca160(0x284)](0x24)[_0x4ca160(0x5e5)](0x2,0x8);}g[_0x54485f(0x675)]=_0x54485f(0x2a1);const Hi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x1d2),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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','fillRule':'evenodd','clipRule':_0x54485f(0x782)}}]},Ee=_0x4f03d8(function(_0x54c293,_0xddc8ee){const _0x283dee=_0x54485f;return _0x3af617(g,Object[_0x283dee(0x245)]({},_0x54c293,{'id':_0x283dee(0x3a0),'ref':_0xddc8ee,'icon':Hi}));});Ee[_0x54485f(0x675)]='MoreDownIcon';const Vi={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x3b3),'strokeWidth':0x2}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x1fa)}},{'tag':'path','attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x663),'strokeLinecap':_0x54485f(0x3ad),'strokeWidth':0x2}}]},jt=_0x4f03d8(function(_0x53d5a3,_0x57a69a){const _0x4e45f2=_0x54485f;return _0x3af617(g,Object['assign']({},_0x53d5a3,{'id':_0x4e45f2(0x713),'ref':_0x57a69a,'icon':Vi}));});jt[_0x54485f(0x675)]=_0x54485f(0x54a);const Mi={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':'currentColor','d':'M19.0002\x204V15H9.00018V4H19.0002Z','strokeWidth':0x2}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1fa)}},{'tag':'path','attrs':{'stroke':_0x54485f(0x345),'d':'M1.00018\x2017L2.50018\x209H6.00018','strokeLinecap':'round','strokeWidth':0x2}}]},Et=_0x4f03d8(function(_0x5d313c,_0x3a0312){const _0x594a89=_0x54485f;return _0x3af617(g,Object[_0x594a89(0x245)]({},_0x5d313c,{'id':'shape-accent-border-callout2-icon','ref':_0x3a0312,'icon':Mi}));});Et[_0x54485f(0x675)]='ShapeAccentBorderCallout2Icon';const yi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':'M19\x204V15H9V4H19Z','strokeWidth':0x2}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1fa)}},{'tag':_0x54485f(0x725),'attrs':{'stroke':'currentColor','d':'M6\x2018.5L1\x2015V9H6','strokeLinecap':_0x54485f(0x3ad),'strokeWidth':0x2}}]},Ut=_0x4f03d8(function(_0x4f9056,_0x3ea611){const _0xea5fcf=_0x54485f;return _0x3af617(g,Object[_0xea5fcf(0x245)]({},_0x4f9056,{'id':_0xea5fcf(0x3ba),'ref':_0x3ea611,'icon':yi}));});Ut[_0x54485f(0x675)]='ShapeAccentBorderCallout3Icon';const bi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':'path','attrs':{'stroke':_0x54485f(0x345),'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':_0x54485f(0x5da),'strokeWidth':0x2}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1fa)}},{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x540),'strokeLinecap':'round','strokeWidth':0x2}}]},kt=_0x4f03d8(function(_0x44f85c,_0x13da02){const _0x1702e6=_0x54485f;return _0x3af617(g,Object[_0x1702e6(0x245)]({},_0x44f85c,{'id':_0x1702e6(0x36d),'ref':_0x13da02,'icon':bi}));});kt['displayName']=_0x54485f(0x3a7);const _i={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x430),'strokeDasharray':'4\x203','strokeWidth':0x2}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1fa)}},{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x239),'strokeLinecap':_0x54485f(0x3ad),'strokeWidth':0x2}}]},Ft=_0x4f03d8(function(_0x45e545,_0x3fd31b){const _0x1cc733=_0x54485f;return _0x3af617(g,Object[_0x1cc733(0x245)]({},_0x45e545,{'id':_0x1cc733(0x25d),'ref':_0x3fd31b,'icon':_i}));});Ft[_0x54485f(0x675)]='ShapeAccentCallout2Icon';const xi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':'currentColor','d':'M17.8574\x203V4H19V4.85742H20V7.64258H19V11.3574H20V14.1426H19V15H17.8574V16H14.6426V15H10.3574V16H7.14258V15H6V14.1426H5V11.3574H6V7.64258H5V4.85742H6V4H7.14258V3H10.3574V4H14.6426V3H17.8574Z','strokeDasharray':'4\x203','strokeWidth':0x2}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M5\x203H7V16H5z'}},{'tag':'path','attrs':{'stroke':_0x54485f(0x345),'d':'M6\x2018.5L1\x2015V9H6','strokeLinecap':'round','strokeWidth':0x2}}]},Wt=_0x4f03d8(function(_0x5397ef,_0x1be8f4){const _0x5e9f40=_0x54485f;return _0x3af617(g,Object[_0x5e9f40(0x245)]({},_0x5397ef,{'id':'shape-accent-callout3-icon','ref':_0x1be8f4,'icon':xi}));});Wt[_0x54485f(0x675)]=_0x54485f(0x4b4);const Ai={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x531)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x3f0)}}]},zt=_0x4f03d8(function(_0x19a2db,_0x2e8e6c){const _0x306799=_0x54485f;return _0x3af617(g,Object[_0x306799(0x245)]({},_0x19a2db,{'id':_0x306799(0x52b),'ref':_0x2e8e6c,'icon':Ai}));});zt[_0x54485f(0x675)]='ShapeActionButtonBackPreviousIcon';const Zi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x531)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3b9)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':'M14.5\x204.5H12.5V15.5H14.5V4.5Z'}}]},Yt=_0x4f03d8(function(_0x2cccb2,_0x3f0c66){const _0x36943e=_0x54485f;return _0x3af617(g,Object[_0x36943e(0x245)]({},_0x2cccb2,{'id':_0x36943e(0x4fc),'ref':_0x3f0c66,'icon':Zi}));});Yt[_0x54485f(0x675)]=_0x54485f(0x1ba);const Ri={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x531)}}]},Xt=_0x4f03d8(function(_0x31b44c,_0x1a3761){const _0x892535=_0x54485f;return _0x3af617(g,Object[_0x892535(0x245)]({},_0x31b44c,{'id':_0x892535(0x3ff),'ref':_0x1a3761,'icon':Ri}));});Xt[_0x54485f(0x675)]=_0x54485f(0x6b9);const Bi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x531)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x4c4)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3fe)}}]},Gt=_0x4f03d8(function(_0x1e334b,_0x279ff5){const _0x35fa08=_0x54485f;return _0x3af617(g,Object['assign']({},_0x1e334b,{'id':_0x35fa08(0x317),'ref':_0x279ff5,'icon':Bi}));});Gt[_0x54485f(0x675)]='ShapeActionButtonDocumentIcon';const Di={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x36f)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x5ce)}}]},qt=_0x4f03d8(function(_0x3c4647,_0x43cf2f){return _0x3af617(g,Object['assign']({},_0x3c4647,{'id':'shape-action-button-end-icon','ref':_0x43cf2f,'icon':Di}));});qt[_0x54485f(0x675)]=_0x54485f(0x548);const Pi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x531)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M6.00008\x2015.3138L6.00013\x203.99987L15\x2010L6.00008\x2015.3138ZM7.99994\x207.73572L7.99992\x2011.8099L11.2407\x209.89643L7.99994\x207.73572Z'}}]},Kt=_0x4f03d8(function(_0x80567c,_0x403f49){const _0x409e3c=_0x54485f;return _0x3af617(g,Object[_0x409e3c(0x245)]({},_0x80567c,{'id':_0x409e3c(0x641),'ref':_0x403f49,'icon':Pi}));});Kt['displayName']=_0x54485f(0x4c8);const $i={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6b8)}},{'tag':'circle','attrs':{'cx':0xa,'cy':0xf,'r':0x1,'fill':_0x54485f(0x345)}}]},Jt=_0x4f03d8(function(_0x137c8e,_0x1dd5c9){const _0x719dbf=_0x54485f;return _0x3af617(g,Object[_0x719dbf(0x245)]({},_0x137c8e,{'id':_0x719dbf(0x672),'ref':_0x1dd5c9,'icon':$i}));});Jt[_0x54485f(0x675)]='ShapeActionButtonHelpIcon';const Oi={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x251)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2bd)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x508)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x50e)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6ae)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M14\x204.5H12V8H14V4.5Z'}}]},Qt=_0x4f03d8(function(_0x5e58d3,_0x7140ce){const _0x305cee=_0x54485f;return _0x3af617(g,Object[_0x305cee(0x245)]({},_0x5e58d3,{'id':_0x305cee(0x3c6),'ref':_0x7140ce,'icon':Oi}));});Qt[_0x54485f(0x675)]=_0x54485f(0x43a);const Ti={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x531)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1b3)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x23c)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':'M9\x209H11V13H9z'}}]},en=_0x4f03d8(function(_0x194066,_0x5ed42){const _0x3404eb=_0x54485f;return _0x3af617(g,Object['assign']({},_0x194066,{'id':_0x3404eb(0x5ab),'ref':_0x5ed42,'icon':Ti}));});en['displayName']='ShapeActionButtonInformationIcon';const Ni={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x531)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x20c)}}]},tn=_0x4f03d8(function(_0x10991e,_0x363ba1){const _0x5d9858=_0x54485f;return _0x3af617(g,Object[_0x5d9858(0x245)]({},_0x10991e,{'id':_0x5d9858(0x4fa),'ref':_0x363ba1,'icon':Ni}));});tn[_0x54485f(0x675)]=_0x54485f(0x50c);const ji={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x531)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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'}}]},nn=_0x4f03d8(function(_0x1a6227,_0x45aeb3){return _0x3af617(g,Object['assign']({},_0x1a6227,{'id':'shape-action-button-return-icon','ref':_0x45aeb3,'icon':ji}));});nn[_0x54485f(0x675)]=_0x54485f(0x54d);const Ei={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x531)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x774)}},{'tag':'rect','attrs':{'width':0x3,'height':0x1,'x':12.87,'y':6.73,'fill':_0x54485f(0x345),'rx':0.5,'transform':_0x54485f(0x3eb)}},{'tag':_0x54485f(0x5a9),'attrs':{'width':0x3,'height':0x1,'fill':_0x54485f(0x345),'rx':0.5,'transform':'rotate(30\x20-18\x2030.56)scale(1\x20-1)'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1de)}}]},on=_0x4f03d8(function(_0x321bf3,_0x470c0c){const _0x4b7f0a=_0x54485f;return _0x3af617(g,Object[_0x4b7f0a(0x245)]({},_0x321bf3,{'id':_0x4b7f0a(0x712),'ref':_0x470c0c,'icon':Ei}));});on[_0x54485f(0x675)]=_0x54485f(0x463);const Ui={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1d7)}}]},an=_0x4f03d8(function(_0x1982a1,_0x5da405){const _0xb4be64=_0x54485f;return _0x3af617(g,Object['assign']({},_0x1982a1,{'id':_0xb4be64(0x276),'ref':_0x5da405,'icon':Ui}));});an['displayName']=_0x54485f(0x2fb);const ki={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x55b)}}]},rn=_0x4f03d8(function(_0x111aa5,_0x105698){const _0x181ff5=_0x54485f;return _0x3af617(g,Object[_0x181ff5(0x245)]({},_0x111aa5,{'id':_0x181ff5(0x6c7),'ref':_0x105698,'icon':ki}));});rn[_0x54485f(0x675)]='ShapeBentArrowIcon';const Fi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'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':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x6ba)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x72f)}}]},sn=_0x4f03d8(function(_0x42927e,_0x1cc81b){const _0x748cb5=_0x54485f;return _0x3af617(g,Object[_0x748cb5(0x245)]({},_0x42927e,{'id':_0x748cb5(0x52a),'ref':_0x1cc81b,'icon':Fi}));});sn[_0x54485f(0x675)]=_0x54485f(0x4e0);const Wi={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x4f2)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x6ba)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':'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'}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x72f)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1aa)}}]},cn=_0x4f03d8(function(_0x16dd08,_0x39cc37){const _0x361df8=_0x54485f;return _0x3af617(g,Object[_0x361df8(0x245)]({},_0x16dd08,{'id':'shape-bent-connector3-arrow2-icon','ref':_0x39cc37,'icon':Wi}));});cn[_0x54485f(0x675)]='ShapeBentConnector3Arrow2Icon';const zi={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6ba)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2f4)}}]},ln=_0x4f03d8(function(_0x3d8e7e,_0x43a4f0){const _0x284716=_0x54485f;return _0x3af617(g,Object[_0x284716(0x245)]({},_0x3d8e7e,{'id':'shape-bent-connector3-icon','ref':_0x43a4f0,'icon':zi}));});ln['displayName']=_0x54485f(0x3f5);const Yi={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'mask','attrs':{'id':_0x54485f(0x656),'fill':_0x54485f(0x521)},'children':[{'tag':_0x54485f(0x725),'attrs':{'d':_0x54485f(0x46a)}}]},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x425),'mask':_0x54485f(0x2b5)}}]},hn=_0x4f03d8(function(_0x3d3643,_0x2ba1b8){const _0xdb8c87=_0x54485f;return _0x3af617(g,Object[_0xdb8c87(0x245)]({},_0x3d3643,{'id':_0xdb8c87(0x705),'ref':_0x2ba1b8,'icon':Yi}));});hn[_0x54485f(0x675)]=_0x54485f(0x33f);const Xi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x25a)}}]},pn=_0x4f03d8(function(_0x541f60,_0x4c19db){return _0x3af617(g,Object['assign']({},_0x541f60,{'id':'shape-bevel-icon','ref':_0x4c19db,'icon':Xi}));});pn['displayName']=_0x54485f(0x51f);const Gi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1d3)}}]},dn=_0x4f03d8(function(_0x2c3e40,_0x4d9881){const _0x23bb2d=_0x54485f;return _0x3af617(g,Object['assign']({},_0x2c3e40,{'id':_0x23bb2d(0x412),'ref':_0x4d9881,'icon':Gi}));});dn[_0x54485f(0x675)]='ShapeBlockArcIcon';const qi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x428),'strokeWidth':0x2}},{'tag':'path','attrs':{'stroke':_0x54485f(0x345),'d':'M1.00014\x2017L6.00014\x209','strokeLinecap':'round','strokeWidth':0x2}}]},un=_0x4f03d8(function(_0x5983e4,_0x5e0d16){const _0x270d9a=_0x54485f;return _0x3af617(g,Object['assign']({},_0x5983e4,{'id':_0x270d9a(0x2e5),'ref':_0x5e0d16,'icon':qi}));});un[_0x54485f(0x675)]=_0x54485f(0x6bc);const Ki={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x340),'strokeWidth':0x2}},{'tag':_0x54485f(0x725),'attrs':{'stroke':'currentColor','d':'M1.00018\x2017L2.50018\x209H6.00018','strokeLinecap':_0x54485f(0x3ad),'strokeWidth':0x2}}]},gn=_0x4f03d8(function(_0x2ccc8d,_0xb6735){const _0x1b4e01=_0x54485f;return _0x3af617(g,Object[_0x1b4e01(0x245)]({},_0x2ccc8d,{'id':_0x1b4e01(0x446),'ref':_0xb6735,'icon':Ki}));});gn['displayName']=_0x54485f(0x701);const Ji={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':'currentColor','d':_0x54485f(0x272),'strokeWidth':0x2}},{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x73e),'strokeLinecap':_0x54485f(0x3ad),'strokeWidth':0x2}}]},Cn=_0x4f03d8(function(_0x50d02c,_0x10e731){const _0x4947b1=_0x54485f;return _0x3af617(g,Object[_0x4947b1(0x245)]({},_0x50d02c,{'id':_0x4947b1(0x52e),'ref':_0x10e731,'icon':Ji}));});Cn[_0x54485f(0x675)]=_0x54485f(0x46e);const Qi={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6a8)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x224)}}]},wn=_0x4f03d8(function(_0x1ca2bd,_0x4c0c61){return _0x3af617(g,Object['assign']({},_0x1ca2bd,{'id':'shape-brace-pair-icon','ref':_0x4c0c61,'icon':Qi}));});wn[_0x54485f(0x675)]=_0x54485f(0x1cd);const e0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'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':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x4a2)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x410)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x5a0)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x4d7)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x730)}}]},Sn=_0x4f03d8(function(_0x3ad0c8,_0x333f32){const _0x553a4c=_0x54485f;return _0x3af617(g,Object['assign']({},_0x3ad0c8,{'id':_0x553a4c(0x51d),'ref':_0x333f32,'icon':e0}));});Sn['displayName']=_0x54485f(0x3a4);const t0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x44e),'strokeDasharray':_0x54485f(0x5da),'strokeWidth':0x2}},{'tag':'path','attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x540),'strokeLinecap':_0x54485f(0x3ad),'strokeWidth':0x2}}]},fn=_0x4f03d8(function(_0x4372ac,_0x4cbf60){const _0x1f5bc7=_0x54485f;return _0x3af617(g,Object[_0x1f5bc7(0x245)]({},_0x4372ac,{'id':_0x1f5bc7(0x20e),'ref':_0x4cbf60,'icon':t0}));});fn['displayName']=_0x54485f(0x579);const n0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'stroke':'currentColor','d':_0x54485f(0x430),'strokeDasharray':_0x54485f(0x5da),'strokeWidth':0x2}},{'tag':_0x54485f(0x725),'attrs':{'stroke':'currentColor','d':_0x54485f(0x239),'strokeLinecap':'round','strokeWidth':0x2}}]},mn=_0x4f03d8(function(_0x556dd4,_0xeea595){return _0x3af617(g,Object['assign']({},_0x556dd4,{'id':'shape-callout2-icon','ref':_0xeea595,'icon':n0}));});mn[_0x54485f(0x675)]=_0x54485f(0x58d);const o0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x2a9),'strokeDasharray':_0x54485f(0x5da),'strokeWidth':0x2}},{'tag':'path','attrs':{'stroke':_0x54485f(0x345),'d':'M6\x2018.5L1\x2015V9H6','strokeLinecap':_0x54485f(0x3ad),'strokeWidth':0x2}}]},In=_0x4f03d8(function(_0x4c592f,_0xe3112d){return _0x3af617(g,Object['assign']({},_0x4c592f,{'id':'shape-callout3-icon','ref':_0xe3112d,'icon':o0}));});In[_0x54485f(0x675)]=_0x54485f(0x62f);const a0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'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':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x5e3)}}]},Ln=_0x4f03d8(function(_0x50f463,_0x204f05){const _0x331183=_0x54485f;return _0x3af617(g,Object['assign']({},_0x50f463,{'id':_0x331183(0x3d1),'ref':_0x204f05,'icon':a0}));});Ln[_0x54485f(0x675)]='ShapeCanIcon';const r0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x531)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1c4)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x658),'transform':_0x54485f(0x6c0)}}]},vn=_0x4f03d8(function(_0xc36818,_0x129d91){const _0x22cff2=_0x54485f;return _0x3af617(g,Object['assign']({},_0xc36818,{'id':_0x22cff2(0x30e),'ref':_0x129d91,'icon':r0}));});vn[_0x54485f(0x675)]=_0x54485f(0x4b6);const i0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x44d),'transform':_0x54485f(0x33a)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x662),'transform':_0x54485f(0x1fc)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':'M11\x203H25V5H11z','transform':_0x54485f(0x6c0)}}]},Hn=_0x4f03d8(function(_0x22608e,_0x483949){const _0x2616f8=_0x54485f;return _0x3af617(g,Object[_0x2616f8(0x245)]({},_0x22608e,{'id':'shape-chart-star-icon','ref':_0x483949,'icon':i0}));});Hn[_0x54485f(0x675)]='ShapeChartStarIcon';const s0={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x531)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x44d),'transform':_0x54485f(0x33a)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x662),'transform':'rotate(135\x207.72\x204.5)scale(1\x20-1)'}}]},Vn=_0x4f03d8(function(_0x3348d3,_0x17e7d6){const _0x5eeae4=_0x54485f;return _0x3af617(g,Object['assign']({},_0x3348d3,{'id':_0x5eeae4(0x27c),'ref':_0x17e7d6,'icon':s0}));});Vn['displayName']=_0x54485f(0x259);const c0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x5dd)}}]},Mn=_0x4f03d8(function(_0x3f12d8,_0x473d92){const _0x4730fb=_0x54485f;return _0x3af617(g,Object[_0x4730fb(0x245)]({},_0x3f12d8,{'id':_0x4730fb(0x371),'ref':_0x473d92,'icon':c0}));});Mn['displayName']='ShapeChevronIcon';const l0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2bf)}}]},yn=_0x4f03d8(function(_0xdbf6d9,_0x37e6d0){const _0x411fa5=_0x54485f;return _0x3af617(g,Object[_0x411fa5(0x245)]({},_0xdbf6d9,{'id':_0x411fa5(0x5c5),'ref':_0x37e6d0,'icon':l0}));});yn[_0x54485f(0x675)]=_0x54485f(0x25c);const h0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x608)}}]},bn=_0x4f03d8(function(_0x49f312,_0x16c67e){return _0x3af617(g,Object['assign']({},_0x49f312,{'id':'shape-circular-arrow-icon','ref':_0x16c67e,'icon':h0}));});bn[_0x54485f(0x675)]=_0x54485f(0x3e4);const p0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':'circle','attrs':{'cx':0x8,'cy':0x11,'r':0x2,'fill':_0x54485f(0x345)}},{'tag':_0x54485f(0x292),'attrs':{'cx':0x4,'cy':0x13,'r':0x1,'fill':_0x54485f(0x345)}},{'tag':_0x54485f(0x66e),'attrs':{'id':_0x54485f(0x216),'fill':_0x54485f(0x521)},'children':[{'tag':_0x54485f(0x725),'attrs':{'d':_0x54485f(0x38a)}}]},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x5bb),'mask':'url(#path-3-inside-1_376_54)'}}]},_n=_0x4f03d8(function(_0x3af84a,_0x1451e6){const _0x3c56d3=_0x54485f;return _0x3af617(g,Object[_0x3c56d3(0x245)]({},_0x3af84a,{'id':_0x3c56d3(0x270),'ref':_0x1451e6,'icon':p0}));});_n[_0x54485f(0x675)]=_0x54485f(0x769);const d0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':'1em'},'children':[{'tag':_0x54485f(0x66e),'attrs':{'id':_0x54485f(0x726),'fill':'white'},'children':[{'tag':_0x54485f(0x725),'attrs':{'d':_0x54485f(0x290)}}]},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x28f),'mask':_0x54485f(0x550)}}]},xn=_0x4f03d8(function(_0x468f61,_0x3f3332){const _0x5f47a9=_0x54485f;return _0x3af617(g,Object[_0x5f47a9(0x245)]({},_0x468f61,{'id':_0x5f47a9(0x37a),'ref':_0x3f3332,'icon':d0}));});xn[_0x54485f(0x675)]=_0x54485f(0x59b);const u0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M8\x203H3V17H17V12H8V3ZM19\x2010V19H1V1H10V10H19Z'}}]},An=_0x4f03d8(function(_0x54e8c5,_0xc38a40){const _0x5a5031=_0x54485f;return _0x3af617(g,Object[_0x5a5031(0x245)]({},_0x54e8c5,{'id':_0x5a5031(0x710),'ref':_0xc38a40,'icon':u0}));});An[_0x54485f(0x675)]=_0x54485f(0x781);const g0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M1\x209V1H9L1\x209ZM3\x204.17188L4.17188\x203H3V4.17188Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x56f)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':'M19\x209V1H11L19\x209ZM17\x204.17188L15.8281\x203H17V4.17188Z'}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x30d)}}]},Zn=_0x4f03d8(function(_0x5f0167,_0x19918e){const _0x15d0fd=_0x54485f;return _0x3af617(g,Object[_0x15d0fd(0x245)]({},_0x5f0167,{'id':'shape-corner-tabs-icon','ref':_0x19918e,'icon':g0}));});Zn[_0x54485f(0x675)]=_0x54485f(0x20d);const C0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':'M19\x201V14L13.5\x2019H1V6L6\x201H19ZM3\x2017H12V8H3V17ZM14\x207V16L17\x2013V4L14\x207ZM3.5\x206H12.3887L15.5\x203H6.61133L3.5\x206Z'}}]},Rn=_0x4f03d8(function(_0x5aee7,_0x53e957){const _0x3f4499=_0x54485f;return _0x3af617(g,Object[_0x3f4499(0x245)]({},_0x5aee7,{'id':_0x3f4499(0x630),'ref':_0x53e957,'icon':C0}));});Rn[_0x54485f(0x675)]=_0x54485f(0x6fa);const w0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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':_0x54485f(0x725),'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'}}]},Bn=_0x4f03d8(function(_0x2f0545,_0x1359bf){const _0x69ab76=_0x54485f;return _0x3af617(g,Object[_0x69ab76(0x245)]({},_0x2f0545,{'id':_0x69ab76(0x755),'ref':_0x1359bf,'icon':w0}));});Bn[_0x54485f(0x675)]=_0x54485f(0x5e6);const S0={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x747)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x673)}}]},Dn=_0x4f03d8(function(_0x7a4946,_0x4f774c){const _0x166989=_0x54485f;return _0x3af617(g,Object[_0x166989(0x245)]({},_0x7a4946,{'id':_0x166989(0x69e),'ref':_0x4f774c,'icon':S0}));});Dn[_0x54485f(0x675)]=_0x54485f(0x2ba);const f0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x53b)}}]},Pn=_0x4f03d8(function(_0x25327f,_0x460764){const _0x1ffeed=_0x54485f;return _0x3af617(g,Object['assign']({},_0x25327f,{'id':_0x1ffeed(0x3e1),'ref':_0x460764,'icon':f0}));});Pn['displayName']='ShapeCurvedConnector3Icon';const m0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x67a)}}]},$n=_0x4f03d8(function(_0xe66bb4,_0xa2e19f){const _0xe46cc=_0x54485f;return _0x3af617(g,Object['assign']({},_0xe66bb4,{'id':_0xe46cc(0x47a),'ref':_0xa2e19f,'icon':m0}));});$n[_0x54485f(0x675)]=_0x54485f(0x29a);const I0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x36e)}}]},On=_0x4f03d8(function(_0x53050c,_0x2b4c4d){const _0x4480da=_0x54485f;return _0x3af617(g,Object[_0x4480da(0x245)]({},_0x53050c,{'id':'shape-curved-left-arrow-icon','ref':_0x2b4c4d,'icon':I0}));});On[_0x54485f(0x675)]='ShapeCurvedLeftArrowIcon';const L0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x1cb)}}]},Tn=_0x4f03d8(function(_0x1cd2b0,_0x19826f){const _0x5a03dc=_0x54485f;return _0x3af617(g,Object[_0x5a03dc(0x245)]({},_0x1cd2b0,{'id':_0x5a03dc(0x3e0),'ref':_0x19826f,'icon':L0}));});Tn[_0x54485f(0x675)]='ShapeCurvedRightArrowIcon';const v0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2e6)}}]},Nn=_0x4f03d8(function(_0x5d2890,_0x271b7d){const _0x27b60b=_0x54485f;return _0x3af617(g,Object['assign']({},_0x5d2890,{'id':_0x27b60b(0x3da),'ref':_0x271b7d,'icon':v0}));});Nn[_0x54485f(0x675)]=_0x54485f(0x6cd);const H0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3c2)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x66d)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x483)}}]},jn=_0x4f03d8(function(_0x5af3f7,_0x267631){const _0x11884c=_0x54485f;return _0x3af617(g,Object[_0x11884c(0x245)]({},_0x5af3f7,{'id':_0x11884c(0x660),'ref':_0x267631,'icon':H0}));});jn[_0x54485f(0x675)]=_0x54485f(0x55f);const V0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x24a)}}]},En=_0x4f03d8(function(_0x4cb347,_0x72b4f0){const _0x1265b0=_0x54485f;return _0x3af617(g,Object[_0x1265b0(0x245)]({},_0x4cb347,{'id':'shape-diag-stripe-icon','ref':_0x72b4f0,'icon':V0}));});En[_0x54485f(0x675)]='ShapeDiagStripeIcon';const M0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x560)}}]},Un=_0x4f03d8(function(_0x11cc91,_0x727514){const _0x17ec35=_0x54485f;return _0x3af617(g,Object[_0x17ec35(0x245)]({},_0x11cc91,{'id':'shape-diamond-icon','ref':_0x727514,'icon':M0}));});Un['displayName']='ShapeDiamondIcon';const y0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3c2)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x580)}}]},kn=_0x4f03d8(function(_0x414d8c,_0x2d9186){const _0x32c553=_0x54485f;return _0x3af617(g,Object[_0x32c553(0x245)]({},_0x414d8c,{'id':_0x32c553(0x490),'ref':_0x2d9186,'icon':y0}));});kn[_0x54485f(0x675)]=_0x54485f(0x488);const b0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x44f)}}]},Fn=_0x4f03d8(function(_0x4f9d16,_0x4877f7){const _0x164d3a=_0x54485f;return _0x3af617(g,Object[_0x164d3a(0x245)]({},_0x4f9d16,{'id':_0x164d3a(0x578),'ref':_0x4877f7,'icon':b0}));});Fn[_0x54485f(0x675)]=_0x54485f(0x593);const _0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1ea)}}]},Wn=_0x4f03d8(function(_0x3345ca,_0x2ae624){const _0x1932e7=_0x54485f;return _0x3af617(g,Object[_0x1932e7(0x245)]({},_0x3345ca,{'id':_0x1932e7(0x209),'ref':_0x2ae624,'icon':_0}));});Wn['displayName']=_0x54485f(0x468);const x0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x459)}}]},zn=_0x4f03d8(function(_0x3d7f0a,_0x574748){const _0x4d4fbd=_0x54485f;return _0x3af617(g,Object[_0x4d4fbd(0x245)]({},_0x3d7f0a,{'id':_0x4d4fbd(0x717),'ref':_0x574748,'icon':x0}));});zn[_0x54485f(0x675)]='ShapeDownArrowCalloutIcon';const A0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x66e),'attrs':{'id':_0x54485f(0x2a2),'fill':_0x54485f(0x521)},'children':[{'tag':'path','attrs':{'d':_0x54485f(0x73d)}}]},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x3ac),'mask':_0x54485f(0x59e)}}]},Yn=_0x4f03d8(function(_0x39aaa3,_0x455182){const _0x20c295=_0x54485f;return _0x3af617(g,Object[_0x20c295(0x245)]({},_0x39aaa3,{'id':'shape-down-arrow-icon','ref':_0x455182,'icon':A0}));});Yn['displayName']=_0x54485f(0x62d);const Z0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':'currentColor','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'}}]},Xn=_0x4f03d8(function(_0x51f5ad,_0x149723){const _0x563cad=_0x54485f;return _0x3af617(g,Object[_0x563cad(0x245)]({},_0x51f5ad,{'id':'shape-ellipse-icon','ref':_0x149723,'icon':Z0}));});Xn['displayName']='ShapeEllipseIcon';const R0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x4a5)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x610)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x633)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x24b)}}]},Gn=_0x4f03d8(function(_0x142288,_0x2838a2){return _0x3af617(g,Object['assign']({},_0x142288,{'id':'shape-ellipse-ribbon-icon','ref':_0x2838a2,'icon':R0}));});Gn['displayName']=_0x54485f(0x5ba);const B0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x700)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x22a)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':'M16\x2011V16H11V9.5L16\x2011ZM13\x2014H14V12.4883L13\x2012.1875V14Z'}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1bf)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x69d)}}]},qn=_0x4f03d8(function(_0x53c895,_0xa7f1bf){const _0x32195f=_0x54485f;return _0x3af617(g,Object[_0x32195f(0x245)]({},_0x53c895,{'id':_0x32195f(0x5d7),'ref':_0xa7f1bf,'icon':B0}));});qn[_0x54485f(0x675)]='ShapeEllipseRibbon2Icon';const D0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x4e9)}}]},Kn=_0x4f03d8(function(_0x41a4d1,_0x406d53){const _0x398f72=_0x54485f;return _0x3af617(g,Object['assign']({},_0x41a4d1,{'id':_0x398f72(0x32b),'ref':_0x406d53,'icon':D0}));});Kn['displayName']=_0x54485f(0x778);const P0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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'}}]},Jn=_0x4f03d8(function(_0x10a088,_0x2a9e5b){const _0x509a59=_0x54485f;return _0x3af617(g,Object['assign']({},_0x10a088,{'id':_0x509a59(0x1e5),'ref':_0x2a9e5b,'icon':P0}));});Jn['displayName']='ShapeFlowChartCollateIcon';const $0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2c9)}}]},Qn=_0x4f03d8(function(_0x2c3eda,_0x5ddee0){const _0x4e0dbb=_0x54485f;return _0x3af617(g,Object['assign']({},_0x2c3eda,{'id':_0x4e0dbb(0x1d6),'ref':_0x5ddee0,'icon':$0}));});Qn[_0x54485f(0x675)]=_0x54485f(0x3f4);const O0={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M20\x2010L10\x2018L0\x2010L10\x202L20\x2010ZM3.2002\x2010L10\x2015.4385L16.7988\x2010L10\x204.56055L3.2002\x2010Z'}}]},eo=_0x4f03d8(function(_0x561384,_0x11bedd){const _0x3e625d=_0x54485f;return _0x3af617(g,Object['assign']({},_0x561384,{'id':_0x3e625d(0x67e),'ref':_0x11bedd,'icon':O0}));});eo['displayName']=_0x54485f(0x296);const T0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x539),'strokeWidth':0x2}}]},to=_0x4f03d8(function(_0x187002,_0x57cf0d){const _0x1720d5=_0x54485f;return _0x3af617(g,Object['assign']({},_0x187002,{'id':_0x1720d5(0x384),'ref':_0x57cf0d,'icon':T0}));});to[_0x54485f(0x675)]=_0x54485f(0x61a);const N0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'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'}}]},no=_0x4f03d8(function(_0x336db4,_0x37f673){return _0x3af617(g,Object['assign']({},_0x336db4,{'id':'shape-flow-chart-display-icon','ref':_0x37f673,'icon':N0}));});no[_0x54485f(0x675)]=_0x54485f(0x5cb);const j0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x283)}}]},oo=_0x4f03d8(function(_0x2f3dcd,_0x5a9ba0){const _0x5e941f=_0x54485f;return _0x3af617(g,Object[_0x5e941f(0x245)]({},_0x2f3dcd,{'id':_0x5e941f(0x200),'ref':_0x5a9ba0,'icon':j0}));});oo[_0x54485f(0x675)]=_0x54485f(0x590);const E0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x348)}}]},ao=_0x4f03d8(function(_0x780487,_0x5294e4){const _0x295c59=_0x54485f;return _0x3af617(g,Object['assign']({},_0x780487,{'id':_0x295c59(0x5be),'ref':_0x5294e4,'icon':E0}));});ao[_0x54485f(0x675)]=_0x54485f(0x757);const U0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x715)}}]},ro=_0x4f03d8(function(_0x3760eb,_0x1db9cd){const _0x5500f1=_0x54485f;return _0x3af617(g,Object[_0x5500f1(0x245)]({},_0x3760eb,{'id':_0x5500f1(0x347),'ref':_0x1db9cd,'icon':U0}));});ro[_0x54485f(0x675)]=_0x54485f(0x5b9);const k0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6f4)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':'M7\x202V18H1V2H7ZM3\x2016H5V4H3V16Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x741)}}]},io=_0x4f03d8(function(_0x559a1c,_0x5ebf5e){const _0x3bba65=_0x54485f;return _0x3af617(g,Object[_0x3bba65(0x245)]({},_0x559a1c,{'id':_0x3bba65(0x586),'ref':_0x5ebf5e,'icon':k0}));});io[_0x54485f(0x675)]='ShapeFlowChartInternalStorageIcon';const F0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x6e7)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2a6)}}]},so=_0x4f03d8(function(_0x2323da,_0x40ef4f){const _0x50d09b=_0x54485f;return _0x3af617(g,Object[_0x50d09b(0x245)]({},_0x2323da,{'id':'shape-flow-chart-magnetic-disk-icon','ref':_0x40ef4f,'icon':F0}));});so[_0x54485f(0x675)]=_0x54485f(0x76b);const W0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x606)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3d6)}}]},co=_0x4f03d8(function(_0x1ecb4c,_0x58182f){const _0x23bf3c=_0x54485f;return _0x3af617(g,Object[_0x23bf3c(0x245)]({},_0x1ecb4c,{'id':'shape-flow-chart-magnetic-drum-icon','ref':_0x58182f,'icon':W0}));});co['displayName']=_0x54485f(0x289);const z0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3ee)}}]},lo=_0x4f03d8(function(_0x497fba,_0x3adb84){const _0x18fac3=_0x54485f;return _0x3af617(g,Object[_0x18fac3(0x245)]({},_0x497fba,{'id':_0x18fac3(0x39e),'ref':_0x3adb84,'icon':z0}));});lo[_0x54485f(0x675)]='ShapeFlowChartMagneticTapeIcon';const Y0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x4a4)}}]},ho=_0x4f03d8(function(_0x1e5513,_0x2bfda9){const _0x298c89=_0x54485f;return _0x3af617(g,Object[_0x298c89(0x245)]({},_0x1e5513,{'id':_0x298c89(0x697),'ref':_0x2bfda9,'icon':Y0}));});ho[_0x54485f(0x675)]=_0x54485f(0x5d9);const X0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x694)}}]},po=_0x4f03d8(function(_0x1b946,_0x2e3727){const _0x39de1a=_0x54485f;return _0x3af617(g,Object[_0x39de1a(0x245)]({},_0x1b946,{'id':'shape-flow-chart-manual-operation-icon','ref':_0x2e3727,'icon':X0}));});po['displayName']=_0x54485f(0x544);const G0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x4ba)}}]},uo=_0x4f03d8(function(_0x32fd71,_0x787d88){const _0x2133b1=_0x54485f;return _0x3af617(g,Object[_0x2133b1(0x245)]({},_0x32fd71,{'id':_0x2133b1(0x48c),'ref':_0x787d88,'icon':G0}));});uo[_0x54485f(0x675)]=_0x54485f(0x5cf);const q0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x511)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x771)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}}]},go=_0x4f03d8(function(_0x22fd3d,_0x5a9007){const _0x289b0d=_0x54485f;return _0x3af617(g,Object[_0x289b0d(0x245)]({},_0x22fd3d,{'id':'shape-flow-chart-multidocument-icon','ref':_0x5a9007,'icon':q0}));});go[_0x54485f(0x675)]=_0x54485f(0x623);const K0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M19\x201H1L10\x2019L19\x201ZM4.23633\x203H15.7637L10\x2014.5273L4.23633\x203Z'}}]},Co=_0x4f03d8(function(_0x55515f,_0x44478a){const _0x230f36=_0x54485f;return _0x3af617(g,Object['assign']({},_0x55515f,{'id':_0x230f36(0x337),'ref':_0x44478a,'icon':K0}));});Co[_0x54485f(0x675)]='ShapeFlowChartOfflineStorageIcon';const J0={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x379)}}]},wo=_0x4f03d8(function(_0x4f5bd1,_0x13aa01){const _0x3c24e1=_0x54485f;return _0x3af617(g,Object['assign']({},_0x4f5bd1,{'id':_0x3c24e1(0x1a2),'ref':_0x13aa01,'icon':J0}));});wo[_0x54485f(0x675)]=_0x54485f(0x1df);const Q0={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x58e)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','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'}}]},So=_0x4f03d8(function(_0x2414a4,_0x1a5c54){const _0x11b5aa=_0x54485f;return _0x3af617(g,Object[_0x11b5aa(0x245)]({},_0x2414a4,{'id':_0x11b5aa(0x631),'ref':_0x1a5c54,'icon':Q0}));});So[_0x54485f(0x675)]=_0x54485f(0x5e1);const e2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x2c9)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x507)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x625)}}]},fo=_0x4f03d8(function(_0x5c2275,_0x2d916d){const _0xb5bd1b=_0x54485f;return _0x3af617(g,Object[_0xb5bd1b(0x245)]({},_0x5c2275,{'id':_0xb5bd1b(0x29d),'ref':_0x2d916d,'icon':e2}));});fo['displayName']=_0x54485f(0x383);const t2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x6f4)}},{'tag':'path','attrs':{'fill':'currentColor','d':'M7\x202V18H1V2H7ZM3\x2016H5V4H3V16Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x328)}}]},mo=_0x4f03d8(function(_0x421f34,_0x285425){const _0x1efdc0=_0x54485f;return _0x3af617(g,Object[_0x1efdc0(0x245)]({},_0x421f34,{'id':_0x1efdc0(0x38c),'ref':_0x285425,'icon':t2}));});mo[_0x54485f(0x675)]=_0x54485f(0x5d6);const n2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x499)}}]},Io=_0x4f03d8(function(_0x4a058b,_0x37e5b9){const _0x5acb9d=_0x54485f;return _0x3af617(g,Object[_0x5acb9d(0x245)]({},_0x4a058b,{'id':_0x5acb9d(0x233),'ref':_0x37e5b9,'icon':n2}));});Io[_0x54485f(0x675)]=_0x54485f(0x616);const o2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x1e9)}}]},Lo=_0x4f03d8(function(_0x2073fb,_0x48d992){const _0x3c2eae=_0x54485f;return _0x3af617(g,Object[_0x3c2eae(0x245)]({},_0x2073fb,{'id':'shape-flow-chart-process-icon','ref':_0x48d992,'icon':o2}));});Lo[_0x54485f(0x675)]='ShapeFlowChartProcessIcon';const a2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x4bb),'strokeWidth':0x2}}]},vo=_0x4f03d8(function(_0x2f7822,_0x1a9994){const _0x5be125=_0x54485f;return _0x3af617(g,Object[_0x5be125(0x245)]({},_0x2f7822,{'id':_0x5be125(0x32f),'ref':_0x1a9994,'icon':a2}));});vo[_0x54485f(0x675)]=_0x54485f(0x4a7);const r2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':'1em','height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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'}}]},Ho=_0x4f03d8(function(_0x2d28bf,_0x4662d3){const _0x154a3e=_0x54485f;return _0x3af617(g,Object[_0x154a3e(0x245)]({},_0x2d28bf,{'id':_0x154a3e(0x70e),'ref':_0x4662d3,'icon':r2}));});Ho[_0x54485f(0x675)]=_0x54485f(0x226);const i2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x254)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'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'}}]},Vo=_0x4f03d8(function(_0x55d8ab,_0x1e4418){const _0x239f85=_0x54485f;return _0x3af617(g,Object[_0x239f85(0x245)]({},_0x55d8ab,{'id':_0x239f85(0x762),'ref':_0x1e4418,'icon':i2}));});Vo['displayName']='ShapeFlowChartSortIcon';const s2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x526)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x66f)}}]},Mo=_0x4f03d8(function(_0x4deac3,_0xe2c563){const _0xb8ed35=_0x54485f;return _0x3af617(g,Object[_0xb8ed35(0x245)]({},_0x4deac3,{'id':_0xb8ed35(0x281),'ref':_0xe2c563,'icon':s2}));});Mo[_0x54485f(0x675)]='ShapeFlowChartSummingJunctionIcon';const c2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x438)}}]},yo=_0x4f03d8(function(_0xcc5321,_0x1426fc){return _0x3af617(g,Object['assign']({},_0xcc5321,{'id':'shape-flow-chart-terminator-icon','ref':_0x1426fc,'icon':c2}));});yo['displayName']=_0x54485f(0x5e7);const l2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x5d2)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x3f8)}}]},bo=_0x4f03d8(function(_0x5c8226,_0x1ca2ee){const _0x534017=_0x54485f;return _0x3af617(g,Object['assign']({},_0x5c8226,{'id':_0x534017(0x208),'ref':_0x1ca2ee,'icon':l2}));});bo[_0x54485f(0x675)]=_0x54485f(0x1e7);const h2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x531)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1b0)}}]},_o=_0x4f03d8(function(_0x3d33d2,_0x2dd3ed){const _0x91c2fa=_0x54485f;return _0x3af617(g,Object[_0x91c2fa(0x245)]({},_0x3d33d2,{'id':_0x91c2fa(0x3a8),'ref':_0x2dd3ed,'icon':h2}));});_o['displayName']=_0x54485f(0x417);const p2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x611)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x682)}}]},xo=_0x4f03d8(function(_0x488759,_0x4b32e0){const _0x3ed155=_0x54485f;return _0x3af617(g,Object[_0x3ed155(0x245)]({},_0x488759,{'id':'shape-funnel-icon','ref':_0x4b32e0,'icon':p2}));});xo[_0x54485f(0x675)]=_0x54485f(0x2c7);const d2={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1cc)}}]},Ao=_0x4f03d8(function(_0x431a50,_0x1d3439){const _0x37deed=_0x54485f;return _0x3af617(g,Object[_0x37deed(0x245)]({},_0x431a50,{'id':'shape-gear6-icon','ref':_0x1d3439,'icon':d2}));});Ao['displayName']=_0x54485f(0x744);const u2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2ac)}}]},Zo=_0x4f03d8(function(_0x6da345,_0x287bb7){const _0x495587=_0x54485f;return _0x3af617(g,Object[_0x495587(0x245)]({},_0x6da345,{'id':'shape-gear9-icon','ref':_0x287bb7,'icon':u2}));});Zo[_0x54485f(0x675)]=_0x54485f(0x5e8);const g2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x236)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x75b)}}]},Ro=_0x4f03d8(function(_0x26c330,_0x5c7c96){const _0x541abc=_0x54485f;return _0x3af617(g,Object[_0x541abc(0x245)]({},_0x26c330,{'id':'shape-half-frame-icon','ref':_0x5c7c96,'icon':g2}));});Ro[_0x54485f(0x675)]=_0x54485f(0x1d4);const C2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3f6)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x2cf)}}]},Bo=_0x4f03d8(function(_0x2ea53e,_0x1d88ef){const _0x2346eb=_0x54485f;return _0x3af617(g,Object[_0x2346eb(0x245)]({},_0x2ea53e,{'id':_0x2346eb(0x422),'ref':_0x1d88ef,'icon':C2}));});Bo['displayName']='ShapeHeartIcon';const w2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x3c2)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}}]},Do=_0x4f03d8(function(_0x1780de,_0x40b955){const _0x558847=_0x54485f;return _0x3af617(g,Object[_0x558847(0x245)]({},_0x1780de,{'id':_0x558847(0x4b5),'ref':_0x40b955,'icon':w2}));});Do[_0x54485f(0x675)]=_0x54485f(0x3d8);const S2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':'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'}}]},Po=_0x4f03d8(function(_0x375dd3,_0xa0db55){const _0x289923=_0x54485f;return _0x3af617(g,Object[_0x289923(0x245)]({},_0x375dd3,{'id':'shape-hexagon-icon','ref':_0xa0db55,'icon':S2}));});Po[_0x54485f(0x675)]=_0x54485f(0x491);const f2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3c5)}}]},$o=_0x4f03d8(function(_0x2d6719,_0x4f7f12){const _0x15edac=_0x54485f;return _0x3af617(g,Object[_0x15edac(0x245)]({},_0x2d6719,{'id':_0x15edac(0x415),'ref':_0x4f7f12,'icon':f2}));});$o['displayName']=_0x54485f(0x51b);const m2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x4db)}}]},Oo=_0x4f03d8(function(_0x12efbf,_0x698c1e){const _0x24d746=_0x54485f;return _0x3af617(g,Object['assign']({},_0x12efbf,{'id':_0x24d746(0x35b),'ref':_0x698c1e,'icon':m2}));});Oo[_0x54485f(0x675)]='ShapeHorizontalScrollIcon';const I2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}},{'tag':_0x54485f(0x292),'attrs':{'cx':12.5,'cy':12.5,'r':5.85,'stroke':_0x54485f(0x345),'strokeWidth':1.3}}]},To=_0x4f03d8(function(_0x5d8e12,_0x1da2ac){const _0x1abfa7=_0x54485f;return _0x3af617(g,Object['assign']({},_0x5d8e12,{'id':_0x1abfa7(0x1cf),'ref':_0x1da2ac,'icon':I2}));});To['displayName']=_0x54485f(0x54f);const L2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'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'}}]},No=_0x4f03d8(function(_0x18d817,_0x4f853c){const _0x5cca96=_0x54485f;return _0x3af617(g,Object[_0x5cca96(0x245)]({},_0x18d817,{'id':_0x5cca96(0x3af),'ref':_0x4f853c,'icon':L2}));});No[_0x54485f(0x675)]=_0x54485f(0x65b);const v2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x31c)}}]},jo=_0x4f03d8(function(_0x4fbe6f,_0x23c9ec){const _0x86490c=_0x54485f;return _0x3af617(g,Object[_0x86490c(0x245)]({},_0x4fbe6f,{'id':_0x86490c(0x6e9),'ref':_0x23c9ec,'icon':v2}));});jo[_0x54485f(0x675)]=_0x54485f(0x1f3);const H2={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3e7)}}]},Eo=_0x4f03d8(function(_0x4b7c6f,_0x28e63d){const _0x38812c=_0x54485f;return _0x3af617(g,Object[_0x38812c(0x245)]({},_0x4b7c6f,{'id':_0x38812c(0x5eb),'ref':_0x28e63d,'icon':H2}));});Eo[_0x54485f(0x675)]='ShapeLeftArrowCalloutIcon';const V2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x66e),'attrs':{'id':_0x54485f(0x67d),'fill':'white'},'children':[{'tag':_0x54485f(0x725),'attrs':{'d':_0x54485f(0x665)}}]},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x2be),'mask':_0x54485f(0x21e)}}]},Uo=_0x4f03d8(function(_0x44ade2,_0x81fd5e){const _0x1f1bfe=_0x54485f;return _0x3af617(g,Object['assign']({},_0x44ade2,{'id':_0x1f1bfe(0x718),'ref':_0x81fd5e,'icon':V2}));});Uo[_0x54485f(0x675)]=_0x54485f(0x2ca);const M2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x41a)}}]},ko=_0x4f03d8(function(_0x54af11,_0x233889){const _0x4e8683=_0x54485f;return _0x3af617(g,Object[_0x4e8683(0x245)]({},_0x54af11,{'id':_0x4e8683(0x6fc),'ref':_0x233889,'icon':M2}));});ko[_0x54485f(0x675)]=_0x54485f(0x6ca);const y2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x493)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1ec)}}]},Fo=_0x4f03d8(function(_0x566077,_0x4a5db4){const _0x16fab4=_0x54485f;return _0x3af617(g,Object[_0x16fab4(0x245)]({},_0x566077,{'id':'shape-left-bracket-icon','ref':_0x4a5db4,'icon':y2}));});Fo['displayName']=_0x54485f(0x74f);const b2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2d2)}}]},Wo=_0x4f03d8(function(_0x4084ae,_0x5ac388){const _0x21844d=_0x54485f;return _0x3af617(g,Object[_0x21844d(0x245)]({},_0x4084ae,{'id':_0x21844d(0x3e5),'ref':_0x5ac388,'icon':b2}));});Wo[_0x54485f(0x675)]=_0x54485f(0x76d);const _2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x49f)}}]},zo=_0x4f03d8(function(_0x59eae5,_0x14d525){return _0x3af617(g,Object['assign']({},_0x59eae5,{'id':'shape-left-right-arrow-callout-icon','ref':_0x14d525,'icon':_2}));});zo['displayName']=_0x54485f(0x211);const x2={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x310)}}]},Yo=_0x4f03d8(function(_0x220c6e,_0xfae2de){const _0x43e431=_0x54485f;return _0x3af617(g,Object[_0x43e431(0x245)]({},_0x220c6e,{'id':_0x43e431(0x752),'ref':_0xfae2de,'icon':x2}));});Yo[_0x54485f(0x675)]=_0x54485f(0x773);const A2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6fb)}}]},Xo=_0x4f03d8(function(_0xbd1f53,_0x1fa7c4){const _0x3ceda7=_0x54485f;return _0x3af617(g,Object[_0x3ceda7(0x245)]({},_0xbd1f53,{'id':_0x3ceda7(0x6cf),'ref':_0x1fa7c4,'icon':A2}));});Xo[_0x54485f(0x675)]='ShapeLeftRightCircularArrowIcon';const Z2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':'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'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1f8)}}]},Go=_0x4f03d8(function(_0x43622a,_0x3b34ee){const _0x595a57=_0x54485f;return _0x3af617(g,Object[_0x595a57(0x245)]({},_0x43622a,{'id':_0x595a57(0x538),'ref':_0x3b34ee,'icon':Z2}));});Go[_0x54485f(0x675)]='ShapeLeftRightRibbonIcon';const R2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6e2)}}]},qo=_0x4f03d8(function(_0x2e8698,_0x54c170){const _0x31a43f=_0x54485f;return _0x3af617(g,Object['assign']({},_0x2e8698,{'id':_0x31a43f(0x6f0),'ref':_0x54c170,'icon':R2}));});qo[_0x54485f(0x675)]=_0x54485f(0x49a);const B2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x66e),'attrs':{'id':_0x54485f(0x763),'fill':_0x54485f(0x521)},'children':[{'tag':'path','attrs':{'d':_0x54485f(0x408)}}]},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2bb),'mask':_0x54485f(0x277)}}]},Ko=_0x4f03d8(function(_0x2af9b6,_0x4c533b){const _0x448123=_0x54485f;return _0x3af617(g,Object[_0x448123(0x245)]({},_0x2af9b6,{'id':_0x448123(0x576),'ref':_0x4c533b,'icon':B2}));});Ko[_0x54485f(0x675)]=_0x54485f(0x6fe);const D2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x2e9)}}]},Jo=_0x4f03d8(function(_0xb68791,_0x3f92f1){const _0x109399=_0x54485f;return _0x3af617(g,Object[_0x109399(0x245)]({},_0xb68791,{'id':_0x109399(0x479),'ref':_0x3f92f1,'icon':D2}));});Jo[_0x54485f(0x675)]=_0x54485f(0x582);const P2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}}]},Qo=_0x4f03d8(function(_0x506678,_0x3978dc){const _0x3a6c47=_0x54485f;return _0x3af617(g,Object[_0x3a6c47(0x245)]({},_0x506678,{'id':_0x3a6c47(0x4eb),'ref':_0x3978dc,'icon':P2}));});Qo[_0x54485f(0x675)]=_0x54485f(0x404);const $2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'rect','attrs':{'width':0x2,'height':0x16,'fill':_0x54485f(0x345),'rx':0x1,'transform':_0x54485f(0x786)}}]},ea=_0x4f03d8(function(_0x1c56fe,_0x2a8952){const _0x495bf2=_0x54485f;return _0x3af617(g,Object[_0x495bf2(0x245)]({},_0x1c56fe,{'id':'shape-line-inv-icon','ref':_0x2a8952,'icon':$2}));});ea[_0x54485f(0x675)]=_0x54485f(0x344);const O2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x31b)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x58b)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':'M19\x2013H1V7H19V13ZM3\x2011H17V9H3V11Z'}}]},ta=_0x4f03d8(function(_0x30dd07,_0x23a721){const _0x4a80ac=_0x54485f;return _0x3af617(g,Object['assign']({},_0x30dd07,{'id':_0x4a80ac(0x31d),'ref':_0x23a721,'icon':O2}));});ta[_0x54485f(0x675)]=_0x54485f(0x6f7);const T2={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x26b)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x52d)}}]},na=_0x4f03d8(function(_0x2cf4fc,_0x588859){const _0x4b7468=_0x54485f;return _0x3af617(g,Object[_0x4b7468(0x245)]({},_0x2cf4fc,{'id':'shape-math-equal-icon','ref':_0x588859,'icon':T2}));});na[_0x54485f(0x675)]=_0x54485f(0x680);const N2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x716)}}]},oa=_0x4f03d8(function(_0x2f4594,_0x387d46){return _0x3af617(g,Object['assign']({},_0x2f4594,{'id':'shape-math-minus-icon','ref':_0x387d46,'icon':N2}));});oa[_0x54485f(0x675)]=_0x54485f(0x6fd);const j2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x202)}}]},aa=_0x4f03d8(function(_0x96d51f,_0x2fe774){const _0x595def=_0x54485f;return _0x3af617(g,Object[_0x595def(0x245)]({},_0x96d51f,{'id':_0x595def(0x4f6),'ref':_0x2fe774,'icon':j2}));});aa[_0x54485f(0x675)]='ShapeMathMultiplyIcon';const E2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6d7)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x4a6)}}]},ra=_0x4f03d8(function(_0x52534a,_0x19bb7b){const _0x4a8205=_0x54485f;return _0x3af617(g,Object[_0x4a8205(0x245)]({},_0x52534a,{'id':_0x4a8205(0x4be),'ref':_0x19bb7b,'icon':E2}));});ra[_0x54485f(0x675)]='ShapeMathNotEqualIcon';const U2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x2d4)}}]},ia=_0x4f03d8(function(_0x4b51a4,_0x451dda){const _0x5f5a21=_0x54485f;return _0x3af617(g,Object['assign']({},_0x4b51a4,{'id':_0x5f5a21(0x644),'ref':_0x451dda,'icon':U2}));});ia[_0x54485f(0x675)]=_0x54485f(0x4f9);const k2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x5f0)}}]},sa=_0x4f03d8(function(_0x483a4e,_0x357935){const _0x35792a=_0x54485f;return _0x3af617(g,Object[_0x35792a(0x245)]({},_0x483a4e,{'id':_0x35792a(0x721),'ref':_0x357935,'icon':k2}));});sa['displayName']=_0x54485f(0x654);const F2={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x504)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x736)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3a3)}}]},ca=_0x4f03d8(function(_0x3f8a83,_0x139535){const _0x3a504b=_0x54485f;return _0x3af617(g,Object[_0x3a504b(0x245)]({},_0x3f8a83,{'id':_0x3a504b(0x392),'ref':_0x139535,'icon':F2}));});ca[_0x54485f(0x675)]=_0x54485f(0x4b8);const W2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x4f5)}}]},la=_0x4f03d8(function(_0x3cb3e1,_0xc2dbcb){const _0x442450=_0x54485f;return _0x3af617(g,Object[_0x442450(0x245)]({},_0x3cb3e1,{'id':'shape-non-isosceles-trapezoid-icon','ref':_0xc2dbcb,'icon':W2}));});la[_0x54485f(0x675)]='ShapeNonIsoscelesTrapezoidIcon';const z2={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x364)}}]},ha=_0x4f03d8(function(_0x36ca6c,_0x352df3){const _0x158cb7=_0x54485f;return _0x3af617(g,Object[_0x158cb7(0x245)]({},_0x36ca6c,{'id':'shape-notched-right-arrow-icon','ref':_0x352df3,'icon':z2}));});ha[_0x54485f(0x675)]='ShapeNotchedRightArrowIcon';const Y2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3c2)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x32e)}}]},pa=_0x4f03d8(function(_0x33d86c,_0x464f42){const _0x429f63=_0x54485f;return _0x3af617(g,Object[_0x429f63(0x245)]({},_0x33d86c,{'id':_0x429f63(0x260),'ref':_0x464f42,'icon':Y2}));});pa[_0x54485f(0x675)]=_0x54485f(0x57e);const X2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x715)}}]},da=_0x4f03d8(function(_0x3f3b5e,_0xe4dbb){const _0xc1ff56=_0x54485f;return _0x3af617(g,Object[_0xc1ff56(0x245)]({},_0x3f3b5e,{'id':_0xc1ff56(0x71b),'ref':_0xe4dbb,'icon':X2}));});da['displayName']=_0x54485f(0x49e);const G2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x5c9)}}]},ua=_0x4f03d8(function(_0x335719,_0x25b08b){const _0x2e31b3=_0x54485f;return _0x3af617(g,Object[_0x2e31b3(0x245)]({},_0x335719,{'id':_0x2e31b3(0x1af),'ref':_0x25b08b,'icon':G2}));});ua['displayName']=_0x54485f(0x5ca);const q2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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'}}]},ga=_0x4f03d8(function(_0x360186,_0xaba6c4){const _0x2e7c65=_0x54485f;return _0x3af617(g,Object[_0x2e7c65(0x245)]({},_0x360186,{'id':'shape-pie-icon','ref':_0xaba6c4,'icon':q2}));});ga[_0x54485f(0x675)]=_0x54485f(0x3db);const K2={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x640)}}]},Ca=_0x4f03d8(function(_0x59690e,_0x399e90){const _0x1de059=_0x54485f;return _0x3af617(g,Object[_0x1de059(0x245)]({},_0x59690e,{'id':_0x1de059(0x5d8),'ref':_0x399e90,'icon':K2}));});Ca[_0x54485f(0x675)]=_0x54485f(0x6d4);const J2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x21b)}}]},wa=_0x4f03d8(function(_0x313d25,_0x44ee47){const _0x43d052=_0x54485f;return _0x3af617(g,Object['assign']({},_0x313d25,{'id':_0x43d052(0x522),'ref':_0x44ee47,'icon':J2}));});wa[_0x54485f(0x675)]=_0x54485f(0x756);const Q2={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M7\x201C7\x204.31371\x204.31371\x207\x201\x207V1H7ZM3\x204.46289C3.60673\x204.11172\x204.11276\x203.60678\x204.46387\x203H3V4.46289Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2a8)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x52f)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x54b)}}]},Sa=_0x4f03d8(function(_0x326870,_0x262b5d){const _0x93e775=_0x54485f;return _0x3af617(g,Object[_0x93e775(0x245)]({},_0x326870,{'id':_0x93e775(0x470),'ref':_0x262b5d,'icon':Q2}));});Sa[_0x54485f(0x675)]='ShapePlaqueTabsIcon';const es={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':'M14\x206H19V14H14V19H6V14H1V6H6V1H14V6ZM8\x208H3V12H8V17H12V12H17V8H12V3H8V8Z'}}]},fa=_0x4f03d8(function(_0x241026,_0x4f99d7){const _0x1de42c=_0x54485f;return _0x3af617(g,Object['assign']({},_0x241026,{'id':_0x1de42c(0x73f),'ref':_0x4f99d7,'icon':es}));});fa[_0x54485f(0x675)]=_0x54485f(0x396);const ts={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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'}}]},ma=_0x4f03d8(function(_0x52b4ef,_0xa29820){const _0xe4dc25=_0x54485f;return _0x3af617(g,Object[_0xe4dc25(0x245)]({},_0x52b4ef,{'id':'shape-quad-arrow-callout-icon','ref':_0xa29820,'icon':ts}));});ma[_0x54485f(0x675)]=_0x54485f(0x5d5);const ns={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x777)}}]},Ia=_0x4f03d8(function(_0x404949,_0x7924da){const _0xa37993=_0x54485f;return _0x3af617(g,Object[_0xa37993(0x245)]({},_0x404949,{'id':_0xa37993(0x4fd),'ref':_0x7924da,'icon':ns}));});Ia[_0x54485f(0x675)]=_0x54485f(0x2ad);const os={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1e9)}}]},La=_0x4f03d8(function(_0x1386f0,_0x557d17){const _0x2a7831=_0x54485f;return _0x3af617(g,Object[_0x2a7831(0x245)]({},_0x1386f0,{'id':_0x2a7831(0x689),'ref':_0x557d17,'icon':os}));});La[_0x54485f(0x675)]=_0x54485f(0x614);const as={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x60e)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x521),'d':_0x54485f(0x6a2)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x427)}},{'tag':'path','attrs':{'fill':'white','d':_0x54485f(0x2b9)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M19\x203V7H15V3H19ZM16\x206H18V4H16V6Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x521),'d':'M15\x2013H19V17H15V13Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x69a)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x521),'d':'M1\x2013H5V17H1V13Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x557)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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'}}]},va=_0x4f03d8(function(_0x16a772,_0x8204f9){const _0x2599c6=_0x54485f;return _0x3af617(g,Object[_0x2599c6(0x245)]({},_0x16a772,{'id':_0x2599c6(0x240),'ref':_0x8204f9,'icon':as}));});va[_0x54485f(0x675)]=_0x54485f(0x613);const rs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x60e)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'white','d':_0x54485f(0x6a2)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x427)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x521),'d':_0x54485f(0x2b9)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M19\x203V7H15V3H19ZM16\x206H18V4H16V6Z'}},{'tag':'path','attrs':{'fill':'white','d':_0x54485f(0x4bf)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x69a)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x521),'d':'M1\x2013H5V17H1V13Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x557)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x478)}}]},Ha=_0x4f03d8(function(_0x24e76c,_0x29cf91){const _0x43c8f7=_0x54485f;return _0x3af617(g,Object[_0x43c8f7(0x245)]({},_0x24e76c,{'id':_0x43c8f7(0x6bd),'ref':_0x29cf91,'icon':rs}));});Ha[_0x54485f(0x675)]='ShapeRectTextboxVerticalIcon';const is={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':'M4\x2017V7H16V17H4ZM14\x209H6V15H14V9Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x350)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x4af)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x28e)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3ca)}}]},Va=_0x4f03d8(function(_0x405cd3,_0x48124f){const _0x3fcac6=_0x54485f;return _0x3af617(g,Object[_0x3fcac6(0x245)]({},_0x405cd3,{'id':_0x3fcac6(0x294),'ref':_0x48124f,'icon':is}));});Va[_0x54485f(0x675)]=_0x54485f(0x40f);const ss={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x5b1)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M9\x2011V16H4V11H9ZM6\x2014H7V13H6V14Z'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x444)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x678)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x29f)}}]},Ma=_0x4f03d8(function(_0x10fa30,_0x4be3f4){const _0x368c2a=_0x54485f;return _0x3af617(g,Object[_0x368c2a(0x245)]({},_0x10fa30,{'id':_0x368c2a(0x514),'ref':_0x4be3f4,'icon':ss}));});Ma[_0x54485f(0x675)]='ShapeRibbon2Icon';const cs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':'M8\x204H2V16H8V11H15.1973L16.582\x2010L15.1973\x209H8V4ZM14\x207V5.66992L15.8428\x207H16V7.11328L20\x2010L16\x2012.8867V13H15.8428L14\x2014.3301V13H10V18H0V2H10V7H14Z'}}]},ya=_0x4f03d8(function(_0x53c211,_0x40f043){const _0x10e35c=_0x54485f;return _0x3af617(g,Object[_0x10e35c(0x245)]({},_0x53c211,{'id':_0x10e35c(0x780),'ref':_0x40f043,'icon':cs}));});ya['displayName']=_0x54485f(0x6c1);const ls={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x66e),'attrs':{'id':_0x54485f(0x4e7),'fill':_0x54485f(0x521)},'children':[{'tag':_0x54485f(0x725),'attrs':{'d':_0x54485f(0x4e3)}}]},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2d9),'mask':'url(#path-1-inside-1_379_199)'}}]},ba=_0x4f03d8(function(_0x1b049c,_0x27f8b2){const _0x3363d5=_0x54485f;return _0x3af617(g,Object['assign']({},_0x1b049c,{'id':_0x3363d5(0x353),'ref':_0x27f8b2,'icon':ls}));});ba[_0x54485f(0x675)]=_0x54485f(0x56d);const hs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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'}}]},_a=_0x4f03d8(function(_0x115f4f,_0x1640ab){const _0x402404=_0x54485f;return _0x3af617(g,Object['assign']({},_0x115f4f,{'id':_0x402404(0x2e3),'ref':_0x1640ab,'icon':hs}));});_a[_0x54485f(0x675)]='ShapeRightBraceIcon';const ps={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6c4)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3bd)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}}]},xa=_0x4f03d8(function(_0xc4d905,_0x4c926a){const _0x29f702=_0x54485f;return _0x3af617(g,Object[_0x29f702(0x245)]({},_0xc4d905,{'id':_0x29f702(0x4f4),'ref':_0x4c926a,'icon':ps}));});xa[_0x54485f(0x675)]=_0x54485f(0x1ac);const ds={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6ff)}}]},Aa=_0x4f03d8(function(_0x550063,_0x5313b8){const _0x3463d1=_0x54485f;return _0x3af617(g,Object[_0x3463d1(0x245)]({},_0x550063,{'id':'shape-round-rect-icon','ref':_0x5313b8,'icon':ds}));});Aa['displayName']='ShapeRoundRectIcon';const us={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x467)}}]},Za=_0x4f03d8(function(_0x4c86b9,_0x3eb3c3){const _0x3a0fe1=_0x54485f;return _0x3af617(g,Object['assign']({},_0x4c86b9,{'id':_0x3a0fe1(0x73a),'ref':_0x3eb3c3,'icon':us}));});Za[_0x54485f(0x675)]=_0x54485f(0x372);const gs={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x28d)}}]},Ra=_0x4f03d8(function(_0x107796,_0x5ee1d1){const _0xf3bc84=_0x54485f;return _0x3af617(g,Object[_0xf3bc84(0x245)]({},_0x107796,{'id':'shape-round2-diag-rect-icon','ref':_0x5ee1d1,'icon':gs}));});Ra[_0x54485f(0x675)]=_0x54485f(0x3cf);const Cs={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x23f)}}]},Ba=_0x4f03d8(function(_0x5d8ad1,_0xe93b57){return _0x3af617(g,Object['assign']({},_0x5d8ad1,{'id':'shape-round2-same-rect-icon','ref':_0xe93b57,'icon':Cs}));});Ba[_0x54485f(0x675)]=_0x54485f(0x749);const ws={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M19\x2019H1V1L19\x2019ZM3\x2017H14.1719L3\x205.82812V17Z'}}]},Da=_0x4f03d8(function(_0x51eae9,_0x240654){const _0x112679=_0x54485f;return _0x3af617(g,Object[_0x112679(0x245)]({},_0x51eae9,{'id':_0x112679(0x60a),'ref':_0x240654,'icon':ws}));});Da['displayName']=_0x54485f(0x5d4);const Ss={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x504)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x637)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x375)}}]},Pa=_0x4f03d8(function(_0x2d3092,_0x127a53){const _0x2466ba=_0x54485f;return _0x3af617(g,Object[_0x2466ba(0x245)]({},_0x2d3092,{'id':_0x2466ba(0x4ce),'ref':_0x127a53,'icon':Ss}));});Pa['displayName']=_0x54485f(0x214);const fs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x2e4)}}]},$a=_0x4f03d8(function(_0x1205f4,_0x30f569){const _0x3e54f3=_0x54485f;return _0x3af617(g,Object[_0x3e54f3(0x245)]({},_0x1205f4,{'id':'shape-snip-round-rect-icon','ref':_0x30f569,'icon':fs}));});$a[_0x54485f(0x675)]=_0x54485f(0x41e);const ms={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1bd)}}]},Oa=_0x4f03d8(function(_0x3eb784,_0x305ce4){const _0x2e2636=_0x54485f;return _0x3af617(g,Object[_0x2e2636(0x245)]({},_0x3eb784,{'id':_0x2e2636(0x65f),'ref':_0x305ce4,'icon':ms}));});Oa[_0x54485f(0x675)]=_0x54485f(0x1a5);const Is={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'M19\x207.5V17H6L1\x2013V3H14L19\x207.5ZM3\x2012.0791L6.74023\x2015H17V8.37207L13.2139\x205H3V12.0791Z'}}]},Ta=_0x4f03d8(function(_0x103c2f,_0x577edf){return _0x3af617(g,Object['assign']({},_0x103c2f,{'id':'shape-snip2-diag-rect-icon','ref':_0x577edf,'icon':Is}));});Ta[_0x54485f(0x675)]=_0x54485f(0x27b);const Ls={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x4fb)}}]},Na=_0x4f03d8(function(_0x2e3f36,_0x5b97f0){const _0x58fbdc=_0x54485f;return _0x3af617(g,Object[_0x58fbdc(0x245)]({},_0x2e3f36,{'id':_0x58fbdc(0x286),'ref':_0x5b97f0,'icon':Ls}));});Na['displayName']='ShapeSnip2SameRectIcon';const vs={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x50f)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':'M7\x2013V19H1V13H7ZM3\x2017H5V15H3V17Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x636)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x612)}}]},ja=_0x4f03d8(function(_0x26ae03,_0x545482){const _0x210e75=_0x54485f;return _0x3af617(g,Object[_0x210e75(0x245)]({},_0x26ae03,{'id':'shape-square-tabs-icon','ref':_0x545482,'icon':vs}));});ja[_0x54485f(0x675)]='ShapeSquareTabsIcon';const Hs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x2c8)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x51e)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1a8)}}]},Ea=_0x4f03d8(function(_0x3e3891,_0x5a0215){const _0x45d295=_0x54485f;return _0x3af617(g,Object[_0x45d295(0x245)]({},_0x3e3891,{'id':_0x45d295(0x516),'ref':_0x5a0215,'icon':Hs}));});Ea[_0x54485f(0x675)]=_0x54485f(0x2ff);const Vs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x49d)}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x21c)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1d9)}}]},Ua=_0x4f03d8(function(_0x402225,_0x2853d0){const _0xdf46c=_0x54485f;return _0x3af617(g,Object[_0xdf46c(0x245)]({},_0x402225,{'id':'shape-star12-icon','ref':_0x2853d0,'icon':Vs}));});Ua['displayName']=_0x54485f(0x49b);const Ms={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x49d)}},{'tag':_0x54485f(0x725),'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':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x624)}}]},ka=_0x4f03d8(function(_0x29b483,_0x399077){const _0x23b74c=_0x54485f;return _0x3af617(g,Object[_0x23b74c(0x245)]({},_0x29b483,{'id':_0x23b74c(0x27a),'ref':_0x399077,'icon':Ms}));});ka[_0x54485f(0x675)]=_0x54485f(0x40e);const ys={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x49d)}},{'tag':'path','attrs':{'fill':'currentColor','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':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6eb)}}]},Fa=_0x4f03d8(function(_0x2c7965,_0xeb7d4e){const _0x8bdafd=_0x54485f;return _0x3af617(g,Object[_0x8bdafd(0x245)]({},_0x2c7965,{'id':_0x8bdafd(0x6b3),'ref':_0xeb7d4e,'icon':ys}));});Fa[_0x54485f(0x675)]=_0x54485f(0x71a);const bs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x49d)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x5fe)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}}]},Wa=_0x4f03d8(function(_0xfac37b,_0x329d08){return _0x3af617(g,Object['assign']({},_0xfac37b,{'id':'shape-star32-icon','ref':_0x329d08,'icon':bs}));});Wa[_0x54485f(0x675)]='ShapeStar32Icon';const _s={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x6b5)}}]},za=_0x4f03d8(function(_0x3672ec,_0x55d5fd){const _0x1c8395=_0x54485f;return _0x3af617(g,Object[_0x1c8395(0x245)]({},_0x3672ec,{'id':_0x1c8395(0x2c5),'ref':_0x55d5fd,'icon':_s}));});za[_0x54485f(0x675)]=_0x54485f(0x346);const xs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x4d5)}}]},Ya=_0x4f03d8(function(_0x26673f,_0x3d67d6){const _0x9b0206=_0x54485f;return _0x3af617(g,Object[_0x9b0206(0x245)]({},_0x26673f,{'id':_0x9b0206(0x591),'ref':_0x3d67d6,'icon':xs}));});Ya[_0x54485f(0x675)]=_0x54485f(0x39b);const As={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1e4)}}]},Xa=_0x4f03d8(function(_0x2d6cb6,_0x6d79f1){const _0x4ae46b=_0x54485f;return _0x3af617(g,Object['assign']({},_0x2d6cb6,{'id':_0x4ae46b(0x770),'ref':_0x6d79f1,'icon':As}));});Xa[_0x54485f(0x675)]='ShapeStar6Icon';const Zs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'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'}}]},Ga=_0x4f03d8(function(_0x3c791e,_0x41888e){const _0xef75ca=_0x54485f;return _0x3af617(g,Object[_0xef75ca(0x245)]({},_0x3c791e,{'id':_0xef75ca(0x2c4),'ref':_0x41888e,'icon':Zs}));});Ga[_0x54485f(0x675)]='ShapeStar7Icon';const Rs={'tag':'svg','attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x745)}},{'tag':_0x54485f(0x725),'attrs':{'fill':'currentColor','d':_0x54485f(0x432)}}]},qa=_0x4f03d8(function(_0x242bd1,_0x1fd66b){const _0x34dfcd=_0x54485f;return _0x3af617(g,Object[_0x34dfcd(0x245)]({},_0x242bd1,{'id':_0x34dfcd(0x575),'ref':_0x1fd66b,'icon':Rs}));});qa[_0x54485f(0x675)]=_0x54485f(0x475);const Bs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x68d)}}]},Ka=_0x4f03d8(function(_0x2829e5,_0x44e7d7){const _0x2a18c1=_0x54485f;return _0x3af617(g,Object[_0x2a18c1(0x245)]({},_0x2829e5,{'id':_0x2a18c1(0x75a),'ref':_0x44e7d7,'icon':Bs}));});Ka['displayName']=_0x54485f(0x376);const Ds={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x54485f(0x3bc),'width':'1em','height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}},{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1dd)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x28a)}}]},Ja=_0x4f03d8(function(_0x476cd0,_0x5a3b9){const _0x15be00=_0x54485f;return _0x3af617(g,Object[_0x15be00(0x245)]({},_0x476cd0,{'id':_0x15be00(0x455),'ref':_0x5a3b9,'icon':Ds}));});Ja[_0x54485f(0x675)]=_0x54485f(0x38d);const Ps={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x349)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x40b)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x53c)}}]},Qa=_0x4f03d8(function(_0x17a33c,_0x3944e3){const _0x41bda8=_0x54485f;return _0x3af617(g,Object['assign']({},_0x17a33c,{'id':_0x41bda8(0x738),'ref':_0x3944e3,'icon':Ps}));});Qa[_0x54485f(0x675)]=_0x54485f(0x471);const $s={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':'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'}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x1b3)}}]},er=_0x4f03d8(function(_0x298262,_0x3fe2e9){const _0x51f356=_0x54485f;return _0x3af617(g,Object[_0x51f356(0x245)]({},_0x298262,{'id':_0x51f356(0x6a7),'ref':_0x3fe2e9,'icon':$s}));});er['displayName']='ShapeSunIcon';const Os={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x4e8)}}]},tr=_0x4f03d8(function(_0x504c93,_0x57e11d){const _0x476fde=_0x54485f;return _0x3af617(g,Object[_0x476fde(0x245)]({},_0x504c93,{'id':_0x476fde(0x3e2),'ref':_0x57e11d,'icon':Os}));});tr[_0x54485f(0x675)]=_0x54485f(0x6f9);const Ts={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x4da)}}]},nr=_0x4f03d8(function(_0x55c281,_0x41c743){return _0x3af617(g,Object['assign']({},_0x55c281,{'id':'shape-teardrop-icon','ref':_0x41c743,'icon':Ts}));});nr[_0x54485f(0x675)]=_0x54485f(0x6dd);const Ns={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x4f5)}}]},or=_0x4f03d8(function(_0x33a95a,_0x4521a4){const _0x5b69b7=_0x54485f;return _0x3af617(g,Object[_0x5b69b7(0x245)]({},_0x33a95a,{'id':_0x5b69b7(0x681),'ref':_0x4521a4,'icon':Ns}));});or[_0x54485f(0x675)]=_0x54485f(0x6a3);const js={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x348)}}]},ar=_0x4f03d8(function(_0x43aa1b,_0x58ab8d){const _0x1d5cfd=_0x54485f;return _0x3af617(g,Object[_0x1d5cfd(0x245)]({},_0x43aa1b,{'id':_0x1d5cfd(0x1d8),'ref':_0x58ab8d,'icon':js}));});ar[_0x54485f(0x675)]=_0x54485f(0x4d9);const Es={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x54485f(0x3d3)}}]},rr=_0x4f03d8(function(_0x2305f3,_0x10f2d7){const _0x1b80f8=_0x54485f;return _0x3af617(g,Object[_0x1b80f8(0x245)]({},_0x2305f3,{'id':_0x1b80f8(0x605),'ref':_0x10f2d7,'icon':Es}));});rr[_0x54485f(0x675)]=_0x54485f(0x413);const Us={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x66e),'attrs':{'id':_0x54485f(0x33d),'fill':_0x54485f(0x521)},'children':[{'tag':_0x54485f(0x725),'attrs':{'d':_0x54485f(0x55d)}}]},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x72e),'mask':_0x54485f(0x622)}}]},ir=_0x4f03d8(function(_0x275ec4,_0x18f8cf){const _0x2c72c2=_0x54485f;return _0x3af617(g,Object[_0x2c72c2(0x245)]({},_0x275ec4,{'id':'shape-up-arrow-icon','ref':_0x18f8cf,'icon':Us}));});ir[_0x54485f(0x675)]=_0x54485f(0x25b);const ks={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':'0\x200\x2020\x2020','width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x3a2)}}]},sr=_0x4f03d8(function(_0x555352,_0x772fd0){return _0x3af617(g,Object['assign']({},_0x555352,{'id':'shape-up-down-arrow-callout-icon','ref':_0x772fd0,'icon':ks}));});sr[_0x54485f(0x675)]=_0x54485f(0x1f2);const Fs={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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'}}]},cr=_0x4f03d8(function(_0xf77db6,_0x138f99){const _0x1e7420=_0x54485f;return _0x3af617(g,Object[_0x1e7420(0x245)]({},_0xf77db6,{'id':'shape-up-down-arrow-icon','ref':_0x138f99,'icon':Fs}));});cr['displayName']='ShapeUpDownArrowIcon';const Ws={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x711)}}]},lr=_0x4f03d8(function(_0x46a423,_0x5348ee){return _0x3af617(g,Object['assign']({},_0x46a423,{'id':'shape-uturn-arrow-icon','ref':_0x5348ee,'icon':Ws}));});lr['displayName']=_0x54485f(0x1e1);const zs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x24e),'fillRule':_0x54485f(0x782),'clipRule':_0x54485f(0x782)}}]},hr=_0x4f03d8(function(_0x550ea6,_0x525439){const _0x1f95a0=_0x54485f;return _0x3af617(g,Object[_0x1f95a0(0x245)]({},_0x550ea6,{'id':_0x1f95a0(0x5db),'ref':_0x525439,'icon':zs}));});hr[_0x54485f(0x675)]=_0x54485f(0x3e3);const Ys={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':'0\x200\x2020\x2020','width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'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'}}]},pr=_0x4f03d8(function(_0x1212ad,_0x3c9f02){const _0x28e575=_0x54485f;return _0x3af617(g,Object[_0x28e575(0x245)]({},_0x1212ad,{'id':'shape-wave-icon','ref':_0x3c9f02,'icon':Ys}));});pr[_0x54485f(0x675)]=_0x54485f(0x549);const Xs={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':'1em','height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':'currentColor','d':_0x54485f(0x5a5),'strokeWidth':0x2}}]},dr=_0x4f03d8(function(_0x37a623,_0x555296){const _0x27cf3d=_0x54485f;return _0x3af617(g,Object[_0x27cf3d(0x245)]({},_0x37a623,{'id':_0x27cf3d(0x262),'ref':_0x555296,'icon':Xs}));});dr[_0x54485f(0x675)]=_0x54485f(0x6b4);const Gs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':'1em'},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':'M18\x203V15H14.2881L14.0938\x2015.0859L6.5\x2018.4609V15H2V3H18Z','strokeWidth':0x2}}]},ur=_0x4f03d8(function(_0x4d609b,_0x1d5cff){const _0x21f2f5=_0x54485f;return _0x3af617(g,Object[_0x21f2f5(0x245)]({},_0x4d609b,{'id':'shape-wedge-rect-callout-icon','ref':_0x1d5cff,'icon':Gs}));});function _0x1a5f(_0x2a7c8e,_0x4a81a2){_0x2a7c8e=_0x2a7c8e-0x1a2;const _0x20e612=_0x20e6();let _0x1a5fee=_0x20e612[_0x2a7c8e];return _0x1a5fee;}ur[_0x54485f(0x675)]=_0x54485f(0x707);const qs={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':_0x54485f(0x60d),'viewBox':_0x54485f(0x3bc),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':_0x54485f(0x725),'attrs':{'stroke':_0x54485f(0x345),'d':_0x54485f(0x650),'strokeWidth':0x2}}]},gr=_0x4f03d8(function(_0x5e19ec,_0x576b23){const _0xab725=_0x54485f;return _0x3af617(g,Object[_0xab725(0x245)]({},_0x5e19ec,{'id':_0xab725(0x1c5),'ref':_0x576b23,'icon':qs}));});gr['displayName']=_0x54485f(0x4c2);const Ks={'tag':_0x54485f(0x57a),'attrs':{'xmlns':_0x54485f(0x68c),'fill':'none','viewBox':_0x54485f(0x564),'width':_0x54485f(0x411),'height':_0x54485f(0x411)},'children':[{'tag':'path','attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x687),'fillRule':_0x54485f(0x782),'clipRule':_0x54485f(0x782)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x345),'d':_0x54485f(0x41f)}},{'tag':_0x54485f(0x725),'attrs':{'fill':_0x54485f(0x476),'d':'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'}}]},Ue=_0x4f03d8(function(_0x2951e1,_0x4c095e){const _0x5f481c=_0x54485f;return _0x3af617(g,Object[_0x5f481c(0x245)]({},_0x2951e1,{'id':_0x5f481c(0x666),'ref':_0x4c095e,'icon':Ks}));});Ue['displayName']=_0x54485f(0x6c8);const Ze={'type':_0x322dfd[_0x54485f(0x360)],'id':'sheet.command.toggle-shape-flip','handler':(_0x251341,_0x3d78b5)=>{const _0x6ca3d3=_0x54485f,_0x16646b=_0x251341[_0x6ca3d3(0x56a)](_0x8c2ce7),_0x66d83d=_0x251341[_0x6ca3d3(0x56a)](_0x4ed9d9),_0xb8d261=_0x251341[_0x6ca3d3(0x56a)](_0x3fde6e),_0x53ae80=_0x251341[_0x6ca3d3(0x56a)](_0x48cf56),_0x1a65a4=_0x251341[_0x6ca3d3(0x56a)](_0x3a703d),_0x4b9075=_0x441502(_0x66d83d,_0x3d78b5);if(!_0x4b9075)return!0x1;const {unitId:_0x133af3,subUnitId:_0x3d382f}=_0x4b9075,_0x4fb02a=_0x3d78b5[_0x6ca3d3(0x572)],_0x2fa6a4=_0x3d78b5[_0x6ca3d3(0x3ab)],_0x53c1e4=_0x3d78b5[_0x6ca3d3(0x3d2)],_0x269124=_0xb8d261[_0x6ca3d3(0x5f4)](_0x133af3,_0x3d382f);if(!_0x269124[_0x4fb02a])return!0x1;const _0xf4e17a=_0x1a65a4['getShapeModel'](_0x133af3,_0x3d382f,_0x4fb02a);if(!_0xf4e17a)return!0x1;const _0x12d1fd={..._0x269124[_0x4fb02a]['transform']};_0x2fa6a4!==void 0x0&&(_0x12d1fd['flipX']=!_0x12d1fd['flipX']),_0x53c1e4!==void 0x0&&(_0x12d1fd['flipY']=!_0x12d1fd[_0x6ca3d3(0x36b)]);const _0x553e01={'unitId':_0x133af3,'subUnitId':_0x3d382f,'drawingType':_0x4482fd[_0x6ca3d3(0x1b8)],'drawingId':_0x4fb02a,'transform':_0x12d1fd},_0x21c616=_0xb8d261[_0x6ca3d3(0x2da)]([_0x553e01]),{unitId:_0x2b7a9a,subUnitId:_0x38c3ea,undo:_0x185395,redo:_0x1439d9,objects:_0x5c753e}=_0x21c616,_0x332e95=[{'id':_0x58821a['id'],'params':{'unitId':_0x2b7a9a,'subUnitId':_0x38c3ea,'op':_0x1439d9,'objects':_0x5c753e,'type':_0x5ee0ba[_0x6ca3d3(0x685)]}}],_0x59bb8a=[{'id':_0x58821a['id'],'params':{'unitId':_0x2b7a9a,'subUnitId':_0x38c3ea,'op':_0x185395,'objects':_0x5c753e,'type':_0x5ee0ba[_0x6ca3d3(0x685)]}}];if(_0x25df97(_0xf4e17a[_0x6ca3d3(0x552)]())){const _0x23d546=_0xf4e17a[_0x6ca3d3(0x601)]();if(_0x23d546){const _0x3960e7={..._0x23d546};_0x3960e7['from']=void 0x0,_0x3960e7['to']=void 0x0,_0x332e95[_0x6ca3d3(0x709)]({'id':_0x44d94b['id'],'params':{'unitId':_0x133af3,'subUnitId':_0x3d382f,'shapeId':_0x4fb02a,'shapeType':_0xf4e17a['getShapeType'](),'shapeData':{'relation':_0x3960e7}}}),_0x59bb8a[_0x6ca3d3(0x709)]({'id':_0x44d94b['id'],'params':{'unitId':_0x133af3,'subUnitId':_0x3d382f,'shapeId':_0x4fb02a,'shapeType':_0xf4e17a[_0x6ca3d3(0x552)](),'shapeData':{'relation':_0x23d546}}});}}return _0xe2c731(_0x332e95,_0x16646b)&&_0x53ae80['pushUndoRedo']({'unitID':_0x133af3,'undoMutations':_0x59bb8a,'redoMutations':_0x332e95}),!0x0;}},Re={'type':_0x322dfd[_0x54485f(0x360)],'id':_0x54485f(0x6a9),'handler':(_0x2da55a,_0x25e3b6)=>{const _0x2c3487=_0x54485f,_0x3a2a13=_0x2da55a['get'](_0x8c2ce7),_0x583585=_0x2da55a[_0x2c3487(0x56a)](_0x4ed9d9),_0x193da1=_0x2da55a['get'](_0x3fde6e),_0x518385=_0x2da55a[_0x2c3487(0x56a)](_0x48cf56),_0x3cf47d=_0x441502(_0x583585,_0x25e3b6);if(!_0x3cf47d)return!0x1;const {unitId:_0x2694c9,subUnitId:_0x31f25c}=_0x3cf47d,_0x1b224d=_0x25e3b6[_0x2c3487(0x572)],_0x3a4f9d=_0x25e3b6[_0x2c3487(0x385)],_0x17523d=_0x193da1[_0x2c3487(0x5f4)](_0x2694c9,_0x31f25c);if(!_0x17523d[_0x1b224d])return!0x1;const _0xe03976={..._0x17523d[_0x1b224d]['transform']};_0x3a4f9d!==void 0x0&&(_0xe03976['angle']=(_0xe03976[_0x2c3487(0x722)]||0x0)+_0x3a4f9d);const _0x2b53ed={'unitId':_0x2694c9,'subUnitId':_0x31f25c,'drawingType':_0x4482fd[_0x2c3487(0x1b8)],'drawingId':_0x1b224d,'transform':_0xe03976},_0x45c5d4=_0x193da1[_0x2c3487(0x2da)]([_0x2b53ed]),{unitId:_0x3ef434,subUnitId:_0x15df7a,undo:_0x2bc74e,redo:_0x541f62,objects:_0x22a33d}=_0x45c5d4,_0x24c900=[{'id':_0x58821a['id'],'params':{'unitId':_0x3ef434,'subUnitId':_0x15df7a,'op':_0x541f62,'objects':_0x22a33d,'type':_0x5ee0ba[_0x2c3487(0x685)]}}],_0x2a8aac=[{'id':_0x58821a['id'],'params':{'unitId':_0x3ef434,'subUnitId':_0x15df7a,'op':_0x2bc74e,'objects':_0x22a33d,'type':_0x5ee0ba[_0x2c3487(0x685)]}}];return _0x3a2a13[_0x2c3487(0x60f)](_0x58821a['id'],{'unitId':_0x2694c9,'subUnitId':_0x31f25c,'op':_0x541f62,'objects':_0x22a33d,'type':_0x5ee0ba['UPDATE']})&&_0x518385[_0x2c3487(0x3b8)]({'unitID':_0x2694c9,'undoMutations':_0x2a8aac,'redoMutations':_0x24c900}),!0x0;}},Be={'type':_0x322dfd[_0x54485f(0x787)],'id':_0x54485f(0x243),'handler'(){return!0x0;}},De={'type':_0x322dfd[_0x54485f(0x787)],'id':_0x54485f(0x38e),'handler'(){return!0x0;}},ce=_0x54485f(0x651),u1=_0x3a2ea4(_0x54485f(0x274)),Js=0xc8,Qs=0xc8,e3='ShapeTextEditorContainer';function Cr(_0x200abe,_0x5d324b){const _0x403f13=_0x54485f,_0x43ac26={};for(const _0x162429 of Object[_0x403f13(0x217)](_0x5d324b)){const _0x3acc85=_0x5d324b[_0x162429],_0x333d0c=_0x200abe[_0x162429];if(_0x3acc85!==void 0x0){if(_0x333d0c===void 0x0){_0x43ac26[_0x162429]=void 0x0;continue;}typeof _0x3acc85=='object'&&_0x3acc85!==null&&!Array[_0x403f13(0x2b1)](_0x3acc85)&&typeof _0x333d0c==_0x403f13(0x4a9)&&_0x333d0c!==null&&!Array[_0x403f13(0x2b1)](_0x333d0c)?_0x43ac26[_0x162429]=Cr(_0x333d0c,_0x3acc85):_0x43ac26[_0x162429]=_0x333d0c;}}return _0x43ac26;}const O1={'type':_0x322dfd[_0x54485f(0x360)],'id':'sheet.command.update-shape-data','handler':(_0x3b70f4,_0x54ab82)=>{const _0x1f47c8=_0x54485f,_0x3976ca=_0x3b70f4[_0x1f47c8(0x56a)](_0x8c2ce7),_0x379557=_0x3b70f4[_0x1f47c8(0x56a)](_0x3a703d),_0x42d75b=_0x3b70f4[_0x1f47c8(0x56a)](_0x48cf56),{unitId:_0x138bc1,subUnitId:_0x3552a8,shapeType:_0x59fd00,shapeId:_0x46913d,shapeData:_0x47576c,oldShapeJSON:_0x4561d0}=_0x54ab82;if(!_0x379557[_0x1f47c8(0x542)](_0x138bc1,_0x3552a8,_0x46913d))return!0x1;const _0x4733ff=_0x4561d0[_0x1f47c8(0x3be)],_0x1da3d1=_0x4561d0['oldShapeData']||{},_0x299fb5=Cr(_0x1da3d1,_0x47576c||{}),_0x7229a8=[{'id':_0x44d94b['id'],'params':{'unitId':_0x138bc1,'subUnitId':_0x3552a8,'shapeType':_0x59fd00,'shapeId':_0x46913d,'shapeData':_0x47576c}}],_0x2db033=[{'id':_0x44d94b['id'],'params':{'unitId':_0x138bc1,'subUnitId':_0x3552a8,'shapeType':_0x4733ff,'shapeId':_0x46913d,'shapeData':_0x299fb5}}];return _0x3976ca['syncExecuteCommand'](_0x44d94b['id'],{'unitId':_0x138bc1,'subUnitId':_0x3552a8,'shapeType':_0x59fd00,'shapeId':_0x46913d,'shapeData':_0x47576c})&&_0x42d75b[_0x1f47c8(0x3b8)]({'unitID':_0x138bc1,'undoMutations':_0x2db033,'redoMutations':_0x7229a8}),!0x0;}};function p1(_0x20f69e,_0x303615,_0x24bd74,_0x9b2ecb,_0x38adea,_0x2ca4f4){const _0x59c56a=_0x54485f,_0x4471d6={'unitId':_0x303615,'subUnitId':_0x24bd74,'shapeId':_0x9b2ecb,'shapeData':_0x2ca4f4,'oldShapeJSON':_0x38adea};return _0x20f69e[_0x59c56a(0x261)](O1['id'],_0x4471d6);}function le(_0x1f7212,_0x5d0728,_0x104cf7,_0x1d1f9a,_0x30c84a,_0x28c3d9){const _0x348581={'unitId':_0x5d0728,'subUnitId':_0x104cf7,'shapeId':_0x1d1f9a,'shapeData':_0x28c3d9,'oldShapeJSON':_0x30c84a};return _0x1f7212['executeCommand'](O1['id'],_0x348581);}function t3(_0x233513){const _0x364d93=_0x54485f;var _0x922a85,_0x1a11e7,_0x18e25a;const _0x55893d=_0x1efdef(_0x4d18b4),_0x6ff21f=_0x1efdef(_0x8c2ce7),_0x56d082=_0x1efdef(_0x2421fa),{shapeData:_0x21b068,isLineShape:_0x541626,unitId:_0xbadefe,subUnitId:_0x2e78c0,shapeId:_0xbcfc2c,disableShapeOption:_0x4b9f35}=_0x233513,[_0x5a188b,_0x4d84a6]=_0x2a6e6a(((_0x922a85=_0x21b068['fill'])==null?void 0x0:_0x922a85[_0x364d93(0x298)])||_0x1969fe[_0x364d93(0x5dc)]),[_0x2bff70,_0x56a45f]=_0x2a6e6a(((_0x1a11e7=_0x21b068['fill'])==null?void 0x0:_0x1a11e7[_0x364d93(0x66a)])||_0x577177['fill']),[_0xb2d10,_0x9f09a8]=_0x2a6e6a(((_0x18e25a=_0x21b068['fill'])==null?void 0x0:_0x18e25a[_0x364d93(0x2fc)])||0x1),[_0x40210a,_0x24bfb7]=_0x2a6e6a(!0x1);if(_0x541626)return null;const _0x3e1626=0x64-_0xb2d10*0x64;return _0x48c065(_0x364d93(0x6b7),{'className':_0x364d93(0x530),'children':[_0x48c065(_0x3cfb22,{'value':_0x5a188b,'disabled':_0x4b9f35,'onChange':_0x47a153=>{const _0x37321a=_0x364d93;var _0x347fe3;p1(_0x6ff21f,_0xbadefe,_0x2e78c0,_0xbcfc2c,{'oldShapeData':{'fill':{'fillType':(_0x347fe3=_0x21b068[_0x37321a(0x5d0)])==null?void 0x0:_0x347fe3[_0x37321a(0x298)]}}},{'fill':{'fillType':_0x47a153}}),_0x4d84a6(_0x47a153);},'direction':_0x364d93(0x53f),'children':[_0x68ae00(_0x1cdfa0,{'value':_0x1969fe[_0x364d93(0x2f1)],'children':_0x68ae00('span',{'className':_0x364d93(0x321),'children':_0x55893d['t'](_0x364d93(0x498))})}),_0x68ae00(_0x1cdfa0,{'value':_0x1969fe['SolidFil'],'children':_0x68ae00('span',{'className':_0x364d93(0x321),'children':_0x55893d['t'](_0x364d93(0x1fd))})}),_0x68ae00(_0x1cdfa0,{'value':_0x1969fe[_0x364d93(0x4f0)],'children':_0x68ae00(_0x364d93(0x503),{'className':_0x364d93(0x321),'children':_0x55893d['t'](_0x364d93(0x466))})})]}),_0x5a188b===_0x1969fe['SolidFil']&&_0x48c065(_0x364d93(0x6b7),{'className':_0x364d93(0x27f),'children':[_0x48c065(_0x364d93(0x6b7),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x68ae00(_0x364d93(0x503),{'className':_0x364d93(0x5a2),'children':_0x55893d['t'](_0x364d93(0x1f4))}),_0x68ae00(_0x25a703,{'disabled':_0x4b9f35,'overlay':_0x68ae00(_0x364d93(0x6b7),{'className':_0x364d93(0x461),'children':_0x68ae00(_0x51e685,{'value':_0x2bff70,'onChange':_0xcd8e72=>{const _0x568e94=_0x364d93;var _0x43c45c;p1(_0x6ff21f,_0xbadefe,_0x2e78c0,_0xbcfc2c,{'oldShapeData':{'fill':{'color':(_0x43c45c=_0x21b068['fill'])==null?void 0x0:_0x43c45c[_0x568e94(0x66a)]}}},{'fill':{'color':_0xcd8e72}}),_0x56a45f(_0xcd8e72),_0x24bfb7(!0x1);}})}),'open':_0x40210a,'onOpenChange':_0x24bfb7,'children':_0x48c065('a',{'className':_0x364d93(0x4de),'children':[_0x68ae00(Ue,{'className':'univer-text-xl\x20univer-text-gray-500','extend':{'colorChannel1':_0x2bff70}}),_0x68ae00(Ee,{'className':_0x53bcfc(_0x364d93(0x2f6),{'univer-rotate-180':_0x40210a})})]})})]}),_0x48c065(_0x364d93(0x6b7),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x68ae00(_0x364d93(0x503),{'className':_0x364d93(0x22e),'children':_0x55893d['t'](_0x364d93(0x38b))}),_0x68ae00(_0x364d93(0x6b7),{'className':_0x364d93(0x75c),'children':_0x68ae00(_0x364d93(0x6b7),{'className':_0x364d93(0x524),'children':_0x68ae00(_0x46a93d,{'className':_0x364d93(0x387),'value':_0x3e1626,'disabled':_0x4b9f35,'min':0x0,'max':0x64,'step':0xa,'formatter':_0x163e30=>_0x163e30+'%','parser':_0x29eea2=>(_0x29eea2==null?void 0x0:_0x29eea2[_0x364d93(0x2c2)]('%',''))||'','onChange':_0x1b8edb=>{const _0x210f61=_0x364d93,_0x8d0a49=_0x1b8edb!=null?_0x1b8edb:0x0,_0x5ed750=(0x64-Math[_0x210f61(0x5c2)](0x0,Math[_0x210f61(0x25e)](0x64,_0x8d0a49)))/0x64;_0x9f09a8(_0x5ed750),p1(_0x6ff21f,_0xbadefe,_0x2e78c0,_0xbcfc2c,{'oldShapeData':{'fill':{..._0x21b068[_0x210f61(0x5d0)]}}},{'fill':{..._0x21b068[_0x210f61(0x5d0)],'opacity':_0x5ed750}}),_0x56d082['setContextValue'](_0x33e10d,!0x1);},'onFocus':()=>_0x56d082['setContextValue'](_0x33e10d,!0x0),'onBlur':_0x5a4279=>{const _0x5dfd9a=_0x364d93;_0x56d082[_0x5dfd9a(0x1e3)](_0x33e10d,!0x1);}})})})]})]}),_0x5a188b===_0x1969fe['GradientFill']&&_0x68ae00(a3,{'shapeData':_0x21b068,'disableShapeOption':_0x4b9f35,'onUpdate':_0x7ed273=>{p1(_0x6ff21f,_0xbadefe,_0x2e78c0,_0xbcfc2c,{'oldShapeData':{'fill':{..._0x21b068['fill']}}},{'fill':{..._0x21b068['fill'],..._0x7ed273}});}})]});}function n3(_0x221a1f){const _0x4db354=_0x54485f;switch(_0x221a1f){case _0x23afd0[_0x4db354(0x533)]:return _0x4db354(0x39a);case _0x23afd0[_0x4db354(0x70d)]:return _0x4db354(0x4c7);case _0x23afd0[_0x4db354(0x301)]:return _0x4db354(0x47c);case _0x23afd0['Diamond']:return _0x4db354(0x75d);default:return _0x4db354(0x39a);}}function o3(_0x336eb7){const _0x2b0e22=_0x54485f;switch(_0x336eb7){case _0x2b0e22(0x39a):return _0x23afd0[_0x2b0e22(0x533)];case'radial':return _0x23afd0['Radial'];case _0x2b0e22(0x47c):return _0x23afd0[_0x2b0e22(0x301)];case _0x2b0e22(0x75d):return _0x23afd0[_0x2b0e22(0x646)];default:return _0x23afd0['Linear'];}}function a3(_0x54cdc0){const _0x1a4e91=_0x54485f,{shapeData:_0x31c58b,disableShapeOption:_0x36a294,onUpdate:_0x45a8a3}=_0x54cdc0,_0x394af9=_0x2ba710(()=>{const _0xbe2270=_0x1a5f;var _0x23a959;const _0x366b03=_0x31c58b[_0xbe2270(0x5d0)],_0x1bf54c=n3(_0x366b03==null?void 0x0:_0x366b03['gradientType']),_0x4c4609=(_0x23a959=_0x366b03==null?void 0x0:_0x366b03[_0xbe2270(0x335)])!=null?_0x23a959:0x5a,_0x3ac0a1=_0x366b03!=null&&_0x366b03['gradientStops']&&_0x366b03['gradientStops'][_0xbe2270(0x589)]>=0x2?_0x366b03[_0xbe2270(0x594)][_0xbe2270(0x669)](_0x428d5c=>({'color':_0x428d5c['color'],'offset':_0x428d5c[_0xbe2270(0x46f)]*0x64})):[{'color':(_0x366b03==null?void 0x0:_0x366b03[_0xbe2270(0x66a)])||'#ffffff','offset':0x0},{'color':'#000000','offset':0x64}];return{'type':_0x1bf54c,'angle':_0x4c4609,'stops':_0x3ac0a1};},[_0x31c58b[_0x1a4e91(0x5d0)]]);return _0x68ae00(_0x1a4e91(0x6b7),{'className':'univer-pt-2','children':_0x68ae00(_0x4630f1,{'value':_0x394af9,'onChange':_0x5d3725=>{const _0x1983c=_0x1a4e91,_0x43c9d6=o3(_0x5d3725['type']),_0x2b3eab=_0x5d3725[_0x1983c(0x722)],_0x57e570=_0x5d3725['stops'][_0x1983c(0x669)](_0x157f43=>({'color':_0x157f43[_0x1983c(0x66a)],'position':_0x157f43['offset']/0x64}));_0x45a8a3({'gradientType':_0x43c9d6,'gradientAngle':_0x2b3eab,'gradientStops':_0x57e570});}})});}function r3(_0x175270){const _0x21205c=_0x54485f;var _0xc18f97,_0x7bd2cd,_0x3dc201,_0x4e9f90,_0x56ca37,_0xda39f2,_0x2f7a4a,_0x4acdf8,_0x123ac9,_0x5e847f,_0x2b06ad,_0x11efe4,_0x4ceac9,_0xb891be,_0x28e280,_0x4feb40,_0x10c181,_0x31b834,_0x183365;const _0x254e39=_0x1efdef(_0x4d18b4),_0x354159=_0x1efdef(_0x8c2ce7),_0x3192f1=_0x1efdef(_0x2421fa),{shapeData:_0x20d6f9,isLineShape:_0x52ace9,unitId:_0x339224,subUnitId:_0x1cea45,shapeId:_0x165745,disableShapeOption:_0x6389d1}=_0x175270,_0x3e66fb=_0x20d6f9[_0x21205c(0x642)],[_0x3b9ef1,_0x170210]=_0x2a6e6a((_0xc18f97=_0x3e66fb==null?void 0x0:_0x3e66fb[_0x21205c(0x1a9)])!=null?_0xc18f97:_0x331721[_0x21205c(0x566)]),[_0x521344,_0x7c27b8]=_0x2a6e6a((_0x7bd2cd=_0x3e66fb==null?void 0x0:_0x3e66fb[_0x21205c(0x66a)])!=null?_0x7bd2cd:_0x577177[_0x21205c(0x642)]),[_0x34279c,_0x593728]=_0x2a6e6a((_0x3dc201=_0x3e66fb==null?void 0x0:_0x3e66fb[_0x21205c(0x2fc)])!=null?_0x3dc201:0x1),[_0x1cf07a,_0x159a8a]=_0x2a6e6a((_0x4e9f90=_0x3e66fb==null?void 0x0:_0x3e66fb[_0x21205c(0x5ec)])!=null?_0x4e9f90:_0x577177['strokeWidth']),[_0x325b29,_0x3585bf]=_0x2a6e6a((_0x56ca37=_0x3e66fb==null?void 0x0:_0x3e66fb[_0x21205c(0x679)])!=null?_0x56ca37:_0x414fa2[_0x21205c(0x6a0)]),[_0x23dc09,_0x3ab52d]=_0x2a6e6a((_0xda39f2=_0x3e66fb==null?void 0x0:_0x3e66fb[_0x21205c(0x1a6)])!=null?_0xda39f2:_0x13950a['Flat']),[_0x2d4d3b,_0x7444ae]=_0x2a6e6a((_0x2f7a4a=_0x3e66fb==null?void 0x0:_0x3e66fb[_0x21205c(0x307)])!=null?_0x2f7a4a:_0x337ebf[_0x21205c(0x518)]),_0x3da11a=_0x20d6f9,[_0x599fdd,_0x375c6a]=_0x2a6e6a((_0x5e847f=(_0x123ac9=(_0x4acdf8=_0x3da11a['ln'])==null?void 0x0:_0x4acdf8['startArrow'])==null?void 0x0:_0x123ac9[_0x21205c(0x59d)])!=null?_0x5e847f:_0x2adc1e[_0x21205c(0x2b6)]),[_0x156c6a,_0x37679c]=_0x2a6e6a((_0x4ceac9=(_0x11efe4=(_0x2b06ad=_0x3da11a['ln'])==null?void 0x0:_0x2b06ad[_0x21205c(0x42c)])==null?void 0x0:_0x11efe4[_0x21205c(0x480)])!=null?_0x4ceac9:_0x3b75c1['Medium']),[_0x19f4c7,_0x511773]=_0x2a6e6a((_0x4feb40=(_0x28e280=(_0xb891be=_0x3da11a['ln'])==null?void 0x0:_0xb891be['endArrow'])==null?void 0x0:_0x28e280['type'])!=null?_0x4feb40:_0x2adc1e[_0x21205c(0x2b6)]),[_0x1832ca,_0xd00173]=_0x2a6e6a((_0x183365=(_0x31b834=(_0x10c181=_0x3da11a['ln'])==null?void 0x0:_0x10c181[_0x21205c(0x47d)])==null?void 0x0:_0x31b834['size'])!=null?_0x183365:_0x3b75c1[_0x21205c(0x49c)]),[_0x2e7f8f,_0x917046]=_0x2a6e6a(!0x1),_0x5148e2=0x64-_0x34279c*0x64,_0x36a76f=[{'label':_0x254e39['t'](_0x21205c(0x759)),'value':String(_0x414fa2[_0x21205c(0x6a0)])},{'label':_0x254e39['t']('sheets-shape.line.dashType.roundDot'),'value':String(_0x414fa2[_0x21205c(0x2aa)])},{'label':_0x254e39['t'](_0x21205c(0x65d)),'value':String(_0x414fa2[_0x21205c(0x496)])},{'label':_0x254e39['t']('sheets-shape.line.dashType.dash'),'value':String(_0x414fa2[_0x21205c(0x60c)])},{'label':_0x254e39['t'](_0x21205c(0x4bc)),'value':String(_0x414fa2['DashDot'])},{'label':_0x254e39['t'](_0x21205c(0x435)),'value':String(_0x414fa2['LongDash'])},{'label':_0x254e39['t'](_0x21205c(0x3cc)),'value':String(_0x414fa2[_0x21205c(0x37c)])},{'label':_0x254e39['t'](_0x21205c(0x565)),'value':String(_0x414fa2[_0x21205c(0x1b1)])}],_0xe23e99=[{'label':_0x254e39['t'](_0x21205c(0x3dd)),'value':String(_0x13950a['Flat'])},{'label':_0x254e39['t']('sheets-shape.line.capType.round'),'value':String(_0x13950a['Round'])},{'label':_0x254e39['t']('sheets-shape.line.capType.square'),'value':String(_0x13950a[_0x21205c(0x23e)])}],_0x3b2f51=[{'label':_0x254e39['t'](_0x21205c(0x779)),'value':String(_0x337ebf[_0x21205c(0x518)])},{'label':_0x254e39['t'](_0x21205c(0x2eb)),'value':String(_0x337ebf[_0x21205c(0x2ea)])},{'label':_0x254e39['t'](_0x21205c(0x6cb)),'value':String(_0x337ebf[_0x21205c(0x450)])}],_0x1c805c=[{'label':_0x254e39['t']('sheets-shape.line.arrowType.none'),'value':String(_0x2adc1e[_0x21205c(0x2b6)])},{'label':_0x254e39['t']('sheets-shape.line.arrowType.arrow'),'value':String(_0x2adc1e[_0x21205c(0x447)])},{'label':_0x254e39['t'](_0x21205c(0x362)),'value':String(_0x2adc1e['OpenArrow'])},{'label':_0x254e39['t'](_0x21205c(0x25f)),'value':String(_0x2adc1e['StealthArrow'])},{'label':_0x254e39['t']('sheets-shape.line.arrowType.diamondArrow'),'value':String(_0x2adc1e[_0x21205c(0x528)])},{'label':_0x254e39['t']('sheets-shape.line.arrowType.ovalArrow'),'value':String(_0x2adc1e[_0x21205c(0x2ee)])}],_0x4aabf5=[{'label':_0x254e39['t'](_0x21205c(0x333)),'value':String(_0x3b75c1[_0x21205c(0x386)])},{'label':_0x254e39['t'](_0x21205c(0x3a1)),'value':String(_0x3b75c1[_0x21205c(0x49c)])},{'label':_0x254e39['t'](_0x21205c(0x401)),'value':String(_0x3b75c1[_0x21205c(0x391)])}];return _0x48c065('div',{'className':_0x21205c(0x530),'children':[_0x48c065(_0x3cfb22,{'value':String(_0x3b9ef1),'disabled':_0x6389d1,'onChange':_0x1ae98c=>{const _0x17a9ec=_0x21205c;var _0x361d5b;_0x170210(Number(_0x1ae98c)),p1(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':{'stroke':{'lineStrokeType':(_0x361d5b=_0x20d6f9['stroke'])==null?void 0x0:_0x361d5b[_0x17a9ec(0x1a9)]}}},{'stroke':{'lineStrokeType':Number(_0x1ae98c)}});},'direction':'vertical','children':[_0x68ae00(_0x1cdfa0,{'value':String(_0x331721['NoLine']),'children':_0x68ae00(_0x21205c(0x503),{'className':_0x21205c(0x321),'children':_0x254e39['t'](_0x21205c(0x643))})}),_0x68ae00(_0x1cdfa0,{'value':String(_0x331721[_0x21205c(0x566)]),'children':_0x68ae00(_0x21205c(0x503),{'className':'univer-text-sm','children':_0x254e39['t'](_0x21205c(0x6c9))})})]}),_0x3b9ef1!==_0x331721['NoLine']&&_0x48c065(_0x21205c(0x6b7),{'className':_0x21205c(0x27f),'children':[_0x48c065('div',{'className':_0x21205c(0x1da),'children':[_0x68ae00(_0x21205c(0x503),{'className':_0x21205c(0x5a2),'children':_0x254e39['t']('sheets-shape.line.color')}),_0x68ae00(_0x25a703,{'disabled':_0x6389d1,'overlay':_0x68ae00(_0x21205c(0x6b7),{'className':_0x21205c(0x461),'children':_0x68ae00(_0x51e685,{'value':_0x521344,'onChange':_0x4d2f9a=>{const _0x5624a1=_0x21205c;var _0x13f9af;p1(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':{'stroke':{'color':(_0x13f9af=_0x20d6f9['stroke'])==null?void 0x0:_0x13f9af[_0x5624a1(0x66a)]}}},{'stroke':{'color':_0x4d2f9a}}),_0x7c27b8(_0x4d2f9a),_0x917046(!0x1);}})}),'open':_0x2e7f8f,'onOpenChange':_0x917046,'children':_0x48c065('a',{'className':_0x21205c(0x4de),'children':[_0x68ae00(Ue,{'className':'univer-text-gray-500','extend':{'colorChannel1':_0x521344}}),_0x68ae00(Ee,{'className':_0x53bcfc('univer-text-gray-600\x20univer-transition-transform',{'univer-rotate-180':_0x2e7f8f})})]})})]}),_0x48c065('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x68ae00(_0x21205c(0x503),{'className':'univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x254e39['t']('sheets-shape.line.transparency')}),_0x68ae00(_0x21205c(0x6b7),{'className':_0x21205c(0x77c),'children':_0x68ae00(_0x21205c(0x6b7),{'className':'univer-w-20\x20univer-flex-1','children':_0x68ae00(_0x46a93d,{'className':_0x21205c(0x387),'value':_0x5148e2,'disabled':_0x6389d1,'min':0x0,'max':0x64,'formatter':_0x276b73=>_0x276b73+'%','parser':_0x47db23=>(_0x47db23==null?void 0x0:_0x47db23['replace']('%',''))||'','onChange':_0x3d447a=>{const _0x6cb9b4=_0x21205c;var _0xf6491a;const _0x1e67b0=_0x3d447a!=null?_0x3d447a:0x0,_0x443116=(0x64-Math[_0x6cb9b4(0x5c2)](0x0,Math[_0x6cb9b4(0x25e)](0x64,_0x1e67b0)))/0x64;_0x593728(_0x443116),p1(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':{'stroke':{'opacity':(_0xf6491a=_0x20d6f9[_0x6cb9b4(0x642)])==null?void 0x0:_0xf6491a['opacity']}}},{'stroke':{'opacity':_0x443116}}),_0x3192f1[_0x6cb9b4(0x1e3)](_0x33e10d,!0x1);},'onFocus':()=>_0x3192f1[_0x21205c(0x1e3)](_0x33e10d,!0x0),'onBlur':_0x567aea=>{const _0x29c4ae=_0x21205c;_0x3192f1[_0x29c4ae(0x1e3)](_0x33e10d,!0x1);}})})})]}),_0x48c065(_0x21205c(0x6b7),{'className':_0x21205c(0x77c),'children':[_0x68ae00(_0x21205c(0x503),{'className':_0x21205c(0x5a2),'children':_0x254e39['t'](_0x21205c(0x6bb))}),_0x68ae00(_0x21205c(0x6b7),{'className':_0x21205c(0x524),'children':_0x68ae00(_0x46a93d,{'className':_0x21205c(0x387),'disabled':_0x6389d1,'value':_0x1cf07a,'min':0.25,'max':0x64,'step':0.25,'formatter':_0x1c73aa=>_0x1c73aa+_0x21205c(0x5ed),'parser':_0x5d13f6=>(_0x5d13f6==null?void 0x0:_0x5d13f6[_0x21205c(0x2c2)](_0x21205c(0x5ed),''))||'','onChange':_0x205a43=>{const _0x5215c9=_0x21205c;var _0x497238;!Number['isNaN'](_0x205a43)&&_0x205a43!==null&&p1(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':{'stroke':{'width':(_0x497238=_0x20d6f9[_0x5215c9(0x642)])==null?void 0x0:_0x497238[_0x5215c9(0x5ec)]}}},{'stroke':{'width':_0x205a43}}),_0x3192f1[_0x5215c9(0x1e3)](_0x33e10d,!0x1);},'onFocus':()=>_0x3192f1[_0x21205c(0x1e3)](_0x33e10d,!0x0),'onBlur':_0x26c98b=>{const _0x1ffd8d=_0x21205c;_0x3192f1[_0x1ffd8d(0x1e3)](_0x33e10d,!0x1);}})})]}),_0x48c065('div',{'className':_0x21205c(0x1da),'children':[_0x68ae00(_0x21205c(0x503),{'className':_0x21205c(0x5a2),'children':_0x254e39['t']('sheets-shape.line.dashType.title')}),_0x68ae00('div',{'className':_0x21205c(0x378),'children':_0x68ae00(_0x49d643,{'className':_0x21205c(0x387),'value':String(_0x325b29),'options':_0x36a76f,'disabled':_0x6389d1,'onChange':_0x45aa7b=>{const _0x5828d7=_0x21205c;var _0xe3d8f7;_0x3585bf(Number(_0x45aa7b)),p1(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':{'stroke':{'dashType':(_0xe3d8f7=_0x20d6f9[_0x5828d7(0x642)])==null?void 0x0:_0xe3d8f7[_0x5828d7(0x679)]}}},{'stroke':{'dashType':Number(_0x45aa7b)}});}})})]}),_0x48c065(_0x21205c(0x6b7),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x68ae00(_0x21205c(0x503),{'className':_0x21205c(0x5a2),'children':_0x254e39['t'](_0x21205c(0x77b))}),_0x68ae00(_0x21205c(0x6b7),{'className':_0x21205c(0x378),'children':_0x68ae00(_0x49d643,{'className':_0x21205c(0x387),'value':String(_0x23dc09),'options':_0xe23e99,'disabled':_0x6389d1,'onChange':_0xbfea9d=>{const _0x537846=_0x21205c;var _0x487735;_0x3ab52d(Number(_0xbfea9d)),p1(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':{'stroke':{'capType':(_0x487735=_0x20d6f9[_0x537846(0x642)])==null?void 0x0:_0x487735[_0x537846(0x1a6)]}}},{'stroke':{'capType':Number(_0xbfea9d)}});}})})]}),_0x48c065('div',{'className':_0x21205c(0x1da),'children':[_0x68ae00('span',{'className':_0x21205c(0x5a2),'children':_0x254e39['t'](_0x21205c(0x619))}),_0x68ae00(_0x21205c(0x6b7),{'className':_0x21205c(0x378),'children':_0x68ae00(_0x49d643,{'className':_0x21205c(0x387),'value':String(_0x2d4d3b),'options':_0x3b2f51,'disabled':_0x6389d1,'onChange':_0x3f1033=>{const _0x466a83=_0x21205c;var _0x2f4177;_0x7444ae(Number(_0x3f1033)),p1(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':{'stroke':{'lineJoinType':(_0x2f4177=_0x20d6f9[_0x466a83(0x642)])==null?void 0x0:_0x2f4177[_0x466a83(0x307)]}}},{'stroke':{'lineJoinType':Number(_0x3f1033)}});}})})]}),_0x52ace9&&_0x48c065(_0x3c078e,{'children':[_0x48c065(_0x21205c(0x6b7),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x68ae00(_0x21205c(0x503),{'className':'univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x254e39['t']('sheets-shape.line.beginArrowType')}),_0x68ae00('div',{'className':_0x21205c(0x378),'children':_0x68ae00(_0x49d643,{'className':_0x21205c(0x387),'value':String(_0x599fdd),'options':_0x1c805c,'onChange':_0x2780b8=>{const _0x5f2b46=_0x21205c;var _0x1c3766,_0x2e6685;_0x375c6a(Number(_0x2780b8));const _0xe18ba9={'ln':{'startArrow':{'type':(_0x2e6685=(_0x1c3766=_0x20d6f9['ln'])==null?void 0x0:_0x1c3766[_0x5f2b46(0x42c)])==null?void 0x0:_0x2e6685['type']}}};le(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':_0xe18ba9},{'ln':{'startArrow':{'type':Number(_0x2780b8)}}});}})})]}),_0x48c065('div',{'className':_0x21205c(0x1da),'children':[_0x68ae00(_0x21205c(0x503),{'className':_0x21205c(0x5a2),'children':_0x254e39['t'](_0x21205c(0x753))}),_0x68ae00(_0x21205c(0x6b7),{'className':_0x21205c(0x378),'children':_0x68ae00(_0x49d643,{'className':'univer-w-full','value':String(_0x156c6a),'options':_0x4aabf5,'onChange':_0x3bdc8b=>{const _0x399e4a=_0x21205c;var _0xf6b5b9,_0x3b1c8a;_0x37679c(Number(_0x3bdc8b));const _0x554093={'ln':{'startArrow':{'size':(_0x3b1c8a=(_0xf6b5b9=_0x20d6f9['ln'])==null?void 0x0:_0xf6b5b9[_0x399e4a(0x42c)])==null?void 0x0:_0x3b1c8a['size']}}};le(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':_0x554093},{'ln':{'startArrow':{'size':Number(_0x3bdc8b)}}});}})})]}),_0x48c065(_0x21205c(0x6b7),{'className':_0x21205c(0x1da),'children':[_0x68ae00(_0x21205c(0x503),{'className':_0x21205c(0x5a2),'children':_0x254e39['t']('sheets-shape.line.endArrowType')}),_0x68ae00(_0x21205c(0x6b7),{'className':_0x21205c(0x378),'children':_0x68ae00(_0x49d643,{'className':_0x21205c(0x387),'value':String(_0x19f4c7),'options':_0x1c805c,'onChange':_0x3689b4=>{const _0x904e8c=_0x21205c;var _0x18a419,_0x5f58c1;_0x511773(Number(_0x3689b4));const _0x25ebc5={'ln':{'endArrow':{'type':(_0x5f58c1=(_0x18a419=_0x20d6f9['ln'])==null?void 0x0:_0x18a419['endArrow'])==null?void 0x0:_0x5f58c1[_0x904e8c(0x59d)]}}};le(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':_0x25ebc5},{'ln':{'endArrow':{'type':Number(_0x3689b4)}}});}})})]}),_0x48c065(_0x21205c(0x6b7),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x68ae00('span',{'className':_0x21205c(0x5a2),'children':_0x254e39['t'](_0x21205c(0x27e))}),_0x68ae00(_0x21205c(0x6b7),{'className':_0x21205c(0x378),'children':_0x68ae00(_0x49d643,{'className':_0x21205c(0x387),'value':String(_0x1832ca),'options':_0x4aabf5,'onChange':_0xea2a4d=>{const _0x2d8aa3=_0x21205c;var _0x54df11,_0x2f4697;_0xd00173(Number(_0xea2a4d));const _0x27fac5={'ln':{'endArrow':{'size':(_0x2f4697=(_0x54df11=_0x20d6f9['ln'])==null?void 0x0:_0x54df11['endArrow'])==null?void 0x0:_0x2f4697[_0x2d8aa3(0x480)]}}};le(_0x354159,_0x339224,_0x1cea45,_0x165745,{'oldShapeData':_0x27fac5},{'ln':{'endArrow':{'size':Number(_0xea2a4d)}}});}})})]})]})]})]});}function i3(){const _0x2bf806=_0x54485f,_0x2e6679=_0x1efdef(_0x3fde6e),_0x5bfbf3=_0x2e6679[_0x2bf806(0x241)](),[_0x22b13e,_0x213567]=_0x2a6e6a(_0x5bfbf3);return _0xe94701(()=>{const _0x496f33=_0x2bf806,_0x199c81=_0x2e6679[_0x496f33(0x51c)][_0x496f33(0x472)](_0x334785=>{_0x213567(_0x334785);});return()=>{const _0xd8e5fc=_0x496f33;_0x199c81[_0xd8e5fc(0x41d)]();};},[]),_0x22b13e[_0x2bf806(0x589)]===0x0?null:_0x68ae00(_0x2bf806(0x6b7),{'children':_0x48c065('div',{'className':_0x2bf806(0x34a),'children':[_0x68ae00(_0x1ef19b,{'drawings':_0x22b13e,'hasCropper':!0x1}),_0x68ae00(_0x7ce12,{'drawings':_0x22b13e})]})});}function s3(_0x2bcf01){const _0x3fe053=_0x54485f,{shapeData:_0x1715ae,shapeId:_0x5a63df,shapeType:_0x3ba17e,version:_0x4ce1d6,unitId:_0x30400b,subUnitId:_0x1f8505,disableShapeOption:_0x36603a}=_0x2bcf01,_0x19a129=_0x1efdef(_0x4d18b4),_0x17df51=_0x25df97(_0x3ba17e),[_0x3b791c,_0x48acb8]=_0x2a6e6a(0x0),_0x44d9db=[{'label':_0x68ae00('div',{'children':_0x19a129['t'](_0x3fe053(0x313))}),'children':_0x68ae00(_0x3fe053(0x230),{'className':_0x3fe053(0x441),'children':_0x68ae00(t3,{'shapeId':_0x5a63df,'shapeData':_0x1715ae,'isLineShape':_0x17df51,'subUnitId':_0x1f8505,'unitId':_0x30400b,'disableShapeOption':_0x36603a},_0x5a63df)})},{'label':_0x68ae00(_0x3fe053(0x6b7),{'children':_0x19a129['t']('sheets-shape.line.title')}),'children':_0x68ae00(_0x3fe053(0x230),{'className':_0x3fe053(0x441),'children':_0x68ae00(r3,{'shapeId':_0x5a63df,'shapeData':_0x1715ae,'isLineShape':_0x17df51,'subUnitId':_0x1f8505,'unitId':_0x30400b,'disableShapeOption':_0x36603a},_0x5a63df)})}];return _0x48c065(_0x3fe053(0x6b7),{'className':_0x3fe053(0x1bb),'children':[_0x48c065(_0x3fe053(0x6b7),{'className':_0x3fe053(0x3fc),'children':[_0x48c065('div',{'className':_0x53bcfc('univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold',_0x3b791c===0x0?_0x3fe053(0x731):_0x3fe053(0x3dc)),'onClick':()=>_0x48acb8(0x0),'children':[_0x19a129['t'](_0x3fe053(0x4c3)),_0x68ae00('div',{'className':_0x53bcfc(_0x3fe053(0x5e9),{'univer-bg-primary-600':_0x3b791c===0x0,'univer-bg-transparent':_0x3b791c!==0x0})})]}),_0x48c065(_0x3fe053(0x6b7),{'className':_0x53bcfc('univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold',{'univer-text-primary-600':_0x3b791c===0x1,'univer-text-gray-500':_0x3b791c!==0x1}),'onClick':()=>_0x48acb8(0x1),'children':[_0x19a129['t'](_0x3fe053(0x1e2)),_0x68ae00(_0x3fe053(0x6b7),{'className':_0x53bcfc(_0x3fe053(0x1c0),{'univer-bg-primary-600':_0x3b791c===0x1,'univer-bg-transparent':_0x3b791c!==0x1})})]})]}),_0x68ae00('div',{'className':'univer-flex-1\x20univer-overflow-auto','children':_0x3b791c===0x0?_0x68ae00(_0x3fe053(0x6b7),{'className':'','children':_0x68ae00(_0x22de66,{'items':_0x44d9db})},_0x4ce1d6):_0x68ae00(i3,{})})]});}function c3(_0x5ba39f,_0x5ab453,_0xc424b){const _0x5c57d9=_0x54485f;var _0xfc26c6;const {startX:_0x76e10d,endX:_0x1e7fa8,startY:_0x41c2a3,endY:_0x204670}=_0x5ba39f,_0xc351b0=(_0xfc26c6=_0xc424b[_0x5c57d9(0x1c9)](_0x5ab453))==null?void 0x0:_0xfc26c6['with'](_0x58db79);if(_0xc351b0==null)return;const _0x479987=_0xc351b0[_0x5c57d9(0x2a7)](_0x76e10d,_0x41c2a3);if(_0x479987==null)return;const _0x1088a5={'column':_0x479987['actualColumn'],'columnOffset':_0x76e10d-_0x479987[_0x5c57d9(0x4ed)],'row':_0x479987[_0x5c57d9(0x534)],'rowOffset':_0x41c2a3-_0x479987['startY']},_0x33e49f=_0xc351b0['getCellWithCoordByOffset'](_0x1e7fa8,_0x204670);if(_0x33e49f==null)return;const _0x1e3d0a={'column':_0x33e49f[_0x5c57d9(0x599)],'columnOffset':_0x1e7fa8-_0x33e49f['startX'],'row':_0x33e49f[_0x5c57d9(0x534)],'rowOffset':_0x204670-_0x33e49f[_0x5c57d9(0x497)]};return{'from':_0x1088a5,'to':_0x1e3d0a};}const wr={'type':_0x322dfd[_0x54485f(0x360)],'id':_0x54485f(0x3e8),'handler':(_0x348f8f,_0x5a58ee)=>{const _0x369274=_0x54485f;var _0x32ad41;const _0x38c525=_0x348f8f[_0x369274(0x56a)](_0x8c2ce7),_0x23d58a=_0x348f8f[_0x369274(0x56a)](_0x4ed9d9),_0x2f495b=_0x348f8f['get'](_0x3c093a),_0x25cb59=_0x348f8f['get'](_0x371e3a),_0x15b770=_0x441502(_0x23d58a,_0x5a58ee);if(!_0x15b770)return!0x1;const {unitId:_0x825a41,subUnitId:_0x21697d}=_0x15b770,[_0x37ac7a]=_0x2f495b[_0x369274(0x2cd)](),_0x252daa=_0x5a58ee[_0x369274(0x572)]||_0x695b44(),_0x5d1686=(_0x32ad41=_0x25cb59['getRenderById'](_0x825a41))==null?void 0x0:_0x32ad41[_0x369274(0x664)](_0x454cf5)[_0x369274(0x5b0)](_0x21697d);if(!_0x5d1686)return!0x1;let _0x33bba9=0x1,_0x43eb6a=0x1;_0x37ac7a&&_0x37ac7a[_0x369274(0x43b)]&&(_0x33bba9=_0x37ac7a[_0x369274(0x43b)][_0x369274(0x242)],_0x43eb6a=_0x37ac7a[_0x369274(0x43b)][_0x369274(0x4e1)]);const _0x3dff41=_0x5d1686[_0x369274(0x381)](_0x33bba9,_0x43eb6a),_0x5f11f0=_0x3dff41[_0x369274(0x4ed)]+0xa,_0x36f306=_0x3dff41['startY']+0xa,_0x5f1498=Js,_0x1642d8=Qs,_0x2a9540={'startX':_0x5f11f0,'endX':_0x5f11f0+_0x5f1498,'startY':_0x36f306,'endY':_0x36f306+_0x1642d8},_0x38138f=c3(_0x2a9540,_0x825a41,_0x25cb59);if(!_0x38138f)return!0x1;const _0x35d956={'shapeType':_0x5a58ee['shapeType'],'shapeData':_0x5a58ee[_0x369274(0x31e)]},_0x244b6f=_0x25df97(_0x5a58ee['shapeType']),_0xf1d43d={'left':_0x2a9540[_0x369274(0x4ed)],'top':_0x2a9540['startY'],'width':_0x2a9540[_0x369274(0x517)]-_0x2a9540[_0x369274(0x4ed)],'height':_0x2a9540[_0x369274(0x3fb)]-_0x2a9540[_0x369274(0x497)]};_0x244b6f&&(_0x35d956[_0x369274(0x5d0)]=!0x1,_0x35d956[_0x369274(0x4d1)]=!0x1,_0x35d956[_0x369274(0x30b)]=!0x1,_0x35d956[_0x369274(0x670)]=!0x1,_0xf1d43d['rotateEnabled']=!0x1,_0xf1d43d[_0x369274(0x30b)]=!0x1,_0xf1d43d['borderEnabled']=!0x1);const _0x155ee2={'unitId':_0x825a41,'subUnitId':_0x21697d,'drawingId':_0x252daa,'drawingType':_0x4482fd[_0x369274(0x1b8)],'componentKey':_0x369274(0x5fc),'sheetTransform':_0x38138f,'transform':_0xf1d43d,'data':_0x35d956,'allowTransform':!0x0};return _0x38c525['executeCommand'](_0x4e05d0['id'],{'unitId':_0x825a41,'drawings':[_0x155ee2]}),!0x0;}},Q1={'type':_0x322dfd['COMMAND'],'id':'sheet.command.menu-insert-shape','handler':async(_0x39397,_0x3c6f87)=>{const _0x3cdc47=_0x54485f,_0x54c690=_0x39397[_0x3cdc47(0x56a)](_0x8c2ce7),_0x5706c5=_0x39397[_0x3cdc47(0x56a)](_0x4ed9d9),{workbook:_0xc410d4,worksheet:_0x5cb3ec}=_0x441502(_0x5706c5)||{};if(!_0xc410d4||!_0x5cb3ec)return!0x1;const {value:_0x2c2a3b,enhanceParams:_0x6937ab,unitId:_0x5412ef,subUnitId:_0x37d27f}=_0x3c6f87,_0x170ca4={'unitId':_0x5412ef,'subUnitId':_0x37d27f,'shapeType':_0x2c2a3b};if(_0x6937ab){const _0x575471=_0x25df97(_0x2c2a3b),_0x2430eb=_0x2c2a3b===_0x5c0621['Rect'];if(_0x575471&&(_0x6937ab[_0x3cdc47(0x42c)]||_0x6937ab[_0x3cdc47(0x47d)])){const _0x2bf884={'ln':{'startArrow':_0x6937ab[_0x3cdc47(0x42c)]?{'type':_0x2adc1e['Arrow'],'size':_0x3b75c1[_0x3cdc47(0x49c)]}:void 0x0,'endArrow':_0x6937ab[_0x3cdc47(0x47d)]?{'type':_0x2adc1e['Arrow'],'size':_0x3b75c1[_0x3cdc47(0x391)]}:void 0x0}};_0x170ca4[_0x3cdc47(0x31e)]=_0x2bf884;}_0x2430eb&&(_0x6937ab[_0x3cdc47(0x6cc)]||_0x6937ab['vertical'])&&(_0x170ca4[_0x3cdc47(0x31e)]={'fill':{'fillType':_0x1969fe['NoFill']},'shapeText':{'isHorizontal':!!_0x6937ab[_0x3cdc47(0x6cc)]}});}return _0x54c690[_0x3cdc47(0x261)](wr['id'],_0x170ca4),!0x0;}},l3=[{'group':_0x54485f(0x546),'type':_0x5c0621[_0x54485f(0x367)],'icon':_0x54485f(0x404),'name':'shape.type.line'},{'group':_0x54485f(0x546),'type':_0x5c0621['StraightConnector1'],'icon':'ShapeStraightConnector1Icon','name':_0x54485f(0x3de),'endArrow':!0x0},{'group':_0x54485f(0x546),'type':_0x5c0621[_0x54485f(0x500)],'icon':_0x54485f(0x38d),'name':'shape.type.straight-connector2','endArrow':!0x0,'startArrow':!0x0},{'group':_0x54485f(0x546),'type':_0x5c0621[_0x54485f(0x2dd)],'icon':_0x54485f(0x3f5),'name':_0x54485f(0x303)},{'group':_0x54485f(0x546),'type':_0x5c0621[_0x54485f(0x2dd)],'icon':_0x54485f(0x4e0),'name':_0x54485f(0x4d8),'endArrow':!0x0},{'group':_0x54485f(0x546),'type':_0x5c0621['BentConnector3'],'icon':_0x54485f(0x1c1),'name':_0x54485f(0x203),'endArrow':!0x0,'startArrow':!0x0},{'group':'line','type':_0x5c0621[_0x54485f(0x22f)],'icon':_0x54485f(0x64b),'name':'shape.type.curved-connector3'},{'group':_0x54485f(0x546),'type':_0x5c0621['CurvedConnector3'],'icon':_0x54485f(0x5e6),'name':_0x54485f(0x6d3),'endArrow':!0x0},{'group':_0x54485f(0x546),'type':_0x5c0621['CurvedConnector3'],'icon':_0x54485f(0x2ba),'name':_0x54485f(0x268),'endArrow':!0x0,'startArrow':!0x0},{'group':_0x54485f(0x325),'type':_0x5c0621[_0x54485f(0x50b)],'icon':_0x54485f(0x614),'name':_0x54485f(0x5f6)},{'group':_0x54485f(0x325),'type':_0x5c0621[_0x54485f(0x1d1)],'icon':_0x54485f(0x2ae),'name':'shape.type.round-rect'},{'group':_0x54485f(0x325),'type':_0x5c0621['Snip1Rect'],'icon':_0x54485f(0x1a5),'name':_0x54485f(0x4b2)},{'group':_0x54485f(0x325),'type':_0x5c0621['Snip2SameRect'],'icon':'ShapeSnip2SameRectIcon','name':_0x54485f(0x6d9)},{'group':_0x54485f(0x325),'type':_0x5c0621[_0x54485f(0x269)],'icon':_0x54485f(0x27b),'name':_0x54485f(0x3a6)},{'group':_0x54485f(0x325),'type':_0x5c0621[_0x54485f(0x2f2)],'icon':_0x54485f(0x41e),'name':_0x54485f(0x6e3)},{'group':'rectangle','type':_0x5c0621['Round1Rect'],'icon':_0x54485f(0x372),'name':_0x54485f(0x63d)},{'group':_0x54485f(0x325),'type':_0x5c0621[_0x54485f(0x1f1)],'icon':_0x54485f(0x749),'name':_0x54485f(0x23a)},{'group':'rectangle','type':_0x5c0621['Round2DiagRect'],'icon':_0x54485f(0x3cf),'name':_0x54485f(0x596)},{'group':_0x54485f(0x220),'type':_0x5c0621['Rect'],'icon':_0x54485f(0x613),'name':_0x54485f(0x3b6),'horizontal':!0x0},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x50b)],'icon':_0x54485f(0x6ed),'name':'shape.type.rect-textbox-vertical','vertical':!0x0},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x6af)],'icon':_0x54485f(0x76a),'name':'shape.type.ellipse'},{'group':'basicShape','type':_0x5c0621[_0x54485f(0x587)],'icon':_0x54485f(0x4d9),'name':'shape.type.triangle'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x3b1)],'icon':_0x54485f(0x5d4),'name':'shape.type.rt-triangle'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x2f7)],'icon':'ShapeParallelogramIcon','name':_0x54485f(0x61f)},{'group':'basicShape','type':_0x5c0621[_0x54485f(0x3cb)],'icon':_0x54485f(0x6a3),'name':'shape.type.trapezoid'},{'group':'basicShape','type':_0x5c0621[_0x54485f(0x646)],'icon':_0x54485f(0x332),'name':_0x54485f(0x324)},{'group':'basicShape','type':_0x5c0621[_0x54485f(0x5c3)],'icon':_0x54485f(0x5ca),'name':_0x54485f(0x48b)},{'group':_0x54485f(0x220),'type':_0x5c0621['Hexagon'],'icon':'ShapeHexagonIcon','name':'shape.type.hexagon'},{'group':_0x54485f(0x220),'type':_0x5c0621['Heptagon'],'icon':_0x54485f(0x3d8),'name':_0x54485f(0x2b0)},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x70a)],'icon':'ShapeOctagonIcon','name':'shape.type.octagon'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x352)],'icon':'ShapeDecagonIcon','name':_0x54485f(0x265)},{'group':_0x54485f(0x220),'type':_0x5c0621['Dodecagon'],'icon':_0x54485f(0x488),'name':_0x54485f(0x26e)},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x55e)],'icon':_0x54485f(0x3db),'name':'shape.type.pie'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x1fb)],'icon':_0x54485f(0x25c),'name':'shape.type.chord'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x674)],'icon':_0x54485f(0x6dd),'name':_0x54485f(0x36a)},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x509)],'icon':_0x54485f(0x417),'name':'shape.type.frame'},{'group':'basicShape','type':_0x5c0621[_0x54485f(0x1f7)],'icon':'ShapeHalfFrameIcon','name':_0x54485f(0x44c)},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x4b7)],'icon':_0x54485f(0x781),'name':'shape.type.corner'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x603)],'icon':'ShapeDiagStripeIcon','name':_0x54485f(0x659)},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x28c)],'icon':_0x54485f(0x396),'name':'shape.type.plus'},{'group':_0x54485f(0x220),'type':_0x5c0621['Plaque'],'icon':_0x54485f(0x756),'name':'shape.type.plaque'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x5ff)],'icon':_0x54485f(0x47f),'name':_0x54485f(0x1f5)},{'group':_0x54485f(0x220),'type':_0x5c0621['Cube'],'icon':_0x54485f(0x6fa),'name':_0x54485f(0x389)},{'group':'basicShape','type':_0x5c0621['Bevel'],'icon':_0x54485f(0x51f),'name':_0x54485f(0x205)},{'group':'basicShape','type':_0x5c0621[_0x54485f(0x6d0)],'icon':'ShapeDonutIcon','name':'shape.type.donut'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x47b)],'icon':_0x54485f(0x4b8),'name':_0x54485f(0x4b0)},{'group':_0x54485f(0x220),'type':_0x5c0621['BlockArc'],'icon':'ShapeBlockArcIcon','name':'shape.type.block-arc'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x69f)],'icon':'ShapeFolderCornerIcon','name':_0x54485f(0x267)},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x34e)],'icon':'ShapeSmileyFaceIcon','name':_0x54485f(0x319)},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x41b)],'icon':_0x54485f(0x6e6),'name':_0x54485f(0x1be)},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x4c1)],'icon':'ShapeLightningBoltIcon','name':_0x54485f(0x5c1)},{'group':_0x54485f(0x220),'type':_0x5c0621['Sun'],'icon':_0x54485f(0x3ae),'name':_0x54485f(0x1b4)},{'group':'basicShape','type':_0x5c0621[_0x54485f(0x63b)],'icon':'ShapeMoonIcon','name':_0x54485f(0x395)},{'group':_0x54485f(0x220),'type':_0x5c0621['Cloud'],'icon':'ShapeCloudIcon','name':'shape.type.cloud'},{'group':_0x54485f(0x220),'type':_0x5c0621['Arc'],'icon':_0x54485f(0x2fb),'name':'shape.type.arc'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x285)],'icon':_0x54485f(0x3a4),'name':_0x54485f(0x29c)},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x36c)],'icon':_0x54485f(0x1cd),'name':'shape.type.brace-pair'},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x598)],'icon':_0x54485f(0x74f),'name':_0x54485f(0x607)},{'group':'basicShape','type':_0x5c0621['RightBracket'],'icon':_0x54485f(0x1ac),'name':'shape.type.right-bracket'},{'group':_0x54485f(0x220),'type':_0x5c0621['LeftBrace'],'icon':'ShapeLeftBraceIcon','name':_0x54485f(0x419)},{'group':_0x54485f(0x220),'type':_0x5c0621[_0x54485f(0x6b6)],'icon':_0x54485f(0x5de),'name':_0x54485f(0x783)},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x66b)],'icon':_0x54485f(0x56d),'name':_0x54485f(0x1ed)},{'group':_0x54485f(0x457),'type':_0x5c0621['LeftArrow'],'icon':_0x54485f(0x2ca),'name':_0x54485f(0x1c7)},{'group':'blockArrow','type':_0x5c0621[_0x54485f(0x291)],'icon':_0x54485f(0x25b),'name':'shape.type.up-arrow'},{'group':_0x54485f(0x457),'type':_0x5c0621['DownArrow'],'icon':'ShapeDownArrowIcon','name':_0x54485f(0x75e)},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x2d8)],'icon':'ShapeLeftRightArrowIcon','name':_0x54485f(0x4d2)},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x299)],'icon':_0x54485f(0x595),'name':'shape.type.up-down-arrow'},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x318)],'icon':_0x54485f(0x2ad),'name':_0x54485f(0x27d)},{'group':'blockArrow','type':_0x5c0621['LeftRightUpArrow'],'icon':'ShapeLeftRightUpArrowIcon','name':'shape.type.left-right-up-arrow'},{'group':'blockArrow','type':_0x5c0621[_0x54485f(0x512)],'icon':_0x54485f(0x458),'name':'shape.type.bent-arrow'},{'group':_0x54485f(0x457),'type':_0x5c0621['UturnArrow'],'icon':'ShapeUturnArrowIcon','name':_0x54485f(0x485)},{'group':_0x54485f(0x457),'type':_0x5c0621['LeftUpArrow'],'icon':'ShapeLeftUpArrowIcon','name':_0x54485f(0x2e0)},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x2dc)],'icon':_0x54485f(0x33f),'name':_0x54485f(0x64d)},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x55a)],'icon':_0x54485f(0x323),'name':_0x54485f(0x699)},{'group':_0x54485f(0x457),'type':_0x5c0621['CurvedLeftArrow'],'icon':_0x54485f(0x26f),'name':_0x54485f(0x6b1)},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x64a)],'icon':_0x54485f(0x6cd),'name':_0x54485f(0x73b)},{'group':'blockArrow','type':_0x5c0621[_0x54485f(0x44a)],'icon':_0x54485f(0x29a),'name':_0x54485f(0x57c)},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x402)],'icon':_0x54485f(0x471),'name':_0x54485f(0x6dc)},{'group':_0x54485f(0x457),'type':_0x5c0621['NotchedRightArrow'],'icon':_0x54485f(0x4bd),'name':_0x54485f(0x2e1)},{'group':'blockArrow','type':_0x5c0621[_0x54485f(0x235)],'icon':_0x54485f(0x51b),'name':_0x54485f(0x65c)},{'group':'blockArrow','type':_0x5c0621[_0x54485f(0x729)],'icon':_0x54485f(0x501),'name':_0x54485f(0x4e4)},{'group':_0x54485f(0x457),'type':_0x5c0621['RightArrowCallout'],'icon':'ShapeRightArrowCalloutIcon','name':_0x54485f(0x76f)},{'group':_0x54485f(0x457),'type':_0x5c0621['DownArrowCallout'],'icon':_0x54485f(0x2ce),'name':_0x54485f(0x2de)},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x53a)],'icon':'ShapeLeftArrowCalloutIcon','name':_0x54485f(0x57f)},{'group':_0x54485f(0x457),'type':_0x5c0621['UpArrowCallout'],'icon':_0x54485f(0x413),'name':_0x54485f(0x2f0)},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x3e6)],'icon':_0x54485f(0x211),'name':_0x54485f(0x2f8)},{'group':'blockArrow','type':_0x5c0621[_0x54485f(0x351)],'icon':_0x54485f(0x5d5),'name':'shape.type.quad-arrow-callout'},{'group':_0x54485f(0x457),'type':_0x5c0621[_0x54485f(0x525)],'icon':'ShapeCircularArrowIcon','name':_0x54485f(0x3b2)},{'group':_0x54485f(0x5ad),'type':_0x5c0621[_0x54485f(0x3a5)],'icon':_0x54485f(0x4f9),'name':_0x54485f(0x5f9)},{'group':_0x54485f(0x5ad),'type':_0x5c0621[_0x54485f(0x5bd)],'icon':_0x54485f(0x6fd),'name':_0x54485f(0x416)},{'group':_0x54485f(0x5ad),'type':_0x5c0621[_0x54485f(0x43e)],'icon':_0x54485f(0x4ac),'name':_0x54485f(0x341)},{'group':_0x54485f(0x5ad),'type':_0x5c0621[_0x54485f(0x6ec)],'icon':'ShapeMathDivideIcon','name':_0x54485f(0x5b6)},{'group':_0x54485f(0x5ad),'type':_0x5c0621[_0x54485f(0x724)],'icon':_0x54485f(0x680),'name':'shape.type.math-equal'},{'group':_0x54485f(0x5ad),'type':_0x5c0621[_0x54485f(0x354)],'icon':'ShapeMathNotEqualIcon','name':_0x54485f(0x2fe)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x5b2)],'icon':_0x54485f(0x1e0),'name':'shape.type.flow-chart-process'},{'group':_0x54485f(0x764),'type':_0x5c0621['FlowchartAlternateProcess'],'icon':_0x54485f(0x778),'name':_0x54485f(0x327)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x62a)],'icon':_0x54485f(0x296),'name':_0x54485f(0x70c)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x237)],'icon':_0x54485f(0x5b9),'name':_0x54485f(0x6f3)},{'group':'flowchart','type':_0x5c0621[_0x54485f(0x484)],'icon':_0x54485f(0x5d6),'name':'shape.type.flow-chart-predefined-process'},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x1dc)],'icon':'ShapeFlowChartInternalStorageIcon','name':_0x54485f(0x684)},{'group':'flowchart','type':_0x5c0621['FlowchartDocument'],'icon':_0x54485f(0x590),'name':_0x54485f(0x74c)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x2d0)],'icon':_0x54485f(0x623),'name':_0x54485f(0x5b5)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x343)],'icon':_0x54485f(0x5e7),'name':_0x54485f(0x45f)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x75f)],'icon':_0x54485f(0x616),'name':'shape.type.flow-chart-preparation'},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x4cc)],'icon':'ShapeFlowChartManualInputIcon','name':_0x54485f(0x43d)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x26d)],'icon':'ShapeFlowChartManualOperationIcon','name':'shape.type.flow-chart-manual-operation'},{'group':'flowchart','type':_0x5c0621[_0x54485f(0x4cf)],'icon':_0x54485f(0x3f4),'name':_0x54485f(0x22b)},{'group':_0x54485f(0x764),'type':_0x5c0621['FlowchartOffPageConnector'],'icon':'ShapeFlowChartOffpageConnectorIcon','name':_0x54485f(0x440)},{'group':_0x54485f(0x764),'type':_0x5c0621['FlowchartPunchedCard'],'icon':'ShapeFlowChartPunchedCardIcon','name':'shape.type.flow-chart-punched-card'},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x2b8)],'icon':'ShapeFlowChartPunchedTapeIcon','name':_0x54485f(0x5a1)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x5f2)],'icon':_0x54485f(0x37f),'name':_0x54485f(0x293)},{'group':'flowchart','type':_0x5c0621['FlowchartOr'],'icon':_0x54485f(0x383),'name':_0x54485f(0x6ab)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x477)],'icon':_0x54485f(0x31f),'name':'shape.type.flow-chart-collate'},{'group':'flowchart','type':_0x5c0621[_0x54485f(0x302)],'icon':_0x54485f(0x77d),'name':_0x54485f(0x3c3)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x420)],'icon':_0x54485f(0x757),'name':_0x54485f(0x702)},{'group':'flowchart','type':_0x5c0621[_0x54485f(0x3f3)],'icon':_0x54485f(0x5cf),'name':'shape.type.flow-chart-merge'},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x535)],'icon':'ShapeFlowChartOnlineStorageIcon','name':_0x54485f(0x275)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x34b)],'icon':_0x54485f(0x61a),'name':_0x54485f(0x6d5)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x5f8)],'icon':'ShapeFlowChartMagneticTapeIcon','name':_0x54485f(0x407)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x58f)],'icon':_0x54485f(0x76b),'name':_0x54485f(0x3c8)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x331)],'icon':_0x54485f(0x289),'name':_0x54485f(0x4df)},{'group':_0x54485f(0x764),'type':_0x5c0621[_0x54485f(0x39d)],'icon':'ShapeFlowChartDisplayIcon','name':_0x54485f(0x2d3)},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x42d)],'icon':_0x54485f(0x65b),'name':_0x54485f(0x63f)},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x626)],'icon':_0x54485f(0x1f3),'name':_0x54485f(0x1f6)},{'group':'starAndBanner','type':_0x5c0621['Star4'],'icon':_0x54485f(0x346),'name':_0x54485f(0x64c)},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x677)],'icon':_0x54485f(0x39b),'name':_0x54485f(0x4ff)},{'group':'starAndBanner','type':_0x5c0621['Star6'],'icon':'ShapeStar6Icon','name':_0x54485f(0x363)},{'group':_0x54485f(0x67b),'type':_0x5c0621['Star7'],'icon':_0x54485f(0x433),'name':_0x54485f(0x692)},{'group':_0x54485f(0x67b),'type':_0x5c0621['Star8'],'icon':_0x54485f(0x475),'name':_0x54485f(0x74a)},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x5c7)],'icon':_0x54485f(0x2ff),'name':_0x54485f(0x397)},{'group':'starAndBanner','type':_0x5c0621[_0x54485f(0x547)],'icon':_0x54485f(0x49b),'name':_0x54485f(0x77f)},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x1ae)],'icon':'ShapeStar16Icon','name':'shape.type.star16'},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x742)],'icon':_0x54485f(0x71a),'name':_0x54485f(0x6f5)},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x506)],'icon':_0x54485f(0x2ef),'name':_0x54485f(0x449)},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x620)],'icon':'ShapeRibbon2Icon','name':'shape.type.ribbon2'},{'group':_0x54485f(0x67b),'type':_0x5c0621['Ribbon'],'icon':_0x54485f(0x40f),'name':_0x54485f(0x44b)},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x1ff)],'icon':_0x54485f(0x4a1),'name':_0x54485f(0x306)},{'group':_0x54485f(0x67b),'type':_0x5c0621['EllipseRibbon'],'icon':_0x54485f(0x5ba),'name':_0x54485f(0x584)},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x63c)],'icon':_0x54485f(0x3e3),'name':_0x54485f(0x4ee)},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x3fa)],'icon':_0x54485f(0x1c3),'name':'shape.type.horizontal-scroll'},{'group':_0x54485f(0x67b),'type':_0x5c0621[_0x54485f(0x634)],'icon':'ShapeWaveIcon','name':'shape.type.wave'},{'group':'starAndBanner','type':_0x5c0621['DoubleWave'],'icon':_0x54485f(0x468),'name':_0x54485f(0x583)},{'group':'callout','type':_0x5c0621[_0x54485f(0x638)],'icon':_0x54485f(0x707),'name':'shape.type.wedge-rect-callout'},{'group':'callout','type':_0x5c0621['WedgeRoundRectCallout'],'icon':_0x54485f(0x4c2),'name':_0x54485f(0x3c1)},{'group':'callout','type':_0x5c0621[_0x54485f(0x765)],'icon':_0x54485f(0x6b4),'name':'shape.type.wedge-ellipse-callout'},{'group':'callout','type':_0x5c0621['CloudCallout'],'icon':_0x54485f(0x769),'name':'shape.type.cloud-callout'},{'group':'callout','type':_0x5c0621[_0x54485f(0x33b)],'icon':_0x54485f(0x6bc),'name':_0x54485f(0x3d4)},{'group':_0x54485f(0x4d6),'type':_0x5c0621[_0x54485f(0x47e)],'icon':_0x54485f(0x701),'name':_0x54485f(0x3df)},{'group':_0x54485f(0x4d6),'type':_0x5c0621[_0x54485f(0x469)],'icon':_0x54485f(0x46e),'name':_0x54485f(0x487)},{'group':_0x54485f(0x4d6),'type':_0x5c0621['AccentCallout1'],'icon':'ShapeAccentCallout1Icon','name':_0x54485f(0x45a)},{'group':_0x54485f(0x4d6),'type':_0x5c0621[_0x54485f(0x334)],'icon':'ShapeAccentCallout2Icon','name':_0x54485f(0x2bc)},{'group':'callout','type':_0x5c0621[_0x54485f(0x746)],'icon':_0x54485f(0x4b4),'name':_0x54485f(0x3d9)},{'group':_0x54485f(0x4d6),'type':_0x5c0621['Callout1'],'icon':_0x54485f(0x579),'name':_0x54485f(0x41c)},{'group':_0x54485f(0x4d6),'type':_0x5c0621['Callout2'],'icon':_0x54485f(0x58d),'name':_0x54485f(0x2c3)},{'group':'callout','type':_0x5c0621['Callout3'],'icon':_0x54485f(0x62f),'name':_0x54485f(0x210)},{'group':_0x54485f(0x4d6),'type':_0x5c0621[_0x54485f(0x2fa)],'icon':'ShapeAccentBorderCallout1Icon','name':_0x54485f(0x5c0)},{'group':_0x54485f(0x4d6),'type':_0x5c0621[_0x54485f(0x4f1)],'icon':_0x54485f(0x5df),'name':'shape.type.accent-border-callout2'},{'group':_0x54485f(0x4d6),'type':_0x5c0621[_0x54485f(0x5a4)],'icon':_0x54485f(0x369),'name':_0x54485f(0x231)},{'group':_0x54485f(0x767),'type':_0x5c0621['LeftCircularArrow'],'icon':_0x54485f(0x76d),'name':_0x54485f(0x597)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x1a7)],'icon':_0x54485f(0x453),'name':_0x54485f(0x30c)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x5ac)],'icon':_0x54485f(0x6f9),'name':_0x54485f(0x4e6)},{'group':'other','type':_0x5c0621[_0x54485f(0x68a)],'icon':_0x54485f(0x229),'name':_0x54485f(0x252)},{'group':'other','type':_0x5c0621[_0x54485f(0x33c)],'icon':_0x54485f(0x6d4),'name':'shape.type.pie-wedge'},{'group':'other','type':_0x5c0621[_0x54485f(0x2db)],'icon':_0x54485f(0x2c7),'name':_0x54485f(0x6d8)},{'group':_0x54485f(0x767),'type':_0x5c0621['Gear6'],'icon':'ShapeGear6Icon','name':_0x54485f(0x4cb)},{'group':'other','type':_0x5c0621['Gear9'],'icon':'ShapeGear9Icon','name':_0x54485f(0x573)},{'group':'other','type':_0x5c0621[_0x54485f(0x733)],'icon':_0x54485f(0x20d),'name':_0x54485f(0x5bf)},{'group':'other','type':_0x5c0621[_0x54485f(0x3f1)],'icon':_0x54485f(0x732),'name':_0x54485f(0x6e1)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x271)],'icon':_0x54485f(0x4c8),'name':_0x54485f(0x62b)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x4cd)],'icon':'ShapeActionButtonBeginningIcon','name':_0x54485f(0x266)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x3c7)],'icon':_0x54485f(0x548),'name':_0x54485f(0x683)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x77a)],'icon':_0x54485f(0x43a),'name':_0x54485f(0x5d3)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x5ae)],'icon':'ShapeActionButtonInformationIcon','name':_0x54485f(0x57b)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x61c)],'icon':_0x54485f(0x54d),'name':_0x54485f(0x6ad)},{'group':'other','type':_0x5c0621['ActionButtonMovie'],'icon':_0x54485f(0x50c),'name':_0x54485f(0x628)},{'group':'other','type':_0x5c0621[_0x54485f(0x59a)],'icon':_0x54485f(0x671),'name':_0x54485f(0x23d)},{'group':_0x54485f(0x767),'type':_0x5c0621['ActionButtonSound'],'icon':_0x54485f(0x463),'name':_0x54485f(0x405)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x569)],'icon':_0x54485f(0x6f1),'name':_0x54485f(0x6de)},{'group':_0x54485f(0x767),'type':_0x5c0621['ActionButtonBlank'],'icon':_0x54485f(0x6b9),'name':'shape.type.action-button-blank'},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x68e)],'icon':'ShapeChartPlusIcon','name':_0x54485f(0x649)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x1e8)],'icon':_0x54485f(0x311),'name':_0x54485f(0x737)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x3c4)],'icon':_0x54485f(0x259),'name':'shape.type.chart-x'},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x5ef)],'icon':_0x54485f(0x703),'name':_0x54485f(0x4d3)},{'group':_0x54485f(0x767),'type':_0x5c0621['LineInv'],'icon':'ShapeLineInvIcon','name':_0x54485f(0x218)},{'group':'other','type':_0x5c0621['PlaqueTabs'],'icon':_0x54485f(0x3ed),'name':_0x54485f(0x247)},{'group':_0x54485f(0x767),'type':_0x5c0621[_0x54485f(0x63a)],'icon':_0x54485f(0x57d),'name':_0x54485f(0x751)},{'group':_0x54485f(0x767),'type':_0x5c0621['UpDownArrowCallout'],'icon':'ShapeUpDownArrowCalloutIcon','name':_0x54485f(0x22d)},{'group':'other','type':_0x5c0621[_0x54485f(0x558)],'icon':'ShapeNonIsoscelesTrapezoidIcon','name':_0x54485f(0x462)}],Sr=_0x54485f(0x374);function h3(){const _0x157f35=_0x54485f,_0x4f60e9=_0x1efdef(_0x8c2ce7),_0x4c8f60=_0x1efdef(_0x4d18b4),_0x55d11e=_0x1efdef(_0x150d24),_0x4686ac=l3[_0x157f35(0x1ef)]((_0x343d5a,_0x3431e4)=>(_0x343d5a[_0x3431e4[_0x157f35(0x406)]]||(_0x343d5a[_0x3431e4[_0x157f35(0x406)]]=[]),_0x343d5a[_0x3431e4[_0x157f35(0x406)]][_0x157f35(0x709)](_0x3431e4),_0x343d5a),{}),_0x58fc39=_0x270707=>{const _0x1a44c1=_0x157f35;_0x4f60e9[_0x1a44c1(0x261)](Q1['id'],{'value':_0x270707[_0x1a44c1(0x59d)],'enhanceParams':{'endArrow':_0x270707[_0x1a44c1(0x47d)],'startArrow':_0x270707[_0x1a44c1(0x42c)],'horizontal':_0x270707[_0x1a44c1(0x6cc)],'vertical':_0x270707[_0x1a44c1(0x53f)]}});};return _0x68ae00(_0x157f35(0x6b7),{'className':_0x157f35(0x527),'children':Object[_0x157f35(0x71c)](_0x4686ac)[_0x157f35(0x669)](([_0x41f101,_0x265522])=>_0x48c065(_0x157f35(0x6b7),{'className':'univer-mb-2','children':[_0x68ae00(_0x157f35(0x6b7),{'className':_0x157f35(0x21a),'children':_0x4c8f60['t']('shape.group.'+_0x41f101)}),_0x68ae00(_0x157f35(0x6b7),{'className':_0x157f35(0x5f5),'children':_0x265522[_0x157f35(0x669)]((_0x2af524,_0x58f3aa)=>{const _0x55db71=_0x157f35,_0x1a9d5d=_0x55d11e[_0x55db71(0x56a)](_0x2af524[_0x55db71(0x632)]);return _0x68ae00(_0x55db71(0x6b7),{'title':_0x4c8f60['t'](_0x2af524[_0x55db71(0x357)]),'onClick':()=>_0x58fc39(_0x2af524),'className':'univer-flex\x20univer-aspect-square\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-p-1\x20univer-text-gray-700\x20hover:univer-bg-gray-200\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-700','children':_0x1a9d5d&&_0x68ae00(_0x1a9d5d,{'className':_0x55db71(0x1bb)})},_0x58f3aa);})})]},_0x41f101))});}class V1 extends _0x3d0c25{constructor(){const _0x512067=_0x54485f;super(...arguments),A(this,_0x512067(0x42e),new _0x5990f1(null)),A(this,'editingParams$',this['_editingParams$']['asObservable']()),A(this,_0x512067(0x400),new _0x5990f1(!0x1)),A(this,_0x512067(0x5af),this[_0x512067(0x400)][_0x512067(0x64e)]());}[_0x54485f(0x6c6)](){const _0x5e6377=_0x54485f;this[_0x5e6377(0x42e)]['next'](null),this['_editingParams$'][_0x5e6377(0x67c)](),this['_onSavingEditorData$'][_0x5e6377(0x720)](!0x1),this[_0x5e6377(0x400)][_0x5e6377(0x67c)](),super[_0x5e6377(0x6c6)]();}['setEditing'](_0x3bfc6e){const _0x3264be=_0x54485f;this[_0x3264be(0x42e)]['next'](_0x3bfc6e),_0x3bfc6e==null&&this[_0x3264be(0x400)][_0x3264be(0x720)](!0x1);}[_0x54485f(0x743)](_0x15aae8){const _0x376517=_0x54485f;this[_0x376517(0x400)][_0x376517(0x720)](_0x15aae8);}[_0x54485f(0x3bb)](){const _0x42212f=_0x54485f;return this['_editingParams$'][_0x42212f(0x482)]();}}const ee={'type':_0x322dfd[_0x54485f(0x360)],'id':_0x54485f(0x551),'handler':async(_0x48ade2,_0x3c2a3b)=>{const _0x2b7349=_0x54485f;if(!_0x3c2a3b)return!0x1;const {value:_0x891a8b}=_0x3c2a3b,_0x55158c=_0x48ade2['get'](_0x8c2ce7),_0x30ab34=_0x48ade2[_0x2b7349(0x56a)](V1),_0x408e8b=_0x48ade2[_0x2b7349(0x56a)](_0x3a703d),_0x19fd80=_0x48ade2[_0x2b7349(0x56a)](_0x371e3a),_0x85c17d=_0x30ab34[_0x2b7349(0x3bb)]();if(!_0x85c17d)return!0x1;const {unitId:_0x2eeb42,subUnitId:_0x449b84,shapeId:_0x4ac92f}=_0x85c17d,_0x1cbdb1=_0x408e8b[_0x2b7349(0x542)](_0x2eeb42,_0x449b84,_0x4ac92f);if(!_0x1cbdb1)return!0x1;const _0x477a99=_0x1cbdb1[_0x2b7349(0x35f)]();if(!_0x477a99||!(_0x2b7349(0x520)in _0x477a99))return!0x1;const _0x513793=_0x477a99[_0x2b7349(0x520)];if(!_0x513793)return!0x1;const _0x5cfc49={..._0x513793,'va':_0x891a8b},_0x4c4bf5=await _0x55158c[_0x2b7349(0x261)](O1['id'],{'unitId':_0x2eeb42,'subUnitId':_0x449b84,'shapeId':_0x4ac92f,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x5cfc49}}});if(_0x4c4bf5){const _0x542b8e=_0x19fd80[_0x2b7349(0x1c9)](_0x2eeb42);if(_0x542b8e!=null&&_0x542b8e[_0x2b7349(0x6d2)]){const _0x27dc02=_0x59918b({'unitId':_0x2eeb42,'subUnitId':_0x449b84,'drawingId':_0x4ac92f}),_0x8e9200=_0x542b8e[_0x2b7349(0x6d2)][_0x2b7349(0x361)](_0x27dc02);_0x8e9200&&_0x8e9200[_0x2b7349(0x609)](!0x0);}const _0x44675b=_0x48ade2[_0x2b7349(0x56a)](_0x4f5cfa);setTimeout(()=>{const _0x66c931=_0x2b7349;_0x44675b[_0x66c931(0x69c)]({'unitId':u1,'subUnitId':u1});});}return _0x4c4bf5;}},Se={'type':_0x322dfd[_0x54485f(0x360)],'id':_0x54485f(0x4b1),'handler':(_0x18cb3c,_0x49f263)=>{if(!_0x49f263)return!0x1;const {value:_0x5d58e0}=_0x49f263;return _0x18cb3c['get'](_0x8c2ce7)['syncExecuteCommand'](_0x1d728c['id'],{'alignType':_0x5d58e0});}},wt=[{'label':_0x54485f(0x3d5),'icon':_0x54485f(0x4a3),'value':_0x3d08ba['TOP']},{'label':_0x54485f(0x62e),'icon':_0x54485f(0x45b),'value':_0x3d08ba[_0x54485f(0x6ef)]},{'label':'align.bottom','icon':_0x54485f(0x64f),'value':_0x3d08ba['BOTTOM']}];function p3(_0xaec4ff){const _0x526401=_0x54485f;var _0x4c4001;const _0x13e2fc=_0xaec4ff[_0x526401(0x56a)](_0x8c2ce7),_0x4f2cfe=_0xaec4ff['get'](_0x2421fa),_0x45b1e0=_0xaec4ff[_0x526401(0x56a)](V1),_0x67c38a=_0xaec4ff[_0x526401(0x56a)](_0x3a703d),_0x466acf=_0x3d08ba[_0x526401(0x6c5)],_0x5bdab6=()=>{const _0x5c641e=_0x526401;var _0x11c396;const _0x4d45e5=_0x45b1e0[_0x5c641e(0x3bb)]();if(!_0x4d45e5)return _0x466acf;const {unitId:_0x37a8f9,subUnitId:_0x25f32c,shapeId:_0x30d7a6}=_0x4d45e5,_0xdd61ba=_0x67c38a[_0x5c641e(0x542)](_0x37a8f9,_0x25f32c,_0x30d7a6);if(!_0xdd61ba)return _0x466acf;const _0x586746=_0xdd61ba[_0x5c641e(0x35f)]();if(!_0x586746||!(_0x5c641e(0x520)in _0x586746))return _0x466acf;const _0x164eab=_0x586746[_0x5c641e(0x520)];return(_0x11c396=_0x164eab==null?void 0x0:_0x164eab['va'])!=null?_0x11c396:_0x466acf;};return{'id':ee['id'],'icon':(_0x4c4001=wt['find'](_0x37fcf0=>_0x37fcf0[_0x526401(0x30f)]===_0x466acf))==null?void 0x0:_0x4c4001['icon'],'tooltip':'toolbar.verticalAlignMode.main','type':_0x354de5[_0x526401(0x35a)],'selections':wt,'value$':new _0x2cbc32(_0x40c1d5=>{const _0x3e5caf=_0x526401,_0x5c0ed4=_0x13e2fc['onCommandExecuted'](_0x5cebae=>{const _0x479fc9=_0x1a5f;_0x5cebae['id']===ee['id']&&_0x40c1d5[_0x479fc9(0x720)](_0x5bdab6());}),_0x26b390=_0x45b1e0[_0x3e5caf(0x784)][_0x3e5caf(0x472)](()=>{const _0xbbf009=_0x3e5caf;_0x40c1d5[_0xbbf009(0x720)](_0x5bdab6());});return _0x40c1d5[_0x3e5caf(0x720)](_0x5bdab6()),()=>{const _0x24b038=_0x3e5caf;_0x5c0ed4[_0x24b038(0x6c6)](),_0x26b390['unsubscribe']();};}),'hidden$':_0x4f2cfe[_0x526401(0x5e0)](_0x5407fb)['pipe'](_0x39bca8(_0x2bcf2a=>!_0x2bcf2a))};}function fr(_0x5340e3,_0x239044,_0x40812a){const _0x32fccd=_0x54485f;var _0x150781;const {startX:_0x554cc3,endX:_0x8905eb,startY:_0x192b31,endY:_0x78e7ed}=_0x5340e3,_0x45c5ae=(_0x150781=_0x40812a['getRenderById'](_0x239044))==null?void 0x0:_0x150781[_0x32fccd(0x664)](_0x58db79);if(_0x45c5ae==null)return;const _0x2ace73=_0x45c5ae['getCellWithCoordByOffset'](_0x554cc3,_0x192b31);if(_0x2ace73==null)return;const _0x17ead0={'column':_0x2ace73['actualColumn'],'columnOffset':_0x554cc3-_0x2ace73[_0x32fccd(0x4ed)],'row':_0x2ace73[_0x32fccd(0x534)],'rowOffset':_0x192b31-_0x2ace73[_0x32fccd(0x497)]},_0xefe36b=_0x45c5ae[_0x32fccd(0x2a7)](_0x8905eb,_0x78e7ed);if(_0xefe36b==null)return;const _0x1c3140={'column':_0xefe36b[_0x32fccd(0x599)],'columnOffset':_0x8905eb-_0xefe36b[_0x32fccd(0x4ed)],'row':_0xefe36b[_0x32fccd(0x534)],'rowOffset':_0x78e7ed-_0xefe36b[_0x32fccd(0x497)]};return{'from':_0x17ead0,'to':_0x1c3140};}function St(_0x255ca5,_0x36bafd,_0x4f6816,_0x5b4edf,_0xe8c493,_0x5aa8ab=_0x54485f(0x380)){const _0x1333db=_0x54485f,_0xf94a26={'startX':_0x255ca5['x'],'endX':_0x255ca5['x']+_0x255ca5[_0x1333db(0x5ec)],'startY':_0x255ca5['y'],'endY':_0x255ca5['y']+_0x255ca5[_0x1333db(0x4c5)]},_0x1e8948=fr(_0xf94a26,_0x36bafd,_0x5b4edf);return _0x1e8948?{'unitId':_0x36bafd,'subUnitId':_0x4f6816,'drawingId':_0x255ca5['id'],'drawingType':_0x4482fd[_0x1333db(0x1b8)],'componentKey':_0x1333db(0x5fc),'sheetTransform':_0x1e8948,'transform':{'left':_0xf94a26[_0x1333db(0x4ed)],'top':_0xf94a26['startY'],'width':_0x255ca5[_0x1333db(0x5ec)],'height':_0x255ca5[_0x1333db(0x4c5)]},'data':{'shapeType':_0xe8c493,'shapeData':{'fill':{'color':_0x5aa8ab}}},'allowTransform':!0x0}:null;}function d3(_0xe60dc,_0x2e60d4,_0x29c826,_0x4c0780,_0x475441,_0x2647b4){const _0x26e0e3=_0x54485f,_0x487f87=_0x2e60d4['x']+_0x2e60d4['width'],_0x7cef32=_0x2e60d4['y']+_0x2e60d4[_0x26e0e3(0x4c5)]/0x2,_0xc9b550=_0x29c826['x'],_0xa75d38=_0x29c826['y']+_0x29c826['height']/0x2,_0x11d687={'startX':Math[_0x26e0e3(0x25e)](_0x487f87,_0xc9b550),'endX':Math[_0x26e0e3(0x5c2)](_0x487f87,_0xc9b550),'startY':Math[_0x26e0e3(0x25e)](_0x7cef32,_0xa75d38),'endY':Math[_0x26e0e3(0x5c2)](_0x7cef32,_0xa75d38)},_0x3810a8=fr(_0x11d687,_0x4c0780,_0x2647b4);if(!_0x3810a8)return null;const _0xae160f={'points':[{'x':_0x487f87,'y':_0x7cef32},{'x':(_0x487f87+_0xc9b550)/0x2,'y':_0x7cef32},{'x':(_0x487f87+_0xc9b550)/0x2,'y':_0xa75d38},{'x':_0xc9b550,'y':_0xa75d38}],'relation':{'from':{'shapeId':_0x2e60d4['id'],'cxnIndex':0x3},'to':{'shapeId':_0x29c826['id'],'cxnIndex':0x1}},'stroke':{'color':_0x26e0e3(0x3e9),'width':0x2}};return{'unitId':_0x4c0780,'subUnitId':_0x475441,'drawingId':_0xe60dc,'drawingType':_0x4482fd[_0x26e0e3(0x1b8)],'componentKey':_0x26e0e3(0x5fc),'sheetTransform':_0x3810a8,'transform':{'left':_0x11d687[_0x26e0e3(0x4ed)],'top':_0x11d687[_0x26e0e3(0x497)],'width':_0x11d687[_0x26e0e3(0x517)]-_0x11d687[_0x26e0e3(0x4ed)],'height':_0x11d687['endY']-_0x11d687[_0x26e0e3(0x497)],'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1},'data':{'shapeType':_0x5c0621[_0x26e0e3(0x2dd)],'shapeData':_0xae160f,'fill':!0x1,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1},'allowTransform':!0x0};}const u3={'type':_0x322dfd['COMMAND'],'id':_0x54485f(0x6a5),'handler':(_0x58159b,_0x31f76d)=>{const _0xadff87=_0x54485f;var _0x327f41,_0x301b62,_0x4d517f,_0x44805e,_0x4e8d23;const _0x32a5f9=_0x58159b[_0xadff87(0x56a)](_0x8c2ce7),_0x4486f4=_0x58159b['get'](_0x4ed9d9),_0x4ad461=_0x58159b['get'](_0x3c093a),_0x46dd31=_0x58159b[_0xadff87(0x56a)](_0x371e3a),_0x392c12=_0x441502(_0x4486f4,_0x31f76d);if(!_0x392c12)return!0x1;const {unitId:_0x1770b1,subUnitId:_0x5bc20c}=_0x392c12,_0x36f587=(_0x327f41=_0x46dd31[_0xadff87(0x1c9)](_0x1770b1))==null?void 0x0:_0x327f41[_0xadff87(0x664)](_0x454cf5)['getSkeleton'](_0x5bc20c);if(!_0x36f587)return!0x1;const [_0x47bd5f]=_0x4ad461[_0xadff87(0x2cd)](),_0x2102b8=(_0x4d517f=(_0x301b62=_0x47bd5f==null?void 0x0:_0x47bd5f[_0xadff87(0x43b)])==null?void 0x0:_0x301b62[_0xadff87(0x242)])!=null?_0x4d517f:0x1,_0x4b2738=(_0x4e8d23=(_0x44805e=_0x47bd5f==null?void 0x0:_0x47bd5f[_0xadff87(0x43b)])==null?void 0x0:_0x44805e['startColumn'])!=null?_0x4e8d23:0x1,_0x21959f=_0x36f587[_0xadff87(0x381)](_0x2102b8,_0x4b2738),_0x39a354=_0x21959f[_0xadff87(0x4ed)]+0x14,_0x4673dd=_0x21959f[_0xadff87(0x497)]+0x14,_0x177c3a={'id':_0x695b44(),'x':_0x39a354,'y':_0x4673dd,'width':0x64,'height':0x50},_0x4d824d={'id':_0x695b44(),'x':_0x39a354+0x12c,'y':_0x4673dd+0x96,'width':0x64,'height':0x50},_0x210d32=St(_0x177c3a,_0x1770b1,_0x5bc20c,_0x46dd31,_0x5c0621[_0xadff87(0x1d1)],_0xadff87(0x2ed)),_0x4ffea0=St(_0x4d824d,_0x1770b1,_0x5bc20c,_0x46dd31,_0x5c0621[_0xadff87(0x1d1)],'#00ff00'),_0x37c89c=d3(_0x695b44(),_0x177c3a,_0x4d824d,_0x1770b1,_0x5bc20c,_0x46dd31);return!_0x210d32||!_0x4ffea0||!_0x37c89c?!0x1:(_0x32a5f9['executeCommand'](_0x4e05d0['id'],{'unitId':_0x1770b1,'drawings':[_0x210d32,_0x4ffea0,_0x37c89c]}),!0x0);}};function g3(_0x5e54d0){const _0x36596b=_0x54485f,_0x4f437d=_0x5e54d0[_0x36596b(0x56a)](_0x4ed9d9);return{'id':Q1['id'],'type':_0x354de5[_0x36596b(0x35a)],'selections':[{'label':{'name':Sr,'hoverable':!0x1,'selectable':!0x1,'props':{'id':Q1['id']}}}],'icon':_0x36596b(0x54f),'tooltip':_0x36596b(0x66c),'activated$':_0x433d0e(_0x4f437d,!0x1,()=>new _0x2cbc32(_0x2e57a5=>{const _0x2d9182=_0x36596b;_0x2e57a5[_0x2d9182(0x720)](!0x1);})),'hidden$':_0x907707(_0x5e54d0,_0x377228['UNIVER_SHEET']),'disabled$':_0x2c9528(_0x5e54d0)};}const ft=[{'label':'align.left','icon':_0x54485f(0x719),'value':_0x9afa0d[_0x54485f(0x6ac)]},{'label':_0x54485f(0x740),'icon':_0x54485f(0x287),'value':_0x9afa0d[_0x54485f(0x309)]},{'label':'align.right','icon':_0x54485f(0x676),'value':_0x9afa0d['RIGHT']}];function C3(_0x3735a4){const _0x5ba362=_0x54485f;var _0x268532;const _0x2fd00d=_0x3735a4[_0x5ba362(0x56a)](_0x8c2ce7),_0x5b1a81=_0x3735a4[_0x5ba362(0x56a)](_0x2421fa),_0x54dfd7=_0x3735a4[_0x5ba362(0x56a)](_0x4ed9d9),_0x4309a7=_0x3735a4['get'](_0x4f5cfa),_0x3e12aa=_0x9afa0d[_0x5ba362(0x6ac)],_0x3a84ce=()=>{const _0x3719b3=_0x5ba362;var _0x3775a6,_0x3d5eb6,_0x3eb889;try{const _0x9631dc=_0x54dfd7[_0x3719b3(0x342)](u1,_0x377228['UNIVER_DOC']);if(!_0x9631dc)return _0x3e12aa;const _0x1351c8=_0x4309a7['getDocRanges'](),_0xb3689f=(_0x3775a6=_0x1351c8['find'](_0x297f7b=>_0x297f7b[_0x3719b3(0x1ad)]))!=null?_0x3775a6:_0x1351c8[0x0];if(!_0xb3689f)return _0x3e12aa;const {startOffset:_0xcf8f80,segmentId:_0x4b6979}=_0xb3689f,_0x28dacc=_0x9631dc[_0x3719b3(0x223)](_0x4b6979)[_0x3719b3(0x4d4)](),_0x350c1e=_0x28dacc==null?void 0x0:_0x28dacc[_0x3719b3(0x2fd)];if(!_0x350c1e)return _0x3e12aa;let _0xcf376f=-0x1;for(const _0x431dc6 of _0x350c1e){const {startIndex:_0x3c1ec5}=_0x431dc6;if(_0xcf8f80>_0xcf376f&&_0xcf8f80<=_0x3c1ec5)return(_0x3eb889=(_0x3d5eb6=_0x431dc6[_0x3719b3(0x1f0)])==null?void 0x0:_0x3d5eb6[_0x3719b3(0x3f2)])!=null?_0x3eb889:_0x3e12aa;_0xcf376f=_0x3c1ec5;}}catch{}return _0x3e12aa;};return{'id':Se['id'],'icon':(_0x268532=ft[_0x5ba362(0x26c)](_0xec935c=>_0xec935c[_0x5ba362(0x30f)]===_0x3e12aa))==null?void 0x0:_0x268532[_0x5ba362(0x632)],'tooltip':_0x5ba362(0x772),'type':_0x354de5[_0x5ba362(0x35a)],'selections':ft,'value$':new _0x2cbc32(_0x30cdbd=>{const _0x5d5c08=_0x5ba362,_0x58bc7f=_0x2fd00d[_0x5d5c08(0x6db)](_0xc3115e=>{const _0x1370b2=_0xc3115e['id'];(_0x1370b2===_0x3495f2['id']||_0x1370b2===_0x5a429e['id']||_0x1370b2===_0x330817['id']||_0x1370b2===_0x2ac440['id']||_0x1370b2===_0x1d728c['id']||_0x1370b2===Se['id'])&&_0x30cdbd['next'](_0x3a84ce());}),_0x1699c1=_0x5b1a81[_0x5d5c08(0x5e0)](_0x5407fb)['subscribe'](()=>{const _0x1e3833=_0x5d5c08;_0x30cdbd[_0x1e3833(0x720)](_0x3a84ce());});return _0x30cdbd[_0x5d5c08(0x720)](_0x3a84ce()),()=>{const _0x5a2a75=_0x5d5c08;_0x58bc7f[_0x5a2a75(0x6c6)](),_0x1699c1[_0x5a2a75(0x41d)]();};}),'hidden$':_0x5b1a81[_0x5ba362(0x5e0)](_0x5407fb)[_0x5ba362(0x314)](_0x39bca8(_0x565787=>!_0x565787))};}function w3(_0x399cea){const _0x5b1f6c=_0x54485f,_0x647e4c=_0x399cea[_0x5b1f6c(0x56a)](_0x2421fa),_0x13037c=_0x399cea[_0x5b1f6c(0x56a)](_0x599025);return{'id':_0x329b67['id'],'tooltip':'toolbar.fillColor.main','type':_0x354de5[_0x5b1f6c(0x3c0)],'icon':_0x5b1f6c(0x6c8),'selections':[{'label':{'name':_0x5e4a5d,'hoverable':!0x1,'selectable':!0x1}}],'value$':new _0x2cbc32(_0x45bcc8=>{const _0x463fc3=_0x5b1f6c;_0x45bcc8[_0x463fc3(0x720)](_0x13037c['getColorFromTheme'](_0x463fc3(0x2f3)));}),'hidden$':_0x647e4c[_0x5b1f6c(0x5e0)](_0x5407fb)[_0x5b1f6c(0x314)](_0x39bca8(_0x34ae03=>!_0x34ae03))};}function S3(_0x28f808){const _0x2b33af=_0x54485f,_0x4a85ac=_0x28f808['get'](_0x2421fa);return{'id':_0x4c4373['id'],'type':_0x354de5['BUTTON'],'title':_0x2b33af(0x451),'hidden$':_0x4a85ac['subscribeContextValue$'](_0x5407fb)[_0x2b33af(0x314)](_0x39bca8(_0x597a65=>!_0x597a65))};}const f3={[_0x46ce5e[_0x54485f(0x3b0)]]:{[_0x3d3213[_0x54485f(0x600)]]:{[ee['id']]:{'order':3.5,'menuItemFactory':p3},[Se['id']]:{'order':3.4,'menuItemFactory':C3}},[_0x3d3213[_0x54485f(0x71e)]]:{[_0x329b67['id']]:{'order':0x1,'menuItemFactory':w3,[_0x4c4373['id']]:{'order':0x0,'menuItemFactory':S3}}}},[_0x559356[_0x54485f(0x48a)]]:{[Q1['id']]:{'order':0x4,'menuItemFactory':g3}}};var m3=Object[_0x54485f(0x2e8)],I3=(_0x583f57,_0x2366fd,_0x26051a,_0x28d50c)=>{for(var _0x19450e=_0x28d50c>0x1?void 0x0:_0x28d50c?m3(_0x2366fd,_0x26051a):_0x2366fd,_0x306a28=_0x583f57['length']-0x1,_0x79d725;_0x306a28>=0x0;_0x306a28--)(_0x79d725=_0x583f57[_0x306a28])&&(_0x19450e=_0x79d725(_0x19450e)||_0x19450e);return _0x19450e;},d1=(_0x57eb12,_0x590a73)=>(_0x3a06a7,_0x20d670)=>_0x590a73(_0x3a06a7,_0x20d670,_0x57eb12);let fe=class extends _0x3d0c25{constructor(_0x3d2983,_0x2bfdfd,_0x211807,_0x509ae9,_0x3918e8,_0xd03695,_0x2a0831,_0x282482,_0x26dd61,_0x1b22bc,_0x5747ce){const _0x1dd476=_0x54485f;super(),A(this,_0x1dd476(0x1a4),null),A(this,_0x1dd476(0x647),null),A(this,_0x1dd476(0x248),!0x1),(this['_univerInstanceService']=_0x3d2983,this[_0x1dd476(0x5ea)]=_0x2bfdfd,this[_0x1dd476(0x6e8)]=_0x211807,this[_0x1dd476(0x727)]=_0x509ae9,this['_sheetsShapeServices']=_0x3918e8,this[_0x1dd476(0x45e)]=_0xd03695,this['_componentManager']=_0x2a0831,this[_0x1dd476(0x465)]=_0x282482,this[_0x1dd476(0x2cb)]=_0x26dd61,this[_0x1dd476(0x32d)]=_0x1b22bc,this[_0x1dd476(0x1ab)]=_0x5747ce,this[_0x1dd476(0x2d1)](),this[_0x1dd476(0x29e)](),this[_0x1dd476(0x1c2)](this['_univerInstanceService'][_0x1dd476(0x627)](_0x377228[_0x1dd476(0x5b7)])[_0x1dd476(0x472)](_0x927e57=>{const _0x19de0d=_0x1dd476;var _0xd31298;_0x927e57||(_0xd31298=this[_0x19de0d(0x1a4)])==null||_0xd31298[_0x19de0d(0x6c6)]();})),this[_0x1dd476(0x621)](),this['_registerShapeMenu']());}[_0x54485f(0x29e)](){const _0x31fe8b=_0x54485f;this[_0x31fe8b(0x727)][_0x31fe8b(0x253)](f3);}[_0x54485f(0x5e4)](){const _0x5539db=_0x54485f;this[_0x5539db(0x32d)][_0x5539db(0x221)](_0x4482fd[_0x5539db(0x1b8)],this[_0x5539db(0x61b)][_0x5539db(0x1ca)](this)),this[_0x5539db(0x32d)][_0x5539db(0x46d)](_0x4482fd['DRAWING_SHAPE'],0x6,0x4);}['getShapePopupMenus'](_0x5b19c4,_0x5c15ae,_0x55bdd1,_0x485ba0){const _0x3671f4=_0x54485f;return[{'label':_0x3671f4(0x648),'index':0x0,'commandId':De['id'],'commandParams':{'unitId':_0x5b19c4,'subUnitId':_0x5c15ae,'drawingId':_0x55bdd1},'disable':_0x485ba0===_0x4482fd['DRAWING_DOM']},{'label':_0x3671f4(0x2c0),'index':0x1,'commandId':_0x386dce['id'],'commandParams':{'unitId':_0x5b19c4,'drawings':[{'unitId':_0x5b19c4,'subUnitId':_0x5c15ae,'drawingId':_0x55bdd1,'drawingType':_0x485ba0}]},'disable':!0x1},{'label':_0x3671f4(0x308),'index':0x2,'commandId':Be['id'],'commandParams':{'unitId':_0x5b19c4,'subUnitId':_0x5c15ae,'drawingId':_0x55bdd1},'disable':!0x1},{'label':_0x3671f4(0x414),'index':0x3,'commandId':Ze['id'],'commandParams':{'unitId':_0x5b19c4,'subUnitId':_0x5c15ae,'shapeId':_0x55bdd1,'flipH':!0x0},'disable':!0x1},{'label':_0x3671f4(0x3ef),'index':0x4,'commandId':Ze['id'],'commandParams':{'unitId':_0x5b19c4,'subUnitId':_0x5c15ae,'shapeId':_0x55bdd1,'flipV':!0x0},'disable':!0x1},{'label':_0x3671f4(0x6ea),'index':0x4,'commandId':Re['id'],'commandParams':{'unitId':_0x5b19c4,'subUnitId':_0x5c15ae,'shapeId':_0x55bdd1,'rotate':0x5a},'disable':!0x1},{'label':'sheets-shape.rotateLeft90','index':0x4,'commandId':Re['id'],'commandParams':{'unitId':_0x5b19c4,'subUnitId':_0x5c15ae,'shapeId':_0x55bdd1,'rotate':-0x5a},'disable':!0x1}];}[_0x54485f(0x368)](_0x3a2312,_0x2fa9a3,_0x441a81){const _0x1a45ab=_0x54485f,_0x553bea=this[_0x1a45ab(0x4ab)][_0x1a45ab(0x4fe)](_0x3a2312,_0x2fa9a3,_0x441a81),_0x5c5a49=this[_0x1a45ab(0x4ab)][_0x1a45ab(0x4ae)](_0x3a2312,_0x2fa9a3,_0x441a81);return _0x553bea!==void 0x0&&_0x5c5a49!==void 0x0?{'shapeData':_0x5c5a49,'shapeId':_0x441a81,'shapeType':_0x553bea,'unitId':_0x3a2312,'subUnitId':_0x2fa9a3,'disableShapeOption':!0x1}:null;}[_0x54485f(0x621)](){const _0xe28430=_0x54485f;this[_0xe28430(0x1c2)](this[_0xe28430(0x465)][_0xe28430(0x6db)](_0x3d923b=>{const _0x10e9aa=_0xe28430;if(_0x3d923b['id']===De['id']){const {unitId:_0x56703d,subUnitId:_0x3176e6,drawingId:_0x162747}=_0x3d923b[_0x10e9aa(0x69b)];this[_0x10e9aa(0x647)]=this[_0x10e9aa(0x368)](_0x56703d,_0x3176e6,_0x162747),this[_0x10e9aa(0x617)]();}if(_0x3d923b['id']===Be['id']&&(this['_activeShapeInfo']=null,this['_closeShapeEditPanel']()),_0x3d923b['id']===_0x44d94b['id']){const {unitId:_0x246543,subUnitId:_0x407866,shapeId:_0x12b143}=_0x3d923b['params'];if(this[_0x10e9aa(0x647)]&&this[_0x10e9aa(0x647)][_0x10e9aa(0x572)]===_0x12b143){const _0x49f9e8=this[_0x10e9aa(0x368)](_0x246543,_0x407866,_0x12b143);_0x49f9e8&&(this[_0x10e9aa(0x647)]=_0x49f9e8);}}})),this[_0xe28430(0x1c2)](this[_0xe28430(0x2cb)]['focus$'][_0xe28430(0x472)](_0x3c4f3a=>{const _0x2c1875=_0xe28430;if(this['_isOpenedShapeEditPanel']===!0x1)return;if(_0x3c4f3a[_0x2c1875(0x589)]===0x0){this[_0x2c1875(0x647)]=null,this['_closeShapeEditPanel']();return;}if(_0x3c4f3a[_0x2c1875(0x589)]===0x1&&_0x3c4f3a[0x0][_0x2c1875(0x529)]===_0x4482fd[_0x2c1875(0x1b8)]&&(this[_0x2c1875(0x647)]=this[_0x2c1875(0x368)](_0x3c4f3a[0x0][_0x2c1875(0x65a)],_0x3c4f3a[0x0][_0x2c1875(0x74b)],_0x3c4f3a[0x0]['drawingId']),this['_activeShapeInfo'])){this[_0x2c1875(0x617)]();return;}const _0x55a22d=_0x3c4f3a[_0x2c1875(0x708)](_0x58a3f2=>_0x58a3f2[_0x2c1875(0x529)]===_0x4482fd['DRAWING_SHAPE']);if(_0x3c4f3a[_0x2c1875(0x589)]>0x1&&_0x55a22d[_0x2c1875(0x589)]===_0x3c4f3a[_0x2c1875(0x589)]){if(this[_0x2c1875(0x647)]=this['_getShapeInfo'](_0x3c4f3a[0x0][_0x2c1875(0x65a)],_0x3c4f3a[0x0][_0x2c1875(0x74b)],_0x3c4f3a[0x0][_0x2c1875(0x424)]),this[_0x2c1875(0x647)]){this[_0x2c1875(0x617)]();return;}}else{if(this[_0x2c1875(0x647)]=this[_0x2c1875(0x368)](_0x3c4f3a[0x0]['unitId'],_0x3c4f3a[0x0][_0x2c1875(0x74b)],_0x3c4f3a[0x0][_0x2c1875(0x424)]),this[_0x2c1875(0x647)]){this['_activeShapeInfo'][_0x2c1875(0x56c)]=!0x0,this[_0x2c1875(0x617)]();return;}}this['_closeShapeEditPanel']();}));}['_registerComponent'](){const _0x544e0c=_0x54485f;[[_0x544e0c(0x54f),To],['ShapeAccentBorderCallout1Icon',jt],[_0x544e0c(0x5df),Et],['ShapeAccentBorderCallout3Icon',Ut],['ShapeAccentCallout1Icon',kt],[_0x544e0c(0x390),Ft],[_0x544e0c(0x4b4),Wt],[_0x544e0c(0x732),zt],[_0x544e0c(0x1ba),Yt],[_0x544e0c(0x6b9),Xt],[_0x544e0c(0x671),Gt],['ShapeActionButtonEndIcon',qt],[_0x544e0c(0x4c8),Kt],['ShapeActionButtonHelpIcon',Jt],[_0x544e0c(0x43a),Qt],[_0x544e0c(0x316),en],['ShapeActionButtonMovieIcon',tn],[_0x544e0c(0x54d),nn],[_0x544e0c(0x463),on],[_0x544e0c(0x2fb),an],[_0x544e0c(0x458),rn],[_0x544e0c(0x4e0),sn],[_0x544e0c(0x1c1),cn],[_0x544e0c(0x3f5),ln],[_0x544e0c(0x33f),hn],[_0x544e0c(0x51f),pn],[_0x544e0c(0x6be),dn],['ShapeBorderCallout1Icon',un],['ShapeBorderCallout2Icon',gn],[_0x544e0c(0x46e),Cn],[_0x544e0c(0x1cd),wn],['ShapeBracketPairIcon',Sn],[_0x544e0c(0x579),fn],[_0x544e0c(0x58d),mn],['ShapeCallout3Icon',In],[_0x544e0c(0x47f),Ln],[_0x544e0c(0x4b6),vn],[_0x544e0c(0x311),Hn],[_0x544e0c(0x259),Vn],['ShapeChevronIcon',Mn],[_0x544e0c(0x25c),yn],['ShapeCircularArrowIcon',bn],[_0x544e0c(0x769),_n],[_0x544e0c(0x59b),xn],[_0x544e0c(0x781),An],[_0x544e0c(0x20d),Zn],[_0x544e0c(0x6fa),Rn],[_0x544e0c(0x5e6),Bn],[_0x544e0c(0x2ba),Dn],[_0x544e0c(0x64b),Pn],[_0x544e0c(0x29a),$n],[_0x544e0c(0x26f),On],[_0x544e0c(0x323),Tn],['ShapeCurvedUpArrowIcon',Nn],[_0x544e0c(0x55f),jn],[_0x544e0c(0x59c),En],['ShapeDiamondIcon',Un],[_0x544e0c(0x488),kn],[_0x544e0c(0x593),Fn],['ShapeDoubleWaveIcon',Wn],[_0x544e0c(0x2ce),zn],[_0x544e0c(0x62d),Yn],[_0x544e0c(0x76a),Xn],['ShapeEllipseRibbon2Icon',qn],[_0x544e0c(0x5ba),Gn],[_0x544e0c(0x778),Kn],[_0x544e0c(0x31f),Jn],['ShapeFlowChartConnectorIcon',Qn],[_0x544e0c(0x296),eo],['ShapeFlowChartDelayIcon',to],[_0x544e0c(0x5cb),no],['ShapeFlowChartDocumentIcon',oo],['ShapeFlowChartExtractIcon',ao],[_0x544e0c(0x5b9),ro],[_0x544e0c(0x32a),io],[_0x544e0c(0x76b),so],[_0x544e0c(0x289),co],[_0x544e0c(0x234),lo],['ShapeFlowChartManualInputIcon',ho],['ShapeFlowChartManualOperationIcon',po],[_0x544e0c(0x5cf),uo],[_0x544e0c(0x623),go],[_0x544e0c(0x703),Co],['ShapeFlowChartOffpageConnectorIcon',wo],['ShapeFlowChartOnlineStorageIcon',So],[_0x544e0c(0x383),fo],[_0x544e0c(0x5d6),mo],[_0x544e0c(0x616),Io],[_0x544e0c(0x1e0),Lo],[_0x544e0c(0x4a7),vo],[_0x544e0c(0x226),Ho],[_0x544e0c(0x77d),Vo],['ShapeFlowChartSummingJunctionIcon',Mo],[_0x544e0c(0x5e7),yo],[_0x544e0c(0x1e7),bo],[_0x544e0c(0x417),_o],['ShapeFunnelIcon',xo],[_0x544e0c(0x744),Ao],[_0x544e0c(0x5e8),Zo],[_0x544e0c(0x1d4),Ro],[_0x544e0c(0x6e6),Bo],[_0x544e0c(0x3d8),Do],[_0x544e0c(0x491),Po],['ShapeHomePlateIcon',$o],[_0x544e0c(0x1c3),Oo],[_0x544e0c(0x65b),No],[_0x544e0c(0x1f3),jo],[_0x544e0c(0x68b),Eo],[_0x544e0c(0x2ca),Uo],['ShapeLeftBraceIcon',ko],[_0x544e0c(0x74f),Fo],['ShapeLeftCircularArrowIcon',Wo],[_0x544e0c(0x211),zo],[_0x544e0c(0x773),Yo],[_0x544e0c(0x453),Xo],[_0x544e0c(0x229),Go],[_0x544e0c(0x49a),qo],['ShapeLeftUpArrowIcon',Ko],[_0x544e0c(0x582),Jo],[_0x544e0c(0x404),Qo],[_0x544e0c(0x344),ea],['ShapeMathDivideIcon',ta],[_0x544e0c(0x680),na],[_0x544e0c(0x6fd),oa],[_0x544e0c(0x4ac),aa],[_0x544e0c(0x35e),ra],['ShapeMathPlusIcon',ia],['ShapeMoonIcon',sa],[_0x544e0c(0x4b8),ca],['ShapeNonIsoscelesTrapezoidIcon',la],[_0x544e0c(0x4bd),ha],[_0x544e0c(0x57e),pa],['ShapeParallelogramIcon',da],['ShapePentagonIcon',ua],[_0x544e0c(0x3db),ga],[_0x544e0c(0x6d4),Ca],[_0x544e0c(0x756),wa],[_0x544e0c(0x3ed),Sa],[_0x544e0c(0x396),fa],[_0x544e0c(0x5d5),ma],[_0x544e0c(0x2ad),Ia],[_0x544e0c(0x614),La],[_0x544e0c(0x613),va],[_0x544e0c(0x6ed),Ha],[_0x544e0c(0x2ab),Ma],[_0x544e0c(0x40f),Va],['ShapeRightArrowCalloutIcon',ya],[_0x544e0c(0x56d),ba],[_0x544e0c(0x5de),_a],['ShapeRightBracketIcon',xa],['ShapeRound1RectIcon',Za],[_0x544e0c(0x3cf),Ra],[_0x544e0c(0x749),Ba],['ShapeRoundRectIcon',Aa],[_0x544e0c(0x5d4),Da],[_0x544e0c(0x214),Pa],[_0x544e0c(0x1a5),Oa],[_0x544e0c(0x27b),Ta],['ShapeSnip2SameRectIcon',Na],[_0x544e0c(0x41e),$a],['ShapeSquareTabsIcon',ja],[_0x544e0c(0x2ff),Ea],[_0x544e0c(0x49b),Ua],[_0x544e0c(0x40e),ka],['ShapeStar24Icon',Fa],[_0x544e0c(0x2ef),Wa],[_0x544e0c(0x346),za],[_0x544e0c(0x39b),Ya],[_0x544e0c(0x382),Xa],[_0x544e0c(0x433),Ga],['ShapeStar8Icon',qa],['ShapeStraightConnector1Icon',Ka],['ShapeStraightConnector2Icon',Ja],[_0x544e0c(0x471),Qa],[_0x544e0c(0x3ae),er],[_0x544e0c(0x6f9),tr],['ShapeTeardropIcon',nr],[_0x544e0c(0x6a3),or],['ShapeTriangleIcon',ar],['ShapeUpArrowCalloutIcon',rr],[_0x544e0c(0x25b),ir],[_0x544e0c(0x1f2),sr],['ShapeUpDownArrowIcon',cr],[_0x544e0c(0x1e1),lr],['ShapeVerticalScrollIcon',hr],[_0x544e0c(0x549),pr],[_0x544e0c(0x6b4),dr],[_0x544e0c(0x707),ur],[_0x544e0c(0x4c2),gr],[ce,s3],[Sr,h3]][_0x544e0c(0x6c3)](([_0x52291d,_0x358ab5])=>{const _0x365a06=_0x544e0c;this['disposeWithMe'](this[_0x365a06(0x4e5)][_0x365a06(0x570)](_0x52291d,_0x358ab5));});}[_0x54485f(0x617)](){const _0x44c056=_0x54485f;this['_sidebarDisposable']=this[_0x44c056(0x6e8)][_0x44c056(0x42a)]({'id':ce,'header':{'title':this['_localeService']['t']('sheets-shape.formatShape')},'width':0x184,'children':{'label':ce,...this[_0x44c056(0x647)]},'onClose':()=>{const _0x2ebd3f=_0x44c056;this[_0x2ebd3f(0x2cb)][_0x2ebd3f(0x20f)](null),this[_0x2ebd3f(0x1ab)][_0x2ebd3f(0x1e3)](_0x5407fb,!0x1),this['_sidebarDisposable']=null;}}),this[_0x44c056(0x248)]=!0x0;}[_0x54485f(0x6aa)](){const _0x449c70=_0x54485f;this[_0x449c70(0x248)]=!0x1,this['_sidebarService'][_0x449c70(0x464)](ce),this[_0x449c70(0x1a4)]=null,this[_0x449c70(0x1ab)][_0x449c70(0x1e3)](_0x5407fb,!0x1),this[_0x449c70(0x2cb)]['focusDrawing'](null);}};fe=I3([d1(0x0,_0x4ed9d9),d1(0x1,_0x2bf79f(_0x59e5f9)),d1(0x2,_0x2bf79f(_0x369bfd)),d1(0x3,_0x65f22c),d1(0x4,_0x2bf79f(_0x3a703d)),d1(0x5,_0x2bf79f(_0x4d18b4)),d1(0x6,_0x2bf79f(_0x150d24)),d1(0x7,_0x8c2ce7),d1(0x8,_0x3fde6e),d1(0x9,_0x2bf79f(_0x35bae3)),d1(0xa,_0x2421fa)],fe);const ke={'type':_0x322dfd[_0x54485f(0x360)],'id':_0x54485f(0x6d6),'handler':async(_0x5ed3f0,_0x53c086)=>{const _0x18c685=_0x54485f;if(!_0x53c086)return!0x1;const {value:_0x47b249}=_0x53c086,_0x23a4e5=_0x5ed3f0[_0x18c685(0x56a)](_0x8c2ce7),_0x11a23b=_0x5ed3f0[_0x18c685(0x56a)](V1),_0x201abf=_0x5ed3f0[_0x18c685(0x56a)](_0x3a703d),_0x3795d3=_0x5ed3f0[_0x18c685(0x56a)](_0x371e3a),_0x3624ba=_0x11a23b[_0x18c685(0x3bb)]();if(!_0x3624ba)return!0x1;const {unitId:_0x475480,subUnitId:_0x614ea1,shapeId:_0x5a2e86}=_0x3624ba,_0x158243=_0x201abf[_0x18c685(0x542)](_0x475480,_0x614ea1,_0x5a2e86);if(!_0x158243)return!0x1;const _0x2e9f8d=_0x158243['getShapeTextData']();if(!_0x2e9f8d||!(_0x18c685(0x520)in _0x2e9f8d))return!0x1;const _0x4ab221=_0x2e9f8d[_0x18c685(0x520)];if(!_0x4ab221)return!0x1;const _0x50fd14={..._0x4ab221,'fs':_0x47b249},_0x49312f=await _0x23a4e5[_0x18c685(0x261)](O1['id'],{'unitId':_0x475480,'subUnitId':_0x614ea1,'shapeId':_0x5a2e86,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x50fd14}}});if(_0x49312f){const _0x79a92a=_0x3795d3[_0x18c685(0x1c9)](_0x475480);if(_0x79a92a!=null&&_0x79a92a[_0x18c685(0x6d2)]){const _0x1f85fb=_0x59918b({'unitId':_0x475480,'subUnitId':_0x614ea1,'drawingId':_0x5a2e86}),_0x35a444=_0x79a92a[_0x18c685(0x6d2)][_0x18c685(0x361)](_0x1f85fb);_0x35a444&&_0x35a444[_0x18c685(0x609)](!0x0);}}return _0x49312f;}},L3={'type':_0x322dfd['COMMAND'],'id':_0x54485f(0x3f7),'handler':async _0x1ac118=>{const _0x545bf3=_0x54485f;var _0x411648;const _0x4309a3=_0x1ac118[_0x545bf3(0x56a)](V1),_0x43bbbe=_0x1ac118['get'](_0x3a703d),_0x4f72d0=_0x1ac118[_0x545bf3(0x56a)](_0x8c2ce7),_0x18293c=_0x4309a3[_0x545bf3(0x3bb)]();if(!_0x18293c)return!0x1;const {unitId:_0x4068f7,subUnitId:_0x2892ed,shapeId:_0x22c9e0}=_0x18293c,_0x30dd1c=_0x43bbbe[_0x545bf3(0x542)](_0x4068f7,_0x2892ed,_0x22c9e0);if(!_0x30dd1c)return!0x1;const _0x4c2b73=_0x30dd1c['getShapeTextData']();if(!_0x4c2b73||!(_0x545bf3(0x520)in _0x4c2b73))return!0x1;const _0xc929c2=_0x4c2b73[_0x545bf3(0x520)],_0x81686e=(_0x411648=_0xc929c2==null?void 0x0:_0xc929c2['fs'])!=null?_0x411648:0xe,_0xb27198=[0x9,0xa,0xb,0xc,0xe,0x10,0x12,0x14,0x16,0x18,0x1a,0x1c,0x24,0x30,0x48];let _0xd65a1f=_0x81686e;const _0x3a592c=_0xb27198['indexOf'](_0x81686e);return _0x3a592c!==-0x1&&_0x3a592c<_0xb27198['length']-0x1?_0xd65a1f=_0xb27198[_0x3a592c+0x1]:_0x3a592c===-0x1&&(_0xd65a1f=Math[_0x545bf3(0x735)](_0x81686e)+0x1),_0x4f72d0[_0x545bf3(0x261)](ke['id'],{'value':_0xd65a1f});}},v3={'type':_0x322dfd[_0x54485f(0x360)],'id':_0x54485f(0x54e),'handler':async _0x3142a6=>{const _0x45e9de=_0x54485f;var _0x23f7ca;const _0x41465c=_0x3142a6[_0x45e9de(0x56a)](V1),_0x50cde3=_0x3142a6['get'](_0x3a703d),_0x57157b=_0x3142a6['get'](_0x8c2ce7),_0x48b618=_0x41465c[_0x45e9de(0x3bb)]();if(!_0x48b618)return!0x1;const {unitId:_0x45b120,subUnitId:_0x4fd1aa,shapeId:_0x598178}=_0x48b618,_0x2f8dd8=_0x50cde3[_0x45e9de(0x542)](_0x45b120,_0x4fd1aa,_0x598178);if(!_0x2f8dd8)return!0x1;const _0x4509a2=_0x2f8dd8[_0x45e9de(0x35f)]();if(!_0x4509a2||!(_0x45e9de(0x520)in _0x4509a2))return!0x1;const _0x4a6224=_0x4509a2['dataModel'],_0x45bb18=(_0x23f7ca=_0x4a6224==null?void 0x0:_0x4a6224['fs'])!=null?_0x23f7ca:0xe,_0x137112=[0x9,0xa,0xb,0xc,0xe,0x10,0x12,0x14,0x16,0x18,0x1a,0x1c,0x24,0x30,0x48];let _0x2d517e=_0x45bb18;const _0xcdfc77=_0x137112[_0x45e9de(0x5c4)](_0x45bb18);return _0xcdfc77!==-0x1&&_0xcdfc77>0x0?_0x2d517e=_0x137112[_0xcdfc77-0x1]:_0xcdfc77===-0x1&&(_0x2d517e=Math[_0x45e9de(0x735)](_0x45bb18)-0x1),_0x2d517e<0x1&&(_0x2d517e=0x1),_0x57157b[_0x45e9de(0x261)](ke['id'],{'value':_0x2d517e});}},Ce={'type':_0x322dfd[_0x54485f(0x360)],'id':_0x54485f(0x76c),'handler':(_0x13d569,_0x226ebe)=>{const _0x7ed500=_0x54485f;var _0x3cff97,_0x3ec119,_0x4a6003;const _0x3a4c9e=_0x13d569[_0x7ed500(0x56a)](_0x8c2ce7),_0x21239d=_0x13d569[_0x7ed500(0x56a)](_0x4ed9d9),_0x123c7c=_0x13d569[_0x7ed500(0x56a)](_0x3fde6e),_0x2f654c=_0x13d569['get'](_0x48cf56),_0x39a9b7=_0x13d569[_0x7ed500(0x56a)](_0x3a703d),_0x46c1e5=_0x13d569['get'](_0x371e3a),_0x4f64df=_0x441502(_0x21239d,_0x226ebe);if(!_0x4f64df)return!0x1;const {unitId:_0xbd3173,subUnitId:_0x2c8e05}=_0x4f64df,{connectorShapeId:_0x37f394}=_0x226ebe,_0x495ab3=_0x123c7c[_0x7ed500(0x5f4)](_0xbd3173,_0x2c8e05);if(!_0x495ab3[_0x37f394])return!0x1;const _0x4aef6a=_0x39a9b7[_0x7ed500(0x542)](_0xbd3173,_0x2c8e05,_0x37f394);if(!_0x4aef6a)return!0x1;const _0x30c2f0=_0x495ab3[_0x37f394],_0x33fb1f={..._0x30c2f0[_0x7ed500(0x3fd)],'width':_0x226ebe[_0x7ed500(0x5ec)],'height':_0x226ebe[_0x7ed500(0x4c5)],'left':_0x226ebe[_0x7ed500(0x40c)],'top':_0x226ebe[_0x7ed500(0x739)],'flipX':_0x226ebe['flipX'],'flipY':_0x226ebe['flipY'],'angle':(_0x4a6003=(_0x3ec119=_0x226ebe[_0x7ed500(0x3d7)])!=null?_0x3ec119:(_0x3cff97=_0x30c2f0[_0x7ed500(0x3fd)])==null?void 0x0:_0x3cff97[_0x7ed500(0x722)])!=null?_0x4a6003:0x0},_0x3c533f=_0x46c1e5[_0x7ed500(0x1c9)](_0xbd3173),_0x2c0660=_0x3c533f==null?void 0x0:_0x3c533f[_0x7ed500(0x664)](_0x58db79);if(!_0x2c0660)return!0x1;const _0x8f794a={'unitId':_0xbd3173,'subUnitId':_0x2c8e05,'drawingType':_0x4482fd['DRAWING_SHAPE'],'drawingId':_0x37f394,'transform':_0x33fb1f,'sheetTransform':_0x24a4ab(_0x33fb1f,_0x2c0660)},_0x28e4f1=_0x123c7c[_0x7ed500(0x2da)]([_0x8f794a]),{unitId:_0xa1743e,subUnitId:_0x329dfe,undo:_0x2a7582,redo:_0x3450f2,objects:_0x5d92f6}=_0x28e4f1,_0x3100bf=_0x4aef6a[_0x7ed500(0x552)](),_0x45fe92=[{'id':_0x58821a['id'],'params':{'unitId':_0xa1743e,'subUnitId':_0x329dfe,'op':_0x3450f2,'objects':_0x5d92f6,'type':_0x5ee0ba[_0x7ed500(0x685)]}},{'id':_0x44d94b['id'],'params':{'unitId':_0xbd3173,'subUnitId':_0x2c8e05,'shapeId':_0x37f394,'shapeType':_0x226ebe[_0x7ed500(0x4dc)],'shapeData':{'adjustValues':_0x226ebe[_0x7ed500(0x4c0)],'relation':_0x226ebe[_0x7ed500(0x282)]}}}],_0x1b21b3=[{'id':_0x58821a['id'],'params':{'unitId':_0xa1743e,'subUnitId':_0x329dfe,'op':_0x2a7582,'objects':_0x5d92f6,'type':_0x5ee0ba[_0x7ed500(0x685)]}},{'id':_0x44d94b['id'],'params':{'unitId':_0xbd3173,'subUnitId':_0x2c8e05,'shapeId':_0x37f394,'shapeType':_0x3100bf,'shapeData':{'adjustValues':_0x226ebe['oldAdjustValues'],'relation':_0x226ebe['oldRelation']}}}];return _0xe2c731(_0x45fe92,_0x3a4c9e)&&_0x2f654c[_0x7ed500(0x3b8)]({'unitID':_0xbd3173,'undoMutations':_0x1b21b3,'redoMutations':_0x45fe92}),!0x0;}},mr={'type':_0x322dfd[_0x54485f(0x360)],'id':_0x54485f(0x563),'handler':(_0x32c2a3,_0x3cad0f)=>{const _0x1ab2b1=_0x54485f,_0x32a0cd=_0x32c2a3['get'](_0x8c2ce7),_0x2a2fb7=_0x32c2a3[_0x1ab2b1(0x56a)](_0x4ed9d9),_0xd57d0d=_0x32c2a3[_0x1ab2b1(0x56a)](_0x3fde6e),_0x54d13e=_0x32c2a3[_0x1ab2b1(0x56a)](_0x48cf56),_0x1d67ce=_0x32c2a3['get'](_0x3a703d),_0x5c5075=_0x441502(_0x2a2fb7,_0x3cad0f);if(!_0x5c5075)return!0x1;const {unitId:_0x489ea3,subUnitId:_0x458493}=_0x5c5075,_0x26529c=_0x3cad0f[_0x1ab2b1(0x572)],_0x3e4742=_0x3cad0f[_0x1ab2b1(0x635)],_0x940012=_0x3cad0f[_0x1ab2b1(0x36b)],_0xedde88=_0xd57d0d['getDrawingData'](_0x489ea3,_0x458493);if(!_0xedde88[_0x26529c]||!_0x1d67ce['getShapeModel'](_0x489ea3,_0x458493,_0x26529c))return!0x1;const _0x2913de={..._0xedde88[_0x26529c][_0x1ab2b1(0x3fd)],'width':_0x3cad0f[_0x1ab2b1(0x5ec)],'height':_0x3cad0f[_0x1ab2b1(0x4c5)],'left':_0x3cad0f[_0x1ab2b1(0x40c)],'top':_0x3cad0f[_0x1ab2b1(0x739)],'flipX':_0x3e4742,'flipY':_0x940012,'angle':_0x3cad0f[_0x1ab2b1(0x722)]},_0x257f81={'unitId':_0x489ea3,'subUnitId':_0x458493,'drawingType':_0x4482fd[_0x1ab2b1(0x1b8)],'drawingId':_0x26529c,'transform':_0x2913de},_0x4b4041=_0xd57d0d[_0x1ab2b1(0x2da)]([_0x257f81]),{unitId:_0x302abd,subUnitId:_0x1a6d4a,undo:_0x768dde,redo:_0x266c9c,objects:_0xad8ed1}=_0x4b4041,_0x2eb19f=[{'id':_0x58821a['id'],'params':{'unitId':_0x302abd,'subUnitId':_0x1a6d4a,'op':_0x266c9c,'objects':_0xad8ed1,'type':_0x5ee0ba['UPDATE']}},{'id':_0x44d94b['id'],'params':{'unitId':_0x489ea3,'subUnitId':_0x458493,'shapeId':_0x26529c,'shapeType':_0x3cad0f[_0x1ab2b1(0x4dc)],'shapeData':{'adjustValues':_0x3cad0f[_0x1ab2b1(0x4c0)]}}}],_0x3350bc=[{'id':_0x58821a['id'],'params':{'unitId':_0x302abd,'subUnitId':_0x1a6d4a,'op':_0x768dde,'objects':_0xad8ed1,'type':_0x5ee0ba['UPDATE']}},{'id':_0x44d94b['id'],'params':{'unitId':_0x489ea3,'subUnitId':_0x458493,'shapeId':_0x26529c,'shapeType':_0x3cad0f[_0x1ab2b1(0x431)],'shapeData':{'adjustValues':_0x3cad0f[_0x1ab2b1(0x297)]}}}];return _0xe2c731(_0x2eb19f,_0x32a0cd)&&_0x54d13e[_0x1ab2b1(0x3b8)]({'unitID':_0x489ea3,'undoMutations':_0x3350bc,'redoMutations':_0x2eb19f}),!0x0;}},H3=_0x54485f(0x2b2),mt={};class z1 extends _0x262e55{constructor(_0x27c806,_0x19ec61){const _0x505ece=_0x54485f;super(_0x27c806,_0x19ec61),A(this,_0x505ece(0x280)),A(this,_0x505ece(0x244),!0x0),A(this,_0x505ece(0x602),_0x4482fd[_0x505ece(0x1b8)]),(this[_0x505ece(0x280)]={..._0x19ec61},this[_0x505ece(0x474)]());}[_0x54485f(0x474)](){const _0x3bbeca=_0x54485f;this[_0x3bbeca(0x67f)][_0x3bbeca(0x2d6)](_0x4a342f=>{const _0x4744e9=_0x3bbeca;this[_0x4744e9(0x1eb)](_0x4a342f);});}[_0x54485f(0x698)](_0x15e27f){const _0x7b9f60=_0x54485f;this[_0x7b9f60(0x280)]['prstGeom']=_0x15e27f;}[_0x54485f(0x56b)](_0x564650){const _0x4b92b3=_0x54485f;this[_0x4b92b3(0x280)][_0x4b92b3(0x4a0)]=_0x564650,this[_0x4b92b3(0x609)](!0x0);}get['unitId'](){const _0x17d87d=_0x54485f;return this[_0x17d87d(0x280)][_0x17d87d(0x65a)];}get[_0x54485f(0x74b)](){const _0x4814b6=_0x54485f;return this[_0x4814b6(0x280)][_0x4814b6(0x74b)];}[_0x54485f(0x1eb)](_0x18b6da){const _0x5291e8=_0x54485f;if(this['_props'][_0x5291e8(0x74d)]==null||!this[_0x5291e8(0x244)])return;const {width:_0xd210cc,height:_0x319441}=this,{width:_0x2b9eef=0x0,height:_0xb4407f=0x0}=_0x18b6da['preValue'],{left:_0x126399=0x0,top:_0x52236a=0x0,right:_0x4245c6=0x0,bottom:_0x59619a=0x0}=this[_0x5291e8(0x280)][_0x5291e8(0x74d)];let _0xd36ada=_0x126399,_0xad3d0=_0x52236a,_0x5213f3=_0x4245c6,_0x12cf02=_0x59619a,_0x115eec=!0x1;if(_0x2b9eef!==0x0&&_0x2b9eef!==_0xd210cc){const _0x82158d=_0x126399/_0x2b9eef,_0x80d69d=_0x4245c6/_0x2b9eef;_0xd36ada=_0xd210cc*_0x82158d,_0x5213f3=_0xd210cc*_0x80d69d,_0x115eec=!0x0;}if(_0xb4407f!==0x0&&_0xb4407f!==_0x319441){const _0x12f4b3=_0x52236a/_0xb4407f,_0x2b9803=_0x59619a/_0xb4407f;_0xad3d0=_0x319441*_0x12f4b3,_0x12cf02=_0x319441*_0x2b9803,_0x115eec=!0x0;}_0x115eec&&this[_0x5291e8(0x339)]({'left':_0xd36ada,'top':_0xad3d0,'right':_0x5213f3,'bottom':_0x12cf02});}[_0x54485f(0x339)](_0x2b1d47){const _0x19655d=_0x54485f;this[_0x19655d(0x280)]['srcRect']=_0x2b1d47,this['makeDirty'](!0x0);}get[_0x54485f(0x31a)](){const _0x5c4fe4=_0x54485f;return this[_0x5c4fe4(0x280)][_0x5c4fe4(0x31a)];}get['shapeId'](){const _0x2d74cf=_0x54485f;return this['_props'][_0x2d74cf(0x572)];}get[_0x54485f(0x403)](){const _0x267752=_0x54485f;return _0x39f374[_0x267752(0x5fa)];}[_0x54485f(0x5ee)](_0x5cb2a1,_0x51c29f){const _0x3e4b64=_0x54485f,_0x215ad5=this[_0x3e4b64(0x280)][_0x3e4b64(0x31a)];if(!_0x215ad5||!_0x51c29f)return;const {width:_0x37a3f4,height:_0x59a19f}=this,_0x54cc4f={'shapeType':_0x215ad5[_0x3e4b64(0x552)](),'width':_0x37a3f4,'height':_0x59a19f},_0x535500={'renderMode':_0x5976a0['Path']};_0x215ad5[_0x3e4b64(0x1c8)](_0x54cc4f),_0x5cb2a1['save']();const _0x3a927b={'top':0x0,'left':0x0,'width':_0x37a3f4,'height':_0x59a19f};_0x215ad5[_0x3e4b64(0x46b)](_0x5cb2a1,_0x3a927b,_0x535500),_0x5cb2a1['restore']();const _0x20f954=_0x215ad5[_0x3e4b64(0x35f)](),_0x14190b=_0x215ad5['getShapeTextRect'](_0x3a927b),_0x2d158a=_0x215ad5[_0x3e4b64(0x495)]();if(_0x20f954&&_0x14190b&&!_0x2d158a){_0x5cb2a1['save'](),this[_0x3e4b64(0x6b2)]()[_0x3e4b64(0x635)]&&_0x5cb2a1[_0x3e4b64(0x4ad)](-0x1,0x1);const _0x2f3a01=_0x37a3f4/0x2,_0x184abc=_0x59a19f/0x2;_0x5cb2a1['translate'](-_0x2f3a01,-_0x184abc),_0x5cb2a1[_0x3e4b64(0x3bf)](),this[_0x3e4b64(0x72c)](_0x5cb2a1,_0x20f954,_0x14190b),_0x5cb2a1[_0x3e4b64(0x1d0)]();}}[_0x54485f(0x71d)](_0x5a6495){}[_0x54485f(0x72c)](_0x4fa8f9,_0x14d2d4,_0xaaed2d){const _0x28566a=_0x54485f;this[_0x28566a(0x280)][_0x28566a(0x4a0)]||(_0x28566a(0x5f1)in _0x14d2d4&&_0x14d2d4[_0x28566a(0x5f1)]===!0x1?this[_0x28566a(0x63e)](_0x4fa8f9,_0x14d2d4,_0xaaed2d):this[_0x28566a(0x629)](_0x4fa8f9,_0x14d2d4,_0xaaed2d));}[_0x54485f(0x63e)](_0x328a74,_0x4f9a94,_0x491b57){}[_0x54485f(0x629)](_0x179b85,_0x475bee,_0x4f608c){const _0x53ba3b=_0x54485f;var _0x39d9ac;const _0x22269a=this[_0x53ba3b(0x280)][_0x53ba3b(0x443)];if(!_0x475bee[_0x53ba3b(0x520)]||!_0x22269a){_0x22269a||console[_0x53ba3b(0x4ca)](_0x53ba3b(0x6ee));return;}const _0x33982b=_0x475bee[_0x53ba3b(0x520)],_0xba38ed=_0x33982b[_0x53ba3b(0x559)],_0x4e6fb5=(_0x39d9ac=_0x33982b['va'])!=null?_0x39d9ac:_0x3d08ba[_0x53ba3b(0x6c5)];if(!_0xba38ed)return;_0xba38ed[_0x53ba3b(0x6e5)]?_0xba38ed[_0x53ba3b(0x6e5)][_0x53ba3b(0x358)]={'width':_0x4f608c['width'],'height':0x1/0x0}:_0xba38ed[_0x53ba3b(0x6e5)]={'pageSize':{'width':_0x4f608c[_0x53ba3b(0x5ec)],'height':0x1/0x0}};const _0x38e491=new _0x29ba28(_0xba38ed),_0x37df5f=new _0x4f310b(_0x38e491),_0x4bd701=_0x354556['create'](_0x37df5f,_0x22269a);_0x4bd701['calculate']();const {actualHeight:_0x42f5f3}=_0x4bd701[_0x53ba3b(0x5b4)]();let _0x5f2357=0x0;_0x4e6fb5===_0x3d08ba[_0x53ba3b(0x6ef)]?_0x5f2357=Math[_0x53ba3b(0x5c2)](0x0,(_0x4f608c[_0x53ba3b(0x4c5)]-_0x42f5f3)/0x2):_0x4e6fb5===_0x3d08ba[_0x53ba3b(0x6f8)]&&(_0x5f2357=Math[_0x53ba3b(0x5c2)](0x0,_0x4f608c[_0x53ba3b(0x4c5)]-_0x42f5f3)),_0x38e491[_0x53ba3b(0x418)]({'t':_0x5f2357}),_0x4bd701[_0x53ba3b(0x338)]();const _0x1d3f94=new _0x5b985f(_0x53ba3b(0x29b)+this[_0x53ba3b(0x585)],_0x4bd701,{'pageMarginLeft':0x0,'pageMarginTop':0x0});_0x179b85[_0x53ba3b(0x510)](),_0x179b85[_0x53ba3b(0x3c9)](_0x4f608c[_0x53ba3b(0x40c)],_0x4f608c['top']),_0x179b85[_0x53ba3b(0x3bf)](),_0x179b85[_0x53ba3b(0x5a9)](0x0,0x0,_0x4f608c[_0x53ba3b(0x5ec)],_0x4f608c[_0x53ba3b(0x4c5)]),_0x179b85[_0x53ba3b(0x2a3)](),_0x1d3f94[_0x53ba3b(0x256)](_0x179b85),_0x179b85[_0x53ba3b(0x1d0)](),_0x1d3f94[_0x53ba3b(0x6c6)](),_0x4bd701[_0x53ba3b(0x6c6)](),_0x37df5f['dispose'](),_0x38e491[_0x53ba3b(0x6c6)]();}['render'](_0x38f1b2,_0x32fa28,_0x7e15ac=!0x1){const _0x1ef9e8=_0x54485f;if(!this[_0x1ef9e8(0x454)])return this[_0x1ef9e8(0x609)](!0x1),this;if(this[_0x1ef9e8(0x34d)](_0x32fa28)){const {top:_0x9eda20,left:_0x121555,bottom:_0x1d4cf6,right:_0x1568ec}=_0x32fa28[_0x1ef9e8(0x263)];if(this[_0x1ef9e8(0x5ec)]+this['strokeWidth']+this[_0x1ef9e8(0x40c)]<_0x121555||_0x1568ec<this['left']||this[_0x1ef9e8(0x4c5)]+this[_0x1ef9e8(0x336)]+this[_0x1ef9e8(0x739)]<_0x9eda20||_0x1d4cf6<this['top'])return this;}const _0x202095=this[_0x1ef9e8(0x40c)]+this['width']/0x2,_0x1a55f1=this[_0x1ef9e8(0x739)]+this[_0x1ef9e8(0x4c5)]/0x2;let _0x508e4b=this[_0x1ef9e8(0x3fd)][_0x1ef9e8(0x460)]();if(this[_0x1ef9e8(0x280)][_0x1ef9e8(0x4a0)]){const _0x7b2ffd=this[_0x1ef9e8(0x6b2)](),_0x2bf7b2=new _0x33cec2();_0x2bf7b2['composeMatrix']({..._0x7b2ffd}),_0x508e4b=_0x2bf7b2[_0x1ef9e8(0x460)]();}return _0x38f1b2[_0x1ef9e8(0x510)](),this['_props'][_0x1ef9e8(0x31a)]['isRenderLinePointsMode']===!0x0||_0x38f1b2['transform'](_0x508e4b[0x0],_0x508e4b[0x1],_0x508e4b[0x2],_0x508e4b[0x3],_0x202095,_0x1a55f1),this[_0x1ef9e8(0x5ee)](_0x38f1b2,_0x32fa28),_0x38f1b2[_0x1ef9e8(0x1d0)](),this[_0x1ef9e8(0x609)](!0x1),this;}[_0x54485f(0x5a3)](_0x1794b4){const _0x346b98=_0x54485f,_0xcc1661=this['transform'][_0x346b98(0x460)](),_0x2f6843=this[_0x346b98(0x40c)]+this[_0x346b98(0x5ec)]/0x2,_0x63ce24=this[_0x346b98(0x739)]+this[_0x346b98(0x4c5)]/0x2,_0x110271=new _0x33cec2([_0xcc1661[0x0],_0xcc1661[0x1],_0xcc1661[0x2],_0xcc1661[0x3],_0x2f6843,_0x63ce24]);return _0x110271[_0x346b98(0x6e4)](),_0x110271[_0x346b98(0x5e2)](_0x1794b4);}[_0x54485f(0x45d)](_0xa355ca){const _0x4a048c=_0x54485f,_0x2cdbea=this[_0x4a048c(0x5a3)](_0xa355ca),_0x37e2a9=this[_0x4a048c(0x5ec)]/0x2,_0x1396a5=this[_0x4a048c(0x4c5)]/0x2,_0x709597=this[_0x4a048c(0x280)][_0x4a048c(0x31a)];return _0x709597&&_0x709597[_0x4a048c(0x495)]()?_0x709597['isHitLine'](_0x2cdbea['x'],_0x2cdbea['y'],this['width'],this[_0x4a048c(0x4c5)]):_0x2cdbea['x']>=-_0x37e2a9-this[_0x4a048c(0x336)]/0x2&&_0x2cdbea['x']<=_0x37e2a9+this['strokeWidth']/0x2&&_0x2cdbea['y']>=-_0x1396a5-this[_0x4a048c(0x336)]/0x2&&_0x2cdbea['y']<=_0x1396a5+this[_0x4a048c(0x336)]/0x2;}}var V3=Object['getOwnPropertyDescriptor'],M3=(_0x350d79,_0x1158ab,_0x51a39c,_0x3b0b4d)=>{const _0x3d5d14=_0x54485f;for(var _0x24587b=_0x3b0b4d>0x1?void 0x0:_0x3b0b4d?V3(_0x1158ab,_0x51a39c):_0x1158ab,_0x13af10=_0x350d79[_0x3d5d14(0x589)]-0x1,_0x4f67cc;_0x13af10>=0x0;_0x13af10--)(_0x4f67cc=_0x350d79[_0x13af10])&&(_0x24587b=_0x4f67cc(_0x24587b)||_0x24587b);return _0x24587b;},he=(_0x167c92,_0x16bff7)=>(_0xb84567,_0x100a53)=>_0x16bff7(_0xb84567,_0x100a53,_0x167c92);let Pe=class extends _0x3d0c25{constructor(_0xa4ea65,_0x50c9e9,_0x3c6296,_0x4cb765,_0x135c14){const _0x1b72b4=_0x54485f;super(),A(this,_0x1b72b4(0x394),null),(this[_0x1b72b4(0x437)]=_0xa4ea65,this[_0x1b72b4(0x377)]=_0x50c9e9,this[_0x1b72b4(0x2cb)]=_0x3c6296,this['_contextService']=_0x4cb765,this[_0x1b72b4(0x4ab)]=_0x135c14,this['_initEvents'](),this[_0x1b72b4(0x6f6)](),this[_0x1b72b4(0x1b7)]());}[_0x54485f(0x1b9)](){const _0x567f66=_0x54485f,{scene:_0x141149}=this[_0x567f66(0x437)];this[_0x567f66(0x1c2)](_0x141149[_0x567f66(0x48e)][_0x567f66(0x2d6)](_0x188a56=>{const _0x21dfcb=_0x567f66,{offsetX:_0x40bfd8,offsetY:_0x280b43}=_0x188a56,_0x4e6083=_0x141149[_0x21dfcb(0x43c)](_0x7c8a0e[_0x21dfcb(0x714)]([_0x40bfd8,_0x280b43]));if(_0x4e6083 instanceof z1){if(_0x25df97(this[_0x21dfcb(0x4ab)][_0x21dfcb(0x552)](_0x4e6083['unitId'],_0x4e6083[_0x21dfcb(0x74b)],_0x4e6083[_0x21dfcb(0x572)])))return;this[_0x21dfcb(0x377)][_0x21dfcb(0x56b)]({'visible':!0x0,'unitId':_0x4e6083[_0x21dfcb(0x65a)],'subUnitId':_0x4e6083['subUnitId'],'shapeId':_0x4e6083[_0x21dfcb(0x572)],'shapeKey':_0x4e6083['oKey']});}}));}[_0x54485f(0x6f6)](){const _0x5c6d14=_0x54485f;this[_0x5c6d14(0x1c2)](this[_0x5c6d14(0x2cb)][_0x5c6d14(0x51c)][_0x5c6d14(0x472)](_0x25f51e=>{const _0x4ac80a=_0x5c6d14;if(_0x25f51e[_0x4ac80a(0x589)]===0x1){const _0xbbdbff=_0x25f51e[0x0],_0x8f4d51=this[_0x4ac80a(0x2cb)]['getDrawingByParam'](_0xbbdbff);if((_0x8f4d51==null?void 0x0:_0x8f4d51[_0x4ac80a(0x529)])===_0x4482fd[_0x4ac80a(0x1b8)]){const _0x14b9a7=this['_shapeTextEditingService']['getEditing']();if((_0x14b9a7==null?void 0x0:_0x14b9a7['shapeId'])===_0xbbdbff['drawingId']&&_0x14b9a7[_0x4ac80a(0x454)])return;_0x25df97(this[_0x4ac80a(0x4ab)][_0x4ac80a(0x552)](_0xbbdbff[_0x4ac80a(0x65a)],_0xbbdbff[_0x4ac80a(0x74b)],_0xbbdbff[_0x4ac80a(0x424)]))&&this[_0x4ac80a(0x377)][_0x4ac80a(0x56b)](null);}else this['_shapeTextEditingService']['getEditing']()&&(this[_0x4ac80a(0x377)][_0x4ac80a(0x743)](!0x0),requestAnimationFrame(()=>{const _0x505c6e=_0x4ac80a;this[_0x505c6e(0x377)][_0x505c6e(0x56b)](null);}));}else this[_0x4ac80a(0x377)][_0x4ac80a(0x3bb)]()&&(this[_0x4ac80a(0x377)][_0x4ac80a(0x743)](!0x0),requestAnimationFrame(()=>{const _0x2f2a37=_0x4ac80a;this[_0x2f2a37(0x377)][_0x2f2a37(0x56b)](null);}));})),this[_0x5c6d14(0x1c2)](this[_0x5c6d14(0x2cb)][_0x5c6d14(0x1f9)]['subscribe'](_0x1592b5=>{const _0x30e547=_0x5c6d14,_0x1ca0cd=this[_0x30e547(0x377)][_0x30e547(0x3bb)]();_0x1ca0cd&&_0x1592b5[_0x30e547(0x494)](_0x1be89f=>_0x1be89f[_0x30e547(0x424)]===_0x1ca0cd[_0x30e547(0x572)])&&this[_0x30e547(0x377)][_0x30e547(0x56b)](null);}));}[_0x54485f(0x1b7)](){const _0x198370=_0x54485f;this['disposeWithMe'](this[_0x198370(0x377)][_0x198370(0x784)]['subscribe'](_0xa7f832=>{const _0x3d80d3=_0x198370,{scene:_0x23ea14}=this[_0x3d80d3(0x437)];if(this[_0x3d80d3(0x394)]){const _0x5e2703=_0x23ea14[_0x3d80d3(0x361)](this[_0x3d80d3(0x394)]);_0x5e2703&&_0x5e2703['setEditing'](!0x1);}if(_0xa7f832){const _0x4701bd=!!_0xa7f832[_0x3d80d3(0x454)],_0x41276a=_0x23ea14[_0x3d80d3(0x361)](_0xa7f832[_0x3d80d3(0x5f7)]);_0x41276a&&(_0x41276a[_0x3d80d3(0x56b)](_0x4701bd),this[_0x3d80d3(0x394)]=_0xa7f832[_0x3d80d3(0x5f7)]),this[_0x3d80d3(0x1ab)][_0x3d80d3(0x1e3)](_0x316e93,_0x4701bd);}else this[_0x3d80d3(0x394)]=null,this[_0x3d80d3(0x1ab)][_0x3d80d3(0x1e3)](_0x316e93,!0x1);}));}};Pe=M3([he(0x1,_0x2bf79f(V1)),he(0x2,_0x3fde6e),he(0x3,_0x2421fa),he(0x4,_0x2bf79f(_0x3a703d))],Pe);var y3=Object[_0x54485f(0x2e8)],b3=(_0x183596,_0x1a7522,_0x5aed8e,_0x2f02c6)=>{for(var _0x27616d=_0x2f02c6>0x1?void 0x0:_0x2f02c6?y3(_0x1a7522,_0x5aed8e):_0x1a7522,_0x2efc3b=_0x183596['length']-0x1,_0x3d4afb;_0x2efc3b>=0x0;_0x2efc3b--)(_0x3d4afb=_0x183596[_0x2efc3b])&&(_0x27616d=_0x3d4afb(_0x27616d)||_0x27616d);return _0x27616d;},ye=(_0xd03ca0,_0x48b2be)=>(_0x1c3105,_0x38dd1c)=>_0x48b2be(_0x1c3105,_0x38dd1c,_0xd03ca0);let Y1=class extends _0x3d0c25{constructor(_0x306add,_0x31b82d,_0x1fab5b){const _0x2d3e51=_0x54485f;super(),this[_0x2d3e51(0x2cb)]=_0x306add,this[_0x2d3e51(0x4ab)]=_0x31b82d,this[_0x2d3e51(0x45e)]=_0x1fab5b;}[_0x54485f(0x5a6)](_0x2634a4,_0x3bf134){const _0x4ec2b6=_0x54485f,{transform:_0x1d1d23,drawingType:_0x1870ea,srcRect:_0x1e605e,prstGeom:_0x5547c0,groupId:_0x1495ec,unitId:_0x8d5a5b,subUnitId:_0x2bea36,drawingId:_0x41bf2a,isMultiTransform:_0x3cb56f,transforms:_0x5f202c}=_0x2634a4;if(_0x1870ea!==_0x4482fd[_0x4ec2b6(0x1b8)]||!this['_drawingManagerService'][_0x4ec2b6(0x3cd)]()||_0x1d1d23==null)return;const _0x3dbf8f=_0x3cb56f&&_0x5f202c?_0x5f202c:[_0x1d1d23],_0x4238b1=[];for(const _0x2a9b07 of _0x3dbf8f){const {left:_0x28cc7a,top:_0x334fbc,width:_0x1e1e51,height:_0x2d5eeb,angle:_0x3af237,flipX:_0x23f004,flipY:_0x37c100,skewX:_0xed7895,skewY:_0x5e171e}=_0x2a9b07,_0x1bf4a2=_0x3dbf8f[_0x4ec2b6(0x5c4)](_0x2a9b07),_0x289e93=_0x59918b({'unitId':_0x8d5a5b,'subUnitId':_0x2bea36,'drawingId':_0x41bf2a},_0x3cb56f?_0x1bf4a2:void 0x0),_0x55ea71=_0x3bf134[_0x4ec2b6(0x361)](_0x289e93);if(_0x55ea71!=null){_0x55ea71[_0x4ec2b6(0x536)]({'left':_0x28cc7a,'top':_0x334fbc,'width':_0x1e1e51,'height':_0x2d5eeb,'angle':_0x3af237,'flipX':_0x23f004,'flipY':_0x37c100,'skewX':_0xed7895,'skewY':_0x5e171e});continue;}const _0x20675c=this['_drawingManagerService'][_0x4ec2b6(0x2b3)](_0x8d5a5b,_0x2bea36),_0x2db66b=_0x20675c[_0x4ec2b6(0x5c4)](_0x41bf2a);if(_0x3bf134['getObject'](_0x289e93)||!this[_0x4ec2b6(0x2cb)][_0x4ec2b6(0x3cd)]())continue;const _0x1ec02b=this[_0x4ec2b6(0x4ab)]['getShapeModel'](_0x8d5a5b,_0x2bea36,_0x41bf2a);if(!_0x1ec02b)continue;const _0x143086={..._0x2a9b07,'zIndex':_0x2db66b===-0x1?_0x20675c['length']-0x1:_0x2db66b,'shapeModel':_0x1ec02b,'localeService':this[_0x4ec2b6(0x45e)],'shapeId':_0x41bf2a,'unitId':_0x8d5a5b,'subUnitId':_0x2bea36},_0x46270a=new z1(_0x289e93,_0x143086);_0x3bf134[_0x4ec2b6(0x238)](_0x46270a,_0xb8de26),this[_0x4ec2b6(0x2cb)][_0x4ec2b6(0x515)]()&&_0x3bf134[_0x4ec2b6(0x639)](_0x46270a),_0x1495ec&&_0x5ddb22({'drawingId':_0x1495ec,'unitId':_0x8d5a5b,'subUnitId':_0x2bea36},_0x46270a,_0x3bf134,this[_0x4ec2b6(0x2cb)]),_0x5547c0!=null&&_0x46270a[_0x4ec2b6(0x698)](_0x5547c0),_0x1e605e!=null&&_0x46270a[_0x4ec2b6(0x339)](_0x1e605e),_0x4238b1['push'](_0x46270a);}return _0x4238b1;}};Y1=b3([ye(0x0,_0x3fde6e),ye(0x1,_0x2bf79f(_0x3a703d)),ye(0x2,_0x2bf79f(_0x4d18b4))],Y1);var _3=Object[_0x54485f(0x2e8)],x3=(_0x2590b5,_0x368e3e,_0x1da2d3,_0x1d3fe4)=>{const _0x99d40=_0x54485f;for(var _0x428a21=_0x1d3fe4>0x1?void 0x0:_0x1d3fe4?_3(_0x368e3e,_0x1da2d3):_0x368e3e,_0x735541=_0x2590b5[_0x99d40(0x589)]-0x1,_0x4b911a;_0x735541>=0x0;_0x735541--)(_0x4b911a=_0x2590b5[_0x735541])&&(_0x428a21=_0x4b911a(_0x428a21)||_0x428a21);return _0x428a21;},j1=(_0x17411f,_0x67ba9f)=>(_0xa23c48,_0x428dab)=>_0x67ba9f(_0xa23c48,_0x428dab,_0x17411f);let me=class extends _0x3d0c25{constructor(_0x575092,_0x2741fe,_0x26c6c1,_0x535bb3,_0xbfac4,_0x2a0808){const _0x34b1f0=_0x54485f;super(),this[_0x34b1f0(0x465)]=_0x575092,this[_0x34b1f0(0x76e)]=_0x2741fe,this[_0x34b1f0(0x2cb)]=_0x26c6c1,this[_0x34b1f0(0x4ec)]=_0x535bb3,this[_0x34b1f0(0x70b)]=_0xbfac4,this['_sheetDrawingShapeRenderController']=_0x2a0808,this[_0x34b1f0(0x65e)]();}['_initialize'](){const _0x203479=_0x54485f;this[_0x203479(0x5cc)](),this[_0x203479(0x519)]();}[_0x54485f(0x5cc)](){const _0x5548dd=_0x54485f;this['disposeWithMe'](this['_drawingManagerService'][_0x5548dd(0x51a)][_0x5548dd(0x472)](_0x552b2b=>{this['_insertShapes'](_0x552b2b);}));}[_0x54485f(0x519)](){const _0x3aef85=_0x54485f;this['disposeWithMe'](this[_0x3aef85(0x2cb)]['update$'][_0x3aef85(0x472)](_0x2543b6=>{const _0x1f548b=_0x3aef85;_0x2543b6[_0x1f548b(0x6c3)](_0x4558d4=>{const _0x530a56=_0x1f548b,{unitId:_0xbafca0,subUnitId:_0x4a3093,drawingId:_0x89d932}=_0x4558d4,_0x493b32=this[_0x530a56(0x2cb)][_0x530a56(0x2c1)](_0x4558d4);if(_0x493b32==null)return;const {transform:_0x3425aa,drawingType:_0x384340,srcRect:_0x2d6b11,prstGeom:_0x1c3669}=_0x493b32;if(_0x384340!==_0x4482fd['DRAWING_SHAPE'])return;const _0x293b9c=this[_0x530a56(0x668)](_0xbafca0);if(_0x293b9c==null)return;const {scene:_0xfd355,transformer:_0x275257}=_0x293b9c;if(_0x3425aa==null)return!0x0;const _0x217d5b=_0x59918b({'unitId':_0xbafca0,'subUnitId':_0x4a3093,'drawingId':_0x89d932}),_0x2a8cc2=_0xfd355[_0x530a56(0x361)](_0x217d5b);if(_0x2a8cc2===null)return!0x0;_0x2a8cc2[_0x530a56(0x339)](_0x2d6b11),_0x2a8cc2['setPrstGeom'](_0x1c3669);});}));}['_insertShapes'](_0x1ba2b1){_0x1ba2b1['forEach'](async _0x42effd=>{const _0x9d98a6=_0x1a5f;var _0x2b1306;const {unitId:_0x35d2c5,subUnitId:_0x27290a}=_0x42effd,_0xb38da0=this[_0x9d98a6(0x668)](_0x35d2c5),_0xc87633=(_0x2b1306=_0xac914f(this[_0x9d98a6(0x4ec)],_0x35d2c5))==null?void 0x0:_0x2b1306[_0x9d98a6(0x74b)];if(_0xb38da0==null||_0xc87633!==_0x27290a)return;const _0x1543ae=this[_0x9d98a6(0x2cb)][_0x9d98a6(0x2c1)](_0x42effd);if(_0x1543ae==null)return;const _0x48af9e=_0x1543ae[_0x9d98a6(0x6a6)]||{};if(_0x25df97(_0x48af9e[_0x9d98a6(0x6df)])){const _0x19d511=_0x1543ae[_0x9d98a6(0x3fd)];_0x19d511&&(_0x1543ae[_0x9d98a6(0x3fd)]={..._0x19d511,'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1});}this[_0x9d98a6(0x2cb)][_0x9d98a6(0x723)]([_0x1543ae]),this[_0x9d98a6(0x33e)][_0x9d98a6(0x5a6)](_0x1543ae,_0xb38da0[_0x9d98a6(0x6d2)]);});}[_0x54485f(0x668)](_0x5c1f83){const _0x260e61=_0x54485f;if(_0x5c1f83==null)return;const _0x35ab0b=this['_renderManagerService'][_0x260e61(0x1c9)](_0x5c1f83),_0x7f4090=_0x35ab0b==null?void 0x0:_0x35ab0b[_0x260e61(0x6d2)];if(_0x7f4090==null)return null;const _0x51fdeb=_0x7f4090['getTransformerByCreate']();return{'scene':_0x7f4090,'transformer':_0x51fdeb};}};me=x3([j1(0x0,_0x8c2ce7),j1(0x1,_0x371e3a),j1(0x2,_0x3fde6e),j1(0x3,_0x4ed9d9),j1(0x4,_0x2bf79f(_0x324e11)),j1(0x5,_0x2bf79f(Y1))],me);const It={'normal':{'fill':_0x577177['cxnPointFill'],'stroke':_0x577177[_0x54485f(0x356)],'strokeWidth':_0x577177[_0x54485f(0x4b9)]},'highlighted':{'fill':'#4285f4','stroke':'#1a73e8','strokeWidth':0x2}};class A3 extends _0x262e55{constructor(_0x4ac8df,_0x3c30fa){const _0x123b5d=_0x54485f;super(_0x4ac8df,_0x3c30fa),A(this,_0x123b5d(0x58a),''),A(this,_0x123b5d(0x604),-0x1),A(this,'_unitId',''),A(this,_0x123b5d(0x768),''),A(this,_0x123b5d(0x4f3),!0x1),_0x3c30fa&&this[_0x123b5d(0x22c)](_0x3c30fa);}['getConnectionInfo'](){const _0x249297=_0x54485f;return{'unitId':this[_0x249297(0x554)],'subUnitId':this[_0x249297(0x768)],'shapeId':this[_0x249297(0x58a)],'cxnIndex':this[_0x249297(0x604)]};}['setHighlighted'](_0x56617b){const _0xab7d38=_0x54485f;this[_0xab7d38(0x4f3)]!==_0x56617b&&(this[_0xab7d38(0x4f3)]=_0x56617b,this[_0xab7d38(0x609)](!0x0));}[_0x54485f(0x6da)](){const _0x167fc6=_0x54485f;return this[_0x167fc6(0x4f3)];}['setShapeProps'](_0x5acffb){const _0x601f68=_0x54485f;var _0x4ad1de,_0x31438f;typeof _0x5acffb['targetShapeId']<'u'&&(this[_0x601f68(0x58a)]=_0x5acffb[_0x601f68(0x690)]),typeof _0x5acffb['cxnIndex']<'u'&&(this['_cxnIndex']=_0x5acffb[_0x601f68(0x60b)]),typeof _0x5acffb[_0x601f68(0x65a)]<'u'&&(this[_0x601f68(0x554)]=_0x5acffb['unitId']),typeof _0x5acffb[_0x601f68(0x74b)]<'u'&&(this[_0x601f68(0x768)]=_0x5acffb[_0x601f68(0x74b)]),typeof _0x5acffb[_0x601f68(0x6da)]<'u'&&(this[_0x601f68(0x4f3)]=_0x5acffb['isHighlighted']),this[_0x601f68(0x536)]({'width':(_0x4ad1de=_0x5acffb[_0x601f68(0x5ec)])!=null?_0x4ad1de:_0x577177[_0x601f68(0x704)]*0x2,'height':(_0x31438f=_0x5acffb['height'])!=null?_0x31438f:_0x577177[_0x601f68(0x704)]*0x2});}[_0x54485f(0x5ee)](_0x36d003){const _0x42324c=_0x54485f,_0x50dc3f=this[_0x42324c(0x4f3)]?It[_0x42324c(0x3aa)]:It[_0x42324c(0x37e)];_0x4873cc[_0x42324c(0x568)](_0x36d003,{'radius':_0x577177[_0x42324c(0x704)],'fill':_0x50dc3f[_0x42324c(0x5d0)],'stroke':_0x50dc3f['stroke'],'strokeWidth':_0x50dc3f[_0x42324c(0x336)],'evented':!0x0});}}var Z3=Object['getOwnPropertyDescriptor'],R3=(_0x36bf65,_0x3fe66d,_0x776939,_0x1d3cc8)=>{const _0x45d5d3=_0x54485f;for(var _0x137573=_0x1d3cc8>0x1?void 0x0:_0x1d3cc8?Z3(_0x3fe66d,_0x776939):_0x3fe66d,_0xf91ed=_0x36bf65[_0x45d5d3(0x589)]-0x1,_0x35ffc6;_0xf91ed>=0x0;_0xf91ed--)(_0x35ffc6=_0x36bf65[_0xf91ed])&&(_0x137573=_0x35ffc6(_0x137573)||_0x137573);return _0x137573;},be=(_0x4a678e,_0x1dd9cf)=>(_0x12d0d4,_0x4810bb)=>_0x1dd9cf(_0x12d0d4,_0x4810bb,_0x4a678e);const Lt=0xa,B3=0x5;let te=class extends _0x3d0c25{constructor(_0x567ad5,_0x366d6c,_0x57181d,_0x4f1729){const _0x299bcb=_0x54485f;super(),A(this,_0x299bcb(0x4ef),[]),A(this,_0x299bcb(0x222),null),A(this,_0x299bcb(0x5f3),-0x1),A(this,_0x299bcb(0x39f),null),A(this,'_unitId',''),A(this,'_subUnitId',''),A(this,'_draggingConnectorId',null),(this[_0x299bcb(0x437)]=_0x567ad5,this['_renderManagerService']=_0x366d6c,this['_drawingManagerService']=_0x57181d,this[_0x299bcb(0x4ab)]=_0x4f1729);}[_0x54485f(0x645)](_0x5b4aee,_0x533f6c,_0x571ef8,_0x2f7302){const _0x2c8ba=_0x54485f;this['_currentScene']=_0x5b4aee,this['_unitId']=_0x533f6c,this['_subUnitId']=_0x571ef8,this[_0x2c8ba(0x492)]=_0x2f7302;}['updateConnectionDetection'](_0x44e9d3){const _0x31e34a=_0x54485f;if(!this[_0x31e34a(0x39f)])return null;const _0x1664d0=this[_0x31e34a(0x207)](_0x44e9d3);return _0x1664d0?(this[_0x31e34a(0x222)]!==_0x1664d0[_0x31e34a(0x572)]&&(this['_clearConnectionSites'](),this['_showConnectionSites'](_0x1664d0[_0x31e34a(0x572)],_0x1664d0[_0x31e34a(0x31a)]),this['_activeTargetShapeId']=_0x1664d0[_0x31e34a(0x572)]),this[_0x31e34a(0x4b3)](_0x44e9d3)):(this[_0x31e34a(0x222)]!==null&&(this[_0x31e34a(0x399)](),this[_0x31e34a(0x222)]=null),null);}[_0x54485f(0x1bc)](){const _0x779286=_0x54485f;this['_clearConnectionSites'](),this['_currentScene']=null,this[_0x779286(0x222)]=null,this[_0x779286(0x5f3)]=-0x1,this[_0x779286(0x492)]=null;}[_0x54485f(0x72a)](){const _0x53adea=_0x54485f;return this[_0x53adea(0x222)]===null||this[_0x53adea(0x5f3)]<0x0?null:{'shapeId':this['_activeTargetShapeId'],'cxnIndex':this[_0x53adea(0x5f3)]};}[_0x54485f(0x207)](_0x40910f){const _0xe897a6=_0x54485f,_0x1e5c86=this['_drawingManagerService'][_0xe897a6(0x5f4)](this[_0xe897a6(0x554)],this[_0xe897a6(0x768)]);for(const _0x1c7c5b of Object[_0xe897a6(0x217)](_0x1e5c86)){if(_0x1c7c5b===this[_0xe897a6(0x492)])continue;const _0x356422=_0x1e5c86[_0x1c7c5b];if(_0x356422['drawingType']!==_0x4482fd['DRAWING_SHAPE'])continue;const _0x4adafb=this[_0xe897a6(0x4ab)][_0xe897a6(0x542)](this[_0xe897a6(0x554)],this['_subUnitId'],_0x1c7c5b);if(!_0x4adafb||_0x25df97(_0x4adafb[_0xe897a6(0x552)]())||_0x4adafb[_0xe897a6(0x300)]()[_0xe897a6(0x589)]===0x0)continue;const {transform:_0x7a9c85}=_0x356422;if(!_0x7a9c85)continue;const {left:_0x3eb2fa=0x0,top:_0x3c853d=0x0,width:_0x1ff79f=0x0,height:_0x2800c4=0x0}=_0x7a9c85,_0x1d04a4=B3;if(_0x40910f['x']>=_0x3eb2fa-_0x1d04a4&&_0x40910f['x']<=_0x3eb2fa+_0x1ff79f+_0x1d04a4&&_0x40910f['y']>=_0x3c853d-_0x1d04a4&&_0x40910f['y']<=_0x3c853d+_0x2800c4+_0x1d04a4)return{'shapeId':_0x1c7c5b,'shapeModel':_0x4adafb};}return null;}['_showConnectionSites'](_0x3197c4,_0x34f834){const _0x40874b=_0x54485f;if(!this[_0x40874b(0x39f)])return;const _0x4e9504={'unitId':this[_0x40874b(0x554)],'subUnitId':this[_0x40874b(0x768)],'drawingId':_0x3197c4},_0x1d4cc9=this['_drawingManagerService'][_0x40874b(0x2c1)](_0x4e9504);if(!(_0x1d4cc9!=null&&_0x1d4cc9[_0x40874b(0x3fd)]))return;const {left:_0x4109f4=0x0,top:_0x9e2ad4=0x0,width:_0x159ff9=0x0,height:_0x121e32=0x0,flipX:_0x8ea727=!0x1,flipY:_0x5d4a1c=!0x1,angle:_0x26f25f}=_0x1d4cc9[_0x40874b(0x3fd)];_0x34f834[_0x40874b(0x1c8)]({'width':_0x159ff9,'height':_0x121e32});const _0x370c33=_0x34f834[_0x40874b(0x300)]();for(const _0xa9247d of _0x370c33){let _0x90891f=_0xa9247d['x'],_0x4e5739=_0xa9247d['y'];if(_0x8ea727&&(_0x90891f=_0x159ff9-_0xa9247d['x']),_0x5d4a1c&&(_0x4e5739=_0x121e32-_0xa9247d['y']),_0x26f25f!==0x0&&_0x26f25f!==void 0x0){const _0x4bffbd=_0x26f25f*Math['PI']/0xb4,_0x5b67a9=Math[_0x40874b(0x215)](_0x4bffbd),_0x5c489d=Math[_0x40874b(0x2b4)](_0x4bffbd),_0x5c3499=_0x159ff9/0x2,_0xd21001=_0x121e32/0x2,_0x5b2be9=_0x90891f-_0x5c3499,_0x5704be=_0x4e5739-_0xd21001;_0x90891f=_0x5c3499+_0x5b2be9*_0x5b67a9-_0x5704be*_0x5c489d,_0x4e5739=_0xd21001+_0x5b2be9*_0x5c489d+_0x5704be*_0x5b67a9;}_0x90891f+=_0x4109f4,_0x4e5739+=_0x9e2ad4;const _0x3444f=_0x40874b(0x42b)+_0x3197c4+'-'+_0xa9247d[_0x40874b(0x2d5)],_0x3c4203={'left':_0x90891f-_0x577177[_0x40874b(0x704)],'top':_0x4e5739-_0x577177[_0x40874b(0x704)],'targetShapeId':_0x3197c4,'cxnIndex':_0xa9247d[_0x40874b(0x2d5)],'unitId':this['_unitId'],'subUnitId':this['_subUnitId'],'width':_0x577177['cxnPointRadius']*0x2,'height':_0x577177['cxnPointRadius']*0x2,'zIndex':_0xb8de26+0x2,'evented':!0x1},_0x354309=new A3(_0x3444f,_0x3c4203);this[_0x40874b(0x4ef)][_0x40874b(0x709)](_0x354309),this['_currentScene'][_0x40874b(0x238)](_0x354309,_0xb8de26+0x2);}}['_findNearestConnectionSite'](_0x32958c){const _0x137ef8=_0x54485f;let _0x196350=null,_0x2b6abf=0x1/0x0,_0x386420=null;for(const _0xd4474b of this[_0x137ef8(0x4ef)]){const _0x574c88=_0xd4474b[_0x137ef8(0x40c)]+_0x577177['cxnPointRadius'],_0x5ce4a4=_0xd4474b['top']+_0x577177[_0x137ef8(0x704)],_0x3d0665=_0x32958c['x']-_0x574c88,_0xaea31=_0x32958c['y']-_0x5ce4a4,_0x48f821=Math[_0x137ef8(0x6a1)](_0x3d0665*_0x3d0665+_0xaea31*_0xaea31);_0x48f821<_0x2b6abf&&(_0x2b6abf=_0x48f821,_0x196350=_0xd4474b,_0x386420={'x':_0x574c88,'y':_0x5ce4a4});}const _0x108d05=_0x2b6abf<=Lt&&_0x196350?_0x196350['getConnectionInfo']()[_0x137ef8(0x60b)]:-0x1;if(_0x108d05!==this[_0x137ef8(0x5f3)]){for(const _0x2f4dc3 of this['_connectionSiteObjects']){const _0x36e25e=_0x2f4dc3['getConnectionInfo']();_0x2f4dc3[_0x137ef8(0x2b7)](_0x36e25e[_0x137ef8(0x60b)]===_0x108d05);}this[_0x137ef8(0x5f3)]=_0x108d05;}if(_0x2b6abf<=Lt&&_0x196350&&_0x386420){const _0x4ff6e5=_0x196350['getConnectionInfo'](),_0x3dfd0c=this['_getConnectionSiteAngle'](_0x4ff6e5['shapeId'],_0x4ff6e5[_0x137ef8(0x60b)]);return{'shapeId':_0x4ff6e5[_0x137ef8(0x572)],'cxnIndex':_0x4ff6e5[_0x137ef8(0x60b)],'unitId':_0x4ff6e5['unitId'],'subUnitId':_0x4ff6e5[_0x137ef8(0x74b)],'worldPoint':_0x386420,'angle':_0x3dfd0c};}return null;}[_0x54485f(0x246)](_0x138dcc,_0x45f36f){const _0x1be7f9=_0x54485f,_0x38d49b=this[_0x1be7f9(0x4ab)][_0x1be7f9(0x542)](this[_0x1be7f9(0x554)],this[_0x1be7f9(0x768)],_0x138dcc);if(!_0x38d49b)return 0x0;const _0x596efa=this[_0x1be7f9(0x2cb)][_0x1be7f9(0x2c1)]({'unitId':this[_0x1be7f9(0x554)],'subUnitId':this['_subUnitId'],'drawingId':_0x138dcc});if(!(_0x596efa!=null&&_0x596efa[_0x1be7f9(0x3fd)]))return 0x0;const {width:_0x36e72f=0x0,height:_0xcdca0c=0x0,flipX:_0xff34c7=!0x1,flipY:_0x4f28ce=!0x1}=_0x596efa[_0x1be7f9(0x3fd)];_0x38d49b['updateContext']({'width':_0x36e72f,'height':_0xcdca0c});const _0x4c2d1c=_0x38d49b[_0x1be7f9(0x300)]()[_0x1be7f9(0x26c)](_0x4bce38=>_0x4bce38['index']===_0x45f36f);if(!_0x4c2d1c)return 0x0;let _0x13283a=_0x4c2d1c[_0x1be7f9(0x592)]/0xea60;return _0xff34c7&&(_0x13283a=0xb4-_0x13283a),_0x4f28ce&&(_0x13283a=-_0x13283a),_0x13283a=(_0x13283a%0x168+0x168)%0x168,_0x13283a;}[_0x54485f(0x399)](){const _0x299030=_0x54485f;for(const _0x3503ee of this[_0x299030(0x4ef)])_0x3503ee['dispose']();this[_0x299030(0x4ef)]=[],this['_highlightedSiteIndex']=-0x1;}[_0x54485f(0x6c6)](){const _0x5bb00d=_0x54485f;this[_0x5bb00d(0x399)](),super[_0x5bb00d(0x6c6)]();}};te=R3([be(0x1,_0x2bf79f(_0x371e3a)),be(0x2,_0x2bf79f(_0x3fde6e)),be(0x3,_0x2bf79f(_0x3a703d))],te);class D3 extends _0x262e55{constructor(_0x2e894c,_0x55f980){const _0x5b924f=_0x54485f;super(_0x2e894c,_0x55f980),A(this,'_shapeId',null),A(this,_0x5b924f(0x561),null),A(this,'_unitId',null),A(this,_0x5b924f(0x768),null),_0x55f980&&this[_0x5b924f(0x22c)](_0x55f980);}[_0x54485f(0x42f)](){return{'unitId':this['_unitId'],'subUnitId':this['_subUnitId'],'drawingId':this['_shapeId']};}[_0x54485f(0x22c)](_0x2d5870){const _0x40ae5e=_0x54485f;typeof _0x2d5870['shapeId']<'u'&&(this[_0x40ae5e(0x1b6)]=_0x2d5870[_0x40ae5e(0x572)]),typeof _0x2d5870[_0x40ae5e(0x373)]<'u'&&(this[_0x40ae5e(0x561)]=_0x2d5870['adjName']),typeof _0x2d5870[_0x40ae5e(0x65a)]<'u'&&(this[_0x40ae5e(0x554)]=_0x2d5870[_0x40ae5e(0x65a)]),typeof _0x2d5870[_0x40ae5e(0x74b)]<'u'&&(this['_subUnitId']=_0x2d5870[_0x40ae5e(0x74b)]),this['transformByState']({'width':_0x2d5870[_0x40ae5e(0x5ec)],'height':_0x2d5870[_0x40ae5e(0x4c5)]});}[_0x54485f(0x5ee)](_0x362d6d){const _0x37f67b=_0x54485f;_0x4873cc['drawWith'](_0x362d6d,{'radius':_0x577177['adjHandleSize'],'fill':_0x577177['adjHandleFill'],'stroke':_0x577177[_0x37f67b(0x61e)],'strokeWidth':0x1,'evented':!0x0});}}var P3=Object[_0x54485f(0x2e8)],$3=(_0x1aeec8,_0xb6e1f4,_0x4ac277,_0x5bec42)=>{for(var _0x1fbf27=_0x5bec42>0x1?void 0x0:_0x5bec42?P3(_0xb6e1f4,_0x4ac277):_0xb6e1f4,_0x5dea4c=_0x1aeec8['length']-0x1,_0x15e491;_0x5dea4c>=0x0;_0x5dea4c--)(_0x15e491=_0x1aeec8[_0x5dea4c])&&(_0x1fbf27=_0x15e491(_0x1fbf27)||_0x1fbf27);return _0x1fbf27;},_1=(_0x4b01e5,_0x540a77)=>(_0x5dee7c,_0x3760a4)=>_0x540a77(_0x5dee7c,_0x3760a4,_0x4b01e5);let ne=class extends _0x3d0c25{constructor(_0x5336de,_0x22a603,_0x21bfb5,_0x1d2e43,_0x3183cd,_0x436c3c,_0xb6cd0f,_0x121917){const _0x14627e=_0x54485f;super(),A(this,'_activeShapeId',null),A(this,_0x14627e(0x554),null),A(this,_0x14627e(0x768),null),A(this,_0x14627e(0x2d7)),A(this,_0x14627e(0x21f),[]),A(this,'_baseShapeLeft',0x0),A(this,_0x14627e(0x452),0x0),A(this,_0x14627e(0x53d),0x0),A(this,_0x14627e(0x555),0x0),A(this,_0x14627e(0x228),!0x1),A(this,'_activeAdjustInfo'),A(this,_0x14627e(0x40a)),A(this,'_adjHandlerPointerMove'),A(this,_0x14627e(0x24f)),A(this,_0x14627e(0x366),!0x1),(this['_context']=_0x5336de,this[_0x14627e(0x1ab)]=_0x22a603,this[_0x14627e(0x2cb)]=_0x21bfb5,this['_sheetsShapeServices']=_0x1d2e43,this[_0x14627e(0x76e)]=_0x3183cd,this[_0x14627e(0x33e)]=_0x436c3c,this[_0x14627e(0x320)]=_0xb6cd0f,this[_0x14627e(0x465)]=_0x121917,this[_0x14627e(0x562)](),this['_registerDrawingMoveHandler']());}['_getShapeAdjustPointListById'](_0x5f57c9,_0x5a03b5,_0x382161){const _0x3ed1=_0x54485f,_0x4b3344=this[_0x3ed1(0x4ab)]['getShapeModel'](_0x5f57c9,_0x5a03b5,_0x382161);if(_0x4b3344)return _0x4b3344['getDrawingPoints']();}[_0x54485f(0x766)](){const _0x4c3c98=_0x54485f;this[_0x4c3c98(0x581)]();}[_0x54485f(0x1db)](){const _0x562e61=_0x54485f;this[_0x562e61(0x760)](!0x0);}[_0x54485f(0x2f9)](_0x2187d,_0x497551,_0x16a99d,_0x4d5bb0){const _0x56c01e=_0x54485f,_0x91ace5=this[_0x56c01e(0x4ab)][_0x56c01e(0x542)](_0x2187d,_0x497551,_0x16a99d);if(_0x91ace5)return _0x91ace5[_0x56c01e(0x4c6)](_0x4d5bb0);}[_0x54485f(0x505)](_0x596d6a=!0x1){const _0x5686ca=_0x54485f;if(this['_unitId']===null||this['_subUnitId']===null||this[_0x5686ca(0x278)]===null)return;const _0x34e42e=this['_renderManagerService'][_0x5686ca(0x1c9)](this[_0x5686ca(0x554)]);if(!_0x34e42e||!_0x34e42e[_0x5686ca(0x664)](_0x454cf5)[_0x5686ca(0x6b0)]())return;const {scene:_0x1e62da}=_0x34e42e,_0x5a1a11={'unitId':this[_0x5686ca(0x554)],'subUnitId':this[_0x5686ca(0x768)],'drawingId':this['_activeShapeId']},_0xdbe3dd=this['_drawingManagerService'][_0x5686ca(0x2c1)](_0x5a1a11),{transform:_0x27c878}=_0xdbe3dd;if(!_0x27c878)return;const {left:_0x2225e8,top:_0x5be22f,width:_0x16295e,height:_0x345c29,flipX:_0xeb1c73,flipY:_0x15b5e0,angle:_0x235011=0x0}=_0x27c878;if(_0x2225e8===void 0x0||_0x5be22f===void 0x0)return;_0x596d6a&&(this[_0x5686ca(0x2d7)]=this['_getShapeAdjustPointListById'](this[_0x5686ca(0x554)],this[_0x5686ca(0x768)],this['_activeShapeId']));const _0x493490=this['_activeShapeAdjustPointList'];for(let _0x1c0235=0x0;_0x1c0235<_0x493490['length'];_0x1c0235++){const _0x48f4bf=_0x493490[_0x1c0235];let _0x1a1e65=_0x48f4bf['x'],_0x4579c1=_0x48f4bf['y'];if(_0xeb1c73&&(_0x1a1e65=(_0x16295e||0x0)-_0x1a1e65),_0x15b5e0&&(_0x4579c1=(_0x345c29||0x0)-_0x4579c1),_0x235011!==0x0){const _0x1f5ff9=(_0x16295e||0x0)/0x2,_0x25fcfe=(_0x345c29||0x0)/0x2,_0x1eb34f=_0x235011*Math['PI']/0xb4,_0x9b36dd=Math[_0x5686ca(0x215)](_0x1eb34f),_0x22e5be=Math[_0x5686ca(0x2b4)](_0x1eb34f),_0x4a624a=_0x1a1e65-_0x1f5ff9,_0x3d2b61=_0x4579c1-_0x25fcfe;_0x1a1e65=_0x1f5ff9+(_0x4a624a*_0x9b36dd-_0x3d2b61*_0x22e5be),_0x4579c1=_0x25fcfe+(_0x4a624a*_0x22e5be+_0x3d2b61*_0x9b36dd);}const _0x1a8dde={'x':_0x1a1e65,'y':_0x4579c1,'adjName':_0x48f4bf['adjName']};this[_0x5686ca(0x4ea)](_0x1e62da,_0x1a8dde,_0x1a8dde[_0x5686ca(0x373)],_0x2225e8,_0x5be22f,this[_0x5686ca(0x554)],this['_subUnitId']);}}[_0x54485f(0x760)](_0x28d634=!0x1){_0x28d634&&(this['_clearShapeAdjustControls'](),this['_createShapeAdjustControls'](_0x28d634));}[_0x54485f(0x4ea)](_0x5614d7,_0x36900c,_0x103b5f,_0x152028,_0x219711,_0x332c60,_0x2f2688){const _0xfa5bc1=_0x54485f;if(!this['_activeShapeId'])return;const _0x957424=_0x5614d7[_0xfa5bc1(0x361)]('shape-adjust-point-'+this[_0xfa5bc1(0x278)]+'-'+_0x103b5f);if(_0x957424){_0x957424['transformByState']({'left':_0x36900c['x']+_0x152028-_0x577177[_0xfa5bc1(0x748)],'top':_0x36900c['y']+_0x219711-_0x577177['adjHandleSize']});return;}const _0xd87227={'left':_0x36900c['x']+_0x152028-_0x577177[_0xfa5bc1(0x748)],'top':_0x36900c['y']+_0x219711-_0x577177[_0xfa5bc1(0x748)],'adjName':_0x103b5f,'shapeId':this[_0xfa5bc1(0x278)],'unitId':_0x332c60,'subUnitId':_0x2f2688,'width':_0x577177['adjHandleSize']+0x8,'height':_0x577177[_0xfa5bc1(0x748)]+0x8,'zIndex':_0xb8de26+0x1,'evented':!0x0},_0x3fb986=new D3(_0xfa5bc1(0x219)+this[_0xfa5bc1(0x278)]+'-'+_0x103b5f,_0xd87227);this[_0xfa5bc1(0x21f)][_0xfa5bc1(0x709)](_0x3fb986),this['_attachAdjustEvent'](_0x3fb986,_0x5614d7,_0x103b5f),_0x5614d7[_0xfa5bc1(0x238)](_0x3fb986,_0xb8de26+0x1);}[_0x54485f(0x581)](){const _0x564c55=_0x54485f;this[_0x564c55(0x21f)][_0x564c55(0x589)]!==0x0&&(this[_0x564c55(0x21f)][_0x564c55(0x6c3)](_0x5e020a=>{const _0x5c35fe=_0x564c55;_0x5e020a[_0x5c35fe(0x6c6)]();}),this['_shapes']=[]);}[_0x54485f(0x5a8)](){const _0x46df22=_0x54485f;this[_0x46df22(0x505)]();}[_0x54485f(0x46c)](_0x2df686,_0x5b12b9){const _0x3de712=_0x54485f;var _0x109c92;const _0x5c02ae={'x':0x0,'y':0x0};if(!_0x2df686||!_0x5b12b9)return _0x5c02ae;const _0x1e9ca9=this[_0x3de712(0x76e)]['getRenderById'](_0x2df686);if(!_0x1e9ca9||!_0x1e9ca9[_0x3de712(0x664)](_0x454cf5)[_0x3de712(0x5b0)](_0x5b12b9))return _0x5c02ae;const _0x5ece85=_0x1e9ca9['with'](_0x1f7196),_0x39c2f6=_0x5ece85==null?void 0x0:_0x5ece85[_0x3de712(0x502)]();if(!_0x39c2f6)return _0x5c02ae;const _0x2b6552=(_0x109c92=this[_0x3de712(0x320)][_0x3de712(0x342)](_0x2df686))==null?void 0x0:_0x109c92['getSheetBySheetId'](_0x5b12b9);if(!_0x2b6552)return _0x5c02ae;const _0x49279b=_0x57b049(_0x39c2f6[_0x3de712(0x225)],_0x39c2f6[_0x3de712(0x50a)],_0x1e9ca9[_0x3de712(0x6d2)],_0x2b6552);return _0x49279b?{'x':_0x49279b[_0x3de712(0x652)],'y':_0x49279b['viewportScrollY']}:_0x5c02ae;}['_getZoomRatio'](_0x5b5c95,_0xed1c79){const _0x5d4c0e=_0x54485f;var _0x462aba,_0x551647;const _0x5e3271=(_0x462aba=this[_0x5d4c0e(0x320)][_0x5d4c0e(0x342)](_0x5b5c95))==null?void 0x0:_0x462aba[_0x5d4c0e(0x73c)](_0xed1c79);return(_0x551647=_0x5e3271==null?void 0x0:_0x5e3271['getZoomRatio']())!=null?_0x551647:0x1;}['_attachAdjustEvent'](_0x37401c,_0x4baf37,_0xfe89df){const _0x583dca=_0x54485f;this[_0x583dca(0x1c2)](_0x5ec404(_0x37401c['onPointerDown$']['subscribeEvent']((_0x3c801a,_0x449a7f)=>{const _0x5bd237=_0x583dca;var _0x252ac4,_0x28c0a1,_0x1d5288,_0x45f15a;const _0x258ea2=_0x37401c[_0x5bd237(0x42f)]();this[_0x5bd237(0x657)]=this[_0x5bd237(0x2f9)](_0x258ea2[_0x5bd237(0x65a)],_0x258ea2[_0x5bd237(0x74b)],_0x258ea2['drawingId'],_0xfe89df),this[_0x5bd237(0x40a)]=this['_sheetsShapeServices'][_0x5bd237(0x542)](_0x258ea2[_0x5bd237(0x65a)],_0x258ea2[_0x5bd237(0x74b)],_0x258ea2[_0x5bd237(0x424)]);const _0x4d5c11=this['_drawingManagerService'][_0x5bd237(0x2c1)]({'unitId':this[_0x5bd237(0x554)],'subUnitId':this[_0x5bd237(0x768)],'drawingId':this[_0x5bd237(0x278)]}),{transform:_0x1f3cd4}=_0x4d5c11;if(_0x1f3cd4){const {left:_0x384a7f,top:_0x1f46e5,width:_0x2d2492,height:_0x4c0335}=_0x1f3cd4;this[_0x5bd237(0x26a)]=_0x384a7f||0x0,this[_0x5bd237(0x452)]=_0x1f46e5||0x0,this[_0x5bd237(0x53d)]=_0x2d2492||0x0,this['_baseShapeHeight']=_0x4c0335||0x0;}const _0x2eb918=!!((_0x252ac4=_0x4d5c11[_0x5bd237(0x3fd)])!=null&&_0x252ac4[_0x5bd237(0x635)]),_0x1cbe48=!!((_0x28c0a1=_0x4d5c11['transform'])!=null&&_0x28c0a1['flipY']),_0x1d197d=((_0x1d5288=_0x4d5c11['transform'])==null?void 0x0:_0x1d5288[_0x5bd237(0x722)])||0x0;this['_isStartAdjusting']=!0x0,_0x4baf37[_0x5bd237(0x1fe)]();const _0x35d4b2=(_0x45f15a=this[_0x5bd237(0x40a)])==null?void 0x0:_0x45f15a[_0x5bd237(0x3b7)](_0xfe89df),_0x43b5a6={[_0xfe89df]:_0x35d4b2};this[_0x5bd237(0x62c)]=_0x4baf37[_0x5bd237(0x429)][_0x5bd237(0x2d6)]((_0x166376,_0x3c05fe)=>{const _0x98384a=_0x5bd237;if(!this[_0x98384a(0x228)])return;const {offsetX:_0x226575,offsetY:_0x12c674}=_0x166376,_0x574a09=this[_0x98384a(0x657)];if(this['_activeShapeModel']&&_0x574a09){_0x4baf37[_0x98384a(0x1fe)](),_0x4baf37[_0x98384a(0x40d)](_0x5d19f3[_0x98384a(0x355)]);const _0x504a44={'left':0x0,'top':0x0,'width':this['_baseShapeWidth'],'height':this['_baseShapeHeight']},_0x4d2831=this[_0x98384a(0x46c)](this[_0x98384a(0x554)],this[_0x98384a(0x768)]),_0x4beee3=this[_0x98384a(0x264)](this[_0x98384a(0x554)],this['_subUnitId']);let _0x19b873=_0x226575/_0x4beee3+_0x4d2831['x']-this[_0x98384a(0x26a)],_0x55738d=_0x12c674/_0x4beee3+_0x4d2831['y']-this[_0x98384a(0x452)];if(_0x1d197d!==0x0){const _0x131c0d=this['_baseShapeWidth']/0x2,_0x55e9d7=this[_0x98384a(0x555)]/0x2,_0x2d8bdb=_0x1d197d*Math['PI']/0xb4,_0x1ffdba=Math[_0x98384a(0x215)](_0x2d8bdb),_0x4669e4=Math[_0x98384a(0x2b4)](_0x2d8bdb),_0x84ea1f=_0x19b873-_0x131c0d,_0x262dce=_0x55738d-_0x55e9d7;_0x19b873=_0x131c0d+(_0x84ea1f*_0x1ffdba+_0x262dce*_0x4669e4),_0x55738d=_0x55e9d7+(-_0x84ea1f*_0x4669e4+_0x262dce*_0x1ffdba);}_0x2eb918&&(_0x19b873=this['_baseShapeWidth']-_0x19b873),_0x1cbe48&&(_0x55738d=this[_0x98384a(0x555)]-_0x55738d);const _0x23fc46={'x':_0x19b873,'y':_0x55738d},_0x1e17a4=this['_activeShapeModel'][_0x98384a(0x28b)](_0x504a44,_0x23fc46,_0x574a09,_0x2eb918,_0x1cbe48),_0x49e949=_0x574a09['gdRefX']||_0x574a09['gdRefY']||_0x574a09['gdRefAng']||_0x574a09[_0x98384a(0x776)];if(_0x49e949===void 0x0)return;this['_activeShapeModel'][_0x98384a(0x5b3)](_0x49e949,_0x1e17a4);const _0x24fdc1=this[_0x98384a(0x2cb)]['getDrawingByParam']({'unitId':_0x258ea2[_0x98384a(0x65a)],'subUnitId':_0x258ea2[_0x98384a(0x74b)],'drawingId':_0x258ea2[_0x98384a(0x424)]});_0x24fdc1&&(this['_sheetDrawingShapeRenderController'][_0x98384a(0x5a6)](_0x24fdc1,_0x4baf37),this[_0x98384a(0x2d7)]=this[_0x98384a(0x34f)](_0x258ea2[_0x98384a(0x65a)],_0x258ea2[_0x98384a(0x74b)],_0x258ea2['drawingId']),this[_0x98384a(0x5a8)]());}_0x3c05fe[_0x98384a(0x5bc)]();}),this[_0x5bd237(0x24f)]=_0x4baf37[_0x5bd237(0x655)][_0x5bd237(0x2d6)]((_0x3def1f,_0x288c06)=>{const _0x3a8b90=_0x5bd237;var _0x4fad37;this['_adjHandlerPointerMove'][_0x3a8b90(0x41d)](),this['_adjHandlerPointerUp'][_0x3a8b90(0x41d)](),_0x4baf37[_0x3a8b90(0x249)]();const _0x2136ce=this[_0x3a8b90(0x657)];if(_0x2136ce){const _0x4b2eae=_0x258ea2[_0x3a8b90(0x65a)],_0x5bb294=_0x258ea2['subUnitId'],_0x3c5571=_0x258ea2[_0x3a8b90(0x424)],_0x52a63c=_0x2136ce['gdRefX']||_0x2136ce[_0x3a8b90(0x68f)]||_0x2136ce[_0x3a8b90(0x734)]||_0x2136ce[_0x3a8b90(0x776)];if(_0x52a63c!==void 0x0){const _0x193d55=(_0x4fad37=this[_0x3a8b90(0x40a)])==null?void 0x0:_0x4fad37[_0x3a8b90(0x3b7)](_0x52a63c);_0x193d55!==void 0x0&&p1(this['_commandService'],_0x4b2eae,_0x5bb294,_0x3c5571,{'oldShapeData':{'adjustValues':_0x43b5a6}},{'adjustValues':{[_0x52a63c]:_0x193d55}});}}this['_activeAdjustInfo']=void 0x0,this[_0x3a8b90(0x40a)]=void 0x0,this[_0x3a8b90(0x228)]=!0x1,_0x288c06['stopPropagation'](),_0x4baf37[_0x3a8b90(0x1a3)]();}),_0x449a7f[_0x5bd237(0x5bc)]();})));}[_0x54485f(0x5cd)](){const _0x35e2b4=_0x54485f,_0x5898a6=this[_0x35e2b4(0x320)][_0x35e2b4(0x627)](_0x377228[_0x35e2b4(0x5b7)]);this[_0x35e2b4(0x1c2)](_0x5898a6['pipe'](_0x5bccc6(_0x569cef=>_0x569cef?_0x569cef[_0x35e2b4(0x785)]['pipe'](_0x5bccc6(_0x129196=>{const _0x32af38=_0x35e2b4;if(!_0x129196)return _0x37555e;const _0x23a900=_0x569cef[_0x32af38(0x543)](),_0x3d9dc2=this[_0x32af38(0x76e)][_0x32af38(0x1c9)](_0x23a900),_0x335061=_0x3d9dc2==null?void 0x0:_0x3d9dc2[_0x32af38(0x6d2)];return _0x335061?_0x537d7e(_0x335061):_0x37555e;})):_0x37555e))[_0x35e2b4(0x472)](_0x50726e=>{const _0x23d701=_0x35e2b4,_0xb3f9e1=_0x50726e['getTransformerByCreate']();this['disposeWithMe'](_0x50726e[_0x23d701(0x429)][_0x23d701(0x2d6)](()=>{const _0x16e288=_0x23d701;this[_0x16e288(0x366)]&&this[_0x16e288(0x581)]();})),this['disposeWithMe'](_0xb3f9e1[_0x23d701(0x4dd)][_0x23d701(0x472)](_0x32a303=>{const _0x31910e=_0x23d701,{objects:_0x12a00e}=_0x32a303;this[_0x31910e(0x505)](),_0x12a00e!==null&&_0x12a00e[_0x31910e(0x480)]===0x1&&_0x12a00e['values']()['next']()['value']instanceof z1&&(this[_0x31910e(0x366)]=!0x0);})),this[_0x23d701(0x1c2)](_0xb3f9e1[_0x23d701(0x574)][_0x23d701(0x472)](()=>{const _0x2e8437=_0x23d701;this[_0x2e8437(0x366)]&&this[_0x2e8437(0x581)]();})),this[_0x23d701(0x1c2)](_0x50726e[_0x23d701(0x655)][_0x23d701(0x2d6)](()=>{const _0x51abb6=_0x23d701;this[_0x51abb6(0x366)]&&(this[_0x51abb6(0x366)]=!0x1,this[_0x51abb6(0x505)]());})),this[_0x23d701(0x1c2)](_0xb3f9e1[_0x23d701(0x653)][_0x23d701(0x472)](()=>{const _0x16832c=_0x23d701;this[_0x16832c(0x554)]&&this[_0x16832c(0x768)]&&this[_0x16832c(0x278)]&&this[_0x16832c(0x2cb)][_0x16832c(0x2c1)]({'unitId':this[_0x16832c(0x554)],'subUnitId':this[_0x16832c(0x768)],'drawingId':this[_0x16832c(0x278)]})&&(this[_0x16832c(0x2d7)]=this[_0x16832c(0x34f)](this[_0x16832c(0x554)],this[_0x16832c(0x768)],this[_0x16832c(0x278)]),this[_0x16832c(0x5a8)]());}));}));}[_0x54485f(0x562)](){const _0x5001bb=_0x54485f;this[_0x5001bb(0x1c2)](this[_0x5001bb(0x2cb)][_0x5001bb(0x51c)]['subscribe'](_0xfcfb72=>{const _0x4c8cb2=_0x5001bb;if(_0xfcfb72[_0x4c8cb2(0x589)]===0x1){const _0x39a476=_0xfcfb72[0x0];if(_0x39a476[_0x4c8cb2(0x529)]===_0x4482fd[_0x4c8cb2(0x1b8)]){this[_0x4c8cb2(0x278)]=_0x39a476[_0x4c8cb2(0x424)];const {unitId:_0x22c396,subUnitId:_0x4d0404}=_0x39a476;this['_activeShapeAdjustPointList']=this[_0x4c8cb2(0x34f)](_0x22c396,_0x4d0404,this[_0x4c8cb2(0x278)]),this['_unitId']=_0x22c396,this['_subUnitId']=_0x4d0404,this[_0x4c8cb2(0x581)](),this[_0x4c8cb2(0x505)]();}else this['_activeShapeId']=null,this['_activeShapeAdjustPointList']=void 0x0,this[_0x4c8cb2(0x554)]=null,this['_subUnitId']=null,this[_0x4c8cb2(0x581)]();}(_0xfcfb72[_0x4c8cb2(0x589)]>0x1||_0xfcfb72[_0x4c8cb2(0x589)]===0x0)&&(this[_0x4c8cb2(0x278)]=null,this[_0x4c8cb2(0x2d7)]=void 0x0,this[_0x4c8cb2(0x554)]=null,this[_0x4c8cb2(0x768)]=null,this['_clearShapeAdjustControls']());})),this[_0x5001bb(0x1c2)](this[_0x5001bb(0x2cb)]['update$'][_0x5001bb(0x472)](_0xb19bf5=>{const _0x3558fe=_0x5001bb;var _0x87a290;if(_0xb19bf5[_0x3558fe(0x589)]===0x1){const _0x9fa189=_0xb19bf5[0x0];((_0x87a290=this['_drawingManagerService'][_0x3558fe(0x2c1)](_0x9fa189))==null?void 0x0:_0x87a290[_0x3558fe(0x529)])===_0x4482fd[_0x3558fe(0x1b8)]&&this[_0x3558fe(0x760)](!0x0);}})),this[_0x5001bb(0x1c2)](this[_0x5001bb(0x2cb)]['remove$']['subscribe'](_0x5357d5=>{const _0x2df9d6=_0x5001bb;for(const _0x2487ef of _0x5357d5)this['_activeShapeId']===_0x2487ef[_0x2df9d6(0x424)]&&(this[_0x2df9d6(0x278)]=null,this[_0x2df9d6(0x2d7)]=void 0x0,this[_0x2df9d6(0x554)]=null,this[_0x2df9d6(0x768)]=null,this[_0x2df9d6(0x581)]());}));}};ne=$3([_1(0x1,_0x2421fa),_1(0x2,_0x3fde6e),_1(0x3,_0x2bf79f(_0x3a703d)),_1(0x4,_0x2bf79f(_0x371e3a)),_1(0x5,_0x2bf79f(Y1)),_1(0x6,_0x4ed9d9),_1(0x7,_0x8c2ce7)],ne);var O3=Object['getOwnPropertyDescriptor'],T3=(_0x3d8665,_0xb3b270,_0x35dfd3,_0x13cf3c)=>{for(var _0x4e9f39=_0x13cf3c>0x1?void 0x0:_0x13cf3c?O3(_0xb3b270,_0x35dfd3):_0xb3b270,_0x5d3866=_0x3d8665['length']-0x1,_0x4393ad;_0x5d3866>=0x0;_0x5d3866--)(_0x4393ad=_0x3d8665[_0x5d3866])&&(_0x4e9f39=_0x4393ad(_0x4e9f39)||_0x4e9f39);return _0x4e9f39;},E1=(_0x4dfeae,_0x5adf79)=>(_0x1f85db,_0x19d137)=>_0x5adf79(_0x1f85db,_0x19d137,_0x4dfeae);let Ie=class extends _0x3d0c25{constructor(_0x2fea7a,_0x14947e,_0x2f1591,_0x596e02,_0x176002,_0x556ed9){const _0x1f0c39=_0x54485f;super(),this['_univerInstanceService']=_0x2fea7a,this[_0x1f0c39(0x5ea)]=_0x14947e,this['_menuManagerService']=_0x2f1591,this[_0x1f0c39(0x4ab)]=_0x596e02,this[_0x1f0c39(0x2cb)]=_0x176002,this[_0x1f0c39(0x76e)]=_0x556ed9,this['_initCommandInterceptor']();}[_0x54485f(0x754)](){const _0x8811ef=_0x54485f;this['disposeWithMe'](this[_0x8811ef(0x5ea)][_0x8811ef(0x423)]({'getMutations':_0x1a0914=>{const _0x2d357d=_0x8811ef,_0x14110a=[],_0x280c7c=[];if(_0x1a0914['id']===_0x4e05d0['id'])return _0x1a0914[_0x2d357d(0x69b)]['drawings'][_0x2d357d(0x708)](_0x124aaf=>_0x124aaf['drawingType']===_0x4482fd['DRAWING_SHAPE'])[_0x2d357d(0x6c3)](_0x2d66d9=>{const _0xc38616=_0x2d357d,{unitId:_0x181a95,subUnitId:_0x58127a,drawingId:_0x468045,data:_0x5e5603}=_0x2d66d9;if(_0x5e5603){const _0x4f8de6={'unitId':_0x181a95,'subUnitId':_0x58127a,'shapeId':_0x468045,'shapeType':_0x5e5603[_0xc38616(0x6df)],'shapeData':_0x5e5603[_0xc38616(0x31e)]},_0x2bd082={'unitId':_0x181a95,'subUnitId':_0x58127a,'shapeId':_0x468045};_0x14110a['push']({'id':_0x219f8b['id'],'params':_0x4f8de6}),_0x280c7c['push']({'id':_0x2f6283['id'],'params':_0x2bd082});}}),{'preRedos':_0x14110a,'redos':[],'preUndos':[],'undos':_0x280c7c};if(_0x1a0914['id']===_0x386dce['id'])return _0x1a0914['params'][_0x2d357d(0x330)][_0x2d357d(0x708)](_0xc5cd2=>_0xc5cd2['drawingType']===_0x4482fd[_0x2d357d(0x1b8)])[_0x2d357d(0x6c3)](_0x59b7a=>{const _0x507f81=_0x2d357d,{unitId:_0x473756,subUnitId:_0x4c6a59,drawingId:_0x2c795b}=_0x59b7a;if(this['_sheetsShapeServices'][_0x507f81(0x2a5)](_0x473756,_0x4c6a59,_0x2c795b))return;const _0x41cf91=this[_0x507f81(0x4ab)]['getShapeTypeById'](_0x473756,_0x4c6a59,_0x2c795b),_0x113bd3=this['_sheetsShapeServices']['getShapeDataById'](_0x473756,_0x4c6a59,_0x2c795b);if(!_0x41cf91)return;const _0x45e1ef={'unitId':_0x473756,'subUnitId':_0x4c6a59,'shapeId':_0x2c795b,'shapeType':_0x41cf91,'shapeData':_0x113bd3},_0x4d81d4={'unitId':_0x473756,'subUnitId':_0x4c6a59,'shapeId':_0x2c795b};_0x14110a[_0x507f81(0x709)]({'id':_0x2f6283['id'],'params':_0x4d81d4}),_0x280c7c[_0x507f81(0x709)]({'id':_0x219f8b['id'],'params':_0x45e1ef});const _0x2a3c5b=this[_0x507f81(0x4ab)][_0x507f81(0x3b4)](_0x473756,_0x4c6a59,_0x2c795b);if(_0x2a3c5b)for(const _0x2b8999 of _0x2a3c5b){const _0x136714=_0x2b8999[_0x507f81(0x6d1)],_0x1cc46d=_0x2b8999[_0x507f81(0x1b5)],_0x44289f=_0x1cc46d?{'from':void 0x0}:{'to':void 0x0},_0x141f0c=_0x1cc46d?{'from':{'shapeId':_0x2b8999[_0x507f81(0x572)],'cxnIndex':_0x2b8999[_0x507f81(0x60b)]}}:{'to':{'shapeId':_0x2b8999[_0x507f81(0x572)],'cxnIndex':_0x2b8999[_0x507f81(0x60b)]}};_0x14110a[_0x507f81(0x709)]({'id':_0x44d94b['id'],'params':{'unitId':_0x473756,'subUnitId':_0x4c6a59,'shapeId':_0x136714,'shapeData':{'relation':_0x44289f}}}),_0x280c7c[_0x507f81(0x709)]({'id':_0x44d94b['id'],'params':{'unitId':_0x473756,'subUnitId':_0x4c6a59,'shapeId':_0x136714,'shapeData':{'relation':_0x141f0c}}});}}),{'preRedos':[],'redos':_0x14110a,'preUndos':_0x280c7c,'undos':[]};if(_0x1a0914['id']===_0xb38ae8['id']){const _0x3fb1fb=_0x1a0914[_0x2d357d(0x69b)][_0x2d357d(0x330)][_0x2d357d(0x708)](_0x3bdaf5=>_0x3bdaf5[_0x2d357d(0x529)]===_0x4482fd[_0x2d357d(0x1b8)]);for(const _0x1ac4f2 of _0x3fb1fb){const {unitId:_0x18260a,subUnitId:_0x1a433e,drawingId:_0x214ab4,transform:_0x2a4668}=_0x1ac4f2;if(_0x18260a===void 0x0||_0x1a433e===void 0x0||_0x214ab4===void 0x0||_0x2a4668===void 0x0||_0x2a4668===null||this[_0x2d357d(0x4ab)][_0x2d357d(0x2a5)](_0x18260a,_0x1a433e,_0x214ab4)===!0x1)continue;const _0x40af55=this['_sheetsShapeServices'][_0x2d357d(0x4fe)](_0x18260a,_0x1a433e,_0x214ab4);if(_0x40af55){if(_0x25df97(_0x40af55)){const _0xad1ee3=this['_sheetsShapeServices'][_0x2d357d(0x365)](_0x18260a,_0x1a433e,_0x214ab4),_0x35000c={'from':void 0x0,'to':void 0x0};_0xad1ee3&&(_0x14110a[_0x2d357d(0x709)]({'id':_0x44d94b['id'],'params':{'unitId':_0x18260a,'subUnitId':_0x1a433e,'shapeId':_0x214ab4,'shapeData':{'relation':_0x35000c}}}),_0x280c7c[_0x2d357d(0x709)]({'id':_0x44d94b['id'],'params':{'unitId':_0x18260a,'subUnitId':_0x1a433e,'shapeId':_0x214ab4,'shapeData':{'relation':_0xad1ee3}}}));}else{const _0x33001e=this[_0x2d357d(0x4ab)][_0x2d357d(0x3b4)](_0x18260a,_0x1a433e,_0x214ab4);if(_0x33001e&&_0x33001e[_0x2d357d(0x589)]>0x0)for(const _0x2221a5 of _0x33001e){const _0x54449f=_0x2221a5['lineShapeId'],_0x510496=_0x2221a5[_0x2d357d(0x1b5)],_0x1f0261=this[_0x2d357d(0x4ab)]['getShapeModel'](_0x18260a,_0x1a433e,_0x54449f);if(!_0x1f0261)continue;const _0x523bb8=_0x1f0261['getStartConnectInfo'](),_0x1b7d22=_0x1f0261['getEndConnectInfo']();_0x523bb8&&_0x1b7d22?this[_0x2d357d(0x436)](_0x18260a,_0x1a433e,_0x54449f,_0x1f0261,_0x523bb8,_0x1b7d22,_0x14110a,_0x280c7c,_0x214ab4,_0x2a4668):this[_0x2d357d(0x322)](_0x18260a,_0x1a433e,_0x54449f,_0x1f0261,_0x510496?_0x523bb8:_0x1b7d22,_0x510496,_0x14110a,_0x280c7c,_0x214ab4,_0x2a4668);}}}}return{'preRedos':[],'redos':_0x14110a,'preUndos':_0x280c7c,'undos':[]};}return{'undos':[],'redos':[]};}}));}[_0x54485f(0x691)](_0x43ae60,_0x1bc2da,_0x510bfc,_0x32ab2b,_0x543ef5){const _0x47de95=_0x54485f;var _0x515fae,_0x54d729,_0x1177cc,_0x43d19d,_0x25bc31,_0x29d9d0,_0x57fe55;if(!_0x1bc2da||!_0x510bfc)return null;const {shapeId:_0x3381c7,cxnIndex:_0x5c0aee}=_0x43ae60,_0x2b739a=this[_0x47de95(0x4ab)][_0x47de95(0x542)](_0x1bc2da,_0x510bfc,_0x3381c7);if(!_0x2b739a)return null;const _0x4219e0=this[_0x47de95(0x2cb)][_0x47de95(0x2c1)]({'unitId':_0x1bc2da,'subUnitId':_0x510bfc,'drawingId':_0x3381c7});if(!(_0x4219e0!=null&&_0x4219e0[_0x47de95(0x3fd)]))return null;let {left:_0x3015b0=0x0,top:_0x4e417e=0x0,width:_0x2c0fef=0x0,height:_0x36a9cf=0x0,flipX:_0x5d5881=!0x1,flipY:_0x36891d=!0x1,angle:_0x280a7c}=_0x4219e0[_0x47de95(0x3fd)];_0x543ef5&&_0x32ab2b===_0x3381c7&&(_0x3015b0=(_0x515fae=_0x543ef5[_0x47de95(0x40c)])!=null?_0x515fae:_0x3015b0,_0x4e417e=(_0x54d729=_0x543ef5[_0x47de95(0x739)])!=null?_0x54d729:_0x4e417e,_0x2c0fef=(_0x1177cc=_0x543ef5[_0x47de95(0x5ec)])!=null?_0x1177cc:_0x2c0fef,_0x36a9cf=(_0x43d19d=_0x543ef5['height'])!=null?_0x43d19d:_0x36a9cf,_0x5d5881=(_0x25bc31=_0x543ef5[_0x47de95(0x635)])!=null?_0x25bc31:_0x5d5881,_0x36891d=(_0x29d9d0=_0x543ef5[_0x47de95(0x36b)])!=null?_0x29d9d0:_0x36891d,_0x280a7c=(_0x57fe55=_0x543ef5['angle'])!=null?_0x57fe55:_0x280a7c),_0x2b739a[_0x47de95(0x1c8)]({'width':_0x2c0fef,'height':_0x36a9cf});const _0x540e63=_0x2b739a[_0x47de95(0x300)]()['find'](_0x232cf0=>_0x232cf0[_0x47de95(0x2d5)]===_0x5c0aee);if(!_0x540e63)return null;let _0xe3b99=_0x5d5881?_0x2c0fef-_0x540e63['x']:_0x540e63['x'],_0x11227c=_0x36891d?_0x36a9cf-_0x540e63['y']:_0x540e63['y'];if(_0x280a7c!==0x0&&_0x280a7c!==void 0x0&&_0x280a7c!==null){const _0x2c4ec4=_0x280a7c*Math['PI']/0xb4,_0x4b567b=Math[_0x47de95(0x215)](_0x2c4ec4),_0x1967ce=Math['sin'](_0x2c4ec4),_0x337f6e=_0x2c0fef/0x2,_0xd5f7fe=_0x36a9cf/0x2,_0x211cd6=_0xe3b99-_0x337f6e,_0x1a4765=_0x11227c-_0xd5f7fe;_0xe3b99=_0x337f6e+_0x211cd6*_0x4b567b-_0x1a4765*_0x1967ce,_0x11227c=_0xd5f7fe+_0x211cd6*_0x1967ce+_0x1a4765*_0x4b567b;}_0xe3b99+=_0x3015b0,_0x11227c+=_0x4e417e;let _0x2d40d7=_0x540e63['ang']/0xea60;_0x5d5881&&(_0x2d40d7=0xb4-_0x2d40d7),_0x36891d&&(_0x2d40d7=-_0x2d40d7),_0x2d40d7+=_0x280a7c||0x0,_0x2d40d7=(_0x2d40d7%0x168+0x168)%0x168;const _0x3a77ef=_0x418758({'left':_0x3015b0,'top':_0x4e417e,'width':_0x2c0fef,'height':_0x36a9cf},_0x280a7c||0x0);return{'point':{'x':_0xe3b99,'y':_0x11227c},'angle':_0x2d40d7,'bounds':_0x3a77ef};}['_addLineRerouteUpdates'](_0x74c3dc,_0x4ff1be,_0x35a36c,_0x4517ee,_0x26e6da,_0x27f5e5,_0x398ff8,_0x5e0de0,_0x384d13,_0x3c55c3){const _0x105657=_0x54485f,_0x498880=_0x4517ee[_0x105657(0x601)](),_0x2a5965=_0x4517ee[_0x105657(0x53e)](),_0x5d1e4b={},_0x2f5c44={};_0x2a5965[_0x105657(0x6c3)](_0x4c0faa=>{const _0x383206=_0x4517ee['getAdjustValueByName'](_0x4c0faa);_0x2f5c44[_0x4c0faa]=_0x383206!=null?_0x383206:0x0;});const _0x2dfcce=this[_0x105657(0x691)](_0x26e6da,_0x74c3dc,_0x4ff1be,_0x384d13,_0x3c55c3),_0x43f9c9=this['_getConnectPointInfo'](_0x27f5e5,_0x74c3dc,_0x4ff1be,_0x384d13,_0x3c55c3);if(_0x2dfcce&&_0x43f9c9){const _0x473f40=_0x4517ee[_0x105657(0x552)](),_0x3f235a=_0x54a8a0(_0x2dfcce,_0x43f9c9,_0x473f40);let _0x5a19d3=_0x473f40;if(_0x3f235a){const _0x3daae1=_0x3206db(_0x3f235a,_0x4517ee[_0x105657(0x552)]()),_0x24033f=this['_drawingManagerService'][_0x105657(0x5f4)](_0x74c3dc,_0x4ff1be);if(_0x24033f&&_0x24033f[_0x35a36c]){const _0x2944b1=_0x24033f[_0x35a36c];_0x5a19d3=_0x3daae1[_0x105657(0x409)];for(const [_0x2619d8,_0x123689]of Object[_0x105657(0x71c)](_0x3daae1[_0x105657(0x30a)]))_0x5d1e4b[_0x2619d8]=_0x123689;const _0x405f19={..._0x2944b1['transform'],'width':_0x3daae1[_0x105657(0x1d5)][_0x105657(0x5ec)],'height':_0x3daae1['worldRect'][_0x105657(0x4c5)],'left':_0x3daae1[_0x105657(0x1d5)][_0x105657(0x40c)],'top':_0x3daae1['worldRect'][_0x105657(0x739)],'flipX':_0x3daae1[_0x105657(0x1d5)][_0x105657(0x635)],'flipY':_0x3daae1[_0x105657(0x1d5)][_0x105657(0x36b)],'angle':_0x3daae1['rotation']},_0x30270a=this['_renderManagerService'][_0x105657(0x1c9)](_0x74c3dc),_0x2bbd0a=_0x30270a==null?void 0x0:_0x30270a[_0x105657(0x664)](_0x58db79);if(!_0x2bbd0a)return;const _0x39630d=_0x24a4ab(_0x405f19,_0x2bbd0a),_0x4f732d={'unitId':_0x74c3dc,'subUnitId':_0x4ff1be,'drawingType':_0x4482fd[_0x105657(0x1b8)],'drawingId':_0x35a36c,'transform':_0x405f19,'sheetTransform':_0x39630d},_0x1908c5=this[_0x105657(0x2cb)][_0x105657(0x2da)]([_0x4f732d]),{unitId:_0x5b7b4a,subUnitId:_0x459ff7,undo:_0x5a0f83,redo:_0x465249,objects:_0x409074}=_0x1908c5;_0x398ff8[_0x105657(0x709)]({'id':_0x58821a['id'],'params':{'unitId':_0x5b7b4a,'subUnitId':_0x459ff7,'op':_0x465249,'objects':_0x409074,'type':_0x5ee0ba[_0x105657(0x685)]}}),_0x5e0de0[_0x105657(0x709)]({'id':_0x58821a['id'],'params':{'unitId':_0x5b7b4a,'subUnitId':_0x459ff7,'op':_0x5a0f83,'objects':_0x409074,'type':_0x5ee0ba['UPDATE']}});}_0x4517ee['removeLinePoints']();}_0x398ff8[_0x105657(0x709)]({'id':_0x44d94b['id'],'params':{'unitId':_0x74c3dc,'subUnitId':_0x4ff1be,'shapeId':_0x35a36c,'shapeType':_0x5a19d3,'shapeData':{'adjustValues':_0x5d1e4b,'relation':_0x498880}}}),_0x5e0de0['push']({'id':_0x44d94b['id'],'params':{'unitId':_0x74c3dc,'subUnitId':_0x4ff1be,'shapeId':_0x35a36c,'shapeType':_0x473f40,'shapeData':{'adjustValues':_0x2f5c44,'relation':_0x498880}}});}}[_0x54485f(0x322)](_0x25901f,_0x3e61f0,_0x44c22d,_0x5bb6d1,_0x5773ae,_0x51ac69,_0x1da6a4,_0x7bd800,_0x9c715a,_0x429aad){const _0x32056d=_0x54485f;var _0x576728,_0x281933,_0x51d0c8,_0x470c79,_0x1b6dd8,_0x31673f,_0x477b43,_0x1d899c,_0x4e0f03;if(!_0x5773ae)return;const _0x4b69a2=(_0x576728=this['_drawingManagerService'][_0x32056d(0x2c1)]({'unitId':_0x25901f,'subUnitId':_0x3e61f0,'drawingId':_0x9c715a}))==null?void 0x0:_0x576728['transform'];if(!_0x4b69a2)return;const _0x23be2d=_0x4b69a2[_0x32056d(0x40c)]!==_0x429aad[_0x32056d(0x40c)]||_0x4b69a2['top']!==_0x429aad[_0x32056d(0x739)],_0x150982=_0x4b69a2[_0x32056d(0x5ec)]!==_0x429aad['width']||_0x4b69a2[_0x32056d(0x4c5)]!==_0x429aad[_0x32056d(0x4c5)],_0x56f3bd=_0x4b69a2['flipX']!==_0x429aad[_0x32056d(0x635)]||_0x4b69a2[_0x32056d(0x36b)]!==_0x429aad[_0x32056d(0x36b)],_0x54c849=_0x4b69a2['angle']!==_0x429aad['angle'];if(_0x23be2d&&!_0x150982&&!_0x56f3bd&&!_0x54c849){const _0x427389=((_0x281933=_0x429aad[_0x32056d(0x40c)])!=null?_0x281933:0x0)-((_0x51d0c8=_0x4b69a2[_0x32056d(0x40c)])!=null?_0x51d0c8:0x0),_0x1f36c6=((_0x470c79=_0x429aad['top'])!=null?_0x470c79:0x0)-((_0x1b6dd8=_0x4b69a2[_0x32056d(0x739)])!=null?_0x1b6dd8:0x0),_0x560dc6=this['_drawingManagerService'][_0x32056d(0x5f4)](_0x25901f,_0x3e61f0);if(_0x560dc6&&_0x560dc6[_0x44c22d]){const _0x35437e=_0x560dc6[_0x44c22d],_0x561128={..._0x35437e['transform'],'left':((_0x477b43=(_0x31673f=_0x35437e[_0x32056d(0x3fd)])==null?void 0x0:_0x31673f[_0x32056d(0x40c)])!=null?_0x477b43:0x0)+_0x427389,'top':((_0x4e0f03=(_0x1d899c=_0x35437e[_0x32056d(0x3fd)])==null?void 0x0:_0x1d899c[_0x32056d(0x739)])!=null?_0x4e0f03:0x0)+_0x1f36c6},_0x1f8d5d=this[_0x32056d(0x76e)][_0x32056d(0x1c9)](_0x25901f),_0x24a0a3=_0x1f8d5d==null?void 0x0:_0x1f8d5d['with'](_0x58db79);if(!_0x24a0a3)return;const _0x15df8b=_0x24a4ab(_0x561128,_0x24a0a3),_0x54f310={'unitId':_0x25901f,'subUnitId':_0x3e61f0,'drawingType':_0x4482fd['DRAWING_SHAPE'],'drawingId':_0x44c22d,'transform':_0x561128,'sheetTransform':_0x15df8b},_0x55a46f=this[_0x32056d(0x2cb)]['getBatchUpdateOp']([_0x54f310]),{unitId:_0x15b055,subUnitId:_0x486bb9,undo:_0xe3689d,redo:_0x111822,objects:_0x1d7f83}=_0x55a46f;_0x1da6a4['push']({'id':_0x58821a['id'],'params':{'unitId':_0x15b055,'subUnitId':_0x486bb9,'op':_0x111822,'objects':_0x1d7f83,'type':_0x5ee0ba[_0x32056d(0x685)]}}),_0x7bd800[_0x32056d(0x709)]({'id':_0x58821a['id'],'params':{'unitId':_0x15b055,'subUnitId':_0x486bb9,'op':_0xe3689d,'objects':_0x1d7f83,'type':_0x5ee0ba[_0x32056d(0x685)]}});}}else{const _0x2a07e7=_0x5bb6d1['getStartConnectInfo'](),_0x55617d=_0x5bb6d1['getEndConnectInfo']();this['_addLineRerouteUpdates'](_0x25901f,_0x3e61f0,_0x44c22d,_0x5bb6d1,_0x2a07e7,_0x55617d,_0x1da6a4,_0x7bd800,_0x9c715a,_0x429aad);}}};Ie=T3([E1(0x0,_0x4ed9d9),E1(0x1,_0x2bf79f(_0x59e5f9)),E1(0x2,_0x65f22c),E1(0x3,_0x2bf79f(_0x3a703d)),E1(0x4,_0x3fde6e),E1(0x5,_0x2bf79f(_0x371e3a))],Ie);class N3 extends _0x262e55{constructor(_0x438898,_0x2d204c){const _0x542985=_0x54485f;super(_0x438898,_0x2d204c),A(this,_0x542985(0x1b6),null),A(this,_0x542985(0x34c),null),A(this,_0x542985(0x554),null),A(this,_0x542985(0x768),null),A(this,'_isStartConnectorPoint',!0x1),_0x2d204c&&this[_0x542985(0x22c)](_0x2d204c);}[_0x54485f(0x42f)](){const _0x8a7ae9=_0x54485f;return{'unitId':this['_unitId'],'subUnitId':this[_0x8a7ae9(0x768)],'drawingId':this[_0x8a7ae9(0x1b6)]};}['setShapeProps'](_0x21e436){const _0x20f767=_0x54485f;typeof _0x21e436['shapeId']<'u'&&(this[_0x20f767(0x1b6)]=_0x21e436[_0x20f767(0x572)]),typeof _0x21e436['unitId']<'u'&&(this[_0x20f767(0x554)]=_0x21e436['unitId']),typeof _0x21e436[_0x20f767(0x74b)]<'u'&&(this[_0x20f767(0x768)]=_0x21e436['subUnitId']),typeof _0x21e436[_0x20f767(0x212)]<'u'&&(this[_0x20f767(0x706)]=_0x21e436['isStartConnectorPoint']),this[_0x20f767(0x536)]({'width':_0x21e436[_0x20f767(0x5ec)],'height':_0x21e436[_0x20f767(0x4c5)]});}[_0x54485f(0x5ee)](_0x3c3651){const _0x55ac8a=_0x54485f;_0x4873cc[_0x55ac8a(0x568)](_0x3c3651,{'radius':_0x577177[_0x55ac8a(0x704)],'fill':_0x577177[_0x55ac8a(0x696)],'stroke':_0x577177['cxnPointStroke'],'strokeWidth':_0x577177[_0x55ac8a(0x4b9)],'evented':!0x0});}}function _0x20e6(){const _0x4e999b=['_draw','FlowChartOfflineStorage','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','isRichText','FlowchartSummingJunction','_highlightedSiteIndex','getDrawingData','univer-grid\x20univer-grid-cols-10\x20univer-gap-1','shape.type.rect','shapeKey','FlowchartMagneticTape','shape.type.math-plus','SHAPE','current','drawing-shape','getStartConnectInfo','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','Can','LAYOUT','getShapeRelation','_drawingType','DiagStripe','_cxnIndex','shape-up-arrow-callout-icon','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','shape.type.left-bracket','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','makeDirty','shape-rt-triangle-icon','cxnIndex','Dash','none','M18\x204V16H2V4H18ZM3.5\x2014.5H16.5V5.5H3.5V14.5Z','syncExecuteCommand','M11\x204H16V9L11\x2010.5V4ZM14\x207.51172V6H13V7.8125L14\x207.51172Z','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','M13\x2013V19H19V13H13ZM17\x2017H15V15H17V17Z','ShapeRectTextboxHorizontalIcon','ShapeRectIcon','attrs','ShapeFlowChartPreparationIcon','_openShapeEditPanel','getDocumentData','sheets-shape.line.joinType.title','ShapeFlowChartDelayIcon','getShapePopupMenus','ActionButtonReturn','_isConnecting','adjHandleStroke','shape.type.parallelogram','Ribbon2','_registerOperations','url(#path-1-inside-1_379_219)','ShapeFlowChartMultidocumentIcon','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','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','IrregularSeal2','getCurrentTypeOfUnit$','shape.type.action-button-movie','_drawRichText','FlowchartDecision','shape.type.action-button-forward-next','_adjHandlerPointerMove','ShapeDownArrowIcon','align.middle','ShapeCallout3Icon','shape-cube-icon','shape-flow-chart-online-storage-icon','icon','M4\x209V4H9V10.5L4\x209ZM7\x206H6V7.51172L7\x207.8125V6Z','Wave','flipX','M13\x201V7H19V1H13ZM17\x205H15V3H17V5Z','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','WedgeRectCallout','attachTransformerTo','SquareTabs','Moon','VerticalScroll','shape.type.round1-rect','_drawSimpleText','shape.type.irregular-seal1','M18\x2018H1C1\x208.61116\x208.61116\x201\x2018\x201V18ZM16\x203.13184C9.31556\x204.02243\x204.02346\x209.31558\x203.13281\x2016H16V3.13184Z','shape-action-button-forward-next-icon','stroke','sheets-shape.line.noLine','shape-math-plus-icon','startConnectionDetection','Diamond','_activeShapeInfo','sheets-shape.openPanel','shape.type.chart-plus','CurvedUpArrow','ShapeCurvedConnector3Icon','shape.type.star4','shape.type.bent-up-arrow','asObservable','AlignBottomIcon','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','sheet.shape.edit.panel','viewportScrollX','changeEnd$','ShapeMoonIcon','onPointerUp$','path-1-inside-1_379_366','_activeAdjustInfo','M11\x203H25V5H11z','shape.type.diag-stripe','unitId','ShapeIrregularSeal1Icon','shape.type.home-plate','sheets-shape.line.dashType.squareDot','_initialize','shape-snip1-rect-icon','shape-decagon-icon','_cxtHandlerPointerMove','M0\x200H20V2H0z','M1.00013\x2017L6.00013\x209','with','M1\x2010.001L10\x2018.001V14H19V6H10V2.00098L1\x2010.001Z','paint-bucket-double-icon','worldPoints','_getSceneAndTransformerByDrawingSearch','map','color','RightArrow','sheets-shape.insertShape','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','mask','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','borderEnabled','ShapeActionButtonDocumentIcon','shape-action-button-help-icon','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','Teardrop','displayName','RightJustifyingIcon','Star5','M6\x206V16H0L2\x2011L0\x206H6ZM2.95508\x2014H4V11.3857L2.95508\x2014ZM4\x2010.6133V8H2.95508L4\x2010.6133Z','dashType','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','starAndBanner','complete','path-1-inside-1_379_209','shape-flow-chart-decision-icon','onTransformChange$','ShapeMathEqualIcon','shape-trapezoid-icon','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.type.action-button-end','shape.type.flow-chart-internal-storage','UPDATE','_executeConnectedRouteConnectionCommand','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','_executeConnectionCommand','shape-rect-icon','LeftRightRibbon','ShapeLeftArrowCalloutIcon','http://www.w3.org/2000/svg','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','ChartPlus','gdRefY','targetShapeId','_getConnectPointInfo','shape.type.star7','_connectorObjects','M15\x2017H5L0\x203H20L15\x2017ZM6.41016\x2015H13.5898L17.1611\x205H2.83887L6.41016\x2015Z','offsetX','cxnPointFill','shape-flow-chart-manual-input-icon','setPrstGeom','shape.type.curved-right-arrow','M19\x2013V17H15V13H19ZM16\x2016H18V14H16V16Z','params','refreshSelection','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','shape-curved-connector3-arrow2-icon','FoldedCorner','Solid','sqrt','M1\x203H5V7H1V3Z','ShapeTrapezoidIcon','6WfGVHc','sheet.command.test-line-shape','data','shape-sun-icon','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','sheet.command.set-shape-rotate','_closeShapeEditPanel','shape.type.flow-chart-or','LEFT','shape.type.action-button-return','M11\x2012H9V16H11V12Z','Ellipse','getCurrentSkeleton','shape.type.curved-left-arrow','getState','shape-star24-icon','ShapeWedgeEllipseCalloutIcon','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','RightBrace','div','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','ShapeActionButtonBlankIcon','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','sheets-shape.line.width','ShapeBorderCallout1Icon','shape-rect-textbox-vertical-icon','ShapeBlockArcIcon','domX','rotate(90\x2011\x203)','ShapeRightArrowCalloutIcon','552IqIyLP','forEach','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','TOP','dispose','shape-bent-arrow-icon','PaintBucketDoubleIcon','sheets-shape.line.solidLine','ShapeLeftBraceIcon','sheets-shape.line.joinType.bevel','horizontal','ShapeCurvedUpArrowIcon','_handleConnectedEndpointPointerUp','shape-left-right-circular-arrow-icon','Donut','lineShapeId','scene','shape.type.curved-connector3-arrow1','ShapePieWedgeIcon','shape.type.flow-chart-delay','sheet.command.set-shape-text-font-size','M11.7646\x2020H5L9.23535\x200H16L11.7646\x2020ZM7.5\x2018H10.1553L13.6553\x202H11L7.5\x2018Z','shape.type.funnel','shape.type.snip2-same-rect','isHighlighted','onCommandExecuted','shape.type.striped-right-arrow','ShapeTeardropIcon','shape.type.action-button-help','shapeType','_addShapeConnectorHandlerObject','shape.type.action-button-back-previous','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','shape.type.snip-round-rect','invert','documentStyle','ShapeHeartIcon','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','_sidebarService','shape-irregular-seal2-icon','sheets-shape.rotateRight90','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','MathDivide','ShapeRectTextboxVerticalIcon','[DrawingShape]\x20LocaleService\x20is\x20required\x20for\x20rich\x20text\x20rendering','MIDDLE','shape-left-right-up-arrow-icon','ShapeActionButtonHelpIcon','pluginName','shape.type.flow-chart-input-output','M19\x202V18H1V2H19ZM3\x2016H17V4H3V16Z','shape.type.star24','_initSelection','ShapeMathDivideIcon','BOTTOM','ShapeSwooshArrowIcon','ShapeCubeIcon','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','shape-left-brace-icon','ShapeMathMinusIcon','ShapeLeftUpArrowIcon','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','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','ShapeBorderCallout2Icon','shape.type.flow-chart-extract','ShapeFlowChartOfflineStorageIcon','cxnPointRadius','shape-bent-up-arrow-icon','_isStartConnectorPoint','ShapeWedgeRectCalloutIcon','filter','push','Octagon','_drawingRenderService','shape.type.flow-chart-decision','Radial','shape-flow-chart-punched-tape-icon','string','shape-corner-icon','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','shape-action-button-sound-icon','shape-accent-border-callout1-icon','FromArray','M14.7646\x2019H1L5.23535\x201H19L14.7646\x2019ZM3.52539\x2017H13.1807L16.4746\x203H6.81934L3.52539\x2017Z','M19\x2014H1V6H19V14ZM3\x208V12H17V8H3Z','shape-down-arrow-callout-icon','shape-left-arrow-icon','LeftJustifyingIcon','ShapeStar24Icon','shape-parallelogram-icon','entries','getDrawingPoints','FORMAT','verticalAlign','next','shape-moon-icon','angle','refreshTransform','MathEqual','path','path-1-inside-1_453_267','_menuManagerService','defineProperty','Chevron','getConnectionRelation','rotate(','_drawShapeText','getShapeData','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','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','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','univer-text-primary-600','ShapeActionButtonBackPreviousIcon','CornerTabs','gdRefAng','floor','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.type.chart-star','shape-striped-right-arrow-icon','top','shape-round1-rect-icon','shape.type.curved-up-arrow','getSheetBySheetId','M10\x2019.001L2\x2010.001H6.00098V1.00098L14.001\x201.00098V10.001H18L10\x2019.001Z','M6\x2018.5L1\x2015V9H6','shape-plus-icon','align.center','M19\x208H1V2H19V8ZM3\x204V6H17V4H3Z','Star24','setOnSavingEditorData','ShapeGear6Icon','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','AccentCallout3','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','adjHandleSize','ShapeRound2SameRectIcon','shape.type.star8','subUnitId','shape.type.flow-chart-document','srcRect','_attachConnectorObjectEvent','ShapeLeftBracketIcon','_config','shape.type.square-tabs','shape-left-right-arrow-icon','sheets-shape.line.beginArrowSize','_initCommandInterceptor','shape-curved-connector3-arrow1-icon','ShapePlaqueIcon','ShapeFlowChartExtractIcon','837870shZmAo','sheets-shape.line.dashType.solid','shape-straight-connector1-icon','M13\x207H10.1719L14.1719\x203H3V14.1719L7\x2010.1719V13L1\x2019V1H19L13\x207Z','univer-flex\x20univer-items-center\x20univer-gap-3','diamond','shape.type.down-arrow','FlowchartPreparation','_updateShapeAdjustControls','_reset','shape-flow-chart-sort-icon','path-1-inside-1_379_353','flowchart','WedgeEllipseCallout','clearAdjustControls','other','_subUnitId','ShapeCloudCalloutIcon','ShapeEllipseIcon','ShapeFlowChartMagneticDiskIcon','sheet.command.update-connector-relation','ShapeLeftCircularArrowIcon','_renderManagerService','shape.type.right-arrow-callout','shape-star6-icon','M20\x2010H17V8H18V3H8V4H6V1H20V10Z','toolbar.horizontalAlignMode.main','ShapeLeftRightArrowIcon','M12\x2016L8\x2013H4V7H8L12\x204V16ZM8.66699\x209H6V11H8.66699L10\x2012V7.99902L8.66699\x209Z','clearAdjustValue','gdRefR','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','ShapeFlowChartAlternateProcessIcon','sheets-shape.line.joinType.miter','ActionButtonHome','sheets-shape.line.capType.title','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','ShapeFlowChartSortIcon','univer-shape-text-editor-content','shape.type.star12','shape-right-arrow-callout-icon','ShapeCornerIcon','evenodd','shape.type.right-brace','editingParams$','activeSheet$','rotate(45\x205.7\x2023.78)scale(-1\x201)','OPERATION','skeleton','shape-flow-chart-offpage-connector-icon','enableObjectsEvent','_sidebarDisposable','ShapeSnip1RectIcon','capType','LeftRightCircularArrow','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','lineStrokeType','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','_contextService','ShapeRightBracketIcon','isActive','Star16','shape-pentagon-icon','M15\x205V15H5V5H15ZM7\x2013H13V7H7V13Z','LongDashDotDot','_handleConnectedEndpointMove','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','shape.type.sun','isFrom','_shapeId','_initEditingParams','DRAWING_SHAPE','_initEvents','ShapeActionButtonBeginningIcon','univer-size-full','endConnectionDetection','M19\x207.5V17H1V3H14L19\x207.5ZM3\x2015H17V8.37207L13.2139\x205H3V15Z','shape.type.heart','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','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md\x20univer-bg-primary-600','ShapeBentConnector3Arrow2Icon','disposeWithMe','ShapeHorizontalScrollIcon','M3\x209H17V11H3z','shape-wedge-round-rect-callout-icon','getConnectorLinePoints','shape.type.left-arrow','updateContext','getRenderById','bind','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','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','ShapeBracePairIcon','5841840TeRUty','shape-icon','restore','RoundRect','0\x200\x2016\x2016','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','ShapeHalfFrameIcon','worldRect','shape-flow-chart-connector-icon','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','shape-triangle-icon','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','univer-flex\x20univer-items-center\x20univer-justify-between','refreshAdjustControls','FlowchartInternalStorage','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','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','ShapeFlowChartOffpageConnectorIcon','ShapeFlowChartProcessIcon','ShapeUturnArrowIcon','sheets-shape.shapePosition','setContextValue','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','shape-flow-chart-collate-icon','_executeResizeCommand','ShapeFolderCornerIcon','ChartStar','M19\x203V17H1V3H19ZM3\x2015H17V5H3V15Z','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','_updateSrcRectByTransform','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.type.right-arrow','getZoomRatio','reduce','paragraphStyle','Round2SameRect','ShapeUpDownArrowCalloutIcon','ShapeIrregularSeal2Icon','sheets-shape.fill.color','shape.type.can','shape.type.irregular-seal2','HalfFrame','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','remove$','M5\x203H7V16H5z','Chord','rotate(135\x207.72\x204.5)scale(1\x20-1)','sheets-shape.fill.solidFill','disableObjectsEvent','EllipseRibbon2','shape-flow-chart-document-icon','getFreeze','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','shape.type.bent-connector3-arrow2','computeStraightConnectorLayout','shape.type.bevel','_addShapeConnectorHandlerObjects','_findShapeAtPoint','shape-folder-corner-icon','shape-double-wave-icon','registerRenderModule','onReady','M4.70605\x2011H3.5V6H5V5H14V6H14.5879L15.2939\x205H16V13H15.2939L14.5879\x2012H14V15H4.70605V11ZM6.70605\x2013H12V10H14V8H12V7H7V8H5.5V9H6.70605V13Z','ShapeCornerTabsIcon','shape-callout1-icon','focusDrawing','shape.type.callout3','ShapeLeftRightArrowCalloutIcon','isStartConnectorPoint','resize','ShapeSmileyFaceIcon','cos','path-3-inside-1_376_54','keys','shape.type.line-inv','shape-adjust-point-','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','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','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','VIEW_MAIN','url(#path-1-inside-1_379_209)','_shapes','basicShape','registerFeatureMenu','_activeTargetShapeId','getSelfOrHeaderFooterModel','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','sheetViewStartRow','ShapeFlowChartPunchedTapeIcon','_sheetShapeAdjustController','_isStartAdjusting','ShapeLeftRightRibbonIcon','M9\x2016H4V11L9\x209.5V16ZM6\x2012.4883V14H7V12.1875L6\x2012.4883Z','shape.type.flow-chart-connector','setShapeProps','shape.type.up-down-arrow-callout','univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','CurvedConnector3','section','shape.type.accent-border-callout3','random','shape-flow-chart-preparation-icon','ShapeFlowChartMagneticTapeIcon','HomePlate','M13\x207H7V13L5\x2015V5H15L13\x207Z','FlowChartInputOutput','addObject','M1.00018\x2017L2.50018\x209H6.00018','shape.type.round2-same-rect','univerjs-icon\x20univerjs-icon-','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','shape.type.action-button-document','Square','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-rect-textbox-horizontal-icon','getFocusDrawings','startRow','sheet.operation.close-sheet-shape-format-panel','_transformCalculateSrcRect','assign','_getConnectionSiteAngle','shape.type.plaque-tabs','_isOpenedShapeEditPanel','resetCursor','M1\x2019V8L8\x201H19L1\x2019ZM3\x208.82812V14.1719L14.1719\x203H8.8291L3\x208.82812Z','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','_sheetBasicShapeConnectionPointController','domY','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','_adjHandlerPointerUp','deg)\x20scaleY(','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','shape.type.left-right-ribbon','mergeMenu','M10\x2020L2\x2010L10\x200L18\x2010L10\x2020ZM10\x203.2002L4.56152\x2010L10\x2016.7988L15.4395\x2010L10\x203.2002Z','UNIVER_DOC','draw','worldPoint','_currentConnectionTarget','ShapeChartXIcon','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','ShapeUpArrowIcon','ShapeChordIcon','shape-accent-callout2-icon','min','sheets-shape.line.arrowType.stealthArrow','shape-octagon-icon','executeCommand','shape-wedge-ellipse-callout-icon','viewBound','_getZoomRatio','shape.type.decagon','shape.type.action-button-beginning','shape.type.folder-corner','shape.type.curved-connector3-arrow2','Snip2DiagRect','_baseShapeLeft','M19\x209H1V3H19V9ZM3\x207H17V5H3V7Z','find','FlowchartManualOperation','shape.type.dodecagon','ShapeCurvedLeftArrowIcon','shape-cloud-callout-icon','ActionButtonForwardNext','M19\x204V15H6V4H19Z','1821NSUlog','SHAPE_TEXT','shape.type.flow-chart-online-storage','shape-arc-icon','url(#path-1-inside-1_379_353)','_activeShapeId','getViewport','shape-star16-icon','ShapeSnip2DiagRectIcon','shape-chart-x-icon','shape.type.quad-arrow','sheets-shape.line.endArrowSize','univer-flex\x20univer-flex-col\x20univer-gap-4\x20univer-pt-2','_props','shape-flow-chart-summing-junction-icon','newRelation','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','toString','BracketPair','shape-snip2-same-rect-icon','HorizontallyIcon','url(#$1','ShapeFlowChartMagneticDrumIcon','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','calcAdjValue','Plus','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','M14\x2014V4H20L18\x209L20\x2014H14ZM17.0449\x206H16V8.61426L17.0449\x206ZM16\x209.38672V12H17.0449L16\x209.38672Z','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','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','UpArrow','circle','shape.type.flow-chart-summing-junction','shape-ribbon-icon','includes','ShapeFlowChartDecisionIcon','oldAdjustValues','fillType','UpDownArrow','ShapeCurvedDownArrowIcon','shape-text-','shape.type.bracket-pair','shape-flow-chart-or-icon','_initMenu','M18\x2011L20\x2016H14V6H20L18\x2011ZM16\x2014H17.0449L16\x2011.3857V14ZM16\x2010.6133L17.0449\x208H16V10.6133Z','_moveConnectorWithShape','UniverIcon','path-1-inside-1_379_229','clip','symbol','hasShape','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','getCellWithCoordByOffset','M1\x2013C4.31371\x2013\x207\x2015.6863\x207\x2019H1V13ZM3\x2017H4.46387C4.11268\x2016.3931\x203.60692\x2015.8873\x203\x2015.5361V17Z','M17.8574\x203V4H19V4.85742H20V7.64258H19V11.3574H20V14.1426H19V15H17.8574V16H14.6426V15H10.3574V16H7.14258V15H6V14.1426H5V11.3574H6V7.64258H5V4.85742H6V4H7.14258V3H10.3574V4H14.6426V3H17.8574Z','RoundDot','ShapeRibbon2Icon','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','ShapeQuadArrowIcon','ShapeRoundRectIcon','updateDocumentStyle','shape.type.heptagon','isArray','sheets-shape.config','getDrawingOrder','sin','url(#path-1-inside-1_379_366)','None','setHighlighted','FlowchartPunchedTape','M15\x203H19V7H15V3Z','ShapeCurvedConnector3Arrow2Icon','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.accent-callout2','M7\x209H5V16H7V9Z','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','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','sheets-shape.deleteShape','getDrawingByParam','replace','shape.type.callout2','shape-star7-icon','shape-star4-icon','getBentTypeFromPoints','ShapeFunnelIcon','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','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','ShapeLeftArrowIcon','_drawingManagerService','ENTER','getCurrentSelections','ShapeDownArrowCalloutIcon','M14.5\x2012L8.99998\x2016.5L17.5\x207.50003L14.5\x2012Z','FlowchartMultiDocument','_registerComponent','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','shape.type.flow-chart-display','M14\x206H19V14H14V19H6V14H1V6H6V1H14V6ZM8\x208H3V12H8V17H12V12H17V8H12V3H8V8Z','index','subscribeEvent','_activeShapeAdjustPointList','LeftRightArrow','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','getBatchUpdateOp','Funnel','BentUpArrow','BentConnector3','shape.type.down-arrow-callout','VIEW_MAIN_TOP','shape.type.left-up-arrow','shape.type.notched-right-arrow','memo','shape-right-brace-icon','M19\x207.5V17H1V6C1\x204.34315\x202.34315\x203\x204\x203H14L19\x207.5ZM3\x2015H17V8.37207L13.2139\x205H4C3.44772\x205\x203\x205.44772\x203\x206V15Z','shape-border-callout1-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','4KOLaJL','getOwnPropertyDescriptor','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','Round','sheets-shape.line.joinType.round','abs','#ff0000','OvalArrow','ShapeStar32Icon','shape.type.up-arrow-callout','NoFill','SnipRoundRect','primary.600','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','idSuffix','univer-text-gray-600\x20univer-transition-transform','Parallelogram','shape.type.left-right-arrow-callout','_getShapeAdjustInfosById','AccentBorderCallout1','ShapeArcIcon','opacity','paragraphs','shape.type.math-not-equal','ShapeStar10Icon','getConnectionSiteList','Angular','FlowchartSort','shape.type.bent-connector3','updateLinePoints','_injector','shape.type.ellipse-ribbon2','lineJoinType','sheets-shape.hidePanel','CENTER','adjustValues','resizeEnabled','shape.type.left-right-circular-arrow','M19\x2011V19H11L19\x2011ZM17\x2015.8281L15.8281\x2017H17V15.8281Z','shape-chart-plus-icon','value','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','ShapeChartStarIcon','focus','sheets-shape.fill.title','pipe','_handleBasicShapeUpdateConnectorLineShape','ShapeActionButtonInformationIcon','shape-action-button-document-icon','QuadArrow','shape.type.smiley-face','shapeModel','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','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','shape-math-divide-icon','shapeData','ShapeFlowChartCollateIcon','_univerInstanceService','univer-text-sm','_addLineFollowShapeUpdates','ShapeCurvedRightArrowIcon','shape.type.diamond','rectangle','textRect','shape.type.flow-chart-alternate-process','M19\x202V18H13V2H19ZM15\x2016H17V4H15V16Z','VIEW_MAIN_LEFT_TOP','ShapeFlowChartInternalStorageIcon','shape-flow-chart-alternate-process-icon','colStartX','_sheetCanvasPopManagerService','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','shape-flow-chart-punched-card-icon','drawings','FlowchartMagneticDrum','ShapeDiamondIcon','sheets-shape.line.arrowSize.small','AccentCallout2','gradientAngle','strokeWidth','shape-flow-chart-offline-storage-icon','calculate','setSrcRect','rotate(45\x203.64\x202.22)','BorderCallout1','PieWedge','path-1-inside-1_379_219','_sheetDrawingShapeRenderController','ShapeBentUpArrowIcon','M19.0002\x204V15H6.00018V4H19.0002Z','shape.type.math-multiply','getUnit','FlowchartTerminator','ShapeLineInvIcon','currentColor','ShapeStar4Icon','shape-flow-chart-input-output-icon','M19\x2019H1L10\x201L19\x2019ZM4.23633\x2017H15.7637L10\x205.47266L4.23633\x2017Z','M20\x2010.001L11\x2018.001V14H6V6H11V2.00098L20\x2010.001ZM13\x208H8V12H13V13.5459L16.9883\x2010.001L13\x206.45508V8Z','univer-box-border\x20univer-px-4\x20univer-text-sm','FlowchartDelay','_index','isRender','SmileyFace','_getShapeAdjustPointListById','M11\x209V4H16V9H11ZM14\x206H13V7H14V6Z','QuadArrowCallout','Decagon','shape-right-arrow-icon','MathNotEqual','CROSSHAIR','cxnPointStroke','name','pageSize','use','SELECTOR','shape-horizontal-scroll-icon','scaleX','_cxtHandlerPointerUp','ShapeMathNotEqualIcon','getShapeTextData','COMMAND','getObject','sheets-shape.line.arrowType.openArrow','shape.type.star6','M19\x2010.001L10\x2018.001V14H1L4\x2010L1\x206H10V2.00098L19\x2010.001ZM12\x208H5L6.5\x2010L5\x2012H12V13.5459L15.9883\x2010.001L12\x206.45508V8Z','getLineShapeRelation','_isDrawingShapePointDown','Line','_getShapeInfo','ShapeAccentBorderCallout3Icon','shape.type.teardrop','flipY','BracePair','shape-accent-callout1-icon','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','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','viewportScrollY','shape-chevron-icon','ShapeRound1RectIcon','adjName','sheet.shape.picker.component','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','ShapeStraightConnector1Icon','_shapeTextEditingService','univer-w-28','M17\x200V16L10\x2020L3\x2016V0H17ZM5\x2014.8389L10\x2017.6963L15\x2014.8389V2H5V14.8389Z','shape-cloud-icon','marginTop','LongDashDot','_configService','normal','ShapeFlowChartSummingJunctionIcon','#ffffff','getCellWithCoordByIndex','ShapeStar6Icon','ShapeFlowChartOrIcon','shape-flow-chart-delay-icon','rotate','Small','univer-w-full','registerCommand','shape.type.cube','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','sheets-shape.fill.transparency','shape-flow-chart-predefined-process-icon','ShapeStraightConnector2Icon','sheet.operation.open-sheet-shape-format-panel','univer-shape-text-editor','ShapeAccentCallout2Icon','Large','shape-no-smoking-icon','mainComponent','_lastEditingShapeKey','shape.type.moon','ShapePlusIcon','shape.type.star10','_getDrawingRect','_clearConnectionSites','linear','ShapeStar5Icon','deepClone','FlowchartDisplay','shape-flow-chart-magnetic-tape-icon','_currentScene','more-down-icon','sheets-shape.line.arrowSize.medium','M16\x205H13V6H19V14H13V15H16L10\x2020L4\x2015H7V14H1V6H7V5H4L10\x200L16\x205ZM9\x203.43555V8H3V12H9V16.5635L10\x2017.3965L11\x2016.5635V12H17V8H11V3.43555L10\x202.60254L9\x203.43555Z','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','ShapeBracketPairIcon','MathPlus','shape.type.snip2-diag-rect','ShapeAccentCallout1Icon','shape-frame-icon','100%','highlighted','flipH','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','round','ShapeSunIcon','shape-irregular-seal1-icon','START','RightTriangle','shape.type.circular-arrow','M19.0001\x204V15H9.00013V4H19.0001Z','getBasicShapeRelation','relation','shape.type.rect-textbox-horizontal','getAdjustValueByName','pushUndoRedo','M10.9999\x2015.6341L11\x204.63394L4.5\x2010.634L10.9999\x2015.6341ZM9.00018\x209.2011L9.00017\x2011.571L7.59978\x2010.4938L9.00018\x209.2011Z','shape-accent-border-callout3-icon','getEditing','0\x200\x2020\x2020','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','oldShapeType','beginPath','BUTTON_SELECTOR','shape.type.wedge-round-rect-callout','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','shape.type.flow-chart-sort','ChartX','M11\x202.00098L20\x2010.001L11\x2018H1V2L11\x202.00098ZM3\x2016H10.2393L16.9883\x2010L10.2383\x204H3V16Z','shape-action-button-home-icon','ActionButtonEnd','shape.type.flow-chart-magnetic-disk','translateWithPrecision','M2\x209L0\x204H6V14H0L2\x209ZM4\x206H2.95508L4\x208.61426V6ZM4\x209.38672L2.95508\x2012H4V9.38672Z','Trapezoid','sheets-shape.line.dashType.longDashDot','getDrawingVisible','setDocumentData','ShapeRound2DiagRectIcon','getShapeTextRect','shape-can-icon','flipV','M4\x2012V18H16V12H11V4.80273L10\x203.41797L9\x204.80273V12H4ZM7\x206H5.66992L7\x204.15723V4H7.11328L10\x200L12.8867\x204H13V4.15723L14.3301\x206H13V10H18V20H2V10H7V6Z','shape.type.border-callout1','align.top','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','rotation','ShapeHeptagonIcon','shape.type.accent-callout3','shape-curved-up-arrow-icon','ShapePieIcon','univer-text-gray-500','sheets-shape.line.capType.flat','shape.type.straight-connector1','shape.type.border-callout2','shape-curved-right-arrow-icon','shape-curved-connector3-icon','shape-swoosh-arrow-icon','ShapeVerticalScrollIcon','ShapeCircularArrowIcon','shape-left-circular-arrow-icon','LeftRightArrowCallout','M12\x2016H18V4H12V9H4.80273L3.41797\x2010L4.80273\x2011H12V16ZM6\x2013V14.3301L4.15723\x2013H4V12.8867L0\x2010L4\x207.11328V7H4.15723L6\x205.66992V7H10V2H20V18H10V13H6Z','sheet.command.insert-shape','#333333','ShapeTextEditorContainer','rotate(-30\x2012.87\x206.73)','_executeConnectedRouteResizeCommand','ShapePlaqueTabsIcon','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','sheets-shape.toggleFlipV','M13.9999\x2015.4058L13.9999\x204.09185L5\x2010.092L13.9999\x2015.4058ZM12.0001\x207.8277L12.0001\x2011.9019L8.75934\x209.98841L12.0001\x207.8277Z','ActionButtonBackPrevious','horizontalAlign','FlowchartMerge','ShapeFlowChartConnectorIcon','ShapeBentConnector3Icon','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','sheet.command.set-shape-text-font-size-increase','M12\x2014C12\x2013.4477\x2012.4477\x2013\x2013\x2013H18V11H13C11.3431\x2011\x2010\x2012.3431\x2010\x2014V19H12V14Z','SHEET_SHAPE_UI_PLUGIN','HorizontalScroll','endY','univer-flex\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200','transform','M10\x208C10\x208.55228\x2010.4477\x209\x2011\x209H13V11H11C9.34315\x2011\x208\x209.65685\x208\x208V5H10V8Z','shape-action-button-blank-icon','_onSavingEditorData$','sheets-shape.line.arrowSize.large','StripedRightArrow','classType','ShapeLineIcon','shape.type.action-button-sound','group','shape.type.flow-chart-magnetic-tape','M19.083\x207H17V16.9688H7V19L1\x2014L7\x209V10.9688H11V7H9.08301L14.083\x201L19.083\x207Z','lineType','_activeShapeModel','M3\x206H5V14H3V6Z','left','setCursor','ShapeStar16Icon','ShapeRibbonIcon','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','1em','shape-block-arc-icon','ShapeUpArrowCalloutIcon','sheets-shape.toggleFlipH','shape-home-plate-icon','shape.type.math-minus','ShapeFrameIcon','updateDocumentDataMargin','shape.type.left-brace','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','Heart','shape.type.callout1','unsubscribe','ShapeSnipRoundRectIcon','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','FlowchartExtract','absolute','shape-heart-icon','interceptCommand','drawingId','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','_initCommands','M5\x203V7H1V3H5ZM2\x206H4V4H2V6Z','M19.0001\x204V15H6.00014V4H19.0001Z','onPointerMove$','open','connection-site-','startArrow','IrregularSeal1','_editingParams$','getDrawingSearch','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','oldLineType','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','ShapeStar7Icon','body','sheets-shape.line.dashType.longDash','_addLineRerouteUpdates','_context','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','updateConnectionDetection','ShapeActionButtonHomeIcon','range','pick','shape.type.flow-chart-manual-input','MathMultiply','useAbsolutePosition','shape.type.flow-chart-offpage-connector','univer-px-4\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','_handleFreeEndpointPointerUp','localeService','M16\x2011V16H11V11H16ZM13\x2014H14V13H13V14Z','children','shape-border-callout2-icon','Arrow','2978vkeuge','shape.type.star32','CurvedDownArrow','shape.type.ribbon','shape.type.half-frame','M3.64\x202.22H23.64V4.22H3.64z','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','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','Bevel','toolbar.resetColor','_baseShapeTop','ShapeLeftRightCircularArrowIcon','visible','shape-straight-connector2-icon','offsetY','blockArrow','ShapeBentArrowIcon','M16\x208V2H4V8H9V15.1973L10\x2016.582L11\x2015.1973V8H16ZM13\x2014H14.3301L13\x2015.8428V16H12.8867L10\x2020L7.11328\x2016H7V15.8428L5.66992\x2014H7V10H2V0H18V10H13V14Z','shape.type.accent-callout1','VerticalCenterIcon','onRendered','isHit','_localeService','shape.type.flow-chart-terminator','getMatrix','univer-rounded-lg\x20univer-p-3','shape.type.non-isosceles-trapezoid','ShapeActionButtonSoundIcon','close','_commandService','sheets-shape.fill.gradientFill','M17\x206C17\x205.44772\x2016.5523\x205\x2016\x205H3V15H17V6ZM19\x2017H1V3H16C17.6569\x203\x2019\x204.34315\x2019\x206V17Z','ShapeDoubleWaveIcon','BorderCallout3','M19.083\x207H17V18H2V12H11V7H9.08301L14.083\x201L19.083\x207Z','render','_getScrollInfo','registerFeatureMenuOffset','ShapeBorderCallout3Icon','position','shape-plaque-tabs-icon','ShapeStripedRightArrowIcon','subscribe','point','_init','ShapeStar8Icon','colorChannel1','FlowchartCollate','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','shape-lightning-bolt-icon','shape-curved-down-arrow-icon','NoSmoking','angular','endArrow','BorderCallout2','ShapeCanIcon','size','_handleConnectorPointerUp','getValue','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','FlowchartPredefinedProcess','shape.type.uturn-arrow','from','shape.type.border-callout3','ShapeDodecagonIcon','getEndConnectInfo','MEDIA','shape.type.pentagon','shape-flow-chart-merge-icon','defs','onDblclick$','_baseDrawingRect','shape-dodecagon-icon','ShapeHexagonIcon','_draggingConnectorId','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','some','isLineShape','SquareDot','startY','sheets-shape.fill.noFill','M20\x2010L15\x2017H5L0\x2010L5\x203H15L20\x2010ZM2.45801\x2010L6.0293\x2015H13.9707L17.542\x2010L13.9707\x205H6.0293L2.45801\x2010Z','ShapeLeftRightUpArrowIcon','ShapeStar12Icon','Medium','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','ShapeParallelogramIcon','M7\x2013H6V14.3301L0\x2010L6\x205.66992V7H7V1H13V7H14V5.66992L20\x2010L14\x2014.3301V13H13V19H7V13ZM9\x209H4.80273L3.41699\x2010L4.80273\x2011H9V17H11V11H15.1973L16.582\x2010L15.1973\x209H11V3H9V9Z','isEditing','ShapeEllipseRibbon2Icon','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','AlignTopIcon','M19\x2017H1V6L19\x202V17ZM3\x207.60352V15H17V4.49219L3\x207.60352Z','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','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','ShapeFlowChartPunchedCardIcon','xlink:href','object','update$','_sheetsShapeServices','ShapeMathMultiplyIcon','scale','getShapeDataById','M4\x209V4H9V9H4ZM7\x206H6V7H7V6Z','shape.type.no-smoking','sheet.command.shape-doc-align','shape.type.snip1-rect','_findNearestConnectionSite','ShapeAccentCallout3Icon','shape-heptagon-icon','ShapeChartPlusIcon','Corner','ShapeNoSmokingIcon','cxnPointStrokeWidth','M19\x201H1L10\x2019L19\x201ZM4.23633\x203H15.7637L10\x2014.5273L4.23633\x203Z','M8.44922\x202L2\x209.27246V17H18V2H8.44922Z','sheets-shape.line.dashType.dashDot','ShapeNotchedRightArrowIcon','shape-math-not-equal-icon','M15\x2013H19V17H15V13Z','newAdjustValues','LightningBolt','ShapeWedgeRoundRectCalloutIcon','sheets-shape.shapeStyle','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','height','getAdjustInfoByName','radial','ShapeActionButtonForwardNextIcon','start','warn','shape.type.gear6','FlowchartManualInput','ActionButtonBeginning','shape-smiley-face-icon','FlowchartConnector','tag','rotateEnabled','shape.type.left-right-arrow','shape.type.flow-chart-offline-storage','getBody','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','callout','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','shape.type.bent-connector3-arrow1','ShapeTriangleIcon','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','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','newLineType','changeStart$','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','shape.type.flow-chart-magnetic-drum','ShapeBentConnector3Arrow1Icon','startColumn','getSkeletonParam','M19\x2010.001L10\x2018.001V14H1V6H10V2.00098L19\x2010.001Z','shape.type.chevron','_componentManager','shape.type.swoosh-arrow','path-1-inside-1_379_199','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','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','_addShapeAdjustControl','shape-line-icon','_currentUniverService','startX','shape.type.vertical-scroll','_connectionSiteObjects','GradientFill','AccentBorderCallout2','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','_isHighlighted','shape-right-bracket-icon','M18\x2019H2L6\x201H14L18\x2019ZM4.49316\x2017H15.5068L12.3955\x203H7.60449L4.49316\x2017Z','shape-math-multiply-icon','ShapePositionWrapper','dataStream','ShapeMathPlusIcon','shape-action-button-movie-icon','M19\x208V17H1V8L6\x203H14L19\x208ZM3\x2015H17V9.0293L13.3584\x205H6.72363L3\x208.93555V15Z','shape-action-button-beginning-icon','shape-quad-arrow-icon','getShapeTypeById','shape.type.star5','StraightConnector1','ShapeChevronIcon','getCurrentScrollState','span','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','_createShapeAdjustControls','Star32','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','M14\x2016L14\x2014L5\x2014L5\x2016L14\x2016Z','Frame','sheetViewStartColumn','Rect','ShapeActionButtonMovieIcon','trim','M15\x209H13V16H15V9Z','M7\x201V7H1V1H7ZM3\x205H5V3H3V5Z','save','M17\x2013H14V11H15V6H5V7H3V4H17V13Z','BentArrow','_rerouteConnectorLine','shape-ribbon2-icon','getDrawingEditable','shape-star10-icon','endX','Miter','_shapeUpdateListener','add$','ShapeHomePlateIcon','focus$','shape-bracket-pair-icon','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','ShapeBevelIcon','dataModel','white','shape-plaque-icon','onPointerDown$','univer-w-20','CircularArrow','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','univer-w-[320px]\x20univer-pb-2','DiamondArrow','drawingType','shape-bent-connector3-arrow1-icon','shape-action-button-back-previous-icon','editorHeight','M19\x2017H1V11H19V17ZM3\x2015H17V13H3V15Z','shape-border-callout3-icon','M13\x201C13\x204.31371\x2015.6863\x207\x2019\x207V1H13ZM17\x204.46289C16.3933\x204.11172\x2015.8872\x203.60678\x2015.5361\x203H17V4.46289Z','univer-flex\x20univer-flex-col\x20univer-gap-3','M19\x201V19H1V1H19ZM3\x2017H17V3H3V17Z','173709EvezED','Linear','actualRow','FlowchartOnlineStorage','transformByState','_calculateFreeEndpointAngle','shape-left-right-ribbon-icon','M10\x203C13.866\x203\x2017\x206.13401\x2017\x2010C17\x2013.866\x2013.866\x2017\x2010\x2017H2V3H10Z','LeftArrowCallout','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','M0\x206H2V14H0V6Z','_baseShapeWidth','getAdjustNames','vertical','M1.00012\x2017L6.00012\x209','removeLinePoints','getShapeModel','getUnitId','ShapeFlowChartManualOperationIcon','711948kXAVwL','line','Star12','ShapeActionButtonEndIcon','ShapeWaveIcon','ShapeAccentBorderCallout1Icon','M19\x2013C15.6863\x2013\x2013\x2015.6863\x2013\x2019H19V13ZM17\x2017H15.5361C15.8873\x2016.3931\x2016.3931\x2015.8873\x2017\x2015.5361V17Z','auto','ShapeActionButtonReturnIcon','sheet.command.set-shape-text-font-size-decrease','ShapeIcon','url(#path-1-inside-1_453_267)','sheet.command.set-shape-text-vertical-align','getShapeType','scaleY','_unitId','_baseShapeHeight','computeConnectorResizeLayout','M5\x2013V17H1V13H5ZM2\x2016H4V14H2V16Z','NonIsoscelesTrapezoid','doc','CurvedRightArrow','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','localToWorld','M10\x201.00098L2\x2010.001H6.00098V19.001H14.001V10.001H18L10\x201.00098Z','Pie','ShapeDecagonIcon','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','_adjName','_registerDrawingFocusChangeHandler','sheet.command.update-line-shape-resize','0\x200\x2017\x2016','sheets-shape.line.dashType.longDashDotDot','SolidLine','ShapeEditor','drawWith','ActionButtonHelp','get','setEditing','disableShapeOption','ShapeRightArrowIcon','changeShapeType','M1\x2011V19H9L1\x2011ZM3\x2015.8281L4.17188\x2017H3V15.8281Z','register','_handleFreeEndpointMove','shapeId','shape.type.gear9','changing$','shape-star8-icon','shape-left-up-arrow-icon','univer-shape-text-editor-position-wrapper','shape-donut-icon','ShapeCallout1Icon','svg','shape.type.action-button-information','shape.type.curved-down-arrow','ShapeSquareTabsIcon','ShapeOctagonIcon','shape.type.left-arrow-callout','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','_clearShapeAdjustControls','ShapeLightningBoltIcon','shape.type.double-wave','shape.type.ellipse-ribbon','oKey','shape-flow-chart-internal-storage-icon','Triangle','add','length','_targetShapeId','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','getAncestorScale','ShapeCallout2Icon','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','FlowchartMagneticDisk','ShapeFlowChartDocumentIcon','shape-star5-icon','ang','ShapeDonutIcon','gradientStops','ShapeUpDownArrowIcon','shape.type.round2-diag-rect','shape.type.left-circular-arrow','LeftBracket','actualColumn','ActionButtonDocument','ShapeCloudIcon','ShapeDiagStripeIcon','type','url(#path-1-inside-1_379_229)','blur','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','shape.type.flow-chart-punched-tape','univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','getInverseCoord','AccentBorderCallout3','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','renderDrawingShape','end','_updateAdjustControlPositions','rect','5404535GKdiCD','shape-action-button-information-icon','SwooshArrow','equationShape','ActionButtonInformation','onSavingEditorData$','getSkeleton','M16\x203V13H4V3H16ZM6\x2011H14V5H6V11Z','FlowchartProcess','setAdjustValueByName','getActualSize','shape.type.flow-chart-multidocument','shape.type.math-divide','UNIVER_SHEET','8813231woKtiw','ShapeFlowChartInputOutputIcon','ShapeEllipseRibbonIcon','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','stopPropagation','MathMinus','shape-flow-chart-extract-icon','shape.type.corner-tabs','shape.type.accent-border-callout1','shape.type.lightning-bolt','max','Pentagon','indexOf','shape-chord-icon','style','Star10','_hasReset','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','ShapePentagonIcon','ShapeFlowChartDisplayIcon','_drawingAddListener','_registerDrawingMoveHandler','M5.5\x204.5H7.5V15.5H5.5V4.5Z','ShapeFlowChartMergeIcon','fill','_clearShapeConnectorHandlerObjects','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','shape.type.action-button-home','ShapeRtTriangleIcon','ShapeQuadArrowCalloutIcon','ShapeFlowChartPredefinedProcessIcon','shape-ellipse-ribbon2-icon','shape-pie-wedge-icon','ShapeFlowChartManualInputIcon','4\x203','shape-vertical-scroll-icon','SolidFil','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','ShapeRightBraceIcon','ShapeAccentBorderCallout2Icon','subscribeContextValue$','ShapeFlowChartOnlineStorageIcon','applyPoint','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','_registerShapeMenu','substring','ShapeCurvedConnector3Arrow1Icon','ShapeFlowChartTerminatorIcon','ShapeGear9Icon','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md','_sheetInterceptorService','shape-left-arrow-callout-icon','width','\x20px'];_0x20e6=function(){return _0x4e999b;};return _0x20e6();}var j3=Object[_0x54485f(0x2e8)],E3=(_0x4f0eab,_0xf394ce,_0x6a38cd,_0x2c4401)=>{const _0x267c9c=_0x54485f;for(var _0x3af2f7=_0x2c4401>0x1?void 0x0:_0x2c4401?j3(_0xf394ce,_0x6a38cd):_0xf394ce,_0x4c4539=_0x4f0eab[_0x267c9c(0x589)]-0x1,_0x4847f6;_0x4c4539>=0x0;_0x4c4539--)(_0x4847f6=_0x4f0eab[_0x4c4539])&&(_0x3af2f7=_0x4847f6(_0x3af2f7)||_0x3af2f7);return _0x3af2f7;},x1=(_0x1c7eda,_0x1eafce)=>(_0x4a4725,_0x5cde21)=>_0x1eafce(_0x4a4725,_0x5cde21,_0x1c7eda);let $e=class extends _0x3d0c25{constructor(_0x3cd1c7,_0x42c322,_0x122427,_0x35de1e,_0x3b247b,_0x3f7e42,_0x4484f4,_0x5821d0){const _0x23dda9=_0x54485f;super(),A(this,_0x23dda9(0x278)),A(this,_0x23dda9(0x554)),A(this,'_subUnitId'),A(this,_0x23dda9(0x693),[]),A(this,_0x23dda9(0x48f),{'left':0x0,'top':0x0,'width':0x0,'height':0x0,'flipX':!0x1,'flipY':!0x1}),A(this,'_activeShapeModel'),A(this,'_isConnecting',!0x1),A(this,'_isDrawingShapePointDown',!0x1),A(this,_0x23dda9(0x5c8),!0x1),A(this,_0x23dda9(0x661)),A(this,_0x23dda9(0x35d)),A(this,'_currentConnectionTarget',null),(this[_0x23dda9(0x437)]=_0x3cd1c7,this[_0x23dda9(0x465)]=_0x42c322,this['_renderManagerService']=_0x122427,this[_0x23dda9(0x2cb)]=_0x35de1e,this['_univerInstanceService']=_0x3b247b,this['_sheetsShapeServices']=_0x3f7e42,this[_0x23dda9(0x227)]=_0x4484f4,this[_0x23dda9(0x24c)]=_0x5821d0,this[_0x23dda9(0x65e)]());}[_0x54485f(0x65e)](){const _0x311c60=_0x54485f;this[_0x311c60(0x562)](),this[_0x311c60(0x5cd)]();}[_0x54485f(0x398)](){const _0x2e037a=_0x54485f;if(!this['_unitId']||!this['_subUnitId']||!this[_0x2e037a(0x278)])return;const _0x43b5c6={'unitId':this[_0x2e037a(0x554)],'subUnitId':this['_subUnitId'],'drawingId':this[_0x2e037a(0x278)]},_0x33d0b6=this['_drawingManagerService']['getDrawingByParam'](_0x43b5c6),{transform:_0x26c23a}=_0x33d0b6;if(_0x26c23a)return{'left':_0x26c23a[_0x2e037a(0x40c)]||0x0,'top':_0x26c23a['top']||0x0,'width':_0x26c23a[_0x2e037a(0x5ec)]||0x0,'height':_0x26c23a[_0x2e037a(0x4c5)]||0x0,'flipX':_0x26c23a['flipX']||!0x1,'flipY':_0x26c23a['flipY']||!0x1,'angle':_0x26c23a[_0x2e037a(0x722)]};}[_0x54485f(0x206)](){const _0x9b8c91=_0x54485f;if(this['_unitId']===void 0x0||this[_0x9b8c91(0x768)]===void 0x0||this[_0x9b8c91(0x278)]===void 0x0)return;const _0x355d56=this[_0x9b8c91(0x76e)]['getRenderById'](this[_0x9b8c91(0x554)]);if(!_0x355d56||!_0x355d56[_0x9b8c91(0x664)](_0x454cf5)[_0x9b8c91(0x6b0)]())return;const {scene:_0x52e62b}=_0x355d56,_0x592a1b=this[_0x9b8c91(0x398)]();if(!_0x592a1b)return;const _0x20f790=this[_0x9b8c91(0x4ab)][_0x9b8c91(0x542)](this[_0x9b8c91(0x554)],this[_0x9b8c91(0x768)],this[_0x9b8c91(0x278)]);if(!_0x20f790||!_0x25df97(_0x20f790[_0x9b8c91(0x552)]()))return;const _0x2b6b00=_0x20f790['getConnectorLinePoints']();if(_0x2b6b00[_0x9b8c91(0x589)]<0x2)return;const _0x524937=new _0x597337(_0x592a1b),_0x11cc6c=_0x2b6b00[0x0],_0x2fb205=_0x2b6b00[_0x2b6b00[_0x9b8c91(0x589)]-0x1],_0x4340a6=_0x524937['localToWorld'](_0x11cc6c),_0x10868d=_0x524937['localToWorld'](_0x2fb205);this[_0x9b8c91(0x6e0)](_0x52e62b,{..._0x4340a6},!0x0),this[_0x9b8c91(0x6e0)](_0x52e62b,{..._0x10868d},!0x1);}['_addShapeConnectorHandlerObject'](_0x29310f,_0xd32e5b,_0x407e94){const _0x52635c=_0x54485f;if(this['_activeShapeId']===void 0x0||this['_unitId']===void 0x0||this[_0x52635c(0x768)]===void 0x0)return;const _0x427338='connector-handler-'+this[_0x52635c(0x554)]+'-'+this[_0x52635c(0x768)]+'-'+this[_0x52635c(0x278)]+'-'+(_0x407e94?_0x52635c(0x4c9):_0x52635c(0x5a7)),_0x3b1aff=_0x29310f[_0x52635c(0x361)](_0x427338);if(_0x3b1aff){_0x3b1aff[_0x52635c(0x536)]({'left':_0xd32e5b['x']-_0x577177[_0x52635c(0x704)],'top':_0xd32e5b['y']-_0x577177[_0x52635c(0x704)]});return;}const _0x432c06={'left':_0xd32e5b['x']-_0x577177['cxnPointRadius'],'top':_0xd32e5b['y']-_0x577177[_0x52635c(0x704)],'shapeId':this[_0x52635c(0x278)],'unitId':this[_0x52635c(0x554)],'subUnitId':this[_0x52635c(0x768)],'isStartConnectorPoint':_0x407e94,'width':_0x577177[_0x52635c(0x704)]*0x2,'height':_0x577177['cxnPointRadius']*0x2,'zIndex':_0xb8de26+0x1,'evented':!0x0},_0x13fdb5=new N3(_0x427338,_0x432c06);this['_connectorObjects']['push'](_0x13fdb5),this[_0x52635c(0x74e)](_0x13fdb5,_0x29310f,_0x407e94),_0x29310f['addObject'](_0x13fdb5,_0xb8de26+0x1);}[_0x54485f(0x46c)](_0x42e3ed,_0x5404c3){const _0x1af9c4=_0x54485f;var _0x288749;const _0x4d3daf={'x':0x0,'y':0x0};if(!_0x42e3ed||!_0x5404c3)return _0x4d3daf;const _0x10bdd6=this[_0x1af9c4(0x76e)][_0x1af9c4(0x1c9)](_0x42e3ed);if(!_0x10bdd6||!_0x10bdd6[_0x1af9c4(0x664)](_0x454cf5)[_0x1af9c4(0x5b0)](_0x5404c3))return _0x4d3daf;const _0x1ce09e=_0x10bdd6[_0x1af9c4(0x664)](_0x1f7196),_0x6dd4f8=_0x1ce09e==null?void 0x0:_0x1ce09e[_0x1af9c4(0x502)]();if(!_0x6dd4f8)return _0x4d3daf;const _0x17fa48=(_0x288749=this['_univerInstanceService'][_0x1af9c4(0x342)](_0x42e3ed))==null?void 0x0:_0x288749[_0x1af9c4(0x73c)](_0x5404c3);if(!_0x17fa48)return _0x4d3daf;const _0x40024f=_0x57b049(_0x6dd4f8['sheetViewStartRow'],_0x6dd4f8['sheetViewStartColumn'],_0x10bdd6['scene'],_0x17fa48);return _0x40024f?{'x':_0x40024f[_0x1af9c4(0x652)],'y':_0x40024f[_0x1af9c4(0x370)]}:_0x4d3daf;}[_0x54485f(0x264)](_0x5e6ca1,_0x2ecd4b){const _0x4c2145=_0x54485f;var _0x435327,_0x11dc01;const _0x1ae7c6=(_0x435327=this[_0x4c2145(0x320)]['getUnit'](_0x5e6ca1))==null?void 0x0:_0x435327[_0x4c2145(0x73c)](_0x2ecd4b);return(_0x11dc01=_0x1ae7c6==null?void 0x0:_0x1ae7c6[_0x4c2145(0x1ee)]())!=null?_0x11dc01:0x1;}[_0x54485f(0x481)](_0x857dfa,_0x1c990d,_0x2ee054,_0x789243,_0x4d0afa){const _0x45a277=_0x54485f;this[_0x45a277(0x661)][_0x45a277(0x41d)](),this[_0x45a277(0x35d)][_0x45a277(0x41d)](),this['_sheetShapeAdjustController'][_0x45a277(0x1db)]();const _0x4b239c=this[_0x45a277(0x258)];this[_0x45a277(0x24c)][_0x45a277(0x1bc)]();const _0xf66c8b=this[_0x45a277(0x46c)](this[_0x45a277(0x554)],this['_subUnitId']),_0x2e8c7f=this[_0x45a277(0x264)](this[_0x45a277(0x554)],this[_0x45a277(0x768)]),_0x1219d6={'x':_0x2ee054[_0x45a277(0x695)]/_0x2e8c7f+_0xf66c8b['x'],'y':_0x2ee054[_0x45a277(0x456)]/_0x2e8c7f+_0xf66c8b['y']},_0x4c7ed6=_0x4b239c?_0x4b239c[_0x45a277(0x257)]:_0x1219d6,_0x44d09a=_0x789243?this['_activeShapeModel'][_0x45a277(0x489)]():this[_0x45a277(0x40a)][_0x45a277(0x5fd)](),_0xa3239a=this[_0x45a277(0x40a)]['getShapeType']();_0x44d09a?this[_0x45a277(0x6ce)](_0x44d09a,_0x4c7ed6,_0x789243,_0x4b239c,_0x4d0afa):this[_0x45a277(0x442)](_0x1c990d,_0x4c7ed6,_0x789243,_0x4b239c,_0x4d0afa,_0xa3239a),this[_0x45a277(0x61d)]=!0x1,this[_0x45a277(0x5c8)]=!0x1,this[_0x45a277(0x258)]=null,_0x857dfa['enableObjectsEvent']();}[_0x54485f(0x442)](_0x376ffa,_0x279be9,_0x195d88,_0x2b8fe3,_0x1bf27c,_0xe5e82e){const _0x2b05fc=_0x54485f,_0x5c930c=_0xe5e82e===_0x5c0621[_0x2b05fc(0x367)]||_0xe5e82e===_0x5c0621[_0x2b05fc(0x500)],_0x162d6e=_0x195d88?_0x279be9:_0x376ffa,_0x3b15c1=_0x195d88?_0x376ffa:_0x279be9,_0xf412c4=this['_activeShapeModel'][_0x2b05fc(0x1c6)](),_0x3bec91=_0x597337[_0x2b05fc(0x2c6)](_0xf412c4),_0x20a8bb=_0x5c930c?_0x597337[_0x2b05fc(0x204)](_0x162d6e,_0x3b15c1):_0x597337[_0x2b05fc(0x556)](_0x376ffa,_0x279be9,_0x195d88,_0x3bec91);_0x2b8fe3?this[_0x2b05fc(0x688)](_0x20a8bb,_0x2b8fe3,_0x195d88,_0x1bf27c):this[_0x2b05fc(0x1e6)](_0x20a8bb,_0x1bf27c);}[_0x54485f(0x6ce)](_0x4c511b,_0x25f8f5,_0x4271e5,_0x2a3740,_0x9c660f){const _0x3bf85d=_0x54485f,_0x2ecbd0=this['_getConnectPointInfo'](_0x4c511b);if(!_0x2ecbd0)return;const _0x39e94d=_0x2a3740?_0x2a3740[_0x3bf85d(0x722)]:this[_0x3bf85d(0x537)](_0x2ecbd0[_0x3bf85d(0x473)],_0x25f8f5),_0x574220={'point':_0x25f8f5,'angle':_0x39e94d,'bounds':{'left':_0x25f8f5['x'],'top':_0x25f8f5['y'],'width':0x0,'height':0x0}},_0x1bf914=_0x4271e5?_0x574220:_0x2ecbd0,_0x574547=_0x4271e5?_0x2ecbd0:_0x574220,_0x4d9680=this[_0x3bf85d(0x40a)]['getShapeType'](),_0x5878ff=_0x54a8a0(_0x1bf914,_0x574547,_0x4d9680);this[_0x3bf85d(0x40a)][_0x3bf85d(0x541)]();const _0x278e32=_0x3206db(_0x5878ff,_0x4d9680);_0x2a3740?this[_0x3bf85d(0x686)](_0x278e32,_0x2a3740,_0x4c511b,_0x4271e5,_0x9c660f):this['_executeConnectedRouteResizeCommand'](_0x278e32,_0x4c511b,_0x4271e5,_0x9c660f);}[_0x54485f(0x688)](_0x1439db,_0x1fea44,_0x4bee47,_0x1f0d52){const _0x3ceabd=_0x54485f,_0x4119b8=this['_activeShapeModel'][_0x3ceabd(0x72d)]()[_0x3ceabd(0x3b5)],_0x1583dc={..._0x4119b8},_0xc1e6f7={'shapeId':_0x1fea44[_0x3ceabd(0x572)],'cxnIndex':_0x1fea44[_0x3ceabd(0x60b)]};_0x4bee47?_0x1583dc[_0x3ceabd(0x486)]=_0xc1e6f7:_0x1583dc['to']=_0xc1e6f7;const _0x1a08a3=this[_0x3ceabd(0x40a)]['getShapeType'](),_0x57fce2=_0x3206db(_0x1439db[_0x3ceabd(0x667)],_0x1a08a3),_0x404146={'unitId':this[_0x3ceabd(0x554)],'subUnitId':this['_subUnitId'],'connectorShapeId':this[_0x3ceabd(0x278)],'width':_0x1439db['worldRect'][_0x3ceabd(0x5ec)],'height':_0x1439db[_0x3ceabd(0x1d5)][_0x3ceabd(0x4c5)],'left':_0x1439db[_0x3ceabd(0x1d5)]['left'],'top':_0x1439db[_0x3ceabd(0x1d5)]['top'],'flipX':_0x1439db['worldRect']['flipX']||!0x1,'flipY':_0x1439db[_0x3ceabd(0x1d5)][_0x3ceabd(0x36b)]||!0x1,'newAdjustValues':_0x57fce2[_0x3ceabd(0x30a)],'oldAdjustValues':_0x1f0d52,'oldRelation':_0x4119b8,'newRelation':_0x1583dc,'newLineType':_0x57fce2[_0x3ceabd(0x409)],'oldLineType':_0x1a08a3};this['_commandService']['executeCommand'](Ce['id'],_0x404146);}[_0x54485f(0x1e6)](_0x5e7110,_0x4046c8){const _0x355f07=_0x54485f,_0x5ca82a=this[_0x355f07(0x40a)][_0x355f07(0x552)](),_0xf111e9=_0x3206db(_0x5e7110[_0x355f07(0x667)],_0x5ca82a),_0x334f00={'unitId':this['_unitId'],'subUnitId':this[_0x355f07(0x768)],'shapeId':this[_0x355f07(0x278)],'width':_0x5e7110['worldRect'][_0x355f07(0x5ec)],'height':_0x5e7110[_0x355f07(0x1d5)][_0x355f07(0x4c5)],'left':_0x5e7110[_0x355f07(0x1d5)][_0x355f07(0x40c)],'top':_0x5e7110['worldRect'][_0x355f07(0x739)],'flipX':_0x5e7110[_0x355f07(0x1d5)]['flipX']||!0x1,'flipY':_0x5e7110[_0x355f07(0x1d5)][_0x355f07(0x36b)]||!0x1,'angle':_0x5e7110[_0x355f07(0x1d5)][_0x355f07(0x722)]||0x0,'newAdjustValues':_0xf111e9[_0x355f07(0x30a)],'oldAdjustValues':_0x4046c8,'newLineType':_0xf111e9['lineType'],'oldLineType':_0x5ca82a};this['_commandService'][_0x355f07(0x261)](mr['id'],_0x334f00);}[_0x54485f(0x686)](_0x3bae76,_0x13b000,_0x5286ca,_0x1a1204,_0x1a1b7e){const _0x5e8f28=_0x54485f,_0x54c8c8=this[_0x5e8f28(0x40a)][_0x5e8f28(0x72d)]()[_0x5e8f28(0x3b5)],_0x590adc={..._0x54c8c8},_0x54fc33={'shapeId':_0x13b000['shapeId'],'cxnIndex':_0x13b000[_0x5e8f28(0x60b)]};_0x1a1204?(_0x590adc[_0x5e8f28(0x486)]=_0x54fc33,_0x590adc['to']=_0x5286ca):(_0x590adc[_0x5e8f28(0x486)]=_0x5286ca,_0x590adc['to']=_0x54fc33);const _0x3762b1={'unitId':this[_0x5e8f28(0x554)],'subUnitId':this['_subUnitId'],'connectorShapeId':this['_activeShapeId'],'width':_0x3bae76['worldRect'][_0x5e8f28(0x5ec)],'height':_0x3bae76[_0x5e8f28(0x1d5)][_0x5e8f28(0x4c5)],'left':_0x3bae76[_0x5e8f28(0x1d5)]['left'],'top':_0x3bae76[_0x5e8f28(0x1d5)][_0x5e8f28(0x739)],'flipX':_0x3bae76[_0x5e8f28(0x1d5)]['flipX']||!0x1,'flipY':_0x3bae76['worldRect'][_0x5e8f28(0x36b)]||!0x1,'oldAdjustValues':_0x1a1b7e,'newAdjustValues':_0x3bae76[_0x5e8f28(0x30a)],'newLineType':_0x3bae76[_0x5e8f28(0x409)],'rotation':_0x3bae76[_0x5e8f28(0x3d7)],'oldRelation':_0x54c8c8,'newRelation':_0x590adc};this[_0x5e8f28(0x465)][_0x5e8f28(0x261)](Ce['id'],_0x3762b1);}[_0x54485f(0x3ec)](_0x406c74,_0x1f5aaf,_0x4901ab,_0x363976){const _0x5d312e=_0x54485f,_0x53ed6a=this['_activeShapeModel'][_0x5d312e(0x72d)]()['relation'],_0x8fd25e={};_0x4901ab?(_0x8fd25e['to']=_0x1f5aaf,_0x8fd25e['from']=void 0x0):(_0x8fd25e[_0x5d312e(0x486)]=_0x1f5aaf,_0x8fd25e['to']=void 0x0);const _0x3f86da={'unitId':this[_0x5d312e(0x554)],'subUnitId':this[_0x5d312e(0x768)],'connectorShapeId':this[_0x5d312e(0x278)],'width':_0x406c74[_0x5d312e(0x1d5)][_0x5d312e(0x5ec)],'height':_0x406c74['worldRect'][_0x5d312e(0x4c5)],'left':_0x406c74[_0x5d312e(0x1d5)][_0x5d312e(0x40c)],'top':_0x406c74[_0x5d312e(0x1d5)]['top'],'flipX':_0x406c74['worldRect'][_0x5d312e(0x635)]||!0x1,'flipY':_0x406c74[_0x5d312e(0x1d5)][_0x5d312e(0x36b)]||!0x1,'oldAdjustValues':_0x363976,'newAdjustValues':_0x406c74[_0x5d312e(0x30a)],'newLineType':_0x406c74['lineType'],'rotation':_0x406c74[_0x5d312e(0x3d7)],'oldRelation':_0x53ed6a,'newRelation':_0x8fd25e};this[_0x5d312e(0x465)][_0x5d312e(0x261)](Ce['id'],_0x3f86da);}[_0x54485f(0x74e)](_0x10826c,_0x1e37f9,_0x21c756){const _0x494cb8=_0x54485f;this[_0x494cb8(0x1c2)](_0x5ec404(_0x10826c[_0x494cb8(0x523)][_0x494cb8(0x2d6)]((_0x29e2d2,_0x29d570)=>{const _0x259832=_0x494cb8,_0x2d75db=_0x10826c[_0x259832(0x42f)]();if(this[_0x259832(0x40a)]=this['_sheetsShapeServices'][_0x259832(0x542)](_0x2d75db['unitId'],_0x2d75db[_0x259832(0x74b)],_0x2d75db[_0x259832(0x424)]),!this['_activeShapeModel'])return;const _0x5999fc={};this[_0x259832(0x40a)][_0x259832(0x53e)]()[_0x259832(0x6c3)](_0x26c0a1=>{const _0x4ed58e=_0x259832,_0x5b0280=this[_0x4ed58e(0x40a)]['getAdjustValueByName'](_0x26c0a1);_0x5b0280!==void 0x0&&(_0x5999fc[_0x26c0a1]=_0x5b0280);});const _0x4d7ce6=this[_0x259832(0x398)]();if(!_0x4d7ce6)return;this[_0x259832(0x48f)]={..._0x4d7ce6};const _0x12eb78=new _0x597337(this[_0x259832(0x48f)]),_0x126b65=_0x59918b({'unitId':this[_0x259832(0x554)],'subUnitId':this['_subUnitId'],'drawingId':this['_activeShapeId']}),_0x419a16=_0x1e37f9[_0x259832(0x361)](_0x126b65);this[_0x259832(0x61d)]=!0x0,_0x1e37f9[_0x259832(0x1fe)](),this[_0x259832(0x24c)][_0x259832(0x645)](_0x1e37f9,this[_0x259832(0x554)],this[_0x259832(0x768)],this[_0x259832(0x278)]),this[_0x259832(0x258)]=null;const _0x1b05d1=this[_0x259832(0x40a)][_0x259832(0x1c6)](),_0x3a8aa3=_0x1b05d1[0x0],_0x40f621=_0x1b05d1[_0x1b05d1['length']-0x1],_0x5dc9b2=_0x21c756?_0x12eb78[_0x259832(0x55c)](_0x40f621):_0x12eb78[_0x259832(0x55c)](_0x3a8aa3);this[_0x259832(0x661)]=_0x1e37f9['onPointerMove$'][_0x259832(0x2d6)]((_0x1b3963,_0xfb4ff3)=>{const _0x348a43=_0x259832;if(!this[_0x348a43(0x61d)]||!this[_0x348a43(0x40a)])return;this[_0x348a43(0x5c8)]||(this['_sheetShapeAdjustController'][_0x348a43(0x766)](),this[_0x348a43(0x40a)][_0x348a43(0x775)](),this[_0x348a43(0x5c8)]=!0x0);const _0x2b7158=this[_0x348a43(0x46c)](this[_0x348a43(0x554)],this[_0x348a43(0x768)]),_0x153e7d=this[_0x348a43(0x264)](this[_0x348a43(0x554)],this[_0x348a43(0x768)]),_0x590374={'x':_0x1b3963['offsetX']/_0x153e7d+_0x2b7158['x'],'y':_0x1b3963[_0x348a43(0x456)]/_0x153e7d+_0x2b7158['y']},_0x5819be=this[_0x348a43(0x24c)][_0x348a43(0x439)](_0x590374);if(_0x5819be){const {shapeId:_0x18cd4c,unitId:_0x5ba76f,subUnitId:_0x285f98}=_0x5819be;if(_0x18cd4c&&_0x5ba76f&&_0x285f98){const _0x26b9f7=_0x59918b({'unitId':_0x5ba76f,'subUnitId':_0x285f98,'drawingId':_0x18cd4c}),_0x31674c=_0x1e37f9['getObject'](_0x26b9f7);_0x5819be[_0x348a43(0x722)]=(_0x31674c[_0x348a43(0x722)]||0x0)+_0x5819be['angle'];}}this['_currentConnectionTarget']=_0x5819be;const _0x1d6761=_0x21c756?this['_activeShapeModel'][_0x348a43(0x489)]():this[_0x348a43(0x40a)][_0x348a43(0x5fd)]();if(_0x1d6761){this[_0x348a43(0x1b2)](_0x1d6761,_0x590374,_0x21c756,_0x419a16,_0x10826c);return;}this[_0x348a43(0x571)](_0x590374,_0x5dc9b2,_0x21c756,_0x419a16,_0x10826c);}),this['_cxtHandlerPointerUp']=_0x1e37f9[_0x259832(0x655)][_0x259832(0x2d6)]((_0x4764f8,_0x43aab3)=>{const _0x8800d2=_0x259832;this[_0x8800d2(0x481)](_0x1e37f9,_0x5dc9b2,_0x4764f8,_0x21c756,_0x5999fc);}),_0x29d570['stopPropagation']();})));}['_handleBasicShapeUpdateConnectorLineShape'](_0x487322,_0x24a92a,_0x2f4fb3){const _0x50d177=_0x54485f,_0x40424d=this[_0x50d177(0x4ab)][_0x50d177(0x3b4)](_0x487322,_0x24a92a,_0x2f4fb3);if(!_0x40424d||_0x40424d[_0x50d177(0x589)]===0x0)return;const _0x40cbf5=this['_renderManagerService']['getRenderById'](_0x487322);if(!_0x40cbf5)return;const {scene:_0x48aba0}=_0x40cbf5;for(const _0xdc8176 of _0x40424d){const _0x460035=_0xdc8176[_0x50d177(0x6d1)],_0x4bb3d0=this[_0x50d177(0x4ab)][_0x50d177(0x542)](_0x487322,_0x24a92a,_0x460035);if(!_0x4bb3d0)continue;const _0x37e443=_0x4bb3d0['getStartConnectInfo'](),_0x50dc96=_0x4bb3d0[_0x50d177(0x489)](),_0x33c857=(_0x37e443==null?void 0x0:_0x37e443['shapeId'])===_0x2f4fb3,_0x4cf0d5=_0x59918b({'unitId':_0x487322,'subUnitId':_0x24a92a,'drawingId':_0x460035}),_0x554bb6=_0x48aba0['getObject'](_0x4cf0d5);if(!_0x554bb6)continue;const _0x3e1ab4=this['_drawingManagerService'][_0x50d177(0x2c1)]({'unitId':_0x487322,'subUnitId':_0x24a92a,'drawingId':_0x460035});if(!(_0x3e1ab4!=null&&_0x3e1ab4[_0x50d177(0x3fd)]))continue;_0x37e443&&_0x50dc96?this['_rerouteConnectorLine'](_0x487322,_0x24a92a,_0x460035,_0x4bb3d0,_0x37e443,_0x50dc96,_0x554bb6):this[_0x50d177(0x2a0)](_0x487322,_0x24a92a,_0x460035,_0x4bb3d0,_0x33c857?_0x37e443:_0x50dc96,_0x33c857,_0x3e1ab4,_0x554bb6);}}[_0x54485f(0x513)](_0x2e8bec,_0x323952,_0x4c9f07,_0x1f51aa,_0x38aac9,_0x1aff6a,_0x46077c){const _0x16dabc=_0x54485f,_0x11db1e=this[_0x16dabc(0x554)],_0x57c7e1=this[_0x16dabc(0x768)];this[_0x16dabc(0x554)]=_0x2e8bec,this[_0x16dabc(0x768)]=_0x323952;const _0x262e1c=this[_0x16dabc(0x691)](_0x38aac9),_0x3a7176=this[_0x16dabc(0x691)](_0x1aff6a);if(this['_unitId']=_0x11db1e,this[_0x16dabc(0x768)]=_0x57c7e1,!_0x262e1c||!_0x3a7176)return;const _0x1c0e79=_0x1f51aa[_0x16dabc(0x552)](),_0x20d7d0=_0x54a8a0(_0x262e1c,_0x3a7176,_0x1c0e79);_0x20d7d0&&_0x1f51aa[_0x16dabc(0x304)](_0x20d7d0);const _0x2314af=_0x3206db(_0x20d7d0,_0x1c0e79);_0x2314af[_0x16dabc(0x409)]!==_0x1c0e79&&_0x1f51aa[_0x16dabc(0x56e)](_0x2314af[_0x16dabc(0x409)]),_0x1f51aa[_0x16dabc(0x775)]();for(const [_0x1d7193,_0x4d874c]of Object['entries'](_0x2314af[_0x16dabc(0x30a)]))_0x1f51aa[_0x16dabc(0x5b3)](_0x1d7193,_0x4d874c);_0x1f51aa[_0x16dabc(0x1c8)]({'width':_0x2314af[_0x16dabc(0x1d5)][_0x16dabc(0x5ec)],'height':_0x2314af[_0x16dabc(0x1d5)][_0x16dabc(0x4c5)]}),_0x46077c[_0x16dabc(0x536)]({'flipX':_0x2314af[_0x16dabc(0x1d5)][_0x16dabc(0x635)],'flipY':_0x2314af[_0x16dabc(0x1d5)][_0x16dabc(0x36b)],'left':_0x2314af[_0x16dabc(0x1d5)][_0x16dabc(0x40c)],'top':_0x2314af[_0x16dabc(0x1d5)][_0x16dabc(0x739)],'width':_0x2314af['worldRect'][_0x16dabc(0x5ec)],'height':_0x2314af['worldRect'][_0x16dabc(0x4c5)],'angle':_0x2314af[_0x16dabc(0x3d7)]}),_0x1f51aa[_0x16dabc(0x541)]();}['_moveConnectorWithShape'](_0x44f114,_0x2fedf7,_0x2702df,_0x594a1b,_0x17ab1e,_0x1bf290,_0x1ece43,_0x44ba17){const _0x536f39=_0x54485f,_0x2f1ba9=this['_unitId'],_0x1d03a7=this[_0x536f39(0x768)];this[_0x536f39(0x554)]=_0x44f114,this[_0x536f39(0x768)]=_0x2fedf7;const _0x2d2d32=this['_getConnectPointInfo'](_0x17ab1e);if(this[_0x536f39(0x554)]=_0x2f1ba9,this[_0x536f39(0x768)]=_0x1d03a7,!_0x2d2d32)return;const {left:_0x5f2ad1=0x0,top:_0x2758b5=0x0,width:_0x20b729=0x0,height:_0x4dcf2b=0x0,flipX:_0x1312da=!0x1,flipY:_0x8dabf8=!0x1}=_0x1ece43['transform'],_0x41f444=_0x594a1b[_0x536f39(0x1c6)]();if(_0x41f444[_0x536f39(0x589)]<0x2)return;const _0x3a4b24={'left':_0x5f2ad1,'top':_0x2758b5,'width':_0x20b729,'height':_0x4dcf2b,'flipX':_0x1312da,'flipY':_0x8dabf8},_0x5335e8=new _0x597337(_0x3a4b24),_0x517f50=_0x1bf290?_0x41f444[_0x41f444[_0x536f39(0x589)]-0x1]:_0x41f444[0x0],_0x2df05f=_0x5335e8['localToWorld'](_0x517f50),_0x33c7eb=_0x597337[_0x536f39(0x556)](_0x2df05f,_0x2d2d32[_0x536f39(0x473)],!_0x1bf290);_0x44ba17[_0x536f39(0x536)]({'flipX':_0x33c7eb[_0x536f39(0x1d5)][_0x536f39(0x635)],'flipY':_0x33c7eb[_0x536f39(0x1d5)][_0x536f39(0x36b)],'left':_0x33c7eb[_0x536f39(0x1d5)][_0x536f39(0x40c)],'top':_0x33c7eb[_0x536f39(0x1d5)][_0x536f39(0x739)],'width':_0x33c7eb[_0x536f39(0x1d5)]['width'],'height':_0x33c7eb[_0x536f39(0x1d5)][_0x536f39(0x4c5)],'angle':_0x33c7eb[_0x536f39(0x1d5)][_0x536f39(0x722)]}),_0x44ba17['makeDirty'](!0x0);}[_0x54485f(0x5d1)](){const _0x2c4565=_0x54485f;this[_0x2c4565(0x693)][_0x2c4565(0x589)]!==0x0&&(this[_0x2c4565(0x693)]['forEach'](_0x4b812b=>{const _0x1dbad7=_0x2c4565;_0x4b812b[_0x1dbad7(0x6c6)]();}),this[_0x2c4565(0x693)]=[]);}['_registerDrawingMoveHandler'](){const _0x184de2=_0x54485f,_0x168cf9=this[_0x184de2(0x320)][_0x184de2(0x627)](_0x377228[_0x184de2(0x5b7)]);this['disposeWithMe'](_0x168cf9[_0x184de2(0x314)](_0x5bccc6(_0x556612=>_0x556612?_0x556612[_0x184de2(0x785)][_0x184de2(0x314)](_0x5bccc6(_0x105c92=>{const _0x5cbd65=_0x184de2;if(!_0x105c92)return _0x37555e;const _0x221e9e=_0x556612['getUnitId'](),_0x1a634b=this[_0x5cbd65(0x76e)][_0x5cbd65(0x1c9)](_0x221e9e),_0x34ba18=_0x1a634b==null?void 0x0:_0x1a634b[_0x5cbd65(0x6d2)];return _0x34ba18?_0x537d7e(_0x34ba18):_0x37555e;})):_0x37555e))[_0x184de2(0x472)](_0x2d102b=>{const _0x3ca9bc=_0x184de2,_0x502aa0=_0x2d102b['getTransformerByCreate']();this['disposeWithMe'](_0x2d102b[_0x3ca9bc(0x429)][_0x3ca9bc(0x2d6)](_0xc5866d=>{const _0x1aee11=_0x3ca9bc;this['_isDrawingShapePointDown']&&this[_0x1aee11(0x278)]&&this[_0x1aee11(0x5d1)]();})),this[_0x3ca9bc(0x1c2)](_0x502aa0[_0x3ca9bc(0x4dd)][_0x3ca9bc(0x472)](_0x27cdef=>{const _0x389e6a=_0x3ca9bc,{objects:_0x11ec63}=_0x27cdef;this[_0x389e6a(0x5d1)](),_0x11ec63!==null&&_0x11ec63[_0x389e6a(0x480)]===0x1&&_0x11ec63['values']()['next']()[_0x389e6a(0x30f)]instanceof z1&&(this['_isDrawingShapePointDown']=!0x0);})),this['disposeWithMe'](_0x502aa0['changing$'][_0x3ca9bc(0x472)](_0x1a23f7=>{const _0x3aaa28=_0x3ca9bc;this[_0x3aaa28(0x366)]&&this[_0x3aaa28(0x5d1)]();})),this[_0x3ca9bc(0x1c2)](_0x2d102b[_0x3ca9bc(0x655)][_0x3ca9bc(0x2d6)](()=>{const _0x92aac3=_0x3ca9bc;this[_0x92aac3(0x366)]&&(this[_0x92aac3(0x366)]=!0x1,this['_addShapeConnectorHandlerObjects']());})),this[_0x3ca9bc(0x1c2)](_0x502aa0[_0x3ca9bc(0x653)][_0x3ca9bc(0x472)](()=>{const _0x32cdd6=_0x3ca9bc;this[_0x32cdd6(0x554)]&&this[_0x32cdd6(0x768)]&&this[_0x32cdd6(0x278)]&&this['_drawingManagerService'][_0x32cdd6(0x2c1)]({'unitId':this[_0x32cdd6(0x554)],'subUnitId':this[_0x32cdd6(0x768)],'drawingId':this[_0x32cdd6(0x278)]})&&(this['_clearShapeConnectorHandlerObjects'](),this[_0x32cdd6(0x206)]());}));}));}[_0x54485f(0x562)](){const _0x4fd4d5=_0x54485f;this[_0x4fd4d5(0x1c2)](this['_drawingManagerService'][_0x4fd4d5(0x51c)][_0x4fd4d5(0x472)](_0x544282=>{const _0x48aa03=_0x4fd4d5;if(_0x544282[_0x48aa03(0x589)]===0x1){const _0x1b1662=_0x544282[0x0];if(_0x1b1662[_0x48aa03(0x529)]===_0x4482fd['DRAWING_SHAPE']){const _0x4f364c=this[_0x48aa03(0x4ab)][_0x48aa03(0x542)](_0x1b1662[_0x48aa03(0x65a)],_0x1b1662[_0x48aa03(0x74b)],_0x1b1662['drawingId']);if(_0x4f364c&&_0x25df97(_0x4f364c[_0x48aa03(0x552)]())){this[_0x48aa03(0x278)]=_0x1b1662[_0x48aa03(0x424)],this[_0x48aa03(0x554)]=_0x1b1662[_0x48aa03(0x65a)],this[_0x48aa03(0x768)]=_0x1b1662[_0x48aa03(0x74b)],this[_0x48aa03(0x5d1)](),this[_0x48aa03(0x206)]();return;}}}this[_0x48aa03(0x278)]=void 0x0,this[_0x48aa03(0x554)]=void 0x0,this[_0x48aa03(0x768)]=void 0x0,this[_0x48aa03(0x5d1)]();})),this[_0x4fd4d5(0x1c2)](this['_drawingManagerService'][_0x4fd4d5(0x4aa)]['subscribe'](_0x4083cc=>{const _0x453ccb=_0x4fd4d5;var _0x37eeb0;if(_0x4083cc[_0x453ccb(0x589)]===0x1){const _0x11f798=_0x4083cc[0x0],_0x3b297b=(_0x37eeb0=this[_0x453ccb(0x2cb)][_0x453ccb(0x2c1)](_0x11f798))==null?void 0x0:_0x37eeb0[_0x453ccb(0x529)];_0x3b297b===_0x4482fd['DRAWING_SHAPE']&&_0x11f798[_0x453ccb(0x424)]===this[_0x453ccb(0x278)]?(this[_0x453ccb(0x5d1)](),this[_0x453ccb(0x206)]()):!this[_0x453ccb(0x278)]&&_0x3b297b===_0x4482fd[_0x453ccb(0x1b8)]&&this[_0x453ccb(0x315)](_0x11f798[_0x453ccb(0x65a)],_0x11f798['subUnitId'],_0x11f798[_0x453ccb(0x424)]);}})),this[_0x4fd4d5(0x1c2)](this[_0x4fd4d5(0x2cb)][_0x4fd4d5(0x1f9)][_0x4fd4d5(0x472)](_0x349c61=>{const _0xe62946=_0x4fd4d5;for(const _0x35f4b8 of _0x349c61){const {drawingId:_0x4dbdf6}=_0x35f4b8;if(this[_0xe62946(0x278)]===_0x4dbdf6){this[_0xe62946(0x761)]();return;}}}));}[_0x54485f(0x1b2)](_0x2696fe,_0x2b7166,_0x3d9934,_0x4d2e06,_0xaf78ad){const _0x3bbc7a=_0x54485f;var _0x38221e,_0x5ce2ee;if(!this[_0x3bbc7a(0x40a)])return;const _0x42e336=this[_0x3bbc7a(0x691)](_0x2696fe);if(!_0x42e336)return;const _0x3c63e5=this['_currentConnectionTarget']?this[_0x3bbc7a(0x258)][_0x3bbc7a(0x257)]:_0x2b7166,_0x480667=this[_0x3bbc7a(0x258)]?this[_0x3bbc7a(0x258)][_0x3bbc7a(0x722)]:this[_0x3bbc7a(0x537)](_0x42e336[_0x3bbc7a(0x473)],_0x3c63e5),_0x4ebb00={'point':_0x3c63e5,'angle':_0x480667,'bounds':{'left':_0x3c63e5['x'],'top':_0x3c63e5['y'],'width':0x0,'height':0x0}},_0x14ae33=_0x3d9934?_0x4ebb00:_0x42e336,_0x590b97=_0x3d9934?_0x42e336:_0x4ebb00,_0x56090a=this['_activeShapeModel'][_0x3bbc7a(0x552)](),_0x450cdd=_0x54a8a0(_0x14ae33,_0x590b97,_0x56090a);_0x450cdd&&this['_activeShapeModel']['updateLinePoints'](_0x450cdd);const _0x2f6e51=_0x3206db(_0x450cdd,_0x56090a);_0x2f6e51[_0x3bbc7a(0x409)]!==_0x56090a&&this[_0x3bbc7a(0x40a)]['changeShapeType'](_0x2f6e51[_0x3bbc7a(0x409)]);for(const [_0x497d13,_0x507930]of Object[_0x3bbc7a(0x71c)](_0x2f6e51[_0x3bbc7a(0x30a)]))this[_0x3bbc7a(0x40a)][_0x3bbc7a(0x5b3)](_0x497d13,_0x507930);this[_0x3bbc7a(0x40a)][_0x3bbc7a(0x1c8)]({'width':_0x2f6e51[_0x3bbc7a(0x1d5)][_0x3bbc7a(0x5ec)],'height':_0x2f6e51['worldRect'][_0x3bbc7a(0x4c5)]}),_0x4d2e06[_0x3bbc7a(0x536)]({'flipX':_0x2f6e51[_0x3bbc7a(0x1d5)][_0x3bbc7a(0x635)],'flipY':_0x2f6e51['worldRect'][_0x3bbc7a(0x36b)],'left':_0x2f6e51[_0x3bbc7a(0x1d5)][_0x3bbc7a(0x40c)],'top':_0x2f6e51['worldRect'][_0x3bbc7a(0x739)],'width':_0x2f6e51[_0x3bbc7a(0x1d5)][_0x3bbc7a(0x5ec)],'height':_0x2f6e51['worldRect'][_0x3bbc7a(0x4c5)],'angle':_0x2f6e51['rotation']}),_0x4d2e06['makeDirty'](!0x0);const _0xaf5ac1=(_0x5ce2ee=(_0x38221e=this[_0x3bbc7a(0x258)])==null?void 0x0:_0x38221e['worldPoint'])!=null?_0x5ce2ee:_0x2b7166;_0xaf78ad['transformByState']({'left':_0xaf5ac1['x']-_0x577177[_0x3bbc7a(0x704)],'top':_0xaf5ac1['y']-_0x577177[_0x3bbc7a(0x704)]});}[_0x54485f(0x571)](_0x42dced,_0x427552,_0x54d711,_0x273d3f,_0x216258){const _0x430c51=_0x54485f;var _0x182182,_0x11be04,_0x48d8fd,_0x4fab8d;const _0x31f63d=(_0x11be04=(_0x182182=this[_0x430c51(0x258)])==null?void 0x0:_0x182182[_0x430c51(0x257)])!=null?_0x11be04:_0x42dced,_0x4ad0d2=_0x597337[_0x430c51(0x556)](_0x427552,_0x31f63d,_0x54d711);_0x273d3f[_0x430c51(0x536)]({'flipX':_0x4ad0d2[_0x430c51(0x1d5)][_0x430c51(0x635)],'flipY':_0x4ad0d2[_0x430c51(0x1d5)]['flipY'],'left':_0x4ad0d2[_0x430c51(0x1d5)][_0x430c51(0x40c)],'top':_0x4ad0d2[_0x430c51(0x1d5)][_0x430c51(0x739)],'width':_0x4ad0d2[_0x430c51(0x1d5)][_0x430c51(0x5ec)],'height':_0x4ad0d2[_0x430c51(0x1d5)][_0x430c51(0x4c5)],'angle':_0x4ad0d2['worldRect'][_0x430c51(0x722)]});const _0x47a29b=(_0x4fab8d=(_0x48d8fd=this['_currentConnectionTarget'])==null?void 0x0:_0x48d8fd[_0x430c51(0x257)])!=null?_0x4fab8d:_0x42dced;_0x216258[_0x430c51(0x536)]({'left':_0x47a29b['x']-_0x577177[_0x430c51(0x704)],'top':_0x47a29b['y']-_0x577177[_0x430c51(0x704)]});}[_0x54485f(0x691)](_0x550a5d){const _0x241c96=_0x54485f;if(!this[_0x241c96(0x554)]||!this[_0x241c96(0x768)])return null;const {shapeId:_0x514f61,cxnIndex:_0x286bd5}=_0x550a5d,_0x223167=this[_0x241c96(0x4ab)][_0x241c96(0x542)](this[_0x241c96(0x554)],this[_0x241c96(0x768)],_0x514f61);if(!_0x223167)return null;const _0x32f4c4=this[_0x241c96(0x2cb)][_0x241c96(0x2c1)]({'unitId':this['_unitId'],'subUnitId':this[_0x241c96(0x768)],'drawingId':_0x514f61});if(!(_0x32f4c4!=null&&_0x32f4c4[_0x241c96(0x3fd)]))return null;const {left:_0x5b72ca=0x0,top:_0x6837c1=0x0,width:_0x4ed514=0x0,height:_0xe315fa=0x0,flipX:_0x121dd3=!0x1,flipY:_0x368f33=!0x1,angle:_0x46c6cc}=_0x32f4c4['transform'];_0x223167['updateContext']({'width':_0x4ed514,'height':_0xe315fa});const _0x1535e9=_0x223167[_0x241c96(0x300)]()[_0x241c96(0x26c)](_0x40b471=>_0x40b471[_0x241c96(0x2d5)]===_0x286bd5);if(!_0x1535e9)return null;let _0x29c327=_0x121dd3?_0x4ed514-_0x1535e9['x']:_0x1535e9['x'],_0x449726=_0x368f33?_0xe315fa-_0x1535e9['y']:_0x1535e9['y'];if(_0x46c6cc!==0x0&&_0x46c6cc!==void 0x0&&_0x46c6cc!==null){const _0x589099=_0x46c6cc*Math['PI']/0xb4,_0x4ce98a=Math[_0x241c96(0x215)](_0x589099),_0x1c02a5=Math[_0x241c96(0x2b4)](_0x589099),_0x4c1675=_0x4ed514/0x2,_0x878833=_0xe315fa/0x2,_0x402b82=_0x29c327-_0x4c1675,_0x441db3=_0x449726-_0x878833;_0x29c327=_0x4c1675+_0x402b82*_0x4ce98a-_0x441db3*_0x1c02a5,_0x449726=_0x878833+_0x402b82*_0x1c02a5+_0x441db3*_0x4ce98a;}_0x29c327+=_0x5b72ca,_0x449726+=_0x6837c1;let _0x2afa7a=_0x1535e9[_0x241c96(0x592)]/0xea60;_0x121dd3&&(_0x2afa7a=0xb4-_0x2afa7a),_0x368f33&&(_0x2afa7a=-_0x2afa7a),_0x2afa7a+=_0x46c6cc||0x0,_0x2afa7a=(_0x2afa7a%0x168+0x168)%0x168;const _0x14c0f5=_0x418758({'left':_0x5b72ca,'top':_0x6837c1,'width':_0x4ed514,'height':_0xe315fa},_0x46c6cc||0x0);return{'point':{'x':_0x29c327,'y':_0x449726},'angle':_0x2afa7a,'bounds':_0x14c0f5};}['_calculateFreeEndpointAngle'](_0xd5a1e3,_0x54a8aa){const _0x5891b5=_0x54485f,_0x3f0b1a=_0x54a8aa['x']-_0xd5a1e3['x'],_0x27d95a=_0x54a8aa['y']-_0xd5a1e3['y'];return Math['abs'](_0x3f0b1a)>=Math[_0x5891b5(0x2ec)](_0x27d95a)?_0x3f0b1a>=0x0?0xb4:0x0:_0x27d95a>=0x0?0x10e:0x5a;}[_0x54485f(0x761)](){const _0x54acb4=_0x54485f;this[_0x54acb4(0x278)]=void 0x0,this[_0x54acb4(0x554)]=void 0x0,this[_0x54acb4(0x768)]=void 0x0,this[_0x54acb4(0x5d1)]();}['dispose'](){const _0x54e667=_0x54485f;this[_0x54e667(0x5d1)](),super[_0x54e667(0x6c6)]();}};$e=E3([x1(0x1,_0x8c2ce7),x1(0x2,_0x371e3a),x1(0x3,_0x3fde6e),x1(0x4,_0x4ed9d9),x1(0x5,_0x2bf79f(_0x3a703d)),x1(0x6,_0x2bf79f(ne)),x1(0x7,_0x2bf79f(te))],$e);const Ir=function(_0x4ec3b5){const _0x35f789=_0x54485f,{containerWidth:_0x1537e1,containerHeight:_0x265e9f,scaleX:_0x22bc94,scaleY:_0x105617}=_0x4ec3b5,_0x10abe8=_0x1efdef(V1),_0x9a93de=_0x1efdef(_0x21a855),_0x444331=_0x1efdef(_0x371e3a),_0xab759a=_0x1efdef(_0x4ed9d9),_0x522a23=_0x1efdef(_0x3fde6e),_0x260aa6=_0x1efdef(_0x3a703d),_0x2614c6=_0x1efdef(_0x8c2ce7),_0x30f925=_0x4da00f(_0x10abe8[_0x35f789(0x784)]),_0x105aef=_0x4da00f(_0x10abe8[_0x35f789(0x5af)]),_0x1eaa15=_0xba0fb0(null),_0x452241=_0xba0fb0(null),_0x1de829=_0xba0fb0(null),[_0xb0a404,_0x4db032]=_0x2a6e6a({'editorHeight':_0x265e9f,'marginTop':0x0,'useAbsolutePosition':!0x1}),_0x334cc9=_0x141215(()=>_0xab759a[_0x35f789(0x342)](u1,_0x377228[_0x35f789(0x255)]),[_0xab759a]),_0x53a2a0=_0x141215(()=>{const _0x44258f=_0x35f789;var _0x1a9b26;if(!_0x30f925)return null;const {unitId:_0x487a23,subUnitId:_0x2ab6ac,shapeId:_0x122273}=_0x30f925,_0x5d83a6=_0x260aa6['getShapeModel'](_0x487a23,_0x2ab6ac,_0x122273);if(!_0x5d83a6)return null;const _0x2ac6f4=_0x5d83a6[_0x44258f(0x35f)]();if(!_0x2ac6f4||!(_0x44258f(0x520)in _0x2ac6f4))return null;const _0x138df9=_0x2ac6f4[_0x44258f(0x520)];if(!(_0x138df9!=null&&_0x138df9['doc']))return null;const _0x3f1c4b={'unitId':_0x487a23,'subUnitId':_0x2ab6ac,'drawingId':_0x122273},_0x5da76a=_0x522a23[_0x44258f(0x2c1)](_0x3f1c4b);let _0x209479={'angle':0x0,'flipX':!0x1,'flipY':!0x1};_0x5da76a&&_0x5da76a[_0x44258f(0x3fd)]&&(_0x209479=_0x5da76a[_0x44258f(0x3fd)]);const _0x13df3f=_0x1537e1/_0x22bc94,_0x231f2d=_0x265e9f/_0x105617,_0x59bc7f={'left':0x0,'top':0x0,'width':_0x13df3f,'height':_0x231f2d},_0x4a74a0=_0x5d83a6[_0x44258f(0x3d0)](_0x59bc7f);return{'doc':_0x138df9[_0x44258f(0x559)],'verticalAlign':(_0x1a9b26=_0x138df9['va'])!=null?_0x1a9b26:_0x3d08ba[_0x44258f(0x6c5)],'textRect':_0x4a74a0,'transform':_0x209479};},[_0x30f925,_0x260aa6,_0x1537e1,_0x265e9f,_0x22bc94,_0x105617]),_0x22eda0=_0x2ba710(()=>{const _0x19dbcb=_0x35f789,_0xd0b2b=_0x53a2a0();if(_0xd0b2b!=null&&_0xd0b2b[_0x19dbcb(0x559)]){const _0x30a043=_0x37a086[_0x19dbcb(0x39c)](_0xd0b2b[_0x19dbcb(0x559)]);return _0x30a043['documentStyle']||(_0x30a043[_0x19dbcb(0x6e5)]={}),_0x30a043[_0x19dbcb(0x6e5)]['pageSize']={'width':_0xd0b2b[_0x19dbcb(0x326)][_0x19dbcb(0x5ec)],'height':0x1/0x0},_0x30a043;}return{'id':u1,'body':{'dataStream':'\x0d\x0a','textRuns':[],'paragraphs':[{'startIndex':0x0}]},'documentStyle':{'pageSize':{'width':_0x1537e1/_0x22bc94,'height':0x1/0x0}}};},[]),_0x4b0257=_0x4b71a5({'editorId':u1,'initialValue':_0x22eda0,'container':_0x452241,'autoFocus':!0x1,'isSingle':!0x1}),_0x8f70a2=_0x402fc8(u1);_0x189ca0(_0x8f70a2,{'keyCodes':[{'keyCode':_0x4b3c90[_0x35f789(0x2cc)]}],'handler':()=>{const _0x182a0b=_0x35f789;_0x2614c6[_0x182a0b(0x261)](_0x4ef081['id']);}},_0x4b0257),_0x29d985(_0x8f70a2,!0x1,_0x4b0257);const _0x1ea97a=_0x141215(()=>{const _0x5d81e3=_0x35f789;var _0x579db3,_0x345fb0;if(!_0x4b0257)return;const _0x458ede=_0x444331[_0x5d81e3(0x1c9)](u1),_0x237d28=_0x458ede==null?void 0x0:_0x458ede[_0x5d81e3(0x664)](_0x41a097);if(!_0x237d28)return;const _0xc351a9=_0x237d28[_0x5d81e3(0x5b0)](),_0x2130e5=_0x334cc9(),_0x4a0523=_0x53a2a0(),_0x18ff87=(_0x579db3=_0x4a0523==null?void 0x0:_0x4a0523[_0x5d81e3(0x71f)])!=null?_0x579db3:_0x3d08ba[_0x5d81e3(0x6c5)],_0x45c9dd=(_0x345fb0=_0x4a0523==null?void 0x0:_0x4a0523[_0x5d81e3(0x326)])!=null?_0x345fb0:{'width':_0x1537e1/_0x22bc94,'height':_0x265e9f/_0x105617};_0x2130e5&&_0x2130e5[_0x5d81e3(0x2af)]({'pageSize':{'width':_0x45c9dd[_0x5d81e3(0x5ec)],'height':0x1/0x0}}),_0xc351a9['calculate']();const {actualHeight:_0xd10dbe}=_0xc351a9['getActualSize'](),_0x5d783b=_0x45c9dd[_0x5d81e3(0x4c5)];let _0x5de056=_0x5d783b,_0x3bef03=0x0;if(_0xd10dbe<=_0x5d783b)_0x18ff87===_0x3d08ba[_0x5d81e3(0x6ef)]?_0x3bef03=(_0x5d783b-_0xd10dbe)/0x2:_0x18ff87===_0x3d08ba[_0x5d81e3(0x6f8)]&&(_0x3bef03=_0x5d783b-_0xd10dbe),_0x5de056=_0x5d783b,_0x4db032({'editorHeight':_0x45c9dd[_0x5d81e3(0x4c5)]*_0x105617,'marginTop':0x0,'useAbsolutePosition':!0x1});else{let _0x18c834=0x0;_0x18ff87===_0x3d08ba['MIDDLE']?_0x18c834=(_0x5d783b-_0xd10dbe)/0x2:_0x18ff87===_0x3d08ba[_0x5d81e3(0x6f8)]&&(_0x18c834=_0x5d783b-_0xd10dbe),_0x3bef03=0x0,_0x4db032({'editorHeight':_0xd10dbe*_0x105617,'marginTop':_0x18c834*_0x105617,'useAbsolutePosition':!0x0}),_0x5de056=_0xd10dbe;}_0x2130e5&&(_0x2130e5[_0x5d81e3(0x2af)]({'pageSize':{'width':_0x45c9dd[_0x5d81e3(0x5ec)],'height':_0x5de056}}),_0x2130e5[_0x5d81e3(0x418)]({'t':_0x3bef03}),_0xc351a9[_0x5d81e3(0x338)]()),_0x458ede&&(_0x458ede[_0x5d81e3(0x6d2)][_0x5d81e3(0x213)](_0x45c9dd[_0x5d81e3(0x5ec)],_0x5de056),_0x458ede[_0x5d81e3(0x393)]&&_0x458ede[_0x5d81e3(0x393)][_0x5d81e3(0x213)](_0x45c9dd[_0x5d81e3(0x5ec)],_0x5de056));},[_0x4b0257,_0x444331,_0x53a2a0,_0x334cc9,_0x1537e1,_0x265e9f,_0x22bc94,_0x105617]);_0xe94701(()=>{const _0x5d72fc=_0x35f789;var _0x34a811;if(!_0x4b0257||!_0x30f925)return;const {shapeId:_0x4e5481,unitId:_0xcf605a,subUnitId:_0x16abd3}=_0x30f925;if(_0x105aef){const _0x5f0867=_0x4b0257['getDocumentData'](),_0x216a51=_0x53a2a0(),_0x52915e={'va':(_0x34a811=_0x216a51==null?void 0x0:_0x216a51[_0x5d72fc(0x71f)])!=null?_0x34a811:_0x3d08ba[_0x5d72fc(0x6c5)],'doc':_0x5f0867};_0x2614c6['executeCommand'](O1['id'],{'unitId':_0xcf605a,'subUnitId':_0x16abd3,'shapeId':_0x4e5481,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x52915e}},'oldShapeJSON':{'oldShapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x1de829[_0x5d72fc(0x5fb)]}}}});return;}const _0x105be0=_0x53a2a0();if(_0x105be0!=null&&_0x105be0[_0x5d72fc(0x559)]){_0x1de829['current']={'va':_0x105be0[_0x5d72fc(0x71f)],'doc':_0x37a086[_0x5d72fc(0x39c)](_0x105be0[_0x5d72fc(0x559)])};const _0x4189c6=_0x37a086[_0x5d72fc(0x39c)](_0x105be0[_0x5d72fc(0x559)]);return _0x4189c6[_0x5d72fc(0x6e5)]||(_0x4189c6[_0x5d72fc(0x6e5)]={}),_0x4189c6[_0x5d72fc(0x6e5)][_0x5d72fc(0x358)]={'width':_0x105be0[_0x5d72fc(0x326)][_0x5d72fc(0x5ec)],'height':0x1/0x0},_0x4b0257[_0x5d72fc(0x3ce)](_0x4189c6,null),()=>{const _0x4b9836=_0x5d72fc;var _0x45b57f;const _0x2204ca=_0x4b0257[_0x4b9836(0x618)](),_0x409753=_0x53a2a0(),_0x3ddd10={'va':(_0x45b57f=_0x409753==null?void 0x0:_0x409753[_0x4b9836(0x71f)])!=null?_0x45b57f:_0x3d08ba[_0x4b9836(0x6c5)],'doc':_0x2204ca};_0x2614c6[_0x4b9836(0x261)](O1['id'],{'unitId':_0xcf605a,'subUnitId':_0x16abd3,'shapeId':_0x4e5481,'shapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x3ddd10}},'oldShapeJSON':{'oldShapeData':{'shapeText':{'isHorizontal':!0x0,'dataModel':_0x1de829[_0x4b9836(0x5fb)]}}}});};}else _0x4b0257[_0x5d72fc(0x3ce)](_0x22eda0,null);},[_0x4b0257,_0x30f925,_0x105aef]),_0xe94701(()=>{const _0x4401ad=_0x35f789;var _0x5de506,_0x2b68a8;if(!_0x4b0257||!_0x30f925)return;_0x9a93de['blur'](!0x0),_0x9a93de[_0x4401ad(0x312)](u1);const _0x23aa32=((_0x2b68a8=(_0x5de506=_0x4b0257[_0x4401ad(0x618)]()[_0x4401ad(0x434)])==null?void 0x0:_0x5de506[_0x4401ad(0x4f8)][_0x4401ad(0x589)])!=null?_0x2b68a8:0x2)-0x2;return _0x4b0257['setSelectionRanges']([{'startOffset':_0x23aa32,'endOffset':_0x23aa32}]),()=>{const _0x4ffadc=_0x4401ad;_0x9a93de[_0x4ffadc(0x59f)](!0x0);};},[_0x4b0257,_0x30f925,_0x9a93de]),_0xe94701(()=>{const _0x12412a=_0x35f789;if(!_0x4b0257)return;const _0x210119=_0x2614c6[_0x12412a(0x6db)](_0x57ad89=>{const _0x35fb26=_0x12412a;_0x57ad89['id']===_0x365b70['id']&&_0x57ad89[_0x35fb26(0x69b)][_0x35fb26(0x65a)]===u1&&_0x30f925&&(_0x30f925[_0x35fb26(0x454)]?_0x1ea97a():_0x10abe8[_0x35fb26(0x56b)]({..._0x30f925,'visible':!0x0})),_0x57ad89['id']===ee['id']&&_0x1ea97a();});return()=>{_0x210119['dispose']();};},[_0x4b0257,_0x1ea97a,_0x30f925]),_0xe94701(()=>{_0x1ea97a();},[_0x1ea97a]);const _0xa4c2c9=_0x2ba710(()=>{const _0xe57b3d=_0x35f789;var _0x396ef2;const _0x994c1e=_0x53a2a0(),_0xc4c3f0=(_0x396ef2=_0x994c1e==null?void 0x0:_0x994c1e[_0xe57b3d(0x326)])!=null?_0x396ef2:{'left':0x0,'top':0x0,'width':_0x1537e1/_0x22bc94},_0xcb708c=_0xc4c3f0['left']*_0x22bc94,_0x7507dd=_0xc4c3f0[_0xe57b3d(0x739)]*_0x105617,_0xdfaa86=_0xc4c3f0[_0xe57b3d(0x5ec)]*_0x22bc94;return _0xb0a404[_0xe57b3d(0x43f)]?{'position':_0xe57b3d(0x421),'top':_0x7507dd+_0xb0a404[_0xe57b3d(0x37b)],'left':_0xcb708c,'width':_0xdfaa86,'height':_0xb0a404[_0xe57b3d(0x52c)]}:{'position':_0xe57b3d(0x421),'top':_0x7507dd,'left':_0xcb708c,'width':_0xdfaa86,'height':_0xb0a404[_0xe57b3d(0x52c)]};},[_0xb0a404,_0x53a2a0,_0x1537e1,_0x265e9f,_0x22bc94,_0x105617]),_0x2ea38f=_0x2ba710(()=>{const _0x36a22c=_0x35f789,_0x1c5d87=_0x53a2a0(),_0x4118ba=_0x1c5d87==null?void 0x0:_0x1c5d87[_0x36a22c(0x3fd)];return _0x4118ba?_0x4118ba||{'angle':0x0,'flipX':!0x1,'flipY':!0x1}:{'angle':0x0,'flipX':!0x1,'flipY':!0x1};},[_0x53a2a0]);return _0x68ae00(_0x35f789(0x6b7),{'ref':_0x1eaa15,'className':_0x35f789(0x38f),'style':{'position':'relative','width':_0x35f789(0x3a9),'height':_0x35f789(0x3a9),'overflow':_0x35f789(0x454),'transform':_0x35f789(0x72b)+_0x2ea38f[_0x35f789(0x722)]+_0x35f789(0x250)+(_0x2ea38f['flipY']?-0x1:0x1)+')'},'children':_0x68ae00(_0x35f789(0x6b7),{'ref':_0x452241,'className':_0x35f789(0x77e),'style':_0xa4c2c9,'data-editorid':u1})});};Ir[_0x54485f(0x675)]=_0x54485f(0x567);const G1={'left':-0x270f,'top':-0x270f,'width':0x64,'height':0x64,'angle':0x0,'scaleX':0x1,'scaleY':0x1};function U3(_0x1b475e,_0x2a3328,_0x5f5bdd,_0x3dbbf4){const _0x4c85cc=_0x54485f;var _0x5bc76f,_0x2f4c03;const {scaleX:_0x475b29,scaleY:_0x3a27ff}=_0x5f5bdd[_0x4c85cc(0x58c)](),_0x5aff9a=_0x3dbbf4['worksheet'][_0x4c85cc(0x201)](),{startColumn:_0x2cfb3c,startRow:_0x213a53,xSplit:_0x34c437,ySplit:_0x381f64}=_0x5aff9a,_0x5e54e7=_0x5f5bdd[_0x4c85cc(0x279)](_0x58d1c1[_0x4c85cc(0x21d)]),_0x1fc895=_0x5f5bdd['getViewport'](_0x58d1c1[_0x4c85cc(0x329)]),_0x841084=_0x5f5bdd[_0x4c85cc(0x279)](_0x58d1c1[_0x4c85cc(0x2df)]),_0x1dc7d7=_0x5f5bdd[_0x4c85cc(0x279)](_0x58d1c1['VIEW_MAIN_LEFT']),{rowHeaderWidth:_0x4142be,columnHeaderHeight:_0x4294d1}=_0x3dbbf4,_0x118305=_0x3dbbf4['rowStartY'](_0x213a53)+_0x4294d1,_0x48b855=_0x3dbbf4[_0x4c85cc(0x32c)](_0x2cfb3c)+_0x4142be,_0x2def24=_0x3dbbf4['rowStartY'](_0x213a53-_0x381f64)+_0x4294d1,_0x14844f=_0x3dbbf4[_0x4c85cc(0x32c)](_0x2cfb3c-_0x34c437)+_0x4142be,_0x3c3715=[],_0x152a7a=(_0x2959af,_0x4cdcf7,_0x2d81c1)=>{if(!_0x2959af)return null;const {viewportScrollX:_0x15233e,viewportScrollY:_0x5911fd}=_0x2959af;let _0x2da023,_0x16b54c;return _0x4cdcf7?_0x2da023=(_0x1b475e-(_0x14844f-_0x4142be))*_0x475b29:_0x2da023=(_0x1b475e-_0x15233e)*_0x475b29,_0x2d81c1?_0x16b54c=(_0x2a3328-(_0x2def24-_0x4294d1))*_0x3a27ff:_0x16b54c=(_0x2a3328-_0x5911fd)*_0x3a27ff,{'domX':_0x2da023,'domY':_0x16b54c};},_0x1a36f8=_0x1b475e<_0x48b855&&_0x34c437>0x0,_0x4eab99=_0x2a3328<_0x118305&&_0x381f64>0x0,_0x43ae57=_0x1b475e>=_0x48b855||_0x34c437===0x0,_0x38f0e8=_0x2a3328>=_0x118305||_0x381f64===0x0;if(_0x1a36f8&&_0x4eab99&&_0x1fc895){const _0x422015=_0x152a7a(_0x1fc895,!0x0,!0x0);_0x422015&&_0x3c3715[_0x4c85cc(0x709)](_0x422015);}if(_0x4eab99&&_0x43ae57&&_0x841084){const _0x448dc3=_0x152a7a(_0x841084,!0x1,!0x0);_0x448dc3&&_0x3c3715[_0x4c85cc(0x709)](_0x448dc3);}if(_0x1a36f8&&_0x38f0e8&&_0x1dc7d7){const _0xb9b121=_0x152a7a(_0x1dc7d7,!0x0,!0x1);_0xb9b121&&_0x3c3715['push'](_0xb9b121);}if(_0x43ae57&&_0x38f0e8&&_0x5e54e7){const _0x564c13=_0x152a7a(_0x5e54e7,!0x1,!0x1);_0x564c13&&_0x3c3715[_0x4c85cc(0x709)](_0x564c13);}if(_0x3c3715[_0x4c85cc(0x589)]===0x0)return{'domX':(_0x1b475e-((_0x5bc76f=_0x5e54e7==null?void 0x0:_0x5e54e7['viewportScrollX'])!=null?_0x5bc76f:0x0))*_0x475b29,'domY':(_0x2a3328-((_0x2f4c03=_0x5e54e7==null?void 0x0:_0x5e54e7['viewportScrollY'])!=null?_0x2f4c03:0x0))*_0x3a27ff};let _0x5a8b1a=_0x3c3715[0x0][_0x4c85cc(0x6bf)],_0x353f2c=_0x3c3715[0x0][_0x4c85cc(0x24d)];for(const _0x1efa0f of _0x3c3715)_0x1efa0f[_0x4c85cc(0x6bf)]>_0x5a8b1a&&(_0x5a8b1a=_0x1efa0f['domX']),_0x1efa0f[_0x4c85cc(0x24d)]>_0x353f2c&&(_0x353f2c=_0x1efa0f['domY']);return{'domX':_0x5a8b1a,'domY':_0x353f2c};}function k3(_0x4cb92a,_0x4c2cd2,_0x46c1bc,_0x33274b,_0x298001,_0x200398,_0x30a449){const {scaleX:_0x3b67e2,scaleY:_0x1d55ed}=_0x200398['getAncestorScale'](),{domX:_0x25ee2e,domY:_0x5c30a5}=U3(_0x4cb92a,_0x4c2cd2,_0x200398,_0x30a449);return{'left':_0x25ee2e,'top':_0x5c30a5,'width':_0x46c1bc*_0x3b67e2,'height':_0x33274b*_0x1d55ed,'angle':_0x298001,'scaleX':_0x3b67e2,'scaleY':_0x1d55ed};}function F3(_0x150718){const _0x1ad476=_0x54485f,{editingParams:_0x34aaaf,scene:_0xe39333,skeleton:_0x46027b,getShapeTransform:_0x4d1264}=_0x150718,[_0x37a7ab,_0x5c1395]=_0x2a6e6a(G1),_0x16945f=_0xba0fb0(_0x37a7ab);_0x16945f[_0x1ad476(0x5fb)]=_0x37a7ab;const _0x28971d=_0x141215(()=>{const _0x1db37f=_0x1ad476;if(!_0x34aaaf||!_0xe39333||!_0x46027b){_0x16945f['current']!==G1&&_0x5c1395(G1);return;}const _0x55a288=_0x4d1264();if(!_0x55a288){_0x16945f['current']!==G1&&_0x5c1395(G1);return;}const {left:_0x23bc5d,top:_0x2832dc,width:_0xeba256,height:_0x5e0786,angle:_0x2f3fa1}=_0x55a288;if(!_0x34aaaf['visible']){const {scaleX:_0x2df4bf,scaleY:_0x1c97b0}=_0xe39333[_0x1db37f(0x58c)]();_0x5c1395({'left':-0x270f,'top':-0x270f,'width':_0xeba256*_0x2df4bf,'height':_0x5e0786*_0x1c97b0,'angle':0x0,'scaleX':_0x2df4bf,'scaleY':_0x1c97b0});return;}const _0x414c70=k3(_0x23bc5d,_0x2832dc,_0xeba256,_0x5e0786,_0x2f3fa1,_0xe39333,_0x46027b);_0x5c1395(_0x414c70);},[_0x34aaaf,_0xe39333,_0x46027b,_0x4d1264]);return _0xe94701(()=>{_0x28971d();},[_0x34aaaf,_0x28971d]),{'position':_0x37a7ab,'updatePosition':_0x28971d};}const Lr=_0x4083af['memo'](_0x4387ce=>{const _0x3c16d7=_0x54485f,{children:_0x428874,onPositionUpdate:_0x188984}=_0x4387ce,_0x4094fe=_0xba0fb0(null),_0x2f85f9=_0x1efdef(V1),_0x580dd3=_0x1efdef(_0x371e3a),_0xe4636f=_0x4da00f(_0x2f85f9[_0x3c16d7(0x784)]),_0x3d2e1d=_0x2ba710(()=>_0xe4636f?_0x580dd3['getRenderById'](_0xe4636f[_0x3c16d7(0x65a)]):null,[_0xe4636f,_0x580dd3]),_0x2df8f7=_0x2ba710(()=>{var _0x2e727f;return(_0x2e727f=_0x3d2e1d==null?void 0x0:_0x3d2e1d['scene'])!=null?_0x2e727f:null;},[_0x3d2e1d]),_0x5d3865=_0x2ba710(()=>{const _0x294130=_0x3c16d7;var _0x52539c,_0x2ec312;return!_0xe4636f||!_0x3d2e1d?null:(_0x2ec312=(_0x52539c=_0x3d2e1d['with'](_0x454cf5)[_0x294130(0x4e2)](_0xe4636f['subUnitId']))==null?void 0x0:_0x52539c[_0x294130(0x788)])!=null?_0x2ec312:null;},[_0xe4636f,_0x3d2e1d]),_0x45bffd=_0x141215(()=>{const _0x292036=_0x3c16d7;if(!_0xe4636f||!_0x2df8f7)return null;const _0xc47d1f=_0xe4636f[_0x292036(0x5f7)],_0x535710=_0x2df8f7[_0x292036(0x361)](_0xc47d1f);return _0x535710 instanceof z1?{'left':_0x535710['left'],'top':_0x535710[_0x292036(0x739)],'width':_0x535710['width'],'height':_0x535710[_0x292036(0x4c5)],'angle':_0x535710[_0x292036(0x722)]}:null;},[_0xe4636f,_0x2df8f7]),{position:_0x616f37,updatePosition:_0x3c9b27}=F3({'editingParams':_0xe4636f,'scene':_0x2df8f7,'skeleton':_0x5d3865,'getShapeTransform':_0x45bffd}),_0x4551f2=_0x141215(()=>{const _0x5e9b8e=_0x3c16d7,_0xcdcf61=_0x4094fe[_0x5e9b8e(0x5fb)];_0xcdcf61&&(_0xcdcf61[_0x5e9b8e(0x5c6)][_0x5e9b8e(0x40c)]=_0x616f37[_0x5e9b8e(0x40c)]+'px',_0xcdcf61[_0x5e9b8e(0x5c6)][_0x5e9b8e(0x739)]=_0x616f37['top']+'px',_0xcdcf61[_0x5e9b8e(0x5c6)][_0x5e9b8e(0x5ec)]=_0x616f37['width']+'px',_0xcdcf61[_0x5e9b8e(0x5c6)][_0x5e9b8e(0x4c5)]=_0x616f37[_0x5e9b8e(0x4c5)]+'px');},[_0x616f37]);_0xe94701(()=>{const _0x52f584=_0x3c16d7;_0x4551f2(),_0x188984==null||_0x188984({'width':_0x616f37[_0x52f584(0x5ec)],'height':_0x616f37[_0x52f584(0x4c5)],'scaleX':_0x616f37[_0x52f584(0x35c)],'scaleY':_0x616f37[_0x52f584(0x553)]});},[_0x616f37,_0x4551f2,_0x188984]),_0xe94701(()=>{const _0x39462a=_0x3c16d7;if(!_0x2df8f7)return;const _0x31015a=_0x2df8f7[_0x39462a(0x279)](_0x58d1c1[_0x39462a(0x21d)]);if(!_0x31015a)return;const _0x413ae9=_0x31015a['onScrollAfter$'][_0x39462a(0x2d6)](()=>{_0x3c9b27();});return()=>{const _0x5d099f=_0x39462a;_0x413ae9[_0x5d099f(0x41d)]();};},[_0x2df8f7,_0x3c9b27]),_0xe94701(()=>{const _0x14e7b9=_0x3c16d7;if(!_0xe4636f||!_0x2df8f7)return;const _0x3cc4f8=_0xe4636f[_0x14e7b9(0x5f7)],_0x56c34a=_0x2df8f7[_0x14e7b9(0x361)](_0x3cc4f8);if(_0x56c34a instanceof z1){const _0x2405c0=_0x56c34a[_0x14e7b9(0x67f)][_0x14e7b9(0x2d6)](()=>{_0x3c9b27();});return()=>{_0x2405c0['unsubscribe']();};}},[_0xe4636f,_0x2df8f7,_0x3c9b27]);const _0x2a657f=_0x2ba710(()=>({'position':_0x3c16d7(0x421),'left':_0x616f37[_0x3c16d7(0x40c)],'top':_0x616f37[_0x3c16d7(0x739)],'width':_0x616f37[_0x3c16d7(0x5ec)],'height':_0x616f37[_0x3c16d7(0x4c5)],'overflow':'visible','pointerEvents':_0xe4636f!=null&&_0xe4636f[_0x3c16d7(0x454)]?_0x3c16d7(0x54c):_0x3c16d7(0x60d),'zIndex':0x64}),[_0x616f37,_0xe4636f==null?void 0x0:_0xe4636f[_0x3c16d7(0x454)]]);return _0x68ae00(_0x3c16d7(0x6b7),{'ref':_0x4094fe,'className':_0x3c16d7(0x577),'style':_0x2a657f,'children':_0x428874});});Lr[_0x54485f(0x675)]=_0x54485f(0x4f7);const vr=_0x4083af[_0x54485f(0x2e2)](()=>{const _0x206b3e=_0x54485f,[_0x54182c,_0x5e74b5]=_0x2a6e6a({'width':0x64,'height':0x64,'scaleX':0x1,'scaleY':0x1}),_0x5a5b56=_0x141215(_0x4d6c76=>{const _0x3e3917=_0x1a5f;_0x5e74b5({'width':_0x4d6c76[_0x3e3917(0x5ec)],'height':_0x4d6c76[_0x3e3917(0x4c5)],'scaleX':_0x4d6c76[_0x3e3917(0x35c)],'scaleY':_0x4d6c76[_0x3e3917(0x553)]});},[]);return _0x68ae00(Lr,{'onPositionUpdate':_0x5a5b56,'children':_0x68ae00(Ir,{'containerWidth':_0x54182c[_0x206b3e(0x5ec)],'containerHeight':_0x54182c['height'],'scaleX':_0x54182c[_0x206b3e(0x35c)],'scaleY':_0x54182c['scaleY']})});});vr[_0x54485f(0x675)]=_0x54485f(0x3ea);var W3=Object[_0x54485f(0x728)],z3=Object[_0x54485f(0x2e8)],Y3=(_0x7dab5e,_0x568412,_0x56cdde)=>_0x568412 in _0x7dab5e?W3(_0x7dab5e,_0x568412,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x56cdde}):_0x7dab5e[_0x568412]=_0x56cdde,X3=(_0x1b7cda,_0x1498c2,_0x43a234,_0x28267c)=>{for(var _0x29e402=_0x28267c>0x1?void 0x0:_0x28267c?z3(_0x1498c2,_0x43a234):_0x1498c2,_0x1b9b1e=_0x1b7cda['length']-0x1,_0x3b0666;_0x1b9b1e>=0x0;_0x1b9b1e--)(_0x3b0666=_0x1b7cda[_0x1b9b1e])&&(_0x29e402=_0x3b0666(_0x29e402)||_0x29e402);return _0x29e402;},pe=(_0x5ca7f4,_0x43bf11)=>(_0xbf6c8f,_0x25796e)=>_0x43bf11(_0xbf6c8f,_0x25796e,_0x5ca7f4),Hr=(_0x2af001,_0x158d9d,_0x38cf35)=>Y3(_0x2af001,typeof _0x158d9d!=_0x54485f(0x2a4)?_0x158d9d+'':_0x158d9d,_0x38cf35);const G3=_0x54485f(0x3f9);let Le=class extends _0x4a4289{constructor(_0x266cf2=mt,_0x4e3592,_0x50b5a6,_0x387b76,_0xb67ef8){const _0x37b637=_0x54485f;super(),this[_0x37b637(0x750)]=_0x266cf2,this[_0x37b637(0x305)]=_0x4e3592,this[_0x37b637(0x465)]=_0x50b5a6,this['_configService']=_0x387b76,this[_0x37b637(0x76e)]=_0xb67ef8;const {..._0x3cfdf3}=_0x2aea01({},mt,this[_0x37b637(0x750)]);this[_0x37b637(0x37d)]['setConfig'](H3,_0x3cfdf3),this[_0x37b637(0x426)]();}[_0x54485f(0x45c)](){_0x4956d0(this['_injector'],[[fe],[me],[Y1],[Ie]]);}[_0x54485f(0x20b)](){const _0x241896=_0x54485f;[[te],[ne]][_0x241896(0x6c3)](_0x5eb598=>this['_injector'][_0x241896(0x588)](_0x5eb598)),this[_0x241896(0x76e)][_0x241896(0x20a)](_0x377228[_0x241896(0x5b7)],[te]),this[_0x241896(0x76e)][_0x241896(0x20a)](_0x377228[_0x241896(0x5b7)],[ne]),this[_0x241896(0x76e)][_0x241896(0x20a)](_0x377228[_0x241896(0x5b7)],[$e]),this[_0x241896(0x76e)][_0x241896(0x20a)](_0x377228[_0x241896(0x5b7)],[Pe]);}['onStarting'](){const _0x1c1feb=_0x54485f,_0x316585=this[_0x1c1feb(0x305)];_0x316585[_0x1c1feb(0x56a)](_0x150d24)[_0x1c1feb(0x570)](e3,vr),[[fe],[me],[Y1],[Ie],[V1]][_0x1c1feb(0x6c3)](_0x4d0073=>_0x316585[_0x1c1feb(0x588)](_0x4d0073));}[_0x54485f(0x426)](){const _0x55e812=_0x54485f;[wr,Q1,O1,Ze,mr,Ce,Re,u3,ee,ke,v3,L3,Be,De,Se][_0x55e812(0x6c3)](_0x15988d=>this[_0x55e812(0x1c2)](this['_commandService'][_0x55e812(0x388)](_0x15988d)));}};Hr(Le,_0x54485f(0x59d),_0x377228[_0x54485f(0x5b7)]),Hr(Le,_0x54485f(0x6f2),G3),Le=X3([_0x3851a9(_0xd52ef7,_0x503b20),pe(0x1,_0x2bf79f(_0x5d1372)),pe(0x2,_0x8c2ce7),pe(0x3,_0x2330c1),pe(0x4,_0x371e3a)],Le);export{fe as SheetsShapeUIController,Le as UniverSheetsShapeUIPlugin};
|